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

/**
 * Custom styles to immediately follow Tailwind’s `base` layer
 *
 * “Add things like base typography styles [or] opinionated global resets.”
 *
 * — from https://tailwindcss.com/docs/plugins#adding-base-styles
 */

/**
 * This uses the background and foreground colors declared in the
 * `theme.json` file and is applied both to the frontend and in the block
 * editor.
*/

body {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --tw-text-opacity: 1;
  color: rgb(64 64 64 / var(--tw-text-opacity));
}

/**
 * This injects Tailwind's component classes and any component classes
 * registered by plugins, then adds custom component classes.
 *
 * The `@import-glob` line imports all CSS files from the `components`
 * directory (except for `components.css`, which is imported on the following
 * line). This is meant to simplify the process of integrating styles from
 * JavaScript components or WordPress plugins.
 */

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

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

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

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

.prose {
  color: var(--tw-prose-body);
}

.prose :where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}

.prose :where([class~="lead"], [class~="is-style-lead"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-lead);
  font-size: 1.25em;
  line-height: 1.6;
  margin-top: 1.2em;
  margin-bottom: 1.2em;
}

.prose :where(a):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-links);
  text-decoration: underline;
  font-weight: 500;
}

.prose :where(strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-bold);
  font-weight: 600;
}

.prose :where(a strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}

.prose :where(blockquote strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}

.prose :where(thead th strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}

.prose :where(ol):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: decimal;
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  padding-inline-start: 1.625em;
}

.prose :where(ol[type="A"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: upper-alpha;
}

.prose :where(ol[type="a"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: lower-alpha;
}

.prose :where(ol[type="A" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: upper-alpha;
}

.prose :where(ol[type="a" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: lower-alpha;
}

.prose :where(ol[type="I"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: upper-roman;
}

.prose :where(ol[type="i"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: lower-roman;
}

.prose :where(ol[type="I" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: upper-roman;
}

.prose :where(ol[type="i" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: lower-roman;
}

.prose :where(ol[type="1"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: decimal;
}

.prose :where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: disc;
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  padding-inline-start: 1.625em;
}

.prose :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker {
  font-weight: 400;
  color: var(--tw-prose-counters);
}

.prose :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker {
  color: var(--tw-prose-bullets);
}

.prose :where(dt):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 600;
  margin-top: 1.25em;
}

.prose :where(hr):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  border-color: var(--tw-prose-hr);
  border-top-width: 1px;
  margin-top: 3em;
  margin-bottom: 3em;
  border-bottom: none;
}

.prose :where(blockquote):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-weight: 500;
  font-style: italic;
  color: var(--tw-prose-quotes);
  border-inline-start-width: 0.25rem;
  border-inline-start-color: var(--tw-prose-quote-borders);
  quotes: "\201C""\201D""\2018""\2019";
  margin-top: 1.6em;
  margin-bottom: 1.6em;
  padding-inline-start: 1em;
  border-left-style: solid;
}

.prose :where(blockquote p:first-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
  content: open-quote;
}

.prose :where(blockquote p:last-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::after {
  content: close-quote;
}

.prose :where(h1):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 800;
  font-size: 2.25em;
  margin-top: 0;
  margin-bottom: 0.8888889em;
  line-height: 1.1111111;
}

.prose :where(h1 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-weight: 900;
  color: inherit;
}

.prose :where(h2):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 700;
  font-size: 1.5em;
  margin-top: 2em;
  margin-bottom: 1em;
  line-height: 1.3333333;
}

.prose :where(h2 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-weight: 800;
  color: inherit;
}

.prose :where(h3):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 600;
  font-size: 1.25em;
  margin-top: 1.6em;
  margin-bottom: 0.6em;
  line-height: 1.6;
}

.prose :where(h3 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-weight: 700;
  color: inherit;
}

.prose :where(h4):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 600;
  margin-top: 1.5em;
  margin-bottom: 0.5em;
  line-height: 1.5;
}

.prose :where(h4 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-weight: 700;
  color: inherit;
}

.prose :where(img):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 2em;
  margin-bottom: 2em;
}

.prose :where(picture):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  display: block;
  margin-top: 2em;
  margin-bottom: 2em;
}

.prose :where(video):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 2em;
  margin-bottom: 2em;
}

.prose :where(kbd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-weight: 500;
  font-family: inherit;
  color: var(--tw-prose-kbd);
  box-shadow: 0 0 0 1px rgb(var(--tw-prose-kbd-shadows) / 10%), 0 3px 0 rgb(var(--tw-prose-kbd-shadows) / 10%);
  font-size: 0.875em;
  border-radius: 0.3125rem;
  padding-top: 0.1875em;
  padding-inline-end: 0.375em;
  padding-bottom: 0.1875em;
  padding-inline-start: 0.375em;
}

.prose :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-code);
  font-weight: 600;
  font-size: 0.875em;
}

.prose :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
  content: "`";
}

.prose :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after {
  content: "`";
}

.prose :where(a code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}

.prose :where(h1 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}

.prose :where(h2 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
  font-size: 0.875em;
}

.prose :where(h3 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
  font-size: 0.9em;
}

.prose :where(h4 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}

.prose :where(blockquote code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}

.prose :where(thead th code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}

.prose :where(pre):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-pre-code);
  background-color: var(--tw-prose-pre-bg);
  overflow-x: auto;
  font-weight: 400;
  font-size: 0.875em;
  line-height: 1.7142857;
  margin-top: 1.7142857em;
  margin-bottom: 1.7142857em;
  border-radius: 0.375rem;
  padding-top: 0.8571429em;
  padding-inline-end: 1.1428571em;
  padding-bottom: 0.8571429em;
  padding-inline-start: 1.1428571em;
}

.prose :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  background-color: transparent;
  border-width: 0;
  border-radius: 0;
  padding: 0;
  font-weight: inherit;
  color: inherit;
  font-size: inherit;
  font-family: inherit;
  line-height: inherit;
}

.prose :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
  content: none;
}

.prose :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after {
  content: none;
}

.prose :where(table):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  width: 100%;
  table-layout: auto;
  text-align: start;
  margin-top: 2em;
  margin-bottom: 2em;
  font-size: 0.875em;
  line-height: 1.7142857;
}

.prose :where(thead):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  border-bottom-width: 1px;
  border-bottom-color: var(--tw-prose-th-borders);
}

.prose :where(thead th):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 600;
  vertical-align: bottom;
  padding-inline-end: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-inline-start: 0.5714286em;
}

.prose :where(tbody tr):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  border-bottom-width: 1px;
  border-bottom-color: var(--tw-prose-td-borders);
}

.prose :where(tbody tr:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  border-bottom-width: 0;
}

.prose :where(tbody td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  vertical-align: baseline;
}

.prose :where(tfoot):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  border-top-width: 1px;
  border-top-color: var(--tw-prose-th-borders);
}

.prose :where(tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  vertical-align: top;
}

.prose :where(figure > *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
  margin-bottom: 0;
}

.prose :where(figcaption):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-captions);
  font-size: 0.875em;
  line-height: 1.4285714;
  margin-top: 0.8571429em;
}

.prose {
  --tw-prose-body: #374151;
  --tw-prose-headings: #111827;
  --tw-prose-lead: #4b5563;
  --tw-prose-links: #111827;
  --tw-prose-bold: #111827;
  --tw-prose-counters: #6b7280;
  --tw-prose-bullets: #d1d5db;
  --tw-prose-hr: #e5e7eb;
  --tw-prose-quotes: #111827;
  --tw-prose-quote-borders: #e5e7eb;
  --tw-prose-captions: #6b7280;
  --tw-prose-kbd: #111827;
  --tw-prose-kbd-shadows: 17 24 39;
  --tw-prose-code: #111827;
  --tw-prose-pre-code: #e5e7eb;
  --tw-prose-pre-bg: #1f2937;
  --tw-prose-th-borders: #d1d5db;
  --tw-prose-td-borders: #e5e7eb;
  --tw-prose-invert-body: #d1d5db;
  --tw-prose-invert-headings: #fff;
  --tw-prose-invert-lead: #9ca3af;
  --tw-prose-invert-links: #fff;
  --tw-prose-invert-bold: #fff;
  --tw-prose-invert-counters: #9ca3af;
  --tw-prose-invert-bullets: #4b5563;
  --tw-prose-invert-hr: #374151;
  --tw-prose-invert-quotes: #f3f4f6;
  --tw-prose-invert-quote-borders: #374151;
  --tw-prose-invert-captions: #9ca3af;
  --tw-prose-invert-kbd: #fff;
  --tw-prose-invert-kbd-shadows: 255 255 255;
  --tw-prose-invert-code: #fff;
  --tw-prose-invert-pre-code: #d1d5db;
  --tw-prose-invert-pre-bg: rgb(0 0 0 / 50%);
  --tw-prose-invert-th-borders: #4b5563;
  --tw-prose-invert-td-borders: #374151;
  font-size: 1rem;
  line-height: 1.75;
}

.prose :where(picture > img):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
  margin-bottom: 0;
}

.prose :where(li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}

.prose :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-inline-start: 0.375em;
}

.prose :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-inline-start: 0.375em;
}

.prose :where(.prose > ul > li p):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}

.prose :where(.prose > ul > li > *:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.25em;
}

.prose :where(.prose > ul > li > *:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-bottom: 1.25em;
}

.prose :where(.prose > ol > li > *:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.25em;
}

.prose :where(.prose > ol > li > *:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-bottom: 1.25em;
}

.prose :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}

.prose :where(dl):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}

.prose :where(dd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0.5em;
  padding-inline-start: 1.625em;
}

.prose :where(hr + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
}

.prose :where(h2 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
}

.prose :where(h3 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
}

.prose :where(h4 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
}

.prose :where(thead th:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-inline-start: 0;
}

.prose :where(thead th:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-inline-end: 0;
}

.prose :where(tbody td, tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-top: 0.5714286em;
  padding-inline-end: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-inline-start: 0.5714286em;
}

.prose :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-inline-start: 0;
}

.prose :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-inline-end: 0;
}

.prose :where(figure):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 2em;
  margin-bottom: 2em;
}

.prose :where(.prose > :first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
}

.prose :where(.prose > :last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-bottom: 0;
}

.prose :where(blockquote > cite):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-body);
  font-style: normal;
  font-weight: 400;
}

.prose :where(blockquote > cite):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
  content: "\2014";
}

.prose :where(table.has-fixed-layout):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  table-layout: fixed;
  width: 100%;
}

.prose-neutral {
  --tw-prose-body: #404040;
  --tw-prose-headings: #171717;
  --tw-prose-lead: #525252;
  --tw-prose-links: #171717;
  --tw-prose-bold: #171717;
  --tw-prose-counters: #737373;
  --tw-prose-bullets: #d4d4d4;
  --tw-prose-hr: #e5e5e5;
  --tw-prose-quotes: #171717;
  --tw-prose-quote-borders: #e5e5e5;
  --tw-prose-captions: #737373;
  --tw-prose-kbd: #171717;
  --tw-prose-kbd-shadows: 23 23 23;
  --tw-prose-code: #171717;
  --tw-prose-pre-code: #e5e5e5;
  --tw-prose-pre-bg: #262626;
  --tw-prose-th-borders: #d4d4d4;
  --tw-prose-td-borders: #e5e5e5;
  --tw-prose-invert-body: #d4d4d4;
  --tw-prose-invert-headings: #fff;
  --tw-prose-invert-lead: #a3a3a3;
  --tw-prose-invert-links: #fff;
  --tw-prose-invert-bold: #fff;
  --tw-prose-invert-counters: #a3a3a3;
  --tw-prose-invert-bullets: #525252;
  --tw-prose-invert-hr: #404040;
  --tw-prose-invert-quotes: #f5f5f5;
  --tw-prose-invert-quote-borders: #404040;
  --tw-prose-invert-captions: #a3a3a3;
  --tw-prose-invert-kbd: #fff;
  --tw-prose-invert-kbd-shadows: 255 255 255;
  --tw-prose-invert-code: #fff;
  --tw-prose-invert-pre-code: #d4d4d4;
  --tw-prose-invert-pre-bg: rgb(0 0 0 / 50%);
  --tw-prose-invert-th-borders: #525252;
  --tw-prose-invert-td-borders: #404040;
}

/**
     * Post title styles
     *
     * These will be applied to all headings with a `page-title` or `entry-title`
     * class on the frontend and to the post title in the block editor.
     *
     * The supplied styles are meant to match the default `h1` classes from
     * Tailwind Typography.
     */

.work-template-default.single.single-work footer {
  background-color: #ff0000;
}

.page-title,
	.entry-title {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5rem;
  max-width: 40rem;
  font-size: 1.875rem;
  line-height: 2.25rem;
}

/**
     * Layout styles for centered content areas
     *
     * If you are controlling the width of your content area with styles applied
     * to its container, you can delete the following styles whose selectors begin
     * with `.page-content >` and `.entry-content >`. For more details, please see
     * the following:
     *
     * https://make.wordpress.org/core/2021/06/29/on-layout-and-content-width-in-wordpress-5-8/
     */

.page-content > *,
	.entry-content > * {
  /* Content width from the `theme.json` file */
  margin-left: auto;
  margin-right: auto;
  max-width: 40rem;
}

.entry-content > .alignwide {
  /* Wide width from the `theme.json` file */
  max-width: 60rem;
}

.entry-content > .alignfull {
  max-width: none;
}

.entry-content > .alignleft {
  float: left;
  margin-right: 2rem;
}

.entry-content > .alignright {
  float: right;
  margin-left: 2rem;
}

.card-news {
  display: flex;
  width: auto;
  flex-direction: column;
  overflow: hidden;
  border-radius: 16px;
  --tw-bg-opacity: 1;
  background-color: rgb(22 22 22 / var(--tw-bg-opacity));
  font-family: Outfit, sans-serif;
  --tw-text-opacity: 1;
  color: rgb(250 250 250 / var(--tw-text-opacity));
}

@media (min-width: 1024px) {
  .card-news:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(250 250 250 / var(--tw-bg-opacity));
  }
}

.card-news {
  transition: all 0.4s cubic-bezier(0.14, 0.21, 0.31, 0.98);
}

@media (min-width: 1024px) {
  .card-news:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(250 250 250 / var(--tw-bg-opacity));
  }

  .card-news:hover .card-news__image img {
    --tw-scale-x: 1.25;
    --tw-scale-y: 1.25;
    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));
  }

  .card-news:hover .card-news__content h3,
			.card-news:hover .card-news__content p {
    --tw-text-opacity: 1;
    color: rgb(22 22 22 / var(--tw-text-opacity));
  }

  .card-news:hover .card-news__content .news-date {
    --tw-text-opacity: 1;
    color: rgb(22 22 22 / var(--tw-text-opacity));
    opacity: 100%;
  }
}

