/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

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

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

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

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

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

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

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

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

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

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

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

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

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

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

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

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

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

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

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

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

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

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

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

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

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

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

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-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.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

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

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

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

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

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

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

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

/**
 * Work around a Firefox/IE bug where the transparent `button` background
 * results in a loss of the default `button` focus styles.
 */

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

fieldset {
  margin: 0;
  padding: 0;
}

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

/**
 * Tailwind custom reset styles
 */

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

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

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

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

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

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

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

img {
  border-style: solid;
}

textarea {
  resize: vertical;
}

input::-moz-placeholder, textarea::-moz-placeholder {
  color: #a0aec0;
}

input::placeholder,
textarea::placeholder {
  color: #a0aec0;
}

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

table {
  border-collapse: collapse;
}

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

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

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

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

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

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

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

/**
 * Make replaced elements `display: block` by default as that's
 * the behavior you want almost all of the time. Inspired by
 * CSS Remedy, with `svg` added as well.
 *
 * https://github.com/mozdevs/cssremedy/issues/14
 */

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

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

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

.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: 1510px) {
  .container {
    max-width: 1510px;
  }
}

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

@font-face {
  font-family: 'f37judge';

  src:  url(./../fonts/40a4ab7bdc67d5c98f76478f4e6f8b31.woff2) format('woff2'),
        url(./../fonts/8ccfe041d1a687c20c6d2c3985c01fff.woff) format('woff');

  font-weight: 400;

  font-style: normal;
}

@font-face {
  font-family: 'f37judge';

  src:  url(./../fonts/b61e2f4a71b98663f7dbb548c231934c.woff2) format('woff2'),
        url(./../fonts/a3caec6175e80112422d5076693a1baf.woff) format('woff');

  font-weight: 100;

  font-style: normal;
}

@font-face {
  font-family: 'sangbleusans';

  src:  url(./../fonts/e36e079408d4acf85c2e44ebd093ab12.woff2) format('woff2'),
        url(./../fonts/6b2865a15d2dfaac9c1af916ce230a93.woff) format('woff');

  font-weight: 100;

  font-style: normal;
}

@font-face {
  font-family: 'sangbleusans';

  src:  url(./../fonts/c664a9797fd3642675072ced633f7191.woff2) format('woff2'),
        url(./../fonts/fea2597794a0e635e04f15165efe3369.woff) format('woff');

  font-weight: 400;

  font-style: normal;
}

@font-face {
  font-family: 'sangbleusans';

  src:  url(./../fonts/ec651a80ad20d9e2e9ca508fa59a84eb.woff2) format('woff2'),
        url(./../fonts/277d1e518518a657f57df40586fa315d.woff) format('woff');

  font-weight: 500;

  font-style: normal;
}

@font-face {
  font-family: 'druk';

  src:  url(./../fonts/da67291a80319ca161510e6d13756823.woff2) format('woff2'),
        url(./../fonts/02a5f1b50541a1a8e5c39c161fb72a27.woff) format('woff');

  font-weight: 500;

  font-style: normal;
}

/*

font-thin       font-weight: 100;
font-extralight font-weight: 200;
font-light      font-weight: 300;
font-normal     font-weight: 400;
font-medium     font-weight: 500;
font-semibold   font-weight: 600;
font-bold       font-weight: 700;
font-extrabold  font-weight: 800;
font-black      font-weight: 900;

*/

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

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

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

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

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

.bg-black {
  background-color: #000;
}

.bg-black-40\% {
  background-color: rgba(0, 0, 0, 0.4);
}

.bg-black-50\% {
  background-color: rgba(0, 0, 0, 0.5);
}

.bg-black-60\% {
  background-color: rgba(0, 0, 0, 0.6);
}

.bg-black-80\% {
  background-color: rgba(0, 0, 0, 0.8);
}

.bg-beige {
  background-color: #d2c7ae;
}

.bg-gray-platinum {
  background-color: #303134;
}

.bg-gray-dark {
  background-color: #141414;
}

.bg-gray-extradark {
  background-color: #111111;
}

.bg-gray-dark-90\% {
  background-color: rgba(20, 20, 20, 0.9);
}

.bg-white {
  background-color: #fff;
}

.bg-red {
  background-color: #f61221;
}

.border-black {
  border-color: #000;
}

.border-beige {
  border-color: #d2c7ae;
}

.border-gray-medium {
  border-color: #4e4f54;
}

.border-gray-platinum {
  border-color: #303134;
}

.border-white {
  border-color: #fff;
}

.border-red {
  border-color: #f61221;
}

.rounded-40 {
  border-radius: 40px;
}

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

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

.border {
  border-width: 1px;
}

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

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

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

.cursor-pointer {
  cursor: pointer;
}

.block {
  display: block;
}

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

.flex {
  display: flex;
}

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

.table {
  display: table;
}

.grid {
  display: grid;
}

.hidden {
  display: none;
}

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

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

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

.gap-16 {
  grid-gap: 16px;
  grid-gap: 16px;
  gap: 16px;
}

.gap-20 {
  grid-gap: 20px;
  grid-gap: 20px;
  gap: 20px;
}

.gap-24 {
  grid-gap: 24px;
  grid-gap: 24px;
  gap: 24px;
}

.gap-6_25vw {
  grid-gap: 6.25vw;
  grid-gap: 6.25vw;
  gap: 6.25vw;
}

.gap-12_18vw {
  grid-gap: 12.18vw;
  grid-gap: 12.18vw;
  gap: 12.18vw;
}

.gap-14_06vw {
  grid-gap: 14.06vw;
  grid-gap: 14.06vw;
  gap: 14.06vw;
}

.gap-15_625vw {
  grid-gap: 15.625vw;
  grid-gap: 15.625vw;
  gap: 15.625vw;
}

.gap-17_18vw {
  grid-gap: 17.18vw;
  grid-gap: 17.18vw;
  gap: 17.18vw;
}

.gap-18_75vw {
  grid-gap: 18.75vw;
  grid-gap: 18.75vw;
  gap: 18.75vw;
}

.font-display {
  font-family: f37judge, Helvetica, Arial;
}

.font-sangbleusans {
  font-family: sangbleusans, sans-serif;
}

.font-druk {
  font-family: druk, sans-serif;
}

.text-12-12 {
  font-size: 12px;
  line-height: 12px;
}

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

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

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

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

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

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

.text-24-30 {
  font-size: 24px;
  line-height: 30px;
}

.text-24-32 {
  font-size: 24px;
  line-height: 32px;
}

.text-28-28 {
  font-size: 28px;
  line-height: 28px;
}

.text-32-46 {
  font-size: 32px;
  line-height: 46px;
}

.text-40-48 {
  font-size: 40px;
  line-height: 48px;
}

.text-48-56 {
  font-size: 48px;
  line-height: 56px;
}

.text-48-64 {
  font-size: 48px;
  line-height: 64px;
}

.text-56-53 {
  font-size: 56px;
  line-height: 53px;
}

.text-56-56 {
  font-size: 56px;
  line-height: 56px;
}

.text-56-66 {
  font-size: 56px;
  line-height: 66px;
}

.text-212-212 {
  font-size: 212px;
  line-height: 212px;
}

.text-288-288 {
  font-size: 288px;
  line-height: 288px;
}

.text-300-300 {
  font-size: 300px;
  line-height: 300px;
}

.italic {
  font-style: italic;
}

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

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

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

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

.h-0 {
  height: 0px;
}

.h-8 {
  height: 8px;
}

.h-18 {
  height: 18px;
}

.h-21 {
  height: 21px;
}

.h-24 {
  height: 24px;
}

.h-26 {
  height: 26px;
}

.h-30 {
  height: 30px;
}

.h-39 {
  height: 39px;
}

.h-50 {
  height: 50px;
}

.h-56 {
  height: 56px;
}

.h-66 {
  height: 66px;
}

.h-72 {
  height: 72px;
}

.h-120 {
  height: 120px;
}

.h-150 {
  height: 150px;
}

.h-204 {
  height: 204px;
}

.h-221 {
  height: 221px;
}

.h-280 {
  height: 280px;
}

.h-auto {
  height: auto;
}

.h-full {
  height: 100%;
}

.h-61vh {
  height: 61vh;
}

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

.h-100vh-60 {
  height: calc(100vh - 60px);
}

.top-0 {
  top: 0px;
}

.right-0 {
  right: 0px;
}

.bottom-0 {
  bottom: 0px;
}

.left-0 {
  left: 0px;
}

.top-10 {
  top: 10px;
}

.top-16 {
  top: 16px;
}

.right-16 {
  right: 16px;
}

.top-32 {
  top: 32px;
}

.top-72 {
  top: 72px;
}

.bottom-72 {
  bottom: 72px;
}

.top-78 {
  top: 78px;
}

.bottom-80 {
  bottom: 80px;
}

.top-115 {
  top: 115px;
}

.top-200 {
  top: 200px;
}

.top-210 {
  top: 210px;
}

.top-5vw {
  top: 5vw;
}

.top-10vw {
  top: 10vw;
}

.-top-5 {
  top: -5px;
}

.-left-5 {
  left: -5px;
}

.-top-8 {
  top: -8px;
}

.-top-10 {
  top: -10px;
}

.-bottom-10 {
  bottom: -10px;
}

.-left-16 {
  left: -16px;
}

.-top-24 {
  top: -24px;
}

.-bottom-164 {
  bottom: -164px;
}

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

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

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

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

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

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

.tracking-0 {
  letter-spacing: 0;
}

.tracking-10 {
  letter-spacing: 0.10em;
}

.tracking-16 {
  letter-spacing: 0.16em;
}

.my-16 {
  margin-top: 16px;
  margin-bottom: 16px;
}

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

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

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

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

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

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

.ml-8 {
  margin-left: 8px;
}

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

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

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

.ml-16 {
  margin-left: 16px;
}

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

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

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

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

.ml-32 {
  margin-left: 32px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mt-6_875vw {
  margin-top: 6.875vw;
}

.mt-8_12vw {
  margin-top: 8.12vw;
}

.mt-10_93vw {
  margin-top: 10.93vw;
}

.mt-13_12vw {
  margin-top: 13.12vw;
}

.-mt-3_12vw {
  margin-top: -3.12vw;
}

.-mt-4_37vw {
  margin-top: -4.37vw;
}

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

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

.max-w-112 {
  max-width: 112px;
}

.max-w-315 {
  max-width: 315px;
}

.max-w-350 {
  max-width: 350px;
}

.max-w-555 {
  max-width: 555px;
}

.max-w-608 {
  max-width: 608px;
}

.max-w-630 {
  max-width: 630px;
}

.max-w-640 {
  max-width: 640px;
}

.max-w-650 {
  max-width: 650px;
}

.max-w-690 {
  max-width: 690px;
}

.max-w-790 {
  max-width: 790px;
}

.max-w-1020 {
  max-width: 1020px;
}

.max-w-1080 {
  max-width: 1080px;
}

.max-w-1180 {
  max-width: 1180px;
}

.max-w-76_56vw {
  max-width: 76.56vw;
}

.max-w-mw {
  max-width: 1280px;
}

.max-w-xxl {
  max-width: 1510px;
}

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

.min-w-14 {
  min-width: 14px;
}

.min-w-54 {
  min-width: 54px;
}

.min-w-144 {
  min-width: 144px;
}

.min-w-261 {
  min-width: 261px;
}

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

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

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

.opacity-0 {
  opacity: 0;
}

.overflow-hidden {
  overflow: hidden;
}

.overflow-visible {
  overflow: visible;
}

.p-24 {
  padding: 24px;
}

.p-40 {
  padding: 40px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.px-11_71vw {
  padding-left: 11.71vw;
  padding-right: 11.71vw;
}

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

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

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

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

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

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

.pl-8 {
  padding-left: 8px;
}

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

.pl-10 {
  padding-left: 10px;
}

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

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

.pl-12 {
  padding-left: 12px;
}

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

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

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

.pl-16 {
  padding-left: 16px;
}

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

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

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

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

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

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

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

.pl-32 {
  padding-left: 32px;
}

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

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

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

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

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

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

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

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

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

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

.pr-72 {
  padding-right: 72px;
}

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

.pl-72 {
  padding-left: 72px;
}

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

.pr-80 {
  padding-right: 80px;
}

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

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

.pl-102 {
  padding-left: 102px;
}

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

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

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

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

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

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

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

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

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

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

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

.pl-4_37vw {
  padding-left: 4.37vw;
}

.pb-7_03vw {
  padding-bottom: 7.03vw;
}

.pl-10vw {
  padding-left: 10vw;
}

.pointer-events-none {
  pointer-events: none;
}

.pointer-events-auto {
  pointer-events: auto;
}

.static {
  position: static;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

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

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

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

.text-transparent {
  color: transparent;
}

.text-black {
  --text-opacity: 1;
  color: #000;
  color: rgba(0, 0, 0, 1);
  color: rgba(0, 0, 0, var(--text-opacity));
}

.text-black-80\% {
  color: rgba(0, 0, 0, 0.8);
}

.text-beige {
  --text-opacity: 1;
  color: #d2c7ae;
  color: rgba(210, 199, 174, 1);
  color: rgba(210, 199, 174, var(--text-opacity));
}

.text-beige-dark {
  --text-opacity: 1;
  color: #c1b494;
  color: rgba(193, 180, 148, 1);
  color: rgba(193, 180, 148, var(--text-opacity));
}

.text-gray-light {
  --text-opacity: 1;
  color: #ededed;
  color: rgba(237, 237, 237, 1);
  color: rgba(237, 237, 237, var(--text-opacity));
}

.text-gray-silver {
  --text-opacity: 1;
  color: #a4a4a4;
  color: rgba(164, 164, 164, 1);
  color: rgba(164, 164, 164, var(--text-opacity));
}

.text-gray-platinum {
  --text-opacity: 1;
  color: #303134;
  color: rgba(48, 49, 52, 1);
  color: rgba(48, 49, 52, var(--text-opacity));
}

.text-gray-dark {
  --text-opacity: 1;
  color: #141414;
  color: rgba(20, 20, 20, 1);
  color: rgba(20, 20, 20, var(--text-opacity));
}

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

.text-red {
  --text-opacity: 1;
  color: #f61221;
  color: rgba(246, 18, 33, 1);
  color: rgba(246, 18, 33, var(--text-opacity));
}

.text-red-dark {
  --text-opacity: 1;
  color: #dc000e;
  color: rgba(220, 0, 14, 1);
  color: rgba(220, 0, 14, var(--text-opacity));
}

.hover\:text-red:hover {
  --text-opacity: 1;
  color: #f61221;
  color: rgba(246, 18, 33, 1);
  color: rgba(246, 18, 33, var(--text-opacity));
}

.underline {
  text-decoration: underline;
}

.uppercase {
  text-transform: uppercase;
}

.lowercase {
  text-transform: lowercase;
}

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

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

.transition-colors {
  transition-property: background-color, border-color, color, fill, stroke;
}

.transition-opacity {
  transition-property: opacity;
}

.-translate-x-50\% {
  --transform-translate-x: -50%;
}

.-translate-x-105vw {
  --transform-translate-x: -105vw;
}

.-translate-y-50\% {
  --transform-translate-y: -50%;
}

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

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

.-rotate-45 {
  --transform-rotate: -45deg;
}

.w-1 {
  width: 1px;
}

.w-2 {
  width: 2px;
}

.w-8 {
  width: 8px;
}

.w-24 {
  width: 24px;
}

.w-30 {
  width: 30px;
}

.w-32 {
  width: 32px;
}

.w-42 {
  width: 42px;
}

.w-43 {
  width: 43px;
}

.w-66 {
  width: 66px;
}

.w-94 {
  width: 94px;
}

.w-261 {
  width: 261px;
}

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

.w-auto {
  width: auto;
}

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

.w-full {
  width: 100%;
}

.w-30\% {
  width: 30%;
}

.w-32\% {
  width: 32%;
}

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

.w-46\% {
  width: 46%;
}

.w-68\% {
  width: 68%;
}

.w-70\% {
  width: 70%;
}

.w-80\% {
  width: 80%;
}

.w-83\% {
  width: 83%;
}

.w-92\% {
  width: 92%;
}

.w-100vw {
  width: 100vw;
}

.w-25vw {
  width: 25vw;
}

.w-39_06vw {
  width: 39.06vw;
}

.w-76_56vw {
  width: 76.56vw;
}

.break-words {
  word-wrap: break-word;
  overflow-wrap: break-word;
}

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

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

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

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

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

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

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

.z-cursor {
  z-index: 105;
}

.z-loading {
  z-index: 9999;
}

.hyphens-auto {
  -webkit-hyphens: auto;
          hyphens: auto;
}

/* Magnific Popup CSS */

.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

.mfp-preloader a {
  color: #CCC;
}

.mfp-preloader a:hover {
  color: #FFF;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover,
  .mfp-close:focus {
  opacity: 1;
}

.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow:hover,
  .mfp-arrow:focus {
  opacity: 1;
}

.mfp-arrow:before,
  .mfp-arrow:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}

.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

/* Main image in popup */

img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */

.mfp-figure {
  line-height: 0;
}

.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */

  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }

  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }

  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }

  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }

  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }

  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }

  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }

  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}

