/*! 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: 1512px) {
  .container {
    max-width: 1512px;
  }
}

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

  src:  url(./../fonts/ff3a36c33b83670d7a37b2a4bea2623d.woff2) format('woff2'),
        url(./../fonts/0e1f92ac0d3ac8863d0c0c4db767e14d.woff) format('woff');

  font-weight: 300;

  font-style: normal;
}

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

  src:  url(./../fonts/a7cfda8e322242c49247550915e00013.woff2) format('woff2'),
        url(./../fonts/31bc880f5dd61a89b1803279fc906a3f.woff) format('woff');

  font-weight: 500;

  font-style: normal;
}

/*
@font-face {
  font-family: 'sangbleusans';
  src:  url('./../fonts/sangbleusans-light-webfont.woff2') format('woff2'),
        url('./../fonts/sangbleusans-light-webfont.woff') format('woff');
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: 'sangbleusans';
  src:  url('./../fonts/sangbleusans-regular-webfont.woff2') format('woff2'),
        url('./../fonts/sangbleusans-regular-webfont.woff') format('woff');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'sangbleusans';
  src:  url('./../fonts/sangbleusans-medium-webfont.woff2') format('woff2'),
        url('./../fonts/sangbleusans-medium-webfont.woff') format('woff');
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'druk';
  src:  url('./../fonts/druk-medium-webfont.woff2') format('woff2'),
        url('./../fonts/druk-medium-webfont.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;
}

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

.bg-black {
  background-color: #1d1d1b;
}

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

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

.bg-white-20\% {
  background-color: #CB3D42;
}

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

.bg-red-light {
  background-color: #F2CED0;
}

.bg-red-status {
  background-color: #EA333A;
}

.bg-green-status {
  background-color: #2FCC48;
}

.bg-green-chart {
  background-color: #00BE13;
}

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

.bg-blue-chart {
  background-color: #1A00BD;
}

.bg-orange-status {
  background-color: #FF8A00;
}

.bg-orange-chart {
  background-color: #CE6F00;
}

.bg-purple-chart {
  background-color: #8000BD;
}

.bg-pink-chart {
  background-color: #CC0044;
}

.bg-yellow-status {
  background-color: #FFC700;
}

.border-transparent {
  border-color: transparent;
}

.border-black {
  border-color: #1d1d1b;
}

.border-black-20\% {
  border-color: rgba(0, 0, 0, 0.2);
}

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

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

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

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

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

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

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

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

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

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

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

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

.border-r-1 {
  border-right-width: 1px;
}

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

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

.cursor-pointer {
  cursor: pointer;
}

.block {
  display: block;
}

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

.inline {
  display: inline;
}

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

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

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

.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-28 {
  grid-gap: 28px;
  grid-gap: 28px;
  gap: 28px;
}

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

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

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

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

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

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

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

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

.gap-x-24 {
  grid-column-gap: 24px;
  grid-column-gap: 24px;
  -moz-column-gap: 24px;
       column-gap: 24px;
}

.gap-x-40 {
  grid-column-gap: 40px;
  grid-column-gap: 40px;
  -moz-column-gap: 40px;
       column-gap: 40px;
}

.gap-y-32 {
  grid-row-gap: 32px;
  grid-row-gap: 32px;
  row-gap: 32px;
}

.gap-y-56 {
  grid-row-gap: 56px;
  grid-row-gap: 56px;
  row-gap: 56px;
}

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

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

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

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

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

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

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

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

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

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

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

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

.italic {
  font-style: italic;
}

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

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

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

.font-semibold {
  font-weight: 600;
}

.h-2 {
  height: 2px;
}

.h-24 {
  height: 24px;
}

.h-40 {
  height: 40px;
}

.h-44 {
  height: 44px;
}

.h-46 {
  height: 46px;
}

.h-56 {
  height: 56px;
}

.h-76 {
  height: 76px;
}

.h-80 {
  height: 80px;
}

.h-98 {
  height: 98px;
}

.h-118 {
  height: 118px;
}

.h-163 {
  height: 163px;
}

.h-212 {
  height: 212px;
}

.h-232 {
  height: 232px;
}

.h-320 {
  height: 320px;
}

.h-380 {
  height: 380px;
}

.h-385 {
  height: 385px;
}

.h-445 {
  height: 445px;
}

.h-466 {
  height: 466px;
}

.h-fit {
  height: -moz-fit-content;
  height: fit-content;
}

.h-auto {
  height: auto;
}

.h-full {
  height: 100%;
}

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

.inset-0 {
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
}

.top-0 {
  top: 0px;
}

.right-0 {
  right: 0px;
}

.bottom-0 {
  bottom: 0px;
}

.left-0 {
  left: 0px;
}

.top-16 {
  top: 16px;
}

.right-16 {
  right: 16px;
}

.left-16 {
  left: 16px;
}

.top-28 {
  top: 28px;
}

.bottom-48 {
  bottom: 48px;
}

.top-50 {
  top: 50px;
}

.left-50 {
  left: 50px;
}

.bottom-90 {
  bottom: 90px;
}

.top-136 {
  top: 136px;
}

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

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

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

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

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

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

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

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

.leading-none {
  line-height: 1;
}

.list-decimal {
  list-style-type: decimal;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.min-h-480 {
  min-height: 480px;
}

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

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

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

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

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

.opacity-0 {
  opacity: 0;
}

.opacity-20 {
  opacity: .20;
}

.opacity-40 {
  opacity: .40;
}

.opacity-60 {
  opacity: .60;
}

.opacity-100 {
  opacity: 1;
}

.overflow-hidden {
  overflow: hidden;
}

.overflow-visible {
  overflow: visible;
}

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

.p-6 {
  padding: 6px;
}

.p-12 {
  padding: 12px;
}

.p-16 {
  padding: 16px;
}

.p-24 {
  padding: 24px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.pb-32 {
  padding-bottom: 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;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.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-black {
  --text-opacity: 1;
  color: #1d1d1b;
  color: rgba(29, 29, 27, 1);
  color: rgba(29, 29, 27, var(--text-opacity));
}

.text-black-30\% {
  --text-opacity: 1;
  color: #B3B3B3;
  color: rgba(179, 179, 179, 1);
  color: rgba(179, 179, 179, var(--text-opacity));
}

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

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

.text-red {
  --text-opacity: 1;
  color: #be0c13;
  color: rgba(190, 12, 19, 1);
  color: rgba(190, 12, 19, var(--text-opacity));
}

.underline {
  text-decoration: underline;
}

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

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

.uppercase {
  text-transform: uppercase;
}

.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-150 {
  transition-duration: 150ms;
}

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

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

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

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

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

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

.w-24 {
  width: 24px;
}

.w-40 {
  width: 40px;
}

.w-51 {
  width: 51px;
}

.w-56 {
  width: 56px;
}

.w-65 {
  width: 65px;
}

.w-70 {
  width: 70px;
}

.w-80 {
  width: 80px;
}

.w-83 {
  width: 83px;
}

.w-85 {
  width: 85px;
}

.w-101 {
  width: 101px;
}

.w-132 {
  width: 132px;
}

.w-154 {
  width: 154px;
}

.w-176 {
  width: 176px;
}

.w-232 {
  width: 232px;
}

.w-260 {
  width: 260px;
}

.w-328 {
  width: 328px;
}

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

.w-auto {
  width: auto;
}

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

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

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

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

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

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

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

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

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

.w-full {
  width: 100%;
}

.w-full-65 {
  width: calc(100% - 65px);
}

.w-full-85 {
  width: calc(100% - 85px);
}

.w-full-9_52vw {
  width: calc(100% - 9.52vw);
}

.truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

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

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

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

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

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

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

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

/* MAPBOX */

.mapboxgl-map {
  font: 12px/20px 'Helvetica Neue', Arial, Helvetica, sans-serif;
  overflow: hidden;
  position: relative;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.mapboxgl-canvas {
  position: absolute;
  left: 0;
  top: 0;
}

.mapboxgl-map:-webkit-full-screen {
  width: 100%;
  height: 100%;
}

.mapboxgl-canary {
  background-color: salmon;
}

.mapboxgl-canvas-container.mapboxgl-interactive,
.mapboxgl-ctrl-group button.mapboxgl-ctrl-compass {
  cursor: grab;
  -moz-user-select: none;
  -webkit-user-select: none;
  user-select: none;
}

.mapboxgl-canvas-container.mapboxgl-interactive.mapboxgl-track-pointer {
  cursor: pointer;
}

.mapboxgl-canvas-container.mapboxgl-interactive:active,
.mapboxgl-ctrl-group button.mapboxgl-ctrl-compass:active {
  cursor: grabbing;
}

.mapboxgl-canvas-container.mapboxgl-touch-zoom-rotate,
.mapboxgl-canvas-container.mapboxgl-touch-zoom-rotate .mapboxgl-canvas {
  touch-action: pan-x pan-y;
}

.mapboxgl-canvas-container.mapboxgl-touch-drag-pan,
.mapboxgl-canvas-container.mapboxgl-touch-drag-pan .mapboxgl-canvas {
  touch-action: pinch-zoom;
}

.mapboxgl-canvas-container.mapboxgl-touch-zoom-rotate.mapboxgl-touch-drag-pan,
.mapboxgl-canvas-container.mapboxgl-touch-zoom-rotate.mapboxgl-touch-drag-pan .mapboxgl-canvas {
  touch-action: none;
}

.mapboxgl-ctrl-top-left,
.mapboxgl-ctrl-top-right,
.mapboxgl-ctrl-bottom-left,
.mapboxgl-ctrl-bottom-right { position: absolute; pointer-events: none; z-index: 2;
}

.mapboxgl-ctrl-top-left     { top: 0; left: 0;
}

.mapboxgl-ctrl-top-right    { top: 0; right: 0;
}

.mapboxgl-ctrl-bottom-left  { bottom: 0; left: 0;
}

.mapboxgl-ctrl-bottom-right { right: 0; bottom: 0;
}

.mapboxgl-ctrl {
  clear: both;
  pointer-events: auto;
  /* workaround for a Safari bug https://github.com/mapbox/mapbox-gl-js/issues/8185 */
  transform: translate(0, 0);
}

.mapboxgl-ctrl-top-left .mapboxgl-ctrl     { margin: 10px 0 0 10px; float: left;
}

.mapboxgl-ctrl-top-right .mapboxgl-ctrl    { margin: 10px 10px 0 0; float: right;
}

.mapboxgl-ctrl-bottom-left .mapboxgl-ctrl  { margin: 0 0 10px 10px; float: left;
}

.mapboxgl-ctrl-bottom-right .mapboxgl-ctrl { margin: 0 10px 10px 0; float: right;
}

.mapboxgl-ctrl-group {
  border-radius: 4px;
  background: #fff;
}

.mapboxgl-ctrl-group:not(:empty) {
  box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.1);
}

@media (-ms-high-contrast: active) {
  .mapboxgl-ctrl-group:not(:empty) {
    box-shadow: 0 0 0 2px ButtonText;
  }
}

.mapboxgl-ctrl-group button {
  width: 29px;
  height: 29px;
  display: block;
  padding: 0;
  outline: none;
  border: 0;
  box-sizing: border-box;
  background-color: transparent;
  cursor: pointer;
}

.mapboxgl-ctrl-group button + button {
  border-top: 1px solid #ddd;
}

.mapboxgl-ctrl button .mapboxgl-ctrl-icon {
  display: block;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
}

@media (-ms-high-contrast: active) {
  .mapboxgl-ctrl-icon {
    background-color: transparent;
  }

  .mapboxgl-ctrl-group button + button {
    border-top: 1px solid ButtonText;
  }
}

/* https://bugzilla.mozilla.org/show_bug.cgi?id=140562 */

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

.mapboxgl-ctrl-group button:focus {
  box-shadow: 0 0 2px 2px rgba(0, 150, 255, 1);
}

.mapboxgl-ctrl button:disabled {
  cursor: not-allowed;
}

.mapboxgl-ctrl button:disabled .mapboxgl-ctrl-icon {
  opacity: 0.25;
}

.mapboxgl-ctrl button:not(:disabled):hover {
  background-color: rgba(0, 0, 0, 0.05);
}

.mapboxgl-ctrl-group button:focus:focus-visible {
  box-shadow: 0 0 2px 2px rgba(0, 150, 255, 1);
}

.mapboxgl-ctrl-group button:focus:not(:focus-visible) {
  box-shadow: none;
}

.mapboxgl-ctrl-group button:focus:first-child {
  border-radius: 4px 4px 0 0;
}

.mapboxgl-ctrl-group button:focus:last-child {
  border-radius: 0 0 4px 4px;
}

.mapboxgl-ctrl-group button:focus:only-child {
  border-radius: inherit;
}

.mapboxgl-ctrl button.mapboxgl-ctrl-zoom-out .mapboxgl-ctrl-icon {
  /*background-image: svg-load('svg/mapboxgl-ctrl-zoom-out.svg', fill: #333);*/
}

.mapboxgl-ctrl button.mapboxgl-ctrl-zoom-in .mapboxgl-ctrl-icon {
  /*background-image: svg-load('svg/mapboxgl-ctrl-zoom-in.svg', fill: #333);*/
}

@media (-ms-high-contrast: active) {
  .mapboxgl-ctrl button.mapboxgl-ctrl-zoom-out .mapboxgl-ctrl-icon {
    /*background-image: svg-load('svg/mapboxgl-ctrl-zoom-out.svg', fill: #fff);*/
  }

  .mapboxgl-ctrl button.mapboxgl-ctrl-zoom-in .mapboxgl-ctrl-icon {
    /*background-image: svg-load('svg/mapboxgl-ctrl-zoom-in.svg', fill: #fff);*/
  }
}

@media (-ms-high-contrast: black-on-white) {
  .mapboxgl-ctrl button.mapboxgl-ctrl-zoom-out .mapboxgl-ctrl-icon {
    /*background-image: svg-load('svg/mapboxgl-ctrl-zoom-out.svg', fill: #000);*/
  }

  .mapboxgl-ctrl button.mapboxgl-ctrl-zoom-in .mapboxgl-ctrl-icon {
    /*background-image: svg-load('svg/mapboxgl-ctrl-zoom-in.svg', fill: #000);*/
  }
}

.mapboxgl-ctrl button.mapboxgl-ctrl-fullscreen .mapboxgl-ctrl-icon {
  /*background-image: svg-load('svg/mapboxgl-ctrl-fullscreen.svg', fill: #333);*/
}

.mapboxgl-ctrl button.mapboxgl-ctrl-shrink .mapboxgl-ctrl-icon {
  /*background-image: svg-load('svg/mapboxgl-ctrl-shrink.svg');*/
}

@media (-ms-high-contrast: active) {
  .mapboxgl-ctrl button.mapboxgl-ctrl-fullscreen .mapboxgl-ctrl-icon {
    /*background-image: svg-load('svg/mapboxgl-ctrl-fullscreen.svg', fill: #fff);*/
  }

  .mapboxgl-ctrl button.mapboxgl-ctrl-shrink .mapboxgl-ctrl-icon {
    /*background-image: svg-load('svg/mapboxgl-ctrl-shrink.svg', fill: #fff);*/
  }
}

@media (-ms-high-contrast: black-on-white) {
  .mapboxgl-ctrl button.mapboxgl-ctrl-fullscreen .mapboxgl-ctrl-icon {
    /*background-image: svg-load('svg/mapboxgl-ctrl-fullscreen.svg', fill: #000);*/
  }

  .mapboxgl-ctrl button.mapboxgl-ctrl-shrink .mapboxgl-ctrl-icon {
    /*background-image: svg-load('svg/mapboxgl-ctrl-shrink.svg', fill: #000);*/
  }
}

.mapboxgl-ctrl button.mapboxgl-ctrl-compass .mapboxgl-ctrl-icon {
  /*background-image: svg-load('svg/mapboxgl-ctrl-compass.svg', fill: #333);*/
}

@media (-ms-high-contrast: active) {
  .mapboxgl-ctrl button.mapboxgl-ctrl-compass .mapboxgl-ctrl-icon {
    /*
        @svg-load ctrl-compass-white url(svg/mapboxgl-ctrl-compass.svg) {
            fill: #fff;
            #south { fill: #999; }
        }
        */
    background-image: svg-inline(ctrl-compass-white);
  }
}

@media (-ms-high-contrast: black-on-white) {
  .mapboxgl-ctrl button.mapboxgl-ctrl-compass .mapboxgl-ctrl-icon {
    /*background-image: svg-load('svg/mapboxgl-ctrl-compass.svg', fill: #000);*/
  }
}

/*
@svg-load ctrl-geolocate url(svg/mapboxgl-ctrl-geolocate.svg) {
    fill: #333;
    #stroke { display: none; }
}

@svg-load ctrl-geolocate-white url(svg/mapboxgl-ctrl-geolocate.svg) {
    fill: #fff;
    #stroke { display: none; }
}

@svg-load ctrl-geolocate-black url(svg/mapboxgl-ctrl-geolocate.svg) {
    fill: #000;
    #stroke { display: none; }
}

@svg-load ctrl-geolocate-disabled url(svg/mapboxgl-ctrl-geolocate.svg) {
    fill: #aaa;
    #stroke { fill: #f00; }
}

@svg-load ctrl-geolocate-disabled-white url(svg/mapboxgl-ctrl-geolocate.svg) {
    fill: #999;
    #stroke { fill: #f00; }
}

@svg-load ctrl-geolocate-disabled-black url(svg/mapboxgl-ctrl-geolocate.svg) {
    fill: #666;
    #stroke { fill: #f00; }
}

@svg-load ctrl-geolocate-active url(svg/mapboxgl-ctrl-geolocate.svg) {
    fill: #33b5e5;
    #stroke { display: none; }
}

@svg-load ctrl-geolocate-active-error url(svg/mapboxgl-ctrl-geolocate.svg) {
    fill: #e58978;
    #stroke { display: none; }
}

@svg-load ctrl-geolocate-background url(svg/mapboxgl-ctrl-geolocate.svg) {
    fill: #33b5e5;
    #stroke { display: none; }
    #dot { display: none; }
}

@svg-load ctrl-geolocate-background-error url(svg/mapboxgl-ctrl-geolocate.svg) {
    fill: #e54e33;
    #stroke { display: none; }
    #dot { display: none; }
}

.mapboxgl-ctrl button.mapboxgl-ctrl-geolocate .mapboxgl-ctrl-icon {
    background-image: svg-inline(ctrl-geolocate);
}

.mapboxgl-ctrl button.mapboxgl-ctrl-geolocate:disabled .mapboxgl-ctrl-icon {
    background-image: svg-inline(ctrl-geolocate-disabled);
}

.mapboxgl-ctrl button.mapboxgl-ctrl-geolocate.mapboxgl-ctrl-geolocate-active .mapboxgl-ctrl-icon {
    background-image: svg-inline(ctrl-geolocate-active);
}

.mapboxgl-ctrl button.mapboxgl-ctrl-geolocate.mapboxgl-ctrl-geolocate-active-error .mapboxgl-ctrl-icon {
    background-image: svg-inline(ctrl-geolocate-active-error);
}

.mapboxgl-ctrl button.mapboxgl-ctrl-geolocate.mapboxgl-ctrl-geolocate-background .mapboxgl-ctrl-icon {
    background-image: svg-inline(ctrl-geolocate-background);
}

.mapboxgl-ctrl button.mapboxgl-ctrl-geolocate.mapboxgl-ctrl-geolocate-background-error .mapboxgl-ctrl-icon {
    background-image: svg-inline(ctrl-geolocate-background-error);
}
*/

