@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Abril+Fatface&display=swap");
@import url("https://fonts.googleapis.com/css?family=Poppins:300,500,700&display=swap");
@import url("https://fonts.googleapis.com/css?family=Titillium+Web:300,500,700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Fjalla+One&family=Source+Sans+Pro:wght@300;400;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Source+Serif+Pro:ital,wght@0,400;0,700;1,300;1,400&display=swap");
@import url("https://fonts.googleapis.com/css?family=Lato:300,500,700&display=swap");
@import url("https://fonts.googleapis.com/css?family=Cabin:300,500,700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@300;400;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Anton&family=DM+Sans:ital,wght@0,400;0,700;1,400&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Quicksand:wght@300;400;700&display=swap");
@import url("https://fonts.googleapis.com/css?family=Noto+Sans:300,400,700&display=swap");
@import url("https://fonts.googleapis.com/css?family=Roboto+Condensed:300,500,700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;700&display=swap");
@import url("https://fonts.googleapis.com/css?family=Roboto:300,400,700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,700;1,700&family=Roboto+Mono:ital,wght@0,700;1,700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,700;1,400&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Barlow:wght@700&family=Montserrat:ital,wght@0,300;0,400;0,700;1,400&display=swap");
@import url("https://fonts.googleapis.com/css?family=Barlow:300,500,700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Source+Sans+Pro:ital,wght@0,300;0,400;0,700;1,400&display=swap");
@import url("https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,500,700&display=swap");
@import url("https://fonts.googleapis.com/css?family=Open+Sans+Condensed:700,300");
/* =============================================================================
   HTML5 display definitions
   ========================================================================== */
/* line 5, app/assets/stylesheets/_h5bp.scss */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}

/* line 17, app/assets/stylesheets/_h5bp.scss */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

/* line 24, app/assets/stylesheets/_h5bp.scss */
audio:not([controls]) {
  display: none;
}

/* line 27, app/assets/stylesheets/_h5bp.scss */
[hidden] {
  display: none;
}

/* =============================================================================
   Base
   ========================================================================== */
/*
 * 1. Correct text resizing oddly in IE6/7 when body font-size is set using em units
 * 2. Prevent iOS text size adjust on device orientation change, without disabling user zoom: h5bp.com/g
 */
/* line 40, app/assets/stylesheets/_h5bp.scss */
html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

/* line 46, app/assets/stylesheets/_h5bp.scss */
html,
button,
input,
select,
textarea {
  font-family: Arial, sans-serif;
  color: #222;
}

/* line 55, app/assets/stylesheets/_h5bp.scss */
body {
  margin: 0;
  font-size: 1em;
  line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection declarations have to be separate
 * Also: hot pink! (or customize the background color to match your design)
 */
/* line 67, app/assets/stylesheets/_h5bp.scss */
::-moz-selection {
  background: #0099cc;
  color: #fff;
  text-shadow: none;
}

/* line 72, app/assets/stylesheets/_h5bp.scss */
::selection {
  background: #0099cc;
  color: #fff;
  text-shadow: none;
}

/* =============================================================================
   Links
   ========================================================================== */
/* line 82, app/assets/stylesheets/_h5bp.scss */
a {
  color: #00e;
}

/* line 85, app/assets/stylesheets/_h5bp.scss */
a:visited {
  color: #551a8b;
}

/* line 88, app/assets/stylesheets/_h5bp.scss */
a:hover {
  color: #06e;
}

/* line 91, app/assets/stylesheets/_h5bp.scss */
a:focus {
  outline: thin dotted;
}

/* Improve readability when focused and hovered in all browsers: h5bp.com/h */
/* line 96, app/assets/stylesheets/_h5bp.scss */
a:hover,
a:active {
  outline: 0;
}

/* =============================================================================
   Typography
   ========================================================================== */
/* line 105, app/assets/stylesheets/_h5bp.scss */
abbr[title] {
  border-bottom: 1px dotted;
}

/* line 109, app/assets/stylesheets/_h5bp.scss */
b,
strong {
  font-weight: bold;
}

/* line 114, app/assets/stylesheets/_h5bp.scss */
blockquote {
  margin: 1em 40px;
}

/* line 118, app/assets/stylesheets/_h5bp.scss */
dfn {
  font-style: italic;
}

/* line 122, app/assets/stylesheets/_h5bp.scss */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

/* line 131, app/assets/stylesheets/_h5bp.scss */
ins {
  background: #ff9;
  color: #000;
  text-decoration: none;
}

/* line 137, app/assets/stylesheets/_h5bp.scss */
mark {
  background: #ff0;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

/* Redeclare monospace font family: h5bp.com/j */
/* line 145, app/assets/stylesheets/_h5bp.scss */
pre,
code,
kbd,
samp {
  font-family: monospace, serif;
  _font-family: "courier new", monospace;
  font-size: 1em;
}

/* Improve readability of pre-formatted text in all browsers */
/* line 155, app/assets/stylesheets/_h5bp.scss */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

/* line 161, app/assets/stylesheets/_h5bp.scss */
q {
  quotes: none;
}

/* line 164, app/assets/stylesheets/_h5bp.scss */
q:before,
q:after {
  content: "";
  content: none;
}

/* line 170, app/assets/stylesheets/_h5bp.scss */
small {
  font-size: 85%;
}

/* Position subscript and superscript content without affecting line-height: h5bp.com/k */
/* line 175, app/assets/stylesheets/_h5bp.scss */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

/* line 182, app/assets/stylesheets/_h5bp.scss */
sup {
  top: -0.5em;
}

/* line 185, app/assets/stylesheets/_h5bp.scss */
sub {
  bottom: -0.25em;
}

/* =============================================================================
   Lists
   ========================================================================== */
/* line 193, app/assets/stylesheets/_h5bp.scss */
ul,
ol {
  margin: 1em 0;
  padding: 0 0 0 40px;
}

/* line 198, app/assets/stylesheets/_h5bp.scss */
dd {
  margin: 0 0 0 40px;
}

/* line 201, app/assets/stylesheets/_h5bp.scss */
nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
  margin: 0;
  padding: 0;
}

/* =============================================================================
   Embedded content
   ========================================================================== */
/*
 * 1. Improve image quality when scaled in IE7: h5bp.com/d
 * 2. Remove the gap between images and borders on image containers: h5bp.com/i/440
 */
/* line 218, app/assets/stylesheets/_h5bp.scss */
img {
  border: 0;
  -ms-interpolation-mode: bicubic;
  vertical-align: middle;
}

/*
 * Correct overflow not hidden in IE9
 */
/* line 228, app/assets/stylesheets/_h5bp.scss */
svg:not(:root) {
  overflow: hidden;
}

/* =============================================================================
   Figures
   ========================================================================== */
/* line 236, app/assets/stylesheets/_h5bp.scss */
figure {
  margin: 0;
}

/* =============================================================================
   Forms
   ========================================================================== */
/* line 244, app/assets/stylesheets/_h5bp.scss */
form {
  margin: 0;
}

/* line 247, app/assets/stylesheets/_h5bp.scss */
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

/* Indicate that 'label' will shift focus to the associated form element */
/* line 254, app/assets/stylesheets/_h5bp.scss */
label {
  cursor: pointer;
}

/*
 * 1. Correct color not inheriting in IE6/7/8/9
 * 2. Correct alignment displayed oddly in IE6/7
 */
/* line 263, app/assets/stylesheets/_h5bp.scss */
legend {
  border: 0;
  *margin-left: -7px;
  padding: 0;
  white-space: normal;
}

/*
 * 1. Correct font-size not inheriting in all browsers
 * 2. Remove margins in FF3/4 S5 Chrome
 * 3. Define consistent vertical alignment display in all browsers
 */
/* line 276, app/assets/stylesheets/_h5bp.scss */
button,
input,
select,
textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle;
}

/*
 * 1. Define line-height as normal to match FF3/4 (set using !important in the UA stylesheet)
 */
/* line 290, app/assets/stylesheets/_h5bp.scss */
button,
input {
  line-height: normal;
}

/*
 * 1. Display hand cursor for clickable form elements
 * 2. Allow styling of clickable form elements in iOS
 * 3. Correct inner spacing displayed oddly in IE7 (doesn't effect IE6)
 */
/* line 301, app/assets/stylesheets/_h5bp.scss */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
  *overflow: visible;
}

/*
 * Re-set default cursor for disabled elements
 */
/* line 314, app/assets/stylesheets/_h5bp.scss */
button[disabled],
input[disabled] {
  cursor: default;
}

/*
 * Consistent box sizing and appearance
 */
/* line 323, app/assets/stylesheets/_h5bp.scss */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
  *width: 13px;
  *height: 13px;
}

/* line 330, app/assets/stylesheets/_h5bp.scss */
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

/* line 336, app/assets/stylesheets/_h5bp.scss */
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

/*
 * Remove inner padding and border in FF3/4: h5bp.com/l
 */
/* line 345, app/assets/stylesheets/_h5bp.scss */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/*
 * 1. Remove default vertical scrollbar in IE6/7/8/9
 * 2. Allow only vertical resizing
 */
/* line 356, app/assets/stylesheets/_h5bp.scss */
textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical;
}

/* Colors for form validity */
/* line 366, app/assets/stylesheets/_h5bp.scss */
input:invalid,
textarea:invalid {
  background-color: #f0dddd;
}

/* =============================================================================
   Tables
   ========================================================================== */
/* line 375, app/assets/stylesheets/_h5bp.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 379, app/assets/stylesheets/_h5bp.scss */
td {
  vertical-align: top;
}

/* line 385, app/assets/stylesheets/_h5bp.scss */
table.ticket-types td input {
  width: 36px;
}

/* =============================================================================
   Chrome Frame Prompt
   ========================================================================== */
/* line 395, app/assets/stylesheets/_h5bp.scss */
.chromeframe {
  margin: 0.2em 0;
  background: #ccc;
  color: black;
  padding: 0.2em 0;
}

/* ==|== print styles =======================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */
@media print {
  /* line 408, app/assets/stylesheets/_h5bp.scss */
  * {
    background: transparent !important;
    color: black !important;
    box-shadow: none !important;
    text-shadow: none !important;
    filter: none !important;
    -ms-filter: none !important;
  }
  /* Black prints faster: h5bp.com/s */
  /* line 416, app/assets/stylesheets/_h5bp.scss */
  a,
a:visited {
    text-decoration: underline;
  }
  /* line 420, app/assets/stylesheets/_h5bp.scss */
  a[href]:after {
    content: " (" attr(href) ")";
  }
  /* line 423, app/assets/stylesheets/_h5bp.scss */
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  /* line 426, app/assets/stylesheets/_h5bp.scss */
  .ir a:after,
a[href^="javascript:"]:after,
a[href^="#"]:after {
    content: "";
  }
  /* Don't show links for images, or javascript/internal links */
  /* line 431, app/assets/stylesheets/_h5bp.scss */
  pre,
blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  /* line 436, app/assets/stylesheets/_h5bp.scss */
  thead {
    display: table-header-group;
  }
  /* h5bp.com/t */
  /* line 439, app/assets/stylesheets/_h5bp.scss */
  tr,
img {
    page-break-inside: avoid;
  }
  /* line 443, app/assets/stylesheets/_h5bp.scss */
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  /* line 449, app/assets/stylesheets/_h5bp.scss */
  p,
h2,
h3 {
    orphans: 3;
    widows: 3;
  }
  /* line 455, app/assets/stylesheets/_h5bp.scss */
  h2,
h3 {
    page-break-after: avoid;
  }
}

/* =============================================================================
   Custom
   ========================================================================== */
/* line 465, app/assets/stylesheets/_h5bp.scss */
div.address_box {
  padding-top: 50px;
}

/* line 469, app/assets/stylesheets/_h5bp.scss */
#test-payment-info {
  border-style: solid;
  border-width: thin;
  background-color: #ebebeb;
  padding: 5px;
  margin-left: 16px;
  margin-bottom: 20px;
}

/* line 478, app/assets/stylesheets/_h5bp.scss */
a.tooltip {
  outline: none;
  font-size: 10px;
}

/* line 482, app/assets/stylesheets/_h5bp.scss */
a.tooltip strong {
  line-height: 30px;
}

/* line 485, app/assets/stylesheets/_h5bp.scss */
a.tooltip:hover {
  text-decoration: none;
}

/* line 488, app/assets/stylesheets/_h5bp.scss */
a.tooltip span {
  z-index: 10;
  display: none;
  padding: 14px 20px;
  margin-top: -30px;
  margin-left: 28px;
  width: 300px;
  max-width: 48%;
  line-height: 16px;
  font-size: 12px;
  font-weight: normal;
}

/* line 500, app/assets/stylesheets/_h5bp.scss */
a.tooltip:hover span {
  display: inline;
  position: absolute;
  color: #111;
  border: 1px solid #dca;
  background: #fffaf0;
}

/* line 508, app/assets/stylesheets/_h5bp.scss */
.callout {
  z-index: 20;
  position: absolute;
  top: 30px;
  border: 0;
  left: -12px;
}

/* line 20, app/assets/stylesheets/template-igniter/_grid.scss */
.container {
  max-width: 544px;
  max-width: 34rem;
  padding-left: 8px;
  padding-left: 0.5rem;
  padding-right: 8px;
  padding-right: 0.5rem;
  margin-left: auto;
  margin-right: auto;
  /*@include susy-grid-background;*/
}

/* line 34, app/assets/stylesheets/mixins/_clearfix.scss */
.container:after {
  content: "";
  display: table;
  clear: both;
}

/* line 24, app/assets/stylesheets/template-igniter/_grid.scss */
.container .secondary {
  display: none;
}

/* line 29, app/assets/stylesheets/template-igniter/_grid.scss */
.container .main .left-column {
  clear: both;
}

/* line 33, app/assets/stylesheets/template-igniter/_grid.scss */
.container .main .left-column,
.container .main .right-column {
  padding: 16px;
}

/* line 39, app/assets/stylesheets/template-igniter/_grid.scss */
.container .full {
  padding-right: 16px;
  padding-left: 16px;
}

