html {
  box-sizing: border-box;
  font-size: 100%;
  width: calc(100vw);
  overflow-x: hidden !important;
}
body {
  font-weight: 400;
  font-size: 13px; /* add PX (or original value) as backup */
  font-size: 0.8125rem;
  font-family: 'Conv_HelveticaNeueLTStd-Roman', sans-serif;
  padding-top: 61px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media only screen and (min-width: 64.0625em) {
  body {
    padding-top: 0;
    width: calc(100vw);
    overflow-x: hidden !important;
  }
}
body.landing {
  padding-top: 0;
}
a {
  color: #000;
}
img {
  max-width: 100%;
}
@media only screen and (min-width: 64.0625em) {
  .page {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-flow: column;
    min-height: 100vh;
    width: calc(100vw + 16px);
    padding-right: 16px;
    position: relative;
    overflow-x: hidden !important;
  }
}
.nav-m {
  display: none;
}
*,
*:after,
*:before {
  box-sizing: inherit;
}
* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
p {
  margin: 20px 0;
  line-height: 1.3;
}
small {
  font-size: 92.5%;
}
h1,
h2 {
  font-weight: normal;
}
h1,
.h1 {
  line-height: 1.17;
  font-size: 28px; /* add PX (or original value) as backup */
  font-size: 1.75rem;
  margin: 25px 0;
}
h2,
.h2,
.beta {
  line-height: 1.17;
  font-size: 20px; /* add PX (or original value) as backup */
  font-size: 1.25rem;
}
h3,
.h3 {
  line-height: 1.17;
  font-size: 18px; /* add PX (or original value) as backup */
  font-size: 1.125rem;
}
h4,
.h4 {
  font-size: 15px; /* add PX (or original value) as backup */
  font-size: 0.9375rem;
  font-weight: bold;
}
.delta {
  font-size: 16px; /* add PX (or original value) as backup */
  font-size: 1rem;
}
.gamma {
  font-size: 18px; /* add PX (or original value) as backup */
  font-size: 1.125rem;
}
h5,
.h5 {
  font-size: 16px; /* add PX (or original value) as backup */
  font-size: 1rem;
  margin: 8px 0;
}
[class*="disabled"] {
  cursor: not-allowed !important;
}
h1,
h2,
h3,
h4,
h5 {
  font-weight: 700;
}
strong {
  font-weight: 700;
}
@font-face {
  font-family: 'Conv_HelveticaNeueLTStd-Roman';
  src: url("/assets/fonts/HelveticaNeue/HelveticaNeueLTStd-Roman.eot");
  src: local('\263A'), url("/assets/fonts/HelveticaNeue/HelveticaNeueLTStd-Roman.woff") format('woff'), url("/assets/fonts/HelveticaNeue/HelveticaNeueLTStd-Roman.ttf") format('truetype'), url("/assets/fonts/HelveticaNeue/HelveticaNeueLTStd-Roman.svg") format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Conv_HelveticaNeueLTStd-Roman';
  src: url("/assets/fonts/HelveticaNeue/HelveticaNeueLTStd-Bd.eot");
  src: local('\263A'), url("/assets/fonts/HelveticaNeue/HelveticaNeueLTStd-Bd.woff") format('woff'), url("/assets/fonts/HelveticaNeue/HelveticaNeueLTStd-Bd.ttf") format('truetype'), url("/assets/fonts/HelveticaNeue/HelveticaNeueLTStd-Bd.svg") format('svg');
  font-weight: 700;
  font-style: normal;
}
@media only screen and (min-width: 64.0625em) {
  [data-header="header--reduced"] + main {
    padding-top: 126px;
  }
  [data-header="header--regular"] + main {
    padding-top: 245px;
  }
}
fieldset {
  padding: 0;
  border: 0;
  margin: 0 0 20px;
}
legend {
  font-size: 14px; /* add PX (or original value) as backup */
  font-size: 0.875rem;
  font-weight: bold;
}
input {
  font-family: inherit;
  cursor: pointer;
}
input[type="text"],
input[type="number"],
input[type="password"],
input[type="email"],
input[type="tel"] {
  height: 50px;
  border: 1px solid #e0e0e0;
  width: 100%;
  font-size: 13px; /* add PX (or original value) as backup */
  font-size: 0.8125rem;
  padding: 0 30px;
}
input[type="text"]:active,
input[type="number"]:active,
input[type="password"]:active,
input[type="email"]:active,
input[type="tel"]:active,
input[type="text"]:focus,
input[type="number"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus {
  outline: none;
  border-color: #d00000;
}
input[type="text"][disabled],
input[type="number"][disabled],
input[type="password"][disabled],
input[type="email"][disabled],
input[type="tel"][disabled] {
  border-color: #f1f1f1;
}
input[type="text"]::-ms-clear,
input[type="number"]::-ms-clear,
input[type="password"]::-ms-clear,
input[type="email"]::-ms-clear,
input[type="tel"]::-ms-clear {
  display: none;
  width: 0;
  height: 0;
}
input[type="checkbox"] {
  width: 18px;
  min-width: 14px;
  height: 16px;
  margin: 2px;
  border: 2px solid #e0e0e0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: none;
  vertical-align: middle;
}
input[type="checkbox"]:focus,
input[type="checkbox"]:active {
  border: 2px solid #e0e0e0;
}
input[type="checkbox"]:checked {
  background: #000;
}
input[disabled],
input[readonly] {
  cursor: not-allowed;
  color: #898989;
}
label {
  font-size: 10px; /* add PX (or original value) as backup */
  font-size: 0.625rem;
  color: #000;
}
label + input {
  margin-top: 3px;
}
textarea {
  resize: none;
  border-color: #e0e0e0;
  width: 100%;
  padding: 15px 25px;
  color: #6b6b6b;
}
textarea:focus,
textarea:active {
  border-color: #d00000;
  outline: none;
}
button[class^="o-btn"],
button[class*="o-btn"] {
  font-weight: 400;
  border-radius: 0;
}
a[class^="o-btn"],
a[class*="o-btn"] {
  text-decoration: none;
}
.o-btn,
.o-btn--inverse,
.o-btn--gold,
.o-btn--fb,
.o-btn--aqua,
.o-btn--white {
  cursor: pointer;
  border: 1px solid transparent;
  display: -webkit-inline-box;
  display: inline-flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  padding: 0 19px 1px;
  text-align: center;
  background: #000;
  color: #fff;
  height: 50px;
  font-size: 13px; /* add PX (or original value) as backup */
  font-size: 0.8125rem;
}
.o-btn:hover,
.o-btn--inverse:hover,
.o-btn--gold:hover,
.o-btn--fb:hover,
.o-btn--aqua:hover,
.o-btn--white:hover {
  text-decoration: none;
}
.o-btn--large,
.o-btn--inverse--large,
.o-btn--gold--large,
.o-btn--fb--large,
.o-btn--aqua--large,
.o-btn--white--large {
  height: 60px;
  font-size: 18px; /* add PX (or original value) as backup */
  font-size: 1.125rem;
  padding-left: 30px;
  padding-right: 30px;
}
.o-btn--super,
.o-btn--inverse--super,
.o-btn--gold--super,
.o-btn--fb--super,
.o-btn--aqua--super,
.o-btn--white--super {
  height: 70px;
  font-size: 18px; /* add PX (or original value) as backup */
  font-size: 1.125rem;
}
.o-btn--full,
.o-btn--inverse--full,
.o-btn--gold--full,
.o-btn--fb--full,
.o-btn--aqua--full,
.o-btn--white--full {
  width: 100%;
}
.o-btn--inverse {
  background: transparent;
  position: relative;
  color: #000;
  padding-bottom: 0;
}
.o-btn--inverse svg {
  height: 60px;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.o-btn--inverse .i-ico {
  height: 23px;
  width: 23px;
  position: static;
}
.o-btn--inverse rect {
  fill: none;
  stroke: #000;
  stroke-width: 2;
  stroke-dasharray: 422, 0;
  -webkit-transition: all 0.35s linear;
  transition: all 0.35s linear;
}
.o-btn--inverse:hover rect {
  stroke-width: 2;
  stroke-dasharray: 15, 310;
  stroke-dashoffset: 48;
  -webkit-transition: all 1.35s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 1.35s cubic-bezier(0.19, 1, 0.22, 1);
}
.o-btn--gold {
  background: #000;
  border-color: #000;
  -webkit-transition: 0.3s background;
  transition: 0.3s background;
}
.o-btn--gold.o-btn--inverse {
  background: transparent;
  color: #000;
}
.o-btn--fb {
  background: #3b5998;
  border-color: #3b5998;
  -webkit-transition: 0.3s background;
  transition: 0.3s background;
}
.o-btn--fb.o-btn--inverse {
  background: transparent;
  color: #3b5998;
}
.o-btn--aqua {
  background: #d00000;
  border-color: #d00000;
  -webkit-transition: 0.3s background;
  transition: 0.3s background;
}
.o-btn--aqua:hover {
  background: #00a0c2;
}
.o-btn--aqua.o-btn--inverse {
  background: transparent;
  color: #d00000;
}
.o-btn--white {
  background: #fff;
  border-color: #fff;
  -webkit-transition: 0.3s background;
  transition: 0.3s background;
  color: #000;
}
.o-btn--white.o-btn--inverse {
  background: transparent;
  color: #fff;
}
.o-label,
.o-label--inverse,
.o-label--green,
.o-label--red {
  display: -webkit-inline-box;
  display: inline-flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  height: 25px;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 10px; /* add PX (or original value) as backup */
  font-size: 0.625rem;
  text-transform: uppercase;
  color: #fff;
  background: #000;
  border: 1px solid #000;
}
.o-label--sales,
.o-label--inverse--sales,
.o-label--green--sales,
.o-label--red--sales {
  height: 33px;
  min-width: 175px;
  position: relative;
  font-size: 14px; /* add PX (or original value) as backup */
  font-size: 0.875rem;
  text-transform: none;
}
.o-label--sales strong,
.o-label--inverse--sales strong,
.o-label--green--sales strong,
.o-label--red--sales strong {
  margin-left: 13px;
}
.o-label--inverse {
  background: transparent;
  color: #000;
  border-color: #000;
}
.o-label--green {
  background: #0c6;
  border-color: #0c6;
}
.o-label--green.o-label--inverse {
  background: transparent;
  color: #0c6;
}
.o-label--red {
  background: #d00000;
  border-color: #d00000;
}
.o-label--red.o-label--inverse {
  background: transparent;
  color: #d00000;
}
.o-logo {
  position: absolute;
  left: 50%;
  top: 50%;
  max-width: 40px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media only screen and (min-width: 64.0625em) {
  .o-logo {
    max-width: none;
  }
}
.o-logo h1 {
  margin: 0;
}
.o-logo__image {
  width: 100px;
  height: auto;
}
.c-media {
  -webkit-box-align: center;
          align-items: center;
  display: -webkit-box;
  display: flex;
}
.c-media__img {
  -webkit-box-ordinal-group: 0;
          order: -1;
}
.c-media--ext .c-media__img {
  -webkit-box-ordinal-group: 2;
          order: 1;
}
.c-media--y1 {
  -webkit-box-align: start;
          align-items: flex-start;
}
.c-pagination {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  list-style: none;
  margin: 0;
  padding: 0;
}
.c-pagination a {
  text-decoration: none;
}
.c-page a {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  min-width: 31px;
  height: 31px;
  padding-left: 5px;
  padding-right: 5px;
  font-size: 12px; /* add PX (or original value) as backup */
  font-size: 0.75rem;
  border: 2px solid transparent;
  text-align: center;
  color: #6a6a6a;
}
.c-page:not(.x-cud) {
  cursor: pointer;
}
.c-page.is-active a {
  border-color: #000;
  color: #000;
}
@media only screen and (max-width: 64em) {
  .c-mm-item {
    color: #fff;
    font-size: 16px; /* add PX (or original value) as backup */
    font-size: 1rem;
    padding-left: 15px;
  }
  .c-mm-item > .c-mm-item {
    padding-left: 0;
  }
  .c-mm-item__inner {
    padding: 15px 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    min-height: 100%;
    background: #2b2b2b;
    -webkit-transition: opacity 0.4s ease, -webkit-transform 0.45s ease-in-out;
    transition: opacity 0.4s ease, -webkit-transform 0.45s ease-in-out;
    transition: transform 0.45s ease-in-out, opacity 0.4s ease;
    transition: transform 0.45s ease-in-out, opacity 0.4s ease, -webkit-transform 0.45s ease-in-out;
    -webkit-transform: translateX(-110%);
            transform: translateX(-110%);
    opacity: 0;
  }
  .c-mm-item.is-active .c-mm-item__inner {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
  .c-mm-item__inner--sub {
    top: -15px;
  }
  .c-mm-item__inner--full {
    position: fixed;
    padding: 110px 15px;
    width: calc(100vw - 15px);
  }
  .c-mm-item__inner--full .c-mm-item__inner {
    position: static;
    padding-right: 15px;
  }
  .c-mm-item__inner--margin-negative {
    margin: 0 -15px;
    width: calc(100vw - 45px);
  }
  .c-mm-item__title {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
            align-items: center;
    padding: 15px 0;
    color: #fff;
    text-decoration: none;
  }
  .c-mm-item__title--sub {
    -webkit-box-pack: start;
            justify-content: flex-start;
    border-bottom: 1px solid #e0e0e0;
  }
}
@media only screen and (max-width: 64em) {
  .c-mm-list {
    margin: 0;
    padding: 0;
    list-style: none;
    position: relative;
  }
  .c-mm-list--sub {
    padding-top: 15px;
  }
}
@media only screen and (max-width: 64em) {
  .l-mm {
    background: #fff;
    position: fixed;
    top: 0;
    left: 0;
    width: calc(100vw - 15px);
    height: 100%;
    z-index: 901;
    padding-top: 80px;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    -webkit-transition: -webkit-transform 0.45s ease-in-out;
    transition: -webkit-transform 0.45s ease-in-out;
    transition: transform 0.45s ease-in-out;
    transition: transform 0.45s ease-in-out, -webkit-transform 0.45s ease-in-out;
  }
  .l-mm.js-scroll-locked-active {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  .l-mm__content {
    padding: 0 15px 10px;
    background: #2b2b2b;
    height: 100vh;
    overflow: scroll;
    padding-bottom: 80px;
  }
  .l-mm__footer {
    height: 50px;
    padding: 0 30px;
    background: #000;
    color: #fff;
    width: 100%;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
            align-items: center;
    position: absolute;
    bottom: 0;
    left: 0;
    font-size: 11px; /* add PX (or original value) as backup */
    font-size: 0.6875rem;
  }
  .l-mm__ico {
    fill: #fff;
  }
  .l-mm__ico--margined-left {
    margin-left: 15px;
  }
  .l-mm__ico--margined-right {
    margin-right: 9px;
  }
  .l-mm__ico--green {
    fill: #0c6;
  }
  .l-mm__inner {
    padding: 15px 15px 60px;
    overflow: hidden;
  }
  .l-mm__inner + .l-mm__inner {
    border-top: 1px solid #e0e0e0;
  }
}
@media only screen and (min-width: 64.0625em) {
  #mobileMenu.l-mm {
    display: none !important;
  }
}
.c-about-us h1 {
  color: #000;
  font-weight: 400;
  font-size: 20px;
  font-weight: 700;
  margin: 1em 0 -6.5em 0;
  text-align: center;
}
@media only screen and (min-width: 30.0625em) and (max-width: 64em) {
  .c-about-us h1 {
    font-size: 30px;
    margin: 3em 0 -4em 1em;
    text-align: left;
  }
}
@media only screen and (min-width: 64.0625em) {
  .c-about-us h1 {
    font-size: 30px;
    margin: 3em 0 -3em 1em;
    text-align: left;
  }
}
.c-about-us-content {
  display: -webkit-box;
  display: flex;
  position: relative;
  margin: 12em 0 0 0;
  padding: 2em;
  z-index: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-pack: start;
          justify-content: flex-start;
}
@media only screen and (min-width: 30.0625em) and (max-width: 64em) {
  .c-about-us-content {
    margin: 14em 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
  }
}
@media only screen and (min-width: 64.0625em) {
  .c-about-us-content {
    margin: 14em 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
  }
}
.c-about-us-content.right {
  -webkit-box-pack: end;
          justify-content: flex-end;
  margin-top: 0;
}
.c-about-us-content.right:before {
  top: auto;
  bottom: 0;
  height: 35%;
}
@media only screen and (min-width: 30.0625em) and (max-width: 64em) {
  .c-about-us-content.right:before {
    height: 100%;
  }
}
@media only screen and (min-width: 64.0625em) {
  .c-about-us-content.right:before {
    height: 100%;
  }
}
.c-about-us-content.center {
  -webkit-box-pack: center;
          justify-content: center;
  text-align: center;
  margin: 0 0 -10em 0;
}
@media only screen and (min-width: 30.0625em) and (max-width: 64em) {
  .c-about-us-content.center {
    margin: -5em 0 -7em 0;
  }
}
@media only screen and (min-width: 64.0625em) {
  .c-about-us-content.center {
    margin: -7em 0 -7em 0;
  }
}
.c-about-us-content.center:before {
  display: none;
}
.c-about-us-content:before {
  content: '';
  position: absolute;
  top: 0;
  display: block;
  background: #ebebeb;
  width: calc(100% + 40px);
  height: 40%;
  left: -20px;
  z-index: 0;
}
@media only screen and (min-width: 30.0625em) and (max-width: 64em) {
  .c-about-us-content:before {
    left: -50%;
    width: 200%;
    height: 100%;
  }
}
@media only screen and (min-width: 64.0625em) {
  .c-about-us-content:before {
    left: -50%;
    width: 200%;
    height: 100%;
  }
}
.c-about-us-content-text {
  max-width: 300px;
}
@media only screen and (min-width: 64.0625em) {
  .c-about-us-content-text {
    max-width: 450px;
  }
}
.c-about-us-content-text.centered {
  max-width: 500px;
}
@media only screen and (min-width: 64.0625em) {
  .c-about-us-content-text.centered {
    max-width: 80%;
  }
}
.c-about-us-content-text.centered p {
  text-align: justify;
}
@media only screen and (min-width: 30.0625em) and (max-width: 64em) {
  .c-about-us-content-text.centered p {
    text-align: center;
  }
}
@media only screen and (min-width: 64.0625em) {
  .c-about-us-content-text.centered p {
    text-align: center;
  }
}
.c-about-us-content-text.right-align {
  right: 0;
  position: relative;
  margin: 4em 0 0 0;
}
@media only screen and (min-width: 30.0625em) and (max-width: 64em) {
  .c-about-us-content-text.right-align {
    margin: 0;
  }
}
@media only screen and (min-width: 64.0625em) {
  .c-about-us-content-text.right-align {
    right: 10%;
    margin: 2em 0 0 0;
  }
}
.c-about-us-content-text h2 {
  position: relative;
  z-index: 2;
  font-weight: 400;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 4px;
  text-transform: uppercase;
}
@media only screen and (min-width: 30.0625em) and (max-width: 64em) {
  .c-about-us-content-text h2 {
    font-size: 30px;
  }
}
@media only screen and (min-width: 64.0625em) {
  .c-about-us-content-text h2 {
    font-size: 30px;
  }
}
.c-about-us-content-text p {
  position: relative;
  z-index: 2;
  color: #4a4a4a;
  font-weight: 400;
  font-size: 14px;
  text-align: justify;
}
@media only screen and (min-width: 30.0625em) and (max-width: 64em) {
  .c-about-us-content-text p {
    text-align: left;
  }
}
@media only screen and (min-width: 64.0625em) {
  .c-about-us-content-text p {
    text-align: left;
  }
}
.c-about-us-content-image {
  width: 280px;
  height: 440px;
  background: #c0c0c0;
  position: relative;
  top: 5em;
  right: 20px;
  z-index: 2;
}
@media only screen and (min-width: 30.0625em) and (max-width: 64em) {
  .c-about-us-content-image {
    width: 330px;
    height: 480px;
    position: absolute;
    top: -30%;
    right: 0;
  }
}
@media only screen and (min-width: 64.0625em) {
  .c-about-us-content-image {
    width: 330px;
    height: 480px;
    position: absolute;
    right: 10%;
    top: -30%;
  }
}
.c-about-us-content-image.left-float {
  right: 20px;
  left: auto;
  top: 5em;
  margin-bottom: 6em;
}
@media only screen and (min-width: 30.0625em) and (max-width: 64em) {
  .c-about-us-content-image.left-float {
    top: -25%;
    left: 5%;
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 64.0625em) {
  .c-about-us-content-image.left-float {
    top: -25%;
    left: 5%;
  }
}
.c-about-us-content-image.left-float:before {
  left: -8%;
}
.c-about-us-content-image img {
  top: 0;
  display: block;
  position: absolute;
  background: #fff;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.c-about-us-content-image:before {
  content: '';
  display: block;
  position: relative;
  width: 105%;
  height: 50%;
  bottom: -55%;
  left: 5%;
  background-color: #000;
  opacity: 0.19;
  z-index: 1;
}
@media only screen and (min-width: 64.0625em) {
  .c-about-us-content-image:before {
    height: 100%;
    top: 2em;
  }
}
.c-about-us-highlights {
  display: -webkit-box;
  display: flex;
  position: relative;
  margin: 10em 0;
  padding: 2em;
  z-index: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-pack: justify;
          justify-content: space-between;
  border-top: 1px solid #e8e8e8;
  border-bottom: 1px solid #e8e8e8;
}
@media only screen and (min-width: 30.0625em) and (max-width: 64em) {
  .c-about-us-highlights {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
    padding: 4em 0 4em 2em;
  }
}
@media only screen and (min-width: 64.0625em) {
  .c-about-us-highlights {
    padding: 4em 2em 6em 2em;
  }
}
.c-about-us-highlights h2 {
  color: #000;
  font-weight: 400;
  font-size: 30px;
  font-weight: 700;
}
.c-about-us-highlights.end {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-pack: center;
          justify-content: center;
  text-align: center;
  margin: -10em 0 0 0;
  border-top: 0;
  padding: 2em 0 4em 0;
}
.c-about-us-highlights-text {
  max-width: 100%;
}
@media only screen and (min-width: 30.0625em) and (max-width: 64em) {
  .c-about-us-highlights-text {
    max-width: 300px;
  }
}
@media only screen and (min-width: 64.0625em) {
  .c-about-us-highlights-text {
    max-width: 600px;
  }
}
.c-about-us-highlights-text.center-end {
  display: inline-block;
  margin: 0 auto;
  max-width: 600px;
}
.c-about-us-highlights-text h3 {
  color: #000;
  font-weight: 400;
  font-size: 40px;
  font-weight: 700;
  margin: 0;
}
.c-about-us-highlights-text span {
  display: block;
  margin-bottom: 4em;
  font-size: 15px;
}
.c-about-us-highlights-image {
  width: 330px;
  height: 480px;
  background: #c0c0c0;
  position: relative;
  top: 0;
  right: 0;
  z-index: 2;
  display: none;
}
@media only screen and (min-width: 30.0625em) and (max-width: 64em) {
  .c-about-us-highlights-image {
    display: block;
  }
}
@media only screen and (min-width: 64.0625em) {
  .c-about-us-highlights-image {
    display: block;
    right: 10%;
    position: absolute;
    top: 10%;
  }
}
.c-about-us-highlights-image img {
  top: 0;
  display: block;
  position: absolute;
  background: #fff;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.c-about-us-highlights-image:before {
  content: '';
  position: absolute;
  top: auto;
  bottom: -5%;
  display: block;
  background: #ebebeb;
  width: 100%;
  height: 50%;
  left: 10%;
  z-index: 0;
}
.c-about-us-highlights-heureka {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  max-width: 600px;
  margin: 2em auto -2em auto;
}
.c-about-us-highlights-heureka h2 {
  color: #2dbc60;
  font-weight: 400;
  font-size: 50px;
  font-weight: 700;
  margin: 0 auto;
  margin-left: 20px;
  margin-right: 20px;
  width: 200px;
}
.c-about-us-highlights-heureka p {
  max-width: 350px;
  text-align: left;
}
.c-about-us-highlights-heureka svg {
  width: 80px;
  height: 80px;
}
.page {
  overflow-x: hidden;
}
.c-alerts {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  z-index: 9;
}
.c-alerts > .x-close-btn {
  display: none;
}
.c-alert {
  text-align: center;
  font-size: 12px; /* add PX (or original value) as backup */
  font-size: 0.75rem;
  background: #000;
  color: #fff;
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 2s ease;
  transition: max-height 2s ease;
  width: 100%;
}
.c-alert.is-active {
  max-height: 200px;
}
.c-alert__close {
  bottom: 0;
  cursor: pointer;
  fill: #fff;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
}
.c-alert__inner {
  padding: 8px 0;
}
.c-alert__inner > p {
  margin: 0;
}
.c-alert--red {
  background: #d00000;
}
.c-alert--green {
  background: #0c6;
}
.c-alert--aqua {
  background: #d00000;
}
.c-alert--gold {
  background: #000;
}
.c-badge {
  -webkit-box-align: center;
          align-items: center;
  display: -webkit-box;
  display: flex;
  position: relative;
  margin-bottom: 25px;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
          align-items: stretch;
  min-height: 300px;
}
.c-badge:hover .c-badge__hover-div {
  opacity: 0.2;
}
.c-badge:hover .c-btn {
  -webkit-transform: scale(1.1) perspective(1px);
          transform: scale(1.1) perspective(1px);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.c-badge:hover .c-badge__btn-banner {
  display: -webkit-inline-box !important;
  display: inline-flex !important;
}
.c-badge__banner .c-badge__btn {
  height: 42px !important;
  font-size: 13px; /* add PX (or original value) as backup */
  font-size: 0.8125rem;
  background: transparent;
  color: #fff;
  border: 2px solid #fff;
  top: 50% !important;
  bottom: unset !important;
  right: unset !important;
  left: 50% !important;
  -webkit-transform: translate(-50%, -50%) !important;
          transform: translate(-50%, -50%) !important;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.c-badge__banner:hover .c-badge__hover-div {
  opacity: 0.5;
}
.c-badge__btn-banner {
  display: none;
}
.c-badge__btn-banner:hover {
  background: #fff;
  color: #000;
}
.c-badge__hover-div {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  z-index: 2;
  opacity: 0;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}
.c-badge__subtitle {
  font-size: 24px; /* add PX (or original value) as backup */
  font-size: 1.5rem;
  text-shadow: 0px 0px 2px rgba(0,0,0,0.3);
}
.c-badge__heading {
  position: relative;
  text-transform: uppercase;
  text-align: center;
}
.c-badge__title {
  font-size: 24px; /* add PX (or original value) as backup */
  font-size: 1.5rem;
  margin: 0 0 5px;
  text-shadow: 0px 0px 2px rgba(0,0,0,0.3);
}
.c-badge__inner {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  z-index: 10;
  color: inherit;
  text-decoration: none;
  color: #fff;
}
.c-badge__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.c-badge .c-btn {
  text-transform: uppercase;
  position: absolute;
  bottom: 30px;
  left: 0;
  right: 0;
  margin: auto;
  position: absolute;
  width: 200px;
  font-size: 18px; /* add PX (or original value) as backup */
  font-size: 1.125rem;
}
.c-badge__btn-banner {
  display: none !important;
}
.c-banner-stripe {
  background: linear-gradient(267deg, #ff7b00, #d00000);
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
          align-items: center;
  color: #fff;
  font-size: 14px;
  padding: 18px 20px 18px 25px;
  cursor: pointer;
  text-decoration: none;
}
.c-banner-stripe__link {
  display: none;
}
.c-banner-stripe__bold {
  font-weight: 600;
}
.c-banner-stripe__inner {
  margin: 0 47px 0 30px;
}
@media only screen and (min-width: 64.0625em) {
  .c-banner-stripe {
    padding: 25px 50px;
  }
  .c-banner-stripe__arrow svg {
    -webkit-transition: 0.3s -webkit-transform;
    transition: 0.3s -webkit-transform;
    transition: 0.3s transform;
    transition: 0.3s transform, 0.3s -webkit-transform;
  }
  .c-banner-stripe:hover .c-banner-stripe__arrow svg {
    -webkit-transform: translateX(4px);
            transform: translateX(4px);
  }
  .c-banner-stripe__link {
    display: inline-block;
    font-weight: bold;
    text-decoration: underline;
  }
  .c-banner-stripe__bold {
    font-weight: normal;
  }
}
.c-belt {
  margin: 30px 0 0;
  position: relative;
}
.c-belt__loader {
  width: 110% !important;
  left: -5% !important;
}
.c-belt__inner {
  margin-left: -20px;
  margin-right: -20px;
  overflow: hidden;
  opacity: 0;
}
.c-belt__inner.is-opacity {
  opacity: 1;
}
.c-belt .slick-track {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: stretch;
          align-items: stretch;
}
.c-belt .slick-slide {
  height: auto;
  margin: 0 20px;
}
.c-belt .slick-slide > div {
  height: 100%;
}
@media only screen and (min-width: 64.0625em) {
  .c-belt__inner {
    max-height: 347px;
  }
}
.c-prices {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: baseline;
          align-items: baseline;
}
.c-prices__item {
  font-size: 14px; /* add PX (or original value) as backup */
  font-size: 0.875rem;
}
.c-prices__item--highlight {
  color: #d00000;
}
.c-prices__item--percent {
  margin: 0 10px;
}
@media only screen and (max-width: 64em) {
  .c-brands__inner {
    margin: 25px 0 33px;
  }
  .c-brands__inner:before,
  .c-brands__inner:after {
    content: '';
    display: table;
    clear: both;
  }
  .c-brands__inner a:nth-of-type(n+5) .c-brand {
    display: none;
  }
  .c-brand {
    max-height: 40px;
    float: left;
    clear: none;
    text-align: inherit;
    width: 25%;
    margin-left: 0%;
    margin-right: 0%;
    text-align: center;
  }
  .c-brand::after {
    content: '';
    display: table;
    clear: both;
  }
  .c-brand img {
    height: 40px;
  }
}
@media only screen and (min-width: 64.0625em) and (max-width: 75em) {
  .c-brands__desktop-btn {
    margin-left: 30px;
  }
  .c-brand img {
    width: 56px;
  }
}
@media only screen and (min-width: 64.0625em) {
  .c-brands {
    height: 90px;
    border-bottom: 1px solid #e0e0e0;
  }
  .c-brands__heading {
    display: none !important;
  }
  .c-brands__inner {
    padding-top: 20px;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
            align-items: center;
  }
  .c-brands__desktop-btn {
    margin-left: 70px;
    text-decoration: none;
    white-space: nowrap;
  }
  .c-brand {
    margin-right: 35px;
  }
  .c-brand img {
    width: 76px;
    max-height: 50px;
  }
  @supports (display: initial) {
    .c-brand img {
      max-width: none;
    }
  }
}
@media only screen and (min-width: 75.0625em) {
  .c-brands__inner a:nth-of-type(n+10) .c-brand {
    display: none;
  }
}
.c-breadcrumbs__inner {
  margin: 10px 0 30px;
  padding-left: 0;
}
.c-breadcrumbs li {
  display: inline;
}
.c-breadcrumb:hover a,
.c-breadcrumb.is-active a {
  color: #000;
}
.c-breadcrumb:not(:first-child) span:before {
  content: '/';
  padding: 0 5px 0 3px;
  color: rgba(0,0,0,0.5);
}
.c-breadcrumb a {
  text-decoration: none;
  color: rgba(0,0,0,0.5);
  -webkit-transition: color 0.4s ease;
  transition: color 0.4s ease;
  font-size: 10px; /* add PX (or original value) as backup */
  font-size: 0.625rem;
  letter-spacing: 0.02px;
  line-height: 1.5;
}
button[class^="c-btn"],
button[class*="c-btn"] {
  font-weight: 400;
  border-radius: 0;
}
button[class^="c-btn"]:active,
button[class*="c-btn"]:active,
button[class^="c-btn"]:focus,
button[class*="c-btn"]:focus {
  outline: none;
}
a[class^="c-btn"],
a[class*="c-btn"] {
  text-decoration: none;
}
.c-btn,
.c-btn--inverse,
.c-btn--gold,
.c-btn--fb,
.c-btn--aqua,
.c-btn--white,
.c-btn--green,
.c-btn--red,
.c-btn--disabled,
.c-btn--conversion {
  cursor: pointer;
  border: 1px solid transparent;
  display: -webkit-inline-box;
  display: inline-flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  padding: 0 19px 1px;
  text-align: center;
  background: #000;
  color: #fff;
  border-radius: 1px;
  height: 43px;
  font-size: 13px; /* add PX (or original value) as backup */
  font-size: 0.8125rem;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.c-btn:hover,
.c-btn--inverse:hover,
.c-btn--gold:hover,
.c-btn--fb:hover,
.c-btn--aqua:hover,
.c-btn--white:hover,
.c-btn--green:hover,
.c-btn--red:hover,
.c-btn--disabled:hover,
.c-btn--conversion:hover {
  text-decoration: none;
}
.c-btn--small,
.c-btn--inverse--small,
.c-btn--gold--small,
.c-btn--fb--small,
.c-btn--aqua--small,
.c-btn--white--small,
.c-btn--green--small,
.c-btn--red--small,
.c-btn--disabled--small,
.c-btn--conversion--small {
  height: 40px;
}
.c-btn--large,
.c-btn--inverse--large,
.c-btn--gold--large,
.c-btn--fb--large,
.c-btn--aqua--large,
.c-btn--white--large,
.c-btn--green--large,
.c-btn--red--large,
.c-btn--disabled--large,
.c-btn--conversion--large {
  height: 60px;
  font-size: 14px; /* add PX (or original value) as backup */
  font-size: 0.875rem;
  padding-left: 30px;
  padding-right: 30px;
}
.c-btn--super,
.c-btn--inverse--super,
.c-btn--gold--super,
.c-btn--fb--super,
.c-btn--aqua--super,
.c-btn--white--super,
.c-btn--green--super,
.c-btn--red--super,
.c-btn--disabled--super,
.c-btn--conversion--super {
  height: 70px;
  font-size: 18px; /* add PX (or original value) as backup */
  font-size: 1.125rem;
}
.c-btn--full,
.c-btn--inverse--full,
.c-btn--gold--full,
.c-btn--fb--full,
.c-btn--aqua--full,
.c-btn--white--full,
.c-btn--green--full,
.c-btn--red--full,
.c-btn--disabled--full,
.c-btn--conversion--full {
  width: 100%;
}
.c-btn--newsletter {
  background-color: #fff;
}
.c-btn--inverse {
  background: transparent;
  position: relative;
  color: #000;
  padding-bottom: 0;
}
.c-btn--inverse.c-btn--large svg {
  height: 60px;
}
.c-btn--inverse .i-ico {
  height: 23px;
  width: 23px;
  position: static;
}
.c-btn--inverse svg {
  height: 50px;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.c-btn--inverse rect {
  fill: none;
  stroke: #000;
  stroke-width: 2;
  stroke-dasharray: 422, 0;
  -webkit-transition: all 0.35s linear;
  transition: all 0.35s linear;
}
.c-btn--inverse:hover rect {
  stroke-width: 2;
  stroke-dasharray: 15, 310;
  stroke-dashoffset: 48;
  -webkit-transition: all 1.35s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 1.35s cubic-bezier(0.19, 1, 0.22, 1);
}
.c-btn--gold {
  background: #000;
  border-color: #000;
  -webkit-transition: 0.3s background, 0.3s -webkit-transform;
  transition: 0.3s background, 0.3s -webkit-transform;
  transition: 0.3s background, 0.3s transform;
  transition: 0.3s background, 0.3s transform, 0.3s -webkit-transform;
}
.c-btn--gold.c-btn--inverse {
  background: transparent;
  color: #000;
}
.c-btn--fb {
  background: #3b5998;
  border-color: #3b5998;
  -webkit-transition: 0.3s background, 0.3s -webkit-transform;
  transition: 0.3s background, 0.3s -webkit-transform;
  transition: 0.3s background, 0.3s transform;
  transition: 0.3s background, 0.3s transform, 0.3s -webkit-transform;
}
.c-btn--fb.c-btn--inverse {
  background: transparent;
  color: #3b5998;
}
.c-btn--aqua {
  background: #d00000;
  border-color: #d00000;
  -webkit-transition: 0.3s background, 0.3s -webkit-transform;
  transition: 0.3s background, 0.3s -webkit-transform;
  transition: 0.3s background, 0.3s transform;
  transition: 0.3s background, 0.3s transform, 0.3s -webkit-transform;
}
.c-btn--aqua:hover {
  background: #00a0c2;
}
.c-btn--aqua.c-btn--inverse {
  background: transparent;
  color: #d00000;
}
.c-btn--white {
  background: #fff;
  border-color: #fff;
  -webkit-transition: 0.3s background, 0.3s -webkit-transform;
  transition: 0.3s background, 0.3s -webkit-transform;
  transition: 0.3s background, 0.3s transform;
  transition: 0.3s background, 0.3s transform, 0.3s -webkit-transform;
  color: #000;
}
.c-btn--white:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.c-btn--white.c-btn--inverse {
  background: transparent;
  color: #fff;
}
.c-btn--green {
  background: #0c6;
  border-color: #0c6;
  -webkit-transition: 0.3s background, 0.3s -webkit-transform;
  transition: 0.3s background, 0.3s -webkit-transform;
  transition: 0.3s background, 0.3s transform;
  transition: 0.3s background, 0.3s transform, 0.3s -webkit-transform;
}
.c-btn--green.c-btn--inverse {
  background: transparent;
  color: #0c6;
}
.c-btn--red {
  background: #d00000;
  border-color: #d00000;
  -webkit-transition: 0.3s background, 0.3s -webkit-transform;
  transition: 0.3s background, 0.3s -webkit-transform;
  transition: 0.3s background, 0.3s transform;
  transition: 0.3s background, 0.3s transform, 0.3s -webkit-transform;
}
.c-btn--red:hover {
  background: #b00;
}
.c-btn--red.c-btn--inverse {
  background: transparent;
  color: #d00000;
}
.c-btn--disabled {
  background: #e0e0e0;
  border-color: #e0e0e0;
  -webkit-transition: 0.3s background, 0.3s -webkit-transform;
  transition: 0.3s background, 0.3s -webkit-transform;
  transition: 0.3s background, 0.3s transform;
  transition: 0.3s background, 0.3s transform, 0.3s -webkit-transform;
}
.c-btn--disabled.c-btn--inverse {
  background: transparent;
  color: #e0e0e0;
}
.c-btn--conversion {
  background: #000d42;
  border-color: #000d42;
  -webkit-transition: 0.3s background, 0.3s -webkit-transform;
  transition: 0.3s background, 0.3s -webkit-transform;
  transition: 0.3s background, 0.3s transform;
  transition: 0.3s background, 0.3s transform, 0.3s -webkit-transform;
}
.c-btn--conversion.c-btn--inverse {
  background: transparent;
  color: #000d42;
}
.c-card {
  position: relative;
}
.c-card a {
  color: inherit;
  text-decoration: none;
}
.c-card__variants {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  height: 35px;
  background: rgba(255,255,255,0.9);
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  font-size: 12px; /* add PX (or original value) as backup */
  font-size: 0.75rem;
  overflow: hidden;
}
.c-card__variants:before,
.c-card__variants:after {
  content: '';
  position: absolute;
  top: 0;
  width: 70px;
  height: 100%;
}
.c-card__variants:before {
  background: -webkit-gradient(linear, left top, right top, color-stop(10%, #fff), to(rgba(255,255,255,0)));
  background: linear-gradient(90deg, #fff 10%, rgba(255,255,255,0) 100%);
  left: 0;
}
.c-card__variants:after {
  background: -webkit-gradient(linear, right top, left top, color-stop(10%, #fff), to(rgba(255,255,255,0)));
  background: linear-gradient(-90deg, #fff 10%, rgba(255,255,255,0) 100%);
  right: 0;
}
@media only screen and (min-width: 64.0625em) {
  .c-card:hover .c-card__variants {
    opacity: 1;
  }
}
.c-card__variant {
  padding: 3px 5px;
  border-right: 1px solid #000;
  white-space: nowrap;
}
.c-card__variant:last-child {
  border-right: none;
}
.c-card__variant--last {
  border-right: none;
}
.c-card__inner {
  display: block;
}
.c-card__img--second {
  display: none;
}
@media only screen and (min-width: 64.0625em) {
  .c-card__img {
    -webkit-transition: 0.3s opacity ease-in-out;
    transition: 0.3s opacity ease-in-out;
  }
  .c-card__img--second {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    opacity: 0;
    display: block;
  }
  .c-card:hover .c-card__img--second {
    opacity: 1;
  }
}
.c-card__imager {
  position: relative;
  margin-bottom: 10px;
  text-align: center;
}
.c-card__imager img {
  max-width: 100%;
}
.c-card__heading {
  margin-bottom: 15px;
  line-height: 20px;
  font-size: 12px; /* add PX (or original value) as backup */
  font-size: 0.75rem;
  font-weight: 400;
  text-align: center;
}
@media only screen and (min-width: 600px) {
  .c-card__heading {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
.c-card__heading:hover {
  text-decoration: underline;
}
.c-card .c-price-list__item {
  font-size: 12px; /* add PX (or original value) as backup */
  font-size: 0.75rem;
}
@media only screen and (min-width: 600px) {
  .c-card .c-price-list__item {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
.c-card__prices {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
  margin: 0 auto;
  font-size: 12px; /* add PX (or original value) as backup */
  font-size: 0.75rem;
}
@media only screen and (min-width: 600px) {
  .c-card__prices {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
.c-card__price--prev {
  color: #6b6b6b;
}
.c-card__price--discount {
  color: #000;
}
.c-card__price--curr {
  color: #d00000;
}
.c-card__labels {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-flow: column;
  position: absolute;
  left: 0;
  top: 15px;
}
.c-card__labels > span {
  margin-bottom: 5px;
}
.c-carousel {
  position: relative;
  overflow: hidden;
}
.c-carousel__item {
  position: relative;
}
.c-carousel__dots {
  padding: 0;
  margin: 15px 0 20px;
  list-style-type: none;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
}
.c-carousel__dots li {
  list-style: none;
  font-size: 0;
  border-radius: 50%;
  border: 2px solid #e0e0e0;
  height: 12px;
  width: 12px;
  margin: 0 5px;
}
.c-carousel__dots li button {
  border: 0;
  background: none;
}
.c-carousel__dots li.slick-active {
  border-color: #000;
  background: #000;
}
.carousel {
  width: 100%;
  height: 400px;
  max-width: 100%;
  position: relative;
  overflow: hidden;
}
.carousel__wide img,
.carousel__narrow img,
.carousel__mobile img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.carousel__narrow,
.carousel__mobile {
  display: none;
}
.carousel__item {
  position: relative;
}
.carousel__btn-group {
  position: absolute;
  bottom: 93px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  display: -webkit-box;
  display: flex;
}
.carousel__btn-wrapper {
  margin: 0 16px;
}
.carousel__btn {
  background: #000;
  color: #fff;
  font-weight: bold;
  font-size: 13px;
  text-transform: uppercase;
  text-decoration: none;
  min-width: 100px;
  height: 40px;
  cursor: pointer;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  border-radius: 1px;
  padding: 0 19px 1px;
  -webkit-transition: 0.3s -webkit-transform;
  transition: 0.3s -webkit-transform;
  transition: 0.3s transform;
  transition: 0.3s transform, 0.3s -webkit-transform;
  box-shadow: 0 3px 6px rgba(0,0,0,0.2);
}
.carousel__btn:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.carousel__btn--white {
  background: #fff;
  color: #000;
}
.carousel .slick-arrow {
  top: 50%;
  left: 0;
  position: absolute;
  margin: unset;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
@media only screen and (max-width: 90em) {
  .carousel__wide {
    display: none;
  }
  .carousel__narrow {
    display: block;
  }
}
@media only screen and (max-width: 64em) {
  .carousel__narrow {
    display: none;
  }
  .carousel__mobile {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
            justify-content: center;
  }
  .carousel__btn-group {
    bottom: 15%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
  }
  .carousel__btn-wrapper {
    margin: 15px 0;
  }
}
@media only screen and (max-width: 36.25em) {
  .carousel {
    height: 260px;
  }
  .carousel__mobile {
    padding: 0 15px;
  }
  .carousel__mobile img {
    height: 260px;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .carousel__btn-group {
    bottom: 2%;
  }
}
@media only screen and (min-width: 64.0625em) {
  .c-carousel-primary-promo {
    height: 400px;
  }
  .c-carousel-primary-promo img {
    width: 100vw;
    height: 400px;
  }
}
.c-carousel-promo {
  display: none;
}
.c-carousel-promo.is-active {
  display: block;
}
.c-cart-counter {
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  box-shadow: 0 0 0 0 rgba(0,117,213,0.7);
  opacity: 0;
}
.c-cart-counter.is-active {
  opacity: 1;
}
.c-cart-counter.a-pulse {
  -webkit-animation: pulse 1.25s 1 cubic-bezier(0.66, 0, 0, 1);
          animation: pulse 1.25s 1 cubic-bezier(0.66, 0, 0, 1);
}
@-webkit-keyframes pulse {
  to {
    box-shadow: 0 0 0 20px rgba(0,117,213,0);
  }
}
@keyframes pulse {
  to {
    box-shadow: 0 0 0 20px rgba(0,117,213,0);
  }
}
.font-size-10 {
  font-size: 10px;
}
.font-size-12 {
  font-size: 12px;
}
.font-size-14 {
  font-size: 14px;
}
.font-size-18 {
  font-size: 18px;
}
.thin {
  font-weight: lighter;
}
.bold {
  font-weight: bold;
}
.black {
  color: #000;
}
.red {
  color: #f00;
}
.light-blue {
  color: #00b1d5;
}
.charity-max-sum {
  position: absolute;
  top: 50%;
  right: 23%;
  border: 0.5px dashed #979797;
  height: 37px;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
.charity-cart {
  margin-top: 30px;
}
.charity-cart__icon {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.charity-cart__icon.up {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}
.charity-cart__icon--white {
  fill: #fff;
}
.charity-cart__icon--red {
  fill: #f00;
}
.charity-cart__bar {
  background-image: linear-gradient(266deg, #ff7b00, #f00);
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
          align-items: center;
  height: 70px;
  padding: 0 30px;
  cursor: pointer;
  position: relative;
}
.charity-cart__bar::after {
  content: '';
  display: block;
  width: 30px;
  height: 30px;
  background: #ff3b01;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0) rotate(46deg);
          transform: translate(-50%, 0) rotate(46deg);
  z-index: -1;
}
.charity-cart__bar--center {
  color: #fff;
  font-weight: bold;
}
.charity-cart__content {
  margin-top: 40px;
  margin-bottom: 60px;
  display: none;
}
.charity-cart__info {
  display: -webkit-box;
  display: flex;
  height: 40px;
  padding: 0 60px;
}
.charity-cart__gift {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-flex: 1;
          flex: 1;
}
.charity-cart__gift--icon {
  margin-right: 45px;
}
.charity-cart__gift--text .hidden {
  display: none;
}
.charity-cart__gift--text p {
  margin: 0;
  line-height: normal;
}
.charity-cart__gift--text p:first-child {
  margin-bottom: 5px;
}
.charity-cart__slider {
  -webkit-box-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: flex;
  position: relative;
  margin-top: 10px;
  margin-bottom: 20px;
}
.charity-cart__slider-wrapper {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-flex: 1;
          flex: 1;
  margin-left: 100px;
}
.charity-cart__range {
  width: 100%;
}
.charity-cart__range--0,
.charity-cart__range--100 {
  color: #000;
  opacity: 0.25;
}
.charity-cart__range--0 {
  position: absolute;
  top: -20px;
}
.charity-cart__range--100 {
  position: absolute;
  right: 0;
  top: -20px;
}
.charity-cart__count {
  margin: 0 auto;
}
.charity-cart__products {
  margin-top: 75px;
  padding-bottom: 50px;
  border-bottom: 5px solid #efefef;
}
.shippingPayment .charity-cart__products {
  display: none;
}
.charity-cart__product-inner {
  display: -webkit-box;
  display: flex;
  padding: 0 60px;
  margin-bottom: 30px;
}
.charity-cart__product-inner:last-child {
  margin-bottom: 0;
}
.charity-cart__product--left,
.charity-cart__product--right {
  -webkit-box-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: flex;
}
.charity-cart__product-photo {
  width: 70px;
}
.charity-cart__product-photo a {
  display: block;
}
.charity-cart__product-photo img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.charity-cart__product-content {
  margin-left: 25px;
  padding: 10px 0 0 0;
}
.charity-cart__product-price {
  margin: 10px 0;
}
.charity-cart__product-select {
  margin-left: auto;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
}
.charity-cart__product-select button {
  height: 50px;
  padding: 0 55px 0 25px;
  background: none;
  border: 2px solid #ccc;
  outline: none;
}
.charity-cart__product-button {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  margin: 0 auto;
}
.charity-cart__product-button .c-btn {
  width: 100%;
  font-size: 18px;
}
.charity-cart__product-title a {
  text-decoration: none;
}
.charity-cart__product-title a:hover {
  text-decoration: underline;
}
.charity-cart__cart-item {
  -webkit-box-ordinal-group: -1;
          order: -2;
  height: 17px;
  line-height: 17px;
  font-size: 12px;
  font-weight: 600;
  color: #f00;
  position: relative;
  padding-left: 32px;
  vertical-align: middle;
}
.charity-cart__cart-item-icon {
  width: 17px;
  height: 17px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
@media only screen and (max-width: 62em) {
  .charity-cart__content {
    margin-bottom: 100px;
  }
  .charity-cart__info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    padding: 0 15px;
  }
  .charity-cart__gift {
    -webkit-box-pack: center;
            justify-content: center;
  }
  .charity-cart__gift--icon {
    margin-right: 15px;
  }
  .charity-cart__slider {
    margin-top: 40px;
  }
  .charity-cart__slider-wrapper {
    margin: 0;
  }
  .charity-cart__products {
    margin-top: 100px;
  }
  .charity-cart__product-inner {
    padding: 0 15px;
  }
  .charity-cart__range {
    max-width: 60%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media only screen and (max-width: 48em) {
  .charity-cart__content {
    display: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    -webkit-box-align: center;
            align-items: center;
    margin: 0;
  }
  .charity-cart__content.df {
    display: -webkit-box !important;
    display: flex !important;
  }
  .charity-cart__info {
    width: 100%;
    height: auto;
    padding-bottom: 60px;
    -webkit-box-ordinal-group: 3;
            order: 2;
    border-bottom: 5px solid #efefef;
  }
  .charity-cart__products {
    display: -webkit-box;
    display: flex;
    margin: 0;
    -webkit-box-ordinal-group: 2;
            order: 1;
    padding-top: 40px;
    border-bottom: none;
  }
  .charity-cart__product-inner {
    width: 200px;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-flow: column wrap;
    margin: 0 30px;
    padding: 0;
  }
  .charity-cart__product--left {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    flex-flow: column;
    -webkit-box-flex: 1;
            flex: auto;
    -webkit-box-flex: inherit;
            flex-grow: inherit;
  }
  .charity-cart__product--right {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
  }
  .charity-cart__product-title {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    -webkit-box-flex: 1;
            flex: 1;
    -webkit-box-pack: center;
            justify-content: center;
    text-align: center;
    height: 22px;
  }
  .charity-cart__product-photo {
    width: 200px;
  }
  .charity-cart__product-content {
    margin: 0;
    padding: 10px 0;
    text-align: center;
  }
  .charity-cart__product-button {
    margin: 0;
  }
}
@media only screen and (max-width: 28.75em) {
  .charity-cart__products {
    width: 100%;
  }
  .charity-cart__products .charity-cart__product-inner {
    margin: 0;
  }
  .charity-cart__products .charity-cart__product-inner:first-child {
    margin: 0 2%;
  }
  .charity-cart__product-inner {
    width: 47%;
  }
  .charity-cart__product-photo {
    width: 100%;
  }
  .charity-cart__product-select {
    width: 100%;
  }
  .charity-cart__product-select .c-select {
    width: 100%;
    min-width: 0;
  }
  .l-detail__sizes {
    width: 100%;
  }
}
.bold {
  font-weight: bold;
}
.charity-detail {
  margin-bottom: 40px;
}
.charity-detail__title {
  color: #ff5f00;
  font-size: 19px;
  font-weight: 700;
  text-align: center;
  margin: 35px 0 30px;
}
.charity-detail__subtitle {
  font-size: 12px;
  color: #000;
  text-align: center;
}
.charity-detail__subtitle .bold {
  font-weight: 700;
}
.charity-detail__content {
  display: -webkit-box;
  display: flex;
  padding-bottom: 50px;
  border-bottom: 4px solid #efefef;
}
.charity-detail__products {
  padding-left: 88px;
}
.charity-detail__products-title {
  font-size: 12px;
  color: #000;
  opacity: 0.4;
  margin: 20px 0 0;
}
.charity-detail__product-wrapper {
  display: -webkit-box;
  display: flex;
}
.charity-detail__product-wrapper .c-btn {
  width: 100%;
  font-size: 18px;
}
.charity-detail__product-inner {
  width: 200px;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-flow: column wrap;
  margin-right: 60px;
}
.charity-detail__product-wrapper .charity-detail__product-inner:last-child {
  margin-right: 0;
}
.charity-detail__product-title {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-flex: 1;
          flex: 1;
  -webkit-box-pack: center;
          justify-content: center;
  font-size: 12px;
  text-align: center;
}
.charity-detail__product-title a {
  text-decoration: none;
}
.charity-detail__product-title a:hover {
  text-decoration: underline;
}
.charity-detail__product-title .bold {
  font-weight: 700;
}
.charity-detail__product-photo {
  margin: 15px 0 20px;
}
.charity-detail__product-photo a {
  display: block;
}
.charity-detail__product-photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.charity-detail__product-price {
  margin: 10px 0;
  color: #00b1d5;
  font-size: 14px;
  font-weight: 700;
}
.charity-detail__product-subtitle {
  font-size: 10px;
}
.charity-detail__product-subtitle .bold {
  font-weight: 700;
}
.charity-detail__product-select {
  width: 100%;
}
.charity-detail__product-select .charity-select {
  width: 100%;
  min-width: 0;
}
.charity-detail__info {
  width: 100%;
  max-width: 460px;
  margin: 0 auto;
}
.charity-detail__info-wrapper {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-flow: column wrap;
  -webkit-box-pack: center;
          justify-content: center;
  height: 100%;
}
.charity-detail__info-box {
  background-image: url("../images/heart-gray.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  text-align: center;
}
.charity-detail__info-icon {
  margin: 45px 0 17px;
  text-align: center;
}
.charity-detail__info-helped-count {
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 25px;
}
.charity-detail__info-helped-count .hidden {
  display: none;
}
.charity-detail__info-helped-count .red {
  color: #e02020;
}
.charity-detail__info-helped-sum {
  margin-top: 20px;
}
.charity-detail__info-helped-sum .light-blue {
  font-size: 20px;
}
.charity-detail__info-slider {
  width: 100%;
}
.charity-detail__info-slider-wrapper {
  width: 100%;
  margin: 120px 0 0;
  position: relative;
}
.charity-detail.category-list {
  margin-bottom: 35px;
}
.charity-detail.category-list .charity-detail__info {
  max-width: 400px;
  margin: 0;
}
.charity-detail.category-list .charity-detail__products {
  padding-left: 0;
  -webkit-box-flex: 1;
          flex: 1;
}
.charity-detail.category-list .charity-detail__product-inner {
  margin-right: 35px;
}
.charity-detail.category-list .charity-detail__product-inner:last-child {
  margin-right: 0;
}
@media only screen and (max-width: 75em) {
  .charity-detail__products {
    padding-left: 5%;
  }
  .charity-detail__info {
    width: 40%;
  }
}
@media only screen and (max-width: 62em) {
  .charity-detail__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
  }
  .charity-detail__products {
    padding-left: 0;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    -webkit-box-align: center;
            align-items: center;
  }
  .charity-detail__info {
    width: 100%;
  }
  .charity-detail__info-wrapper {
    margin-top: 30px;
  }
  .charity-detail__info-slider-wrapper {
    margin-top: 40px;
  }
  .category-list .charity-detail__info {
    width: 100%;
    margin: 0 auto !important;
  }
}
@media only screen and (max-width: 48em) {
  .charity-detail__product-inner {
    margin-right: 30px;
  }
}
@media only screen and (max-width: 28.75em) {
  .charity-detail__product-inner {
    width: 46%;
  }
  .charity-detail__product-title {
    font-size: 10px;
  }
  .charity-detail__product-subtitle {
    font-size: 7px;
    text-align: center;
  }
  .charity-detail__product-select .c-select--large a {
    font-size: 10px;
  }
  .charity-detail__info-helped-sum {
    font-size: 8px;
    text-align: center;
  }
}
.contact-wrap {
  display: block;
  border-bottom: 1px solid #e8e8e8;
}
.contact-wrap h2 {
  color: #d3ac67;
  font-size: 14px;
  font-weight: 700;
  margin: 24px 0;
}
.contact-box {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  margin-bottom: 24px;
}
.contact-boxsvg {
  margin: 6px 0;
}
.contact-info {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  padding-left: 24px;
  line-height: 1.5;
}
.contact-info p {
  padding: 0;
  margin: 0;
}
.contact-info a {
  color: #000 !important;
  font-size: 13px;
  font-weight: 700;
  text-decoration: underline;
}
.contact-info a.phone-info {
  font-weight: 400;
  text-decoration: none;
}
.contact-info span {
  color: #9b9b9b;
}
.c-contact {
  line-height: 1.4;
  margin: 25px 0;
}
.c-contact span {
  color: #6b6b6b;
  font-size: 12px; /* add PX (or original value) as backup */
  font-size: 0.75rem;
}
.c-contact a {
  text-decoration: none;
  font-weight: bold;
}
.c-contact__img {
  margin-right: 40px;
}
.c-contact__circle {
  width: 12px;
  height: 12px;
  margin-right: 10px;
  top: 1px;
}
.c-cookie-bar {
  background: #000;
  border-top: 1px solid #0d0d0d;
  color: #fff;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 999999;
  display: none;
}
.c-cookie-bar__btn {
  width: 200px;
  font-size: 14px; /* add PX (or original value) as backup */
  font-size: 0.875rem;
}
@media only screen and (max-width: 64em) {
  .c-cookie-bar {
    text-align: center;
  }
}
.c-cookie-bar__inner {
  padding: 20px 15px;
}
@media only screen and (min-width: 64.0625em) {
  .c-cookie-bar__inner {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
            align-items: center;
    margin: 0 auto;
    max-width: 1160px;
  }
}
.c-cookie-bar__content {
  -webkit-box-flex: 1;
          flex: 1;
  font-size: 13px; /* add PX (or original value) as backup */
  font-size: 0.8125rem;
  line-height: 1.4;
}
.c-cookie-bar__content a {
  font-weight: bold;
  color: #fff;
}
@media only screen and (min-width: 64.0625em) {
  .c-cookie-bar__content {
    padding-right: 50px;
  }
}
@media only screen and (max-width: 64em) {
  .c-cookie-bar__content {
    display: block;
    padding-bottom: 30px;
  }
}
.c-countdown {
  font-weight: 600;
  color: #fff;
  background: #000;
  border: 1px solid #000;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  height: 34px;
  min-width: 175px;
  position: relative;
  font-size: 14px; /* add PX (or original value) as backup */
  font-size: 0.875rem;
  text-transform: none;
  display: none;
}
.c-countdown.is-active {
  display: -webkit-inline-box;
  display: inline-flex;
}
.c-countdown:before {
  content: '';
  position: absolute;
  height: 100%;
  background: #000;
  left: -17px;
  border-right: 16px solid #000;
  border-top: 17px solid #fff;
  border-bottom: 17px solid #fff;
}
.c-countdown small {
  font-size: 10px; /* add PX (or original value) as backup */
  font-size: 0.625rem;
}
.c-countdown strong {
  margin-left: 13px;
}
.c-dropdown {
  background: #fff;
  display: none;
  position: absolute;
}
.c-dropdown.is-active {
  display: block;
}
.c-faqs {
  padding-bottom: 40px;
}
.c-faq {
  border-bottom: 1px solid #e0e0e0;
}
.c-faq__title {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
          align-items: center;
  cursor: pointer;
  margin: 0 !important;
  padding: 20px 0 25px;
}
.c-faq__title span {
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.c-faq.is-active .c-faq__title span {
  color: #d00000;
}
.c-faq__arrow {
  -webkit-transition: -webkit-transform 0.4s ease-in-out;
  transition: -webkit-transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
}
.c-faq.is-active .c-faq__arrow {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.c-faq__inner {
  padding-bottom: 10px;
  display: none;
  padding-right: 30px;
}
.c-aside {
  position: fixed;
  top: 80px;
  right: 0;
  width: 100%;
  height: calc(100vh - 80px);
  z-index: 1300;
  background: #fff;
  display: none;
}
.c-aside__inner {
  padding: 20px 10px;
  position: relative;
  height: calc(100vh - 80px);
}
.c-aside__inner .c-cart-item + .c-cart-item {
  border-top: 1px solid #e0e0e0;
}
.c-aside__close {
  fill: #6b6b6b;
}
.c-aside__content {
  height: calc(100vh - 60px);
  overflow-y: scroll;
  position: relative;
  -ms-overflow-style: none /* IE 10+ */;
  scrollbar-width: none /* Firefox */;
/* Chrome/Safari/Webkit */
}
.c-aside__content::-webkit-scrollbar {
  width: 0px;
  background: transparent;
}
.c-aside__close-wrapper .mobile {
  position: absolute;
  top: 20px;
  left: 10px;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
}
@media only screen and (max-width: 64em) {
  .c-aside__close-wrapper .desktop {
    display: none;
  }
}
.c-aside__close-wrapper a {
  text-decoration: none;
  cursor: pointer;
}
.c-aside__empty {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  height: 88px;
  text-align: center;
}
.c-aside__empty img {
  margin-bottom: 30px;
}
@media only screen and (min-width: 64.0625em) {
  .c-aside {
    display: block;
    width: 370px;
    height: 100vh;
    top: 0;
  }
  .c-aside__close-wrapper {
    text-align: right;
  }
  .c-aside__close-wrapper .mobile {
    display: none;
  }
  .c-aside__inner {
    padding: 25px;
    height: 100vh;
  }
  .c-aside__content {
    height: calc(100vh - 312px);
  }
  .c-aside__empty img {
    margin-bottom: 20px;
  }
}
.c-aside__caption {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  z-index: 150;
  background: #fff;
  padding: 0 15px 20px;
}
.c-aside__total-wrapper {
  padding: 20px 0 25px;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
          align-items: center;
}
.c-aside__total-shipping {
  font-size: 13px; /* add PX (or original value) as backup */
  font-size: 0.8125rem;
  color: #6b6b6b;
  padding: 18px 0 20px;
  border-bottom: 1px solid #e0e0e0;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
}
.c-aside__total-shipping svg {
  margin-right: 5px;
  fill: #000;
}
.c-aside__total-count {
  font-size: 12px; /* add PX (or original value) as backup */
  font-size: 0.75rem;
}
.c-aside__total-price {
  color: #000d42;
  font-size: 18px; /* add PX (or original value) as backup */
  font-size: 1.125rem;
}
.c-aside__btn-arrow {
  position: absolute;
  top: 0;
  right: 0;
}
.c-aside__arrow--back {
  margin-right: 20px;
  fill: #fff;
}
.c-aside__header {
  padding: 0 0 25px;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  border-bottom: 1px solid #e0e0e0;
}
.c-aside__heading {
  font-weight: normal;
  margin: 0;
}
.c-aside__circle {
  width: 20px;
  height: 20px;
  margin-left: 6px;
  position: relative !important;
  font-size: 10px; /* add PX (or original value) as backup */
  font-size: 0.625rem;
}
@media only screen and (min-width: 64.0625em) {
  .c-aside__header {
    padding: 13px 0 25px;
  }
}
.c-aside.is-active,
.c-aside.js-scroll-locked-active {
  display: block;
}
@media only screen and (min-width: 64.0625em) {
  .c-aside {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  .c-aside.has-transition {
    -webkit-transition: -webkit-transform 0.5s ease;
    transition: -webkit-transform 0.5s ease;
    transition: transform 0.5s ease;
    transition: transform 0.5s ease, -webkit-transform 0.5s ease;
    -webkit-transition-delay: 0.2s;
            transition-delay: 0.2s;
  }
  .c-aside.is-active,
  .c-aside.js-scroll-locked-active {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
.c-cart-item {
  position: relative;
}
.c-cart-item__charity {
  position: absolute;
  right: 0;
  top: 22px;
  line-height: 1px;
}
.c-cart-item__inner {
  padding: 20px 15px 30px 0;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
}
.c-cart-item__name {
  font-size: 12px; /* add PX (or original value) as backup */
  font-size: 0.75rem;
  display: block;
  margin: 10px 0;
}
.c-cart-item__item {
  -webkit-box-flex: 1;
          flex: 1 0 0%;
  position: relative;
}
.c-cart-item__item--close {
  flex-basis: 30px;
  max-width: 30px;
}
.c-cart-item__item--image {
  flex-basis: 90px;
  max-width: 90px;
}
@media only screen and (min-width: 64.0625em) {
  .c-cart-item {
    padding-right: 35px;
  }
}
@media only screen and (min-width: 64.0625em) {
  .c-cart-item {
    -webkit-transition: padding-right 0.3s ease;
    transition: padding-right 0.3s ease;
  }
  .c-cart-item__close {
    -webkit-transition: opacity 0.6s ease;
    transition: opacity 0.6s ease;
    opacity: 0;
  }
  .c-cart-item__item--close {
    z-index: 1;
    -webkit-transition: max-width 0.3s ease;
    transition: max-width 0.3s ease;
    max-width: 0;
  }
  .c-cart-item__item--image {
    z-index: 2;
  }
  .c-cart-item:hover {
    padding-right: 5px;
  }
  .c-cart-item:hover .c-cart-item__close {
    opacity: 1;
  }
  .c-cart-item:hover .c-cart-item__item--close {
    max-width: 30px;
  }
}
@media only screen and (min-width: 64.0625em) {
  .c-fly-login {
    box-shadow: 0 1px 20px -7px #000;
    color: #6b6b6b;
    right: -73px;
    top: calc(100% + 14px);
    width: 290px;
    z-index: 1151;
  }
  .c-fly-login__header {
    -webkit-box-align: center;
            align-items: center;
    border-bottom: 1px solid #e0e0e0;
    color: #000;
    display: -webkit-box;
    display: flex;
    margin: 0 15px 20px;
    padding-bottom: 10px;
  }
  .c-fly-login__link {
    color: #6b6b6b;
    text-decoration: none;
  }
  .c-fly-login__link:hover {
    color: #000;
    font-weight: bold;
  }
  .c-fly-login__ico {
    fill: #000;
    margin-right: 20px;
  }
  .c-fly-login__inner {
    margin: 25px 20px;
  }
  .c-fly-login__menu {
    list-style: none;
    margin-left: 59px;
    padding: 0;
    text-align: left;
  }
  .c-fly-login__item {
    margin: 13px 0;
    -webkit-transition: color 0.3s ease;
    transition: color 0.3s ease;
  }
  .c-fly-login__item:hover {
    color: #000;
  }
}
.c-form__group--checkbox {
  text-align: left;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
}
.c-form__group--checkbox input {
  margin-right: 15px;
}
.c-form__group--checkbox label {
  font-size: 12px; /* add PX (or original value) as backup */
  font-size: 0.75rem;
}
.c-form span {
  display: block;
}
.c-form__group {
  margin: 20px 0;
  position: relative;
}
.c-form__combine {
  text-align: center;
  position: relative;
}
@media only screen and (min-width: 37.5625em) {
  .c-form__combine {
    display: -webkit-box;
    display: flex;
  }
}
.c-group-regular__field {
  -webkit-transition: border-color 0.1s ease;
  transition: border-color 0.1s ease;
}
.c-group-regular__field--red {
  border-color: #d00000 !important;
}
.c-group-regular__field--green {
  border-color: #0c6 !important;
}
.c-group-regular input[disabled] + label,
.c-group-regular input[readonly] + label {
  color: #898989;
}
.c-group-regular__label {
  position: absolute;
  left: 30px;
  top: 0;
  height: 100%;
  font-size: 13px; /* add PX (or original value) as backup */
  font-size: 0.8125rem;
  cursor: text;
  padding-top: 16px;
  pointer-events: none;
}
.c-group-regular__label:before {
  position: absolute;
  left: -7px;
  top: 0;
  background: #fff;
  content: '';
  height: 2px;
  -webkit-transition: width 0.2s ease;
  transition: width 0.2s ease;
  width: 0;
}
.c-group-regular__error {
  position: absolute;
  bottom: -6px;
  right: 30px;
  padding-left: 7px;
  padding-right: 7px;
  display: inline-block;
  color: #d00000;
}
.c-group-regular__error strong {
  display: block;
  width: 0;
  overflow: hidden;
  -webkit-transition: width 0.4s ease-in-out;
  transition: width 0.4s ease-in-out;
  font-size: 10px; /* add PX (or original value) as backup */
  font-size: 0.625rem;
  position: relative;
  white-space: nowrap;
  font-weight: 400;
}
.c-group-regular__error:before {
  content: '';
  background: #fff;
  width: 0;
  height: 100%;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transition: width 0.4s ease-in-out;
  transition: width 0.4s ease-in-out;
}
.c-group-regular__error.is-width:before {
  width: 100%;
}
.c-group-regular__error.is-text strong {
  width: 100%;
}
.c-group-regular__label-content {
  font-size: 13px; /* add PX (or original value) as backup */
  font-size: 0.8125rem;
  pointer-events: none;
  position: relative;
}
.c-group-regular__label-content span {
  background: #fff;
  display: block;
  -webkit-transform-origin: left;
          transform-origin: left;
  -webkit-transition: -webkit-transform 0.2s ease-in-out;
  transition: -webkit-transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
  will-change: transform;
}
.c-group-regular.is-active .c-group-regular__label:before {
  width: calc(87% + 14px);
}
.c-group-regular.is-active .c-group-regular__label-content span {
  -webkit-transform: translateY(-170%) scale(0.87);
          transform: translateY(-170%) scale(0.87);
}
.c-legend {
  margin: 20px 0;
}
.c-circle,
.c-circle--inverse,
.c-circle--red,
.c-circle--aqua,
.c-circle--green,
.c-circle--gold,
.c-circle--conversion {
  -webkit-box-align: center;
          align-items: center;
  border-radius: 50%;
  color: #fff;
  display: -webkit-inline-box;
  display: inline-flex;
  -webkit-box-pack: center;
          justify-content: center;
  position: relative;
  text-align: center;
}
.c-circle--inverse {
  background: #000;
  border-color: #fff;
  color: #fff;
}
.c-circle--red {
  background: #d00000;
  border-color: #d00000;
}
.c-circle--red.c-circle--inverse {
  background: transparent;
  color: #d00000;
}
.c-circle--aqua {
  background: #d00000;
  border-color: #d00000;
}
.c-circle--aqua.c-circle--inverse {
  background: transparent;
  color: #d00000;
}
.c-circle--green {
  background: #0c6;
  border-color: #0c6;
}
.c-circle--green.c-circle--inverse {
  background: transparent;
  color: #0c6;
}
.c-circle--gold {
  background: #000;
  border-color: #000;
}
.c-circle--gold.c-circle--inverse {
  background: transparent;
  color: #000;
}
.c-circle--conversion {
  background: #000d42;
  border-color: #000d42;
}
.c-circle--conversion.c-circle--inverse {
  background: transparent;
  color: #000d42;
}
.c-circle--tiny {
  height: 16px;
  width: 16px;
  font-size: 10px; /* add PX (or original value) as backup */
  font-size: 0.625rem;
}
.c-circle--medium {
  height: 21px;
  width: 21px;
  font-size: 12px; /* add PX (or original value) as backup */
  font-size: 0.75rem;
}
.c-circle--tiny .c-circle__inner {
  letter-spacing: -1px;
}
.c-go-to-top {
  text-align: center;
  padding: 28px 0 33px;
  border-top: 1px solid #e0e0e0;
  cursor: pointer;
}
.c-go-to-top:hover svg {
  fill: #000;
}
@media only screen and (min-width: 64.0625em) {
  .c-go-to-top {
    border: none;
    position: fixed;
    bottom: 15px;
    right: 15px;
    padding: 0;
    opacity: 0;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
    z-index: 1000;
  }
  .c-go-to-top.is-active {
    opacity: 1;
  }
}
.c-go-to-top__circle {
  width: 110px;
  height: 110px;
}
@media only screen and (min-width: 64.0625em) {
  .c-go-to-top__circle {
    width: 50px;
    height: 50px;
  }
}
.c-go-to-top__circle svg {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  -webkit-transition: fill 0.3s ease;
  transition: fill 0.3s ease;
  fill: #fff;
}
@media only screen and (min-width: 64.0625em) {
  .c-go-to-top__circle svg {
    width: 15px;
    height: 15px;
  }
}
@media only screen and (max-width: 62.0625em) {
  .c-go-to-top {
    border-top: none;
  }
}
.grid-categories--arrivals .grid-categories__list {
  grid-template-columns: repeat(2, 1fr);
}
@media only screen and (min-width: 600px) {
  .grid-categories--arrivals .grid-categories__list {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media only screen and (min-width: 480px) {
  .grid-categories--favs .grid-categories__list:first-child {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media only screen and (min-width: 480px) {
  .grid-categories--favs .grid-categories__list:last-child {
    grid-template-columns: repeat(2, 1fr);
  }
}
.grid-categories__list {
  display: grid;
  grid-gap: 16px;
  margin-bottom: 16px;
}
.grid-categories__list:last-child {
  margin-bottom: 0;
}
.grid-categories__item {
  position: relative;
  overflow: hidden;
}
.grid-categories__item:hover .grid-categories__image {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.grid-categories__title {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  position: absolute;
  left: 50%;
  bottom: 40px;
  height: 50px;
  padding-left: 15px;
  padding-right: 15px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 14px; /* add PX (or original value) as backup */
  font-size: 0.875rem;
  color: #122245;
  letter-spacing: 1px;
  white-space: nowrap;
}
@media only screen and (min-width: 1280px) {
  .grid-categories__title {
    width: 200px;
    margin-left: -100px;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
.grid-categories__title:hover {
  background-color: #000;
  color: #fff;
}
.grid-categories__image {
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.c-heading {
  margin-bottom: 25px;
}
.c-heading__title {
  line-height: 28px;
  margin: 0;
  font-weight: 700;
  text-align: center;
  font-size: 23px; /* add PX (or original value) as backup */
  font-size: 1.4375rem;
  text-transform: uppercase;
  color: #000d42;
}
@media only screen and (min-width: 64.0625em) {
  .c-heading {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
            align-items: center;
  }
  .c-heading--center {
    -webkit-box-pack: center;
            justify-content: center;
  }
  .c-heading a {
    text-decoration: none;
  }
  .c-heading__redirect {
    -webkit-box-flex: 1;
            flex: 1;
    text-align: right;
    color: inherit;
    text-decoration: none;
    font-size: 12px; /* add PX (or original value) as backup */
    font-size: 0.75rem;
  }
  .c-heading .x-placeholder {
    -webkit-box-flex: 1;
            flex: 1;
  }
}
.c-counter {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: ;
          justify-content: ;
  -webkit-box-align: center;
          align-items: center;
}
.c-counter input {
  width: 30px;
  height: 30px;
  border: 2px solid #e0e0e0;
  padding: 0;
  text-align: center;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  font-size: 13px; /* add PX (or original value) as backup */
  font-size: 0.8125rem;
  margin: 0 5px;
}
.c-counter button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  font-size: 18px; /* add PX (or original value) as backup */
  font-size: 1.125rem;
  color: #6b6b6b;
  padding: 0;
  background: none;
}
.c-counter__btn:focus,
.c-counter__btn:active {
  outline: none;
}
.c-counter__btn--bordered {
  border: 1px solid #e0e0e0 !important;
}
.c-counter--large .c-counter__input,
.c-counter--large .c-counter__btn {
  width: 40px;
  height: 40px;
}
.c-counter--large .c-counter__input {
  font-size: 18px; /* add PX (or original value) as backup */
  font-size: 1.125rem;
}
.c-counter--large .c-counter__btn {
  font-size: 30px !important;
}
.c-counter--large .c-counter__btn--minus {
  font-size: 40px !important;
  padding-bottom: 8px;
  line-height: 0;
}
.c-radio {
  position: relative;
  display: inline-block;
  width: 16px;
  height: 16px;
}
.c-radio__checked {
  display: none;
}
.c-radio input[type="radio"] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 16px;
  height: 16px;
  border: 2px solid #e0e0e0;
  border-radius: 50%;
}
.c-radio input[type="radio"]:focus {
  outline: none;
}
.c-radio input[type="radio"]:checked + .c-radio__checked {
  width: 8px;
  height: 8px;
  position: absolute;
  border-radius: 50%;
  background: #000;
  z-index: -1;
  display: block;
  top: 4px;
  right: 4px;
}
@media only screen and (max-width: 64em) {
  .c-instafeeds__inner {
    height: 270px;
  }
}
.c-instafeeds .slick-slide {
  height: unset;
}
.c-instafeed {
  overflow: hidden;
}
.c-instafeed__inner {
  height: 259px;
  position: relative;
  overflow: hidden;
  min-width: 186px;
  margin: 10px;
}
.c-instafeed__bg,
.c-instafeed__link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.c-instafeed__bg {
  background-size: cover;
}
@media only screen and (min-width: 64.0625em) {
  .c-instafeeds__inner {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
            justify-content: center;
  }
  .c-instafeed {
    flex-basis: 16%;
    margin-right: 10px;
    margin-bottom: 0;
    min-width: auto;
    max-width: 259px;
  }
  .c-instafeed__inner {
    min-width: none;
    height: 180px;
  }
  .c-instafeed:last-child {
    margin-right: 0;
  }
  .c-instafeed__bg {
    background-size: cover;
  }
}
.c-label,
.c-label--inverse,
.c-label--green,
.c-label--red {
  display: -webkit-inline-box;
  display: inline-flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  height: 25px;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 10px; /* add PX (or original value) as backup */
  font-size: 0.625rem;
  text-transform: uppercase;
  color: #fff;
  background: #000;
  border: 1px solid #000;
}
.c-label--sales,
.c-label--inverse--sales,
.c-label--green--sales,
.c-label--red--sales {
  height: 34px;
  min-width: 175px;
  position: relative;
  font-size: 14px; /* add PX (or original value) as backup */
  font-size: 0.875rem;
  text-transform: none;
}
.c-label--sales:before,
.c-label--inverse--sales:before,
.c-label--green--sales:before,
.c-label--red--sales:before {
  content: '';
  position: absolute;
  height: 100%;
  background: #000;
  left: -17px;
  border-right: 16px solid #000;
  border-top: 17px solid #fff;
  border-bottom: 17px solid #fff;
}
.c-label--sales small,
.c-label--inverse--sales small,
.c-label--green--sales small,
.c-label--red--sales small {
  font-size: 10px; /* add PX (or original value) as backup */
  font-size: 0.625rem;
}
.c-label--sales strong,
.c-label--inverse--sales strong,
.c-label--green--sales strong,
.c-label--red--sales strong {
  margin-left: 13px;
}
.c-label--inverse {
  background: transparent;
  color: #000;
  border-color: #000;
}
.c-label--green {
  background: #0c6;
  border-color: #0c6;
}
.c-label--green.c-label--inverse {
  background: transparent;
  color: #0c6;
}
.c-label--red {
  background: #d00000;
  border-color: #d00000;
}
.c-label--red.c-label--inverse {
  background: transparent;
  color: #d00000;
}
.c-loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  z-index: -75;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
.c-loader.is-active {
  z-index: 15000;
  opacity: 1;
}
.box h1 {
  color: #6b6b6b;
  display: block;
  font-family: 'Roboto', sans-serif;
  font-size: 30px;
  font-weight: 700;
}
.box span {
  color: #6b6b6b;
}
.box {
  -webkit-box-align: center;
          align-items: center;
  display: -webkit-box;
  display: flex;
  height: 100px;
  -webkit-box-pack: center;
          justify-content: center;
  margin: 0 auto;
  position: relative;
  top: 45%;
  width: 100px;
}
.side-v,
.side-h {
  background-color: #d00000;
  position: absolute;
}
.side-v {
  height: 6px;
  width: 100%;
}
.side-h {
  height: 0;
  width: 6px;
}
.side-top {
  top: 0;
  width: 0;
}
.side-left {
  left: 0;
}
.side-bottom {
  bottom: 0;
  width: 0;
}
.side-right {
  right: 0;
}
.top {
  -webkit-animation: top 1s 1s forwards ease-in-out infinite;
          animation: top 1s 1s forwards ease-in-out infinite;
}
.bottom {
  -webkit-animation: bottom 1s 1s forwards ease-in-out infinite;
          animation: bottom 1s 1s forwards ease-in-out infinite;
}
.left {
  -webkit-animation: left 1s forwards ease-in-out infinite;
          animation: left 1s forwards ease-in-out infinite;
}
.left-once {
  -webkit-animation: left-once 250ms 750ms forwards ease-in;
          animation: left-once 250ms 750ms forwards ease-in;
}
.right {
  -webkit-animation: right 1s forwards ease-in-out infinite;
          animation: right 1s forwards ease-in-out infinite;
}
.right-once {
  -webkit-animation: right-once 250ms 250ms forwards ease-in;
          animation: right-once 250ms 250ms forwards ease-in;
}
.rotate {
  -webkit-animation: rotate 8s 1s forwards ease-in-out infinite;
          animation: rotate 8s 1s forwards ease-in-out infinite;
}
@-webkit-keyframes top {
  0% {
    left: 0;
    width: 0;
  }
  50% {
    right: 0;
    width: 100%;
  }
  100% {
    right: 0;
    width: 0;
  }
}
@keyframes top {
  0% {
    left: 0;
    width: 0;
  }
  50% {
    right: 0;
    width: 100%;
  }
  100% {
    right: 0;
    width: 0;
  }
}
@-webkit-keyframes bottom {
  0% {
    right: 0;
    width: 0;
  }
  50% {
    right: 0;
    width: 100%;
  }
  100% {
    left: 0;
    width: 0;
  }
}
@keyframes bottom {
  0% {
    right: 0;
    width: 0;
  }
  50% {
    right: 0;
    width: 100%;
  }
  100% {
    left: 0;
    width: 0;
  }
}
@-webkit-keyframes left {
  0% {
    height: 100%;
    top: 0;
  }
  50% {
    bottom: 0;
    height: 0;
  }
  100% {
    bottom: 0;
    height: 100%;
  }
}
@keyframes left {
  0% {
    height: 100%;
    top: 0;
  }
  50% {
    bottom: 0;
    height: 0;
  }
  100% {
    bottom: 0;
    height: 100%;
  }
}
@-webkit-keyframes left-once {
  0% {
    bottom: 0;
    height: 0;
  }
  100% {
    bottom: 0;
    height: 100%;
  }
}
@keyframes left-once {
  0% {
    bottom: 0;
    height: 0;
  }
  100% {
    bottom: 0;
    height: 100%;
  }
}
@-webkit-keyframes right {
  0% {
    bottom: 0;
    height: 100%;
  }
  50% {
    bottom: 0;
    height: 0;
  }
  100% {
    height: 100%;
    top: 0;
  }
}
@keyframes right {
  0% {
    bottom: 0;
    height: 100%;
  }
  50% {
    bottom: 0;
    height: 0;
  }
  100% {
    height: 100%;
    top: 0;
  }
}
@-webkit-keyframes right-once {
  0% {
    height: 0;
    top: 0;
  }
  100% {
    height: 100%;
    top: 0;
  }
}
@keyframes right-once {
  0% {
    height: 0;
    top: 0;
  }
  100% {
    height: 100%;
    top: 0;
  }
}
@-webkit-keyframes rotate {
  0% {
    -webkit-transform: rotateZ(0);
            transform: rotateZ(0);
  }
  20% {
    -webkit-transform: rotateZ(0);
            transform: rotateZ(0);
  }
  25% {
    -webkit-transform: rotateZ(90deg);
            transform: rotateZ(90deg);
  }
  45% {
    -webkit-transform: rotateZ(90deg);
            transform: rotateZ(90deg);
  }
  50% {
    -webkit-transform: rotateZ(180deg);
            transform: rotateZ(180deg);
  }
  70% {
    -webkit-transform: rotateZ(180deg);
            transform: rotateZ(180deg);
  }
  75% {
    -webkit-transform: rotateZ(270deg);
            transform: rotateZ(270deg);
  }
  95% {
    -webkit-transform: rotateZ(270deg);
            transform: rotateZ(270deg);
  }
  100% {
    -webkit-transform: rotateZ(360deg);
            transform: rotateZ(360deg);
  }
}
@keyframes rotate {
  0% {
    -webkit-transform: rotateZ(0);
            transform: rotateZ(0);
  }
  20% {
    -webkit-transform: rotateZ(0);
            transform: rotateZ(0);
  }
  25% {
    -webkit-transform: rotateZ(90deg);
            transform: rotateZ(90deg);
  }
  45% {
    -webkit-transform: rotateZ(90deg);
            transform: rotateZ(90deg);
  }
  50% {
    -webkit-transform: rotateZ(180deg);
            transform: rotateZ(180deg);
  }
  70% {
    -webkit-transform: rotateZ(180deg);
            transform: rotateZ(180deg);
  }
  75% {
    -webkit-transform: rotateZ(270deg);
            transform: rotateZ(270deg);
  }
  95% {
    -webkit-transform: rotateZ(270deg);
            transform: rotateZ(270deg);
  }
  100% {
    -webkit-transform: rotateZ(360deg);
            transform: rotateZ(360deg);
  }
}
.main-banner {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  margin-bottom: 50px;
  position: relative;
}
.main-banner__btn-wrapper {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 10;
  text-align: center;
}
@media only screen and (max-width: 64em) {
  .main-banner__btn-wrapper {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    width: 220px;
    bottom: 10%;
  }
}
@media only screen and (min-width: 64.0625em) {
  .main-banner__btn-wrapper {
    bottom: 70px;
  }
}
.main-banner__btn-wrapper .c-btn {
  text-transform: uppercase;
  font-weight: bold;
  margin: 7px 0;
  min-width: 100px;
}
@media only screen and (min-width: 64.0625em) {
  .main-banner__btn-wrapper .c-btn {
    margin: 0 10px;
  }
}
.main-banner__btn-wrapper .c-btn:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.c-main-menu {
  -webkit-box-align: center;
          align-items: center;
  display: -webkit-box;
  display: flex;
  padding: 0 20px;
  width: 100%;
}
.c-main-menu__inner {
  color: inherit;
  text-decoration: none;
  font-size: 12px; /* add PX (or original value) as backup */
  font-size: 0.75rem;
}
.c-main-menu__imager {
  position: relative;
}
.c-main-menu__ico {
  fill: inherit;
}
.c-main-menu__ico.x-toggle-mobile-menu {
  display: none;
}
.c-main-menu__ico.x-toggle-mobile-menu.is-active {
  display: inline-block;
}
.c-main-menu__ico.x-toggle-mobile-menu + span {
  position: relative;
  top: -5px;
  padding-left: 5px;
}
.c-main-menu__content {
  display: none;
}
.c-main-menu__circle {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: 3px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-color: transparent;
  color: #000d42;
  font-weight: 700;
}
.c-main-menu__circle.hidden {
  display: none;
}
.c-main-menu .x-close {
  display: none;
}
@media only screen and (min-width: 64.0625em) {
  .c-main-menu {
    padding: 0;
  }
  .c-main-menu__content {
    display: block;
    margin-top: 8px;
  }
  .c-main-menu__imager {
    height: 27px;
  }
  .c-main-menu__inner {
    -webkit-transition: color 0.3s ease;
    transition: color 0.3s ease;
  }
  .c-main-menu__inner:hover {
    color: #000;
    fill: #000;
  }
  .c-main-menu__ico {
    -webkit-transition: fill 0.3s ease;
    transition: fill 0.3s ease;
  }
  .c-main-menu__ico--search {
    height: 27px;
    width: 29px;
  }
  .c-main-menu__ico--bag {
    height: 27px;
    width: 21px;
  }
  .c-main-menu__ico--heart {
    height: 26px;
    width: 29px;
  }
  .c-main-menu__ico--avatar {
    height: 27px;
    width: 23px;
  }
}
.c-main-menu__item {
  fill: #000;
  position: relative;
}
.c-main-menu__item + .c-main-menu__item {
  margin-left: 20px;
}
.c-main-menu__item--login.is-active:after {
  background: #000;
  bottom: -22px;
  content: '';
  height: 16px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  width: 16px;
  z-index: 1200;
}
.c-main-menu__item--login.is-active .c-fly-login {
  display: block;
}
.c-main-menu__item--login.is-active .c-main-menu__ico--avatar {
  fill: #000;
}
.c-main-menu__item--login.is-active .c-main-menu__content {
  color: #000;
}
.c-main-menu__item--desktop {
  display: none;
}
.c-main-menu__item--sticky-nav {
  position: static !important;
}
@media only screen and (max-width: 64em) {
  .c-main-menu__item--logo {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto !important;
    width: 140px;
  }
  .c-main-menu__item--search {
    margin-left: auto !important;
  }
}
@media only screen and (min-width: 64.0625em) {
  .c-main-menu__logo {
    width: 180px;
    font-size: 10px;
    text-align: left;
  }
  .c-main-menu__item {
    margin: 0;
    padding: 0 12px;
    text-align: center;
  }
  .c-main-menu__item--search.is-active:after {
    background: #fff;
    bottom: -22px;
    content: '';
    height: 16px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    width: 16px;
    z-index: 1200;
  }
  .c-main-menu__item--logo {
    margin: 0;
    padding: 0;
  }
  .c-main-menu__item--logo + .c-main-menu__item {
    -webkit-box-flex: 1;
            flex: 1;
    margin-left: auto;
  }
  .c-main-menu__item--mobile {
    display: none;
  }
  .c-main-menu__item--desktop {
    display: block;
  }
}
.c-micro-menu {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
          align-items: center;
  width: 100%;
}
.c-micro-menu__item {
  -webkit-box-flex: 1;
          flex: 1;
  color: #000;
  text-decoration: none;
  fill: #000;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.c-micro-menu__item h1 {
  line-height: 0.5;
}
.c-micro-menu__item:hover {
  color: #000;
  fill: #000;
}
.c-micro-menu__item svg {
  margin-right: 10px;
  position: relative;
  top: 3px;
  -webkit-transition: fill 0.3s ease;
  transition: fill 0.3s ease;
}
.c-mobile-prologue {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1050;
}
.c-mobile-main-menu {
  position: relative;
  height: 61px;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: ;
          justify-content: ;
  -webkit-box-align: center;
          align-items: center;
  background: #fff;
  padding: 0 10px;
  border-bottom: 1px solid #e8e8e8;
}
.c-mobile-main-menu__inner {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: ;
          justify-content: ;
  -webkit-box-align: center;
          align-items: center;
}
.c-mobile-main-menu__item {
  fill: #000;
  color: #000;
  padding: 0 10px;
  text-decoration: none;
  position: relative;
}
.c-mobile-main-menu__item--cart {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  width: 40px;
  height: 40px;
  background-color: #0057b8;
  fill: #fff;
}
.c-mobile-main-menu__item--margined {
  margin-left: auto;
}
.c-mobile-main-menu__item.is-active .x-close {
  display: block;
}
.c-mobile-main-menu__item.is-active .x-open {
  display: none;
}
.c-mobile-main-menu__item--with-arrow.is-active:after {
  content: '';
  width: 15px;
  height: 15px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  background: #fff;
  position: absolute;
  bottom: -37px;
  right: 0;
  left: 0;
  margin: auto;
  z-index: 50;
}
.c-mobile-main-menu__item .x-close {
  display: none;
}
.c-mobile-main-menu__logo {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 140px;
  height: 55px;
}
@media only screen and (min-width: 64.0625em) {
  .c-mobile-prologue {
    display: none;
  }
  .c-mobile-main-menu {
    display: none;
  }
}
.c-modals {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2500;
  background: rgba(0,0,0,0.8);
  display: none;
}
.c-modals__inner {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  height: 100%;
  position: relative;
}
.c-modal {
  background: #fff;
  max-width: calc(100% - 30px);
  max-height: 80vh;
  display: -webkit-inline-box;
  display: inline-flex;
  position: relative;
  z-index: 10;
  display: none;
}
.c-modal__inner {
  padding: 15px;
  position: relative;
  overflow-y: hidden;
  z-index: 10;
}
.c-modal__close {
  fill: #6b6b6b;
  text-decoration: none;
  position: absolute;
  top: 20px;
  right: 20px;
  cursor: pointer;
  z-index: 600;
}
@media only screen and (min-width: 64.0625em) {
  .c-modal {
    max-width: 50%;
  }
  .c-modal__inner {
    padding: 62px;
    min-width: 500px;
  }
}
.nav-links {
  display: -webkit-box;
  display: flex;
  margin-bottom: 20px;
}
.nav-links__item {
  margin-right: 35px;
  font-size: 10px; /* add PX (or original value) as backup */
  font-size: 0.625rem;
  color: rgba(0,0,0,0.5);
  text-decoration: none;
  text-transform: uppercase;
}
.nav-links__item:hover {
  text-decoration: underline;
}
.nav-links__item:last-child {
  margin-right: 0;
}
.c-new {
  margin-bottom: 30px;
}
.c-new--last {
  margin-bottom: 0;
}
.c-new__title {
  font-size: 18px; /* add PX (or original value) as backup */
  font-size: 1.125rem;
  font-weight: bold;
  margin: 0 0 13px;
}
.c-new__caption {
  display: none;
}
.c-new__caption--last {
  margin-bottom: 0;
}
.c-new__content {
  margin: 13px 0;
}
.c-new__inner {
  -webkit-box-align: start;
          align-items: flex-start;
  text-decoration: none;
}
.c-new__footer {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: start;
          align-items: flex-start;
  margin: 13px 0;
  font-weight: bold;
  color: inherit;
  text-decoration: none;
}
.c-new__footer .i-ico {
  margin-left: 10px;
}
.c-new__imager {
  margin-right: 18px;
  max-height: 110px;
  overflow: hidden;
  -webkit-box-flex: 0;
          flex: 0 0 110px;
}
@media only screen and (min-width: 64.0625em) {
  .c-new {
    float: left;
    clear: none;
    text-align: inherit;
    width: 49%;
    margin-left: 0%;
    margin-right: 2%;
    margin-bottom: 0;
  }
  .c-new::after {
    content: '';
    display: table;
    clear: both;
  }
  .c-new:nth-child(n) {
    margin-right: 2%;
    float: left;
    clear: none;
  }
  .c-new:nth-child(2n) {
    margin-right: 0%;
    float: right;
  }
  .c-new:nth-child(2n + 1) {
    clear: both;
  }
  .c-new__imager {
    max-height: 170px;
    flex-basis: 170px;
    margin-right: 30px;
  }
  .c-new__read-time {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
            align-items: center;
    padding-right: 35px;
    font-weight: bold;
  }
  .c-new__read-time .i-ico {
    margin-right: 3px;
  }
  .c-new__section {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: stretch;
            justify-content: stretch;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    height: 170px;
    max-width: 380px;
  }
  .c-new__title {
    margin-bottom: 0;
    height: 42px;
  }
  .c-new__date {
    color: #6b6b6b;
  }
  .c-new__caption {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
            align-items: center;
    margin: 17px 0 19px;
    font-size: 12px; /* add PX (or original value) as backup */
    font-size: 0.75rem;
  }
  .c-new__content {
    height: 50px;
  }
  .c-new__footer {
    margin-top: auto;
  }
}
.c-parade {
  position: relative;
  overflow: hidden;
}
.c-parade__content {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  position: relative;
}
.c-parade__content {
  display: -webkit-box;
  display: flex;
}
.c-price-list {
  font-size: 14px; /* add PX (or original value) as backup */
  font-size: 0.875rem;
}
.c-price-list--detail .c-price-list__inner {
  -webkit-box-pack: start;
          justify-content: flex-start;
}
.c-price-list--detail .c-price-list__item {
  font-size: 20px;
}
.c-price-list--detail .c-price-list__item--base {
  margin-right: 20px;
}
.c-price-list--detail .c-price-list__item--percent {
  margin-right: 15px;
  margin-left: 0;
}
.c-price-list__inner {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: baseline;
          align-items: baseline;
  -webkit-box-pack: center;
          justify-content: center;
}
.c-price-list__item--base {
  color: #9b9b9b;
  text-decoration: line-through;
}
.c-price-list__item--percent {
  margin-left: 10px;
  margin-right: 10px;
  color: #000;
  font-weight: 700;
}
.c-price-list__item--highlighted {
  color: #d00000;
}
.c-price-list__item--main {
  font-weight: 700;
}
.c-price-list--small .c-price-list {
  font-size: 12px; /* add PX (or original value) as backup */
  font-size: 0.75rem;
}
.c-price-list--large .c-price-list {
  font-size: 20px; /* add PX (or original value) as backup */
  font-size: 1.25rem;
}
.c-price-list--large .c-price-list__item--middle {
  margin: 0 20px;
}
.c-price-list--flex .c-price-list__inner {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
          align-items: center;
}
.c-progress-bar {
  position: relative;
  margin: 18px 0 25px;
  color: #fff;
  font-size: 12px; /* add PX (or original value) as backup */
  font-size: 0.75rem;
}
.c-progress-bar__inner {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
}
.c-progress-bar__btn {
  background-color: #e0e0e0;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  line-height: 2.5;
  text-align: center;
}
.c-progress-bar__line {
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #e0e0e0;
  top: 15px;
  z-index: -1;
}
.c-progress-bar__fill {
  background: #000;
  height: 2px;
}
.c-progress-bar--1 .c-progress-bar__btn:first-child {
  background: #000;
  color: #fff;
}
.c-progress-bar--1 .c-progress-bar__fill {
  width: calc(25% + 15px);
}
.c-progress-bar--2 .c-progress-bar__btn:nth-child(-n+2) {
  background: #000;
  color: #fff;
}
.c-progress-bar--2 .c-progress-bar__fill {
  width: 75%;
}
.c-progress-bar--3 .c-progress-bar__btn {
  background: #000;
  color: #fff;
}
.c-progress-bar--3 .c-progress-bar__fill {
  width: 100%;
}
.mini-cart {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  width: 40px;
  height: 40px;
  position: relative;
  background-color: #0057b8;
}
.mini-cart__icon {
  fill: #fff;
}
.mini-cart__counter {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: 3px;
  background: transparent;
  border: none;
  color: #0057b8;
  font-size: 12px; /* add PX (or original value) as backup */
  font-size: 0.75rem;
  font-weight: 700;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.user {
  margin-right: 30px;
}
.user__link {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  height: 100%;
  margin-right: 15px;
  text-decoration: none;
  color: #fff;
}
.user__content {
  display: block;
  line-height: 12px;
  letter-spacing: 0.02px;
  font-size: 10px; /* add PX (or original value) as backup */
  font-size: 0.625rem;
}
.c-resume {
  font-size: 12px; /* add PX (or original value) as backup */
  font-size: 0.75rem;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  padding: 25px 0 30px;
}
.c-resume + .c-resume {
  border-top: 1px solid #e0e0e0;
}
.c-resume small {
  font-size: 10px; /* add PX (or original value) as backup */
  font-size: 0.625rem;
}
.c-resume__img {
  flex-basis: 70px;
  margin-right: 19px;
  max-width: 70px;
}
.c-resume__row {
  margin: 9px 0;
}
.c-price {
  font-size: 14px; /* add PX (or original value) as backup */
  font-size: 0.875rem;
  margin-right: 10px;
}
.sale-panel {
  position: relative;
  z-index: 6;
  background-color: #0057b8;
}
.sale-panel--active .sale-panel__plus:after {
  opacity: 0;
  visibility: hidden;
}
.sale-panel__inner {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  flex-wrap: wrap;
  padding-top: 5px;
  padding-bottom: 5px;
  min-height: 40px;
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 10px; /* add PX (or original value) as backup */
  font-size: 0.625rem;
}
.sale-panel__inner > span {
  padding: 0 5px;
}
.sale-panel__inner > a {
  color: #fff;
}
.sale-panel__plus {
  width: 14px;
  height: 14px;
  margin-left: 15px;
  position: relative;
  cursor: pointer;
}
@media only screen and (min-width: 600px) {
  .sale-panel__plus {
    margin-left: 30px;
  }
}
.sale-panel__plus:before,
.sale-panel__plus:after {
  display: block;
  content: "";
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  position: absolute;
  background-color: #fff;
}
.sale-panel__plus:before {
  top: 6px;
  width: 14px;
  height: 2px;
}
.sale-panel__plus:after {
  left: 6px;
  height: 14px;
  width: 2px;
}
.sale-panel__wrapper {
  display: none;
  z-index: 2;
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  padding-top: 25px;
  padding-bottom: 25px;
  background-color: #fff;
}
@media only screen and (min-width: 1280px) {
  .sale-panel__wrapper {
    padding-bottom: 50px;
  }
}
.sale-panel__list {
  display: grid;
  grid-gap: 30px;
  grid-template-columns: 1fr;
  justify-items: center;
}
@media only screen and (min-width: 600px) {
  .sale-panel__list {
    grid-template-columns: repeat(3, 1fr);
    justify-items: flex-start;
  }
}
.sale-panel__item {
  text-decoration: none;
}
.sale-panel__image-wrapper {
  margin-bottom: 15px;
}
.sale-panel__title {
  line-height: 14px;
  font-size: 12px; /* add PX (or original value) as backup */
  font-size: 0.75rem;
}
.sale-panel__title:hover {
  text-decoration: underline;
}
.c-scroll-lock {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1200;
  opacity: 0;
  display: none;
  background: rgba(0,0,0,0.7);
  -webkit-transition: opacity 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out;
}
.c-scroll-lock.is-active {
  display: block;
}
.c-scroll-lock.is-opacity {
  opacity: 1;
}
@media only screen and (max-width: 1024px) {
  .c-search {
    display: none;
    position: fixed;
    top: 61px;
    left: 0;
    width: 100%;
    z-index: 999;
  }
}
.c-search.js-scroll-locked-opacity {
  opacity: 1;
}
.c-search.js-scroll-locked-active {
  display: block;
}
.c-search__header {
  position: relative;
}
.c-search__header svg {
  fill: #6b6b6b;
  cursor: pointer;
}
.c-search__input[type="text"] {
  width: 100%;
  height: 80px;
  background-color: #fff;
  border: none;
  font-size: 18px; /* add PX (or original value) as backup */
  font-size: 1.125rem;
}
@media only screen and (min-width: 64.0625em) {
  .c-search__input[type="text"] {
    width: 198px;
    height: 30px;
    padding: 0;
    border-bottom: 1px solid #979797;
    background-color: transparent;
    outline: none;
    font-size: 13px;
    font-size: 0.8125rem;
  }
  .c-search__input[type="text"]:focus {
    border-bottom-color: #000;
  }
}
.c-search__lookup {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 50px;
  text-decoration: none;
}
@media only screen and (min-width: 64.0625em) {
  .c-search__lookup {
    display: block;
    height: 30px;
    width: 30px;
  }
}
.c-search__lookup svg {
  width: 32px;
}
@media only screen and (min-width: 64.0625em) {
  .c-search__lookup svg {
    width: 16px;
  }
}
.c-search__item {
  font-size: 14px; /* add PX (or original value) as backup */
  font-size: 0.875rem;
  padding: 10px 15px 10px 0;
  color: #2b2b2b;
  text-decoration: none;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -webkit-transition: padding-left 0.3s ease-in, color 0.3s ease-in-out;
  transition: padding-left 0.3s ease-in, color 0.3s ease-in-out;
}
.c-search__item.is-active {
  color: #000;
  font-weight: bold;
  padding-left: 10px;
}
.c-search__item.is-active small {
  color: #000;
  font-weight: bold;
}
.c-search__item small {
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
  font-size: 12px; /* add PX (or original value) as backup */
  font-size: 0.75rem;
  padding-left: 20px;
  color: #000;
  margin-left: auto;
}
.c-search__inner {
  display: none;
  background: #e0e0e0;
  padding: 15px 0 36px;
}
.c-search__col {
  display: none;
}
.c-search #suggestion_result {
  -webkit-box-flex: 1;
          flex: 1 0;
  overflow-y: hidden;
}
.c-search #suggestion_result.is-overflow {
  overflow-y: scroll;
}
@media only screen and (max-width: 64em) {
  .c-search #suggestion_result {
    max-height: calc(100vh - 185px);
  }
}
@media only screen and (min-width: 64.0625em) {
  .c-search #suggestion_result {
    max-height: calc(100vh - 270px);
  }
}
@media only screen and (min-width: 64.0625em) {
  .c-search__col {
    -webkit-box-flex: 0;
            flex: 0 0 34px;
    display: block;
  }
  .c-search__cols {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
            align-items: flex-start;
  }
  .c-search__cols svg {
    margin-top: 10px;
    fill: #b6b6b6;
  }
}
.c-select {
  font-size: 12px; /* add PX (or original value) as backup */
  font-size: 0.75rem;
  cursor: pointer;
  position: relative;
}
.c-select__ico {
  margin-left: auto;
}
.c-select__current {
  -webkit-box-align: center;
          align-items: center;
  display: -webkit-box;
  display: flex;
  height: 100%;
  padding: 0 11px;
  width: 100%;
  border: 1px solid #e0e0e0;
}
.c-select.is-active .c-select__current {
  border-bottom-color: transparent;
}
.c-select__inner {
  background: #fff;
  color: #000;
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  z-index: 10;
  border: 1px solid #e0e0e0;
  border-top-color: transparent;
}
.c-select.has-scroll .c-select__inner {
  max-height: 230px;
  overflow-y: scroll;
}
.c-select.is-active .c-select__inner,
.c-select__inner.is-active {
  display: -webkit-box;
  display: flex;
}
.c-select__item {
  text-align: left;
  text-decoration: none;
}
.c-select__item--disabled {
  text-decoration: line-through;
}
.c-select__item--disabled:hover {
  background: none !important;
}
.c-select__item--disabled:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background: #fff;
  opacity: 0.5;
}
.c-select__item--disabled > * {
  text-decoration: inherit;
}
.c-select__item.is-active,
.c-select__item:hover {
  background: #e0e0e0;
}
.c-select .x-last-piece {
  float: right;
  pointer-events: none;
}
.c-select--disabled .c-select__current {
  opacity: 0.5;
}
.c-select--large {
  height: 50px;
  min-width: 200px;
}
.c-select--large .c-select__current {
  border: 1px solid #e0e0e0;
}
.c-select--large .c-select__inner {
  border: 1px solid #e0e0e0;
  border-top: 0;
  padding: 8px 0 10px;
}
.c-select--large .c-select__current,
.c-select--large .c-select__item,
.c-select--large .c-select__heading {
  padding: 10px 15px;
}
.c-select--table {
  width: 290px;
  height: 50px;
}
.c-select--table .c-select__item,
.c-select--table .c-select__heading {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
}
.c-select--table .c-select__current {
  border: 1px solid #e0e0e0;
}
.c-select--table .c-select__inner {
  border: 1px solid #e0e0e0;
  border-top: 0;
  padding: 8px 0 10px;
}
.c-select--table .c-select__current,
.c-select--table .c-select__item,
.c-select--table .c-select__heading {
  padding: 10px 15px;
}
.margin__left--5 {
  margin-left: 5px;
}
.margin__left--10 {
  margin-left: 10px;
}
.margin__left--15 {
  margin-left: 15px;
}
.margin__left--20 {
  margin-left: 20px;
}
.margin__left--25 {
  margin-left: 25px;
}
.margin__left--30 {
  margin-left: 30px;
}
.margin__right--5 {
  margin-right: 5px;
}
.margin__right--10 {
  margin-right: 10px;
}
.margin__right--15 {
  margin-right: 15px;
}
.margin__right--20 {
  margin-right: 20px;
}
.margin__right--25 {
  margin-right: 25px;
}
.margin__right--30 {
  margin-right: 30px;
}
.c-slider__caption {
  display: -webkit-box;
  display: flex;
  font-weight: bold;
  -webkit-box-pack: justify;
          justify-content: space-between;
  margin-bottom: 30px;
}
.c-slider__count {
  color: #6b6b6b;
  font-weight: lighter;
}
.c-slider__inner {
  width: calc(100% - 16px);
}
.noUi-target {
  background: #e0e0e0;
  border-radius: 3px;
  height: 4px;
  position: relative;
}
.noUi-target,
.noUi-target * {
  touch-action: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  -webkit-touch-callout: none;
}
.noUi-base {
  height: 100%;
  height: inherit;
  position: relative;
  width: 100%;
  z-index: 1;
}
.noUi-connects {
  height: 100%;
  position: relative;
  width: 100%;
  z-index: 1;
}
.noUi-connects .noUi-connect {
  background: #6b6b6b;
}
.noUi-origin,
.noUi-connect {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
  width: 100%;
  will-change: transform;
  z-index: 1;
}
.noUi-tooltip {
  font-size: 13px; /* add PX (or original value) as backup */
  font-size: 0.8125rem;
  font-weight: bold;
  position: absolute;
  top: -47px;
}
.noUi-handle {
  background: #fff;
  border: 3px solid #6b6b6b;
  border-radius: 50%;
  height: 18px;
  left: auto;
  position: absolute;
  right: -17px;
  top: -7px;
  width: 18px;
}
.charity-cart .noUi-handle.noUi-handle-lower,
.charity-detail .noUi-handle.noUi-handle-lower {
  width: 20px;
  height: 20px;
  border: unset;
  border-radius: unset;
  background: #ff5f00;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.charity-cart .noUi-handle.noUi-handle-lower::before,
.charity-detail .noUi-handle.noUi-handle-lower::before,
.charity-cart .noUi-handle.noUi-handle-lower::after,
.charity-detail .noUi-handle.noUi-handle-lower::after {
  content: '';
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  background: #ff5f00;
  border-radius: 50%;
  z-index: -1;
}
.charity-cart .noUi-handle.noUi-handle-lower::before,
.charity-detail .noUi-handle.noUi-handle-lower::before {
  top: 0;
  left: -10px;
}
.charity-cart .noUi-handle.noUi-handle-lower::after,
.charity-detail .noUi-handle.noUi-handle-lower::after {
  top: -10px;
  right: 0;
}
.noUi-handle:active,
.noUi-handle:focus {
  outline: none;
}
.noUi-tooltip {
  white-space: nowrap;
}
.charity-cart .noUi-tooltip,
.charity-detail .noUi-tooltip {
  top: 0;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  font-size: 10px;
  color: #fff;
}
.noUi-handle-upper .noUi-tooltip {
  right: 0;
}
.noUi-handle-lower .noUi-tooltip {
  left: 0;
}
.c-slider__inner[disabled] {
  cursor: not-allowed;
  background: #6b6b6b;
}
.c-slider__inner[disabled] .noUi-handle {
  border-color: #6b6b6b;
}
.charity-cart .noUi-connects .noUi-connect,
.charity-detail .noUi-connects .noUi-connect {
  background-image: linear-gradient(269deg, #ff7b00, #f00);
}
.charity-cart .noUi-handle::before,
.charity-detail .noUi-handle::before,
.charity-cart .noUi-handle content '',
.charity-detail .noUi-handle content '',
.charity-cart .noUi-handle display block,
.charity-detail .noUi-handle display block,
.charity-cart .noUi-handle width 30px,
.charity-detail .noUi-handle width 30px,
.charity-cart .noUi-handle height 30px,
.charity-detail .noUi-handle height 30px,
.charity-cart .noUi-handle position absolute,
.charity-detail .noUi-handle position absolute,
.charity-cart .noUi-handle top 0,
.charity-detail .noUi-handle top 0,
.charity-cart .noUi-handle left -15px,
.charity-detail .noUi-handle left -15px,
.charity-cart .noUi-handle background red,
.charity-detail .noUi-handle background red,
.charity-cart .noUi-handle border-radius 50%,
.charity-detail .noUi-handle border-radius 50%,
.charity-cart .noUi-handle z-index -1,
.charity-detail .noUi-handle z-index -1,
.charity-cart .noUi-handle::after,
.charity-detail .noUi-handle::after {
  content: '';
  display: block;
  width: 30px;
  height: 30px;
  position: absolute;
  top: -15px;
  right: 0;
  background: #e02020;
  border-radius: 50%;
  z-index: -1;
}
.c-stock {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: start;
          justify-content: flex-start;
  margin: 20px 0;
}
.c-stock .i-ico {
  fill: #d00000;
  margin-right: 6px;
}
.c-stock__item {
  margin: 0 20px;
  text-align: left;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
}
.c-stock__item + .c-stock__item {
  margin-top: 10px;
}
.c-stock__item.is-available .i-ico {
  fill: #0c6;
}
.c-stores {
  margin: 40px 0;
}
@media only screen and (min-width: 64.0625em) {
  .c-stores__inner {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
            justify-content: space-between;
  }
}
@media only screen and (max-width: 64em) {
  .c-stores__inner img {
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 64.0625em) {
  .c-stores .slick-slide {
    min-height: 440px;
    min-width: 600px;
  }
}
.c-stores .stores-slick {
  position: relative;
  overflow: hidden;
}
@media only screen and (min-width: 64.0625em) {
  .c-stores .stores-slick {
    height: 440px;
    max-width: 600px;
  }
}
.c-stores .stores-slick .slick-arrow {
  top: -20px !important;
}
@media only screen and (max-width: 64em) {
  .c-stores .stores-slick .slick-arrow.arrow-right {
    right: 0 !important;
  }
}
@media only screen and (max-width: 64em) {
  .c-stores .stores-slick .slick-arrow.arrow-left {
    left: 0 !important;
  }
}
@media only screen and (min-width: 64.0625em) {
  .c-stores .stores-slick > div {
    height: 440px;
  }
}
@media only screen and (min-width: 64.0625em) {
  .c-stores .stores-slick img {
    max-height: 440px;
    max-width: 800px;
  }
}
@media only screen and (min-width: 64.0625em) {
  .c-stores .slick-list {
    height: 440px;
  }
}
.c-stores__row {
  position: relative;
}
.c-stores__row > div + div {
  margin-top: 40px;
}
@media only screen and (min-width: 64.0625em) {
  .c-stores__row {
    -webkit-box-flex: 0;
            flex: 0 1 50%;
  }
}
.c-stores__row--map {
  -webkit-box-ordinal-group: 3;
          order: 2;
}
@media only screen and (min-width: 64.0625em) {
  .c-stores__row--content {
    padding-top: 35px;
  }
}
.c-stores__row .c-media__img {
  margin-right: 30px;
}
.c-stores__row .c-media > div:last-child > div {
  margin-bottom: 20px;
  line-height: 1.7;
}
#smichovMap,
#bratislavaMap,
#smichovWalk,
#bratislavaWalk,
#palladiumMap,
#sterboholyMap,
#sterboholyWalk {
  text-align: center;
  margin: 40px 0;
}
#smichovMap iframe,
#bratislavaMap iframe,
#smichovWalk iframe,
#bratislavaWalk iframe,
#palladiumMap iframe,
#sterboholyMap iframe,
#sterboholyWalk iframe {
  width: 100%;
  height: 600px;
  max-height: calc(100vh - 160px);
}
@media only screen and (min-width: 64.0625em) {
  #smichovMap iframe,
  #bratislavaMap iframe,
  #smichovWalk iframe,
  #bratislavaWalk iframe,
  #palladiumMap iframe,
  #sterboholyMap iframe,
  #sterboholyWalk iframe {
    max-height: calc(100vh - 80px);
  }
}
.c-strip {
  padding: 18px 30px;
  display: block;
  text-decoration: none;
  margin: 40px 0;
}
.c-strip__inner {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
}
.c-strip--black {
  color: #fff;
  background: #000;
}
.c-table {
  font-size: 12px; /* add PX (or original value) as backup */
  font-size: 0.75rem;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
}
.c-table--stripped > .c-table__row:nth-child(even) {
  background: #f1f1f1;
}
.c-table__header {
  font-size: 13px; /* add PX (or original value) as backup */
  font-size: 0.8125rem;
}
.c-table__cell {
  padding: 12px 20px;
}
.c-table__row {
  display: -webkit-box;
  display: flex;
  -webkit-box-flex: 0;
          flex-grow: 0;
  flex-wrap: wrap;
  width: 100%;
}
.c-parameters display flex {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
}
.c-parameters display flex > div:first-child {
  margin-bottom: 30px;
}
.c-parameters th {
  padding-right: 10px;
  text-align: left;
  width: 150px;
}
.c-parameters td {
  padding-left: 10px;
}
.c-parameters tbody:not(:last-child) tr:last-child td,
.c-parameters tbody:not(:last-child) tr:last-child th {
  padding-bottom: 20px;
}
.c-parameters .x-image {
  width: 40px;
}
.c-parameters .x-image img {
  max-height: 35px;
  max-width: 40px;
}
.c-tab {
  border-bottom: 1px solid #e0e0e0;
}
.c-tab__header {
  display: none;
}
.c-tab__heading {
  font-size: 16px; /* add PX (or original value) as backup */
  font-size: 1rem;
  margin: 22px 0 0;
  padding-bottom: 22px;
  font-weight: bold;
  text-decoration: none;
  color: inherit;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: justify;
          justify-content: space-between;
}
.c-tab.is-active .c-tab__heading {
  border-bottom: 3px solid #000;
}
.c-tab.is-active .c-tab__ico {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.c-tab__inner {
  margin: 25px 0 55px;
  display: none;
}
.c-tab.is-active .c-tab__inner {
  display: block;
}
@media only screen and (min-width: 64.0625em) {
  .c-tabs {
    border-bottom: 1px solid #e0e0e0;
    padding-bottom: 50px;
  }
  .c-tab {
    border-bottom: none;
  }
  .c-tab__ico {
    display: none;
  }
  .c-tab__inner {
    margin-top: 45px;
  }
  .c-tab__header {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
            align-items: center;
    -webkit-box-pack: center;
            justify-content: center;
    border-bottom: 1px solid #e0e0e0;
  }
  .c-tab__header .c-tab__heading.is-active {
    border-bottom: 3px solid #000;
  }
  .c-tab__heading {
    font-size: 14px; /* add PX (or original value) as backup */
    font-size: 0.875rem;
    font-weight: normal;
    margin-left: 20px;
    margin-right: 20px;
    border-bottom: 3px solid transparent;
  }
  .c-tab > .c-tab__heading {
    display: none;
  }
}
.c-thumb {
  text-decoration: none;
  text-align: center;
  position: relative;
  display: inline-block;
  height: 100%;
}
.c-thumb__inner {
  display: -webkit-inline-box;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  height: 100%;
  position: relative;
  max-width: 100%;
}
.c-thumb__imager {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: end;
          align-items: flex-end;
  overflow: hidden;
}
.c-thumb__imager img {
  max-width: none;
}
.c-thumb__labels {
  position: absolute;
  top: 16px;
  left: -10px;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
}
.c-thumb__label + .c-thumb__label {
  margin-top: 5px;
}
.c-thumb__prices {
  margin-top: auto;
}
.c-thumb--huge .c-thumb__imager {
  max-height: 419px;
  overflow: hidden;
}
.c-thumb--huge .c-thumb__imager img {
  max-height: 419px;
}
@media only screen and (min-width: 64.0625em) {
  .c-thumb--huge .c-thumb__imager {
    max-height: 266px;
  }
  .c-thumb--huge .c-thumb__imager img {
    max-height: 266px;
  }
}
.c-thumb--medium .c-thumb__prices,
.c-thumb--medium .c-thumb__title {
  padding-left: 5px;
  padding-right: 5px;
}
@media only screen and (min-width: 64.0625em) {
  .c-thumb--medium .c-thumb__title {
    font-size: 14px; /* add PX (or original value) as backup */
    font-size: 0.875rem;
    margin-top: 17px;
    margin-bottom: 12px;
  }
  .c-thumb--medium .c-thumb__imager {
    max-height: 266px;
    overflow: hidden;
  }
  .c-thumb--medium .c-thumb__prices,
  .c-thumb--medium .c-thumb__title {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.c-title {
  margin: 20px 0;
}
@media only screen and (min-width: 64.0625em) {
  .c-title {
    margin: 30px 0 40px;
  }
}
.c-title__title {
  font-size: 28px; /* add PX (or original value) as backup */
  font-size: 1.75rem;
  margin: 0;
  text-align: center;
}
.c-title--regular {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
          align-items: center;
}
@media only screen and (min-width: 64.0625em) {
  .c-title--pulled {
    background: #fff;
    padding: 35px 0 10px;
  }
}
@media only screen and (min-width: 75.0625em) {
  .c-title--pulled {
    margin-top: -7%;
  }
}
@media only screen and (min-width: 64.0625em) {
  .c-title--non-regular {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
            justify-content: space-between;
  }
}
@media only screen and (min-width: 64.0625em) {
  .c-title--non-regular .c-title__title {
    -webkit-box-flex: 0;
            flex: 0 0 295px;
    padding-right: 50px;
  }
}
.c-title--non-regular .c-title__desc {
  display: none;
}
@media only screen and (min-width: 64.0625em) {
  .c-title--non-regular .c-title__desc {
    font-size: 11px;
    font-size: 0.6875rem;
    line-height: 1.5;
    display: -webkit-box;
    display: flex;
    padding-right: 80px;
  }
}
.c-tooltip {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
}
.c-tooltip__ico {
  cursor: pointer;
  background: #6b6b6b;
  width: 14px;
  height: 14px;
  padding: 2px;
  text-align: center;
  display: inline-block;
  color: #fff;
  border-radius: 50%;
  margin: 0 5px;
  font-size: 9px;
}
.tw h1 {
  font-size: 20px;
  font-weight: 700;
}
.tw-video-wrap {
  display: block;
}
.tw-logo-wrap {
  display: block;
  padding: 60px 0 30px 0;
}
.tw h2 {
  color: #000;
  font-size: 20px;
  font-weight: 700;
}
.tw-wrap {
  margin: -1.5em 0 3em 0;
  font-size: 13px;
}
.tw-wrap b {
  display: block;
  padding: 3em 0 1em;
}
.c-why-us__ico {
  height: 50px;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: end;
          align-items: flex-end;
}
.c-why-us__ico img {
  width: 100%;
  height: 100%;
}
.c-why-us__title + p {
  line-height: 1.4;
  margin-top: 4px;
}
@media only screen and (min-width: 64.0625em) {
  .c-why-us__title + p {
    margin-top: 7px;
  }
}
.c-wysiwyg__title {
  margin: 30px 0 !important;
}
.c-wysiwyg__accordion > div {
  padding: 20px 0;
}
.c-wysiwyg__accordion-trigger {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
          align-items: center;
  cursor: pointer;
  margin: 0 !important;
  padding: 20px 0 25px;
  font-size: 14px; /* add PX (or original value) as backup */
  font-size: 0.875rem;
  font-weight: bold;
  color: #000 !important;
  text-decoration: none;
  border-bottom: 1px solid #e0e0e0;
}
.c-wysiwyg__accordion-trigger + div {
  display: none;
}
.c-wysiwyg__accordion-trigger.is-active > svg {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.c-wysiwyg__accordion-trigger.is-active + div {
  display: block;
}
.c-wysiwyg h1 {
  font-size: 20px; /* add PX (or original value) as backup */
  font-size: 1.25rem;
  font-weight: bold;
  margin: 25px 0;
}
.c-wysiwyg h2 {
  font-size: 18px; /* add PX (or original value) as backup */
  font-size: 1.125rem;
  font-weight: bold;
  margin: 20px 0;
  color: #000;
}
.c-wysiwyg h3 {
  font-size: 14px; /* add PX (or original value) as backup */
  font-size: 0.875rem;
  font-weight: bold;
  margin: 20px 0;
}
.c-wysiwyg hr {
  border: none;
  border-bottom: 1px solid #e0e0e0;
  margin: 40px 0;
}
.c-wysiwyg ul {
  padding-left: 35px;
}
.c-wysiwyg ol {
  padding-left: 30px;
}
.c-wysiwyg ol li {
  padding-left: 5px;
}
.c-wysiwyg li {
  margin: 3px 0;
}
.c-wysiwyg a {
  color: #d00000;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.c-wysiwyg a:hover {
  color: #920000;
}
.c-wysiwyg .c-tab__header {
  -webkit-box-pack: start;
          justify-content: flex-start;
}
.c-wysiwyg .c-tab__header .c-tab__heading {
  font-weight: bold;
  color: #000;
}
.g-y0 {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  position: relative;
}
.g-container {
  max-width: 1200px;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  margin: 0 auto;
}
.g-container--free {
  padding-left: 0;
  padding-right: 0;
}
@media only screen and (min-width: 64.0625em) {
  .g-tpl-aside {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
            justify-content: space-between;
  }
  .g-tpl-aside__aside,
  .g-tpl-aside__content {
    -webkit-box-flex: 0;
            flex: 0;
  }
  .g-tpl-aside__aside {
    flex-basis: 370px;
  }
  .g-tpl-aside__content {
    flex-basis: 769px;
  }
  .g-tpl-aside--ext .g-tpl-aside__aside {
    -webkit-box-ordinal-group: 2;
            order: 1;
  }
}
@media only screen and (min-width: 64.0625em) {
  .g-tpl-category {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
            justify-content: space-between;
  }
  .g-tpl-category__aside,
  .g-tpl-category__content {
    -webkit-box-flex: 0;
            flex: 0;
  }
  .g-tpl-category__aside {
    flex-basis: 300px;
  }
  .g-tpl-category__content {
    flex-basis: 885px;
  }
}
.g-user-tpl {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
}
.g-user-tpl__aside,
.g-user-tpl__content {
  -webkit-box-flex: 0;
          flex: 0;
}
.g-user-tpl__aside {
  flex-basis: 270px;
}
.g-user-tpl__content {
  flex-basis: 870px;
}
.g-user-tpl--ext .g-tpl-aside__aside {
  -webkit-box-ordinal-group: 2;
          order: 1;
}
@media only screen and (min-width: 64.0625em) {
  .l-badge-list {
    padding-left: 15px;
    padding-right: 15px;
  }
  .l-badge-list__inner {
    margin: 0;
    padding: 0;
  }
  .l-badge-list__inner:before,
  .l-badge-list__inner:after {
    content: '';
    display: table;
    clear: both;
  }
  .l-badge-list__inner .c-badge {
    margin-bottom: 2%;
  }
  .l-badge-list__inner--small .c-badge {
    float: left;
    clear: none;
    text-align: inherit;
    width: 31.999999999999996%;
    margin-left: 0%;
    margin-right: 2%;
    height: 315px;
  }
  .l-badge-list__inner--small .c-badge::after {
    content: '';
    display: table;
    clear: both;
  }
  .l-badge-list__inner--small .c-badge:nth-child(n) {
    margin-right: 2%;
    float: left;
    clear: none;
  }
  .l-badge-list__inner--small .c-badge:nth-child(3n) {
    margin-right: 0%;
    float: right;
  }
  .l-badge-list__inner--small .c-badge:nth-child(3n + 1) {
    clear: both;
  }
  .l-badge-list__inner--medium .c-badge {
    float: left;
    clear: none;
    text-align: inherit;
    width: 49%;
    margin-left: 0%;
    margin-right: 2%;
    height: 310px;
  }
  .l-badge-list__inner--medium .c-badge::after {
    content: '';
    display: table;
    clear: both;
  }
  .l-badge-list__inner--medium .c-badge:nth-child(n) {
    margin-right: 2%;
    float: left;
    clear: none;
  }
  .l-badge-list__inner--medium .c-badge:nth-child(2n) {
    margin-right: 0%;
    float: right;
  }
  .l-badge-list__inner--medium .c-badge:nth-child(2n + 1) {
    clear: both;
  }
}
.l-card-list__inner:before,
.l-card-list__inner:after {
  content: '';
  display: table;
  clear: both;
}
.l-carousel-promos {
  margin-bottom: 50px;
}
.l-carousel-promos__title {
  text-decoration: none;
  font-weight: normal;
  color: #6b6b6b;
  font-weight: 4002;
}
.l-carousel-promos__title.is-active {
  font-weight: bold;
  color: #000;
}
.l-carousel-promos__title + .l-carousel-promos__title:before {
  content: '/';
  padding-right: 5px;
  font-weight: normal !important;
}
.l-carousel-promos__item {
  height: 345px;
  padding: 0 20px;
}
.l-carousel-promos__item img {
  max-height: 265px;
}
@media only screen and (max-width: 64em) {
  .l-carousel-promos__title {
    font-size: 18px; /* add PX (or original value) as backup */
    font-size: 1.125rem;
  }
}
@media only screen and (max-width: 37.5em) {
  .l-carousel-promos__item .c-card__prices {
    max-width: 185px;
  }
}
.l-entry {
  max-width: 100%;
  width: 370px;
}
.l-entry__divider {
  text-align: center;
  margin: 26px 0 29px;
  font-size: 12px; /* add PX (or original value) as backup */
  font-size: 0.75rem;
  color: #6b6b6b;
}
.l-entry__email-sent {
  position: relative;
  display: inline-block;
  text-align: center;
  margin-top: 40px;
}
.l-entry__email-sent .i-ico {
  fill: #6b6b6b;
}
.l-entry__email-sent .x-circle {
  width: 36px;
  height: 36px;
  font-size: 15px; /* add PX (or original value) as backup */
  font-size: 0.9375rem;
  position: absolute;
  right: -10px;
  top: -10px;
}
.l-entry .x-text-1 {
  font-size: 16px; /* add PX (or original value) as backup */
  font-size: 1rem;
  line-height: 1.75;
}
.l-appendix {
  background-color: #f8f8f8;
}
.l-appendix__text {
  margin-bottom: 20px;
  font-size: 12px; /* add PX (or original value) as backup */
  font-size: 0.75rem;
  color: rgba(0,0,0,0.85);
  text-align: center;
}
@media only screen and (min-width: 600px) {
  .l-appendix__text {
    text-align: left;
  }
}
.l-appendix__payment {
  max-width: 100%;
}
.c-follows__btns {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
}
.c-follows__tag {
  margin-right: 15px;
  font-size: 28px;
}
.c-follows__tag:last-child {
  margin-right: 0;
}
.footer-links p {
  margin: 0 0 10px 0;
}
.footer-links p:last-child {
  margin-bottom: 0;
}
.footer-links a {
  -webkit-transition: color 300ms ease;
  transition: color 300ms ease;
  text-decoration: none;
  color: #666;
  font-size: 12px; /* add PX (or original value) as backup */
  font-size: 0.75rem;
}
.footer-links a:hover {
  text-decoration: underline;
  color: #000;
}
.l-epilogue {
  padding-top: 40px;
  padding-bottom: 80px;
  background-color: #f8f8f8;
}
.l-epilogue__cols-wrapper {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  margin-bottom: 60px;
}
@media only screen and (min-width: 600px) {
  .l-epilogue__cols-wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
  }
}
.l-epilogue__col {
  margin-bottom: 30px;
}
.l-epilogue__col:last-child {
  margin-bottom: 0;
}
@media only screen and (min-width: 600px) {
  .l-epilogue__col {
    width: 280px;
    margin-bottom: 0;
  }
}
.l-epilogue__title {
  margin: 0 0 20px 0;
  font-size: 18px; /* add PX (or original value) as backup */
  font-size: 1.125rem;
  font-weight: 400;
  text-transform: uppercase;
  color: #122344;
}
.l-newsletters {
  background: #122343;
  color: #fff;
  min-height: 160px;
  padding: 25px 25px 40px;
}
.l-newsletters__inner--success .l-newsletters__title {
  text-transform: none;
  max-width: none;
}
.l-newsletters__inner--success .l-newsletters__small {
  font-size: 14px;
}
.l-newsletters__title {
  font-size: 22px; /* add PX (or original value) as backup */
  font-size: 1.375rem;
  text-transform: uppercase;
  max-width: 400px;
  line-height: 1.3;
}
.l-newsletters__input {
  border: 0 !important;
  border-bottom: 1px solid #fff !important;
  width: 383px;
  color: #fff !important;
  max-width: 100%;
  margin-bottom: 16px !important;
  height: 43px !important;
  margin-right: 22px;
  background-color: transparent;
  font-size: 18px; /* add PX (or original value) as backup */
  font-size: 1.125rem;
  padding-left: 0 !important;
}
.l-newsletters__input::-webkit-input-placeholder {
  color: #fff;
  font-size: 18px; /* add PX (or original value) as backup */
  font-size: 1.125rem;
}
.l-newsletters__input::-moz-placeholder {
  color: #fff;
  font-size: 18px; /* add PX (or original value) as backup */
  font-size: 1.125rem;
}
.l-newsletters__input::-ms-input-placeholder {
  color: #fff;
  font-size: 18px; /* add PX (or original value) as backup */
  font-size: 1.125rem;
}
.l-newsletters__input::placeholder {
  color: #fff;
  font-size: 18px; /* add PX (or original value) as backup */
  font-size: 1.125rem;
}
.l-newsletters__btn {
  text-transform: uppercase;
  font-weight: bold !important;
}
.l-newsletters__form-in {
  display: -webkit-box;
  display: flex;
}
.l-newsletters__form .x-gdpr a {
  color: #fff;
}
@media only screen and (max-width: 64em) {
  .l-newsletters {
    margin-top: 40px;
  }
  .l-newsletters__title {
    margin-bottom: 40px;
  }
}
@media only screen and (min-width: 64.0625em) {
  .l-newsletters {
    padding: 40px;
  }
  .l-newsletters__form {
    margin: 0 15px;
  }
  .l-newsletters__inner {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
            justify-content: center;
  }
}
.l-why-us {
  margin-bottom: 60px;
}
.l-why-us__list {
  display: grid;
  grid-template-columns: 1fr;
  grid-column-gap: 15px;
  grid-row-gap: 30px;
}
@media only screen and (min-width: 768px) {
  .l-why-us__list {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
.l-why-us__item {
  display: -webkit-box;
  display: flex;
}
.l-why-us__image-wrapper {
  width: 65px;
  margin-right: 15px;
}
.l-why-us__image-wrapper img {
  max-height: 35px;
}
.l-why-us__content {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-flex: 1;
          flex: 1;
  min-width: 1px;
}
.l-why-us__content h3 {
  margin: 0 0 5px 0;
  font-weight: 400;
  color: #122344;
  font-size: 18px; /* add PX (or original value) as backup */
  font-size: 1.125rem;
  text-transform: uppercase;
}
.l-why-us__content p {
  margin: 0;
  font-size: 12px; /* add PX (or original value) as backup */
  font-size: 0.75rem;
  color: rgba(0,0,0,0.5);
}
.l-last-viewed {
  width: 100%;
}
.l-last-viewed__inner {
  display: -webkit-box;
  display: flex;
}
.l-last-viewed .c-card {
  width: 150px;
  margin-bottom: 50px;
  margin-right: 20px;
}
.l-last-viewed .c-card__content {
  margin: 15px 0;
}
.l-last-viewed .c-card__imager {
  height: 202px;
}
.l-last-viewed .c-card__prices {
  font-size: 12px; /* add PX (or original value) as backup */
  font-size: 0.75rem;
}
@media only screen and (min-width: 64.0625em) {
  .l-nav__item:hover {
    color: #000;
  }
  .l-nav__item.is-hovered .l-testifies {
    display: block;
  }
}
.l-nav {
  display: none;
}
@media only screen and (min-width: 64.0625em) {
  .l-nav {
    background: #fff;
    display: block;
    position: relative;
    z-index: 4;
  }
  .l-nav__menu {
    list-style: none;
    margin: 0;
    padding: 0;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
            justify-content: center;
    background-color: #fff;
  }
  .l-nav__item {
    margin-left: 30px;
    margin-right: 30px;
  }
  .l-nav__link {
    -webkit-box-align: center;
            align-items: center;
    display: -webkit-box;
    display: flex;
    height: 40px;
    font-size: 16px; /* add PX (or original value) as backup */
    font-size: 1rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 700;
    color: #000;
    text-decoration: none;
  }
}
.l-testifies {
  display: none;
}
@media only screen and (min-width: 64.0625em) {
  .l-testifies {
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    max-height: calc(100vh - 150px);
    text-align: left;
    z-index: 1035;
    width: 100vw;
    max-width: 1200px;
  }
  .l-testifies__inner {
    background: #fff;
    max-height: calc(100vh - 145px);
    overflow-y: hidden;
    padding: 35px 60px 67px;
  }
  .l-testify {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
            justify-content: center;
  }
  .l-testify .c-badge__subtitle {
    font-size: 14px; /* add PX (or original value) as backup */
    font-size: 0.875rem;
  }
  .l-testify__column {
    -webkit-box-flex: 0;
            flex: 0 1;
  }
  .l-testify__column--main {
    flex-basis: 100%;
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-pack: center;
            justify-content: center;
  }
  .l-testify__column--main > div {
    min-width: calc(100% / 3 - 15px);
    margin-right: 15px;
  }
  .l-testify__column--main > div:last-child {
    margin-right: 0;
  }
  .l-testify__column--main .l-testify__item {
    min-width: 155px;
  }
  .l-testify__column--side {
    flex-basis: 230px;
  }
  .l-testify__heading {
    font-size: 16px; /* add PX (or original value) as backup */
    font-size: 1rem;
    color: #000;
    font-weight: bold;
    line-height: 27px;
    margin: 0;
    padding-bottom: 5px;
    position: relative;
  }
  .l-testify__heading:after {
    background: #000;
    bottom: 0;
    content: '';
    height: 1px;
    left: 0;
    position: absolute;
    width: 100%;
    opacity: 0.5;
  }
  .l-testify__break-heading {
    line-height: 27px;
    margin: 0;
    padding-bottom: 5px;
    position: relative;
  }
  .l-testify__break-heading:after {
    background: #000;
    bottom: 0;
    content: '';
    height: 1px;
    left: -15px;
    position: absolute;
    width: 100%;
    opacity: 0.5;
  }
  .l-testify__menu {
    list-style: none;
    margin: 20px 0 0 0;
    padding: 0;
  }
  .l-testify__item {
    margin-bottom: 13px;
    padding: 0 45px 10px 0;
  }
  .l-testify__link {
    text-decoration: none;
    font-size: 13px; /* add PX (or original value) as backup */
    font-size: 0.8125rem;
    color: #6b6b6b;
  }
  .l-testify__link:hover {
    color: #000;
    text-decoration: underline;
  }
  .l-testify .c-badge {
    flex-shrink: 0;
    margin-bottom: 0;
    width: 200px;
    height: 300px;
    min-height: auto;
    min-width: 0;
  }
  .l-testify .c-badge--left {
    margin-right: 30px;
  }
  .l-testify .c-badge--right {
    margin-left: 30px;
  }
  .l-testify .c-badge + .c-badge {
    margin-top: 40px;
  }
  .l-testify .c-btn {
    height: 25px;
    bottom: 10px;
    width: 100px;
    font-size: 13px; /* add PX (or original value) as backup */
    font-size: 0.8125rem;
  }
  .l-testify .x-all-brands {
    text-decoration: none;
    font-size: 12px; /* add PX (or original value) as backup */
    font-size: 0.75rem;
    margin-top: 24px;
  }
  .l-testify .x-all-brands svg {
    margin-left: 5px;
  }
}
.nav-m__item.is-active {
  border-bottom: 1px solid #6b6b6b;
}
.nav-m__item.is-active .testifies {
  display: block;
}
.nav-m__item.is-active .nav-m__arrow--right {
  display: none;
}
.nav-m__item.is-active .nav-m__arrow--left {
  display: block;
}
.nav-m {
  background: #2b2b2b;
  position: fixed;
  left: 0;
  top: 80px;
  width: calc(100% - 15px);
  height: calc(100vh - 80px);
  overflow-y: auto;
  padding-bottom: 40px;
  z-index: 1030;
}
.nav-m__footer {
  border-top: 1px solid #6b6b6b;
}
.nav-m__menu {
  list-style: none;
  margin: 15px 0;
  padding: 0;
}
.nav-m__item {
  font-size: 16px; /* add PX (or original value) as backup */
  font-size: 1rem;
  color: #fff;
}
.nav-m__item:not(.has-child) .nav-m__arrow--right {
  display: none;
}
.nav-m__link {
  color: inherit;
  text-decoration: none;
  display: -webkit-box;
  display: flex;
  padding: 15px;
  -webkit-box-align: center;
          align-items: center;
}
.nav-m__arrow {
  fill: #fff;
}
.nav-m__arrow--right {
  margin-left: auto;
}
.nav-m__arrow--left {
  margin-right: 20px;
  display: none;
}
.nav-m__avatar {
  margin-right: 12px;
}
.nav-m .testifies .nav-m__menu {
  padding-left: 15px;
}
@media only screen and (min-width: 64.0625em) {
  .nav-m {
    display: none;
  }
}
@media only screen and (min-width: 64.0625em) {
  .l-prologue-panel__select {
    height: 35px;
    z-index: 16;
  }
  .l-prologue-panel__select.is-active:after {
    background: #fff;
    width: 12px;
    height: 12px;
    border-bottom: 8px solid #fff;
    border-right: 8px solid #2b2b2b;
    border-left: 8px solid #2b2b2b;
    position: absolute;
    bottom: 0;
    right: 10px;
    content: '';
    z-index: 50;
  }
  .l-prologue-panel__select--last .c-select__inner {
    right: 0;
    left: auto;
  }
  .l-prologue-panel__select a {
    text-decoration: none;
  }
  .l-prologue-panel__select .c-select__inner {
    box-shadow: 0 1px 20px -7px #000;
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 27px;
    width: 100px;
  }
  .l-prologue-panel__select .c-select__current {
    border: none;
    fill: #fff;
    padding: 0;
  }
  .l-prologue-panel__select .c-select__item {
    padding: 0 18px;
  }
  .l-prologue-panel__select .c-select__item:hover {
    color: #000;
  }
}
.l-prologue-panel {
  display: none;
}
@media only screen and (min-width: 64.0625em) {
  .l-prologue-panel {
    background-color: #1d1d1d;
    display: block;
    position: relative;
    z-index: 7;
  }
  .l-prologue-panel__inner {
    -webkit-box-align: center;
            align-items: center;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: end;
            justify-content: flex-end;
    height: 40px;
  }
}
.l-prologue--simple {
  background: #fff !important;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: block !important;
  border-bottom: 1px solid #f3f3f3;
}
.l-prologue--simple .x-spec1 {
  flex-basis: 135px;
}
.l-prologue--simple .c-main-menu__inner {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
}
.l-prologue--simple .c-main-menu__inner svg {
  margin-right: 26px;
}
.l-prologue--simple .c-main-menu__item--logo {
  margin-left: auto;
}
.l-prologue--simple .c-main-menu__item--logo + .c-main-menu__item {
  -webkit-box-flex: 0;
          flex: 0;
}
@media only screen and (max-width: 1024px) {
  .l-prologue .o-logo {
    display: none;
  }
  .l-prologue .nav-links {
    display: none;
  }
}
@media only screen and (min-width: 64.0625em) {
  .l-prologue {
    background: #fff;
    color: #000;
    z-index: 5;
    position: relative;
    display: block;
  }
  .l-prologue__inner {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
            align-items: center;
    height: 125px;
    position: relative;
  }
  .l-prologue__right {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    -webkit-box-align: end;
            align-items: flex-end;
  }
  .l-prologue__heading {
    margin: 0;
  }
  .l-prologue__ico--cancel {
    display: none;
  }
  .l-prologue .x-helper {
    position: relative;
  }
  .l-prologue__circle {
    height: 16px;
    width: 16px;
    font-size: 10px; /* add PX (or original value) as backup */
    font-size: 0.625rem;
  }
  .l-prologue__menu-toggler {
    font-size: 10px; /* add PX (or original value) as backup */
    font-size: 0.625rem;
    -webkit-box-align: center;
            align-items: center;
    display: -webkit-box;
    display: flex;
    text-transform: uppercase;
  }
}
@media only screen and (min-width: 75.0625em) {
  .l-prologue__container {
    padding-left: 0;
  }
}
.l-section {
  padding-top: 40px;
  padding-bottom: 40px;
}
.l-sidebar {
  padding-right: 30px;
}
.l-sidebar__heading {
  font-weight: bold;
  margin: 10px 0;
}
.l-sidebar__item {
  border-bottom: 1px solid #e0e0e0;
  border-top: 1px solid #e0e0e0;
  padding: 20px;
}
.l-sidebar__item--active .l-sidebar__inner {
  display: block;
}
.l-sidebar__inner {
  display: none;
}
.l-sidebar ul {
  list-style: none;
  margin: 0;
  padding-left: 0;
}
.l-sidebar li {
  color: #6b6b6b;
  font-size: 13px; /* add PX (or original value) as backup */
  font-size: 0.8125rem;
  line-height: 27px;
}
.l-sidebar li a {
  color: inherit;
  text-decoration: none;
}
.l-sidebar .x-logout {
  margin: 20px 0 40px;
}
@media only screen and (min-width: 64.0625em) {
  .l-sticky-header {
    position: absolute;
    top: 0;
    left: 0;
    width: calc(100vw);
    z-index: 15;
  }
  .l-sticky-header:not(.l-sticky-header--top) {
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
    will-change: transform;
  }
  .l-sticky-header--not-top .l-prologue__inner {
    height: 40px;
  }
  .l-sticky-header--not-top .o-logo,
  .l-sticky-header--not-top .l-prologue__right {
    display: none;
  }
  .l-sticky-header--not-top .c-search {
    top: 75px;
  }
  .l-sticky-header--not-top .c-main-menu__item--search:after {
    bottom: -32px;
  }
  .l-sticky-header--not-top {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1300;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  .l-sticky-header--not-top .c-fly-login {
    top: calc(100% + 24px);
  }
  .l-sticky-header--not-top .c-main-menu__item--login.is-active:after {
    bottom: -32px;
  }
  .l-sticky-header--not-top .l-prologue-panel {
    display: none;
  }
  .l-sticky-header--not-top .c-main-menu__item--sticky-nav {
    display: block;
  }
  .l-sticky-header--not-top .c-main-menu__content {
    display: none;
  }
  .l-sticky-header--not-top .l-nav__menu {
    display: -webkit-box;
    display: flex;
    padding-left: 50px;
  }
  .l-sticky-header--not-top .l-nav__item {
    height: 75px;
  }
  .l-sticky-header--not-top .l-nav__item.has-child:hover:after {
    bottom: -8px;
  }
}
.p-404__inner {
  position: relative;
}
@media only screen and (max-width: 64em) {
  .p-404__inner {
    margin-bottom: 50px;
  }
}
@media only screen and (min-width: 64.0625em) {
  .p-404__inner {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: ;
            justify-content: ;
    -webkit-box-align: center;
            align-items: center;
    height: 400px;
  }
}
@media only screen and (min-width: 64.0625em) {
  .p-404__bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
  }
}
.p-404__content {
  text-align: center;
  width: 400px;
  margin: 0 auto;
}
@media only screen and (max-width: 25.625em) {
  .p-404__content {
    width: 100%;
  }
}
@media only screen and (min-width: 64.0625em) {
  .p-404__content {
    margin-left: auto;
    margin-right: 129px;
  }
}
.p-404__small {
  font-size: 12px; /* add PX (or original value) as backup */
  font-size: 0.75rem;
  color: #6b6b6b;
  text-transform: uppercase;
  font-weight: bold;
  margin: 30px 0;
}
.p-404__title {
  font-size: 35px; /* add PX (or original value) as backup */
  font-size: 2.1875rem;
  font-weight: bold;
  margin: 30px 0 50px;
}
.p-404__btn {
  width: 310px;
  margin: 0 0 40px;
}
@media only screen and (max-width: 23.125em) {
  .p-404__btn {
    width: 100%;
  }
}
.p-404__perrex {
  font-size: 12px; /* add PX (or original value) as backup */
  font-size: 0.75rem;
  font-weight: bold;
}
.p-account-invite__list {
  counter-reset: li;
  font-weight: bold;
  list-style: none;
  margin: 0;
  padding: 0;
}
.p-account-invite__list li:before {
  content: counter(li) '.';
  counter-increment: li;
}
.p-account-invite__list p {
  font-weight: normal;
}
.p-account-invite__subscribe {
  background: #e0e0e0;
  -webkit-box-pack: justify;
          justify-content: space-between;
  margin: 30px 0 65px;
  padding: 13px 22px;
}
.p-account-invite__subscribe .x-btn {
  -webkit-box-flex: 0;
          flex: 0 1 252px;
}
.p-account-invite__subscribe .x-btn .o-btn {
  font-weight: normal;
}
.p-account-invite__subscribe .x-input {
  -webkit-box-flex: 0;
          flex: 0 1 517px;
}
.p-account-invite__subscribe .x-input input {
  background: #fff;
}
.p-account-invite__inner {
  margin-bottom: 60px;
  font-size: 17px; /* add PX (or original value) as backup */
  font-size: 1.0625rem;
}
.p-account-invite__inner p {
  margin-top: 15px;
  font-size: 13px; /* add PX (or original value) as backup */
  font-size: 0.8125rem;
}
.p-account-invite__heading {
  font-size: 17px; /* add PX (or original value) as backup */
  font-size: 1.0625rem;
}
.p-account-invite__table {
  border-bottom: 1px solid #e0e0e0;
  border-top: 1px solid #e0e0e0;
  font-weight: normal;
  padding: 20px 0 60px;
}
.p-account-invite__table .c-table__header {
  color: #6b6b6b;
}
.p-account-invite .x-mtfw {
  font-weight: normal;
  margin: 40px 0 75px;
}
.p-account-profile .x-different-shipping {
  display: none;
}
.p-account-profile .x-different-shipping > .c-form__group:first-child {
  margin-top: 0;
}
.p-account-profile .x-different-shipping > .c-form__group:last-child {
  margin-bottom: 0;
  padding-bottom: 20px;
}
.article-detail {
  padding-top: 25px;
  padding-bottom: 30px;
}
.article-detail__inner {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
}
@media only screen and (min-width: 64.0625em) {
  .article-detail__inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
  }
}
.article-detail__side {
  margin-bottom: 30px;
}
@media only screen and (min-width: 64.0625em) {
  .article-detail__side {
    width: 360px;
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 64.0625em) {
  .article-detail__content {
    -webkit-box-flex: 1;
            flex: 1;
    min-width: 1px;
  }
}
.article-detail__content h1 {
  padding: 0 0 25px 0;
  margin: 0 0 25px 0;
  border-bottom: 1px solid #e5e5e5;
  font-weight: 700;
  font-size: 30px;
  text-transform: uppercase;
  color: #122344;
}
.article-detail__text {
  font-size: 13px;
}
.article-detail__text h2 {
  margin: 0 0 30px 0;
  line-height: 1.6;
  font-size: 24px;
  font-weight: 700;
  color: #122344;
}
.article-detail__text h3 {
  margin: 0 0 30px 0;
  line-height: 1.6;
  font-size: 18px;
  font-weight: 700;
  color: #122344;
}
.article-detail__text p {
  line-height: 1.6;
  margin: 0 0 30px 0;
}
.article-detail__text ul {
  margin: 0 0 30px 0;
  padding: 0;
  list-style: none;
}
.article-detail__text ul li {
  position: relative;
  padding-left: 11px;
  line-height: 1.6;
}
.article-detail__text ul li:before {
  display: block;
  position: absolute;
  left: 0;
  top: 7px;
  width: 3px;
  height: 3px;
  content: "";
  background-color: #000;
  border-radius: 50%;
}
.article-detail__text hr {
  display: block;
  margin: 40px 0;
  width: 100%;
  height: 1px;
  background-color: #e5e5e5;
  border: none;
}
.article-contact h2 {
  margin: 0 0 30px 0;
  color: #122344;
  font-size: 18px;
}
.article-contact h3 {
  margin: 0 0 20px 0;
  font-size: 13px;
  font-weight: 700;
}
.article-contact__top {
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #e5e5e5;
}
.article-contact__top h2 {
  margin: 0;
}
.article-contact__top p {
  margin: 0 0 30px 0;
  font-size: 18px;
}
.article-contact__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 15px;
}
.article-contact__item {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
}
.article-contact__image-wrapper {
  position: relative;
  width: 50px;
}
.article-contact__content {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-flex: 1;
          flex: 1;
  min-width: 1px;
  font-size: 13px;
}
.article-contact__content a {
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 700;
}
.article-contact__content a:hover {
  text-decoration: none;
}
.article-contact__section {
  margin-bottom: 30px;
}
.article-contact__section:last-chiild {
  margin-bottom: 0;
}
.article-contact__is-online {
  position: absolute;
  left: 7px;
  top: 20px;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: #13d33d;
}
.article-faq__item {
  position: relative;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 55px;
  border-bottom: 1px solid #e5e5e5;
  cursor: pointer;
}
.article-faq__item--active:before {
  position: absolute;
  left: 15px;
  top: 50%;
  display: inline-block;
  height: 20px;
  width: 10px;
  margin-top: -10px;
  content: "";
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  border-bottom: 3px solid #122344;
  border-right: 3px solid #122344;
}
.article-faq__item--active .article-faq__text {
  display: block;
}
.article-faq__title {
  font-weight: 700;
  font-size: 20px;
}
.article-faq__text {
  display: none;
  margin-top: 15px;
  font-size: 13px;
  line-height: 1.6;
}
.article-menu--active .article-menu__list {
  display: block;
}
.article-menu--active .article-menu__arrow {
  -webkit-transform: translateY(-50%) rotate(-180deg);
          transform: translateY(-50%) rotate(-180deg);
}
.article-menu__current {
  position: relative;
  padding-top: 20px;
  padding-bottom: 20px;
  font-weight: 700;
  border-bottom: 1px solid #e5e5e5;
  border-top: 1px solid #e5e5e5;
  font-size: 14px;
}
@media only screen and (min-width: 64.0625em) {
  .article-menu__current {
    display: none;
  }
}
.article-menu__arrow {
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.article-menu__title {
  display: none;
}
@media only screen and (min-width: 64.0625em) {
  .article-menu__title {
    display: block;
    margin-bottom: 27px;
    font-size: 14px;
  }
}
.article-menu__list {
  display: none;
  margin: 15px 0 0 0;
  padding: 15px;
  list-style: none;
  border: 1px solid #e5e5e5;
}
@media only screen and (min-width: 64.0625em) {
  .article-menu__list {
    display: block;
    padding: 0;
    margin-top: 0;
    border: none;
  }
}
.article-menu__item {
  margin-bottom: 13px;
}
.article-menu__item:last-child {
  margin-bottom: 0;
}
.article-menu__link {
  display: block;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 12px;
  text-decoration: none;
}
.article-menu__link:hover {
  text-decoration: underline;
}
.article-menu__link--active {
  padding-top: 0;
  padding-bottom: 0;
  font-weight: 700;
}
.article-section {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-align: center;
          align-items: center;
  margin-bottom: 30px;
}
@media only screen and (min-width: 480px) {
  .article-section {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
  }
}
.article-section img {
  margin-bottom: 15px;
}
@media only screen and (min-width: 480px) {
  .article-section img {
    margin-right: 25px;
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 480px) {
  .article-section__content {
    -webkit-box-flex: 1;
            flex: 1;
    min-width: 1px;
  }
}
.article-section__content > *:last-child {
  margin-bottom: 0;
}
.l-entry--login .l-entry__forgotten-pass {
  text-align: right;
  padding-bottom: 10px;
  margin-top: -10px;
}
@media only screen and (min-width: 64.0625em) {
  .l-entry--login .l-entry__forgotten-pass {
    position: absolute;
    right: 15px;
    top: 19px;
    z-index: 10;
    padding-bottom: 0;
    margin-top: 0;
  }
}
.l-entry--login .l-entry__forgotten-pass a {
  text-decoration: none;
  color: #6b6b6b;
  font-size: 12px; /* add PX (or original value) as backup */
  font-size: 0.75rem;
}
.p-gfg {
  color: #122344;
  fill: #fff;
}
.p-gfg .x-image-1 {
  background: url("../images/gfg/gapforgood-web-2m.jpg") center;
  background-size: cover;
}
.p-gfg .x-image-2 {
  background: url("../images/gfg/gapforgood-web-3m.jpg") center;
  background-size: cover;
}
.p-gfg .x-image-3 {
  background: url("../images/gfg/gapforgood-web-4m.jpg") center;
  background-size: cover;
}
@media only screen and (min-width: 64.0625em) {
  .p-gfg .x-image-1 {
    background: url("../images/gfg/gapforgood-web-2.jpg") center;
    background-size: cover;
  }
  .p-gfg .x-image-2 {
    background: url("../images/gfg/gapforgood-web-3.jpg") center;
    background-size: cover;
  }
  .p-gfg .x-image-3 {
    background: url("../images/gfg/gapforgood-web-4.jpg") center;
    background-size: cover;
  }
}
.p-gfg h1 {
  color: inherit;
}
.p-gfg__hello {
  font-size: 26px;
  margin: 15px 0;
}
.p-gfg__hello-perrex {
  font-size: 16px;
}
.p-gfg__quote {
  margin: 0;
}
.p-gfg__quote > p:first-child {
  font-size: 18px;
  margin-bottom: 0;
}
.p-gfg__quote > p:last-child {
  font-size: 14px;
  margin-top: 0;
}
.p-gfg__title {
  font-size: 18px;
  margin: 40px 0 5px;
}
.p-gfg__perrex {
  font-size: 16px;
}
.p-gfg__footer {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
}
.p-gfg__footer .p-gfg__title {
  margin-bottom: 20px;
}
.p-gfg__carousel-item-x {
  background: #ced8e1;
  margin: 0 -15px 10px;
  padding: 15px;
  display: -webkit-box;
  display: flex;
}
.p-gfg__carousel-item-x > div {
  -webkit-box-flex: 1;
          flex: 1 0;
  text-align: center;
}
.p-gfg__carousel-item-x > div:first-child {
  max-width: 40%;
  padding-top: 30px;
}
.p-gfg__carousel-item-x > div:first-child img {
  max-width: 80px;
}
.p-gfg__carousel-item-x .x1 {
  font-size: 26px;
  text-transform: uppercase;
  font-weight: bold;
  margin: 10px 0;
}
.p-gfg__carousel-item-x .x2 {
  font-size: 16px;
}
.p-gfg__carousel-item-x .x3 {
  font-size: 30px;
  font-weight: bold;
  margin: 15px 0;
}
.p-gfg__carousel-item-x .x4 {
  font-size: 16px;
}
.p-gfg__carousel-wrapper {
  margin: 40px -15px;
}
.p-gfg__carousel-wrapper .carousel-dots {
  text-align: center;
  padding-left: 0;
  margin-top: 30px;
}
.p-gfg__carousel-wrapper .carousel-dots .slick-active button:before {
  color: #000 !important;
}
.p-gfg__carousel-wrapper .carousel-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.p-gfg__carousel-wrapper .carousel-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}
.p-gfg__carousel-wrapper .carousel-dots li button:before {
  font-size: 20px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: '\2022';
  text-align: center;
  color: #898989;
}
.p-gfg__carousel-item {
  background: #ced8e1;
  font-size: 20px;
  padding: 15px;
  height: 784px;
}
.p-gfg__carousel-item.no-bg {
  padding: 0 15px;
  background: none;
}
.p-gfg__carousel-item p {
  margin: 20px 0;
}
.p-gfg__carousel-item li {
  margin-bottom: 30px;
}
@media only screen and (max-width: 64em) {
  .p-gfg__carousel-item ul {
    padding-left: 15px;
    font-size: 16px;
  }
}
.p-gfg__carousel-item-image {
  font-size: 25px;
  text-transform: uppercase;
  color: #fff;
  font-weight: bold;
  height: 250px;
}
@media only screen and (max-width: 64em) {
  .p-gfg__carousel-item-image {
    padding: 30px;
  }
  .p-gfg__carousel-item-image span {
    display: block;
  }
  .p-gfg__carousel-item-image svg {
    max-height: 80px;
    max-width: 80px;
    margin-bottom: 10px;
  }
}
.p-gfg__footer-item {
  margin-bottom: 80px;
  font-size: 16px;
}
.p-gfg__footer-item img {
  margin-bottom: 20px;
  max-height: 130px;
}
.p-gfg__main {
  height: 420px;
  background: url("../images/gfg/main-bg.jpg") bottom right no-repeat;
  background-size: contain;
}
@media only screen and (min-width: 64.0625em) {
  .p-gfg .slick-arrow {
    background: none !important;
    fill: #000 !important;
  }
  .p-gfg .slick-arrow.arrow-left {
    left: -60px;
  }
  .p-gfg .slick-arrow.arrow-right {
    right: -60px;
  }
  .p-gfg__hello {
    font-size: 80px;
    line-height: 92px;
    margin-top: 30px;
  }
  .p-gfg__hello-perrex {
    font-size: 35px;
    line-height: 50px;
  }
  .p-gfg__quote-wrapper {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
            align-items: center;
    height: 700px;
  }
  .p-gfg__quote > p:first-child {
    font-size: 35px;
    line-height: 40px;
  }
  .p-gfg__quote > p:last-child {
    font-size: 25px;
    line-height: 29px;
    text-align: right;
  }
  .p-gfg__main {
    height: 1020px;
    margin-bottom: 80px;
  }
  .p-gfg__title {
    font-size: 60px;
    line-height: 69px;
    margin: 40px 0 20px;
  }
  .p-gfg__perrex {
    font-size: 35px;
    line-height: 50px;
    margin: 10px 0;
  }
  .p-gfg__carousel-item-x {
    display: block;
    text-align: center;
    -webkit-box-flex: 1;
            flex: 1 0 33%;
    max-width: 33%;
    padding: 35px 35px 50px;
    margin: 10px 5px;
    background: #ced8e1;
    height: 900px;
  }
  .p-gfg__carousel-item-x > div:first-child {
    height: 170px;
    margin: 0 auto;
  }
  .p-gfg__carousel-item-x img {
    max-width: 200px;
  }
  .p-gfg__carousel-item-3 {
    display: -webkit-box;
    display: flex;
  }
  .p-gfg__carousel-item-3 .x1 {
    font-size: 40px;
    line-height: 36px;
    margin: 35px 0;
    height: 72px;
    text-transform: uppercase;
    font-weight: bold;
  }
  .p-gfg__carousel-item-3 .x2 {
    font-size: 25px;
    line-height: 34px;
    height: 90px;
  }
  .p-gfg__carousel-item-3 .x3 {
    font-size: 70px;
    line-height: 36px;
    font-weight: bold;
    margin: 20px 0 40px;
  }
  .p-gfg__carousel-item-3 .x4 {
    font-size: 25px;
    line-height: 34px;
  }
  .p-gfg__carousel-item {
    font-size: 27px;
    line-height: 36px;
    padding: 35px;
    height: 900px;
  }
  .p-gfg__carousel-item p {
    margin: 40px 0;
  }
  .p-gfg__carousel-item-image {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
            align-items: center;
    font-size: 45px;
    line-height: 50px;
    height: 400px;
  }
  .p-gfg__carousel-item-image > div {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
            align-items: center;
  }
  .p-gfg__carousel-item-image svg {
    margin: 0 80px 0 40px;
  }
  .p-gfg__footer-item {
    flex-basis: 50%;
    max-width: 50%;
    font-size: 30px;
    line-height: 34px;
    padding: 0 30px;
    margin-top: 30px;
  }
}
.landing-page {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: end;
          justify-content: flex-end;
  position: relative;
  width: 100vw;
  min-height: 100vh;
  overflow: hidden;
  background: #f7f7f7 url("/assets/images/bg-landing-page.png") 50% 0 no-repeat;
  background-size: cover;
}
.landing-page__image {
  display: none;
  position: absolute;
  left: 50%;
  top: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.landing-page__wrapper {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  position: relative;
  z-index: 2;
  min-height: 100vh;
  max-width: 390px;
  width: 100%;
  padding: 15px 30px;
  background-color: rgba(255,255,255,0.7);
}
@media only screen and (min-width: 1280px) {
  .landing-page__wrapper {
    padding: 30px 60px;
  }
}
.landing-page__logo {
  width: 100px;
  margin-bottom: 30px;
}
@media only screen and (min-width: 1280px) {
  .landing-page__logo {
    width: 140px;
    margin-bottom: 60px;
  }
}
.landing-page__title {
  margin: 0 0 30px 0;
  line-height: 46px;
  font-weight: 700;
  font-size: 48px;
  color: #1d1c41;
}
@media only screen and (min-width: 1280px) {
  .landing-page__title {
    line-height: 60px;
    font-size: 64px;
  }
}
.landing-page__text {
  line-height: 22px;
  margin-bottom: 30px;
  font-size: 14px;
  color: #1d1c41;
}
.landing-page__form-item {
  margin-bottom: 15px;
}
.landing-page__form-item:last-child {
  margin-bottom: 0;
}
.landing-page__form .landing-page__input {
  height: 40px;
  padding-left: 10px;
  padding-right: 10px;
  background-color: #fff;
  border: 1px solid #1d1c41;
}
.landing-page__form input[type="checkbox"] {
  background-color: #fff;
  border: 1px solid #1d1c41;
}
.landing-page__form input[type="checkbox"]:checked {
  background-color: #1d1c41;
}
.landing-page__button {
  width: 100%;
  height: 40px;
  background-color: #1d1c41;
  color: #fff;
  border: none;
  cursor: pointer;
}
.us .pswp__bg {
  background: rgba(0,0,0,0.7);
}
.us .pswp__ico {
  fill: #fff;
  position: relative;
  z-index: -1;
}
.us .pswp__button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: transparent;
  border: none;
  cursor: pointer;
  position: relative;
  z-index: 150;
}
.us .pswp__button--arrow--right,
.us .pswp__button--arrow--left {
  position: absolute;
  top: calc(50vh - 15px);
}
.us .pswp__button--arrow--right {
  right: 0;
}
.us .pswp__button--arrow--left {
  left: 0;
}
@media only screen and (max-width: 64em) {
  .us .pswp__img {
    padding-left: 35px;
    padding-right: 35px;
    overflow: hidden;
  }
}
.os-scrollbar-handle {
  max-height: 16px;
  width: 16px;
  border: 3px solid #6b6b6b;
  border-radius: 50% !important;
  min-height: 16px !important;
  background: #fff !important;
  right: -6px;
}
.os-content {
  cursor: default !important;
}
.os-scrollbar {
  right: 3px !important;
}
.os-scrollbar-vertical {
  cursor: pointer;
}
.os-scrollbar-horizontal {
  display: none;
}
.os-scrollbar-track {
  width: 3px;
  background: #e0e0e0 !important;
}
.os-viewport {
  cursor: default;
}
.slick-slide:focus,
.slick-slide *:focus {
  outline: none;
}
.slick-slide img {
  display: inline !important;
}
.slick-track {
  min-width: 100%;
}
.slick-arrow {
  border: 0;
  background: #000;
  width: 45px;
  height: 45px;
  fill: #fff;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  cursor: pointer;
  opacity: 1;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  position: absolute;
  top: -95px;
  left: 20px;
  bottom: 0;
  margin: auto;
  z-index: 2;
}
.slick-arrow:hover {
  opacity: 0.8;
}
.slick-arrow.arrow-right {
  left: auto;
  right: 20px;
}
.slick-arrow-no-bg {
  background: none !important;
}
@media only screen and (min-width: 30.0625em) and (max-width: 64em) {
  .slick-arrow.arrow-left {
    left: 15px;
  }
  .slick-arrow.arrow-right {
    right: 15px;
  }
}
@media only screen and (min-width: 64.0625em) {
  .slick-arrow.arrow-left {
    left: 0;
  }
  .slick-arrow.arrow-right {
    right: 0;
  }
}
.u-red {
  color: #d00000 !important;
}
.u-green {
  color: #0c6 !important;
}
.u-aqua {
  color: #d00000 !important;
}
.u-gray {
  color: #6b6b6b !important;
}
.u-black {
  color: #000 !important;
}
.u-gold {
  color: #000 !important;
}
.u-conversion {
  color: #000d42 !important;
}
.u-block {
  display: block !important;
}
.u-hidden {
  display: none !important;
}
@media only screen and (min-width: 64.0625em) {
  .u-desktop-hidden {
    display: none !important;
  }
}
@media only screen and (min-width: 64.0625em) {
  .u-desktop-block {
    display: block !important;
  }
}
@media only screen and (max-width: 64em) {
  .u-hidden-device {
    display: none !important;
  }
}
@media only screen and (min-width: 64.0625em) {
  .u-hidden-desktop {
    display: none !important;
  }
}
@media only screen and (max-width: 25em) {
  .u-hidden-xs {
    display: none;
  }
}
@media only screen and (max-width: 37.5em) {
  .u-hidden-sm {
    display: none;
  }
}
@media only screen and (max-width: 50em) {
  .u-hidden-md {
    display: none;
  }
}
@media only screen and (max-width: 65.625em) {
  .u-hidden-lg {
    display: none;
  }
}
.u-f,
.u-f--y0 {
  display: -webkit-box;
  display: flex;
}
.u-f--y0 {
  -webkit-box-align: center;
          align-items: center;
}
.u-cf:before,
.u-cf:after {
  content: '';
  display: table;
  clear: both;
}
.u-tac {
  text-align: center;
}
.u-tar {
  text-align: right;
}
.u-ttu {
  text-transform: uppercase;
}
.u-fwb {
  font-weight: bold;
}
.u-tdn {
  text-decoration: none;
}
.cf:before,
.cf:after {
  content: '';
  display: table;
  clear: both;
}

