@font-face {
  font-family: "StRydeBold";
  src: url("/Resources/fonts/StRydeBold/StRydeBold.eot");
  src: url("/Resources/fonts/StRydeBold/StRydeBold.eot") format("embedded-opentype"), url("/Resources/fonts/StRydeBold/StRydeBold.woff") format("woff"), url("/Resources/fonts/StRydeBold/StRydeBold.ttf") format("truetype"), url("/Resources/fonts/StRydeBold/StRydeBold.svg#StRydeBold") format("svg");
}
@font-face {
  font-family: "StRydeRegular";
  src: url("/Resources/fonts/StRydeRegular/StRydeRegular.eot");
  src: url("/Resources/fonts/StRydeRegular/StRydeRegular.eot") format("embedded-opentype"), url("/Resources/fonts/StRydeRegular/StRydeRegular.woff") format("woff"), url("/Resources/fonts/StRydeRegular/StRydeRegular.ttf") format("truetype"), url("/Resources/fonts/StRydeRegular/StRydeRegular.svg#StRydeRegular") format("svg");
}
.cookie-banner {
  padding: 1rem 0;
  background: #FFF;
  color: #6e529c;
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-transform: translate3d(0, 100%, 0);
          transform: translate3d(0, 100%, 0);
  will-change: transform;
  -webkit-transition: -webkit-transform 0.6s ease;
  transition: -webkit-transform 0.6s ease;
  -o-transition: transform 0.6s ease;
  transition: transform 0.6s ease;
  transition: transform 0.6s ease, -webkit-transform 0.6s ease;
  font-size: 13px;
  line-height: 19.5px;
  text-align: center;
  z-index: 1502;
}
.cookie-banner.js-active {
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}
.cookie-banner a {
  color: #6e529c;
}
.cookie-banner a:hover {
  color: #482683;
}
.cookie-banner .button {
  position: relative;
  font-weight: 700;
  font-size: 1rem;
  display: inline-block;
  border: 0.125rem solid #6e529c;
  color: #6e529c;
  padding: 0.5rem 1rem;
  line-height: 1;
  border-radius: 1.2rem;
  vertical-align: middle;
  background: 0;
  -webkit-appearance: none;
  min-width: 12.5rem;
  text-align: center;
  white-space: nowrap;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-transform: uppercase;
  font-family: bold, sans-serif;
  cursor: pointer;
  overflow: hidden;
  will-change: color;
  -webkit-transition: color 0.2s ease;
  -o-transition: color 0.2s ease;
  transition: color 0.2s ease;
  z-index: 1;
  margin-top: 0.5rem;
}
@media screen and (min-width: 1200px) {
  .cookie-banner .button {
    min-width: 14rem;
  }
}
.cookie-banner .button span {
  position: relative;
  display: inline-block;
}
.cookie-banner .button:hover {
  border: 0.125rem solid #482683;
  color: #482683;
}
@media screen and (min-width: 1200px) {
  .cookie-banner .wrapper {
    margin: auto;
    width: 960px;
  }
}
.cookie-banner .wrapper p.text {
  width: calc(100% - 2em);
}
@media screen and (max-width: 768px) {
  .cookie-banner .wrapper p.text {
    margin: auto;
    padding: 0 30px;
  }
}
.cookie-banner .wrapper i.cookie-banner__close {
  cursor: pointer;
  font-size: 24px;
  position: absolute;
  right: 0.5em;
  top: 0.5em;
  -webkit-transform: scaleX(1.2) scaleY(1.2) rotate(45deg);
      -ms-transform: scaleX(1.2) scaleY(1.2) rotate(45deg);
          transform: scaleX(1.2) scaleY(1.2) rotate(45deg);
}
@media screen and (min-width: 1200px) {
  .cookie-banner .wrapper i.cookie-banner__close {
    right: 1em;
  }
}

.hide {
  display: none !important;
}

.wrapper {
  width: 100%;
}
@media screen and (min-width: 1200px) {
  .wrapper {
    margin: auto;
    width: 1200px;
  }
}

@media screen and (max-width: 769px) {
  .only--lg {
    display: none !important;
  }
}
@media screen and (min-width: 415px) and (max-width: 769px) {
  .only--md {
    display: none;
  }
}
@media screen and (min-width: 415px) {
  .only--sm {
    display: none;
  }
}
.only--down-lg {
  display: none !important;
}
@media screen and (max-width: 1200px) {
  .only--down-lg {
    display: inherit !important;
  }
}
@media screen and (max-width: 767px) {
  .only--up-md {
    display: none !important;
  }
}

