@-webkit-keyframes vouchermeAnimatedBackground {
  from {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
  to {
    transform: scale(1.25);
    -webkit-transform: scale(1.25);
  }
}
@keyframes vouchermeAnimatedBackground {
  from {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
  to {
    transform: scale(1.25);
    -webkit-transform: scale(1.25);
  }
}
/*------------------------------------*\
    COLOR

    Pass in a group name and a key
    to get a value.

    E.G color(field, background) will return
    the background item in the field group.

    Colors are defined in $colors in _config.scss
\*------------------------------------*/
@font-face {
  font-family: "Big Vesta Pro";
  src: url("../px/subset-BigVestaPro-SemiBold.eot");
  src: url("../px/subset-BigVestaPro-SemiBold.eot?#iefix") format("embedded-opentype"), url("../px/subset-BigVestaPro-SemiBold.woff2") format("woff2"), url("../px/subset-BigVestaPro-SemiBold.woff") format("woff"), url("../px/subset-BigVestaPro-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Big Vesta Pro";
  src: url("../px/subset-BigVestaPro-Light.eot");
  src: url("../px/subset-BigVestaPro-Light.eot?#iefix") format("embedded-opentype"), url("../px/subset-BigVestaPro-Light.woff2") format("woff2"), url("../px/subset-BigVestaPro-Light.woff") format("woff"), url("../px/subset-BigVestaPro-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}
/* SVGs do not accept # as color code and must be encoded
https://stackoverflow.com/questions/55074106/css-background-url-svg-fill-color-not-working-not-base64-when-compiling-from-s */
/**
 * Hide text while making it readable for screen readers
 * 1. Needed in WebKit-based browsers because of an implementation bug;
 *    See: https://code.google.com/p/chromium/issues/detail?id=457146
 */
.content-overlay__close, .logo--header__link {
  overflow: hidden;
  padding: 0; /* 1 */
  text-indent: 101%;
  white-space: nowrap;
}

/**
 * Hide element while making it readable for screen readers
 * Shamelessly borrowed from HTML5Boilerplate:
 * https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css#L119-L133
 */
img, embed, object, video {
  display: block;
  max-width: 100%;
  height: auto;
  width: 100%;
}

.checkout__article-close {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

.article, .submit__steps, .checkout__steps, .nav__list-item {
  list-style: none;
}

.article h3,
.article .vendor, .article__additional, .checkout__image-cell img, .form__message, label, #cookieRequestArea__col,
.cookie-consent__col, .nav__link, .client-logo__link, table.with-hover th a,
table.with-hover td a, table.with-styling-extended th a,
table.with-styling-extended td a, table.with-styling th a,
table.with-styling td a, .logo__link, .logo--header__link {
  display: block;
}

.checkout__change-bonus, .custom-dropdown, .form__element--radio span, .button, .inline-captcha-content .realperson-text:after {
  display: inline-block;
}

.article h3,
.article .vendor {
  text-transform: uppercase;
}

.article__image, .content-overlay__wrap, .submit__link, .checkout__article-additional, .checkout__change-bonus, .checkout__image-cell, .custom-dropdown, .warning, #cookieRequestArea__wrap,
.cookie-consent__wrap, #cookieRequestArea,
.cookie-consent, .panel, .client-logo img, .hero-image, .logo, .header {
  position: relative;
}

.nav--sub__link, .nav--footer__link, .button {
  text-decoration: none;
}

.footer__wrap, .content, .header__wrap {
  width: 100%;
  max-width: 1290px;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
}

.article__inputs, #cookieRequestArea,
.cookie-consent, .panel--login input {
  text-align: center;
}

.articles, .submit, .checkout, .nav__list {
  margin: 0;
  padding: 0;
}

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

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

/**
 * Render the `main` element consistently in IE.
 */
main {
  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
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
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 in Chrome and Safari on macOS.
 */
[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 Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

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

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/*! Flickity v2.2.1
https://flickity.metafizzy.co
---------------------------------------------- */
.flickity-enabled {
  position: relative;
}

.flickity-enabled:focus {
  outline: none;
}

.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%;
  transition: height 0.2s;
}

.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%;
}

/* draggable */
.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

/* ---- flickity-button ---- */
.flickity-button {
  position: absolute;
  background: hsla(0, 0%, 100%, 0.75);
  border: none;
  color: #333;
}

.flickity-button:hover {
  background: white;
  cursor: pointer;
}

.flickity-button:focus {
  outline: none;
  box-shadow: 0 0 0 5px #19F;
}

.flickity-button:active {
  opacity: 0.6;
}

.flickity-button:disabled {
  opacity: 0.3;
  cursor: auto;
  /* prevent disabled button from capturing pointer up event. #716 */
  pointer-events: none;
}

.flickity-button-icon {
  fill: currentColor;
}

/* ---- previous/next buttons ---- */
.flickity-prev-next-button {
  top: 50%;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  /* vertically center */
  transform: translateY(-50%);
}

.flickity-prev-next-button.previous {
  left: 10px;
}

.flickity-prev-next-button.next {
  right: 10px;
}

/* right to left */
.flickity-rtl .flickity-prev-next-button.previous {
  left: auto;
  right: 10px;
}

.flickity-rtl .flickity-prev-next-button.next {
  right: auto;
  left: 10px;
}

.flickity-prev-next-button .flickity-button-icon {
  position: absolute;
  left: 20%;
  top: 20%;
  width: 60%;
  height: 60%;
}

/* ---- page dots ---- */
.flickity-page-dots {
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 1;
}
.hero-slider .flickity-page-dots {
  position: absolute;
  bottom: 10px;
}
.checkout__image .flickity-page-dots {
  padding: 0.3125rem 0 0;
}

.flickity-rtl .flickity-page-dots {
  direction: rtl;
}

.flickity-page-dots .dot {
  display: inline-block;
  background: transparent;
  border-radius: 50%;
  cursor: pointer;
}
.hero-slider .flickity-page-dots .dot {
  width: 10px;
  height: 10px;
  margin: 0 8px;
  border: 1px solid #FFFFFF;
}
.checkout__image .flickity-page-dots .dot {
  width: 5px;
  height: 5px;
  margin: 0 2px;
  border: 1px solid #C2C2C2;
}

.hero-slider .flickity-page-dots .dot.is-selected {
  background: #FFFFFF;
}
.checkout__image .flickity-page-dots .dot.is-selected {
  background: #C2C2C2;
}

audio {
  display: none;
}

html {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

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

body, html {
  font-size: 1rem;
  line-height: 1.636363636;
  height: 100%;
}

body {
  background: #EDEDEF;
}

::selection {
  background-color: #DC5F13;
  color: #FFFFFF;
}

::-moz-selection {
  background-color: #DC5F13;
  color: #FFFFFF;
}

body {
  font-family: "Big Vesta Pro", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

h1,
h2,
h3 {
  font-weight: 600;
  color: #3C4652;
}

h1, h2 {
  font-size: calc(1.34375rem + 1.125vw);
  margin: 0 0 2.6785714286%;
}
@media (min-width: 1200px) {
  h1, h2 {
    font-size: 2.1875rem;
  }
}

h3 {
  font-size: calc(1.2625rem + 0.15vw);
  margin-bottom: 1.25rem;
  padding-top: 0.625rem;
  margin-top: 0;
  border-top: 2px solid #C2C2C2;
}
@media (min-width: 1200px) {
  h3 {
    font-size: 1.375rem;
  }
}

h4 {
  margin: 0 0 0.9375rem;
  font-size: 1rem;
  padding-bottom: 0.625rem;
  border-bottom: 1px solid #C2C2C2;
  color: #3C4652;
  font-weight: 600;
}

p {
  font-size: 1rem;
}
p:not(.light):not(.cookie-consent__paragraph) {
  color: #3C4652;
}
p.light {
  color: #6E7382;
}
p:not(:last-child):not(:only-child) {
  margin-bottom: calc(1.3125rem + 0.75vw);
  margin-top: 0;
}
@media (min-width: 1200px) {
  p:not(:last-child):not(:only-child) {
    margin-bottom: 1.875rem;
  }
}
p:last-child, p:only-child {
  margin: 0;
}

b,
strong {
  font-weight: 600;
}

small {
  color: #6E7382;
}

a {
  color: #DC5F13;
}
a:hover {
  text-decoration: none;
}

.list {
  margin: 0 0 calc(1.3125rem + 0.75vw);
  padding: 0 0 0 0.9375rem;
  color: #3C4652;
}
@media (min-width: 1200px) {
  .list {
    margin: 0 0 1.875rem;
  }
}
.list li:not(:last-child) {
  margin-bottom: 0.625rem;
}

/**
 * Clear inner floats
 */
html body * span.cl,
html body * div.cl,
html body * li.cl,
html body * dd.cl {
  background: none;
  border: 0;
  clear: both;
  display: block;
  float: none;
  font-size: 0;
  list-style: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}

.cf:before,
.cf:after {
  content: " ";
  display: table;
}

.cf:after {
  clear: both;
}

.cf {
  *zoom: 1;
}

.main {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
}

.cookie-consent,
.header,
.content_header,
.content,
.footer {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -moz-box-flex: 0;
  -moz-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.footer {
  margin-top: auto;
}

.header {
  background: #FFFFFF;
  -webkit-box-shadow: 0px 4px 15px 0px rgba(60, 70, 82, 0.2);
  box-shadow: 0px 4px 15px 0px rgba(60, 70, 82, 0.2);
  z-index: 1;
}
.header__wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  height: 100%;
}
@media (max-width: 700px) {
  .header {
    padding-top: 0.9375rem;
    padding-bottom: 0.9375rem;
  }
  .header__wrap {
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .header__col:first-child {
    height: 70px;
  }
  .header__col .button {
    margin-top: 1.25rem;
  }
}
@media (min-width: 701px) {
  .header {
    height: 80px;
  }
  .header__wrap {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
  }
  .header__col:first-child {
    height: 100%;
  }
}

.logo--header {
  width: 250px;
  max-width: 250px;
  height: 100%;
}
.logo--header__link {
  background-image: url("../px/logo.png");
  background-image: url("../px/logo.svg"), linear-gradient(transparent, transparent);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  height: 100%;
}
.logo__link {
  height: 100%;
}
.logo__link img {
  position: absolute;
  top: 50%;
  max-width: 100%;
  max-height: 100%;
  height: auto;
  width: auto;
  padding: 0.3125rem 0;
}
.logo--footer {
  font-size: calc(1.28125rem + 0.375vw);
  color: #FFFFFF;
  font-weight: 600;
}
@media (min-width: 1200px) {
  .logo--footer {
    font-size: 1.5625rem;
  }
}
@media (max-width: 700px) {
  .logo__link img {
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
@media (min-width: 701px) {
  .logo__link img {
    left: 0;
    transform: translate(0, -50%);
  }
}

.hero-image {
  background-color: #DC5F13;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
}
.hero-image:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: inherit;
  background-size: inherit;
  background-size: cover;
  transform-origin: center;
  webkit-animation: vouchermeAnimatedBackground 5s linear infinite alternate;
  animation: vouchermeAnimatedBackground 5s linear infinite alternate;
  z-index: 1;
}
@media (max-width: 700px) {
  .hero-image {
    background-image: url("/premiummedia/liftstarv/login/hero-mobile.jpg");
    background-position: center top;
    height: 100%;
  }
}
@media (max-height: 700px) {
  .hero-image {
    height: 100%;
  }
}
@media (min-width: 701px) and (min-height: 701px) {
  .hero-image {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    height: calc(100vh - 80px - 40px);
    background-image: url("/premiummedia/liftstarv/login/hero.jpg");
    background-position: center center;
  }
}

.content {
  padding-bottom: 3.75rem;
}

.message {
  padding-top: calc(1.75rem + 6vw);
  padding-bottom: calc(1.4375rem + 2.25vw);
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
@media (min-width: 1200px) {
  .message {
    padding-top: 6.25rem;
  }
}
@media (min-width: 1200px) {
  .message {
    padding-bottom: 3.125rem;
  }
}
.message-header {
  font-size: calc(1.3rem + 0.6vw);
  margin-bottom: calc(1.3125rem + 0.75vw);
  line-height: 1.25;
  font-weight: 600;
  color: #DC5F13;
}
@media (min-width: 1200px) {
  .message-header {
    font-size: 1.75rem;
  }
}
@media (min-width: 1200px) {
  .message-header {
    margin-bottom: 1.875rem;
  }
}
.message-title {
  margin-bottom: calc(1.3125rem + 0.75vw);
  font-weight: 600;
  color: #3C4652;
}
@media (min-width: 1200px) {
  .message-title {
    margin-bottom: 1.875rem;
  }
}

.column {
  width: 100%;
}
.column__main {
  background: #FFFFFF;
  padding: 15px 20px 20px;
}
@media (min-width: 771px) {
  .column {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .column__content, .column__main {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -moz-box-flex: 1;
    -moz-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
  }
  .column__aside {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 28.5714285714%;
    -moz-box-flex: 1;
    -moz-flex: 1 0 28.5714285714%;
    -ms-flex: 1 0 28.5714285714%;
    flex: 1 0 28.5714285714%;
    width: 28.5714285714%;
    max-width: 28.5714285714%;
  }
}

.footer {
  background: #6E7382;
}
.footer__col {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  margin-right: auto;
  display: none;
}
@media (min-width: 1041px) {
  .footer {
    height: 40px;
  }
  .footer__wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    justify-content: flex-end;
    height: 100%;
  }
}

.copyright {
  font-size: 0.75rem;
  margin-left: calc(1.5rem + 3vw);
  color: #FFFFFF;
}
@media (min-width: 1200px) {
  .copyright {
    margin-left: 3.75rem;
  }
}

.content_header {
  margin-bottom: calc(1.3125rem + 0.75vw);
}
@media (min-width: 1200px) {
  .content_header {
    margin-bottom: 1.875rem;
  }
}

.table-wrap {
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  background: #FFFFFF;
}
@media (max-width: 770px) {
  .table-wrap {
    white-space: nowrap;
  }
}

table {
  font-size: 1rem;
  border-collapse: collapse;
  width: 100%;
}
table tr,
table td {
  height: 100%;
}
table th {
  font-weight: 600;
  font-weight: normal;
}
table th,
table td {
  background: none;
  border: none;
  vertical-align: top;
  color: #3C4652;
}
table th:not(.alignRight),
table td:not(.alignRight) {
  text-align: left;
}
table th.alignRight,
table td.alignRight {
  text-align: right;
}
table th .marked,
table td .marked {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  height: 100%;
  background: #FF0000;
  font-weight: bold;
  text-align: center;
  color: #FFFFFF;
}
table.with-hover, table.with-styling-extended, table.with-styling {
  margin-bottom: calc(1.3125rem + 0.75vw);
}
@media (min-width: 1200px) {
  table.with-hover, table.with-styling-extended, table.with-styling {
    margin-bottom: 1.875rem;
  }
}
table.with-hover th,
table.with-hover td, table.with-styling-extended th,
table.with-styling-extended td, table.with-styling th,
table.with-styling td {
  font-size: 1rem;
  padding: 20px 10px;
}
table.with-hover th.line-trough, table.with-hover th.green-light,
table.with-hover td.line-trough,
table.with-hover td.green-light, table.with-styling-extended th.line-trough, table.with-styling-extended th.green-light,
table.with-styling-extended td.line-trough,
table.with-styling-extended td.green-light, table.with-styling th.line-trough, table.with-styling th.green-light,
table.with-styling td.line-trough,
table.with-styling td.green-light {
  font-weight: 600;
  font-weight: normal;
}
table.with-hover th.line-trough,
table.with-hover td.line-trough, table.with-styling-extended th.line-trough,
table.with-styling-extended td.line-trough, table.with-styling th.line-trough,
table.with-styling td.line-trough {
  color: #FF0000;
  text-decoration: line-through;
}
table.with-hover th.green-light,
table.with-hover td.green-light, table.with-styling-extended th.green-light,
table.with-styling-extended td.green-light, table.with-styling th.green-light,
table.with-styling td.green-light {
  color: #009635;
}
table.with-hover th, table.with-styling-extended th, table.with-styling th {
  font-weight: 600;
  background: #FFFFFF;
}
table.with-hover tr:nth-child(odd), table.with-styling-extended tr:nth-child(odd), table.with-styling tr:nth-child(odd) {
  background: #EDEDEF;
}
table.with-hover th,
table.with-hover td, table.with-styling-extended th,
table.with-styling-extended td {
  vertical-align: top;
}
table.with-hover th a,
table.with-hover td a, table.with-styling-extended th a,
table.with-styling-extended td a {
  margin: 10px 0;
  white-space: nowrap;
}
table.with-hover tbody tr {
  background: #FFFFFF;
}
table.with-hover tbody tr:hover {
  cursor: pointer;
  background: #EDEDEF;
}
table.small:not(:last-child) {
  margin: 10px 0;
}
table.small:last-child {
  margin: 10px 0 0;
}
.carousel--product table.small:last-child {
  margin: 5px 0 0;
}
table.small th,
table.small td {
  font-size: 1rem;
}
.carousel--product table.small th,
.carousel--product table.small td {
  font-size: 0.75rem;
}
table.small th:first-child,
table.small td:first-child {
  width: 35%;
}
table.small th.line-trough,
table.small td.line-trough {
  color: #FF0000;
  text-decoration: line-through;
}
table.small th.green-light,
table.small td.green-light {
  color: #009635;
}
.productbar table.small td:last-child {
  text-align: right;
}
table.ec-detail, table.no-styling {
  margin: 0 0 20px;
}
table.ec-detail th,
table.ec-detail td, table.no-styling th,
table.no-styling td {
  font-size: 1.125rem;
}
table.ec-detail th:first-child,
table.ec-detail td:first-child, table.no-styling th:first-child,
table.no-styling td:first-child {
  width: 35%;
}
table.ec-detail th:last-child,
table.ec-detail td:last-child {
  font-weight: 600;
  font-weight: normal;
}
table.ec-detail tr:first-child td:last-child {
  color: #FF0000;
  text-decoration: line-through;
}
table.ec-detail tr:nth-child(2) td:last-child {
  color: #009635;
}
table.ec-detail td.line-through {
  color: #FF0000;
  text-decoration: line-through;
}
table.ec-detail td.green {
  color: #009635;
}
table.ec-list th,
table.ec-list td, table.inverted th,
table.inverted td {
  font-size: 0.75rem;
}
table.ec-list th:last-child,
table.ec-list td:last-child, table.inverted th:last-child,
table.inverted td:last-child {
  font-weight: 600;
  font-weight: normal;
  text-align: right;
}
table.inverted {
  width: 50%;
}
table.inverted th,
table.inverted td {
  color: #FFFFFF;
}
table.ec-list {
  margin: 0 0 20px;
}
table.ec-list tr:first-child td:last-child {
  color: #FF0000;
  text-decoration: line-through;
}
table.ec-list tr:last-child td:last-child {
  font-size: 0.875rem;
  color: #009635;
}
table.ec-list td.line-through {
  color: #FF0000;
  text-decoration: line-through;
}

.articles-filter {
  margin: 0 0 1.25rem;
}
@media (min-width: 701px) {
  .articles-filter {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    justify-content: flex-end;
  }
}

.inline-captcha-content {
  margin-top: 1.25rem;
}
.inline-captcha-content .captcha-head,
.inline-captcha-content .realperson-regen {
  display: none;
}
.inline-captcha-content .captcha-note {
  font-size: 0.875rem;
  color: #3C4652;
}
.inline-captcha-content .realperson-challenge,
.inline-captcha-content .captcha-note {
  margin-bottom: 0.625rem;
}
.inline-captcha-content .realperson-text {
  font-family: "Courier New", monospace !important;
  font-size: 6px;
  font-weight: bold;
  letter-spacing: -1px;
  line-height: 4px;
  cursor: pointer;
}
.inline-captcha-content .realperson-text:after {
  font-size: 0.875rem;
  margin-top: 5px;
  font-family: "Big Vesta Pro", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  content: "Neue Zeichen generieren";
  color: #DC5F13;
  letter-spacing: normal;
  line-height: 1.5;
  font-weight: normal;
}
.inline-captcha-content .realperson-text:hover:after {
  text-decoration: underline;
}

.client-logo img {
  max-width: 100%;
  max-height: 100%;
  height: auto !important;
  width: auto !important;
}
@media (max-width: 700px) {
  .client-logo__link {
    padding-top: 0.9375rem;
  }
}
@media (min-width: 701px) {
  .client-logo__link {
    padding-top: 0.3125rem;
    padding-bottom: 0.3125rem;
    height: 80px;
  }
  .client-logo img {
    top: 50%;
    transform: translate(0, -50%);
  }
}

.button {
  font-size: 1rem;
  padding: 0.625rem 1.875rem;
  border: 1px solid transparent;
}
.button:not(:hover) {
  background: #DC5F13;
  color: #FFFFFF;
}
.button:hover {
  border-color: #DC5F13;
  background: #EDEDEF;
  color: #DC5F13;
}
.button--streched {
  width: 100%;
}
.button--wide {
  padding: 0.625rem 3.75rem;
}

.nav--footer__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.nav--footer__list-item:not(:last-child) {
  margin-right: calc(1.3125rem + 0.75vw);
}
@media (min-width: 1200px) {
  .nav--footer__list-item:not(:last-child) {
    margin-right: 1.875rem;
  }
}
.nav--footer__link {
  font-size: 0.75rem;
  padding-top: 0;
  color: #FFFFFF;
}
.nav--footer__link:hover {
  text-decoration: underline;
}
@media (max-width: 1040px) {
  .nav--footer__link {
    padding-bottom: 0.625rem;
    padding-top: 0.625rem;
  }
}

.nav--sub__link {
  font-size: 1rem;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.nav--sub__link:not(.nav--sub__link---active) {
  color: #3C4652;
}
.nav--sub__link:not(.nav--sub__link---active):hover {
  color: #DC5F13;
}
.nav--sub__link---active {
  background: #FFFFFF;
  color: #DC5F13;
}

.nav--cookie-consent__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
.nav--cookie-consent__list-item {
  margin-right: 0.9375rem;
  margin-left: 0.9375rem;
}
.nav--cookie-consent__link {
  font-size: 0.75rem;
  padding-bottom: 0.3125rem;
  padding-top: 0.3125rem;
  text-decoration: underline;
}
.nav--cookie-consent__link:hover {
  text-decoration: none;
}

.panel {
  background: #FFFFFF;
  text-align: center;
  -webkit-box-shadow: none;
  box-shadow: none;
  z-index: 10;
}
.panel__text {
  margin-bottom: 0.3125rem;
  font-size: calc(1.3rem + 0.6vw);
  line-height: 1.25;
  font-weight: 600;
  color: #3C4652;
}
@media (min-width: 1200px) {
  .panel__text {
    font-size: 1.75rem;
  }
}
@media (max-width: 700px) {
  .panel {
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    margin: 1.25rem;
  }
}
@media (min-width: 701px) {
  .panel {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    padding-left: calc(1.375rem + 1.5vw);
    padding-right: calc(1.375rem + 1.5vw);
    -webkit-box-shadow: 0px 0 0 20px rgba(255, 255, 255, 0.5);
    box-shadow: 0px 0 0 20px rgba(255, 255, 255, 0.5);
    max-width: 400px;
    min-width: 400px;
    margin: 0 auto;
  }
}
@media (min-width: 701px) and (min-width: 1200px) {
  .panel {
    padding-left: 2.5rem;
  }
}
@media (min-width: 701px) and (min-width: 1200px) {
  .panel {
    padding-right: 2.5rem;
  }
}

#cookieRequestPlaceholder {
  display: none;
}

#cookieRequestArea,
.cookie-consent {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  background: rgba(60, 70, 82, 0.8);
  z-index: 110000000;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
}
#cookieRequestArea__wrap,
.cookie-consent__wrap {
  padding: 0 1.25rem;
  margin: 1.25rem;
  max-width: 450px;
  max-height: 100%;
  background: #FFFFFF;
  overflow-x: auto;
}
#cookieRequestArea__col,
.cookie-consent__col {
  padding: 1.25rem 0;
}
#cookieRequestArea__col:not(:last-child),
.cookie-consent__col:not(:last-child) {
  border-bottom: 1px solid #C2C2C2;
}
#cookieRequestArea__link,
.cookie-consent__link {
  color: #DC5F13;
}
#cookieRequestArea__link,
.cookie-consent__link {
  text-decoration: underline;
}
#cookieRequestArea__heading,
.cookie-consent__heading {
  font-size: 1.25rem;
  font-weight: 600;
  margin: 0 0 10px 0;
}
#cookieRequestArea__button,
.cookie-consent__button {
  padding: 0.625rem 3.75rem;
  width: 100%;
}
#cookieRequestArea__heading, #cookieRequestArea__paragraph,
.cookie-consent__heading,
.cookie-consent__paragraph {
  color: #3C4652;
}

.warning {
  overflow: hidden;
  border-width: 1px;
  border-style: solid;
}
.warning__content {
  font-size: 1rem;
  padding: 10px;
}
.warning--error, .warning--success, .warning--info {
  margin-bottom: calc(1.3125rem + 0.75vw);
}
@media (min-width: 1200px) {
  .warning--error, .warning--success, .warning--info {
    margin-bottom: 1.875rem;
  }
}
.warning--error:before, .warning--error:after, .warning--success:before, .warning--success:after, .warning--info:before, .warning--info:after {
  content: "";
  position: absolute;
}
.warning--error:before, .warning--success:before, .warning--info:before {
  width: 60px;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}
.warning--error:after, .warning--success:after, .warning--info:after {
  width: 20px;
  height: 20px;
  top: 12px;
  left: 20px;
  background-repeat: no-repeat;
  z-index: 2;
}
.warning--error__content, .warning--success__content, .warning--info__content {
  padding-left: 80px;
}
.warning--error {
  border-color: #FF0000;
  background: #ffdbdb;
}
.warning--error:before {
  background: #FF0000;
}
.warning--error:after {
  background-image: url("data:image/svg+xml,%3Csvg height='20' viewBox='0 0 20 20' width='20' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m10 0c1.8142439 0 3.4874043.44704332 5.0195322 1.34114747 1.532125.89410123 2.7452191 2.10719537 3.6393203 3.63932034.8941042 1.53212789 1.3411475 3.20528827 1.3411475 5.01953219 0 1.8142439-.4470433 3.4874043-1.3411475 5.0195322-.8941012 1.532125-2.1071953 2.7452203-3.6393203 3.6393221-1.5321279.8941015-3.2052883 1.3411457-5.0195322 1.3411457-1.81424392 0-3.4874043-.4470442-5.01953219-1.3411457-1.53212497-.8941018-2.74522027-2.1071971-3.63932209-3.6393221-.89410152-1.5321279-1.34114572-3.2052883-1.34114572-5.0195322 0-1.81424392.4470442-3.4874043 1.34114572-5.01953219.89410182-1.53212497 2.10719712-2.74521911 3.63932209-3.63932034 1.53212789-.89410415 3.20528827-1.34114747 5.01953219-1.34114747zm1.6666664 16.236978v-2.4739575c0-.1215287-.0390629-.2235245-.1171887-.3059904-.0781229-.0824658-.1736088-.1236958-.2864575-.1236958h-2.50000038c-.11284583 0-.21267166.0434029-.2994775.1302088-.08680583.0868058-.13020874.1866287-.13020874.2994774v2.4739575c0 .1128487.04340291.2126746.13020874.2994804.08680584.0868058.18663167.1302088.2994775.1302088h2.50000038c.1128487 0 .2083346-.041233.2864575-.1236988.0781258-.0824658.1171887-.1844617.1171887-.3059904zm-.0260429-4.4791657.2343775-8.08593613c0-.10416874-.0434029-.18229166-.1302087-.23437457-.0868059-.06944584-.1909717-.10416875-.3125005-.10416875h-2.86458365c-.12152874 0-.22569457.03472291-.31250041.10416875-.08680583.05208291-.13020874.13020583-.13020874.23437457l.22135458 8.08593613c0 .0868058.04340291.1627616.13020874.2278645.08680583.0651059.19097167.0976559.31250041.0976559h2.40885457c.1215287 0 .2235216-.03255.3059875-.0976559.0824658-.0651029.1280387-.1410587.1367187-.2278645z' fill='%23FFFFFF' fill-rule='evenodd'/%3E%3C/svg%3E");
}
.warning--error__content {
  color: #FF0000;
}
.warning--success {
  border-color: #009635;
  background: #c9ffdc;
}
.warning--success:before {
  background: #009635;
}
.warning--success:after {
  background-position: -63px -21px;
}
.warning--success__content {
  color: #009635;
}
.warning--info {
  border-color: #F1C40E;
  background: #F1C40E;
}
.warning--info:before {
  background: #F1C40E;
}
.warning--info:after {
  background-position: 0 0;
}
.warning--info__content {
  background: #FBF5DB;
  color: #B5971D;
}
.warning--hint {
  border-color: #009635;
  background: #009635;
}
.warning--hint:before {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  top: 10px;
  right: 10px;
  background-image: url("../px/icons.png");
  background-image: url("../px/icons.svg"), linear-gradient(transparent, transparent);
  background-repeat: no-repeat;
  background-position: 0 0;
}
.warning--hint__content {
  color: #FFFFFF;
}

input[type=number],
input[type=password],
input[type=text],
input[type=email],
input[type=tel],
input[type=url],
textarea,
input[type=submit] {
  -webkit-border-radius: 0;
  border-radius: 0;
  outline: none;
}

button,
input[type=submit] {
  border: none;
  cursor: pointer;
}

input[type=number],
input[type=password],
input[type=text],
input[type=email],
input[type=tel],
input[type=url],
textarea {
  font-size: 0.875rem;
  -webkit-appearance: none;
  color: #3C4652;
  background-repeat: no-repeat;
  background-color: #FFFFFF;
  width: 100%;
  padding: 10px;
  border: 1px solid #C2C2C2;
}
input[type=number]::placeholder,
input[type=password]::placeholder,
input[type=text]::placeholder,
input[type=email]::placeholder,
input[type=tel]::placeholder,
input[type=url]::placeholder,
textarea::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #C2C2C2;
  opacity: 1; /* Firefox */
}
input[type=number]:-ms-input-placeholder,
input[type=password]:-ms-input-placeholder,
input[type=text]:-ms-input-placeholder,
input[type=email]:-ms-input-placeholder,
input[type=tel]:-ms-input-placeholder,
input[type=url]:-ms-input-placeholder,
textarea:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #C2C2C2;
}
input[type=number]::-ms-input-placeholder,
input[type=password]::-ms-input-placeholder,
input[type=text]::-ms-input-placeholder,
input[type=email]::-ms-input-placeholder,
input[type=tel]::-ms-input-placeholder,
input[type=url]::-ms-input-placeholder,
textarea::-ms-input-placeholder { /* Microsoft Edge */
  color: #C2C2C2;
}
.validation--success input[type=number], .validation--error input[type=number],
.validation--success input[type=password],
.validation--error input[type=password],
.validation--success input[type=text],
.validation--error input[type=text],
.validation--success input[type=email],
.validation--error input[type=email],
.validation--success input[type=tel],
.validation--error input[type=tel],
.validation--success input[type=url],
.validation--error input[type=url],
.validation--success textarea,
.validation--error textarea {
  padding: 7px 45px 5px 10px;
}
.form__element--success input[type=number], .form__element--error input[type=number],
.form__element--success input[type=password],
.form__element--error input[type=password],
.form__element--success input[type=text],
.form__element--error input[type=text],
.form__element--success input[type=email],
.form__element--error input[type=email],
.form__element--success input[type=tel],
.form__element--error input[type=tel],
.form__element--success input[type=url],
.form__element--error input[type=url],
.form__element--success textarea,
.form__element--error textarea {
  position: relative;
  padding-right: 40px;
  background-repeat: no-repeat;
  background-size: 15px;
  background-position: right 12px center;
}
.form__element--success input[type=number],
.form__element--success input[type=password],
.form__element--success input[type=text],
.form__element--success input[type=email],
.form__element--success input[type=tel],
.form__element--success input[type=url],
.form__element--success textarea {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20'%3E%3Cpath fill='%23009635' fill-rule='evenodd' d='m10 0c5.5228475 0 10 4.4771525 10 10s-4.4771525 10-10 10-10-4.4771525-10-10 4.4771525-10 10-10zm4.4965472 6.00047998c-.3588885.01560385-.6865693.15603849-.9362309.42130393l-4.91521251 4.91521249c-.14043464.1248308-.35888853.1248308-.48371933 0l-1.79444265-1.79444265c-1.27951564-1.34193103-3.26120448.63975785-1.91927345 1.91927345l3.22999678 3.2456006c.39009623.3900963 1.04545789.3900963 1.43555412 0l6.36637044-6.36637044c.8894194-.87381555.2652655-2.37178508-.9830425-2.34057738z'/%3E%3C/svg%3E%0A");
  border-color: #009635;
  background-color: #c9ffdc;
  color: #009635;
}
.form__element--error input[type=number],
.form__element--error input[type=password],
.form__element--error input[type=text],
.form__element--error input[type=email],
.form__element--error input[type=tel],
.form__element--error input[type=url],
.form__element--error textarea {
  background-image: url("data:image/svg+xml,%3Csvg height='20' viewBox='0 0 20 20' width='20' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m10 0c1.8142439 0 3.4874043.44704332 5.0195322 1.34114747 1.532125.89410123 2.7452191 2.10719537 3.6393203 3.63932034.8941042 1.53212789 1.3411475 3.20528827 1.3411475 5.01953219 0 1.8142439-.4470433 3.4874043-1.3411475 5.0195322-.8941012 1.532125-2.1071953 2.7452203-3.6393203 3.6393221-1.5321279.8941015-3.2052883 1.3411457-5.0195322 1.3411457-1.81424392 0-3.4874043-.4470442-5.01953219-1.3411457-1.53212497-.8941018-2.74522027-2.1071971-3.63932209-3.6393221-.89410152-1.5321279-1.34114572-3.2052883-1.34114572-5.0195322 0-1.81424392.4470442-3.4874043 1.34114572-5.01953219.89410182-1.53212497 2.10719712-2.74521911 3.63932209-3.63932034 1.53212789-.89410415 3.20528827-1.34114747 5.01953219-1.34114747zm1.6666664 16.236978v-2.4739575c0-.1215287-.0390629-.2235245-.1171887-.3059904-.0781229-.0824658-.1736088-.1236958-.2864575-.1236958h-2.50000038c-.11284583 0-.21267166.0434029-.2994775.1302088-.08680583.0868058-.13020874.1866287-.13020874.2994774v2.4739575c0 .1128487.04340291.2126746.13020874.2994804.08680584.0868058.18663167.1302088.2994775.1302088h2.50000038c.1128487 0 .2083346-.041233.2864575-.1236988.0781258-.0824658.1171887-.1844617.1171887-.3059904zm-.0260429-4.4791657.2343775-8.08593613c0-.10416874-.0434029-.18229166-.1302087-.23437457-.0868059-.06944584-.1909717-.10416875-.3125005-.10416875h-2.86458365c-.12152874 0-.22569457.03472291-.31250041.10416875-.08680583.05208291-.13020874.13020583-.13020874.23437457l.22135458 8.08593613c0 .0868058.04340291.1627616.13020874.2278645.08680583.0651059.19097167.0976559.31250041.0976559h2.40885457c.1215287 0 .2235216-.03255.3059875-.0976559.0824658-.0651029.1280387-.1410587.1367187-.2278645z' fill='%23FF0000' fill-rule='evenodd'/%3E%3C/svg%3E");
  border-color: #FF0000;
  background-color: #ffdbdb;
  color: #FF0000;
}

input[readonly] {
  background-color: #EDEDEF;
}

textarea {
  resize: none;
  overflow: auto;
}

label {
  font-size: 0.875rem;
  padding: 0 0 5px 0;
  color: #3C4652;
}
.form__element--placeholder label {
  display: none;
}
.form__element--bonus-codes label, .form__element--radio label {
  font-weight: 600;
}
.form__element--radio label {
  display: inline-block;
  vertical-align: bottom;
  padding: 0 5px;
  color: #C2C2C2;
}

.form {
  margin: 20px 0 0;
}
.form__line {
  width: 100%;
}
.form__message {
  font-size: 0.75rem;
  color: #3C4652;
  font-weight: bold;
}
.form__element--success .form__message {
  color: #009635;
}
.form__element--error .form__message {
  color: #FF0000;
}
.form__element {
  margin: 0 0 10px;
}
.panel .form__element:not(:last-child) {
  margin: 0 0 10px;
}
.form__element--radio, .form__element--half, .form__element--two-three, .form__element--one-three {
  float: left;
}
.form__element--radio {
  width: auto;
  color: #C2C2C2;
}
.form__element--radio span {
  font-size: 0.875rem;
  padding: 0.25rem 0.3125rem 0 0;
}
.form__element--radio table {
  display: inline;
  vertical-align: top;
}
.form__element--half {
  width: 49.1166077739%;
}
.form__element--two-three {
  width: 77.9151943463%;
}
.form__element--one-three {
  width: 20.3180212014%;
}
.form__element--margin {
  margin-right: 1.7667844523%;
}

.custom-dropdown__select {
  font-size: 0.875rem;
  margin: 0;
  background-color: #FFFFFF;
  color: #3C4652;
}
.custom-dropdown:not(:last-child) {
  margin: 0 0 10px;
}

@supports (pointer-events: none) and ((-webkit-appearance: none) or (-moz-appearance: none) or (appearance: none)) {
  .custom-dropdown {
    border: 1px solid #C2C2C2;
    vertical-align: middle;
  }
  .custom-dropdown__select {
    padding: 10px 40px 10px 10px;
    border: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 100%;
  }
  .custom-dropdown::before, .custom-dropdown::after {
    content: "";
    position: absolute;
    pointer-events: none;
  }
  .custom-dropdown::after {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 7px 5px 0 5px;
    border-color: #3C4652 transparent transparent transparent;
    top: 50%;
    margin: -3.5px 0 0;
    right: 12px;
  }
  .custom-dropdown::before {
    background: #FFFFFF;
    width: 33px;
    right: 1px;
    top: 1px;
    bottom: 1px;
  }
  @media (max-width: 700px) {
    .custom-dropdown {
      display: block;
    }
  }
  .custom-dropdown__select[disabled] {
    color: rgba(0, 0, 0, 0.3);
  }
  .custom-dropdown.custom-dropdown--disabled::after {
    color: rgba(0, 0, 0, 0.1);
  }
}
.checkout {
  width: 100%;
}
.checkout h3 {
  border: none;
  padding-top: 0;
}
.checkout__image, .checkout__image-cell {
  width: 100%;
}
.checkout__image {
  padding: 0 0 1.25rem;
}
.checkout__image-cell {
  height: 100%;
}
.checkout__image-cell img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
  width: auto;
}
.checkout__steps {
  padding: 1.25rem;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 4px 15px 0px rgba(60, 70, 82, 0.2);
  box-shadow: 0px 4px 15px 0px rgba(60, 70, 82, 0.2);
}
.checkout__change-bonus {
  color: #DC5F13;
}
.checkout__change-bonus:hover {
  color: #3C4652;
}
.checkout__toggle-information {
  font-size: 1rem;
  color: #DC5F13;
}
.checkout__article-additional {
  padding-top: 1.25rem;
  margin-top: 1.25rem;
  border-top: 1px solid #C2C2C2;
  display: none;
  padding: 60px 0 0;
}
.article---expanded .checkout__article-additional {
  display: block;
}
.checkout__article-close {
  position: absolute;
  top: 20px;
  right: 0;
  width: 28px;
  height: 28px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.checkout__article-close:not(:hover) {
  background-image: url("data:image/svg+xml,%3Csvg height='28' viewBox='0 0 28 28' width='28' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m389 941c7.731986 0 14 6.268014 14 14s-6.268014 14-14 14-14-6.268014-14-14 6.268014-14 14-14zm2.832627 8.338946-2.832627 2.832627-2.832627-2.832627c-.777497-.777497-2.043179-.776849-2.824227.0042-.786494.786494-.782929 2.045498-.0042 2.824227l2.832627 2.832627-2.832627 2.832627c-.777497.777497-.776849 2.043179.0042 2.824227.786494.786494 2.045498.782929 2.824227.0042l2.832627-2.832627 2.832627 2.832627c.777497.777497 2.043179.776849 2.824227-.0042.786494-.786494.782929-2.045498.0042-2.824227l-2.832627-2.832627 2.832627-2.832627c.777497-.777497.776849-2.043179-.0042-2.824227-.786494-.786494-2.045498-.782929-2.824227-.0042z' fill='%23C2C2C2' fill-rule='evenodd' transform='translate(-375 -941)'/%3E%3C/svg%3E");
}
.checkout__article-close:hover {
  background-image: url("data:image/svg+xml,%3Csvg height='28' viewBox='0 0 28 28' width='28' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m389 941c7.731986 0 14 6.268014 14 14s-6.268014 14-14 14-14-6.268014-14-14 6.268014-14 14-14zm2.832627 8.338946-2.832627 2.832627-2.832627-2.832627c-.777497-.777497-2.043179-.776849-2.824227.0042-.786494.786494-.782929 2.045498-.0042 2.824227l2.832627 2.832627-2.832627 2.832627c-.777497.777497-.776849 2.043179.0042 2.824227.786494.786494 2.045498.782929 2.824227.0042l2.832627-2.832627 2.832627 2.832627c.777497.777497 2.043179.776849 2.824227-.0042.786494-.786494.782929-2.045498.0042-2.824227l-2.832627-2.832627 2.832627-2.832627c.777497-.777497.776849-2.043179-.0042-2.824227-.786494-.786494-2.045498-.782929-2.824227-.0042z' fill='%233C4652' fill-rule='evenodd' transform='translate(-375 -941)'/%3E%3C/svg%3E");
}
@media (max-width: 500px) {
  .checkout__image {
    margin-bottom: calc(1.3125rem + 0.75vw);
    height: 200px;
  }
}
@media (max-width: 500px) and (min-width: 1200px) {
  .checkout__image {
    margin-bottom: 1.875rem;
  }
}
@media (min-width: 501px) {
  .checkout--standard .checkout__col:first-child {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .checkout__image {
    height: 280px;
  }
  .checkout--standard .checkout__image {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 39.2670157068%;
    -moz-box-flex: 1;
    -moz-flex: 1 0 39.2670157068%;
    -ms-flex: 1 0 39.2670157068%;
    flex: 1 0 39.2670157068%;
    width: 39.2670157068%;
    max-width: 39.2670157068%;
    margin-right: 3.4904013962%;
    text-align: center;
  }
  .checkout--extended .checkout__image {
    margin-bottom: calc(1.3125rem + 0.75vw);
  }
}
@media (min-width: 501px) and (min-width: 1200px) {
  .checkout--extended .checkout__image {
    margin-bottom: 1.875rem;
  }
}
@media (min-width: 501px) {
  .checkout--standard .checkout__article {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 57.242582897%;
    -moz-box-flex: 1;
    -moz-flex: 1 0 57.242582897%;
    -ms-flex: 1 0 57.242582897%;
    flex: 1 0 57.242582897%;
    width: 57.242582897%;
    max-width: 57.242582897%;
  }
}
@media (max-width: 860px) {
  .checkout__column:not(:last-child) {
    margin-bottom: calc(1.3125rem + 0.75vw);
  }
}
@media (max-width: 860px) and (min-width: 1200px) {
  .checkout__column:not(:last-child) {
    margin-bottom: 1.875rem;
  }
}
@media (min-width: 861px) {
  .checkout {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
  }
  .checkout__steps {
    min-height: 364px;
  }
  .checkout__column {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -moz-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .checkout__column:not(:last-child) {
    margin-right: 2.380952381%;
  }
}

.submit__steps {
  padding-top: 1.25rem;
}
.submit__steps--terms {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
}
.submit__steps--terms input {
  margin: 0.3125rem 0.3125rem 0 0;
}
.submit__link {
  display: inline-block;
  color: #DC5F13;
}
.submit__link:hover {
  color: #3C4652;
}
@media (max-width: 860px) {
  .submit__steps--send {
    text-align: center;
  }
  .submit__steps .button {
    display: block;
    width: 100%;
  }
}

.content-overlay {
  -webkit-transition: opacity cubic-bezier(0.77, 0, 0.175, 1) 0.5s 0s;
  -moz-transition: opacity cubic-bezier(0.77, 0, 0.175, 1) 0.5s 0s;
  -ms-transition: opacity cubic-bezier(0.77, 0, 0.175, 1) 0.5s 0s;
  -o-transition: opacity cubic-bezier(0.77, 0, 0.175, 1) 0.5s 0s;
  transition: opacity cubic-bezier(0.77, 0, 0.175, 1) 0.5s 0s;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: fixed;
  background: rgba(60, 70, 82, 0.7);
  display: none;
  text-align: center;
}
.content-overlay .article__inputs {
  padding: 0;
  margin: 0;
}
.content-overlay .article__additional {
  text-align: center;
}
@supports (backdrop-filter: blur(5px)) {
  .content-overlay {
    backdrop-filter: blur(5px);
  }
}
.content-overlay--active {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  animation: fade-in 500ms forwards;
  z-index: 1000;
}
.content-overlay[modalClosing] {
  animation: fade-out 500ms forwards;
}
.content-overlay__wrap {
  background: #FFFFFF;
  border-radius: 3px;
  max-height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
  overscroll-behavior: contain;
}
.content-overlay__header h2 {
  margin: 0;
  border: none;
}
.content-overlay__header, .content-overlay__visual {
  padding: 0 0 0.9375rem;
  margin: 0 0 0.9375rem;
}
.content-overlay p {
  font-size: 0.875rem;
}
.content-overlay p:not(:last-child):not(:only-child) {
  margin-bottom: 0.9375rem;
  margin-top: 0;
}
.content-overlay__description, .content-overlay__description > * {
  font-size: 0.875rem;
}
.content-overlay__description {
  border-top: 1px solid #EDEDEF;
}
.content-overlay__title, .content-overlay__subtitle {
  color: #3C4652;
}
.content-overlay__row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0.9375rem;
}
.content-overlay__bar + .content-overlay__bar {
  margin-top: calc(1.34375rem + 1.125vw);
  padding-top: calc(1.34375rem + 1.125vw);
}
@media (min-width: 1200px) {
  .content-overlay__bar + .content-overlay__bar {
    margin-top: 2.1875rem;
  }
}
@media (min-width: 1200px) {
  .content-overlay__bar + .content-overlay__bar {
    padding-top: 2.1875rem;
  }
}
.content-overlay__bar h3, .content-overlay__col h3 {
  margin: 0;
}
.content-overlay__bar p, .content-overlay__col p {
  margin-top: 0;
}
.content-overlay__icon {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 80px;
  -moz-box-flex: 0;
  -moz-flex: 0 1 80px;
  -ms-flex: 0 1 80px;
  flex: 0 1 80px;
  width: 80px;
  margin-left: 0.625rem;
}
.content-overlay__icon svg,
.content-overlay__icon path {
  fill: #3C4652;
}
.content-overlay__close {
  -webkit-transition: background-color cubic-bezier(0.77, 0, 0.175, 1) 0.25s 0s;
  -moz-transition: background-color cubic-bezier(0.77, 0, 0.175, 1) 0.25s 0s;
  -ms-transition: background-color cubic-bezier(0.77, 0, 0.175, 1) 0.25s 0s;
  -o-transition: background-color cubic-bezier(0.77, 0, 0.175, 1) 0.25s 0s;
  transition: background-color cubic-bezier(0.77, 0, 0.175, 1) 0.25s 0s;
  background-size: 40%;
  background-repeat: no-repeat;
  background-position: center center;
  width: 30px;
  height: 30px;
  border: none;
  border-radius: 100%;
  cursor: pointer;
}
@media (max-width: 600px) {
  .content-overlay {
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    align-items: flex-start;
    padding: 0.625rem;
  }
  .content-overlay__wrap {
    padding: 1.25rem;
    max-height: 100%;
    width: 100%;
    overflow-y: auto;
    overflow-x: hidden;
    overscroll-behavior: contain;
  }
  .content-overlay__row {
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .content-overlay__col:first-child {
    margin-bottom: 0.9375rem;
  }
  .content-overlay__col--visuals {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -moz-order: -1;
    -ms-flex-order: -1;
    order: -1;
    margin-bottom: calc(1.3125rem + 0.75vw);
  }
}
@media (max-width: 600px) and (min-width: 1200px) {
  .content-overlay__col--visuals {
    margin-bottom: 1.875rem;
  }
}
@media (max-width: 600px) {
  .content-overlay__close {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20'%3E%3Cpath fill='%23FFFFFF' fill-rule='evenodd' d='M13.806814,10 L19.4886305,15.6818195 C19.8295394,16.0227297 20,16.4393926 20,16.9318191 C20,17.4242456 19.8295394,17.8598467 19.4886305,18.2386369 L18.2386308,19.4886365 C17.8598431,19.8295472 17.4242432,20 16.931807,20 C16.4393829,20 16.0227285,19.8295472 15.6818195,19.4886365 L10,13.8068201 L4.31818051,19.4886365 C3.97727031,19.8295472 3.56060741,20 3.06818089,20 C2.57575437,20 2.14015329,19.8295472 1.7613631,19.4886365 L0.511363481,18.2386369 C0.170452797,17.8598467 0,17.4242456 0,16.9318191 C0,16.4393926 0.170452797,16.0227297 0.511363481,15.6818195 L6.19317994,10 L0.511363481,4.31818051 C0.170452797,3.97727152 0,3.5606171 0,3.06819301 C0,2.5757568 0.170452797,2.14015693 0.511363481,1.76136916 L1.7613631,0.511369542 C2.14015329,0.170460554 2.57575437,0 3.06818089,0 C3.56060741,0 3.97727031,0.170460554 4.31818051,0.511369542 L10,6.193186 L15.6818195,0.511369542 C16.0227285,0.170460554 16.4393829,0 16.931807,0 C17.4242432,0 17.8598431,0.170460554 18.2386308,0.511369542 L19.4886305,1.76136916 C19.8295394,2.14015693 20,2.5757568 20,3.06819301 C20,3.5606171 19.8295394,3.97727152 19.4886305,4.31818051 L13.806814,10 Z'/%3E%3C/svg%3E");
    display: block;
    margin-left: auto;
    margin-bottom: 10px;
    background-color: #3C4652;
  }
  .content-overlay__close:hover {
    background-color: #313943;
  }
}
@media (max-width: 600px) {
  .content-overlay__icon {
    display: none;
  }
}
@media (min-width: 601px) {
  .content-overlay {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    padding: 1.25rem;
  }
  .content-overlay__wrap {
    padding: 0.9375rem calc(1.3125rem + 0.75vw) calc(1.375rem + 1.5vw);
    max-width: 900px;
  }
}
@media (min-width: 601px) and (min-width: 1200px) {
  .content-overlay__wrap {
    padding: 0.9375rem 1.875rem 2.5rem;
  }
}
@media (min-width: 601px) {
  .content-overlay__col {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 50%;
    -moz-box-flex: 1;
    -moz-flex: 1 1 50%;
    -ms-flex: 1 1 50%;
    flex: 1 1 50%;
    width: 50%;
    max-width: 50%;
  }
  .content-overlay__col:first-child {
    margin-right: calc(1.3125rem + 0.75vw);
  }
}
@media (min-width: 601px) and (min-width: 1200px) {
  .content-overlay__col:first-child {
    margin-right: 1.875rem;
  }
}
@media (min-width: 601px) {
  .content-overlay__close {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20'%3E%3Cpath fill='%233C4652' fill-rule='evenodd' d='M13.806814,10 L19.4886305,15.6818195 C19.8295394,16.0227297 20,16.4393926 20,16.9318191 C20,17.4242456 19.8295394,17.8598467 19.4886305,18.2386369 L18.2386308,19.4886365 C17.8598431,19.8295472 17.4242432,20 16.931807,20 C16.4393829,20 16.0227285,19.8295472 15.6818195,19.4886365 L10,13.8068201 L4.31818051,19.4886365 C3.97727031,19.8295472 3.56060741,20 3.06818089,20 C2.57575437,20 2.14015329,19.8295472 1.7613631,19.4886365 L0.511363481,18.2386369 C0.170452797,17.8598467 0,17.4242456 0,16.9318191 C0,16.4393926 0.170452797,16.0227297 0.511363481,15.6818195 L6.19317994,10 L0.511363481,4.31818051 C0.170452797,3.97727152 0,3.5606171 0,3.06819301 C0,2.5757568 0.170452797,2.14015693 0.511363481,1.76136916 L1.7613631,0.511369542 C2.14015329,0.170460554 2.57575437,0 3.06818089,0 C3.56060741,0 3.97727031,0.170460554 4.31818051,0.511369542 L10,6.193186 L15.6818195,0.511369542 C16.0227285,0.170460554 16.4393829,0 16.931807,0 C17.4242432,0 17.8598431,0.170460554 18.2386308,0.511369542 L19.4886305,1.76136916 C19.8295394,2.14015693 20,2.5757568 20,3.06819301 C20,3.5606171 19.8295394,3.97727152 19.4886305,4.31818051 L13.806814,10 Z'/%3E%3C/svg%3E");
    background-color: #FFFFFF;
    position: fixed;
    top: 15px;
    right: 15px;
  }
  .content-overlay__close:hover {
    background-color: #EDEDEF;
  }
}
@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade-out {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@media (min-width: 501px) {
  .articles {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.article {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 4px 15px 0px rgba(60, 70, 82, 0.2);
  box-shadow: 0px 4px 15px 0px rgba(60, 70, 82, 0.2);
}
.article__main {
  padding: 1.25rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
}
.article__image {
  text-align: center;
  padding-bottom: 64.9717514%;
  height: 0;
}
.article__image img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
  height: auto !important;
  width: auto !important;
}
.article__inputs {
  padding-top: 1.25rem;
  margin-top: auto;
}
.article__additional {
  text-align: left;
  padding: 0 0 20px;
}
.article__additional, .article__details {
  font-size: 1rem;
}
.article__details {
  padding: 20px 0 0;
}
.article h3,
.article .vendor {
  font-size: 1rem;
  font-weight: 600;
  margin: 0;
  padding: 0 0 10px;
  border: none;
}
@media (max-width: 500px) {
  .article {
    margin-bottom: calc(1.3125rem + 0.75vw);
  }
}
@media (max-width: 500px) and (min-width: 1200px) {
  .article {
    margin-bottom: 1.875rem;
  }
}
@media (min-width: 501px) and (max-width: 860px) {
  .article {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 48.1927710843%;
    -moz-box-flex: 1;
    -moz-flex: 1 0 48.1927710843%;
    -ms-flex: 1 0 48.1927710843%;
    flex: 1 0 48.1927710843%;
    width: 48.1927710843%;
    max-width: 48.1927710843%;
    margin-bottom: 3.6144578313%;
  }
  .article:not(:nth-child(2n)) {
    margin-right: 3.6144578313%;
  }
}
@media (min-width: 861px) {
  .article {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 31.746031746%;
    -moz-box-flex: 1;
    -moz-flex: 1 0 31.746031746%;
    -ms-flex: 1 0 31.746031746%;
    flex: 1 0 31.746031746%;
    width: 31.746031746%;
    max-width: 31.746031746%;
    margin-bottom: 2.380952381%;
  }
  .article:not(:nth-child(3n)) {
    margin-right: 2.380952381%;
  }
}

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


.wCaptchaButton {
  width: 304px;
}