.card-news .card-news__image {
  aspect-ratio: 4/3;
  overflow: hidden;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (min-width: 1024px) {
  .card-news .card-news__image {
    aspect-ratio: 7/4;
  }
}

.card-news .card-news__image img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  transition-property: all;
  transition-duration: 800ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.card-news .card-news__content {
  padding: 24px;
}

@media (min-width: 1024px) {
  .card-news .card-news__content {
    padding: 32px;
  }
}

.card-news .card-news__content h3 {
  margin-bottom: 16px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  max-height: 64px;
  font-size: 26px;
  line-height: 33px;
  letter-spacing: 0px;
  font-weight: 400;
  text-transform: uppercase;
  transition-property: all;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

@media (min-width: 1024px) {
  .card-news .card-news__content h3 {
    max-height: 105px;
    font-size: 42px;
    line-height: 53px;
    letter-spacing: 0px;
    font-weight: 600;
  }
}

.card-news .card-news__content .news-date {
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0px;
  font-weight: 300;
  transition-property: all;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

@media (min-width: 1024px) {
  .card-news .card-news__content .news-date {
    opacity: 45%;
  }
}

.card-news .card-news__content p {
  margin-top: 32px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  max-height: 103px;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 0px;
  font-weight: 400;
  transition-property: all;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

@media (min-width: 1024px) {
  .card-news .card-news__content p {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    max-height: 72px;
  }
}

.card-news.horizontal {
  display: flex;
  flex-direction: column;
}

@media (min-width: 1024px) {
  .card-news.horizontal {
    display: flex;
    flex-direction: row;
  }

  .card-news.horizontal .card-news__image {
    width: 50%;
  }

  .card-news.horizontal .card-news__content {
    width: 50%;
  }

  .card-news.horizontal .card-news__content h3 {
    overflow: visible;
    display: block;
    -webkit-box-orient: horizontal;
    -webkit-line-clamp: none;
    max-height: 100%;
  }

  .card-news.horizontal .card-news__content p {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    max-height: 100%;
  }
}

.card-work {
  display: flex;
  height: 100%;
  width: 100%;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-family: Outfit, sans-serif;
  --tw-text-opacity: 1;
  color: rgb(250 250 250 / var(--tw-text-opacity));
}

@media (min-width: 1024px) {
  .card-work:hover {
    --tw-text-opacity: 1;
    color: #ffd100;
  }
}

.card-work {
  transition: all 0.4s cubic-bezier(0.14, 0.21, 0.31, 0.98);
}

@media (min-width: 1024px) {
  .card-work:hover .image-container img {
    --tw-scale-x: 1.25;
    --tw-scale-y: 1.25;
    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));
  }

  .card-work:hover .card-work-text-content h2 {
    font-weight: 600;
  }

  .card-work:hover .card-work-text-content .subtitle-line .line {
    height: 2px;
    --tw-bg-opacity: 1;
    background-color: #ffd100;
  }
}

.card-work .card-work-container {
  display: flex;
  height: 100%;
  width: 100%;
  flex-direction: column;
  gap: 8px;
}

@media (min-width: 768px) {
  .card-work .card-work-container {
    gap: 12px;
  }
}

@media (min-width: 1920px) {
  .card-work .card-work-container {
    gap: 8px;
  }
}

.card-work .image-container {
  aspect-ratio: 343/304;
  height: 100%;
  width: 100%;
  overflow: hidden;
  border-radius: 16px;
}

@media (min-width: 1024px) {
  .card-work .image-container {
    aspect-ratio: 555/357;
  }
}

.card-work .image-container img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  transition-property: all;
  transition-duration: 800ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.card-work.main-card .image-container {
  aspect-ratio: 343/494;
  height: 100%;
  width: 100%;
}

@media (min-width: 1024px) {
  .card-work.main-card .image-container {
    aspect-ratio: 555/800;
  }
}

.card-work .card-work-text-content {
  display: flex;
  flex-direction: column;
}

@media (min-width: 1024px) {
  .card-work .card-work-text-content {
    flex-direction: row;
    align-items: flex-end;
    gap: 16px;
  }
}

.card-work .card-work-text-content h2 {
  margin-bottom: 8px;
  font-size: 32px;
  line-height: 40px;
  letter-spacing: 0px;
  font-weight: 400;
  text-transform: uppercase;
}

@media (min-width: 1024px) {
  .card-work .card-work-text-content h2 {
    margin-bottom: 0px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    line-height: 35px;
  }
}

@media (min-width: 1920px) {
  .card-work .card-work-text-content h2 {
    font-size: 40px;
    line-height: 46px;
  }
}

.card-work .card-work-text-content .subtitle-line {
  display: flex;
  align-items: flex-end;
  gap: 16px;
}

.card-work .card-work-text-content .subtitle-line .line {
  margin-bottom: 5px;
  height: 1px;
  width: 32px;
  --tw-bg-opacity: 1;
  background-color: rgb(250 250 250 / var(--tw-bg-opacity));
  transition-property: all;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

@media (min-width: 1024px) {
  .card-work .card-work-text-content .subtitle-line .line {
    width: 42px;
  }
}

.card-work .card-work-text-content .subtitle-line h3 {
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
}

@media (min-width: 1024px) {
  .card-work .card-work-text-content .subtitle-line h3 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
  }
}

.footer {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-left: 16px;
  padding-right: 16px;
  padding-top: 32px;
  padding-bottom: 56px;
  font-family: Outfit, sans-serif;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(250 250 250 / var(--tw-text-opacity));
}

@media (min-width: 1024px) {
  .footer {
    padding: 40px;
  }
}

.footer .separator {
  height: 1px;
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(250 250 250 / var(--tw-bg-opacity));
}

.footer .content-footer-container {
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

@media (min-width: 1024px) {
  .footer .content-footer-container {
    margin-top: 40px;
    flex-direction: row;
    justify-content: space-between;
  }
}

.footer .content-footer-container .social-media-container {
  margin-top: 40px;
  margin-bottom: 40px;
}

@media (min-width: 1024px) {
  .footer .content-footer-container .social-media-container {
    order: 2;
    margin: 0px;
    display: flex;
    width: 33.333333%;
    justify-content: center;
  }
}

.footer .content-footer-container .social-media-container .social-media ul {
  display: flex;
  gap: 40px;
}

.footer .content-footer-container .legals-container {
  margin-bottom: 32px;
  font-size: 20px;
  font-weight: 400;
  text-decoration-line: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
}

@media (min-width: 1024px) {
  .footer .content-footer-container .legals-container {
    order: 3;
    margin: 0px;
    width: 33.333333%;
  }
}

.footer .content-footer-container .legals-container ul {
  text-align: end;
}

.footer .content-footer-container .title-footer-container {
  font-size: 16px;
  font-weight: 400;
}

@media (min-width: 1024px) {
  .footer .content-footer-container .title-footer-container {
    order: 1;
    width: 33.333333%;
  }
}

.header-content-container {
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 1000;
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  background-color: transparent;
  padding: 16px;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

@media (min-width: 768px) {
  .header-content-container {
    padding-left: 40px;
    padding-right: 40px;
  }
}

.header-content-container.scrolled {
  --tw-bg-opacity: 1;
  background-color: rgb(22 22 22 / var(--tw-bg-opacity));
}

.header-content-container.header-black {
  --tw-bg-opacity: 1;
  background-color: rgb(22 22 22 / var(--tw-bg-opacity));
}

.header-content-container.header-red {
  --tw-bg-opacity: 1;
  background-color: #ffd100;
}

.header-content-container.header-transparent {
  background-color: transparent;
}

.header-content-container .logo-container {
  width: 95px;
  cursor: pointer;
}

@media (min-width: 768px) {
  .header-content-container .logo-container {
    width: 100px;
  }
}

.header-content-container .menu-icon-container {
  cursor: pointer;
  padding: 2px;
}

@media (min-width: 768px) {
  .header-content-container .menu-icon-container {
    padding: 6.8px;
  }
}

.header-content-container .menu-icon-container img {
  width: 40px;
}

.header-content-container .menu-container {
  position: absolute;
  top: 0px;
  left: 0px;
  display: flex;
  height: 100dvh;
  width: 100vw;
  align-items: flex-end;
  background-color: rgb(22 22 22 / 0.8);
  padding-left: 16px;
  padding-right: 16px;
  padding-bottom: 56px;
  --tw-backdrop-blur: blur(40px);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}

@media (min-width: 1024px) {
  .header-content-container .menu-container {
    padding-left: 40px;
    padding-right: 40px;
  }
}

.header-content-container .menu-container .logo-container {
  margin-top: -4px;
  width: 95px;
  cursor: pointer;
}

@media (min-width: 768px) {
  .header-content-container .menu-container .logo-container {
    width: 100px;
  }
}

.header-content-container .menu-container .menu-icon-container {
  cursor: pointer;
  padding-left: 2px;
  padding-right: 2px;
  padding-bottom: 2px;
  padding-top: 0px;
}

@media (min-width: 768px) {
  .header-content-container .menu-container .menu-icon-container {
    padding: 6.8px;
  }
}

.header-content-container .menu-container .menu-icon-container svg {
  width: 40px;
}

.header-content-container .menu-container .nav-info-container {
  display: flex;
  width: 100%;
  flex-direction: column;
  justify-content: space-between;
}

@media (min-width: 1024px) {
  .header-content-container .menu-container .nav-info-container {
    flex-direction: row;
    align-items: flex-end;
  }
}

.header-content-container .menu-container .nav-info-container .nav-container ul {
  margin-bottom: 16px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  border-bottom-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(249 250 251 / var(--tw-border-opacity));
  padding-bottom: 40px;
  font-family: Outfit, sans-serif;
  font-size: 36px;
  letter-spacing: 0px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 60px;
  --tw-text-opacity: 1;
  color: rgb(250 250 250 / var(--tw-text-opacity));
}

@media (min-width: 1024px) {
  .header-content-container .menu-container .nav-info-container .nav-container ul {
    margin-bottom: 0px;
    border-width: 0px;
    padding-bottom: 0px;
    font-size: 56px;
  }
}

.header-content-container .menu-container .nav-info-container .nav-container ul li.current_page_item a {
  --tw-text-opacity: 1;
  color: #ffd100;
}

.header-content-container .menu-container .nav-info-container .nav-container ul li a {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

.header-content-container .menu-container .nav-info-container .nav-container ul li a:hover {
  --tw-text-opacity: 1;
  color: #ffd100;
}

.header-content-container .menu-container .nav-info-container .info-container {
  display: flex;
  flex-direction: column;
  gap: 40px;
  font-family: Outfit, sans-serif;
  --tw-text-opacity: 1;
  color: rgb(250 250 250 / var(--tw-text-opacity));
}

@media (min-width: 1024px) {
  .header-content-container .menu-container .nav-info-container .info-container {
    margin-right: 60px;
  }
}

.header-content-container .menu-container .nav-info-container .info-container .address-container {
  display: none;
  flex-direction: column;
  gap: 24px;
}

@media (min-width: 1024px) {
  .header-content-container .menu-container .nav-info-container .info-container .address-container {
    display: flex;
  }
}

.header-content-container .menu-container .nav-info-container .info-container .address-container h4 {
  font-size: 32px;
  line-height: 40px;
  letter-spacing: 0px;
  font-weight: 600;
}

.header-content-container .menu-container .nav-info-container .info-container .address-container a {
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
  transition-property: none;
}

.header-content-container .menu-container .nav-info-container .info-container .address-container a:hover {
  text-decoration-line: underline;
  text-decoration-color: rgb(250 250 250 / 0.5);
  text-underline-offset: 5px;
  transition-duration: 150ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.header-content-container .menu-container .nav-info-container .info-container .social-media-container {
  display: flex;
  flex-direction: column;
  font-family: Outfit, sans-serif;
  font-size: 22px;
  line-height: 30px;
  letter-spacing: 0px;
  font-weight: 600;
}

@media (min-width: 1024px) {
  .header-content-container .menu-container .nav-info-container .info-container .social-media-container {
    gap: 20px;
    font-size: 32px;
    line-height: 40px;
    letter-spacing: 0px;
  }
}

.header-content-container .menu-container .nav-info-container .info-container .social-media-container .icons-container {
  margin-top: 10px;
}

@media (min-width: 1024px) {
  .header-content-container .menu-container .nav-info-container .info-container .social-media-container .icons-container {
    margin: 0px;
  }
}

.header-content-container .menu-container .nav-info-container .info-container .social-media-container .icons-container .social-media ul {
  display: flex;
  gap: 24px;
  transition-property: all;
  transition-duration: 200ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.header-content-container .menu-container .nav-info-container .info-container .social-media-container .icons-container .social-media ul:hover svg path {
  --tw-text-opacity: 1;
  color: #ffd100;
}

#contact-form-container {
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 1001;
  height: 100%;
  width: 0px;
  overflow: hidden;
  --tw-bg-opacity: 1;
  background-color: #ffd100;
  font-family: Outfit, sans-serif;
  --tw-text-opacity: 1;
  color: rgb(250 250 250 / var(--tw-text-opacity));
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}

#contact-form-container .form-content {
  width: 100%;
  overflow: scroll;
  padding-left: 16px;
  padding-right: 16px;
  padding-top: 90px;
  padding-bottom: 42px;
}

@media (min-width: 1024px) {
  #contact-form-container .form-content {
    max-width: 80%;
    padding-bottom: 134px;
    padding-right: 16px;
    padding-left: 36px;
  }
}

#contact-form-container .form-content::-webkit-scrollbar {
  /* display: none; */
}

#contact-form-container .form-content {
  -ms-overflow-style: none;
  scrollbar-width: none;
}

#contact-form-container .form-content .go-back-cta {
  margin-bottom: 38px;
  display: flex;
  cursor: pointer;
  align-items: center;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0px;
  font-weight: 400;
  text-transform: uppercase;
}

@media (min-width: 1024px) {
  #contact-form-container .form-content .go-back-cta {
    margin-bottom: 8px;
  }
}

#contact-form-container .form-content .go-back-cta .menu-text {
  margin-left: 5px;
}

#contact-form-container .form-content .main-title {
  margin-bottom: 48.4px;
  text-wrap: nowrap;
  font-size: 42px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 53px;
}

@media (min-width: 1024px) {
  #contact-form-container .form-content .main-title {
    margin-bottom: 81.4px;
    font-size: 86px;
    line-height: 92px;
  }
}

#contact-form-container .form-content .form .select-topic-title {
  margin-bottom: 12px;
  font-size: 16px;
  font-weight: 300;
  text-transform: uppercase;
  line-height: 24px;
}

#contact-form-container .form-content .form .custom-dropdown .dropdown-topic {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  border-bottom-width: 2.5px;
  --tw-border-opacity: 1;
  border-color: rgb(250 250 250 / var(--tw-border-opacity));
  padding: 12px;
}

#contact-form-container .form-content .form .custom-dropdown .dropdown-topic .dropdown-placehoder {
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 0px;
  color: rgb(250 250 250 / 0.8);
}

#contact-form-container .form-content .form .custom-dropdown .custom-dropdown-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 10px;
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
  --tw-bg-opacity: 1;
  background-color: rgb(250 250 250 / var(--tw-bg-opacity));
  padding: 10px;
}

#contact-form-container .form-content .form .custom-dropdown .custom-dropdown-content button {
  width: 100%;
  border-bottom-width: 2.5px;
  --tw-border-opacity: 1;
  border-color: rgb(22 22 22 / var(--tw-border-opacity));
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 8px;
  padding-right: 8px;
  text-align: left;
  font-size: 20px;
  line-height: 24px;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

#contact-form-container .form-content .form .step-2 {
  margin-top: 72px;
}

#contact-form-container .form-content .form .step-2 .select-region-title {
  margin-bottom: 24px;
  font-size: 16px;
  font-weight: 300;
  text-transform: uppercase;
  line-height: 24px;
}

#contact-form-container .form-content .form .step-2 .region-options {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}

#contact-form-container .form-content .form .step-2 .region-options div {
  border-radius: 51px;
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(80 0 0 / var(--tw-border-opacity));
  padding-top: 6px;
  padding-bottom: 6px;
  padding-right: 20px;
  padding-left: 10px;
  font-size: 16px;
  text-transform: capitalize;
  line-height: 30px;
}

#contact-form-container.open {
  display: flex;
  width: 100%;
}

@media (min-width: 1024px) {
  #contact-form-container.open {
    width: 70vw;
  }
}