.text-align--left {
  text-align: left;
}
.text-align--center {
  text-align: center;
}
.text-align--right {
  text-align: right;
}

.expandable__link {
  display: inline-block;
}
.expandable__link i {
  margin: 0 0.5em;
}
.expandable__content {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: all 1s cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: all 1s cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 1s cubic-bezier(0.23, 1, 0.32, 1);
}
.expandable.js-active .expandable__content {
  max-height: 2000px;
  -webkit-transition: all 1s cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: all 1s cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 1s cubic-bezier(0.23, 1, 0.32, 1);
}
.expandable.js-active .expandable__toggle {
  max-height: 0;
  overflow: hidden;
}

section .wrapper {
  padding-left: 10px;
  padding-right: 10px;
}
@media screen and (min-width: 960px) {
  section .wrapper {
    padding-left: 0;
    padding-right: 0;
  }
}

.s-accent {
  background: transparent url("/Resources/images/common/s-acccent-bg.jpg") no-repeat center/cover;
  padding: 25px 0;
}
@media screen and (max-width: 1200px) {
  .s-accent {
    padding: 10px;
  }
}
.s-accent .wrapper {
  border: 2px dashed #b1a567;
  border-radius: 20px;
}
@media screen and (max-width: 1200px) {
  .s-accent .wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 1200px) {
  .s-accent.s-banner {
    padding-top: 100px;
  }
}
@media screen and (max-width: 1200px) {
  .s-accent.s-banner .wrapper {
    padding: 20px;
  }
}
.s-accent:not(.s-banner) .wrapper {
  padding-bottom: 40px;
  padding-top: 40px;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .s-accent:not(.s-banner) .wrapper {
    padding-bottom: 70px;
    padding-top: 70px;
  }
}

.loading {
  position: fixed;
  z-index: 999;
  height: 2em;
  width: 2em;
  overflow: show;
  margin: auto;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.5s ease-in-out, visibility 0.5s ease-in-out;
  -o-transition: opacity 0.5s ease-in-out, visibility 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out, visibility 0.5s ease-in-out;
}
.loading.show {
  opacity: 1;
  visibility: visible;
}

.loading:before {
  content: "";
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(40, 18, 73, 0.95);
}

.loading:after {
  content: "";
  display: block;
  font-size: 10px;
  width: 1em;
  height: 1em;
  margin-top: 1em;
  margin-left: 1.5em;
  -webkit-animation: spinner 1500ms infinite linear;
  animation: spinner 1500ms infinite linear;
  border-radius: 0.5em;
  -webkit-box-shadow: rgba(255, 255, 255, 0.75) 1.5em 0 0 0, rgba(255, 255, 255, 0.75) 1.1em 1.1em 0 0, rgba(255, 255, 255, 0.75) 0 1.5em 0 0, rgba(255, 255, 255, 0.75) -1.1em 1.1em 0 0, rgba(0, 0, 0, 0.5) -1.5em 0 0 0, rgba(0, 0, 0, 0.5) -1.1em -1.1em 0 0, rgba(255, 255, 255, 0.75) 0 -1.5em 0 0, rgba(255, 255, 255, 0.75) 1.1em -1.1em 0 0;
  box-shadow: rgba(255, 255, 255, 0.75) 1.5em 0 0 0, rgba(255, 255, 255, 0.75) 1.1em 1.1em 0 0, rgba(255, 255, 255, 0.75) 0 1.5em 0 0, rgba(255, 255, 255, 0.75) -1.1em 1.1em 0 0, rgba(255, 255, 255, 0.75) -1.5em 0 0 0, rgba(255, 255, 255, 0.75) -1.1em -1.1em 0 0, rgba(255, 255, 255, 0.75) 0 -1.5em 0 0, rgba(255, 255, 255, 0.75) 1.1em -1.1em 0 0;
}

