.page404 * {
  color: #fff;
}
.page404 .h > a {
  --font-size: inherit;
  text-decoration: underline;
}
li#wp-admin-bar-my-account, li#wp-admin-bar-search {
  display: none !important;
}
@media (max-width: 1199px) {
  #wpadminbar .quicklinks > ul > li > a.ab-item {
    --font-size: 0 !important;
  }
}
::-moz-selection {
  /* Code for Firefox */
  color: var(--g6);
  background: var(--m1);
}
::selection {
  color: var(--g1);
  background: var(--mc1);
}
.dd-slider ::selection {
  color: inherit;
  background: transparent;
}
*, *::before, *::after {
  background-repeat: no-repeat;
}
@media (min-width: 1019.25px) {
  .flex.c3 > .col {
    width: 33.33%;
  }
  .flex.c4 > .col {
    width: 25%;
  }
}
.fl-module.bgbox {
  background: rgba(75, 80, 86, 0.2);
  margin: 5rem auto 0;
  padding-left: 4.5rem;
  padding-right: 4rem;
}
@media (max-width: 599.24px) {
  .fl-module.bgbox {
    margin: 2.8rem auto 0;
    padding-left: 3rem;
    padding-right: 3rem;
    width: calc(var(--outer-width) + 6rem);
    max-width: calc(var(--outer-width) + 6rem);
  }
}
.fl-module.bgbox + .bgbox {
  margin: 0 auto 0;
}
.fl-module.bgbox > div {
  margin-left: 0;
}
#dd section {
  position: relative;
}
#dd .fl-col-content.ui-sortable {
  display: flex;
  flex-direction: column;
}
#dd .fl-lightbox tr#fl-field-margin {
  display: flex;
  flex-direction: column;
  max-width: 320px;
}
#dd #fl-builder-settings-tab-appearance tr.fl-field, #dd #fl-builder-settings-tab-advanced tr.fl-field {
  display: flex;
  flex-direction: column;
  background: none !important;
  box-shadow: none !important;
  padding: 0;
}
#dd #fl-builder-settings-tab-appearance tr.fl-field th.fl-field-label, #dd #fl-builder-settings-tab-advanced tr.fl-field th.fl-field-label {
  width: 100% !important;
  padding-bottom: 0 !important;
  margin-bottom: -3px !important;
}
.fl-field-label i.fl-dimension-field-link.fl-tip.dashicons.fl-has-tip.dashicons-editor-unlink {
  display: none;
}
#dd #fl-builder-settings-tab-appearance tr.fl-field .fl-dimension-field-units {
  width: 100%;
  position: relative;
  box-shadow: none !important;
}
#dd #fl-builder-settings-tab-appearance tr.fl-field i.fl-dimension-field-link.fl-tip.dashicons {
  position: absolute;
  top: 4px ;
  left: 0px ;
  padding: 7px ;
  transform: scale(1.15);
  background: #fff;
  width: 32px ;
  border-radius: 30px ;
  text-align: center;
  z-index: 5;
}
#dd #fl-builder-settings-tab-appearance tr.fl-field .fl-dimension-field-unit {
  position: absolute;
  width: 70px;
}
#dd #fl-builder-settings-tab-appearance tr.fl-field .fl-dimension-field-unit:nth-child(1) {
  top: 8px;
  left: calc(50% - 35px);
}
#dd #fl-builder-settings-tab-appearance tr.fl-field .fl-dimension-field-unit:nth-child(2) {
  top: 48px;
  right: 0;
}
#dd #fl-builder-settings-tab-appearance tr.fl-field .fl-dimension-field-unit:nth-child(3) {
  top: 90px;
  left: calc(50% - 35px);
}
#dd #fl-builder-settings-tab-appearance tr.fl-field .fl-dimension-field-unit:nth-child(4) {
  top: 48px;
  left: 0;
}
#dd .cmplz-cookiebanner {
  right: 50%;
  transform: translateX(50%);
  max-width: 700px;
}
#dd button.cmplz-btn.cmplz-deny {
  display: none;
}
#dd .cmplz-cookiebanner .cmplz-buttons .cmplz-btn.cmplz-accept {
  background-color: var(--c1);
  border-color: var(--c1);
}
#dd .cmplz-cookiebanner .cmplz-buttons {
  flex-direction: column;
}
#dd .cmplz-cookiebanner .cmplz-buttons button:hover {
  opacity: 0.8;
}
#dd button.cmplz-btn.cmplz-manage-consent.manage-consent-1.cmplz-show {
  --font-size: 16px;
}
#dd #cmplz-manage-consent .cmplz-manage-consent {
  z-index: 19998;
  left: 28px !important;
  right: auto !important;
  min-width: 125px;
  bottom: 0 !important;
  transition: transform 0.42s;
}
#dd #cmplz-manage-consent .cmplz-manage-consent:not(:hover) {
  opacity: 0.09;
  transform: translateY(37px) !important;
}
#dd .cmplz-message, #dd .cmplz-categories {
  width: 100%;
}
#dd .cmplz-cookiebanner .cmplz-close {
  display: none;
}
.fbox-nav {
  position: absolute;
  z-index: 555555;
  top: 50%;
  width: 100vw;
  max-width: 1980px;
  right: 50%;
  transform: translateX(50%);
}
@media (max-width: 1019.24px) {
  .fbox-nav {
    top: auto;
    bottom: 158px;
  }
}
.fbox-nav button {
  position: absolute;
  width: 60px;
  height: 60px;
  padding: 8px;
  cursor: pointer;
  border-color: var(--g2);
  border: 0;
  background-color: #fff;
  width: 67px;
  height: 67px;
  border-radius: 50px;
}
.fbox-nav button[data-fbox-prev] {
  border-radius: 100%;
  width: 60px;
  height: 60px;
  left: 30px;
  background-image: url(/a-images/svg/normal-right-arrow.svg);
  transform: rotate(180deg);
}
.fbox-nav button[data-fbox-prev]:hover {
  background-color: var(--bc1);
}
.fbox-nav button[data-fbox-prev] + div {
  left: 57px;
  transform: rotate(135deg);
}
.fbox-nav button[data-fbox-next] {
  width: 60px;
  height: 60px;
  right: 30px;
  background-image: url(/a-images/svg/normal-right-arrow.svg);
  border-radius: 100%;
}
.fbox-nav button[data-fbox-next]:hover {
  background-color: var(--bc1);
}
.fbox-nav button[data-fbox-next] + div {
  right: 57px;
  transform: rotate(-45deg);
}
.fbox-nav button[disabled], .fbox-nav button[disabled] + div {
  opacity: 0.3;
  cursor: default;
  pointer-events: none;
}
.fbox-nav button:hover {
  opacity: 0.8;
}
button.fbox-button.fbox-button--close {
  background: none;
}
img.fbox-image {
  box-shadow: 0 0 0 13px #fff;
}
.fbox-caption {
  display: none;
}
.fbox-active #main, .fbox-active #header {
  filter: blur(3.8px);
  transition: filter 0.2s step 4;
}
#dd .fbox-show-thumbs .fbox-thumbs {
  display: none;
}
#dd .fbox-show-thumbs .fbox-inner {
  right: 0;
}
#dd .fbox-show-thumbs [data-fbox-close] {
  position: absolute;
  top: 22px;
  right: 22px !important;
  z-index: 9999555;
  background-color: #fff;
  width: 67px;
  height: 67px;
  border-radius: 50px;
}
.fbox-infobar, [data-fbox-play], [data-fbox-thumbs] {
  display: none !important;
}
#dd button.fbox-button.fbox-button--close svg {
  padding: 30px;
  margin: -22px 0 -22px -22px;
  min-height: 90px !important;
  min-width: 90px !important;
  filter: brightness(0) saturate(100%);
}
#dd .fbox-is-open .fbox-bg {
  opacity: 0.7;
}
#dd .fbox-caption {
  background: none;
  bottom: 0;
  color: #fffd;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 75px 44px 25px;
  /* pointer-events: none; */
  right: 0;
  text-align: center;
  z-index: 99996;
  position: fixed;
  z-index: 4444;
  display: block;
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 36px;
}
.flex {
  display: flex;
  flex-wrap: wrap;
}
@media (min-width:  1019.25px) {
  .flex > .col {
    width: 50%;
  }
}
html {
  /** gradients */
  --gradient-dark: linear-gradient(to bottom, var(--m1), #051220);
  --gradient1-l: linear-gradient(to left, var(--m2), var(--c4));
  --gradient1-r: linear-gradient(to right, var(--m2), var(--c4));
}
.lsh::before, .rsh::after, .csh::before, .dsh::before, .dsh::after {
  content: "";
  width: var(--size, 380px);
  height: var(--size, 380px);
  position: absolute;
  mix-blend-mode: normal;
  filter: blur(calc(var(--size, 380px) / 2.4));
  bottom: 50%;
  transform: translateY(50%);
  pointer-events: none;
  border-radius: 50%;
}
li.parent.customer-zone.btn.outline.my-account {
  opacity: 0 !important;
  visibility: hidden !important;
  pointer-events: none !important;
}
#main .product-main .product-infobox {
  align-items: center;
  background-image: url(/a-images/bg/cta-bg.jpg);
  padding: 21px 37px;
  border-radius: 0 20px 20px 20px;
  margin-bottom: 1.7rem;
}
#main .product-main .product-infobox p.b {
  font-weight: 700;
  --font-size: max(17.8px, 1.33rem);
  line-height: 18px;
  color: #FFFFFF;
  margin: 0;
}
#main .product-main .product-infobox p.t {
  font-weight: 400;
  --font-size: 14px;
  line-height: 1.43;
  letter-spacing: 0.8px;
  color: var(--g4);
  margin: 0;
}
li.lang-item::marker {
  list-style: none !important;
  display: none !important;
  margin: 0 !important;
  font-size: 0;
}
.langs-container {
  position: relative;
  --height: 43px;
  height: var(--height);
}
.langs-container ul.langs {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  position: relative;
  z-index: 5;
  padding: 0;
  border-radius: 10px;
  margin-top: -11px;
  right: calc(50vw - var(--site-width) / 2);
  top: 125px;
}
@media (max-width: 1239.24px) {
  .langs-container ul.langs {
    right: 0;
  }
}
@media (max-width: 1019.24px) {
  .langs-container ul.langs {
    display: none;
  }
}
.langs-container ul.langs li {
  text-transform: uppercase !important;
}
.langs-container ul.langs li a {
  display: block;
  width: auto;
  margin: 1px 10px;
  padding: 0;
}
.langs-container ul.langs li a:hover {
  color: var(--bc1);
}
.langs-container ul.langs li a .img {
  width: 20px !important;
  height: 20px !important;
  border-radius: 50%;
  box-shadow: 0 0 3px #0003 inset, 0 0 5px 5px #00000007 inset;
  padding: 0;
  font-size: 0 !important;
  display: inline-block;
}
.langs-container ul.langs li a img {
  width: 20px !important;
  height: 20px !important;
  border-radius: 50%;
  margin-bottom: -4px;
}
.langs-container ul.langs li span {
  color: #fff;
  text-transform: uppercase;
  font-size: 16px;
  padding: 0 4px;
}
.langs-container ul.langs .current-lang {
  order: -1;
  pointer-events: none;
  margin-left: -3px;
}
.langs-container ul.langs .current-lang a {
  border-bottom: 2px solid var(--g7);
}
.langs-container ul.langs:hover {
  /* top: -30px; */
  /* right: 0; */
}
a {
  transition: color 0.23s, background-color 0.23s;
}
a:hover {
  color: var(--b1);
}
a:active {
  color: var(--m2);
}
a:focus {
  outline: none;
  opacity: 0.81;
}
a:hover, a:active {
  outline: 0;
}
.fl-module a {
  color: inherit;
  text-decoration: none;
  font-weight: 500;
}
.fl-module a:hover, .fl-module a:active {
  color: var(--dc1);
}
.fl-module a.white {
  color: var(--g6);
}
.fl-module a.white:hover, .fl-module a.white:active {
  color: var(--m1);
}
*:not(.links) > .link {
  text-align: left;
  padding: 7px 0;
  position: relative;
  margin: 0;
  font-weight: 400;
  --font-size: max(16px, 1.07rem);
  line-height: 1.12;
  display: flex;
  align-items: center;
  letter-spacing: 0.8px;
  font-family: var(--ft);
  color: var(--g1);
  transition: color 0.31s;
  cursor: pointer;
}
@media (min-width:  39.25px) and (max-width:  319.24px) {
  *:not(.links) > .link {
    --font-size: 15px;
    margin-right: 1.85rem;
  }
}
@media (min-width:  599.25px) and (max-width:  1019.24px) {
  *:not(.links) > .link {
    --font-size: max(1.82rem, 20px);
  }
}
@media (max-width:  599.24px) {
  *:not(.links) > .link {
    width: 100%;
  }
}
*:not(.links) > .link::before {
  left: 0;
  top: 13px;
  height: 27px;
  width: 31px;
}
*:not(.links) > .link::before, *:not(.links) > .link2 > i::after, *:not(.links) > .link2a > i::after {
  content: "";
  display: block;
  margin: 2px 1px 2px 0;
  float: left;
  background-image: url(/a-resources/23q4/link-arrow.svg);
  bottom: 50%;
  background-repeat: no-repeat;
  position: absolute;
  background-size: contain;
}
*:not(.links) > .link2 {
  display: inline-block;
  max-width: 200px;
  position: relative;
}
*:not(.links) > .link2 > i {
  margin-top: calc(35px + 1.5rem);
  display: inline-block;
  position: relative;
  margin-left: -5px;
  transition: transform 0.37s;
  width: 200px;
}
*:not(.links) > .link2 > i::after {
  height: 29px;
  width: 39px;
  transition: none;
}
*:not(.links) > .link2 > i::before {
  content: "";
  position: absolute;
  width: 30px;
  height: 30px;
  left: 13px;
  top: -30px;
  background: var(--bc1);
}
*:not(.links) > .link2 span {
  position: absolute;
  bottom: 14px;
  font-weight: 700;
  --font-size: 18px;
  line-height: 1.25;
  text-align: center;
  text-transform: none;
  color: var(--mc1);
  opacity: 0;
  transform: scale(0.85) translateX(50px);
  transition: transform 0.37s, opacity 0.32s;
}
@media (min-width: 1019.25px) and (max-width: 1529.24px) {
  *:not(.links) > .link2 span {
    bottom: 12px;
  }
}
@media (min-width: 759.25px) and (max-width: 1019.24px) {
  #dd.single.service *:not(.links) > .link2 span {
    bottom: 32px;
  }
}
*:not(.links) > .link2:not(.back) span {
  opacity: 1;
  transform: translateX(0);
}
*:not(.links) > .link2:not(.back) i {
  transform: translateX(155px);
}
*:not(.links) > .link2:not(.back):hover span {
  color: var(--dc1);
}
*:not(.links) > .link2:not(.back):hover i::after {
  filter: brightness(0) saturate(100%) invert(29%) sepia(31%) saturate(679%) hue-rotate(359deg) brightness(101%) contrast(90%);
}
*:not(.links) > .link2.back {
  margin-top: -14px;
  margin-bottom: 3rem;
}
*:not(.links) > .link2.back span {
  opacity: 1;
  font-weight: 400;
  --font-size: max(min(24px, calc(0.80rem + 0.80vw)), 1.60rem);
  line-height: 1;
}
@media (max-width: 759.24px) {
  *:not(.links) > .link2.back span {
    --font-size: 20px;
    margin-bottom: -3px;
  }
}
*:not(.links) > .link2.back i::before {
  background: #DCCEB4;
  left: 4px;
}
*:not(.links) > .link2.back i::after {
  transform: translateY(1px) scale(0.7) rotate(180deg) translateX(-14px);
}
@media (max-width: 1019.24px) {
  *:not(.links) > .link2.back {
    margin-bottom: 1rem;
  }
}
*:not(.links) > .link2a {
  position: relative;
  display: flex;
  width: 100%;
  height: 36px;
  align-items: center;
}
@media (max-width: 1019.24px) {
  *:not(.links) > .link2a {
    min-height: 48px;
    height: auto;
  }
}
*:not(.links) > .link2a > i {
  margin-top: 0;
  display: inline-block;
  position: relative;
  margin-left: -5px;
  top: 11px;
  transition: transform 0.37s;
  width: auto;
  transform: scale(0.7);
}
*:not(.links) > .link2a > i::after {
  height: 29px;
  width: 39px;
  transition: none;
}
*:not(.links) > .link2a > i::before {
  content: "";
  position: absolute;
  width: 30px;
  height: 30px;
  left: 13px;
  top: -30px;
  background: var(--bc1);
}
*:not(.links) > .link2a span {
  text-align: left;
  text-transform: none;
  color: var(--mc1);
  font-weight: 700;
  --font-size: 18px;
  line-height: 1.25;
  display: inline-block;
  width: 100%;
  padding: 4px 4px 4px 42px;
  height: 26px;
}
*:not(.links) > .link2a:hover span {
  color: var(--dc1);
}
*:not(.links) > .link2a:hover i::after {
  filter: brightness(0) saturate(100%) invert(29%) sepia(31%) saturate(679%) hue-rotate(359deg) brightness(101%) contrast(90%);
}
*:not(.links) > .link span {
  padding: 7px 0 7px 45px;
  font-weight: 700;
  --font-size: 16px;
  line-height: 1.67;
  letter-spacing: 0.8px;
  color: var(--g7);
  border: none;
}
*:not(.links) > .link:hover {
  color: var(--b1);
}
*:not(.links) > .link:hover::before {
  filter: brightness(0.6);
}
*:not(.links) > .link:hover span {
  color: var(--dc1);
  border-color: var(--dc1);
}
@media (max-width: 1019.24px) {
  #dd .more a {
    display: block;
    margin: auto;
    max-width: 280px;
  }
}
.fl-module .links > .link {
  text-align: left;
  padding: 7px 0 7px 8px;
  position: relative;
  margin: 0;
  font-weight: 400;
  --font-size: max(16px, 1.07rem);
  line-height: 1.12;
  display: flex;
  align-items: center;
  letter-spacing: 0.8px;
  font-family: var(--ft);
  margin-left: 15px;
  color: var(--b2);
  transition: color 0.31s;
  cursor: pointer;
}
@media (min-width:  39.25px) and (max-width:  319.24px) {
  .fl-module .links > .link {
    --font-size: 15px;
    margin-right: 1.85rem;
  }
}
@media (min-width:  599.25px) and (max-width:  1019.24px) {
  .fl-module .links > .link {
    --font-size: max(1.82rem, 20px);
  }
}
@media (max-width:  599.24px) {
  .fl-module .links > .link {
    width: 100%;
  }
}
.fl-module .links > .link::before {
  content: "";
  display: block;
  height: 16px;
  width: 20px;
  margin: 2px 1px 2px 0;
  float: left;
  background-image: url(/a-images/svg/link-arrow.svg);
  bottom: 50%;
  transform: translateY(1px) scale(0.7);
  transition: transform 0.31s, filter 0.31s;
  background-repeat: no-repeat;
  position: absolute;
  right: 100%;
  top: 5px;
  background-size: contain;
}
.fl-module .links > .link:hover {
  color: var(--b1);
}
.white span::before {
  background: var(--g6);
}
.white span::after {
  border: solid 2px var(--g6);
  border-top: 0;
  border-left: 0;
}
.white {
  color: var(--g6);
}
#main .fl-module .link:hover::before, #main .fl-module .link:hover::after {
  color: var(--m2);
}
@media (max-width:  599.24px) {
  .btn, .fl-module .btn {
    width: 100%;
  }
  #dd .btn span, #dd .fl-module .btn span {
    --font-size: 17px;
    letter-spacing: 1px;
  }
}
ul, ol {
  margin: 0;
  padding-left: 22px;
}
@media (max-width:  1019.24px) {
  ul, ol {
    padding-left: 3rem;
  }
}
@media (max-width:  599.24px) {
  ul, ol {
    padding-left: 1.8rem;
  }
}
ul {
  list-style: none;
  padding-left: 21px;
  margin: 2rem 0;
}
ol {
  list-style: decimal-leading-zero;
  padding-left: 40px;
}
li > ul, li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}
li {
  position: relative;
  --font-size: 1.333rem;
  margin-bottom: 8px;
  letter-spacing: 0.8px;
  margin-bottom: 20px;
}
#main li {
  --font-size: max(16px, 1.20rem);
  padding-left: 20px;
  line-height: 1.5;
}
@media (max-width: 599.24px) {
  #main li {
    padding-left: 6px;
  }
}
@media (max-width:  1019.24px) {
  li {
    --font-size: 1.9rem;
    padding-left: 6px;
  }
}
@media (max-width:  599.24px) {
  li {
    padding-left: 3px;
    line-height: 1.4;
    margin-bottom: 3px;
  }
}
li a {
  position: relative;
}
.fl-module .text li a::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 1px;
  background-color: var(--m1);
  transition: background-color 0.23s;
}
.fl-module .text li a:hover::before {
  background-color: var(--d2);
}
li p {
  margin: 0.8rem 0 1rem;
}
li::marker {
  display: block;
  font-weight: 800;
  --font-size: max(min(23px, calc(0.8rem + 0.8vw)), 1.5rem);
  line-height: 1.88;
  color: var(--bc1);
}
ol > li:first-child::marker {
  letter-spacing: 1.4px;
}
html.home #main ul li::before {
  content: "";
  position: absolute;
  left: -23px;
  top: 10px;
  width: 19px;
  height: 19px;
  display: block;
  border-radius: 16px;
  box-sizing: border-box;
  background: var(--c1);
  background-image: url(/a-images/svg/check.svg);
  background-position: center center;
  background-repeat: no-repeat;
}
html:not(.home) #main ul:not(.df, .links, .tabs) li:not([class*="choice"])::before {
  content: "";
  position: absolute;
  left: -23px;
  top: -2px;
  width: 30px;
  height: 30px;
  display: block;
  box-sizing: border-box;
  background-size: contain;
  background-repeat: no-repeat;
  border-radius: 100%;
  background-image: url(/a-resources/23q4/tick.svg);
}
@media (max-width: 599.24px) {
  html:not(.home) #main ul:not(.df, .links, .tabs) li:not([class*="choice"])::before {
    top: 2px;
  }
}
#dd #main .product_features ul li::before, #dd #main ul.links li > a::before {
  content: "";
  position: absolute;
  left: -25px;
  top: 9px;
  width: 16px;
  height: 16px;
  display: block;
  box-sizing: border-box;
  background-image: url(/a-images/svg/link-arrow.svg);
  border: 0;
  border-radius: 0;
  transition: filter 0.07s;
}
#dd #main ul.links li > a:hover::before {
  filter: brightness(0) saturate(100%) invert(13%) sepia(93%) saturate(5994%) hue-rotate(343deg) brightness(100%) contrast(109%);
}
dt {
  font-weight: 700;
}
dd {
  margin: 0 1.5em 1.5em;
}
.login .col.sidebar {
  width: 38.1rem;
  margin-right: 1.4rem;
  background: var(--m2);
  color: #fff;
  padding: 8rem 7rem;
  border-radius: 13rem 3.2rem 3.2rem;
}
.login .col.sidebar p {
  --font-size: max(16px, 1.33rem);
  line-height: 1.5;
  letter-spacing: 0.8px;
  color: var(--g5);
}
.login .col.sidebar .content_after p {
  --font-size: max(14px, 1.07rem);
  line-height: 1.5;
}
.login .col.main-content {
  width: 54rem;
  margin-right: 1.4rem;
  background: var(--g6);
  color: var(--g1);
  padding: 8rem 7rem;
  border-radius: 3.2rem 13rem 3.2rem 3.2rem;
  box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.05);
  display: flex;
  flex-direction: column;
}
.login .col.main-content h1 {
  margin: 0 0 2.9rem;
  font-weight: 800;
  --font-size: min(calc(2rem + 2vw), 4rem);
  text-transform: capitalize;
  color: var(--g1);
}
.login .col.main-content h1 + p {
  --font-size: max(16px, 1.33rem);
  line-height: 1.2;
  letter-spacing: 0.8px;
  color: var(--g1);
}
.login #loginform {
  display: flex;
  flex-direction: column;
}
.login #loginform [id*="nsl-custom-login-form"] {
  order: -1;
}
.login #loginform .nsl-container-buttons {
  display: flex;
  flex-direction: column-reverse;
}
.login #loginform .nsl-container-buttons .nsl-button {
  box-shadow: none;
  border-radius: 10px;
  margin-bottom: 10px;
  --font-size: max(16px, 1.2rem);
  line-height: 1.25;
  text-align: center;
  letter-spacing: 0.8px;
  min-height: 60px;
  transition: opacity 0.23s;
}
.login #loginform .nsl-container-buttons .nsl-button:hover {
  opacity: 0.75;
}
.login #loginform .nsl-container-buttons .nsl-button.nsl-button-default.nsl-button-facebook {
  background: #3b5998 !important;
}
.login #loginform .nsl-container-buttons .nsl-button.nsl-button-default.nsl-button-facebook:hover {
  opacity: 0.85;
}
.login #loginform .nsl-container-buttons .nsl-button.nsl-button-default.nsl-button-google {
  border: 1px solid #7c7c7c;
  color: var(--g1);
}
.login #loginform .nsl-container-buttons .nsl-button-label-container {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 54px;
  --font-size: max(16px, 1.2rem) /* 18px */;
  line-height: 1.25;
  text-align: center;
  letter-spacing: 0.8px;
  font-weight: 400;
  font-family: var(--fp);
}
@media (max-width:  599.24px) {
  .login #loginform .nsl-container-buttons .nsl-button-label-container {
    flex-direction: column;
  }
}
.login #loginform .nsl-container-buttons .nsl-button-label-container b {
  padding: 0 6.3px;
  font-weight: 400;
}
.login #loginform .nsl-container-buttons .nsl-button-svg-container {
  padding: 5px 30px;
}
.login #loginform .nsl-container.nsl-container-block {
  position: relative;
  padding-bottom: 74px;
}
.login #loginform .nsl-container.nsl-container-block::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 40px;
  height: 2px;
  background-color: var(--g4);
  opacity: 0.5;
}
.login #loginform .nsl-container.nsl-container-block::after {
  content: "OR";
  position: absolute;
  right: 50%;
  bottom: 22px;
  transform: translateX(50%);
  background: #fff;
  text-align: center;
  --font-size: max(14px, 1.07rem);
  line-height: 1.25;
  color: var(--g4);
  z-index: 5;
  display: block;
  padding: 10px 20px;
}
.login a.btn.submit {
  align-self: end;
  margin: 7rem 0 0;
  margin: -18px 0 -2px 0;
}
.login .pmpro_login_wrap {
  position: relative;
}
.login .loginpage .pmpro_actions_nav {
  width: 60%;
  position: absolute;
  z-index: 7;
  right: 0;
  --font-size: max(14px, 1.07rem);
  line-height: 1.5;
  text-align: right;
  letter-spacing: 0.8px;
  margin: 0;
  color: var(--g1);
  margin-top: 5px;
  margin-top: -106px;
}
@media (min-width:  1019.25px) and (max-width:  1529.24px) {
  .login .loginpage .pmpro_actions_nav {
    margin-top: -86px;
  }
}
@media (min-width:  1529.25px) {
  .login .loginpage .pmpro_actions_nav {
    margin-top: -91px;
  }
}
.login .loginpage .pmpro_actions_nav::before {
  content: "Issues logging in? ";
}
.login div.nsl-container svg {
  height: 30px;
  width: 30px;
  vertical-align: middle;
}
.login form#loginform + hr {
  display: none;
}
.login p.login-remember, .login p.login-remember label {
  position: relative;
  z-index: 15;
}
.login .pmpro_message.pmpro_error {
  order: 15;
  margin: 3rem 0;
  padding: 2rem;
  background: var(--m2);
  color: #fff;
  font-weight: 500;
  letter-spacing: 0.6px;
  line-height: 1.3;
  --font-size: 18.2px;
  border-radius: 10px;
  background: linear-gradient(96.34deg, #b64e59 15.09%, #ff8995 103.2%);
}
.login #dd#dd form p.login-submit {
  position: absolute;
  display: none !important;
}
.login #dd#dd form p.login-remember {
  position: absolute;
  bottom: -90px;
  bottom: 10px;
  left: 2rem;
  z-index: 1;
  min-height: 80px;
  width: 210px;
  pointer-events: all !important;
}
.login #dd#dd form p.login-remember label {
  position: absolute;
  z-index: 5;
  cursor: pointer;
  pointer-events: all !important;
  --font-size: max(14px, 1.07rem);
  line-height: 1.5;
  letter-spacing: 0.008em;
  color: var(--g1);
  padding-top: 3px;
}
.login #dd#dd form p.login-remember label::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: -50px;
  background: #e2faf7;
  border: solid 4px #fff;
  outline: solid 2.2px var(--m1);
  border-radius: 50%;
  width: 32px;
  height: 32px;
  z-index: 1;
}
.login #dd#dd form p.login-remember .lottieChecbox {
  left: -62px;
}
.login .pmpro_login_wrap #loginform {
  position: relative;
  pointer-events: none;
}
.login .pmpro_login_wrap #loginform > * {
  z-index: 5;
  pointer-events: all;
}
.login .pass-trigger {
  position: absolute;
  top: -6px;
  right: 0;
  height: 100%;
  width: 100px;
  cursor: pointer;
  background-size: 32px;
  background-repeat: no-repeat;
  background-position: center center;
}
.login .pass-trigger:hover {
  filter: drop-shadow(0 1px 4px var(--g4));
}
.login input[type="password"] ~ .pass-trigger {
  background-image: url(/a-images/svg/show.svg);
}
.login input[type="text"] ~ .pass-trigger {
  background-image: url(/a-images/svg/hide.svg);
}
@media (max-width:  1019.24px) {
  .login #dd #loginform p:not(.login-remember) input {
    min-width: 100% !important;
  }
}
/* Make sureem beds and iframes fit their containers. */
embed, iframe, object {
  width: 100%;
  max-width: 100%;
}
img {
  height: auto;
  max-width: 100%;
}
figure {
  margin: 1em 0;
}
picture {
  display: inline-block;
}
html.webp a.fbox.pg {
  display: none !important;
}
html:not(.webp) a.fbox.webp {
  display: none !important;
}
@media (max-width: 1739.24px) {
  /***/
  #dd {
    /***/
  }
  #dd div.product, #dd .product_main, #dd nav#site-navigation {
    zoom: 0.93;
  }
  #dd .site-header #site-navigation .main-menu > ul > li:nth-last-child(2) {
    margin-left: 3%;
  }
}
@media (min-width: 1019.25px) and (max-width: 1739.24px) {
  /***/
  #dd {
    /***/
  }
  #dd div.product, #dd .product_main, #dd nav#site-navigation {
    zoom: 0.84;
  }
  #dd div#ui-datepicker-div {
    zoom: 1.14;
  }
}
@media (min-width: 1019.25px) and (max-width: 1239.24px) {
  /***/
  #dd {
    /***/
  }
  #dd nav#site-navigation {
    zoom: 0.88;
  }
  #dd #header .menu.desktop li:not(.plang) a {
    margin: 0 5px;
  }
  #dd #header .site-branding {
    zoom: 0.8;
  }
  #dd .langs-container ul.langs {
    right: 20px;
  }
}
@media (max-width: 1239.24px) {
  #dd {
    /***/
    /***/
  }
  #dd .fl-module.fl-module-HeroHomePagev2 .desc p {
    --font-size: 22px;
  }
  #dd .fl-module.fl-module-ImageNumericListGrid .grid .right-content p {
    font-size: 20px !important;
  }
}
@media (max-width: 599.24px) {
  #dd:not(.home) .fl-module.fl-module-HeroHomePagev2 .home-hero {
    max-width: 100%;
    margin: 0 auto;
  }
  #dd#dd:not(.home) .fl-module.fl-module-ImageNumericListGrid .grid {
    margin: auto;
    zoom: 1;
    gap: 50px;
  }
  #dd#dd:not(.home) .fl-module.fl-module-HomeCamperGridProduct .image-placeholder {
    height: auto;
    line-height: 0;
  }
  #dd#dd:not(.home) .fl-module.fl-module-HomeCamperGridProduct .image {
    height: auto;
    position: static;
    translate: 0;
  }
  #dd#dd:not(.home) .fl-module.fl-module-ImageNumericListGrid .left .list-item {
    padding: 18px 21px;
  }
}
#dd.single.product #footer .footer-widgets.container .row .button-col .footer-btn {
  text-transform: initial;
  margin-right: 0;
  padding: 15px 20px;
  zoom: 0.88;
}
@media (min-width: 1239.25px) and (max-width: 1529.24px) {
  #dd.single.product .fl-module.fl-module-TestimonialsSlider .testimonials .dd-slider {
    max-width: 740px;
  }
}
@media (min-width: 759.25px) and (max-width: 1239.24px) {
  #dd#dd#dd div.summary {
    padding: 38px 42px;
    width: calc(50% + 20px) !important;
    margin: 0 -11px;
  }
  #dd#dd#dd div.summary > * {
    zoom: 0.94;
  }
  #dd#dd.single.product .woocommerce div.product .product-main-content .subheading ~ * {
    zoom: 0.96;
  }
  #dd.single.product .langer-dan-30-dagen {
    font-size: 33px !important;
  }
  #dd.single.product a.phone-btn {
    font-size: 20px !important;
  }
  #dd.single.product .product-main-content .button {
    margin-top: 20px !important;
  }
  #dd.single.product .woocommerce-Tabs-panel h2 {
    font-size: 27.7px !important;
  }
  #dd.single.product .fl-module.fl-module-TestimonialsSlider .testimonials > div:first-child {
    width: 45%;
  }
  #dd.single.product .fl-module.fl-module-TestimonialsSlider .testimonials > div:last-child {
    width: 55%;
  }
  #dd.single.product .fl-module.fl-module-TestimonialsSlider .testimonials .dd-slider {
    max-width: 700px;
  }
  #dd.single.product .fl-module.fl-module-TestimonialsSlider .testimonials .slide-item {
    padding: 44px;
    padding-bottom: 55px;
  }
  #dd.single.product .fl-module.fl-module-TestimonialsSlider .testimonials .slider-pages {
    bottom: 45px;
    left: 45px;
  }
  #dd.single.product .prod-heading .ul-price {
    gap: 50px;
    zoom: 0.85;
  }
  #dd.single.product .prod-heading .icons {
    zoom: 0.87;
  }
  #dd#dd.single.product .woocommerce div.product .woocommerce-tabs .panel p, #dd#dd.single.product .woocommerce div.product .woocommerce-tabs .panel h3 {
    zoom: 1.18;
  }
}
@media (min-width: 759.25px) and (max-width: 869.24px) {
  #dd:not(.fl).product.single #body #main {
    padding-top: 50px !important;
  }
  #dd:not(.fl).product.single #body #main > * {
    zoom: 0.8;
  }
}
@media (max-width: 759.24px) {
  #dd.single.product .product_main {
    display: flex;
    flex-direction: column;
  }
  #dd#dd.single.product .prod-heading .image-placeholder {
    width: 100%;
    height: auto;
    translate: 0;
    left: auto;
    position: static;
  }
  #dd.single.product .content {
    width: 100%;
    height: auto;
    position: static;
    margin: 23px 0 0;
  }
  #dd .prod-heading .ul-price {
    gap: 20px;
    align-items: flex-start;
    justify-content: flex-start;
    position: relative;
    flex-direction: column;
  }
  #dd#dd .prod-heading h1 {
    --font-size: 3.85rem !important;
    line-height: 1.37 !important;
  }
  #dd#dd.single.product .woocommerce div.product {
    flex-direction: column;
  }
  #dd#dd.single.product .woocommerce div.product > div, #dd#dd.single.product .woocommerce div.product .product-main-content {
    width: 100%;
    padding-right: 0;
    zoom: 0.95;
  }
  #dd .subheading > span {
    font-size: inherit !important;
  }
  #dd .subheading, #dd .gallery-heading, #dd .heading, #dd .woocommerce-Tabs-panel h2 {
    --font-size: 48px;
  }
  #dd#dd#dd.single.product .woocommerce div.product {
    flex-direction: column;
    margin-top: 1rem !important;
  }
  #dd:not(.home) #main ul:not(.df, .links, .tabs) li:not([class*="choice"])::before {
    zoom: 0.7;
    margin: 4px 20px 0 -10px !important;
  }
  #dd p.standardowe-godziny-najmu {
    margin-bottom: 1rem !important;
  }
  #dd p.standardowe-godziny-najmu + ul.lists {
    margin-top: 1rem !important;
  }
  #dd .langer-dan-30-dagen {
    font-size: 2.3rem !important;
    margin-bottom: 1.6rem;
    margin-top: 3.1rem;
    line-height: 1.2;
  }
  #dd .buscamper-desc + .button {
    margin: 2rem 0 4rem;
  }
  #dd#dd#dd div.summary {
    padding: 38px !important;
    margin: 0 -30px;
    width: auto !important;
    padding-bottom: 0 !important;
  }
  #dd#dd .woocommerce div.product .woocommerce-tabs .panel {
    margin-top: 4rem;
  }
  #dd .woocommerce-Tabs-panel h2 {
    font-size: 27px !important;
    margin-bottom: 2rem;
  }
  #dd div#tab-description h3, #dd div#tab-description h4 {
    font-size: 1.9rem !important;
    line-height: 1.23;
  }
  #dd#dd .prod-heading .short-desc *, #dd .woocommerce div.product .woocommerce-tabs .panel p {
    --font-size: 2.5rem !important;
    letter-spacing: 0.3px;
  }
  #dd .prod-heading .icon {
    width: 105px;
    height: 47px;
    padding: 4px !important;
  }
  #dd#dd .yith-wcbk-date-range-picker {
    grid-template-columns: 1fr;
    gap: 0;
  }
  #dd#dd .yith-wcbk-booking-form .yith-wcbk-date-range-picker:after {
    left: 0;
    top: 50% !important;
    margin: 0 !important;
  }
  #dd .summary.entry-summary form.cart {
    width: 108%;
    margin-left: -4%;
    margin-right: -4%;
  }
  #dd#dd #ui-datepicker-div.yith-wcbk-datepicker.ui-widget-content, #dd#dd .yith-wcbk-date-picker--inline .ui-widget.ui-widget-content {
    padding: 8px;
  }
  #dd .site-header:not(.sticky) #site-navigation, #dd #footer:not(.sticky) #site-navigation {
    padding-top: 0;
  }
  #dd #header.site-header:not(.sticky) img.site-logo {
    transform: translateY(9px);
  }
  #dd #header.site-header #site-navigation .menu.mobile .row {
    overflow: auto;
  }
  #dd #header:not(.sticky) .aside-menu {
    padding-top: 0;
    margin-top: -12px;
  }
  #dd #header.site-header #site-navigation .menu.mobile .mobile-menu-site-logo img.site-logo {
    min-width: 215px;
    width: 82px;
    min-width: 180px;
    max-width: 82px;
    width: 126px;
    transform: translate(-60px, 10px);
  }
  #dd #body #main {
    padding-top: 56px !important;
  }
  #dd .prod-heading .price {
    zoom: 1.2;
  }
  #dd .yith-wcbk-people-selector__fields-container {
    zoom: 1.3;
  }
  #dd .phone-btn {
    font-size: 1.8rem;
  }
  #dd .form-footer {
    gap: 20px;
    flex-direction: column;
  }
  #dd button.yith-wcbk-add-to-cart-button.single_add_to_cart_button.button.alt.yith-wcbk-not-allowed {
    opacity: 0.4;
  }
  #dd .udogodnienia .wrap {
    zoom: 0.9;
    column-count: 1;
    column-gap: 0;
  }
  #dd .udogodnienia .wrap > div p {
    font-size: 1.9rem !important;
  }
  #dd .udogodnienia .wrap > div ul, #dd .udogodnienia .wrap > div ol {
    margin-top: 10px;
    margin-bottom: 28px;
  }
  #dd .main-product .img-gallery > * {
    width: calc(50% - (var(--gap) / 2));
  }
  #dd .main-product .realizacje-galeria {
    padding: 0 0 30px;
  }
  #dd .custom-booking-info {
    zoom: 1.17;
  }
  #dd #footer#footer .copyright .menu li:first-of-type a {
    font-family: var(--fp);
    min-width: 220px;
    margin: auto;
    text-align: center;
    translate: -26% 0;
  }
  #dd .flex.extra_info h3 {
    font-size: 19.5px !important;
  }
  #dd#dd#dd#dd#dd .flex.extra_info p, #dd#dd#dd#dd#dd .flex.extra_info li {
    font-size: 16px !important;
  }
  #dd .fl-module.fl-module.fl-module-TestimonialsSlider .testimonials {
    margin: 0 -20px;
    width: calc(100% + 40px);
    max-width: calc(100% + 40px);
  }
  #dd .fl-module.fl-module.fl-module-TestimonialsSlider .testimonials > div:first-child {
    padding: 0 20px;
  }
  #dd#dd#dd#dd.single.product .woocommerce div.product {
    margin-bottom: 0;
  }
}
button.yith-wcbk-add-to-cart-button.single_add_to_cart_button.button.alt.yith-wcbk-not-allowed {
  opacity: 0.4;
}
@media (max-width: 1529.24px) {
  #body #main {
    padding-top: 50px !important;
  }
}
@media (min-width: 1239.25px) {
  #dd.checkout-page form.checkout.woocommerce-checkout .ddwc-main {
    width: 64.28%;
  }
  #dd.checkout-page form.checkout.woocommerce-checkout .ddwc-sidebar {
    width: 33.46%;
  }
}
tr.cart_item.cart-item--booking {
  flex-direction: column;
  background: #fff1;
  padding: 8px 26px;
  margin: 4px -26px;
}
@media (max-width: 599.24px) {
  tr.cart_item.cart-item--booking {
    display: flex;
    width: calc(100vw + 40px);
  }
}
@media (max-width: 599.24px) {
  #order_review tfoot {
    display: flex;
    flex-direction: column;
  }
  #order_review tr.cart-subtotal, #order_review tr.order-total {
    display: flex;
    justify-content: space-around;
    gap: 20px;
    justify-content: start;
    width: 100%;
  }
  #dd#dd #order_review tr.cart-subtotal > *, #dd#dd #order_review tr.order-total > * {
    min-width: 33%;
    margin-bottom: 10px;
  }
  #dd#dd #order_review tr.cart-subtotal *, #dd#dd #order_review tr.order-total * {
    font-size: 15px !important;
    flex-grow: 2;
  }
}
tr.cart_item.cart-item--booking dl.variation {
  display: grid;
  grid-template-columns: 1fr 2fr;
  zoom: 0.94;
}
tr.cart_item.cart-item--booking dd {
  margin-bottom: 3px;
}
tr.cart_item.cart-item--booking dd.variation-Totals br {
  display: none;
}
tr.cart_item.cart-item--booking dd.variation-Totals span {
  margin-bottom: 11px;
  line-height: 1.2 !important;
}
#order_review table.shop_table.woocommerce-checkout-review-order-table a.remove {
  padding: 4px 7px;
  zoom: 0.8;
  background: #d557;
  border-radius: 4px;
}
.woocommerce-message {
  outline: none;
}
@media (max-width: 1019.24px) {
  table.shop_table.woocommerce-checkout-review-order-table.ddwc-sidebar-in {
    padding-top: 0;
  }
  #dd#dd#dd#dd.woocommerce.checkout-page #customer_details {
    padding: 10px 20px 30px;
  }
}
.checkout-page .ddwc-sidebar-in tr {
  flex-wrap: wrap;
}
.checkout-page div#order_review tr.order-total * {
  font-size: 18px !important;
  font-weight: 700;
}
.checkout-page .ddwc-sidebar-in tr.order-total {
  margin-top: 20px;
}
#dd#dd#dd small.includes_tax, #dd#dd#dd small.includes_tax * {
  font-weight: 400 !important;
  letter-spacing: 0 !important;
  font-size: 0.88em !important;
}
form.post-password-form {
  text-align: center;
}
form.post-password-form label {
  display: flex;
  flex-direction: column;
  max-width: 260px;
  margin: 20px auto 8px;
  line-height: 2;
}
form.post-password-form label input {
  padding: 11px 16px;
  min-height: 50px !important;
  min-width: 200px !important;
  border: solid 2px var(--g4) !important;
  border-radius: 6px;
}
@media print {
  html#dd {
    --font-size: 6.7px !important;
  }
  header, footer, aside {
    display: none;
  }
  #dd #body {
    padding: 0 !important;
    width: 100%;
    transform: scale(0.98);
    transform-origin: top;
    zoom: 1.35;
  }
  #dd #body > *, #dd #body .img, #dd #body img {
    display: none;
  }
  #dd #body > #main {
    display: block;
  }
  #dd #body > #main * {
    margin-top: 2px;
    margin-bottom: 2px;
    padding: 2px 1px;
    max-width: 100%;
  }
  #dd #body > #main .heading, #dd #body > #main .h_main {
    --font-size: 25px;
  }
  #dd #body .header, #dd #body .heading, #dd #body .header span, #dd #body .text, #dd #body p, #dd #body span, #dd #body div {
    color: #000 !important;
    -webkit-background-clip: none !important;
    background-clip: none !important;
    -webkit-text-fill-color: #000 !important;
  }
  #dd #body .header span.h_before {
    color: #aaa !important;
  }
  #dd #body .fade {
    visibility: visible;
    opacity: 1;
    animation: none;
  }
  #dd #body .btn {
    --font-size: 6px;
    padding: 2px 6px;
  }
  #dd #body .tilt {
    display: none !important;
  }
  .bg {
    display: none !important;
  }
  .splide.is-active {
    transform: scale(0.8);
  }
  #footer {
    display: block !important;
  }
  #footer > * {
    display: none !important;
  }
  #footer .copyright {
    display: block !important;
  }
  #dd, #main, .container, .fl-module, .content {
    width: 100%;
  }
  #dd #body.single header.entry-header.contain {
    display: block;
  }
  #dd #body.single .post_main .post-content {
    width: 100%;
  }
  #dd #body.single aside.sidebar.widget-area {
    display: none;
  }
  #dd #body.single .fl-module.video {
    display: none;
  }
}
@page {
  size: A3;
  margin: 1.1cm;
}
@media (max-width:  1019.24px) {
  /* width */
  /* Track */
  /* Handle */
  /* Handle on hover */
  ::-webkit-scrollbar {
    width: 8px;
    height: 8px;
  }
  html, div {
    scrollbar-width: 8px;
  }
  ::-webkit-scrollbar {
    width: 8px;
    height: 8px;
  }
  ::-webkit-scrollbar-track {
    background: #ededed;
  }
  ::-webkit-scrollbar-thumb {
    background: #888;
  }
  ::-webkit-scrollbar-thumb:hover {
    background: #555;
  }
}
.search-form {
  position: relative;
  border-radius: 5px;
  display: flex;
  width: 310px;
  margin: 0;
  flex-direction: row !important;
}
@media (max-width: 599.24px) {
  .search-form {
    width: 100%;
  }
}
.search-form label {
  position: absolute;
  bottom: 100%;
  --font-size: 14px;
  opacity: 0.7;
  display: none;
}
.search-form button {
  padding-bottom: 17px;
  width: 58px;
  height: 46px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  border: solid 2px var(--c1);
  border-radius: 0 30px 30px 0;
}
.search-form button:focus-within {
  outline: solid 3px var(--dc1);
}
.search-form button img {
  position: absolute;
  right: 0;
  transition: opacity 0.23s;
  filter: brightness(0) saturate(100%) invert(27%) sepia(63%) saturate(398%) hue-rotate(359deg) brightness(97%) contrast(84%);
  margin: 0 20px;
  border: 0;
}
.search-form button img:hover {
  opacity: 0.85;
}
.search-form input#gallery-search {
  min-height: 40px;
  height: 46px;
  margin: 0;
  font-weight: 400;
  --font-size: 14.4px;
  line-height: 1.25;
  color: var(--dc1);
  width: 100%;
  padding: 5px 0 5px 20px;
  border: 0;
}
@media (max-width: 759.24px) {
  #dd.search header.page-header {
    padding: 1px 0;
  }
  #dd.search header.page-header .page-title {
    margin-top: 50px;
    margin-bottom: 10px;
  }
}
#dd.search .bg {
  content: "";
  position: absolute;
  z-index: -1;
  bottom: 50%;
  right: 50%;
  width: max(100vw, 280px);
  height: calc(100% + 12rem);
  transform: translate(50%, 50%);
  overflow: hidden;
  pointer-events: none;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  background: var(--bc1);
}
@media (max-width: 759.24px) {
  #dd.search .bg {
    height: 100%;
    margin-bottom: -10px;
  }
}
#dd#dd input#site-search {
  padding: 8px 17px !important;
  min-height: 45px;
  border: solid 2px var(--c1);
  border-radius: 30px 0 0 30px;
  border-right: 0;
}
hr {
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}
main .slides {
  display: flex;
  gap: var(--gap);
  flex-wrap: nowrap;
  max-width: var(--width);
  transition: transform 0.3s, opacity 0.2s 0.18s;
}
.dd-slider {
  overflow: hidden;
  position: relative;
  width: 100%;
  transition: transform 0.23s;
}
.dd-slider.post_main {
  padding: 3px 0 32px;
}
.dd-slider[style*="--width"] .slides {
  opacity: 1;
}
.dd-slider.blink {
  transform: scale(1.016);
}
.dd-slider .slides {
  opacity: 0;
  pointer-events: all;
}
.dd-slider:not(.flexible) .slides {
  transform: translateX(calc(var(--slide) * (var(--width) + var(--gap)) * -1));
}
.dd-slider:not(.flexible) .slides > * {
  min-width: calc(var(--width) / var(--sl-items, 1) - var(--gap) + (var(--gap) / var(--sl-items, 1)));
}
.fl-module-RealizacjeSlider .dd-slider:not(.flexible) .slides > * {
  max-width: 391px;
}
@media (min-width: 1019.25px) {
  .fl-module-RealizacjeSlider .dd-slider:not(.flexible) .slides > * {
    min-width: 390px;
  }
}
.dd-slider.flexible .slides {
  transform: translateX(calc(var(--translateX) * 1px));
}
.dd-slider.flexible .slides > * {
  min-width: auto;
}
.dd-slider .next, .dd-slider ~ .slider-nav .next, .dd-slider .prev, .dd-slider ~ .slider-nav .prev {
  position: absolute;
  bottom: 50%;
  background: var(--g6);
  box-shadow: 0 5px 22px rgba(0, 0, 0, 0.1);
  cursor: pointer;
  transition: background-color 0.23s, color 0.23s;
}
@media (max-width: 599.24px) {
  .dd-slider .next, .dd-slider ~ .slider-nav .next, .dd-slider .prev, .dd-slider ~ .slider-nav .prev {
    bottom: auto;
    top: 110px;
  }
}
.dd-slider .next::before, .dd-slider ~ .slider-nav .next::before, .dd-slider .prev::before, .dd-slider ~ .slider-nav .prev::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.dd-slider .next:hover, .dd-slider ~ .slider-nav .next:hover, .dd-slider .prev:hover, .dd-slider ~ .slider-nav .prev:hover {
  background-color: var(--dc1);
}
.dd-slider .next:hover::before, .dd-slider ~ .slider-nav .next:hover::before, .dd-slider .prev:hover::before, .dd-slider ~ .slider-nav .prev:hover::before {
  filter: invert(1);
}
.dd-slider .prev, .dd-slider ~ .slider-nav .prev {
  right: 100%;
}
.dd-slider .prev::before, .dd-slider ~ .slider-nav .prev::before {
  background-image: url(/a-images/svg/arrow-prev.svg);
}
.dd-slider .next, .dd-slider ~ .slider-nav .next {
  left: 100%;
}
.dd-slider .next::before, .dd-slider ~ .slider-nav .next::before {
  background-image: url(/a-images/svg/arrow-next.svg);
}
[class*=slider-] {
  position: relative;
}
.slider-pages .pages {
  position: relative;
  display: flex;
  width: 221px;
  height: 50px;
  overflow: hidden;
  margin: 3.4rem 0 0;
  cursor: pointer;
  transition: background-color 0.23s;
}
@media (max-width: 1739.24px) {
  .slider-pages .pages {
    margin-top: 2.3rem;
  }
}
@media (max-width: 1019.24px) {
  .slider-pages .pages {
    width: 100%;
  }
}
.slider-pages .pages::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 5px;
  background-color: rgba(104, 82, 45, 0.2);
  pointer-events: none;
}
.slider-pages .pages > div {
  height: 5px;
  cursor: pointer;
  position: relative;
}
.slider-pages .pages > div::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: -14px;
}
.slider-pages .pages > div:not(.current) {
  width: 100%;
}
.slider-pages .pages > div:not(.current):hover {
  background-color: rgba(104, 82, 45, 0.3);
}
.slider-pages .pages.with-labels > div:not(.current)::before {
  content: attr(data-slide);
  color: var(--dc2);
  width: 100%;
  display: block;
  line-height: 1;
  padding-top: 18px;
  transform: translateY(-10px);
  opacity: 0;
  transition: opacity 0.23s, transform 0.23s;
  text-align: center;
  height: 50px;
}
@media (max-width: 1019.24px) {
  .slider-pages .pages.with-labels > div:not(.current)::before {
    font-weight: 500;
    --font-size: 20px;
    line-height: 18px;
    color: var(--g3);
  }
}
.slider-pages .pages.with-labels > div:not(.current):hover::before, .slider-pages .pages.with-labels > div:not(.current):first-child::before, .slider-pages .pages.with-labels > div:not(.current):nth-last-child(2)::before {
  opacity: 1;
  transform: translateY(0);
}
.slider-pages .pages.with-labels > div:not(.current):first-child::before {
  text-align: left;
}
.slider-pages .pages.with-labels > div:not(.current):nth-last-child(2)::before {
  text-align: right;
}
.slider-pages .pages .current {
  position: absolute;
  background-color: rgba(104, 82, 45, 0.4);
  width: calc(100% / var(--all-items) * var(--sl-items, 1));
  top: 0;
  bottom: 0;
  left: calc(100% / var(--all-items) * var(--slide) * var(--sl-items, 1));
  transition: left 0.23s ease-in-out;
  z-index: 5;
}
@media (max-width: 1019.24px) {
  .slider-pages .pages .current {
    color: var(--dc1);
  }
}
.slider-pages .pages .current::before {
  content: "";
  width: 100%;
  display: block;
  height: 45px;
  top: -1px;
  position: relative;
  z-index: 5;
  cursor: default;
}
.navigation {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: none;
}
.navigation .prev {
  display: block;
  width: 20px;
  height: 20px;
  background-color: var(--mc1);
}
.navigation .next {
  display: block;
  width: 20px;
  height: 20px;
  background-color: var(--mc1);
}
.slider-nav {
  display: flex;
  position: absolute;
}
@media (min-width: 599.25px) and (max-width: 1019.24px) {
  .slider-nav {
    flex-direction: column;
  }
}
.slider-nav > button {
  background: var(--g6);
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
  width: 67px;
  height: 66px;
  border: 0;
  border-radius: 50%;
  margin: 0 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 1019.24px) {
  .slider-nav > button {
    margin: 0;
  }
}
@media (max-width: 869.24px) {
  .slider-nav > button {
    width: 56px;
    height: 56px;
  }
}
.slider-nav > button i {
  background-image: url(/a-images/svg/arrow_right.svg);
  width: 14px;
  height: 23px;
  display: block;
  margin-bottom: 4px;
  background-position: right !important;
}
.slider-nav > button.prev i {
  transform: rotate(180deg);
}
@media (max-width: 599.24px) {
  .dd-slider .prev, .dd-slider ~ .slider-nav .prev {
    transform: translateX(-7px);
  }
}
@media (max-width: 1019.24px) {
  .dd-slider .next, .dd-slider ~ .slider-nav .next {
    transform: translateX(7px);
  }
  .slide-item.empty {
    display: none;
  }
}
.socialicons {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: flex-start;
}
.socialicons .social-media-label {
  text-align: right;
  --font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.8px;
  color: var(--g7);
  width: 100%;
}
@media (max-width: 1019.24px) {
  .socialicons .social-media-label {
    text-align: left;
  }
}
#header .socialicons {
  margin-top: -6px;
  height: 67px;
}
@media (max-width: 1019.24px) {
  #header .socialicons {
    display: none;
  }
}
.socialicons a {
  background-color: transparent;
  border: 1px solid var(--g7);
  width: 45px;
  height: 45px;
  box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.1);
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  margin: 20px 12px 24px;
  position: relative;
  z-index: 5;
  overflow: hidden;
  transition: background-color 0.37s !important;
}
.socialicons a:first-of-type {
  margin-left: 0 !important;
}
@media (max-width:  1529.24px) {
  .socialicons a {
    margin: 20px 6px;
  }
}
@media (min-width: 1019.25px) {
  .socialicons a {
    margin: 0px 12px 24px;
  }
}
@media (min-width: 1019.25px) and (max-width: 1529.24px) {
  .socialicons a {
    margin-left: 2px;
    margin-right: 2px;
  }
}
.socialicons a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  opacity: 0;
  transition: opacity 0.37s, box-shadow 0.32s !important;
}
.socialicons a .svg.svg {
  background-color: var(--g6) !important;
  transition: background-color 0.37s !important;
  transition: filter 0.23s;
}
.socialicons a:hover {
  background: var(--g7);
}
.socialicons a:hover::before {
  opacity: 1;
}
.socialicons a:hover .svg.svg {
  filter: invert(1);
}
.socialicons svg, .socialicons .svg {
  position: relative;
  z-index: 5;
  width: 19px;
  height: 17.5px;
  display: block;
  background-position: 95%;
  -webkit-mask-image: var(--mask);
  mask-image: var(--mask);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 100%;
  mask-size: 100%;
  mask-repeat: no-repeat;
  background-size: 400%;
  transition: all 0.5s !important;
  background-size: 20px;
  background-position: center center;
  background: var(--g1);
  mask-size: contain;
  -webkit-mask-size: contain;
  mask-position: center center;
  -webkit-mask-position: center center;
}
.top-header .socialicons svg, .top-header .socialicons .svg {
  width: 15px;
  height: 12.5px;
}
@media (max-width: 1529.24px) {
  .footer-box.item-4.socialicons {
    position: absolute;
    bottom: -58px;
    right: 10px;
    justify-content: flex-start;
  }
}
@media (max-width: 1019.24px) {
  .footer-box.item-4.socialicons {
    position: static;
  }
}
table {
  margin: 0 0 1.5em;
  width: 100%;
}
#dd .tile-list:not(.filter) {
  column-count: 2;
  padding: 0;
  column-gap: 0;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