@media (min-width: 944px) {
  /* line 20, app/assets/stylesheets/template-igniter/_grid.scss */
  .container {
    max-width: 944px;
    max-width: 59rem;
    /*@include susy-grid-background;*/
  }
  /* line 48, app/assets/stylesheets/template-igniter/_grid.scss */
  .container .banner {
    width: 74.5762711864%;
    float: left;
    margin-right: 1.6949152542%;
  }
  /* line 52, app/assets/stylesheets/template-igniter/_grid.scss */
  .container .navigation {
    width: 23.7288135593%;
    float: right;
    margin-right: 0;
  }
  /* line 56, app/assets/stylesheets/template-igniter/_grid.scss */
  .container .decoration {
    width: 100%;
    float: right;
    margin-right: 0;
  }
  /* line 60, app/assets/stylesheets/template-igniter/_grid.scss */
  .container .main {
    width: 100%;
    float: right;
    margin-right: 0;
  }
  /* line 64, app/assets/stylesheets/template-igniter/_grid.scss */
  .container .main .left-column {
    padding-left: 1.6949152542%;
    padding-right: 1.6949152542%;
    width: 37.2881355932%;
    float: left;
    margin-right: 1.6949152542%;
  }
  /* line 67, app/assets/stylesheets/template-igniter/_grid.scss */
  .container .main .left-column.framed {
    padding-left: 1.6949152542%;
    padding-right: 1.6949152542%;
    width: 37.2881355932%;
    float: left;
    margin-right: 1.6949152542%;
  }
  /* line 72, app/assets/stylesheets/template-igniter/_grid.scss */
  .container .main .right-column {
    padding-left: 1.6949152542%;
    padding-right: 1.6949152542%;
    width: 54.2372881356%;
    float: right;
    margin-right: 0;
  }
  /* line 75, app/assets/stylesheets/template-igniter/_grid.scss */
  .container .main .right-column.framed {
    padding-left: 1.6949152542%;
    padding-right: 1.6949152542%;
    width: 54.2372881356%;
    float: right;
    margin-right: 0;
  }
  /* line 78, app/assets/stylesheets/template-igniter/_grid.scss */
  .container .main .right-column.framed.pulled {
    padding-left: 1.6949152542%;
    padding-right: 1.6949152542%;
    width: 37.2881355932%;
    float: right;
    margin-right: 0;
    padding-right: 16.9491525424%;
  }
  /* line 84, app/assets/stylesheets/template-igniter/_grid.scss */
  .container .main .right-column.pulled {
    padding-left: 1.6949152542%;
    padding-right: 1.6949152542%;
    width: 37.2881355932%;
    float: right;
    margin-right: 0;
    padding-right: 16.9491525424%;
  }
  /* line 90, app/assets/stylesheets/template-igniter/_grid.scss */
  .container .main .full {
    padding-left: 1.6949152542%;
    padding-right: 1.6949152542%;
    width: 96.6101694915%;
    float: right;
    margin-right: 0;
  }
  /* line 93, app/assets/stylesheets/template-igniter/_grid.scss */
  .container .main .full.framed {
    padding-left: 1.6949152542%;
    padding-right: 1.6949152542%;
    width: 96.6101694915%;
    float: right;
    margin-right: 0;
  }
  /* line 103, app/assets/stylesheets/template-igniter/_grid.scss */
  .container .assistance {
    clear: both;
  }
  /* line 107, app/assets/stylesheets/template-igniter/_grid.scss */
  .container .contentinfo {
    width: 100%;
    float: right;
    margin-right: 0;
  }
  /* line 110, app/assets/stylesheets/template-igniter/_grid.scss */
  .container .contentinfo .footer-logo {
    width: 23.7288135593%;
    float: left;
    margin-right: 1.6949152542%;
  }
  /* line 114, app/assets/stylesheets/template-igniter/_grid.scss */
  .container .contentinfo .footer-links {
    width: 49.1525423729%;
    float: left;
    margin-right: 1.6949152542%;
  }
  /* line 118, app/assets/stylesheets/template-igniter/_grid.scss */
  .container .contentinfo .copyright {
    width: 23.7288135593%;
    float: right;
    margin-right: 0;
  }
  /* line 123, app/assets/stylesheets/template-igniter/_grid.scss */
  .container .narrow {
    width: 60%;
  }
}

/* line 85, app/assets/stylesheets/susyone/_media.scss */
.lt-ie9 .container {
  max-width: 944px;
  max-width: 59rem;
  /*@include susy-grid-background;*/
}

/* line 48, app/assets/stylesheets/template-igniter/_grid.scss */
.lt-ie9 .container .banner {
  width: 74.5762711864%;
  float: left;
  margin-right: 1.6949152542%;
}

/* line 52, app/assets/stylesheets/template-igniter/_grid.scss */
.lt-ie9 .container .navigation {
  width: 23.7288135593%;
  float: right;
  margin-right: 0;
}

/* line 56, app/assets/stylesheets/template-igniter/_grid.scss */
.lt-ie9 .container .decoration {
  width: 100%;
  float: right;
  margin-right: 0;
}

/* line 60, app/assets/stylesheets/template-igniter/_grid.scss */
.lt-ie9 .container .main {
  width: 100%;
  float: right;
  margin-right: 0;
}

/* line 64, app/assets/stylesheets/template-igniter/_grid.scss */
.lt-ie9 .container .main .left-column {
  padding-left: 1.6949152542%;
  padding-right: 1.6949152542%;
  width: 37.2881355932%;
  float: left;
  margin-right: 1.6949152542%;
}

/* line 67, app/assets/stylesheets/template-igniter/_grid.scss */
.lt-ie9 .container .main .left-column.framed {
  padding-left: 1.6949152542%;
  padding-right: 1.6949152542%;
  width: 37.2881355932%;
  float: left;
  margin-right: 1.6949152542%;
}

/* line 72, app/assets/stylesheets/template-igniter/_grid.scss */
.lt-ie9 .container .main .right-column {
  padding-left: 1.6949152542%;
  padding-right: 1.6949152542%;
  width: 54.2372881356%;
  float: right;
  margin-right: 0;
}

/* line 75, app/assets/stylesheets/template-igniter/_grid.scss */
.lt-ie9 .container .main .right-column.framed {
  padding-left: 1.6949152542%;
  padding-right: 1.6949152542%;
  width: 54.2372881356%;
  float: right;
  margin-right: 0;
}

/* line 78, app/assets/stylesheets/template-igniter/_grid.scss */
.lt-ie9 .container .main .right-column.framed.pulled {
  padding-left: 1.6949152542%;
  padding-right: 1.6949152542%;
  width: 37.2881355932%;
  float: right;
  margin-right: 0;
  padding-right: 16.9491525424%;
}

/* line 84, app/assets/stylesheets/template-igniter/_grid.scss */
.lt-ie9 .container .main .right-column.pulled {
  padding-left: 1.6949152542%;
  padding-right: 1.6949152542%;
  width: 37.2881355932%;
  float: right;
  margin-right: 0;
  padding-right: 16.9491525424%;
}

/* line 90, app/assets/stylesheets/template-igniter/_grid.scss */
.lt-ie9 .container .main .full {
  padding-left: 1.6949152542%;
  padding-right: 1.6949152542%;
  width: 96.6101694915%;
  float: right;
  margin-right: 0;
}

/* line 93, app/assets/stylesheets/template-igniter/_grid.scss */
.lt-ie9 .container .main .full.framed {
  padding-left: 1.6949152542%;
  padding-right: 1.6949152542%;
  width: 96.6101694915%;
  float: right;
  margin-right: 0;
}

/* line 103, app/assets/stylesheets/template-igniter/_grid.scss */
.lt-ie9 .container .assistance {
  clear: both;
}

/* line 107, app/assets/stylesheets/template-igniter/_grid.scss */
.lt-ie9 .container .contentinfo {
  width: 100%;
  float: right;
  margin-right: 0;
}

/* line 110, app/assets/stylesheets/template-igniter/_grid.scss */
.lt-ie9 .container .contentinfo .footer-logo {
  width: 23.7288135593%;
  float: left;
  margin-right: 1.6949152542%;
}

/* line 114, app/assets/stylesheets/template-igniter/_grid.scss */
.lt-ie9 .container .contentinfo .footer-links {
  width: 49.1525423729%;
  float: left;
  margin-right: 1.6949152542%;
}

/* line 118, app/assets/stylesheets/template-igniter/_grid.scss */
.lt-ie9 .container .contentinfo .copyright {
  width: 23.7288135593%;
  float: right;
  margin-right: 0;
}

/* line 123, app/assets/stylesheets/template-igniter/_grid.scss */
.lt-ie9 .container .narrow {
  width: 60%;
}

@media (max-width: 350px) {
  /* line 130, app/assets/stylesheets/template-igniter/_grid.scss */
  #recaptcha_widget_div {
    margin-left: -16px;
  }
}

/* line 1, app/assets/stylesheets/customer/_main_content.scss */
body {
  font-family: var(--primary-font-family);
  font-size: 16px;
  color: #464646;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 100vh;
  background: var(--body-background-color);
  background-position: var(--background-position);
  background-attachment: fixed;
  background-repeat: var(--background-repeat);
  background-size: var(--background-size);
}

/* line 18, app/assets/stylesheets/customer/_main_content.scss */
::selection {
  /* Change highlight background color to black */
  background: var(--secondary-90);
  /* Change highlight text color to red */
  color: var(--secondary-10);
}

/* line 25, app/assets/stylesheets/customer/_main_content.scss */
.assistance {
  text-align: center;
}

/* line 29, app/assets/stylesheets/customer/_main_content.scss */
p {
  margin-top: 0;
}

/* line 34, app/assets/stylesheets/customer/_main_content.scss */
a:link, a:visited {
  color: var(--on-primary);
}

/* line 38, app/assets/stylesheets/customer/_main_content.scss */
a:hover, a:focus, a:active {
  color: var(--on-primary);
}

/* line 45, app/assets/stylesheets/customer/_main_content.scss */
div.middle {
  margin-bottom: 8rem;
  padding-left: 0;
  padding-right: 0;
  width: 100%;
  flex: 100;
  display: flex;
  justify-content: center;
}

@media screen and (max-width: 950px) {
  /* line 57, app/assets/stylesheets/customer/_main_content.scss */
  div.middle.container {
    max-width: 100%;
    width: 90%;
  }
}

@media screen and (max-width: 600px) {
  /* line 66, app/assets/stylesheets/customer/_main_content.scss */
  div.middle.container {
    width: 100%;
  }
}

/* line 72, app/assets/stylesheets/customer/_main_content.scss */
section,
.section {
  background-color: white;
  padding-top: 16px;
  padding-bottom: 16px;
}

/* line 78, app/assets/stylesheets/customer/_main_content.scss */
section a:not(.button),
.section a:not(.button) {
  text-decoration: none;
}

/* line 81, app/assets/stylesheets/customer/_main_content.scss */
section a:not(.button):link, section a:not(.button):visited,
.section a:not(.button):link,
.section a:not(.button):visited {
  color: var(--on-primary);
}

/* line 86, app/assets/stylesheets/customer/_main_content.scss */
section a:not(.button):hover, section a:not(.button):focus, section a:not(.button):active,
.section a:not(.button):hover,
.section a:not(.button):focus,
.section a:not(.button):active {
  color: var(--on-primary);
  text-decoration: underline;
}

/* line 95, app/assets/stylesheets/customer/_main_content.scss */
.flash-bar {
  text-align: center;
  padding-bottom: 10px;
}

/* line 100, app/assets/stylesheets/customer/_main_content.scss */
.flash {
  display: inline-block;
  border-radius: 5px;
  padding: 8px;
  width: 80%;
  box-shadow: 0 0 1px 0 grey inset;
}

/* line 108, app/assets/stylesheets/customer/_main_content.scss */
.flash.notice {
  background-color: #dff0d8;
  color: #3c763d;
}

/* line 113, app/assets/stylesheets/customer/_main_content.scss */
.flash.alert {
  background-color: #f2dede;
  color: #a94442;
}

/* line 119, app/assets/stylesheets/customer/_main_content.scss */
.content {
  background: white;
  padding: 1.5rem;
  border-radius: 1rem;
  height: 100%;
}

/* line 125, app/assets/stylesheets/customer/_main_content.scss */
.content .full {
  float: none !important;
}

@media screen and (max-width: 600px) {
  /* line 119, app/assets/stylesheets/customer/_main_content.scss */
  .content {
    padding: 0.5rem;
    border-radius: 0;
  }
}

/* line 135, app/assets/stylesheets/customer/_main_content.scss */
.decoration {
  width: 100%;
}

/* line 139, app/assets/stylesheets/customer/_main_content.scss */
ul.list {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  overflow: hidden;
}

/* line 66, app/assets/stylesheets/mixins/_horizontal-list.scss */
ul.list li {
  list-style-image: none;
  list-style-type: none;
  margin-left: 0;
  white-space: nowrap;
  float: left;
  padding-left: 4px;
  padding-right: 4px;
}

/* line 51, app/assets/stylesheets/mixins/_horizontal-list.scss */
ul.list li:first-child {
  padding-left: 0;
}

/* line 54, app/assets/stylesheets/mixins/_horizontal-list.scss */
ul.list li:last-child {
  padding-right: 0;
}

/* line 143, app/assets/stylesheets/customer/_main_content.scss */
.used-tickets-warning {
  color: #ba1a1a;
}

/* line 147, app/assets/stylesheets/customer/_main_content.scss */
.well {
  min-height: 20px;
  padding: 11px;
  margin-bottom: 6px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
}

/* line 155, app/assets/stylesheets/customer/_main_content.scss */
.forgot-password-wrapper,
.sign-in-wrapper,
.sign-up-wrapper {
  margin: 0 auto;
  max-width: 50%;
  line-height: 1.5rem;
}

/* line 162, app/assets/stylesheets/customer/_main_content.scss */
.forgot-password-wrapper #customer_name,
.forgot-password-wrapper #customer_password,
.forgot-password-wrapper #customer_password_confirmation,
.forgot-password-wrapper #customer_email_confirmation,
.forgot-password-wrapper #customer_email,
.sign-in-wrapper #customer_name,
.sign-in-wrapper #customer_password,
.sign-in-wrapper #customer_password_confirmation,
.sign-in-wrapper #customer_email_confirmation,
.sign-in-wrapper #customer_email,
.sign-up-wrapper #customer_name,
.sign-up-wrapper #customer_password,
.sign-up-wrapper #customer_password_confirmation,
.sign-up-wrapper #customer_email_confirmation,
.sign-up-wrapper #customer_email {
  width: 100% !important;
  height: 1.5rem;
  font-size: 1rem;
}

@media screen and (max-width: 600px) {
  /* line 174, app/assets/stylesheets/customer/_main_content.scss */
  .forgot-password-wrapper,
.sign-in-wrapper,
.sign-up-wrapper {
    max-width: 90%;
  }
}

/* line 1, app/assets/stylesheets/customer/_shared_event_styling.scss */
.event-inner-content {
  justify-content: space-between;
  display: flex;
  flex-direction: column;
  width: 100%;
}

