@charset "UTF-8";

/**
 * -----------------------------------------------------------------------------
 * Epix Media – Tailwind Base & Utility Extensions
 * -----------------------------------------------------------------------------
 *
 * Custom Tailwind layers used across Epix Media WordPress projects.
 * Includes:
 * - Base typography defaults
 * - Full-bleed background helpers
 * - Brand colour bleed utilities
 * - Decorative border extensions
 * - Overlay helpers
 *
 * Notes:
 * - Utilities rely on CSS variables for brand colours.
 * - Designed to work alongside Tailwind's utility-first approach
 *   without introducing layout side effects.
 * - Uses pseudo-elements for visual effects instead of extra markup.
 *
 * © Epix Media Ltd. All rights reserved.
 * -----------------------------------------------------------------------------
 */

*, ::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:  ;
}

/*! tailwindcss v3.4.17 | 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.
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]:where(:not([hidden="until-found"])) {
  display: none;
}

body {
  font-size: 16px;
  line-height: 26px;
}

.container{
  width: 100%;
}

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

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

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

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

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

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

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

.visible{
  visibility: visible;
}

.static{
  position: static;
}

.fixed{
  position: fixed;
}

.absolute{
  position: absolute;
}

.relative{
  position: relative;
}

.inset-0{
  inset: 0px;
}

.bottom-0{
  bottom: 0px;
}

.bottom-5{
  bottom: 20px;
}

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

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

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

.left-0{
  left: 0px;
}

.left-5{
  left: 20px;
}

.left-6{
  left: 24px;
}

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

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

.right-0{
  right: 0px;
}

.right-5{
  right: 20px;
}

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

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

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

.top-0{
  top: 0px;
}

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

.top-5{
  top: 20px;
}

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

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

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

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

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

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

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

.mx-4{
  margin-left: 16px;
  margin-right: 16px;
}

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

.my-6{
  margin-top: 24px;
  margin-bottom: 24px;
}

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

.-mb-12{
  margin-bottom: -48px;
}

.mb-7\.5{
  margin-bottom: 30px;
}

.mb-8{
  margin-bottom: 32px;
}

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

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

.mt-10{
  margin-top: 40px;
}

.mt-12{
  margin-top: 48px;
}

.mt-16{
  margin-top: 64px;
}

.mt-20{
  margin-top: 80px;
}

.mt-28{
  margin-top: 112px;
}

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

.mt-5{
  margin-top: 20px;
}

.mt-9{
  margin-top: 36px;
}

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

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

.line-clamp-2{
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.line-clamp-3{
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.block{
  display: block;
}

.inline{
  display: inline;
}

.flex{
  display: flex;
}

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

.table{
  display: table;
}

.grid{
  display: grid;
}

.hidden{
  display: none;
}

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

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

.aspect-\[188\/125\]{
  aspect-ratio: 188/125;
}

.aspect-\[5\/3\]{
  aspect-ratio: 5/3;
}

.aspect-\[5\/4\]{
  aspect-ratio: 5/4;
}

.aspect-\[7\/5\]{
  aspect-ratio: 7/5;
}

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

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

.h-12{
  height: 48px;
}

.h-15{
  height: 60px;
}

.h-20{
  height: 80px;
}

.h-8{
  height: 32px;
}

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

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

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

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

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

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

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

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

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

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

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

.h-auto{
  height: auto;
}

.h-full{
  height: 100%;
}

.h-px{
  height: 1px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.w-1\/6{
  width: 16.666667%;
}

.w-15{
  width: 60px;
}

.w-16{
  width: 64px;
}

.w-20{
  width: 80px;
}

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

.w-8{
  width: 32px;
}

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

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

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

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

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

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

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

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

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

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

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

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

.w-auto{
  width: auto;
}

.w-fit{
  width: -moz-fit-content;
  width: fit-content;
}

.w-full{
  width: 100%;
}

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

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

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

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

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

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

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

.-scale-x-100{
  --tw-scale-x: -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));
}

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

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

.cursor-pointer{
  cursor: pointer;
}

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

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

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

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

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

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

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

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

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

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

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

.gap-1{
  gap: 4px;
}

.gap-1\.5{
  gap: 6px;
}

.gap-10{
  gap: 40px;
}

.gap-12{
  gap: 48px;
}

.gap-16{
  gap: 64px;
}

.gap-2\.5{
  gap: 10px;
}

.gap-24{
  gap: 96px;
}

.gap-3{
  gap: 12px;
}

.gap-3\.5{
  gap: 14px;
}

.gap-4{
  gap: 16px;
}

.gap-5{
  gap: 20px;
}

.gap-6{
  gap: 24px;
}

.gap-7{
  gap: 28px;
}

.gap-7\.5{
  gap: 30px;
}

.gap-8{
  gap: 32px;
}

.gap-y-12{
  row-gap: 48px;
}

.gap-y-3\.5{
  row-gap: 14px;
}

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

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

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

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

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

.overflow-hidden{
  overflow: hidden;
}

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

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

.whitespace-pre-wrap{
  white-space: pre-wrap;
}

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

.border{
  border-width: 1px;
}

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

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

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

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

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

.border-black{
  border-color: var(--colorBlack);
}

.border-brand-1{
  border-color: var(--colorBrand-1);
}

.border-brand-2{
  border-color: var(--colorBrand-2);
}

.border-brand-3{
  border-color: var(--colorBrand-3);
}

.border-transparent{
  border-color: var(--colorTransparent);
}

.border-white{
  border-color: var(--colorWhite);
}

.bg-black{
  background-color: var(--colorBlack);
}

.bg-brand-1{
  background-color: var(--colorBrand-1);
}

.bg-brand-2{
  background-color: var(--colorBrand-2);
}

.bg-brand-3{
  background-color: var(--colorBrand-3);
}

.bg-brand-4{
  background-color: var(--colorBrand-4);
}

.bg-offWhite{
  background-color: var(--colorOffWhite);
}

.bg-transparent{
  background-color: var(--colorTransparent);
}

.bg-white{
  background-color: var(--colorWhite);
}

.bg-\[linear-gradient\(91deg\2c rgba\(0\2c 0\2c 0\2c 0\.40\)_2\.92\%\2c rgba\(0\2c 0\2c 0\2c 0\.00\)_97\.7\%\)\]{
  background-image: linear-gradient(91deg,rgba(0,0,0,0.40) 2.92%,rgba(0,0,0,0.00) 97.7%);
}

.bg-\[linear-gradient\(90deg\2c rgba\(0\2c 0\2c 0\2c 0\.40\)_2\.90\%\2c rgba\(0\2c 0\2c 0\2c 0\.00\)_100\%\)\]{
  background-image: linear-gradient(90deg,rgba(0,0,0,0.40) 2.90%,rgba(0,0,0,0.00) 100%);
}

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

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

.object-center{
  -o-object-position: center;
     object-position: center;
}

.object-top{
  -o-object-position: top;
     object-position: top;
}

.p-1{
  padding: 4px;
}

.p-12{
  padding: 48px;
}

.p-4{
  padding: 16px;
}

.p-5{
  padding: 20px;
}

.p-6{
  padding: 24px;
}

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

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

.p-10{
  padding: 40px;
}

.px-16{
  padding-left: 64px;
  padding-right: 64px;
}

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

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

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

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

.px-8{
  padding-left: 32px;
  padding-right: 32px;
}

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

.py-10{
  padding-top: 40px;
  padding-bottom: 40px;
}

.py-12{
  padding-top: 48px;
  padding-bottom: 48px;
}

.py-15{
  padding-top: 60px;
  padding-bottom: 60px;
}

.py-16{
  padding-top: 64px;
  padding-bottom: 64px;
}

.py-20{
  padding-top: 80px;
  padding-bottom: 80px;
}

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

.py-32{
  padding-top: 128px;
  padding-bottom: 128px;
}

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

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

.py-6{
  padding-top: 24px;
  padding-bottom: 24px;
}

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

.pb-10{
  padding-bottom: 40px;
}

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

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

.pb-2\.5{
  padding-bottom: 10px;
}

.pb-20{
  padding-bottom: 80px;
}

.pb-28{
  padding-bottom: 112px;
}

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

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

.pb-6{
  padding-bottom: 24px;
}

.pb-8{
  padding-bottom: 32px;
}

.pr-4{
  padding-right: 16px;
}

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

.pt-10{
  padding-top: 40px;
}

.pt-16{
  padding-top: 64px;
}

.pt-28{
  padding-top: 112px;
}

.pt-36{
  padding-top: 9rem;
}

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

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

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

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

.text-2xl{
  font-size: 24px;
  line-height: 1.2;
}

.text-3xl{
  font-size: 32px;
  line-height: 1.2;
}

.text-4xl{
  font-size: 40px;
  line-height: 1.2;
}

.text-lg{
  font-size: 18px;
  line-height: 1.2;
}

.text-md{
  font-size: 16px;
  line-height: 22px;
}

.text-sm{
  font-size: 14px;
  line-height: 20px;
}

.text-xl{
  font-size: 20px;
  line-height: 1.2;
}

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

.uppercase{
  text-transform: uppercase;
}

.lowercase{
  text-transform: lowercase;
}

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

.text-black{
  color: var(--colorBlack);
}

.text-brand-1{
  color: var(--colorBrand-1);
}

.text-white{
  color: var(--colorWhite);
}

.underline{
  text-decoration-line: underline;
}

.no-underline{
  text-decoration-line: none;
}

.decoration-transparent{
  text-decoration-color: var(--colorTransparent);
}

.underline-offset-\[6px\]{
  text-underline-offset: 6px;
}

.opacity-0{
  opacity: 0;
}

.mix-blend-color{
  mix-blend-mode: color;
}

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

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

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

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

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

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

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

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

.will-change-transform{
  will-change: transform;
}

.bg-full-bleed {
  position: relative;
}

.bg-full-bleed::before {
  content: "";
  position: absolute;
  inset: 0;
  left: 50%;
  width: 100vw;
  transform: translateX(-50%);
  z-index: 0;
}

.bg-brand-3-bleed::before {
  background-color: var(--colorBrand-3);
}

.border-brand-1-full-plus-60px-after {
  position: relative;
}

.border-brand-1-full-plus-60px-after:after {
  content: "";
  position: absolute;
  height: 1px;
  width: calc(100% + 60px);
  bottom: 0;
  left: -30px;
  background-color: var(--colorBrand-1);
}

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

.hover\:bg-brand-1:hover{
  background-color: var(--colorBrand-1);
}

.hover\:bg-brand-2:hover{
  background-color: var(--colorBrand-2);
}

.hover\:bg-brand-4:hover{
  background-color: var(--colorBrand-4);
}

.hover\:text-black:hover{
  color: var(--colorBlack);
}

.hover\:text-brand-1:hover{
  color: var(--colorBrand-1);
}

.hover\:text-brand-3:hover{
  color: var(--colorBrand-3);
}

.hover\:text-white:hover{
  color: var(--colorWhite);
}

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

.hover\:decoration-brand-1:hover{
  text-decoration-color: var(--colorBrand-1);
}

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

.group:hover .group-hover\:bottom-7{
  bottom: 28px;
}

.group:hover .group-hover\:bottom-\[24px\]{
  bottom: 24px;
}

.group:hover .group-hover\:left-7{
  left: 28px;
}

.group:hover .group-hover\:right-7{
  right: 28px;
}

.group:hover .group-hover\:right-\[24px\]{
  right: 24px;
}

.group:hover .group-hover\:top-7{
  top: 28px;
}

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

.group:hover .group-hover\:bg-brand-1{
  background-color: var(--colorBrand-1);
}

.group:hover .group-hover\:bg-brand-4{
  background-color: var(--colorBrand-4);
}

.group:hover .group-hover\:text-brand-1{
  color: var(--colorBrand-1);
}

.group:hover .group-hover\:text-white{
  color: var(--colorWhite);
}

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

.group:hover .group-hover\:opacity-80{
  opacity: 0.8;
}

@media (min-width: 576px){
  .sm\:aspect-\[3\/2\]{
    aspect-ratio: 3/2;
  }

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

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

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

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

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

@media (min-width: 768px){
  .md\:absolute{
    position: absolute;
  }

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

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

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

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

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

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

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

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

  .md\:block{
    display: block;
  }

  .md\:flex{
    display: flex;
  }

  .md\:hidden{
    display: none;
  }

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

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

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

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

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

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

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

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

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

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

  .md\:w-1\/4{
    width: 25%;
  }

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

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

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

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

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

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

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

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

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

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

  .md\:w-\[86\.1\%\]{
    width: 86.1%;
  }

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

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

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

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

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

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

  .md\:gap-10{
    gap: 40px;
  }

  .md\:gap-12{
    gap: 48px;
  }

  .md\:gap-14{
    gap: 56px;
  }

  .md\:gap-20{
    gap: 80px;
  }

  .md\:gap-x-8{
    -moz-column-gap: 32px;
         column-gap: 32px;
  }

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

  .md\:gap-y-16{
    row-gap: 64px;
  }

  .md\:gap-y-8{
    row-gap: 32px;
  }

  .md\:self-end{
    align-self: flex-end;
  }

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

  .md\:border-t-0{
    border-top-width: 0px;
  }

  .md\:bg-brand-3{
    background-color: var(--colorBrand-3);
  }

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

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

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

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

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

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

  .md\:py-12{
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .md\:py-16{
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .md\:py-28{
    padding-top: 112px;
    padding-bottom: 112px;
  }

  .md\:py-8{
    padding-top: 32px;
    padding-bottom: 32px;
  }

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

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

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

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

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

  .md\:pl-7\.5{
    padding-left: 30px;
  }

  .md\:pr-7\.5{
    padding-right: 30px;
  }

  .md\:pt-20{
    padding-top: 80px;
  }

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

  .md\:text-3xl{
    font-size: 32px;
    line-height: 1.2;
  }

  .md\:text-5xl{
    font-size: 56px;
    line-height: 1.2;
  }

  .md\:text-lg{
    font-size: 18px;
    line-height: 1.2;
  }

  .md\:text-black{
    color: var(--colorBlack);
  }

  .md\:bg-bleed-before::before {
    left: -100vw;
    transform: none;
  }

  .md\:after-none:after {
    display: none;
  }
}

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

  .mdtwo\:hidden{
    display: none;
  }

  .mdtwo\:h-15{
    height: 60px;
  }

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

  .mdtwo\:w-1\/4{
    width: 25%;
  }

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

  .mdtwo\:w-20{
    width: 80px;
  }

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

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

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

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

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

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

  .mdtwo\:gap-16{
    gap: 64px;
  }

  .mdtwo\:gap-4{
    gap: 16px;
  }

  .mdtwo\:p-12{
    padding: 48px;
  }

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

  .mdtwo\:py-20{
    padding-top: 80px;
    padding-bottom: 80px;
  }

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

  .mdtwo\:pb-24{
    padding-bottom: 96px;
  }

  .mdtwo\:text-3xl{
    font-size: 32px;
    line-height: 1.2;
  }
}

@media (min-width: 1024px){
  .lg\:left-6{
    left: 24px;
  }

  .lg\:top-6{
    top: 24px;
  }

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

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

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

  .lg\:contents{
    display: contents;
  }

  .lg\:aspect-\[5\/4\]{
    aspect-ratio: 5/4;
  }

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

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

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

  .lg\:w-1\/4{
    width: 25%;
  }

  .lg\:w-1\/5{
    width: 20%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .lg\:gap-12{
    gap: 48px;
  }

  .lg\:gap-16{
    gap: 64px;
  }

  .lg\:gap-8{
    gap: 32px;
  }

  .lg\:p-6{
    padding: 24px;
  }

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

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

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

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

  .lg\:pl-24\.5{
    padding-left: 100px;
  }

  .lg\:pr-24\.5{
    padding-right: 100px;
  }

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

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

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

  .lg\:text-3xl{
    font-size: 32px;
    line-height: 1.2;
  }
}

@media (min-width: 1200px){
  .lgtwo\:absolute{
    position: absolute;
  }

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

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

  .lgtwo\:flex{
    display: flex;
  }

  .lgtwo\:hidden{
    display: none;
  }

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

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

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

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

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

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

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

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

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

  .lgtwo\:gap-12{
    gap: 48px;
  }

  .lgtwo\:gap-7\.5{
    gap: 30px;
  }

  .lgtwo\:p-10{
    padding: 40px;
  }

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

  .lgtwo\:pl-16{
    padding-left: 64px;
  }

  .lgtwo\:pr-5{
    padding-right: 20px;
  }

  .lgtwo\:text-2xl{
    font-size: 24px;
    line-height: 1.2;
  }
}

@media (min-width: 1380px){
  .xl\:w-1\/3{
    width: 33.333333%;
  }

  .xl\:w-1\/4{
    width: 25%;
  }

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

.\[\&_p\]\:text-center p{
  text-align: center;
}