.menu-container {
  visibility: hidden;
  opacity: 0;
  transition-property: all;
  transition-duration: 500ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.menu-container.open {
  visibility: visible;
  opacity: 1;
}

@media (max-width: 991px) and (max-height: 800px) and (orientation: landscape) {
  .header-content-container .menu-container {
    padding-left: 40px;
    padding-right: 40px;
    padding-bottom: 13px;
  }

  .header-content-container .menu-container .nav-info-container .nav-container ul {
    margin-bottom: 10px;
    gap: 0;
    padding-bottom: 4px;
    font-size: 16px;
    line-height: 28px;
  }

  .header-content-container .menu-container .nav-info-container .info-container .social-media-container {
    font-size: 17px;
    line-height: 19px;
  }

  .header-content-container .menu-container .nav-info-container .info-container .social-media-container ul li a img {
    width: 30px;
  }
}

/**
 * Custom styles to immediately follow Tailwind’s `components` layer
 *
 * “Add more opinionated, complex classes like buttons, form controls, alerts,
 * etc; the sort of pre-built components you often see in other frameworks that
 * you might need to override with utility classes.”
 *
 * — from https://tailwindcss.com/docs/plugins#adding-components
 */

.modal {
  position: relative;
  z-index: 9999;
  display: none;
  height: 100vh;
  width: 100vw;
  border-width: 0px;
  background-color: transparent;
}

.modal .modal-overlay {
  position: relative;
  height: 100%;
  width: 100%;
  background-color: rgb(0 0 0 / 0.4);
  --tw-backdrop-blur: blur(40px);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}

.modal .modal-wrapper {
  position: absolute;
  inset: 0px;
  display: flex;
  height: 100vh;
  width: 100%;
  align-items: center;
  justify-content: center;
}

.modal .modal-wrapper.modal-wrapper-video {
  display: flex;
}

.modal .modal-wrapper .modal-content {
  display: flex;
  width: 100%;
  max-width: 1130px;
  align-items: flex-start;
  justify-content: center;
  gap: 1.5rem;
  overflow: hidden;
  border-radius: 12px;
}

.modal .modal-wrapper .modal-content.modal-content-single-video {
  padding-top: 0px;
}

@media screen and (max-width: 991px) {
  .modal .modal-wrapper .modal-content.modal-content-single-video {
    max-height: 90vh;
    min-height: 90vh;
    max-width: 600px;
    flex-direction: column-reverse;
    align-items: flex-end;
    justify-content: flex-end;
  }
}

@media screen and (max-width: 767px) {
  .modal .modal-wrapper .modal-content.modal-content-single-video {
    max-width: 371px;
  }
}

@media screen and (max-width: 479px) {
  .modal .modal-wrapper .modal-content.modal-content-single-video {
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media screen and (orientation: landscape) and (max-width: 1024px) {
  .modal .modal-wrapper .modal-content.modal-content-single-video {
    max-width: 90%;
    display: flex;
    flex-direction: row;
    justify-content: normal;
    align-items: normal
  }
}

@media screen and (max-height: 737px) and (max-width: 420px) {
  .modal .modal-wrapper .modal-content.modal-content-single-video {
    max-width: 340px;
  }
}

@media screen and (max-height: 667px) and (max-width: 375px) {
  .modal .modal-wrapper .modal-content.modal-content-single-video {
    max-width: 300px;
  }
}

.modal .modal-wrapper .modal-content iframe {
  height: 100%;
  width: 100%;
}

.modal .modal-container {
  display: block;
}

.modal .modal-container.modal-container-video {
  display: flex;
  width: 100%;
}

.modal .modal-container.modal-container-video .content-video {
  aspect-ratio: 16/9;
  width: 100%;
  overflow: hidden;
  border-radius: 12px;
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}

.modal .modal-container.modal-container-video .content-video iframe {
  height: 100%;
  width: 100%;
}

@media screen and (max-width: 991px) {
  .modal .modal-container.modal-container-video .content-video {
    display: flex;
    aspect-ratio: 9/16;
    height: 100%;
  }
}

@media screen and (orientation: landscape) and (max-width: 1024px) {
  .modal .modal-container.modal-container-video .content-video {
    aspect-ratio: 9/16;
  }
}

.modal .circle-primary-button {
  display: inline-block;
  cursor: pointer;
  fill: #141213CC;
}

.modal .circle-primary-button rect:hover {
  fill: #3a3a39;
}

.modal .fade-in {
  opacity: 0;
  transform: translateY(-20px);
  animation: fadeInMove 0.5s ease-in-out forwards;
}

.modal .fade-out {
  opacity: 1;
  transform: translateY(0);
  animation: fadeOutMove 0.5s ease-in-out forwards;
}

.primary-button {
  display: flex;
  height: 100%;
  width: 100%;
  align-items: center;
  justify-content: center;
  text-wrap: nowrap;
  border-radius: 51px;
  border-width: 2px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(250 250 250 / var(--tw-border-opacity));
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 44px;
  padding-right: 44px;
  font-family: Outfit, sans-serif;
  font-size: 24px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 28px;
  --tw-text-opacity: 1;
  color: rgb(250 250 250 / var(--tw-text-opacity));
  transition-property: all;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.primary-button:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(250 250 250 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.primary-button.disabled {
  opacity: 0.5;
}

.secondary-button {
  display: flex;
  height: 100%;
  width: 100%;
  align-items: center;
  justify-content: center;
  text-wrap: nowrap;
  border-radius: 51px;
  border-width: 2px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(250 250 250 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(250 250 250 / var(--tw-bg-opacity));
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 44px;
  padding-right: 44px;
  font-family: Outfit, sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 28px;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
  transition-property: all;
  transition-duration: 200ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.secondary-button:hover {
  --tw-border-opacity: 1;
  border-color: rgb(22 22 22 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(22 22 22 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(250 250 250 / var(--tw-text-opacity));
}

.secondary-button.disabled {
  opacity: 0.5;
}

.video-section {
  position: relative;
  z-index: 10;
  aspect-ratio: 1 / 1;
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: #ffd100;
}

@media (min-width: 1024px) {
  .video-section {
    aspect-ratio: 16 / 9;
  }
}

.video-section .video-section__container {
  height: 100%;
  width: 100%;
}

.video-section .video-section__play {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 10;
  --tw-translate-x: -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));
  cursor: pointer;
}

.video-section .video-section__image {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.video-section .video-section__image img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.information-section {
  position: relative;
  z-index: 10;
  overflow: hidden;
  --tw-bg-opacity: 1;
  background-color: #ffd100;
  padding-top: 13rem;
  padding-bottom: 13rem;
}

@media (min-width: 1024px) {
  .information-section {
    padding-top: 13rem;
    padding-bottom: 13rem;
    padding-left: 5rem;
    padding-right: 5rem;
  }
}

.information-section .information-section__container {
  width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}

@media (min-width: 1024px) {
  .information-section .information-section__container {
    padding-left: 2.5rem;
    padding-right: 2.5rem
  }
}

.information-section .information-section__heading {
  margin-bottom: 40px;
}

@media (min-width: 1024px) {
  .information-section .information-section__heading {
    margin-bottom: 80px;
  }
}

.information-section .information-section__heading h2 {
  text-wrap: balance;
  font-family: Outfit, sans-serif;
  font-size: 42px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 53px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 1024px) {
  .information-section .information-section__heading h2 {
    font-size: 72px;
    line-height: 60px;
  }
}

@media (min-width: 2100px) {
  .information-section .information-section__heading h2 {
    font-size: 120px;
    line-height: 130px;
  }
}

.information-section .information-section__content {
  margin-left: auto;
  width: 100%;
}

@media (min-width: 1024px) {
  .information-section .information-section__content {
    width: 70%;
  }
}

.information-section .information-section__content p {
  margin-bottom: 20px;
  font-family: Outfit, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 22px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 1024px) {
  .information-section .information-section__content p {
    max-width: 70%;
    padding-right: 130px;
    font-size: 20px;
    line-height: 27px;
  }
}

.closing-section {
  position: relative;
  z-index: 10;
  min-height: 100vh;
  width: 100%;
  overflow: hidden;
  --tw-bg-opacity: 1;
  background-color: rgb(22 22 22 / var(--tw-bg-opacity));
}

.withpadding{
  padding-top: 15rem;
}

.closing-section .closing-section__container {
  width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}

@media (min-width: 1024px) {
  .closing-section .closing-section__container {
    padding-left: 2.5rem;
    padding-right: 2.5rem
  }
}

.closing-section .closing-section__heading {
  margin-bottom: 56px;
  width: 100%;
}

@media (min-width: 1024px) {
  .closing-section .closing-section__heading {
    margin-bottom: 80px;
  }
}

.closing-section .closing-section__heading h2 {
  font-family: Outfit, sans-serif;
  font-size: 42px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 53px;
  --tw-text-opacity: 1;
  color: #ffd100;
}

@media (min-width: 1024px) {
  .closing-section .closing-section__heading h2 {
    font-size: 160px;
    line-height: 166px;
  }
}

.closing-section .closing-section__content {
  margin-left: auto;
  width: 100%;
}

@media (min-width: 1024px) {
  .closing-section .closing-section__content {
    width: 70%;
  }
}

.closing-section .closing-section__items {
  margin-bottom: 58px;
}

@media (min-width: 1024px) {
  .closing-section .closing-section__items {
    margin-bottom: 80px;
  }
}

.closing-section .closing-section__items h3 {
  font-family: Outfit, sans-serif;
  font-size: 42px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 53px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.closing-section .closing-section__items li {
  border-bottom-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
  padding-top: 49px;
  padding-bottom: 49px;
  font-family: Outfit, sans-serif;
  font-size: 16px;
  font-weight: 300;
  text-transform: capitalize;
  line-height: 22px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 1024px) {
  .closing-section .closing-section__items li {
    font-size: 20px;
    line-height: 24px;
  }
}

.closing-section .closing-section__learn-more {
  display: flex;
  flex-direction: column;
  align-items: center;
}

@media (min-width: 1024px) {
  .closing-section .closing-section__learn-more {
    align-items: flex-start;
  }
}

.closing-section .closing-section__learn-more h3 {
  margin-bottom: 54px;
  min-width: 100%;
  text-align: center;
  font-family: Outfit, sans-serif;
  font-size: 36px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 46px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 1024px) {
  .closing-section .closing-section__learn-more h3 {
    margin-bottom: 0px;
    text-align: start;
    font-size: 42px;
    line-height: 53px;
  }
}

.closing-section .closing-section__learn-more .closing-section__buttons {
  display: flex;
  width: 100%;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 24px;
}

@media (min-width: 640px) {
  .closing-section .closing-section__learn-more .closing-section__buttons {
    width: auto;
  }
}

@media (min-width: 1024px) {
  .closing-section .closing-section__learn-more .closing-section__buttons {
    margin-top: 40px;
    flex-direction: row;
    align-items: flex-start;
  }
}

.closing-section .closing-section__learn-more .closing-section__buttons :is(button, a) {
  width: 100%;
}

@media (min-width: 640px) {
  .closing-section .closing-section__learn-more .closing-section__buttons :is(button, a) {
    width: auto;
  }
}

.closing-section .closing-section__learn-more .closing-section__buttons :is(button, a).external-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  border-radius: 51px;
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(250 250 250 / var(--tw-border-opacity));
  padding-left: 2.75rem;
  padding-right: 2.75rem;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  transition-property: all;
  transition-duration: 100ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.closing-section .closing-section__learn-more .closing-section__buttons :is(button, a).external-link span {
  text-align: center;
  font-family: Outfit, sans-serif;
  font-size: 1.5rem;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1.75rem;
  --tw-text-opacity: 1;
  color: rgb(250 250 250 / var(--tw-text-opacity));
}

.closing-section .closing-section__learn-more .closing-section__buttons :is(button, a).external-link path {
  stroke: #fafafa;
}

.closing-section .closing-section__learn-more .closing-section__buttons :is(button, a).external-link:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(250 250 250 / var(--tw-bg-opacity));
}

.closing-section .closing-section__learn-more .closing-section__buttons :is(button, a).external-link:hover span {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.closing-section .closing-section__learn-more .closing-section__buttons :is(button, a).external-link:hover path {
  stroke: #000000;
}

.contact-form input,
	.contact-form select,
	.contact-form textarea {
  background-color: transparent;
}

.contact-form .btn-add {
  display: flex;
  gap: 8px;
  border-radius: 51px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(22 22 22 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(22 22 22 / var(--tw-bg-opacity));
  padding-left: 24px;
  padding-right: 24px;
  padding-top: 16px;
  padding-bottom: 16px;
  font-family: Outfit, sans-serif;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(249 250 251 / var(--tw-text-opacity));
}

.contact-form .button-disabled {
  opacity: 0.4;
  cursor: not-allowed;
  pointer-events: none;
}

.contact-form .input-group h3 {
  font-family: Outfit, sans-serif;
  font-size: 16px;
  font-weight: 300;
  text-transform: uppercase;
  line-height: 24px;
  --tw-text-opacity: 1;
  color: rgb(250 250 250 / var(--tw-text-opacity));
}

@media (min-width: 768px) {
  .contact-form .input-group h3 {
    font-size: 18px;
    line-height: 24px;
  }
}

.contact-form .input-text {
  position: relative;
}

.contact-form .input-text label {
  font-family: Outfit, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
  color: rgb(250 250 250 / 0.8);
  pointer-events: none;
  position: absolute;
  display: flex;
  --tw-translate-y: -38px;
  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));
  transition-property: all;
  transition-duration: 200ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.contact-form .input-text input[type="text"] {
  padding-top: 10px;
}

.contact-form .input-text input[type="text"]:focus + label {
  --tw-translate-y: -56px;
  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));
  font-size: 12px;
  line-height: 24px;
  --tw-text-opacity: 1;
  color: rgb(22 22 22 / var(--tw-text-opacity));
}

.contact-form .input-text input[type="text"]:not(:-moz-placeholder-shown) + label {
  --tw-translate-y: -56px;
  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));
  font-size: 12px;
  line-height: 24px;
  --tw-text-opacity: 1;
  color: rgb(22 22 22 / var(--tw-text-opacity));
}

.contact-form .input-text input[type="text"]:not(:placeholder-shown) + label {
  --tw-translate-y: -56px;
  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));
  font-size: 12px;
  line-height: 24px;
  --tw-text-opacity: 1;
  color: rgb(22 22 22 / var(--tw-text-opacity));
}

.contact-form .input-text input[type="text"]:not(:-moz-placeholder-shown):not(:focus) + label {
  opacity: 0;
}

.contact-form .input-text input[type="text"]:not(:placeholder-shown):not(:focus) + label {
  opacity: 0;
}

.contact-form .input-text input[type="text"]:focus {
  --tw-border-opacity: 1;
  border-color: rgb(22 22 22 / var(--tw-border-opacity));
}

.contact-form .row-grid {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

@media (min-width: 1024px) {
  .contact-form .row-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
  }
}

.contact-form .row-grid .input-group,
		.contact-form .row-grid select {
  width: 100%;
}

.contact-form .row-grid select {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.contact-form .row-grid select:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.contact-form .contact-form__row:nth-of-type(1) {
  margin-bottom: 72px;
}

@media (min-width: 1024px) {
  .contact-form .contact-form__row:nth-of-type(1) {
    margin-bottom: 56px;
  }
}

.contact-form .contact-form__row:nth-of-type(2) {
  margin-bottom: 24px;
}

@media (min-width: 1024px) {
  .contact-form .contact-form__row:nth-of-type(2) {
    margin-bottom: 16px;
  }
}

.contact-form .contact-form__row:nth-of-type(3) {
  margin-bottom: 72px;
}

@media (min-width: 1024px) {
  .contact-form .contact-form__row:nth-of-type(3) {
    margin-bottom: 56px;
  }
}

.contact-form .contact-form__row:nth-of-type(4) {
  margin-bottom: 72px;
}

@media (min-width: 1024px) {
  .contact-form .contact-form__row:nth-of-type(4) {
    margin-bottom: 56px;
  }
}

.contact-form .group-topic > :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));
}

.contact-form .group-topic select {
  width: 100%;
}

@media (min-width: 1024px) {
  .contact-form .group-topic select {
    max-width: 325px;
  }
}

.contact-form select {
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(250 250 250 / var(--tw-border-opacity));
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 8px;
  padding-right: 8px;
  color: #FAFAFACC;
}

.contact-form .group-checkbox > :not([hidden]) ~ :not([hidden]),
	.contact-form .group-personal > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(24px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(24px * var(--tw-space-y-reverse));
}

@media (min-width: 1024px) {
  .contact-form .group-checkbox > :not([hidden]) ~ :not([hidden]),
	.contact-form .group-personal > :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));
  }
}

