/*

All variables added here originate in '_colors.scss'. Import them into your file using: import colors from '@tokens-colors';

*/
/*

All variables added here also need to be added as a variable with the same name in
'_colors-export.module.scss' to be consumed'.

*/

/*

All variables added here also need to be added as a variable with the same name in
'_colors-export.module.scss' to be consumed'.

*/
.afp_container {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
.afp_container iframe {
    max-width: 311px; }
.afp_errorMessage {
  color: #922b2b;
  font-size: 14px; }
.FieldElement {
  display: block;
  border: none;
  border-bottom: 1px solid #eee;
  border-radius: 0;
  margin: 0;
  width: 100%;
  padding: 0.5em 0.6em;
  resize: none;
  font-size: 14px;
  background: white;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none !important;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  color: #444; }

.adyen-wrapper {
  min-height: 140vh; }

.adyen-field {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 19.2px !important;
  margin-bottom: 1.2rem !important; }

.adyen-field label {
    margin-bottom: 12.8px;
    margin-bottom: 0.8rem;
    font-size: 10px; }

.adyen-field label, .adyen-field span {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%; }

.adyen-field span {
    height: 52.8px;
    height: 3.3rem;
    padding: 0 16px;
    padding: 0 1rem;
    border-bottom: 1px solid #eee; }

.adyen-field-split {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }

.adyen-field-split span {
      max-width: 32%;
      -webkit-box-flex: 0;
          -ms-flex: 0 0 32%;
              flex: 0 0 32%; }

input {
  border-bottom: 1px solid #eee;
  color: #212121;
  font-family: "CircularStd", "Open Sans", "Helvetica Neue", Helvetica, sans-serif;
  font-size: 14px;
  padding-left: 14px;
  line-height: 25px;
  width: 100%; }

input::-webkit-input-placeholder {
    color: #b1b1b1;
    font-family: 'Arial';
    font-size: 13px;
    font-weight: 100;
    letter-spacing: 0.5px; }

input::-moz-placeholder {
    color: #b1b1b1;
    font-family: 'Arial';
    font-size: 13px;
    font-weight: 100;
    letter-spacing: 0.5px; }

input::-ms-input-placeholder {
    color: #b1b1b1;
    font-family: 'Arial';
    font-size: 13px;
    font-weight: 100;
    letter-spacing: 0.5px; }

input::placeholder {
    color: #b1b1b1;
    font-family: 'Arial';
    font-size: 13px;
    font-weight: 100;
    letter-spacing: 0.5px; }
/*

All variables added here also need to be added as a variable with the same name in
'_colors-export.module.scss' to be consumed'.

*/
.StripeElement {
  display: block;
  border: none;
  border-bottom: 1px solid #d9d9d9;
  border-radius: 0;
  margin: 0;
  width: 100%;
  padding: 0.5em 0.6em;
  resize: none;
  font-size: 1em;
  background: #ffffff;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none !important;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  color: #d9d9d9; }
#stripe-form .field {
  display: block !important; }
/*! normalize-scss | MIT/GPLv2 License | bit.ly/normalize-scss */
/* Document
       ========================================================================== */
/**
     * 1. Correct the line height in all browsers.
     * 2. Prevent adjustments of font size after orientation changes in
     *    IE on Windows Phone and in iOS.
     */
html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }
/* Sections
       ========================================================================== */
/**
     * Remove the margin in all browsers (opinionated).
     */
body {
  margin: 0; }
/**
     * Add the correct display in IE 9-.
     */
article, aside, footer, header, nav, section {
  display: block; }
/**
     * Correct the font size and margin on `h1` elements within `section` and
     * `article` contexts in Chrome, Firefox, and Safari.
     */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }
/* Grouping content
       ========================================================================== */
/**
     * Add the correct display in IE 9-.
     */
figcaption, figure {
  display: block; }
/**
     * Add the correct margin in IE 8.
     */
figure {
  margin: 1em 40px; }
/**
     * 1. Add the correct box sizing in Firefox.
     * 2. Show the overflow in Edge and IE.
     */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }
/**
     * Add the correct display in IE.
     */
main {
  display: block; }
/**
     * 1. Correct the inheritance and scaling of font size in all browsers.
     * 2. Correct the odd `em` font sizing in all browsers.
     */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }
/* Links
       ========================================================================== */
/**
     * 1. Remove the gray background on active links in IE 10.
     * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
     */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */ }
/* Text-level semantics
       ========================================================================== */
/**
     * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
     * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
     */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */ }
/**
     * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
     */
b, strong {
  font-weight: inherit; }
/**
     * Add the correct font weight in Chrome, Edge, and Safari.
     */
b, strong {
  font-weight: bolder; }
/**
     * 1. Correct the inheritance and scaling of font size in all browsers.
     * 2. Correct the odd `em` font sizing in all browsers.
     */
code, kbd, samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }
/**
     * Add the correct font style in Android 4.3-.
     */
dfn {
  font-style: italic; }
/**
     * Add the correct background and color in IE 9-.
     */