/* line 7, app/assets/stylesheets/customer/_shared_event_styling.scss */
.event-inner-content > div {
  padding: 0.5rem 0 0;
}

/* line 11, app/assets/stylesheets/customer/_shared_event_styling.scss */
.event-inner-content .event-headline {
  font-weight: 600;
  font-size: 24px;
}

/* line 16, app/assets/stylesheets/customer/_shared_event_styling.scss */
.event-inner-content .event-date {
  font-weight: 400;
  color: rgba(38, 38, 38, 0.85);
}

/* line 21, app/assets/stylesheets/customer/_shared_event_styling.scss */
.event-inner-content .event-buttons-wrapper {
  display: flex;
  justify-content: flex-end;
}

/* line 25, app/assets/stylesheets/customer/_shared_event_styling.scss */
.event-inner-content .event-buttons-wrapper .event-buttons {
  min-width: fit-content;
}

/* line 29, app/assets/stylesheets/customer/_shared_event_styling.scss */
.event-inner-content .event-buttons-wrapper .event-buttons a {
  width: 100%;
}

@media screen and (max-width: 950px) {
  /* line 37, app/assets/stylesheets/customer/_shared_event_styling.scss */
  .event-content {
    flex-direction: column;
    align-items: center;
    padding-left: 1rem;
    padding-right: 1rem;
    max-width: -moz-available;
    max-width: -webkit-fill-available;
    padding-bottom: 0 !important;
  }
  /* line 46, app/assets/stylesheets/customer/_shared_event_styling.scss */
  .event-content .date-preview {
    display: none !important;
  }
  /* line 50, app/assets/stylesheets/customer/_shared_event_styling.scss */
  .event-content .img-wrapper {
    width: 100% !important;
    margin-bottom: 1rem;
    max-width: -moz-available !important;
    max-width: -webkit-fill-available !important;
    max-height: 300px !important;
  }
  /* line 57, app/assets/stylesheets/customer/_shared_event_styling.scss */
  .event-content .img-wrapper a {
    max-width: -moz-available;
    max-width: -webkit-fill-available;
  }
  /* line 62, app/assets/stylesheets/customer/_shared_event_styling.scss */
  .event-content .img-wrapper a img {
    width: 100%;
  }
  /* line 68, app/assets/stylesheets/customer/_shared_event_styling.scss */
  .event-content .event-buttons-wrapper {
    margin-bottom: 1rem;
  }
  /* line 71, app/assets/stylesheets/customer/_shared_event_styling.scss */
  .event-content .event-buttons-wrapper a {
    width: 100%;
  }
  /* line 76, app/assets/stylesheets/customer/_shared_event_styling.scss */
  .event-content .event-inner-content {
    max-width: 100% !important;
    margin-bottom: 0.5rem;
    max-width: -moz-available !important;
  }
}

/* line 85, app/assets/stylesheets/customer/_shared_event_styling.scss */
.event-details > h2 {
  font-size: 2em;
}

/* line 3, app/assets/stylesheets/customer/_event_preview.scss */
.single-event {
  display: flex;
  background-color: #ffffff;
  border-radius: 0.5rem;
  margin-bottom: 32px;
  box-shadow: 0px 4px 50px rgba(98, 98, 98, 0.4);
  padding: 1.5rem 1rem;
  flex-direction: column;
}

/* line 34, app/assets/stylesheets/mixins/_clearfix.scss */
.single-event:after {
  content: "";
  display: table;
  clear: both;
}

/* line 13, app/assets/stylesheets/customer/_event_preview.scss */
.single-event .headline {
  border-radius: 10px 10px 0 0;
}

/* line 17, app/assets/stylesheets/customer/_event_preview.scss */
.single-event img {
  border-radius: 8px;
}

/* line 21, app/assets/stylesheets/customer/_event_preview.scss */
.single-event .event-content {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1.5rem;
  min-height: 200px;
}

/* line 29, app/assets/stylesheets/customer/_event_preview.scss */
.single-event .event-content .date-preview {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: 1rem;
}

/* line 36, app/assets/stylesheets/customer/_event_preview.scss */
.single-event .event-content .date-preview .date-preview-inner-content {
  box-shadow: 0px 1px 3px 1px rgba(0, 0, 0, 0.15), 0px 1px 2px 0px rgba(0, 0, 0, 0.3);
  padding: 25px 40px;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  text-align: center;
}

/* line 44, app/assets/stylesheets/customer/_event_preview.scss */
.single-event .event-content .date-preview .date-preview-inner-content .date-preview-month {
  font-size: x-large;
  line-height: normal;
}

/* line 49, app/assets/stylesheets/customer/_event_preview.scss */
.single-event .event-content .date-preview .date-preview-inner-content p {
  margin: 0;
}

/* line 54, app/assets/stylesheets/customer/_event_preview.scss */
.single-event .event-content .date-preview .date-preview-day {
  font-size: xxx-large;
  line-height: normal;
}

/* line 61, app/assets/stylesheets/customer/_event_preview.scss */
.single-event .event-content .event-inner-content .event-description {
  font-weight: 400;
  opacity: 70%;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* line 72, app/assets/stylesheets/customer/_event_preview.scss */
.single-event .event-content .img-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
}

/* line 78, app/assets/stylesheets/customer/_event_preview.scss */
.single-event .event-content .img-wrapper img {
  height: 200px;
  width: 280px;
  object-fit: contain;
}

/* line 89, app/assets/stylesheets/customer/_event_preview.scss */
.single-event.pinned .event-content {
  align-items: flex-start;
}

/* line 91, app/assets/stylesheets/customer/_event_preview.scss */
.single-event.pinned .event-content .event-description {
  -webkit-line-clamp: 1000;
}

/* line 97, app/assets/stylesheets/customer/_event_preview.scss */
.search-bar {
  position: sticky;
  display: flex;
  align-items: center;
  bottom: 32px;
  margin-left: auto;
  margin-right: auto;
  background: #ffffff;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.5);
  padding: 8px 20px;
  width: 400px;
  border-radius: 8px;
  cursor: pointer;
  z-index: 10;
  border: 1px solid var(--primary-40);
}

/* line 113, app/assets/stylesheets/customer/_event_preview.scss */
.search-bar input {
  margin-left: 8px;
  border: none;
  width: 100%;
}

/* line 118, app/assets/stylesheets/customer/_event_preview.scss */
.search-bar input:focus {
  outline: none;
}

@media screen and (max-width: 600px) {
  /* line 97, app/assets/stylesheets/customer/_event_preview.scss */
  .search-bar {
    width: 80vw;
  }
}

/* line 128, app/assets/stylesheets/customer/_event_preview.scss */
.event-headline,
.event-description,
.event-date {
  margin: 0;
}

/* line 135, app/assets/stylesheets/customer/_event_preview.scss */
#next-prev a {
  color: var(--background-contrast-text-color) !important;
}

/* line 140, app/assets/stylesheets/customer/_event_preview.scss */
.single-event.glass {
  backdrop-filter: blur(4px);
  background: rgba(255, 255, 255, var(--event-card-opacity));
  backdrop-filter: blur(10px);
  color: white;
  -webkit-backdrop-filter: blur(4px);
  border-radius: 10px;
  justify-content: space-between;
}

/* line 150, app/assets/stylesheets/customer/_event_preview.scss */
.single-event.glass .container {
  margin: 0;
}

/* line 154, app/assets/stylesheets/customer/_event_preview.scss */
.single-event.glass header.banner {
  margin-left: 2rem;
}

/* line 158, app/assets/stylesheets/customer/_event_preview.scss */
.single-event.glass section.framed.full, .single-event.glass .site-notice > .well {
  background: transparent;
  backdrop-filter: none;
  border: none;
}

/* line 165, app/assets/stylesheets/customer/_event_preview.scss */
.single-event.glass .link,
.single-event.glass p {
  color: inherit;
}

/* line 1, app/assets/stylesheets/customer/_shared_event_styling.scss */
.event-inner-content {
  justify-content: space-between;
  display: flex;
  flex-direction: column;
  width: 100%;
}

/* line 7, app/assets/stylesheets/customer/_shared_event_styling.scss */
.event-inner-content > div {
  padding: 0.5rem 0 0;
}

/* line 11, app/assets/stylesheets/customer/_shared_event_styling.scss */
.event-inner-content .event-headline {
  font-weight: 600;
  font-size: 24px;
}

/* line 16, app/assets/stylesheets/customer/_shared_event_styling.scss */
.event-inner-content .event-date {
  font-weight: 400;
  color: rgba(38, 38, 38, 0.85);
}

/* line 21, app/assets/stylesheets/customer/_shared_event_styling.scss */
.event-inner-content .event-buttons-wrapper {
  display: flex;
  justify-content: flex-end;
}

/* line 25, app/assets/stylesheets/customer/_shared_event_styling.scss */
.event-inner-content .event-buttons-wrapper .event-buttons {
  min-width: fit-content;
}

/* line 29, app/assets/stylesheets/customer/_shared_event_styling.scss */
.event-inner-content .event-buttons-wrapper .event-buttons a {
  width: 100%;
}

@media screen and (max-width: 950px) {
  /* line 37, app/assets/stylesheets/customer/_shared_event_styling.scss */
  .event-content {
    flex-direction: column;
    align-items: center;
    padding-left: 1rem;
    padding-right: 1rem;
    max-width: -moz-available;
    max-width: -webkit-fill-available;
    padding-bottom: 0 !important;
  }
  /* line 46, app/assets/stylesheets/customer/_shared_event_styling.scss */
  .event-content .date-preview {
    display: none !important;
  }
  /* line 50, app/assets/stylesheets/customer/_shared_event_styling.scss */
  .event-content .img-wrapper {
    width: 100% !important;
    margin-bottom: 1rem;
    max-width: -moz-available !important;
    max-width: -webkit-fill-available !important;
    max-height: 300px !important;
  }
  /* line 57, app/assets/stylesheets/customer/_shared_event_styling.scss */
  .event-content .img-wrapper a {
    max-width: -moz-available;
    max-width: -webkit-fill-available;
  }
  /* line 62, app/assets/stylesheets/customer/_shared_event_styling.scss */
  .event-content .img-wrapper a img {
    width: 100%;
  }
  /* line 68, app/assets/stylesheets/customer/_shared_event_styling.scss */
  .event-content .event-buttons-wrapper {
    margin-bottom: 1rem;
  }
  /* line 71, app/assets/stylesheets/customer/_shared_event_styling.scss */
  .event-content .event-buttons-wrapper a {
    width: 100%;
  }
  /* line 76, app/assets/stylesheets/customer/_shared_event_styling.scss */
  .event-content .event-inner-content {
    max-width: 100% !important;
    margin-bottom: 0.5rem;
    max-width: -moz-available !important;
  }
}

/* line 85, app/assets/stylesheets/customer/_shared_event_styling.scss */
.event-details > h2 {
  font-size: 2em;
}

/* line 3, app/assets/stylesheets/customer/_single_event_show.scss */
.single-event-show {
  display: flex;
  flex-direction: column;
  align-items: center;
}

/* line 8, app/assets/stylesheets/customer/_single_event_show.scss */
.single-event-show .event-inner-content {
  justify-content: flex-start;
}

/* line 12, app/assets/stylesheets/customer/_single_event_show.scss */
.single-event-show .event-show {
  display: flex;
  gap: 1rem;
  width: 100%;
}

/* line 17, app/assets/stylesheets/customer/_single_event_show.scss */
.single-event-show .event-show img {
  max-width: 30rem;
  max-height: 30rem;
}

/* line 23, app/assets/stylesheets/customer/_single_event_show.scss */
.single-event-show .event-description {
  display: block;
}

/* line 27, app/assets/stylesheets/customer/_single_event_show.scss */
.single-event-show .event-details-wrapper {
  display: flex;
  gap: 1rem;
  width: 100%;
}

/* line 32, app/assets/stylesheets/customer/_single_event_show.scss */
.single-event-show .event-details-wrapper .accordion-header {
  background: transparent;
  padding: 0.25rem 0.5rem;
  cursor: pointer;
  margin-top: 0.5rem;
  border: 2px solid #aaaaaa;
}

/* line 39, app/assets/stylesheets/customer/_single_event_show.scss */
.single-event-show .event-details-wrapper .accordion-header:hover {
  border-bottom: 2px solid var(--primary-40);
}

/* line 44, app/assets/stylesheets/customer/_single_event_show.scss */
.single-event-show .event-details-wrapper .accordion-content {
  padding: 16px;
}

/* line 49, app/assets/stylesheets/customer/_single_event_show.scss */
.single-event-show .event-details-wrapper .ui-state-default:not(.ui-state-active) svg {
  transform: rotate(-90deg);
}

/* line 55, app/assets/stylesheets/customer/_single_event_show.scss */
.single-event-show .event-details-wrapper section {
  flex: 1;
}

/* line 58, app/assets/stylesheets/customer/_single_event_show.scss */
.single-event-show .event-details-wrapper section img {
  max-width: 100%;
}

@media screen and (max-width: 900px) {
  /* line 65, app/assets/stylesheets/customer/_single_event_show.scss */
  .single-event-show .event-show,
.single-event-show .event-details-wrapper {
    flex-direction: column;
  }
  /* line 71, app/assets/stylesheets/customer/_single_event_show.scss */
  .single-event-show .event-show img {
    max-width: 100% !important;
    width: initial;
  }
  /* line 77, app/assets/stylesheets/customer/_single_event_show.scss */
  .single-event-show .event-inner-content {
    max-width: 100%;
  }
  /* line 81, app/assets/stylesheets/customer/_single_event_show.scss */
  .single-event-show input {
    width: 100%;
  }
}

/* line 87, app/assets/stylesheets/customer/_single_event_show.scss */
.show-seat-picker {
  cursor: pointer;
}

/* line 91, app/assets/stylesheets/customer/_single_event_show.scss */
table.ticket-types {
  border: none;
  width: initial;
}

/* line 95, app/assets/stylesheets/customer/_single_event_show.scss */
table.ticket-types tr {
  border: none;
}

/* line 99, app/assets/stylesheets/customer/_single_event_show.scss */
table.ticket-types th {
  text-align: left;
  padding: 0 10px 5px 0;
}

/* line 103, app/assets/stylesheets/customer/_single_event_show.scss */
table.ticket-types td {
  vertical-align: top;
  padding: 0 10px 5px 0;
}

/* line 109, app/assets/stylesheets/customer/_single_event_show.scss */
.apply-voucher-code {
  padding: 0 0.75rem !important;
}

/* line 1, app/assets/stylesheets/customer/_site_notice.scss */
.site-notice-wrapper {
  display: flex;
  margin-top: 25px;
  flex-direction: column;
  max-width: 50%;
  gap: 1rem;
}

