@charset "UTF-8";
@font-face {
  font-family: "Brown", Sans-serif;
  src: url("../assets/fax-sans/fax-sans.beta.otf");
}
@font-face {
  font-family: "Brown";
  font-style: normal;
  font-weight: 300;
  font-display: auto;
  src: url("../../../../uploads/2021/11/Brown-Light.woff2") format("woff2"), url("../../../../uploads/2021/11/Brown-Light.ttf") format("truetype");
}
@font-face {
  font-family: "Brown";
  font-style: normal;
  font-weight: normal;
  font-display: auto;
  src: url("../../../../uploads/2021/11/Brown-Regular.woff2") format("woff2"), url("../../../../uploads/2021/11/Brown-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "Brown";
  font-style: normal;
  font-weight: 700;
  font-display: auto;
  src: url("../../../../uploads/2021/11/Brown-Bold.woff2") format("woff2"), url("../../../../uploads/2021/11/Brown-Bold.ttf") format("truetype");
}
body {
  margin: 0;
}

h2 {
  -webkit-hyphens: auto;
          hyphens: auto;
}

body.lightbox-open {
  overflow: hidden;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  padding: 0;
  border: 0;
  vertical-align: baseline;
  line-height: 1.4;
}

* {
  box-sizing: border-box;
  /* font-family: "Brown",Sans-serif; */
}

:root {
  --background-gradient: linear-gradient(283deg,
          #06107a 7.31%,
          #02194b 93.02%);
  --white: #fff;
  --black: #000;
  --grey: #666;
  --light-grey: #eaedf3;
  --primary: #021df0;
  --card-border: rgba(2, 29, 240, 0.15);
}

.woocommerce-error {
  padding: 8px;
  font-family: "Brown", Sans-serif;
  background: red;
  display: flex;
  justify-content: center;
  color: white;
}
.woocommerce-error > li {
  padding: 8px;
  font-family: "Brown", Sans-serif;
  background: red;
  display: flex;
  justify-content: center;
  color: white;
}

.woocommerce-message {
  padding: 8px;
  font-family: "Brown", Sans-serif;
  background: green;
  align-self: center;
  display: flex;
  justify-content: center;
  color: white;
}

.woocommerce-message {
  padding: 8px;
  font-family: "Brown", Sans-serif;
  align-self: center;
  display: flex;
  justify-content: center;
  color: black;
}

/* body:not(.done-loading) {
    overflow: hidden;
} */
.loading-wrapper {
  top: 0;
  left: 0;
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: 10000;
}

.pac-container {
  border-radius: 10px;
}

.loading .product-card {
  color: transparent !important;
  border-radius: 20px;
  animation: 1s ease-in-out 0s infinite normal none running pulse;
  border: none;
  box-shadow: none !important;
}
.loading .product-card > * {
  visibility: hidden;
}
.loading .create-order-block {
  transition: 600ms;
}
.loading .create-order-block .order-text {
  visibility: hidden;
}
.loading .create-order-block button {
  color: transparent !important;
  border-radius: 20px;
  animation: 1s ease-in-out 0s infinite normal none running pulse;
  border: none !important;
  box-shadow: none !important;
}
.loading .trust-block-wrapper {
  color: transparent !important;
  border-radius: 20px;
  animation: 1s ease-in-out 0s infinite normal none running pulse;
  border: none;
  box-shadow: none !important;
}
.loading .trust-block-wrapper > * {
  visibility: hidden;
}
.loading .payment-methods {
  color: transparent !important;
  border-radius: 20px;
  animation: 1s ease-in-out 0s infinite normal none running pulse;
  border: none;
  box-shadow: none !important;
}
.loading .payment-methods > * {
  visibility: hidden;
}
.loading .order-summary {
  color: transparent !important;
  border-radius: 20px;
  animation: 1s ease-in-out 0s infinite normal none running pulse;
  border: none;
  box-shadow: none !important;
}
.loading .order-summary > * {
  visibility: hidden;
}
.loading .savings-info {
  visibility: hidden;
}
.loading .info-message {
  visibility: hidden;
}
.loading a {
  visibility: hidden;
}
.loading .header > a {
  color: transparent !important;
  border-radius: 20px;
  animation: 1s ease-in-out 0s infinite normal none running pulse;
  border: none;
  box-shadow: none !important;
  visibility: visible;
}
.loading .footer > .ti-widget {
  color: transparent !important;
  border-radius: 20px;
  animation: 1s ease-in-out 0s infinite normal none running pulse;
  border: none;
  box-shadow: none !important;
  visibility: visible;
}
.loading .footer > a {
  color: transparent !important;
  border-radius: 20px;
  animation: 1s ease-in-out 0s infinite normal none running pulse;
  border: none;
  box-shadow: none !important;
  visibility: visible;
}
.loading .upsell-container {
  color: transparent !important;
  border-radius: 20px;
  animation: 1s ease-in-out 0s infinite normal none running pulse;
  border: none;
  box-shadow: none !important;
}
.loading .upsell-container > * {
  visibility: hidden;
}

.blockUI {
  display: none !important;
}

@keyframes pulse {
  0% {
    background: rgba(165, 165, 165, 0.1);
  }
  50% {
    background: rgba(165, 165, 165, 0.3);
  }
  100% {
    background: rgba(165, 165, 165, 0.1);
  }
}
.pum {
  display: none;
}

.checkout-container {
  background: var(--background-gradient);
  display: flex;
  flex-direction: column;
  align-items: center;
}

.checkout > .header {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  color: var(--white);
  font: 400 16px Fax Sans, sans-serif;
  height: 64px;
  padding: 0 64px;
}

.logo {
  width: 165px;
  height: auto;
}

.back-link {
  transform: translateY(4px);
  text-decoration: none;
  color: var(--White, #FFF);
  /* D_Body Text */
  font-family: "Brown", Sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  /* 150% */
}

.product-top-content {
  display: flex;
  gap: 24px;
  margin-bottom: -2px;
  /* justify-content: space-between; */
}

.product-image-outer-wrapper {
  /* width: 202px; */
  display: flex;
  justify-content: center;
  flex-shrink: 0;
}
.product-image-outer-wrapper .product-image-wrapper {
  /* width: 187px; */
  margin: 14px 7.5px;
  transform: rotate(-9deg);
  /*  box-shadow: 4px 4px 16px 0px rgba(2, 29, 240, 0.15); */
  border-radius: 5px;
  height: -moz-fit-content;
  height: fit-content;
}
.product-image-outer-wrapper .product-image-wrapper > img {
  max-width: 100%;
  height: auto;
  display: block;
  /*  transform: translateY(4px); */
  position: relative;
  border-radius: 5px;
  box-shadow: 4px 4px 16px 0px rgba(2, 29, 240, 0.15);
}
.product-image-outer-wrapper .product-image-wrapper:not(.is-wide) > img {
  max-width: 80%;
}

.main-content {
  background-color: var(--light-grey);
  width: 100%;
  border-radius: 16px;
  -webkit-backdrop-filter: blur(45.5px);
          backdrop-filter: blur(45.5px);
  background-color: var(--light-grey);
  /*  display: flex; */
  flex-direction: column;
  /* width: 896px; */
  align-items: center;
}

.content-wrapper {
  max-width: 1200px;
  margin: 0 auto;
}

.current-price {
  display: flex;
  gap: 12px;
}

.content {
  display: flex;
  gap: 44px;
  margin: 0 auto;
  justify-content: center;
}

center {
  display: none;
}

.left-column {
  /*  width: 62%; */
  flex-grow: 1;
  min-width: 0;
}

.right-column {
  /*  width: 38%; */
  display: flex;
  flex-direction: column;
  position: relative;
  /* overflow: auto; */
  width: 440px;
  flex-shrink: 0;
}
.right-column .right-column-wrapper {
  transition: top 600ms, opacity 600ms;
  height: 100%;
  display: flex;
  flex-direction: column;
  position: relative;
}
.right-column .right-column-wrapper.in-animation:not(.loading) {
  /*  top: unset !important; */
  /* opacity: 0; */
}
.right-column .right-column-wrapper.special-hover {
  position: sticky;
  height: unset;
}
.right-column .order-block {
  position: sticky;
  top: -24px;
  /*  height: 450px; */
  margin-bottom: 24px;
  /*  margin-bottom: 177.328px; */
}

#wc_checkout_add_ons {
  display: none !important;
}

.section-title {
  line-height: 1;
  color: var(--Black, #000);
  font-family: "Brown", Sans-serif;
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
  letter-spacing: 0.42px;
}
.section-title.no-thumbnail {
  display: none;
}
.section-title.top-left {
  position: absolute;
  margin-top: 44px;
  margin-bottom: 20px;
}
.section-title.top-right {
  margin: 44px 0 24px 0;
  /* height: 64px; */
  text-wrap: balance;
}
.section-title.top-right.with-tag {
  margin-bottom: 48px;
}

.bestseller-tag {
  border-radius: 16px 16px 0 0;
  background-color: var(--white);
  border: 1px solid #0d8746;
  border-bottom: none;
  color: #0d8746;
  padding: 0px 34px;
  display: inline-block;
  /* margin-left: 32px; */
  position: absolute;
  top: -25px;
  height: 24px;
  width: 128px;
  color: #0D8746;
  text-align: center;
  font-family: "Brown", Sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 21px;
  box-shadow: 4px 0px 8px 0 var(--card-border);
}

.product-card {
  border-radius: 16px;
  border: 0.5px solid var(--card-border);
  box-shadow: 4px 4px 8px 0 var(--card-border);
  background-color: var(--white);
  padding: 16px 32px 24px 32px;
  margin-top: 100px;
  position: relative;
  /* max-width: 500px; */
}
.product-card.no-thumbnail {
  position: relative;
  display: none;
}
.product-card.no-thumbnail .product-title {
  margin: 0;
  margin-right: 80px;
}
.product-card.no-thumbnail .product-main-content {
  position: absolute;
  right: 32px;
  top: 16px;
  height: 27px;
}
.product-card.no-thumbnail .product-main-content .quantity-price {
  height: 100%;
}
.product-card.with-tag {
  margin-top: 124px;
}
.product-card .product-title {
  word-wrap: break-word;
  margin: 0 0 24px 0;
  color: #000;
  /* D_Subtitles */
  font-family: "Brown", Sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  /* 150% */
  letter-spacing: 0.1px;
}
.product-card .product-upper-feature-outer-wrapper {
  display: flex;
  gap: 8px;
  color: var(--Black, #000);
  /* M_Body Text */
  font-family: "Brown", Sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  /* 157.143% */
  margin-bottom: 24px;
}
.product-card .product-feature-outer-wrapper {
  /* width: 50%; */
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.product-card .product-feature-outer-wrapper .product-feature {
  display: flex;
  gap: 14px;
  font-size: 16px;
  color: var(--black);
  align-items: center;
}
.product-card .product-feature-outer-wrapper .product-feature .checkmark-wrapper {
  display: flex;
  align-items: flex-start;
  height: 100%;
}
.product-card .product-feature-outer-wrapper .product-feature .checkmark-wrapper svg {
  flex-shrink: 0;
}
.product-card .product-feature-outer-wrapper .product-feature > p {
  margin: 0;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  /* 150% */
  color: var(--Black, #000);
  /* D_Body Text */
  font-family: "Brown", Sans-serif;
}
.product-card .quantity-price {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 32px;
  /*  */
  justify-content: end !important;
  /*  */
}
.product-card .quantity-price .quantity-selector {
  display: flex;
  align-items: center;
  /* gap: 21px; */
  border-radius: 16px;
  border: 0.5px solid var(--card-border);
  box-shadow: 4px 4px 8px 0 var(--card-border);
  background-color: var(--light-grey);
  /* padding: 11px 16px; */
  width: 96px;
  height: 32px;
  justify-content: center;
  position: relative;
  z-index: 1;
  /*  */
  display: none !important;
  /*  */
}
.product-card .quantity-price .quantity-selector .quantity-value {
  margin: 0 14px;
}

.quantity-value {
  color: var(--Black, #000);
  text-align: center;
  /* D_small numbers */
  font-family: "Brown", Sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  /* 150% */
  letter-spacing: 0.32px;
  width: 20px;
  padding: 0;
  margin: 0;
  border: 0;
  background-color: var(--light-grey);
}

.quantity-button {
  cursor: pointer;
  text-align: center;
  font-family: "Brown", Sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: -0.15px;
}
.quantity-button.plus {
  color: #021DF0;
}
.quantity-button.minus {
  color: var(--Grey, #666);
}

.quantity-value {
  color: var(--black);
  font-size: 16px;
}

.price-display {
  display: flex;
  align-items: center;
  gap: 24px;
  font-size: 16px;
  height: 24px;
}

.original-price {
  display: flex;
  gap: 12px;
}

.original-currency {
  color: var(--grey);
}

.original-amount {
  display: inline-flex;
  align-items: center;
  min-width: 48px;
  color: var(--grey);
  /*  text-decoration: line-through; */
  text-align: center;
  position: relative;
  color: var(--Grey, #666);
  text-align: right;
  font-family: "Brown", Sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.32px;
}
.original-amount > svg {
  position: absolute;
}

.current-price .currency {
  color: var(--black);
  font-size: 20px;
  text-align: right;
  font-family: "Brown", Sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: 0.4px;
}
.current-price .amount {
  display: inline-block;
  /*  text-align: center; */
  min-width: 64px;
  color: var(--Black, #000);
  text-align: right;
  font-family: "Brown", Sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: 0.4px;
}

.product-ratings-outer-wrapper {
  margin-top: 20px;
}
.product-ratings-outer-wrapper .product-ratings-inner-wrapper .product-ratings {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 16px;
  color: var(--black);
}
.product-ratings-outer-wrapper .product-ratings-inner-wrapper .product-ratings.first p {
  /*   text-wrap-mode: nowrap; */
}
.product-ratings-outer-wrapper .product-ratings-inner-wrapper .product-ratings.second {
  margin-top: 12px;
}
.product-ratings-outer-wrapper .product-ratings-inner-wrapper .product-ratings p {
  margin: 0;
  color: var(--Black, #000);
  font-family: "Brown", Sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  /* 150% */
}
.product-ratings-outer-wrapper .product-ratings-inner-wrapper .product-ratings p > .rating-link {
  color: var(--Primary, #021DF0);
  /* D_Body Text */
  font-family: "Brown", Sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  text-decoration-line: underline;
  text-decoration-style: dotted;
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  /* text-underline-position: from-font; */
}

.second-product-rating-inner {
  display: flex;
  align-items: center;
}
.second-product-rating-inner p {
  flex: 1;
  line-height: 24px;
  margin: 0;
}

.rating-link {
  color: var(--Primary, #021DF0);
  /* D_Body Text */
  font-family: "Brown", Sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  text-decoration-line: underline;
  text-decoration-style: dotted;
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  /*  text-underline-position: from-font; */
}

.bildungs-award-badge {
  width: 160px;
  height: 52px;
  flex-shrink: 0;
  /*   margin-right: 24px; */
}
.bildungs-award-badge > img {
  max-width: 100%;
  height: auto;
  display: block;
}

.rating-icon {
  flex-shrink: 0;
}

.info-link {
  color: var(--Black, #000);
  font-family: "Brown", Sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 21px;
  text-decoration-line: underline;
  text-decoration-style: solid;
  -webkit-text-decoration-skip: ink;
  text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  /* text-underline-position: from-font; */
  cursor: pointer;
}

.hidden-google-reviews,
.hidden-trustindex-reviews,
.hidden-payment-container {
  display: none;
}

.fas.fa-long-arrow-alt-right {
  transform: rotate(180deg);
  margin-right: 4px;
}

.billing-section {
  margin-top: 36px;
  margin-bottom: 56px;
}
.billing-section.no-thumbnail {
  margin-top: 44px;
}
.billing-section .section-title {
  margin-bottom: 20px;
  text-wrap-mode: nowrap;
}
.billing-section .billing-row {
  display: flex;
  gap: 24px;
  transition: opacity 600ms, max-height 600ms;
  /* max-width: 500px; */
}
.billing-section .billing-row .billing-group {
  flex: 1;
  position: relative;
}
.billing-section .billing-row .billing-group.invalid .billing-input {
  border: 2px solid red;
}
.billing-section .billing-row .billing-group.invalid .x {
  display: block;
  position: absolute;
  right: 19px;
  /* top: auto; */
  top: 50px;
}
.billing-section .billing-row .billing-group.invalid .error-notice {
  display: block;
  font-family: "Brown", Sans-serif;
}
.billing-section .billing-row .billing-group.invalid .error-notice > p {
  margin: 4px 16px 0;
  font-size: 14px;
  color: red;
}
.billing-section .billing-row .billing-group.valid .checkmark {
  display: block;
  position: absolute;
  right: 16px;
  /* top: auto; */
  top: 46px;
}
.billing-section .billing-row .billing-group.valid .error-notice {
  display: none;
}
.billing-section .billing-row .billing-group .error-notice {
  display: none;
}
.billing-section .billing-row .billing-group svg {
  display: none;
}
.billing-section .billing-row .billing-group .billing-label {
  margin-bottom: 8px;
  display: block;
  margin-left: 16px;
  color: var(--Black, #000);
  /* D_Body Text */
  font-family: "Brown", Sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  /* 150% */
}
.billing-section .billing-row .billing-group .billing-input {
  border-radius: 56px;
  border: 2px solid var(--Black, #000);
  box-shadow: 4px 4px 8px 0 var(--card-border);
  /* border: 2px solid var(--primary); */
  background-color: var(--white);
  padding: 12px;
  width: 100%;
  color: var(--grey);
  font-size: 16px;
  /* height: 48px; */
  color: black;
  /* D_Body Text */
  font-family: "Brown", Sans-serif;
  /* font-family: auto; */
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  /*        padding-bottom: 10px;
  padding-top: 14px; */
}
.billing-section .billing-row .billing-group .billing-input#email {
  /*  min-width: 280px; */
}
.billing-section .billing-row .billing-group .billing-input::first-line {
  position: relative;
  transform: translateY(2px);
  /* Adjust value as needed */
}
.billing-section .billing-row .billing-group .billing-input:focus:not(:focus-visible) {
  outline: none;
  border: 2px solid var(--primary);
}
.billing-section .billing-row .billing-group .billing-input:focus-visible {
  border: 2px solid var(--primary);
}
.billing-section .billing-row .billing-group .billing-input::-moz-placeholder {
  color: var(--Grey, #666);
}
.billing-section .billing-row .billing-group .billing-input::placeholder {
  color: var(--Grey, #666);
}
.billing-section .billing-row .billing-group .custom-options {
  border-radius: 25px;
}
.billing-section .special.billing-row {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.billing-section .special.billing-row > .billing-group {
  width: calc(50% - 10px);
  flex: auto;
}

.ppcp-messages {
  display: none !important;
}

/* Base loading indicator styles */
.product-card.ajax-loading,
.order-summary.ajax-loading,
.upsell-container.ajax-loading,
.payment-methods.ajax-loading {
  position: relative;
  pointer-events: none;
  /* Prevents clicks while loading */
}

.product-card.ajax-loading::after,
.order-summary.ajax-loading::after,
.upsell-container.ajax-loading::after,
.payment-methods.ajax-loading::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.7);
  border-radius: 16px;
  z-index: 100;
}

.product-card.ajax-loading::before,
.order-summary.ajax-loading::before,
.upsell-container.ajax-loading::before,
.payment-methods.ajax-loading::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 30px;
  height: 30px;
  margin: -15px 0 0 -15px;
  border: 3px solid #f3f3f3;
  border-top: 3px solid #021DF0;
  border-radius: 50%;
  z-index: 101;
  animation: spin 1s linear infinite;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.info-message {
  display: flex;
  align-items: center;
  gap: 10px;
  padding-top: 16px;
  font-size: 14px;
  color: var(--grey);
}
.info-message.clip {
  gap: 16px;
  padding: 24px 0 28px 24px;
}
.info-message.clip p {
  margin: 0;
  color: var(--Grey, #666);
  /* D_captions */
  font-family: "Brown", Sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 21px;
  /* 150% */
}
.info-message.clip .info-icon {
  width: 24px;
}
.info-message.boat > p {
  margin: 0;
  color: var(--Grey, #666);
  /* D_captions */
  font-family: "Brown", Sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 21px;
  /* 150% */
}
.info-message.boat .info-icon {
  width: 60px;
}
.info-message.lock {
  padding-top: 0;
  padding-bottom: 28px;
}
.info-message.lock > svg {
  flex-shrink: 0;
}
.info-message.lock p {
  margin: 0;
  color: var(--Grey, #666);
  /* D_captions */
  font-family: "Brown", Sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 21px;
  /* 150% */
}
.info-message.lock p a {
  color: var(--Black, #000);
  /* D_captions */
  font-family: "Brown", Sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 21px;
  text-decoration-line: underline;
  text-decoration-style: solid;
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  /*  text-underline-position: from-font; */
}
.info-message.guarantee-text {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-left: 3px;
  margin-bottom: 14px;
  /* height: 42px; */
}
.info-message.guarantee-text > p {
  margin: 0;
  color: var(--Black, #000);
  /* D_captions */
  font-family: "Brown", Sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 21px;
  /* 150% */
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Remove spinner buttons for Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

.billing-section + .section-title {
  margin-bottom: 16px;
  /* margin-top: 56px; */
}

.payment_box {
  position: relative;
  margin: 1em 0;
  padding: 1em;
  background: #e3e3e3;
  border-radius: 10px;
}
.payment_box::before {
  content: "";
  display: block;
  border: 1em solid #e3e3e3;
  border-right-color: transparent;
  border-left-color: transparent;
  border-top-color: transparent;
  position: absolute;
  top: -0.75em;
  left: 0;
  margin: -1em 0 0 2em;
}
.payment_box div {
  font-size: 14px;
}
.payment_box > .mollie-components div + div {
  margin-top: unset;
}
.payment_box > .mollie-components > div [role=alert] {
  color: red;
}
.payment_box > .mollie-components > div#cardHolder > div.mollie-component--cardHolder {
  padding: 0 12px;
  display: flex;
  align-items: center;
}
.payment_box > .mollie-components > div#cardNumber {
  margin: 12px 0 12px 0;
}
.payment_box > .mollie-components > div#cardNumber > div.mollie-component--cardNumber {
  padding: 0 12px;
  display: flex;
  align-items: center;
}
.payment_box > .mollie-components > div#expiryDate > div.mollie-component--expiryDate {
  padding: 0 12px;
  display: flex;
  align-items: center;
}
.payment_box > .mollie-components > div#verificationCode > div.mollie-component--verificationCode {
  padding: 0 12px;
  display: flex;
  align-items: center;
}

body .ti-widget[data-layout-id="79"][data-set-id=soft] .ti-verified-by-row {
  margin: 12px 28px 40px !important;
}

.payment-methods-wrapper {
  font-family: "Brown", Sans-serif;
}
.payment-methods-wrapper .payment-methods {
  /* margin-top: 56px; */
  border-radius: 16px;
  border: 0.5px solid var(--Card-border, rgba(2, 29, 240, 0.15));
  background: var(--White, #FFF);
  /* Secondary Shadow */
  box-shadow: 4px 4px 8px 0px rgba(2, 29, 240, 0.15);
  padding: 32px;
  margin-bottom: 24px;
  /*  max-width: 500px; */
}
.payment-methods-wrapper .payment-methods.apple-is-set .wc_payment_method.payment_method_mollie_wc_gateway_applepay {
  display: list-item !important;
}
.payment-methods-wrapper .payment-methods .wc_payment_method.payment_method_mollie_wc_gateway_applepay {
  display: none;
}
.payment-methods-wrapper .payment-methods:not(.company-enabled) .wc_payment_method.payment_method_bacs {
  display: none;
}
.payment-methods-wrapper .payment-methods:not(.loaded) {
  position: absolute;
  top: 0;
  opacity: 0;
}
.payment-methods-wrapper .payment-methods .info-message-desktop {
  margin-bottom: 20px;
  margin-top: -12px;
}
.payment-methods-wrapper .payment-methods .info-message-desktop .ti-widget.ti-no-profile-img {
  display: flex;
  width: unset;
}
.payment-methods-wrapper .payment-methods .info-message-desktop .ti-widget.ti-no-profile-img .ti-widget-container {
  margin: 0;
}
.payment-methods-wrapper .payment-methods #payment ul.wc_payment_methods {
  margin: 0;
  list-style-type: none;
}
.payment-methods-wrapper .payment-methods #payment ul.wc_payment_methods > li.wc_payment_method {
  margin-bottom: 24px;
  /* display: flex; */
  position: relative;
}
.payment-methods-wrapper .payment-methods #payment ul.wc_payment_methods > li.wc_payment_method > input {
  display: none;
}
.payment-methods-wrapper .payment-methods #payment ul.wc_payment_methods > li.wc_payment_method > label::before {
  content: "";
  display: inline-block;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 1px solid black;
  /* Border color and thickness */
  background-color: #EAEDF3;
  /* Or any color for a filled circle */
  vertical-align: middle;
  margin-right: 10px;
  box-shadow: 4px 4px 8px 0px rgba(2, 29, 240, 0.15);
  flex-shrink: 0;
}
.payment-methods-wrapper .payment-methods #payment ul.wc_payment_methods > li.wc_payment_method > input:checked + label::before {
  content: "";
  display: block;
  width: 32px;
  /* Outer circle width */
  height: 32px;
  /* Outer circle height */
  border-radius: 50%;
  border: 1px solid black;
  /* Outer circle border */
  /* Creates inner ball using a radial gradient with exact 10px radius */
  background: radial-gradient(circle at center, #06107A 0px, #02194B 10px, #EAEDF3 11px, rgba(234, 237, 243, 0) 15px);
  /* linear-gradient(283deg, #06107A 7.31%, #02194B 93.02%)) */
  /* For better rendering */
  background-position: center;
  box-sizing: border-box;
  filter: drop-shadow(4px 4px 12px rgba(2, 29, 240, 0.25));
}
.payment-methods-wrapper .payment-methods #payment ul.wc_payment_methods > li.wc_payment_method > label {
  display: flex;
  flex-direction: row;
  align-items: center;
  font-family: "Brown", Sans-serif;
}
.payment-methods-wrapper .payment-methods #payment ul.wc_payment_methods > li.wc_payment_method > label > img {
  height: 32px;
  /* position: absolute;
  left: 260px; */
  margin-left: 20px;
}
.payment-methods-wrapper .payment-methods #payment ul.wc_payment_methods > li.wc_payment_method .payment_box p#billing_birthdate_field {
  display: flex;
  gap: 4px;
  font-size: 14px;
  font-family: "Brown", Sans-serif;
  align-items: center;
}
.payment-methods-wrapper .payment-methods #payment ul.wc_payment_methods > li.wc_payment_method:last-child {
  margin-bottom: 0;
}
.payment-methods-wrapper .payment-methods #payment .place-order {
  display: none;
}

label > .payment-icons {
  /* position: absolute;
  left: 260px; */
  margin-left: 20px;
}

.payment-icons {
  display: flex;
  gap: 8px;
}

#billing_birthdate_riverty {
  color: #757575;
}

.ti-loading:after {
  content: none !important;
}

.ppc-button-wrapper #ppc-button-ppcp-gateway {
  margin-top: 14px;
  margin-bottom: -12px;
  /* display: none; */
}

.wc_coupon_message_wrap {
  display: none;
}

.woocommerce-notices-wrapper {
  /* display: none; */
}

@keyframes rotate {
  100% {
    transform: rotate(360deg);
  }
}
@keyframes dash {
  0% {
    stroke-dasharray: 1, 150;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -35;
  }
  100% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -124;
  }
}
.pac-logo:after {
  margin: 0 4px 4px 0;
}

.order-block.special-hover {
  position: static;
  margin-bottom: 24px !important;
}
.order-block .order-summary {
  border-radius: 16px;
  box-shadow: 4px 4px 8px 0 var(--card-border);
  background-color: var(--white);
  padding: 12px 20px 18px;
  /* min-width: 308px; */
}
.order-block .order-summary .coupon-wrapper .coupon-item {
  display: flex;
  /* gap: 12px; */
  margin-bottom: 4px;
  align-items: center;
  height: 40px;
  position: relative;
}
.order-block .order-summary .coupon-wrapper .coupon-item input {
  opacity: 0;
  pointer-events: none;
  transition: opacity 600ms;
  height: 40px;
  width: 100%;
  border-radius: 56px;
  padding-left: 20px;
  margin-left: 12px;
  color: black;
  /* M_Body Text */
  font-family: "Brown", Sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
}
.order-block .order-summary .coupon-wrapper .coupon-item .loading-container {
  position: absolute;
  /* display: flex; */
  justify-content: center;
  align-items: center;
  height: 32px;
  /* Adjust as needed */
  display: none;
}
.order-block .order-summary .coupon-wrapper .coupon-item .loading-container .loading-spinner {
  animation: rotate 2s linear infinite;
  transform-origin: center center;
  height: 32px;
  width: 32px;
}
.order-block .order-summary .coupon-wrapper .coupon-item .loading-container .loading-spinner .path {
  stroke: #3498db;
  /* Change color as needed */
  stroke-linecap: round;
  animation: dash 1.5s ease-in-out infinite;
}
.order-block .order-summary .coupon-wrapper .coupon-item.ajax-loading input {
  margin-left: 44px;
}
.order-block .order-summary .coupon-wrapper .coupon-item.ajax-loading .arrow {
  display: none;
}
.order-block .order-summary .coupon-wrapper .coupon-item.ajax-loading .loading-container {
  display: flex;
}
.order-block .order-summary .coupon-wrapper .coupon-item:not(.ajax-loading) .empty-coupon-wrapper {
  cursor: pointer;
}
.order-block .order-summary .coupon-wrapper .coupon-item.coupon-applied:not(.active) input,
.order-block .order-summary .coupon-wrapper .coupon-item.coupon-applied:not(.active) .arrow,
.order-block .order-summary .coupon-wrapper .coupon-item.coupon-applied:not(.active) .placeholder-text,
.order-block .order-summary .coupon-wrapper .coupon-item.coupon-applied:not(.active) .empty-coupon-wrapper {
  display: none;
}
.order-block .order-summary .coupon-wrapper .coupon-item.coupon-applied:not(.active) .discount-amount {
  margin-left: auto;
  display: flex;
}
.order-block .order-summary .coupon-wrapper .coupon-item.coupon-applied:not(.active) .discount-amount .currency,
.order-block .order-summary .coupon-wrapper .coupon-item.coupon-applied:not(.active) .discount-amount .saved-money {
  display: inline-block;
  color: var(--Accent-Positive, #0D8746);
  text-align: right;
  /* M_small numbers */
  font-family: "Brown", Sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 21px;
  /* 150% */
  letter-spacing: 0.28px;
  min-width: 64px;
}
.order-block .order-summary .coupon-wrapper .coupon-item.coupon-applied:not(.active) .discount-type {
  display: inline-block;
}
.order-block .order-summary .coupon-wrapper .coupon-item.active {
  /* margin-bottom: 20px; */
}
.order-block .order-summary .coupon-wrapper .coupon-item.active .arrow {
  /*         position: absolute;
  z-index: 1; */
  transform: rotate(-90deg);
}
.order-block .order-summary .coupon-wrapper .coupon-item.active .arrow path {
  stroke: #021DF0;
}
.order-block .order-summary .coupon-wrapper .coupon-item.active span {
  display: none;
}
.order-block .order-summary .coupon-wrapper .coupon-item.active span.placeholder-text {
  opacity: 0;
}
.order-block .order-summary .coupon-wrapper .coupon-item.active input {
  opacity: 1;
  pointer-events: all;
}
.order-block .order-summary .coupon-wrapper .coupon-item.active input::-moz-placeholder {
  color: #808080;
}
.order-block .order-summary .coupon-wrapper .coupon-item.active input::placeholder {
  color: #808080;
}
.order-block .order-summary .coupon-wrapper .coupon-item .x {
  display: none;
}
.order-block .order-summary .coupon-wrapper .coupon-item.error {
  position: relative;
}
.order-block .order-summary .coupon-wrapper .coupon-item.error input {
  border: solid 2px red !important;
}
.order-block .order-summary .coupon-wrapper .coupon-item.error input:focus-visible {
  outline: none;
}
.order-block .order-summary .coupon-wrapper .coupon-item.error .x {
  display: block;
  position: absolute;
  right: 12px;
  /* top: auto; */
  z-index: 1000;
  top: 15px;
}
.order-block .order-summary .coupon-wrapper .coupon-item .discount-type,
.order-block .order-summary .coupon-wrapper .coupon-item .currency,
.order-block .order-summary .coupon-wrapper .coupon-item .saved-money,
.order-block .order-summary .coupon-wrapper .coupon-item .applied-coupon-wrapper {
  display: none;
}
.order-block .order-summary .coupon-wrapper .coupon-item span.display-coupon-code {
  color: black;
}
.order-block .order-summary .coupon-wrapper .coupon-item .empty-coupon-wrapper {
  display: flex;
  gap: 12px;
  align-items: center;
}
.order-block .order-summary .coupon-wrapper .coupon-item .saved-money {
  min-width: 64px;
  text-align: right;
}
.order-block .order-summary .coupon-wrapper .coupon-item .arrow {
  transition: 600ms;
}
.order-block .order-summary .coupon-wrapper .coupon-item .arrow path {
  transition: 600ms;
}
.order-block .order-summary .coupon-wrapper .coupon-item .arrow,
.order-block .order-summary .coupon-wrapper .coupon-item .checkmark {
  cursor: pointer;
}
.order-block .order-summary .coupon-wrapper .coupon-item span {
  color: var(--Grey, #666);
  /* D_captions */
  font-family: "Brown", Sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  /* 150% */
}
.order-block .order-summary .coupon-wrapper .coupon-item .placeholder-text {
  position: absolute;
  margin-left: 44px;
  transition: 600ms;
}
.order-block .order-summary .coupon-wrapper ul {
  margin: 0;
  margin-bottom: 12px;
}
.order-block .order-summary .coupon-wrapper ul > li {
  list-style: none;
  display: flex;
  max-height: 32px;
  align-items: center;
  transition: 600ms;
}
.order-block .order-summary .coupon-wrapper ul > li.initial-load {
  max-height: 0px;
  opacity: 0;
}
.order-block .order-summary .coupon-wrapper ul > li.in-animation {
  max-height: 32px;
}
.order-block .order-summary .coupon-wrapper ul > li.loading .checkmark {
  display: none !important;
}
.order-block .order-summary .coupon-wrapper ul > li.loading .loading-container {
  display: flex !important;
}
.order-block .order-summary .coupon-wrapper ul > li .applied-coupon-wrapper {
  display: flex;
  width: 172px;
  gap: 12px;
  align-items: center;
  align-items: center;
  margin-right: 8px;
}
.order-block .order-summary .coupon-wrapper ul > li .applied-coupon-wrapper .checkmark-wrapper {
  display: flex;
  width: 32px;
  min-height: 32px;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  flex-shrink: 0;
}
.order-block .order-summary .coupon-wrapper ul > li .applied-coupon-wrapper .checkmark-wrapper .checkmark {
  width: 24px;
  height: 24px;
  border-radius: 50px;
  border: 1px solid var(--Primary, #021DF0);
  background: var(--White, #FFF);
  /* Primary Shadow */
  /*  box-shadow: 4px 4px 12px 0px rgba(2, 29, 240, 0.25); */
}
.order-block .order-summary .coupon-wrapper ul > li .applied-coupon-wrapper .checkmark-wrapper .loading-container {
  position: absolute;
  /* display: flex; */
  justify-content: center;
  align-items: center;
  height: 32px;
  /* Adjust as needed */
  display: none;
}
.order-block .order-summary .coupon-wrapper ul > li .applied-coupon-wrapper .checkmark-wrapper .loading-container .loading-spinner {
  animation: rotate 2s linear infinite;
  transform-origin: center center;
  height: 32px;
  width: 32px;
}
.order-block .order-summary .coupon-wrapper ul > li .applied-coupon-wrapper .checkmark-wrapper .loading-container .loading-spinner .path {
  stroke: #3498db;
  /* Change color as needed */
  stroke-linecap: round;
  animation: dash 1.5s ease-in-out infinite;
}
.order-block .order-summary .coupon-wrapper ul > li .applied-coupon-wrapper .display-coupon-code {
  overflow-wrap: anywhere;
  font-size: 16px;
  font-family: "Brown", Sans-serif;
}
.order-block .order-summary .coupon-wrapper ul > li .discount-amount {
  margin-left: auto;
  display: flex;
}
.order-block .order-summary .coupon-wrapper ul > li .discount-amount .currency,
.order-block .order-summary .coupon-wrapper ul > li .discount-amount .saved-money {
  display: inline-block;
  color: var(--Accent-Positive, #0D8746);
  text-align: right;
  /* M_small numbers */
  font-family: "Brown", Sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 21px;
  /* 150% */
  letter-spacing: 0.28px;
}
.order-block .order-summary .coupon-wrapper ul > li .discount-amount .saved-money {
  min-width: 64px;
  text-align: right;
}
.order-block .order-summary .coupon-wrapper ul > li .discount-type-wrapper .discount-type {
  display: inline-block;
  color: var(--Grey, #666);
  font-family: "Brown", Sans-serif;
}
.order-block .order-summary .summary-item {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 12px;
  /*  gap: 16px; */
  transition: 600ms;
  /* ease-in-out*/
  max-height: 50px;
}
.order-block .order-summary .summary-item.savings > .hide-animation {
  opacity: 0;
  margin-bottom: 16px;
}
.order-block .order-summary .summary-item.savings > .remove-animation {
  max-height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  border: none !important;
}
.order-block .order-summary .summary-item.hide-animation {
  opacity: 0;
}
.order-block .order-summary .summary-item.remove-animation {
  max-height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  border: none !important;
}
.order-block .order-summary .summary-item.free-product:not(.with-location) {
  margin: 0 !important;
}
.order-block .order-summary .summary-item.free-product .price.free .amount {
  display: flex;
  gap: 4px;
  align-items: flex-start;
}
.order-block .order-summary .summary-item.location-info {
  font-family: "Brown", Sans-serif;
}
.order-block .order-summary .summary-item .product-info {
  display: flex;
}
.order-block .order-summary .summary-item .product-info .product-name {
  word-wrap: break-word;
  width: 260px;
  display: inline-block;
  color: var(--Black, #000);
  /* D_Body Text */
  font-family: "Brown", Sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  margin-right: 8px;
  /* 150% */
}
.order-block .order-summary .summary-item .product-info .amount {
  color: var(--Grey, #666);
  /* D_small numbers */
  font-family: "Brown", Sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  /* 150% */
  letter-spacing: 0.32px;
}
.order-block .order-summary .summary-item .order-block .order-summary .summary-item.summary-total .price .amount,
.order-block .order-summary .summary-item .order-block .order-summary .summary-item.summary-total .price .currency {
  color: var(--Black, #000);
  text-align: right;
  /* M_Numbers */
  font-family: "Brown", Sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 27px;
  /* 150% */
  letter-spacing: 0.36px;
}
.order-block .order-summary .summary-item .order-block .order-summary .summary-item.summary-total .tax-text {
  color: var(--Black, #000);
  /* M_Body Text */
  font-family: "Brown", Sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  /* 157.143% */
}
.order-block .order-summary .summary-item .order-block .order-summary .summary-item.summary-total .tax-text small {
  color: var(--Grey, #666);
  /* M_Body Text */
  font-family: "Brown", Sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
}
.order-block .order-summary .summary-item .price {
  text-wrap-mode: nowrap;
  display: flex;
}
.order-block .order-summary .summary-item .price.free .amount {
  width: unset;
  font-size: 14px;
}
.order-block .order-summary .summary-item .price.free .amount > img {
  width: 20px;
}
.order-block .order-summary .summary-item .price .currency {
  color: var(--Black, #000);
  text-align: right;
  /* D_small numbers */
  font-family: "Brown", Sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  /* 150% */
  letter-spacing: 0.32px;
}
.order-block .order-summary .summary-item .price .amount {
  display: inline-block;
  min-width: 64px;
  text-align: end;
  color: var(--Black, #000);
  text-align: right;
  /* D_small numbers */
  font-family: "Brown", Sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  /* 150% */
  letter-spacing: 0.32px;
}
.order-block .order-summary .summary-item.savings {
  flex-direction: column;
  border-top: 1px solid grey;
  padding-top: 18px;
  margin-top: 12px;
  font-family: "Brown", Sans-serif;
  /*  gap: 16px; */
  max-height: 140px;
}
.order-block .order-summary .summary-item.savings > div:not(:last-child) {
  margin-bottom: 16px;
}
.order-block .order-summary .summary-item.savings .original-price {
  width: 100%;
  justify-content: space-between;
}
.order-block .order-summary .summary-item.savings .original-price .text {
  color: #666;
  line-height: 24px;
}
.order-block .order-summary .summary-item.savings .original-price .amount {
  display: flex;
  font-size: 20px;
  color: #666;
  position: relative;
}
.order-block .order-summary .summary-item.savings .original-price .amount svg {
  position: absolute;
  width: 100% !important;
  height: 100% !important;
}
.order-block .order-summary .summary-item.savings .savings-total-container,
.order-block .order-summary .summary-item.savings .savings-coupon-total-container {
  color: #0D8746;
  width: 100%;
  display: flex;
  justify-content: space-between;
  transition: 600ms;
  max-height: 32px;
}
.order-block .order-summary .summary-item.savings .savings-total-container .savings-text .heading,
.order-block .order-summary .summary-item.savings .savings-coupon-total-container .savings-text .heading {
  width: 172px;
  margin-right: 8px;
  display: inline-block;
  font-size: 16px;
}
.order-block .order-summary .summary-item.savings .savings-total-container .savings-text .saving-instances,
.order-block .order-summary .summary-item.savings .savings-coupon-total-container .savings-text .saving-instances {
  font-size: 20px;
}
.order-block .order-summary .summary-item.savings .savings-total-container .savings-amount-wrapper .savings-amount,
.order-block .order-summary .summary-item.savings .savings-coupon-total-container .savings-amount-wrapper .savings-amount {
  font-size: 20px;
}
.order-block .order-summary .summary-item.summary-total {
  border-top: 1px solid grey;
  padding-top: 12px;
  margin-top: 12px;
  font-weight: bold;
  margin-bottom: 0;
  align-items: center;
  max-height: 70px;
}
.order-block .order-summary .summary-item.summary-total .tax-text {
  color: var(--Black, #000);
  /* D_Body Text */
  font-family: "Brown", Sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  /* 150% */
}
.order-block .order-summary .summary-item.summary-total .tax-text small {
  color: var(--Grey, #666);
  /* D_captions */
  font-family: "Brown", Sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 21px;
}
.order-block .order-summary .summary-item.summary-total .payment-option-image {
  display: none;
}
.order-block .order-summary .summary-item.summary-total .price {
  font-size: 20px;
  display: inline-flex;
  align-items: flex-start;
  align-self: center;
}
.order-block .order-summary .summary-item.summary-total .price .currency {
  color: var(--Black, #000);
  text-align: right;
  /* D_Numbers */
  font-family: "Brown", Sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  /* 150% */
  letter-spacing: 0.4px;
}
.order-block .order-summary .summary-item.summary-total .price .amount {
  color: var(--Black, #000);
  text-align: right;
  font-family: "Brown", Sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: 0.4px;
}
.order-block .savings-info {
  max-height: 30px;
  transition: 600ms;
}
.order-block .savings-info.hide-animation {
  opacity: 0;
}
.order-block .savings-info.remove-animation {
  max-height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  border: none !important;
}
.order-block .savings-info {
  display: flex;
  gap: 12px;
  margin-top: 24px;
  margin-bottom: -12px;
  font-family: "Brown", Sans-serif;
}
.order-block .savings-info .text-container span span {
  color: #0D8746;
}

.mollie-components-description {
  margin-bottom: 0;
}

.create-order-block {
  /*  margin-top: auto; */
  position: sticky;
  top: 471px;
  /* margin-bottom: 28px; */
  transition: opacity 300ms;
  /* ease-in-out */
}
.create-order-block.special-hover {
  position: static;
  margin-top: 0 !important;
}
.create-order-block.loading {
  opacity: 0;
}
.create-order-block.hide {
  opacity: 0;
}
.create-order-block .order-text {
  padding-top: 14px;
  border-top: #666 solid 1px;
  color: var(--Grey, #666);
  /* M_Body Text */
  font-family: "Brown", Sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  /* 157.143% */
  margin-top: 0;
}

.footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  /* margin-top: 22px; */
  color: var(--white);
  font-size: 14px;
  height: 64px;
  padding: 0 96px;
}
.footer > div {
  width: unset !important;
}
.footer .footer-link {
  color: var(--white);
  text-decoration: underline;
  color: var(--White, #FFF);
  /* D_captions */
  font-family: "Brown", Sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 21px;
  /* 150% */
  text-decoration-line: underline;
  text-decoration-style: solid;
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  /* text-underline-position: from-font; */
}

.trust-block-wrapper {
  display: flex;
  justify-content: center;
  max-width: 1200px;
  margin: 0 auto;
  min-height: 800px;
}
.trust-block-wrapper .trust-block {
  width: 100%;
}
.trust-block-wrapper .trust-block > div {
  width: unset !important;
}

.tooltip > img {
  width: 18px;
}
.tooltip > span {
  font-family: "Brown", Sans-serif;
  vertical-align: text-bottom;
}

/* Base styles for tooltip triggers */
.tooltip-trigger {
  position: relative;
  cursor: pointer;
  /* text-decoration: underline dotted; */
  align-self: center;
  flex-shrink: 0;
}

#coupon_code {
  border: 2px solid #666;
}

#widerrufsbelehrung {
  scroll-margin-top: 0 !important;
}

/* Tooltip styles using ::after pseudo-element */
.tooltip-trigger::after {
  content: attr(data-tooltip);
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%) translateY(100%);
  background-color: #e3e3e3;
  color: black;
  padding: 8px 12px;
  border-radius: 4px;
  font-size: 14px;
  white-space: break-spaces;
  z-index: 1000;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  /* Hidden by default */
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s, visibility 0.3s;
  pointer-events: none;
  width: 240px;
  text-wrap: auto;
  border-radius: 10px;
}

/* Tooltip arrow */
.tooltip-trigger::before {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  border-width: 6px;
  border-style: solid;
  border-color: transparent transparent #e3e3e3 transparent;
  /* Hidden by default */
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s, visibility 0.3s;
}

/* Show tooltip when active class is added */
.tooltip-trigger.tooltip-active::after,
.tooltip-trigger.tooltip-active::before {
  opacity: 1;
  visibility: visible;
}

/* For wider tooltips, adjust display */
.tooltip-trigger.tooltip-wide::after {
  white-space: normal;
  width: 200px;
  text-align: center;
}

.info-message-mobile {
  display: none;
}

.mobile-product-feature-outer-wrapper,
.mobile-product-upper-feature-outer-wrapper,
.mobile-intro-text {
  display: none;
}

.billing-row:nth-child(3) {
  margin-top: 12px;
}

.billing-row:nth-child(4) {
  margin-top: 12px;
}

.billing-row:nth-child(5) {
  margin-top: 12px;
}

.billing-row:nth-child(6) {
  margin-top: 28px;
}

.billing-row:nth-child(7) {
  margin-top: 12px;
  max-height: 0;
  opacity: 0;
}

.billing-row:nth-child(8) {
  margin-top: 12px;
  max-height: 0;
  opacity: 0;
}

/* .billing-row:nth-child(10) {
    margin-top: 12px;
    display: none;
} */
.product-ratings-outer-wrapper {
  display: flex;
  align-items: center;
  gap: 12px;
  justify-content: space-between;
}

.notices {
  position: fixed;
  top: 10px;
  z-index: 10;
  transition: opacity 600ms;
  padding: 0 16px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.notices.hide {
  opacity: 0;
  pointer-events: none;
}
.notices.init {
  display: none;
}
.notices .woocommerce-error {
  /* background-color: white; */
  margin: 0;
  flex-direction: column;
  padding: 0;
  background: none;
}
.notices .woocommerce-error:not(.is-list-item) {
  display: flex;
  gap: 16px;
}
.notices .woocommerce-error#mollie-notice, .notices .woocommerce-error.is-list-item {
  list-style-type: none;
  background-color: red;
  gap: 16px;
  font-family: "Brown", Sans-serif;
  align-items: center;
  justify-content: center;
  padding: 8px;
  color: white;
  border-radius: 16px;
  border: 2px solid red;
  box-shadow: 4px 4px 8px 0 var(--card-border);
  padding: 8px 24px;
  border-radius: 20px;
  font-weight: 600;
}
.notices .woocommerce-error#mollie-notice svg, .notices .woocommerce-error.is-list-item svg {
  width: 20px !important;
  height: 20px !important;
}
.notices .woocommerce-error#mollie-notice svg path, .notices .woocommerce-error.is-list-item svg path {
  fill: white !important;
}
.notices .woocommerce-error#mollie-notice {
  flex-direction: row;
  display: flex;
}
.notices .woocommerce-error li {
  list-style-type: none;
  background-color: red;
  display: flex;
  gap: 16px;
  font-family: "Brown", Sans-serif;
  align-items: center;
  justify-content: center;
  padding: 8px;
  color: white;
  border-radius: 16px;
  border: 2px solid red;
  box-shadow: 4px 4px 8px 0 var(--card-border);
  padding: 8px 24px;
  border-radius: 20px;
  font-weight: 600;
}
.notices .woocommerce-error li svg {
  width: 20px !important;
  height: 20px !important;
}
.notices .woocommerce-error li svg path {
  fill: white !important;
}
.notices .woocommerce-info {
  background-color: var(--white);
  display: flex;
  gap: 16px;
  font-family: "Brown", Sans-serif;
  align-items: center;
  justify-content: center;
  padding: 8px;
  color: black;
  border-radius: 16px;
  border: 2px solid var(--card-border);
  box-shadow: 4px 4px 8px 0 var(--card-border);
  padding: 8px 24px;
  border-radius: 20px;
  font-weight: 600;
}
.notices .woocommerce-message {
  background-color: #0D8746;
  display: flex;
  gap: 16px;
  font-family: "Brown", Sans-serif;
  align-items: center;
  justify-content: center;
  padding: 8px;
  color: white;
  border-radius: 16px;
  border: 2px solid #0D8746;
  box-shadow: 4px 4px 8px 0 var(--card-border);
  margin: 0;
  padding: 8px 24px;
  border-radius: 20px;
  font-weight: 600;
  display: flex;
}
.notices .woocommerce-message svg {
  flex-shrink: 0;
}

.woocommerce-checkout .banner {
  display: none !important;
}

.woocommerce-notices-wrapper {
  /* display: none !important; */
}

.hide-required-indicator .required {
  display: none !important;
}

.billing-row.toggle {
  margin: 28px 16px 0;
}
.billing-row.toggle .billing-group {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.billing-row.toggle .billing-group > span {
  color: var(--Grey, #666);
  /* M_Body Text */
  font-family: "Brown", Sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  /* 157.143% */
}
.billing-row.toggle.in-animation + .billing-row:nth-child(7), .billing-row.toggle.in-animation + .billing-row:nth-child(7) + .billing-row:nth-child(8) {
  max-height: 100px;
}
.billing-row.toggle.active + .billing-row:nth-child(7) {
  max-height: 100px;
  opacity: 1;
}
.billing-row.toggle.active + .billing-row:nth-child(7) + .billing-row:nth-child(8) {
  max-height: 100px;
  opacity: 1;
}

._uuhri8 > ._1m2xrt9 {
  left: 20px !important;
  bottom: 40px !important;
}
._uuhri8 > ._jae74x {
  left: 0 !important;
}
._uuhri8 > ._vw5lmr {
  left: 20px !important;
  right: auto !important;
  bottom: 40px !important;
}

.mollie-components .mollie-component-label,
.mollie-components-description {
  font-size: 14px;
}

body .main-content .content-wrapper .mollie-gateway-icon {
  max-height: unset !important;
  height: 32px;
  /* &.visa {
      height: 24px;
  }

  &.mastercard {
      height: 24px;
  }

  &.american {
      height: 19.2px;
  } */
}

.payment-option-image-wrapper img {
  height: 32px;
}

/* The switch - the box around the slider */
.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}

/* Hide default HTML checkbox */
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: var(--Grey, #666);
  transition: 0.4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  transition: 0.4s;
}

body .ti-widget[data-layout-id="32"][data-set-id=light-minimal] .ti-header:hover {
  transform: unset;
}

input.checked + .slider {
  background-color: #021DF0;
}

input:focus + .slider {
  box-shadow: 0 0 1px #021DF0;
}

input.checked + .slider:before {
  transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

.ti-header-wrapper > div > div.ti-profile-img {
  display: none;
}

.ti-header-write-btn-container {
  display: none !important;
}

#trustbadge-container-98e3dadd90eb493088abdc5597a70810 {
  z-index: 2147483646 !important;
}

#print-frame {
  display: none;
}

.section-title.mobile {
  display: none;
}

.ti-mob-row {
  align-items: center;
}

.lightbox {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.831);
  z-index: 2147483648;
  justify-content: center;
  align-items: center;
  display: none;
}
.lightbox.active {
  display: flex;
}
.lightbox > .inner {
  background-color: #fff;
  padding: 20px;
  border-radius: 5px;
  max-width: 900px;
  max-height: 600px;
  overflow: auto;
  padding-bottom: 42px;
}
.lightbox > .inner > .upper-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.lightbox > .inner > .upper-wrapper > .print-btn-wrapper {
  /* display: flex;
  width: 64px;
  height: 64px;
  padding: 12px;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  border-radius: 9999px;
  border: 2.5px solid var(--Primary, #021DF0);
  box-shadow: 4px 4px 8px 0px rgba(2, 29, 240, 0.15);
  cursor: pointer; */
  visibility: hidden;
}
.lightbox > .inner > .upper-wrapper > .logo-wrapper {
  display: flex;
}
.lightbox > .inner > .upper-wrapper > .logo-wrapper > img {
  width: 192px;
  height: 28.062px;
}
.lightbox > .inner > .upper-wrapper > .close-btn-wrapper {
  display: flex;
  cursor: pointer;
}
.lightbox > .inner > .upper-wrapper > .close-btn-wrapper > svg {
  width: 40px;
  height: 40px;
  border-radius: 100px;
  /* fill: var(--Primary, #021DF0); */
  filter: drop-shadow(4px 4px 12px rgba(2, 29, 240, 0.25));
}
.lightbox > .inner header {
  height: 60px;
  /* vertical-align: bottom; */
  /* align-content: center; */
  margin-bottom: 16px;
  display: flex;
  align-items: center;
  margin-top: 28px;
  margin-right: 20px;
  margin-left: 20px;
}
.lightbox > .inner header h2 {
  font-family: "Brown", Sans-serif;
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
  letter-spacing: 0.42px;
}
.lightbox > .inner > hr {
  color: #666;
  border-top: 1px solid;
}
.lightbox > .inner > .inner-wrapper {
  border: 1px solid black;
  padding: 0 12px;
  position: relative;
  height: 300px;
  overflow: hidden;
  display: flex;
  margin: 0px 20px;
  border-radius: 10px;
}
.lightbox > .inner > .inner-wrapper > div:first-child {
  color: var(--Black, #000);
  text-overflow: ellipsis;
  /* white-space: nowrap; */
  /* D_Body Text */
  font-family: "Brown", Sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  /* 150% */
  /* padding: 0 32px; */
  max-width: 736px;
  max-height: 320px;
  flex-grow: 1;
  overflow-y: auto;
  padding-right: 32px;
  overflow-x: hidden;
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  /* Firefox */
}
.lightbox > .inner > .inner-wrapper > div:first-child > h1 {
  display: none;
}
.lightbox > .inner > .inner-wrapper > div:first-child::-webkit-scrollbar {
  display: none;
}
.lightbox > .inner > .inner-wrapper > .scrollbar-container {
  position: absolute;
  top: 0;
  right: 4px;
  height: 100%;
  width: 18px;
  /* bottom: 0px; */
  border-left: 1px solid black;
  /* border-radius: 10px;*/
  padding: 6px 0 6px 0;
}
.lightbox > .inner > .inner-wrapper > .scrollbar-container > .scrollbar {
  background-color: #EAEDF3;
  width: 6px;
  height: 100%;
  float: right;
  border-radius: 10px;
  margin-right: 3px;
  cursor: pointer;
}
.lightbox > .inner > .inner-wrapper > .scrollbar-container > .scrollbar > .scroll-handle {
  position: absolute;
  right: 0;
  width: 100%;
  background-color: #888;
  border-radius: 10px;
  height: 12px;
  width: 12px;
  cursor: pointer;
  transform: translateY(6px);
}

select {
  /* Remove default arrow */
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  /* Add custom arrow */
  background-image: url("data:image/svg+xml;utf8,<svg fill='black' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/></svg>");
  background-repeat: no-repeat;
  background-position: right 8px center;
  padding-right: 30px;
  /* Space for the arrow */
}
select option {
  padding: 10px;
  background-color: white;
  color: #333;
}
select option:hover,
select option:focus {
  background-color: #f0f0f0;
}

.upsell-container {
  background-color: White;
  border-radius: 16px;
  margin-top: 64px;
  padding: 16px 32px 16px;
  border: 0.5px solid var(--card-border);
  box-shadow: 4px 4px 8px 0 var(--card-border);
  transition: 600ms;
  position: relative;
}
.upsell-container .savings-tag {
  transition: 600ms;
  border-radius: 16px 16px 0 0;
  background-color: var(--white);
  border: 1px solid #0d8746;
  border-bottom: none;
  color: #0d8746;
  /* padding: 0px 34px; */
  display: inline-block;
  /* margin-left: 32px; */
  position: absolute;
  /* top: -25px; */
  height: 24px;
  width: 128px;
  color: #0D8746;
  text-align: center;
  font-family: "Brown", Sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 21px;
  /* margin-bottom: 17px; */
  transform: translateY(-40px);
  border-bottom: 0.5px solid var(--card-border);
  box-shadow: 4px 0px 8px 0 var(--card-border);
  background-color: var(--white);
}
.upsell-container .header {
  display: flex;
  justify-content: space-between;
  padding: 0;
  margin-bottom: 12px;
}
.upsell-container .header .product-header h2 {
  font-family: "Brown", Sans-serif;
  color: black;
  margin: 0;
  font-weight: 400;
}
.upsell-container .header .dropdown-button {
  width: 32px;
  height: 32px;
  margin-right: 72px;
}
.upsell-container .header .add-on-header {
  display: none;
}
.upsell-container .upper-section {
  display: flex;
  transition: 600ms;
}
.upsell-container .upper-section .left-section {
  flex-grow: 1;
  display: flex;
  align-items: center;
  transition: opacity 600ms;
  gap: 8px;
  width: 300px;
}
.upsell-container .upper-section .left-section .checkmark {
  width: 28px;
  height: 28px;
}
.upsell-container .upper-section .left-section header h3 {
  font-family: "Brown", Sans-serif;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0;
  font-weight: 400;
  margin: 0;
}
.upsell-container .upper-section .right-section {
  flex-grow: 1;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  transform: translateY(-22px);
}
.upsell-container .upper-section .right-section > *:not(:last-child) {
  margin-right: 40px;
}
.upsell-container .upper-section .right-section .price-display-container {
  transition: opacity 600ms;
}
.upsell-container .upper-section .right-section .action-btn {
  border-radius: 10px;
  display: flex;
  cursor: pointer;
  transition: 600ms;
  /*   align-self: baseline; */
}
.upsell-container .upper-section .right-section .action-btn svg {
  border-radius: 100px;
  /*   box-shadow: 4px 4px 4px 0px rgba(2, 29, 240, 0.15); */
}
.upsell-container .upper-section .right-section .in-cart-switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
  cursor: pointer;
  flex-shrink: 0;
}
.upsell-container .upper-section .right-section .in-cart-switch * {
  pointer-events: none;
}
.upsell-container .upper-section .right-section .in-cart-switch input {
  opacity: 0;
}
.upsell-container .lower-section {
  /* display: none; */
  opacity: 0;
  max-height: 0;
  transition: 600ms;
  /* ease-in-out*/
}
.upsell-container .lower-section .product-information-container {
  display: flex;
  gap: 24px;
}
.upsell-container .lower-section .product-information-container .image-container {
  /* width: 40%; */
  display: flex;
  justify-content: center;
}
.upsell-container .lower-section .product-information-container .image-container .image-wrapper {
  width: 100px;
  transform: rotate(-9deg);
  margin: 14px 7.5px;
  height: -moz-fit-content;
  height: fit-content;
}
.upsell-container .lower-section .product-information-container .image-container .image-wrapper img {
  width: 100%;
  height: auto;
  box-shadow: 4px 4px 16px 0px rgba(2, 29, 240, 0.15);
}
.upsell-container .lower-section .product-information-container .product-info-right-side {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 16px;
}
.upsell-container .lower-section .product-information-container .product-info-right-side .product-text-points {
  margin: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 12px;
}
.upsell-container .lower-section .product-information-container .product-info-right-side .product-text-points li {
  display: flex;
  align-items: center;
  gap: 8px;
}
.upsell-container .lower-section .product-information-container .product-info-right-side .product-text-points li .small-checkmark {
  display: flex;
}
.upsell-container .lower-section .product-information-container .product-info-right-side .product-text-points li .product-text {
  margin: 0;
  font-family: "Brown", Sans-serif;
}
.upsell-container .lower-section .product-information-container .product-info-right-side .mobile-product-text-points {
  margin: 0;
  display: flex;
  display: none;
  flex-direction: column;
  justify-content: flex-start;
  gap: 12px;
}
.upsell-container .lower-section .product-information-container .product-info-right-side .mobile-product-text-points li {
  display: flex;
  align-items: center;
  gap: 8px;
}
.upsell-container .lower-section .product-information-container .product-info-right-side .mobile-product-text-points li .small-checkmark {
  display: flex;
}
.upsell-container .lower-section .product-information-container .product-info-right-side .mobile-product-text-points li .product-text {
  margin: 0;
  font-family: "Brown", Sans-serif;
}
.upsell-container .lower-section .product-information-container .product-info-right-side .price-container {
  display: flex;
  align-items: center;
}
.upsell-container .lower-section .positive-text-container {
  font-family: "Brown", Sans-serif;
  position: absolute;
  margin-top: 48px;
  display: flex;
  gap: 12px;
}
.upsell-container .lower-section .positive-text-container .text-container .text {
  line-height: 28px;
}
.upsell-container .price-container {
  justify-content: flex-end;
}
.upsell-container .price-display-container {
  /*  flex-grow: 1; */
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  /* gap: 24px; */
  font-family: "Brown", Sans-serif;
  flex-direction: column;
  margin-left: 12px;
  /*  .left-side {
      .savings-percentage {
          background: var(--primary);
          color: white;
          padding: 0 4px;
          border-radius: 5px;
          width: fit-content;
      }

      .current-price {
          font-size: 20px;
      }
  }


  .savings-display {
      opacity: 0.5;

      .original-price {
          display: flex;
          position: relative;
          width: fit-content;
          color: #666;

          svg {
              position: absolute;
              width: 100%;
              height: 100%;
          }
      }

      .saving-amount {
          background: var(--primary);
          color: white;
          padding: 0 4px;
          border-radius: 5px;
      }
  } */
  /* .savings-display {
      display: flex;
      flex-direction: row;
      align-items: flex-end;
      color: #0D8746;
      gap: 8px;

      .text {
          font-size: 16px;
      }

      .amount {
          font-size: 20px;
          font-weight: 700;
          display: flex;
          line-height: 22px;

      }
  }

  .price-display {
      flex-direction: column;
      gap: 0;
      height: unset;

      .original-price {
          position: relative;
          font-size: 14px;
          color: #666;

          svg {
              width: 100% !important;
              height: 100% !important;
              position: absolute;
          }
      }

      .current-price {
          font-size: 18px;
          line-height: 20px;
          text-wrap-mode: nowrap;
      }
  } */
}
.upsell-container .price-display-container .savings-display {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
}
.upsell-container .price-display-container .savings-display .savings-percentage {
  max-width: -moz-fit-content;
  max-width: fit-content;
  padding: 0px 4px;
  height: 1rem;
  font-size: 0.75rem;
  line-height: 1.33333;
  border-radius: 0px;
  background: var(--primary);
  font-weight: 600;
  color: rgb(255, 255, 255);
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  text-wrap: nowrap;
}
.upsell-container .price-display-container .savings-display .original-price {
  margin: 0px;
  color: rgb(56, 57, 59);
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
  letter-spacing: normal;
  position: relative;
}
.upsell-container .price-display-container .savings-display .original-price span {
  margin: 0px;
  font-weight: 400;
  letter-spacing: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 100%;
}
.upsell-container .price-display-container .savings-display .original-price svg {
  position: absolute;
  width: 100%;
  height: 100%;
}
.upsell-container .price-display-container .price-display {
  display: flex;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: baseline;
}
.upsell-container .price-display-container .price-display span {
  margin: 0px;
  color: rgb(0, 0, 0);
  font-size: 1.5rem;
  line-height: 1.33333;
  font-weight: 600;
  letter-spacing: 0em;
  text-wrap: nowrap;
}
.upsell-container .add-on-list-wrapper {
  border-top: 1px solid black;
  display: none;
}
.upsell-container .add-on-list-wrapper ul li {
  border-bottom: 1px solid grey;
  display: flex;
  justify-content: space-between;
}
.upsell-container .add-on-list-wrapper ul li header h2 {
  font-size: 14px;
  line-height: 22px;
  font-weight: 400;
  font-family: "Brown", Sans-serif;
}
.upsell-container .add-on-list-wrapper ul li .original-price {
  font-size: 14px;
}
.upsell-container .add-on-list-wrapper ul li .original-price svg {
  position: absolute;
}
.upsell-container .add-on-list-wrapper ul li .current-price {
  font-size: 14px;
}
.upsell-container .add-on-list-wrapper ul li .action-btn {
  padding: 10px;
  background-color: #ea5e5e;
}
.upsell-container.dropdown-active .header .product-header {
  display: none;
}
.upsell-container.dropdown-active .header .add-on-header {
  display: block;
}
.upsell-container.dropdown-active .upper-section,
.upsell-container.dropdown-active .lower-section {
  display: none;
}
.upsell-container.dropdown-active .add-on-list-wrapper {
  display: block;
}
.upsell-container.in-animation {
  margin-bottom: 108px;
  padding: 16px 32px 24px;
}
.upsell-container.in-animation .upper-section {
  margin-bottom: 24px;
}
.upsell-container.in-animation .upper-section .left-section {
  /*  opacity: 0; */
}
.upsell-container.in-animation.last {
  margin-bottom: 84px;
}
.upsell-container.in-animation .lower-section {
  max-height: 260px;
  opacity: 0 !important;
}
.upsell-container.in-animation .lower-section .positive-text-container {
  opacity: 0;
}
.upsell-container.in-animation .upper-section .right-section .price-display-container {
  opacity: 0;
}
.upsell-container.in-animation .upper-section .right-section .action-btn {
  transform: translateY(-22px) rotate(45deg);
}
.upsell-container.in-animation .upper-section .right-section .action-btn svg {
  border: 1px solid #02194B;
}
.upsell-container.in-animation .upper-section .right-section .action-btn svg circle {
  fill: white;
}
.upsell-container.in-animation .upper-section .right-section .action-btn svg path {
  fill: url(#paint0_linear_5766_14476);
}
.upsell-container.hide-animation {
  opacity: 0;
}
.upsell-container.upsell-active {
  margin-bottom: 108px;
  padding: 16px 32px 24px;
}
.upsell-container.upsell-active .upper-section {
  margin-bottom: 24px;
}
.upsell-container.upsell-active .upper-section .left-section {
  width: unset;
}
.upsell-container.upsell-active .lower-section {
  opacity: 1;
  max-height: 260px;
}
.upsell-container.upsell-active.last {
  margin-bottom: 84px;
}
.upsell-container.upsell-active .savings-tag {
  background-color: #0D8746;
  border: 1px solid #0D8746;
  color: var(--white);
}
.upsell-container.upsell-active .upper-section .right-section {
  justify-content: flex-end;
  flex-grow: 0;
}
.upsell-container.upsell-active .upper-section .right-section .price-display-container {
  opacity: 0;
  margin-right: 0 !important;
  display: none;
}
.upsell-container.upsell-active .upper-section .right-section .action-btn {
  transform: translateY(-22px) rotate(45deg);
  /* align-self: baseline; */
}
.upsell-container.upsell-active .upper-section .right-section .action-btn svg {
  border: 1px solid #02194B;
}
.upsell-container.upsell-active .upper-section .right-section .action-btn svg circle {
  fill: white;
}
.upsell-container.upsell-active .upper-section .right-section .action-btn svg path {
  fill: url(#paint0_linear_5766_14476);
}
.upsell-container.upsell-active .upper-section .left-section .checkmark svg circle {
  fill: #0FA958;
}
.upsell-container.upsell-active .upper-section .left-section .checkmark svg path {
  stroke: white;
}
.upsell-container.upsell-active .lower-section {
  display: block;
}
.upsell-container.upsell-inactive {
  max-height: 0;
  height: 0;
  opacity: 0;
  padding: 0;
  margin: 0;
}

@media (max-width: 1320px) {
  .trust-block-wrapper {
    margin: 0 60px;
  }
  .content-wrapper {
    margin: 0 60px;
  }
}
@media (max-width: 1270px) {
  .upsell-container .upper-section .left-section {
    width: 250px;
  }
}
@media (max-width: 1220px) {
  .upsell-container .upper-section .left-section {
    width: 220px;
  }
}
@media (max-width: 1200px) {
  .order-block .order-summary .coupon-wrapper ul > li .applied-coupon-wrapper .checkmark-wrapper {
    justify-content: flex-start;
  }
  #place_order {
    width: 100%;
  }
  .main-content {
    display: flex;
  }
  .main-content .content-wrapper,
  .main-content .trust-block-wrapper {
    max-width: 80vw;
  }
  .order-block .order-summary .summary-item.summary-total .payment-option-image {
    display: block;
  }
  body ._uuhri8 {
    display: none !important;
  }
  .mobile-intro-text {
    display: flex;
    gap: 10px;
    margin-top: 24px;
    margin-left: 16px;
    /*  margin-bottom: 22px; */
    align-items: center;
  }
  .mobile-intro-text > span {
    font-family: "Brown", Sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 0%;
    vertical-align: middle;
  }
  .coupon-item {
    margin-bottom: 12px;
  }
  .coupon-item.coupon-applied:not(.active) .discount-amount .currency,
  .coupon-item.coupon-applied:not(.active) .discount-amount .saved-money {
    font-size: 14px;
  }
  .coupon-item.coupon-applied:not(.active) .discount-type {
    display: inline-block;
  }
  .coupon-item.active {
    margin-bottom: 18px;
  }
  .coupon-item.active input {
    height: 44px;
    font-size: 14px;
  }
  .coupon-item.active input::-moz-placeholder {
    font-size: 14px;
  }
  .coupon-item.active input::placeholder {
    font-size: 14px;
  }
  .coupon-item svg {
    width: 24px;
  }
  .coupon-item span {
    font-size: 14px;
  }
  .section-title.top-left {
    position: static;
    margin-top: 22px;
  }
  .product-card {
    margin-top: 24px;
    display: block !important;
  }
  .product-card.with-tag {
    margin-top: 44px;
  }
  .product-card.no-thumbnail {
    display: block;
  }
  .section-title.top-right.with-tag {
    margin-bottom: 20px;
  }
  .content {
    flex-direction: column;
    align-items: center;
    gap: 0;
    display: flex;
  }
  .right-column {
    /* max-width: 500px; */
    max-width: unset;
    width: 100%;
  }
  .right-column .order-block {
    margin-bottom: 32px;
    position: static;
  }
  .right-column .order-block .section-title {
    margin-top: 0;
    height: unset;
  }
  .billing-section {
    margin: 32px 0;
  }
  .billing-section .section-title {
    margin-bottom: 20px;
  }
  .billing-section .billing-row {
    gap: 12px;
  }
  .trust-block-wrapper .trust-block {
    /* max-width: 500px; */
  }
  .info-message.boat {
    display: none;
  }
  .info-message.clip {
    display: none;
  }
  .info-message.lock {
    display: none;
  }
  .info-message-desktop {
    display: none !important;
  }
  .info-message-mobile.guarantee-text {
    height: unset;
    display: flex;
    gap: 10px;
    margin-left: 16px;
    margin-bottom: 32px;
    align-items: center;
  }
  .info-message-mobile.guarantee-text > span {
    font-family: "Brown", Sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 0%;
    vertical-align: middle;
  }
  .info-message-mobile.lock {
    display: flex;
    gap: 16px;
    margin-right: 39px;
    align-items: center;
    margin-bottom: 17.5px;
    /*  >img.mobile-trusted-shops-badge {
        width: 48px;
        height: 80.571px;
        flex-shrink: 0;
        box-shadow: 4px 4px 4px 0px rgba(0, 0, 0, 0.10);
        border-radius: 25px;
        background: lightgray -0.873px -0.081px / 101.818% 100.201% no-repeat;
    } */
  }
  .info-message-mobile.lock > img {
    width: 48px;
    height: 80.571px;
    flex-shrink: 0;
    box-shadow: 4px 4px 4px 0px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
  }
  .info-message-mobile.lock > p {
    color: var(--Grey, #666);
    /* M_Body Text */
    font-family: "Brown", Sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    margin: 0;
    /* 157.143% */
  }
  .info-message-mobile.lock > p > a {
    color: var(--Black, #000);
    /* M_Body Text */
    font-family: "Brown", Sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    text-decoration-line: underline;
    text-decoration-style: solid;
    -webkit-text-decoration-skip: ink;
            text-decoration-skip-ink: auto;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    /* text-underline-position: from-font; */
  }
  .info-message-mobile.boat {
    margin-left: 8px;
    display: flex;
    gap: 8px;
    margin-bottom: 12px;
    align-items: center;
  }
  .info-message-mobile.boat > img {
    width: 48px;
  }
  .info-message-mobile.boat > p {
    margin: 0;
    color: var(--Grey, #666);
    /* M_Body Text */
    font-family: "Brown", Sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    /* 157.143% */
  }
  .create-order-block .order-text {
    padding-top: 16px;
    border: 0;
    margin-bottom: 32px;
  }
  .create-order-block .guarantee-text {
    display: none;
  }
  .billing-section + .section-title {
    margin-bottom: 20px;
  }
  .payment-methods {
    /* margin-top: 32px; */
  }
  .payment-methods .section-title {
    margin-bottom: 20px;
  }
  .payment-methods .payment-label {
    width: 144px;
  }
  .payment-methods .payment-option .payment-radio {
    order: 1;
    margin-left: auto;
  }
  .checkout-button {
    margin-bottom: 14px;
  }
  .footer {
    padding: 0 64px;
  }
}
@media (max-width: 1030px) {
  .main-content {
    padding: 0 20px;
  }
  .main-content .content-wrapper,
  .main-content .trust-block-wrapper {
    margin: 0;
  }
  .billing-row {
    /* flex-direction: column; */
  }
}
@media (max-width: 950px) {
  .product-ratings.first p {
    text-wrap-mode: wrap !important;
  }
}
@media (max-width: 910px) {
  .guarantee-text {
    /* height: 42px; */
  }
}
@media (max-width: 888px) {
  .content {
    /*  gap: 66px; */
  }
}
@media (max-width: 870px) {
  .content {
    /* gap: 48px; */
  }
}
@media (max-width: 860px) {
  .content {
    gap: 20px;
  }
}
@media (max-width: 840px) {
  .upsell-container .upper-section .right-section .price-display-container {
    /*     .savings-display {
        flex-direction: column;
    }

    .price-display {
        justify-content: end;
    } */
  }
}
@media (max-width: 760px) {
  .upsell-container .upper-section .right-section {
    gap: 20px;
  }
}
@media (max-width: 765px) {
  .upsell-container .upper-section .right-section .price-display-container .savings-display {
    /*   display: none; */
  }
}
@media (max-width: 750px) {
  .product-text-points {
    display: none !important;
  }
  .mobile-product-text-points {
    display: flex !important;
  }
}
@media (max-width: 670px) {
  .upsell-container.upsell-active .upper-section .left-section {
    flex-grow: 1;
  }
  .upsell-container.upsell-active .upper-section .left-section .checkmark {
    align-self: auto;
  }
  .upsell-container.upsell-active .upper-section .right-section .price-display-container {
    /* position: absolute; */
  }
  .upsell-container.in-animation .upper-section .left-section {
    opacity: 0;
  }
}
@media (max-width: 670px) {
  .special.billing-row {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
  }
  .special.billing-row > .billing-group:nth-child(1),
  .special.billing-row > .billing-group:nth-child(4) {
    width: 100%;
  }
  .summary-item.location-info {
    font-size: 14px;
  }
  .upsell-container .header .product-header h2 {
    font-size: 18px;
  }
  .upsell-container .upper-section .left-section header h3 {
    font-size: 14px;
  }
  .upsell-container .lower-section .product-information-container .product-info-right-side .mobile-product-text-points li .product-text {
    font-size: 14px;
  }
  .display-coupon-code {
    font-size: 14px;
  }
  .order-block .order-summary .coupon-wrapper ul > li .applied-coupon-wrapper .display-coupon-code {
    font-size: 14px;
  }
  .info-message-mobile.lock {
    font-size: 14px;
  }
  .savings-info .text-container {
    font-size: 14px;
  }
  .lightbox > .inner > .inner-wrapper {
    margin: 0 auto;
  }
  .checkout > .header {
    padding: 0 60px;
  }
  .main-content .content-wrapper,
  .main-content .trust-block-wrapper {
    max-width: 100%;
  }
  .payment-methods #payment ul.wc_payment_methods > li.wc_payment_method .payment_box p {
    font-size: 12px;
    font-family: "Brown", Sans-serif;
  }
  .payment-methods #payment ul.wc_payment_methods > li.wc_payment_method .payment_box p label {
    font-size: 12px;
  }
  .payment-methods #payment ul.wc_payment_methods > li.wc_payment_method .payment_box div {
    font-size: 12px;
  }
  .billing-section .billing-row .billing-group.invalid .error-notice > p {
    font-size: 12px;
  }
  .billing-section .billing-row .billing-group.invalid .x {
    /* bottom: 48px; */
  }
  .payment-methods {
    padding: 16px 16px 24px !important;
  }
  .payment-methods label {
    font-size: 14px;
  }
  .upsell-container {
    padding: 16px 16px 24px !important;
  }
  .payment-methods #payment ul.wc_payment_methods > li.wc_payment_method > label > img {
    height: 24px;
  }
  .mollie-gateway-icon {
    height: 24px;
    /* &.visa {
        height: 18px;
    }

    &.mastercard {
        height: 18px;
    }

    &.american {
        height: 14.4px;
    } */
  }
  .order-block .order-summary {
    padding: 16px;
  }
  .product-card {
    padding: 16px 16px 24px;
  }
  .product-card .product-title {
    margin-bottom: 12px;
    color: #000;
    /* M_Subtitles */
    font-family: "Brown", Sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 27px;
    /* 150% */
    letter-spacing: 0.09px;
  }
  .section-title {
    color: var(--Black, #000);
    /* M_Title */
    font-family: "Brown", Sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    /* 150% */
    letter-spacing: 0.3px;
  }
  .billing-row.toggle .billing-group > span {
    font-size: 14px;
  }
  .bestseller-tag {
    color: #0D8746;
    text-align: center;
    /* M_Body Text */
    font-family: "Brown", Sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    /* 157.143% */
  }
  .order-block .order-summary .coupon-item span,
  .order-block .order-summary .summary-item .product-info .product-name,
  .order-block .order-summary .summary-item .product-info .amount,
  .order-block .order-summary .summary-item .price .amount,
  .original-amount {
    font-size: 14px;
  }
  .billing-section .billing-row .billing-group .billing-label {
    color: var(--Black, #000);
    /* M_Body Text */
    font-family: "Brown", Sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    /* 157.143% */
    margin-bottom: 6px;
  }
  .current-price .amount,
  .current-price .currency {
    color: var(--Black, #000);
    text-align: right;
    /* M_Numbers */
    font-family: "Brown", Sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 27px;
    /* 150% */
    letter-spacing: 0.36px;
  }
  .quantity-button {
    font-size: 22px;
  }
  label > .payment-icons {
    left: 113px !important;
    flex-direction: row;
  }
  label > .payment-icons,
  .payment-methods #payment ul.wc_payment_methods > li.wc_payment_method > label > img {
    left: 212px;
  }
  .payment-icons {
    flex-direction: column;
    align-items: center;
  }
  .wc_payment_method.payment_method_mollie_wc_gateway_creditcard > label {
    /* height: 88px; */
  }
  .order-block .order-summary > .summary-item > .product-info > .product-name {
    color: var(--Black, #000);
    /* M_Body Text */
    font-family: "Brown", Sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    /* 157.143% */
  }
  .order-block .order-summary > .summary-item > .product-info > .amount {
    color: var(--Grey, #666);
    /* M_small numbers */
    font-family: "Brown", Sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 21px;
    /* 150% */
    letter-spacing: 0.28px;
  }
  .order-block .order-summary .summary-item .price .amount,
  .order-block .order-summary > .summary-item > .price > .currency {
    color: var(--Black, #000);
    text-align: right;
    /* M_small numbers */
    font-family: "Brown", Sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 21px;
    /* 150% */
    letter-spacing: 0.28px;
  }
  .mollie-components .mollie-component-label,
  .mollie-components-description {
    font-size: 12px;
  }
  .order-block .order-summary .coupon-item span {
    color: var(--Grey, #666);
    /* M_Body Text */
    font-family: "Brown", Sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    /* 157.143% */
  }
  .header {
    padding: 0 16px;
  }
  .header .back-link {
    font-size: 14px;
  }
  .footer-logo {
    display: none;
  }
  .footer {
    padding: 0 16px;
  }
  .info-message-mobile.boat > img {
    width: 30px;
  }
  .main-content {
    padding: 0 60px;
  }
  .main-content .left-column {
    /* max-width: 350px; */
  }
  .main-content .right-column {
    /* max-width: 350px; */
  }
  .main-content .trust-block-wrapper .trust-block {
    /* max-width: 350px; */
  }
  body .mobile-product-feature-outer-wrapper {
    /*  width: 50%; */
    display: block;
  }
  body .mobile-product-feature-outer-wrapper > ul {
    margin: 0;
    gap: 12px;
    display: flex;
    flex-direction: column;
  }
  body .mobile-product-feature-outer-wrapper > ul > li {
    display: flex;
    align-items: center;
    gap: 8px;
    color: var(--Black, #000);
    /* M_Body Text */
    font-family: "Brown", Sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    align-items: center;
    /* 157.143% */
  }
  body .mobile-product-feature-outer-wrapper > ul > li > svg {
    flex-shrink: 0;
    transform: translateY(3px);
  }
  body .mobile-product-feature-outer-wrapper > ul > li > span {
    display: flex;
    gap: 4px;
    align-items: center;
  }
  body .mobile-product-feature-outer-wrapper > ul > li p {
    margin: 0;
  }
  .product-feature-outer-wrapper {
    display: none !important;
  }
  body .mobile-product-upper-feature-outer-wrapper {
    display: flex;
    gap: 8px;
    color: var(--Black, #000);
    /* M_Body Text */
    font-family: "Brown", Sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    /* 157.143% */
    margin-bottom: 24px;
  }
  body .mobile-product-upper-feature-outer-wrapper svg {
    flex-shrink: 0;
  }
  .product-upper-feature-outer-wrapper {
    display: none !important;
  }
  .product-ratings-outer-wrapper,
  .product-ratings {
    display: none;
  }
  .payment-logo {
    height: 24px;
  }
  .payment-logo.credit {
    height: 18px;
  }
  .payment-logo.sofort {
    height: 15px;
  }
  .section-title.top-left {
    color: var(--Black, #000);
    /* M_Title */
    font-family: "Brown", Sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    /* 150% */
    letter-spacing: 0.3px;
  }
  .payment-radio {
    height: 24px;
    width: 24px;
  }
  .payment-radio-inner {
    width: 16px;
    height: 16px;
  }
  .billing-section .billing-row .billing-group .billing-input {
    /* font-size: 14px; */
  }
  .section-title {
    font-size: 20px !important;
    color: #000;
    /* M_Title */
    font-family: "Brown", Sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    /* 150% */
    letter-spacing: 0.3px;
  }
  .order-block .order-summary > .summary-item > .product-info > .product-name {
    font-size: 14px;
    width: 240px;
  }
  .order-block .order-summary > .summary-item > .product-info > .amount {
    font-size: 14px;
  }
  .order-block .order-summary > .summary-item > .price > .currency {
    font-size: 14px;
  }
  .order-block .order-summary > .summary-item > .price > .amount {
    font-size: 14px;
  }
  .order-block .order-summary > .summary-item.summary-total > .tax-text {
    font-size: 14px;
  }
  .order-block .order-summary > .summary-item.summary-total > .price > .currency {
    font-size: 18px;
  }
  .order-block .order-summary > .summary-item.summary-total > .price > .amount {
    font-size: 18px;
  }
  .billing-row.toggle .billing-group > span {
    font-size: 14px;
  }
  .product-top-content {
    margin-bottom: 0;
  }
  .product-top-content .product-image-wrapper {
    width: 110px;
    margin: 8px 4.6px;
  }
  .product-top-content .product-image-wrapper > img:not(.is-wide) {
    max-width: 100%;
  }
  .payment-methods .payment-option {
    gap: 0;
    justify-content: space-between;
    /* .payment-option-image-wrapper {
            width: 107.25px;
            display: flex;

            >img.payment-logo.credit {
                width: 50px;
            }
        } */
  }
  .payment-methods .payment-option .payment-radio {
    margin-left: 0;
  }
  .wc-stripe-card-icons-container {
    display: flex !important;
    flex-direction: column;
    gap: 4px;
  }
  .payment-option-image-wrapper {
    flex-direction: column;
    align-items: center;
  }
  .payment-option-image-wrapper img {
    height: 24px;
    /* .visa {
        height: 18px;
    }

    .mastercard {
        height: 18px;
    }

    .american {
        height: 14.4px;
    } */
  }
}
@media (max-width: 630px) {
  .footer {
    padding-bottom: 12px !important;
    height: unset;
    flex-direction: column;
  }
  .upsell-container:not(.upsell-active) .upper-section .right-section {
    transform: unset;
  }
  .upsell-container:not(.upsell-active) .upper-section .left-section {
    width: 250px;
  }
  .upsell-container .upper-section .right-section {
    transform: unset;
  }
  .upsell-container .upper-section .right-section .in-cart-switch {
    margin: 7px 0;
  }
}
@media (max-width: 615px) {
  .upsell-container.upsell-active .lower-section {
    max-height: 280px;
  }
}
@media (max-width: 600px) {
  .upsell-container .upper-section .right-section > :not(:last-child) {
    margin-right: 0;
  }
}
@media (max-width: 590px) {
  .upsell-container .upper-section .right-section .price-display-container {
    /* .original {
        display: none;
    } */
  }
}
@media (max-width: 570px) and (max-width: 615px) {
  .upsell-container.upsell-active .lower-section {
    max-height: 300px;
  }
}
@media (max-width: 530px) {
  .main-content {
    padding: 0 48px;
  }
  .checkout > .header {
    padding: 0 48px;
  }
}
@media (max-width: 500px) {
  .upsell-container:not(.upsell-active) .upper-section .left-section {
    width: 200px;
  }
}
@media (max-width: 498px) {
  .billing-section .section-title {
    text-wrap-mode: wrap;
  }
}
@media (max-width: 490px) {
  .upsell-container.upsell-active .lower-section {
    max-height: 320px;
  }
}
@media (max-width: 480px) {
  .main-content {
    padding: 0 32px;
  }
  .checkout > .header {
    padding: 0 32px;
  }
}
@media (max-width: 450px) {
  .order-block .order-summary > .summary-item > .product-info > .product-name {
    width: 180px;
  }
}
@media (max-width: 430px) {
  .main-content {
    padding: 0 16px;
  }
  .checkout > .header {
    padding: 0 16px;
  }
}
@media (max-width: 425px) {
  .upsell-container.upsell-active .lower-section {
    max-height: 340px;
  }
}
@media (max-width: 401px) {
  .upsell-container.upsell-active .upper-section .right-section .action-btn {
    /* transform: translateY(-30px) rotate(45deg); */
  }
}
@media (max-width: 400px) {
  .right-section {
    gap: 8px !important;
  }
  .main-content .content-wrapper {
    max-width: unset;
  }
  .order-block .order-summary .summary-item.summary-total.credit-card {
    align-items: flex-start;
  }
  .payment-option-image .payment-icons {
    height: 84px;
    position: relative;
    /*   align-items: flex-start; */
  }
  .payment-option-image .payment-icons img {
    position: absolute;
    /*  left: 50%; */
    /*  right: 50%; */
    /*  left: 50%; */
    /*  right: 50%; */
    bottom: 0;
  }
  .upsell-container.upsell-active .lower-section {
    max-height: 360px;
  }
  .upsell-container.upsell-active .lower-section .product-information-container .product-info-right-side {
    /* gap: 8px; */
  }
  .upsell-container.upsell-active .lower-section .product-information-container .product-info-right-side .price-container .price-display-container {
    /* .savings-display {
        flex-direction: column;
        gap: 0;

        .amount {
            line-height: 24px;
        }
    }

    .price-display {
        justify-content: end;
    } */
  }
}
@media (max-width: 450px) {
  .upsell-container:not(.upsell-active) .upper-section .left-section {
    width: 180px;
  }
}
@media (max-width: 450px) {
  .upsell-container:not(.upsell-active) .upper-section .left-section {
    width: 160px;
  }
}
@media (max-width: 375px) {
  .upsell-container:not(.upsell-active) .upper-section .left-section {
    width: 140px;
  }
}
@media (max-width: 373px) {
  .payment-methods #payment > ul.wc_payment_methods > li.wc_payment_method.payment_method_mollie_wc_gateway_creditcard > div.payment_box > p {
    font-size: 10px;
  }
}
@media (max-width: 360px) {
  .lightbox > .inner > .upper-wrapper > .print-btn-wrapper {
    display: none;
  }
  .fa-long-arrow-alt-right {
    display: none !important;
  }
  .billing-section .section-title {
    display: none;
  }
  .section-title.mobile {
    display: block;
  }
  .product-top-content {
    gap: 0;
    justify-content: space-between;
  }
  .price-display {
    gap: 12px;
  }
  label > .payment-icons,
  .payment-methods #payment ul.wc_payment_methods > li.wc_payment_method > label > img {
    left: 192px;
  }
  label > .payment-icons {
    left: 93px !important;
    flex-direction: row;
  }
}
@media (max-width: 350px) {
  .main-content {
    padding: 0 8px;
  }
  .section-title,
  .section-title.top-right {
    margin-left: 16px;
    margin-right: 16px;
  }
  .order-text {
    text-align: center;
  }
  .header .back-link {
    font-size: 12px;
  }
}
@media (max-width: 330px) {
  .header,
  .footer {
    padding: 0 8px;
  }
  .main-content {
    padding: 0 4px;
  }
}
@media screen and (min-width: 1300px) and (max-width: 1399px) and (min-height: 700px) and (max-height: 799px) {
  /* Your CSS rules here */
  /*  .section-title {


      &.top-left {
          position: absolute;
          margin-top: 32px;
      }

      &.top-right {
          margin-top: 32px;
      }
  }

  .product-card {

      margin-top: 84px;

      &.with-tag {
          margin-top: 124px;
      }
  } */
  /*     .product-image-wrapper.is-wide {
      width: 160px;
  }

  .product-card .product-title {
      margin-bottom: 12px;
  } */
}
@media screen and (min-width: 431px) and (max-width: 433px) {
  .upsell-container.upsell-active .upper-section .left-section .action-btn {
    /*   transform: translateY(-30px) rotate(45deg); */
  }
}
.custom-select-container {
  position: relative;
  width: 250px;
  font-family: Arial, sans-serif;
}

.custom-select {
  position: relative;
}

.custom-select-trigger {
  padding: 10px 15px;
  border: 1px solid #ccc;
  border-radius: 4px;
  background: white;
  cursor: pointer;
  position: relative;
}

.custom-select-trigger:after {
  content: "▼";
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 0.8em;
}

.custom-options {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: white;
  border: 1px solid #ccc;
  border-top: none;
  border-radius: 0 0 4px 4px;
  max-height: 200px;
  overflow-y: auto;
  z-index: 10;
  display: none;
}

.custom-option {
  padding: 10px 15px;
  cursor: pointer;
}
.custom-option.active {
  background-color: #f5f5f5;
}

.custom-option:hover {
  background-color: #f5f5f5;
}

.custom-select.open .custom-options {
  display: block;
}

.custom-select.open .custom-select-trigger:after {
  content: "▲";
}

body > div.elementor.elementor-location-single.page.type-page.status-publish.hentry > section > div > div > div > div > div > div > form > footer > div > div.ti-widget-container > a > div > div.ti-mob-row > span.nowrap > strong {
  font-weight: 100 !important;
  font-family: "Brown", Sans-serif;
}

/* Button 1: Diagonal Shimmer Sweep */
#place_order {
  text-wrap-mode: nowrap;
  display: flex;
  gap: 4px;
  position: relative;
  padding: 13px 20px !important;
  font-size: 18px;
  font-weight: bold;
  color: white;
  background: linear-gradient(45deg, #021df0, #0a4fff, #021df0);
  border: none;
  border-radius: 50px;
  cursor: pointer;
  overflow: hidden;
  text-transform: uppercase;
  letter-spacing: 2px;
  box-shadow: 0 8px 25px rgba(2, 29, 240, 0.4), inset 0 1px 0 rgba(255, 255, 255, 0.2);
  transition: all 0.3s ease;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
#place_order.ready {
  animation: pulse-glow 2s infinite alternate;
}
#place_order.ready::before {
  content: "";
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: linear-gradient(45deg, transparent, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.4), rgba(255, 255, 255, 0.1), transparent);
  transform: rotate(45deg);
  animation: shimmer-sweep 2.5s infinite;
}
#place_order.ready:hover {
  transform: scale(1.05) translateY(-2px);
  box-shadow: 0 15px 35px rgba(2, 29, 240, 0.6), inset 0 1px 0 rgba(255, 255, 255, 0.3);
}

@keyframes shimmer-sweep {
  0% {
    transform: translateX(-100%) translateY(-100%) rotate(45deg);
  }
  50% {
    transform: translateX(100%) translateY(100%) rotate(45deg);
  }
  100% {
    transform: translateX(-100%) translateY(-100%) rotate(45deg);
  }
}
@keyframes pulse-glow {
  0% {
    box-shadow: 0 8px 25px rgba(2, 29, 240, 0.4), inset 0 1px 0 rgba(255, 255, 255, 0.2);
  }
  100% {
    box-shadow: 0 12px 35px rgba(2, 29, 240, 0.7), inset 0 1px 0 rgba(255, 255, 255, 0.3);
  }
}
.ld-ball,
.ld-ring,
.ld-hourglass,
.ld-loader,
.ld-cross,
.ld-square,
.ld-pie,
.ld-spinner {
  width: 1em;
  height: 1em;
  position: relative;
  color: inherit;
  display: inline-block;
  box-sizing: content-box;
}

.ld-ball:after,
.ld-ring:after,
.ld-hourglass:after,
.ld-loader:after,
.ld-cross:after,
.ld-square:after,
.ld-pie:after,
.ld-spinner:after {
  content: " ";
  display: block;
  width: 2em;
  height: 2em;
  box-sizing: border-box;
  transform-origin: 0 0;
  transform: translateZ(0) scale(0.5);
  backface-visibility: hidden;
}

.ld-ring:after {
  border-radius: 50%;
  border: 0.3em solid currentColor;
  border-left-color: transparent;
}

.ld-ball:after {
  border-radius: 50%;
  background: currentColor;
}

.ld-hourglass:after {
  border-radius: 50%;
  border: 1em solid currentColor;
  border-left-color: transparent;
  border-right-color: transparent;
}

.ld-cross:after {
  position: absolute;
  height: 0.5em;
  transform: translateZ(0) scale(0.5) translate(0, 0.75em);
  background: currentColor;
}

.ld-cross:before {
  content: " ";
  display: block;
  width: 0.5em;
  height: 2em;
  box-sizing: border-box;
  transform-origin: 0 0;
  backface-visibility: hidden;
  position: absolute;
  width: 0.5em;
  transform: translateZ(0) scale(0.5) translate(0.75em, 0);
  background: currentColor;
}

.ld-square:after {
  background: currentColor;
}

.ld-pie:after {
  border-radius: 50%;
  border: 1em solid currentColor;
  border-left-color: transparent;
}

.ld-spinner:after {
  position: absolute;
  width: 0.4em;
  height: 0.4em;
  transform: translateZ(0) scale(0.5) translate(0.8em, 0.8em);
  border-radius: 50%;
  background: 0;
  box-shadow: 0 1em 0 currentColor, 0 -1em 0 currentColor, 1em 0 0 currentColor, -1em 0 0 currentColor, 0.70710678em 0.70710678em 0 currentColor, -0.70710678em 0.70710678em 0 currentColor, 0.70710678em -0.70710678em 0 currentColor, -0.70710678em -0.70710678em 0 currentColor;
}

.ld-loader {
  background-size: cover;
}

.ld.reverse {
  animation-direction: reverse !important;
}

.ld.xp15 {
  animation-duration: 0.15s !important;
}

.ld.xp35 {
  animation-duration: 0.35s !important;
}

.ld.xhalf {
  animation-duration: 0.5s !important;
}

.ld.x1 {
  animation-duration: 1s !important;
}

.ld.x2 {
  animation-duration: 2s !important;
}

.ld.x4 {
  animation-duration: 4s !important;
}

.ld.running {
  animation-play-state: running !important;
}

.ld.paused {
  animation-play-state: paused !important;
}

.ld.f00 {
  animation-delay: 0s !important;
}

.ld.f01 {
  animation-delay: -0.1s !important;
}

.ld.f02 {
  animation-delay: -0.2s !important;
}

.ld.f03 {
  animation-delay: -0.3s !important;
}

.ld.f04 {
  animation-delay: -0.4s !important;
}

.ld.f05 {
  animation-delay: -0.5s !important;
}

.ld.f06 {
  animation-delay: -0.6s !important;
}

.ld.f07 {
  animation-delay: -0.7s !important;
}

.ld.f08 {
  animation-delay: -0.8s !important;
}

.ld.f09 {
  animation-delay: -0.9s !important;
}

.ld.f10 {
  animation-delay: -1s !important;
}

.ld {
  transform-origin: 50% 50%;
  transform-box: fill-box;
}

@keyframes ld-blink {
  0% {
    opacity: 1;
  }
  49.75% {
    opacity: 1;
  }
  50.25% {
    opacity: 0;
  }
  99.5% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.ld.ld-blink {
  animation: ld-blink 1s infinite linear;
}

@keyframes ld-blur {
  0% {
    filter: blur(0);
  }
  50% {
    filter: blur(10px);
  }
  100% {
    filter: blur(0);
  }
}
.ld.ld-blur {
  animation: ld-blur 1s infinite linear;
}

@keyframes ld-beat {
  0% {
    animation-timing-function: cubic-bezier(0.1028, 0.2484, 0.1372, 0.849);
    transform: scale(1);
  }
  34% {
    animation-timing-function: cubic-bezier(0.7116, 0.2095, 0.8159, 0.6876);
    transform: scale(1.2);
  }
  68% {
    animation-timing-function: cubic-bezier(0.1475, 0.2888, 0.294, 0.883);
    transform: scale(1.0268);
  }
  84% {
    animation-timing-function: cubic-bezier(0.8176, 0.2193, 0.867, 0.6889);
    transform: scale(1.0932);
  }
  100% {
    transform: scale(1);
  }
}
.ld.ld-beat {
  animation: ld-beat 1s infinite linear;
}

@keyframes ld-bounceAlt {
  0% {
    animation-timing-function: cubic-bezier(0.1348, 0.3256, 0.2495, 0.8687);
    transform: translate(0, 0);
  }
  51% {
    animation-timing-function: cubic-bezier(0.7426, 0.1782, 0.8523, 0.6514);
    transform: translate(0, -14%);
  }
  100% {
    transform: translate(0, 0);
  }
}
.ld.ld-bounceAlt {
  animation: ld-bounceAlt 1s infinite linear;
}

@keyframes ld-tick-alt {
  0% {
    animation-timing-function: cubic-bezier(0.0637, 0.1569, -0.0154, 0.8727);
    transform: rotate(0);
  }
  22% {
    animation-timing-function: cubic-bezier(0.7634, 0.2713, 0.7818, 0.6832);
    transform: rotate(-44.865deg);
  }
  43% {
    animation-timing-function: cubic-bezier(0.0599, 0.1266, 0.2372, 1.029);
    transform: rotate(-7.515deg);
  }
  56% {
    animation-timing-function: cubic-bezier(0.6353, 0.3049, 0.6792, 0.6671);
    transform: rotate(-25.29deg);
  }
  68% {
    animation-timing-function: cubic-bezier(0.0513, 0.1148, 0.3085, 1.1548);
    transform: rotate(-5.13deg);
  }
  76% {
    animation-timing-function: cubic-bezier(0.467, 0.2881, 0.3593, 0.7819);
    transform: rotate(-14.175deg);
  }
  83% {
    animation-timing-function: cubic-bezier(0.0632, 0.1615, 0.3539, 1.4565);
    transform: rotate(-3.6deg);
  }
  88% {
    animation-timing-function: cubic-bezier(0.3563, 0.3125, 0.5387, 1.6475);
    transform: rotate(-7.74deg);
  }
  92% {
    animation-timing-function: cubic-bezier(0.1265, 0.4155, 0.3821, 1.8827);
    transform: rotate(-2.61deg);
  }
  95% {
    animation-timing-function: cubic-bezier(0.5727, 1.3521, 0.0229, 3.0356);
    transform: rotate(-4.185deg);
  }
  98% {
    animation-timing-function: cubic-bezier(0.4531, -1.3593, 0.757, 0.0281);
    transform: rotate(-2.565deg);
  }
  100% {
    transform: rotate(0);
  }
}
.ld.ld-tick-alt {
  animation: ld-tick-alt 1s infinite linear;
}

@keyframes ld-jump {
  0% {
    animation-timing-function: cubic-bezier(0.0637, 0.1569, -0.0154, 0.8727);
    transform: translate(0, 0);
  }
  22% {
    animation-timing-function: cubic-bezier(0.7634, 0.2713, 0.7818, 0.6832);
    transform: translate(0, -13.958%);
  }
  43% {
    animation-timing-function: cubic-bezier(0.0599, 0.1266, 0.2372, 1.029);
    transform: translate(0, -2.338%);
  }
  56% {
    animation-timing-function: cubic-bezier(0.6353, 0.3049, 0.6792, 0.6671);
    transform: translate(0, -7.868%);
  }
  68% {
    animation-timing-function: cubic-bezier(0.0513, 0.1148, 0.3085, 1.1548);
    transform: translate(0, -1.596%);
  }
  76% {
    animation-timing-function: cubic-bezier(0.467, 0.2881, 0.3593, 0.7819);
    transform: translate(0, -4.41%);
  }
  83% {
    animation-timing-function: cubic-bezier(0.0632, 0.1615, 0.3539, 1.4565);
    transform: translate(0, -1.12%);
  }
  88% {
    animation-timing-function: cubic-bezier(0.3563, 0.3125, 0.5387, 1.6475);
    transform: translate(0, -2.408%);
  }
  92% {
    animation-timing-function: cubic-bezier(0.1265, 0.4155, 0.3821, 1.8827);
    transform: translate(0, -0.812%);
  }
  95% {
    animation-timing-function: cubic-bezier(0.5727, 1.3521, 0.0229, 3.0356);
    transform: translate(0, -1.302%);
  }
  98% {
    animation-timing-function: cubic-bezier(0.4531, -1.3593, 0.757, 0.0281);
    transform: translate(0, -0.798%);
  }
  100% {
    transform: translate(0, 0);
  }
}
.ld.ld-jump {
  animation: ld-jump 1s infinite linear;
}

@keyframes ld-bounce {
  0% {
    animation-timing-function: cubic-bezier(0.138, 0.2541, 0.2177, 0.8747);
    transform: translate(0, 0) scaleY(1);
  }
  37% {
    animation-timing-function: cubic-bezier(0.7679, 0.1817, 0.8401, 0.7167);
    transform: translate(0, -39.96%) scaleY(1);
  }
  72.2% {
    animation-timing-function: cubic-bezier(0.1045, 0.2026, 0.2224, 0.9608);
    transform: translate(0, 0) scaleY(1);
  }
  87.2% {
    animation-timing-function: cubic-bezier(0.7463, 0.2314, 0.8159, 0.6941);
    transform: translate(0, 19.85%) scaleY(0.603);
  }
  100% {
    transform: translate(0, 0) scaleY(1);
  }
}
.ld.ld-bounce {
  animation: ld-bounce 1s infinite linear;
}

@keyframes ld-clock {
  0% {
    animation-timing-function: cubic-bezier(0, 0.7, 0.3, 1);
    transform: rotate(0);
  }
  8.33333% {
    animation-timing-function: cubic-bezier(0, 0.7, 0.3, 1);
    transform: rotate(30deg);
  }
  16.66667% {
    animation-timing-function: cubic-bezier(0, 0.7, 0.3, 1);
    transform: rotate(60deg);
  }
  25% {
    animation-timing-function: cubic-bezier(0, 0.7, 0.3, 1);
    transform: rotate(90deg);
  }
  33.33333% {
    animation-timing-function: cubic-bezier(0, 0.7, 0.3, 1);
    transform: rotate(120deg);
  }
  41.66667% {
    animation-timing-function: cubic-bezier(0, 0.7, 0.3, 1);
    transform: rotate(150deg);
  }
  50% {
    animation-timing-function: cubic-bezier(0, 0.7, 0.3, 1);
    transform: rotate(180deg);
  }
  58.33333% {
    animation-timing-function: cubic-bezier(0, 0.7, 0.3, 1);
    transform: rotate(210deg);
  }
  66.66667% {
    animation-timing-function: cubic-bezier(0, 0.7, 0.3, 1);
    transform: rotate(240deg);
  }
  75% {
    animation-timing-function: cubic-bezier(0, 0.7, 0.3, 1);
    transform: rotate(270deg);
  }
  83.33333% {
    animation-timing-function: cubic-bezier(0, 0.7, 0.3, 1);
    transform: rotate(300deg);
  }
  91.66667% {
    animation-timing-function: cubic-bezier(0, 0.7, 0.3, 1);
    transform: rotate(330deg);
  }
  100% {
    animation-timing-function: cubic-bezier(0, 0.7, 0.3, 1);
    transform: rotate(360deg);
  }
}
.ld.ld-clock {
  animation: ld-clock 12s infinite linear;
}

@keyframes ld-fade {
  0% {
    animation-timing-function: cubic-bezier(0.2057, 0.573, 0.3723, 0.9184);
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.ld.ld-fade {
  animation: ld-fade 1s infinite linear;
}

@keyframes ld-flip {
  0%, 25%, 50%, 75%, 100% {
    animation-timing-function: cubic-bezier(0, 0.4, 0.6, 1);
  }
  0% {
    transform: scale(1, 1);
  }
  25% {
    transform: scale(-1, 1);
  }
  50% {
    transform: scale(-1, -1);
  }
  75% {
    transform: scale(1, -1);
  }
  100% {
    transform: scale(1, 1);
  }
}
.ld.ld-flip {
  animation: ld-flip 1s infinite linear;
}

@keyframes ld-float {
  0% {
    animation-timing-function: cubic-bezier(0, 0.4, 0.6, 1);
    transform: translate(0, 0) scale(0.7);
    box-shadow: 0 0 0 rgba(0, 0, 0, 0.3);
  }
  50% {
    animation-timing-function: cubic-bezier(0.4, 0, 1, 0.6);
    transform: translate(0, -15%) scale(1);
    box-shadow: 0 23% 5% -15% rgba(0, 0, 0, 0.2);
  }
  100% {
    transform: translate(0, 0) scale(0.7);
    box-shadow: 0 0 0 rgba(0, 0, 0, 0.3);
  }
}
.ld.ld-float {
  animation: ld-float 1s infinite linear;
}

@keyframes ld-heartbeat {
  0% {
    animation-timing-function: cubic-bezier(0.1678, 0.6042, 0.5465, 3.0859);
    transform: scale(1.3);
  }
  30% {
    animation-timing-function: cubic-bezier(0.3206, 0.3435, 0.6825, 0.6598);
    transform: scale(1.15);
  }
  31% {
    animation-timing-function: cubic-bezier(0.2811, 0.5061, 0.5347, 0.909);
    transform: scale(1.1458);
  }
  100% {
    transform: scale(1);
  }
}
.ld.ld-heartbeat {
  animation: ld-heartbeat 1s infinite linear;
}

@keyframes ld-hit {
  0% {
    animation-timing-function: cubic-bezier(0.5, 0, 1, 0.5);
    transform: scale(0) translate(0, 0) skewX(0);
    opacity: 1;
  }
  20% {
    transform: scale(1) translate(0, 0) skewX(20deg);
  }
  50% {
    animation-timing-function: cubic-bezier(0.6, 0, 1, 0.4);
    transform: scale(1) translate(0, 0) skewX(20deg);
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: scale(1) translate(0, 200%) skewX(20deg);
    opacity: 0;
  }
}
.ld.ld-hit {
  animation: ld-hit 2s infinite linear;
}

@keyframes ld-move-ltr {
  0% {
    transform: translate(0, 0);
  }
  40% {
    transform: translate(40%, 0);
  }
  49.99999% {
    transform: translate(49.99999%, 0);
  }
  50% {
    transform: translate(-50%, 0);
  }
  50.00001% {
    transform: translate(-49.99999%, 0);
  }
  60% {
    transform: translate(-40%, 0);
  }
  100% {
    transform: translate(0, 0);
  }
}
.ld.ld-move-ltr {
  animation: ld-move-ltr 1s infinite linear;
}

@keyframes ld-move-rtl {
  0% {
    transform: translate(0, 0);
  }
  40% {
    transform: translate(-40%, 0);
  }
  49.99999% {
    transform: translate(-49.99999%, 0);
  }
  50% {
    transform: translate(50%, 0);
  }
  50.00001% {
    transform: translate(49.99999%, 0);
  }
  60% {
    transform: translate(40%, 0);
  }
  100% {
    transform: translate(0, 0);
  }
}
.ld.ld-move-rtl {
  animation: ld-move-rtl 1s infinite linear;
}

@keyframes ld-move-ttb {
  0% {
    transform: translate(0, 0);
  }
  40% {
    transform: translate(0, 40%);
  }
  49.99999% {
    transform: translate(0, 49.99999%);
  }
  50% {
    transform: translate(0, -50%);
  }
  50.00001% {
    transform: translate(0, -49.99999%);
  }
  60% {
    transform: translate(0, -40%);
  }
  100% {
    transform: translate(0, 0);
  }
}
.ld.ld-move-ttb {
  animation: ld-move-ttb 1s infinite linear;
}

@keyframes ld-move-btt {
  0% {
    transform: translate(0, 0);
  }
  40% {
    transform: translate(0, -40%);
  }
  49.99999% {
    transform: translate(0, -49.99999%);
  }
  50% {
    transform: translate(0, 50%);
  }
  50.00001% {
    transform: translate(0, 49.99999%);
  }
  60% {
    transform: translate(0, 40%);
  }
  100% {
    transform: translate(0, 0);
  }
}
.ld.ld-move-btt {
  animation: ld-move-btt 1s infinite linear;
}

@keyframes ld-move-fade-ltr {
  0% {
    transform: translate(0, 0);
    opacity: 1;
  }
  40% {
    transform: translate(40%, 0);
    opacity: 1;
  }
  49.99999% {
    transform: translate(49.99999%, 0);
    opacity: 0;
  }
  50% {
    transform: translate(-50%, 0);
    opacity: 0;
  }
  50.00001% {
    transform: translate(-49.99999%, 0);
    opacity: 0;
  }
  60% {
    transform: translate(-40%, 0);
    opacity: 1;
  }
  100% {
    transform: translate(0, 0);
    opacity: 1;
  }
}
.ld.ld-move-fade-ltr {
  animation: ld-move-fade-ltr 1s infinite linear;
}

@keyframes ld-move-fade-rtl {
  0% {
    transform: translate(0, 0);
    opacity: 1;
  }
  40% {
    transform: translate(-40%, 0);
    opacity: 1;
  }
  49.99999% {
    transform: translate(-49.99999%, 0);
    opacity: 0;
  }
  50% {
    transform: translate(50%, 0);
    opacity: 0;
  }
  50.00001% {
    transform: translate(49.99999%, 0);
    opacity: 0;
  }
  60% {
    transform: translate(40%, 0);
    opacity: 1;
  }
  100% {
    transform: translate(0, 0);
    opacity: 1;
  }
}
.ld.ld-move-fade-rtl {
  animation: ld-move-fade-rtl 1s infinite linear;
}

@keyframes ld-move-fade-ttb {
  0% {
    transform: translate(0, 0);
    opacity: 1;
  }
  40% {
    transform: translate(0, 40%);
    opacity: 1;
  }
  49.99999% {
    transform: translate(0, 49.99999%);
    opacity: 0;
  }
  50% {
    transform: translate(0, -50%);
    opacity: 0;
  }
  50.00001% {
    transform: translate(0, -49.99999%);
    opacity: 0;
  }
  60% {
    transform: translate(0, -40%);
    opacity: 1;
  }
  100% {
    transform: translate(0, 0);
    opacity: 1;
  }
}
.ld.ld-move-fade-ttb {
  animation: ld-move-fade-ttb 1s infinite linear;
}

@keyframes ld-move-fade-btt {
  0% {
    transform: translate(0, 0);
    opacity: 1;
  }
  40% {
    transform: translate(0, -40%);
    opacity: 1;
  }
  49.99999% {
    transform: translate(0, -49.99999%);
    opacity: 0;
  }
  50% {
    transform: translate(0, 50%);
    opacity: 0;
  }
  50.00001% {
    transform: translate(0, 49.99999%);
    opacity: 0;
  }
  60% {
    transform: translate(0, 40%);
    opacity: 1;
  }
  100% {
    transform: translate(0, 0);
    opacity: 1;
  }
}
.ld.ld-move-fade-btt {
  animation: ld-move-fade-btt 1s infinite linear;
}

@keyframes ld-orbit {
  0% {
    animation-timing-function: linear;
    transform: translate(0, -60%) rotate(0);
  }
  8.33333% {
    animation-timing-function: linear;
    transform: translate(30%, -51.96152%) rotate(30deg);
  }
  16.66667% {
    animation-timing-function: linear;
    transform: translate(51.96152%, -30%) rotate(60deg);
  }
  25% {
    animation-timing-function: linear;
    transform: translate(60%, 0) rotate(90deg);
  }
  33.33333% {
    animation-timing-function: linear;
    transform: translate(51.96152%, 30%) rotate(120deg);
  }
  41.66667% {
    animation-timing-function: linear;
    transform: translate(30%, 51.96152%) rotate(150deg);
  }
  50% {
    animation-timing-function: linear;
    transform: translate(0, 60%) rotate(180deg);
  }
  58.33333% {
    animation-timing-function: linear;
    transform: translate(-30%, 51.96152%) rotate(210deg);
  }
  66.66667% {
    animation-timing-function: linear;
    transform: translate(-51.96152%, 30%) rotate(240deg);
  }
  75% {
    animation-timing-function: linear;
    transform: translate(-60%, 0) rotate(270deg);
  }
  83.33333% {
    animation-timing-function: linear;
    transform: translate(-51.96152%, -30%) rotate(300deg);
  }
  91.66667% {
    animation-timing-function: linear;
    transform: translate(-30%, -51.96152%) rotate(330deg);
  }
  100% {
    animation-timing-function: linear;
    transform: translate(0, -60%) rotate(360deg);
  }
}
.ld.ld-orbit {
  animation: ld-orbit 1s infinite linear;
}

@keyframes ld-breath {
  0% {
    animation-timing-function: cubic-bezier(0.9647, 0.2413, -0.0705, 0.7911);
    transform: scale(0.91);
  }
  51% {
    animation-timing-function: cubic-bezier(0.9226, 0.2631, -0.0308, 0.7628);
    transform: scale(1.02994);
  }
  100% {
    transform: scale(0.91);
  }
}
.ld.ld-breath {
  animation: ld-breath 1s infinite linear;
}

@keyframes ld-dim {
  0% {
    animation-timing-function: cubic-bezier(0.9647, 0.2413, -0.0705, 0.7911);
    opacity: 0;
  }
  51% {
    animation-timing-function: cubic-bezier(0.9226, 0.2631, -0.0308, 0.7628);
    opacity: 0.9995;
  }
  100% {
    opacity: 0;
  }
}
.ld.ld-dim {
  animation: ld-dim 1s infinite linear;
}

@keyframes ld-metronome {
  0% {
    animation-timing-function: cubic-bezier(0.7806, 0.0715, 0.8998, 0.731);
    transform: translate(-10%) rotate(-20deg);
  }
  17.5% {
    animation-timing-function: cubic-bezier(0.484, 0.3308, 0.6853, 0.6667);
    transform: translate(-6.18%) rotate(-12.36deg);
  }
  27.6% {
    animation-timing-function: cubic-bezier(0.0676, 0.1836, 0.0518, 0.9433);
    transform: translate(2.48%) rotate(4.96deg);
  }
  50.1% {
    animation-timing-function: cubic-bezier(0.7773, 0.0708, 0.9008, 0.735);
    transform: translate(10%) rotate(20deg);
  }
  67.6% {
    animation-timing-function: cubic-bezier(0.4888, 0.331, 0.6153, 0.6674);
    transform: translate(6.16%) rotate(12.32deg);
  }
  80% {
    animation-timing-function: cubic-bezier(0.0801, 0.2206, 0.1357, 0.9363);
    transform: translate(-4.57%) rotate(-9.14deg);
  }
  100% {
    transform: translate(-10%) rotate(-20deg);
  }
}
.ld.ld-metronome {
  animation: ld-metronome 1s infinite linear;
}

@keyframes ld-swing {
  0% {
    animation-timing-function: cubic-bezier(0.9647, 0.2413, -0.0705, 0.7911);
    transform: rotate(-30deg);
  }
  51% {
    animation-timing-function: cubic-bezier(0.9226, 0.2631, -0.0308, 0.7628);
    transform: rotate(29.97deg);
  }
  100% {
    transform: rotate(-30deg);
  }
}
.ld.ld-swing {
  animation: ld-swing 1s infinite linear;
}

@keyframes ld-wander-v {
  0% {
    animation-timing-function: cubic-bezier(0.7806, 0.0715, 0.8998, 0.731);
    transform: translate(0, -10%);
  }
  17.5% {
    animation-timing-function: cubic-bezier(0.484, 0.3308, 0.6853, 0.6667);
    transform: translate(0, -6.18%);
  }
  27.6% {
    animation-timing-function: cubic-bezier(0.2459, 0.3343, 0.4923, 0.6717);
    transform: translate(0, 2.48%);
  }
  35.1% {
    animation-timing-function: cubic-bezier(0.1317, 0.3401, 0.311, 0.9176);
    transform: translate(0, 7.49%);
  }
  50.1% {
    animation-timing-function: cubic-bezier(0.7773, 0.0708, 0.9008, 0.735);
    transform: translate(0, 10%);
  }
  67.6% {
    animation-timing-function: cubic-bezier(0.4888, 0.331, 0.6153, 0.6674);
    transform: translate(0, 6.16%);
  }
  80% {
    animation-timing-function: cubic-bezier(0.2539, 0.3274, 0.5671, 0.676);
    transform: translate(0, -4.57%);
  }
  85% {
    animation-timing-function: cubic-bezier(0.1302, 0.3349, 0.3113, 0.9183);
    transform: translate(0, -7.47%);
  }
  100% {
    transform: translate(0, -10%);
  }
}
.ld.ld-wander-v {
  animation: ld-wander-v 1s infinite linear;
}

@keyframes ld-wander-h {
  0% {
    animation-timing-function: cubic-bezier(0.7806, 0.0715, 0.8998, 0.731);
    transform: translate(-10%, 0);
  }
  17.5% {
    animation-timing-function: cubic-bezier(0.484, 0.3308, 0.6853, 0.6667);
    transform: translate(-6.18%, 0);
  }
  27.6% {
    animation-timing-function: cubic-bezier(0.2459, 0.3343, 0.4923, 0.6717);
    transform: translate(2.48%, 0);
  }
  35.1% {
    animation-timing-function: cubic-bezier(0.1317, 0.3401, 0.311, 0.9176);
    transform: translate(7.49%, 0);
  }
  50.1% {
    animation-timing-function: cubic-bezier(0.7773, 0.0708, 0.9008, 0.735);
    transform: translate(10%, 0);
  }
  67.6% {
    animation-timing-function: cubic-bezier(0.4888, 0.331, 0.6153, 0.6674);
    transform: translate(6.16%, 0);
  }
  80% {
    animation-timing-function: cubic-bezier(0.2539, 0.3274, 0.5671, 0.676);
    transform: translate(-4.57%, 0);
  }
  85% {
    animation-timing-function: cubic-bezier(0.1302, 0.3349, 0.3113, 0.9183);
    transform: translate(-7.47%, 0);
  }
  100% {
    transform: translate(-10%, 0);
  }
}
.ld.ld-wander-h,
.ld.ld-wander {
  animation: ld-wander-h 1s infinite linear;
}

@keyframes ld-pulse {
  0% {
    animation-timing-function: cubic-bezier(0.3333, 0.3333, 0.3124, 0.6668);
    transform: scale(0.85);
  }
  0.5% {
    animation-timing-function: cubic-bezier(0.0233, -0.3865, 0.6667, 0.6667);
    transform: scale(1.141);
  }
  1.5% {
    animation-timing-function: cubic-bezier(0.2893, 0.354, 0.6158, 0.6958);
    transform: scale(1.124);
  }
  11% {
    animation-timing-function: cubic-bezier(0.2861, 0.4196, 0.6215, 0.7476);
    transform: scale(0.992);
  }
  25% {
    animation-timing-function: cubic-bezier(0.0793, 0.2627, 0.9972, 1.5511);
    transform: scale(0.887);
  }
  49.5% {
    animation-timing-function: cubic-bezier(0.6664, 0.3332, 0.6667, 0.6667);
    transform: scale(0.85);
  }
  50% {
    animation-timing-function: cubic-bezier(0, 0.3522, 1, 0.6686);
    transform: scale(1.15);
  }
  51% {
    animation-timing-function: cubic-bezier(0.2668, 0.4036, 0.554, 0.7657);
    transform: scale(1.132);
  }
  73.5% {
    animation-timing-function: cubic-bezier(0.2997, 1.0028, 0.6671, 1);
    transform: scale(0.894);
  }
  100% {
    transform: scale(0.85);
  }
}
.ld.ld-pulse {
  animation: ld-pulse 1s infinite linear;
}

@keyframes ld-jingle {
  0% {
    animation-timing-function: cubic-bezier(0.146, 0.2111, 0.5902, 1.3204);
    transform: rotate(0);
  }
  11% {
    animation-timing-function: cubic-bezier(0.1079, 0.1992, -0.6462, 0.828);
    transform: rotate(7.61deg);
  }
  23% {
    animation-timing-function: cubic-bezier(0.0504, 0.0951, 0.0163, 0.9677);
    transform: rotate(-5.79deg);
  }
  36% {
    animation-timing-function: cubic-bezier(0.0475, 0.0921, 0.3134, 1.0455);
    transform: rotate(3.35deg);
  }
  49% {
    animation-timing-function: cubic-bezier(0.0789, 0.1565, 0.3413, 1.0972);
    transform: rotate(-1.93deg);
  }
  62% {
    animation-timing-function: cubic-bezier(0.141, 0.2885, 0.406, 1.1519);
    transform: rotate(1.12deg);
  }
  75% {
    animation-timing-function: cubic-bezier(0.226, 0.4698, 0.5031, 1.1722);
    transform: rotate(-0.64deg);
  }
  88% {
    animation-timing-function: cubic-bezier(0.3121, 0.5521, 0.5655, 0.8997);
    transform: rotate(0.37deg);
  }
  100% {
    transform: rotate(-0.28deg);
  }
}
.ld.ld-jingle {
  animation: ld-jingle 1s infinite linear;
  transform-origin: 50% 0;
}

@keyframes ld-rubber-v {
  0% {
    animation-timing-function: cubic-bezier(0.1858, 0.2841, 0.5834, 1.4615);
    transform: scaleY(1);
  }
  31% {
    animation-timing-function: cubic-bezier(0.0467, 0.1102, 0.4803, 1.4719);
    transform: scaleY(1.1354);
  }
  41% {
    animation-timing-function: cubic-bezier(0.0469, 0.1108, 0.4775, 1.4732);
    transform: scaleY(0.9052);
  }
  51% {
    animation-timing-function: cubic-bezier(0.0478, 0.1131, 0.4723, 1.4819);
    transform: scaleY(1.0664);
  }
  61% {
    animation-timing-function: cubic-bezier(0.0506, 0.1192, 0.4639, 1.4818);
    transform: scaleY(0.9536);
  }
  71% {
    animation-timing-function: cubic-bezier(0.0581, 0.1374, 0.457, 1.4901);
    transform: scaleY(1.0326);
  }
  81% {
    animation-timing-function: cubic-bezier(0.0765, 0.1813, 0.4542, 1.4923);
    transform: scaleY(0.9772);
  }
  91% {
    animation-timing-function: cubic-bezier(0.1747, 0.3181, 0.341, 0.878);
    transform: scaleY(1.016);
  }
  100% {
    transform: scaleY(0.9836);
  }
}
.ld.ld-rubber-v {
  animation: ld-rubber-v 1s infinite linear;
}

@keyframes ld-rubber-h {
  0% {
    animation-timing-function: cubic-bezier(0.1858, 0.2841, 0.5834, 1.4615);
    transform: scaleX(1);
  }
  31% {
    animation-timing-function: cubic-bezier(0.0467, 0.1102, 0.4803, 1.4719);
    transform: scaleX(1.1354);
  }
  41% {
    animation-timing-function: cubic-bezier(0.0469, 0.1108, 0.4775, 1.4732);
    transform: scaleX(0.9052);
  }
  51% {
    animation-timing-function: cubic-bezier(0.0478, 0.1131, 0.4723, 1.4819);
    transform: scaleX(1.0664);
  }
  61% {
    animation-timing-function: cubic-bezier(0.0506, 0.1192, 0.4639, 1.4818);
    transform: scaleX(0.9536);
  }
  71% {
    animation-timing-function: cubic-bezier(0.0581, 0.1374, 0.457, 1.4901);
    transform: scaleX(1.0326);
  }
  81% {
    animation-timing-function: cubic-bezier(0.0765, 0.1813, 0.4542, 1.4923);
    transform: scaleX(0.9772);
  }
  91% {
    animation-timing-function: cubic-bezier(0.1747, 0.3181, 0.341, 0.878);
    transform: scaleX(1.016);
  }
  100% {
    transform: scaleX(0.9836);
  }
}
.ld.ld-rubber-h,
.ld.ld-rubber {
  animation: ld-rubber-h 1s infinite linear;
}

@keyframes ld-shake-v {
  0% {
    animation-timing-function: cubic-bezier(0.1441, 0.1912, 0.6583, 1.1029);
    transform: translate(0, 0);
  }
  31% {
    animation-timing-function: cubic-bezier(0.0667, 0.1419, 0.6667, 1.1415);
    transform: translate(0, 7.8%);
  }
  45% {
    animation-timing-function: cubic-bezier(0.0542, 0.1151, 0.5697, 1.181);
    transform: translate(0, -4.68%);
  }
  59% {
    animation-timing-function: cubic-bezier(0.0497, 0.1058, 0.4541, 1.231);
    transform: translate(0, 2.81%);
  }
  73% {
    animation-timing-function: cubic-bezier(0.0808, 0.1711, 0.4109, 1.2519);
    transform: translate(0, -1.68%);
  }
  87% {
    animation-timing-function: cubic-bezier(0.2073, 0.3705, 0.4064, 0.8839);
    transform: translate(0, 1.01%);
  }
  100% {
    transform: translate(0, -0.78%);
  }
}
.ld.ld-shake-v {
  animation: ld-shake-v 1s infinite linear;
}

@keyframes ld-shake-h {
  0% {
    animation-timing-function: cubic-bezier(0.1515, 0.2047, 0.6562, 1.1369);
    transform: translate(0, 0);
  }
  31% {
    animation-timing-function: cubic-bezier(0.0628, 0.1361, 0.6012, 1.2083);
    transform: translate(7.66%, 0);
  }
  45% {
    animation-timing-function: cubic-bezier(0.0579, 0.1251, 0.5661, 1.2263);
    transform: translate(-5.36%, 0);
  }
  59% {
    animation-timing-function: cubic-bezier(0.0523, 0.113, 0.5181, 1.2493);
    transform: translate(3.75%, 0);
  }
  73% {
    animation-timing-function: cubic-bezier(0.0513, 0.1113, 0.4632, 1.2762);
    transform: translate(-2.63%, 0);
  }
  87% {
    animation-timing-function: cubic-bezier(0.1502, 0.2709, 0.2303, 0.8469);
    transform: translate(1.84%, 0);
  }
  100% {
    transform: translate(-1.68%, 0);
  }
}
.ld.ld-shake-h,
.ld.ld-shake {
  animation: ld-shake-h 1s infinite linear;
}

@keyframes ld-tick {
  0% {
    animation-timing-function: cubic-bezier(0.1858, 0.2841, 0.5834, 1.4615);
    transform: rotate(0);
  }
  31% {
    animation-timing-function: cubic-bezier(0.0467, 0.1102, 0.4803, 1.4719);
    transform: rotate(13.54deg);
  }
  41% {
    animation-timing-function: cubic-bezier(0.0469, 0.1108, 0.4775, 1.4732);
    transform: rotate(-9.48deg);
  }
  51% {
    animation-timing-function: cubic-bezier(0.0478, 0.1131, 0.4723, 1.4819);
    transform: rotate(6.64deg);
  }
  61% {
    animation-timing-function: cubic-bezier(0.0506, 0.1192, 0.4639, 1.4818);
    transform: rotate(-4.64deg);
  }
  71% {
    animation-timing-function: cubic-bezier(0.0581, 0.1374, 0.457, 1.4901);
    transform: rotate(3.26deg);
  }
  81% {
    animation-timing-function: cubic-bezier(0.0765, 0.1813, 0.4542, 1.4923);
    transform: rotate(-2.28deg);
  }
  91% {
    animation-timing-function: cubic-bezier(0.1747, 0.3181, 0.341, 0.878);
    transform: rotate(1.6deg);
  }
  100% {
    transform: rotate(-1.64deg);
  }
}
.ld.ld-tick {
  animation: ld-tick 1s infinite linear;
}

@keyframes ld-smash {
  0% {
    animation-timing-function: cubic-bezier(0.3385, 0.332, 0.6667, 0.6667);
    transform: rotate(0);
  }
  40.8% {
    animation-timing-function: cubic-bezier(0.3316, 0.3338, 0.5714, 1.3045);
    transform: rotate(24.48deg);
  }
  48.5% {
    animation-timing-function: cubic-bezier(0.9673, 0.2776, 0.6667, 0.6667);
    transform: rotate(29.07deg);
  }
  51% {
    animation-timing-function: cubic-bezier(0.1933, 0.2947, -0.0572, 0.7191);
    transform: rotate(25.38deg);
  }
  60.8% {
    animation-timing-function: cubic-bezier(0.0583, 2.8507, 0.8558, 1);
    transform: rotate(0.54deg);
  }
  100% {
    transform: rotate(0);
  }
}
.ld.ld-smash {
  animation: ld-smash 1s infinite linear;
}

@keyframes ld-jelly-alt {
  0% {
    animation-timing-function: cubic-bezier(0.1858, 0.2841, 0.5834, 1.4615);
    transform: skewX(0);
  }
  31% {
    animation-timing-function: cubic-bezier(0.0467, 0.1102, 0.4803, 1.4719);
    transform: skewX(6.77deg);
  }
  41% {
    animation-timing-function: cubic-bezier(0.0469, 0.1108, 0.4775, 1.4732);
    transform: skewX(-4.74deg);
  }
  51% {
    animation-timing-function: cubic-bezier(0.0478, 0.1131, 0.4723, 1.4819);
    transform: skewX(3.32deg);
  }
  61% {
    animation-timing-function: cubic-bezier(0.0506, 0.1192, 0.4639, 1.4818);
    transform: skewX(-2.32deg);
  }
  71% {
    animation-timing-function: cubic-bezier(0.0581, 0.1374, 0.457, 1.4901);
    transform: skewX(1.63deg);
  }
  81% {
    animation-timing-function: cubic-bezier(0.0765, 0.1813, 0.4542, 1.4923);
    transform: skewX(-1.14deg);
  }
  91% {
    animation-timing-function: cubic-bezier(0.1747, 0.3181, 0.341, 0.878);
    transform: skewX(0.8deg);
  }
  100% {
    transform: skewX(-0.82deg);
  }
}
.ld.ld-jelly-alt {
  animation: ld-jelly-alt 1s infinite linear;
}

@keyframes ld-jelly {
  0% {
    animation-timing-function: cubic-bezier(0.1441, 0.1912, 0.6583, 1.1029);
    transform: translate(0, 0) skewX(0);
  }
  31% {
    animation-timing-function: cubic-bezier(0.0667, 0.1419, 0.6667, 1.1415);
    transform: translate(-7.8%, 0) skewX(7.8deg);
  }
  45% {
    animation-timing-function: cubic-bezier(0.0542, 0.1151, 0.5697, 1.181);
    transform: translate(4.68%, 0) skewX(-4.68deg);
  }
  59% {
    animation-timing-function: cubic-bezier(0.0497, 0.1058, 0.4541, 1.231);
    transform: translate(-2.81%, 0) skewX(2.81deg);
  }
  73% {
    animation-timing-function: cubic-bezier(0.0808, 0.1711, 0.4109, 1.2519);
    transform: translate(1.68%, 0) skewX(-1.68deg);
  }
  87% {
    animation-timing-function: cubic-bezier(0.2073, 0.3705, 0.4064, 0.8839);
    transform: translate(-1.01%, 0) skewX(1.01deg);
  }
  100% {
    transform: translate(0.78%, 0) skewX(-0.78deg);
  }
}
.ld.ld-jelly {
  animation: ld-jelly 1s infinite linear;
}

@keyframes ld-damage {
  0% {
    animation-timing-function: cubic-bezier(0.1916, 0.3481, 0.5313, 2.0622);
    opacity: 1;
  }
  21% {
    animation-timing-function: cubic-bezier(0.0461, 0.1237, 0.4559, 1.8579);
    opacity: 0.422;
  }
  29% {
    animation-timing-function: cubic-bezier(0.0468, 0.1254, 0.4564, 1.8559);
    opacity: 1.462;
  }
  37% {
    animation-timing-function: cubic-bezier(0.0479, 0.1283, 0.457, 1.856);
    opacity: 0.63;
  }
  45% {
    animation-timing-function: cubic-bezier(0.0487, 0.1306, 0.457, 1.8506);
    opacity: 1.296;
  }
  53% {
    animation-timing-function: cubic-bezier(0.0515, 0.1383, 0.4591, 1.8571);
    opacity: 0.763;
  }
  61% {
    animation-timing-function: cubic-bezier(0.0556, 0.1484, 0.4608, 1.846);
    opacity: 1.189;
  }
  69% {
    animation-timing-function: cubic-bezier(0.0595, 0.1602, 0.4632, 1.8456);
    opacity: 0.848;
  }
  77% {
    animation-timing-function: cubic-bezier(0.0689, 0.1849, 0.4698, 1.8391);
    opacity: 1.121;
  }
  85% {
    animation-timing-function: cubic-bezier(0.0794, 0.2133, 0.4765, 1.8226);
    opacity: 0.903;
  }
  93% {
    animation-timing-function: cubic-bezier(0.1486, 0.2692, 0.2335, 0.855);
    opacity: 1.078;
  }
  100% {
    opacity: 0.893;
  }
}
.ld.ld-damage {
  animation: ld-damage 1s infinite linear;
}

@keyframes ld-rush-ltr {
  0% {
    animation-timing-function: cubic-bezier(0, 0.5, 0.5, 1);
    opacity: 0;
  }
  5% {
    opacity: 1;
  }
  0% {
    transform: translateX(-318.4752086141%) skewX(30deg);
  }
  25% {
    transform: translateX(-21.4256258422%) skewX(-15deg);
  }
  33% {
    transform: translateX(8.5743741578%) skewX(-15deg);
  }
  44% {
    transform: translateX(-4.2128799228%) skewX(7.5deg);
  }
  55.00000000000001% {
    transform: translateX(2.0973908101%) skewX(-3.75deg);
  }
  66% {
    transform: translateX(0) skewX(0);
  }
  80% {
    transform: translateX(0) skewX(0);
  }
  100% {
    transform: translateX(300%) skewX(30deg);
  }
  100% {
    opacity: 1;
  }
}
.ld.ld-rush-ltr {
  animation: ld-rush-ltr 1s infinite linear;
}

@keyframes ld-rush-rtl {
  0% {
    animation-timing-function: cubic-bezier(0, 0.5, 0.5, 1);
    opacity: 0;
  }
  5% {
    opacity: 1;
  }
  0% {
    transform: translateX(318.4752086141%) skewX(-30deg);
  }
  25% {
    transform: translateX(21.4256258422%) skewX(15deg);
  }
  33% {
    transform: translateX(-8.5743741578%) skewX(15deg);
  }
  44% {
    transform: translateX(4.2128799228%) skewX(-7.5deg);
  }
  55.00000000000001% {
    transform: translateX(-2.0973908101%) skewX(3.75deg);
  }
  66% {
    transform: translateX(0) skewX(0);
  }
  80% {
    transform: translateX(0) skewX(0);
  }
  100% {
    transform: translateX(-300%) skewX(-30deg);
  }
  100% {
    opacity: 1;
  }
}
.ld.ld-rush-rtl {
  animation: ld-rush-rtl 1s infinite linear;
}

@keyframes ld-rush-ttb {
  0% {
    animation-timing-function: cubic-bezier(0, 0.5, 0.5, 1);
    opacity: 0;
  }
  5% {
    opacity: 1;
  }
  0% {
    transform: translateY(-78.4752086141%) skewY(30deg);
  }
  25% {
    transform: translateY(2.5743741578%) skewY(-15deg);
  }
  33% {
    transform: translateY(8.5743741578%) skewY(-15deg);
  }
  44% {
    transform: translateY(-4.2128799228%) skewY(7.5deg);
  }
  55.00000000000001% {
    transform: translateY(2.0973908101%) skewY(-3.75deg);
  }
  66% {
    transform: translateY(0) skewY(0);
  }
  80% {
    transform: translateY(0) skewY(0);
  }
  100% {
    transform: translateY(60%) skewY(30deg);
  }
  100% {
    opacity: 1;
  }
}
.ld.ld-rush-ttb {
  animation: ld-rush-ttb 1s infinite linear;
}

@keyframes ld-rush-btt {
  0% {
    animation-timing-function: cubic-bezier(0, 0.5, 0.5, 1);
    opacity: 0;
  }
  5% {
    opacity: 1;
  }
  0% {
    transform: translateY(318.4752086141%) skewY(-30deg);
  }
  25% {
    transform: translateY(21.4256258422%) skewY(15deg);
  }
  33% {
    transform: translateY(-8.5743741578%) skewY(15deg);
  }
  44% {
    transform: translateY(4.2128799228%) skewY(-7.5deg);
  }
  55.00000000000001% {
    transform: translateY(-2.0973908101%) skewY(3.75deg);
  }
  66% {
    transform: translateY(0) skewY(0);
  }
  80% {
    transform: translateY(0) skewY(0);
  }
  100% {
    transform: translateY(-300%) skewY(-30deg);
  }
  100% {
    opacity: 1;
  }
}
.ld.ld-rush-btt {
  animation: ld-rush-btt 1s infinite linear;
}

@keyframes ld-skew {
  0%, 50%, 100% {
    animation-timing-function: cubic-bezier(0.4, 0, 1, 0.6);
  }
  25%, 75% {
    animation-timing-function: cubic-bezier(0, 0.4, 0.6, 1);
  }
  0% {
    transform: skewX(20deg) scale(1);
  }
  25% {
    transform: skewX(0) scale(0.9);
  }
  50% {
    transform: skewX(-20deg) scale(1);
  }
  75% {
    transform: skewX(0) scale(0.9);
  }
  100% {
    transform: skewX(20deg) scale(1);
  }
}
.ld.ld-skew {
  animation: ld-skew 1s infinite linear;
}

@keyframes ld-skew-alt {
  0%, 50%, 100% {
    animation-timing-function: cubic-bezier(0.4, 0, 1, 0.6);
  }
  25%, 75% {
    animation-timing-function: cubic-bezier(0, 0.4, 0.6, 1);
  }
  0% {
    transform: skewY(20deg) scale(1);
  }
  25% {
    transform: skewY(0) scale(0.9);
  }
  50% {
    transform: skewY(-20deg) scale(1);
  }
  75% {
    transform: skewY(0) scale(0.9);
  }
  100% {
    transform: skewY(20deg) scale(1);
  }
}
.ld.ld-skew-alt {
  animation: ld-skew-alt 1s infinite linear;
}

@keyframes ld-slide-ltr {
  0% {
    animation-timing-function: cubic-bezier(0.4652, 0.1051, 0.774, 0.6426);
    transform: translate(0, 0);
    opacity: 1;
  }
  22.5% {
    animation-timing-function: cubic-bezier(0.4142, 0.3131, 0.7623, 0.6513);
    transform: translate(47.8%, 0);
    opacity: 1;
  }
  45% {
    animation-timing-function: cubic-bezier(0.3615, 0.331, 0.9646, 1.3461);
    transform: translate(147.8%, 0);
    opacity: 1;
  }
  47.5% {
    animation-timing-function: cubic-bezier(0.7006, 0.3332, 0.6667, 0.6667);
    transform: translate(165.6%, 0);
    opacity: 0;
  }
  50% {
    animation-timing-function: cubic-bezier(0.1604, 0.3176, -0.0218, 0.6965);
    transform: translate(-200%, 0);
    opacity: 0;
  }
  51% {
    animation-timing-function: cubic-bezier(0.1983, 0.3529, 0.5263, 0.6945);
    transform: translate(-179.8%, 0);
    opacity: 0;
  }
  80.4% {
    animation-timing-function: cubic-bezier(0.2342, 0.3708, 0.5422, 0.9065);
    transform: translate(-38.4%, 0);
    opacity: 1;
  }
  100% {
    transform: translate(0, 0);
    opacity: 1;
  }
}
.ld.ld-slide-ltr {
  animation: ld-slide-ltr 1s infinite linear;
}

@keyframes ld-slide-rtl {
  0% {
    animation-timing-function: cubic-bezier(0.4652, 0.1051, 0.774, 0.6426);
    transform: translate(0, 0);
    opacity: 1;
  }
  22.5% {
    animation-timing-function: cubic-bezier(0.4142, 0.3131, 0.7623, 0.6513);
    transform: translate(-47.8%, 0);
    opacity: 1;
  }
  45% {
    animation-timing-function: cubic-bezier(0.3615, 0.331, 0.9646, 1.3461);
    transform: translate(-147.8%, 0);
    opacity: 1;
  }
  47.5% {
    animation-timing-function: cubic-bezier(0.7006, 0.3332, 0.6667, 0.6667);
    transform: translate(-165.6%, 0);
    opacity: 0;
  }
  50% {
    animation-timing-function: cubic-bezier(0.1604, 0.3176, -0.0218, 0.6965);
    transform: translate(200%, 0);
    opacity: 0;
  }
  51% {
    animation-timing-function: cubic-bezier(0.1983, 0.3529, 0.5263, 0.6945);
    transform: translate(179.8%, 0);
    opacity: 0;
  }
  80.4% {
    animation-timing-function: cubic-bezier(0.2342, 0.3708, 0.5422, 0.9065);
    transform: translate(38.4%, 0);
    opacity: 1;
  }
  100% {
    transform: translate(0, 0);
    opacity: 1;
  }
}
.ld.ld-slide-rtl {
  animation: ld-slide-rtl 1s infinite linear;
}

@keyframes ld-slide-btt {
  0% {
    animation-timing-function: cubic-bezier(0.4652, 0.1051, 0.774, 0.6426);
    transform: translate(0, 0);
    opacity: 1;
  }
  22.5% {
    animation-timing-function: cubic-bezier(0.4142, 0.3131, 0.7623, 0.6513);
    transform: translate(0, -47.8%);
    opacity: 1;
  }
  45% {
    animation-timing-function: cubic-bezier(0.3615, 0.331, 0.9646, 1.3461);
    transform: translate(0, -147.8%);
    opacity: 1;
  }
  47.5% {
    animation-timing-function: cubic-bezier(0.7006, 0.3332, 0.6667, 0.6667);
    transform: translate(0, -165.6%);
    opacity: 0;
  }
  50% {
    animation-timing-function: cubic-bezier(0.1604, 0.3176, -0.0218, 0.6965);
    transform: translate(0, 200%);
    opacity: 0;
  }
  51% {
    animation-timing-function: cubic-bezier(0.1983, 0.3529, 0.5263, 0.6945);
    transform: translate(0, 179.8%);
    opacity: 0;
  }
  80.4% {
    animation-timing-function: cubic-bezier(0.2342, 0.3708, 0.5422, 0.9065);
    transform: translate(0, 38.4%);
    opacity: 1;
  }
  100% {
    transform: translate(0, 0);
    opacity: 1;
  }
}
.ld.ld-slide-btt {
  animation: ld-slide-btt 1s infinite linear;
}

@keyframes ld-slide-ttb {
  0% {
    animation-timing-function: cubic-bezier(0.4652, 0.1051, 0.774, 0.6426);
    transform: translate(0, 0);
    opacity: 1;
  }
  22.5% {
    animation-timing-function: cubic-bezier(0.4142, 0.3131, 0.7623, 0.6513);
    transform: translate(0, 47.8%);
    opacity: 1;
  }
  45% {
    animation-timing-function: cubic-bezier(0.3615, 0.331, 0.9646, 1.3461);
    transform: translate(0, 147.8%);
    opacity: 1;
  }
  47.5% {
    animation-timing-function: cubic-bezier(0.7006, 0.3332, 0.6667, 0.6667);
    transform: translate(0, 165.6%);
    opacity: 0;
  }
  50% {
    animation-timing-function: cubic-bezier(0.1604, 0.3176, -0.0218, 0.6965);
    transform: translate(0, -200%);
    opacity: 0;
  }
  51% {
    animation-timing-function: cubic-bezier(0.1983, 0.3529, 0.5263, 0.6945);
    transform: translate(0, -179.8%);
    opacity: 0;
  }
  80.4% {
    animation-timing-function: cubic-bezier(0.2342, 0.3708, 0.5422, 0.9065);
    transform: translate(0, -38.4%);
    opacity: 1;
  }
  100% {
    transform: translate(0, 0);
    opacity: 1;
  }
}
.ld.ld-slide-ttb {
  animation: ld-slide-ttb 1s infinite linear;
}

@keyframes ld-coin-h {
  0% {
    animation-timing-function: cubic-bezier(0.5856, 0.0703, 0.4143, 0.9297);
    transform: rotateY(0);
  }
  100% {
    transform: rotateY(3600deg);
  }
}
.ld.ld-coin-h,
.ld.ld-coin {
  animation: ld-coin-h 2s infinite linear;
}

@keyframes ld-coin-v {
  0% {
    animation-timing-function: cubic-bezier(0.5856, 0.0703, 0.4143, 0.9297);
    transform: rotateX(0);
  }
  100% {
    transform: rotateX(3600deg);
  }
}
.ld.ld-coin-v {
  animation: ld-coin-v 2s infinite linear;
}

@keyframes ld-cycle {
  0% {
    animation-timing-function: cubic-bezier(0.3333, 0.3333, 0.6667, 0.6667);
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
.ld.ld-cycle {
  animation: ld-cycle 1s infinite linear;
}

@keyframes ld-cycle-alt {
  0% {
    animation-timing-function: cubic-bezier(0.3333, 0.3333, 0.6667, 0.6667);
    transform: rotate(0);
  }
  100% {
    transform: rotate(-360deg);
  }
}
.ld.ld-cycle-alt {
  animation: ld-cycle-alt 1s infinite linear;
}

@keyframes ld-flip-h {
  0% {
    animation-timing-function: cubic-bezier(0.1909, 0.4373, 0.4509, 0.7454);
    transform: rotateY(0);
  }
  30% {
    animation-timing-function: cubic-bezier(0.128, 0.2315, 0.9704, 0.8632);
    transform: rotateY(153.72deg);
  }
  50% {
    animation-timing-function: cubic-bezier(0.5788, 0.3001, 0.5613, 0.6784);
    transform: rotateY(180deg);
  }
  55% {
    animation-timing-function: cubic-bezier(0.1545, 0.4929, 0.6089, 0.9373);
    transform: rotateY(238.68deg);
  }
  100% {
    transform: rotateY(360deg);
  }
}
.ld.ld-flip-h {
  animation: ld-flip-h 1s infinite linear;
}

@keyframes ld-flip-v {
  0% {
    animation-timing-function: cubic-bezier(0.1909, 0.4373, 0.4509, 0.7454);
    transform: rotateX(0);
  }
  30% {
    animation-timing-function: cubic-bezier(0.128, 0.2315, 0.9704, 0.8632);
    transform: rotateX(153.72deg);
  }
  50% {
    animation-timing-function: cubic-bezier(0.5788, 0.3001, 0.5613, 0.6784);
    transform: rotateX(180deg);
  }
  55% {
    animation-timing-function: cubic-bezier(0.1545, 0.4929, 0.6089, 0.9373);
    transform: rotateX(238.68deg);
  }
  100% {
    transform: rotateX(360deg);
  }
}
.ld.ld-flip-v {
  animation: ld-flip-v 1s infinite linear;
}

@keyframes ld-spin-fast {
  0% {
    animation-timing-function: cubic-bezier(0.5856, 0.0703, 0.4143, 0.9297);
    transform: rotate(0);
  }
  100% {
    transform: rotate(1800deg);
  }
}
.ld.ld-spin-fast {
  animation: ld-spin-fast 1s infinite linear;
}

@keyframes ld-spin {
  0% {
    animation-timing-function: cubic-bezier(0.5856, 0.0703, 0.4143, 0.9297);
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
.ld.ld-spin {
  animation: ld-spin 1s infinite linear;
}

@keyframes ld-squeeze {
  0% {
    animation-timing-function: cubic-bezier(0.1685, 0.4459, 0.3641, 0.7833);
    transform: scale(0.5, 1);
  }
  30% {
    animation-timing-function: cubic-bezier(0.0995, 0.199, 0.9948, 0.959);
    transform: scale(0.949, 0.551);
  }
  50% {
    animation-timing-function: cubic-bezier(0.6064, 0.3078, 0.5406, 0.6764);
    transform: scale(1, 0.5);
  }
  55% {
    animation-timing-function: cubic-bezier(0.1401, 0.5826, 0.6091, 0.9651);
    transform: scale(0.802, 0.698);
  }
  100% {
    transform: scale(0.5, 1);
  }
}
.ld.ld-squeeze {
  animation: ld-squeeze 1s infinite linear;
}

@keyframes ld-static {}
.ld.ld-static {
  animation: ld-static 1s infinite linear;
}

@keyframes ld-surprise {
  0% {
    transform: skewX(0) scale(1);
  }
  10% {
    transform: skewX(-25deg) scale(0.5);
  }
  20% {
    transform: skewX(-25deg) scale(0.5);
  }
  30% {
    transform: skewX(25deg) scale(1);
  }
  40% {
    transform: skewX(-25deg) scale(1);
  }
  50% {
    transform: skewX(25deg) scale(1);
  }
  60% {
    transform: skewX(-25deg) scale(1);
  }
  70% {
    transform: skewX(25deg) scale(1);
  }
  80% {
    transform: skewX(-25deg) scale(1);
  }
  90% {
    transform: skewX(25deg) scale(1);
  }
  100% {
    transform: skewX(-25deg) scale(1);
  }
}
.ld.ld-surprise {
  animation: ld-surprise 1s infinite linear;
}

@keyframes ld-measure {
  0% {
    transform: translate(0, 0) rotate(0);
  }
  3.33333% {
    transform: translate(0, 0) rotate(-14.99241deg);
  }
  6.66667% {
    transform: translate(0, 0) rotate(10.93733deg);
  }
  10% {
    transform: translate(0, 0) rotate(10.60793deg);
  }
  13.33333% {
    transform: translate(0, 0) rotate(-10.26249deg);
  }
  16.66667% {
    transform: translate(0, 0) rotate(0.47337deg);
  }
  20% {
    transform: translate(0, 0) rotate(15deg);
  }
  23.33333% {
    transform: translate(0, 0) rotate(0.48087deg);
  }
  26.66667% {
    transform: translate(0, 0) rotate(-10.26796deg);
  }
  30% {
    transform: translate(0, 0) rotate(10.60262deg);
  }
  33.33333% {
    transform: translate(0, 0) rotate(10.94246deg);
  }
  36.66667% {
    transform: translate(0, 0) rotate(-14.99265deg);
  }
  40% {
    transform: translate(0, 0) rotate(-0.0075deg);
  }
  43.33333% {
    transform: translate(0, 0) rotate(14.99217deg);
  }
  46.66667% {
    transform: translate(0, 0) rotate(-10.93219deg);
  }
  50% {
    transform: translate(0, 0) rotate(-10.61323deg);
  }
  53.33333% {
    transform: translate(0, 0) rotate(10.25702deg);
  }
  56.66667% {
    transform: translate(0, 0) rotate(-0.46588deg);
  }
  60% {
    transform: translate(0, 0) rotate(-15deg);
  }
  63.33333% {
    transform: translate(0, 0) rotate(-0.48836deg);
  }
  66.66667% {
    transform: translate(0, 0) rotate(10.27343deg);
  }
  70% {
    transform: translate(0, 0) rotate(-10.59732deg);
  }
  73.33333% {
    transform: translate(0, 0) rotate(-10.94759deg);
  }
  76.66667% {
    transform: translate(0, 0) rotate(14.99288deg);
  }
  80% {
    transform: translate(0, 0) rotate(0.015deg);
  }
  83.33333% {
    transform: translate(0, 0) rotate(-14.99193deg);
  }
  86.66667% {
    transform: translate(0, 0) rotate(10.92706deg);
  }
  90% {
    transform: translate(0, 0) rotate(10.61853deg);
  }
  93.33333% {
    transform: translate(0, 0) rotate(-10.25155deg);
  }
  96.66667% {
    transform: translate(0, 0) rotate(0.45838deg);
  }
  100% {
    transform: translate(0, 0) rotate(0);
  }
}
.ld.ld-measure {
  animation: ld-measure 5s infinite linear;
}

@keyframes ld-shiver {
  0% {
    transform: translate(0, 0) scale(1);
  }
  3.33333% {
    transform: translate(0, 0) scale(1.04279);
  }
  6.66667% {
    transform: translate(0, 0) scale(1.00524);
  }
  10% {
    transform: translate(0, 0) scale(0.96369);
  }
  13.33333% {
    transform: translate(0, 0) scale(0.95064);
  }
  16.66667% {
    transform: translate(0, 0) scale(0.97651);
  }
  20% {
    transform: translate(0, 0) scale(1.02078);
  }
  23.33333% {
    transform: translate(0, 0) scale(1.04875);
  }
  26.66667% {
    transform: translate(0, 0) scale(1.03832);
  }
  30% {
    transform: translate(0, 0) scale(0.99777);
  }
  33.33333% {
    transform: translate(0, 0) scale(0.95897);
  }
  36.66667% {
    transform: translate(0, 0) scale(0.95244);
  }
  40% {
    transform: translate(0, 0) scale(0.98335);
  }
  43.33333% {
    transform: translate(0, 0) scale(1.02733);
  }
  46.66667% {
    transform: translate(0, 0) scale(1.04988);
  }
  50% {
    transform: translate(0, 0) scale(1.0331);
  }
  53.33333% {
    transform: translate(0, 0) scale(0.99035);
  }
  56.66667% {
    transform: translate(0, 0) scale(0.95507);
  }
  60% {
    transform: translate(0, 0) scale(0.95527);
  }
  63.33333% {
    transform: translate(0, 0) scale(0.99057);
  }
  66.66667% {
    transform: translate(0, 0) scale(1.03343);
  }
  70% {
    transform: translate(0, 0) scale(1.04984);
  }
  73.33333% {
    transform: translate(0, 0) scale(1.02714);
  }
  76.66667% {
    transform: translate(0, 0) scale(0.98293);
  }
  80% {
    transform: translate(0, 0) scale(0.9523);
  }
  83.33333% {
    transform: translate(0, 0) scale(0.9591);
  }
  86.66667% {
    transform: translate(0, 0) scale(0.99821);
  }
  90% {
    transform: translate(0, 0) scale(1.0386);
  }
  93.33333% {
    transform: translate(0, 0) scale(1.0487);
  }
  96.66667% {
    transform: translate(0, 0) scale(1.02038);
  }
  100% {
    transform: translate(0, 0) scale(1);
  }
}
.ld.ld-shiver {
  animation: ld-shiver 0.5s infinite linear;
}

@keyframes ld-swim {
  0% {
    transform: translate(0, 0) rotate(0);
  }
  8.33333% {
    transform: translate(-5.96462px, 4.90845px) rotate(-13.66821deg);
  }
  16.66667% {
    transform: translate(5.25471px, -2.05606px) rotate(0.47337deg);
  }
  25% {
    transform: translate(2.30929px, 5.79372px) rotate(13.8564deg);
  }
  33.33333% {
    transform: translate(-5.75556px, -4.60802px) rotate(10.94246deg);
  }
  41.66667% {
    transform: translate(3.73522px, 5.97742px) rotate(-14.03079deg);
  }
  50% {
    transform: translate(4.2628px, -3.01222px) rotate(-10.61323deg);
  }
  58.33333% {
    transform: translate(-4.65975px, -2.51269px) rotate(5.2869deg);
  }
  66.66667% {
    transform: translate(1.64024px, -1.05167px) rotate(10.27343deg);
  }
  75% {
    transform: translate(5.55954px, -4.22763px) rotate(-5.72726deg);
  }
  83.33333% {
    transform: translate(-2.84602px, 5.91439px) rotate(-14.99193deg);
  }
  91.66667% {
    transform: translate(-0.70744px, -5.43064px) rotate(6.16192deg);
  }
  100% {
    transform: translate(0, 0) rotate(0);
  }
}
.ld.ld-swim {
  animation: ld-swim 10s infinite linear;
}

@keyframes ld-tremble {
  0% {
    transform: translate(0, 0);
  }
  3.33333% {
    transform: translate(-0.18923px, 1.45485px);
  }
  6.66667% {
    transform: translate(-0.84296px, -1.32524px);
  }
  10% {
    transform: translate(0.67971px, 1.00422px);
  }
  13.33333% {
    transform: translate(-0.5056px, 0.83616px);
  }
  16.66667% {
    transform: translate(1.31368px, -0.51401px);
  }
  20% {
    transform: translate(-1.21184px, 1.49193px);
  }
  23.33333% {
    transform: translate(1.09065px, -0.21259px);
  }
  26.66667% {
    transform: translate(-1.49916px, 0.56159px);
  }
  30% {
    transform: translate(1.48086px, 1.21228px);
  }
  33.33333% {
    transform: translate(-1.43889px, -1.152px);
  }
  36.66667% {
    transform: translate(1.35914px, 1.34835px);
  }
  40% {
    transform: translate(-1.42834px, 0.3091px);
  }
  43.33333% {
    transform: translate(1.47472px, -1.49889px);
  }
  46.66667% {
    transform: translate(-0.92402px, 1.4416px);
  }
  50% {
    transform: translate(1.0657px, -0.75306px);
  }
  53.33333% {
    transform: translate(-1.19035px, -1.07484px);
  }
  56.66667% {
    transform: translate(0.28828px, 0.79337px);
  }
  60% {
    transform: translate(-0.47167px, -1.42789px);
  }
  63.33333% {
    transform: translate(0.64753px, -0.09795px);
  }
  66.66667% {
    transform: translate(0.41006px, -0.26292px);
  }
  70% {
    transform: translate(-0.22477px, -1.3683px);
  }
  73.33333% {
    transform: translate(0.03588px, 0.92931px);
  }
  76.66667% {
    transform: translate(-1.01937px, -1.18398px);
  }
  80% {
    transform: translate(0.8724px, -0.60494px);
  }
  83.33333% {
    transform: translate(-0.71151px, 1.4786px);
  }
  86.66667% {
    transform: translate(1.40734px, -1.49607px);
  }
  90% {
    transform: translate(-1.33062px, 0.46957px);
  }
  93.33333% {
    transform: translate(1.23264px, 1.26738px);
  }
  96.66667% {
    transform: translate(-1.48975px, -1.03867px);
  }
  100% {
    transform: translate(0, 0);
  }
}
.ld.ld-tremble {
  animation: ld-tremble 0.5s infinite linear;
}

@keyframes ld-vortex {
  0%, 60% {
    animation-timing-function: cubic-bezier(0.3, 0, 1, 0.7);
  }
  0% {
    opacity: 0;
    transform: rotate(-1800deg) scale(0.3);
  }
  60% {
    opacity: 1;
    transform: rotate(0) scale(1);
  }
  100% {
    opacity: 0;
    transform: rotate(0) scale(1);
  }
}
.ld.ld-vortex {
  animation: ld-vortex 1s infinite linear;
}

@keyframes ld-vortex-alt {
  0%, 60% {
    animation-timing-function: cubic-bezier(0.3, 0, 1, 0.7);
  }
  0% {
    opacity: 0;
    transform: rotate(-1800deg) scale(3);
  }
  60% {
    opacity: 1;
    transform: rotate(0) scale(1);
  }
  100% {
    opacity: 0;
    transform: rotate(0) scale(1);
  }
}
.ld.ld-vortex-alt {
  animation: ld-vortex-alt 1s infinite linear;
}

@keyframes ld-wrench {
  20%, 36%, 70%, 86% {
    transform: rotate(0);
  }
  0%, 50%, 100% {
    transform: rotate(45deg);
  }
}
.ld.ld-wrench {
  animation: ld-wrench 1s infinite linear;
}

.ld-ext-right,
.ld-ext-left,
.ld-ext-bottom,
.ld-ext-top,
.ld-over,
.ld-over-inverse,
.ld-over-full,
.ld-over-full-inverse {
  position: relative;
}

.ld-ext-right > .ld,
.ld-ext-left > .ld,
.ld-ext-bottom > .ld,
.ld-ext-top > .ld,
.ld-over > .ld,
.ld-over-inverse > .ld,
.ld-over-full > .ld,
.ld-over-full-inverse > .ld {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1em;
  height: 1em;
  margin: -0.5em;
  opacity: 0;
  z-index: -1;
  transition: all 0.3s;
  transition-timing-function: ease-in;
  animation-play-state: paused;
}

.ld-ext-right > .ld > *,
.ld-ext-left > .ld > *,
.ld-ext-bottom > .ld > *,
.ld-ext-top > .ld > *,
.ld-over > .ld > *,
.ld-over-inverse > .ld > *,
.ld-over-full > .ld > *,
.ld-over-full-inverse > .ld > * {
  width: 1em;
  height: 1em;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-0.5em, -0.5em);
}

.ld-ext-right.running > .ld,
.ld-ext-left.running > .ld,
.ld-ext-bottom.running > .ld,
.ld-ext-top.running > .ld,
.ld-over.running > .ld,
.ld-over-inverse.running > .ld,
.ld-over-full.running > .ld,
.ld-over-full-inverse.running > .ld {
  opacity: 1;
  z-index: auto;
  visibility: visible;
  animation-play-state: running !important;
}

.ld-ext-right.running > .ld:before,
.ld-ext-left.running > .ld:before,
.ld-ext-bottom.running > .ld:before,
.ld-ext-top.running > .ld:before,
.ld-over.running > .ld:before,
.ld-over-inverse.running > .ld:before,
.ld-over-full.running > .ld:before,
.ld-over-full-inverse.running > .ld:before,
.ld-ext-right.running > .ld:after,
.ld-ext-left.running > .ld:after,
.ld-ext-bottom.running > .ld:after,
.ld-ext-top.running > .ld:after,
.ld-over.running > .ld:after,
.ld-over-inverse.running > .ld:after,
.ld-over-full.running > .ld:after,
.ld-over-full-inverse.running > .ld:after {
  animation-play-state: running !important;
}

.ld-ext-right,
.ld-ext-left,
.ld-ext-bottom,
.ld-ext-top {
  transition-timing-function: ease-in;
}

.ld-ext-right {
  transition: padding-right 0.3s;
}

.ld-ext-right.running {
  padding-right: 2.5em !important;
}

.ld-ext-right > .ld {
  top: 50%;
  left: auto;
  right: 1.25em;
}

.ld-ext-left {
  transition: padding-left 0.3s;
}

.ld-ext-left.running {
  padding-left: 2.5em !important;
}

.ld-ext-left > .ld {
  top: 50%;
  right: auto;
  left: 1.25em;
}

.ld-ext-bottom {
  transition: padding-bottom 0.3s;
}

.ld-ext-bottom.running {
  padding-bottom: 2.5em !important;
}

.ld-ext-bottom > .ld {
  top: auto;
  left: 50%;
  bottom: 1.25em;
}

.ld-ext-top {
  transition: padding-top 0.3s;
}

.ld-ext-top.running {
  padding-top: 2.5em !important;
}

.ld-ext-top > .ld {
  bottom: auto;
  left: 50%;
  top: 1.25em;
}

.ld-over:before,
.ld-over-inverse:before,
.ld-over-full:before,
.ld-over-full-inverse:before {
  content: " ";
  display: block;
  opacity: 0;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 0.3s;
  transition-timing-function: ease-in;
  background: rgba(240, 240, 240, 0.8);
}

.ld-over.running > .ld,
.ld-over-inverse.running > .ld,
.ld-over-full.running > .ld,
.ld-over-full-inverse.running > .ld {
  z-index: 4001;
}

.ld-over.running:before,
.ld-over-inverse.running:before,
.ld-over-full.running:before,
.ld-over-full-inverse.running:before {
  opacity: 1;
  z-index: 4000;
  display: block;
}

.ld-over-full.running > .ld,
.ld-over-full-inverse.running > .ld,
.ld-over-full.running:before,
.ld-over-full-inverse.running:before {
  position: fixed;
}

.ld-over-full > .ld {
  color: rgba(0, 0, 0, 0.8);
}

.ld-over-full:before,
.ld-over-full-inverse:before {
  background: rgba(255, 255, 255, 0.8);
}

.ld-over-inverse > .ld {
  color: rgba(255, 255, 255, 0.8);
}

.ld-over-inverse:before {
  background: rgba(0, 0, 0, 0.6);
}

.ld-over-full-inverse > .ld {
  color: rgba(255, 255, 255, 0.8);
}

.ld-over-full-inverse:before {
  background: rgba(0, 0, 0, 0.6);
}

.ld-over,
.ld-over-inverse {
  isolation: isolate;
}/*# sourceMappingURL=style.css.map */