@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@200;300;400;500;600;700&display=swap');

:root {
  --ot-banner-filter-blur: none;
  --ot-banner-border: none;
  --ot-title-color-popup: #333333;
  --ot-banner-bgcolor: #ffffff;
  --ot-banner-bgcolor-popup: #ffffff;
  --ot-banner-textcolor: #333333;
  --ot-banner-textcolor-fade: rgba(51, 51, 51, 0.5);
  --ot-banner-bg-fade: rgba(51, 51, 51, 0.06);
  --ot-text-size: 14px;
  --ot-popup-width: 100;
  --ot-more-textcolor: #333333;
  --ot-submit-textcolor: #ffffff;
  --ot-submit-bgcolor: #333333;
  --cst-submit-border-color: transparent;
  --ot-dismiss-textcolor: #333333;
  --ot-dismiss-bgcolor: #ffffff;
  --cst-dismiss-border-color: transparent;
  --ot-prefrences-textcolor: #ffffff;
  --ot-prefrences-bgcolor: #333333;
  --cst-preferences-border-color: transparent;
  --ot-border-radius: 6px;
  --ot-font-family: inherit;
  --cst-active-switch-color: #ffffff;
  --cst-block-interaction-bg: rgba(0, 0, 0, 0.3);
  --cst-block-interaction-blur: 6px;
  --cst-text-align: center;
  --cst-text-direction: ltr;
  --cst-element-align: center;
  --cst-icon-size: 25px;
  --cst-popup-width: 100%;
  --cst-border-color-category: rgba(51, 51, 51, 0.3);
}
.otCookiesNotification #cookies-wrapper {
  --position-banner: 0%;
}
.ts-switcher-btn--embedded-mobile {
  margin-left: unset !important;
}

smc-bg,
smc-overlay-outer,
smc-bar,
smc-final-message,
smc-success-message {
  display: none;
  font-family: Gotham, 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

smc-bg,
smc-bar {
  z-index: 99999999999;
}

smc-bar,
smc-handle,
smc-final-message,
smc-success-message-inner,
smc-overlay-inner {
  background-color: rgba(0, 0, 0, 1);
}

smc-bar,
smc-option,
smc-handle,
smc-final-message,
smc-text-outer > smc-text,
a.smc-link {
  color: #ffffff;
}

smc-bg,
smc-bg * {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

smc-bg * {
  line-height: 100%;
}

smc-overlay-inner,
.smc-input,
smc-text,
smc-text-outer,
smc-item,
smc-progress,
.smc-panel smc-bg,
smc-handle > span,
smc-loader,
smc-loader-single,
smc-loader-double,
smc-option,
smc-long-close {
  display: block;
}

smc-text-outer,
smc-option {
  width: 50%;
  min-width: 280px;
  margin: auto;
}

.smc-input {
  background-color: rgba(255, 255, 255, 0.8);
}

smc-bg {
  background-color: rgba(0, 0, 0, 0.6);
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow-y: scroll;
}

smc-overlay-outer {
  position: relative;
  transition: height 0.2s ease;
}

smc-overlay-inner {
  width: 700px;
  min-height: 400px;
  position: relative;
  margin: 10% auto;
  transition: all 0.2s ease;
  padding: 10px 10px 30px 10px;
  min-width: 300px;
}

smc-close {
  border-radius: 50%;
  color: #333;
  cursor: pointer;
  display: block;
  font-size: 20px;
  font-weight: bold;
  height: 30px;
  line-height: 30px;
  position: absolute;
  right: 10px;
  text-align: center;
  top: 10px;
  width: 30px;
  z-index: 100;
}

smc-close a {
  font-family: Gotham, 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

smc-close:hover {
  background-color: rgba(255, 255, 255, 0.3);
}

smc-close-safe {
  text-shadow: 1px 1px 1px #000;
  color: #fff;
  width: 100%;
  text-align: center;
  cursor: pointer;
  display: none;
  position: fixed;
  bottom: 30px;
  left: 0;
}

smc-close-safe a {
  color: #fff !important;
}

.smc-closer {
  cursor: pointer;
}

smc-long-close {
  font-size: 14px;
  position: absolute;
  bottom: 10px;
  width: 100%;
  left: 0;
  text-align: center;
}

smc-long-close a.smc-link {
  width: auto;
}

a.smc-link {
  display: inline-block;
  text-decoration: none;
  height: 100%;
  width: 100%;
}

.smc-input,
.smc-button,
smc-reveal {
  width: 100%;
}

.smc-button,
smc-cover {
  background: #333;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.smc-input {
  color: #000;
  text-align: center;
  border: 1px solid #333;
  margin: 10px auto;
  padding: 10px;
}

.smc-input::-webkit-input-placeholder,
.smc-input:-moz-placeholder,
.smc-input::-moz-placeholder,
.smc-input:-ms-input-placeholder {
  color: #ccc;
  text-transform: uppercase;
}

.smc-input:focus {
  outline: none;
}

.smc-button {
  border: medium none;
  color: #fff;
  outline: medium none;
  display: block;
  margin: 10px auto;
  font-size: 20px;
  padding: 10px;
  cursor: pointer;
}

smc-reveal {
  display: block;
  margin: 10px auto;
  position: relative;
  text-align: center;
}

smc-cover,
smc-code {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 10px;
  font-size: 20px;
}

smc-cover {
  z-index: 2;
  color: #fff;
  padding: 11px;
  cursor: pointer;
}

.smc-button:hover,
smc-cover:hover {
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.3);
}

smc-code {
  z-index: 1;
  border: 1px solid #333;
  background: rgba(255, 255, 255, 0.8);
  color: #333;
  font-weight: bold;
  -moz-user-select: text;
  -webkit-user-select: text;
  -ms-user-select: text;
  user-select: text;
}

smc-text {
  text-align: center;
  font-size: 20px;
}

.smc-text1 {
}

.smc-text2 {
  font-size: 40px;
  font-weight: bold;
}

.smc-text3 {
}

.smc-text4 {
}

smc-img-outer {
  position: relative;
  width: 100%;
  display: block;
}

smc-img {
  display: block;
  width: 100%;
}

smc-img img {
  border: medium none;
  display: block;
  margin: auto;
  outline: medium none;
  max-width: 100%;
}

.smc-img1 {
}

.smc-img2 {
}

.smc-img3 {
}

.smc-img4 {
}

.smc-clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: ' ';
  clear: both;
  height: 0;
}

.smc-clearfix {
  display: inline-block;
}

.smc-clearfix {
  height: 1%;
}

.smc-clearfix {
  display: block;
}

smc-item {
  height: 80px;
  padding: 10px;
  border-bottom: 1px dashed #ccc;
}

smc-item smc-item-img {
  display: inline-block;
  text-align: center;
}

smc-item smc-item-img img {
  max-width: 60px;
  max-height: 60px;
}

smc-item smc-title {
  font-weight: bold;
  display: inline-block;
}

smc-item smc-price {
  display: inline-block;
}

smc-item smc-qty {
  display: inline-block;
}

smc-progress {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 0;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset;
  height: 21px;
  margin-bottom: 21px;
  overflow: hidden;
  width: 100%;
}

smc-progress-bar {
  background-color: #007932;
  box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.15) inset;
  color: #ffffff;
  float: left;
  font-size: 12px;
  height: 100%;
  line-height: 21px;
  text-align: center;
  transition: width 0.6s ease 0s;
  width: 0;
}