/* line 8, app/assets/stylesheets/customer/_site_notice.scss */
.site-notice-wrapper .site-notice {
  background: white;
  padding: 0.75rem 1rem;
  border-top: 2.5px solid var(--primary-40);
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  max-width: 50rem;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.5);
}

/* line 17, app/assets/stylesheets/customer/_site_notice.scss */
.site-notice-wrapper .site-notice .site-notice-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* line 22, app/assets/stylesheets/customer/_site_notice.scss */
.site-notice-wrapper .site-notice .site-notice-header p.good {
  background: #c3e6cd;
}

/* line 24, app/assets/stylesheets/customer/_site_notice.scss */
.site-notice-wrapper .site-notice .site-notice-header p.good svg {
  fill: #108548;
}

/* line 29, app/assets/stylesheets/customer/_site_notice.scss */
.site-notice-wrapper .site-notice .site-notice-header p.bad {
  background: #fdd4cd;
}

/* line 31, app/assets/stylesheets/customer/_site_notice.scss */
.site-notice-wrapper .site-notice .site-notice-header p.bad svg {
  fill: #dd2b0e;
}

/* line 36, app/assets/stylesheets/customer/_site_notice.scss */
.site-notice-wrapper .site-notice .site-notice-header p.neutral {
  background: #dcdcde;
}

/* line 38, app/assets/stylesheets/customer/_site_notice.scss */
.site-notice-wrapper .site-notice .site-notice-header p.neutral svg {
  fill: #747379;
}

/* line 43, app/assets/stylesheets/customer/_site_notice.scss */
.site-notice-wrapper .site-notice .site-notice-header p.good,
.site-notice-wrapper .site-notice .site-notice-header p.bad,
.site-notice-wrapper .site-notice .site-notice-header p.neutral {
  align-items: center;
  justify-content: center;
  display: flex;
  border-radius: 2rem;
  padding: 0.25rem;
  height: 1rem;
  width: 1rem;
}

/* line 56, app/assets/stylesheets/customer/_site_notice.scss */
.site-notice-wrapper .site-notice p {
  margin: 0;
}

@media screen and (max-width: 950px) {
  /* line 63, app/assets/stylesheets/customer/_site_notice.scss */
  .site-notice-wrapper {
    max-width: 90%;
  }
}

/* line 1, app/assets/stylesheets/customer/_shared_bubble_form.scss */
.bubble-selectable {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1em;
  margin: 1em 0;
}

/* line 8, app/assets/stylesheets/customer/_shared_bubble_form.scss */
.bubble-selectable > div {
  border: 1px solid;
  border-radius: 8px;
  align-self: center;
  padding: 10px;
  text-align: center;
  position: relative;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05), 0 2px 2px rgba(0, 0, 0, 0.05), 0 4px 4px rgba(0, 0, 0, 0.05), 0 8px 8px rgba(0, 0, 0, 0.05), 0 16px 16px rgba(0, 0, 0, 0.05);
  min-width: 90%;
  background-color: white;
}

@media screen and (min-width: 600px) {
  /* line 25, app/assets/stylesheets/customer/_shared_bubble_form.scss */
  .bubble-selectable > div {
    min-width: 25%;
  }
}

/* line 30, app/assets/stylesheets/customer/_shared_bubble_form.scss */
.bubble-selectable > div input {
  display: none;
}

/* line 34, app/assets/stylesheets/customer/_shared_bubble_form.scss */
.bubble-selectable > div:has(input:checked) {
  background-color: var(--primary-80);
}

/* line 39, app/assets/stylesheets/customer/_shared_bubble_form.scss */
.bubble-selectable > div:has(input:disabled):hover {
  color: black;
}

/* line 44, app/assets/stylesheets/customer/_shared_bubble_form.scss */
.bubble-selectable > div:hover {
  color: var(--primary-40);
}

/* line 48, app/assets/stylesheets/customer/_shared_bubble_form.scss */
.bubble-selectable > div input:disabled + label::after {
  content: "USED";
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  inset: 0;
  font-size: 5vmin;
  font-weight: bolder;
  color: black;
  background-color: #aaaaaae0;
}

/* line 62, app/assets/stylesheets/customer/_shared_bubble_form.scss */
.bubble-selectable > div label h3 {
  margin: 0;
  color: inherit;
  font-size: 16px;
  max-width: inherit;
}

/* line 3, app/assets/stylesheets/customer/_turnback_form.scss */
.turnback-form-step {
  margin-top: 16px;
  font-size: 20px;
}

/* line 8, app/assets/stylesheets/customer/_turnback_form.scss */
.turnback-form-num-tix {
  font-size: 16px;
  margin-top: 16px;
}

/* line 13, app/assets/stylesheets/customer/_turnback_form.scss */
.turnback-ticket-link-button {
  display: block;
  background: none;
  padding: 0;
  text-decoration: underline;
  min-width: 0;
  color: var(--primary-40);
  font-size: 18px;
  margin-top: 10px;
  box-shadow: none;
  border: none;
}

/* line 24, app/assets/stylesheets/customer/_turnback_form.scss */
.turnback-ticket-link-button:hover {
  background: none;
}

/* line 1, app/assets/stylesheets/customer/_shared_bubble_form.scss */
.bubble-selectable {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1em;
  margin: 1em 0;
}

/* line 8, app/assets/stylesheets/customer/_shared_bubble_form.scss */
.bubble-selectable > div {
  border: 1px solid;
  border-radius: 8px;
  align-self: center;
  padding: 10px;
  text-align: center;
  position: relative;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05), 0 2px 2px rgba(0, 0, 0, 0.05), 0 4px 4px rgba(0, 0, 0, 0.05), 0 8px 8px rgba(0, 0, 0, 0.05), 0 16px 16px rgba(0, 0, 0, 0.05);
  min-width: 90%;
  background-color: white;
}

@media screen and (min-width: 600px) {
  /* line 25, app/assets/stylesheets/customer/_shared_bubble_form.scss */
  .bubble-selectable > div {
    min-width: 25%;
  }
}

/* line 30, app/assets/stylesheets/customer/_shared_bubble_form.scss */
.bubble-selectable > div input {
  display: none;
}

/* line 34, app/assets/stylesheets/customer/_shared_bubble_form.scss */
.bubble-selectable > div:has(input:checked) {
  background-color: var(--primary-80);
}

/* line 39, app/assets/stylesheets/customer/_shared_bubble_form.scss */
.bubble-selectable > div:has(input:disabled):hover {
  color: black;
}

/* line 44, app/assets/stylesheets/customer/_shared_bubble_form.scss */
.bubble-selectable > div:hover {
  color: var(--primary-40);
}

/* line 48, app/assets/stylesheets/customer/_shared_bubble_form.scss */
.bubble-selectable > div input:disabled + label::after {
  content: "USED";
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  inset: 0;
  font-size: 5vmin;
  font-weight: bolder;
  color: black;
  background-color: #aaaaaae0;
}

/* line 62, app/assets/stylesheets/customer/_shared_bubble_form.scss */
.bubble-selectable > div label h3 {
  margin: 0;
  color: inherit;
  font-size: 16px;
  max-width: inherit;
}

/* line 3, app/assets/stylesheets/customer/_share_form.scss */
.share-form-num-tix {
  font-size: 16px;
  margin-top: 16px;
}

/* line 8, app/assets/stylesheets/customer/_share_form.scss */
.share-ticket-link-button {
  display: block;
  background: none !important;
  padding: 0;
  text-decoration: underline;
  min-width: 0;
  color: var(--primary-40) !important;
  font-size: 18px;
  margin-top: 10px;
  box-shadow: none;
  border: none;
}

/* line 19, app/assets/stylesheets/customer/_share_form.scss */
.share-ticket-link-button:hover {
  background: none;
}

/* line 24, app/assets/stylesheets/customer/_share_form.scss */
.share-ticket-header {
  display: flex;
  justify-content: space-between;
}

/* line 29, app/assets/stylesheets/customer/_share_form.scss */
.share-ticket-link {
  gap: 2px;
  display: flex;
  align-items: center;
}

/* line 35, app/assets/stylesheets/customer/_share_form.scss */
.share-redeemable-tickets {
  display: flex;
  flex-wrap: wrap;
  gap: 50px;
  margin-top: 40px;
}

/* line 41, app/assets/stylesheets/customer/_share_form.scss */
.share-redeemable-tickets h2 {
  font-size: 16px;
}

/* line 46, app/assets/stylesheets/customer/_share_form.scss */
.share-ticket-download {
  margin-top: 4px;
}

/* line 49, app/assets/stylesheets/customer/_share_form.scss */
.share-ticket-download a {
  display: inline-block;
  margin: 6px 0;
}

/* line 55, app/assets/stylesheets/customer/_share_form.scss */
.share-warning {
  color: red;
}

/* line 59, app/assets/stylesheets/customer/_share_form.scss */
.share-form-step {
  margin-top: 16px;
  font-size: 20px;
}

/* line 65, app/assets/stylesheets/customer/_share_form.scss */
.share-form-recipient label {
  display: block;
  font-size: 16px;
  font-weight: bold;
}

/* line 72, app/assets/stylesheets/customer/_share_form.scss */
.share-form-recipient > *:first-child {
  margin-top: 5px;
}

/* line 78, app/assets/stylesheets/customer/_share_form.scss */
.share-submit-button {
  margin-top: 20px;
}

/* line 82, app/assets/stylesheets/customer/_share_form.scss */
.share-ticket-link {
  display: flex;
  justify-content: end;
  align-items: center;
}

/* line 1, app/assets/stylesheets/customer/_polling.scss */
.waiting {
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
}

/* line 8, app/assets/stylesheets/customer/_polling.scss */
.polling-image img {
  transform: scale(1);
  animation: pulse 1s infinite;
  filter: drop-shadow(0 0 0 #dcdcdc);
  max-width: 124px;
  max-height: 124px;
}

@keyframes pulse {
  0% {
    filter: drop-shadow(0 0 0rem var(--secondary-40));
    transform: scale(0.95);
  }
  50% {
    filter: drop-shadow(0 0 0.25rem var(--primary-40));
    transform: scale(1);
  }
  100% {
    filter: drop-shadow(0 0 0rem var(--secondary-40));
    transform: scale(0.95);
  }
}

/* line 1, app/assets/stylesheets/customer/_wallet_links.scss */
.add-to-google-wallet-button,
.add-to-wallet-button {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: initial;
  padding: 0 !important;
  margin: 0;
  background: transparent !important;
  box-shadow: none;
  border: none;
  background: none;
  height: 34px;
}

/* line 15, app/assets/stylesheets/customer/_wallet_links.scss */
.add-to-google-wallet-button img,
.add-to-wallet-button img {
  height: inherit;
}

/* line 19, app/assets/stylesheets/customer/_wallet_links.scss */
.add-to-google-wallet-button:hover,
.add-to-wallet-button:hover {
  background: none;
}

/* line 24, app/assets/stylesheets/customer/_wallet_links.scss */
.wallet-download-links {
  width: 100%;
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
  align-items: center;
}

/* line 31, app/assets/stylesheets/customer/_wallet_links.scss */
.wallet-download-links img {
  max-height: 2rem;
}

/* line 1, app/assets/stylesheets/customer/_checkout_bits.scss */
.progress-bar {
  margin-bottom: 1em;
  line-height: 36px;
  text-align: center;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 0.5rem;
  color: #333;
  font-size: 14px;
  text-transform: uppercase;
}

/* line 18, app/assets/stylesheets/customer/_checkout_bits.scss */
.progress-bar .inpage {
  color: white;
  background-color: var(--primary-40);
  border: 1px solid var(--primary-40);
}

/* line 28, app/assets/stylesheets/customer/_checkout_bits.scss */
.progress-bar span,
.progress-bar a {
  display: inline-block;
  border-radius: 5px;
  margin: 0 5px;
  font-weight: bold;
  text-align: center;
  padding: 0 8px;
  min-width: 140px;
  height: 36px;
  line-height: 36px;
  border: 1px solid #ccc;
  border-radius: 5px;
}

/* line 43, app/assets/stylesheets/customer/_checkout_bits.scss */
.progress-bar span {
  background-color: #f0f0f0;
}

/* line 47, app/assets/stylesheets/customer/_checkout_bits.scss */
.progress-bar a {
  color: var(--on-primary);
  background-color: #f0f0f0;
}

@media screen and (max-width: 600px) {
  /* line 53, app/assets/stylesheets/customer/_checkout_bits.scss */
  .progress-bar a,
.progress-bar span {
    width: 100%;
  }
}

/* line 60, app/assets/stylesheets/customer/_checkout_bits.scss */
.card-type-logo {
  max-width: 200px;
}

/* line 64, app/assets/stylesheets/customer/_checkout_bits.scss */
.overflow {
  overflow-y: scroll;
}

/* line 67, app/assets/stylesheets/customer/_checkout_bits.scss */
.overflow.small {
  height: 125px;
}

/* line 72, app/assets/stylesheets/customer/_checkout_bits.scss */
.convenience-fee {
  font-size: 0.8em;
}

/* line 77, app/assets/stylesheets/customer/_checkout_bits.scss */
.pricing p,
.pricing h3 {
  color: #dedede;
}

/* line 83, app/assets/stylesheets/customer/_checkout_bits.scss */
.shipping-option {
  border-radius: 0.5rem;
  text-decoration: none;
  font-size: 12px;
  display: block;
  background-color: white;
  border: 1px solid #dedede;
  margin: 1em 0;
  padding: 1em 1em 1em 0;
}

/* line 84, app/assets/stylesheets/customer/_checkout_bits.scss */
.shipping-option:link, .shipping-option:visited {
  color: #111;
}

/* line 100, app/assets/stylesheets/customer/_checkout_bits.scss */
.shipping-option input {
  display: none;
}

/* line 104, app/assets/stylesheets/customer/_checkout_bits.scss */
.shipping-option:focus {
  outline: none;
}

/* line 108, app/assets/stylesheets/customer/_checkout_bits.scss */
.shipping-option.shipping-option-selected {
  background: var(--primary-80);
  border-color: var(--primary-40);
}

/* line 114, app/assets/stylesheets/customer/_checkout_bits.scss */
.tabular.totals,
.tabular.ticket-list {
  background: var(--primary-90);
}

/* line 120, app/assets/stylesheets/customer/_checkout_bits.scss */
.tabular.ticket-list td,
.tabular.ticket-list th {
  padding: 0.75rem 0.25rem;
}

/* line 125, app/assets/stylesheets/customer/_checkout_bits.scss */
.tabular.ticket-list td:first-child,
.tabular.ticket-list th:first-child {
  padding-left: 1rem;
}

/* line 132, app/assets/stylesheets/customer/_checkout_bits.scss */
#delivery table {
  border: none;
}