.mapboxgl-ctrl button.mapboxgl-ctrl-geolocate.mapboxgl-ctrl-geolocate-waiting .mapboxgl-ctrl-icon {
  animation: mapboxgl-spin 2s infinite linear;
}

/*
@media (-ms-high-contrast: active) {
    .mapboxgl-ctrl button.mapboxgl-ctrl-geolocate .mapboxgl-ctrl-icon {
        background-image: svg-inline(ctrl-geolocate-white);
    }

    .mapboxgl-ctrl button.mapboxgl-ctrl-geolocate:disabled .mapboxgl-ctrl-icon {
        background-image: svg-inline(ctrl-geolocate-disabled-white);
    }

    .mapboxgl-ctrl button.mapboxgl-ctrl-geolocate.mapboxgl-ctrl-geolocate-active .mapboxgl-ctrl-icon {
        background-image: svg-inline(ctrl-geolocate-active);
    }

    .mapboxgl-ctrl button.mapboxgl-ctrl-geolocate.mapboxgl-ctrl-geolocate-active-error .mapboxgl-ctrl-icon {
        background-image: svg-inline(ctrl-geolocate-active-error);
    }

    .mapboxgl-ctrl button.mapboxgl-ctrl-geolocate.mapboxgl-ctrl-geolocate-background .mapboxgl-ctrl-icon {
        background-image: svg-inline(ctrl-geolocate-background);
    }

    .mapboxgl-ctrl button.mapboxgl-ctrl-geolocate.mapboxgl-ctrl-geolocate-background-error .mapboxgl-ctrl-icon {
        background-image: svg-inline(ctrl-geolocate-background-error);
    }
}

@media (-ms-high-contrast: black-on-white) {
    .mapboxgl-ctrl button.mapboxgl-ctrl-geolocate .mapboxgl-ctrl-icon {
        background-image: svg-inline(ctrl-geolocate-black);
    }

    .mapboxgl-ctrl button.mapboxgl-ctrl-geolocate:disabled .mapboxgl-ctrl-icon {
        background-image: svg-inline(ctrl-geolocate-disabled-black);
    }
}
*/

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

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

a.mapboxgl-ctrl-logo {
  width: 88px;
  height: 23px;
  margin: 0 0 -4px -4px;
  display: block;
  background-repeat: no-repeat;
  cursor: pointer;
  overflow: hidden;
  /*background-image: svg-load('svg/mapboxgl-ctrl-logo.svg');*/
}

a.mapboxgl-ctrl-logo.mapboxgl-compact {
  width: 23px;
}

@media (-ms-high-contrast: active) {
  a.mapboxgl-ctrl-logo {
    /*
        @svg-load ctrl-logo-white url(svg/mapboxgl-ctrl-logo.svg) {
            #outline { opacity: 1; }
            #fill { opacity: 1; }
        }
        */
    background-color: transparent;
    background-image: svg-inline(ctrl-logo-white);
  }
}

@media (-ms-high-contrast: black-on-white) {
  a.mapboxgl-ctrl-logo {
    /*
        @svg-load ctrl-logo-black url(svg/mapboxgl-ctrl-logo.svg) {
            #outline { opacity: 1; fill: #fff; stroke: #fff; }
            #fill { opacity: 1; fill: #000; }
        }
        */
    background-image: svg-inline(ctrl-logo-black);
  }
}

.mapboxgl-ctrl.mapboxgl-ctrl-attrib {
  padding: 0 5px;
  background-color: rgba(255, 255, 255, 0.5);
  margin: 0;
}

@media screen {
  .mapboxgl-ctrl-attrib.mapboxgl-compact {
    min-height: 20px;
    padding: 0;
    margin: 10px;
    position: relative;
    background-color: #fff;
    border-radius: 3px 12px 12px 3px;
  }

  .mapboxgl-ctrl-attrib.mapboxgl-compact:hover {
    padding: 2px 24px 2px 4px;
    visibility: visible;
    margin-top: 6px;
  }

  .mapboxgl-ctrl-top-left > .mapboxgl-ctrl-attrib.mapboxgl-compact:hover,
    .mapboxgl-ctrl-bottom-left > .mapboxgl-ctrl-attrib.mapboxgl-compact:hover {
    padding: 2px 4px 2px 24px;
    border-radius: 12px 3px 3px 12px;
  }

  .mapboxgl-ctrl-attrib.mapboxgl-compact .mapboxgl-ctrl-attrib-inner {
    display: none;
  }

  .mapboxgl-ctrl-attrib.mapboxgl-compact:hover .mapboxgl-ctrl-attrib-inner {
    display: block;
  }

  .mapboxgl-ctrl-attrib.mapboxgl-compact::after {
    content: '';
    cursor: pointer;
    position: absolute;
    /*background-image: svg-load('svg/mapboxgl-ctrl-attrib.svg');*/
    background-color: rgba(255, 255, 255, 0.5);
    width: 24px;
    height: 24px;
    box-sizing: border-box;
    border-radius: 12px;
  }

  .mapboxgl-ctrl-bottom-right > .mapboxgl-ctrl-attrib.mapboxgl-compact::after {
    bottom: 0;
    right: 0;
  }

  .mapboxgl-ctrl-top-right > .mapboxgl-ctrl-attrib.mapboxgl-compact::after {
    top: 0;
    right: 0;
  }

  .mapboxgl-ctrl-top-left > .mapboxgl-ctrl-attrib.mapboxgl-compact::after {
    top: 0;
    left: 0;
  }

  .mapboxgl-ctrl-bottom-left > .mapboxgl-ctrl-attrib.mapboxgl-compact::after {
    bottom: 0;
    left: 0;
  }
}

@media screen and (-ms-high-contrast: active) {
  .mapboxgl-ctrl-attrib.mapboxgl-compact::after {
    /*background-image: svg-load('svg/mapboxgl-ctrl-attrib.svg', fill=#fff);*/
  }
}

@media screen and (-ms-high-contrast: black-on-white) {
  .mapboxgl-ctrl-attrib.mapboxgl-compact::after {
    /*background-image: svg-load('svg/mapboxgl-ctrl-attrib.svg');*/
  }
}

.mapboxgl-ctrl-attrib a {
  color: rgba(0, 0, 0, 0.75);
  text-decoration: none;
}

.mapboxgl-ctrl-attrib a:hover {
  color: inherit;
  text-decoration: underline;
}

/* stylelint-disable-next-line selector-class-pattern */

.mapboxgl-ctrl-attrib .mapbox-improve-map {
  font-weight: bold;
  margin-left: 2px;
}

.mapboxgl-attrib-empty {
  display: none;
}

.mapboxgl-ctrl-scale {
  background-color: rgba(255, 255, 255, 0.75);
  font-size: 10px;
  border-width: medium 2px 2px;
  border-style: none solid solid;
  border-color: #333;
  padding: 0 5px;
  color: #333;
  box-sizing: border-box;
}

.mapboxgl-popup {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  will-change: transform;
  pointer-events: none;
}

.mapboxgl-popup-anchor-top,
.mapboxgl-popup-anchor-top-left,
.mapboxgl-popup-anchor-top-right {
  flex-direction: column;
}

.mapboxgl-popup-anchor-bottom,
.mapboxgl-popup-anchor-bottom-left,
.mapboxgl-popup-anchor-bottom-right {
  flex-direction: column-reverse;
}

.mapboxgl-popup-anchor-left {
  flex-direction: row;
}

.mapboxgl-popup-anchor-right {
  flex-direction: row-reverse;
}

.mapboxgl-popup-tip {
  width: 0;
  height: 0;
  border: 10px solid transparent;
  z-index: 1;
}

.mapboxgl-popup-anchor-top .mapboxgl-popup-tip {
  align-self: center;
  border-top: none;
  border-bottom-color: #fff;
}

.mapboxgl-popup-anchor-top-left .mapboxgl-popup-tip {
  align-self: flex-start;
  border-top: none;
  border-left: none;
  border-bottom-color: #fff;
}

.mapboxgl-popup-anchor-top-right .mapboxgl-popup-tip {
  align-self: flex-end;
  border-top: none;
  border-right: none;
  border-bottom-color: #fff;
}

.mapboxgl-popup-anchor-bottom .mapboxgl-popup-tip {
  align-self: center;
  border-bottom: none;
  border-top-color: #fff;
}

.mapboxgl-popup-anchor-bottom-left .mapboxgl-popup-tip {
  align-self: flex-start;
  border-bottom: none;
  border-left: none;
  border-top-color: #fff;
}

.mapboxgl-popup-anchor-bottom-right .mapboxgl-popup-tip {
  align-self: flex-end;
  border-bottom: none;
  border-right: none;
  border-top-color: #fff;
}

.mapboxgl-popup-anchor-left .mapboxgl-popup-tip {
  align-self: center;
  border-left: none;
  border-right-color: #fff;
}

.mapboxgl-popup-anchor-right .mapboxgl-popup-tip {
  align-self: center;
  border-right: none;
  border-left-color: #fff;
}

.mapboxgl-popup-close-button {
  position: absolute;
  right: 0;
  top: 0;
  border: 0;
  border-radius: 0 3px 0 0;
  cursor: pointer;
  background-color: transparent;
}

.mapboxgl-popup-close-button:hover {
  background-color: rgba(0, 0, 0, 0.05);
}

.mapboxgl-popup-content {
  position: relative;
  background: #fff;
  border-radius: 3px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  padding: 10px 10px 15px;
  pointer-events: auto;
}

.mapboxgl-popup-anchor-top-left .mapboxgl-popup-content {
  border-top-left-radius: 0;
}

.mapboxgl-popup-anchor-top-right .mapboxgl-popup-content {
  border-top-right-radius: 0;
}

.mapboxgl-popup-anchor-bottom-left .mapboxgl-popup-content {
  border-bottom-left-radius: 0;
}

.mapboxgl-popup-anchor-bottom-right .mapboxgl-popup-content {
  border-bottom-right-radius: 0;
}

.mapboxgl-popup-track-pointer {
  display: none;
}

.mapboxgl-popup-track-pointer * {
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.mapboxgl-map:hover .mapboxgl-popup-track-pointer {
  display: flex;
}

.mapboxgl-map:active .mapboxgl-popup-track-pointer {
  display: none;
}

.mapboxgl-marker {
  position: absolute;
  top: 0;
  left: 0;
  will-change: transform;
}

.mapboxgl-user-location-dot {
  background-color: #1da1f2;
  width: 15px;
  height: 15px;
  border-radius: 50%;
}

.mapboxgl-user-location-dot::before {
  background-color: #1da1f2;
  content: '';
  width: 15px;
  height: 15px;
  border-radius: 50%;
  position: absolute;
  animation: mapboxgl-user-location-dot-pulse 2s infinite;
}

.mapboxgl-user-location-dot::after {
  border-radius: 50%;
  border: 2px solid #fff;
  content: '';
  height: 19px;
  left: -2px;
  position: absolute;
  top: -2px;
  width: 19px;
  box-sizing: border-box;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.35);
}

