@charset "UTF-8";
/*! 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.
 */
/* line 11, app/assets/stylesheets/base/normalize.scss */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
/* line 23, app/assets/stylesheets/base/normalize.scss */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
/* line 31, app/assets/stylesheets/base/normalize.scss */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
/* line 40, app/assets/stylesheets/base/normalize.scss */
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.
 */
/* line 53, app/assets/stylesheets/base/normalize.scss */
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.
 */
/* line 64, app/assets/stylesheets/base/normalize.scss */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
/* line 76, app/assets/stylesheets/base/normalize.scss */
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.
 */
/* line 85, app/assets/stylesheets/base/normalize.scss */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
/* line 95, app/assets/stylesheets/base/normalize.scss */
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.
 */
/* line 105, app/assets/stylesheets/base/normalize.scss */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
/* line 116, app/assets/stylesheets/base/normalize.scss */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
/* line 125, app/assets/stylesheets/base/normalize.scss */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

/* line 133, app/assets/stylesheets/base/normalize.scss */
sub {
  bottom: -0.25em;
}

/* line 137, app/assets/stylesheets/base/normalize.scss */
sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
/* line 148, app/assets/stylesheets/base/normalize.scss */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
/* line 160, app/assets/stylesheets/base/normalize.scss */
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.
 */
/* line 176, app/assets/stylesheets/base/normalize.scss */
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.
 */
/* line 186, app/assets/stylesheets/base/normalize.scss */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
/* line 195, app/assets/stylesheets/base/normalize.scss */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
/* line 206, app/assets/stylesheets/base/normalize.scss */
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.
 */
/* line 218, app/assets/stylesheets/base/normalize.scss */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
/* line 229, app/assets/stylesheets/base/normalize.scss */
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.
 */
/* line 240, app/assets/stylesheets/base/normalize.scss */
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.
 */
/* line 253, app/assets/stylesheets/base/normalize.scss */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
/* line 261, app/assets/stylesheets/base/normalize.scss */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
/* line 270, app/assets/stylesheets/base/normalize.scss */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
/* line 280, app/assets/stylesheets/base/normalize.scss */
[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.
 */
/* line 290, app/assets/stylesheets/base/normalize.scss */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
/* line 299, app/assets/stylesheets/base/normalize.scss */
[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.
 */
/* line 308, app/assets/stylesheets/base/normalize.scss */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
/* line 320, app/assets/stylesheets/base/normalize.scss */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
/* line 328, app/assets/stylesheets/base/normalize.scss */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
/* line 339, app/assets/stylesheets/base/normalize.scss */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
/* line 347, app/assets/stylesheets/base/normalize.scss */
[hidden] {
  display: none;
}

/* SCSS */
/* CSS */
/* line 15, app/assets/stylesheets/base/variables.scss */
:root {
  /* Common Colors */
  --cl-success: #14a02a;
  --cl-info: #0a83cd;
  --cl-warning: #f6771e;
  --cl-error: #e50706;
  --cl-error-dark: #ab1f1f;
  /* Old Palette */
  --cl-awe-light: #fbe894;
  --cl-sandstone: #c5a779;
  --cl-mocha: #8e6d56;
  --cl-pale-cream: #f9e6c1;
  --cl-coral-blush: #db9c7e;
  --cl-coral-light: #e8b98d;
  --cl-redwood: #99383f;
  --cl-powder-blue: #cddbef;
  --cl-steel-gray: #60709a;
  --cl-midnight-blue: #343848;
  --cl-primary: var(--cl-coral-light);
  --cl-secondary: var(--cl-steel-gray);
  --cl-secondary-a: var(--cl-powder-blue);
  --cl-secondary-b: #dedfdc;
  --cl-gray-a: #dfdfdf;
  --cl-bg-primary: #1D1D1D;
  --cl-bg-transparent-white: #ffffff4d;
  --cl-bg-transparent-dark: #67384459;
  --cl-bg-dialog: #fefefe;
  /* Gradients  colors */
  --cl-gr-a: var(--cl-powder-blue);
  --cl-gr-b:  var(--cl-pale-cream);
  --cl-gr-c: #fbf4d1;
  /* New Palette */
  --cl-air-lavender: #ded0d5;
  --cl-air-peach: #f4e7e1;
  --cl-air-ivory: #fff1e8;
  --cl-air-wheat: #faf3e1;
  --cl-water-skyblue: #cedff2;
  --cl-water-slategray: #c5d0df;
  --cl-water-azure: #d8e2eb;
  --cl-water-azure-25: #d8e2eb40;
  --cl-water-iceblue: #f4f8fa;
  --cl-earth-sand: #d9d3a7;
  --cl-earth-sand-15: #d9d3a726;
  --cl-earth-stone: #d2d4d1;
  --cl-earth-tan: #e7dfd0;
  --cl-earth-almond: #eeeae3;
  --cl-silver: #eeeee7;
  --cl-light-silver: #edece6;
  --cl-light-white: #f5f5f5;
  /* Typography colors */
  --cl-link: #0765b5;
  --cl-link-dark: var(--cl-awe-light);
  --cl-text: #000;
  --cl-text-inverse: #fff;
  --cl-text-soft: #515151;
  --cl-text-linght: #787878;
  --cl-text-gray: #999;
  --cl-text-white-60: rgba(255,255,255,.6);
  --cl-text-black-60: rgba(0,0,0,.6);
  --cl-text-border: #afafaf5e;
  /* Hav  colors */
  --cl-nav-bg: #ffffff9e;
  --cl-nav-item-active-bg: var(--cl-silver);
  --cl-nav-border-hover: var(--cl-steel-gray);
  /* Main Menu Icons */
  --cl-menu-icon: #000;
  --cl-menu-icon-light: #fff;
  /* Panels */
  --cl-panel-bg: #ffffff4f;
  --cl-panel-text: #181818;
  --cl-panel-text-bg: #ffffff61;
  /* Form elements */
  --cl-form-label: var(--cl-text);
  --fs-form-label: var(--fs-text-base);
  --fw-form-label: 400;
  --cl-form-input: var(--cl-text);
  --cl-form-input-bg: #fff;
  --fs-form-input: var(--fs-text-base);
  --fs-form-input-radius: 10px;
  --fs-form-input-height: 50px;
  --fs-form-input-padding: .5rem 1rem;
  --fs-form-input-icon-height: 50px;
  --fs-form-input-icon-padding: 7px 15px 7px 54px;
  /* Buttons */
  --cl-btn: #fff;
  --cl-btn-bg: #000;
  --cl-btn-hover: #000;
  --cl-btn-bg-hover: #fff;
  --cl-btn-bg-hover-light: #eee;
  --cl-btn-bg-hover-dark: #333;
  --cl-btn-bg-brand: #dbd9cb;
  /* Typography */
  --ff-title: "Red Hat Display",ui-sans-serif,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;
  --ff-text: "Red Hat Display", Segoe UI, Roboto, Helvetica Neue, Arial, sans-serif;
  /* Typography sizes */
  --fs-heading-hero: clamp(3rem, 6vw, 6.875rem);
  --fs-heading-great: clamp(2.75rem, 6vw, 6.25rem);
  --fs-heading-large: clamp(2.5rem, 5vw, 5.625rem);
  --fs-heading-normal: clamp(2.25rem, 5vw, 4.375rem);
  --fs-heading-base: clamp(2.125rem, 5vw, 3.75rem);
  --fs-heading-small: clamp(2rem, 5vw, 2.75rem);
  --fs-heading-tiny: clamp(1.8rem, 5vw, 2.25rem);
  --fs-text-larger: clamp(1.5rem, 2.5vw, 2rem);
  --fs-text-large: clamp(1.25rem, 2.5vw, 1.75rem);
  --fs-text-middle: clamp(1.25rem, 2.5vw, 1.625rem);
  --fs-text-medium: clamp(1.25rem, 2.5vw, 1.5rem);
  --fs-text-normal-plus: clamp(1.25rem, 2.5vw, 1.375rem);
  --fs-text-normal: clamp(1.125rem, 2.5vw, 1.25rem);
  --fs-text-regular: clamp(1rem, 2.5vw, 1.125rem);
  --fs-text-base: 1rem;
  --fs-text-pre: .9375rem;
  --fs-text-small: .875rem;
  --fs-text-tiny: .75rem;
  --fs-text-tiny-plus: .68rem;
  /* Filters */
  --f-blur-6: blur(6px);
  --f-blur-12: blur(12px);
  --f-blur-24: blur(24px);
  /* Sizes & etc */
  --side-gap: clamp(15px, 2.5vw, 30px);
  --header-height: 80px;
  --header-top-offset: -115px;
  --max-normal-width: 1300px;
  --max-large-width: 1090px;
  --max-middle-width: 820px;
  --max-small-width: 760px;
  --max-tiny-width: 580px;
  --corners-radius: 0px;
  --corners-height: 0px;
  --corners-offset: 0px;
  --logo-nav-with: 130px;
  --cards-grid-gap: 1.5rem;
  /* Padding */
  --p-section-lg: clamp(50px, 6.8vw, 130px);
  --p-section-md: clamp(40px, 5.8vw, 110px);
  --p-section-sm: clamp(30px, 4.7vw, 90px);
  --p-section-tn: clamp(30px, 3.65vw, 70px);
  --p-block-md: clamp(20px, 2.6vw, 50px);
  --p-block-sm: clamp(20px, 2.1vw, 40px);
  /* Radius */
  --r-middle: 20px;
  --r-normal: 10px;
  --r-small: 6px;
  /* Z-index */
  --z-under: -1;
  --z-middle: 0;
  --z-top: 1;
  --z-header: 50;
  --z-popup: 80;
  --z-modal-wrapper: 99;
  --z-modal: 100;
  /* Opacity */
  --op-disabled: .62;
}

/* Media */
@media (min-width: 768px) {
  /* line 221, app/assets/stylesheets/base/variables.scss */
  :root {
    --corners-radius: 35px;
    --corners-height: 35px;
    --corners-offset: -35px;
  }
}

@media (min-width: 1024px) {
  /* line 229, app/assets/stylesheets/base/variables.scss */
  :root {
    --corners-radius: 65px;
    --corners-height: 55px;
    --corners-offset: -55px;
  }
}

/* Initial */
/* line 3, app/assets/stylesheets/base/main.scss */
html {
  box-sizing: border-box;
}

/* line 7, app/assets/stylesheets/base/main.scss */
*, *:before, *:after {
  box-sizing: inherit;
}

/* line 11, app/assets/stylesheets/base/main.scss */
body {
  font-family: var(--ff-text);
  font-size: 100%;
  font-weight: normal;
  line-height: 1.2;
  background-color: transparent;
  color: var(--cl-text);
}

/* line 20, app/assets/stylesheets/base/main.scss */
h1, h2, h3, h4, h5, h6 {
  font-family: var(--ff-title);
  font-weight: 400;
  margin: 0;
  padding: 0;
}

/* line 27, app/assets/stylesheets/base/main.scss */
ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

/* line 33, app/assets/stylesheets/base/main.scss */
img {
  max-width: 100%;
  height: auto;
}

/* line 38, app/assets/stylesheets/base/main.scss */
button {
  cursor: pointer;
  background-color: transparent;
  border: none;
  padding: 0;
}

/* line 45, app/assets/stylesheets/base/main.scss */
dialog {
  border: none;
}

/* line 49, app/assets/stylesheets/base/main.scss */
img.responsive {
  width: 100%;
  height: auto;
}

/* line 54, app/assets/stylesheets/base/main.scss */
a {
  color: inherit;
  text-decoration: inherit;
}

/* line 59, app/assets/stylesheets/base/main.scss */
p {
  margin: 0 0 1rem 0;
}

/* Turn OFF focus styles for keyboard on ~mobile */
/* line 64, app/assets/stylesheets/base/main.scss */
:focus {
  outline: 0;
  box-shadow: none;
}

/* Turn ON focus styles for keyboard on ~desktop */
@media (min-width: 768px) {
  /**
   * Remove focus styles for non-keyboard focus.
   */
  /* line 74, app/assets/stylesheets/base/main.scss */
  :focus:not(:focus-visible) {
    outline: 0;
    box-shadow: none;
  }
  /**
   * Cross-browser styles for explicit focus via
   * keyboard-based (eg Tab) navigation or the
   * .focus-visible utility class.
   */
  /* line 83, app/assets/stylesheets/base/main.scss */
  :focus,
.focus-visible:focus:not(:focus-visible) {
    outline: 0;
    border-radius: 5px;
  }
  -webkit-tap-highlight-color: transparent;
}

/* line 92, app/assets/stylesheets/base/main.scss */
* {
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}

/* Media */
@media (max-width: 760px) {
  /* line 100, app/assets/stylesheets/base/main.scss */
  ::-webkit-scrollbar {
    height: 20px;
  }
  /* line 103, app/assets/stylesheets/base/main.scss */
  ::-webkit-scrollbar-thumb {
    background: #999;
    border-radius: 10px;
  }
}

@font-face {
  font-display: swap;
  font-family: 'PolySans';
  src: local("PolySans Slim"), local("PolySans-Slim"), url(/assets/PolySansTrial-Slim-0980f9318a45e050f38fe71b8715f9cf399c1a32f1f2d7b5c88b71357026142d.woff2) format("woff2");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'Outfit';
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url(/assets/Outfit-Thin-87b401b8434ad526e025b31e72e199b0a90da6d7e3f7afcd6f86a47cedaa4f5b.woff2) format("woff2");
}

@font-face {
  font-family: 'Outfit';
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url(/assets/Outfit-ExtraLight-902c18626108e35cacddb172a31e9ddd8a9c54d334205db894e304647953d29c.woff2) format("woff2");
}

@font-face {
  font-family: 'Outfit';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(/assets/Outfit-Light-61ed6bc4edac473948c9bf8513d794ca3e3c7b24c45801ef0203cfee35417b8e.woff2) format("woff2");
}

@font-face {
  font-family: 'Outfit';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(/assets/Outfit-Regular-d52af7b91000b9cc31f4e8a305571de6b2b07d466deddded0c859649b8ce0e6d.woff2) format("woff2");
}

@font-face {
  font-family: 'Outfit';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(/assets/Outfit-Medium-6a614a192ae6b844a95f2e6619986c991763a519b8cca67a834215af5e6ceda9.woff2) format("woff2");
}

@font-face {
  font-family: 'Outfit';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(/assets/Outfit-SemiBold-77ac3c09f7cdadcf231c554c1c093d801c43944aaa5f20c235adffcdd78a34f4.woff2) format("woff2");
}

@font-face {
  font-family: 'Outfit';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(/assets/Outfit-Bold-4c5a4518e2a5b2f93d638da9a9059db8019a195c4cc089bc0e66b91a7f713bc4.woff2) format("woff2");
}

@font-face {
  font-family: 'Outfit';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(/assets/Outfit-ExtraBold-2087bf029eaed0dc1bb334a7dd0e99aa2d09ccc06696551f32bc6805b79bbcc1.woff2) format("woff2");
}

@font-face {
  font-family: 'Outfit';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(/assets/Outfit-Black-ca3242347c39975a23de431bf6b548bf0b70ac06b71a79959e3ed2fe9a752495.woff2) format("woff2");
}

@font-face {
  font-display: swap;
  font-family: 'Red Hat Display';
  src: local("RedHatDisplay-Light"), url(/assets/RedHatDisplay-Light-fb237740cb9d5fda38e2083041d10a4c4d10bb8f0e3131fd5d940cdf8f547431.woff2) format("woff2");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-display: swap;
  font-family: 'Red Hat Display';
  src: local("RedHatDisplay-Regular"), url(/assets/RedHatDisplay-Regular-98db1b68a761e512105c1eb1053d20acd849216b547adf4d7660a8cc6f7a3155.woff2) format("woff2");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-display: swap;
  font-family: 'Red Hat Display';
  src: local("RedHatDisplay-Bold"), url(/assets/RedHatDisplay-Bold-63d3e0368b0489e5bffd2e1fb6e8ca87b95b9a098eca80aed93fe9d69076ecc2.woff2) format("woff2");
  font-weight: 700;
  font-style: normal;
}

/* Animations */
/* line 3, app/assets/stylesheets/base/animations.scss */
.animate {
  will-change: opacity, transform;
  opacity: 0;
  transition: all 1s ease;
}

/* line 9, app/assets/stylesheets/base/animations.scss */
.rotate {
  animation: rotate 1s linear infinite;
}

/* line 13, app/assets/stylesheets/base/animations.scss */
.fade-in {
  animation-name: fade-in;
  -webkit-animation-name: fade-in;
  animation-duration: 1s;
  animation-timing-function: ease;
  animation-fill-mode: forwards;
  -webkit-animation-duration: 1s;
  -webkit-animation-timing-function: ease;
  -webkit-animation-fill-mode: forwards;
}

/* line 24, app/assets/stylesheets/base/animations.scss */
.fade-left,
.fade-right,
.fade-up,
.wipe-out,
.wipe-in {
  opacity: 1;
  animation-duration: 1s;
  animation-timing-function: ease;
  -webkit-animation-duration: 1s;
  -webkit-animation-timing-function: ease;
}

/* line 36, app/assets/stylesheets/base/animations.scss */
.fade-out {
  opacity: 0;
}

/* line 40, app/assets/stylesheets/base/animations.scss */
.stay-visible {
  opacity: 1;
}

/* line 44, app/assets/stylesheets/base/animations.scss */
.fade-left {
  -webkit-animation-name: fade-left;
  animation-name: fade-left;
}

/* line 49, app/assets/stylesheets/base/animations.scss */
.fade-right {
  -webkit-animation-name: fade-right;
  animation-name: fade-right;
}

/* line 54, app/assets/stylesheets/base/animations.scss */
.fade-up {
  -webkit-animation-name: fade-up;
  animation-name: fade-up;
}

/* line 59, app/assets/stylesheets/base/animations.scss */
.wipe-in {
  -webkit-animation-name: wipe-in;
  animation-name: wipe-in;
}

/* line 64, app/assets/stylesheets/base/animations.scss */
.wipe-out {
  -webkit-animation-name: wipe-out;
  animation-name: wipe-out;
}

/* line 69, app/assets/stylesheets/base/animations.scss */
.zoom-in-out {
  animation-name: zoom-in-out;
  animation-duration: 1s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
}

/* Animation durations */
/* line 78, app/assets/stylesheets/base/animations.scss */
.duration-500 {
  animation-duration: .5s;
}

/* line 82, app/assets/stylesheets/base/animations.scss */
.duration-1000 {
  animation-duration: 1s;
}

/* line 86, app/assets/stylesheets/base/animations.scss */
.duration-1500 {
  animation-duration: 1.5s;
}

/* line 90, app/assets/stylesheets/base/animations.scss */
.duration-2000 {
  animation-duration: 2s;
}

/* line 94, app/assets/stylesheets/base/animations.scss */
.duration-3000 {
  animation-duration: 3s;
}

/* line 98, app/assets/stylesheets/base/animations.scss */
.duration-4000 {
  animation-duration: 4s;
}

/* line 102, app/assets/stylesheets/base/animations.scss */
.duration-5000 {
  animation-duration: 5s;
}

/* line 106, app/assets/stylesheets/base/animations.scss */
.duration-7000 {
  animation-duration: 7s;
}

/* line 110, app/assets/stylesheets/base/animations.scss */
.duration-8000 {
  animation-duration: 8s;
}

/* line 114, app/assets/stylesheets/base/animations.scss */
.duration-9000 {
  animation-duration: 9s;
}

/* line 118, app/assets/stylesheets/base/animations.scss */
.duration-10000 {
  animation-duration: 10s;
}

/* line 122, app/assets/stylesheets/base/animations.scss */
.duration-15000 {
  animation-duration: 15s;
}

/* Animation durations */
/* line 128, app/assets/stylesheets/base/animations.scss */
.delay-100 {
  animation-delay: .1s;
}

/* line 132, app/assets/stylesheets/base/animations.scss */
.delay-200 {
  animation-delay: .2s;
}

/* line 136, app/assets/stylesheets/base/animations.scss */
.delay-400 {
  animation-delay: .4s;
}

/* line 140, app/assets/stylesheets/base/animations.scss */
.delay-600 {
  animation-delay: .6s;
}

/* line 144, app/assets/stylesheets/base/animations.scss */
.delay-800 {
  animation-delay: .8s;
}

/* line 148, app/assets/stylesheets/base/animations.scss */
.delay-1000 {
  animation-delay: 1s;
}

/* line 152, app/assets/stylesheets/base/animations.scss */
.delay-1200 {
  animation-delay: 1.2s;
}

/* line 156, app/assets/stylesheets/base/animations.scss */
.delay-1400 {
  animation-delay: 1.4s;
}

/* line 160, app/assets/stylesheets/base/animations.scss */
.delay-1600 {
  animation-delay: 1.6s;
}

/* line 164, app/assets/stylesheets/base/animations.scss */
.delay-1800 {
  animation-delay: 1.8s;
}

/* line 168, app/assets/stylesheets/base/animations.scss */
.delay-2000 {
  animation-delay: 2s;
}

/* line 172, app/assets/stylesheets/base/animations.scss */
.delay-2200 {
  animation-delay: 2.2s;
}

/* line 176, app/assets/stylesheets/base/animations.scss */
.delay-2400 {
  animation-delay: 2.4s;
}

/* line 180, app/assets/stylesheets/base/animations.scss */
.delay-2600 {
  animation-delay: 2.6s;
}

/* line 184, app/assets/stylesheets/base/animations.scss */
.delay-2800 {
  animation-delay: 2.8s;
}

/* line 188, app/assets/stylesheets/base/animations.scss */
.delay-3000 {
  animation-delay: 3s;
}

/* line 192, app/assets/stylesheets/base/animations.scss */
.delay-3200 {
  animation-delay: 3.2s;
}

/* line 196, app/assets/stylesheets/base/animations.scss */
.delay-3400 {
  animation-delay: 3.4s;
}

/* line 200, app/assets/stylesheets/base/animations.scss */
.delay-4000 {
  animation-delay: 4s;
}

/* line 204, app/assets/stylesheets/base/animations.scss */
.delay-5000 {
  animation-delay: 5s;
}

/* line 208, app/assets/stylesheets/base/animations.scss */
.delay-6000 {
  animation-delay: 6s;
}

/* line 212, app/assets/stylesheets/base/animations.scss */
.delay-7000 {
  animation-delay: 7s;
}

/* line 216, app/assets/stylesheets/base/animations.scss */
.delay-8000 {
  animation-delay: 8s;
}

/* line 220, app/assets/stylesheets/base/animations.scss */
.delay-9000 {
  animation-delay: 9s;
}

/* Timing functions */
/* line 226, app/assets/stylesheets/base/animations.scss */
.ease-in-out {
  animation-timing-function: ease-in-out;
}

/* line 230, app/assets/stylesheets/base/animations.scss */
.cubic-1 {
  animation-timing-function: ease;
}

/* Fill mode */
/* line 236, app/assets/stylesheets/base/animations.scss */
.fill-forwards {
  animation-fill-mode: forwards;
}

/* line 240, app/assets/stylesheets/base/animations.scss */
.fill-backwards {
  animation-fill-mode: backwards;
}

/* line 244, app/assets/stylesheets/base/animations.scss */
.fill-both {
  animation-fill-mode: both;
}

/* Count */
/* line 250, app/assets/stylesheets/base/animations.scss */
.infinite {
  animation-iteration-count: infinite;
}

/* Animations */
@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fade-out {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes fade-left {
  0% {
    opacity: 0;
    transform: translateX(-100px);
  }
  50% {
    opacity: .5;
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes fade-right {
  0% {
    opacity: 0;
    transform: translateX(100px);
  }
  50% {
    opacity: .5;
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes fade-up {
  0% {
    opacity: 0;
    transform: translateY(50px);
  }
  50% {
    opacity: .5;
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fade-down {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  50% {
    opacity: .5;
  }
  to {
    opacity: 0;
    transform: translateY(50px);
  }
}

@keyframes zoom-in-out {
  0% {
    opacity: 0;
    transform: scale(0.5);
  }
  50% {
    opacity: 1;
    transform: scale(1.2);
  }
  to {
    opacity: 0;
    transform: scale(0.5);
  }
}

@keyframes wipe-in {
  0% {
    mask-position: 0;
    -webkit-mask-position: 0;
  }
  100% {
    opacity: 0;
    mask-position: 100%;
    -webkit-mask-position: 100%;
  }
}

@keyframes wipe-out {
  0% {
    mask-position: 100%;
    -webkit-mask-position: 100%;
  }
  100% {
    mask-position: 0;
    -webkit-mask-position: 0;
  }
}

@keyframes scroll-left {
  0% {
    left: 0;
  }
  100% {
    left: -900px;
  }
}

/* Fade in elements */
/* line 380, app/assets/stylesheets/base/animations.scss */
.start-fade-in {
  animation: start-fade-in .4s forwards;
}

/* line 384, app/assets/stylesheets/base/animations.scss */
.start-fade-in-200 {
  animation: start-fade-in .2s forwards;
}

@keyframes start-fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

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

@keyframes arrow-up-down {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(30px);
  }
}

/* Effects */
/* line 3, app/assets/stylesheets/base/modifiers.scss */
.shadow-box-a {
  -webkit-box-shadow: -1px 4px 37px -7px rgba(34, 60, 80, 0.24);
  -moz-box-shadow: -1px 4px 37px -7px rgba(34, 60, 80, 0.24);
  box-shadow: -1px 4px 37px -7px rgba(34, 60, 80, 0.24);
}

/* line 9, app/assets/stylesheets/base/modifiers.scss */
.glow-a {
  text-shadow: 3px 3px 15px #edece670, -3px 3px 15px #edece670, -4px -3px 15px #edece670, 3px -3px 15px #edece670;
}

/* Background modifiers */
/* line 18, app/assets/stylesheets/base/modifiers.scss */
.bg-stone {
  background-color: var(--cl-earth-stone);
}

/* line 22, app/assets/stylesheets/base/modifiers.scss */
.bg-sand {
  background-color: var(--cl-earth-sand);
}

/* line 26, app/assets/stylesheets/base/modifiers.scss */
.bg-sand-light {
  background-color: var(--cl-earth-sand-15);
}

/* line 30, app/assets/stylesheets/base/modifiers.scss */
.bg-silver {
  background-color: var(--cl-silver);
}

/* line 34, app/assets/stylesheets/base/modifiers.scss */
.bg-silver-light {
  background-color: var(--cl-light-silver);
}

/* line 38, app/assets/stylesheets/base/modifiers.scss */
.bg-peach {
  background-color: var(--cl-air-peach);
}

/* line 42, app/assets/stylesheets/base/modifiers.scss */
.bg-azure {
  background-color: var(--cl-water-azure);
}

/* line 46, app/assets/stylesheets/base/modifiers.scss */
.bg-azure-light {
  background-color: var(--cl-water-azure-25);
}

/* line 50, app/assets/stylesheets/base/modifiers.scss */
.bg-tan {
  background-color: var(--cl-earth-tan);
}

/* line 54, app/assets/stylesheets/base/modifiers.scss */
.bg-water-skyblue {
  background-color: var(--cl-water-skyblue);
}

/* line 58, app/assets/stylesheets/base/modifiers.scss */
.bg-light-white {
  background-color: var(--cl-light-white);
}

/* Waves */
/* line 64, app/assets/stylesheets/base/modifiers.scss */
.bg-wave {
  background-image: url(/assets/wave-a-5b1547ba7d4d4c4e0fb6f762f96a7ba144d10d03543ea9a02c8a17bbfbcff3fb.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100%;
}

/* Blur */
/* line 73, app/assets/stylesheets/base/modifiers.scss */
.bg-blur-a {
  will-change: backdrop-filter;
  -webkit-backdrop-filter: var(--f-blur-12);
  backdrop-filter: var(--f-blur-12);
  background-blend-mode: multiply;
  background-color: var(--cl-nav-bg);
}

/* line 81, app/assets/stylesheets/base/modifiers.scss */
.bg-blur-b {
  -webkit-backdrop-filter: var(--f-blur-12);
  backdrop-filter: var(--f-blur-12);
  background-blend-mode: multiply;
  background-color: #ffffff08;
}

/* line 88, app/assets/stylesheets/base/modifiers.scss */
.bg-blur-c {
  -webkit-backdrop-filter: var(--f-blur-12);
  backdrop-filter: var(--f-blur-12);
  background-blend-mode: multiply;
  background-color: #ffffff85;
}

/* Font basic */
/* line 3, app/assets/stylesheets/base/typography.scss */
.page-content a.text-link {
  color: var(--cl-link);
  text-decoration: underline;
}

/* line 8, app/assets/stylesheets/base/typography.scss */
.page-content .is--dark a {
  color: var(--cl-link-dark);
}

/* line 12, app/assets/stylesheets/base/typography.scss */
.page-content .is--dark {
  color: var(--cl-text-inverse);
}

/* line 16, app/assets/stylesheets/base/typography.scss */
.color-inverse {
  color: var(--cl-text-inverse);
}

/* line 20, app/assets/stylesheets/base/typography.scss */
.page-content .is--dark .color-inverse {
  color: var(--cl-text);
}

/* line 24, app/assets/stylesheets/base/typography.scss */
.text-front-page {
  font-size: var(--fs-xm-auto);
  line-height: 1.2;
}

/* line 29, app/assets/stylesheets/base/typography.scss */
.text-page {
  color: var(--cl-text);
  font-size: var(--fs-text-middle);
  font-weight: 400;
  line-height: 1.4;
}

/* line 36, app/assets/stylesheets/base/typography.scss */
.text-page .is--dark {
  font-weight: 300;
}

/* line 40, app/assets/stylesheets/base/typography.scss */
.text-date {
  color: var(--cl-text-gray);
  font-weight: 300;
}

/* Titles */
/* line 47, app/assets/stylesheets/base/typography.scss */
.title-front-page {
  margin: 0;
  font-size: var(--fs-xxxl-auto);
  font-weight: 300;
  line-height: 1.2;
  text-transform: capitalize;
}

/* line 55, app/assets/stylesheets/base/typography.scss */
.title-page-main {
  margin: 0 0 2rem;
  font-size: var(--fs-heading-large);
  font-weight: 300;
  line-height: 1.2;
}

/* line 62, app/assets/stylesheets/base/typography.scss */
.title-page {
  font-size: var(--fs-heading-base);
  font-weight: 300;
  margin: 2rem 0 1rem;
  line-height: 1.2;
}

/* line 69, app/assets/stylesheets/base/typography.scss */
.page-content h2,
.page-content h3,
.page-content h4 {
  margin-top: 2rem;
}

/* line 76, app/assets/stylesheets/base/typography.scss */
.page-content h2:first-child,
.page-content h3:first-child,
.page-content h4:first-child {
  margin-top: 0;
}

/* Layout, padding, margin */
/* line 84, app/assets/stylesheets/base/typography.scss */
.page-text-section {
  margin-top: var(--fs-text-larger);
}

/* line 88, app/assets/stylesheets/base/typography.scss */
.trix-content a,
.page-text-section a,
.page-text-panel a {
  text-decoration: underline;
}

/* line 98, app/assets/stylesheets/base/typography.scss */
.page-text-section:first-child {
  margin-top: 0;
}

/* line 102, app/assets/stylesheets/base/typography.scss */
.page-text-section p {
  text-align: justify;
}

/* line 106, app/assets/stylesheets/base/typography.scss */
.page-text-section h3 {
  font-size: var(--fs-heading-small);
  font-weight: 300;
  line-height: 1.2;
  margin-bottom: 1.5rem;
}

/* line 113, app/assets/stylesheets/base/typography.scss */
.page-text-list ul {
  list-style: inherit;
  margin: 1rem 0 1rem;
  padding: 1rem 0 1rem 2.5rem;
  border-top: 1px solid var(--cl-text-border);
}

/* line 120, app/assets/stylesheets/base/typography.scss */
.page-text-list li {
  margin-bottom: .5rem;
}

/* line 124, app/assets/stylesheets/base/typography.scss */
.page-text-list ul ul {
  list-style: decimal;
  font-size: var(--fs-text-medium);
  padding-left: 1.5rem;
  margin-top: 1.5rem;
}

/* line 131, app/assets/stylesheets/base/typography.scss */
.page-text-image {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 2rem;
  margin-bottom: 2rem;
}

/* line 140, app/assets/stylesheets/base/typography.scss */
.page-text-image__text {
  width: 100%;
}

/* line 144, app/assets/stylesheets/base/typography.scss */
.page-text-image__text p:last-child {
  margin-bottom: 0;
}

/* line 148, app/assets/stylesheets/base/typography.scss */
.page-text-image__image {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  width: 100%;
  max-width: 100%;
}

/* line 157, app/assets/stylesheets/base/typography.scss */
.page-text-image__image img {
  max-width: 100%;
  height: auto;
}

/* Other elements */
/* line 164, app/assets/stylesheets/base/typography.scss */
.page-content p {
  margin-bottom: 1rem;
}

/* Text Panels */
/* line 170, app/assets/stylesheets/base/typography.scss */
.page-text-panel {
  padding: 1rem 1.5rem;
  border-radius: 20px;
}

/* line 175, app/assets/stylesheets/base/typography.scss */
.page-text-panel h2 {
  margin-top: 0;
}

/* line 179, app/assets/stylesheets/base/typography.scss */
.page-text-panel ul {
  margin: 0;
  padding: 1rem 0 1rem 20px;
  border-top: 1px solid var(--cl-text-border);
}

/* Media */
@media (min-width: 640px) {
  /* line 188, app/assets/stylesheets/base/typography.scss */
  .page-content h1 {
    margin-bottom: 2rem;
  }
  /* line 191, app/assets/stylesheets/base/typography.scss */
  .page-content h2 {
    margin-bottom: 1.5rem;
  }
  /* line 194, app/assets/stylesheets/base/typography.scss */
  .page-text-panel {
    padding: 1.5rem 2.5rem;
  }
  /* line 197, app/assets/stylesheets/base/typography.scss */
  .page-text-panel ul {
    padding-left: 40px;
  }
}

@media (min-width: 1024px) {
  /* line 203, app/assets/stylesheets/base/typography.scss */
  .page-text-image {
    flex-wrap: nowrap;
    justify-content: space-between;
    gap: 2rem;
    margin-bottom: 2rem;
  }
  /* line 209, app/assets/stylesheets/base/typography.scss */
  .page-text-image__image {
    justify-content: flex-start;
    max-width: 300px;
  }
}

/* Global */
/* line 3, app/assets/stylesheets/layout/main.scss */
.page-wrapper .container,
.container {
  width: 100%;
  max-width: var(--max-normal-width);
  margin: 0 auto;
}

/* line 10, app/assets/stylesheets/layout/main.scss */
.container-large {
  width: 100%;
  max-width: var(--max-large-width);
  margin: 0 auto;
}

/* line 16, app/assets/stylesheets/layout/main.scss */
.container-middle {
  width: 100%;
  max-width: var(--max-middle-width);
  margin: 0 auto;
}

/* line 22, app/assets/stylesheets/layout/main.scss */
.container-small {
  width: 100%;
  max-width: var(--max-small-width);
  margin: 0 auto;
}

/* line 28, app/assets/stylesheets/layout/main.scss */
.container-tiny {
  width: 100%;
  max-width: var(--max-tiny-width);
  margin: 0 auto;
}

/* line 34, app/assets/stylesheets/layout/main.scss */
.app-content {
  min-height: 100vh;
}

/* Padding */
/* line 40, app/assets/stylesheets/layout/main.scss */
.side-padding {
  padding-left: var(--side-gap);
  padding-right: var(--side-gap);
}

/* line 45, app/assets/stylesheets/layout/main.scss */
.page-padding {
  padding-top: calc(var(--header-height) + var(--p-block-md));
  padding-bottom: var(--p-section-md);
}

/* line 50, app/assets/stylesheets/layout/main.scss */
.page-over-header {
  position: relative;
  top: calc(-500px + 70px);
  margin-bottom: calc(-500px + 70px);
}

/* line 56, app/assets/stylesheets/layout/main.scss */
.section-padding {
  padding-top: var(--p-section-md);
  padding-bottom: var(--p-section-md);
}

/* line 61, app/assets/stylesheets/layout/main.scss */
.section-padding-top {
  padding-top: var(--p-section-md);
}

/* line 65, app/assets/stylesheets/layout/main.scss */
.section-padding-bottom {
  padding-bottom: var(--p-section-md);
}

/* line 69, app/assets/stylesheets/layout/main.scss */
.block-padding {
  padding-top: var(--p-section-tn);
  padding-bottom: var(--p-section-tn);
}

/* line 74, app/assets/stylesheets/layout/main.scss */
.block-padding-top {
  padding-top: var(--p-section-tn);
}

/* line 78, app/assets/stylesheets/layout/main.scss */
.block-padding-bottom {
  padding-bottom: var(--p-section-tn);
}

/* Pages */
/* line 84, app/assets/stylesheets/layout/main.scss */
.regular-page-wrapper {
  background-color: #fff;
}

/* line 88, app/assets/stylesheets/layout/main.scss */
.page-sessions-new,
.page-passwords-new,
.page-registrations-new,
.page-products-show {
  background-color: var(--cl-bg-primary);
}

/* line 95, app/assets/stylesheets/layout/main.scss */
.main {
  margin-top: calc(-1 * var(--header-height));
}

/* line 99, app/assets/stylesheets/layout/main.scss */
.page-sessions-new .main,
.page-passwords-new .main,
.page-registrations-new .main,
.page-products-show .main {
  border-bottom-left-radius: var(--corners-radius);
  border-bottom-right-radius: var(--corners-radius);
  overflow: hidden;
}

/* line 109, app/assets/stylesheets/layout/main.scss */
.page-footer {
  position: relative;
  border-top-left-radius: var(--corners-radius);
  border-top-right-radius: var(--corners-radius);
  padding-top: var(--p-section-sm);
}

/* Header / Nav Bar */
/* line 3, app/assets/stylesheets/layout/header.scss */
.header-navbar {
  position: sticky;
  display: flex;
  justify-content: center;
  top: 0;
  width: 100%;
  height: var(--header-height);
  transition: top .5s;
  z-index: var(--z-header);
}

/* line 14, app/assets/stylesheets/layout/header.scss */
.header-backdrop {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 1s;
  z-index: var(--z-under);
}

/* line 25, app/assets/stylesheets/layout/header.scss */
.header--light .header-backdrop {
  background-color: #3838387d;
}

/* Main (Nav) Menu */
/* line 31, app/assets/stylesheets/layout/header.scss */
.main-menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

/* line 40, app/assets/stylesheets/layout/header.scss */
.main-menu__logo img {
  width: 100px;
  filter: brightness(0);
}

/* line 45, app/assets/stylesheets/layout/header.scss */
.header--light .main-menu__logo img {
  filter: brightness(2.5);
}

/* line 49, app/assets/stylesheets/layout/header.scss */
.main-menu__list {
  display: flex;
  align-items: center;
  gap: .5rem;
}

/* line 55, app/assets/stylesheets/layout/header.scss */
.main-menu__actions {
  display: flex;
  align-items: center;
  gap: .5rem;
}

/* line 61, app/assets/stylesheets/layout/header.scss */
.main-menu__regions {
  display: none;
}

/* line 65, app/assets/stylesheets/layout/header.scss */
.products-index .main-menu__regions,
.products-show .main-menu__regions {
  display: list-item;
}

/* line 70, app/assets/stylesheets/layout/header.scss */
.header--light .main-menu__list .main-menu__item {
  color: #fff;
}

/* line 74, app/assets/stylesheets/layout/header.scss */
.header--light .main-menu__list .main-menu__item.active {
  color: var(--cl-text-inverse);
}

/* line 78, app/assets/stylesheets/layout/header.scss */
.main-menu__item {
  position: relative;
  display: flex;
  align-items: center;
  height: 40px;
  padding: .25rem 1.1rem;
  text-transform: uppercase;
  transition: border .5s, background-color .5s;
}

/* line 88, app/assets/stylesheets/layout/header.scss */
.main-menu__list .main-menu__item {
  display: none;
}

/* line 92, app/assets/stylesheets/layout/header.scss */
.main-menu__item a {
  position: relative;
  display: flex;
  align-items: center;
  font-size: var(--fs-text-base);
  font-weight: 400;
  line-height: 1;
  gap: .5rem;
}

/* line 102, app/assets/stylesheets/layout/header.scss */
.main-menu__item a:before {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 1px;
  background-color: var(--cl-text);
  bottom: -8px;
  transition: width .5s;
}

/* line 113, app/assets/stylesheets/layout/header.scss */
.main-menu__item a:hover:before,
.main-menu__item.active a:before {
  width: 100%;
}

/* line 118, app/assets/stylesheets/layout/header.scss */
.header--light .main-menu__item a:before {
  background-color: var(--cl-text-inverse);
}

/* line 122, app/assets/stylesheets/layout/header.scss */
.main-menu__order .btn {
  padding: .5rem 1rem;
  height: 38px;
  font-size: .7rem;
  margin-left: 1rem;
}

/* Account Menu Icon */
/* line 131, app/assets/stylesheets/layout/header.scss */
.main-menu__account {
  position: relative;
  display: flex;
  align-items: center;
  margin-left: .5rem;
}

/* line 138, app/assets/stylesheets/layout/header.scss */
.main-menu__list .main-menu__account {
  display: none;
}

/* line 142, app/assets/stylesheets/layout/header.scss */
.main-menu__account-icon {
  display: none;
  justify-content: center;
  align-items: center;
  margin-left: 10px;
}

/* line 150, app/assets/stylesheets/layout/header.scss */
.main-menu__account-icon img {
  width: 35px;
  min-width: 35px;
  height: 35px;
}

/* Account Menu List */
/* line 158, app/assets/stylesheets/layout/header.scss */
.account-menu {
  position: absolute;
  top: 2rem;
  right: 0;
  min-width: 260px;
  margin-top: 1rem;
  padding: 1rem;
  width: 13rem;
  border: 1px solid #afafaf;
  border-radius: var(--r-small);
  background-color: var(--cl-bg-dialog);
}

/* line 171, app/assets/stylesheets/layout/header.scss */
.account-menu__list {
  display: flex;
  flex-direction: column;
  font-size: var(--fs-text-base);
  line-height: 1.25rem;
}

/* line 178, app/assets/stylesheets/layout/header.scss */
.account-menu__item a,
.account-menu__item button {
  display: block;
  padding: .5rem 1rem;
  transition: background-color .5s;
}

/* line 185, app/assets/stylesheets/layout/header.scss */
.account-menu__item button {
  cursor: pointer;
  background-color: transparent;
  border: none;
  margin: .5rem 0 0 0;
  width: 100%;
  text-align: left;
}

/* line 194, app/assets/stylesheets/layout/header.scss */
.account-menu__item:hover a,
.account-menu__item:hover button {
  background-color: var(--cl-nav-item-active-bg);
}

/* line 199, app/assets/stylesheets/layout/header.scss */
.logout-form {
  border-top: 1px solid #e3e3e3;
  margin-top: .5rem;
}

/* line 204, app/assets/stylesheets/layout/header.scss */
.logout-form button {
  color: #1D1D1D;
}

/* Cart Menu Icon */
/* line 210, app/assets/stylesheets/layout/header.scss */
.main-menu__cart {
  cursor: pointer;
  position: relative;
  display: flex;
  align-items: center;
  margin-left: .5rem;
}

/* line 218, app/assets/stylesheets/layout/header.scss */
.main-menu__cart-counter {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  top: -12px;
  right: -12px;
  width: 24px;
  height: 24px;
  padding-top: 3px;
  border-radius: 20px;
  border: 2px solid #ddd;
  font-size: .6rem;
  line-height: 1;
  color: #eee;
  background-color: #B00100;
  z-index: 1;
}

/* line 237, app/assets/stylesheets/layout/header.scss */
.main-menu__cart-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 10px;
}

/* line 244, app/assets/stylesheets/layout/header.scss */
.main-menu__cart-icon img {
  width: 35px;
  min-width: 35px;
  height: 35px;
}

/* Main Menu Icons */
/* line 252, app/assets/stylesheets/layout/header.scss */
.main-menu__icon {
  fill: var(--cl-menu-icon);
  opacity: .7;
  transition: .5s;
}

/* line 258, app/assets/stylesheets/layout/header.scss */
.header--light .main-menu__icon {
  fill: var(--cl-menu-icon-light);
}

/* line 262, app/assets/stylesheets/layout/header.scss */
.main-menu__icon:hover {
  opacity: 1;
}

/* Hamburger button */
/* line 268, app/assets/stylesheets/layout/header.scss */
.hamburger__button {
  -webkit-tap-highlight-color: transparent;
  border: none;
  margin-left: 1rem;
  padding: 7px 5px;
  background-color: transparent;
}

/* line 276, app/assets/stylesheets/layout/header.scss */
.hamburger__icon {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 5px;
}

/* line 284, app/assets/stylesheets/layout/header.scss */
.hamburger__icon span {
  display: block;
  width: 22px;
  height: 2px;
  background-color: #1D1D1D;
}

/* line 291, app/assets/stylesheets/layout/header.scss */
.header--light .hamburger__icon span {
  background-color: #fefefe;
}

/* Mobile Menu */
/* line 297, app/assets/stylesheets/layout/header.scss */
.mobile-menu {
  background-color: var(--cl-water-iceblue);
}

/* line 301, app/assets/stylesheets/layout/header.scss */
.mobile-menu-wrapper {
  display: block;
}

/* line 305, app/assets/stylesheets/layout/header.scss */
.mobile-menu-backdrop {
  position: fixed;
  display: none;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: #111827;
  opacity: .75;
  z-index: var(--z-popup);
}

/* line 317, app/assets/stylesheets/layout/header.scss */
.mobile-menu-backdrop.active {
  display: block;
}

/* line 321, app/assets/stylesheets/layout/header.scss */
.mobile-menu {
  position: fixed;
  display: flex;
  flex-direction: column;
  left: 0;
  right: 0;
  top: -100vh;
  max-height: 100%;
  padding: 1.5rem;
  overflow-y: auto;
  transition: all .5s;
  z-index: var(--z-popup);
}

/* line 337, app/assets/stylesheets/layout/header.scss */
.mobile-menu.active {
  top: 0;
}

/* line 341, app/assets/stylesheets/layout/header.scss */
.mobile-menu__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 2rem;
}

/* line 348, app/assets/stylesheets/layout/header.scss */
.mobile-menu__close {
  cursor: pointer;
  border: none;
  background-color: transparent;
  -webkit-tap-highlight-color: transparent;
}

/* line 355, app/assets/stylesheets/layout/header.scss */
.mobile-menu__close svg {
  width: 2rem;
  height: 2rem;
  color: #9ca3af;
}

/* line 361, app/assets/stylesheets/layout/header.scss */
.mobile-menu__account {
  margin-top: 1.5rem;
}

/* line 365, app/assets/stylesheets/layout/header.scss */
.mobile-menu__account-toggle {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 1.75rem 1rem 1rem;
  font-size: 1.125rem;
  font-weight: 400;
  border: none;
  background-color: transparent;
  transition: background-color .5s;
}

/* line 379, app/assets/stylesheets/layout/header.scss */
.mobile-menu__account-toggle:before {
  content: '';
  position: absolute;
  top: 0;
  left: 1rem;
  right: 1rem;
  border-top: 1px solid #bdbdbd;
}

/* line 388, app/assets/stylesheets/layout/header.scss */
.mobile-menu__account .account-menu__item a,
.mobile-menu__account .account-menu__item button {
  padding: 1rem;
  font-size: 1.125rem;
}

/* line 394, app/assets/stylesheets/layout/header.scss */
.mobile-menu__arrow svg {
  stroke: #777;
  transition: transform .5s;
}

/* line 399, app/assets/stylesheets/layout/header.scss */
.mobile-menu__arrow.is--up svg {
  transform: rotate(180deg);
}

/* main menu --mobile modify */
/* line 405, app/assets/stylesheets/layout/header.scss */
.main-menu__list--mobile {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  gap: .5rem;
}

/* line 413, app/assets/stylesheets/layout/header.scss */
.main-menu__list--mobile .main-menu__order {
  width: 100%;
}

/* line 417, app/assets/stylesheets/layout/header.scss */
.main-menu__list--mobile .main-menu__item {
  padding: 1rem;
  width: 100%;
  border-radius: var(--r-small);
}

/* line 423, app/assets/stylesheets/layout/header.scss */
.main-menu__list--mobile .main-menu__item:hover {
  border-color: transparent;
}

/* line 427, app/assets/stylesheets/layout/header.scss */
.main-menu__list--mobile .main-menu__order {
  padding-top: 1.5rem;
}

/* line 431, app/assets/stylesheets/layout/header.scss */
.main-menu__item .icon-svg {
  stroke: #000;
}

/* line 435, app/assets/stylesheets/layout/header.scss */
.header--light .main-menu__item .icon-svg {
  stroke: #fff;
}

/* Media Queries */
@media (min-width: 380px) {
  /* line 442, app/assets/stylesheets/layout/header.scss */
  .hamburger__right button.btn {
    padding: 1rem 2rem;
    font-size: 1rem;
  }
}

@media (min-width: 480px) {
  /* line 449, app/assets/stylesheets/layout/header.scss */
  .main-menu__account-icon {
    display: flex;
  }
}

@media (min-width: 640px) {
  /* line 455, app/assets/stylesheets/layout/header.scss */
  .main-menu__order .btn {
    font-size: 1rem;
    margin-left: 0;
  }
  /* line 459, app/assets/stylesheets/layout/header.scss */
  .hamburger__right button.btn {
    padding: 0.5rem 2rem;
    font-size: 1.25rem;
  }
  /* line 463, app/assets/stylesheets/layout/header.scss */
  .main-menu__actions {
    gap: 1.5rem;
  }
}

@media (min-width: 1024px) {
  /* line 469, app/assets/stylesheets/layout/header.scss */
  :root {
    --header-height: 125px;
  }
  /* line 472, app/assets/stylesheets/layout/header.scss */
  .hamburger__button {
    display: none;
  }
  /* line 475, app/assets/stylesheets/layout/header.scss */
  .main-menu__logo img {
    width: var(--logo-nav-with);
  }
  /* line 478, app/assets/stylesheets/layout/header.scss */
  .main-menu__list .main-menu__item,
.main-menu__list .main-menu__account {
    display: flex;
  }
  /* line 482, app/assets/stylesheets/layout/header.scss */
  .main-menu__order .btn {
    padding: .5rem 2rem .6rem;
    height: 55px;
  }
}

@media (min-width: 1280px) {
  /* line 489, app/assets/stylesheets/layout/header.scss */
  .main-menu__order .btn {
    padding: .5rem 2.5rem .6rem;
    height: 61px;
  }
  /* line 493, app/assets/stylesheets/layout/header.scss */
  .main-menu__item {
    padding: .35rem 1.375rem;
  }
}

/* Page Header */
/* line 3, app/assets/stylesheets/layout/page-header.scss */
.page-header {
  position: relative;
  display: flex;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: clamp(200px, 30vw, 500px);
  border-bottom-left-radius: var(--corners-radius);
  border-bottom-right-radius: var(--corners-radius);
}

/* line 13, app/assets/stylesheets/layout/page-header.scss */
.page-header-solid {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  gap: 2rem;
  min-height: clamp(200px, 20vw, 350px);
  padding-bottom: 2rem;
  z-index: 5;
}

/* line 24, app/assets/stylesheets/layout/page-header.scss */
.page-header-solid.is--small {
  gap: 2rem;
  min-height: clamp(220px, 20vw, 270px);
}

/* line 29, app/assets/stylesheets/layout/page-header.scss */
.page-header-menu {
  position: relative;
  border-bottom-left-radius: var(--corners-radius);
  border-bottom-right-radius: var(--corners-radius);
}

/* line 35, app/assets/stylesheets/layout/page-header.scss */
.page-header-menu .container {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  gap: clamp(2rem, 4vw, 3rem);
  min-height: clamp(270px, 30vw, 500px);
  padding-bottom: 2rem;
  padding-top: clamp(5rem, 10vw, 2rem);
}

/* line 46, app/assets/stylesheets/layout/page-header.scss */
.page-header--wave {
  background-image: url(/assets/wave-a-5b1547ba7d4d4c4e0fb6f762f96a7ba144d10d03543ea9a02c8a17bbfbcff3fb.svg);
  background-position: center center;
  background-size: calc(100% * 3vw);
  background-repeat: no-repeat;
}

/* line 53, app/assets/stylesheets/layout/page-header.scss */
.page-header--image-0 {
  background-image: url(/assets/bg/bg-general-a7fe312675ad3761a0abf08bdb5e5f6840e1d62d6cfc294005ee520b4677937e.jpg);
  background-size: cover;
  background-position: center center;
}

/* line 59, app/assets/stylesheets/layout/page-header.scss */
.page-header--image-1 {
  background-image: url(/assets/bg/bg-our-mission-db10859a84ebd0b7f26c7d0ee1f9cd626b4c3a11ef093386d800b5b3e7f7ded2.jpg);
  background-size: cover;
  background-position: center center;
}

/* line 65, app/assets/stylesheets/layout/page-header.scss */
.page-header--image-2 {
  background-image: url(/assets/bg/bg-phones-e5d065875f4841439df052522b8a6145a6296e49c14df32eda88466f447840f9.jpg);
  background-size: cover;
  background-position: center center;
}

/* line 71, app/assets/stylesheets/layout/page-header.scss */
.page-header--image-3 {
  background-image: url(/assets/bg/bg-contacts-3-169f1d8b89fa087f73d038fbfe427e6046a87b151458269f367c71bccbf3ae4c.jpg);
  background-size: cover;
  background-position: center center;
}

/* line 77, app/assets/stylesheets/layout/page-header.scss */
.page-header--image-4 {
  background-image: url(/assets/bg/bg-dawn-2-188c24ebf072a1201d0bee27f8e0a82e4b56f0a63fcfc45fe6da2f55fe845fad.jpg);
  background-size: cover;
  background-position: center center;
}

/* line 83, app/assets/stylesheets/layout/page-header.scss */
.page-header--image-5 {
  background-image: url(/assets/bg/bg-phone-2-d5ab352ba5ba118e69333d63a190eb2b4ade8bd1fdfdf8185492451c08848094.jpg);
  background-size: cover;
  background-position: center center;
}

/* line 89, app/assets/stylesheets/layout/page-header.scss */
.page-header .container {
  display: flex;
  align-items: flex-end;
  padding-bottom: clamp(30px, 3vw, 80px);
}

/* line 95, app/assets/stylesheets/layout/page-header.scss */
.page-header-title {
  margin: 0;
  font-size: var(--fs-heading-hero);
  font-weight: 300;
  line-height: 1.2;
}

/* line 102, app/assets/stylesheets/layout/page-header.scss */
.page-header-title.is--small {
  font-size: var(--fs-heading-base);
  text-align: center;
}

/* line 107, app/assets/stylesheets/layout/page-header.scss */
.header--light .page-header-title {
  color: var(--cl-text-inverse);
}

/* line 111, app/assets/stylesheets/layout/page-header.scss */
.mission-page .page-header {
  background-position: center;
}

/* Media Queries */
@media (min-width: 640px) {
  /* line 118, app/assets/stylesheets/layout/page-header.scss */
  .page-header--wave {
    background-size: 100%;
  }
}

@media (min-width: 1024px) {
  /* line 124, app/assets/stylesheets/layout/page-header.scss */
  .page-header--wave {
    background-position: center -20px;
    background-size: 100%;
  }
  /* line 128, app/assets/stylesheets/layout/page-header.scss */
  .page-header--image-1 {
    background-position: center -100px;
  }
}

/* Footer main content */
/* line 3, app/assets/stylesheets/layout/footer.scss */
.footer {
  position: relative;
  font-size: var(--fs-text-middle);
  line-height: 1;
  background-color: var(--cl-bg-primary);
  background-image: url(/assets/wave-b-982e9e03a8bff4b347154b9c78c959a6df200eac50733339d4c8dd84d53e1233.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
  z-index: var(--z-top);
}

/* line 15, app/assets/stylesheets/layout/footer.scss */
.footer__wrapper {
  padding-top: var(--p-section-lg);
  padding-bottom: var(--p-section-lg);
}

/* line 20, app/assets/stylesheets/layout/footer.scss */
.footer__content {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 3rem;
}

/* line 27, app/assets/stylesheets/layout/footer.scss */
.footer__left,
.footer__right {
  width: 100%;
  max-width: 100%;
}

/* Logo */
/* line 35, app/assets/stylesheets/layout/footer.scss */
.footer__logo-wrapper {
  display: flex;
  justify-content: left;
  max-width: 100%;
  margin: 0 auto;
  padding-bottom: var(--p-section-tn);
}

/* Footer links */
/* line 45, app/assets/stylesheets/layout/footer.scss */
.footer__left {
  display: flex;
  gap: 1rem;
}

/* line 50, app/assets/stylesheets/layout/footer.scss */
.footer__col {
  width: 100%;
}

/* line 54, app/assets/stylesheets/layout/footer.scss */
.footer__left ul {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

/* line 60, app/assets/stylesheets/layout/footer.scss */
.footer__title {
  margin: 0 0 1.5rem;
  padding: 0;
  font-size: var(--fs-text-normal);
  font-weight: 300;
  color: var(--cl-text-white-60);
}

/* line 68, app/assets/stylesheets/layout/footer.scss */
.footer__left a {
  line-height: 1.4;
  color: var(--cl-text-inverse);
  font-weight: 300;
  transition: color .5s;
}

/* line 75, app/assets/stylesheets/layout/footer.scss */
.footer__left a:hover {
  color: var(--cl-text-white-60);
}

/* Footer subscribe */
/* line 81, app/assets/stylesheets/layout/footer.scss */
.footer__subscribe {
  position: relative;
  display: flex;
}

/* line 86, app/assets/stylesheets/layout/footer.scss */
.footer-bottom-wrapper {
  background-color: #000;
}

/* line 90, app/assets/stylesheets/layout/footer.scss */
.footer-bottom {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 30px;
  padding-top: 1.2rem;
  padding-bottom: 1.2rem;
  font-size: var(--fs-text-normal);
  font-weight: 300;
  color: var(--cl-text-white-60);
}

/* line 103, app/assets/stylesheets/layout/footer.scss */
.footer-bottom__copyright {
  width: 100%;
  text-align: center;
}

/* line 108, app/assets/stylesheets/layout/footer.scss */
.footer-bottom__info ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 30px;
}

/* line 116, app/assets/stylesheets/layout/footer.scss */
.footer-bottom a {
  color: var(--cl-text-white-60);
  transition: color .5s;
}

/* line 121, app/assets/stylesheets/layout/footer.scss */
.footer-bottom a:hover {
  color: var(--cl-text-inverse);
}

/* Media Queries */
@media (min-width: 380px) {
  /* line 128, app/assets/stylesheets/layout/footer.scss */
  .footer__left,
.footer__right {
    width: 90%;
    max-width: 90%;
  }
  /* line 133, app/assets/stylesheets/layout/footer.scss */
  .footer__logo-wrapper {
    max-width: 90%;
  }
}

@media (min-width: 640px) {
  /* line 139, app/assets/stylesheets/layout/footer.scss */
  .footer__left,
.footer__right {
    width: 100%;
    max-width: 500px;
  }
  /* line 144, app/assets/stylesheets/layout/footer.scss */
  .footer__logo-wrapper {
    max-width: 500px;
  }
}

@media (min-width: 1024px) {
  /* line 150, app/assets/stylesheets/layout/footer.scss */
  .footer__left,
.footer__right {
    width: 50%;
    max-width: 550px;
  }
  /* line 155, app/assets/stylesheets/layout/footer.scss */
  .footer__logo-wrapper {
    max-width: 100%;
  }
  /* line 158, app/assets/stylesheets/layout/footer.scss */
  .footer__logo-wrapper {
    display: flex;
    justify-content: flex-start;
  }
  /* line 162, app/assets/stylesheets/layout/footer.scss */
  .footer__content {
    flex-wrap: nowrap;
    justify-content: space-between;
  }
  /* line 166, app/assets/stylesheets/layout/footer.scss */
  .footer-bottom {
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    gap: 50px;
  }
  /* line 172, app/assets/stylesheets/layout/footer.scss */
  .footer-bottom__copyright {
    width: auto;
    text-align: left;
  }
}

/* Autofill fix */
/* line 180, app/assets/stylesheets/layout/footer.scss */
.footer__subscribe input:-webkit-autofill,
.footer__subscribe input:-webkit-autofill:hover,
.footer__subscribe input:-webkit-autofill:focus {
  -webkit-text-fill-color: #ddd;
}

@media (min-width: 1600px) {
  /* line 187, app/assets/stylesheets/layout/footer.scss */
  .footer {
    background-position: 200px top;
  }
}

/* line 1, app/assets/stylesheets/components/page-preloader.scss */
.page-preloader {
  position: fixed;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-backdrop-filter: blur(30px);
  backdrop-filter: blur(30px);
  background-blend-mode: multiply;
  background-color: #fff5;
  opacity: 1;
  transition: opacity .5s ease, background-color .5s ease;
  z-index: var(--z-modal);
}

/* line 21, app/assets/stylesheets/components/page-preloader.scss */
.section-preloader {
  position: absolute;
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  background-blend-mode: normal;
  background-color: transparent;
  min-height: 300px;
}

/* line 30, app/assets/stylesheets/components/page-preloader.scss */
.block-preloader {
  position: absolute;
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  background-blend-mode: normal;
  background-color: transparent;
}

/* line 38, app/assets/stylesheets/components/page-preloader.scss */
.page-preloader svg {
  width: 100px;
  height: 100px;
  margin: 20px;
  display: inline-block;
  animation: rotate 1s linear infinite;
}

/* line 46, app/assets/stylesheets/components/page-preloader.scss */
.page-preloader.block-preloader svg {
  width: 60px;
  height: 60px;
}

/* line 51, app/assets/stylesheets/components/page-preloader.scss */
.page-preloader.transparent {
  opacity: 0;
  background-color: transparent;
}

/* line 56, app/assets/stylesheets/components/page-preloader.scss */
.page-preloader.hidden {
  display: none;
}

/* line 1, app/assets/stylesheets/components/blocks.scss */
.page-content-inner {
  position: relative;
  min-height: 90vh;
}

/* Regular buttons */
/* line 3, app/assets/stylesheets/components/buttons.scss */
.btn {
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  padding: .6rem 2.5rem;
  height: clamp(50px, 8vw, 67px);
  font-weight: 400;
  font-size: var(--fs-text-normal);
  line-height: 1.2;
  border: 1px solid transparent;
  border-radius: 100px;
  white-space: nowrap;
  color: var(--cl-btn);
  background-color: var(--cl-btn-bg);
  -webkit-tap-highlight-color: transparent;
  transition: color .3s, background-color .3s, border .3s;
}

/* line 25, app/assets/stylesheets/components/buttons.scss */
.btn:hover:not(:disabled) {
  color: var(--cl-btn-hover);
  background-color: var(--cl-btn-bg-hover);
  text-decoration: none;
}

/* line 32, app/assets/stylesheets/components/buttons.scss */
.btn.btn-hover-light:hover:not(:disabled) {
  color: var(--cl-btn-hover);
  background-color: var(--cl-btn-bg-hover-light);
}

/* line 37, app/assets/stylesheets/components/buttons.scss */
.btn.btn-hover-dark:hover:not(:disabled) {
  color: var(--cl-btn);
  background-color: var(--cl-btn-bg-hover-dark);
}

/* line 42, app/assets/stylesheets/components/buttons.scss */
.btn:disabled {
  opacity: .5;
}

/* Sizes */
/* line 48, app/assets/stylesheets/components/buttons.scss */
.page-text-section .btn-no-underline,
.btn-no-underline {
  text-decoration: none;
}

/* line 53, app/assets/stylesheets/components/buttons.scss */
.btn-inline {
  display: inline-flex;
}

/* line 57, app/assets/stylesheets/components/buttons.scss */
.btn-tn {
  height: 38px;
  padding: .3rem 1.5rem;
  font-size: .9rem;
}

/* line 63, app/assets/stylesheets/components/buttons.scss */
.btn-sm {
  height: 46px;
  padding: .5rem 2rem .6rem;
  font-size: var(--fs-text-base);
}

/* line 69, app/assets/stylesheets/components/buttons.scss */
.btn-md {
  height: 52px;
  padding: .4rem 2.5rem .5rem;
  font-size: var(--fs-text-base);
}

/* line 75, app/assets/stylesheets/components/buttons.scss */
.btn-nm {
  height: 56px;
  padding: .4rem 2.5rem .5rem;
  font-size: var(--fs-text-base);
}

/* line 81, app/assets/stylesheets/components/buttons.scss */
.btn-lg {
  height: 61px;
  font-size: var(--fs-text-base);
  padding: .5rem 2.5rem .6rem;
}

/* Colors */
/* line 89, app/assets/stylesheets/components/buttons.scss */
.btn-general {
  color: var(--cl-text);
  background-color: #f9f9f7;
}

/* line 94, app/assets/stylesheets/components/buttons.scss */
.btn-primary {
  color: var(--cl-text);
  background-color: var(--cl-primary);
}

/* line 99, app/assets/stylesheets/components/buttons.scss */
.btn-secondary {
  color: var(--cl-text-inverse);
  background-color: var(--cl-secondary);
}

/* line 104, app/assets/stylesheets/components/buttons.scss */
.btn-light {
  color: var(--cl-text);
  background-color: var(--cl-gray-a);
}

/* line 109, app/assets/stylesheets/components/buttons.scss */
.btn-brand {
  color: var(--cl-text);
  background-color: var(--cl-btn-bg-brand);
}

/* line 114, app/assets/stylesheets/components/buttons.scss */
.btn-success {
  color: var(--cl-text-inverse);
  background-color: var(--cl-success);
}

/* line 119, app/assets/stylesheets/components/buttons.scss */
.btn-info {
  color: var(--cl-text-inverse);
  background-color: var(--cl-info);
}

/* line 124, app/assets/stylesheets/components/buttons.scss */
.btn-warning {
  color: var(--cl-text-inverse);
  background-color: var(--cl-warning);
}

/* line 129, app/assets/stylesheets/components/buttons.scss */
.btn-alert {
  color: var(--cl-text-inverse);
  background-color: var(--cl-error);
}

/* line 134, app/assets/stylesheets/components/buttons.scss */
.btn-inverse {
  color: var(--cl-btn-hover);
  background-color: var(--cl-btn-bg-hover);
}

/* line 139, app/assets/stylesheets/components/buttons.scss */
.btn-inverse:hover:not(:disabled) {
  color: var(--cl-btn-bg-hover);
  background-color: var(--cl-btn-hover);
}

/* line 144, app/assets/stylesheets/components/buttons.scss */
.btn-outline {
  background-color: var(--cl-btn-bg);
  color: var(--cl-btn);
  border-color: var(--cl-btn);
}

/* line 150, app/assets/stylesheets/components/buttons.scss */
.btn-outline:hover {
  background-color: var(--cl-btn);
  color: var(--cl-btn-bg);
}

/* line 155, app/assets/stylesheets/components/buttons.scss */
.btn-full {
  display: inline-flex;
  width: 100%;
}

/* line 160, app/assets/stylesheets/components/buttons.scss */
.btn-loading {
  display: flex;
  align-items: center;
  gap: 7px;
}

/* Buttons SVG Icons */
/* line 168, app/assets/stylesheets/components/buttons.scss */
.btn svg {
  fill: var(--cl-text-inverse);
}

/* line 172, app/assets/stylesheets/components/buttons.scss */
.btn:hover:not(:disabled) svg {
  fill: var(--cl-text);
}

/* line 176, app/assets/stylesheets/components/buttons.scss */
.btn.btn-inverse svg {
  fill: var(--cl-text);
}

/* line 180, app/assets/stylesheets/components/buttons.scss */
.btn.btn-inverse:hover:not(:disabled) svg {
  fill: var(--cl-text-inverse);
}

/* Button Edit */
/* line 186, app/assets/stylesheets/components/buttons.scss */
.btn-edit {
  cursor: pointer;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border-radius: 50px;
  border: none;
  background-color: transparent;
  transition: background-color .5s;
}

/* line 200, app/assets/stylesheets/components/buttons.scss */
.btn-edit:hover {
  background-color: var(--cl-text);
}

/* line 204, app/assets/stylesheets/components/buttons.scss */
.btn-edit.btn-edit-inverse:hover {
  background-color: var(--cl-text-inverse);
}

/* line 208, app/assets/stylesheets/components/buttons.scss */
.btn-edit:hover svg {
  fill: var(--cl-text-inverse);
}

/* line 212, app/assets/stylesheets/components/buttons.scss */
.btn-edit-inverse svg {
  fill: var(--cl-text-inverse);
}

/* line 216, app/assets/stylesheets/components/buttons.scss */
.btn-edit.btn-edit-inverse:hover svg {
  fill: var(--cl-text);
}

/* Others */
/* line 223, app/assets/stylesheets/components/buttons.scss */
.button-icon {
  display: block;
}

/* line 227, app/assets/stylesheets/components/buttons.scss */
.button-loader {
  display: none;
}

/* line 231, app/assets/stylesheets/components/buttons.scss */
.is--updating .button-icon {
  display: none;
}

/* line 235, app/assets/stylesheets/components/buttons.scss */
.is--updating .button-loader {
  display: flex;
}

/* Media */
/* Page tabs */
/* line 3, app/assets/stylesheets/components/tabs.scss */
.page-tabs__input {
  transition: background-color .5s;
}

/* line 7, app/assets/stylesheets/components/tabs.scss */
.page-tabs__input:checked + label {
  color: var(--cl-btn);
  background-color: var(--cl-btn-bg);
}

/* Page menu */
/* line 15, app/assets/stylesheets/components/tabs.scss */
.page-menu {
  position: relative;
  display: flex;
}

/* line 20, app/assets/stylesheets/components/tabs.scss */
.page-menu__navigation {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}

/* line 27, app/assets/stylesheets/components/tabs.scss */
.page-menu__item {
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.5rem clamp(2rem, 4vw, 2.5rem);
  height: 45px;
  font-size: var(--fs-text-base);
  font-weight: 400;
  color: var(--cl-text);
  background-color: var(--cl-text-inverse);
  border-radius: 50px;
  border: 1px solid transparent;
  white-space: nowrap;
  text-decoration: none;
  transition: background-color .5s;
  min-width: 160px;
}

/* line 46, app/assets/stylesheets/components/tabs.scss */
.page-menu__item.active,
.page-menu__item:hover {
  color: var(--cl-btn);
  background-color: var(--cl-btn-bg);
}

/* Media */
@media (min-width: 640px) {
  /* line 55, app/assets/stylesheets/components/tabs.scss */
  .page-menu__item {
    height: 51px;
  }
}

@media (min-width: 1024px) {
  /* line 61, app/assets/stylesheets/components/tabs.scss */
  .page-menu__item {
    height: 61px;
    min-width: auto;
  }
}

/* General */
/* line 3, app/assets/stylesheets/components/forms.scss */
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  transition: background-color 5000s ease-in-out 0s;
}

/* Inputs */
/* line 12, app/assets/stylesheets/components/forms.scss */
.input-general,
.input-icon {
  position: relative;
  width: 100%;
  min-height: var(--fs-form-input-height);
  padding: var(--fs-form-input-padding);
  font-size: var(--fs-form-input);
  color: var(--cl-form-input);
  background-color: var(--cl-form-input-bg);
  border: 1px solid #000;
  border-radius: var(--fs-form-input-radius);
}

/* line 25, app/assets/stylesheets/components/forms.scss */
.input-general.has--error,
.input-general.is-invalid,
.input-icon.is-invalid,
.input-general.has--error:focus
.input-general.is-invalid:focus,
.input-icon.is-invalid:focus {
  border-color: var(--cl-error);
  border-width: 3px;
  outline: 0;
  box-shadow: none;
}

/* line 37, app/assets/stylesheets/components/forms.scss */
.input-general.is-valid,
.input-icon.is-valid,
.input-general.is-valid:focus,
.input-icon.is-valid:focus {
  border-color: var(--cl-success);
  outline: 0;
  box-shadow: none;
}

/* line 46, app/assets/stylesheets/components/forms.scss */
.input-general:focus,
.input-icon:focus {
  border-color: var(--cl-nav-border-hover);
}

/* line 51, app/assets/stylesheets/components/forms.scss */
.input-general:disabled,
.input-icon:disabled {
  background-color: #cfcfcf33;
}

/* Input with Icon */
/* line 58, app/assets/stylesheets/components/forms.scss */
.input-icon {
  min-height: var(--fs-form-input-icon-height);
  padding: var(--fs-form-input-icon-padding);
}

/* line 63, app/assets/stylesheets/components/forms.scss */
.input-icon:focus {
  border-color: var(--cl-nav-border-hover);
}

/* line 67, app/assets/stylesheets/components/forms.scss */
.input-field .input-icon-label {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 0;
  left: 0;
  width: 54px;
  height: 100%;
  opacity: .4;
  z-index: 1;
}

/* line 80, app/assets/stylesheets/components/forms.scss */
.input-icon-right {
  cursor: pointer;
  position: absolute;
  display: flex;
  justify-content: center;
  top: 1.2rem;
  right: 0;
  height: 100%;
  width: 50px;
  opacity: .5;
  z-index: 1;
  transition: opacity .5s;
}

/* line 94, app/assets/stylesheets/components/forms.scss */
.input-icon-right:hover {
  opacity: 1;
}

/* Input wrapper */
/* line 100, app/assets/stylesheets/components/forms.scss */
.input-field {
  position: relative;
  width: 100%;
}

/* line 105, app/assets/stylesheets/components/forms.scss */
.input-field label,
.input-field .input-label-row a {
  position: relative;
  display: inline-block;
  font-size: var(--fs-form-label);
  font-weight: var(--fw-form-label);
  color: var(--cl-form-label);
  margin-bottom: .5rem;
}

/* line 115, app/assets/stylesheets/components/forms.scss */
.input-field .input-error {
  position: absolute;
  left: 0;
  bottom: -20px;
  font-size: var(--fs-text-small);
  color: var(--cl-error);
}

/* line 123, app/assets/stylesheets/components/forms.scss */
.input-row {
  display: flex;
  gap: 1rem;
  margin-bottom: 1.5rem;
  color: var(--cl-text-inverse);
  text-align: left;
}

/* line 131, app/assets/stylesheets/components/forms.scss */
.input-row:last-child {
  margin-bottom: 0;
}

/* line 135, app/assets/stylesheets/components/forms.scss */
.input-label-row {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
}

/* line 141, app/assets/stylesheets/components/forms.scss */
.input-field .file-upload-label {
  cursor: pointer;
  text-decoration: underline;
  color: var(--cl-warning);
}

/* line 147, app/assets/stylesheets/components/forms.scss */
.file-name-label {
  display: block;
  color: var(--cl-text-linght);
  font-size: var(--fs-text-small);
}

/* line 153, app/assets/stylesheets/components/forms.scss */
.confirmation-code {
  font-size: var(--fs-text-normal);
  color: var(--cl-error);
}

/* line 158, app/assets/stylesheets/components/forms.scss */
.required-field {
  color: var(--cl-error);
}

/* Custom Checkbox */
/* line 164, app/assets/stylesheets/components/forms.scss */
.input-checkbox {
  display: flex;
  align-items: center;
  gap: 10px;
}

/* line 170, app/assets/stylesheets/components/forms.scss */
.image-checkbox {
  position: relative;
}

/* line 174, app/assets/stylesheets/components/forms.scss */
.input-checkbox.image-checkbox > input + label:before {
  position: absolute;
  left: 10px;
  top: 8px;
  z-index: 1;
}

/* line 181, app/assets/stylesheets/components/forms.scss */
.input-checkbox input:disabled + label {
  opacity: .5;
}

/* line 185, app/assets/stylesheets/components/forms.scss */
.input-checkbox label {
  font-weight: 300;
  color: var(--cl-text);
  font-size: var(--fs-text-base);
}

/* line 191, app/assets/stylesheets/components/forms.scss */
.input-checkbox > input {
  opacity: 0;
  position: absolute;
  z-index: -1;
}

/* line 197, app/assets/stylesheets/components/forms.scss */
.input-checkbox > input + label {
  align-items: center;
  display: inline-flex;
  user-select: none;
}

/* line 203, app/assets/stylesheets/components/forms.scss */
.input-checkbox > input + label:before {
  content: "";
  display: inline-block;
  flex-grow: 0;
  flex-shrink: 0;
  height: 20px;
  width: 20px;
  margin-right: .75rem;
  margin-top: 1px;
  border: transparent;
  border-radius: 5px;
  background-color: #ddd;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 50% 50%;
}

/* line 220, app/assets/stylesheets/components/forms.scss */
.input-checkbox > input:checked + label:before {
  background-color: #000;
  background-image: url(/assets/icons/icon-checkbox-655a6b7073478d5a6ac66d095156e648cf798ad45d6b87d2f3d3380b0fa4bb5f.svg);
  background-position: 4px 5px;
  background-size: 60%;
  border-color: transparent;
}

/* Custom Radio */
/* Customize the label (the container) */
/* line 232, app/assets/stylesheets/components/forms.scss */
.input-radio {
  display: block;
  position: relative;
  padding-left: 2rem;
  margin-bottom: .75rem;
  font-size: var(--fs-text-base);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* line 244, app/assets/stylesheets/components/forms.scss */
.input-radio label {
  cursor: pointer;
  display: flex;
  align-items: center;
  white-space: nowrap;
  gap: .25rem;
  font-weight: 400;
  line-height: 1.5;
}

/* line 254, app/assets/stylesheets/components/forms.scss */
.input-radio__tooltip {
  display: flex;
  align-items: center;
  height: 28px;
}

/* Hide the browser's default radio button */
/* line 262, app/assets/stylesheets/components/forms.scss */
.input-radio input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* line 270, app/assets/stylesheets/components/forms.scss */
.input-radio input:disabled ~ *:not(.tooltip-box) {
  cursor: text;
  opacity: var(--op-disabled);
}

/* Create a custom radio button */
/* line 277, app/assets/stylesheets/components/forms.scss */
.input-radio__checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 50%;
}

/* On mouse-over, add a grey background color */
/* line 290, app/assets/stylesheets/components/forms.scss */
.input-radio:hover input ~ .input-radio__checkmark {
  background-color: #fff;
}

/* When the radio button is checked, add a blue background */
/* line 296, app/assets/stylesheets/components/forms.scss */
.input-radio input:checked ~ .input-radio__checkmark {
  background-color: #fff;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
/* line 302, app/assets/stylesheets/components/forms.scss */
.input-radio .input-radio__checkmark:after {
  content: "";
  position: absolute;
  opacity: 0;
  transition: opacity .5s;
}

/* Show the indicator (dot/circle) when checked */
/* line 311, app/assets/stylesheets/components/forms.scss */
.input-radio input:checked ~ .input-radio__checkmark:after {
  opacity: 1;
}

/* Style the indicator (dot/circle) */
/* line 317, app/assets/stylesheets/components/forms.scss */
.input-radio__checkmark:after {
  top: 6px;
  left: 6px;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: #000;
}

/* Form Text */
/* line 328, app/assets/stylesheets/components/forms.scss */
.form-text {
  font-size: var(--fs-text-base);
  font-weight: 300;
  color: #272727;
}

/* Form Actions */
/* line 336, app/assets/stylesheets/components/forms.scss */
.form-actions {
  margin-top: 2rem;
}

/* Login Form */
/* line 342, app/assets/stylesheets/components/forms.scss */
.auth-form__box {
  width: 100%;
  max-width: 525px;
  margin: 0 auto;
}

/* line 348, app/assets/stylesheets/components/forms.scss */
.auth-form {
  background-color: #fff;
  border-radius: 2rem;
  padding: 30px;
}

/* line 354, app/assets/stylesheets/components/forms.scss */
.auth-form.middle {
  max-width: 580px;
}

/* line 358, app/assets/stylesheets/components/forms.scss */
.auth-form__content {
  text-align: left;
}

/* line 362, app/assets/stylesheets/components/forms.scss */
.auth-form__content h1 {
  font-size: var(--fs-text-larger);
  font-weight: 400;
  margin: 0 0 1rem;
}

/* line 368, app/assets/stylesheets/components/forms.scss */
.auth-form__text-line,
.auth-form__links a {
  font-size: var(--fs-text-base);
}

/* line 373, app/assets/stylesheets/components/forms.scss */
.auth-form__actions {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: .5rem;
}

/* line 381, app/assets/stylesheets/components/forms.scss */
.auth-form__links {
  display: inline-block;
}

/* line 385, app/assets/stylesheets/components/forms.scss */
.auth-form__link-row.extra--link a {
  font-size: var(--fs-text-small);
  text-decoration: underline;
  color: #858585;
}

/* line 391, app/assets/stylesheets/components/forms.scss */
.auth-form__text-footer {
  margin-top: 1rem;
  font-size: var(--fs-text-base);
}

/* line 396, app/assets/stylesheets/components/forms.scss */
.auth-form__footer-link {
  text-align: center;
  font-size: var(--fs-text-base);
}

/* line 401, app/assets/stylesheets/components/forms.scss */
.auth-form__form .resend-link {
  text-decoration: underline;
}

/* line 405, app/assets/stylesheets/components/forms.scss */
.auth-form__content-footer {
  text-align: center;
}

/* line 409, app/assets/stylesheets/components/forms.scss */
.input-password {
  padding-right: 50px;
}

/* line 413, app/assets/stylesheets/components/forms.scss */
input[type='password'] + .password-toggle-icon svg:nth-child(2) {
  display: none;
}

/* line 417, app/assets/stylesheets/components/forms.scss */
input[type='text'] + .password-toggle-icon svg:nth-child(1) {
  display: none;
}

/* line 421, app/assets/stylesheets/components/forms.scss */
input[type='text'] + .password-toggle-icon svg:nth-child(2) {
  display: flex;
}

/* line 425, app/assets/stylesheets/components/forms.scss */
.password-toggle-icon {
  position: absolute;
  display: flex;
  align-items: center;
  height: 30px;
  bottom: 10px;
  right: 15px;
}

/* line 434, app/assets/stylesheets/components/forms.scss */
.password-toggle-icon:hover {
  cursor: pointer;
}

/* line 438, app/assets/stylesheets/components/forms.scss */
.password-check-popup {
  margin-bottom: 2rem;
  text-align: left;
}

/* line 443, app/assets/stylesheets/components/forms.scss */
.password-check-popup ul {
  list-style: inherit;
  padding-left: 20px;
}

/* line 448, app/assets/stylesheets/components/forms.scss */
.password-check-popup ul li {
  margin-bottom: .25rem;
}

/* line 452, app/assets/stylesheets/components/forms.scss */
.password-check {
  color: var(--cl-error);
}

/* line 456, app/assets/stylesheets/components/forms.scss */
.password-check.passed {
  list-style: none;
  position: relative;
  color: var(--cl-success);
}

/* line 462, app/assets/stylesheets/components/forms.scss */
.password-check.passed::before {
  position: absolute;
  content: "✓";
  left: -20px;
  top: 0;
}

/* Media */
@media (min-width: 640px) {
  /* line 472, app/assets/stylesheets/components/forms.scss */
  .auth-form {
    padding: 60px;
  }
  /* line 475, app/assets/stylesheets/components/forms.scss */
  .auth-form__actions {
    flex-direction: row;
    gap: 1rem;
  }
}

/* Tables */
/* line 3, app/assets/stylesheets/components/tables.scss */
.table-wrapper {
  width: 100%;
  max-width: 100%;
  overflow-x: auto;
}

/* line 9, app/assets/stylesheets/components/tables.scss */
table.table-a {
  width: 100%;
  background: white;
  border-radius: 4px;
  border-collapse: collapse;
  padding: 5px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  margin: 0 0 30px;
}

/* line 19, app/assets/stylesheets/components/tables.scss */
.table-a th {
  color: #ffffff;
  background: var(--cl-steel-gray);
  border-bottom: 4px solid var(--cl-powder-blue);
  border-right: 1px solid var(--cl-steel-gray);
  font-size: var(--fs-text-base);
  font-weight: 300;
  text-transform: uppercase;
  padding: 15px 20px;
  text-align: left;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  vertical-align: middle;
}

/* line 33, app/assets/stylesheets/components/tables.scss */
.table-a.table-base th {
  color: #fffefe;
  background: #626262;
  font-size: var(--fs-text-normal);
}

/* line 39, app/assets/stylesheets/components/tables.scss */
.table-a th:first-child {
  border-top-left-radius: 3px;
}

/* line 43, app/assets/stylesheets/components/tables.scss */
.table-a th:last-child {
  border-top-right-radius: 3px;
  border-right: none;
}

/* line 48, app/assets/stylesheets/components/tables.scss */
.table-a tr {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}

/* line 53, app/assets/stylesheets/components/tables.scss */
.table-a td {
  transition: background-color .5s;
}

/* line 57, app/assets/stylesheets/components/tables.scss */
.table-a tr:first-child {
  border-top: none;
}

/* line 61, app/assets/stylesheets/components/tables.scss */
.table-a tr:last-child {
  border-bottom: none;
}

/* line 65, app/assets/stylesheets/components/tables.scss */
.table-a tr:nth-child(odd) td {
  background: #f5f5f5;
}

/* line 69, app/assets/stylesheets/components/tables.scss */
.table-a tr:hover td {
  background: #eee;
}

/* line 73, app/assets/stylesheets/components/tables.scss */
.table-a tr:hover td p {
  color: #fff;
}

/* line 77, app/assets/stylesheets/components/tables.scss */
.table-a tr:nth-child(odd):hover td {
  background: #eee;
}

/* line 81, app/assets/stylesheets/components/tables.scss */
.table-a tr:last-child td:first-child {
  border-bottom-left-radius: 3px;
}

/* line 85, app/assets/stylesheets/components/tables.scss */
.table-a tr:last-child td:last-child {
  border-bottom-right-radius: 3px;
}

/* line 89, app/assets/stylesheets/components/tables.scss */
.table-a td {
  background: #FFFFFF;
  padding: 15px 20px;
  text-align: left;
  vertical-align: middle;
  font-weight: 400;
  font-size: 14px;
}

/* line 98, app/assets/stylesheets/components/tables.scss */
.table-a.table-base td {
  font-size: var(--fs-text-regular);
}

/* line 102, app/assets/stylesheets/components/tables.scss */
.table-a td:first-child p span {
  font-weight: 600;
  font-size: 14px;
}

/* line 107, app/assets/stylesheets/components/tables.scss */
.table-a td:last-child {
  border-right: 0px;
}

/* line 111, app/assets/stylesheets/components/tables.scss */
.table-a th.text-left {
  text-align: left;
}

/* line 115, app/assets/stylesheets/components/tables.scss */
.table-a th.text-center {
  text-align: center;
}

/* line 119, app/assets/stylesheets/components/tables.scss */
.table-a th.text-right {
  text-align: right;
}

/* line 123, app/assets/stylesheets/components/tables.scss */
.table-a td.text-left {
  text-align: left;
}

/* line 127, app/assets/stylesheets/components/tables.scss */
.table-a td.text-center {
  text-align: center;
}

/* line 131, app/assets/stylesheets/components/tables.scss */
.table-a td.text-right {
  text-align: right;
}

/* line 135, app/assets/stylesheets/components/tables.scss */
.table-a .cool-red {
  color: red;
}

/* line 139, app/assets/stylesheets/components/tables.scss */
.table-a strong {
  font-weight: 700;
}

/* line 143, app/assets/stylesheets/components/tables.scss */
.table-a td img {
  cursor: pointer;
  display: inline-block;
  opacity: .5;
  transition: opacity .5s;
}

/* line 150, app/assets/stylesheets/components/tables.scss */
.table-a td img:hover {
  opacity: 1;
}

/* Modifications */
/* line 156, app/assets/stylesheets/components/tables.scss */
.table-a.table--flat {
  box-shadow: none;
  margin: 0;
}

/* line 161, app/assets/stylesheets/components/tables.scss */
.table-a th {
  font-weight: 400;
  text-transform: initial;
  border-bottom: none;
  border-right: 1px solid #f1f1f1;
}

/* line 170, app/assets/stylesheets/components/tables.scss */
.table-a.table--flat th,
.table-a.table--flat td {
  padding: 10px 15px;
}

/* line 175, app/assets/stylesheets/components/tables.scss */
.table-a.table--flat td img {
  opacity: 1;
}

/* line 179, app/assets/stylesheets/components/tables.scss */
.table-a.table--flat tr:nth-child(odd) td {
  background: transparent;
}

/* line 183, app/assets/stylesheets/components/tables.scss */
.table-a.table--flat tr:hover td {
  background: transparent;
}

/* line 187, app/assets/stylesheets/components/tables.scss */
.table-a.table--flat tbody {
  border-bottom: 1px solid #ddd;
}

/* line 191, app/assets/stylesheets/components/tables.scss */
.table-a .no-free {
  font-style: italic;
}

/* Image object fit box */
/* line 3, app/assets/stylesheets/components/images.scss */
.cover-image-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* line 11, app/assets/stylesheets/components/images.scss */
.cover-image-bg img {
  display: block;
  pointer-events: none;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

/* Single Image */
/* line 22, app/assets/stylesheets/components/images.scss */
.image-holder-center {
  position: relative;
  display: flex;
  justify-content: center;
  padding: var(--p-block-md) 0;
}

/* line 29, app/assets/stylesheets/components/images.scss */
.image-overlay {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}

/* line 37, app/assets/stylesheets/components/images.scss */
.image-overlay span {
  font-size: clamp(3.5rem, 5vw, 5.625rem);
}

/* line 41, app/assets/stylesheets/components/images.scss */
.image-overlay span:nth-child(1) {
  position: absolute;
  left: 6vw;
  top: 3vw;
}

/* line 47, app/assets/stylesheets/components/images.scss */
.image-overlay span:nth-child(2) {
  position: absolute;
  right: 6vw;
  top: 40%;
}

/* line 53, app/assets/stylesheets/components/images.scss */
.image-overlay span:nth-child(3) {
  position: absolute;
  left: 10vw;
  bottom: 3vw;
}

/* line 59, app/assets/stylesheets/components/images.scss */
.image-normal {
  position: relative;
  display: inline-flex;
  width: 100%;
  overflow: hidden;
}

/* line 66, app/assets/stylesheets/components/images.scss */
.image-normal picture {
  width: 100%;
  margin: 0 auto;
}

/* line 71, app/assets/stylesheets/components/images.scss */
.image-tiny {
  max-width: var(--max-tiny-width);
}

/* line 75, app/assets/stylesheets/components/images.scss */
.image-small {
  max-width: var(--max-small-width);
}

/* line 79, app/assets/stylesheets/components/images.scss */
.image-middle {
  max-width: var(--max-middle-width);
}

/* line 83, app/assets/stylesheets/components/images.scss */
.image-large {
  max-width: var(--max-large-width);
}

/* line 87, app/assets/stylesheets/components/images.scss */
.image-line-center {
  position: relative;
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1rem;
}

/* Media */
@media (min-width: 1280px) {
  /* line 98, app/assets/stylesheets/components/images.scss */
  .image-line-center {
    display: inline-flex;
    flex-wrap: nowrap;
  }
}

@media (min-width: 768px) {
  /* line 105, app/assets/stylesheets/components/images.scss */
  .image-overlay span {
    font-size: clamp(3.5rem, 10vw, 5.625rem);
  }
}

/* Panel */
/* line 3, app/assets/stylesheets/components/panels.scss */
.panel {
  border-radius: var(--r-middle);
  background-color: var(--cl-panel-bg);
}

/* Select */
/* line 3, app/assets/stylesheets/components/select.scss */
.select-box {
  display: flex;
  flex-direction: column;
  position: relative;
}

/* line 9, app/assets/stylesheets/components/select.scss */
.select-box .selected {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 75px;
  height: 32px;
  border-radius: 5px;
  border: solid 1px #dcdfe5;
  background-color: #ffffff;
  order: 0;
  overflow: hidden;
}

/* line 23, app/assets/stylesheets/components/select.scss */
.select-box .selected-active {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.57;
  color: var(--cl-text);
}

/* line 30, app/assets/stylesheets/components/select.scss */
.select-box .options-container {
  max-height: 0;
  min-width: 250px;
  max-width: 300px;
  opacity: 0;
  transition: all 0.4s;
  overflow: hidden;
  border-radius: 5px;
  border: solid 1px #dcdfe5;
  background-color: #ffffff;
  order: 1;
  position: absolute;
  top: 38px;
  left: auto;
  right: -50%;
}

/* line 47, app/assets/stylesheets/components/select.scss */
.select-box label span:nth-child(2) {
  white-space: nowrap;
}

/* line 51, app/assets/stylesheets/components/select.scss */
.selected svg {
  width: 16px;
  transition: transform .5s;
}

/* line 56, app/assets/stylesheets/components/select.scss */
.select-box .selected.opened svg {
  transform: rotate(180deg);
}

/* line 60, app/assets/stylesheets/components/select.scss */
.select-box .options-container.active {
  max-height: 240px;
  opacity: 1;
  overflow-y: scroll;
}

/* line 66, app/assets/stylesheets/components/select.scss */
.select-box .options-container.active + .selected::after {
  transform: translateY(-50%) rotateX(180deg);
}

/* line 70, app/assets/stylesheets/components/select.scss */
.select-box .options-container::-webkit-scrollbar {
  width: 8px;
  background: #0d141f;
  background: #81878f;
  background: #f1f2f3;
  border-radius: 0 5px 5px 0;
}

/* line 78, app/assets/stylesheets/components/select.scss */
.select-box .options-container::-webkit-scrollbar-thumb {
  background: #525861;
  background: #81878f;
  border-radius: 0 5px 5px 0;
}

/* line 84, app/assets/stylesheets/components/select.scss */
.select-box .option {
  padding: 10px 15px;
  cursor: pointer;
}

/* line 89, app/assets/stylesheets/components/select.scss */
.select-box .selected {
  padding: 10px 7px 10px 10px;
  cursor: pointer;
}

/* line 94, app/assets/stylesheets/components/select.scss */
.select-box .option:hover {
  background: #dcdfe5;
}

/* line 98, app/assets/stylesheets/components/select.scss */
.select-box label {
  cursor: pointer;
}

/* line 102, app/assets/stylesheets/components/select.scss */
.select-box .option label {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.57;
  color: var(--cl-text);
}

/* line 112, app/assets/stylesheets/components/select.scss */
.select-box .option.current label {
  font-weight: 600;
}

/* line 116, app/assets/stylesheets/components/select.scss */
.select-box .option .radio {
  display: none;
}

/* Media */
@media (min-width: 480px) {
  /* line 123, app/assets/stylesheets/components/select.scss */
  .select-box .options-container {
    left: 0;
    right: auto;
  }
  /* line 127, app/assets/stylesheets/components/select.scss */
  .select-box .selected {
    width: 80px;
    height: 36px;
  }
}

/* line 1, app/assets/stylesheets/components/custom-select.scss */
.custom-select {
  position: relative;
  width: 100%;
  font-family: system-ui, -apple-system, sans-serif;
}

/* line 7, app/assets/stylesheets/components/custom-select.scss */
.custom-select__input {
  width: 100%;
  padding: 8px 12px;
  border: 1px solid #ddd;
  border-radius: 4px;
  font-size: 14px;
  line-height: 1.5;
  transition: border-color 0.2s ease;
}

/* line 17, app/assets/stylesheets/components/custom-select.scss */
.custom-select__input:focus {
  outline: none;
  border-color: #4a90e2;
  box-shadow: 0 0 0 2px rgba(74, 144, 226, 0.2);
}

/* line 23, app/assets/stylesheets/components/custom-select.scss */
.custom-select__results {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  max-height: 250px;
  overflow-y: auto;
  background: white;
  border: 1px solid #ddd;
  border-radius: 4px;
  margin-top: 4px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  z-index: 1000;
}

/* line 38, app/assets/stylesheets/components/custom-select.scss */
.custom-select__result-item {
  padding: 8px 12px;
  cursor: pointer;
}

/* line 43, app/assets/stylesheets/components/custom-select.scss */
.custom-select__item-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: .8rem;
}

/* line 50, app/assets/stylesheets/components/custom-select.scss */
.custom-select__result-item:hover,
.custom-select__result-item.highlighted {
  background-color: #f5f8ff;
}

/* line 55, app/assets/stylesheets/components/custom-select.scss */
.custom-select__item-name {
  font-weight: 500;
}

/* line 59, app/assets/stylesheets/components/custom-select.scss */
.custom-select__item-symbol {
  color: #666;
  font-size: 0.9em;
}

/* line 64, app/assets/stylesheets/components/custom-select.scss */
.custom-select__selected {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 8px 12px;
  background-color: #fff;
  border: 1px solid #dedede;
  border-radius: 4px;
}

/* line 74, app/assets/stylesheets/components/custom-select.scss */
.custom-select__clear-btn {
  background: none;
  border: none;
  color: #666;
  font-size: 18px;
  cursor: pointer;
  padding: 0 4px;
}

/* line 83, app/assets/stylesheets/components/custom-select.scss */
.custom-select__clear-btn:hover {
  color: #333;
}

/* line 87, app/assets/stylesheets/components/custom-select.scss */
.custom-select__loader {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}

/* line 94, app/assets/stylesheets/components/custom-select.scss */
.custom-select__spinner {
  width: 20px;
  height: 20px;
  border: 2px solid #f3f3f3;
  border-top: 2px solid #3498db;
  border-radius: 50%;
  animation: spin 1s linear infinite;
}

/* line 103, app/assets/stylesheets/components/custom-select.scss */
.custom-select__error,
.custom-select__no-results {
  padding: 12px;
  color: #666;
  text-align: center;
}

/* line 110, app/assets/stylesheets/components/custom-select.scss */
.custom-select__error {
  color: #e74c3c;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/* Scrollable Menu */
/* line 3, app/assets/stylesheets/components/scroll-menu.scss */
.scroll-menu {
  position: relative;
  display: flex;
}

/* line 8, app/assets/stylesheets/components/scroll-menu.scss */
.scroll-menu__navigation {
  position: relative;
  display: flex;
  gap: 1rem;
  overflow-x: scroll;
  -ms-overflow-style: none;
}

/* line 16, app/assets/stylesheets/components/scroll-menu.scss */
.scroll-menu__navigation::-webkit-scrollbar {
  display: none;
}

/* line 20, app/assets/stylesheets/components/scroll-menu.scss */
.scroll-menu__item {
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.5rem clamp(2rem, 4vw, 2.5rem);
  height: 61px;
  font-size: var(--fs-text-base);
  font-weight: 300;
  color: var(--cl-text);
  background-color: var(--cl-text-inverse);
  border-radius: 50px;
  border: 1px solid transparent;
  white-space: nowrap;
  text-decoration: none;
  transition: background-color .5s;
}

/* line 38, app/assets/stylesheets/components/scroll-menu.scss */
.scroll-menu__item.active,
.scroll-menu__item:hover {
  color: var(--cl-btn);
  background-color: var(--cl-btn-bg);
}

/* line 45, app/assets/stylesheets/components/scroll-menu.scss */
.scroll-menu__button-holder {
  pointer-events: none;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 0;
  width: 52px;
  height: 100%;
  padding: 0;
  border-radius: 50px;
  background-color: var(--cl-bg-transparent-white);
  opacity: 0;
  z-index: 2;
  transition: opacity .5s;
}

/* line 62, app/assets/stylesheets/components/scroll-menu.scss */
.scroll-menu__arrow {
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  color: var(--cl-text);
  background-color: #fff;
  border: none;
  border-radius: 50px;
  text-align: center;
  text-decoration: none;
}

/* line 77, app/assets/stylesheets/components/scroll-menu.scss */
.scroll-menu--left {
  left: 0;
}

/* line 81, app/assets/stylesheets/components/scroll-menu.scss */
.scroll-menu--left img {
  transform: rotate(180deg);
}

/* line 85, app/assets/stylesheets/components/scroll-menu.scss */
.scroll-menu--right {
  right: 0;
}

/* line 89, app/assets/stylesheets/components/scroll-menu.scss */
.scroll-menu--visible {
  pointer-events: initial;
  opacity: 1;
}

/* Scroll Down */
/* line 3, app/assets/stylesheets/components/scroll-down.scss */
.scroll-down {
  position: absolute;
  bottom: 1rem;
  left: 50%;
  transform: translate(-50%, 0);
}

/* line 10, app/assets/stylesheets/components/scroll-down.scss */
.scroll-down__label {
  position: relative;
  display: block;
  margin-top: 10px;
  color: var(--cl-text-inverse);
  font-weight: 300;
  font-size: var(--fs-text-small);
}

/* line 19, app/assets/stylesheets/components/scroll-down.scss */
.scroll-down__mouse {
  margin: 0 auto;
  display: block;
  border-radius: 50px;
  border: 1px solid #fff;
  height: 70px;
  width: 30px;
  position: relative;
}

/* line 29, app/assets/stylesheets/components/scroll-down.scss */
.scroll-down__move {
  position: absolute;
  background-color: #fff;
  height: 7px;
  width: 7px;
  border-radius: 50%;
  left: 50%;
  transform: translateX(-50%);
  animation: move 2s linear infinite;
}

@keyframes move {
  0% {
    transform: translate(-50%, 10px);
    opacity: 0;
  }
  50% {
    transform: translate(-50%, 30px);
    opacity: 1;
  }
  100% {
    transform: translate(-50%, 50px);
    opacity: 0;
  }
}

/* Custom Scroll Bar */
/* line 3, app/assets/stylesheets/components/scroll-bar.scss */
.custom-scrollbar {
  position: absolute;
  bottom: 20px;
  height: 20px;
  width: 100%;
  background: #fbfbfb;
  margin-top: 10px;
  border-radius: 10px;
  cursor: pointer;
}

/* line 14, app/assets/stylesheets/components/scroll-bar.scss */
.scrollbar-thumb {
  position: absolute;
  height: 100%;
  background: #999;
  border-radius: 10px;
  min-width: 50px;
  cursor: grab;
}

/* line 23, app/assets/stylesheets/components/scroll-bar.scss */
.scrollbar-thumb:active {
  cursor: grabbing;
  background: #666;
}

/* Media */
@media (min-width: 1000px) {
  /* line 31, app/assets/stylesheets/components/scroll-bar.scss */
  .custom-scrollbar {
    display: none;
  }
}

/* Cart Box */
/* line 3, app/assets/stylesheets/components/cart.scss */
.shop-cart-box {
  cursor: default;
  position: fixed;
  display: flex;
  flex-direction: column;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  padding: 4rem 1rem 1rem;
  max-height: 100%;
  min-width: 300px;
  border: 1px solid #afafaf;
  border-radius: var(--r-small);
  background-color: var(--cl-bg-dialog);
  overflow-y: auto;
  z-index: var(--z-popup);
}

/* line 22, app/assets/stylesheets/components/cart.scss */
.shop-cart__close {
  position: absolute;
  right: 1rem;
  top: 1rem;
  border: none;
  background-color: transparent;
}

/* line 30, app/assets/stylesheets/components/cart.scss */
.shop-cart__header h3 {
  font-size: var(--fs-text-middle);
  margin: 0 0 1.5rem;
  text-align: center;
}

/* line 36, app/assets/stylesheets/components/cart.scss */
.shop-cart__empty {
  font-size: var(--fs-text-normal);
}

/* line 40, app/assets/stylesheets/components/cart.scss */
.shop-cart-box .table-a th:nth-child(4) {
  text-align: right;
}

/* Table fixes for mobile */
/* line 46, app/assets/stylesheets/components/cart.scss */
.shop-cart-box .table-a thead {
  display: none;
}

/* line 50, app/assets/stylesheets/components/cart.scss */
.shop-cart-box .table-a tbody tr {
  position: relative;
  display: flex;
  flex-wrap: wrap;
}

/* line 56, app/assets/stylesheets/components/cart.scss */
.shop-cart-box .table-a tr {
  border-bottom: none;
}

/* line 60, app/assets/stylesheets/components/cart.scss */
.shop-cart-box .table-a tr:first-child {
  border-top: 1px solid #ddd;
}

/* line 64, app/assets/stylesheets/components/cart.scss */
.shop-cart-box .table-a tbody td:nth-child(1) {
  width: 80px;
  padding: 10px 0;
}

/* line 69, app/assets/stylesheets/components/cart.scss */
.shop-cart-box .table-a tbody td:nth-child(2) {
  width: calc(100% - 100px);
  display: flex;
}

/* line 74, app/assets/stylesheets/components/cart.scss */
.shop-cart-box .table-a tbody td:nth-child(3) {
  width: 100%;
}

/* line 79, app/assets/stylesheets/components/cart.scss */
.shop-cart-box .table-a tbody td:nth-child(4) {
  display: flex;
  justify-content: center;
  width: 100%;
  padding-top: 1rem;
  padding-bottom: 2rem;
}

/* line 87, app/assets/stylesheets/components/cart.scss */
.shop-cart-box .table-a tbody td:nth-child(5) {
  position: absolute;
  background-color: transparent;
  right: 0;
  top: 15px;
  padding: 0;
}

/* Cart */
/* line 97, app/assets/stylesheets/components/cart.scss */
.shop-cart__container {
  position: relative;
}

/* line 101, app/assets/stylesheets/components/cart.scss */
.shop-cart__content {
  position: relative;
  opacity: 1;
  transition: opacity .5s;
}

/* line 107, app/assets/stylesheets/components/cart.scss */
.is--updating .shop-cart__content {
  opacity: .3;
}

/* line 111, app/assets/stylesheets/components/cart.scss */
.shop-cart__loader {
  pointer-events: none;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  padding-bottom: 50px;
  opacity: 0;
  background-color: #fff;
  z-index: 2;
  transition: opacity .5s;
}

/* line 128, app/assets/stylesheets/components/cart.scss */
.is--updating .shop-cart__loader {
  pointer-events: all;
  opacity: .8;
}

/* line 133, app/assets/stylesheets/components/cart.scss */
.shop-cart__list-wrapper {
  max-width: 100%;
  overflow-x: auto;
}

/* line 138, app/assets/stylesheets/components/cart.scss */
.shop-cart__description {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: .5rem;
  max-width: 180px;
}

/* line 146, app/assets/stylesheets/components/cart.scss */
.shop-cart__image {
  display: flex;
  align-items: center;
  min-width: 70px;
  min-height: 70px;
}

/* line 153, app/assets/stylesheets/components/cart.scss */
.shop-cart__title {
  white-space: nowrap;
  font-size: var(--fs-text-base);
  font-weight: 600;
  line-height: 1;
  text-overflow: ellipsis;
  overflow: hidden;
}

/* line 162, app/assets/stylesheets/components/cart.scss */
.shop-cart__price {
  color: #777;
  font-size: var(--fs-text-regular);
  font-weight: 400;
  line-height: 1;
}

/* line 169, app/assets/stylesheets/components/cart.scss */
.shop-cart__actions {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: .5rem;
}

/* line 176, app/assets/stylesheets/components/cart.scss */
.shop-cart__remove {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 34px;
  height: 34px;
  background-color: #f5f5f5;
  border: 1px solid #d7d7d7;
  border-radius: 50px;
  transition: background-color .5s;
}

/* line 188, app/assets/stylesheets/components/cart.scss */
.shop-cart__remove svg path {
  stroke: #B00100;
}

/* line 192, app/assets/stylesheets/components/cart.scss */
.shop-cart__remove:hover {
  background-color: var(--cl-nav-bg);
}

/* line 196, app/assets/stylesheets/components/cart.scss */
.shop-cart__sum {
  font-size: 1.5rem;
  font-weight: 400;
  text-align: right;
}

/* line 202, app/assets/stylesheets/components/cart.scss */
.shop-cart__total,
.shop-cart__subtotal,
.shop-cart__tax,
.shop-cart__duty {
  font-size: var(--fs-text-base);
  text-align: center;
}

/* line 210, app/assets/stylesheets/components/cart.scss */
.shop-cart__order {
  display: flex;
  justify-content: center;
  padding-top: 1rem;
}

/* line 216, app/assets/stylesheets/components/cart.scss */
.shop-cart__order-text {
  font-size: var(--fs-text-regular);
}

/* line 220, app/assets/stylesheets/components/cart.scss */
.shop-cart__order-text a {
  color: var(--cl-link);
  text-decoration: underline;
}

/* Media */
@media (min-width: 640px) {
  /* line 228, app/assets/stylesheets/components/cart.scss */
  .shop-cart-box {
    padding: 2rem;
  }
  /* line 231, app/assets/stylesheets/components/cart.scss */
  .shop-cart-box .table-a tr:first-child {
    border-top: none;
  }
  /* line 234, app/assets/stylesheets/components/cart.scss */
  .shop-cart-box .table-a thead {
    display: table-header-group;
  }
  /* line 237, app/assets/stylesheets/components/cart.scss */
  .shop-cart-box .table-a tbody tr {
    display: table-row;
  }
  /* line 240, app/assets/stylesheets/components/cart.scss */
  .shop-cart__sum {
    font-size: 1.25rem;
  }
  /* line 243, app/assets/stylesheets/components/cart.scss */
  .shop-cart-box .table-a tbody td:nth-child(1) {
    width: auto;
    padding: 15px 15px 15px 0;
  }
  /* line 247, app/assets/stylesheets/components/cart.scss */
  .shop-cart-box .table-a tbody td:nth-child(2) {
    display: table-cell;
    width: auto;
    padding: 15px 0;
  }
  /* line 252, app/assets/stylesheets/components/cart.scss */
  .shop-cart-box .table-a tbody td:nth-child(4) {
    display: table-cell;
    width: auto;
    padding: 15px;
  }
  /* line 257, app/assets/stylesheets/components/cart.scss */
  .shop-cart-box .table-a tbody td:nth-child(5) {
    position: static;
    right: auto;
    top: auto;
    padding: 15px 0;
  }
  /* line 263, app/assets/stylesheets/components/cart.scss */
  .shop-cart__header h3 {
    text-align: left;
  }
  /* line 266, app/assets/stylesheets/components/cart.scss */
  .shop-cart__total,
.shop-cart__subtotal,
.shop-cart__tax,
.shop-cart__duty {
    font-size: 1.125rem;
    text-align: right;
  }
  /* line 273, app/assets/stylesheets/components/cart.scss */
  .shop-cart__order {
    justify-content: right;
  }
}

@media (min-width: 768px) {
  /* line 279, app/assets/stylesheets/components/cart.scss */
  .shop-cart-box {
    position: absolute;
    top: 3rem;
    right: -3rem;
    padding: 2rem;
    max-height: 90vh;
    left: inherit;
    bottom: inherit;
  }
  /* line 288, app/assets/stylesheets/components/cart.scss */
  .shop-cart-box .table-a tbody td:nth-child(1) {
    padding: 15px;
  }
  /* line 291, app/assets/stylesheets/components/cart.scss */
  .shop-cart-box .table-a tbody td:nth-child(2) {
    padding: 15px;
  }
  /* line 294, app/assets/stylesheets/components/cart.scss */
  .shop-cart-box .table-a tbody td:nth-child(5) {
    padding: 15px;
  }
}

@media (min-width: 1024px) {
  /* line 300, app/assets/stylesheets/components/cart.scss */
  .shop-cart-box {
    right: 0;
  }
}

/* Cart QTY */
/* line 3, app/assets/stylesheets/components/cart-qty.scss */
.cart-qty {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: .3rem;
  max-width: 150px;
  margin: 0 auto;
}

/* line 12, app/assets/stylesheets/components/cart-qty.scss */
.cart-qty button {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #d7d7d7;
  border-radius: 50px;
  width: 34px;
  min-width: 34px;
  height: 34px;
  background-color: #f5f5f5;
  transition: background-color .5s;
}

/* line 25, app/assets/stylesheets/components/cart-qty.scss */
.cart-qty button:disabled {
  opacity: .5;
}

/* line 29, app/assets/stylesheets/components/cart-qty.scss */
.cart-qty--lg button {
  width: 42px;
  min-width: 42px;
  height: 42px;
}

/* line 35, app/assets/stylesheets/components/cart-qty.scss */
.cart-qty--lg button {
  width: 42px;
  min-width: 42px;
  height: 42px;
}

/* line 41, app/assets/stylesheets/components/cart-qty.scss */
.cart-qty--hg button {
  width: 54px;
  min-width: 54px;
  height: 54px;
}

/* line 47, app/assets/stylesheets/components/cart-qty.scss */
.cart-qty button:hover {
  background-color: var(--cl-nav-bg);
}

/* line 51, app/assets/stylesheets/components/cart-qty.scss */
.cart-qty__input {
  max-width: 50px;
  border: none;
  border-bottom: 1px dashed #9d9d9d;
  background-color: transparent;
  text-align: center;
}

/* line 59, app/assets/stylesheets/components/cart-qty.scss */
.cart-qty.cart-qty--lg {
  max-width: 180px;
}

/* line 63, app/assets/stylesheets/components/cart-qty.scss */
.cart-qty.cart-qty--hg {
  max-width: 220px;
}

/* line 67, app/assets/stylesheets/components/cart-qty.scss */
.cart-qty--lg .cart-qty__input {
  max-width: 60px;
  font-size: var(--fs-text-normal);
}

/* line 72, app/assets/stylesheets/components/cart-qty.scss */
.cart-qty--hg .cart-qty__input {
  max-width: 60px;
  font-size: var(--fs-text-normal-plus);
}

/* line 1, app/assets/stylesheets/components/maps.scss */
#gmp-map {
  width: 100%;
}

/* Flash Messages */
/* line 3, app/assets/stylesheets/components/messages.scss */
.flash-message {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 90px;
  margin: 0 auto;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.7) 50%, rgba(255, 255, 255, 0) 100%);
  overflow: hidden;
  margin-bottom: 1rem;
}

/* line 16, app/assets/stylesheets/components/messages.scss */
.auth-form .flash-message {
  justify-content: flex-start;
  margin-bottom: .5rem;
}

/* line 21, app/assets/stylesheets/components/messages.scss */
.flash-message__icon {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  min-width: 50px;
  height: 50px;
  border-radius: 50px;
  background-color: var(--cl-success);
}

/* line 33, app/assets/stylesheets/components/messages.scss */
.auth-form .flash-message__icon {
  display: none;
}

/* line 37, app/assets/stylesheets/components/messages.scss */
.success .flash-message__icon {
  background-color: var(--cl-success);
}

/* line 41, app/assets/stylesheets/components/messages.scss */
.info .flash-message__icon {
  background-color: var(--cl-info);
}

/* line 45, app/assets/stylesheets/components/messages.scss */
.info .flash-message__icon img {
  width: 58px;
  height: 58px;
}

/* line 50, app/assets/stylesheets/components/messages.scss */
.warning .flash-message__icon {
  background-color: var(--cl-warning);
}

/* line 54, app/assets/stylesheets/components/messages.scss */
.warning .flash-message__icon img {
  width: 54px;
  height: 54px;
}

/* line 59, app/assets/stylesheets/components/messages.scss */
.error .flash-message__icon {
  background-color: var(--cl-error);
}

/* line 63, app/assets/stylesheets/components/messages.scss */
.flash-message__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  padding: 15px 25px;
  text-align: left;
  color: var(--cl-text);
}

/* line 73, app/assets/stylesheets/components/messages.scss */
.auth-form .flash-message__content {
  padding: 15px 0;
  justify-content: flex-start;
}

/* line 78, app/assets/stylesheets/components/messages.scss */
.flash-message__title {
  font-size: var(--fs-text-base);
  font-weight: 500;
  margin-bottom: .5rem;
}

/* line 84, app/assets/stylesheets/components/messages.scss */
.flash-message__text {
  font-size: var(--fs-text-pre);
  font-weight: 300;
}

/* line 89, app/assets/stylesheets/components/messages.scss */
.flash-message__text ul {
  list-style: inherit;
  padding-left: 20px;
}

/* line 94, app/assets/stylesheets/components/messages.scss */
.warning .flash-message__text,
.error .flash-message__text {
  color: var(--cl-error);
}

/* Info Messages */
/* line 3, app/assets/stylesheets/components/info.scss */
.info-message {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 90px;
  margin: 0 auto 1rem;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.7) 50%, rgba(255, 255, 255, 0) 100%);
  overflow: hidden;
}

/* line 15, app/assets/stylesheets/components/info.scss */
.info-message.is--left {
  justify-content: flex-start;
  align-items: flex-start;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, white 5%, rgba(255, 255, 255, 0.7) 30%, rgba(255, 255, 255, 0) 60%);
}

/* line 21, app/assets/stylesheets/components/info.scss */
.info-message__icon {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  min-width: 50px;
  height: 50px;
  border-radius: 50px;
  background-color: var(--cl-success);
}

/* line 33, app/assets/stylesheets/components/info.scss */
.is--left .info-message__icon {
  margin-top: 1rem;
  margin-left: 1rem;
  width: 32px;
  min-width: 32px;
  height: 32px;
}

/* line 41, app/assets/stylesheets/components/info.scss */
.success .info-message__icon {
  background-color: var(--cl-success);
}

/* line 45, app/assets/stylesheets/components/info.scss */
.info .info-message__icon {
  background-color: var(--cl-info);
}

/* line 49, app/assets/stylesheets/components/info.scss */
.info .info-message__icon img {
  width: 58px;
  height: 58px;
}

/* line 54, app/assets/stylesheets/components/info.scss */
.warning .info-message__icon {
  background-color: var(--cl-warning);
}

/* line 58, app/assets/stylesheets/components/info.scss */
.warning .info-message__icon img {
  width: 54px;
  height: 54px;
}

/* line 63, app/assets/stylesheets/components/info.scss */
.error .info-message__icon {
  background-color: var(--cl-error);
}

/* line 67, app/assets/stylesheets/components/info.scss */
.info-message__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  padding: 15px 25px;
  text-align: left;
  color: var(--cl-text);
}

/* line 77, app/assets/stylesheets/components/info.scss */
.is--left .info-message__content {
  padding: 20px 15px;
}

/* line 81, app/assets/stylesheets/components/info.scss */
.info-message__title {
  font-size: var(--fs-text-base);
  font-weight: 500;
  margin-bottom: .5rem;
}

/* line 87, app/assets/stylesheets/components/info.scss */
.info-message__text {
  font-size: var(--fs-text-pre);
  font-weight: 300;
}

/* line 92, app/assets/stylesheets/components/info.scss */
.info-message__text ul {
  list-style: inherit;
  padding-left: 20px;
}

/* line 97, app/assets/stylesheets/components/info.scss */
.warning .info-message__text,
.error .info-message__text {
  color: var(--cl-error);
}

/* line 102, app/assets/stylesheets/components/info.scss */
.info-message__dismiss {
  display: block;
  margin-top: .5rem;
  border: none;
  border-bottom: 1px dashed #777;
  background-color: transparent;
}

/* Subscribe */
/* line 3, app/assets/stylesheets/components/subscribe.scss */
.subscribe-box {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 90px;
  margin: .5rem auto;
  overflow: hidden;
}

/* line 15, app/assets/stylesheets/components/subscribe.scss */
.subscribe-box__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 1.5rem;
  padding: 0;
  text-align: center;
}

/* line 26, app/assets/stylesheets/components/subscribe.scss */
.subscribe-box__text {
  font-size: var(--fs-text-base);
  color: var(--cl-error);
}

/* Subscriptions table */
/* line 33, app/assets/stylesheets/components/subscribe.scss */
.subscription-billing__date {
  white-space: nowrap;
  font-size: .8rem;
}

/* line 38, app/assets/stylesheets/components/subscribe.scss */
.subscription-payment,
.subscription-payment__inner {
  position: relative;
}

/* line 43, app/assets/stylesheets/components/subscribe.scss */
.subscription-payment__inner {
  display: flex;
  align-items: center;
  gap: .25rem;
}

/* line 49, app/assets/stylesheets/components/subscribe.scss */
.subscription-payment .icon-svg-info {
  cursor: pointer;
}

/* line 53, app/assets/stylesheets/components/subscribe.scss */
.payment--popup {
  position: absolute;
  display: none;
  right: 25px;
  top: -25px;
  padding: .75rem 1.25rem;
  min-width: 220px;
  max-width: 400px;
  font-size: var(--fs-text-small);
  line-height: 1.4;
  background-color: #eee;
  border: 1px solid #afafaf;
  color: var(--cl-text-soft);
  border-radius: 6px;
  z-index: 1;
}

/* line 70, app/assets/stylesheets/components/subscribe.scss */
.subscription-payment .icon-svg-info:hover + .payment--popup {
  display: block;
}

/* line 74, app/assets/stylesheets/components/subscribe.scss */
.payment-list {
  padding-top: .5rem;
  display: flex;
  justify-content: center;
  gap: 1rem;
}

/* line 81, app/assets/stylesheets/components/subscribe.scss */
.payment--popup strong {
  font-size: .75rem;
}

/* line 85, app/assets/stylesheets/components/subscribe.scss */
.payment--popup span {
  white-space: nowrap;
  display: inline-block;
  font-size: .75rem;
}

/* line 91, app/assets/stylesheets/components/subscribe.scss */
.subscription-action a:hover {
  color: #0a83cd;
}

/* Statuses */
/* line 97, app/assets/stylesheets/components/subscribe.scss */
.subscription-status span {
  display: inline-flex;
  font-size: var(--fs-text-tiny);
  color: #333;
  background-color: #e9e9e9;
  padding: .25rem .75rem;
  border-radius: 4px;
}

/* line 106, app/assets/stylesheets/components/subscribe.scss */
.subscription-status.premium--status span {
  color: var(--cl-success);
}

/* line 110, app/assets/stylesheets/components/subscribe.scss */
.subscription-status.incomplete--status span,
.subscription-status.unpaid--status span,
.subscription-status.past_due--status span {
  color: var(--cl-error);
}

/* Dialog Box */
/* line 3, app/assets/stylesheets/components/dialog.scss */
#dialog-holder {
  position: relative;
  z-index: var(--z-modal);
}

/* line 8, app/assets/stylesheets/components/dialog.scss */
.dialog-box {
  padding: 0;
  min-width: 240px;
  width: calc(100% - 30px);
  border-radius: 1rem;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  opacity: 0;
  margin-left: 1rem;
  margin-right: 1rem;
  transform: translateY(-100px);
  transition: opacity 0.5s ease, transform 0.5s ease;
}

/* line 22, app/assets/stylesheets/components/dialog.scss */
.dialog-box.dialog-content {
  border-radius: 6px;
}

/* line 26, app/assets/stylesheets/components/dialog.scss */
.dialog-box.open {
  opacity: 1;
  transform: translateY(0);
}

/* line 31, app/assets/stylesheets/components/dialog.scss */
.dialog-box::backdrop {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  transition: opacity 0.3s ease;
}

/* line 42, app/assets/stylesheets/components/dialog.scss */
.dialog-box.open::backdrop {
  opacity: 1;
}

/* Content */
/* line 48, app/assets/stylesheets/components/dialog.scss */
.modal-content {
  position: relative;
}

/* line 52, app/assets/stylesheets/components/dialog.scss */
.modal-close {
  position: absolute;
  width: 26px;
  height: 26px;
  top: 1rem;
  right: 1rem;
}

/* line 60, app/assets/stylesheets/components/dialog.scss */
.modal-icon-holder {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 2.2rem 0 1.5rem;
}

/* line 68, app/assets/stylesheets/components/dialog.scss */
.modal-icon {
  width: 70px;
  height: 70px;
  border-radius: 100px;
  background-size: 90%;
  background-position: center center;
  background-repeat: no-repeat;
}

/* line 77, app/assets/stylesheets/components/dialog.scss */
.modal-icon.info,
.modal-icon.notice,
.modal-icon.notify {
  background-image: url(/assets/icons/icon-color-info-2064256033fc6e9b28f38b9c83a1282a54a2789399298cbd725df7860b79e302.svg);
}

/* line 83, app/assets/stylesheets/components/dialog.scss */
.modal-icon.success {
  background-image: url(/assets/icons/icon-color-success-86a092901ea5dcf04a38139a718d4bebf2bdcb2fa3a412eee50674ea0c3cf81e.svg);
}

/* line 87, app/assets/stylesheets/components/dialog.scss */
.modal-icon.warning {
  background-image: url(/assets/icons/icon-color-warning-ac0133016f407ebd82dddfb8178910e05dcfd48df3ba0cd9b1e46ed36ac78b06.svg);
}

/* line 91, app/assets/stylesheets/components/dialog.scss */
.modal-icon.error,
.modal-icon.alert {
  background-image: url(/assets/icons/icon-color-error-dd0af323595e89dfe3d61e496534d45ff7e7d2fb02c3b0d5e7c04c73fb4e3221.svg);
}

/* line 96, app/assets/stylesheets/components/dialog.scss */
.modal-header {
  padding: 2rem 1.5rem 0;
  text-align: center;
}

/* line 101, app/assets/stylesheets/components/dialog.scss */
.dialog-box.has-icon .modal-header {
  padding: 0 1.5rem;
}

/* line 105, app/assets/stylesheets/components/dialog.scss */
.modal-header h2 {
  font-size: var(--fs-text-middle);
  font-weight: 300;
  max-width: 270px;
  margin: 0 auto 1rem;
}

/* line 112, app/assets/stylesheets/components/dialog.scss */
.dialog-box.has-icon .modal-header h2 {
  margin: 0 auto;
}

/* line 116, app/assets/stylesheets/components/dialog.scss */
.modal-text {
  font-size: var(--fs-text-base);
}

/* line 120, app/assets/stylesheets/components/dialog.scss */
.modal-text.modal-text-error {
  color: var(--cl-error);
}

/* line 124, app/assets/stylesheets/components/dialog.scss */
.modal-main {
  padding: 2rem 1.5rem 2.5rem;
  text-align: center;
  line-height: 1.5;
  min-height: 100px;
}

/* line 131, app/assets/stylesheets/components/dialog.scss */
.modal-main a {
  color: var(--cl-link);
  text-decoration: underline;
}

/* line 136, app/assets/stylesheets/components/dialog.scss */
.modal-footer {
  display: flex;
  justify-content: center;
  padding: 1.7rem 1rem;
  background-color: #f5f5f5;
}

/* line 143, app/assets/stylesheets/components/dialog.scss */
.modal-actions {
  display: flex;
  gap: .75rem;
  flex-wrap: wrap;
  justify-content: center;
}

/* Connected accounts */
/* line 152, app/assets/stylesheets/components/dialog.scss */
.dialog-box.dialog-content.dialog-connected-accounts {
  max-width: 340px;
  margin-left: auto;
  margin-right: auto;
}

/* line 158, app/assets/stylesheets/components/dialog.scss */
.dialog-connected-accounts .modal-main {
  padding: 2rem 1rem 1.5rem;
}

/* Media */
@media (min-width: 480px) {
  /* line 165, app/assets/stylesheets/components/dialog.scss */
  .dialog-box {
    border-radius: 2rem;
    margin-left: auto;
    margin-right: auto;
    max-width: 450px;
  }
  /* line 171, app/assets/stylesheets/components/dialog.scss */
  .dialog-box.dialog-content {
    max-width: 550px;
  }
  /* line 174, app/assets/stylesheets/components/dialog.scss */
  .dialog-box.dialog-content.dialog-connected-accounts {
    max-width: 440px;
  }
  /* line 177, app/assets/stylesheets/components/dialog.scss */
  .dialog-connected-accounts .modal-main {
    padding: 2rem 2rem 2rem;
  }
}

@media (min-width: 640px) {
  /* line 183, app/assets/stylesheets/components/dialog.scss */
  .modal-header {
    padding-left: 3rem;
    padding-right: 3rem;
  }
  /* line 187, app/assets/stylesheets/components/dialog.scss */
  .modal-main {
    padding: 2rem 3rem 2.5rem;
  }
  /* line 190, app/assets/stylesheets/components/dialog.scss */
  .modal-footer {
    padding: 1.7rem 3rem;
  }
}

/* Flash Messages */
/* line 3, app/assets/stylesheets/components/flash.scss */
.flash-box-holder {
  pointer-events: none;
  position: fixed;
  width: 100%;
  max-width: 450px;
  padding-right: 20px;
  z-index: var(--z-modal);
}

/* line 12, app/assets/stylesheets/components/flash.scss */
.flash-box {
  pointer-events: all;
  position: relative;
  display: flex;
  right: -100%;
  margin-bottom: 5px;
  min-height: 75px;
  border-radius: 20px;
  background-color: #ffffffd0;
  opacity: 0;
  visibility: hidden;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
  transition: all 1.5s ease;
  overflow: hidden;
}

/* line 28, app/assets/stylesheets/components/flash.scss */
.flash--top-center .flash-box {
  right: auto;
  top: -300px;
}

/* line 33, app/assets/stylesheets/components/flash.scss */
.flash-box .image {
  width: 80px;
  min-width: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--cl-text-soft);
  background-repeat: no-repeat;
  background-size: 50px 50px;
  background-position: center;
}

/* line 45, app/assets/stylesheets/components/flash.scss */
.flash-box.type-info .image,
.flash-box.type-notify .image,
.flash-box.type-notice .image {
  background-color: var(--cl-info);
  background-image: url(/assets/icons/icon-info-5a1c856af178e442340eb9c1f1b001db55bef1741e8205e63e1a0466b84ec0b8.svg);
}

/* line 52, app/assets/stylesheets/components/flash.scss */
.flash-box.type-warning .image {
  background-color: var(--cl-warning);
  background-image: url(/assets/icons/icon-warning-9d9b711678048116db26b54db8d101b20cbd711d6b3cca88524ccdbca3fb97de.svg);
}

/* line 57, app/assets/stylesheets/components/flash.scss */
.flash-box.type-error .image,
.flash-box.type-alert .image {
  background-color: var(--cl-error);
  background-image: url(/assets/icons/icon-warning-9d9b711678048116db26b54db8d101b20cbd711d6b3cca88524ccdbca3fb97de.svg);
}

/* line 63, app/assets/stylesheets/components/flash.scss */
.flash-box img {
  width: 26px;
  height: auto;
}

/* line 68, app/assets/stylesheets/components/flash.scss */
.flash-box .text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-size: var(--fs-text-pre);
  padding: 1rem 1.5rem;
  line-height: 1.4;
}

/* line 77, app/assets/stylesheets/components/flash.scss */
.flash-box.type-error .text {
  color: var(--cl-error);
}

/* line 81, app/assets/stylesheets/components/flash.scss */
.flash-box .text a {
  color: #0a83cd;
  text-decoration: underline;
}

/* line 86, app/assets/stylesheets/components/flash.scss */
.flash-box .text strong {
  font-size: var(--fs-text-small);
  font-weight: 300;
}

/* line 91, app/assets/stylesheets/components/flash.scss */
.flash-box-holder.flash--top-right {
  top: 100px;
  right: 0;
}

/* line 96, app/assets/stylesheets/components/flash.scss */
.flash-box.active {
  opacity: 1;
  visibility: visible;
  right: 0;
}

/* line 102, app/assets/stylesheets/components/flash.scss */
.flash-box-holder.flash--top-center {
  left: 50%;
  transform: translateX(-50%);
}

/* line 108, app/assets/stylesheets/components/flash.scss */
.flash--top-center .flash-box.active {
  opacity: 1;
  visibility: visible;
  top: 100px;
}

/* line 1, app/assets/stylesheets/components/video.scss */
.full-width-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  background-color: black;
  aspect-ratio: 480 / 640;
}

@media (min-width: 480px) {
  /* line 10, app/assets/stylesheets/components/video.scss */
  .full-width-video {
    aspect-ratio: 480 / 480;
    object-fit: unset;
  }
}

@media (min-width: 640px) {
  /* line 18, app/assets/stylesheets/components/video.scss */
  .full-width-video {
    aspect-ratio: 1280 / 720;
  }
}

/* Processing */
/* line 3, app/assets/stylesheets/components/processing.scss */
.image-processing {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* line 14, app/assets/stylesheets/components/processing.scss */
.image-processing span {
  display: inline-flex;
  align-items: center;
  padding: .125rem 1.5rem .125rem .5rem;
  font-size: var(--fs-text-base);
  color: var(--cl-text);
  background-color: #ffffffe0;
  border-radius: 30px;
  border: 1px solid #d5d5d5;
}

/* Tooltip */
/* line 3, app/assets/stylesheets/components/tooltip.scss */
.tooltip-box {
  pointer-events: none;
  position: absolute;
  left: 0;
  top: -3rem;
  min-width: 200px;
  max-width: 350px;
  z-index: var(--z-modal);
}

/* line 13, app/assets/stylesheets/components/tooltip.scss */
.tooltip-box__content {
  display: flex;
  align-items: center;
  gap: .5rem;
  padding: .5rem 1rem;
  border-radius: 50px;
  border: 3px solid #ffffffe8;
  font-size: var(--fs-text-tiny);
  font-weight: 300;
  line-height: 1.2;
  color: var(--cl-text-inverse);
  background-color: #000000c0;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

/* line 28, app/assets/stylesheets/components/tooltip.scss */
.tooltip-box__icon {
  display: flex;
  margin-left: -.4rem;
  justify-content: center;
  align-items: center;
  width: 31px;
  min-width: 32px;
  height: 32px;
  font-size: 0;
  border-radius: 50px;
  background-repeat: no-repeat;
  background-size: 30px;
  background-position: center center;
}

/* line 43, app/assets/stylesheets/components/tooltip.scss */
.tooltip-box__icon.tooltip-- {
  display: none;
}

/* line 47, app/assets/stylesheets/components/tooltip.scss */
.tooltip-box__icon.tooltip--success {
  background-color: var(--cl-success);
  background-image: url(/assets/icons/icon-success-934f49c1adeb1fa1f240d59dc4f08a70649f6b18c06cffa9254f306cf0ac172f.svg);
}

/* line 52, app/assets/stylesheets/components/tooltip.scss */
.tooltip-box__icon.tooltip--info {
  background-color: var(--cl-info);
  background-image: url(/assets/icons/icon-info-5a1c856af178e442340eb9c1f1b001db55bef1741e8205e63e1a0466b84ec0b8.svg);
}

/* line 57, app/assets/stylesheets/components/tooltip.scss */
.tooltip-box__icon.tooltip--warning {
  background-color: var(--cl-warning);
  background-image: url(/assets/icons/icon-warning-9d9b711678048116db26b54db8d101b20cbd711d6b3cca88524ccdbca3fb97de.svg);
}

/* line 62, app/assets/stylesheets/components/tooltip.scss */
.tooltip-box__icon.tooltip--error {
  background-color: var(--cl-error);
  background-image: url(/assets/icons/icon-error-773bbae781b5916d7c7230741ae377f316204cc93d5bc7d3e374f5b42454cfd6.svg);
}

/* line 67, app/assets/stylesheets/components/tooltip.scss */
.scroll-menu .tooltip-box {
  top: 0;
}

/* Drop Tabs menu */
/* line 3, app/assets/stylesheets/components/drop-tabs.scss */
.drop-tabs {
  display: flex;
  flex-wrap: wrap;
  position: relative;
}

/* line 9, app/assets/stylesheets/components/drop-tabs.scss */
.drop-tabs.drop-tabs-mobile {
  justify-content: space-between;
  background-color: #f9f9f7;
  border-radius: 6px;
}

/* line 15, app/assets/stylesheets/components/drop-tabs.scss */
.drop-tabs__button {
  margin-right: 10px;
}

/* line 20, app/assets/stylesheets/components/drop-tabs.scss */
.drop-tabs__button a {
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px 30px;
  height: 52px;
  border-radius: 6px;
  font-size: var(--fs-text-normal);
  font-weight: 400;
  background-color: #f9f9f7;
  transition: background-color .5s;
}

/* line 34, app/assets/stylesheets/components/drop-tabs.scss */
.drop-tabs__button.active a,
.drop-tabs__button a:hover {
  background-color: var(--cl-btn-bg-brand);
}

/* line 39, app/assets/stylesheets/components/drop-tabs.scss */
.drop-tabs__button.disabled a {
  cursor: inherit;
  opacity: var(--op-disabled);
}

/* Selected TAB */
/* line 46, app/assets/stylesheets/components/drop-tabs.scss */
.drop-tabs__selected {
  display: none;
  align-items: center;
  padding: 10px 0 10px 20px;
  font-size: var(--fs-text-larger);
}

/* line 53, app/assets/stylesheets/components/drop-tabs.scss */
.drop-tabs-mobile .drop-tabs__selected {
  display: flex;
}

/* Dropdown menu */
/* line 59, app/assets/stylesheets/components/drop-tabs.scss */
.drop-tabs__more-container {
  position: relative;
}

/* line 63, app/assets/stylesheets/components/drop-tabs.scss */
.drop-tabs__more-button {
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 52px;
  height: 52px;
  background-color: #fff;
  border-radius: 50px;
}

/* line 74, app/assets/stylesheets/components/drop-tabs.scss */
.drop-tabs-mobile .drop-tabs__more-button {
  background-color: transparent;
}

/* line 78, app/assets/stylesheets/components/drop-tabs.scss */
.drop-tabs__more-content {
  position: absolute;
  display: flex;
  flex-direction: column;
  gap: 5px;
  padding: 10px;
  top: 45px;
  right: 0;
  min-width: 250px;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 6px;
  z-index: 10;
  box-shadow: -1px 4px 37px -7px rgba(34, 60, 80, 0.24);
}

/* line 94, app/assets/stylesheets/components/drop-tabs.scss */
.drop-tabs__more-content .drop-tabs__button {
  margin-right: 0;
}

/* line 98, app/assets/stylesheets/components/drop-tabs.scss */
.drop-tabs .drop-tabs__more-content .drop-tabs__button a {
  justify-content: flex-start;
  padding: 10px 20px;
  background-color: transparent;
}

/* line 104, app/assets/stylesheets/components/drop-tabs.scss */
.drop-tabs .drop-tabs__more-content .drop-tabs__button.active a {
  background-color: #dbd9cb;
}

/* line 108, app/assets/stylesheets/components/drop-tabs.scss */
.drop-tabs__content {
  display: none;
  margin-top: 20px;
  padding: 0;
}

/* FAQ */
/* line 3, app/assets/stylesheets/components/faq.scss */
.faq-box {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin-bottom: 15px;
}

/* line 10, app/assets/stylesheets/components/faq.scss */
.faq-box:last-child {
  margin-bottom: 0;
}

/* line 14, app/assets/stylesheets/components/faq.scss */
.faq-box__question {
  cursor: pointer;
  user-select: none;
  display: grid;
  grid-template-columns: 1fr 30px;
  justify-content: space-between;
  align-items: center;
  padding: 20px 25px 20px 30px;
  background-color: #eee;
  border-radius: 50px;
}

/* line 27, app/assets/stylesheets/components/faq.scss */
.faq-box__question h3 {
  font-weight: 400;
  font-size: var(--fs-text-middle);
  color: #333;
  margin: 0;
}

/* line 34, app/assets/stylesheets/components/faq.scss */
.faq-box__answer-inner {
  padding: 20px 10px;
}

/* line 38, app/assets/stylesheets/components/faq.scss */
.faq-box__answer {
  max-height: 0;
  overflow: hidden;
  transition: all ease-in-out 0.5s;
}

/* line 44, app/assets/stylesheets/components/faq.scss */
.faq-box__answer.active {
  max-height: 1000px;
}

/* line 48, app/assets/stylesheets/components/faq.scss */
.faq-box__answer p {
  font-weight: 400;
  font-size: var(--fs-text-medium);
  line-height: 1.2;
  color: #333;
  margin-bottom: 1rem;
}

/* line 56, app/assets/stylesheets/components/faq.scss */
.faq-box__answer p:last-child {
  margin-bottom: 0;
}

/* line 60, app/assets/stylesheets/components/faq.scss */
.faq-box__icon {
  display: block;
  position: relative;
  height: 3px;
  transition: background 0.2s ease-out;
  width: 23px;
  margin-left: auto;
}

/* line 69, app/assets/stylesheets/components/faq.scss */
.faq-box__icon::before,
.faq-box__icon::after {
  background: #382B7D;
  content: '';
  position: absolute;
  height: 100%;
  transition: all ease-out 0.2s;
  width: 100%;
  border-radius: 3px;
}

/* line 80, app/assets/stylesheets/components/faq.scss */
.faq-box__icon::before {
  top: 0;
}

/* line 84, app/assets/stylesheets/components/faq.scss */
.faq-box__icon::after {
  transform: rotate(90deg);
  top: 0;
}

/* line 89, app/assets/stylesheets/components/faq.scss */
.active .faq-box__icon:after {
  transform: rotate(0deg);
}

/* line 93, app/assets/stylesheets/components/faq.scss */
.faq-box__question.active h4 {
  color: #2aa2e1;
}

/* line 97, app/assets/stylesheets/components/faq.scss */
.faq-box__question.active .faq-box__icon::after {
  transform: rotate(0deg);
}

/* Wait Screen */
/* line 3, app/assets/stylesheets/components/wait-screen.scss */
.wait-canceling-resuming {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
}

/* Loader */
/* line 3, app/assets/stylesheets/components/loaders.scss */
.checkout-loader__wrapper {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* line 10, app/assets/stylesheets/components/loaders.scss */
.checkout-loader {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 600px;
}

/* line 17, app/assets/stylesheets/components/loaders.scss */
.loading-spinner {
  display: block;
  border: 2px solid #676767;
  border-radius: 50%;
  border-top: 2px solid #d7d7d7;
  width: 24px;
  height: 24px;
  min-width: 24px;
  animation: spin 1s linear infinite;
}

/* line 28, app/assets/stylesheets/components/loaders.scss */
.message-loader {
  display: flex;
  gap: 10px;
  align-items: center;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/* Shop Banner */
/* line 3, app/assets/stylesheets/components/banners.scss */
.page-header--overlay,
.page-header--overlay-regular {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  border-bottom-left-radius: var(--corners-radius);
  border-bottom-right-radius: var(--corners-radius);
}

/* line 15, app/assets/stylesheets/components/banners.scss */
.page-header--overlay {
  background: linear-gradient(0deg, rgba(2, 0, 36, 0.9), rgba(9, 9, 121, 0) 80%);
}

/* line 19, app/assets/stylesheets/components/banners.scss */
.overlay--top .page-header--overlay,
.overlay--top .page-header--overlay-regular {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0) 70%);
}

/* line 24, app/assets/stylesheets/components/banners.scss */
.header-banner-box {
  position: relative;
  max-width: 1000px;
  width: 100%;
  color: #fff;
  margin-bottom: -10px;
}

/* line 32, app/assets/stylesheets/components/banners.scss */
.header-banner-container {
  padding: 0;
}

/* line 36, app/assets/stylesheets/components/banners.scss */
.header-banner-box h2 {
  font-size: var(--fs-heading-tiny);
  line-height: 1;
  margin-bottom: 1.5rem;
}

/* line 42, app/assets/stylesheets/components/banners.scss */
.header-banner-info {
  font-size: var(--fs-text-pre);
}

/* line 51, app/assets/stylesheets/components/banners.scss */
.page-header--content.page-header .container {
  flex-direction: column;
  row-gap: .5rem;
  padding-top: 5rem;
  align-items: flex-start;
  z-index: 1;
}

/* Media */
@media (min-width: 620px) {
  /* line 62, app/assets/stylesheets/components/banners.scss */
  .page-header.page-header--content {
    background-position: 0;
  }
}

@media (min-width: 768px) {
  /* line 68, app/assets/stylesheets/components/banners.scss */
  .page-header--content.page-header .container {
    flex-direction: row;
    align-items: flex-end;
    gap: 2rem;
    padding-top: 5rem;
    padding-bottom: 3rem;
  }
}

@media (min-width: 1024px) {
  /* line 78, app/assets/stylesheets/components/banners.scss */
  .page-header--content.page-header .container {
    gap: 9rem;
    padding-top: 8rem;
  }
  /* line 82, app/assets/stylesheets/components/banners.scss */
  .page-header--overlay {
    background: linear-gradient(0deg, rgba(2, 0, 36, 0.7), rgba(9, 9, 121, 0) 70%);
  }
  /* line 85, app/assets/stylesheets/components/banners.scss */
  .overlay--top .page-header--overlay,
.overlay--top .page-header--overlay-regular {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0) 70%);
  }
}

@media (min-width: 1280px) {
  /* line 92, app/assets/stylesheets/components/banners.scss */
  .page-header--content.page-header .container {
    gap: 11rem;
  }
  /* line 95, app/assets/stylesheets/components/banners.scss */
  .header-banner-box h2 {
    font-size: var(--fs-heading-base);
  }
  /* line 98, app/assets/stylesheets/components/banners.scss */
  .header-banner-info {
    font-size: var(--fs-text-regular);
  }
}

@media (min-width: 1600px) {
  /* line 104, app/assets/stylesheets/components/banners.scss */
  .page-header--content.page-header .container {
    padding-top: 0;
    gap: 8rem;
    padding-bottom: 4rem;
  }
}

/* Modal Survey */
/* line 3, app/assets/stylesheets/components/modal-survey.scss */
#signupFormContainer .form-content {
  padding: 2rem 3rem;
}

/* line 7, app/assets/stylesheets/components/modal-survey.scss */
#mc_embed_shell #mc_embed_signup .mc-field-group {
  width: 100%;
}

/* line 11, app/assets/stylesheets/components/modal-survey.scss */
#mc_embed_shell #mc_embed_signup form {
  margin: 0;
}

/* line 15, app/assets/stylesheets/components/modal-survey.scss */
#mc_embed_shell #mc_embed_signup div#mce-responses {
  padding: 0;
  margin: 0;
  width: 100%;
}

/* line 21, app/assets/stylesheets/components/modal-survey.scss */
#mc_embed_shell #mc_embed_signup div.response {
  font-family: var(--ff-text);
  font-weight: 400;
  padding: 0;
  width: 100%;
  text-align: center;
}

/* line 29, app/assets/stylesheets/components/modal-survey.scss */
#mc_embed_shell #mc_embed_signup .indicates-required {
  margin-right: 0;
}

/* line 33, app/assets/stylesheets/components/modal-survey.scss */
#mc_embed_shell #mc_embed_signup .mc-field-group input {
  width: 100%;
  min-height: var(--fs-form-input-height);
  padding: var(--fs-form-input-padding);
  font-size: var(--fs-form-input);
  color: var(--cl-form-input);
  background-color: var(--cl-form-input-bg);
  border: 1px solid #000;
  border-radius: var(--fs-form-input-radius);
}

/* line 44, app/assets/stylesheets/components/modal-survey.scss */
#mc_embed_shell input#mc-embedded-subscribe {
  border-radius: 50px;
}

/* line 48, app/assets/stylesheets/components/modal-survey.scss */
#mc_embed_shell #mc-embedded-subscribe {
  margin: 1rem 0 0 0;
}

/* line 52, app/assets/stylesheets/components/modal-survey.scss */
#mc_embed_shell #mc_embed_signup .clear {
  display: flex;
  justify-content: center;
}

/* Styles for the modal container */
/* line 2, app/assets/stylesheets/components/modal-images.scss */
.background-selection-modal {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1000;
  background: white;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25);
  border-radius: 8px;
  padding: 20px;
  width: 80%;
  max-width: 600px;
  max-height: 80%;
  overflow-y: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}

/* Close button styles */
/* line 23, app/assets/stylesheets/components/modal-images.scss */
.background-selection-modal button {
  background: #007bff;
  color: white;
  border: none;
  padding: 10px 20px;
  border-radius: 4px;
  cursor: pointer;
  font-size: 14px;
  transition: background-color 0.2s ease-in-out;
}

/* line 34, app/assets/stylesheets/components/modal-images.scss */
.background-selection-modal button:hover {
  background: #0056b3;
}

/* Style for each image in the modal */
/* line 39, app/assets/stylesheets/components/modal-images.scss */
.background-selection-modal img {
  max-width: 100px;
  max-height: 100px;
  object-fit: cover;
  margin: 8px;
  border: 2px solid transparent;
  border-radius: 4px;
  transition: border-color 0.2s ease-in-out, transform 0.2s ease-in-out;
  cursor: pointer;
}

/* line 50, app/assets/stylesheets/components/modal-images.scss */
.background-selection-modal img:hover {
  border-color: #007bff;
  transform: scale(1.1);
}

/* Modal overlay (background behind modal) */
/* line 56, app/assets/stylesheets/components/modal-images.scss */
.background-selection-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 999;
}

/* Add spacing and alignment to the file upload button */
/* line 67, app/assets/stylesheets/components/modal-images.scss */
.background-selection-modal .file-upload-button {
  background: #28a745;
  color: white;
  padding: 10px 20px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  font-size: 14px;
}

/* line 77, app/assets/stylesheets/components/modal-images.scss */
.background-selection-modal .file-upload-button:hover {
  background: #1e7e34;
}

/* Responsive styles */
@media (max-width: 768px) {
  /* line 83, app/assets/stylesheets/components/modal-images.scss */
  .background-selection-modal {
    width: 90%;
    max-height: 90%;
  }
  /* line 88, app/assets/stylesheets/components/modal-images.scss */
  .background-selection-modal img {
    max-width: 80px;
    max-height: 80px;
  }
}

/* Modal Pop Up */
/* line 3, app/assets/stylesheets/components/modal-general.scss */
.modal-popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 1000;
  opacity: 0;
  transition: opacity 0.3s ease;
}

/* line 18, app/assets/stylesheets/components/modal-general.scss */
.modal-popup.is-visible {
  display: flex;
  opacity: 1;
}

/* line 23, app/assets/stylesheets/components/modal-general.scss */
.modal-popup-content {
  background-color: white;
  padding: 0;
  border-radius: 8px;
  width: calc(100% - 40px);
  max-width: 600px;
  height: 80%;
  position: relative;
}

/* line 33, app/assets/stylesheets/components/modal-general.scss */
.modal-survey .modal-popup-content {
  height: 80%;
}

/* line 37, app/assets/stylesheets/components/modal-general.scss */
.modal-signup .modal-popup-content {
  height: auto;
  max-height: 80%;
}

/* line 42, app/assets/stylesheets/components/modal-general.scss */
.modal-popup-content iframe {
  border-radius: 8px;
  overflow: hidden;
  display: none;
}

/* line 48, app/assets/stylesheets/components/modal-general.scss */
.modal-popup-close {
  cursor: pointer;
  position: absolute;
  top: 20px;
  right: 35px;
  background: none;
  border: none;
  z-index: 1;
}

/* line 58, app/assets/stylesheets/components/modal-general.scss */
.modal-popup-loader {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 1.5rem;
  color: #000;
}

/* Select image */
/* line 69, app/assets/stylesheets/components/modal-general.scss */
.select--image .modal-popup-close {
  right: 20px;
}

/* line 73, app/assets/stylesheets/components/modal-general.scss */
.select--image .modal-popup-content {
  display: flex;
  flex-direction: column;
  max-width: 600px;
  max-height: 90vh;
  height: auto;
}

/* line 81, app/assets/stylesheets/components/modal-general.scss */
.modal-popup-main {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 30px;
  height: 100%;
  overflow-y: auto;
}

/* line 90, app/assets/stylesheets/components/modal-general.scss */
.modal-popup-title {
  font-size: var(--fs-text-normal);
  margin-bottom: 20px;
}

/* line 95, app/assets/stylesheets/components/modal-general.scss */
.modal-popup-images-list {
  max-height: 100%;
  overflow-y: auto;
}

/* line 100, app/assets/stylesheets/components/modal-general.scss */
.modal-popup-images {
  display: grid;
  grid-template-columns: 1fr;
  gap: 5px;
  flex-wrap: wrap;
}

/* line 107, app/assets/stylesheets/components/modal-general.scss */
.modal-popup-images img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 4px;
  transition: opacity .5s;
}

/* line 115, app/assets/stylesheets/components/modal-general.scss */
.modal-popup-images img:hover {
  opacity: .7;
}

/* line 119, app/assets/stylesheets/components/modal-general.scss */
.modal-popup-footer {
  display: flex;
  justify-content: center;
  margin-bottom: 30px;
}

/* Media */
@media (min-width: 480px) {
  /* line 128, app/assets/stylesheets/components/modal-general.scss */
  .modal-popup-images {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 640px) {
  /* line 134, app/assets/stylesheets/components/modal-general.scss */
  .modal-popup-images {
    grid-template-columns: repeat(3, 1fr);
  }
}

/* Links */
/* line 3, app/assets/stylesheets/components/links.scss */
.survey-link,
.modal-link {
  cursor: pointer;
  text-decoration: underline;
}

/* line 1, app/assets/stylesheets/components/badges.scss */
.badge-a {
  display: inline-block;
  padding: 1px 4px;
  font-size: .7rem;
  color: #000000;
  background-color: #cecece;
  border-radius: 4px;
  border: 1px solid #d2d2d2;
  width: 100%;
}

/* Connected account */
/* line 3, app/assets/stylesheets/components/connected-accounts.scss */
.dialog-wrapper {
  position: fixed;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #0008;
  z-index: var(--z-modal-wrapper);
}

/* line 16, app/assets/stylesheets/components/connected-accounts.scss */
.dialog-wrapper .dialog-box {
  position: relative;
  z-index: var(--z-modal);
}

/* line 21, app/assets/stylesheets/components/connected-accounts.scss */
.connections-list {
  display: flex;
  flex-direction: column;
  gap: .5rem;
  overflow: hidden;
  max-width: 350px;
}

/* line 29, app/assets/stylesheets/components/connected-accounts.scss */
.connections-popup .connections-list {
  width: 100%;
  max-width: none;
}

/* line 34, app/assets/stylesheets/components/connected-accounts.scss */
.connections-item {
  position: relative;
  display: flex;
  cursor: pointer;
  align-items: center;
  gap: .5rem;
  background-color: #fff;
  border-radius: 6px;
  border: 1px solid #ddd;
  padding: .75rem 2.5rem .75rem 1rem;
  height: 50px;
  transition: background-color .5s;
}

/* line 48, app/assets/stylesheets/components/connected-accounts.scss */
.connections-item.is--selected {
  cursor: auto;
  pointer-events: none;
  opacity: .5;
}

/* line 54, app/assets/stylesheets/components/connected-accounts.scss */
.connections-item__connection {
  display: flex;
  cursor: pointer;
  align-items: center;
  gap: .5rem;
}

/* line 61, app/assets/stylesheets/components/connected-accounts.scss */
.connections-item__actions {
  display: flex;
  gap: 1rem;
}

/* line 66, app/assets/stylesheets/components/connected-accounts.scss */
.connections-item__actions span:first-child {
  color: #fff;
}

/* line 70, app/assets/stylesheets/components/connected-accounts.scss */
.connections-item__actions span:last-child {
  color: #e1d221;
}

/* line 74, app/assets/stylesheets/components/connected-accounts.scss */
.connections-item__email {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* line 80, app/assets/stylesheets/components/connected-accounts.scss */
.connections-item__empty {
  width: 100%;
  font-size: var(--fs-text-base);
}

/* line 85, app/assets/stylesheets/components/connected-accounts.scss */
.connections-item__remove {
  position: relative;
}

/* line 93, app/assets/stylesheets/components/connected-accounts.scss */
.connections-item__selected {
  display: block;
  position: absolute;
  right: 4px;
  bottom: -2px;
}

/* line 100, app/assets/stylesheets/components/connected-accounts.scss */
.connections-item__selected .icon-svg {
  fill: #14a02a;
  stroke: #14a02a;
}

/* line 105, app/assets/stylesheets/components/connected-accounts.scss */
.connections-item:hover {
  background-color: #f5f5f5;
}

/* line 109, app/assets/stylesheets/components/connected-accounts.scss */
.connections-item__icon {
  font-size: 0;
  width: 30px;
  min-width: 30px;
}

/* line 115, app/assets/stylesheets/components/connected-accounts.scss */
.connections-change {
  margin-top: 1rem;
}

/* line 119, app/assets/stylesheets/components/connected-accounts.scss */
.connections-change button {
  color: #0a83cd;
  text-decoration: underline;
}

/* line 124, app/assets/stylesheets/components/connected-accounts.scss */
.connections-desc {
  display: block;
  margin-bottom: .5rem;
}

/* line 129, app/assets/stylesheets/components/connected-accounts.scss */
.connections-providers {
  display: flex;
  flex-direction: column;
  gap: .5rem;
}

/* line 135, app/assets/stylesheets/components/connected-accounts.scss */
.connections-item.provider--google {
  display: flex;
  align-items: center;
  gap: 1rem;
  background-color: #1158a4;
  color: #f5f5f5;
  text-decoration: none;
  transition: all .5s;
}

/* line 145, app/assets/stylesheets/components/connected-accounts.scss */
.connections-item.provider--microsoft {
  display: flex;
  align-items: center;
  gap: 1rem;
  background-color: #282828;
  color: #f5f5f5;
  text-decoration: none;
  transition: all .5s;
}

/* line 155, app/assets/stylesheets/components/connected-accounts.scss */
.connections-item.provider--google:hover,
.connections-item.provider--microsoft:hover {
  opacity: .9;
}

/* line 160, app/assets/stylesheets/components/connected-accounts.scss */
.connections-item-action {
  position: absolute;
  top: 9px;
  right: 7px;
}

/* line 166, app/assets/stylesheets/components/connected-accounts.scss */
.connections-item-actions {
  position: absolute;
  display: flex;
  border: none;
  justify-content: right;
  align-items: center;
  gap: 10px;
  padding: 0;
  top: 7px;
  right: 7px;
  width: 30px;
  height: 30px;
  background-color: transparent;
  border-radius: 20px;
  opacity: .7;
  transition: opacity .5s, width .2s;
  z-index: 5;
  overflow: hidden;
}

/* line 186, app/assets/stylesheets/components/connected-accounts.scss */
.connections-item-remove {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  min-width: 30px;
  height: 30px;
}

/* line 195, app/assets/stylesheets/components/connected-accounts.scss */
.connections-item-cancel {
  font-size: var(--fs-text-small);
}

/* line 199, app/assets/stylesheets/components/connected-accounts.scss */
.is--confirmation .connections-item-actions {
  padding: 0 0 0 .75rem;
  width: 85px;
}

/* line 204, app/assets/stylesheets/components/connected-accounts.scss */
.icon-svg.connections-icon-trash {
  display: none;
  fill: red;
}

/* line 209, app/assets/stylesheets/components/connected-accounts.scss */
.is--confirmation .icon-svg.connections-icon-remove {
  display: none;
}

/* line 213, app/assets/stylesheets/components/connected-accounts.scss */
.is--confirmation .icon-svg.connections-icon-trash {
  display: block;
}

/* line 217, app/assets/stylesheets/components/connected-accounts.scss */
.connections-item-actions:hover {
  opacity: 1;
}

/* Media */
@media (min-width: 480px) {
  /* line 226, app/assets/stylesheets/components/connected-accounts.scss */
  .connections-item {
    height: 50px;
  }
  /* line 229, app/assets/stylesheets/components/connected-accounts.scss */
  .connections-item__icon {
    min-width: 30px;
  }
}

/* Tile Vars */
/* line 3, app/assets/stylesheets/modules/tiles/main.scss */
:root {
  --tile-width: 960px;
  --tile-height: 540px;
  --tile-text-shadow: -2px -2px 0 #fff,2px -2px 0 #fff,-2px 2px 0 #fff,2px 2px 0 #fff;
  --tile-small-shadow: -1px -1px 0 #fff,1px -1px 0 #fff,-1px 1px 0 #fff,1px 1px 0 #fff;
  --tile-text-shadow-2: -2px -2px 0 #fff, 2px -2px 0 #fff, -2px 2px 0 #fff, 2px 2px 0 #fff;
  --tile-text-shadow-3: -3px -3px 0 #fff, 3px -3px 0 #fff, -3px 3px 0 #fff, 3px 3px 0 #fff;
  --tile-text-shadow-4: -4px -4px 0 #fff, 4px -4px 0 #fff, -4px 4px 0 #fff, 4px 4px 0 #fff;
  --tile-text-shadow-5: -5px -5px 0 #fff, 5px -5px 0 #fff, -5px 5px 0 #fff, 5px 5px 0 #fff;
  --tile-cl-text: #000;
  --tile-cl-bg: #ffffff60;
  --tile-cl-bg-compact: #ffffff60;
  --tile-cl-crosslines: #aaa;
  --tile-padding: 32px;
  --tile-padding-v: 40px;
  --tile-padding-negative: -32px;
  --tile-pie-size: 450px;
  --tile-pie-size-m: 260px;
  --tile-pie-border: #99999960;
}

/* Tile General */
/* line 26, app/assets/stylesheets/modules/tiles/main.scss */
.tile-grayscale {
  filter: grayscale(100%);
}

/* line 30, app/assets/stylesheets/modules/tiles/main.scss */
.tile-bg-gray {
  background-color: #e5e7eb;
}

/* line 34, app/assets/stylesheets/modules/tiles/main.scss */
.tile-stroke {
  text-shadow: var(--tile-text-shadow);
}

/* line 38, app/assets/stylesheets/modules/tiles/main.scss */
.tile-stroke-3 {
  text-shadow: var(--tile-text-shadow-3);
}

/* line 42, app/assets/stylesheets/modules/tiles/main.scss */
.tile-stroke-4 {
  text-shadow: var(--tile-text-shadow-4);
}

/* line 46, app/assets/stylesheets/modules/tiles/main.scss */
.tile-stroke-5 {
  text-shadow: var(--tile-text-shadow-5);
}

/* Font Sizes */
/* line 53, app/assets/stylesheets/modules/tiles/main.scss */
.fs--tiny {
  font-size: 20px;
}

/* line 57, app/assets/stylesheets/modules/tiles/main.scss */
.fs--small {
  font-size: 24px;
}

/* line 61, app/assets/stylesheets/modules/tiles/main.scss */
.fs--normal-sm {
  font-size: 32px;
}

/* line 65, app/assets/stylesheets/modules/tiles/main.scss */
.fs--normal {
  font-size: 48px;
}

/* line 69, app/assets/stylesheets/modules/tiles/main.scss */
.fs--middle-sm {
  font-size: 64px;
}

/* line 73, app/assets/stylesheets/modules/tiles/main.scss */
.fs--middle {
  font-size: 80px;
}

/* line 77, app/assets/stylesheets/modules/tiles/main.scss */
.fs--middle-lg {
  font-size: 96px;
}

/* line 81, app/assets/stylesheets/modules/tiles/main.scss */
.fs--large-sm {
  font-size: 96px;
}

/* line 85, app/assets/stylesheets/modules/tiles/main.scss */
.fs--large {
  font-size: 160px;
}

/* Tiles Layout */
/* line 3, app/assets/stylesheets/modules/tiles/layout.scss */
.tile-wrapper {
  -webkit-font-smoothing: antialiased;
  width: var(--tile-width);
  height: var(--tile-height);
  overflow: hidden;
}

/* line 10, app/assets/stylesheets/modules/tiles/layout.scss */
.tile-card__inner {
  width: var(--tile-width);
  height: var(--tile-height);
  overflow: hidden;
}

/* line 16, app/assets/stylesheets/modules/tiles/layout.scss */
.tile-min-wh {
  min-width: 358px;
  min-height: 276px;
}

/* line 21, app/assets/stylesheets/modules/tiles/layout.scss */
.tile-padding {
  padding: 8px;
}

/* Tile Card */
/* line 3, app/assets/stylesheets/modules/tiles/tile-card.scss */
.tile-card {
  display: flex;
  font-family: 'Outfit', 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  font-optical-sizing: auto;
  width: var(--tile-width);
  height: var(--tile-height);
}

/* line 11, app/assets/stylesheets/modules/tiles/tile-card.scss */
.tile-card__inner {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
}

/* line 19, app/assets/stylesheets/modules/tiles/tile-card.scss */
.tile-card__inner.pollen-current {
  justify-content: flex-start;
}

/* line 23, app/assets/stylesheets/modules/tiles/tile-card.scss */
.tile-card__padding {
  padding: var(--tile-padding);
}

/* line 27, app/assets/stylesheets/modules/tiles/tile-card.scss */
.tile-card__no-padding {
  margin-left: var(--tile-padding-negative);
  margin-right: var(--tile-padding-negative);
}

/* ------------------------------------------> HEADER */
/* line 34, app/assets/stylesheets/modules/tiles/tile-card.scss */
.tile-card__header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: 90px;
  min-height: 90px;
}

/* line 43, app/assets/stylesheets/modules/tiles/tile-card.scss */
.tile-card__header-title {
  color: var(--tile-cl-text);
  background-color: var(--tile-cl-bg);
  padding: 8px 24px;
  border-radius: 20px;
}

/* line 50, app/assets/stylesheets/modules/tiles/tile-card.scss */
.tile-card__header-title h2 {
  font-family: 'Outfit', 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  font-size: 44px;
  font-weight: 700;
  margin: 0;
  line-height: 1;
}

/* line 58, app/assets/stylesheets/modules/tiles/tile-card.scss */
.tile-card__header-unit {
  color: var(--tile-cl-text);
  font-size: 32px;
  font-weight: 500;
}

/* line 64, app/assets/stylesheets/modules/tiles/tile-card.scss */
.tile-card__header-unit span {
  font-weight: 500;
}

/* line 76, app/assets/stylesheets/modules/tiles/tile-card.scss */
.tile-card__header-status {
  position: absolute;
  top: 18px;
  right: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 32px;
  min-width: 168px;
  color: var(--tile-cl-text);
  background-color: var(--tile-cl-bg);
  padding: 16px 24px;
  border-radius: 50px;
}

/* ------------------------------------------> CONTENT */
/* line 93, app/assets/stylesheets/modules/tiles/tile-card.scss */
.tile-card__content {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  text-align: center;
  color: var(--tile-cl-text);
}

/* Specific content styles */
/* line 105, app/assets/stylesheets/modules/tiles/tile-card.scss */
.tile-card__content-current {
  font-size: 160px;
  font-weight: 700;
  line-height: 1;
  max-height: 260px;
}

/* line 112, app/assets/stylesheets/modules/tiles/tile-card.scss */
.pollen-current .tile-card__content-current {
  max-height: none;
  gap: 60px;
}

/* line 117, app/assets/stylesheets/modules/tiles/tile-card.scss */
.tile-card__content-message {
  font-size: 55px;
  font-weight: 700;
}

/* line 122, app/assets/stylesheets/modules/tiles/tile-card.scss */
.tile-card__content-font-1,
.tile-card__content-font-2,
.tile-card__content-font-3,
.tile-card__content-font-4,
.tile-card__content-font-5 {
  font-size: 304px;
}

/* line 130, app/assets/stylesheets/modules/tiles/tile-card.scss */
.tile-card__content-font-6 {
  font-size: 256px;
}

/* line 134, app/assets/stylesheets/modules/tiles/tile-card.scss */
.tile-card__content-font-7 {
  font-size: 224px;
}

/* line 138, app/assets/stylesheets/modules/tiles/tile-card.scss */
.tile-card__content-font-8 {
  font-size: 192px;
}

/* ------------------------------------------> FOOTER */
/* line 144, app/assets/stylesheets/modules/tiles/tile-card.scss */
.tile-card__footer {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  width: 100%;
  height: 55px;
  min-height: 55px;
  color: var(--tile-cl-text);
}

/* line 154, app/assets/stylesheets/modules/tiles/tile-card.scss */
.tile-card__range-chart .tile-card__footer {
  display: none;
}

/* line 158, app/assets/stylesheets/modules/tiles/tile-card.scss */
.tile-card__footer-logo {
  position: absolute;
  right: 0;
  bottom: 0;
  background-color: #222;
  padding: 14px 17px 8px 20px;
  border-top-left-radius: 30px;
}

/* ------------------------------------------------ INCLUDES -------------------------------------------- */
/* MULTIPLE VALUES */
/* line 3, app/assets/stylesheets/modules/tiles/multiple.scss */
.tile-dark .tile-card__multiple {
  --tile-cl-bg-compact: #ffffffa0;
}

/* line 7, app/assets/stylesheets/modules/tiles/multiple.scss */
.tile-medium .tile-card__multiple {
  --tile-cl-bg-compact: #ffffff60;
}

/* line 11, app/assets/stylesheets/modules/tiles/multiple.scss */
.tile-light .tile-card__multiple {
  --tile-cl-bg-compact: #ffffffa0;
}

/* line 15, app/assets/stylesheets/modules/tiles/multiple.scss */
.tile-dark.tile-bg-gray .tile-card__multiple,
.tile-medium.tile-bg-gray .tile-card__multiple,
.tile-light.tile-bg-gray .tile-card__multiple {
  --tile-cl-bg-compact: transparent;
}

/* line 21, app/assets/stylesheets/modules/tiles/multiple.scss */
.tile-card__multiple {
  gap: 0;
}

/* line 25, app/assets/stylesheets/modules/tiles/multiple.scss */
.tile-card__content-multiple {
  display: grid;
  grid-template-columns: 1fr 1fr;
  row-gap: 16px;
  column-gap: 32px;
  width: auto;
  margin: 0 auto;
  padding-bottom: 0;
  padding-top: 32px;
}

/* line 36, app/assets/stylesheets/modules/tiles/multiple.scss */
.tile-card__item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-width: 300px;
  background-color: transparent;
  border-radius: 0;
}

/* line 46, app/assets/stylesheets/modules/tiles/multiple.scss */
.pollen-data .tile-card__item {
  min-height: 190px;
  justify-content: flex-start;
}

/* line 51, app/assets/stylesheets/modules/tiles/multiple.scss */
.tile-card__item-title {
  font-size: 29px;
  font-weight: 400;
  line-height: 1;
  margin-bottom: 4px;
}

/* line 58, app/assets/stylesheets/modules/tiles/multiple.scss */
.tile-card__item-title span {
  font-weight: 600;
}

/* line 62, app/assets/stylesheets/modules/tiles/multiple.scss */
.tile-card__value {
  font-size: 128px;
  font-weight: 700;
  line-height: 95%;
}

/* line 68, app/assets/stylesheets/modules/tiles/multiple.scss */
.tile-card__value-bar {
  display: flex;
  align-items: flex-end;
  height: 130px;
  width: 150px;
  background-color: #ffffff99;
  border-radius: 6px;
  overflow: hidden;
}

/* line 78, app/assets/stylesheets/modules/tiles/multiple.scss */
.tile-card__value-fill {
  width: 100%;
  height: 0;
  background-color: #0b0b0b6b;
}

/* line 84, app/assets/stylesheets/modules/tiles/multiple.scss */
.tile-card__value-fill.fill--1 {
  height: 20%;
  background-color: #0b0b0b6b;
}

/* line 89, app/assets/stylesheets/modules/tiles/multiple.scss */
.tile-card__value-fill.fill--2 {
  height: 40%;
}

/* line 93, app/assets/stylesheets/modules/tiles/multiple.scss */
.tile-card__value-fill.fill--3 {
  height: 60%;
}

/* line 97, app/assets/stylesheets/modules/tiles/multiple.scss */
.tile-card__value-fill.fill--4 {
  height: 80%;
}

/* line 101, app/assets/stylesheets/modules/tiles/multiple.scss */
.tile-card__value-fill.fill--5 {
  height: 100%;
}

/* line 105, app/assets/stylesheets/modules/tiles/multiple.scss */
.pollen-data .tile-card__value {
  font-size: 100px;
}

/* line 109, app/assets/stylesheets/modules/tiles/multiple.scss */
.tile-card__subvalue {
  font-size: 40px;
  font-weight: 700;
}

/* COMBINED WEATHER */
/* line 3, app/assets/stylesheets/modules/tiles/combined.scss */
.tile-dark .tile-card__combined {
  --tile-cl-bg-compact: #ffffffbf;
}

/* line 7, app/assets/stylesheets/modules/tiles/combined.scss */
.tile-medium .tile-card__combined {
  --tile-cl-bg-compact: #ffffff8a;
}

/* line 11, app/assets/stylesheets/modules/tiles/combined.scss */
.tile-light .tile-card__combined {
  --tile-cl-bg-compact: #ffffffa0;
}

/* line 15, app/assets/stylesheets/modules/tiles/combined.scss */
.tile-dark.tile-bg-gray .tile-card__combined,
.tile-medium.tile-bg-gray .tile-card__combined,
.tile-light.tile-bg-gray .tile-card__combined {
  --tile-cl-bg-compact: transparen;
}

/* line 21, app/assets/stylesheets/modules/tiles/combined.scss */
.tile-card__combined {
  gap: 0;
}

/* line 25, app/assets/stylesheets/modules/tiles/combined.scss */
.tile-cart__combined-inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  gap: 37px;
}

/* line 33, app/assets/stylesheets/modules/tiles/combined.scss */
.tile-cart__combined-row {
  display: flex;
  text-align: center;
  gap: 72px;
}

/* line 39, app/assets/stylesheets/modules/tiles/combined.scss */
.tile-cart__combined-item {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  white-space: nowrap;
  text-align: center;
  font-size: 30px;
  font-weight: 600;
}

/* line 50, app/assets/stylesheets/modules/tiles/combined.scss */
.tile-cart__combined-item:first-child {
  min-width: 70px;
  font-weight: 400;
}

/* line 55, app/assets/stylesheets/modules/tiles/combined.scss */
.tile-cart__combined-days .tile-cart__combined-item {
  font-weight: 400;
}

/* line 59, app/assets/stylesheets/modules/tiles/combined.scss */
.tile-cart__combined-icons img {
  width: 60px;
  height: auto;
}

/* line 64, app/assets/stylesheets/modules/tiles/combined.scss */
.tile-cart__combined-united {
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 100%;
}

/* COMPACT MODE */
/* line 3, app/assets/stylesheets/modules/tiles/compact.scss */
.tile-card__compact {
  background-color: var(--tile-cl-bg-compact);
}

/* line 7, app/assets/stylesheets/modules/tiles/compact.scss */
.tile-card__compact .tile-card__header {
  height: 40px;
  min-height: 40px;
  margin-bottom: 0;
}

/* line 13, app/assets/stylesheets/modules/tiles/compact.scss */
.tile-card__compact .tile-card__header-title {
  padding: 0;
  background-color: transparent;
}

/* line 18, app/assets/stylesheets/modules/tiles/compact.scss */
.tile-card__compact .tile-card__header-status {
  background-color: transparent;
  min-width: auto;
}

/* CHART */
/* line 3, app/assets/stylesheets/modules/tiles/chart.scss */
.tile-dark .tile-card__range-chart {
  --tile-cl-bg-compact: #ffffffa0;
}

/* line 7, app/assets/stylesheets/modules/tiles/chart.scss */
.tile-medium .tile-card__range-chart {
  --tile-cl-bg-compact: #ffffff60;
}

/* line 11, app/assets/stylesheets/modules/tiles/chart.scss */
.tile-light .tile-card__range-chart {
  --tile-cl-bg-compact: #ffffffa0;
}

/* line 15, app/assets/stylesheets/modules/tiles/chart.scss */
.tile-dark.tile-bg-gray .tile-card__range-chart,
.tile-medium.tile-bg-gray .tile-card__range-chart,
.tile-light.tile-bg-gray .tile-card__range-chart {
  --tile-cl-bg-compact: transparent;
}

/* line 21, app/assets/stylesheets/modules/tiles/chart.scss */
.tile-card__padding.tile-card__range-chart {
  padding-bottom: 0;
}

/* line 25, app/assets/stylesheets/modules/tiles/chart.scss */
.tile-card__range-chart .tile-card__header {
  height: 110px;
  min-height: 110px;
}

/* line 38, app/assets/stylesheets/modules/tiles/chart.scss */
.tile-card__content-chart {
  display: flex;
  justify-content: normal;
  align-items: normal;
  width: 100%;
  height: 100%;
  color: var(--tile-cl-text);
}

/* line 47, app/assets/stylesheets/modules/tiles/chart.scss */
.tile-card__chart-container {
  display: flex;
  width: 100%;
  height: 100%;
  gap: 16px;
  overflow: inherit;
}

/* line 55, app/assets/stylesheets/modules/tiles/chart.scss */
#tab-chart {
  overflow: visible !important;
}

/* line 59, app/assets/stylesheets/modules/tiles/chart.scss */
.tile-card__chart {
  position: relative;
  flex-grow: 1;
}

/* line 64, app/assets/stylesheets/modules/tiles/chart.scss */
.tile-card__min-max {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  margin-top: -30px;
  padding-bottom: 90px;
}

/* line 73, app/assets/stylesheets/modules/tiles/chart.scss */
.tile-card__min-max-item {
  display: flex;
  width: 100%;
  min-height: 90px;
  border-radius: 20px;
  gap: 16px;
  background-color: transparent;
  text-align: center;
  padding: 8px 12px;
}

/* line 85, app/assets/stylesheets/modules/tiles/chart.scss */
.tile-bg-gray .tile-card__min-max-item {
  background-color: transparent;
}

/* line 89, app/assets/stylesheets/modules/tiles/chart.scss */
.tile-card__min-max-item span:first-child {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 20px;
}

/* line 97, app/assets/stylesheets/modules/tiles/chart.scss */
.tile-card__min-max-item span:first-child span {
  position: absolute;
  font-size: 1.4em;
  font-weight: 600;
  transform: rotate(-90deg);
}

/* line 104, app/assets/stylesheets/modules/tiles/chart.scss */
.tile-card__min-max-item span:last-child {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  font-size: 64px;
  font-weight: 600;
}

/* Highcharts fixes */
/* line 115, app/assets/stylesheets/modules/tiles/chart.scss */
.tile-card__chart .daily-chart--root,
.tile-card__chart .highcharts-container {
  overflow: inherit !important;
}

/* line 120, app/assets/stylesheets/modules/tiles/chart.scss */
.daily--chart-content .highcharts-axis-labels.highcharts-xaxis-labels {
  display: flex;
  height: 30px;
  top: initial !important;
  left: initial !important;
  right: 10px;
  bottom: 23px;
  background-color: #fff9;
}

/* line 130, app/assets/stylesheets/modules/tiles/chart.scss */
.hourly--chart-content .highcharts-axis-labels.highcharts-xaxis-labels {
  display: flex;
  height: 30px;
  top: initial !important;
  left: initial !important;
  right: 10px;
  bottom: 23px;
  width: 100%;
  background-color: #fff9;
}

/* line 141, app/assets/stylesheets/modules/tiles/chart.scss */
.daily--chart-content.size-1 .highcharts-xaxis-labels {
  width: calc(100% - 44px);
}

/* line 145, app/assets/stylesheets/modules/tiles/chart.scss */
.daily--chart-content.size-2 .highcharts-xaxis-labels {
  width: calc(100% - 55px);
}

/* line 149, app/assets/stylesheets/modules/tiles/chart.scss */
.daily--chart-content.size-3 .highcharts-xaxis-labels {
  width: calc(100% - 68px);
}

/* line 153, app/assets/stylesheets/modules/tiles/chart.scss */
.daily--chart-content.size-4 .highcharts-xaxis-labels {
  width: calc(100% - 80px);
}

/* line 157, app/assets/stylesheets/modules/tiles/chart.scss */
.daily--chart-content.size-5 .highcharts-xaxis-labels {
  width: calc(100% - 94px);
}

/* line 162, app/assets/stylesheets/modules/tiles/chart.scss */
.daily--chart-content .highcharts-axis-labels.highcharts-xaxis-labels span {
  position: relative !important;
  display: flex;
  justify-content: center;
  align-items: center;
  left: initial !important;
  top: initial !important;
  font-size: 18px !important;
  width: 20%;
  height: 100%;
  border-left: 2px solid #111;
}

/* line 175, app/assets/stylesheets/modules/tiles/chart.scss */
.daily--chart-content .highcharts-axis-labels.highcharts-xaxis-labels span:first-child::before {
  content: "Today";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  font-weight: bold;
  color: black;
}

/* line 185, app/assets/stylesheets/modules/tiles/chart.scss */
.daily--chart-content .highcharts-axis-labels.highcharts-xaxis-labels span:first-child {
  color: transparent !important;
}

/* line 189, app/assets/stylesheets/modules/tiles/chart.scss */
.daily--chart-content .highcharts-axis-labels.highcharts-xaxis-labels span:last-child {
  border-right: 2px solid #111;
}

/* line 193, app/assets/stylesheets/modules/tiles/chart.scss */
.hourly--chart-content .highcharts-axis-labels.highcharts-xaxis-labels span {
  position: relative !important;
  top: initial !important;
  font-size: 18px !important;
}

/* line 205, app/assets/stylesheets/modules/tiles/chart.scss */
.hourly--chart-content .highcharts-axis-labels.highcharts-xaxis-labels span:first-child {
  color: transparent !important;
}

/* line 209, app/assets/stylesheets/modules/tiles/chart.scss */
.tile-card__chart .tile--now-label {
  display: flex;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  background: #fffe;
  color: #111;
  padding: 10px;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
}

/* line 224, app/assets/stylesheets/modules/tiles/chart.scss */
.tile-card__chart .tile--day-start-label {
  align-items: center;
  background: transparent;
  color: #111;
  font-size: 22px;
  font-weight: 700;
}

/* line 232, app/assets/stylesheets/modules/tiles/chart.scss */
.tile-card__chart .tile--now-label.label-size-1 {
  font-size: 32px;
}

/* line 236, app/assets/stylesheets/modules/tiles/chart.scss */
.tile-card__chart .tile--now-label.label-size-2 {
  font-size: 30px;
}

/* line 240, app/assets/stylesheets/modules/tiles/chart.scss */
.tile-card__chart .tile--now-label.label-size-3 {
  font-size: 27px;
}

/* line 244, app/assets/stylesheets/modules/tiles/chart.scss */
.tile-card__chart .tile--now-label.label-size-4 {
  font-size: 20px;
}

/* line 248, app/assets/stylesheets/modules/tiles/chart.scss */
.tile-card__chart .tile--now-label.label-size-5 {
  font-size: 18px;
}

/* line 252, app/assets/stylesheets/modules/tiles/chart.scss */
.tile-card__chart .tile--now-label.label-size-65 {
  font-size: 17px;
}

/* line 256, app/assets/stylesheets/modules/tiles/chart.scss */
.tile-card__chart .tile--now-label.label-size-max {
  font-size: 15px;
}

/* line 260, app/assets/stylesheets/modules/tiles/chart.scss */
.hourly--chart-content .highcharts-axis-labels.highcharts-xaxis-labels text:last-child {
  opacity: 0.1;
}

/* SVG Pie */
/* line 3, app/assets/stylesheets/modules/tiles/pie-chart.scss */
.chart-pie {
  position: relative;
  width: var(--tile-pie-size);
  height: var(--tile-pie-size);
  overflow: hidden;
}

/* line 10, app/assets/stylesheets/modules/tiles/pie-chart.scss */
.chart-pie__box {
  position: relative;
  width: 100%;
  max-width: var(--tile-pie-size);
  height: var(--tile-pie-size);
  margin-top: 0;
}

/* line 28, app/assets/stylesheets/modules/tiles/pie-chart.scss */
.chart-pie__desc {
  position: relative;
  font-size: 62px;
  line-height: 1.3;
  max-width: 170px;
  top: -50px;
}

/* line 38, app/assets/stylesheets/modules/tiles/pie-chart.scss */
.chart-pie__box img {
  position: absolute;
  left: 50%;
  top: 25%;
  transform: translateX(-50%);
}

/* line 46, app/assets/stylesheets/modules/tiles/pie-chart.scss */
.chart-pie__box .st0 {
  display: none;
  fill: transparent;
  stroke: #000000;
  stroke-miterlimit: 10;
}

/* line 53, app/assets/stylesheets/modules/tiles/pie-chart.scss */
.chart-pie__box .sector-1,
.chart-pie__box .sector-2,
.chart-pie__box .sector-3,
.chart-pie__box .sector-4,
.chart-pie__box .sector-5 {
  fill: #ffffffa3;
  stroke: var(--tile-pie-border);
}

/* line 62, app/assets/stylesheets/modules/tiles/pie-chart.scss */
.pie-value-1 .sector-1,
.pie-value-2 .sector-1,
.pie-value-3 .sector-1,
.pie-value-4 .sector-1,
.pie-value-5 .sector-1 {
  fill: #555;
}

/* line 70, app/assets/stylesheets/modules/tiles/pie-chart.scss */
.pie-value-2 .sector-2,
.pie-value-3 .sector-2,
.pie-value-4 .sector-2,
.pie-value-5 .sector-2 {
  fill: #444;
}

/* line 77, app/assets/stylesheets/modules/tiles/pie-chart.scss */
.pie-value-3 .sector-3,
.pie-value-4 .sector-3,
.pie-value-5 .sector-3 {
  fill: #333;
}

/* line 83, app/assets/stylesheets/modules/tiles/pie-chart.scss */
.pie-value-4 .sector-4,
.pie-value-5 .sector-4 {
  fill: #222;
}

/* line 88, app/assets/stylesheets/modules/tiles/pie-chart.scss */
.pie-value-5 .sector-5 {
  fill: #111;
}

/* line 92, app/assets/stylesheets/modules/tiles/pie-chart.scss */
.pie-measure-total img {
  width: 198px;
  height: auto;
  left: 227px;
  top: 130px;
}

/* line 99, app/assets/stylesheets/modules/tiles/pie-chart.scss */
.pie-measure-weed img {
  width: 146px;
  height: auto;
}

/* line 104, app/assets/stylesheets/modules/tiles/pie-chart.scss */
.pie-measure-grass img {
  width: 195px;
  height: auto;
  left: 260px;
  top: 137px;
}

/* line 111, app/assets/stylesheets/modules/tiles/pie-chart.scss */
.pie-measure-trees img {
  width: 195px;
  height: auto;
  left: 235px;
  top: 121px;
}

/* line 118, app/assets/stylesheets/modules/tiles/pie-chart.scss */
.chart-pie__box-list {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 5px;
  justify-content: center;
  width: 100%;
  margin-top: -32px;
}

/* line 128, app/assets/stylesheets/modules/tiles/pie-chart.scss */
.chart-pie__box-item {
  position: relative;
}

/* line 132, app/assets/stylesheets/modules/tiles/pie-chart.scss */
.chart-pie__box-item:nth-child(1) {
  left: 117px;
}

/* line 136, app/assets/stylesheets/modules/tiles/pie-chart.scss */
.chart-pie__box-item:nth-child(2) {
  left: 91px;
}

/* line 140, app/assets/stylesheets/modules/tiles/pie-chart.scss */
.chart-pie__box-item:nth-child(3) {
  top: -7px;
  left: -99px;
}

/* line 145, app/assets/stylesheets/modules/tiles/pie-chart.scss */
.chart-pie__box-item:nth-child(4) {
  top: -7px;
  left: -121px;
}

/* line 150, app/assets/stylesheets/modules/tiles/pie-chart.scss */
.chart-pie__box-item {
  display: flex;
  justify-content: center;
  height: 200px;
  width: 100%;
}

/* line 157, app/assets/stylesheets/modules/tiles/pie-chart.scss */
.chart-pie__box-item .chart-pie {
  position: relative;
  width: var(--tile-pie-size-m);
  height: var(--tile-pie-size-m);
  overflow: hidden;
}

/* line 164, app/assets/stylesheets/modules/tiles/pie-chart.scss */
.chart-pie__box-item .chart-pie__box {
  position: relative;
  width: 100%;
  max-width: var(--tile-pie-size-m);
  height: var(--tile-pie-size-m);
  margin-top: 0;
}

/* line 172, app/assets/stylesheets/modules/tiles/pie-chart.scss */
.chart-pie__box-item .pie-measure-total img {
  width: 121px;
  height: auto;
  left: 131px;
  top: 75px;
}

/* line 179, app/assets/stylesheets/modules/tiles/pie-chart.scss */
.chart-pie__box-item .pie-measure-trees img {
  width: 130px;
  height: auto;
  left: 132px;
  top: 65px;
}

/* line 186, app/assets/stylesheets/modules/tiles/pie-chart.scss */
.chart-pie__box-item .pie-measure-grass img {
  width: 126px;
  height: auto;
  left: 153px;
  top: 76px;
}

/* line 193, app/assets/stylesheets/modules/tiles/pie-chart.scss */
.chart-pie__box-item .pie-measure-weed img {
  width: 92px;
  height: auto;
  top: 63px;
  left: 131px;
}

/* line 200, app/assets/stylesheets/modules/tiles/pie-chart.scss */
.chart-pie__box-item .chart-pie__desc {
  position: relative;
  font-size: 28px;
  line-height: 1.1;
  max-width: 70px;
  top: -80px;
  left: 50%;
  transform: translateX(-50%);
}

/* line 1, app/assets/stylesheets/modules/tiles/bar-chart.scss */
.pollen-5-days-list {
  position: relative;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  font-size: 24px;
  font-weight: 600;
  width: 100%;
  max-width: 720px;
  margin-top: 70px;
}

/* line 16, app/assets/stylesheets/modules/tiles/bar-chart.scss */
.pollen-5-days-level {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  min-height: 340px;
  padding-bottom: 4px;
  margin: 4px 2px;
}

/* line 30, app/assets/stylesheets/modules/tiles/bar-chart.scss */
.pollen-5-days-level.pollen-5-days-offset-0 {
  display: flex;
  border-radius: 10px;
  background-color: #eee;
  overflow: hidden;
  padding-bottom: 15px;
}

/* line 38, app/assets/stylesheets/modules/tiles/bar-chart.scss */
.pollen-5-days-level.pollen-5-days-offset-0 span {
  text-align: center;
}

/* line 42, app/assets/stylesheets/modules/tiles/bar-chart.scss */
.pollen-5-days-level-box {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 68px;
  border-radius: 10px;
  background-color: #999;
}

/* line 52, app/assets/stylesheets/modules/tiles/bar-chart.scss */
.pollen-5-days-level.pollen-5-days-offset-1 .pollen-5-days-level-box {
  background-color: #d7d7d7;
  margin-bottom: 0;
}

/* line 57, app/assets/stylesheets/modules/tiles/bar-chart.scss */
.pollen-5-days-level.pollen-5-days-offset-2 .pollen-5-days-level-box {
  background-color: #bbb;
  margin-bottom: 60px;
}

/* line 62, app/assets/stylesheets/modules/tiles/bar-chart.scss */
.pollen-5-days-level.pollen-5-days-offset-3 .pollen-5-days-level-box {
  background-color: #999;
  color: #fff;
  margin-bottom: 120px;
}

/* line 68, app/assets/stylesheets/modules/tiles/bar-chart.scss */
.pollen-5-days-level.pollen-5-days-offset-4 .pollen-5-days-level-box {
  background-color: #555;
  color: #fff;
  margin-bottom: 180px;
}

/* line 74, app/assets/stylesheets/modules/tiles/bar-chart.scss */
.pollen-5-days-level.pollen-5-days-offset-5 .pollen-5-days-level-box {
  background-color: #282828;
  color: #fff;
  margin-bottom: 240px;
}

/* line 81, app/assets/stylesheets/modules/tiles/bar-chart.scss */
.pollen-5-days-label {
  padding: 0 2px;
}

/* line 85, app/assets/stylesheets/modules/tiles/bar-chart.scss */
.pollen-5-days-label span {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fffa;
  height: 50px;
  border-radius: 10px;
}

/* EVENTS */
/* line 3, app/assets/stylesheets/modules/tiles/events.scss */
.tile-dark .tile-card__events {
  --tile-cl-bg-compact: #ffffffa0;
}

/* line 7, app/assets/stylesheets/modules/tiles/events.scss */
.tile-medium .tile-card__events {
  --tile-cl-bg-compact: #ffffff96;
}

/* line 11, app/assets/stylesheets/modules/tiles/events.scss */
.tile-light .tile-card__events {
  --tile-cl-bg-compact: #ffffffa0;
}

/* line 15, app/assets/stylesheets/modules/tiles/events.scss */
.tile-dark.tile-bg-gray .tile-card__events,
.tile-medium.tile-bg-gray .tile-card__events,
.tile-light.tile-bg-gray .tile-card__events {
  --tile-cl-bg-compact: transparent;
}

/* line 21, app/assets/stylesheets/modules/tiles/events.scss */
.tile-card__padding.tile-card__events {
  padding-bottom: 0;
}

/* line 25, app/assets/stylesheets/modules/tiles/events.scss */
.tile-card__content-events {
  display: flex;
  justify-content: normal;
  align-items: center;
  width: 100%;
  height: 100%;
  color: var(--tile-cl-text);
  overflow: hidden;
  margin: 1.5rem 0 0;
}

/* line 36, app/assets/stylesheets/modules/tiles/events.scss */
.tile-card__event-empty {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  font-size: 35px;
  font-weight: 600;
  text-align: center;
}

/* Events list */
/* line 48, app/assets/stylesheets/modules/tiles/events.scss */
.tile-card__event-list {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

/* line 54, app/assets/stylesheets/modules/tiles/events.scss */
.tile-card__event-item {
  display: flex;
  gap: 8px;
  overflow: hidden;
}

/* line 60, app/assets/stylesheets/modules/tiles/events.scss */
.tile-card__event-date {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 0;
  width: 50px;
  min-width: 50px;
  overflow: hidden;
}

/* line 71, app/assets/stylesheets/modules/tiles/events.scss */
.tile-card__event-date span:nth-child(1) {
  display: block;
  color: #111;
  font-weight: 500;
  font-size: 19px;
  text-transform: uppercase;
  line-height: .9;
}

/* line 80, app/assets/stylesheets/modules/tiles/events.scss */
.tile-card__event-date span:nth-child(2) {
  font-size: 27px;
  font-weight: 700;
  line-height: .9;
}

/* line 86, app/assets/stylesheets/modules/tiles/events.scss */
.tile-card__event-event {
  display: flex;
  align-items: center;
  overflow: hidden;
}

/* line 92, app/assets/stylesheets/modules/tiles/events.scss */
.tile-card__event-top {
  display: flex;
  color: #333;
  font-size: 40px;
  font-weight: 700;
  line-height: 1;
}

/* line 100, app/assets/stylesheets/modules/tiles/events.scss */
.tile-card__event-day {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding-right: 16px;
  font-size: 31px;
  font-weight: 700;
  width: 80px;
}

/* line 110, app/assets/stylesheets/modules/tiles/events.scss */
.tile-card__event-times {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 220px;
  min-width: 220px;
}

/* line 119, app/assets/stylesheets/modules/tiles/events.scss */
.tile-card__event-start-time,
.tile-card__event-end-time {
  display: flex;
  align-items: center;
  justify-content: right;
  font-family: 'Outfit', 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  font-weight: 700;
  font-size: 33px;
  text-align: right;
  line-height: .9;
  padding-top: 6px;
}

/* line 132, app/assets/stylesheets/modules/tiles/events.scss */
.tile-card__event-all-day {
  display: flex;
  justify-content: center;
  width: 100%;
  font-size: 31px;
}

/* line 139, app/assets/stylesheets/modules/tiles/events.scss */
.tile-card__event-suffix {
  display: block;
  font-size: 24px;
  font-weight: 400;
  margin-top: -15px;
}

/* line 146, app/assets/stylesheets/modules/tiles/events.scss */
.tile-card__event-bottom {
  font-size: 40px;
  font-weight: 300;
  line-height: 1.15;
  white-space: nowrap;
  text-align: left;
  padding-left: 10px;
}

/* line 155, app/assets/stylesheets/modules/tiles/events.scss */
.tile-card__event-item:nth-child(8) .tile-card__event--summary {
  max-width: 460px;
  overflow: hidden;
}

/* Single */
/* line 162, app/assets/stylesheets/modules/tiles/events.scss */
.tile-card__event-single {
  display: flex;
  flex-direction: column;
  gap: 24px;
  font-size: 64px;
  font-weight: 600;
  margin: 0 auto;
}

/* line 171, app/assets/stylesheets/modules/tiles/events.scss */
.tile-card__event-from-to {
  font-size: 64px;
  font-weight: 600;
  text-align: center;
}

/* No BG MODE */
/* line 3, app/assets/stylesheets/modules/tiles/no-bg.scss */
.tile-bg-gray .tile-card__compact {
  --tile-cl-bg-compact: transparent;
}

/* line 7, app/assets/stylesheets/modules/tiles/no-bg.scss */
.tile-bg-gray .tile-card__content {
  text-shadow: none;
}

/* line 11, app/assets/stylesheets/modules/tiles/no-bg.scss */
.tile-bg-gray .tile-card__header-title {
  padding: 0;
  background-color: transparent;
}

/* line 16, app/assets/stylesheets/modules/tiles/no-bg.scss */
.tile-bg-gray .tile-card__header-status {
  background-color: transparent;
  opacity: .5;
}

/* ------------------------------------------> SETUP */
/* line 3, app/assets/stylesheets/modules/tiles/setup.scss */
.tile-setup {
  padding-top: 16px;
}

/* line 7, app/assets/stylesheets/modules/tiles/setup.scss */
.tile-setup .tile-card__header {
  height: 60px;
  min-height: 60px;
}

/* line 12, app/assets/stylesheets/modules/tiles/setup.scss */
.tile-setup .tile-card__header h2 {
  font-size: 40px;
}

/* Buttons */
/* line 18, app/assets/stylesheets/modules/tiles/setup.scss */
.tile-setup__top-buttons {
  position: absolute;
  right: 16px;
  display: flex;
  gap: 48px;
  padding-right: 117px;
  font-size: 20px;
}

/* line 27, app/assets/stylesheets/modules/tiles/setup.scss */
.tile-setup__top-buttons span {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 0;
  border-radius: 50px;
  color: #111;
}

/* line 49, app/assets/stylesheets/modules/tiles/setup.scss */
.tile-setup__top-buttons span:after {
  position: absolute;
  content: "";
  top: -20px;
  left: 10px;
  width: 20px;
  height: 9px;
  border-radius: 4px;
  background-color: #444;
}

/* line 61, app/assets/stylesheets/modules/tiles/setup.scss */
.tile-setup__buttons {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 70px;
  line-height: 1;
  padding: 0 0 28px;
}

/* line 70, app/assets/stylesheets/modules/tiles/setup.scss */
.debug .tile-setup__buttons {
  border: 1px dotted #999;
  background-color: #ffffff80;
}

/* line 75, app/assets/stylesheets/modules/tiles/setup.scss */
.tile-setup__button {
  position: relative;
  display: flex;
  gap: 8px;
  align-items: center;
  font-size: 22px;
}

/* line 83, app/assets/stylesheets/modules/tiles/setup.scss */
.tile-setup__button > span {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 36px;
  gap: 2px;
  font-size: 20px;
  font-weight: 500;
  padding: 8px 32px;
  background-color: #d8d8d8;
  border-radius: 6px;
}

/* line 97, app/assets/stylesheets/modules/tiles/setup.scss */
.tile-setup__button > span > span {
  font-weight: 300;
}

/* line 101, app/assets/stylesheets/modules/tiles/setup.scss */
.tile-setup__button-outside {
  display: block;
  position: absolute;
  top: 35px;
}

/* Content */
/* line 109, app/assets/stylesheets/modules/tiles/setup.scss */
.tile-setup__content {
  position: relative;
  display: flex;
  max-height: 100%;
  flex-grow: 1;
}

/* line 116, app/assets/stylesheets/modules/tiles/setup.scss */
.tile-setup__col {
  width: 50%;
  min-width: 50%;
}

/* line 121, app/assets/stylesheets/modules/tiles/setup.scss */
.tile-setup__content img {
  height: 100%;
  width: auto;
}

/* line 126, app/assets/stylesheets/modules/tiles/setup.scss */
.tile-setup__col:nth-child(2) {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

/* line 132, app/assets/stylesheets/modules/tiles/setup.scss */
.tile-setup__col:nth-child(2) .tile-setup__text {
  display: flex;
  flex-direction: column;
  gap: 16px;
  font-size: 22px;
  max-width: 380px;
}

/* line 141, app/assets/stylesheets/modules/tiles/setup.scss */
.tile-setup__col:nth-child(1) {
  padding: 0 40px;
  height: 385px;
}

/* line 146, app/assets/stylesheets/modules/tiles/setup.scss */
.tile-setup__col:nth-child(2) .tile-setup__text.is--wide {
  max-width: 385px;
}

/* line 150, app/assets/stylesheets/modules/tiles/setup.scss */
.tile-setup__text.is--full {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 16px;
  padding: 0 160px;
  font-size: 22px;
  text-align: center;
}

/* ------------------------------------------------ DEBUG ------------------------------------------------ */
/* line 189, app/assets/stylesheets/modules/tiles/tile-card.scss */
.debug .tile-card__header,
.debug .tile-card__content,
.debug .tile-card__footer {
  background-color: #ffffff60;
  border: dotted 1px #333;
}

/* line 1, app/assets/stylesheets/sections/home/intro.scss */
.home-intro {
  position: relative;
  margin-top: calc(-1 * var(--header-height));
  background-image: url(/assets/wave-a-5b1547ba7d4d4c4e0fb6f762f96a7ba144d10d03543ea9a02c8a17bbfbcff3fb.svg);
  background-repeat: no-repeat;
  background-position: left;
  background-size: calc(100% * 3vw);
  background-color: var(--cl-light-silver);
  border-bottom-left-radius: var(--corners-radius);
  border-bottom-right-radius: var(--corners-radius);
  z-index: var(--z-top);
}

/* line 14, app/assets/stylesheets/sections/home/intro.scss */
.home-intro__inner {
  position: relative;
  display: flex;
  flex-direction: column;
  padding-top: var(--header-height);
  min-height: calc(100vh + var(--corners-height));
  z-index: var(--z-top);
  padding-bottom: 3rem;
}

/* line 24, app/assets/stylesheets/sections/home/intro.scss */
.home-intro__grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  flex-grow: 1;
  gap: 0;
}

/* line 32, app/assets/stylesheets/sections/home/intro.scss */
.home-intro__left {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
}

/* line 39, app/assets/stylesheets/sections/home/intro.scss */
.home-intro__left-image {
  position: relative;
  display: flex;
  justify-content: center;
  width: 100%;
  padding-top: 0;
  height: 0;
  padding-bottom: 64.5%;
}

/* line 49, app/assets/stylesheets/sections/home/intro.scss */
.home-intro__left-image picture {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 1s ease-in-out;
  pointer-events: none;
}

/* line 60, app/assets/stylesheets/sections/home/intro.scss */
.home-intro__left-image picture.active {
  opacity: 1;
  z-index: 2;
}

/* line 65, app/assets/stylesheets/sections/home/intro.scss */
.home-intro__left-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

/* line 71, app/assets/stylesheets/sections/home/intro.scss */
.home-intro__right {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

/* line 78, app/assets/stylesheets/sections/home/intro.scss */
.home-intro__button {
  margin-top: 1rem;
  display: inline-flex;
}

/* Footer */
/* line 84, app/assets/stylesheets/sections/home/intro.scss */
.home-intro__footer {
  display: flex;
  flex-wrap: wrap;
  gap: 6vw;
  margin-top: 1rem;
}

/* line 91, app/assets/stylesheets/sections/home/intro.scss */
.home-intro__footer-item {
  width: 100%;
  flex-grow: 1;
  font-size: var(--fs-text-middle);
  text-align: center;
}

/* line 98, app/assets/stylesheets/sections/home/intro.scss */
.home-intro__footer-arrow {
  display: none;
  flex-shrink: 2;
  justify-content: center;
  align-items: center;
  width: 100%;
  animation: arrow-up-down 3s ease-in-out infinite;
}

/* Typography */
/* line 108, app/assets/stylesheets/sections/home/intro.scss */
.home-intro h1 {
  white-space: nowrap;
  margin: 0;
  font-size: var(--fs-heading-hero);
  font-weight: 300;
  line-height: 1.1;
  text-align: center;
}

/* Media Queries */
@media (min-width: 380px) {
  /* line 120, app/assets/stylesheets/sections/home/intro.scss */
  .home-intro__left-image {
    width: 90%;
  }
  /* line 123, app/assets/stylesheets/sections/home/intro.scss */
  .home-intro__left {
    justify-content: center;
  }
}

@media (min-width: 480px) {
  /* line 129, app/assets/stylesheets/sections/home/intro.scss */
  .home-intro__footer-arrow {
    display: flex;
  }
  /* line 132, app/assets/stylesheets/sections/home/intro.scss */
  .home-intro__left-image {
    width: 80%;
  }
}

@media (min-width: 768px) {
  /* line 138, app/assets/stylesheets/sections/home/intro.scss */
  .home-intro {
    background-size: 100%;
  }
  /* line 142, app/assets/stylesheets/sections/home/intro.scss */
  .home-intro__inner {
    padding-bottom: 6rem;
  }
  /* line 146, app/assets/stylesheets/sections/home/intro.scss */
  .home-intro h1 {
    text-align: left;
  }
  /* line 150, app/assets/stylesheets/sections/home/intro.scss */
  .home-intro__grid {
    flex-wrap: nowrap;
    gap: 2rem;
  }
  /* line 155, app/assets/stylesheets/sections/home/intro.scss */
  .home-intro__left {
    width: 50%;
  }
  /* line 159, app/assets/stylesheets/sections/home/intro.scss */
  .home-intro__right {
    align-items: flex-start;
  }
  /* line 163, app/assets/stylesheets/sections/home/intro.scss */
  .home-intro__footer {
    margin-top: 3rem;
    flex-wrap: nowrap;
  }
  /* line 168, app/assets/stylesheets/sections/home/intro.scss */
  .home-intro__footer-item {
    max-width: 400px;
    text-align: left;
  }
  /* line 173, app/assets/stylesheets/sections/home/intro.scss */
  .home-intro__footer-arrow {
    justify-content: flex-end;
  }
}

@media (min-width: 1024px) {
  /* line 179, app/assets/stylesheets/sections/home/intro.scss */
  .home-intro {
    background-size: 100%;
  }
}

@media (min-width: 1600px) {
  /* line 185, app/assets/stylesheets/sections/home/intro.scss */
  .home-intro__right {
    gap: 1.5rem;
  }
  /* line 189, app/assets/stylesheets/sections/home/intro.scss */
  .home-intro__left-image {
    width: 700px;
    left: -100px;
  }
}

/* Escape */
/* line 3, app/assets/stylesheets/sections/home/escape.scss */
.home-escape {
  position: relative;
  top: calc(var(--header-height) + var(--corners-offset));
  margin-bottom: calc(var(--header-height) + var(--corners-offset));
}

/* line 9, app/assets/stylesheets/sections/home/escape.scss */
.home-escape__container .container {
  height: 100%;
}

/* line 17, app/assets/stylesheets/sections/home/escape.scss */
.home-escape__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 1rem;
  height: 100%;
}

/* line 25, app/assets/stylesheets/sections/home/escape.scss */
.home-escape__tile {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  text-align: center;
}

/* line 33, app/assets/stylesheets/sections/home/escape.scss */
.home-escape__tile h2 {
  font-size: var(--fs-heading-large);
  color: var(--cl-text-inverse);
}

/* line 38, app/assets/stylesheets/sections/home/escape.scss */
.home-escape__text {
  display: flex;
  align-items: flex-end;
  font-size: var(--fs-text-middle);
  line-height: 1.4;
  max-width: 400px;
  color: var(--cl-text-inverse);
  text-align: center;
  margin: 0 auto;
}

/* Media Queries */
@media (min-width: 480px) {
  /* line 52, app/assets/stylesheets/sections/home/escape.scss */
  .home-escape__content {
    gap: 2rem;
  }
}

@media (min-width: 640px) {
  /* line 59, app/assets/stylesheets/sections/home/escape.scss */
  .home-escape__content {
    max-width: 90vw;
    margin: 0 auto;
  }
  /* line 63, app/assets/stylesheets/sections/home/escape.scss */
  .home-escape__tile {
    justify-content: left;
    text-align: left;
  }
  /* line 67, app/assets/stylesheets/sections/home/escape.scss */
  .home-escape__text {
    max-width: none;
    justify-content: flex-end;
    color: var(--cl-text-inverse);
    text-align: left;
    margin: 0;
  }
  /* line 74, app/assets/stylesheets/sections/home/escape.scss */
  .home-escape__text span {
    max-width: 60vw;
  }
}

@media (min-width: 768px) {
  /* line 81, app/assets/stylesheets/sections/home/escape.scss */
  .home-escape__content {
    max-width: 80vw;
    padding-top: var(--corners-height);
  }
  /* line 85, app/assets/stylesheets/sections/home/escape.scss */
  .home-escape__text span {
    max-width: 50vw;
  }
}

@media (min-width: 1280px) {
  /* line 92, app/assets/stylesheets/sections/home/escape.scss */
  .home-escape__content {
    flex-direction: row;
    justify-content: space-between;
    max-width: 100%;
    gap: 0;
    padding-top: calc(var(--p-section-lg) + var(--corners-height));
    padding-bottom: var(--p-section-lg);
  }
  /* line 100, app/assets/stylesheets/sections/home/escape.scss */
  .home-escape__tile {
    width: 50%;
  }
  /* line 103, app/assets/stylesheets/sections/home/escape.scss */
  .home-escape__text {
    width: 50%;
  }
  /* line 106, app/assets/stylesheets/sections/home/escape.scss */
  .home-escape__text span {
    max-width: 100%;
  }
}

/* Reasons */
/* line 3, app/assets/stylesheets/sections/home/reasons.scss */
.home-reasons {
  position: relative;
  background-color: var(--cl-light-silver);
}

/* line 8, app/assets/stylesheets/sections/home/reasons.scss */
.home-reasons__bg {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

/* line 14, app/assets/stylesheets/sections/home/reasons.scss */
.home-reasons .container {
  position: relative;
  padding-top: var(--p-section-lg);
  padding-bottom: var(--p-section-lg);
}

/* line 20, app/assets/stylesheets/sections/home/reasons.scss */
.home-reasons__content {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
  gap: 3rem;
}

/* line 28, app/assets/stylesheets/sections/home/reasons.scss */
.home-reasons__left {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}

/* line 35, app/assets/stylesheets/sections/home/reasons.scss */
.home-reasons__left-images {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}

/* line 42, app/assets/stylesheets/sections/home/reasons.scss */
.home-reasons__left-inner {
  position: relative;
  width: 100%;
  aspect-ratio: 1/1;
}

/* line 48, app/assets/stylesheets/sections/home/reasons.scss */
.home-reasons__left-picture {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #14a02a;
  overflow: hidden;
}

/* line 58, app/assets/stylesheets/sections/home/reasons.scss */
.home-reasons__left-picture img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

/* line 64, app/assets/stylesheets/sections/home/reasons.scss */
.home-reasons__right {
  width: 100%;
}

/* line 68, app/assets/stylesheets/sections/home/reasons.scss */
.home-reasons__right h2 {
  font-size: var(--fs-heading-normal);
  margin-bottom: 1rem;
  text-align: center;
}

/* line 74, app/assets/stylesheets/sections/home/reasons.scss */
.home-reasons__text {
  display: block;
  font-size: var(--fs-text-middle);
  line-height: 1.4;
  text-align: center;
}

/* Items */
/* line 83, app/assets/stylesheets/sections/home/reasons.scss */
.home-reasons__items {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
  padding: 2.5rem 3.5rem;
  background-color: #fff;
  width: 300px;
  height: 300px;
  max-width: 600px;
  border-radius: 200px;
  margin: 0 auto;
  margin-top: clamp(1.5rem, 10vw, 11rem);
}

/* line 97, app/assets/stylesheets/sections/home/reasons.scss */
.home-reasons__item {
  text-align: center;
}

/* line 101, app/assets/stylesheets/sections/home/reasons.scss */
.home-reasons__item h3 {
  font-size: var(--fs-text-normal);
  color: var(--cl-text-black-60);
  margin-bottom: .5rem;
}

/* line 107, app/assets/stylesheets/sections/home/reasons.scss */
.home-reasons__item span {
  font-size: var(--fs-text-large);
}

/* Media Queries */
@media (min-width: 480px) {
  /* line 114, app/assets/stylesheets/sections/home/reasons.scss */
  .home-reasons__bg {
    background-position: -160px 130px;
  }
  /* line 117, app/assets/stylesheets/sections/home/reasons.scss */
  .home-reasons__items {
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
    width: auto;
    height: auto;
    border-radius: 100px;
    margin-top: clamp(1.5rem, 10vw, 5rem);
  }
  /* line 125, app/assets/stylesheets/sections/home/reasons.scss */
  .home-reasons__item,
.home-reasons__right h2,
.home-reasons__text {
    text-align: left;
  }
  /* line 130, app/assets/stylesheets/sections/home/reasons.scss */
  .home-reasons__items {
    margin-left: 0;
    margin-right: inherit;
  }
  /* line 134, app/assets/stylesheets/sections/home/reasons.scss */
  .home-reasons__left-inner {
    aspect-ratio: 3/2;
  }
}

@media (min-width: 640px) {
  /* line 140, app/assets/stylesheets/sections/home/reasons.scss */
  .home-reasons__right {
    width: 70%;
  }
  /* line 143, app/assets/stylesheets/sections/home/reasons.scss */
  .home-reasons__left-inner {
    aspect-ratio: 2/1;
  }
}

@media (min-width: 768px) {
  /* line 149, app/assets/stylesheets/sections/home/reasons.scss */
  .home-reasons__bg {
    background-position: center center;
  }
  /* line 152, app/assets/stylesheets/sections/home/reasons.scss */
  .home-reasons__right {
    width: 65%;
  }
}

@media (min-width: 1024px) {
  /* line 158, app/assets/stylesheets/sections/home/reasons.scss */
  .home-reasons__content {
    flex-wrap: nowrap;
    justify-content: space-between;
    gap: 3rem;
  }
  /* line 163, app/assets/stylesheets/sections/home/reasons.scss */
  .home-reasons__left {
    width: 40%;
  }
  /* line 166, app/assets/stylesheets/sections/home/reasons.scss */
  .home-reasons__right {
    width: 60%;
  }
  /* line 169, app/assets/stylesheets/sections/home/reasons.scss */
  .home-reasons__left-inner {
    aspect-ratio: 4/5;
  }
}

@media (min-width: 1280px) {
  /* line 175, app/assets/stylesheets/sections/home/reasons.scss */
  .home-reasons__left {
    width: 50%;
  }
  /* line 178, app/assets/stylesheets/sections/home/reasons.scss */
  .home-reasons__right {
    width: 50%;
  }
  /* line 181, app/assets/stylesheets/sections/home/reasons.scss */
  .home-reasons__left-inner {
    aspect-ratio: 1/1;
  }
}

@media (min-width: 1600px) {
  /* line 187, app/assets/stylesheets/sections/home/reasons.scss */
  .home-reasons__content {
    gap: 5rem;
  }
  /* line 190, app/assets/stylesheets/sections/home/reasons.scss */
  .home-reasons__left-inner {
    aspect-ratio: 1/1;
  }
}

/* Options */
/* line 3, app/assets/stylesheets/sections/home/options.scss */
.home-options {
  position: relative;
  background-color: #fff;
}

/* line 8, app/assets/stylesheets/sections/home/options.scss */
.home-options .container {
  position: relative;
  padding-top: var(--p-section-lg);
  padding-bottom: var(--p-section-lg);
}

/* line 14, app/assets/stylesheets/sections/home/options.scss */
.home-options__title h2 {
  font-size: var(--fs-heading-normal);
  margin-bottom: 3rem;
  text-align: center;
}

/* List */
/* line 22, app/assets/stylesheets/sections/home/options.scss */
.home-options__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1.25rem;
}

/* line 29, app/assets/stylesheets/sections/home/options.scss */
.home-options__item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  width: 100%;
  max-width: 295px;
  min-height: 190px;
  background-color: var(--cl-light-silver);
  border-radius: 20px;
  border: 1px solid transparent;
  transition: background-color .5s;
}

/* line 44, app/assets/stylesheets/sections/home/options.scss */
.home-options__item:last-child {
  background-color: transparent;
  border: 1px solid #000;
}

/* line 49, app/assets/stylesheets/sections/home/options.scss */
.home-options__item:hover {
  background-color: var(--cl-light-white);
}

/* line 53, app/assets/stylesheets/sections/home/options.scss */
.home-options__item:last-child:hover {
  background-color: inherit;
}

/* line 57, app/assets/stylesheets/sections/home/options.scss */
.home-options__item h3 {
  font-size: var(--fs-text-larger);
  text-align: center;
  line-height: 1;
}

/* line 63, app/assets/stylesheets/sections/home/options.scss */
.home-options__item span {
  font-size: var(--fs-text-normal);
  color: var(--cl-text-black-60);
  text-align: center;
}

/* Media */
@media (min-width: 1280px) {
  /* line 72, app/assets/stylesheets/sections/home/options.scss */
  .home-options__list {
    justify-content: flex-start;
  }
}

/* Gallery */
/* line 3, app/assets/stylesheets/sections/home/gallery.scss */
.home-gallery {
  position: relative;
  background-color: var(--cl-light-silver);
  overflow: hidden;
}

/* line 9, app/assets/stylesheets/sections/home/gallery.scss */
.home-gallery .container {
  position: relative;
}

/* line 13, app/assets/stylesheets/sections/home/gallery.scss */
.home-gallery__content {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: calc(950px - var(--p-section-lg) * 2);
}

/* line 21, app/assets/stylesheets/sections/home/gallery.scss */
.home-gallery__title-top,
.home-gallery__title-bottom {
  font-size: var(--fs-heading-great);
  text-align: center;
}

/* line 27, app/assets/stylesheets/sections/home/gallery.scss */
.home-gallery__image-1,
.home-gallery__image-2,
.home-gallery__image-3 {
  position: absolute;
  width: calc(100% - var(--side-gap) * 2);
}

/* line 34, app/assets/stylesheets/sections/home/gallery.scss */
.home-gallery__image-1 {
  top: 140px;
}

/* line 39, app/assets/stylesheets/sections/home/gallery.scss */
.home-gallery__image-2 {
  top: 670px;
}

/* line 45, app/assets/stylesheets/sections/home/gallery.scss */
.home-gallery__image-3 {
  top: 410px;
}

/* Media */
@media (min-width: 420px) {
  /* line 55, app/assets/stylesheets/sections/home/gallery.scss */
  .home-gallery__image-1 {
    top: 120px;
  }
  /* line 58, app/assets/stylesheets/sections/home/gallery.scss */
  .home-gallery__image-2 {
    top: 709px;
  }
  /* line 61, app/assets/stylesheets/sections/home/gallery.scss */
  .home-gallery__image-3 {
    top: 420px;
  }
  /* line 64, app/assets/stylesheets/sections/home/gallery.scss */
  .home-gallery__content {
    min-height: calc(1050px - var(--p-section-lg) * 2);
  }
}

@media (min-width: 480px) {
  /* line 70, app/assets/stylesheets/sections/home/gallery.scss */
  .home-gallery__title-top {
    text-align: right;
  }
  /* line 73, app/assets/stylesheets/sections/home/gallery.scss */
  .home-gallery__title-bottom {
    text-align: left;
  }
  /* line 76, app/assets/stylesheets/sections/home/gallery.scss */
  .home-gallery__image-1 {
    top: 120px;
  }
  /* line 79, app/assets/stylesheets/sections/home/gallery.scss */
  .home-gallery__image-2 {
    top: 950px;
  }
  /* line 82, app/assets/stylesheets/sections/home/gallery.scss */
  .home-gallery__image-3 {
    top: 540px;
  }
  /* line 85, app/assets/stylesheets/sections/home/gallery.scss */
  .home-gallery__content {
    min-height: calc(1450px - var(--p-section-lg) * 2);
  }
}

@media (min-width: 640px) {
  /* line 91, app/assets/stylesheets/sections/home/gallery.scss */
  .home-gallery__image-1 {
    max-width: 500px;
    top: 120px;
  }
  /* line 95, app/assets/stylesheets/sections/home/gallery.scss */
  .home-gallery__image-2 {
    max-width: 300px;
    top: 750px;
    left: 10%;
  }
  /* line 100, app/assets/stylesheets/sections/home/gallery.scss */
  .home-gallery__image-3 {
    max-width: 500px;
    top: 440px;
    right: 5%;
  }
  /* line 105, app/assets/stylesheets/sections/home/gallery.scss */
  .home-gallery__content {
    min-height: calc(1150px - var(--p-section-lg) * 2);
  }
}

@media (min-width: 768px) {
  /* line 111, app/assets/stylesheets/sections/home/gallery.scss */
  .home-gallery__image-1 {
    max-width: 700px;
    top: 120px;
  }
  /* line 115, app/assets/stylesheets/sections/home/gallery.scss */
  .home-gallery__image-2 {
    max-width: 300px;
    top: 750px;
    left: 5%;
  }
  /* line 120, app/assets/stylesheets/sections/home/gallery.scss */
  .home-gallery__image-3 {
    max-width: 650px;
    top: 540px;
    right: var(--side-gap);
  }
  /* line 125, app/assets/stylesheets/sections/home/gallery.scss */
  .home-gallery__content {
    min-height: calc(1050px - var(--p-section-lg) * 2);
  }
}

@media (min-width: 1024px) {
  /* line 131, app/assets/stylesheets/sections/home/gallery.scss */
  .home-gallery__image-1 {
    max-width: 800px;
    top: 120px;
  }
  /* line 135, app/assets/stylesheets/sections/home/gallery.scss */
  .home-gallery__image-2 {
    max-width: 400px;
    top: 750px;
    left: 15%;
  }
  /* line 140, app/assets/stylesheets/sections/home/gallery.scss */
  .home-gallery__image-3 {
    max-width: 700px;
    top: 540px;
    right: var(--side-gap);
  }
  /* line 145, app/assets/stylesheets/sections/home/gallery.scss */
  .home-gallery__content {
    min-height: calc(1050px - var(--p-section-lg) * 2);
  }
}

@media (min-width: 1280px) {
  /* line 151, app/assets/stylesheets/sections/home/gallery.scss */
  .home-gallery__image-1 {
    left: var(--side-gap);
    top: 100px;
  }
  /* line 155, app/assets/stylesheets/sections/home/gallery.scss */
  .home-gallery__image-2 {
    max-width: 400px;
    top: 750px;
    left: 7%;
  }
  /* line 160, app/assets/stylesheets/sections/home/gallery.scss */
  .home-gallery__image-3 {
    max-width: 700px;
    top: 540px;
    right: var(--side-gap);
  }
}

@media (min-width: 1600px) {
  /* line 168, app/assets/stylesheets/sections/home/gallery.scss */
  .home-gallery__content {
    min-height: calc(1000px - var(--p-section-lg) * 2);
  }
  /* line 171, app/assets/stylesheets/sections/home/gallery.scss */
  .home-gallery__image-2 {
    top: 650px;
    left: 22%;
  }
  /* line 175, app/assets/stylesheets/sections/home/gallery.scss */
  .home-gallery__image-3 {
    max-width: 800px;
    top: 500px;
  }
}

/* Evolution */
/* line 3, app/assets/stylesheets/sections/home/evolution.scss */
.home-evolution {
  position: relative;
  background-color: #fff;
}

/* line 8, app/assets/stylesheets/sections/home/evolution.scss */
.home-evolution .container {
  position: relative;
  padding-top: var(--p-section-md);
  padding-bottom: var(--p-section-md);
}

/* line 14, app/assets/stylesheets/sections/home/evolution.scss */
.home-evolution__title h2 {
  font-size: var(--fs-heading-normal);
  margin-bottom: 2rem;
  text-align: center;
}

/* line 20, app/assets/stylesheets/sections/home/evolution.scss */
.home-evolution__content p {
  font-size: var(--fs-text-middle);
  text-align: center;
  max-width: 676px;
  margin: 0 auto 2rem;
}

/* line 27, app/assets/stylesheets/sections/home/evolution.scss */
.home-evolution__content p:last-child {
  margin-bottom: 3rem;
}

/* line 31, app/assets/stylesheets/sections/home/evolution.scss */
.home-evolution__image img {
  display: block;
  max-width: 950px;
  margin: 0 auto;
}

/* Media */
/* Help */
/* line 3, app/assets/stylesheets/sections/home/help.scss */
.home-help {
  position: relative;
  display: flex;
  min-height: 400px;
}

/* line 9, app/assets/stylesheets/sections/home/help.scss */
.home-help .container {
  display: flex;
}

/* line 13, app/assets/stylesheets/sections/home/help.scss */
.home-help__bg {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

/* line 19, app/assets/stylesheets/sections/home/help.scss */
.home-help__overlay {
  background: linear-gradient(to top, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0));
}

/* line 23, app/assets/stylesheets/sections/home/help.scss */
.home-help .container {
  position: relative;
  padding-top: var(--p-section-lg);
  padding-bottom: var(--p-section-lg);
}

/* line 29, app/assets/stylesheets/sections/home/help.scss */
.home-help__content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 2rem;
  align-items: flex-end;
  width: 100%;
}

/* line 38, app/assets/stylesheets/sections/home/help.scss */
.home-help__right {
  width: 100%;
}

/* line 42, app/assets/stylesheets/sections/home/help.scss */
.home-help__right h2 {
  font-size: var(--fs-heading-normal);
  color: var(--cl-text-inverse);
  text-align: center;
}

/* line 48, app/assets/stylesheets/sections/home/help.scss */
.home-help__text {
  width: 100%;
}

/* line 52, app/assets/stylesheets/sections/home/help.scss */
.home-help__text p {
  color: var(--cl-text-inverse);
  font-size: var(--fs-text-middle);
  text-align: center;
  max-width: 676px;
  margin: 0 auto;
}

/* Media Queries */
@media (min-width: 480px) {
  /* line 63, app/assets/stylesheets/sections/home/help.scss */
  .home-help__right h2 {
    text-align: right;
  }
}

@media (min-width: 768px) {
  /* line 69, app/assets/stylesheets/sections/home/help.scss */
  .home-help {
    min-height: 700px;
  }
}

@media (min-width: 1280px) {
  /* line 75, app/assets/stylesheets/sections/home/help.scss */
  .home-help {
    min-height: 1100px;
  }
}

/* Memory */
/* line 3, app/assets/stylesheets/sections/home/memory.scss */
.home-memory {
  position: relative;
  background-color: #fff;
}

/* line 8, app/assets/stylesheets/sections/home/memory.scss */
.home-memory .container {
  position: relative;
  padding-top: var(--p-section-md);
  padding-bottom: var(--p-section-md);
}

/* line 14, app/assets/stylesheets/sections/home/memory.scss */
.home-memory__title h2 {
  font-size: var(--fs-heading-normal);
  margin-bottom: 2rem;
  text-align: center;
}

/* line 20, app/assets/stylesheets/sections/home/memory.scss */
.home-memory__content p {
  font-size: var(--fs-text-middle);
  text-align: center;
  max-width: 676px;
  margin: 0 auto 2rem;
}

/* line 27, app/assets/stylesheets/sections/home/memory.scss */
.home-memory__content p:last-child {
  margin-bottom: 0;
}

/* Media */
/* Screen */
/* line 3, app/assets/stylesheets/sections/home/screen.scss */
.home-screen {
  position: relative;
  font-size: 0;
}

/* line 8, app/assets/stylesheets/sections/home/screen.scss */
.home-screen__container .container {
  display: flex;
  align-items: center;
  height: 100%;
  width: 100%;
  padding-top: var(--p-section-lg);
  padding-bottom: var(--p-section-lg);
}

/* line 21, app/assets/stylesheets/sections/home/screen.scss */
.home-screen__content {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 3rem;
  height: 100%;
  width: 100%;
  max-height: 600px;
}

/* line 32, app/assets/stylesheets/sections/home/screen.scss */
.home-screen__tile-1 h2,
.home-screen__tile-2 h2 {
  margin: 0;
  font-size: var(--fs-heading-hero);
  font-weight: 300;
  line-height: 85%;
  color: var(--cl-text-inverse);
}

/* line 41, app/assets/stylesheets/sections/home/screen.scss */
.home-screen__tile-1 {
  width: 100%;
  text-align: center;
}

/* line 46, app/assets/stylesheets/sections/home/screen.scss */
.home-screen__tile-2 {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  max-width: 300px;
  margin: 0 auto;
  justify-content: center;
  align-items: flex-end;
  gap: 3rem;
}

/* Media */
@media (min-width: 640px) {
  /* line 65, app/assets/stylesheets/sections/home/screen.scss */
  .home-screen__content {
    justify-content: space-between;
    gap: 1rem;
    max-height: 600px;
    max-width: 85vw;
    margin: 0 auto;
  }
  /* line 72, app/assets/stylesheets/sections/home/screen.scss */
  .home-screen__tile-1 {
    text-align: right;
  }
  /* line 75, app/assets/stylesheets/sections/home/screen.scss */
  .home-screen__tile-2 {
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: flex-end;
    max-width: 100%;
  }
}

@media (min-width: 768px) {
  /* line 84, app/assets/stylesheets/sections/home/screen.scss */
  .home-screen__content {
    max-width: 80vw;
  }
}

@media (min-width: 1280px) {
  /* line 90, app/assets/stylesheets/sections/home/screen.scss */
  .home-screen__content {
    max-width: 100%;
  }
}

/* Section Form & Text/Other */
/* line 3, app/assets/stylesheets/sections/side-form.scss */
.side-form__inner {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  margin-top: clamp(1.5rem, 5vw, 4rem);
}

/* line 10, app/assets/stylesheets/sections/side-form.scss */
.side-form__inner.form-address {
  gap: 2rem;
}

/* line 14, app/assets/stylesheets/sections/side-form.scss */
.side-form__text {
  position: relative;
  width: 100%;
  color: var(--cl-panel-text);
  padding-right: 3rem;
}

/* line 21, app/assets/stylesheets/sections/side-form.scss */
.side-form__form {
  order: 2;
  width: 100%;
  max-width: 700px;
  background-color: #fff;
  border-radius: 2rem;
  padding: 1.5rem 2rem;
  margin: 0 auto;
}

/* line 31, app/assets/stylesheets/sections/side-form.scss */
.side-form__form h2 {
  font-size: var(--fs-text-large);
  font-weight: 700;
  margin-bottom: 1rem;
}

/* line 37, app/assets/stylesheets/sections/side-form.scss */
.side-form__form .input-row {
  flex-wrap: wrap;
}

/* line 41, app/assets/stylesheets/sections/side-form.scss */
.side-form__form .input-checkbox {
  display: flex;
  justify-content: center;
  width: 100%;
}

/* line 47, app/assets/stylesheets/sections/side-form.scss */
.side-form__form .form-text {
  text-align: center;
}

/* line 51, app/assets/stylesheets/sections/side-form.scss */
.side-form__form .form-actions {
  display: flex;
  justify-content: center;
  margin-bottom: 1.5rem;
}

/* Form Content */
/* line 59, app/assets/stylesheets/sections/side-form.scss */
.side-form__text-block {
  margin-bottom: 2rem;
}

/* line 63, app/assets/stylesheets/sections/side-form.scss */
.side-form__text-block h2 {
  font-size: var(--fs-text-large);
  margin-bottom: 1rem;
}

/* line 68, app/assets/stylesheets/sections/side-form.scss */
.side-form__text-block p {
  font-size: var(--fs-text-regular);
  margin-bottom: 1rem;
  line-height: 1.6;
}

/* Map */
/* line 76, app/assets/stylesheets/sections/side-form.scss */
.side-form__map {
  position: relative;
  display: flex;
  order: 1;
  width: 100%;
  min-height: 400px;
  color: var(--cl-panel-text);
  border-radius: 2rem;
  overflow: hidden;
}

/* Media - Form */
@media (min-width: 640px) {
  /* line 90, app/assets/stylesheets/sections/side-form.scss */
  .side-form__form .input-row {
    flex-wrap: nowrap;
  }
}

@media (min-width: 1024px) {
  /* line 96, app/assets/stylesheets/sections/side-form.scss */
  .side-form__map {
    order: 2;
  }
  /* line 99, app/assets/stylesheets/sections/side-form.scss */
  .side-form__form {
    order: 1;
  }
  /* line 102, app/assets/stylesheets/sections/side-form.scss */
  .side-form__inner {
    flex-wrap: nowrap;
  }
  /* line 105, app/assets/stylesheets/sections/side-form.scss */
  .side-form__form .input-checkbox {
    justify-content: left;
  }
  /* line 108, app/assets/stylesheets/sections/side-form.scss */
  .side-form__form .form-text {
    text-align: left;
  }
  /* line 111, app/assets/stylesheets/sections/side-form.scss */
  .side-form__form .form-actions {
    justify-content: left;
    margin-bottom: 0;
  }
}

@media (min-width: 1280px) {
  /* line 118, app/assets/stylesheets/sections/side-form.scss */
  .side-form__form {
    padding: 2rem 3rem;
  }
}

/* line 1, app/assets/stylesheets/pages/home.scss */
.links-section {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 2rem;
  margin-top: 4rem;
}

/* line 9, app/assets/stylesheets/pages/home.scss */
.links-section .btn {
  min-width: 250px;
}

/* Contact Intro */
/* line 3, app/assets/stylesheets/pages/contacts.scss */
.contact-intro {
  position: relative;
  display: flex;
  justify-content: center;
  width: 100%;
  height: 100vh;
  padding-top: 15vh;
  background-image: url(/bg/bg-contact-1.jpg);
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
}

/* line 16, app/assets/stylesheets/pages/contacts.scss */
.contact-intro__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #00000050;
  z-index: 0;
}

/* line 26, app/assets/stylesheets/pages/contacts.scss */
.contact-intro__inner {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 2rem;
  text-align: center;
  color: var(--cl-text-inverse);
  z-index: 1;
}

/* line 36, app/assets/stylesheets/pages/contacts.scss */
.contact-intro__inner h1 {
  font-size: var(--fs-heading-normal);
  font-weight: 400;
  margin: 0;
}

/* line 42, app/assets/stylesheets/pages/contacts.scss */
.contact-intro__subtitle {
  display: block;
  max-width: 600px;
  margin: 0 auto;
  text-align: center;
  font-size: var(--fs-text-large);
  font-weight: 300;
}

/* Account */
/* line 3, app/assets/stylesheets/pages/account.scss */
.account__row {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

/* line 9, app/assets/stylesheets/pages/account.scss */
.account__menu {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 1rem;
}

/* line 16, app/assets/stylesheets/pages/account.scss */
.account__menu li {
  position: relative;
  padding: 0;
}

/* line 21, app/assets/stylesheets/pages/account.scss */
.account__menu li:after {
  content: "";
  position: absolute;
  left: 270px;
  bottom: 0;
  width: 40px;
  height: 30px;
  background-image: url(/assets/icons/icon-account-right-c82d5507f056403739828a506e637074551b2ff9638a5548e89f8453451bb6ba.svg);
  background-position: center center;
  background-repeat: no-repeat;
  opacity: 0;
  transition: opacity .5s;
}

/* line 35, app/assets/stylesheets/pages/account.scss */
.account__menu li.active:after {
  opacity: 1;
}

/* line 39, app/assets/stylesheets/pages/account.scss */
.account__button {
  position: relative;
  display: inline-block;
  font-size: var(--fs-heading-tiny);
  line-height: 1.2;
  text-decoration: none;
}

/* line 47, app/assets/stylesheets/pages/account.scss */
.account__button:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -.5rem;
  height: 2px;
  width: 0;
  background-color: var(--cl-text);
  transition: width .5s;
}

/* line 58, app/assets/stylesheets/pages/account.scss */
.account__menu .active .account__button:after {
  width: 100%;
}

/* Tab Content */
/* line 64, app/assets/stylesheets/pages/account.scss */
.account__tab {
  width: 100%;
}

/* line 68, app/assets/stylesheets/pages/account.scss */
.account__tab h2 {
  margin: 0 0 1.5rem;
  font-size: var(--fs-heading-tiny);
  font-weight: 300;
}

/* line 74, app/assets/stylesheets/pages/account.scss */
.account__tab h3 {
  margin: 0 0 1.5rem;
  color: var(--cl-text-light);
  font-size: var(--fs-text-normal-plus);
  font-weight: 300;
}

/* line 81, app/assets/stylesheets/pages/account.scss */
.account__tab h3.sub-title {
  margin: 3rem 0 1rem;
  font-size: var(--fs-text-large);
}

/* line 86, app/assets/stylesheets/pages/account.scss */
.account__form-warning p {
  font-size: var(--fs-text-base);
}

/* line 90, app/assets/stylesheets/pages/account.scss */
.error-message {
  color: var(--cl-error);
  font-size: var(--fs-text-base);
}

/* line 95, app/assets/stylesheets/pages/account.scss */
.account__tab-section {
  padding-bottom: 1.5rem;
}

/* line 99, app/assets/stylesheets/pages/account.scss */
.account__tab-billing {
  display: flex;
  flex-direction: column;
  gap: .5rem;
  padding: 1.5rem 1.75rem;
  font-size: var(--fs-text-normal);
  background-color: var(--cl-bg-dialog);
  border-radius: 20px;
}

/* line 109, app/assets/stylesheets/pages/account.scss */
.account__tab-button {
  margin-top: 1.5rem;
}

/* line 113, app/assets/stylesheets/pages/account.scss */
.account__tab-text {
  margin: 0 0 1.5rem;
  color: var(--cl-text-light);
  font-size: var(--fs-text-normal);
}

/* Fixes */
/* line 121, app/assets/stylesheets/pages/account.scss */
.account__tab .form-actions {
  display: flex;
  justify-content: flex-end;
}

/* line 126, app/assets/stylesheets/pages/account.scss */
.account__tab table.table-a td:first-child {
  color: #555;
  font-weight: 500;
}

/* line 131, app/assets/stylesheets/pages/account.scss */
.card-element {
  margin-bottom: 1.5rem;
}

/* Media - Accounts */
@media (min-width: 768px) {
  /* line 138, app/assets/stylesheets/pages/account.scss */
  .account__row {
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 30px;
  }
  /* line 143, app/assets/stylesheets/pages/account.scss */
  .account__menu {
    width: 50%;
    gap: 1.75rem;
  }
  /* line 147, app/assets/stylesheets/pages/account.scss */
  .account_tab {
    flex-grow: 2;
  }
  /* line 150, app/assets/stylesheets/pages/account.scss */
  .account_content {
    width: 50%;
  }
}

@media (min-width: 1024px) {
  /* line 156, app/assets/stylesheets/pages/account.scss */
  .account__menu li:after {
    left: 60%;
  }
}

/* Products List */
/* line 3, app/assets/stylesheets/pages/products.scss */
.products-intro {
  margin-bottom: 30px;
  color: var(--cl-text-linght);
  font-size: var(--fs-text-regular);
}

/* line 9, app/assets/stylesheets/pages/products.scss */
.products-list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
}

/* line 15, app/assets/stylesheets/pages/products.scss */
.products-item {
  border-radius: var(--r-small);
  overflow: hidden;
}

/* line 20, app/assets/stylesheets/pages/products.scss */
.products-item__image {
  cursor: pointer;
  position: relative;
  max-width: 360px;
  margin: 0 auto;
  background-color: #fff;
  border-radius: 20px;
  overflow: hidden;
}

/* line 30, app/assets/stylesheets/pages/products.scss */
.products-item__image img {
  transition: all 1s;
}

/* line 34, app/assets/stylesheets/pages/products.scss */
.products-item__badge {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  right: 2rem;
  top: 2rem;
  width: 4rem;
  height: 4rem;
  border-radius: 50px;
  font-size: var(--fs-text-normal);
  text-transform: uppercase;
  background-color: var(--cl-water-azure);
  z-index: var(--z-top);
}

/* line 50, app/assets/stylesheets/pages/products.scss */
.products-item__empty {
  position: relative;
  width: 100%;
  padding-bottom: 100%;
  opacity: .7;
}

/* line 57, app/assets/stylesheets/pages/products.scss */
.products-item__empty-wrapper {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* line 68, app/assets/stylesheets/pages/products.scss */
.products-item:hover .products-item__image img {
  transform: scale(1.1);
}

/* line 72, app/assets/stylesheets/pages/products.scss */
.products-item__description {
  cursor: pointer;
  padding: 2rem 0 1rem;
  text-align: center;
}

/* line 78, app/assets/stylesheets/pages/products.scss */
.products-item__description .products-item__title {
  margin-bottom: 0;
  font-size: var(--fs-text-middle);
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

/* line 86, app/assets/stylesheets/pages/products.scss */
.products-item__footer {
  padding-bottom: 1rem;
}

/* line 90, app/assets/stylesheets/pages/products.scss */
.products-item__footer .cart-qty__input {
  display: none;
}

/* line 94, app/assets/stylesheets/pages/products.scss */
.products-item__footer-inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 1rem;
}

/* line 102, app/assets/stylesheets/pages/products.scss */
.products-item__price {
  font-size: var(--fs-text-medium);
  font-weight: 300;
  width: 100%;
  text-align: center;
}

/* line 109, app/assets/stylesheets/pages/products.scss */
.products-item__price span {
  margin-right: .5rem;
  font-weight: 400;
}

/* line 114, app/assets/stylesheets/pages/products.scss */
.products-item__button svg {
  fill: #fff;
  opacity: 1;
}

/* line 119, app/assets/stylesheets/pages/products.scss */
.products-item__button .btn:hover svg {
  fill: var(--cl-text);
}

/* line 123, app/assets/stylesheets/pages/products.scss */
.products-item__button .btn.disabled {
  background-color: #eee;
  color: #111;
  opacity: 1;
}

/* Media */
@media (min-width: 480px) {
  /* line 132, app/assets/stylesheets/pages/products.scss */
  .products-list {
    padding: 0 5%;
  }
}

@media (min-width: 640px) {
  /* line 138, app/assets/stylesheets/pages/products.scss */
  .products-list {
    grid-template-columns: repeat(2, 1fr);
    padding: 0 5%;
  }
}

@media (min-width: 768px) {
  /* line 145, app/assets/stylesheets/pages/products.scss */
  .products-list {
    grid-template-columns: repeat(3, 1fr);
    padding: 0;
  }
  /* line 149, app/assets/stylesheets/pages/products.scss */
  .products-item__image {
    max-width: none;
  }
}

@media (min-width: 1024px) {
  /* line 155, app/assets/stylesheets/pages/products.scss */
  .products-list {
    grid-template-columns: repeat(3, 1fr);
    padding: 0 10%;
  }
  /* line 159, app/assets/stylesheets/pages/products.scss */
  .products-list {
    gap: 1.5rem;
  }
}

@media (min-width: 1280px) {
  /* line 165, app/assets/stylesheets/pages/products.scss */
  .products-list {
    grid-template-columns: repeat(4, 1fr);
    padding: 0;
  }
  /* line 169, app/assets/stylesheets/pages/products.scss */
  .products-list {
    gap: 2rem;
  }
}

@media (min-width: 1600px) {
  /* line 175, app/assets/stylesheets/pages/products.scss */
  .products-list {
    gap: 2.5rem;
  }
}

/* Product Detail */
/* line 3, app/assets/stylesheets/pages/product.scss */
.product__main {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
  padding: 2rem;
  max-width: 580px;
  margin: 0 auto;
  background-color: #fff;
  border-radius: 20px;
}

/* line 14, app/assets/stylesheets/pages/product.scss */
.product__image-main {
  position: relative;
  border-radius: var(--r-small);
}

/* line 20, app/assets/stylesheets/pages/product.scss */
.product__image-zoom {
  pointer-events: none;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  right: -1.5rem;
  top: -1.5rem;
  width: 40px;
  height: 40px;
  border-radius: var(--r-small);
  background-color: #fefefed0;
  opacity: 0;
  z-index: var(--z-top);
  transition: opacity .5s;
}

/* line 37, app/assets/stylesheets/pages/product.scss */
.product__image-zoom svg {
  fill: #111;
}

/* Customize default slider buttons */
/* line 43, app/assets/stylesheets/pages/product.scss */
.product__image-main .slider-nav {
  --swiffy-slider-nav-light: #333;
  visibility: visible;
  justify-content: center;
  align-items: center;
  top: 50%;
  left: -1.5rem;
  transform: translateY(-50%);
  height: 50px;
  width: 50px;
  background-color: #fefefed0;
  border-radius: 50px;
  opacity: 0;
  -webkit-filter: drop-shadow(0 0 0.25rem rgba(0, 0, 0, 0.2));
  filter: drop-shadow(0 0 0.25rem rgba(0, 0, 0, 0.2));
  transition: opacity .5s;
}

/* line 62, app/assets/stylesheets/pages/product.scss */
.product__image-main .swiffy-slider .slider-nav {
  opacity: 1;
}

/* line 66, app/assets/stylesheets/pages/product.scss */
.product__image-main .swiffy-slider:hover .slider-nav {
  opacity: 1;
}

/* line 70, app/assets/stylesheets/pages/product.scss */
.product__image-main .slider-nav.slider-nav-next {
  right: -1.5rem;
}

/* line 74, app/assets/stylesheets/pages/product.scss */
.product__image-main .slider-nav::after {
  width: 2rem;
  height: 2rem;
}

/* line 79, app/assets/stylesheets/pages/product.scss */
.product__image-thumbs {
  display: none;
}

/* Intro */
/* line 85, app/assets/stylesheets/pages/product.scss */
.product__intro {
  display: flex;
}

/* line 89, app/assets/stylesheets/pages/product.scss */
.product__intro-inner {
  display: flex;
  flex-direction: column;
  gap: 1.75rem;
}

/* line 95, app/assets/stylesheets/pages/product.scss */
h1.product__title {
  font-size: var(--fs-heading-small);
  font-weight: 300;
  color: var(--cl-text);
  margin-bottom: 0;
}

/* line 102, app/assets/stylesheets/pages/product.scss */
.product__description {
  display: flex;
  flex-direction: column;
  gap: 1.125rem;
  font-size: var(--fs-text-normal-plus);
  color: var(--cl-text);
}

/* line 110, app/assets/stylesheets/pages/product.scss */
.product__price {
  font-size: var(--fs-heading-tiny);
  font-weight: 400;
}

/* line 116, app/assets/stylesheets/pages/product.scss */
.product__text {
  margin-bottom: 0;
}

/* line 120, app/assets/stylesheets/pages/product.scss */
.product__actions {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2rem;
}

/* line 127, app/assets/stylesheets/pages/product.scss */
.product__cart-button {
  flex-grow: 1;
}

/* line 131, app/assets/stylesheets/pages/product.scss */
.product__link-back {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: .75rem;
  font-size: var(--fs-text-base);
  margin-top: 1rem;
}

/* line 141, app/assets/stylesheets/pages/product.scss */
.product__link-back a {
  position: relative;
  color: var(--cl-text);
  font-weight: 300;
  text-decoration: underline;
}

/* line 148, app/assets/stylesheets/pages/product.scss */
.product__link-back svg {
  position: relative;
  top: 2px;
  left: 0;
  fill: var(--cl-text);
  transition: left .5s;
}

/* line 156, app/assets/stylesheets/pages/product.scss */
.product__link-back:hover svg {
  left: -5px;
}

/* Thumbs */
/* line 162, app/assets/stylesheets/pages/product.scss */
.product__image-thumbs {
  margin: 1rem auto 0;
  width: calc(100% - 70px);
}

/* line 167, app/assets/stylesheets/pages/product.scss */
.product__image-thumbs li {
  border: 5px solid transparent;
  border-radius: var(--r-small);
  overflow: hidden;
  transition: border-color .5s;
}

/* line 174, app/assets/stylesheets/pages/product.scss */
.product__image-thumbs li.active {
  border-color: #d8e2eb;
}

/* line 178, app/assets/stylesheets/pages/product.scss */
.product__image-thumbs img {
  border-radius: var(--r-small);
}

/* Media */
@media (min-width: 1024px) {
  /* line 189, app/assets/stylesheets/pages/product.scss */
  .product__image-main:hover .product__image-zoom {
    opacity: 1;
  }
  /* line 192, app/assets/stylesheets/pages/product.scss */
  .product__image-main .swiffy-slider .slider-nav {
    opacity: 0;
  }
  /* line 195, app/assets/stylesheets/pages/product.scss */
  .product__image-main .swiffy-slider:hover .slider-nav {
    opacity: 1;
  }
  /* line 198, app/assets/stylesheets/pages/product.scss */
  .product__main {
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
    max-width: var(--max-large-width);
    margin: 0 auto;
    padding: 2rem;
  }
  /* line 205, app/assets/stylesheets/pages/product.scss */
  .product__image-main .slider-nav {
    display: flex;
  }
  /* line 208, app/assets/stylesheets/pages/product.scss */
  .product__image-thumbs {
    display: block;
  }
  /* line 211, app/assets/stylesheets/pages/product.scss */
  .product__intro {
    align-items: center;
    border-left: 1px solid #707070;
    padding-left: 2rem;
  }
  /* line 216, app/assets/stylesheets/pages/product.scss */
  .product__actions {
    flex-direction: row;
    align-items: center;
  }
  /* line 220, app/assets/stylesheets/pages/product.scss */
  .product__actions {
    flex-direction: row;
    align-items: center;
  }
  /* line 224, app/assets/stylesheets/pages/product.scss */
  .product__link-back {
    margin-top: 2rem;
    justify-content: flex-start;
  }
}

@media (min-width: 1280px) {
  /* line 231, app/assets/stylesheets/pages/product.scss */
  .product__main {
    gap: 4rem;
    padding: 4rem;
  }
  /* line 235, app/assets/stylesheets/pages/product.scss */
  .product__intro {
    padding-left: 4rem;
  }
}

/* Backgrounds */
/* line 3, app/assets/stylesheets/pages/backgrounds.scss */
.backgrounds-page {
  position: relative;
  background-color: var(--cl-earth-stone);
  background-repeat: no-repeat;
  background-position: center -70px;
  background-size: 800px;
  opacity: 1;
}

/* line 12, app/assets/stylesheets/pages/backgrounds.scss */
.backgrounds-page::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(/assets/bg/bg-wave-b-silver-d152cf8e8ede26ce7ece2e736bf81c87cbab24f2ffbc0c32e02e81a449b6ae52.svg);
  background-position: center 35vh;
  background-repeat: no-repeat;
  background-size: 100%;
  opacity: 1;
  z-index: 2;
}

/* line 27, app/assets/stylesheets/pages/backgrounds.scss */
.backgrounds-page .page-content {
  position: relative;
  z-index: 5;
}

/* line 32, app/assets/stylesheets/pages/backgrounds.scss */
.backgrounds-list {
  display: grid;
  grid-template-columns: 1fr;
  gap: var(--cards-grid-gap);
  margin-top: 60px;
}

/* line 39, app/assets/stylesheets/pages/backgrounds.scss */
.backgrounds-item {
  cursor: pointer;
  position: relative;
  border-radius: 20px;
  overflow: hidden;
}

/* line 46, app/assets/stylesheets/pages/backgrounds.scss */
.backgrounds-item a {
  display: block;
  font-size: 0;
}

/* line 51, app/assets/stylesheets/pages/backgrounds.scss */
.backgrounds-item img {
  transition: transform .5s;
}

/* line 55, app/assets/stylesheets/pages/backgrounds.scss */
.backgrounds-item__actions {
  position: absolute;
  right: 1.5rem;
  top: 1.5rem;
  z-index: 1;
}

/* line 62, app/assets/stylesheets/pages/backgrounds.scss */
.backgrounds-item__remove {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  background-color: #fff;
  border-radius: 50%;
  opacity: .5;
  transition: opacity .5s;
}

/* line 74, app/assets/stylesheets/pages/backgrounds.scss */
.backgrounds-item__remove {
  fill: #000;
}

/* line 78, app/assets/stylesheets/pages/backgrounds.scss */
.backgrounds-item__remove:hover {
  opacity: .9;
}

/* line 82, app/assets/stylesheets/pages/backgrounds.scss */
.backgrounds-item__overlay {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: var(--fs-text-normal-plus);
  color: #fff;
  background-color: #00000080;
  opacity: 0;
  transition: opacity .5s;
  z-index: 0;
}

/* line 99, app/assets/stylesheets/pages/backgrounds.scss */
.backgrounds-item__overlay svg {
  fill: #fff;
  margin-right: .75rem;
}

/* Hover */
/* line 106, app/assets/stylesheets/pages/backgrounds.scss */
.backgrounds-item:hover .backgrounds-item__remove {
  opacity: 1;
}

/* line 110, app/assets/stylesheets/pages/backgrounds.scss */
.backgrounds-item:hover .backgrounds-item__overlay {
  opacity: 1;
}

/* Editor */
/* line 170, app/assets/stylesheets/pages/backgrounds.scss */
.backgrounds-editor-wrapper {
  position: relative;
  background-color: var(--cl-earth-stone);
  padding-top: calc(var(--header-height) + var(--p-block-md));
  padding-bottom: var(--p-section-lg);
}

/* line 177, app/assets/stylesheets/pages/backgrounds.scss */
.backgrounds-overlay-gradient {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to top, white 0%, rgba(255, 255, 255, 0) 40%, rgba(255, 255, 255, 0) 100%);
  z-index: 0;
}

/* line 187, app/assets/stylesheets/pages/backgrounds.scss */
.backgrounds-overlay-grid {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: .3;
  background-image: url(/assets/bg/bg-editor-grid-96cdcf0ec7adf339ab11dbf167a4f05d2ca45c1ee90cdacad6b5c499d2dc06fb.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 1100px;
  z-index: 0;
}

/* line 201, app/assets/stylesheets/pages/backgrounds.scss */
.backgrounds-editor-holder {
  position: relative;
  z-index: 1;
}

/* line 206, app/assets/stylesheets/pages/backgrounds.scss */
.backgrounds-editor-holder .tui-image-editor-container .tui-image-editor-menu {
  padding-top: 6px;
}

/* line 210, app/assets/stylesheets/pages/backgrounds.scss */
.backgrounds-editor-holder .tui-image-editor-container .tui-image-editor-menu > .tui-image-editor-item {
  padding: 7px 8px 6px 8px;
}

/* line 214, app/assets/stylesheets/pages/backgrounds.scss */
.backgrounds-editor-holder .tui-image-editor-container .tui-image-editor-controls {
  max-width: 250px;
  left: 50%;
  transform: translateX(-50%);
}

/* line 220, app/assets/stylesheets/pages/backgrounds.scss */
.backgrounds-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  justify-content: space-between;
  margin: 2rem 0 0;
}

/* line 228, app/assets/stylesheets/pages/backgrounds.scss */
.backgrounds-actions .btn {
  display: flex;
  width: 100%;
}

/* line 233, app/assets/stylesheets/pages/backgrounds.scss */
.backgrounds-actions .btn:nth-child(1) {
  order: 2;
}

/* line 237, app/assets/stylesheets/pages/backgrounds.scss */
.backgrounds-actions .btn:nth-child(2) {
  order: 1;
}

/* Media */
@media (min-width: 480px) {
  /* line 244, app/assets/stylesheets/pages/backgrounds.scss */
  .backgrounds-actions {
    flex-wrap: nowrap;
  }
  /* line 247, app/assets/stylesheets/pages/backgrounds.scss */
  .backgrounds-actions .btn {
    display: inherit;
    width: auto;
  }
  /* line 251, app/assets/stylesheets/pages/backgrounds.scss */
  .backgrounds-actions .btn:nth-child(1) {
    order: 1;
  }
  /* line 254, app/assets/stylesheets/pages/backgrounds.scss */
  .backgrounds-actions .btn:nth-child(2) {
    order: 2;
  }
}

@media (min-width: 768px) {
  /* line 260, app/assets/stylesheets/pages/backgrounds.scss */
  .backgrounds-list {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 1024px) {
  /* line 266, app/assets/stylesheets/pages/backgrounds.scss */
  .backgrounds-list {
    grid-template-columns: repeat(3, 1fr);
  }
  /* line 269, app/assets/stylesheets/pages/backgrounds.scss */
  .backgrounds-item__remove {
    opacity: 0;
  }
}

/* Tiles */
/* line 3, app/assets/stylesheets/pages/tiles.scss */
.tiles-page {
  position: relative;
  background-color: var(--cl-earth-tan);
  background-repeat: no-repeat;
  background-position: center -70px;
  background-size: 800px;
  opacity: 1;
}

/* line 12, app/assets/stylesheets/pages/tiles.scss */
.tiles-page-123::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(/assets/bg/bg-our-mission-db10859a84ebd0b7f26c7d0ee1f9cd626b4c3a11ef093386d800b5b3e7f7ded2.jpg);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 100%;
  opacity: .5;
  z-index: 1;
}

/* line 27, app/assets/stylesheets/pages/tiles.scss */
.tiles-page::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(/assets/bg/bg-wave-b-wheat-2570f0f0f3fc6db18c373dc14e3530e89763b20bc0864e95e2cfd39971365406.svg);
  background-position: center 35vh;
  background-repeat: no-repeat;
  background-size: 100%;
  opacity: 1;
  z-index: 2;
}

/* line 42, app/assets/stylesheets/pages/tiles.scss */
.tiles-page__content {
  position: relative;
  z-index: 5;
}

/* line 47, app/assets/stylesheets/pages/tiles.scss */
.tiles-page__header {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 2rem;
}

/* line 55, app/assets/stylesheets/pages/tiles.scss */
.tiles-page__header h2 {
  font-size: var(--fs-text-middle);
  margin-bottom: 0;
  font-weight: 400;
}

/* line 61, app/assets/stylesheets/pages/tiles.scss */
.tiles-options a {
  display: flex;
  align-items: center;
  gap: .5rem;
  padding: .5rem 1rem;
  white-space: nowrap;
  border-radius: 20px;
  border: 1px dotted #999;
  transition: background-color .5s;
}

/* line 72, app/assets/stylesheets/pages/tiles.scss */
.tiles-options a:hover {
  background-color: #fff;
}

/* Tiles list */
/* line 78, app/assets/stylesheets/pages/tiles.scss */
.tiles-list-empty {
  font-size: var(--fs-text-normal);
  text-align: center;
}

/* line 83, app/assets/stylesheets/pages/tiles.scss */
.tiles-list-empty p {
  text-align: center;
}

/* line 87, app/assets/stylesheets/pages/tiles.scss */
.tiles-list {
  display: grid;
  grid-template-columns: 1fr;
  gap: var(--cards-grid-gap);
  margin-top: 2.5rem;
}

/* line 94, app/assets/stylesheets/pages/tiles.scss */
.tiles-list--virtual .tile-top__screen-image {
  animation: fadeOpacityTile 3s forwards;
  animation-delay: 2s;
}

@keyframes fadeOpacityTile {
  from {
    opacity: 1;
  }
  to {
    opacity: 0.3;
  }
}

/* line 108, app/assets/stylesheets/pages/tiles.scss */
.tiles-item-box {
  cursor: pointer;
  position: relative;
  border-radius: 20px;
  overflow: hidden;
}

/* line 115, app/assets/stylesheets/pages/tiles.scss */
.tiles-item__title {
  position: relative;
  display: flex;
  align-items: center;
  gap: .5rem;
  height: 50px;
}

/* line 123, app/assets/stylesheets/pages/tiles.scss */
.tiles-item__title h2 {
  font-size: var(--fs-text-normal);
  color: var(--cl-text);
  margin-bottom: 0;
  font-weight: 400;
}

/* line 130, app/assets/stylesheets/pages/tiles.scss */
.tiles-item__virtual-title {
  display: flex;
  justify-content: flex-end;
  flex-grow: 2;
}

/* line 136, app/assets/stylesheets/pages/tiles.scss */
.tiles-item__virtual-title > span {
  display: flex;
  align-items: center;
  padding: .5rem .75rem .5rem 1.25rem;
  font-size: var(--fs-text-tiny);
  text-transform: uppercase;
  color: #333;
  background-color: var(--cl-earth-stone);
  border-radius: 20px;
}

/* line 147, app/assets/stylesheets/pages/tiles.scss */
.tiles-item__virtual-title.limit--reached > span > span {
  color: var(--cl-error-dark);
  font-weight: 700;
}

/* line 152, app/assets/stylesheets/pages/tiles.scss */
.tiles-item__virtual-title > span > span {
  margin-left: .5rem;
  display: flex;
  width: 20px;
  height: 20px;
  justify-content: center;
  align-items: center;
  padding-bottom: 1px;
  font-size: 11px;
  line-height: 1;
  color: #111;
  background-color: #f1f1f1;
  border-radius: 10px;
}

/* line 167, app/assets/stylesheets/pages/tiles.scss */
.tiles-item-box img {
  transition: transform .5s;
}

/* line 171, app/assets/stylesheets/pages/tiles.scss */
.tiles-item-box__actions {
  position: absolute;
  right: 1.5rem;
  top: 1.5rem;
  z-index: 2;
}

/* line 178, app/assets/stylesheets/pages/tiles.scss */
.tiles-item-box__remove {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  background-color: #fff;
  border-radius: 50%;
  opacity: .5;
  transition: opacity .5s;
}

/* line 190, app/assets/stylesheets/pages/tiles.scss */
.tiles-item-box__remove svg {
  fill: #000;
}

/* line 194, app/assets/stylesheets/pages/tiles.scss */
.tiles-item-box__remove:hover {
  opacity: .9;
}

/* line 198, app/assets/stylesheets/pages/tiles.scss */
.tiles-item-box__overlay {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: var(--fs-text-normal-plus);
  color: #fff;
  background-color: #00000080;
  opacity: 0;
  transition: opacity .5s;
  z-index: 1;
}

/* line 215, app/assets/stylesheets/pages/tiles.scss */
.tiles-item-box__overlay svg {
  fill: #fff;
  margin-right: .75rem;
}

/* Hover */
/* line 222, app/assets/stylesheets/pages/tiles.scss */
.tiles-item-box:hover .tiles-item-box__remove {
  opacity: 1;
}

/* line 226, app/assets/stylesheets/pages/tiles.scss */
.tiles-item-box:hover .tiles-item-box__overlay {
  opacity: 1;
}

/* Processing */
/* line 232, app/assets/stylesheets/pages/tiles.scss */
.tiles-processing {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: var(--fs-text-regular);
  color: var(--cl-text);
}

/* line 245, app/assets/stylesheets/pages/tiles.scss */
.tiles-processing span {
  display: inline-flex;
  gap: .5rem;
  align-items: center;
}

/* Media */
@media (min-width: 480px) {
  /* line 254, app/assets/stylesheets/pages/tiles.scss */
  .tiles-page {
    background-position: center -30px;
  }
}

@media (min-width: 640px) {
  /* line 261, app/assets/stylesheets/pages/tiles.scss */
  .tiles-page {
    background-position: center -80px;
    background-size: 1000px;
  }
}

@media (min-width: 768px) {
  /* line 269, app/assets/stylesheets/pages/tiles.scss */
  .tiles-list {
    grid-template-columns: repeat(3, 1fr);
  }
  /* line 272, app/assets/stylesheets/pages/tiles.scss */
  .tiles-page {
    background-position: center -120px;
    background-size: 150%;
  }
}

@media (min-width: 1024px) {
  /* line 279, app/assets/stylesheets/pages/tiles.scss */
  .tiles-item-box__remove {
    opacity: 0;
  }
  /* line 282, app/assets/stylesheets/pages/tiles.scss */
  .tiles-page {
    background-position: center -100px;
    background-size: 110%;
  }
}

@media (min-width: 1280px) {
  /* line 289, app/assets/stylesheets/pages/tiles.scss */
  .tiles-page {
    background-position: center -200px;
    background-size: 110%;
  }
  /* line 293, app/assets/stylesheets/pages/tiles.scss */
  .tiles-page::after {
    background-position: center 45vh;
    background-size: 100%;
  }
}

/* Tile Edit */
/* line 3, app/assets/stylesheets/pages/tile-edit.scss */
.tile-header {
  position: relative;
  padding-top: calc(var(--header-height) + var(--p-block-md));
}

/* line 8, app/assets/stylesheets/pages/tile-edit.scss */
.tile-header .container {
  position: relative;
  z-index: 1;
}

/* line 13, app/assets/stylesheets/pages/tile-edit.scss */
.tile-header-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(100% - 150px);
  background-repeat: no-repeat;
  border-bottom-left-radius: var(--corners-radius);
  border-bottom-right-radius: var(--corners-radius);
}

/* Top */
/* line 26, app/assets/stylesheets/pages/tile-edit.scss */
.tile-top {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  column-gap: var(--cards-grid-gap);
  row-gap: 1rem;
}

/* line 34, app/assets/stylesheets/pages/tile-edit.scss */
.tile-top__tile {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}

/* Screen Image */
/* line 43, app/assets/stylesheets/pages/tile-edit.scss */
.tile-top__screen {
  border-radius: 20px;
  border: 1px solid #000;
  width: 350px;
  overflow: hidden;
  aspect-ratio: 16/9;
}

/* line 51, app/assets/stylesheets/pages/tile-edit.scss */
.tile-top__screen .tile-card {
  transform-origin: top left;
  transform: scale(calc(350 / 960));
}

/* line 57, app/assets/stylesheets/pages/tile-edit.scss */
.tile-top__screen-image {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--cl-silver);
  background-repeat: no-repeat;
  background-size: cover;
  aspect-ratio: 16/9;
  transition: background 0.5s;
}

/* Titles */
/* line 71, app/assets/stylesheets/pages/tile-edit.scss */
.tile-top__screen-label {
  font-size: var(--fs-text-base);
  font-weight: 400;
  text-transform: uppercase;
}

/* line 77, app/assets/stylesheets/pages/tile-edit.scss */
.tile-top__screen-title {
  display: flex;
  align-items: center;
  width: 100%;
  gap: .5rem;
  margin-bottom: 1rem;
}

/* line 85, app/assets/stylesheets/pages/tile-edit.scss */
.tile-top__screen-title h2 {
  font-size: var(--fs-text-normal);
  font-weight: 400;
  margin-bottom: 0;
}

/* line 91, app/assets/stylesheets/pages/tile-edit.scss */
.tile-top__screen-title h3 {
  font-size: var(--fs-text-base);
  font-weight: 600;
}

/* line 96, app/assets/stylesheets/pages/tile-edit.scss */
.tile-top__screen-edit {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1rem;
  margin-top: 0.5rem;
}

/* line 104, app/assets/stylesheets/pages/tile-edit.scss */
.tile-top__screen-name {
  display: flex;
  align-items: center;
  gap: .5rem;
}

/* line 110, app/assets/stylesheets/pages/tile-edit.scss */
.tile-top__subscribe {
  display: flex;
  justify-content: center;
  align-items: center;
}

/* line 116, app/assets/stylesheets/pages/tile-edit.scss */
.tile-top__subscribe svg {
  fill: #555;
}

/* line 120, app/assets/stylesheets/pages/tile-edit.scss */
.tile-top__subscribe .btn {
  gap: .5rem;
}

/* Map */
/* line 126, app/assets/stylesheets/pages/tile-edit.scss */
.tile-bottom__map {
  position: relative;
  display: flex;
  order: 3;
  background-color: #f5f5f5;
  border-radius: 20px;
  border: 1px solid #000;
  overflow: hidden;
  min-height: 200px;
  max-width: 300px;
  min-width: 250px;
}

/* line 139, app/assets/stylesheets/pages/tile-edit.scss */
.tile-bottom__map-holder {
  display: flex;
  width: 100%;
  height: auto;
}

/* line 145, app/assets/stylesheets/pages/tile-edit.scss */
.tile-bottom__map-overlay {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  font-size: var(--fs-text-normal-plus);
  color: #fff;
  background-color: #00000080;
  opacity: 0;
  transition: opacity .5s;
  z-index: 1;
}

/* line 158, app/assets/stylesheets/pages/tile-edit.scss */
.tile-bottom__map-overlay svg {
  fill: #fff;
}

/* line 162, app/assets/stylesheets/pages/tile-edit.scss */
.tile-bottom__map-overlay:hover {
  opacity: 1;
}

/* line 166, app/assets/stylesheets/pages/tile-edit.scss */
.tile-bottom__map-title {
  margin-top: 1rem;
  max-width: 300px;
}

/* line 171, app/assets/stylesheets/pages/tile-edit.scss */
.tile-bottom__map-title h3 {
  font-weight: 400;
}

/* Tile Images */
/* line 177, app/assets/stylesheets/pages/tile-edit.scss */
.tile-images {
  margin-top: 3rem;
}

/* line 182, app/assets/stylesheets/pages/tile-edit.scss */
.tile-images__title {
  font-size: var(--fs-text-normal);
  font-weight: 300;
  text-transform: uppercase;
  margin-bottom: 1.5rem;
}

/* line 189, app/assets/stylesheets/pages/tile-edit.scss */
.tile-images__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  max-height: 26vw;
  transition: max-height .75s ease-out;
  overflow: hidden;
}

/* line 198, app/assets/stylesheets/pages/tile-edit.scss */
.page-images .tile-images__list {
  grid-template-columns: 1fr;
  max-height: initial;
  gap: 20px;
}

/* line 204, app/assets/stylesheets/pages/tile-edit.scss */
.tile-images__empty-list {
  display: none;
}

/* line 208, app/assets/stylesheets/pages/tile-edit.scss */
.is--empty-list .tile-images__empty-list {
  display: block;
}

/* line 212, app/assets/stylesheets/pages/tile-edit.scss */
.page-images .tile-images__empty-list {
  font-size: var(--fs-text-normal);
}

/* line 216, app/assets/stylesheets/pages/tile-edit.scss */
.gallery-images .tile-images__list {
  margin-top: 1.5rem;
}

/* line 220, app/assets/stylesheets/pages/tile-edit.scss */
.gallery-images .tile-images__actions {
  margin-top: .5rem;
}

/* line 224, app/assets/stylesheets/pages/tile-edit.scss */
.page-images .tile-images__actions {
  font-size: var(--fs-text-normal);
}

/* line 228, app/assets/stylesheets/pages/tile-edit.scss */
.tile-images__list.opened {
  max-height: 1000px;
}

/* line 232, app/assets/stylesheets/pages/tile-edit.scss */
.tile-images__list label.selected {
  border: none;
}

/* line 236, app/assets/stylesheets/pages/tile-edit.scss */
.tile-images__item {
  cursor: pointer;
  position: relative;
  display: inline-block;
  width: 100%;
  margin: 0;
  border-radius: 10px;
  font-size: 0;
  overflow: hidden;
}

/* line 247, app/assets/stylesheets/pages/tile-edit.scss */
label.tile-images__item {
  border-radius: 10px;
}

/* line 251, app/assets/stylesheets/pages/tile-edit.scss */
label.tile-images__item-bg {
  padding-bottom: 54%;
}

/* line 255, app/assets/stylesheets/pages/tile-edit.scss */
.tile-images__item-image {
  opacity: .7;
  transition: opacity .5s;
}

/* line 260, app/assets/stylesheets/pages/tile-edit.scss */
.tile-images__item.selected .tile-images__item-image {
  opacity: 1;
}

/* line 264, app/assets/stylesheets/pages/tile-edit.scss */
.slider-item-ratio-16x9 {
  --swiffy-slider-item-ratio: 16/9;
}

/* line 268, app/assets/stylesheets/pages/tile-edit.scss */
.tile-images__item-shared {
  position: absolute;
  right: 7px;
  bottom: 5px;
  z-index: 1;
}

/* line 275, app/assets/stylesheets/pages/tile-edit.scss */
.tile-images__item-overlay {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: var(--fs-text-base);
  font-weight: 300;
  background-color: var(--cl-text-inverse);
}

/* line 284, app/assets/stylesheets/pages/tile-edit.scss */
.tile-images__item-overlay span {
  display: flex;
}

/* line 288, app/assets/stylesheets/pages/tile-edit.scss */
.tile-images__item-upload {
  position: relative;
  width: 100%;
  height: 100%;
}

/* line 294, app/assets/stylesheets/pages/tile-edit.scss */
.tile-images__item-upload label {
  cursor: pointer;
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  text-align: center;
  transition: background-color .5s;
}

/* line 305, app/assets/stylesheets/pages/tile-edit.scss */
.tile-images__item-upload label:hover {
  background-color: var(--cl-light-white);
}

/* line 310, app/assets/stylesheets/pages/tile-edit.scss */
.tile-images .tile-images__item .tile-images__item-check {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  top: .75rem;
  left: .75rem;
  width: 24px;
  height: 24px;
  border: 1px solid #000;
  border-radius: 20px;
  background-color: #fff;
  z-index: 1;
}

/* line 325, app/assets/stylesheets/pages/tile-edit.scss */
.tile-images__item-check > span {
  display: block;
  width: 10px;
  height: 10px;
  background-color: transparent;
  border-radius: 10px;
}

/* line 333, app/assets/stylesheets/pages/tile-edit.scss */
.tile-images__item.selected .tile-images__item-check > span {
  background-color: #000;
}

/* Tile TABs */
/* line 339, app/assets/stylesheets/pages/tile-edit.scss */
.tile-tabs-wrapper {
  margin: 2.5rem 0 2rem;
}

/* line 343, app/assets/stylesheets/pages/tile-edit.scss */
.tile-tabs__button {
  position: relative;
}

/* line 347, app/assets/stylesheets/pages/tile-edit.scss */
.page-tabs__input:checked + label .icon-svg {
  fill: #fff;
}

/* line 351, app/assets/stylesheets/pages/tile-edit.scss */
.page-tabs__button:hover .icon-svg {
  fill: #fff;
}

/* line 355, app/assets/stylesheets/pages/tile-edit.scss */
.tile-tabs__button-label {
  display: flex;
  align-items: center;
  gap: .25rem;
  margin-right: -.5rem;
}

/* line 362, app/assets/stylesheets/pages/tile-edit.scss */
.tile-tabs__button .scroll-menu__item {
  padding: 0.5rem 1.5rem 0.5rem 3.5rem;
}

/* line 366, app/assets/stylesheets/pages/tile-edit.scss */
.tile-tabs__button-check {
  pointer-events: none;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 1.25rem;
  left: 1.25rem;
  width: 24px;
  height: 24px;
  border: 1px solid #000;
  border-radius: 20px;
  background-color: #fff;
  z-index: 1;
}

/* line 382, app/assets/stylesheets/pages/tile-edit.scss */
.tile-tabs__button-check > span {
  display: block;
  width: 10px;
  height: 10px;
  background-color: transparent;
  border-radius: 10px;
}

/* line 390, app/assets/stylesheets/pages/tile-edit.scss */
.active .tile-tabs__button-check > span {
  background-color: #000;
}

/* line 394, app/assets/stylesheets/pages/tile-edit.scss */
.tile-tabs__content {
  margin-top: 2.5rem;
  min-height: 50px;
}

/* Action buttons */
/* line 402, app/assets/stylesheets/pages/tile-edit.scss */
.tile-actions {
  position: sticky;
  bottom: 0;
  z-index: 10;
}

/* line 408, app/assets/stylesheets/pages/tile-edit.scss */
.tile-actions .container {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: center;
  align-items: center;
  gap: 2rem;
}

/* line 417, app/assets/stylesheets/pages/tile-edit.scss */
.action-button-wrapper {
  display: flex;
  justify-content: center;
}

/* line 422, app/assets/stylesheets/pages/tile-edit.scss */
.tile-actions__col:first-child {
  display: none;
}

/* line 426, app/assets/stylesheets/pages/tile-edit.scss */
.tile-update-action:disabled {
  opacity: .5;
}

/* line 430, app/assets/stylesheets/pages/tile-edit.scss */
.tile-actions__title {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  padding: .5rem 2.5rem .6rem 0;
  height: 52px;
  font-size: var(--fs-text-base);
  font-weight: 400;
  border: 1px solid transparent;
  border-radius: 100px;
  white-space: nowrap;
  color: var(--cl-text);
  -webkit-tap-highlight-color: transparent;
}

/* line 447, app/assets/stylesheets/pages/tile-edit.scss */
.tile-actions-box {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: .75rem 0;
}

/* Tabs Container */
/* line 456, app/assets/stylesheets/pages/tile-edit.scss */
#tab-content,
#tab-stream-container,
#tab-options-turbo-container {
  position: relative;
}

/* line 462, app/assets/stylesheets/pages/tile-edit.scss */
.tab-loader {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  padding-top: 100px;
  background-color: #eeeee7ff;
  z-index: 5;
}

/* line 475, app/assets/stylesheets/pages/tile-edit.scss */
.tile-tabs__container {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  column-gap: 80px;
  row-gap: 2rem;
  margin-bottom: 3rem;
  width: 100%;
  opacity: 0;
  z-index: 2;
}

/* line 487, app/assets/stylesheets/pages/tile-edit.scss */
.tile-tabs__container.gallery-tab-container {
  row-gap: 1rem;
}

/* line 491, app/assets/stylesheets/pages/tile-edit.scss */
.tile-tabs__container.tab-gallery {
  margin-bottom: 0;
}

/* line 495, app/assets/stylesheets/pages/tile-edit.scss */
.tile-tabs__container-inner {
  position: relative;
}

/* line 499, app/assets/stylesheets/pages/tile-edit.scss */
.tile-tabs__row {
  width: 100%;
}

/* line 503, app/assets/stylesheets/pages/tile-edit.scss */
.tile-tabs__helper {
  font-size: var(--fs-text-base);
  color: var(--cl-text-soft);
  width: 100%;
}

/* line 509, app/assets/stylesheets/pages/tile-edit.scss */
.tile-tabs__container.empty {
  margin-top: -100px;
}

/* line 513, app/assets/stylesheets/pages/tile-edit.scss */
.tile-tabs__label {
  display: block;
  font-size: var(--fs-heading-tiny);
  font-weight: 300;
  margin-bottom: 1rem;
}

/* line 520, app/assets/stylesheets/pages/tile-edit.scss */
.tile-tabs__field-label {
  display: block;
  font-size: var(--fs-text-medium);
  font-weight: 300;
  margin-bottom: .5rem;
}

/* line 527, app/assets/stylesheets/pages/tile-edit.scss */
.tile-tabs__field-text {
  font-size: var(--fs-text-base);
}

/* line 531, app/assets/stylesheets/pages/tile-edit.scss */
.tile-tabs__radio-line {
  display: block;
  flex-wrap: wrap;
  gap: 2rem;
}

/* Other */
/* line 540, app/assets/stylesheets/pages/tile-edit.scss */
.tile-tabs__field-value {
  display: flex;
  align-items: center;
  gap: 1rem;
  font-size: var(--fs-text-normal);
  font-weight: 400;
}

/* line 548, app/assets/stylesheets/pages/tile-edit.scss */
.tile-tabs__field-inline {
  display: flex;
  align-items: center;
  gap: 1rem;
}

/* line 554, app/assets/stylesheets/pages/tile-edit.scss */
.tile-tabs__field-remove {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  width: 30px;
  height: 30px;
  border-radius: 50px;
  border: 1px solid #000;
}

/* line 565, app/assets/stylesheets/pages/tile-edit.scss */
.tile-tabs__group {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}

/* line 571, app/assets/stylesheets/pages/tile-edit.scss */
.tile-tabs__input {
  min-width: 250px;
  max-width: 300px;
  margin-bottom: 1rem;
}

/* line 577, app/assets/stylesheets/pages/tile-edit.scss */
.tile-tabs__input .ts-dropdown {
  background-color: #ffedd5;
  font-size: 16px;
  height: 200px;
  min-width: 200px;
  overflow: scroll;
  position: absolute;
  z-index: 100;
}

/* line 587, app/assets/stylesheets/pages/tile-edit.scss */
.tile-tabs__input .ts-wrapper {
  border: 1px solid #000;
  border-radius: .5rem;
}

/* line 592, app/assets/stylesheets/pages/tile-edit.scss */
.tile-tabs__input .ts-dropdown .ts-dropdown-content {
  height: 100%;
}

/* line 596, app/assets/stylesheets/pages/tile-edit.scss */
.tile-tabs__input .ts-wrapper,
.tile-tabs__input .ts-wrapper.plugin-remove_button .item {
  position: relative;
}

/* line 601, app/assets/stylesheets/pages/tile-edit.scss */
.tile-tabs__input .ts-hidden-accessible {
  clip: rect(0 0 0 0);
  border: 0;
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

/* line 613, app/assets/stylesheets/pages/tile-edit.scss */
.tile-tabs__input .ts-control {
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
  padding: .5rem;
  position: relative;
  width: 100%;
  z-index: 1;
}

/* line 623, app/assets/stylesheets/pages/tile-edit.scss */
.tile-tabs__input .ts-control > input {
  background: none;
  border: 0;
  box-shadow: none;
  display: inline-block;
  flex: 1 1 auto;
  line-height: inherit;
  margin: 0;
  max-height: none;
  max-width: 100%;
  min-height: 0;
  min-width: 7rem;
  padding: 0;
  text-indent: 0;
  -webkit-user-select: auto;
  -moz-user-select: auto;
  user-select: auto;
}

/* line 642, app/assets/stylesheets/pages/tile-edit.scss */
.tile-tabs__input select:disabled + .ts-wrapper {
  opacity: .4;
}

/* line 646, app/assets/stylesheets/pages/tile-edit.scss */
.tile-tabs__input .ts-dropdown {
  position: absolute;
  min-height: 200px;
  width: 400px;
  padding: 0;
  border: 1px solid #afafaf;
  background-color: #fff;
  font-size: var(--fs-text-base);
  border-radius: var(--r-small);
  -webkit-box-shadow: -1px 4px 37px -7px rgba(34, 60, 80, 0.24);
  -moz-box-shadow: -1px 4px 37px -7px rgba(34, 60, 80, 0.24);
  box-shadow: -1px 4px 37px -7px rgba(34, 60, 80, 0.24);
  overflow: auto;
  z-index: 100;
}

/* line 662, app/assets/stylesheets/pages/tile-edit.scss */
.tile-tabs__input .ts-dropdown .ts-dropdown-content {
  height: 100%;
}

/* line 666, app/assets/stylesheets/pages/tile-edit.scss */
.tile-tabs__input .ts-dropdown .no-results {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}

/* line 674, app/assets/stylesheets/pages/tile-edit.scss */
.tile-tabs__multiple-label {
  display: block;
  margin-bottom: .75rem;
  font-size: var(--fs-text-tiny);
  color: #7c7c7c;
}

/* line 681, app/assets/stylesheets/pages/tile-edit.scss */
.tile-tabs__dropdown-item {
  cursor: pointer;
  padding: .5rem 1rem;
  background-color: transparent;
  transition: background-color .5s;
}

/* line 688, app/assets/stylesheets/pages/tile-edit.scss */
.tile-tabs__dropdown-item:hover {
  background-color: var(--cl-silver);
}

/* line 692, app/assets/stylesheets/pages/tile-edit.scss */
.tile-tabs__dropdown-line {
  display: flex;
  justify-content: space-between;
  font-size: var(--fs-text-small);
}

/* line 698, app/assets/stylesheets/pages/tile-edit.scss */
.tile-tabs__dropdown-line:nth-child(2) {
  font-size: var(--fs-text-small);
  font-weight: 700;
}

/* Notes */
/* line 705, app/assets/stylesheets/pages/tile-edit.scss */
.tab-notes {
  width: 100%;
}

/* line 709, app/assets/stylesheets/pages/tile-edit.scss */
.tile-tabs__container.tile-tabs__notes {
  display: block;
}

/* line 713, app/assets/stylesheets/pages/tile-edit.scss */
.tile-tabs__notes .tui-image-editor-container .tui-image-editor {
  top: 0 !important;
}

/* line 717, app/assets/stylesheets/pages/tile-edit.scss */
.tile-tabs__notes .tui-image-editor-container .tui-image-editor-wrap .tui-image-editor-size-wrap .tui-image-editor-align-wrap {
  vertical-align: top;
}

/* line 721, app/assets/stylesheets/pages/tile-edit.scss */
.tile-tabs__notes .tui-image-editor-container {
  background-color: transparent;
  height: 670px;
}

/* line 726, app/assets/stylesheets/pages/tile-edit.scss */
.tile-tabs__notes .tui-image-editor-container.submenu-nav-opened {
  height: 830px;
}

/* line 730, app/assets/stylesheets/pages/tile-edit.scss */
.tile-tabs__notes .tui-image-editor-container .tui-image-editor-submenu {
  bottom: 65px;
}

/* line 734, app/assets/stylesheets/pages/tile-edit.scss */
.tile-tabs__notes .tui-image-editor-canvas-container {
  width: 960px !important;
  height: 540px !important;
}

/* line 739, app/assets/stylesheets/pages/tile-edit.scss */
.tile-tabs__notes .tui-image-editor-controls {
  border-radius: 50px;
  max-width: 350px;
  left: 50%;
  transform: translateX(-50%);
}

/* line 746, app/assets/stylesheets/pages/tile-edit.scss */
.tile-tabs__notes > .flex.justify-end {
  display: none;
}

/* line 750, app/assets/stylesheets/pages/tile-edit.scss */
.tile-tabs__notes .tui-image-editor-header-buttons {
  display: none;
}

/* line 754, app/assets/stylesheets/pages/tile-edit.scss */
.tile-tabs__notes .tui-image-editor-header-logo {
  display: none;
}

/* line 758, app/assets/stylesheets/pages/tile-edit.scss */
.tile-tabs__notes .tui-image-editor-container .tui-image-editor-menu {
  vertical-align: inherit;
}

/* line 762, app/assets/stylesheets/pages/tile-edit.scss */
.tui-image-editor-clear {
  opacity: .7;
}

/* line 766, app/assets/stylesheets/pages/tile-edit.scss */
.tui-image-editor-upload {
  top: 5px;
  opacity: .7;
}

/* line 771, app/assets/stylesheets/pages/tile-edit.scss */
.tui-image-editor-clear:hover,
.tui-image-editor-upload:hover {
  opacity: 1;
}

/* line 776, app/assets/stylesheets/pages/tile-edit.scss */
.tui-image-editor-upload img {
  width: 41px;
  height: 37px;
}

/* line 781, app/assets/stylesheets/pages/tile-edit.scss */
.tile-tabs__notes .tui-image-editor-menu use.normal.use-default,
.tile-tabs__notes .tui-image-editor-help-menu use.normal.use-default {
  fill-rule: evenodd;
  fill: #b1b1b1;
  stroke: #b1b1b1;
}

/* Radio Dropdown */
/* line 790, app/assets/stylesheets/pages/tile-edit.scss */
.tile-tab-group.is--dropdown {
  position: relative;
  flex-direction: column;
  gap: .3rem;
}

/* line 796, app/assets/stylesheets/pages/tile-edit.scss */
.is--dropdown .tile-tab-options-group {
  cursor: pointer;
  border: 1px solid #dedede;
  border-radius: 6px;
  min-width: 250px;
  background-color: #fff;
  padding: .6rem 1rem;
}

/* line 805, app/assets/stylesheets/pages/tile-edit.scss */
.is--dropdown .tile-tab-group__title {
  color: #777;
  margin-bottom: .5rem;
}

/* line 810, app/assets/stylesheets/pages/tile-edit.scss */
.tile-tab-group__select {
  display: flex;
  justify-content: space-between;
}

/* line 815, app/assets/stylesheets/pages/tile-edit.scss */
.tile-tab-group__live-4 {
  display: flex;
  flex-direction: column;
  gap: .5rem;
}

/* line 821, app/assets/stylesheets/pages/tile-edit.scss */
.tile-tab-group__row {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

/* line 827, app/assets/stylesheets/pages/tile-edit.scss */
.tile-tab-group__control {
  display: flex;
  flex-direction: column;
  gap: .5rem;
}

/* line 833, app/assets/stylesheets/pages/tile-edit.scss */
.tile-tab-group__open svg {
  stroke: #777;
  transition: all .5s;
}

/* line 838, app/assets/stylesheets/pages/tile-edit.scss */
.is--opened .tile-tab-group__open svg {
  transform: rotate(180deg);
}

/* line 842, app/assets/stylesheets/pages/tile-edit.scss */
.tile-tab-radio-separator {
  display: block;
  height: .75rem;
}

/* line 847, app/assets/stylesheets/pages/tile-edit.scss */
.tile-tab-radio-dropdown {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-in-out;
}

/* line 853, app/assets/stylesheets/pages/tile-edit.scss */
.tile-tab-radio-dropdown.is--visible {
  max-height: 500px;
}

/* line 857, app/assets/stylesheets/pages/tile-edit.scss */
.tile-tab-group.is--quadrant {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
  background-color: #f4f4f4;
  border-radius: 6px;
  padding: 0.6rem;
}

/* line 866, app/assets/stylesheets/pages/tile-edit.scss */
.is--quadrant .tile-tab-options-group {
  padding: 1.5rem 1rem;
  min-width: 230px;
}

/* line 871, app/assets/stylesheets/pages/tile-edit.scss */
.is--quadrant .tile-tab-options-group.is--live-4 {
  padding: 1rem;
}

/* line 875, app/assets/stylesheets/pages/tile-edit.scss */
.is--quadrant .tile-tab-options-group {
  position: relative;
}

/* line 879, app/assets/stylesheets/pages/tile-edit.scss */
.is--quadrant .tile-tab-radio-dropdown {
  position: absolute;
  top: 75px;
  left: 0;
  width: 100%;
  background-color: #fff;
  border-radius: 6px;
  padding: 1rem 1rem;
  z-index: 10;
}

/* line 890, app/assets/stylesheets/pages/tile-edit.scss */
.tile-tab-radio-dropdown.hidden.is--visible {
  display: block;
}

/* Note Previews */
/* line 900, app/assets/stylesheets/pages/tile-edit.scss */
.tile-images__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 1.5rem;
}

/* line 907, app/assets/stylesheets/pages/tile-edit.scss */
.tile-images__header h3 {
  font-size: var(--fs-text-normal);
}

/* line 911, app/assets/stylesheets/pages/tile-edit.scss */
.tile-images__actions {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: var(--fs-text-regular);
  color: var(--cl-text-linght);
}

/* line 919, app/assets/stylesheets/pages/tile-edit.scss */
.tile-images__actions .icon-svg {
  fill: #777;
}

/* line 923, app/assets/stylesheets/pages/tile-edit.scss */
.tile-images__list.tile-images__demo {
  opacity: .7;
}

/* line 927, app/assets/stylesheets/pages/tile-edit.scss */
.tile-images__list.opened {
  max-height: 1000px;
}

/* line 931, app/assets/stylesheets/pages/tile-edit.scss */
.tile-images__item {
  position: relative;
}

/* line 935, app/assets/stylesheets/pages/tile-edit.scss */
.tile-images__item-actions {
  position: absolute;
  display: flex;
  border: none;
  justify-content: right;
  align-items: center;
  gap: 2px;
  padding: 0;
  top: 7px;
  right: 7px;
  width: 30px;
  height: 30px;
  background-color: #fff;
  border-radius: 20px;
  opacity: .7;
  transition: opacity .5s, width .2s;
  z-index: 5;
  overflow: hidden;
}

/* line 955, app/assets/stylesheets/pages/tile-edit.scss */
.page-images .tile-images__item-actions {
  top: 15px;
  right: 15px;
  width: 40px;
  height: 40px;
  opacity: .5;
}

/* line 963, app/assets/stylesheets/pages/tile-edit.scss */
.tile-images__item-remove {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  min-width: 30px;
  height: 30px;
}

/* line 972, app/assets/stylesheets/pages/tile-edit.scss */
.page-images .tile-images__item-remove {
  width: 40px;
  min-width: 40px;
  height: 40px;
}

/* line 978, app/assets/stylesheets/pages/tile-edit.scss */
.tile-images__item-cancel {
  font-size: var(--fs-text-small);
}

/* line 982, app/assets/stylesheets/pages/tile-edit.scss */
.is--confirmation .tile-images__item-actions {
  padding: 0 0 0 .75rem;
  width: 85px;
}

/* line 987, app/assets/stylesheets/pages/tile-edit.scss */
.page-images .is--confirmation .tile-images__item-actions {
  width: 100px;
}

/* line 991, app/assets/stylesheets/pages/tile-edit.scss */
.icon-svg.tile-images__icon-trash {
  display: none;
  fill: red;
}

/* line 996, app/assets/stylesheets/pages/tile-edit.scss */
.is--confirmation .icon-svg.tile-images__icon-remove {
  display: none;
}

/* line 1000, app/assets/stylesheets/pages/tile-edit.scss */
.is--confirmation .icon-svg.tile-images__icon-trash {
  display: block;
}

/* line 1004, app/assets/stylesheets/pages/tile-edit.scss */
.tile-images__item-actions:hover {
  opacity: 1;
}

/* line 1008, app/assets/stylesheets/pages/tile-edit.scss */
.tile-images__item-image {
  position: relative;
  cursor: pointer;
  border-radius: 10px;
  font-size: 0;
  overflow: hidden;
}

/* line 1016, app/assets/stylesheets/pages/tile-edit.scss */
.page-images .tile-images__item-image {
  border-radius: 15px;
}

/* line 1020, app/assets/stylesheets/pages/tile-edit.scss */
.tile-images__item-date {
  position: absolute;
  font-size: var(--fs-text-small);
  color: #fff;
  bottom: .25rem;
  left: .45rem;
  z-index: 3;
}

/* line 1029, app/assets/stylesheets/pages/tile-edit.scss */
.tile-images__item-gradient {
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.5) 20%, rgba(0, 0, 0, 0) 50%);
  top: 0;
  left: 0;
  z-index: 1;
  pointer-events: none;
}

/* line 1040, app/assets/stylesheets/pages/tile-edit.scss */
.note-image .tile-images__item-overlay {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: var(--fs-text-base);
  color: #fff;
  background-color: #00000080;
  opacity: 0;
  transition: opacity .5s;
  z-index: 2;
}

/* line 1057, app/assets/stylesheets/pages/tile-edit.scss */
.note-image .tile-images__item-overlay svg {
  fill: #fff;
  margin-right: .75rem;
  transition: transform .5s;
}

/* line 1063, app/assets/stylesheets/pages/tile-edit.scss */
.tile-images__item:hover .tile-images__item-overlay {
  opacity: 1;
}

/* line 1067, app/assets/stylesheets/pages/tile-edit.scss */
.tile-images__icon-remove {
  display: flex;
}

/* line 1071, app/assets/stylesheets/pages/tile-edit.scss */
.tile-images__icon-revert {
  display: none;
  animation: spin 1s linear infinite;
}

/* line 1076, app/assets/stylesheets/pages/tile-edit.scss */
.tile-images__item-image img.fading-out {
  opacity: 0;
  transition: opacity 2s;
}

/* line 1081, app/assets/stylesheets/pages/tile-edit.scss */
.progress-bar {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 3px;
  width: 0;
  background-color: #eee;
  transition: width 2s;
  z-index: 4;
}

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

/* line 1097, app/assets/stylesheets/pages/tile-edit.scss */
.tile-images__list-footer {
  display: flex;
  justify-content: center;
  margin-top: 2rem;
}

/* line 1103, app/assets/stylesheets/pages/tile-edit.scss */
.tile-images__list-spoiler {
  border: none;
}

/* line 1107, app/assets/stylesheets/pages/tile-edit.scss */
.tile-images__list-spoiler span {
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  background-color: #fff;
  border-radius: 50px;
  transition: background-color .5s;
}

/* line 1119, app/assets/stylesheets/pages/tile-edit.scss */
.tile-images__list-spoiler span:hover {
  background-color: #333;
}

/* line 1123, app/assets/stylesheets/pages/tile-edit.scss */
.tile-images__list-spoiler span:hover svg.icon-svg {
  stroke: #fff;
}

/* line 1127, app/assets/stylesheets/pages/tile-edit.scss */
.tile-images__list-spoiler svg.icon-svg {
  position: relative;
  fill: #555;
  stroke: #555;
  margin-top: 2px;
  transition: transform .5s;
}

/* line 1135, app/assets/stylesheets/pages/tile-edit.scss */
.tile-images__list-spoiler.opened span svg {
  transform: rotate(180deg);
  margin-top: -2px;
}

/* Media */
@media (min-width: 480px) {
  /* line 1143, app/assets/stylesheets/pages/tile-edit.scss */
  .tile-top__screen {
    width: 450px;
  }
  /* line 1146, app/assets/stylesheets/pages/tile-edit.scss */
  .tile-top__screen .tile-card {
    transform: scale(calc(450 / 960));
  }
}

@media (min-width: 540px) {
  /* line 1152, app/assets/stylesheets/pages/tile-edit.scss */
  .tile-tab-group.is--quadrant {
    grid-template-columns: 1fr 1fr;
  }
}

@media (min-width: 640px) {
  /* line 1158, app/assets/stylesheets/pages/tile-edit.scss */
  .tile-tabs__radio-line {
    display: flex;
  }
  /* line 1161, app/assets/stylesheets/pages/tile-edit.scss */
  .tile-top__tile {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 620px;
  }
  /* line 1167, app/assets/stylesheets/pages/tile-edit.scss */
  .tile-top__screen {
    width: 620px;
  }
  /* line 1170, app/assets/stylesheets/pages/tile-edit.scss */
  .tile-top__screen .tile-card {
    transform: scale(calc(620 / 960));
  }
  /* line 1173, app/assets/stylesheets/pages/tile-edit.scss */
  .tile-images__list {
    grid-template-columns: repeat(3, 1fr);
    max-height: 18vw;
  }
  /* line 1177, app/assets/stylesheets/pages/tile-edit.scss */
  .page-images .tile-images__list {
    grid-template-columns: repeat(2, 1fr);
    max-height: initial;
  }
  /* line 1181, app/assets/stylesheets/pages/tile-edit.scss */
  .tile-actions .container {
    justify-content: space-between;
  }
  /* line 1184, app/assets/stylesheets/pages/tile-edit.scss */
  .tile-actions__col:first-child {
    display: block;
  }
}

@media (min-width: 768px) {
  /* line 1190, app/assets/stylesheets/pages/tile-edit.scss */
  .tile-images__list {
    grid-template-columns: repeat(4, 1fr);
    max-height: 13vw;
  }
  /* line 1194, app/assets/stylesheets/pages/tile-edit.scss */
  .page-images .tile-images__list {
    grid-template-columns: repeat(2, 1fr);
    max-height: initial;
  }
  /* line 1198, app/assets/stylesheets/pages/tile-edit.scss */
  .tile-top__tile {
    width: 620px;
  }
}

@media (min-width: 1024px) {
  /* line 1204, app/assets/stylesheets/pages/tile-edit.scss */
  .tile-top__screen-edit {
    flex-direction: row;
    align-items: center;
    gap: 1rem;
  }
  /* line 1209, app/assets/stylesheets/pages/tile-edit.scss */
  .tile-images__list {
    grid-template-columns: repeat(5, 1fr);
    max-height: 11vw;
  }
  /* line 1213, app/assets/stylesheets/pages/tile-edit.scss */
  .page-images .tile-images__list {
    grid-template-columns: repeat(3, 1fr);
    max-height: initial;
  }
}

@media (min-width: 1280px) {
  /* line 1220, app/assets/stylesheets/pages/tile-edit.scss */
  .tile-images__list {
    grid-template-columns: repeat(6, 1fr);
    max-height: 115px;
  }
  /* line 1224, app/assets/stylesheets/pages/tile-edit.scss */
  .page-images .tile-images__list {
    grid-template-columns: repeat(3, 1fr);
    max-height: initial;
  }
}

@media (min-width: 1600px) {
  /* line 1231, app/assets/stylesheets/pages/tile-edit.scss */
  .tile-images__list {
    grid-template-columns: repeat(7, 1fr);
    max-height: 100px;
  }
  /* line 1235, app/assets/stylesheets/pages/tile-edit.scss */
  .page-images .tile-images__list {
    grid-template-columns: repeat(3, 1fr);
    max-height: initial;
  }
}

/* Support */
/* line 3, app/assets/stylesheets/pages/support.scss */
.support-menu {
  margin-bottom: var(--p-section-tn);
}

/* line 7, app/assets/stylesheets/pages/support.scss */
.support-menu .scroll-menu__navigation {
  margin: 0 auto;
}

/* line 11, app/assets/stylesheets/pages/support.scss */
.support-menu .scroll-menu__button-holder {
  width: 68px;
}

/* line 15, app/assets/stylesheets/pages/support.scss */
.support-menu__list {
  list-style: none;
  display: flex;
  gap: 1rem;
  padding: 0;
}

/* line 22, app/assets/stylesheets/pages/support.scss */
.support-menu__list a {
  text-decoration: none;
}

/* line 26, app/assets/stylesheets/pages/support.scss */
.support-menu__list .btn {
  max-width: 100%;
  overflow: hidden;
  text-align: center;
  font-size: var(--fs-text-small);
  padding: 5px 30px;
}

/* line 34, app/assets/stylesheets/pages/support.scss */
.support-menu .btn.active {
  color: var(--cl-text-inverse);
  background-color: var(--cl-text);
}

/* Support Page Items */
/* line 41, app/assets/stylesheets/pages/support.scss */
.support__list {
  max-width: 900px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 2rem;
}

/* line 50, app/assets/stylesheets/pages/support.scss */
a.support__box {
  cursor: pointer;
  display: block;
  width: 100%;
  max-width: 400px;
  border-radius: 10px;
  border: 2px solid transparent;
  padding: 1.5rem;
  min-height: 180px;
  text-decoration: none;
  background-color: var(--cl-light-white);
  transition: background-color .5s;
}

/* line 64, app/assets/stylesheets/pages/support.scss */
a.support__box:nth-child(1) {
  border: 2px solid #14a02a;
}

/* line 68, app/assets/stylesheets/pages/support.scss */
a.support__box:nth-child(2) {
  border: 2px solid #334de1;
}

/* line 72, app/assets/stylesheets/pages/support.scss */
a.support__box:nth-child(3) {
  border: 2px solid #ea1818;
}

/* line 76, app/assets/stylesheets/pages/support.scss */
a.support__box:nth-child(4) {
  border: 2px solid #de9e05;
}

/* line 80, app/assets/stylesheets/pages/support.scss */
a.support__box:nth-child(5) {
  border: 2px solid #17cdf6;
}

/* line 84, app/assets/stylesheets/pages/support.scss */
a.support__box:nth-child(6) {
  display: none;
  border: 2px solid #d32da4;
}

/* line 89, app/assets/stylesheets/pages/support.scss */
.is--logged-in a.support__box:nth-child(6) {
  display: block;
}

/* line 93, app/assets/stylesheets/pages/support.scss */
.support__box:hover {
  background-color: #fff;
}

/* line 97, app/assets/stylesheets/pages/support.scss */
.support__icon {
  display: flex;
  justify-content: center;
  align-items: center;
}

/* line 103, app/assets/stylesheets/pages/support.scss */
.support__text {
  text-align: center;
}

/* line 107, app/assets/stylesheets/pages/support.scss */
.support__text h3 {
  font-size: var(--fs-text-medium);
  font-weight: 300;
  text-align: center;
  margin: .75rem 0 0;
}

/* Media */
@media (min-width: 640px) {
  /* line 118, app/assets/stylesheets/pages/support.scss */
  .support-menu__list .btn {
    font-size: var(--fs-text-base);
  }
}

@media (min-width: 768px) {
  /* line 124, app/assets/stylesheets/pages/support.scss */
  a.support__box {
    width: calc(50% - 1rem);
  }
  /* line 127, app/assets/stylesheets/pages/support.scss */
  .support-menu__list .btn {
    font-size: var(--fs-text-regular);
  }
}

/* Display options */
/* line 3, app/assets/stylesheets/pages/display-options.scss */
.display-list__list {
  max-width: 900px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 2rem;
}

/* line 12, app/assets/stylesheets/pages/display-options.scss */
.display-list__footer {
  max-width: 900px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  padding-top: 4rem;
}

/* line 20, app/assets/stylesheets/pages/display-options.scss */
.display-list__footer .survey-link {
  margin-left: .5rem;
}

/* line 24, app/assets/stylesheets/pages/display-options.scss */
a.display-list__box {
  position: relative;
  display: block;
  cursor: pointer;
  width: 100%;
  max-width: 400px;
  border-radius: 10px;
  border: 2px solid transparent;
  padding: 1.5rem;
  min-height: 180px;
  text-decoration: none;
  background-image: url(/assets/pages/img-life-5-0a5b0a87fca36120e75edc1d957e8758df4eb804665a7e1659c0182a9c1c1bf6.jpg);
  background-size: cover;
  background-color: var(--cl-light-white);
  transition: background-color .5s;
}

/* line 41, app/assets/stylesheets/pages/display-options.scss */
a.display-list__box {
  border: 2px solid var(--cl-primary);
}

/* line 45, app/assets/stylesheets/pages/display-options.scss */
a.display-list__box span {
  position: relative;
  color: #fff;
  z-index: 2;
}

/* line 51, app/assets/stylesheets/pages/display-options.scss */
.display-list__box:hover {
  background-color: #fff;
}

/* line 55, app/assets/stylesheets/pages/display-options.scss */
.display-list__text {
  text-align: center;
}

/* line 59, app/assets/stylesheets/pages/display-options.scss */
.display-list__text h3 {
  font-size: var(--fs-text-medium);
  font-weight: 300;
  text-align: center;
  margin: .75rem 0 0;
}

/* line 66, app/assets/stylesheets/pages/display-options.scss */
.display-list__overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(150deg, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.1) 70%);
  z-index: 1;
  opacity: .7;
  transition: opacity .4s;
}

/* line 78, app/assets/stylesheets/pages/display-options.scss */
.display-list__overlay:hover {
  opacity: 1;
}

/* Media */
@media (min-width: 640px) {
  /* line 85, app/assets/stylesheets/pages/display-options.scss */
  .display-list-menu__list .btn {
    font-size: var(--fs-text-base);
  }
}

@media (min-width: 768px) {
  /* line 91, app/assets/stylesheets/pages/display-options.scss */
  a.display-list__box {
    width: calc(50% - 1rem);
  }
  /* line 94, app/assets/stylesheets/pages/display-options.scss */
  .display-list-menu__list .btn {
    font-size: var(--fs-text-regular);
  }
}

/* Manual */
/* Manual */
/* line 3, app/assets/stylesheets/pages/manual.scss */
:root {
  --manual-image-width: 100%;
}

/* line 7, app/assets/stylesheets/pages/manual.scss */
.manual__grid {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 50px;
}

/* line 15, app/assets/stylesheets/pages/manual.scss */
.manual__1-2,
.manual__3-4 {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 100%;
}

/* line 24, app/assets/stylesheets/pages/manual.scss */
.manual__step-1,
.manual__step-2
.manual__step-3,
.manual__step-4 {
  position: relative;
  display: flex;
  flex-direction: column;
}

/* Label */
/* line 35, app/assets/stylesheets/pages/manual.scss */
.manual__label {
  position: absolute;
  z-index: 2;
}

/* line 40, app/assets/stylesheets/pages/manual.scss */
.manual__label-title {
  position: relative;
  display: inline-block;
  padding: 10px 40px 30px 20px;
  border-radius: 15px;
  font-size: var(--fs-text-normal);
  color: #fff;
  background-color: #1D1D1D;
  z-index: 2;
}

/* line 51, app/assets/stylesheets/pages/manual.scss */
.manual__label-text {
  position: relative;
  display: flex;
  justify-content: center;
  text-align: center;
  top: -23px;
  padding: 15px 25px;
  min-width: 270px;
  border-radius: 15px;
  border: 2px solid #1D1D1D;
  font-size: var(--fs-text-medium);
  font-weight: 600;
  line-height: 1.2;
  color: #1D1D1D;
  background-color: #fff;
  z-index: 3;
}

/* line 69, app/assets/stylesheets/pages/manual.scss */
.manual__arrow-1,
.manual__arrow-2 {
  display: none;
}

/* Step 1 */
/* line 76, app/assets/stylesheets/pages/manual.scss */
.manual__step-1 .manual__label {
  top: 25px;
}

/* line 80, app/assets/stylesheets/pages/manual.scss */
.manual__arrow-1 {
  position: absolute;
  left: 12px;
  top: 200px;
  z-index: 0;
}

/* line 87, app/assets/stylesheets/pages/manual.scss */
.manual__images-1 {
  position: relative;
  display: flex;
  justify-content: center;
}

/* line 93, app/assets/stylesheets/pages/manual.scss */
.manual__images-1 img {
  position: relative;
  width: var(--manual-image-width);
  z-index: 1;
}

/* line 99, app/assets/stylesheets/pages/manual.scss */
.manual__arrow-1-mobile {
  position: absolute;
  bottom: -31px;
  right: -3px;
  z-index: 1;
}

/* line 106, app/assets/stylesheets/pages/manual.scss */
.manual__arrow-1-mobile img {
  width: 150px;
}

/* Step 2 */
/* line 112, app/assets/stylesheets/pages/manual.scss */
.manual__step-2 {
  padding-top: 0;
  height: 500px;
}

/* line 117, app/assets/stylesheets/pages/manual.scss */
.manual__step-2-inner {
  position: absolute;
  display: flex;
  flex-direction: column;
  right: 0;
}

/* line 124, app/assets/stylesheets/pages/manual.scss */
.manual__images-2 {
  position: relative;
  display: flex;
  justify-content: flex-end;
}

/* line 130, app/assets/stylesheets/pages/manual.scss */
.manual__images-2 > img:nth-child(1) {
  position: absolute;
  width: 30%;
  left: 18px;
  bottom: 8vw;
  z-index: 2;
}

/* line 138, app/assets/stylesheets/pages/manual.scss */
.manual__images-2 > img:nth-child(2) {
  z-index: 1;
}

/* line 142, app/assets/stylesheets/pages/manual.scss */
.manual__images-2 {
  padding-top: 100px;
}

/* line 146, app/assets/stylesheets/pages/manual.scss */
.manual__arrow-2 {
  position: absolute;
  right: -49px;
  z-index: 3;
  top: -125px;
}

/* line 153, app/assets/stylesheets/pages/manual.scss */
.manual__arrow-2 img {
  width: 100px;
}

/* line 157, app/assets/stylesheets/pages/manual.scss */
.manual__images-2 {
  position: relative;
}

/* line 161, app/assets/stylesheets/pages/manual.scss */
.manual__images-2 img:nth-child(2) {
  width: var(--manual-image-width);
}

/* line 165, app/assets/stylesheets/pages/manual.scss */
.manual__arrow-2-mobile {
  position: absolute;
  bottom: -115px;
  right: 31%;
  z-index: 1;
}

/* line 172, app/assets/stylesheets/pages/manual.scss */
.manual__arrow-2-mobile img {
  width: 150px;
  transform: scaleX(-1);
}

/* Step 3 */
/* line 179, app/assets/stylesheets/pages/manual.scss */
.manual__step-3 {
  display: flex;
  justify-content: center;
  margin-top: -35px;
}

/* line 185, app/assets/stylesheets/pages/manual.scss */
.manual__images-3 {
  position: relative;
  padding-top: 130px;
  z-index: 1;
}

/* line 191, app/assets/stylesheets/pages/manual.scss */
.manual__images-3 img {
  position: relative;
  width: var(--manual-image-width);
  z-index: 2;
}

/* line 197, app/assets/stylesheets/pages/manual.scss */
.manual__arrow-3 {
  position: absolute;
  bottom: -85px;
  right: calc(50% - 75px);
  z-index: 2;
}

/* line 204, app/assets/stylesheets/pages/manual.scss */
.manual__arrow-3 img {
  width: 150px;
}

/* Step 4 */
/* line 210, app/assets/stylesheets/pages/manual.scss */
.manual__step-4 {
  flex-direction: row;
  justify-content: center;
  padding-right: 0;
  padding-top: 110px;
  padding-left: 30px;
}

/* line 218, app/assets/stylesheets/pages/manual.scss */
.manual__final {
  max-width: 300px;
  text-align: center;
}

/* line 223, app/assets/stylesheets/pages/manual.scss */
.manual__final h3 {
  font-size: var(--fs-text-larger);
  font-weight: 600;
  text-align: center;
  margin: 0 0 .5rem;
}

/* line 230, app/assets/stylesheets/pages/manual.scss */
.manual__final span {
  font-size: var(--fs-text-middle);
  text-align: center;
}

/* Media */
@media (min-width: 420px) {
  /* line 238, app/assets/stylesheets/pages/manual.scss */
  .manual__grid {
    --manual-image-width: 90%;
  }
  /* line 241, app/assets/stylesheets/pages/manual.scss */
  .manual__arrow-2-mobile {
    bottom: -100px;
  }
}

@media (min-width: 480px) {
  /* line 247, app/assets/stylesheets/pages/manual.scss */
  .manual__arrow-2-mobile {
    bottom: -68px;
    z-index: 2;
  }
  /* line 251, app/assets/stylesheets/pages/manual.scss */
  .manual__arrow-1-mobile {
    right: 46px;
    z-index: 1;
    bottom: -37px;
  }
}

@media (min-width: 550px) {
  /* line 259, app/assets/stylesheets/pages/manual.scss */
  .manual__step-1 .manual__label {
    top: 0;
  }
  /* line 262, app/assets/stylesheets/pages/manual.scss */
  .manual__grid {
    --manual-image-width: 400px;
  }
  /* line 265, app/assets/stylesheets/pages/manual.scss */
  .manual__step-1 {
    padding-right: 10%;
  }
  /* line 268, app/assets/stylesheets/pages/manual.scss */
  .manual__images-3 img {
    margin-left: 120px;
  }
  /* line 271, app/assets/stylesheets/pages/manual.scss */
  .manual__step-2 .manual__label {
    left: -140px;
  }
  /* line 274, app/assets/stylesheets/pages/manual.scss */
  .manual__images-2 > img:nth-child(1) {
    width: auto;
    left: -110px;
    bottom: 30px;
  }
  /* line 279, app/assets/stylesheets/pages/manual.scss */
  .manual__arrow-2-mobile {
    bottom: -110px;
  }
  /* line 282, app/assets/stylesheets/pages/manual.scss */
  .manual__arrow-3 {
    right: 115px;
  }
  /* line 285, app/assets/stylesheets/pages/manual.scss */
  .manual__step-4 {
    padding-left: 100px;
  }
}

@media (min-width: 780px) {
  /* line 292, app/assets/stylesheets/pages/manual.scss */
  .manual__1-2,
.manual__3-4 {
    width: 80%;
    max-width: 80%;
  }
  /* line 297, app/assets/stylesheets/pages/manual.scss */
  .manual__step-4 {
    justify-content: flex-end;
    padding-right: 31%;
    padding-top: 110px;
    padding-left: initial;
  }
}

@media (min-width: 1000px) {
  /* line 307, app/assets/stylesheets/pages/manual.scss */
  .manual__1-2,
.manual__3-4 {
    width: 60%;
    max-width: 60%;
  }
  /* line 312, app/assets/stylesheets/pages/manual.scss */
  .manual__step-4 {
    padding-right: 24%;
  }
  /* line 315, app/assets/stylesheets/pages/manual.scss */
  .manual__arrow-2-mobile {
    right: 220px;
  }
}

@media (min-width: 1150px) {
  /* line 321, app/assets/stylesheets/pages/manual.scss */
  .manual__grid {
    flex-direction: row;
    align-items: flex-start;
  }
  /* line 325, app/assets/stylesheets/pages/manual.scss */
  .manual__images-1 {
    justify-content: flex-end;
  }
  /* line 328, app/assets/stylesheets/pages/manual.scss */
  .manual__arrow-1,
.manual__arrow-2 {
    display: block;
  }
  /* line 332, app/assets/stylesheets/pages/manual.scss */
  .manual__1-2,
.manual__3-4 {
    width: 50%;
    max-width: 50%;
  }
  /* line 337, app/assets/stylesheets/pages/manual.scss */
  .manual__step-2 {
    height: 425px;
  }
  /* line 340, app/assets/stylesheets/pages/manual.scss */
  .manual__step-2-inner {
    right: -130px;
  }
  /* line 343, app/assets/stylesheets/pages/manual.scss */
  .manual__step-3 {
    justify-content: flex-end;
  }
  /* line 346, app/assets/stylesheets/pages/manual.scss */
  .manual__images-3 img {
    margin-left: 0;
  }
  /* line 349, app/assets/stylesheets/pages/manual.scss */
  .manual__step-4 {
    padding-right: 100px;
  }
  /* line 352, app/assets/stylesheets/pages/manual.scss */
  .manual__arrow-1-mobile,
.manual__arrow-2-mobile {
    display: none;
  }
}

/* Orders list */
/* line 3, app/assets/stylesheets/pages/orders.scss */
.order-pagination {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
}

/* line 10, app/assets/stylesheets/pages/orders.scss */
table.table-a.order--table {
  margin: 0 0 50px;
}

/* line 14, app/assets/stylesheets/pages/orders.scss */
table.table-a.order--table .order--row {
  cursor: pointer;
}

/* line 18, app/assets/stylesheets/pages/orders.scss */
td.order--date {
  white-space: nowrap;
  font-size: var(--fs-text-tiny);
}

/* line 23, app/assets/stylesheets/pages/orders.scss */
td.order--status span {
  display: inline-flex;
  font-size: var(--fs-text-tiny-plus);
  color: #fff;
  background-color: var(--cl-warning);
  padding: .25rem .75rem;
  border-radius: 4px;
}

/* line 32, app/assets/stylesheets/pages/orders.scss */
td.order--status-paid span {
  color: #13a510;
  background-color: #e9e9e9;
}

/* line 38, app/assets/stylesheets/pages/orders.scss */
td.order--fulfillments {
  position: relative;
}

/* line 42, app/assets/stylesheets/pages/orders.scss */
.order--middle {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: .25rem;
}

/* line 50, app/assets/stylesheets/pages/orders.scss */
td.order--fulfillments .order--middle > span {
  position: relative;
}

/* line 54, app/assets/stylesheets/pages/orders.scss */
td.order--fulfillments {
  color: var(--cl-warning);
  font-size: var(--fs-text-tiny-plus);
}

/* line 59, app/assets/stylesheets/pages/orders.scss */
td.order--fulfillments-fulfilled {
  color: var(--cl-success);
}

/* line 63, app/assets/stylesheets/pages/orders.scss */
td.order--fulfillments-unfulfilled {
  color: var(--cl-warning);
}

/* line 67, app/assets/stylesheets/pages/orders.scss */
td.order--fulfillments .order--popup {
  position: absolute;
  display: none;
  right: 20px;
  top: -17px;
  padding: 1rem 1.5rem;
  min-width: 220px;
  max-width: 350px;
  font-size: var(--fs-text-small);
  line-height: 1.4;
  background-color: #eee;
  border: 1px solid #afafaf;
  color: var(--cl-text-soft);
  border-radius: 6px;
  z-index: 1;
}

/* line 84, app/assets/stylesheets/pages/orders.scss */
.order--popup strong {
  font-weight: 400;
}

/* line 88, app/assets/stylesheets/pages/orders.scss */
td.order--fulfillments .order--middle > span:hover .order--popup {
  cursor: pointer;
  display: block;
}

/* line 93, app/assets/stylesheets/pages/orders.scss */
td .order--popup li {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: .5rem;
}

/* line 101, app/assets/stylesheets/pages/orders.scss */
td .order--popup li span {
  display: flex;
  align-items: center;
  gap: .5rem;
}

/* line 107, app/assets/stylesheets/pages/orders.scss */
td .icon-svg-info {
  stroke: #777;
  fill: #777;
  transition: all .5s;
}

/* line 113, app/assets/stylesheets/pages/orders.scss */
td .order--popup .icon-svg {
  stroke: #777;
  fill: #777;
  transition: all .5s;
}

/* line 119, app/assets/stylesheets/pages/orders.scss */
td .order--popup .icon-svg:hover {
  stroke: #333;
  fill: #333;
}

/* line 124, app/assets/stylesheets/pages/orders.scss */
.order--tracking-link {
  color: #2aa2e1;
  text-decoration: underline;
}

/* line 129, app/assets/stylesheets/pages/orders.scss */
.dialog-order-items {
  max-width: 800px;
  border-radius: .5rem;
}

/* line 134, app/assets/stylesheets/pages/orders.scss */
.dialog-order-items .modal-icon-holder {
  display: none;
}

/* line 138, app/assets/stylesheets/pages/orders.scss */
.dialog-box.dialog-order-items .modal-header {
  padding-top: 2rem;
}

/* line 142, app/assets/stylesheets/pages/orders.scss */
.dialog-box.dialog-order-items .modal-main {
  padding: 1rem 1.5rem 1.5rem;
}

/* line 146, app/assets/stylesheets/pages/orders.scss */
.dialog-order-items .order--id {
  font-size: var(--fs-text-medium);
}

/* line 150, app/assets/stylesheets/pages/orders.scss */
.dialog-order-items .table-a.order--table td {
  padding: 5px 15px;
}

/* line 154, app/assets/stylesheets/pages/orders.scss */
.dialog-order-items .order--datetime {
  white-space: nowrap;
  font-size: var(--fs-text-base);
  color: #6b6b6b;
}

/* line 160, app/assets/stylesheets/pages/orders.scss */
.dialog-order-items .table-a td img {
  cursor: initial;
  opacity: 1;
}

/* line 165, app/assets/stylesheets/pages/orders.scss */
.dialog-order-items .order--image {
  display: flex;
  justify-content: center;
  align-items: center;
}

/* line 171, app/assets/stylesheets/pages/orders.scss */
.dialog-order-items .order--image span {
  display: block;
  height: 50px;
  width: 50px;
  background-color: #dadada;
}

/* line 178, app/assets/stylesheets/pages/orders.scss */
.dialog-order-items .order--title {
  min-width: 150px;
}

/* line 182, app/assets/stylesheets/pages/orders.scss */
.dialog-order-items table.table-a.order--table {
  margin: 0 0 1rem;
}

/* line 186, app/assets/stylesheets/pages/orders.scss */
.dialog-order-items .order--totals {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

/* line 192, app/assets/stylesheets/pages/orders.scss */
.dialog-order-items .order--totals span:first-child {
  display: inline-block;
  min-width: 120px;
  color: #888;
  text-align: right;
}

/* line 199, app/assets/stylesheets/pages/orders.scss */
.dialog-order-items .order--totals span:last-child {
  display: inline-block;
  min-width: 90px;
  text-align: right;
  padding-right: 15px;
}

/* line 1, app/assets/stylesheets/pages/place-order.scss */
.shipping-rate-loading {
  display: flex;
  align-items: center;
}

/* line 5, app/assets/stylesheets/pages/place-order.scss */
.edit-address-container {
  width: 10rem;
}

/* line 9, app/assets/stylesheets/pages/place-order.scss */
.shipping-list {
  margin-top: 3rem;
  margin-bottom: 3rem;
}

/* line 14, app/assets/stylesheets/pages/place-order.scss */
.pay-now-container {
  margin-top: 3rem;
  width: 10rem;
}

/* line 20, app/assets/stylesheets/pages/place-order.scss */
.payment-summary td.quantity {
  text-align: center;
}

/* line 23, app/assets/stylesheets/pages/place-order.scss */
.payment-summary td.subtotal-text {
  text-align: right;
}

/* line 26, app/assets/stylesheets/pages/place-order.scss */
.payment-summary td.price {
  text-align: right;
}

/* line 30, app/assets/stylesheets/pages/place-order.scss */
.invalid-field {
  color: red !important;
}

/* Dropzone Fixes */
/* line 3, app/assets/stylesheets/vendors/dropzone.scss */
.custom-dropzone.dropzone .dz-preview .dz-error-message {
  top: 153px;
}

/* line 7, app/assets/stylesheets/vendors/dropzone.scss */
.custom-dropzone .dz-image {
  filter: grayscale(100%);
}

/* line 11, app/assets/stylesheets/vendors/dropzone.scss */
.custom-dropzone.dropzone .dz-message {
  margin: 0;
}

/* line 15, app/assets/stylesheets/vendors/dropzone.scss */
.custom-dropzone.dropzone.dropzone-default input[type='file'] {
  display: none;
}

/* line 19, app/assets/stylesheets/vendors/dropzone.scss */
.custom-dropzone.dropzone {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  border: 1px dashed #333;
  background: #00000003;
  padding: 2rem;
  min-height: 180px;
  border-radius: 150px;
  transition: background-color .5s;
}

/* line 32, app/assets/stylesheets/vendors/dropzone.scss */
.custom-dropzone.dropzone:hover {
  background-color: #fff5;
}

/* line 36, app/assets/stylesheets/vendors/dropzone.scss */
.custom-dropzone.dropzone .dz-preview.dz-image-preview {
  background: transparent;
}

/* line 40, app/assets/stylesheets/vendors/dropzone.scss */
.custom-dropzone.dropzone .dz-preview .dz-remove {
  color: #555;
}

/* line 44, app/assets/stylesheets/vendors/dropzone.scss */
.custom-dropzone.dropzone .dz-preview .dz-image {
  border-radius: var(--r-small);
  margin-bottom: .5rem;
}

/* line 49, app/assets/stylesheets/vendors/dropzone.scss */
.custom-dropzone.dropzone-msg-title {
  font-size: var(--fs-text-middle);
  color: #464545;
  margin-bottom: .5rem;
}

/* line 55, app/assets/stylesheets/vendors/dropzone.scss */
.custom-dropzone.dropzone-msg-title span {
  text-decoration: underline;
}

/* line 59, app/assets/stylesheets/vendors/dropzone.scss */
.custom-dropzone.dropzone-msg-desc {
  font-size: var(--fs-text-normal);
  color: #7c7c7c;
}

/*
Trix 1.3.1
Copyright © 2020 Basecamp, LLC
http://trix-editor.org/*/
/* line 6, ../usr/local/bundle/ruby/3.1.0/gems/actiontext-7.0.7.2/app/assets/stylesheets/trix.css */
trix-editor {
  border: 1px solid #bbb;
  border-radius: 3px;
  margin: 0;
  padding: 0.4em 0.6em;
  min-height: 5em;
  outline: none;
}

/* line 13, ../usr/local/bundle/ruby/3.1.0/gems/actiontext-7.0.7.2/app/assets/stylesheets/trix.css */
trix-toolbar * {
  box-sizing: border-box;
}

/* line 15, ../usr/local/bundle/ruby/3.1.0/gems/actiontext-7.0.7.2/app/assets/stylesheets/trix.css */
trix-toolbar .trix-button-row {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  overflow-x: auto;
}

/* line 20, ../usr/local/bundle/ruby/3.1.0/gems/actiontext-7.0.7.2/app/assets/stylesheets/trix.css */
trix-toolbar .trix-button-group {
  display: flex;
  margin-bottom: 10px;
  border: 1px solid #bbb;
  border-top-color: #ccc;
  border-bottom-color: #888;
  border-radius: 3px;
}

/* line 27, ../usr/local/bundle/ruby/3.1.0/gems/actiontext-7.0.7.2/app/assets/stylesheets/trix.css */
trix-toolbar .trix-button-group:not(:first-child) {
  margin-left: 1.5vw;
}

@media (max-device-width: 768px) {
  /* line 30, ../usr/local/bundle/ruby/3.1.0/gems/actiontext-7.0.7.2/app/assets/stylesheets/trix.css */
  trix-toolbar .trix-button-group:not(:first-child) {
    margin-left: 0;
  }
}

/* line 32, ../usr/local/bundle/ruby/3.1.0/gems/actiontext-7.0.7.2/app/assets/stylesheets/trix.css */
trix-toolbar .trix-button-group-spacer {
  flex-grow: 1;
}

@media (max-device-width: 768px) {
  /* line 35, ../usr/local/bundle/ruby/3.1.0/gems/actiontext-7.0.7.2/app/assets/stylesheets/trix.css */
  trix-toolbar .trix-button-group-spacer {
    display: none;
  }
}

/* line 37, ../usr/local/bundle/ruby/3.1.0/gems/actiontext-7.0.7.2/app/assets/stylesheets/trix.css */
trix-toolbar .trix-button {
  position: relative;
  float: left;
  color: rgba(0, 0, 0, 0.6);
  font-size: 0.75em;
  font-weight: 600;
  white-space: nowrap;
  padding: 0 0.5em;
  margin: 0;
  outline: none;
  border: none;
  border-bottom: 1px solid #ddd;
  border-radius: 0;
  background: transparent;
}

/* line 51, ../usr/local/bundle/ruby/3.1.0/gems/actiontext-7.0.7.2/app/assets/stylesheets/trix.css */
trix-toolbar .trix-button:not(:first-child) {
  border-left: 1px solid #ccc;
}

/* line 53, ../usr/local/bundle/ruby/3.1.0/gems/actiontext-7.0.7.2/app/assets/stylesheets/trix.css */
trix-toolbar .trix-button.trix-active {
  background: #cbeefa;
  color: black;
}

/* line 56, ../usr/local/bundle/ruby/3.1.0/gems/actiontext-7.0.7.2/app/assets/stylesheets/trix.css */
trix-toolbar .trix-button:not(:disabled) {
  cursor: pointer;
}

/* line 58, ../usr/local/bundle/ruby/3.1.0/gems/actiontext-7.0.7.2/app/assets/stylesheets/trix.css */
trix-toolbar .trix-button:disabled {
  color: rgba(0, 0, 0, 0.125);
}

@media (max-device-width: 768px) {
  /* line 61, ../usr/local/bundle/ruby/3.1.0/gems/actiontext-7.0.7.2/app/assets/stylesheets/trix.css */
  trix-toolbar .trix-button {
    letter-spacing: -0.01em;
    padding: 0 0.3em;
  }
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/actiontext-7.0.7.2/app/assets/stylesheets/trix.css */
trix-toolbar .trix-button--icon {
  font-size: inherit;
  width: 2.6em;
  height: 1.6em;
  max-width: calc(0.8em + 4vw);
  text-indent: -9999px;
}

@media (max-device-width: 768px) {
  /* line 71, ../usr/local/bundle/ruby/3.1.0/gems/actiontext-7.0.7.2/app/assets/stylesheets/trix.css */
  trix-toolbar .trix-button--icon {
    height: 2em;
    max-width: calc(0.8em + 3.5vw);
  }
}

/* line 74, ../usr/local/bundle/ruby/3.1.0/gems/actiontext-7.0.7.2/app/assets/stylesheets/trix.css */
trix-toolbar .trix-button--icon::before {
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0.6;
  content: "";
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

@media (max-device-width: 768px) {
  /* line 87, ../usr/local/bundle/ruby/3.1.0/gems/actiontext-7.0.7.2/app/assets/stylesheets/trix.css */
  trix-toolbar .trix-button--icon::before {
    right: 6%;
    left: 6%;
  }
}

/* line 90, ../usr/local/bundle/ruby/3.1.0/gems/actiontext-7.0.7.2/app/assets/stylesheets/trix.css */
trix-toolbar .trix-button--icon.trix-active::before {
  opacity: 1;
}

/* line 92, ../usr/local/bundle/ruby/3.1.0/gems/actiontext-7.0.7.2/app/assets/stylesheets/trix.css */
trix-toolbar .trix-button--icon:disabled::before {
  opacity: 0.125;
}

/* line 94, ../usr/local/bundle/ruby/3.1.0/gems/actiontext-7.0.7.2/app/assets/stylesheets/trix.css */
trix-toolbar .trix-button--icon-attach::before {
  background-image: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%3E%3Cpath%20d%3D%22M16.5%206v11.5a4%204%200%201%201-8%200V5a2.5%202.5%200%200%201%205%200v10.5a1%201%200%201%201-2%200V6H10v9.5a2.5%202.5%200%200%200%205%200V5a4%204%200%201%200-8%200v12.5a5.5%205.5%200%200%200%2011%200V6h-1.5z%22%2F%3E%3C%2Fsvg%3E);
  top: 8%;
  bottom: 4%;
}

/* line 98, ../usr/local/bundle/ruby/3.1.0/gems/actiontext-7.0.7.2/app/assets/stylesheets/trix.css */
trix-toolbar .trix-button--icon-bold::before {
  background-image: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%3E%3Cpath%20d%3D%22M15.6%2011.8c1-.7%201.6-1.8%201.6-2.8a4%204%200%200%200-4-4H7v14h7c2.1%200%203.7-1.7%203.7-3.8%200-1.5-.8-2.8-2.1-3.4zM10%207.5h3a1.5%201.5%200%201%201%200%203h-3v-3zm3.5%209H10v-3h3.5a1.5%201.5%200%201%201%200%203z%22%2F%3E%3C%2Fsvg%3E);
}

/* line 100, ../usr/local/bundle/ruby/3.1.0/gems/actiontext-7.0.7.2/app/assets/stylesheets/trix.css */
trix-toolbar .trix-button--icon-italic::before {
  background-image: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%3E%3Cpath%20d%3D%22M10%205v3h2.2l-3.4%208H6v3h8v-3h-2.2l3.4-8H18V5h-8z%22%2F%3E%3C%2Fsvg%3E);
}

/* line 102, ../usr/local/bundle/ruby/3.1.0/gems/actiontext-7.0.7.2/app/assets/stylesheets/trix.css */
trix-toolbar .trix-button--icon-link::before {
  background-image: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%3E%3Cpath%20d%3D%22M9.88%2013.7a4.3%204.3%200%200%201%200-6.07l3.37-3.37a4.26%204.26%200%200%201%206.07%200%204.3%204.3%200%200%201%200%206.06l-1.96%201.72a.91.91%200%201%201-1.3-1.3l1.97-1.71a2.46%202.46%200%200%200-3.48-3.48l-3.38%203.37a2.46%202.46%200%200%200%200%203.48.91.91%200%201%201-1.3%201.3z%22%2F%3E%3Cpath%20d%3D%22M4.25%2019.46a4.3%204.3%200%200%201%200-6.07l1.93-1.9a.91.91%200%201%201%201.3%201.3l-1.93%201.9a2.46%202.46%200%200%200%203.48%203.48l3.37-3.38c.96-.96.96-2.52%200-3.48a.91.91%200%201%201%201.3-1.3%204.3%204.3%200%200%201%200%206.07l-3.38%203.38a4.26%204.26%200%200%201-6.07%200z%22%2F%3E%3C%2Fsvg%3E);
}

/* line 104, ../usr/local/bundle/ruby/3.1.0/gems/actiontext-7.0.7.2/app/assets/stylesheets/trix.css */
trix-toolbar .trix-button--icon-strike::before {
  background-image: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%3E%3Cpath%20d%3D%22M12.73%2014l.28.14c.26.15.45.3.57.44.12.14.18.3.18.5%200%20.3-.15.56-.44.75-.3.2-.76.3-1.39.3A13.52%2013.52%200%200%201%207%2014.95v3.37a10.64%2010.64%200%200%200%204.84.88c1.26%200%202.35-.19%203.28-.56.93-.37%201.64-.9%202.14-1.57s.74-1.45.74-2.32c0-.26-.02-.51-.06-.75h-5.21zm-5.5-4c-.08-.34-.12-.7-.12-1.1%200-1.29.52-2.3%201.58-3.02%201.05-.72%202.5-1.08%204.34-1.08%201.62%200%203.28.34%204.97%201l-1.3%202.93c-1.47-.6-2.73-.9-3.8-.9-.55%200-.96.08-1.2.26-.26.17-.38.38-.38.64%200%20.27.16.52.48.74.17.12.53.3%201.05.53H7.23zM3%2013h18v-2H3v2z%22%2F%3E%3C%2Fsvg%3E);
}

/* line 106, ../usr/local/bundle/ruby/3.1.0/gems/actiontext-7.0.7.2/app/assets/stylesheets/trix.css */
trix-toolbar .trix-button--icon-quote::before {
  background-image: url(data:image/svg+xml,%3Csvg%20version%3D%221%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%3E%3Cpath%20d%3D%22M6%2017h3l2-4V7H5v6h3zm8%200h3l2-4V7h-6v6h3z%22%2F%3E%3C%2Fsvg%3E);
}

/* line 108, ../usr/local/bundle/ruby/3.1.0/gems/actiontext-7.0.7.2/app/assets/stylesheets/trix.css */
trix-toolbar .trix-button--icon-heading-1::before {
  background-image: url(data:image/svg+xml,%3Csvg%20version%3D%221%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%3E%3Cpath%20d%3D%22M12%209v3H9v7H6v-7H3V9h9zM8%204h14v3h-6v12h-3V7H8V4z%22%2F%3E%3C%2Fsvg%3E);
}

/* line 110, ../usr/local/bundle/ruby/3.1.0/gems/actiontext-7.0.7.2/app/assets/stylesheets/trix.css */
trix-toolbar .trix-button--icon-code::before {
  background-image: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%3E%3Cpath%20d%3D%22M18.2%2012L15%2015.2l1.4%201.4L21%2012l-4.6-4.6L15%208.8l3.2%203.2zM5.8%2012L9%208.8%207.6%207.4%203%2012l4.6%204.6L9%2015.2%205.8%2012z%22%2F%3E%3C%2Fsvg%3E);
}

/* line 112, ../usr/local/bundle/ruby/3.1.0/gems/actiontext-7.0.7.2/app/assets/stylesheets/trix.css */
trix-toolbar .trix-button--icon-bullet-list::before {
  background-image: url(data:image/svg+xml,%3Csvg%20version%3D%221%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%3E%3Cpath%20d%3D%22M4%204a2%202%200%201%200%200%204%202%202%200%200%200%200-4zm0%206a2%202%200%201%200%200%204%202%202%200%200%200%200-4zm0%206a2%202%200%201%200%200%204%202%202%200%200%200%200-4zm4%203h14v-2H8v2zm0-6h14v-2H8v2zm0-8v2h14V5H8z%22%2F%3E%3C%2Fsvg%3E);
}

/* line 114, ../usr/local/bundle/ruby/3.1.0/gems/actiontext-7.0.7.2/app/assets/stylesheets/trix.css */
trix-toolbar .trix-button--icon-number-list::before {
  background-image: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%3E%3Cpath%20d%3D%22M2%2017h2v.5H3v1h1v.5H2v1h3v-4H2v1zm1-9h1V4H2v1h1v3zm-1%203h1.8L2%2013.1v.9h3v-1H3.2L5%2010.9V10H2v1zm5-6v2h14V5H7zm0%2014h14v-2H7v2zm0-6h14v-2H7v2z%22%2F%3E%3C%2Fsvg%3E);
}

/* line 116, ../usr/local/bundle/ruby/3.1.0/gems/actiontext-7.0.7.2/app/assets/stylesheets/trix.css */
trix-toolbar .trix-button--icon-undo::before {
  background-image: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%3E%3Cpath%20d%3D%22M12.5%208c-2.6%200-5%201-6.9%202.6L2%207v9h9l-3.6-3.6A8%208%200%200%201%2020%2016l2.4-.8a10.5%2010.5%200%200%200-10-7.2z%22%2F%3E%3C%2Fsvg%3E);
}

/* line 118, ../usr/local/bundle/ruby/3.1.0/gems/actiontext-7.0.7.2/app/assets/stylesheets/trix.css */
trix-toolbar .trix-button--icon-redo::before {
  background-image: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%3E%3Cpath%20d%3D%22M18.4%2010.6a10.5%2010.5%200%200%200-16.9%204.6L4%2016a8%208%200%200%201%2012.7-3.6L13%2016h9V7l-3.6%203.6z%22%2F%3E%3C%2Fsvg%3E);
}

/* line 120, ../usr/local/bundle/ruby/3.1.0/gems/actiontext-7.0.7.2/app/assets/stylesheets/trix.css */
trix-toolbar .trix-button--icon-decrease-nesting-level::before {
  background-image: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%3E%3Cpath%20d%3D%22M3%2019h19v-2H3v2zm7-6h12v-2H10v2zm-8.3-.3l2.8%202.9L6%2014.2%204%2012l2-2-1.4-1.5L1%2012l.7.7zM3%205v2h19V5H3z%22%2F%3E%3C%2Fsvg%3E);
}

/* line 122, ../usr/local/bundle/ruby/3.1.0/gems/actiontext-7.0.7.2/app/assets/stylesheets/trix.css */
trix-toolbar .trix-button--icon-increase-nesting-level::before {
  background-image: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%3E%3Cpath%20d%3D%22M3%2019h19v-2H3v2zm7-6h12v-2H10v2zm-6.9-1L1%2014.2l1.4%201.4L6%2012l-.7-.7-2.8-2.8L1%209.9%203.1%2012zM3%205v2h19V5H3z%22%2F%3E%3C%2Fsvg%3E);
}

/* line 124, ../usr/local/bundle/ruby/3.1.0/gems/actiontext-7.0.7.2/app/assets/stylesheets/trix.css */
trix-toolbar .trix-dialogs {
  position: relative;
}

/* line 126, ../usr/local/bundle/ruby/3.1.0/gems/actiontext-7.0.7.2/app/assets/stylesheets/trix.css */
trix-toolbar .trix-dialog {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  font-size: 0.75em;
  padding: 15px 10px;
  background: #fff;
  box-shadow: 0 0.3em 1em #ccc;
  border-top: 2px solid #888;
  border-radius: 5px;
  z-index: 5;
}

/* line 138, ../usr/local/bundle/ruby/3.1.0/gems/actiontext-7.0.7.2/app/assets/stylesheets/trix.css */
trix-toolbar .trix-input--dialog {
  font-size: inherit;
  font-weight: normal;
  padding: 0.5em 0.8em;
  margin: 0 10px 0 0;
  border-radius: 3px;
  border: 1px solid #bbb;
  background-color: #fff;
  box-shadow: none;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

/* line 150, ../usr/local/bundle/ruby/3.1.0/gems/actiontext-7.0.7.2/app/assets/stylesheets/trix.css */
trix-toolbar .trix-input--dialog.validate:invalid {
  box-shadow: #F00 0px 0px 1.5px 1px;
}

/* line 152, ../usr/local/bundle/ruby/3.1.0/gems/actiontext-7.0.7.2/app/assets/stylesheets/trix.css */
trix-toolbar .trix-button--dialog {
  font-size: inherit;
  padding: 0.5em;
  border-bottom: none;
}

/* line 156, ../usr/local/bundle/ruby/3.1.0/gems/actiontext-7.0.7.2/app/assets/stylesheets/trix.css */
trix-toolbar .trix-dialog--link {
  max-width: 600px;
}

/* line 158, ../usr/local/bundle/ruby/3.1.0/gems/actiontext-7.0.7.2/app/assets/stylesheets/trix.css */
trix-toolbar .trix-dialog__link-fields {
  display: flex;
  align-items: baseline;
}

/* line 161, ../usr/local/bundle/ruby/3.1.0/gems/actiontext-7.0.7.2/app/assets/stylesheets/trix.css */
trix-toolbar .trix-dialog__link-fields .trix-input {
  flex: 1;
}

/* line 163, ../usr/local/bundle/ruby/3.1.0/gems/actiontext-7.0.7.2/app/assets/stylesheets/trix.css */
trix-toolbar .trix-dialog__link-fields .trix-button-group {
  flex: 0 0 content;
  margin: 0;
}

/* line 166, ../usr/local/bundle/ruby/3.1.0/gems/actiontext-7.0.7.2/app/assets/stylesheets/trix.css */
trix-editor [data-trix-mutable]:not(.attachment__caption-editor) {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* line 172, ../usr/local/bundle/ruby/3.1.0/gems/actiontext-7.0.7.2/app/assets/stylesheets/trix.css */
trix-editor [data-trix-mutable]::-moz-selection,
trix-editor [data-trix-cursor-target]::-moz-selection, trix-editor [data-trix-mutable] ::-moz-selection {
  background: none;
}

/* line 175, ../usr/local/bundle/ruby/3.1.0/gems/actiontext-7.0.7.2/app/assets/stylesheets/trix.css */
trix-editor [data-trix-mutable]::selection,
trix-editor [data-trix-cursor-target]::selection, trix-editor [data-trix-mutable] ::selection {
  background: none;
}

/* line 179, ../usr/local/bundle/ruby/3.1.0/gems/actiontext-7.0.7.2/app/assets/stylesheets/trix.css */
trix-editor .attachment__caption-editor[data-trix-mutable]:focus::-moz-selection {
  background: highlight;
}

/* line 181, ../usr/local/bundle/ruby/3.1.0/gems/actiontext-7.0.7.2/app/assets/stylesheets/trix.css */
trix-editor .attachment__caption-editor[data-trix-mutable]:focus::selection {
  background: highlight;
}

/* line 184, ../usr/local/bundle/ruby/3.1.0/gems/actiontext-7.0.7.2/app/assets/stylesheets/trix.css */
trix-editor .attachment.attachment--file[data-trix-mutable] {
  box-shadow: 0 0 0 2px highlight;
  border-color: transparent;
}

/* line 187, ../usr/local/bundle/ruby/3.1.0/gems/actiontext-7.0.7.2/app/assets/stylesheets/trix.css */
trix-editor .attachment[data-trix-mutable] img {
  box-shadow: 0 0 0 2px highlight;
}

/* line 189, ../usr/local/bundle/ruby/3.1.0/gems/actiontext-7.0.7.2/app/assets/stylesheets/trix.css */
trix-editor .attachment {
  position: relative;
}

/* line 191, ../usr/local/bundle/ruby/3.1.0/gems/actiontext-7.0.7.2/app/assets/stylesheets/trix.css */
trix-editor .attachment:hover {
  cursor: default;
}

/* line 193, ../usr/local/bundle/ruby/3.1.0/gems/actiontext-7.0.7.2/app/assets/stylesheets/trix.css */
trix-editor .attachment--preview .attachment__caption:hover {
  cursor: text;
}

/* line 195, ../usr/local/bundle/ruby/3.1.0/gems/actiontext-7.0.7.2/app/assets/stylesheets/trix.css */
trix-editor .attachment__progress {
  position: absolute;
  z-index: 1;
  height: 20px;
  top: calc(50% - 10px);
  left: 5%;
  width: 90%;
  opacity: 0.9;
  transition: opacity 200ms ease-in;
}

/* line 204, ../usr/local/bundle/ruby/3.1.0/gems/actiontext-7.0.7.2/app/assets/stylesheets/trix.css */
trix-editor .attachment__progress[value="100"] {
  opacity: 0;
}

/* line 206, ../usr/local/bundle/ruby/3.1.0/gems/actiontext-7.0.7.2/app/assets/stylesheets/trix.css */
trix-editor .attachment__caption-editor {
  display: inline-block;
  width: 100%;
  margin: 0;
  padding: 0;
  font-size: inherit;
  font-family: inherit;
  line-height: inherit;
  color: inherit;
  text-align: center;
  vertical-align: top;
  border: none;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

/* line 221, ../usr/local/bundle/ruby/3.1.0/gems/actiontext-7.0.7.2/app/assets/stylesheets/trix.css */
trix-editor .attachment__toolbar {
  position: absolute;
  z-index: 1;
  top: -0.9em;
  left: 0;
  width: 100%;
  text-align: center;
}

/* line 228, ../usr/local/bundle/ruby/3.1.0/gems/actiontext-7.0.7.2/app/assets/stylesheets/trix.css */
trix-editor .trix-button-group {
  display: inline-flex;
}

/* line 230, ../usr/local/bundle/ruby/3.1.0/gems/actiontext-7.0.7.2/app/assets/stylesheets/trix.css */
trix-editor .trix-button {
  position: relative;
  float: left;
  color: #666;
  white-space: nowrap;
  font-size: 80%;
  padding: 0 0.8em;
  margin: 0;
  outline: none;
  border: none;
  border-radius: 0;
  background: transparent;
}

/* line 242, ../usr/local/bundle/ruby/3.1.0/gems/actiontext-7.0.7.2/app/assets/stylesheets/trix.css */
trix-editor .trix-button:not(:first-child) {
  border-left: 1px solid #ccc;
}

/* line 244, ../usr/local/bundle/ruby/3.1.0/gems/actiontext-7.0.7.2/app/assets/stylesheets/trix.css */
trix-editor .trix-button.trix-active {
  background: #cbeefa;
}

/* line 246, ../usr/local/bundle/ruby/3.1.0/gems/actiontext-7.0.7.2/app/assets/stylesheets/trix.css */
trix-editor .trix-button:not(:disabled) {
  cursor: pointer;
}

/* line 248, ../usr/local/bundle/ruby/3.1.0/gems/actiontext-7.0.7.2/app/assets/stylesheets/trix.css */
trix-editor .trix-button--remove {
  text-indent: -9999px;
  display: inline-block;
  padding: 0;
  outline: none;
  width: 1.8em;
  height: 1.8em;
  line-height: 1.8em;
  border-radius: 50%;
  background-color: #fff;
  border: 2px solid highlight;
  box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.25);
}

/* line 260, ../usr/local/bundle/ruby/3.1.0/gems/actiontext-7.0.7.2/app/assets/stylesheets/trix.css */
trix-editor .trix-button--remove::before {
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0.7;
  content: "";
  background-image: url(data:image/svg+xml,%3Csvg%20height%3D%2224%22%20width%3D%2224%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M19%206.4L17.6%205%2012%2010.6%206.4%205%205%206.4l5.6%205.6L5%2017.6%206.4%2019l5.6-5.6%205.6%205.6%201.4-1.4-5.6-5.6z%22%2F%3E%3Cpath%20d%3D%22M0%200h24v24H0z%22%20fill%3D%22none%22%2F%3E%3C%2Fsvg%3E);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 90%;
}

/* line 273, ../usr/local/bundle/ruby/3.1.0/gems/actiontext-7.0.7.2/app/assets/stylesheets/trix.css */
trix-editor .trix-button--remove:hover {
  border-color: #333;
}

/* line 275, ../usr/local/bundle/ruby/3.1.0/gems/actiontext-7.0.7.2/app/assets/stylesheets/trix.css */
trix-editor .trix-button--remove:hover::before {
  opacity: 1;
}

/* line 277, ../usr/local/bundle/ruby/3.1.0/gems/actiontext-7.0.7.2/app/assets/stylesheets/trix.css */
trix-editor .attachment__metadata-container {
  position: relative;
}

/* line 279, ../usr/local/bundle/ruby/3.1.0/gems/actiontext-7.0.7.2/app/assets/stylesheets/trix.css */
trix-editor .attachment__metadata {
  position: absolute;
  left: 50%;
  top: 2em;
  transform: translate(-50%, 0);
  max-width: 90%;
  padding: 0.1em 0.6em;
  font-size: 0.8em;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.7);
  border-radius: 3px;
}

/* line 290, ../usr/local/bundle/ruby/3.1.0/gems/actiontext-7.0.7.2/app/assets/stylesheets/trix.css */
trix-editor .attachment__metadata .attachment__name {
  display: inline-block;
  max-width: 100%;
  vertical-align: bottom;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* line 297, ../usr/local/bundle/ruby/3.1.0/gems/actiontext-7.0.7.2/app/assets/stylesheets/trix.css */
trix-editor .attachment__metadata .attachment__size {
  margin-left: 0.2em;
  white-space: nowrap;
}

/* line 301, ../usr/local/bundle/ruby/3.1.0/gems/actiontext-7.0.7.2/app/assets/stylesheets/trix.css */
.trix-content {
  line-height: 1.5;
}

/* line 303, ../usr/local/bundle/ruby/3.1.0/gems/actiontext-7.0.7.2/app/assets/stylesheets/trix.css */
.trix-content * {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

/* line 307, ../usr/local/bundle/ruby/3.1.0/gems/actiontext-7.0.7.2/app/assets/stylesheets/trix.css */
.trix-content h1 {
  font-size: 1.2em;
  line-height: 1.2;
}

/* line 310, ../usr/local/bundle/ruby/3.1.0/gems/actiontext-7.0.7.2/app/assets/stylesheets/trix.css */
.trix-content blockquote {
  border: 0 solid #ccc;
  border-left-width: 0.3em;
  margin-left: 0.3em;
  padding-left: 0.6em;
}

/* line 315, ../usr/local/bundle/ruby/3.1.0/gems/actiontext-7.0.7.2/app/assets/stylesheets/trix.css */
.trix-content [dir=rtl] blockquote,
.trix-content blockquote[dir=rtl] {
  border-width: 0;
  border-right-width: 0.3em;
  margin-right: 0.3em;
  padding-right: 0.6em;
}

/* line 321, ../usr/local/bundle/ruby/3.1.0/gems/actiontext-7.0.7.2/app/assets/stylesheets/trix.css */
.trix-content li {
  margin-left: 1em;
}

/* line 323, ../usr/local/bundle/ruby/3.1.0/gems/actiontext-7.0.7.2/app/assets/stylesheets/trix.css */
.trix-content [dir=rtl] li {
  margin-right: 1em;
}

/* line 325, ../usr/local/bundle/ruby/3.1.0/gems/actiontext-7.0.7.2/app/assets/stylesheets/trix.css */
.trix-content pre {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  font-family: monospace;
  font-size: 0.9em;
  padding: 0.5em;
  white-space: pre;
  background-color: #eee;
  overflow-x: auto;
}

/* line 335, ../usr/local/bundle/ruby/3.1.0/gems/actiontext-7.0.7.2/app/assets/stylesheets/trix.css */
.trix-content img {
  max-width: 100%;
  height: auto;
}

/* line 338, ../usr/local/bundle/ruby/3.1.0/gems/actiontext-7.0.7.2/app/assets/stylesheets/trix.css */
.trix-content .attachment {
  display: inline-block;
  position: relative;
  max-width: 100%;
}

/* line 342, ../usr/local/bundle/ruby/3.1.0/gems/actiontext-7.0.7.2/app/assets/stylesheets/trix.css */
.trix-content .attachment a {
  color: inherit;
  text-decoration: none;
}

/* line 345, ../usr/local/bundle/ruby/3.1.0/gems/actiontext-7.0.7.2/app/assets/stylesheets/trix.css */
.trix-content .attachment a:hover, .trix-content .attachment a:visited:hover {
  color: inherit;
}

/* line 347, ../usr/local/bundle/ruby/3.1.0/gems/actiontext-7.0.7.2/app/assets/stylesheets/trix.css */
.trix-content .attachment__caption {
  text-align: center;
}

/* line 349, ../usr/local/bundle/ruby/3.1.0/gems/actiontext-7.0.7.2/app/assets/stylesheets/trix.css */
.trix-content .attachment__caption .attachment__name + .attachment__size::before {
  content: ' · ';
}

/* line 351, ../usr/local/bundle/ruby/3.1.0/gems/actiontext-7.0.7.2/app/assets/stylesheets/trix.css */
.trix-content .attachment--preview {
  width: 100%;
  text-align: center;
}

/* line 354, ../usr/local/bundle/ruby/3.1.0/gems/actiontext-7.0.7.2/app/assets/stylesheets/trix.css */
.trix-content .attachment--preview .attachment__caption {
  color: #666;
  font-size: 0.9em;
  line-height: 1.2;
}

/* line 358, ../usr/local/bundle/ruby/3.1.0/gems/actiontext-7.0.7.2/app/assets/stylesheets/trix.css */
.trix-content .attachment--file {
  color: #333;
  line-height: 1;
  margin: 0 2px 2px 2px;
  padding: 0.4em 1em;
  border: 1px solid #bbb;
  border-radius: 5px;
}

/* line 365, ../usr/local/bundle/ruby/3.1.0/gems/actiontext-7.0.7.2/app/assets/stylesheets/trix.css */
.trix-content .attachment-gallery {
  display: flex;
  flex-wrap: wrap;
  position: relative;
}

/* line 369, ../usr/local/bundle/ruby/3.1.0/gems/actiontext-7.0.7.2/app/assets/stylesheets/trix.css */
.trix-content .attachment-gallery .attachment {
  flex: 1 0 33%;
  padding: 0 0.5em;
  max-width: 33%;
}

/* line 373, ../usr/local/bundle/ruby/3.1.0/gems/actiontext-7.0.7.2/app/assets/stylesheets/trix.css */
.trix-content .attachment-gallery.attachment-gallery--2 .attachment, .trix-content .attachment-gallery.attachment-gallery--4 .attachment {
  flex-basis: 50%;
  max-width: 50%;
}

/* line 11, app/assets/stylesheets/vendors/fixes.scss */
.trix-content .attachment-gallery > action-text-attachment,
.trix-content .attachment-gallery > .attachment {
  flex: 1 0 33%;
  padding: 0 0.5em;
  max-width: 33%;
}

/* line 18, app/assets/stylesheets/vendors/fixes.scss */
.trix-content .attachment-gallery.attachment-gallery--2 > action-text-attachment,
.trix-content .attachment-gallery.attachment-gallery--2 > .attachment, .trix-content .attachment-gallery.attachment-gallery--4 > action-text-attachment,
.trix-content .attachment-gallery.attachment-gallery--4 > .attachment {
  flex-basis: 50%;
  max-width: 50%;
}

/* line 25, app/assets/stylesheets/vendors/fixes.scss */
.trix-content action-text-attachment .attachment {
  padding: 0 !important;
  max-width: 100% !important;
}

/* line 30, app/assets/stylesheets/vendors/fixes.scss */
.page-content .trix-content {
  overflow: hidden;
}

/* line 36, app/assets/stylesheets/vendors/fixes.scss */
.page-wrapper + svg,
iframe + svg {
  display: none;
}

/* TUI Image Editor */
/* line 43, app/assets/stylesheets/vendors/fixes.scss */
body .backgrounds-editor__container {
  background-color: transparent;
  filter: grayscale(100%);
}

/* line 49, app/assets/stylesheets/vendors/fixes.scss */
body .tui-image-editor-container .tui-image-editor-submenu .tui-image-editor-submenu-item .tui-image-editor-button {
  margin: 0;
}

/* line 53, app/assets/stylesheets/vendors/fixes.scss */
body .tui-image-editor-container .tui-image-editor-wrap {
  overflow: hidden;
}

/* line 65, app/assets/stylesheets/vendors/fixes.scss */
body .tui-image-editor-container .tui-image-editor-controls {
  border-radius: 50px;
}

/* line 69, app/assets/stylesheets/vendors/fixes.scss */
body .tui-image-editor-container .tui-image-editor {
  border-radius: 20px;
  overflow: hidden;
}

/* line 74, app/assets/stylesheets/vendors/fixes.scss */
body .tui-image-editor-help-menu.top {
  display: none;
}

/* line 78, app/assets/stylesheets/vendors/fixes.scss */
body .tui-image-editor-container .tui-image-editor-submenu {
  bottom: 10px;
}

/* line 82, app/assets/stylesheets/vendors/fixes.scss */
body .tui-image-editor-container .tui-image-editor-main {
  top: 0;
}

@media (min-width: 760px) {
  /* line 87, app/assets/stylesheets/vendors/fixes.scss */
  body .tui-image-editor-container .tui-image-editor-submenu .tui-image-editor-submenu-item .tui-image-editor-button {
    margin: 0 8px;
  }
}

/* Text */
/* line 3, app/assets/stylesheets/utilities/tools.scss */
.text-normal {
  font-size: var(--fs-text-normal);
}

/* line 7, app/assets/stylesheets/utilities/tools.scss */
.text-regular {
  font-size: var(--fs-text-regular);
}

/* line 11, app/assets/stylesheets/utilities/tools.scss */
.text-base {
  font-size: var(--fs-text-base);
}

/* line 15, app/assets/stylesheets/utilities/tools.scss */
.text-gray {
  color: #7c7c7c;
}

/* line 19, app/assets/stylesheets/utilities/tools.scss */
.text-center {
  text-align: center;
}

/* line 23, app/assets/stylesheets/utilities/tools.scss */
.content-center {
  margin: 0 auto;
}

/* line 27, app/assets/stylesheets/utilities/tools.scss */
.text-right {
  text-align: right;
}

/* line 31, app/assets/stylesheets/utilities/tools.scss */
.text-no-wrap {
  white-space: nowrap;
}

/* line 35, app/assets/stylesheets/utilities/tools.scss */
.capitalize {
  text-transform: capitalize;
}

/* line 39, app/assets/stylesheets/utilities/tools.scss */
.capitalize u {
  text-transform: none;
  text-decoration: none;
}

/* line 44, app/assets/stylesheets/utilities/tools.scss */
.underline {
  text-decoration-line: underline;
}

/* line 48, app/assets/stylesheets/utilities/tools.scss */
.abs-full {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

/* Loading State */
/* line 58, app/assets/stylesheets/utilities/tools.scss */
.loading-state {
  display: flex;
  align-items: center;
  gap: 10px;
}

/* line 64, app/assets/stylesheets/utilities/tools.scss */
.loading-state svg {
  width: 24px;
  height: 24px;
}

/* Test styles */
/* line 71, app/assets/stylesheets/utilities/tools.scss */
.test-filler {
  min-height: 1500px;
  background-color: #e5e5e5;
}

/* line 76, app/assets/stylesheets/utilities/tools.scss */
.test-filler-container {
  max-width: var(--max-normal-width);
  font-size: 1.125rem;
  line-height: 1.4;
  margin: 0 auto;
  padding: 100px var(--side-gap);
}

/* line 84, app/assets/stylesheets/utilities/tools.scss */
.test-filler-container p {
  margin-bottom: 15px;
}

/* Max width */
/* line 90, app/assets/stylesheets/utilities/tools.scss */
.max-500 {
  max-width: 500px;
}

/* line 94, app/assets/stylesheets/utilities/tools.scss */
.max-620 {
  max-width: 620px;
}

/* line 98, app/assets/stylesheets/utilities/tools.scss */
.max-760 {
  max-width: 760px;
}

/* line 102, app/assets/stylesheets/utilities/tools.scss */
.max-820 {
  max-width: 820px;
}

/* Margin, Padding */
/* line 108, app/assets/stylesheets/utilities/tools.scss */
.mt-10 {
  margin-top: 10px;
}

/* line 112, app/assets/stylesheets/utilities/tools.scss */
.mt-15 {
  margin-top: 15px;
}

/* line 116, app/assets/stylesheets/utilities/tools.scss */
.mt-20 {
  margin-top: 20px;
}

/* line 120, app/assets/stylesheets/utilities/tools.scss */
.mt-25 {
  margin-top: 25px;
}

/* line 124, app/assets/stylesheets/utilities/tools.scss */
.mt-30 {
  margin-top: 30px;
}

/* line 128, app/assets/stylesheets/utilities/tools.scss */
.mt-40 {
  margin-top: 40px;
}

/* line 132, app/assets/stylesheets/utilities/tools.scss */
.mt-50 {
  margin-top: 50px;
}

/* line 136, app/assets/stylesheets/utilities/tools.scss */
.mb-10 {
  margin-bottom: 10px;
}

/* line 140, app/assets/stylesheets/utilities/tools.scss */
.mb-15 {
  margin-bottom: 15px;
}

/* line 144, app/assets/stylesheets/utilities/tools.scss */
.mb-20 {
  margin-bottom: 20px;
}

/* line 148, app/assets/stylesheets/utilities/tools.scss */
.mb-25 {
  margin-bottom: 25px;
}

/* line 152, app/assets/stylesheets/utilities/tools.scss */
.mb-30 {
  margin-bottom: 30px;
}

/* line 156, app/assets/stylesheets/utilities/tools.scss */
.mb-40 {
  margin-bottom: 40px;
}

/* line 160, app/assets/stylesheets/utilities/tools.scss */
.mb-50 {
  margin-bottom: 50px;
}

/* line 164, app/assets/stylesheets/utilities/tools.scss */
.transparent-01 {
  opacity: .1;
}

/* line 168, app/assets/stylesheets/utilities/tools.scss */
.transparent-02 {
  opacity: .2;
}

/* line 172, app/assets/stylesheets/utilities/tools.scss */
.transparent-03 {
  opacity: .3;
}

/* line 176, app/assets/stylesheets/utilities/tools.scss */
.transparent-04 {
  opacity: .4;
}

/* line 180, app/assets/stylesheets/utilities/tools.scss */
.transparent-05 {
  opacity: .5;
}

/* line 184, app/assets/stylesheets/utilities/tools.scss */
.transparent-06 {
  opacity: .6;
}

/* line 188, app/assets/stylesheets/utilities/tools.scss */
.transparent-07 {
  opacity: .7;
}

/* line 192, app/assets/stylesheets/utilities/tools.scss */
.transparent-08 {
  opacity: .8;
}

/* line 196, app/assets/stylesheets/utilities/tools.scss */
.transparent-09 {
  opacity: .9;
}

/* line 200, app/assets/stylesheets/utilities/tools.scss */
.transparent-10 {
  opacity: 1;
}

/* line 204, app/assets/stylesheets/utilities/tools.scss */
.or-divider {
  display: flex;
  align-items: center;
  text-align: center;
  font-size: var(--fs-text-base);
  white-space: nowrap;
  margin: 15px 0;
}

/* line 213, app/assets/stylesheets/utilities/tools.scss */
.or-divider::before,
.or-divider::after {
  content: '';
  flex: 1;
  border-top: 1px solid #888;
  margin: 0 10px;
}

/* States */
/* line 3, app/assets/stylesheets/base/states.scss */
.hidden {
  display: none;
}

/* line 7, app/assets/stylesheets/base/states.scss */
.transparent {
  opacity: 0;
}

/* line 11, app/assets/stylesheets/base/states.scss */
.opaque {
  opacity: 1;
}

/* line 15, app/assets/stylesheets/base/states.scss */
.no-select {
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* line 24, app/assets/stylesheets/base/states.scss */
.lazy {
  opacity: 0;
  transition: opacity .5s ease;
}

/* line 29, app/assets/stylesheets/base/states.scss */
.lazy.loaded {
  opacity: 1;
}