@media all and (max-width: 900px) {
  .mfp-arrow {
    transform: scale(0.75);
  }

  .mfp-arrow-left {
    transform-origin: 0;
  }

  .mfp-arrow-right {
    transform-origin: 100%;
  }

  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}

/*@import "./vendor/pickadate-default";*/

/* ==========================================================================
   $BASE-PICKER
   ========================================================================== */

/**
 * Note: the root picker element should *NOT* be styled more than what’s here.
 */

.picker {
  width: 100%;
  font-size: 16px;
  text-align: left;
  line-height: 1.2;
  color: #000;
  position: absolute;
  z-index: 10000;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  outline: none;
}

/**
 * The picker input element.
 */

.picker__input {
  cursor: default;
}

/**
 * When the picker is opened, the input element is “activated”.
 */

.picker__input.picker__input--active {
  border-color: #0089ec;
}

/**
 * The holder is the only “scrollable” top-level container element.
 */

/*!
 * Classic picker styling for pickadate.js
 * Demo: http://amsul.github.io/pickadate.js
 */

/**
 * Note: the root picker element should *NOT* be styled more than what’s here.
 */

/**
 * The holder is the base of the picker.
 */

.picker__holder {
  width: 100%;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  position: absolute;
  background: #fff;
  border: 1px solid #aaaaaa;
  border-top-width: 0;
  border-bottom-width: 0;
  border-radius: 0 0 5px 5px;
  box-sizing: border-box;
  min-width: 176px;
  max-width: 466px;
  max-height: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  opacity: 0;
  transform: translateY(-1em) perspective(600px) rotateX(10deg);
  transition: transform 0.15s ease-out, opacity 0.15s ease-out, max-height 0s 0.15s, border-width 0s 0.15s;
}

/**
 * The frame and wrap work together to ensure that
 * clicks within the picker don’t reach the holder.
 */

.picker__frame {
  padding: 1px;
}

.picker__wrap {
  margin: -1px;
}

/**
 * When the picker opens...
 */

.picker--opened .picker__holder {
  max-height: 25em;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  opacity: 1;
  border-top-width: 1px;
  border-bottom-width: 1px;
  transform: translateY(0) perspective(600px) rotateX(0);
  transition: transform 0.15s ease-out, opacity 0.15s ease-out, max-height 0s, border-width 0s;
  box-shadow: 0 6px 18px 1px rgba(0, 0, 0, 0.12);
}

/* ==========================================================================
   $BASE-DATE-PICKER
   ========================================================================== */

/**
 * The picker box.
 */

.picker__box {
  padding: 0 1em;
}

/**
 * The header containing the month and year stuff.
 */

.picker__header {
  text-align: center;
  position: relative;
  margin-top: .75em;
}

/**
 * The month and year labels.
 */

.picker__month,
.picker__year {
  font-weight: 500;
  display: inline-block;
  margin-left: .25em;
  margin-right: .25em;
}

.picker__year {
  color: #999;
  font-size: .8em;
  font-style: italic;
}

/**
 * The month and year selectors.
 */

.picker__select--month,
.picker__select--year {
  border: 1px solid #b7b7b7;
  height: 2em;
  padding: .5em;
  margin-left: .25em;
  margin-right: .25em;
}

@media (min-width: 24.5em) {
  .picker__select--month,
  .picker__select--year {
    margin-top: -0.5em;
  }
}

.picker__select--month {
  width: 35%;
}

.picker__select--year {
  width: 22.5%;
}

.picker__select--month:focus,
.picker__select--year:focus {
  border-color: #0089ec;
}

/**
 * The month navigation buttons.
 */

.picker__nav--prev,
.picker__nav--next {
  position: absolute;
  padding: .5em 1.25em;
  width: 1em;
  height: 1em;
  box-sizing: content-box;
  top: -0.25em;
}

@media (min-width: 24.5em) {
  .picker__nav--prev,
  .picker__nav--next {
    top: -0.33em;
  }
}

.picker__nav--prev {
  left: -1em;
  padding-right: 1.25em;
}

@media (min-width: 24.5em) {
  .picker__nav--prev {
    padding-right: 1.5em;
  }
}

.picker__nav--next {
  right: -1em;
  padding-left: 1.25em;
}

@media (min-width: 24.5em) {
  .picker__nav--next {
    padding-left: 1.5em;
  }
}

.picker__nav--prev:before,
.picker__nav--next:before {
  content: " ";
  border-top: .5em solid transparent;
  border-bottom: .5em solid transparent;
  border-right: 0.75em solid #000;
  width: 0;
  height: 0;
  display: block;
  margin: 0 auto;
}

.picker__nav--next:before {
  border-right: 0;
  border-left: 0.75em solid #000;
}

.picker__nav--prev:hover,
.picker__nav--next:hover {
  cursor: pointer;
  color: #000;
  background: #b1dcfb;
}

.picker__nav--disabled,
.picker__nav--disabled:hover,
.picker__nav--disabled:before,
.picker__nav--disabled:before:hover {
  cursor: default;
  background: none;
  border-right-color: #f5f5f5;
  border-left-color: #f5f5f5;
}

/**
 * The calendar table of dates
 */

.picker__table {
  text-align: center;
  border-collapse: collapse;
  border-spacing: 0;
  table-layout: fixed;
  font-size: inherit;
  width: 100%;
  margin-top: .75em;
  margin-bottom: .5em;
}

@media (min-height: 33.875em) {
  .picker__table {
    margin-bottom: .75em;
  }
}

.picker__table td {
  margin: 0;
  padding: 0;
}

/**
 * The weekday labels
 */

.picker__weekday {
  width: 14.285714286%;
  font-size: .75em;
  padding-bottom: .25em;
  color: #999;
  font-weight: 500;
  /* Increase the spacing a tad */
}

@media (min-height: 33.875em) {
  .picker__weekday {
    padding-bottom: .5em;
  }
}

/**
 * The days on the calendar
 */

.picker__day {
  padding: .3125em 0;
  font-weight: 200;
  border: 1px solid transparent;
}

.picker__day--today {
  position: relative;
}

.picker__day--today:before {
  content: " ";
  position: absolute;
  top: 2px;
  right: 2px;
  width: 0;
  height: 0;
  border-top: 0.5em solid #0059bc;
  border-left: .5em solid transparent;
}

.picker__day--disabled:before {
  border-top-color: #aaa;
}

.picker__day--outfocus {
  color: #ddd;
}

.picker__day--infocus:hover,
.picker__day--outfocus:hover {
  cursor: pointer;
  color: #000;
  background: #b1dcfb;
}

.picker__day--highlighted {
  border-color: #0089ec;
}

.picker__day--highlighted:hover,
.picker--focused .picker__day--highlighted {
  cursor: pointer;
  color: #000;
  background: #b1dcfb;
}

.picker__day--selected,
.picker__day--selected:hover,
.picker--focused .picker__day--selected {
  background: #0089ec;
  color: #fff;
}

.picker__day--disabled,
.picker__day--disabled:hover,
.picker--focused .picker__day--disabled {
  background: #f5f5f5;
  border-color: #f5f5f5;
  color: #ddd;
  cursor: default;
}

.picker__day--highlighted.picker__day--disabled,
.picker__day--highlighted.picker__day--disabled:hover {
  background: #bbb;
}

/**
 * The footer containing the "today", "clear", and "close" buttons.
 */

.picker__footer {
  text-align: center;
}

.picker__button--today,
.picker__button--clear,
.picker__button--close {
  border: 1px solid #fff;
  background: #fff;
  font-size: .8em;
  padding: .66em 0;
  font-weight: bold;
  width: 33%;
  display: inline-block;
  vertical-align: bottom;
}

.picker__button--today:hover,
.picker__button--clear:hover,
.picker__button--close:hover {
  cursor: pointer;
  color: #000;
  background: #b1dcfb;
  border-bottom-color: #b1dcfb;
}

.picker__button--today:focus,
.picker__button--clear:focus,
.picker__button--close:focus {
  background: #b1dcfb;
  border-color: #0089ec;
  outline: none;
}

.picker__button--today:before,
.picker__button--clear:before,
.picker__button--close:before {
  position: relative;
  display: inline-block;
  height: 0;
}

.picker__button--today:before,
.picker__button--clear:before {
  content: " ";
  margin-right: .45em;
}

.picker__button--today:before {
  top: -0.05em;
  width: 0;
  border-top: 0.66em solid #0059bc;
  border-left: .66em solid transparent;
}

.picker__button--clear:before {
  top: -0.25em;
  width: .66em;
  border-top: 3px solid #e20;
}

.picker__button--close:before {
  content: "\D7";
  top: -0.1em;
  vertical-align: top;
  font-size: 1.1em;
  margin-right: .35em;
  color: #777;
}

.picker__button--today[disabled],
.picker__button--today[disabled]:hover {
  background: #f5f5f5;
  border-color: #f5f5f5;
  color: #ddd;
  cursor: default;
}

.picker__button--today[disabled]:before {
  border-top-color: #aaa;
}

/* ==========================================================================
   $CLASSIC-DATE-PICKER
   ========================================================================== */

/* MAPBOX */

/*
@import './components/mapbox-gl.css';
@import './components/mapbox-gl-geocoder.css';
*/

/* SWIPER */

/**
 * Swiper 8.4.7
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2023 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: January 30, 2023
 */

@font-face {
  font-family: 'swiper-icons';

  src: url('data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA');

  font-weight: 400;

  font-style: normal;
}

:root {
  --swiper-theme-color: #007aff;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
}

.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}

.swiper-android .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-pointer-events {
  touch-action: pan-y;
}

.swiper-pointer-events.swiper-vertical {
  touch-action: pan-x;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

/* Auto Height */

.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* 3D Effects */

.swiper-3d,
.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}

.swiper-3d .swiper-wrapper,
.swiper-3d .swiper-slide,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}

.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}

.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

/* CSS Mode */

.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */
}

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}

.swiper-vertical.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}

.swiper-centered > .swiper-wrapper::before {
  content: '';
  flex-shrink: 0;
  order: 9999;
}

.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-start: var(--swiper-centered-offset-before);
          margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}

.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-before: var(--swiper-centered-offset-before);
          margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}

.swiper-virtual .swiper-slide {
  -webkit-backface-visibility: hidden;
  transform: translateZ(0);
}

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
  height: 1px;
  width: var(--swiper-virtual-size);
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
  width: 1px;
  height: var(--swiper-virtual-size);
}

:root {
  --swiper-navigation-size: 44px;
  /*
  --swiper-navigation-color: var(--swiper-theme-color);
  */
}

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: calc(44px / 44 * 27);
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: 44px;
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - (44px / 2));
  margin-top: calc(0px - (var(--swiper-navigation-size) / 2));
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-theme-color);
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-prev.swiper-button-hidden,
.swiper-button-next.swiper-button-hidden {
  opacity: 0;
  cursor: auto;
  pointer-events: none;
}

.swiper-navigation-disabled .swiper-button-prev,
.swiper-navigation-disabled .swiper-button-next {
  display: none !important;
}

.swiper-button-prev:after,
.swiper-button-next:after {
  font-family: swiper-icons;
  font-size: 44px;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  font-feature-settings: normal, ;
  font-variant: normal;
  font-variant: initial;
  line-height: 1;
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: 10px;
  right: auto;
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  content: 'prev';
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: 'next';
}

.swiper-button-lock {
  display: none;
}

:root {
  /*
  --swiper-pagination-color: var(--swiper-theme-color);
  --swiper-pagination-bullet-size: 8px;
  --swiper-pagination-bullet-width: 8px;
  --swiper-pagination-bullet-height: 8px;
  --swiper-pagination-bullet-inactive-color: #000;
  --swiper-pagination-bullet-inactive-opacity: 0.2;
  --swiper-pagination-bullet-opacity: 1;
  --swiper-pagination-bullet-horizontal-gap: 4px;
  --swiper-pagination-bullet-vertical-gap: 6px;
  */
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 300ms opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-pagination-disabled > .swiper-pagination,
.swiper-pagination.swiper-pagination-disabled {
  display: none !important;
}

/* Common Styles */

.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: 10px;
  left: 0;
  width: 100%;
}

/* Bullets */

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: 8px;
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: 8px;
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: 50%;
  background: #000;
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: 0.2;
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet:only-child {
  display: none !important;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-theme-color);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-vertical > .swiper-pagination-bullets,
.swiper-pagination-vertical.swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}

.swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}

.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}

.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 200ms transform, 200ms top;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms left;
}

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms right;
}

/* Progress */

.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-theme-color);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}

.swiper-horizontal > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-vertical > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-lock {
  display: none;
}

/* Scrollbar */

.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-scrollbar-disabled > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-disabled {
  display: none !important;
}

.swiper-horizontal > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-horizontal {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-vertical > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-vertical {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
}

/* Preloader */

:root {
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  */
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-theme-color);
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,
.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader {
  animation: swiper-preloader-spin 1s infinite linear;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}

@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/* a11y */

.swiper .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-grid > .swiper-wrapper {
  flex-wrap: wrap;
}

.swiper-grid-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}

.swiper-fade.swiper-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}

.swiper-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}

.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-fade .swiper-slide-active,
.swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube {
  overflow: visible;
}

.swiper-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-cube.swiper-rtl .swiper-slide {
  transform-origin: 100% 0;
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-next,
.swiper-cube .swiper-slide-prev,
.swiper-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}

.swiper-cube .swiper-slide-shadow-top,
.swiper-cube .swiper-slide-shadow-bottom,
.swiper-cube .swiper-slide-shadow-left,
.swiper-cube .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: 0;
}

.swiper-cube .swiper-cube-shadow:before {
  content: '';
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  filter: blur(50px);
}

.swiper-flip {
  overflow: visible;
}

.swiper-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-flip .swiper-slide-active,
.swiper-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-flip .swiper-slide-shadow-top,
.swiper-flip .swiper-slide-shadow-bottom,
.swiper-flip .swiper-slide-shadow-left,
.swiper-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-creative .swiper-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
  transition-property: transform, opacity, height;
}

.swiper-cards {
  overflow: visible;
}

.swiper-cards .swiper-slide {
  transform-origin: center bottom;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
}

.swiper-fade.swiper-free-mode .swiper-slide{
  transition-timing-function:ease-out
}

.swiper-fade .swiper-slide{
  pointer-events:none;
  transition-property:opacity
}

.swiper-fade .swiper-slide .swiper-slide{
  pointer-events:none
}

.swiper-fade .swiper-slide-active,.swiper-fade .swiper-slide-active .swiper-slide-active{
  pointer-events:auto
}

/*

  NAVIGATION

*/

.nav--btn { /*top: 91px; left: 16px;*/ cursor: pointer; transition-duration: 0.5s;
  }

.nav--btn-icon:before, .nav--btn-icon:after { position: absolute; width: 30px; height: 2px; background-color: #f61221; content: ""; transition-duration: 0.5s;
      }

.nav--btn-icon:before { top: -4px;
      }

.nav--btn-icon:after { top: 4px;
      }

.nav--btn.open .nav--btn-icon:before { transform: rotateZ(135deg) scaleX(1) translate(4px, -4px);
        }

.nav--btn.open .nav--btn-icon:after { transform: rotateZ(-135deg) scaleX(1) translate(2px, 2px);
        }

/*

  HEADER

*/

#header { transition: top 0.2s ease-in-out;
}

#header.nav-up { top: -40px;
  }

.header--hide-item { transition-property: opacity; transition-duration: 300ms;
  }

.header--hide-item.hide { opacity: 0; pointer-events: none;
    }

/*

  BUTTONS

*/