smc-progress smc-progress-bar {
  background-image: linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.15) 50%,
    rgba(255, 255, 255, 0.15) 75%,
    transparent 75%,
    transparent
  );
  background-size: 40px 40px;
}

smc-progress smc-progress-bar {
  animation: 0.5s linear 0s normal none infinite running
    smc-progress-bar-stripes;
}

@-webkit-keyframes smc-progress-bar-stripes {
  from {
    background-position: 40px 0;
  }

  to {
    background-position: 0 0;
  }
}

@-o-keyframes smc-progress-bar-stripes {
  from {
    background-position: 40px 0;
  }

  to {
    background-position: 0 0;
  }
}

@keyframes smc-progress-bar-stripes {
  from {
    background-position: 40px 0;
  }

  to {
    background-position: 0 0;
  }
}

smc-overlay {
  box-shadow:
    0 1px 4px rgba(0, 0, 0, 0.3),
    0 0 40px rgba(0, 0, 0, 0.1) inset;
}

smc-overlay:before,
smc-overlay:after {
  content: '';
  position: absolute;
  z-index: -1;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.8);
  top: 0;
  bottom: 0;
  left: 10px;
  right: 10px;
  border-radius: 100px / 10px;
}

smc-overlay:after {
  right: 10px;
  left: auto;
  transform: skew(8deg) rotate(3deg);
}

.smc-panel smc-bg {
  width: 0;
  height: 100%;
  position: fixed;
  z-index: 1001;
  top: 0;
  background-color: #111;
  padding: 0;
  left: 0;
  bottom: 0;
  right: 0;
  color: #fff;
  overflow-x: hidden;
  overflow-y: scroll;
  transition: width 0.5s;
}

.smc-panel-body-cover {
  position: fixed;
  z-index: 1000;
  background-color: rgba(0, 0, 0, 0.5);
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  display: none;
}

.smc-panel.smc-panel-left smc-bg {
  right: auto;
}

.smc-panel.smc-panel-right smc-bg {
  left: auto;
}

.smc-panel smc-overlay-inner {
  width: 90%;
}

smc-input-group {
  display: block;
  text-align: center;
}