mark {
  background-color: #ff0;
  color: #000; }
/**
     * Add the correct font size in all browsers.
     */
small {
  font-size: 80%; }
/**
     * Prevent `sub` and `sup` elements from affecting the line height in
     * all browsers.
     */
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }
sub {
  bottom: -0.25em; }
sup {
  top: -0.5em; }
/* Embedded content
       ========================================================================== */
/**
     * Add the correct display in IE 9-.
     */
audio, video {
  display: inline-block; }
/**
     * Add the correct display in iOS 4-7.
     */
audio:not([controls]) {
  display: none;
  height: 0; }
/**
     * Remove the border on images inside links in IE 10-.
     */
img {
  border-style: none; }
/**
     * Hide the overflow in IE.
     */
svg:not(:root) {
  overflow: hidden; }
/* Forms
       ========================================================================== */
/**
     * 1. Change the font styles in all browsers (opinionated).
     * 2. Remove the margin in Firefox and Safari.
     */
button, input, optgroup, select, textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }
/**
     * Show the overflow in IE.
     */
button {
  overflow: visible; }
/**
     * Remove the inheritance of text transform in Edge, Firefox, and IE.
     * 1. Remove the inheritance of text transform in Firefox.
     */
button, select {
  /* 1 */
  text-transform: none; }
/**
     * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
     *    controls in Android 4.
     * 2. Correct the inability to style clickable types in iOS and Safari.
     */
button, html [type="button"], [type="reset"], [type="submit"] {
  -webkit-appearance: button;
  /* 2 */ }
button, [type="button"], [type="reset"], [type="submit"] {
  /**
       * Remove the inner border and padding in Firefox.
       */
  /**
       * Restore the focus styles unset by the previous rule.
       */ }
button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0; }
button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText; }
/**
     * Show the overflow in Edge.
     */
input {
  overflow: visible; }
/**
     * 1. Add the correct box sizing in IE 10-.
     * 2. Remove the padding in IE 10-.
     */
[type="checkbox"], [type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }
/**
     * Correct the cursor style of increment and decrement buttons in Chrome.
     */
[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {
  height: auto; }
/**
     * 1. Correct the odd appearance in Chrome and Safari.
     * 2. Correct the outline style in Safari.
     */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
  /**
       * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
       */ }
[type="search"]::-webkit-search-cancel-button, [type="search"]::-webkit-search-decoration {
    -webkit-appearance: none; }
/**
     * 1. Correct the inability to style clickable types in iOS and Safari.
     * 2. Change font properties to `inherit` in Safari.
     */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }
/**
     * Correct the padding in Firefox.
     */
fieldset {
  padding: 0.35em 0.75em 0.625em; }
/**
     * 1. Correct the text wrapping in Edge and IE.
     * 2. Correct the color inheritance from `fieldset` elements in IE.
     * 3. Remove the padding so developers are not caught out when they zero out
     *    `fieldset` elements in all browsers.
     */
legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  color: inherit;
  /* 2 */
  white-space: normal;
  /* 1 */ }
/**
     * 1. Add the correct display in IE 9-.
     * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
     */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }
/**
     * Remove the default vertical scrollbar in IE.
     */
textarea {
  overflow: auto; }
/* Interactive
       ========================================================================== */
/*
     * Add the correct display in Edge, IE, and Firefox.
     */
details {
  display: block; }
/*
     * Add the correct display in all browsers.
     */
summary {
  display: list-item; }
/*
     * Add the correct display in IE 9-.
     */
menu {
  display: block; }
/* Scripting
       ========================================================================== */
/**
     * Add the correct display in IE 9-.
     */
canvas {
  display: inline-block; }
/**
     * Add the correct display in IE.
     */
template {
  display: none; }
/* Hidden
       ========================================================================== */
/**
     * Add the correct display in IE 10-.
     */
[hidden] {
  display: none; }
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }
h1, h2, h3, h4, h5, h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
  padding: 0; }
ul, ol {
  list-style: none;
  padding: 0;
  margin: 0; }
a {
  position: relative;
  text-decoration: none;
  color: inherit;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease; }
.image {
  position: relative;
  background: center no-repeat;
  background-size: cover; }
.image > a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
.image > a img {
      display: none; }
.wrapper {
  position: relative;
  width: 100%;
  height: 100%; }
/*

All variables added here also need to be added as a variable with the same name in
'_colors-export.module.scss' to be consumed'.

*/
.btn {
  background: #ffffff;
  border: 1px solid #d9d9d9;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 0.75em 1.2em;
  border-radius: 12px;
  vertical-align: middle;
  line-height: normal;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-decoration: none;
  text-shadow: none;
  color: #212121;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  cursor: pointer;
  outline: none !important;
  font-weight: inherit; }
.btn .flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    height: 100%; }
.btn .icon {
    font-size: 1em; }
.btn .icon + .text {
    margin-left: 8px;
    margin-left: 0.5rem; }
.btn .text + .icon {
    margin-left: 8px;
    margin-left: 0.5rem; }