.btn--default { position: relative; border-width: 1px; border-color: #f61221; border-radius: 40px; min-width: 261px; padding-left: 52px; padding-right: 52px; padding-top: 16px; padding-bottom: 16px; font-size: 16px; line-height: 16px; --text-opacity: 1; color: #d2c7ae; color: rgba(210, 199, 174, 1); color: rgba(210, 199, 174, var(--text-opacity)); text-align: center; text-transform: uppercase;
  }

@media (min-width: 1024px) {

.btn--default { font-size: 1.25vw; line-height: 1.25vw; border-radius: 3.12vw; padding-top: 1.25vw; padding-bottom: 1.25vw
  }
    }

/* @screen mw { @apply text-16-16 rounded-3_12vw py-16; } */

.btn--default span { display: block; width: 100%; font-size: 16px; line-height: 16px; --text-opacity: 1; color: #d2c7ae; color: rgba(210, 199, 174, 1); color: rgba(210, 199, 174, var(--text-opacity)); text-align: center; text-transform: uppercase; transition: all .45s ease 0s;
      /*@screen mw { @apply text-16-16; }*/
    }

@media (min-width: 1024px) {

.btn--default span { font-size: 1.25vw; line-height: 1.25vw
    }
      }

/*px-4_92vw*/

.btn--default.-text-black span { --text-opacity: 1; color: #000; color: rgba(0, 0, 0, 1); color: rgba(0, 0, 0, var(--text-opacity));
      }

.btn--default.appear--btn,
    .btn--default.home-hero-appear-btn { border-color: transparent; transition: all .3s ease-out .5s; transform: scaleX( 0 ); -webkit-transform:scaleX(0); -webkit-transition: all .3s ease-out .5s;
    }

.btn--default.appear--btn span, .btn--default.home-hero-appear-btn span { opacity: 0; transform: translateY( 15px ); -webkit-transform:translateY( 15px );
      }

.btn--default.appear--btn.show, .btn--default.home-hero-appear-btn.show { border-color: #f61221; transform: scaleX( 100% ); transition: all .3s ease-out 0s; -webkit-transform:scaleX(1);
      }

.btn--default.appear--btn.show span, .btn--default.home-hero-appear-btn.show span { transform: translateY( 0 ); opacity: 1; transition: all .45s ease .35s; -webkit-transition: all .45s ease .35s; -webkit-transform:translateY( 0 );
        }

@media (min-width: 1024px) {

.btn--default.-btn-gallery { font-size: 24px; line-height: 32px; border-radius: 3.12vw; padding-top: 16px; padding-bottom: 16px
    }
      }

@media (min-width: 1280px) {

.btn--default.-btn-gallery { border-radius: 40px
    }
      }

.btn2--default { position: relative; border-width: 1px; border-color: #f61221; border-radius: 40px; min-width: 261px; padding-left: 52px; padding-right: 52px; padding-top: 16px; padding-bottom: 16px; font-size: 16px; line-height: 16px; --text-opacity: 1; color: #d2c7ae; color: rgba(210, 199, 174, 1); color: rgba(210, 199, 174, var(--text-opacity)); text-align: center; text-transform: uppercase;
  }

@media (min-width: 1024px) {

.btn2--default { font-size: 24px; line-height: 32px; border-radius: 3.12vw; padding-top: 16px; padding-bottom: 16px
  }
    }

/* @screen mw { @apply text-16-16 rounded-3_12vw py-16; } */

.btn2--default span { display: block; width: 100%; font-size: 16px; line-height: 16px; --text-opacity: 1; color: #d2c7ae; color: rgba(210, 199, 174, 1); color: rgba(210, 199, 174, var(--text-opacity)); text-align: center; text-transform: uppercase; transition: all .45s ease 0s;
      /*@screen mw { @apply text-16-16; }*/
    }

@media (min-width: 1024px) {

.btn2--default span { font-size: 24px; line-height: 32px
    }
      }

/*px-4_92vw*/

.btn2--default.appear--btn2 { border-color: transparent; transition: all .3s ease-out .5s; transform: scaleX( 0 ); -webkit-transform:scaleX(0); -webkit-transition: all .3s ease-out .5s;
    }

.btn2--default.appear--btn2 span { opacity: 0; transform: translateY( 15px ); -webkit-transform:translateY( 15px );
      }

.btn2--default.appear--btn2.show { border-color: #f61221; transform: scaleX( 100% ); transition: all .3s ease-out 0s; -webkit-transform:scaleX(1);
      }

.btn2--default.appear--btn2.show span { transform: translateY( 0 ); opacity: 1; transition: all .45s ease .35s; -webkit-transition: all .45s ease .35s; -webkit-transform:translateY( 0 );
        }

/*
https://codepen.io/timothycdavis17/pen/jRvKmb
*/

.the-arrow {
  width: 28px;
  transition: all .3s
}

.the-arrow.-left {
  position: absolute;
  top: 50%;
  left: 0;
  width: 48px;
  /*width: 64px;*/
}

.the-arrow.-left>.shaft,
.the-arrow.-left>.shaft:after,
.the-arrow.-left>.shaft:before {
  width: 0;
  background-color: #9c8050
}

.the-arrow.-left>.shaft:after,
.the-arrow.-left>.shaft:before {
  transform: rotate(0)
}

.the-arrow.-right>.shaft {
  width: 28px;
}

.the-arrow.-right>.shaft:after,
.the-arrow.-right>.shaft:before {
  width: 5px;
  transition: all .5s;
  transition-delay: .3s;
}

.the-arrow.-right>.shaft:before {
  transform: rotate(40deg)
}

.the-arrow.-right>.shaft:after {
  transform: rotate(-40deg)
}

.the-arrow>.shaft {
  position: relative;
  will-change: transform
}

.the-arrow>.shaft,
.the-arrow>.shaft:after,
.the-arrow>.shaft:before {
  background-color: #F61221;
  display: block;
  height: 1px;
  transition: all .2s;
  transition-delay: 0
}

.the-arrow>.shaft:after,
.the-arrow>.shaft:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0
}

.the-arrow>.shaft:before {
  transform-origin: top right
}

.the-arrow>.shaft:after {
  transform-origin: bottom right
}

.animated-arrow {
  display: inline-block;
  position: relative;
  transition: all .2s
}

.animated-arrow>.main {
  display: flex;
  align-items: center;
  transition: all .2s
}

.animated-arrow>.main>.the-arrow {
  position: relative
}

/* FORCE Animate Arrow */

.animated-arrow.anim-force>.the-arrow.-left>.shaft { width: 28px; transition-delay: .1s; background-color: #F61221
}

.animated-arrow.anim-force>.the-arrow.-left>.shaft:after,
  .animated-arrow.anim-force>.the-arrow.-left>.shaft:before { width: 5px; transition-delay: .1s; background-color: #F61221
}

.animated-arrow.anim-force>.the-arrow.-left>.shaft:before { transform: rotate(40deg)
}

.animated-arrow.anim-force>.the-arrow.-left>.shaft:after { transform: rotate(-40deg)
}

.animated-arrow.anim-force>.main { transform: translateX(40px)
}

.animated-arrow.anim-force>.main>.the-arrow.-right>.shaft { width: 0; transform: translateX(200%); transition-delay: 0
}

.animated-arrow.anim-force>.main>.the-arrow.-right>.shaft:after,
  .animated-arrow.anim-force>.main>.the-arrow.-right>.shaft:before { width: 0; transform: rotate(0); transition: all .1s 0s;
}

/*
  .animated-arrow.anim-force>.main>.the-arrow.-right>.shaft:after,
  .animated-arrow.anim-force>.main>.the-arrow.-right>.shaft:before { -webkit-transform: rotate(0); transform: rotate(0); }
  */

.the-arrow.-right {
  width: 28px;
}

/*
@media only screen and (max-width:520px) {
  .animated-arrow {
    font-size: 16px
  }
}
*/

/* REVERSE */

.animated-arrow.-reverse>.main {
  flex-direction: row-reverse;
}

.animated-arrow.-reverse {
  /*
  &:hover>.main>.the-arrow.-right>.shaft:after,
  &:hover>.main>.the-arrow.-right>.shaft:before {
      -webkit-transform: rotate(160deg);
      transform: rotate(160deg)
  }

  &:hover>.main {
    -webkit-transform: translateX(-40px);
    transform: translateX(-40px)
  }
  */
}

.animated-arrow.-reverse .the-arrow.-left { left: auto; right: -18px;
  }

.animated-arrow.-reverse .the-arrow>.shaft:after,
  .animated-arrow.-reverse .the-arrow>.shaft:before { left:0;
  }

.animated-arrow.-reverse .the-arrow.-right>.shaft:before,
  .animated-arrow.-reverse .the-arrow.-left>.shaft:before {
    transform: rotate(140deg) !important;
    top: 1px;
    left: -5px;
  }

.animated-arrow.-reverse .the-arrow.-right>.shaft:after,
  .animated-arrow.-reverse .the-arrow.-left>.shaft:after {
    transform: rotate(220deg) !important;
    top:-1px;
    left: -5px;
  }

.historic-cards--info-prev .main { justify-content: start;
  }

.historic-cards--info-next .main { justify-content: end;
  }

.fancytexthover { position: relative; display: inline-block;
}

.fancytexthover .textdefault {
  transition: opacity 300ms ease 0.18s;
}

.fancytexthover .textwrapper {
  position: absolute;
  display: inline-block;
  overflow: hidden;
  width: 0;
  white-space: pre;
  transition: width 300ms ease-in-out 0s;
}

/*

  HOVER

*/

/* Button Default */

body.no-mobile .btn--default { transition: all .5s;
  }

body.no-mobile .btn--default span { display: block; transform: scale( 1 ); transition: all .4s;
    }

body.no-mobile .btn--default:not(.-btn-gallery):hover { background-color: #f61221; transform: scale( 0.8 ); transition-delay: 0;
    }

body.no-mobile .btn--default:not(.-btn-gallery):hover span { transform: scale( 1.1 ); transition-delay: 0 !important;
      }

body.no-mobile .btn--default.-text-black:hover span { --text-opacity: 1; color: #d2c7ae; color: rgba(210, 199, 174, 1); color: rgba(210, 199, 174, var(--text-opacity)); transition-delay: 0ms;
        }

/* Animate Arrow */

body.no-mobile .animated-arrow:hover>.the-arrow.-left>.shaft { width: 28px; transition-delay: .1s; background-color: #F61221
  }

body.no-mobile .animated-arrow:hover>.the-arrow.-left>.shaft:after,
  body.no-mobile .animated-arrow:hover>.the-arrow.-left>.shaft:before { width: 5px; transition-delay: .1s; background-color: #F61221
  }

body.no-mobile .animated-arrow:hover>.the-arrow.-left>.shaft:before { transform: rotate(40deg)
  }

body.no-mobile .animated-arrow:hover>.the-arrow.-left>.shaft:after { transform: rotate(-40deg)
  }

body.no-mobile .animated-arrow:hover>.main { transform: translateX(40px)
  }

body.no-mobile .animated-arrow:hover>.main>.the-arrow.-right>.shaft { width: 0; transform: translateX(200%); transition-delay: 0
  }

body.no-mobile .animated-arrow:hover>.main>.the-arrow.-right>.shaft:after,
  body.no-mobile .animated-arrow:hover>.main>.the-arrow.-right>.shaft:before { width: 0; transform: rotate(0); transition: all .1s 0s;
  }

/* Animate Arrow - Reverse */

body.no-mobile .animated-arrow.-reverse:hover>.main>.the-arrow.-right>.shaft:after,
    body.no-mobile .animated-arrow.-reverse:hover>.main>.the-arrow.-right>.shaft:before { transform: rotate(160deg)
    }

body.no-mobile .animated-arrow.-reverse:hover>.main { transform: translateX(-40px)
    }

/* Historic Cars Slider */

body.no-mobile .animated-arrow.historic-cards--info-prev:hover .main, body.no-mobile .animated-arrow.historic-cards--info-next:hover .main { transform: translateX( 0 );
      }

body.no-mobile .animated-arrow.historic-cards--info-prev:hover .main .the-arrow>.shaft, body.no-mobile .animated-arrow.historic-cards--info-next:hover .main .the-arrow>.shaft { width: 48px !important; opacity: 100 !important; transform: translateX(0) !important;
        }

body.no-mobile .animated-arrow.historic-cards--info-prev:hover>.main>.the-arrow.-right>.shaft:after, body.no-mobile .animated-arrow.historic-cards--info-prev:hover>.main>.the-arrow.-right>.shaft:before, body.no-mobile .animated-arrow.historic-cards--info-next:hover>.main>.the-arrow.-right>.shaft:after, body.no-mobile .animated-arrow.historic-cards--info-next:hover>.main>.the-arrow.-right>.shaft:before { width: 5px;
      }

body.no-mobile .animated-arrow.historic-cards--info-prev:hover>.main>.the-arrow.-right>.shaft:before, body.no-mobile .animated-arrow.historic-cards--info-next:hover>.main>.the-arrow.-right>.shaft:before { transform: rotate(40deg);
      }

body.no-mobile .animated-arrow.historic-cards--info-prev:hover>.main>.the-arrow.-right>.shaft:after, body.no-mobile .animated-arrow.historic-cards--info-next:hover>.main>.the-arrow.-right>.shaft:after { transform: rotate(-40deg);
      }

/*
  .animated-arrow:hover>.main>.the-arrow.-right>.shaft:after,
  .animated-arrow:hover>.main>.the-arrow.-right>.shaft:before { -webkit-transform: rotate(0); transform: rotate(0) }
  */

body.no-mobile .animated-arrow.historic-cards--info-prev:hover .main { transform: translateX(-28px);
      }

body.no-mobile .animated-arrow.historic-cards--info-next:hover .main { transform: translateX(8px);
      }

/*.animated-arrow:hover>.main>.the-arrow.-right>.shaft:after, body.no-mobile .animated-arrow:hover>.main>.the-arrow.-right>.shaft:before*/

body.no-mobile .fancytexthover:hover .textwrapper { transition-delay: 0.18s;
    width: 100%;
  }

body.no-mobile .fancytexthover:hover .textdefault { transition-delay: 0s;
    opacity: 0;
  }

* { box-sizing: border-box; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; line-height: 1.1em; box-sizing: border-box;
}

html { background-color: #141414; --text-opacity: 1; color: #fff; color: rgba(255, 255, 255, 1); color: rgba(255, 255, 255, var(--text-opacity));
}

html, body, h1, h2, h3, h4, h5, h6, p, input, textarea, a, span { font-family: f37judge, Helvetica, Arial; font-weight: 400; font-size: 16px; line-height: 20px; --text-opacity: 1; color: #fff; color: rgba(255, 255, 255, 1); color: rgba(255, 255, 255, var(--text-opacity)); text-align: left; letter-spacing: 0.16em; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale;
  /* @screen mw { @apply text-16-20; } */
}

@media (min-width: 1024px) {

html, body, h1, h2, h3, h4, h5, h6, p, input, textarea, a, span { font-size: 1.25vw; line-height: 1.64vw
}
  }

/*
body, .site-dynamic-content, .v--lazy, .hero--loader { transition: opacity 0.6s ease; }
*/

p, ul, li, input, textarea { font-weight: 400; --text-opacity: 1; color: #fff; color: rgba(255, 255, 255, 1); color: rgba(255, 255, 255, var(--text-opacity));
}

/*button, button:hover, button:focus, a, a:hover, a:focus { outline: 0; border: none; }*/

button, button:focus { outline: 0; border: none;
}

input, textarea { -webkit-appearance: none; -moz-appearance: none; appearance: none; outline: 0;  border-radius:0;
}

*:focus { outline: none;
}

.image-link2 {
  position: relative;
  display: flex;
}

.image-link2::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  transition: opacity 0.3s ease;
}

.image-link2:hover::after {
  opacity: 1;
  overflow: hidden;
}

/*

  TEXTANIMATION

*/

.lines--anim { padding-bottom: 2px;
}

@media (min-width: 1024px) {

.lines--anim { padding-bottom: 4px
}
  }

.hero--lines-anim { height: 50px; overflow: hidden;
  /*@screen mw { @apply h-90; }*/
}

@media (min-width: 1024px) {

.hero--lines-anim { height: 7.03vw
}
  }

.hero--lines-anim-sm { height: 39px; overflow: hidden;
  /*@screen mw { @apply h-90; }*/
}

@media (min-width: 1024px) {

.hero--lines-anim-sm { height: 2.96vw
}
  }

