/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

main {
    display: block
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

pre {
    font-family: monospace, monospace;
    font-size: 1em
}

a {
    background-color: transparent
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted
}

b,
strong {
    font-weight: bolder
}

code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}

small {
    font-size: 80%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

img {
    border-style: none
}

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0
}

button,
input {
    overflow: visible
}

button,
select {
    text-transform: none
}

[type=button],
[type=submit],
button {
    -webkit-appearance: button
}

[type=button]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
    border-style: none;
    padding: 0
}

[type=button]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
    outline: 1px dotted ButtonText
}

fieldset {
    padding: .35em .75em .625em
}

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}

progress {
    vertical-align: baseline
}

textarea {
    overflow: auto
}

[type=checkbox],
[type=radio] {
    box-sizing: border-box;
    padding: 0
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

details {
    display: block
}

summary {
    display: list-item
}

[hidden],
template {
    display: none
}

blockquote,
dd,
dl,
figure,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
pre {
    margin: 0
}

button {
    background-color: transparent;
    background-image: none
}

button:focus {
    outline: 1px dotted;
    outline: 5px auto -webkit-focus-ring-color
}

fieldset,
ol,
ul {
    margin: 0;
    padding: 0
}

ol,
ul {
    list-style: none
}

.post-template-default.single.single-post main ul {
    list-style: disc;
}

html {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
    line-height: 1.5
}

*,
:after,
:before {
    box-sizing: border-box;
    border: 0 solid #979797
}

hr {
    border-top-width: 1px
}

img {
    border-style: solid
}

textarea {
    resize: vertical
}

input::-moz-placeholder,
textarea::-moz-placeholder {
    color: #a0aec0
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: #a0aec0
}

input::placeholder,
textarea::placeholder {
    color: #a0aec0
}

[role=button],
button {
    cursor: pointer
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: inherit;
    font-weight: inherit
}

a {
    color: inherit;
    text-decoration: inherit
}

button,
input,
optgroup,
select,
textarea {
    padding: 0;
    line-height: inherit;
    color: inherit
}

code,
kbd,
pre,
samp {
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace
}

audio,
canvas,
embed,
iframe,
img,
object,
svg,
video {
    display: block;
    vertical-align: middle
}

img,
video {
    max-width: 100%;
    height: auto
}

.transition-300-ease {
    transition-property: all;
    transition-duration: .3s;
    transition-timing-function: linear
}

.transition-500-ease {
    transition-property: all;
    transition-duration: .5s;
    transition-timing-function: linear
}

.transition-700-ease {
    transition-property: all;
    transition-duration: .7s;
    transition-timing-function: linear
}

html {
    font-size: 16px
}

body,
html {
    max-width: 100%
}

body {
    overflow-x: hidden
}

a {
    --text-opacity: 1;
    color: #080808;
    color: rgba(8, 8, 8, var(--text-opacity));
    text-decoration: underline;
    cursor: pointer;
    transition-property: all;
    transition-duration: .3s;
    transition-timing-function: linear
}

a:active,
a:focus,
a:hover {
    --text-opacity: 1;
    color: #666;
    color: rgba(102, 102, 102, var(--text-opacity))
}

q {
    margin-bottom: 2rem
}

iframe,
q {
    display: block
}

address {
    font-style: normal
}

blockquote {
    margin: 0
}

table {
    border-collapse: collapse
}

table td {
    --border-opacity: 1;
    border: 1px solid #000;
    border-color: rgba(0, 0, 0, var(--border-opacity));
    padding: .25rem
}

.link-overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10
}

.link-animated-underline {
    position: relative;
    padding-bottom: .25rem
}

.link-animated-underline:after {
    content: "";
    --bg-opacity: 1;
    background-color: #fff;
    background-color: rgba(255, 255, 255, var(--bg-opacity));
    position: absolute;
    bottom: 0;
    left: auto;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    width: 0;
    height: 2px;
    transition-property: all;
    transition-duration: .3s;
    transition-timing-function: linear
}

.link-animated-underline:hover:after {
    width: 100%;
    left: 0;
    right: auto
}

.link-animated-underline.is-black:after {
    --bg-opacity: 1;
    background-color: #000;
    background-color: rgba(0, 0, 0, var(--bg-opacity))
}

.link-animated-underline.is-white:after {
    --bg-opacity: 1;
    background-color: #fff;
    background-color: rgba(255, 255, 255, var(--bg-opacity))
}

.wysiwyg ol,
.wysiwyg ul {
    margin-left: 1.5rem;
    margin-bottom: 2rem
}

.wysiwyg ol li:not(:last-child),
.wysiwyg ul li:not(:last-child) {
    margin-bottom: 1.5rem
}

.wysiwyg ol ol,
.wysiwyg ol ul,
.wysiwyg ul ol,
.wysiwyg ul ul {
    margin-top: 1.5rem
}

@media (min-width:768px) {
    .wysiwyg ol,
    .wysiwyg ul {
        margin-left: 3rem
    }
    .wysiwyg ol li:not(:last-child),
    .wysiwyg ul li:not(:last-child) {
        margin-bottom: 1rem
    }
}

.wysiwyg ul {
    list-style-type: disc
}

.wysiwyg ol {
    list-style-type: decimal
}

.checkmark-list li {
    display: flex;
    margin-bottom: .5rem
}

.checkmark-list li:before {
    content: "\F00C";
    font-family: Font Awesome\ 5 Pro;
    --text-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--text-opacity));
    font-size: 1rem;
    margin-right: .75rem;
    font-weight: 400
}

.checkmark-list li.no-check:before {
    opacity: 0
}

.checkmark-list.is-primary li:before {
    --text-opacity: 1;
    color: #fea88a;
    color: rgba(254, 168, 138, var(--text-opacity))
}

@-webkit-keyframes scale-pulse {
    0% {
        transform: scale(1)
    }
    50% {
        transform: scale(1.075)
    }
    to {
        transform: scale(1)
    }
}

@keyframes scale-pulse {
    0% {
        transform: scale(1)
    }
    50% {
        transform: scale(1.075)
    }
    to {
        transform: scale(1)
    }
}

.play-button {
    transition-property: all;
    transition-duration: .3s;
    transition-timing-function: linear;
    -webkit-animation: scale-pulse infinite;
    animation: scale-pulse infinite;
    -webkit-animation-duration: 2s;
    animation-duration: 2s
}

@media (min-width:768px) {
    .fixed-scroll.is-active:after {
        content: "";
        height: 200px;
        background: linear-gradient(0deg, #fff, hsla(0, 0%, 100%, 0));
        position: fixed;
        bottom: 0;
        width: 100%;
        left: 0;
        --transform-translate-x: 0;
        --transform-translate-y: 0;
        --transform-rotate: 0;
        --transform-skew-x: 0;
        --transform-skew-y: 0;
        --transform-scale-x: 1;
        --transform-scale-y: 1;
        transform: translateX(var(--transform-translate-x)) translateY(var(--transform-translate-y)) rotate(var(--transform-rotate)) skewX(var(--transform-skew-x)) skewY(var(--transform-skew-y)) scaleX(var(--transform-scale-x)) scaleY(var(--transform-scale-y))
    }
    .fixed-scroll.is-left:after {
        --transform-translate-x: -50%
    }
    .fixed-scroll.is-right:after {
        --transform-translate-x: 50%
    }
}

.fixed-scroll p:last-child {
    margin-bottom: 0
}

.post-nav-link a {
    text-decoration: none
}

.health-fact {
    --border-opacity: 1;
    border: 1px solid #080808;
    border-color: rgba(8, 8, 8, var(--border-opacity));
    --bg-opacity: 1;
    background-color: #080808;
    background-color: rgba(8, 8, 8, var(--bg-opacity));
    --bg-opacity: 0.05;
    text-align: center;
    --text-opacity: 1;
    color: #080808;
    color: rgba(8, 8, 8, var(--text-opacity));
    padding: 2.5rem 1.5rem;
    width: 91.666667%;
    margin: 2.5rem auto
}

.health-fact .heading,
.health-fact h1,
.health-fact h2,
.health-fact h3,
.health-fact h4,
.health-fact h5 {
    --text-opacity: 1;
    color: #080808;
    color: rgba(8, 8, 8, var(--text-opacity));
    font-size: 1.25rem;
    letter-spacing: .05em;
    text-transform: uppercase;
    font-weight: 500;
    margin-bottom: 1.5rem
}

.health-fact p {
    margin-bottom: 0
}

@media (min-width:768px) {
    .health-fact {
        margin-top: 3rem;
        margin-bottom: 3rem
    }
}

.back-to-top {
    top: 90%
}

#cookie-law-info-bar {
    padding: 1.5rem !important
}

.cli-bar-container {
    flex-direction: column
}

.cli-style-v2 .cli-bar-message {
    width: auto !important;
    text-align: center !important
}

.cli-bar-btn_container {
    margin-top: .75rem !important;
    margin-left: 0 !important
}

body {
    color: #666;
    color: rgba(102, 102, 102, var(--text-opacity));
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.heading-one,
body,
h1 {
    font-family: Roboto, sans-serif;
    --text-opacity: 1
}

.heading-one,
h1 {
    font-size: 2.25rem;
    line-height: 1.25;
    font-weight: 500;
    color: #080808;
    color: rgba(8, 8, 8, var(--text-opacity));
    margin-bottom: 1.5rem
}

@media (min-width:768px) {
    .heading-one,
    h1 {
        font-size: 2.625rem;
        margin-bottom: 2rem
    }
}

.heading-two,
h2 {
    font-family: Roboto, sans-serif;
    font-size: 2rem;
    line-height: 1.25;
    font-weight: 500;
    --text-opacity: 1;
    color: #080808;
    color: rgba(8, 8, 8, var(--text-opacity));
    margin-bottom: 1.5rem
}

@media (min-width:768px) {
    .heading-two,
    h2 {
        font-size: 2.25rem
    }
}

.heading-three,
h3 {
    font-family: Roboto, sans-serif;
    font-size: 1.75rem;
    line-height: 1.25;
    font-weight: 500;
    --text-opacity: 1;
    color: #080808;
    color: rgba(8, 8, 8, var(--text-opacity));
    margin-bottom: 1.5rem
}

@media (min-width:768px) {
    .heading-three,
    h3 {
        font-size: 1.875rem
    }
}

.heading-four,
h4 {
    font-family: Roboto, sans-serif;
    font-size: 1.25rem;
    line-height: 1.25;
    font-weight: 500;
    --text-opacity: 1;
    color: #080808;
    color: rgba(8, 8, 8, var(--text-opacity));
    margin-bottom: 1.25rem
}

@media (min-width:768px) {
    .heading-four,
    h4 {
        font-size: 1.5rem
    }
}

.heading-five,
h5 {
    font-family: Roboto, sans-serif;
    font-size: 1.125rem;
    line-height: 1.25;
    font-weight: 500;
    --text-opacity: 1;
    color: #080808;
    color: rgba(8, 8, 8, var(--text-opacity));
    margin-bottom: 1.25rem
}

@media (min-width:768px) {
    .heading-five,
    h5 {
        font-size: 1.25rem
    }
}

.heading-six,
h6 {
    font-family: Roboto, sans-serif;
    font-size: 1rem;
    line-height: 1.25;
    font-weight: 500;
    --text-opacity: 1;
    color: #080808;
    color: rgba(8, 8, 8, var(--text-opacity));
    margin-bottom: 1.25rem
}

@media (min-width:768px) {
    .heading-six,
    h6 {
        font-size: 1.125rem
    }
}

p {
    font-size: 1rem;
    margin-bottom: 2rem;
}

.wysiwyg a {
    word-break: break-word;
}

.text-2xlarge,
p {
    line-height: 1.625
}

.text-2xlarge {
    font-size: 1.5rem
}

.text-xlarge {
    font-size: 1.25rem;
    line-height: 1.625
}

.text-large {
    font-size: 1.125rem;
    line-height: 1.625
}

.text-medium {
    font-size: .9375rem;
    line-height: 1.5
}

.text-small {
    font-size: .875rem;
    line-height: 1.5
}

.text-xsmall {
    font-size: .75rem;
    line-height: 1.5
}

.decorative-text {
    font-size: .75rem;
    --text-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--text-opacity));
    --text-opacity: 0.2;
    font-weight: 700;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    margin-bottom: 2rem;
    letter-spacing: .1em
}

@media (min-width:768px) {
    .decorative-text {
        font-size: .875rem;
        margin-bottom: 2.5rem
    }
}

.decorative-text.is-white {
    --text-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--text-opacity));
    --text-opacity: 0.3
}

.decorative-author {
    --text-opacity: 1;
    color: #080808;
    color: rgba(8, 8, 8, var(--text-opacity));
    text-transform: uppercase;
    font-size: .875rem;
    font-weight: 700;
    position: relative;
    display: flex;
    align-items: center;
    letter-spacing: .1em;
    margin-bottom: 0
}

.decorative-author:before {
    content: "";
    display: block;
    height: 1px;
    width: 4rem;
    --bg-opacity: 1;
    background-color: #080808;
    background-color: rgba(8, 8, 8, var(--bg-opacity));
    margin-right: 1.5rem
}

.decorative-author.is-white {
    --text-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--text-opacity))
}

.decorative-author.is-white:before {
    --bg-opacity: 1;
    background-color: #fff;
    background-color: rgba(255, 255, 255, var(--bg-opacity))
}

.container {
    max-width: 77rem;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 1rem;
    padding-right: 1rem
}

.container-offset-mobile {
    margin-left: -1rem;
    margin-right: -1rem
}

@media (min-width:768px) {
    .container-offset-mobile {
        margin-left: 0;
        margin-right: 0
    }
}

.wrapper {
    padding-top: 5rem;
    padding-bottom: 5rem
}

.wrapper.is-large {
    padding-top: 6rem;
    padding-bottom: 6rem
}

@media (min-width:768px) {
    .wrapper {
        padding-top: 8rem;
        padding-bottom: 8rem
    }
    .wrapper.is-large {
        padding-top: 9rem;
        padding-bottom: 9rem
    }
}

#site-navigation {
    position: relative;
    z-index: 40
}

#main-navigation {
    transition-property: all;
    transition-duration: .3s;
    transition-timing-function: linear;
    min-height: 51px
}

#main-navigation.fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 20;
    box-shadow: 0 2px 40px 0 rgba(0, 0, 0, .03)
}

#main-navigation.fixed .hamburger .line {
    --bg-opacity: 1;
    background-color: #080808;
    background-color: rgba(8, 8, 8, var(--bg-opacity))
}

#main-navigation .site-logo {
    max-width: 11.0625rem
}

#main-navigation .hamburger {
    position: relative;
    outline: 2px solid transparent;
    outline-offset: 2px
}

#main-navigation .hamburger .line {
    width: 1rem;
    height: 2px;
    --bg-opacity: 1;
    background-color: #000;
    background-color: rgba(0, 0, 0, var(--bg-opacity));
    display: block;
    margin-top: .25rem;
    transition-property: all;
    transition-duration: .3s;
    transition-timing-function: linear
}

#main-navigation .hamburger:hover {
    cursor: pointer
}

#main-navigation .hamburger.active .line {
    --bg-opacity: 1;
    background-color: #fff;
    background-color: rgba(255, 255, 255, var(--bg-opacity))
}

#main-navigation .hamburger.active .line:first-child {
    transform: translateY(8px) rotate(45deg)
}

#main-navigation .hamburger.active .line:nth-child(2) {
    opacity: 0
}

#main-navigation .hamburger.active .line:nth-child(3) {
    opacity: 1;
    transform: translateY(-12px) rotate(-45deg)
}

@media (min-width:1024px) {
    #main-navigation {
        min-height: 80px
    }
    #main-navigation .site-logo {
        max-width: 10.625rem
    }
}

@media (min-width:1280px) {
    #main-navigation .site-logo {
        max-width: none
    }
}

#navigation-desktop>li:not(:last-child) {
    margin-right: 2rem
}

#navigation-desktop>li>a {
    position: relative;
    --text-opacity: 1;
    color: #080808;
    color: rgba(8, 8, 8, var(--text-opacity));
    font-weight: 500;
    text-decoration: none;
    padding-bottom: 2rem
}

#navigation-desktop>li>a,
#navigation-desktop>li>a:after {
    transition-property: all;
    transition-duration: .3s;
    transition-timing-function: linear
}

#navigation-desktop>li>a:after {
    content: "";
    position: absolute;
    left: auto;
    right: 0;
    bottom: 0;
    height: .25rem;
    --bg-opacity: 1;
    background-color: #000;
    background-color: rgba(0, 0, 0, var(--bg-opacity));
    width: 0
}

#navigation-desktop>li>a:hover {
    --text-opacity: 0.5
}

#navigation-desktop>li>a:hover:after {
    width: 100%;
    left: 0;
    right: auto
}

#navigation-desktop .is-submenu-parent {
    position: relative
}

#navigation-desktop .is-submenu-parent .dropdown-menu {
    min-width: 210px;
    position: absolute;
    display: flex;
    flex-direction: column;
    width: auto;
    --bg-opacity: 1;
    background-color: #fff;
    background-color: rgba(255, 255, 255, var(--bg-opacity));
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, .1), 0 4px 6px -2px rgba(0, 0, 0, .05);
    padding: 2rem;
    opacity: 0;
    --transform-translate-x: 0;
    --transform-translate-y: 0;
    --transform-rotate: 0;
    --transform-skew-x: 0;
    --transform-skew-y: 0;
    --transform-scale-x: 1;
    --transform-scale-y: 1;
    transform: translateX(var(--transform-translate-x)) translateY(var(--transform-translate-y)) rotate(var(--transform-rotate)) skewX(var(--transform-skew-x)) skewY(var(--transform-skew-y)) scaleX(var(--transform-scale-x)) scaleY(var(--transform-scale-y));
    --transform-translate-x: -2.5rem;
    --transform-translate-y: 2rem;
    visibility: hidden;
    z-index: 10;
    transition-property: all;
    transition-duration: .3s;
    transition-timing-function: linear
}