.contact-form .group-personal .input-group {
  width: 100%;
}

.contact-form .group-personal .input-group input {
  width: 100%;
  border-radius: 0px;
  border-bottom-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(250 250 250 / var(--tw-border-opacity));
  padding-bottom: 12px;
  font-family: Outfit, sans-serif;
  font-weight: 400;
}

.contact-form .group-personal .input-group input::-moz-placeholder {
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 0px;
  color: rgb(250 250 250 / 0.8);
}

.contact-form .group-personal .input-group input::placeholder {
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 0px;
  color: rgb(250 250 250 / 0.8);
}

.contact-form .group-personal .input-group input:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.contact-form .group-personal .input-group input:focus-visible {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(80 0 0 / var(--tw-ring-opacity));
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: transparent;
  --tw-ring-offset-color: #500000;
}

.contact-form .just-validate-error-label {
  margin-top: 0.5rem;
  font-family: Outfit, sans-serif;
  color: rgb(80 0 0 / 0.4) !important;
}

.contact-form textarea {
  height: 97px;
  width: 100%;
  border-radius: 4px;
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(250 250 250 / var(--tw-border-opacity));
  padding-top: 24px;
  padding-bottom: 24px;
  padding-left: 10px;
  padding-right: 10px;
  font-family: Outfit, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
}

.contact-form textarea:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.contact-form textarea:focus-visible {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(80 0 0 / var(--tw-ring-opacity));
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #500000;
}

.contact-form textarea {
  max-height: 180px;
  min-height: 160px;
  --tw-text-opacity: 1;
  color: rgb(250 250 250 / var(--tw-text-opacity));
}

.contact-form textarea:focus {
  --tw-border-opacity: 1;
  border-color: rgb(22 22 22 / var(--tw-border-opacity));
  --tw-text-opacity: 1;
  color: rgb(22 22 22 / var(--tw-text-opacity));
}

.contact-form textarea::-moz-placeholder {
  color: rgb(250 250 250 / 0.8);
}

.contact-form textarea::placeholder {
  color: rgb(250 250 250 / 0.8);
}

.contact-form .group-message {
  margin-bottom: 32px;
}

@media (min-width: 1024px) {
  .contact-form .group-message {
    margin-bottom: 24px;
  }
}

.contact-form .buttons-container {
  margin-top: 48px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 16px;
  font-family: Outfit, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
}

.contact-form .buttons-container .cancel-button {
  padding: 24px;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

.contact-form .buttons-container .cancel-button:hover {
  border-radius: 51px;
  --tw-text-opacity: 1;
  color: rgb(22 22 22 / var(--tw-text-opacity));
}

.contact-form .buttons-container .submit-button {
  border-radius: 51px;
  --tw-bg-opacity: 1;
  background-color: rgb(250 250 250 / var(--tw-bg-opacity));
  padding: 24px;
  --tw-text-opacity: 1;
  color: rgb(22 22 22 / var(--tw-text-opacity));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

.contact-form .buttons-container .submit-button:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(22 22 22 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(250 250 250 / var(--tw-text-opacity));
}

.region-options {
  display: flex;
  flex-wrap: wrap;
  row-gap: 16px;
  -moz-column-gap: 8px;
       column-gap: 8px;
}

.custom-checkbox {
  position: relative;
  display: flex;
  cursor: pointer;
  align-items: center;
  gap: 12px;
  border-radius: 51px;
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(250 250 250 / var(--tw-border-opacity));
  padding-top: 6px;
  padding-bottom: 6px;
  padding-left: 10px;
  padding-right: 20px;
}

.custom-checkbox--unselected {
  --tw-border-opacity: 1;
  border-color: rgb(80 0 0 / var(--tw-border-opacity));
  opacity: 0.4;
}

.custom-checkbox--unselected .checkbox-visual {
  --tw-border-opacity: 1;
  border-color: rgb(80 0 0 / var(--tw-border-opacity));
}

.custom-checkbox--unselected .checkbox-visual::after {
  --tw-bg-opacity: 1;
  background-color: rgb(80 0 0 / var(--tw-bg-opacity));
}

.custom-checkbox--unselected .checkbox-label {
  --tw-text-opacity: 1;
  color: rgb(80 0 0 / var(--tw-text-opacity));
}

.custom-checkbox input[type="radio"] {
  position: absolute;
  height: 0px;
  width: 0px;
  opacity: 0;
}

.checkbox-visual {
  position: relative;
  display: flex;
  height: 24px;
  width: 24px;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(250 250 250 / var(--tw-border-opacity));
  transition-property: all;
  transition-duration: 100ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.custom-checkbox input[type="radio"]:checked + .checkbox-visual::after {
  content: "";
  display: flex;
  height: 14px;
  width: 14px;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(250 250 250 / var(--tw-bg-opacity));
}

.checkbox-label {
  color: #fafafa;
  font-size: 16px;
  line-height: 1.5;
}

.input-dd-files:hover {
  --tw-border-opacity: 1;
  border-color: rgb(22 22 22 / var(--tw-border-opacity));
  background-color: #D70000CC;
  transition-property: all;
  transition-duration: 100ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.input-dd-files:hover .input-dd-files__area {
  --tw-border-opacity: 1;
  border-color: rgb(22 22 22 / var(--tw-border-opacity));
}

.input-dd-files:hover svg {
  color: #161616;
}

.input-dd-files:hover .input-dd-files__text {
  --tw-text-opacity: 1;
  color: rgb(22 22 22 / var(--tw-text-opacity));
}

.input-dd-files__area {
  border: 2px dashed #fafafa;
  border-radius: 8px;
  padding: 20px;
  text-align: center;
  transition: all 0.3s ease;
  cursor: pointer;
}

.input-dd-files__area svg {
  stroke: #fafafa;
}

.input-dd-files__default {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
}

.input-dd-files__area--active {
  padding: 12px 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-align: left;
}

.input-dd-files__active {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 16px;
}

.input-dd-files__icon {
  width: 24px;
  height: 24px;
  margin-right: 8px;
  vertical-align: middle;
}

.input-dd-files__text {
  font-family: Outfit, sans-serif;
  font-size: 16px;
  font-weight: 400;
  text-transform: capitalize;
  line-height: 22px;
  --tw-text-opacity: 1;
  color: rgb(250 250 250 / var(--tw-text-opacity));
}

.input-dd-files__actions {
  display: flex;
  align-items: center;
  gap: 12px;
  border-radius: 51px;
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(250 250 250 / var(--tw-border-opacity));
  padding-left: 24px;
  padding-right: 24px;
  padding-top: 16px;
  padding-bottom: 16px;
}

.input-dd-files__button {
  background: none;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  font-size: 14px;
}

.input-dd-files__delete-icon {
  width: 16px;
  height: 16px;
  opacity: 0.6;
}

.input-dd-files__delete-icon:hover {
  opacity: 1;
}

.contact-form__thanks {
  display: none;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}

.contact-form__thanks h2 {
  margin-bottom: 24px;
  text-align: center;
  font-family: Outfit, sans-serif;
  font-size: 42px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 53px;
  --tw-text-opacity: 1;
  color: rgb(255 240 240 / var(--tw-text-opacity));
}

@media (min-width: 1024px) {
  .contact-form__thanks h2 {
    margin-bottom: 12px;
    text-align: start;
    font-size: 86px;
    line-height: 86px;
  }
}

.contact-form__thanks h6 {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 72px;
  max-width: 179px;
  text-align: center;
  font-family: Outfit, sans-serif;
  font-size: 20px;
  font-weight: 400;
  text-transform: capitalize;
  line-height: 24px;
  --tw-text-opacity: 1;
  color: rgb(255 240 240 / var(--tw-text-opacity));
}

@media (min-width: 1024px) {
  .contact-form__thanks h6 {
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 55px;
    max-width: 325px;
    text-align: start;
    font-size: 26px;
    line-height: 33px;
  }
}

.contact-form__thanks button,
	.contact-form__thanks a {
  display: flex;
  width: 100%;
}

@media (min-width: 1024px) {
  .contact-form__thanks button,
	.contact-form__thanks a {
    max-width: -moz-max-content;
    max-width: max-content;
  }
}

.video-banner-section {
  height: auto;
  overflow: hidden;
  padding-left: 8px;
  padding-right: 8px;
  padding-top: 9px;
  padding-bottom: 8px;
}

@media (min-width: 1024px) {
  .video-banner-section {
    height: 100dvh;
    padding: 16px;
  }
}

.video-banner-section .video-wrapper {
  position: relative;
  width: 100%;
}

@media (min-width: 768px) {
  .video-banner-section .video-wrapper {
    height: 100%;
  }
}

.video-banner-section .video-wrapper video,
		.video-banner-section .video-wrapper iframe,
		.video-banner-section .video-wrapper .video-banner {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media screen and (max-width: 768px) {
  .video-banner-section .video-wrapper video {
    aspect-ratio: 414 / 606;
  }
}

@media screen and (min-width: 768px) {
  .video-banner-section .video-wrapper video {
    height: 100%;
  }
}

.video-banner-section .video-wrapper .masks-svgs-container {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
}

@media (min-width: 1024px) {
  .video-banner-section .video-wrapper .masks-svgs-container {
    top: -4px;
    height: 100dvh;
  }
}

.video-banner-section .video-wrapper .masks-svgs-container .mask-svg {
  display: none;
}

@media (min-width: 1024px) {
  .video-banner-section .video-wrapper .masks-svgs-container .mask-svg {
    display: block;
  }
}

.video-banner-section .video-wrapper .masks-svgs-container .mask-svg-mobile {
  display: block;
  height: 100%;
}

@media (min-width: 1024px) {
  .video-banner-section .video-wrapper .masks-svgs-container .mask-svg-mobile {
    display: none;
  }
}

.video-banner-section .video-wrapper .masks-svgs-container .mask-svg,
			.video-banner-section .video-wrapper .masks-svgs-container .mask-svg-mobile {
  width: 100%;
}

@media (min-width: 768px) {
  .video-banner-section .video-wrapper .masks-svgs-container .mask-svg,
			.video-banner-section .video-wrapper .masks-svgs-container .mask-svg-mobile {
    height: 100%;
  }
}

.video-banner-section .video-wrapper .masks-svgs-container .mask-svg rect, .video-banner-section .video-wrapper .masks-svgs-container .mask-svg-mobile rect {
  transform-origin: center;
}

@media (min-width: 1024px) {
  .video-banner-section .video-wrapper .masks-svgs-container .mask-svg rect, .video-banner-section .video-wrapper .masks-svgs-container .mask-svg-mobile rect {
    --tw-scale-x: 1.03;
    --tw-scale-y: 1.03;
    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));
  }
}

.video-banner-section .video-wrapper .bottom-left-text,
		.video-banner-section .video-wrapper .bottom-right-text {
  font-family: Outfit, sans-serif;
  font-size: 22px;
  line-height: 30px;
  letter-spacing: 0px;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: #ffd100;
}

@media (min-width: 1024px) {
  .video-banner-section .video-wrapper .bottom-left-text,
		.video-banner-section .video-wrapper .bottom-right-text {
    font-size: 42px;
    line-height: 53px;
    letter-spacing: 0px;
  }
}

.video-banner-section .video-wrapper .bottom-left-text {
  position: absolute;
  bottom: 8px;
  left: 16px;
}

@media (min-width: 1024px) {
  .video-banner-section .video-wrapper .bottom-left-text {
    bottom: 19px;
    left: 40px;
  }
}

.video-banner-section .video-wrapper .bottom-right-text {
  position: absolute;
  bottom: 8px;
  right: 16px;
}

@media (min-width: 1024px) {
  .video-banner-section .video-wrapper .bottom-right-text {
    bottom: 19px;
    right: 40px;
  }
}

.contact-section {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  --tw-bg-opacity: 1;
  background-color: #ffd100;
  padding-left: 16px;
  padding-right: 16px;
  padding-top: 84px;
  padding-bottom: 56px;
  --tw-text-opacity: 1;
  color: rgb(250 250 250 / var(--tw-text-opacity));
}

@media (min-width: 1024px) {
  .contact-section {
    padding-left: 0;
    padding-right: 0;
    padding-top: 85px;
    padding-bottom: 102px;
  }
}

@media (min-width: 1920px) {
  .contact-section {
    padding-top: 105px;
    padding-bottom: 122px;
  }
}

@media (min-width: 1024px) {
  .contact-section .contact-video {
    --tw-translate-y: 11px;
    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));
  }
}

.contact-section .contact-content-container {
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: flex-start;
  font-family: Outfit, sans-serif;
}

@media (min-width: 1024px) {
  .contact-section .contact-content-container {
    flex-direction: row;
    gap: 30px;
  }
}

.contact-section .contact-content-container .main-text-content {
  margin-bottom: 56px;
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

@media (min-width: 1024px) {
  .contact-section .contact-content-container .main-text-content {
    margin-bottom: 0px;
    min-width: 100%;
    padding-left: 40px;
  }
}

@media (min-width: 1700px) {
  .contact-section .contact-content-container .main-text-content {
    padding-left: 60px;
  }
}

@media (min-width: 1900px) {
  .contact-section .contact-content-container .main-text-content {
    padding-left: 140px;
  }
}

.contact-section .contact-content-container .main-text-content .main-title-container {
  width: 100%;
}

@media (min-width: 1024px) {
  .contact-section .contact-content-container .main-text-content .main-title-container {
    width: 655px;
    padding-left: 2%;
  }
}

@media (min-width: 1280px) {
  .contact-section .contact-content-container .main-text-content .main-title-container {
    width: 840px;
  }
}

@media (min-width: 1381px) {
  .contact-section .contact-content-container .main-text-content .main-title-container {
    padding-left: 0px;
  }
}

@media (min-width: 1536px) {
  .contact-section .contact-content-container .main-text-content .main-title-container {
    width: 940px;
  }
}

@media (min-width: 1920px) {
  .contact-section .contact-content-container .main-text-content .main-title-container {
    width: 1200px;
  }
}

.contact-section .contact-content-container .main-text-content .main-title-container h2 {
  text-align: center;
  font-size: 61px;
  font-weight: 600;
  line-height: 64.28px;
}

@media (min-width: 1024px) {
  .contact-section .contact-content-container .main-text-content .main-title-container h2 {
    text-align: left;
    font-size: 95px;
    line-height: 102px;
  }
}

@media (min-width: 1280px) {
  .contact-section .contact-content-container .main-text-content .main-title-container h2 {
    font-size: 137px;
    line-height: 140px;
  }
}

@media (min-width: 1536px) {
  .contact-section .contact-content-container .main-text-content .main-title-container h2 {
    font-size: 151px;
    line-height: 156px;
  }
}

@media (min-width: 1920px) {
  .contact-section .contact-content-container .main-text-content .main-title-container h2 {
    font-size: 172px;
    line-height: 184px;
  }
}

.contact-section .contact-content-container .main-text-content .main-title-container h2 .contact-video {
  display: inline-block;
  height: 45px;
  width: 94px;
  overflow: hidden;
  border-radius: 16px;
}

@media (min-width: 1024px) {
  .contact-section .contact-content-container .main-text-content .main-title-container h2 .contact-video {
    height: auto;
    width: auto;
    width: 1.7em;
    height: 0.81em;
  }
}

.contact-section .contact-content-container .main-text-content .main-title-container h2 .contact-video video {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.contact-section .contact-content-container .main-text-content .main-title-container h2 .contact-video.medium-wide {
  height: 45px;
  width: 112px;
}

@media (min-width: 1024px) {
  .contact-section .contact-content-container .main-text-content .main-title-container h2 .contact-video.medium-wide {
    width: 2.1em;
    height: 0.81em
  }
}

.contact-section .contact-content-container .main-text-content .main-title-container h2 .contact-video.large-wide {
  height: 45px;
  width: 150px;
}

@media (min-width: 1024px) {
  .contact-section .contact-content-container .main-text-content .main-title-container h2 .contact-video.large-wide {
    width: 2.7em;
    height: 0.81em
  }
}

.contact-section .contact-content-container .secondary-text-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

@media (min-width: 1024px) {
  .contact-section .contact-content-container .secondary-text-content {
    min-width: 380px;
    max-width: 380px;
    padding-left: 30px;
    padding-right: 40px;
    padding-top: 17px;
  }
}

@media (min-width: 1280px) {
  .contact-section .contact-content-container .secondary-text-content {
    min-width: 459px;
    max-width: 459px;
  }
}

@media (min-width: 1440px) {
  .contact-section .contact-content-container .secondary-text-content {
    padding-left: 0px;
    padding-right: 60px;
  }
}

@media (min-width: 1536px) {
  .contact-section .contact-content-container .secondary-text-content {
    max-width: 649px;
  }
}

@media (min-width: 1900px) {
  .contact-section .contact-content-container .secondary-text-content {
    padding-right: 90px;
  }
}

@media (min-width: 1920px) {
  .contact-section .contact-content-container .secondary-text-content {
    min-width: 649px;
    max-width: 649px;
  }
}

.contact-section .contact-content-container .secondary-text-content .rich-text-container {
  margin-bottom: 48px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  font-size: 20px;
  font-weight: 300;
  line-height: 24px;
}

@media (min-width: 1024px) {
  .contact-section .contact-content-container .secondary-text-content .rich-text-container {
    gap: 30px;
    font-size: 23px;
    line-height: 26px;
  }
}

@media (min-width: 1280px) {
  .contact-section .contact-content-container .secondary-text-content .rich-text-container {
    font-size: 30px;
    line-height: 32px;
  }
}

@media (min-width: 1700px) {
  .contact-section .contact-content-container .secondary-text-content .rich-text-container {
    font-size: 36px;
    line-height: 38px;
  }
}

.contact-section .contact-content-container .secondary-text-content .button-container {
  width: 100%;
}

@media (min-width: 768px) {
  .contact-section .contact-content-container .secondary-text-content .button-container {
    width: auto;
  }
}

.work-section {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  --tw-bg-opacity: 1;
  background-color: rgb(22 22 22 / var(--tw-bg-opacity));
  padding-left: 16px;
  padding-right: 16px;
  padding-top: 86px;
}

@media (min-width: 1024px) {
  .work-section {
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 76px;
  }
}

.work-section .work-section-container {
  display: flex;
  width: 100%;
  align-items: flex-start;
  justify-content: center;
}

.work-section .work-section-container .text-work-container-desktop {
  display: none;
}

@media (min-width: 1024px) {
  .work-section .work-section-container .text-work-container-desktop {
    display: block;
    width: 20%;
  }
}

.work-section .work-section-container .text-work-container-desktop h2 {
  --tw-rotate: -90deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  font-family: Outfit, sans-serif;
  font-size: 160px;
  line-height: 166px;
  letter-spacing: 0px;
  font-weight: 600;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: #ffd100;
}

@media (min-width: 1024px) {
  .work-section .work-section-container .text-work-container-desktop h2 {
    --tw-translate-y: 140%;
    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));
    font-size: 200px;
    line-height: 250px;
    letter-spacing: 0px;
  }
}

@media (min-width: 2100px) {
  .work-section .work-section-container .text-work-container-desktop h2 {
    font-size: 240px;
  }
}

.work-section .work-section-container .works {
  display: flex;
  width: 100%;
  flex-direction: column;
}

@media (min-width: 1024px) {
  .work-section .work-section-container .works {
    width: 80%;
  }
}

.work-section .work-section-container .works .works-inside-grid {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 48px;
}

@media (min-width: 1024px) {
  .work-section .work-section-container .works .works-inside-grid {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    grid-template-rows: auto auto;
    -moz-column-gap: 20px;
         column-gap: 20px;
    row-gap: 48px;
  }
}

.work-section .work-section-container .works .works-inside-grid .mobile-special-container {
  display: flex;
  width: -moz-max-content;
  width: max-content;
  --tw-translate-x: 116px;
  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));
  align-items: center;
  justify-content: center;
  gap: 60px;
}