/*
.hero--title-line {
  &.-awards {
    .hero--lines-anim { @apply h-30 overflow-hidden;
      @screen lg { @apply h-7_03vw; }
    }
  }
}
*/

.hero--lines-awards-anim { height: 30px; overflow: hidden;
}

@media (min-width: 1024px) {

.hero--lines-awards-anim { height: 7.03vw
}
  }

.lineParent {
  overflow: hidden;
}

canvas {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

/*

  CUSTOM HYPHENS

*/

.hyphens-in-mobile { -webkit-hyphens: auto; hyphens: auto;
  }

@media (min-width: 1024px) {

.hyphens-in-mobile { -webkit-hyphens: none; hyphens: none
  }
    }

/*

  HOME GALLERY

*/

#home-gallery-container {
  height: 100vh;
  display: flex;
  flex-wrap: nowrap;
  padding: 0;
  overflow: hidden;
}

.home-gallery-section {
  position: relative;
  width: auto;
  height: 100vh;
  /*overflow: hidden;*/
  display: flex;
  color: #333;
  text-align: left;
}

#home-gallery-container .home-gallery-section img { position: relative;
  max-width: 100%;
  height: auto;
  display: block;
}

.home-gallery-img-0 { /*top: 270px;*/ width: 45vw; top: 56vh;
}

@media (min-width: 1024px) {

.home-gallery-img-0 { width: 21.09vw; top: 58vh; left: 5vw
}
  }

.home-gallery-img-1 { width: 89.3vw; left: -42vw; top: 6vh;
}

@media (min-width: 1024px) {

.home-gallery-img-1 { width: 40.54vw; top: 2vh; left: -8vw
}
  }

.home-gallery-img-2 { width: 65.38vw; left: -70vw; top: 62vw;
}

@media (min-width: 1024px) {

.home-gallery-img-2 { top: 30vh; width: 29.68vw; left: -20vw
}
  }

.home-gallery-img-3 { top: 18vh; left: -30vw; width: 85vw; max-width: 400px;
}

@media (min-width: 1024px) {

.home-gallery-img-3 { width: 39.06vw; top: 10vh; left: -13vw
}
  }

.home-gallery-img-4 { width: 51.64vw; top: 61vh; left: -118vw;
}

@media (min-width: 1024px) {

.home-gallery-img-4 { width: 23.43vw; top: 60vh; left: -35vw
}
  }

.home-gallery-img-5 { width: 58.92vw; left: -78vw; top: 38vw;
}

@media (min-width: 1024px) {

.home-gallery-img-5 { top: 8vh; width: 26.71vw; left: -20vw
}
  }

/*

  CAR DATA INFORMATION

*/

.hypercars--data:before { position: absolute; left: 0px; font-size: 416px; line-height: 416px; --text-opacity: 1; color: #000; color: rgba(0, 0, 0, 1); color: rgba(0, 0, 0, var(--text-opacity)); text-transform: uppercase; z-index: 0; content: attr(data-name);
    }

@media (min-width: 1024px) {

.hypercars--data:before { font-size: 32.5vw; line-height: 32.5vw
    }
      }

/*

  BACKGROUND TEXT MODULE

*/

/*
.bg {

  &--text {

    &-module {
      &:before { @apply absolute -top-190 left-0 text-300-300 text-gray-platinum tracking-10 uppercase z-2 font-sangbleusans font-light; content: attr(data-bg);
        @screen lg { @apply text-32_5vw -top-17_18vw; }
      }

      &-center {
        &:before {
          @screen lg { @apply -top-6_25vw; }
        }
      }
    }
  }

}
*/

/*.history-timeline--container { width: 300%; }*/

.slideshow {
  /*width: calc( 100vw * 4 );*/
  /*display: flex;*/
}

.slideshow__slide {
  color: black;
  /*width: 100%;*/
  width: 100vw;
}

.slideshow__slide:nth-child( even ) {
    background: red;
  }

.wrapper {
  overflow: hidden;
}

.proxy {
  position: absolute;
  visibility: hidden;
}

/*

  HISTORIC CARDS

*/

.historic-cards--info-img { opacity: 0; transform: translateY( 20px ); transition: 0.3s opacity ease 0s, 0.6s transform ease 0s;
    }

.historic-cards--info-pretitle { transform: translateY( 110% ); transition: 0.4s all ease 0.3s;
    }

.historic-cards--info-title { transform: translateY( 110% ); transition: 0.4s all ease 0.1s;
    }

.historic-cards--info-subtitle { transform: translateY( 110% ); transition: 0.4s all ease 0s;
    }

.historic-cards--info .swiper-slide.swiper-slide-active .historic-cards--info-img { opacity: 1; transform: translateY( 0 ); transition-delay: 0.6s;
        }

.historic-cards--info .swiper-slide.swiper-slide-active .historic-cards--info-pretitle { transform: translateY( 0 ); transition-delay: 0.7s;
        }

.historic-cards--info .swiper-slide.swiper-slide-active .historic-cards--info-title { transform: translateY( 0 ); transition-delay: 0.9s;
        }

.historic-cards--info .swiper-slide.swiper-slide-active .historic-cards--info-subtitle { transform: translateY( 0 ); transition-delay: 1s;
        }

.historic-cards--years .swiper-slide { width: 125px;
    }

@media (min-width: 1024px) {

.historic-cards--years .swiper-slide { width: 10.15vw
    }
      }

.historic-cards--years .swiper-slide:before { display: block; position: absolute; width: 100%; background-color: #f61221; content: ""; top: 8px; left: 16px; height: 1px;
      }

.historic-cards--years .swiper-slide:last-of-type:before { left: 0px; width: 16px;
        }

.historic-cards--years .swiper-slide.year-active .historic-cards--years-active { opacity: 1; transform: scale( 1 );
        }

.historic-cards--years .swiper-slide.year-active .historic-cards--years-active-text { --text-opacity: 1; color: #a4a4a4; color: rgba(164, 164, 164, 1); color: rgba(164, 164, 164, var(--text-opacity));
        }

/*
    &-line { @apply block absolute bg-red; content: ""; width: 0; top: 8px; left: 16px; height: 1px; }
    */

.historic-cards--years-active { width: 18px; height: 18px; transform-origin: center; transform: scale( 0 ); transition: 0.6s all ease-in-out;
    }

.historic-cards--years-active-text { transition: 0.6s color ease-in-out;
    }

/*

  VIDEO MODAL

*/

.modal { top: 0px; left: 0px; width: 100%; height: 100vh; pointer-events: none; opacity: 0; z-index: 0;
}

.modal.show { pointer-events: auto; opacity: 1; z-index: 900;
  }

.modal--content { display: flex; justify-content: center; align-items: center; width: 100%; height: 100%; opacity: 0; transition: all 0.5s ease 0.4s;
  }

.modal--content.show { pointer-events: auto; opacity: 1;
    }

.modal--video { width: 80%; height: auto; /* aspect-ratio: 16 / 9; */
  }

.modal--form { overflow-y: auto;
  }

/*

  LOADING SITE

*/

.loader--text { animation: blinker 1s ease infinite;
  }

@keyframes blinker {
  50% {
    opacity: 0;
  }
}

/*

  HYPERCARS GALLERY

*/

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

@media (min-width: 1024px) {

.hypercars-swiper-container.swiper-container { height: 100vh
}
  }

.hypercars-swiper-wrapper.swiper-wrapper {
  transition: transform 0.7s ease-out!important;
}

.hypercars-swiper-slide.swiper-slide {
  text-align: center;
  /* Center slide text vertically */
  display: flex;
  justify-content: center;
  align-items: center;
}

/*

  HYPERCARS

*/

.scroll-wrapper {
  background: #fff;
  height: 100vh;
}

/*

  MOUSE

*/

.cursor--gallery-hover { cursor: none !important;
  }

.cursor--hover { position: fixed; pointer-events: none; display: flex; justify-content: center; align-items: center; transform-origin: center;
  }

/*top: 50%; left: 50%;*/

.cursor--hover-circle {
      transform-origin: center; transform: scale(0.1);
      transition: 0.25s cubic-bezier(0.75, -1.27, 0.3, 2.33) transform, 0.2s cubic-bezier(0.75, -1.27, 0.3, 2.33) opacity;
    }

.cursor--hover-arrow { opacity: 0;
      transition: 0.3s cubic-bezier(0.75, -1.27, 0.3, 2.33) transform 0.3s, 0.2s cubic-bezier(0.75, -1.27, 0.3, 2.33) opacity 0.3s;
    }

.cursor--hover-arrow.-left { margin-right: 8px; transform: translateX( 15px ) scale(0.1); transform-origin: right center;
      }

.cursor--hover-arrow.-right { margin-left: 8px; transform: translateX( -15px ) scale(0.1); transform-origin: left center;
      }

.cursor--hover-text { transition: 0.5s cubic-bezier(0.75, -1.27, 0.3, 2.33) opacity;
    }

/* span { flex: 1; } */

.cursor--hover.active { transform: translate(-50%, -50%);
    }

.cursor--hover.active .cursor--hover-circle {
        transition: 0.5s cubic-bezier(0.75, -1.27, 0.3, 2.33) transform, 0.25s cubic-bezier(0.75, -1.27, 0.3, 2.33) opacity;
        opacity: 1; transform: scale(1);
      }

.cursor--hover.active .cursor--hover-arrow { opacity: 1;
      }

.cursor--hover.active .cursor--hover-arrow.-left { transform: translateX( 0 ) scale(1);
        }

.cursor--hover.active .cursor--hover-arrow.-right { transform: translateX( 0 ) scale(1);
        }

.cursor--hover.press .cursor--hover-circle { background-color: #f61221; transform: scale(1.6); /*transform: translate(-50%, -50%) scale( 1.6 );*/
        transition: 0.5s cubic-bezier(0.25, -1.27, 0.1, 1.33) transform, 0.25s cubic-bezier(0.75, -1.27, 0.3, 2.33) opacity;
      }

.cursor--hover.press .cursor--hover-arrow { transition-delay: 0s;
      }

.cursor--hover.press .cursor--hover-arrow.-left { transform: translateX( -25px ) scale(1.8);
        }

.cursor--hover.press .cursor--hover-arrow.-right { transform: translateX( 25px ) scale(1.8);
        }

.cursor--hover.press .cursor--hover-text { --text-opacity: 1; color: #fff; color: rgba(255, 255, 255, 1); color: rgba(255, 255, 255, var(--text-opacity));
      }

select{
  -moz-appearance:none;
  -webkit-appearance:none;
  -o-appearance:none;
  appearance:none;
}

/*
  MAGNIFIC POPUP
*/

button.mfp-arrow:before, button.mfp-arrow:after { display: none;
  }

button.mfp-arrow.mfp-arrow-left,
  button.mfp-arrow.mfp-arrow-right { background-repeat: no-repeat; background-position: center;
  }

button.mfp-arrow.mfp-arrow-left { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='8' fill='none' viewBox='0 0 29 8'%3E%3Cpath fill='%23F61221' d='M.646 4.354a.5.5 0 0 1 0-.708L3.828.464a.5.5 0 1 1 .708.708L1.707 4l2.829 2.828a.5.5 0 1 1-.708.708L.646 4.354ZM29 4.5H1v-1h28v1Z'/%3E%3C/svg%3E");
  }

button.mfp-arrow.mfp-arrow-right { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='8' fill='none' viewBox='0 0 29 8'%3E%3Cpath fill='%23F61221' d='M28.354 4.354a.5.5 0 0 0 0-.708L25.172.464a.5.5 0 1 0-.707.708L27.293 4l-2.828 2.828a.5.5 0 1 0 .707.708l3.182-3.182ZM0 4.5h28v-1H0v1Z'/%3E%3C/svg%3E");
  }

/*

  COLLAPSIBLE 

*/

.content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}

.collapsible--awards .collapsible-btn .-awards-quantity { transition-property: all; transition-duration: 0ms; transition-delay: 200ms;
      }

.collapsible--awards .collapsible-btn:after { position: relative; margin-left: auto; margin-right: 16px; display: block; width: 10px; content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 10 10'%3E%3Cpath fill='%23F61221' d='M5 7 1 3h8L5 7Z'/%3E%3C/svg%3E");
      }

@media (min-width: 1024px) {

.collapsible--awards .collapsible-btn:after { width: 0.78vw
      }
        }

.collapsible--awards.active .collapsible-btn .-awards-year { --text-opacity: 1; color: #f61221; color: rgba(246, 18, 33, 1); color: rgba(246, 18, 33, var(--text-opacity));
        }

.collapsible--awards.active .collapsible-btn .-awards-quantity { opacity: 0; transition-duration: 0ms; transition-delay: 0ms;
        }

.collapsible--awards.active .collapsible-btn:after {
          content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 10 10'%3E%3Cpath fill='%23F61221' d='m5 2 4.33 4.5H.67L5 2Z'/%3E%3C/svg%3E");
        }

/*

  SWIPER

*/

.sw--horizontal-item { margin-right: 12px !important; width: 328px !important;
    }

/*aspect-ratio: 16 / 9;*/

@media (min-width: 768px) {

.sw--horizontal-item { width: 50vw !important
    }
      }

/*
      @screen lg { @apply w-76_56vw !important; aspect-ratio: 16 / 9; }
      @screen mw { @apply w-76_56vw !important; }
      */

.sw--horizontal-item:last-child { margin-right: 0 !important;
      }

.sw--capsule-gallery { margin-bottom: 104px; z-index: 5; overflow: visible; padding-left: 16px; padding-right: 16px;
  }

@media (min-width: 1024px) {

.sw--capsule-gallery { margin-bottom: 0
  }
    }

.sw--capsule-gallery .swiper-slide {
      text-align: center;
      font-size: 18px;
      background: #fff;
      display: flex;
      justify-content: center;
      align-items: center;
    }

.sw--capsule-gallery .swiper-pagination { bottom: 5% !important;
    }

@media (min-width: 1024px) {

.sw--capsule-gallery .swiper-pagination { bottom: 15% !important
    }
      }

.sw--capsule-gallery .swiper-pagination .swiper-pagination-bullet { background-color: transparent; border-color: #f61221; border-style: solid; border-width: 1px; opacity: 1;
      }

.sw--capsule-gallery .swiper-pagination .swiper-pagination-bullet-active { background-color: #f61221; border-color: #f61221; border-style: solid; border-width: 1px;
        }

.sw--capsule-gallery .swiper-button-next { bottom: -40px !important; top: auto !important; width: 28px !important; height: auto !important; align-items: flex-end !important;
    }

@media (min-width: 1024px) {

.sw--capsule-gallery .swiper-button-next { bottom: -3.12vw !important; width: 2.18vw !important; height: 3.75vw !important
    }
      }

.sw--capsule-gallery .swiper-button-next:after { width: 100%; height: auto; content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 29 8'%3E%3Cpath fill='%23F61221' d='M28.354 4.158a.5.5 0 0 0 0-.707L25.172.27a.5.5 0 1 0-.707.707l2.828 2.829-2.828 2.828a.5.5 0 1 0 .707.707l3.182-3.182ZM0 4.305h28v-1H0v1Z'/%3E%3C/svg%3E");
        /* @screen lg { @apply w-2_18vw h-3_75vw; } */
      }

.sw--capsule-gallery .swiper-button-prev { bottom: -40px !important; top: auto !important; left: auto !important; right: 80px !important; width: 28px !important; height: auto !important; align-items: flex-end !important;
    }

@media (min-width: 1024px) {

.sw--capsule-gallery .swiper-button-prev { right: 6.25vw !important; bottom: -3.12vw !important; width: 2.18vw !important; height: 3.75vw !important
    }
      }

.sw--capsule-gallery .swiper-button-prev:after { width: 100%; height: auto; content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 29 8'%3E%3Cpath fill='%23F61221' d='M.646 4.158a.5.5 0 0 1 0-.707L3.828.27a.5.5 0 1 1 .708.707L1.707 3.805l2.829 2.828a.5.5 0 1 1-.708.707L.646 4.158ZM29 4.305H1v-1h28v1Z'/%3E%3C/svg%3E");
        /* @screen lg { @apply w-2_18vw h-3_75vw; } */
      }

.sw--home-hero-slider .swiper-pagination { bottom: 32px !important;
    }

@media (min-width: 1024px) {

.sw--home-hero-slider .swiper-pagination { left: 3.90vw !important; bottom: 3.90vw !important
    }
      }