#navigation-desktop .is-submenu-parent .dropdown-menu li {
    white-space: nowrap
}

#navigation-desktop .is-submenu-parent .dropdown-menu li:not(:last-child) {
    margin-bottom: .25rem
}

#navigation-desktop .is-submenu-parent .dropdown-menu li a {
    --text-opacity: 1;
    color: #080808;
    color: rgba(8, 8, 8, var(--text-opacity));
    font-weight: 400;
    text-decoration: none;
    transition-property: all;
    transition-duration: .3s;
    transition-timing-function: linear
}

#navigation-desktop .is-submenu-parent .dropdown-menu li a:hover {
    --text-opacity: 0.5
}

#navigation-desktop .is-submenu-parent:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
    --transform-translate-y: 1.25rem
}

#navigation-desktop .is-submenu-parent:after {
    content: "\F0D7";
    font-family: Font Awesome\ 5 Pro;
    display: inline-block;
    margin-left: .25rem;
    font-weight: 700;
    --text-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--text-opacity))
}

#navigation-desktop.member>li:not(:last-child) {
    margin-right: 1.5rem
}

#navigation-mobile {
    width: 100%;
    border-style: none
}

#navigation-mobile>li {
    font-size: 1.125rem;
    border-style: none;
    padding: 0
}

#navigation-mobile>li:not(:last-child) {
    margin-bottom: 2rem
}

#navigation-mobile>li>a {
    font-size: 1.5rem;
    --text-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--text-opacity));
    font-weight: 500;
    text-decoration: none
}

#navigation-mobile>li>a:hover {
    --text-opacity: 1
}

#navigation-mobile .is-submenu-parent>a {
    display: block
}

#navigation-mobile .is-submenu-parent>a:after,
#navigation-mobile .is-submenu-parent>a:before {
    display: none
}

#navigation-mobile .accordion-inner {
    padding-top: 1.25rem;
    padding-left: 0;
    padding-right: 0;
    overflow: hidden;
    display: none
}

#navigation-mobile .accordion-inner ul {
    list-style-type: none
}

#navigation-mobile .accordion-inner li:not(:last-child) {
    margin-bottom: 0rem
}

#navigation-mobile .accordion-inner a {
    --text-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--text-opacity));
    text-decoration: none
}

.footer-dropdown {
    position: relative;
    font-size: .75rem;
    --text-opacity: 1;
    color: #ddd;
    color: rgba(221, 221, 221, var(--text-opacity));
    --text-opacity: 0.7;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10;
    cursor: pointer;
    transition-property: all;
    transition-duration: .3s;
    transition-timing-function: linear
}

.footer-dropdown.active,
.footer-dropdown:focus,
.footer-dropdown:hover {
    --text-opacity: 1
}

.footer-dropdown.active:after,
.footer-dropdown:focus:after,
.footer-dropdown:hover:after {
    --border-opacity: 1;
    border-color: #080808;
    border-color: rgba(8, 8, 8, var(--border-opacity))
}

.footer-dropdown.active:after {
    --transform-translate-x: 0;
    --transform-translate-y: 0;
    --transform-rotate: 0;
    --transform-skew-x: 0;
    --transform-skew-y: 0;
    --transform-scale-x: 1;
    --transform-scale-y: 1;
    transform: translateX(var(--transform-translate-x)) translateY(var(--transform-translate-y)) rotate(var(--transform-rotate)) skewX(var(--transform-skew-x)) skewY(var(--transform-skew-y)) scaleX(var(--transform-scale-x)) scaleY(var(--transform-scale-y));
    --transform-rotate: -180deg
}

.footer-dropdown:after {
    content: "\F077";
    font-family: Font Awesome\ 5 Pro;
    position: relative;
    font-size: .75rem;
    z-index: 0;
    --text-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--text-opacity));
    margin-left: .5rem;
    transition-property: all;
    transition-duration: .3s;
    transition-timing-function: linear
}

.footer-dropdown ul {
    position: absolute;
    --bg-opacity: 1;
    background-color: #fff;
    background-color: rgba(255, 255, 255, var(--bg-opacity));
    display: none;
    overflow-x: hidden;
    overflow-y: scroll;
    box-shadow: 0 2px 40px 0 rgba(0, 0, 0, .03);
    width: auto;
    padding: 1.25rem 1rem;
    width: 9.375rem;
    max-height: 10.9375rem;
    bottom: calc(100% + 10px)
}

.footer-dropdown ul li {
    text-align: left
}

.footer-dropdown ul li:not(:last-child) {
    margin-bottom: 1rem
}

.footer-dropdown ul li a {
    position: relative;
    --text-opacity: 1;
    color: #080808;
    color: rgba(8, 8, 8, var(--text-opacity));
    padding-bottom: .25rem
}

.footer-dropdown ul li a:after {
    content: "";
    --bg-opacity: 1;
    background-color: #080808;
    background-color: rgba(8, 8, 8, var(--bg-opacity));
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    width: 0;
    height: 1px;
    transition-property: all;
    transition-duration: .3s;
    transition-timing-function: linear
}

.footer-dropdown ul li a:hover:after {
    width: 100%
}

@media (min-width:768px) {
    .footer-dropdown ul {
        width: 9.375rem
    }
}

@media (min-width:768px) {
    .footer-dropdown {
        justify-content: flex-end
    }
}

.hero {
    display: flex;
    background-size: cover;
    background-position: 50%
}

.hero.primary {
    max-height: 600px;
    min-height: 485px;
    height: 100vw;
    align-items: center;
    text-align: center;
    justify-content: center;
    position: relative;
    padding-bottom: 0
}

@media (min-width:1024px) {
    .hero.primary {
        padding-bottom: 170px;
        max-height: 785px;
        height: 80vw
    }
}

@media (min-width:768px) {
    .hero.primary {
        padding-bottom: 100px;
        align-items: flex-end;
        text-align: left;
        justify-content: flex-start
    }
}

.hero.primary .button-ghost,
.hero.primary .button-solid {
    position: absolute;
    bottom: 60px;
    left: 50%;
    transform: translatex(-50%);
    justify-content: center
}

@media (min-width:768px) {
    .hero.primary .button-ghost,
    .hero.primary .button-solid {
        position: relative;
        bottom: 0;
        left: 0;
        transform: none;
        justify-content: flex-start
    }
}

.hero.primary h1 {
    margin-bottom: 45px;
    font-size: 30px;
    line-height: 1.2
}

@media (min-width:768px) {
    .hero.primary h1 {
        font-size: 54px;
        line-height: 70px
    }
}

.hero.secondary {
    max-height: 582px;
    height: 120vw;
    align-items: center;
    justify-content: center;
    text-align: center
}

@media (min-width:768px) {
    .hero.secondary {
        max-height: 640px;
        height: 60vw
    }
}

.hero .headline {
    font-family: Roboto, sans-serif;
    font-weight: 700;
    font-size: 1.875rem;
    line-height: 2.5rem;
    margin-bottom: 55px
}

.hero .headline,
.hero .headline .small {
    --text-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--text-opacity))
}

.hero .headline .small {
    font-size: 21px;
    line-height: 26px;
    font-weight: 500
}

@media (min-width:768px) {
    .hero .headline {
        font-size: 3.75rem;
        line-height: 4.5625rem
    }
}

.service-template-hero .quote:before {
    content: "";
    background-image: url(/wp-content/uploads/2020/09/quote-4.svg);
    width: 27px;
    height: 24px;
    position: absolute;
    left: 0;
    background-size: contain;
    background-position: 50%;
    background-repeat: no-repeat;
    --transform-translate-x: 0;
    --transform-translate-y: 0;
    --transform-rotate: 0;
    --transform-skew-x: 0;
    --transform-skew-y: 0;
    --transform-scale-x: 1;
    --transform-scale-y: 1;
    transform: translateX(var(--transform-translate-x)) translateY(var(--transform-translate-y)) rotate(var(--transform-rotate)) skewX(var(--transform-skew-x)) skewY(var(--transform-skew-y)) scaleX(var(--transform-scale-x)) scaleY(var(--transform-scale-y));
    --transform-translate-x: -2.5rem
}

@media (min-width:768px) {
    .service-template-hero .quote:before {
        --transform-translate-x: -4rem;
        width: 48px;
        height: 42px
    }
}

#hero-testimonials {
    background-position: 50% 36%
}

#hero-testimonials h1 {
    --text-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--text-opacity));
    margin-bottom: 0
}

@media (min-width:768px) {
    #hero-testimonials {
        text-align: left
    }
    #hero-testimonials h1 {
        --text-opacity: 1;
        color: #fff;
        color: rgba(255, 255, 255, var(--text-opacity));
        --text-opacity: 0.75;
        max-width: 475px
    }
}

.button-ghost,
.button-solid {
    position: relative;
    text-decoration: none;
    border-width: 0;
    cursor: pointer;
    transition-property: all;
    transition-duration: .3s;
    transition-timing-function: linear
}

.button-ghost:focus,
.button-solid:focus {
    outline: 2px solid transparent;
    outline-offset: 2px
}

.button-ghost,
.button-solid {
    display: inline-flex;
    align-items: center;
    min-width: 10rem
}

.button-ghost:disabled,
.button-solid:disabled {
    opacity: .3;
    pointer-events: none
}

.button-solid {
    position: relative;
    --bg-opacity: 1;
    background-color: #000;
    background-color: rgba(0, 0, 0, var(--bg-opacity));
    --text-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--text-opacity));
    text-align: center;
    padding: .75rem 1.5rem;
    justify-content: center;
    border: 1px solid transparent;
    overflow: hidden
}

.button-solid .text {
    display: block;
    opacity: 1;
    transition: opacity .25s cubic-bezier(.33, 0, .67, 1) .1s, transform .35s cubic-bezier(.33, 0, 0, 1) .1s
}

.button-solid .text-hover {
    display: block;
    opacity: 0;
    position: absolute;
    transform: translateY(0px);
    transition: opacity .25s cubic-bezier(.33, 0, .67, 1) 0s, transform .35s cubic-bezier(.33, 0, 0, 1) 0s
}

.button-solid:hover {
    --bg-opacity: 1;
    background-color: #fff;
    background-color: rgba(255, 255, 255, var(--bg-opacity));
    --text-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--text-opacity));
    --border-opacity: 1;
    border-color: #000;
    border-color: rgba(0, 0, 0, var(--border-opacity))
}

.button-solid:hover .text {
    opacity: 0;
    transform: translateY(-42px);
    transition: opacity .25s cubic-bezier(.33, 0, .67, 1) 0s, transform .35s cubic-bezier(.33, 0, 0, 1) 0s
}

.button-solid:hover .text-hover {
    opacity: 1;
    transform: translateY(0);
    transition: opacity .25s cubic-bezier(.33, 0, .67, 1) .1s, transform .35s cubic-bezier(.33, 0, 0, 1) .1s
}

.button-solid:active,
.button-solid:focus {
    --bg-opacity: 1;
    background-color: #fff;
    background-color: rgba(255, 255, 255, var(--bg-opacity));
    border-color: #000;
    border-color: rgba(0, 0, 0, var(--border-opacity))
}

.button-ghost,
.button-solid:active,
.button-solid:focus {
    --text-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--text-opacity));
    --border-opacity: 1
}

.button-ghost {
    border: 1px solid #000;
    border-color: rgba(0, 0, 0, var(--border-opacity));
    text-align: center;
    padding: .75rem 1.5rem;
    justify-content: center;
    overflow: hidden
}

.button-ghost .text {
    display: block;
    opacity: 1;
    transition: opacity .25s cubic-bezier(.33, 0, .67, 1) .1s, transform .35s cubic-bezier(.33, 0, 0, 1) .1s
}

.button-ghost .text-hover {
    display: block;
    opacity: 0;
    position: absolute;
    transform: translateY(0px);
    transition: opacity .25s cubic-bezier(.33, 0, .67, 1) 0s, transform .35s cubic-bezier(.33, 0, 0, 1) 0s
}

.button-ghost:hover {
    --bg-opacity: 1;
    background-color: #000;
    background-color: rgba(0, 0, 0, var(--bg-opacity));
    --text-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--text-opacity))
}

.button-ghost:hover .text {
    opacity: 0;
    transform: translateY(-42px);
    transition: opacity .25s cubic-bezier(.33, 0, .67, 1) 0s, transform .35s cubic-bezier(.33, 0, 0, 1) 0s
}

.button-ghost:hover .text-hover {
    opacity: 1;
    transform: translateY(0);
    transition: opacity .25s cubic-bezier(.33, 0, .67, 1) .1s, transform .35s cubic-bezier(.33, 0, 0, 1) .1s
}

.button-ghost:active,
.button-ghost:focus {
    --bg-opacity: 1;
    background-color: #000;
    background-color: rgba(0, 0, 0, var(--bg-opacity));
    --text-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--text-opacity))
}

.button-underline {
    position: relative;
    --text-opacity: 1;
    color: #080808;
    color: rgba(8, 8, 8, var(--text-opacity));
    font-weight: 500;
    padding-bottom: .25rem;
    text-decoration: none
}

.button-underline:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: auto;
    height: 1px;
    width: 100%;
    --bg-opacity: 1;
    background-color: #000;
    background-color: rgba(0, 0, 0, var(--bg-opacity));
    transition-property: all;
    transition-duration: .3s;
    transition-timing-function: linear
}

.button-underline:active,
.button-underline:focus,
.button-underline:hover {
    --text-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--text-opacity))
}

.button-underline:active:after,
.button-underline:focus:after,
.button-underline:hover:after {
    width: 0;
    left: auto;
    right: 0
}

.button-underline.is-white {
    --text-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--text-opacity))
}

.button-underline.is-white:after {
    content: "";
    --bg-opacity: 1;
    background-color: #fff;
    background-color: rgba(255, 255, 255, var(--bg-opacity))
}

.modal.is-open {
    display: block
}

.modal[aria-hidden=false] .overlay {
    -webkit-animation: mmfadeIn .5s cubic-bezier(0, 0, .2, 1);
    animation: mmfadeIn .5s cubic-bezier(0, 0, .2, 1)
}

.modal[aria-hidden=false] .content-wrapper {
    -webkit-animation: mmslideInRight .5s cubic-bezier(0, 0, .2, 1);
    animation: mmslideInRight .5s cubic-bezier(0, 0, .2, 1)
}

.modal[aria-hidden=true] .overlay {
    -webkit-animation: mmfadeOut .5s cubic-bezier(0, 0, .2, 1);
    animation: mmfadeOut .5s cubic-bezier(0, 0, .2, 1)
}

.modal[aria-hidden=true] .content-wrapper {
    -webkit-animation: mmslideOutRight .5s cubic-bezier(0, 0, .2, 1);
    animation: mmslideOutRight .5s cubic-bezier(0, 0, .2, 1)
}

.modal.pop-up[aria-hidden=false] .content-wrapper {
    -webkit-animation: mmpopUp .5s cubic-bezier(0, 0, .2, 1);
    animation: mmpopUp .5s cubic-bezier(0, 0, .2, 1)
}

.modal.pop-up[aria-hidden=true] .content-wrapper {
    -webkit-animation: mmpopOut .5s cubic-bezier(0, 0, .2, 1);
    animation: mmpopOut .5s cubic-bezier(0, 0, .2, 1)
}

.modal.slide-in-left[aria-hidden=false] .content-wrapper {
    -webkit-animation: mmslideInLeft .5s cubic-bezier(0, 0, .2, 1);
    animation: mmslideInLeft .5s cubic-bezier(0, 0, .2, 1)
}

.modal.slide-in-left[aria-hidden=true] .content-wrapper {
    -webkit-animation: mmslideOutLeft .5s cubic-bezier(0, 0, .2, 1);
    animation: mmslideOutLeft .5s cubic-bezier(0, 0, .2, 1)
}

.modal .content-wrapper,
.modal .overlay {
    will-change: transform
}