#dd .tile-list:not(.filter) > *:not(.widget-title) {
  background-color: transparent;
  border: 1px solid var(--g2);
  color: var(--g2);
  padding: 8px 11px;
  margin: 0 10px 10px 0;
  text-align: center;
  min-height: 55px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 500;
  font-size: max(16px, 1.07rem);
  line-height: 1.25;
  letter-spacing: 0.6px;
  font-family: var(--fp);
  cursor: pointer;
  transition: background-color 0.23s, color 0.23s, border-color 0.23s;
  width: 100%;
}
@media (min-width: 1239.25px) and (max-width: 1529.24px) {
  #dd .tile-list:not(.filter) > *:not(.widget-title) {
    font-size: 15px;
    line-height: 1.25;
    letter-spacing: 0.1px;
  }
}
@media (min-width: 759.25px) and (max-width: 1239.24px) {
  #dd .tile-list:not(.filter) > *:not(.widget-title) {
    width: 100%;
  }
}
@media (max-width: 469.24px) {
  #dd .tile-list:not(.filter) > *:not(.widget-title) {
    width: 100%;
  }
}
@media (min-width: 869.25px) {
  #dd .tile-list:not(.filter) > *:not(.widget-title) .mobile {
    display: none;
  }
}
#dd .tile-list:not(.filter) > *:not(.widget-title)::before {
  display: none !important;
}
#dd .tile-list:not(.filter) > *:not(.widget-title):hover, #dd .tile-list:not(.filter) > *:not(.widget-title)[data-current] {
  color: var(--g6);
  border-color: var(--mc1);
  background-color: var(--mc1);
}
#dd .tile-list:not(.filter).horizontal {
  column-count: 1;
  margin-bottom: 2rem;
}
@media (max-width: 599.24px) {
  #dd .tile-list:not(.filter).horizontal {
    margin: -10px -2.8rem 0 -1.8rem;
    width: auto;
  }
}
#dd .tile-list:not(.filter).horizontal > *:not(.widget-title) {
  padding: 8px 21px;
  width: auto;
}
@media (max-width: 599.24px) {
  #dd .tile-list:not(.filter).horizontal > *:not(.widget-title) {
    width: 46.5%;
    padding: 10px;
    font-size: 15px;
  }
}
#dd .products .tile-list {
  justify-content: start;
  align-items: start;
}
@media (min-width: 1019.25px) {
  #dd .products .tile-list {
    flex-direction: column;
  }
}
#dd .products .tile-list .widget-title {
  margin-top: -5px;
  margin-bottom: 1.7rem;
  font-family: var(--fh);
  font-style: normal;
  font-weight: 400;
  font-size: max(17.8px, 1.33rem);
  line-height: 1.25;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  color: var(--g3);
}
#dd .products .tile-list > * {
  width: 100%;
}
@media (min-width: 869.25px) and (max-width: 1019.24px) {
  #dd .products .tile-list .variant_select.mobile {
    display: none !important;
  }
}
@media (max-width: 869.24px) {
  #dd .products .tile-list .variant_select.mobile {
    margin-top: -10px;
    cursor: pointer;
    padding: 14px;
    border: 1px solid var(--d1);
    color: var(--b1);
    background-image: url(/a-images/svg/arrow-down.svg);
    background-position: calc(100% - 20px) center;
    background-repeat: no-repeat;
    justify-content: start;
  }
  #dd .products .tile-list .variant_select.mobile ~ * {
    display: none;
  }
  #dd .products .tile-list .variant_select.mobile.show ~ * {
    display: flex;
  }
}
#dd .products .tile-list input {
  position: absolute;
}
/***/
@media (min-width: 1739.25px) {
  #dd .products, #dd .post_grid:not(.splide) {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}
@media (min-width: 759.25px) and (max-width: 1739.24px) {
  #dd .products, #dd .post_grid:not(.splide) {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
#dd .flex.posts.products {
  --sidebar-width: 430px;
  display: flex;
  flex-wrap: nowrap;
}
@media (min-width: 1019.25px) {
  #dd .flex.posts.products {
    padding-inline: 20px;
  }
}
@media (max-width: 1019.24px) {
  #dd .flex.posts.products {
    flex-direction: column;
  }
}
@media (min-width: 599.25px) and (max-width: 1019.24px) {
  #dd .flex.posts.products .post_grid {
    padding-inline: 30px;
  }
}
@media (max-width: 759.24px) {
  #dd .flex.posts.products .post_grid {
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 1239.25px) {
  #dd .flex.posts.products .sidebar {
    width: var(--sidebar-width);
    min-width: var(--sidebar-width);
    min-height: 550px;
    min-height: 485px;
  }
}
@media (max-width: 1019.24px) {
  #dd .flex.posts.products .sidebar {
    width: 100%;
    margin-bottom: 22px;
  }
}
#dd .flex.posts.products .sidebar .sidebar-content {
  color: #fff;
  text-align: left;
  padding: 2.4rem 3.4rem;
  background-color: #271B14;
  background-image: url(/a-images/svg/sidebar-shape.svg);
  background-position: 5px 15px;
  position: relative;
}
@media (min-width: 1019.25px) {
  #dd .flex.posts.products .sidebar .sidebar-content::before {
    content: "";
    background-image: url(/a-images/svg/bee-product-archive.svg);
    display: block;
    position: absolute;
    width: 420px;
    height: 243px;
    top: 100%;
    left: -30px;
    margin-top: 40px;
  }
}
@media (min-width: 1739.25px) {
  #dd .flex.posts.products .sidebar .sidebar-content {
    min-height: 345px;
  }
}
@media (min-width: 1019.25px) and (max-width: 1239.24px) {
  #dd .flex.posts.products .sidebar .sidebar-content {
    width: 306px;
  }
}
@media (max-width: 1019.24px) {
  #dd .flex.posts.products .sidebar .sidebar-content {
    padding: 30px 80px 40px;
    margin-inline: -110px;
  }
}
@media (max-width: 599.24px) {
  #dd .flex.posts.products .sidebar .sidebar-content {
    padding-inline: 110px;
  }
}
#dd .flex.posts.products .sidebar .btn.btn.btn {
  max-width: 305px;
  padding: 8px 29px !important;
  justify-content: space-between;
  border-color: var(--mc1);
  width: 290px;
  min-width: initial;
  border-radius: 60px;
  background: none;
  border: 2px solid var(--mc1);
  text-align: center;
  color: #fff;
  --font-size: 18px;
}
@media (min-width: 1019.25px) and (max-width: 1239.24px) {
  #dd .flex.posts.products .sidebar .btn.btn.btn {
    max-width: 230px;
    width: 230px;
  }
}
@media (max-width: 759.24px) {
  #dd .flex.posts.products .sidebar .btn.btn.btn {
    max-width: 100%;
    width: 100%;
    margin-right: 0;
  }
}
#dd .flex.posts.products .sidebar .btn.btn.btn.active, #dd .flex.posts.products .sidebar .btn.btn.btn:hover {
  background: var(--mc1);
  border-color: var(--mc1);
}
#dd .flex.posts.products .sidebar span {
  justify-content: space-between;
  width: 100%;
}
#dd .flex.posts.products .sidebar span::after {
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7468%) hue-rotate(135deg) brightness(98%) contrast(107%);
}
@media (min-width: 1239.25px) {
  #dd .flex.posts.products .post_grid {
    width: calc(100% - var(--sidebar-width));
  }
}
#dd .flex.posts.products .h_main {
  margin: 2rem auto 3rem;
  --font-size: 58px;
  text-align: left;
  color: #fff;
}
@media (min-width: 1019.25px) and (max-width: 1239.24px) {
  #dd .flex.posts.products .h_main {
    font-size: 32.2px;
  }
}
@media (max-width: 1019.24px) {
  #dd .flex.posts.products .h_main {
    margin: 2rem auto 2rem;
    font-size: 60px !important;
  }
}
#dd .flex.posts.products .h_main b {
  font-size: 50px;
}
@media (min-width: 1019.25px) and (max-width: 1239.24px) {
  #dd .flex.posts.products .h_main b {
    font-size: 40px;
  }
}
@media (max-width: 1019.24px) {
  #dd .flex.posts.products .h_main b {
    font-size: inherit;
  }
}
#dd .flex.posts.products article.post_item {
  border: 1px solid #999598;
  padding: 15px 14px 19px 14px;
  margin: 0;
}
#dd .flex.posts.products .post_image img {
  width: 100%;
  /* width: 248px; */
  height: auto;
  object-fit: scale-down;
  background: #fff;
  margin-bottom: 12px;
}
#dd .filter .post_item.product {
  transition: transform 0.19s ease-out, opacity 0.19s ease-out;
  transform: translateY(15%) scale(0.65);
  opacity: 0.33;
}
#dd .filter .post_item.product.hide {
  display: none;
}
#dd .filter .post_item.product.showing {
  display: block;
}
#dd .filter .post_item.product.show {
  opacity: 1;
  transform: scale(1);
}
#main .products .post_grid {
  display: grid;
  gap: 19px;
  grid-template-rows: 1fr 1fr;
}
#main .products .post_grid .post_item .btn {
  right: 40px;
  position: static;
  margin: -36px 20px 0;
}
@media (max-width: 599.24px) {
  #main .products .post_grid .post_item .btn {
    transform: scale(0.55);
  }
}
#main .products .post_item .content {
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 8px;
  min-height: 70px;
}
@media (max-width: 599.24px) {
  #main .products .post_item .content {
    min-height: 40px;
  }
}
#main .products article.post_item {
  background: none;
  box-shadow: none;
}
#main .products .post_item .post_title, #main .products .post_item .post_title a {
  font-family: var(--fs);
  --font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