smc-input-group input[type='checkbox'],
smc-input-group input[type='radio'] {
  margin-right: 3px;
  margin-left: 10px;
}

.smc-input-error ::-webkit-input-placeholder,
.smc-input-error :-moz-placeholder,
.smc-input-error ::-moz-placeholder,
.smc-input-error :-ms-input-placeholder {
  color: #d30003;
}

.smc-input-error label {
  color: #d30003;
}

.smc-input-error input,
.smc-input-error select,
.smc-input-error textarea {
  border-color: #d30003;
}

smc-bar,
smc-handle {
  box-shadow: 0px 6px 6px rgba(0, 0, 0, 0.3);
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}

smc-bar {
  display: none;
  position: fixed;
  top: 0;
  left: 25%;
  right: 25%;
  width: 50%;
  font-weight: bold;
  font-size: 16px;
  text-shadow: none;
  text-align: center;
  height: 30px;
  line-height: 30px;
  padding: 0 20px;
}

@media (max-width: 500px) {
  smc-bar {
    width: 80%;
    left: 10%;
  }
}

smc-bar-close {
  cursor: pointer;
  height: 10px;
  line-height: 10px;
  position: absolute;
  right: 10px;
  top: 10px;
  width: 10px;
}

smc-handle {
  position: absolute;
  width: 50px;
  margin-left: -25px;
  height: 20px;
  left: 50%;
  bottom: -20px;
  cursor: pointer;
  line-height: 12px;
  letter-spacing: -2px;
}

smc-handle > span {
  position: absolute;
  width: 60%;
  left: 20%;
  height: 2px;
  background: #fff;
}

.smc-bar1 {
  top: 20%;
}

.smc-bar2 {
  top: 40%;
}

.smc-bar3 {
  top: 60%;
}

.smc-arrow-up {
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid black;
}

.smc-arrow-down {
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid black;
}

.smc-arrow-right {
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 5px solid black;
}

.smc-arrow-left {
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-right: 5px solid black;
}

smc-preview {
  position: fixed;
  top: 20px;
  left: 50%;
  margin-left: -160px;
  width: 320px;
  padding: 5px 10px;
  background: yellow;
  color: #000;
  font-family: Gotham, 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 12px;
  text-align: center;
  border-radius: 5px;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
  cursor: pointer;
}

smc-preview-close {
  font-size: 7px;
  height: 3px;
  position: absolute;
  right: 4px;
  top: 0;
  width: 3px;
}

smc-preview .smc-arrow-up {
  position: absolute;
  top: -20px;
  left: 50%;
  margin-left: -10px;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-bottom: 20px solid yellow;
}

smc-notices {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  transition: height 0.3s ease;
}

.smc-notice-box {
  padding: 5px 10px;
  background: #ec6952;
  font-size: 12px;
  text-align: left;
  border-radius: 5px;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
  cursor: pointer;
  min-height: 30px;
  min-width: 100px;
  max-width: 500px;
  width: auto;
  margin-bottom: 5px;
  color: #fff;
  float: right;
  clear: both;
  z-index: 100;
  transition: all 0.5s ease;
  overflow: hidden;
}

.smc-notice-box.success {
  background: #24a233;
}

.smc-notice-box.warning {
  background: #cf9d0f;
}

.smc-notice-box.danger {
  background: #d30003;
}

@media screen {
  smc-preloader {
    position: fixed;
    left: -9999px;
    top: -9999px;
  }

  smc-preloader img {
    display: block;
  }
}

@media print {
  smc-preloader,
  smc-preloader img {
    visibility: hidden;
    display: none;
  }
}

smc-final-message {
  border-radius: 2px;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.5);
  bottom: 10px;
  font-size: 16px;
  padding: 10px 20px;
  position: fixed;
  right: 10px;
  z-index: 999999999999999;
}

smc-final-message-close {
  position: absolute;
  top: 3px;
  right: 1px;
  width: 10px;
  height: 10px;
  cursor: pointer;
  font-size: 10px;
  opacity: 0.5;
}

smc-final-message smc-select {
  font-weight: bold;
}

smc-final-message:hover smc-final-message-close {
  opacity: 1;
}

smc-success-message {
  position: absolute;
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
}

smc-success-message-inner {
  background: #08ad00 none repeat scroll 0 0;
  border-radius: 5px;
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.5);
  color: #fff;
  display: inline-block;
  font-size: 30px;
  margin: 20% auto auto;
  padding: 10px 30px;
  position: relative;
}

smc-success-close {
  position: absolute;
  top: 5px;
  right: 5px;
  cursor: pointer;
  font-size: 12px;
}

@-webkit-keyframes smc-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes smc-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-webkit-keyframes smc-pulse {
  50% {
    background: white;
  }
}

@keyframes smc-pulse {
  50% {
    background: white;
  }
}