@-webkit-keyframes mmfadeIn {
    0% {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

@keyframes mmfadeIn {
    0% {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

@-webkit-keyframes mmfadeOut {
    0% {
        opacity: 1
    }
    to {
        opacity: 0
    }
}

@keyframes mmfadeOut {
    0% {
        opacity: 1
    }
    to {
        opacity: 0
    }
}

@-webkit-keyframes mmslideInRight {
    0% {
        transform: translateX(100%)
    }
    to {
        transform: translateX(0)
    }
}

@keyframes mmslideInRight {
    0% {
        transform: translateX(100%)
    }
    to {
        transform: translateX(0)
    }
}

@-webkit-keyframes mmslideOutRight {
    0% {
        transform: translateX(0)
    }
    to {
        transform: translateX(100%)
    }
}

@keyframes mmslideOutRight {
    0% {
        transform: translateX(0)
    }
    to {
        transform: translateX(100%)
    }
}

@-webkit-keyframes mmslideInLeft {
    0% {
        transform: translateX(-100%)
    }
    to {
        transform: translateX(0)
    }
}

@keyframes mmslideInLeft {
    0% {
        transform: translateX(-100%)
    }
    to {
        transform: translateX(0)
    }
}

@-webkit-keyframes mmslideOutLeft {
    0% {
        transform: translateX(0)
    }
    to {
        transform: translateX(-100%)
    }
}

@keyframes mmslideOutLeft {
    0% {
        transform: translateX(0)
    }
    to {
        transform: translateX(-100%)
    }
}

@-webkit-keyframes mmpopUp {
    0% {
        transform: scale(0)
    }
    to {
        transform: scale(1)
    }
}

@keyframes mmpopUp {
    0% {
        transform: scale(0)
    }
    to {
        transform: scale(1)
    }
}

@-webkit-keyframes mmpopOut {
    0% {
        transform: scale(1)
    }
    to {
        transform: scale(0)
    }
}

@keyframes mmpopOut {
    0% {
        transform: scale(1)
    }
    to {
        transform: scale(0)
    }
}

.accordion .accordion-inner {
    padding-top: 1.5rem;
    padding-bottom: .5rem;
    padding-left: 2rem;
    overflow: hidden;
    display: none
}

.accordion .accordion-inner p:last-child {
    margin-bottom: 0
}

.accordion>li {
    --border-opacity: 1;
    border-color: #ddd;
    border-bottom: 1px;
    border-color: rgba(221, 221, 221, var(--border-opacity));
    border-style: solid;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem
}

.accordion>li .accordion-title {
    font-size: 1.25rem;
    --text-opacity: 1;
    color: #080808;
    color: rgba(8, 8, 8, var(--text-opacity));
    font-weight: 500;
    text-decoration: none;
    display: flex;
    align-items: center
}

.accordion>li .accordion-title:before {
    content: "\F067";
    font-family: Font Awesome\ 5 Pro;
    --text-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--text-opacity));
    font-size: 1.125rem;
    font-weight: 100;
    margin-right: 1.25rem;
    transition-property: all;
    transition-duration: .3s;
    transition-timing-function: linear
}

.accordion>li .accordion-title.is-active:before {
    content: "\F068"
}

@media (min-width:768px) {
    .accordion>li {
        padding-top: 2rem;
        padding-bottom: 2rem
    }
    .accordion>li .accordion-title {
        font-size: 1.25rem
    }
    .accordion>li .accordion-title:after {
        font-size: 1.5rem
    }
}

.accordion.guide .accordion-inner {
    padding-top: .75rem;
    padding-bottom: 0
}

.accordion.guide>li {
    padding-top: 1rem;
    padding-bottom: 1rem
}

@media (min-width:768px) {
    .accordion.guide>li {
        padding-top: 1.25rem;
        padding-bottom: 1.25rem
    }
}

.tab-group {
    display: flex;
    justify-content: center;
    margin: 0;
    padding: 0
}

.tab-group li a {
    position: relative;
    display: inline-block;
    text-decoration: none;
    font-size: 1.125rem;
    --text-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--text-opacity));
    --text-opacity: 0.3;
    font-weight: 500;
    padding-bottom: .25rem
}

.tab-group li a,
.tab-group li a:after {
    transition-property: all;
    transition-duration: .3s;
    transition-timing-function: linear
}

.tab-group li a:after {
    content: "";
    --bg-opacity: 1;
    background-color: #080808;
    background-color: rgba(8, 8, 8, var(--bg-opacity));
    position: absolute;
    bottom: 0;
    left: auto;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    width: 0;
    height: 2px
}

.tab-group li.active a {
    color: #080808;
    color: rgba(8, 8, 8, var(--text-opacity));
    --text-opacity: 1
}

.tab-group li.active a:after {
    width: 100%;
    left: 0;
    right: auto
}

@media (min-width:768px) {
    .tab-group li a {
        font-size: 1.25rem
    }
}

.tab-group.day-of-week li a {
    font-size: 1rem
}

@media (min-width:768px) {
    .tab-group.day-of-week li a {
        font-size: 1.125rem
    }
}

.tab-group.primary li {
    background-color: transparent;
    --border-opacity: 1;
    border: 1px solid #fea88a;
    border-color: rgba(254, 168, 138, var(--border-opacity));
    border-radius: .1875rem;
    transition-property: all;
    transition-duration: .3s;
    transition-timing-function: linear
}

.tab-group.primary li a {
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    --text-opacity: 1;
    color: #fea88a;
    color: rgba(254, 168, 138, var(--text-opacity));
    font-size: .875rem;
    font-weight: 400;
    padding: .5rem
}

.tab-group.primary li a:after {
    display: none
}

@media (min-width:768px) {
    .tab-group.primary li a {
        flex-direction: row;
        padding: 1rem;
        font-size: .9375rem
    }
}

.tab-group.primary li svg {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: .25rem
}

.tab-group.primary li svg path,
.tab-group.primary li svg rect {
    fill: currentColor
}

.tab-group.primary li svg circle,
.tab-group.primary li svg path,
.tab-group.primary li svg rect {
    --text-opacity: 1;
    color: #fea88a;
    color: rgba(254, 168, 138, var(--text-opacity));
    transition-property: all;
    transition-duration: .3s;
    transition-timing-function: linear
}

.tab-group.primary li svg circle {
    stroke: currentColor
}

@media (min-width:768px) {
    .tab-group.primary li svg {
        margin-left: 0;
        margin-right: .5rem;
        margin-bottom: 0
    }
}

.tab-group.primary li.active {
    --bg-opacity: 1;
    background-color: #fea88a;
    background-color: rgba(254, 168, 138, var(--bg-opacity))
}

.tab-group.primary li.active a {
    --text-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--text-opacity))
}

.tab-group.primary li.active svg path,
.tab-group.primary li.active svg rect {
    fill: currentColor;
    --text-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--text-opacity))
}

.tab-group.primary li.active svg circle {
    stroke: currentColor;
    --text-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--text-opacity))
}

.tab-content>div:not(:first-child) {
    display: none
}

.tab-content.my-ebs-week .cell:not(:first-child) {
    padding-top: 1rem;
    --border-opacity: 1;
    border-color: #000;
    border-color: rgba(0, 0, 0, var(--border-opacity));
    border-top: 1px rgba(0, 0, 0, var(--border-opacity));
    border-style: solid;
    --border-opacity: 0.2
}

@media (min-width:768px) {
    .tab-content.my-ebs-week .cell:not(:first-child) {
        padding-top: 2rem
    }
}

.tab-content.my-ebs-week .wysiwyg p {
    font-size: .875rem
}

@media (min-width:768px) {
    .tab-content.my-ebs-week .wysiwyg p {
        font-size: 1rem
    }
}

.tab-content.my-ebs-week .wysiwyg a {
    --text-opacity: 1;
    color: #fea88a;
    color: rgba(254, 168, 138, var(--text-opacity))
}

.tab-content.my-ebs-week .wysiwyg * {
    margin-bottom: 0
}

.tab-content.shopping-list>div:not(:first-child) {
    display: block
}

@media (min-width:768px) {
    .tab-content.shopping-list>div:not(:first-child) {
        display: none
    }
}

.alm-filter fieldset label:not(:last-child) {
    margin-right: 1.5rem
}

.alm-filter input[type=radio]+span:after {
    content: "";
    --bg-opacity: 1;
    background-color: #080808;
    background-color: rgba(8, 8, 8, var(--bg-opacity));
    position: absolute;
    bottom: 0;
    left: auto;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    width: 0;
    height: 2px;
    transition-property: all;
    transition-duration: .3s;
    transition-timing-function: linear
}

.alm-filter input[type=radio]:checked+span {
    --text-opacity: 1
}

.alm-filter input[type=radio]:checked+span:after {
    width: 100%;
    left: 0;
    right: auto
}

#recipe-filters .alm-filter--item {
    width: 100%
}

.alm-filter--item {
    --text-opacity: 1;
    color: #080808;
    color: rgba(8, 8, 8, var(--text-opacity));
    --border-opacity: 1;
    border: 1px solid #ddd;
    border-color: rgba(221, 221, 221, var(--border-opacity));
    padding: .75rem 2.5rem .75rem .75rem;
    min-width: 150px;
    width: 100%
}

input:-webkit-autofill:active,
input:-webkit-autofill:focus,
input:-webkit-autofill:hover,
textarea:-webkit-autofill:active,
textarea:-webkit-autofill:focus,
textarea:-webkit-autofill:hover {
    -webkit-transition: background-color 9999s ease-in-out 0s !important;
    transition: background-color 9999s ease-in-out 0s !important
}

.gform_wrapper {
    margin: 0 !important
}

.gform_wrapper input,
.gform_wrapper select,
.gform_wrapper textarea {
    --text-opacity: 1 !important;
    color: #080808 !important;
    color: rgba(8, 8, 8, var(--text-opacity)) !important;
    background-color: transparent !important;
    line-height: 1rem !important;
    width: 100% !important;
    --border-opacity: 1 !important;
    border: 1px solid grey !important;
    border-color: rgba(128, 128, 128, var(--border-opacity)) !important;
    border-radius: .1875rem !important;
    padding: .75rem 1.5rem !important
}

.gform_wrapper input:active,
.gform_wrapper input:focus,
.gform_wrapper input:hover,
.gform_wrapper select:active,
.gform_wrapper select:focus,
.gform_wrapper select:hover,
.gform_wrapper textarea:active,
.gform_wrapper textarea:focus,
.gform_wrapper textarea:hover {
    outline: 2px solid transparent !important;
    outline-offset: 2px !important
}

.gform_wrapper input::-moz-placeholder,
.gform_wrapper select::-moz-placeholder,
.gform_wrapper textarea::-moz-placeholder {
    --text-opacity: 1;
    color: #666;
    color: rgba(102, 102, 102, var(--text-opacity));
    --text-opacity: 0.6
}

.gform_wrapper input:-ms-input-placeholder,
.gform_wrapper select:-ms-input-placeholder,
.gform_wrapper textarea:-ms-input-placeholder {
    --text-opacity: 1;
    color: #666;
    color: rgba(102, 102, 102, var(--text-opacity));
    --text-opacity: 0.6
}

.gform_wrapper input::placeholder,
.gform_wrapper select::placeholder,
.gform_wrapper textarea::placeholder {
    --text-opacity: 1;
    color: #666;
    color: rgba(102, 102, 102, var(--text-opacity));
    --text-opacity: 0.6
}

.gform_wrapper select {
    height: 3.5rem
}

.gform_wrapper .gfield_checkbox li,
.gform_wrapper .gfield_radio li {
    display: block !important;
    margin: 0 0 .5rem !important
}

.gform_wrapper .gfield_checkbox input,
.gform_wrapper .gfield_radio input {
    position: relative;
    top: 0;
    margin-right: 3rem
}

.gform_wrapper .gfield_checkbox label,
.gform_wrapper .gfield_radio label {
    font-weight: 400 !important
}

.gform_wrapper .gfield_radio {
    margin-bottom: 0 !important
}

.gform_wrapper .gfield_radio li input[type=radio] {
    margin-top: 0 !important
}

.gform_wrapper .gfield_radio li label {
    width: auto !important
}

.gform_wrapper .gfield_label {
    --text-opacity: 1 !important;
    color: #080808 !important;
    color: rgba(8, 8, 8, var(--text-opacity)) !important;
    font-weight: 400 !important;
    font-size: .875rem !important;
    line-height: 1.5 !important;
    font-weight: 600 !important
}

.gform_wrapper .gfield {
    margin-top: 1.25rem !important
}

.gform_wrapper .no-label .gfield_label {
    display: none !important
}

.gform_wrapper .gform_footer {
    padding: 0 !important;
    margin: .5rem 0 !important
}

.gform_wrapper .gform_ajax_spinner,
.gform_wrapper .validation_error {
    display: none
}

.gform_wrapper .gfield_required {
    display: none !important;
    --text-opacity: 1 !important;
    color: #e53e3e !important;
    color: rgba(229, 62, 62, var(--text-opacity)) !important
}

.gform_wrapper .gfield_error {
    border-style: none !important;
    background-color: transparent !important;
    padding: 0 !important;
    margin: 0 !important;
    width: 100% !important
}

.gform_wrapper .gfield_error input,
.gform_wrapper .gfield_error select,
.gform_wrapper .gfield_error textarea {
    --border-opacity: 1 !important;
    border: 2px solid #e53e3e !important;
    border-color: rgba(229, 62, 62, var(--border-opacity)) !important
}

.gform_wrapper .gfield_error .gfield_checkbox,
.gform_wrapper .gfield_error .gfield_label,
.gform_wrapper .gfield_error .gfield_radio,
.gform_wrapper .gfield_error .ginput_complex.ginput_container label {
    --text-opacity: 1 !important;
    color: #080808 !important;
    color: rgba(8, 8, 8, var(--text-opacity)) !important
}

.gform_wrapper .validation_message {
    --text-opacity: 1 !important;
    color: #e53e3e !important;
    color: rgba(229, 62, 62, var(--text-opacity)) !important;
    padding: 0 !important
}

.gform_wrapper.gform_validation_error .gf_left_half,
.gform_wrapper.gform_validation_error .gf_right_half {
    max-width: 100% !important;
    padding-right: 1rem !important
}

#gform_confirmation_wrapper_1 {
    text-align: center !important
}

#gform_2 .gform_footer {
    margin-top: 2rem !important
}

#gform_1 {
    position: relative;
    display: flex;
    max-width: 28rem;
    margin-left: auto;
    margin-right: auto
}

#gform_1 .gform_body {
    width: 100% !important
}

#gform_1 .gform_body li {
    max-width: 100% !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important
}

#gform_1 .gform_body li input {
    height: 3.5rem !important;
    background-color: transparent !important;
    --border-opacity: 1 !important;
    border-color: #ddd !important;
    border-color: rgba(221, 221, 221, var(--border-opacity)) !important;
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important
}

#gform_1 .gform_body .ginput_container {
    margin-top: 0 !important
}

#gform_1 .gform_footer {
    position: absolute !important;
    right: 0 !important;
    height: 3.5rem !important;
    width: 3.5rem !important;
    display: flex !important;
    justify-content: flex-end !important;
    --transform-translate-x: 0 !important;
    --transform-translate-y: 0 !important;
    --transform-rotate: 0 !important;
    --transform-skew-x: 0 !important;
    --transform-skew-y: 0 !important;
    --transform-scale-x: 1 !important;
    --transform-scale-y: 1 !important;
    transform: translateX(var(--transform-translate-x)) translateY(var(--transform-translate-y)) rotate(var(--transform-rotate)) skewX(var(--transform-skew-x)) skewY(var(--transform-skew-y)) scaleX(var(--transform-scale-x)) scaleY(var(--transform-scale-y)) !important;
    --transform-translate-y: -0.5rem !important
}

#gform_1 .gform_footer button {
    height: 3.5rem;
    width: 3.5rem;
    --bg-opacity: 1;
    background-color: #000;
    background-color: rgba(0, 0, 0, var(--bg-opacity));
    --text-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--text-opacity));
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.25rem
}

#gform_6 {
    position: relative;
    display: flex;
    max-width: 28rem;
    margin-left: auto;
    margin-right: auto
}

#gform_6 .gform_body {
    width: 100% !important
}

#gform_6 .gform_body li {
    max-width: 100% !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important
}

#gform_6 .gform_body li input {
    height: 3.5rem !important;
    background-color: transparent !important;
    --border-opacity: 1 !important;
    border-color: #ddd !important;
    border-color: rgba(221, 221, 221, var(--border-opacity)) !important;
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important
}

#gform_6 .gform_body .ginput_container {
    margin-top: 0 !important
}

#gform_6 .gform_footer {
    position: absolute !important;
    right: 0 !important;
    height: 3.5rem !important;
    width: 3.5rem !important;
    display: flex !important;
    justify-content: flex-end !important;
    --transform-translate-x: 0 !important;
    --transform-translate-y: 0 !important;
    --transform-rotate: 0 !important;
    --transform-skew-x: 0 !important;
    --transform-skew-y: 0 !important;
    --transform-scale-x: 1 !important;
    --transform-scale-y: 1 !important;
    transform: translateX(var(--transform-translate-x)) translateY(var(--transform-translate-y)) rotate(var(--transform-rotate)) skewX(var(--transform-skew-x)) skewY(var(--transform-skew-y)) scaleX(var(--transform-scale-x)) scaleY(var(--transform-scale-y)) !important;
    --transform-translate-y: -0.5rem !important
}

#gform_6 .gform_footer button {
    height: 3.5rem;
    width: 3.5rem;
    --bg-opacity: 1;
    background-color: #000;
    background-color: rgba(0, 0, 0, var(--bg-opacity));
    --text-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--text-opacity));
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.25rem
}

.gchoice_select_all,
.gfield_checkbox li input[type=checkbox]:checked+label,
.gfield_radio li input[type=radio]:checked+label {
    font-weight: 400 !important
}

.gfield_checkbox li {
    width: 100%
}

.gfield_checkbox li input {
    margin: 0 0 0 .25rem !important
}

#gform_wrapper_0 .gform_wrapper .gfield {
    margin-top: 1.5rem !important
}

#gform_wrapper_0 .gform_footer {
    margin-top: 2rem !important
}

.gf_login_links {
    position: absolute;
    right: 0;
    bottom: 0;
    margin-bottom: 7rem;
    --transform-translate-x: 0;
    --transform-translate-y: 0;
    --transform-rotate: 0;
    --transform-skew-x: 0;
    --transform-skew-y: 0;
    --transform-scale-x: 1;
    --transform-scale-y: 1;
    transform: translateX(var(--transform-translate-x)) translateY(var(--transform-translate-y)) rotate(var(--transform-rotate)) skewX(var(--transform-skew-x)) skewY(var(--transform-skew-y)) scaleX(var(--transform-scale-x)) scaleY(var(--transform-scale-y));
    --transform-translate-y: -0.25rem
}

.gf_login_links a {
    text-decoration: none
}

@media (min-width:768px) {
    .gf_login_links {
        margin-bottom: 5rem
    }
}

.gfield_radio li[class^=gchoice] label {
    font-size: 1rem !important;
    margin-bottom: .25rem !important;
    margin-left: 2rem !important
}

.gfield_radio li[class^=gchoice] label:after,
.gfield_radio li[class^=gchoice] label:before {
    content: "";
    position: absolute
}

.gfield_radio li[class^=gchoice] label:after {
    --bg-opacity: 1;
    background-color: #fff;
    background-color: rgba(255, 255, 255, var(--bg-opacity));
    left: 0;
    width: 1.25rem;
    height: 1.25rem;
    display: inline-block;
    --border-opacity: 1;
    border: 1px solid grey;
    border-color: rgba(128, 128, 128, var(--border-opacity));
    border-radius: 9999px
}

.gfield_radio li[class^=gchoice] input[type=radio] {
    display: none !important
}