@keyframes mapboxgl-user-location-dot-pulse {
  0%   { transform: scale(1); opacity: 1;
  }

  70%  { transform: scale(3); opacity: 0;
  }

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

.mapboxgl-user-location-dot-stale {
  background-color: #aaa;
}

.mapboxgl-user-location-dot-stale::after {
  display: none;
}

.mapboxgl-user-location-accuracy-circle {
  background-color: #1da1f233;
  width: 1px;
  height: 1px;
  border-radius: 100%;
}

.mapboxgl-crosshair,
.mapboxgl-crosshair .mapboxgl-interactive,
.mapboxgl-crosshair .mapboxgl-interactive:active {
  cursor: crosshair;
}

.mapboxgl-boxzoom {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  background: #fff;
  border: 2px dotted #202020;
  opacity: 0.5;
}

@media print {
  /* stylelint-disable-next-line selector-class-pattern */

  .mapbox-improve-map {
    display: none;
  }
}

/* Basics */

.mapboxgl-ctrl-geocoder,
.mapboxgl-ctrl-geocoder *,
.mapboxgl-ctrl-geocoder *:after,
.mapboxgl-ctrl-geocoder *:before {
  box-sizing: border-box;
}

.mapboxgl-ctrl-geocoder {
  font-size: 18px;
  line-height: 24px;
  font-family: "Open Sans", "Helvetica Neue", Arial, Helvetica, sans-serif;
  position: relative;
  background-color: #fff;
  width: 100%;
  min-width: 240px;
  z-index: 1;
  border-radius: 4px;
  transition: width .25s, min-width .25s;
}

.mapboxgl-ctrl-geocoder--input {
  font: inherit;
  width: 100%;
  border: 0;
  background-color: transparent;
  margin: 0;
  height: 50px;
  color: #404040; /* fallback */
  color: rgba(0, 0, 0, 0.75);
  padding: 6px 45px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.mapboxgl-ctrl-geocoder--input::-ms-clear {
  display: none; /* hide input clear button in IE */
}

.mapboxgl-ctrl-geocoder--input:focus {
  color: #404040; /* fallback */
  color: rgba(0, 0, 0, 0.75);
  outline: 0;
  box-shadow: none;
  outline: thin dotted;
}

.mapboxgl-ctrl-geocoder .mapboxgl-ctrl-geocoder--pin-right > * {
  z-index: 2;
  position: absolute;
  right: 8px;
  top: 7px;
  display: none;
}

.mapboxgl-ctrl-geocoder,
.mapboxgl-ctrl-geocoder .suggestions {
  box-shadow: 0 0 10px 2px rgba(0,0,0,.1);
}

/* Collapsed */

.mapboxgl-ctrl-geocoder.mapboxgl-ctrl-geocoder--collapsed {
  width: 50px;
  min-width: 50px;
  transition: width .25s, min-width .25s;
}

/* Suggestions */

.mapboxgl-ctrl-geocoder .suggestions {
  background-color: #fff;
  border-radius: 4px;
  left: 0;
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
  width: 100%;
  top: 110%; /* fallback */
  top: calc(100% + 6px);
  z-index: 1000;
  overflow: hidden;
  font-size: 15px;
}

.mapboxgl-ctrl-bottom-left .suggestions,
.mapboxgl-ctrl-bottom-right .suggestions {
  top: auto;
  bottom: 100%;
}

.mapboxgl-ctrl-geocoder .suggestions > li > a {
  cursor: default;
  display: block;
  padding: 6px 12px;
  color: #404040;
}

.mapboxgl-ctrl-geocoder .suggestions > .active > a,
.mapboxgl-ctrl-geocoder .suggestions > li > a:hover {
  color: #404040;
  background-color: #f3f3f3;
  text-decoration: none;
  cursor: pointer;
}

.mapboxgl-ctrl-geocoder--suggestion-title {
  font-weight: bold;
}

.mapboxgl-ctrl-geocoder--suggestion-title,
.mapboxgl-ctrl-geocoder--suggestion-address {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

/* Icons */

.mapboxgl-ctrl-geocoder--icon {
  display: inline-block;
  vertical-align: middle;
  speak: none;
  fill: #757575;
  top: 15px;
}

.mapboxgl-ctrl-geocoder--icon-search {
  position: absolute;
  top: 13px;
  left: 12px;
  width: 23px;
  height: 23px;
}

.mapboxgl-ctrl-geocoder--button {
  padding: 0;
  margin: 0;
  border: none;
  cursor: pointer;
  background: #fff;
  line-height: 1;
}

.mapboxgl-ctrl-geocoder--icon-close {
  width: 20px;
  height: 20px;
  margin-top: 8px;
  margin-right: 3px;
}

.mapboxgl-ctrl-geocoder--button:hover .mapboxgl-ctrl-geocoder--icon-close {
  fill: #909090;
}

.mapboxgl-ctrl-geocoder--icon-loading {
  width: 26px;
  height: 26px;
  margin-top: 5px;
  margin-right: 0px;
  animation: rotate 0.8s infinite cubic-bezier(0.45, 0.05, 0.55, 0.95);
}

/* Animation */

@keyframes rotate {
  from {
    transform: rotate(0);
  }

  to {
    transform: rotate(360deg);
  }
}

/* Media queries*/

@media screen and (min-width: 640px) {
  .mapboxgl-ctrl-geocoder.mapboxgl-ctrl-geocoder--collapsed {
    width: 36px;
    min-width: 36px;
  }

  .mapboxgl-ctrl-geocoder {
    width: 1005; /* 33.3333%; */
    font-size: 15px;
    line-height: 20px;
    max-width: 360px;
  }

  .mapboxgl-ctrl-geocoder .suggestions {
    font-size: 13px;
  }

  .mapboxgl-ctrl-geocoder--icon {
    top: 8px;
  }

  .mapboxgl-ctrl-geocoder--icon-close {
    width: 16px;
    height: 16px;
    margin-top: 3px;
    margin-right: 0;
  }

  .mapboxgl-ctrl-geocoder--icon-search {
    left: 7px;
    width: 20px;
    height: 20px;
  }

  .mapboxgl-ctrl-geocoder--input {
    height: 36px;
    padding: 6px 35px;
  }

  .mapboxgl-ctrl-geocoder--icon-loading {
    width: 26px;
    height: 26px;
    margin-top: -2px;
    margin-right: -5px;
  }

  .mapbox-gl-geocoder--error{
    color:#909090;
    padding: 6px 12px;
    font-size: 16px;
    text-align: center
  }
}

// CUSTOM EAT CIRCULAR
.mapbox-container {
  height: 450px;
  width: 100%;
  position: relative;
  margin-bottom: 40px;
}

.mapbox-map {
  width: 100%;
  height: 100%;
}

.mapbox-geocoder {
  position: absolute;
  top: 0;
  left: 0;
  margin: 8px;
  width: 400px;
  z-index: 9;
}

.mapbox-geocoder .mapboxgl-ctrl-geocoder {
  width: 400px;
  background-color: transparent;
}

.mapboxgl-ctrl-geocoder,
.mapboxgl-ctrl-geocoder .suggestions {
  box-shadow: none;
}

.mapbox-geocoder .mapboxgl-ctrl-geocoder--input {
  background-color: #FFF !important;
  padding-left: 35px !important;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}

.mapbox-geocoder .mapboxgl-ctrl-geocoder--input:focus {
  background-color: #FFF !important;
  outline: 0;
}

/* 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;
}

/* MAGNIFIC POPUP */

/* 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;
  }
}

/*

  NAVIGATION

*/

.component-header__container {
  position: relative;
  height: 100vh;
}

.nav--container { left: -105vw; position: fixed; width: 100%; height: 100vh; background-color: #be0c13;
}

.component-header__menu-close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 40px;
  font-size: 20px;
  cursor: pointer;
}

/*
.component-header__socials {
  position: absolute;
  bottom: 0;
  left: 0;
  margin: 40px 100px; }
  .component-header__socials span {
    text-transform: uppercase;
    margin: 0 20px; }
*/

/*
  --offset: 20vw;
  --move--initial: calc(-25% + var(var(--offset)));
  --move-final: calc(-50% + var(--offset));
*/

.nav--list-link {
    transition: opacity .4s;
  }

/*
.nav--list-item {
  position: relative;
  padding: 0 6vw; }

.component-header__item-link {

  display: inline-block;
  cursor: pointer;
  position: relative;
  text-decoration: none;
  color: inherit;

  .component-header__item-link::before {
    all: initial;
    position: absolute;
    bottom: 60%;
    left: 0;
    pointer-events: none; }
  .component-header__item-link:hover {
    -webkit-transition-duration: .1s;
    -o-transition-duration: .1s;
    transition-duration: .1s;
    opacity: 0;
  }

.component-header__item-img {
  z-index: 2;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  height: 12vh;
  max-height: 600px;
  left: 8%;
  top: 10%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0); }

.component-header__item-link:hover + .component-header__item-img {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s; }

.component-header__marquee {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  color: #d6d6d6;
  pointer-events: none; }

.component-header__marquee-inner {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  opacity: 0;
  -webkit-transition: all .1s;
  -o-transition: all .1s;
  transition: all .1s;
  -webkit-transform: translateX(60px);
  -ms-transform: translateX(60px);
  transform: translateX(60px); }
.component-header__item-link:hover ~ .component-header__marquee > .component-header__marquee-inner {
  opacity: 1;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition-duration: .4s;
  -o-transition-duration: .4s;
  transition-duration: .4s; }

.component-header__item-link,
.component-header__marquee span {
  white-space: nowrap;
  font-size: 7vw;
  padding: 0 1vw;
  line-height: 1.15; }

.component-header__marquee span {
  font-style: italic; }
*/

/*

  HEADER

*/

.header--bg { transition-property: background-color, border-color, color, fill, stroke; transition-duration: 300ms; transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  }

.header--bg.on-scroll { background-color: #fefefe;
    }

.header--bg.on-scroll .header--text-scroll { --text-opacity: 1; color: #1d1d1b; color: rgba(29, 29, 27, 1); color: rgba(29, 29, 27, var(--text-opacity));
      }

.header--bg.on-scroll .header--nav-line { border-color: #1d1d1b;
      }

.header--bg.on-scroll .logo--home-w { width: 124px;
      }

.header--bg.on-scroll .logo--header-letter { fill: #000 !important;
      }

.header--bg.on-scroll .logo--menu { stroke: #000;
      }

.header--nav-btn { transition-property: background-color, border-color, color, fill, stroke; transition-duration: 300ms; transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    }

.logo--home-w { width: 178px; transition-property: width; transition-duration: 300ms; transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  }

@media (min-width: 1024px) {

.logo--home-w { width: 15.6vw
  }
    }

@media (min-width: 1512px) {

.logo--home-w { width: 236px
  }
    }

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

/*

  BUTTONS

*/

/* ANIM */

body.no-mobile .hover--anim { transition-property: all; transition-duration: 200ms;
    }

body.no-mobile .hover--anim.-download:hover { background-color: #be0c13; padding-left: 24px; padding-right: 24px;
        }

body.no-mobile .hover--anim.-download:hover span { --text-opacity: 1; color: #fefefe; color: rgba(254, 254, 254, 1); color: rgba(254, 254, 254, var(--text-opacity));
          }

body.no-mobile .hover--anim.-download:hover g { stroke: #fff;
          }

body.no-mobile .hover--anim.listSVG:hover svg { fill: #BE0C13; stroke: 1px red solid;
          }

body.no-mobile .hover--anim.listSVG:hover path { stroke: #fff;
          }

body.no-mobile .hover--anim.gridSVG:hover svg { fill: #BE0C13; stroke: 1px red solid;
          }

body.no-mobile .hover--anim.gridSVG:hover path { stroke: #fff;
          }

body.no-mobile .hover--anim.-scale img, body.no-mobile .hover--anim.-scale svg {
          transition-property: all;
          transition-duration: 200ms;
        }

body.no-mobile .hover--anim.-scale:hover img, body.no-mobile .hover--anim.-scale:hover svg { transform: scale(1.2);
          }

body.no-mobile .hover--anim.-scale-reviews:hover { transform: scale(1.1);
        }

body.no-mobile .hover--anim.-scale-rrss:hover svg { transform: scale(1.2);
          }

body.no-mobile .hover--anim.-scale-rrss:hover path { fill: #be0c13
          }

body.no-mobile .hover--anim.-red-rrss:hover p { --text-opacity: 1; color: #be0c13; color: rgba(190, 12, 19, 1); color: rgba(190, 12, 19, var(--text-opacity))
          }

body.no-mobile .hover--anim.-scale-filters:hover { transition-property: all; transition-duration: 200ms; transform: scale(1.1);
        }

body.no-mobile .hover--anim.-red:hover { background-color: #fefefe; border-color: #be0c13; --text-opacity: 1; color: #be0c13; color: rgba(190, 12, 19, 1); color: rgba(190, 12, 19, var(--text-opacity));
        }

body.no-mobile .hover--anim.-red:hover path { stroke: #be0c13
          }

body.no-mobile .hover--anim.-red-link:hover { border-color: #be0c13; --text-opacity: 1; color: #be0c13; color: rgba(190, 12, 19, 1); color: rgba(190, 12, 19, var(--text-opacity));
        }

body.no-mobile .hover--anim.-red-link:hover path { stroke: #be0c13 !important;
          }

body.no-mobile .hover--anim.-red-link:hover span { --text-opacity: 1; color: #be0c13; color: rgba(190, 12, 19, 1); color: rgba(190, 12, 19, var(--text-opacity));
          }

body.no-mobile .hover--anim.-white-link:hover { border-color: #1d1d1b; --text-opacity: 1; color: #1d1d1b; color: rgba(29, 29, 27, 1); color: rgba(29, 29, 27, var(--text-opacity));
        }

body.no-mobile .hover--anim.-white-link:hover path { stroke: #000
          }

body.no-mobile .hover--anim.-video { transform-origin: center;
      }

body.no-mobile .hover--anim.-video button, body.no-mobile .hover--anim.-video path { transition-property: all; transition-duration: 200ms;
        }

body.no-mobile .hover--anim.-video:hover button { background-color: #fefefe; border-color: #be0c13; transition: bounce 0.25s linear 1;
          }

body.no-mobile .hover--anim.-video:hover path { stroke: #be0c13
          }

body.no-mobile .hover--anim.-ball:hover { transition: bounce 0.25s linear 1;
        }

body.no-mobile .hover--anim.-ball.-red:hover { background-color: #fefefe; border-color: #be0c13; --text-opacity: 1; color: #be0c13; color: rgba(190, 12, 19, 1); color: rgba(190, 12, 19, var(--text-opacity));
          }

body.no-mobile .hover--anim.-ball.-red:hover path { stroke: #be0c13
            }

body.no-mobile .hover--anim.-ball.-white:hover { background-color: #be0c13; border-color: #fefefe; --text-opacity: 1; color: #fefefe; color: rgba(254, 254, 254, 1); color: rgba(254, 254, 254, var(--text-opacity));
          }

body.no-mobile .hover--anim.-ball.-white:hover path { stroke: #fff
            }

body.no-mobile .hover--anim.-ball.-black:hover { background-color: #1d1d1b; border-color: #fefefe; --text-opacity: 1; color: #fefefe; color: rgba(254, 254, 254, 1); color: rgba(254, 254, 254, var(--text-opacity));
          }

body.no-mobile .hover--anim.-ball.-black:hover path { stroke: #fff
            }

body.no-mobile .hover--anim.-red-title:hover { --text-opacity: 1; color: #be0c13; color: rgba(190, 12, 19, 1); color: rgba(190, 12, 19, var(--text-opacity));
        }

body.no-mobile .hover--anim.-red-title:hover h2, body.no-mobile .hover--anim.-red-title:hover h3 { --text-opacity: 1; color: #be0c13; color: rgba(190, 12, 19, 1); color: rgba(190, 12, 19, var(--text-opacity));
          }

body.no-mobile .hover--anim.-white-ball-rrss:hover { background-color: #be0c13; border-color: #fefefe; transition: bounce2 0.25s linear 1;
        }

body.no-mobile .hover--anim.-white-ball-rrss:hover span { --text-opacity: 1; color: #fefefe; color: rgba(254, 254, 254, 1); color: rgba(254, 254, 254, var(--text-opacity));
          }

body.no-mobile .hover--anim.-white-ball-rrss:hover path { fill: #fff
          }

body.no-mobile .hover--anim.-transparent-ball:hover { border-color: #be0c13;
        }

body.no-mobile .hover--anim.-transparent-ball:hover a { background-color: #fefefe; border-color: #be0c13; --text-opacity: 1; color: #be0c13; color: rgba(190, 12, 19, 1); color: rgba(190, 12, 19, var(--text-opacity));
          }

body.no-mobile .hover--anim.-transparent-ball:hover svg { transition: bounce 0.25s linear 1;
          }

body.no-mobile .hover--anim.-transparent-ball:hover svg path { stroke: #be0c13
            }

body.no-mobile .hover--anim.-transparent-btn:hover { background-color: #fefefe; border-color: #be0c13;
        }

body.no-mobile .hover--anim.-transparent-btn:hover span { --text-opacity: 1; color: #be0c13; color: rgba(190, 12, 19, 1); color: rgba(190, 12, 19, var(--text-opacity));
          }

body.no-mobile .hover--anim.-transparent-btn:hover svg { transition: bounce 0.25s linear 1;
          }

body.no-mobile .hover--anim.-transparent-btn:hover svg path { stroke: #be0c13
            }

@keyframes bounce {
        0% {
          scale: 1;
        }

        50% {
          scale: 1.2;
        }

        100% {
          scale: 1;
        }
      }

@keyframes bounce2 {
        0% {
          scale: 1;
        }

        50% {
          scale: 1.1;
        }

        100% {
          scale: 1;
        }
      }

body.no-mobile .hover.-underline:hover { border-bottom-width: 1px; border-style: solid; border-color: #fefefe;
      }

body.no-mobile .-nav .hover-title, body.no-mobile .-nav.hover-title, body.no-mobile .-nav .-svg { transition: all 200ms ease;
    }

body.no-mobile .-nav .hover-title .hover-title, body.no-mobile .-nav .hover-title.hover-title, body.no-mobile .-nav.hover-title .hover-title, body.no-mobile .-nav.hover-title.hover-title, body.no-mobile .-nav .-svg .hover-title, body.no-mobile .-nav .-svg.hover-title { position: relative; left: 0px;
      }

body.no-mobile .-nav .hover-title .hover-title.-lil, body.no-mobile .-nav .hover-title.hover-title.-lil, body.no-mobile .-nav.hover-title .hover-title.-lil, body.no-mobile .-nav.hover-title.hover-title.-lil, body.no-mobile .-nav .-svg .hover-title.-lil, body.no-mobile .-nav .-svg.hover-title.-lil { background-image: linear-gradient(transparent calc(100% - 1px), #ffffff 1px); transition: all 200ms ease;
        }

body.no-mobile .-nav .hover-title, body.no-mobile .-nav.hover-title, body.no-mobile .-nav .-svg {
      background-image: linear-gradient(transparent calc(100% - 2px), #ffffff 2px);
      background-size: 0;
      background-repeat: no-repeat;
      display: inline;
      transition: 0.5s ease;
}

body.no-mobile .-nav:hover .hover-title, body.no-mobile .-nav:hover.hover-title { left: 16px;
      }

body.no-mobile .-nav:hover .hover-title.-lil, body.no-mobile .-nav:hover.hover-title.-lil { left: 8px;
        }

body.no-mobile .-nav:hover .hover-title.-no-indent, body.no-mobile .-nav:hover.hover-title.-no-indent { left: 0px;
        }

body.no-mobile .-nav:hover .hover-title, body.no-mobile .-nav:hover.hover-title {
        background-size: 100%;
}

body.no-mobile .-nav:hover .-svg { margin-right: 0;
      }

body.no-mobile .subnav--training-item {
  }

.arrow { content: '';
}

.arrow:after { margin-left: 32px; position: absolute; top: 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-y: -50%; content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='41' fill='none'%3E%3Cg filter='url(%23a)'%3E%3Crect width='40' height='40' y='.5' fill='%23fff' rx='20'/%3E%3Cpath stroke='%23BE0C13' stroke-linecap='round' d='M11 20.5h18M23 26.5l6-6-6-6'/%3E%3C/g%3E%3Cdefs%3E%3Cfilter id='a' width='60' height='60' x='-10' y='-9.5' color-interpolation-filters='sRGB' filterUnits='userSpaceOnUse'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeGaussianBlur in='BackgroundImageFix' stdDeviation='5'/%3E%3CfeComposite in2='SourceAlpha' operator='in' result='effect1_backgroundBlur_1412_17246'/%3E%3CfeBlend in='SourceGraphic' in2='effect1_backgroundBlur_1412_17246' result='shape'/%3E%3C/filter%3E%3C/defs%3E%3C/svg%3E");
  }

.disabled-btn { --text-opacity: 1; color: #1d1d1b; color: rgba(29, 29, 27, 1); color: rgba(29, 29, 27, var(--text-opacity)); border-color: #1d1d1b; opacity: .40; pointer-events: none;
}

.disabled-btn path { stroke: #000
  };

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

html { background-color: #fefefe; --text-opacity: 1; color: #1d1d1b; color: rgba(29, 29, 27, 1); color: rgba(29, 29, 27, var(--text-opacity));
}

html, body, h1, h2, h3, h4, h5, h6, p, input, textarea, a, span { font-family: Switzer, Helvetica, Arial; font-weight: 300; font-size: 18px; line-height: 24px; --text-opacity: 1; color: #1d1d1b; color: rgba(29, 29, 27, 1); color: rgba(29, 29, 27, var(--text-opacity)); text-align: left; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale;
}

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

p, ul, li, input, textarea { font-weight: 300; --text-opacity: 1; color: #1d1d1b; color: rgba(29, 29, 27, 1); color: rgba(29, 29, 27, var(--text-opacity));
}

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

button, button:focus { outline: 0;
}

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

*:focus { outline: none;
}

strong, b { font-weight: 500;
}

.truncate-lines-clamp-4 {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

input::-moz-placeholder { font-size: 20px !important; line-height: 26px !important; line-height: 1 !important; color: rgba(0, 0, 0, 0.2) !important; color: #fefefe;
}

input::placeholder { font-size: 20px !important; line-height: 26px !important; line-height: 1 !important; color: rgba(0, 0, 0, 0.2) !important; color: #fefefe;
}

#input-footer::-moz-placeholder { --text-opacity: 1 !important; color: #fefefe !important; color: rgba(254, 254, 254, 1) !important; color: rgba(254, 254, 254, var(--text-opacity)) !important; font-size: 4.23vw !important; line-height: 5.15vw !important;
}

#input-footer::placeholder { --text-opacity: 1 !important; color: #fefefe !important; color: rgba(254, 254, 254, 1) !important; color: rgba(254, 254, 254, var(--text-opacity)) !important; font-size: 4.23vw !important; line-height: 5.15vw !important;
}

@media (min-width: 1512px) {

#input-footer::-moz-placeholder { font-size: 64px !important; line-height: 78px !important
}

#input-footer::placeholder { font-size: 64px !important; line-height: 78px !important
}
  }

.required-b:before { content: '*'; color: #be0c13;
}

.required-a:after { content: '*'; color: #be0c13;
}

.content {
  z-index: 999;
  background-color: #fff;
  position: absolute;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}

.content.-cont-relative {
    position: relative;
  }

.collapsible.active {
  }

.collapsible.-btn:after { display: block; content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='12' fill='none'%3E%3Cpath stroke='%23000' stroke-linecap='round' d='m1 .833 10 10 10-10'/%3E%3C/svg%3E");
    }

.collapsible.-btn:hover:after { display: block; content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='12' fill='none'%3E%3Cpath stroke='%23BE0C13' stroke-linecap='round' d='m1 .833 10 10 10-10'/%3E%3C/svg%3E");
      };

.collapsible.-btn.active { --text-opacity: 1; color: #be0c13; color: rgba(190, 12, 19, 1); color: rgba(190, 12, 19, var(--text-opacity));
    }

.collapsible.-btn.active:after { display: block; content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='12' fill='none'%3E%3Cpath stroke='%23BE0C13' stroke-linecap='round' d='m21 10.834-10-10-10 10'/%3E%3C/svg%3E");
      };

.p-style p { margin-bottom: 0 !important;
  }

.list-dot a:after { position: absolute; left: -16px; top: 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%; width: 6px; height: 6px; background-position: center center; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='6' height='7' fill='none'%3E%3Ccircle cx='3' cy='3.5' r='3' fill='%23fff'/%3E%3C/svg%3E"); content: "";
    }

.red-arrow:after { position: absolute; right: -13px;
    content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='46' fill='none'%3E%3Cpath fill='%23BE0C13' d='M.965 0 13.07 23 .965 46V0Z'/%3E%3C/svg%3E");
  }

/*
  ini . SWIPERS
*/

.sw--team.swiper { overflow: visible !important;
    }

.sw--team .swiper-button-prev, .sw--team .swiper-button-next { margin-top: 0; top: 0px;
    }

.sw--training, .sw--cards { overflow: visible;
}

.slide--training { height: auto;
  }

.slide--gallery { width: -moz-fit-content; width: fit-content; background-position: center; background-size: cover;
  }

.slide--schedule { width: 100%; height: auto; min-height: 504px; max-width: 304px;
  }

@media (min-width: 768px) {

.slide--schedule { max-width: 461px; min-height: 451px
  }
    }

@media (min-width: 1512px) {

.slide--schedule { width: 461px
  }
    }

.slide--menu { display: block; width: -moz-fit-content; width: fit-content; font-size: 16px; line-height: 22px; --text-opacity: 1; color: #fefefe; color: rgba(254, 254, 254, 1); color: rgba(254, 254, 254, var(--text-opacity)); display: flex; align-items: center;
  }

.swiper-pagination { position: relative;
}

.swiper-pagination-bullet { width: 32px; height: 2px; background-color: rgba(0, 0, 0, 0.2); border-radius: 0;
}

@media (min-width: 1024px) {

.swiper-pagination-bullet { width: 85px
}
  }

.swiper-pagination-bullet-active { background-color: #be0c13
  }

.swiper-button-prev { position: relative; background-repeat: no-repeat; width: 40px; height: 40px; background-color: #be0c13; border-width: 1px; border-style: solid; border-color: transparent; border-radius: 50%; grid-gap: 24px; grid-gap: 24px; gap: 24px; left: 0px; right: 0px; display: block; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none'%3E%3Cpath stroke='%23fff' stroke-linecap='round' d='M21 12H3M9 6l-6 6 6 6'/%3E%3C/svg%3E"); background-position: center;
}

@media (min-width: 1024px) {

.swiper-button-prev { width: 56px; height: 56px
}
  }

.swiper-button-prev:after { display: none;
  }

.swiper-button-prev:hover { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none'%3E%3Cpath stroke='%23BE0C13' stroke-linecap='round' d='M21 12H3M9 6l-6 6 6 6'/%3E%3C/svg%3E");
  }

.swiper-button-next { position: relative; background-repeat: no-repeat; width: 40px; height: 40px; background-color: #be0c13; border-width: 1px; border-style: solid; border-color: transparent; border-radius: 50%; grid-gap: 24px; grid-gap: 24px; gap: 24px; left: 0px; right: 0px; display: block; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none'%3E%3Cpath stroke='%23fff' stroke-linecap='round' d='M3 12h18M15 18l6-6-6-6'/%3E%3C/svg%3E"); background-position: center;
}

@media (min-width: 1024px) {

.swiper-button-next { width: 56px; height: 56px
}
  }

.swiper-button-next:after { display: none;
  }

.swiper-button-next:hover { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none'%3E%3Cpath stroke='%23BE0C13' stroke-linecap='round' d='M3 12h18M15 18l6-6-6-6'/%3E%3C/svg%3E");
  }

#date-center { font-size: 18px !important; line-height: 24px !important;
}

