/*
! tailwindcss v3.0.23 | MIT License | https://tailwindcss.com
*//*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

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

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

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

html {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
  font-family: AP Type Text, Arial, sans-serif; /* 4 */
}

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

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

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

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

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

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

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

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

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

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

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

b,
strong {
  font-weight: bolder;
}

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

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

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

button,
select {
  text-transform: none;
}

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

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

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

:-moz-focusring {
  outline: auto;
}

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

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

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

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

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

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

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

summary {
  display: list-item;
}

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

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

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

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

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

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

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

/*
Set the default cursor for buttons.
*/

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

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

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

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

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

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

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

[hidden] {
  display: none;
}

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

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

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

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

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

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

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

	@font-face {
		font-family: "AP Type Display";
		src: url(/fonts/APTypeDisplay-Medium.woff2?1fd79a6752270194921984d33de61993) format("woff2"),
		url(/fonts/APTypeDisplay-Medium.woff?6887dfd152a893d9867dc53954ed96af) format("woff");
		font-weight: 500;
		font-style: normal;
		font-stretch: normal;
	}

    @font-face {
		font-family: "AP Type Text";
		src: url(/fonts/APTypeText-Regular.woff2?a9f34ef952213eae5d229d45a9006268) format("woff2"),
		url(/fonts/APTypeText-Regular.woff?936670d61f51ef012cb6d69499d4eed1) format("woff");
		font-weight: normal;
		font-style: normal;
		font-stretch: normal;
	}


    @font-face {
		font-family: "AP Type Text";
		src: url(/fonts/APTypeText-Bold.woff2?77222da9a1e5cd8fa02d58329dbe78ab) format("woff2"),
		url(/fonts/APTypeText-Bold.woff?6757af98ea074865b81e011e2f357944) format("woff");
		font-weight: 700;
		font-style: normal;
		font-stretch: normal;
	}

    .heading-xl, h1 {
  font-family: AP Type Display, Arial, sans-serif;
  font-size: 32px;
  line-height: 38px;
  letter-spacing: 1.6px;
}

    @media (min-width: 768px) {

  .heading-xl, h1 {
    font-size: 48px;
  }

  .heading-xl, h1 {
    line-height: 54px;
  }
}

    .heading-1 {
  font-family: AP Type Display, Arial, sans-serif;
  letter-spacing: 1.3px;
}

    @media (min-width: 768px) {

  .heading-1 {
    font-size: 32px;
  }

  .heading-1 {
    line-height: 38px;
  }
}

    h2, .heading-2 {
  font-family: AP Type Display, Arial, sans-serif;
  font-size: 28px;
  line-height: 34px;
  letter-spacing: 0.8px;
}

    h3, .heading-3 {
  font-family: AP Type Display, Arial, sans-serif;
  font-size: 24px;
  line-height: 30px;
  letter-spacing: 0.8px;
}

    h4, .heading-4 {
  font-family: AP Type Display, Arial, sans-serif;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 0.8px;
}

    @media (min-width: 768px) {

  h4, .heading-4 {
    font-size: 20px;
  }

  h4, .heading-4 {
    line-height: 26px;
  }
}

    .heading--small {
  font-size: 10px;
  text-transform: uppercase;
  line-height: 16px;
  --tw-text-opacity: 1;
  color: rgb(220 25 40 / var(--tw-text-opacity));
}

    .body--intro {
  font-family: AP Type Text, Arial, sans-serif;
  font-size: 16px;
  line-height: 22px;
}

    @media (min-width: 1024px) {

  .body--intro {
    font-size: 20px;
  }

  .body--intro {
    line-height: 28px;
  }
}

    button span, a span {
  margin-top: -2px;
  font-size: 16px;
  line-height: 18px;
}

    section {
  padding-top: 60px;
  padding-bottom: 60px;
}

    @media (min-width: 1024px) {

  section {
    padding-top: 130px;
    padding-bottom: 130px;
  }
}

    .container {
  width: 100% !important;
  max-width: 1200px !important;
  padding-left: 20px;
  padding-right: 20px;
}

    @media (min-width: 768px) {

  .container {
    padding-left: 40px;
    padding-right: 40px;
  }
}

    .red-inner-links a {
  --tw-text-opacity: 1;
  color: rgb(220 25 40 / var(--tw-text-opacity));
}

    .product-type p {
  margin-bottom: 12px;
}

    .expanded-acc-content p, .faq-body p, .text-sidebar-body p {
  margin-bottom: 12px;
}
    .faq-body a {
  --tw-text-opacity: 1;
  color: rgb(220 25 40 / var(--tw-text-opacity));
}
    .faq-body ul, .faq-body ol, .text-sidebar-body ul, .text-sidebar-body ol {
  margin-left: 14px;
  list-style-type: disc;
}

    .faq-body ul li p, .faq-body ol li p, .text-sidebar-body ol li p {
  display: inline;
}

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

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

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