.sw--home-hero-slider .swiper-pagination .swiper-pagination-bullet { transform-origin: center; background-color: transparent; border-color: #f61221; border-style: solid; border-width: 1px; border-radius: 10px; opacity: 1; width: 7px; height: 7px; transition: all 0.3s ease;
      }

/* @screen lg { @apply w-10 h-10; } */

.sw--home-hero-slider .swiper-pagination .swiper-pagination-bullet-active { background-color: #f61221; border-color: #f61221; border-style: solid; border-width: 1px; width: 24px;
        }

@media (min-width: 1024px) {

.sw--home-hero-slider .swiper-pagination .swiper-pagination-bullet-active { width: 3.12vw
        }
          }

@media (min-width: 1280px) {

.sw--home-hero-slider .swiper-pagination .swiper-pagination-bullet-active { width: 42px
        }
          }

.sw--home-hero-slider .swiper-pagination .swiper-pagination-bullet:hover:not(.swiper-pagination-bullet-active) { background-color: #f61221; width: 10px;
        }

.sw--home-hero-slider .home-hero-img-item { opacity: 0; transition: all .8s ease-out .5s; transform: scale( 115% ); -webkit-transform:scale( 115% ); -webkit-transition: all .3s ease-out .5s;
    }

.sw--home-hero-slider .home-hero-img-item.show { opacity: 1; transform: scaleX( 115% ); transition: all .8s ease-out 0s; -webkit-transform:scaleX(1);
      }

.sw--home-hero-slider .swiper-nav-btn { display: none; pointer-events: none;
    }

@media (min-width: 1024px) {

.sw--home-hero-slider .swiper-nav-btn { position: absolute; display: block; top: 0px; width: 25%; height: 100%; pointer-events: auto; z-index: 10; cursor: none
    }
      }

.sw--home-hero-slider .swiper-nav-btn.swiper-nav-prev { left: 0px;
        cursor: url( "data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='96' height='96' fill='none' viewBox='0 0 96 96'%3E%3Cpath stroke='%23d2c7ae' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M60 24 36 48l24 24'/%3E%3C/svg%3E" ) 48 48, auto;
      }

.sw--home-hero-slider .swiper-nav-btn.swiper-nav-next { right: 0px;
        cursor: url( "data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='96' height='96' fill='none' viewBox='0 0 96 96'%3E%3Cpath stroke='%23d2c7ae' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m36 24 24 24-24 24'/%3E%3C/svg%3E" ) 48 48, auto;
      }

.picture-filter-black-35:before { display: block; position: absolute; top: 0px; width: 100%; height: 100%; content: ""; opacity: 0.85; background: linear-gradient(0deg, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0.2) 100%);
    }

.picture-filter-black-50:before { display: block; position: absolute; top: 0px; width: 100%; height: 100%; content: ""; opacity: 0.85; background: linear-gradient(0deg, rgba(0, 0, 0, 0.50) 0%, rgba(0, 0, 0, 0.3) 100%);
    }

/*@import './components/single.css';*/

.newsroom--galleries-loader { display: none; pointer-events: none;
    }

.newsroom--galleries-loader.show { display: flex; justify-content: center; align-items: center; height: 100%; z-index: 2; padding-left: 16px; padding-right: 16px; pointer-events: auto;
      }

@media (min-width: 1024px) {

.newsroom--galleries-loader.show { padding-left: 32px; padding-right: 32px
      }
        }

.newsroom--galleries-download-info { width: 100%; max-width: 650px; margin-left: auto; margin-right: auto; padding: 16px; font-size: 16px; line-height: 20px; --text-opacity: 1; color: #fff; color: rgba(255, 255, 255, 1); color: rgba(255, 255, 255, var(--text-opacity)); background-color: #111111;
      }

@media (min-width: 1024px) {

.newsroom--galleries-download-info { padding: 32px
      }
        }

.newsroom--galleries-download-info p { font-size: 16px; line-height: 20px; --text-opacity: 1; color: #d2c7ae; color: rgba(210, 199, 174, 1); color: rgba(210, 199, 174, var(--text-opacity)); text-transform: uppercase;
        }

.newsroom--galleries-download-btns { display: flex; justify-content: space-between; margin-top: 32px; padding-top: 16px; border-top-width: 1px; border-style: solid; border-color: #000;
      }

@media (min-width: 1024px) {

.newsroom--galleries-download-btns { font-size: 24px; line-height: 30px
      }
        }

.newsroom--content p, .newsroom--content ul, .newsroom--content ol, .newsroom--content h1, .newsroom--content h2, .newsroom--content h3, .newsroom--content h4, .newsroom--content h5, .newsroom--content h6, .newsroom--content .wp-block-quote { font-size: 16px; line-height: 20px; --text-opacity: 1; color: #141414; color: rgba(20, 20, 20, 1); color: rgba(20, 20, 20, var(--text-opacity)); letter-spacing: 0.10em; padding-left: 40px; padding-bottom: 32px;
    }

@media (min-width: 1024px) {

.newsroom--content p, .newsroom--content ul, .newsroom--content ol, .newsroom--content h1, .newsroom--content h2, .newsroom--content h3, .newsroom--content h4, .newsroom--content h5, .newsroom--content h6, .newsroom--content .wp-block-quote { padding-left: 128px
    }
      }

.newsroom--content a { font-size: 16px; line-height: 20px; --text-opacity: 1; color: #141414; color: rgba(20, 20, 20, 1); color: rgba(20, 20, 20, var(--text-opacity)); letter-spacing: 0.10em; text-decoration: underline;
    }

.newsroom--content li { position: relative; padding-left: 24px; font-size: 16px; line-height: 20px; --text-opacity: 1; color: #141414; color: rgba(20, 20, 20, 1); color: rgba(20, 20, 20, var(--text-opacity)); letter-spacing: 0.10em; padding-bottom: 12px; margin-bottom: 12px; border-bottom-width: 1px; border-style: solid; border-color: #303134;
    }

.newsroom--content ul li:before { position: absolute; width: 14px; top: 10px; left: 0px; background-color: #a4a4a4; font-size: 16px; line-height: 20px; --text-opacity: 1; color: #a4a4a4; color: rgba(164, 164, 164, 1); color: rgba(164, 164, 164, var(--text-opacity)); height: 1px; content: "";
        }

.newsroom--content ol { counter-reset: newsroom-ol-counter;
    }

.newsroom--content ol li { counter-increment: newsroom-ol-counter;
      }

.newsroom--content ol li:before { position: absolute; left: 0px; font-size: 16px; line-height: 20px; --text-opacity: 1; color: #a4a4a4; color: rgba(164, 164, 164, 1); color: rgba(164, 164, 164, var(--text-opacity)); content: counter( newsroom-ol-counter, decimal-leading-zero );
        }

/* Headings */

.newsroom--content h1, .newsroom--content h2, .newsroom--content h3, .newsroom--content h4, .newsroom--content h5, .newsroom--content h6 { font-weight: 700;
    }

.newsroom--content h2 { font-size: 24px; line-height: 30px;
    }

.newsroom--content h3 { font-size: 20px; line-height: 24px;
    }

.newsroom--content h4 { font-size: 18px; line-height: 24px;
    }

.newsroom--content p + h1,
    .newsroom--content p + h2,
    .newsroom--content p + h3,
    .newsroom--content p + h4 { padding-top: 12px;
    }

/* Media */

.newsroom--content .wp-block-image,
    .newsroom--content .wp-block-embed { padding-top: 16px; padding-bottom: 16px;
    }

@media (min-width: 1024px) {

.newsroom--content .wp-block-image,
    .newsroom--content .wp-block-embed { padding-top: 48px; padding-bottom: 48px
    }
      }

.newsroom--content .wp-block-image .wp-element-caption, .newsroom--content .wp-block-embed .wp-element-caption { display: block; padding-left: 40px; padding-top: 4px; margin-top: 0; margin-bottom: 0; font-size: 12px; line-height: 12px; text-align: right; --text-opacity: 1; color: #141414; color: rgba(20, 20, 20, 1); color: rgba(20, 20, 20, var(--text-opacity)); letter-spacing: 0.10em;
      }

@media (min-width: 1024px) {

.newsroom--content .wp-block-image .wp-element-caption, .newsroom--content .wp-block-embed .wp-element-caption { padding-left: 128px
      }
        }

.newsroom--content .wp-block-image.wp-block-embed-twitter .twitter-tweet-rendered,
      .newsroom--content .wp-block-image.wp-block-embed-flickr img,
      .newsroom--content .wp-block-embed.wp-block-embed-twitter .twitter-tweet-rendered,
      .newsroom--content .wp-block-embed.wp-block-embed-flickr img { margin-left: auto; margin-right: auto;
      }

/* Blockquote */

.newsroom--content .wp-block-quote p { position: relative; padding-left: 10px; padding-bottom: 0px; margin-bottom: 0; font-size: 20px; line-height: 24px; font-weight: 500;
      }

.newsroom--content .wp-block-quote p:before, .newsroom--content .wp-block-quote p:after { font-size: 24px; line-height: 24px; font-weight: 500; --text-opacity: 1; color: #141414; color: rgba(20, 20, 20, 1); color: rgba(20, 20, 20, var(--text-opacity)); letter-spacing: 0.10em;
        }

.newsroom--content .wp-block-quote p:before { position: absolute; left: 0px; content: "“";
        }

.newsroom--content .wp-block-quote p:after { content: "”"; margin-right: -1rem;
        }

.newsroom--content .wp-block-quote cite { display: block; padding-left: 10px; padding-right: 10px; padding-top: 4px; font-size: 12px; line-height: 12px; text-align: right; --text-opacity: 1; color: #141414; color: rgba(20, 20, 20, 1); color: rgba(20, 20, 20, var(--text-opacity)); letter-spacing: 0.10em;
      }

/*

  POPUP ANIMATION

*/

.mfp-counter { position: relative;
}

/* overlay at start */

.mfp-fade.mfp-bg {
  opacity: 0;
  transition: all 0.15s ease-out;
}

/* overlay animate in */

.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.8;
}

/* overlay animate out */

.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}

/* content at start */

.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  transition: all 0.15s ease-out;
}

/* content animate it */

.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}

/* content animate out */

.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}

/*

  PICKER

*/

.picker { top: 1px; margin-top: 30px; transition-duration: 0s !important;
}

.picker__holder { background-color: #000 !important; border-color: #fff !important; overflow: hidden !important; border-left: 0; border-right: 0; border-bottom: 0; border-radius: 0; min-width: 140px; transition-duration: 0s !important;
}

.picker__holder.picker--opened { box-shadow: none; transition-duration: 0s !important;
  }

.picker__box { background-color: #000 !important; padding-left: 8px !important; padding-right: 8px !important; padding-top: 0px !important; padding-bottom: 0px !important;
}

.picker__header { display: flex; flex-direction: column;
}

.picker__header:before,
  .picker__header:after { display: block; position: absolute; pointer-events: none; top: 8px; right: 4px; width: 10px; height: 10px; content: ""; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='5' fill='none'%3E%3Cpath fill='%23F61221' d='M5 4.5.67 0h8.66L5 4.5Z'/%3E%3C/svg%3E"); background-position: center; background-repeat: no-repeat;
  }

.picker__header:after { top: 39px;
  }

.picker__header .picker__month,
  .picker__header .picker__select--month,
  .picker__header .picker__year,
  .picker__header .picker__select--year { border-color: #303134 !important; position: relative !important; width: 100% !important; margin-left: 0 !important; margin-right: 0 !important; margin-top: 0 !important; padding-top: 0px !important; padding-bottom: 0px !important; font-size: 12px !important; line-height: 12px !important; text-transform: uppercase !important; font-style: normal !important; --text-opacity: 1 !important; color: #a4a4a4 !important; color: rgba(164, 164, 164, 1) !important; color: rgba(164, 164, 164, var(--text-opacity)) !important; background-color: transparent !important;
  }

.picker__header .picker__select--year { margin-bottom: 8px;
  }

.picker__table,
.picker__nav--next,
.picker__nav--prev { display: none !important;
}

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

.picker__button--close { background-color: transparent; border-width: 0; font-size: 12px; line-height: 12px; text-transform: uppercase; --text-opacity: 1; color: #fff; color: rgba(255, 255, 255, 1); color: rgba(255, 255, 255, var(--text-opacity));
}

.picker__button--close:before { display: none;
  }

/*

  HOVER

*/

body.no-mobile {
  /*
  span {
    position: absolute;
    top: 50%;
    left: 50%;
    height: 180px;
    width: 180px;
    background-color: red;
    border-radius: 50%;
    line-height: 180px;
    text-align: center;
    text-transform: uppercase;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
    color: white;
  }
  span:hover {
    cursor: pointer;
    animation-name: bounce;
    -moz-animation-name: bounce;
  }
  */
}

@keyframes vertical-bounce {
    0%, 100%, 20%, 50%, 80% {
      transform:         translateY(0)
    }

    40% {
      transform:         translateY(2px)
    }

    60% {
      transform:         translateY(4px)
    }
  }

@keyframes horizontal-size {
    0%, 100%, 20%, 50%, 80% {
      transform:         scaleX(1)
    }

    40% {
      transform:         scaleX(0.45)
    }

    60% {
      transform:         scaleX(0.1)
    }
  }

body.no-mobile .download--btn { display: block; overflow: visible;
    }

body.no-mobile .download--btn-v, body.no-mobile .download--btn-h { display: block; position: relative;
      }

body.no-mobile .download--btn-h { transform-origin: center;
      }

body.no-mobile .download--btn:hover .download--btn-v {
          animation: vertical-bounce 1.3s infinite ease;
        }

body.no-mobile .download--btn:hover .download--btn-h {
          animation: horizontal-size 1.3s infinite ease;
        }

/*

  COMPLIANZ GDPR

*/

.cmplz-cookiebanner .cmplz-title { font-size: 16px !important; line-height: 20px !important; --text-opacity: 1 !important; color: #dc000e !important; color: rgba(220, 0, 14, 1) !important; color: rgba(220, 0, 14, var(--text-opacity)) !important; text-transform: uppercase !important;
}

.cmplz-cookiebanner .cmplz-message { padding-bottom: 8px !important;
}

.cmplz-cookiebanner .cmplz-message,
.cmplz-cookiebanner .cmplz-message p { text-transform: uppercase; --text-opacity: 1; color: #fff; color: rgba(255, 255, 255, 1); color: rgba(255, 255, 255, var(--text-opacity)); letter-spacing: 0.16em; font-size: 13px; line-height: 22px;
}

.cmplz-cookiebanner .cmplz-message p a { font-size: 13px; line-height: 22px;
}

.cmplz-cookiebanner .cmplz-links.cmplz-documents { padding-top: 10px;
}

/*.cmplz-cookiebanner .cmplz-categories .cmplz-category { @apply border border-solid border-white bg-black; }*/

.cmplz-cookiebanner .cmplz-categories .cmplz-category { background: #000 !important;
}

.cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-category-header { padding-left: 0px !important; padding-right: 0px !important; padding-bottom: 0px !important;
}

.cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-category-header .cmplz-category-title { --text-opacity: 1 !important; color: #d2c7ae !important; color: rgba(210, 199, 174, 1) !important; color: rgba(210, 199, 174, var(--text-opacity)) !important; text-transform: uppercase !important;
}

.cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-category-header .cmplz-icon.cmplz-open svg { fill: #d2c7ae;
}

.cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-category-header .cmplz-always-active { text-transform: uppercase !important; --text-opacity: 1 !important; color: #fff !important; color: rgba(255, 255, 255, 1) !important; color: rgba(255, 255, 255, var(--text-opacity)) !important;
}

.cmplz-categories .cmplz-category .cmplz-description-statistics { --text-opacity: 1; color: #fff; color: rgba(255, 255, 255, 1); color: rgba(255, 255, 255, var(--text-opacity));
}

.cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-description { padding-top: 0px !important; padding-bottom: 8px !important;
}

.cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-description * { --text-opacity: 1; color: #c1b494; color: rgba(193, 180, 148, 1); color: rgba(193, 180, 148, var(--text-opacity));
  }

.cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-description span { font-size: 14px !important; line-height: 20px !important;
  }

.cmplz-cookiebanner .cmplz-buttons .cmplz-btn { text-transform: uppercase;
}