/* line 135, app/assets/stylesheets/customer/_checkout_bits.scss */
#delivery table tr {
  border: none;
}

/* line 139, app/assets/stylesheets/customer/_checkout_bits.scss */
#delivery .shipping-header {
  display: flex;
  justify-content: space-between;
}

/* line 143, app/assets/stylesheets/customer/_checkout_bits.scss */
#delivery .shipping-header h2 {
  color: black;
}

/* line 147, app/assets/stylesheets/customer/_checkout_bits.scss */
#delivery .shipping-header .shipping-price {
  color: var(--on-primary);
  font-weight: bold;
  text-align: center;
}

/* line 156, app/assets/stylesheets/customer/_checkout_bits.scss */
.infobox .content {
  padding: 0;
}

/* line 161, app/assets/stylesheets/customer/_checkout_bits.scss */
.content {
  margin-top: 2rem;
}

/* line 165, app/assets/stylesheets/customer/_checkout_bits.scss */
#countdown-chip {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  align-items: center;
  background: var(--primary-80);
  border-radius: 0.25rem;
  padding: 0 0.75rem;
  margin-top: 0.5rem;
  position: fixed;
  bottom: 25px;
  right: 15px;
}

/* line 178, app/assets/stylesheets/customer/_checkout_bits.scss */
#countdown-chip #countdown {
  color: var(--on-primary);
  font-size: 30px;
}

/* line 184, app/assets/stylesheets/customer/_checkout_bits.scss */
.promo_code_form {
  display: flex;
  flex-direction: column;
  margin-top: 0.75rem;
  gap: 0.5rem;
}

/* line 190, app/assets/stylesheets/customer/_checkout_bits.scss */
.promo_code_form input[type="submit"] {
  max-width: 5rem;
}

/* line 194, app/assets/stylesheets/customer/_checkout_bits.scss */
.promo_code_form #promo_code {
  width: initial;
}

/* line 199, app/assets/stylesheets/customer/_checkout_bits.scss */
#payment-status-container {
  padding: 8px;
  text-align: center;
  border-width: 1px;
  border-style: solid;
  border-radius: 6px;
  display: none;
}

/* line 207, app/assets/stylesheets/customer/_checkout_bits.scss */
#payment-status-container.success {
  background: #c0ff96;
  color: #50b80b;
  border-color: #50b80b;
}

/* line 213, app/assets/stylesheets/customer/_checkout_bits.scss */
#payment-status-container.failure {
  background: #fed4d4;
  color: #cf1a1a;
  border-color: #e66565;
}

/* line 220, app/assets/stylesheets/customer/_checkout_bits.scss */
.two-column-layout {
  display: flex;
  gap: 10px;
}

@media screen and (max-width: 650px) {
  /* line 220, app/assets/stylesheets/customer/_checkout_bits.scss */
  .two-column-layout {
    display: block;
  }
}

/* line 229, app/assets/stylesheets/customer/_checkout_bits.scss */
.two-column-layout .col-10 {
  flex: 0 0 calc(10% - 5px);
}

@media screen and (max-width: 650px) {
  /* line 229, app/assets/stylesheets/customer/_checkout_bits.scss */
  .two-column-layout .col-10 {
    flex: 0 0 100%;
  }
}

/* line 229, app/assets/stylesheets/customer/_checkout_bits.scss */
.two-column-layout .col-20 {
  flex: 0 0 calc(20% - 5px);
}

@media screen and (max-width: 650px) {
  /* line 229, app/assets/stylesheets/customer/_checkout_bits.scss */
  .two-column-layout .col-20 {
    flex: 0 0 100%;
  }
}

/* line 229, app/assets/stylesheets/customer/_checkout_bits.scss */
.two-column-layout .col-30 {
  flex: 0 0 calc(30% - 5px);
}

@media screen and (max-width: 650px) {
  /* line 229, app/assets/stylesheets/customer/_checkout_bits.scss */
  .two-column-layout .col-30 {
    flex: 0 0 100%;
  }
}

/* line 229, app/assets/stylesheets/customer/_checkout_bits.scss */
.two-column-layout .col-40 {
  flex: 0 0 calc(40% - 5px);
}

@media screen and (max-width: 650px) {
  /* line 229, app/assets/stylesheets/customer/_checkout_bits.scss */
  .two-column-layout .col-40 {
    flex: 0 0 100%;
  }
}

/* line 229, app/assets/stylesheets/customer/_checkout_bits.scss */
.two-column-layout .col-50 {
  flex: 0 0 calc(50% - 5px);
}

@media screen and (max-width: 650px) {
  /* line 229, app/assets/stylesheets/customer/_checkout_bits.scss */
  .two-column-layout .col-50 {
    flex: 0 0 100%;
  }
}

/* line 229, app/assets/stylesheets/customer/_checkout_bits.scss */
.two-column-layout .col-60 {
  flex: 0 0 calc(60% - 5px);
}

@media screen and (max-width: 650px) {
  /* line 229, app/assets/stylesheets/customer/_checkout_bits.scss */
  .two-column-layout .col-60 {
    flex: 0 0 100%;
  }
}

/* line 229, app/assets/stylesheets/customer/_checkout_bits.scss */
.two-column-layout .col-70 {
  flex: 0 0 calc(70% - 5px);
}

@media screen and (max-width: 650px) {
  /* line 229, app/assets/stylesheets/customer/_checkout_bits.scss */
  .two-column-layout .col-70 {
    flex: 0 0 100%;
  }
}

/* line 229, app/assets/stylesheets/customer/_checkout_bits.scss */
.two-column-layout .col-80 {
  flex: 0 0 calc(80% - 5px);
}

@media screen and (max-width: 650px) {
  /* line 229, app/assets/stylesheets/customer/_checkout_bits.scss */
  .two-column-layout .col-80 {
    flex: 0 0 100%;
  }
}

/* line 229, app/assets/stylesheets/customer/_checkout_bits.scss */
.two-column-layout .col-90 {
  flex: 0 0 calc(90% - 5px);
}

@media screen and (max-width: 650px) {
  /* line 229, app/assets/stylesheets/customer/_checkout_bits.scss */
  .two-column-layout .col-90 {
    flex: 0 0 100%;
  }
}

/* line 240, app/assets/stylesheets/customer/_checkout_bits.scss */
.icon-black svg {
  fill: black;
}

/* line 245, app/assets/stylesheets/customer/_checkout_bits.scss */
.notification-badge {
  position: absolute;
  transform: translate(0.75rem, -0.5rem);
  background: #ba1a1a;
  border-radius: 1rem;
  width: 1.1rem;
  font-size: 0.75rem;
  text-align: center;
  color: white;
}

/* line 1, app/assets/stylesheets/customer/_tables.scss */
table {
  width: 100%;
  border: 1px solid #d9d9d9;
  text-align: left;
}

/* line 6, app/assets/stylesheets/customer/_tables.scss */
table th {
  padding: 0.75rem 1rem;
}

/* line 10, app/assets/stylesheets/customer/_tables.scss */
table tr {
  border-bottom: 1px solid #d9d9d9;
}

/* line 14, app/assets/stylesheets/customer/_tables.scss */
table td {
  padding: 0.5rem 0.75rem;
  font-size: 15px;
  line-height: 1.4;
  vertical-align: middle;
}

@media screen and (max-width: 900px) {
  /* line 24, app/assets/stylesheets/customer/_tables.scss */
  table:not(.ignore-small-screen) th {
    display: none;
  }
  /* line 28, app/assets/stylesheets/customer/_tables.scss */
  table:not(.ignore-small-screen) td {
    display: grid;
    grid-template-columns: 10ch auto;
  }
  /* line 33, app/assets/stylesheets/customer/_tables.scss */
  table:not(.ignore-small-screen) td:first-child {
    padding-top: 1rem;
  }
  /* line 37, app/assets/stylesheets/customer/_tables.scss */
  table:not(.ignore-small-screen) td:last-child {
    padding-bottom: 1rem;
  }
  /* line 41, app/assets/stylesheets/customer/_tables.scss */
  table:not(.ignore-small-screen) td::before {
    content: attr(data-cell) ": ";
    font-weight: bold;
  }
}

/* line 1, app/assets/stylesheets/customer/_text.scss */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0.5em;
}

/* line 10, app/assets/stylesheets/customer/_text.scss */
h1.headline,
h2.headline,
h3.headline,
h4.headline,
h5.headline,
h6.headline {
  padding: 0.5rem 0.25rem;
  text-align: center;
  background: var(--primary-80);
  font-family: var(--primary-font-family);
  text-transform: uppercase;
}

/* line 19, app/assets/stylesheets/customer/_text.scss */
h1 {
  font-size: 1.5em;
}

/* line 23, app/assets/stylesheets/customer/_text.scss */
h4,
h5,
h6 {
  margin-bottom: 0;
}

/* line 30, app/assets/stylesheets/customer/_text.scss */
div[data-purpose="terms"] h1,
div[data-purpose="terms"] h2,
div[data-purpose="terms"] h3,
div[data-purpose="terms"] h4,
div[data-purpose="terms"] h5,
div[data-purpose="terms"] h6 {
  color: black;
}

/* line 41, app/assets/stylesheets/customer/_text.scss */
body.dark h1,
body.dark h2,
body.dark h3,
body.dark h4,
body.dark h5,
body.dark .headline,
body.dark h6 {
  color: var(--on-primary);
}

/* line 53, app/assets/stylesheets/customer/_text.scss */
body.light h1,
body.light h2,
body.light h3,
body.light h4,
body.light h5,
body.light .headline,
body.light h6 {
  color: var(--on-primary);
}

/* line 66, app/assets/stylesheets/customer/_text.scss */
.pricing h3 {
  color: white !important;
}

/* line 3, app/assets/stylesheets/customer/_header.scss */
.header {
  background: var(--surface);
  color: var(--on-primary);
  z-index: 1000;
  max-height: 4rem;
  position: sticky;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  box-shadow: 0 20px 20px -20px rgba(0, 0, 0, 0.2);
  padding: 10px 0;
}

/* line 16, app/assets/stylesheets/customer/_header.scss */
.header .account_menu {
  width: 157px;
  position: absolute;
  padding: 0.25rem 0.25rem !important;
  border-radius: 0.25rem;
  background: var(--surface);
  color: var(--on-surface);
}

/* line 24, app/assets/stylesheets/customer/_header.scss */
.header .account_menu > li {
  width: 100%;
}

@media screen and (max-width: 950px) {
  /* line 16, app/assets/stylesheets/customer/_header.scss */
  .header .account_menu {
    width: 86px;
  }
}

/* line 34, app/assets/stylesheets/customer/_header.scss */
.header .navigation ul {
  display: flex;
  flex-wrap: nowrap;
  gap: 1rem;
}

@media screen and (max-width: 950px) {
  /* line 40, app/assets/stylesheets/customer/_header.scss */
  .header .navigation ul li {
    padding: 0;
  }
  /* line 44, app/assets/stylesheets/customer/_header.scss */
  .header .navigation ul svg {
    display: none !important;
  }
}

/* line 50, app/assets/stylesheets/customer/_header.scss */
.header .navigation li > a:not(.button.primary) {
  transition: all 300ms;
  border-radius: 0.25rem;
  padding: 0.5rem 0.75rem;
  outline: none;
}

/* line 56, app/assets/stylesheets/customer/_header.scss */
.header .navigation li > a:not(.button.primary) svg {
  transition: all 300ms;
}

/* line 59, app/assets/stylesheets/customer/_header.scss */
.header .navigation li > a:not(.button.primary) svg path:not([fill="none"]) {
  transition: all 300ms;
}

/* line 64, app/assets/stylesheets/customer/_header.scss */
.header .navigation li > a:not(.button.primary):hover {
  background: var(--primary-80);
  color: var(--primary-20);
}

/* line 68, app/assets/stylesheets/customer/_header.scss */
.header .navigation li > a:not(.button.primary):hover svg {
  fill: var(--primary-20);
}

/* line 71, app/assets/stylesheets/customer/_header.scss */
.header .navigation li > a:not(.button.primary):hover svg path:not([fill="none"]) {
  fill: var(--primary-20);
}

/* line 80, app/assets/stylesheets/customer/_header.scss */
.header .navigation-container {
  height: 100%;
  margin: auto;
}

/* line 84, app/assets/stylesheets/customer/_header.scss */
.header .navigation-container .container {
  margin-left: auto;
  margin-right: 0;
}

/* line 91, app/assets/stylesheets/customer/_header.scss */
.header .banner {
  height: 0;
  margin-top: 0rem;
  transition: margin 200ms linear;
}

/* line 96, app/assets/stylesheets/customer/_header.scss */
.header .banner img {
  height: 6rem;
  margin-top: 3.5rem;
  max-width: fit-content;
  max-height: 9rem;
  transition: height 200ms linear, width 200ms linear, margin 200ms linear;
}

@media screen and (max-width: 950px) {
  /* line 108, app/assets/stylesheets/customer/_header.scss */
  .header .banner img {
    margin-top: 0;
    height: 3rem;
    width: auto;
  }
}

@media screen and (min-width: 950px) {
  /* line 116, app/assets/stylesheets/customer/_header.scss */
  .header .banner.scrolled {
    transition: height 200ms linear, width 200ms linear, margin 200ms linear;
  }
  /* line 121, app/assets/stylesheets/customer/_header.scss */
  .header .banner.scrolled img {
    margin-top: 0;
    height: 3rem;
    width: auto;
  }
}

/* line 130, app/assets/stylesheets/customer/_header.scss */
.header a {
  display: flex;
  align-items: center;
  transition: all 300ms;
  text-decoration: none;
  text-transform: uppercase;
  color: white;
  font-size: 14px;
  font-weight: 400;
  font-family: var(--primary-font-family);
}

/* line 141, app/assets/stylesheets/customer/_header.scss */
.header a:hover svg {
  fill: white;
}

/* line 144, app/assets/stylesheets/customer/_header.scss */
.header a:hover svg path:not([fill="none"]) {
  fill: white;
}

/* line 150, app/assets/stylesheets/customer/_header.scss */
.header a svg {
  fill: var(--primary-40);
  transition: all 300ms;
  margin-right: 8px;
  height: 24px;
  width: 24px;
}

/* line 157, app/assets/stylesheets/customer/_header.scss */
.header a svg path:not([fill="none"]) {
  transition: all 300ms;
  fill: var(--primary-40);
}