#main .products .details {
  display: flex;
  justify-content: space-between;
}
#main .products .weight {
  --font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 0 0 10px;
}
#main .products .price {
  font-family: var(--fs);
  --font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin: 10px 0 15px;
}
#main .products .header {
  margin-bottom: 4px;
  line-height: 1;
}
.tilt {
  transform-style: preserve-3d;
  transform: perspective(1000px) rotateX(0deg) rotateY(0deg) scale3d(1, 1, 1);
  transition: transform 0.22s !important;
}
#dd .tutor-ratings-stars {
  width: 28px;
  height: 28px;
  overflow: hidden;
}
#dd span.tutor-icon-star-bold + span.tutor-icon-star-bold {
  display: none;
}
#dd .tutor-meta-icon {
  width: 40px;
  height: 40px;
  min-width: 40px;
  border: 1.8px solid #E0E0E0;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  margin-right: 5px;
}
#dd .tutor-card {
  background: #FFFFFF;
  box-shadow: 0px 2px 30px rgba(0, 0, 0, 0.05);
  border-radius: 20px;
}
#dd .tutor-icon-bookmark-line, #dd .tutor-icon-bookmark-bold {
  width: 24px;
  height: 24px;
  display: flex;
}
#dd .tutor-icon-bookmark-line::before, #dd .tutor-icon-bookmark-bold::before {
  content: "" !important;
}
#dd .tutor-icon-bookmark-line {
  background-image: url(/a-images/svg/heart-outline.svg);
}
#dd .tutor-icon-bookmark-bold {
  background-image: url(/a-images/svg/heart-solid.svg);
}
#dd .tutor-ratings-stars {
  width: 40px;
  height: 40px;
  border: 1px solid var(--g4);
  border-radius: 20px;
  padding: 4px;
  margin-right: 5px;
}
#dd .tutor-ratings-stars > * {
  margin: 0 6px !important;
}
#dd .tutor-pagination-wrapper-replaceable {
  padding: 0;
}
#dd .tutor-ratings-average, #dd .tutor-meta-value {
  font-weight: 500;
  --font-size: 14px;
  line-height: 1.25;
  color: var(--g1);
  margin-left: 6px;
  padding-right: 5px;
}
#dd .dd-course-list .tutor-ratings-count {
  display: none;
}
#dd .dd-meta {
  display: flex;
}
#dd .tutor-card-body {
  flex: 1 1 auto;
  padding: 0 11px;
}
#dd .tutor-row > * {
  width: 100%;
  max-width: 100%;
  padding-right: 0;
  padding-left: 0;
  margin-top: 0;
}
#dd .tutor-container {
  max-width: 1390px;
}
#dd .dd-course-list.grid {
  display: flex;
  gap: 4rem;
  align-items: stretch;
}
#dd .tutor-row {
  margin-right: 0;
  margin-left: 0;
}
#dd .tutor-wrap {
  padding: 0;
}
#dd .tutor-icon-star-bold:before {
  color: #F8C537;
}
#dd .tutor-meta > div, #dd .tutor-ratings {
  display: flex;
  align-items: center;
  padding-right: 10px;
  padding-bottom: 10px;
}
#dd .tutor-meta-icon.tutor-icon-user-line:before, #dd .tutor-icon-level:before {
  content: "";
}
@keyframes bouncing_cart_button {
  0% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(2.25px) scale(0.99, 0.975);
  }
  45% {
    transform: translateY(-6px) scale(1.015, 1.03);
  }
  50% {
    transform: translateY(2.25px) scale(0.99, 0.975);
  }
  60% {
    transform: translateY(-6px) scale(1.015, 1.03);
  }
  65% {
    transform: translateY(2.25px) scale(0.99, 0.975);
  }
  70% {
    transform: translateY(0);
  }
}
.pof.page_bottom > .cart {
  animation-name: bouncing_cart_button;
  animation-play-state: running;
  animation-duration: 6s;
  animation-iteration-count: infinite;
  transform-origin: center bottom;
}
.pof.page_bottom > .cart:hover {
  animation-play-state: paused;
}
@keyframes dd-gradient-transition {
  0% {
    background-position: 0 0;
  }
  3% {
    background-position: 0 0;
  }
  100% {
    background-position: 300% 0;
  }
}
@keyframes dd-gradient-transition-d {
  0% {
    background-position: 0 0;
  }
  33% {
    background-position: 0 0;
  }
  100% {
    background-position: 300% 0;
  }
}
@keyframes dd-hue {
  0% {
    -webkit-filter: hue-rotate(0deg);
    filter: hue-rotate(0deg);
  }
  50% {
    -webkit-filter: hue-rotate(-80deg);
    filter: hue-rotate(80deg);
  }
  100% {
    -webkit-filter: hue-rotate(0deg);
    filter: hue-rotate(0deg);
  }
}
body header + * .btn, body header + * input[type="button"], body header + * input[type="submit"], body header + * .button, body .btn, body input[type="button"], body input[type="submit"], body .button {
  position: relative;
  z-index: 5;
  min-width: 16rem;
  padding: 25px 60px;
  margin: 2rem 2rem 1rem 0;
  background-color: var(--mc1);
  background-position: 2%;
  background-size: 350% 100% !important;
  color: var(--g6);
  font-family: var(--fh);
  --font-size: max(16px, 1.2rem);
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 0.8px;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.3s;
  border-radius: 10px;
  min-height: 47px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border: 0;
}
@media (max-width: 1239.24px) {
  body header + * .btn, body header + * input[type="button"], body header + * input[type="submit"], body header + * .button, body .btn, body input[type="button"], body input[type="submit"], body .button {
    padding: 11px 30px;
  }
}
@media (max-width: 1019.24px) {
  body header + * .btn, body header + * input[type="button"], body header + * input[type="submit"], body header + * .button, body .btn, body input[type="button"], body input[type="submit"], body .button {
    margin: 0;
  }
}
@media (max-width: 699.24px) {
  body header + * .btn, body header + * input[type="button"], body header + * input[type="submit"], body header + * .button, body .btn, body input[type="button"], body input[type="submit"], body .button {
    width: 100%;
  }
}
.woocommerce body header + * .btn, .woocommercebody header + * .btn, .woocommerce body header + * input[type="button"], .woocommercebody header + * input[type="button"], .woocommerce body header + * input[type="submit"], .woocommercebody header + * input[type="submit"], .woocommerce body header + * .button, .woocommercebody header + * .button, .woocommerce body .btn, .woocommercebody .btn, .woocommerce body input[type="button"], .woocommercebody input[type="button"], .woocommerce body input[type="submit"], .woocommercebody input[type="submit"], .woocommerce body .button, .woocommercebody .button {
  text-transform: none !important;
}
body header + * .btn > span, body header + * input[type="button"] > span, body header + * input[type="submit"] > span, body header + * .button > span, body .btn > span, body input[type="button"] > span, body input[type="submit"] > span, body .button > span {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  --font-size: 20px;
  line-height: 1.25;
  color: var(--bc1);
}
.woocommerce body header + * .btn > span, .woocommercebody header + * .btn > span, .woocommerce body header + * input[type="button"] > span, .woocommercebody header + * input[type="button"] > span, .woocommerce body header + * input[type="submit"] > span, .woocommercebody header + * input[type="submit"] > span, .woocommerce body header + * .button > span, .woocommercebody header + * .button > span, .woocommerce body .btn > span, .woocommercebody .btn > span, .woocommerce body input[type="button"] > span, .woocommercebody input[type="button"] > span, .woocommerce body input[type="submit"] > span, .woocommercebody input[type="submit"] > span, .woocommerce body .button > span, .woocommercebody .button > span {
  text-transform: none !important;
}
@media (max-width:  599.24px) {
  body header + * .btn > span, body header + * input[type="button"] > span, body header + * input[type="submit"] > span, body header + * .button > span, body .btn > span, body input[type="button"] > span, body input[type="submit"] > span, body .button > span {
    text-align: center;
  }
}
body header + * .btn > span > img, body header + * input[type="button"] > span > img, body header + * input[type="submit"] > span > img, body header + * .button > span > img, body .btn > span > img, body input[type="button"] > span > img, body input[type="submit"] > span > img, body .button > span > img {
  transition: filter 0.23s;
  width: 20px;
  margin-top: -2px;
  margin-right: 10px;
}
body header + * .btn::before, body header + * input[type="button"]::before, body header + * input[type="submit"]::before, body header + * .button::before, body .btn::before, body input[type="button"]::before, body input[type="submit"]::before, body .button::before {
  content: "";
  position: absolute;
  z-index: -5;
  top: 8px;
  left: 15px;
  right: 15px;
  bottom: 9px;
  opacity: 0.35;
  transform: translateY(0);
  filter: blur(14px);
  background-size: 350% 100%;
  background-position: 0;
  transition: transform 0.5s, opacity 0.51s, background-position 0.5s, border-color 0.27s, color 0.23s;
}
body header + * .btn:hover, body header + * input[type="button"]:hover, body header + * input[type="submit"]:hover, body header + * .button:hover, body .btn:hover, body input[type="button"]:hover, body input[type="submit"]:hover, body .button:hover {
  background-position: 99% !important;
  color: var(--g6);
}
body header + * .btn:hover::before, body header + * input[type="button"]:hover::before, body header + * input[type="submit"]:hover::before, body header + * .button:hover::before, body .btn:hover::before, body input[type="button"]:hover::before, body input[type="submit"]:hover::before, body .button:hover::before {
  background-position: 99% !important;
  transform: translateY(30px);
}
body header + * .btn:hover > span, body header + * input[type="button"]:hover > span, body header + * input[type="submit"]:hover > span, body header + * .button:hover > span, body .btn:hover > span, body input[type="button"]:hover > span, body input[type="submit"]:hover > span, body .button:hover > span {
  color: #fff;
}
body header + * .btn:hover > span > img, body header + * input[type="button"]:hover > span > img, body header + * input[type="submit"]:hover > span > img, body header + * .button:hover > span > img, body .btn:hover > span > img, body input[type="button"]:hover > span > img, body input[type="submit"]:hover > span > img, body .button:hover > span > img {
  filter: invert(1);
}
body header + * .btn, body header + * input[type="button"], body header + * input[type="submit"], body header + * .button, body .btn, body input[type="button"], body input[type="submit"], body .button {
  --brc: var(--g1);
  --bgc: var(--m1);
  --bgi: none;
  --txc: var(--g1);
  --radius: 10px;
}
body header + * .btn:hover, body header + * input[type="button"]:hover, body header + * input[type="submit"]:hover, body header + * .button:hover, body .btn:hover, body input[type="button"]:hover, body input[type="submit"]:hover, body .button:hover {
  --bg-color: var(--d1);
  --br-color: var(--d1);
  --tx-color: var(--g1);
}
body header + * .btn.white, body header + * input[type="button"].white, body header + * input[type="submit"].white, body header + * .button.white, body .btn.white, body input[type="button"].white, body input[type="submit"].white, body .button.white {
  --brc: var(--g6);
  --bgc: var(--g6);
  --txc: var(--g1);
}
body header + * .btn.white:hover, body header + * input[type="button"].white:hover, body header + * input[type="submit"].white:hover, body header + * .button.white:hover, body .btn.white:hover, body input[type="button"].white:hover, body input[type="submit"].white:hover, body .button.white:hover {
  --brc: var(--g6);
  --bgc: var(--g6);
  --txc: var(--g1);
}
body header + * .btn.black, body header + * input[type="button"].black, body header + * input[type="submit"].black, body header + * .button.black, body .btn.black, body input[type="button"].black, body input[type="submit"].black, body .button.black {
  --brc: var(--g1);
  --txc: var(--g1);
}
body header + * .btn.black:hover, body header + * input[type="button"].black:hover, body header + * input[type="submit"].black:hover, body header + * .button.black:hover, body .btn.black:hover, body input[type="button"].black:hover, body input[type="submit"].black:hover, body .button.black:hover {
  --txc: var(--g6);
}
body header + * .btn.black:hover > span, body header + * input[type="button"].black:hover > span, body header + * input[type="submit"].black:hover > span, body header + * .button.black:hover > span, body .btn.black:hover > span, body input[type="button"].black:hover > span, body input[type="submit"].black:hover > span, body .button.black:hover > span {
  --txc: var(--g6);
}
body header + * .btn.black.outline, body header + * input[type="button"].black.outline, body header + * input[type="submit"].black.outline, body header + * .button.black.outline, body .btn.black.outline, body input[type="button"].black.outline, body input[type="submit"].black.outline, body .button.black.outline {
  color: var(--g1);
}
body header + * .btn.black.outline:hover, body header + * input[type="button"].black.outline:hover, body header + * input[type="submit"].black.outline:hover, body header + * .button.black.outline:hover, body .btn.black.outline:hover, body input[type="button"].black.outline:hover, body input[type="submit"].black.outline:hover, body .button.black.outline:hover {
  color: var(--g6);
}
body header + * .btn.black.outline:hover > span, body header + * input[type="button"].black.outline:hover > span, body header + * input[type="submit"].black.outline:hover > span, body header + * .button.black.outline:hover > span, body .btn.black.outline:hover > span, body input[type="button"].black.outline:hover > span, body input[type="submit"].black.outline:hover > span, body .button.black.outline:hover > span {
  color: var(--g6);
}
body header + * .btn.outline, body header + * input[type="button"].outline, body header + * input[type="submit"].outline, body header + * .button.outline, body .btn.outline, body input[type="button"].outline, body input[type="submit"].outline, body .button.outline {
  color: var(--bc1);
  border-color: var(--bc1);
  border-radius: var(--radius);
  padding-top: 25px;
  padding-bottom: 25px;
}
body header + * .btn.outline:hover, body header + * input[type="button"].outline:hover, body header + * input[type="submit"].outline:hover, body header + * .button.outline:hover, body .btn.outline:hover, body input[type="button"].outline:hover, body input[type="submit"].outline:hover, body .button.outline:hover {
  background-color: var(--g7);
  color: #111;
  border-color: var(--g7);
}
body header + * .btn.outline:hover > span, body header + * input[type="button"].outline:hover > span, body header + * input[type="submit"].outline:hover > span, body header + * .button.outline:hover > span, body .btn.outline:hover > span, body input[type="button"].outline:hover > span, body input[type="submit"].outline:hover > span, body .button.outline:hover > span {
  color: var(--g1);
}
body header + * .btn.text, body header + * .btn.text::before, body header + * input[type="button"].text, body header + * input[type="button"].text::before, body header + * input[type="submit"].text, body header + * input[type="submit"].text::before, body header + * .button.text, body header + * .button.text::before, body .btn.text, body .btn.text::before, body input[type="button"].text, body input[type="button"].text::before, body input[type="submit"].text, body input[type="submit"].text::before, body .button.text, body .button.text::before {
  background: none !important;
  box-shadow: none !important;
  border: 0 !important;
}
body header + * .btn.text span, body header + * input[type="button"].text span, body header + * input[type="submit"].text span, body header + * .button.text span, body .btn.text span, body input[type="button"].text span, body input[type="submit"].text span, body .button.text span {
  color: var(--g1) !important;
  transition: color 0.23s;
}
body header + * .btn.text span::before, body header + * input[type="button"].text span::before, body header + * input[type="submit"].text span::before, body header + * .button.text span::before, body .btn.text span::before, body input[type="button"].text span::before, body input[type="submit"].text span::before, body .button.text span::before {
  transition: filter 0.23s, box-shadow 0.23s steps(8);
}
body header + * .btn.text:hover span, body header + * input[type="button"].text:hover span, body header + * input[type="submit"].text:hover span, body header + * .button.text:hover span, body .btn.text:hover span, body input[type="button"].text:hover span, body input[type="submit"].text:hover span, body .button.text:hover span {
  color: var(--mc1) !important;
}
body header + * .btn.text:hover span::before, body header + * input[type="button"].text:hover span::before, body header + * input[type="submit"].text:hover span::before, body header + * .button.text:hover span::before, body .btn.text:hover span::before, body input[type="button"].text:hover span::before, body input[type="submit"].text:hover span::before, body .button.text:hover span::before {
  box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.22);
  filter: brightness(0.8) saturate(100%) invert(87%) sepia(18%) saturate(65%) hue-rotate(349deg) brightness(34%) contrast(36%);
}
body header + * .btn.light, body header + * input[type="button"].light, body header + * input[type="submit"].light, body header + * .button.light, body .btn.light, body input[type="button"].light, body input[type="submit"].light, body .button.light {
  --gr-btn: linear-gradient(
                  152deg,
                  rgba(255, 255, 255, 0.1) 5%,
                  rgba(255, 255, 255, 0.1) 34%,
                  rgba(255, 255, 255, 0.5) 42%,
                  rgba(255, 255, 255, 0.5) 62%,
                  rgba(255, 255, 255, 1),
                  rgba(255, 255, 255, 1)
  );
  border-color: transparent !important;
  --bcolor: transparent !important;
}
body header + * .btn.light > span, body header + * input[type="button"].light > span, body header + * input[type="submit"].light > span, body header + * .button.light > span, body .btn.light > span, body input[type="button"].light > span, body input[type="submit"].light > span, body .button.light > span {
  color: var(--g6);
}
body header + * .btn.light:hover > span, body header + * input[type="button"].light:hover > span, body header + * input[type="submit"].light:hover > span, body header + * .button.light:hover > span, body .btn.light:hover > span, body input[type="button"].light:hover > span, body input[type="submit"].light:hover > span, body .button.light:hover > span {
  color: var(--g1);
}
body header + * .btn.bg-white, body header + * input[type="button"].bg-white, body header + * input[type="submit"].bg-white, body header + * .button.bg-white, body .btn.bg-white, body input[type="button"].bg-white, body input[type="submit"].bg-white, body .button.bg-white {
  background-image: linear-gradient(135deg, #fff, #fff, var(--grd2), var(--grd1));
}
body header + * .btn.solid:hover, body header + * input[type="button"].solid:hover, body header + * input[type="submit"].solid:hover, body header + * .button.solid:hover, body .btn.solid:hover, body input[type="button"].solid:hover, body input[type="submit"].solid:hover, body .button.solid:hover {
  --btn-label-color: var(--g6);
}
body header + * .btn.light, body header + * input[type="button"].light, body header + * input[type="submit"].light, body header + * .button.light, body .btn.light, body input[type="button"].light, body input[type="submit"].light, body .button.light {
  background-color: rgba(255, 255, 255, 0.1);
  --gr-btn: linear-gradient(
                  135deg,
                  rgb(255 255 255 / 10%),
                  rgb(255 255 255 / 10%),
                  rgb(255 255 255 / 30%),
                  #fff,
                  #fff
  );
}
button {
  cursor: pointer;
  transition: color 0.23s, border-color 0.23s;
}
button:hover {
  color: var(--c1);
  border-color: var(--c1);
}
.btn.white {
  --bgc: transparent;
  --brc: #fff;
  --txc: var(--g1);
}
.btn.white:hover {
  --bgc: none;
  --brc: #fff;
  --txc: var(--g1);
}
.btn, .button {
  transition: background-position 0.57s, background-color 0.23s, color 0.23s, border-color 0.21s;
}
.btn:not(.outline), .button:not(.outline) {
  background: var(--bc1);
  color: var(--g7);
  box-shadow: 5.333px 24px 40px 0px rgba(251, 148, 60, 0.25);
  border: 1px solid var(--bc1);
  padding: 25px 60px;
}
@media (max-width: 599.24px) {
  .btn:not(.outline), .button:not(.outline) {
    padding-left: 0;
    padding-right: 0;
  }
}
.btn:not(.outline) span, .button:not(.outline) span {
  color: var(--g7);
}
.btn:hover, .button:hover {
  background: transparent;
  color: var(--bc1);
  box-shadow: none;
}
.btn:not(.outline):hover, .button:not(.outline):hover {
  background: transparent;
  color: var(--bc1);
  box-shadow: none;
}
.btn:not(.outline):hover > span, .button:not(.outline):hover > span {
  color: var(--bc1);
}
.btn.white:not(.outline), .btn.white:not(.outline)::before, .button.white:not(.outline), .button.white:not(.outline)::before {
  --gr-btn: linear-gradient(
                      64deg, var(--g6, #fff) 5%,
                      var(--g6, #fff) 34%,
                      var(--dc1) 67%,
                      var(--dc1) 75%,
                      var(--mc1));
}
.btn.white:not(.outline), .btn.white:not(.outline) span, .button.white:not(.outline), .button.white:not(.outline) span {
  color: var(--g1);
}
.btn.white:not(.outline):hover, .btn.white:not(.outline):hover span, .button.white:not(.outline):hover, .button.white:not(.outline):hover span {
  color: var(--g6);
}
.btn.white.outline:hover, .btn.white.outline:hover span, .button.white.outline:hover, .button.white.outline:hover span {
  color: var(--g1);
}
.btn.outline, .button.outline {
  --brc: var(--g1);
  border: 1px solid var(--bc1);
  background-color: transparent;
}
.btn.outline.white, .button.outline.white {
  --brc: var(--g7);
}
.btn.outline span, .btn.outline::before span, .button.outline span, .button.outline::before span {
  color: var(--dc1);
}
.btn.outline:hover, .btn.outline::before:hover, .button.outline:hover, .button.outline::before:hover {
  border: 0 !important;
  background-position: 99% !important;
}
.btn.outline:hover span, .btn.outline::before:hover span, .button.outline:hover span, .button.outline::before:hover span {
  color: var(--g6);
}
.btn.white.outline, .button.white.outline {
  color: var(--g7);
  border-color: var(--g7);
  padding: 25px 0;
}
.btn.white.outline span, .button.white.outline span {
  color: var(--g7);
  text-transform: initial;
  font-weight: 700;
  min-width: 220px;
}
.btn.white.outline:hover, .button.white.outline:hover {
  color: var(--bc1);
  border-color: var(--bc1);
  background-color: transparent;
}
.btn.white.outline:hover span, .button.white.outline:hover span {
  color: var(--bc1);
}
.btn.white.outline::before, .btn.white.outline::before span, .button.white.outline::before, .button.white.outline::before span {
  color: var(--g6);
}
.btn.white.outline::before:hover, .btn.white.outline::before:hover span, .button.white.outline::before:hover, .button.white.outline::before:hover span {
  color: var(--g1);
}
.btn path, .button path {
  fill: var(--g6);
}
.btn.white.solid, .button.white.solid {
  min-width: 0 !important;
}
.btn.white.solid:not(.outline), .button.white.solid:not(.outline) {
  border: 0 !important;
}
.btn.white.solid, .btn.white.solid::before, .button.white.solid, .button.white.solid::before {
  --gr-btn: linear-gradient(
                    64deg,
                    var(--c1) 5%,
                    var(--c1) 34%,
                    var(--b1) 42%,
                    var(--b1) 62%,
                    var(--d1),
                    var(--d1)
    );
  background-color: transparent;
  background-image: var(--gr-btn);
}
@media (max-width:  599.24px) {
  .btn, .button {
    width: 100%;
  }
}
.btn a::before {
  background: none !important;
}
.fl-photo {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.fl-module.video .fl-video {
  border: solid 10px #202020;
  max-width: 850px;
  margin-left: auto;
  margin-top: 3rem;
  margin-bottom: 3rem;
  margin-bottom: 3.8rem;
  position: relative;
  aspect-ratio: 1.7777777778;
}
.fl-module.video .fl-video iframe {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  aspect-ratio: 1.7777777778;
  height: 100%;
  width: 100%;
}
.fl-module.video .fl-video-poster {
  position: absolute;
  z-index: 5;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  transition: opacity 0.52s 0.32s;
}
.fl-module.video .fl-video-poster.play {
  opacity: 0;
  pointer-events: none;
}
.fl-module.video .fl-video-poster img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.fl-module.video .fl-video-poster img + p {
  --font-size: 1.067rem;
  font-weight: bold;
  line-height: 1.6;
  letter-spacing: 0.64px;
  text-align: center;
  text-transform: uppercase;
  position: absolute;
  z-index: 10;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background-color: #0006;
  margin: 0;
  cursor: pointer;
  transition: background-color 0.21s;
}
.fl-module.video .fl-video-poster img + p:hover {
  background: #000a;
}
.fl-module.video .fl-video-poster img + p svg {
  width: 63px;
  height: 63px;
}
.fl-module.video .fl-video-poster img + p span {
  padding: 1.7rem 0 1.3rem;
}
button, input[type="button"], input[type="reset"], input[type="submit"] {
  border: 2px solid;
  border-radius: 40px;
  border-color: var(--bc1);
  color: var(--g7);
  text-transform: uppercase;
  line-height: 1;
  padding: 15px 30px;
  background-color: transparent;
  --font-size: 20px !important;
  font-weight: 700 !important;
}
button:hover, input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover {
  color: var(--g7);
  background-color: transparent;
}
button:active, button:focus, input[type="button"]:active, input[type="button"]:focus, input[type="reset"]:active, input[type="reset"]:focus, input[type="submit"]:active, input[type="submit"]:focus {
  outline: none;
}
#comments .logged-in-as {
  display: none;
}
.contact_button {
  background: #ffffff;
  box-shadow: 0px 2px 30px rgba(0, 0, 0, 0.05);
  border-radius: var(--radius);
  padding: 1.8rem 2.8rem;
  max-width: 28.2rem;
  min-height: 8rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  overflow: hidden;
  margin-bottom: 2rem;
}
@media (max-width: 1529.24px) {
  .contact_button {
    max-width: 32.2rem;
  }
}
@media (max-width: 1019.24px) {
  .contact_button {
    max-width: 100%;
  }
}
.contact_button p {
  margin: 0;
}
.contact_button p:nth-child(1) {
  --font-size: 24px;
  line-height: 1.25;
  color: var(--g1);
  font-weight: bold;
  margin-bottom: 6px;
}
.contact_button p:nth-child(2) {
  --font-size: 18px;
  font-family: var(--ft);
  line-height: 1.67;
  letter-spacing: 0.8px;
  color: var(--g1);
}
.contact_button > .svg {
  position: absolute;
  object-fit: contain;
  object-position: right;
  filter: brightness(0) saturate(100%) invert(30%) sepia(31%) saturate(7034%) hue-rotate(177deg) brightness(94%) contrast(101%);
  opacity: 0.05;
}
.contact_button > .svg.facebook {
  right: -8px;
  top: -3px;
  height: calc(100% + 20px);
  width: 174px;
}
.contact_button > .svg.mail {
  right: -13px;
  top: -4px;
  height: calc(100% + 8px);
  width: 167px;
}
.contact_button > .svg.phone {
  right: -6px;
  top: -22px;
  height: calc(100% + 40px);
  width: 174px;
}
.contact_button:hover {
  background: var(--m1);
}
.contact_button:hover p {
  color: var(--g6);
}
.contact_button:hover > .svg {
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(2516%) hue-rotate(38deg) brightness(85%) contrast(101%);
  opacity: 0.175;
}
.wpforms-confirmation-container {
  padding: 19px 34px;
  background: var(--m1);
  border-radius: 20px;
}
.wpforms-confirmation-container * {
  color: #fff;
  --font-size: max(20px, 1.55rem);
  margin: 10px 0;
}
#dd#dd:not(.app) input, #dd#dd:not(.app) textarea, #dd#dd:not(.app) select {
  max-width: 100%;
  background: none;
}
#dd#dd:not(.app) .select2-container {
  height: 70px;
  margin-bottom: 20px;
}
#dd#dd:not(.app) .select2-container, #dd#dd:not(.app) .select2-selection__rendered, #dd#dd:not(.app) input:not([type="submit"], [type="button"]), #dd#dd:not(.app) textarea, #dd#dd:not(.app) select {
  color: var(--g7);
  border-radius: 0;
  padding-left: 25px;
  font-weight: 700;
  letter-spacing: 0.8px;
  line-height: 1.3;
  padding-top: 20px;
  margin-bottom: 0;
  border: 1px solid var(--Standard-Grey-III, #999598);
  background: rgba(255, 255, 255, 0.05);
}
#dd#dd:not(.app) input:not([type="submit"], [type="button"], [type="checkbox"]), #dd#dd:not(.app) select {
  min-height: 75px;
}
#dd#dd:not(.app) textarea {
  width: 100% !important;
  padding-top: 30px;
  line-height: 1.51;
  --font-size: 16px;
  min-height: 228px;
  margin-top: 15px;
}
#dd#dd:not(.app) select:hover {
  box-shadow: 0px 6px 10px 0px #0002, 0px 3px 5px 0px #0002 !important;
  transition: box-shadow 0.27s !important;
}
#dd#dd:not(.app) .wpforms-field, #dd#dd:not(.app) form p, #dd#dd:not(.app) form.pmpro_form div.pmpro_member_profile_edit-field, #dd#dd:not(.app) form.pmpro_form div[class*="fields"] div[class*="field"] {
  display: flex;
  width: 100%;
  position: relative;
  flex-direction: column;
  margin: 0;
}
@media (min-width: 1239.25px) and (max-width: 1529.24px) {
  #dd#dd:not(.app) .wpforms-field, #dd#dd:not(.app) form p, #dd#dd:not(.app) form.pmpro_form div.pmpro_member_profile_edit-field, #dd#dd:not(.app) form.pmpro_form div[class*="fields"] div[class*="field"] {
    line-height: 1.33;
  }
}
#dd#dd:not(.app) form.pmpro_form div[class*="fields"] {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#dd#dd:not(.app) p > label, #dd#dd:not(.app) label.wpforms-field-label, #dd#dd:not(.app) form.pmpro_form label {
  position: absolute;
  top: 41px;
  left: 28px;
  pointer-events: none;
  --font-size: 16px;
  letter-spacing: 0.8px;
  text-align: left;
  color: var(--g3);
  font-family: var(--ft);
  transform-origin: left !important;
  transition: transform 0.23s;
  display: flex;
  flex-direction: row-reverse;
  font-weight: 400;
}
#dd#dd:not(.app) select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-width: 1px;
  outline: 0;
  background-repeat: no-repeat;
  background-position: calc(100% - 22px) center;
  background-size: 14.2px;
}
#dd#dd:not(.app) .focus input:focus, #dd#dd:not(.app) .focus textarea:focus, #dd#dd:not(.app) .focus select:focus {
  border-color: var(--g1) !important;
}
#dd#dd:not(.app) .focus label, #dd#dd:not(.app) .focus label.wpforms-field-label {
  transform: translateY(-13px);
}
#dd#dd:not(.app) .focus input[type="checkbox"] ~ label, #dd#dd:not(.app) .focus input[type="radio"] ~ label, #dd#dd:not(.app) .focus input[type="checkbox"] ~ label.wpforms-field-label, #dd#dd:not(.app) .focus input[type="radio"] ~ label.wpforms-field-label {
  transform: none;
}
#dd#dd:not(.app) .focus span.wpforms-required-label {
  padding-right: 6px;
  width: 13px;
  opacity: 1;
}
form lottie-player.lottieChecbox {
  content: "";
  display: block;
  position: absolute;
  bottom: 50%;
  transform: translateY(50%);
  left: -42px;
  z-index: 5;
  mix-blend-mode: darken;
  pointer-events: none;
  top: -40px;
}
input#wp-submit {
  display: none;
}
body input[type="text"], body input[type="email"], body input[type="url"], body input[type="password"], body input[type="search"], body input[type="number"], body input[type="tel"], body input[type="range"], body input[type="date"], body input[type="month"], body input[type="week"], body input[type="time"], body input[type="datetime"], body input[type="datetime-local"], body input[type="color"], body textarea {
  border-radius: 3px;
  padding: 3px;
  border: 0;
  border-bottom: solid 1px var(--g4);
  border-radius: 0;
  margin-bottom: 1rem;
  outline: none;
  --font-size: 19.5px;
}
body input[type="text"]:focus, body input[type="email"]:focus, body input[type="url"]:focus, body input[type="password"]:focus, body input[type="search"]:focus, body input[type="number"]:focus, body input[type="tel"]:focus, body input[type="range"]:focus, body input[type="date"]:focus, body input[type="month"]:focus, body input[type="week"]:focus, body input[type="time"]:focus, body input[type="datetime"]:focus, body input[type="datetime-local"]:focus, body input[type="color"]:focus, body textarea:focus {
  border: 0;
  border-bottom: solid 1px var(--g4);
  outline: none;
}
input[type="checkbox"] {
  width: 18px;
  height: 18px;
  border: solid 2px #f0f0f0;
  opacity: 0;
}
body textarea {
  width: 100%;
  min-height: 1.3rem;
  margin: 0;
}
body .wpforms-label-hide {
  display: none;
}
#body .wpforms-container .wpforms-field-gdpr-checkbox ul {
  margin: 0 0 1.8rem;
  padding: 0;
  list-style: none;
}
#body .wpforms-container .wpforms-field-gdpr-checkbox ul li {
  display: flex;
  position: relative;
}
#body .wpforms-container .wpforms-field-gdpr-checkbox ul li::before {
  display: none;
}
#body .wpforms-container .wpforms-field-gdpr-checkbox ul li label {
  --font-size: 15.5px;
  letter-spacing: 0.2px;
  text-align: left;
  color: var(--g1);
  min-height: 20px;
  flex-wrap: wrap;
  align-items: center;
  padding: 0 0 0 19px;
  cursor: pointer;
  display: inline-block;
}
@media (min-width:  1239.25px) and (max-width:  1529.24px) {
  #body .wpforms-container .wpforms-field-gdpr-checkbox ul li label {
    --font-size: 14.9px;
    letter-spacing: 0.1px;
    padding-left: 20px;
  }
}
@media (min-width:  1019.25px) and (max-width:  1239.24px) {
  #body .wpforms-container .wpforms-field-gdpr-checkbox ul li label {
    line-height: 1.2;
  }
}
#body .wpforms-container .wpforms-field-gdpr-checkbox ul li label a {
  text-decoration: underline;
  color: #FB0018;
  text-decoration: underline;
  padding: 4px 3px;
}
#body .wpforms-container .wpforms-field-gdpr-checkbox ul li label a.asteriks {
  text-decoration: none;
}
#body .wpforms-container .wpforms-field-gdpr-checkbox ul li label a:not(.asteriks):hover {
  color: var(--mc1);
}
#body .wpforms-container .wpforms-field-gdpr-checkbox ul li label lottie-player.lottieChecbox {
  pointer-events: none;
}
#body .wpforms-container .wpforms-field-gdpr-checkbox ul li input + label::after {
  content: "";
  position: absolute;
  border-radius: 5px;
  left: 0;
  top: -15px;
  width: 25px;
  height: 25px;
  z-index: 1;
  background-image: url(/a-images/svg/checked.svg);
  background-repeat: no-repeat;
  background-size: contain;
  opacity: 0;
  transition: opacity 0.17s;
  bottom: 50%;
  transform: translateY(50%);
  margin-bottom: -1.4px;
}
#body .wpforms-container .wpforms-field-gdpr-checkbox ul li input:checked + label::after {
  opacity: 1;
}
#body .wpforms-container .wpforms-field-gdpr-checkbox ul li input:checked + label::before {
  border-color: var(--mc1);
}
#body .wpforms-container .wpforms-field-gdpr-checkbox ul li label::before, #body .wpforms-container .wpforms-field-gdpr-checkbox ul li .lottieChecbox {
  content: "";
  display: block;
  position: absolute;
  bottom: 50%;
  transform: translateY(50%);
}
#body .wpforms-container .wpforms-field-gdpr-checkbox ul li .lottieChecbox {
  top: -12px;
  top: -37px;
  left: -12px;
  z-index: 5;
  mix-blend-mode: darken;
  pointer-events: none;
}
#body .wpforms-container .wpforms-field-gdpr-checkbox ul li label::before {
  border: solid 1px var(--g1);
  border-radius: 5px;
  left: 0;
  width: 24px;
  height: 24px;
  z-index: 1;
}
#body .wpforms-container .wpforms-field-gdpr-checkbox .wpforms-field-label {
  --font-size: 0 !important;
}
#body .wpforms-container .wpforms-field-gdpr-checkbox label.wpforms-error {
  margin-top: -1.8rem;
}
textarea.dd-code {
  font-family: "Fira Code iScript", "FiraCode", "Fira Code", monospace !important;
  background: #222 !important;
  color: #eee !important;
}
#dd:not(.lottie) input:checked + lottie-player.lottieChecbox {
  background-image: url(/images/svg/checked.svg);
  background-repeat: no-repeat;
  background-position: 20px 13px;
}
.wpforms-field-gdpr-checkbox {
  margin-top: 27px !important;
}
.fl-module button.btn[type="submit"]:not([class*="splide"]) {
  padding: 18px 50px;
  margin-top: 0px !important;
}
.wpforms-error {
  --font-size: 15px;
}
.header-before {
  font-family: var(--font-primary);
  font-weight: 500;
}
.header {
  font-family: var(--font-primary);
  font-weight: 800;
  margin-bottom: 2.2rem;
}
.header-after {
  font-family: var(--font-primary);
  font-weight: 700;
}
.subheader {
  font-family: var(--font-primary);
  font-weight: 700;
}
h1, h2, h3, h4, h5, h6, .heading, .h, .h_before, .h_main, .h_after, .fp {
  font-family: var(--font-secondary);
}
@media (min-width: 1739.25px) {
  h1, h2, h3, h4, h5, h6, .heading, .h, .h_before, .h_main, .h_after, .fp {
    font-size: var(--font-size) !important;
  }
}
@media (max-width: 1739.24px) {
  h1, h2, h3, h4, h5, h6, .heading, .h, .h_before, .h_main, .h_after, .fp {
    --min-font-size: 18px;
    --font-size-divider: 0.8;
    font-size: calc((var(--font-size) - var(--min-font-size)) * var(--font-size-divider) + var(--min-font-size)) !important;
  }
}
@media (min-width: 1239.25px) and (max-width: 1529.24px) {
  h1, h2, h3, h4, h5, h6, .heading, .h, .h_before, .h_main, .h_after, .fp {
    --font-size-divider: 0.67;
  }
}
@media (min-width: 1019.25px) and (max-width: 1239.24px) {
  h1, h2, h3, h4, h5, h6, .heading, .h, .h_before, .h_main, .h_after, .fp {
    --font-size-divider: 0.58;
  }
}
@media (min-width: 759.25px) and (max-width: 1019.24px) {
  h1, h2, h3, h4, h5, h6, .heading, .h, .h_before, .h_main, .h_after, .fp {
    --font-size-divider: 0.5;
  }
}
@media (min-width: 599.25px) and (max-width: 759.24px) {
  h1, h2, h3, h4, h5, h6, .heading, .h, .h_before, .h_main, .h_after, .fp {
    --font-size-divider: 0.45;
  }
}
@media (min-width: 409.25px) and (max-width: 599.24px) {
  h1, h2, h3, h4, h5, h6, .heading, .h, .h_before, .h_main, .h_after, .fp {
    --font-size-divider: 0.3;
  }
}
@media (max-width: 409.24px) {
  h1, h2, h3, h4, h5, h6, .heading, .h, .h_before, .h_main, .h_after, .fp {
    --font-size-divider: 0.24;
  }
}
@media (max-width: 1739.24px) {
  .h_before {
    --font-size: 20px;
  }
  .heading {
    --font-size: 60px;
  }
  .h_main {
    --font-size: 24px;
  }
}
@media (min-width: 1739.25px) {
  html header *, html main *, html footer * {
    font-size: var(--font-size) !important;
  }
}
header *, main *, footer * {
  font-family: var(--font-text);
  font-weight: 400;
}
@media (min-width: 1739.25px) {
  header *, main *, footer * {
    font-size: var(--font-size);
  }
}
@media (max-width: 1739.24px) {
  header *, main *, footer * {
    --font-size: 24px;
    --min-font-size: 13.5px;
    --font-size-divider: 0.8;
    font-size: calc((var(--font-size) - var(--min-font-size)) * var(--font-size-divider) + var(--min-font-size));
  }
}
@media (min-width: 1239.25px) and (max-width: 1529.24px) {
  header *, main *, footer * {
    --font-size-divider: 0.67;
  }
}
@media (min-width: 1019.25px) and (max-width: 1239.24px) {
  header *, main *, footer * {
    --font-size-divider: 0.58;
  }
}
@media (min-width: 759.25px) and (max-width: 869.24px) {
  header *, main *, footer * {
    --font-size-divider: 0.5;
  }
}
@media (min-width: 869.25px) and (max-width: 1019.24px) {
  header *, main *, footer * {
    --font-size-divider: 0.44;
  }
}
@media (min-width: 599.25px) and (max-width: 759.24px) {
  header *, main *, footer * {
    --font-size-divider: 0.48;
  }
}
@media (min-width: 409.25px) and (max-width: 599.24px) {
  header *, main *, footer * {
    --font-size-divider: 0.34;
  }
}
@media (max-width: 409.24px) {
  header *, main *, footer * {
    --font-size-divider: 0.3;
    --min-font-size: 12.25px;
  }
}
.btn, .button {
  font-family: var(--font-primary);
  font-weight: 600;
}
.link {
  font-family: var(--font-secondary);
}
.primary, .ft {
  font-family: var(--font-primary);
}
.secondary, .fs {
  font-family: var(--font-secondary);
}
html h1, html h2, html h3, html h4, html h5, html h6 {
  clear: both;
  --font-size: 3rem;
  font-weight: 700;
  font-family: var(--fs);
  line-height: 1.3;
  margin-top: 0.4em;
  margin-bottom: 0.4em;
}
html h1 {
  --font-size: min(min(59px, calc(1.8rem + 1.8vw)), 3.9rem);
  line-height: 1.17;
  font-weight: 800;
}
html h2 {
  --font-size: 60px;
  line-height: 1.17;
}
html h3 {
  --font-size: 50px;
  line-height: 1.2;
}
html h4 {
  --font-size: 40px;
  line-height: 1.21;
}
html h5 {
  --font-size: 30px;
}
html h6 {
  --font-size: 28px;
}
@media (max-width: 767px) {
  html h2 {
    --font-size: 3rem;
  }
  html h3 {
    --font-size: 2.6rem;
  }
  html h4 {
    --font-size: 2.4rem;
  }
  html h5 {
    --font-size: 1.8rem;
  }
}
@media (min-width: 759.25px) and (max-width: 1019.24px) {
  .heading {
    --font-size: 4.22rem;
  }
}
.header > *, .heading > * {
  display: block;
  font-family: var(--fp);
  letter-spacing: 0;
}
.header > *.h_before, .heading > *.h_before {
  --font-size: 1.6rem;
  letter-spacing: 1.92px;
  text-align: left;
  color: var(--d1);
  text-transform: uppercase;
  margin-bottom: 2rem;
}
@media (max-width:  1019.24px) {
  .header > *.h_before, .heading > *.h_before {
    --font-size: 2.3rem;
    margin-bottom: 1rem;
  }
}
@media (max-width:  599.24px) {
  .header > *.h_before, .heading > *.h_before {
    --font-size: 1.7rem;
  }
}
.header > *.h_main, .heading > *.h_main {
  margin-top: 0;
  margin-bottom: 1rem;
  font-family: var(--fp);
  font-style: normal;
  font-weight: 700;
  --font-size: 50px;
  line-height: 1.25;
  color: var(--g1);
  text-align: left;
}
@media (max-width: 759.24px) {
  .header > *.h_main, .heading > *.h_main {
    --font-size: 47px;
    margin-top: 1.7rem;
  }
}
@media (max-width: 599.24px) {
  .header > *.h_main, .heading > *.h_main {
    --font-size: 27px;
  }
}
.h, .h > a {
  font-family: var(--fh);
  line-height: 1.2;
  --font-size: 2.667rem;
  font-weight: 800;
  color: var(--g7);
  margin: 0 0 1.3rem;
}
.h_main {
  font-weight: 700;
  --font-size: min(calc(2rem + 2vw), 4rem);
  line-height: 1.25;
  font-family: var(--fh);
  letter-spacing: 0.8px;
  color: var(--g1);
}
.h_main.big {
  --font-size: min(min(80px, calc(2.67rem + 2.67vw)), 5.33rem) /* 80px */
  ;
}
@media (max-width:  599.24px) {
  .heading > .h_main {
    --font-size: max(calc(1.36rem + 1.36vw), 2.6rem);
  }
}
body, button, input, select, optgroup, textarea {
  font-family: var(--ft);
  --font-size: 1.6rem;
}
@media (min-width: 1019.25px) {
  #dd .center, #dd .center > * {
    text-align: center;
  }
}
p {
  margin-top: 1em;
  margin-bottom: 1.6em;
  font-weight: 400;
  --font-size: 18px;
  line-height: 1.67;
  letter-spacing: 0.8px;
  color: var(--g7);
}
@media (max-width:  1019.24px) {
  p {
    margin-top: 0.97em;
    margin-bottom: 1.4em;
  }
}
@media (max-width:  599.24px) {
  p {
    --font-size: 1.4rem;
    letter-spacing: 0.3px;
  }
}
@media (min-width:  1019.25px) and (max-width:  1239.24px) {
  p {
    --font-size: 1.42rem;
  }
}
dfn, cite,em , i {
  font-style: italic;
}
#dd blockquote {
  background-image: url(/a-images/svg/quote.svg);
  background-position: left top;
  margin-left: -1px;
  padding-left: 60px;
}
address {
  margin: 0 0 1.5em;
}
@media (min-width: 599.25px) and (max-width: 1019.24px) {
  address {
    margin: 0 0 1em;
  }
}
address, address p {
  --font-size: 18px;
}
pre {
  margin-bottom: 0.6em;
  max-width: 100%;
  overflow: auto;
  padding: 0 0 0.6em 0;
  font-size: 14px !important;
  min-width: 620px;
}
abbr, acronym {
  cursor: help;
}
mark, ins {
  text-decoration: none;
}
mark {
  padding: 4px 10px;
  background: var(--dc1);
  color: #fff;
  opacity: 0.8;
}
big {
  --font-size: 125%;
}
.text span {
  white-space: normal !important;
}
a {
  text-decoration: none;
  color: var(--m1);
}
a:hover {
  color: var(--m2);
}
img.emoji {
  width: 16px;
}
.cart-page .is-large.wc-block-cart .wc-block-cart-items th {
  text-transform: initial;
  --font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.8px;
}
.cart-page .wc-block-components-button:not(.is-link) {
  border: 1px solid var(--bc1);
  border-radius: 10px;
  background-color: var(--bc1);
  margin-left: 20px;
  box-shadow: 5.333px 24px 40px 0px rgba(251, 148, 60, 0.25);
}
.cart-page .wc-block-components-button:not(.is-link):hover {
  background-color: transparent;
  color: var(--bc1);
  box-shadow: none;
}
.cart-page .wc-block-components-product-name {
  --font-size: 20px;
  letter-spacing: 0.8px;
  font-weight: 700;
}
.cart-page .wc-block-components-formatted-money-amount {
  --font-size: 24px;
  font-weight: 700;
  letter-spacing: 0.8px;
}
.cart-page .woocommerce {
  display: flex;
  flex-wrap: wrap;
  --gap: 74px;
  column-gap: var(--gap);
  justify-content: space-between;
}
@media (max-width: 1529.24px) {
  .cart-page .woocommerce {
    --gap: 20px;
  }
}
@media (max-width: 1739.24px) {
  .cart-page .woocommerce .ddwc-sidebar * {
    --font-size: 19px;
  }
}
.cart-page .woocommerce .woocommerce-notices-wrapper {
  width: 100%;
}
@media (min-width: 1529.25px) {
  .cart-page .woocommerce .ddwc-main {
    width: 66.28%;
  }
}
@media (max-width: 1239.24px) {
  .cart-page .woocommerce .ddwc-main {
    width: 100%;
  }
}
@media (min-width: 1239.25px) and (max-width: 1529.24px) {
  .cart-page .woocommerce .ddwc-main {
    width: 59.88%;
  }
}
.cart-page .woocommerce .woocommerce-cart-form-container {
  width: 100%;
}
@media (min-width: 1239.25px) {
  .cart-page .woocommerce .woocommerce-cart-form-container {
    display: flex;
    justify-content: space-between;
  }
}
.cart-page .woocommerce .woocommerce-cart-form .shop_table.shop_table {
  padding-top: 25px;
  padding-bottom: 17px;
}
@media (max-width: 1529.24px) {
  .cart-page .woocommerce .woocommerce-cart-form .shop_table.shop_table {
    padding-bottom: 17px;
    padding: 20px 30px 22px 19px;
  }
}
.cart-page .woocommerce .woocommerce-cart-form .shop_table, .cart-page .woocommerce .dd_after_cart_table {
  background: rgba(74, 72, 73, 0.2);
  padding: 40px 50px;
  width: 100%;
  position: relative;
  min-height: 475px;
}
@media (max-width: 1529.24px) {
  .cart-page .woocommerce .woocommerce-cart-form .shop_table, .cart-page .woocommerce .dd_after_cart_table {
    min-height: 425px;
    padding: 30px 40px;
  }
}
@media (max-width: 599.24px) {
  .cart-page .woocommerce .woocommerce-cart-form .shop_table, .cart-page .woocommerce .dd_after_cart_table {
    padding: 20px 30px;
  }
}
@media (max-width: 409.24px) {
  .cart-page .woocommerce .woocommerce-cart-form .shop_table, .cart-page .woocommerce .dd_after_cart_table {
    padding: 20px;
  }
}
.cart-page .woocommerce .woocommerce-cart-form .shop_table td, .cart-page .woocommerce .dd_after_cart_table td {
  vertical-align: top;
}
.cart-page .woocommerce .woocommerce-cart-form .shop_table th.product-subtotal, .cart-page .woocommerce .woocommerce-cart-form .shop_table td.product-subtotal, .cart-page .woocommerce .woocommerce-cart-form .shop_table th.product-quantity, .cart-page .woocommerce .woocommerce-cart-form .shop_table td.product-quantity, .cart-page .woocommerce .dd_after_cart_table th.product-subtotal, .cart-page .woocommerce .dd_after_cart_table td.product-subtotal, .cart-page .woocommerce .dd_after_cart_table th.product-quantity, .cart-page .woocommerce .dd_after_cart_table td.product-quantity {
  display: none;
}
.cart-page .woocommerce .woocommerce-cart-form .shop_table th.product-name, .cart-page .woocommerce .woocommerce-cart-form .shop_table th.product-price, .cart-page .woocommerce .woocommerce-cart-form .shop_table td.product-name, .cart-page .woocommerce .woocommerce-cart-form .shop_table td.product-price, .cart-page .woocommerce .dd_after_cart_table th.product-name, .cart-page .woocommerce .dd_after_cart_table th.product-price, .cart-page .woocommerce .dd_after_cart_table td.product-name, .cart-page .woocommerce .dd_after_cart_table td.product-price {
  text-align: left;
  position: relative;
  font-size: 18px !important;
  font-style: normal;
  font-weight: 700;
  line-height: 1.35;
  letter-spacing: 0.8px;
  padding-bottom: 17px;
  padding-top: 17px;
}
@media (max-width: 599.24px) {
  .cart-page .woocommerce .woocommerce-cart-form .shop_table th.product-name, .cart-page .woocommerce .woocommerce-cart-form .shop_table th.product-price, .cart-page .woocommerce .woocommerce-cart-form .shop_table td.product-name, .cart-page .woocommerce .woocommerce-cart-form .shop_table td.product-price, .cart-page .woocommerce .dd_after_cart_table th.product-name, .cart-page .woocommerce .dd_after_cart_table th.product-price, .cart-page .woocommerce .dd_after_cart_table td.product-name, .cart-page .woocommerce .dd_after_cart_table td.product-price {
    padding-bottom: 7px;
    padding-top: 7px;
  }
}
.cart-page .woocommerce .woocommerce-cart-form .shop_table th.product-name::before, .cart-page .woocommerce .woocommerce-cart-form .shop_table th.product-price::before, .cart-page .woocommerce .dd_after_cart_table th.product-name::before, .cart-page .woocommerce .dd_after_cart_table th.product-price::before {
  width: 90%;
  height: 1px;
  background-color: #4A4849;
  content: "";
  position: absolute;
  display: inline-block;
  bottom: 0;
}
.cart-page .woocommerce .woocommerce-cart-form .shop_table td.product-thumbnail, .cart-page .woocommerce .woocommerce-cart-form .shop_table th.product-thumbnail, .cart-page .woocommerce .dd_after_cart_table td.product-thumbnail, .cart-page .woocommerce .dd_after_cart_table th.product-thumbnail {
  width: 196px;
  padding-right: 20px;
}
@media (max-width: 1529.24px) {
  .cart-page .woocommerce .woocommerce-cart-form .shop_table td.product-thumbnail, .cart-page .woocommerce .woocommerce-cart-form .shop_table th.product-thumbnail, .cart-page .woocommerce .dd_after_cart_table td.product-thumbnail, .cart-page .woocommerce .dd_after_cart_table th.product-thumbnail {
    width: 316px;
  }
}
@media (min-width: 759.25px) and (max-width: 1019.24px) {
  .cart-page .woocommerce .woocommerce-cart-form .shop_table td.product-thumbnail, .cart-page .woocommerce .woocommerce-cart-form .shop_table th.product-thumbnail, .cart-page .woocommerce .dd_after_cart_table td.product-thumbnail, .cart-page .woocommerce .dd_after_cart_table th.product-thumbnail {
    width: 236px;
  }
}
@media (max-width: 599.24px) {
  .cart-page .woocommerce .woocommerce-cart-form .shop_table td.product-thumbnail, .cart-page .woocommerce .woocommerce-cart-form .shop_table th.product-thumbnail, .cart-page .woocommerce .dd_after_cart_table td.product-thumbnail, .cart-page .woocommerce .dd_after_cart_table th.product-thumbnail {
    width: 176px;
  }
}
@media (max-width: 599.24px) {
  .cart-page .woocommerce .woocommerce-cart-form .shop_table td.product-name, .cart-page .woocommerce .dd_after_cart_table td.product-name {
    padding: 0 !important;
  }
  .cart-page .woocommerce .woocommerce-cart-form .shop_table td.product-remove, .cart-page .woocommerce .dd_after_cart_table td.product-remove {
    position: absolute;
    right: 0;
  }
}
.cart-page .woocommerce .woocommerce-cart-form .shop_table td.product-remove, .cart-page .woocommerce .dd_after_cart_table td.product-remove {
  padding-top: 40px;
}
@media (max-width: 1529.24px) {
  .cart-page .woocommerce .woocommerce-cart-form .shop_table td.product-remove, .cart-page .woocommerce .dd_after_cart_table td.product-remove {
    padding-top: 10px;
    padding-right: 20px;
  }
}
@media (max-width: 1529.24px) {
  .cart-page .woocommerce .woocommerce-cart-form .shop_table .coupon p, .cart-page .woocommerce .dd_after_cart_table .coupon p {
    font-size: 16px !important;
  }
}
.cart-page .woocommerce .woocommerce-cart-form .shop_table a, .cart-page .woocommerce .dd_after_cart_table a {
  color: var(--g5);
  font-size: 20px !important;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 0.8px;
}
@media (min-width: 1019.25px) {
  .cart-page .woocommerce .woocommerce-cart-form .shop_table td.product-name, .cart-page .woocommerce .dd_after_cart_table td.product-name {
    width: 450px;
  }
  .cart-page .woocommerce .woocommerce-cart-form .shop_table td.product-price, .cart-page .woocommerce .dd_after_cart_table td.product-price {
    width: 350px;
  }
}
.cart-page .woocommerce button.button[name="update_cart"] {
  display: none;
}
.cart-page .ddwc-sidebar {
  width: calc(30% - var(--gap));
  width: 29.366%;
  z-index: 9;
}
@media (min-width: 1239.25px) and (max-width: 1529.24px) {
  .cart-page .ddwc-sidebar {
    width: 36.366%;
  }
}
@media (max-width: 1239.24px) {
  .cart-page .ddwc-sidebar {
    width: 100%;
    margin-top: 20px;
  }
}
.cart-page .ddwc-sidebar .cart-collaterals .cart_totals {
  background: rgba(74, 72, 73, 0.2);
  padding: 60px 40px;
  padding: 40px 40px 50px;
  margin-bottom: 35px;
}
@media (max-width: 1529.24px) {
  .cart-page .ddwc-sidebar .cart-collaterals .cart_totals {
    padding: 35px 31px 32px;
  }
}
@media (max-width: 409.24px) {
  .cart-page .ddwc-sidebar .cart-collaterals .cart_totals {
    padding: 28px 23px 32px;
  }
}
.cart-page .ddwc-sidebar .cart-collaterals .cart_totals .checkout-button {
  margin-right: 0;
  width: 100%;
  box-shadow: 5.333px 24px 40px 0px rgba(251, 148, 60, 0.35);
}
@media (max-width: 1739.24px) {
  .cart-page .ddwc-sidebar .cart-collaterals .cart_totals .checkout-button {
    padding-left: 0;
    padding-right: 0;
  }
}
.cart-page .ddwc-sidebar .cart-collaterals .cart_totals .order-total th, .cart-page .ddwc-sidebar .cart-collaterals .cart_totals .cart-shipping th, .cart-page .ddwc-sidebar .cart-collaterals .cart_totals .cart-subtotal th {
  text-align: left;
}
.cart-page .ddwc-sidebar .cart-collaterals .cart_totals .order-total td, .cart-page .ddwc-sidebar .cart-collaterals .cart_totals .cart-shipping td, .cart-page .ddwc-sidebar .cart-collaterals .cart_totals .cart-subtotal td {
  text-align: right;
}
.cart-page .ddwc-sidebar .cart-collaterals .cart_totals h2 {
  display: none;
}
.cart-page .ddwc-sidebar .cart-collaterals .coupon {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-top: 20px;
}
@media (max-width: 1019.24px) {
  .cart-page .ddwc-sidebar .cart-collaterals .coupon {
    margin-bottom: 20px;
    justify-content: flex-start;
  }
}
.cart-page .ddwc-sidebar .cart-collaterals .coupon .input-text {
  border-radius: 15px !important;
  padding: 0 !important;
  text-align: center;
}
.cart-page .ddwc-sidebar .cart-collaterals .coupon .button {
  margin: 0;
  margin-left: 15px;
}
.cart-page .ddwc-sidebar .cart-collaterals .coupon p {
  width: auto !important;
  margin-right: 15px !important;
}
.cart-page .langs-container, .cart-page .menu.mobile, .cart-page .aside-menu.mobile, .cart-page .main-menu, .cart-page #main::before {
  display: none !important;
}
.cart-page #body #main {
  padding-top: 180px !important;
}
@media (max-width: 1019.24px) {
  .cart-page #body #main {
    padding-top: 110px !important;
  }
}
.cart-page #body {
  overflow: hidden !important;
}
.cart-page #body::before {
  width: 545.333px;
  height: 545.333px;
  border-radius: 545.333px;
  opacity: 0.5;
  background: #4A4849;
  filter: blur(133.3333435059px);
  display: block;
  position: absolute;
  content: "";
  pointer-events: none;
  left: -252px;
  top: 30px;
}
.cart-page .product-remove a {
  color: #4A4849;
}
.cart-page .woocommerce-notices-wrapper {
  margin-bottom: 30px;
}
.cart-page .woocommerce-cart-form-container {
  position: relative;
}
.cart-page .woocommerce-cart-form-container::after {
  border-radius: 545.333px;
  opacity: 0.25;
  background: #FB943C;
  filter: blur(133.33px);
  content: "";
  width: 545px;
  height: 545px;
  display: block;
  position: absolute;
  top: -15%;
  pointer-events: none;
  right: -390px;
}
.cart-page .amount.amount ins {
  margin-left: 12px;
}
.cart-page .amount.amount * {
  font-size: 24px !important;
  font-weight: 700;
}
@media (max-width: 1529.24px) {
  .cart-page .amount.amount * {
    font-size: 20px !important;
  }
}
.cart-page .add-consulting-banner {
  border: 1px solid var(--Standard-White, #FFF);
  background: var(--Standard-Black, #111);
  width: 100%;
  display: flex;
  margin-bottom: 40px;
}
.cart-page .add-consulting-banner .col:nth-child(1) {
  width: 44%;
}
.cart-page .add-consulting-banner .col:nth-child(2) {
  width: 66%;
}
.cart-page .add-consulting-banner img {
  width: 200px;
  object-fit: none;
  object-position: left top;
}
@media (max-width: 599.24px) {
  .cart-page .add-consulting-banner img {
    object-fit: contain;
    min-width: 180px;
    margin-right: -40px;
  }
}
.cart-page .add-consulting-banner p.title {
  color: var(--Standard-White, #FFF);
  font-size: 16px !important;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0.8px;
  margin: 20px 0 10px;
}
.cart-page .add-consulting-banner .desc * {
  color: var(--Standard-White, #FFF);
  font-size: 14px !important;
  font-style: normal;
  font-weight: 400;
  line-height: 1.12;
  letter-spacing: 0.8px;
  margin: 7px 0;
}
.cart-page .add-consulting-banner .foot {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 10px 0 18px;
  padding: 13px 30px 10px 0;
}
@media (max-width: 599.24px) {
  .cart-page .add-consulting-banner .foot {
    padding-right: 11px;
  }
}
.cart-page .add-consulting-banner .foot .price {
  color: var(--Brand-Neon-Carrot, #FB943C);
  font-size: 24px !important;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 0.8px;
  white-space: nowrap;
}
.cart-page .add-consulting-banner .foot .btn.add-consulting {
  padding: 10px 25px;
  min-width: 0;
  /* width: 20px; */
  /* height: 20px; */
  border-radius: 10px;
  border: 1.203px solid var(--Standard-White, #FFF);
  background: rgba(255, 255, 255, 0.05);
  box-shadow: none;
  margin: 0;
}
.cart-page .add-consulting-banner .foot .btn.add-consulting:hover {
  border-color: #FB943C;
}
.cart-page .cart-collaterals {
  min-height: 500px;
}
@media (max-width: 1529.24px) {
  .cart-page .cart-collaterals {
    min-height: 450px;
  }
}
@media (max-width: 1019.24px) {
  .cart-page .cart-collaterals {
    min-height: auto;
  }
}
.cart-page .cart-collaterals tr.cart-subtotal {
  display: none;
}
.cart-page .cart-collaterals bdi {
  color: var(--Standard-White, #FFF);
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 0.8px;
}
.cart-page .cart_totals.cart_totals tr * {
  font-size: 18px !important;
}
.cart-page tr.order-total * {
  font-weight: 700 !important;
}
.cart-page .form-row input, .cart-page .form-row select, .cart-page .form-row textarea, .cart-page input#link_to_announcement {
  padding-top: 6px !important;
}
.cart-page .form-row.form-row label {
  position: static !important;
  color: var(--Standard-White, #FFF) !important;
  font-size: 20px !important;
}
.cart-page .wc-empty-cart-message {
  width: 100%;
}
.cart-page .aside-menu.mobile {
  display: none !important;
}
.checkout-page .woocommerce-form-coupon-toggle {
  display: none;
}
.checkout-page .langs-container, .checkout-page .site-header #site-navigation .main-menu, .checkout-page #body #main::before {
  display: none !important;
}
.checkout-page form.checkout.woocommerce-checkout {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media (min-width: 1239.25px) {
  .checkout-page form.checkout.woocommerce-checkout .ddwc-sidebar {
    width: 29.46%;
  }
  .checkout-page form.checkout.woocommerce-checkout .ddwc-main {
    width: 66.28%;
  }
}
@media (min-width: 1239.25px) and (max-width: 1529.24px) {
  .checkout-page form.checkout.woocommerce-checkout .ddwc-sidebar {
    width: 31.46%;
  }
}
@media (max-width: 1239.24px) {
  .checkout-page form.checkout.woocommerce-checkout .ddwc-sidebar {
    width: 100%;
  }
  .checkout-page form.checkout.woocommerce-checkout .ddwc-main {
    width: 100%;
  }
}
@media (max-width: 759.24px) {
  .checkout-page form.checkout.woocommerce-checkout .ddwc-sidebar {
    width: auto;
    margin: 0 -30px;
  }
}
.checkout-page tr.cart-subtotal p {
  letter-spacing: 0.9px;
}
.checkout-page #order_review_heading {
  color: var(--Standard-White, #FFF);
  font-size: 30px !important;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.checkout-page #order_review thead, .checkout-page th.product-name {
  display: none;
}
.checkout-page tr.order-total th, .checkout-page tr.cart-subtotal th {
  text-align: left;
}
.checkout-page td.product-total {
  text-align: right;
}
.checkout-page span.woocommerce-Price-amount.amount bdi {
  text-align: right;
  margin-left: auto;
  display: block;
}
.checkout-page .ddwc-sidebar-in {
  background: rgba(74, 72, 73, 0.2);
  padding: 60px 40px;
  padding: 40px 40px 50px;
  margin-bottom: 35px;
}
@media (min-width: 1239.25px) and (max-width: 1529.24px) {
  .checkout-page .ddwc-sidebar-in {
    padding: 25px 35px 40px;
  }
}
@media (max-width: 759.24px) {
  .checkout-page .ddwc-sidebar-in {
    padding: 20px 30px 40px;
  }
}
.checkout-page #order_review_heading {
  text-align: left;
}
.checkout-page #dd h3 {
  font-size: 40px !important;
  font-weight: 700 !important;
  margin: 0 0 30px;
}
.checkout-page .woocommerce {
  margin-top: 40px;
}
.checkout-page .ddwc-main::before {
  width: 545.333px;
  height: 545.333px;
  border-radius: 545.333px;
  opacity: 0.5;
  background: #4A4849;
  filter: blur(133.3333435059px);
  display: block;
  position: absolute;
  content: "";
  pointer-events: none;
  left: -252px;
  top: 30px;
  z-index: -1;
}
.checkout-page #order_review::after {
  border-radius: 545.333px;
  opacity: 0.25;
  background: #FB943C;
  filter: blur(133.33px);
  content: "";
  width: 545px;
  height: 545px;
  display: block;
  position: absolute;
  bottom: -15%;
  pointer-events: none;
  right: -390px;
  z-index: -1;
}
.checkout-page div#order_review tr + tr *, .checkout-page div#order_review tr.cart-subtotal * {
  color: var(--Standard-White, #FFF);
  font-size: 18px !important;
  line-height: 1.6;
  letter-spacing: 0.962px;
}
.checkout-page div#order_review tr.order-total * {
  font-size: 20px !important;
  font-weight: 700;
}
.checkout-page div#order_review strong.product-quantity {
  color: var(--Brand-Neon-Carrot, #FB943C);
}
.checkout-page .woocommerce-privacy-policy-text * {
  color: var(--Standard-Grey-III, #999598);
  font-size: 14px !important;
  font-style: normal;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0.112px;
}
.checkout-page .woocommerce-privacy-policy-text a.woocommerce-privacy-policy-link {
  color: var(--Brand-Neon-Carrot, #FB943C) !important;
  display: inline !important;
}
.checkout-page .woocommerce-privacy-policy-text p {
  display: block !important;
}
.checkout-page .wc_payment_method label {
  color: var(--Standard-White, #FFF);
  font-size: 18px !important;
  font-style: normal;
  font-weight: 400;
  line-height: 28.867px;
  letter-spacing: 0.962px;
}
.checkout-page tr.cart_item td {
  padding: 5px 0 !important;
}
@media (max-width: 759.24px) {
  .checkout-page div#order_review {
    margin-top: 3rem;
  }
}
@media (max-width: 1019.24px) {
  .checkout-page #body #main {
    padding-top: 100px !important;
  }
}
.checkout-page .aside-menu.mobile {
  display: none !important;
}
.woocommerce-notices-wrapper li::before, .cart-shipping::before {
  background: none !important;
  display: none !important;
}
html.woocommerce .woocommerce ul {
  padding: 0;
}
html.woocommerce .woocommerce ul li {
  padding: 0;
  text-align: left;
}
html.woocommerce .woocommerce ul li::before {
  background: none;
  display: none;
}
#dd#dd .add-consulting-banner li {
  padding: 0;
}
#dd#dd .add-consulting-banner li::before {
  background-image: url("/a-images/img/dotplus.svg");
  background-size: 12px;
  width: 18px;
  height: 25px;
}
#dd.cart-page #footer .footer-widgets.container .row:first-of-type, #dd.checkout-page #footer .footer-widgets.container .row:first-of-type {
  border-top: 0;
}
#dd.cart-page #footer .footer-widgets.container .footer-box.button-col, #dd.checkout-page #footer .footer-widgets.container .footer-box.button-col {
  display: none;
}
#dd.cart-page #footer .footer-widgets.container .row .socialicons, #dd.checkout-page #footer .footer-widgets.container .row .socialicons {
  justify-content: flex-start;
  display: none;
}
.woocommerce-message a.restore-item {
  display: none;
}
.cart-shipping * {
  padding: 0 !important;
}
.cart-shipping ul {
  margin: 0;
}
.cart-shipping ul li {
  margin: 0;
}
.cart-shipping li::before {
  display: none !important;
}
.cart-shipping svg {
  margin-bottom: -4px;
  margin-right: 7px;
}
#dd ul.woocommerce-error li {
  padding: 19px 32px;
  background: #c60000;
  display: block;
}
#dd#dd#dd.woocommerce .form-row label[for*="stripe"] {
  position: static;
}
#dd#dd#dd.woocommerce .woocommerce {
  position: relative;
  z-index: 5;
}
#dd#dd#dd.woocommerce img.woocommerce-placeholder.wp-post-image {
  width: 171px;
  height: 116px;
  object-fit: cover;
}
#dd#dd#dd.woocommerce input#coupon_code {
  border-radius: 15px;
  border: 1.203px solid var(--Standard-Grey-III, #999598);
  background: rgba(255, 255, 255, 0.05);
  padding: 0 20px;
  min-height: 60px;
  width: 240px;
  color: var(--Standard-White, #FFF);
  font-family: Lexend;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 0.8px;
  text-align: center;
}
@media (max-width: 1529.24px) {
  #dd#dd#dd.woocommerce input#coupon_code {
    width: 210px;
  }
}
@media (max-width: 759.24px) {
  #dd#dd#dd.woocommerce input#coupon_code {
    width: 100%;
  }
}
#dd#dd#dd.woocommerce input#coupon_code:active, #dd#dd#dd.woocommerce input#coupon_code:focus {
  border: 1.203px solid #fff !important;
}
#dd#dd#dd.woocommerce .coupon {
  display: flex;
  text-align: right;
  align-items: center;
  gap: 12px;
}
@media (max-width: 759.24px) {
  #dd#dd#dd.woocommerce .coupon {
    text-align: left;
    align-items: start;
    gap: 12px;
    flex-direction: column;
    margin-top: 5px;
  }
}
#dd#dd#dd.woocommerce .coupon p {
  padding-right: 10px;
}
#dd#dd#dd.woocommerce .coupon button.button {
  margin: 0;
  border-radius: 15px;
  background: var(--Standard-Grey-IV, #4A4849);
  border-color: var(--Standard-Grey-IV, #4A4849);
  box-shadow: 5.333px 24px 40px 0px rgba(74, 72, 73, 0.25);
  min-height: 60px;
  height: 60px;
  min-width: 200px;
}
#dd#dd#dd.woocommerce .form-row input, #dd#dd#dd.woocommerce .form-row select, #dd#dd#dd.woocommerce .form-row textarea, #dd#dd#dd.woocommerce input#link_to_announcement {
  width: 100%;
  margin: 10px 0;
  padding: 27px 20px 6px;
  font-size: 16.6px !important;
}
#dd#dd#dd.woocommerce .form-row input:focus, #dd#dd#dd.woocommerce .form-row select:focus, #dd#dd#dd.woocommerce .form-row textarea:focus, #dd#dd#dd.woocommerce input#link_to_announcement:focus {
  border: 1px solid var(--Standard-White, #FFF) !important;
  background: rgba(255, 255, 255, 0.05);
}
#dd#dd#dd.woocommerce .form-row textarea {
  padding: 33px 20px 6px;
}
#dd#dd#dd.woocommerce .form-row {
  position: relative;
}
@media (max-width: 759.24px) {
  #dd#dd#dd.woocommerce .form-row {
    overflow: hidden;
  }
}
#dd#dd#dd.woocommerce .form-row span.optional {
  display: none;
}
#dd#dd#dd.woocommerce .form-row abbr[title] {
  border-bottom: none;
  color: var(--Brand-Neon-Carrot, #FB943C);
  font-family: Lexend;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.8px;
  text-decoration: none;
  margin-right: 8px;
}
#dd#dd#dd.woocommerce .form-row label {
  text-align: left;
  justify-content: start;
  padding: 0;
  margin: -7px 0 0 -7px;
  line-height: 1.6;
  color: var(--Standard-Grey-III, #999598);
  font-family: Lexend;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.8px;
  position: absolute;
  font-size: 16px !important;
}
@media (max-width: 759.24px) {
  #dd#dd#dd.woocommerce .form-row label {
    letter-spacing: -0.1px;
    font-size: 14.5px !important;
    white-space: nowrap;
  }
  #dd#dd#dd.woocommerce .form-row label[for="order_comments"], #dd#dd#dd.woocommerce .form-row label[for="link_to_announcement"] {
    white-space: normal;
    padding: 7px;
  }
}
#dd#dd#dd.woocommerce .form-row.shipping_country, #dd#dd#dd.woocommerce .form-row.billing_country, #dd#dd#dd.woocommerce .form-row.focus label, #dd#dd#dd.woocommerce .form-row.fill label {
  transform: translateY(-13px);
}
#dd#dd#dd.woocommerce .woocommerce-NoticeGroup {
  width: 100%;
  padding: 30px;
}
@media (min-width: 759.25px) {
  #dd#dd#dd.woocommerce .form-row-first, #dd#dd#dd.woocommerce .form-row-last {
    max-width: calc(50% - var(--gap, 20px)) !important;
  }
}
#dd#dd#dd.woocommerce.checkout-page #customer_details {
  --gap: 10px;
  padding: 10px 60px 50px;
  gap: var(--gap, 10px);
  flex-shrink: 0;
  background: rgba(74, 72, 73, 0.2);
}
@media (max-width: 759.24px) {
  #dd#dd#dd.woocommerce.checkout-page #customer_details {
    padding: 10px 30px 20px;
    margin: 0 -30px;
  }
}
@media (min-width: 1019.25px) and (max-width: 1529.24px) {
  #dd#dd#dd.woocommerce.checkout-page #customer_details {
    padding: 10px 40px 30px;
  }
}
#dd#dd#dd.woocommerce tr.cart-discount th, #dd#dd#dd.woocommerce tr.cart-discount td {
  padding: 0;
}
#dd#dd#dd.woocommerce tr.cart-discount th {
  text-align: left;
}
#dd#dd#dd.woocommerce tr.cart-discount td {
  text-align: right;
}
#dd#dd#dd.woocommerce tr.cart-discount * {
  color: #FB943C;
}
#dd#dd#dd.woocommerce tr.cart-discount a.woocommerce-remove-coupon {
  display: none;
}
#dd#dd#dd.woocommerce .woocommerce-billing-fields__field-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (min-width: 759.25px) {
  #dd#dd#dd.woocommerce .form-row-first, #dd#dd#dd.woocommerce .form-row-last, #dd#dd#dd.woocommerce p[id*="first_name"], #dd#dd#dd.woocommerce p[id*="company"], #dd#dd#dd.woocommerce p[id*="email"], #dd#dd#dd.woocommerce p[id*="postcode"], #dd#dd#dd.woocommerce p[id*="last_name"], #dd#dd#dd.woocommerce p[id*="nip"], #dd#dd#dd.woocommerce p[id*="phone"], #dd#dd#dd.woocommerce p[id*="state"], #dd#dd#dd.woocommerce p[id*="city"] {
    --gap: 10px;
    width: calc(50% - 10px);
    max-width: calc(50% - 10px) !important;
  }
}
#dd#dd#dd.woocommerce p[id*="address_1"], #dd#dd#dd.woocommerce p[id*="address_2"], #dd#dd#dd.woocommerce p[id*="country"], #dd#dd#dd.woocommerce p[id*="state"] {
  width: 100%;
}
#dd#dd#dd.woocommerce option {
  background: #292829;
}
#dd#dd#dd.woocommerce .woocommerce-additional-fields h3 {
  display: none;
}
#dd#dd#dd.woocommerce .woocommerce-additional-fields p#link_to_announcement_field:not(.woocommerce-invalid) {
  opacity: 0;
  height: 0;
}
#dd#dd#dd.woocommerce .select2.select2-container * {
  all: initial;
}
#dd#dd#dd.woocommerce .payment_box.payment_method_bacs * {
  color: var(--Standard-Grey-II, #D6D5D6) !important;
  font-family: Lexend;
  font-size: 14px !important;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.112px;
}
#dd#dd#dd.woocommerce:not(.home) #main ul:not(.df, .links, .tabs) li:not([class*="choice"])::before {
  display: none;
}
#dd#dd#dd.woocommerce .wc_payment_method input {
  width: 0;
  height: 0;
  padding: 0;
  opacity: 0;
  position: absolute;
}
#dd#dd#dd.woocommerce .wc_payment_method input + label::before {
  content: "";
  position: absolute;
  left: -1px;
  top: 3px;
  width: 22px;
  height: 22px;
  display: block;
  border-radius: 16px;
  box-sizing: border-box;
  background-image: url(/a-images/svg/radio-off.svg);
  background-position: center center;
  background-repeat: no-repeat;
}
#dd#dd#dd.woocommerce .wc_payment_method input:checked + label::before {
  background-image: url(/a-images/svg/radio-on.svg);
}
#dd#dd#dd.woocommerce li.wc_payment_method {
  padding-left: 40px;
  position: relative;
}
#dd#dd#dd.woocommerce li.wc_payment_method .payment_box {
  margin-left: -40px;
  margin-top: 10px;
}
#dd#dd#dd.woocommerce button#place_order {
  width: 100%;
  padding: 19px;
}
@media (max-width: 1019.24px) {
  #dd#dd#dd.woocommerce button#place_order {
    margin-top: 20px;
  }
}
#dd#dd#dd.woocommerce p.woocommerce-notice.woocommerce-notice--success.woocommerce-thankyou-order-received {
  color: #FFF;
  font-size: 40px !important;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin: 0;
  white-space: pre-line;
  line-height: 1.2;
}
#dd#dd#dd.woocommerce #main .d-page-thank {
  display: flex;
  justify-content: space-between;
  margin-top: 35px;
  flex-wrap: wrap;
}
#dd#dd#dd.woocommerce #main .d-page-thank li {
  padding: 0;
}
#dd#dd#dd.woocommerce .d-thank, #dd#dd#dd.woocommerce .d-thank-data, #dd#dd#dd.woocommerce .d-thank-data ~ section {
  background: rgba(74, 72, 73, 0.2);
  padding: 60px;
  margin-bottom: 20px;
}
@media (min-width: 1239.25px) {
  #dd#dd#dd.woocommerce .d-thank:not(:first-child:last-child), #dd#dd#dd.woocommerce .d-thank-data:not(:first-child:last-child), #dd#dd#dd.woocommerce .d-thank-data ~ section:not(:first-child:last-child) {
    width: calc(50% - 10px);
  }
}
#dd#dd#dd.woocommerce .d-page-thank .d-thank-data + p, #dd#dd#dd.woocommerce .d-page-thank .d-thank-data:last-child > p:first-child {
  display: none;
}
#dd#dd#dd.woocommerce .d-page-thank .d-thank-data:last-child::after {
  border-radius: 545.333px;
  opacity: 0.25;
  background: #FB943C;
  filter: blur(133.33px);
  content: "";
  width: 545px;
  height: 545px;
  display: block;
  position: absolute;
  top: -15%;
  pointer-events: none;
  right: -390px;
}
#dd#dd#dd.woocommerce h2.wc-bacs-bank-details-heading {
  font-size: 40px !important;
  line-height: 1.2;
  margin: 0;
}
#dd#dd#dd.woocommerce h3.wc-bacs-bank-details-account-name {
  font-size: 30px !important;
}
#dd#dd#dd.woocommerce .woocommerce-order.d-page-thank::after {
  border-radius: 545.333px;
  opacity: 0.25;
  background: #FB943C;
  filter: blur(133.33px);
  content: "";
  width: 545px;
  height: 545px;
  display: block;
  position: absolute;
  top: -15%;
  pointer-events: none;
  right: -390px;
}
#dd#dd#dd.woocommerce address {
  font-style: normal;
}
#dd#dd#dd.woocommerce .woocommerce-table__product-name.product-name {
  text-align: left;
}
#dd#dd#dd.woocommerce .woocommerce-table__product-name.product-name, #dd#dd#dd.woocommerce .woocommerce-table__product-name.product-name * {
  font-size: 18px !important;
}
#dd#dd#dd.woocommerce .woocommerce-table__product-name.product-name strong.product-quantity {
  color: #FB943C;
}
#dd#dd#dd.woocommerce .woocommerce-table__product-total.product-total, #dd#dd#dd.woocommerce .woocommerce-table__product-table.product-total {
  text-align: right;
}
#dd#dd#dd.woocommerce .woocommerce-table__product-total.product-total, #dd#dd#dd.woocommerce .woocommerce-table__product-total.product-total *, #dd#dd#dd.woocommerce .woocommerce-table__product-table.product-total, #dd#dd#dd.woocommerce .woocommerce-table__product-table.product-total * {
  font-size: 18px !important;
}
#dd#dd#dd.woocommerce table.woocommerce-table.woocommerce-table--order-details.shop_table.order_details tfoot, #dd#dd#dd.woocommerce table.woocommerce-table.woocommerce-table--custom-fields.shop_table.custom-fields {
  text-align: left;
}
#dd#dd#dd.woocommerce table.woocommerce-table.woocommerce-table--order-details.shop_table.order_details tfoot, #dd#dd#dd.woocommerce table.woocommerce-table.woocommerce-table--order-details.shop_table.order_details tfoot *, #dd#dd#dd.woocommerce table.woocommerce-table.woocommerce-table--custom-fields.shop_table.custom-fields, #dd#dd#dd.woocommerce table.woocommerce-table.woocommerce-table--custom-fields.shop_table.custom-fields * {
  font-size: 18px !important;
  line-height: 1.33;
}
#dd#dd#dd.woocommerce table.woocommerce-table.woocommerce-table--order-details.shop_table.order_details tfoot td, #dd#dd#dd.woocommerce table.woocommerce-table.woocommerce-table--custom-fields.shop_table.custom-fields td {
  text-align: right;
  padding-left: 8px;
}
#dd#dd#dd.woocommerce table.woocommerce-table.woocommerce-table--order-details.shop_table.order_details, #dd#dd#dd.woocommerce table.woocommerce-table.woocommerce-table--custom-fields.shop_table.custom-fields {
  margin: 0;
}
#dd#dd#dd.woocommerce #footer .footer-widgets.container .row:first-of-type {
  border-top: 2px solid rgba(74, 72, 73, 0.3);
}
#dd#dd#dd.woocommerce #main h2 {
  --font-size: 40px;
  line-height: 1.17;
}
#dd#dd#dd.woocommerce tr.discount {
  color: #FB943C;
}
#dd#dd#dd.woocommerce .woocommerce-table--order-details > * {
  display: flex;
  flex-direction: column;
  width: calc(var(--tw, 120%) - 120px);
}
#dd#dd#dd.woocommerce .woocommerce-table--order-details > * tr {
  display: flex;
  justify-content: space-between;
}
#dd#dd#dd.woocommerce .woocommerce-table--order-details > * tr.cart_subtotal {
  order: 8;
}
#dd#dd#dd.woocommerce .woocommerce-table--order-details > * tr.discount {
  order: 9;
}
#dd#dd#dd.woocommerce .woocommerce-table--order-details > * tr.order_total {
  order: 10;
}
#dd#dd#dd.woocommerce table.woocommerce-table.woocommerce-table--custom-fields.shop_table.custom-fields {
  display: none;
}
#dd#dd#dd.woocommerce section.woocommerce-customer-details {
  display: none;
}
#dd#dd#dd.woocommerce section.woocommerce-bacs-bank-details ~ section.woocommerce-customer-details {
  display: block !important;
}
@media (max-width: 759.24px) {
  #dd#dd#dd.woocommerce tr.woocommerce-cart-form__cart-item.cart_item {
    display: flex;
    flex-direction: column;
    margin-top: 12px;
    margin-bottom: 16px;
  }
  #dd#dd#dd.woocommerce table.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents thead {
    display: none;
  }
}
@media (min-width: 599.25px) and (max-width: 759.24px) {
  #dd#dd#dd.woocommerce tr.woocommerce-cart-form__cart-item.cart_item {
    display: grid;
    grid-template-columns: 40px 120px 1fr auto;
  }
  #dd#dd#dd.woocommerce .woocommerce-cart-form .shop_table td.product-thumbnail, #dd#dd#dd.woocommerce .woocommerce-cart-form .shop_table th.product-thumbnail, #dd#dd#dd.woocommerce .dd_after_cart_table td.product-thumbnail, #dd#dd#dd.woocommerce .dd_after_cart_table th.product-thumbnail {
    width: 96px !important;
    padding: 0 !important;
  }
}
#dd#dd#dd.woocommerce a.pr-details {
  display: block;
  color: var(--g3);
  text-decoration: underline;
  font-size: 16px !important;
  padding: 5px 0;
  font-weight: 400;
}
#dd#dd#dd.woocommerce a.pr-details:hover {
  color: var(--mc1);
}
#dd.my-account-page nav.woocommerce-MyAccount-navigation {
  background: rgba(74, 72, 73, 0.2);
  padding: 20px 30px 60px 30px;
  flex-shrink: 0;
  position: relative;
  overflow: hidden;
  margin-top: 30px;
}
@media (min-width: 869.25px) {
  #dd.my-account-page nav.woocommerce-MyAccount-navigation {
    float: left;
    width: 300px;
    margin-right: 60px;
  }
}
@media (min-width: 869.25px) and (max-width: 1239.24px) {
  #dd.my-account-page nav.woocommerce-MyAccount-navigation {
    width: 240px;
    margin-right: 30px;
    padding: 20px 20px 60px;
  }
}
#dd.my-account-page .woocommerce-MyAccount-content {
  background: rgba(74, 72, 73, 0.2);
  padding: 20px 50px 60px 50px;
  margin-top: 30px;
}
@media (min-width: 869.25px) {
  #dd.my-account-page .woocommerce-MyAccount-content {
    float: right;
    width: calc(100% - 362px);
  }
}
@media (min-width: 869.25px) and (max-width: 1239.24px) {
  #dd.my-account-page .woocommerce-MyAccount-content {
    width: calc(100% - 272px);
    padding: 20px 30px 40px;
  }
}
@media (max-width: 1239.24px) {
  #dd.my-account-page nav.woocommerce-MyAccount-navigation a {
    font-size: 15px !important;
  }
}
#dd.my-account-page nav.woocommerce-MyAccount-navigation .is-active > a {
  color: var(--mc1);
}
#dd.my-account-page a.woocommerce-button.button.view {
  padding: 8px 17px;
  min-width: 0;
}
#dd.my-account-page #body #main::before {
  display: none;
}
#dd.my-account-page li.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--dashboard {
  display: none;
}
#dd.my-account-page table.woocommerce-orders-table.woocommerce-MyAccount-orders th, #dd.my-account-page table.woocommerce-orders-table.woocommerce-MyAccount-orders td, #dd.my-account-page .my_account_orders.account-orders-table th, #dd.my-account-page .my_account_orders.account-orders-table td {
  padding: 8px 10px;
  text-align: left;
}
#dd.my-account-page table.woocommerce-orders-table.woocommerce-MyAccount-orders th, #dd.my-account-page table.woocommerce-orders-table.woocommerce-MyAccount-orders th *, #dd.my-account-page table.woocommerce-orders-table.woocommerce-MyAccount-orders td, #dd.my-account-page table.woocommerce-orders-table.woocommerce-MyAccount-orders td *, #dd.my-account-page .my_account_orders.account-orders-table th, #dd.my-account-page .my_account_orders.account-orders-table th *, #dd.my-account-page .my_account_orders.account-orders-table td, #dd.my-account-page .my_account_orders.account-orders-table td * {
  font-size: 17.6px !important;
}
@media (min-width: 759.25px) and (max-width: 1239.24px) {
  #dd.my-account-page table.woocommerce-orders-table.woocommerce-MyAccount-orders th, #dd.my-account-page table.woocommerce-orders-table.woocommerce-MyAccount-orders th *, #dd.my-account-page table.woocommerce-orders-table.woocommerce-MyAccount-orders td, #dd.my-account-page table.woocommerce-orders-table.woocommerce-MyAccount-orders td *, #dd.my-account-page .my_account_orders.account-orders-table th, #dd.my-account-page .my_account_orders.account-orders-table th *, #dd.my-account-page .my_account_orders.account-orders-table td, #dd.my-account-page .my_account_orders.account-orders-table td * {
    font-size: 15.6px !important;
  }
}
#dd.my-account-page table.woocommerce-orders-table.woocommerce-MyAccount-orders th, #dd.my-account-page .my_account_orders.account-orders-table th {
  border-bottom: solid 1.7px #fff;
  padding-top: 20px;
  padding-bottom: 20px;
}
#dd.my-account-page address {
  background: rgba(74, 72, 73, 0.2);
  padding: 30px 30px 40px 40px;
  margin-top: 28px;
  max-width: 550px;
}
#dd.my-account-page .woocommerce-address-fields__field-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#dd.my-account-page .woocommerce-address-fields button.button {
  margin-right: 0;
}
#dd#dd#dd.my-account-page .woocommerce-table--order-details > * {
  width: 100%;
}
@media (max-width: 1239.24px) {
  #dd.my-account-page .woocommerce-MyAccount-content * {
    font-size: 18px !important;
  }
}
#dd#dd#dd#dd form.woocommerce-ResetPassword.lost_reset_password, #dd#dd#dd#dd form.woocommerce-form.woocommerce-form-login.login {
  max-width: 800px;
  /* margin: auto; */
}
#dd#dd#dd#dd form.woocommerce-ResetPassword.lost_reset_password .woocommerce-form-row, #dd#dd#dd#dd form.woocommerce-ResetPassword.lost_reset_password input, #dd#dd#dd#dd form.woocommerce-form.woocommerce-form-login.login .woocommerce-form-row, #dd#dd#dd#dd form.woocommerce-form.woocommerce-form-login.login input {
  width: 100% !important;
  max-width: 100% !important;
  margin-top: 10px;
}
#dd#dd#dd#dd form.woocommerce-ResetPassword.lost_reset_password button, #dd#dd#dd#dd form.woocommerce-form.woocommerce-form-login.login button {
  margin: 40px 0 !important;
}
#dd#dd#dd#dd form.woocommerce-ResetPassword.lost_reset_password label.woocommerce-form__label.woocommerce-form__label-for-checkbox.woocommerce-form-login__rememberme, #dd#dd#dd#dd form.woocommerce-form.woocommerce-form-login.login label.woocommerce-form__label.woocommerce-form__label-for-checkbox.woocommerce-form-login__rememberme {
  margin: 40px 0 !important;
  position: relative;
  transform: none;
}
/*# sourceMappingURL=/a-assets/components.map */