.gfield_radio li[class^=gchoice] input[type=radio]:checked+label:before {
    --bg-opacity: 1;
    background-color: #fea88a;
    background-color: rgba(254, 168, 138, var(--bg-opacity));
    left: 0;
    margin-left: .25rem;
    top: 0;
    margin-top: .5rem;
    width: .75rem;
    height: .75rem;
    border-radius: 9999px;
    z-index: 10
}

.gfield_checkbox li[class^=gchoice] label {
    font-size: 1rem !important;
    --text-opacity: 1 !important;
    color: #080808 !important;
    color: rgba(8, 8, 8, var(--text-opacity)) !important;
    margin-bottom: .25rem !important;
    margin-left: 2rem !important
}

.gfield_checkbox li[class^=gchoice] label:after,
.gfield_checkbox li[class^=gchoice] label:before {
    content: "";
    position: absolute
}

.gfield_checkbox li[class^=gchoice] label:after {
    --bg-opacity: 1;
    background-color: #fff;
    background-color: rgba(255, 255, 255, var(--bg-opacity));
    left: 0;
    width: 1.25rem;
    height: 1.25rem;
    display: inline-block;
    --border-opacity: 1;
    border: 1px solid grey;
    border-color: rgba(128, 128, 128, var(--border-opacity));
    border-radius: 9999px;
    transition-property: all;
    transition-duration: .3s;
    transition-timing-function: linear;
    width: 18px;
    height: 18px
}

.gfield_checkbox li[class^=gchoice] input[type=checkbox] {
    display: none !important
}

.gfield_checkbox li[class^=gchoice] input[type=checkbox]:checked+label:before {
    --bg-opacity: 1;
    background-color: #fff;
    background-color: rgba(255, 255, 255, var(--bg-opacity));
    left: 0;
    top: 0;
    width: .5rem;
    height: .5rem;
    border-radius: 9999px;
    z-index: 10;
    margin-left: 5px;
    margin-top: 5px
}

.gfield_checkbox li[class^=gchoice] input[type=checkbox]:checked+label:after {
    --bg-opacity: 1;
    background-color: #fea88a;
    background-color: rgba(254, 168, 138, var(--bg-opacity))
}

.gfield--type-remember_me .gfield_checkbox .gchoice.gchoice_3{
    display: flex;
    justify-content: flex-start;
}

.gfield--type-remember_me.gfield input {
    width: auto !important;
    margin-right: 1rem;
}

.slick-slider {
    margin-bottom: 0 !important
}

.slick-slider>div {
    display: none
}

.slick-slider.slick-initialized>div,
.slick-slider>div:first-child {
    display: block
}

.slick-slider .slick-slide {
    outline: 2px solid transparent;
    outline-offset: 2px
}

.testimonial-slider .slick-arrow {
    display: flex !important;
    font-size: 1.875rem;
    --text-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--text-opacity));
    align-items: center;
    justify-content: center;
    border-radius: 9999px;
    margin-top: -4rem;
    text-decoration: none;
    transition-property: all;
    transition-duration: .3s;
    transition-timing-function: linear;
    z-index: 10
}

.testimonial-slider .slick-arrow:before {
    display: none
}

.testimonial-slider .slick-prev {
    left: 0
}

.testimonial-slider .slick-next {
    right: 0
}

.testimonial-slider .slick-dots {
    position: relative;
    bottom: 0;
    margin-top: 1.5rem;
    display: none !important;
}

.testimonial-slider .slick-dots li {
    width: .75rem;
    height: .75rem;
    margin-left: .25rem;
    margin-right: .25rem
}

.testimonial-slider .slick-dots li button {
    --bg-opacity: 1;
    background-color: #000;
    background-color: rgba(0, 0, 0, var(--bg-opacity));
    --bg-opacity: 0.1;
    width: .75rem;
    height: .75rem;
    padding: 0;
    transition-property: all;
    transition-duration: .3s;
    transition-timing-function: linear
}

.testimonial-slider .slick-dots li button:before {
    display: none
}

.testimonial-slider .slick-dots li.slick-active button {
    --bg-opacity: 1
}

@media (min-width:768px) {
    .testimonial-slider .slick-dots {
        margin-top: 3.5rem
    }
}

#member-welcome-slider-dots .slick-dots {
    position: relative;
    bottom: 0;
    margin-top: 1rem
}

#member-welcome-slider-dots .slick-dots li {
    width: .75rem;
    height: .75rem;
    margin-left: .25rem;
    margin-right: .25rem
}

#member-welcome-slider-dots .slick-dots li button {
    --bg-opacity: 1;
    background-color: #fea88a;
    background-color: rgba(254, 168, 138, var(--bg-opacity));
    --bg-opacity: 0.2;
    width: .75rem;
    height: .75rem;
    padding: 0;
    border-radius: 9999px;
    transition-property: all;
    transition-duration: .3s;
    transition-timing-function: linear
}

#member-welcome-slider-dots .slick-dots li button:before {
    display: none
}

#member-welcome-slider-dots .slick-dots li.slick-active button {
    --bg-opacity: 1
}

@media (min-width:768px) {
    #member-welcome-slider-dots .slick-dots {
        margin-top: 1.25rem
    }
}

.is-form-style.is-form-style-3 label {
    width: 100% !important
}

.is-form-style input.is-search-input {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
    font-size: 1rem !important;
    border-style: none !important;
    --bg-opacity: 1 !important;
    background-color: #fff !important;
    background-color: rgba(255, 255, 255, var(--bg-opacity)) !important;
    height: 52px
}

.is-form-style .is-search-submit {
    width: 3.5rem !important;
    background-color: transparent !important;
    margin-left: -3.5rem !important;
    position: relative !important;
    height: 52px
}

.is-form-style .is-search-icon {
    background-color: transparent !important;
    border-style: none !important
}

.is-form-style .is-search-icon svg {
    width: 1.75rem
}

.is-form-style .is-search-icon svg * {
    fill: #000
}

.is-form-style .is-loader-image {
    right: 0;
    padding-left: 6rem
}

.is-ajax-search-details,
.is-ajax-search-post,
.is-ajax-search-result {
    --bg-opacity: 1 !important;
    background-color: #fff !important;
    background-color: rgba(255, 255, 255, var(--bg-opacity)) !important;
    --border-opacity: 1 !important;
    border-color: #ddd !important;
    border-color: rgba(221, 221, 221, var(--border-opacity)) !important
}

.is-ajax-search-details,
.is-ajax-search-result {
    --text-opacity: 1 !important;
    color: #7a7a7a !important;
    color: rgba(122, 122, 122, var(--text-opacity)) !important;
    box-shadow: 0 2px 40px 0 rgba(0, 0, 0, .03) !important;
    border-top: 1px rgba(221, 221, 221, var(--border-opacity)) !important;
    border-style: solid !important
}

.is-show-more-results {
    --bg-opacity: 1 !important;
    background-color: #000 !important;
    background-color: rgba(0, 0, 0, var(--bg-opacity)) !important;
    margin-top: 0 !important;
    height: 3rem !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important
}

.is-show-more-results:active,
.is-show-more-results:focus,
.is-show-more-results:hover {
    --bg-opacity: 1 !important;
    background-color: #fff !important;
    background-color: rgba(255, 255, 255, var(--bg-opacity)) !important
}

.is-show-more-results-text {
    padding: 1rem !important;
    font-size: 1rem !important;
    --text-opacity: 1 !important;
    color: #fff !important;
    color: rgba(255, 255, 255, var(--text-opacity)) !important;
    font-weight: 500 !important
}

.is-show-more-results-text span {
    font-size: 1rem !important
}

#main-navigation .global-member-search {
    height: 100px;
    box-shadow: 0 19px 29px 0 rgba(0, 0, 0, .06)
}

#main-navigation .global-member-search form,
#main-navigation .global-member-search form>label {
    height: 100%
}

#main-navigation .global-member-search form>label input {
    height: 100% !important;
    padding: 0 2.5% !important
}

@media (min-width:768px) {
    #main-navigation .global-member-search form>label input {
        font-size: 1.125rem !important;
        padding: 0 7.5% !important
    }
}

#main-navigation .global-member-search .is-search-submit {
    display: none !important
}

@media (min-width:768px) {
    #main-navigation .global-member-search {
        height: 120px
    }
}

.is-ajax-search-result a {
    --text-opacity: 1 !important;
    color: #080808 !important;
    color: rgba(8, 8, 8, var(--text-opacity)) !important
}

.addtoany_list {
    display: flex
}

.a2a_svg {
    width: 2rem !important;
    height: 2rem !important;
    --bg-opacity: 1 !important;
    background-color: #000 !important;
    background-color: rgba(0, 0, 0, var(--bg-opacity)) !important;
    border-radius: 9999px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important
}

.a2a_svg svg {
    width: 1.25rem !important
}

.a2a_svg svg * {
    fill: #fff
}

.a2a_kit a {
    padding: 0 !important;
    transition-property: all !important;
    transition-duration: .3s !important;
    transition-timing-function: linear !important
}

.a2a_kit a:not(:last-child) {
    margin-right: 1rem
}

.a2a_kit a path,
.a2a_kit a span {
    transition-property: all;
    transition-duration: .3s;
    transition-timing-function: linear
}

.a2a_kit a:hover span {
    opacity: 1
}

.alm-paging {
    display: flex;
    justify-content: flex-end
}

.alm-paging li.disabled a,
.alm-paging li.disabled span {
    background-color: transparent
}

.alm-paging a {
    --text-opacity: 1;
    color: #080808;
    color: rgba(8, 8, 8, var(--text-opacity));
    font-weight: 700;
    text-decoration: none;
    border-radius: 9999px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    width: 2rem;
    height: 2rem
}

ul.alm-paging span {
    --text-opacity: 1;
    color: #080808;
    color: rgba(8, 8, 8, var(--text-opacity));
    font-weight: 700;
    text-decoration: none;
    border-radius: 9999px;
    width: 2rem;
    height: 2rem
}

.alm-paging a:hover,
ul.alm-paging span:hover {
    --text-opacity: 1;
    color: #fea88a;
    color: rgba(254, 168, 138, var(--text-opacity))
}

.alm-paging .next,
.alm-paging .prev {
    width: auto
}

.alm-paging .active a {
    --bg-opacity: 1;
    background-color: #f7f7f7 !important;
    background-color: rgba(247, 247, 247, var(--bg-opacity)) !important;
    pointer-events: none;
    border-radius: 99999px
}

.woocommerce-Price-amount {
    --text-opacity: 1;
    color: #080808;
    color: rgba(8, 8, 8, var(--text-opacity));
    font-weight: 400
}

#order_review_heading {
    display: none
}

#order_review:before {
    content: "Order Details";
    font-size: 1.125rem;
    --text-opacity: 1;
    color: #080808;
    color: rgba(8, 8, 8, var(--text-opacity));
    font-weight: 500;
    display: block
}

.woocommerce form .form-row {
    margin-bottom: 16px;
    display: flex;
    align-items: center;
    gap: 16px;
    flex-wrap: wrap;
}

.woocommerce form input,
.woocommerce form select,
.woocommerce form textarea {
    border: 1px solid rgba(0, 0, 0, .1);
    width: 100%;;
}

.woocommerce form fieldset {
    border: none;
    padding: 0
}

.woocommerce form fieldset legend {
    --text-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--text-opacity));
    font-weight: 500;
    margin-bottom: 1rem
}

.woocommerce form label {
    font-size: .875rem !important;
    font-weight: 700 !important;
    --text-opacity: 1 !important;
    color: #080808 !important;
    color: rgba(8, 8, 8, var(--text-opacity)) !important;
    margin-bottom: .25rem !important;
    flex: 0 0 150px;
}

.woocommerce .select2-container .select2-selection--single {
    height: auto;
    padding: 11px 6px;
    border: 1px solid rgba(0, 0, 0, .1)
}

.woocommerce .woocommerce-cart-form th {
    padding-bottom: 1.5rem !important
}

.woocommerce .woocommerce-cart-form th.product-price {
    text-align: right
}

.woocommerce .shop_table {
    border-style: none !important
}

.woocommerce .shop_table td {
    border-style: none;
    padding: 1.5rem .5rem !important
}

.woocommerce .shop_table td.actions {
    padding: 2.5rem 0 0 !important
}

.woocommerce .shop_table td.product-price {
    font-size: .875rem;
    --text-opacity: 1;
    color: #080808;
    color: rgba(8, 8, 8, var(--text-opacity));
    text-align: right
}

@media (min-width:768px) {
    .woocommerce .shop_table td.product-remove {
        width: 5%
    }
    .woocommerce .shop_table td.product-thumbnail {
        width: 10%
    }
    .woocommerce .shop_table td.product-name {
        width: 60%
    }
    .woocommerce .shop_table td.product-quantity {
        width: 10%
    }
    .woocommerce .shop_table td.product-price {
        width: 20%;
        font-size: 1rem
    }
}

.woocommerce .shop_table th {
    font-size: .875rem !important;
    text-transform: uppercase !important;
    font-weight: 400 !important;
    letter-spacing: .1em !important;
    --text-opacity: 1 !important;
    color: #080808 !important;
    color: rgba(8, 8, 8, var(--text-opacity)) !important;
    --text-opacity: 0.5 !important
}

.woocommerce .quantity .qty {
    height: 3rem;
    width: 3rem;
    border-style: none
}

.woocommerce .product-remove .remove {
    --text-opacity: 1 !important;
    color: #000 !important;
    color: rgba(0, 0, 0, var(--text-opacity)) !important;
    font-weight: 400 !important;
    font-size: 1.875rem !important
}

.woocommerce .product-remove .remove:hover {
    --bg-opacity: 1 !important;
    background-color: #fea88a !important;
    background-color: rgba(254, 168, 138, var(--bg-opacity)) !important
}

.woocommerce .product form.cart .variations select {
    width: auto !important;
    height: 50px;
    margin-bottom: 20px
}

.woocommerce .product form.cart .variations .label {
    padding-right: 0 !important
}

.woocommerce .cart_totals h2 {
    margin-bottom: 20px;
    font-size: 30px;
    font-weight: 600
}

.woocommerce-info,
.woocommerce-message {
    --border-opacity: 1 !important;
    border-color: #000 !important;
    border-color: rgba(0, 0, 0, var(--border-opacity)) !important;
    --bg-opacity: 1 !important;
    background-color: #fff !important;
    background-color: rgba(255, 255, 255, var(--bg-opacity)) !important
}

.woocommerce-info:before,
.woocommerce-message:before {
    --text-opacity: 1 !important;
    color: #080808 !important;
    color: rgba(8, 8, 8, var(--text-opacity)) !important
}

.wc_payment_method img {
    display: inline-block
}

.woocommerce-cart-form #coupon_code {
    width: 200px !important;
    height: 3rem;
    padding-left: 1rem;
    padding-right: 1rem;
    border-style: none
}

.checkout_coupon {
    margin: 0 !important;
    border-style: none !important
}

.wc_coupon_message_wrap {
    display: none !important
}

#add_payment_method #payment,
.woocommerce-cart #payment,
.woocommerce-checkout #payment {
    background-color: transparent !important
}

#add_payment_method #payment .payment_box,
.woocommerce-cart #payment .payment_box,
.woocommerce-checkout #payment .payment_box {
    background-color: transparent !important;
    padding-bottom: 0 !important;
    margin-bottom: 0 !important
}

#add_payment_method #payment .payment_box:before,
.about_paypal,
.select2-container--default .select2-search--dropdown .select2-search__field,
.woocommerce-cart #payment .payment_box:before,
.woocommerce-checkout #payment .payment_box:before {
    display: none !important
}

.select2-dropdown {
    --border-opacity: 1 !important;
    border: 1px solid #ddd !important;
    border-color: rgba(221, 221, 221, var(--border-opacity)) !important
}

.select2-container--default .select2-results__option--highlighted[aria-selected],
.select2-container--default .select2-results__option--highlighted[data-selected] {
    padding: 8px 16px
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 50px;
    top: 0;
    right: 10px
}

.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea {
    padding: 1rem !important
}

.account-details-wrapper {
    padding: 80px 0
}

.account-details-wrapper .woocommerce {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start
}

.woocommerce-account .woocommerce-MyAccount-content,
.woocommerce-account .woocommerce-MyAccount-navigation {
    float: none;
    width: 100%
}

.woocommerce-account .woocommerce-MyAccount-navigation .dashboard-links {
    list-style-type: none;
    padding: 0;
    margin: 0
}

.woocommerce-account .woocommerce-MyAccount-navigation li.is-active a {
    --bg-opacity: 1;
    background-color: #fff;
    background-color: rgba(255, 255, 255, var(--bg-opacity))
}

.woocommerce-account .woocommerce-MyAccount-navigation li:not(:last-child) {
    margin-bottom: .5rem
}

.woocommerce-account .woocommerce-MyAccount-navigation li a {
    display: block;
    font-weight: 500;
    --text-opacity: 1;
    color: #080808;
    color: rgba(8, 8, 8, var(--text-opacity));
    padding: .75rem 3rem;
    background-color: transparent;
    text-decoration: none;
    margin-bottom: 1rem;
    transition-property: all;
    transition-duration: .3s;
    transition-timing-function: linear
}

.woocommerce-account .woocommerce-MyAccount-navigation li a:hover {
    --bg-opacity: 1;
    background-color: #fff;
    background-color: rgba(255, 255, 255, var(--bg-opacity))
}

.woocommerce-page table.shop_table_responsive tr:nth-child(2n) td,
.woocommerce table.shop_table_responsive tr:nth-child(2n) td {
    background-color: inherit !important
}

.woocommerce-breadcrumb,
.woocommerce-message .button {
    display: none !important
}

.single-product .woocommerce-Price-amount {
    font-size: 32px
}

.single-product .related.products {
    clear: both;
    padding-top: 60px
}

.single-product .quantity {
    margin-right: 16px !important
}

.single-product .quantity .qty {
    height: 48px
}

.single-product .product_meta {
    display: none
}

.products .woocommerce-Price-amount {
    font-size: 24px
}