/* line 164, app/assets/stylesheets/customer/_header.scss */
.header img {
  max-width: 100px;
  height: 4rem;
}

@media screen and (max-width: 950px) {
  /* line 171, app/assets/stylesheets/customer/_header.scss */
  .header {
    flex-direction: column;
    max-height: 7rem;
  }
}

@media screen and (max-width: 600px) {
  /* line 178, app/assets/stylesheets/customer/_header.scss */
  .header {
    max-height: 10rem;
  }
  /* line 181, app/assets/stylesheets/customer/_header.scss */
  .header ul {
    flex-wrap: wrap !important;
  }
}

/* line 187, app/assets/stylesheets/customer/_header.scss */
.navigation-container {
  display: flex;
  align-items: center;
  height: 4rem;
  color: var(--on-primary);
}

/* line 193, app/assets/stylesheets/customer/_header.scss */
.navigation-container .container {
  margin-left: 0;
}

/* line 197, app/assets/stylesheets/customer/_header.scss */
.navigation-container a {
  color: var(--on-primary);
}

/* line 202, app/assets/stylesheets/customer/_header.scss */
.banner {
  background: var(--banner-background-color);
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}

/* line 209, app/assets/stylesheets/customer/_header.scss */
.banner .header_logo {
  height: 3rem;
}

/* line 213, app/assets/stylesheets/customer/_header.scss */
.banner .banner {
  max-height: 15rem;
  width: 100%;
  height: 100%;
}

/* line 220, app/assets/stylesheets/customer/_header.scss */
.network-bar {
  display: flex;
  padding: 4px;
  align-items: center;
  justify-items: center;
  justify-content: center;
  background: var(--network-background-color);
}

/* line 228, app/assets/stylesheets/customer/_header.scss */
.network-bar .network-parent {
  margin-right: 2rem;
}

/* line 232, app/assets/stylesheets/customer/_header.scss */
.network-bar ul,
.network-bar ol {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  overflow: hidden;
}

/* line 66, app/assets/stylesheets/mixins/_horizontal-list.scss */
.network-bar ul li,
.network-bar ol li {
  list-style-image: none;
  list-style-type: none;
  margin-left: 0;
  white-space: nowrap;
  float: left;
  padding-left: 10px;
  padding-right: 10px;
}

/* line 51, app/assets/stylesheets/mixins/_horizontal-list.scss */
.network-bar ul li:first-child,
.network-bar ol li:first-child {
  padding-left: 0;
}

/* line 54, app/assets/stylesheets/mixins/_horizontal-list.scss */
.network-bar ul li:last-child,
.network-bar ol li:last-child {
  padding-right: 0;
}

/* line 237, app/assets/stylesheets/customer/_header.scss */
.network-bar img {
  max-height: 40px;
  max-width: 40px;
  transition: all 100ms;
}

/* line 242, app/assets/stylesheets/customer/_header.scss */
.network-bar img:hover {
  transform: scale(1.25);
}

/* line 247, app/assets/stylesheets/customer/_header.scss */
.network-bar span {
  padding: 4px;
  display: inspanne-flex;
}

@media screen and (max-width: 950px) {
  /* line 220, app/assets/stylesheets/customer/_header.scss */
  .network-bar {
    display: none;
  }
}

/* line 257, app/assets/stylesheets/customer/_header.scss */
.navigation {
  width: inherit !important;
}

/* line 260, app/assets/stylesheets/customer/_header.scss */
.navigation ul,
.navigation ol {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  overflow: hidden;
}

/* line 66, app/assets/stylesheets/mixins/_horizontal-list.scss */
.navigation ul li,
.navigation ol li {
  list-style-image: none;
  list-style-type: none;
  margin-left: 0;
  white-space: nowrap;
  float: left;
  padding-left: 4px;
  padding-right: 4px;
}

/* line 51, app/assets/stylesheets/mixins/_horizontal-list.scss */
.navigation ul li:first-child,
.navigation ol li:first-child {
  padding-left: 0;
}

/* line 54, app/assets/stylesheets/mixins/_horizontal-list.scss */
.navigation ul li:last-child,
.navigation ol li:last-child {
  padding-right: 0;
}

/* line 266, app/assets/stylesheets/customer/_header.scss */
.main-menu {
  display: none;
}

/* line 270, app/assets/stylesheets/customer/_header.scss */
.main-menu.expanded {
  display: block;
  height: 100vh;
  width: 100%;
  max-width: 15rem;
  background: white;
  position: fixed;
  left: 0;
  z-index: 1002;
  border-right: 1px solid #dcdcde;
}

/* line 281, app/assets/stylesheets/customer/_header.scss */
.main-menu.expanded a:not(.primary) {
  padding: 0.5rem 1rem;
  color: #404040;
  display: flex;
  align-items: center;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 1rem;
}

/* line 295, app/assets/stylesheets/customer/_header.scss */
.main-menu.expanded a:not(.primary) svg {
  fill: var(--primary-40);
}

/* line 299, app/assets/stylesheets/customer/_header.scss */
.main-menu.expanded a:not(.primary):hover, .main-menu.expanded a:not(.primary):focus {
  background-color: #dddddd;
  color: black;
  text-decoration: none;
  outline: none;
  border-radius: black;
  margin: 0;
  cursor: pointer;
}

@media screen and (max-width: 600px) {
  /* line 313, app/assets/stylesheets/customer/_header.scss */
  .header {
    min-height: 2rem;
  }
  /* line 316, app/assets/stylesheets/customer/_header.scss */
  .header .navigation-container {
    display: none;
  }
  /* line 319, app/assets/stylesheets/customer/_header.scss */
  .header .navigation-container .container {
    max-width: 100%;
  }
}

/* line 325, app/assets/stylesheets/customer/_header.scss */
.screen-cover {
  visibility: hidden;
  position: fixed;
  opacity: 0;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  z-index: 1001;
  background: #0000006e;
  transition: opacity 0.5s, visibility 0.5s;
}

/* line 337, app/assets/stylesheets/customer/_header.scss */
.screen-cover.faded {
  visibility: visible;
  opacity: 1;
  transition: opacity 0.5s, visibility 0.5s;
}

/* line 344, app/assets/stylesheets/customer/_header.scss */
.mobile-menu-button {
  position: absolute;
  top: 0;
  left: 0;
  display: none;
}

/* line 350, app/assets/stylesheets/customer/_header.scss */
.mobile-menu-button:hover {
  cursor: pointer;
}

/* line 354, app/assets/stylesheets/customer/_header.scss */
.mobile-menu-button #menu-icon {
  margin: 1rem 0 auto 1rem !important;
  height: 2.5rem;
}

@media screen and (max-width: 600px) {
  /* line 344, app/assets/stylesheets/customer/_header.scss */
  .mobile-menu-button {
    display: flex;
    justify-content: flex-start;
    min-width: 3rem;
  }
}

/* line 366, app/assets/stylesheets/customer/_header.scss */
.header.transparent-header {
  z-index: 1000;
  transition: all 300ms;
  position: fixed;
  top: 0;
  left: 0;
  background: transparent !important;
  height: 4rem;
  box-shadow: none;
  display: flex;
  justify-content: space-between;
}

/* line 378, app/assets/stylesheets/customer/_header.scss */
.header.transparent-header .account_menu {
  background: var(--transparent-header-background) !important;
}

/* line 382, app/assets/stylesheets/customer/_header.scss */
.header.transparent-header .container {
  margin: 0;
}

/* line 385, app/assets/stylesheets/customer/_header.scss */
.header.transparent-header .container header.banner {
  margin-left: 2rem;
}

/* line 390, app/assets/stylesheets/customer/_header.scss */
.header.transparent-header img {
  margin-top: 0.25rem !important;
  height: 3rem !important;
  width: auto !important;
}

/* line 396, app/assets/stylesheets/customer/_header.scss */
.header.transparent-header .banner a {
  position: absolute;
}

/* line 399, app/assets/stylesheets/customer/_header.scss */
.header.transparent-header .banner a img {
  max-height: calc(4rem - 16px);
  max-width: 280px;
  width: auto;
}

/* line 406, app/assets/stylesheets/customer/_header.scss */
.header.transparent-header.scrolled {
  background: rgba(0, 0, 0, 0.4) !important;
  box-shadow: 0px 4px 30px rgba(54, 54, 54, 0.4);
}

/* line 410, app/assets/stylesheets/customer/_header.scss */
.header.transparent-header.scrolled .account_menu {
  background: var(--transparent-header-background) !important;
  background: rgba(0, 0, 0, 0.4) !important;
}

/* line 416, app/assets/stylesheets/customer/_header.scss */
.header.transparent-header.scrolled .navigation li > a {
  color: white !important;
}

/* line 419, app/assets/stylesheets/customer/_header.scss */
.header.transparent-header.scrolled .navigation li > a svg {
  fill: white !important;
}

/* line 422, app/assets/stylesheets/customer/_header.scss */
.header.transparent-header.scrolled .navigation li > a svg path:not([fill="none"]) {
  fill: white !important;
}

/* line 429, app/assets/stylesheets/customer/_header.scss */
.header.transparent-header .navigation li > a:not(.primary) {
  color: var(--transparent-header-color);
  transition: all 300ms;
}

/* line 433, app/assets/stylesheets/customer/_header.scss */
.header.transparent-header .navigation li > a:not(.primary) svg {
  transition: all 300ms;
  fill: var(--transparent-header-coolor);
}

/* line 437, app/assets/stylesheets/customer/_header.scss */
.header.transparent-header .navigation li > a:not(.primary) svg path:not([fill="none"]) {
  transition: all 300ms;
  fill: var(--transparent-header-color);
}

/* line 443, app/assets/stylesheets/customer/_header.scss */
.header.transparent-header .navigation li > a:not(.primary):hover {
  color: var(--primary-30);
}

/* line 445, app/assets/stylesheets/customer/_header.scss */
.header.transparent-header .navigation li > a:not(.primary):hover svg {
  fill: var(--primary-30);
}

/* line 448, app/assets/stylesheets/customer/_header.scss */
.header.transparent-header .navigation li > a:not(.primary):hover svg path:not([fill="none"]) {
  fill: var(--primary-30);
}

/* line 455, app/assets/stylesheets/customer/_header.scss */
.header.transparent-header img {
  width: 4rem;
  max-width: none;
  margin: 8px;
}

/* line 461, app/assets/stylesheets/customer/_header.scss */
.header.transparent-header .container {
  max-width: none;
}