/*
.cmplz-cookiebanner .cmplz-buttons .cmplz-btn.cmplz-accept { @apply bg-transparent !important; border: 1px solid #f9540f !important; font-size: 14px !important; }
.cmplz-cookiebanner .cmplz-buttons .cmplz-btn.cmplz-deny,
.cmplz-cookiebanner .cmplz-buttons .cmplz-btn.cmplz-view-preferences,
.cmplz-cookiebanner .cmplz-buttons .cmplz-btn.cmplz-save-preferences { @apply bg-transparent !important; border: 1px solid #999999 !important; font-size: 12px !important; }
.cmplz-cookiebanner .cmplz-message { @apply text-center mx-auto !important; font-size: 14px !important; }
*/

/*
#cmplz-manage-consent { @apply hidden pointer-events-none; }
*/

#cmplz-manage-consent .cmplz-btn { background-color: #303134 !important; --text-opacity: 1 !important; color: #d2c7ae !important; color: rgba(210, 199, 174, 1) !important; color: rgba(210, 199, 174, var(--text-opacity)) !important; right: 16px !important; font-size: 10px !important; min-width: auto !important; height: 22px !important; padding: 0 12px !important;
  }

@media (min-width: 1024px) {

#cmplz-manage-consent .cmplz-btn { font-size: 12px !important; right: 3.9vw !important; transform: translateY( 21px ); transition: all 0.3s ease-in-out; height: 32px !important;  padding: 0 16px !important
  }
    }

#cmplz-manage-consent .cmplz-manage-consent { font-size: 12px; line-height: 12px; --text-opacity: 1; color: #d2c7ae; color: rgba(210, 199, 174, 1); color: rgba(210, 199, 174, var(--text-opacity)); letter-spacing: 0; text-transform: uppercase;
  }

body.no-mobile .cmplz-cookiebanner .cmplz-buttons .cmplz-btn.cmplz-accept { transition: color 0.6s ease, background 0.6s ease;
    /*&:hover { @apply bg-red text-black !important; }*/
  }

body.no-mobile .cmplz-cookiebanner .cmplz-buttons .cmplz-btn.cmplz-accept:hover { background-color: #fff !important; --text-opacity: 1 !important; color: #000 !important; color: rgba(0, 0, 0, 1) !important; color: rgba(0, 0, 0, var(--text-opacity)) !important;
    }

body.no-mobile .cmplz-cookiebanner .cmplz-buttons .cmplz-btn.cmplz-deny,
  body.no-mobile .cmplz-cookiebanner .cmplz-buttons .cmplz-btn.cmplz-view-preferences,
  body.no-mobile .cmplz-cookiebanner .cmplz-buttons .cmplz-btn.cmplz-save-preferences { transition: color 0.6s ease, background 0.6s ease;
  }

body.no-mobile .cmplz-cookiebanner .cmplz-buttons .cmplz-btn.cmplz-deny:hover, body.no-mobile .cmplz-cookiebanner .cmplz-buttons .cmplz-btn.cmplz-view-preferences:hover, body.no-mobile .cmplz-cookiebanner .cmplz-buttons .cmplz-btn.cmplz-save-preferences:hover { background-color: #fff !important; --text-opacity: 1 !important; color: #000 !important; color: rgba(0, 0, 0, 1) !important; color: rgba(0, 0, 0, var(--text-opacity)) !important;
    }

body.no-mobile #cmplz-manage-consent .cmplz-btn.cmplz-show:hover { transform: translateY( 0 );
        }

.cmplz-show-banner {
  border-bottom: 2px solid #222;
  font-weight:600;
  cursor: pointer;
  padding:0.5em;
  font-size:14px;
}

.cmplz-show-banner:hover {
  border-color: #29b6f6;
}

/*

  LEGAL CONTENT

*/

.legal--content * { text-transform: uppercase;
    }

.legal--content a { text-decoration: underline;
    }

.legal--content p, .legal--content ul { padding-bottom: 16px;
    }

@media (min-width: 1024px) {

.legal--content p, .legal--content ul { padding-bottom: 1.25vw
    }
      }

.legal--content p+h2, .legal--content p+h3, .legal--content p+h4, .legal--content ul+h2, .legal--content ul+h3, .legal--content ul+h4 { padding-top: 32px;
      }

@media (min-width: 1024px) {

.legal--content p+h2, .legal--content p+h3, .legal--content p+h4, .legal--content ul+h2, .legal--content ul+h3, .legal--content ul+h4 { padding-top: 3.75vw
      }
        }

.legal--content h2 { font-size: 32px; line-height: 46px; --text-opacity: 1; color: #d2c7ae; color: rgba(210, 199, 174, 1); color: rgba(210, 199, 174, var(--text-opacity)); font-family: sangbleusans, sans-serif; font-weight: 300; padding-bottom: 24px;
    }

@media (min-width: 1024px) {

.legal--content h2 { font-size: 2.5vw; line-height: 3.59vw; padding-bottom: 2.34vw
    }
      }

.legal--content h3, .legal--content h4 { font-size: 28px; line-height: 28px; --text-opacity: 1; color: #d2c7ae; color: rgba(210, 199, 174, 1); color: rgba(210, 199, 174, var(--text-opacity)); font-family: sangbleusans, sans-serif; font-weight: 300; padding-bottom: 24px; text-transform: uppercase;
    }

@media (min-width: 1024px) {

.legal--content h3, .legal--content h4 { font-size: 1.87vw; line-height: 2.5vw; padding-bottom: 2.34vw
    }
      }

.legal--content li { margin-bottom: 8px; padding-left: 32px; position: relative;
    }

@media (min-width: 1024px) {

.legal--content li { margin-bottom: 0.62vw
    }
      }

.legal--content li:last-of-type { padding-bottom: 0px;
      }

.legal--content li:before { content: "\2022"; position: absolute; display: block; top: -6px; left: 10px; font-size: 28px; line-height: 28px; --text-opacity: 1; color: #fff; color: rgba(255, 255, 255, 1); color: rgba(255, 255, 255, var(--text-opacity));
      }

@media (min-width: 1024px) {

.legal--content li:before { top: -0.78vw; font-size: 2.5vw; line-height: 2.5vw
      }
        }

.legal--content .cmplz-dropdown-cookiepolicy h3 { font-family: druk, sans-serif !important; font-size: 24px !important; line-height: 24px !important; text-transform: uppercase !important;
      }

.legal--content .cmplz-dropdown-cookiepolicy h4 { font-family: druk, sans-serif !important; font-size: 24px !important; line-height: 24px !important; text-transform: uppercase !important;
      }

.legal--content .cmplz-service-description, .legal--content .cmplz-sharing-data { padding: 15px !important;
    }

.legal--content .cookies-per-purpose h4 { font-size: 24px !important; line-height: 24px !important; padding-left: 0px !important; padding-right: 0px !important;
      }

.legal--content .cookies-per-purpose div { padding-left: 30px !important; padding-right: 30px !important; background-color: #141414 !important;
      }

.legal--content .cookies-per-purpose div, .legal--content .cookies-per-purpose a { font-size: 14px !important; line-height: 20px !important; letter-spacing: 0.16em !important;
      }

.legal--content .cookies-per-purpose h5 { font-size: 14px !important; line-height: 20px !important; --text-opacity: 1 !important; color: #d2c7ae !important; color: rgba(210, 199, 174, 1) !important; color: rgba(210, 199, 174, var(--text-opacity)) !important;
      }

/*
@import './components/dark-styles.css';
*/

/*@import './components/forms.css';*/

/*

  HUBSPOT FORM STYLES

*/

select, input, textarea { appearance: none; -webkit-appearance: none; -moz-appearance: none;
}

/* For IE <= 11 */

select::-ms-expand { display: none;
}

.hbspt-form { width: 100%; padding-bottom: 32px;
}

.hbspt-form fieldset { max-width: 100% !important;
  }

/* 1 Col */

.hbspt-form .form-columns-1 .hs-form-field { position: relative !important; width: 100% !important; padding-bottom: 24px !important; float: none !important;
    }

.hbspt-form .form-columns-1 .legal-consent-container .hs-form-field { padding-bottom: 0px !important;
      }

/* 2 Cols */

@media (min-width: 1024px) {

.hbspt-form .form-columns-2 { display: flex; justify-content: space-between
  }
    }

.hbspt-form .form-columns-2 label { display: block !important; padding-bottom: 8px !important;
    }

.hbspt-form .form-columns-2 .hs-form-field { display: flex !important; flex-direction: column !important; justify-content: space-between !important; position: relative !important; width: 100% !important; padding-bottom: 24px !important; float: none !important;
    }

@media (min-width: 1024px) {

.hbspt-form .form-columns-2 .hs-form-field { width: 46% !important
    }
      }

@media (min-width: 1024px) {

.hbspt-form .form-columns-2 .hs-form-field .input { width: 54%
      }
        }

@media (min-width: 1024px) {

.hbspt-form .form-columns-2 .hs-form-field span { width: 100% !important
      }
        }

.hbspt-form label { font-size: 16px; line-height: 20px; --text-opacity: 1; color: #fff; color: rgba(255, 255, 255, 1); color: rgba(255, 255, 255, var(--text-opacity)); text-transform: uppercase;
  }

.hbspt-form label span { font-size: 16px; line-height: 20px; --text-opacity: 1; color: #fff; color: rgba(255, 255, 255, 1); color: rgba(255, 255, 255, var(--text-opacity)); text-transform: uppercase;
    }

.hbspt-form input[type=text], .hbspt-form input[type=email], .hbspt-form input[type=tel], .hbspt-form input[type=file], .hbspt-form input[type=number] { display: block !important; padding-bottom: 8px !important; font-size: 16px !important; line-height: 20px !important; --text-opacity: 1 !important; color: #a4a4a4 !important; color: rgba(164, 164, 164, 1) !important; color: rgba(164, 164, 164, var(--text-opacity)) !important; text-transform: uppercase !important; letter-spacing: 0.10em !important; border-bottom-width: 1px !important; border-style: solid !important; border-color: #fff !important; background-color: transparent !important; width: 100% !important;
    }

.hbspt-form input.hs-button { position: relative; border-width: 1px; border-color: #f61221; border-radius: 40px; min-width: 261px; cursor: pointer; padding-left: 52px; padding-right: 52px; padding-top: 16px; padding-bottom: 16px; font-size: 16px; line-height: 16px; --text-opacity: 1; color: #d2c7ae; color: rgba(210, 199, 174, 1); color: rgba(210, 199, 174, var(--text-opacity)); text-align: center; text-transform: uppercase; background-color: transparent;
    }

.hbspt-form input:-webkit-autofill,
  .hbspt-form input:-webkit-autofill:hover,
  .hbspt-form input:-webkit-autofill:focus,
  .hbspt-form input:-webkit-autofill:active{
    -webkit-background-clip: text;
    -webkit-text-fill-color: #a4a4a4;
    -webkit-transition: background-color 5000s ease-in-out 0s;
    transition: background-color 5000s ease-in-out 0s;
    box-shadow: inset 0 0 0 0 #ffffff00;
  }

/* Chrome, Safari, Edge, Opera */

.hbspt-form input[type="number"]::-webkit-outer-spin-button,
  .hbspt-form input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
  }

/* Firefox */

.hbspt-form input[type=number] {
    -moz-appearance: textfield;
  }

/*
  .hs-fieldtype-number .input { @apply relative;
    &:before, &:after { @apply flex justify-center items-center absolute right-0 w-14 h-8 pointer-events-none; content: url( "data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='5' fill='none'%3E%3Cpath fill='%23D9D9D9' d='M5 4.5.67 0h8.66L5 4.5Z'/%3E%3C/svg%3E" ); }
    &:before { @apply top-7; rotate: 180deg; }
    &:after { @apply bottom-16; }
  }
  */

.hbspt-form input[type=file] { text-transform: uppercase; overflow: hidden; white-space: nowrap; text-overflow: ellipsis;
  }

.hbspt-form input[type=file]::-webkit-file-upload-button { background-color: transparent; --text-opacity: 1; color: #fff; color: rgba(255, 255, 255, 1); color: rgba(255, 255, 255, var(--text-opacity)); border-style: none; text-transform: uppercase;
    }

/*
  input[type="number"]::-webkit-inner-spin-button { -webkit-appearance: none !important; opacity: 1 !important; background: transparent !important; border-width: 0px; margin: 0; height: 32px; width: 23px; cursor: pointer; }
  */

.hbspt-form textarea { display: block; padding-bottom: 8px; font-size: 16px; line-height: 20px; --text-opacity: 1; color: #a4a4a4; color: rgba(164, 164, 164, 1); color: rgba(164, 164, 164, var(--text-opacity)); text-transform: uppercase; letter-spacing: 0.10em; border-bottom-width: 1px; border-style: solid; border-color: #fff; background-color: transparent; width: 100% !important; height: auto !important;
  }

/* Input NUMBER */

.hbspt-form div.input { margin-right: 0 !important;
  }

/*
  input[type="number"] {
  height: 32px;
  border-radius: 4px;
  border: 1px solid #d8d8d8;
  position: relative;
  text-align: center;
  font-size: 20px;
  width: 80px;
  outline: none;
  background-image: url('data:image/svg+xml;utf8,%3Csvg%20version%3D%221.1%22%20viewBox%3D%220%200%2050%2067%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cg%20fill%3D%22none%22%20stroke-width%3D%222%22%3E%3Cline%20x1%3D%221%22%20x2%3D%2250%22%20y1%3D%2233.5%22%20y2%3D%2233.5%22%20stroke%3D%22%23D8D8D8%22%2F%3E%3Cpolyline%20transform%3D%22translate(25%2020)%20rotate(45)%20translate(-25%20-20)%22%20points%3D%2219%2026%2019%2014%2032%2014%22%20stroke%3D%22%23000%22%2F%3E%3Cpolyline%20transform%3D%22translate(25%2045)%20rotate(225)%20translate(-25%20-45)%22%20points%3D%2219%2052%2019%2039%2032%2039%22%20stroke%3D%22%23000%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E');
  background-position: center right;
  background-size: contain;
  background-repeat: no-repeat;
  caret-color: transparent;
}
*/

.hbspt-form div.actions { text-align: center;
  }

/* Checkbox */

.hbspt-form .hs-form-booleancheckbox input[type=checkbox]+span { display: flex; position: relative; font-size: 10px; line-height: 12px; --text-opacity: 1; color: #fff; color: rgba(255, 255, 255, 1); color: rgba(255, 255, 255, var(--text-opacity)); --text-opacity: 1; color: #000; color: rgba(0, 0, 0, 1); color: rgba(0, 0, 0, var(--text-opacity)); padding-left: 32px; text-transform: uppercase;
    }

.hbspt-form .hs-form-booleancheckbox input[type=checkbox]+span p, .hbspt-form .hs-form-booleancheckbox input[type=checkbox]+span p a { font-size: 10px; line-height: 12px; --text-opacity: 1; color: #fff; color: rgba(255, 255, 255, 1); color: rgba(255, 255, 255, var(--text-opacity)); text-transform: uppercase;
      }

.hbspt-form .hs-form-booleancheckbox input[type=checkbox]+span p a { text-decoration: underline;
      }

.hbspt-form .hs-form-booleancheckbox input[type=checkbox]+span:before { display: block; position: absolute; left: 0px; top: 0px; width: 14px; height: 14px; border-width: 1px; border-style: solid; border-color: #fff; content: "";
      }

.hbspt-form .hs-form-booleancheckbox input[type=checkbox]+span:after { display: flex; justify-content: center; align-items: center; opacity: 0; position: absolute; left: 0px; top: 0px; width: 14px; height: 14px; content: url( "data:image/svg+xml,%3Csvg width='9' height='7' viewBox='0 0 9 7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m1 4 2 2L8 .5' stroke='%23F61221' stroke-linecap='round'/%3E%3C/svg%3E" );
      }

.hbspt-form .hs-form-booleancheckbox input[type=checkbox]:checked+span:after { opacity: 1;
      }

/* Select */

.hbspt-form select { display: block; padding-bottom: 8px; font-size: 16px; line-height: 20px; --text-opacity: 1; color: #a4a4a4; color: rgba(164, 164, 164, 1); color: rgba(164, 164, 164, var(--text-opacity)); text-transform: uppercase; letter-spacing: 0.10em; border-bottom-width: 1px; border-style: solid; border-color: #fff; background-color: transparent; width: 100% !important;
  }

.hbspt-form .hs-fieldtype-select { background-color: transparent;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 1);
  }

.hbspt-form .hs-fieldtype-select .input { display: block; position: relative;
    }