/*
  end . SWIPERS
*/

.delete-popup { padding-left: 16px; padding-right: 16px; padding-top: 48px; position: relative; width: 100%; background-color: #fefefe; 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%;
}

@media (min-width: 1024px) {

.delete-popup { max-width: 848px; padding-left: 80px; padding-right: 80px; padding-top: 56px; padding-bottom: 56px
}
  }

.popup-gallery { position: relative; padding-left: 18px; padding-right: 18px; margin-left: auto; margin-right: auto; max-width: 1512px;
}

@media (min-width: 1024px) {

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

@media (min-width: 1512px) {
  }

.popup-gallery.no-padding { padding: 0px;
  }

.mfp-wrap { max-width: 1512px; margin-left: auto; margin-right: auto; 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%;
}

/*
    ini . GALLERY
  */

.mfp-wrap.mfp-gallery { padding-left: 18px; padding-right: 18px;
  }

.mfp-wrap.mfp-gallery .mfp-bg { overflow: hidden
    }

.mfp-wrap.mfp-gallery .mfp-container { padding-left: 18px; padding-right: 18px; height: auto; top: 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-y: -50%
    }

.mfp-wrap.mfp-gallery .mfp-content { width: 100%; height: 85vh;
    }

.mfp-wrap.mfp-gallery .mfp-figure { width: 100%; height: 100%; margin-left: auto; margin-right: auto; display: flex; flex-direction: column; justify-content: center;
    }

.mfp-wrap.mfp-gallery .mfp-figure:after { background-color: transparent; box-shadow: none;
      }

.mfp-wrap.mfp-gallery img.mfp-img { padding: 0px !important; margin-top: 0 !important; margin-bottom: 0 !important; width: auto !important; margin-left: auto !important; margin-right: auto !important; max-height: 85vh !important; border-radius: 16px !important;
    }

@media (min-width: 1024px) {

.mfp-wrap.mfp-gallery img.mfp-img { width: 100%
    }
      }

@media (min-width: 1280px) {

.mfp-wrap.mfp-gallery img.mfp-img { width: 100%
    }
      }

.mfp-wrap.mfp-gallery .mfp-bottom-bar { display: none
    }

.mfp-wrap.mfp-gallery .mfp-close { border-width: 0 !important; width: 56px !important; top: 10% !important
    }

.mfp-wrap.mfp-gallery button.mfp-close { width: 56px; height: 56px; background-size: cover; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='56' height='56' fill='none'%3E%3Cg filter='url(%23a)'%3E%3Crect width='56' height='56' fill='%23BE0C13' rx='28'/%3E%3Cpath stroke='%23fff' stroke-linecap='round' d='M33.657 33.657 22.344 22.344M33.656 22.344 22.343 33.657'/%3E%3C/g%3E%3Cdefs%3E%3Cfilter id='a' width='76' height='76' x='-10' y='-10' color-interpolation-filters='sRGB' filterUnits='userSpaceOnUse'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeGaussianBlur in='BackgroundImageFix' stdDeviation='5'/%3E%3CfeComposite in2='SourceAlpha' operator='in' result='effect1_backgroundBlur_1454_19779'/%3E%3CfeBlend in='SourceGraphic' in2='effect1_backgroundBlur_1454_19779' result='shape'/%3E%3C/filter%3E%3C/defs%3E%3C/svg%3E");
    }

.mfp-wrap.mfp-gallery .mfp-arrow { --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-scale-x: 1; --transform-scale-y: 1; bottom: -32px; top: auto;
    }

@media (min-width: 1024px) {

.mfp-wrap.mfp-gallery .mfp-arrow { bottom: 50%
    }
      }

.mfp-wrap.mfp-gallery button.mfp-arrow-left { left: 18px; width: 56px; height: 56px; background-size: cover; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='56' height='56' fill='none'%3E%3Cg filter='url(%23a)'%3E%3Crect width='56' height='56' fill='%23fff' rx='28'/%3E%3Cpath stroke='%23BE0C13' stroke-linecap='round' d='M37 28H19M25 22l-6 6 6 6'/%3E%3C/g%3E%3Cdefs%3E%3Cfilter id='a' width='76' height='76' x='-10' y='-10' color-interpolation-filters='sRGB' filterUnits='userSpaceOnUse'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeGaussianBlur in='BackgroundImageFix' stdDeviation='5'/%3E%3CfeComposite in2='SourceAlpha' operator='in' result='effect1_backgroundBlur_1454_19792'/%3E%3CfeBlend in='SourceGraphic' in2='effect1_backgroundBlur_1454_19792' result='shape'/%3E%3C/filter%3E%3C/defs%3E%3C/svg%3E");
    }

.mfp-wrap.mfp-gallery button.mfp-arrow-right { right: 18px; width: 56px; height: 56px; background-size: cover; --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-rotate: 180deg; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='56' height='56' fill='none'%3E%3Cg filter='url(%23a)'%3E%3Crect width='56' height='56' fill='%23fff' rx='28'/%3E%3Cpath stroke='%23BE0C13' stroke-linecap='round' d='M37 28H19M25 22l-6 6 6 6'/%3E%3C/g%3E%3Cdefs%3E%3Cfilter id='a' width='76' height='76' x='-10' y='-10' color-interpolation-filters='sRGB' filterUnits='userSpaceOnUse'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeGaussianBlur in='BackgroundImageFix' stdDeviation='5'/%3E%3CfeComposite in2='SourceAlpha' operator='in' result='effect1_backgroundBlur_1454_19792'/%3E%3CfeBlend in='SourceGraphic' in2='effect1_backgroundBlur_1454_19792' result='shape'/%3E%3C/filter%3E%3C/defs%3E%3C/svg%3E");
    }

.mfp-wrap.mfp-gallery .mfp-arrow-right:before, .mfp-wrap.mfp-gallery .mfp-arrow-right:after, .mfp-wrap.mfp-gallery .mfp-arrow-left:before, .mfp-wrap.mfp-gallery .mfp-arrow-left:after { display: none;
      }

/*
    end . GALLERY
  */

#signin-popup .mfp-close { display: block; position: relative; --text-opacity: 1; color: #1d1d1b; color: rgba(29, 29, 27, 1); color: rgba(29, 29, 27, var(--text-opacity)); font-size: 16px; line-height: 22px; padding-top: 32px; padding-bottom: 32px; padding-left: 0px; padding-right: 0px; text-align: right;
  }

@media (min-width: 1024px) {

#signin-popup .mfp-close { text-align: left; padding: 0px
  }
    }

#signin-popup .mfp-close:hover { --text-opacity: 1; color: #be0c13; color: rgba(190, 12, 19, 1); color: rgba(190, 12, 19, var(--text-opacity));
    }

#delete-acount .mfp-close { display: block; position: relative; padding: 0px; --text-opacity: 1; color: #1d1d1b; color: rgba(29, 29, 27, 1); color: rgba(29, 29, 27, var(--text-opacity)); font-size: 16px; line-height: 22px; text-align: right;
  }

@media (min-width: 1024px) {

#delete-acount .mfp-close { text-align: left
  }
    }

#delete-acount .mfp-close:hover { --text-opacity: 1; color: #be0c13; color: rgba(190, 12, 19, 1); color: rgba(190, 12, 19, var(--text-opacity));
    }

/*
  ini . LIST COLAPSED
*/

.list--colapsed-info-wrap {
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.4s ease;
      }

.list--colapsed-info-wrap-services {
          transition: max-height 0.4s ease;
          overflow: hidden;
          max-height: 50px;
        }

.list--colapsed-info-wrap-services.open {
            max-height: 500px;
            transition: all 1s ease;
          }

.list--colapsed-info-wrap.open {
          max-height: 100rem;
          transition: max-height 1s ease;
        }

.list--colapsed-info-wrap ol.decimal-list {
            counter-reset: decimal-counter;
          }

.list--colapsed-info-wrap ol.decimal-list li {
              position: relative;
              padding-left: 16px;
              margin-bottom: 8px;
              counter-increment: decimal-counter;
            }

.list--colapsed-info-wrap ol.decimal-list li:before {
                display: block;
                position: absolute;
                top: 0px;
                left: 0px;
                --text-opacity: 1;
                color: #fefefe;
                color: rgba(254, 254, 254, 1);
                color: rgba(254, 254, 254, var(--text-opacity));
                content: counter(decimal-counter) ".";
              }

.list--colapsed-info-wrap ul.bullet-list li { position: relative; padding-left: 16px; margin-bottom: 8px;
            }

.list--colapsed-info-wrap ul.bullet-list li:before { display: block; position: absolute; top: 8px; left: 0px; width: 6px; height: 6px; background-color: #fefefe; border-radius: 50%; content:"";
              }

.list--colapsed-info {
      display: -webkit-box; -webkit-box-orient: vertical; text-overflow: ellipsis; overflow: hidden; animation: close 0.1s linear 0.1s forwards; white-space: normal;
}

/*text-overflow: ellipsis; overflow:hidden; display: -webkit-box !important; -webkit-line-clamp: 2; -webkit-box-orient: vertical; white-space: normal;*/

.list--colapsed-info.show { -webkit-line-clamp: auto;
      }

.list--colapsed-btn.open { border: 1px solid transparent;
      }

.list--colapsed-btn.open .list--colapsed-btn-plus-h { opacity: 0;
        }

/* Text */

/* https://codepen.io/k2fx/pen/PoGPwKZ */

@keyframes open {
  from {
    line-clamp: 2;
    -webkit-line-clamp: 2;
  }

  to {
    line-clamp: initial;
    -webkit-line-clamp: initial;
  }
}

@keyframes close {
  from {
    line-clamp: initial;
    -webkit-line-clamp: initial;
  }

  to {
    line-clamp: 2;
    -webkit-line-clamp: 2;
  }
}

/*
  end . LIST COLAPSED
*/

/*
   FAQS
*/

.faqs--line p { padding: 0; margin: 0;
    }

.faqs--line.open .faqs--a { opacity: 1; transition: max-height 650ms ease 0ms, opacity 650ms ease 0ms;
      }

.faqs--a { opacity: 0; transition: max-height 500ms ease 0ms, opacity 650ms ease 0ms; max-height: 0; pointer-events: none;
  }

/*transition: max-height 250ms linear 0ms, opacity 150ms ease 50ms;*/

.faqs--a p { margin-bottom: 0 !important; padding-top: 24px; font-size: 16px; line-height: 22px; --text-opacity: 1; color: #fefefe; color: rgba(254, 254, 254, 1); color: rgba(254, 254, 254, var(--text-opacity));
    }

@media (min-width: 1024px) {

.faqs--a p { font-size: 1.19vw; line-height: 1.58vw
    }
      }

@media (min-width: 1512px) {

.faqs--a p { font-size: 18px; line-height: 24px
    }
      }

.faqs--a ul li, .faqs--a ol li { position: relative; padding-left: 16px;
      }

.faqs--a ul li, .faqs--a ul li:before, .faqs--a ol li, .faqs--a ol li:before { font-size: 16px; line-height: 22px; --text-opacity: 1; color: #fefefe; color: rgba(254, 254, 254, 1); color: rgba(254, 254, 254, var(--text-opacity));
      }

@media (min-width: 1024px) {

.faqs--a ul li, .faqs--a ul li:before, .faqs--a ol li, .faqs--a ol li:before { font-size: 1.19vw; line-height: 1.58vw
      }
        }

@media (min-width: 1512px) {

.faqs--a ul li, .faqs--a ul li:before, .faqs--a ol li, .faqs--a ol li:before { font-size: 18px; line-height: 24px
      }
        }

.faqs--a ul li:before { content: "–"; position: absolute; top: 0px; left: 0px;
        }

.faqs--a ol {
      counter-reset: ol_list;
    }

.faqs--a ol li { padding-left: 16px;
      }

@media (min-width: 1024px) {

.faqs--a ol li { padding-left: 24px
      }
        }

.faqs--a ol li+li+li+li+li+li+li+li+li+li { padding-left: 26px;
        }

@media (min-width: 1024px) {

.faqs--a ol li+li+li+li+li+li+li+li+li+li { padding-left: 32px
        }
          }

.faqs--a ol li:before { counter-increment: ol_list; content: counter(ol_list) "."; position: absolute; top: 0px; left: 0px;
        }

.faqs--a p+ul, .faqs--a p+ol, .faqs--a ul+ul, .faqs--a ul+ol, .faqs--a ol+ul, .faqs--a ol+ol { padding-top: 24px;
    }

.faqs--i.open .faqs--i-v { opacity: 0 !important;
      }

/*
  ini . TEXT COLS
*/

@media (min-width: 1024px) {

.cols--two { -moz-columns: 2; columns: 2
  }
    }

.cols--two p { margin-bottom: 24px;
    }

.cols--two ul { margin-bottom: 16px;
    }

.cols--two ul li { position: relative; padding-left: 16px; margin-bottom: 8px;
      }

.cols--two ul li:before { display: block; position: absolute; top: 6px; left: 0px; width: 6px; height: 6px; background-color: #be0c13; border-radius: 50%; content:"";
        }

/*
  end . TEXT COLS
*/

/*
  ini . MODULES
*/

/*
.module {

  &--quote {
    &:before { @apply block absolute bg-black-5% bottom-281 left-0 w-full h-118; content: ""; }
  }

}
*/

/*
  end . MODULES
*/

.entry-content-legales h2, .entry-content-legales h3, .entry-content-legales h4 { font-size: 32px; line-height: 38px; font-weight: 500; margin-bottom: 24px;
  }

@media (min-width: 1024px) {

.entry-content-legales h2, .entry-content-legales h3, .entry-content-legales h4 { font-size: 2.64vw; line-height: 3.04vw
  }
    }

@media (min-width: 1512px) {

.entry-content-legales h2, .entry-content-legales h3, .entry-content-legales h4 { font-size: 40px; line-height: 46px; margin-bottom: 32px
  }
    }

.entry-content-legales p+h2, .entry-content-legales p+h3, .entry-content-legales p+h4 { padding-top: 16px;
  }

@media (min-width: 1024px) {

.entry-content-legales p+h2, .entry-content-legales p+h3, .entry-content-legales p+h4 { padding-top: 2.11vw
  }
    }

@media (min-width: 1512px) {

.entry-content-legales p+h2, .entry-content-legales p+h3, .entry-content-legales p+h4 { padding-top: 32px
  }
    }

.entry-content-legales p, .entry-content-legales li { margin-bottom: 24px;
  }

.p-sin-m {
  -webkit-margin-before: 0;
          margin-block-start: 0;
  -webkit-margin-after: 0;
          margin-block-end: 0;
  -webkit-margin-start: 0;
          margin-inline-start: 0;
  -webkit-margin-end: 0;
          margin-inline-end: 0;
  margin: 0 !important;
}

/* CSS para ocultar en xs y sm y mostrar en md y lg */

@media (max-width: 767px) {
  .br-hidden-xs-sm { display: none !important
  }
}

/*

FLATPICKR CALENDAR

*/

.flatpickr-calendar {
  box-shadow: none;
}

.flatpickr-schedule .flatpickr-es, .flatpickr-schedule .flatpickr-en { border-width: 0 !important; display: none !important;
  }

.flatpickr-schedule .flatpickr-calendar { width: 100%; max-width: 360px; margin-left: auto; margin-right: auto; border-width: 1px; border-style: solid; border-color: #1d1d1b; padding: 24px; margin-top: 48px; margin-bottom: 48px;
    box-shadow: none;
  }

@media (min-width: 1024px) {

.flatpickr-schedule .flatpickr-calendar { margin-bottom: 64px; margin-top: 0;
  }
    }

.flatpickr-schedule .flatpickr-current-month { display: flex; align-items: center; justify-content: space-between;
  }

.flatpickr-schedule .numInputWrapper .numInput { font-size: 20px; line-height: 26px; border-style: none; padding-top: 0px; padding-bottom: 0px;
    }

.flatpickr-schedule .flatpickr-months { position: relative;
  }

.flatpickr-schedule .flatpickr-month { display: block; margin-bottom: 12px;
  }

.flatpickr-schedule .flatpickr-current-month { font-size: 20px; line-height: 26px; padding: 0px;
  }

.flatpickr-schedule .flatpickr-rContainer {
    width: 100%;
  }

.flatpickr-schedule .flatpickr-monthDropdown-months { padding: 0px !important;
  }

.flatpickr-schedule .flatpickr-weekdaycontainer { justify-content: space-between;
  }

.flatpickr-schedule .flatpickr-weekdays { padding-bottom: 8px;
  }

.flatpickr-schedule .flatpickr-weekday { font-size: 14px; line-height: 17px; font-weight: 300;
  }

.flatpickr-schedule .flatpickr-days { width: 100%;
  }

.flatpickr-schedule .dayContainer { display: grid; grid-template-columns: repeat(7, minmax(0, 1fr)); grid-row-gap: 4px; grid-row-gap: 4px; row-gap: 4px; width: 100%; min-width: 0;
  }

.flatpickr-schedule .flatpickr-day { border-color: #1d1d1b; border-radius: 6px; width: 32px; max-width: 32px; height: 32px; font-size: 14px; line-height: 17px; font-weight: 300; margin-left: auto; margin-right: auto; display: flex; align-items: center;
  }

.flatpickr-schedule .flatpickr-day.today { border-color: #1d1d1b !important; --text-opacity: 1 !important; color: #be0c13 !important; color: rgba(190, 12, 19, 1) !important; color: rgba(190, 12, 19, var(--text-opacity)) !important; font-weight: 700 !important; border-radius: 6px !important; background-color: transparent !important;
    }

.flatpickr-schedule .flatpickr-day.prevMonthDay { border-color: #e6e6e6; border-radius: 6px;
    }

.flatpickr-schedule .flatpickr-day.prevMonthDay:hover { background-color: #F2CED0; border-color: #F2CED0;
      }

.flatpickr-schedule .flatpickr-day.nextMonthDay { border-color: #e6e6e6; color: rgba(0, 0, 0, 0.4); background-color: transparent; border-radius: 6px;
    }

