/*
! tailwindcss v3.4.4 | MIT License | https://tailwindcss.com
*/

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

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

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

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

html,
:host {
  line-height: 1.5;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -moz-tab-size: 4;
  /* 3 */
  -o-tab-size: 4;
     tab-size: 4;
  /* 3 */
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  /* 4 */
  font-feature-settings: normal;
  /* 5 */
  font-variation-settings: normal;
  /* 6 */
  -webkit-tap-highlight-color: transparent;
  /* 7 */
}

/*
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. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. 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-feature-settings: normal;
  /* 2 */
  font-variation-settings: normal;
  /* 3 */
  font-size: 1em;
  /* 4 */
}

/*
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-feature-settings: inherit;
  /* 1 */
  font-variation-settings: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  font-weight: inherit;
  /* 1 */
  line-height: inherit;
  /* 1 */
  letter-spacing: 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,
input:where([type='button']),
input:where([type='reset']),
input:where([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;
}

/*
Reset default styling for dialogs.
*/

dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

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

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

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

/*
Set the default cursor for buttons.
*/

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

/*
Make sure disabled buttons don't get the pointer cursor.
*/

:disabled {
  cursor: default;
}

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

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

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

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

/* Make elements with the HTML hidden attribute stay hidden by default */

[hidden] {
  display: none;
}

*, ::before, ::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --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:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --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:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

.container {
  width: 100%;
}

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

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

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

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

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

.visible {
  visibility: visible;
}

.invisible {
  visibility: hidden;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.left-0 {
  left: 0px;
}

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

.right-6 {
  right: 1.5rem;
}

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

.top-0 {
  top: 0px;
}

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

.top-2 {
  top: 0.5rem;
}

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

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

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

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

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

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

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

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

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

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

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

.m-1 {
  margin: 0.25rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mr-10 {
  margin-right: 2.5rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.block {
  display: block;
}

.flex {
  display: flex;
}

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

.table {
  display: table;
}

.grid {
  display: grid;
}

.hidden {
  display: none;
}

.aspect-\[12\/10\] {
  aspect-ratio: 12/10;
}

.aspect-\[470\/387\] {
  aspect-ratio: 470/387;
}

.aspect-square {
  aspect-ratio: 1 / 1;
}

.aspect-video {
  aspect-ratio: 16 / 9;
}

.h-0 {
  height: 0px;
}

.h-1 {
  height: 0.25rem;
}

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

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

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

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

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

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

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

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

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

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

.h-auto {
  height: auto;
}

.h-full {
  height: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.w-auto {
  width: auto;
}

.w-full {
  width: 100%;
}

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

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

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

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

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

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

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

.flex-none {
  flex: none;
}

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

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

.translate-y-\[-55\%\] {
  --tw-translate-y: -55%;
  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-\[1px\] {
  --tw-translate-y: 1px;
  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));
}

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

.cursor-pointer {
  cursor: pointer;
}

.resize {
  resize: both;
}

.grid-flow-col {
  grid-auto-flow: column;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.gap-10 {
  gap: 2.5rem;
}

.gap-4 {
  gap: 1rem;
}

.gap-6 {
  gap: 1.5rem;
}

.gap-8 {
  gap: 2rem;
}

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

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

.gap-y-10 {
  row-gap: 2.5rem;
}

.gap-y-4 {
  row-gap: 1rem;
}

.gap-y-5 {
  row-gap: 1.25rem;
}

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

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

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

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

.overflow-hidden {
  overflow: hidden;
}

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

.rounded {
  border-radius: 0.25rem;
}

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

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

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

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

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

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

.border {
  border-width: 1px;
}

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

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

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

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

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

.border-abra-grape {
  --tw-border-opacity: 1;
  border-color: rgb(101 49 93 / var(--tw-border-opacity));
}

.border-abra-heather {
  --tw-border-opacity: 1;
  border-color: rgb(187 164 184 / var(--tw-border-opacity));
}

.border-abra-light {
  --tw-border-opacity: 1;
  border-color: rgb(235 228 234 / var(--tw-border-opacity));
}

.border-abra-plum {
  --tw-border-opacity: 1;
  border-color: rgb(40 0 34 / var(--tw-border-opacity));
}

.border-b-abra-grape {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(101 49 93 / var(--tw-border-opacity));
}

.border-b-abra-plum {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(40 0 34 / var(--tw-border-opacity));
}

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

.bg-abra-apricot {
  --tw-bg-opacity: 1;
  background-color: rgb(230 170 81 / var(--tw-bg-opacity));
}

.bg-abra-fig {
  --tw-bg-opacity: 1;
  background-color: rgb(91 46 224 / var(--tw-bg-opacity));
}

.bg-abra-grape {
  --tw-bg-opacity: 1;
  background-color: rgb(101 49 93 / var(--tw-bg-opacity));
}

.bg-abra-grey {
  --tw-bg-opacity: 1;
  background-color: rgb(72 72 72 / var(--tw-bg-opacity));
}

.bg-abra-heather {
  --tw-bg-opacity: 1;
  background-color: rgb(187 164 184 / var(--tw-bg-opacity));
}

.bg-abra-light {
  --tw-bg-opacity: 1;
  background-color: rgb(235 228 234 / var(--tw-bg-opacity));
}

.bg-abra-plum {
  --tw-bg-opacity: 1;
  background-color: rgb(40 0 34 / var(--tw-bg-opacity));
}

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

.fill-abra-plum {
  fill: #280022;
}

.stroke-abra-apricot {
  stroke: #E6AA51;
}

.stroke-abra-fig {
  stroke: #5B2EE0;
}

.stroke-abra-grape {
  stroke: #65315D;
}

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

.p-1 {
  padding: 0.25rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.font-norms-pro-demibold {
  font-family: Norms Pro DemiBold, sans-serif;
}

.font-norms-pro-medium {
  font-family: Norms Pro Medium, sans-serif;
}

.font-norms-pro-regular {
  font-family: Norms Pro Regular, sans-serif;
}

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

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

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

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

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

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

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

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

.uppercase {
  text-transform: uppercase;
}

.italic {
  font-style: italic;
}

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

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

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

.text-abra-apricot {
  --tw-text-opacity: 1;
  color: rgb(230 170 81 / var(--tw-text-opacity));
}

.text-abra-fig {
  --tw-text-opacity: 1;
  color: rgb(91 46 224 / var(--tw-text-opacity));
}

.text-abra-grape {
  --tw-text-opacity: 1;
  color: rgb(101 49 93 / var(--tw-text-opacity));
}

.text-abra-grey {
  --tw-text-opacity: 1;
  color: rgb(72 72 72 / var(--tw-text-opacity));
}

.text-abra-heather {
  --tw-text-opacity: 1;
  color: rgb(187 164 184 / var(--tw-text-opacity));
}

.text-abra-plum {
  --tw-text-opacity: 1;
  color: rgb(40 0 34 / var(--tw-text-opacity));
}

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

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

.decoration-purple-300 {
  text-decoration-color: #d8b4fe;
}

.opacity-0 {
  opacity: 0;
}

.opacity-100 {
  opacity: 1;
}

.opacity-50 {
  opacity: 0.5;
}

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

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

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

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

.masonry-sm {
  -moz-column-gap: 2em;
       column-gap: 2em;
  -moz-column-count: 2;
       column-count: 2;
}

.masonry > *,
    .masonry-sm > *,
    .masonry-md > *,
    .masonry-lg > * {
  -moz-column-break-inside: avoid;
       break-inside: avoid;
}

@font-face {
  font-family: "Norms Pro Light";

  src: url("../abra/fonts/woff/TT_Norms_Pro_Light.woff");
}

@font-face {
  font-family: "Norms Pro Regular";

  src: url("../abra/fonts/woff/TT_Norms_Pro_Regular.woff");
}

@font-face {
  font-family: "Norms Pro Normal";

  src: url("../abra/fonts/woff/TT_Norms_Pro_Normal.woff");
}

@font-face {
  font-family: "Norms Pro Medium";

  src: url("../abra/fonts/woff/TT_Norms_Pro_Medium.woff");
}

@font-face {
  font-family: "Norms Pro DemiBold";

  src: url("../abra/fonts/woff/TT_Norms_Pro_DemiBold.woff");
}

/* npx tailwindcss -i ./src/style.css -o ./style.css --watch */

:root {
  --abra-white: #ffffff;
  --abra-plum: #280022;
  --abra-grape: #65315d;
  --abra-fig: #5b2ee0;
  --abra-apricot: #e6aa51;
  --abra-light: #ebe4ea;
  --abra-grey: #484848;
  --abra-header: #bba4b8;
}

body {
  line-height: 130%;
  line-height: 1.35rem;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* font-family: "Inter", sans-serif; */
  /* font-family: "Norms Pro Regular", sans-serif; */
  font-family: "Norms Pro Normal", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  color: var(--abra-plum);
}

b,
strong {
  font-family: "Norms Pro DemiBold", sans-serif;
}

p {
  margin-bottom: 1rem;
}

h1,
h2,
h3,
h4,
h5 {
  line-height: 125% !important;
}

body.noscroll {
  overflow: hidden;
}

.container {
  max-width: 1250px;
  width: 100%;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.container.no-padding-xs {
  padding-left: 0;
  padding-right: 0;
}

@media screen and (min-width: 768px) {
  .container,
  .container.no-padding-xs {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}

@media screen and (min-width: 1440px) {
  /* .container {
    padding-left: 6rem;
    padding-right: 6rem;
  } */
}

/* Menu icon */

.menu-toggle {
  height: 16px;
  padding: 25px 20px;
  right: 0;
  text-indent: -9999px;
  top: 33px;
  transform: translateY(-50%);
  width: calc(34px + 40px);
  cursor: pointer;
  box-shadow: none;
  z-index: 95;
}

/* Menu icon */

/* Navigation */

.main-navigation .nav-menu li a {
  display: flex;
  display: inline-flex;
  align-items: center;
  color: var(--abra-plum);
  font-size: 1rem;
  padding: 6px 10px;
  position: relative;
  /* font-family: "Norms Pro Medium"; */
}

@media screen and (min-width: 1080px) {
  .main-navigation .nav-menu li a {
    font-size: 1.125rem;
  }
}

.mobile-navigation-container li a,
.mobile-navigation-container li a:visited {
  display: flex;
  color: var(--abra-plum);
  font-size: 1.125rem;
  padding: 4px 0;
  transition: all 0.25s ease-in-out;
  font-family: "Norms Pro Medium";
}

.mobile-navigation-container li a:hover,
.mobile-navigation-container li.current-menu-item a {
  color: var(--abra-grape);
}

.main-navigation .nav-menu li .sub-menu li:first-child a {
  margin-top: 10px;
}

.main-navigation .nav-menu li .sub-menu li:last-child a {
  margin-bottom: 10px;
}

.main-navigation .nav-menu li .sub-menu li a {
  font-size: 1rem;
  font-family: "Norms Pro Normal";
}

.mobile-navigation-container li .sub-menu li a {
  font-size: 0.875rem;
  font-family: "Norms Pro Normal";
}

.main-navigation .nav-menu li {
  position: relative;
}

.main-navigation .nav-menu li a:after {
  content: "";
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 10px;
  width: calc(100% - 20px);
  background-color: var(--abra-grape);
  opacity: 0;
  transition: opacity 0.25s ease-in-out;
}

.main-navigation .nav-menu li.menu-item-has-children a:after {
  width: calc(100% - 20px - 22px);
}

.main-navigation .nav-menu li:hover a:after,
.main-navigation .nav-menu li.current-menu-item a:after,
.main-navigation .nav-menu li.current-menu-ancestor a:after,
.main-navigation .nav-menu li.current-menu-parent a:after {
  opacity: 1;
}

.main-navigation .nav-menu li > ul.sub-menu li a:after,
.main-navigation .nav-menu li.cta-btn a:after {
  display: none;
}

.main-navigation .nav-menu li.menu-item-has-children > ul.sub-menu li a,
.main-navigation .nav-menu li a:hover,
.main-navigation .nav-menu li.current-menu-item a,
.main-navigation .nav-menu li.current-menu-ancestor a,
.main-navigation .nav-menu li.current-menu-parent a {
  color: var(--abra-grape);
}

.main-navigation .nav-menu li.cta-btn > a {
  border: 1px solid var(--abra-plum);
  border-radius: 5px;
  text-transform: uppercase;
  font-size: 0.938rem;
}

@media screen and (min-width: 1080px) {
  .main-navigation .nav-menu li.cta-btn > a {
    font-size: 1.063rem;
  }
}

.main-navigation .nav-menu li.cta-btn {
  margin-left: 30px;
}

.main-navigation .nav-menu li.cta-btn > a {
  transition:
    border 0.25s ease-in-out,
    color 0.25s ease-in-out,
    background-color 0.25s ease-in-out;
}

.main-navigation .nav-menu li.cta-btn > a svg path {
  transition: stroke 0.25s ease-in-out;
}

.main-navigation .nav-menu li.cta-btn:hover > a {
  border: 1px solid var(--abra-grape);
  color: var(--abra-white);
  background-color: var(--abra-grape);
}

.main-navigation .nav-menu li.cta-btn:hover > a svg path {
  stroke: var(--abra-white);
}

.clean-btn a:after {
  display: none;
}

.clean-btn.current-menu-item a,
.clean-btn.current-menu-parent a {
  color: var(--abra-plum) !important;
}

.main-navigation .nav-menu li.menu-item-has-children ul.sub-menu {
  height: auto;
  width: 100vw;
  max-height: 500px;
  max-width: 200px;
  opacity: 0;
  visibility: hidden;
  overflow-y: initial;
  /* overflow-x: visible; */
  transition: all 0.25s ease-in-out;
}

.main-navigation .nav-menu li.menu-item-has-children:hover > ul.sub-menu {
  max-height: 500px;
  opacity: 1;
  visibility: visible;
  transition: all 0.25s ease-in-out;
}

.main-navigation .nav-menu li.menu-item-has-children ul.sub-menu {
  position: absolute;
  /* overflow: visible; */
}

.main-navigation .nav-menu li.menu-item-has-children > ul.sub-menu:after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  height: 100%;
  width: 200vw;
  background-color: var(--abra-light);
  z-index: -1;
  pointer-events: none;
}

.main-navigation .footer-menu ul.sub-menu {
  padding-top: 5px;
}

.main-navigation .footer-menu ul.sub-menu li {
  display: flex;
}

.main-navigation .footer-menu li a {
  position: relative;
  padding: 4px 0;
  font-size: 1rem;
  font-family: "Norms Pro Medium";
}

.main-navigation .footer-menu ul.sub-menu li a {
  position: relative;
  font-size: 0.875rem;
  font-family: "Norms Pro Normal";
}

.main-navigation .footer-menu ul.sub-menu li a:after {
  position: absolute;
  content: "";
  width: calc(100%);
  height: 1px;
  background-color: var(--abra-grape);
  bottom: 4px;
  left: 0;
  opacity: 0;
  transition: all 0.25s ease-in-out;
}

.main-navigation .footer-menu ul.sub-menu li a:hover:after,
.main-navigation .footer-menu ul.sub-menu li.current-menu-item a:after {
  opacity: 1;
}

/* Navigation End */

/* Social Icons */

.social-container a svg path {
  transition: all 0.5s ease-in-out;
}

.social-container a:hover svg path:first-of-type {
  fill: var(--abra-grape);
}

/* Social Icons */

/* Branding */

.site-branding svg,
.site-branding img {
  width: 74px;
  height: 26px;
}

footer .site-branding svg,
footer .site-branding img {
  width: 113px;
  height: 40px;
}

/* Branding End */

/* Mobile Navigation */

.mobile-navigation-container {
  opacity: 0;
  visibility: hidden;
  z-index: -1;
  transition:
    opacity 0.25s ease-in-out,
    visibility 0.25s ease-in-out;
}

.mobile-navigation-container.active {
  opacity: 1;
  visibility: visible;
  z-index: 10;
  min-height: 100vh;
  overflow: auto;
}

/* Mobile Navigation End */

/* wysiwyg-content */

.wysiwyg-content h1,
.wysiwyg-content h2,
.wysiwyg-content h3,
.wysiwyg-content h4,
.wysiwyg-content h5 {
  font-family: "Norms Pro Medium";
  line-height: 150%;
}

.wysiwyg-content h2 {
  font-size: 1.275rem;
  margin-bottom: 16px;
  max-width: 720px;
}

.wysiwyg-content h3 {
  font-size: 1.275rem;
}

.wysiwyg-content h4 {
  font-size: 1.125rem;
}

.wysiwyg-content p {
  margin-bottom: 30px;
}

/* wysiwyg-content end */

/* news items */

.single-news-image-container,
.items-container .news-item-container .news-item .image-container {
  background: rgb(187, 164, 184);
  background: radial-gradient(
    circle,
    rgba(187, 164, 184, 1) 26%,
    rgba(101, 49, 93, 1) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#bba4b8",endColorstr="#65315d",GradientType=1);
}

.items-container
  .news-item-container:nth-child(2n)
  .news-item
  .image-container {
  background: rgb(187, 164, 184);
  background: radial-gradient(
    circle,
    rgba(187, 164, 184, 1) 0%,
    rgba(40, 0, 34, 1) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#bba4b8",endColorstr="#280022",GradientType=1);
}

.items-container
  .news-item-container:nth-child(3n)
  .news-item
  .image-container {
  background: rgb(40, 0, 34);
  background: radial-gradient(
    circle,
    rgba(40, 0, 34, 1) 0%,
    rgba(119, 72, 112, 1) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#280022",endColorstr="#774870",GradientType=1);
}

/* news items end */

/* Animations */

.animation-type-fadein {
  opacity: 0;
  visibility: hidden;
  transition-delay: 0.5s !important;
  transition: all 0.5s ease-in-out;
}

.animation-type-fadeup {
  opacity: 0;
  visibility: hidden;
  transition-delay: 0.5s !important;
  transform: translateY(50px);
  transition: all 0.5s ease-in-out;
}

.animation-type-fadein.animate {
  opacity: 1;
  visibility: visible;
  transition: all 0.5s ease-in-out;
}

.animation-type-fadeup.animate {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  transition: all 0.5s ease-in-out;
}

.animated-icon {
  /* opacity: 0;
  visibility: hidden; */
  transition: all 0.25s ease-in-out;
}

/* Animations End */

/* Tables and lists */

.content-wrapper table {
}

.content-wrapper table th,
.content-wrapper table td {
  border: 1px solid var(--abra-light);
  padding: 5px 10px;
}

.content-wrapper ul,
.content-wrapper ol {
  padding-left: 20px;
  margin-bottom: 30px;
}

.content-wrapper ul li,
.content-wrapper ol li {
  margin-bottom: 0.5rem;
}

.content-wrapper ul {
  list-style: disc;
}

.content-wrapper ol {
  list-style: lower-greek;
}

/* Tables and lists end */

/* iFrame */

iframe {
  width: 100%;
}

/* iFram end */

.hide-arrow[type="number"]::-webkit-inner-spin-button,
.hide-arrow[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
}

select.hide-arrow {
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  text-overflow: "";
}

.hover\:border-abra-apricot:hover {
  --tw-border-opacity: 1;
  border-color: rgb(230 170 81 / var(--tw-border-opacity));
}

.hover\:border-abra-fig:hover {
  --tw-border-opacity: 1;
  border-color: rgb(91 46 224 / var(--tw-border-opacity));
}

.hover\:border-abra-grape:hover {
  --tw-border-opacity: 1;
  border-color: rgb(101 49 93 / var(--tw-border-opacity));
}

.hover\:border-abra-plum:hover {
  --tw-border-opacity: 1;
  border-color: rgb(40 0 34 / var(--tw-border-opacity));
}

.hover\:bg-abra-apricot:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(230 170 81 / var(--tw-bg-opacity));
}

.hover\:bg-abra-fig:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(91 46 224 / var(--tw-bg-opacity));
}

.hover\:bg-abra-grape:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(101 49 93 / var(--tw-bg-opacity));
}

.hover\:bg-abra-plum:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(40 0 34 / var(--tw-bg-opacity));
}

.hover\:text-abra-grape:hover {
  --tw-text-opacity: 1;
  color: rgb(101 49 93 / var(--tw-text-opacity));
}

.hover\:text-abra-plum:hover {
  --tw-text-opacity: 1;
  color: rgb(40 0 34 / var(--tw-text-opacity));
}

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

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

.group:hover .group-hover\:mt-1\.5 {
  margin-top: 0.375rem;
}

.group:hover .group-hover\:translate-x-\[5px\] {
  --tw-translate-x: 5px;
  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\:fill-abra-grape {
  fill: #65315D;
}

.group:hover .group-hover\:stroke-abra-plum {
  stroke: #280022;
}

.group:hover .group-hover\:stroke-abra-white {
  stroke: #ffffff;
}

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

.group\/acc.active .group-\[\.active\]\/acc\:h-auto {
  height: auto;
}

.group\/acc.active .group-\[\.active\]\/acc\: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));
}

.group.active .group-\[\&\.active\]\:opacity-0 {
  opacity: 0;
}

.group.active .group-\[\&\.active\]\:opacity-100 {
  opacity: 1;
}

@media (min-width: 640px) {
  .sm\:block {
    display: block;
  }

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

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

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

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

  .sm\:masonry-sm {
    -moz-column-gap: 2em;
         column-gap: 2em;
    -moz-column-count: 2;
         column-count: 2;
  }

  .sm\:masonry-md {
    -moz-column-gap: 3.5em;
         column-gap: 3.5em;
    -moz-column-count: 3;
         column-count: 3;
  }

  .sm\:masonry-sm > * {
    -moz-column-break-inside: avoid;
         break-inside: avoid;
  }

  .sm\:masonry-md > * {
    -moz-column-break-inside: avoid;
         break-inside: avoid;
  }
}

@media (min-width: 768px) {
  .md\:col-span-12 {
    grid-column: span 12 / span 12;
  }

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

  .md\:col-span-3 {
    grid-column: span 3 / span 3;
  }

  .md\:col-span-4 {
    grid-column: span 4 / span 4;
  }

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

  .md\:col-span-7 {
    grid-column: span 7 / span 7;
  }

  .md\:col-span-8 {
    grid-column: span 8 / span 8;
  }

  .md\:col-span-9 {
    grid-column: span 9 / span 9;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .md\:flex {
    display: flex;
  }

  .md\:grid {
    display: grid;
  }

  .md\:hidden {
    display: none;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .md\:translate-x-\[-25px\] {
    --tw-translate-x: -25px;
    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));
  }

  .md\:grid-flow-row {
    grid-auto-flow: row;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .md\:gap-x-4 {
    -moz-column-gap: 1rem;
         column-gap: 1rem;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .md\:text-\[1\.125rem\] {
    font-size: 1.125rem;
  }

  .md\:text-\[1\.25rem\] {
    font-size: 1.25rem;
  }

  .md\:text-\[1\.375rem\] {
    font-size: 1.375rem;
  }

  .md\:text-\[1\.563rem\] {
    font-size: 1.563rem;
  }

  .md\:text-\[3\.125rem\] {
    font-size: 3.125rem;
  }

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

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

  .md\:masonry-md {
    -moz-column-gap: 3.5em;
         column-gap: 3.5em;
    -moz-column-count: 3;
         column-count: 3;
  }

  .md\:masonry-md > * {
    -moz-column-break-inside: avoid;
         break-inside: avoid;
  }
}

@media (min-width: 1024px) {
  .lg\:col-span-10 {
    grid-column: span 10 / span 10;
  }

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

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

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

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

  .lg\:flex {
    display: flex;
  }

  .lg\:hidden {
    display: none;
  }

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

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

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

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

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

  .lg\:gap-x-20 {
    -moz-column-gap: 5rem;
         column-gap: 5rem;
  }

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

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

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

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

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

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

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

  .lg\:text-\[1\.375rem\] {
    font-size: 1.375rem;
  }

  .lg\:masonry-lg {
    -moz-column-gap: 2.5em;
         column-gap: 2.5em;
    -moz-column-count: 6;
         column-count: 6;
  }

  .lg\:masonry-lg > * {
    -moz-column-break-inside: avoid;
         break-inside: avoid;
  }
}

@media (min-width: 1280px) {
  .xl\:col-span-8 {
    grid-column: span 8 / span 8;
  }
}

.\[\&\.active\]\:visible.active {
  visibility: visible;
}

.\[\&\.active\]\:relative.active {
  position: relative;
}

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

.\[\&\.active\]\:border-b-abra-light.active {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(235 228 234 / var(--tw-border-opacity));
}

.\[\&\.active\]\:opacity-100.active {
  opacity: 1;
}