@media (min-width: 1024px) {
  .work-section .work-section-container .works .works-inside-grid .mobile-special-container {
    grid-column: span 3 / span 3;
    grid-row: span 2 / span 2;
    height: 100%;
    width: 100%;
    --tw-translate-x: 0px;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }
}

.work-section .work-section-container .works .works-inside-grid .mobile-special-container .mobile-image {
  margin-top: -39px;
  display: flex;
  height: 517px;
  width: 200px;
}

@media (min-width: 768px) {
  .work-section .work-section-container .works .works-inside-grid .mobile-special-container .mobile-image {
    display: none;
  }
}

.work-section .work-section-container .works .works-inside-grid .mobile-special-container .mobile-image img,
						.work-section .work-section-container .works .works-inside-grid .mobile-special-container .mobile-image svg {
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.work-section .work-section-container .works .works-inside-grid .mobile-special-container .card-work {
  height: 100%;
  width: 100%;
  min-width: 90vw;
  max-width: 90vw;
}

@media (min-width: 1024px) {
  .work-section .work-section-container .works .works-inside-grid .mobile-special-container .card-work {
    min-width: 100%;
    max-width: 100%;
  }
}

.work-section .work-section-container .works .works-inside-grid .card-work:nth-child(2) {
  grid-column-end: 7;
  grid-row-start: 1;
}

@media (min-width: 1024px) {
  .work-section .work-section-container .works .works-inside-grid .card-work:nth-child(2) {
    grid-column-start: 4;
  }
}

.work-section .work-section-container .works .works-inside-grid .card-work:nth-child(3) {
  grid-column-end: 7;
  grid-row-start: 2;
}

@media (min-width: 1024px) {
  .work-section .work-section-container .works .works-inside-grid .card-work:nth-child(3) {
    grid-column-start: 4;
  }
}

.work-section .flex-works {
  margin-top: 48px;
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 48px;
}

@media (min-width: 1024px) {
  .work-section .flex-works {
    margin-top: 48px;
    flex-direction: row;
    gap: 20px;
  }
}

.work-section .flex-works a {
  width: 100% !important;
}

.work-section .button-container {
  margin-top: 55px;
  margin-bottom: 96px;
  width: 100%;
  padding-left: 16px;
  padding-right: 16px;
}

@media (min-width: 768px) {
  .work-section .button-container {
    width: auto;
  }
}

@media (min-width: 1024px) {
  .work-section .button-container {
    margin-top: 56px;
    margin-bottom: 80px;
    padding-left: 0px;
    padding-right: 0px;
  }
}

.work-section .animation-text-container {
  margin-bottom: 94px;
  width: 100%;
}

@media (min-width: 1024px) {
  .work-section .animation-text-container {
    margin-bottom: 104px;
  }
}

.work-section .animation-text-container .animation-text {
  display: flex;
  width: 100%;
  flex-direction: column;
}

.work-section .animation-text-container .animation-text h2 {
  width: -moz-fit-content;
  width: fit-content;
  text-wrap: nowrap;
  font-family: Outfit, sans-serif;
  font-size: 86px;
  line-height: 110px;
  letter-spacing: 0px;
  font-weight: 600;
  text-transform: uppercase;
}

@media (min-width: 1024px) {
  .work-section .animation-text-container .animation-text h2 {
    font-size: 160px;
    line-height: 166px;
    letter-spacing: 0px;
  }
}

@media (min-width: 1536px) {
  .work-section .animation-text-container .animation-text h2 {
    font-size: 237px;
  }
}

.work-section .animation-text-container .animation-text .right {
  align-self: flex-end;
  --tw-text-opacity: 1;
  color: rgb(250 250 250 / var(--tw-text-opacity));
}

.work-section .animation-text-container .animation-text .left {
  width: -moz-fit-content;
  width: fit-content;
  align-self: flex-start;
}

.work-section .animation-text-container .animation-text .left svg {
  height: 100%;
  width: 100%;
}

.work-section .animation-text-container .animation-text .left .mobile-title {
  margin-top: -42px;
  display: block;
  width: 180%;
}

@media (min-width: 1024px) {
  .work-section .animation-text-container .animation-text .left .mobile-title {
    display: none;
  }
}

.work-section .animation-text-container .animation-text .left .desktop-title {
  display: none;
}

@media (min-width: 1024px) {
  .work-section .animation-text-container .animation-text .left .desktop-title {
    display: block;
  }
}

@media (min-width: 1536px) {
  .work-section .animation-text-container .animation-text .left .desktop-title {
    margin-top: 1.25rem;
    height: 200px;
    --tw-scale-x: 1.5 !important;
    --tw-scale-y: 1.5 !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;
  }
}

.work-section .button-container {
  margin-top: 48px;
  margin-bottom: 96px;
  width: 100%;
  padding-left: 0px;
  padding-right: 0px;
}

@media (min-width: 768px) {
  .work-section .button-container {
    width: auto;
  }
}

@media (min-width: 1024px) {
  .work-section .button-container {
    margin-top: 56px;
    margin-bottom: 80px;
  }
}

.news-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  padding-left: 16px;
  padding-right: 16px;
  padding-top: 96px;
}

@media (min-width: 1024px) {
  .news-section {
    padding-left: 40px;
    padding-right: 40px;
  }
}

.news-section .news-container {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 38px;
}

.news-section .news-container .news-grid-container {
  display: flex;
  width: 92vw;
  flex-direction: column;
  gap: 56px;
}

@media (min-width: 1024px) {
  .news-section .news-container .news-grid-container {
    display: grid;
    width: 80%;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 20px;
  }
}

.news-section .news-container .news-grid-container .mobile-news-special-container {
  display: flex;
  width: -moz-max-content;
  width: max-content;
  --tw-translate-x: -178px;
  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));
  flex-direction: row-reverse;
  align-items: flex-start;
  justify-content: center;
  gap: 38px;
}

@media (min-width: 1024px) {
  .news-section .news-container .news-grid-container .mobile-news-special-container {
    grid-column: span 6 / span 6;
    width: 100%;
    --tw-translate-x: 0px;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }
}

.news-section .news-container .news-grid-container .mobile-news-special-container .mobile-news-image {
  display: flex;
  height: 468px;
  width: 166px;
}

@media (min-width: 768px) {
  .news-section .news-container .news-grid-container .mobile-news-special-container .mobile-news-image {
    display: none;
  }
}

.news-section .news-container .news-grid-container .mobile-news-special-container .mobile-news-image img,
					.news-section .news-container .news-grid-container .mobile-news-special-container .mobile-news-image svg {
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.news-section .news-container .news-grid-container .mobile-news-special-container .card-news {
  height: 100%;
  width: 100%;
  min-width: 92vw;
  max-width: 92vw;
}

@media (min-width: 1024px) {
  .news-section .news-container .news-grid-container .mobile-news-special-container .card-news {
    min-width: 100%;
    max-width: 100%;
  }
}

.news-section .news-container .card-news:nth-child(2) {
  grid-column: span 3 / span 3;
}

.news-section .news-container .card-news:nth-child(3) {
  grid-column-start: 4;
  grid-column-end: 7;
}

.news-section .news-container .text-news-container {
  display: none;
  align-items: flex-end;
}

@media (min-width: 1024px) {
  .news-section .news-container .text-news-container {
    position: relative;
    display: flex;
    width: 20%;
  }
}

.news-section .news-container .text-news-container h2 {
  font-family: Outfit, sans-serif;
  font-size: 160px;
  line-height: 166px;
  letter-spacing: 0px;
  font-weight: 600;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(250 250 250 / var(--tw-text-opacity));
}

@media (min-width: 1024px) {
  .news-section .news-container .text-news-container h2 {
    font-size: 200px;
    line-height: 250px;
    letter-spacing: 0px;
  }
}

@media (min-width: 2100px) {
  .news-section .news-container .text-news-container h2 {
    font-size: 240px;
  }
}

.news-section .news-container .text-news-container h2 {
  writing-mode: vertical-lr;
  transform: rotate(180deg);
}

.news-section .news-container .text-news-container .news-title-desktop {
  display: none;
}

@media (min-width: 1024px) {
  .news-section .news-container .text-news-container .news-title-desktop {
    display: flex;
  }
}

.news-section .button-container {
  margin-bottom: 96px;
  margin-top: 56px;
  width: 100%;
  padding-left: 16px;
  padding-right: 16px;
}

@media (min-width: 768px) {
  .news-section .button-container {
    width: auto;
  }
}

@media (min-width: 1024px) {
  .news-section .button-container {
    margin-bottom: 80px;
    margin-top: 56px;
  }
}

.page-template-locations .footer {
  display: none;
}

.locations {
  font-family: Outfit, sans-serif;
}

@media (min-width: 1024px) {
  .locations .mobile-title-container {
    display: none;
  }
}

.locations .mobile-title-container h2 {
  position: absolute;
  top: 104.33px;
  left: 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));
  text-wrap: nowrap;
  font-size: 26px;
  line-height: 33px;
  letter-spacing: 0px;
  font-weight: 600;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.locations .canva-wrapper {
  cursor: grab;
}

.locations .map-wrapper {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: -1;
  height: 100%;
  width: 100%;
  opacity: 0;
  clip-path: circle(20% at 50% 50%);
  transition: all 1s ease-in-out;
  transition-delay: 0ms;
}

.locations .map-wrapper.active {
  z-index: 99;
  opacity: 1;
  clip-path: circle(100% at 50% 50%);
  transition-delay: 500ms;
}

.locations .map-wrapper .back__button {
  position: absolute;
  top: 35px;
  left: 16px;
  z-index: 99;
  display: flex;
  align-items: center;
  gap: 5px;
  font-family: Outfit, sans-serif;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0px;
  font-weight: 400;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(250 250 250 / var(--tw-text-opacity));
  text-decoration-line: underline;
}

@media (min-width: 1024px) {
  .locations .map-wrapper .back__button {
    top: 74px;
    left: 40px;
  }
}

.locations .map-wrapper div[role="dialog"] {
  min-width: 300px !important;
  border-radius: 16px;
  --tw-bg-opacity: 1;
  background-color: rgb(215 0 0 / var(--tw-bg-opacity));
  padding-left: 0px;
  padding-right: 0px;
  font-family: Outfit, sans-serif;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 1024px) {
  .locations .map-wrapper div[role="dialog"] {
    min-width: 350px !important;
  }
}

.locations .map-wrapper div[role="dialog"] .gm-style-iw-chr {
  display: none;
}

.locations .map-wrapper div[role="dialog"] .gm-style-iw-d {
  overflow: hidden !important;
}

