/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/**
 * Remove default margin.
 */
body {
  margin: 0;
}
/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}
/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}
/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}
/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0;
}
/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}
/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}
/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}
/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}
/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}
/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}
/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0;
}
/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}
/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}
/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}
/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}
/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. CUSTOM FOR WEBFLOW: Removed the input[type="submit"] selector to reduce
 *    specificity and defer to the .w-button selector
 */
button,
html input[type="button"],
input[type="reset"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}
/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}
/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}
/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
 * 1. CUSTOM FOR WEBFLOW: changed from `textfield` to `none` to normalize iOS rounded input
 * 2. CUSTOM FOR WEBFLOW: box-sizing: content-box rule removed
 *    (similar to normalize.css >=4.0.0)
 */
input[type="search"] {
  -webkit-appearance: none;
  /* 1 */
}
/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}
/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}
/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
@font-face {
  font-family: 'webflow-icons';
  src: url("data:application/x-font-ttf;charset=utf-8;base64,AAEAAAALAIAAAwAwT1MvMg8SBiUAAAC8AAAAYGNtYXDpP+a4AAABHAAAAFxnYXNwAAAAEAAAAXgAAAAIZ2x5ZmhS2XEAAAGAAAADHGhlYWQTFw3HAAAEnAAAADZoaGVhCXYFgQAABNQAAAAkaG10eCe4A1oAAAT4AAAAMGxvY2EDtALGAAAFKAAAABptYXhwABAAPgAABUQAAAAgbmFtZSoCsMsAAAVkAAABznBvc3QAAwAAAAAHNAAAACAAAwP4AZAABQAAApkCzAAAAI8CmQLMAAAB6wAzAQkAAAAAAAAAAAAAAAAAAAABEAAAAAAAAAAAAAAAAAAAAABAAADpAwPA/8AAQAPAAEAAAAABAAAAAAAAAAAAAAAgAAAAAAADAAAAAwAAABwAAQADAAAAHAADAAEAAAAcAAQAQAAAAAwACAACAAQAAQAg5gPpA//9//8AAAAAACDmAOkA//3//wAB/+MaBBcIAAMAAQAAAAAAAAAAAAAAAAABAAH//wAPAAEAAAAAAAAAAAACAAA3OQEAAAAAAQAAAAAAAAAAAAIAADc5AQAAAAABAAAAAAAAAAAAAgAANzkBAAAAAAEBIAAAAyADgAAFAAAJAQcJARcDIP5AQAGA/oBAAcABwED+gP6AQAABAOAAAALgA4AABQAAEwEXCQEH4AHAQP6AAYBAAcABwED+gP6AQAAAAwDAAOADQALAAA8AHwAvAAABISIGHQEUFjMhMjY9ATQmByEiBh0BFBYzITI2PQE0JgchIgYdARQWMyEyNj0BNCYDIP3ADRMTDQJADRMTDf3ADRMTDQJADRMTDf3ADRMTDQJADRMTAsATDSANExMNIA0TwBMNIA0TEw0gDRPAEw0gDRMTDSANEwAAAAABAJ0AtAOBApUABQAACQIHCQEDJP7r/upcAXEBcgKU/usBFVz+fAGEAAAAAAL//f+9BAMDwwAEAAkAABcBJwEXAwE3AQdpA5ps/GZsbAOabPxmbEMDmmz8ZmwDmvxmbAOabAAAAgAA/8AEAAPAAB0AOwAABSInLgEnJjU0Nz4BNzYzMTIXHgEXFhUUBw4BBwYjNTI3PgE3NjU0Jy4BJyYjMSIHDgEHBhUUFx4BFxYzAgBqXV6LKCgoKIteXWpqXV6LKCgoKIteXWpVSktvICEhIG9LSlVVSktvICEhIG9LSlVAKCiLXl1qal1eiygoKCiLXl1qal1eiygoZiEgb0tKVVVKS28gISEgb0tKVVVKS28gIQABAAABwAIAA8AAEgAAEzQ3PgE3NjMxFSIHDgEHBhUxIwAoKIteXWpVSktvICFmAcBqXV6LKChmISBvS0pVAAAAAgAA/8AFtgPAADIAOgAAARYXHgEXFhUUBw4BBwYHIxUhIicuAScmNTQ3PgE3NjMxOAExNDc+ATc2MzIXHgEXFhcVATMJATMVMzUEjD83NlAXFxYXTjU1PQL8kz01Nk8XFxcXTzY1PSIjd1BQWlJJSXInJw3+mdv+2/7c25MCUQYcHFg5OUA/ODlXHBwIAhcXTzY1PTw1Nk8XF1tQUHcjIhwcYUNDTgL+3QFt/pOTkwABAAAAAQAAmM7nP18PPPUACwQAAAAAANciZKUAAAAA1yJkpf/9/70FtgPDAAAACAACAAAAAAAAAAEAAAPA/8AAAAW3//3//QW2AAEAAAAAAAAAAAAAAAAAAAAMBAAAAAAAAAAAAAAAAgAAAAQAASAEAADgBAAAwAQAAJ0EAP/9BAAAAAQAAAAFtwAAAAAAAAAKABQAHgAyAEYAjACiAL4BFgE2AY4AAAABAAAADAA8AAMAAAAAAAIAAAAAAAAAAAAAAAAAAAAAAAAADgCuAAEAAAAAAAEADQAAAAEAAAAAAAIABwCWAAEAAAAAAAMADQBIAAEAAAAAAAQADQCrAAEAAAAAAAUACwAnAAEAAAAAAAYADQBvAAEAAAAAAAoAGgDSAAMAAQQJAAEAGgANAAMAAQQJAAIADgCdAAMAAQQJAAMAGgBVAAMAAQQJAAQAGgC4AAMAAQQJAAUAFgAyAAMAAQQJAAYAGgB8AAMAAQQJAAoANADsd2ViZmxvdy1pY29ucwB3AGUAYgBmAGwAbwB3AC0AaQBjAG8AbgBzVmVyc2lvbiAxLjAAVgBlAHIAcwBpAG8AbgAgADEALgAwd2ViZmxvdy1pY29ucwB3AGUAYgBmAGwAbwB3AC0AaQBjAG8AbgBzd2ViZmxvdy1pY29ucwB3AGUAYgBmAGwAbwB3AC0AaQBjAG8AbgBzUmVndWxhcgBSAGUAZwB1AGwAYQByd2ViZmxvdy1pY29ucwB3AGUAYgBmAGwAbwB3AC0AaQBjAG8AbgBzRm9udCBnZW5lcmF0ZWQgYnkgSWNvTW9vbi4ARgBvAG4AdAAgAGcAZQBuAGUAcgBhAHQAZQBkACAAYgB5ACAASQBjAG8ATQBvAG8AbgAuAAAAAwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA==") format('truetype');
  font-weight: normal;
  font-style: normal;
}
[class^="w-icon-"],
[class*=" w-icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'webflow-icons' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.w-icon-slider-right:before {
  content: "\e600";
}
.w-icon-slider-left:before {
  content: "\e601";
}
.w-icon-nav-menu:before {
  content: "\e602";
}
.w-icon-arrow-down:before,
.w-icon-dropdown-toggle:before {
  content: "\e603";
}
.w-icon-file-upload-remove:before {
  content: "\e900";
}
.w-icon-file-upload-icon:before {
  content: "\e903";
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  height: 100%;
}
body {
  margin: 0;
  min-height: 100%;
  background-color: #fff;
  font-family: Arial, sans-serif;
  font-size: 14px;
  line-height: 20px;
  color: #333;
}
img {
  max-width: 100%;
  vertical-align: middle;
  display: inline-block;
}
html.w-mod-touch * {
  background-attachment: scroll !important;
}
.w-block {
  display: block;
}
.w-inline-block {
  max-width: 100%;
  display: inline-block;
}
.w-clearfix:before,
.w-clearfix:after {
  content: " ";
  display: table;
  grid-column-start: 1;
  grid-row-start: 1;
  grid-column-end: 2;
  grid-row-end: 2;
}
.w-clearfix:after {
  clear: both;
}
.w-hidden {
  display: none;
}
.w-button {
  display: inline-block;
  padding: 9px 15px;
  background-color: #3898EC;
  color: white;
  border: 0;
  line-height: inherit;
  text-decoration: none;
  cursor: pointer;
  border-radius: 0;
}
input.w-button {
  -webkit-appearance: button;
}
html[data-w-dynpage] [data-w-cloak] {
  color: transparent !important;
}
.w-code-block {
  margin: unset;
}
pre.w-code-block code {
  all: inherit;
}
.w-optimization {
  display: contents;
}
.w-webflow-badge,
.w-webflow-badge * {
  position: static;
  left: auto;
  top: auto;
  right: auto;
  bottom: auto;
  z-index: auto;
  display: block;
  visibility: visible;
  overflow: visible;
  overflow-x: visible;
  overflow-y: visible;
  box-sizing: border-box;
  width: auto;
  height: auto;
  max-height: none;
  max-width: none;
  min-height: 0;
  min-width: 0;
  margin: 0;
  padding: 0;
  float: none;
  clear: none;
  border: 0 none transparent;
  border-radius: 0;
  background: none;
  background-image: none;
  background-position: 0% 0%;
  background-size: auto auto;
  background-repeat: repeat;
  background-origin: padding-box;
  background-clip: border-box;
  background-attachment: scroll;
  background-color: transparent;
  box-shadow: none;
  opacity: 1;
  transform: none;
  transition: none;
  direction: ltr;
  font-family: inherit;
  font-weight: inherit;
  color: inherit;
  font-size: inherit;
  line-height: inherit;
  font-style: inherit;
  font-variant: inherit;
  text-align: inherit;
  letter-spacing: inherit;
  text-decoration: inherit;
  text-indent: 0;
  text-transform: inherit;
  list-style-type: disc;
  text-shadow: none;
  font-smoothing: auto;
  vertical-align: baseline;
  cursor: inherit;
  white-space: inherit;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
}
.w-webflow-badge {
  position: fixed !important;
  display: inline-block !important;
  visibility: visible !important;
  z-index: 2147483647 !important;
  top: auto !important;
  right: 12px !important;
  bottom: 12px !important;
  left: auto !important;
  color: #aaadb0 !important;
  background-color: #fff !important;
  border-radius: 3px !important;
  padding: 6px !important;
  font-size: 12px !important;
  opacity: 1 !important;
  line-height: 14px !important;
  text-decoration: none !important;
  transform: none !important;
  margin: 0 !important;
  width: auto !important;
  height: auto !important;
  overflow: visible !important;
  white-space: nowrap;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1), 0px 1px 3px rgba(0, 0, 0, 0.1);
  cursor: pointer;
}
.w-webflow-badge > img {
  display: inline-block !important;
  visibility: visible !important;
  opacity: 1 !important;
  vertical-align: middle !important;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: bold;
  margin-bottom: 10px;
}
h1 {
  font-size: 38px;
  line-height: 44px;
  margin-top: 20px;
}
h2 {
  font-size: 32px;
  line-height: 36px;
  margin-top: 20px;
}
h3 {
  font-size: 24px;
  line-height: 30px;
  margin-top: 20px;
}
h4 {
  font-size: 18px;
  line-height: 24px;
  margin-top: 10px;
}
h5 {
  font-size: 14px;
  line-height: 20px;
  margin-top: 10px;
}
h6 {
  font-size: 12px;
  line-height: 18px;
  margin-top: 10px;
}
p {
  margin-top: 0;
  margin-bottom: 10px;
}
blockquote {
  margin: 0 0 10px 0;
  padding: 10px 20px;
  border-left: 5px solid #E2E2E2;
  font-size: 18px;
  line-height: 22px;
}
figure {
  margin: 0;
  margin-bottom: 10px;
}
figcaption {
  margin-top: 5px;
  text-align: center;
}
ul,
ol {
  margin-top: 0px;
  margin-bottom: 10px;
  padding-left: 40px;
}
.w-list-unstyled {
  padding-left: 0;
  list-style: none;
}
.w-embed:before,
.w-embed:after {
  content: " ";
  display: table;
  grid-column-start: 1;
  grid-row-start: 1;
  grid-column-end: 2;
  grid-row-end: 2;
}
.w-embed:after {
  clear: both;
}
.w-video {
  width: 100%;
  position: relative;
  padding: 0;
}
.w-video iframe,
.w-video object,
.w-video embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
}
button,
[type='button'],
[type='reset'] {
  border: 0;
  cursor: pointer;
  -webkit-appearance: button;
}
.w-form {
  margin: 0 0 15px;
}
.w-form-done {
  display: none;
  padding: 20px;
  text-align: center;
  background-color: #dddddd;
}
.w-form-fail {
  display: none;
  margin-top: 10px;
  padding: 10px;
  background-color: #ffdede;
}
label {
  display: block;
  margin-bottom: 5px;
  font-weight: bold;
}
.w-input,
.w-select {
  display: block;
  width: 100%;
  height: 38px;
  padding: 8px 12px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333333;
  vertical-align: middle;
  background-color: #ffffff;
  border: 1px solid #cccccc;
}
.w-input::placeholder,
.w-select::placeholder {
  color: #999;
}
.w-input:focus,
.w-select:focus {
  border-color: #3898EC;
  outline: 0;
}
.w-input[disabled],
.w-select[disabled],
.w-input[readonly],
.w-select[readonly],
fieldset[disabled] .w-input,
fieldset[disabled] .w-select {
  cursor: not-allowed;
}
.w-input[disabled]:not(.w-input-disabled),
.w-select[disabled]:not(.w-input-disabled),
.w-input[readonly],
.w-select[readonly],
fieldset[disabled]:not(.w-input-disabled) .w-input,
fieldset[disabled]:not(.w-input-disabled) .w-select {
  background-color: #eeeeee;
}
textarea.w-input,
textarea.w-select {
  height: auto;
}
.w-select {
  background-color: #f3f3f3;
}
.w-select[multiple] {
  height: auto;
}
.w-form-label {
  display: inline-block;
  cursor: pointer;
  font-weight: normal;
  margin-bottom: 0px;
}
.w-radio {
  display: block;
  margin-bottom: 5px;
  padding-left: 20px;
}
.w-radio:before,
.w-radio:after {
  content: " ";
  display: table;
  grid-column-start: 1;
  grid-row-start: 1;
  grid-column-end: 2;
  grid-row-end: 2;
}
.w-radio:after {
  clear: both;
}
.w-radio-input {
  margin: 4px 0 0;
  line-height: normal;
  float: left;
  margin-left: -20px;
}
.w-radio-input {
  margin-top: 3px;
}
.w-file-upload {
  display: block;
  margin-bottom: 10px;
}
.w-file-upload-input {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -100;
}
.w-file-upload-default,
.w-file-upload-uploading,
.w-file-upload-success {
  display: inline-block;
  color: #333333;
}
.w-file-upload-error {
  display: block;
  margin-top: 10px;
}
.w-file-upload-default.w-hidden,
.w-file-upload-uploading.w-hidden,
.w-file-upload-error.w-hidden,
.w-file-upload-success.w-hidden {
  display: none;
}
.w-file-upload-uploading-btn {
  display: flex;
  font-size: 14px;
  font-weight: normal;
  cursor: pointer;
  margin: 0;
  padding: 8px 12px;
  border: 1px solid #cccccc;
  background-color: #fafafa;
}
.w-file-upload-file {
  display: flex;
  flex-grow: 1;
  justify-content: space-between;
  margin: 0;
  padding: 8px 9px 8px 11px;
  border: 1px solid #cccccc;
  background-color: #fafafa;
}
.w-file-upload-file-name {
  font-size: 14px;
  font-weight: normal;
  display: block;
}
.w-file-remove-link {
  margin-top: 3px;
  margin-left: 10px;
  width: auto;
  height: auto;
  padding: 3px;
  display: block;
  cursor: pointer;
}
.w-icon-file-upload-remove {
  margin: auto;
  font-size: 10px;
}
.w-file-upload-error-msg {
  display: inline-block;
  color: #ea384c;
  padding: 2px 0;
}
.w-file-upload-info {
  display: inline-block;
  line-height: 38px;
  padding: 0 12px;
}
.w-file-upload-label {
  display: inline-block;
  font-size: 14px;
  font-weight: normal;
  cursor: pointer;
  margin: 0;
  padding: 8px 12px;
  border: 1px solid #cccccc;
  background-color: #fafafa;
}
.w-icon-file-upload-icon,
.w-icon-file-upload-uploading {
  display: inline-block;
  margin-right: 8px;
  width: 20px;
}
.w-icon-file-upload-uploading {
  height: 20px;
}
.w-container {
  margin-left: auto;
  margin-right: auto;
  max-width: 940px;
}
.w-container:before,
.w-container:after {
  content: " ";
  display: table;
  grid-column-start: 1;
  grid-row-start: 1;
  grid-column-end: 2;
  grid-row-end: 2;
}
.w-container:after {
  clear: both;
}
.w-container .w-row {
  margin-left: -10px;
  margin-right: -10px;
}
.w-row:before,
.w-row:after {
  content: " ";
  display: table;
  grid-column-start: 1;
  grid-row-start: 1;
  grid-column-end: 2;
  grid-row-end: 2;
}
.w-row:after {
  clear: both;
}
.w-row .w-row {
  margin-left: 0;
  margin-right: 0;
}
.w-col {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}
.w-col .w-col {
  padding-left: 0;
  padding-right: 0;
}
.w-col-1 {
  width: 8.33333333%;
}
.w-col-2 {
  width: 16.66666667%;
}
.w-col-3 {
  width: 25%;
}
.w-col-4 {
  width: 33.33333333%;
}
.w-col-5 {
  width: 41.66666667%;
}
.w-col-6 {
  width: 50%;
}
.w-col-7 {
  width: 58.33333333%;
}
.w-col-8 {
  width: 66.66666667%;
}
.w-col-9 {
  width: 75%;
}
.w-col-10 {
  width: 83.33333333%;
}
.w-col-11 {
  width: 91.66666667%;
}
.w-col-12 {
  width: 100%;
}
.w-hidden-main {
  display: none !important;
}
@media screen and (max-width: 991px) {
  .w-container {
    max-width: 728px;
  }
  .w-hidden-main {
    display: inherit !important;
  }
  .w-hidden-medium {
    display: none !important;
  }
  .w-col-medium-1 {
    width: 8.33333333%;
  }
  .w-col-medium-2 {
    width: 16.66666667%;
  }
  .w-col-medium-3 {
    width: 25%;
  }
  .w-col-medium-4 {
    width: 33.33333333%;
  }
  .w-col-medium-5 {
    width: 41.66666667%;
  }
  .w-col-medium-6 {
    width: 50%;
  }
  .w-col-medium-7 {
    width: 58.33333333%;
  }
  .w-col-medium-8 {
    width: 66.66666667%;
  }
  .w-col-medium-9 {
    width: 75%;
  }
  .w-col-medium-10 {
    width: 83.33333333%;
  }
  .w-col-medium-11 {
    width: 91.66666667%;
  }
  .w-col-medium-12 {
    width: 100%;
  }
  .w-col-stack {
    width: 100%;
    left: auto;
    right: auto;
  }
}
@media screen and (max-width: 767px) {
  .w-hidden-main {
    display: inherit !important;
  }
  .w-hidden-medium {
    display: inherit !important;
  }
  .w-hidden-small {
    display: none !important;
  }
  .w-row,
  .w-container .w-row {
    margin-left: 0;
    margin-right: 0;
  }
  .w-col {
    width: 100%;
    left: auto;
    right: auto;
  }
  .w-col-small-1 {
    width: 8.33333333%;
  }
  .w-col-small-2 {
    width: 16.66666667%;
  }
  .w-col-small-3 {
    width: 25%;
  }
  .w-col-small-4 {
    width: 33.33333333%;
  }
  .w-col-small-5 {
    width: 41.66666667%;
  }
  .w-col-small-6 {
    width: 50%;
  }
  .w-col-small-7 {
    width: 58.33333333%;
  }
  .w-col-small-8 {
    width: 66.66666667%;
  }
  .w-col-small-9 {
    width: 75%;
  }
  .w-col-small-10 {
    width: 83.33333333%;
  }
  .w-col-small-11 {
    width: 91.66666667%;
  }
  .w-col-small-12 {
    width: 100%;
  }
}
@media screen and (max-width: 479px) {
  .w-container {
    max-width: none;
  }
  .w-hidden-main {
    display: inherit !important;
  }
  .w-hidden-medium {
    display: inherit !important;
  }
  .w-hidden-small {
    display: inherit !important;
  }
  .w-hidden-tiny {
    display: none !important;
  }
  .w-col {
    width: 100%;
  }
  .w-col-tiny-1 {
    width: 8.33333333%;
  }
  .w-col-tiny-2 {
    width: 16.66666667%;
  }
  .w-col-tiny-3 {
    width: 25%;
  }
  .w-col-tiny-4 {
    width: 33.33333333%;
  }
  .w-col-tiny-5 {
    width: 41.66666667%;
  }
  .w-col-tiny-6 {
    width: 50%;
  }
  .w-col-tiny-7 {
    width: 58.33333333%;
  }
  .w-col-tiny-8 {
    width: 66.66666667%;
  }
  .w-col-tiny-9 {
    width: 75%;
  }
  .w-col-tiny-10 {
    width: 83.33333333%;
  }
  .w-col-tiny-11 {
    width: 91.66666667%;
  }
  .w-col-tiny-12 {
    width: 100%;
  }
}
.w-widget {
  position: relative;
}
.w-widget-map {
  width: 100%;
  height: 400px;
}
.w-widget-map label {
  width: auto;
  display: inline;
}
.w-widget-map img {
  max-width: inherit;
}
.w-widget-map .gm-style-iw {
  text-align: center;
}
.w-widget-map .gm-style-iw > button {
  display: none !important;
}
.w-widget-twitter {
  overflow: hidden;
}
.w-widget-twitter-count-shim {
  display: inline-block;
  vertical-align: top;
  position: relative;
  width: 28px;
  height: 20px;
  text-align: center;
  background: white;
  border: #758696 solid 1px;
  border-radius: 3px;
}
.w-widget-twitter-count-shim * {
  pointer-events: none;
  user-select: none;
}
.w-widget-twitter-count-shim .w-widget-twitter-count-inner {
  position: relative;
  font-size: 15px;
  line-height: 12px;
  text-align: center;
  color: #999;
  font-family: serif;
}
.w-widget-twitter-count-shim .w-widget-twitter-count-clear {
  position: relative;
  display: block;
}
.w-widget-twitter-count-shim.w--large {
  width: 36px;
  height: 28px;
}
.w-widget-twitter-count-shim.w--large .w-widget-twitter-count-inner {
  font-size: 18px;
  line-height: 18px;
}
.w-widget-twitter-count-shim:not(.w--vertical) {
  margin-left: 5px;
  margin-right: 8px;
}
.w-widget-twitter-count-shim:not(.w--vertical).w--large {
  margin-left: 6px;
}
.w-widget-twitter-count-shim:not(.w--vertical):before,
.w-widget-twitter-count-shim:not(.w--vertical):after {
  top: 50%;
  left: 0;
  border: solid transparent;
  content: ' ';
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.w-widget-twitter-count-shim:not(.w--vertical):before {
  border-color: rgba(117, 134, 150, 0);
  border-right-color: #5d6c7b;
  border-width: 4px;
  margin-left: -9px;
  margin-top: -4px;
}
.w-widget-twitter-count-shim:not(.w--vertical).w--large:before {
  border-width: 5px;
  margin-left: -10px;
  margin-top: -5px;
}
.w-widget-twitter-count-shim:not(.w--vertical):after {
  border-color: rgba(255, 255, 255, 0);
  border-right-color: white;
  border-width: 4px;
  margin-left: -8px;
  margin-top: -4px;
}
.w-widget-twitter-count-shim:not(.w--vertical).w--large:after {
  border-width: 5px;
  margin-left: -9px;
  margin-top: -5px;
}
.w-widget-twitter-count-shim.w--vertical {
  width: 61px;
  height: 33px;
  margin-bottom: 8px;
}
.w-widget-twitter-count-shim.w--vertical:before,
.w-widget-twitter-count-shim.w--vertical:after {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: ' ';
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.w-widget-twitter-count-shim.w--vertical:before {
  border-color: rgba(117, 134, 150, 0);
  border-top-color: #5d6c7b;
  border-width: 5px;
  margin-left: -5px;
}
.w-widget-twitter-count-shim.w--vertical:after {
  border-color: rgba(255, 255, 255, 0);
  border-top-color: white;
  border-width: 4px;
  margin-left: -4px;
}
.w-widget-twitter-count-shim.w--vertical .w-widget-twitter-count-inner {
  font-size: 18px;
  line-height: 22px;
}
.w-widget-twitter-count-shim.w--vertical.w--large {
  width: 76px;
}
.w-background-video {
  position: relative;
  overflow: hidden;
  height: 500px;
  color: white;
}
.w-background-video > video {
  background-size: cover;
  background-position: 50% 50%;
  position: absolute;
  margin: auto;
  width: 100%;
  height: 100%;
  right: -100%;
  bottom: -100%;
  top: -100%;
  left: -100%;
  object-fit: cover;
  z-index: -100;
}
.w-background-video > video::-webkit-media-controls-start-playback-button {
  display: none !important;
  -webkit-appearance: none;
}
.w-background-video--control {
  position: absolute;
  bottom: 1em;
  right: 1em;
  background-color: transparent;
  padding: 0;
}
.w-background-video--control > [hidden] {
  display: none !important;
}
.w-slider {
  position: relative;
  height: 300px;
  text-align: center;
  background: #dddddd;
  clear: both;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  tap-highlight-color: rgba(0, 0, 0, 0);
}
.w-slider-mask {
  position: relative;
  display: block;
  overflow: hidden;
  z-index: 1;
  left: 0;
  right: 0;
  height: 100%;
  white-space: nowrap;
}
.w-slide {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 100%;
  height: 100%;
  white-space: normal;
  text-align: left;
}
.w-slider-nav {
  position: absolute;
  z-index: 2;
  top: auto;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  padding-top: 10px;
  height: 40px;
  text-align: center;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  tap-highlight-color: rgba(0, 0, 0, 0);
}
.w-slider-nav.w-round > div {
  border-radius: 100%;
}
.w-slider-nav.w-num > div {
  width: auto;
  height: auto;
  padding: 0.2em 0.5em;
  font-size: inherit;
  line-height: inherit;
}
.w-slider-nav.w-shadow > div {
  box-shadow: 0 0 3px rgba(51, 51, 51, 0.4);
}
.w-slider-nav-invert {
  color: #fff;
}
.w-slider-nav-invert > div {
  background-color: rgba(34, 34, 34, 0.4);
}
.w-slider-nav-invert > div.w-active {
  background-color: #222;
}
.w-slider-dot {
  position: relative;
  display: inline-block;
  width: 1em;
  height: 1em;
  background-color: rgba(255, 255, 255, 0.4);
  cursor: pointer;
  margin: 0 3px 0.5em;
  transition: background-color 100ms, color 100ms;
}
.w-slider-dot.w-active {
  background-color: #fff;
}
.w-slider-dot:focus {
  outline: none;
  box-shadow: 0px 0px 0px 2px #fff;
}
.w-slider-dot:focus.w-active {
  box-shadow: none;
}
.w-slider-arrow-left,
.w-slider-arrow-right {
  position: absolute;
  width: 80px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  cursor: pointer;
  overflow: hidden;
  color: white;
  font-size: 40px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  tap-highlight-color: rgba(0, 0, 0, 0);
  user-select: none;
}
.w-slider-arrow-left [class^='w-icon-'],
.w-slider-arrow-right [class^='w-icon-'],
.w-slider-arrow-left [class*=' w-icon-'],
.w-slider-arrow-right [class*=' w-icon-'] {
  position: absolute;
}
.w-slider-arrow-left:focus,
.w-slider-arrow-right:focus {
  outline: 0;
}
.w-slider-arrow-left {
  z-index: 3;
  right: auto;
}
.w-slider-arrow-right {
  z-index: 4;
  left: auto;
}
.w-icon-slider-left,
.w-icon-slider-right {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 1em;
  height: 1em;
}
.w-slider-aria-label {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.w-slider-force-show {
  display: block !important;
}
.w-dropdown {
  display: inline-block;
  position: relative;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  z-index: 900;
}
.w-dropdown-btn,
.w-dropdown-toggle,
.w-dropdown-link {
  position: relative;
  vertical-align: top;
  text-decoration: none;
  color: #222222;
  padding: 20px;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  white-space: nowrap;
}
.w-dropdown-toggle {
  user-select: none;
  display: inline-block;
  cursor: pointer;
  padding-right: 40px;
}
.w-dropdown-toggle:focus {
  outline: 0;
}
.w-icon-dropdown-toggle {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  margin-right: 20px;
  width: 1em;
  height: 1em;
}
.w-dropdown-list {
  position: absolute;
  background: #dddddd;
  display: none;
  min-width: 100%;
}
.w-dropdown-list.w--open {
  display: block;
}
.w-dropdown-link {
  padding: 10px 20px;
  display: block;
  color: #222222;
}
.w-dropdown-link.w--current {
  color: #0082f3;
}
.w-dropdown-link:focus {
  outline: 0;
}
@media screen and (max-width: 767px) {
  .w-nav-brand {
    padding-left: 10px;
  }
}
/**
 * ## Note
 * Safari (on both iOS and OS X) does not handle viewport units (vh, vw) well.
 * For example percentage units do not work on descendants of elements that
 * have any dimensions expressed in viewport units. It also doesn’t handle them at
 * all in `calc()`.
 */
/**
 * Wrapper around all lightbox elements
 *
 * 1. Since the lightbox can receive focus, IE also gives it an outline.
 * 2. Fixes flickering on Chrome when a transition is in progress
 *    underneath the lightbox.
 */
.w-lightbox-backdrop {
  cursor: auto;
  font-style: normal;
  letter-spacing: normal;
  list-style: disc;
  text-indent: 0;
  text-shadow: none;
  text-transform: none;
  visibility: visible;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  color: #fff;
  font-family: "Helvetica Neue", Helvetica, Ubuntu, "Segoe UI", Verdana, sans-serif;
  font-size: 17px;
  line-height: 1.2;
  font-weight: 300;
  text-align: center;
  background: rgba(0, 0, 0, 0.9);
  z-index: 2000;
  outline: 0;
  /* 1 */
  opacity: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-transform: translate(0, 0);
  /* 2 */
}
/**
 * Neat trick to bind the rubberband effect to our canvas instead of the whole
 * document on iOS. It also prevents a bug that causes the document underneath to scroll.
 */
.w-lightbox-backdrop,
.w-lightbox-container {
  height: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.w-lightbox-content {
  position: relative;
  height: 100vh;
  overflow: hidden;
}
.w-lightbox-view {
  position: absolute;
  width: 100vw;
  height: 100vh;
  opacity: 0;
}
.w-lightbox-view:before {
  content: "";
  height: 100vh;
}
/* .w-lightbox-content */
.w-lightbox-group,
.w-lightbox-group .w-lightbox-view,
.w-lightbox-group .w-lightbox-view:before {
  height: 86vh;
}
.w-lightbox-frame,
.w-lightbox-view:before {
  display: inline-block;
  vertical-align: middle;
}
/*
 * 1. Remove default margin set by user-agent on the <figure> element.
 */
.w-lightbox-figure {
  position: relative;
  margin: 0;
  /* 1 */
}
.w-lightbox-group .w-lightbox-figure {
  cursor: pointer;
}
/**
 * IE adds image dimensions as width and height attributes on the IMG tag,
 * but we need both width and height to be set to auto to enable scaling.
 */
.w-lightbox-img {
  width: auto;
  height: auto;
  max-width: none;
}
/**
 * 1. Reset if style is set by user on "All Images"
 */
.w-lightbox-image {
  display: block;
  float: none;
  /* 1 */
  max-width: 100vw;
  max-height: 100vh;
}
.w-lightbox-group .w-lightbox-image {
  max-height: 86vh;
}
.w-lightbox-caption {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 0.5em 1em;
  background: rgba(0, 0, 0, 0.4);
  text-align: left;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.w-lightbox-embed {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.w-lightbox-control {
  position: absolute;
  top: 0;
  width: 4em;
  background-size: 24px;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.w-lightbox-left {
  display: none;
  bottom: 0;
  left: 0;
  /* <svg xmlns="http://www.w3.org/2000/svg" viewBox="-20 0 24 40" width="24" height="40"><g transform="rotate(45)"><path d="m0 0h5v23h23v5h-28z" opacity=".4"/><path d="m1 1h3v23h23v3h-26z" fill="#fff"/></g></svg> */
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9Ii0yMCAwIDI0IDQwIiB3aWR0aD0iMjQiIGhlaWdodD0iNDAiPjxnIHRyYW5zZm9ybT0icm90YXRlKDQ1KSI+PHBhdGggZD0ibTAgMGg1djIzaDIzdjVoLTI4eiIgb3BhY2l0eT0iLjQiLz48cGF0aCBkPSJtMSAxaDN2MjNoMjN2M2gtMjZ6IiBmaWxsPSIjZmZmIi8+PC9nPjwvc3ZnPg==");
}
.w-lightbox-right {
  display: none;
  right: 0;
  bottom: 0;
  /* <svg xmlns="http://www.w3.org/2000/svg" viewBox="-4 0 24 40" width="24" height="40"><g transform="rotate(45)"><path d="m0-0h28v28h-5v-23h-23z" opacity=".4"/><path d="m1 1h26v26h-3v-23h-23z" fill="#fff"/></g></svg> */
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9Ii00IDAgMjQgNDAiIHdpZHRoPSIyNCIgaGVpZ2h0PSI0MCI+PGcgdHJhbnNmb3JtPSJyb3RhdGUoNDUpIj48cGF0aCBkPSJtMC0waDI4djI4aC01di0yM2gtMjN6IiBvcGFjaXR5PSIuNCIvPjxwYXRoIGQ9Im0xIDFoMjZ2MjZoLTN2LTIzaC0yM3oiIGZpbGw9IiNmZmYiLz48L2c+PC9zdmc+");
}
/*
 * Without specifying the with and height inside the SVG, all versions of IE render the icon too small.
 * The bug does not seem to manifest itself if the elements are tall enough such as the above arrows.
 * (http://stackoverflow.com/questions/16092114/background-size-differs-in-internet-explorer)
 */
.w-lightbox-close {
  right: 0;
  height: 2.6em;
  /* <svg xmlns="http://www.w3.org/2000/svg" viewBox="-4 0 18 17" width="18" height="17"><g transform="rotate(45)"><path d="m0 0h7v-7h5v7h7v5h-7v7h-5v-7h-7z" opacity=".4"/><path d="m1 1h7v-7h3v7h7v3h-7v7h-3v-7h-7z" fill="#fff"/></g></svg> */
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9Ii00IDAgMTggMTciIHdpZHRoPSIxOCIgaGVpZ2h0PSIxNyI+PGcgdHJhbnNmb3JtPSJyb3RhdGUoNDUpIj48cGF0aCBkPSJtMCAwaDd2LTdoNXY3aDd2NWgtN3Y3aC01di03aC03eiIgb3BhY2l0eT0iLjQiLz48cGF0aCBkPSJtMSAxaDd2LTdoM3Y3aDd2M2gtN3Y3aC0zdi03aC03eiIgZmlsbD0iI2ZmZiIvPjwvZz48L3N2Zz4=");
  background-size: 18px;
}
/**
 * 1. All IE versions add extra space at the bottom without this.
 */
.w-lightbox-strip {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 0 1vh;
  line-height: 0;
  /* 1 */
  white-space: nowrap;
  overflow-x: auto;
  overflow-y: hidden;
}
/*
 * 1. We use content-box to avoid having to do `width: calc(10vh + 2vw)`
 *    which doesn’t work in Safari anyway.
 * 2. Chrome renders images pixelated when switching to GPU. Making sure
 *    the parent is also rendered on the GPU (by setting translate3d for
 *    example) fixes this behavior.
 */
.w-lightbox-item {
  display: inline-block;
  width: 10vh;
  padding: 2vh 1vh;
  box-sizing: content-box;
  /* 1 */
  cursor: pointer;
  -webkit-transform: translate3d(0, 0, 0);
  /* 2 */
}
.w-lightbox-active {
  opacity: 0.3;
}
.w-lightbox-thumbnail {
  position: relative;
  height: 10vh;
  background: #222;
  overflow: hidden;
}
.w-lightbox-thumbnail-image {
  position: absolute;
  top: 0;
  left: 0;
}
.w-lightbox-thumbnail .w-lightbox-tall {
  top: 50%;
  width: 100%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.w-lightbox-thumbnail .w-lightbox-wide {
  left: 50%;
  height: 100%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
/*
 * Spinner
 *
 * Absolute pixel values are used to avoid rounding errors that would cause
 * the white spinning element to be misaligned with the track.
 */
.w-lightbox-spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  box-sizing: border-box;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  margin-left: -20px;
  border: 5px solid rgba(0, 0, 0, 0.4);
  border-radius: 50%;
  -webkit-animation: spin 0.8s infinite linear;
  animation: spin 0.8s infinite linear;
}
.w-lightbox-spinner:after {
  content: "";
  position: absolute;
  top: -4px;
  right: -4px;
  bottom: -4px;
  left: -4px;
  border: 3px solid transparent;
  border-bottom-color: #fff;
  border-radius: 50%;
}
/*
 * Utility classes
 */
.w-lightbox-hide {
  display: none;
}
.w-lightbox-noscroll {
  overflow: hidden;
}
@media (min-width: 768px) {
  .w-lightbox-content {
    height: 96vh;
    margin-top: 2vh;
  }
  .w-lightbox-view,
  .w-lightbox-view:before {
    height: 96vh;
  }
  /* .w-lightbox-content */
  .w-lightbox-group,
  .w-lightbox-group .w-lightbox-view,
  .w-lightbox-group .w-lightbox-view:before {
    height: 84vh;
  }
  .w-lightbox-image {
    max-width: 96vw;
    max-height: 96vh;
  }
  .w-lightbox-group .w-lightbox-image {
    max-width: 82.3vw;
    max-height: 84vh;
  }
  .w-lightbox-left,
  .w-lightbox-right {
    display: block;
    opacity: 0.5;
  }
  .w-lightbox-close {
    opacity: 0.8;
  }
  .w-lightbox-control:hover {
    opacity: 1;
  }
}
.w-lightbox-inactive,
.w-lightbox-inactive:hover {
  opacity: 0;
}
.w-richtext:before,
.w-richtext:after {
  content: " ";
  display: table;
  grid-column-start: 1;
  grid-row-start: 1;
  grid-column-end: 2;
  grid-row-end: 2;
}
.w-richtext:after {
  clear: both;
}
.w-richtext[contenteditable="true"]:before,
.w-richtext[contenteditable="true"]:after {
  white-space: initial;
}
.w-richtext ol,
.w-richtext ul {
  overflow: hidden;
}
.w-richtext .w-richtext-figure-selected.w-richtext-figure-type-video div:after,
.w-richtext .w-richtext-figure-selected[data-rt-type="video"] div:after {
  outline: 2px solid #2895f7;
}
.w-richtext .w-richtext-figure-selected.w-richtext-figure-type-image div,
.w-richtext .w-richtext-figure-selected[data-rt-type="image"] div {
  outline: 2px solid #2895f7;
}
.w-richtext figure.w-richtext-figure-type-video > div:after,
.w-richtext figure[data-rt-type="video"] > div:after {
  content: '';
  position: absolute;
  display: none;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
.w-richtext figure {
  position: relative;
  max-width: 60%;
}
.w-richtext figure > div:before {
  cursor: default!important;
}
.w-richtext figure img {
  width: 100%;
}
.w-richtext figure figcaption.w-richtext-figcaption-placeholder {
  opacity: 0.6;
}
.w-richtext figure div {
  /* fix incorrectly sized selection border in the data manager */
  font-size: 0px;
  color: transparent;
}
.w-richtext figure.w-richtext-figure-type-image,
.w-richtext figure[data-rt-type="image"] {
  display: table;
}
.w-richtext figure.w-richtext-figure-type-image > div,
.w-richtext figure[data-rt-type="image"] > div {
  display: inline-block;
}
.w-richtext figure.w-richtext-figure-type-image > figcaption,
.w-richtext figure[data-rt-type="image"] > figcaption {
  display: table-caption;
  caption-side: bottom;
}
.w-richtext figure.w-richtext-figure-type-video,
.w-richtext figure[data-rt-type="video"] {
  width: 60%;
  height: 0;
}
.w-richtext figure.w-richtext-figure-type-video iframe,
.w-richtext figure[data-rt-type="video"] iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.w-richtext figure.w-richtext-figure-type-video > div,
.w-richtext figure[data-rt-type="video"] > div {
  width: 100%;
}
.w-richtext figure.w-richtext-align-center {
  margin-right: auto;
  margin-left: auto;
  clear: both;
}
.w-richtext figure.w-richtext-align-center.w-richtext-figure-type-image > div,
.w-richtext figure.w-richtext-align-center[data-rt-type="image"] > div {
  max-width: 100%;
}
.w-richtext figure.w-richtext-align-normal {
  clear: both;
}
.w-richtext figure.w-richtext-align-fullwidth {
  width: 100%;
  max-width: 100%;
  text-align: center;
  clear: both;
  display: block;
  margin-right: auto;
  margin-left: auto;
}
.w-richtext figure.w-richtext-align-fullwidth > div {
  display: inline-block;
  /* padding-bottom is used for aspect ratios in video figures
      we want the div to inherit that so hover/selection borders in the designer-canvas
      fit right*/
  padding-bottom: inherit;
}
.w-richtext figure.w-richtext-align-fullwidth > figcaption {
  display: block;
}
.w-richtext figure.w-richtext-align-floatleft {
  float: left;
  margin-right: 15px;
  clear: none;
}
.w-richtext figure.w-richtext-align-floatright {
  float: right;
  margin-left: 15px;
  clear: none;
}
.w-nav {
  position: relative;
  background: #dddddd;
  z-index: 1000;
}
.w-nav:before,
.w-nav:after {
  content: " ";
  display: table;
  grid-column-start: 1;
  grid-row-start: 1;
  grid-column-end: 2;
  grid-row-end: 2;
}
.w-nav:after {
  clear: both;
}
.w-nav-brand {
  position: relative;
  float: left;
  text-decoration: none;
  color: #333333;
}
.w-nav-link {
  position: relative;
  display: inline-block;
  vertical-align: top;
  text-decoration: none;
  color: #222222;
  padding: 20px;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
}
.w-nav-link.w--current {
  color: #0082f3;
}
.w-nav-menu {
  position: relative;
  float: right;
}
[data-nav-menu-open] {
  display: block !important;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: #C8C8C8;
  text-align: center;
  overflow: visible;
  min-width: 200px;
}
.w--nav-link-open {
  display: block;
  position: relative;
}
.w-nav-overlay {
  position: absolute;
  overflow: hidden;
  display: none;
  top: 100%;
  left: 0;
  right: 0;
  width: 100%;
}
.w-nav-overlay [data-nav-menu-open] {
  top: 0;
}
.w-nav[data-animation='over-left'] .w-nav-overlay {
  width: auto;
}
.w-nav[data-animation='over-left'] .w-nav-overlay,
.w-nav[data-animation='over-left'] [data-nav-menu-open] {
  right: auto;
  z-index: 1;
  top: 0;
}
.w-nav[data-animation='over-right'] .w-nav-overlay {
  width: auto;
}
.w-nav[data-animation='over-right'] .w-nav-overlay,
.w-nav[data-animation='over-right'] [data-nav-menu-open] {
  left: auto;
  z-index: 1;
  top: 0;
}
.w-nav-button {
  position: relative;
  float: right;
  padding: 18px;
  font-size: 24px;
  display: none;
  cursor: pointer;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  tap-highlight-color: rgba(0, 0, 0, 0);
  user-select: none;
}
.w-nav-button:focus {
  outline: 0;
}
.w-nav-button.w--open {
  background-color: #C8C8C8;
  color: white;
}
.w-nav[data-collapse='all'] .w-nav-menu {
  display: none;
}
.w-nav[data-collapse='all'] .w-nav-button {
  display: block;
}
.w--nav-dropdown-open {
  display: block;
}
.w--nav-dropdown-toggle-open {
  display: block;
}
.w--nav-dropdown-list-open {
  position: static;
}
@media screen and (max-width: 991px) {
  .w-nav[data-collapse='medium'] .w-nav-menu {
    display: none;
  }
  .w-nav[data-collapse='medium'] .w-nav-button {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .w-nav[data-collapse='small'] .w-nav-menu {
    display: none;
  }
  .w-nav[data-collapse='small'] .w-nav-button {
    display: block;
  }
  .w-nav-brand {
    padding-left: 10px;
  }
}
@media screen and (max-width: 479px) {
  .w-nav[data-collapse='tiny'] .w-nav-menu {
    display: none;
  }
  .w-nav[data-collapse='tiny'] .w-nav-button {
    display: block;
  }
}
.w-tabs {
  position: relative;
}
.w-tabs:before,
.w-tabs:after {
  content: " ";
  display: table;
  grid-column-start: 1;
  grid-row-start: 1;
  grid-column-end: 2;
  grid-row-end: 2;
}
.w-tabs:after {
  clear: both;
}
.w-tab-menu {
  position: relative;
}
.w-tab-link {
  position: relative;
  display: inline-block;
  vertical-align: top;
  text-decoration: none;
  padding: 9px 30px;
  text-align: left;
  cursor: pointer;
  color: #222222;
  background-color: #dddddd;
}
.w-tab-link.w--current {
  background-color: #C8C8C8;
}
.w-tab-link:focus {
  outline: 0;
}
.w-tab-content {
  position: relative;
  display: block;
  overflow: hidden;
}
.w-tab-pane {
  position: relative;
  display: none;
}
.w--tab-active {
  display: block;
}
@media screen and (max-width: 479px) {
  .w-tab-link {
    display: block;
  }
}
.w-ix-emptyfix:after {
  content: "";
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.w-dyn-empty {
  padding: 10px;
  background-color: #dddddd;
}
.w-dyn-hide {
  display: none !important;
}
.w-dyn-bind-empty {
  display: none !important;
}
.w-condition-invisible {
  display: none !important;
}
.wf-layout-layout {
  display: grid;
}
.w-code-component > * {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
/* line 13, app/assets/stylesheets/webflow_additions.css.scss */
textarea, input[type="range"], input, input:matches([type="password"], [type="search"]) {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0px;
}

/* line 20, app/assets/stylesheets/webflow_additions.css.scss */
.grey {
  background-color: #ebebeb !important;
}

/* line 25, app/assets/stylesheets/webflow_additions.css.scss */
.nude {
  background-color: #fcf6f2 !important;
}

/* line 30, app/assets/stylesheets/webflow_additions.css.scss */
.white {
  background-color: #ffffff !important;
}

/* line 35, app/assets/stylesheets/webflow_additions.css.scss */
.beige {
  background-color: #f2e6ce !important;
}

/* line 40, app/assets/stylesheets/webflow_additions.css.scss */
.mint {
  background-color: #dff0dcb3 !important;
}

/* line 45, app/assets/stylesheets/webflow_additions.css.scss */
.taupe {
  background-color: #f2ebde !important;
}

/* line 50, app/assets/stylesheets/webflow_additions.css.scss */
.blue {
  background-color: azure !important;
}

/* line 55, app/assets/stylesheets/webflow_additions.css.scss */
.hidden {
  display: none !important;
}

/* line 59, app/assets/stylesheets/webflow_additions.css.scss */
.js-accordion-item > .js-accordion-header:after {
  font-family: inherit;
  font-weight: 900;
  font-size: 20px;
  content: "+";
  color: #000;
  float: right;
  position: relative;
  display: block;
  transition: .3s all;
  transform: rotate(-180deg);
  opacity: 100;
}

/* line 73, app/assets/stylesheets/webflow_additions.css.scss */
.js-accordion-item.active > .js-accordion-header:after {
  transform: rotate(45deg);
}

/* line 77, app/assets/stylesheets/webflow_additions.css.scss */
.js-accordion-body {
  display: none;
}

/* line 81, app/assets/stylesheets/webflow_additions.css.scss */
.w-form-formradioinput--inputType-custom {
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-right-color: #ccc;
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  width: 12px;
  height: 12px;
  border-bottom-left-radius: 50%;
  border-bottom-right-radius: 50%;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
}

/* line 106, app/assets/stylesheets/webflow_additions.css.scss */
#uppy-root {
  width: 100%;
  margin-top: 10px;
  flex: 1 1 0px;
}

/* line 113, app/assets/stylesheets/webflow_additions.css.scss */
.uppy-Root {
  width: 100%;
}

/* line 118, app/assets/stylesheets/webflow_additions.css.scss */
.uppy-FileInput-btn {
  border-radius: 0px;
}

/* line 122, app/assets/stylesheets/webflow_additions.css.scss */
.uppy-FileInput-btn {
  display: block;
  width: 100%;
  margin: 0px auto 10px;
  padding: 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px none #000;
  background-color: #f1f1f1;
  background-image: url(/assets/hochladen-aed33058628f54407e9d493ea7482283b50269e66003299ca0b7ed39372b6ec2.svg);
  background-position: 10px 50%;
  background-size: auto 50%;
  background-repeat: no-repeat;
  text-transformation: uppercase;
  color: #000;
  font-size: 15px;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
}

@media screen and (max-width: 479px) {
  /* line 151, app/assets/stylesheets/webflow_additions.css.scss */
  .uppy-FileInput-btn {
    background-position: 10px 50%;
    background-size: auto 20px;
  }
}

/* line 158, app/assets/stylesheets/webflow_additions.css.scss */
.progress_bar_progress_wrapper.hidden {
  display: None !important;
}

/* line 163, app/assets/stylesheets/webflow_additions.css.scss */
button:focus {
  outline: 0;
}

/* line 168, app/assets/stylesheets/webflow_additions.css.scss */
#marquee {
  color: white;
  width: 830px;
  min-width: 100%;
  white-space: nowrap;
}

@media screen and (max-width: 990px) {
  /* line 176, app/assets/stylesheets/webflow_additions.css.scss */
  #marquee {
    -moz-animation: example1 15s linear infinite;
    -webkit-animation: example1 15s linear infinite;
    animation: example1 15s linear infinite;
  }
}

/* Move it (define the animation) */
@-moz-keyframes example1 {
  0% {
    -moz-transform: translateX(100vw);
  }
  100% {
    -moz-transform: translateX(-110%);
  }
}

@-webkit-keyframes example1 {
  0% {
    -webkit-transform: translateX(100vw);
  }
  100% {
    -webkit-transform: translateX(-110%);
  }
}

@keyframes example1 {
  0% {
    -moz-transform: translateX(100vw);
    /* Firefox bug fix */
    -webkit-transform: translateX(100vw);
    /* Firefox bug fix */
    transform: translateX(100vw);
  }
  100% {
    -moz-transform: translateX(-110%);
    /* Firefox bug fix */
    -webkit-transform: translateX(-110%);
    /* Firefox bug fix */
    transform: translateX(-102%);
  }
}

@media only screen and (max-width: 991px) {
  /* line 207, app/assets/stylesheets/webflow_additions.css.scss */
  .woot--bubble-holder {
    display: none;
  }
}

/* line 213, app/assets/stylesheets/webflow_additions.css.scss */
.wa_button {
  transform: scale(1);
  animation: pulse 4s infinite;
}

@keyframes pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}

/* line 234, app/assets/stylesheets/webflow_additions.css.scss */
.image_scroll_view::-webkit-scrollbar {
  display: none;
}

/* line 239, app/assets/stylesheets/webflow_additions.css.scss */
.image_scroll_view {
  -ms-overflow-style: none;
  scrollbar-width: none;
}

/* line 244, app/assets/stylesheets/webflow_additions.css.scss */
.body {
  font-family: "Source Sans 3 Variable", sans-serif !important;
}

/* line 251, app/assets/stylesheets/webflow_additions.css.scss */
.navbar_hidden {
  top: -150px !important;
}

/* line 256, app/assets/stylesheets/webflow_additions.css.scss */
.selected {
  border: 2px solid #000 !important;
}

/* line 263, app/assets/stylesheets/webflow_additions.css.scss */
.step_wrapper.bf_design {
  background-color: #000;
  color: #fff;
  flex-direction: column;
}

/* line 269, app/assets/stylesheets/webflow_additions.css.scss */
.heading_info_bf {
  margin-top: 0px;
  margin-bottom: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  font-weight: 200 !important;
}

/* line 279, app/assets/stylesheets/webflow_additions.css.scss */
.heading_info_button_wrapper.black_friday {
  text-align: center;
  flex-direction: row !important;
  display: flex;
  margin-right: 10px;
}

/* line 287, app/assets/stylesheets/webflow_additions.css.scss */
.turbo-progress-bar {
  background: #00a590;
}

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

/* line 296, app/assets/stylesheets/webflow_additions.css.scss */
[busy]:not([no-spinner]) {
  position: relative;
}

/* line 300, app/assets/stylesheets/webflow_additions.css.scss */
[busy]:not([no-spinner]) > * {
  opacity: 0.25;
}

/* line 304, app/assets/stylesheets/webflow_additions.css.scss */
[busy]:not([no-spinner])::after {
  content: '';
  box-sizing: border-box;
  position: absolute;
  display: block;
  text-align: left;
  top: 50%;
  left: 50%;
  width: 2.5rem;
  height: 2.5rem;
  margin-top: -1.25rem;
  margin-left: -1.25rem;
  border-radius: 50%;
  border: 0.275rem solid rgba(237, 233, 254, 0.7);
  /* Semi-transparent border */
  border-top-color: #00a590;
  /* Solid color for the top border */
  animation: spinner 0.6s linear infinite;
  z-index: 10;
  opacity: 0.5;
}
/* line 1, app/assets/stylesheets/xnmiroar.css.scss */
:root {
  --lightbeige: #f8f6f1;
  --sand: #e0d9c3;
  --light-sea-green: #00a590;
}

/* line 7, app/assets/stylesheets/xnmiroar.css.scss */
.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

/* line 16, app/assets/stylesheets/xnmiroar.css.scss */
.w-form-formradioinput--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 12px;
  height: 12px;
}

/* line 23, app/assets/stylesheets/xnmiroar.css.scss */
.w-form-formradioinput--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

/* line 27, app/assets/stylesheets/xnmiroar.css.scss */
.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-width: 4px;
  border-color: #3898ec;
}

/* line 32, app/assets/stylesheets/xnmiroar.css.scss */
.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

/* line 38, app/assets/stylesheets/xnmiroar.css.scss */
.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

/* line 44, app/assets/stylesheets/xnmiroar.css.scss */
.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

/* line 51, app/assets/stylesheets/xnmiroar.css.scss */
.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

/* line 57, app/assets/stylesheets/xnmiroar.css.scss */
.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

/* line 64, app/assets/stylesheets/xnmiroar.css.scss */
.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url("https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

/* line 73, app/assets/stylesheets/xnmiroar.css.scss */
.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

/* line 77, app/assets/stylesheets/xnmiroar.css.scss */
.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

/* line 85, app/assets/stylesheets/xnmiroar.css.scss */
.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

/* line 92, app/assets/stylesheets/xnmiroar.css.scss */
body {
  color: #333;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

/* line 99, app/assets/stylesheets/xnmiroar.css.scss */
h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  font-weight: bold;
  line-height: 44px;
}

/* line 107, app/assets/stylesheets/xnmiroar.css.scss */
h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 17px;
  font-weight: 700;
  line-height: 24px;
}

/* line 115, app/assets/stylesheets/xnmiroar.css.scss */
p {
  margin-bottom: 15px;
}

/* line 119, app/assets/stylesheets/xnmiroar.css.scss */
a {
  text-decoration: none;
}

/* line 123, app/assets/stylesheets/xnmiroar.css.scss */
.selection.segmented {
  border: 1px solid #ddd;
  justify-content: center;
  align-items: center;
  width: 120px;
  height: 60px;
  margin-left: 2px;
  margin-right: 2px;
  padding-left: 5px;
  padding-right: 5px;
  font-weight: 300;
  display: flex;
  position: relative;
}

/* line 138, app/assets/stylesheets/xnmiroar.css.scss */
.selection.segmented._40_50 {
  width: 80px;
  height: 100px;
}

/* line 143, app/assets/stylesheets/xnmiroar.css.scss */
.selection.segmented._40_50.selected {
  border-width: 2px;
  border-color: #000;
  font-weight: 600;
}

/* line 149, app/assets/stylesheets/xnmiroar.css.scss */
.selection.segmented._50_70 {
  width: 100px;
  height: 140px;
}

/* line 154, app/assets/stylesheets/xnmiroar.css.scss */
.selection.segmented._50_70.selected {
  border-width: 2px;
  border-color: #000;
  font-weight: 600;
}

/* line 160, app/assets/stylesheets/xnmiroar.css.scss */
.selection.segmented._30_40 {
  align-items: center;
  width: 60px;
  height: 80px;
  font-size: 13px;
  display: flex;
}

/* line 168, app/assets/stylesheets/xnmiroar.css.scss */
.selection.segmented._30_40.selected {
  border-width: 2px;
  border-color: #000;
  font-weight: 600;
}

/* line 174, app/assets/stylesheets/xnmiroar.css.scss */
.selection.segmented._30_40.format_selection {
  margin-right: 12px;
  position: relative;
}

/* line 179, app/assets/stylesheets/xnmiroar.css.scss */
.selection.segmented._30_40.horizontal {
  width: 80px;
  height: 60px;
}

/* line 184, app/assets/stylesheets/xnmiroar.css.scss */
.selection.color_selection {
  background-color: #fcf6f2;
  width: 40px;
  height: 40px;
}

/* line 190, app/assets/stylesheets/xnmiroar.css.scss */
.selection.color_selection.taupe {
  background-color: #f2ebde;
}

/* line 194, app/assets/stylesheets/xnmiroar.css.scss */
.selection.color_selection.mint {
  background-color: #ebffe8;
}

/* line 198, app/assets/stylesheets/xnmiroar.css.scss */
.selection.color_selection.beige {
  background-color: #f2e6ce;
}

/* line 202, app/assets/stylesheets/xnmiroar.css.scss */
.selection.color_selection.white {
  background-color: #fff;
  border: 1px solid #ddd;
  display: block;
}

/* line 208, app/assets/stylesheets/xnmiroar.css.scss */
.selection.color_selection.white.selected {
  border-width: 2px;
  border-color: #000;
}

/* line 213, app/assets/stylesheets/xnmiroar.css.scss */
.selection.color_selection.blue {
  background-color: azure;
}

/* line 217, app/assets/stylesheets/xnmiroar.css.scss */
.selection.color_selection.grey {
  background-color: #ebebeb;
  width: 40px;
  height: 40px;
}

/* line 223, app/assets/stylesheets/xnmiroar.css.scss */
.selection.color_selection.ivory {
  background-color: ivory;
  border: 1px solid #8b8b8b;
}

/* line 228, app/assets/stylesheets/xnmiroar.css.scss */
.selection.color_selection.nblue {
  background-color: #274472;
}

/* line 232, app/assets/stylesheets/xnmiroar.css.scss */
.selection.color_selection.bblue {
  background-color: #c3e0e5;
}

/* line 236, app/assets/stylesheets/xnmiroar.css.scss */
.selection.color_selection.khaki {
  background-color: #435b3f;
}

/* line 240, app/assets/stylesheets/xnmiroar.css.scss */
.selection.color_selection.hgrey {
  background-color: #9aa297;
}

/* line 244, app/assets/stylesheets/xnmiroar.css.scss */
.selection.color_selection.purple {
  background-color: #c0abff;
}

/* line 248, app/assets/stylesheets/xnmiroar.css.scss */
.selection.hoodie_color_selection {
  background-color: #fcf6f2;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 45px;
  height: 45px;
  display: flex;
}

/* line 258, app/assets/stylesheets/xnmiroar.css.scss */
.selection.hoodie_color_selection.taupe {
  background-color: #f2ebde;
}

/* line 262, app/assets/stylesheets/xnmiroar.css.scss */
.selection.hoodie_color_selection.mint {
  background-color: #ebffe8;
}

/* line 266, app/assets/stylesheets/xnmiroar.css.scss */
.selection.hoodie_color_selection.beige {
  background-color: #f2e6ce;
}

/* line 270, app/assets/stylesheets/xnmiroar.css.scss */
.selection.hoodie_color_selection.white {
  background-color: #fff;
  border: 1px solid #ddd;
  display: block;
}

/* line 276, app/assets/stylesheets/xnmiroar.css.scss */
.selection.hoodie_color_selection.white.selected {
  border-width: 2px;
  border-color: #000;
}

/* line 281, app/assets/stylesheets/xnmiroar.css.scss */
.selection.hoodie_color_selection.blue {
  background-color: azure;
}

/* line 285, app/assets/stylesheets/xnmiroar.css.scss */
.selection.hoodie_color_selection.grey {
  background-color: #ebebeb;
  width: 40px;
  height: 40px;
}

/* line 291, app/assets/stylesheets/xnmiroar.css.scss */
.selection.hoodie_color_selection.ivory {
  background-color: ivory;
  border: 1px solid #8b8b8b;
  display: flex;
}

/* line 297, app/assets/stylesheets/xnmiroar.css.scss */
.selection.hoodie_color_selection.nblue {
  background-color: #274472;
}

/* line 301, app/assets/stylesheets/xnmiroar.css.scss */
.selection.hoodie_color_selection.bblue {
  background-color: #c3e0e5;
}

/* line 305, app/assets/stylesheets/xnmiroar.css.scss */
.selection.hoodie_color_selection.khaki {
  background-color: #435b3f;
}

/* line 309, app/assets/stylesheets/xnmiroar.css.scss */
.selection.hoodie_color_selection.hgrey {
  background-color: #a0a0a0;
}

/* line 313, app/assets/stylesheets/xnmiroar.css.scss */
.selection.hoodie_color_selection.purple {
  background-color: #c0abff;
}

/* line 317, app/assets/stylesheets/xnmiroar.css.scss */
.selection.hoodie_color_selection.black {
  background-color: #000;
}

/* line 321, app/assets/stylesheets/xnmiroar.css.scss */
.insta_post_insta_hearts {
  width: 18px;
  height: 20px;
}

/* line 326, app/assets/stylesheets/xnmiroar.css.scss */
.interactive-examples-right-column {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  display: flex;
}

/* line 334, app/assets/stylesheets/xnmiroar.css.scss */
.rebate_heading {
  text-align: left;
  flex: 1;
  width: 70%;
  margin-top: 0;
  margin-bottom: 0;
  line-height: 30px;
}

/* line 343, app/assets/stylesheets/xnmiroar.css.scss */
.rebate_heading.bold {
  font-weight: 900;
}

/* line 347, app/assets/stylesheets/xnmiroar.css.scss */
.text-block-15 {
  color: #292b2c;
  font-size: 1.25rem;
  font-weight: 300;
  line-height: 1.5rem;
}

/* line 354, app/assets/stylesheets/xnmiroar.css.scss */
.size_span {
  font-weight: 300;
}

/* line 358, app/assets/stylesheets/xnmiroar.css.scss */
.close_icon {
  width: 20px;
  height: 20px;
  position: static;
  inset: 0% 0% auto auto;
}

/* line 365, app/assets/stylesheets/xnmiroar.css.scss */
.pricing_title {
  white-space: nowrap;
  font-size: 2rem;
  line-height: 2.2rem;
  position: static;
  inset: 100% 0% -20%;
}

/* line 373, app/assets/stylesheets/xnmiroar.css.scss */
.insta_likes {
  color: #fff;
  text-align: left;
  height: 25px;
  padding-left: 10px;
  font-weight: 600;
  position: static;
  inset: 0% 0% auto;
}

/* line 383, app/assets/stylesheets/xnmiroar.css.scss */
.slide-nav {
  display: none;
}

/* line 387, app/assets/stylesheets/xnmiroar.css.scss */
.full-hero-content-block {
  text-align: center;
  width: 80%;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

/* line 396, app/assets/stylesheets/xnmiroar.css.scss */
.full-hero-content-block.test {
  text-align: left;
  background-color: #75757500;
  flex-direction: column;
  justify-content: center;
  width: 40%;
  margin-right: auto;
  display: flex;
  position: absolute;
  inset: 0% auto 0% 3%;
}

/* line 408, app/assets/stylesheets/xnmiroar.css.scss */
.overall-hero-title {
  color: #000;
  text-align: center;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 41px;
  font-weight: 700;
}

/* line 417, app/assets/stylesheets/xnmiroar.css.scss */
.overall-hero-title.test {
  color: #000;
  text-align: left;
  white-space: normal;
  width: 100%;
  margin-bottom: 5px;
  font-size: 3.5rem;
  line-height: 3.8rem;
}

/* line 427, app/assets/stylesheets/xnmiroar.css.scss */
.landing_page_product {
  text-align: center;
  background-color: #fff;
  padding-top: 60px;
  padding-bottom: 60px;
  position: relative;
}

/* line 435, app/assets/stylesheets/xnmiroar.css.scss */
.landing_page_product.hidden_desktop {
  display: none;
}

/* line 439, app/assets/stylesheets/xnmiroar.css.scss */
.check_image {
  width: 25px;
  height: 25px;
}

/* line 444, app/assets/stylesheets/xnmiroar.css.scss */
.landing_page_size_title {
  text-align: center;
  font-size: 20px;
  font-weight: 600;
}

/* line 450, app/assets/stylesheets/xnmiroar.css.scss */
.insta_image {
  border-radius: 0;
  position: absolute;
  inset: 0%;
}

/* line 456, app/assets/stylesheets/xnmiroar.css.scss */
.production_tab_paragraph {
  margin-top: 10px;
}

/* line 460, app/assets/stylesheets/xnmiroar.css.scss */
.link-block-2 {
  padding: 15px 15px 20px 20px;
  position: absolute;
  inset: 0% 0% auto auto;
}

/* line 466, app/assets/stylesheets/xnmiroar.css.scss */
.link-block-2.top_margin {
  margin-top: 30px;
}

/* line 470, app/assets/stylesheets/xnmiroar.css.scss */
.production_tab {
  border-radius: 20px;
  display: flex;
  overflow: hidden;
}

/* line 476, app/assets/stylesheets/xnmiroar.css.scss */
.image-hero-new {
  position: relative;
}

/* line 480, app/assets/stylesheets/xnmiroar.css.scss */
.section {
  text-align: center;
  background-color: #fff;
  padding-top: 60px;
  padding-bottom: 60px;
  position: relative;
}

/* line 488, app/assets/stylesheets/xnmiroar.css.scss */
.section.desktop_only {
  padding-bottom: 0;
}

/* line 492, app/assets/stylesheets/xnmiroar.css.scss */
.section.example_pictures {
  justify-content: center;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  overflow: hidden;
}

/* line 500, app/assets/stylesheets/xnmiroar.css.scss */
.section.example_sizes {
  background-color: #f7f4ed;
}

/* line 504, app/assets/stylesheets/xnmiroar.css.scss */
.section.cta-section-descriptive {
  background-color: #f7f4ed;
  padding-top: 60px;
  padding-bottom: 60px;
}

/* line 510, app/assets/stylesheets/xnmiroar.css.scss */
.section.headermobilesection {
  background-color: #f3f3f3;
  flex-direction: row;
  padding-top: 40px;
  padding-bottom: 40px;
  display: none;
  overflow: hidden;
}

/* line 519, app/assets/stylesheets/xnmiroar.css.scss */
.section.margin_top {
  margin-top: 100px;
}

/* line 523, app/assets/stylesheets/xnmiroar.css.scss */
.section.no-padding {
  padding-top: 0;
  padding-bottom: 0;
}

/* line 528, app/assets/stylesheets/xnmiroar.css.scss */
.section.team_section {
  background-color: #f8f6f1;
}

/* line 532, app/assets/stylesheets/xnmiroar.css.scss */
.review_heading {
  color: #000;
  text-align: center;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 7px;
  padding-bottom: 7px;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 2.6rem;
  display: inline-block;
}

/* line 546, app/assets/stylesheets/xnmiroar.css.scss */
.newsletter_button {
  background-color: #00a590;
  margin-left: 0;
  margin-right: 10px;
  padding-top: 8px;
  padding-bottom: 8px;
  font-weight: 600;
}

/* line 555, app/assets/stylesheets/xnmiroar.css.scss */
.slider-3 {
  background-color: #0000;
  width: 80%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}

/* line 563, app/assets/stylesheets/xnmiroar.css.scss */
.icon-5 {
  color: #b4b4b4;
}

/* line 567, app/assets/stylesheets/xnmiroar.css.scss */
.interactive-examples-wrapper {
  display: flex;
}

/* line 571, app/assets/stylesheets/xnmiroar.css.scss */
.popover_heading_size {
  text-align: left;
  flex: none;
  width: 30%;
  margin-right: 20px;
}

/* line 578, app/assets/stylesheets/xnmiroar.css.scss */
.insta_post_insta_logo {
  width: 25px;
  height: 25px;
}

/* line 583, app/assets/stylesheets/xnmiroar.css.scss */
.text-block-17 {
  text-align: center;
  height: 100%;
  font-size: 17px;
  font-weight: 700;
  line-height: 30px;
}

/* line 591, app/assets/stylesheets/xnmiroar.css.scss */
.section-title {
  color: #000;
  margin-top: 0;
  margin-bottom: 40px;
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 2.6rem;
}

/* line 600, app/assets/stylesheets/xnmiroar.css.scss */
.section-title.no_bottom_margin {
  margin-bottom: 10px;
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 2.6rem;
}

/* line 607, app/assets/stylesheets/xnmiroar.css.scss */
.newsletter_wrapper {
  width: 70%;
}

/* line 611, app/assets/stylesheets/xnmiroar.css.scss */
.size_preview {
  justify-content: center;
  align-items: flex-end;
  width: 30%;
  display: flex;
}

/* line 618, app/assets/stylesheets/xnmiroar.css.scss */
.size_preview._30_40 {
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
}

/* line 624, app/assets/stylesheets/xnmiroar.css.scss */
.size_preview._50x70 {
  justify-content: flex-start;
}

/* line 628, app/assets/stylesheets/xnmiroar.css.scss */
.list_paragraph {
  text-align: left;
}

/* line 632, app/assets/stylesheets/xnmiroar.css.scss */
.main_customer_subtitle {
  text-align: center;
  white-space: nowrap;
  margin-top: 4px;
  font-size: 10px;
  font-weight: 300;
  line-height: 10px;
  display: block;
}

/* line 642, app/assets/stylesheets/xnmiroar.css.scss */
.newsletter_input {
  border: 1px solid #0000;
  width: 100%;
  height: 39px;
  margin-bottom: 0;
  padding-bottom: 8px;
}

/* line 650, app/assets/stylesheets/xnmiroar.css.scss */
.image-hero-mobile {
  display: none;
  position: relative;
}

/* line 655, app/assets/stylesheets/xnmiroar.css.scss */
.columns-5 {
  display: flex;
}

/* line 659, app/assets/stylesheets/xnmiroar.css.scss */
.payment_logo {
  width: 7%;
  height: auto;
  margin-left: 10px;
  margin-right: 10px;
  position: static;
  inset: 10% 10px 10% auto;
}

/* line 668, app/assets/stylesheets/xnmiroar.css.scss */
.text-block-14 {
  margin-bottom: 10px;
}

/* line 672, app/assets/stylesheets/xnmiroar.css.scss */
.order_now {
  text-align: center;
}

/* line 676, app/assets/stylesheets/xnmiroar.css.scss */
.event_type_button {
  color: #000;
  background-color: #fff;
  border: 1px solid #d9d9d9;
  border-radius: 23px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 8px 20px;
  font-size: 25px;
  font-weight: 600;
  line-height: 30px;
}

/* line 689, app/assets/stylesheets/xnmiroar.css.scss */
.event_type_button.selected {
  color: #fff;
  background-color: #00a590;
  border-width: 1px;
  border-color: #d9d9d9;
}

/* line 696, app/assets/stylesheets/xnmiroar.css.scss */
.cta-description {
  color: #000;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.25rem;
  font-weight: 300;
  line-height: 1.8rem;
}

/* line 706, app/assets/stylesheets/xnmiroar.css.scss */
.newsletter-form {
  align-items: center;
  display: flex;
}

/* line 711, app/assets/stylesheets/xnmiroar.css.scss */
.landing_page_example_square {
  border-radius: 12px;
  flex: none;
  width: 25%;
  padding-top: 25%;
  padding-bottom: 0;
  padding-right: 0;
  position: relative;
}

/* line 721, app/assets/stylesheets/xnmiroar.css.scss */
.star_wrapper {
  color: #bfe5d9;
  text-align: center;
  font-size: 22px;
  font-weight: 400;
  line-height: 40px;
  display: inline-block;
  position: static;
  inset: 0 0 auto auto;
}

/* line 732, app/assets/stylesheets/xnmiroar.css.scss */
.phone_wrapper {
  position: relative;
}

/* line 736, app/assets/stylesheets/xnmiroar.css.scss */
.popover_background {
  opacity: 0;
  background-color: #fff;
  border-radius: 0;
  flex-direction: column;
  align-items: center;
  width: 40%;
  padding: 40px 10px;
  transition: opacity .4s, top .4s;
  display: block;
  position: absolute;
  inset: 100% 30% auto;
}

/* line 750, app/assets/stylesheets/xnmiroar.css.scss */
.popover_background.with_header {
  display: block;
}

/* line 754, app/assets/stylesheets/xnmiroar.css.scss */
.form-block-2 {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

/* line 760, app/assets/stylesheets/xnmiroar.css.scss */
.half-width-container {
  text-align: center;
  width: 50%;
  margin-left: auto;
  margin-right: auto;
}

/* line 767, app/assets/stylesheets/xnmiroar.css.scss */
.tabs {
  flex-direction: column;
  width: 40%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

/* line 776, app/assets/stylesheets/xnmiroar.css.scss */
.landing_page_sample {
  flex: none;
  height: 90%;
  margin: 0% auto;
  display: block;
}

/* line 783, app/assets/stylesheets/xnmiroar.css.scss */
.phone_mockup {
  z-index: 100;
  height: 500px;
  position: relative;
}

/* line 789, app/assets/stylesheets/xnmiroar.css.scss */
.size_selection_wrapper {
  align-items: center;
  display: flex;
}

/* line 794, app/assets/stylesheets/xnmiroar.css.scss */
.insta_post_header {
  justify-content: space-between;
  align-items: center;
  padding-top: 8px;
  padding-left: 8px;
  padding-right: 8px;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

/* line 805, app/assets/stylesheets/xnmiroar.css.scss */
.list_heading {
  color: #000;
  text-align: left;
  margin-bottom: 0;
  font-weight: 600;
}

/* line 812, app/assets/stylesheets/xnmiroar.css.scss */
.popover_step_wrapper {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-top: 0;
  display: flex;
}

/* line 820, app/assets/stylesheets/xnmiroar.css.scss */
.popover_step_wrapper.vertical {
  flex-direction: column;
  align-items: flex-start;
}

/* line 825, app/assets/stylesheets/xnmiroar.css.scss */
.bottom-footer-paragraph {
  float: left;
  margin-bottom: 0;
  font-size: 12px;
}

/* line 831, app/assets/stylesheets/xnmiroar.css.scss */
.bottom-footer-paragraph.dark {
  color: #94979e;
  text-align: center;
  width: 100%;
}

/* line 837, app/assets/stylesheets/xnmiroar.css.scss */
.preview_wrapper {
  text-align: left;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  display: flex;
  position: absolute;
  inset: 0 10%;
  box-shadow: 1px 1px 30px 7px #b9b9b9;
}

/* line 849, app/assets/stylesheets/xnmiroar.css.scss */
.preview_wrapper._30_40 {
  left: 25%;
  right: 0%;
}

/* line 854, app/assets/stylesheets/xnmiroar.css.scss */
.preview_wrapper.landing_page {
  left: 10%;
  right: 10%;
}

/* line 859, app/assets/stylesheets/xnmiroar.css.scss */
.preview_wrapper.landing_page._50_70 {
  left: 0%;
  right: 28%;
}

/* line 864, app/assets/stylesheets/xnmiroar.css.scss */
.preview_wrapper.horizontal {
  inset: 10% 0%;
}

/* line 868, app/assets/stylesheets/xnmiroar.css.scss */
.background_wrapper {
  z-index: 2;
  background-color: #fcf6f2;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 80%;
  display: flex;
  position: absolute;
  top: 8%;
  bottom: 12%;
}

/* line 881, app/assets/stylesheets/xnmiroar.css.scss */
.background_wrapper.without_text {
  width: 80%;
  height: auto;
  top: 8%;
  bottom: 8%;
}

/* line 888, app/assets/stylesheets/xnmiroar.css.scss */
.background_wrapper.horizontal {
  width: 90%;
  top: 9%;
  bottom: 14%;
}

/* line 894, app/assets/stylesheets/xnmiroar.css.scss */
.event_button_row {
  margin-bottom: 10px;
}

/* line 898, app/assets/stylesheets/xnmiroar.css.scss */
.popover_step_price {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  margin-top: 0;
  display: flex;
}

/* line 907, app/assets/stylesheets/xnmiroar.css.scss */
.phone_footer_button_wrapper {
  margin-top: 20px;
}

/* line 911, app/assets/stylesheets/xnmiroar.css.scss */
.list-item {
  flex-direction: row;
  align-items: center;
  display: flex;
}

/* line 917, app/assets/stylesheets/xnmiroar.css.scss */
.customer_text_preview {
  z-index: 5;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 80%;
  height: 10%;
  display: block;
  position: absolute;
  top: auto;
  bottom: 0%;
}

/* line 930, app/assets/stylesheets/xnmiroar.css.scss */
.heading {
  text-align: left;
  width: 30%;
}

/* line 935, app/assets/stylesheets/xnmiroar.css.scss */
.heading.full_width {
  width: 100%;
}

/* line 939, app/assets/stylesheets/xnmiroar.css.scss */
.landing_benefits_section {
  text-align: center;
  background-color: #fff;
  padding-top: 20px;
  padding-bottom: 20px;
}

/* line 946, app/assets/stylesheets/xnmiroar.css.scss */
.popover {
  z-index: 2000;
  background-color: #7b7b7be6;
  display: none;
  position: fixed;
  inset: 0%;
}

/* line 954, app/assets/stylesheets/xnmiroar.css.scss */
.footer_columns {
  margin-left: 20px;
  margin-right: 20px;
}

/* line 959, app/assets/stylesheets/xnmiroar.css.scss */
.line_item {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

/* line 968, app/assets/stylesheets/xnmiroar.css.scss */
.line_item.with_bottom_border {
  border-bottom: 1px solid #f1f1f1;
}

/* line 972, app/assets/stylesheets/xnmiroar.css.scss */
.instaname {
  color: #fff;
  text-align: left;
  height: 25px;
  padding-left: 10px;
  font-weight: 700;
  position: static;
  inset: 0% 0% auto;
}

/* line 982, app/assets/stylesheets/xnmiroar.css.scss */
.main_wrapper {
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 120px;
  padding-left: 20px;
  padding-right: 20px;
}

/* line 991, app/assets/stylesheets/xnmiroar.css.scss */
.overall-hero-description {
  opacity: .71;
  color: #000;
  width: 70%;
  margin-left: auto;
  margin-right: auto;
  font-size: 19px;
  font-weight: 300;
  line-height: 24px;
  display: block;
}

/* line 1003, app/assets/stylesheets/xnmiroar.css.scss */
.overall-hero-description.test {
  color: #000;
  text-align: left;
  width: 80%;
  margin-top: 5px;
  margin-left: 0;
  font-size: 1.4rem;
  line-height: 1.5rem;
}

/* line 1013, app/assets/stylesheets/xnmiroar.css.scss */
.popover_header {
  background-color: #ff7a7a;
  height: 30px;
  display: none;
  position: absolute;
  inset: 0% 0% auto;
}

/* line 1021, app/assets/stylesheets/xnmiroar.css.scss */
.footer_link {
  color: #000;
  text-align: left;
  margin-top: 0;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 15px;
  font-weight: 400;
  text-decoration: none;
  display: block;
  overflow: visible;
}

/* line 1034, app/assets/stylesheets/xnmiroar.css.scss */
.hero_background_image {
  width: 100%;
  height: auto;
}

/* line 1039, app/assets/stylesheets/xnmiroar.css.scss */
.insta_post_header_group {
  align-items: center;
  display: flex;
}

/* line 1044, app/assets/stylesheets/xnmiroar.css.scss */
.phone_content {
  height: 450px;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  left: 0;
  right: 0;
}

/* line 1054, app/assets/stylesheets/xnmiroar.css.scss */
.section-pre-title {
  margin-top: 0;
  font-size: 1rem;
  line-height: 1.1rem;
}

/* line 1060, app/assets/stylesheets/xnmiroar.css.scss */
.pricing_block {
  text-align: right;
  width: 30%;
  font-size: 30px;
  line-height: 30px;
}

/* line 1067, app/assets/stylesheets/xnmiroar.css.scss */
.normal-cta-button {
  color: #fff;
  text-transform: uppercase;
  background-color: #00a590;
  border-radius: 10px;
  width: 320px;
  padding: 20px 25px;
  font-size: 20px;
  font-weight: 600;
  line-height: 31px;
}

/* line 1079, app/assets/stylesheets/xnmiroar.css.scss */
.normal-cta-button.extra-top-margin {
  margin-top: 20px;
}

/* line 1083, app/assets/stylesheets/xnmiroar.css.scss */
.instagram_grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

/* line 1088, app/assets/stylesheets/xnmiroar.css.scss */
.newsletter_logo_wrapper {
  flex-direction: row;
  display: flex;
}

/* line 1093, app/assets/stylesheets/xnmiroar.css.scss */
.footer_legal {
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
  padding-left: 40px;
  padding-right: 10px;
  display: flex;
}

/* line 1102, app/assets/stylesheets/xnmiroar.css.scss */
.review_wrapper {
  text-align: center;
  border: 1px #000;
  flex-direction: column;
  margin-top: 20px;
  padding: 20px 15px;
  display: flex;
  position: relative;
}

/* line 1112, app/assets/stylesheets/xnmiroar.css.scss */
.preview_sample_picture {
  text-align: center;
  flex-direction: column;
  width: 100%;
  padding-top: 100%;
  display: block;
  position: relative;
}

/* line 1121, app/assets/stylesheets/xnmiroar.css.scss */
.preview_sample_picture._40_50 {
  width: 71%;
  padding-top: 71%;
}

/* line 1126, app/assets/stylesheets/xnmiroar.css.scss */
.preview_sample_picture._30_40 {
  width: 57%;
  padding-top: 57%;
  display: flex;
}

/* line 1132, app/assets/stylesheets/xnmiroar.css.scss */
.preview_sample_picture.frame_mode {
  margin-top: 1.5%;
}

/* line 1136, app/assets/stylesheets/xnmiroar.css.scss */
.landing_page_example_picture {
  border-radius: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

/* line 1144, app/assets/stylesheets/xnmiroar.css.scss */
.benefits_section {
  text-align: center;
  background-color: #fff;
  padding-top: 60px;
  padding-bottom: 60px;
}

/* line 1151, app/assets/stylesheets/xnmiroar.css.scss */
.code_block {
  text-align: right;
  width: 30%;
  font-size: 20px;
  line-height: 30px;
}

/* line 1158, app/assets/stylesheets/xnmiroar.css.scss */
.footer_legal_link {
  color: #000;
  margin-top: 0;
  padding-right: 10px;
  font-weight: 200;
  text-decoration: none;
  display: inline-block;
}

/* line 1167, app/assets/stylesheets/xnmiroar.css.scss */
.editor_slide_image_wrapper {
  justify-content: center;
  align-items: center;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: absolute;
  inset: 0%;
}

/* line 1178, app/assets/stylesheets/xnmiroar.css.scss */
.editor_slide_image_wrapper.landing_page {
  width: 100%;
}

/* line 1182, app/assets/stylesheets/xnmiroar.css.scss */
.landing_benefit_heading {
  text-align: left;
  margin-left: 10px;
  font-weight: 400;
  line-height: 22px;
}

/* line 1189, app/assets/stylesheets/xnmiroar.css.scss */
.review_section {
  text-align: center;
  background-color: #f7f4ed;
  padding-top: 60px;
  padding-bottom: 60px;
  overflow: hidden;
}

/* line 1197, app/assets/stylesheets/xnmiroar.css.scss */
.list_content {
  padding-left: 20px;
}

/* line 1201, app/assets/stylesheets/xnmiroar.css.scss */
.size_wrapper {
  justify-content: center;
  padding-bottom: 100px;
  display: flex;
}

/* line 1207, app/assets/stylesheets/xnmiroar.css.scss */
.step_wrapper {
  background-color: #fff;
  flex-direction: row;
  align-items: stretch;
  margin-bottom: 5px;
  padding: 10px 15px 5px;
  display: flex;
}

/* line 1216, app/assets/stylesheets/xnmiroar.css.scss */
.step_wrapper.comments {
  flex-direction: column;
  align-items: flex-start;
}

/* line 1221, app/assets/stylesheets/xnmiroar.css.scss */
.step_wrapper.upload {
  flex-direction: column;
  align-items: center;
}

/* line 1226, app/assets/stylesheets/xnmiroar.css.scss */
.step_wrapper.vertical {
  flex-direction: column;
}

/* line 1230, app/assets/stylesheets/xnmiroar.css.scss */
.step_wrapper.rebate {
  flex-direction: column;
  display: block;
}

/* line 1235, app/assets/stylesheets/xnmiroar.css.scss */
.step_wrapper.valentine {
  color: #fff;
  background-color: #e17f93;
  flex-direction: column;
  align-items: stretch;
}

/* line 1242, app/assets/stylesheets/xnmiroar.css.scss */
.step_wrapper.form {
  flex-direction: column;
  align-items: flex-start;
  padding-bottom: 5px;
}

/* line 1248, app/assets/stylesheets/xnmiroar.css.scss */
.step_wrapper.coupon_code {
  flex-direction: column;
}

/* line 1252, app/assets/stylesheets/xnmiroar.css.scss */
.list_icon {
  width: 50px;
  height: 50px;
}

/* line 1257, app/assets/stylesheets/xnmiroar.css.scss */
.main_customer_title {
  text-align: center;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 400;
  line-height: 15px;
}

/* line 1265, app/assets/stylesheets/xnmiroar.css.scss */
.footer_heading {
  text-align: left;
}

/* line 1269, app/assets/stylesheets/xnmiroar.css.scss */
.tab_title {
  font-weight: 600;
}

/* line 1273, app/assets/stylesheets/xnmiroar.css.scss */
.icon-6 {
  color: #b4b4b4;
}

/* line 1277, app/assets/stylesheets/xnmiroar.css.scss */
.footer_subheading {
  font-weight: 400;
}

/* line 1281, app/assets/stylesheets/xnmiroar.css.scss */
.benefit_column {
  flex-direction: row;
  align-items: center;
  display: flex;
}

/* line 1287, app/assets/stylesheets/xnmiroar.css.scss */
.pricing_footer {
  text-align: right;
  white-space: nowrap;
  justify-content: center;
  display: flex;
  position: absolute;
  inset: 100% 0% -20%;
}

/* line 1296, app/assets/stylesheets/xnmiroar.css.scss */
.normal-action-button {
  color: #fff;
  background-color: #00a590;
  border-radius: 10px;
  width: 320px;
  padding: 20px 25px;
  font-size: 20px;
  font-weight: 600;
  line-height: 31px;
}

/* line 1307, app/assets/stylesheets/xnmiroar.css.scss */
.normal-action-button.only_phone {
  color: #000;
  background-color: #f7f4ed;
  display: none;
}

/* line 1313, app/assets/stylesheets/xnmiroar.css.scss */
.popover_step_rebate {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  margin-top: 0;
  display: none;
}

/* line 1322, app/assets/stylesheets/xnmiroar.css.scss */
.pricing_heading {
  line-height: 30px;
}

/* line 1326, app/assets/stylesheets/xnmiroar.css.scss */
.interactive-examples-left-column {
  width: 50%;
}

/* line 1330, app/assets/stylesheets/xnmiroar.css.scss */
.important_note {
  text-align: center;
  margin-top: 10px;
  font-weight: 700;
}

/* line 1336, app/assets/stylesheets/xnmiroar.css.scss */
.tab {
  text-align: center;
  background-color: #f8f6f1;
  flex: 1;
}

/* line 1342, app/assets/stylesheets/xnmiroar.css.scss */
.tab.w--current {
  background-color: #e0d9c3;
}

/* line 1346, app/assets/stylesheets/xnmiroar.css.scss */
.miroar_logo_footer {
  color: #000;
  height: 100%;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 45px;
  font-weight: 400;
  line-height: 50px;
  display: inline-block;
}

/* line 1356, app/assets/stylesheets/xnmiroar.css.scss */
.instagram_post {
  padding-top: 100%;
  padding-bottom: 0;
  padding-right: 0;
  position: relative;
  overflow: hidden;
}

/* line 1364, app/assets/stylesheets/xnmiroar.css.scss */
.payment_wrapper {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

/* line 1370, app/assets/stylesheets/xnmiroar.css.scss */
.button {
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #1f6fff;
  border-radius: 3px;
  margin-top: 20px;
  padding-left: 25px;
  padding-right: 25px;
  font-size: 12px;
  font-weight: 600;
  transition: background-color .2s, background-position .2s, color .2s, border .2s, box-shadow .2s;
}

/* line 1383, app/assets/stylesheets/xnmiroar.css.scss */
.button:hover {
  color: #fff;
  background-color: #0b4fc9;
  box-shadow: 0 8px 16px 4px #0000004d;
}

/* line 1389, app/assets/stylesheets/xnmiroar.css.scss */
.button.outline {
  color: #fff;
  background-color: #bfe5d9;
  border: 1px #696969;
  font-size: 20px;
  line-height: 30px;
}

/* line 1397, app/assets/stylesheets/xnmiroar.css.scss */
.button.outline.w--current {
  border-radius: 10px;
}

/* line 1401, app/assets/stylesheets/xnmiroar.css.scss */
.button.outline.test {
  color: #bfe5d9;
  background-color: #fff;
}

/* line 1406, app/assets/stylesheets/xnmiroar.css.scss */
.button.outline.test.popover_button {
  color: #fff;
  text-align: center;
  background-color: #bfe5d9;
  background-image: url(/assets/whatsapp-e8487f75662e211c601fe767348fe870f1d6f6f0d105ae37fc0104d73efd98de.svg);
  background-position: 4%;
  background-repeat: no-repeat;
  background-size: auto 70%;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 60px;
  display: block;
}

/* line 1421, app/assets/stylesheets/xnmiroar.css.scss */
.button.outline.inline {
  color: #000;
  background-color: #f7f4ed;
  flex: none;
  height: 100%;
  margin-top: 0;
  margin-left: 10px;
  line-height: 23px;
}

/* line 1431, app/assets/stylesheets/xnmiroar.css.scss */
.button.cta-button {
  float: right;
  color: #000;
  text-align: center;
  background-color: #fff;
  border-radius: 10px;
  width: 25%;
  margin-top: 5px;
  line-height: 31px;
}

/* line 1442, app/assets/stylesheets/xnmiroar.css.scss */
.button.cta-button:hover {
  background-color: #fff;
}

/* line 1446, app/assets/stylesheets/xnmiroar.css.scss */
.button.cta-button.new_order {
  float: none;
  color: #fff;
  background-color: #00a590;
}

/* line 1452, app/assets/stylesheets/xnmiroar.css.scss */
.button.cta-button.new_order.big {
  background-color: #00a590;
  width: 260px;
  margin-top: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 20px;
}

/* line 1461, app/assets/stylesheets/xnmiroar.css.scss */
.button.whatsapp-button {
  color: #fff;
  text-align: center;
  background-color: #00a590;
  justify-content: space-between;
  align-items: center;
  width: 250px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 10px;
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
  display: flex;
}

/* line 1478, app/assets/stylesheets/xnmiroar.css.scss */
.button.whatsapp-button.faq_version {
  background-color: #000;
  margin-bottom: 10px;
}

/* line 1483, app/assets/stylesheets/xnmiroar.css.scss */
.button.uppy-fileinput-btn {
  color: #000;
  text-align: center;
  background-color: #f1f1f1;
  background-image: url(/assets/hochladen-aed33058628f54407e9d493ea7482283b50269e66003299ca0b7ed39372b6ec2.svg);
  background-position: 10px;
  background-repeat: no-repeat;
  background-size: auto 50%;
  border: 1px #000;
  border-radius: 0;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin: 0 auto;
  padding: 20px;
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
  display: flex;
}

/* line 1504, app/assets/stylesheets/xnmiroar.css.scss */
.button.check_image_button {
  color: #000;
  text-align: center;
  background-color: #f1f1f1;
  background-image: url(/assets/hochladen-aed33058628f54407e9d493ea7482283b50269e66003299ca0b7ed39372b6ec2.svg);
  background-position: 10px;
  background-repeat: no-repeat;
  background-size: auto 50%;
  border: 1px #000;
  border-radius: 0;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin: 0 auto;
  padding: 20px;
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
  display: none;
}

/* line 1525, app/assets/stylesheets/xnmiroar.css.scss */
.button.whatsapp-button-v2 {
  color: #fff;
  text-align: center;
  background-color: #00a590;
  justify-content: space-between;
  align-items: center;
  width: 250px;
  margin-left: auto;
  margin-right: auto;
  padding: 10px;
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
  display: flex;
}

/* line 1541, app/assets/stylesheets/xnmiroar.css.scss */
.cta-title-small {
  color: #000;
  text-align: center;
  margin-top: 20px;
  font-size: 29px;
  font-weight: 600;
  line-height: 35px;
}

/* line 1550, app/assets/stylesheets/xnmiroar.css.scss */
.cta-title-small.padding_top {
  margin-top: 40px;
}

/* line 1554, app/assets/stylesheets/xnmiroar.css.scss */
.white-footer {
  background-color: #f7f4ed;
  padding: 20px 10px 20px 0;
  font-size: 16px;
}

/* line 1560, app/assets/stylesheets/xnmiroar.css.scss */
.cta-title-big {
  color: #000;
  text-align: center;
  letter-spacing: .02em;
  margin-top: 10px;
  font-size: 3.4rem;
  font-weight: 700;
  line-height: 3.7rem;
}

/* line 1570, app/assets/stylesheets/xnmiroar.css.scss */
.star {
  width: 40px;
  height: 40px;
}

/* line 1575, app/assets/stylesheets/xnmiroar.css.scss */
.star.mini {
  width: 20px;
  height: 20px;
}

/* line 1580, app/assets/stylesheets/xnmiroar.css.scss */
.rebate_block {
  text-align: right;
  white-space: nowrap;
  font-size: 20px;
  line-height: 30px;
}

/* line 1587, app/assets/stylesheets/xnmiroar.css.scss */
.rebate_block.bold {
  font-weight: 700;
}

/* line 1591, app/assets/stylesheets/xnmiroar.css.scss */
.coupon_feedback_wrapper {
  text-align: center;
  width: 100%;
  margin-bottom: 5px;
  display: none;
}

/* line 1598, app/assets/stylesheets/xnmiroar.css.scss */
.text-field-2 {
  margin-bottom: 0;
  display: block;
}

/* line 1603, app/assets/stylesheets/xnmiroar.css.scss */
.footer-column {
  padding-left: 0;
  padding-right: 0;
}

/* line 1608, app/assets/stylesheets/xnmiroar.css.scss */
.footer-column.newslettercolumn {
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

/* line 1614, app/assets/stylesheets/xnmiroar.css.scss */
.redeem_code_wrapper {
  align-items: center;
  width: 100%;
  margin-bottom: 10px;
  display: flex;
}

/* line 1621, app/assets/stylesheets/xnmiroar.css.scss */
.nav-menu {
  z-index: 1;
  border-radius: 4px;
  flex-direction: row;
  align-items: center;
  margin-top: 5px;
  display: flex;
}

/* line 1630, app/assets/stylesheets/xnmiroar.css.scss */
.header_element_wrapper_christmas, .header_element_wrapper {
  flex: 1;
  justify-content: center;
  align-items: center;
  display: flex;
}

/* line 1637, app/assets/stylesheets/xnmiroar.css.scss */
.nav_bar_container {
  justify-content: space-between;
  align-items: center;
  height: 100%;
  margin-left: 20px;
  margin-right: 20px;
  padding-left: 4%;
  padding-right: 6%;
  display: flex;
}

/* line 1648, app/assets/stylesheets/xnmiroar.css.scss */
.nav-link {
  color: #000;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #0000;
  border: 1px #0000;
  border-bottom-style: solid;
  margin-right: 3px;
  padding: 11px 15px;
  font-size: 13px;
  font-weight: 600;
  line-height: 13px;
}

/* line 1662, app/assets/stylesheets/xnmiroar.css.scss */
.nav-link:hover {
  background-color: #0000;
  border-style: none none solid;
  border-color: #84848433;
}

/* line 1668, app/assets/stylesheets/xnmiroar.css.scss */
.nav-link.w--current {
  color: #000;
}

/* line 1672, app/assets/stylesheets/xnmiroar.css.scss */
.nav-link.with-color {
  color: #fff;
  background-color: #00a590;
  border-radius: 5px;
  margin-right: 0;
  padding: 16px 60px;
  line-height: 13px;
}

/* line 1681, app/assets/stylesheets/xnmiroar.css.scss */
.nav-link.with-color:hover {
  background-color: #2f3338;
}

/* line 1685, app/assets/stylesheets/xnmiroar.css.scss */
.text-block-2 {
  color: #000;
  height: 100%;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 45px;
  font-weight: 400;
  line-height: 50px;
  display: inline-block;
}

/* line 1695, app/assets/stylesheets/xnmiroar.css.scss */
.dropdown-toggle-2 {
  padding: 0 20px 0 0;
}

/* line 1699, app/assets/stylesheets/xnmiroar.css.scss */
.header_image {
  flex: 0 1 0;
  height: 70%;
}

/* line 1704, app/assets/stylesheets/xnmiroar.css.scss */
.header_element_christmas {
  color: #fff;
  text-align: center;
  margin-left: 5px;
  margin-right: 5px;
  display: inline-block;
}

/* line 1712, app/assets/stylesheets/xnmiroar.css.scss */
.icon-7 {
  margin-right: 0;
}

/* line 1716, app/assets/stylesheets/xnmiroar.css.scss */
.express_header {
  text-align: center;
  background-color: #000;
  justify-content: space-around;
  height: 30px;
  margin-bottom: 20px;
  line-height: 30px;
  display: flex;
}

/* line 1726, app/assets/stylesheets/xnmiroar.css.scss */
.express_header.with_notification {
  align-items: stretch;
}

/* line 1730, app/assets/stylesheets/xnmiroar.css.scss */
.express_header.special_header {
  background-color: #95BB10;
  margin-bottom: 0;
  display: block;
}

/* line 1736, app/assets/stylesheets/xnmiroar.css.scss */
.dropdown-list-2 {
  background-color: #fff;
}

/* line 1740, app/assets/stylesheets/xnmiroar.css.scss */
.dropdown-list-2.w--open {
  background-color: #f7f4ed;
  margin-top: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  left: 0;
}

/* line 1748, app/assets/stylesheets/xnmiroar.css.scss */
.logo-block {
  z-index: 10;
  height: 100%;
  margin-right: 30px;
}

/* line 1754, app/assets/stylesheets/xnmiroar.css.scss */
.logo-block.w--current {
  float: none;
  display: inline-block;
}

/* line 1759, app/assets/stylesheets/xnmiroar.css.scss */
.div_max_container {
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
}

/* line 1765, app/assets/stylesheets/xnmiroar.css.scss */
.header_element {
  color: #fff;
  text-align: center;
  white-space: nowrap;
  margin-left: 5px;
  margin-right: 5px;
  display: inline-block;
}

/* line 1774, app/assets/stylesheets/xnmiroar.css.scss */
.navbar {
  background-color: #0000;
  border-bottom: 1px solid #ffffff1a;
  padding-top: 40px;
  padding-bottom: 45px;
  transition: top .6s ease-in-out;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

/* line 1786, app/assets/stylesheets/xnmiroar.css.scss */
.navbar.white {
  opacity: 1;
  background-color: #fffffff2;
  padding-top: 0;
  padding-bottom: 20px;
  position: relative;
  box-shadow: 0 0 33px #0003;
}

/* line 1795, app/assets/stylesheets/xnmiroar.css.scss */
.navbar.white.reduced {
  box-shadow: none;
  opacity: .9;
  position: fixed;
}

/* line 1801, app/assets/stylesheets/xnmiroar.css.scss */
.navbar.white.reduced.shadow {
  z-index: 3000;
  box-shadow: 0 0 33px #0003;
}

/* line 1806, app/assets/stylesheets/xnmiroar.css.scss */
.navbar.white.reduced.shadow.hidden {
  top: -100%;
}

/* line 1810, app/assets/stylesheets/xnmiroar.css.scss */
.navbar.white.fixed {
  position: relative;
}

/* line 1814, app/assets/stylesheets/xnmiroar.css.scss */
.wa_button {
  display: none;
}

/* line 1818, app/assets/stylesheets/xnmiroar.css.scss */
.body {
  color: #000;
  font-family: "Source Sans 3", sans-serif;
  font-size: 15px;
  line-height: 23px;
}

/* line 1825, app/assets/stylesheets/xnmiroar.css.scss */
.text-block-18 {
  color: #292b2c;
  font-size: 1.25rem;
  font-weight: 300;
  line-height: 1.5rem;
}

/* line 1832, app/assets/stylesheets/xnmiroar.css.scss */
.icon-8 {
  color: #b4b4b4;
}

/* line 1836, app/assets/stylesheets/xnmiroar.css.scss */
.text-block-19 {
  margin-bottom: 10px;
}

/* line 1840, app/assets/stylesheets/xnmiroar.css.scss */
.columns-3 {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

/* line 1846, app/assets/stylesheets/xnmiroar.css.scss */
.icon-9 {
  color: #b4b4b4;
}

/* line 1850, app/assets/stylesheets/xnmiroar.css.scss */
.text-block-21 {
  color: #000;
  height: 100%;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 45px;
  font-weight: 400;
  line-height: 50px;
  display: inline-block;
}

/* line 1860, app/assets/stylesheets/xnmiroar.css.scss */
.icon-10 {
  margin-right: 0;
}

/* line 1864, app/assets/stylesheets/xnmiroar.css.scss */
.container {
  text-align: center;
  align-items: center;
  display: block;
  position: static;
}

/* line 1871, app/assets/stylesheets/xnmiroar.css.scss */
.section-title-wrapper {
  text-align: center;
  width: 60%;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

/* line 1880, app/assets/stylesheets/xnmiroar.css.scss */
.section-description {
  margin-top: 0;
  font-size: 21px;
  font-weight: 300;
  line-height: 27px;
}

/* line 1887, app/assets/stylesheets/xnmiroar.css.scss */
.text-block-22 {
  color: #000;
  height: 100%;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 45px;
  font-weight: 400;
  line-height: 50px;
  display: inline-block;
}

/* line 1897, app/assets/stylesheets/xnmiroar.css.scss */
.icon-11 {
  margin-right: 0;
}

/* line 1901, app/assets/stylesheets/xnmiroar.css.scss */
.faq-answer {
  margin-bottom: 24px;
}

/* line 1905, app/assets/stylesheets/xnmiroar.css.scss */
.faq-container {
  min-width: 600px;
  max-width: 600px;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
}

/* line 1913, app/assets/stylesheets/xnmiroar.css.scss */
.faq-p {
  background-color: #f4f6f8;
  border-radius: 4px;
  width: 100%;
  margin-bottom: 10px;
  overflow: hidden;
}

/* line 1921, app/assets/stylesheets/xnmiroar.css.scss */
.faq-img {
  z-index: 2;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  margin-right: 10px;
  display: flex;
  position: relative;
  inset: 0% auto 0% 0%;
}

/* line 1933, app/assets/stylesheets/xnmiroar.css.scss */
.faq-body {
  background-color: #0000;
  display: block;
  position: relative;
}

/* line 1939, app/assets/stylesheets/xnmiroar.css.scss */
.faq-body.w--open {
  background-color: #0000;
}

/* line 1943, app/assets/stylesheets/xnmiroar.css.scss */
.faq-body-cont {
  border-top: 1px #000;
  padding: 10px 5px;
  font-size: 16px;
  font-weight: 300;
  line-height: 32px;
}

/* line 1951, app/assets/stylesheets/xnmiroar.css.scss */
.faq {
  color: #fff;
  white-space: break-spaces;
  background-color: #000;
  align-items: center;
  width: 100%;
  height: 80px;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 50px;
  font-size: 16px;
  font-weight: 600;
  display: flex;
}

/* line 1966, app/assets/stylesheets/xnmiroar.css.scss */
.faq.w--open {
  border-bottom: 1px solid #0000001a;
}

/* line 1970, app/assets/stylesheets/xnmiroar.css.scss */
.toggle-text {
  z-index: 2;
  position: relative;
}

/* line 1975, app/assets/stylesheets/xnmiroar.css.scss */
.faq-icon {
  z-index: 2;
  width: 24px;
  margin-right: 16px;
  position: absolute;
  inset: 0% 0% 0% auto;
}

/* line 1983, app/assets/stylesheets/xnmiroar.css.scss */
.footer-row.white-footer-row {
  display: block;
}

/* line 1987, app/assets/stylesheets/xnmiroar.css.scss */
.image-6 {
  width: 35px;
}

/* line 1991, app/assets/stylesheets/xnmiroar.css.scss */
.white-footer-column {
  text-align: center;
}

/* line 1995, app/assets/stylesheets/xnmiroar.css.scss */
.link-block {
  text-decoration: none;
}

/* line 1999, app/assets/stylesheets/xnmiroar.css.scss */
.bottom-footer-block {
  border-top: 1px solid #0000001a;
  margin-top: 30px;
  padding-top: 30px;
}

/* line 2005, app/assets/stylesheets/xnmiroar.css.scss */
.bottom-footer-block.white-footer-block {
  color: #e1e1e4;
  border-top-style: none;
  border-bottom: 1px solid #0000001a;
  margin-top: 40px;
}

/* line 2012, app/assets/stylesheets/xnmiroar.css.scss */
.dark-footer-title {
  color: #5f5f5f;
  text-transform: uppercase;
  margin-bottom: 21px;
  font-size: 18px;
  font-weight: 300;
}

/* line 2020, app/assets/stylesheets/xnmiroar.css.scss */
.text_wrapper {
  z-index: 5;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  position: static;
  inset: 88% 0% 0%;
}

/* line 2030, app/assets/stylesheets/xnmiroar.css.scss */
.legal_paragraph {
  font-family: Open Sans, sans-serif;
}

/* line 2034, app/assets/stylesheets/xnmiroar.css.scss */
.legal_subheading {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Open Sans, sans-serif;
}

/* line 2040, app/assets/stylesheets/xnmiroar.css.scss */
.link {
  color: #000;
  font-weight: 600;
  text-decoration: none;
}

/* line 2046, app/assets/stylesheets/xnmiroar.css.scss */
.button_text {
  flex: 1;
  margin-left: 20px;
}

/* line 2051, app/assets/stylesheets/xnmiroar.css.scss */
.button_image {
  width: 30px;
}

/* line 2055, app/assets/stylesheets/xnmiroar.css.scss */
.contact_card {
  margin-top: 40px;
  padding: 20px;
  box-shadow: 0 0 40px 10px #00000040;
}

/* line 2061, app/assets/stylesheets/xnmiroar.css.scss */
.column-8 {
  padding-left: 0;
  padding-right: 0;
}

/* line 2066, app/assets/stylesheets/xnmiroar.css.scss */
.text-block-23 {
  color: #292b2c;
  font-size: 1.25rem;
  font-weight: 300;
  line-height: 1.5rem;
}

/* line 2073, app/assets/stylesheets/xnmiroar.css.scss */
.link-block-3 {
  padding: 15px 15px 20px 20px;
  position: absolute;
  inset: 0% 0% auto auto;
}

/* line 2079, app/assets/stylesheets/xnmiroar.css.scss */
.link-block-3.top_margin {
  margin-top: 30px;
}

/* line 2083, app/assets/stylesheets/xnmiroar.css.scss */
.icon-12 {
  color: #b4b4b4;
}

/* line 2087, app/assets/stylesheets/xnmiroar.css.scss */
.text-block-24 {
  text-align: center;
  height: 100%;
  font-size: 17px;
  font-weight: 700;
  line-height: 30px;
}

/* line 2095, app/assets/stylesheets/xnmiroar.css.scss */
.columns-7 {
  display: flex;
}

/* line 2099, app/assets/stylesheets/xnmiroar.css.scss */
.two_column_left_image {
  border-radius: 0;
}

/* line 2103, app/assets/stylesheets/xnmiroar.css.scss */
.wa-button {
  color: #fff;
  text-transform: uppercase;
  background-color: #00a590;
  background-image: url(/assets/whatsapp-e8487f75662e211c601fe767348fe870f1d6f6f0d105ae37fc0104d73efd98de.svg);
  background-position: 10px;
  background-repeat: no-repeat;
  background-size: 40px 40px;
  border-radius: 10px;
  width: 320px;
  padding: 20px 25px 20px 40px;
  font-size: 20px;
  font-weight: 600;
  line-height: 31px;
}

/* line 2119, app/assets/stylesheets/xnmiroar.css.scss */
.wa-button.extra-top-margin {
  margin-top: 20px;
}

/* line 2123, app/assets/stylesheets/xnmiroar.css.scss */
.team_images_wrapper {
  justify-content: space-around;
  align-items: center;
  display: flex;
}

/* line 2129, app/assets/stylesheets/xnmiroar.css.scss */
.team_header_right_column {
  flex-direction: column;
  align-items: center;
  display: flex;
}

/* line 2135, app/assets/stylesheets/xnmiroar.css.scss */
.story_step_left {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

/* line 2141, app/assets/stylesheets/xnmiroar.css.scss */
.story_step_left.overlaping {
  margin-top: -20px;
}

/* line 2145, app/assets/stylesheets/xnmiroar.css.scss */
.story_image {
  width: 20%;
}

/* line 2149, app/assets/stylesheets/xnmiroar.css.scss */
.story_image.left {
  box-shadow: none;
  border-radius: 0;
  width: 30%;
  transform: rotate(0);
}

/* line 2156, app/assets/stylesheets/xnmiroar.css.scss */
.team_image_wrapper {
  flex: none;
  width: 60%;
}

/* line 2161, app/assets/stylesheets/xnmiroar.css.scss */
.story_block {
  text-align: left;
  width: 40%;
  margin-bottom: 10px;
  margin-left: 20px;
  margin-right: 20px;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
}

/* line 2172, app/assets/stylesheets/xnmiroar.css.scss */
.story_block._80_width {
  width: 80%;
}

/* line 2176, app/assets/stylesheets/xnmiroar.css.scss */
.story_step_right {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

/* line 2182, app/assets/stylesheets/xnmiroar.css.scss */
.story_step_right.overlaping {
  margin-top: -30px;
}

/* line 2186, app/assets/stylesheets/xnmiroar.css.scss */
.team_signature {
  width: 80%;
  margin-top: 10px;
}

/* line 2191, app/assets/stylesheets/xnmiroar.css.scss */
.text-block-28 {
  color: #292b2c;
  font-size: 1.25rem;
  font-weight: 300;
  line-height: 1.5rem;
}

/* line 2198, app/assets/stylesheets/xnmiroar.css.scss */
.icon-13 {
  color: #b4b4b4;
}

/* line 2202, app/assets/stylesheets/xnmiroar.css.scss */
.inspiration_row {
  flex: 1;
  justify-content: space-between;
  margin-bottom: 20px;
  display: flex;
}

/* line 2209, app/assets/stylesheets/xnmiroar.css.scss */
.columns-8 {
  display: flex;
}

/* line 2213, app/assets/stylesheets/xnmiroar.css.scss */
.order_inspiration_image {
  width: 49%;
  max-height: 500px;
}

/* line 2218, app/assets/stylesheets/xnmiroar.css.scss */
.column-6 {
  align-self: center;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

/* line 2225, app/assets/stylesheets/xnmiroar.css.scss */
.column-6.with_lr_padding {
  padding-bottom: 0;
  padding-left: 10px;
  padding-right: 10px;
}

/* line 2231, app/assets/stylesheets/xnmiroar.css.scss */
.column-6.with_lr_padding.with_tb_padding {
  padding-top: 10px;
  padding-bottom: 10px;
}

/* line 2236, app/assets/stylesheets/xnmiroar.css.scss */
.page_view_wrapper {
  display: none;
}

/* line 2240, app/assets/stylesheets/xnmiroar.css.scss */
.column-10 {
  padding-left: 0;
  padding-right: 0;
}

/* line 2245, app/assets/stylesheets/xnmiroar.css.scss */
.text-block-29 {
  color: #292b2c;
  font-size: 1.25rem;
  font-weight: 300;
  line-height: 1.5rem;
}

/* line 2252, app/assets/stylesheets/xnmiroar.css.scss */
.icon-14 {
  color: #b4b4b4;
}

/* line 2256, app/assets/stylesheets/xnmiroar.css.scss */
.columns-9 {
  display: flex;
}

/* line 2260, app/assets/stylesheets/xnmiroar.css.scss */
.column-11 {
  padding-left: 0;
  padding-right: 0;
}

/* line 2265, app/assets/stylesheets/xnmiroar.css.scss */
.text-block-30 {
  color: #292b2c;
  font-size: 1.25rem;
  font-weight: 300;
  line-height: 1.5rem;
}

/* line 2272, app/assets/stylesheets/xnmiroar.css.scss */
.icon-15 {
  color: #b4b4b4;
}

/* line 2276, app/assets/stylesheets/xnmiroar.css.scss */
.columns-10 {
  display: flex;
}

/* line 2280, app/assets/stylesheets/xnmiroar.css.scss */
.cta_footer {
  display: none;
}

/* line 2284, app/assets/stylesheets/xnmiroar.css.scss */
.mobile_only_blocker {
  z-index: 1000;
  text-align: center;
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  inset: 0%;
}

/* line 2296, app/assets/stylesheets/xnmiroar.css.scss */
.text-block-31 {
  color: #000;
  height: 100%;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 45px;
  font-weight: 400;
  line-height: 50px;
  display: inline-block;
}

/* line 2306, app/assets/stylesheets/xnmiroar.css.scss */
.text-block-32 {
  text-align: center;
  height: 100%;
  font-size: 17px;
  font-weight: 700;
  line-height: 30px;
}

/* line 2314, app/assets/stylesheets/xnmiroar.css.scss */
.text-block-33 {
  margin-bottom: 10px;
}

/* line 2318, app/assets/stylesheets/xnmiroar.css.scss */
.column-12 {
  padding-left: 0;
  padding-right: 0;
}

/* line 2323, app/assets/stylesheets/xnmiroar.css.scss */
.text-block-34 {
  color: #292b2c;
  font-size: 1.25rem;
  font-weight: 300;
  line-height: 1.5rem;
}

/* line 2330, app/assets/stylesheets/xnmiroar.css.scss */
.icon-16 {
  color: #b4b4b4;
}

/* line 2334, app/assets/stylesheets/xnmiroar.css.scss */
.text-block-35 {
  text-align: center;
  height: 100%;
  font-size: 17px;
  font-weight: 700;
  line-height: 30px;
}

/* line 2342, app/assets/stylesheets/xnmiroar.css.scss */
.text-block-36 {
  margin-bottom: 10px;
}

/* line 2346, app/assets/stylesheets/xnmiroar.css.scss */
.columns-6 {
  display: flex;
}

/* line 2350, app/assets/stylesheets/xnmiroar.css.scss */
.text-block-37 {
  text-align: center;
  height: 100%;
  font-size: 17px;
  font-weight: 700;
  line-height: 30px;
}

/* line 2358, app/assets/stylesheets/xnmiroar.css.scss */
.text-block-38 {
  margin-bottom: 10px;
}

/* line 2362, app/assets/stylesheets/xnmiroar.css.scss */
.column-13 {
  padding-left: 0;
  padding-right: 0;
}

/* line 2367, app/assets/stylesheets/xnmiroar.css.scss */
.text-block-39 {
  color: #292b2c;
  font-size: 1.25rem;
  font-weight: 300;
  line-height: 1.5rem;
}

/* line 2374, app/assets/stylesheets/xnmiroar.css.scss */
.icon-17 {
  color: #b4b4b4;
}

/* line 2378, app/assets/stylesheets/xnmiroar.css.scss */
.columns-12 {
  display: flex;
}

/* line 2382, app/assets/stylesheets/xnmiroar.css.scss */
.text-block-40 {
  color: #000;
  height: 100%;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 45px;
  font-weight: 400;
  line-height: 50px;
  display: inline-block;
}

/* line 2392, app/assets/stylesheets/xnmiroar.css.scss */
.text-block-41 {
  text-align: center;
  height: 100%;
  font-size: 17px;
  font-weight: 700;
  line-height: 30px;
}

/* line 2400, app/assets/stylesheets/xnmiroar.css.scss */
.text-block-42 {
  margin-bottom: 10px;
}

/* line 2404, app/assets/stylesheets/xnmiroar.css.scss */
.blog_main_header_info {
  color: #f7f4ed;
  text-align: center;
  text-transform: uppercase;
  margin-top: .4rem;
  margin-bottom: .4rem;
  font-size: .9rem;
  font-weight: 300;
  line-height: 2.2rem;
}

/* line 2415, app/assets/stylesheets/xnmiroar.css.scss */
.blog_wrapper {
  margin-left: 10%;
  margin-right: 10%;
}

/* line 2420, app/assets/stylesheets/xnmiroar.css.scss */
.blog_other_post_sub_header {
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 300;
}

/* line 2426, app/assets/stylesheets/xnmiroar.css.scss */
.other_blog_articles_heading {
  text-align: center;
  border: 1px #00000042;
  margin-top: 2rem;
  margin-bottom: 1rem;
  font-size: 1.9rem;
  font-weight: 700;
  line-height: 2.2rem;
}

/* line 2436, app/assets/stylesheets/xnmiroar.css.scss */
.blog_other_post_title {
  margin-bottom: 0;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 2rem;
}

/* line 2443, app/assets/stylesheets/xnmiroar.css.scss */
.blog_paragraph {
  text-align: justify;
  margin-top: 1rem;
  margin-bottom: 1rem;
  font-size: 18px;
  line-height: 30px;
}

/* line 2451, app/assets/stylesheets/xnmiroar.css.scss */
.color_blog_wrapper {
  background-color: #bd998d;
  padding: 2rem 1rem;
}

/* line 2456, app/assets/stylesheets/xnmiroar.css.scss */
.blog_other_post {
  align-items: center;
  margin-bottom: 10px;
  display: flex;
}

/* line 2462, app/assets/stylesheets/xnmiroar.css.scss */
.blog_main_heading {
  text-align: center;
  border: 1px #00000042;
  margin-top: 2rem;
  margin-bottom: 1rem;
  font-size: 1.9rem;
  font-weight: 600;
  line-height: 2.2rem;
}

/* line 2472, app/assets/stylesheets/xnmiroar.css.scss */
.other_post_preview {
  border-radius: 0;
  width: 25%;
}

/* line 2477, app/assets/stylesheets/xnmiroar.css.scss */
.blog_other_post_text_preview {
  font-size: 1rem;
}

/* line 2481, app/assets/stylesheets/xnmiroar.css.scss */
.blog_color_header_text {
  color: #f7f4ed;
  text-align: center;
}

/* line 2486, app/assets/stylesheets/xnmiroar.css.scss */
.blog_image_left_block {
  margin-top: 20px;
  display: block;
}

/* line 2491, app/assets/stylesheets/xnmiroar.css.scss */
.blog_main_header_heading {
  color: #f7f4ed;
  text-align: center;
  margin-top: 1.4rem;
  margin-bottom: 1.4rem;
  font-size: 1.9rem;
  font-weight: 400;
  line-height: 2.2rem;
}

/* line 2501, app/assets/stylesheets/xnmiroar.css.scss */
.blog_other_post_preview {
  color: #000;
  padding-left: 10px;
  text-decoration: none;
}

/* line 2507, app/assets/stylesheets/xnmiroar.css.scss */
.blog_image {
  border-radius: 0;
  max-height: 300px;
  margin-left: 10px;
  margin-right: 10px;
}

/* line 2514, app/assets/stylesheets/xnmiroar.css.scss */
.blog_other_posts {
  margin-top: 20px;
  margin-bottom: 20px;
}

/* line 2519, app/assets/stylesheets/xnmiroar.css.scss */
.blog_image_wrapper {
  flex-direction: row;
  place-content: stretch center;
  align-items: center;
  display: flex;
}

/* line 2526, app/assets/stylesheets/xnmiroar.css.scss */
.blog_seperator {
  background-color: #e0d9c3;
  width: 100%;
  height: 1px;
  margin-top: 10px;
  margin-bottom: 10px;
}

/* line 2534, app/assets/stylesheets/xnmiroar.css.scss */
.blog_color_header_author {
  color: #f7f4ed;
  text-align: center;
  font-size: 20px;
}

/* line 2540, app/assets/stylesheets/xnmiroar.css.scss */
.frame_select_heading {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 2px;
  padding-right: 2px;
}

/* line 2547, app/assets/stylesheets/xnmiroar.css.scss */
.frame_select_heading.bf_design {
  color: #000;
}

/* line 2551, app/assets/stylesheets/xnmiroar.css.scss */
.format_note {
  text-align: center;
  width: 100%;
  margin-top: 0;
  margin-bottom: 5px;
  font-size: 12px;
  font-weight: 400;
}

/* line 2560, app/assets/stylesheets/xnmiroar.css.scss */
.counter_additional_price_wrapper {
  flex-direction: row;
  flex: 1;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
  position: relative;
}

/* line 2570, app/assets/stylesheets/xnmiroar.css.scss */
.segmented_radio_button {
  padding-left: 0;
  display: flex;
}

/* line 2575, app/assets/stylesheets/xnmiroar.css.scss */
.segmented_radio_button.shrink {
  align-items: center;
}

/* line 2579, app/assets/stylesheets/xnmiroar.css.scss */
.step_wrapper_content {
  flex-direction: row;
  flex: 1;
  align-items: center;
  width: 100%;
  display: flex;
}

/* line 2587, app/assets/stylesheets/xnmiroar.css.scss */
.order_page_element_footer {
  justify-content: center;
  align-self: stretch;
  width: 100%;
  display: flex;
}

/* line 2594, app/assets/stylesheets/xnmiroar.css.scss */
.add_to_cart_text {
  white-space: nowrap;
  width: 100%;
  height: 35px;
  margin-left: 10px;
  font-size: 20px;
  font-weight: 700;
  line-height: 35px;
  display: inline-block;
}

/* line 2605, app/assets/stylesheets/xnmiroar.css.scss */
.columns {
  margin-top: 20px;
  margin-right: 20px;
  display: flex;
}

/* line 2611, app/assets/stylesheets/xnmiroar.css.scss */
.max_number_char {
  padding-left: 5px;
}

/* line 2615, app/assets/stylesheets/xnmiroar.css.scss */
.max_number_char.reached {
  color: #ff3131;
}

/* line 2619, app/assets/stylesheets/xnmiroar.css.scss */
.color_selection_radio_button {
  margin-left: 2px;
  margin-right: 2px;
  padding-left: 0;
  display: flex;
}

/* line 2626, app/assets/stylesheets/xnmiroar.css.scss */
.person_counter_wrapper {
  flex: 1;
  justify-content: center;
  align-self: auto;
  align-items: center;
  display: flex;
}

/* line 2634, app/assets/stylesheets/xnmiroar.css.scss */
.font_selection_wrapper {
  flex: 1;
  justify-content: center;
  align-items: center;
  display: flex;
}

/* line 2641, app/assets/stylesheets/xnmiroar.css.scss */
.steps_wrapper {
  border: 1px #8d8d8d30;
  border-radius: 5px;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 0;
  display: flex;
}

/* line 2651, app/assets/stylesheets/xnmiroar.css.scss */
.radio_button_outer_wrapper {
  flex: 1;
}

/* line 2655, app/assets/stylesheets/xnmiroar.css.scss */
.editor_slider_icon {
  color: #000;
  background-color: #fff;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  margin: auto auto auto 0;
  padding: 0;
  font-size: 12px;
  font-weight: 200;
  line-height: 30px;
  position: static;
}

/* line 2669, app/assets/stylesheets/xnmiroar.css.scss */
.editor_slider_icon.right {
  margin-left: auto;
  margin-right: 0;
}

/* line 2674, app/assets/stylesheets/xnmiroar.css.scss */
.progress_bar_filled {
  background-color: #000;
  width: 40%;
  height: 100%;
  padding-bottom: 0;
}

/* line 2681, app/assets/stylesheets/xnmiroar.css.scss */
.order_header_wrapper {
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  display: flex;
}

/* line 2688, app/assets/stylesheets/xnmiroar.css.scss */
.success-message-3 {
  background-color: #fff;
}

/* line 2692, app/assets/stylesheets/xnmiroar.css.scss */
.tabs-content-2 {
  overflow: visible;
}

/* line 2696, app/assets/stylesheets/xnmiroar.css.scss */
.form-2 {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

/* line 2702, app/assets/stylesheets/xnmiroar.css.scss */
.text-block-43 {
  direction: ltr;
  color: #00a590;
  text-align: left;
  white-space: nowrap;
  font-size: 23px;
  font-weight: 700;
  display: inline-block;
}

/* line 2712, app/assets/stylesheets/xnmiroar.css.scss */
.editor_tab_text {
  display: inline-block;
}

/* line 2716, app/assets/stylesheets/xnmiroar.css.scss */
.delivery_date_order_heading {
  padding-left: 10px;
  padding-right: 10px;
  font-weight: 600;
}

/* line 2722, app/assets/stylesheets/xnmiroar.css.scss */
.add_to_card_benefits_wrapper {
  margin-top: 5px;
}

/* line 2726, app/assets/stylesheets/xnmiroar.css.scss */
.faq_header {
  flex: 1;
  font-size: 15px;
}

/* line 2731, app/assets/stylesheets/xnmiroar.css.scss */
.frame_select_wrapper {
  flex: 1;
  margin-top: 5px;
  margin-bottom: 5px;
  position: relative;
}

/* line 2738, app/assets/stylesheets/xnmiroar.css.scss */
.frame_select_wrapper.checkout_version {
  margin-top: 0;
  margin-bottom: 0;
}

/* line 2743, app/assets/stylesheets/xnmiroar.css.scss */
.design_tab {
  text-align: center;
  width: 50%;
  font-weight: 700;
}

/* line 2749, app/assets/stylesheets/xnmiroar.css.scss */
.design_tab.w--current {
  background-color: #fff;
}

/* line 2753, app/assets/stylesheets/xnmiroar.css.scss */
.radio-button-label {
  display: none;
}

/* line 2757, app/assets/stylesheets/xnmiroar.css.scss */
.order_section {
  background-color: #fff;
  flex-direction: column;
  align-items: flex-start;
  min-height: 100%;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

/* line 2768, app/assets/stylesheets/xnmiroar.css.scss */
.order_section.bottom_padding {
  padding-bottom: 80px;
}

/* line 2772, app/assets/stylesheets/xnmiroar.css.scss */
.add_to_cart {
  z-index: 1;
  color: #fff;
  background-color: #00a590;
  justify-content: space-between;
  align-items: center;
  padding: 10px 15px;
  font-weight: 700;
  text-decoration: none;
  display: flex;
}

/* line 2784, app/assets/stylesheets/xnmiroar.css.scss */
.add_to_cart:hover {
  color: #fff;
}

/* line 2788, app/assets/stylesheets/xnmiroar.css.scss */
.add_to_cart.fixed_duplicate {
  display: none;
}

/* line 2792, app/assets/stylesheets/xnmiroar.css.scss */
.text-block-44 {
  color: #f7f4ed;
  text-align: center;
  font-size: 15px;
  font-weight: 700;
}

/* line 2799, app/assets/stylesheets/xnmiroar.css.scss */
.frame_select_icon {
  width: 20px;
  height: 20px;
  margin-right: 5px;
}

/* line 2805, app/assets/stylesheets/xnmiroar.css.scss */
.frame_select_icon.right {
  width: 15px;
  height: 15px;
  position: absolute;
  right: 10px;
}

/* line 2812, app/assets/stylesheets/xnmiroar.css.scss */
.tabs-menu-2 {
  flex-direction: row;
  display: flex;
}

/* line 2817, app/assets/stylesheets/xnmiroar.css.scss */
.editor_text_wrapper {
  flex-direction: column;
  flex: 1;
  align-items: center;
  margin-bottom: 10px;
  display: flex;
}

/* line 2825, app/assets/stylesheets/xnmiroar.css.scss */
.duplicate_rebate {
  color: #ff3131;
  text-align: right;
  margin-left: 5px;
  margin-right: 5px;
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
  text-decoration: none;
}

/* line 2836, app/assets/stylesheets/xnmiroar.css.scss */
.line_wrapper {
  flex-direction: row;
  flex: none;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  display: flex;
}

/* line 2847, app/assets/stylesheets/xnmiroar.css.scss */
.line_wrapper.top_line {
  border-top: 1px solid #d8d8d8;
  margin-bottom: 5px;
}

/* line 2852, app/assets/stylesheets/xnmiroar.css.scss */
.radio_button_wrapper {
  flex: 1;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  display: flex;
}

/* line 2861, app/assets/stylesheets/xnmiroar.css.scss */
.person_price_wrapper {
  direction: rtl;
  align-items: center;
  width: 0;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0% 0% 0% auto;
}

/* line 2871, app/assets/stylesheets/xnmiroar.css.scss */
.right-arrow-2 {
  margin-right: -50px;
}

/* line 2875, app/assets/stylesheets/xnmiroar.css.scss */
.image-9 {
  width: 50px;
  height: 50px;
}

/* line 2880, app/assets/stylesheets/xnmiroar.css.scss */
.frame_info_button {
  background-color: #e0d9c3;
  border-radius: 10px;
  width: 20px;
  height: 20px;
  margin-left: 7px;
  margin-right: 7px;
  padding: 5px;
  font-family: Montserrat, sans-serif;
  font-size: 10px;
  font-weight: 400;
  line-height: 10px;
  display: block;
}

/* line 2895, app/assets/stylesheets/xnmiroar.css.scss */
.frame_select_content {
  z-index: 3000;
  background-color: #f1f1f1;
  border: 1px solid #f1f1f1;
  border-radius: 5px;
  margin-left: 0;
  margin-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  display: none;
  position: absolute;
  inset: 0 0% auto;
}

/* line 2909, app/assets/stylesheets/xnmiroar.css.scss */
.frame_select_content.checkout_version {
  background-color: #e0d9c3;
  border-radius: 0;
  margin-left: 0;
  display: none;
}

/* line 2916, app/assets/stylesheets/xnmiroar.css.scss */
.preview_line_art {
  z-index: 10;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 10px 10px 5px;
}

/* line 2924, app/assets/stylesheets/xnmiroar.css.scss */
.editor_text_input {
  margin-top: 10px;
  margin-bottom: 5px;
}

/* line 2929, app/assets/stylesheets/xnmiroar.css.scss */
.progress_bar_progress_wrapper {
  align-items: center;
  width: 100%;
  display: flex;
}

/* line 2935, app/assets/stylesheets/xnmiroar.css.scss */
.heading_info_button_wrapper {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

/* line 2941, app/assets/stylesheets/xnmiroar.css.scss */
.heading_info_button_wrapper.black_friday {
  text-align: center;
  flex-direction: column;
}

/* line 2946, app/assets/stylesheets/xnmiroar.css.scss */
.selection_description_label {
  text-align: center;
  width: 100%;
  height: 0;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 12px;
  font-weight: 400;
}

/* line 2956, app/assets/stylesheets/xnmiroar.css.scss */
.bf_discount {
  color: #000;
  margin-left: 5px;
}

/* line 2961, app/assets/stylesheets/xnmiroar.css.scss */
.editor_slider {
  z-index: 100;
  background-color: #0000;
  width: 100%;
  height: 80%;
  margin-bottom: 4%;
  position: relative;
}

/* line 2970, app/assets/stylesheets/xnmiroar.css.scss */
.editor_slider.horizontal {
  height: 78%;
}

/* line 2974, app/assets/stylesheets/xnmiroar.css.scss */
.save_image_button {
  color: #000;
  text-align: center;
  background-color: #0000;
  margin-top: 3px;
  text-decoration: none;
}

/* line 2982, app/assets/stylesheets/xnmiroar.css.scss */
.faq_block {
  border-bottom: 1px solid #d6d6d6;
}

/* line 2986, app/assets/stylesheets/xnmiroar.css.scss */
.order_step_wrapper {
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

/* line 2995, app/assets/stylesheets/xnmiroar.css.scss */
.small_faq_body {
  background-color: #0000;
  display: block;
  position: relative;
}

/* line 3001, app/assets/stylesheets/xnmiroar.css.scss */
.small_faq_body.w--open {
  background-color: #0000;
}

/* line 3005, app/assets/stylesheets/xnmiroar.css.scss */
.small_faq_text_block {
  margin-top: 0;
  margin-bottom: 10px;
}

/* line 3010, app/assets/stylesheets/xnmiroar.css.scss */
.small_faq_container {
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
}

/* line 3016, app/assets/stylesheets/xnmiroar.css.scss */
.editor_tab_icon {
  width: 20px;
  height: 20px;
  margin-right: 10px;
}

/* line 3022, app/assets/stylesheets/xnmiroar.css.scss */
.duplicate_original {
  color: #ff3131;
  text-align: right;
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
  text-decoration: line-through;
}

/* line 3031, app/assets/stylesheets/xnmiroar.css.scss */
.upload_progress {
  text-align: right;
  white-space: nowrap;
  padding-left: 10px;
  font-weight: 600;
}

/* line 3038, app/assets/stylesheets/xnmiroar.css.scss */
.quality_badge_wrapper {
  z-index: 200;
  background-color: #00a590;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 140px;
  height: 140px;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
  position: absolute;
  inset: -70px auto auto -70px;
}

/* line 3053, app/assets/stylesheets/xnmiroar.css.scss */
.frame_select_header {
  background-color: #f8f6f1;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 15px;
  display: flex;
  position: relative;
}

/* line 3067, app/assets/stylesheets/xnmiroar.css.scss */
.frame_select_header.bf_design {
  color: #000;
  background-color: #fff;
}

/* line 3072, app/assets/stylesheets/xnmiroar.css.scss */
.frame_select_header.checkout_version {
  color: #fff;
  background-color: #e0d9c3;
  margin-left: 0;
}

/* line 3078, app/assets/stylesheets/xnmiroar.css.scss */
.frame_select_row {
  justify-content: center;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

/* line 3085, app/assets/stylesheets/xnmiroar.css.scss */
.frame_select_row:hover, .frame_select_row.frame_selected {
  background-color: #d8d8d8;
}

/* line 3089, app/assets/stylesheets/xnmiroar.css.scss */
.radio-button {
  display: none;
}

/* line 3093, app/assets/stylesheets/xnmiroar.css.scss */
.frame_preview {
  z-index: 200;
  width: 103%;
  height: 103%;
  position: absolute;
  inset: -1.5% 0% 0% -1.5%;
}

/* line 3101, app/assets/stylesheets/xnmiroar.css.scss */
.frame_preview.white_frame {
  background-image: url(/assets/white_frame-62ac9893a78126bcf0d6f8fea74b33efec58b4e50dddeb127176ce0aa1d5415f.png);
  background-position: 0 0;
  background-size: cover;
}

/* line 3107, app/assets/stylesheets/xnmiroar.css.scss */
.frame_preview.white_frame.horizontal {
  background-image: url(/assets/white_frame_horizontal-a4eff179835701720d0550d26891e55a30f6388dc3ccc9f036dc42d818e89c79.png);
}

/* line 3111, app/assets/stylesheets/xnmiroar.css.scss */
.frame_preview.black_frame {
  background-image: url(/assets/black_frame-c450b180c41ea6be76fd39bce4036eef6a922e96962bb440a2d462e4d23b9983.png);
  background-position: 0 0;
  background-size: cover;
}

/* line 3117, app/assets/stylesheets/xnmiroar.css.scss */
.frame_preview.black_frame.horizontal {
  background-image: url(/assets/black_frame_horizontal-ccdc4f2d78535b7848c02cdf07b7431062867c5f3d32f758257a48409e238909.png);
  background-size: cover;
}

/* line 3122, app/assets/stylesheets/xnmiroar.css.scss */
.frame_preview.natural_frame {
  background-image: url(/assets/natural_frame-a21edf503c89e442404d77e9a01cb0c31581df90158d35fcc8d2d299abb15f46.png);
  background-position: 0 0;
  background-size: cover;
}

/* line 3128, app/assets/stylesheets/xnmiroar.css.scss */
.frame_preview.natural_frame.horizontal {
  background-image: url(/assets/natural_frame_horizontal-06da09429ab80d75c0dbdefc0593dc28f6190d7b9813b9b69f644625e27609e2.png);
}

/* line 3132, app/assets/stylesheets/xnmiroar.css.scss */
.editor_placeholder {
  text-align: center;
  width: 80%;
  font-size: 2vw;
  font-style: italic;
  font-weight: 600;
  line-height: 2.1vw;
  display: block;
}

/* line 3142, app/assets/stylesheets/xnmiroar.css.scss */
.form_preview_image {
  border-radius: 0;
  margin-bottom: 0;
  display: block;
}

/* line 3148, app/assets/stylesheets/xnmiroar.css.scss */
.form-block {
  text-align: center;
  margin-bottom: 0;
}

/* line 3153, app/assets/stylesheets/xnmiroar.css.scss */
.column {
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  padding-left: 8%;
  padding-right: 8%;
  display: flex;
}

/* line 3163, app/assets/stylesheets/xnmiroar.css.scss */
.left-arrow-2 {
  margin-left: -50px;
}

/* line 3167, app/assets/stylesheets/xnmiroar.css.scss */
.heading_info_bf {
  flex: 0 auto;
  margin-bottom: 0;
  font-weight: 700;
}

/* line 3173, app/assets/stylesheets/xnmiroar.css.scss */
.add_to_cart_price {
  flex: 1;
  height: 35px;
  margin-left: 10px;
  margin-right: 10px;
  font-size: 25px;
  font-weight: 700;
  line-height: 35px;
  display: inline-block;
}

/* line 3184, app/assets/stylesheets/xnmiroar.css.scss */
.add_to_cart_image {
  width: 35px;
  height: 35px;
  font-weight: 700;
}

/* line 3190, app/assets/stylesheets/xnmiroar.css.scss */
.counter_button {
  color: #000;
  background-color: #fff;
  background-image: url(/assets/minus-1118708a7cead7a10030559c6b2e424b8c26a7991225eee8e46fc9811c151d85.svg);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 20px;
  width: 60px;
  height: 60px;
  padding: 0;
  font-size: 26px;
  line-height: 23px;
}

/* line 3204, app/assets/stylesheets/xnmiroar.css.scss */
.counter_button.non_active {
  opacity: .2;
  background-size: 20px 20px;
  width: 60px;
  height: 60px;
}

/* line 3211, app/assets/stylesheets/xnmiroar.css.scss */
.counter_button.plus {
  background-image: url(/assets/plus-af4be078181e5cfad0d8746d164e8f7cc5ba2485b88e2d427b82d24f3eb4b51d.svg);
  background-size: 20px 20px;
  width: 60px;
  height: 60px;
}

/* line 3218, app/assets/stylesheets/xnmiroar.css.scss */
.progress_bar_wrapper {
  border: 1px solid #f1f1f1;
  width: 100%;
  height: 20px;
  padding-bottom: 0;
  padding-right: 0;
}

/* line 3226, app/assets/stylesheets/xnmiroar.css.scss */
.font_selection_button {
  color: #000;
  background-color: #fff;
  border: 1px solid #b5b5b5;
  border-right-style: none;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  width: 50%;
  margin-top: 10px;
  margin-bottom: 10px;
}

/* line 3238, app/assets/stylesheets/xnmiroar.css.scss */
.font_selection_button.selected {
  color: #fff;
  background-color: #000;
  border-width: 1px;
  border-color: #000;
  font-weight: 400;
}

/* line 3246, app/assets/stylesheets/xnmiroar.css.scss */
.font_selection_button.right_button {
  border-left-style: none;
  border-right-style: solid;
  border-radius: 0 5px 5px 0;
  font-weight: 600;
}

/* line 3253, app/assets/stylesheets/xnmiroar.css.scss */
.heading-8 {
  margin-top: 2px;
  margin-bottom: 2px;
  font-size: 12px;
  font-weight: 600;
}

/* line 3260, app/assets/stylesheets/xnmiroar.css.scss */
.label_error {
  color: #ff3131;
  text-align: left;
  margin-bottom: 4px;
}

/* line 3266, app/assets/stylesheets/xnmiroar.css.scss */
.editor_slide {
  margin-left: auto;
  margin-right: auto;
}

/* line 3271, app/assets/stylesheets/xnmiroar.css.scss */
.bold-text {
  color: #ff3131;
}

/* line 3275, app/assets/stylesheets/xnmiroar.css.scss */
.small_faq_header.js-accordion-header {
  align-items: center;
  padding-top: 5px;
  padding-bottom: 5px;
  display: flex;
}

/* line 3282, app/assets/stylesheets/xnmiroar.css.scss */
.counter_label {
  padding-left: 0;
  padding-right: 0;
  font-size: 25px;
  font-weight: 300;
  line-height: 30px;
  display: inline-block;
}

/* line 3291, app/assets/stylesheets/xnmiroar.css.scss */
.custom_container {
  background-color: #f8f6f1;
  width: 98%;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
}

/* line 3299, app/assets/stylesheets/xnmiroar.css.scss */
.column-2 {
  flex: 1;
  align-items: flex-start;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

/* line 3307, app/assets/stylesheets/xnmiroar.css.scss */
.add_to_cart_price_wrapper {
  flex: none;
  align-items: center;
  display: flex;
}

/* line 3313, app/assets/stylesheets/xnmiroar.css.scss */
.editor_slide_nav {
  display: none;
}

/* line 3317, app/assets/stylesheets/xnmiroar.css.scss */
.heading_frame {
  text-align: left;
}

/* line 3321, app/assets/stylesheets/xnmiroar.css.scss */
.heading_frame.bf_design {
  font-weight: 300;
}

/* line 3325, app/assets/stylesheets/xnmiroar.css.scss */
.checkout_counter {
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 16px;
  width: 24px;
  height: 24px;
  margin-top: 5px;
  margin-left: 10px;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 12px;
  font-weight: 600;
  line-height: 24px;
  text-decoration: none;
  position: absolute;
  inset: auto 5px -4px auto;
}

/* line 3344, app/assets/stylesheets/xnmiroar.css.scss */
.cart_icon_burger_wrapper {
  display: none;
}

/* line 3348, app/assets/stylesheets/xnmiroar.css.scss */
.text-block-46 {
  color: #000;
  height: 100%;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 45px;
  font-weight: 400;
  line-height: 50px;
  display: inline-block;
}

/* line 3358, app/assets/stylesheets/xnmiroar.css.scss */
.checkout {
  float: right;
  color: #000;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
  position: relative;
}

/* line 3369, app/assets/stylesheets/xnmiroar.css.scss */
.checkout_image {
  width: 30px;
  height: 30px;
}

/* line 3374, app/assets/stylesheets/xnmiroar.css.scss */
.cart_icon_wrapper {
  width: 50px;
  height: 34px;
  margin-left: 10px;
  margin-right: 10px;
  position: relative;
}

/* line 3382, app/assets/stylesheets/xnmiroar.css.scss */
.popup_support_wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
  display: flex;
}

/* line 3392, app/assets/stylesheets/xnmiroar.css.scss */
.paragraph-4 {
  text-align: center;
  margin-bottom: 0;
  font-weight: 700;
}

/* line 3398, app/assets/stylesheets/xnmiroar.css.scss */
.slide-6 {
  height: 100%;
}

/* line 3402, app/assets/stylesheets/xnmiroar.css.scss */
.columns-13 {
  flex: none;
}

/* line 3406, app/assets/stylesheets/xnmiroar.css.scss */
.popup_header {
  text-align: center;
  margin-top: 30px;
  margin-bottom: 20px;
  font-weight: 400;
}

/* line 3413, app/assets/stylesheets/xnmiroar.css.scss */
.popup_close {
  z-index: 2000;
  padding: 15px 15px 10px 10px;
  position: absolute;
  inset: 0% 0% auto auto;
}

/* line 3420, app/assets/stylesheets/xnmiroar.css.scss */
.column-9 {
  flex-direction: column;
  align-items: center;
  display: flex;
}

/* line 3426, app/assets/stylesheets/xnmiroar.css.scss */
.icon-18 {
  margin-right: 0;
}

/* line 3430, app/assets/stylesheets/xnmiroar.css.scss */
.popup_slider_wrapper {
  flex: none;
  width: 70%;
  padding-bottom: 70%;
  position: relative;
}

/* line 3437, app/assets/stylesheets/xnmiroar.css.scss */
.slider-6 {
  background-color: #0000;
  flex: 1;
  height: 100%;
  position: absolute;
  inset: 0%;
}

/* line 3445, app/assets/stylesheets/xnmiroar.css.scss */
.frame_image {
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

/* line 3452, app/assets/stylesheets/xnmiroar.css.scss */
.popup_wrapper {
  background-color: #f7f4ed;
  padding: 0 10px;
  position: absolute;
  inset: 10% 25% auto;
}

/* line 3459, app/assets/stylesheets/xnmiroar.css.scss */
.popup_wrapper.after_checkout {
  background-color: #fff;
}

/* line 3463, app/assets/stylesheets/xnmiroar.css.scss */
.popup_wrapper.language_selector {
  background-color: #fff;
  padding-bottom: 20px;
}

/* line 3468, app/assets/stylesheets/xnmiroar.css.scss */
.popup_wrapper.partner_selector {
  background-color: #fff;
  padding-bottom: 0;
  bottom: 2%;
}

/* line 3474, app/assets/stylesheets/xnmiroar.css.scss */
.heading-10 {
  text-align: center;
}

/* line 3478, app/assets/stylesheets/xnmiroar.css.scss */
.left-arrow-5 {
  color: #000;
}

/* line 3482, app/assets/stylesheets/xnmiroar.css.scss */
.frame_image_slide {
  align-items: center;
  height: 100%;
  display: flex;
}

/* line 3488, app/assets/stylesheets/xnmiroar.css.scss */
.popup_container {
  z-index: 3001;
  background-color: #00000080;
  height: 100vh;
  display: block;
  position: fixed;
  inset: 0%;
}

/* line 3497, app/assets/stylesheets/xnmiroar.css.scss */
.popup_content {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  margin-top: 0%;
  margin-left: 2%;
  margin-right: 2%;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
  position: relative;
  overflow: scroll;
}

/* line 3512, app/assets/stylesheets/xnmiroar.css.scss */
.popup_content.auto_height {
  height: auto;
}

/* line 3516, app/assets/stylesheets/xnmiroar.css.scss */
.right-arrow-5 {
  color: #000;
}

/* line 3520, app/assets/stylesheets/xnmiroar.css.scss */
.popup_support_image {
  border-radius: 50%;
  width: 75px;
  height: 75px;
}

/* line 3526, app/assets/stylesheets/xnmiroar.css.scss */
.icon-19 {
  margin-left: 0;
}

/* line 3530, app/assets/stylesheets/xnmiroar.css.scss */
.close-icon {
  width: 30px;
  height: 30px;
}

/* line 3535, app/assets/stylesheets/xnmiroar.css.scss */
.frame_text_block_popup {
  text-align: center;
  margin-left: 40px;
  margin-right: 40px;
  font-size: 20px;
  line-height: 28px;
  display: flex;
}

/* line 3544, app/assets/stylesheets/xnmiroar.css.scss */
.coupon_preview {
  width: 50%;
  margin: 20px auto;
}

/* line 3549, app/assets/stylesheets/xnmiroar.css.scss */
.text-block-25 {
  color: #fff;
  font-weight: 600;
}

/* line 3554, app/assets/stylesheets/xnmiroar.css.scss */
.coupon_preview_image {
  width: 30%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

/* line 3561, app/assets/stylesheets/xnmiroar.css.scss */
.textarea-2 {
  border: 1px #000;
  height: 200px;
  font-size: 17px;
}

/* line 3567, app/assets/stylesheets/xnmiroar.css.scss */
.coupon_value_wrapper {
  flex-direction: row;
  align-items: stretch;
  height: 40px;
  margin: 5px auto 20px;
  display: flex;
  overflow: hidden;
}

/* line 3576, app/assets/stylesheets/xnmiroar.css.scss */
.coupon_step_title {
  margin-top: 15px;
  font-weight: 600;
}

/* line 3581, app/assets/stylesheets/xnmiroar.css.scss */
.currency_coupon {
  text-align: center;
  background-color: #00a590;
  width: 80px;
  height: 40px;
  font-size: 25px;
  line-height: 40px;
}

/* line 3590, app/assets/stylesheets/xnmiroar.css.scss */
.option_select_indicator {
  background-color: #0000;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  margin-top: 0;
  margin-left: 0;
  position: absolute;
  top: 50%;
  left: 50%;
}

/* line 3602, app/assets/stylesheets/xnmiroar.css.scss */
.option_select_indicator.selected {
  background-color: #000;
  flex: none;
  width: 14px;
  height: 14px;
  position: static;
}

/* line 3610, app/assets/stylesheets/xnmiroar.css.scss */
.coupon_text_wrapper {
  flex-direction: row;
  align-items: stretch;
  margin-top: 5px;
  margin-bottom: 0;
  display: flex;
  overflow: hidden;
}

/* line 3619, app/assets/stylesheets/xnmiroar.css.scss */
.option_select_indicator_wrapper {
  border: 1px solid #000;
  border-radius: 50%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 26px;
  height: 26px;
  margin-right: 20px;
  padding: 0;
  display: flex;
  position: relative;
}

/* line 3633, app/assets/stylesheets/xnmiroar.css.scss */
.text-field-4 {
  text-align: left;
  border: 0 #000;
  height: 40px;
  font-size: 17px;
  line-height: 30px;
}

/* line 3641, app/assets/stylesheets/xnmiroar.css.scss */
.vertical_select_wrapper {
  margin-left: auto;
  margin-right: auto;
}

/* line 3646, app/assets/stylesheets/xnmiroar.css.scss */
.coupon_order_form {
  width: 40%;
  margin-left: auto;
  margin-right: auto;
}

/* line 3652, app/assets/stylesheets/xnmiroar.css.scss */
.vertical_select_option {
  background-color: #fff;
  flex-direction: row;
  align-items: center;
  margin-top: 5px;
  margin-bottom: 5px;
  padding: 5px 10px;
  display: flex;
}

/* line 3662, app/assets/stylesheets/xnmiroar.css.scss */
.vertical_select_option.selected {
  background-color: #e0d9c3;
  border-style: none;
}

/* line 3667, app/assets/stylesheets/xnmiroar.css.scss */
.columns-14 {
  margin-top: 20px;
  margin-right: 20px;
  display: flex;
}

/* line 3673, app/assets/stylesheets/xnmiroar.css.scss */
.form_preview_image_wrapper {
  margin-bottom: 10px;
  position: relative;
}

/* line 3678, app/assets/stylesheets/xnmiroar.css.scss */
.upload_photo_quality_button {
  width: 100%;
  padding-bottom: 10px;
}

/* line 3683, app/assets/stylesheets/xnmiroar.css.scss */
.device_select_wrapper {
  flex: 1;
  padding-left: 10px;
  padding-right: 0;
}

/* line 3689, app/assets/stylesheets/xnmiroar.css.scss */
.form-block-3 {
  text-align: center;
  margin-bottom: 0;
}

/* line 3694, app/assets/stylesheets/xnmiroar.css.scss */
.column-23 {
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  padding-left: 8%;
  padding-right: 8%;
  display: flex;
}

/* line 3704, app/assets/stylesheets/xnmiroar.css.scss */
.slider-7 {
  flex-direction: row;
  align-items: stretch;
  height: auto;
  display: flex;
}

/* line 3711, app/assets/stylesheets/xnmiroar.css.scss */
.heading-11 {
  margin-top: 2px;
  margin-bottom: 2px;
  font-size: 12px;
  font-weight: 600;
}

/* line 3718, app/assets/stylesheets/xnmiroar.css.scss */
.smartphone_select {
  color: #000;
  text-align: center;
  border: 1px #000;
  border-radius: 4px;
  height: 44px;
  margin-bottom: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 17px;
  font-weight: 700;
  display: block;
}

/* line 3732, app/assets/stylesheets/xnmiroar.css.scss */
.column-24 {
  flex: 1;
  align-items: flex-start;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

/* line 3740, app/assets/stylesheets/xnmiroar.css.scss */
.heading-13 {
  margin-top: 0;
}

/* line 3744, app/assets/stylesheets/xnmiroar.css.scss */
.order_view_popup_wrapper {
  position: fixed;
  inset: 0%;
}

/* line 3749, app/assets/stylesheets/xnmiroar.css.scss */
.order_view_popup_wrapper.hidden {
  display: none;
}

/* line 3753, app/assets/stylesheets/xnmiroar.css.scss */
.image-15 {
  width: 30px;
  height: 30px;
}

/* line 3758, app/assets/stylesheets/xnmiroar.css.scss */
.summary_line {
  margin-top: 3px;
}

/* line 3762, app/assets/stylesheets/xnmiroar.css.scss */
.summary_line.extra_big {
  font-size: 23px;
}

/* line 3766, app/assets/stylesheets/xnmiroar.css.scss */
.summary_line.extra_big.top_line {
  border-top: 1px solid #dcdcdc;
  padding-top: 5px;
}

/* line 3771, app/assets/stylesheets/xnmiroar.css.scss */
.summary_line.big {
  font-size: 18px;
}

/* line 3775, app/assets/stylesheets/xnmiroar.css.scss */
.summary_line_content {
  float: right;
  text-align: left;
  font-weight: 700;
  display: inline-block;
}

/* line 3782, app/assets/stylesheets/xnmiroar.css.scss */
.confirmation_summary_column {
  background-color: #fff;
  padding: 5px 40px 20px;
}

/* line 3787, app/assets/stylesheets/xnmiroar.css.scss */
.rounded_selection.color_selection {
  border: 1px solid #0000001f;
  border-radius: 50%;
  width: 40px;
  height: 40px;
}

/* line 3794, app/assets/stylesheets/xnmiroar.css.scss */
.summary_line_title {
  display: inline-block;
}

/* line 3798, app/assets/stylesheets/xnmiroar.css.scss */
.confirmation_summary_header {
  text-align: center;
  flex-direction: row;
  justify-content: center;
}

/* line 3804, app/assets/stylesheets/xnmiroar.css.scss */
.confirmation_section {
  background-color: #fff;
  flex-direction: column;
  align-items: flex-start;
  min-height: 100%;
  margin-top: 120px;
  padding-top: 30px;
  padding-bottom: 80px;
  display: flex;
}

/* line 3815, app/assets/stylesheets/xnmiroar.css.scss */
.order_data_wrapper {
  flex-direction: row;
  justify-content: space-around;
  align-self: stretch;
  align-items: center;
  display: flex;
}

/* line 3823, app/assets/stylesheets/xnmiroar.css.scss */
.size_label {
  text-align: center;
  flex: 1;
  font-size: 25px;
  line-height: 25px;
}

/* line 3830, app/assets/stylesheets/xnmiroar.css.scss */
.checkout_pricing_summary_wrapper {
  width: 30%;
  margin-top: 10px;
  margin-left: auto;
}

/* line 3836, app/assets/stylesheets/xnmiroar.css.scss */
.preview_image_checkout {
  border-radius: 0;
  flex: none;
  width: 100px;
}

/* line 3842, app/assets/stylesheets/xnmiroar.css.scss */
.preview_image_checkout.small {
  width: 50px;
}

/* line 3846, app/assets/stylesheets/xnmiroar.css.scss */
.preview_price_label {
  text-align: center;
  flex: 1;
  font-size: 25px;
  line-height: 25px;
}

/* line 3853, app/assets/stylesheets/xnmiroar.css.scss */
.preview_price_label.align_right {
  text-align: right;
}

/* line 3857, app/assets/stylesheets/xnmiroar.css.scss */
.cart_preview_wrapper {
  background-color: #fff;
  align-items: center;
  padding: 20px;
  display: flex;
  position: relative;
}

/* line 3865, app/assets/stylesheets/xnmiroar.css.scss */
.cart_preview_wrapper.add_new_pic {
  background-color: #0000;
  border: 1px dashed #9c9c9c;
  flex-flow: column;
  align-items: center;
  min-height: 150px;
  padding: 0;
}

/* line 3874, app/assets/stylesheets/xnmiroar.css.scss */
.confirmation_summary_heading {
  text-align: left;
}

/* line 3878, app/assets/stylesheets/xnmiroar.css.scss */
.paragraph-2 {
  text-align: center;
  font-size: 18px;
  line-height: 25px;
}

/* line 3884, app/assets/stylesheets/xnmiroar.css.scss */
.confirmation_header {
  margin-bottom: 10px;
  font-size: 17px;
  font-weight: 700;
}

/* line 3890, app/assets/stylesheets/xnmiroar.css.scss */
.confirmation_container {
  background-color: #ebebeb66;
  width: 80%;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px 40px;
}

/* line 3899, app/assets/stylesheets/xnmiroar.css.scss */
.additional_elements_wrapper {
  text-align: right;
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  align-self: auto;
  align-items: center;
  margin-left: 20px;
  display: flex;
  position: static;
}

/* line 3911, app/assets/stylesheets/xnmiroar.css.scss */
.nav_bar_container_reduced {
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  margin-left: 20px;
  margin-right: 20px;
  padding-left: 4%;
  padding-right: 6%;
  display: flex;
}

/* line 3922, app/assets/stylesheets/xnmiroar.css.scss */
.text-block-48 {
  color: #000;
  height: 100%;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 45px;
  font-weight: 400;
  line-height: 50px;
  display: inline-block;
}

/* line 3932, app/assets/stylesheets/xnmiroar.css.scss */
.grid-5 {
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

/* line 3936, app/assets/stylesheets/xnmiroar.css.scss */
.after_checkout_next_button_text {
  text-align: center;
  white-space: nowrap;
  width: 100%;
  height: 35px;
  margin-left: 10px;
  font-size: 20px;
  font-weight: 700;
  line-height: 35px;
  display: inline-block;
}

/* line 3948, app/assets/stylesheets/xnmiroar.css.scss */
.after_checkout_section {
  background-color: var(--lightbeige);
  flex-direction: column;
  align-items: flex-start;
  min-height: 100%;
  margin-top: 0;
  margin-left: 0%;
  margin-right: 0%;
  padding-top: 0;
  padding-bottom: 80px;
  display: flex;
}

/* line 3961, app/assets/stylesheets/xnmiroar.css.scss */
.after_checkout_team_image {
  border-radius: 50%;
  margin-left: auto;
  margin-right: auto;
}

/* line 3967, app/assets/stylesheets/xnmiroar.css.scss */
.after_checkout_team_image_wrapper {
  width: 50%;
  margin-left: auto;
  margin-right: auto;
}

/* line 3973, app/assets/stylesheets/xnmiroar.css.scss */
.after_checkout_next_button {
  z-index: 1;
  color: #fff;
  background-color: #00a590;
  justify-content: space-between;
  align-items: center;
  width: 50%;
  margin-left: auto;
  margin-right: auto;
  padding: 10px 15px;
  font-weight: 700;
  text-decoration: none;
  display: flex;
}

/* line 3988, app/assets/stylesheets/xnmiroar.css.scss */
.after_checkout_next_button:hover {
  color: #fff;
}

/* line 3992, app/assets/stylesheets/xnmiroar.css.scss */
.signatues_image {
  width: 50%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

/* line 3999, app/assets/stylesheets/xnmiroar.css.scss */
.after_checkout_thank_you {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 30px;
  font-weight: 400;
  line-height: 32px;
}

/* line 4008, app/assets/stylesheets/xnmiroar.css.scss */
.format_selection_wrapper {
  flex-direction: column;
  flex: 1;
  align-items: center;
  display: flex;
}

/* line 4015, app/assets/stylesheets/xnmiroar.css.scss */
.columns-15 {
  margin-top: 20px;
  margin-right: 20px;
  display: flex;
}

/* line 4021, app/assets/stylesheets/xnmiroar.css.scss */
.order_step_text {
  color: #333333b3;
  margin-left: 10px;
  margin-right: 15px;
}

/* line 4027, app/assets/stylesheets/xnmiroar.css.scss */
.order_step_text.active {
  color: #000;
}

/* line 4031, app/assets/stylesheets/xnmiroar.css.scss */
.step_foot_note {
  width: 100%;
  margin-top: 0;
  font-size: 12px;
  font-style: italic;
  font-weight: 400;
}

/* line 4039, app/assets/stylesheets/xnmiroar.css.scss */
.text-block-49 {
  color: #f7f4ed;
  text-align: center;
  font-size: 15px;
  font-weight: 700;
}

/* line 4046, app/assets/stylesheets/xnmiroar.css.scss */
.vertical_format_dashed {
  border: 1px dashed #000;
  width: 80px;
  height: 60px;
  position: absolute;
}

/* line 4053, app/assets/stylesheets/xnmiroar.css.scss */
.heading-14 {
  text-align: left;
  width: 30%;
}

/* line 4058, app/assets/stylesheets/xnmiroar.css.scss */
.heading-14.full_width {
  width: 100%;
}

/* line 4062, app/assets/stylesheets/xnmiroar.css.scss */
.step_number {
  color: #333333b3;
  text-align: center;
  border: 1px solid #333333b3;
  border-radius: 15px;
  width: 30px;
  height: 30px;
  line-height: 28px;
}

/* line 4072, app/assets/stylesheets/xnmiroar.css.scss */
.step_number.active {
  color: #000;
  background-color: #0000;
  border-color: #000;
  font-weight: 700;
}

/* line 4079, app/assets/stylesheets/xnmiroar.css.scss */
.column-25 {
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  padding-left: 8%;
  padding-right: 8%;
  display: flex;
}

/* line 4089, app/assets/stylesheets/xnmiroar.css.scss */
.left-arrow-6 {
  margin-left: -50px;
}

/* line 4093, app/assets/stylesheets/xnmiroar.css.scss */
.heading-15 {
  margin-top: 2px;
  margin-bottom: 2px;
  font-size: 12px;
  font-weight: 600;
}

/* line 4100, app/assets/stylesheets/xnmiroar.css.scss */
.bold-text-3 {
  color: #ff3131;
}

/* line 4104, app/assets/stylesheets/xnmiroar.css.scss */
.column-26 {
  flex: 1;
  align-items: flex-start;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

/* line 4112, app/assets/stylesheets/xnmiroar.css.scss */
.columns-16 {
  flex: none;
}

/* line 4116, app/assets/stylesheets/xnmiroar.css.scss */
.column-28 {
  flex-direction: column;
  align-items: center;
  display: flex;
}

/* line 4122, app/assets/stylesheets/xnmiroar.css.scss */
.icon-20 {
  margin-right: 0;
}

/* line 4126, app/assets/stylesheets/xnmiroar.css.scss */
.slider-8 {
  background-color: #0000;
  flex: 1;
  height: 100%;
  position: absolute;
  inset: 0%;
}

/* line 4134, app/assets/stylesheets/xnmiroar.css.scss */
.left-arrow-7, .right-arrow-6 {
  color: #000;
}

/* line 4138, app/assets/stylesheets/xnmiroar.css.scss */
.icon-21 {
  margin-left: 0;
}

/* line 4142, app/assets/stylesheets/xnmiroar.css.scss */
.image-16 {
  width: 30px;
  height: 30px;
}

/* line 4147, app/assets/stylesheets/xnmiroar.css.scss */
.columns-17 {
  flex: none;
}

/* line 4151, app/assets/stylesheets/xnmiroar.css.scss */
.column-30 {
  flex-direction: column;
  align-items: center;
  display: flex;
}

/* line 4157, app/assets/stylesheets/xnmiroar.css.scss */
.popup_text_heading {
  font-size: 20px;
  line-height: 30px;
}

/* line 4162, app/assets/stylesheets/xnmiroar.css.scss */
.popup_text_heading.center {
  text-align: center;
}

/* line 4166, app/assets/stylesheets/xnmiroar.css.scss */
.popup_content_paragraph {
  margin-bottom: 5px;
}

/* line 4170, app/assets/stylesheets/xnmiroar.css.scss */
.image-17 {
  width: 20px;
  height: 20px;
}

/* line 4175, app/assets/stylesheets/xnmiroar.css.scss */
.after_checkout_price_tag {
  flex: none;
  font-size: 23px;
  font-weight: 700;
}

/* line 4181, app/assets/stylesheets/xnmiroar.css.scss */
.after_checkout_option_image {
  max-width: 50px;
}

/* line 4185, app/assets/stylesheets/xnmiroar.css.scss */
.after_checkout_option_content_wrapper {
  flex: 1;
  margin-left: 10px;
  margin-right: 10px;
}

/* line 4191, app/assets/stylesheets/xnmiroar.css.scss */
.after_checkout_option_select_indicator_wrapper {
  border: 1px solid #000;
  border-radius: 50%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 26px;
  height: 26px;
  margin-right: 20px;
  padding: 0;
  display: flex;
  position: relative;
}

/* line 4205, app/assets/stylesheets/xnmiroar.css.scss */
.after_checkout_frame_text {
  text-align: center;
}

/* line 4209, app/assets/stylesheets/xnmiroar.css.scss */
.after_checkout_image_preview_wrapper {
  margin-bottom: 20px;
  width: 100%;
}

/* line 4214, app/assets/stylesheets/xnmiroar.css.scss */
.after_checkout_option_wrapper {
  background-color: #fff;
  align-items: center;
  width: 50%;
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
  padding: 10px;
  display: flex;
}

/* line 4225, app/assets/stylesheets/xnmiroar.css.scss */
.after_checkout_item_heading {
  margin-bottom: 5px;
  font-size: 15px;
  font-weight: 700;
}

/* line 4231, app/assets/stylesheets/xnmiroar.css.scss */
.after_checkout_bold_text {
  text-align: center;
  margin: 20px 10px;
  font-size: 27px;
  font-weight: 700;
  line-height: 30px;
}

/* line 4239, app/assets/stylesheets/xnmiroar.css.scss */
.after_checkout_preview {
  width: 70%;
  margin-left: auto;
  margin-right: 0;
  display: block;
}

/* line 4246, app/assets/stylesheets/xnmiroar.css.scss */
.m_input {
  margin-bottom: 0;
  margin-right: 10px;
}

/* line 4251, app/assets/stylesheets/xnmiroar.css.scss */
.text-block-27 {
  display: inline-block;
}

/* line 4255, app/assets/stylesheets/xnmiroar.css.scss */
.select-field {
  display: block;
}

/* line 4259, app/assets/stylesheets/xnmiroar.css.scss */
.header_wrapper {
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
  display: flex;
}

/* line 4266, app/assets/stylesheets/xnmiroar.css.scss */
.inputs_wrapper {
  justify-content: space-between;
  width: 100%;
  display: flex;
}

/* line 4272, app/assets/stylesheets/xnmiroar.css.scss */
.input_wrapper {
  flex: 1;
  width: 100%;
}

/* line 4277, app/assets/stylesheets/xnmiroar.css.scss */
.input_wrapper.half_width_left {
  width: 100%;
  padding-right: 10px;
}

/* line 4282, app/assets/stylesheets/xnmiroar.css.scss */
.input_wrapper.half_width_right {
  width: 100%;
  padding-left: 10px;
}

/* line 4287, app/assets/stylesheets/xnmiroar.css.scss */
.input_wrapper.full_width {
  flex: none;
}

/* line 4291, app/assets/stylesheets/xnmiroar.css.scss */
.payment_wrapper_small {
  justify-content: space-around;
  align-items: center;
  width: 50%;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

/* line 4301, app/assets/stylesheets/xnmiroar.css.scss */
.heading-16 {
  text-align: left;
  width: 30%;
}

/* line 4306, app/assets/stylesheets/xnmiroar.css.scss */
.heading-16.half_width {
  width: 50%;
}

/* line 4310, app/assets/stylesheets/xnmiroar.css.scss */
.heading-16.half_width.right {
  margin-left: 20px;
}

/* line 4314, app/assets/stylesheets/xnmiroar.css.scss */
.heading-16.full_width {
  width: 100%;
}

/* line 4318, app/assets/stylesheets/xnmiroar.css.scss */
.form-block-4 {
  text-align: center;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

/* line 4326, app/assets/stylesheets/xnmiroar.css.scss */
.payment_logo_small {
  height: 15px;
}

/* line 4330, app/assets/stylesheets/xnmiroar.css.scss */
.after_checkout_edit_cart_item {
  color: #000;
  background-color: #fff;
  padding-top: 0;
  padding-left: 0;
  font-size: 13px;
  font-weight: 700;
}

/* line 4339, app/assets/stylesheets/xnmiroar.css.scss */
.after_checkout_edit_cart_item.delete {
  color: red;
}

/* line 4343, app/assets/stylesheets/xnmiroar.css.scss */
.form-block-5 {
  margin-bottom: 0;
}

/* line 4347, app/assets/stylesheets/xnmiroar.css.scss */
.empty_cart {
  display: none;
}

/* line 4351, app/assets/stylesheets/xnmiroar.css.scss */
.cart_v2_frame_background {
  z-index: 200;
  width: 103%;
  height: 103%;
  position: absolute;
  inset: -1.5% 0% 0% -1.5%;
}

/* line 4359, app/assets/stylesheets/xnmiroar.css.scss */
.cart_v2_frame_background.black_frame {
  background-image: url(/assets/black_frame-c450b180c41ea6be76fd39bce4036eef6a922e96962bb440a2d462e4d23b9983.png);
  background-position: 50%;
  background-size: cover;
  width: 105%;
  height: 105%;
  display: block;
  top: -2.5%;
  left: -2.5%;
}

/* line 4370, app/assets/stylesheets/xnmiroar.css.scss */
.cart_v2_frame_background.black_frame.horizontal {
  background-image: url(/assets/black_frame_horizontal-ccdc4f2d78535b7848c02cdf07b7431062867c5f3d32f758257a48409e238909.png);
}

/* line 4374, app/assets/stylesheets/xnmiroar.css.scss */
.cart_v2_frame_background.natural_frame {
  background-image: url(/assets/natural_frame-a21edf503c89e442404d77e9a01cb0c31581df90158d35fcc8d2d299abb15f46.png);
  background-position: 50%;
  background-size: cover;
  width: 105%;
  height: 105%;
  display: block;
  top: -2.5%;
  left: -2.5%;
}

/* line 4385, app/assets/stylesheets/xnmiroar.css.scss */
.cart_v2_frame_background.natural_frame.horizontal {
  background-image: url(/assets/natural_frame_horizontal-06da09429ab80d75c0dbdefc0593dc28f6190d7b9813b9b69f644625e27609e2.png);
}

/* line 4389, app/assets/stylesheets/xnmiroar.css.scss */
.cart_v2_frame_background.white_frame {
  background-image: url(/assets/white_frame-62ac9893a78126bcf0d6f8fea74b33efec58b4e50dddeb127176ce0aa1d5415f.png);
  background-position: 50%;
  background-size: cover;
  width: 105%;
  height: 105%;
  display: block;
  top: -2.5%;
  left: -2.5%;
}

/* line 4400, app/assets/stylesheets/xnmiroar.css.scss */
.cart_v2_frame_background.white_frame.horizontal {
  background-image: url(/assets/white_frame_horizontal-a4eff179835701720d0550d26891e55a30f6388dc3ccc9f036dc42d818e89c79.png);
}

/* line 4404, app/assets/stylesheets/xnmiroar.css.scss */
.cart_v2_text_preview_wrapper {
  height: 10%;
  position: absolute;
  inset: auto 0% 0%;
}

/* line 4410, app/assets/stylesheets/xnmiroar.css.scss */
.cart_v2_text_preview_wrapper.horizontal {
  height: 12%;
}

/* line 4414, app/assets/stylesheets/xnmiroar.css.scss */
.checkbox-2 {
  width: 25px;
  height: 25px;
}

/* line 4419, app/assets/stylesheets/xnmiroar.css.scss */
.checkbox-2.w--redirected-checked {
  background-color: #000;
}

/* line 4423, app/assets/stylesheets/xnmiroar.css.scss */
.success-message-4 {
  background-color: #f3f5fb;
  border-radius: 12px;
}

/* line 4428, app/assets/stylesheets/xnmiroar.css.scss */
.input-field-wrap {
  margin-bottom: 10px;
}

/* line 4432, app/assets/stylesheets/xnmiroar.css.scss */
.checkout_line {
  text-align: left;
  justify-content: space-between;
  display: flex;
}

/* line 4438, app/assets/stylesheets/xnmiroar.css.scss */
.checkout_line.total {
  border-top: 1px solid #e0d9c3;
  margin-top: 10px;
  margin-bottom: 20px;
  font-weight: 700;
}

/* line 4445, app/assets/stylesheets/xnmiroar.css.scss */
.phone_case_preview {
  margin-left: auto;
  margin-right: 0;
  display: block;
}

/* line 4451, app/assets/stylesheets/xnmiroar.css.scss */
.cart_v2_text_title {
  font-size: 14px;
  line-height: 15px;
}

/* line 4456, app/assets/stylesheets/xnmiroar.css.scss */
.preview_image_gradient_wrapper {
  z-index: 1000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 90%;
  max-height: 70%;
  margin-top: 10px;
  display: flex;
  position: static;
  inset: 0% .5% auto auto;
  overflow: hidden;
}

/* line 4471, app/assets/stylesheets/xnmiroar.css.scss */
.recommended_drawing_option {
  color: #00a590;
  text-align: left;
  margin-bottom: 0;
  margin-left: 0;
  font-size: 13px;
  font-style: italic;
  display: block;
}

/* line 4481, app/assets/stylesheets/xnmiroar.css.scss */
.drawing_option_heading {
  text-align: left;
  margin-top: 0;
  margin-bottom: 2px;
  display: inline-block;
}

/* line 4488, app/assets/stylesheets/xnmiroar.css.scss */
.add_image_heading {
  color: #fff;
  text-align: center;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  padding: 20px 10px;
  font-size: 20px;
  font-weight: 600;
  line-height: 20px;
}

/* line 4500, app/assets/stylesheets/xnmiroar.css.scss */
.new_cart_preview_wrapper {
  background-color: #fff;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0% 10%;
}

/* line 4509, app/assets/stylesheets/xnmiroar.css.scss */
.new_cart_preview_wrapper.horizontal {
  inset: 10% 0%;
  overflow: visible;
}

/* line 4514, app/assets/stylesheets/xnmiroar.css.scss */
.no_frame_checkout_spacer {
  width: 100%;
  height: 40px;
}

/* line 4519, app/assets/stylesheets/xnmiroar.css.scss */
.cart_v2_size_indicator {
  width: 32%;
  margin-left: 5px;
  line-height: 15px;
}

/* line 4525, app/assets/stylesheets/xnmiroar.css.scss */
.cart_case_image_preview {
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  height: 50%;
  display: flex;
  position: absolute;
  inset: auto 0% 0% auto;
}

/* line 4536, app/assets/stylesheets/xnmiroar.css.scss */
.checkout_conclusion_wrapper {
  width: 50%;
  margin-left: auto;
  margin-right: auto;
}

/* line 4542, app/assets/stylesheets/xnmiroar.css.scss */
.order_now_text {
  white-space: nowrap;
  width: 100%;
  height: 35px;
  margin-left: 10px;
  font-size: 20px;
  font-weight: 600;
  line-height: 35px;
  display: inline-block;
}

/* line 4553, app/assets/stylesheets/xnmiroar.css.scss */
.filled_cart {
  display: block;
}

/* line 4557, app/assets/stylesheets/xnmiroar.css.scss */
.text-block-53 {
  margin-bottom: 10px;
}

/* line 4561, app/assets/stylesheets/xnmiroar.css.scss */
.field-wrap {
  align-items: center;
  width: 60%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

/* line 4570, app/assets/stylesheets/xnmiroar.css.scss */
.checkout_container {
  background-color: #ebebeb66;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-bottom: 20px;
}

/* line 4579, app/assets/stylesheets/xnmiroar.css.scss */
.cart_hoodie_preview {
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0% auto auto 0%;
}

/* line 4589, app/assets/stylesheets/xnmiroar.css.scss */
.drawing_option_price {
  font-size: 25px;
  font-weight: 600;
  line-height: 45px;
}

/* line 4595, app/assets/stylesheets/xnmiroar.css.scss */
.cart_v2_frame_wrapper {
  width: 100%;
  padding-top: 100%;
  position: relative;
  overflow: visible;
}

/* line 4602, app/assets/stylesheets/xnmiroar.css.scss */
.new_cart_edit_button_wrapper {
  width: 70%;
  margin-top: 20px;
}

/* line 4607, app/assets/stylesheets/xnmiroar.css.scss */
.checkout_v2_edit_button_row {
  justify-content: center;
  align-items: center;
  margin-bottom: 5px;
  display: flex;
}

/* line 4614, app/assets/stylesheets/xnmiroar.css.scss */
.checkout_step {
  text-align: center;
  width: 100%;
  margin-top: 0;
  font-weight: 600;
  display: block;
}

/* line 4622, app/assets/stylesheets/xnmiroar.css.scss */
.text-block-54 {
  font-size: 25px;
  font-weight: 600;
  line-height: 30px;
}

/* line 4628, app/assets/stylesheets/xnmiroar.css.scss */
.form_heading {
  text-align: left;
  width: 30%;
}

/* line 4633, app/assets/stylesheets/xnmiroar.css.scss */
.form_heading.half_width {
  width: 50%;
}

/* line 4637, app/assets/stylesheets/xnmiroar.css.scss */
.form_heading.half_width.right {
  margin-left: 20px;
}

/* line 4641, app/assets/stylesheets/xnmiroar.css.scss */
.form_heading.full_width {
  width: 100%;
}

/* line 4645, app/assets/stylesheets/xnmiroar.css.scss */
.preview_image_checkout_v2 {
  opacity: 1;
  border-radius: 0;
  max-height: 100%;
  display: block;
  position: relative;
}

/* line 4653, app/assets/stylesheets/xnmiroar.css.scss */
.checkout_v2_button {
  background-color: var(--sand);
  width: 32%;
  margin-left: 0;
  margin-right: 1%;
  padding: 4px 8px;
}

/* line 4661, app/assets/stylesheets/xnmiroar.css.scss */
.checkout_wrapper {
  text-align: center;
  flex-direction: row;
  justify-content: center;
  width: 100%;
  display: block;
}

/* line 4669, app/assets/stylesheets/xnmiroar.css.scss */
.text-field-left-icon {
  color: #151e24;
  text-align: center;
  border: 1px solid #e9ecf0;
  width: 100%;
  min-height: 48px;
  margin-bottom: 0;
  padding: 12px 16px 12px 52px;
  font-size: 12px;
  transition: all .25s;
  box-shadow: 1px 1px 2px #7281a70a;
}

/* line 4682, app/assets/stylesheets/xnmiroar.css.scss */
.text-field-left-icon:hover {
  border-color: #ccd5e0;
}

/* line 4686, app/assets/stylesheets/xnmiroar.css.scss */
.text-field-left-icon:focus {
  border-color: #642eff;
}

/* line 4690, app/assets/stylesheets/xnmiroar.css.scss */
.text-field-left-icon::placeholder {
  color: #a0a6b0;
}

/* line 4694, app/assets/stylesheets/xnmiroar.css.scss */
.new_cart_item_wrapper {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 10px;
  display: flex;
  position: relative;
}

/* line 4703, app/assets/stylesheets/xnmiroar.css.scss */
.order_now_price {
  white-space: nowrap;
  height: 35px;
  margin-left: 10px;
  margin-right: 10px;
  font-size: 25px;
  font-weight: 700;
  line-height: 35px;
  display: inline-block;
}

/* line 4714, app/assets/stylesheets/xnmiroar.css.scss */
.text-span-3 {
  color: #ff0808;
  margin-left: 5px;
  font-size: 12px;
}

/* line 4720, app/assets/stylesheets/xnmiroar.css.scss */
.heading-5 {
  color: #000;
}

/* line 4724, app/assets/stylesheets/xnmiroar.css.scss */
.checkout_illustration_warning {
  z-index: 2000;
  color: #000;
  height: 30%;
  margin-top: 10px;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 12px;
  font-weight: 600;
  line-height: 17px;
}

/* line 4736, app/assets/stylesheets/xnmiroar.css.scss */
.grid-4 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: 1fr;
}

/* line 4742, app/assets/stylesheets/xnmiroar.css.scss */
.vertical_select_wrapper_checkout {
  border: 1px solid #e9e5dc;
  border-radius: 6px;
  margin-bottom: 5px;
  font-size: 10px;
}

/* line 4749, app/assets/stylesheets/xnmiroar.css.scss */
.form-block-6 {
  text-align: center;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

/* line 4757, app/assets/stylesheets/xnmiroar.css.scss */
.form-block-6.hidden {
  display: none;
}

/* line 4761, app/assets/stylesheets/xnmiroar.css.scss */
.add_image_empty_cart {
  color: #bfe5d9;
  font-size: 20px;
  text-decoration: none;
}

/* line 4767, app/assets/stylesheets/xnmiroar.css.scss */
.heading-6 {
  color: #a4a4a4;
}

/* line 4771, app/assets/stylesheets/xnmiroar.css.scss */
.voucher_code {
  margin-top: 0;
  margin-bottom: 10px;
  font-style: italic;
  text-decoration: underline;
}

/* line 4778, app/assets/stylesheets/xnmiroar.css.scss */
.available_spaces {
  color: #000;
  margin-top: 0;
  font-size: 10px;
}

/* line 4784, app/assets/stylesheets/xnmiroar.css.scss */
.duplicate_version_wrapper {
  z-index: 2000;
  opacity: .8;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

/* line 4795, app/assets/stylesheets/xnmiroar.css.scss */
.checkout_container_v2 {
  background-color: #ebebeb66;
  width: 80%;
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-bottom: 20px;
}

/* line 4805, app/assets/stylesheets/xnmiroar.css.scss */
.calendar_and_priority_option_wrapper {
  flex-direction: column;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

/* line 4812, app/assets/stylesheets/xnmiroar.css.scss */
.country_picker_label {
  text-align: center;
  font-weight: 400;
}

/* line 4817, app/assets/stylesheets/xnmiroar.css.scss */
.previews_wrapper {
  width: 80%;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
}

/* line 4824, app/assets/stylesheets/xnmiroar.css.scss */
.phone_case_draw_image_preview {
  border-radius: 0;
  flex: 0 auto;
  max-height: 100%;
}

/* line 4830, app/assets/stylesheets/xnmiroar.css.scss */
.calendar_wrapper {
  flex-direction: column;
  justify-content: center;
  width: 60%;
  display: flex;
}

/* line 4837, app/assets/stylesheets/xnmiroar.css.scss */
.checkbox-field {
  align-items: flex-start;
  display: flex;
}

/* line 4842, app/assets/stylesheets/xnmiroar.css.scss */
.next_step_button {
  color: #fff;
  background-color: #00a590;
  justify-content: space-between;
  align-items: center;
  width: 50%;
  margin-left: auto;
  margin-right: auto;
  padding: 10px 15px;
  text-decoration: none;
  display: flex;
}

/* line 4855, app/assets/stylesheets/xnmiroar.css.scss */
.next_step_button:hover {
  color: #fff;
}

/* line 4859, app/assets/stylesheets/xnmiroar.css.scss */
.drawing_option_content {
  text-align: left;
  flex: 1;
  margin-bottom: 0;
  line-height: 13px;
}

/* line 4866, app/assets/stylesheets/xnmiroar.css.scss */
.drawing_option_vertical_select {
  align-items: center;
  padding: 5px 10px;
  display: flex;
}

/* line 4872, app/assets/stylesheets/xnmiroar.css.scss */
.field-icon {
  position: absolute;
  inset: auto auto auto 16px;
}

/* line 4877, app/assets/stylesheets/xnmiroar.css.scss */
.cart_v2_sub_title {
  margin-top: 4px;
  font-size: 10px;
  line-height: 10px;
}

/* line 4883, app/assets/stylesheets/xnmiroar.css.scss */
.columns-18 {
  flex: none;
}

/* line 4887, app/assets/stylesheets/xnmiroar.css.scss */
.column-32 {
  flex-direction: column;
  align-items: center;
  display: flex;
}

/* line 4893, app/assets/stylesheets/xnmiroar.css.scss */
.after_checkout_form {
  width: 60%;
}

/* line 4897, app/assets/stylesheets/xnmiroar.css.scss */
.after_checkout_radio_button_wrapper {
  flex: 1;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
  display: flex;
}

/* line 4907, app/assets/stylesheets/xnmiroar.css.scss */
.after_checkout_popup_header {
  width: 100%;
  margin-bottom: 0;
}

/* line 4912, app/assets/stylesheets/xnmiroar.css.scss */
.after_checkout_smartphone_select_wrapper {
  border-bottom: .5px solid #a5a5a580;
  padding-top: 10px;
  padding-bottom: 10px;
}

/* line 4918, app/assets/stylesheets/xnmiroar.css.scss */
.image-18 {
  width: 30px;
  height: 30px;
}

/* line 4923, app/assets/stylesheets/xnmiroar.css.scss */
.selected {
  border: 2px solid #000;
}

/* line 4927, app/assets/stylesheets/xnmiroar.css.scss */
.step_content_wrapper {
  flex-direction: row;
  flex: none;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

/* line 4936, app/assets/stylesheets/xnmiroar.css.scss */
.recommended_wrapper {
  background-color: var(--light-sea-green);
  color: #fff;
  border-radius: 2px;
  flex: 1;
  justify-content: center;
  align-items: center;
  padding: 2px 3px 2px 2px;
  font-size: 12px;
  font-weight: 700;
  line-height: 12px;
  display: flex;
  position: absolute;
  inset: auto auto -20px;
}

/* line 4952, app/assets/stylesheets/xnmiroar.css.scss */
.bestseller_icon {
  width: 8px;
  height: 8px;
  margin-right: 2px;
}

/* line 4958, app/assets/stylesheets/xnmiroar.css.scss */
.wa_chat_wrapper {
  display: none;
}

/* line 4962, app/assets/stylesheets/xnmiroar.css.scss */
.clothing_size_selection_wrapper {
  border: 1px solid #000;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  margin-left: 2px;
  margin-right: 2px;
  display: flex;
}

/* line 4973, app/assets/stylesheets/xnmiroar.css.scss */
.clothing_size_selection_wrapper.selected {
  color: #fff;
  background-color: #000;
}

/* line 4978, app/assets/stylesheets/xnmiroar.css.scss */
.embroing_position_wrapper {
  flex: 1;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  display: flex;
}

/* line 4987, app/assets/stylesheets/xnmiroar.css.scss */
.embroing_position_icon {
  width: 60px;
  min-width: 0;
}

/* line 4992, app/assets/stylesheets/xnmiroar.css.scss */
.embroing_position_button {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 80px;
  padding-left: 5px;
  padding-right: 5px;
  display: flex;
  position: relative;
}

/* line 5003, app/assets/stylesheets/xnmiroar.css.scss */
.thread_color_selection {
  width: 40px;
  height: 40px;
}

/* line 5008, app/assets/stylesheets/xnmiroar.css.scss */
.checked_icon {
  width: 10px;
  min-width: 0;
  position: absolute;
  bottom: 30px;
}

/* line 5015, app/assets/stylesheets/xnmiroar.css.scss */
.cart_hoodie_image_preview {
  z-index: 1000;
  background-color: #8f8f8f;
  border: 1px #000;
  border-radius: 50%;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  width: 33%;
  height: 33%;
  margin-left: 0;
  display: flex;
  position: absolute;
  inset: 20px auto auto 5px;
  overflow: hidden;
}

/* line 5032, app/assets/stylesheets/xnmiroar.css.scss */
.hoodie_preview {
  height: 100%;
  margin-left: auto;
  margin-right: 0;
  display: block;
}

/* line 5039, app/assets/stylesheets/xnmiroar.css.scss */
.form_preview_image_hoodie {
  border-radius: 0;
  max-height: 200px;
  margin-bottom: 0;
  display: block;
}

/* line 5046, app/assets/stylesheets/xnmiroar.css.scss */
.image-19 {
  width: 100%;
}

/* line 5050, app/assets/stylesheets/xnmiroar.css.scss */
.hoodie_color_selection_radio_button-copy {
  margin-left: 2px;
  margin-right: 2px;
  padding-left: 0;
  display: flex;
}

/* line 5057, app/assets/stylesheets/xnmiroar.css.scss */
.hoodie_selector_image {
  width: 30px;
  height: 30px;
}

/* line 5062, app/assets/stylesheets/xnmiroar.css.scss */
.hoodie_slide_container {
  justify-content: center;
  align-items: center;
  display: flex;
}

/* line 5068, app/assets/stylesheets/xnmiroar.css.scss */
.hoodie-nav {
  margin-bottom: 24px;
  font-size: 5px;
}

/* line 5073, app/assets/stylesheets/xnmiroar.css.scss */
.hoodie_configurator_columns {
  margin-top: 20px;
  margin-right: 20px;
  display: flex;
  position: relative;
}

/* line 5080, app/assets/stylesheets/xnmiroar.css.scss */
.other_benefits_wrapper {
  display: block;
}

/* line 5084, app/assets/stylesheets/xnmiroar.css.scss */
.hoodie_icon {
  color: #000;
}

/* line 5088, app/assets/stylesheets/xnmiroar.css.scss */
.hoodie_spinner_container {
  background-color: #0000004d;
  border: 1px #000;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  display: flex;
  position: absolute;
}

/* line 5100, app/assets/stylesheets/xnmiroar.css.scss */
.hoodie_spinner {
  width: 50%;
  height: 50%;
}

/* line 5105, app/assets/stylesheets/xnmiroar.css.scss */
.hoodie_slider_image {
  width: 100%;
}

/* line 5109, app/assets/stylesheets/xnmiroar.css.scss */
.hoodie_editor_tab_text {
  display: inline-block;
}

/* line 5113, app/assets/stylesheets/xnmiroar.css.scss */
.design_tab_hoodie {
  text-align: center;
  width: 50%;
  font-weight: 700;
}

/* line 5119, app/assets/stylesheets/xnmiroar.css.scss */
.design_tab_hoodie.w--current {
  background-color: #fff;
}

/* line 5123, app/assets/stylesheets/xnmiroar.css.scss */
.hoodie_column {
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

/* line 5131, app/assets/stylesheets/xnmiroar.css.scss */
.hoodie_slide_footer {
  background-color: var(--light-sea-green);
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  position: relative;
  inset: auto 0% 0%;
}

/* line 5143, app/assets/stylesheets/xnmiroar.css.scss */
.hoodie_configurator_preview {
  justify-content: center;
  align-items: center;
  padding-top: 60%;
  display: flex;
  position: relative;
}

/* line 5151, app/assets/stylesheets/xnmiroar.css.scss */
.hoodie_configurator_image {
  width: auto;
  height: 100%;
}

/* line 5156, app/assets/stylesheets/xnmiroar.css.scss */
.hoodie_configurator_holder {
  justify-content: center;
  align-items: center;
  height: 100%;
  padding-top: 5px;
  padding-bottom: 10px;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

/* line 5167, app/assets/stylesheets/xnmiroar.css.scss */
.cell, .header_cell {
  align-items: center;
}

/* line 5171, app/assets/stylesheets/xnmiroar.css.scss */
.content_cell {
  text-align: left;
  justify-content: center;
  align-items: center;
}

/* line 5177, app/assets/stylesheets/xnmiroar.css.scss */
.quick-stack {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
}

/* line 5182, app/assets/stylesheets/xnmiroar.css.scss */
.language-switcher {
  align-items: center;
  padding: 10px 20px 10px 15px;
  display: flex;
}

/* line 5188, app/assets/stylesheets/xnmiroar.css.scss */
.language-switcher.mobile {
  display: none;
}

/* line 5192, app/assets/stylesheets/xnmiroar.css.scss */
.language_switcher_image {
  width: 20px;
}

/* line 5196, app/assets/stylesheets/xnmiroar.css.scss */
.language_display_name {
  color: #000;
  margin-left: 5px;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
}

/* line 5204, app/assets/stylesheets/xnmiroar.css.scss */
.fixed_nav_menu_inner_wrapper.mobile {
  display: none;
}

/* line 5208, app/assets/stylesheets/xnmiroar.css.scss */
.partner_switcher_text {
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  padding-right: 30px;
  font-size: 20px;
  font-weight: 400;
}

/* line 5217, app/assets/stylesheets/xnmiroar.css.scss */
.after_checkout_option_wrapper-copy {
  background-color: #fff;
  align-items: center;
  width: 50%;
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
  padding: 10px;
  display: flex;
}

/* line 5228, app/assets/stylesheets/xnmiroar.css.scss */
.language_option_wrapper {
  background-color: var(--lightbeige);
  justify-content: center;
  align-items: center;
  width: 80%;
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
  padding: 10px;
  display: flex;
}

/* line 5240, app/assets/stylesheets/xnmiroar.css.scss */
.language_option_select_indicator {
  border: 1px solid #000;
  border-radius: 50%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 26px;
  height: 26px;
  margin-right: 10px;
  padding: 0;
  display: flex;
  position: relative;
}

/* line 5254, app/assets/stylesheets/xnmiroar.css.scss */
.select_language_button {
  text-align: center;
  background-color: #000;
  border: 1px solid #000;
  flex: 1;
  margin-right: 0;
  font-weight: 600;
}

/* line 5263, app/assets/stylesheets/xnmiroar.css.scss */
.select_language_button.cancel {
  color: #000;
  background-color: #fff;
}

/* line 5268, app/assets/stylesheets/xnmiroar.css.scss */
.select_language_popup_button_wrapper {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  justify-content: space-between;
  width: 80%;
  margin-top: 10px;
  display: flex;
}

/* line 5277, app/assets/stylesheets/xnmiroar.css.scss */
.language_option_content_wrapper {
  flex: 1;
  margin-left: 10px;
  margin-right: 10px;
}

/* line 5283, app/assets/stylesheets/xnmiroar.css.scss */
.select_option_checkout_button {
  background-color: var(--sand);
  text-align: center;
  margin-top: 5px;
  margin-bottom: 5px;
  font-size: 15px;
  font-weight: 700;
  line-height: 18px;
}

/* line 5293, app/assets/stylesheets/xnmiroar.css.scss */
.select_local_partner_wrapper {
  align-items: center;
  display: flex;
}

/* line 5298, app/assets/stylesheets/xnmiroar.css.scss */
.partner_selection_heading {
  padding-right: 10px;
}

/* line 5302, app/assets/stylesheets/xnmiroar.css.scss */
.partner_selection_row {
  border-bottom: 1px solid #00000012;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

/* line 5313, app/assets/stylesheets/xnmiroar.css.scss */
.partner_option_select_indicator {
  border: 1px solid #000;
  border-radius: 50%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 26px;
  height: 26px;
  margin-right: 10px;
  padding: 0;
  display: flex;
  position: relative;
}

/* line 5327, app/assets/stylesheets/xnmiroar.css.scss */
.partner_selection_option_content_wrapper {
  flex: 1;
  margin-left: 10px;
  margin-right: 10px;
}

/* line 5333, app/assets/stylesheets/xnmiroar.css.scss */
.select_partner_popup_button_wrapper {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  justify-content: space-between;
  width: 80%;
  margin-top: 0;
  margin-bottom: 0;
  padding: 20px 5px 10px;
  display: flex;
  position: relative;
}

/* line 5345, app/assets/stylesheets/xnmiroar.css.scss */
.popup_scrollable_content {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  margin-top: 0%;
  margin-left: 2%;
  margin-right: 2%;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
  position: relative;
  overflow: scroll;
}

/* line 5360, app/assets/stylesheets/xnmiroar.css.scss */
.popup_scrollable_content.auto_height {
  height: auto;
}

/* line 5364, app/assets/stylesheets/xnmiroar.css.scss */
.after_checkout_option_grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  place-items: center;
}

/* line 5370, app/assets/stylesheets/xnmiroar.css.scss */
.landing_page_product_title {
  font-size: 20px;
  font-weight: 300;
}

/* line 5375, app/assets/stylesheets/xnmiroar.css.scss */
.social_proof_landing {
  margin-top: 10px;
  display: flex;
}

/* line 5380, app/assets/stylesheets/xnmiroar.css.scss */
.social_proof_image {
  width: 20px;
  height: 20px;
}

/* line 5385, app/assets/stylesheets/xnmiroar.css.scss */
.social_proof_image.left_image {
  margin-left: -3px;
}

/* line 5389, app/assets/stylesheets/xnmiroar.css.scss */
.social_proof_text {
  margin-left: 5px;
}

/* line 5393, app/assets/stylesheets/xnmiroar.css.scss */
.pricing_paragraph {
  margin-top: 4px;
  margin-bottom: 0;
  margin-left: 10px;
  font-size: 20px;
  font-weight: 600;
}

/* line 5401, app/assets/stylesheets/xnmiroar.css.scss */
.draw_icon {
  width: 20px;
  height: 20px;
  margin-left: 8px;
  margin-right: 7px;
}

/* line 5408, app/assets/stylesheets/xnmiroar.css.scss */
.green_text {
  color: var(--light-sea-green);
  font-weight: 700;
}

/* line 5413, app/assets/stylesheets/xnmiroar.css.scss */
.review_price_row {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

/* line 5419, app/assets/stylesheets/xnmiroar.css.scss */
.review_count {
  margin-top: 4px;
  margin-bottom: 0;
  margin-left: 3px;
}

/* line 5425, app/assets/stylesheets/xnmiroar.css.scss */
.after_checkout_flow_grid_image {
  max-height: 100px;
}

/* line 5429, app/assets/stylesheets/xnmiroar.css.scss */
.benefit_comparison {
  padding-top: 30px;
  padding-bottom: 30px;
}

/* line 5434, app/assets/stylesheets/xnmiroar.css.scss */
.grid-6 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  text-align: center;
  background-color: #fff;
  grid-template-rows: auto 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  place-items: stretch stretch;
  padding: 20px 40px;
}

/* line 5445, app/assets/stylesheets/xnmiroar.css.scss */
.comparison_grid_element {
  border: 1px #000;
  border-bottom: .5px solid #aaa;
  justify-content: center;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

/* line 5455, app/assets/stylesheets/xnmiroar.css.scss */
.comparison_grid_element.winner {
  background-color: var(--sand);
  border-bottom-style: none;
  border-bottom-color: #ccbcbc;
}

/* line 5461, app/assets/stylesheets/xnmiroar.css.scss */
.comparison_grid_element.normal_button {
  border-bottom-style: none;
}

/* line 5465, app/assets/stylesheets/xnmiroar.css.scss */
.comparison_logo {
  text-align: center;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 30px;
}

/* line 5471, app/assets/stylesheets/xnmiroar.css.scss */
.comparison_check_image {
  width: 30px;
  position: static;
}

/* line 5476, app/assets/stylesheets/xnmiroar.css.scss */
.benefit_company {
  margin-top: 60px;
  margin-bottom: 60px;
}

/* line 5481, app/assets/stylesheets/xnmiroar.css.scss */
.benefit_text {
  background-color: #fff;
}

/* line 5485, app/assets/stylesheets/xnmiroar.css.scss */
.configurator_detailed_info_heading {
  color: #2e2e2e;
  font-size: 20px;
  font-weight: 700;
}

/* line 5491, app/assets/stylesheets/xnmiroar.css.scss */
.configurator_detailed_info {
  color: #2e2e2e;
}

/* line 5495, app/assets/stylesheets/xnmiroar.css.scss */
.quick-stack-2 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
}

/* line 5500, app/assets/stylesheets/xnmiroar.css.scss */
.bestseller_shop_now_button {
  background-color: var(--light-sea-green);
}

/* line 5504, app/assets/stylesheets/xnmiroar.css.scss */
.competitors {
  font-weight: 600;
}

/* line 5508, app/assets/stylesheets/xnmiroar.css.scss */
.benefit_company_title {
  padding-left: 20px;
  padding-right: 20px;
  font-size: 38px;
  line-height: 44px;
}

/* line 5515, app/assets/stylesheets/xnmiroar.css.scss */
.benefit_company_title.align_right {
  text-align: right;
}

/* line 5519, app/assets/stylesheets/xnmiroar.css.scss */
.benefit_company_paragraph {
  padding-left: 20px;
  padding-right: 20px;
  font-weight: 300;
}

/* line 5525, app/assets/stylesheets/xnmiroar.css.scss */
.benefit_company_columns {
  justify-content: center;
  align-items: center;
  display: flex;
}

/* line 5531, app/assets/stylesheets/xnmiroar.css.scss */
.benefit_company_column {
  padding-left: 0;
  padding-right: 0;
}

/* line 5536, app/assets/stylesheets/xnmiroar.css.scss */
.product_addititional_info_title {
  text-align: center;
  margin-bottom: 20px;
  font-size: 38px;
  line-height: 44px;
}

/* line 5543, app/assets/stylesheets/xnmiroar.css.scss */
.customer_sample_slide {
  max-width: 300px;
  padding-left: 5px;
  padding-right: 5px;
}

/* line 5549, app/assets/stylesheets/xnmiroar.css.scss */
.customer_sample_wrapper {
  justify-content: center;
  align-items: stretch;
  display: flex;
}

/* line 5555, app/assets/stylesheets/xnmiroar.css.scss */
.flag_selection_wrapper {
  color: #000;
  text-decoration: none;
}

/* line 5560, app/assets/stylesheets/xnmiroar.css.scss */
.grid-7 {
  grid-template-columns: 1fr 1fr 1fr;
}

/* line 5564, app/assets/stylesheets/xnmiroar.css.scss */
.flag_image {
  height: 100px;
}

/* line 5568, app/assets/stylesheets/xnmiroar.css.scss */
.bestseller_product_heading {
  justify-content: center;
  align-items: center;
  height: 60px;
  display: flex;
}

/* line 5575, app/assets/stylesheets/xnmiroar.css.scss */
.add_main_product_again {
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 50%;
  padding-left: 15%;
  padding-right: 15%;
  display: flex;
}

/* line 5586, app/assets/stylesheets/xnmiroar.css.scss */
.display_all_products_wrapper {
  flex-flow: column;
  width: 100%;
  height: 50%;
  padding-top: 10px;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
}

/* line 5596, app/assets/stylesheets/xnmiroar.css.scss */
.display_other_products {
  color: #9c9c9c;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 5px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 15px;
  font-weight: 400;
  line-height: 20px;
}

/* line 5609, app/assets/stylesheets/xnmiroar.css.scss */
.add_same_product_wrapper {
  background-color: var(--sand);
  width: 100%;
  padding-left: 20px;
  padding-right: 10px;
  display: flex;
}

/* line 5617, app/assets/stylesheets/xnmiroar.css.scss */
.checkout_icon {
  width: 30px;
}

/* line 5621, app/assets/stylesheets/xnmiroar.css.scss */
.checkout_icon.smaller {
  width: 20px;
}

/* line 5625, app/assets/stylesheets/xnmiroar.css.scss */
.add_other_product_wrapper {
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-left: 20px;
  padding-right: 10px;
  display: flex;
}

/* line 5634, app/assets/stylesheets/xnmiroar.css.scss */
.preview_image_checkout_v3 {
  opacity: 1;
  border-radius: 0;
  max-height: 100%;
  display: block;
  position: relative;
}

/* line 5642, app/assets/stylesheets/xnmiroar.css.scss */
.preview_image_gradient_wrapper_colorful {
  z-index: 1000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 10px;
  display: flex;
  position: static;
  inset: 0% .5% auto auto;
  overflow: hidden;
}

/* line 5655, app/assets/stylesheets/xnmiroar.css.scss */
.countdown_wrapper {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  background-color: #ffffffe6;
  border-radius: 5px;
  height: 25px;
  margin-right: 10px;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

/* line 5667, app/assets/stylesheets/xnmiroar.css.scss */
.countdown_wrapper.fixed_footer {
  background-color: #0000;
  justify-content: center;
  align-items: center;
  margin-right: 0;
}

/* line 5674, app/assets/stylesheets/xnmiroar.css.scss */
.countdown_number {
  color: #fff;
  background-color: #95BB10;
  border-radius: 2px;
  margin-top: 4px;
  margin-bottom: 4px;
  padding-left: 2px;
  padding-right: 2px;
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
}

/* line 5687, app/assets/stylesheets/xnmiroar.css.scss */
.countdown_group {
  grid-column-gap: 1px;
  grid-row-gap: 1px;
  line-height: 25px;
  display: flex;
}

/* line 5694, app/assets/stylesheets/xnmiroar.css.scss */
.time_indicator {
  color: #000;
  padding-left: 1px;
  font-size: 10px;
  font-weight: 700;
}

/* line 5701, app/assets/stylesheets/xnmiroar.css.scss */
.countdown_offer_title {
  margin-right: 5px;
}

/* line 5705, app/assets/stylesheets/xnmiroar.css.scss */
.logo-image {
  height: 24px;
}

/* line 5709, app/assets/stylesheets/xnmiroar.css.scss */
.after_delivery_button {
  background-color: var(--light-sea-green);
  color: #fff;
  text-align: center;
  align-items: center;
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
  padding: 5px;
  font-weight: 700;
  display: flex;
  position: static;
}

/* line 5723, app/assets/stylesheets/xnmiroar.css.scss */
.after_delivery_button.delete_button {
  background-color: #ff9b79;
}

/* line 5727, app/assets/stylesheets/xnmiroar.css.scss */
.after_delivery_button.reorder_button {
  background-color: #ffdf81;
}

/* line 5731, app/assets/stylesheets/xnmiroar.css.scss */
.after_delivery_text {
  text-align: center;
}

/* line 5735, app/assets/stylesheets/xnmiroar.css.scss */
.after_delivery_info_wrapper {
  background-color: #fff;
  margin: 10px auto;
  padding: 10px;
}

/* line 5741, app/assets/stylesheets/xnmiroar.css.scss */
.after_delivery_section {
  background-color: var(--lightbeige);
  flex-direction: column;
  align-items: flex-start;
  min-height: 100%;
  margin-top: 0;
  margin-left: 0%;
  margin-right: 0%;
  padding-top: 0;
  padding-bottom: 80px;
  display: flex;
}

/* line 5754, app/assets/stylesheets/xnmiroar.css.scss */
.after_delivery_title {
  color: var(--light-sea-green);
  text-align: center;
  font-size: 18px;
  font-weight: 900;
}

/* line 5761, app/assets/stylesheets/xnmiroar.css.scss */
.after_delivery_button_icon {
  width: 30px;
  height: 30px;
}

/* line 5766, app/assets/stylesheets/xnmiroar.css.scss */
.after_delivery_button_text {
  flex: 1;
  width: 10%;
}

/* line 5771, app/assets/stylesheets/xnmiroar.css.scss */
.cell-2 {
  justify-content: center;
  align-items: flex-start;
}

/* line 5776, app/assets/stylesheets/xnmiroar.css.scss */
.after_delivery_footer_text {
  text-align: center;
  font-weight: 600;
}

/* line 5781, app/assets/stylesheets/xnmiroar.css.scss */
.after_delivery_container_wrapper {
  width: 60%;
}

/* line 5785, app/assets/stylesheets/xnmiroar.css.scss */
.quick-stack-4 {
  padding: 0;
}

@media screen and (max-width: 991px) {
  /* line 5790, app/assets/stylesheets/xnmiroar.css.scss */
  .mobile_gradient {
    background-image: linear-gradient(#f7f4ed 29%, #0000);
    height: 200px;
    padding-bottom: 0;
    padding-right: 0;
  }
  /* line 5797, app/assets/stylesheets/xnmiroar.css.scss */
  .full-hero-content-block {
    width: 100%;
    margin-bottom: 0;
  }
  /* line 5802, app/assets/stylesheets/xnmiroar.css.scss */
  .full-hero-content-block.test {
    display: none;
    overflow: visible;
  }
  /* line 5807, app/assets/stylesheets/xnmiroar.css.scss */
  .overall-hero-title {
    font-size: 41px;
    line-height: 53px;
  }
  /* line 5812, app/assets/stylesheets/xnmiroar.css.scss */
  .overall-hero-title.test {
    color: #000;
    text-align: center;
  }
  /* line 5817, app/assets/stylesheets/xnmiroar.css.scss */
  .landing_page_product {
    padding: 0 0 45px;
  }
  /* line 5821, app/assets/stylesheets/xnmiroar.css.scss */
  .landing_page_product.hidden_desktop {
    padding-bottom: 0;
    display: block;
  }
  /* line 5826, app/assets/stylesheets/xnmiroar.css.scss */
  .image-hero-new {
    display: none;
  }
  /* line 5830, app/assets/stylesheets/xnmiroar.css.scss */
  .section {
    padding: 45px;
  }
  /* line 5834, app/assets/stylesheets/xnmiroar.css.scss */
  .section.desktop_only {
    display: none;
  }
  /* line 5838, app/assets/stylesheets/xnmiroar.css.scss */
  .section.example_pictures {
    padding-left: 0;
    padding-right: 0;
    overflow: hidden;
  }
  /* line 5844, app/assets/stylesheets/xnmiroar.css.scss */
  .section.example_sizes, .section.lr_padding {
    padding-left: 0;
    padding-right: 0;
  }
  /* line 5849, app/assets/stylesheets/xnmiroar.css.scss */
  .section.headermobilesection {
    text-align: center;
    background-color: #f7f4ed;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    padding: 0 20px;
    display: flex;
    overflow: visible;
  }
  /* line 5860, app/assets/stylesheets/xnmiroar.css.scss */
  .slider-3 {
    width: 90%;
  }
  /* line 5864, app/assets/stylesheets/xnmiroar.css.scss */
  .interactive-examples-wrapper {
    width: 200%;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  /* line 5870, app/assets/stylesheets/xnmiroar.css.scss */
  .popover_heading_size {
    width: 30%;
  }
  /* line 5874, app/assets/stylesheets/xnmiroar.css.scss */
  .section-title {
    margin-bottom: 4px;
    font-size: 31px;
    line-height: 30px;
  }
  /* line 5880, app/assets/stylesheets/xnmiroar.css.scss */
  .size_preview {
    flex-direction: column;
    align-items: center;
    width: 100%;
    margin-bottom: 80px;
  }
  /* line 5887, app/assets/stylesheets/xnmiroar.css.scss */
  .size_preview._30_40 {
    align-items: center;
  }
  /* line 5891, app/assets/stylesheets/xnmiroar.css.scss */
  .image-hero-mobile {
    display: block;
  }
  /* line 5895, app/assets/stylesheets/xnmiroar.css.scss */
  .payment_logo {
    width: 10%;
    margin-top: 5px;
    margin-bottom: 5px;
  }
  /* line 5901, app/assets/stylesheets/xnmiroar.css.scss */
  .event_type_button {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 15px;
    line-height: 20px;
  }
  /* line 5908, app/assets/stylesheets/xnmiroar.css.scss */
  .star_wrapper {
    flex: 1;
  }
  /* line 5912, app/assets/stylesheets/xnmiroar.css.scss */
  .phone_wrapper.overlaping {
    margin-top: -170px;
  }
  /* line 5916, app/assets/stylesheets/xnmiroar.css.scss */
  .popover_background {
    width: 80%;
    left: 10%;
    right: 10%;
  }
  /* line 5922, app/assets/stylesheets/xnmiroar.css.scss */
  .half-width-container {
    width: 100%;
  }
  /* line 5926, app/assets/stylesheets/xnmiroar.css.scss */
  .tabs {
    width: 80%;
  }
  /* line 5930, app/assets/stylesheets/xnmiroar.css.scss */
  .preview_wrapper._30_40 {
    left: 12%;
    right: 12%;
  }
  /* line 5935, app/assets/stylesheets/xnmiroar.css.scss */
  .preview_wrapper.landing_page._50_70 {
    left: 14%;
    right: 14%;
  }
  /* line 5940, app/assets/stylesheets/xnmiroar.css.scss */
  .heading {
    width: 30%;
  }
  /* line 5944, app/assets/stylesheets/xnmiroar.css.scss */
  .main_wrapper {
    overflow: hidden;
    box-shadow: 1px 1px 3px #000;
  }
  /* line 5949, app/assets/stylesheets/xnmiroar.css.scss */
  .overall-hero-description {
    width: 80%;
  }
  /* line 5953, app/assets/stylesheets/xnmiroar.css.scss */
  .overall-hero-description.test.mobile {
    color: #000;
    text-align: center;
    width: 100%;
  }
  /* line 5959, app/assets/stylesheets/xnmiroar.css.scss */
  .footer_link {
    text-align: center;
  }
  /* line 5963, app/assets/stylesheets/xnmiroar.css.scss */
  .normal-cta-button.extra-top-margin.extra-bottom-margin {
    margin-bottom: 20px;
  }
  /* line 5967, app/assets/stylesheets/xnmiroar.css.scss */
  .instagram_grid {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }
  /* line 5972, app/assets/stylesheets/xnmiroar.css.scss */
  .newsletter_logo_wrapper {
    flex-direction: column-reverse;
    align-items: center;
  }
  /* line 5977, app/assets/stylesheets/xnmiroar.css.scss */
  .size_wrapper {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 80px;
    padding-bottom: 0;
    display: block;
  }
  /* line 5986, app/assets/stylesheets/xnmiroar.css.scss */
  .footer_heading {
    text-align: center;
    margin-bottom: 0;
  }
  /* line 5991, app/assets/stylesheets/xnmiroar.css.scss */
  .normal-action-button.only_phone {
    margin-top: 20px;
    display: block;
  }
  /* line 5996, app/assets/stylesheets/xnmiroar.css.scss */
  .interactive-examples-left-column {
    flex-direction: column;
    align-items: center;
    display: flex;
  }
  /* line 6002, app/assets/stylesheets/xnmiroar.css.scss */
  .miroar_logo_footer {
    margin-top: 40px;
    margin-bottom: 40px;
  }
  /* line 6007, app/assets/stylesheets/xnmiroar.css.scss */
  .payment_wrapper {
    flex-direction: row;
    justify-content: center;
  }
  /* line 6012, app/assets/stylesheets/xnmiroar.css.scss */
  .button.outline.test.header_button {
    color: #fff;
    background-color: #bfe5d9;
    margin-top: -20px;
  }
  /* line 6018, app/assets/stylesheets/xnmiroar.css.scss */
  .button.outline.test.header_button.new_order {
    background-color: #00a590;
  }
  /* line 6022, app/assets/stylesheets/xnmiroar.css.scss */
  .button.outline.test.popover_button {
    color: #fff;
    background-color: #bfe5d9;
    margin-top: 20px;
  }
  /* line 6028, app/assets/stylesheets/xnmiroar.css.scss */
  .button.cta-button {
    width: 30%;
    margin-top: 15px;
  }
  /* line 6033, app/assets/stylesheets/xnmiroar.css.scss */
  .button.uppy-fileinput-btn {
    flex: 1;
  }
  /* line 6037, app/assets/stylesheets/xnmiroar.css.scss */
  .button.check_image_button {
    color: #fff;
    background-color: #00a590;
    background-image: url(/assets/heart-80b44e8f2f35fca54f67f773ef151dbab0d1ca89a9fbab3975f4a981ae34defa.svg);
    flex: 1;
    align-items: center;
    padding: 20px 0;
    display: flex;
  }
  /* line 6047, app/assets/stylesheets/xnmiroar.css.scss */
  .button.whatsapp-button-v2 {
    width: 100%;
  }
  /* line 6051, app/assets/stylesheets/xnmiroar.css.scss */
  .white-footer {
    padding-left: 45px;
    padding-right: 45px;
  }
  /* line 6056, app/assets/stylesheets/xnmiroar.css.scss */
  .footer-column {
    text-align: center;
  }
  /* line 6060, app/assets/stylesheets/xnmiroar.css.scss */
  .footer-column.newslettercolumn {
    flex-direction: column;
    align-items: center;
  }
  /* line 6065, app/assets/stylesheets/xnmiroar.css.scss */
  .nav-menu {
    background-color: #fff;
    border-radius: 0;
    margin-top: 0;
  }
  /* line 6071, app/assets/stylesheets/xnmiroar.css.scss */
  .header_element_wrapper_christmas {
    flex: none;
    height: 100%;
  }
  /* line 6076, app/assets/stylesheets/xnmiroar.css.scss */
  .header_element_wrapper {
    flex: none;
    height: 100%;
    display: none;
  }
  /* line 6082, app/assets/stylesheets/xnmiroar.css.scss */
  .nav_bar_container {
    margin-left: 0;
    margin-right: 0;
  }
  /* line 6087, app/assets/stylesheets/xnmiroar.css.scss */
  .nav-link {
    color: #000;
    border-radius: 0;
    width: 100%;
    max-width: 1200px;
    margin-left: 0;
    margin-right: 0;
    padding-left: 35px;
  }
  /* line 6097, app/assets/stylesheets/xnmiroar.css.scss */
  .nav-link:hover {
    color: #fff;
    background-color: #f7f4ed;
  }
  /* line 6102, app/assets/stylesheets/xnmiroar.css.scss */
  .nav-link:active {
    background-color: #f7f4ed;
  }
  /* line 6106, app/assets/stylesheets/xnmiroar.css.scss */
  .nav-link.with-color {
    padding-left: 35px;
  }
  /* line 6110, app/assets/stylesheets/xnmiroar.css.scss */
  .nav_bar_icon {
    width: 40px;
  }
  /* line 6114, app/assets/stylesheets/xnmiroar.css.scss */
  .fixed-nav-menu-button {
    flex-flow: row;
    flex: none;
    justify-content: flex-start;
    align-items: center;
    height: 40px;
    margin-left: 0;
    margin-right: 0;
    padding: 0;
    display: flex;
  }
  /* line 6126, app/assets/stylesheets/xnmiroar.css.scss */
  .fixed-nav-menu-button.w--open {
    background-color: #0000;
  }
  /* line 6130, app/assets/stylesheets/xnmiroar.css.scss */
  .express_header {
    flex-direction: column;
  }
  /* line 6134, app/assets/stylesheets/xnmiroar.css.scss */
  .navbar {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
  }
  /* line 6140, app/assets/stylesheets/xnmiroar.css.scss */
  .navbar.white {
    padding-top: 0;
    padding-bottom: 20px;
    padding-left: 0;
  }
  /* line 6146, app/assets/stylesheets/xnmiroar.css.scss */
  .wa_button {
    z-index: 100;
    color: #fff;
    background-color: #fff;
    background-image: url(/assets/team/ronja_support-38d7eda7c2340be96a3c46aed87e1db3324e1ab7a9ddb07c05708a825658452f.jpg);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 50%;
    width: 70px;
    height: 70px;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    display: block;
    position: fixed;
    inset: auto 12px 12px auto;
    box-shadow: 0 0 15px 7px #0003;
  }
  /* line 6166, app/assets/stylesheets/xnmiroar.css.scss */
  .wa_button.uplifted {
    bottom: 62px;
  }
  /* line 6170, app/assets/stylesheets/xnmiroar.css.scss */
  .wa_button.upliftedextra {
    bottom: 92px;
  }
  /* line 6174, app/assets/stylesheets/xnmiroar.css.scss */
  .columns-3 {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }
  /* line 6180, app/assets/stylesheets/xnmiroar.css.scss */
  .section-title-wrapper {
    width: 85%;
    margin-bottom: 40px;
  }
  /* line 6185, app/assets/stylesheets/xnmiroar.css.scss */
  .section-description {
    margin-top: 20px;
    font-size: 19px;
  }
  /* line 6190, app/assets/stylesheets/xnmiroar.css.scss */
  .faq-container {
    width: 100%;
    min-width: 0;
  }
  /* line 6195, app/assets/stylesheets/xnmiroar.css.scss */
  .faq-img {
    width: 50px;
    height: 50px;
  }
  /* line 6200, app/assets/stylesheets/xnmiroar.css.scss */
  .button_text {
    white-space: nowrap;
    margin-left: 20px;
    line-height: 15px;
  }
  /* line 6206, app/assets/stylesheets/xnmiroar.css.scss */
  .columns-7 {
    flex-direction: column;
    align-items: stretch;
  }
  /* line 6211, app/assets/stylesheets/xnmiroar.css.scss */
  .two_column_left_image {
    width: 80%;
  }
  /* line 6215, app/assets/stylesheets/xnmiroar.css.scss */
  .team_images_wrapper {
    flex-direction: column;
    margin-top: 10px;
    margin-bottom: 0;
  }
  /* line 6221, app/assets/stylesheets/xnmiroar.css.scss */
  .story_step_left.overlaping {
    margin-top: 20px;
  }
  /* line 6225, app/assets/stylesheets/xnmiroar.css.scss */
  .story_image.left {
    width: 50%;
  }
  /* line 6229, app/assets/stylesheets/xnmiroar.css.scss */
  .team_image_wrapper {
    width: 100%;
  }
  /* line 6233, app/assets/stylesheets/xnmiroar.css.scss */
  .story_block {
    width: 50%;
  }
  /* line 6237, app/assets/stylesheets/xnmiroar.css.scss */
  .story_block._80_width {
    margin-top: 10px;
  }
  /* line 6241, app/assets/stylesheets/xnmiroar.css.scss */
  .story_step_right, .story_step_right.overlaping {
    margin-top: 20px;
  }
  /* line 6245, app/assets/stylesheets/xnmiroar.css.scss */
  .scroll_view_wrapper {
    position: relative;
  }
  /* line 6249, app/assets/stylesheets/xnmiroar.css.scss */
  .inspiration_row {
    flex: none;
    margin-bottom: 0;
  }
  /* line 6254, app/assets/stylesheets/xnmiroar.css.scss */
  .columns-8 {
    flex-direction: column;
    align-items: stretch;
  }
  /* line 6259, app/assets/stylesheets/xnmiroar.css.scss */
  .page_view_dot {
    border: 1px solid #fff;
    border-radius: 50px;
    width: 7px;
    height: 7px;
    margin-right: 8px;
    padding-bottom: 0;
    padding-right: 0;
    transition: height .2s, width .2s, background-color .2s;
  }
  /* line 6270, app/assets/stylesheets/xnmiroar.css.scss */
  .page_view_dot.selected {
    background-color: #000;
    border-color: #000;
  }
  /* line 6275, app/assets/stylesheets/xnmiroar.css.scss */
  .order_inspiration_image {
    width: 100vw;
    max-height: 100vh;
  }
  /* line 6280, app/assets/stylesheets/xnmiroar.css.scss */
  .image_scroll_view {
    object-fit: fill;
    flex-direction: row;
    align-items: flex-end;
    display: flex;
    position: relative;
    overflow: scroll;
  }
  /* line 6289, app/assets/stylesheets/xnmiroar.css.scss */
  .column-6 {
    padding-bottom: 0;
  }
  /* line 6293, app/assets/stylesheets/xnmiroar.css.scss */
  .page_view_wrapper {
    justify-content: center;
    margin-bottom: 5px;
    padding-top: 5px;
    padding-bottom: 5px;
    display: flex;
    position: absolute;
    inset: auto 0% 0;
  }
  /* line 6303, app/assets/stylesheets/xnmiroar.css.scss */
  .columns-9, .columns-10 {
    flex-direction: column;
    align-items: stretch;
  }
  /* line 6308, app/assets/stylesheets/xnmiroar.css.scss */
  .cta_footer {
    z-index: 150;
    color: #fff;
    background-color: #74aa00;
    justify-content: center;
    align-items: center;
    height: 80px;
    text-decoration: none;
    display: flex;
    position: fixed;
    inset: auto 0% 0%;
  }
  /* line 6321, app/assets/stylesheets/xnmiroar.css.scss */
  .footer_cta {
    color: #fff;
    text-align: center;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 38px;
    text-decoration: none;
  }
  /* line 6330, app/assets/stylesheets/xnmiroar.css.scss */
  .arrow_right {
    width: 20px;
    margin-left: 20px;
  }
  /* line 6335, app/assets/stylesheets/xnmiroar.css.scss */
  .columns-6, .columns-12 {
    flex-direction: column;
    align-items: stretch;
  }
  /* line 6340, app/assets/stylesheets/xnmiroar.css.scss */
  .blog_wrapper {
    margin-left: 5%;
    margin-right: 5%;
  }
  /* line 6345, app/assets/stylesheets/xnmiroar.css.scss */
  .column-14 {
    justify-content: center;
    display: flex;
  }
  /* line 6350, app/assets/stylesheets/xnmiroar.css.scss */
  .blog_other_post {
    align-items: flex-start;
  }
  /* line 6354, app/assets/stylesheets/xnmiroar.css.scss */
  .blog_image {
    max-height: 200px;
  }
  /* line 6358, app/assets/stylesheets/xnmiroar.css.scss */
  .blog_image_wrapper {
    flex-wrap: nowrap;
  }
  /* line 6362, app/assets/stylesheets/xnmiroar.css.scss */
  .column-15, .column-16, .column-17, .column-18, .column-19, .column-20 {
    justify-content: center;
    display: flex;
  }
  /* line 6367, app/assets/stylesheets/xnmiroar.css.scss */
  .columns {
    flex-direction: column;
    margin-left: 20px;
  }
  /* line 6372, app/assets/stylesheets/xnmiroar.css.scss */
  .steps_wrapper {
    width: 100%;
  }
  /* line 6376, app/assets/stylesheets/xnmiroar.css.scss */
  .add_to_cart.fixed_duplicate {
    display: flex;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
  }
  /* line 6384, app/assets/stylesheets/xnmiroar.css.scss */
  .add_to_cart.hide_on_tablet, .frame_select_content {
    display: none;
  }
  /* line 6388, app/assets/stylesheets/xnmiroar.css.scss */
  .small_faq_container {
    width: 100%;
    min-width: 0;
  }
  /* line 6393, app/assets/stylesheets/xnmiroar.css.scss */
  .column {
    align-items: center;
  }
  /* line 6397, app/assets/stylesheets/xnmiroar.css.scss */
  .add_to_cart_image {
    width: 30px;
    height: 30px;
  }
  /* line 6402, app/assets/stylesheets/xnmiroar.css.scss */
  .column-2 {
    margin-top: 20px;
  }
  /* line 6406, app/assets/stylesheets/xnmiroar.css.scss */
  .cart_icon_burger_wrapper {
    align-items: center;
    display: flex;
  }
  /* line 6411, app/assets/stylesheets/xnmiroar.css.scss */
  .checkout {
    justify-content: space-between;
    width: 100%;
    padding-top: 11px;
    padding-bottom: 11px;
    padding-left: 35px;
  }
  /* line 6419, app/assets/stylesheets/xnmiroar.css.scss */
  .menu_icon {
    height: 40px;
  }
  /* line 6423, app/assets/stylesheets/xnmiroar.css.scss */
  .cart_icon_wrapper.nav_bar {
    margin-left: 0;
    margin-right: 10px;
    display: block;
  }
  /* line 6429, app/assets/stylesheets/xnmiroar.css.scss */
  .popup_slider_wrapper {
    width: 80%;
    padding-bottom: 80%;
  }
  /* line 6434, app/assets/stylesheets/xnmiroar.css.scss */
  .popup_wrapper {
    bottom: auto;
    left: 10%;
    right: 10%;
  }
  /* line 6440, app/assets/stylesheets/xnmiroar.css.scss */
  .popup_content {
    padding-left: 5%;
    padding-right: 5%;
  }
  /* line 6445, app/assets/stylesheets/xnmiroar.css.scss */
  .close-icon {
    width: 29px;
    height: 20px;
  }
  /* line 6450, app/assets/stylesheets/xnmiroar.css.scss */
  .coupon_preview, .coupon_preview_image, .coupon_order_form {
    width: 60%;
  }
  /* line 6454, app/assets/stylesheets/xnmiroar.css.scss */
  .columns-14 {
    flex-direction: column;
    margin-left: 20px;
  }
  /* line 6459, app/assets/stylesheets/xnmiroar.css.scss */
  .upload_photo_quality_button {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    justify-content: space-between;
    align-items: center;
    display: flex;
  }
  /* line 6467, app/assets/stylesheets/xnmiroar.css.scss */
  .column-23 {
    z-index: 1;
    background-color: #f8f6f1;
    align-items: center;
    position: sticky;
    top: 0;
  }
  /* line 6475, app/assets/stylesheets/xnmiroar.css.scss */
  .slider-7 {
    min-height: 300px;
  }
  /* line 6479, app/assets/stylesheets/xnmiroar.css.scss */
  .column-24 {
    margin-top: 20px;
  }
  /* line 6483, app/assets/stylesheets/xnmiroar.css.scss */
  .no_thankyou {
    color: #000;
    margin-top: 10px;
    font-weight: 700;
  }
  /* line 6489, app/assets/stylesheets/xnmiroar.css.scss */
  .heading-13 {
    text-align: center;
  }
  /* line 6493, app/assets/stylesheets/xnmiroar.css.scss */
  .paragraph-7 {
    font-weight: 400;
  }
  /* line 6497, app/assets/stylesheets/xnmiroar.css.scss */
  .order_view_popup_wrapper {
    z-index: 1000;
    background-color: #e6e6e6c2;
    position: fixed;
    inset: 0%;
  }
  /* line 6504, app/assets/stylesheets/xnmiroar.css.scss */
  .image-15 {
    width: 29px;
    height: 20px;
  }
  /* line 6509, app/assets/stylesheets/xnmiroar.css.scss */
  .order_view_popup {
    z-index: 3000;
    background-color: #fff;
    border-radius: 4px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 40px 20px 30px;
    display: flex;
    position: absolute;
    top: 5%;
    left: 10%;
    right: 10%;
    box-shadow: 0 2px 5px #0003;
  }
  /* line 6525, app/assets/stylesheets/xnmiroar.css.scss */
  .checkout_pricing_summary_wrapper {
    width: 40%;
  }
  /* line 6529, app/assets/stylesheets/xnmiroar.css.scss */
  .confirmation_container {
    width: 95%;
    padding-left: 20px;
    padding-right: 20px;
  }
  /* line 6535, app/assets/stylesheets/xnmiroar.css.scss */
  .nav_bar_container_reduced {
    margin-left: 0;
    margin-right: 0;
  }
  /* line 6540, app/assets/stylesheets/xnmiroar.css.scss */
  .grid-5 {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
  /* line 6544, app/assets/stylesheets/xnmiroar.css.scss */
  .after_checkout_section {
    background-color: #f8f6f1;
  }
  /* line 6548, app/assets/stylesheets/xnmiroar.css.scss */
  .after_checkout_team_image {
    margin-left: auto;
    margin-right: auto;
  }
  /* line 6553, app/assets/stylesheets/xnmiroar.css.scss */
  .after_checkout_team_image_wrapper {
    width: 60%;
  }
  /* line 6557, app/assets/stylesheets/xnmiroar.css.scss */
  .after_checkout_next_button {
    width: 100%;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
  }
  /* line 6565, app/assets/stylesheets/xnmiroar.css.scss */
  .signatues_image {
    width: 60%;
  }
  /* line 6569, app/assets/stylesheets/xnmiroar.css.scss */
  .columns-15 {
    flex-direction: column;
    margin-left: 20px;
  }
  /* line 6574, app/assets/stylesheets/xnmiroar.css.scss */
  .heading-14 {
    width: 30%;
  }
  /* line 6578, app/assets/stylesheets/xnmiroar.css.scss */
  .column-25 {
    align-items: center;
  }
  /* line 6582, app/assets/stylesheets/xnmiroar.css.scss */
  .column-26 {
    margin-top: 20px;
  }
  /* line 6586, app/assets/stylesheets/xnmiroar.css.scss */
  .image-16, .image-17 {
    width: 29px;
    height: 20px;
  }
  /* line 6591, app/assets/stylesheets/xnmiroar.css.scss */
  .after_checkout_image_preview_wrapper {
    width: 100%;
  }
  /* line 6595, app/assets/stylesheets/xnmiroar.css.scss */
  .after_checkout_option_wrapper {
    width: 70%;
  }
  /* line 6599, app/assets/stylesheets/xnmiroar.css.scss */
  .after_checkout_preview {
    margin-right: auto;
  }
  /* line 6603, app/assets/stylesheets/xnmiroar.css.scss */
  .m_input {
    margin-right: 0;
  }
  /* line 6607, app/assets/stylesheets/xnmiroar.css.scss */
  .header_wrapper {
    flex-direction: row;
  }
  /* line 6611, app/assets/stylesheets/xnmiroar.css.scss */
  .input_wrapper.half_width_left {
    padding-right: 5px;
  }
  /* line 6615, app/assets/stylesheets/xnmiroar.css.scss */
  .input_wrapper.half_width_right {
    padding-left: 5px;
  }
  /* line 6619, app/assets/stylesheets/xnmiroar.css.scss */
  .payment_wrapper_small {
    flex-direction: row;
    width: 100%;
  }
  /* line 6624, app/assets/stylesheets/xnmiroar.css.scss */
  .heading-16 {
    width: 30%;
  }
  /* line 6628, app/assets/stylesheets/xnmiroar.css.scss */
  .heading-16.half_width {
    text-align: center;
  }
  /* line 6632, app/assets/stylesheets/xnmiroar.css.scss */
  .payment_logo_small {
    margin-top: 5px;
    margin-bottom: 5px;
  }
  /* line 6637, app/assets/stylesheets/xnmiroar.css.scss */
  .checkbox-2 {
    flex: none;
    margin-right: 20px;
  }
  /* line 6642, app/assets/stylesheets/xnmiroar.css.scss */
  .no_frame_checkout_spacer {
    height: 0;
  }
  /* line 6646, app/assets/stylesheets/xnmiroar.css.scss */
  .checkout_conclusion_wrapper {
    width: 80%;
  }
  /* line 6650, app/assets/stylesheets/xnmiroar.css.scss */
  .order_now_text {
    font-size: 16px;
  }
  /* line 6654, app/assets/stylesheets/xnmiroar.css.scss */
  .field-wrap {
    width: 100%;
  }
  /* line 6658, app/assets/stylesheets/xnmiroar.css.scss */
  .form_heading {
    width: 30%;
  }
  /* line 6662, app/assets/stylesheets/xnmiroar.css.scss */
  .form_heading.half_width {
    text-align: center;
  }
  /* line 6666, app/assets/stylesheets/xnmiroar.css.scss */
  .checkout_illustration_warning {
    font-size: 15px;
    line-height: 17px;
  }
  /* line 6671, app/assets/stylesheets/xnmiroar.css.scss */
  .grid-4 {
    grid-template-columns: 1fr;
  }
  /* line 6675, app/assets/stylesheets/xnmiroar.css.scss */
  .previews_wrapper {
    margin-bottom: 0;
  }
  /* line 6679, app/assets/stylesheets/xnmiroar.css.scss */
  .calendar_wrapper {
    width: 80%;
  }
  /* line 6683, app/assets/stylesheets/xnmiroar.css.scss */
  .next_step_button {
    width: 70%;
  }
  /* line 6687, app/assets/stylesheets/xnmiroar.css.scss */
  .image-18 {
    width: 29px;
    height: 20px;
  }
  /* line 6692, app/assets/stylesheets/xnmiroar.css.scss */
  .recommended_wrapper {
    align-items: center;
    font-size: 10px;
  }
  /* line 6697, app/assets/stylesheets/xnmiroar.css.scss */
  .wa_chat_wrapper {
    z-index: 1000;
    width: 50%;
    height: 170px;
    display: block;
    position: fixed;
    bottom: 90px;
    right: 15px;
  }
  /* line 6707, app/assets/stylesheets/xnmiroar.css.scss */
  .wa_chat_wrapper.uplifted {
    bottom: 140px;
  }
  /* line 6711, app/assets/stylesheets/xnmiroar.css.scss */
  .wa_chat_wrapper.upliftedextra {
    bottom: 170px;
  }
  /* line 6715, app/assets/stylesheets/xnmiroar.css.scss */
  .wa_chat_footer {
    border-top: 28px solid #fff;
    border-left: 28px solid #0000;
    width: 16px;
    margin-right: 0;
    padding-bottom: 0;
    padding-right: 0;
    position: absolute;
    right: 0;
  }
  /* line 6726, app/assets/stylesheets/xnmiroar.css.scss */
  .wa_chat_info {
    background-color: #fff;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 10px;
    flex-direction: column;
    align-items: center;
    padding: 15px 40px 15px 10px;
    display: flex;
    box-shadow: 0 0 15px 15px #0003;
  }
  /* line 6738, app/assets/stylesheets/xnmiroar.css.scss */
  .support_wrapper {
    align-items: center;
    display: flex;
  }
  /* line 6743, app/assets/stylesheets/xnmiroar.css.scss */
  .wa_button_popup {
    color: #000;
    text-align: center;
    background-color: #12af00;
    border-radius: 5px;
    margin-left: auto;
    margin-right: auto;
    font-weight: 700;
  }
  /* line 6753, app/assets/stylesheets/xnmiroar.css.scss */
  .paragraph-6 {
    text-align: center;
  }
  /* line 6757, app/assets/stylesheets/xnmiroar.css.scss */
  .hoodie_slide_container {
    justify-content: center;
    align-items: center;
    display: flex;
  }
  /* line 6763, app/assets/stylesheets/xnmiroar.css.scss */
  .hoodie_configurator_columns {
    flex-direction: column;
    margin-left: 20px;
  }
  /* line 6768, app/assets/stylesheets/xnmiroar.css.scss */
  .hoodie_column {
    z-index: 110;
    background-color: #f8f6f1;
    align-items: center;
    padding-left: 0%;
    padding-right: 0%;
    position: sticky;
    top: 0;
  }
  /* line 6778, app/assets/stylesheets/xnmiroar.css.scss */
  .hoodie_configurator_preview {
    justify-content: center;
    align-items: center;
    display: flex;
  }
  /* line 6784, app/assets/stylesheets/xnmiroar.css.scss */
  .language-switcher {
    flex: none;
  }
  /* line 6788, app/assets/stylesheets/xnmiroar.css.scss */
  .language-switcher.desktop {
    display: none;
  }
  /* line 6792, app/assets/stylesheets/xnmiroar.css.scss */
  .language-switcher.mobile {
    padding-right: 10px;
    display: flex;
  }
  /* line 6797, app/assets/stylesheets/xnmiroar.css.scss */
  .fixed_nav_menu_inner_wrapper {
    align-items: center;
    height: 100%;
    display: flex;
  }
  /* line 6803, app/assets/stylesheets/xnmiroar.css.scss */
  .fixed_nav_menu_inner_wrapper.mobile {
    display: block;
  }
  /* line 6807, app/assets/stylesheets/xnmiroar.css.scss */
  .after_checkout_option_wrapper-copy, .language_option_wrapper, .select_language_popup_button_wrapper {
    width: 70%;
  }
  /* line 6811, app/assets/stylesheets/xnmiroar.css.scss */
  .select_partner_popup_button_wrapper {
    width: 100%;
  }
  /* line 6815, app/assets/stylesheets/xnmiroar.css.scss */
  .popup_scrollable_content {
    padding-left: 5%;
    padding-right: 5%;
  }
  /* line 6820, app/assets/stylesheets/xnmiroar.css.scss */
  .social_proof_landing {
    margin-top: 5px;
  }
  /* line 6824, app/assets/stylesheets/xnmiroar.css.scss */
  .draw_icon {
    margin-left: 0;
    margin-right: 0;
  }
  /* line 6829, app/assets/stylesheets/xnmiroar.css.scss */
  .grid-6 {
    place-items: stretch stretch;
  }
  /* line 6833, app/assets/stylesheets/xnmiroar.css.scss */
  .comparison_grid_element.winner {
    justify-content: center;
    align-items: center;
    padding-top: 0;
    padding-bottom: 0;
  }
  /* line 6840, app/assets/stylesheets/xnmiroar.css.scss */
  .quick-stack-2 {
    grid-column-gap: 10px;
  }
  /* line 6844, app/assets/stylesheets/xnmiroar.css.scss */
  .quick-stack-3 {
    padding-left: 0;
    padding-right: 0;
  }
  /* line 6849, app/assets/stylesheets/xnmiroar.css.scss */
  .benefit_company_title, .benefit_company_title.align_right, .benefit_company_paragraph {
    text-align: center;
  }
  /* line 6853, app/assets/stylesheets/xnmiroar.css.scss */
  .benefit_company_image {
    width: 10000px;
  }
  /* line 6857, app/assets/stylesheets/xnmiroar.css.scss */
  .benefit_company_column {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    flex: 1;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
  }
  /* line 6869, app/assets/stylesheets/xnmiroar.css.scss */
  .customer_sample_slide {
    flex: 1;
  }
  /* line 6873, app/assets/stylesheets/xnmiroar.css.scss */
  .bestseller_product_heading {
    font-size: 18px;
    line-height: 20px;
  }
  /* line 6878, app/assets/stylesheets/xnmiroar.css.scss */
  .countdown_wrapper.fixed_footer {
    z-index: 500;
    background-color: #ffffffe6;
    justify-content: center;
    align-items: center;
    height: 30px;
    margin-right: 0;
    position: fixed;
    bottom: 55px;
    left: 0;
    right: 0;
  }
  /* line 6891, app/assets/stylesheets/xnmiroar.css.scss */
  .cell-2 {
    justify-content: center;
    align-items: center;
  }
  /* line 6896, app/assets/stylesheets/xnmiroar.css.scss */
  .after_delivery_container_wrapper {
    width: 70%;
  }
}

@media screen and (max-width: 767px) {
  /* line 6902, app/assets/stylesheets/xnmiroar.css.scss */
  .overall-hero-title {
    font-size: 30px;
    line-height: 33px;
  }
  /* line 6907, app/assets/stylesheets/xnmiroar.css.scss */
  .overall-hero-title.test {
    margin-top: 0;
  }
  /* line 6911, app/assets/stylesheets/xnmiroar.css.scss */
  .landing_page_product {
    padding-top: 0;
    padding-bottom: 25px;
  }
  /* line 6916, app/assets/stylesheets/xnmiroar.css.scss */
  .section {
    padding: 25px;
  }
  /* line 6920, app/assets/stylesheets/xnmiroar.css.scss */
  .section.headermobilesection {
    padding-top: 0;
    padding-bottom: 40px;
  }
  /* line 6925, app/assets/stylesheets/xnmiroar.css.scss */
  .newsletter_button {
    width: 100%;
    margin-right: 0;
  }
  /* line 6930, app/assets/stylesheets/xnmiroar.css.scss */
  .popover_heading_size {
    text-align: center;
    width: 100%;
    margin-right: 0;
  }
  /* line 6936, app/assets/stylesheets/xnmiroar.css.scss */
  .section-title {
    margin-bottom: 10px;
    font-size: 26px;
    line-height: 30px;
  }
  /* line 6942, app/assets/stylesheets/xnmiroar.css.scss */
  .newsletter_wrapper {
    width: 80%;
  }
  /* line 6946, app/assets/stylesheets/xnmiroar.css.scss */
  .newsletter_input {
    text-align: center;
  }
  /* line 6950, app/assets/stylesheets/xnmiroar.css.scss */
  .newsletter-form {
    flex-direction: column;
  }
  /* line 6954, app/assets/stylesheets/xnmiroar.css.scss */
  .tabs {
    width: 100%;
  }
  /* line 6958, app/assets/stylesheets/xnmiroar.css.scss */
  .popover_step_wrapper {
    flex-direction: column;
    align-items: center;
  }
  /* line 6963, app/assets/stylesheets/xnmiroar.css.scss */
  .bottom-footer-paragraph {
    float: none;
    margin-bottom: 7px;
  }
  /* line 6968, app/assets/stylesheets/xnmiroar.css.scss */
  .bottom-footer-paragraph.dark {
    float: none;
  }
  /* line 6972, app/assets/stylesheets/xnmiroar.css.scss */
  .background_wrapper {
    max-height: 80%;
  }
  /* line 6976, app/assets/stylesheets/xnmiroar.css.scss */
  .background_wrapper.without_text {
    max-height: none;
  }
  /* line 6980, app/assets/stylesheets/xnmiroar.css.scss */
  .popover_step_price {
    flex-direction: column;
    align-items: center;
  }
  /* line 6985, app/assets/stylesheets/xnmiroar.css.scss */
  .customer_text_preview {
    height: 11%;
  }
  /* line 6989, app/assets/stylesheets/xnmiroar.css.scss */
  .overall-hero-description {
    width: 90%;
  }
  /* line 6993, app/assets/stylesheets/xnmiroar.css.scss */
  .normal-cta-button.mobile_hidden {
    display: none;
  }
  /* line 6997, app/assets/stylesheets/xnmiroar.css.scss */
  .step_wrapper.form {
    padding-left: 10px;
    padding-right: 10px;
  }
  /* line 7002, app/assets/stylesheets/xnmiroar.css.scss */
  .main_customer_title {
    font-size: 12px;
    line-height: 14px;
  }
  /* line 7007, app/assets/stylesheets/xnmiroar.css.scss */
  .popover_step_rebate {
    flex-direction: column;
    align-items: center;
  }
  /* line 7012, app/assets/stylesheets/xnmiroar.css.scss */
  .tab {
    padding-left: 10px;
    padding-right: 10px;
  }
  /* line 7017, app/assets/stylesheets/xnmiroar.css.scss */
  .button.outline.test.popover_button {
    margin-top: 20px;
  }
  /* line 7021, app/assets/stylesheets/xnmiroar.css.scss */
  .button.cta-button {
    float: none;
    width: 50%;
  }
  /* line 7026, app/assets/stylesheets/xnmiroar.css.scss */
  .button.check_image_button {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  /* line 7031, app/assets/stylesheets/xnmiroar.css.scss */
  .cta-title-small {
    margin-bottom: 0;
  }
  /* line 7035, app/assets/stylesheets/xnmiroar.css.scss */
  .white-footer {
    padding: 25px;
  }
  /* line 7039, app/assets/stylesheets/xnmiroar.css.scss */
  .header_element_wrapper_christmas, .header_element_wrapper {
    width: 100%;
  }
  /* line 7043, app/assets/stylesheets/xnmiroar.css.scss */
  .nav-link, .nav-link.with-color {
    padding-left: 25px;
  }
  /* line 7047, app/assets/stylesheets/xnmiroar.css.scss */
  .header_element_christmas {
    display: inline-block;
  }
  /* line 7051, app/assets/stylesheets/xnmiroar.css.scss */
  .express_header {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
  /* line 7057, app/assets/stylesheets/xnmiroar.css.scss */
  .header_element {
    display: inline-block;
  }
  /* line 7061, app/assets/stylesheets/xnmiroar.css.scss */
  .navbar {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 10px;
  }
  /* line 7067, app/assets/stylesheets/xnmiroar.css.scss */
  .navbar.white {
    padding-bottom: 10px;
  }
  /* line 7071, app/assets/stylesheets/xnmiroar.css.scss */
  .navbar.white.fixedwalanding {
    margin-bottom: -150px;
  }
  /* line 7075, app/assets/stylesheets/xnmiroar.css.scss */
  .container {
    flex-direction: column;
    align-items: center;
    display: flex;
  }
  /* line 7081, app/assets/stylesheets/xnmiroar.css.scss */
  .section-title-wrapper {
    width: 95%;
    margin-bottom: 40px;
  }
  /* line 7086, app/assets/stylesheets/xnmiroar.css.scss */
  .faq-img {
    min-width: 50px;
    min-height: 40px;
  }
  /* line 7091, app/assets/stylesheets/xnmiroar.css.scss */
  .footer-row {
    padding-left: 25px;
    padding-right: 25px;
  }
  /* line 7096, app/assets/stylesheets/xnmiroar.css.scss */
  .footer-row.white-footer-row {
    padding-left: 0;
    padding-right: 0;
  }
  /* line 7101, app/assets/stylesheets/xnmiroar.css.scss */
  .white-footer-column {
    padding-bottom: 20px;
    padding-left: 0;
    padding-right: 0;
  }
  /* line 7107, app/assets/stylesheets/xnmiroar.css.scss */
  .link-block, .link-block.w--current {
    display: block;
  }
  /* line 7111, app/assets/stylesheets/xnmiroar.css.scss */
  .bottom-footer-block.white-footer-block {
    margin-top: 0;
  }
  /* line 7115, app/assets/stylesheets/xnmiroar.css.scss */
  .dark-footer-title {
    text-align: center;
    margin-bottom: 10px;
  }
  /* line 7120, app/assets/stylesheets/xnmiroar.css.scss */
  .team_images_wrapper {
    flex-direction: column;
  }
  /* line 7124, app/assets/stylesheets/xnmiroar.css.scss */
  .team_image_wrapper {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  /* line 7130, app/assets/stylesheets/xnmiroar.css.scss */
  .footer_padding {
    height: 100px;
  }
  /* line 7134, app/assets/stylesheets/xnmiroar.css.scss */
  .cta_footer_wrapper {
    z-index: 100;
    flex-direction: column;
    align-items: stretch;
    height: 100px;
    display: flex;
    position: fixed;
    inset: auto 0% 0%;
  }
  /* line 7144, app/assets/stylesheets/xnmiroar.css.scss */
  .cta_footer_heading {
    color: #fff;
    text-align: center;
    background-color: #000;
    justify-content: center;
    align-items: center;
    height: 40px;
    margin-top: 0;
    margin-bottom: 0;
    font-size: .7rem;
    font-weight: 600;
    line-height: .8rem;
    display: flex;
  }
  /* line 7159, app/assets/stylesheets/xnmiroar.css.scss */
  .cta_footer {
    background-color: #00a590;
    height: 60px;
    position: relative;
  }
  /* line 7165, app/assets/stylesheets/xnmiroar.css.scss */
  .wa_icon_footer {
    width: 40px;
    margin-right: 10px;
  }
  /* line 7170, app/assets/stylesheets/xnmiroar.css.scss */
  .footer_cta {
    font-size: 30px;
    line-height: 34px;
  }
  /* line 7175, app/assets/stylesheets/xnmiroar.css.scss */
  .arrow_right {
    width: 15px;
  }
  /* line 7179, app/assets/stylesheets/xnmiroar.css.scss */
  .mobile_only_blocker {
    display: none;
  }
  /* line 7183, app/assets/stylesheets/xnmiroar.css.scss */
  .blog_wrapper {
    margin-left: 0%;
    margin-right: 0%;
  }
  /* line 7188, app/assets/stylesheets/xnmiroar.css.scss */
  .blog_paragraph {
    font-size: 15px;
    line-height: 28px;
  }
  /* line 7193, app/assets/stylesheets/xnmiroar.css.scss */
  .add_to_cart_text {
    font-size: 17px;
  }
  /* line 7197, app/assets/stylesheets/xnmiroar.css.scss */
  .person_price_wrapper {
    justify-content: flex-start;
  }
  /* line 7201, app/assets/stylesheets/xnmiroar.css.scss */
  .quality_badge_wrapper {
    width: 120px;
    height: 120px;
    top: -40px;
    left: auto;
    right: -60px;
  }
  /* line 7209, app/assets/stylesheets/xnmiroar.css.scss */
  .editor_placeholder {
    font-size: 20px;
    line-height: 25px;
  }
  /* line 7214, app/assets/stylesheets/xnmiroar.css.scss */
  .paragraph-4 {
    margin-bottom: 0;
  }
  /* line 7218, app/assets/stylesheets/xnmiroar.css.scss */
  .column-21 {
    flex-direction: column;
    justify-content: flex-end;
    margin-bottom: 10px;
    display: flex;
  }
  /* line 7225, app/assets/stylesheets/xnmiroar.css.scss */
  .popup_slider_wrapper {
    width: 90%;
    padding-bottom: 90%;
  }
  /* line 7230, app/assets/stylesheets/xnmiroar.css.scss */
  .popup_wrapper {
    left: 5%;
    right: 5%;
  }
  /* line 7235, app/assets/stylesheets/xnmiroar.css.scss */
  .popup_content {
    justify-content: flex-start;
    margin-left: 0%;
    margin-right: 0%;
    padding-left: 2%;
    padding-right: 2%;
    overflow: scroll;
  }
  /* line 7244, app/assets/stylesheets/xnmiroar.css.scss */
  .close-icon {
    width: 20px;
    height: 20px;
  }
  /* line 7249, app/assets/stylesheets/xnmiroar.css.scss */
  .coupon_preview_image, .coupon_order_form {
    width: 80%;
  }
  /* line 7253, app/assets/stylesheets/xnmiroar.css.scss */
  .columns-14.no_padding {
    margin-top: 0;
  }
  /* line 7257, app/assets/stylesheets/xnmiroar.css.scss */
  .upload_photo_quality_button {
    align-items: center;
  }
  /* line 7261, app/assets/stylesheets/xnmiroar.css.scss */
  .column-24.no_padding {
    margin-top: 0;
  }
  /* line 7265, app/assets/stylesheets/xnmiroar.css.scss */
  .image-15 {
    width: 20px;
    height: 20px;
  }
  /* line 7270, app/assets/stylesheets/xnmiroar.css.scss */
  .checkout_pricing_summary_wrapper {
    width: 50%;
  }
  /* line 7274, app/assets/stylesheets/xnmiroar.css.scss */
  .confirmation_summary_heading {
    text-align: center;
  }
  /* line 7278, app/assets/stylesheets/xnmiroar.css.scss */
  .additional_elements_wrapper {
    margin-left: 10px;
  }
  /* line 7282, app/assets/stylesheets/xnmiroar.css.scss */
  .after_checkout_next_button_text {
    font-size: 17px;
  }
  /* line 7286, app/assets/stylesheets/xnmiroar.css.scss */
  .after_checkout_team_image_wrapper, .signatues_image {
    width: 70%;
  }
  /* line 7290, app/assets/stylesheets/xnmiroar.css.scss */
  .column-27 {
    flex-direction: column;
    justify-content: flex-end;
    margin-bottom: 10px;
    display: flex;
  }
  /* line 7297, app/assets/stylesheets/xnmiroar.css.scss */
  .image-16 {
    width: 20px;
    height: 20px;
  }
  /* line 7302, app/assets/stylesheets/xnmiroar.css.scss */
  .column-29 {
    flex-direction: column;
    justify-content: flex-end;
    margin-bottom: 10px;
    display: flex;
  }
  /* line 7309, app/assets/stylesheets/xnmiroar.css.scss */
  .image-17 {
    width: 20px;
    height: 20px;
  }
  /* line 7314, app/assets/stylesheets/xnmiroar.css.scss */
  .after_checkout_option_wrapper {
    width: 80%;
  }
  /* line 7318, app/assets/stylesheets/xnmiroar.css.scss */
  .payment_wrapper_small {
    flex-direction: row;
  }
  /* line 7322, app/assets/stylesheets/xnmiroar.css.scss */
  .form-block-4 {
    width: 90%;
  }
  /* line 7326, app/assets/stylesheets/xnmiroar.css.scss */
  .payment_logo_small.logo_hidden {
    display: none;
  }
  /* line 7330, app/assets/stylesheets/xnmiroar.css.scss */
  .add_image_heading {
    font-size: 18px;
    line-height: 18px;
  }
  /* line 7335, app/assets/stylesheets/xnmiroar.css.scss */
  .checkout_conclusion_wrapper {
    width: 90%;
  }
  /* line 7339, app/assets/stylesheets/xnmiroar.css.scss */
  .new_cart_edit_button_wrapper {
    width: 80%;
  }
  /* line 7343, app/assets/stylesheets/xnmiroar.css.scss */
  .checkout_illustration_warning {
    margin-top: 5px;
    margin-bottom: 5px;
  }
  /* line 7348, app/assets/stylesheets/xnmiroar.css.scss */
  .form-block-6, .calendar_wrapper {
    width: 90%;
  }
  /* line 7352, app/assets/stylesheets/xnmiroar.css.scss */
  .next_step_button {
    width: 80%;
  }
  /* line 7356, app/assets/stylesheets/xnmiroar.css.scss */
  .column-31 {
    flex-direction: column;
    justify-content: flex-end;
    margin-bottom: 10px;
    display: flex;
  }
  /* line 7363, app/assets/stylesheets/xnmiroar.css.scss */
  .image-18 {
    width: 20px;
    height: 20px;
  }
  /* line 7368, app/assets/stylesheets/xnmiroar.css.scss */
  .wa_chat_wrapper {
    width: 70%;
  }
  /* line 7372, app/assets/stylesheets/xnmiroar.css.scss */
  .hoodie_configurator_columns.no_padding {
    margin-top: 0;
  }
  /* line 7376, app/assets/stylesheets/xnmiroar.css.scss */
  .hoodie_slide_footer {
    background-color: var(--light-sea-green);
    text-align: center;
  }
  /* line 7381, app/assets/stylesheets/xnmiroar.css.scss */
  .slide-8 {
    height: 100%;
  }
  /* line 7385, app/assets/stylesheets/xnmiroar.css.scss */
  .after_checkout_option_wrapper-copy, .language_option_wrapper, .select_language_popup_button_wrapper, .select_partner_popup_button_wrapper {
    width: 80%;
  }
  /* line 7389, app/assets/stylesheets/xnmiroar.css.scss */
  .popup_scrollable_content {
    justify-content: flex-start;
    margin-left: 0%;
    margin-right: 0%;
    padding-left: 2%;
    padding-right: 2%;
    overflow: scroll;
  }
  /* line 7398, app/assets/stylesheets/xnmiroar.css.scss */
  .comparison_grid_element.normal_button {
    border-bottom-style: none;
  }
  /* line 7402, app/assets/stylesheets/xnmiroar.css.scss */
  .bestseller_shop_now_button {
    width: 100%;
  }
  /* line 7406, app/assets/stylesheets/xnmiroar.css.scss */
  .benefit_company_columns {
    flex-flow: column;
  }
  /* line 7410, app/assets/stylesheets/xnmiroar.css.scss */
  .benefit_company_columns.reverse {
    flex-flow: column-reverse;
  }
  /* line 7414, app/assets/stylesheets/xnmiroar.css.scss */
  .product_addititional_info_title {
    font-size: 30px;
    line-height: 34px;
  }
  /* line 7419, app/assets/stylesheets/xnmiroar.css.scss */
  .customer_sample_slide {
    min-width: 200px;
  }
  /* line 7423, app/assets/stylesheets/xnmiroar.css.scss */
  .customer_sample_wrapper {
    justify-content: flex-start;
    align-items: stretch;
    padding-bottom: 10px;
    overflow: scroll;
  }
  /* line 7430, app/assets/stylesheets/xnmiroar.css.scss */
  .flag_image {
    height: 60px;
  }
  /* line 7434, app/assets/stylesheets/xnmiroar.css.scss */
  .add_main_product_again {
    padding-left: 10%;
    padding-right: 10%;
  }
  /* line 7439, app/assets/stylesheets/xnmiroar.css.scss */
  .checkout_icon {
    width: 25px;
  }
  /* line 7443, app/assets/stylesheets/xnmiroar.css.scss */
  .checkout_icon.smaller {
    width: 16px;
  }
}

@media screen and (max-width: 479px) {
  /* line 7449, app/assets/stylesheets/xnmiroar.css.scss */
  h1 {
    font-size: 31px;
    line-height: 37px;
  }
  /* line 7454, app/assets/stylesheets/xnmiroar.css.scss */
  .selection {
    align-items: center;
    display: flex;
  }
  /* line 7459, app/assets/stylesheets/xnmiroar.css.scss */
  .selection.segmented {
    border: 1px solid #ddd;
    width: 100%;
    font-weight: 300;
  }
  /* line 7465, app/assets/stylesheets/xnmiroar.css.scss */
  .selection.segmented._40_50 {
    width: 72px;
    height: 90px;
  }
  /* line 7470, app/assets/stylesheets/xnmiroar.css.scss */
  .selection.segmented._50_70 {
    width: 90px;
    height: 126px;
  }
  /* line 7475, app/assets/stylesheets/xnmiroar.css.scss */
  .selection.segmented._30_40 {
    flex: none;
    width: 54px;
    height: 72px;
    font-size: 12px;
  }
  /* line 7482, app/assets/stylesheets/xnmiroar.css.scss */
  .selection.segmented._30_40.selected {
    width: 54px;
    height: 72px;
    font-size: 12px;
  }
  /* line 7488, app/assets/stylesheets/xnmiroar.css.scss */
  .selection.color_selection.beige, .selection.color_selection.white {
    color: #ebebeb;
    display: block;
  }
  /* line 7493, app/assets/stylesheets/xnmiroar.css.scss */
  .selection.color_selection.grey {
    background-color: #ebebeb;
  }
  /* line 7497, app/assets/stylesheets/xnmiroar.css.scss */
  .selection.color_selection.ivory {
    background-color: ivory;
    border: 1px solid #8b8b8b;
  }
  /* line 7502, app/assets/stylesheets/xnmiroar.css.scss */
  .selection.color_selection.nblue {
    background-color: #274472;
  }
  /* line 7506, app/assets/stylesheets/xnmiroar.css.scss */
  .selection.hoodie_color_selection.beige, .selection.hoodie_color_selection.white {
    color: #ebebeb;
    display: block;
  }
  /* line 7511, app/assets/stylesheets/xnmiroar.css.scss */
  .selection.hoodie_color_selection.grey {
    background-color: #ebebeb;
  }
  /* line 7515, app/assets/stylesheets/xnmiroar.css.scss */
  .selection.hoodie_color_selection.ivory {
    background-color: ivory;
    border: 1px solid #8b8b8b;
  }
  /* line 7520, app/assets/stylesheets/xnmiroar.css.scss */
  .interactive-examples-right-column {
    align-items: center;
    width: 40%;
    margin-left: 0%;
    transition: margin-left .4s;
  }
  /* line 7527, app/assets/stylesheets/xnmiroar.css.scss */
  .mobile_gradient {
    background-image: linear-gradient(#f7f4ed 29%, #fff0);
    height: 150px;
    padding-bottom: 0;
    padding-right: 0;
  }
  /* line 7534, app/assets/stylesheets/xnmiroar.css.scss */
  .rebate_heading {
    text-align: left;
    flex: 1;
    margin-top: 0;
    margin-bottom: 0;
    padding-right: 10px;
    font-size: 15px;
    font-weight: 600;
    line-height: 20px;
    display: inline-block;
  }
  /* line 7546, app/assets/stylesheets/xnmiroar.css.scss */
  .pricing_title {
    font-size: 1.7rem;
  }
  /* line 7550, app/assets/stylesheets/xnmiroar.css.scss */
  .full-hero-content-block {
    margin-top: 40px;
    margin-bottom: 0;
  }
  /* line 7555, app/assets/stylesheets/xnmiroar.css.scss */
  .full-hero-content-block.test {
    width: 100%;
    margin-bottom: 60px;
    margin-left: auto;
  }
  /* line 7561, app/assets/stylesheets/xnmiroar.css.scss */
  .overall-hero-title {
    color: #000;
    font-size: 27px;
    line-height: 31px;
  }
  /* line 7567, app/assets/stylesheets/xnmiroar.css.scss */
  .overall-hero-title.test {
    text-align: center;
    font-size: 2rem;
    line-height: 2.2rem;
  }
  /* line 7573, app/assets/stylesheets/xnmiroar.css.scss */
  .landing_page_product {
    padding: 0 0 25px;
  }
  /* line 7577, app/assets/stylesheets/xnmiroar.css.scss */
  .landing_page_size_title {
    font-size: 18px;
    line-height: 20px;
  }
  /* line 7582, app/assets/stylesheets/xnmiroar.css.scss */
  .production_tab {
    justify-content: center;
  }
  /* line 7586, app/assets/stylesheets/xnmiroar.css.scss */
  .image-hero-new {
    display: none;
  }
  /* line 7590, app/assets/stylesheets/xnmiroar.css.scss */
  .section {
    padding: 25px 0;
  }
  /* line 7594, app/assets/stylesheets/xnmiroar.css.scss */
  .section.example_pictures {
    justify-content: flex-start;
    padding-left: 0;
    padding-right: 0;
    overflow: scroll;
  }
  /* line 7601, app/assets/stylesheets/xnmiroar.css.scss */
  .section.example_sizes {
    width: 100%;
  }
  /* line 7605, app/assets/stylesheets/xnmiroar.css.scss */
  .section.lr_padding {
    padding-left: 0;
    padding-right: 0;
  }
  /* line 7610, app/assets/stylesheets/xnmiroar.css.scss */
  .section.cta-section-descriptive {
    background-color: #f7f4ed;
    padding: 25px 20px;
  }
  /* line 7615, app/assets/stylesheets/xnmiroar.css.scss */
  .section.headermobilesection {
    background-color: #f7f4ed;
  }
  /* line 7619, app/assets/stylesheets/xnmiroar.css.scss */
  .section.no_padding {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }
  /* line 7625, app/assets/stylesheets/xnmiroar.css.scss */
  .review_heading {
    width: 90%;
    font-size: 1.75rem;
    line-height: 2rem;
  }
  /* line 7631, app/assets/stylesheets/xnmiroar.css.scss */
  .left-arrow {
    display: none;
  }
  /* line 7635, app/assets/stylesheets/xnmiroar.css.scss */
  .slider-3 {
    width: 100%;
  }
  /* line 7639, app/assets/stylesheets/xnmiroar.css.scss */
  .interactive-examples-wrapper {
    justify-content: flex-start;
    width: 200%;
  }
  /* line 7644, app/assets/stylesheets/xnmiroar.css.scss */
  .popover_heading_size {
    text-align: center;
    width: 100%;
    margin-bottom: 0;
    font-weight: 600;
  }
  /* line 7651, app/assets/stylesheets/xnmiroar.css.scss */
  .text-block-17 {
    font-size: 11px;
  }
  /* line 7655, app/assets/stylesheets/xnmiroar.css.scss */
  .section-title {
    font-size: 25px;
    line-height: 26px;
  }
  /* line 7660, app/assets/stylesheets/xnmiroar.css.scss */
  .section-title.no_bottom_margin {
    padding-left: 5px;
    padding-right: 5px;
  }
  /* line 7665, app/assets/stylesheets/xnmiroar.css.scss */
  .section-title.mobile_lr_margin {
    margin-left: 10px;
    margin-right: 10px;
  }
  /* line 7670, app/assets/stylesheets/xnmiroar.css.scss */
  .newsletter_wrapper {
    width: 100%;
  }
  /* line 7674, app/assets/stylesheets/xnmiroar.css.scss */
  .size_preview {
    width: 100%;
    margin-bottom: 40px;
  }
  /* line 7679, app/assets/stylesheets/xnmiroar.css.scss */
  .size_preview._30_40 {
    align-items: center;
  }
  /* line 7683, app/assets/stylesheets/xnmiroar.css.scss */
  .size_preview._50x70 {
    width: 100%;
  }
  /* line 7687, app/assets/stylesheets/xnmiroar.css.scss */
  .list_paragraph {
    text-align: center;
    line-height: 17px;
  }
  /* line 7692, app/assets/stylesheets/xnmiroar.css.scss */
  .main_customer_subtitle {
    margin-top: 0;
    margin-bottom: 5px;
    font-size: 8px;
    display: block;
  }
  /* line 7699, app/assets/stylesheets/xnmiroar.css.scss */
  .image-hero-mobile {
    display: block;
  }
  /* line 7703, app/assets/stylesheets/xnmiroar.css.scss */
  .columns-5 {
    flex-direction: column;
  }
  /* line 7707, app/assets/stylesheets/xnmiroar.css.scss */
  .payment_logo {
    margin-left: 0;
    margin-right: 0;
  }
  /* line 7712, app/assets/stylesheets/xnmiroar.css.scss */
  .event_type_button {
    margin: 4px 2px;
    padding: 4px 10px;
    font-size: 15px;
    line-height: 18px;
  }
  /* line 7719, app/assets/stylesheets/xnmiroar.css.scss */
  .landing_page_example_square {
    width: 90%;
    padding-top: 90%;
  }
  /* line 7724, app/assets/stylesheets/xnmiroar.css.scss */
  .phone_wrapper {
    margin-top: 0;
  }
  /* line 7728, app/assets/stylesheets/xnmiroar.css.scss */
  .phone_wrapper.overlaping {
    margin-top: -170px;
  }
  /* line 7732, app/assets/stylesheets/xnmiroar.css.scss */
  .popover_background {
    width: 95%;
    padding-top: 10px;
    padding-bottom: 20px;
    left: 2%;
    right: 2%;
  }
  /* line 7740, app/assets/stylesheets/xnmiroar.css.scss */
  .popover_background.with_header {
    padding-top: 40px;
  }
  /* line 7744, app/assets/stylesheets/xnmiroar.css.scss */
  .half-width-container {
    width: 100%;
  }
  /* line 7748, app/assets/stylesheets/xnmiroar.css.scss */
  .tabs {
    width: 95%;
  }
  /* line 7752, app/assets/stylesheets/xnmiroar.css.scss */
  .list_heading {
    text-align: center;
    margin-top: 0;
    font-size: 20px;
  }
  /* line 7758, app/assets/stylesheets/xnmiroar.css.scss */
  .preview_wrapper {
    background-color: #fff;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 0;
    display: flex;
    position: absolute;
  }
  /* line 7768, app/assets/stylesheets/xnmiroar.css.scss */
  .preview_wrapper._30_40 {
    left: 12.5%;
    right: 12.5%;
  }
  /* line 7773, app/assets/stylesheets/xnmiroar.css.scss */
  .preview_wrapper.landing_page._50_70 {
    left: 14%;
    right: 14%;
  }
  /* line 7778, app/assets/stylesheets/xnmiroar.css.scss */
  .preview_wrapper.horizontal {
    inset: 10% 0%;
  }
  /* line 7782, app/assets/stylesheets/xnmiroar.css.scss */
  .background_wrapper {
    z-index: 2;
    justify-content: flex-start;
    align-items: center;
    display: flex;
    position: absolute;
  }
  /* line 7790, app/assets/stylesheets/xnmiroar.css.scss */
  .event_button_row {
    margin-bottom: 0;
  }
  /* line 7794, app/assets/stylesheets/xnmiroar.css.scss */
  .list-item {
    flex-direction: column;
    padding-left: 0;
  }
  /* line 7799, app/assets/stylesheets/xnmiroar.css.scss */
  .customer_text_preview {
    justify-content: center;
    height: 12%;
    display: flex;
  }
  /* line 7805, app/assets/stylesheets/xnmiroar.css.scss */
  .heading {
    text-align: left;
    width: 100%;
    margin-bottom: 5px;
    font-weight: 600;
  }
  /* line 7812, app/assets/stylesheets/xnmiroar.css.scss */
  .heading.full_width {
    text-align: center;
  }
  /* line 7816, app/assets/stylesheets/xnmiroar.css.scss */
  .landing_benefits_section {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  /* line 7821, app/assets/stylesheets/xnmiroar.css.scss */
  .popover {
    overflow: scroll;
  }
  /* line 7825, app/assets/stylesheets/xnmiroar.css.scss */
  .right-arrow {
    display: none;
  }
  /* line 7829, app/assets/stylesheets/xnmiroar.css.scss */
  .footer_columns {
    margin-left: 5px;
    margin-right: 5px;
  }
  /* line 7834, app/assets/stylesheets/xnmiroar.css.scss */
  .mask {
    overflow: hidden;
  }
  /* line 7838, app/assets/stylesheets/xnmiroar.css.scss */
  .line_item {
    padding-bottom: 5px;
  }
  /* line 7842, app/assets/stylesheets/xnmiroar.css.scss */
  .main_wrapper {
    width: 100%;
    padding-top: 90px;
    padding-left: 0;
    padding-right: 0;
    overflow: hidden;
  }
  /* line 7850, app/assets/stylesheets/xnmiroar.css.scss */
  .overall-hero-description {
    color: #000;
    font-size: 14px;
    line-height: 22px;
  }
  /* line 7856, app/assets/stylesheets/xnmiroar.css.scss */
  .overall-hero-description.test.mobile {
    text-align: center;
    width: 100%;
    font-size: 1.25rem;
  }
  /* line 7862, app/assets/stylesheets/xnmiroar.css.scss */
  .hero_background_image {
    min-height: 200px;
  }
  /* line 7866, app/assets/stylesheets/xnmiroar.css.scss */
  .insta_post_header_group.like_header {
    display: none;
  }
  /* line 7870, app/assets/stylesheets/xnmiroar.css.scss */
  .phone_content {
    top: 0;
  }
  /* line 7874, app/assets/stylesheets/xnmiroar.css.scss */
  .pricing_block {
    text-align: right;
    flex: 1;
    margin-top: 0;
    padding-left: 0;
    padding-right: 0;
    font-size: 30px;
    font-weight: 700;
    line-height: 32px;
  }
  /* line 7885, app/assets/stylesheets/xnmiroar.css.scss */
  .normal-cta-button {
    width: 90%;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    padding: 15px;
    font-size: 15px;
    line-height: 20px;
    display: block;
    position: static;
  }
  /* line 7897, app/assets/stylesheets/xnmiroar.css.scss */
  .normal-cta-button.mobile_hidden {
    display: none;
  }
  /* line 7901, app/assets/stylesheets/xnmiroar.css.scss */
  .instagram_grid {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }
  /* line 7906, app/assets/stylesheets/xnmiroar.css.scss */
  .preview_sample_picture {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  /* line 7911, app/assets/stylesheets/xnmiroar.css.scss */
  .preview_sample_picture.horizontal {
    width: 85%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 85%;
  }
  /* line 7918, app/assets/stylesheets/xnmiroar.css.scss */
  .benefits_section {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  /* line 7923, app/assets/stylesheets/xnmiroar.css.scss */
  .code_block {
    text-align: right;
    flex: 1;
    margin-top: 0;
    padding-left: 0;
    padding-right: 0;
    font-size: 20px;
    font-weight: 700;
    line-height: 22px;
  }
  /* line 7934, app/assets/stylesheets/xnmiroar.css.scss */
  .review_section {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  /* line 7939, app/assets/stylesheets/xnmiroar.css.scss */
  .list_content {
    padding-left: 5px;
  }
  /* line 7943, app/assets/stylesheets/xnmiroar.css.scss */
  .size_wrapper {
    padding-top: 0;
    padding-bottom: 20px;
    display: block;
  }
  /* line 7949, app/assets/stylesheets/xnmiroar.css.scss */
  .step_wrapper {
    flex-direction: column;
    align-items: stretch;
    margin-bottom: 10px;
  }
  /* line 7955, app/assets/stylesheets/xnmiroar.css.scss */
  .step_wrapper.vertical {
    flex-direction: column;
  }
  /* line 7959, app/assets/stylesheets/xnmiroar.css.scss */
  .step_wrapper.rebate {
    padding-left: 8px;
    padding-right: 8px;
    display: block;
  }
  /* line 7965, app/assets/stylesheets/xnmiroar.css.scss */
  .step_wrapper.valentine {
    color: #fff;
  }
  /* line 7969, app/assets/stylesheets/xnmiroar.css.scss */
  .step_wrapper.form {
    padding-left: 10px;
    padding-right: 10px;
  }
  /* line 7974, app/assets/stylesheets/xnmiroar.css.scss */
  .step_wrapper.coupon_code {
    margin-bottom: 0;
  }
  /* line 7978, app/assets/stylesheets/xnmiroar.css.scss */
  .list_icon {
    width: 40px;
    height: 40px;
    margin-top: 20px;
  }
  /* line 7984, app/assets/stylesheets/xnmiroar.css.scss */
  .main_customer_title {
    font-size: 10px;
    line-height: 12px;
  }
  /* line 7989, app/assets/stylesheets/xnmiroar.css.scss */
  .tab_title {
    font-size: 15px;
  }
  /* line 7993, app/assets/stylesheets/xnmiroar.css.scss */
  .pricing_footer {
    align-items: flex-start;
  }
  /* line 7997, app/assets/stylesheets/xnmiroar.css.scss */
  .normal-action-button {
    color: #000;
    background-color: #f7f4ed;
    width: 220px;
    margin-top: 20px;
    padding: 15px;
    font-size: 15px;
    line-height: 20px;
  }
  /* line 8007, app/assets/stylesheets/xnmiroar.css.scss */
  .normal-action-button.only_phone {
    display: block;
  }
  /* line 8011, app/assets/stylesheets/xnmiroar.css.scss */
  .pricing_heading {
    text-align: left;
    flex: 1;
    margin-top: 0;
    margin-bottom: 0;
    padding-right: 10px;
    font-size: 30px;
    font-weight: 600;
    line-height: 30px;
    display: inline-block;
  }
  /* line 8023, app/assets/stylesheets/xnmiroar.css.scss */
  .interactive-examples-left-column {
    flex-direction: column;
    align-items: center;
    transition: margin-left .4s;
    display: flex;
  }
  /* line 8030, app/assets/stylesheets/xnmiroar.css.scss */
  .interactive-examples-left-column.scroll_left {
    margin-left: -40%;
  }
  /* line 8034, app/assets/stylesheets/xnmiroar.css.scss */
  .tab {
    flex: 1;
    padding-left: 10px;
    padding-right: 10px;
  }
  /* line 8040, app/assets/stylesheets/xnmiroar.css.scss */
  .miroar_logo_footer {
    font-size: 30px;
    line-height: 30px;
  }
  /* line 8045, app/assets/stylesheets/xnmiroar.css.scss */
  .payment_wrapper {
    justify-content: space-around;
  }
  /* line 8049, app/assets/stylesheets/xnmiroar.css.scss */
  .button {
    margin-top: 10px;
    padding-left: 19px;
    padding-right: 19px;
    font-size: 11px;
    line-height: 21px;
  }
  /* line 8057, app/assets/stylesheets/xnmiroar.css.scss */
  .button.outline.test.header_button.new_order {
    background-color: #00a590;
  }
  /* line 8061, app/assets/stylesheets/xnmiroar.css.scss */
  .button.outline.test.popover_button {
    text-align: center;
    background-size: auto 30px;
    margin-top: 20px;
    padding-left: 40px;
    font-size: 15px;
    line-height: 20px;
  }
  /* line 8070, app/assets/stylesheets/xnmiroar.css.scss */
  .button.outline.inline {
    margin-top: 10px;
    font-size: 15px;
  }
  /* line 8075, app/assets/stylesheets/xnmiroar.css.scss */
  .button.cta-button {
    width: 80%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 8081, app/assets/stylesheets/xnmiroar.css.scss */
  .button.cta-button.new_order.big {
    margin-top: 10px;
  }
  /* line 8085, app/assets/stylesheets/xnmiroar.css.scss */
  .button.uppy-fileinput-btn {
    background-size: auto 20px;
    border-radius: 0;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  /* line 8092, app/assets/stylesheets/xnmiroar.css.scss */
  .button.check_image_button {
    background-size: auto 20px;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  /* line 8098, app/assets/stylesheets/xnmiroar.css.scss */
  .cta-title-small {
    margin-bottom: 0;
    font-size: 1rem;
  }
  /* line 8103, app/assets/stylesheets/xnmiroar.css.scss */
  .white-footer {
    padding-left: 0;
    padding-right: 0;
  }
  /* line 8108, app/assets/stylesheets/xnmiroar.css.scss */
  .cta-title-big {
    margin-top: 0;
    font-size: 2.1rem;
    line-height: 2.4rem;
  }
  /* line 8114, app/assets/stylesheets/xnmiroar.css.scss */
  .rebate_block {
    text-align: right;
    flex: 0 auto;
    margin-top: 0;
    padding-left: 0;
    padding-right: 0;
    font-size: 15px;
    line-height: 20px;
  }
  /* line 8124, app/assets/stylesheets/xnmiroar.css.scss */
  .text-field-2 {
    text-align: center;
  }
  /* line 8128, app/assets/stylesheets/xnmiroar.css.scss */
  .redeem_code_wrapper {
    flex-direction: column;
  }
  /* line 8132, app/assets/stylesheets/xnmiroar.css.scss */
  .nav-menu {
    border-style: none;
    overflow: scroll;
  }
  /* line 8137, app/assets/stylesheets/xnmiroar.css.scss */
  .header_element_wrapper_christmas {
    justify-content: center;
    align-items: center;
    display: flex;
  }
  /* line 8143, app/assets/stylesheets/xnmiroar.css.scss */
  .nav_bar_container {
    margin-left: 5px;
    margin-right: 5px;
    padding-left: 0%;
    padding-right: 0%;
  }
  /* line 8150, app/assets/stylesheets/xnmiroar.css.scss */
  .nav-link {
    line-height: 34px;
  }
  /* line 8154, app/assets/stylesheets/xnmiroar.css.scss */
  .nav-link:hover, .nav-link:active {
    background-color: #f7f4ed;
  }
  /* line 8158, app/assets/stylesheets/xnmiroar.css.scss */
  .nav-link.with-color {
    border-radius: 0;
    padding-left: 25px;
  }
  /* line 8163, app/assets/stylesheets/xnmiroar.css.scss */
  .text-block-2 {
    font-size: 30px;
    line-height: 30px;
  }
  /* line 8168, app/assets/stylesheets/xnmiroar.css.scss */
  .nav_bar_icon {
    width: 30px;
    height: 30px;
  }
  /* line 8173, app/assets/stylesheets/xnmiroar.css.scss */
  .header_element_christmas {
    flex: 1;
  }
  /* line 8177, app/assets/stylesheets/xnmiroar.css.scss */
  .fixed-nav-menu-button {
    background-color: #0000;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    height: 30px;
    margin-right: 5px;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
  }
  /* line 8189, app/assets/stylesheets/xnmiroar.css.scss */
  .fixed-nav-menu-button.w--open {
    background-color: #0000;
  }
  /* line 8193, app/assets/stylesheets/xnmiroar.css.scss */
  .express_header {
    flex-direction: column;
    justify-content: flex-start;
    overflow: hidden;
  }
  /* line 8199, app/assets/stylesheets/xnmiroar.css.scss */
  .dropdown-list-2.w--open {
    position: relative;
  }
  /* line 8203, app/assets/stylesheets/xnmiroar.css.scss */
  .navbar {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 10px;
  }
  /* line 8209, app/assets/stylesheets/xnmiroar.css.scss */
  .navbar.white {
    padding-bottom: 10px;
    padding-right: 0;
    position: relative;
  }
  /* line 8215, app/assets/stylesheets/xnmiroar.css.scss */
  .navbar.white.reduced {
    opacity: 1;
  }
  /* line 8219, app/assets/stylesheets/xnmiroar.css.scss */
  .navbar.white.fixedwalanding {
    margin-bottom: -150px;
  }
  /* line 8223, app/assets/stylesheets/xnmiroar.css.scss */
  .wa_button {
    z-index: 300;
    color: #fff;
    text-align: center;
    background-image: url(/assets/team/ronja_support-38d7eda7c2340be96a3c46aed87e1db3324e1ab7a9ddb07c05708a825658452f.jpg);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    width: 60px;
    height: 60px;
    padding: 0;
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
    display: block;
    position: fixed;
    inset: auto 15px 15px auto;
  }
  /* line 8245, app/assets/stylesheets/xnmiroar.css.scss */
  .text-block-21 {
    font-size: 30px;
    line-height: 30px;
  }
  /* line 8250, app/assets/stylesheets/xnmiroar.css.scss */
  .section-title-wrapper {
    width: 100%;
    margin-bottom: 30px;
  }
  /* line 8255, app/assets/stylesheets/xnmiroar.css.scss */
  .section-description {
    margin-top: 14px;
    font-size: 15px;
    line-height: 23px;
  }
  /* line 8261, app/assets/stylesheets/xnmiroar.css.scss */
  .text-block-22 {
    font-size: 30px;
    line-height: 30px;
  }
  /* line 8266, app/assets/stylesheets/xnmiroar.css.scss */
  .faq-p {
    z-index: 0;
  }
  /* line 8270, app/assets/stylesheets/xnmiroar.css.scss */
  .faq-img {
    display: none;
  }
  /* line 8274, app/assets/stylesheets/xnmiroar.css.scss */
  .footer-row {
    padding-left: 20px;
    padding-right: 20px;
  }
  /* line 8279, app/assets/stylesheets/xnmiroar.css.scss */
  .white-footer-column {
    padding-bottom: 10px;
  }
  /* line 8283, app/assets/stylesheets/xnmiroar.css.scss */
  .button_text {
    white-space: nowrap;
    margin-left: 35px;
    font-size: 12px;
  }
  /* line 8289, app/assets/stylesheets/xnmiroar.css.scss */
  .text-block-24 {
    font-size: 11px;
  }
  /* line 8293, app/assets/stylesheets/xnmiroar.css.scss */
  .columns-7 {
    flex-direction: column;
  }
  /* line 8297, app/assets/stylesheets/xnmiroar.css.scss */
  .two_column_left_image {
    width: 100%;
  }
  /* line 8301, app/assets/stylesheets/xnmiroar.css.scss */
  .wa-button {
    width: 100%;
    margin-top: 20px;
    padding: 15px;
    font-size: 15px;
    line-height: 20px;
  }
  /* line 8309, app/assets/stylesheets/xnmiroar.css.scss */
  .story_step_left.overlaping {
    flex-direction: column-reverse;
  }
  /* line 8313, app/assets/stylesheets/xnmiroar.css.scss */
  .story_image.left {
    width: 80%;
  }
  /* line 8317, app/assets/stylesheets/xnmiroar.css.scss */
  .story_block {
    text-align: center;
    width: auto;
    margin-top: 20px;
    font-size: 15px;
    line-height: 20px;
  }
  /* line 8325, app/assets/stylesheets/xnmiroar.css.scss */
  .story_step_right {
    flex-direction: column;
  }
  /* line 8329, app/assets/stylesheets/xnmiroar.css.scss */
  .inspiration_row {
    flex: none;
    margin-bottom: 0;
  }
  /* line 8334, app/assets/stylesheets/xnmiroar.css.scss */
  .columns-8 {
    flex-direction: column;
  }
  /* line 8338, app/assets/stylesheets/xnmiroar.css.scss */
  .page_view_dot {
    padding-bottom: 0;
    padding-right: 0;
  }
  /* line 8343, app/assets/stylesheets/xnmiroar.css.scss */
  .page_view_dot.selected {
    background-color: #fff;
    border-style: solid;
    border-color: #fff;
    width: 10px;
    height: 10px;
  }
  /* line 8351, app/assets/stylesheets/xnmiroar.css.scss */
  .page_view_wrapper {
    z-index: 100;
    justify-content: center;
    align-items: center;
    width: 100vw;
    display: flex;
    position: absolute;
  }
  /* line 8360, app/assets/stylesheets/xnmiroar.css.scss */
  .columns-9, .columns-10 {
    flex-direction: column;
  }
  /* line 8364, app/assets/stylesheets/xnmiroar.css.scss */
  .footer_padding {
    height: 100px;
  }
  /* line 8368, app/assets/stylesheets/xnmiroar.css.scss */
  .cta_footer_wrapper {
    z-index: 100;
    text-align: center;
    flex-direction: column;
    align-items: stretch;
    height: 100px;
    display: flex;
    position: fixed;
    inset: auto 0% 0%;
  }
  /* line 8379, app/assets/stylesheets/xnmiroar.css.scss */
  .cta_footer_heading {
    color: #fff;
    text-align: center;
    background-color: #000;
    align-items: center;
    height: 40px;
    margin-top: 0;
    margin-bottom: 0;
    font-size: .7rem;
    font-weight: 600;
    line-height: .8rem;
  }
  /* line 8392, app/assets/stylesheets/xnmiroar.css.scss */
  .cta_footer {
    background-color: #00a590;
    height: 60px;
    position: relative;
  }
  /* line 8398, app/assets/stylesheets/xnmiroar.css.scss */
  .wa_icon_footer {
    height: 30px;
    margin-right: 10px;
  }
  /* line 8403, app/assets/stylesheets/xnmiroar.css.scss */
  .footer_cta {
    font-size: 24px;
    line-height: 30px;
  }
  /* line 8408, app/assets/stylesheets/xnmiroar.css.scss */
  .arrow_right {
    width: 10px;
  }
  /* line 8412, app/assets/stylesheets/xnmiroar.css.scss */
  .text-block-31 {
    font-size: 30px;
    line-height: 30px;
  }
  /* line 8417, app/assets/stylesheets/xnmiroar.css.scss */
  .text-block-32, .text-block-35 {
    font-size: 11px;
  }
  /* line 8421, app/assets/stylesheets/xnmiroar.css.scss */
  .columns-6 {
    flex-direction: column;
  }
  /* line 8425, app/assets/stylesheets/xnmiroar.css.scss */
  .text-block-37 {
    font-size: 11px;
  }
  /* line 8429, app/assets/stylesheets/xnmiroar.css.scss */
  .columns-12 {
    flex-direction: column;
  }
  /* line 8433, app/assets/stylesheets/xnmiroar.css.scss */
  .text-block-40 {
    font-size: 30px;
    line-height: 30px;
  }
  /* line 8438, app/assets/stylesheets/xnmiroar.css.scss */
  .text-block-41 {
    font-size: 11px;
  }
  /* line 8442, app/assets/stylesheets/xnmiroar.css.scss */
  .blog_wrapper {
    margin-left: 2%;
    margin-right: 2%;
  }
  /* line 8447, app/assets/stylesheets/xnmiroar.css.scss */
  .blog_other_post {
    flex-direction: column;
  }
  /* line 8451, app/assets/stylesheets/xnmiroar.css.scss */
  .other_post_preview {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
  /* line 8457, app/assets/stylesheets/xnmiroar.css.scss */
  .blog_image_wrapper {
    flex-wrap: wrap;
  }
  /* line 8461, app/assets/stylesheets/xnmiroar.css.scss */
  .frame_select_heading.bf_design {
    color: #000;
  }
  /* line 8465, app/assets/stylesheets/xnmiroar.css.scss */
  .counter_additional_price_wrapper {
    align-self: stretch;
    margin-bottom: 0;
    padding-top: 0;
  }
  /* line 8471, app/assets/stylesheets/xnmiroar.css.scss */
  .segmented_radio_button {
    background-color: #fff;
    flex: 1;
    justify-content: center;
    align-items: center;
    padding-left: 5px;
    padding-right: 5px;
  }
  /* line 8480, app/assets/stylesheets/xnmiroar.css.scss */
  .segmented_radio_button.shrink {
    flex: 0 auto;
    padding-left: 0;
    padding-right: 0;
  }
  /* line 8486, app/assets/stylesheets/xnmiroar.css.scss */
  .step_wrapper_content {
    flex-direction: column;
  }
  /* line 8490, app/assets/stylesheets/xnmiroar.css.scss */
  .order_page_element_footer {
    position: relative;
  }
  /* line 8494, app/assets/stylesheets/xnmiroar.css.scss */
  .textarea {
    text-align: center;
  }
  /* line 8498, app/assets/stylesheets/xnmiroar.css.scss */
  .add_to_cart_text {
    width: 100%;
  }
  /* line 8502, app/assets/stylesheets/xnmiroar.css.scss */
  .columns {
    flex-direction: column;
    margin-left: 0;
    margin-right: 0;
  }
  /* line 8508, app/assets/stylesheets/xnmiroar.css.scss */
  .color_selection_radio_button {
    margin-right: 2px;
  }
  /* line 8512, app/assets/stylesheets/xnmiroar.css.scss */
  .person_counter_wrapper {
    justify-content: center;
  }
  /* line 8516, app/assets/stylesheets/xnmiroar.css.scss */
  .font_selection_wrapper {
    align-self: stretch;
  }
  /* line 8520, app/assets/stylesheets/xnmiroar.css.scss */
  .steps_wrapper {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
  /* line 8526, app/assets/stylesheets/xnmiroar.css.scss */
  .editor_slider_icon {
    background-color: #fff0;
    border-radius: 0%;
  }
  /* line 8531, app/assets/stylesheets/xnmiroar.css.scss */
  .editor_slider_icon.right {
    background-color: #0000;
  }
  /* line 8535, app/assets/stylesheets/xnmiroar.css.scss */
  .order_header_wrapper {
    flex-direction: column;
  }
  /* line 8539, app/assets/stylesheets/xnmiroar.css.scss */
  .form-2 {
    text-align: center;
    position: relative;
  }
  /* line 8544, app/assets/stylesheets/xnmiroar.css.scss */
  .text-block-43 {
    position: static;
  }
  /* line 8548, app/assets/stylesheets/xnmiroar.css.scss */
  .delivery_date_order_heading {
    text-align: center;
  }
  /* line 8552, app/assets/stylesheets/xnmiroar.css.scss */
  .add_to_card_benefits_wrapper {
    margin-bottom: 5px;
  }
  /* line 8556, app/assets/stylesheets/xnmiroar.css.scss */
  .frame_select_wrapper {
    width: 100%;
    margin-top: 0;
  }
  /* line 8561, app/assets/stylesheets/xnmiroar.css.scss */
  .design_tab {
    flex-direction: column;
    align-items: center;
    display: flex;
  }
  /* line 8567, app/assets/stylesheets/xnmiroar.css.scss */
  .order_section {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
    overflow: visible;
  }
  /* line 8574, app/assets/stylesheets/xnmiroar.css.scss */
  .add_to_cart {
    z-index: 100;
    border-radius: 3px;
    margin-bottom: 0;
    margin-left: 3px;
    margin-right: 3px;
    padding-left: 10px;
    padding-right: 5px;
  }
  /* line 8584, app/assets/stylesheets/xnmiroar.css.scss */
  .add_to_cart.fixed_duplicate {
    border-radius: 0;
    margin-left: 0;
    margin-right: 0;
  }
  /* line 8590, app/assets/stylesheets/xnmiroar.css.scss */
  .text-block-44 {
    font-size: 9px;
    line-height: 14px;
  }
  /* line 8595, app/assets/stylesheets/xnmiroar.css.scss */
  .tabs-menu-2 {
    display: flex;
  }
  /* line 8599, app/assets/stylesheets/xnmiroar.css.scss */
  .editor_text_wrapper {
    align-self: stretch;
  }
  /* line 8603, app/assets/stylesheets/xnmiroar.css.scss */
  .duplicate_rebate {
    text-align: right;
    flex: 0 auto;
    margin-top: 0;
    padding-left: 0;
    padding-right: 0;
    font-size: 15px;
    font-weight: 700;
    line-height: 20px;
  }
  /* line 8614, app/assets/stylesheets/xnmiroar.css.scss */
  .line_wrapper {
    align-items: center;
    margin-bottom: 3px;
  }
  /* line 8619, app/assets/stylesheets/xnmiroar.css.scss */
  .radio_button_wrapper {
    flex: 1;
    justify-content: center;
    width: 100%;
  }
  /* line 8625, app/assets/stylesheets/xnmiroar.css.scss */
  .person_price_wrapper {
    justify-content: flex-start;
    align-items: center;
    height: auto;
    display: flex;
    position: absolute;
    inset: 0% 0% 10px auto;
  }
  /* line 8634, app/assets/stylesheets/xnmiroar.css.scss */
  .right-arrow-2 {
    justify-content: center;
    margin-right: 0;
    right: -30px;
  }
  /* line 8640, app/assets/stylesheets/xnmiroar.css.scss */
  .frame_info_button {
    flex: none;
  }
  /* line 8644, app/assets/stylesheets/xnmiroar.css.scss */
  .frame_select_content {
    margin-left: 0;
  }
  /* line 8648, app/assets/stylesheets/xnmiroar.css.scss */
  .bf_discount {
    color: #ff3131;
    margin-left: 5px;
    font-size: 17px;
    font-weight: 700;
  }
  /* line 8655, app/assets/stylesheets/xnmiroar.css.scss */
  .order_step_wrapper {
    margin-top: 15px;
    margin-bottom: 15px;
  }
  /* line 8660, app/assets/stylesheets/xnmiroar.css.scss */
  .small_faq_container {
    margin-bottom: 20px;
    padding-left: 5px;
    padding-right: 5px;
  }
  /* line 8666, app/assets/stylesheets/xnmiroar.css.scss */
  .small_faq_container.js-accordion {
    margin-bottom: 40px;
  }
  /* line 8670, app/assets/stylesheets/xnmiroar.css.scss */
  .duplicate_original {
    text-align: right;
    flex: 0 auto;
    margin-top: 0;
    padding-left: 0;
    padding-right: 0;
    font-size: 15px;
    font-weight: 700;
    line-height: 20px;
  }
  /* line 8681, app/assets/stylesheets/xnmiroar.css.scss */
  .quality_badge_wrapper {
    width: 80px;
    height: 80px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: flex;
    top: -40px;
    left: auto;
    right: -20px;
  }
  /* line 8692, app/assets/stylesheets/xnmiroar.css.scss */
  .frame_select_header {
    margin-left: 0;
  }
  /* line 8696, app/assets/stylesheets/xnmiroar.css.scss */
  .frame_select_header.bf_design {
    background-color: #fff;
  }
  /* line 8700, app/assets/stylesheets/xnmiroar.css.scss */
  .editor_placeholder {
    text-align: center;
    width: 90%;
    margin-top: 0;
    font-size: 15px;
    line-height: 20px;
  }
  /* line 8708, app/assets/stylesheets/xnmiroar.css.scss */
  .form_preview_image {
    display: block;
  }
  /* line 8712, app/assets/stylesheets/xnmiroar.css.scss */
  .column {
    padding-left: 0%;
    padding-right: 0%;
  }
  /* line 8717, app/assets/stylesheets/xnmiroar.css.scss */
  .left-arrow-2 {
    margin-left: 0;
    left: -30px;
  }
  /* line 8722, app/assets/stylesheets/xnmiroar.css.scss */
  .heading_info_bf {
    margin-bottom: 0;
    font-weight: 200;
  }
  /* line 8727, app/assets/stylesheets/xnmiroar.css.scss */
  .add_to_cart_price {
    margin-left: 2px;
    margin-right: 2px;
    font-size: 25px;
  }
  /* line 8733, app/assets/stylesheets/xnmiroar.css.scss */
  .add_to_cart_image {
    width: 20px;
    height: 20px;
    margin-left: 10px;
  }
  /* line 8739, app/assets/stylesheets/xnmiroar.css.scss */
  .counter_button {
    background-size: 20px 20px;
    width: 60px;
    height: 60px;
  }
  /* line 8745, app/assets/stylesheets/xnmiroar.css.scss */
  .label_error {
    text-align: center;
    margin-top: 4px;
    font-size: 13px;
    font-weight: 700;
    line-height: 15px;
  }
  /* line 8753, app/assets/stylesheets/xnmiroar.css.scss */
  .bold-text {
    color: #ff3131;
  }
  /* line 8757, app/assets/stylesheets/xnmiroar.css.scss */
  .custom_container {
    text-align: center;
    width: 100%;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }
  /* line 8765, app/assets/stylesheets/xnmiroar.css.scss */
  .column-2 {
    margin-top: 0;
    padding-top: 20px;
    padding-left: 0;
    padding-right: 0;
  }
  /* line 8772, app/assets/stylesheets/xnmiroar.css.scss */
  .add_to_cart_price_wrapper {
    flex: none;
  }
  /* line 8776, app/assets/stylesheets/xnmiroar.css.scss */
  .heading_frame {
    text-align: left;
    width: 100%;
    margin-bottom: 10px;
    font-weight: 600;
  }
  /* line 8783, app/assets/stylesheets/xnmiroar.css.scss */
  .heading_frame.bf_design {
    margin-top: 5px;
  }
  /* line 8787, app/assets/stylesheets/xnmiroar.css.scss */
  .text-block-46 {
    font-size: 30px;
    line-height: 30px;
  }
  /* line 8792, app/assets/stylesheets/xnmiroar.css.scss */
  .checkout {
    align-items: center;
    padding-left: 25px;
    display: none;
  }
  /* line 8798, app/assets/stylesheets/xnmiroar.css.scss */
  .checkout:hover {
    color: #fff;
    background-color: #00a590;
  }
  /* line 8803, app/assets/stylesheets/xnmiroar.css.scss */
  .menu_icon {
    height: 30px;
  }
  /* line 8807, app/assets/stylesheets/xnmiroar.css.scss */
  .cart_icon_wrapper.nav_bar {
    margin-right: 7px;
  }
  /* line 8811, app/assets/stylesheets/xnmiroar.css.scss */
  .popup_header {
    margin-left: 15px;
    margin-right: 15px;
    font-size: 25px;
  }
  /* line 8817, app/assets/stylesheets/xnmiroar.css.scss */
  .popup_close {
    padding: 10px;
  }
  /* line 8821, app/assets/stylesheets/xnmiroar.css.scss */
  .icon-18 {
    margin-right: -10px;
  }
  /* line 8825, app/assets/stylesheets/xnmiroar.css.scss */
  .popup_slider_wrapper {
    width: 100%;
    padding-bottom: 100%;
    padding-right: 0;
    position: relative;
  }
  /* line 8832, app/assets/stylesheets/xnmiroar.css.scss */
  .slider-6 {
    flex: none;
    height: 100%;
    position: absolute;
    inset: 0%;
  }
  /* line 8839, app/assets/stylesheets/xnmiroar.css.scss */
  .frame_image {
    height: auto;
  }
  /* line 8843, app/assets/stylesheets/xnmiroar.css.scss */
  .popup_wrapper {
    position: absolute;
    inset: 5% 5% 2%;
  }
  /* line 8848, app/assets/stylesheets/xnmiroar.css.scss */
  .popup_wrapper.after_checkout {
    padding-left: 0;
    padding-right: 0;
    left: 2%;
    right: 2%;
  }
  /* line 8855, app/assets/stylesheets/xnmiroar.css.scss */
  .popup_wrapper.language_selector {
    margin-top: 60px;
    padding-bottom: 20px;
    bottom: auto;
  }
  /* line 8861, app/assets/stylesheets/xnmiroar.css.scss */
  .popup_wrapper.partner_selector {
    margin-top: 60px;
    bottom: 20%;
  }
  /* line 8866, app/assets/stylesheets/xnmiroar.css.scss */
  .frame_image_slide {
    align-items: center;
    width: 100%;
    height: 100%;
    display: flex;
  }
  /* line 8873, app/assets/stylesheets/xnmiroar.css.scss */
  .popup_content {
    overflow: scroll;
  }
  /* line 8877, app/assets/stylesheets/xnmiroar.css.scss */
  .popup_content.after_checkout {
    padding-top: 20px;
    padding-left: 0%;
    padding-right: 0%;
  }
  /* line 8883, app/assets/stylesheets/xnmiroar.css.scss */
  .icon-19 {
    margin-left: -10px;
  }
  /* line 8887, app/assets/stylesheets/xnmiroar.css.scss */
  .frame_text_block_popup {
    text-align: center;
    margin-left: 22px;
    margin-right: 22px;
    font-size: 15px;
    font-weight: 600;
    line-height: 23px;
  }
  /* line 8896, app/assets/stylesheets/xnmiroar.css.scss */
  .coupon_preview_image {
    width: 100%;
  }
  /* line 8900, app/assets/stylesheets/xnmiroar.css.scss */
  .coupon_order_form {
    width: 95%;
  }
  /* line 8904, app/assets/stylesheets/xnmiroar.css.scss */
  .columns-14 {
    flex-direction: column;
    margin-left: 0;
    margin-right: 0;
  }
  /* line 8910, app/assets/stylesheets/xnmiroar.css.scss */
  .columns-14.no_padding {
    margin-top: 0;
  }
  /* line 8914, app/assets/stylesheets/xnmiroar.css.scss */
  .form_preview_image_wrapper {
    position: relative;
  }
  /* line 8918, app/assets/stylesheets/xnmiroar.css.scss */
  .upload_photo_quality_button {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
  }
  /* line 8926, app/assets/stylesheets/xnmiroar.css.scss */
  .slide-nav-3 {
    height: 30px;
  }
  /* line 8930, app/assets/stylesheets/xnmiroar.css.scss */
  .device_select_wrapper {
    width: 100%;
  }
  /* line 8934, app/assets/stylesheets/xnmiroar.css.scss */
  .smartphone_case_preview_wrapper {
    width: 60%;
  }
  /* line 8938, app/assets/stylesheets/xnmiroar.css.scss */
  .column-23 {
    z-index: 110;
    background-color: var(--lightbeige);
    padding-left: 0%;
    padding-right: 0%;
    top: 0;
  }
  /* line 8946, app/assets/stylesheets/xnmiroar.css.scss */
  .slider-7 {
    background-color: #0000;
    min-height: 0;
  }
  /* line 8951, app/assets/stylesheets/xnmiroar.css.scss */
  .smartphone_select {
    overflow: visible;
  }
  /* line 8955, app/assets/stylesheets/xnmiroar.css.scss */
  .column-24 {
    margin-top: 0;
    padding-top: 20px;
    padding-left: 0;
    padding-right: 0;
  }
  /* line 8962, app/assets/stylesheets/xnmiroar.css.scss */
  .column-24.no_padding {
    padding-top: 0;
  }
  /* line 8966, app/assets/stylesheets/xnmiroar.css.scss */
  .order_view_popup {
    top: 2%;
    left: 2%;
    right: 2%;
  }
  /* line 8972, app/assets/stylesheets/xnmiroar.css.scss */
  .confirmation_summary_column {
    padding-left: 10px;
    padding-right: 10px;
  }
  /* line 8977, app/assets/stylesheets/xnmiroar.css.scss */
  .rounded_selection {
    align-items: center;
    display: flex;
  }
  /* line 8982, app/assets/stylesheets/xnmiroar.css.scss */
  .confirmation_summary_header {
    text-align: center;
    justify-content: center;
    align-items: center;
    margin-bottom: 0;
    display: flex;
  }
  /* line 8990, app/assets/stylesheets/xnmiroar.css.scss */
  .confirmation_section {
    margin-top: 90px;
    padding: 0 3px;
  }
  /* line 8995, app/assets/stylesheets/xnmiroar.css.scss */
  .order_data_wrapper {
    flex: none;
  }
  /* line 8999, app/assets/stylesheets/xnmiroar.css.scss */
  .size_label {
    font-size: 22px;
  }
  /* line 9003, app/assets/stylesheets/xnmiroar.css.scss */
  .checkout_pricing_summary_wrapper {
    width: 100%;
  }
  /* line 9007, app/assets/stylesheets/xnmiroar.css.scss */
  .preview_price_label {
    font-size: 22px;
  }
  /* line 9011, app/assets/stylesheets/xnmiroar.css.scss */
  .cart_preview_wrapper {
    flex-direction: column;
    align-items: center;
  }
  /* line 9016, app/assets/stylesheets/xnmiroar.css.scss */
  .cart_preview_wrapper.add_new_pic {
    border-style: dashed none none;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  /* line 9023, app/assets/stylesheets/xnmiroar.css.scss */
  .confirmation_summary_heading {
    text-align: center;
  }
  /* line 9027, app/assets/stylesheets/xnmiroar.css.scss */
  .paragraph-2 {
    margin-top: 10px;
    margin-bottom: 0;
  }
  /* line 9032, app/assets/stylesheets/xnmiroar.css.scss */
  .confirmation_header {
    text-align: center;
    margin-top: 20px;
  }
  /* line 9037, app/assets/stylesheets/xnmiroar.css.scss */
  .confirmation_container {
    width: 100%;
    padding-bottom: 0;
    padding-left: 10px;
    padding-right: 10px;
  }
  /* line 9044, app/assets/stylesheets/xnmiroar.css.scss */
  .additional_elements_wrapper {
    flex: none;
    width: 100%;
    margin-top: 10px;
    margin-left: 0;
  }
  /* line 9051, app/assets/stylesheets/xnmiroar.css.scss */
  .nav_bar_container_reduced {
    margin-left: 5px;
    margin-right: 5px;
    padding-left: 0%;
    padding-right: 0%;
  }
  /* line 9058, app/assets/stylesheets/xnmiroar.css.scss */
  .text-block-48 {
    font-size: 30px;
    line-height: 30px;
  }
  /* line 9063, app/assets/stylesheets/xnmiroar.css.scss */
  .grid-5 {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
  /* line 9067, app/assets/stylesheets/xnmiroar.css.scss */
  .after_checkout_next_button_text {
    width: 100%;
  }
  /* line 9071, app/assets/stylesheets/xnmiroar.css.scss */
  .after_checkout_section {
    background-color: #f8f6f1;
    margin-left: 0%;
    margin-right: 0%;
    padding: 0 0 60px;
  }
  /* line 9078, app/assets/stylesheets/xnmiroar.css.scss */
  .after_checkout_team_image {
    border-radius: 50%;
  }
  /* line 9082, app/assets/stylesheets/xnmiroar.css.scss */
  .after_checkout_team_image_wrapper {
    width: 100%;
    margin-top: 15px;
    margin-bottom: 15px;
    padding-left: 10px;
    padding-right: 10px;
  }
  /* line 9090, app/assets/stylesheets/xnmiroar.css.scss */
  .after_checkout_next_button {
    z-index: 100;
    background-color: #00a590;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    padding-left: 10px;
    padding-right: 5px;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
  }
  /* line 9104, app/assets/stylesheets/xnmiroar.css.scss */
  .signatues_image {
    width: 100%;
    margin-bottom: 10px;
  }
  /* line 9109, app/assets/stylesheets/xnmiroar.css.scss */
  .text-span-4 {
    font-size: 20px;
    line-height: 25px;
  }
  /* line 9114, app/assets/stylesheets/xnmiroar.css.scss */
  .bold-text-2 {
    font-size: 30px;
    line-height: 30px;
  }
  /* line 9119, app/assets/stylesheets/xnmiroar.css.scss */
  .after_checkout_thank_you {
    text-align: center;
    margin-top: 20px;
    padding-left: 10px;
    padding-right: 10px;
  }
  /* line 9126, app/assets/stylesheets/xnmiroar.css.scss */
  .columns-15 {
    flex-direction: column;
    margin-left: 0;
    margin-right: 0;
  }
  /* line 9132, app/assets/stylesheets/xnmiroar.css.scss */
  .text-block-49 {
    font-size: 10px;
    line-height: 14px;
  }
  /* line 9137, app/assets/stylesheets/xnmiroar.css.scss */
  .vertical_format_dashed {
    width: 72px;
    height: 54px;
  }
  /* line 9142, app/assets/stylesheets/xnmiroar.css.scss */
  .heading-14 {
    text-align: left;
    width: 100%;
    margin-bottom: 5px;
    font-weight: 600;
  }
  /* line 9149, app/assets/stylesheets/xnmiroar.css.scss */
  .heading-14.full_width {
    text-align: center;
  }
  /* line 9153, app/assets/stylesheets/xnmiroar.css.scss */
  .step_number.active {
    color: #fff;
    background-color: #000;
  }
  /* line 9158, app/assets/stylesheets/xnmiroar.css.scss */
  .column-25 {
    padding-left: 0%;
    padding-right: 0%;
  }
  /* line 9163, app/assets/stylesheets/xnmiroar.css.scss */
  .left-arrow-6 {
    margin-left: 0;
    left: -30px;
  }
  /* line 9168, app/assets/stylesheets/xnmiroar.css.scss */
  .bold-text-3 {
    color: #ff3131;
  }
  /* line 9172, app/assets/stylesheets/xnmiroar.css.scss */
  .column-26 {
    margin-top: 0;
    padding-top: 20px;
    padding-left: 0;
    padding-right: 0;
  }
  /* line 9179, app/assets/stylesheets/xnmiroar.css.scss */
  .icon-20 {
    margin-right: -10px;
  }
  /* line 9183, app/assets/stylesheets/xnmiroar.css.scss */
  .slider-8 {
    flex: none;
    height: 100%;
    position: absolute;
    inset: 0%;
  }
  /* line 9190, app/assets/stylesheets/xnmiroar.css.scss */
  .icon-21 {
    margin-left: -10px;
  }
  /* line 9194, app/assets/stylesheets/xnmiroar.css.scss */
  .popup_text_heading {
    font-size: 16px;
    line-height: 20px;
  }
  /* line 9199, app/assets/stylesheets/xnmiroar.css.scss */
  .after_checkout_price_tag {
    flex: none;
    margin-left: 5px;
    margin-right: 2px;
    font-size: 23px;
    font-weight: 700;
  }
  /* line 9207, app/assets/stylesheets/xnmiroar.css.scss */
  .after_checkout_option_image {
    max-width: 50px;
  }
  /* line 9211, app/assets/stylesheets/xnmiroar.css.scss */
  .text-block-26 {
    font-size: 12px;
    line-height: 16px;
  }
  /* line 9216, app/assets/stylesheets/xnmiroar.css.scss */
  .after_checkout_option_content_wrapper {
    margin-left: 10px;
  }
  /* line 9220, app/assets/stylesheets/xnmiroar.css.scss */
  .after_checkout_option_select_indicator_wrapper {
    margin-right: 10px;
  }
  /* line 9224, app/assets/stylesheets/xnmiroar.css.scss */
  .after_checkout_frame_text {
    text-align: center;
    margin-top: 3px;
    font-size: 15px;
    font-weight: 300;
    line-height: 15px;
  }
  /* line 9232, app/assets/stylesheets/xnmiroar.css.scss */
  .after_checkout_image_preview_wrapper {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  /* line 9237, app/assets/stylesheets/xnmiroar.css.scss */
  .after_checkout_option_wrapper {
    background-color: #fff;
    align-items: center;
    width: 100%;
    margin-bottom: 10px;
    padding: 10px 5px;
    display: flex;
  }
  /* line 9246, app/assets/stylesheets/xnmiroar.css.scss */
  .after_checkout_item_heading {
    margin-bottom: 0;
  }
  /* line 9250, app/assets/stylesheets/xnmiroar.css.scss */
  .after_checkout_bold_text {
    text-align: center;
    margin: 10px;
    font-weight: 700;
  }
  /* line 9256, app/assets/stylesheets/xnmiroar.css.scss */
  .after_checkout_preview {
    width: 50%;
    margin-left: auto;
    margin-right: auto;
    display: block;
    position: static;
  }
  /* line 9264, app/assets/stylesheets/xnmiroar.css.scss */
  .m_input {
    text-align: center;
    margin-right: 0;
  }
  /* line 9269, app/assets/stylesheets/xnmiroar.css.scss */
  .header_wrapper {
    flex-direction: row;
    padding-top: 0;
  }
  /* line 9274, app/assets/stylesheets/xnmiroar.css.scss */
  .payment_wrapper_small {
    flex-direction: row;
    width: 100%;
    margin-bottom: 20px;
    padding-bottom: 20px;
  }
  /* line 9281, app/assets/stylesheets/xnmiroar.css.scss */
  .heading-16 {
    text-align: left;
    width: 100%;
    margin-bottom: 5px;
    font-weight: 600;
  }
  /* line 9288, app/assets/stylesheets/xnmiroar.css.scss */
  .heading-16.full_width {
    text-align: center;
  }
  /* line 9292, app/assets/stylesheets/xnmiroar.css.scss */
  .form-block-4 {
    width: 100%;
  }
  /* line 9296, app/assets/stylesheets/xnmiroar.css.scss */
  .payment_logo_small {
    height: 15px;
  }
  /* line 9300, app/assets/stylesheets/xnmiroar.css.scss */
  .payment_logo_small.logo_hidden {
    display: none;
  }
  /* line 9304, app/assets/stylesheets/xnmiroar.css.scss */
  .checkbox-2 {
    margin-right: 20px;
  }
  /* line 9308, app/assets/stylesheets/xnmiroar.css.scss */
  .cart_v2_text_title {
    font-size: 10px;
    line-height: 11px;
  }
  /* line 9313, app/assets/stylesheets/xnmiroar.css.scss */
  .preview_image_gradient_wrapper {
    z-index: 1000;
  }
  /* line 9317, app/assets/stylesheets/xnmiroar.css.scss */
  .add_image_heading {
    font-size: 15px;
    line-height: 18px;
  }
  /* line 9322, app/assets/stylesheets/xnmiroar.css.scss */
  .new_cart_preview_wrapper {
    flex-direction: column;
    align-items: center;
  }
  /* line 9327, app/assets/stylesheets/xnmiroar.css.scss */
  .checkout_conclusion_wrapper {
    width: 100%;
    padding-left: 8px;
    padding-right: 8px;
  }
  /* line 9333, app/assets/stylesheets/xnmiroar.css.scss */
  .order_now_text {
    width: 100%;
  }
  /* line 9337, app/assets/stylesheets/xnmiroar.css.scss */
  .checkout_container {
    width: 100%;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }
  /* line 9344, app/assets/stylesheets/xnmiroar.css.scss */
  .new_cart_edit_button_wrapper {
    width: 100%;
  }
  /* line 9348, app/assets/stylesheets/xnmiroar.css.scss */
  .checkbox-label {
    text-align: left;
  }
  /* line 9352, app/assets/stylesheets/xnmiroar.css.scss */
  .checkout_step {
    margin-top: 0;
  }
  /* line 9356, app/assets/stylesheets/xnmiroar.css.scss */
  .form_heading {
    text-align: left;
    width: 100%;
    margin-bottom: 5px;
    font-weight: 600;
  }
  /* line 9363, app/assets/stylesheets/xnmiroar.css.scss */
  .form_heading.full_width {
    text-align: center;
  }
  /* line 9367, app/assets/stylesheets/xnmiroar.css.scss */
  .preview_image_checkout_v2 {
    opacity: 1;
  }
  /* line 9371, app/assets/stylesheets/xnmiroar.css.scss */
  .order_now_price {
    white-space: nowrap;
    margin-left: 2px;
    margin-right: 2px;
    font-size: 25px;
    position: static;
    inset: auto 2% auto auto;
  }
  /* line 9380, app/assets/stylesheets/xnmiroar.css.scss */
  .checkout_illustration_warning {
    font-size: 12px;
    line-height: 15px;
  }
  /* line 9385, app/assets/stylesheets/xnmiroar.css.scss */
  .grid-4, .form-block-6 {
    width: 100%;
  }
  /* line 9389, app/assets/stylesheets/xnmiroar.css.scss */
  .checkout_container_v2 {
    width: 100%;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }
  /* line 9396, app/assets/stylesheets/xnmiroar.css.scss */
  .calendar_and_priority_option_wrapper {
    padding-left: 8px;
    padding-right: 8px;
  }
  /* line 9401, app/assets/stylesheets/xnmiroar.css.scss */
  .previews_wrapper {
    justify-content: center;
    align-items: center;
    width: 90%;
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    position: relative;
  }
  /* line 9412, app/assets/stylesheets/xnmiroar.css.scss */
  .calendar_wrapper {
    width: 100%;
  }
  /* line 9416, app/assets/stylesheets/xnmiroar.css.scss */
  .next_step_button {
    width: 90%;
    margin-bottom: 20px;
    padding-left: 2px;
    padding-right: 2px;
    position: relative;
  }
  /* line 9424, app/assets/stylesheets/xnmiroar.css.scss */
  .cart_v2_sub_title {
    font-size: 8px;
    line-height: 9px;
  }
  /* line 9429, app/assets/stylesheets/xnmiroar.css.scss */
  .after_checkout_form {
    width: 100%;
  }
  /* line 9433, app/assets/stylesheets/xnmiroar.css.scss */
  .after_checkout_radio_button_wrapper {
    flex: 1;
    justify-content: center;
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  /* line 9441, app/assets/stylesheets/xnmiroar.css.scss */
  .after_checkout_popup_header, .after_checkout_smartphone_select_wrapper {
    padding-left: 10px;
    padding-right: 10px;
  }
  /* line 9446, app/assets/stylesheets/xnmiroar.css.scss */
  .step_content_wrapper {
    flex-direction: column;
  }
  /* line 9450, app/assets/stylesheets/xnmiroar.css.scss */
  .recommended_wrapper {
    font-size: 8px;
    left: 0%;
    right: 0%;
  }
  /* line 9456, app/assets/stylesheets/xnmiroar.css.scss */
  .wa_chat_wrapper {
    z-index: 1000;
    width: 80%;
    height: auto;
    position: fixed;
    inset: auto 15px 90px auto;
  }
  /* line 9464, app/assets/stylesheets/xnmiroar.css.scss */
  .wa_chat_wrapper.uplifted {
    width: 90%;
  }
  /* line 9468, app/assets/stylesheets/xnmiroar.css.scss */
  .wa_chat_footer {
    border-top: 20px solid #fff;
    border-left: 20px solid #0000;
    width: 0;
    height: 0;
    padding-bottom: 0;
    padding-right: 0;
    position: absolute;
    right: 0;
  }
  /* line 9479, app/assets/stylesheets/xnmiroar.css.scss */
  .wa_chat_info {
    background-color: #fff;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 10px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding-left: 5px;
    padding-right: 25px;
    display: flex;
    box-shadow: 0 0 15px 15px #0003;
  }
  /* line 9494, app/assets/stylesheets/xnmiroar.css.scss */
  .wa_button_popup {
    text-align: center;
    background-color: #12af00;
    border-radius: 10px;
    margin-left: 20px;
    margin-right: 20px;
    font-weight: 600;
  }
  /* line 9503, app/assets/stylesheets/xnmiroar.css.scss */
  .paragraph-6 {
    text-align: center;
    padding-left: 2px;
    padding-right: 2px;
    font-weight: 400;
  }
  /* line 9510, app/assets/stylesheets/xnmiroar.css.scss */
  .embroing_position_wrapper {
    flex: 1;
    justify-content: center;
    width: 100%;
  }
  /* line 9516, app/assets/stylesheets/xnmiroar.css.scss */
  .form_preview_image_hoodie {
    display: block;
  }
  /* line 9520, app/assets/stylesheets/xnmiroar.css.scss */
  .hoodie_preview_wrapper {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }
  /* line 9526, app/assets/stylesheets/xnmiroar.css.scss */
  .slide-7 {
    padding-left: 10px;
    padding-right: 10px;
  }
  /* line 9531, app/assets/stylesheets/xnmiroar.css.scss */
  .hoodie_color_selection_radio_button-copy {
    margin-right: 2px;
  }
  /* line 9535, app/assets/stylesheets/xnmiroar.css.scss */
  .hoodie_slide_container {
    justify-content: center;
    align-items: center;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
  }
  /* line 9543, app/assets/stylesheets/xnmiroar.css.scss */
  .hoodie-nav {
    height: 30px;
    margin-bottom: 15px;
    font-size: 4px;
  }
  /* line 9549, app/assets/stylesheets/xnmiroar.css.scss */
  .hoodie_configurator_columns {
    flex-direction: column;
    margin-left: 0;
    margin-right: 0;
  }
  /* line 9555, app/assets/stylesheets/xnmiroar.css.scss */
  .hoodie_configurator_columns.no_padding {
    margin-top: 0;
  }
  /* line 9559, app/assets/stylesheets/xnmiroar.css.scss */
  .other_benefits_wrapper {
    padding-bottom: 0;
  }
  /* line 9563, app/assets/stylesheets/xnmiroar.css.scss */
  .hoodie_icon {
    width: 20px;
  }
  /* line 9567, app/assets/stylesheets/xnmiroar.css.scss */
  .hoodie_spinner_container {
    justify-content: center;
    align-items: center;
    display: flex;
  }
  /* line 9573, app/assets/stylesheets/xnmiroar.css.scss */
  .hoodie_editor_tab_text {
    font-size: 12px;
  }
  /* line 9577, app/assets/stylesheets/xnmiroar.css.scss */
  .design_tab_hoodie {
    flex-direction: row;
    align-items: center;
    display: flex;
  }
  /* line 9583, app/assets/stylesheets/xnmiroar.css.scss */
  .hoodie_column {
    background-color: var(--lightbeige);
    padding-left: 0%;
    padding-right: 0%;
    top: 0;
  }
  /* line 9590, app/assets/stylesheets/xnmiroar.css.scss */
  .hoodie_slide_footer {
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 10px;
    line-height: 12px;
  }
  /* line 9597, app/assets/stylesheets/xnmiroar.css.scss */
  .hoodie_configurator_preview {
    justify-content: center;
    align-items: center;
    display: flex;
  }
  /* line 9603, app/assets/stylesheets/xnmiroar.css.scss */
  .size_overview_heading_content {
    font-size: 14px;
  }
  /* line 9607, app/assets/stylesheets/xnmiroar.css.scss */
  .quick-stack {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    padding-left: 0;
    padding-right: 0;
  }
  /* line 9614, app/assets/stylesheets/xnmiroar.css.scss */
  .language-switcher {
    justify-content: center;
    padding-top: 5px;
    padding-bottom: 5px;
  }
  /* line 9620, app/assets/stylesheets/xnmiroar.css.scss */
  .language-switcher.mobile {
    padding-right: 7px;
  }
  /* line 9624, app/assets/stylesheets/xnmiroar.css.scss */
  .fixed_nav_menu_inner_wrapper {
    align-items: center;
    height: auto;
  }
  /* line 9629, app/assets/stylesheets/xnmiroar.css.scss */
  .partner_switcher_text {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 15px;
    line-height: 18px;
  }
  /* line 9636, app/assets/stylesheets/xnmiroar.css.scss */
  .after_checkout_option_wrapper-copy {
    background-color: #fff;
    align-items: center;
    width: 100%;
    margin-bottom: 10px;
    padding: 10px 5px;
    display: flex;
  }
  /* line 9645, app/assets/stylesheets/xnmiroar.css.scss */
  .language_option_wrapper {
    align-items: center;
    width: 100%;
    margin-bottom: 10px;
    padding: 10px 5px;
    display: flex;
  }
  /* line 9653, app/assets/stylesheets/xnmiroar.css.scss */
  .language_option_select_indicator {
    margin-right: 10px;
  }
  /* line 9657, app/assets/stylesheets/xnmiroar.css.scss */
  .select_language_button {
    font-size: 10px;
  }
  /* line 9661, app/assets/stylesheets/xnmiroar.css.scss */
  .select_language_popup_button_wrapper {
    width: 100%;
  }
  /* line 9665, app/assets/stylesheets/xnmiroar.css.scss */
  .language_option_content_wrapper {
    margin-left: 10px;
  }
  /* line 9669, app/assets/stylesheets/xnmiroar.css.scss */
  .partner_selection_heading {
    text-align: left;
  }
  /* line 9673, app/assets/stylesheets/xnmiroar.css.scss */
  .partner_selection_row {
    width: 100%;
  }
  /* line 9677, app/assets/stylesheets/xnmiroar.css.scss */
  .partner_option_select_indicator {
    margin-right: 10px;
  }
  /* line 9681, app/assets/stylesheets/xnmiroar.css.scss */
  .partner_selection_option_content_wrapper {
    margin-left: 10px;
  }
  /* line 9685, app/assets/stylesheets/xnmiroar.css.scss */
  .select_partner_popup_button_wrapper {
    background-color: #fff;
    align-items: center;
    width: 100%;
    padding: 20px 5px;
  }
  /* line 9692, app/assets/stylesheets/xnmiroar.css.scss */
  .popup_scrollable_content {
    overflow: scroll;
  }
  /* line 9696, app/assets/stylesheets/xnmiroar.css.scss */
  .popup_scrollable_content.after_checkout {
    padding-top: 20px;
    padding-left: 0%;
    padding-right: 0%;
  }
  /* line 9702, app/assets/stylesheets/xnmiroar.css.scss */
  .after_checkout_option_grid {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    place-items: center;
  }
  /* line 9708, app/assets/stylesheets/xnmiroar.css.scss */
  .after_checkout_grid_option {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }
  /* line 9715, app/assets/stylesheets/xnmiroar.css.scss */
  .after_checkout_option_title, .heading-18 {
    text-align: center;
  }
  /* line 9719, app/assets/stylesheets/xnmiroar.css.scss */
  .social_proof_landing {
    margin-top: 5px;
  }
  /* line 9723, app/assets/stylesheets/xnmiroar.css.scss */
  .social_proof_text {
    font-size: 12px;
  }
  /* line 9727, app/assets/stylesheets/xnmiroar.css.scss */
  .after_checkout_flow_grid_image {
    margin-left: auto;
    margin-right: auto;
  }
  /* line 9732, app/assets/stylesheets/xnmiroar.css.scss */
  .grid-6 {
    grid-template-rows: 1fr;
    padding-left: 0;
    padding-right: 0;
  }
  /* line 9738, app/assets/stylesheets/xnmiroar.css.scss */
  .comparison_grid_element {
    padding-left: 10px;
    padding-right: 10px;
  }
  /* line 9743, app/assets/stylesheets/xnmiroar.css.scss */
  .beststeller_product_container {
    padding-left: 5px;
    padding-right: 5px;
  }
  /* line 9748, app/assets/stylesheets/xnmiroar.css.scss */
  .bestseller_shop_now_button {
    font-size: 12px;
    line-height: 16px;
  }
  /* line 9753, app/assets/stylesheets/xnmiroar.css.scss */
  .quick-stack-3 {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
  }
  /* line 9758, app/assets/stylesheets/xnmiroar.css.scss */
  .benefit_company_title {
    margin-top: 15px;
    margin-bottom: 15px;
  }
  /* line 9763, app/assets/stylesheets/xnmiroar.css.scss */
  .benefit_company_columns {
    flex-flow: column;
  }
  /* line 9767, app/assets/stylesheets/xnmiroar.css.scss */
  .grid-7 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-columns: 1fr 1fr;
    padding-left: 10px;
    padding-right: 10px;
  }
  /* line 9775, app/assets/stylesheets/xnmiroar.css.scss */
  .flag_image {
    height: 50px;
  }
  /* line 9779, app/assets/stylesheets/xnmiroar.css.scss */
  .bestseller_product_heading {
    height: 54px;
    font-size: 15px;
    line-height: 18px;
  }
  /* line 9785, app/assets/stylesheets/xnmiroar.css.scss */
  .add_main_product_again {
    padding-left: 0;
    padding-right: 0;
  }
  /* line 9790, app/assets/stylesheets/xnmiroar.css.scss */
  .display_all_products_wrapper {
    padding-top: 5px;
  }
  /* line 9794, app/assets/stylesheets/xnmiroar.css.scss */
  .display_other_products {
    font-size: 12px;
  }
  /* line 9798, app/assets/stylesheets/xnmiroar.css.scss */
  .add_same_product_wrapper {
    padding-left: 10px;
  }
  /* line 9802, app/assets/stylesheets/xnmiroar.css.scss */
  .checkout_icon {
    width: 20px;
  }
  /* line 9806, app/assets/stylesheets/xnmiroar.css.scss */
  .add_other_product_wrapper {
    padding-left: 0;
    padding-right: 0;
  }
  /* line 9811, app/assets/stylesheets/xnmiroar.css.scss */
  .preview_image_checkout_v3 {
    opacity: 1;
  }
  /* line 9815, app/assets/stylesheets/xnmiroar.css.scss */
  .preview_image_gradient_wrapper_colorful {
    z-index: 1000;
  }
  /* line 9819, app/assets/stylesheets/xnmiroar.css.scss */
  .countdown_wrapper {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
  }
  /* line 9827, app/assets/stylesheets/xnmiroar.css.scss */
  .after_delivery_button {
    max-width: 400px;
  }
  /* line 9831, app/assets/stylesheets/xnmiroar.css.scss */
  .after_delivery_button.delete_button {
    background-color: #ff9b79;
    margin-bottom: 5px;
  }
  /* line 9836, app/assets/stylesheets/xnmiroar.css.scss */
  .after_delivery_button.reorder_button {
    margin-bottom: 5px;
  }
  /* line 9840, app/assets/stylesheets/xnmiroar.css.scss */
  .after_delivery_text {
    margin-left: 10px;
    margin-right: 10px;
    font-size: 12px;
    font-weight: 400;
    line-height: 20px;
  }
  /* line 9848, app/assets/stylesheets/xnmiroar.css.scss */
  .after_delivery_info_wrapper {
    text-align: center;
  }
  /* line 9852, app/assets/stylesheets/xnmiroar.css.scss */
  .after_delivery_section {
    text-align: justify;
    background-color: #f8f6f1;
    margin-left: 0%;
    margin-right: 0%;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }
  /* line 9862, app/assets/stylesheets/xnmiroar.css.scss */
  .after_delivery_title {
    margin-left: 10px;
    margin-right: 10px;
    font-size: 15px;
    font-weight: 700;
    line-height: 20px;
  }
  /* line 9870, app/assets/stylesheets/xnmiroar.css.scss */
  .after_delivery_footer_text {
    margin-left: 10px;
    margin-right: 10px;
    font-size: 12px;
    font-weight: 400;
    line-height: 20px;
  }
  /* line 9878, app/assets/stylesheets/xnmiroar.css.scss */
  .after_delivery_container_wrapper {
    width: 90%;
  }
}

/* line 9883, app/assets/stylesheets/xnmiroar.css.scss */
#w-node-_35b5da61-2d3b-602f-bef9-00853b3f45c6-f07d4e12 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
}

/* line 9888, app/assets/stylesheets/xnmiroar.css.scss */
#w-node-a7f79c01-27f9-d646-68cc-e5e872d9cff0-f07d4e12 {
  grid-column: span 2 / span 2;
}

/* line 9892, app/assets/stylesheets/xnmiroar.css.scss */
#w-node-_0f1cb401-b0d3-31d2-d0a9-b6d4bb389022-86d4efa6 {
  grid-template-rows: auto auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

/* line 9897, app/assets/stylesheets/xnmiroar.css.scss */
#w-node-f45f118e-bb96-dffa-aea5-8a0b2d71e84e-29877411 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

/* line 9902, app/assets/stylesheets/xnmiroar.css.scss */
#w-node-c4c5cca5-44f9-2a37-9fc4-f52f44ecc19e-fd1b0069 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

@media screen and (max-width: 991px) {
  /* line 9908, app/assets/stylesheets/xnmiroar.css.scss */
  #w-node-_35b5da61-2d3b-602f-bef9-00853b3f45c6-f07d4e12 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }
  /* line 9913, app/assets/stylesheets/xnmiroar.css.scss */
  #w-node-_35b5da61-2d3b-602f-bef9-00853b3f45c7-f07d4e12, #w-node-_35b5da61-2d3b-602f-bef9-00853b3f45c8-f07d4e12 {
    grid-column: span 2 / span 2;
  }
  /* line 9917, app/assets/stylesheets/xnmiroar.css.scss */
  #w-node-c4c5cca5-44f9-2a37-9fc4-f52f44ecc19e-fd1b0069 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 767px) {
  /* line 9924, app/assets/stylesheets/xnmiroar.css.scss */
  #w-node-f45f118e-bb96-dffa-aea5-8a0b2d71e84e-29877411 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }
}

@media screen and (max-width: 479px) {
  /* line 9931, app/assets/stylesheets/xnmiroar.css.scss */
  #w-node-f45f118e-bb96-dffa-aea5-8a0b2d71e84e-29877411 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }
}
/* line 3, app/assets/stylesheets/consent.css.scss */
.option_select_indicator.selected {
  width: 14px;
  height: 14px;
  background-color: #000;
  flex: none;
  position: static;
}

/* line 13, app/assets/stylesheets/consent.css.scss */
.popup_scrollable_content {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  margin-top: 0%;
  margin-left: 2%;
  margin-right: 2%;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
  position: relative;
  overflow: scroll;
}

/* line 28, app/assets/stylesheets/consent.css.scss */
.partner_switcher_text {
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  padding-right: 30px;
  font-size: 20px;
  font-weight: 400;
}

/* line 37, app/assets/stylesheets/consent.css.scss */
.popup_container {
  z-index: 3001;
  background-color: rgba(0, 0, 0, 0.5);
  height: 100vh;
  display: block;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

/* line 49, app/assets/stylesheets/consent.css.scss */
.popup_container.hidden {
  display: none;
}

/* line 53, app/assets/stylesheets/consent.css.scss */
.cookie_popup_button_wrapper {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  justify-content: space-between;
  width: 80%;
  margin-top: 0;
  margin-bottom: 0;
  padding: 20px 5px 10px;
  display: flex;
  position: relative;
}

/* line 65, app/assets/stylesheets/consent.css.scss */
.select_language_button {
  text-align: center;
  background-color: #000;
  border: 1px solid #000;
  flex: 1;
  justify-content: center;
  align-items: center;
  margin-right: 0;
  font-weight: 600;
  display: flex;
}

/* line 77, app/assets/stylesheets/consent.css.scss */
.select_language_button.cancel {
  color: #000;
  background-color: #fff;
}

/* line 82, app/assets/stylesheets/consent.css.scss */
.popup_wrapper {
  background-color: #f7f4ed;
  padding: 0 10px;
  position: absolute;
  top: 10%;
  bottom: auto;
  left: 25%;
  right: 25%;
}

/* line 92, app/assets/stylesheets/consent.css.scss */
.popup_wrapper.partner_selector {
  background-color: #fff;
  padding-bottom: 0;
  bottom: 2%;
}

/* line 98, app/assets/stylesheets/consent.css.scss */
.partner_selection_option_content_wrapper {
  flex: 1;
  margin-left: 10px;
  margin-right: 10px;
}

/* line 104, app/assets/stylesheets/consent.css.scss */
.popup_content {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  margin-top: 0%;
  margin-left: 2%;
  margin-right: 2%;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
  position: relative;
  overflow: scroll;
}

/* line 119, app/assets/stylesheets/consent.css.scss */
.popup_content.small_popup {
  height: auto;
}

/* line 123, app/assets/stylesheets/consent.css.scss */
.partner_selection_row {
  border-bottom: 1px solid rgba(0, 0, 0, 0.07);
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

/* line 134, app/assets/stylesheets/consent.css.scss */
.partner_option_select_indicator {
  border: 1px solid #000;
  border-radius: 50%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 26px;
  height: 26px;
  margin-right: 10px;
  padding: 0;
  display: flex;
  position: relative;
}

/* line 148, app/assets/stylesheets/consent.css.scss */
.option_select_indicator {
  background-color: rgba(0, 0, 0, 0);
  border-radius: 50%;
  width: 20px;
  height: 20px;
  margin-top: 0;
  margin-left: 0;
  position: absolute;
  top: 50%;
  left: 50%;
}

/* line 160, app/assets/stylesheets/consent.css.scss */
.popup_header {
  text-align: center;
  margin-top: 30px;
  margin-bottom: 20px;
  font-weight: 400;
}

/* line 167, app/assets/stylesheets/consent.css.scss */
.popup_close {
  z-index: 2000;
  padding: 15px 15px 10px 10px;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

/* line 177, app/assets/stylesheets/consent.css.scss */
.cookie_footer_container {
  z-index: 2000;
  background-color: rgba(240, 240, 240, 0.9);
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  height: 90px;
  padding: 10px 15px;
  font-family: Open Sans, sans-serif;
  display: flex;
  position: fixed;
  bottom: 10px;
  left: 2%;
  right: 2%;
}

/* line 193, app/assets/stylesheets/consent.css.scss */
.cookie_footer_container.hidden {
  display: none;
}

/* line 197, app/assets/stylesheets/consent.css.scss */
.cookie_consent_message {
  margin-right: 10px;
  font-size: 15px;
  line-height: 17px;
}

/* line 203, app/assets/stylesheets/consent.css.scss */
.cookie_consent_button {
  color: #000;
  text-align: center;
  white-space: nowrap;
  background-color: #fff;
  border-radius: 5px;
  height: 50px;
  margin-left: 2px;
  margin-right: 4px;
  font-weight: 600;
  line-height: 32px;
}

/* line 216, app/assets/stylesheets/consent.css.scss */
.cookie_consent_button.selected {
  color: #fff;
  background-color: #000;
  font-weight: 700;
}

/* line 222, app/assets/stylesheets/consent.css.scss */
.cookie_consent_title {
  margin-left: 10px;
  margin-right: 10px;
  font-size: 20px;
  font-weight: 600;
  line-height: 25px;
}

/* line 230, app/assets/stylesheets/consent.css.scss */
.cookie_consent_title_wrapper {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 4px;
  display: flex;
}

/* line 237, app/assets/stylesheets/consent.css.scss */
.cookie_icon {
  width: 20px;
  height: 20px;
}

/* line 242, app/assets/stylesheets/consent.css.scss */
.button_wrapper {
  display: flex;
}

/* line 246, app/assets/stylesheets/consent.css.scss */
.body {
  background-color: #fff;
}

@media screen and (max-width: 991px) {
  /* line 251, app/assets/stylesheets/consent.css.scss */
  .close_icon {
    width: 29px;
    height: 20px;
  }
  /* line 256, app/assets/stylesheets/consent.css.scss */
  .popup_scrollable_content {
    padding-left: 5%;
    padding-right: 5%;
  }
  /* line 261, app/assets/stylesheets/consent.css.scss */
  .cookie_popup_button_wrapper {
    width: 100%;
  }
  /* line 265, app/assets/stylesheets/consent.css.scss */
  .popup_wrapper {
    bottom: auto;
    left: 10%;
    right: 10%;
  }
  /* line 271, app/assets/stylesheets/consent.css.scss */
  .popup_content {
    padding-left: 5%;
    padding-right: 5%;
  }
  /* line 276, app/assets/stylesheets/consent.css.scss */
  .cookie_footer_container {
    border-radius: 0;
    flex-flow: column;
    height: 180px;
    bottom: 0;
    left: 0%;
    right: 0%;
  }
  /* line 285, app/assets/stylesheets/consent.css.scss */
  .cookie_consent_message {
    text-align: center;
  }
  /* line 289, app/assets/stylesheets/consent.css.scss */
  .cookie_consent_button {
    width: 30%;
  }
  /* line 293, app/assets/stylesheets/consent.css.scss */
  .cookie_consent_title_wrapper {
    justify-content: center;
    align-items: center;
  }
  /* line 298, app/assets/stylesheets/consent.css.scss */
  .button_wrapper {
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: 10px;
    display: flex;
  }
}

@media screen and (max-width: 767px) {
  /* line 308, app/assets/stylesheets/consent.css.scss */
  .close_icon {
    width: 20px;
    height: 20px;
  }
  /* line 313, app/assets/stylesheets/consent.css.scss */
  .popup_scrollable_content {
    justify-content: flex-start;
    margin-left: 0%;
    margin-right: 0%;
    padding-left: 2%;
    padding-right: 2%;
    overflow: scroll;
  }
  /* line 322, app/assets/stylesheets/consent.css.scss */
  .popup_wrapper {
    left: 5%;
    right: 5%;
  }
  /* line 327, app/assets/stylesheets/consent.css.scss */
  .popup_content {
    justify-content: flex-start;
    margin-left: 0%;
    margin-right: 0%;
    padding-left: 2%;
    padding-right: 2%;
    overflow: scroll;
  }
}

@media screen and (max-width: 479px) {
  /* line 338, app/assets/stylesheets/consent.css.scss */
  .popup_scrollable_content {
    overflow: scroll;
  }
  /* line 342, app/assets/stylesheets/consent.css.scss */
  .partner_switcher_text {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 15px;
    line-height: 18px;
  }
  /* line 349, app/assets/stylesheets/consent.css.scss */
  .cookie_popup_button_wrapper {
    align-items: stretch;
    width: 100%;
    padding: 20px 5px;
  }
  /* line 355, app/assets/stylesheets/consent.css.scss */
  .select_language_button {
    font-size: 10px;
  }
  /* line 359, app/assets/stylesheets/consent.css.scss */
  .select_language_button.cancel {
    justify-content: center;
    align-items: center;
  }
  /* line 364, app/assets/stylesheets/consent.css.scss */
  .popup_wrapper {
    position: absolute;
    top: 5%;
    bottom: 2%;
    left: 5%;
    right: 5%;
  }
  /* line 372, app/assets/stylesheets/consent.css.scss */
  .popup_wrapper.partner_selector {
    margin-top: 60px;
    bottom: 20%;
  }
  /* line 377, app/assets/stylesheets/consent.css.scss */
  .partner_selection_option_content_wrapper {
    margin-left: 10px;
  }
  /* line 381, app/assets/stylesheets/consent.css.scss */
  .popup_content {
    overflow: scroll;
  }
  /* line 385, app/assets/stylesheets/consent.css.scss */
  .partner_selection_row {
    width: 100%;
  }
  /* line 389, app/assets/stylesheets/consent.css.scss */
  .partner_option_select_indicator {
    margin-right: 10px;
  }
  /* line 393, app/assets/stylesheets/consent.css.scss */
  .popup_header {
    margin-left: 15px;
    margin-right: 15px;
    font-size: 25px;
  }
  /* line 399, app/assets/stylesheets/consent.css.scss */
  .popup_close {
    padding: 10px;
  }
  /* line 403, app/assets/stylesheets/consent.css.scss */
  .cookie_footer_container {
    height: 200px;
    padding: 5px;
  }
  /* line 408, app/assets/stylesheets/consent.css.scss */
  .cookie_consent_message {
    font-size: 10px;
  }
  /* line 412, app/assets/stylesheets/consent.css.scss */
  .cookie_consent_button {
    width: 100%;
    height: 40px;
    line-height: 22px;
  }
  /* line 418, app/assets/stylesheets/consent.css.scss */
  .cookie_consent_button.selected {
    font-weight: 700;
  }
  /* line 422, app/assets/stylesheets/consent.css.scss */
  .cookie_consent_title {
    font-size: 15px;
    line-height: 15px;
  }
  /* line 427, app/assets/stylesheets/consent.css.scss */
  .cookie_icon {
    width: 15px;
    height: 15px;
  }
  /* line 432, app/assets/stylesheets/consent.css.scss */
  .button_wrapper {
    width: 100%;
  }
}
/*
 * This is a manifest file that'll be compiled into application.css, which will include all the files
 * listed below.
 *
 * Any CSS and SCSS file within this directory, lib/assets/stylesheets, or any plugin's
 * vendor/assets/stylesheets directory can be referenced here using a relative path.
 *
 * You're free to add application-wide styles to this file and they'll appear at the bottom of the
 * compiled file so the styles you add here take precedence over styles defined in any other CSS/SCSS
 * files in this directory. Styles in this file should be added after the last require_* statement.
 * It is generally better to create a new file per style scope.
 *





 */