.flatpickr-schedule .flatpickr-day.selected { background-color: #be0c13; border-color: #be0c13; border-radius: 6px; --text-opacity: 1; color: #fefefe; color: rgba(254, 254, 254, 1); color: rgba(254, 254, 254, var(--text-opacity)); font-weight: 700;
    }

.flatpickr-schedule .flatpickr-day.selected:hover { background-color: #DE8589; border-color: #DE8589;
      }

.flatpickr-schedule .flatpickr-day.flatpickr-disabled { --text-opacity: 1; color: #1d1d1b; color: rgba(29, 29, 27, 1); color: rgba(29, 29, 27, var(--text-opacity)); border-radius: 6px; border-style: none;
    }

.flatpickr-schedule .flatpickr-day.flatpickr-disabled.-week { background-color: #e6e6e6; color: rgba(0, 0, 0, 0.4);
      }

.flatpickr-schedule .flatpickr-day.flatpickr-disabled.-week:hover { background-color: #e6e6e6;
        }

.flatpickr-schedule .flatpickr-day.flatpickr-disabled.-end { background-color: transparent; color: rgba(0, 0, 0, 0.4);
      }

.flatpickr-schedule .flatpickr-day.flatpickr-disabled:hover { background-color: transparent;
      }

.flatpickr-schedule .flatpickr-day.prevMonthDay.flatpickr-disabled { background-color: #e6e6e6; border-color: transparent; color: rgba(0, 0, 0, 0.2); border-radius: 6px;
    }

.flatpickr-schedule .flatpickr-day.prevMonthDay.flatpickr-disabled.-end { background-color: transparent; color: rgba(0, 0, 0, 0.4);
      }

.flatpickr-schedule .flatpickr-day.nextMonthDay.flatpickr-disabled { background-color: transparent; border-color: transparent; color: rgba(0, 0, 0, 0.4); border-radius: 6px;
    }

.flatpickr-schedule .flatpickr-day:hover { background-color: #F2CED0; border-color: #F2CED0;
    }

.flatpickr-training .flatpickr-es, .flatpickr-training .flatpickr-en { border-width: 0 !important; display: none !important;
  }

/*.flatpickr-calendar { @apply mx-auto mt-40;*/

.flatpickr-training .flatpickr-calendar { margin-left: auto; margin-right: auto;
    box-shadow: none;
  }

.flatpickr-training .flatpickr-months { position: relative;
  }

.flatpickr-training .flatpickr-month { display: block; margin-bottom: 12px;
  }

.flatpickr-training .flatpickr-current-month { font-size: 24px; line-height: 28px; padding: 0px;
  }

.flatpickr-training .flatpickr-monthDropdown-months { padding: 0px !important;
  }

.flatpickr-training .flatpickr-weekdaycontainer { justify-content: space-between;
  }

.flatpickr-training .flatpickr-weekdays { padding-bottom: 8px;
  }

.flatpickr-training .flatpickr-weekday { font-size: 14px; line-height: 17px; font-weight: 300;
  }

.flatpickr-training .dayContainer { display: grid; grid-template-columns: repeat(7, minmax(0, 1fr)); grid-row-gap: 8px; grid-row-gap: 8px; row-gap: 8px;
  }

.flatpickr-training .flatpickr-day { border-color: #1d1d1b; border-radius: 6px; width: 32px; max-width: 32px; height: 32px; font-size: 14px; line-height: 17px; font-weight: 300; margin-left: auto; margin-right: auto; display: flex; align-items: center;
  }

.flatpickr-training .flatpickr-day.today { border-color: #1d1d1b !important; --text-opacity: 1 !important; color: #be0c13 !important; color: rgba(190, 12, 19, 1) !important; color: rgba(190, 12, 19, var(--text-opacity)) !important; font-weight: 700 !important; border-radius: 6px !important; background-color: transparent !important;
    }

.flatpickr-training .flatpickr-day.prevMonthDay { border-color: #e6e6e6; border-radius: 6px;
    }

.flatpickr-training .flatpickr-day.prevMonthDay:hover { background-color: #F2CED0; border-color: #F2CED0;
      }

.flatpickr-training .flatpickr-day.nextMonthDay { border-color: #e6e6e6; color: rgba(0, 0, 0, 0.4); background-color: transparent; border-radius: 6px;
    }

.flatpickr-training .flatpickr-day.selected { background-color: #be0c13; border-color: #be0c13; border-radius: 6px; --text-opacity: 1; color: #fefefe; color: rgba(254, 254, 254, 1); color: rgba(254, 254, 254, var(--text-opacity)); font-weight: 700;
    }

.flatpickr-training .flatpickr-day.selected:hover { background-color: #DE8589; border-color: #DE8589;
      }

.flatpickr-training .flatpickr-day.flatpickr-disabled { --text-opacity: 1; color: #1d1d1b; color: rgba(29, 29, 27, 1); color: rgba(29, 29, 27, var(--text-opacity)); border-radius: 6px; border-style: none;
    }

.flatpickr-training .flatpickr-day.flatpickr-disabled.-week { background-color: #e6e6e6; color: rgba(0, 0, 0, 0.4);
      }

.flatpickr-training .flatpickr-day.flatpickr-disabled.-week:hover { background-color: #e6e6e6;
        }

.flatpickr-training .flatpickr-day.flatpickr-disabled.-end { background-color: transparent; color: rgba(0, 0, 0, 0.4);
      }

.flatpickr-training .flatpickr-day.flatpickr-disabled:hover { background-color: transparent;
      }

.flatpickr-training .flatpickr-day.prevMonthDay.flatpickr-disabled { background-color: #e6e6e6; border-color: transparent; color: rgba(0, 0, 0, 0.2); border-radius: 6px;
    }

.flatpickr-training .flatpickr-day.prevMonthDay.flatpickr-disabled.-end { background-color: transparent; color: rgba(0, 0, 0, 0.4);
      }

.flatpickr-training .flatpickr-day.nextMonthDay.flatpickr-disabled { background-color: transparent; border-color: transparent; color: rgba(0, 0, 0, 0.4); border-radius: 6px;
    }

.flatpickr-training .flatpickr-day:hover { background-color: #F2CED0; border-color: #F2CED0;
    }

.aspect-approvals {
    aspect-ratio: 412 / 275;
  }

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

/*

  VIDEO MODULE

*/

.video--module-picture { transition-property: opacity; transition-duration: 200ms;
    }

.video--module-picture.hide { opacity: 0;
      }

.video-embed--btn { transition-property: opacity; transition-duration: 200ms;
    }

.video-embed--btn.hide { opacity: 0;
      }

/*

  COURSE WIZARD

*/

#course-wizard--content { opacity: 0; pointer-events: none; --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-y: 300px; transition-property: all; transition-duration: 200ms;
  }

#course-wizard--content.show {
      opacity: 1;
      pointer-events: auto;
      --transform-translate-y: -98px;
    }

@media (min-width: 1024px) {

#course-wizard--content { opacity: 1 !important; --transform-translate-y: 0 !important; pointer-events: auto !important
  }
    }

/*

  CONTENT POSTS

*/

.post-thumbnail { position: relative; display: block; width: 100%; max-width: 1512px; margin-left: auto; margin-right: auto;
}

.post-thumbnail img { display: block; width: 100%; height: auto;
  }

.entry-header { max-width: 1512px; margin-left: auto; margin-right: auto; padding-top: 138px;
  /* h2 { @apply text-black text-18-22 pb-0;
    @screen lg { @apply text-1_58vw-1_85vw; }
    @screen mw { @apply text-24-28; }
  }

  h5 { @apply text-18-22 pb-0 font-light;
    @screen lg { @apply text-1_58vw-1_85vw; }
    @screen mw { @apply text-24-28; }
  }

  img { @apply relative z-0 block w-auto object-cover rounded-1/2;
    @screen lg { @apply w-full max-w-72; }
    @screen mw { @apply w-auto; }
  }
    */
}

@media (min-width: 1024px) {

.entry-header { padding-top: 204px
}
  }

.entry-header h1 { width: 100%; font-size: 40px; line-height: 46px;
  }

@media (min-width: 1024px) {

.entry-header h1 { font-size: 4.23vw; line-height: 5.15vw; padding-bottom: 6.878vw
  }
    }

@media (min-width: 1512px) {

.entry-header h1 { font-size: 64px; line-height: 78px; padding-bottom: 104px
  }
    }

.entry-content { max-width: 1512px; margin-left: auto; margin-right: auto; padding-top: 138px; padding-left: 16px; padding-right: 16px;
  /* h3 { @apply text-18-22 font-bold pb-24;
    @screen lg { @apply text-1_58vw-1_85vw pb-1_58vw; }
    @screen mw { @apply text-24-28 pb-24; }
  }

  h4 { @apply text-18-22 pb-24;
    @screen lg { @apply text-1_58vw-1_85vw pb-1_58vw; }
    @screen mw { @apply text-24-28 pb-24; }
  }

  h5 { @apply text-18-22 pb-24 font-light;
    @screen lg { @apply text-1_58vw-1_85vw pb-1_58vw; }
    @screen mw { @apply text-24-28 pb-24; }
  }

  p { @apply text-black text-16-26 pb-24;
    @screen lg { @apply text-1_32vw-1_71vw pb-2_11vw; }
    @screen mw { @apply text-20-26 pb-32; }
  }
  p:last-child { @apply pb-88;
    @screen lg { @apply pb-5_29vw; }
    @screen mw { @apply pb-80; }
  }
  li:last-child { @apply pb-88;
    @screen lg { @apply pb-5_29vw; }
    @screen mw { @apply pb-80; }
  }

  .wp-block-image { @apply relative pb-88 filter-blue;
    @screen lg { @apply pb-5_29vw; }
    @screen mw { @apply pb-80; }
  }
  .wp-block-video { @apply relative filter-blue; }

  img, video { @apply relative z-0 rounded-20; }

  figcaption { @apply relative z-1 pl-20 text-14-24 max-w-411;
    @screen lg { @apply text-1_05vw-1_32vw; }
    @screen mw { @apply text-16-20; }
  }

  ol { @apply list-decimal pl-24; }
  li { @apply text-black text-16-26 pb-24;
    @screen lg { @apply text-1_32vw-1_71vw pb-2_11vw; }
    @screen mw { @apply text-20-26 pb-32; }
  }

  .wp-block-pullquote { @apply relative pb-88 pt-0 text-left;
    @screen lg { @apply pb-5_29vw; }
    @screen mw { @apply pb-80; }

    blockquote { @apply bg-blue-light p-32 rounded-8;
      p { @apply text-blue-dark text-24-28 pb-24;
        @screen lg { @apply text-2_11vw-2_38vw pb-2_11vw; }
        @screen mw { @apply text-32-36 pb-32; }
      }
      cite { @apply text-left; }
    }
  } */
}

@media (min-width: 1024px) {

.entry-content { padding-top: 104px; display: flex; justify-content: space-between; grid-gap: 6.878vw; grid-gap: 6.878vw; gap: 6.878vw; padding-left: 7.53vw; padding-right: 7.53vw
}
  }

@media (min-width: 1512px) {

.entry-content { grid-gap: 104px; grid-gap: 104px; gap: 104px; padding-left: 114px; padding-right: 114px
}
  }

.entry-content-left { width: 100%;
  }

@media (min-width: 1024px) {

.entry-content-left { width: 75%
  }
    }

.entry-content .wp-block-image { position: relative; display: block; width: 100%; max-width: 1512px; margin-left: auto; margin-right: auto; padding-bottom: 48px;
  }

@media (min-width: 1024px) {

.entry-content .wp-block-image { padding-bottom: 6.878vw
  }
    }

@media (min-width: 1512px) {

.entry-content .wp-block-image { padding-bottom: 104px
  }
    }

.entry-content .wp-block-image img { display: block; width: 100%; height: auto; border-radius: 6px;
    }

.entry-content h2 { width: 100%; font-size: 32px; line-height: 38px; padding-bottom: 32px;
  }

@media (min-width: 1024px) {

.entry-content h2 { font-size: 2.64vw; line-height: 3.04vw; padding-bottom: 64px
  }
    }

@media (min-width: 1512px) {

.entry-content h2 { font-size: 40px; line-height: 46px
  }
    }

.entry-content h3, .entry-content h4 { width: 100%; font-size: 28px; line-height: 32px; padding-bottom: 24px;
  }

@media (min-width: 1024px) {

.entry-content h3, .entry-content h4 { font-size: 2.11vw; line-height: 2.51vw; padding-top: 32px; padding-bottom: 40px
  }
    }

@media (min-width: 1512px) {

.entry-content h3, .entry-content h4 { font-size: 32px; line-height: 38px
  }
    }

.entry-content p { --text-opacity: 1; color: #1d1d1b; color: rgba(29, 29, 27, 1); color: rgba(29, 29, 27, var(--text-opacity)); font-size: 16px; line-height: 22px; padding-bottom: 24px;
  }

@media (min-width: 1024px) {

.entry-content p { font-size: 1.19vw; line-height: 1.58vw; padding-bottom: 1.58vw
  }
    }

@media (min-width: 1512px) {

.entry-content p { font-size: 16px; line-height: 22px; padding-bottom: 24px
  }
    }

.entry-content p+h2, .entry-content p+h3, .entry-content p+h4, .entry-content p+.wp-block-pullquote, .entry-content p+.wp-block-image { padding-top: 48px;
    }

@media (min-width: 1024px) {

.entry-content p+h2, .entry-content p+h3, .entry-content p+h4, .entry-content p+.wp-block-pullquote, .entry-content p+.wp-block-image { padding-top: 5.29vw
    }
      }

@media (min-width: 1512px) {

.entry-content p+h2, .entry-content p+h3, .entry-content p+h4, .entry-content p+.wp-block-pullquote, .entry-content p+.wp-block-image { padding-top: 80px
    }
      }

.entry-content ol, .entry-content ul { list-style-type: decimal; padding-left: 24px; padding-bottom: 24px;
  }

.entry-content ol+h2, .entry-content ol+h3, .entry-content ol+h4, .entry-content ol+.wp-block-pullquote, .entry-content ol+.wp-block-image, .entry-content ul+h2, .entry-content ul+h3, .entry-content ul+h4, .entry-content ul+.wp-block-pullquote, .entry-content ul+.wp-block-image { padding-top: 48px;
    }

@media (min-width: 1024px) {

.entry-content ol+h2, .entry-content ol+h3, .entry-content ol+h4, .entry-content ol+.wp-block-pullquote, .entry-content ol+.wp-block-image, .entry-content ul+h2, .entry-content ul+h3, .entry-content ul+h4, .entry-content ul+.wp-block-pullquote, .entry-content ul+.wp-block-image { padding-top: 5.29vw
    }
      }

@media (min-width: 1512px) {

.entry-content ol+h2, .entry-content ol+h3, .entry-content ol+h4, .entry-content ol+.wp-block-pullquote, .entry-content ol+.wp-block-image, .entry-content ul+h2, .entry-content ul+h3, .entry-content ul+h4, .entry-content ul+.wp-block-pullquote, .entry-content ul+.wp-block-image { padding-top: 80px
    }
      }

.entry-content ul { list-style-type: disc;
  }

.entry-content li { --text-opacity: 1; color: #1d1d1b; color: rgba(29, 29, 27, 1); color: rgba(29, 29, 27, var(--text-opacity)); font-size: 16px; line-height: 22px;
  }

@media (min-width: 1024px) {

.entry-content li { font-size: 1.19vw; line-height: 1.58vw
  }
    }

@media (min-width: 1512px) {

.entry-content li { font-size: 16px; line-height: 22px
  }
    }

.entry-content .wp-block-pullquote { position: relative; width: 100%; padding-top: 48px; padding-bottom: 48px; margin-bottom: 104px;
  }

.entry-content .wp-block-pullquote p { --text-opacity: 1; color: #be0c13; color: rgba(190, 12, 19, 1); color: rgba(190, 12, 19, var(--text-opacity)); font-size: 24px; line-height: 28px; padding-bottom: 24px; padding-top: 0px; font-weight: 300; margin-left: auto; margin-right: auto; position: relative;
    }

@media (min-width: 1024px) {

.entry-content .wp-block-pullquote p { font-size: 2.11vw; line-height: 2.51vw; padding-left: 42px; padding-right: 42px
    }
      }

@media (min-width: 1512px) {

.entry-content .wp-block-pullquote p { font-size: 40px; line-height: 46px; padding-bottom: 32px
    }
      }

.entry-content .wp-block-pullquote blockquote:before { position: absolute; display: block; width: 100%; min-height: 212px; background-color: rgba(0, 0, 0, 0.05); border-radius: 6px; margin-top: 104px; bottom: -24px; content: "";
      }

.entry-content .wp-block-buttons { margin-top: 32px; margin-bottom: 88px;
  }

@media (min-width: 1024px) {

.entry-content .wp-block-buttons { margin-top: 64px; margin-bottom: 6.878vw
  }
    }

@media (min-width: 1512px) {

.entry-content .wp-block-buttons { margin-bottom: 104px
  }
    }

.entry-content .wp-block-buttons .wp-element-button { border-width: 1px; border-style: solid; border-color: transparent; display: flex; padding-left: 24px; padding-right: 24px; justify-content: space-between; align-items: center; width: -moz-fit-content; width: fit-content; height: 56px; background-color: #be0c13; border-radius: 40px; font-size: 16px; line-height: 22px; --text-opacity: 1; color: #fefefe; color: rgba(254, 254, 254, 1); color: rgba(254, 254, 254, var(--text-opacity));
    }

@media (min-width: 768px) {

.entry-content .wp-block-buttons .wp-element-button { display: inline-flex
    }
      }

.entry-content .wp-block-buttons .wp-element-button:after { height: 24px; position: relative; margin-left: 24px; content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' viewBox='0 0 24 24'%3E%3Cpath stroke='%23fff' stroke-linecap='round' d='M3 12h18M15 18l6-6-6-6'/%3E%3C/svg%3E");
      }

.yarpp-related a { font-weight: 300 !important;
  }

.yarpp-related h3 { font-weight: 300 !important; font-size: 32px !important; line-height: 38px !important;
  }

/*

  FORM STYLES

*/

select, input, textarea { appearance: none; -webkit-appearance: none; -moz-appearance: none; background-color: transparent;
}

/* For IE <= 11 */

select::-ms-expand { display: none;
}

input[type=checkbox]:checked,
input[type=radio]:checked,
input[type=checkbox]:focus,
input[type=radio]:focus {
  outline: none !important;
}

.help-icon:after { cursor: pointer; display: flex; justify-content: center; align-items: flex-end; font-size: 12px; line-height: 16px; color: rgba(0, 0, 0, 0.4); text-transform: none; border-radius: 50%; position: relative; bottom: 2px; padding-left: 8px; content: "Más información";
  }

.form--style { background-color: transparent;
    /* Select */
  }

/* Cols */

@media (min-width: 768px) {

.form--style-cols { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); grid-gap: 24px; grid-gap: 24px; gap: 24px
    }
      }