.locations .map-wrapper .gm-style-iw-tc::after {
  --tw-bg-opacity: 1;
  background-color: rgb(215 0 0 / var(--tw-bg-opacity));
}

.locations .map-wrapper .card--agency__container {
  display: flex;
  flex-direction: column;
  gap: 32px;
  padding: 20px;
  font-family: Outfit, sans-serif;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 1024px) {
  .locations .map-wrapper .card--agency__container {
    padding: 32px;
  }
}

.locations .map-wrapper .card--agency__container .title h3 {
  font-size: 32px;
  line-height: 40px;
  letter-spacing: 0px;
  font-weight: 600;
  text-transform: uppercase;
}

.locations .map-wrapper .card--agency__container .info-contact {
  display: flex;
  align-items: flex-start;
  gap: 16px;
}

.locations .map-wrapper .card--agency__container .info-contact .contact-details {
  display: flex;
  width: 65%;
  flex-direction: column;
  gap: 8px;
}

.locations .map-wrapper .card--agency__container .info-contact .contact-details .title-address,
					.locations .map-wrapper .card--agency__container .info-contact .contact-details .p-tel {
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 18px;
}

.locations .map-wrapper .card--agency__container .info-contact .contact-details .address-p {
  font-size: 16px;
  font-weight: 400;
  line-height: 18px;
}

.locations .map-wrapper .card--agency__container .info-contact .contact-details .phone {
  font-size: 16px;
  font-weight: 300;
  line-height: 18px;
}

.locations .map-wrapper .card--agency__container .info-contact .web-social {
  display: flex;
  width: 35%;
  flex-direction: column;
  gap: 16px;
}

.locations .map-wrapper .card--agency__container .info-contact .web-social .website-link {
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 22px;
}

.locations .map-wrapper .card--agency__container .info-contact .web-social .website-link svg {
  height: 10px;
  width: 10px;
}

.locations .map-wrapper .card--agency__container .info-contact .web-social .website-link svg path {
  height: 100%;
  width: 100%;
}

