body .xl {
  font-size: 1.4em;
}
body .lg {
  font-size: 1.2em;
}
body .sm {
  font-size: 0.9em;
}
body .xxxslow {
  animation-duration: 64s;
}
body .xxslow {
  animation-duration: 32s;
}
body .xslow {
  animation-duration: 16s;
}
body .slow {
  animation-duration: 8s;
}
body .reverse {
  animation-direction: reverse;
}
body .p-pad *:first-child, body .p-pad p + p, body .p-pad p + ul {
  margin-top: 0;
}
body .p-pad *:last-child {
  margin-bottom: 0;
}
body .full {
  width: 100%;
}
body .full-auto {
  width: 100%;
  height: auto;
}
body .flex-center {
  align-items: center;
  justify-content: center;
  align-content: center;
  text-align: center;
}
@media (max-width: 1119px) {
  body .hide-lt-page {
    display: none;
  }
}
@media (max-width: 991px) {
  body .hide-lt-tablet {
    display: none;
  }
}
@media (max-width: 767px) {
  body .hide-lt-phone-landscape {
    display: none;
  }
}
@media (max-width: 479px) {
  body .hide-lt-phone-portrait {
    display: none;
  }
}
@media (min-width: 1120px) {
  body .hide-gt-page {
    display: none;
  }
}
@media (min-width: 992px) {
  body .hide-gt-tablet {
    display: none;
  }
}
@media (min-width: 768px) {
  body .hide-gt-phone-landscape {
    display: none;
  }
}
@media (min-width: 480px) {
  body .hide-gt-phone-portrait {
    display: none;
  }
}
body.logged-in .hide-logged-in {
  display: none !important;
}
body:not(.logged-in) .hide-logged-out {
  display: none !important;
}
.ct-section.top-section > .ct-section-inner-wrap {
  align-items: flex-start;
}
.ct-section.center-section > .ct-section-inner-wrap {
  align-items: center;
}
.ct-section.bottom-section > .ct-section-inner-wrap {
  align-items: flex-end;
}
.ct-section.stretch-section > .ct-section-inner-wrap {
  align-items: stretch;
}
.ct-section.relative-section > .ct-section-inner-wrap {
  position: relative;
}
.ct-section.merge > .ct-section-inner-wrap {
  padding-bottom: 2.5rem;
}
.ct-section.merge + .ct-section .ct-section-inner-wrap {
  padding-top: 2.5rem;
}
@media (max-width: 992px) {
  .ct-section.merge.cols-2 > .ct-section-inner-wrap {
    padding-bottom: 1.25rem;
  }
  .ct-section.merge.cols-2 + .ct-section .ct-section-inner-wrap {
    padding-top: 1.25rem;
  }
}
.ct-section.screen-height {
  padding-top: 0;
  padding-bottom: 0;
}
.ct-section.screen-height > .ct-section-inner-wrap {
  min-height: 100vh;
  padding-top: 5rem;
  padding-bottom: 5rem;
}
.ct-section.preserve-3d {
  transform-style: preserve-3d;
}
.ct-section.preserve-3d > .ct-section-inner-wrap {
  transform-style: preserve-3d;
}
div.cols-center, .ct-section.cols-center > .ct-section-inner-wrap {
  align-items: center;
}
div.cols-stretch, .ct-section.cols-stretch > .ct-section-inner-wrap {
  align-items: stretch;
}
div.cols-2, .ct-section.cols-2 > .ct-section-inner-wrap {
  display: flex;
  flex-direction: row;
  width: 100%;
}
div.cols-2 > *:first-child, .ct-section.cols-2 > .ct-section-inner-wrap > *:first-child {
  margin-right: 20px;
}
div.cols-2 > *:last-child, .ct-section.cols-2 > .ct-section-inner-wrap > *:last-child {
  margin-left: 20px;
}
div.cols-2 > *:first-child, div.cols-2 > *:last-child, .ct-section.cols-2 > .ct-section-inner-wrap > *:first-child, .ct-section.cols-2 > .ct-section-inner-wrap > *:last-child {
  width: 50%;
  /* &:first-child {
            margin-right: $digitalis-column-padding;
        }
        &:last-child {
            margin-left: $digitalis-column-padding;
        } */
}
div.cols-2 > *:first-child > *:first-child, div.cols-2 > *:last-child > *:first-child, .ct-section.cols-2 > .ct-section-inner-wrap > *:first-child > *:first-child, .ct-section.cols-2 > .ct-section-inner-wrap > *:last-child > *:first-child {
  margin-top: 0;
}
div.cols-2 > *:first-child > *:last-child, div.cols-2 > *:last-child > *:last-child, .ct-section.cols-2 > .ct-section-inner-wrap > *:first-child > *:last-child, .ct-section.cols-2 > .ct-section-inner-wrap > *:last-child > *:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  div.cols-2, .ct-section.cols-2 > .ct-section-inner-wrap {
    flex-direction: column;
  }
  div.cols-2 > *:first-child, div.cols-2 > *:last-child, .ct-section.cols-2 > .ct-section-inner-wrap > *:first-child, .ct-section.cols-2 > .ct-section-inner-wrap > *:last-child {
    width: 100%;
  }
  div.cols-2 > *:first-child, .ct-section.cols-2 > .ct-section-inner-wrap > *:first-child {
    margin-right: 0;
    margin-bottom: 20px;
  }
  div.cols-2 > *:last-child, .ct-section.cols-2 > .ct-section-inner-wrap > *:last-child {
    margin-left: 0;
  }
  div.cols-2 .explode, .ct-section.cols-2 > .ct-section-inner-wrap .explode {
    margin-top: 0;
    margin-bottom: 0;
  }
}
div.cols-2-page, .ct-section.cols-2-page > .ct-section-inner-wrap {
  display: flex;
  flex-direction: row;
  width: 100%;
}
div.cols-2-page > *:first-child, .ct-section.cols-2-page > .ct-section-inner-wrap > *:first-child {
  margin-right: 20px;
}
div.cols-2-page > *:last-child, .ct-section.cols-2-page > .ct-section-inner-wrap > *:last-child {
  margin-left: 20px;
}
div.cols-2-page > *:first-child, div.cols-2-page > *:last-child, .ct-section.cols-2-page > .ct-section-inner-wrap > *:first-child, .ct-section.cols-2-page > .ct-section-inner-wrap > *:last-child {
  width: 50%;
  /* &:first-child {
            margin-right: $digitalis-column-padding;
        }
        &:last-child {
            margin-left: $digitalis-column-padding;
        } */
}
div.cols-2-page > *:first-child > *:first-child, div.cols-2-page > *:last-child > *:first-child, .ct-section.cols-2-page > .ct-section-inner-wrap > *:first-child > *:first-child, .ct-section.cols-2-page > .ct-section-inner-wrap > *:last-child > *:first-child {
  margin-top: 0;
}
div.cols-2-page > *:first-child > *:last-child, div.cols-2-page > *:last-child > *:last-child, .ct-section.cols-2-page > .ct-section-inner-wrap > *:first-child > *:last-child, .ct-section.cols-2-page > .ct-section-inner-wrap > *:last-child > *:last-child {
  margin-bottom: 0;
}
@media (max-width: 1120px) {
  div.cols-2-page, .ct-section.cols-2-page > .ct-section-inner-wrap {
    flex-direction: column;
  }
  div.cols-2-page > *:first-child, div.cols-2-page > *:last-child, .ct-section.cols-2-page > .ct-section-inner-wrap > *:first-child, .ct-section.cols-2-page > .ct-section-inner-wrap > *:last-child {
    width: 100%;
  }
  div.cols-2-page > *:first-child, .ct-section.cols-2-page > .ct-section-inner-wrap > *:first-child {
    margin-right: 0;
    margin-bottom: 20px;
  }
  div.cols-2-page > *:last-child, .ct-section.cols-2-page > .ct-section-inner-wrap > *:last-child {
    margin-left: 0;
  }
  div.cols-2-page .explode, .ct-section.cols-2-page > .ct-section-inner-wrap .explode {
    margin-top: 0;
    margin-bottom: 0;
  }
}
div.cols-2.phone-landscape, .ct-section.cols-2.phone-landscape > .ct-section-inner-wrap {
  display: flex;
  flex-direction: row;
  width: 100%;
}
div.cols-2.phone-landscape > *:first-child, .ct-section.cols-2.phone-landscape > .ct-section-inner-wrap > *:first-child {
  margin-right: 20px;
}
div.cols-2.phone-landscape > *:last-child, .ct-section.cols-2.phone-landscape > .ct-section-inner-wrap > *:last-child {
  margin-left: 20px;
}
div.cols-2.phone-landscape > *:first-child, div.cols-2.phone-landscape > *:last-child, .ct-section.cols-2.phone-landscape > .ct-section-inner-wrap > *:first-child, .ct-section.cols-2.phone-landscape > .ct-section-inner-wrap > *:last-child {
  width: 50%;
  /* &:first-child {
            margin-right: $digitalis-column-padding;
        }
        &:last-child {
            margin-left: $digitalis-column-padding;
        } */
}
div.cols-2.phone-landscape > *:first-child > *:first-child, div.cols-2.phone-landscape > *:last-child > *:first-child, .ct-section.cols-2.phone-landscape > .ct-section-inner-wrap > *:first-child > *:first-child, .ct-section.cols-2.phone-landscape > .ct-section-inner-wrap > *:last-child > *:first-child {
  margin-top: 0;
}
div.cols-2.phone-landscape > *:first-child > *:last-child, div.cols-2.phone-landscape > *:last-child > *:last-child, .ct-section.cols-2.phone-landscape > .ct-section-inner-wrap > *:first-child > *:last-child, .ct-section.cols-2.phone-landscape > .ct-section-inner-wrap > *:last-child > *:last-child {
  margin-bottom: 0;
}
@media (max-width: 768px) {
  div.cols-2.phone-landscape, .ct-section.cols-2.phone-landscape > .ct-section-inner-wrap {
    flex-direction: column;
  }
  div.cols-2.phone-landscape > *:first-child, div.cols-2.phone-landscape > *:last-child, .ct-section.cols-2.phone-landscape > .ct-section-inner-wrap > *:first-child, .ct-section.cols-2.phone-landscape > .ct-section-inner-wrap > *:last-child {
    width: 100%;
  }
  div.cols-2.phone-landscape > *:first-child, .ct-section.cols-2.phone-landscape > .ct-section-inner-wrap > *:first-child {
    margin-right: 0;
    margin-bottom: 20px;
  }
  div.cols-2.phone-landscape > *:last-child, .ct-section.cols-2.phone-landscape > .ct-section-inner-wrap > *:last-child {
    margin-left: 0;
  }
  div.cols-2.phone-landscape .explode, .ct-section.cols-2.phone-landscape > .ct-section-inner-wrap .explode {
    margin-top: 0;
    margin-bottom: 0;
  }
}
@media (max-width: 992px) {
  div.cols-2.swap > *:first-child, .ct-section.swap > .ct-section-inner-wrap > *:first-child {
    order: 1;
    margin-bottom: 0;
  }
  div.cols-2.swap > *:last-child, .ct-section.swap > .ct-section-inner-wrap > *:last-child {
    margin-bottom: 20px;
  }
}
div.cols-3, .ct-section.cols-3 > .ct-section-inner-wrap {
  display: flex;
  flex-direction: row;
  width: 100%;
}
div.cols-3 > *, .ct-section.cols-3 > .ct-section-inner-wrap > * {
  width: 33%;
  margin: 20px;
}
div.cols-3 > * > *:first-child, .ct-section.cols-3 > .ct-section-inner-wrap > * > *:first-child {
  margin-top: 0;
}
div.cols-3 > * > *:last-child, .ct-section.cols-3 > .ct-section-inner-wrap > * > *:last-child {
  margin-bottom: 0;
}
div.cols-3 > *:first-child, .ct-section.cols-3 > .ct-section-inner-wrap > *:first-child {
  margin-left: 0;
}
div.cols-3 > *:last-child, .ct-section.cols-3 > .ct-section-inner-wrap > *:last-child {
  margin-right: 0;
}
@media (max-width: 992px) {
  div.cols-3, .ct-section.cols-3 > .ct-section-inner-wrap {
    flex-direction: column;
  }
  div.cols-3 > *:first-child, div.cols-3 > *:last-child, .ct-section.cols-3 > .ct-section-inner-wrap > *:first-child, .ct-section.cols-3 > .ct-section-inner-wrap > *:last-child {
    width: 100%;
  }
  div.cols-3 > *:first-child, .ct-section.cols-3 > .ct-section-inner-wrap > *:first-child {
    margin-right: 0;
    margin-bottom: 20px;
  }
  div.cols-3 > *:last-child, .ct-section.cols-3 > .ct-section-inner-wrap > *:last-child {
    margin-left: 0;
  }
  div.cols-3 .explode, .ct-section.cols-3 > .ct-section-inner-wrap .explode {
    margin-top: 0;
    margin-bottom: 0;
  }
}
@media (max-width: 992px) {
  div.cols-2.remove-first > *:first-child, .ct-section.cols-2.remove-first > .ct-section-inner-wrap > *:first-child {
    display: none;
  }
}
@media (max-width: 992px) {
  div.cols-2.remove-last > *:last-child, .ct-section.cols-2.remove-last > .ct-section-inner-wrap > *:last-child {
    display: none;
  }
}
@media (max-width: 1120px) {
  div.cols-2-page.remove-first > *:first-child, .ct-section.cols-2-page.remove-first > .ct-section-inner-wrap > *:first-child {
    display: none;
  }
}
@media (max-width: 1120px) {
  div.cols-2-page.remove-last > *:last-child, .ct-section.cols-2-page.remove-last > .ct-section-inner-wrap > *:last-child {
    display: none;
  }
}
.cover-pseudo {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.cover-before {
  position: relative;
}
.cover-before:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.cover-after {
  position: relative;
}
.cover-after:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.cover-both {
  position: relative;
}
.cover-both:before, .cover-both:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.quick-slow {
  transition: 0.5s;
}
.quick-slow:hover {
  transition: 0.05s;
}
.quick-slow-pseudo:before, .quick-slow-pseudo:after {
  transition: 0.5s;
}
.quick-slow-pseudo:hover:before, .quick-slow-pseudo:hover:after {
  transition: 0.05s;
}
.explode {
  margin-top: -7.5rem;
  margin-bottom: -7.5rem;
  position: relative;
  z-index: 1;
}
.stagger-ani:nth-child(1) {
  animation-delay: 0ms;
}
.stagger-ani:nth-child(2) {
  animation-delay: 50ms;
}
.stagger-ani:nth-child(3) {
  animation-delay: 100ms;
}
.stagger-ani:nth-child(4) {
  animation-delay: 150ms;
}
.stagger-ani:nth-child(5) {
  animation-delay: 200ms;
}
.stagger-ani:nth-child(6) {
  animation-delay: 250ms;
}
.stagger-ani:nth-child(7) {
  animation-delay: 300ms;
}
.stagger-ani:nth-child(8) {
  animation-delay: 350ms;
}
.stagger-ani:nth-child(9) {
  animation-delay: 400ms;
}
.stagger-ani:nth-child(10) {
  animation-delay: 450ms;
}
.stagger-ani:nth-child(11) {
  animation-delay: 500ms;
}
.stagger-ani:nth-child(12) {
  animation-delay: 550ms;
}
.stagger-tran > *:nth-child(1) {
  transition-delay: 0ms;
}
.stagger-tran > *:nth-child(2) {
  transition-delay: 50ms;
}
.stagger-tran > *:nth-child(3) {
  transition-delay: 100ms;
}
.stagger-tran > *:nth-child(4) {
  transition-delay: 150ms;
}
.stagger-tran > *:nth-child(5) {
  transition-delay: 200ms;
}
.stagger-tran > *:nth-child(6) {
  transition-delay: 250ms;
}
.stagger-tran > *:nth-child(7) {
  transition-delay: 300ms;
}
.stagger-tran > *:nth-child(8) {
  transition-delay: 350ms;
}
.stagger-tran > *:nth-child(9) {
  transition-delay: 400ms;
}
.stagger-tran > *:nth-child(10) {
  transition-delay: 450ms;
}
.stagger-tran > *:nth-child(11) {
  transition-delay: 500ms;
}
.stagger-tran > *:nth-child(12) {
  transition-delay: 550ms;
}
.stagger-archive > *:nth-child(3n + 1) {
  transition-delay: 0ms;
}
.stagger-archive > *:nth-child(3n + 2) {
  transition-delay: 100ms;
}
.stagger-archive > *:nth-child(3n + 3) {
  transition-delay: 200ms;
}
@media (max-width: 944px) {
  .stagger-archive > *:nth-child(2n + 1) {
    transition-delay: 0ms;
  }
  .stagger-archive > *:nth-child(2n + 2) {
    transition-delay: 100ms;
  }
}
@media (max-width: 644px) {
  .stagger-archive > *:nth-child(n) {
    transition-delay: 0s;
  }
}
.text-clip {
  -webkit-text-fill-color: transparent;
  text-fill-color: transparent;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  -webkit-background-clip: text;
  background-clip: text;
}
body *:focus {
  outline: none !important;
}
body .p-pad > p:first-child, body .p-pad > h1:first-child, body .p-pad > h2:first-child, body .p-pad > h3:first-child, body .p-pad > h4:first-child, body .p-pad > h5:first-child, body .p-pad > h6:first-child, body .ct-inner-content > p:first-child, body .ct-inner-content > h1:first-child, body .ct-inner-content > h2:first-child, body .ct-inner-content > h3:first-child, body .ct-inner-content > h4:first-child, body .ct-inner-content > h5:first-child, body .ct-inner-content > h6:first-child, body .ct-text-block > p:first-child, body .ct-text-block > h1:first-child, body .ct-text-block > h2:first-child, body .ct-text-block > h3:first-child, body .ct-text-block > h4:first-child, body .ct-text-block > h5:first-child, body .ct-text-block > h6:first-child, body .ct-span > p:first-child, body .ct-span > h1:first-child, body .ct-span > h2:first-child, body .ct-span > h3:first-child, body .ct-span > h4:first-child, body .ct-span > h5:first-child, body .ct-span > h6:first-child {
  margin-top: 0;
}
body .p-pad > p:last-child, body .p-pad > h1:last-child, body .p-pad > h2:last-child, body .p-pad > h3:last-child, body .p-pad > h4:last-child, body .p-pad > h5:last-child, body .p-pad > h6:last-child, body .ct-inner-content > p:last-child, body .ct-inner-content > h1:last-child, body .ct-inner-content > h2:last-child, body .ct-inner-content > h3:last-child, body .ct-inner-content > h4:last-child, body .ct-inner-content > h5:last-child, body .ct-inner-content > h6:last-child, body .ct-text-block > p:last-child, body .ct-text-block > h1:last-child, body .ct-text-block > h2:last-child, body .ct-text-block > h3:last-child, body .ct-text-block > h4:last-child, body .ct-text-block > h5:last-child, body .ct-text-block > h6:last-child, body .ct-span > p:last-child, body .ct-span > h1:last-child, body .ct-span > h2:last-child, body .ct-span > h3:last-child, body .ct-span > h4:last-child, body .ct-span > h5:last-child, body .ct-span > h6:last-child {
  margin-bottom: 0;
}
body iframe {
  border: 0;
}
body figure {
  margin: 0;
}
[data-width=full] > .ct-section-inner-wrap {
  max-width: 100%;
  padding: 0;
}
[data-padding=none] > .ct-section-inner-wrap {
  max-width: 100%;
  padding: 0;
}
.ct-text-block + .ct-text-block {
  margin-top: 1rem;
}
.ct-headline + .ct-headline {
  margin-top: 0;
}
.ct-section > .ct-section-inner-wrap {
  align-items: center;
}
:root {
  --c-nightshade:   #13004e;
  --c-droid-juice:  #48007e;
  --c-foxglove:     #7f00b1;
  --c-paw-print:    #fbf0ff;
  --c-nectar:       #f0a000;
  --c-nectar-light: #ffe4ad;
  --c-leaf:         #44c4a0;
  --c-paper:        #fff4e2;
  --c-storm:        #04000f;
  --c-beatrix:      #f9bb3e;
  --c-loose-leaf:   #25d1a0;
  --c-oxytocin:     #cd55fc;
  --c-ui-gray-1: #e4e4e4;
  --c-ui-gray-2: #d6d6d6;
  --c-ui-gray-3: #c9c9c9;
  --c-ui-gray-4: #bbb;
  --c-ui-gray-5: #adadad;
  --c-ui-gray-6: #a0a0a0;
  --c-ui-gray-7: #929292;
  --c-ui-gray-8: #858585;
  --c-ui-gray-9: #777;
  --c-ui-gray-10: dimgray;
  --c-ui-gray-11: #5b5b5b;
  --c-ui-gray-12: #4d4d4d;
  --c-ui-gray-13: #3e3e3e;
  --c-ui-gray-14: #303030;
  --c-ui-gray-15: #222;
  --c-ui-gray-16: #141414;
  --c-ui-gray-17: #060606;
  --c-ui-green-1: #e6fff8;
  --c-ui-green-2: #c7ffef;
  --c-ui-green-3: #a9fde5;
  --c-ui-green-4: #90f7da;
  --c-ui-green-5: #79eecd;
  --c-ui-green-6: #64e3bf;
  --c-ui-green-7: #53d5b0;
  --c-ui-green-8: #44c4a0;
  --c-ui-green-9: #32c199;
  --c-ui-green-10: #27b88f;
  --c-ui-green-11: #1cae85;
  --c-ui-green-12: #13a27a;
  --c-ui-green-13: #0c966f;
  --c-ui-green-14: #068763;
  --c-ui-green-15: #017756;
  --c-ui-green-16: #006448;
  --c-ui-green-17: #004f39;
  --c-ui-nectar-1: #fff6e4;
  --c-ui-nectar-2: #ffecc6;
  --c-ui-nectar-3: #ffe2a7;
  --c-ui-nectar-4: #ffd889;
  --c-ui-nectar-5: #ffce6b;
  --c-ui-nectar-6: #ffc34c;
  --c-ui-nectar-7: #ffb92e;
  --c-ui-nectar-8: #ffaf0f;
  --c-ui-nectar-9: #f0a000;
  --c-ui-nectar-10: #db9200;
  --c-ui-nectar-11: #c68400;
  --c-ui-nectar-12: #b17600;
  --c-ui-nectar-13: #9c6800;
  --c-ui-nectar-14: #875a00;
  --c-ui-nectar-15: #724c00;
  --c-ui-nectar-16: #5d3e00;
  --c-ui-nectar-17: #483000;
  --c-ui-purple-1: #f2e6f7;
  --c-ui-purple-2: #e7cef1;
  --c-ui-purple-3: #ddb4ec;
  --c-ui-purple-4: #d399e9;
  --c-ui-purple-5: #ca7de8;
  --c-ui-purple-6: #c15fe8;
  --c-ui-purple-7: #ba3fea;
  --c-ui-purple-8: #b21eed;
  --c-ui-purple-9: #a50ce1;
  --c-ui-purple-10: #9205ca;
  --c-ui-purple-11: #7f00b1;
  --c-ui-purple-12: #6d0796;
  --c-ui-purple-13: #5c0b7c;
  --c-ui-purple-14: #4c0e65;
  --c-ui-purple-15: #3d104f;
  --c-ui-purple-16: #2e0f3a;
  --c-ui-purple-17: #200d28;
}
.stagger-ani:nth-child(1) {
  animation-delay: 0ms;
}
.stagger-ani:nth-child(2) {
  animation-delay: 50ms;
}
.stagger-ani:nth-child(3) {
  animation-delay: 100ms;
}
.stagger-ani:nth-child(4) {
  animation-delay: 150ms;
}
.stagger-ani:nth-child(5) {
  animation-delay: 200ms;
}
.stagger-ani:nth-child(6) {
  animation-delay: 250ms;
}
.stagger-ani:nth-child(7) {
  animation-delay: 300ms;
}
.stagger-ani:nth-child(8) {
  animation-delay: 350ms;
}
.stagger-ani:nth-child(9) {
  animation-delay: 400ms;
}
.stagger-ani:nth-child(10) {
  animation-delay: 450ms;
}
.stagger-ani:nth-child(11) {
  animation-delay: 500ms;
}
.stagger-ani:nth-child(12) {
  animation-delay: 550ms;
}
.stagger-tran > *:nth-child(1) {
  transition-delay: 0ms;
}
.stagger-tran > *:nth-child(2) {
  transition-delay: 50ms;
}
.stagger-tran > *:nth-child(3) {
  transition-delay: 100ms;
}
.stagger-tran > *:nth-child(4) {
  transition-delay: 150ms;
}
.stagger-tran > *:nth-child(5) {
  transition-delay: 200ms;
}
.stagger-tran > *:nth-child(6) {
  transition-delay: 250ms;
}
.stagger-tran > *:nth-child(7) {
  transition-delay: 300ms;
}
.stagger-tran > *:nth-child(8) {
  transition-delay: 350ms;
}
.stagger-tran > *:nth-child(9) {
  transition-delay: 400ms;
}
.stagger-tran > *:nth-child(10) {
  transition-delay: 450ms;
}
.stagger-tran > *:nth-child(11) {
  transition-delay: 500ms;
}
.stagger-tran > *:nth-child(12) {
  transition-delay: 550ms;
}
.text-clip {
  -webkit-text-fill-color: transparent;
  text-fill-color: transparent;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  -webkit-background-clip: text;
  background-clip: text;
}
.gradient-sunset {
  background-image: linear-gradient(-45deg, #ff2687, #f0a000);
  background-color: #ff2687;
}
.gradient-sunset-hot {
  background: linear-gradient(315deg, #48007e, #810077, #ab006b, #cc005a, #e22548, #f05334, #f47b1d, #f0a000);
  background-color: #48007e;
}
.gradient-dusk {
  background-image: linear-gradient(135deg, #06a8aa, #48007e);
  background-color: #48007e;
}
.gradient-noetic {
  background-image: linear-gradient(-45deg, #1b019e, #7f00b1);
  background-color: #1b019e;
}
.gradient-breath {
  background-image: linear-gradient(135deg, #09f0f4, #16ecd3, #48e6ad, #6fde85, #92d35d, #b3c636, #d2b510, #f0a000);
}
.gradient-digitalis {
  background-image: linear-gradient(135deg, #00a4d1, #b500fd);
}
.gradient-digitalis-flip {
  background-image: linear-gradient(-45deg, #00a4d1, #b500fd);
}
.highlight-sunset {
  background-image: linear-gradient(-45deg, #ff2687, #f0a000);
  background-color: #ff2687;
  -webkit-text-fill-color: transparent;
  text-fill-color: transparent;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  -webkit-background-clip: text;
  background-clip: text;
}
.highlight-sunset-hot {
  background: linear-gradient(315deg, #48007e, #810077, #ab006b, #cc005a, #e22548, #f05334, #f47b1d, #f0a000);
  background-color: #48007e;
  -webkit-text-fill-color: transparent;
  text-fill-color: transparent;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  -webkit-background-clip: text;
  background-clip: text;
}
.highlight-dusk {
  background-image: linear-gradient(135deg, #06a8aa, #48007e);
  background-color: #48007e;
  -webkit-text-fill-color: transparent;
  text-fill-color: transparent;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  -webkit-background-clip: text;
  background-clip: text;
}
.highlight-noetic {
  background-image: linear-gradient(-45deg, #1b019e, #7f00b1);
  background-color: #1b019e;
  -webkit-text-fill-color: transparent;
  text-fill-color: transparent;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  -webkit-background-clip: text;
  background-clip: text;
}
.highlight-breath {
  background-image: linear-gradient(135deg, #09f0f4, #16ecd3, #48e6ad, #6fde85, #92d35d, #b3c636, #d2b510, #f0a000);
  -webkit-text-fill-color: transparent;
  text-fill-color: transparent;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  -webkit-background-clip: text;
  background-clip: text;
}
.highlight-digitalis {
  background-image: linear-gradient(135deg, #00a4d1, #b500fd);
  -webkit-text-fill-color: transparent;
  text-fill-color: transparent;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  -webkit-background-clip: text;
  background-clip: text;
}
.highlight-digitalis-flip {
  background-image: linear-gradient(-45deg, #00a4d1, #b500fd);
  -webkit-text-fill-color: transparent;
  text-fill-color: transparent;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  -webkit-background-clip: text;
  background-clip: text;
}
.gradient-unspan {
  background-image: linear-gradient(135deg, currentColor, currentColor);
  -webkit-text-fill-color: transparent;
  text-fill-color: transparent;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  -webkit-background-clip: text;
  background-clip: text;
}
.xl {
  font-size: 1.4em;
}
.lg {
  font-size: 1.2em;
}
.sm {
  font-size: 0.9em;
}
.xxxslow {
  animation-duration: 64s;
}
.xxslow {
  animation-duration: 32s;
}
.xslow {
  animation-duration: 16s;
}
.slow {
  animation-duration: 8s;
}
.reverse {
  animation-direction: reverse;
}
.p-pad *:first-child, .p-pad p + p, .p-pad p + ul, .ct-inner-content p:first-child, .ct-text-block p:first-child {
  margin-top: 0;
}
.p-pad *:last-child, .ct-inner-content p:last-child, .ct-text-block p:last-child {
  margin-bottom: 0;
}
.full {
  width: 100%;
}
.padding {
  padding: 2rem;
}
.flex-center {
  align-items: center;
  justify-content: center;
  align-content: center;
}
@media (max-width: 1119px) {
  .hide-lt-page {
    display: none;
  }
}
@media (max-width: 991px) {
  .hide-lt-tablet {
    display: none;
  }
}
@media (max-width: 767px) {
  .hide-lt-phone-landscape {
    display: none;
  }
}
@media (max-width: 479px) {
  .hide-lt-phone-portrait {
    display: none;
  }
}
@media (min-width: 1120px) {
  .hide-gt-page {
    display: none;
  }
}
@media (min-width: 992px) {
  .hide-gt-tablet {
    display: none;
  }
}
@media (min-width: 768px) {
  .hide-gt-phone-landscape {
    display: none;
  }
}
@media (min-width: 480px) {
  .hide-gt-phone-portrait {
    display: none;
  }
}
.indent {
  box-shadow: 0px 4px 34px -32px inset, 0px 1px 2px 0px rgba(0, 0, 0, 0.2) inset;
}
.std-border-radius {
  border-radius: 1rem;
}
.box {
  background-color: #fff;
  border-radius: 1rem;
  box-shadow: 0px 2.9px 3.6px rgba(0, 0, 0, 0.052), 0px 8.1px 10px rgba(0, 0, 0, 0.075), 0px 19.6px 24.1px rgba(0, 0, 0, 0.098), 0px 65px 80px rgba(0, 0, 0, 0.15);
}
.card {
  background-color: #fff;
  /* max-width: 600px; */
  padding: 3rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #fff;
  border-radius: 1rem;
  box-shadow: 0px 2.9px 3.6px rgba(0, 0, 0, 0.052), 0px 8.1px 10px rgba(0, 0, 0, 0.075), 0px 19.6px 24.1px rgba(0, 0, 0, 0.098), 0px 65px 80px rgba(0, 0, 0, 0.15);
}
.ct-headline, .ct-text-block {
  max-width: 992px;
}
.unguttered .ct-headline, .unguttered .ct-text-block {
  max-width: initial;
}
:root {
  font-size: 18px;
}
:root:root {
  --woo-header-margin-bottom: 1rem;
  --woo-field-row-bg: transparent;
  --woo-field-padding: 1rem;
  --woo-block-shadow: 0px 3px 16px rgba(0, 0, 0, 0.05), 0px 0px 2px rgba(0, 0, 0, .2);
}
:root {
  --woo-page-background: #fbfbfb;
  --woo-header-margin-bottom: 0.5em;
  --woo-spacing: 1rem;
  --woo-border-color: #eee;
  --woo-border-radius: 0.5rem;
  --woo-field-bg: transparent;
  --woo-field-color: #111;
  --woo-field-padding: 0.25em 0;
  --woo-field-row-bg: #f7f7f8;
  --woo-field-focus-box-shadow: 0px 0px 0px 2px #646464 inset;
  --woo-field-label-font-size: 0.8em;
  --woo-field-label-font-weight: 600;
  --woo-field-label-color: #909090;
  --woo-field-description-size: 0.8em;
  --woo-field-description-weight: 600;
  --woo-field-description-color: #a5a5a5;
  --woo-field-radio-size: 24px;
  --woo-required-color: var(--wc-red);
  --woo-thumbnail-width: 64px;
  --woo-block-padding: calc(var(--woo-spacing) * 2);
  --woo-block-margin: calc(var(--woo-spacing) * 2);
  --woo-block-shadow: 0px 4.5px 3.6px rgba(0, 0, 0, 0.024), 0px 12.5px 10px rgba(0, 0, 0, 0.035), 0px 30.1px 24.1px rgba(0, 0, 0, 0.046), 0px 100px 80px rgba(0, 0, 0, 0.07);
  --woo-block-border: none;
  --woo-block-border-radius: var(--woo-border-radius);
  --woo-block-background: white;
  --woo-table-padding: 0;
  --woo-nested-block-shadow: none;
  --woo-nested-block-border: 1px solid var(--woo-border-color);
  --woo-field-coupon-text-transform: uppercase;
  --woo-field-coupon-letter-spacing: 1px;
}
@media only screen and (max-width: 420px) {
  :root {
    --woo-block-padding: var(--woo-spacing);
    --woo-block-margin: var(--woo-spacing);
  }
}
.woo-block {
  box-shadow: var(--woo-block-shadow);
  border-radius: var(--woo-block-border-radius);
  border: var(--woo-block-border);
  background: var(--woo-block-background);
  padding: var(--woo-block-padding);
}
.woo-block > p:first-child, .woo-block > h1:first-child, .woo-block > h2:first-child, .woo-block > h3:first-child, .woo-block > h4:first-child, .woo-block > h5:first-child, .woo-block > h6:first-child {
  margin-top: 0;
}
.woo-block > p:last-child, .woo-block > h1:last-child, .woo-block > h2:last-child, .woo-block > h3:last-child, .woo-block > h4:last-child, .woo-block > h5:last-child, .woo-block > h6:last-child {
  margin-bottom: 0;
}
.woocommerce-notices-wrapper > ul > li {
  clear: both;
}
.woocommerce-notices-wrapper > ul > li:not(:last-of-type) {
  margin-bottom: calc(var(--woo-spacing) / 4);
}
.woocommerce-notices-wrapper > ul > li:not(:last-of-type) a {
  margin-bottom: calc(var(--woo-spacing) / 4);
}
.woocommerce-error, .woocommerce-info, .woocommerce-message {
  box-shadow: var(--woo-block-shadow);
  border-radius: var(--woo-border-radius);
  background: var(--woo-block-background);
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
  padding: 1em 2em 1em 3.5em;
  margin-bottom: var(--woo-spacing);
}
/* .woocommerce-error,
.woocommerce-info,
.woocommerce-message {

    border-left: 0;
    border-right: 0;
    border-bottom: 0;

    margin-bottom: var(--woo-spacing);

    @include woo-block();

    padding: var(--woo-spacing);
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 3.5em;

    &:not(:last-child) {

        margin-bottom: var(--woo-spacing);

    }

    &:before {

        position: absolute;
        top: initial;

    }

    a.button {

        float: none;
        order: 1;
        margin-left: auto;

    }

    > li {

        &:not(:last-child) {

            margin-bottom: calc(var(--woo-spacing) / 4);

        }

    }

} */
/* .woocommerce-NoticeGroup {

    width: 100%;

    .woocommerce-error,
    .woocommerce-info,
    .woocommerce-message {

        flex-direction: column;
        align-items: flex-start;

    }

} */
.woocommerce:not(.wrap):not(.dummy) h2, .woocommerce:not(.wrap):not(.dummy) h3 {
  margin-bottom: var(--woo-header-margin-bottom);
}
.woocommerce:not(.wrap) a.remove {
  color: var(--wc-red) !important;
  line-height: 0.95;
  font-family: monospace;
}
.woocommerce:not(.wrap) a.remove:hover {
  text-decoration: none;
  background: var(--wc-red);
  color: #fff !important;
}
.woocommerce:not(.wrap) table tr:first-child {
  border-top: 0;
}
.woocommerce:not(.wrap) form .form-row-first, .woocommerce:not(.wrap) form .form-row-last {
  width: calc(50% - (var(--woo-spacing) / 2));
}
@media only screen and (max-width: 600px) {
  .woocommerce:not(.wrap) form .form-row-first, .woocommerce:not(.wrap) form .form-row-last {
    width: 100%;
    float: none;
  }
}
.woocommerce:not(.wrap) a {
  text-decoration: none;
}
.woocommerce:not(.wrap) a:hover {
  text-decoration: underline;
}
.woocommerce:not(.wrap) input.button[disabled], .woocommerce:not(.wrap) button.button[disabled], .woocommerce:not(.wrap) a.button[disabled] {
  opacity: 0.5;
}
.woocommerce:not(.wrap) input[type=checkbox] {
  transform: translate(25%, 0) scale(1.25);
}
.woocommerce:not(.wrap) .woocommerce-Price-amount {
  font-weight: 600;
}
.woocommerce:not(.wrap) table.shop_table {
  border-spacing: 0;
  border-radius: var(--woo-border-radius);
  border: var(--woo-block-border);
  background: var(--woo-block-background);
  box-shadow: var(--woo-block-shadow);
  padding: var(--woo-table-padding);
  border-collapse: separate;
}
.woocommerce:not(.wrap) table.shop_table tr {
  border: 0;
}
.woocommerce:not(.wrap) table.shop_table tr td, .woocommerce:not(.wrap) table.shop_table tr th {
  border: 0;
  font-size: 0.9em;
}
.woocommerce:not(.wrap) table.shop_table tr th {
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 0.75em;
  font-weight: normal;
  border: 0;
  font-size: 0.5em;
  text-align: left;
}
.woocommerce:not(.wrap) table.shop_table tr td {
  padding: calc(var(--woo-spacing) / 2) var(--woo-spacing);
}
.woocommerce:not(.wrap) .woocommerce-product-gallery__wrapper, .woocommerce:not(.wrap) div.product div.images .flex-control-thumbs li, .woocommerce:not(.wrap) ul.products li.product a img, .woocommerce:not(.wrap) table.cart td.product-thumbnail img {
  min-width: var(--woo-thumbnail-width);
  min-height: var(--woo-thumbnail-width);
}
.woocommerce:not(.wrap) form {
  box-shadow: var(--woo-block-shadow);
  border-radius: var(--woo-block-border-radius);
  border: var(--woo-block-border);
  background: var(--woo-block-background);
  padding: var(--woo-block-padding);
  position: relative;
  border: 0;
}
.woocommerce:not(.wrap) form > p:first-child, .woocommerce:not(.wrap) form > h1:first-child, .woocommerce:not(.wrap) form > h2:first-child, .woocommerce:not(.wrap) form > h3:first-child, .woocommerce:not(.wrap) form > h4:first-child, .woocommerce:not(.wrap) form > h5:first-child, .woocommerce:not(.wrap) form > h6:first-child {
  margin-top: 0;
}
.woocommerce:not(.wrap) form > p:last-child, .woocommerce:not(.wrap) form > h1:last-child, .woocommerce:not(.wrap) form > h2:last-child, .woocommerce:not(.wrap) form > h3:last-child, .woocommerce:not(.wrap) form > h4:last-child, .woocommerce:not(.wrap) form > h5:last-child, .woocommerce:not(.wrap) form > h6:last-child {
  margin-bottom: 0;
}
.woocommerce:not(.wrap) form .form-row {
  background-color: var(--woo-field-row-bg);
  border-radius: var(--woo-border-radius);
  padding: calc(var(--woo-spacing) / 2) calc(3 * var(--woo-spacing) / 4);
  margin-bottom: var(--woo-spacing);
}
.woocommerce:not(.wrap) form .form-row:last-child {
  margin-bottom: 0;
}
.woocommerce:not(.wrap) form .form-row > label {
  margin-top: 0;
  margin-bottom: 0;
  font-weight: var(--woo-field-label-font-weight);
  font-size: var(--woo-field-label-font-size);
  color: var(--woo-field-label-color);
}
.woocommerce:not(.wrap) form .form-row .woocommerce-input-wrapper {
  display: flex;
  flex-direction: column;
}
.woocommerce:not(.wrap) form .form-row .woocommerce-input-wrapper.woocommerce-input-wrapper-radio {
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
}
.woocommerce:not(.wrap) form .form-row .woocommerce-input-wrapper.woocommerce-input-wrapper-radio input[type=radio], .woocommerce:not(.wrap) form .form-row .woocommerce-input-wrapper.woocommerce-input-wrapper-radio label {
  margin-top: var(--woo-spacing);
  cursor: pointer;
}
.woocommerce:not(.wrap) form .form-row .woocommerce-input-wrapper.woocommerce-input-wrapper-radio input[type=radio]:last-of-type, .woocommerce:not(.wrap) form .form-row .woocommerce-input-wrapper.woocommerce-input-wrapper-radio label:last-of-type {
  margin-bottom: calc(var(--woo-spacing) / 2);
}
.woocommerce:not(.wrap) form .form-row .woocommerce-input-wrapper.woocommerce-input-wrapper-radio input[type=radio] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  outline: none;
  cursor: pointer;
  background: white;
  display: block;
  width: var(--woo-field-radio-size) !important;
  height: var(--woo-field-radio-size);
  border: 0;
  border-radius: 100%;
}
.woocommerce:not(.wrap) form .form-row .woocommerce-input-wrapper.woocommerce-input-wrapper-radio input[type=radio]:hover {
  box-shadow: 0px 0px 0px 2px var(--woo-field-color);
}
.woocommerce:not(.wrap) form .form-row .woocommerce-input-wrapper.woocommerce-input-wrapper-radio input[type=radio]:checked {
  background-color: var(--woo-field-color);
  box-shadow: 0px 0px 0px 6px inset white, 0px 0px 0px 2px var(--woo-field-color);
}
.woocommerce:not(.wrap) form .form-row .woocommerce-input-wrapper.woocommerce-input-wrapper-radio input[type=radio]:checked:hover {
  box-shadow: 0px 0px 0px 8px inset white, 0px 0px 0px 2px var(--woo-field-color);
}
.woocommerce:not(.wrap) form .form-row .woocommerce-input-wrapper.woocommerce-input-wrapper-radio label {
  flex-grow: 1;
  display: block;
  width: calc(100% - var(--woo-field-radio-size));
  padding-left: var(--woo-spacing);
  line-height: initial;
  color: initial;
  font-size: 0.9em;
}
.woocommerce:not(.wrap) form .form-row .woocommerce-input-wrapper.woocommerce-input-wrapper-radio label span.line {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: calc(var(--woo-spacing) / 4);
}
.woocommerce:not(.wrap) form .form-row .woocommerce-input-wrapper.woocommerce-input-wrapper-radio label span.line:not(:last-child) {
  margin-bottom: calc(var(--woo-spacing) / 4);
}
.woocommerce:not(.wrap) form .form-row .woocommerce-input-wrapper.woocommerce-input-wrapper-checkbox > label {
  margin-top: 0;
  margin-bottom: 0;
  font-weight: var(--woo-field-label-font-weight);
  font-size: var(--woo-field-label-font-size);
  color: var(--woo-field-label-color);
}
.woocommerce:not(.wrap) form .form-row .woocommerce-input-wrapper .normal-description {
  font-size: var(--woo-field-description-size);
  font-weight: var(--woo-field-description-weight);
  color: var(--woo-field-description-color);
  display: flex;
  order: -1;
  margin-bottom: 0.5em;
  margin-top: 0.25em;
}
.woocommerce:not(.wrap) form .form-row .required {
  color: var(--woo-required-color);
}
.woocommerce:not(.wrap) form input, .woocommerce:not(.wrap) form select, .woocommerce:not(.wrap) form textarea {
  border: 0;
  background-color: var(--woo-field-bg);
  padding: var(--woo-field-padding);
  /* font-family: var(--woo-font-family; */
  font-size: 1em;
  line-height: 1;
  color: var(--woo-field-color);
}
.woocommerce:not(.wrap) form input:focus-within, .woocommerce:not(.wrap) form select:focus-within, .woocommerce:not(.wrap) form textarea:focus-within {
  border: 0;
  outline: 0;
}
.woocommerce:not(.wrap) form input::placeholder, .woocommerce:not(.wrap) form select::placeholder, .woocommerce:not(.wrap) form textarea::placeholder {
  color: #b6b6b6;
}
.woocommerce:not(.wrap) form input:-ms-input-placeholder, .woocommerce:not(.wrap) form select:-ms-input-placeholder, .woocommerce:not(.wrap) form textarea:-ms-input-placeholder {
  color: #b6b6b6;
}
.woocommerce:not(.wrap) form input::-ms-input-placeholder, .woocommerce:not(.wrap) form select::-ms-input-placeholder, .woocommerce:not(.wrap) form textarea::-ms-input-placeholder {
  color: #b6b6b6;
}
.woocommerce:not(.wrap) form input:focus, .woocommerce:not(.wrap) form select:focus, .woocommerce:not(.wrap) form textarea:focus {
  box-shadow: none;
}
.woocommerce:not(.wrap) form textarea {
  resize: vertical;
}
.woocommerce:not(.wrap) form .show-password-input {
  top: 0;
}
.woocommerce:not(.wrap) form .show-password-input.display-password::after {
  color: var(--wc-highlight);
}
.woocommerce:not(.wrap) form fieldset {
  margin-bottom: var(--woo-spacing);
  border-radius: var(--woo-border-radius);
  border: calc(var(--woo-spacing) / 4) solid var(--woo-field-row-bg);
  padding: 0 var(--woo-spacing);
}
.woocommerce:not(.wrap) form fieldset legend {
  display: block;
  padding-left: calc(var(--woo-spacing) / 2);
  padding-right: calc(var(--woo-spacing) / 2);
  color: #cacaca;
  font-size: 0.8em;
  font-weight: bold;
}
@media only screen and (max-width: 420px) {
  .woocommerce:not(.wrap) form fieldset {
    border-radius: var(--woo-border-radius) 0 0 var(--woo-border-radius);
    padding-right: 0;
    border-right: 0;
  }
}
.woocommerce:not(.wrap) form fieldset .form-row:last-child {
  margin-bottom: var(--woo-spacing);
}
.woocommerce:not(.wrap) form span.select2 .select2-selection {
  border: 0;
  background-color: transparent;
  /* font-family: var(--woo-font-family); */
  font-size: 1em;
  padding: 0.5em 0;
  height: auto;
  box-shadow: none;
}
.woocommerce:not(.wrap) form span.select2 .select2-selection .select2-selection__rendered {
  color: var(--woo-field-color);
  line-height: 1;
  padding: 0;
}
.woocommerce:not(.wrap) form span.select2 .select2-selection .select2-selection__arrow {
  width: var(--woo-spacing);
  height: var(--woo-spacing);
  top: auto;
  bottom: calc(var(--woo-spacing) / 2);
  right: 0;
}
.woocommerce:not(.wrap) form.woocommerce-form-login input, .woocommerce:not(.wrap) form.woocommerce-form-register input {
  font-size: 1.2em;
}
.woocommerce:not(.wrap) form.woocommerce-form-login .show-password-input, .woocommerce:not(.wrap) form.woocommerce-form-register .show-password-input {
  top: 0.4em;
  right: 0.5em;
}
.woocommerce:not(.wrap) form.woocommerce-form-login label.woocommerce-form__label.woocommerce-form__label-for-checkbox.woocommerce-form-login__rememberme, .woocommerce:not(.wrap) form.woocommerce-form-register label.woocommerce-form__label.woocommerce-form__label-for-checkbox.woocommerce-form-login__rememberme {
  margin-top: 0;
}
.woocommerce:not(.wrap) form.woocommerce-form-login > p:nth-of-type(3) {
  background-color: initial;
  border-radius: initial;
  padding: 0;
  margin-bottom: 0;
  box-shadow: initial;
}
.woocommerce:not(.wrap) form.woocommerce-form-login > p:nth-of-type(3) .woocommerce-form-login__rememberme {
  display: flex;
}
.woocommerce:not(.wrap) form.woocommerce-form-login > p:nth-of-type(3) .woocommerce-form-login__rememberme input[type=checkbox] {
  transform: scale(1.25);
  margin-right: 0.25rem;
}
.woocommerce:not(.wrap) form.woocommerce-form-login .lost_password {
  margin-bottom: 0;
  margin-top: var(--woo-spacing);
}
.woocommerce:not(.wrap) form.woocommerce-form-login .form-row:nth-of-type(3) {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
}
.woocommerce:not(.wrap) form.woocommerce-form-login .form-row:nth-of-type(3) .woocommerce-form-login__rememberme {
  margin-left: auto;
}
.woocommerce:not(.wrap) form.woocommerce-form-register > p:last-child {
  background-color: initial;
  border-radius: initial;
  padding: 0;
  margin-bottom: 0;
  box-shadow: initial;
}
.woocommerce:not(.wrap) form.woocommerce-form-register .woocommerce-password-strength {
  border-radius: var(--woo-border-radius);
}
.woocommerce:not(.wrap) form.woocommerce-form-register .woocommerce-privacy-policy-text {
  font-size: 0.9em;
}
.woocommerce:not(.wrap) form #payment {
  background-color: var(--woo-block-background);
  box-shadow: var(--woo-nested-block-shadow);
  border: var(--woo-nested-block-border);
}
.woocommerce:not(.wrap) form #payment ul.wc_payment_methods li, .woocommerce:not(.wrap) form #payment ul.payment_methods li {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
}
.woocommerce:not(.wrap) form #payment ul.wc_payment_methods li input[type=radio], .woocommerce:not(.wrap) form #payment ul.wc_payment_methods li input[type=radio] + label, .woocommerce:not(.wrap) form #payment ul.payment_methods li input[type=radio], .woocommerce:not(.wrap) form #payment ul.payment_methods li input[type=radio] + label {
  margin-bottom: calc(var(--woo-spacing) / 4);
}
.woocommerce:not(.wrap) form #payment ul.wc_payment_methods li input[type=radio], .woocommerce:not(.wrap) form #payment ul.payment_methods li input[type=radio] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  outline: none;
  cursor: pointer;
  background: white;
  display: block;
  width: var(--woo-field-radio-size) !important;
  height: var(--woo-field-radio-size);
  border: 0;
  border-radius: 100%;
}
.woocommerce:not(.wrap) form #payment ul.wc_payment_methods li input[type=radio]:hover, .woocommerce:not(.wrap) form #payment ul.payment_methods li input[type=radio]:hover {
  box-shadow: 0px 0px 0px 2px var(--woo-field-color);
}
.woocommerce:not(.wrap) form #payment ul.wc_payment_methods li input[type=radio]:checked, .woocommerce:not(.wrap) form #payment ul.payment_methods li input[type=radio]:checked {
  background-color: var(--woo-field-color);
  box-shadow: 0px 0px 0px 6px inset white, 0px 0px 0px 2px var(--woo-field-color);
}
.woocommerce:not(.wrap) form #payment ul.wc_payment_methods li input[type=radio]:checked:hover, .woocommerce:not(.wrap) form #payment ul.payment_methods li input[type=radio]:checked:hover {
  box-shadow: 0px 0px 0px 8px inset white, 0px 0px 0px 2px var(--woo-field-color);
}
.woocommerce:not(.wrap) form #payment ul.wc_payment_methods li input[type=radio]:not(:checked):not(:hover):not(:focus):not(:active), .woocommerce:not(.wrap) form #payment ul.payment_methods li input[type=radio]:not(:checked):not(:hover):not(:focus):not(:active) {
  box-shadow: 0px 0px 0px 2px var(--woo-field-color);
  opacity: 0.3;
}
.woocommerce:not(.wrap) form #payment ul.wc_payment_methods li input[type=radio]:not(:checked) + label, .woocommerce:not(.wrap) form #payment ul.payment_methods li input[type=radio]:not(:checked) + label {
  opacity: 0.8;
}
.woocommerce:not(.wrap) form #payment ul.wc_payment_methods li label, .woocommerce:not(.wrap) form #payment ul.payment_methods li label {
  font-size: 1em;
  font-weight: 600;
  color: currentColor;
  cursor: pointer;
  display: block;
  margin: 0;
}
.woocommerce:not(.wrap) form #payment ul.wc_payment_methods li div.payment_box, .woocommerce:not(.wrap) form #payment ul.payment_methods li div.payment_box {
  border-radius: var(--woo-border-radius);
  background-color: var(--woo-field-row-bg);
  padding: var(--woo-spacing);
}
.woocommerce:not(.wrap) form #payment ul.wc_payment_methods li div.payment_box > *:first-child, .woocommerce:not(.wrap) form #payment ul.payment_methods li div.payment_box > *:first-child {
  margin-top: 0;
}
.woocommerce:not(.wrap) form #payment ul.wc_payment_methods li div.payment_box > *:last-child, .woocommerce:not(.wrap) form #payment ul.payment_methods li div.payment_box > *:last-child {
  margin-bottom: 0;
}
.woocommerce:not(.wrap) form #payment ul.wc_payment_methods li div.payment_box > p:first-child, .woocommerce:not(.wrap) form #payment ul.payment_methods li div.payment_box > p:first-child {
  font-size: 0.8em;
}
.woocommerce:not(.wrap) form #payment ul.wc_payment_methods li div.payment_box:before, .woocommerce:not(.wrap) form #payment ul.payment_methods li div.payment_box:before {
  border-bottom-color: var(--woo-field-row-bg);
}
.woocommerce:not(.wrap) form #payment ul.wc_payment_methods li div.payment_box .woocommerce-error, .woocommerce:not(.wrap) form #payment ul.payment_methods li div.payment_box .woocommerce-error {
  border-radius: var(--woo-border-radius);
  padding: 0.5em 1em 0.5em 2.5em;
  font-size: 0.9em;
}
.woocommerce:not(.wrap) form #payment ul.wc_payment_methods li div.payment_box .woocommerce-error:before, .woocommerce:not(.wrap) form #payment ul.payment_methods li div.payment_box .woocommerce-error:before {
  top: 0.6em;
  left: 1em;
}
.woocommerce:not(.wrap) form #payment ul.wc_payment_methods li div.payment_box .wc-saved-payment-methods, .woocommerce:not(.wrap) form #payment ul.payment_methods li div.payment_box .wc-saved-payment-methods {
  padding-left: 0;
}
.woocommerce:not(.wrap) form #payment ul.wc_payment_methods li div.payment_box #stripe-payment-data > *:first-child, .woocommerce:not(.wrap) form #payment ul.payment_methods li div.payment_box #stripe-payment-data > *:first-child {
  margin-top: 0;
}
.woocommerce:not(.wrap) form #payment ul.wc_payment_methods li div.payment_box #stripe-payment-data > *:last-child, .woocommerce:not(.wrap) form #payment ul.payment_methods li div.payment_box #stripe-payment-data > *:last-child {
  margin-bottom: 0;
}
.woocommerce:not(.wrap) form #payment ul.wc_payment_methods li div.payment_box #stripe-payment-data > p:first-child, .woocommerce:not(.wrap) form #payment ul.payment_methods li div.payment_box #stripe-payment-data > p:first-child {
  font-size: 0.8em;
}
.woocommerce:not(.wrap) form #payment ul.wc_payment_methods li div.payment_box #stripe-payment-data fieldset, .woocommerce:not(.wrap) form #payment ul.payment_methods li div.payment_box #stripe-payment-data fieldset {
  padding: 0;
  margin: 0;
  border: 0;
}
.woocommerce:not(.wrap) form #payment ul.wc_payment_methods li div.payment_box #stripe-payment-data fieldset > *:first-child, .woocommerce:not(.wrap) form #payment ul.payment_methods li div.payment_box #stripe-payment-data fieldset > *:first-child {
  margin-top: 0;
}
.woocommerce:not(.wrap) form #payment ul.wc_payment_methods li div.payment_box #stripe-payment-data fieldset > *:last-child, .woocommerce:not(.wrap) form #payment ul.payment_methods li div.payment_box #stripe-payment-data fieldset > *:last-child {
  margin-bottom: 0;
}
.woocommerce:not(.wrap) form #payment ul.wc_payment_methods li div.payment_box #stripe-payment-data fieldset > p:last-child, .woocommerce:not(.wrap) form #payment ul.payment_methods li div.payment_box #stripe-payment-data fieldset > p:last-child {
  font-size: 0.9em;
}
.woocommerce:not(.wrap) form #payment ul.wc_payment_methods li div.payment_box #stripe-payment-data .form-row, .woocommerce:not(.wrap) form #payment ul.payment_methods li div.payment_box #stripe-payment-data .form-row {
  padding: 0;
  margin-bottom: calc(var(--woo-spacing) / 2);
}
.woocommerce:not(.wrap) form #payment ul.wc_payment_methods li div.payment_box #stripe-payment-data .form-row:focus-within, .woocommerce:not(.wrap) form #payment ul.payment_methods li div.payment_box #stripe-payment-data .form-row:focus-within {
  box-shadow: initial;
}
.woocommerce:not(.wrap) form #payment ul.wc_payment_methods li div.payment_box #stripe-payment-data .wc-stripe-elements-field, .woocommerce:not(.wrap) form #payment ul.wc_payment_methods li div.payment_box #stripe-payment-data .wc-stripe-iban-element-field, .woocommerce:not(.wrap) form #payment ul.payment_methods li div.payment_box #stripe-payment-data .wc-stripe-elements-field, .woocommerce:not(.wrap) form #payment ul.payment_methods li div.payment_box #stripe-payment-data .wc-stripe-iban-element-field {
  background: white;
  border-radius: var(--woo-border-radius);
  border: 0;
  margin: 0;
  margin-top: calc(var(--woo-spacing) / 4);
  padding: var(--woo-spacing);
}
.woocommerce:not(.wrap) form #payment ul.wc_payment_methods li div.payment_box #stripe-payment-data input[type=checkbox], .woocommerce:not(.wrap) form #payment ul.payment_methods li div.payment_box #stripe-payment-data input[type=checkbox] {
  margin-right: calc(var(--woo-spacing) / 4);
}
.woocommerce:not(.wrap) form #payment > .place-order p:first-child {
  margin-top: 0;
}
.woocommerce:not(.wrap) form #payment > .place-order div.woocommerce-terms-and-conditions + p.form-row {
  padding: 0;
  margin-bottom: var(--woo-spacing);
}
.woocommerce:not(.wrap) form #payment .form-row {
  background-color: transparent;
}
.woocommerce:not(.wrap) form #payment #place_order {
  float: none;
  width: 100%;
  margin-top: var(--woo-spacing);
  margin-bottom: 0;
}
.woocommerce:not(.wrap) form.checkout_coupon {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.woocommerce:not(.wrap) form.checkout_coupon > p:not(.form-row) {
  margin: 0;
  margin-bottom: calc(var(--woo-spacing) / 2);
  width: 100%;
}
.woocommerce:not(.wrap) form.checkout_coupon .form-row {
  float: none;
  width: auto;
}
.woocommerce:not(.wrap) form.checkout_coupon .form-row.form-row-first {
  flex-grow: 1;
  margin-right: var(--woo-spacing);
}
.woocommerce:not(.wrap) form.checkout_coupon .form-row.form-row-first input {
  text-transform: var(--woo-field-coupon-text-transform);
  letter-spacing: var(--woo-field-coupon-letter-spacing);
}
.woocommerce:not(.wrap) form.checkout_coupon .form-row.form-row-last {
  display: flex;
  justify-content: flex-end;
  padding: 0;
  background-color: transparent;
}
.woocommerce:not(.wrap) form.checkout_coupon .clear {
  display: none;
}
.woocommerce-account {
  background: var(--woo-page-background);
}
.woocommerce-account:not(.logged-in) .woocommerce {
  flex-direction: column;
}
.woocommerce-account .woocommerce {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
}
.woocommerce-account .woocommerce > * {
  float: none;
}
.woocommerce-account .woocommerce .woocommerce-notices-wrapper {
  width: 100%;
}
.woocommerce-account .woocommerce nav.woocommerce-MyAccount-navigation {
  /* position: sticky;
            top: 0; */
  width: 100%;
  max-width: 260px;
  margin-right: var(--woo-block-margin);
  border-radius: var(--woo-border-radius);
  padding: calc(var(--woo-spacing) / 2);
  background: white;
  box-shadow: var(--woo-block-shadow);
  border: var(--woo-block-border);
  /* @include media ("<phone-landscape") {

                margin-right: calc(var(--woo-block-margin) * 0.5);

            } */
  /* @media only screen and (max-width: 600px) {

                width: auto;

                ul {

                    li {

                        a {

                            font-size: 1em;
                            padding: calc(3 * var(--woo-spacing) / 4) var(--woo-spacing);

                            &:before,
                            &:after {
                                content: none;
                            }

                            i {

                                margin-right: 0;

                            }

                            span {

                                position: absolute;
                                opacity: 0;

                            }

                        }

                    }

                }

            } */
}
.woocommerce-account .woocommerce nav.woocommerce-MyAccount-navigation + div {
  flex-grow: 1;
}
.woocommerce-account .woocommerce nav.woocommerce-MyAccount-navigation .nav-controls {
  display: flex;
  justify-content: flex-end;
  font-size: 1.2em;
  margin-bottom: calc(var(--woo-spacing) / 2);
}
.woocommerce-account .woocommerce nav.woocommerce-MyAccount-navigation .nav-controls .control {
  cursor: pointer;
  opacity: 0.5;
  border-radius: 50%;
  padding: calc(var(--woo-spacing) / 4);
  transition: 0.1s;
}
.woocommerce-account .woocommerce nav.woocommerce-MyAccount-navigation .nav-controls .control:hover {
  opacity: 0.8;
  background: #f1f1f1;
}
.woocommerce-account .woocommerce nav.woocommerce-MyAccount-navigation .nav-controls i {
  display: block;
}
.woocommerce-account .woocommerce nav.woocommerce-MyAccount-navigation .nav-controls [data-action="expand-menu"] {
  display: none;
}
.woocommerce-account .woocommerce nav.woocommerce-MyAccount-navigation ul {
  display: flex;
  flex-direction: column;
  list-style: none;
  margin: 0;
  padding-left: 0;
}
.woocommerce-account .woocommerce nav.woocommerce-MyAccount-navigation ul li {
  padding: calc(var(--woo-spacing) / 8) 0;
}
.woocommerce-account .woocommerce nav.woocommerce-MyAccount-navigation ul li:first-child {
  padding-top: 0;
}
.woocommerce-account .woocommerce nav.woocommerce-MyAccount-navigation ul li.is-active a {
  text-decoration: none;
  background-color: #efefef99;
  color: #111;
}
.woocommerce-account .woocommerce nav.woocommerce-MyAccount-navigation ul li.has-parent a {
  padding-left: calc(1.5 * var(--woo-spacing));
}
.woocommerce-account .woocommerce nav.woocommerce-MyAccount-navigation ul li a {
  position: relative;
  transition: 0.2s;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  padding: calc(var(--woo-spacing) / 2) var(--woo-spacing);
  border-radius: var(--woo-border-radius);
  color: #999999;
  font-weight: 600;
  font-size: 0.9em;
}
.woocommerce-account .woocommerce nav.woocommerce-MyAccount-navigation ul li a:before, .woocommerce-account .woocommerce nav.woocommerce-MyAccount-navigation ul li a:after {
  content: "";
  position: absolute;
  width: 0.45em;
  height: 0.15em;
  right: 1em;
  top: 0;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
  transform-origin: calc(100% - (0.15em / 2)) 50%;
  background-color: currentColor;
  opacity: 0;
  transition: 0.2s;
}
.woocommerce-account .woocommerce nav.woocommerce-MyAccount-navigation ul li a:before {
  transform: translate(-1em, 0.05em) rotate(45deg);
}
.woocommerce-account .woocommerce nav.woocommerce-MyAccount-navigation ul li a:after {
  transform: translate(-1em, 0.05em) rotate(-45deg);
}
.woocommerce-account .woocommerce nav.woocommerce-MyAccount-navigation ul li a i {
  margin-right: calc(3 * var(--woo-spacing) / 4);
  font-size: 1.2em;
  display: block;
}
.woocommerce-account .woocommerce nav.woocommerce-MyAccount-navigation ul li a:hover, .woocommerce-account .woocommerce nav.woocommerce-MyAccount-navigation ul li a:active, .woocommerce-account .woocommerce nav.woocommerce-MyAccount-navigation ul li a:focus-within {
  text-decoration: none;
  color: #111;
}
.woocommerce-account .woocommerce nav.woocommerce-MyAccount-navigation ul li a:hover:before, .woocommerce-account .woocommerce nav.woocommerce-MyAccount-navigation ul li a:hover:after, .woocommerce-account .woocommerce nav.woocommerce-MyAccount-navigation ul li a:active:before, .woocommerce-account .woocommerce nav.woocommerce-MyAccount-navigation ul li a:active:after, .woocommerce-account .woocommerce nav.woocommerce-MyAccount-navigation ul li a:focus-within:before, .woocommerce-account .woocommerce nav.woocommerce-MyAccount-navigation ul li a:focus-within:after {
  opacity: 1;
}
.woocommerce-account .woocommerce nav.woocommerce-MyAccount-navigation ul li a:hover:before, .woocommerce-account .woocommerce nav.woocommerce-MyAccount-navigation ul li a:active:before, .woocommerce-account .woocommerce nav.woocommerce-MyAccount-navigation ul li a:focus-within:before {
  transform: translate(0px, 0.05em) rotate(45deg);
}
.woocommerce-account .woocommerce nav.woocommerce-MyAccount-navigation ul li a:hover:after, .woocommerce-account .woocommerce nav.woocommerce-MyAccount-navigation ul li a:active:after, .woocommerce-account .woocommerce nav.woocommerce-MyAccount-navigation ul li a:focus-within:after {
  transform: translate(0px, 0.05em) rotate(-45deg);
}
.woocommerce-account .woocommerce nav.woocommerce-MyAccount-navigation ul li a:hover {
  background-color: #efefef;
}
.woocommerce-account .woocommerce nav.woocommerce-MyAccount-navigation ul li a:active, .woocommerce-account .woocommerce nav.woocommerce-MyAccount-navigation ul li a:focus-within {
  background-color: #efefef99;
}
.woocommerce-account .woocommerce nav.woocommerce-MyAccount-navigation ul li a:focus-within {
  outline: #121212 auto 1px;
}
.woocommerce-account .woocommerce nav.woocommerce-MyAccount-navigation.collapse {
  width: auto;
}
.woocommerce-account .woocommerce nav.woocommerce-MyAccount-navigation.collapse .nav-controls {
  justify-content: center;
}
.woocommerce-account .woocommerce nav.woocommerce-MyAccount-navigation.collapse .nav-controls i {
  display: block;
}
.woocommerce-account .woocommerce nav.woocommerce-MyAccount-navigation.collapse .nav-controls [data-action="collapse-menu"] {
  display: none;
}
.woocommerce-account .woocommerce nav.woocommerce-MyAccount-navigation.collapse ul li a {
  font-size: 1em;
  padding: calc(3 * var(--woo-spacing) / 4) var(--woo-spacing);
}
.woocommerce-account .woocommerce nav.woocommerce-MyAccount-navigation.collapse ul li a:before, .woocommerce-account .woocommerce nav.woocommerce-MyAccount-navigation.collapse ul li a:after {
  content: none;
}
.woocommerce-account .woocommerce nav.woocommerce-MyAccount-navigation.collapse ul li a i {
  margin-right: 0;
}
.woocommerce-account .woocommerce nav.woocommerce-MyAccount-navigation.collapse ul li a span {
  display: block;
  position: absolute;
  opacity: 0;
  left: calc(2 * var(--woo-spacing) + 20px);
  z-index: 9;
  background: white;
  box-shadow: var(--woo-block-shadow);
  padding: var(--woo-spacing);
  line-height: 1;
  font-size: 0.8em;
  border-radius: var(--woo-border-radius);
  transition: 0.1s;
  pointer-events: none;
  white-space: nowrap;
}
.woocommerce-account .woocommerce nav.woocommerce-MyAccount-navigation.collapse ul li a span:before {
  content: "";
  position: absolute;
  left: 0;
  margin-top: auto;
  margin-bottom: auto;
  border: 4px solid transparent;
  border-right-color: white;
  transform: translate(-100%, 50%);
}
.woocommerce-account .woocommerce nav.woocommerce-MyAccount-navigation.collapse ul li a:hover span {
  opacity: 0.98;
  transform: translate(var(--woo-spacing), 0);
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-content {
  position: relative;
  z-index: 1;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-content form h3:first-of-type {
  margin-top: 0;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-content table.woocommerce-orders-table {
  box-shadow: var(--woo-block-shadow);
  border-radius: var(--woo-block-border-radius);
  border: var(--woo-block-border);
  background: var(--woo-block-background);
  padding: var(--woo-block-padding);
  padding: 0;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-content table.woocommerce-orders-table > p:first-child, .woocommerce-account .woocommerce .woocommerce-MyAccount-content table.woocommerce-orders-table > h1:first-child, .woocommerce-account .woocommerce .woocommerce-MyAccount-content table.woocommerce-orders-table > h2:first-child, .woocommerce-account .woocommerce .woocommerce-MyAccount-content table.woocommerce-orders-table > h3:first-child, .woocommerce-account .woocommerce .woocommerce-MyAccount-content table.woocommerce-orders-table > h4:first-child, .woocommerce-account .woocommerce .woocommerce-MyAccount-content table.woocommerce-orders-table > h5:first-child, .woocommerce-account .woocommerce .woocommerce-MyAccount-content table.woocommerce-orders-table > h6:first-child {
  margin-top: 0;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-content table.woocommerce-orders-table > p:last-child, .woocommerce-account .woocommerce .woocommerce-MyAccount-content table.woocommerce-orders-table > h1:last-child, .woocommerce-account .woocommerce .woocommerce-MyAccount-content table.woocommerce-orders-table > h2:last-child, .woocommerce-account .woocommerce .woocommerce-MyAccount-content table.woocommerce-orders-table > h3:last-child, .woocommerce-account .woocommerce .woocommerce-MyAccount-content table.woocommerce-orders-table > h4:last-child, .woocommerce-account .woocommerce .woocommerce-MyAccount-content table.woocommerce-orders-table > h5:last-child, .woocommerce-account .woocommerce .woocommerce-MyAccount-content table.woocommerce-orders-table > h6:last-child {
  margin-bottom: 0;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-content table.woocommerce-orders-table td {
  border-top: 1px solid #f7f7f7;
}
@media only screen and (max-width: 768px) {
  .woocommerce-account .woocommerce .woocommerce-MyAccount-content table.woocommerce-orders-table td {
    background-color: transparent;
  }
  .woocommerce-account .woocommerce .woocommerce-MyAccount-content table.woocommerce-orders-table td:not(:first-child) {
    border-top: 0;
  }
  .woocommerce-account .woocommerce .woocommerce-MyAccount-content table.woocommerce-orders-table td:first-child {
    padding-top: var(--woo-spacing);
  }
  .woocommerce-account .woocommerce .woocommerce-MyAccount-content table.woocommerce-orders-table td:last-child {
    padding-bottom: var(--woo-spacing);
  }
  .woocommerce-account .woocommerce .woocommerce-MyAccount-content table.woocommerce-orders-table td:before {
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 0.75em;
    font-weight: normal;
  }
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-content table.woocommerce-orders-table .woocommerce-orders-table__cell-order-actions:before {
  content: none;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-content table.woocommerce-orders-table .woocommerce-orders-table__cell-order-actions a {
  padding: calc(var(--woo-spacing) / 2) var(--woo-spacing);
  margin-bottom: calc(var(--woo-spacing) / 4);
  border: 0;
  background: #f2f2f2;
  color: #777;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-content table.woocommerce-orders-table .woocommerce-orders-table__cell-order-actions a:last-child {
  margin-bottom: 0;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-content table.woocommerce-orders-table .woocommerce-orders-table__cell-order-actions a:hover {
  background: #e9e9e9;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-content table.woocommerce-orders-table .woocommerce-orders-table__cell-order-actions a.cancel {
  background: #fde9e9;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-content table.woocommerce-orders-table .woocommerce-orders-table__cell-order-actions a.cancel:hover {
  background: #fadfdf;
}
@media only screen and (max-width: 768px) {
  .woocommerce-account .woocommerce .woocommerce-MyAccount-content table.woocommerce-orders-table .woocommerce-orders-table__cell-order-actions a {
    margin-bottom: calc(var(--woo-spacing) / 2);
    flex: 1;
    margin-bottom: 0;
    min-width: 100px;
  }
}
@media only screen and (max-width: 768px) {
  .woocommerce-account .woocommerce .woocommerce-MyAccount-content table.woocommerce-orders-table .woocommerce-orders-table__cell-order-actions {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: calc(var(--woo-spacing) / 2);
  }
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-content header.woocommerce-Address-title {
  display: flex;
  flex-direction: column;
}
@media only screen and (max-width: 600px) {
  .woocommerce-account .woocommerce {
    flex-direction: column;
  }
  .woocommerce-account .woocommerce nav.woocommerce-MyAccount-navigation {
    max-width: initial;
    margin-bottom: calc(var(--woo-spacing) * 2);
    margin-right: 0;
  }
}
.woocommerce-account.woocommerce-add-payment-method #add_payment_method #payment {
  background: transparent;
  border: 0;
}
.woocommerce-account.woocommerce-add-payment-method #add_payment_method #payment ul.payment_methods {
  padding: 0;
  border-bottom: 0;
}
.woocommerce-account.woocommerce-add-payment-method #add_payment_method #payment ul.payment_methods div.payment_box {
  background-color: var(--woo-field-row-bg);
  border-radius: var(--woo-border-radius);
  margin-bottom: 0;
}
.woocommerce-account.woocommerce-add-payment-method #add_payment_method #payment ul.payment_methods div.payment_box:before {
  border-bottom-color: var(--woo-field-row-bg);
}
.woocommerce-account.woocommerce-add-payment-method #add_payment_method #payment .form-row:last-child {
  padding: 0;
}
.woocommerce-cart .woocommerce form.woocommerce-cart-form {
  padding: 0;
  margin-bottom: var(--woo-block-margin);
  box-shadow: none;
}
.woocommerce-cart .woocommerce form.woocommerce-cart-form table.cart tr:last-child {
  border-top: 0;
}
.woocommerce-cart .woocommerce form.woocommerce-cart-form table.cart tr:last-child td {
  padding: calc(var(--woo-block-padding) / 2);
}
.woocommerce-cart .woocommerce form.woocommerce-cart-form table.cart th {
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 0.75em;
  font-weight: normal;
  border: 0;
  font-size: 0.5em;
  text-align: left;
}
.woocommerce-cart .woocommerce form.woocommerce-cart-form table.cart td.product-thumbnail a:hover {
  opacity: 0.9;
}
.woocommerce-cart .woocommerce form.woocommerce-cart-form table.cart td.product-thumbnail a img {
  border-radius: calc(var(--woo-border-radius) / 2);
  border: 0;
}
.woocommerce-cart .woocommerce form.woocommerce-cart-form table.cart td.product-name .variation {
  font-size: 0.8em;
}
.woocommerce-cart .woocommerce form.woocommerce-cart-form table.cart td.product-name .variation dt {
  font-weight: bold;
}
.woocommerce-cart .woocommerce form.woocommerce-cart-form table.cart td.actions {
  padding: 0;
  padding-top: var(--woo-spacing);
}
.woocommerce-cart .woocommerce form.woocommerce-cart-form table.cart td.actions > .coupon {
  display: flex;
  flex-direction: row;
}
.woocommerce-cart .woocommerce form.woocommerce-cart-form table.cart td.actions > .coupon input {
  min-width: 160px;
  margin-right: var(--woo-spacing);
  border: 1px solid transparent;
  background: var(--woo-field-row-bg);
  text-transform: var(--woo-field-coupon-text-transform);
  letter-spacing: var(--woo-field-coupon-letter-spacing);
}
.woocommerce-cart .woocommerce form.woocommerce-cart-form table.cart td.actions > .coupon input:focus {
  box-shadow: none;
  border: 1px solid currentColor;
}
.woocommerce-cart .woocommerce form.woocommerce-cart-form table.cart td.actions > .coupon button {
  align-items: center;
}
.woocommerce-cart .woocommerce form.woocommerce-cart-form table.cart td.actions > button[name="update_cart"] {
  display: block;
  margin-left: auto;
}
@media only screen and (max-width: 768px) {
  .woocommerce-cart .woocommerce form.woocommerce-cart-form table.cart td.actions {
    background-color: transparent;
  }
  .woocommerce-cart .woocommerce form.woocommerce-cart-form table.cart td.actions > .coupon {
    margin-bottom: var(--woo-spacing);
    padding-bottom: 0;
  }
  .woocommerce-cart .woocommerce form.woocommerce-cart-form table.cart td.actions > .coupon input, .woocommerce-cart .woocommerce form.woocommerce-cart-form table.cart td.actions > .coupon button {
    width: calc(50% - (var(--woo-spacing) / 2));
  }
}
@media only screen and (max-width: 420px) {
  .woocommerce-cart .woocommerce form.woocommerce-cart-form table.cart td.actions > .coupon {
    flex-direction: column;
    margin-bottom: 0;
  }
  .woocommerce-cart .woocommerce form.woocommerce-cart-form table.cart td.actions > .coupon input, .woocommerce-cart .woocommerce form.woocommerce-cart-form table.cart td.actions > .coupon button {
    width: 100%;
    margin-bottom: calc(var(--woo-spacing) / 2);
  }
  .woocommerce-cart .woocommerce form.woocommerce-cart-form table.cart td.actions > .coupon input {
    margin-right: 0;
  }
}
.woocommerce-cart .woocommerce .cart-collaterals {
  position: relative;
}
.woocommerce-cart .woocommerce .cart-collaterals table.shop_table {
  border-spacing: 0;
  border-radius: var(--woo-border-radius);
  border: var(--woo-block-border);
  background: var(--woo-block-background);
  box-shadow: var(--woo-block-shadow);
  padding: var(--woo-table-padding);
}
.woocommerce-cart .woocommerce .cart-collaterals table.shop_table tr:first-child {
  border-top: 0;
}
.woocommerce-cart .woocommerce .cart-collaterals table.shop_table th {
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 0.75em;
  font-weight: normal;
  border: 0;
  font-size: 0.5em;
  text-align: left;
}
.woocommerce-cart .woocommerce .cart-collaterals table.shop_table th, .woocommerce-cart .woocommerce .cart-collaterals table.shop_table td {
  vertical-align: middle;
}
.woocommerce-checkout .woocommerce .woocommerce-form-coupon-toggle {
  margin-bottom: var(--woo-spacing);
}
.woocommerce-checkout .woocommerce .woocommerce-form-coupon-toggle a.showcoupon {
  margin-left: var(--woo-spacing);
}
.woocommerce-checkout .woocommerce form.checkout_coupon {
  box-shadow: var(--woo-block-shadow);
  border-radius: var(--woo-block-border-radius);
  border: var(--woo-block-border);
  background: var(--woo-block-background);
  padding: var(--woo-block-padding);
}
.woocommerce-checkout .woocommerce form.checkout_coupon > p:first-child, .woocommerce-checkout .woocommerce form.checkout_coupon > h1:first-child, .woocommerce-checkout .woocommerce form.checkout_coupon > h2:first-child, .woocommerce-checkout .woocommerce form.checkout_coupon > h3:first-child, .woocommerce-checkout .woocommerce form.checkout_coupon > h4:first-child, .woocommerce-checkout .woocommerce form.checkout_coupon > h5:first-child, .woocommerce-checkout .woocommerce form.checkout_coupon > h6:first-child {
  margin-top: 0;
}
.woocommerce-checkout .woocommerce form.checkout_coupon > p:last-child, .woocommerce-checkout .woocommerce form.checkout_coupon > h1:last-child, .woocommerce-checkout .woocommerce form.checkout_coupon > h2:last-child, .woocommerce-checkout .woocommerce form.checkout_coupon > h3:last-child, .woocommerce-checkout .woocommerce form.checkout_coupon > h4:last-child, .woocommerce-checkout .woocommerce form.checkout_coupon > h5:last-child, .woocommerce-checkout .woocommerce form.checkout_coupon > h6:last-child {
  margin-bottom: 0;
}
.woocommerce-checkout .woocommerce form.checkout {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0 !important;
  /* overflow: hidden; */
}
.woocommerce-checkout .woocommerce form.checkout .woocommerce-error {
  box-shadow: none;
  border-radius: 10px 10px 0 0;
  border-left: 0;
  border-right: 0;
  margin-bottom: 0;
}
.woocommerce-checkout .woocommerce form.checkout h3:not(:first-child) {
  margin-top: var(--woo-spacing);
}
.woocommerce-checkout .woocommerce form.checkout .customer-details-wrap {
  width: 50%;
  padding: var(--woo-block-padding);
}
.woocommerce-checkout .woocommerce form.checkout .col2-set, .woocommerce-checkout .woocommerce form.checkout .checkout-order-review-wrap {
  width: 100%;
}
@media only screen and (max-width: 900px) {
  .woocommerce-checkout .woocommerce form.checkout .col2-set, .woocommerce-checkout .woocommerce form.checkout .checkout-order-review-wrap {
    width: 100%;
  }
}
.woocommerce-checkout .woocommerce form.checkout .col2-set {
  /* padding: var(--woo-block-padding); */
  border: 0;
}
.woocommerce-checkout .woocommerce form.checkout .col2-set > div {
  width: 100%;
  /* max-width: 600px; */
  float: none;
}
.woocommerce-checkout .woocommerce form.checkout .col2-set h3 {
  margin-top: 0;
}
.woocommerce-checkout .woocommerce form.checkout .col2-set .woocommerce-billing-fields__field-wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}
.woocommerce-checkout .woocommerce form.checkout .col2-set .woocommerce-billing-fields__field-wrapper > * {
  width: 100%;
}
.woocommerce-checkout .woocommerce form.checkout .col2-set .woocommerce-billing-fields__field-wrapper > #billing_first_name_field, .woocommerce-checkout .woocommerce form.checkout .col2-set .woocommerce-billing-fields__field-wrapper > #billing_last_name_field {
  width: 50%;
  width: calc(50% - (var(--woo-spacing) / 2));
}
.woocommerce-checkout .woocommerce form.checkout .col2-set .woocommerce-additional-fields {
  margin-top: var(--woo-spacing);
}
.woocommerce-checkout .woocommerce form.checkout .checkout-order-review-wrap {
  position: relative;
  background-color: var(--woo-field-row-bg);
  padding: var(--woo-block-padding);
  border-left: 1px solid var(--woo-border-color);
  border-radius: 0 var(--woo-border-radius) var(--woo-border-radius) 0;
  width: 50%;
}
.woocommerce-checkout .woocommerce form.checkout .checkout-order-review-wrap h3 {
  margin-top: 0;
}
.woocommerce-checkout .woocommerce form.checkout .checkout-order-review-wrap .woocommerce-checkout-review-order {
  position: sticky;
  top: calc(3 * var(--woo-spacing));
}
.woocommerce-checkout .woocommerce form.checkout .checkout-order-review-wrap .woocommerce-checkout-review-order table.woocommerce-checkout-review-order-table {
  box-shadow: var(--woo-nested-block-shadow);
  border: var(--woo-nested-block-border);
  width: 100%;
  background-color: var(--woo-block-background);
}
.woocommerce-checkout .woocommerce form.checkout .ppc-button-wrapper {
  margin-top: var(--woo-spacing);
}
@media only screen and (max-width: 960px) {
  .woocommerce-checkout .woocommerce form.checkout {
    flex-direction: column;
  }
  .woocommerce-checkout .woocommerce form.checkout .customer-details-wrap {
    width: 100%;
  }
  .woocommerce-checkout .woocommerce form.checkout .checkout-order-review-wrap {
    width: 100%;
  }
}
.woocommerce-checkout .woocommerce form#order_review {
  padding: 0;
}
.woocommerce-checkout .woocommerce form#order_review table.shop_table {
  width: 100%;
}
.woocommerce-checkout .woocommerce form#order_review #payment {
  padding: 0;
  background-color: var(--woo-field-row-bg);
}
.woocommerce-checkout .woocommerce form#order_review #payment .wc_payment_methods, .woocommerce-checkout .woocommerce form#order_review #payment .form-row {
  background: var(--woo-block-background);
}
.woocommerce-order-received .woocommerce ul.woocommerce-order-overview {
  box-shadow: var(--woo-block-shadow);
  border-radius: var(--woo-block-border-radius);
  border: var(--woo-block-border);
  background: var(--woo-block-background);
  padding: var(--woo-block-padding);
  display: flex;
  flex-direction: row;
  font-size: 1em;
}
.woocommerce-order-received .woocommerce ul.woocommerce-order-overview > p:first-child, .woocommerce-order-received .woocommerce ul.woocommerce-order-overview > h1:first-child, .woocommerce-order-received .woocommerce ul.woocommerce-order-overview > h2:first-child, .woocommerce-order-received .woocommerce ul.woocommerce-order-overview > h3:first-child, .woocommerce-order-received .woocommerce ul.woocommerce-order-overview > h4:first-child, .woocommerce-order-received .woocommerce ul.woocommerce-order-overview > h5:first-child, .woocommerce-order-received .woocommerce ul.woocommerce-order-overview > h6:first-child {
  margin-top: 0;
}
.woocommerce-order-received .woocommerce ul.woocommerce-order-overview > p:last-child, .woocommerce-order-received .woocommerce ul.woocommerce-order-overview > h1:last-child, .woocommerce-order-received .woocommerce ul.woocommerce-order-overview > h2:last-child, .woocommerce-order-received .woocommerce ul.woocommerce-order-overview > h3:last-child, .woocommerce-order-received .woocommerce ul.woocommerce-order-overview > h4:last-child, .woocommerce-order-received .woocommerce ul.woocommerce-order-overview > h5:last-child, .woocommerce-order-received .woocommerce ul.woocommerce-order-overview > h6:last-child {
  margin-bottom: 0;
}
.woocommerce-order-received .woocommerce ul.woocommerce-order-overview li {
  margin: 0;
}
.woocommerce-order-received .woocommerce ul.woocommerce-order-overview li:not(:last-child) {
  margin-right: var(--woo-spacing);
}
.woocommerce-order-received .woocommerce ul.woocommerce-order-overview li strong {
  margin-top: 0.5em;
}
@media only screen and (max-width: 768px) {
  .woocommerce-order-received .woocommerce ul.woocommerce-order-overview {
    flex-direction: column;
  }
  .woocommerce-order-received .woocommerce ul.woocommerce-order-overview li {
    margin-right: 0;
  }
  .woocommerce-order-received .woocommerce ul.woocommerce-order-overview li:not(:last-child) {
    margin-bottom: var(--woo-spacing);
  }
}
.woocommerce-order-received .woocommerce table.woocommerce-table--order-details {
  width: 100%;
}
.woocommerce-order-received .woocommerce section.woocommerce-customer-details address {
  border: 0;
  box-shadow: var(--woo-block-shadow);
  border-radius: var(--woo-block-border-radius);
  border: var(--woo-block-border);
  background: var(--woo-block-background);
  padding: var(--woo-block-padding);
}
.woocommerce-order-received .woocommerce section.woocommerce-customer-details address > p:first-child, .woocommerce-order-received .woocommerce section.woocommerce-customer-details address > h1:first-child, .woocommerce-order-received .woocommerce section.woocommerce-customer-details address > h2:first-child, .woocommerce-order-received .woocommerce section.woocommerce-customer-details address > h3:first-child, .woocommerce-order-received .woocommerce section.woocommerce-customer-details address > h4:first-child, .woocommerce-order-received .woocommerce section.woocommerce-customer-details address > h5:first-child, .woocommerce-order-received .woocommerce section.woocommerce-customer-details address > h6:first-child {
  margin-top: 0;
}
.woocommerce-order-received .woocommerce section.woocommerce-customer-details address > p:last-child, .woocommerce-order-received .woocommerce section.woocommerce-customer-details address > h1:last-child, .woocommerce-order-received .woocommerce section.woocommerce-customer-details address > h2:last-child, .woocommerce-order-received .woocommerce section.woocommerce-customer-details address > h3:last-child, .woocommerce-order-received .woocommerce section.woocommerce-customer-details address > h4:last-child, .woocommerce-order-received .woocommerce section.woocommerce-customer-details address > h5:last-child, .woocommerce-order-received .woocommerce section.woocommerce-customer-details address > h6:last-child {
  margin-bottom: 0;
}
.woocommerce-lost-password .woocommerce {
  flex-direction: column;
}
.woocommerce-lost-password .woocommerce form.woocommerce-ResetPassword {
  box-shadow: var(--woo-block-shadow);
  border-radius: var(--woo-block-border-radius);
  border: var(--woo-block-border);
  background: var(--woo-block-background);
  padding: var(--woo-block-padding);
}
.woocommerce-lost-password .woocommerce form.woocommerce-ResetPassword > p:first-child, .woocommerce-lost-password .woocommerce form.woocommerce-ResetPassword > h1:first-child, .woocommerce-lost-password .woocommerce form.woocommerce-ResetPassword > h2:first-child, .woocommerce-lost-password .woocommerce form.woocommerce-ResetPassword > h3:first-child, .woocommerce-lost-password .woocommerce form.woocommerce-ResetPassword > h4:first-child, .woocommerce-lost-password .woocommerce form.woocommerce-ResetPassword > h5:first-child, .woocommerce-lost-password .woocommerce form.woocommerce-ResetPassword > h6:first-child {
  margin-top: 0;
}
.woocommerce-lost-password .woocommerce form.woocommerce-ResetPassword > p:last-child, .woocommerce-lost-password .woocommerce form.woocommerce-ResetPassword > h1:last-child, .woocommerce-lost-password .woocommerce form.woocommerce-ResetPassword > h2:last-child, .woocommerce-lost-password .woocommerce form.woocommerce-ResetPassword > h3:last-child, .woocommerce-lost-password .woocommerce form.woocommerce-ResetPassword > h4:last-child, .woocommerce-lost-password .woocommerce form.woocommerce-ResetPassword > h5:last-child, .woocommerce-lost-password .woocommerce form.woocommerce-ResetPassword > h6:last-child {
  margin-bottom: 0;
}
body {
  /*-----------*/
  /*    AOS    */
  /*-----------*/
  /* [data-aos="drop"] {

    transform: translate(0px, 200px) scale(1.1);

    &.aos-animate {

        animation: drop 1s ease 0.25s 1 normal both;

    }

}

@keyframes drop {
    0% {
        transform: translate(0px, 200px) scale(1.05);
        box-shadow: 0px 16px 32px rgb(0 0 0 / 25%);
        opacity: 0.5;
    }
    33% {
        transform: translate(0px, 0px) scale(1.05);
        box-shadow: 0px 16px 32px rgb(0 0 0 / 25%);
        opacity: 1;
    }
    100% {
        transform: translate(0px, 0px) scale(1);
        box-shadow: 0px 0px 0px rgb(0 0 0 / 25%);
        opacity: 1;
    }
} */
  /* .digitalis-invoice {

    width: 100%;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    background: $c-paw_print;
    padding: 3rem;

    > article {

        display: flex;
        flex-direction: column;
        gap: 2rem;
        padding: 2rem;

        max-width: 1200px;
        background: white;


        img {

            max-width: 100%;
            height: auto;

        }

        .row {

            display: flex;
            flex-direction: row;

            > * {

                flex: 1

            }

        }

    }

} */
  /* VIVUS SLIDER*/
  /* TYPER */
  /*-----------*/
  /* CLIPBOARD */
  /*-----------*/
  --h4-font-size: clamp(1.08406rem, 3.53394vw + 1rem, 1.618rem);
  --h3-font-size: clamp(1.75400908rem, 3.86391492vw + 1rem, 2.617924rem);
  --h2-font-size: clamp(1.4825303612rem, 5.7532706708vw + 1rem, 4.235801032rem);
  --h1-font-size: clamp(2.3987341244rem, 7.4547919454vw + 1rem, 6.8535260698rem);
  font-size: 1rem;
  line-height: 2;
  color: #333333;
  /*-------*/
  /* MENUS */
  /*-------*/
  /*-------------------*/
  /* HEAD & PAGE HEADS */
  /*-------------------*/
  /*------*/
  /* HERO */
  /*------*/
  /* #project-field-row {

    display: flex;
    flex-direction: column;

    background: white;
    border-radius: 0.5rem;
    padding: var(--woo-spacing);
    box-shadow: var(--woo-block-shadow);
    margin-bottom: calc(var(--woo-spacing) * 2);

    label[for='project-field'] {

        font-size: 0.75em;
        font-weight: bold;
        line-height: 1;
        opacity: 0.6;
        margin-bottom: 0.25rem;

    }

    .nice-select {

        width: calc(100% - 2px);
        font-family: $f-display;
        font-size: 22px;
        padding: 0;
        border: 0;

        &:hover,
        &:focus {

            //background: var(--c-paper);

        }

    }

} */
}
body form input:not([type=radio], [type=checkbox], [type=submit], [type=button], [type=image], [type=file]), body form textarea, body form select {
  transition: 0.2s;
  border: 2px solid transparent;
  font-family: Comfortaa;
  font-size: inherit;
  border-radius: 0.5rem;
  display: block;
  background-clip: padding-box;
  line-height: 1;
  padding: 1rem;
  box-shadow: 0px 4px 34px -32px inset, 0px 1px 2px 0px rgba(0, 0, 0, 0.2) inset;
}
body form input:not([type=radio], [type=checkbox], [type=submit], [type=button], [type=image], [type=file]):focus, body form textarea:focus, body form select:focus {
  transition: 1s;
  border: 2px solid #7f00b1;
}
body form textarea {
  resize: vertical;
  list-style: 1.6;
  line-height: 1.4;
}
body form label {
  font-family: Manrope;
  line-height: 1.2;
  margin-bottom: 1rem;
  display: block;
}
body form input[type="submit"] {
  border: 0;
  color: white;
  box-shadow: 0px 2px 12px #00000055, 0px 1px 2px #000000;
  font-family: "Manrope";
  background: #333333;
}
body form input[type="submit"]:hover {
  background: #7f00b1;
}
body form input[type="submit"]:active {
  box-shadow: 0px 4px 34px -32px inset, 0px 1px 2px 0px rgba(0, 0, 0, 0.2) inset;
  background: #fff4e2;
  color: #333333;
}
body #digitalis .gform_wrapper .gform_heading .gform_required_legend {
  display: none;
}
body #digitalis .gform_wrapper .gform_footer {
  display: flex;
  padding-bottom: 0;
}
body #digitalis .gform_wrapper .gform_validation_errors {
  display: none;
}
body #digitalis .gform_wrapper .gfield {
  position: relative;
}
body #digitalis .gform_wrapper .gfield.gfield_error label {
  color: inherit;
}
body #digitalis .gform_wrapper .gfield .validation_message {
  position: absolute;
  bottom: -1rem;
  left: 0;
  padding: 0 1rem;
  width: auto;
  border: 0;
  background: #f0a000;
  color: #fff;
  border-radius: 0.25rem;
  font-size: 14px;
}
body #digitalis .gform_wrapper .gfield .validation_message:before {
  content: "";
  width: 12px;
  height: 12px;
  position: absolute;
  border: 6px solid transparent;
  border-bottom-color: #f0a000;
  top: -12px;
  left: 1rem;
}
body [data-aos="drop"] {
  transform: translate(0px, 200px) scale(1.1);
  position: relative;
}
body [data-aos="drop"]:after, body [data-aos="drop"]:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0px 10.9px 9.6px rgba(0, 0, 0, 0.13), 0px 36px 32px rgba(0, 0, 0, 0.2);
  z-index: -1;
}
body [data-aos="drop"]:after {
  box-shadow: 0px 1.6px 1.4px rgba(0, 0, 0, 0.07), 0px 4.5px 4px rgba(0, 0, 0, 0.1);
}
body [data-aos="drop"].aos-animate, body [data-aos="drop"].aos-animate:before, body [data-aos="drop"].aos-animate:after {
  animation: drop 1s ease 0.25s 1 normal both;
}
body [data-aos="drop"].aos-animate:before {
  animation-name: drop-before;
}
body [data-aos="drop"].aos-animate:after {
  animation-name: drop-after;
}
@keyframes drop {
  0% {
    transform: translate(0px, 200px) scale(1.05);
    opacity: 0.5;
  }
  33% {
    transform: translate(0px, -5px) scale(1.05);
    opacity: 1;
  }
  100% {
    transform: translate(0px, 0px) scale(1);
    opacity: 1;
  }
}
@keyframes drop-before {
  33% {
    transform: scale(1);
  }
  66% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translate(0px, -10px) scale(0.95);
  }
}
@keyframes drop-after {
  66% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
body .drop-wrap {
  position: relative;
  box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.1) inset;
}
body .drop-wrap:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.1) inset;
}
body .drop-wrap:before {
  border-radius: 4rem;
  left: 1rem;
  width: calc(100% - 2rem);
  top: 1rem;
  height: calc(100% - 2rem);
}
body [data-aos="sequence"] > * {
  transition-duration: 0.4s;
  transform: translate3d(0, 100px, 0);
  opacity: 0;
}
body [data-aos="sequence"].aos-animate > * {
  transform: translate3d(0, 0, 0);
  opacity: 1;
}
body [data-aos="sequence"] > *:nth-child(1) {
  transition-delay: 100ms;
}
body [data-aos="sequence"] > *:nth-child(2) {
  transition-delay: 200ms;
}
body [data-aos="sequence"] > *:nth-child(3) {
  transition-delay: 300ms;
}
body [data-aos="sequence"] > *:nth-child(4) {
  transition-delay: 400ms;
}
body [data-aos="sequence"] > *:nth-child(5) {
  transition-delay: 500ms;
}
body [data-aos="sequence"] > *:nth-child(6) {
  transition-delay: 600ms;
}
body [data-aos="sequence"] > *:nth-child(7) {
  transition-delay: 700ms;
}
body [data-aos="sequence"] > *:nth-child(8) {
  transition-delay: 800ms;
}
body [data-aos="sequence"] > *:nth-child(9) {
  transition-delay: 900ms;
}
body [data-aos="sequence"] > *:nth-child(10) {
  transition-delay: 1000ms;
}
body [data-aos="sequence"] > *:nth-child(11) {
  transition-delay: 1100ms;
}
body [data-aos="sequence"] > *:nth-child(12) {
  transition-delay: 1200ms;
}
body .line-button {
  position: relative;
  padding: 0.75rem 2rem;
  color: white;
  text-align: center;
  min-width: 120px;
}
body .line-button:before, body .line-button:after {
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: 0.2s;
  border: 1px solid;
  position: absolute;
  font-family: Manrope;
  opacity: 0.5;
}
body .line-button:before {
  transform: translate(4px, 4px);
  border-color: #fd52b8;
}
body .line-button:after {
  transform: translate(-4px, -4px);
}
body .line-button:hover:before, body .line-button:hover:after, body .line-button:active:before, body .line-button:active:after {
  transform: translate(0, 0);
}
body .box-button {
  position: relative;
}
body .box-button:before, body .box-button:after {
  top: 0;
  left: 0;
  width: 100%;
  transition: 0.5s;
  display: block;
  border: 1px solid #fff;
  padding: 0.5rem 1rem;
  color: #fff;
}
body .box-button:before {
  content: "sdaf";
  transform: translateY(0) rotateX(0);
  position: relative;
  content: attr(data-front);
}
body .box-button:after {
  transform: translateY(-50%) rotateX(90deg);
  position: absolute;
  background: #6a2b51;
  content: attr(data-back);
}
body .box-button:hover:after {
  transform: translateY(0) rotateX(0);
}
body .box-button:hover:before {
  transform: translateY(50%) rotateX(90deg);
}
body .close-button {
  width: 64px;
  height: 64px;
  cursor: pointer;
  transition: 0.1s;
}
body .close-button:before, body .close-button:after {
  content: "";
  width: 100%;
  border-bottom: 1px solid;
  transition: 0.2s;
  left: 0;
  top: 50%;
  position: relative;
}
body .close-button:before {
  transform: rotate(45deg);
}
body .close-button:after {
  transform: rotate(-45deg);
}
body .close-button:hover:before, body .close-button:hover:after {
  transform: rotate(0deg);
}
body .close-button:active:before, body .close-button:active:after {
  transform: rotate(0deg) scale(0.5);
}
body .big-link {
  font-size: 1.6em;
  font-weight: 800;
  font-family: Manrope;
  transition: 0.5s;
  position: relative;
  background-repeat: no-repeat;
  background-size: 0% 0.15em;
  background-position: 0% 100%;
  background-image: linear-gradient(135deg, currentColor, currentColor);
  color: currentColor;
  cursor: pointer;
  margin-top: 1rem;
  color: #bb7d00;
}
body .big-link:hover {
  transition: 0.05s;
}
body .big-link:before, body .big-link:after {
  transition: 0.5s;
}
body .big-link:hover:before, body .big-link:hover:after {
  transition: 0.05s;
}
body .big-link:before, body .big-link:after {
  content: "";
  position: absolute;
  width: 0.45em;
  height: 0.15em;
  border: 0;
  background-color: currentColor;
  right: -0.75em;
  top: 0;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
  transform-origin: calc(100% - (0.15em / 2)) 50%;
}
body .big-link:before {
  transform: translate(0px, 0.05em) rotate(45deg);
}
body .big-link:after {
  transform: translate(0px, 0.05em) rotate(-45deg);
}
body .big-link:hover {
  background-size: 100% 0.15em;
}
body .big-link:hover:before {
  transform: translate(0.25em, 0.05em) rotate(45deg);
}
body .big-link:hover:after {
  transform: translate(0.25em, 0.05em) rotate(-45deg);
}
body button:disabled {
  border: 0;
  opacity: 0.4;
  filter: saturate(0);
}
@keyframes hover {
  0% {
    transform: translate(0px, -10px);
  }
  100% {
    transform: translate(0px, 10px);
  }
}
@keyframes sin-x {
  0% {
    transform: translateX(0px, -10px);
  }
  100% {
    transform: translateX(0px, 10px);
  }
}
@keyframes sin-x-sm {
  0% {
    transform: translateX(0px, -2px);
  }
  100% {
    transform: translateX(0px, 2px);
  }
}
@keyframes drift {
  0% {
    transform: translate(-100px, 0);
  }
  75% {
    transform: translate(100px, 0);
  }
  100% {
    transform: translate(-100px, 0);
  }
}
@keyframes left-arm-wave {
  0% {
    transform: rotate(0deg);
  }
  70% {
    transform: rotate(0deg);
  }
  76% {
    transform: rotate(195deg);
  }
  78% {
    transform: rotate(165deg);
  }
  80% {
    transform: rotate(195deg);
  }
  82% {
    transform: rotate(165deg);
  }
  84% {
    transform: rotate(195deg);
  }
  94% {
    transform: rotate(0deg);
  }
}
body .ani-hover {
  animation: hover 1s ease-in-out 0s infinite alternate both;
}
body .ani-sin-x {
  animation: sin-x 1s ease-in-out 0s infinite alternate both;
}
body .ani-sin-x-sm {
  animation: sin-x-sm 1s ease-in-out 0s infinite alternate both;
}
body .ani-drift {
  animation: drift 1s ease-in-out 0s infinite normal both;
}
body .ani-left-arm-wave {
  animation: left-arm-wave 10s ease-in-out 0s infinite normal both;
}
@keyframes fire {
  0% {
    filter: brightness(1);
  }
  5% {
    filter: brightness(1.1);
  }
  10% {
    filter: brightness(1);
  }
  15% {
    filter: brightness(1.05);
  }
  20% {
    filter: brightness(0.95);
  }
  25% {
    filter: brightness(0.9);
  }
  30% {
    filter: brightness(1.2);
  }
  35% {
    filter: brightness(1.1);
  }
  40% {
    filter: brightness(1);
  }
  45% {
    filter: brightness(1.05);
  }
  50% {
    filter: brightness(1.2);
  }
  55% {
    filter: brightness(1.05);
  }
  60% {
    filter: brightness(1);
  }
  65% {
    filter: brightness(1.1);
  }
  70% {
    filter: brightness(0.95);
  }
  75% {
    filter: brightness(1.05);
  }
  80% {
    filter: brightness(1.25);
  }
  85% {
    filter: brightness(1);
  }
  90% {
    filter: brightness(1.1);
  }
  95% {
    filter: brightness(1.05);
  }
  100% {
    filter: brightness(1);
  }
}
@keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
body .fire {
  animation-name: fire;
  animation-duration: 4s;
  animation-iteration-count: infinite;
  animation-fill-mode: both;
  transform-origin: center bottom;
}
body .markdown:not(#dmy) {
  --list-pad: 2rem;
  --h1-font-size: 1.5em;
  --h2-font-size: 1.3em;
  --h3-font-size: 1.1em;
  --h4-font-size: 1.0em;
}
body .markdown:not(#dmy) h5 {
  font-size: 1em;
}
body .markdown:not(#dmy) h6 {
  font-size: 1em;
}
body .markdown:not(#dmy) h1, body .markdown:not(#dmy) h2, body .markdown:not(#dmy) h3, body .markdown:not(#dmy) h4, body .markdown:not(#dmy) h5, body .markdown:not(#dmy) h6 {
  margin-top: 1em;
  margin-bottom: 1em;
}
body .markdown:not(#dmy) p {
  margin-bottom: 1em;
}
body .markdown:not(#dmy) code {
  background: #f7f7f7;
  padding: 1px 4px 3px;
}
body .markdown:not(#dmy) hr {
  margin-block-start: 1em;
  margin-block-end: 1em;
}
body .markdown:not(#dmy) ol, body .markdown:not(#dmy) ul {
  padding-inline-start: var(--list-pad);
  margin-block-start: 0.5em;
  margin-block-end: 0.5em;
}
body .markdown:not(#dmy) ul {
  list-style-type: disc;
}
body .markdown:not(#dmy) :is(dir, menu, ol, ul) :is(ol, ul) {
  margin-block-start: 0;
  margin-block-end: 0;
}
body .markdown:not(#dmy) :is(dir, menu, ol, ul) ul {
  list-style-type: circle;
}
body .markdown:not(#dmy) :is(dir, menu, ol, ul) :is(dir, menu, ol, ul) ul {
  list-style-type: square;
}
body .markdown:not(#dmy) :is(ol, ul) li > p:has(+ :is(ol, ul)) {
  margin-bottom: 0;
}
body .markdown:not(#dmy) table {
  text-align: left;
  font-size: inherit;
  width: 100%;
  border-collapse: collapse;
  margin: 1em 0;
  line-height: 1.4;
}
body .markdown:not(#dmy) table tr td, body .markdown:not(#dmy) table tr th {
  padding: 0.5em 1em 0.25em 0;
}
body .markdown:not(#dmy) table tr td {
  word-break: break-word;
  overflow-wrap: anywhere;
}
body .markdown:not(#dmy) table tr th {
  font-weight: bold;
  border-bottom: 2px solid var(--c-ui-gray-10);
}
body .markdown:not(#dmy) table tr:nth-child(odd) td {
  background: rgba(0, 0, 0, 0.01);
}
@media (max-width: 768px) {
  body .markdown:not(#dmy) table {
    display: block;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
body .digitalis-widgets {
  display: grid;
  gap: var(--woo-spacing);
  grid-template-columns: repeat(12, 1fr);
  --box-span: 4;
}
body .digitalis-widgets .digitalis-widget.digitalis-widget.box-link-widget {
  grid-column: span var(--box-span);
}
@container (width < 700px) {
  body .digitalis-widgets {
    --box-span: 6;
  }
}
@container (width < 400px) {
  body .digitalis-widgets {
    --box-span: 12;
  }
}
body .digitalis-widget.digitalis-widget {
  box-shadow: var(--woo-block-shadow);
  padding: var(--woo-spacing);
  border-radius: var(--woo-border-radius);
  background: white;
}
body .digitalis-widget.digitalis-widget.box-link-widget {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  aspect-ratio: 1;
  background-size: 0% 0.25rem;
  color: var(--c-droid-juice);
}
body .digitalis-widget.digitalis-widget.box-link-widget > .icon {
  font-size: 2em;
}
body .digitalis-widget.digitalis-widget.box-link-widget > .progress {
  --c: var(--c-nectar);
  background: conic-gradient(var(--c) calc(var(--progress) * 1turn), var(--c-nectar-light) 0deg);
  aspect-ratio: 1;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.5rem;
  width: 60px;
  max-width: 50%;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
body .digitalis-widget.digitalis-widget.box-link-widget > .progress[data-status="not-started"] {
  --c: var(--c-leaf);
}
body .digitalis-widget.digitalis-widget.box-link-widget > .progress[data-status=complete] {
  --c: var(--c-leaf);
}
body .digitalis-widget.digitalis-widget.box-link-widget > .progress > .progress-value {
  background: white;
  border-radius: 50%;
  padding: 0.5rem;
  width: 100%;
  height: 100%;
  line-height: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-family: "Manrope";
  font-weight: bold;
  color: var(--c);
}
body .digitalis-widget.digitalis-widget.box-link-widget:hover {
  background-size: 100% 0.25rem;
  background-color: var(--c-ui-nectar-1);
  text-decoration: none;
}
body .digitalis-widget.digitalis-widget.box-link-widget:active, body .digitalis-widget.digitalis-widget.box-link-widget:focus {
  transform: scale(99%);
}
body .icon-boxes > .ct-section-inner-wrap {
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 3rem;
}
body .icon-boxes > .ct-section-inner-wrap .icon-box {
  background-color: #fff;
  /* max-width: 600px; */
  padding: 3rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #fff;
  border-radius: 1rem;
  box-shadow: 0px 2.9px 3.6px rgba(0, 0, 0, 0.052), 0px 8.1px 10px rgba(0, 0, 0, 0.075), 0px 19.6px 24.1px rgba(0, 0, 0, 0.098), 0px 65px 80px rgba(0, 0, 0, 0.15);
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  box-shadow: 0px 2.9px 3.6px rgba(0, 0, 0, 0.05), 0px 8.1px 10px rgba(0, 0, 0, 0.08), 0px 19.6px 24.1px rgba(0, 0, 0, 0.1), 0px 65px 80px rgba(0, 0, 0, 0.15), 0px 0px 0px 0.5rem #fff inset, 0px 0px 0px 0.6rem #7f00b126 inset;
}
body .icon-boxes > .ct-section-inner-wrap .icon-box .icon-box-title {
  background-image: linear-gradient(135deg, #06a8aa, #48007e);
  background-color: #48007e;
  -webkit-text-fill-color: transparent;
  text-fill-color: transparent;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  -webkit-background-clip: text;
  background-clip: text;
}
body .icon-boxes > .ct-section-inner-wrap .icon-box .icon-box-text {
  margin-top: 0.5rem;
}
@media (max-width: 992px) {
  body .icon-boxes > .ct-section-inner-wrap {
    flex-direction: column;
  }
  body .icon-boxes > .ct-section-inner-wrap .icon-box {
    transition-delay: 0;
    width: 100%;
    max-width: 600px;
  }
}
@media (max-width: 768px) {
  body .icon-boxes > .ct-section-inner-wrap {
    gap: 2rem;
  }
}
body .button {
  line-height: 1;
  background: #404040;
  padding: 1rem 2rem;
  padding-right: 2.5rem;
  color: #fff;
  border-radius: 0.25rem;
  position: relative;
  cursor: pointer;
  transition: 0.25s;
  background-size: 100%;
  background-image: linear-gradient(135deg, #00a4d1, #b500fd);
  box-shadow: 0px -2px 12px inset #00000055, 0px -1px 2px inset #000000;
}
body .button:before {
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  border: 6px solid transparent;
  border-left-color: #fff;
  right: 1rem;
  top: 50%;
  transform: translate(0, -50%) scale(1.3, 1);
  transition: 0.1s;
}
body .button:hover {
  background-size: 200%;
  background-position-x: 100%;
  box-shadow: 0px 2px 12px inset #00000055, 0px 1px 2px inset #000000;
}
body .button:hover:before {
  transform: translate(0.5rem, -50%) scale(1.3, 1);
  filter: drop-shadow(0px 3px 2px #00000077);
}
body .project-tags {
  display: flex;
  flex-wrap: wrap;
  margin-top: -1.5rem;
}
body .project-tags .project-tag {
  font-family: "Manrope";
  padding: 0.5rem;
  font-weight: 700;
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.1), 0px 1px 1px rgba(0, 0, 0, 0.1);
  line-height: 1;
  margin-right: 0.5rem;
  margin-bottom: 0.5rem;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 0.25rem;
  font-size: 0.9em;
}
body .steps {
  padding-left: 4rem;
  position: relative;
  padding-top: 5rem;
  padding-bottom: 5rem;
  color: #13004e;
}
body .steps:before {
  content: "";
  height: 100%;
  position: absolute;
  left: calc(1rem - 2px);
  top: 0px;
  border-right: 0.25rem solid currentColor;
}
body .steps .step {
  position: relative;
  max-width: 600px;
  margin-bottom: 2.5rem;
}
body .steps .step:before {
  transform: translate(-50%, -50%);
  font-family: "Manrope";
  position: absolute;
  top: 2rem;
  left: -3rem;
  width: 48px;
  height: 48px;
  border-radius: 5rem;
  text-align: center;
  z-index: 1;
  line-height: 2.1;
  font-weight: 700;
  border: 0.25rem solid currentColor;
  background-color: #ffffff;
  content: attr(data-index);
}
body .steps .step:after {
  content: "";
  position: absolute;
  top: 2rem;
  left: -2.5rem;
  width: 1.5rem;
  border-top: 0.25rem solid currentColor;
  border-bottom-right-radius: 5px;
  border-top-right-radius: 5px;
}
body .steps .step > div {
  color: #333333;
}
body #teapot {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  filter: drop-shadow(-2rem 4rem 1.5rem rgba(0, 0, 0, 0.4));
  z-index: 1;
  opacity: 0;
  transform: scale(0.5);
  transition: 1s;
  pointer-events: none;
  left: -12rem;
  top: -12rem;
  width: calc(100% + 24rem);
  height: calc(100% + 24rem);
}
body #teapot.absolute {
  position: absolute;
}
body #teapot.loaded {
  opacity: 1;
  transform: scale(1);
  pointer-events: inherit;
}
@media (max-width: 768px) {
  body #teapot {
    left: -6rem;
    top: -6rem;
    width: calc(100% + 12rem);
    height: calc(100% + 12rem);
  }
}
body .vivus-slider-wrap {
  width: 100%;
  overflow: hidden;
}
body .vivus-slider-wrap .vivus-slider {
  display: flex;
  transition: 0.5s;
}
body .vivus-slider-wrap .vivus-slider .vivus-slider-svg {
  display: flex;
  justify-content: center;
  width: 100%;
}
body .vivus-slider-wrap .vivus-slider .vivus-slider-svg > svg {
  max-width: 365px;
}
body .vivus-slider-nav {
  display: flex;
  margin-top: 1rem;
}
body .vivus-slider-nav .vivus-slider-nav-item {
  width: 0.5rem;
  height: 0.5rem;
  margin-right: 1rem;
  background: currentColor;
  opacity: 0.25;
  cursor: pointer;
  transition: 0.1s;
  border-radius: 0.125rem;
}
body .vivus-slider-nav .vivus-slider-nav-item:hover {
  transform: scale(1.4);
}
body .vivus-slider-nav .vivus-slider-nav-item.active {
  opacity: 1;
}
body .vivus-slider-info-wrap {
  width: 100%;
  overflow: hidden;
}
body .vivus-slider-info-wrap .vivus-slider-info {
  display: flex;
  transition: 0.5s;
}
body .vivus-slider-info-wrap .vivus-slider-info .vivus-slider-info-slide {
  width: 100%;
}
body .vivus-slider-info-wrap .vivus-slider-info .vivus-slider-info-slide .vivus-slider-description {
  text-align: left;
}
body .vivus-slider-title-wrap {
  width: 100%;
  overflow: hidden;
  font-size: 1.2em;
  height: 1.6em;
  text-transform: uppercase;
  letter-spacing: 8px;
  margin-top: 1rem;
}
@media (max-width: 480px) {
  body .vivus-slider-title-wrap {
    font-size: 0.8em;
    letter-spacing: 6px;
  }
}
body .vivus-slider-title-wrap .vivus-slider-title-slider {
  transition: 0.5s;
}
body .vivus-slider-title-wrap .vivus-slider-title-slider .vivus-slider-title {
  width: 100%;
  text-align: center;
}
body .swatches {
  flex-direction: row;
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
  border-radius: 1rem;
}
body .swatches:hover .swatch-wrap .swatch {
  transform: scale(0.75);
  border-radius: 100% !important;
  box-shadow: 0px 0px #0000000d;
}
body .swatches .swatch-wrap {
  width: 33%;
  padding: 1rem;
  position: relative;
  cursor: pointer;
  transition: 0.5s;
  -webkit-tap-highlight-color: transparent;
}
body .swatches .swatch-wrap .swatch {
  width: 100%;
  position: relative;
  border-radius: 0.5rem 100% 100% 100%;
  transition-duration: 0.5s;
  box-shadow: -10px 10px #0000000d;
}
body .swatches .swatch-wrap .swatch:before {
  padding-bottom: 100%;
  position: relative;
  content: "";
}
body .swatches .swatch-wrap:after {
  content: attr(data-hex);
  position: absolute;
  right: 0;
  bottom: 0;
  font-size: 0.75em;
  color: #c6c6c6;
}
body .swatches .swatch-wrap:hover .swatch {
  transform: scale(1);
  transition-duration: 0.2s;
}
body .swatches .swatch-wrap:hover:after {
  color: #7f00b1;
}
body .swatches .swatch-wrap:active {
  transform: scale(5);
  z-index: -1;
  transition: 0.2s;
}
body .swatches .swatch-wrap:active:after {
  color: transparent;
}
body .folio-grid {
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 1.5rem;
  grid-row-gap: 1rem;
  display: grid;
}
body .folio-grid.stack {
  display: flex;
  flex-direction: row;
  grid-column-gap: 0;
  padding-left: 4rem;
}
body .folio-grid.stack:hover .folio-item {
  transform: rotate(0deg) scale(0.8);
}
body .folio-grid.stack .folio-item {
  margin-left: -4rem;
}
body .folio-grid.stack .folio-item:hover {
  transform: scale(1) translate(0, -2px);
}
@media (max-width: 992px) {
  body .folio-grid.stack {
    flex-direction: column;
    padding-left: 0;
    max-width: 400px;
  }
  body .folio-grid.stack .folio-item {
    margin-left: 0;
    margin-bottom: -2rem;
  }
}
body .folio-grid .folio-item {
  box-shadow: 0px 6px 6px rgba(0, 0, 0, 0.15), 0px 2px 2px rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
  overflow: hidden;
  transition: 0.3s;
  transform: rotate(4deg);
}
body .folio-grid .folio-item:nth-child(even) {
  position: relative;
  top: -50%;
}
body .folio-grid .folio-item:hover {
  transform: scale(1.1) translate(0, -2px);
  transition: 0.1s;
  box-shadow: 0px 15px 15px rgba(0, 0, 0, 0.1), 0px 6px 6px rgba(0, 0, 0, 0.1);
  z-index: 1;
}
body .folio-grid .folio-item > img {
  display: block;
  width: 100%;
}
body .service-boxes {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
  margin-left: -1rem;
  margin-right: -1rem;
}
body .service-boxes .service {
  padding: 2rem;
  flex-grow: 1;
  margin: 1rem;
  min-width: 280px;
  width: calc(33% - 2rem);
  z-index: 1;
}
body .testimonial {
  background-color: #fff;
  /* max-width: 600px; */
  padding: 3rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #fff;
  border-radius: 1rem;
  box-shadow: 0px 2.9px 3.6px rgba(0, 0, 0, 0.052), 0px 8.1px 10px rgba(0, 0, 0, 0.075), 0px 19.6px 24.1px rgba(0, 0, 0, 0.098), 0px 65px 80px rgba(0, 0, 0, 0.15);
  max-width: 800px;
  align-items: flex-start;
  position: relative;
}
body .testimonial:before {
  content: "";
  position: absolute;
  border: 2rem solid transparent;
  /* border-top-color: #fff; */
  width: 4rem;
  height: 4rem;
  /* left: 4rem;
        bottom: -4rem; */
  border-right-color: #fff;
  left: calc(-4rem + 1px);
  bottom: 4rem;
  transform: scale(1, 0.66);
}
body .testimonial .testimonial-body {
  font-size: 2em;
  line-height: 1.5;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  text-align: left;
}
body .testimonial .testimonial-body[data-size="xs"] {
  font-size: 1.4em;
}
body .testimonial .testimonial-body[data-size="s"] {
  font-size: 1.7em;
}
body .testimonial .testimonial-body[data-size="l"] {
  font-size: 2.3em;
}
body .testimonial .testimonial-body[data-size="xl"] {
  font-size: 2.6em;
}
body .testimonial .testimonial-body > svg {
  float: left;
  width: 3.8em;
  height: auto;
  padding-right: 0.5em;
  padding-top: 0.33em;
  color: #ffe4ad;
  color: #c38200;
  margin-top: 0;
  margin-left: 0;
  width: 8rem;
  padding-right: 0;
  padding-top: 0;
  float: none;
  position: absolute;
  top: -3rem;
  left: -2rem;
  filter: drop-shadow(0px 6px 6px rgba(0, 0, 0, 0.2)) drop-shadow(0px 2px 2px rgba(0, 0, 0, 0.2));
}
body .testimonial .testimonial-name {
  color: #7f00b1;
  font-family: "Manrope";
  font-weight: 700;
  position: relative;
  line-height: 1.5;
  margin-bottom: 0.2em;
}
body .testimonial .testimonial-location {
  font-size: 0.7em;
  color: #cd55fc;
  line-height: 1;
  margin-top: 0.2em;
}
body .testimonial.testimonial-dark {
  background-color: #7f00b1;
  color: #fbf0ff;
}
body .testimonial.testimonial-dark .testimonial-name {
  color: #ffe4ad;
}
body .testimonial.testimonial-dark:before {
  border-top-color: #7f00b1;
}
body .testimonial .testimonial-avatar {
  color: #ffe4ad;
  position: absolute;
  z-index: 1;
  filter: drop-shadow(0px 4px 2px rgba(0, 0, 0, 0.2)) drop-shadow(0px 8px 8px rgba(0, 0, 0, 0.2));
  left: -5.5rem;
  bottom: 1rem;
  width: auto;
  height: 5.5rem;
}
@media (max-width: 992px) {
  body .testimonial {
    margin-bottom: 3rem;
  }
  body .testimonial:before {
    width: 3rem;
    height: 3rem;
    border-width: 1.5rem;
    border-top-color: #fff;
    left: 1rem;
    bottom: -2.5rem;
    border-right-color: transparent;
    transform: rotate(25deg) scale(1, 2);
  }
  body .testimonial .testimonial-avatar {
    left: 1rem;
    bottom: -4rem;
    height: 3rem;
  }
}
@media (max-width: 768px) {
  body .testimonial {
    padding: 2rem;
    padding-top: 3rem;
  }
}
@media (max-width: 480px) {
  body .testimonial {
    padding: 1.5rem;
    padding-top: 3rem;
  }
}
body .testimonial-slider .unslider {
  margin-top: -8rem;
}
body .testimonial-slider .unslider .oxygen-unslider-container {
  padding-top: 8rem;
  padding-bottom: 8rem;
}
body .testimonial-slider .unslider .oxygen-unslider-container ul.unslider-wrap {
  align-items: center;
}
body .testimonial-slider .unslider .oxygen-unslider-container ul.unslider-wrap li {
  margin-left: 2rem;
  margin-right: 2rem;
}
body .testimonial-slider .unslider .oxygen-unslider-container ul.unslider-wrap li .testimonial-body > svg {
  color: #7f00b1;
}
body .testimonial-slider .unslider .unslider-nav {
  margin-top: calc(-8rem + 1rem);
  z-index: 1;
  position: relative;
}
body .testimonial-slider .unslider .unslider-nav ol li {
  width: 12px;
  height: 12px;
  border-radius: 100%;
  margin: 0 0.5rem;
}
@media (min-width: 993px) {
  body .testimonials div:nth-child(2n) .testimonial:before {
    border-right-color: transparent;
    border-left-color: #fff;
    left: initial;
    right: -4rem;
  }
  body .testimonials div:nth-child(2n) .testimonial .testimonial-avatar {
    left: initial;
    right: -5rem;
  }
}
body .folio-slider {
  display: flex;
  flex-direction: row;
  gap: 1rem;
  max-height: 100vh;
  max-height: calc(100vh - 84px);
  transform: rotate(4deg);
}
body .folio-slider .folio-slider-col {
  animation: folio-slider 20s linear infinite;
  /* transform: translateY(-25%);
        transform: translateY(-75%); */
  display: table;
  width: 50%;
}
body .folio-slider .folio-slider-col:last-child {
  animation-direction: reverse;
}
body .folio-slider .folio-slider-col .folio-slider-slides {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin-bottom: 1rem;
}
body .folio-slider .folio-slider-col .folio-slider-slides .folio-slider-slide {
  display: block;
  border-radius: 0.25rem;
  box-shadow: 4px 6px 6px rgba(0, 0, 0, 0.15), 2px 2px 2px rgba(0, 0, 0, 0.15);
  width: 100%;
  aspect-ratio: 1.7777777778;
  background-size: cover;
  background-position: 50% 50%;
  background-color: white;
}
@keyframes folio-slider {
  0% {
    transform: translateY(-5%);
  }
  100% {
    transform: translateY(-55%);
  }
}
body .droid {
  position: relative;
}
body .droid img {
  display: block;
  max-width: 100%;
}
body .droid .droid-reflection {
  position: absolute;
  bottom: 0;
  transform: scale(1, -1) translate(0px, -100%);
  -webkit-mask-image: linear-gradient(to bottom, transparent 74%, black 98%, transparent 100%);
  mask-image: linear-gradient(to bottom, transparent 74%, black 98%, transparent 100%);
  opacity: 0.5;
}
body .droid-wrap {
  position: relative;
}
body .droid-wrap img {
  display: block;
  width: 100%;
}
body .droid-wrap .droid-body {
  width: 100%;
}
body .droid-wrap .droid-part {
  position: absolute;
}
@keyframes blink {
  0% {
    opacity: 1;
  }
  49.99% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  99.99% {
    opacity: 0;
  }
}
body [data-typer] {
  /* &::before {

        content: "/>";

    }*/
}
body [data-typer]:after {
  content: "_";
}
body #ask-an-expert {
  background-image: url(https://digitalis.ca/wp-content/uploads/2022/07/beetle.crop_.01.png), linear-gradient(45deg, #96ffe4, #f2fffc);
  background-size: 48% auto, cover;
}
@media (max-width: 1120px) {
  body #ask-an-expert {
    background-size: auto 50vh, cover;
  }
}
body .clipboard {
  position: relative;
}
body .clipboard:before {
  content: attr(data-copy-msg);
  position: absolute;
  opacity: 0;
  background: #48007e;
  color: #ffffff;
  top: 0.2rem;
  left: -0.5rem;
  text-align: center;
  font-size: 0.8rem;
  line-height: 1;
  padding: 0.4rem;
  border-radius: 0.25rem;
  transition-duration: 0.25s;
  transition-delay: 0.5s;
  z-index: 2;
  width: calc(100% + 1rem);
  transform: scale(0);
}
body .clipboard.open, body .clipboard:active {
  /* &:after {
            position: absolute;
            top: 0px;
            left: 1rem;
            border-left-color: $c-droid_juice !important;
        } */
}
body .clipboard.open:before, body .clipboard:active:before {
  opacity: 1;
  transition-duration: 0s;
  transition-delay: 0s;
  transform: scale(1);
}
body .statistic .statistic-source {
  color: rgba(255, 255, 255, 0.9);
}
body .statistic .statistic-source a {
  color: inherit;
}
body .statistic .statistic-source a:hover {
  color: #fff;
}
body .disable-iframe {
  position: relative;
}
body .disable-iframe:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
body .disable-iframe:after {
  content: "Tap to\aInteract";
  white-space: pre;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Manrope";
  background: radial-gradient(#ffffffdb 4rem, transparent calc(4rem + 1px));
  text-align: center;
  line-height: 1.2;
  transition: 0.2s;
  cursor: pointer;
}
body .disable-iframe > iframe {
  pointer-events: none;
}
body .disable-iframe:hover:after {
  transform: scale(1.1);
}
body .ani-letter {
  display: inline-block;
}
body svg.vivus {
  max-width: 100%;
  width: 100%;
  height: auto;
  display: block;
}
@keyframes load-pulse {
  0% {
    opacity: 0.4;
  }
  90% {
    opacity: 0.1;
  }
  100% {
    opacity: 0.1;
  }
}
body .htmx-request {
  animation: load-pulse 0.5s ease 0s infinite alternate;
}
@keyframes shimmer {
  0% {
    background-position: 100% 100%;
  }
  100% {
    background-position: 0 0;
  }
}
body .shimmer {
  --c-stop-1: white;
  --c-stop-2: #eee;
  background-image: linear-gradient(to top left, var(--c-stop-2) 0%, var(--c-stop-1) 25%, var(--c-stop-2) 50%, var(--c-stop-1) 75%, var(--c-stop-2) 100%);
  background-size: 200% 200%;
  animation: shimmer 1s linear 0s infinite;
}
@keyframes loader-spinner {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
body .embed-wrap {
  width: 100%;
  height: 80vh;
  border: 0;
  border-radius: 0.5rem;
  background: white;
  overflow: hidden;
  position: relative;
  box-shadow: var(--woo-block-shadow);
}
body .embed-wrap .spinner, body .embed-wrap .spinner:after {
  border-radius: 50%;
  width: 10em;
  height: 10em;
}
body .embed-wrap .spinner {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  font-size: 10px;
  text-indent: -9999em;
  border: 1.1em solid #66666633;
  border-left-color: #666666;
  transform: translateZ(0);
  animation: loader-spinner 1s infinite linear;
}
body .embed-wrap .iframe-embed {
  width: 100%;
  height: 100%;
  position: relative;
  background: white;
}
body .notice {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  font-family: Manrope;
  font-weight: bold;
  background: var(--c-nectar-light);
  padding: 0.5rem 1rem;
  border-radius: 0.5rem;
}
body .notice .button.button.button {
  margin-left: 1rem;
  text-align: center;
  white-space: nowrap;
  background: var(--c-foxglove);
  color: white;
}
body .notice .button.button.button:hover {
  background: var(--c-droid-juice);
}
body .notice .button.button.button:active {
  background: var(--c-nightshade);
}
body .notice.ok {
  background: var(--c-ui-green-2);
  color: var(--c-ui-green-12);
}
body .notice.error {
  background: #ffeeee;
  color: #702323;
}
body .invoice-wrap:not(.print) .digitalis-invoice {
  background-color: #fff;
  border-radius: var(--woo-border-radius);
  box-shadow: var(--woo-block-shadow);
  padding: 4rem;
}
@media (max-width: 992px) {
  body .invoice-wrap:not(.print) .digitalis-invoice {
    padding: 2rem;
  }
}
@media (max-width: 480px) {
  body .invoice-wrap:not(.print) .digitalis-invoice {
    padding: 1rem;
  }
}
body .document-cards {
  --cols: 4;
  grid-template-columns: repeat(var(--cols), minmax(0, 1fr));
  display: grid;
  gap: 1rem;
  margin-top: 2rem;
  list-style: none;
  padding-left: 0;
}
@media (max-width: 992px) {
  body .document-cards {
    --cols: 3;
  }
}
@media (max-width: 768px) {
  body .document-cards {
    --cols: 2;
  }
}
@media (max-width: 480px) {
  body .document-cards {
    --cols: 1;
  }
}
body .order-card-wrap, body .document-card-wrap {
  perspective: 400px;
}
body .order-card, body .document-card {
  --offset: 10rem;
  --zero: calc(0% - var(--offset));
  --corn: 2em;
  --one: calc(100% + var(--offset));
  --rad: 0.25rem;
  clip-path: polygon(var(--zero) var(--zero), var(--zero) var(--one), var(--one) var(--one), 100% var(--corn), calc(100% - var(--corn)) 0%);
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  aspect-ratio: 0.7727272727;
  overflow: hidden;
  line-height: 1.2;
  font-family: "Manrope";
  transition: 0.2s;
  transition: all 400ms cubic-bezier(0.47, 1.64, 0.41, 0.8);
  background-color: #fff;
  border-radius: var(--rad);
  box-shadow: var(--woo-block-shadow);
  padding: 1rem;
  background-size: 0% 0.25rem;
}
body .order-card:before, body .document-card:before {
  content: "" !important;
  position: absolute;
  top: 0;
  right: 0;
  width: var(--corn);
  height: var(--corn);
  z-index: 1;
  background: #999999;
  border-bottom-left-radius: var(--rad);
  box-shadow: -2px 8px 8px rgba(0, 0, 0, 0.2), 0px 1px 1px rgba(0, 0, 0, 0.5);
  opacity: 0.25;
  transition: inherit;
}
body .order-card .cover, body .document-card .cover {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
body .order-card .title, body .document-card .title {
  padding-right: 1rem;
}
body .order-card .number, body .document-card .number {
  font-size: 0.7em;
  opacity: 0.5;
  font-weight: 600;
  margin-top: 0.4em;
  margin-bottom: auto;
  opacity: 0.5;
}
body .order-card .status, body .document-card .status {
  font-size: 0.8em;
  font-weight: 600;
  margin-top: 1rem;
}
body .order-card:hover, body .document-card:hover {
  transform: rotate3d(-2, 3, 0, -8deg);
  background-size: 100% 0.25rem !important;
  --corn: 0em;
}
body .order-card:active, body .document-card:active {
  transform: scale(0.95);
}
body .related-docs.related-docs.related-docs {
  margin-top: 4rem;
  position: relative;
  max-width: 950px;
}
body .digitalis-invoice {
  max-width: 950px;
  width: 100%;
  font-family: "Manrope";
}
body .digitalis-invoice .doc-head {
  display: flex;
  justify-content: space-between;
  margin-bottom: 2rem;
}
body .digitalis-invoice .doc-head > * {
  width: 50%;
  display: flex;
  flex-direction: column;
}
body .digitalis-invoice .doc-head > *.sender {
  align-items: flex-start;
}
body .digitalis-invoice .doc-head > *.sender .sender-address {
  font-size: 0.8em;
}
body .digitalis-invoice .doc-head > *.sender .sender-address > *:first-child {
  font-weight: bold;
}
body .digitalis-invoice .doc-head > *.logo {
  align-items: flex-end;
  color: var(--c-droid-juice);
}
body .digitalis-invoice .doc-head > *.logo > img {
  max-width: 100px;
  width: 100%;
  display: block;
}
body .digitalis-invoice .body .label {
  font-family: Manrope;
  font-weight: 800;
  margin-bottom: 0.5rem;
}
body .digitalis-invoice .body > .title.title {
  color: var(--c-droid-juice);
}
body .digitalis-invoice .body > .nice-status.nice-status {
  margin-bottom: 1rem;
  text-transform: uppercase;
}
body .digitalis-invoice .body > .nice-status.nice-status > span {
  font-size: 1.2em;
}
body .digitalis-invoice .body > .current-status {
  color: var(--c-nectar);
  margin-bottom: 2rem;
}
body .digitalis-invoice .body .info {
  display: flex;
  gap: 1rem;
  margin-bottom: 4rem;
}
body .digitalis-invoice .body .info > * {
  flex-basis: 100%;
}
body .digitalis-invoice .body .info > .order-address .customer-address {
  font-size: 0.8em;
}
body .digitalis-invoice .body .info > .order-address .vat-number {
  margin-top: 1rem;
}
body .digitalis-invoice .body .info > .order-address .vat-number label {
  font-weight: bold;
}
body .digitalis-invoice .body .info > .order-details {
  text-align: right;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
body .digitalis-invoice .body .info > .order-details > .dates {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
body .digitalis-invoice .body .info > .order-details > .dates > *:nth-child(odd) {
  margin-right: 1.5rem;
}
body .digitalis-invoice .body .order-description {
  margin-bottom: 1rem;
  margin-bottom: 4rem;
  font-size: 0.8em;
  /* color: #636363; */
}
body .digitalis-invoice .body > table {
  text-align: left;
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 1rem;
}
body .digitalis-invoice .body > table th {
  font-family: Manrope;
  font-weight: 800;
}
body .digitalis-invoice .body > table td, body .digitalis-invoice .body > table th {
  padding: 0.5rem 1rem;
  text-align: center;
}
body .digitalis-invoice .body > table td:first-child, body .digitalis-invoice .body > table th:first-child {
  padding-left: 0;
  text-align: left;
}
body .digitalis-invoice .body > table td:last-child, body .digitalis-invoice .body > table th:last-child {
  padding-right: 0;
  text-align: right;
}
body .digitalis-invoice .body > table td.item .description, body .digitalis-invoice .body > table th.item .description {
  margin-top: 1em;
  font-size: 0.8em;
}
body .digitalis-invoice .body > table td.price, body .digitalis-invoice .body > table th.price {
  vertical-align: top;
}
body .digitalis-invoice .body > table td.price del, body .digitalis-invoice .body > table th.price del {
  opacity: 0.6;
}
body .digitalis-invoice .body > table td.price ins, body .digitalis-invoice .body > table th.price ins {
  text-decoration: none;
}
body .digitalis-invoice .body > table thead tr > * {
  border-bottom: 4px solid var(--c-nectar);
}
body .digitalis-invoice .body .order-totals-table {
  width: initial;
  margin-left: auto;
  line-height: 1.2;
}
body .digitalis-invoice .body .grand-total, body .digitalis-invoice .body .order-total {
  margin: 1rem 0 1rem;
  font-family: Manrope;
  font-weight: 800;
  margin-left: -0.05em;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  font-size: 2em;
  line-height: 1.5;
  margin-bottom: 3rem;
  color: var(--c-droid-juice);
}
body .digitalis-invoice .body .grand-total del, body .digitalis-invoice .body .order-total del {
  font-size: 0.6em;
  text-decoration-thickness: 2px;
  color: var(--c-nectar);
}
body .digitalis-invoice .body .grand-total ins, body .digitalis-invoice .body .order-total ins {
  text-decoration: none;
}
body .digitalis-invoice .body footer {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
body .digitalis-invoice .body footer > div > h5 {
  margin-top: 0;
}
body .digitalis-invoice .body footer > div > *:not(h5) {
  font-size: 0.8em;
}
body .digitalis-invoice .body .actions {
  border-top: 4px solid #f4f4f4;
  padding-top: 2rem;
}
body .invoice-items {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
body .invoice-item.invoice-item.invoice-item {
  max-width: 800px;
  padding: 2rem;
  box-shadow: var(--woo-block-shadow);
  background-color: #fff;
  border-radius: 0.5rem;
}
body .invoice-item.invoice-item.invoice-item > p:first-child, body .invoice-item.invoice-item.invoice-item > h1:first-child, body .invoice-item.invoice-item.invoice-item > h2:first-child, body .invoice-item.invoice-item.invoice-item > h3:first-child, body .invoice-item.invoice-item.invoice-item > h4:first-child, body .invoice-item.invoice-item.invoice-item > h5:first-child, body .invoice-item.invoice-item.invoice-item > h6:first-child {
  margin-top: 0;
}
body .invoice-item.invoice-item.invoice-item > p:last-child, body .invoice-item.invoice-item.invoice-item > h1:last-child, body .invoice-item.invoice-item.invoice-item > h2:last-child, body .invoice-item.invoice-item.invoice-item > h3:last-child, body .invoice-item.invoice-item.invoice-item > h4:last-child, body .invoice-item.invoice-item.invoice-item > h5:last-child, body .invoice-item.invoice-item.invoice-item > h6:last-child {
  margin-bottom: 0;
}
body .invoice-item.invoice-item.invoice-item > h2 {
  margin-bottom: 1rem;
}
body .invoice-item.invoice-item.invoice-item > h4 {
  color: var(--c-droid-juice);
}
body .invoice-item.invoice-item.invoice-item .order-description {
  margin-bottom: 1rem;
}
body .invoice-item.invoice-item.invoice-item .details {
  margin-bottom: 1rem;
  font-family: Manrope;
  font-size: 1.1em;
}
body .invoice-item.invoice-item.invoice-item .details > table td {
  padding: 0;
}
body .invoice-item.invoice-item.invoice-item .details > table td:first-child {
  min-width: 100px;
  padding-right: 1rem;
  font-weight: bold;
}
body .document-page {
  padding: 2rem;
  padding-top: 4rem;
}
body .schedule-table tr th, body .schedule-table tr td {
  padding: 0;
  padding-right: 2rem;
  text-align: left;
}
body .schedule-table tr th .woocommerce-Price-amount.woocommerce-Price-amount, body .schedule-table tr td .woocommerce-Price-amount.woocommerce-Price-amount {
  font-weight: initial;
}
body .dashboard-welcome {
  margin-bottom: 2rem;
}
body .account-switcher {
  --woo-block-shadow: none;
  --woo-block-border-radius: 0;
  --woo-block-border: 0;
  --woo-block-background: none;
  --woo-block-padding: 0;
}
body .account-switcher-wrap {
  display: flex;
  align-items: center;
  gap: 0.5em;
}
@media (max-width: 768px) {
  body .account-switcher-wrap {
    flex-direction: column;
    align-items: flex-start;
  }
}
body .account-switcher-wrap .account-switcher {
  display: inline-block;
  padding: 0 !important;
}
body .form-entry-summary {
  font-family: Manrope;
}
body .form-entry-summary .details {
  display: flex;
  flex-direction: column;
  font-size: 0.9em;
  margin-bottom: 1rem;
  border: 1px solid var(--c-ui-gray-1);
  padding: 1rem;
  border-radius: 0.5rem;
  background-color: white;
}
body .form-entry-summary .details .detail {
  display: flex;
}
@media (max-width: 480px) {
  body .form-entry-summary .details .detail {
    flex-direction: column;
  }
}
body .form-entry-summary .details .detail .label {
  width: 160px;
  font-weight: 600;
}
body .form-entry-summary .responses .response {
  padding-bottom: 0.5rem;
  padding-top: 0.5rem;
}
body .form-entry-summary .responses .response .label {
  font-family: Manrope;
  font-weight: 800;
}
body .form-entry-summary .responses .response .description {
  font-family: Manrope;
  font-size: 0.9em;
  color: var(--c-ui-gray-8);
}
body .form-entry-summary .responses .response .value {
  font-family: Manrope;
  color: var(--c-ui-nectar-12);
}
body .form-entry-summary .responses .response:not(:last-child) {
  border-bottom: 1px solid var(--c-ui-gray-2);
}
body .document {
  font-family: "Manrope";
}
body .document .head {
  border-bottom: 2px solid var(--c-nectar);
  padding-bottom: 2rem;
  margin-bottom: 2rem;
}
body .document .head .title {
  margin-top: 0;
}
body .document .head .doc-type {
  color: var(--c-nectar);
}
body .document .head .doc-info {
  text-align: left;
}
body .document .head .doc-info tr td, body .document .head .doc-info tr th {
  padding: 0;
}
body .document .head .doc-info tr th:after {
  content: ":";
  padding-right: 1rem;
}
body .document .foot .actions {
  border-top: 4px solid #f4f4f4;
  padding-top: 2rem;
  margin-top: 2rem;
}
body .attachment-embed-wrap {
  height: 70dvh;
  width: 100%;
}
body .attachment-embed-wrap .attachment-embed {
  width: 100%;
  height: 100%;
  border: 0;
}
body h4 {
  line-height: calc(2px + 2ex + 2px);
  font-size: 1.618rem;
  font-size: var(--h4-font-size);
}
body h3 {
  line-height: calc(2px + 2ex + 2px);
  font-size: 2.617924rem;
  font-size: var(--h3-font-size);
}
body h2 {
  line-height: calc(2px + 2ex + 2px);
  font-size: 4.235801032rem;
  font-size: var(--h2-font-size);
}
body h1 {
  line-height: calc(2px + 2ex + 2px);
  font-size: 6.8535260698rem;
  font-size: var(--h1-font-size);
}
body.theme-dark {
  background: #04000f;
  color: #fbf0ff;
}
body.main-menu #header .hamburger {
  opacity: 1;
}
body.main-menu #header .hamburger:hover {
  transform: rotate(90deg);
}
body.main-menu #header .hamburger > div {
  background-color: #ffe4ad;
}
body.main-menu #header .hamburger > div:nth-child(1) {
  top: 50%;
  transform: translate(0, -50%) rotate(45deg);
}
body.main-menu #header .hamburger > div:nth-child(2) {
  opacity: 0;
}
body.main-menu #header .hamburger > div:nth-child(3) {
  top: 50%;
  transform: translate(0, -50%) rotate(-45deg);
}
body #header.open, body.main-menu #header {
  /* &:not(.closing):not(.waiting) {
        transform: $header-open-tx;
    } */
  transform: translate(0, 0);
}
body #header.open #home-icon-link, body.main-menu #header #home-icon-link {
  pointer-events: initial;
}
body.scrolled #header {
  background: #3a2a35e4;
}
body a:not(.big-link):not(.normal) {
  color: #bb7d00;
  transition: 0.2s;
  background-repeat: no-repeat;
  background-size: 0% 1px;
  background-position: 0% 100%;
  background-image: linear-gradient(135deg, currentColor, currentColor);
  position: relative;
}
body a:not(.big-link):not(.normal):hover {
  background-size: 100% 1px;
  background-size: calc(100% - 0.75rem) 1px;
  transition: 0.1s;
}
body a:not(.big-link):not(.normal):after {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  border: 4px solid transparent;
  border-left-color: currentColor;
  transition: 0.2s;
  margin-left: 0.25rem;
  transform: translate(0, 0px);
  transform-origin: 0% 50%;
}
body a:not(.big-link):not(.normal):hover:after {
  transform: translate(0.25rem, 0px);
}
body a:not(.big-link):not(.normal):active:after {
  transform: translate(0.25rem, 0px) rotate(90deg);
}
body h1, body h2, body h3, body h4, body h5, body h6, body .heading {
  margin: 1rem 0 1rem;
  font-family: Manrope;
  font-weight: 800;
  margin-left: -0.05em;
}
body h1 {
  margin-top: 0;
}
body p {
  margin-top: 0;
  margin-bottom: 1rem;
}
body hr {
  border-color: var(--c-ui-gray-1);
  border-top: 0;
  margin-bottom: 1rem;
}
body #wpadminbar a:after {
  content: none;
}
body .print {
  line-height: 1.6;
}
body .print h1, body .print h2, body .print h3, body .print h4, body .print h5, body .print h6, body .print .heading {
  margin-top: 0;
  margin-bottom: 1rem;
}
body div.limit-width {
  max-width: 800px;
}
body .big {
  font-size: 1.6em;
  font-weight: 800;
  font-family: Manrope;
  line-height: 1.4;
}
body .light {
  color: white;
}
body .light a {
  color: white;
}
body .inset {
  position: relative;
  /* > * {
        position: relative;
    } */
}
body .inset:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.06) inset, 0px 0px 11px rgba(0, 0, 0, 0.09) inset, 0px 0px 26.5px rgba(0, 0, 0, 0.12) inset, 0px 0px 88px rgba(0, 0, 0, 0.18) inset;
  pointer-events: none;
}
body .service-box-link {
  font-size: 1.4em;
  color: #7f00b1;
}
body .block-section {
  width: calc(100% - 2rem);
  max-width: 1800px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 1rem;
  /* @include media ("<=page") {
        width: calc(100% - 2rem);
    } */
}
body [data-width=full] > .ct-section-inner-wrap {
  max-width: 100%;
}
body [data-padding=none] > .ct-section-inner-wrap {
  padding: 0;
}
body div.stretch-cols, body .ct-section.stretch-cols > .ct-section-inner-wrap {
  align-items: stretch;
}
@media (max-width: 992px) {
  body div.cols-2.remove-first > *:first-child, body .ct-section.cols-2.remove-first > .ct-section-inner-wrap > *:first-child {
    display: none;
  }
}
@media (max-width: 992px) {
  body div.cols-2.remove-second > *:last-child, body .ct-section.cols-2.remove-second > .ct-section-inner-wrap > *:last-child {
    display: none;
  }
}
@media (max-width: 1120px) {
  body div.cols-2-page.remove-first > *:first-child, body .ct-section.cols-2-page.remove-first > .ct-section-inner-wrap > *:first-child {
    display: none;
  }
}
@media (max-width: 1120px) {
  body div.cols-2-page.remove-second > *:last-child, body .ct-section.cols-2-page.remove-second > .ct-section-inner-wrap > *:last-child {
    display: none;
  }
}
body div.cols-2.align-top, body .ct-section.cols-2.align-top > .ct-section-inner-wrap {
  align-items: flex-start;
  align-content: flex-start;
}
body div.cols, body section.cols .ct-section-inner-wrap {
  width: 100%;
  display: flex;
  flex-direction: row;
}
body div.cols > *, body section.cols .ct-section-inner-wrap > * {
  width: 50%;
}
body div.cols > *:first-child, body section.cols .ct-section-inner-wrap > *:first-child {
  padding-right: 2rem;
}
body div.cols > *:last-child, body section.cols .ct-section-inner-wrap > *:last-child {
  padding-left: 2rem;
}
@media (max-width: 1120px) {
  body div.cols, body section.cols .ct-section-inner-wrap {
    flex-direction: column;
  }
  body div.cols > *, body section.cols .ct-section-inner-wrap > * {
    width: 100%;
    padding: 0;
  }
}
body .ct-section > .ct-section-inner-wrap {
  align-items: center;
}
body .ct-section-inner-wrap > .ct-headline:first-child, body .ct-div-block > .ct-headline:first-child {
  margin-top: 0;
}
@media (max-width: 480px) {
  body .ct-section-inner-wrap {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media (max-width: 991px) {
  body section:not(.keep-full-width) .ct-section-inner-wrap {
    max-width: 520px;
  }
}
body .explode-up {
  margin-top: 20rem;
}
body .explode-up > .ct-section-inner-wrap > *:first-child {
  margin-top: -20rem;
}
body .post-content > .ct-section-inner-wrap {
  align-items: flex-start;
}
body .post-content p, body .post-content h1, body .post-content h2, body .post-content h3, body .post-content h4, body .post-content h5, body .post-content h6, body .post-content blockquote {
  width: 100%;
  max-width: 620px;
  margin-left: auto;
  margin-right: auto;
  text-align: justify;
}
body .post-content blockquote cite {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 600;
  font-size: 0.6em;
}
body .post-content .wp-block-pullquote {
  width: 100%;
  background: #ffe4ad;
  margin-top: 2rem;
  margin-bottom: 2rem;
  padding: 4rem 0;
}
body .post-content .wp-block-pullquote blockquote {
  margin-top: 0;
  margin-bottom: 0;
}
body .post-content .wp-block-pullquote blockquote p {
  text-align: left;
}
body .post-content .wp-block-image {
  width: 100%;
  background: #f0f0f0;
  padding-top: 2rem;
  padding-bottom: 2rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
body .oxygen-body .oxy-nav-menu .oxy-nav-menu-list li.menu-item a {
  transition-property: all;
  background-image: linear-gradient(135deg, #ffe4ad, #ffe4ad);
  line-height: 1.4;
  transition: 0.5s;
}
body .oxygen-body .oxy-nav-menu .oxy-nav-menu-list li.menu-item a:hover {
  transition: 0.05s;
}
body .oxygen-body .oxy-nav-menu .oxy-nav-menu-list li.menu-item a:after {
  margin-left: 0.5rem;
  opacity: 0;
  width: 12px;
  height: 12px;
  border: 6px solid transparent;
  transform: translate(0, 1px);
  border-left-color: #fbf0ff;
}
body .oxygen-body .oxy-nav-menu .oxy-nav-menu-list li.menu-item a:hover {
  padding-left: 0.4rem;
}
body .oxygen-body .oxy-nav-menu .oxy-nav-menu-list li.menu-item a:hover:after {
  opacity: 1;
  transform: translate(0.25rem, 1px);
}
body .oxygen-body .oxy-nav-menu .oxy-nav-menu-list li.menu-item a:active {
  color: #ffe4ad;
}
body .oxygen-body .oxy-nav-menu .oxy-nav-menu-list li.menu-item a:active:after {
  border-left-color: #ffe4ad;
}
body .oxygen-body .oxy-nav-menu .oxy-nav-menu-list li.menu-item a[aria-current] {
  color: #7f00b1;
}
body .oxygen-body .oxy-nav-menu .oxy-nav-menu-list li.menu-item a[aria-current]:after {
  border-left-color: #ffe4ad;
}
body #header-spacer {
  height: 84px;
  padding: 0;
  background: #111;
}
body #header {
  background-color: #1e1e1e;
  z-index: 999;
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  backdrop-filter: blur(3px);
  color: white;
  padding-left: 2rem;
  padding-right: 2rem;
}
@media (max-width: 768px) {
  body #header {
    backdrop-filter: none;
  }
}
@media (max-width: 480px) {
  body #header {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
body #header > .ct-section-inner-wrap {
  padding: 0;
}
body #header .header-cols {
  flex-direction: row;
  display: flex;
  width: 100%;
  column-gap: 2rem;
}
@media (max-width: 480px) {
  body #header .header-cols {
    column-gap: 1rem;
  }
}
body #header .header-cols .header-col {
  padding: 2rem 0rem;
  width: 25%;
}
@media (max-width: 1120px) {
  body #header .header-cols .header-col {
    width: 33%;
  }
  body #header .header-cols .header-col:nth-child(3) {
    display: none;
  }
}
@media (max-width: 992px) {
  body #header .header-cols .header-col {
    width: 50%;
  }
  body #header .header-cols .header-col:nth-child(4) {
    display: none;
  }
}
body #header a.ct-link-text {
  color: #fbf0ff;
  background-size: 100% 1px;
  background-image: linear-gradient(135deg, #ffe4ad, #ffe4ad);
  padding-bottom: 0.25rem;
  transition: 0.1s;
  transition: 0.5s;
}
body #header a.ct-link-text:hover {
  transition: 0.05s;
}
body #header a.ct-link-text:after {
  border-left-color: #fbf0ff;
  margin-left: 1rem;
}
body #header a.ct-link-text:hover {
  color: #ffe4ad;
  padding-left: 0.4rem;
}
body #header a.ct-link-text:hover:after {
  border-left-color: #ffe4ad;
}
body #header h4 {
  color: #ffe4ad;
  pointer-events: none;
}
body #header nav.oxy-nav-menu .menu-item {
  margin-top: 0.5rem;
  margin-bottom: 0.25rem;
}
body #header nav.oxy-nav-menu .menu-item:first-child {
  margin-top: 0;
}
body #header nav.oxy-nav-menu .menu-item a {
  padding-bottom: 0.25rem;
  padding-top: 0;
  color: #fbf0ff;
  transition: 0.5s;
}
body #header nav.oxy-nav-menu .menu-item a:hover {
  transition: 0.05s;
}
body #header nav.oxy-nav-menu .menu-item a:hover {
  padding-left: 0.4rem;
}
body #header nav.oxy-nav-menu .menu-item a:active {
  color: #ffe4ad;
}
body #header nav.oxy-nav-menu .menu-item a[aria-current] {
  color: #ffe4ad;
}
body #header input:not([type=submit]) {
  background-color: #f7ecdb;
}
body #header .oxy-login-form form {
  box-shadow: none;
  border-radius: initial;
  background: initial;
  padding: initial;
}
body #header .oxy-login-form form label {
  font-size: 0.7em;
  margin-bottom: 0.5rem;
}
body #header .oxy-login-form form input {
  padding: 0.7rem 0.5rem;
}
body #header .oxy-login-form form .login-remember {
  margin-bottom: 0;
}
body #header .oxy-login-form form input[type=submit] {
  border-radius: 0.25rem;
  margin-top: 0.25rem;
  box-shadow: none;
  padding: 0.5rem 1rem;
  width: auto;
  background: #ffe4ad !important;
  color: #3b3b3b;
}
body #header .oxy-login-form form input[type=submit]:hover {
  filter: brightness(0.8);
}
body #header .oxy-login-form form .login-submit {
  display: initial;
}
body #header .hamburger {
  width: 48px;
  height: 42px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
  opacity: 0.2;
  transition: 0.2s;
  /* -webkit-tap-highlight-color: transparent; */
  cursor: pointer;
}
body #header .hamburger > div {
  width: 36px;
  height: 4px;
  background: #ffffff;
  border-radius: 1rem;
  position: absolute;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  transition: 0.2s;
  transition-property: background;
}
body #header .hamburger > div:nth-child(1) {
  top: 15%;
}
body #header .hamburger > div:nth-child(2) {
  top: 50%;
  transform: translate(0, -50%);
}
body #header .hamburger > div:nth-child(3) {
  bottom: 15%;
}
body #header {
  transition: 0.4s;
  transform: translate(0, calc(-100% + 84px));
}
body #home-icon-link {
  pointer-events: none;
}
body .close-menu, body .toggle-menu {
  cursor: pointer;
}
body #page-head[data-style="block"] #page-head-text {
  padding: 1rem;
  background-color: #fff;
  border-radius: 1rem;
  box-shadow: 0px 2.9px 3.6px rgba(0, 0, 0, 0.052), 0px 8.1px 10px rgba(0, 0, 0, 0.075), 0px 19.6px 24.1px rgba(0, 0, 0, 0.098), 0px 65px 80px rgba(0, 0, 0, 0.15);
}
body #page-head .droid {
  max-width: 300px;
}
body .ct-section.front-hero {
  padding-top: 0;
  padding-bottom: 0;
}
body .ct-section.front-hero > .ct-section-inner-wrap {
  min-height: calc(100vh - 84px);
  padding-top: 5rem;
  padding-bottom: 5rem;
}
body #hero-logo #hero-logo-vivus {
  animation: fade-out 1s linear 3s 1 normal both;
}
body #hero-logo #hero-logo-solid {
  animation: fade-in 1s linear 2s 1 normal both;
}
body #entry-icon #entry-icon-vivus {
  opacity: 1;
}
body #entry-icon #entry-icon-vivus.aos-animate {
  animation: fade-out 1s linear 3s 1 normal both;
}
body .emoji {
  display: inline;
  height: 1em;
  width: auto;
}
body .joinchat .joinchat__button .joinchat__button__open {
  transition: 0.1s;
  background-color: #7f00b1;
}
body .joinchat .joinchat__button:hover .joinchat__button__open {
  background-color: #48007e;
}
body .joinchat .joinchat__box .joinchat__header__text {
  display: flex;
  align-items: center;
  opacity: 1;
}
body .joinchat .joinchat__box .joinchat__header__text:before {
  content: "";
  height: 32px;
  width: 32px;
  background-image: url(/static/logo/svg/digitalis-icon.white.svg);
  background-size: cover;
  background-position: 50% 50%;
  display: block;
  margin-right: 0.5rem;
}
body .joinchat .joinchat__box .joinchat__close {
  transition: 0.2s;
}
body .joinchat .joinchat__box .joinchat__close:hover {
  transform: rotate(90deg);
}
body .joinchat .joinchat__box .joinchat__box__content {
  position: relative;
  font-size: 1rem;
}
body .joinchat .joinchat__box .joinchat__box__content:before {
  content: "";
  position: absolute;
  background-image: url(https://digitalis.ca/wp-content/plugins/digitalis-co/assets/droids/profile/128/bee.128.png);
  background-size: cover;
  background-position: 50% 50%;
  border-radius: 50%;
  width: 64px;
  height: 64px;
  left: 1rem;
  bottom: 0px;
  transform: translate(0, calc(100% + 1rem));
  filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.3));
}
body .joinchat .joinchat__box .joinchat__box__content .joinchat__message {
  border-radius: 1rem;
  user-select: text;
  -webkit-user-select: text;
}
body .joinchat .joinchat__box .joinchat__box__content .joinchat__message:before {
  bottom: 0;
  left: 1rem;
  transform: translate(0, calc(60% - 0px)) rotate(-79deg) scale(1, 2);
}
body .joinchat .joinchat__box .joinchat__box__content .joinchat__message .contact-block {
  display: flex;
  flex-direction: column;
  margin-top: 0.25rem;
}
body .joinchat .joinchat__box .joinchat__box__content .joinchat__message .contact-block > * {
  padding-top: 0.25rem;
}
body .joinchat .joinchat__box .joinchat__box__content .joinchat__message .contact-block > * svg {
  margin-right: 0.25rem;
}
body .joinchat .joinchat__box .joinchat__box__content .joinchat__message .contact-block > div {
  user-select: all;
  -webkit-user-select: all;
}
body .joinchat .joinchat__box .joinchat__box__content .joinchat__message a {
  color: #48007e;
  background-image: none;
}
body .joinchat .joinchat__box .joinchat__box__content .joinchat__message a:hover {
  color: #7f00b1;
}
body .joinchat .joinchat__box .joinchat__box__content .joinchat__message svg {
  width: 1em;
  height: auto;
  display: inline-block;
  position: relative;
  top: 0.1em;
  fill: currentColor;
}
body .woocommerce a:not(.dummy):before, body .woocommerce a:not(.dummy):after {
  content: none;
}
body .woocommerce a:not(.dummy):hover {
  text-decoration: none;
  background-size: 100% 1px;
}
body .woocommerce .button:not(.big-link) {
  background: var(--c-ui-nectar-10);
  color: var(--c-ui-nectar-1);
  box-shadow: none;
  border-radius: 0.25rem;
  padding: 0.75rem 1.25rem;
  text-align: center;
}
body .woocommerce .button:not(.big-link):hover {
  background: var(--c-ui-nectar-11);
  text-decoration: none;
}
body .woocommerce .button:not(.big-link):active {
  background: var(--c-ui-nectar-12);
}
body .woocommerce .button:not(.big-link):before, body .woocommerce .button:not(.big-link):after {
  content: none;
}
body .woocommerce .button:not(.big-link).gray {
  background: var(--c-ui-gray-1);
  color: inherit;
}
body .woocommerce .button:not(.big-link).gray:hover {
  background: var(--c-ui-gray-2);
}
body .woocommerce .button:not(.big-link).gray:active {
  background: var(--c-ui-gray-3);
}
body .woocommerce .button:not(.big-link).yellow {
  background: var(--c-nectar-light);
  color: #835800;
}
body .woocommerce .button:not(.big-link).yellow:hover {
  background: #ffd47d;
}
body .woocommerce .button:not(.big-link).green {
  background: var(--c-ui-green-3);
  color: var(--c-ui-green-14);
}
body .woocommerce .button:not(.big-link).green:hover {
  background: var(--c-ui-green-4);
  color: var(--c-ui-green-16);
}
body .woocommerce .button:not(.big-link).green:active {
  background: var(--c-ui-green-5);
  color: var(--c-ui-green-17);
}
body .woocommerce .button:not(.big-link).purple {
  background: var(--c-ui-purple-12);
  color: var(--c-ui-purple-1);
}
body .woocommerce .button:not(.big-link).purple:hover {
  background: var(--c-ui-purple-13);
}
body .woocommerce .button:not(.big-link).purple:active {
  background: var(--c-ui-purple-14);
}
body .woocommerce.woocommerce form .form-row {
  padding: 0;
  margin-bottom: calc(var(--woo-spacing) / 2);
}
body .woocommerce.woocommerce form .form-row input:not([type=radio], [type=checkbox], [type=submit], [type=button], [type=image], [type=file]), body .woocommerce.woocommerce form .form-row select, body .woocommerce.woocommerce form .form-row textarea, body .woocommerce.woocommerce form .form-row span.select2-container {
  transition: 0.2s;
  border: 2px solid transparent;
  font-family: Comfortaa;
  font-size: inherit;
  border-radius: 0.5rem;
  display: block;
  background-clip: padding-box;
  line-height: 1;
  padding: 1rem;
  box-shadow: 0px 4px 34px -32px inset, 0px 1px 2px 0px rgba(0, 0, 0, 0.2) inset;
}
body .woocommerce.woocommerce form .form-row input:not([type=radio], [type=checkbox], [type=submit], [type=button], [type=image], [type=file]):focus, body .woocommerce.woocommerce form .form-row select:focus, body .woocommerce.woocommerce form .form-row textarea:focus, body .woocommerce.woocommerce form .form-row span.select2-container:focus {
  transition: 1s;
  border: 2px solid #7f00b1;
}
body .woocommerce.woocommerce form .form-row input[type=password] + .show-password-input {
  top: 0.8em;
  right: 0.8em;
}
body .woocommerce.woocommerce form .form-row span.select2-container {
  padding: 0.5rem 1rem;
}
body .woocommerce.woocommerce form fieldset {
  border: 0;
  padding: 0;
  margin: 0;
  margin-bottom: calc(var(--woo-spacing) / 2);
}
body .woocommerce.woocommerce form fieldset legend {
  padding: 0;
  font-family: Manrope;
  color: var(--c-ui-gray-8);
  font-size: 1.2em;
}
body .woocommerce-notices-wrapper > .wc-block-components-notice-banner {
  margin-top: 0;
}
body.woocommerce-account #main > .ct-section-inner-wrap {
  max-width: 1600px;
}
body.woocommerce-account #main > .ct-section-inner-wrap .woocommerce nav.woocommerce-MyAccount-navigation {
  margin-right: calc(2 * var(--woo-block-margin));
}
body.woocommerce-account #main > .ct-section-inner-wrap .woocommerce nav.woocommerce-MyAccount-navigation li.woocommerce-MyAccount-navigation-link > a {
  background-image: none;
}
body.woocommerce-account #main > .ct-section-inner-wrap .woocommerce nav.woocommerce-MyAccount-navigation li.woocommerce-MyAccount-navigation-link > a:after {
  border: 0;
}
body.woocommerce-account #main > .ct-section-inner-wrap .woocommerce nav.woocommerce-MyAccount-navigation li.woocommerce-MyAccount-navigation-link > a > span {
  display: flex;
  align-items: center;
  gap: 0.5em;
}
body.woocommerce-account #main > .ct-section-inner-wrap .woocommerce nav.woocommerce-MyAccount-navigation li.woocommerce-MyAccount-navigation-link > a > span > .alert-count {
  background: var(--c-ui-gray-10);
  color: white;
  width: 1.5em;
  height: 1.5em;
  display: flex;
  border-radius: 50%;
  font-size: 12px;
  align-items: center;
  justify-content: center;
}
body.woocommerce-account #main > .ct-section-inner-wrap .woocommerce .account-page-content-wrap > *:first-child {
  margin-top: 0;
}
body.woocommerce-account #main > .ct-section-inner-wrap .woocommerce .account-page-content-wrap.account-page-invoices > h2 {
  margin-bottom: 2rem;
}
body.woocommerce-account #main > .ct-section-inner-wrap .woocommerce .account-page-content-wrap.account-page-invoices > h2:not(:first-child) {
  margin-top: 2rem;
}
body.woocommerce-account #main > .ct-section-inner-wrap .woocommerce .account-page-content-wrap.account-page-view-subscription h2, body.woocommerce-account #main > .ct-section-inner-wrap .woocommerce .account-page-content-wrap.account-page-view-order h2 {
  font-size: var(--h3-font-size);
}
body.woocommerce-account #main > .ct-section-inner-wrap .woocommerce div.woocommerce-MyAccount-content {
  container-type: inline-size;
}
body.woocommerce-account #main > .ct-section-inner-wrap .woocommerce div.woocommerce-MyAccount-content .account-page-content {
  display: flex;
  flex-direction: column;
}
body.woocommerce-account #main > .ct-section-inner-wrap .woocommerce div.woocommerce-MyAccount-content form {
  padding: calc(var(--woo-spacing) / 2);
}
body.woocommerce-account #main > .ct-section-inner-wrap .woocommerce div.woocommerce-MyAccount-content form.acf-form {
  padding: 0;
}
body.woocommerce-account #main > .ct-section-inner-wrap .woocommerce div.woocommerce-MyAccount-content form.acf-form .acf-form-submit {
  padding: var(--woo-spacing);
}
body.woocommerce-account #main > .ct-section-inner-wrap .woocommerce div.woocommerce-MyAccount-content form[id*="gf"] {
  padding: 0;
}
body.woocommerce-account #main > .ct-section-inner-wrap .woocommerce div.woocommerce-MyAccount-content form[id*="gf"] .gf_page_steps {
  padding: 1rem;
  margin: 0;
}
body.woocommerce-account #main > .ct-section-inner-wrap .woocommerce div.woocommerce-MyAccount-content form[id*="gf"] .gform-body {
  padding: 1rem;
}
@media (max-width: 992px) {
  body.woocommerce-account #main > .ct-section-inner-wrap .woocommerce div.woocommerce-MyAccount-content form[id*="gf"] .gform-body {
    padding: 1rem;
  }
}
body.woocommerce-account #main > .ct-section-inner-wrap .woocommerce div.woocommerce-MyAccount-content table.my_account_orders {
  font-size: 1em;
}
body.woocommerce-account #main > .ct-section-inner-wrap .woocommerce div.woocommerce-MyAccount-content .account-table tr th, body.woocommerce-account #main > .ct-section-inner-wrap .woocommerce div.woocommerce-MyAccount-content .account-table tr td {
  vertical-align: top;
}
body.woocommerce-account #main > .ct-section-inner-wrap .woocommerce div.woocommerce-MyAccount-content .account-table tr th {
  text-align: left;
  padding-right: 1rem;
}
body.woocommerce-account #main > .ct-section-inner-wrap .woocommerce div.woocommerce-MyAccount-content .account-item-seperator {
  /* margin-bottom: 2rem;
                    display: inline-block;
                    padding: 1rem 2rem;
                    border-radius: 0.5rem;

                    background: var(--c-beatrix);
                    background: var(--c-foxglove);
                    color: var(--c-paper);

                    background: var(--c-ui-gray-1);
                    color: var(--c-ui-gray-10); */
  margin-bottom: 2rem;
  border-bottom: 2px solid var(--c-ui-gray-2);
  padding-bottom: 0.5rem;
  color: var(--c-ui-gray-8);
}
body.woocommerce-account #main > .ct-section-inner-wrap .woocommerce div.woocommerce-MyAccount-content .account-item-seperator:not(:first-child) {
  margin-top: 2rem;
}
body #account-title {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 2rem;
  background: transparent;
  box-shadow: none;
  padding: 0;
}
body #account-title .endpoint {
  margin: 0;
}
body #account-title .field-row .nice-select {
  height: auto;
  line-height: normal;
  padding: 0;
  border: none;
  background: none;
  width: calc(100% - 2px);
  font-size: var(--h2-font-size);
  font-family: Manrope;
  font-weight: 800;
  padding-right: 0.55em;
}
body #account-title .field-row .nice-select .current:hover, body #account-title .field-row .nice-select .current:active {
  color: var(--c-nectar);
}
body #account-title .field-row .nice-select .nice-select-dropdown {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin: 0;
  box-shadow: none;
  background: white;
  box-shadow: var(--woo-block-shadow);
  margin-left: -1rem;
  width: calc(100% + 1.25rem);
}
body #account-title .field-row .nice-select .nice-select-dropdown .nice-select-search-box {
  display: flex;
  padding: 0;
}
body #account-title .field-row .nice-select .nice-select-dropdown .nice-select-search-box input {
  margin: 0;
  border: 0;
  background: none;
  padding: 0;
  padding: 1rem;
  border: 0 !important;
  border-bottom: 1px solid #eee !important;
  font-size: 0.5em;
  font-weight: 800;
  font-family: Manrope !important;
  box-shadow: none !important;
}
body #account-title .field-row .nice-select .nice-select-dropdown .nice-select-search-box input::placeholder {
  color: #cccccc;
}
body #account-title .field-row .nice-select .nice-select-dropdown ul.list {
  margin: 0;
  max-height: 50vh;
  display: flex;
  flex-direction: column;
}
body #account-title .field-row .nice-select .nice-select-dropdown ul.list li.option {
  line-height: inherit;
  padding: 0;
  background: none;
  font-weight: inherit;
  padding: 1rem;
  line-height: 1.2;
}
body #account-title .field-row .nice-select .nice-select-dropdown ul.list li.option.selected {
  display: none;
}
body #account-title .field-row .nice-select .nice-select-dropdown ul.list li.option:hover {
  color: var(--c-nectar);
}
body #account-title .field-row .nice-select:after {
  border-color: inherit;
  width: 0.25em;
  height: 0.25em;
  border-bottom-width: 0.1em;
  border-right-width: 0.1em;
}
body .wc-block-formatted-money-amount {
  font-family: Manrope;
  font-weight: 600;
}
body .wc-block-components-form:not(#dmy) input:not([type=radio], [type=checkbox], [type=submit], [type=button], [type=image], [type=file]), body .wc-block-components-form:not(#dmy) textarea, body .wc-block-components-form:not(#dmy) select {
  transition: 0.2s;
  border: 2px solid transparent;
  font-family: Comfortaa;
  font-size: inherit;
  border-radius: 0.5rem;
  display: block;
  background-clip: padding-box;
  line-height: 1;
  box-shadow: 0px 4px 34px -32px inset, 0px 1px 2px 0px rgba(0, 0, 0, 0.2) inset;
}
body .wc-block-components-form:not(#dmy) input:not([type=radio], [type=checkbox], [type=submit], [type=button], [type=image], [type=file]):focus, body .wc-block-components-form:not(#dmy) textarea:focus, body .wc-block-components-form:not(#dmy) select:focus {
  transition: 1s;
  border: 2px solid #7f00b1;
}
body:not(.woocommerce-block-theme-has-button-styles):not(#dmy) .wc-block-components-button:not(.is-link):focus {
  box-shadow: none;
}
body .wc-block-cart .wp-block-woocommerce-cart-line-items-block th.wc-block-cart-items__header-image, body .wc-block-cart .wp-block-woocommerce-cart-line-items-block td.wc-block-cart-item__image {
  display: none;
}
body .wc-block-cart .wc-block-cart__submit-container {
  padding-left: 16px;
  padding-right: 16px;
}
body .wc-block-cart .wc-block-cart__submit-container > .components-button.components-button.components-button {
  font-size: 1.6em;
  font-weight: 800;
  font-family: Manrope;
  transition: 0.5s;
  position: relative;
  background-repeat: no-repeat;
  background-size: 0% 0.15em;
  background-position: 0% 100%;
  background-image: linear-gradient(135deg, currentColor, currentColor);
  color: currentColor;
  cursor: pointer;
  margin-top: 1rem;
  color: #bb7d00;
  width: initial;
  min-height: initial;
}
body .wc-block-cart .wc-block-cart__submit-container > .components-button.components-button.components-button:hover {
  transition: 0.05s;
}
body .wc-block-cart .wc-block-cart__submit-container > .components-button.components-button.components-button:before, body .wc-block-cart .wc-block-cart__submit-container > .components-button.components-button.components-button:after {
  transition: 0.5s;
}
body .wc-block-cart .wc-block-cart__submit-container > .components-button.components-button.components-button:hover:before, body .wc-block-cart .wc-block-cart__submit-container > .components-button.components-button.components-button:hover:after {
  transition: 0.05s;
}
body .wc-block-cart .wc-block-cart__submit-container > .components-button.components-button.components-button:before, body .wc-block-cart .wc-block-cart__submit-container > .components-button.components-button.components-button:after {
  content: "";
  position: absolute;
  width: 0.45em;
  height: 0.15em;
  border: 0;
  background-color: currentColor;
  right: -0.75em;
  top: 0;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
  transform-origin: calc(100% - (0.15em / 2)) 50%;
}
body .wc-block-cart .wc-block-cart__submit-container > .components-button.components-button.components-button:before {
  transform: translate(0px, 0.05em) rotate(45deg);
}
body .wc-block-cart .wc-block-cart__submit-container > .components-button.components-button.components-button:after {
  transform: translate(0px, 0.05em) rotate(-45deg);
}
body .wc-block-cart .wc-block-cart__submit-container > .components-button.components-button.components-button:hover {
  background-size: 100% 0.15em;
}
body .wc-block-cart .wc-block-cart__submit-container > .components-button.components-button.components-button:hover:before {
  transform: translate(0.25em, 0.05em) rotate(45deg);
}
body .wc-block-cart .wc-block-cart__submit-container > .components-button.components-button.components-button:hover:after {
  transform: translate(0.25em, 0.05em) rotate(-45deg);
}
body .wc-block-checkout .wc-block-components-order-summary .wc-block-components-order-summary-item .wc-block-components-order-summary-item__image {
  display: none;
}
body .wc-block-checkout .wc-block-components-order-summary .wc-block-components-order-summary-item .wc-block-components-order-summary-item__description {
  padding-left: 0;
}
body .wc-block-checkout .wc-block-checkout__actions .wc-block-checkout__actions_row .wc-block-components-checkout-return-to-cart-button:after {
  content: none;
}
body .wc-block-checkout .wc-block-checkout__actions .wc-block-checkout__actions_row .wc-block-components-checkout-return-to-cart-button:hover {
  background-size: 100% 1px;
}
body .wc-block-checkout .wc-block-checkout__actions .wc-block-checkout__actions_row .wc-block-components-checkout-place-order-button {
  font-size: 1.6em;
  font-weight: 800;
  font-family: Manrope;
  transition: 0.5s;
  position: relative;
  background-repeat: no-repeat;
  background-size: 0% 0.15em;
  background-position: 0% 100%;
  background-image: linear-gradient(135deg, currentColor, currentColor);
  color: currentColor;
  cursor: pointer;
  margin-top: 1rem;
  color: #bb7d00;
  margin-top: 0;
  padding: 0;
  min-height: initial;
  width: initial;
  background-color: transparent;
  border: 0;
  line-height: 2;
}
body .wc-block-checkout .wc-block-checkout__actions .wc-block-checkout__actions_row .wc-block-components-checkout-place-order-button:hover {
  transition: 0.05s;
}
body .wc-block-checkout .wc-block-checkout__actions .wc-block-checkout__actions_row .wc-block-components-checkout-place-order-button:before, body .wc-block-checkout .wc-block-checkout__actions .wc-block-checkout__actions_row .wc-block-components-checkout-place-order-button:after {
  transition: 0.5s;
}
body .wc-block-checkout .wc-block-checkout__actions .wc-block-checkout__actions_row .wc-block-components-checkout-place-order-button:hover:before, body .wc-block-checkout .wc-block-checkout__actions .wc-block-checkout__actions_row .wc-block-components-checkout-place-order-button:hover:after {
  transition: 0.05s;
}
body .wc-block-checkout .wc-block-checkout__actions .wc-block-checkout__actions_row .wc-block-components-checkout-place-order-button:before, body .wc-block-checkout .wc-block-checkout__actions .wc-block-checkout__actions_row .wc-block-components-checkout-place-order-button:after {
  content: "";
  position: absolute;
  width: 0.45em;
  height: 0.15em;
  border: 0;
  background-color: currentColor;
  right: -0.75em;
  top: 0;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
  transform-origin: calc(100% - (0.15em / 2)) 50%;
}
body .wc-block-checkout .wc-block-checkout__actions .wc-block-checkout__actions_row .wc-block-components-checkout-place-order-button:before {
  transform: translate(0px, 0.05em) rotate(45deg);
}
body .wc-block-checkout .wc-block-checkout__actions .wc-block-checkout__actions_row .wc-block-components-checkout-place-order-button:after {
  transform: translate(0px, 0.05em) rotate(-45deg);
}
body .wc-block-checkout .wc-block-checkout__actions .wc-block-checkout__actions_row .wc-block-components-checkout-place-order-button:hover {
  background-size: 100% 0.15em;
}
body .wc-block-checkout .wc-block-checkout__actions .wc-block-checkout__actions_row .wc-block-components-checkout-place-order-button:hover:before {
  transform: translate(0.25em, 0.05em) rotate(45deg);
}
body .wc-block-checkout .wc-block-checkout__actions .wc-block-checkout__actions_row .wc-block-components-checkout-place-order-button:hover:after {
  transform: translate(0.25em, 0.05em) rotate(-45deg);
}
body form#order_review #payment .woocommerce-terms-and-conditions-wrapper input[type=checkbox] {
  display: inline;
}
body #credit_or_debit_field#credit_or_debit_field#credit_or_debit_field {
  padding: 0.25rem 0.5rem;
  border-radius: 0.25rem;
  background: var(--c-foxglove);
  color: var(--c-paper);
}
body #credit_or_debit_field#credit_or_debit_field#credit_or_debit_field .optional {
  display: none;
}
body ul.sfwc_my_account_tabrow.sfwc_my_account_tabrow {
  display: flex;
  flex-direction: row;
  gap: 0.25rem;
  height: auto;
  font-size: inherit;
  margin-top: 0;
  margin-bottom: 0;
  background: white;
  box-shadow: var(--woo-block-shadow);
  border: var(--woo-block-border);
  border-radius: var(--woo-border-radius);
  padding: calc(var(--woo-spacing) / 2);
}
body ul.sfwc_my_account_tabrow.sfwc_my_account_tabrow:before {
  content: none;
}
body ul.sfwc_my_account_tabrow.sfwc_my_account_tabrow > li.sfwc_my_account_tab {
  flex: 1;
  padding: 0;
  background-color: transparent;
  text-shadow: none;
  text-align: center;
  border: 0;
  border-radius: var(--woo-border-radius);
  transition: 0.2s;
}
body ul.sfwc_my_account_tabrow.sfwc_my_account_tabrow > li.sfwc_my_account_tab > a {
  padding: 0.5rem 1rem;
  display: block;
  background-image: none;
  color: #bb7d00;
  color: #999999;
}
body ul.sfwc_my_account_tabrow.sfwc_my_account_tabrow > li.sfwc_my_account_tab.selected {
  background-color: #efefef99;
}
body ul.sfwc_my_account_tabrow.sfwc_my_account_tabrow > li.sfwc_my_account_tab.selected > a {
  color: #111;
}
body ul.sfwc_my_account_tabrow.sfwc_my_account_tabrow > li.sfwc_my_account_tab:hover {
  background-color: #efefef;
}
body ul.sfwc_my_account_tabrow.sfwc_my_account_tabrow > li.sfwc_my_account_tab:hover > a {
  color: #111;
}
body ul.sfwc_my_account_tabrow.sfwc_my_account_tabrow + h2, body ul.sfwc_my_account_tabrow.sfwc_my_account_tabrow + div h2 {
  margin-top: var(--woo-header-margin-bottom) !important;
  margin-bottom: var(--woo-header-margin-bottom) !important;
}
body .gform_wrapper .gform_required_legend {
  display: none;
}
body .gform_wrapper:not(#dmy) {
  /*-----------*/
  /*    AOS    */
  /*-----------*/
  /* [data-aos="drop"] {

    transform: translate(0px, 200px) scale(1.1);

    &.aos-animate {

        animation: drop 1s ease 0.25s 1 normal both;

    }

}

@keyframes drop {
    0% {
        transform: translate(0px, 200px) scale(1.05);
        box-shadow: 0px 16px 32px rgb(0 0 0 / 25%);
        opacity: 0.5;
    }
    33% {
        transform: translate(0px, 0px) scale(1.05);
        box-shadow: 0px 16px 32px rgb(0 0 0 / 25%);
        opacity: 1;
    }
    100% {
        transform: translate(0px, 0px) scale(1);
        box-shadow: 0px 0px 0px rgb(0 0 0 / 25%);
        opacity: 1;
    }
} */
}
body .gform_wrapper:not(#dmy) form input:not([type=radio], [type=checkbox], [type=submit], [type=button], [type=image], [type=file]), body .gform_wrapper:not(#dmy) form textarea, body .gform_wrapper:not(#dmy) form select {
  transition: 0.2s;
  border: 2px solid transparent;
  font-family: Comfortaa;
  font-size: inherit;
  border-radius: 0.5rem;
  display: block;
  background-clip: padding-box;
  line-height: 1;
  padding: 1rem;
  box-shadow: 0px 4px 34px -32px inset, 0px 1px 2px 0px rgba(0, 0, 0, 0.2) inset;
}
body .gform_wrapper:not(#dmy) form input:not([type=radio], [type=checkbox], [type=submit], [type=button], [type=image], [type=file]):focus, body .gform_wrapper:not(#dmy) form textarea:focus, body .gform_wrapper:not(#dmy) form select:focus {
  transition: 1s;
  border: 2px solid #7f00b1;
}
body .gform_wrapper:not(#dmy) form textarea {
  resize: vertical;
  list-style: 1.6;
  line-height: 1.4;
}
body .gform_wrapper:not(#dmy) form label {
  font-family: Manrope;
  line-height: 1.2;
  margin-bottom: 1rem;
  display: block;
}
body .gform_wrapper:not(#dmy) form input[type="submit"] {
  border: 0;
  color: white;
  box-shadow: 0px 2px 12px #00000055, 0px 1px 2px #000000;
  font-family: "Manrope";
  background: #333333;
}
body .gform_wrapper:not(#dmy) form input[type="submit"]:hover {
  background: #7f00b1;
}
body .gform_wrapper:not(#dmy) form input[type="submit"]:active {
  box-shadow: 0px 4px 34px -32px inset, 0px 1px 2px 0px rgba(0, 0, 0, 0.2) inset;
  background: #fff4e2;
  color: #333333;
}
body .gform_wrapper:not(#dmy) #digitalis .gform_wrapper .gform_heading .gform_required_legend {
  display: none;
}
body .gform_wrapper:not(#dmy) #digitalis .gform_wrapper .gform_footer {
  display: flex;
  padding-bottom: 0;
}
body .gform_wrapper:not(#dmy) #digitalis .gform_wrapper .gform_validation_errors {
  display: none;
}
body .gform_wrapper:not(#dmy) #digitalis .gform_wrapper .gfield {
  position: relative;
}
body .gform_wrapper:not(#dmy) #digitalis .gform_wrapper .gfield.gfield_error label {
  color: inherit;
}
body .gform_wrapper:not(#dmy) #digitalis .gform_wrapper .gfield .validation_message {
  position: absolute;
  bottom: -1rem;
  left: 0;
  padding: 0 1rem;
  width: auto;
  border: 0;
  background: #f0a000;
  color: #fff;
  border-radius: 0.25rem;
  font-size: 14px;
}
body .gform_wrapper:not(#dmy) #digitalis .gform_wrapper .gfield .validation_message:before {
  content: "";
  width: 12px;
  height: 12px;
  position: absolute;
  border: 6px solid transparent;
  border-bottom-color: #f0a000;
  top: -12px;
  left: 1rem;
}
body .gform_wrapper:not(#dmy) [data-aos="drop"] {
  transform: translate(0px, 200px) scale(1.1);
  position: relative;
}
body .gform_wrapper:not(#dmy) [data-aos="drop"]:after, body .gform_wrapper:not(#dmy) [data-aos="drop"]:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0px 10.9px 9.6px rgba(0, 0, 0, 0.13), 0px 36px 32px rgba(0, 0, 0, 0.2);
  z-index: -1;
}
body .gform_wrapper:not(#dmy) [data-aos="drop"]:after {
  box-shadow: 0px 1.6px 1.4px rgba(0, 0, 0, 0.07), 0px 4.5px 4px rgba(0, 0, 0, 0.1);
}
body .gform_wrapper:not(#dmy) [data-aos="drop"].aos-animate, body .gform_wrapper:not(#dmy) [data-aos="drop"].aos-animate:before, body .gform_wrapper:not(#dmy) [data-aos="drop"].aos-animate:after {
  animation: drop 1s ease 0.25s 1 normal both;
}
body .gform_wrapper:not(#dmy) [data-aos="drop"].aos-animate:before {
  animation-name: drop-before;
}
body .gform_wrapper:not(#dmy) [data-aos="drop"].aos-animate:after {
  animation-name: drop-after;
}
@keyframes drop {
  0% {
    transform: translate(0px, 200px) scale(1.05);
    opacity: 0.5;
  }
  33% {
    transform: translate(0px, -5px) scale(1.05);
    opacity: 1;
  }
  100% {
    transform: translate(0px, 0px) scale(1);
    opacity: 1;
  }
}
@keyframes drop-before {
  33% {
    transform: scale(1);
  }
  66% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translate(0px, -10px) scale(0.95);
  }
}
@keyframes drop-after {
  66% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
body .gform_wrapper:not(#dmy) .drop-wrap {
  position: relative;
  box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.1) inset;
}
body .gform_wrapper:not(#dmy) .drop-wrap:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.1) inset;
}
body .gform_wrapper:not(#dmy) .drop-wrap:before {
  border-radius: 4rem;
  left: 1rem;
  width: calc(100% - 2rem);
  top: 1rem;
  height: calc(100% - 2rem);
}
body .gform_wrapper:not(#dmy) [data-aos="sequence"] > * {
  transition-duration: 0.4s;
  transform: translate3d(0, 100px, 0);
  opacity: 0;
}
body .gform_wrapper:not(#dmy) [data-aos="sequence"].aos-animate > * {
  transform: translate3d(0, 0, 0);
  opacity: 1;
}
body .gform_wrapper:not(#dmy) [data-aos="sequence"] > *:nth-child(1) {
  transition-delay: 100ms;
}
body .gform_wrapper:not(#dmy) [data-aos="sequence"] > *:nth-child(2) {
  transition-delay: 200ms;
}
body .gform_wrapper:not(#dmy) [data-aos="sequence"] > *:nth-child(3) {
  transition-delay: 300ms;
}
body .gform_wrapper:not(#dmy) [data-aos="sequence"] > *:nth-child(4) {
  transition-delay: 400ms;
}
body .gform_wrapper:not(#dmy) [data-aos="sequence"] > *:nth-child(5) {
  transition-delay: 500ms;
}
body .gform_wrapper:not(#dmy) [data-aos="sequence"] > *:nth-child(6) {
  transition-delay: 600ms;
}
body .gform_wrapper:not(#dmy) [data-aos="sequence"] > *:nth-child(7) {
  transition-delay: 700ms;
}
body .gform_wrapper:not(#dmy) [data-aos="sequence"] > *:nth-child(8) {
  transition-delay: 800ms;
}
body .gform_wrapper:not(#dmy) [data-aos="sequence"] > *:nth-child(9) {
  transition-delay: 900ms;
}
body .gform_wrapper:not(#dmy) [data-aos="sequence"] > *:nth-child(10) {
  transition-delay: 1000ms;
}
body .gform_wrapper:not(#dmy) [data-aos="sequence"] > *:nth-child(11) {
  transition-delay: 1100ms;
}
body .gform_wrapper:not(#dmy) [data-aos="sequence"] > *:nth-child(12) {
  transition-delay: 1200ms;
}
body .gform_wrapper:not(#dmy) .gform_validation_errors {
  box-shadow: initial;
  border: 0;
  margin-bottom: 1rem;
}
body .gform_wrapper:not(#dmy) .gf_page_steps {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 2rem;
}
body .gform_wrapper:not(#dmy) .gf_page_steps .gf_step {
  margin: 0;
}
body .gform_wrapper:not(#dmy) .gf_page_steps .gf_step .gf_step_number {
  border-color: transparent;
  box-shadow: 0px 0px 0px 2px var(--c-ui-gray-5) inset;
  color: var(--c-ui-gray-5);
}
body .gform_wrapper:not(#dmy) .gf_page_steps .gf_step .gf_step_number:before {
  border: 0;
}
body .gform_wrapper:not(#dmy) .gf_page_steps .gf_step .gf_step_label {
  padding-left: 0.5rem;
}
body .gform_wrapper:not(#dmy) .gf_page_steps .gf_step.gf_step_completed .gf_step_number::before {
  background: var(--c-loose-leaf);
}
body .gform_wrapper:not(#dmy) .gf_page_steps .gf_step.gf_step_active .gf_step_number {
  background: var(--c-nectar);
  color: white;
  box-shadow: initial;
}
body .gform_wrapper:not(#dmy) .gfield > .gfield_label {
  color: var(--c-ui-gray-14);
  font-size: 1em;
}
body .gform_wrapper:not(#dmy) .gfield > .gfield_label:has(+ .gfield_description) {
  margin-bottom: 0;
}
body .gform_wrapper:not(#dmy) .gfield > .gfield_label .gfield_required .gfield_required {
  font-style: initial;
}
body .gform_wrapper:not(#dmy) .gfield > .gfield_description {
  padding: 0;
  margin-bottom: 0.5rem;
  color: var(--c-ui-gray-10);
  font-size: 0.9em;
}
body .gform_wrapper:not(#dmy) .gfield .validation_message {
  border: 0;
  padding: 0;
  background: initial;
  color: var(--woo-required-color);
}
body .gform_wrapper:not(#dmy) .gfield .ginput_container.ginput_container_radio .gfield_radio {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
body .gform_wrapper:not(#dmy) .gfield .ginput_container.ginput_container_radio .gfield_radio .gchoice {
  --active-c: var(--c-foxglove);
  position: relative;
  display: flex;
  align-items: center;
  gap: 0.5em;
}
body .gform_wrapper:not(#dmy) .gfield .ginput_container.ginput_container_radio .gfield_radio .gchoice > label {
  margin-bottom: 0;
}
body .gform_wrapper:not(#dmy) .gfield .ginput_container.ginput_container_radio .gfield_radio .gchoice .gfield-choice-input[type="radio"] {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
body .gform_wrapper:not(#dmy) .gfield .ginput_container.ginput_container_radio .gfield_radio .gchoice .gfield-choice-input[type="radio"]:checked + .gform-field-label {
  background: #fffbf3;
  color: var(--c-);
  box-shadow: 0 0 0 2px var(--active-c) inset;
}
body .gform_wrapper:not(#dmy) .gfield .ginput_container.ginput_container_radio .gfield_radio .gchoice .gfield-choice-input[type="radio"]:checked + .gform-field-label:before {
  border-color: var(--active-c);
  background: radial-gradient(circle at center, var(--active-c) 0, var(--active-c) 50%, transparent 55%);
}
body .gform_wrapper:not(#dmy) .gfield .ginput_container.ginput_container_radio .gfield_radio .gchoice .gfield-choice-input[type="radio"]:focus-visible + .gform-field-label {
  outline: 2px solid transparent;
  box-shadow: 0 0 0 1px var(--active-c), 0 0 0 4px rgba(37, 99, 235, 0.35);
}
body .gform_wrapper:not(#dmy) .gfield .ginput_container.ginput_container_radio .gfield_radio .gchoice .gfield-choice-input[type="radio"]:disabled + .gform-field-label {
  cursor: not-allowed;
  opacity: 0.6;
}
body .gform_wrapper:not(#dmy) .gfield .ginput_container.ginput_container_radio .gfield_radio .gchoice .gform-field-label {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.6rem 0.9rem;
  border-radius: 1rem;
  box-shadow: 0 0 0 2px #d0d5dd inset;
  background: #ffffff;
  font-size: 0.9em;
  line-height: 1.3;
  cursor: pointer;
  transition: 150ms ease-out;
  color: #1f2933;
}
body .gform_wrapper:not(#dmy) .gfield .ginput_container.ginput_container_radio .gfield_radio .gchoice .gform-field-label:before {
  content: "";
  width: 14px;
  height: 14px;
  border-radius: 999px;
  border: 2px solid #cbd2e1;
  box-sizing: border-box;
  background: #ffffff;
  flex-shrink: 0;
  transition: 150ms ease-out;
}
body .gform_wrapper:not(#dmy) .gfield .ginput_container.ginput_container_radio .gfield_radio .gchoice .gform-field-label:hover {
  border-color: #9ca3af;
  background: #f9fafb;
}
body .gform_wrapper:not(#dmy) .gfield .ginput_container.ginput_container_radio .gfield_radio .gchoice br {
  display: none;
}
body .gform_wrapper:not(#dmy) .gfield .ginput_container.ginput_container_radio .gfield_radio .gchoice input.gchoice_other_control {
  margin-top: 0;
  padding: 0.75rem;
  border-radius: 1rem;
  width: 100%;
}
body .gform_wrapper:not(#dmy) .gfield .ginput_container.ginput_container_radio .gfield_radio .gchoice input.gchoice_other_control[disabled] {
  display: none;
}
body .gform_wrapper:not(#dmy) .gfield .ginput_container.ginput_container_radio .gfield_radio .gchoice:has(.gchoice_other_control) {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
body .gform_wrapper:not(#dmy) .gfield .ginput_container.ginput_container_checkbox .gfield_checkbox .gchoice input[type="checkbox"] {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
body .gform_wrapper:not(#dmy) .gfield .ginput_container.ginput_container_checkbox .gfield_checkbox .gchoice input[type="checkbox"] + label {
  position: relative;
  padding-left: 2rem;
  font-size: 0.95rem;
  line-height: 1.4;
  cursor: pointer;
  user-select: none;
}
body .gform_wrapper:not(#dmy) .gfield .ginput_container.ginput_container_checkbox .gfield_checkbox .gchoice input[type="checkbox"] + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.2rem;
  width: 1.2rem;
  height: 1.2rem;
  border: 2px solid #555;
  border-radius: 4px;
  transition: all 0.2s ease;
  background: white;
}
body .gform_wrapper:not(#dmy) .gfield .ginput_container.ginput_container_checkbox .gfield_checkbox .gchoice input[type="checkbox"] + label:after {
  content: "";
  display: block;
  position: absolute;
  left: 8px;
  top: 6px;
  width: 7px;
  height: 13px;
  border: solid var(--c-ui-green-10);
  border-width: 0 3px 3px 0;
  transform: rotate(45deg) scale(0);
  transition: 0.1s;
}
body .gform_wrapper:not(#dmy) .gfield .ginput_container.ginput_container_checkbox .gfield_checkbox .gchoice input[type="checkbox"] + label:hover {
  color: var(--c-ui-nectar-10);
}
body .gform_wrapper:not(#dmy) .gfield .ginput_container.ginput_container_checkbox .gfield_checkbox .gchoice input[type="checkbox"]:checked + label:after {
  transform: rotate(45deg) scale(1);
}
body .gform_wrapper:not(#dmy) .gfield .ginput_container.ginput_container_consent input[type="checkbox"] {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
body .gform_wrapper:not(#dmy) .gfield .ginput_container.ginput_container_consent input[type="checkbox"] + label {
  position: relative;
  padding-left: 2rem;
  font-size: 0.95rem;
  line-height: 1.4;
  cursor: pointer;
  user-select: none;
}
body .gform_wrapper:not(#dmy) .gfield .ginput_container.ginput_container_consent input[type="checkbox"] + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.2rem;
  width: 1.2rem;
  height: 1.2rem;
  border: 2px solid #555;
  border-radius: 4px;
  transition: all 0.2s ease;
  background: white;
}
body .gform_wrapper:not(#dmy) .gfield .ginput_container.ginput_container_consent input[type="checkbox"] + label:after {
  content: "";
  display: block;
  position: absolute;
  left: 8px;
  top: 6px;
  width: 7px;
  height: 13px;
  border: solid var(--c-ui-green-10);
  border-width: 0 3px 3px 0;
  transform: rotate(45deg) scale(0);
  transition: 0.1s;
}
body .gform_wrapper:not(#dmy) .gfield .ginput_container.ginput_container_consent input[type="checkbox"] + label:hover {
  color: var(--c-ui-nectar-10);
}
body .gform_wrapper:not(#dmy) .gfield .ginput_container.ginput_container_consent input[type="checkbox"]:checked + label:after {
  transform: rotate(45deg) scale(1);
}
body .gform_wrapper:not(#dmy) .gform-page-footer .gform_previous_button, body .gform_wrapper:not(#dmy) .gform-page-footer .gform_next_button, body .gform_wrapper:not(#dmy) .gform-page-footer input[type=submit] {
  transition: 0.2s;
  margin-bottom: 0;
}
body .gform_wrapper:not(#dmy) .gform-page-footer .gform_previous_button {
  color: var(--c-ui-gray-14);
}
body .gform_wrapper:not(#dmy) .gform-page-footer .gform_previous_button:hover {
  color: var(--c-ui-nectar-10);
  background-color: transparent;
}
/*# sourceMappingURL=https://digitalis.ca/wp-content/scss/front.css.map */