@media (min-width: 1512px) {

.form--style-cols { grid-gap: 56px; grid-gap: 56px; gap: 56px
    }
      }

@media (min-width: 768px) {

.form--style-edit { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); grid-column-gap: 24px; grid-column-gap: 24px; -moz-column-gap: 24px; column-gap: 24px
    }
      }

@media (min-width: 1512px) {

.form--style-edit { grid-column-gap: 56px; grid-column-gap: 56px; -moz-column-gap: 56px; column-gap: 56px
    }
      }

/*input[type="text"], input[type="password"], input[type="email"], input[type="tel"], input[type="number"], textarea, select { @apply block w-full text-20-26 font-light py-24 text-black border-b-1 border-solid border-green; }*/

.form--style-edit p { position: relative; margin-bottom: 24px;
      }

@media (min-width: 768px) {

.form--style-edit.-fullwidth { display: block
      }
        }

.form--style p { position: relative; margin-bottom: 48px;
    }

@media (min-width: 1024px) {

.form--style p { margin-bottom: 56px
    }
      }

.form--style p.-error { margin-bottom: 72px;
      }

.form--style label { display: block; font-size: 16px; line-height: 22px; font-weight: 500; text-transform: uppercase;
    }

.form--style label .required { font-size: 16px; line-height: 22px; --text-opacity: 1; color: #be0c13; color: rgba(190, 12, 19, 1); color: rgba(190, 12, 19, var(--text-opacity)); font-weight: 500;
      }

.form--style input[type="text"], .form--style input[type="number"], .form--style input[type="password"], .form--style input[type="email"], .form--style input[type="tel"], .form--style textarea, .form--style select { display: block; width: 100%; font-size: 24px; line-height: 28px; font-weight: 300; padding-top: 24px; padding-bottom: 24px; border-bottom-width: 1px; border-style: solid; border-color: #1d1d1b;
    }

.form--style .-error input[type="text"], .form--style .-error input[type="email"], .form--style .-error input[type="tel"], .form--style .-error textarea, .form--style .-error label { --text-opacity: 1; color: #be0c13; color: rgba(190, 12, 19, 1); color: rgba(190, 12, 19, var(--text-opacity)); border-color: #be0c13;
      }

.form--style .-error:before { --text-opacity: 1; color: #be0c13; color: rgba(190, 12, 19, 1); color: rgba(190, 12, 19, var(--text-opacity)); font-size: 14px; line-height: 17px; font-weight: 500; padding-left: 24px; position: absolute; bottom: -32px; left: -4px; content: "Respuesta no válida"; background-repeat: no-repeat; background-position: left center; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none'%3E%3Cpath stroke='%23BE0C13' stroke-linecap='round' stroke-width='1.2' d='M14.358 14.36 9.644 9.644M9.642 14.36l4.714-4.715'/%3E%3Cpath stroke='%23BE0C13' stroke-width='1.2' d='M7.286 16.716a6.667 6.667 0 1 0 9.428-9.428 6.667 6.667 0 0 0-9.428 9.428Z' clip-rule='evenodd'/%3E%3C/svg%3E") ;
      }

.form--style .-error.-prom:before { --text-opacity: 1; color: #be0c13; color: rgba(190, 12, 19, 1); color: rgba(190, 12, 19, var(--text-opacity)); font-size: 14px; line-height: 17px; font-weight: 500; padding-left: 24px; position: absolute; bottom: -32px; left: -4px; content: "Código de descuento no válido."; background-repeat: no-repeat; background-position: left center; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none'%3E%3Cpath stroke='%23BE0C13' stroke-linecap='round' stroke-width='1.2' d='M14.358 14.36 9.644 9.644M9.642 14.36l4.714-4.715'/%3E%3Cpath stroke='%23BE0C13' stroke-width='1.2' d='M7.286 16.716a6.667 6.667 0 1 0 9.428-9.428 6.667 6.667 0 0 0-9.428 9.428Z' clip-rule='evenodd'/%3E%3C/svg%3E") ;
        }

.form--style .-error .prom-code:after { text-decoration: underline; text-transform: uppercase; font-size: 16px; line-height: 22px; position: absolute; right: 0px; top: 50%; --text-opacity: 1; color: #be0c13; color: rgba(190, 12, 19, 1); color: rgba(190, 12, 19, var(--text-opacity)); content: "Eliminar"
        }

.form--style .-error .prom-code:hover:after { --text-opacity: 1; color: #1d1d1b; color: rgba(29, 29, 27, 1); color: rgba(29, 29, 27, var(--text-opacity))
          }

.form--style .prom-code { position: relative;
    }

.form--style .prom-code:after { text-decoration: underline; text-transform: uppercase; font-size: 16px; line-height: 22px; position: absolute; right: 0px; top: 50%; --text-opacity: 1; color: #1d1d1b; color: rgba(29, 29, 27, 1); color: rgba(29, 29, 27, var(--text-opacity)); content: "Aplicar"
      }

.form--style .prom-code:hover:after { --text-opacity: 1; color: #be0c13; color: rgba(190, 12, 19, 1); color: rgba(190, 12, 19, var(--text-opacity))
        }

.form--style .prom-code.-applied { margin-bottom: 72px;
      }

.form--style .prom-code.-applied:after { text-transform: none; --text-opacity: 1; color: #34A853; color: rgba(52, 168, 83, 1); color: rgba(52, 168, 83, var(--text-opacity)); height: -moz-fit-content; height: fit-content; font-size: 14px; line-height: 17px; font-weight: 500; padding-left: 24px; bottom: -32px; left: -4px; top: auto; content: "Descuento del 20% aplicado correctamente."; background-repeat: no-repeat; background-position: left center; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none'%3E%3Cpath stroke='%2334A853' stroke-linecap='round' stroke-width='1.2' d='m8.666 12.667 2 2L15.333 10'/%3E%3Cpath stroke='%2334A853' stroke-width='1.2' d='M12 18.666a6.667 6.667 0 1 0 0-13.333 6.667 6.667 0 0 0 0 13.333Z' clip-rule='evenodd'/%3E%3C/svg%3E");
        }

/* Submit */

.form--style .submit-style { display: inline-flex; cursor: pointer; width: auto; height: 56px; padding-left: 24px; padding-right: 72px; background-color: #be0c13; border-style: solid; border-width: 1px; border-color: #be0c13; border-radius: 40px; --text-opacity: 1; color: #fefefe; color: rgba(254, 254, 254, 1); color: rgba(254, 254, 254, var(--text-opacity)); font-size: 16px; line-height: 22px; font-weight: 300;
    }

@media (min-width: 768px) {
      }

.form--style .submit-style.-little { height: -moz-fit-content; height: fit-content; padding-top: 8px; padding-bottom: 8px; padding-left: 16px; padding-right: 64px;
        background-position: center right 16px;
      }

.form--style .submit-style {
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none'%3E%3Cpath stroke='%23fff' stroke-linecap='round' d='M3 12h18M15 18l6-6-6-6'/%3E%3C/svg%3E"); content: "";
      background-repeat: no-repeat;
      background-position: center right 24px;
}

.form--style .submit-style input[type="submit"] { --text-opacity: 1; color: #fefefe; color: rgba(254, 254, 254, 1); color: rgba(254, 254, 254, var(--text-opacity));
      }

.form--style .submit-style:disabled, .form--style .submit-style :hover { opacity: 0.3; pointer-events: none;
      }

.form--style .submit-style:hover { background-color: #fefefe; border-color: #be0c13; --text-opacity: 1; color: #be0c13; color: rgba(190, 12, 19, 1); color: rgba(190, 12, 19, var(--text-opacity));
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none'%3E%3Cpath stroke='%23BE0C13' stroke-linecap='round' d='M3 12h18M15 18l6-6-6-6'/%3E%3C/svg%3E"); content: "";
      }

.form--style .span-hidden span { display: none;
      }

/* Radio */

.form--style-radio label { display: flex
      }

.form--style-radio input[type="radio"]+span { display: block; position: relative; font-size: 20px; line-height: 26px; font-weight: 300; --text-opacity: 1; color: #1d1d1b; color: rgba(29, 29, 27, 1); color: rgba(29, 29, 27, var(--text-opacity)); padding-left: 32px; text-transform: none;
      }

@media (min-width: 1024px) {

.form--style-radio input[type="radio"]+span { font-size: 24px; line-height: 28px
      }
        }

.form--style-radio input[type="radio"]+span:before { display: block; position: absolute; left: 0px; top: 4px; width: 20px; height: 20px; border-radius: 50%; border: 1px solid black; content: "";
        }

.form--style-radio input[type="radio"]+span:after { display: flex; justify-content: center; align-items: center; position: absolute; left: 0px; top: 2px; width: 20px; height: 20px; opacity: 0; 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='%23BE0C13' stroke-linecap='round'/%3E%3C/svg%3E" );
        }

@media (min-width: 1024px) {

.form--style-radio input[type="radio"]+span:after { top: 0px
        }
          }

.form--style-radio input[type="radio"]+span:hover:after { opacity: .40;
          }

.form--style-radio input[type=radio]:checked+span:after { opacity: 1;
        }

.form--style-radio .custom--radio { display: flex; align-items: center;
      }

.form--style-radio .custom--radio .wpcf7-list-item.last { padding-left: 40px;
          }

@media (min-width: 1024px) {

.form--style-radio .custom--radio2 { display: flex; align-items: center
      }
        }

@media (min-width: 1024px) {

.form--style-radio .custom--radio2 .wpcf7-list-item.last { padding-left: 40px
          }
            }

.form--style-radio .custom--radio3 input[type="radio"]+span { font-size: 18px; line-height: 24px;
        }

.form--style-radio .custom--radio3 input[type="radio"]+span:before { top: 2px
          }

.form--style-radio .custom--radio3 input[type="radio"]+span:after { top: 0px
          }

.form--style-radio.-error label, .form--style-radio.-error input[type=radio] + span { --text-opacity: 1; color: #be0c13; color: rgba(190, 12, 19, 1); color: rgba(190, 12, 19, var(--text-opacity));
        }

.form--style-radio.-error input[type=radio]+span:before { border-color: #be0c13;
          }

.form--style-radio.-error:before { --text-opacity: 1; color: #be0c13; color: rgba(190, 12, 19, 1); color: rgba(190, 12, 19, var(--text-opacity)); font-size: 14px; line-height: 17px; font-weight: 500; padding-left: 24px; position: absolute; bottom: -32px; left: -4px; content: "Seleccione una opción"; background-repeat: no-repeat; background-position: left center; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none'%3E%3Cpath stroke='%23BE0C13' stroke-linecap='round' stroke-width='1.2' d='M14.358 14.36 9.644 9.644M9.642 14.36l4.714-4.715'/%3E%3Cpath stroke='%23BE0C13' stroke-width='1.2' d='M7.286 16.716a6.667 6.667 0 1 0 9.428-9.428 6.667 6.667 0 0 0-9.428 9.428Z' clip-rule='evenodd'/%3E%3C/svg%3E") ;
        }

/* Checkbox */

.form--style-chkbx input[type=checkbox] + span { display: block; position: relative; font-size: 20px; line-height: 26px; font-weight: 300; --text-opacity: 1; color: #1d1d1b; color: rgba(29, 29, 27, 1); color: rgba(29, 29, 27, var(--text-opacity)); padding-left: 32px; text-transform: none;
      }

.form--style-chkbx input[type=checkbox] + span:before { display: block; position: absolute; left: 0px; top: 4px; width: 20px; height: 20px; border: 1px solid black; content: "";
        }

.form--style-chkbx input[type=checkbox] + span:after { display: flex; justify-content: center; align-items: center; opacity: 0; position: absolute; left: 0px; top: 1px; width: 20px; height: 20px; 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='%23BE0C13' stroke-linecap='round'/%3E%3C/svg%3E" );
        }

.form--style-chkbx input[type=checkbox] + span:hover:after { opacity: .40;
          }

.form--style-chkbx.-filters input[type=checkbox] + span { font-size: 20px; line-height: 26px;
        }

@media (min-width: 1024px) {

.form--style-chkbx.-filters input[type=checkbox] + span { font-size: 1.32vw; line-height: 1.71vw
        }
          }

@media (min-width: 1512px) {

.form--style-chkbx.-filters input[type=checkbox] + span { font-size: 20px; line-height: 26px
        }
          }

.form--style-chkbx input[type=checkbox]:checked + span:after { opacity: 1;
        }

.form--style-chkbx .custom--checkbox { display: flex; align-items: center;
      }

.form--style-chkbx.-error input[type=checkbox] + span { --text-opacity: 1; color: #be0c13; color: rgba(190, 12, 19, 1); color: rgba(190, 12, 19, var(--text-opacity));
        }

.form--style-chkbx.-error input[type=checkbox] + span:before { border-color: #be0c13;
          }

.form--style-chkbx.-error:before { --text-opacity: 1; color: #be0c13; color: rgba(190, 12, 19, 1); color: rgba(190, 12, 19, var(--text-opacity)); font-size: 14px; line-height: 17px; font-weight: 500; padding-left: 24px; position: absolute; bottom: -32px; left: -4px; content: "Seleccione una opción"; background-repeat: no-repeat; background-position: left center; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none'%3E%3Cpath stroke='%23BE0C13' stroke-linecap='round' stroke-width='1.2' d='M14.358 14.36 9.644 9.644M9.642 14.36l4.714-4.715'/%3E%3Cpath stroke='%23BE0C13' stroke-width='1.2' d='M7.286 16.716a6.667 6.667 0 1 0 9.428-9.428 6.667 6.667 0 0 0-9.428 9.428Z' clip-rule='evenodd'/%3E%3C/svg%3E") ;
        }

/* ACCEPTANCE */

.form--style #styled-checkbox-margin2 + span { padding-bottom: 16px;
    }

.form--style-accpt input[type=checkbox] + span { display: block; position: relative; font-size: 20px; line-height: 26px; font-weight: 300; --text-opacity: 1; color: #1d1d1b; color: rgba(29, 29, 27, 1); color: rgba(29, 29, 27, var(--text-opacity)); padding-left: 32px; text-transform: none;
      }

.form--style-accpt input[type=checkbox] + span:before { display: block; position: absolute; left: 0px; top: 4px; width: 20px; height: 20px; border-bottom: 1px solid black; content: "";
        }

.form--style-accpt input[type=checkbox] + span:after { display: flex; justify-content: center; align-items: center; opacity: 0; position: absolute; left: 0px; top: 0px; width: 20px; height: 20px; 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='%23BE0C13' stroke-linecap='round'/%3E%3C/svg%3E" );
        }

.form--style-accpt input[type=checkbox]:checked + span:after { opacity: 1;
        }

.form--style-accpt .custom--checkbox { display: flex; align-items: center;
      }

.form--style-accpt .custom--checkbox .wpcf7-list-item.last { padding-left: 40px;
          }

/* Textarea */

.form--style textarea { background-color: rgba(0, 0, 0, 0.05); border-radius: 6px; border-style: none; height: 98px; padding: 16px; font-size: 20px; line-height: 26px;
    }

@media (min-width: 1024px) {

.form--style textarea { padding: 24px
    }
      }

.form--style textarea.-gray-area { background-color: #fefefe;
      }

.form--style {
  }

/* Range Slider */

.form--style .range-slider {
      width: 100%;
    }

/* Base Colors */

.form--style .range-slider__range {
      -webkit-appearance: none;
      width: 100%;
      height: 2px;
      border-radius: 5px;
      background: rgba(0, 0, 0, 0.2);
      outline: none;
      margin: 0;
    }

@media (min-width: 768px) {

.form--style .range-slider__range { padding-left: 58px; padding-right: 58px
    }
      }

/* Range Handle */

.form--style .range-slider__range::-webkit-slider-thumb {
        -webkit-appearance: none;
                appearance: none;
        width: 20px;
        height: 20px;
        border-radius: 50%;
        background: #be0c13;
        cursor: pointer;
        -webkit-transition: background .15s ease-in-out;
        transition: background .15s ease-in-out;
      }

.form--style .range-slider__range::-webkit-slider-thumb:hover {
          background: #DE8589;
        }

.form--style .range-slider__range:active::-webkit-slider-thumb {
        background: #DE8589;
      }

.form--style .range-slider__range::-moz-range-thumb {
        width: 20px;
        height: 20px;
        border: 0;
        border-radius: 50%;
        background: #be0c13;
        cursor: pointer;
        -moz-transition: background .15s ease-in-out;
        transition: background .15s ease-in-out;
      }

.form--style .range-slider__range::-moz-range-thumb:hover {
          background: #DE8589;
        }

.form--style .range-slider__range:active::-moz-range-thumb {
        background: #DE8589;
      }

/* Focus state */

.form--style .range-slider__range:focus::-webkit-slider-thumb {
          box-shadow: 0 0 0 3px #fff,
                      0 0 0 6px #be0c13;
        }

/* Range Label */

.form--style .range-slider__value {
      display: inline-block;
      position: relative;
      width: 100%;
      color: black;
      line-height: 20px;
      text-align: center;
      border-radius: 3px;
      background: transparent;
      padding: 5px 10px;
    }

/* SVG ENCODE : https://yoksel.github.io/url-encoder/ */

.form--style-select { -webkit-tap-highlight-color: rgba(255, 255, 255, 1); display: block; position: relative;
    }

.form--style-select span:after { display: flex; justify-content: center; align-items: center; position: absolute; top: 50px; right: 0px; width: 24px; height: 24px; padding-top: 5px; pointer-events: none; background-repeat: no-repeat; background-position: center center; content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='41' fill='none'%3E%3Cg filter='url(%23a)'%3E%3Cpath stroke='%23000' stroke-linecap='round' d='m12 17.833 8 8 8-8'/%3E%3C/g%3E%3Cdefs%3E%3Cfilter id='a' width='60' height='60' x='-10' y='-9.5' color-interpolation-filters='sRGB' filterUnits='userSpaceOnUse'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeGaussianBlur in='BackgroundImageFix' stdDeviation='5'/%3E%3CfeComposite in2='SourceAlpha' operator='in' result='effect1_backgroundBlur_2980_20912'/%3E%3CfeBlend in='SourceGraphic' in2='effect1_backgroundBlur_2980_20912' result='shape'/%3E%3C/filter%3E%3C/defs%3E%3C/svg%3E");
        }

.form--style-select span:hover:after { --text-opacity: 1; color: #be0c13; color: rgba(190, 12, 19, 1); color: rgba(190, 12, 19, var(--text-opacity)); animation: bounce 0.25s linear 1; content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='41' fill='none'%3E%3Cg filter='url(%23a)'%3E%3Cpath stroke='%23BE0C13' stroke-linecap='round' d='m12 17.833 8 8 8-8'/%3E%3C/g%3E%3Cdefs%3E%3Cfilter id='a' width='60' height='60' x='-10' y='-9.5' color-interpolation-filters='sRGB' filterUnits='userSpaceOnUse'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeGaussianBlur in='BackgroundImageFix' stdDeviation='5'/%3E%3CfeComposite in2='SourceAlpha' operator='in' result='effect1_backgroundBlur_2980_20912'/%3E%3CfeBlend in='SourceGraphic' in2='effect1_backgroundBlur_2980_20912' result='shape'/%3E%3C/filter%3E%3C/defs%3E%3C/svg%3E");
          };