@-webkit-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.gradient-gold {
  background: -webkit-linear-gradient(180deg, #9a794b 0%, #f7eacf 50%, #a9854c 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background: -o-linear-gradient(transparent, transparent);
  line-height: 1.1em;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .gradient-gold {
    color: #cfb680;
  }
}
@media screen and (min-width: 768px) {
  .gradient-gold.large {
    background: -webkit-linear-gradient(180deg, #9a794b 26%, #f7eacf 48%, #a9854c 69%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background: -o-linear-gradient(transparent, transparent);
  }
}

.color-red {
  color: red;
}
.color-red a {
  color: red !important;
}

.border-red {
  border: 2px solid red;
}

.santa-title {
  margin: 38px 0 30px;
  font-size: 30px;
}
@media screen and (min-width: 768px) {
  .santa-title {
    margin: 15px 0 18px;
    font-size: 40px;
  }
}

.title-sm {
  font-size: 18px;
  display: block;
}
@media screen and (min-width: 768px) {
  .title-sm {
    display: unset;
    font-size: 21px;
  }
}

.btn {
  -webkit-appearance: none;
  background: transparent;
  border: 2px #fff solid;
  border-radius: 1.5em;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: "StRydeBold";
  font-size: 16px;
  line-height: 1.4em;
  margin: 20px auto;
  outline: none;
  padding: 0.5em 4em;
  position: relative;
  text-transform: uppercase;
  text-decoration: none;
}
@media screen and (min-width: 720px) {
  .btn {
    line-height: 2.5em;
    padding: 0 4em;
  }
}
.btn::before {
  content: attr(data-label);
  background-color: #281249;
  border-radius: 1.5em;
  color: #fff;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1.4em;
  opacity: 0;
  padding: 0.5em 0;
  position: absolute;
  height: 100%;
  left: 0;
  top: 0;
  -webkit-transition: all 50ms linear;
  -o-transition: all 50ms linear;
  transition: all 50ms linear;
  -webkit-transition-delay: 450ms;
       -o-transition-delay: 450ms;
          transition-delay: 450ms;
  visibility: hidden;
  width: 100%;
  z-index: 2;
}
@media screen and (min-width: 720px) {
  .btn::before {
    line-height: 2.5em;
    padding-top: 0;
    padding-bottom: 0;
  }
}
.btn::after {
  content: "";
  background-color: #fff;
  border-radius: 1.5em;
  height: 100%;
  position: absolute;
  opacity: 0;
  visibility: hidden;
  left: 0;
  top: 0;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
  -webkit-transition-delay: 150ms;
       -o-transition-delay: 150ms;
          transition-delay: 150ms;
  width: calc(100% + 1px);
  z-index: 1;
}

@media screen and (hover: hover) and (min-width: 769px) {
  .btn:hover::before {
    opacity: 1;
    -webkit-transition: all 100ms linear;
    -o-transition: all 100ms linear;
    transition: all 100ms linear;
    -webkit-transition-delay: 0s;
         -o-transition-delay: 0s;
            transition-delay: 0s;
    visibility: visible;
  }
  .btn:hover::after {
    opacity: 1;
    -webkit-transition: all 400ms linear;
    -o-transition: all 400ms linear;
    transition: all 400ms linear;
    -webkit-transform: translateX(0.25em) translateY(0.5em) translateZ(0);
            transform: translateX(0.25em) translateY(0.5em) translateZ(0);
    -webkit-transition-delay: 100ms;
         -o-transition-delay: 100ms;
            transition-delay: 100ms;
    visibility: visible;
  }
}
.btn-soon {
  opacity: 0.5;
  pointer-events: none;
  cursor: default;
  -webkit-appearance: none;
  background: transparent;
  border: 2px #fff solid;
  border-radius: 1.5em;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: "StRydeBold";
  font-size: 16px;
  line-height: 1.4em;
  margin: 20px auto;
  outline: none;
  padding: 0.5em 4em;
  position: relative;
  text-transform: uppercase;
  text-decoration: none;
}
@media screen and (min-width: 720px) {
  .btn-soon {
    line-height: 2.5em;
    padding: 0 4em;
  }
}

.a-disable {
  pointer-events: none;
  cursor: not-allowed;
}

@font-face {
  font-family: "StRydeBold";
  src: url("/Resources/fonts/StRydeBold/StRydeBold.eot");
  src: url("/Resources/fonts/StRydeBold/StRydeBold.eot") format("embedded-opentype"), url("/Resources/fonts/StRydeBold/StRydeBold.woff") format("woff"), url("/Resources/fonts/StRydeBold/StRydeBold.ttf") format("truetype"), url("/Resources/fonts/StRydeBold/StRydeBold.svg#StRydeBold") format("svg");
}
@font-face {
  font-family: "StRydeRegular";
  src: url("/Resources/fonts/StRydeRegular/StRydeRegular.eot");
  src: url("/Resources/fonts/StRydeRegular/StRydeRegular.eot") format("embedded-opentype"), url("/Resources/fonts/StRydeRegular/StRydeRegular.woff") format("woff"), url("/Resources/fonts/StRydeRegular/StRydeRegular.ttf") format("truetype"), url("/Resources/fonts/StRydeRegular/StRydeRegular.svg#StRydeRegular") format("svg");
}
body:not(.safari) .footer {
  width: 100%;
  z-index: 98;
}

.footer {
  background-color: #fff;
  bottom: 0;
  font-size: 12px;
  padding-top: 0;
  position: relative;
  pointer-events: none;
  width: 100%;
  z-index: 98;
}
.footer a {
  color: #b9a3d0;
  text-decoration: none;
  font-size: 28px;
  line-height: 22.95px;
}
@media screen and (min-width: 960px) {
  .footer a {
    font-size: 24px;
  }
}
.footer a:hover {
  color: #281249;
}
.footer .wrapper {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 85px;
  padding: 2rem 0;
  position: relative;
  overflow: inherit;
  pointer-events: all;
}
@media screen and (min-width: 540px) {
  .footer .wrapper {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
@media screen and (max-width: 960px) {
  .footer .wrapper {
    padding: 2rem 1rem;
  }
}
@media screen and (max-width: 540px) {
  .footer .wrapper {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
@media screen and (min-width: 960px) {
  .footer .wrapper {
    padding: 30px 40px 20px;
  }
}
.footer .wrapper::before {
  background: transparent url("/Resources/images/common/footer-splash.svg") no-repeat top center/100%;
  content: "";
  display: block;
  fill: #fff;
  height: 12rem;
  margin: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: -8.5rem;
  width: 13rem;
  z-index: -1;
}
.footer .social__links {
  display: block;
  margin: 0 auto 40px;
  position: relative;
  z-index: 3;
}
@media screen and (min-width: 960px) {
  .footer .social__links {
    display: inherit;
    margin: 0 0 0 auto;
  }
}
@media screen and (max-width: 960px) {
  .footer .social__links {
    margin: 0;
  }
}
.footer .social__links li {
  margin: 0 0.35em;
  display: inline-block;
}
@media screen and (max-width: 361px) {
  .footer .social__links li {
    margin: 0 3px;
  }
}
@media screen and (min-width: 1200px) {
  .footer .social__links li {
    margin: 0 10px;
  }
}
.footer .social__links a {
  color: #482683;
}
@media screen and (max-width: 376px) {
  .footer .social__links a {
    font-size: 24px;
  }
}
@media screen and (max-width: 361px) {
  .footer .social__links a {
    font-size: 18px;
  }
}
.footer .social__links a:hover {
  color: #281249;
}
.footer .expandable {
  float: left;
  margin-top: -60px;
  width: 100%;
}
@media screen and (max-width: 960px) {
  .footer .expandable {
    margin-top: -35px;
  }
}
@media screen and (min-width: 960px) {
  .footer .expandable {
    margin: 0;
    position: relative;
    top: -25px;
    left: 0;
    padding-right: 5px;
    margin-bottom: -40px;
  }
}
.footer .expandable__link::after {
  display: none;
}
.footer .expandable__link {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #472383;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-family: "StRydeBold";
  font-size: 1.5em;
  height: 50px;
  text-align: left;
}
.footer .expandable__link:hover {
  color: #281249;
}
@media screen and (max-width: 361px) {
  .footer .expandable__link {
    width: 75%;
    font-size: 1.25em;
  }
}
@media screen and (max-width: 960px) and (min-width: 769px) {
  .footer .expandable__link {
    font-size: 28px;
    line-height: 22.95px;
  }
}
@media screen and (max-width: 376px) {
  .footer .expandable__link {
    font-size: 1.25em;
  }
}
@media screen and (max-width: 361px) {
  .footer .expandable__link {
    width: 75%;
    font-size: 1.15em;
  }
}
@media screen and (min-width: 960px) {
  .footer .expandable__link {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
    height: auto;
  }
}
.footer .expandable__content {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: hidden;
  -webkit-transition: all 250ms;
  -o-transition: all 250ms;
  transition: all 250ms;
}
@media screen and (min-width: 960px) {
  .footer .expandable__content {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 1em 0;
    font-size: 0.9em;
  }
}
@media screen and (max-width: 540px) {
  .footer .expandable__content {
    max-height: 0;
  }
}
.footer .expandable__content ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 25px auto;
}
@media screen and (min-width: 960px) {
  .footer .expandable__content ul {
    margin: 0;
  }
}
@media screen and (max-width: 960px) and (min-width: 768px) {
  .footer .expandable__content ul {
    margin: 10px auto 25px;
  }
}
@media screen and (max-width: 540px) {
  .footer .expandable__content ul {
    margin: 12px auto 25px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.footer .expandable__content ul .footer__links__item {
  margin: 0 20px;
}
@media screen and (max-width: 960px) and (min-width: 768px) {
  .footer .expandable__content ul .footer__links__item {
    margin: 10px 20px;
  }
}
@media screen and (max-width: 540px) {
  .footer .expandable__content ul .footer__links__item {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    text-align: left;
    margin: 0.25em 0;
  }
}
@media screen and (min-width: 720px) {
  .footer .expandable__content ul .footer__links__item {
    width: inherit;
  }
}
@media screen and (min-width: 960px) {
  .footer .expandable__content ul .footer__links__item:first-child {
    margin-left: 0;
  }
}
.footer .expandable__content ul .footer__links__item a {
  font-family: "StRydeBold";
  font-size: 1.7em;
}
@media screen and (max-width: 960px) and (min-width: 769px) {
  .footer .expandable__content ul .footer__links__item a {
    font-size: 28px;
    line-height: 22.95px;
  }
}
@media screen and (max-width: 540px) {
  .footer .expandable__content ul .footer__links__item a {
    font-size: 16px;
  }
}
.footer .expandable__content .mdlz-logo img {
  max-width: 110px;
}
.footer .expandable.js-active .expandable__link {
  color: #281249;
}
@media screen and (min-width: 960px) {
  .footer .expandable.js-active .expandable__link {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}
.footer .expandable.js-active .expandable__content {
  max-height: 1200px;
}
@media screen and (min-width: 960px) {
  .footer .expandable.js-active .expandable__content {
    margin-top: 10px;
    margin-bottom: 10px;
  }
}
.footer + .footer__secure {
  background-color: #fff;
  bottom: -20px;
  height: 60px;
  position: absolute;
  width: 100%;
  z-index: 97;
}

.ie .footer + .footer__secure, .edge .footer + .footer__secure {
  bottom: -10px;
}

/*
	From : https://www.w3schools.com/howto/howto_css_custom_checkbox.asp
*/
/* The container */
.container-input {
  display: block;
  position: relative;
  padding-top: 2px;
  padding-left: 34px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 12px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  line-height: 1.3em;
}
@media screen and (min-width: 768px) {
  .container-input {
    font-size: 18px;
    padding-left: 63px;
  }
}

/* Hide the browser's default checkbox */
.container-input input {
  position: absolute;
  opacity: 0;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 4px;
  left: 0;
  height: 20px;
  width: 20px;
  border-radius: 15%;
  background-color: #fefefe;
}
@media screen and (min-width: 768px) {
  .checkmark {
    height: 39px;
    width: 39px;
  }
}

.radiobtn {
  position: absolute;
  top: 0;
  left: 0;
  height: 46px;
  width: 46px;
  border: 2px solid #FFFFFF;
  border-radius: 50%;
  -webkit-box-shadow: 1px 4px 5px #210D4C;
          box-shadow: 1px 4px 5px #210D4C;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.radiobtn:after {
  content: "";
  position: absolute;
  display: none;
}

.container-input .radiobtn:after {
  left: 15px;
  top: 8px;
  width: 8px;
  height: 18px;
  border: solid #FFFFFF;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.container-input input:checked ~ .radiobtn {
  border: 2px solid #26B34B;
  background-color: #492684;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.container-input input:checked ~ .checkmark:after, .container-input input:checked ~ .radiobtn:after {
  display: block;
}

/* Style the checkmark/indicator */
.container-input .checkmark:after {
  left: 6px;
  top: 2px;
  width: 5px;
  height: 10px;
  border: solid #b9a3d0;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
@media screen and (min-width: 768px) {
  .container-input .checkmark:after {
    left: 13px;
    top: 2px;
    width: 10px;
    height: 23px;
  }
}

body.holding main {
  min-height: inherit;
}
body.holding section {
  text-align: center;
}
body.holding section:not(.s-banner):not(.s-accent):not(.s-direct-gift) {
  padding: 70px 0;
}
body.holding section h1 {
  font-size: 24px;
  margin-bottom: 0.5em;
}
@media screen and (max-width: 767px) {
  body.holding section h1 {
    margin-top: 1.5em;
  }
}
@media screen and (min-width: 361px) {
  body.holding section h1 {
    font-size: 32px;
  }
}
@media screen and (min-width: 768px) {
  body.holding section h1 {
    font-size: 52px;
  }
}
body.holding section h1 .text--accent {
  color: #cfb680;
}
body.holding section h2 {
  font-size: 30px;
}
@media screen and (min-width: 768px) {
  body.holding section h2 {
    font-size: 40px;
  }
}
body.holding section.s-banner {
  position: relative;
}
body.holding section.s-banner.s-accent {
  padding: 100px 12px 9px;
}
@media screen and (min-width: 1024px) {
  body.holding section.s-banner.s-accent {
    padding: 24px 12px 25px;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) {
  body.holding section.s-banner.s-accent {
    padding: 100px 12px 9px;
  }
}
body.holding section.s-banner .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 1200px) {
  body.holding section.s-banner .wrapper {
    min-height: 480px;
  }
}
body.holding section.s-banner .wrapper.ss-banner {
  margin-bottom: 24px;
}
@media screen and (min-width: 1200px) {
  body.holding section.s-banner .wrapper.ss-banner {
    margin-bottom: 5px;
  }
}
body.holding section.s-banner .wrapper .santa-title {
  margin: 38px 0 30px;
  font-size: 30px;
}
@media screen and (min-width: 768px) {
  body.holding section.s-banner .wrapper .santa-title {
    margin: 15px 0 18px;
    font-size: 40px;
  }
}
body.holding section.s-banner .wrapper p.santa-days {
  max-width: 386px;
  margin-bottom: 28px;
}
@media screen and (min-width: 768px) {
  body.holding section.s-banner .wrapper p.santa-days {
    font-size: 40px;
    max-width: 925px;
    line-height: normal;
    margin-bottom: 55px;
  }
}
body.holding section.s-banner .wrapper p.santa-days .delay-day {
  font-family: "StRydeBold";
}
body.holding section.s-banner .banner--left {
  position: relative;
  right: -40px;
}
@media screen and (max-width: 1200px) {
  body.holding section.s-banner .banner--left {
    margin-top: 30px;
    margin-left: auto;
  }
}
@media screen and (min-width: 1200px) {
  body.holding section.s-banner .banner--left {
    position: absolute;
    right: 0;
    bottom: 30px;
  }
}
body.holding section.s-direct-gift {
  padding: 34px 8px 15px;
  background: transparent url("/Resources/images/holding/white-shadow.png") no-repeat center/cover;
}
@media screen and (min-width: 768px) {
  body.holding section.s-direct-gift {
    padding: 95px 8px 71px;
  }
}
body.holding section.s-direct-gift .products-range {
  margin: 25px 0 3px;
}
@media screen and (min-width: 768px) {
  body.holding section.s-direct-gift .products-range {
    margin: 48px 0 18px;
  }
}
body.holding section.s-direct-gift .btn {
  letter-spacing: 0.05em;
  padding: 0.5em 3.5em;
}
@media screen and (min-width: 768px) {
  body.holding section.s-direct-gift .btn {
    padding: 0 3.5em;
  }
}

section.s-newsletter {
  padding: 35px 12px 150px !important;
}
section.s-newsletter .wrapper {
  padding-top: 31px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column wrap;
          flex-flow: column wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 768px) {
  section.s-newsletter .wrapper {
    padding-top: 55px;
    min-height: 496px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
  }
}
section.s-newsletter .wrapper .newsletter_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column wrap;
          flex-flow: column wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
section.s-newsletter .wrapper .newsletter_wrap .newsletter_input {
  min-width: 206px;
  max-width: 346px;
  min-height: 29px;
  border: none;
  border-radius: 20px;
  color: #b9a3d0;
  font-family: "StRydeBold";
  font-size: 12px;
  outline: 0;
  text-align: left;
  padding-left: 10px;
  margin: 5px 0 5px;
}
@media screen and (min-width: 768px) {
  section.s-newsletter .wrapper .newsletter_wrap .newsletter_input {
    font-size: 18px;
    min-width: 346px;
    min-height: 45px;
    padding-left: 15px;
    letter-spacing: 0.04em;
  }
}
section.s-newsletter .wrapper .newsletter_wrap .newsletter_input::-webkit-input-placeholder {
  color: #b9a3d0;
}
section.s-newsletter .wrapper .newsletter_wrap .newsletter_input:-moz-placeholder {
  color: #b9a3d0;
}
section.s-newsletter .wrapper .newsletter_wrap .newsletter_input::-moz-placeholder {
  color: #b9a3d0;
}
section.s-newsletter .wrapper .newsletter_wrap .newsletter_input::-moz-placeholder {
  color: #b9a3d0;
}
section.s-newsletter .wrapper .newsletter_wrap .newsletter_input:-ms-input-placeholder {
  color: #b9a3d0;
}
section.s-newsletter .wrapper .newsletter_wrap .error-message {
  color: red;
  line-height: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
section.s-newsletter .wrapper .newsletter_wrap select {
  border-right: 10px solid rgba(255, 255, 255, 0) !important;
}
section.s-newsletter .wrapper .newsletter_wrap select::-ms-expand {
  background: transparent;
  border: none;
  border-radius: 30px;
  color: #b9a3d0;
}
section.s-newsletter .wrapper .newsletter_agree {
  max-width: 218px;
  font-size: 12px;
  text-align: left;
  padding-top: 30px;
  padding-left: 6px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
section.s-newsletter .wrapper .newsletter_agree a {
  color: white;
}
@media screen and (min-width: 768px) {
  section.s-newsletter .wrapper .newsletter_agree {
    max-width: 600px;
    font-size: 18px;
  }
}
section.s-newsletter .wrapper .newsletter_agree .confirm_text {
  letter-spacing: 0.03em;
}
section.s-newsletter .wrapper .newsletter_agree .confirm_text a {
  color: white;
}
section.s-newsletter .wrapper .newsletter_agree .confirm_text a:link, section.s-newsletter .wrapper .newsletter_agree .confirm_text :hover, section.s-newsletter .wrapper .newsletter_agree .confirm_text :visited {
  color: #fff;
}
section.s-newsletter .wrapper .newsletter_btn {
  -webkit-appearance: none;
  background: transparent;
  border: 2px #fff solid;
  border-radius: 1.5em;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: "StRydeBold";
  font-size: 11px;
  line-height: 1.4em;
  margin: 10px auto;
  outline: none;
  padding: 0.5em 5.6em;
  position: relative;
  text-transform: uppercase;
  text-decoration: none;
}
@media screen and (min-width: 768px) {
  section.s-newsletter .wrapper .newsletter_btn {
    font-size: 16px;
    padding: 0.5em 5.5em;
    margin: 24px auto;
  }
}
section.s-newsletter .wrapper .newsletter_btn:hover, section.s-newsletter .wrapper .newsletter_btn:focus {
  background-color: #281249;
  -webkit-box-shadow: 0.2em 0.4em 0 0 #fff;
          box-shadow: 0.2em 0.4em 0 0 #fff;
  -webkit-transition: 450ms ease-out;
  -o-transition: 450ms ease-out;
  transition: 450ms ease-out;
}
section.s-newsletter .wrapper .intro {
  font-family: "StRydeBold";
  margin: 21px 0 30px;
  line-height: 1.3em;
}
section.s-newsletter .wrapper .intro:nth-child(3) {
  margin: 0px 0 20px;
}
@media screen and (min-width: 768px) {
  section.s-newsletter .wrapper .intro {
    margin: 20px 0 20px;
    line-height: 1.4em;
  }
}
section.s-newsletter .newsletter_check {
  width: 20px;
  height: 20px;
}
section.s-newsletter .newsletter_text {
  font-size: 12px;
}