.hbspt-form .hs-fieldtype-select .input:after { display: flex; justify-content: center; align-items: center; position: absolute; bottom: 20px; right: 0px; width: 14px; height: 8px; pointer-events: none; content: url( "data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='5' fill='none'%3E%3Cpath fill='%23D9D9D9' d='M5 4.5.67 0h8.66L5 4.5Z'/%3E%3C/svg%3E" );
      }

/* Small Information */

.hbspt-form .hs-richtext p { padding-top: 4px; padding-left: 32px; padding-bottom: 32px; font-size: 10px; line-height: 12px; --text-opacity: 1; color: #fff; color: rgba(255, 255, 255, 1); color: rgba(255, 255, 255, var(--text-opacity));
    }

/* Errors Message */

.hbspt-form .hs-error-msgs { padding-top: 4px;
  }

@media (min-width: 1024px) {

.hbspt-form .hs-error-msgs { position: absolute; bottom: -14px; right: 0px; height: 40px; width: 64%
  }
    }

.hbspt-form .hs-error-msgs .hs-error-msg { font-size: 12px; line-height: 12px; --text-opacity: 1; color: #f61221; color: rgba(246, 18, 33, 1); color: rgba(246, 18, 33, var(--text-opacity)); text-transform: uppercase; letter-spacing: 0.10em;
    }

.hbspt-form .hs-error-msgs label { display: block !important; width: 100% !important;
    }

.hbspt-form .hs-error-msgs .hs-error-msgs+.hs-error-msgs { display: none !important;
    }

/* Accept checkbox */

@media (min-width: 1024px) {

.hbspt-form .legal-consent-container .hs-form-booleancheckbox-display { padding-bottom: 16px
    }
      }

.hbspt-form .legal-consent-container .hs-form-booleancheckbox-display>span { margin-left: 0 !important;
      }

@media (min-width: 1024px) {

.hbspt-form .legal-consent-container .hs-dependent-field .hs-error-msgs { right: auto; left: 32px; bottom: -30px
      }
        }

.hbspt-form .legal-consent-container .hs-dependent-field .hs-error-msgs .hs-error-msg { margin-top: -8px; padding-left: 32px; font-size: 10px; line-height: 12px;
        }

@media (min-width: 1024px) {

.hbspt-form .legal-consent-container .hs-dependent-field .hs-error-msgs .hs-error-msg { margin-top: 0; padding-left: 0px
        }
          }

.hbspt-form .legal-consent-container .wpcf7-list-item-label { position: relative;
    }

.hbspt-form .legal-consent-container input[type=checkbox] + span { display: block; position: relative; --text-opacity: 1; color: #fff; color: rgba(255, 255, 255, 1); color: rgba(255, 255, 255, var(--text-opacity)); padding-left: 32px; text-transform: none;
    }

.hbspt-form .legal-consent-container input[type=checkbox] + span:before { display: block; position: absolute; left: 0px; top: 0px; width: 18px; height: 18px; border: 1px solid white; content: "";
      }

.hbspt-form .legal-consent-container input[type=checkbox] + span:after { display: flex; justify-content: center; align-items: center; opacity: 0; position: absolute; left: 0px; top: -2px; width: 18px; height: 18px; content: url( "data:image/svg+xml,%3Csvg width='12' height='9' viewBox='0 0 12 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m1 5 3 3 7-7' stroke='%23f61221' stroke-linecap='round'/%3E%3C/svg%3E" );
      }

.hbspt-form .legal-consent-container input[type=checkbox]:checked + span:after { opacity: 1;
      }

/* Submit Button area */

.hbspt-form .hs-submit { background-color: transparent; display: block; width: auto; margin-left: auto; margin-right: auto; cursor: pointer;
  }

.hbspt-form .hs-submit:disabled { opacity: 0.5; pointer-events: none;
    }

.hbspt-form .hs_error_rollup { display: none;
  }

.hbspt-form .wpcf7-not-valid-tip { font-size: 16px; line-height: 16px; --text-opacity: 1; color: #f61221; color: rgba(246, 18, 33, 1); color: rgba(246, 18, 33, var(--text-opacity)); padding-top: 12px;
  }

/* Spinner */

.hbspt-form .wpcf7-spinner { position: absolute; opacity: 0; top: 50%; left: 50%; --transform-translate-x: 0; --transform-translate-y: 0; --transform-rotate: 0; --transform-skew-x: 0; --transform-skew-y: 0; --transform-scale-x: 1; --transform-scale-y: 1; transform: translateX(var(--transform-translate-x)) translateY(var(--transform-translate-y)) rotate(var(--transform-rotate)) skewX(var(--transform-skew-x)) skewY(var(--transform-skew-y)) scaleX(var(--transform-scale-x)) scaleY(var(--transform-scale-y)); --transform-translate-x: -50%; --transform-translate-y: -50%; width: 215px; height: 100%; display: flex; flex-direction: column; align-items: center; justify-content: center; padding-top: 32px; pointer-events: none;
  }

.hbspt-form .wpcf7-spinner:before { content: "Sending"; animation: blinker 1s ease infinite; position: relative; padding-left: 52px; padding-right: 52px; padding-top: 16px; padding-bottom: 16px; font-size: 16px; line-height: 16px; --text-opacity: 1; color: #d2c7ae; color: rgba(210, 199, 174, 1); color: rgba(210, 199, 174, var(--text-opacity)); text-align: center; text-transform: uppercase; pointer-events: none;
    }

@media (min-width: 1024px) {

.hbspt-form .wpcf7-spinner:before { font-size: 24px; line-height: 32px
    }
      }

/* Submitting action */

.wpcf7-form.submitting .hbspt-form .wpcf7-spinner { opacity: 1;
}

.wpcf7-form.submitting .hbspt-form .wpcf7-submit.has-spinner { opacity: 0; pointer-events: none;
}

/* Spinner Text */

html[lang="en-GB"] .hbspt-form .wpcf7-spinner:before { content: "Sending";
}

html[lang="es-ES"] .hbspt-form .wpcf7-spinner:before { content: "Enviando";
}

/*

  MODAL FORMS

    - Newsletter
    - Register your interest

*/

/* @screen lg { @apply flex justify-end; } */

@media (min-width: 1024px) {

.modal--form-registeryourinterest-content .form-columns-1 .hs-mobilephone, .modal--form-newsletter-content .form-columns-1 .hs-mobilephone { display: flex !important; justify-content: space-between !important; align-items: center !important; width: 46% !important
      }
        }

@media (min-width: 1024px) {

.modal--form-registeryourinterest-content .form-columns-1 .hs-mobilephone label, .modal--form-newsletter-content .form-columns-1 .hs-mobilephone label { width: 38%; text-align: right
        }
          }

@media (min-width: 1024px) {

.modal--form-registeryourinterest-content .form-columns-1 .hs-mobilephone .input, .modal--form-newsletter-content .form-columns-1 .hs-mobilephone .input { width: 54%
        }
          }

/* @screen lg { @apply pt-10 pl-6 w-25_4%; } */

@media (min-width: 1024px) {

.modal--form-registeryourinterest-content .form-columns-1 .legal-consent-container, .modal--form-newsletter-content .form-columns-1 .legal-consent-container { padding-top: 10px; padding-left: 21%
      }
        }

@media (min-width: 1024px) {

.modal--form-registeryourinterest-content .form-columns-1 .legal-consent-container .hs-dependent-field, .modal--form-registeryourinterest-content .form-columns-1 .legal-consent-container .hs-richtext, .modal--form-newsletter-content .form-columns-1 .legal-consent-container .hs-dependent-field, .modal--form-newsletter-content .form-columns-1 .legal-consent-container .hs-richtext { max-width: 608px
        }
          }

@media (min-width: 1024px) {

.modal--form-registeryourinterest-content .hs-error-msgs { bottom: -17px
    }
      }

@media (min-width: 1024px) {

.modal--form-registeryourinterest-content .hs-are_you_a_collector__enthusiast_or_both_ .hs-error-msgs { bottom: -8px
      }
        }

/*.hs_firstname, .hs-email {*/

@media (min-width: 1024px) {

.modal--form-registeryourinterest-content .hs_firstname .hs-error-msgs { bottom: -6px
      }
        }

@media (min-width: 1024px) {

.modal--form-registeryourinterest-content .hs-email .hs-error-msgs { bottom: -8px
      }
        }

/* xx */

@media (min-width: 1024px) {

.modal--form-newsletter-content .hs-error-msgs { padding-top: 8px
    }
      }

@media (min-width: 1024px) {

.modal--form-newsletter-content .hs-dependent-field .hs-error-msgs { padding-top: 2px
      }
        }

/*

  CAREEERS FORMS

*/

.careers--form .hs-cv .hs-field-desc { display: none !important;
      }

@media (min-width: 1024px) {

.careers--form .hs-cv .hs-error-msgs { bottom: -8px
      }
        }

/*@screen lg { @apply pt-10 pl-21%; }*/

@media (min-width: 1024px) {

.careers--form .legal-consent-container { padding-top: 10px
    }
      }

@media (min-width: 1024px) {

.careers--form .legal-consent-container .hs-dependent-field, .careers--form .legal-consent-container .hs-richtext { max-width: 608px
      }
        }

.screen-reader-response { display: none;
}

.wpcf7-response-output { --text-opacity: 1; color: #f61221; color: rgba(246, 18, 33, 1); color: rgba(246, 18, 33, var(--text-opacity)); padding-top: 24px;
}

@media (min-width: 640px) {
  .sm\:container {
    width: 100%;
  }
}

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

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

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

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

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

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