@media screen and (max-width: 950px) {
  /* line 366, app/assets/stylesheets/customer/_header.scss */
  .header.transparent-header {
    position: static;
    height: auto;
    box-shadow: 0px 4px 30px rgba(54, 54, 54, 0.4);
  }
  /* line 470, app/assets/stylesheets/customer/_header.scss */
  .header.transparent-header header.banner {
    margin-left: 0 !important;
  }
  /* line 474, app/assets/stylesheets/customer/_header.scss */
  .header.transparent-header .banner {
    height: auto;
  }
  /* line 476, app/assets/stylesheets/customer/_header.scss */
  .header.transparent-header .banner a {
    position: relative;
  }
  /* line 481, app/assets/stylesheets/customer/_header.scss */
  .header.transparent-header .container {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

/* line 1, app/assets/stylesheets/customer/_dropdown.scss */
.dropdown:not(tr) {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 5px;
  cursor: pointer;
  border-radius: 0.25rem;
  padding: 0.25rem 0.75rem;
  user-select: none;
}

/* line 12, app/assets/stylesheets/customer/_dropdown.scss */
.dropdown:not(tr):hover {
  background: var(--primary-60);
}

/* line 16, app/assets/stylesheets/customer/_dropdown.scss */
.dropdown:not(tr) > svg {
  transition: transform 200ms;
}

/* line 20, app/assets/stylesheets/customer/_dropdown.scss */
.dropdown:not(tr) > svg.toggled {
  transform: rotate(180deg);
}

/* line 25, app/assets/stylesheets/customer/_dropdown.scss */
tr.dropdown {
  cursor: pointer;
}

/* line 28, app/assets/stylesheets/customer/_dropdown.scss */
tr.dropdown:hover {
  background: var(--primary-60);
}

/* line 32, app/assets/stylesheets/customer/_dropdown.scss */
tr.dropdown > svg {
  transition: transform 200ms;
}

/* line 36, app/assets/stylesheets/customer/_dropdown.scss */
tr.dropdown > svg.toggled {
  transform: rotate(180deg);
}

/* line 41, app/assets/stylesheets/customer/_dropdown.scss */
.hidden-content {
  display: none;
}

/* line 46, app/assets/stylesheets/customer/_dropdown.scss */
.collapsing-header label {
  width: 100%;
  line-height: normal;
}

/* line 51, app/assets/stylesheets/customer/_dropdown.scss */
.collapsing-header label .collapsible-header span {
  font-size: initial;
}

/* line 55, app/assets/stylesheets/customer/_dropdown.scss */
.collapsing-header label .collapsible-header .collapsing-arrow:after {
  display: inline-block;
  margin-right: 5px;
  font-style: normal;
  content: "▶";
  transition: rotate 0.3s;
}

/* line 67, app/assets/stylesheets/customer/_dropdown.scss */
.collapsing-header label .collapsible-header.checked .collapsing-arrow:after {
  rotate: 90deg;
}

/* line 75, app/assets/stylesheets/customer/_dropdown.scss */
div.collapsing {
  display: grid;
  grid-template-rows: 1fr;
  transition: grid-template-rows 0.3s ease-in-out;
}

/* line 80, app/assets/stylesheets/customer/_dropdown.scss */
div.collapsing.collapsed {
  grid-template-rows: 0fr;
}

/* line 86, app/assets/stylesheets/customer/_dropdown.scss */
.voucher-dropdown {
  background: var(--secondary-90);
  color: var(--secondary-10);
}

/* line 90, app/assets/stylesheets/customer/_dropdown.scss */
.voucher-dropdown:hover {
  background: var(--secondary-80);
  color: var(--secondary-10);
}

@media screen and (max-width: 600px) {
  /* line 3, app/assets/stylesheets/customer/_forms.scss */
  input[type="submit"] {
    width: 100%;
  }
}

/* line 9, app/assets/stylesheets/customer/_forms.scss */
form legend {
  color: var(--on-primary);
  font-weight: bold;
  font-size: 1.2em;
  padding-bottom: 8px;
}

/* line 16, app/assets/stylesheets/customer/_forms.scss */
form .field {
  margin-bottom: 1em;
}

/* line 23, app/assets/stylesheets/customer/_forms.scss */
form .string label,
form .tel label,
form .country label {
  font-weight: bold;
  display: block;
}

/* line 28, app/assets/stylesheets/customer/_forms.scss */
form .string input,
form .tel input,
form .country input {
  width: 90%;
  width: 50%;
}

/* line 33, app/assets/stylesheets/customer/_forms.scss */
form .string input.small,
form .tel input.small,
form .country input.small {
  width: 50px;
}

/* line 40, app/assets/stylesheets/customer/_forms.scss */
.formError {
  display: inline;
  color: red;
}

/* line 45, app/assets/stylesheets/customer/_forms.scss */
.errorExplanation {
  background: #ff3333;
  padding: 8px;
}

/* line 49, app/assets/stylesheets/customer/_forms.scss */
.errorExplanation h2 {
  color: white;
  margin: 0;
}

/* line 55, app/assets/stylesheets/customer/_forms.scss */
select {
  max-width: 100%;
}

/* line 59, app/assets/stylesheets/customer/_forms.scss */
.password .input-group {
  display: flex;
  flex-direction: column;
  max-width: 50%;
}

/* line 2, app/assets/stylesheets/customer/_buttons.scss */
body.dark a.button,
body.dark input[type="submit"],
body.dark button:not(.link),
body.dark img.button {
  color: var(--on-primary) !important;
}

/* line 11, app/assets/stylesheets/customer/_buttons.scss */
a.button,
input[type="submit"],
button:not(.link),
img.button {
  border: none;
  border-radius: 0.25rem;
  background-color: var(--primary-40);
  transition: background-color 300ms;
  height: 40px;
  line-height: 40px;
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
  padding: 0px 16px;
  color: white;
}

/* line 27, app/assets/stylesheets/customer/_buttons.scss */
a.button:hover:not(:disabled),
input[type="submit"]:hover:not(:disabled),
button:not(.link):hover:not(:disabled),
img.button:hover:not(:disabled) {
  background-color: var(--primary-50);
}

/* line 31, app/assets/stylesheets/customer/_buttons.scss */
a.button:disabled,
input[type="submit"]:disabled,
button:not(.link):disabled,
img.button:disabled {
  background: rgba(29, 27, 32, 0.12) !important;
  color: #89888d;
}

/* line 36, app/assets/stylesheets/customer/_buttons.scss */
a.button.outlined,
input.outlined[type="submit"],
button.outlined:not(.link),
img.button.outlined {
  background: white;
  outline: 1px solid #ccc;
  padding: 0.5rem 0.75rem;
  text-wrap: nowrap;
  color: var(--on-primary) !important;
}

/* line 43, app/assets/stylesheets/customer/_buttons.scss */
a.button.outlined:hover,
input.outlined[type="submit"]:hover,
button.outlined:not(.link):hover,
img.button.outlined:hover {
  background-color: var(--primary-80);
}

/* line 47, app/assets/stylesheets/customer/_buttons.scss */
a.button.outlined.active,
input.outlined.active[type="submit"],
button.outlined.active:not(.link),
img.button.outlined.active {
  background-color: var(--secondary-80);
  outline: 1px solid var(--secondary-20);
}

/* line 53, app/assets/stylesheets/customer/_buttons.scss */
a.button.tonal,
input.tonal[type="submit"],
button.tonal:not(.link),
img.button.tonal {
  background-color: #d3d3d3;
  color: black !important;
}

/* line 57, app/assets/stylesheets/customer/_buttons.scss */
a.button.tonal svg,
input.tonal[type="submit"] svg,
button.tonal:not(.link) svg,
img.button.tonal svg {
  fill: black;
}

/* line 61, app/assets/stylesheets/customer/_buttons.scss */
a.button.tonal:hover,
input.tonal[type="submit"]:hover,
button.tonal:not(.link):hover,
img.button.tonal:hover {
  background-color: #bababa !important;
}

/* line 66, app/assets/stylesheets/customer/_buttons.scss */
a.button.danger,
input.danger[type="submit"],
button.danger:not(.link),
img.button.danger {
  background: #ba1a1a;
  color: white;
}

/* line 70, app/assets/stylesheets/customer/_buttons.scss */
a.button.danger:hover,
input.danger[type="submit"]:hover,
button.danger:not(.link):hover,
img.button.danger:hover {
  background-color: #e12626;
}

/* line 75, app/assets/stylesheets/customer/_buttons.scss */
a.button.with-icon,
input.with-icon[type="submit"],
button.with-icon:not(.link),
img.button.with-icon {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

/* line 82, app/assets/stylesheets/customer/_buttons.scss */
button.link {
  background: none !important;
  border: none;
  padding: 0 !important;
  font-family: arial, sans-serif;
  color: #069 !important;
  text-decoration: underline;
  cursor: pointer;
  font-size: 12px;
  text-align: left;
}

/* line 95, app/assets/stylesheets/customer/_buttons.scss */
#confirmBuy {
  height: auto;
  line-height: 1.5rem;
  vertical-align: top;
}

/* line 101, app/assets/stylesheets/customer/_buttons.scss */
a.button {
  text-decoration: none;
}

/* line 105, app/assets/stylesheets/customer/_buttons.scss */
.event-buttons {
  text-align: right;
}

/* line 109, app/assets/stylesheets/customer/_buttons.scss */
.receipt-button-container {
  display: flex;
  gap: 1em;
  margin-bottom: 1em;
  flex-wrap: wrap;
}

@media screen and (max-width: 600px) {
  /* line 116, app/assets/stylesheets/customer/_buttons.scss */
  .receipt-button-container .button {
    width: 100%;
  }
}

/* line 122, app/assets/stylesheets/customer/_buttons.scss */
.seat-picker-button {
  color: white !important;
}

/* line 126, app/assets/stylesheets/customer/_buttons.scss */
#quantity-to-select {
  height: 35px;
}

/* line 1, app/assets/stylesheets/customer/_chip.scss */
button.chip,
p.chip {
  align-items: center;
  border-radius: 10rem;
  display: inline-flex;
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1rem;
  max-width: fit-content;
  min-width: 1rem;
  padding: 0.25rem 0.75rem;
  text-align: center;
  text-transform: lowercase;
  min-width: fit-content;
  color: red;
}

/* line 17, app/assets/stylesheets/customer/_chip.scss */
button.chip.large,
p.chip.large {
  padding: 1rem 1.5rem;
  line-height: 1.5rem;
}

/* line 22, app/assets/stylesheets/customer/_chip.scss */
button.chip.medium,
p.chip.medium {
  padding: 0.5rem 1rem;
  line-height: 1.25rem;
}

/* line 28, app/assets/stylesheets/customer/_chip.scss */
button.chip.success, button.chip.accepted, button.chip.completed, button.chip.paid, button.chip.fulfilled, button.chip.good, button.chip.in-season,
p.chip.success,
p.chip.accepted,
p.chip.completed,
p.chip.paid,
p.chip.fulfilled,
p.chip.good,
p.chip.in-season {
  color: #00210c;
  background: #9cf6b2;
}

/* line 38, app/assets/stylesheets/customer/_chip.scss */
button.chip.success.icon, button.chip.accepted.icon, button.chip.completed.icon, button.chip.paid.icon, button.chip.fulfilled.icon, button.chip.good.icon, button.chip.in-season.icon,
p.chip.success.icon,
p.chip.accepted.icon,
p.chip.completed.icon,
p.chip.paid.icon,
p.chip.fulfilled.icon,
p.chip.good.icon,
p.chip.in-season.icon {
  padding: 0;
}

/* line 39, app/assets/stylesheets/customer/_chip.scss */
button.chip.success.icon > svg, button.chip.accepted.icon > svg, button.chip.completed.icon > svg, button.chip.paid.icon > svg, button.chip.fulfilled.icon > svg, button.chip.good.icon > svg, button.chip.in-season.icon > svg,
p.chip.success.icon > svg,
p.chip.accepted.icon > svg,
p.chip.completed.icon > svg,
p.chip.paid.icon > svg,
p.chip.fulfilled.icon > svg,
p.chip.good.icon > svg,
p.chip.in-season.icon > svg {
  background: #036d37;
  fill: white;
  border-radius: 10rem;
  max-height: 1.2rem;
  max-width: 1.2rem;
  padding: 0.1rem;
}

/* line 52, app/assets/stylesheets/customer/_chip.scss */
button.chip.invalid, button.chip.expired, button.chip.neutral, button.chip.turnedback, button.chip.new,
p.chip.invalid,
p.chip.expired,
p.chip.neutral,
p.chip.turnedback,
p.chip.new {
  background: #dcdcde;
  color: #434248;
}

/* line 60, app/assets/stylesheets/customer/_chip.scss */
button.chip.invalid.icon, button.chip.expired.icon, button.chip.neutral.icon, button.chip.turnedback.icon, button.chip.new.icon,
p.chip.invalid.icon,
p.chip.expired.icon,
p.chip.neutral.icon,
p.chip.turnedback.icon,
p.chip.new.icon {
  padding: 0;
}

/* line 61, app/assets/stylesheets/customer/_chip.scss */
button.chip.invalid.icon > svg, button.chip.expired.icon > svg, button.chip.neutral.icon > svg, button.chip.turnedback.icon > svg, button.chip.new.icon > svg,
p.chip.invalid.icon > svg,
p.chip.expired.icon > svg,
p.chip.neutral.icon > svg,
p.chip.turnedback.icon > svg,
p.chip.new.icon > svg {
  background: #dcdcde;
  fill: #434248;
  border-radius: 10rem;
  max-height: 1.2rem;
  max-width: 1.2rem;
  padding: 0.1rem;
}

/* line 140, app/assets/stylesheets/admin/_variables.scss */
.primary-10 {
  background: #001a41;
}

/* line 143, app/assets/stylesheets/admin/_variables.scss */
.primary-20 {
  background: #07316b;
}

/* line 146, app/assets/stylesheets/admin/_variables.scss */
.primary-30 {
  background: #1152aa;
}

/* line 149, app/assets/stylesheets/admin/_variables.scss */
.primary-40 {
  background: #1a73e8;
}

/* line 152, app/assets/stylesheets/admin/_variables.scss */
.primary-50 {
  background: #67a1f1;
}

/* line 155, app/assets/stylesheets/admin/_variables.scss */
.primary-60 {
  background: #8db8f6;
}

/* line 158, app/assets/stylesheets/admin/_variables.scss */
.primary-70 {
  background: #b3cefa;
}

/* line 161, app/assets/stylesheets/admin/_variables.scss */
.primary-80 {
  background: #c6d8fd;
}

/* line 164, app/assets/stylesheets/admin/_variables.scss */
.primary-90 {
  background: #dfe8fe;
}

/* line 167, app/assets/stylesheets/admin/_variables.scss */
.primary-95 {
  background: #edf0ff;
}

/* line 170, app/assets/stylesheets/admin/_variables.scss */
.primary-99 {
  background: #fefbff;
}

/* line 175, app/assets/stylesheets/admin/_variables.scss */
.secondary-10 {
  background: #141b2c;
}

/* line 178, app/assets/stylesheets/admin/_variables.scss */
.secondary-20 {
  background: #293041;
}

/* line 181, app/assets/stylesheets/admin/_variables.scss */
.secondary-30 {
  background: #3f4759;
}

/* line 184, app/assets/stylesheets/admin/_variables.scss */
.secondary-40 {
  background: #575e71;
}

/* line 187, app/assets/stylesheets/admin/_variables.scss */
.secondary-50 {
  background: #6d7599;
}

/* line 190, app/assets/stylesheets/admin/_variables.scss */
.secondary-60 {
  background: #8991a5;
}

/* line 193, app/assets/stylesheets/admin/_variables.scss */
.secondary-70 {
  background: #a3abc0;
}

/* line 196, app/assets/stylesheets/admin/_variables.scss */
.secondary-80 {
  background: #bfc6dc;
}

/* line 199, app/assets/stylesheets/admin/_variables.scss */
.secondary-90 {
  background: #dbe2f9;
}

/* line 202, app/assets/stylesheets/admin/_variables.scss */
.secondary-95 {
  background: #edf0ff;
}

/* line 205, app/assets/stylesheets/admin/_variables.scss */
.secondary-99 {
  background: #fefbff;
}

/* line 210, app/assets/stylesheets/admin/_variables.scss */
.danger-10 {
  background: #410002;
}

/* line 213, app/assets/stylesheets/admin/_variables.scss */
.danger-20 {
  background: #690005;
}

/* line 216, app/assets/stylesheets/admin/_variables.scss */
.danger-30 {
  background: #93000a;
}

/* line 219, app/assets/stylesheets/admin/_variables.scss */
.danger-40 {
  background: #ba1a1a;
}

/* line 222, app/assets/stylesheets/admin/_variables.scss */
.danger-50 {
  background: #de3730;
}

/* line 225, app/assets/stylesheets/admin/_variables.scss */
.danger-60 {
  background: #ff5449;
}

/* line 228, app/assets/stylesheets/admin/_variables.scss */
.danger-70 {
  background: #ff897d;
}

/* line 231, app/assets/stylesheets/admin/_variables.scss */
.danger-80 {
  background: #ffb4ab;
}

/* line 234, app/assets/stylesheets/admin/_variables.scss */
.danger-90 {
  background: #ffdad6;
}

/* line 237, app/assets/stylesheets/admin/_variables.scss */
.danger-95 {
  background: #ffedea;
}

/* line 240, app/assets/stylesheets/admin/_variables.scss */
.danger-99 {
  background: #fffbff;
}

/* line 245, app/assets/stylesheets/admin/_variables.scss */
.success-10 {
  background: #00210c;
}

/* line 249, app/assets/stylesheets/admin/_variables.scss */
.success-20 {
  background: #00391a;
}

/* line 253, app/assets/stylesheets/admin/_variables.scss */
.success-30 {
  background: #005228;
}

/* line 257, app/assets/stylesheets/admin/_variables.scss */
.success-40 {
  background: #036d37;
}

/* line 261, app/assets/stylesheets/admin/_variables.scss */
.success-50 {
  background: #2d874e;
}

/* line 265, app/assets/stylesheets/admin/_variables.scss */
.success-60 {
  background: #4aa265;
}

/* line 269, app/assets/stylesheets/admin/_variables.scss */
.success-70 {
  background: #65bd7e;
}

/* line 273, app/assets/stylesheets/admin/_variables.scss */
.success-80 {
  background: #80d997;
}

/* line 277, app/assets/stylesheets/admin/_variables.scss */
.success-90 {
  background: #9cf6b2;
}

/* line 281, app/assets/stylesheets/admin/_variables.scss */
.success-95 {
  background: #c3ffce;
}

/* line 285, app/assets/stylesheets/admin/_variables.scss */
.success-99 {
  background: #f5fff3;
}

/* line 290, app/assets/stylesheets/admin/_variables.scss */
.neutral-10 {
  background: #19191c;
}

/* line 294, app/assets/stylesheets/admin/_variables.scss */
.neutral-20 {
  background: #333238;
}

/* line 298, app/assets/stylesheets/admin/_variables.scss */
.neutral-30 {
  background: #444447;
}

/* line 302, app/assets/stylesheets/admin/_variables.scss */
.neutral-40 {
  background: #5b5d5f;
}

/* line 306, app/assets/stylesheets/admin/_variables.scss */
.neutral-50 {
  background: #737278;
}

/* line 310, app/assets/stylesheets/admin/_variables.scss */
.neutral-60 {
  background: #89888d;
}

/* line 314, app/assets/stylesheets/admin/_variables.scss */
.neutral-70 {
  background: #a7a7ac;
}

/* line 318, app/assets/stylesheets/admin/_variables.scss */
.neutral-80 {
  background: #c2c2c7;
}

/* line 322, app/assets/stylesheets/admin/_variables.scss */
.neutral-90 {
  background: #dedfe3;
}

/* line 326, app/assets/stylesheets/admin/_variables.scss */
.neutral-95 {
  background: #ecedf1;
}

/* line 330, app/assets/stylesheets/admin/_variables.scss */
.neutral-99 {
  background: #f6f8fc;
}

/* line 335, app/assets/stylesheets/admin/_variables.scss */
.black {
  background: #000000;
}

/* line 339, app/assets/stylesheets/admin/_variables.scss */
.white {
  background: #ffffff;
}

/* line 343, app/assets/stylesheets/admin/_variables.scss */
.light-mode {
  background: #dcdcde;
}

/* line 347, app/assets/stylesheets/admin/_variables.scss */
.on-invalid {
  color: #434248;
}

/* line 351, app/assets/stylesheets/admin/_variables.scss */
.invalid {
  background: #dcdcde;
}

/* line 355, app/assets/stylesheets/admin/_variables.scss */
.on-pending {
  color: #703800;
}

/* line 359, app/assets/stylesheets/admin/_variables.scss */
.pending {
  background: #f5d9a8;
}

/* line 365, app/assets/stylesheets/admin/_variables.scss */
.primary {
  background: #1a73e8;
}

/* line 369, app/assets/stylesheets/admin/_variables.scss */
.on-primary {
  color: #ffffff;
}

/* line 373, app/assets/stylesheets/admin/_variables.scss */
.primary-container {
  background: #dfe8fe;
}

/* line 377, app/assets/stylesheets/admin/_variables.scss */
.on-primary-container {
  color: #001a41;
}

/* line 381, app/assets/stylesheets/admin/_variables.scss */
.secondary {
  background: #6d7599;
}

/* line 385, app/assets/stylesheets/admin/_variables.scss */
.on-secondary {
  color: #ffffff;
}

/* line 389, app/assets/stylesheets/admin/_variables.scss */
.secondary-container {
  background: #dbe2f9;
}

/* line 393, app/assets/stylesheets/admin/_variables.scss */
.on-secondary-container {
  color: #141b2c;
}

/* line 397, app/assets/stylesheets/admin/_variables.scss */
.success {
  background: #036d37;
}

/* line 401, app/assets/stylesheets/admin/_variables.scss */
.on-success {
  color: #ffffff;
}

/* line 405, app/assets/stylesheets/admin/_variables.scss */
.success-container {
  background: #9cf6b2;
}

/* line 409, app/assets/stylesheets/admin/_variables.scss */
.on-success-container {
  color: #00210c;
}

/* line 413, app/assets/stylesheets/admin/_variables.scss */
.error-background {
  background: #ba1a1a;
}

/* line 417, app/assets/stylesheets/admin/_variables.scss */
.on-error {
  color: #ffffff;
}

/* line 421, app/assets/stylesheets/admin/_variables.scss */
.error-container {
  background: #ffdad6;
}

/* line 425, app/assets/stylesheets/admin/_variables.scss */
.on-error-container {
  color: #410002;
}

/* line 429, app/assets/stylesheets/admin/_variables.scss */
.surface {
  background: #f6f8fc;
}

/* line 433, app/assets/stylesheets/admin/_variables.scss */
.surface-container {
  background: #dedfe3;
}

/* line 437, app/assets/stylesheets/admin/_variables.scss */
.on-surface {
  color: #19191c;
}

/* line 441, app/assets/stylesheets/admin/_variables.scss */
.on-surface-variant {
  color: #444447;
}

/* line 445, app/assets/stylesheets/admin/_variables.scss */
.outline {
  background: #737278;
}

/* line 451, app/assets/stylesheets/admin/_variables.scss */
.guide-primary {
  color: #1a73e8;
}

/* line 455, app/assets/stylesheets/admin/_variables.scss */
.guide-on-primary {
  background: #ffffff;
}

/* line 459, app/assets/stylesheets/admin/_variables.scss */
.guide-primary-container {
  color: #dfe8fe;
}

/* line 463, app/assets/stylesheets/admin/_variables.scss */
.guide-on-primary-container {
  background: #001a41;
}

/* line 467, app/assets/stylesheets/admin/_variables.scss */
.guide-secondary {
  color: #6d7599;
}

/* line 471, app/assets/stylesheets/admin/_variables.scss */
.guide-on-secondary {
  background: #ffffff;
}

/* line 475, app/assets/stylesheets/admin/_variables.scss */
.guide-secondary-container {
  color: #dbe2f9;
}

/* line 479, app/assets/stylesheets/admin/_variables.scss */
.guide-on-secondary-container {
  background: #141b2c;
}

/* line 483, app/assets/stylesheets/admin/_variables.scss */
.guide-success {
  color: #036d37;
}

/* line 487, app/assets/stylesheets/admin/_variables.scss */
.guide-on-success {
  background: #ffffff;
}

/* line 491, app/assets/stylesheets/admin/_variables.scss */
.guide-success-container {
  color: #9cf6b2;
}

/* line 495, app/assets/stylesheets/admin/_variables.scss */
.guide-on-success-container {
  background: #00210c;
}

/* line 499, app/assets/stylesheets/admin/_variables.scss */
.guide-error {
  color: #ba1a1a;
}

/* line 503, app/assets/stylesheets/admin/_variables.scss */
.guide-on-error {
  background: #ffffff;
}

/* line 507, app/assets/stylesheets/admin/_variables.scss */
.guide-error-container {
  color: #ffdad6;
}

/* line 511, app/assets/stylesheets/admin/_variables.scss */
.guide-on-error-container {
  background: #410002;
}

/* line 515, app/assets/stylesheets/admin/_variables.scss */
.guide-surface {
  color: #f6f8fc;
}

/* line 519, app/assets/stylesheets/admin/_variables.scss */
.guide-on-surface {
  background: #19191c;
}

/* line 523, app/assets/stylesheets/admin/_variables.scss */
.guide-outline {
  color: #737278;
}

/* line 527, app/assets/stylesheets/admin/_variables.scss */
.guide-on-invalid {
  background: #434248;
}

/* line 531, app/assets/stylesheets/admin/_variables.scss */
.guide-invalid {
  color: #dcdcde;
}

/* line 535, app/assets/stylesheets/admin/_variables.scss */
.guide-on-pending {
  background: #703800;
}

/* line 539, app/assets/stylesheets/admin/_variables.scss */
.guide-pending {
  color: #f5d9a8;
}

/* line 3, app/assets/stylesheets/admin/_styled_payment_form.scss */
.styled-payment-form {
  max-width: 600px;
  padding: 0.25rem;
}

/* line 7, app/assets/stylesheets/admin/_styled_payment_form.scss */
.styled-payment-form .mock-input,
.styled-payment-form input[type=text] {
  border-radius: 6px;
  appearance: none;
  background: white;
  border: 0 !important;
  box-shadow: 0 0 0 1px #e0e0e0, 0 2px 4px 0 rgba(0, 0, 0, 0.07), 0 1px 1.5px 0 rgba(0, 0, 0, 0.05);
  color: rgba(26, 26, 26, 0.9);
  position: relative;
  transition: box-shadow 0.08s ease-in,color 0.08s ease-in,filter 50000s !important;
  z-index: 1;
  font-size: 16px;
  line-height: 1.5;
  padding: 8px 12px;
}

/* line 23, app/assets/stylesheets/admin/_styled_payment_form.scss */
.styled-payment-form .mock-input:focus,
.styled-payment-form input[type=text]:focus {
  box-shadow: 0 0 0 1px rgba(50, 151, 211, 0.7), 0 1px 1px 0 rgba(0, 0, 0, 0.07), 0 0 0 4px rgba(50, 151, 211, 0.3);
  outline: 0;
  z-index: 4;
}

/* line 29, app/assets/stylesheets/admin/_styled_payment_form.scss */
.styled-payment-form .mock-input.input-error,
.styled-payment-form input.input-error[type=text] {
  z-index: 3;
  box-shadow: 0 0 0 1px #ef9896, 0 2px 4px 0 rgba(0, 0, 0, 0.07), 0 1px 1.5px 0 rgba(0, 0, 0, 0.05);
  color: #dc2727;
}

/* line 35, app/assets/stylesheets/admin/_styled_payment_form.scss */
.styled-payment-form .mock-input.input-cvc,
.styled-payment-form input.input-cvc[type=text] {
  flex: 2;
  min-width: 100px !important;
}

/* line 40, app/assets/stylesheets/admin/_styled_payment_form.scss */
.styled-payment-form .mock-input.input-first, .styled-payment-form .mock-input.input-last, .styled-payment-form .mock-input.input-year, .styled-payment-form .mock-input.input-month,
.styled-payment-form input.input-first[type=text],
.styled-payment-form input.input-last[type=text],
.styled-payment-form input.input-year[type=text],
.styled-payment-form input.input-month[type=text] {
  flex: 1;
  min-width: 100px !important;
}

/* line 49, app/assets/stylesheets/admin/_styled_payment_form.scss */
.styled-payment-form .error-box {
  color: #ba1a1a;
  margin-top: 4px;
}

/* line 55, app/assets/stylesheets/admin/_styled_payment_form.scss */
.styled-payment-form #cardNumber {
  flex: -moz-available;
  flex: -webkit-fill-available;
}