.btn:hover, .btn:focus {
    background: #eee; }
.btn.transparent {
    background: none;
    border: none;
    padding: 3.2px;
    padding: 0.2rem; }
.btn.home {
    background: #d5d8ec;
    border-color: #d5d8ec;
    color: #212121; }
.btn.primary {
    background: #181d4b;
    border-color: #181d4b;
    color: #ffffff; }
.btn.black {
    background: #000;
    border-color: #000;
    color: #ffffff; }
.btn.fb {
    background: #3b5998;
    border-color: #3b5998;
    color: #ffffff; }
.btn.fb .text {
      -webkit-box-flex: 1;
          -ms-flex-positive: 1;
              flex-grow: 1; }
.btn.google {
    background: #dd4b39;
    border-color: #dd4b39;
    color: #ffffff; }
.btn.google .text {
      -webkit-box-flex: 1;
          -ms-flex-positive: 1;
              flex-grow: 1; }
.btn.outline {
    background: transparent; }
.btn.outline.black {
      border-color: #000;
      color: #000; }
.btn.outline.black:hover, .btn.outline.black:focus {
        background: #000;
        color: #ffffff; }
.btn.outline.white {
      border-color: #ffffff;
      color: #ffffff; }
.btn.outline.white:hover, .btn.outline.white:focus {
        background: #ffffff;
        color: #000; }
.btn.circle {
    width: 2em;
    height: 2em;
    border-radius: 50%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 3.2px;
    padding: 0.2rem; }
.btn.circle.grey {
      background: #d9d9d9; }
.btn.active, .btn:active {
    outline: 0;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .2);
            box-shadow: inset 0 1px 2px rgba(0, 0, 0, .2); }
.btn.disabled, .btn[disabled] {
    outline: 0 !important;
    -webkit-box-shadow: none;
            box-shadow: none;
    opacity: .65;
    cursor: not-allowed;
    pointer-events: none; }
.btn-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
.btn-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
.btn-group .btn {
    border-radius: 0; }
.btn-group .btn + .btn {
      border-left: 1px solid rgba(255, 255, 255, .4); }
.btn-group .btn:first-child {
      border-bottom-left-radius: 2px;
      border-top-left-radius: 2px; }
.btn-group .btn:last-child {
      border-bottom-right-radius: 2px;
      border-top-right-radius: 2px; }
.btn-group .fa {
    font-size: 0.85em;
    vertical-align: middle;
    line-height: 1; }
/*

All variables added here also need to be added as a variable with the same name in
'_colors-export.module.scss' to be consumed'.

*/
#alert {
  position: fixed;
  top: -81px;
  left: 0;
  width: 100%;
  height: 81px;
  padding: 16px;
  padding: 1rem;
  z-index: 10000;
  -webkit-transition: top 0.3s ease;
  transition: top 0.3s ease;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
#alert .message {
    position: relative;
    color: #ffffff;
    text-align: center;
    font-size: 18.667px;
    font-size: 1.1667rem;
    font-weight: 500;
    margin: 0; }
#alert.show {
    top: 0; }
#alert.green {
    background: #498d73; }
#alert.red {
    background: #cd5656; }
/*

All variables added here also need to be added as a variable with the same name in
'_colors-export.module.scss' to be consumed'.

*/
textarea, select, input {
  display: block;
  border: none;
  border-bottom: 1px solid #d9d9d9;
  border-radius: 0;
  margin: 0;
  width: 100%;
  padding: 0.5em 0.6em;
  resize: none;
  font-size: 1em;
  background: #ffffff;
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none !important;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  color: #212121; }
input[type=checkbox], input[type=radio] {
  position: relative;
  width: 1.5em !important;
  height: 1.5em !important;
  border-radius: 3px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-transition: all 0.1s ease;
  transition: all 0.1s ease;
  border: 1px solid #d9d9d9;
  outline: none !important;
  background: #ffffff;
  /*&:before {
    content: "\2713";
    position: absolute;
    font-size: 0.9em;
    left: 1px;
    text-align: center;
    width: 1.25em;
    display: block;
    opacity: 0;
    transition: opacity 0.2s ease;
  }*/ }
input[type=checkbox]:checked, input[type=radio]:checked {
    background: #ff9a66;
    border-color: #ff9a66;
    /*&:before {
      opacity: 1;
    }*/ }
.field {
  margin: 32px 0;
  margin: 2rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
.field label {
    display: block;
    font-weight: 400;
    font-size: 1.125em;
    color: #212121; }
.checkbox {
  margin: 16px 0;
  margin: 1rem 0; }
select {
  padding-left: 8px;
  padding-left: 0.5rem;
  border: none; }
.text-field {
  position: relative;
  padding-top: 1.5em; }
.text-field.has-value label, .text-field.focused label {
    top: 0;
    font-size: .85em;
    padding-left: 0.5em;
    cursor: default; }
.text-field.focused input, .text-field.focused textarea {
    border-color: #ff9a66; }
.text-field label {
    position: absolute;
    top: 1.666em;
    left: 0;
    width: 100%;
    font-size: 1em;
    opacity: 0.5;
    padding: 0.5em 0.6em;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    cursor: text; }
.checkbox-field {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row;
          flex-flow: row; }
.checkbox-field label {
    margin: 0 !important; }
.checkbox-field input {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0; }
.checkbox-field input + label {
      min-width: 0;
      width: auto;
      padding-left: 19.2px;
      padding-left: 1.2rem; }
.checkbox-field label, .checkbox-field input {
    cursor: pointer; }
.field-group {
  margin: 32px 0;
  margin: 2rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row;
          flex-flow: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
.field-group .field {
    margin: 0;
    width: 48%; }
/*

All variables added here also need to be added as a variable with the same name in
'_colors-export.module.scss' to be consumed'.

*/
.field.dropdown {
  position: relative; }
.field.dropdown.active .options-container {
    display: block; }
.field.dropdown .value {
    position: relative;
    font-weight: 400;
    border-bottom: 1px dashed #ff9a66;
    color: #ff9a66;
    padding: 12px 3.2px;
    padding: 0.75rem 0.2rem; }
.field.dropdown .value, .field.dropdown .placeholder {
    cursor: pointer; }
.field.dropdown .options-container {
    position: absolute;
    display: none;
    z-index: 2; }
.field.dropdown .overlay {
    position: fixed;
    background: #212121;
    opacity: 0.8;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh; }
.field.dropdown .options {
    position: relative;
    background: #ffffff;
    border-radius: 3px;
    overflow: hidden; }
.field.dropdown .options li {
      padding: 24px 16px;
      padding: 1.5rem 1rem;
      cursor: pointer;
      white-space: nowrap; }
.field.dropdown .options li:hover, .field.dropdown .options li:focus {
        background: #d9d9d9; }
.field.dropdown .options li.selected {
        color: #ff9a66;
        background: #d9d9d9; }
.field.dropdown .options li + li {
        border-top: 1px solid #d9d9d9; }
/*

All variables added here also need to be added as a variable with the same name in
'_colors-export.module.scss' to be consumed'.

*/
@font-face {
  font-family: 'CircularBook';
  src: url(/02d8f1743ede250c7c9865f1574d7cc6.ttf) format("truetype");
  font-weight: 400;
  font-style: normal; }
@font-face {
  font-family: 'CircularStd';
  src: url(/faf6412f40aa21da14fc685a0a610d6e.eot);
  src: url(/faf6412f40aa21da14fc685a0a610d6e.eot?#iefix) format("embedded-opentype"), url(/59880bb792378f77deca117ea6b17567.woff) format("woff"), url(/c885948f6112a185e0e6c79963826882.ttf) format("truetype"), url(/263293c65cc2f4b6f673f423898d2f0b.svg#bcc26993292869431e54c666aafa8fcd) format("svg");
  font-weight: 800;
  font-style: normal; }
@font-face {
  font-family: 'CircularStd';
  src: url(/2d00dacfa45682b454cca077d60a6f00.eot);
  src: url(/2d00dacfa45682b454cca077d60a6f00.eot?#iefix) format("embedded-opentype"), url(/e13b5c7b607cba29c792f13d5328ddb6.woff) format("woff"), url(/7f645a713b0b95ae78201587d97e7f47.ttf) format("truetype"), url(/f3c01bca549b7dfca0aed37ca540c016.svg#bcc26993292869431e54c666aafa8fcd) format("svg");
  font-weight: 800;
  font-style: italic; }
@font-face {
  font-family: 'CircularStd';
  src: url(/e66cd4391be238164ba3fd7954ddddc4.eot);
  src: url(/e66cd4391be238164ba3fd7954ddddc4.eot?#iefix) format("embedded-opentype"), url(/1ced22ee6d45bdd05a5383fd9dbd1b43.woff) format("woff"), url(/ce2a6c4154de87815e8971d21a987403.ttf) format("truetype"), url(/b4c1f01a6535abf9385215cfa92277e5.svg#bcc26993292869431e54c666aafa8fcd) format("svg");
  font-weight: 600;
  font-style: normal; }
@font-face {
  font-family: 'CircularStd';
  src: url(/e714c355d6f6687fc2a03019c348fe53.eot);
  src: url(/e714c355d6f6687fc2a03019c348fe53.eot?#iefix) format("embedded-opentype"), url(/8f682a90d0d1ded2f43b1364af783fc8.woff) format("woff"), url(/fe0bddb876ee3c18c1d99fdbabb6e20c.ttf) format("truetype"), url(/91e639327f684581d17a0a8b9cc64737.svg#bcc26993292869431e54c666aafa8fcd) format("svg");
  font-weight: 600;
  font-style: italic; }
@font-face {
  font-family: 'CircularStd';
  src: url(/3473fea88bf57aa66b797db5e2f03349.eot);
  src: url(/3473fea88bf57aa66b797db5e2f03349.eot?#iefix) format("embedded-opentype"), url(/bb9a359afc17edc2c275b4212b8f2fd2.woff) format("woff"), url(/46d551dfd0caa61f1332d7c477f584c2.ttf) format("truetype"), url(/e6af6d0cc0526e208f4e85d1a0171f82.svg#bcc26993292869431e54c666aafa8fcd) format("svg");
  font-weight: 500;
  font-style: normal; }
@font-face {
  font-family: 'CircularStd';
  src: url(/1e3f8d0ec2758c561b1d86a34bfd282c.eot);
  src: url(/1e3f8d0ec2758c561b1d86a34bfd282c.eot?#iefix) format("embedded-opentype"), url(/21a7520d477ce7c4202f49af5708c586.woff) format("woff"), url(/7095d23a432c27d51c271d4df95f9cf7.ttf) format("truetype"), url(/fde448ffc3e87ce3b18c80d042f352ed.svg#bcc26993292869431e54c666aafa8fcd) format("svg");
  font-weight: 500;
  font-style: italic; }
@font-face {
  font-family: 'CircularStd';
  src: url(/d246520db4ce4615016723d4828da9bc.eot);
  src: url(/d246520db4ce4615016723d4828da9bc.eot?#iefix) format("embedded-opentype"), url(/ed76eb21560f0dc038cce0adfd65ea3c.woff) format("woff"), url(/c43e9feb9ca817ae86afb47fd0ee4f94.ttf) format("truetype"), url(/81002b22dbdd8b4fda534063cf6eaea6.svg#bcc26993292869431e54c666aafa8fcd) format("svg");
  font-weight: 400;
  font-style: normal; }
@font-face {
  font-family: 'CircularStd';
  src: url(/6d37d850bec0c1c86f9ebdbfbd9c4fc2.eot);
  src: url(/6d37d850bec0c1c86f9ebdbfbd9c4fc2.eot?#iefix) format("embedded-opentype"), url(/61889cfbb19d3a736ed1918d40c2b7ed.woff) format("woff"), url(/77a3e2ba714882de2159c63b2b6c0f7e.ttf) format("truetype"), url(/892039ad6d317870ff355e662bc6f701.svg#bcc26993292869431e54c666aafa8fcd) format("svg");
  font-weight: 400;
  font-style: italic; }
* {
  font-family: 'CircularStd'; }
html, body {
  height: 100%;
  font-size: 12px;
  color: #212121; }
.app-container {
  position: relative;
  margin: 0;
  width: 100%;
  min-height: 100%; }
.page {
  height: 1px;
  min-height: 100vh; }
.page .page-title {
    font-size: 40px;
    font-size: 2.5rem;
    margin-bottom: 32px;
    margin-bottom: 2rem; }
#init-loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 64px;
  font-size: 4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
/*

All variables added here also need to be added as a variable with the same name in
'_colors-export.module.scss' to be consumed'.

*/
.loader {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 50vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 64px;
  font-size: 4rem; }
.icon.loader {
  width: 1em;
  height: 1em;
  -webkit-animation: rotator 1.4s linear infinite;
          animation: rotator 1.4s linear infinite; }
.icon.loader circle {
    stroke-width: 3;
    stroke: #212121;
    stroke-dasharray: 187;
    stroke-dashoffset: 0;
    -webkit-transform-origin: center;
            transform-origin: center;
    -webkit-animation: dash 1.4s ease-in-out infinite;
            animation: dash 1.4s ease-in-out infinite; }
@-webkit-keyframes rotator {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(270deg);
            transform: rotate(270deg); } }
@keyframes rotator {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(270deg);
            transform: rotate(270deg); } }
@-webkit-keyframes dash {
  0% {
    stroke-dashoffset: 187; }
  50% {
    stroke-dashoffset: 46.75;
    -webkit-transform: rotate(135deg);
            transform: rotate(135deg); }
  100% {
    stroke-dashoffset: 187;
    -webkit-transform: rotate(450deg);
            transform: rotate(450deg); } }
@keyframes dash {
  0% {
    stroke-dashoffset: 187; }
  50% {
    stroke-dashoffset: 46.75;
    -webkit-transform: rotate(135deg);
            transform: rotate(135deg); }
  100% {
    stroke-dashoffset: 187;
    -webkit-transform: rotate(450deg);
            transform: rotate(450deg); } }
/*

All variables added here also need to be added as a variable with the same name in
'_colors-export.module.scss' to be consumed'.

*/
.page-header {
  position: fixed;
  top: 0;
  left: 0;
  height: 104px;
  height: 6.5rem;
  padding: 0 48px;
  padding: 0 3rem;
  width: 100%;
  z-index: 1;
  color: #ffffff;
  background: #212121;
  -webkit-box-shadow: 0;
          box-shadow: 0;
  -webkit-transition: height 0.2s ease, background 0.2s ease, opacity 0.2s ease;
  transition: height 0.2s ease, background 0.2s ease, opacity 0.2s ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  opacity: 1; }
.page-header.hide {
    opacity: 0;
    z-index: -10; }
.page-header.white {
    height: 80px;
    height: 5rem;
    -webkit-box-shadow: 0 0 0 1px rgba(136, 152, 170, .1), 0 15px 35px 0 rgba(49, 49, 93, .1), 0 5px 15px 0 rgba(0, 0, 0, .08);
            box-shadow: 0 0 0 1px rgba(136, 152, 170, .1), 0 15px 35px 0 rgba(49, 49, 93, .1), 0 5px 15px 0 rgba(0, 0, 0, .08); }
.page-header.white .logo {
      padding: 16px 40px 16px 24px;
      padding: 1rem 2.5rem 1rem 1.5rem; }
.page-header.white .logo img {
        height: 80px;
        height: 5rem; }
.page-header .center {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
.page-header .center a {
      display: block;
      padding: 16px 0;
      padding: 1rem 0;
      height: 100%;
      margin: auto;
      -webkit-transition: height 0.2s ease;
      transition: height 0.2s ease; }
.page-header .logo img {
    display: block;
    margin: auto;
    -webkit-transition: height 0.2s ease;
    transition: height 0.2s ease;
    height: 100%;
    -webkit-transform: translate3d(0, 0, -1px);
            transform: translate3d(0, 0, -1px); }
.page-header .restaurant-name {
    font-size: 26.672px;
    font-size: 1.667rem; }
.page-header .back-container, .page-header .menu-btn-container {
    position: relative;
    z-index: 1; }
.page-header .back-container .btn, .page-header .menu-btn-container .btn {
      font-size: 32px;
      font-size: 2rem;
      color: #ffffff; }
.page-header .language-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 60px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    z-index: 1000; }
.page-header .language-container div {
      cursor: pointer; }
.page-header .language-container .language-button {
      padding: 30px 10px; }
.page-header .language-container .selected {
      border-bottom: solid 1px #ffffff; }
.page-footer {
  position: relative;
  padding: 48px 0;
  padding: 3rem 0;
  background: #fbfbfb; }
.page-footer .container {
    max-width: 1600px;
    max-width: 100rem;
    margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start; }
.page-footer .menu + .menu {
    margin-left: 64px;
    margin-left: 4rem; }
.page-footer .menu .heading {
    font-size: 18.667px;
    font-size: 1.1667rem; }
.page-footer .menu .links {
    margin-top: 16px;
    margin-top: 1rem;
    font-size: 17.6px;
    font-size: 1.1rem;
    color: #888; }
.page-footer .menu .links li + li {
      margin-top: 4px;
      margin-top: 0.25rem; }
.page-footer .right {
    margin-left: auto;
    justify-self: flex-end;
    -ms-flex-item-align: stretch;
        align-self: stretch;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
.page-footer .social-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end; }
.page-footer .copyright {
    opacity: 0.6;
    font-size: 18.667px;
    font-size: 1.1667rem; }
/*

All variables added here also need to be added as a variable with the same name in
'_colors-export.module.scss' to be consumed'.

*/
.home-wrapper .page-header {
  display: none; }
.home-wrapper .page.light .banner:before {
  content: none; }
.home-wrapper .page.light .banner .restaurant-name {
  color: #212121; }
.home-wrapper .banner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: center no-repeat;
  background-size: cover;
  width: 100%;
  height: 100vh;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
.home-wrapper .banner:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(33, 33, 33, .5); }
.home-wrapper .banner .content {
    position: relative;
    text-align: center; }
.home-wrapper .banner .logo {
    max-width: 480px;
    max-width: 30rem;
    max-height: 480px;
    max-height: 30rem; }
.home-wrapper .banner .logo img {
      max-width: 480px;
      max-width: 30rem;
      max-height: 480px;
      max-height: 30rem;
      display: block;
      width: 100%;
      -webkit-transform: translate3d(0, 0, -1px);
              transform: translate3d(0, 0, -1px); }
.home-wrapper .banner .restaurant-name {
    position: relative;
    font-size: 73.6px;
    font-size: 4.6rem;
    font-weight: 500;
    letter-spacing: 1px;
    color: #ffffff; }
.home-wrapper .banner .btn-container {
    margin-top: 96px;
    margin-top: 6rem; }
.home-wrapper .banner .btn-container a {
      font-size: 18.667px;
      font-size: 1.1667rem;
      padding: 21.328px 32px;
      padding: 1.333rem 2rem;
      font-weight: 500;
      border-width: 2px; }
.home-wrapper .banner .content-no-cards {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 100vh;
    width: 100vw; }
.home-wrapper .banner .message-container {
    margin-top: 96px;
    margin-top: 6rem;
    filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feColorMatrix type="matrix" color-interpolation-filters="sRGB" values="0.2126 0.7152 0.0722 0 0 0.2126 0.7152 0.0722 0 0 0.2126 0.7152 0.0722 0 0 0 0 0 1 0" /></filter></svg>#filter');
    -webkit-filter: grayscale(1);
            filter: grayscale(1); }
.home-wrapper .banner .message-container span {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      text-align: center;
      font-size: 48px;
      font-size: 3rem;
      padding: 21.328px 32px;
      padding: 1.333rem 2rem;
      font-weight: 500;
      border-width: 2px;
      color: white;
      mix-blend-mode: difference; }
.gift-card-wrapper .page {
  padding-top: 104px;
  padding-top: 6.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 1280px;
  max-width: 80rem;
  margin: auto; }
.gift-card-wrapper .page > .description {
    font-size: 18.667px;
    font-size: 1.1667rem;
    margin-bottom: 88px;
    margin-bottom: 5.5rem; }
.gift-card-wrapper .footnote {
  margin-top: 64px;
  margin-top: 4rem;
  margin-bottom: 32px;
  margin-bottom: 2rem; }
.gift-card-wrapper .btn-container {
  margin-top: 96px;
  margin-top: 6rem; }
.amount-wrapper .page {
  max-width: 400px;
  max-width: 25rem; }
.amount-wrapper .field-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 24px;
  font-size: 1.5rem;
  margin: 0 auto;
  max-width: 240px;
  max-width: 15rem; }
.amount-wrapper .field-container .field {
    margin: 0;
    padding-top: 0; }
.amount-wrapper .footnote {
  width: 100%;
  margin-top: 32px;
  margin-top: 2rem;
  opacity: 0.6;
  text-align: center; }
.delivery-method-wrapper .methods {
  margin-top: 64px;
  margin-top: 4rem;
  width: 100%;
  max-width: 480px;
  max-width: 30rem; }
.delivery-method-wrapper .method {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 24px 24px;
  padding: 1.5rem 1.5rem;
  border: 1px solid #eee;
  font-size: 20px;
  font-size: 1.25rem;
  cursor: pointer; }
.delivery-method-wrapper .method + .method {
    margin-top: -1px; }
.delivery-method-wrapper .method.active {
    border-color: #ff9a66;
    background: #fafafa;
    z-index: 10; }
.delivery-method-wrapper .method.active .icon {
      display: block; }
.delivery-method-wrapper .method .label {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    text-align: left; }
.delivery-method-wrapper .method .icon {
    display: none;
    color: #ff9a66; }
.delivery-details-wrapper.post .page {
  padding-top: 200px;
  padding-top: 12.5rem; }
.delivery-details-wrapper .details {
  width: 100%; }
.delivery-details-wrapper .details .flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
.delivery-details-wrapper .details .flex .recipient-details {
      margin-left: 96px;
      margin-left: 6rem; }
.delivery-details-wrapper .title {
  font-size: 20px;
  font-size: 1.25rem;
  margin: auto auto 32px;
  margin: auto auto 2rem;
  width: 100%;
  max-width: 400px;
  max-width: 25rem;
  text-align: center;
  font-weight: 600; }
.delivery-details-wrapper .sender-details, .delivery-details-wrapper .recipient-details {
  width: 100%;
  max-width: 400px;
  max-width: 25rem; }
.delivery-details-wrapper .field-container {
  width: 100%;
  max-width: 400px;
  max-width: 25rem;
  margin: auto; }
.delivery-details-wrapper .field {
  width: 100%;
  font-size: 18.667px;
  font-size: 1.1667rem; }
.delivery-details-wrapper .field:first-child {
    margin-top: 0; }
.delivery-details-wrapper .field:last-child {
    margin-bottom: 0; }
.delivery-details-wrapper .field label {
    opacity: 0.6; }
.delivery-details-wrapper .postal-code {
  max-width: 7em;
  -ms-flex-negative: 0;
      flex-shrink: 0; }
.delivery-details-wrapper .city {
  width: 100%;
  margin-left: 24px;
  margin-left: 1.5rem; }
@media screen and (max-width: 600px) {
  .gift-card-wrapper .page {
    padding: 6.5rem 1rem 0; }
    .gift-card-wrapper .page > .description {
      text-align: center; } }
/*

All variables added here also need to be added as a variable with the same name in
'_colors-export.module.scss' to be consumed'.

*/
.review-wrapper .page {
  padding-top: 104px;
  padding-top: 6.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
.review-wrapper .btn-container {
  margin-top: 96px;
  margin-top: 6rem; }
.review-wrapper .content-wrapper {
  position: relative;
  margin-top: 80px;
  margin-top: 5rem;
  width: 100%;
  max-width: 960px;
  max-width: 60rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
.review-wrapper .notes-section {
  border-left: 1px solid #d9d9d9;
  padding-left: 64px;
  padding-left: 4rem;
  margin-left: -1px;
  width: 50%;
  -ms-flex-negative: 0;
      flex-shrink: 0; }
.review-wrapper .notes-section .checkbox-field {
    width: auto;
    margin: auto; }
.review-wrapper .notes-section .text-field {
    padding-top: 0;
    margin-top: 0;
    width: 100%; }
.review-wrapper .notes-section .text-field textarea {
      border: 1px solid #d9d9d9; }
.review-wrapper .notes-section .text-field textarea:focus {
        border-color: #ff9a66; }
.review-wrapper .overview-container {
  border-right: 1px solid #d9d9d9;
  padding-right: 64px;
  padding-right: 4rem; }
.overview-container {
  position: relative;
  width: 50%;
  -ms-flex-negative: 0;
      flex-shrink: 0; }
.overview-container .heading {
    font-size: 24px;
    font-size: 1.5rem; }
.overview-container .title {
    margin-bottom: 16px;
    margin-bottom: 1rem; }
.overview-container .footer, .overview-container .header {
    border-top: 1px solid #d9d9d9;
    margin-top: 16px;
    margin-top: 1rem;
    padding-top: 16px;
    padding-top: 1rem; }
.overview-container .footer p, .overview-container .header p {
      margin: 0; }
.overview-container .name {
    font-size: 21.328px;
    font-size: 1.333rem;
    line-height: 1.5; }
.overview-container .no-show {
    position: relative;
    font-style: italic;
    line-height: 1.414; }
.overview-container .items {
    border-top: 1px solid #d9d9d9;
    margin-top: 16px;
    margin-top: 1rem;
    padding-top: 24px;
    padding-top: 1.5rem; }
.overview-container .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    font-size: 17.6px;
    font-size: 1.1rem; }
.overview-container .item + .item {
      margin-top: 11.2px;
      margin-top: 0.7rem; }
.overview-container .item .info span {
      display: block; }
.overview-container .item .price {
      -ms-flex-negative: 0;
          flex-shrink: 0; }
.overview-container .item .qty {
      font-size: 14.4px;
      font-size: 0.9rem; }
.overview-container .fees {
    font-size: 16px;
    font-size: 1rem;
    padding-top: 16px;
    padding-top: 1rem; }
.overview-container .total {
    border-top: 1px solid transparent;
    padding-top: 16px;
    padding-top: 1rem;
    margin-top: 0;
    font-weight: 600; }
.tnc {
  position: relative;
  width: 100%;
  max-width: 432px;
  max-width: 27rem;
  margin: 64px 0 0;
  margin: 4rem 0 0; }
.tnc a {
    color: #ff9a66; }
@media screen and (max-width: 600px) {
  .review-wrapper .page {
    padding-top: 8.5rem;
    height: auto; }
  .content-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    width: 100%;
    max-width: 25rem !important; }
    .content-wrapper .overview-container {
      border-right: none;
      padding-right: 0;
      width: 100%; }
    .content-wrapper .notes-section {
      padding-left: 0;
      margin-left: 0;
      margin-top: 3rem;
      width: 100%;
      border-left: none; } }
.payment-wrapper .page {
  max-width: 528px;
  max-width: 33rem; }
.payment-wrapper .btn-container {
  margin-top: 64px;
  margin-top: 4rem; }
.payment-wrapper .card-types {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 32px;
  margin-top: 2rem; }
.payment-wrapper .card-types img {
    width: auto; }
.payment-wrapper .card-types img + img {
      margin-left: 24px;
      margin-left: 1.5rem; }
.payment-wrapper .footnote .icon {
  font-size: inherit; }
.payment-wrapper .footnote .note {
  font-size: 17.6px;
  font-size: 1.1rem;
  opacity: 0.7;
  text-align: center;
  margin: 0; }
.payment-wrapper input {
  height: 52.8px;
  height: 3.3rem;
  border-bottom: 1px solid #eee;
  font-family: 'CircularBook'; }
.payment-wrapper .input-field.chckt-input-field--error {
  color: #cd5656;
  border-bottom: 1px solid #cd5656; }
.new-card {
  width: 100%;
  font-size: 18.667px;
  font-size: 1.1667rem; }
/*

All variables added here also need to be added as a variable with the same name in
'_colors-export.module.scss' to be consumed'.

*/
.thank-you-wrapper .page-header .back-container {
  display: none; }
.thank-you-wrapper .page-header .menu-btn-container {
  margin-left: auto; }
.thank-you-wrapper .page.light .banner:before {
  content: none; }
.thank-you-wrapper .page.light .banner .content {
  color: #212121; }
.thank-you-wrapper .banner {
  padding-top: 104px;
  padding-top: 6.5rem;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: center no-repeat;
  background-size: cover;
  width: 100%;
  height: 100vh;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
.thank-you-wrapper .banner:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(33, 33, 33, .5); }
.thank-you-wrapper .banner .content {
    position: relative;
    text-align: center;
    color: #ffffff;
    width: 100%;
    max-width: 640px;
    max-width: 40rem; }
.thank-you-wrapper .banner .description {
    font-size: 18.667px;
    font-size: 1.1667rem; }
.thank-you-wrapper .banner .btn-container {
    margin-top: 128px;
    margin-top: 8rem; }
.thank-you-wrapper .banner .btn-container a {
      font-size: 16px;
      font-size: 1rem;
      padding: 21.328px 32px;
      padding: 1.333rem 2rem;
      font-weight: 500;
      letter-spacing: 3px;
      border-width: 2px; }
.static-wrapper .page {
  padding-top: 232px;
  padding-top: 14.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 1600px;
  max-width: 100rem;
  margin: auto; }
.static-wrapper .page-title {
  margin-bottom: 64px;
  margin-bottom: 4rem; }
.static-wrapper .section + .section {
  margin-top: 96px;
  margin-top: 6rem; }
.static-wrapper .section-heading {
  font-size: 28px;
  font-size: 1.75rem;
  text-transform: uppercase;
  font-weight: 600;
  margin: 0 0 48px;
  margin: 0 0 3rem; }
.static-wrapper li {
  list-style: decimal outside;
  margin: 0 1em;
  padding: 0 0 0 1em;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.4141; }
.static-wrapper li + li {
    margin-top: 48px;
    margin-top: 3rem; }
.static-wrapper li li {
    list-style: lower-roman outside;
    font-size: 18.667px;
    font-size: 1.1667rem;
    font-weight: 400;
    text-align: justify; }
.static-wrapper p {
  font-size: 18.667px;
  font-size: 1.1667rem;
  font-weight: 400;
  text-align: justify;
  line-height: 1.4141; }
.static-wrapper .title {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 600;
  text-transform: capitalize; }