.woocommerce-loop-product__title {
    font-size: 20px !important;
    padding: 0 !important
}

.woocommerce-cart table.cart img,
.woocommerce-checkout table.cart img {
    width: 100px
}

.wc-tabs-wrapper {
    display: none
}

.woocommerce-ordering {
    margin-bottom: 30px !important
}

.woocommerce-ordering .orderby {
    height: 48px;
    padding: 10px
}

.woocommerce-MyAccount-navigation-link--woo-wallet a:before {
    display: none
}

.dataTables_wrapper .dataTables_filter input {
    margin-left: 16px;
    height: 48px;
    padding: 15px;
    text-align: center
}

.wpmenucart-contents .amount {
    margin-left: 5px
}

.wcs-switch-link.button {
    margin-left: 16px !important
}

.postid-30585 .on-woo-wallet-cashback,
.postid-30585 .related.products * {
    display: none
}

.postid-30585 .related.products {
    padding: 0 !important
}

.client_plan {
    padding: 16px !important;
    border: 1px solid #ddd !important;
    border-bottom: #ddd !important
}

#client_plans_wrapper {
    margin-top: 45px !important;
    border-bottom: 1px solid #ddd !important
}

#client_plans_wrapper .client_plan.update .btn:hover {
    border: none !important
}

#client_plans_wrapper .client_plan .btn_wrapper .btn {
    border-radius: 0 !important;
    font-size: 16px !important;
    min-width: 160px !important
}

#client_plans_wrapper br,
.client_plan.active,
.client_plans_more_info {
    display: none !important
}

.wc_payment_methods .wc_payment_method:not(:last-child) {
    margin-bottom: 20px !important
}

#order_review .shop_table {
    margin: 0
}

#order_review #payment {
    padding: 20px 0 5px
}

.woocommerce-cart .cart_totals .recurring-total,
.woocommerce-cart .cart_totals .recurring-totals {
    display: none
}

@media (min-width:768px) {
    form.woocommerce-checkout .woocommerce-NoticeGroup-checkout {
        grid-column: span 2/span 2
    }
}

form.woocommerce-checkout .woocommerce-NoticeGroup-checkout .woocommerce-error {
    --bg-opacity: 1;
    background-color: #ff0000;
    background-color: rgba(255, 30, 30, 0.15);
    color: #ff5151
}

.woocommerce-checkout-review-order {
    top: 120px
}

.woocommerce-checkout-review-order-table .product-name {
    width: 100%
}

.woocommerce-checkout-review-order-table .product-name img {
    width: 5rem
}

.woocommerce-checkout-review-order-table tfoot td:last-child {
    text-align: right
}

.woocommerce-checkout-review-order-table .cart-subtotal.recurring-total,
.woocommerce-checkout-review-order-table .recurring-totals {
    display: none
}

form.woocommerce-checkout .woocommerce-NoticeGroup-checkout .woocommerce-error {
    --bg-opacity: 1;
    background-color: #ff0000;
    background-color: rgba(255, 30, 30, 0.15);
    color: #ff5151
}

.woocommerce-error:before {
    --bg-opacity: 1;
    background-color: #ff0000;
    background-color: rgba(255, 30, 30, 0.15);
    color: #ff5151
}

.po-alert {
    text-align: left !important;
    --text-opacity: 1 !important;
    color: grey !important;
    color: rgba(128, 128, 128, var(--text-opacity)) !important;
    padding: 0 !important;
    font-size: 1rem !important;
    background-color: transparent !important
}

.client_plan .plan-type {
    --text-opacity: 1;
    color: #080808;
    color: rgba(8, 8, 8, var(--text-opacity))
}

.update-cart-button {
    transition-property: all;
    transition-duration: .3s;
    transition-timing-function: linear
}

.update-cart-button:disabled {
    opacity: 0;
    pointer-events: none
}

.gift-certificate.sc_info_box {
    background-color: transparent !important;
    margin: 0 0 2.5rem !important;
    padding: 0 0 2rem !important;
    --border-opacity: 1 !important;
    border-color: #ddd !important;
    border-bottom: 1px !important;
    border-color: rgba(221, 221, 221, var(--border-opacity)) !important;
    border-style: solid !important
}

.gift-certificate.sc_info_box h3 {
    font-size: 1.125rem !important;
    --text-opacity: 1 !important;
    color: #080808 !important;
    color: rgba(8, 8, 8, var(--text-opacity)) !important;
    font-weight: 500 !important;
    margin-bottom: 1rem !important
}

.gift-certificate.sc_info_box p {
    margin-bottom: 2rem !important
}

.gift-certificate.sc_info_box .show_hide_list,
.gift-certificate.sc_info_box .show_hide_list input {
    margin-left: 0 !important;
    margin-right: 0 !important
}

.gift-certificate.sc_info_box li:not(:last-child) {
    margin-bottom: .5rem !important
}

.gift-certificate-receiver-detail-form .form_table {
    width: 100% !important;
    border-style: none !important;
    padding: 0 !important;
    margin-top: 1.25rem !important
}

.gift-certificate-receiver-detail-form .form_table input,
.gift-certificate-receiver-detail-form .form_table textarea {
    padding: .75rem 1rem !important
}

.wc_sc_schedule_gift_sending_wrapper {
    margin-left: 0 !important;
    margin-top: 1rem !important
}

.wc-sc-toggle-check-text {
    display: inline-flex !important;
    justify-content: center !important;
    align-items: center !important;
    height: 1.25rem !important;
    width: 4.5rem !important
}

#coupons_list {
    margin-bottom: 2.5rem
}

#coupons_list h3 {
    font-size: 1.5rem;
    --text-opacity: 1;
    color: #080808;
    color: rgba(8, 8, 8, var(--text-opacity));
    font-weight: 500;
    margin-bottom: 1rem
}

.wc_sc_coupon_actions_wrapper {
    margin-bottom: 2.5rem !important;
    float: none !important;
    display: block !important
}

.client_plan .btn_wrapper {
    margin-bottom: 0 !important;
    margin-top: 1rem !important;
    float: none !important
}

#gsap-zoom-hero .headline {
    font-size: 4.5rem;
    line-height: 4.5rem
}

#gsap-zoom-hero .subheadline {
    font-size: 1.875rem;
    line-height: 2.625rem
}

@media (min-width:768px) {
    #gsap-zoom-hero .headline {
        font-size: 5.625rem;
        letter-spacing: -.055rem;
        line-height: 6.875rem
    }
    #gsap-zoom-hero .subheadline {
        font-size: 3rem;
        line-height: 4.25rem
    }
}

@media (min-width:768px) {
    .review-card {
        width: calc(50% - 2.5rem)
    }
}

.directions-list {
    counter-reset: decimal-counter
}

.directions-list li {
    display: flex;
    counter-increment: decimal-counter
}

.directions-list li:before {
    content: counter(decimal-counter);
    --text-opacity: 1;
    color: #080808;
    color: rgba(8, 8, 8, var(--text-opacity));
    font-weight: 700;
    margin-right: .75rem
}

@media (min-width:768px) {
    .directions-list li:before {
        margin-right: 1.5rem
    }
}

.select-wrapper {
    position: relative
}

.alm-filter--select:after {
    content: "\F078";
    font-family: Font Awesome\ 5 Pro;
    font-weight: 400;
    --text-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--text-opacity));
    font-size: 1rem;
    position: absolute;
    right: 0;
    top: 0;
    margin-top: .75rem;
    margin-right: .75rem
}

.alm-filter--select select {
    cursor: pointer;
    -webkit-appearance: inherit
}

.blog-content ol,
.blog-content p,
.blog-content ul {
    font-size: 1.125rem;
    line-height: 1.625
}

.blog-content b {
    font-weight: 700;
    --text-opacity: 1;
    color: #080808;
    color: rgba(8, 8, 8, var(--text-opacity))
}

.blog-content img {
    width: 100%
}

.blog-content img.aligncenter {
    margin-left: auto;
    margin-right: auto
}

@media (min-width:768px) {
    .blog-content ol,
    .blog-content p,
    .blog-content ul {
        font-size: 1.25rem;
        line-height: 1.625
    }
}

#comments,
#wpdcom {
    margin: 0 auto;
    padding: 0
}

#getting-started-tooltip {
    max-width: 225px
}

#getting-started-tooltip:before {
    content: "\F2EC";
    font-family: Font Awesome\ 5 Pro;
    font-weight: 700;
    --text-opacity: 1;
    color: #080808;
    color: rgba(8, 8, 8, var(--text-opacity));
    font-size: 1.5rem;
    position: absolute;
    right: 0;
    top: 0;
    margin-top: -1.25rem;
    margin-right: .5rem
}

@media (min-width:768px) {
    #getting-started-tooltip:before {
        margin-right: .5rem
    }
}

@media (min-width:1024px) {
    #getting-started-tooltip:before {
        margin-right: 1rem
    }
}

@media (min-width:1280px) {
    #getting-started-tooltip:before {
        margin-right: 2rem
    }
}

.snacks-content p {
    margin-bottom: 1.25rem
}

.snacks-content a {
    --text-opacity: 1;
    color: #fea88a;
    color: rgba(254, 168, 138, var(--text-opacity))
}

.snacks-content * {
    font-size: .875rem
}

@media (min-width:768px) {
    .snacks-content * {
        font-size: 1rem
    }
}

.snacks-content ol,
.snacks-content ul {
    margin-left: 1rem;
    margin-bottom: 1.5rem
}

.snacks-content ol li:not(:last-child),
.snacks-content ul li:not(:last-child) {
    margin-bottom: .25rem
}

.snacks-content ol ol,
.snacks-content ol ul,
.snacks-content ul ol,
.snacks-content ul ul {
    margin-top: 1.5rem
}

@media (min-width:768px) {
    .snacks-content ol,
    .snacks-content ul {
        margin-left: 1rem
    }
    .snacks-content ol li:not(:last-child),
    .snacks-content ul li:not(:last-child) {
        margin-bottom: .25rem
    }
}

.snacks-content ul {
    list-style-type: disc
}

.snacks-content ol {
    list-style-type: decimal
}

.sticky-scroll-navigation>a.active li {
    --bg-opacity: 1;
    background-color: #fea88a;
    background-color: rgba(254, 168, 138, var(--bg-opacity));
    --bg-opacity: 0.1
}

.space-y-1>:not(template)~:not(template) {
    --space-y-reverse: 0;
    margin-top: calc(0.25rem*(1 - var(--space-y-reverse)));
    margin-bottom: calc(0.25rem*var(--space-y-reverse))
}

.bg-transparent {
    background-color: transparent
}

.bg-black {
    --bg-opacity: 1;
    background-color: #000;
    background-color: rgba(0, 0, 0, var(--bg-opacity))
}

.bg-white {
    --bg-opacity: 1;
    background-color: #fff;
    background-color: rgba(255, 255, 255, var(--bg-opacity))
}

.bg-gray-100 {
    --bg-opacity: 1;
    background-color: #f7f7f7;
    background-color: rgba(247, 247, 247, var(--bg-opacity))
}

.bg-gray-150 {
    --bg-opacity: 1;
    background-color: #f3f3f5;
    background-color: rgba(243, 243, 245, var(--bg-opacity))
}

.bg-gray-800 {
    --bg-opacity: 1;
    background-color: #080808;
    background-color: rgba(8, 8, 8, var(--bg-opacity))
}

.bg-gray-900 {
    --bg-opacity: 1;
    background-color: #0a0a0a;
    background-color: rgba(10, 10, 10, var(--bg-opacity))
}

.bg-primary {
    --bg-opacity: 1;
    background-color: #fea88a;
    background-color: rgba(254, 168, 138, var(--bg-opacity))
}

.bg-recipe_green {
    --bg-opacity: 1;
    background-color: #60c167;
    background-color: rgba(96, 193, 103, var(--bg-opacity))
}

.bg-recipe_orange {
    --bg-opacity: 1;
    background-color: #ffad08;
    background-color: rgba(255, 173, 8, var(--bg-opacity))
}

.bg-recipe_red {
    --bg-opacity: 1;
    background-color: #ff5151;
    background-color: rgba(255, 81, 81, var(--bg-opacity))
}

.hover\:bg-black:hover {
    --bg-opacity: 1;
    background-color: #000;
    background-color: rgba(0, 0, 0, var(--bg-opacity))
}

.hover\:bg-gray-400:hover {
    --bg-opacity: 1;
    background-color: grey;
    background-color: rgba(128, 128, 128, var(--bg-opacity))
}

.hover\:bg-gray-800:hover {
    --bg-opacity: 1;
    background-color: #080808;
    background-color: rgba(8, 8, 8, var(--bg-opacity))
}

.hover\:bg-primary:hover {
    --bg-opacity: 1;
    background-color: #fea88a;
    background-color: rgba(254, 168, 138, var(--bg-opacity))
}

.hover\:bg-recipe_green:hover {
    --bg-opacity: 1;
    background-color: #60c167;
    background-color: rgba(96, 193, 103, var(--bg-opacity))
}

.hover\:bg-recipe_orange:hover {
    --bg-opacity: 1;
    background-color: #ffad08;
    background-color: rgba(255, 173, 8, var(--bg-opacity))
}

.hover\:bg-recipe_red:hover {
    --bg-opacity: 1;
    background-color: #ff5151;
    background-color: rgba(255, 81, 81, var(--bg-opacity))
}

.focus\:bg-recipe_green:focus {
    --bg-opacity: 1;
    background-color: #60c167;
    background-color: rgba(96, 193, 103, var(--bg-opacity))
}

.focus\:bg-recipe_orange:focus {
    --bg-opacity: 1;
    background-color: #ffad08;
    background-color: rgba(255, 173, 8, var(--bg-opacity))
}

.focus\:bg-recipe_red:focus {
    --bg-opacity: 1;
    background-color: #ff5151;
    background-color: rgba(255, 81, 81, var(--bg-opacity))
}

.active\:bg-recipe_green:active {
    --bg-opacity: 1;
    background-color: #60c167;
    background-color: rgba(96, 193, 103, var(--bg-opacity))
}

.active\:bg-recipe_orange:active {
    --bg-opacity: 1;
    background-color: #ffad08;
    background-color: rgba(255, 173, 8, var(--bg-opacity))
}

.active\:bg-recipe_red:active {
    --bg-opacity: 1;
    background-color: #ff5151;
    background-color: rgba(255, 81, 81, var(--bg-opacity))
}

.group:hover .group-hover\:bg-white {
    --bg-opacity: 1;
    background-color: #fff;
    background-color: rgba(255, 255, 255, var(--bg-opacity))
}

.group:hover .group-hover\:bg-primary {
    --bg-opacity: 1;
    background-color: #fea88a;
    background-color: rgba(254, 168, 138, var(--bg-opacity))
}

.bg-opacity-0 {
    --bg-opacity: 0
}

.bg-opacity-5 {
    --bg-opacity: 0.05
}

.bg-opacity-10 {
    --bg-opacity: 0.1
}

.bg-opacity-20 {
    --bg-opacity: 0.2
}

.bg-opacity-30 {
    --bg-opacity: 0.3
}

.bg-opacity-40 {
    --bg-opacity: 0.4
}

.bg-opacity-60 {
    --bg-opacity: 0.6
}

.bg-opacity-70 {
    --bg-opacity: 0.7
}

.bg-opacity-75 {
    --bg-opacity: 0.75
}

.bg-opacity-90 {
    --bg-opacity: 0.9
}

.focus\:bg-opacity-100:focus,
.hover\:bg-opacity-100:hover {
    --bg-opacity: 1
}

.group:hover .group-hover\:bg-opacity-10 {
    --bg-opacity: 0.1
}

.bg-center {
    background-position: 50%
}

.bg-right-top {
    background-position: 100% 0
}

.bg-top {
    background-position: top
}

.bg-no-repeat {
    background-repeat: no-repeat
}

.bg-cover {
    background-size: cover
}

.bg-contain {
    background-size: contain
}

.border-collapse {
    border-collapse: collapse
}

.border-transparent {
    border-color: transparent
}

.border-black {
    --border-opacity: 1;
    border-color: #000;
    border-color: rgba(0, 0, 0, var(--border-opacity))
}

.border-white {
    --border-opacity: 1;
    border-color: #fff;
    border-color: rgba(255, 255, 255, var(--border-opacity))
}

.border-gray-200 {
    --border-opacity: 1;
    border-color: #ddd;
    border-color: rgba(221, 221, 221, var(--border-opacity))
}

.border-gray-300 {
    --border-opacity: 1;
    border-color: #979797;
    border-color: rgba(151, 151, 151, var(--border-opacity))
}

.border-gray-400 {
    --border-opacity: 1;
    border-color: grey;
    border-color: rgba(128, 128, 128, var(--border-opacity))
}

.border-gray-800 {
    --border-opacity: 1;
    border-color: #080808;
    border-color: rgba(8, 8, 8, var(--border-opacity))
}

.border-red-600 {
    --border-opacity: 1;
    border-color: #e53e3e;
    border-color: rgba(229, 62, 62, var(--border-opacity))
}

.border-primary {
    --border-opacity: 1;
    border-color: #fea88a;
    border-color: rgba(254, 168, 138, var(--border-opacity))
}

.border-recipe_green {
    --border-opacity: 1;
    border-color: #60c167;
    border-color: rgba(96, 193, 103, var(--border-opacity))
}

.border-recipe_orange {
    --border-opacity: 1;
    border-color: #ffad08;
    border-color: rgba(255, 173, 8, var(--border-opacity))
}

.border-recipe_red {
    --border-opacity: 1;
    border-color: #ff5151;
    border-color: rgba(255, 81, 81, var(--border-opacity))
}

.hover\:border-primary:hover {
    --border-opacity: 1;
    border-color: #fea88a;
    border-color: rgba(254, 168, 138, var(--border-opacity))
}

.border-opacity-20 {
    --border-opacity: 0.2
}

.border-opacity-30 {
    --border-opacity: 0.3
}