/* line 60, app/assets/stylesheets/admin/_styled_payment_form.scss */
.styled-payment-form .child-border-top {
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}

/* line 65, app/assets/stylesheets/admin/_styled_payment_form.scss */
.styled-payment-form .child-border-bottom {
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
}

/* line 70, app/assets/stylesheets/admin/_styled_payment_form.scss */
.styled-payment-form .child-border-right {
  border-bottom-left-radius: 0 !important;
  border-top-left-radius: 0 !important;
}

/* line 75, app/assets/stylesheets/admin/_styled_payment_form.scss */
.styled-payment-form .child-border-left {
  border-bottom-right-radius: 0 !important;
  border-top-right-radius: 0 !important;
}

/* line 1, app/assets/stylesheets/customer/_footer.scss */
.bottom,
.footer-bottom {
  width: 100%;
  background: #161b22;
  height: 3rem;
  padding-top: 0.5rem;
  flex: 1;
  font-size: 13px;
  color: white;
}

/* line 11, app/assets/stylesheets/customer/_footer.scss */
.bottom img,
.footer-bottom img {
  max-height: 1rem;
}

/* line 15, app/assets/stylesheets/customer/_footer.scss */
.bottom hr,
.footer-bottom hr {
  color: white;
  height: 1px solid white;
}

/* line 20, app/assets/stylesheets/customer/_footer.scss */
.bottom a,
.footer-bottom a {
  text-decoration: none;
}

/* line 22, app/assets/stylesheets/customer/_footer.scss */
.bottom a:link, .bottom a:visited,
.footer-bottom a:link,
.footer-bottom a:visited {
  color: white;
}

/* line 26, app/assets/stylesheets/customer/_footer.scss */
.bottom a:hover, .bottom a:focus, .bottom a:active,
.footer-bottom a:hover,
.footer-bottom a:focus,
.footer-bottom a:active {
  color: white;
  text-decoration: underline;
}

/* line 34, app/assets/stylesheets/customer/_footer.scss */
.bottom .contentinfo,
.footer-bottom .contentinfo {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

/* line 42, app/assets/stylesheets/customer/_footer.scss */
.bottom .contentinfo .powered > a,
.footer-bottom .contentinfo .powered > a {
  font-weight: bold;
}

/* line 46, app/assets/stylesheets/customer/_footer.scss */
.bottom .contentinfo .spacer,
.footer-bottom .contentinfo .spacer {
  justify-content: space-between;
  align-items: center;
  display: flex;
  width: 95%;
  flex-wrap: wrap;
}

/* line 53, app/assets/stylesheets/customer/_footer.scss */
.bottom .contentinfo .spacer img,
.footer-bottom .contentinfo .spacer img {
  min-height: 2rem;
}

/* line 58, app/assets/stylesheets/customer/_footer.scss */
.bottom .contentinfo .copyright,
.footer-bottom .contentinfo .copyright {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}

/* line 65, app/assets/stylesheets/customer/_footer.scss */
.bottom .contentinfo .copyright > div,
.footer-bottom .contentinfo .copyright > div {
  display: flex;
  flex-wrap: wrap;
}

/* line 69, app/assets/stylesheets/customer/_footer.scss */
.bottom .contentinfo .copyright > div .policies,
.footer-bottom .contentinfo .copyright > div .policies {
  margin-right: 0.75rem;
  margin-bottom: 0;
}

/* line 76, app/assets/stylesheets/customer/_footer.scss */
.bottom .contentinfo > *,
.footer-bottom .contentinfo > * {
  display: flex;
  justify-content: center;
  align-items: center;
}

@media screen and (max-width: 950px) {
  /* line 34, app/assets/stylesheets/customer/_footer.scss */
  .bottom .contentinfo,
.footer-bottom .contentinfo {
    justify-content: center;
  }
}

/* line 88, app/assets/stylesheets/customer/_footer.scss */
.footer-links {
  margin: 0;
  text-align: left;
}

/* line 92, app/assets/stylesheets/customer/_footer.scss */
.footer-links a {
  margin: 0 8px;
}

@media screen and (max-width: 600px) {
  /* line 98, app/assets/stylesheets/customer/_footer.scss */
  .copyright {
    align-items: baseline !important;
    flex-direction: column !important;
  }
  /* line 99, app/assets/stylesheets/customer/_footer.scss */
  .copyright p {
    margin-bottom: 0.5rem !important;
  }
  /* line 102, app/assets/stylesheets/customer/_footer.scss */
  .copyright > div {
    display: initial !important;
  }
}