.locations .map-wrapper .card--agency__container .info-contact .web-social .social-container {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.locations .map-wrapper .card--agency__container .info-contact .web-social .social-container h5 {
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
}

.locations .map-wrapper .card--agency__container .info-contact .web-social .social-container .socialmedia {
  display: flex;
  gap: 4px;
}

.locations .map-wrapper .card--agency__container .info-contact .web-social .social-container .socialmedia a {
  display: flex;
  height: 24px;
  width: 24px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.locations .filters {
  position: absolute;
  bottom: 24px;
  left: 0px;
  right: 0px;
  z-index: 999;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

@media (min-width: 1024px) {
  .locations .filters {
    top: 200px;
    left: 40px;
    bottom: auto;
    right: auto;
    display: block;
  }
}

.locations .filters .desktop-title-container {
  display: none;
}

@media (min-width: 1024px) {
  .locations .filters .desktop-title-container {
    display: block;
  }
}

.locations .filters .desktop-title-container h2 {
  margin-bottom: 32px;
  text-wrap: nowrap;
  font-size: 32px;
  letter-spacing: 0px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 35px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.locations .filters .dropdowns-container {
  display: flex;
  min-width: 345px;
  max-width: 345px;
  flex-direction: column;
  gap: 8px;
}

@media (min-width: 1024px) {
  .locations .filters .dropdowns-container {
    gap: 16px;
  }
}

.locations .filters .dropdowns-container .dropdown {
  position: relative;
  cursor: pointer;
  overflow: hidden;
  border-radius: 16px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(209 209 209 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}

.locations .filters .dropdowns-container .dropdown .dropdown__trigger {
  width: 100%;
  align-items: center;
  justify-content: space-between;
}

.locations .filters .dropdowns-container .dropdown .dropdown__trigger:hover {
  --tw-border-opacity: 1;
  border-color: rgb(250 250 250 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(22 22 22 / var(--tw-bg-opacity));
}

.locations .filters .dropdowns-container .dropdown .dropdown__trigger .dropdown__trigger--default {
  position: relative;
  margin-left: 16px;
  max-width: 85%;
  overflow: hidden;
  text-overflow: ellipsis;
  text-wrap: nowrap;
  padding: 16px;
  text-align: left;
  font-size: 20px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 28px;
  --tw-text-opacity: 1;
  color: rgb(250 250 250 / var(--tw-text-opacity));
}

@media (min-width: 1024px) {
  .locations .filters .dropdowns-container .dropdown .dropdown__trigger .dropdown__trigger--default {
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 24px;
    padding-bottom: 24px;
  }
}

.locations .filters .dropdowns-container .dropdown .dropdown__trigger .dropdown__trigger--default .dropdown__indicator {
  position: absolute;
  left: 0px;
  top: 45%;
  display: inline-block;
  height: 8px;
  width: 8px;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(215 0 0 / var(--tw-bg-opacity));
  opacity: 0;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

.locations .filters .dropdowns-container .dropdown .dropdown__trigger .dropdown__trigger--default[data-selected-value]:not(
							[data-selected-value=""]
						)
						.dropdown__indicator {
  opacity: 1;
}

.locations .filters .dropdowns-container .dropdown .dropdown__trigger .dropdown__trigger--search {
  pointer-events: none;
  position: absolute;
  top: 0px;
  left: 0px;
  display: flex;
  width: 95%;
  align-items: center;
  justify-content: space-between;
  padding: 16px;
  opacity: 0;
}

@media (min-width: 1024px) {
  .locations .filters .dropdowns-container .dropdown .dropdown__trigger .dropdown__trigger--search {
    padding-left: 16px;
    padding-right: 16px;
    padding-bottom: 24px;
    padding-top: 12px;
  }
}

.locations .filters .dropdowns-container .dropdown .dropdown__trigger .dropdown__trigger--search input {
  width: 90%;
  border-radius: 23px;
  --tw-bg-opacity: 1;
  background-color: rgb(177 3 3 / var(--tw-bg-opacity));
  padding-left: 16px;
  padding-right: 16px;
  padding-top: 10px;
  padding-bottom: 10px;
  --tw-text-opacity: 1;
  color: rgb(250 250 250 / var(--tw-text-opacity));
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.locations .filters .dropdowns-container .dropdown .dropdown__trigger .dropdown__trigger--search input:focus {
  --tw-text-opacity: 1;
  color: rgb(250 250 250 / var(--tw-text-opacity));
}

.locations .filters .dropdowns-container .dropdown .dropdown__trigger .dropdown__trigger--search input:active {
  --tw-text-opacity: 1;
  color: rgb(250 250 250 / var(--tw-text-opacity));
}

.locations .filters .dropdowns-container .dropdown .dropdown__trigger .dropdown__trigger--search input:focus::-moz-placeholder {
  --tw-text-opacity: 1;
  color: rgb(250 250 250 / var(--tw-text-opacity));
}

.locations .filters .dropdowns-container .dropdown .dropdown__trigger .dropdown__trigger--search input:focus::placeholder {
  --tw-text-opacity: 1;
  color: rgb(250 250 250 / var(--tw-text-opacity));
}

.locations .filters .dropdowns-container .dropdown .dropdown__trigger .dropdown__trigger--search input::-moz-placeholder {
  --tw-text-opacity: 1;
  color: rgb(255 148 148 / var(--tw-text-opacity));
}

.locations .filters .dropdowns-container .dropdown .dropdown__trigger .dropdown__trigger--search input::placeholder {
  --tw-text-opacity: 1;
  color: rgb(255 148 148 / var(--tw-text-opacity));
}

.locations .filters .dropdowns-container .dropdown .dropdown__trigger .dropdown__arrow {
  position: absolute;
  top: 24px;
  right: 32px;
}

@media (min-width: 1024px) {
  .locations .filters .dropdowns-container .dropdown .dropdown__trigger .dropdown__arrow {
    top: 30px;
  }
}

.locations .filters .dropdowns-container .dropdown .dropdown__list {
  height: 0px;
  max-height: 168px;
  width: 100%;
  max-width: 304px;
  overflow-x: hidden;
  overflow-y: scroll;
  padding-left: 24px;
  padding-right: 24px;
}

.locations .filters .dropdowns-container .dropdown .dropdown__list li {
  width: 100%;
  cursor: pointer;
  border-radius: 8px;
  padding: 12px;
  text-align: left;
  font-family: Outfit, sans-serif;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0px;
  font-weight: 400;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(250 250 250 / var(--tw-text-opacity));
}

.locations .filters .dropdowns-container .dropdown .dropdown__list li[data-selected="true"] {
  position: relative;
  --tw-bg-opacity: 1;
  background-color: rgb(177 3 3 / var(--tw-bg-opacity));
  padding-left: 2rem;
}

.locations .filters .dropdowns-container .dropdown .dropdown__list li[data-selected="true"]::before {
  content: "";
  position: absolute;
  left: 0.75rem;
  top: 50%;
  height: 8px;
  width: 8px;
  --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));
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(250 250 250 / var(--tw-bg-opacity));
}

.locations .filters .dropdowns-container .dropdown .dropdown__list::-webkit-scrollbar {
  width: 3px;
  border-radius: 2px;
}

.locations .filters .dropdowns-container .dropdown .dropdown__list::-webkit-scrollbar-track {
  background: #b10303;
  width: 3px;
  border-radius: 2px;
}

.locations .filters .dropdowns-container .dropdown .dropdown__list::-webkit-scrollbar-thumb {
  background: #fafafa;
  width: 3px;
  height: 48px;
  border-radius: 2px;
}

.locations .filters .dropdowns-container .clear-button {
  pointer-events: none;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-family: Outfit, sans-serif;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0px;
  --tw-text-opacity: 1;
  color: rgb(250 250 250 / var(--tw-text-opacity));
  text-decoration-line: underline;
  opacity: 0;
  transition-property: opacity;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

@media (min-width: 1024px) {
  .locations .filters .dropdowns-container .clear-button {
    justify-content: flex-end;
  }
}

.locations .filters .dropdowns-container .clear-button svg {
  height: 16px;
  width: 16px;
}

.locations .filters .dropdowns-container .clear-button.active {
  pointer-events: auto;
  opacity: 1;
}

@media (max-width: 991px) and (max-height: 800px) and (orientation: landscape) {
  .page-template-locations .header-content-container {
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .locations .map-wrapper .back__button {
    position: absolute;
    top: 78px;
    right: 16px;
    max-width: 70px;
  }

  .locations .map-wrapper .card--agency__container {
    gap: 10px;
    padding: 15px;
  }

  .locations .map-wrapper .card--agency__container .title h3 {
    font-size: 18px;
    line-height: 22px;
  }

  .locations .map-wrapper .card--agency__container .info-contact .contact-details,
					.locations .map-wrapper .card--agency__container .info-contact .web-social {
    gap: 0px;
  }

  .locations .map-wrapper .card--agency__container .info-contact .contact-details .title-address,
						.locations .map-wrapper .card--agency__container .info-contact .contact-details .p-tel {
    font-size: 14px;
    line-height: 18px;
  }

  .locations .map-wrapper .card--agency__container .info-contact .contact-details .phone {
    font-size: 12px;
    line-height: 16px;
  }

  .locations .map-wrapper .card--agency__container .info-contact .contact-details .address-p {
    font-size: 12px;
    line-height: 16px;
  }

  .locations .map-wrapper .card--agency__container .info-contact .web-social .website-link {
    font-size: 14px;
    line-height: 18px;
  }

  .locations .map-wrapper .card--agency__container .info-contact .web-social .social-container .socialmedia {
    justify-content: space-between;
  }

  .locations .map-wrapper .card--agency__container .info-contact .web-social .social-container .socialmedia a {
    height: 18px;
    width: 18px;
  }

  .locations .map-wrapper .card--agency__container .info-contact .web-social .social-container .socialmedia svg {
    height: 10px;
    width: 10px;
  }

  .locations .map-wrapper div[role="dialog"] .gm-style-iw-d {
    max-height: 180px;
  }

  .locations .mobile-title-container h2 {
    left: 16%;
    top: 93px;
    max-width: 200px;
    text-wrap: wrap;
  }

  .locations .filters {
    bottom: 10px;
  }

  .locations .filters .dropdowns-container {
    display: grid;
    min-width: 100%;
    max-width: 100%;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    align-items: flex-end;
    justify-content: center;
    row-gap: 0px;
    -moz-column-gap: 8px;
         column-gap: 8px;
    padding-left: 8px;
    padding-right: 8px;
  }

  .locations .filters .dropdowns-container .dropdown .dropdown__trigger .dropdown__trigger--default {
    padding: 12px;
    font-size: 17px;
    line-height: 24px;
  }

  .locations .filters .dropdowns-container .dropdown .dropdown__trigger .dropdown__arrow {
    right: 23px;
    top: 22px;
  }

  .locations .filters .dropdowns-container .dropdown .dropdown__list {
    max-height: 135px;
    max-width: 280px;
  }

  .locations .filters .dropdowns-container .dropdown .dropdown__list li:first-child {
    margin-top: 22px;
  }

  .locations .filters .dropdowns-container .clear-button {
    grid-column: span 3 / span 3;
  }
}

.news-title {
  margin-top: 24px;
  margin-bottom: 40px;
  font-family: Outfit, sans-serif;
  font-size: 86px;
  letter-spacing: 0px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 92px;
  --tw-text-opacity: 1;
  color: #ffd100;
}

@media (min-width: 1024px) {
  .news-title {
    margin-top: 40px;
    margin-bottom: 40px;
    font-size: clamp(11.25rem,6.2291rem + 7.8452vw,15.9375rem);
    line-height: 250px;
  }
}

.news-grid-container {
  margin-bottom: 56px;
  display: flex;
  flex-direction: column;
  gap: 56px;
}

@media (min-width: 768px) {
  .news-grid-container {
    gap: 80px;
  }
}

@media (min-width: 1024px) {
  .news-grid-container {
    margin-top: 30px;
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    grid-template-rows: auto auto;
    -moz-column-gap: 20px;
         column-gap: 20px;
    row-gap: 20px;
  }
}

.news-grid-container > :first-child {
  grid-column: span 2 / span 2;
  grid-row: span 2 / span 2;
}

.news-grid-container > :nth-child(2) {
  grid-column: span 4 / span 4;
  grid-column-start: 3;
  grid-row: span 1 / span 1;
}

.news-grid-container > :nth-child(3) {
  grid-column: span 4 / span 4;
  grid-column-start: 3;
  grid-row: span 1 / span 1;
}

.news-grid-container > :nth-child(4) {
  grid-column: span 4 / span 4;
  grid-row: span 1 / span 1;
}

.news-grid-container > :nth-child(5) {
  grid-column: span 2 / span 2;
  grid-column-start: 5;
  grid-row: span 2 / span 2;
}

.news-grid-container > :nth-child(6) {
  grid-column: span 4 / span 4;
  grid-row: span 1 / span 1;
}

.news-grid-container .card-news {
  --tw-bg-opacity: 1;
  background-color: rgb(33 33 33 / var(--tw-bg-opacity));
}

.news-grid-container .card-news .card-news__head {
  display: flex;
  align-items: flex-start;
  gap: 16px;
}

.news-grid-container .card-news .card-news__head svg {
  min-width: 20px;
  --tw-text-opacity: 1;
  color: rgb(250 250 250 / var(--tw-text-opacity));
}

.news-grid-container .card-news .card-news__content h3 {
  margin-bottom: 8px;
  font-family: Outfit, sans-serif;
  font-size: 24px !important;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 28px !important;
  --tw-text-opacity: 1;
  color: rgb(250 250 250 / var(--tw-text-opacity));
}

@media (min-width: 1024px) {
  .news-grid-container .card-news .card-news__content h3 {
    font-size: 26px !important;
    line-height: 33px !important;
  }
}

@media (min-width: 2100px) {
  .news-grid-container .card-news .card-news__content h3 {
    font-size: 55px !important;
    line-height: 52px !important;
  }
}

.news-grid-container .card-news .card-news__content .news-date {
  font-family: Outfit, sans-serif;
  font-size: 16px;
  line-height: 22px;
  --tw-text-opacity: 1;
  color: rgb(250 250 250 / var(--tw-text-opacity));
}

@media (min-width: 1024px) {
  .news-grid-container .card-news .card-news__content .news-date {
    opacity: 1;
  }
}

.news-grid-container .card-news .card-news__content p {
  margin-top: 24px;
  max-height: none;
  font-family: Outfit, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  --tw-text-opacity: 1;
  color: rgb(250 250 250 / var(--tw-text-opacity));
}

@media (min-width: 1024px) {
  .news-grid-container .card-news .card-news__content p {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 6;
    display: flex;
  }
}

@media (min-width: 2100px) {
  .news-grid-container .card-news .card-news__content p {
    font-size: 24px;
    line-height: 30px;
  }
}

@media (min-width: 1024px) {
  .news-grid-container .card-news.horizontal p {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 6;
  }
}

@media screen and (min-width: 1024px) {
  .news-grid-container .card-news:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(250 250 250 / var(--tw-bg-opacity));
  }

  .news-grid-container .card-news:hover .card-news__head svg {
    --tw-text-opacity: 1;
    color: rgb(22 22 22 / var(--tw-text-opacity));
  }

  .news-grid-container .card-news:hover .card-news__content h3 {
    color: #161616 !important;
  }

  .news-grid-container .card-news:hover .card-news__content .news-date {
    color: #161616 !important;
  }

  .news-grid-container .card-news:hover .card-news__content p {
    color: #161616 !important;
  }
}

@media (min-width: 1024px) {
  .news-page .news-grid-container > :first-child .card-news__image {
    height: 50%;
  }

  .news-page .news-grid-container > :nth-child(5) .card-news__image {
    height: 50%;
  }
}

.works-container {
  width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}

@media (min-width: 1024px) {
  .works-container {
    padding-left: 2.5rem;
    padding-right: 2.5rem
  }
}

.works-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  overflow: hidden;
  --tw-bg-opacity: 1;
  background-color: rgb(22 22 22 / var(--tw-bg-opacity));
  padding-bottom: 32px;
  padding-top: 70px;
}

@media (min-width: 1024px) {
  .works-container {
    padding-bottom: 0px;
    padding-top: 79px;
  }
}

.works-container .works-title {
  margin-bottom: 32px;
  font-family: Outfit, sans-serif;
  font-size: 86px;
  letter-spacing: 0px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 92px;
  --tw-text-opacity: 1;
  color: #ffd100;
}

@media (min-width: 1024px) {
  .works-container .works-title {
    margin-bottom: 30px;
    font-size: clamp(11.25rem,6.2291rem + 7.8452vw,15.9375rem);
    line-height: 250px;
  }
}

@media (min-width: 1920px) {
  .works-container .works-title {
    font-size: 255px;
  }
}

.works-container .works-grid-container {
  margin-bottom: 56px;
  display: flex;
  flex-direction: column;
  gap: 48px;
}

@media (min-width: 768px) {
  .works-container .works-grid-container {
    gap: 80px;
  }
}

@media (min-width: 1024px) {
  .works-container .works-grid-container {
    margin-top: 30px;
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    grid-template-rows: auto auto;
    -moz-column-gap: 20px;
         column-gap: 20px;
    row-gap: 32px;
  }
}

@media (min-width: 1920px) {
  .works-container .works-grid-container {
    row-gap: 48px;
  }
}

.works-container .works-grid-container > :first-child {
  grid-column: span 3 / span 3;
  grid-row: span 4 / span 4;
}

.works-container .works-grid-container > :nth-child(2) {
  grid-column: span 3 / span 3;
  grid-column-start: 4;
  grid-row: span 2 / span 2;
}

.works-container .works-grid-container > :nth-child(3) {
  grid-column: span 3 / span 3;
  grid-column-start: 4;
  grid-row: span 2 / span 2;
  grid-row-start: 3;
}

.works-container .works-grid-container > :nth-child(4) {
  grid-column: span 2 / span 2;
  grid-row: span 2 / span 2;
  grid-row-start: 5;
}

.works-container .works-grid-container > :nth-child(5) {
  grid-column: span 2 / span 2;
  grid-column-start: 3;
  grid-row: span 2 / span 2;
  grid-row-start: 5;
}

.works-container .works-grid-container > :nth-child(6) {
  grid-column: span 2 / span 2;
  grid-column-start: 5;
  grid-row: span 2 / span 2;
  grid-row-start: 5;
}

.works-container .works-grid-container > :nth-child(7) {
  grid-column: span 3 / span 3;
  grid-row: span 2 / span 2;
  grid-row-start: 7;
}

.works-container .works-grid-container > :nth-child(8) {
  grid-column: span 3 / span 3;
  grid-column-start: 4;
  grid-row: span 4 / span 4;
  grid-row-start: 7;
}

.works-container .works-grid-container > :nth-child(9) {
  grid-column: span 3 / span 3;
  grid-column-start: 1;
  grid-row: span 2 / span 2;
  grid-row-start: 9;
}

.works-container .works-grid-container > :nth-child(10) {
  grid-column: span 2 / span 2;
  grid-row: span 2 / span 2;
  grid-row-start: 11;
}

.works-container .works-grid-container > :nth-child(11) {
  grid-column: span 2 / span 2;
  grid-column-start: 3;
  grid-row: span 2 / span 2;
  grid-row-start: 11;
}

.works-container .works-grid-container > :nth-child(12) {
  grid-column: span 2 / span 2;
  grid-column-start: 5;
  grid-row: span 2 / span 2;
  grid-row-start: 11;
}

.works-container .button-container {
  margin-bottom: 130px;
  margin-top: 48px;
  width: 100%;
  padding-left: 16px;
  padding-right: 16px;
}

@media (min-width: 768px) {
  .works-container .button-container {
    width: auto;
  }
}

@media (min-width: 1024px) {
  .works-container .button-container {
    margin-bottom: 150px;
    margin-top: 56px;
  }
}

.work-post {
  --tw-bg-opacity: 1;
  background-color: rgb(22 22 22 / var(--tw-bg-opacity));
}

.work-post .hero-section {
  height: auto;
  overflow: hidden;
  --tw-bg-opacity: 1;
  background-color: #ffd100;
  padding-left: 8px;
  padding-right: 8px;
  padding-top: 8px;
  padding-bottom: 8px;
}

@media (min-width: 1024px) {
  .work-post .hero-section {
    height: 100dvh;
    padding: 16px;
  }
}

.work-post .hero-section .media-wrapper {
  position: relative;
  width: 100%;
  overflow: hidden;
}

@media (min-width: 768px) {
  .work-post .hero-section .media-wrapper {
    height: 100%;
  }
}

.work-post .hero-section .media-wrapper .image-banner {
  width: 100%;
}

@media (min-width: 768px) {
  .work-post .hero-section .media-wrapper .image-banner {
    height: 100%;
  }
}

.work-post .hero-section .media-wrapper video,
			.work-post .hero-section .media-wrapper iframe,
			.work-post .hero-section .media-wrapper .video-banner,
			.work-post .hero-section .media-wrapper img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (min-width: 768px) {
  .work-post .hero-section .media-wrapper video,
			.work-post .hero-section .media-wrapper iframe,
			.work-post .hero-section .media-wrapper .video-banner,
			.work-post .hero-section .media-wrapper img {
    height: 100%;
  }
}

@media screen and (max-width: 768px) and (max-height: 901px) {
  .work-post .hero-section .media-wrapper img {
    height: 100%;
    max-height: 62dvh;
  }
}

@media screen and (min-width: 768px) {
  .work-post .hero-section .media-wrapper img {
    min-height: auto;
  }
}

@media screen and (max-width: 768px) {
  .work-post .hero-section video,
			.work-post .hero-section iframe {
    aspect-ratio: 414 / 606;
  }
}

@media screen and (min-width: 768px) {
  .work-post .hero-section video,
			.work-post .hero-section iframe {
    height: 100%;
  }
}

.work-post .hero-section .masks-svgs-container {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
}

@media (min-width: 768px) {
  .work-post .hero-section .masks-svgs-container {
    height: 100dvh;
  }
}

@media (min-width: 1024px) {
  .work-post .hero-section .masks-svgs-container {
    top: -4px;
  }
}

.work-post .hero-section .masks-svgs-container .mask-svg {
  display: none;
}

@media (min-width: 1024px) {
  .work-post .hero-section .masks-svgs-container .mask-svg {
    display: block;
  }
}

.work-post .hero-section .masks-svgs-container .mask-svg-mobile {
  display: block;
  height: 100%;
}

@media (min-width: 1024px) {
  .work-post .hero-section .masks-svgs-container .mask-svg-mobile {
    display: none;
  }
}

@media (min-width: 768px) {
  .work-post .hero-section .masks-svgs-container .mask-svg {
    height: 100%;
  }
}

.work-post .hero-section .masks-svgs-container .mask-svg,
			.work-post .hero-section .masks-svgs-container .mask-svg-mobile {
  width: 100%;
}

.work-post .hero-section .masks-svgs-container .mask-svg rect, .work-post .hero-section .masks-svgs-container .mask-svg-mobile rect {
  transform-origin: center;
}

@media (min-width: 1024px) {
  .work-post .hero-section .masks-svgs-container .mask-svg rect, .work-post .hero-section .masks-svgs-container .mask-svg-mobile rect {
    --tw-scale-x: 1.03;
    --tw-scale-y: 1.03;
    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));
  }
}

.work-post .hero-section .bottom-left-text,
		.work-post .hero-section .bottom-right-text {
  font-family: Outfit, sans-serif;
  font-size: 22px;
  line-height: 30px;
  letter-spacing: 0px;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: #ffd100;
}

@media (min-width: 1024px) {
  .work-post .hero-section .bottom-left-text,
		.work-post .hero-section .bottom-right-text {
    font-size: 42px;
    line-height: 53px;
    letter-spacing: 0px;
  }
}

.work-post .hero-section .bottom-left-text {
  position: absolute;
  bottom: 8px;
  left: 16px;
}

@media (min-width: 1024px) {
  .work-post .hero-section .bottom-left-text {
    bottom: 19px;
    left: 40px;
  }
}

.work-post .hero-section .bottom-right-text {
  position: absolute;
  bottom: 8px;
  right: 16px;
}

@media (min-width: 1024px) {
  .work-post .hero-section .bottom-right-text {
    bottom: 19px;
    right: 40px;
  }
}

.work-post .work-description {
  margin-top: 32px;
}

@media (min-width: 1024px) {
  .work-post .work-description {
    margin-top: 52px;
  }
}

.work-post .work-description .title-work-container {
  width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}

@media (min-width: 1024px) {
  .work-post .work-description .title-work-container {
    padding-left: 2.5rem;
    padding-right: 2.5rem
  }
}

.work-post .work-description .title-work-container {
  min-height: 92px;
  font-family: Outfit, sans-serif;
  font-size: 42px;
  line-height: 53px;
  letter-spacing: 0px;
  font-weight: 600;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(250 250 250 / var(--tw-text-opacity));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 100ms;
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}

@media (min-width: 1024px) {
  .work-post .work-description .title-work-container {
    font-size: 86px;
    line-height: 110px;
    letter-spacing: 0px;
  }
}

.work-post .work-description .title-work-container h1 {
  transition-property: all;
  transition-duration: 100ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.work-post .work-description .work-description-container {
  margin-top: 32px;
  display: flex;
}

@media (min-width: 1024px) {
  .work-post .work-description .work-description-container {
    margin-top: 96px;
    gap: 30px;
  }
}

.work-post .work-description .work-description-container .col1 {
  display: none;
  width: 100%;
}

@media (min-width: 1024px) {
  .work-post .work-description .work-description-container .col1 {
    display: block;
    width: 30%;
    padding-left: 40px;
  }
}

.work-post .work-description .work-description-container .col1 h1 {
  position: sticky;
  top: 65px;
  font-family: Outfit, sans-serif;
  font-size: 42px;
  line-height: 53px;
  letter-spacing: 0px;
  font-weight: 600;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(250 250 250 / var(--tw-text-opacity));
}

.work-post .work-description .work-description-container .col2 {
  width: 100%;
  font-family: Outfit, sans-serif;
  --tw-text-opacity: 1;
  color: rgb(250 250 250 / var(--tw-text-opacity));
}

@media (min-width: 1024px) {
  .work-post .work-description .work-description-container .col2 {
    width: 70%;
  }
}

.work-post .work-description .work-description-container .col2 .work-title {
  margin-bottom: 26px;
  padding-right: 1rem;
  padding-left: 1rem;
  font-size: 22px;
  line-height: 30px;
  letter-spacing: 0px;
  font-weight: 600;
}

@media (min-width: 1024px) {
  .work-post .work-description .work-description-container .col2 .work-title {
    padding-left: 0px;
    padding-right: 2.5rem;
    font-size: 36px;
    line-height: 46px;
    letter-spacing: 0px;
  }
}

.work-post .work-description .work-description-container .col2 .divider {
  margin-left: 1rem;
  margin-top: 32px;
  margin-bottom: 20px;
  height: 2px;
  width: 95px;
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity));
}

@media (min-width: 1024px) {
  .work-post .work-description .work-description-container .col2 .divider {
    margin-left: 0px;
    margin-top: 55px;
    margin-bottom: 32px;
    padding-left: 0px;
  }
}

.work-post .work-description .work-description-container .col2 .description {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding-right: 1rem;
  padding-left: 1rem;
  font-size: 20px;
  font-weight: 300;
}

@media (min-width: 1024px) {
  .work-post .work-description .work-description-container .col2 .description {
    padding-left: 0px;
    padding-right: 2.5rem;
  }
}

.work-post .work-description .work-description-container .col2 .agency {
  margin-bottom: 32px;
  display: flex;
  padding-right: 1rem;
  padding-left: 1rem;
  font-size: 22px;
  line-height: 30px;
  letter-spacing: 0px;
  font-weight: 600;
}

@media (min-width: 1024px) {
  .work-post .work-description .work-description-container .col2 .agency {
    margin-bottom: 55px;
    padding-left: 0px;
    padding-right: 2.5rem;
    font-size: 32px;
    line-height: 40px;
    letter-spacing: 0px;
  }
}

.work-post .work-description .work-description-container .col2 .images-container {
  overflow: hidden;
  border-radius: 32px;
  padding-right: 1rem;
  padding-left: 1rem;
}

@media (min-width: 1024px) {
  .work-post .work-description .work-description-container .col2 .images-container {
    padding-left: 0px;
    padding-right: 0px;
  }
}

.work-post .work-description .work-description-container .col2 .images-container picture {
  display: block;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.work-post .work-description .work-description-container .col2 .images-container picture img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.work-post .work-description .work-description-container .col2 .modal-preview {
  position: relative;
  cursor: pointer;
  overflow: hidden;
  border-radius: 32px;
  padding-right: 1rem;
  padding-left: 1rem;
}

@media (min-width: 1024px) {
  .work-post .work-description .work-description-container .col2 .modal-preview {
    padding-left: 0px;
    padding-right: 0px;
  }
}

.work-post .work-description .work-description-container .col2 .modal-preview svg {
  position: absolute;
  top: 0px;
  right: 0px;
  left: 0px;
  bottom: 0px;
  margin: auto;
}

.work-post .work-description .work-description-container .col2 .modal-preview picture {
  display: block;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.work-post .work-description .work-description-container .col2 .modal-preview picture img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.work-post .work-description .work-description-container .col2 .work-slogan {
  margin-top: 32px;
  padding-right: 1rem;
  padding-left: 1rem;
  font-size: 42px;
  line-height: 53px;
  letter-spacing: 0px;
  font-weight: 600;
}

@media (min-width: 1024px) {
  .work-post .work-description .work-description-container .col2 .work-slogan {
    margin-top: 55px;
    padding-left: 0px;
    padding-right: 2.5rem;
    font-size: 68px;
    line-height: 70px;
  }
}

.work-post .flexible-section {
  margin-top: 44px;
  margin-bottom: 104px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 32px;
  overflow: hidden;
}

@media (min-width: 1024px) {
  .work-post .flexible-section {
    margin-top: 105px;
    margin-bottom: 120px;
    gap: 20px;
  }
}

.work-post .flexible-section .layout {
  display: flex;
  width: 100%;
  flex-direction: column;
  gap: 24px;
}

@media (min-width: 1024px) {
  .work-post .flexible-section .layout {
    flex-direction: row;
  }
}

.work-post .flexible-section .layout img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.work-post .flexible-section .layout-three-imagenes .image-container {
  aspect-ratio: 375/317;
  flex: 1 1 0%;
  overflow: hidden;
  border-radius: 16px;
}

@media (min-width: 1024px) {
  .work-post .flexible-section .layout-three-imagenes .image-container {
    aspect-ratio: 467/400;
  }
}

.work-post .flexible-section .layout-three-imagenes .image-container img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.work-post .flexible-section .layout-two-images .image-container {
  aspect-ratio: 375/317;
  flex: 1 1 0%;
  overflow: hidden;
  border-radius: 16px;
}

@media (min-width: 1024px) {
  .work-post .flexible-section .layout-two-images .image-container {
    aspect-ratio: 896/618;
  }
}

.work-post .flexible-section .layout-two-images .image-container img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.work-post .flexible-section .layout-one-image .image-container {
  aspect-ratio: 375/317;
  flex: 1 1 0%;
  overflow: hidden;
  border-radius: 16px;
}

@media (min-width: 1024px) {
  .work-post .flexible-section .layout-one-image .image-container {
    aspect-ratio: 1440/757;
  }
}

.work-post .flexible-section .layout-one-image .image-container img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.work-post .carousel-section {
  display: flex;
  width: 100%;
  flex-direction: column;
  overflow: hidden;
  --tw-bg-opacity: 1;
  background-color: #ffd100;
  padding-top: 32px;
  padding-bottom: 51px;
}

@media (min-width: 1024px) {
  .work-post .carousel-section {
    flex-direction: row;
    padding-top: 49px;
  }
}

.work-post .carousel-section .more-work-title-container {
  min-width: 20%;
}

@media (min-width: 1024px) {
  .work-post .carousel-section .more-work-title-container {
    padding-left: 40px;
  }
}

.work-post .carousel-section .more-work-title-container .more-work-title {
  margin-bottom: 51px;
  padding-left: 16px;
  padding-right: 16px;
  font-family: Outfit, sans-serif;
  font-size: 42px;
  line-height: 53px;
  letter-spacing: 0px;
  font-weight: 600;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(250 250 250 / var(--tw-text-opacity));
}

@media (min-width: 1024px) {
  .work-post .carousel-section .more-work-title-container .more-work-title {
    margin-bottom: 16px;
    display: none;
  }
}

.work-post .carousel-section .more-work-title-container .more-work-img {
  display: none;
}

@media (min-width: 1024px) {
  .work-post .carousel-section .more-work-title-container .more-work-img {
    display: block;
  }
}

.work-post .carousel-section .swiper-work-detail.swiper {
  position: relative;
  width: 100%;
  padding-left: 16px;
  padding-right: 16px;
  padding-bottom: 100px;
  padding-top: 0px;
}

@media (min-width: 1024px) {
  .work-post .carousel-section .swiper-work-detail.swiper {
    padding-left: 0px;
    padding-right: 0px;
  }
}

.work-post .carousel-section .swiper-work-detail.swiper .swiper-wrapper {
  width: 100%;
}

.work-post .carousel-section .swiper-work-detail.swiper .swiper-wrapper .swiper-slide .card-work:hover {
  --tw-text-opacity: 1;
  color: rgb(22 22 22 / var(--tw-text-opacity));
}

.work-post .carousel-section .swiper-work-detail.swiper .swiper-wrapper .swiper-slide .card-work:hover .card-work-text-content .subtitle-line .line {
  --tw-bg-opacity: 1;
  background-color: rgb(22 22 22 / var(--tw-bg-opacity));
}

.work-post .carousel-section .swiper-work-detail.swiper .swiper-elements {
  position: relative;
  margin-top: 60px;
  display: none;
  align-items: center;
  justify-content: space-between;
  padding-left: 0px;
  padding-right: 0px;
}

@media (min-width: 768px) {
  .work-post .carousel-section .swiper-work-detail.swiper .swiper-elements {
    display: flex;
    padding-left: 16px;
    padding-right: 16px;
  }
}

@media (min-width: 1024px) {
  .work-post .carousel-section .swiper-work-detail.swiper .swiper-elements {
    margin-top: 40px;
    padding-left: 0px;
    padding-right: 0px;
  }
}

.work-post .carousel-section .swiper-work-detail.swiper .swiper-elements :is(.swiper-button-prev, .swiper-button-next) svg {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.work-post .carousel-section .swiper-work-detail.swiper .swiper-elements :is(.swiper-button-prev, .swiper-button-next):hover svg {
  --tw-text-opacity: 1;
  color: rgb(22 22 22 / var(--tw-text-opacity));
}

.work-post .carousel-section .swiper-work-detail.swiper .swiper-elements .arrows {
  position: relative;
  display: flex;
  gap: 38px;
}

.work-post .carousel-section .swiper-work-detail.swiper .swiper-elements .arrows .swiper-button-prev,
					.work-post .carousel-section .swiper-work-detail.swiper .swiper-elements .arrows .swiper-button-next {
  position: relative;
  right: 0px;
  bottom: 0px;
  left: 0px;
  top: 0px;
  margin-top: 0;
  height: auto;
}

.work-post .carousel-section .swiper-work-detail.swiper .swiper-elements .arrows .swiper-button-prev::after,
					.work-post .carousel-section .swiper-work-detail.swiper .swiper-elements .arrows .swiper-button-next::after {
  display: none;
}

.work-post .carousel-section .swiper-work-detail.swiper .swiper-elements .swiper-pagination {
  position: relative;
  bottom: 0px;
  top: 0px;
  left: 0px;
  right: 0px;
  margin-top: 0;
  width: auto;
}

@media (min-width: 1024px) {
  .work-post .carousel-section .swiper-work-detail.swiper .swiper-elements .swiper-pagination {
    padding-right: 40px;
  }
}

.work-post .carousel-section .swiper-work-detail.swiper .swiper-elements .swiper-pagination .swiper-pagination-bullet {
  height: 6px;
  width: 30px;
  border-radius: 6px;
  --tw-bg-opacity: 1;
  background-color: rgb(250 250 250 / var(--tw-bg-opacity));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 700ms;
}

.work-post .carousel-section .swiper-work-detail.swiper .swiper-elements .swiper-pagination .swiper-pagination-bullet-active {
  width: 40px;
}

.work-post .carousel-section .swiper-work-detail.swiper .swiper-elements-mobile {
  margin-top: 60px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width: 768px) {
  .work-post .carousel-section .swiper-work-detail.swiper .swiper-elements-mobile {
    display: none;
  }
}

.work-post .carousel-section .swiper-work-detail.swiper .swiper-elements-mobile :is(.swiper-button-prev-mobile, .swiper-button-next-mobile)
					svg {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.work-post .carousel-section .swiper-work-detail.swiper .swiper-elements-mobile :is(
						.swiper-button-prev-mobile,
						.swiper-button-next-mobile
					):active
					svg {
  --tw-text-opacity: 1;
  color: rgb(22 22 22 / var(--tw-text-opacity));
}

.work-post .carousel-section .swiper-work-detail.swiper .swiper-elements-mobile .swiper-button-disabled {
  opacity: 0.4;
}

.work-post .carousel-section .swiper-work-detail.swiper .swiper-elements-mobile .swiper-pagination-mobile {
  width: auto;
}

.work-post .carousel-section .swiper-work-detail.swiper .swiper-elements-mobile .swiper-pagination-mobile .swiper-pagination-bullet {
  height: 6px;
  width: 30px;
  border-radius: 6px;
  --tw-bg-opacity: 1;
  background-color: rgb(250 250 250 / var(--tw-bg-opacity));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 700ms;
}

.work-post .carousel-section .swiper-work-detail.swiper .swiper-elements-mobile .swiper-pagination-mobile .swiper-pagination-bullet-active {
  width: 40px;
}

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

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

.visible {
  visibility: visible;
}

.block {
  display: block;
}

.hidden {
  display: none;
}

.h-full {
  height: 100%;
}

.w-full {
  width: 100%;
}

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

.bg-primary-red-600 {
  --tw-bg-opacity: 1;
  background-color: #ffd100;
}

.bg-primary-green-600 {
  --tw-bg-opacity: 1;
  background-color: #092235;
}

.bg-secondary-gray-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(22 22 22 / var(--tw-bg-opacity));
}

.content-none {
  --tw-content: none;
  content: var(--tw-content);
}

@keyframes fadeInMove {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fadeOutMove {
  to {
    opacity: 0;
    transform: translateY(-20px);
  }
}

/**
 * Custom styles to immediately follow Tailwind’s `utilities` layer
 *
 * Add your own utility classes to this theme. Complex utility classes should
 * be added using Tailwind’s plugin system:
 *
 * https://tailwindcss.com/docs/plugins#adding-utilities
 */


 .col-image {
   display: flex;
 }

 @media (max-width: 768px) {
   .col-image {
     display: none;
   }
 }

 .parentdiv {
   width: 100%;
   padding: 1rem;
   display: grid;
   grid-template-columns: repeat(4, 1fr);
   grid-template-rows: repeat(4, 1fr);
   grid-column-gap: 0px;
   grid-row-gap: 0px;
 }

 .div1 { padding:5px; grid-area: 1 / 1 / 2 / 3; }
 .div2 { margin:10px; padding:5px; grid-area: 2 / 1 / 3 / 3; }
 .div3 { padding:5px; grid-area: 1 / 3 / 3 / 4; }
 .div4 { padding:5px; grid-area: 1 / 4 / 3 / 5; }
 .div5 { padding:5px; grid-area: 3 / 1 / 5 / 2; }
 .div6 { padding:5px; grid-area: 3 / 2 / 5 / 5; }

 /* MOBILE VERSION DEL GRID */
 @media (max-width: 768px) {
   .parentdiv {
     width: 100%;
     padding: 1rem;
     grid-template-columns: repeat(3, 1fr);
     grid-template-rows: repeat(4, 1fr);
     grid-column-gap: 0px;
     grid-row-gap: 0px;
   }

   .div1 { padding:5px; grid-area: 1 / 1 / 2 / 4; }
   .div2 { padding:5px; grid-area: 2 / 1 / 3 / 4; }
   .div3 { padding:5px; grid-area: 3 / 1 / 4 / 2; }
   .div4 { padding:5px; grid-area: 3 / 2 / 4 / 3; }
   .div5 { padding:5px; grid-area: 3 / 3 / 4 / 4; }
   .div6 { padding:5px; grid-area: 4 / 1 / 5 / 4; }
 }

.imgrounded{
  border-radius: 15px;
}

.textwhite{
  color: white;
  font-size: 0.7em;
}

.backwhite{
  border-radius: 25px;
  color: black;
  background: white;
  padding: 1rem;
}

.textyellow{
  color: #ffc900;
  font-size: 9vw;
  font-weight: 900;
  text-transform: uppercase;
  font-stretch: condensed;
}

.menufont{
  font-stretch: extra-condensed;
}

.mouse1{
  position: absolute;
  margin-top: -2.1rem;
  margin-left: 9rem;
  width: 3rem;
}
.mouse2{
  position: absolute;
  margin-top: -2.1rem;
  margin-left: 17rem;
  width: 3rem;
}
.mouse3{
  position: absolute;
  margin-top: -2.1rem;
  margin-left: 16rem;
  width: 3rem;
}
.mouse4{
  position: absolute;
  margin-top: -2.1rem;
  margin-left: 17rem;
  width: 3rem;
}

@media (max-width: 768px) {
  .mouse1{
    margin-top: -2.3rem;
    margin-left: 5.3rem;
  }
  .mouse2{
    margin-left: 10.6rem;
  }
  .mouse3{
    margin-left: 10rem;
  }
  .mouse4{
    margin-left: 10.6rem;
  }
}

.parentTra {
  width: 100%;
  padding: 1rem;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(11, 1fr);
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.divTra1 { padding:5px; grid-area: 1 / 1 / 7 / 3; }
.divTra2 { padding:5px; grid-area: 7 / 1 / 10 / 3; }
.divTra3 { padding:5px; grid-area: 10 / 1 / 12 / 3; }
.divTra4 { padding:5px; grid-area: 1 / 3 / 5 / 5; }
.divTra5 { padding:5px; grid-area: 5 / 3 / 9 / 5; }
.divTra6 { padding:5px; grid-area: 9 / 3 / 12 / 5; }

.ajustada{
  border-radius: 15px;
  width: 100%;
  height: 100%;
}

.mfocusimg{
  height: 100dvh;
  min-width:100% !important
}

@media (max-width: 768px) {
  .mfocusimg{
    height: 70dvh;
  }
}


/*
DESDE AQUI
*/

    .contact-card {
      box-sizing: border-box;
      margin: 0;
      height: 100vh;
      display: flex;
      justify-content: center;
      align-items: center;
      background: #111;
      font-family: Arial, sans-serif;
    }

    .contact-card-scene {
      width: 50rem;
      height: 45rem;
      perspective: 1000px;
    }

    .contact-card-card {
      width: 100%;
      height: 100%;
      position: relative;
      transform-style: preserve-3d;
      transition: transform 1s ease;
    }

    .contact-card-card.flipped {
      transform: rotateY(180deg);
    }

    .contact-card-card-face {
      position: absolute;
      width: 100%;
      height: 100%;
      border-radius: 20px;
      backdrop-filter: blur(10px);
      border: 1px solid rgba(255, 255, 255, 0.3);
      box-shadow: 0 0 20px rgba(255, 255, 255, 0.1);
      background: rgba(255, 255, 255, 0.05);
      color: white;
      padding: 30px;
      backface-visibility: hidden;
      display: flex;
      flex-direction: column;
      justify-content: center;
    }

    .contact-card-card-face.back {
      transform: rotateY(180deg);
      align-items: center;
      text-align: center;
    }

    .contact-card-input, .contact-card-textarea {
      margin-bottom: 15px;
      padding: 10px;
      border: none;
      border-radius: 10px;
      background: rgba(255, 255, 255, 0.1);
      color: white;
      font-size: 2em;
      width: 100%;
    }

    .contact-card-input::placeholder,
    .contact-card-textarea::placeholder {
      color: #aaa;
    }

    .contact-card-textarea {
      resize: none;
      height: 80px;
    }

    .contact-card-button {
      padding: 10px;
      border: none;
      border-radius: 10px;
      background-color: rgb(1 79 39 / 66%);
      color: white;
      font-size: 2em;
      font-weight: bold;
      cursor: pointer;
      transition: background-color 0.3s;
      width: 100%;
    }

    .contact-card-button:hover {
      background-color: rgba(255, 255, 255, 0.3);
    }

    .contact-thanks{
      font-size: 1.5em;
    }