.border-opacity-40 {
    --border-opacity: 0.4
}

.hover\:border-opacity-100:hover {
    --border-opacity: 1
}

.rounded-sm {
    border-radius: .1875rem
}

.rounded {
    border-radius: .25rem
}

.rounded-md {
    border-radius: .375rem
}

.rounded-3xl {
    border-radius: 1.5rem
}

.rounded-full {
    border-radius: 9999px
}

.border-solid {
    border-style: solid
}

.border-dashed {
    border-style: dashed
}

.border-none {
    border-style: none
}

.border-0 {
    border-width: 0
}

.border-2 {
    border-width: 2px
}

.border {
    border-width: 1px
}

.border-b-2 {
    border-bottom-width: 2px
}

.border-t {
    border-top-width: 1px
}

.border-r {
    border-right-width: 1px
}

.border-b {
    border-bottom-width: 1px
}

.border-l {
    border-left-width: 1px
}

.cursor-pointer {
    cursor: pointer
}

.block {
    display: block
}

.inline-block {
    display: inline-block
}

.flex {
    display: flex
}

.inline-flex {
    display: inline-flex
}

.table {
    display: table
}

.grid {
    display: grid
}

.hidden {
    display: none
}

.flex-row {
    flex-direction: row
}

.flex-row-reverse {
    flex-direction: row-reverse
}

.flex-col {
    flex-direction: column
}

.flex-wrap {
    flex-wrap: wrap
}

.items-start {
    align-items: flex-start
}

.items-center {
    align-items: center
}

.justify-start {
    justify-content: flex-start
}

.justify-end {
    justify-content: flex-end
}

.justify-center {
    justify-content: center
}

.justify-between {
    justify-content: space-between
}

.justify-around {
    justify-content: space-around
}

.flex-1 {
    flex: 1 1 0%
}

.flex-auto {
    flex: 1 1 auto
}

.order-1 {
    order: 1
}

.order-2 {
    order: 2
}

.order-3 {
    order: 3
}

.float-none {
    float: none
}

.clear-both {
    clear: both
}

.font-heading {
    font-family: Roboto, sans-serif
}

.font-display {
    font-family: Kristi, cursive
}

.font-body {
    font-family: Roboto, sans-serif
}

.font-hairline {
    font-weight: 100
}

.font-thin {
    font-weight: 200
}

.font-light {
    font-weight: 300
}

.font-normal {
    font-weight: 400
}

.font-medium {
    font-weight: 500
}

.font-semibold {
    font-weight: 600
}

.font-bold {
    font-weight: 700
}

.font-extrabold {
    font-weight: 800
}

.font-black {
    font-weight: 900
}

.h-0 {
    height: 0
}

.h-1 {
    height: .25rem
}

.h-2 {
    height: .5rem
}

.h-3 {
    height: .75rem
}

.h-4 {
    height: 1rem
}

.h-5 {
    height: 1.25rem
}

.h-6 {
    height: 1.5rem
}

.h-8 {
    height: 2rem
}

.h-10 {
    height: 2.5rem
}

.h-12 {
    height: 3rem
}

.h-14 {
    height: 3.5rem
}

.h-16 {
    height: 4rem
}

.h-20 {
    height: 5rem
}

.h-auto {
    height: auto
}

.h-px {
    height: 1px
}

.h-full {
    height: 100%
}

.h-screen {
    height: 100vh
}

.h-0\.5 {
    height: 2px
}

.h-50vw {
    height: 50vw
}

.h-60vw {
    height: 60vw
}

.h-75vw {
    height: 75vw
}

.h-100vw {
    height: 100vw
}

.text-xs {
    font-size: .75rem
}

.text-sm {
    font-size: .875rem
}

.text-base {
    font-size: 1rem
}

.text-lg {
    font-size: 1.125rem
}

.text-xl {
    font-size: 1.25rem
}

.text-2xl {
    font-size: 1.5rem
}

.text-3xl {
    font-size: 1.875rem
}

.text-4xl {
    font-size: 2.063rem
}

.text-5xl {
    font-size: 2.25rem
}

.text-6xl {
    font-size: 2.625rem
}

.text-2xs {
    font-size: .625rem
}

.text-md {
    font-size: .9375rem
}

.text-9xl {
    font-size: 4.625rem
}

.text-mobilelg {
    font-size: 1rem
}

.text-mobilexl {
    font-size: 1.125rem
}

.text-mobile2xl {
    font-size: 1.25rem
}

.text-mobile3xl {
    font-size: 1.75rem
}

.text-mobile4xl {
    font-size: 1.875rem
}

.text-mobile5xl {
    font-size: 2rem
}

.text-mobile6xl {
    font-size: 2.25rem
}

.text-mobile8xl {
    font-size: 3.5rem
}

.text-mobile9xl {
    font-size: 3.5rem
}

.leading-4 {
    line-height: 1rem
}

.leading-none {
    line-height: 1
}

.leading-tight {
    line-height: 1.25
}

.leading-relaxed {
    line-height: 1.625
}

.leading-tighter {
    line-height: 1.125
}

.list-none {
    list-style-type: none
}

.list-disc {
    list-style-type: disc
}

.m-0 {
    margin: 0
}

.m-auto {
    margin: auto
}

.my-0 {
    margin-top: 0;
    margin-bottom: 0
}

.mx-0 {
    margin-left: 0;
    margin-right: 0
}

.my-2 {
    margin-top: .5rem;
    margin-bottom: .5rem
}

.mx-2 {
    margin-left: .5rem;
    margin-right: .5rem
}

.mx-4 {
    margin-left: 1rem;
    margin-right: 1rem
}

.my-20 {
    margin-top: 5rem;
    margin-bottom: 5rem
}

.mx-auto {
    margin-left: auto;
    margin-right: auto
}

.-mx-2 {
    margin-left: -.5rem;
    margin-right: -.5rem
}

.-mx-4 {
    margin-left: -1rem;
    margin-right: -1rem
}

.mt-0 {
    margin-top: 0
}

.mr-0 {
    margin-right: 0
}

.mb-0 {
    margin-bottom: 0
}

.ml-0 {
    margin-left: 0
}

.mt-1 {
    margin-top: .25rem
}

.mr-1 {
    margin-right: .25rem
}

.mb-1 {
    margin-bottom: .25rem
}

.ml-1 {
    margin-left: .25rem
}

.mt-2 {
    margin-top: .5rem
}

.mr-2 {
    margin-right: .5rem
}

.mb-2 {
    margin-bottom: .5rem
}

.ml-2 {
    margin-left: .5rem
}

.mt-3 {
    margin-top: .75rem
}

.mr-3 {
    margin-right: .75rem
}

.mb-3 {
    margin-bottom: .75rem
}

.ml-3 {
    margin-left: .75rem
}

.mt-4 {
    margin-top: 1rem
}

.mr-4 {
    margin-right: 1rem
}

.mb-4 {
    margin-bottom: 1rem
}

.ml-4 {
    margin-left: 1rem
}

.mt-5 {
    margin-top: 1.25rem
}

.mr-5 {
    margin-right: 1.25rem
}

.mb-5 {
    margin-bottom: 1.25rem
}

.mt-6 {
    margin-top: 1.5rem
}

.mr-6 {
    margin-right: 1.5rem
}

.mb-6 {
    margin-bottom: 1.5rem
}

.ml-6 {
    margin-left: 1.5rem
}

.mt-7 {
    margin-top: 1.75rem
}

.mr-7 {
    margin-right: 1.75rem
}

.mb-7 {
    margin-bottom: 1.75rem
}

.ml-7 {
    margin-left: 1.75rem
}

.mt-8 {
    margin-top: 2rem
}

.mr-8 {
    margin-right: 2rem
}

.mb-8 {
    margin-bottom: 2rem
}

.ml-8 {
    margin-left: 2rem
}

.mt-9 {
    margin-top: 2.25rem
}

.mt-10 {
    margin-top: 2.5rem
}

.mr-10 {
    margin-right: 2.5rem
}

.mb-10 {
    margin-bottom: 2.5rem
}

.mt-12 {
    margin-top: 3rem
}

.mr-12 {
    margin-right: 3rem
}

.mb-12 {
    margin-bottom: 3rem
}

.mb-14 {
    margin-bottom: 3.5rem
}

.mb-16 {
    margin-bottom: 4rem
}

.mb-18 {
    margin-bottom: 4.5rem
}

.mt-20 {
    margin-top: 5rem
}

.mb-20 {
    margin-bottom: 5rem
}

.mb-22 {
    margin-bottom: 5.5rem
}

.mt-24 {
    margin-top: 6rem
}

.mb-28 {
    margin-bottom: 7rem
}

.mb-32 {
    margin-bottom: 8rem
}

.mr-auto {
    margin-right: auto
}

.ml-auto {
    margin-left: auto
}

.-mt-1 {
    margin-top: -.25rem
}

.-mr-2 {
    margin-right: -.5rem
}

.-ml-3 {
    margin-left: -.75rem
}

.-mt-5 {
    margin-top: -1.25rem
}

.-mr-6 {
    margin-right: -1.5rem
}

.-mb-12 {
    margin-bottom: -3rem
}

.-ml-14 {
    margin-left: -3.5rem
}

.-mt-16 {
    margin-top: -4rem
}

.-mb-16 {
    margin-bottom: -4rem
}

.-mr-20 {
    margin-right: -5rem
}

.-ml-20 {
    margin-left: -5rem
}

.-mt-32 {
    margin-top: -8rem
}

.max-w-md {
    max-width: 28rem
}

.max-w-lg {
    max-width: 32rem
}

.max-w-xl {
    max-width: 38rem
}

.max-w-2xl {
    max-width: 45rem
}

.max-w-3xl {
    max-width: 50rem
}

.max-w-5xl {
    max-width: 67rem
}

.max-w-6xl {
    max-width: 72rem
}

.max-w-full {
    max-width: 100%
}

.max-w-screen-sm {
    max-width: 640px
}

.max-w-7xl {
    max-width: 77rem
}

.max-w-8xl {
    max-width: 82rem
}

.max-w-9xl {
    max-width: 87rem
}

.min-h-full {
    min-height: 100%
}

.min-w-0 {
    min-width: 0
}

.object-cover {
    -o-object-fit: cover;
    object-fit: cover
}

.opacity-0 {
    opacity: 0
}

.opacity-30 {
    opacity: .3
}

.opacity-100 {
    opacity: 1
}

.hover\:opacity-50:hover {
    opacity: .5
}

.focus\:outline-none:focus,
.outline-none {
    outline: 2px solid transparent;
    outline-offset: 2px
}

.overflow-auto {
    overflow: auto
}

.overflow-hidden {
    overflow: hidden
}

.overflow-visible {
    overflow: visible
}

.overflow-scroll {
    overflow: scroll
}

.overflow-x-hidden {
    overflow-x: hidden
}

.overflow-y-scroll {
    overflow-y: scroll
}

.p-0 {
    padding: 0
}

.p-2 {
    padding: .5rem
}

.p-4 {
    padding: 1rem
}

.p-6 {
    padding: 1.5rem
}

.px-0 {
    padding-left: 0;
    padding-right: 0
}

.py-1 {
    padding-top: .25rem;
    padding-bottom: .25rem
}

.py-2 {
    padding-top: .5rem;
    padding-bottom: .5rem
}

.px-2 {
    padding-left: .5rem;
    padding-right: .5rem
}

.py-3 {
    padding-top: .75rem;
    padding-bottom: .75rem
}

.px-3 {
    padding-left: .75rem;
    padding-right: .75rem
}

.px-4 {
    padding-left: 1rem;
    padding-right: 1rem
}

.py-5 {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem
}

.py-6 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem
}

.px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem
}

.py-8 {
    padding-top: 2rem;
    padding-bottom: 2rem
}

.px-8 {
    padding-left: 2rem;
    padding-right: 2rem
}

.py-10 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem
}

.py-12 {
    padding-top: 3rem;
    padding-bottom: 3rem
}

.px-12 {
    padding-left: 3rem;
    padding-right: 3rem
}

.py-16 {
    padding-top: 4rem;
    padding-bottom: 4rem
}

.px-16 {
    padding-left: 4rem;
    padding-right: 4rem
}

.py-18 {
    padding-top: 4.5rem;
    padding-bottom: 4.5rem
}

.py-20 {
    padding-top: 5rem;
    padding-bottom: 5rem
}

.py-32 {
    padding-top: 8rem;
    padding-bottom: 8rem
}

.pb-0 {
    padding-bottom: 0
}

.pb-1 {
    padding-bottom: .25rem
}

.pb-2 {
    padding-bottom: .5rem
}

.pt-3 {
    padding-top: .75rem
}

.pl-3 {
    padding-left: .75rem
}

.pt-4 {
    padding-top: 1rem
}

.pr-4 {
    padding-right: 1rem
}

.pb-4 {
    padding-bottom: 1rem
}

.pl-4 {
    padding-left: 1rem
}

.pt-5 {
    padding-top: 1.25rem
}

.pr-5 {
    padding-right: 1.25rem
}

.pb-5 {
    padding-bottom: 1.25rem
}

.pl-5 {
    padding-left: 1.25rem
}

.pt-6 {
    padding-top: 1.5rem
}

.pb-6 {
    padding-bottom: 1.5rem
}

.pt-8 {
    padding-top: 2rem
}

.pb-8 {
    padding-bottom: 2rem
}

.pl-8 {
    padding-left: 2rem
}

.pt-10 {
    padding-top: 2.5rem
}

.pr-10 {
    padding-right: 2.5rem
}

.pb-10 {
    padding-bottom: 2.5rem
}

.pt-12 {
    padding-top: 3rem
}

.pr-12 {
    padding-right: 3rem
}

.pb-12 {
    padding-bottom: 3rem
}

.pb-14 {
    padding-bottom: 3.5rem
}

.pt-16 {
    padding-top: 4rem
}

.pb-16 {
    padding-bottom: 4rem
}

.pt-18 {
    padding-top: 4.5rem
}

.pb-18 {
    padding-bottom: 4.5rem
}

.pt-20 {
    padding-top: 5rem
}

.pb-20 {
    padding-bottom: 5rem
}

.pt-22 {
    padding-top: 5.5rem
}

.pb-28 {
    padding-bottom: 7rem
}

.pt-32 {
    padding-top: 8rem
}

.pb-32 {
    padding-bottom: 8rem
}

.pt-36 {
    padding-top: 9rem
}

.pt-40 {
    padding-top: 10rem
}

.pt-48 {
    padding-top: 12rem
}

.fixed {
    position: fixed
}

.absolute {
    position: absolute
}

.relative {
    position: relative
}

.sticky {
    position: sticky
}

.top-0 {
    top: 0
}

.right-0 {
    right: 0
}

.bottom-0 {
    bottom: 0
}

.left-0 {
    left: 0
}

.top-2 {
    top: .5rem
}

.right-2 {
    right: .5rem
}

.bottom-2 {
    bottom: .5rem
}

.top-8 {
    top: 2rem
}

.right-auto {
    right: auto
}

.left-auto {
    left: auto
}

.top-1\/2 {
    top: 50%
}

.resize {
    resize: both
}

.shadow-lg {
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, .1), 0 4px 6px -2px rgba(0, 0, 0, .05)
}

.shadow-2xl {
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, .25)
}

.shadow-custom {
    box-shadow: 0 2px 40px 0 rgba(0, 0, 0, .03)
}

.fill-current {
    fill: currentColor
}

.stroke-current {
    stroke: currentColor
}

.text-left {
    text-align: left
}

.text-center {
    text-align: center
}

.text-black {
    --text-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--text-opacity))
}

.text-white {
    --text-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--text-opacity))
}

.text-gray-200 {
    --text-opacity: 1;
    color: #ddd;
    color: rgba(221, 221, 221, var(--text-opacity))
}

.text-gray-300 {
    --text-opacity: 1;
    color: #979797;
    color: rgba(151, 151, 151, var(--text-opacity))
}

.text-gray-400 {
    --text-opacity: 1;
    color: grey;
    color: rgba(128, 128, 128, var(--text-opacity))
}

.text-gray-500 {
    --text-opacity: 1;
    color: #7a7a7a;
    color: rgba(122, 122, 122, var(--text-opacity))
}

.text-gray-600 {
    --text-opacity: 1;
    color: #666;
    color: rgba(102, 102, 102, var(--text-opacity))
}

.text-gray-800 {
    --text-opacity: 1;
    color: #080808;
    color: rgba(8, 8, 8, var(--text-opacity))
}

.text-red-600 {
    --text-opacity: 1;
    color: #e53e3e;
    color: rgba(229, 62, 62, var(--text-opacity))
}

.text-primary {
    --text-opacity: 1;
    color: #fea88a;
    color: rgba(254, 168, 138, var(--text-opacity))
}

.text-recipe_green {
    --text-opacity: 1;
    color: #60c167;
    color: rgba(96, 193, 103, var(--text-opacity))
}

.text-recipe_orange {
    --text-opacity: 1;
    color: #ffad08;
    color: rgba(255, 173, 8, var(--text-opacity))
}

.text-recipe_red {
    --text-opacity: 1;
    color: #ff5151;
    color: rgba(255, 81, 81, var(--text-opacity))
}

.hover\:text-white:hover {
    --text-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--text-opacity))
}

.hover\:text-gray-800:hover {
    --text-opacity: 1;
    color: #080808;
    color: rgba(8, 8, 8, var(--text-opacity))
}

.hover\:text-primary:hover {
    --text-opacity: 1;
    color: #fea88a;
    color: rgba(254, 168, 138, var(--text-opacity))
}

.focus\:text-gray-800:focus {
    --text-opacity: 1;
    color: #080808;
    color: rgba(8, 8, 8, var(--text-opacity))
}

.active\:text-primary:active,
.focus\:text-primary:focus {
    --text-opacity: 1;
    color: #fea88a;
    color: rgba(254, 168, 138, var(--text-opacity))
}