@media (min-width: 640px) {

  .sm\:gap-44 {
    grid-gap: 44px;
    grid-gap: 44px;
    gap: 44px;
  }

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

@media (min-width: 768px) {
  .md\:container {
    width: 100%;
  }
}

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

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

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

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

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

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

@media (min-width: 768px) {

  .md\:flex {
    display: flex;
  }

  .md\:hidden {
    display: none;
  }

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

  .md\:text-48-56 {
    font-size: 48px;
    line-height: 56px;
  }

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

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

  .md\:pt-6_25vw {
    padding-top: 6.25vw;
  }

  .md\:w-55 {
    width: 55px;
  }

  .md\:w-144 {
    width: 144px;
  }

  .md\:w-244 {
    width: 244px;
  }

  .md\:w-40\% {
    width: 40%;
  }

  .md\:w-55\% {
    width: 55%;
  }
}

@media (min-width: 1024px) {
  .lg\:container {
    width: 100%;
  }
}

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

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

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

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

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

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

@media (min-width: 1024px) {

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

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

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

  .lg\:bg-gray-extradark {
    background-color: #111111;
  }

  .lg\:border-beige-20\% {
    border-color: rgba(210, 199, 174, 0.2);
  }

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

  .lg\:block {
    display: block;
  }

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

  .lg\:flex {
    display: flex;
  }

  .lg\:grid {
    display: grid;
  }

  .lg\:hidden {
    display: none;
  }

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

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

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

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

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

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

  .lg\:gap-1_87vw {
    grid-gap: 1.87vw;
    grid-gap: 1.87vw;
    gap: 1.87vw;
  }

  .lg\:gap-5vw {
    grid-gap: 5vw;
    grid-gap: 5vw;
    gap: 5vw;
  }

  .lg\:gap-x-48 {
    grid-column-gap: 48px;
    grid-column-gap: 48px;
    -moz-column-gap: 48px;
         column-gap: 48px;
  }

  .lg\:gap-y-40 {
    grid-row-gap: 40px;
    grid-row-gap: 40px;
    row-gap: 40px;
  }

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

  .lg\:text-16-20 {
    font-size: 16px;
    line-height: 20px;
  }

  .lg\:text-24-30 {
    font-size: 24px;
    line-height: 30px;
  }

  .lg\:text-24-32 {
    font-size: 24px;
    line-height: 32px;
  }

  .lg\:text-64-73 {
    font-size: 64px;
    line-height: 73px;
  }

  .lg\:text-0_93vw {
    font-size: 0.93vw;
    line-height: 0.93vw;
  }

  .lg\:text-1_09vw {
    font-size: 1.09vw;
    line-height: 1.09vw;
  }

  .lg\:text-1_25vw {
    font-size: 1.25vw;
    line-height: 1.25vw;
  }

  .lg\:text-1_25vw-1_64vw {
    font-size: 1.25vw;
    line-height: 1.64vw;
  }

  .lg\:text-1_40vw-1_87vw {
    font-size: 1.40vw;
    line-height: 1.87vw;
  }

  .lg\:text-1_56vw-1_87vw {
    font-size: 1.56vw;
    line-height: 1.87vw;
  }

  .lg\:text-1_87vw {
    font-size: 1.87vw;
    line-height: 2.5vw;
  }

  .lg\:text-2_5vw-3_59vw {
    font-size: 2.5vw;
    line-height: 3.59vw;
  }

  .lg\:text-3_75vw {
    font-size: 3.75vw;
    line-height: 5vw;
  }

  .lg\:text-5vw {
    font-size: 5vw;
    line-height: 5.7vw;
  }

  .lg\:text-6_25vw {
    font-size: 6.25vw;
    line-height: 6.25vw;
  }

  .lg\:text-6_25vw-7_03vw {
    font-size: 6.25vw;
    line-height: 7.03vw;
  }

  .lg\:text-6_25vw-9_06vw {
    font-size: 6.25vw;
    line-height: 9.06vw;
  }

  .lg\:text-7_5vw {
    font-size: 7.5vw;
    line-height: 7.5vw;
  }

  .lg\:text-10vw {
    font-size: 10vw;
    line-height: 10.31vw;
  }

  .lg\:text-23_43vw {
    font-size: 23.43vw;
    line-height: 23.43vw;
  }

  .lg\:text-32_5vw {
    font-size: 32.5vw;
    line-height: 32.5vw;
  }

  .lg\:h-104 {
    height: 104px;
  }

  .lg\:h-auto {
    height: auto;
  }

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

  .lg\:h-100vh {
    height: 100vh;
  }

  .lg\:h-1_87vw {
    height: 1.87vw;
  }

  .lg\:h-1_9vw {
    height: 1.9vw;
  }

  .lg\:h-2_03vw {
    height: 2.03vw;
  }

  .lg\:h-2_96vw {
    height: 2.96vw;
  }

  .lg\:h-4_68vw {
    height: 4.68vw;
  }

  .lg\:h-5_2vw {
    height: 5.2vw;
  }

  .lg\:h-7_03vw {
    height: 7.03vw;
  }

  .lg\:h-32_81vw {
    height: 32.81vw;
  }

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

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

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

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

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

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

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

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

  .lg\:top-auto {
    top: auto;
  }

  .lg\:bottom-auto {
    bottom: auto;
  }

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

  .lg\:top-3_90vw {
    top: 3.90vw;
  }

  .lg\:right-3_90vw {
    right: 3.90vw;
  }

  .lg\:top-8_12vw {
    top: 8.12vw;
  }

  .lg\:left-8_59vw {
    left: 8.59vw;
  }

  .lg\:top-14_84vw {
    top: 14.84vw;
  }

  .lg\:right-14_84vw {
    right: 14.84vw;
  }

  .lg\:top-15_625vw {
    top: 15.625vw;
  }

  .lg\:left-23_04vw {
    left: 23.04vw;
  }

  .lg\:left-28vw {
    left: 28vw;
  }

  .lg\:-top-1_87vw {
    top: -1.87vw;
  }

  .lg\:-left-14_06vw {
    left: -14.06vw;
  }

  .lg\:-bottom-15_625vw {
    bottom: -15.625vw;
  }

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

  .lg\:top-50\% {
    top: 50%;
  }

  .lg\:left-50\% {
    left: 50%;
  }

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

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

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

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

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

  .lg\:my-15_62vw {
    margin-top: 15.62vw;
    margin-bottom: 15.62vw;
  }

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

  .lg\:mb-0 {
    margin-bottom: 0;
  }

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

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

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

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

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

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

  .lg\:mb-64 {
    margin-bottom: 64px;
  }

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

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

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

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

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

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

  .lg\:mt-0_31vw {
    margin-top: 0.31vw;
  }

  .lg\:mb-0_31vw {
    margin-bottom: 0.31vw;
  }

  .lg\:mb-0_46vw {
    margin-bottom: 0.46vw;
  }

  .lg\:mb-0_62vw {
    margin-bottom: 0.62vw;
  }

  .lg\:mb-1_25vw {
    margin-bottom: 1.25vw;
  }

  .lg\:mb-1_87vw {
    margin-bottom: 1.87vw;
  }

  .lg\:mb-2_18vw {
    margin-bottom: 2.18vw;
  }

  .lg\:mb-2_34vw {
    margin-bottom: 2.34vw;
  }

  .lg\:mb-2_5vw {
    margin-bottom: 2.5vw;
  }

  .lg\:mb-3_12vw {
    margin-bottom: 3.12vw;
  }

  .lg\:mb-3_75vw {
    margin-bottom: 3.75vw;
  }

  .lg\:ml-3_9vw {
    margin-left: 3.9vw;
  }

  .lg\:mb-4_37vw {
    margin-bottom: 4.37vw;
  }

  .lg\:mb-5vw {
    margin-bottom: 5vw;
  }

  .lg\:mb-5_62vw {
    margin-bottom: 5.62vw;
  }

  .lg\:mt-6_875vw {
    margin-top: 6.875vw;
  }

  .lg\:mb-7_81vw {
    margin-bottom: 7.81vw;
  }

  .lg\:mr-11_71vw {
    margin-right: 11.71vw;
  }

  .lg\:ml-11_71vw {
    margin-left: 11.71vw;
  }

  .lg\:mb-14_06vw {
    margin-bottom: 14.06vw;
  }

  .lg\:ml-35_15vw {
    margin-left: 35.15vw;
  }

  .lg\:ml-47_5vw {
    margin-left: 47.5vw;
  }

  .lg\:-mt-2_96vw {
    margin-top: -2.96vw;
  }

  .lg\:-mt-5_23vw {
    margin-top: -5.23vw;
  }

  .lg\:-ml-5_23vw {
    margin-left: -5.23vw;
  }

  .lg\:-mt-7_18vw {
    margin-top: -7.18vw;
  }

  .lg\:-ml-7_18vw {
    margin-left: -7.18vw;
  }

  .lg\:-mt-12_34vw {
    margin-top: -12.34vw;
  }

  .lg\:-mt-21_09vw {
    margin-top: -21.09vw;
  }

  .lg\:max-h-768 {
    max-height: 768px;
  }

  .lg\:max-h-none {
    max-height: none;
  }

  .lg\:max-w-280 {
    max-width: 280px;
  }

  .lg\:max-w-620 {
    max-width: 620px;
  }

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

  .lg\:max-w-27_75vw {
    max-width: 27.75vw;
  }

  .lg\:max-w-32_5vw {
    max-width: 32.5vw;
  }

  .lg\:max-w-37_5vw {
    max-width: 37.5vw;
  }

  .lg\:max-w-41_40vw {
    max-width: 41.40vw;
  }

  .lg\:max-w-48_43vw {
    max-width: 48.43vw;
  }

  .lg\:max-w-49_21vw {
    max-width: 49.21vw;
  }

  .lg\:max-w-54_68vw {
    max-width: 54.68vw;
  }

  .lg\:max-w-57_03vw {
    max-width: 57.03vw;
  }

  .lg\:max-w-39_5vw {
    max-width: 39.5vw;
  }

  .lg\:max-w-76_56vw {
    max-width: 76.56vw;
  }

  .lg\:max-w-54vw {
    max-width: 54vw;
  }

  .lg\:min-h-590 {
    min-height: 590px;
  }

  .lg\:min-h-100vh {
    min-height: 100vh;
  }

  .lg\:min-w-8_59vw {
    min-width: 8.59vw;
  }

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

  .lg\:overflow-hidden {
    overflow: hidden;
  }

  .lg\:overflow-visible {
    overflow: visible;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .lg\:py-1_87vw {
    padding-top: 1.87vw;
    padding-bottom: 1.87vw;
  }

  .lg\:px-3_75vw {
    padding-left: 3.75vw;
    padding-right: 3.75vw;
  }

  .lg\:px-3_9vw {
    padding-left: 3.9vw;
    padding-right: 3.9vw;
  }

  .lg\:px-5_62vw {
    padding-left: 5.62vw;
    padding-right: 5.62vw;
  }

  .lg\:py-6_25vw {
    padding-top: 6.25vw;
    padding-bottom: 6.25vw;
  }

  .lg\:py-7_03vw {
    padding-top: 7.03vw;
    padding-bottom: 7.03vw;
  }

  .lg\:py-10_54vw {
    padding-top: 10.54vw;
    padding-bottom: 10.54vw;
  }

  .lg\:py-11_09vw {
    padding-top: 11.09vw;
    padding-bottom: 11.09vw;
  }

  .lg\:px-11_09vw {
    padding-left: 11.09vw;
    padding-right: 11.09vw;
  }

  .lg\:px-11_71vw {
    padding-left: 11.71vw;
    padding-right: 11.71vw;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .lg\:pt-128 {
    padding-top: 128px;
  }

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

  .lg\:pt-0_31vw {
    padding-top: 0.31vw;
  }

  .lg\:pb-0_7vw {
    padding-bottom: 0.7vw;
  }

  .lg\:pt-1_09vw {
    padding-top: 1.09vw;
  }

  .lg\:pb-1_09vw {
    padding-bottom: 1.09vw;
  }

  .lg\:pt-1_87vw {
    padding-top: 1.87vw;
  }

  .lg\:pb-1_87vw {
    padding-bottom: 1.87vw;
  }

  .lg\:pt-2_34vw {
    padding-top: 2.34vw;
  }

  .lg\:pr-2_34vw {
    padding-right: 2.34vw;
  }

  .lg\:pl-2_34vw {
    padding-left: 2.34vw;
  }

  .lg\:pt-3_12vw {
    padding-top: 3.12vw;
  }

  .lg\:pr-3_28vw {
    padding-right: 3.28vw;
  }

  .lg\:pt-3_75vw {
    padding-top: 3.75vw;
  }

  .lg\:pb-3_75vw {
    padding-bottom: 3.75vw;
  }

  .lg\:pr-3_9vw {
    padding-right: 3.9vw;
  }

  .lg\:pl-4_06vw {
    padding-left: 4.06vw;
  }

  .lg\:pt-4_37vw {
    padding-top: 4.37vw;
  }

  .lg\:pr-4_37vw {
    padding-right: 4.37vw;
  }

  .lg\:pl-4_37vw {
    padding-left: 4.37vw;
  }

  .lg\:pt-4_92vw {
    padding-top: 4.92vw;
  }

  .lg\:pt-6_25vw {
    padding-top: 6.25vw;
  }

  .lg\:pb-6_25vw {
    padding-bottom: 6.25vw;
  }

  .lg\:pt-6_79vw {
    padding-top: 6.79vw;
  }

  .lg\:pb-6_87vw {
    padding-bottom: 6.87vw;
  }

  .lg\:pt-7_03vw {
    padding-top: 7.03vw;
  }

  .lg\:pr-7_03vw {
    padding-right: 7.03vw;
  }

  .lg\:pb-7_03vw {
    padding-bottom: 7.03vw;
  }

  .lg\:pr-7_81vw {
    padding-right: 7.81vw;
  }

  .lg\:pb-7_81vw {
    padding-bottom: 7.81vw;
  }

  .lg\:pl-7_81vw {
    padding-left: 7.81vw;
  }

  .lg\:pr-8_59vw {
    padding-right: 8.59vw;
  }

  .lg\:pl-8_59vw {
    padding-left: 8.59vw;
  }

  .lg\:pr-9_84vw {
    padding-right: 9.84vw;
  }

  .lg\:pl-9_84vw {
    padding-left: 9.84vw;
  }

  .lg\:pl-10_15vw {
    padding-left: 10.15vw;
  }

  .lg\:pr-10_54vw {
    padding-right: 10.54vw;
  }

  .lg\:pb-10_93vw {
    padding-bottom: 10.93vw;
  }

  .lg\:pl-11_01vw {
    padding-left: 11.01vw;
  }

  .lg\:pt-11_09vw {
    padding-top: 11.09vw;
  }

  .lg\:pl-11_09vw {
    padding-left: 11.09vw;
  }

  .lg\:pt-11_71vw {
    padding-top: 11.71vw;
  }

  .lg\:pl-11_71vw {
    padding-left: 11.71vw;
  }

  .lg\:pt-12_34vw {
    padding-top: 12.34vw;
  }

  .lg\:pl-12_34vw {
    padding-left: 12.34vw;
  }

  .lg\:pt-13_04vw {
    padding-top: 13.04vw;
  }

  .lg\:pt-14_6vw {
    padding-top: 14.6vw;
  }

  .lg\:pb-14_6vw {
    padding-bottom: 14.6vw;
  }

  .lg\:pt-15_62vw {
    padding-top: 15.62vw;
  }

  .lg\:pl-15_62vw {
    padding-left: 15.62vw;
  }

  .lg\:pt-16_25vw {
    padding-top: 16.25vw;
  }

  .lg\:pt-20_78vw {
    padding-top: 20.78vw;
  }

  .lg\:pl-20_78vw {
    padding-left: 20.78vw;
  }

  .lg\:pt-23_43vw {
    padding-top: 23.43vw;
  }

  .lg\:pb-23_43vw {
    padding-bottom: 23.43vw;
  }

  .lg\:pl-59\% {
    padding-left: 59%;
  }

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

  .lg\:pointer-events-none {
    pointer-events: none;
  }

  .lg\:pointer-events-auto {
    pointer-events: auto;
  }

  .lg\:absolute {
    position: absolute;
  }

  .lg\:relative {
    position: relative;
  }

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

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

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

  .lg\:text-gray-platinum {
    --text-opacity: 1;
    color: #303134;
    color: rgba(48, 49, 52, 1);
    color: rgba(48, 49, 52, var(--text-opacity));
  }

  .lg\:text-white {
    --text-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, 1);
    color: rgba(255, 255, 255, var(--text-opacity));
  }

  .lg\:transform {
    --transform-translate-x: 0;
    --transform-translate-y: 0;
    --transform-rotate: 0;
    --transform-skew-x: 0;
    --transform-skew-y: 0;
    --transform-scale-x: 1;
    --transform-scale-y: 1;
    transform: translateX(var(--transform-translate-x)) translateY(var(--transform-translate-y)) rotate(var(--transform-rotate)) skewX(var(--transform-skew-x)) skewY(var(--transform-skew-y)) scaleX(var(--transform-scale-x)) scaleY(var(--transform-scale-y));
  }

  .lg\:-translate-x-50\% {
    --transform-translate-x: -50%;
  }

  .lg\:-translate-x-60vw {
    --transform-translate-x: -60vw;
  }

  .lg\:-translate-y-50\% {
    --transform-translate-y: -50%;
  }

  .lg\:w-14 {
    width: 14px;
  }

  .lg\:w-28 {
    width: 28px;
  }

  .lg\:w-55 {
    width: 55px;
  }

  .lg\:w-125 {
    width: 125px;
  }

  .lg\:w-144 {
    width: 144px;
  }

  .lg\:w-173 {
    width: 173px;
  }

  .lg\:w-244 {
    width: 244px;
  }

  .lg\:w-386 {
    width: 386px;
  }

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

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

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

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

  .lg\:w-14\% {
    width: 14%;
  }

  .lg\:w-28\% {
    width: 28%;
  }

  .lg\:w-33_5\% {
    width: 33.5%;
  }

  .lg\:w-39\% {
    width: 39%;
  }

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

  .lg\:w-48\% {
    width: 48%;
  }

  .lg\:w-49\% {
    width: 49%;
  }

  .lg\:w-60\% {
    width: 60%;
  }

  .lg\:w-55\% {
    width: 55%;
  }

  .lg\:w-57\% {
    width: 57%;
  }

  .lg\:w-66_5\% {
    width: 66.5%;
  }

  .lg\:w-68\% {
    width: 68%;
  }

  .lg\:w-83\% {
    width: 83%;
  }

  .lg\:w-100vw {
    width: 100vw;
  }

  .lg\:w-1_87vw {
    width: 1.87vw;
  }

  .lg\:w-6_56vw {
    width: 6.56vw;
  }

  .lg\:w-10_15vw {
    width: 10.15vw;
  }

  .lg\:w-10_93vw {
    width: 10.93vw;
  }

  .lg\:w-14_06vw {
    width: 14.06vw;
  }

  .lg\:w-15_62vw {
    width: 15.62vw;
  }

  .lg\:w-21_95vw {
    width: 21.95vw;
  }

  .lg\:w-23_43vw {
    width: 23.43vw;
  }

  .lg\:w-25vw {
    width: 25vw;
  }

  .lg\:w-29_76vw {
    width: 29.76vw;
  }

  .lg\:w-32_03vw {
    width: 32.03vw;
  }

  .lg\:w-36_40vw {
    width: 36.40vw;
  }

  .lg\:w-37_5vw {
    width: 37.5vw;
  }

  .lg\:w-39_06vw {
    width: 39.06vw;
  }

  .lg\:w-40_62vw {
    width: 40.62vw;
  }

  .lg\:w-47_5vw {
    width: 47.5vw;
  }

  .lg\:w-49_21vw {
    width: 49.21vw;
  }

  .lg\:w-50vw {
    width: 50vw;
  }

  .lg\:w-50_78vw {
    width: 50.78vw;
  }

  .lg\:w-52_5vw {
    width: 52.5vw;
  }

  .lg\:w-68_35vw {
    width: 68.35vw;
  }

  .lg\:w-76_56vw {
    width: 76.56vw;
  }

  .lg\:break-normal {
    word-wrap: normal;
    overflow-wrap: normal;
    word-break: normal;
  }

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

  .lg\:z-1 {
    z-index: 1;
  }

  .lg\:z-5 {
    z-index: 5;
  }

  .lg\:z-6 {
    z-index: 6;
  }

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

@media (min-width: 1280px) {
  .mw\:container {
    width: 100%;
  }
}

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

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

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

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

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

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

@media (min-width: 1280px) {

  .mw\:gap-64 {
    grid-gap: 64px;
    grid-gap: 64px;
    gap: 64px;
  }

  .mw\:text-16-20 {
    font-size: 16px;
    line-height: 20px;
  }

  .mw\:text-20-24 {
    font-size: 20px;
    line-height: 24px;
  }

  .mw\:text-24-24 {
    font-size: 24px;
    line-height: 24px;
  }

  .mw\:text-24-32 {
    font-size: 24px;
    line-height: 32px;
  }

  .mw\:text-48-64 {
    font-size: 48px;
    line-height: 64px;
  }

  .mw\:text-72-94 {
    font-size: 72px;
    line-height: 94px;
  }

  .mw\:text-80-88 {
    font-size: 80px;
    line-height: 88px;
  }

  .mw\:text-96-104 {
    font-size: 96px;
    line-height: 104px;
  }

  .mw\:text-416-416 {
    font-size: 416px;
    line-height: 416px;
  }

  .mw\:h-60 {
    height: 60px;
  }

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

  .mw\:mb-48 {
    margin-bottom: 48px;
  }

  .mw\:mb-64 {
    margin-bottom: 64px;
  }

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

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

  .mw\:px-72 {
    padding-left: 72px;
    padding-right: 72px;
  }

  .mw\:py-104 {
    padding-top: 104px;
    padding-bottom: 104px;
  }

  .mw\:px-130 {
    padding-left: 130px;
    padding-right: 130px;
  }

  .mw\:pb-8 {
    padding-bottom: 8px;
  }

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

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

  .mw\:pt-32 {
    padding-top: 32px;
  }

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

  .mw\:pt-56 {
    padding-top: 56px;
  }

  .mw\:pt-92 {
    padding-top: 92px;
  }

  .mw\:pb-92 {
    padding-bottom: 92px;
  }

  .mw\:pr-126 {
    padding-right: 126px;
  }

  .mw\:pl-130 {
    padding-left: 130px;
  }

  .mw\:pt-200 {
    padding-top: 200px;
  }
}

@media (min-width: 1510px) {
  .xxl\:container {
    width: 100%;
  }
}

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

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

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

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

@media (min-width: 1510px) and (min-width: 1510px) {
    .xxl\:container {
      max-width: 1510px;
    }
  }

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

@media (min-width: 1510px) {

  .xxl\:text-0_93vw {
    font-size: 0.93vw;
    line-height: 0.93vw;
  }

  .xxl\:text-1_25vw {
    font-size: 1.25vw;
    line-height: 1.25vw;
  }

  .xxl\:text-3_75vw {
    font-size: 3.75vw;
    line-height: 5vw;
  }

  .xxl\:h-1_4vw {
    height: 1.4vw;
  }

  .xxl\:h-4vw {
    height: 4vw;
  }
}

@media (min-width: 1920px) {
  .xxxl\:container {
    width: 100%;
  }
}

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

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

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

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

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

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