smc-loader-bg,
smc-dc-placeholder {
  position: absolute;
  top: 10%;
  left: 50%;
  background: rgba(0, 0, 0, 0.8);
  width: 60px;
  margin-left: -30px;
  height: 60px;
  z-index: 10;
  border-radius: 10px;
  display: none;
}

smc-loader,
smc-loader-single,
smc-loader-double {
  border-radius: 50%;
  width: 50px;
  height: 50px;
  margin: 5px;
  border: 0.25rem solid rgba(255, 255, 255, 0.2);
  border-top-color: white;
  -webkit-animation: smc-spin 1s infinite linear;
  animation: smc-spin 1s infinite linear;
}

smc-loader-double {
  border-style: double;
  border-width: 0.5rem;
}

smc-loader-pulse {
  -webkit-animation: smc-pulse 750ms infinite;
  animation: smc-pulse 750ms infinite;
  -webkit-animation-delay: 250ms;
  animation-delay: 250ms;
  height: 30px;
  left: 25px;
  position: absolute;
  top: 14px;
  width: 10px;
}

smc-loader-pulse:before,
smc-loader-pulse:after {
  content: '';
  position: absolute;
  display: block;
  height: 16px;
  width: 6px;
  top: 50%;
  background: rgba(255, 255, 255, 0.2);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-animation: smc-pulse 750ms infinite;
  animation: smc-pulse 750ms infinite;
}

smc-loader-pulse:before {
  left: -12px;
}

smc-loader-pulse:after {
  left: 16px;
  -webkit-animation-delay: 500ms;
  animation-delay: 500ms;
}

smc-loader-bg[data-theme='white'],
smc-dc-placeholder {
  background: rgba(255, 255, 255, 0.8);
}

smc-loader-bg[data-theme='white'] smc-loader-single,
smc-dc-placeholder smc-loader-single,
smc-loader-bg[data-theme='white'] smc-loader-double,
smc-dc-placeholder smc-loader-double,
smc-loader-bg[data-theme='white'] smc-loader-pulse,
smc-dc-placeholder smc-loader-pulse {
  border-color: rgba(0, 0, 0, 0.2);
  border-top-color: black;
}

smc-terms {
  background-color: #ffffff;
  border: 1px solid #333;
  border-radius: 3px;
  bottom: 5%;
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.4);
  left: 5%;
  padding: 10px;
  position: absolute;
  right: 5%;
  top: 5%;
  z-index: 101;
  display: none;
}

smc-terms-header,
smc-terms-para,
smc-terms-close,
smc-terms-close-x {
  color: #333333;
  display: block;
}

smc-terms-scroller {
  position: absolute;
  top: 10px;
  left: 10px;
  right: 10px;
  bottom: 30px;
  overflow: auto;
}

smc-terms-header {
  font-size: 20px;
  font-weight: bold;
  margin: 5px 0;
  text-align: center;
}

smc-terms-para {
  margin: 5px 0;
  font-size: 12px;
}

smc-terms-close {
  bottom: 10px;
  cursor: pointer;
  left: 10px;
  position: absolute;
  right: 10px;
  text-align: center;
}

smc-show-terms,
.smc-show-terms {
  text-decoration: underline;
  cursor: pointer;
}

smc-terms[data-theme='dark'] {
  background-color: #333333;
}

smc-terms[data-theme='dark'] smc-terms-header,
smc-terms[data-theme='dark'] smc-terms-para,
smc-terms[data-theme='dark'] smc-terms-close,
smc-terms[data-theme='dark'] smc-terms-close-x {
  color: #fff;
}

smc-terms-close-x {
  position: absolute;
  top: 5px;
  right: 5px;
  cursor: pointer;
  opacity: 0.7;
  -webkit-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: transform all 0.25s ease-in-out;
}

smc-terms-close-x:hover {
  opacity: 1;
  -webkit-transform: rotate(180deg) scale(1.3);
  -ms-transform: rotate(180deg) scale(1.3);
  -o-transform: rotate(180deg) scale(1.3);
  -moz-transform: rotate(180deg) scale(1.3);
  transform: rotate(180deg) scale(1.3);
}