.form--style-select.-error label { --text-opacity: 1; color: #be0c13; color: rgba(190, 12, 19, 1); color: rgba(190, 12, 19, var(--text-opacity));
        }

.form--style-select.-error select { border-color: #be0c13; --text-opacity: 1; color: #be0c13; color: rgba(190, 12, 19, 1); color: rgba(190, 12, 19, var(--text-opacity));
        }

.form--style-select.-error span:after { border-color: #be0c13; content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none'%3E%3Cpath stroke='%23BE0C13' stroke-linecap='round' d='m7 10 5 5 5-5'/%3E%3C/svg%3E");
          }

.form--style-select.-error:before { --text-opacity: 1; color: #be0c13; color: rgba(190, 12, 19, 1); color: rgba(190, 12, 19, var(--text-opacity)); font-size: 14px; line-height: 17px; font-weight: 500; padding-left: 24px; position: absolute; bottom: -32px; left: -4px; content: "Seleccione una opción"; background-repeat: no-repeat; background-position: left center; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none'%3E%3Cpath stroke='%23BE0C13' stroke-linecap='round' stroke-width='1.2' d='M14.358 14.36 9.644 9.644M9.642 14.36l4.714-4.715'/%3E%3Cpath stroke='%23BE0C13' stroke-width='1.2' d='M7.286 16.716a6.667 6.667 0 1 0 9.428-9.428 6.667 6.667 0 0 0-9.428 9.428Z' clip-rule='evenodd'/%3E%3C/svg%3E") ;
        }

/* RESPONSE */

.form--style-response { position: relative; top: -16px;
    }

/* Password */

.password { display: block; position: relative;
}

.password:after { display: flex; justify-content: center; align-items: center; position: absolute; bottom: 22px; right: 0px; width: 40px; height: 40px; padding-top: 5px; background-repeat: no-repeat; background-position: center center; content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none'%3E%3Cpath stroke='%23000' stroke-linecap='round' d='M22 12s-3 6-10 6-10-6-10-6 3-6 10-6 10 6 10 6Z'/%3E%3Ccircle cx='12' cy='12' r='3' stroke='%23000' stroke-linecap='round'/%3E%3Cpath stroke='%23000' stroke-linecap='round' d='M3 21 20 4'/%3E%3C/svg%3E");
  }

.password:hover:after { background-color: #fefefe; --text-opacity: 1; color: #be0c13; color: rgba(190, 12, 19, 1); color: rgba(190, 12, 19, var(--text-opacity)); border-color: #be0c13; animation: bounce 0.25s linear 1; content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none'%3E%3Cpath stroke='%23BE0C13' stroke-linecap='round' d='M22 12s-3 6-10 6-10-6-10-6 3-6 10-6 10 6 10 6Z'/%3E%3Ccircle cx='12' cy='12' r='3' stroke='%23BE0C13' stroke-linecap='round'/%3E%3C/svg%3E");
    };

/*

  CONTACT FORM 7

*/

.wpcf7-form.invalid .wpcf7-response-output, .wpcf7-form.init .wpcf7-response-output { --text-opacity: 1; color: #be0c13; color: rgba(190, 12, 19, 1); color: rgba(190, 12, 19, var(--text-opacity));
      }

.wpcf7-form.invalid input.wpcf7-not-valid, .wpcf7-form.init input.wpcf7-not-valid { border-color: #be0c13;
        }

.wpcf7-form.invalid .wpcf7-not-valid-tip, .wpcf7-form.init .wpcf7-not-valid-tip { padding-top: 5px; font-size: 12px; line-height: 16px; --text-opacity: 1; color: #be0c13; color: rgba(190, 12, 19, 1); color: rgba(190, 12, 19, var(--text-opacity));
      }

.wpcf7-form.sent .wpcf7-response-output { font-size: 24px; line-height: 28px; --text-opacity: 1; color: #1f845a; color: rgba(31, 132, 90, 1); color: rgba(31, 132, 90, var(--text-opacity)); padding-top: 16px; padding-bottom: 16px;
      }

@media (min-width: 1024px) {

.wpcf7-form.sent .wpcf7-response-output { font-size: 32px; line-height: 38px
      }
        }

.wpcf7 .screen-reader-response { display: none;
  }

.flatpickr-calendar{
  background:transparent;
  opacity:0;
  display:none;
  text-align:center;
  visibility:hidden;
  padding:0;
  animation:none;
  direction:ltr;
  border:0;
  font-size:14px;
  line-height:24px;
  border-radius:5px;
  position:absolute;
  width:307.875px;
  box-sizing:border-box;
  touch-action:manipulation;
  background:#fff;
  box-shadow:1px 0 0 #e6e6e6,-1px 0 0 #e6e6e6,0 1px 0 #e6e6e6,0 -1px 0 #e6e6e6,0 3px 13px rgba(0,0,0,0.08)
}

.flatpickr-calendar.open,.flatpickr-calendar.inline{
  opacity:1;
  max-height:640px;
  visibility:visible
}

.flatpickr-calendar.open{
  display:inline-block;
  z-index:99999
}

.flatpickr-calendar.animate.open{
  animation:fpFadeInDown 300ms cubic-bezier(.23,1,.32,1)
}

.flatpickr-calendar.inline{
  display:block;
  position:relative;
  top:2px
}

.flatpickr-calendar.static{
  position:absolute;
  top:calc(100% + 2px)
}

.flatpickr-calendar.static.open{
  z-index:999;
  display:block
}

.flatpickr-calendar.multiMonth .flatpickr-days .dayContainer:nth-child(n+1) .flatpickr-day.inRange:nth-child(7n+7){
  box-shadow:none !important
}

.flatpickr-calendar.multiMonth .flatpickr-days .dayContainer:nth-child(n+2) .flatpickr-day.inRange:nth-child(7n+1){
  box-shadow:-2px 0 0 #e6e6e6,5px 0 0 #e6e6e6
}

.flatpickr-calendar .hasWeeks .dayContainer,.flatpickr-calendar .hasTime .dayContainer{
  border-bottom:0;
  border-bottom-right-radius:0;
  border-bottom-left-radius:0
}

.flatpickr-calendar .hasWeeks .dayContainer{
  border-left:0
}

.flatpickr-calendar.hasTime .flatpickr-time{
  height:40px;
  border-top:1px solid #e6e6e6
}

.flatpickr-calendar.noCalendar.hasTime .flatpickr-time{
  height:auto
}

.flatpickr-calendar:before,.flatpickr-calendar:after{
  position:absolute;
  display:block;
  pointer-events:none;
  border:solid transparent;
  content:'';
  height:0;
  width:0;
  left:22px
}

.flatpickr-calendar.rightMost:before,.flatpickr-calendar.arrowRight:before,.flatpickr-calendar.rightMost:after,.flatpickr-calendar.arrowRight:after{
  left:auto;
  right:22px
}

.flatpickr-calendar.arrowCenter:before,.flatpickr-calendar.arrowCenter:after{
  left:50%;
  right:50%
}

.flatpickr-calendar:before{
  border-width:5px;
  margin:0 -5px
}

.flatpickr-calendar:after{
  border-width:4px;
  margin:0 -4px
}

.flatpickr-calendar.arrowTop:before,.flatpickr-calendar.arrowTop:after{
  bottom:100%
}

.flatpickr-calendar.arrowTop:before{
  border-bottom-color:#e6e6e6
}

.flatpickr-calendar.arrowTop:after{
  border-bottom-color:#fff
}

.flatpickr-calendar.arrowBottom:before,.flatpickr-calendar.arrowBottom:after{
  top:100%
}

.flatpickr-calendar.arrowBottom:before{
  border-top-color:#e6e6e6
}

.flatpickr-calendar.arrowBottom:after{
  border-top-color:#fff
}

.flatpickr-calendar:focus{
  outline:0
}

.flatpickr-wrapper{
  position:relative;
  display:inline-block
}

.flatpickr-months{
  display:flex
}

.flatpickr-months .flatpickr-month{
  background:transparent;
  color:rgba(0,0,0,0.9);
  fill:rgba(0,0,0,0.9);
  height:34px;
  line-height:1;
  text-align:center;
  position:relative;
  -webkit-user-select:none;
  -moz-user-select:none;
  user-select:none;
  overflow:hidden;
  flex:1
}

.flatpickr-months .flatpickr-prev-month,.flatpickr-months .flatpickr-next-month{
  -webkit-user-select:none;
  -moz-user-select:none;
  user-select:none;
  text-decoration:none;
  cursor:pointer;
  position:absolute;
  top:0;
  height:34px;
  padding:10px;
  z-index:3;
  color:rgba(0,0,0,0.9);
  fill:rgba(0,0,0,0.9)
}

.flatpickr-months .flatpickr-prev-month.flatpickr-disabled,.flatpickr-months .flatpickr-next-month.flatpickr-disabled{
  display:none
}

.flatpickr-months .flatpickr-prev-month i,.flatpickr-months .flatpickr-next-month i{
  position:relative
}

.flatpickr-months .flatpickr-prev-month.flatpickr-prev-month,.flatpickr-months .flatpickr-next-month.flatpickr-prev-month{
  /*
      /*rtl:begin:ignore*/
  left:0
  /*
      /*rtl:end:ignore*/
}

/*
      /*rtl:begin:ignore*/

/*
      /*rtl:end:ignore*/

.flatpickr-months .flatpickr-prev-month.flatpickr-next-month,.flatpickr-months .flatpickr-next-month.flatpickr-next-month{
  /*
      /*rtl:begin:ignore*/
  right:0
  /*
      /*rtl:end:ignore*/
}

/*
      /*rtl:begin:ignore*/

/*
      /*rtl:end:ignore*/

.flatpickr-months .flatpickr-prev-month:hover,.flatpickr-months .flatpickr-next-month:hover{
  color:#959ea9
}

.flatpickr-months .flatpickr-prev-month:hover svg,.flatpickr-months .flatpickr-next-month:hover svg{
  fill:#f64747
}

.flatpickr-months .flatpickr-prev-month svg,.flatpickr-months .flatpickr-next-month svg{
  width:14px;
  height:14px
}

.flatpickr-months .flatpickr-prev-month svg path,.flatpickr-months .flatpickr-next-month svg path{
  transition:fill .1s;
  fill:inherit
}

.numInputWrapper{
  position:relative;
  height:auto
}

.numInputWrapper input,.numInputWrapper span{
  display:inline-block
}

.numInputWrapper input{
  width:100%
}

.numInputWrapper input::-ms-clear{
  display:none
}

.numInputWrapper input::-webkit-outer-spin-button,.numInputWrapper input::-webkit-inner-spin-button{
  margin:0;
  -webkit-appearance:none
}

.numInputWrapper span{
  position:absolute;
  right:0;
  width:14px;
  padding:0 4px 0 2px;
  height:50%;
  line-height:50%;
  opacity:0;
  cursor:pointer;
  border:1px solid rgba(57,57,57,0.15);
  box-sizing:border-box
}

.numInputWrapper span:hover{
  background:rgba(0,0,0,0.1)
}

.numInputWrapper span:active{
  background:rgba(0,0,0,0.2)
}

.numInputWrapper span:after{
  display:block;
  content:"";
  position:absolute
}

.numInputWrapper span.arrowUp{
  top:0;
  border-bottom:0
}

.numInputWrapper span.arrowUp:after{
  border-left:4px solid transparent;
  border-right:4px solid transparent;
  border-bottom:4px solid rgba(57,57,57,0.6);
  top:26%
}

.numInputWrapper span.arrowDown{
  top:50%
}

.numInputWrapper span.arrowDown:after{
  border-left:4px solid transparent;
  border-right:4px solid transparent;
  border-top:4px solid rgba(57,57,57,0.6);
  top:40%
}

.numInputWrapper span svg{
  width:inherit;
  height:auto
}

.numInputWrapper span svg path{
  fill:rgba(0,0,0,0.5)
}

.numInputWrapper:hover{
  background:rgba(0,0,0,0.05)
}

.numInputWrapper:hover span{
  opacity:1
}

.flatpickr-current-month{
  font-size:135%;
  line-height:inherit;
  font-weight:300;
  color:inherit;
  position:absolute;
  width:75%;
  left:12.5%;
  padding:7.48px 0 0 0;
  line-height:1;
  height:34px;
  display:inline-block;
  text-align:center;
  transform:translate3d(0,0,0)
}

.flatpickr-current-month span.cur-month{
  font-family:inherit;
  font-weight:700;
  color:inherit;
  display:inline-block;
  margin-left:.5ch;
  padding:0
}

.flatpickr-current-month span.cur-month:hover{
  background:rgba(0,0,0,0.05)
}

.flatpickr-current-month .numInputWrapper{
  width:6ch;
  width:7ch\0;
  display:inline-block
}

.flatpickr-current-month .numInputWrapper span.arrowUp:after{
  border-bottom-color:rgba(0,0,0,0.9)
}

.flatpickr-current-month .numInputWrapper span.arrowDown:after{
  border-top-color:rgba(0,0,0,0.9)
}

.flatpickr-current-month input.cur-year{
  background:transparent;
  box-sizing:border-box;
  color:inherit;
  cursor:text;
  padding:0 0 0 .5ch;
  margin:0;
  display:inline-block;
  font-size:inherit;
  font-family:inherit;
  font-weight:300;
  line-height:inherit;
  height:auto;
  border:0;
  border-radius:0;
  vertical-align:baseline;
  vertical-align:initial;
  -webkit-appearance:textfield;
  -moz-appearance:textfield;
  appearance:textfield
}

.flatpickr-current-month input.cur-year:focus{
  outline:0
}

.flatpickr-current-month input.cur-year[disabled],.flatpickr-current-month input.cur-year[disabled]:hover{
  font-size:100%;
  color:rgba(0,0,0,0.5);
  background:transparent;
  pointer-events:none
}

.flatpickr-current-month .flatpickr-monthDropdown-months{
  appearance:menulist;
  background:transparent;
  border:none;
  border-radius:0;
  box-sizing:border-box;
  color:inherit;
  cursor:pointer;
  font-size:inherit;
  font-family:inherit;
  font-weight:300;
  height:auto;
  line-height:inherit;
  margin:-1px 0 0 0;
  outline:none;
  padding:0 0 0 .5ch;
  position:relative;
  vertical-align:baseline;
  vertical-align:initial;
  -webkit-box-sizing:border-box;
  -webkit-appearance:menulist;
  -moz-appearance:menulist;
  width:auto
}

.flatpickr-current-month .flatpickr-monthDropdown-months:focus,.flatpickr-current-month .flatpickr-monthDropdown-months:active{
  outline:none
}

.flatpickr-current-month .flatpickr-monthDropdown-months:hover{
  background:rgba(0,0,0,0.05)
}

.flatpickr-current-month .flatpickr-monthDropdown-months .flatpickr-monthDropdown-month{
  background-color:transparent;
  outline:none;
  padding:0
}

.flatpickr-weekdays{
  background:transparent;
  text-align:center;
  overflow:hidden;
  width:100%;
  display:flex;
  align-items:center;
  height:28px
}

.flatpickr-weekdays .flatpickr-weekdaycontainer{
  display:flex;
  flex:1
}

span.flatpickr-weekday{
  cursor:default;
  font-size:90%;
  background:transparent;
  color:rgba(0,0,0,0.54);
  line-height:1;
  margin:0;
  text-align:center;
  display:block;
  flex:1;
  font-weight:bolder
}

.dayContainer,.flatpickr-weeks{
  padding:1px 0 0 0
}

.flatpickr-days{
  position:relative;
  overflow:hidden;
  display:flex;
  align-items:flex-start;
  width:307.875px
}

.flatpickr-days:focus{
  outline:0
}

.dayContainer{
  padding:0;
  outline:0;
  text-align:left;
  width:307.875px;
  min-width:307.875px;
  max-width:307.875px;
  box-sizing:border-box;
  display:inline-block;
  display:flex;
  flex-wrap:wrap;
  -ms-flex-wrap:wrap;
  justify-content:space-around;
  transform:translate3d(0,0,0);
  opacity:1
}

.dayContainer + .dayContainer{
  box-shadow:-1px 0 0 #e6e6e6
}

.flatpickr-day{
  background:none;
  border:1px solid transparent;
  border-radius:150px;
  box-sizing:border-box;
  color:#393939;
  cursor:pointer;
  font-weight:400;
  width:14.2857143%;
  flex-basis:14.2857143%;
  max-width:39px;
  height:39px;
  line-height:39px;
  margin:0;
  display:inline-block;
  position:relative;
  justify-content:center;
  text-align:center
}

.flatpickr-day.inRange,.flatpickr-day.prevMonthDay.inRange,.flatpickr-day.nextMonthDay.inRange,.flatpickr-day.today.inRange,.flatpickr-day.prevMonthDay.today.inRange,.flatpickr-day.nextMonthDay.today.inRange,.flatpickr-day:hover,.flatpickr-day.prevMonthDay:hover,.flatpickr-day.nextMonthDay:hover,.flatpickr-day:focus,.flatpickr-day.prevMonthDay:focus,.flatpickr-day.nextMonthDay:focus{
  cursor:pointer;
  outline:0;
  background:#e6e6e6;
  border-color:#e6e6e6
}

.flatpickr-day.today{
  border-color:#959ea9
}

.flatpickr-day.today:hover,.flatpickr-day.today:focus{
  border-color:#959ea9;
  background:#959ea9;
  color:#fff
}

.flatpickr-day.selected,.flatpickr-day.startRange,.flatpickr-day.endRange,.flatpickr-day.selected.inRange,.flatpickr-day.startRange.inRange,.flatpickr-day.endRange.inRange,.flatpickr-day.selected:focus,.flatpickr-day.startRange:focus,.flatpickr-day.endRange:focus,.flatpickr-day.selected:hover,.flatpickr-day.startRange:hover,.flatpickr-day.endRange:hover,.flatpickr-day.selected.prevMonthDay,.flatpickr-day.startRange.prevMonthDay,.flatpickr-day.endRange.prevMonthDay,.flatpickr-day.selected.nextMonthDay,.flatpickr-day.startRange.nextMonthDay,.flatpickr-day.endRange.nextMonthDay{
  background:#569ff7;
  box-shadow:none;
  color:#fff;
  border-color:#569ff7
}

.flatpickr-day.selected.startRange,.flatpickr-day.startRange.startRange,.flatpickr-day.endRange.startRange{
  border-radius:50px 0 0 50px
}

.flatpickr-day.selected.endRange,.flatpickr-day.startRange.endRange,.flatpickr-day.endRange.endRange{
  border-radius:0 50px 50px 0
}

.flatpickr-day.selected.startRange + .endRange:not(:nth-child(7n+1)),.flatpickr-day.startRange.startRange + .endRange:not(:nth-child(7n+1)),.flatpickr-day.endRange.startRange + .endRange:not(:nth-child(7n+1)){
  box-shadow:-10px 0 0 #569ff7
}

.flatpickr-day.selected.startRange.endRange,.flatpickr-day.startRange.startRange.endRange,.flatpickr-day.endRange.startRange.endRange{
  border-radius:50px
}