.group:hover .group-hover\:text-gray-400 {
    --text-opacity: 1;
    color: grey;
    color: rgba(128, 128, 128, var(--text-opacity))
}

.text-opacity-10 {
    --text-opacity: 0.1
}

.text-opacity-20 {
    --text-opacity: 0.2
}

.text-opacity-30 {
    --text-opacity: 0.3
}

.text-opacity-40 {
    --text-opacity: 0.4
}

.text-opacity-50 {
    --text-opacity: 0.5
}

.text-opacity-60 {
    --text-opacity: 0.6
}

.text-opacity-70 {
    --text-opacity: 0.7
}

.text-opacity-75 {
    --text-opacity: 0.75
}

.text-opacity-80 {
    --text-opacity: 0.8
}

.hover\:text-opacity-100:hover {
    --text-opacity: 1
}

.italic {
    font-style: italic
}

.not-italic {
    font-style: normal
}

.uppercase {
    text-transform: uppercase
}

.underline {
    text-decoration: underline
}

.no-underline {
    text-decoration: none
}

.tracking-wider {
    letter-spacing: .05em
}

.tracking-widest {
    letter-spacing: .1em
}

.visible {
    visibility: visible
}

.invisible {
    visibility: hidden
}

.w-0 {
    width: 0
}

.w-1 {
    width: .25rem
}

.w-2 {
    width: .5rem
}

.w-3 {
    width: .75rem
}

.w-4 {
    width: 1rem
}

.w-5 {
    width: 1.25rem
}

.w-6 {
    width: 1.5rem
}

.w-8 {
    width: 2rem
}

.w-10 {
    width: 2.5rem
}

.w-12 {
    width: 3rem
}

.w-14 {
    width: 3.5rem
}

.w-16 {
    width: 4rem
}

.w-18 {
    width: 4.5rem
}

.w-20 {
    width: 5rem
}

.w-auto {
    width: auto
}

.w-1\/3 {
    width: 33.333333%
}

.w-1\/4 {
    width: 25%
}

.w-4\/5 {
    width: 80%
}

.w-11\/12 {
    width: 91.666667%
}

.w-full {
    width: 100%
}

.w-50vw {
    width: 50vw
}

.w-100vw {
    width: 100vw
}

.z-0 {
    z-index: 0
}

.z-10 {
    z-index: 10
}

.z-20 {
    z-index: 20
}

.z-30 {
    z-index: 30
}

.z-40 {
    z-index: 40
}

.z-50 {
    z-index: 50
}

.-z-10 {
    z-index: -10
}

.gap-2 {
    grid-gap: .5rem;
    gap: .5rem
}

.gap-x-2 {
    grid-column-gap: .5rem;
    -moz-column-gap: .5rem;
    column-gap: .5rem
}

.gap-x-3 {
    grid-column-gap: .75rem;
    -moz-column-gap: .75rem;
    column-gap: .75rem
}

.gap-x-4 {
    grid-column-gap: 1rem;
    -moz-column-gap: 1rem;
    column-gap: 1rem
}

.gap-x-6 {
    grid-column-gap: 1.5rem;
    -moz-column-gap: 1.5rem;
    column-gap: 1.5rem
}

.gap-x-8 {
    grid-column-gap: 2rem;
    -moz-column-gap: 2rem;
    column-gap: 2rem
}

.gap-x-12 {
    grid-column-gap: 3rem;
    -moz-column-gap: 3rem;
    column-gap: 3rem
}

.gap-y-2 {
    grid-row-gap: .5rem;
    row-gap: .5rem
}

.gap-y-3 {
    grid-row-gap: .75rem;
    row-gap: .75rem
}

.gap-y-4 {
    grid-row-gap: 1rem;
    row-gap: 1rem
}

.gap-y-5 {
    grid-row-gap: 1.25rem;
    row-gap: 1.25rem
}

.gap-y-6 {
    grid-row-gap: 1.5rem;
    row-gap: 1.5rem
}

.gap-y-7 {
    grid-row-gap: 1.75rem;
    row-gap: 1.75rem
}

.gap-y-8 {
    grid-row-gap: 2rem;
    row-gap: 2rem
}

.gap-y-10 {
    grid-row-gap: 2.5rem;
    row-gap: 2.5rem
}

.gap-y-12 {
    grid-row-gap: 3rem;
    row-gap: 3rem
}

.gap-y-14 {
    grid-row-gap: 3.5rem;
    row-gap: 3.5rem
}

.gap-y-16 {
    grid-row-gap: 4rem;
    row-gap: 4rem
}

.gap-y-20 {
    grid-row-gap: 5rem;
    row-gap: 5rem
}

.grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr))
}

.grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr))
}

.grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr))
}

.grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr))
}

.grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr))
}

.grid-cols-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr))
}

.col-span-5 {
    grid-column: span 5/span 5
}

.col-span-6 {
    grid-column: span 6/span 6
}

.col-span-7 {
    grid-column: span 7/span 7
}

.col-span-12 {
    grid-column: span 12/span 12
}

.col-start-1 {
    grid-column-start: 1
}

.col-end-13 {
    grid-column-end: 13
}

.transform {
    --transform-translate-x: 0;
    --transform-translate-y: 0;
    --transform-rotate: 0;
    --transform-skew-x: 0;
    --transform-skew-y: 0;
    --transform-scale-x: 1;
    --transform-scale-y: 1;
    transform: translateX(var(--transform-translate-x)) translateY(var(--transform-translate-y)) rotate(var(--transform-rotate)) skewX(var(--transform-skew-x)) skewY(var(--transform-skew-y)) scaleX(var(--transform-scale-x)) scaleY(var(--transform-scale-y))
}

.scale-100 {
    --transform-scale-x: 1;
    --transform-scale-y: 1
}

.group:hover .group-hover\:scale-110 {
    --transform-scale-x: 1.1;
    --transform-scale-y: 1.1
}

.rotate-90 {
    --transform-rotate: 90deg
}

.-rotate-90 {
    --transform-rotate: -90deg
}

.-translate-x-10 {
    --transform-translate-x: -2.5rem
}

.-translate-x-full {
    --transform-translate-x: -100%
}

.-translate-x-1\/2 {
    --transform-translate-x: -50%
}

.translate-x-1\/2 {
    --transform-translate-x: 50%
}

.translate-x-full {
    --transform-translate-x: 100%
}

.translate-y-8 {
    --transform-translate-y: 2rem
}

.translate-y-14 {
    --transform-translate-y: 3.5rem
}

.-translate-y-2 {
    --transform-translate-y: -0.5rem
}

.-translate-y-1\/2 {
    --transform-translate-y: -50%
}

.hover\:-translate-y-1:hover {
    --transform-translate-y: -0.25rem
}

.transition-all {
    transition-property: all
}

.transition {
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform
}

.ease-in-out {
    transition-timing-function: cubic-bezier(.4, 0, .2, 1)
}

.duration-300 {
    transition-duration: .3s
}

.duration-500 {
    transition-duration: .5s
}

.duration-700 {
    transition-duration: .7s
}

@-webkit-keyframes spin {
    to {
        transform: rotate(1turn)
    }
}

@keyframes spin {
    to {
        transform: rotate(1turn)
    }
}

@-webkit-keyframes ping {
    75%,
    to {
        transform: scale(2);
        opacity: 0
    }
}

@keyframes ping {
    75%,
    to {
        transform: scale(2);
        opacity: 0
    }
}

@-webkit-keyframes pulse {
    50% {
        opacity: .5
    }
}

@keyframes pulse {
    50% {
        opacity: .5
    }
}

@-webkit-keyframes bounce {
    0%,
    to {
        transform: translateY(-25%);
        -webkit-animation-timing-function: cubic-bezier(.8, 0, 1, 1);
        animation-timing-function: cubic-bezier(.8, 0, 1, 1)
    }
    50% {
        transform: none;
        -webkit-animation-timing-function: cubic-bezier(0, 0, .2, 1);
        animation-timing-function: cubic-bezier(0, 0, .2, 1)
    }
}

@keyframes bounce {
    0%,
    to {
        transform: translateY(-25%);
        -webkit-animation-timing-function: cubic-bezier(.8, 0, 1, 1);
        animation-timing-function: cubic-bezier(.8, 0, 1, 1)
    }
    50% {
        transform: none;
        -webkit-animation-timing-function: cubic-bezier(0, 0, .2, 1);
        animation-timing-function: cubic-bezier(0, 0, .2, 1)
    }
}

@media (min-width:640px) {
    .sm\:flex-row {
        flex-direction: row
    }
    .sm\:mb-0 {
        margin-bottom: 0
    }
    .sm\:mr-4 {
        margin-right: 1rem
    }
}

@media (min-width:768px) {
    .md\:bg-fixed {
        background-attachment: fixed
    }
    .md\:bg-gray-100 {
        --bg-opacity: 1;
        background-color: #f7f7f7;
        background-color: rgba(247, 247, 247, var(--bg-opacity))
    }
    .md\:bg-top {
        background-position: top
    }
    .md\:border-none {
        border-style: none
    }
    .md\:block {
        display: block
    }
    .md\:flex {
        display: flex
    }
    .md\:grid {
        display: grid
    }
    .md\:hidden {
        display: none
    }
    .md\:flex-row {
        flex-direction: row
    }
    .md\:flex-wrap {
        flex-wrap: wrap
    }
    .md\:flex-no-wrap {
        flex-wrap: nowrap
    }
    .md\:items-center {
        align-items: center
    }
    .md\:justify-start {
        justify-content: flex-start
    }
    .md\:justify-end {
        justify-content: flex-end
    }
    .md\:justify-between {
        justify-content: space-between
    }
    .md\:order-1 {
        order: 1
    }
    .md\:order-2 {
        order: 2
    }
    .md\:order-3 {
        order: 3
    }
    .md\:font-medium {
        font-weight: 500
    }
    .md\:h-20 {
        height: 5rem
    }
    .md\:h-32 {
        height: 8rem
    }
    .md\:h-35vw {
        height: 35vw
    }
    .md\:h-50vw {
        height: 50vw
    }
    .md\:h-75vw {
        height: 75vw
    }
    .md\:text-base {
        font-size: 1rem
    }
    .md\:text-lg {
        font-size: 1.125rem
    }
    .md\:text-xl {
        font-size: 1.25rem
    }
    .md\:text-3xl {
        font-size: 1.875rem
    }
    .md\:text-4xl {
        font-size: 2.063rem
    }
    .md\:text-5xl {
        font-size: 2.25rem
    }
    .md\:text-7xl {
        font-size: 3.5rem
    }
    .md\:mx-0 {
        margin-left: 0;
        margin-right: 0
    }
    .md\:mx-4 {
        margin-left: 1rem;
        margin-right: 1rem
    }
    .md\:mx-5 {
        margin-left: 1.25rem;
        margin-right: 1.25rem
    }
    .md\:mx-auto {
        margin-left: auto;
        margin-right: auto
    }
    .md\:-mx-4 {
        margin-left: -1rem;
        margin-right: -1rem
    }
    .md\:-mx-6 {
        margin-left: -1.5rem;
        margin-right: -1.5rem
    }
    .md\:mt-0 {
        margin-top: 0
    }
    .md\:mr-0 {
        margin-right: 0
    }
    .md\:mb-0 {
        margin-bottom: 0
    }
    .md\:ml-0 {
        margin-left: 0
    }
    .md\:mt-1 {
        margin-top: .25rem
    }
    .md\:mb-1 {
        margin-bottom: .25rem
    }
    .md\:mt-2 {
        margin-top: .5rem
    }
    .md\:mb-2 {
        margin-bottom: .5rem
    }
    .md\:mb-3 {
        margin-bottom: .75rem
    }
    .md\:mt-4 {
        margin-top: 1rem
    }
    .md\:mr-4 {
        margin-right: 1rem
    }
    .md\:mb-4 {
        margin-bottom: 1rem
    }
    .md\:mb-5 {
        margin-bottom: 1.25rem
    }
    .md\:mb-6 {
        margin-bottom: 1.5rem
    }
    .md\:mb-7 {
        margin-bottom: 1.75rem
    }
    .md\:mt-8 {
        margin-top: 2rem
    }
    .md\:mr-8 {
        margin-right: 2rem
    }
    .md\:mb-8 {
        margin-bottom: 2rem
    }
    .md\:mb-10 {
        margin-bottom: 2.5rem
    }
    .md\:mt-12 {
        margin-top: 3rem
    }
    .md\:mb-12 {
        margin-bottom: 3rem
    }
    .md\:mb-14 {
        margin-bottom: 3.5rem
    }
    .md\:ml-14 {
        margin-left: 3.5rem
    }
    .md\:mt-16 {
        margin-top: 4rem
    }
    .md\:mb-16 {
        margin-bottom: 4rem
    }
    .md\:ml-16 {
        margin-left: 4rem
    }
    .md\:mt-18 {
        margin-top: 4.5rem
    }
    .md\:mb-18 {
        margin-bottom: 4.5rem
    }
    .md\:mt-20 {
        margin-top: 5rem
    }
    .md\:mr-20 {
        margin-right: 5rem
    }
    .md\:mb-20 {
        margin-bottom: 5rem
    }
    .md\:mb-22 {
        margin-bottom: 5.5rem
    }
    .md\:mb-24 {
        margin-bottom: 6rem
    }
    .md\:mb-26 {
        margin-bottom: 6.5rem
    }
    .md\:mb-28 {
        margin-bottom: 7rem
    }
    .md\:mt-32 {
        margin-top: 8rem
    }
    .md\:mb-32 {
        margin-bottom: 8rem
    }
    .md\:mb-36 {
        margin-bottom: 9rem
    }
    .md\:mt-48 {
        margin-top: 12rem
    }
    .md\:-mr-10 {
        margin-right: -2.5rem
    }
    .md\:-mt-12 {
        margin-top: -3rem
    }
    .md\:opacity-100 {
        opacity: 1
    }
    .md\:p-2 {
        padding: .5rem
    }
    .md\:px-0 {
        padding-left: 0;
        padding-right: 0
    }
    .md\:py-3 {
        padding-top: .75rem;
        padding-bottom: .75rem
    }
    .md\:px-6 {
        padding-left: 1.5rem;
        padding-right: 1.5rem
    }
    .md\:py-8 {
        padding-top: 2rem;
        padding-bottom: 2rem
    }
    .md\:px-8 {
        padding-left: 2rem;
        padding-right: 2rem
    }
    .md\:py-10 {
        padding-top: 2.5rem;
        padding-bottom: 2.5rem
    }
    .md\:px-10 {
        padding-left: 2.5rem;
        padding-right: 2.5rem
    }
    .md\:px-12 {
        padding-left: 3rem;
        padding-right: 3rem
    }
    .md\:py-14 {
        padding-top: 3.5rem;
        padding-bottom: 3.5rem
    }
    .md\:py-16 {
        padding-top: 4rem;
        padding-bottom: 4rem
    }
    .md\:py-20 {
        padding-top: 5rem;
        padding-bottom: 5rem
    }
    .md\:px-20 {
        padding-left: 5rem;
        padding-right: 5rem
    }
    .md\:py-24 {
        padding-top: 6rem;
        padding-bottom: 6rem
    }
    .md\:py-28 {
        padding-top: 7rem;
        padding-bottom: 7rem
    }
    .md\:py-32 {
        padding-top: 8rem;
        padding-bottom: 8rem
    }
    .md\:py-36 {
        padding-top: 9rem;
        padding-bottom: 9rem
    }
    .md\:py-56 {
        padding-top: 14rem;
        padding-bottom: 14rem
    }
    .md\:pb-0 {
        padding-bottom: 0
    }
    .md\:pb-10 {
        padding-bottom: 2.5rem
    }
    .md\:pl-10 {
        padding-left: 2.5rem
    }
    .md\:pt-12 {
        padding-top: 3rem
    }
    .md\:pr-12 {
        padding-right: 3rem
    }
    .md\:pl-12 {
        padding-left: 3rem
    }
    .md\:pt-14 {
        padding-top: 3.5rem
    }
    .md\:pr-14 {
        padding-right: 3.5rem
    }
    .md\:pl-14 {
        padding-left: 3.5rem
    }
    .md\:pt-16 {
        padding-top: 4rem
    }
    .md\:pb-16 {
        padding-bottom: 4rem
    }
    .md\:pb-18 {
        padding-bottom: 4.5rem
    }
    .md\:pt-20 {
        padding-top: 5rem
    }
    .md\:pt-22 {
        padding-top: 5.5rem
    }
    .md\:pt-24 {
        padding-top: 6rem
    }
    .md\:pb-24 {
        padding-bottom: 6rem
    }
    .md\:pt-26 {
        padding-top: 6.5rem
    }
    .md\:pb-26 {
        padding-bottom: 6.5rem
    }
    .md\:pb-28 {
        padding-bottom: 7rem
    }
    .md\:pb-32 {
        padding-bottom: 8rem
    }
    .md\:pt-36 {
        padding-top: 9rem
    }
    .md\:pb-36 {
        padding-bottom: 9rem
    }
    .md\:pt-40 {
        padding-top: 10rem
    }
    .md\:pt-44 {
        padding-top: 11rem
    }
    .md\:pb-44 {
        padding-bottom: 11rem
    }
    .md\:relative {
        position: relative
    }
    .md\:shadow-custom {
        box-shadow: 0 2px 40px 0 rgba(0, 0, 0, .03)
    }
    .md\:text-left {
        text-align: left
    }
    .md\:text-center {
        text-align: center
    }
    .md\:text-right {
        text-align: right
    }
    .md\:text-opacity-80 {
        --text-opacity: 0.8
    }
    .md\:hover\:text-opacity-100:hover {
        --text-opacity: 1
    }
    .md\:w-12 {
        width: 3rem
    }
    .md\:w-20 {
        width: 5rem
    }
    .md\:w-32 {
        width: 8rem
    }
    .md\:w-auto {
        width: auto
    }
    .md\:w-full {
        width: 100%
    }
    .md\:z-0 {
        z-index: 0
    }
    .md\:gap-x-4 {
        grid-column-gap: 1rem;
        -moz-column-gap: 1rem;
        column-gap: 1rem
    }
    .md\:gap-x-6 {
        grid-column-gap: 1.5rem;
        -moz-column-gap: 1.5rem;
        column-gap: 1.5rem
    }
    .md\:gap-x-8 {
        grid-column-gap: 2rem;
        -moz-column-gap: 2rem;
        column-gap: 2rem
    }
    .md\:gap-x-9 {
        grid-column-gap: 2.25rem;
        -moz-column-gap: 2.25rem;
        column-gap: 2.25rem
    }
    .md\:gap-x-10 {
        grid-column-gap: 2.5rem;
        -moz-column-gap: 2.5rem;
        column-gap: 2.5rem
    }
    .md\:gap-x-12 {
        grid-column-gap: 3rem;
        -moz-column-gap: 3rem;
        column-gap: 3rem
    }
    .md\:gap-x-16 {
        grid-column-gap: 4rem;
        -moz-column-gap: 4rem;
        column-gap: 4rem
    }
    .md\:gap-y-4 {
        grid-row-gap: 1rem;
        row-gap: 1rem
    }
    .md\:gap-y-8 {
        grid-row-gap: 2rem;
        row-gap: 2rem
    }
    .md\:gap-y-10 {
        grid-row-gap: 2.5rem;
        row-gap: 2.5rem
    }
    .md\:gap-y-12 {
        grid-row-gap: 3rem;
        row-gap: 3rem
    }
    .md\:gap-y-16 {
        grid-row-gap: 4rem;
        row-gap: 4rem
    }
    .md\:grid-cols-2 {
        grid-template-columns: repeat(2, minmax(0, 1fr))
    }
    .md\:grid-cols-3 {
        grid-template-columns: repeat(3, minmax(0, 1fr))
    }
    .md\:grid-cols-4 {
        grid-template-columns: repeat(4, minmax(0, 1fr))
    }
    .md\:grid-cols-6 {
        grid-template-columns: repeat(6, minmax(0, 1fr))
    }
    .md\:grid-cols-7 {
        grid-template-columns: repeat(7, minmax(0, 1fr))
    }
    .md\:grid-cols-12 {
        grid-template-columns: repeat(12, minmax(0, 1fr))
    }
    .md\:col-span-3 {
        grid-column: span 3/span 3
    }
    .md\:col-span-4 {
        grid-column: span 4/span 4
    }
    .md\:col-span-5 {
        grid-column: span 5/span 5
    }
    .md\:col-span-6 {
        grid-column: span 6/span 6
    }
    .md\:col-span-7 {
        grid-column: span 7/span 7
    }
    .md\:col-span-8 {
        grid-column: span 8/span 8
    }
    .md\:col-span-9 {
        grid-column: span 9/span 9
    }
    .md\:col-start-1 {
        grid-column-start: 1
    }
    .md\:col-start-2 {
        grid-column-start: 2
    }
    .md\:col-start-3 {
        grid-column-start: 3
    }
    .md\:col-end-12 {
        grid-column-end: 12
    }
    .md\:col-end-13 {
        grid-column-end: 13
    }
    .md\:row-start-1 {
        grid-row-start: 1
    }
    .md\:row-start-2 {
        grid-row-start: 2
    }
}