smc-cp {
  -youbkit-touch-callout: none;
  -youbkit-user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

smc-cp,
smc-cp-msg {
  display: none;
}

smc-hidden-consents {
  opacity: 0;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 1px;
  height: 1px;
  visibility: hidden;
}

.smc-requestNotifications smc-agree-yes,
.smc-requestNotifications smc-agree-no {
  display: none;
}

smc-notices {
  padding: 10px;
  right: 20px;
  left: auto;
  max-width: 300px;
  z-index: 100;
}

smc-dc-placeholder {
  display: block;
  height: 30px;
  width: 30px;
  top: 3px;
}

smc-dc-placeholder > * {
  height: 20px;
  width: 20px;
}

smc-shake-msg {
  display: none;
}

.smc-animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.smc-animated.smc-infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.smc-animated.smc-hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

.smc-animated.smc-bounceIn,
.smc-animated.smc-bounceOut,
.smc-animated.smc-flipOutX,
.smc-animated.smc-flipOutY {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
}

@-webkit-keyframes smc-fadeIn {
  0% {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes smc-fadeIn {
  0% {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.smc-fadeIn {
  -webkit-animation-name: smc-fadeIn;
  animation-name: smc-fadeIn;
}

@-webkit-keyframes smc-bounceInDown {
  0%,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }

  to {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes smc-bounceInDown {
  0%,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }

  to {
    -webkit-transform: none;
    transform: none;
  }
}

.smc-bounceInDown {
  -webkit-animation-name: smc-bounceInDown;
  animation-name: smc-bounceInDown;
}

.smc-animDelay2 {
  -webkit-animation-delay: 0.2s !important;
  -moz-animation-delay: 0.2s !important;
  -ms-animation-delay: 0.2s !important;
  -o-animation-delay: 0.2s !important;
  animation-delay: 0.2s !important;
}

.smc-animDelay6 {
  -webkit-animation-delay: 0.6s !important;
  -moz-animation-delay: 0.6s !important;
  -ms-animation-delay: 0.6s !important;
  -o-animation-delay: 0.6s !important;
  animation-delay: 0.6s !important;
}

@-webkit-keyframes smc-bounceInRight {
  0%,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }

  to {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes smc-bounceInRight {
  0%,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }

  to {
    -webkit-transform: none;
    transform: none;
  }
}

.smc-bounceInRight {
  -webkit-animation-name: smc-bounceInRight;
  animation-name: smc-bounceInRight;
}

.smc-animDelay8 {
  -webkit-animation-delay: 0.8s !important;
  -moz-animation-delay: 0.8s !important;
  -ms-animation-delay: 0.8s !important;
  -o-animation-delay: 0.8s !important;
  animation-delay: 0.8s !important;
}

.smc-animDelay10 {
  -webkit-animation-delay: 1s !important;
  -moz-animation-delay: 1s !important;
  -ms-animation-delay: 1s !important;
  -o-animation-delay: 1s !important;
  animation-delay: 1s !important;
}

.smc-animDelay12 {
  -webkit-animation-delay: 1.2s !important;
  -moz-animation-delay: 1.2s !important;
  -ms-animation-delay: 1.2s !important;
  -o-animation-delay: 1.2s !important;
  animation-delay: 1.2s !important;
}

.smc-animDelay4 {
  -webkit-animation-delay: 0.4s !important;
  -moz-animation-delay: 0.4s !important;
  -ms-animation-delay: 0.4s !important;
  -o-animation-delay: 0.4s !important;
  animation-delay: 0.4s !important;
}

@-webkit-keyframes smc-bounceInLeft {
  0%,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }

  to {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes smc-bounceInLeft {
  0%,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }

  to {
    -webkit-transform: none;
    transform: none;
  }
}

.smc-bounceInLeft {
  -webkit-animation-name: smc-bounceInLeft;
  animation-name: smc-bounceInLeft;
}

@-webkit-keyframes smc-fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes smc-fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.smc-fadeInLeft {
  -webkit-animation-name: smc-fadeInLeft;
  animation-name: smc-fadeInLeft;
}

@-webkit-keyframes smc-fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes smc-fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.smc-fadeInRight {
  -webkit-animation-name: smc-fadeInRight;
  animation-name: smc-fadeInRight;
}

@-webkit-keyframes smc-bounceInUp {
  0%,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }

  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}

@keyframes smc-bounceInUp {
  0%,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }

  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}

.smc-bounceInUp {
  -webkit-animation-name: smc-bounceInUp;
  animation-name: smc-bounceInUp;
}

.smc-animDelay7 {
  -webkit-animation-delay: 0.7s !important;
  -moz-animation-delay: 0.7s !important;
  -ms-animation-delay: 0.7s !important;
  -o-animation-delay: 0.7s !important;
  animation-delay: 0.7s !important;
}

.smc-animDelay9 {
  -webkit-animation-delay: 0.9s !important;
  -moz-animation-delay: 0.9s !important;
  -ms-animation-delay: 0.9s !important;
  -o-animation-delay: 0.9s !important;
  animation-delay: 0.9s !important;
}

@-webkit-keyframes smc-fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes smc-fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.smc-fadeInUp {
  -webkit-animation-name: smc-fadeInUp;
  animation-name: smc-fadeInUp;
}

.smc-animDelay14 {
  -webkit-animation-delay: 1.4s !important;
  -moz-animation-delay: 1.4s !important;
  -ms-animation-delay: 1.4s !important;
  -o-animation-delay: 1.4s !important;
  animation-delay: 1.4s !important;
}

.smc-animDelay1 {
  -webkit-animation-delay: 0.1s !important;
  -moz-animation-delay: 0.1s !important;
  -ms-animation-delay: 0.1s !important;
  -o-animation-delay: 0.1s !important;
  animation-delay: 0.1s !important;
}

@-webkit-keyframes smc-fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes smc-fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.smc-fadeInDown {
  -webkit-animation-name: smc-fadeInDown;
  animation-name: smc-fadeInDown;
}

@-webkit-keyframes smc-fadeOutUp {
  0% {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

@keyframes smc-fadeOutUp {
  0% {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

.smc-fadeOutUp {
  -webkit-animation-name: smc-fadeOutUp;
  animation-name: smc-fadeOutUp;
}

@-webkit-keyframes smc-fadeOutDown {
  0% {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

@keyframes smc-fadeOutDown {
  0% {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

.smc-fadeOutDown {
  -webkit-animation-name: smc-fadeOutDown;
  animation-name: smc-fadeOutDown;
}

@-webkit-keyframes smc-fadeOut {
  0% {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

@keyframes smc-fadeOut {
  0% {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

.smc-fadeOut {
  -webkit-animation-name: smc-fadeOut;
  animation-name: smc-fadeOut;
}

@-webkit-keyframes smc-bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

@keyframes smc-bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

.smc-bounceOutUp {
  -webkit-animation-name: smc-bounceOutUp;
  animation-name: smc-bounceOutUp;
}

@-webkit-keyframes smc-bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

@keyframes smc-bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

.smc-bounceOutDown {
  -webkit-animation-name: smc-bounceOutDown;
  animation-name: smc-bounceOutDown;
}

@-webkit-keyframes smc-rubberBand {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }

  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }

  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }

  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }

  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }

  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }

  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}

@keyframes smc-rubberBand {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }

  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }

  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }

  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }

  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }

  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }

  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}

.smc-rubberBand {
  -webkit-animation-name: smc-rubberBand;
  animation-name: smc-rubberBand;
}

@-webkit-keyframes smc-shake {
  0%,
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }

  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}

@keyframes smc-shake {
  0%,
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }

  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}

.smc-shake {
  -webkit-animation-name: smc-shake;
  animation-name: smc-shake;
}

@-webkit-keyframes smc-rollOut {
  0% {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate(120deg);
    transform: translate3d(100%, 0, 0) rotate(120deg);
  }
}

@keyframes smc-rollOut {
  0% {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate(120deg);
    transform: translate3d(100%, 0, 0) rotate(120deg);
  }
}

.smc-rollOut {
  -webkit-animation-name: smc-rollOut;
  animation-name: smc-rollOut;
}

smc-bg * {
  font-family: 'DM Sans', sans-serif;
}

smc-overlay-inner {
  background-color: #fff;
  background-image: url('https://cdn.smct.io/107778-758.jpg');
  background-size: cover;
  width: 700px;
  min-height: 350px;
  padding-bottom: 0;
  overflow: hidden;
  border-radius: 3px;
}

smc-img-outer,
smc-text-outer,
smc-option,
smc-long-close {
  width: 42%;
  margin: 0 0 0 36px;
  min-width: auto;
}

.smc-img1 {
  max-width: 100px;
  margin: 35px auto 0 0;
  filter: brightness(0);
}

.smc-text1,
.smc-text2,
.smc-text3 {
  font-size: 16px;
  font-weight: 400;
  margin: 15px auto;
  text-align: left;
  color: #000;
}

.smc-text1 {
  margin: 25px auto 0 auto;
  font-size: 30px;
  font-weight: 500;
}

.smc-text2 {
  line-height: 120%;
}

.smc-text3 {
  position: absolute;
  bottom: 50px;
  margin: 0 auto;
  font-size: 12px;
}

.smc-button {
  background-color: #000;
  border: 1px solid #000;
  color: #fff;
  margin: 30px auto auto 0;
  max-width: 140px;
  border-radius: 999px;
  font-size: 14px;
  padding: 14px;
}

.smc-button:hover {
  opacity: 0.8 !important;
}

smc-close {
  font-size: 12px;
  background-color: #ffffffa5;
}

smc-close a.smc-link {
  color: #000;
}

@media screen and (max-width: 700px) {
  smc-close-safe {
    display: block;
  }
}

@media screen and (max-width: 700px) {
  div:not(#smct-overlay-mini-preview) smc-overlay-inner {
    transform: scale(0.95);
    transform-origin: 5% 0 0;
  }

  smc-overlay-outer {
    height: 700px;
  }
}

@media screen and (max-width: 686px) {
  div:not(#smct-overlay-mini-preview) smc-overlay-inner {
    transform: scale(0.93);
    transform-origin: 4.9% 0 0;
  }

  smc-overlay-outer {
    height: 686px;
  }
}

@media screen and (max-width: 672px) {
  div:not(#smct-overlay-mini-preview) smc-overlay-inner {
    transform: scale(0.91);
    transform-origin: 4.8% 0 0;
  }

  smc-overlay-outer {
    height: 672px;
  }
}

@media screen and (max-width: 658px) {
  div:not(#smct-overlay-mini-preview) smc-overlay-inner {
    transform: scale(0.89);
    transform-origin: 4.7% 0 0;
  }

  smc-overlay-outer {
    height: 658px;
  }
}

@media screen and (max-width: 644px) {
  div:not(#smct-overlay-mini-preview) smc-overlay-inner {
    transform: scale(0.87);
    transform-origin: 4.6% 0 0;
  }

  smc-overlay-outer {
    height: 644px;
  }
}

@media screen and (max-width: 630px) {
  div:not(#smct-overlay-mini-preview) smc-overlay-inner {
    transform: scale(0.85);
    transform-origin: 4.5% 0 0;
  }

  smc-overlay-outer {
    height: 630px;
  }
}

@media screen and (max-width: 616px) {
  div:not(#smct-overlay-mini-preview) smc-overlay-inner {
    transform: scale(0.84);
    transform-origin: 4.4% 0 0;
  }

  smc-overlay-outer {
    height: 616px;
  }
}

@media screen and (max-width: 602px) {
  div:not(#smct-overlay-mini-preview) smc-overlay-inner {
    transform: scale(0.82);
    transform-origin: 4.3% 0 0;
  }

  smc-overlay-outer {
    height: 602px;
  }
}

@media screen and (max-width: 588px) {
  div:not(#smct-overlay-mini-preview) smc-overlay-inner {
    transform: scale(0.8);
    transform-origin: 4.2% 0 0;
  }

  smc-overlay-outer {
    height: 588px;
  }
}

@media screen and (max-width: 574px) {
  div:not(#smct-overlay-mini-preview) smc-overlay-inner {
    transform: scale(0.78);
    transform-origin: 4.1% 0 0;
  }

  smc-overlay-outer {
    height: 574px;
  }
}

@media screen and (max-width: 560px) {
  div:not(#smct-overlay-mini-preview) smc-overlay-inner {
    transform: scale(0.76);
    transform-origin: 4% 0 0;
  }

  smc-overlay-outer {
    height: 560px;
  }
}

@media screen and (max-width: 546px) {
  div:not(#smct-overlay-mini-preview) smc-overlay-inner {
    transform: scale(0.74);
    transform-origin: 3.9% 0 0;
  }

  smc-overlay-outer {
    height: 546px;
  }
}

@media screen and (max-width: 532px) {
  div:not(#smct-overlay-mini-preview) smc-overlay-inner {
    transform: scale(0.72);
    transform-origin: 3.8% 0 0;
  }

  smc-overlay-outer {
    height: 532px;
  }
}

@media screen and (max-width: 518px) {
  div:not(#smct-overlay-mini-preview) smc-overlay-inner {
    transform: scale(0.7);
    transform-origin: 3.7% 0 0;
  }

  smc-overlay-outer {
    height: 518px;
  }
}

@media screen and (max-width: 504px) {
  div:not(#smct-overlay-mini-preview) smc-overlay-inner {
    transform: scale(0.68);
    transform-origin: 3.6% 0 0;
  }

  smc-overlay-outer {
    height: 504px;
  }
}

@media screen and (max-width: 490px) {
  div:not(#smct-overlay-mini-preview) smc-overlay-inner {
    transform: scale(0.66);
    transform-origin: 3.5% 0 0;
  }

  smc-overlay-outer {
    height: 490px;
  }
}

@media screen and (max-width: 476px) {
  div:not(#smct-overlay-mini-preview) smc-overlay-inner {
    transform: scale(0.65);
    transform-origin: 3.4% 0 0;
  }

  smc-overlay-outer {
    height: 476px;
  }
}

@media screen and (max-width: 462px) {
  div:not(#smct-overlay-mini-preview) smc-overlay-inner {
    transform: scale(0.63);
    transform-origin: 3.3% 0 0;
  }

  smc-overlay-outer {
    height: 462px;
  }
}

@media screen and (max-width: 448px) {
  div:not(#smct-overlay-mini-preview) smc-overlay-inner {
    transform: scale(0.61);
    transform-origin: 3.2% 0 0;
  }

  smc-overlay-outer {
    height: 448px;
  }
}

@media screen and (max-width: 434px) {
  div:not(#smct-overlay-mini-preview) smc-overlay-inner {
    transform: scale(0.59);
    transform-origin: 3.1% 0 0;
  }

  smc-overlay-outer {
    height: 434px;
  }
}

@media screen and (max-width: 420px) {
  div:not(#smct-overlay-mini-preview) smc-overlay-inner {
    transform: scale(0.57);
    transform-origin: 3% 0 0;
  }

  smc-overlay-outer {
    height: 420px;
  }
}

@media screen and (max-width: 406px) {
  div:not(#smct-overlay-mini-preview) smc-overlay-inner {
    transform: scale(0.55);
    transform-origin: 2.9% 0 0;
  }

  smc-overlay-outer {
    height: 406px;
  }
}

@media screen and (max-width: 392px) {
  div:not(#smct-overlay-mini-preview) smc-overlay-inner {
    transform: scale(0.53);
    transform-origin: 2.8% 0 0;
  }

  smc-overlay-outer {
    height: 392px;
  }
}

@media screen and (max-width: 378px) {
  div:not(#smct-overlay-mini-preview) smc-overlay-inner {
    transform: scale(0.51);
    transform-origin: 2.7% 0 0;
  }

  smc-overlay-outer {
    height: 378px;
  }
}

@media screen and (max-width: 364px) {
  div:not(#smct-overlay-mini-preview) smc-overlay-inner {
    transform: scale(0.49);
    transform-origin: 2.6% 0 0;
  }

  smc-overlay-outer {
    height: 364px;
  }
}

@media screen and (max-width: 350px) {
  div:not(#smct-overlay-mini-preview) smc-overlay-inner {
    transform: scale(0.47);
    transform-origin: 2.5% 0 0;
  }

  smc-overlay-outer {
    height: 350px;
  }
}

@media screen and (max-width: 336px) {
  div:not(#smct-overlay-mini-preview) smc-overlay-inner {
    transform: scale(0.46);
    transform-origin: 2.4% 0 0;
  }

  smc-overlay-outer {
    height: 336px;
  }
}

@media screen and (max-width: 322px) {
  div:not(#smct-overlay-mini-preview) smc-overlay-inner {
    transform: scale(0.44);
    transform-origin: 2.3% 0 0;
  }

  smc-overlay-outer {
    height: 322px;
  }
}

@media screen and (max-width: 308px) {
  div:not(#smct-overlay-mini-preview) smc-overlay-inner {
    transform: scale(0.42);
    transform-origin: 2.2% 0 0;
  }

  smc-overlay-outer {
    height: 308px;
  }
}

@media screen and (max-width: 294px) {
  div:not(#smct-overlay-mini-preview) smc-overlay-inner {
    transform: scale(0.4);
    transform-origin: 2.1% 0 0;
  }

  smc-overlay-outer {
    height: 294px;
  }
}

@media screen and (max-width: 280px) {
  div:not(#smct-overlay-mini-preview) smc-overlay-inner {
    transform: scale(0.38);
    transform-origin: 2% 0 0;
  }

  smc-overlay-outer {
    height: 280px;
  }
}

@media screen and (max-width: 266px) {
  div:not(#smct-overlay-mini-preview) smc-overlay-inner {
    transform: scale(0.36);
    transform-origin: 1.9% 0 0;
  }

  smc-overlay-outer {
    height: 266px;
  }
}

@media screen and (max-width: 252px) {
  div:not(#smct-overlay-mini-preview) smc-overlay-inner {
    transform: scale(0.34);
    transform-origin: 1.8% 0 0;
  }

  smc-overlay-outer {
    height: 252px;
  }
}

@media screen and (max-width: 238px) {
  div:not(#smct-overlay-mini-preview) smc-overlay-inner {
    transform: scale(0.32);
    transform-origin: 1.7% 0 0;
  }

  smc-overlay-outer {
    height: 238px;
  }
}

@media screen and (max-width: 224px) {
  div:not(#smct-overlay-mini-preview) smc-overlay-inner {
    transform: scale(0.3);
    transform-origin: 1.6% 0 0;
  }

  smc-overlay-outer {
    height: 224px;
  }
}

.data-loader-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.45);
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.3s;
}

.data-loader-overlay.hidden {
  display: none;
}

.data-loader-overlay__inner {
  width: 100vw;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}

.data-loader-overlay__loader.loader {
  border: 8px solid #f3f3f3;
  border-top: 8px solid rgb(167, 202, 238);
  border-radius: 50%;
  width: 80px;
  height: 80px;
  animation: spin 1s linear infinite;
  background: transparent;
}

.loader--large {
  width: 80px;
  height: 80px;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.loader-spinner {
  width: 80px;
  height: 80px;
  border: 8px solid #f3f3f3;
  border-top: 8px solid #3498db;
  border-radius: 50%;
  animation: spin 1s linear infinite;
  box-sizing: border-box;
  margin: 0 auto;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.otCookiesNotification #cookies-wrapper {
  display: block;
}
.otCookiesNotification #cookies-wrapper.hidden {
  display: none;
}
.payment-container .btn--primary{
  margin-bottom: 20px;
}
.payment__hide{
  display: none;
  height: 0;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.hidden {
  /* display: none; */
}