@media (min-width: 1600px) {

  .container {
    max-width: 1600px;
  }
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

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

.top-0 {
  top: 0px;
}

.left-0 {
  left: 0px;
}

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

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

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

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

.right-0 {
  right: 0px;
}

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

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

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

.top-\[0\] {
  top: 0;
}

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

.top-\[calc\(100\%\+4px\)\] {
  top: calc(100% + 4px);
}

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

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

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

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

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

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

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

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

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

.order-first {
  order: -9999;
}

.\!order-last {
  order: 9999 !important;
}

.order-last {
  order: 9999;
}

.m-auto {
  margin: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mb-auto {
  margin-bottom: auto;
}

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

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

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

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

.block {
  display: block;
}

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

.inline {
  display: inline;
}

.flex {
  display: flex;
}

.table {
  display: table;
}

.grid {
  display: grid;
}

.hidden {
  display: none;
}

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

.h-full {
  height: 100%;
}

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

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

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

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

.h-0 {
  height: 0px;
}

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

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

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

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

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

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

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

.max-h-\[45vh\] {
  max-height: 45vh;
}

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

.w-full {
  width: 100%;
}

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

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

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

.w-0 {
  width: 0px;
}

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

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

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

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

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

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

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

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

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

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

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

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

.\!max-w-\[1600px\] {
  max-width: 1600px !important;
}

.\!max-w-\[1700px\] {
  max-width: 1700px !important;
}

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

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

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

.basis-\[40px\] {
  flex-basis: 40px;
}

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

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

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

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

.translate-y-1\.5 {
  --tw-translate-y: 0.375rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.translate-y-1 {
  --tw-translate-y: 0.25rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.-translate-y-1\.5 {
  --tw-translate-y: -0.375rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.-translate-y-1 {
  --tw-translate-y: -0.25rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.\!-translate-y-full {
  --tw-translate-y: -100% !important;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important;
}

.translate-y-\[5\%\] {
  --tw-translate-y: 5%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.translate-x-\[5\%\] {
  --tw-translate-x: 5%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.\!translate-y-0 {
  --tw-translate-y: 0px !important;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important;
}

.\!translate-x-0 {
  --tw-translate-x: 0px !important;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important;
}

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

.rotate-45 {
  --tw-rotate: 45deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.-rotate-45 {
  --tw-rotate: -45deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.rotate-180 {
  --tw-rotate: 180deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.rotate-\[45deg\] {
  --tw-rotate: 45deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.-rotate-\[45deg\] {
  --tw-rotate: -45deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

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

.\!scale-100 {
  --tw-scale-x: 1 !important;
  --tw-scale-y: 1 !important;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important;
}

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

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

@-webkit-keyframes fadeInUp {

  0% {
    opacity: 0;
    transform: translateY(30px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fadeInUp {

  0% {
    opacity: 0;
    transform: translateY(30px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.animate-fade-in-up {
  -webkit-animation: fadeInUp 1s ease 0s forwards;
          animation: fadeInUp 1s ease 0s forwards;
}

@-webkit-keyframes fadeIn {

  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {

  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.animate-fade-in {
  -webkit-animation: fadeIn 1s ease 0s forwards;
          animation: fadeIn 1s ease 0s forwards;
}

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

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

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

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

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

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

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

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

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

.gap-x-\[50px\] {
  -moz-column-gap: 50px;
       column-gap: 50px;
}

.gap-y-\[40px\] {
  row-gap: 40px;
}

.gap-x-\[30px\] {
  -moz-column-gap: 30px;
       column-gap: 30px;
}

.gap-y-\[60px\] {
  row-gap: 60px;
}

.gap-y-\[30px\] {
  row-gap: 30px;
}

.gap-y-\[100px\] {
  row-gap: 100px;
}

.gap-y-\[109px\] {
  row-gap: 109px;
}

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

.gap-y-\[25px\] {
  row-gap: 25px;
}

.gap-y-\[50px\] {
  row-gap: 50px;
}

.gap-y-\[20px\] {
  row-gap: 20px;
}

.gap-x-\[70px\] {
  -moz-column-gap: 70px;
       column-gap: 70px;
}

.gap-y-\[90px\] {
  row-gap: 90px;
}

.gap-y-\[15px\] {
  row-gap: 15px;
}

.gap-y-\[1px\] {
  row-gap: 1px;
}

.gap-x-\[120px\] {
  -moz-column-gap: 120px;
       column-gap: 120px;
}

.gap-y-\[70px\] {
  row-gap: 70px;
}

.gap-x-\[80px\] {
  -moz-column-gap: 80px;
       column-gap: 80px;
}

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

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

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

.overflow-hidden {
  overflow: hidden;
}

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

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

.scroll-smooth {
  scroll-behavior: smooth;
}

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

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

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

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

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

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

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

.border {
  border-width: 1px;
}

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

.border-y {
  border-top-width: 1px;
  border-bottom-width: 1px;
}

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

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

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

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

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

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

.border-gray-stroke {
  --tw-border-opacity: 1;
  border-color: rgb(196 196 196 / var(--tw-border-opacity));
}

.border-black {
  --tw-border-opacity: 1;
  border-color: rgb(20 20 43 / var(--tw-border-opacity));
}

.border-red {
  --tw-border-opacity: 1;
  border-color: rgb(220 25 40 / var(--tw-border-opacity));
}

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

.\!border-red {
  --tw-border-opacity: 1 !important;
  border-color: rgb(220 25 40 / var(--tw-border-opacity)) !important;
}

.border-b-gray {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(49 49 61 / var(--tw-border-opacity));
}

.border-b-gray-stroke {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(196 196 196 / var(--tw-border-opacity));
}

.border-l-red {
  --tw-border-opacity: 1;
  border-left-color: rgb(220 25 40 / var(--tw-border-opacity));
}

.\!bg-black {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(20 20 43 / var(--tw-bg-opacity)) !important;
}

.bg-gray {
  --tw-bg-opacity: 1;
  background-color: rgb(49 49 61 / var(--tw-bg-opacity));
}

.bg-gray-pale {
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 245 / var(--tw-bg-opacity));
}

.bg-red-pale {
  --tw-bg-opacity: 1;
  background-color: rgb(255 232 234 / var(--tw-bg-opacity));
}

.bg-gray-mid {
  --tw-bg-opacity: 1;
  background-color: rgb(226 226 226 / var(--tw-bg-opacity));
}

.bg-red {
  --tw-bg-opacity: 1;
  background-color: rgb(220 25 40 / var(--tw-bg-opacity));
}

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

.bg-gray-stroke {
  --tw-bg-opacity: 1;
  background-color: rgb(196 196 196 / var(--tw-bg-opacity));
}

.bg-gray-dark {
  --tw-bg-opacity: 1;
  background-color: rgb(42 42 52 / var(--tw-bg-opacity));
}

.bg-gray-menu {
  --tw-bg-opacity: 1;
  background-color: rgb(226 226 226 / var(--tw-bg-opacity));
}

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

.fill-red {
  fill: #DC1928;
}

.fill-gray-stroke {
  fill: #C4C4C4;
}

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

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

.p-2 {
  padding: 0.5rem;
}

.p-1 {
  padding: 0.25rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.pb-\[66\%\] {
  padding-bottom: 66%;
}

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

.\!pt-\[85px\] {
  padding-top: 85px !important;
}

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

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

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

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

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

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

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

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

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

.font-sans {
  font-family: AP Type Text, Arial, sans-serif;
}

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

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

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

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

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

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

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

.italic {
  font-style: italic;
}

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

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

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

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

.text-black {
  --tw-text-opacity: 1;
  color: rgb(20 20 43 / var(--tw-text-opacity));
}

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

.text-red {
  --tw-text-opacity: 1;
  color: rgb(220 25 40 / var(--tw-text-opacity));
}

.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.opacity-0 {
  opacity: 0;
}

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

.drop-shadow-xl {
  --tw-drop-shadow: drop-shadow(0 20px 13px rgb(0 0 0 / 0.03)) drop-shadow(0 8px 5px rgb(0 0 0 / 0.08));
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.filter {
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

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

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

.transition-colors {
  transition-property: color, background-color, border-color, fill, stroke, -webkit-text-decoration-color;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, -webkit-text-decoration-color;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

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

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

.ease-e {
  transition-timing-function: cubic-bezier(0.45, 0, 0.15, 1);
}

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

.\[animation-delay\:0\.1s\] {
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s;
}

.\[animation-delay\:0\.2s\] {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}

.\[animation-delay\:0\.3s\] {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}

.\[animation-delay\:0\.4s\] {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}

.\[animation-delay\:0\.5s\] {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}

.\[animation-delay\:0\.6s\] {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}

.\[animation-delay\:0\.7s\] {
  -webkit-animation-delay: 0.7s;
          animation-delay: 0.7s;
}

.\[animation-delay\:0\.8s\] {
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
}

.\[animation-delay\:0\.9s\] {
  -webkit-animation-delay: 0.9s;
          animation-delay: 0.9s;
}

.selection\:bg-red *::-moz-selection {
  --tw-bg-opacity: 1;
  background-color: rgb(220 25 40 / var(--tw-bg-opacity));
}

.selection\:bg-red *::selection {
  --tw-bg-opacity: 1;
  background-color: rgb(220 25 40 / var(--tw-bg-opacity));
}

.selection\:text-black *::-moz-selection {
  --tw-text-opacity: 1;
  color: rgb(20 20 43 / var(--tw-text-opacity));
}

.selection\:text-black *::selection {
  --tw-text-opacity: 1;
  color: rgb(20 20 43 / var(--tw-text-opacity));
}

.selection\:bg-red::-moz-selection {
  --tw-bg-opacity: 1;
  background-color: rgb(220 25 40 / var(--tw-bg-opacity));
}

.selection\:bg-red::selection {
  --tw-bg-opacity: 1;
  background-color: rgb(220 25 40 / var(--tw-bg-opacity));
}

.selection\:text-black::-moz-selection {
  --tw-text-opacity: 1;
  color: rgb(20 20 43 / var(--tw-text-opacity));
}

.selection\:text-black::selection {
  --tw-text-opacity: 1;
  color: rgb(20 20 43 / var(--tw-text-opacity));
}

.placeholder\:text-gray-stroke::-moz-placeholder {
  --tw-text-opacity: 1;
  color: rgb(196 196 196 / var(--tw-text-opacity));
}

.placeholder\:text-gray-stroke:-ms-input-placeholder {
  --tw-text-opacity: 1;
  color: rgb(196 196 196 / var(--tw-text-opacity));
}

.placeholder\:text-gray-stroke::placeholder {
  --tw-text-opacity: 1;
  color: rgb(196 196 196 / var(--tw-text-opacity));
}

.last-of-type\:border-0:last-of-type {
  border-width: 0px;
}

.hover\:cursor-pointer:hover {
  cursor: pointer;
}

.hover\:border-gray:hover {
  --tw-border-opacity: 1;
  border-color: rgb(49 49 61 / var(--tw-border-opacity));
}

.hover\:\!border-gray-stroke:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgb(196 196 196 / var(--tw-border-opacity)) !important;
}

.hover\:bg-gray-dark:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(42 42 52 / var(--tw-bg-opacity));
}

.hover\:bg-black:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(20 20 43 / var(--tw-bg-opacity));
}

.hover\:bg-gray:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(49 49 61 / var(--tw-bg-opacity));
}

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

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

.group:hover .group-hover\:scale-y-100 {
  --tw-scale-y: 1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

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

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

@media (min-width: 768px) {

  .md\:block {
    display: block;
  }

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

@media (min-width: 1024px) {

  .lg\:absolute {
    position: absolute;
  }

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

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

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

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

  .lg\:right-\[-200px\] {
    right: -200px;
  }

  .lg\:right-\[-420px\] {
    right: -420px;
  }

  .lg\:order-last {
    order: 9999;
  }

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

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

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

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

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

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

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

  .lg\:block {
    display: block;
  }

  .lg\:flex {
    display: flex;
  }

  .lg\:hidden {
    display: none;
  }

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

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

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

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

  .lg\:h-\[calc\(700px-85px\)\] {
    height: calc(700px - 85px);
  }

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

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

  .lg\:w-6\/12 {
    width: 50%;
  }

  .lg\:w-5\/12 {
    width: 41.666667%;
  }

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

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

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

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

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

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

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

  @-webkit-keyframes fadeIn {

    0% {
      opacity: 0;
    }

    100% {
      opacity: 1;
    }
  }

  @keyframes fadeIn {

    0% {
      opacity: 0;
    }

    100% {
      opacity: 1;
    }
  }

  .lg\:animate-fade-in {
    -webkit-animation: fadeIn 1s ease 0s forwards;
            animation: fadeIn 1s ease 0s forwards;
  }

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

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

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

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

  .lg\:gap-y-\[120px\] {
    row-gap: 120px;
  }

  .lg\:gap-x-\[60px\] {
    -moz-column-gap: 60px;
         column-gap: 60px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .lg\:pb-\[35\%\] {
    padding-bottom: 35%;
  }

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

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

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

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

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

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

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

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

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

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

  .lg\:opacity-0 {
    opacity: 0;
  }
}

@media (min-width: 1280px) {

  .xl\:right-\[-120px\] {
    right: -120px;
  }

  .xl\:right-\[-240px\] {
    right: -240px;
  }

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

@media (min-width: 1536px) {

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

  .\32xl\:right-\[-180px\] {
    right: -180px;
  }
}

@media (min-width: 1600px) {

  .\33xl\:right-\[-160px\] {
    right: -160px;
  }
}