@media (min-width:1024px) {
    .lg\:bg-fixed {
        background-attachment: fixed
    }
    .lg\:bg-transparent {
        background-color: transparent
    }
    .lg\:bg-opacity-100 {
        --bg-opacity: 1
    }
    .lg\:border-gray-200 {
        --border-opacity: 1;
        border-color: #ddd;
        border-color: rgba(221, 221, 221, var(--border-opacity))
    }
    .lg\:rounded-sm {
        border-radius: .1875rem
    }
    .lg\:rounded-3xl {
        border-radius: 1.5rem
    }
    .lg\:border-solid {
        border-style: solid
    }
    .lg\:border-none {
        border-style: none
    }
    .lg\:border {
        border-width: 1px
    }
    .lg\:block {
        display: block
    }
    .lg\:flex {
        display: flex
    }
    .lg\:inline-flex {
        display: inline-flex
    }
    .lg\:grid {
        display: grid
    }
    .lg\:hidden {
        display: none
    }
    .lg\:flex-row {
        flex-direction: row
    }
    .lg\:flex-col {
        flex-direction: column
    }
    .lg\:flex-no-wrap {
        flex-wrap: nowrap
    }
    .lg\:items-center {
        align-items: center
    }
    .lg\:justify-start {
        justify-content: flex-start
    }
    .lg\:justify-end {
        justify-content: flex-end
    }
    .lg\:order-1 {
        order: 1
    }
    .lg\:order-2 {
        order: 2
    }
    .lg\:h-6 {
        height: 1.5rem
    }
    .lg\:h-32 {
        height: 8rem
    }
    .lg\:h-auto {
        height: auto
    }
    .lg\:h-screen {
        height: 100vh
    }
    .lg\:text-sm {
        font-size: .875rem
    }
    .lg\:text-base {
        font-size: 1rem
    }
    .lg\:text-2xl {
        font-size: 1.5rem
    }
    .lg\:text-3xl {
        font-size: 1.875rem
    }
    .lg\:text-5xl {
        font-size: 2.25rem
    }
    .lg\:text-6xl {
        font-size: 2.625rem
    }
    .lg\:text-9xl {
        font-size: 4.625rem
    }
    .lg\:mx-0 {
        margin-left: 0;
        margin-right: 0
    }
    .lg\:mx-auto {
        margin-left: auto;
        margin-right: auto
    }
    .lg\:mr-0 {
        margin-right: 0
    }
    .lg\:mb-0 {
        margin-bottom: 0
    }
    .lg\:mt-2 {
        margin-top: .5rem
    }
    .lg\:mr-4 {
        margin-right: 1rem
    }
    .lg\:mb-4 {
        margin-bottom: 1rem
    }
    .lg\:mb-5 {
        margin-bottom: 1.25rem
    }
    .lg\:mb-6 {
        margin-bottom: 1.5rem
    }
    .lg\:ml-6 {
        margin-left: 1.5rem
    }
    .lg\:mb-7 {
        margin-bottom: 1.75rem
    }
    .lg\:mr-8 {
        margin-right: 2rem
    }
    .lg\:mb-8 {
        margin-bottom: 2rem
    }
    .lg\:mr-10 {
        margin-right: 2.5rem
    }
    .lg\:mb-10 {
        margin-bottom: 2.5rem
    }
    .lg\:mb-12 {
        margin-bottom: 3rem
    }
    .lg\:mb-14 {
        margin-bottom: 3.5rem
    }
    .lg\:mt-16 {
        margin-top: 4rem
    }
    .lg\:mb-16 {
        margin-bottom: 4rem
    }
    .lg\:mt-20 {
        margin-top: 5rem
    }
    .lg\:mb-20 {
        margin-bottom: 5rem
    }
    .lg\:mb-24 {
        margin-bottom: 6rem
    }
    .lg\:mt-28 {
        margin-top: 7rem
    }
    .lg\:mt-32 {
        margin-top: 8rem
    }
    .lg\:mb-32 {
        margin-bottom: 8rem
    }
    .lg\:-mb-44 {
        margin-bottom: -11rem
    }
    .lg\:p-0 {
        padding: 0
    }
    .lg\:p-6 {
        padding: 1.5rem
    }
    .lg\:p-8 {
        padding: 2rem
    }
    .lg\:px-0 {
        padding-left: 0;
        padding-right: 0
    }
    .lg\:py-2 {
        padding-top: .5rem;
        padding-bottom: .5rem
    }
    .lg\:px-2 {
        padding-left: .5rem;
        padding-right: .5rem
    }
    .lg\:py-3 {
        padding-top: .75rem;
        padding-bottom: .75rem
    }
    .lg\:px-4 {
        padding-left: 1rem;
        padding-right: 1rem
    }
    .lg\:py-5 {
        padding-top: 1.25rem;
        padding-bottom: 1.25rem
    }
    .lg\:px-6 {
        padding-left: 1.5rem;
        padding-right: 1.5rem
    }
    .lg\:px-8 {
        padding-left: 2rem;
        padding-right: 2rem
    }
    .lg\:py-10 {
        padding-top: 2.5rem;
        padding-bottom: 2.5rem
    }
    .lg\:px-10 {
        padding-left: 2.5rem;
        padding-right: 2.5rem
    }
    .lg\:px-12 {
        padding-left: 3rem;
        padding-right: 3rem
    }
    .lg\:px-20 {
        padding-left: 5rem;
        padding-right: 5rem
    }
    .lg\:py-28 {
        padding-top: 7rem;
        padding-bottom: 7rem
    }
    .lg\:px-32 {
        padding-left: 8rem;
        padding-right: 8rem
    }
    .lg\:py-48 {
        padding-top: 12rem;
        padding-bottom: 12rem
    }
    .lg\:pt-0 {
        padding-top: 0
    }
    .lg\:pb-0 {
        padding-bottom: 0
    }
    .lg\:pt-5 {
        padding-top: 1.25rem
    }
    .lg\:pt-8 {
        padding-top: 2rem
    }
    .lg\:pb-8 {
        padding-bottom: 2rem
    }
    .lg\:pl-10 {
        padding-left: 2.5rem
    }
    .lg\:pt-20 {
        padding-top: 5rem
    }
    .lg\:pr-24 {
        padding-right: 6rem
    }
    .lg\:pb-24 {
        padding-bottom: 6rem
    }
    .lg\:pl-24 {
        padding-left: 6rem
    }
    .lg\:pt-26 {
        padding-top: 6.5rem
    }
    .lg\:pr-28 {
        padding-right: 7rem
    }
    .lg\:pb-28 {
        padding-bottom: 7rem
    }
    .lg\:pl-28 {
        padding-left: 7rem
    }
    .lg\:pb-32 {
        padding-bottom: 8rem
    }
    .lg\:pt-64 {
        padding-top: 16rem
    }
    .lg\:fixed {
        position: fixed
    }
    .lg\:relative {
        position: relative
    }
    .lg\:shadow-none {
        box-shadow: none
    }
    .lg\:text-left {
        text-align: left
    }
    .lg\:w-5 {
        width: 1.25rem
    }
    .lg\:w-6 {
        width: 1.5rem
    }
    .lg\:w-32 {
        width: 8rem
    }
    .lg\:w-auto {
        width: auto
    }
    .lg\:w-1\/2 {
        width: 50%
    }
    .lg\:gap-x-0 {
        grid-column-gap: 0;
        -moz-column-gap: 0;
        column-gap: 0
    }
    .lg\:gap-x-4 {
        grid-column-gap: 1rem;
        -moz-column-gap: 1rem;
        column-gap: 1rem
    }
    .lg\:gap-x-6 {
        grid-column-gap: 1.5rem;
        -moz-column-gap: 1.5rem;
        column-gap: 1.5rem
    }
    .lg\:gap-x-10 {
        grid-column-gap: 2.5rem;
        -moz-column-gap: 2.5rem;
        column-gap: 2.5rem
    }
    .lg\:gap-x-12 {
        grid-column-gap: 3rem;
        -moz-column-gap: 3rem;
        column-gap: 3rem
    }
    .lg\:gap-x-16 {
        grid-column-gap: 4rem;
        -moz-column-gap: 4rem;
        column-gap: 4rem
    }
    .lg\:gap-x-20 {
        grid-column-gap: 5rem;
        -moz-column-gap: 5rem;
        column-gap: 5rem
    }
    .lg\:gap-x-24 {
        grid-column-gap: 6rem;
        -moz-column-gap: 6rem;
        column-gap: 6rem
    }
    .lg\:gap-y-2 {
        grid-row-gap: .5rem;
        row-gap: .5rem
    }
    .lg\:gap-y-6 {
        grid-row-gap: 1.5rem;
        row-gap: 1.5rem
    }
    .lg\:gap-y-10 {
        grid-row-gap: 2.5rem;
        row-gap: 2.5rem
    }
    .lg\:gap-y-12 {
        grid-row-gap: 3rem;
        row-gap: 3rem
    }
    .lg\:grid-cols-1 {
        grid-template-columns: repeat(1, minmax(0, 1fr))
    }
    .lg\:grid-cols-2 {
        grid-template-columns: repeat(2, minmax(0, 1fr))
    }
    .lg\:grid-cols-3 {
        grid-template-columns: repeat(3, minmax(0, 1fr))
    }
    .lg\:grid-cols-12 {
        grid-template-columns: repeat(12, minmax(0, 1fr))
    }
    .lg\:col-span-3 {
        grid-column: span 3/span 3
    }
    .lg\:col-span-5 {
        grid-column: span 5/span 5
    }
    .lg\:col-span-7 {
        grid-column: span 7/span 7
    }
    .lg\:col-span-9 {
        grid-column: span 9/span 9
    }
    .lg\:col-span-full {
        grid-column: 1/-1
    }
    .lg\:col-start-1 {
        grid-column-start: 1
    }
    .lg\:col-end-3 {
        grid-column-end: 3
    }
    .lg\:col-end-13 {
        grid-column-end: 13
    }
}

@media (min-width:1280px) {
    .xl\:inline {
        display: inline
    }
    .xl\:text-10xl {
        font-size: 6.875rem
    }
    .xl\:mb-2 {
        margin-bottom: .5rem
    }
    .xl\:ml-10 {
        margin-left: 2.5rem
    }
    .xl\:mt-32 {
        margin-top: 8rem
    }
    .xl\:-ml-10 {
        margin-left: -2.5rem
    }
    .xl\:-mr-12 {
        margin-right: -3rem
    }
    .xl\:-ml-14 {
        margin-left: -3.5rem
    }
    .xl\:px-10 {
        padding-left: 2.5rem;
        padding-right: 2.5rem
    }
    .xl\:px-20 {
        padding-right: 5rem
    }
    .xl\:pl-20,
    .xl\:px-20 {
        padding-left: 5rem
    }
    .xl\:gap-x-8 {
        grid-column-gap: 2rem;
        -moz-column-gap: 2rem;
        column-gap: 2rem
    }
    .xl\:gap-x-20 {
        grid-column-gap: 5rem;
        -moz-column-gap: 5rem;
        column-gap: 5rem
    }
    .xl\:gap-x-22 {
        grid-column-gap: 5.5rem;
        -moz-column-gap: 5.5rem;
        column-gap: 5.5rem
    }
    .xl\:gap-x-24 {
        grid-column-gap: 6rem;
        -moz-column-gap: 6rem;
        column-gap: 6rem
    }
}

.ribbon-top-left {
    top: -10px;
    left: -10px;
}
.ribbon-top-left::before {
    top: 0;
    right: 0;
}
.ribbon-top-left::before, .ribbon-top-left::after {
    border-top-color: transparent;
    border-left-color: transparent;
}
.ribbon::before, .ribbon::after {
    position: absolute;
    z-index: -1;
    content: '';
    display: block;
}
.ribbon {
    width: 164px;
    height: 164px;
    overflow: hidden;
    position: absolute;
}

.ribbon-top-left span {
    right: -2px;
    top: 30px;
    transform: rotate(-45deg);
}

.ribbon span {
    position: absolute;
    display: block;
    width: 230px;
    padding: 10px 0;
    background-color: #fea88a;
    box-shadow: 0 5px 10px rgba(0,0,0,.1);
    color: #fff;
    font: 700 14px/1 sans-serif;
    text-shadow: 0 1px 1px rgba(0,0,0,.2);
    text-transform: uppercase;
    text-align: center;
}
#account_password_field {
    margin-bottom: 36px;
}
#account_password-description {
    display: block !important;
    margin-top: 8px;
    font-size: 0.8em;
}
#referral_code_field h3 {
    display: none;
}
.woocommerce form .woocommerce-input-wrapper {
    flex: 1 1 auto;
    width: 100%;
    position: relative;
}
.woocommerce form label.woocommerce-form__label-for-checkbox {
    flex: 1 1 100%;
}
.woocommerce form.login .form-row {
    display: block;
    max-width: 300px;
}
.woocommerce form.woocommerce-form-coupon .form-row {
    display: inline-block;
    max-width: 300px;
}
.woocommerce form.woocommerce-form-coupon {
    padding-inline: 30px;
}
.woocommerce form input[type="checkbox"],
.woocommerce form input[type="radio"] {
    width: auto;
    margin-inline: 10px;
}

#customer_details {
    background: transparent;
}

body.page-template-page-headless-checkout,
body.page-template-page-headless-forum {
    background: transparent;
}

.customize-support {
	background-color: transparent !important;
}

.checkout_coupon {
	display: block !important;
	max-width: 1440px !important;
	margin: auto !important;
}

.woocommerce-info {
	display: none !important;
}

#customer_details, #order_review {
	padding: 2rem !important;
	border-radius: 0.375rem !important;
}

.woocommerce-order {
	background-color: white !important;
	padding: 2rem !important;
	border-radius: 0.375rem !important;
}

#wpforo #wpforo-wrap {
    background: transparent !important;
}

#wpforo #wpforo-wrap .wpfl-4 .wpf-thread-box.wpf-thread-title a {
    color: #7e371e !important;
}

@media (max-width: 768px) {
    .woocommerce form .form-row {
        flex-direction: column;
        align-items: stretch;
        gap: 6px;
    }
    .woocommerce form label {
        flex: 1 1 auto;
    }
    .wc-stripe-card-icons-container, .wc-stripe-paymentRequest-icons-container {
        float: none;
        margin-block: 20px;
    }

    #ttt-pnwc-notice .ttt-pnwc-overlay {
        align-items: flex-start;
    }
    #ttt-pnwc-notice .ttt-pnwc-container {
        margin-top:300px;
    }
    .woocommerce .shop_table {
        border-style: none !important;
        max-width: 100vw;
        overflow: scroll;
        display: block;
    }
    .woocommerce form.woocommerce-form-coupon .form-row {
        max-width: 100%;
    }
}