@import url(https://fonts.googleapis.com/css?family=Roboto:300,400,500&subset=latin-ext);
/* @font-face {
  font-family: 'Proxima Nova';
  src: url('../fonts/ProximaNova-Regular.eot');
  src: url('../fonts/ProximaNova-Regular.eot?#iefix') format('embedded-opentype'),
  url('../fonts/ProximaNova-Regular.woff') format('woff'),
  url('../fonts/ProximaNova-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Proxima Nova';
  src: url('../fonts/ProximaNova-Semibold.eot');
  src: url('../fonts/ProximaNova-Semibold.eot?#iefix') format('embedded-opentype'),
  url('../fonts/ProximaNova-Semibold.woff') format('woff'),
  url('../fonts/ProximaNova-Semibold.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
}
 */
/* @font-face {
  font-family: 'Proxima Nova';
  font-style: normal;
  font-weight: 600;
  font-display: auto;
  src: url('../fonts/ProximaNova-Bold.eot');
  src: url('../fonts/ProximaNova-Bold.eot?#iefix') format('embedded-opentype'),
  url('../fonts/ProximaNova-Bold.woff') format('woff'),
  url('../fonts/ProximaNova-Bold.ttf') format('truetype');
} */
/* @font-face {
  font-family: 'icomoon';
  src:  url('../fonts/icomoon.eot?xpbkyv');
  src:  url('../fonts/icomoon.eot?xpbkyv#iefix') format('embedded-opentype'),
  url('../fonts/icomoon.ttf?xpbkyv') format('truetype'),
  url('../fonts/icomoon.woff?xpbkyv') format('woff'),
  url('../fonts/icomoon.svg?xpbkyv#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
} */
[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-cart:before {
  content: "\E93A"; }

.icon-switch:before {
  content: "\E9B6"; }

.icon-info:before {
  content: "\EA0C"; }

.logo {
  background: url(.././fonts/1a3c9b9a1287d8e3ca0e024bd5c55cfd.svg);
  background-position: center;
  background-repeat: no-repeat;
  width: 100px;
  height: 30px;
  display: block; }

.logo-products, .has-logo.step-holder:before, .btn.as-checkbox .icon-holder .icon-product {
  background: url(.././fonts/78dc72c29871cc607f0d88e01ecda82c.svg);
  background-position: left;
  background-repeat: no-repeat;
  width: 20px;
  height: 24px;
  display: block;
  background-size: contain; }

.has-logo.step-holder .stepper:before, .stepper-item:before {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 6px;
  border-color: transparent transparent transparent #f9f9f9;
  z-index: 1; }

.has-logo.step-holder .stepper:after, .stepper-item:after {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 6px;
  border-color: transparent transparent transparent #ddd; }

/*! Spectre.css | MIT License | github.com/picturepan2/spectre */
/* Manually forked from Normalize.css */
/* normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
/* Document
   ========================================================================== */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 3 */ }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0; }

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block; }

/**
 * Add the correct margin in IE 8 (removed).
 */
/**
 * 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. (removed)
 * 2. Correct the odd `em` font sizing in all browsers.
 */
/* 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 */ }

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0; }

/**
 * Modify default styling of address.
 */
address {
  font-style: normal; }

/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari. (removed)
 */
/**
 * 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: 500; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: "SF Mono", "Segoe UI Mono", "Roboto Mono", Menlo, Courier, monospace;
  /* 1 (changed) */
  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-. (Removed)
 */
/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
  font-weight: 400;
  /* (added) */ }

/**
 * 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: inherit;
  /* 1 (changed) */
  font-size: inherit;
  /* 1 (changed) */
  line-height: inherit;
  /* 1 (changed) */
  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"],