.flatpickr-day.inRange{
  border-radius:0;
  box-shadow:-5px 0 0 #e6e6e6,5px 0 0 #e6e6e6
}

.flatpickr-day.flatpickr-disabled,.flatpickr-day.flatpickr-disabled:hover,.flatpickr-day.prevMonthDay,.flatpickr-day.nextMonthDay,.flatpickr-day.notAllowed,.flatpickr-day.notAllowed.prevMonthDay,.flatpickr-day.notAllowed.nextMonthDay{
  color:rgba(57,57,57,0.3);
  background:transparent;
  border-color:transparent;
  cursor:default
}

.flatpickr-day.flatpickr-disabled,.flatpickr-day.flatpickr-disabled:hover{
  cursor:not-allowed;
  color:rgba(57,57,57,0.1)
}

.flatpickr-day.week.selected{
  border-radius:0;
  box-shadow:-5px 0 0 #569ff7,5px 0 0 #569ff7
}

.flatpickr-day.hidden{
  visibility:hidden
}

.rangeMode .flatpickr-day{
  margin-top:1px
}

.flatpickr-weekwrapper{
  float:left
}

.flatpickr-weekwrapper .flatpickr-weeks{
  padding:0 12px;
  box-shadow:1px 0 0 #e6e6e6
}

.flatpickr-weekwrapper .flatpickr-weekday{
  float:none;
  width:100%;
  line-height:28px
}

.flatpickr-weekwrapper span.flatpickr-day,.flatpickr-weekwrapper span.flatpickr-day:hover{
  display:block;
  width:100%;
  max-width:none;
  color:rgba(57,57,57,0.3);
  background:transparent;
  cursor:default;
  border:none
}

.flatpickr-innerContainer{
  display:block;
  display:flex;
  box-sizing:border-box;
  overflow:hidden
}

.flatpickr-rContainer{
  display:inline-block;
  padding:0;
  box-sizing:border-box
}

.flatpickr-time{
  text-align:center;
  outline:0;
  display:block;
  height:0;
  line-height:40px;
  max-height:40px;
  box-sizing:border-box;
  overflow:hidden;
  display:flex
}

.flatpickr-time:after{
  content:"";
  display:table;
  clear:both
}

.flatpickr-time .numInputWrapper{
  flex:1;
  width:40%;
  height:40px;
  float:left
}

.flatpickr-time .numInputWrapper span.arrowUp:after{
  border-bottom-color:#393939
}

.flatpickr-time .numInputWrapper span.arrowDown:after{
  border-top-color:#393939
}

.flatpickr-time.hasSeconds .numInputWrapper{
  width:26%
}

.flatpickr-time.time24hr .numInputWrapper{
  width:49%
}

.flatpickr-time input{
  background:transparent;
  box-shadow:none;
  border:0;
  border-radius:0;
  text-align:center;
  margin:0;
  padding:0;
  height:inherit;
  line-height:inherit;
  color:#393939;
  font-size:14px;
  position:relative;
  box-sizing:border-box;
  -webkit-appearance:textfield;
  -moz-appearance:textfield;
  appearance:textfield
}

.flatpickr-time input.flatpickr-hour{
  font-weight:bold
}

.flatpickr-time input.flatpickr-minute,.flatpickr-time input.flatpickr-second{
  font-weight:400
}

.flatpickr-time input:focus{
  outline:0;
  border:0
}

.flatpickr-time .flatpickr-time-separator,.flatpickr-time .flatpickr-am-pm{
  height:inherit;
  float:left;
  line-height:inherit;
  color:#393939;
  font-weight:bold;
  width:2%;
  -webkit-user-select:none;
  -moz-user-select:none;
  user-select:none;
  align-self:center
}

.flatpickr-time .flatpickr-am-pm{
  outline:0;
  width:18%;
  cursor:pointer;
  text-align:center;
  font-weight:400
}

.flatpickr-time input:hover,.flatpickr-time .flatpickr-am-pm:hover,.flatpickr-time input:focus,.flatpickr-time .flatpickr-am-pm:focus{
  background:#eee
}

.flatpickr-input[readonly]{
  cursor:pointer
}

@keyframes fpFadeInDown{
  from{
    opacity:0;
    transform:translate3d(0,-20px,0)
  }

  to{
    opacity:1;
    transform:translate3d(0,0,0)
  }
}

/*
@import './components/dark-styles.css';
*/

/*@import './components/forms.css';*/

@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: 1512px) {
    .sm\:container {
      max-width: 1512px;
    }
  }

@media (min-width: 640px) {

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

@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: 1512px) {
    .md\:container {
      max-width: 1512px;
    }
  }

@media (min-width: 768px) {

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

  .md\:block {
    display: block;
  }

  .md\:flex {
    display: flex;
  }

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

  .md\:grid {
    display: grid;
  }

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

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

  .md\:gap-x-24 {
    grid-column-gap: 24px;
    grid-column-gap: 24px;
    -moz-column-gap: 24px;
         column-gap: 24px;
  }

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

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

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

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

  .md\:text-40-46 {
    font-size: 40px;
    line-height: 46px;
  }

  .md\:text-80-106 {
    font-size: 80px;
    line-height: 106px;
  }

  .md\:h-56 {
    height: 56px;
  }

  .md\:h-auto {
    height: auto;
  }

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

  .md\:leading-none {
    line-height: 1;
  }

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

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

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

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

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

  .md\:max-w-mw {
    max-width: 1512px;
  }

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

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

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

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

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

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

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

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

  .md\:w-49\% {
    width: 49%;
  }

  .md\:w-full {
    width: 100%;
  }
}

@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: 1512px) {
    .lg\:container {
      max-width: 1512px;
    }
  }

@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\:block {
    display: block;
  }

  .lg\:flex {
    display: flex;
  }

  .lg\:grid {
    display: grid;
  }

  .lg\:hidden {
    display: none;
  }

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

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

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

  .lg\:gap-6_878vw {
    grid-gap: 6.878vw;
    grid-gap: 6.878vw;
    gap: 6.878vw;
  }

  .lg\:gap-8_99vw {
    grid-gap: 8.99vw;
    grid-gap: 8.99vw;
    gap: 8.99vw;
  }

  .lg\:gap-y-80 {
    grid-row-gap: 80px;
    grid-row-gap: 80px;
    row-gap: 80px;
  }

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

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

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

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

  .lg\:text-32-38 {
    font-size: 32px;
    line-height: 38px;
  }

  .lg\:text-64-78 {
    font-size: 64px;
    line-height: 78px;
  }

  .lg\:text-1_19vw-1_58vw {
    font-size: 1.19vw;
    line-height: 1.58vw;
  }

  .lg\:text-1_58vw-1_85vw {
    font-size: 1.58vw;
    line-height: 1.85vw;
  }

  .lg\:text-2_11vw-2_51vw {
    font-size: 2.11vw;
    line-height: 2.51vw;
  }

  .lg\:text-2_64vw-3_04vw {
    font-size: 2.64vw;
    line-height: 3.04vw;
  }

  .lg\:text-3_17vw-3_57vw {
    font-size: 3.17vw;
    line-height: 3.57vw;
  }

  .lg\:text-4_23vw-5_15vw {
    font-size: 4.23vw;
    line-height: 5.15vw;
  }

  .lg\:text-7_4vw-8_46vw {
    font-size: 7.4vw;
    line-height: 8.46vw;
  }

  .lg\:text-8_46vw-8_46vw {
    font-size: 8.46vw;
    line-height: 8.46vw;
  }

  .lg\:h-0 {
    height: 0px;
  }

  .lg\:h-56 {
    height: 56px;
  }

  .lg\:h-70 {
    height: 70px;
  }

  .lg\:h-288 {
    height: 288px;
  }

  .lg\:h-auto {
    height: auto;
  }

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

  .lg\:h-19_04vw {
    height: 19.04vw;
  }

  .lg\:h-64_94vw {
    height: 64.94vw;
  }

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

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

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

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

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

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

  .lg\:bottom-auto {
    bottom: auto;
  }

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

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

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

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

  .lg\:leading-none {
    line-height: 1;
  }

  .lg\:my-0 {
    margin-top: 0;
    margin-bottom: 0;
  }

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

  .lg\:mx-4_76vw {
    margin-left: 4.76vw;
    margin-right: 4.76vw;
  }

  .lg\:my-9_52vw {
    margin-top: 9.52vw;
    margin-bottom: 9.52vw;
  }

  .lg\:my-12_23vw {
    margin-top: 12.23vw;
    margin-bottom: 12.23vw;
  }

  .lg\:my-13_22vw {
    margin-top: 13.22vw;
    margin-bottom: 13.22vw;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .lg\:mb-78 {
    margin-bottom: 78px;
  }

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

  .lg\:mb-144 {
    margin-bottom: 144px;
  }

  .lg\:mb-200 {
    margin-bottom: 200px;
  }

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

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

  .lg\:mb-1_58vw {
    margin-bottom: 1.58vw;
  }

  .lg\:mb-1_85vw {
    margin-bottom: 1.85vw;
  }

  .lg\:mb-2_11vw {
    margin-bottom: 2.11vw;
  }

  .lg\:mb-2_64vw {
    margin-bottom: 2.64vw;
  }

  .lg\:mb-3_17vw {
    margin-bottom: 3.17vw;
  }

  .lg\:mb-3_7vw {
    margin-bottom: 3.7vw;
  }

  .lg\:mb-4_23vw {
    margin-bottom: 4.23vw;
  }

  .lg\:mt-6_878vw {
    margin-top: 6.878vw;
  }

  .lg\:mb-6_878vw {
    margin-bottom: 6.878vw;
  }

  .lg\:mb-9_52vw {
    margin-bottom: 9.52vw;
  }

  .lg\:mt-13_22vw {
    margin-top: 13.22vw;
  }

  .lg\:max-h-630 {
    max-height: 630px;
  }

  .lg\:max-w-303 {
    max-width: 303px;
  }

  .lg\:max-w-412 {
    max-width: 412px;
  }

  .lg\:max-w-436 {
    max-width: 436px;
  }

  .lg\:max-w-545 {
    max-width: 545px;
  }

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

  .lg\:max-w-700 {
    max-width: 700px;
  }

  .lg\:max-w-763 {
    max-width: 763px;
  }

  .lg\:max-w-1132 {
    max-width: 1132px;
  }

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

  .lg\:max-w-33\% {
    max-width: 33%;
  }

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

  .lg\:min-w-360 {
    min-width: 360px;
  }

  .lg\:overflow-hidden {
    overflow: hidden;
  }

  .lg\:p-40 {
    padding: 40px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .lg\:py-2_64vw {
    padding-top: 2.64vw;
    padding-bottom: 2.64vw;
  }

  .lg\:px-2_64vw {
    padding-left: 2.64vw;
    padding-right: 2.64vw;
  }

  .lg\:px-4_76vw {
    padding-left: 4.76vw;
    padding-right: 4.76vw;
  }

  .lg\:py-6_878vw {
    padding-top: 6.878vw;
    padding-bottom: 6.878vw;
  }

  .lg\:px-6_878vw {
    padding-left: 6.878vw;
    padding-right: 6.878vw;
  }

  .lg\:px-7_53vw {
    padding-left: 7.53vw;
    padding-right: 7.53vw;
  }

  .lg\:py-7_93vw {
    padding-top: 7.93vw;
    padding-bottom: 7.93vw;
  }

  .lg\:py-9_52vw {
    padding-top: 9.52vw;
    padding-bottom: 9.52vw;
  }

  .lg\:py-13_22vw {
    padding-top: 13.22vw;
    padding-bottom: 13.22vw;
  }

  .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\:pt-2 {
    padding-top: 2px;
  }

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

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

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

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

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

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

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

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

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

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

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

  .lg\:pl-40 {
    padding-left: 40px;
  }

  .lg\:pt-56 {
    padding-top: 56px;
  }

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

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

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

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

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

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

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

  .lg\:pl-114 {
    padding-left: 114px;
  }

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

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

  .lg\:pt-144 {
    padding-top: 144px;
  }

  .lg\:pt-147 {
    padding-top: 147px;
  }

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

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

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

  .lg\:pt-204 {
    padding-top: 204px;
  }

  .lg\:pl-34\% {
    padding-left: 34%;
  }

  .lg\:pt-2_11vw {
    padding-top: 2.11vw;
  }

  .lg\:pb-2_64vw {
    padding-bottom: 2.64vw;
  }

  .lg\:pb-3_17vw {
    padding-bottom: 3.17vw;
  }

  .lg\:pl-3_17vw {
    padding-left: 3.17vw;
  }

  .lg\:pt-3_7vw {
    padding-top: 3.7vw;
  }

  .lg\:pb-3_7vw {
    padding-bottom: 3.7vw;
  }

  .lg\:pt-4_76vw {
    padding-top: 4.76vw;
  }

  .lg\:pt-5_29vw {
    padding-top: 5.29vw;
  }

  .lg\:pb-5_29vw {
    padding-bottom: 5.29vw;
  }

  .lg\:pt-6_61vw {
    padding-top: 6.61vw;
  }

  .lg\:pb-6_61vw {
    padding-bottom: 6.61vw;
  }

  .lg\:pt-6_878vw {
    padding-top: 6.878vw;
  }

  .lg\:pb-6_878vw {
    padding-bottom: 6.878vw;
  }

  .lg\:pr-7_53vw {
    padding-right: 7.53vw;
  }

  .lg\:pl-7_53vw {
    padding-left: 7.53vw;
  }

  .lg\:pt-8_06vw {
    padding-top: 8.06vw;
  }

  .lg\:pb-8_06vw {
    padding-bottom: 8.06vw;
  }

  .lg\:pt-9_12vw {
    padding-top: 9.12vw;
  }

  .lg\:pt-9_52vw {
    padding-top: 9.52vw;
  }

  .lg\:pb-9_52vw {
    padding-bottom: 9.52vw;
  }

  .lg\:pt-13_22vw {
    padding-top: 13.22vw;
  }

  .lg\:pb-13_22vw {
    padding-bottom: 13.22vw;
  }

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

  .lg\:absolute {
    position: absolute;
  }

  .lg\:relative {
    position: relative;
  }

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

  .lg\:w-2 {
    width: 2px;
  }

  .lg\:w-24 {
    width: 24px;
  }

  .lg\:w-32 {
    width: 32px;
  }

  .lg\:w-40 {
    width: 40px;
  }

  .lg\:w-56 {
    width: 56px;
  }

  .lg\:w-83 {
    width: 83px;
  }

  .lg\:w-124 {
    width: 124px;
  }

  .lg\:w-194 {
    width: 194px;
  }

  .lg\:w-303 {
    width: 303px;
  }

  .lg\:w-413 {
    width: 413px;
  }

  .lg\:w-633 {
    width: 633px;
  }

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

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

  .lg\:w-24\% {
    width: 24%;
  }

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

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

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

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

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

  .lg\:w-17\% {
    width: 17%;
  }

  .lg\:w-26\% {
    width: 26%;
  }

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

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

  .lg\:w-42\% {
    width: 42%;
  }

  .lg\:w-43\% {
    width: 43%;
  }

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

  .lg\:w-49\% {
    width: 49%;
  }

  .lg\:w-54\% {
    width: 54%;
  }

  .lg\:w-58\% {
    width: 58%;
  }

  .lg\:w-60\% {
    width: 60%;
  }

  .lg\:w-66\% {
    width: 66%;
  }

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

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

  .lg\:w-full-65 {
    width: calc(100% - 65px);
  }

  .lg\:w-full-194 {
    width: calc(100% - 194px);
  }

  .lg\:w-42vw {
    width: 42vw;
  }

  .lg\:w-58vw {
    width: 58vw;
  }
}

@media (min-width: 1280px) {
  .xl\:container {
    width: 100%;
  }
}

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

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

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

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

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

@media (min-width: 1512px) {
  .mw\:container {
    width: 100%;
  }
}

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

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

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

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

@media (min-width: 1512px) and (min-width: 1512px) {
    .mw\:container {
      max-width: 1512px;
    }
  }

@media (min-width: 1512px) {

  .mw\:gap-104 {
    grid-gap: 104px;
    grid-gap: 104px;
    gap: 104px;
  }

  .mw\:gap-136 {
    grid-gap: 136px;
    grid-gap: 136px;
    gap: 136px;
  }

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

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

  .mw\:text-32-38 {
    font-size: 32px;
    line-height: 38px;
  }

  .mw\:text-40-46 {
    font-size: 40px;
    line-height: 46px;
  }

  .mw\:text-48-54 {
    font-size: 48px;
    line-height: 54px;
  }

  .mw\:text-64-78 {
    font-size: 64px;
    line-height: 78px;
  }

  .mw\:text-112-128 {
    font-size: 112px;
    line-height: 128px;
  }

  .mw\:text-128-128 {
    font-size: 128px;
    line-height: 128px;
  }

  .mw\:h-288 {
    height: 288px;
  }

  .mw\:h-982 {
    height: 982px;
  }

  .mw\:leading-none {
    line-height: 1;
  }

  .mw\:mx-72 {
    margin-left: 72px;
    margin-right: 72px;
  }

  .mw\:my-185 {
    margin-top: 185px;
    margin-bottom: 185px;
  }

  .mw\:my-200 {
    margin-top: 200px;
    margin-bottom: 200px;
  }

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

  .mw\:mb-28 {
    margin-bottom: 28px;
  }

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

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

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

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

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

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

  .mw\:mt-104 {
    margin-top: 104px;
  }

  .mw\:mb-104 {
    margin-bottom: 104px;
  }

  .mw\:mb-144 {
    margin-bottom: 144px;
  }

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

  .mw\:mb-200 {
    margin-bottom: 200px;
  }

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

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

  .mw\:px-72 {
    padding-left: 72px;
    padding-right: 72px;
  }

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

  .mw\:px-104 {
    padding-left: 104px;
    padding-right: 104px;
  }

  .mw\:px-114 {
    padding-left: 114px;
    padding-right: 114px;
  }

  .mw\:py-120 {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .mw\:py-144 {
    padding-top: 144px;
    padding-bottom: 144px;
  }

  .mw\:py-200 {
    padding-top: 200px;
    padding-bottom: 200px;
  }

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

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

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

  .mw\:pl-48 {
    padding-left: 48px;
  }

  .mw\:pt-56 {
    padding-top: 56px;
  }

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

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

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

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

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

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

  .mw\:pb-100 {
    padding-bottom: 100px;
  }

  .mw\:pt-104 {
    padding-top: 104px;
  }

  .mw\:pr-114 {
    padding-right: 114px;
  }

  .mw\:pl-114 {
    padding-left: 114px;
  }

  .mw\:pb-122 {
    padding-bottom: 122px;
  }

  .mw\:pt-144 {
    padding-top: 144px;
  }

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

  .mw\:pb-160 {
    padding-bottom: 160px;
  }

  .mw\:pt-200 {
    padding-top: 200px;
  }

  .mw\:pb-200 {
    padding-bottom: 200px;
  }

  .mw\:w-877 {
    width: 877px;
  }
}