[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 (removed).
 */
/**
 * Change the border, margin, and padding in all browsers (opinionated) (changed).
 */
fieldset {
  border: 0;
  margin: 0;
  padding: 0; }

/**
 * 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,
menu {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
  outline: none; }

/* 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; }

*,
*::before,
*::after {
  box-sizing: inherit; }

html {
  box-sizing: border-box;
  font-size: 20px;
  line-height: 1.42857;
  -webkit-tap-highlight-color: transparent; }

body {
  background: #f9f9f9;
  color: #494949;
  font-family: "Roboto", sans-serif, "SF Mono", "Segoe UI Mono", "Roboto Mono", Menlo, Courier, monospace, sans-serif;
  font-size: 0.7rem;
  overflow-x: hidden;
  text-rendering: optimizeLegibility; }

a {
  font-weight: 500;
  color: #01B757;
  outline: none;
  text-decoration: underline; }
  a:focus {
    box-shadow: 0 0 0 0.1rem rgba(1, 183, 87, 0.2); }
  a:focus, a:hover, a:active, a.active {
    color: #01a850;
    text-decoration: none; }

h1,
h2,
h3,
h4,
h5,
h6 {
  color: inherit;
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 0.8rem;
  margin-top: 0;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-weight: 500;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

h1, h2, h3, h4, h5, h6 .h1, .h2, .h3, .h4, .h5, .h6 {
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

h1,
.h1 {
  font-size: 1.3rem; }
  h1.block,
  .h1.block {
    margin: 1.15rem 0 1rem; }

h2,
.h2 {
  font-size: 1.1rem; }
  h2.block,
  .h2.block {
    margin: 1rem 0 0.8rem;
    font-weight: 300; }

h3,
.h3 {
  font-size: 1rem; }
  h3.block,
  .h3.block {
    margin: 1.15rem 0 1rem;
    font-weight: 500; }

h4,
.h4 {
  font-size: 0.8rem; }

h5,
.h5 {
  font-size: 0.8rem; }

h6,
.h6 {
  font-size: 0.8rem; }

p {
  line-height: 1rem;
  margin: 0 0 0.8rem; }

a,
ins,
u {
  text-decoration-skip: ink edges; }

abbr[title] {
  border-bottom: 0.05rem dotted;
  cursor: help;
  text-decoration: none; }

kbd {
  border-radius: 0.2rem;
  line-height: 1;
  padding: .15rem;
  background: #454d5d;
  color: #fff;
  font-size: .65rem; }

mark {
  background: #ffe9b3;
  color: #494949;
  border-radius: 0.2rem;
  padding: .05rem; }

blockquote {
  border-left: 0.1rem solid #ececec;
  margin-left: 0;
  padding: 0.4rem 0.8rem; }
  blockquote p:last-child {
    margin-bottom: 0; }

ul,
ol {
  margin: 0.8rem 0 0.8rem 0.8rem;
  padding: 0; }
  ul ul,
  ul ol,
  ol ul,
  ol ol {
    margin: 0.8rem 0 0.8rem 0.8rem; }
  ul li,
  ol li {
    margin-top: 0.4rem; }

ul {
  list-style: disc inside; }
  ul ul {
    list-style-type: circle; }

ol {
  list-style: decimal inside; }
  ol ol {
    list-style-type: lower-alpha; }

dl dt {
  font-weight: bold; }

dl dd {
  margin: 0.4rem 0 0.8rem 0; }

.table {
  border-collapse: collapse;
  border-spacing: 0;
  text-align: left;
  width: 100%; }
  .table.table-striped tbody tr:nth-of-type(odd) {
    background: #f9f9f9; }
  .table.table-hover tbody tr:hover {
    background: #222; }
  .table tbody tr.active, .table.table-striped tbody tr.active {
    background: #222; }
  .table td,
  .table th {
    border-bottom: 0.05rem solid #ececec;
    padding: 0.6rem 0.4rem; }
  .table th {
    border-bottom-width: 0.1rem; }

.btn {
  transition: all .2s ease;
  appearance: none;
  background: #fff;
  border: 0.05rem solid #e6e6e6;
  border-radius: 0.2rem;
  color: gray;
  cursor: pointer;
  display: inline-block;
  font-size: 0.7rem;
  font-weight: 500;
  height: 2rem;
  line-height: 1rem;
  outline: none;
  padding: 0.45rem 0.6rem;
  text-align: center;
  text-decoration: none;
  user-select: none;
  vertical-align: middle;
  white-space: nowrap; }
  .btn:focus {
    box-shadow: 0 0 0 0.1rem rgba(1, 183, 87, 0.2); }
  .btn:focus, .btn:hover {
    background: #e6e6e6;
    /* border-color: $secondary-color-dark; */
    text-decoration: none; }
  .btn:active, .btn.active {
    background: #e6e6e6;
    /* border-color: $secondary-color-dark; */
    text-decoration: none; }
    .btn:active.loading::after, .btn.active.loading::after {
      border-bottom-color: #fff;
      border-left-color: #fff; }
  .btn[disabled], .btn:disabled, .btn.disabled {
    cursor: default;
    opacity: .5;
    pointer-events: none;
    color: #847f7f; }
  .btn.btn-primary {
    background: #01B757;
    border-color: #01B757;
    color: #fff; }
    .btn.btn-primary:focus, .btn.btn-primary:hover {
      background: #019e4b;
      border-color: #019e4b;
      color: #fff; }
    .btn.btn-primary:active, .btn.btn-primary.active {
      background: #019346;
      border-color: #019346;
      color: #fff; }
    .btn.btn-primary.loading::after {
      border-bottom-color: #fff;
      border-left-color: #fff; }
    .btn.btn-primary[disabled], .btn.btn-primary:disabled, .btn.btn-primary.disabled {
      opacity: 1;
      background: #58cd8c;
      border-color: #58cd8c; }
      .card-product .btn.btn-primary[disabled], .card-product .btn.btn-primary:disabled, .card-product .btn.btn-primary.disabled {
        background: #01B757;
        border-color: #01B757;
        color: #fff; }
  .btn.btn-link {
    background: transparent;
    border-color: transparent;
    color: #01B757;
    text-decoration: underline; }
    .btn.btn-link:focus, .btn.btn-link:hover, .btn.btn-link:active, .btn.btn-link.active {
      text-decoration: none;
      color: #01a850; }
    .btn.btn-link.neutral {
      color: #767676; }
      .btn.btn-link.neutral:focus, .btn.btn-link.neutral:hover, .btn.btn-link.neutral:active, .btn.btn-link.neutral.active {
        text-decoration: none;
        color: #5d5d5d; }
    .btn.btn-link.btn-nav {
      color: #838383;
      text-decoration: none;
      border-radius: 0; }
      .btn.btn-link.btn-nav:focus, .btn.btn-link.btn-nav:hover, .btn.btn-link.btn-nav:active, .btn.btn-link.btn-nav.active {
        color: #fff;
        box-shadow: none; }
    .btn.btn-link.control {
      position: relative;
      color: gray;
      padding-left: 0;
      padding-right: 0; }
      .btn.btn-link.control.back {
        padding-left: 40px; }
        .btn.btn-link.control.back:hover, .btn.btn-link.control.back:focus, .btn.btn-link.control.back:active {
          color: gray; }
      .btn.btn-link.control.back:before {
        content: '';
        position: absolute;
        top: 50%;
        left: -1px;
        transform: translateY(-50%) rotate(360deg);
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 4px 6.9px 4px 0;
        border-color: transparent #999 transparent transparent;
        -webkit-transform: translateY(-50%) rotate(360deg);
        /* better anti-aliasing in webkit browser */
        transition: border-color .15s ease-out; }
      .btn.btn-link.control.back:after {
        content: '';
        position: absolute;
        top: 50%;
        left: 6px;
        width: 24px;
        height: 1px;
        background: #999;
        transform: translateY(-50%) rotate(360deg);
        transition: background .3s ease-out; }
  .btn.btn-sm {
    font-size: 0.6rem;
    height: 1.2rem;
    padding: 0.05rem 0.45rem; }
  .btn.btn-lg {
    font-size: 0.8rem;
    height: 2rem;
    padding: 0.45rem 0.9rem; }
    .btn.btn-lg.btn-primary {
      padding: 0.65rem 5rem 0.65rem 5rem;
      height: auto;
      font-size: 14px;
      font-weight: 500; }
  .btn.btn-block {
    display: block;
    width: 100%; }
  .btn.btn-action {
    width: 0.8rem;
    padding: 0.15rem 0 0 0;
    width: 1.5rem;
    height: 1.5rem;
    font-size: 0.6rem; }
    .btn.btn-action.btn-lg {
      width: 2rem; }
  .btn.btn-clear {
    background: transparent;
    border: 0;
    color: currentColor;
    height: 0.8rem;
    line-height: 0.8rem;
    margin-left: 0.2rem;
    margin-right: -2px;
    opacity: .45;
    padding: 0 2px;
    text-decoration: none;
    width: 0.8rem; }
    .btn.btn-clear:hover {
      opacity: .85; }
    .btn.btn-clear::before {
      content: "\2715"; }

.btn-group {
  display: inline-flex;
  flex-wrap: wrap; }
  .btn-group .btn {
    flex: 1 0 auto; }
    .btn-group .btn:first-child:not(:last-child) {
      border-bottom-right-radius: 0;
      border-top-right-radius: 0; }
    .btn-group .btn:not(:first-child):not(:last-child) {
      border-radius: 0;
      margin-left: -0.05rem; }
    .btn-group .btn:last-child:not(:first-child) {
      border-bottom-left-radius: 0;
      border-top-left-radius: 0;
      margin-left: -0.05rem; }
    .btn-group .btn:focus, .btn-group .btn:hover, .btn-group .btn:active, .btn-group .btn.active {
      z-index: 1; }
  .btn-group.btn-group-block {
    display: flex; }
    .btn-group.btn-group-block .btn {
      flex: 1 0 0; }

.form-group:not(:last-child) {
  margin-bottom: 0.4rem; }

fieldset {
  margin-bottom: 1.2rem; }

legend {
  font-size: 0.8rem;
  font-weight: 500;
  margin-bottom: 1.2rem; }

.form-label, label {
  display: flex;
  justify-content: space-between;
  padding: 0.5rem 0;
  color: #999; }
  .form-label.label-sm, label.label-sm {
    padding: 0.1rem 0; }
  .form-label.label-lg, label.label-lg {
    padding: 0.5rem 0; }
  .form-label .btn-link, label .btn-link {
    padding: 0;
    line-height: 0.8rem; }

.form-input, input[type="text"],
input[type="email"],
input[type="password"],
input[type="number"] {
  transition: all .2s ease;
  appearance: none;
  background: #fff;
  background-image: none;
  border: 0.05rem solid #ececec;
  border-radius: 0.2rem;
  color: #494949;
  display: block;
  font-size: 0.7rem;
  height: 2rem;
  line-height: 1rem;
  max-width: 100%;
  outline: none;
  padding: 0.45rem 0.6rem;
  position: relative;
  width: 100%; }
  .form-input:focus, input:focus[type="text"],
  input:focus[type="email"],
  input:focus[type="password"],
  input:focus[type="number"] {
    box-shadow: 0 0 0 0.1rem rgba(1, 183, 87, 0.2);
    border-color: #01B757; }
  .form-input::placeholder, input[type="text"]::placeholder,
  input[type="email"]::placeholder,
  input[type="password"]::placeholder,
  input[type="number"]::placeholder {
    font-size: 11px;
    line-height: 1.1;
    color: #b4b4b4; }
  .form-input.input-sm, input.input-sm[type="text"],
  input.input-sm[type="email"],
  input.input-sm[type="password"],
  input.input-sm[type="number"] {
    font-size: 0.6rem;
    height: 1.2rem;
    padding: 0.05rem 0.6rem; }
  .form-input.input-lg, input.input-lg[type="text"],
  input.input-lg[type="email"],
  input.input-lg[type="password"],
  input.input-lg[type="number"] {
    font-size: 0.8rem;
    height: 2rem;
    padding: 0.45rem 0.6rem; }
  .form-input.input-inline, input.input-inline[type="text"],
  input.input-inline[type="email"],
  input.input-inline[type="password"],
  input.input-inline[type="number"] {
    display: inline-block;
    vertical-align: middle;
    width: auto; }
  .form-input[type="file"], input[type="file"][type="text"],
  input[type="file"][type="email"],
  input[type="file"][type="password"],
  input[type="file"][type="number"] {
    height: auto; }

textarea.form-input {
  height: auto;
  min-height: 2rem;
  min-width: 100%;
  padding-bottom: 0; }

.form-input-hint {
  color: #FF403D;
  font-size: 0.6rem;
  margin-top: 0.2rem; }
  .has-success .form-input-hint,
  .is-success + .form-input-hint {
    color: #01B757; }
  .has-error .form-input-hint,
  .is-error + .form-input-hint {
    color: #FF403D; }

.form-select, .readonly-field {
  background: #fff;
  border: 0.05rem solid #ececec;
  border-radius: 0.2rem;
  color: inherit;
  font-size: 0.7rem;
  height: 2rem;
  line-height: 1rem;
  outline: none;
  padding: 0.45rem 0.6rem;
  vertical-align: middle;
  width: 100%; }

.readonly-select {
  user-select: none; }

.readonly-field {
  position: relative;
  color: #c5c5c5; }
  .readonly-field .tooltip {
    position: absolute;
    top: 11px;
    right: 6px; }

.form-select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none; }
  .form-select[size], .form-select[multiple] {
    height: auto; }
    .form-select[size] option, .form-select[multiple] option {
      padding: 0.1rem 0.2rem; }
  .form-select:not([multiple]):not([size]) {
    padding-right: 1.3rem; }
  .form-select:focus {
    box-shadow: 0 0 0 0.1rem rgba(1, 183, 87, 0.2);
    border-color: #01B757; }
  .form-select::-ms-expand {
    display: none; }
  .form-select.select-sm {
    font-size: 0.6rem;
    height: 1.2rem;
    padding: 0.05rem 1.3rem 0.05rem 0.6rem; }
  .form-select.select-lg {
    font-size: 0.8rem;
    height: 2rem;
    padding: 0.45rem 1.3rem 0.45rem 0.6rem; }

.has-icon-left,
.has-icon-right {
  position: relative; }
  .has-icon-left .form-icon,
  .has-icon-right .form-icon {
    height: 0.7rem;
    margin: 0 0.45rem;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 0.7rem; }

.has-icon-left .form-icon {
  left: 0.05rem; }

.has-icon-left .form-input, .has-icon-left input[type="text"],
.has-icon-left input[type="email"],
.has-icon-left input[type="password"],
.has-icon-left input[type="number"] {
  padding-left: 1.6rem; }

.has-icon-right .form-icon {
  right: 0.05rem; }

.has-icon-right .form-input, .has-icon-right input[type="text"],
.has-icon-right input[type="email"],
.has-icon-right input[type="password"],
.has-icon-right input[type="number"] {
  padding-right: 1.6rem; }

.form-checkbox,
.form-radio,
.form-switch {
  display: inline-block;
  line-height: 1rem;
  padding: 0.1rem 1.3rem;
  position: relative;
  color: #454d5d;
  user-select: none;
  cursor: pointer; }
  @media (max-width: 840px) {
    .form-checkbox,
    .form-radio,
    .form-switch {
      padding-right: 0; } }
  .form-checkbox input,
  .form-radio input,
  .form-switch input {
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    position: absolute;
    width: 1px; }
    .form-checkbox input:focus + .form-icon,
    .form-radio input:focus + .form-icon,
    .form-switch input:focus + .form-icon {
      box-shadow: 0 0 0 0.1rem rgba(1, 183, 87, 0.2);
      border-color: #01B757; }
    .form-checkbox input:checked + .form-icon,
    .form-radio input:checked + .form-icon,
    .form-switch input:checked + .form-icon {
      background: #01B757;
      border-color: #01B757; }
  .form-checkbox .form-icon,
  .form-radio .form-icon,
  .form-switch .form-icon {
    transition: all .2s ease;
    border: 0.05rem solid #d2d2d2;
    cursor: pointer;
    display: inline-block;
    position: absolute; }

.form-checkbox .form-icon,
.form-radio .form-icon {
  background: #fff;
  height: 0.7rem;
  left: 0;
  top: 0.25rem;
  width: 0.7rem; }

.form-checkbox input:active + .form-icon,
.form-radio input:active + .form-icon {
  background: #222; }

.form-checkbox .form-icon {
  border-radius: 0.2rem; }

.form-checkbox input:checked + .form-icon::before {
  background-clip: padding-box;
  border: 0.1rem solid #fff;
  border-left-width: 0;
  border-top-width: 0;
  content: "";
  height: 10px;
  left: 50%;
  margin-left: -3px;
  margin-top: -6px;
  position: absolute;
  top: 50%;
  transform: rotate(45deg);
  width: 6px; }

.form-checkbox input:indeterminate + .form-icon {
  background: #01B757;
  border-color: #01B757; }
  .form-checkbox input:indeterminate + .form-icon::before {
    background: #fff;
    content: "";
    height: 2px;
    left: 50%;
    margin-left: -5px;
    margin-top: -1px;
    position: absolute;
    top: 50%;
    width: 10px; }

.form-radio .form-icon {
  border-radius: 0.35rem; }

.form-radio input:checked + .form-icon::before {
  background: #fff;
  border-radius: 0.2rem;
  content: "";
  height: 4px;
  left: 50%;
  margin-left: -2px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 4px; }

.form-switch {
  padding-left: 2.2rem; }
  .form-switch .form-icon {
    background: #cccccc;
    background-clip: padding-box;
    border-radius: 0.45rem;
    height: 0.9rem;
    left: 0;
    top: 0.15rem;
    width: 1.6rem; }
    .form-switch .form-icon::before {
      transition: all .2s ease;
      background: #fff;
      border-radius: 0.4rem;
      content: "";
      display: block;
      height: 0.8rem;
      left: 0;
      position: absolute;
      top: 0;
      width: 0.8rem; }
  .form-switch input:checked + .form-icon::before {
    left: 14px; }
  .form-switch input:active + .form-icon::before {
    background: #f9f9f9; }

.input-group {
  display: flex; }
  .input-group .input-group-addon {
    background: #f9f9f9;
    border: 0.05rem solid #d2d2d2;
    border-radius: 0.2rem;
    line-height: 1rem;
    padding: 0.45rem 0.6rem; }
    .input-group .input-group-addon.addon-sm {
      font-size: 0.6rem;
      padding: 0.05rem 0.6rem; }
    .input-group .input-group-addon.addon-lg {
      font-size: 0.8rem;
      padding: 0.45rem 0.6rem; }
  .input-group .form-input, .input-group input[type="text"],
  .input-group input[type="email"],
  .input-group input[type="password"],
  .input-group input[type="number"],
  .input-group .form-select {
    flex: 1 1 0; }
  .input-group .input-group-btn {
    z-index: 1; }
  .input-group .form-input:first-child:not(:last-child), .input-group input:first-child:not(:last-child)[type="text"],
  .input-group input:first-child:not(:last-child)[type="email"],
  .input-group input:first-child:not(:last-child)[type="password"],
  .input-group input:first-child:not(:last-child)[type="number"],
  .input-group .form-select:first-child:not(:last-child),
  .input-group .input-group-addon:first-child:not(:last-child),
  .input-group .input-group-btn:first-child:not(:last-child) {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0; }
  .input-group .form-input:not(:first-child):not(:last-child), .input-group input:not(:first-child):not(:last-child)[type="text"],
  .input-group input:not(:first-child):not(:last-child)[type="email"],
  .input-group input:not(:first-child):not(:last-child)[type="password"],
  .input-group input:not(:first-child):not(:last-child)[type="number"],
  .input-group .form-select:not(:first-child):not(:last-child),
  .input-group .input-group-addon:not(:first-child):not(:last-child),
  .input-group .input-group-btn:not(:first-child):not(:last-child) {
    border-radius: 0;
    margin-left: -0.05rem; }
  .input-group .form-input:last-child:not(:first-child), .input-group input:last-child:not(:first-child)[type="text"],
  .input-group input:last-child:not(:first-child)[type="email"],
  .input-group input:last-child:not(:first-child)[type="password"],
  .input-group input:last-child:not(:first-child)[type="number"],
  .input-group .form-select:last-child:not(:first-child),
  .input-group .input-group-addon:last-child:not(:first-child),
  .input-group .input-group-btn:last-child:not(:first-child) {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    margin-left: -0.05rem; }
  .input-group .form-input:focus, .input-group input:focus[type="text"],
  .input-group input:focus[type="email"],
  .input-group input:focus[type="password"],
  .input-group input:focus[type="number"],
  .input-group .form-select:focus,
  .input-group .input-group-addon:focus,
  .input-group .input-group-btn:focus {
    z-index: 2; }
  .input-group .form-select {
    width: auto; }
  .input-group.input-inline {
    display: inline-flex; }

.has-success .form-input, .has-success input[type="text"],
.has-success input[type="email"],
.has-success input[type="password"],
.has-success input[type="number"], .form-input.is-success, input.is-success[type="text"],
input.is-success[type="email"],
input.is-success[type="password"],
input.is-success[type="number"], .has-success
.form-select,
.form-select.is-success {
  border-color: #01B757; }
  .has-success .form-input:focus, .has-success input:focus[type="text"],
  .has-success input:focus[type="email"],
  .has-success input:focus[type="password"],
  .has-success input:focus[type="number"], .form-input.is-success:focus, input.is-success:focus[type="text"],
  input.is-success:focus[type="email"],
  input.is-success:focus[type="password"],
  input.is-success:focus[type="number"], .has-success
  .form-select:focus,
  .form-select.is-success:focus {
    box-shadow: 0 0 0 0.1rem rgba(1, 183, 87, 0.2); }

.has-error .form-input, .has-error input[type="text"],
.has-error input[type="email"],
.has-error input[type="password"],
.has-error input[type="number"], .form-input.is-error, input.is-error[type="text"],
input.is-error[type="email"],
input.is-error[type="password"],
input.is-error[type="number"], .has-error
.form-select,
.form-select.is-error {
  border-color: #FF403D; }
  .has-error .form-input:focus, .has-error input:focus[type="text"],
  .has-error input:focus[type="email"],
  .has-error input:focus[type="password"],
  .has-error input:focus[type="number"], .form-input.is-error:focus, input.is-error:focus[type="text"],
  input.is-error:focus[type="email"],
  input.is-error:focus[type="password"],
  input.is-error:focus[type="number"], .has-error
  .form-select:focus,
  .form-select.is-error:focus {
    box-shadow: 0 0 0 0.1rem rgba(255, 64, 61, 0.2); }

.has-error .form-checkbox .form-icon, .form-checkbox.is-error .form-icon, .has-error
.form-radio .form-icon,
.form-radio.is-error .form-icon, .has-error
.form-switch .form-icon,
.form-switch.is-error .form-icon {
  border-color: #FF403D; }

.has-error .form-checkbox, .form-checkbox.is-error, .has-error
.form-radio,
.form-radio.is-error, .has-error
.form-switch,
.form-switch.is-error {
  color: #FF403D; }

.has-error .form-checkbox input:checked + .form-icon, .form-checkbox.is-error input:checked + .form-icon, .has-error
.form-radio input:checked + .form-icon,
.form-radio.is-error input:checked + .form-icon, .has-error
.form-switch input:checked + .form-icon,
.form-switch.is-error input:checked + .form-icon {
  background: #FF403D;
  border-color: #FF403D; }

.has-error .form-checkbox input:focus + .form-icon, .form-checkbox.is-error input:focus + .form-icon, .has-error
.form-radio input:focus + .form-icon,
.form-radio.is-error input:focus + .form-icon, .has-error
.form-switch input:focus + .form-icon,
.form-switch.is-error input:focus + .form-icon {
  box-shadow: 0 0 0 0.1rem rgba(255, 64, 61, 0.2);
  border-color: #FF403D; }

.form-input:not(:placeholder-shown):invalid, input:not(:placeholder-shown):invalid[type="text"],
input:not(:placeholder-shown):invalid[type="email"],
input:not(:placeholder-shown):invalid[type="password"],
input:not(:placeholder-shown):invalid[type="number"] {
  border-color: #FF403D; }
  .form-input:not(:placeholder-shown):invalid:focus, input:not(:placeholder-shown):invalid:focus[type="text"],
  input:not(:placeholder-shown):invalid:focus[type="email"],
  input:not(:placeholder-shown):invalid:focus[type="password"],
  input:not(:placeholder-shown):invalid:focus[type="number"] {
    box-shadow: 0 0 0 0.1rem rgba(255, 64, 61, 0.2); }
  .form-input:not(:placeholder-shown):invalid + .form-input-hint, input:not(:placeholder-shown):invalid[type="text"] + .form-input-hint, input:not(:placeholder-shown):invalid[type="email"] + .form-input-hint, input:not(:placeholder-shown):invalid[type="password"] + .form-input-hint, input:not(:placeholder-shown):invalid[type="number"] + .form-input-hint {
    color: #FF403D; }

.form-input:disabled, input:disabled[type="text"],
input:disabled[type="email"],
input:disabled[type="password"],
input:disabled[type="number"], .form-input.disabled, input.disabled[type="text"],
input.disabled[type="email"],
input.disabled[type="password"],
input.disabled[type="number"],
.form-select:disabled,
.form-select.disabled {
  cursor: not-allowed;
  color: #c5c5c5; }

.form-input[readonly], input[readonly][type="text"],
input[readonly][type="email"],
input[readonly][type="password"],
input[readonly][type="number"] {
  background-color: #f9f9f9; }

input:disabled + .form-icon, input.disabled + .form-icon {
  background: #222;
  cursor: not-allowed;
  opacity: .5; }

.form-switch input:disabled + .form-icon::before, .form-switch input.disabled + .form-icon::before {
  background: #fff; }

.form-horizontal {
  padding: 0.4rem; }
  .form-horizontal .form-group {
    display: flex; }
  .form-horizontal .form-checkbox,
  .form-horizontal .form-radio,
  .form-horizontal .form-switch {
    margin: 0.4rem 0; }

.label {
  border-radius: 0.2rem;
  line-height: 1;
  padding: .15rem;
  background: #f9f9f9;
  color: #565656;
  display: inline-block; }
  .label.label-rounded {
    border-radius: 5rem;
    padding-left: .4rem;
    padding-right: .4rem; }
  .label.label-primary {
    background: #01B757;
    color: #fff; }
  .label.label-secondary {
    background: #999;
    color: #01B757; }
  .label.label-success {
    background: #01B757;
    color: #fff; }
  .label.label-warning {
    background: #F5A623;
    color: #fff; }
  .label.label-error {
    background: #FF403D;
    color: #fff; }

code {
  border-radius: 0.2rem;
  line-height: 1;
  padding: .15rem;
  background: #fdf4f4;
  color: #e06870;
  font-size: .65rem; }

.code {
  border-radius: 0.2rem;
  color: #494949;
  line-height: 1rem;
  position: relative; }
  .code::before {
    content: attr(data-lang);
    color: #999;
    font-size: 0.6rem;
    position: absolute;
    right: 0.4rem;
    top: 0.1rem; }
  .code code {
    background: #f9f9f9;
    color: inherit;
    display: block;
    line-height: inherit;
    overflow-x: auto;
    padding: 1rem;
    width: 100%; }

.img-responsive {
  display: block;
  height: auto;
  max-width: 100%; }

.img-fit-cover {
  object-fit: cover; }

.img-fit-contain {
  object-fit: contain; }

.video-responsive {
  display: block;
  overflow: hidden;
  padding: 0;
  position: relative;
  width: 100%; }
  .video-responsive::before {
    content: "";
    display: block;
    padding-bottom: 56.25%; }
  .video-responsive iframe,
  .video-responsive object,
  .video-responsive embed {
    border: 0;
    bottom: 0;
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%; }

video.video-responsive {
  height: auto;
  max-width: 100%; }
  video.video-responsive::before {
    content: none; }

.video-responsive-4-3::before {
  padding-bottom: 75%; }

.video-responsive-1-1::before {
  padding-bottom: 100%; }

.figure {
  margin: 0 0 0.4rem 0; }
  .figure .figure-caption {
    color: #666666;
    margin-top: 0.4rem; }

.container {
  margin-left: auto;
  margin-right: auto;
  padding-left: 0.4rem;
  padding-right: 0.4rem;
  width: 100%; }
  .container.grid-xl {
    max-width: 1296px; }
  .container.grid-lg {
    max-width: 1040px; }
  .container.grid-md {
    max-width: 856px; }
  .container.grid-sm {
    max-width: 616px; }
  .container.grid-xs {
    max-width: 496px; }

.show-xs,
.show-sm,
.show-md,
.show-lg,
.show-xl {
  display: none !important; }

.columns {
  display: flex;
  flex-wrap: wrap;
  margin-left: -0.4rem;
  margin-right: -0.4rem; }
  .columns.col-gapless {
    margin-left: 0;
    margin-right: 0; }
    .columns.col-gapless > .column {
      padding-left: 0;
      padding-right: 0; }
  .columns.col-oneline {
    flex-wrap: nowrap;
    overflow-x: auto; }

.column {
  flex: 1;
  max-width: 100%;
  padding-left: 0.4rem;
  padding-right: 0.4rem; }
  .column.col-12, .column.col-11, .column.col-10, .column.col-9, .column.col-8, .column.col-7, .column.col-6, .column.col-5, .column.col-4, .column.col-3, .column.col-2, .column.col-1 {
    flex: none; }

.col-12 {
  width: 100%; }

.col-11 {
  width: 91.66666667%; }

.col-10 {
  width: 83.33333333%; }

.col-9 {
  width: 75%; }

.col-8 {
  width: 66.66666667%; }

.col-7 {
  width: 58.33333333%; }

.col-6 {
  width: 50%; }

.col-5 {
  width: 41.66666667%; }

.col-4 {
  width: 33.33333333%; }

.col-3 {
  width: 25%; }

.col-2 {
  width: 16.66666667%; }

.col-1 {
  width: 8.33333333%; }

.col-auto {
  flex: 0 0 auto;
  max-width: none;
  width: auto; }

.col-mx-auto {
  margin-left: auto;
  margin-right: auto; }

.col-ml-auto {
  margin-left: auto; }

.col-mr-auto {
  margin-right: auto; }

@media (max-width: 1280px) {
  .col-xl-12,
  .col-xl-11,
  .col-xl-10,
  .col-xl-9,
  .col-xl-8,
  .col-xl-7,
  .col-xl-6,
  .col-xl-5,
  .col-xl-4,
  .col-xl-3,
  .col-xl-2,
  .col-xl-1 {
    flex: none; }
  .col-xl-12 {
    width: 100%; }
  .col-xl-11 {
    width: 91.66666667%; }
  .col-xl-10 {
    width: 83.33333333%; }
  .col-xl-9 {
    width: 75%; }
  .col-xl-8 {
    width: 66.66666667%; }
  .col-xl-7 {
    width: 58.33333333%; }
  .col-xl-6 {
    width: 50%; }
  .col-xl-5 {
    width: 41.66666667%; }
  .col-xl-4 {
    width: 33.33333333%; }
  .col-xl-3 {
    width: 25%; }
  .col-xl-2 {
    width: 16.66666667%; }
  .col-xl-1 {
    width: 8.33333333%; }
  .hide-xl {
    display: none !important; }
  .show-xl {
    display: block !important; } }

@media (max-width: 1024px) {
  .col-lg-12,
  .col-lg-11,
  .col-lg-10,
  .col-lg-9,
  .col-lg-8,
  .col-lg-7,
  .col-lg-6,
  .col-lg-5,
  .col-lg-4,
  .col-lg-3,
  .col-lg-2,
  .col-lg-1 {
    flex: none; }
  .col-lg-12 {
    width: 100%; }
  .col-lg-11 {
    width: 91.66666667%; }
  .col-lg-10 {
    width: 83.33333333%; }
  .col-lg-9 {
    width: 75%; }
  .col-lg-8 {
    width: 66.66666667%; }
  .col-lg-7 {
    width: 58.33333333%; }
  .col-lg-6 {
    width: 50%; }
  .col-lg-5 {
    width: 41.66666667%; }
  .col-lg-4 {
    width: 33.33333333%; }
  .col-lg-3 {
    width: 25%; }
  .col-lg-2 {
    width: 16.66666667%; }
  .col-lg-1 {
    width: 8.33333333%; }
  .hide-lg {
    display: none !important; }
  .show-lg {
    display: block !important; } }

@media (max-width: 840px) {
  .col-md-12,
  .col-md-11,
  .col-md-10,
  .col-md-9,
  .col-md-8,
  .col-md-7,
  .col-md-6,
  .col-md-5,
  .col-md-4,
  .col-md-3,
  .col-md-2,
  .col-md-1 {
    flex: none; }
  .col-md-12 {
    width: 100%; }
  .col-md-11 {
    width: 91.66666667%; }
  .col-md-10 {
    width: 83.33333333%; }
  .col-md-9 {
    width: 75%; }
  .col-md-8 {
    width: 66.66666667%; }
  .col-md-7 {
    width: 58.33333333%; }
  .col-md-6 {
    width: 50%; }
  .col-md-5 {
    width: 41.66666667%; }
  .col-md-4 {
    width: 33.33333333%; }
  .col-md-3 {
    width: 25%; }
  .col-md-2 {
    width: 16.66666667%; }
  .col-md-1 {
    width: 8.33333333%; }
  .hide-md {
    display: none !important; }
  .show-md {
    display: block !important; } }

@media (max-width: 600px) {
  .col-sm-12,
  .col-sm-11,
  .col-sm-10,
  .col-sm-9,
  .col-sm-8,
  .col-sm-7,
  .col-sm-6,
  .col-sm-5,
  .col-sm-4,
  .col-sm-3,
  .col-sm-2,
  .col-sm-1 {
    flex: none; }
  .col-sm-12 {
    width: 100%; }
  .col-sm-11 {
    width: 91.66666667%; }
  .col-sm-10 {
    width: 83.33333333%; }
  .col-sm-9 {
    width: 75%; }
  .col-sm-8 {
    width: 66.66666667%; }
  .col-sm-7 {
    width: 58.33333333%; }
  .col-sm-6 {
    width: 50%; }
  .col-sm-5 {
    width: 41.66666667%; }
  .col-sm-4 {
    width: 33.33333333%; }
  .col-sm-3 {
    width: 25%; }
  .col-sm-2 {
    width: 16.66666667%; }
  .col-sm-1 {
    width: 8.33333333%; }
  .hide-sm {
    display: none !important; }
  .show-sm {
    display: block !important; } }

@media (max-width: 480px) {
  .col-xs-12,
  .col-xs-11,
  .col-xs-10,
  .col-xs-9,
  .col-xs-8,
  .col-xs-7,
  .col-xs-6,
  .col-xs-5,
  .col-xs-4,
  .col-xs-3,
  .col-xs-2,
  .col-xs-1 {
    flex: none; }
  .col-xs-12 {
    width: 100%; }
  .col-xs-11 {
    width: 91.66666667%; }
  .col-xs-10 {
    width: 83.33333333%; }
  .col-xs-9 {
    width: 75%; }
  .col-xs-8 {
    width: 66.66666667%; }
  .col-xs-7 {
    width: 58.33333333%; }
  .col-xs-6 {
    width: 50%; }
  .col-xs-5 {
    width: 41.66666667%; }
  .col-xs-4 {
    width: 33.33333333%; }
  .col-xs-3 {
    width: 25%; }
  .col-xs-2 {
    width: 16.66666667%; }
  .col-xs-1 {
    width: 8.33333333%; }
  .hide-xs {
    display: none !important; }
  .show-xs {
    display: block !important; } }

.hide-md:empty {
  display: none; }

.navbar {
  align-items: stretch;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }
  .navbar .navbar-section {
    align-items: center;
    display: flex;
    flex: 1 0 0;
    height: 3rem; }
    .navbar .navbar-section:last-child {
      justify-content: flex-end; }
  .navbar .navbar-center {
    align-items: center;
    display: flex;
    flex: 0 0 auto; }
  .navbar .navbar-brand {
    font-size: 0.8rem;
    font-weight: 500;
    text-decoration: none; }

.collapser {
  border-top: 0.05rem solid #ececec;
  border-bottom: 0.05rem solid #ececec; }

.collapser:not(.active) .collapser-body {
  display: none; }

.collapser:not(.active) .icon-collapser {
  transform: rotate(180deg); }

.collapser-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  color: #999; }
  .collapser-header .form-checkbox {
    display: block;
    width: 100%;
    cursor: pointer; }

.collapser-body {
  margin: 0 0 0.4rem 0;
  padding: 0 0 0.4rem 0; }

.collapser .group {
  display: flex;
  justify-content: space-between; }
  .collapser .group .form-input, .collapser .group input[type="text"],
  .collapser .group input[type="email"],
  .collapser .group input[type="password"],
  .collapser .group input[type="number"] {
    margin-right: 0.5rem; }

.collapser .flex.form-vertical {
  margin-bottom: 0; }

.collapser.collapser-lg .collapser-header {
  padding: 0.4rem 0; }
  .collapser.collapser-lg .collapser-header.has-form {
    padding: 0.775rem 0; }

.avatar {
  font-size: 0.8rem;
  height: 1.6rem;
  width: 1.6rem;
  background: #01B757;
  border-radius: 50%;
  color: rgba(255, 255, 255, 0.85);
  display: inline-block;
  font-weight: 300;
  line-height: 1;
  margin: 0;
  position: relative;
  vertical-align: middle; }
  .avatar.avatar-xs {
    font-size: 0.4rem;
    height: 0.8rem;
    width: 0.8rem; }
  .avatar.avatar-sm {
    font-size: 0.6rem;
    height: 1.2rem;
    width: 1.2rem; }
  .avatar.avatar-lg {
    font-size: 1.2rem;
    height: 2.4rem;
    width: 2.4rem; }
  .avatar.avatar-xl {
    font-size: 1.6rem;
    height: 3.2rem;
    width: 3.2rem; }
  .avatar img {
    border-radius: 50%;
    height: 100%;
    position: relative;
    width: 100%;
    z-index: 1; }
  .avatar .avatar-icon,
  .avatar .avatar-presence {
    background: #fff;
    bottom: 14.64%;
    height: 50%;
    padding: 0.1rem;
    position: absolute;
    right: 14.64%;
    transform: translate(50%, 50%);
    width: 50%;
    z-index: 2; }
  .avatar .avatar-presence {
    background: #999;
    box-shadow: 0 0 0 0.1rem #fff;
    border-radius: 50%;
    height: .5em;
    width: .5em; }
    .avatar .avatar-presence.online {
      background: #01B757; }
    .avatar .avatar-presence.busy {
      background: #FF403D; }
    .avatar .avatar-presence.away {
      background: #F5A623; }
  .avatar[data-initial]::before {
    color: currentColor;
    content: attr(data-initial);
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 1; }

.badge {
  position: relative;
  white-space: nowrap; }
  .badge[data-badge]::after, .badge:not([data-badge])::after {
    background: #01B757;
    background-clip: padding-box;
    border-radius: .5rem;
    box-shadow: 0 0 0 0.1rem #fff;
    color: #fff;
    content: attr(data-badge);
    display: inline-block;
    transform: translate(-0.1rem, -0.5rem); }
  .badge[data-badge]::after {
    font-size: 0.6rem;
    height: 18px;
    line-height: 1;
    min-width: 18px;
    padding: 3px 5px;
    text-align: center;
    white-space: nowrap; }
  .badge:not([data-badge])::after, .badge[data-badge='']::after {
    height: 6px;
    min-width: 6px;
    padding: 0;
    width: 6px; }
  .badge.btn::after {
    position: absolute;
    top: 0;
    right: 0;
    transform: translate(50%, -50%); }
  .badge.avatar::after {
    position: absolute;
    top: 14.64%;
    right: 14.64%;
    transform: translate(50%, -50%);
    z-index: 100; }
  .badge.avatar-xs::after {
    content: "";
    height: 0.4rem;
    min-width: 0.4rem;
    padding: 0;
    width: 0.4rem; }

.card {
  background: #fff;
  border: 0.05rem solid #ececec;
  border-radius: 0.2rem;
  display: flex;
  flex-direction: column; }
  .card .card-header,
  .card .card-body,
  .card .card-footer {
    padding: 1.2rem; }
    .card .card-header:last-child,
    .card .card-body:last-child,
    .card .card-footer:last-child {
      padding-bottom: 1.2rem; }
  .card .card-image {
    padding-top: 1.2rem; }
    .card .card-image:first-child img {
      border-top-left-radius: 0.2rem;
      border-top-right-radius: 0.2rem; }
    .card .card-image:last-child img {
      border-bottom-left-radius: 0.2rem;
      border-bottom-right-radius: 0.2rem; }

.chip {
  align-items: center;
  background: #fff;
  border: 0.05rem solid #ececec;
  border-radius: 5rem;
  color: #666666;
  display: inline-flex;
  height: 1.2rem;
  margin: 0.1rem;
  padding: 1rem 0.6rem;
  max-width: 100%;
  font-weight: 400;
  line-height: 0.7rem;
  text-decoration: none;
  vertical-align: middle;
  font-size: 0.6rem; }
  .chip.success {
    border-color: #01B757;
    color: #01B757; }
  .chip.warning {
    border-color: #F5A623;
    color: #F5A623;
    /* background: $warning-color; */
    color: #48310b;
    font-weight: 500;
    border-radius: 4px; }
  .chip.error {
    border-color: #FF403D;
    color: #FF403D; }
  .chip.active {
    background: #01B757;
    color: #fff; }
  .chip .avatar {
    margin-left: -0.5rem;
    margin-right: 0.2rem; }

.menu {
  box-shadow: 0 0.05rem 0.2rem rgba(69, 77, 93, 0.3);
  background: #fff;
  border-radius: 0.2rem;
  list-style: none;
  margin: 0;
  min-width: 180px;
  padding: 0.4rem;
  transform: translateY(0.6rem);
  z-index: 100; }
  .menu.menu-nav {
    background: transparent;
    box-shadow: none; }
  .menu .menu-item {
    margin-top: 0;
    padding: 0 0.4rem;
    text-decoration: none;
    user-select: none; }
    .menu .menu-item > a {
      border-radius: 0.2rem;
      color: inherit;
      display: block;
      margin: 0 -0.4rem;
      padding: 0.2rem 0.4rem;
      text-decoration: none; }
      .menu .menu-item > a:focus, .menu .menu-item > a:hover {
        background: #999;
        color: #01B757; }
      .menu .menu-item > a:active, .menu .menu-item > a.active {
        background: #999;
        color: #01B757; }
    .menu .menu-item + .menu-item {
      margin-top: 0.2rem; }
  .menu .menu-badge {
    float: right;
    padding: 0.2rem 0; }
    .menu .menu-badge .btn {
      margin-top: -0.1rem; }

.modal {
  align-items: center;
  bottom: 0;
  display: none;
  justify-content: center;
  left: 0;
  opacity: 0;
  overflow: hidden;
  padding: 0.4rem;
  position: fixed;
  right: 0;
  top: 0; }
  .modal:target, .modal.active {
    display: flex;
    opacity: 1;
    z-index: 400; }
    .modal:target .modal-overlay, .modal.active .modal-overlay {
      background: rgba(50, 50, 50, 0.75);
      bottom: 0;
      cursor: default;
      display: block;
      left: 0;
      position: absolute;
      right: 0;
      top: 0; }
    .modal:target .modal-container, .modal.active .modal-container {
      animation: slide-down .2s ease 1;
      max-width: 640px;
      z-index: 1; }
  .modal.modal-sm .modal-container {
    max-width: 320px; }

.modal-container {
  background: #fff;
  border-radius: 0.2rem;
  display: block;
  padding: 0;
  box-shadow: 0 0.2rem 0.5rem rgba(69, 77, 93, 0.3);
  text-align: left; }
  .modal-container .modal-header {
    padding: 1.2rem; }
    .modal-container .modal-header .modal-title {
      margin: 0; }
  .modal-container .modal-body {
    max-height: 50vh;
    overflow-y: auto;
    padding: 1.2rem;
    position: relative; }
  .modal-container .modal-footer {
    padding: 1.2rem;
    text-align: right; }

.nav {
  display: flex;
  flex-direction: column;
  list-style: none;
  margin: 0.2rem 0; }
  .nav .nav-item a {
    color: #666666;
    padding: 0.2rem 0.4rem;
    text-decoration: none; }
    .nav .nav-item a:focus, .nav .nav-item a:hover {
      color: #01B757; }
  .nav .nav-item.active > a {
    color: #4d4d4d;
    font-weight: bold; }
    .nav .nav-item.active > a:focus, .nav .nav-item.active > a:hover {
      color: #01B757; }
  .nav .nav {
    margin-bottom: 0.4rem;
    margin-left: 0.8rem; }

.pagination {
  display: flex;
  list-style: none;
  margin: 0.2rem 0;
  padding: 0.2rem 0; }
  .pagination .page-item {
    margin: 0.2rem 0.05rem; }
    .pagination .page-item span {
      display: inline-block;
      padding: 0.2rem 0.2rem; }
    .pagination .page-item a {
      border-radius: 0.2rem;
      color: #666666;
      display: inline-block;
      padding: 0.2rem 0.4rem;
      text-decoration: none; }
      .pagination .page-item a:focus, .pagination .page-item a:hover {
        color: #01B757; }
    .pagination .page-item.disabled a {
      cursor: default;
      opacity: .5;
      pointer-events: none; }
    .pagination .page-item.active a {
      background: #01B757;
      color: #fff; }
    .pagination .page-item.page-prev, .pagination .page-item.page-next {
      flex: 1 0 50%; }
    .pagination .page-item.page-next {
      text-align: right; }
    .pagination .page-item .page-item-title {
      margin: 0; }
    .pagination .page-item .page-item-subtitle {
      margin: 0;
      opacity: .5; }

.panel {
  background: #fff;
  border: 0.05rem solid #ececec;
  border-radius: 0.2rem;
  display: flex;
  flex-direction: column; }
  .panel .panel-header,
  .panel .panel-footer {
    flex: 0 0 auto;
    padding: 1.2rem; }
  .panel .panel-nav {
    flex: 0 0 auto; }
  .panel .panel-body {
    flex: 1 1 auto;
    overflow-y: auto;
    padding: 1.2rem; }

.popover {
  display: inline-block;
  position: relative; }
  .popover .popover-container {
    content: attr(data-tooltip);
    opacity: 0;
    left: 50%;
    padding: 0.4rem;
    position: absolute;
    top: 0;
    transform: translate(-50%, -50%) scale(0);
    transition: transform .2s ease;
    width: 320px;
    z-index: 400; }
  .popover :focus + .popover-container,
  .popover:hover .popover-container,
  .popover .popover-container:hover {
    display: block;
    opacity: 1;
    transform: translate(-50%, -100%) scale(1); }
  .popover.popover-right .popover-container {
    left: 100%;
    top: 50%; }
  .popover.popover-right :focus + .popover-container,
  .popover.popover-right:hover .popover-container,
  .popover.popover-right .popover-container:hover {
    transform: translate(0, -50%) scale(1); }
  .popover.popover-bottom .popover-container {
    left: 50%;
    top: 100%; }
  .popover.popover-bottom :focus + .popover-container,
  .popover.popover-bottom:hover .popover-container,
  .popover.popover-bottom .popover-container:hover {
    transform: translate(-50%, 0) scale(1); }
  .popover.popover-left .popover-container {
    left: 0;
    top: 50%; }
  .popover.popover-left :focus + .popover-container,
  .popover.popover-left:hover .popover-container,
  .popover.popover-left .popover-container:hover {
    transform: translate(-100%, -50%) scale(1); }
  .popover .card {
    box-shadow: 0 0.2rem 0.5rem rgba(69, 77, 93, 0.3);
    border: 0; }

.step {
  display: flex;
  flex-wrap: nowrap;
  list-style: none;
  margin: 0.2rem 0;
  width: 100%; }
  .step .step-item {
    flex: 1 1 0;
    margin-top: 0;
    min-height: 1rem;
    text-align: center;
    position: relative; }
    .step .step-item:not(:first-child)::before {
      background: #01B757;
      content: "";
      height: 2px;
      left: -50%;
      position: absolute;
      top: 9px;
      width: 100%; }
    .step .step-item a, .step .step-item span {
      color: #999;
      display: inline-block;
      padding: 20px 10px 0;
      text-decoration: none; }
      .step .step-item a::before, .step .step-item span::before {
        background: #01B757;
        border: 0.1rem solid #fff;
        border-radius: 50%;
        content: "";
        display: block;
        height: 0.6rem;
        left: 50%;
        position: absolute;
        top: 0.2rem;
        transform: translateX(-50%);
        width: 0.6rem;
        z-index: 1; }
    .step .step-item.active a::before, .step .step-item.active span::before {
      background: #fff;
      border: 0.1rem solid #01B757; }
    .step .step-item.active ~ .step-item::before {
      background: #ececec; }
    .step .step-item.active ~ .step-item a::before, .step .step-item.active ~ .step-item span::before {
      background: #cccccc; }

.tab {
  align-items: center;
  border-bottom: 0.05rem solid #ececec;
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0.2rem 0 0.15rem 0; }
  .tab .tab-item {
    margin-top: 0; }
    .tab .tab-item.tab-action {
      flex: 1 0 auto;
      text-align: right; }
    .tab .tab-item a {
      border-bottom: 0.1rem solid transparent;
      color: inherit;
      display: block;
      margin: 0 0.4rem 0 0;
      padding: 0.4rem 0.2rem 0.3rem 0.2rem;
      text-decoration: none; }
      .tab .tab-item a:focus, .tab .tab-item a:hover {
        color: #01B757; }
    .tab .tab-item.active a,
    .tab .tab-item a.active {
      border-bottom-color: #01B757;
      color: #01B757; }
  .tab.tab-block .tab-item {
    flex: 1 0 0;
    text-align: center; }
    .tab.tab-block .tab-item a {
      margin: 0; }
    .tab.tab-block .tab-item .badge[data-badge]::after {
      position: absolute;
      right: -4px;
      top: -4px;
      transform: translate(0, 0); }
  .tab:not(.tab-block) .badge {
    padding-right: 2px; }

.tile {
  align-content: space-between;
  align-items: flex-start;
  display: flex; }
  .tile .tile-icon,
  .tile .tile-action {
    flex: 0 0 auto; }
  .tile .tile-content {
    flex: 1 1 auto; }
    .tile .tile-content:not(:first-child) {
      padding-left: 0.4rem; }
    .tile .tile-content:not(:last-child) {
      padding-right: 0.4rem; }
  .tile .tile-title,
  .tile .tile-subtitle {
    line-height: 1rem; }
  .tile.tile-centered {
    align-items: center; }
    .tile.tile-centered .tile-content {
      overflow: hidden; }
    .tile.tile-centered .tile-title,
    .tile.tile-centered .tile-subtitle {
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;
      margin-bottom: 0; }

.toast {
  background: #262626;
  border-color: #595959;
  border: 0.05rem solid transparent;
  font-size: 0.6rem;
  color: #bab8b8;
  display: block;
  padding: 1.2rem;
  width: 100%; }
  .toast.toast-primary {
    background: #01B757;
    border-color: #20fe89; }
  .toast.toast-success {
    background: #01B757;
    border-color: #20fe89; }
  .toast.toast-warning {
    background: #F5A623;
    border-color: #f9cd85; }
  .toast.toast-error {
    background: white;
    border-color: #FF403D;
    color: #000;
    border-radius: 3px;
    font-size: 14px;
    margin-bottom: 10px; }
  .messages .toast, .notifications .info .toast, .notifications .error .toast {
    border-radius: 5px; }
  .toast .toast-title {
    font-size: 0.7rem; }
  .toast a {
    color: #8a6d3b;
    text-decoration: underline; }
    .toast a:focus, .toast a:hover, .toast a:active, .toast a.active {
      opacity: .75; }
  .toast .btn-clear {
    margin: 2px -2px 2px 4px; }

.tooltip {
  position: relative; }
  .tooltip::after {
    background: #222;
    border-radius: 0.2rem;
    bottom: 100%;
    color: #fff;
    content: attr(data-tooltip);
    display: block;
    font-size: 0.6rem;
    left: 50%;
    max-width: 320px;
    opacity: 0;
    overflow: hidden;
    padding: 0.2rem 0.4rem;
    pointer-events: none;
    position: absolute;
    text-overflow: ellipsis;
    transform: translate(-50%, 0.4rem, 0);
    transition: opacity .1s ease-in;
    white-space: nowrap;
    z-index: 300; }
  .tooltip.focus::after, .tooltip:focus::after, .tooltip:hover::after {
    opacity: 1;
    /* transform: translate(-50%, -$unit-1); */ }
  .tooltip[disabled], .tooltip.disabled {
    pointer-events: auto; }
  .tooltip.tooltip-right::after {
    /* bottom: 50%;
      left: 100%; */
    /* transform: translate(-$unit-1, 50%); */ }
  .tooltip.tooltip-right:focus::after, .tooltip.tooltip-right:hover::after {
    /* transform: translate($unit-1, 50%); */ }
  .tooltip.tooltip-bottom::after {
    bottom: auto;
    top: 100%;
    transform: translate(-50%, -0.4rem); }
  .tooltip.tooltip-bottom:focus::after, .tooltip.tooltip-bottom:hover::after {
    transform: translate(-50%, 0.2rem); }
  .tooltip.tooltip-left::after {
    bottom: 50%;
    left: auto;
    right: 100%;
    /* transform: translate($unit-2, 50%); */ }
  .tooltip.tooltip-left:focus::after, .tooltip.tooltip-left:hover::after {
    /* transform: translate(-$unit-1, 50%); */ }

.hero {
  align-items: stretch;
  display: flex;
  flex-direction: column;
  justify-content: space-between; }

.hero-body {
  flex-grow: 1;
  flex-shrink: 0;
  padding: 3rem 0.5rem; }

.hero-image {
  max-width: 250px; }
  .hero-image.is-sticky {
    position: absolute;
    right: 0;
    bottom: -3rem; }

.hero-column {
  position: relative; }

.trezor-guy.hero {
  background-size: contain;
  background-position: center; }

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

@keyframes slide-down {
  0% {
    opacity: 0;
    transform: translateY(-1.6rem); }
  100% {
    opacity: 1;
    transform: translateY(0); } }

.text-primary {
  color: #01B757; }

a.text-primary:focus, a.text-primary:hover {
  color: #019e4b; }

.text-secondary {
  color: gray; }

a.text-secondary:focus, a.text-secondary:hover {
  color: #737373; }

.text-gray {
  color: #999; }

a.text-gray:focus, a.text-gray:hover {
  color: #8c8c8c; }

.text-light {
  color: #fff; }

a.text-light:focus, a.text-light:hover {
  color: #f2f2f2; }

.text-success {
  color: #01B757; }

a.text-success:focus, a.text-success:hover {
  color: #019e4b; }

.text-warning {
  color: #F5A623; }

a.text-warning:focus, a.text-warning:hover {
  color: #f39c0b; }

.text-error {
  color: #FF403D; }

a.text-error:focus, a.text-error:hover {
  color: #ff2724; }

.bg-primary {
  background: #01B757; }

.bg-secondary {
  background: #999; }

.bg-dark {
  background: #454d5d; }

.bg-gray {
  background: #f9f9f9; }

.bg-success {
  background: #01B757; }

.bg-warning {
  background: #F5A623; }

.bg-error {
  background: #FF403D; }

svg {
  transition: fill 0.3s ease; }

svg.active-state path {
  fill: #01B757; }

.c-hand {
  cursor: pointer; }

.c-move {
  cursor: move; }

.c-zoom-in {
  cursor: zoom-in; }

.c-zoom-out {
  cursor: zoom-out; }

.c-not-allowed {
  cursor: not-allowed; }

.c-auto {
  cursor: auto; }

.c-help {
  cursor: help; }

.d-block {
  display: block;
  width: 100%; }

.d-inline {
  display: inline; }

.d-inline-block {
  display: inline-block; }

.d-flex {
  display: flex; }

.d-inline-flex {
  display: inline-flex; }

.d-none,
.d-hide {
  display: none !important; }

.d-visible {
  visibility: visible; }

.d-invisible {
  visibility: hidden; }

.text-hide {
  background: transparent;
  border: 0;
  color: transparent;
  font-size: 0;
  line-height: 0;
  text-shadow: none; }

.text-assistive {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.d-inline-action {
  display: flex;
  justify-content: space-between;
  align-items: center; }

.d-no-op {
  opacity: 0;
  visibility: hidden; }

.d-f-center {
  align-items: center; }

.d-no-pt {
  padding-top: 0; }

.d-no-pl {
  padding-left: 0; }

.divider,
.divider-vert {
  display: block;
  position: relative; }
  .divider[data-content]::after,
  .divider-vert[data-content]::after {
    background: #fff;
    color: #999;
    content: attr(data-content);
    display: inline-block;
    font-size: 0.6rem;
    padding: 0 0.4rem;
    transform: translateY(-0.55rem); }

.divider {
  border-top: 0.05rem solid #ececec;
  height: 0.05rem;
  margin: 1.2rem 0; }
  .divider[data-content] {
    margin: 0.8rem 0; }

.divider-vert {
  display: block;
  padding: 0.8rem; }
  .divider-vert::before {
    border-left: 0.05rem solid #ececec;
    bottom: 0.4rem;
    content: "";
    display: block;
    left: 50%;
    position: absolute;
    top: 0.4rem;
    transform: translateX(-50%); }
  .divider-vert[data-content]::after {
    left: 50%;
    padding: 0.2rem 0;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%); }

.loading {
  color: transparent !important;
  min-height: 0.8rem;
  pointer-events: none;
  position: relative; }
  .loading::after {
    animation: loading 500ms infinite linear;
    border: 0.1rem solid #01B757;
    border-radius: 50%;
    border-right-color: transparent;
    border-top-color: transparent;
    content: "";
    display: block;
    height: 0.8rem;
    left: 50%;
    margin-left: -0.4rem;
    margin-top: -0.4rem;
    position: absolute;
    top: 50%;
    width: 0.8rem;
    z-index: 1; }
  .loading.loading-lg {
    min-height: 2rem; }
    .loading.loading-lg::after {
      height: 1.6rem;
      margin-left: -0.8rem;
      margin-top: -0.8rem;
      width: 1.6rem; }

.clearfix::after, .container::after {
  clear: both;
  content: "";
  display: table; }

.float-left {
  float: left !important; }

.float-right {
  float: right !important; }

.relative {
  position: relative; }

.absolute {
  position: absolute; }

.fixed {
  position: fixed; }

.centered {
  display: block;
  float: none;
  margin-left: auto;
  margin-right: auto; }

.m-0 {
  margin: 0; }

.mb-0 {
  margin-bottom: 0; }

.ml-0 {
  margin-left: 0; }

.mr-0 {
  margin-right: 0; }

.mt-0 {
  margin-top: 0; }

.mx-0 {
  margin-left: 0;
  margin-right: 0; }

.my-0 {
  margin-bottom: 0;
  margin-top: 0; }

.m-1 {
  margin: 0.2rem; }

.mb-1 {
  margin-bottom: 0.2rem; }

.ml-1 {
  margin-left: 0.2rem; }

.mr-1 {
  margin-right: 0.2rem; }

.mt-1 {
  margin-top: 0.2rem; }

.mx-1 {
  margin-left: 0.2rem;
  margin-right: 0.2rem; }

.my-1 {
  margin-bottom: 0.2rem;
  margin-top: 0.2rem; }

.m-2 {
  margin: 0.4rem; }

.mb-2 {
  margin-bottom: 0.4rem; }

.ml-2 {
  margin-left: 0.4rem; }

.mr-2 {
  margin-right: 0.4rem; }

.mt-2 {
  margin-top: 0.4rem; }

.mx-2 {
  margin-left: 0.4rem;
  margin-right: 0.4rem; }

.my-2 {
  margin-bottom: 0.4rem;
  margin-top: 0.4rem; }

.p-0 {
  padding: 0; }

.pb-0 {
  padding-bottom: 0; }

.pl-0 {
  padding-left: 0; }

.pr-0 {
  padding-right: 0; }

.pt-0 {
  padding-top: 0; }

.px-0 {
  padding-left: 0;
  padding-right: 0; }

.py-0 {
  padding-bottom: 0;
  padding-top: 0; }

.p-1 {
  padding: 0.2rem; }

.pb-1 {
  padding-bottom: 0.2rem; }

.pl-1 {
  padding-left: 0.2rem; }

.pr-1 {
  padding-right: 0.2rem; }

.pt-1 {
  padding-top: 0.2rem; }

.px-1 {
  padding-left: 0.2rem;
  padding-right: 0.2rem; }

.py-1 {
  padding-bottom: 0.2rem;
  padding-top: 0.2rem; }

.p-2 {
  padding: 0.4rem; }

.pb-2 {
  padding-bottom: 0.4rem; }

.pl-2 {
  padding-left: 0.4rem; }

.pr-2 {
  padding-right: 0.4rem; }

.pt-2 {
  padding-top: 0.4rem; }

.px-2 {
  padding-left: 0.4rem;
  padding-right: 0.4rem; }

.py-2 {
  padding-bottom: 0.4rem;
  padding-top: 0.4rem; }

.between {
  display: flex;
  justify-content: space-between; }

.center {
  display: flex;
  justify-content: center !important; }

.content-center {
  align-content: center;
  align-items: center; }

.flex-start {
  justify-content: flex-start;
  align-items: flex-start; }

.rounded {
  border-radius: 0.2rem; }

.circle {
  border-radius: 50%; }

.text-left {
  text-align: left; }

.text-right {
  text-align: right; }

.text-center {
  text-align: center; }

.text-justify {
  text-align: justify; }

.text-lowercase {
  text-transform: lowercase; }

.text-uppercase {
  text-transform: uppercase; }

.text-capitalize {
  text-transform: capitalize; }

.text-normal {
  font-weight: normal; }

.text-bold {
  font-weight: 500; }

.text-italic {
  font-style: italic; }

.text-large {
  font-size: 1.2em; }

.text-ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.text-clip {
  overflow: hidden;
  text-overflow: clip;
  white-space: nowrap; }

.text-break {
  hyphens: auto;
  word-break: break-word;
  word-wrap: break-word; }

/*! Spectre.css Icons | MIT License | github.com/picturepan2/spectre */
.icon {
  box-sizing: border-box;
  display: inline-block;
  font-size: inherit;
  font-style: normal;
  height: 1em;
  position: relative;
  text-indent: -9999px;
  vertical-align: middle;
  width: 1em; }
  .icon::before, .icon::after {
    display: block;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%); }

.icon-arrow-down::before,
.icon-arrow-left::before,
.icon-arrow-right::before,
.icon-arrow-up::before,
.icon-downward::before,
.icon-back::before,
.icon-forward::before,
.icon-upward::before {
  border: 0.1rem solid currentColor;
  border-bottom: 0;
  border-right: 0;
  content: "";
  height: 0.4rem;
  width: 0.4rem; }

.icon-arrow-down::before {
  transform: translate(-50%, -75%) rotate(225deg); }

.icon-arrow-left::before {
  transform: translate(-25%, -50%) rotate(-45deg); }

.icon-arrow-right::before {
  transform: translate(-75%, -50%) rotate(135deg); }

.icon-arrow-up::before {
  transform: translate(-50%, -25%) rotate(45deg); }

.icon-back::after,
.icon-forward::after {
  background: currentColor;
  content: "";
  height: 0.1rem;
  width: .8em; }

.icon-downward::after,
.icon-upward::after {
  background: currentColor;
  content: "";
  height: .8em;
  width: 0.1rem; }

.icon-back::after {
  left: 55%; }

.icon-back::before {
  transform: translate(-50%, -50%) rotate(-45deg); }

.icon-downward::after {
  top: 45%; }

.icon-downward::before {
  transform: translate(-50%, -50%) rotate(-135deg); }

.icon-forward::after {
  left: 45%; }

.icon-forward::before {
  transform: translate(-50%, -50%) rotate(135deg); }

.icon-upward::after {
  top: 55%; }

.icon-upward::before {
  transform: translate(-50%, -50%) rotate(45deg); }

.icon-caret::before {
  border-top: .3em solid currentColor;
  border-right: .3em solid transparent;
  border-left: .3em solid transparent;
  content: "";
  height: 0;
  width: 0;
  transform: translate(-50%, -25%); }

.icon-menu::before {
  background: currentColor;
  box-shadow: 0 -.35em, 0 .35em;
  content: "";
  height: 0.1rem;
  width: 100%; }

.icon-apps::before {
  background: currentColor;
  box-shadow: -.35em -.35em, -.35em 0, -.35em .35em, 0 -.35em, 0 .35em, .35em -.35em, .35em 0, .35em .35em;
  content: "";
  height: 3px;
  width: 3px; }

.icon-resize-horiz::before, .icon-resize-horiz::after,
.icon-resize-vert::before,
.icon-resize-vert::after {
  border: 0.1rem solid currentColor;
  border-bottom: 0;
  border-right: 0;
  content: "";
  height: .45em;
  width: .45em; }

.icon-resize-horiz::before,
.icon-resize-vert::before {
  transform: translate(-50%, -90%) rotate(45deg); }

.icon-resize-horiz::after,
.icon-resize-vert::after {
  transform: translate(-50%, -10%) rotate(225deg); }

.icon-resize-horiz::before {
  transform: translate(-90%, -50%) rotate(-45deg); }

.icon-resize-horiz::after {
  transform: translate(-10%, -50%) rotate(135deg); }

.icon-more-horiz::before,
.icon-more-vert::before {
  background: currentColor;
  box-shadow: -.4em 0, .4em 0;
  border-radius: 50%;
  content: "";
  height: 3px;
  width: 3px; }

.icon-more-vert::before {
  box-shadow: 0 -.4em, 0 .4em; }

.icon-plus::before,
.icon-minus::before,
.icon-cross::before {
  background: currentColor;
  content: "";
  height: 0.1rem;
  width: 100%; }

.icon-plus::after,
.icon-cross::after {
  background: currentColor;
  content: "";
  height: 100%;
  width: 0.1rem; }

.icon-cross::before {
  width: 100%; }

.icon-cross::after {
  height: 100%; }

.icon-cross::before, .icon-cross::after {
  transform: translate(-50%, -50%) rotate(45deg); }

.icon-check::before {
  border: 0.1rem solid currentColor;
  border-right: 0;
  border-top: 0;
  content: "";
  height: .5em;
  width: .9em;
  transform: translate(-50%, -75%) rotate(-45deg); }

.icon-stop {
  border: 0.1rem solid currentColor;
  border-radius: 50%; }
  .icon-stop::before {
    background: currentColor;
    content: "";
    height: 0.1rem;
    transform: translate(-50%, -50%) rotate(45deg);
    width: 1em; }

.icon-shutdown {
  border: 0.1rem solid currentColor;
  border-radius: 50%;
  border-top-color: transparent; }
  .icon-shutdown::before {
    background: currentColor;
    content: "";
    height: .5em;
    top: .1em;
    width: 0.1rem; }

.icon-refresh::before {
  border: 0.1rem solid currentColor;
  border-radius: 50%;
  border-right-color: transparent;
  content: "";
  height: 1em;
  width: 1em; }

.icon-refresh::after {
  border: .2em solid currentColor;
  border-top-color: transparent;
  border-left-color: transparent;
  content: "";
  height: 0;
  left: 80%;
  top: 20%;
  width: 0; }

.icon-search::before {
  border: 0.1rem solid currentColor;
  border-radius: 50%;
  content: "";
  height: .75em;
  left: 5%;
  top: 5%;
  transform: translate(0, 0) rotate(45deg);
  width: .75em; }

.icon-search::after {
  background: currentColor;
  content: "";
  height: 0.1rem;
  left: 80%;
  top: 80%;
  transform: translate(-50%, -50%) rotate(45deg);
  width: .4em; }

.icon-edit::before {
  border: 0.1rem solid currentColor;
  content: "";
  height: .4em;
  transform: translate(-40%, -60%) rotate(-45deg);
  width: .85em; }

.icon-edit::after {
  border: .15em solid currentColor;
  border-top-color: transparent;
  border-right-color: transparent;
  content: "";
  height: 0;
  left: 5%;
  top: 95%;
  transform: translate(0, -100%);
  width: 0; }

.icon-delete::before {
  border: 0.1rem solid currentColor;
  border-bottom-left-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem;
  border-top: 0;
  content: "";
  height: .75em;
  top: 60%;
  width: .75em; }

.icon-delete::after {
  background: currentColor;
  box-shadow: -.25em .2em, .25em .2em;
  content: "";
  height: 0.1rem;
  top: 0.05rem;
  width: .5em; }

.icon-share {
  border: 0.1rem solid currentColor;
  border-radius: 0.2rem;
  border-right: 0;
  border-top: 0; }
  .icon-share::before {
    border: 0.1rem solid currentColor;
    border-left: 0;
    border-top: 0;
    content: "";
    height: .4em;
    left: 100%;
    top: .25em;
    transform: translate(-125%, -50%) rotate(-45deg);
    width: .4em; }
  .icon-share::after {
    border: 0.1rem solid currentColor;
    border-bottom: 0;
    border-right: 0;
    border-radius: 75% 0;
    content: "";
    height: .5em;
    width: .6em; }

.icon-flag::before {
  background: currentColor;
  content: "";
  height: 1em;
  left: 15%;
  width: 0.1rem; }

.icon-flag::after {
  border: 0.1rem solid currentColor;
  border-bottom-right-radius: 0.2rem;
  border-left: 0;
  border-top-right-radius: 0.2rem;
  content: "";
  height: .65em;
  top: 35%;
  left: 60%;
  width: .8em; }

.icon-bookmark::before {
  border: 0.1rem solid currentColor;
  border-bottom: 0;
  border-top-left-radius: 0.2rem;
  border-top-right-radius: 0.2rem;
  content: "";
  height: .9em;
  width: .8em; }

.icon-bookmark::after {
  border: 0.1rem solid currentColor;
  border-bottom: 0;
  border-left: 0;
  border-radius: 0.2rem;
  content: "";
  height: .5em;
  transform: translate(-50%, 35%) rotate(-45deg) skew(15deg, 15deg);
  width: .5em; }

.icon-download,
.icon-upload {
  border-bottom: 0.1rem solid currentColor; }
  .icon-download::before,
  .icon-upload::before {
    border: 0.1rem solid currentColor;
    border-bottom: 0;
    border-right: 0;
    content: "";
    height: .5em;
    width: .5em;
    transform: translate(-50%, -60%) rotate(-135deg); }
  .icon-download::after,
  .icon-upload::after {
    background: currentColor;
    content: "";
    height: .6em;
    top: 40%;
    width: 0.1rem; }

.icon-upload::before {
  transform: translate(-50%, -60%) rotate(45deg); }

.icon-upload::after {
  top: 50%; }

.icon-time {
  border: 0.1rem solid currentColor;
  border-radius: 50%; }
  .icon-time::before {
    background: currentColor;
    content: "";
    height: .4em;
    transform: translate(-50%, -75%);
    width: 0.1rem; }
  .icon-time::after {
    background: currentColor;
    content: "";
    height: .3em;
    transform: translate(-50%, -75%) rotate(90deg);
    transform-origin: 50% 90%;
    width: 0.1rem; }

.icon-mail::before {
  border: 0.1rem solid currentColor;
  border-radius: 0.2rem;
  content: "";
  height: .8em;
  width: 1em; }

.icon-mail::after {
  border: 0.1rem solid currentColor;
  border-right: 0;
  border-top: 0;
  content: "";
  height: .5em;
  transform: translate(-50%, -90%) rotate(-45deg) skew(10deg, 10deg);
  width: .5em; }

.icon-people::before {
  border: 0.1rem solid currentColor;
  border-radius: 50%;
  content: "";
  height: .45em;
  top: 25%;
  width: .45em; }

.icon-people::after {
  border: 0.1rem solid currentColor;
  border-radius: 50% 50% 0 0;
  content: "";
  height: .4em;
  top: 75%;
  width: .9em; }

.icon-message {
  border: 0.1rem solid currentColor;
  border-bottom: 0;
  border-radius: 0.2rem;
  border-right: 0; }
  .icon-message::before {
    border: 0.1rem solid currentColor;
    border-left: 0;
    border-bottom-right-radius: 0.2rem;
    border-top: 0;
    content: "";
    height: .8em;
    left: 65%;
    top: 40%;
    width: .7em; }
  .icon-message::after {
    background: currentColor;
    border-radius: 0.2rem;
    content: "";
    height: .3em;
    left: 10%;
    top: 100%;
    transform: translate(0, -90%) rotate(45deg);
    width: 0.1rem; }

.icon-photo {
  border: 0.1rem solid currentColor;
  border-radius: 0.2rem; }
  .icon-photo::before {
    border: 0.1rem solid currentColor;
    border-radius: 50%;
    content: "";
    height: .25em;
    left: 35%;
    top: 35%;
    width: .25em; }
  .icon-photo::after {
    border: 0.1rem solid currentColor;
    border-bottom: 0;
    border-left: 0;
    content: "";
    height: .5em;
    left: 60%;
    transform: translate(-50%, 25%) rotate(-45deg);
    width: .5em; }

.icon-link::before, .icon-link::after {
  border: 0.1rem solid currentColor;
  border-radius: 5em 0 0 5em;
  border-right: 0;
  content: "";
  height: .5em;
  width: .75em; }

.icon-link::before {
  transform: translate(-70%, -45%) rotate(-45deg); }

.icon-link::after {
  transform: translate(-30%, -55%) rotate(135deg); }

.icon-location::before {
  border: 0.1rem solid currentColor;
  border-radius: 50% 50% 50% 0;
  content: "";
  height: .8em;
  transform: translate(-50%, -60%) rotate(-45deg);
  width: .8em; }

.icon-location::after {
  border: 0.1rem solid currentColor;
  border-radius: 50%;
  content: "";
  height: .2em;
  transform: translate(-50%, -80%);
  width: .2em; }

.icon-emoji {
  border: 0.1rem solid currentColor;
  border-radius: 50%; }
  .icon-emoji::before {
    border-radius: 50%;
    box-shadow: -.17em -.15em, .17em -.15em;
    content: "";
    height: .1em;
    width: .1em; }
  .icon-emoji::after {
    border: 0.1rem solid currentColor;
    border-bottom-color: transparent;
    border-radius: 50%;
    border-right-color: transparent;
    content: "";
    height: .5em;
    transform: translate(-50%, -40%) rotate(-135deg);
    width: .5em; }

.accordion .icon,
.btn .icon,
.toast .icon,
.menu .icon {
  vertical-align: -10%; }

/* @todo refactor */
html {
  width: 100%;
  height: 100%;
  background-color: transparent; }

body {
  -webkit-font-smoothing: antialiased;
  padding-bottom: 4rem; }
  @media (max-width: 840px) {
    body.show-basket-popup {
      overflow: hidden; } }

.app {
  padding: 3rem 0 0 0; }
  @media (max-width: 480px) {
    .app {
      /* padding: 6rem 0 0 0; */ } }

.f-default {
  font-family: "Roboto", sans-serif; }

/* TODO REFACTOR */
div.modal:target div.modal-overlay, div.modal.active div.modal-overlay {
  background: white; }

div.modal.modal-md div.modal-container {
  box-shadow: none;
  max-width: 640px;
  width: 100%; }

div.modal.modal-md .modal-title, div.modal.modal-md .modal-footer {
  position: relative; }

div.modal.modal-md ul.step {
  padding-top: 30px;
  padding-bottom: 30px; }
  div.modal.modal-md ul.step .step-item {
    min-height: 2rem; }
    div.modal.modal-md ul.step .step-item a {
      font-size: 1.2rem; }

div.modal.modal-md .modal-container .modal-footer {
  text-align: center; }

.btn-primary, .btn {
  height: auto; }

.nav-wrapper {
  background: #212121; }
  @media (max-width: 840px) {
    .nav-wrapper {
      padding: 0 10px; } }
  .nav-wrapper a.btn.btn-link {
    padding: 0;
    min-width: 80px;
    color: #fff; }
    .nav-wrapper a.btn.btn-link .logo-white {
      display: none; }
    @media (max-width: 480px) {
      .nav-wrapper a.btn.btn-link {
        color: white;
        min-width: 64px; }
        .nav-wrapper a.btn.btn-link span {
          display: none; }
        .nav-wrapper a.btn.btn-link.logo-black {
          display: none; } }
    .nav-wrapper a.btn.btn-link.logo-black, .nav-wrapper a.btn.btn-link.logo-white, .nav-wrapper a.btn.btn-link.logo-black:focus, .nav-wrapper a.btn.btn-link.logo-white:focus {
      border: 0 solid white; }
  .nav-wrapper .btn-primary {
    color: #fff;
    min-width: 22%;
    padding: 5px; }
    body:not(.homepage) .nav-wrapper .btn-primary {
      background: #000; }
  .nav-wrapper img {
    max-width: 140px; }
    @media (max-width: 600px) {
      .nav-wrapper img {
        max-width: 80px; } }

.navbar-logo {
  width: 124px;
  padding: 12px 0; }

.footer {
  bottom: 0;
  width: 100%;
  z-index: 1;
  box-shadow: none;
  margin-top: 1.2rem;
  padding-top: 20px;
  padding-bottom: 20px;
  position: relative;
  background: transparent;
  color: #b3b3b3; }
  .footer .social-block {
    justify-content: space-between;
    margin: 0;
    display: inline-flex;
    width: 200px; }
  @media (max-width: 840px) {
    .footer {
      position: static;
      box-shadow: none;
      background: none; }
      .footer .column {
        display: block;
        width: 100%;
        text-align: center; } }

.app.dark + .footer {
  display: none; }

.errorlist, .warninglist {
  color: #FF403D;
  padding: 0 0 0.2em 7.3em;
  margin: 0;
  list-style: none; }

.btn-logo:focus {
  box-shadow: none; }

.btn.btn-primary {
  padding-left: 1rem;
  padding-right: 1rem; }

.btn-cart {
  position: relative; }
  .btn-cart, .btn-cart:hover, .btn-cart:focus, .btn-cart:active {
    background-image: url(.././fonts/af53801f1cace279d1bdb2ef73bb4268.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    border: none;
    background-color: transparent;
    box-shadow: none; }
  .btn-cart.with-dot:after {
    content: '';
    width: 1rem;
    height: 1rem;
    background: #01B757;
    color: #fff;
    position: absolute;
    top: 0;
    right: -5px;
    border-radius: 50px; }
  .btn-cart.with-dot > .count {
    color: #fff;
    position: absolute;
    top: 0;
    right: -5px;
    z-index: 200;
    display: inline-block;
    width: 1rem; }
  .btn-cart:not(.with-dot) > .count {
    display: none; }

.btn.btn-clear {
  font-size: 2rem;
  margin: 0.1rem 0.4rem 0 0; }
  .btn.btn-clear:focus {
    box-shadow: none; }

.panel-disclaimer {
  position: relative;
  padding: 1rem 0 0 0;
  color: #999; }
  .panel-disclaimer .link-block {
    display: inline; }
  @media (max-width: 840px) {
    .panel-disclaimer {
      text-align: center; }
      .panel-disclaimer .link-block {
        display: block; } }

.tooltip-help {
  position: relative;
  cursor: help;
  padding-right: 1rem; }
  .tooltip-help:before {
    content: '';
    background-image: url(.././fonts/fd5f7f5d75b5d531c934db22a74aaee1.svg);
    position: absolute;
    top: 0.1rem;
    right: 0;
    width: 0.6rem;
    height: 0.6rem;
    background-repeat: no-repeat; }
  .form-label .tooltip-help, label .tooltip-help {
    color: #1E7FF0;
    font-size: 12px; }
  .tooltip-help:after {
    width: 260px;
    white-space: initial !important; }
  .tooltip-help.tooltip-top:after {
    transform: none !important;
    left: inherit;
    right: 0; }
  @media (max-width: 840px) {
    .tooltip-help:after {
      width: 240px; } }

.art {
  position: relative;
  width: 100%;
  height: 5rem;
  border-bottom: 0.05rem solid #ececec;
  margin: 0.8rem 0 1.6rem;
  z-index: 1; }
  .art .art-item {
    background-size: contain;
    background-position: center bottom;
    background-repeat: no-repeat;
    height: 100%; }
  .art .truck {
    background-image: url(.././fonts/8db81b029d00ee882e7e84f0a12ef471.svg);
    position: absolute;
    bottom: 0;
    width: 99%;
    left: 0;
    z-index: 1;
    animation: truck-arrival 10s cubic-bezier(0.165, 0.84, 0.44, 1) forwards; }
  .art .packages {
    background-image: url(.././fonts/0ceb54ee24b4883ea7622b671a884748.svg);
    position: relative;
    z-index: 2; }

.trezor-guy {
  background-image: url(.././fonts/dfb5df61f9a01c3eddcbf3290a86e00c.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position-x: right; }
  @media (max-width: 840px) {
    .trezor-guy {
      background-position-x: 38vw;
      background-position-y: 29vh; } }
  @media (max-width: 480px) {
    .trezor-guy {
      background-position-x: right;
      background-position-y: top; } }

.background-art:after {
  content: '';
  background-image: url(.././fonts/dfb5df61f9a01c3eddcbf3290a86e00c.svg);
  background-size: cover;
  position: absolute;
  bottom: -3px;
  right: 0;
  width: 300px;
  height: 208px;
  z-index: -1; }

/* @temp */
.faq-cards .card {
  background: none;
  border: none; }
  .faq-cards .card + .faq-cards .card {
    margin-top: 0.4rem; }
  .faq-cards .card .card-header {
    padding-bottom: 0; }

@keyframes truck-arrival {
  0% {
    transform: translateX(-100%); }
  100% {
    transform: none; } }

/* 
@keyframes fade-in {
  0% {
    transform: translateY(-1%);
    filter: blur(2px);
    opacity: 0;
  }
  100% {
    transform: none;
    opacity: 1;
  }
}

.app:not(.app-pending) {
  animation: fade-in 0.3s ease-in-out forwards;
} */
.app-loading {
  height: 100vh;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1000;
  transform: translate(-50%, -50%); }
  .app-loading:before {
    content: '';
    position: relative;
    top: 60px;
    left: 0;
    background: white;
    width: 100vw;
    height: 1000vh;
    display: block;
    z-index: 1; }

iframe.instapage-noscrap {
  display: block;
  width: 0;
  height: 0;
  overflow: hidden; }

/* @TODO loading as a component */
@media (max-width: 480px) {
  #cart ~ .footer,
  .app-pending ~ .footer {
    display: none; } }

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  transition: background-color 5000s ease-in-out 0s; }

.flex.form-vertical {
  display: flex;
  flex-direction: inherit;
  flex-wrap: wrap;
  margin: 0 -0.6rem 1.2rem; }
  .flex.form-vertical .form-group {
    padding: 0 0.6rem; }

.form-group .icon-stop {
  color: #FF403D; }

.form-group .icon-check {
  color: #01B757; }

.form-group.required .form-label, .form-group.required label, .form-group.required label {
  justify-content: flex-start;
  color: #454d5d; }

.form-group.required .text-required {
  position: relative;
  top: .1rem;
  left: .2rem; }

.form-select-holder {
  position: relative; }
  .form-select-holder:after {
    content: '';
    border: 0.1rem solid #999;
    border-bottom: 0;
    border-right: 0;
    display: block;
    height: 0.4rem;
    width: 0.4rem;
    transform: rotate(-135deg);
    position: absolute;
    top: 0.75rem;
    right: 13px; }

.panel,
.card {
  transition: box-shadow 0.2s ease-in;
  box-shadow: 0px 1px 5px 1px transparent;
  border-color: #ececec; }
  .panel:hover, .panel:focus, .panel:active,
  .card:hover,
  .card:focus,
  .card:active {
    box-shadow: 0 4px 8px 0 rgba(141, 142, 143, 0.1); }

.panel.box {
  padding: 0;
  overflow: hidden; }
  .panel.box .panel-title {
    font-size: .8rem;
    font-weight: 500; }
  .panel.box .panel-header {
    border-bottom: 0.05rem solid transparent; }
  .panel.box:not(.isEmpty) .panel-body {
    margin-top: -1.1rem; }

.panel.box-main {
  /* margin: 1rem 0 0; */ }
  .panel.box-main .panel-body > .column.col-12 {
    padding: 0; }
  .panel.box-main .panel-body:empty {
    padding-top: 0; }

.panel .panel-header {
  background: #fff; }

/* empty state */
.isEmpty.box .panel-body {
  height: 302px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center; }

@media (max-width: 840px) {
  .panel.box-main {
    margin: 0 -0.8rem 0 -0.8rem; }
  .panel.box-sidebar .panel-header {
    padding: 1.2rem; } }

.card-choice .card-header,
.card-choice .card-body {
  padding: 1.4rem; }

.card.card-choice {
  background: #f0fff7;
  border-color: #b8ead0;
  font-size: 0.8rem;
  font-weight: 500;
  user-select: none;
  -webkit-user-select: none; }
  .card.card-choice.inactive {
    background: #fff;
    border-color: #ececec; }
  .card.card-choice:not(.disabled) {
    cursor: pointer; }
  .card.card-choice:not(.disabled):hover:not(.no-focus), .card.card-choice:not(.disabled):focus:not(.no-focus) {
    box-shadow: 0 0 0 0.1rem rgba(60, 200, 142, 0.2); }
    .card.card-choice:not(.disabled):hover:not(.no-focus) .btn.radio:not(.active), .card.card-choice:not(.disabled):focus:not(.no-focus) .btn.radio:not(.active) {
      box-shadow: 0 0 0 0.1rem rgba(60, 200, 142, 0.2); }
      .card.card-choice:not(.disabled):hover:not(.no-focus) .btn.radio:not(.active) .icon, .card.card-choice:not(.disabled):focus:not(.no-focus) .btn.radio:not(.active) .icon {
        color: #36bf85;
        opacity: 1; }
  .card.card-choice .card-header {
    display: flex;
    align-items: center;
    justify-content: flex-start; }

.card .card-header .card-icon + .card-title {
  padding: 0 0 0 .5rem; }

.card .card-header .card-icon {
  height: 20px; }

.card .card-header .btn + .card-icon {
  margin: 0 0 0 1rem; }

.card.card-choice.disabled.inactive {
  opacity: 0.6; }
  .card.card-choice.disabled.inactive .card-title {
    opacity: 0.5; }

.card.card-choice.disabled .btn-action, .card.card-choice.disabled .btn-action:focus {
  cursor: default;
  box-shadow: none; }

a.card.card-choice {
  position: relative; }
  a.card.card-choice .card-header {
    justify-content: center; }
  a.card.card-choice, a.card.card-choice.inactive {
    text-decoration: none;
    background: #01B757;
    border-color: #01B757;
    color: #fff; }
  a.card.card-choice.selected {
    color: #47e993 !important; }
    a.card.card-choice.selected:after {
      animation: loading 500ms infinite linear;
      border: 0.1rem solid #01B757;
      border-radius: 50%;
      border-right-color: transparent;
      border-top-color: transparent;
      content: "";
      display: block;
      height: 0.8rem;
      left: 21px;
      margin-left: -0.4rem;
      margin-top: -0.4rem;
      position: absolute;
      top: 50%;
      width: 0.8rem;
      z-index: 1;
      border-bottom-color: #3bfc95;
      border-left-color: white; }

.card-icon {
  min-width: 20px;
  height: 20px;
  background-size: contain;
  background-repeat: no-repeat; }
  .card-icon.GoPay {
    background-image: url(.././fonts/808260c9eae59e1057b37de9cd9250f5.svg);
    width: 64px; }
  .card-icon.BitcoinPay {
    background-image: url(.././fonts/416d638e19ed005dd62eb33e162a45ce.svg); }
  .card-icon.btc {
    background-image: url(.././fonts/59fced065ef8e456c23713f963494cb6.svg); }
  .card-icon.GloBee {
    background-image: url(../img/altcoins.png);
    width: 134px; }

.card-layout + .form-vertical {
  margin-top: 1.2rem;
  margin-bottom: 0; }

.card .card-choice-desc {
  padding-top: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between; }
  .card .card-choice-desc .desc {
    font-size: 0.7rem;
    font-weight: 400;
    color: gray; }

.btn.radio .icon {
  transition: color .2s ease-out; }

.btn.radio:not(.active) {
  position: relative;
  border-color: #ececec;
  background: #fff; }
  .btn.radio:not(.active) .icon {
    color: #ececec; }

.btn.radio.active {
  background: #01B757;
  border-color: #01B757; }
  .btn.radio.active .icon {
    color: #fff; }

@media (max-width: 600px) {
  .card-choice .card-header {
    position: relative; }
    .card-choice .card-header .card-icon {
      position: absolute;
      right: 12px;
      width: 65px; } }

.card-layout {
  flex-direction: column; }
  .card-layout .card {
    width: auto;
    padding: 0.8rem;
    padding-top: 0.9rem; }
  .card-layout .card + .card {
    margin-top: 0.6rem; }

.card-layout .card-title {
  position: relative;
  width: 100%;
  padding: 0.1rem 0 0 1.4rem; }
  .card-layout .card-title .subtitle {
    position: absolute;
    width: 100%;
    bottom: -11px;
    display: block;
    font-size: 11px;
    color: #D1CECE;
    letter-spacing: 0.2px; }

.card-layout .card .card-header {
  position: relative;
  padding: 0;
  padding-left: 0.8rem; }
  .card-layout .card .card-header .btn {
    position: absolute;
    left: 0;
    top: -4px; }

@media (max-width: 840px) {
  .card-layout .card-header .card-icon {
    position: static;
    height: 18px; }
    .card-layout .card-header .card-icon.GoPay {
      position: relative;
      right: 0;
      top: 2px; }
    .card-layout .card-header .card-icon.GloBee {
      background-size: cover;
      width: 20px; }
    .card-layout .card-header .card-icon.BitcoinPay {
      width: auto; } }

body.offset-control .app, body.offset-control .app-navbar .navbar-wrapper, .cookie-bar {
  transition: all 0.4s ease-in-out; }

body.offset-control.offset-control-active .app {
  padding-top: 5.5rem; }

body.offset-control.offset-control-active .app-navbar .navbar-wrapper {
  top: 2.5rem; }

body.offset-control.offset-control-active .cookie-bar {
  top: 0; }

@media (max-width: 840px) and (orientation: portrait) {
  body.offset-control.offset-control-active .app {
    padding-top: 8.4rem; }
  body.offset-control.offset-control-active .steps-container {
    top: 110px; } }

body.offset-control-active:not(.offset-control) .cookie-bar {
  top: 0; }

body:not(.offset-control-active) .cookie-bar {
  top: -80px;
  transition-duration: 0.7s; }

.cookie-bar {
  position: fixed;
  top: 60px;
  left: 0;
  z-index: 50;
  width: 100%;
  background: #222;
  padding: 10px 12px 8px 12px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.16), 0 1px 5px 0 rgba(0, 0, 0, 0.12); }
  .cookie-bar .cookie-bar-inner {
    display: flex;
    justify-content: space-around; }
    @media (min-width: 1024px) {
      .cookie-bar .cookie-bar-inner {
        max-width: 1180px;
        margin: 0 auto; } }
  .cookie-bar:not(.hidden) ~ .app {
    padding-top: 5.5rem; }
  .cookie-bar:not(.hidden) ~ .app-navbar .navbar-wrapper {
    top: 2.5rem; }
  @media (max-width: 840px) {
    .cookie-bar {
      align-items: center; }
      .cookie-bar .close-button {
        margin-left: 50px; }
      .cookie-bar .remind-me-button {
        display: none; } }

@media (max-width: 840px) {
  .steps-container {
    transition: all 0.4s ease-in-out; } }

.note, .note-warning {
  color: #767676; }

.note .md, .note-warning .md {
  font-size: 20px;
  margin-right: 5px; }

.note-warning {
  color: #e20909; }

.close-button {
  font-size: 32px;
  line-height: 25px;
  cursor: pointer;
  height: 32px; }

.cookie-bar a {
  color: #666666; }

@media (min-width: 840px) {
  .notifications {
    position: fixed;
    z-index: 99;
    width: 400px;
    top: 80px;
    right: 20px; }
    .notifications .toast + .toast {
      margin: 5px 0 0 0; } }

.notifications .toast {
  border-radius: 5px; }

.notifications .messages, .notifications .info, .notifications .error {
  font-size: 0.8rem;
  font-weight: 400;
  padding: 0.8rem; }

.notifications .info {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faf2cc; }

.notifications .error {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebcccc; }

/* @todo refactor */
.steps-container {
  padding: 0.8rem 0;
  background: #f9f9f9; }

.steps-holder {
  background: #f9f9f9; }

.step-holder {
  position: relative;
  height: 1.3rem; }

.show-basket-popup {
  /* iOS */ }
  .show-basket-popup .steps-holder {
    display: none; }
  .show-basket-popup .app-navbar {
    display: none; }
  .show-basket-popup .teaser-wrapper {
    display: none; }
  .show-basket-popup .toast {
    display: none; }
  .show-basket-popup .app {
    padding: 0; }

.stepper .btn.control {
  padding-top: 0;
  padding-bottom: 0; }

.has-logo.step-holder {
  padding-left: 6rem; }
  .has-logo.step-holder:before {
    content: '';
    position: absolute;
    top: -0.05rem;
    left: 0;
    z-index: 100; }
  .has-logo.step-holder:after {
    content: attr(data-initial);
    position: absolute;
    top: 0.2rem;
    left: 1.4rem;
    z-index: 100;
    font-size: 0.6rem;
    color: #8D8E8F; }

.stepper.in-1 .stepper-item:nth-child(-n+2) > .avatar {
  background: #01b757;
  box-shadow: 0 0 0 1px #01b757;
  color: #fff; }

.stepper.in-2 .stepper-item:nth-child(-n+3) > .avatar {
  background: #01b757;
  box-shadow: 0 0 0 1px #01b757;
  color: #fff; }

.stepper.in-3 .stepper-item:nth-child(-n+4) > .avatar {
  background: #01b757;
  box-shadow: 0 0 0 1px #01b757;
  color: #fff; }

.stepper.in-4 .stepper-item:nth-child(-n+5) > .avatar {
  background: #01b757;
  box-shadow: 0 0 0 1px #01b757;
  color: #fff; }

.stepper.in-5 .stepper-item:nth-child(-n+6) > .avatar {
  background: #01b757;
  box-shadow: 0 0 0 1px #01b757;
  color: #fff; }

.step-holder.has-back .stepper-item:not(.first) {
  display: none; }

.step-holder.has-back .stepper-item.first:before, .step-holder.has-back .stepper-item.first:after {
  display: none; }

.stepper .stepper-item.first {
  margin-left: 0.4rem;
  /*   font-size: 0.65rem;
  color: #9a9a9a;
  font-family: "Proxima Nova", sans-serif;
  text-transform: uppercase;
  font-weight: 600; */ }

.stepper .stepper-item:last-child:before, .stepper .stepper-item:last-child:after {
  display: none; }

.stepper-item {
  position: relative;
  display: flex;
  align-items: center;
  margin: 0 1rem;
  cursor: default;
  user-select: none; }
  .stepper-item:not(.router-link-exact-active), .stepper-item:not(.router-link-active) {
    cursor: pointer; }
  .stepper-item span {
    position: relative;
    top: 0.05rem;
    margin: 0 0.5rem;
    font-size: 0.6rem;
    color: #8D8E8F; }
  .stepper-item:before {
    position: absolute;
    top: 8px;
    right: -0.9rem; }
  .stepper-item:after {
    position: absolute;
    top: 8px;
    right: -1rem; }

.stepper-item > .avatar {
  height: 1.2rem;
  width: 1.2rem;
  font-size: 0.65rem;
  font-weight: 500;
  letter-spacing: 0.2px;
  box-shadow: 0 0 0 1px #dddddd;
  background: #f9f9f9;
  color: #8d8e8f; }
  .stepper-item > .avatar[data-initial="1"]:before {
    width: 0.4rem; }

.stepper {
  list-style: none;
  margin: 0 -1rem;
  padding: 0;
  display: flex;
  align-items: center; }
  .stepper-title {
    background: #f3f3f3;
    position: relative;
    z-index: 1;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 0.9rem;
    color: #a9a6a6;
    margin: 0; }

@media (max-width: 480px) {
  .stepper {
    margin: 0;
    justify-content: center; }
  .stepper-item {
    margin: 0 0.2rem; }
    .stepper-item:before, .stepper-item:after {
      display: none; }
  .step-holder.has-back .stepper {
    justify-content: flex-start; }
  .step-holder.has-back .stepper-item.first {
    margin: 0 0 0 -0.2rem; }
  .step-holder:not(.has-back) .stepper-item.first {
    display: none; }
  .steps-container {
    /* position: fixed;
    box-shadow: 0 4px 8px 0 rgba(141, 142, 143, 0.1); */
    width: 100%;
    top: 60px;
    left: 0;
    z-index: 100; } }

.cart {
  z-index: 100;
  transition: none; }
  .cart .panel-title {
    display: flex;
    justify-content: space-between;
    align-items: center; }

.cart + .cart .cart-inner {
  margin-top: 1.2rem; }

.cart-inner {
  /* margin: 3.35rem 0 0; */
  font-size: 0.6rem; }

.cart-list {
  margin: 0; }
  .cart-list > .cart-item {
    margin: 0 0 1.2rem 0; }
    .cart-list > .cart-item .item-title {
      color: #6b6b6b; }
  .cart-list > .cart-item:last-child {
    margin: 0; }

.cart-item {
  display: flex;
  justify-content: space-between;
  align-items: center; }

.cart-promo .collapser {
  width: 100%;
  border: none;
  margin: 0; }

.cart-promo .collapser-header {
  padding: 0.6rem 0 0 0; }
  .cart-promo .collapser-header .form-label, .cart-promo .collapser-header label {
    padding-top: 0.1rem; }

.cart-promo .collapser-body {
  padding: 0;
  margin: 0.6rem 0 0 0; }

.cart-promo .form-label, .cart-promo label {
  padding-bottom: 0; }

.cart .panel-header {
  transition: all 0.15s cubic-bezier(0, 0.71, 1, 1); }

.cart .panel-body {
  padding: 0; }
  .cart .panel-body .cart-block:last-child {
    border: none; }

.cart .panel-footer {
  padding: 1.2rem 0;
  margin: 0 1.2rem;
  border-top: 0.05rem solid #ececec; }

.cart .empty-text {
  padding-top: 1rem;
  font-size: 0.7rem;
  color: gray; }

.cart-block {
  padding: 1.2rem 0;
  margin: 0 1.2rem;
  border-bottom: 0.05rem solid #ececec; }
  .cart-block > div {
    display: flex;
    justify-content: space-between; }
  .cart-block > div + div {
    margin: .5rem 0; }
  .cart-block > div:last-child {
    margin-bottom: 0; }
  .cart-block .highlight {
    font-size: 0.7rem; }

.item-title {
  width: calc(100% - 70px);
  color: #A3A3A3; }

.item-price {
  width: calc(100% - 180px);
  text-align: right;
  font-weight: 500;
  /* color: #494949; */ }

.cart-action {
  display: flex;
  align-items: center; }
  .cart-action .btn-trigger {
    display: inline-block;
    width: 1rem;
    height: 1rem;
    border: none;
    box-shadow: 0 0 0 1px #ddd;
    border-radius: 2px;
    text-align: center;
    font-size: 0.9rem;
    padding: 0;
    color: #A3A3A3; }
    .cart-action .btn-trigger.first {
      border-top-right-radius: 0;
      border-bottom-right-radius: 0; }
    .cart-action .btn-trigger.last {
      border-top-left-radius: 0;
      border-bottom-left-radius: 0; }
  .cart-action .label {
    border-radius: 0;
    background: #fff;
    text-align: center;
    width: 2rem;
    height: 1rem;
    padding: .2rem .15rem .15rem .1rem;
    box-shadow: 0 0 0 1px #ddd; }
  .cart-action .label.hidden-btns {
    font-size: 0.6rem;
    border: none; }
  .cart-action input[type="number"]::-webkit-outer-spin-button, .cart-action input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0; }
  .cart-action input[type="number"]:focus {
    box-shadow: 0 0px 3px 1px #c9c9c9; }
  .cart-action input[type="number"] {
    -moz-appearance: textfield; }

.floating-control-area {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  animation: slide-in 0.3s ease;
  z-index: 100;
  box-shadow: -1px -2px 16px rgba(0, 0, 0, 0.2); }
  .floating-control-area .inner {
    position: relative;
    padding: 0.8rem;
    /* box-shadow: 0px -1px 13px #eeeaea; */ }
  .floating-control-area .inner-mask {
    background: #ffffff;
    position: absolute;
    top: -1px;
    left: 0;
    width: 100%;
    height: 130%;
    z-index: -1;
    backface-visibility: hidden; }

.show-basket-popup .floating-control-area {
  z-index: 300; }

@keyframes slide-in {
  0% {
    opacity: 0;
    /*     transform: translateY(100%); */ }
  100% {
    opacity: 1;
    /*     transform: none; */ } }

@media (min-width: 840px) {
  .cart {
    width: 331px; }
  .floating-control-area {
    display: none; }
  .cart .isEmpty .panel-header {
    opacity: 0;
    margin-bottom: -4rem; }
  .cart-wrapper {
    position: sticky;
    top: 118px;
    z-index: 216000; } }

@media (max-width: 840px) {
  .cart:not(.order-summary) {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 200; }
    .cart:not(.order-summary):not(.active) {
      transform: translateY(-9999px);
      opacity: 0; }
  .cart:not(.order-summary).active {
    /* animation: slide-in 0.3s cubic-bezier(0.03, 0.88, 0.58, 1); */
    opacity: 1; }
  .cart:not(.order-summary) .cart-block-footer {
    padding-bottom: 4rem; }
  .cart:not(.order-summary) .panel-header {
    position: relative; }
    .cart:not(.order-summary) .panel-header .btn-clear {
      margin: 0;
      padding: 0;
      width: 30px;
      height: 30px;
      position: absolute;
      right: 18px;
      top: 19px; }
  .cart:not(.order-summary) .cart-inner {
    height: 100vh;
    margin: 0;
    border-radius: 0; }
  .cart:not(.order-summary) .panel-footer {
    display: none; } }

.cart-footer {
  margin: 1.2rem 0 0 0; }

.cart-footer .step {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  flex-wrap: wrap;
  padding: 0; }
  .cart-footer .step div:empty {
    display: none; }

.cart-footer .steps {
  margin: 0 -0.2rem; }

.step-submit.loading {
  color: #fff !important; }
  .step-submit.loading > span {
    animation: reveal 0.4s forwards; }

.step-submit:after {
  left: 16px; }

.step-submit.has-redirect {
  padding-left: 1.8rem; }
  .step-submit.has-redirect:after {
    left: 7%; }

.modal .step-submit {
  width: 100%; }

@keyframes reveal {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

.cart-footer .step-submit-holder {
  display: flex;
  flex-direction: column; }

@media (min-width: 840px) {
  .cart-footer .step-submit {
    min-width: 14rem; } }

@media (max-width: 840px) and (orientation: portrait) {
  .cart-footer .step {
    flex-wrap: nowrap;
    flex-direction: column; }
  .cart-footer .step > div, .cart-footer .step-submit {
    width: 100%; }
  .cart-footer .btn.btn-link.control.back {
    width: 100%;
    padding: 0;
    margin: 1rem 0 0 0;
    order: 1; }
    .cart-footer .btn.btn-link.control.back:before, .cart-footer .btn.btn-link.control.back:after {
      display: none; } }

.color-picker {
  margin: 0 0 1.2rem 0; }
  .color-picker.v-offset {
    margin: 1.2rem 0; }

.btn-color + .btn-color {
  margin: 0 0 0 0.6rem; }

.btn.btn-color {
  box-shadow: 0 0 0.25rem 0.1rem #eee; }

.btn.btn-color:focus {
  box-shadow: none; }

.btn.btn-color.active {
  box-shadow: 0 0px 0rem 0.05rem #8bf8be; }

.btn.btn-color:not(.active):not(.as-checkbox) .icon {
  color: transparent; }

.btn.btn-color:not(.active):hover {
  box-shadow: 0 0 0 0.1rem #fafafa; }

.btn.btn-color.white {
  background: #fff;
  border-color: #ececec; }
  .btn.btn-color.white.active .icon {
    color: #000; }
  .btn.btn-color.white .attr-name {
    color: #000; }

.btn.btn-color.black {
  background: #141414;
  border-color: #000; }
  .btn.btn-color.black.active .icon {
    color: #fff; }

.btn.btn-color.red {
  background: #db414d;
  border-color: #db414d; }
  .btn.btn-color.red.active .icon {
    color: #fff; }

.btn.btn-color.raspberry-red {
  background: #db414d;
  border-color: #db414d; }
  .btn.btn-color.raspberry-red.active .icon {
    color: #fff; }

.btn.btn-color.blue {
  background: #005db2;
  border-color: #005db2; }
  .btn.btn-color.blue.active .icon {
    color: #fff; }

.btn.btn-color.cobalt-blue {
  background: #35475a;
  border-color: #35475a; }
  .btn.btn-color.cobalt-blue.active .icon {
    color: #fff; }

.btn.btn-color.pigeon-blue {
  background: #546c8e;
  border-color: #546c8e; }
  .btn.btn-color.pigeon-blue.active .icon {
    color: #fff; }

.btn.btn-color.green {
  background: #289d55;
  border-color: #289d55; }
  .btn.btn-color.green.active .icon {
    color: #fff; }

.btn.btn-color.yellow {
  background: #d5bb50;
  border-color: #d5bb50; }
  .btn.btn-color.yellow.active .icon {
    color: #fff; }

.btn.btn-color.raspberry-red-one {
  background: #993333;
  border-color: #d5bb50; }
  .btn.btn-color.raspberry-red-one.active .icon {
    color: #fff; }

.btn.btn-color.traffic-green {
  background: #009966;
  border-color: #d5bb50; }
  .btn.btn-color.traffic-green.active .icon {
    color: #fff; }

.btn.btn-color.pink {
  background: #ffcccc;
  border-color: #d5bb50; }
  .btn.btn-color.pink.active .icon {
    color: #fff; }

.btn.btn-color.pigeon-blue-one {
  background: #B0C4DE;
  border-color: #d5bb50; }
  .btn.btn-color.pigeon-blue-one.active .icon {
    color: #fff; }

.btn.btn-color.mint {
  background: #99cccc;
  border-color: #d5bb50; }
  .btn.btn-color.mint.active .icon {
    color: #fff; }

.btn.btn-color.cobalt-blue-one {
  background: #003366;
  border-color: #d5bb50; }
  .btn.btn-color.cobalt-blue-one.active .icon {
    color: #fff; }

.btn.btn-color.leather-black {
  background: url("/static/img/product/accessories/leather_textures.jpg");
  background-position-x: 0;
  border-color: #000; }
  .btn.btn-color.leather-black.active .icon {
    color: #fff; }

.btn.btn-color.leather-brown {
  background: url("/static/img/product/accessories/leather_textures.jpg");
  background-position-x: 100px;
  border-color: #000; }
  .btn.btn-color.leather-brown.active .icon {
    color: #fff; }

.btn.btn-color.leather-blue {
  background: url("/static/img/product/accessories/leather_textures.jpg");
  background-position-x: 60px;
  border-color: #000; }
  .btn.btn-color.leather-blue.active .icon {
    color: #fff; }

.btn.as-checkbox {
  border-radius: 0.2rem;
  min-width: 1.5rem;
  width: auto;
  padding: 0.15rem 0.4rem 0.15rem 0.4rem;
  position: relative;
  z-index: 1;
  overflow: hidden;
  border-color: #ececec;
  box-shadow: none; }
  .btn.as-checkbox .item-span {
    display: inline-block;
    transition: all 0.2s ease-in-out; }
  .btn.as-checkbox .icon {
    position: absolute;
    z-index: 2;
    left: 8px;
    top: 9px;
    opacity: 1; }
  .btn.as-checkbox.active {
    /*     width: 1.5rem;
    padding: 0.15rem 0 0 0;
    box-shadow: none; */
    box-shadow: none;
    background: #fff;
    border-color: #b8ffda;
    /* 
    .item-span {
      opacity: 0;
      transform: translateX(200%);
    } */ }
    .btn.as-checkbox.active .icon {
      color: #01B757; }
  .btn.as-checkbox .icon-holder {
    position: absolute;
    top: 2px;
    right: 12px;
    left: auto; }
    .btn.as-checkbox .icon-holder:after {
      content: '';
      width: 13px;
      height: 17px;
      background: white;
      z-index: 9;
      position: absolute;
      left: 4px;
      top: 12px; }
    .btn.as-checkbox .icon-holder .icon-product {
      width: 9px;
      transition: all 0.2s ease-in-out; }
    .btn.as-checkbox .icon-holder .icon-product {
      position: absolute;
      top: 0;
      left: 0; }
    .btn.as-checkbox .icon-holder .icon-product.is-main {
      width: 12px;
      left: -2px;
      box-shadow: 0px 5px 5px 2px #fff;
      z-index: 10; }
    .btn.as-checkbox .icon-holder .icon-product:first-child {
      left: -8px; }
    .btn.as-checkbox .icon-holder .icon-product:last-child {
      left: 8px; }
    .btn.as-checkbox .icon-holder:not(.is-multipack) .icon-product {
      opacity: 1; }
    .btn.as-checkbox .icon-holder:not(.is-multipack) .icon-product:first-child,
    .btn.as-checkbox .icon-holder:not(.is-multipack) .icon-product:last-child {
      opacity: 0; }

.card-product {
  position: relative; }

.small.card-product .card-image {
  height: 170px; }

.card-product .card-image {
  height: 261px; }
  .card-product .card-image img {
    animation: product-image 1.6s forwards cubic-bezier(0.05, 1.32, 1, 1);
    width: auto;
    height: 100%;
    margin: 0 auto; }

.card-product .card-title {
  text-align: center; }

.card-product .card-footer {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  border-top: 0.05rem solid #ececec; }

.card-product .btn-link {
  padding-left: 0;
  padding-right: 0; }

.card-product .price {
  font-weight: 500; }

.is-hero.card-product {
  flex-direction: column;
  justify-content: flex-start; }

.is-hero.card-product .card-product-preview {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 1.2rem; }
  @media (max-width: 840px) {
    .is-hero.card-product .card-product-preview {
      overflow: hidden; } }
  @media (max-width: 840px) and (orientation: portrait) {
    .is-hero.card-product .card-product-preview {
      flex-direction: column; } }
  @media (max-width: 840px) and (orientation: landscape) {
    .is-hero.card-product .card-product-preview .card-image {
      width: 280px; } }
  .is-hero.card-product .card-product-preview .card-title {
    text-transform: capitalize; }
    .is-hero.card-product .card-product-preview .card-title span {
      font-family: "Roboto", sans-serif;
      font-weight: 300;
      font-size: 1.025rem; }
  @media (orientation: portrait) {
    .is-hero.card-product .card-product-preview.sticky .card-title span {
      font-size: 16px; } }

.is-hero.card-product .card-product-detail {
  border-top: 0.05rem solid #ececec; }
  .is-hero.card-product .card-product-detail article + article:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 0.05rem;
    background: #ececec; }
  .is-hero.card-product .card-product-detail .cta-buy {
    width: 80%;
    margin: 2rem auto 3rem auto; }

.is-hero.card-product article .content-block .desc-wrapper {
  display: flex;
  justify-content: flex-start;
  flex-direction: row;
  flex-wrap: nowrap;
  margin-left: -1rem;
  margin-right: -1rem; }
  .is-hero.card-product article .content-block .desc-wrapper dl {
    width: 50%;
    margin-left: 1rem;
    margin-right: 1rem; }
  @media (max-width: 480px) {
    .is-hero.card-product article .content-block .desc-wrapper {
      flex-direction: column;
      margin: 0; }
    .is-hero.card-product article .content-block .desc-wrapper dl {
      width: 100%;
      margin: 0; } }

.is-hero.card-product article .content-block .block-main {
  width: 65%; }
  @media (max-width: 480px) {
    .is-hero.card-product article .content-block .block-main {
      width: 100%; } }

.is-hero.card-product article .content-block ul {
  margin: 0;
  padding: 0; }
  .is-hero.card-product article .content-block ul li {
    list-style: none;
    margin: 0;
    color: #999;
    position: relative;
    padding: 0 0 0 0.8rem; }
    .is-hero.card-product article .content-block ul li:before {
      content: '';
      position: absolute;
      top: 0.45rem;
      left: 0;
      width: 0.4rem;
      height: 0.05rem;
      background: #999; }

.is-hero.card-product article .content-block .title {
  display: inline-block;
  width: 100%;
  /* font-size: $font-size-lg; */
  margin: 0 0 0.8rem 0; }

.is-hero.card-product article .content-block img {
  width: 135px; }
  @media (max-width: 480px) {
    .is-hero.card-product article .content-block img {
      width: auto;
      height: 130px;
      margin-bottom: 2rem; } }

.is-hero.card-product .icons-block {
  display: flex;
  flex-wrap: wrap;
  width: 95%;
  margin: 0 auto; }
  .is-hero.card-product .icons-block > div,
  .is-hero.card-product .icons-block > a {
    width: 20%;
    text-align: center;
    margin: 0 0 1.6rem 0;
    color: #999;
    font-size: 0.6rem;
    color: #999; }
    .is-hero.card-product .icons-block > div > span,
    .is-hero.card-product .icons-block > a > span {
      display: block; }
    .is-hero.card-product .icons-block > div img,
    .is-hero.card-product .icons-block > a img {
      margin: 0 0 0.4rem;
      height: 1.8rem; }
  @media (max-width: 480px) {
    .is-hero.card-product .icons-block {
      flex-direction: row; }
      .is-hero.card-product .icons-block > div {
        width: 50%; } }

.is-hero.card-product .card-title {
  font-family: "TREZOR", sans-serif;
  font-size: 1.1rem;
  text-align: left;
  animation: product-title 1.3s forwards;
  color: #000;
  margin-top: 0.2rem; }
  .is-hero.card-product .card-title:hover {
    text-decoration: underline; }

.is-hero.card-product .card-body {
  width: 320px;
  padding: 0;
  flex: 1 1 auto; }

.is-hero.card-product .card-image {
  height: auto;
  padding: 0;
  flex: 1 1 auto;
  width: 300px; }
  .is-hero.card-product .card-image img {
    width: 300px;
    height: auto; }

@media (min-width: 480px) {
  .is-hero.card-product article.is-large .content-block .block-main {
    width: 44%; }
  .is-hero.card-product article.is-large .content-block img {
    width: 200px; } }

@media (max-width: 480px) {
  .is-hero.card-product {
    flex-direction: column; }
  .is-hero.card-product .card-body {
    width: 100%; } }

.is-hero.card-product.card-product-detail .card-title, .is-hero.card-product.card-product-detail .card-title:hover {
  text-decoration: none; }

/* temporary workaround for discounts */
@media (max-width: 840px) {
  .card-product .card-body .d-flex {
    display: block; }
    .card-product .card-body .d-flex .btn {
      width: 100%; }
    .card-product .card-body .d-flex .price {
      text-align: right; }
  .card-product.product-hero-view .card-image {
    width: 170px; }
  .card-product.product-hero-view .image-wrapper {
    min-height: 170px; }
    .card-product.product-hero-view .image-wrapper img {
      width: 100%; } }

@keyframes product-title {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes product-image {
  0% {
    transform: translateY(0.4rem);
    opacity: 0; }
  100% {
    transform: none;
    opacity: 1; } }

/* Layouts */
article, .article {
  position: relative;
  padding: 2.6rem 1.2rem 1.2rem 1.2rem; }

article .content-block, .article .content-block {
  display: flex;
  justify-content: space-around;
  margin-bottom: 1.2rem; }

article h3, .article h3 {
  color: inherit; }

article img, .article img {
  margin: 0 auto;
  max-width: 100%; }

@media (max-width: 480px) {
  article .content-block, .article .content-block {
    flex-direction: column;
    text-align: center; }
  article .block-main, .article .block-main {
    width: 100%; } }

article dl dt, .article dl dt {
  font-weight: 500; }

article dl dd, .article dl dd {
  margin: 0.8rem 0 1.6rem 0;
  font-size: 0.6rem;
  line-height: 1.85;
  color: #999; }

.column-list > div {
  margin: 0 0 0.8rem 0; }

.has-offset {
  margin-top: 1.2rem; }

@media (min-width: 600px) {
  .column-sticky {
    position: sticky;
    top: 0; } }

@media (max-width: 600px) {
  .column {
    padding: 0 0.6rem; } }

.card-layout {
  display: flex;
  margin: 0 -0.6rem 0; }
  .card-layout .card {
    /* width: 50%; */
    margin: 0 0.6rem; }

@media (max-width: 840px) {
  .card-layout .card {
    width: 100%;
    margin-bottom: 0.6rem; } }

@media (max-width: 840px) and (orientation: portrait) {
  .card-layout {
    flex-wrap: wrap; } }

.order-status {
  padding: 3rem 0 0; }
  .order-status .cart-inner {
    /* margin: 3.35rem 0 0; */ }
  .order-status h3.block {
    margin-bottom: 0; }
  .order-status .order-summary .panel-header {
    padding: 1rem 1.2rem 1.2rem 1.2rem; }
  .order-status .order-summary .chip {
    padding: 0.2rem 0.6rem;
    font-weight: 500;
    border-radius: 4px; }
  .order-status .order-summary .chip.success {
    color: #0c8444; }

.payment-form {
  margin: 1.2rem 0 0 0;
  padding: 1.6rem 0 0 0;
  border-top: 0.05rem solid #ececec; }

.order-history .icon {
  opacity: 0.5;
  position: relative;
  top: -1px;
  margin-right: 5px; }

@media (max-width: 840px) {
  .order-summary-wrapper {
    order: -1; } }

.navbar-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 200;
  width: 100%;
  height: 3rem;
  background-color: #222;
  transition: background 1.2s ease-in-out; }

.navbar .navbar-section {
  flex: auto; }

.cheeseburger {
  width: 1rem;
  height: 0.8rem;
  display: flex;
  justify-content: space-between;
  flex-direction: column; }
  .cheeseburger, .cheeseburger .part {
    transition: transform 0.3s ease-out; }
  .cheeseburger .part {
    height: 0.1rem;
    width: 100%;
    background: #fff; }
  .cheeseburger.role-close {
    transform: rotate(45deg); }
    .cheeseburger.role-close .part.top {
      transform: translateY(0.35rem) rotate(90deg); }
    .cheeseburger.role-close .part.bottom {
      transform: translateY(-0.35rem); }

@media (min-width: 841px) {
  .navbar .cheeseburger-area {
    display: none; } }

@media (max-width: 840px) {
  .navbar:not(.is-ready) .cheeseburger-area,
  .navbar:not(.is-ready) .navbar-menu {
    opacity: 0; }
  .navbar {
    padding: 0 0.6rem;
    transition: all 0.3s cubic-bezier(0.03, 0.88, 0.58, 1);
    transform: none; }
    .navbar .cheeseburger-area,
    .navbar .navbar-menu {
      transition: opacity .3s ease-in; }
  .navbar .logo-area {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1; }
  .navbar-wrapper:not(.has-mobile-menu) .menu-area {
    transform: translateY(-200vh); }
  .navbar-wrapper {
    transition: all 0.3s cubic-bezier(0.03, 0.88, 0.58, 1);
    padding: 0; }
  .navbar-wrapper.has-mobile-menu {
    padding-bottom: 120vh; }
  .navbar-wrapper.has-mobile-menu .menu-body {
    animation: slide-in 0.3s cubic-bezier(0.03, 0.88, 0.58, 1); }
  .show-basket-popup .navbar {
    opacity: 0.1; }
  .navbar .menu-area {
    background: #222222;
    position: absolute;
    top: 3rem;
    left: 0;
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100vh; }
    .navbar .menu-area .menu-body {
      display: flex;
      flex-direction: column;
      justify-content: space-around;
      width: 100%;
      height: 80%; }
      .navbar .menu-area .menu-body a {
        font-size: 0.8rem; }
  .navbar .navbar-user {
    /*     border-top: 2px solid #353434;
    margin: 0 1rem;
    padding-top: 1rem;
    margin: 0.5rem 1.5rem 0 1.5rem; */ } }

@media (min-width: 480px) {
  .modal .modal-container {
    width: 460px; } }

.modal .btn-modal {
  width: 100%;
  text-transform: uppercase; }

.modal .modal-header {
  position: relative;
  margin: 1rem 0 0;
  padding-bottom: 0; }
  .modal .modal-header .btn-clear {
    position: absolute;
    top: 0;
    right: 1.1rem; }

.modal .modal-title {
  text-align: center; }

.flex-table > .columns {
  border-bottom: 0.05rem solid #ececec;
  /* padding-top: $layout-spacing;
    padding-bottom: $layout-spacing; */
  padding-top: 1rem;
  padding-bottom: 0.8rem; }
  .flex-table > .columns:first-child {
    border: none;
    padding: 0; }
  .flex-table > .columns:last-child {
    border: none;
    padding-bottom: 0; }

.flex-table > .columns .column {
  display: flex;
  flex-direction: column; }
  .flex-table > .columns .column > div {
    display: flex;
    flex-direction: column; }
  .flex-table > .columns .column > div + div {
    padding-top: 1rem; }

.flex-table .t-header {
  color: #999;
  font-weight: 500;
  font-size: 0.6rem; }

.flex-table .t-body {
  color: #606060; }

.flex-table .title {
  margin: 0; }

.flex-table .card-icon {
  margin: .2rem 0 0 0; }

@media (max-width: 480px) {
  .flex-table > .columns .column {
    padding-top: 1rem; }
  .flex-table > .columns {
    padding-top: 0; } }

@font-face {
  font-family: "trezor";
  font-style: normal;
  font-weight: 500;
  src: url("/static/trezor-extrabold.woff") format("woff"); }

@font-face {
  font-family: "trezor";
  font-style: normal;
  font-weight: normal;
  src: url("/static/trezor-bold.woff") format("woff"); }

body.sales-app {
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  font: 400 18px "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  line-height: 1.2; }

body.sales-app h1,
body.sales-app .f-s1 {
  /* font: $f-bold rem(nth($args, $i)) + /$f-line-height $f-brand-family; */
  font: 500 2.6rem/1.2 "trezor"; }

body.sales-app h2,
body.sales-app .f-s2 {
  /* font: $f-bold rem(nth($args, $i)) + /$f-line-height $f-brand-family; */
  font: 500 1.4rem/1.2 "trezor"; }

body.sales-app h3,
body.sales-app .f-s3 {
  /* font: $f-bold rem(nth($args, $i)) + /$f-line-height $f-brand-family; */
  font: 500 0.9rem/1.2 "trezor"; }

body.sales-app h4,
body.sales-app .f-s4 {
  /* font: $f-bold rem(nth($args, $i)) + /$f-line-height $f-brand-family; */
  font: 500 0.8rem/1.2 "trezor"; }

body.sales-app h5,
body.sales-app .f-s5 {
  /* font: $f-bold rem(nth($args, $i)) + /$f-line-height $f-brand-family; */
  font: 500 0.7rem/1.2 "trezor"; }

body.sales-app h6,
body.sales-app .f-s6 {
  /* font: $f-bold rem(nth($args, $i)) + /$f-line-height $f-brand-family; */
  font: 500 0.6rem/1.2 "trezor"; }

body.sales-app a {
  color: #01B757;
  font-size: 14px;
  line-height: 16px; }
  body.sales-app a:not(.btn) {
    text-decoration: none; }
    body.sales-app a:not(.btn):hover, body.sales-app a:not(.btn):focus {
      text-decoration: underline; }

body.sales-app p.f-s3,
body.sales-app p.f-s4 {
  font-family: "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  font-weight: normal;
  color: #929497; }

body.sales-app h3,
body.sales-app h4,
body.sales-app h5,
body.sales-app h6 {
  font-weight: 400 !important; }

body.sales-app h1 {
  color: #24292F; }

body.sales-app button {
  border-radius: 4px; }

body.sales-app .footer {
  font-size: 14px; }

body.sales-app.light {
  background: #fff; }

/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
.sales-teaser {
  position: relative;
  height: 28rem;
  overflow: hidden;
  background: #fff; }
  .sales-teaser.has-gradient {
    background: #fafafa;
    animation: none;
    overflow: visible; }
    .sales-teaser.has-gradient h1 {
      color: #A9A9A9; }
    .sales-teaser.has-gradient:after {
      content: '';
      position: absolute;
      top: 0;
      right: 0;
      width: 50vw;
      height: 100vh;
      background: #000; }
  .sales-teaser.has-waves {
    background: #fafafa; }
    .sales-teaser.has-waves:after {
      content: '';
      position: absolute;
      top: 6vh;
      right: 0;
      width: 100vw;
      height: 100%;
      background-image: url("/static/img/waves.svg");
      background-repeat: no-repeat;
      background-size: cover;
      opacity: 0;
      animation: sales-teaser-waves 1.6s cubic-bezier(0.55, 0.09, 0.29, 0.96) forwards;
      animation-delay: 0s; }

.sales-teaser.primary {
  display: flex;
  justify-content: center;
  align-items: center; }
  .sales-teaser.primary .sales-teaser-content {
    flex-direction: column; }

.sales-teaser-content {
  position: relative;
  display: flex;
  align-content: center;
  justify-content: flex-start;
  align-items: center;
  z-index: 1;
  opacity: 0;
  animation: sales-teaser-content 1.6s cubic-bezier(0.55, 0.09, 0.29, 0.96) forwards;
  animation-delay: 0s; }
  .sales-teaser:not(.primary) .sales-teaser-content {
    height: 26rem; }
  .sales-teaser-content.has-trezors:after {
    content: '';
    position: absolute;
    top: 80px;
    right: 0px;
    width: 405px;
    height: 405px;
    background-image: url("/static/img/trezor_perspective.png");
    background-repeat: no-repeat;
    background-size: contain; }
  .sales-teaser-content h1 {
    font-size: 52px;
    font-weight: 800;
    line-height: 60px; }
  .sales-teaser-content p {
    font-size: 16px;
    line-height: 24px;
    color: #929497; }

/* boxes */
.sales-comparation {
  position: relative;
  margin: -75px 0 0 0;
  z-index: 1; }

.boxboy {
  border-radius: 4px;
  background-color: #FFFFFF;
  animation: sales-teaser-content 1.6s cubic-bezier(0.55, 0.09, 0.29, 0.96) forwards;
  animation-delay: 0s;
  transition: box-shadow 0.35s cubic-bezier(0.55, 0.09, 0.29, 0.96);
  box-shadow: 0 7.5px 15px 0 rgba(0, 0, 0, 0.04);
  cursor: pointer; }
  .boxboy:hover {
    box-shadow: 0 15px 30px 0 rgba(0, 0, 0, 0.1); }
  .boxboy-header {
    position: relative;
    height: 75px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center; }
    .boxboy-header h2 {
      margin: 0;
      font-size: 18px; }
  .boxboy-stripe {
    background: #F9F9F9;
    color: #929497;
    text-align: center;
    font-size: 14px;
    line-height: 16px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 40px; }
  .boxboy-body {
    padding: 1.2rem; }
  .boxboy ul {
    list-style: none;
    margin: 0;
    margin-top: -0.8rem;
    padding-left: 40px; }
    .boxboy ul li {
      position: relative;
      color: #929497;
      font-size: 14px;
      line-height: 20px;
      margin-top: 0.8rem; }
      .boxboy ul li:before {
        content: '';
        position: absolute;
        top: 0;
        left: -40px;
        width: 24px;
        height: 24px;
        background-image: url("/static/img/check-circle.svg");
        background-size: cover; }
      .boxboy ul li > span {
        position: relative;
        top: 2px;
        min-height: 40px;
        display: inline-block; }

.boxboy.sales-comparation-box ul {
  min-height: 127px; }

.boxboy.sales-comparation-box .btn {
  width: 100%; }

/* section */
.sales-section {
  padding: 80px 0 40px;
  /* reveal */
  opacity: 0;
  animation: sales-teaser-content 1.6s cubic-bezier(0.55, 0.09, 0.29, 0.96) forwards;
  animation-delay: 0s; }
  .sales-section.inverse {
    background: #F9F9F9; }
  .sales-section-header {
    text-align: center; }
  .sales-section-body {
    text-align: center;
    padding: 60px 0 80px 0; }
    .sales-section-body .badge-area {
      margin-bottom: 14px; }

/* btn */
.btn.btn-promo {
  padding: 0.7rem 1.2rem; }
  .btn.btn-promo.full {
    width: 100%; }

.promo-block {
  display: flex;
  flex-direction: column;
  margin-top: 30px; }
  .promo-block .btn-promo {
    margin-bottom: 1rem; }

/* back to landing page area */
.landing-page-stripe {
  background: transparent;
  padding: 2rem 0;
  margin-bottom: -5rem;
  position: relative;
  z-index: 1;
  opacity: 0;
  animation: sales-teaser-content 1.6s cubic-bezier(0.55, 0.09, 0.29, 0.96) forwards;
  animation-delay: 0s; }
  .landing-page-stripe .container {
    position: relative; }

.sales-app .app {
  opacity: 0.1;
  animation: sales-teaser-content 1.8s cubic-bezier(0.55, 0.09, 0.29, 0.96) forwards;
  animation-delay: 0s; }

.floating-icons .fi {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  animation: sales-teaser-content 1.8s cubic-bezier(0.55, 0.09, 0.29, 0.96) forwards;
  animation-delay: 0s; }
  .floating-icons .fi.youtube {
    background: url("/static/img/badges/youtube.svg");
    width: 120px;
    height: 120px;
    background-size: cover;
    animation-duration: 1.8s;
    top: 160px;
    left: -5px; }
  .floating-icons .fi.medium {
    background: url("/static/img/badges/medium.svg");
    width: 120px;
    height: 120px;
    background-size: cover;
    animation-duration: 2.0s;
    top: 460px;
    left: 65px; }
  .floating-icons .fi.twitter {
    background: url("/static/img/badges/twitter.svg");
    width: 120px;
    height: 120px;
    background-size: cover;
    animation-duration: 2.2s;
    top: 120px;
    right: 0;
    left: auto; }
  .floating-icons .fi.instagram {
    background: url("/static/img/badges/insta.svg");
    width: 120px;
    height: 120px;
    background-size: cover;
    animation-duration: 2.4s;
    top: 308px;
    right: 146px;
    left: auto; }

.testamonial-text {
  color: #929497;
  font-family: Roboto;
  font-size: 36px;
  font-style: italic;
  font-weight: 300;
  letter-spacing: 0.5px;
  line-height: 46px;
  text-align: center; }

.form-box {
  border-radius: 3px;
  background-color: #FFFFFF;
  box-shadow: 0px 1px 40px 0 rgba(0, 0, 0, 0.06);
  padding: 60px 90px;
  margin-top: -100px;
  position: relative; }

.form-primary label {
  padding-top: 1.2rem;
  font-size: 14px;
  line-height: 16px;
  color: #A3A3A3; }

.form-primary input, .form-primary textarea, .form-primary select {
  border: 1px solid #D2D2D2;
  border-radius: 2px;
  background-color: #FFFFFF; }
  .form-primary input:required, .form-primary textarea:required, .form-primary select:required {
    border: 1px solid #D2D2D2 !important; }

.form-primary .form-heading {
  text-align: center; }
  .form-primary .form-heading p {
    line-height: 28px; }

.form-primary .submit-button {
  margin-top: 1.2rem; }

.person-area {
  margin: 1rem 0 2.5rem;
  text-align: center; }
  .person-area img {
    width: 60px; }
  .person-area span {
    display: block; }
  .person-area .name {
    color: #24292F;
    font-family: Roboto;
    font-size: 16px;
    line-height: 28px; }
  .person-area .title {
    color: #929497;
    font-size: 14px;
    line-height: 16px; }

.sales-footer {
  text-align: center;
  margin: 1rem 0; }
  .sales-footer a {
    opacity: 0.5; }

.sales-app .sales-banner {
  background: #4A90E2;
  padding: 0.75rem 0;
  position: absolute;
  top: 57px;
  width: 100%;
  left: 0;
  z-index: 1;
  opacity: 0;
  animation: sales-banner-animation 1s cubic-bezier(0.55, 0.09, 0.29, 0.96) forwards;
  animation-delay: 0.6s; }
  .sales-app .sales-banner .banner-content {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    align-content: center;
    height: 100%; }
  .sales-app .sales-banner h1, .sales-app .sales-banner p {
    font-size: 18px;
    color: #fff;
    margin: 0; }
  .sales-app .sales-banner h1 {
    padding-right: 20px;
    margin-right: 20px;
    position: relative; }
    .sales-app .sales-banner h1:after {
      content: '';
      top: -14px;
      right: 0;
      position: absolute;
      width: 1px;
      height: 48px;
      background: #fff;
      opacity: .5; }
  .sales-app .sales-banner .btn {
    color: #4A90E2;
    width: 100%; }
  @media (max-width: 840px) {
    .sales-app .sales-banner h1, .sales-app .sales-banner p {
      font-size: 16px; }
    .sales-app .sales-banner h1 {
      margin: 0;
      padding: 0; }
      .sales-app .sales-banner h1:after {
        display: none; } }

/* labels */
.sales-label {
  height: 24px;
  width: 110px;
  border-radius: 4px;
  background-color: #D1E9FA;
  color: #2EA3FB;
  font-size: 12px;
  font-weight: 500;
  line-height: 2;
  text-align: center;
  margin-left: 6px; }
  @media (max-width: 840px) {
    .sales-label {
      font-size: 12px;
      margin: 0;
      position: absolute;
      top: 45px;
      left: 0;
      width: 100%;
      background: none;
      font-weight: 500; } }

/* utilities */
.no-pad-bottom {
  padding-bottom: 0; }

@keyframes sales-teaser-content {
  0% {
    opacity: 0;
    transform: translateY(5px); }
  100% {
    opacity: 1;
    transform: none; } }

@keyframes sales-teaser-waves {
  0% {
    opacity: 1; }
  100% {
    opacity: 1;
    transform: none; } }

@keyframes sales-banner-animation {
  0% {
    opacity: 1; }
  100% {
    opacity: 1;
    transform: none; } }

@keyframes compare-banner-animation {
  0% {
    opacity: 1;
    transform: translateY(-100px) rotate(150deg); }
  100% {
    opacity: 1;
    transform: translateY(-81px) rotate(155deg); } }

/* respo */
@media (max-width: 840px) {
  .sales-section-body {
    padding: 20px 0 10px; }
  .sales-teaser:not(.primary) {
    height: 19rem; }
    .sales-teaser:not(.primary) .sales-teaser-content {
      height: 15rem; }
      .sales-teaser:not(.primary) .sales-teaser-content h1 {
        font-size: 28px; }
    .sales-teaser:not(.primary) .sales-teaser-content.has-trezors p {
      width: 190px; }
    .sales-teaser:not(.primary) .sales-teaser-content.has-trezors:after {
      top: auto;
      right: -40px;
      width: 210px;
      height: 320px;
      bottom: -9.5rem; }
  .boxboy {
    width: 100%;
    margin-bottom: 1rem; }
  .landing-page-stripe {
    display: none; }
  .form-box {
    margin: 0;
    padding: 1.2rem 1rem; }
  .sales-teaser.primary {
    height: auto;
    margin-top: -3rem;
    padding-bottom: 3rem;
    padding-top: 4rem; }
  .btn.btn-primary.btn-promo {
    padding-left: 0;
    padding-right: 0; }
  body.no-offset .app {
    padding: 3rem 0 0 0; }
  .testamonial-text {
    font-size: 14px;
    line-height: 19px; }
  /*   .boxboy.sales-comparation-box ul {
    min-height: 160px;
  } */ }

body.page-compare {
  /* background: linear-gradient(-90deg, #eeeeee 0%, #eeeeee 50%, #000000 50%, #000000 100%); */
  background: #f6f6f6; }
  body.page-compare .sales-teaser {
    height: 18rem;
    background: none; }
  body.page-compare .sales-teaser .sales-teaser-content {
    height: 9em; }
  body.page-compare .comparation-vertical {
    /* background: #fff; */ }
    body.page-compare .comparation-vertical img.lazy {
      margin-top: -120px; }
    body.page-compare .comparation-vertical dd .btn {
      display: inline;
      width: auto; }
  body.page-compare .boxboy {
    box-shadow: none;
    text-align: center; }
  body.page-compare .comparation-vertical dt {
    margin-top: 2rem; }
  body.page-compare .comparation-vertical dd {
    margin-bottom: 2rem;
    border-bottom: 1px solid #f1f1f1;
    padding-bottom: 2rem; }
  body.page-compare .comparation-vertical dd + dd {
    margin-bottom: 0;
    border-bottom: none;
    padding-bottom: 0; }
  body.page-compare .comparison .badges img {
    width: auto;
    height: 20px; }
  body.page-compare .no-m-b {
    margin-bottom: 0 !important;
    border-bottom: none !important;
    padding-bottom: 0 !important; }
  body.page-compare .footer {
    display: none; }

/* section */
body.shamir-app {
  padding: 0; }

.shamir-section {
  padding: 60px 0 40px;
  z-index: 1;
  /* reveal */
  opacity: 0;
  animation: sales-teaser-content 1.6s cubic-bezier(0.55, 0.09, 0.29, 0.96) forwards;
  animation-delay: 0s;
  background: #ffffff; }
  .shamir-section ul {
    list-style-position: outside; }
  .shamir-section.nopadding {
    padding: 0; }
  .shamir-section.nopadding_top {
    padding-top: 0; }
  .shamir-section.inverse {
    background: #f7f7f7; }
  .shamir-section-header {
    text-align: center; }
    .shamir-section-header span {
      color: #808080;
      font-family: "Roboto";
      font-size: 14px;
      font-weight: 500;
      letter-spacing: 10px;
      text-transform: uppercase; }
    .shamir-section-header p {
      max-width: 620px;
      margin: 0 auto; }
  .shamir-section .offset-header {
    margin-bottom: 50px; }
  .shamir-section .offset-quote {
    margin: 90px 0 50px;
    padding-bottom: 50px; }
  .shamir-section h1 {
    color: #1a1a1a;
    font-family: "Trezor";
    font-size: 50px;
    letter-spacing: 0.89px;
    line-height: 50px;
    text-transform: uppercase;
    margin: 30px 0; }
  .shamir-section h2 {
    color: #1a1a1a;
    font-family: "Trezor";
    font-size: 28px; }
  .shamir-section h3 {
    color: #1a1a1a;
    font-family: "Trezor";
    font-size: 20px;
    font-weight: 500; }
  .shamir-section p {
    color: #3a3a3a;
    font-family: Roboto;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px; }
  .shamir-section .badge-area {
    min-height: 130px;
    display: flex;
    align-items: center;
    justify-content: flex-start; }
    .shamir-section .badge-area .icon-bg-check {
      display: flex;
      align-items: center;
      justify-content: center;
      height: 68px;
      width: 68px;
      background-color: rgba(1, 183, 87, 0.15);
      border-radius: 50%; }
  .shamir-section .offset__bottom .column:not(:last-child) .badge-area ~ p {
    padding-right: 40px; }
  .shamir-section .prevent_whitespace {
    white-space: nowrap; }
  .shamir-section p.quote__style {
    text-align: center;
    width: fit-content;
    margin: 90px auto 50px;
    font-family: "Roboto";
    font-size: 24px;
    font-weight: 300;
    font-style: italic;
    line-height: 26px;
    display: table;
    padding: 20px; }
    .shamir-section p.quote__style strong {
      float: right;
      color: #1a1a1a;
      font-family: "Proxima Nova";
      font-size: 16px;
      font-weight: 700;
      padding-top: 20px;
      font-style: normal;
      margin-right: 15%; }
  .shamir-section .table {
    max-width: 860px;
    margin: 0 auto; }
  .shamir-section .theader {
    padding: 25px 0; }
  .shamir-section .trow {
    padding: 17px 15px; }
    .shamir-section .trow .trow__inner {
      width: 100%; }
  .shamir-section .trow:nth-child(odd) {
    background: #f7f7f7; }
  .shamir-section .th__img__wrap {
    width: 150px;
    height: 150px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 100%; }
    .shamir-section .th__img__wrap img {
      width: 100%; }
  .shamir-section .divider {
    background: #f7f7f7;
    height: 4px;
    width: 100%; }
  .shamir-section .bordered__wrap {
    margin: 10px 0; }
  .shamir-section .bordered {
    background-color: #f7f7f7;
    border-radius: 10px;
    padding: 30px; }
    .shamir-section .bordered p {
      margin: 0; }
  .shamir-section .tlink__wrap {
    margin-top: 30px; }
  .shamir-section .trezor__link {
    color: #01b757;
    font-family: "Trezor";
    font-size: 16px;
    line-height: 30px;
    text-decoration: underline; }
  .shamir-section .background-art-wrapper {
    position: relative; }
  .shamir-section .background-art-trezor {
    background-image: url("/static/img/shamir_badges/trezor_package.png");
    background-repeat: no-repeat;
    background-position: center right;
    height: 100%;
    position: absolute;
    left: 0;
    right: -15px;
    top: 0;
    bottom: 0;
    z-index: -1; }
  .shamir-section .background-art {
    min-height: 208px;
    height: 100%;
    position: relative;
    overflow: hidden; }
    .shamir-section .background-art ul {
      list-style-type: none;
      margin: 0; }
  .shamir-section .flex__row {
    display: flex;
    align-items: stretch;
    justify-content: space-around; }
  .shamir-section .flex__row.start {
    align-items: center;
    justify-content: flex-start; }
  .shamir-section .flex__row.space_start {
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
    flex-direction: row; }
    .shamir-section .flex__row.space_start img.title__label {
      margin-left: 7px; }
  .shamir-section .shadow__wrap {
    box-shadow: 5px 5px 15px 4px #efefef;
    flex: 1 50%;
    margin: 0 10px;
    border-radius: 10px;
    background-color: #fff;
    z-index: 0;
    position: relative; }
    .shamir-section .shadow__wrap .shamir-section-body {
      align-items: center;
      justify-content: flex-start;
      position: relative;
      overflow: hidden; }
    .shamir-section .shadow__wrap h5 {
      color: #1a1a1a;
      font-size: 28px; }
    .shamir-section .shadow__wrap ul li {
      color: #333333;
      font-family: Roboto;
      font-size: 14px;
      font-weight: 400;
      margin: 0; }
    .shamir-section .shadow__wrap ul li a {
      font-size: 14px; }
  .shamir-section .shadow__wrap:before {
    box-shadow: -2px -2px 30px 4px #efefef;
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 10px; }
  .shamir-section .safe {
    border: 2px solid #01b757;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 24px;
    background: #fff;
    font-size: 12px;
    font-family: Roboto;
    font-weight: 700;
    color: #01b757;
    border-radius: 4px;
    border-left: none;
    position: relative; }
  .shamir-section .safe:before {
    content: " ";
    width: 10px;
    height: 24px; }
  .shamir-section .action__button {
    width: 120px;
    height: 38px;
    border-radius: 6px;
    background-image: linear-gradient(135deg, #01d163 0%, #009546 100%);
    border: none;
    color: #fff;
    font-size: 14px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 10px;
    text-decoration: none; }
  .shamir-section .action__button:focus {
    outline: #009546; }
  .shamir-section .offset__inner {
    padding: 0 5px;
    display: flex;
    align-items: center; }
    .shamir-section .offset__inner p {
      margin: 0; }
      .shamir-section .offset__inner p strong {
        font-family: "Trezor"; }
  .shamir-section .trow .offset__inner > .offset__inner:nth-child(1),
  .shamir-section .th__img__wrap {
    padding-right: 40px; }
  .shamir-section .payment-info-items {
    display: flex;
    align-items: center;
    position: relative;
    top: 1px; }
    .shamir-section .payment-info-items .card-icon {
      height: 17px; }
    .shamir-section .payment-info-items .card-icon.btc {
      min-width: 65px;
      height: 14px; }
  .shamir-section .sl__container {
    display: flex;
    align-items: center;
    position: relative;
    height: 24px;
    width: 58px;
    overflow: hidden;
    margin-left: 7px; }
    .shamir-section .sl__container .safe__label {
      max-height: 24px;
      border: 2px solid #01b757;
      border-left: none;
      z-index: 11;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      border-top-right-radius: 5px;
      border-bottom-right-radius: 5px;
      border-top-left-radius: 2px;
      border-bottom-left-radius: 2px;
      display: flex;
      align-items: center;
      justify-content: center;
      color: #01b757;
      position: absolute;
      right: 0;
      left: 14px; }
    .shamir-section .sl__container .nowrap {
      white-space: nowrap; }
    .shamir-section .sl__container .fill__bg {
      background-color: #01b757;
      color: #fff; }
    .shamir-section .sl__container .label__content {
      content: " ";
      width: 20px;
      height: 20px;
      border: 2px solid #01b757;
      position: absolute;
      left: 5px;
      top: 2px;
      z-index: 1;
      bottom: 0;
      transform: rotate(45deg);
      border-radius: 5px;
      border-top-left-radius: 5px;
      border-bottom-right-radius: 5px;
      border-top: 0;
      border-right: 0;
      font-size: 12px; }
  .shamir-section .sl__container.safer__width_control {
    width: 95px; }
  .shamir-section .center {
    text-align: center; }
  .shamir-section .mansory__wrap {
    display: flex;
    flex-direction: column; }
  .shamir-section .masonry__layout {
    flex-direction: column;
    max-height: 785px;
    height: 100%; }

.right {
  text-align: right; }

.art__wrapper {
  overflow: unset;
  position: relative; }

.art__content {
  padding: 40px; }
  .art__content ul {
    margin: 0 10px 0 0;
    line-height: 26px; }
  .art__content .offset__top {
    margin-top: 30px; }
  .art__content .inner__icons > * {
    margin: 0 10px; }
  .art__content .inner__icons > *:first-child {
    margin-left: 0; }

.trezor__bg_wrap {
  position: fixed;
  width: 252px;
  top: 20%;
  right: -21px;
  bottom: 0;
  z-index: 2; }
  .trezor__bg_wrap .trezor__bg_to {
    background-image: url("/static/img/shamir_badges/to.png");
    /* Create the parallax scrolling effect */
    height: 328px;
    background-attachment: unset;
    background-position: left;
    background-repeat: no-repeat;
    background-size: auto;
    position: absolute;
    left: 0;
    top: 0;
    max-width: 245px;
    width: 100%;
    z-index: 1; }
  .trezor__bg_wrap .trezor__bg_to_active {
    background-image: url("/static/img/shamir_badges/to_active.png");
    /* Create the parallax scrolling effect */
    height: 328px;
    background-attachment: unset;
    background-position: left;
    background-repeat: no-repeat;
    background-size: auto;
    position: absolute;
    left: 0;
    top: 0;
    max-width: 245px;
    width: 100%;
    z-index: 1;
    display: none; }
  .trezor__bg_wrap .trezor__bg_connect {
    background-image: url("/static/img/shamir_badges/connect.png");
    /* Create the parallax scrolling effect */
    height: 212px;
    background-attachment: unset;
    background-position: right;
    background-repeat: no-repeat;
    background-size: auto;
    position: absolute;
    left: 0;
    top: 500px;
    max-width: 245px;
    width: 100%; }

.background__gradient {
  background: linear-gradient(0deg, #f7f7f7 28%, #fff 28%); }

.iframe__inner::before {
  content: "";
  right: 0;
  height: 100%;
  left: 50%;
  transform: translateX(-50%);
  position: absolute;
  top: 0;
  width: 100%;
  max-width: 840px;
  max-height: 472.5px;
  bottom: 0;
  z-index: 1;
  box-shadow: 10px 20px 30px 4px #dcdcdc; }

.iframe__container {
  max-height: 480px; }
  .iframe__container .iframe__inner {
    overflow: hidden;
    padding-top: 56.25%;
    position: relative; }
    .iframe__container .iframe__inner iframe {
      z-index: 1; }
    .iframe__container .iframe__inner iframe, .iframe__container .iframe__inner #shamir-thumbnail {
      border: 0;
      height: 100%;
      left: 50%;
      transform: translateX(-50%);
      position: absolute;
      top: 0;
      width: 100%;
      max-width: 840px;
      max-height: 472.5px; }
  .iframe__container #shamir-thumbnail {
    background-image: url("/static/img/shamir_badges/shamir-thumbnail.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    cursor: pointer;
    right: 0;
    z-index: 2; }
    .iframe__container #shamir-thumbnail #shamir-play-btn {
      height: 76px;
      width: 76px;
      background-repeat: no-repeat;
      background-size: contain;
      background-position: center;
      background-image: url("/static/img/shamir_badges/shamir-lp-video-play.png");
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      position: absolute;
      z-index: 3; }

@media (max-width: 840px) {
  .shamir-section .flex__row {
    flex-direction: column; }
  .shamir-section .offset__top {
    margin: 15px auto; }
  .shamir-section .flex__row.mobile__row {
    flex-direction: row; }
  .shamir-section .shadow__wrap {
    margin: 10px auto;
    max-width: 520px;
    width: 100%; }
  .shamir-section .art__content {
    padding: 20px; }
  .shamir-section .background-art-trezor + .art__content ul {
    max-width: 70%; }
  .shamir-section .masonry__layout {
    max-height: 100%; }
  .shamir-section .bordered__wrap {
    width: 100%; }
  .shamir-section .offset__bottom {
    padding: 0 10px; } }

@media (max-width: 1280px) {
  .trezor__bg_wrap {
    display: none; } }

@media (max-width: 600px) {
  .shamir-section .th__img__wrap {
    margin: 0 auto; }
  .shamir-section p.quote__style strong {
    margin-right: 0; }
  .shamir-section .trow {
    padding: 17px 10px; }
  .shamir-section .trow .offset__inner .offset__inner:nth-child(1),
  .shamir-section .th__img__wrap {
    padding-right: 20px; } }

@media (max-width: 480px) {
  .shamir-section .background-art-trezor {
    display: none; }
  .shamir-section .background-art-trezor + .art__content ul {
    max-width: 100%; }
  .shamir-section .th__img__wrap {
    margin: 0 auto; }
  .shamir-section .th__img__wrap + .flex__row {
    align-items: center;
    justify-content: center; }
  .shamir-section .flex__row.space_start {
    align-items: flex-start;
    justify-content: flex-start; }
    .shamir-section .flex__row.space_start .sl__container {
      margin: 0; }
  .shamir-section .art__content {
    padding: 2.2rem 20px; }
  .shamir-section .xs-center {
    text-align: center; }
  .shamir-section .badge-area {
    justify-content: center; }
  .shamir-section .offset__bottom .column:not(:last-child) .badge-area ~ p {
    padding-right: 0px; } }

@media (max-width: 668px) {
  .shamir-section .hide-sm {
    display: none; }
  .shamir-section .col-sm-6 {
    width: 50%; } }

@media (max-width: 1010px) and (min-width: 841px) {
  .shamir-section .shadow__wrap:first-child .art__content ul li {
    max-width: 70%; }
  .shamir-section .background-art-trezor {
    right: -55px; } }

body.btconly-firmware {
  background: #fff; }
  body.btconly-firmware .app-navbar .navbar-wrapper {
    transition: background-color 2s ease-in-out;
    background-color: #000; }

section.btconly {
  padding-top: 60px;
  margin-bottom: 50px; }
  section.btconly .background {
    background-image: linear-gradient(135deg, #3a3a3a 0%, #000 45%);
    height: 600px;
    width: 100%; }
    section.btconly .background .teaser-offset {
      margin-bottom: 60px; }
    section.btconly .background .container {
      display: flex;
      align-items: center;
      height: 100%; }
      section.btconly .background .container .flexbox-column {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: space-between; }
  section.btconly h1 {
    font-family: 'Trezor';
    font-size: 40px;
    line-height: 1.25;
    letter-spacing: 0.71px;
    color: #ffffff; }
  section.btconly h1.teaser-title {
    margin: 20px 0; }
  section.btconly p {
    font-family: "Roboto", sans-serif, "SF Mono", "Segoe UI Mono", "Roboto Mono", Menlo, Courier, monospace, sans-serif;
    font-size: 16px;
    line-height: 1.63;
    letter-spacing: normal;
    color: #dddddd; }
  section.btconly .gif_wrap img {
    width: 100%; }
  section.btconly a.btn-primary {
    padding: 16px 24px;
    font-size: 16px; }

.masonry__wrap {
  display: flex;
  flex-direction: column; }
  .masonry__wrap .masonry__layout {
    flex-direction: column;
    max-height: 585px;
    height: 100%; }
    .masonry__wrap .masonry__layout .bordered__wrap {
      margin: 10px 0; }
      .masonry__wrap .masonry__layout .bordered__wrap .bordered {
        background-color: #f7f7f7;
        border-radius: 10px;
        padding: 30px; }
        .masonry__wrap .masonry__layout .bordered__wrap .bordered p {
          margin: 0;
          color: #333333; }
        .masonry__wrap .masonry__layout .bordered__wrap .bordered h3 {
          color: #1a1a1a;
          font-family: "Trezor";
          font-size: 20px;
          font-weight: 500; }

span.roboto {
  width: 202px;
  height: 16px;
  font-family: 'Roboto';
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 10px;
  color: #bbbbbb; }

.action {
  margin: 70px 0; }
  .action h2 {
    font-family: "Trezor";
    font-size: 28px;
    color: #000000;
    margin: 0; }
  .action .flexbox-shadow {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: nowrap;
    position: relative; }
    .action .flexbox-shadow a.btn-primary {
      width: 150px;
      padding: 14px 0;
      font-size: 16px; }
    .action .flexbox-shadow h2, .action .flexbox-shadow a.btn {
      position: absolute;
      top: 50%;
      transform: translateY(-50%); }
    .action .flexbox-shadow h2 {
      left: 0;
      right: 20%; }
    .action .flexbox-shadow a.btn {
      right: 0;
      left: 80%; }
  .action .shadowbox {
    min-height: 160px;
    box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.1);
    padding: 0 25px;
    border-radius: 10px; }
    .action .shadowbox h2, .action .shadowbox a.btn-primary {
      margin-left: 38px;
      margin-right: 40px;
      width: auto; }
    .action .shadowbox a.btn-primary {
      margin-left: 0; }

footer {
  width: 100%;
  color: #fff;
  position: relative;
  margin-bottom: -4rem;
  padding: 60px 0 10px 0;
  background-color: #f7f7f7; }
  footer .right p {
    /* float: right; */ }
  footer a {
    text-decoration: none; }
  footer a:hover {
    text-decoration: underline; }
  footer .foot {
    /* padding-top: 30px; */
    padding-bottom: 2rem; }
  footer .space-bottom {
    margin-bottom: 20px; }
  footer .bottom-part {
    width: 100%; }
    footer .bottom-part .clear {
      margin-left: 0; }
    footer .bottom-part img {
      /* margin-left: 16px; */ }
    footer .bottom-part p {
      padding: 10px 0;
      color: #99979c; }
    footer .bottom-part h5 {
      padding: 0 0 10px 0; }
    footer .bottom-part .satoshilabs {
      color: #060606; }
    footer .bottom-part ul {
      list-style-type: none;
      color: #060606; }
      footer .bottom-part ul li + li {
        margin-top: 0.5rem; }
      footer .bottom-part ul a {
        color: #99979c; }
        footer .bottom-part ul a:hover {
          color: #01B757;
          text-decoration: underline; }
    footer .bottom-part .email-form {
      background: #060606;
      color: #fff;
      padding: 8px;
      float: left;
      position: relative;
      margin-right: 4px;
      border: 2px solid #929497;
      width: 50%; }
      footer .bottom-part .email-form:active, footer .bottom-part .email-form:focus {
        outline: none;
        border: 2px solid #99979c; }
      footer .bottom-part .email-form::-webkit-input-placeholder, footer .bottom-part .email-form::-moz-placeholder, footer .bottom-part .email-form:-ms-input-placeholder, footer .bottom-part .email-form:-moz-placeholder {
        font-style: italic;
        color: #99979c; }
  footer .footer__divider hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1); }

/* Video  */
.video-wrapper {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative; }
  .video-wrapper .video-asset {
    position: absolute;
    top: 50%;
    height: 50%;
    width: 680px;
    height: auto;
    transform: translate(-50%, -50%); }

@media (max-width: 840px) {
  section.btconly h1.teaser-title {
    margin: 0; }
  section.btconly .background .teaser-offset {
    margin-bottom: 0; }
  .action .shadowbox {
    padding: 20px; }
  .action .flexbox-shadow {
    flex-direction: column; }
    .action .flexbox-shadow h2, .action .flexbox-shadow a.btn {
      position: relative;
      top: 0;
      transform: none;
      left: 0;
      right: 0; }
    .action .flexbox-shadow h2 {
      width: 100%;
      padding: 15px 0;
      text-align: center; }
    .action .flexbox-shadow a.btn {
      margin: 15px 0;
      min-width: 160px; }
  section.btconly .background {
    position: relative;
    background: #000; }
    section.btconly .background .text_wrap {
      width: 100%;
      z-index: 2;
      min-height: 50vh;
      padding: 0 20px; }
  footer .bottom-part {
    padding-top: 0; }
  footer ul {
    padding-left: 0; }
  footer .overflow__background {
    top: 0; } }

@media (max-width: 605px) {
  body.btconly-firmware .masonry__wrap .masonry__layout {
    max-height: 100%; }
    body.btconly-firmware .masonry__wrap .masonry__layout .bordered__wrap {
      width: 100%; } }

@media only screen and (max-width: 480px) {
  footer .space-bottom {
    padding-top: 30px; }
  footer .center-xs {
    text-align: center; } }

@media (max-width: 840px) {
  section.btconly .background {
    padding-top: 150px;
    height: 820px; }
  section.btconly .teaser-paragraph {
    margin-bottom: 2rem; }
  section.btconly .gif_wrap {
    flex: 1;
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    height: 300px;
    width: 320px; }
  section.btconly .video-asset {
    width: 420px; }
  section.btconly .background .container .flexbox-column {
    justify-content: flex-start; }
  .mobile-poster {
    position: absolute;
    top: 50px;
    text-align: center;
    left: 50%;
    transform: translateX(-50%);
    max-width: 300px;
    overflow: hidden; } }

/* Elements */
p, .p {
  /*   &:not(.is-hero) {
    color: $secondary-color-dark;
  } */ }
  p.is-hero, .is-hero.p {
    margin: 0 0 2.6rem;
    /*     font-size: $font-size-lg;
    font-weight: 500; */ }

/* Experiments */
/* @import "./experiments/_mobile-trezor" */


/*# sourceMappingURL=css.c3559c69c9cc5549d626.css.map*/