.cta-container {
    display: none !important
}

img:is([sizes="auto" i], [sizes^="auto," i]) {
    contain-intrinsic-size: 3000px 1500px
}

img.wp-smiley,
img.emoji {
    display: inline !important;
    border: none !important;
    box-shadow: none !important;
    height: 1em !important;
    width: 1em !important;
    margin: 0 0.07em !important;
    vertical-align: -0.1em !important;
    background: none !important;
    padding: 0 !important;
}

:root {
    --wp-admin-theme-color: #007cba;
    --wp-admin-theme-color--rgb: 0, 124, 186;
    --wp-admin-theme-color-darker-10: #006ba1;
    --wp-admin-theme-color-darker-10--rgb: 0, 107, 161;
    --wp-admin-theme-color-darker-20: #005a87;
    --wp-admin-theme-color-darker-20--rgb: 0, 90, 135;
    --wp-admin-border-width-focus: 2px;
    --wp-block-synced-color: #7a00df;
    --wp-block-synced-color--rgb: 122, 0, 223;
    --wp-bound-block-color: var(--wp-block-synced-color)
}

@media (min-resolution:192dpi) {
    :root {
        --wp-admin-border-width-focus: 1.5px
    }
}

.wp-element-button {
    cursor: pointer
}

:root {
    --wp--preset--font-size--normal: 16px;
    --wp--preset--font-size--huge: 42px
}

:root .has-very-light-gray-background-color {
    background-color: #eee
}

:root .has-very-dark-gray-background-color {
    background-color: #313131
}

:root .has-very-light-gray-color {
    color: #eee
}

:root .has-very-dark-gray-color {
    color: #313131
}

:root .has-vivid-green-cyan-to-vivid-cyan-blue-gradient-background {
    background: linear-gradient(135deg, #00d084, #0693e3)
}

:root .has-purple-crush-gradient-background {
    background: linear-gradient(135deg, #34e2e4, #4721fb 50%, #ab1dfe)
}

:root .has-hazy-dawn-gradient-background {
    background: linear-gradient(135deg, #faaca8, #dad0ec)
}

:root .has-subdued-olive-gradient-background {
    background: linear-gradient(135deg, #fafae1, #67a671)
}

:root .has-atomic-cream-gradient-background {
    background: linear-gradient(135deg, #fdd79a, #004a59)
}

:root .has-nightshade-gradient-background {
    background: linear-gradient(135deg, #330968, #31cdcf)
}

:root .has-midnight-gradient-background {
    background: linear-gradient(135deg, #020381, #2874fc)
}

.has-regular-font-size {
    font-size: 1em
}

.has-larger-font-size {
    font-size: 2.625em
}

.has-normal-font-size {
    font-size: var(--wp--preset--font-size--normal)
}

.has-huge-font-size {
    font-size: var(--wp--preset--font-size--huge)
}

.has-text-align-center {
    text-align: center
}

.has-text-align-left {
    text-align: left
}

.has-text-align-right {
    text-align: right
}

#end-resizable-editor-section {
    display: none
}

.aligncenter {
    clear: both
}

.items-justified-left {
    justify-content: flex-start
}

.items-justified-center {
    justify-content: center
}

.items-justified-right {
    justify-content: flex-end
}

.items-justified-space-between {
    justify-content: space-between
}

.screen-reader-text {
    border: 0;
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    word-wrap: normal !important
}

.screen-reader-text:focus {
    background-color: #ddd;
    clip-path: none;
    color: #444;
    display: block;
    font-size: 1em;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000
}

html :where(.has-border-color) {
    border-style: solid
}

html :where([style*=border-top-color]) {
    border-top-style: solid
}

html :where([style*=border-right-color]) {
    border-right-style: solid
}

html :where([style*=border-bottom-color]) {
    border-bottom-style: solid
}

html :where([style*=border-left-color]) {
    border-left-style: solid
}

html :where([style*=border-width]) {
    border-style: solid
}

html :where([style*=border-top-width]) {
    border-top-style: solid
}

html :where([style*=border-right-width]) {
    border-right-style: solid
}

html :where([style*=border-bottom-width]) {
    border-bottom-style: solid
}

html :where([style*=border-left-width]) {
    border-left-style: solid
}

html :where(img[class*=wp-image-]) {
    height: auto;
    max-width: 100%
}

:where(figure) {
    margin: 0 0 1em
}

html :where(.is-position-sticky) {
    --wp-admin--admin-bar--position-offset: var(--wp-admin--admin-bar--height, 0px)
}

@media screen and (max-width:600px) {
    html :where(.is-position-sticky) {
        --wp-admin--admin-bar--position-offset: 0px
    }
}

.wp-block-button__link {
    color: #fff;
    background-color: #32373c;
    border-radius: 9999px;
    box-shadow: none;
    text-decoration: none;
    padding: calc(.667em + 2px) calc(1.333em + 2px);
    font-size: 1.125em
}

.wp-block-file__button {
    background: #32373c;
    color: #fff;
    text-decoration: none
}

img#wpstats {
    display: none
}

.site-bottom {
    height: auto;
    color: #fff
}

.site-bottom form {
    width: 800px;
    margin: 0 auto;
    text-align: center;
    max-width: 100%;
}

@keyframes carousel {
    0% {
        transform: translateY(0)
    }

    to {
        transform: translateY(-50.025%)
    }
}

@keyframes carousel-reverse {
    0% {
        transform: translateY(-50.025%)
    }

    to {
        transform: translateY(0)
    }
}

.mega-menu {
    background-color: transparent !important
}

.mega-menu.expanded {
    background-color: #3a4859 !important
}

.breadcrumbs {
    display: none !important;
    visibility: hidden !important
}

.homepage-hero,
.homepage-hero-outer {
    background-color: #594364
}

.homepage-hero {
    aspect-ratio: 16/9;
    max-height: 960px;
    min-height: 600px;
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
    overflow: hidden;
    border: 0 #000 solid;
    position: relative
}

.homepage-hero .containerx {
    position: absolute;
    right: 0;
    width: 75%;
    display: flex;
    gap: 1rem;
    height: 200vh;
    padding: 1rem;
    transform: rotate(15deg) translateY(-20%) translateX(10%);
    background: 0 0;
    overflow: hidden;
    z-index: 1
}

.homepage-hero .carousel-container {
    flex: 1;
    position: relative;
    overflow: hidden
}

.homepage-hero .carousel-track {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    animation: carousel 90s linear infinite
}

.homepage-hero .carousel-track.reverse {
    animation: carousel-reverse 120s linear infinite
}

.homepage-hero .carousel-slide {
    width: 100%;
    position: relative;
    padding-bottom: 100%;
    border-radius: 4px;
    overflow: hidden;
    border: 1px solid rgba(0, 0, 0, .25);
    box-shadow: 0 0 7px 0 rgba(0, 0, 0, .25)
}

.homepage-hero .carousel-slide img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    aspect-ratio: 1/1
}

.homepage-hero .carousel-slide img:hover {
    border: 4px solid #000
}

.homepage-hero .silk-headline {
    position: absolute;
    padding-left: 5%;
    width: 100%;
    height: 100%;
    background: #594364;
    background: linear-gradient(90deg, #594364 35%, transparent 100%);
    z-index: 2;
    color: #fff;
    overflow: hidden
}

.homepage-hero .silk-headline .silk-headline-inner {
    width: 60%;
    padding-top: 20%
}

.homepage-hero .silk-headline h1 {
    font-size: 5rem;
    font-family: "Raleway", serif;
    margin-bottom: 0;
    padding-bottom: 0
}

.homepage-hero .silk-headline p {
    font-size: 2rem;
    margin-top: 0;
    padding-top: 0
}

@media only screen and (max-width:2560px) {
    .homepage-hero {
        width: 100%;
        max-width: 2560px;
        aspect-ratio: 16/9;
        max-height: 1300px;
        min-height: 600px;
        overflow: hidden
    }
}

@media only screen and (max-width:1280px) {
    .homepage-hero .containerx {
        height: 100vh
    }

    .homepage-hero .silk-headline {
        background: rgba(89, 67, 100, .85)
    }

    .homepage-hero .silk-headline .silk-headline-inner {
        width: 100%
    }

    .homepage-hero .silk-headline .silk-headline-inner br {
        display: none
    }

    .homepage-hero .silk-headline .silk-headline-inner h1 {
        font-size: 3.25rem !important;
        text-shadow: rgba(149, 110, 165, .99) 0 0 48px;
        color: #fff
    }
}

@media only screen and (max-width:823px) {
    .homepage-hero .containerx {
        width: 110%
    }

    .homepage-hero .silk-headline {
        position: absolute;
        padding-top: 15%
    }

    .homepage-hero .silk-headline p {
        font-size: 1.5rem
    }

    .homepage-hero {
        aspect-ratio: 9/16;
        width: 100%;
        max-height: 6cqi;
        min-height: 420px
    }

    .homepage-hero .containerx {
        max-height: 900px;
        min-height: 420px
    }

    .homepage-hero .carousel-track {
        animation: carousel 60s linear infinite
    }

    .homepage-hero .carousel-track.reverse {
        animation: carousel-reverse 60s linear infinite
    }

    .homepage-hero .silk-headline {
        background: rgba(89, 67, 100, .85)
    }

    .homepage-hero .silk-headline .silk-headline-inner {
        width: 100%
    }

    .homepage-hero .silk-headline .silk-headline-inner h1 {
        font-size: 2.75rem !important;
        text-shadow: rgba(149, 110, 165, .99) 0 0 48px;
        color: #fff
    }
}

@media only screen and (max-width:600px) {
    .homepage-hero {
        aspect-ratio: 9/16;
        width: 100%;
        max-height: 600px
    }

    .homepage-hero .silk-headline .silk-headline-inner {
        padding-top: 5%
    }

    .homepage-hero,
    .homepage-hero .containerx {
        min-height: 420px
    }
}

@media only screen and (max-width:376px) {
    .homepage-hero .silk-headline .silk-headline-inner h1 {
        font-size: 2rem !important
    }
}



.homepage-logos .nascar {
    display: block;
    background-color: #956ea5;
    padding: 1.5rem
}

.homepage-logos .nascar .inner {
    width: 1280px;
    max-width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    gap: 3rem
}

.homepage-logos .nascar .inner .homepage-logos-logo img {
    min-height: 39px;
    max-height: 100px
}

@media only screen and (max-width:823px) {
    .homepage-logos {
        min-height: 92px;
        max-height: 100px
    }

    .homepage-logos .nascar .inner .homepage-logos-logo:last-of-type {
        display: none
    }
}


.homepage-services .homepage-services-scrolling-side .homepage-services-scrolling-content p.sc-link a,
.homepage-services h2,
.homepage-services h3 {
    color: #fff
}

.homepage-services .homepage-services-box-it {
    background-color: #46566c;
    color: #fff;
    border-radius: 14px;
    width: 1500px;
    max-width: 96%;
    margin: 40px auto 100px;
    position: relative
}

.homepage-services .homepage-services-box-it .homepage-services-box-it-inner {
    background: linear-gradient(to bottom right, rgba(255, 255, 255, .25) 0%, rgba(0, 0, 0, .55) 100%);
    padding: 6rem;
    width: 100%;
    border-radius: 14px
}

.homepage-services .homepage-services-inner-wrapper {
    display: flex;
    align-items: flex-start !important;
    position: relative
}

.homepage-services .homepage-services-fixed-side {
    width: 50%;
    padding: 20px;
    position: sticky;
    top: 100px
}

.homepage-services .homepage-services-fixed-side img {
    border-radius: 15px
}

.homepage-services .homepage-services-scrolling-side {
    width: 50%;
    padding: 20px;
    overflow: hidden
}

.homepage-services .homepage-services-scrolling-side .homepage-services-scrolling-content {
    margin-bottom: 20px;
    padding: 20px;
    border-radius: 15px;
    border: 1px rgba(255, 255, 255, .15) solid
}

.homepage-services .homepage-services-scrolling-side .homepage-services-scrolling-content img {
    border-radius: 15px;
    margin: 1.5em 0 .8em
}

.homepage-services .homepage-services-scrolling-side .homepage-services-scrolling-content p.sc-link {
    clear: both;
    margin-top: 10px
}

.homepage-services .homepage-services-scrolling-side .homepage-services-scrolling-content p.sc-link a:hover {
    text-decoration: none
}

.homepage-services .homepage-services-scrolling-side .homepage-services-scrolling-content .chevron-right {
    width: 2.34375rem;
    height: 2.34375rem;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, .5);
    display: flex;
    align-items: center;
    justify-content: center;
    float: right
}

.homepage-services .homepage-services-scrolling-side .homepage-services-scrolling-content .chevron-right:after {
    content: "";
    width: .75rem;
    height: .75rem;
    border-top: .15625rem solid #46566c;
    border-right: .15625rem solid #46566c;
    transform: rotate(45deg)
}

.homepage-services .homepage-services-scrolling-side .homepage-services-scrolling-content:hover {
    background-color: rgba(0, 0, 0, .25);
    border: 1px rgba(255, 255, 255, .5) solid;
    cursor: pointer
}

.homepage-services .homepage-services-scrolling-side .homepage-services-scrolling-content:hover .chevron-right {
    background-color: rgba(255, 255, 255, .8) !important
}

@media only screen and (max-width:1024px) {
    .homepage-services .homepage-services-box-it .homepage-services-box-it-inner {
        padding: 2rem
    }

    .homepage-services .homepage-services-inner-wrapper {
        display: block
    }

    .homepage-services .homepage-services-inner-wrapper .homepage-services-fixed-side {
        width: 100%;
        position: relative;
        top: unset
    }

    .homepage-services .homepage-services-inner-wrapper .homepage-services-scrolling-side {
        width: 100%
    }
}



h1.has-background,
h2.has-background,
h3.has-background,
h4.has-background,
h5.has-background,
h6.has-background {
    padding: 1.25em 2.375em
}

h1.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]),
h1.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]),
h2.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]),
h2.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]),
h3.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]),
h3.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]),
h4.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]),
h4.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]),
h5.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]),
h5.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]),
h6.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]),
h6.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]) {
    rotate: 180deg
}

.is-small-text {
    font-size: .875em
}

.is-regular-text {
    font-size: 1em
}

.is-large-text {
    font-size: 2.25em
}

.is-larger-text {
    font-size: 3em
}

.has-drop-cap:not(:focus):first-letter {
    float: left;
    font-size: 8.4em;
    font-style: normal;
    font-weight: 100;
    line-height: .68;
    margin: .05em .1em 0 0;
    text-transform: uppercase
}

body.rtl .has-drop-cap:not(:focus):first-letter {
    float: none;
    margin-left: .1em
}

p.has-drop-cap.has-background {
    overflow: hidden
}

:root :where(p.has-background) {
    padding: 1.25em 2.375em
}

:where(p.has-text-color:not(.has-link-color)) a {
    color: inherit
}

p.has-text-align-left[style*="writing-mode:vertical-lr"],
p.has-text-align-right[style*="writing-mode:vertical-rl"] {
    rotate: 180deg
}

.homepage-applications {
    width: 1400px;
    max-width: 100%;
    margin: 4rem auto 0
}

.homepage-applications .acf-innerblocks-container {
    width: 1080px;
    max-width: 100%;
    margin: 0 auto
}

.homepage-applications .homepage-applications-content-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 1%;
    row-gap: 2rem;
    justify-content: center;
    margin-top: 4rem
}

.homepage-applications .homepage-applications-content-wrapper .homepage-applications-content {
    cursor: pointer;
    width: 32%;
    padding: 2rem;
    background-color: rgba(191, 169, 202, .3);
    border-top: 3px #594364 solid;
    border-radius: 40px;
    font-size: 17px;
    background-image:url({$theme_path}/static/picture/left-back.webp);
    background-repeat: no-repeat;
    background-position: left;
    transition: ease-in .3s
}

.homepage-applications .homepage-applications-content-wrapper .homepage-applications-content .alignleft {
    margin-right: 1em
}

.homepage-applications .homepage-applications-content-wrapper .homepage-applications-content h3 {
    display: inline-block;
    margin-top: 10px
}

.homepage-applications .homepage-applications-content-wrapper .homepage-applications-content p {
    margin-top: 10px
}

.homepage-applications .homepage-applications-content-wrapper .homepage-applications-content:hover {
    background-color: rgba(191, 169, 202, .5)
}

.homepage-applications .homepage-applications-content-wrapper .homepage-applications-content:nth-child(even) {
    background-color: rgba(252, 239, 217, .6);
    border-top: 3px #f4c74a solid;
    background-image:url({$theme_path}/static/picture/right-back.webp);
    background-repeat: no-repeat;
    background-position: right
}

.homepage-applications .homepage-applications-content-wrapper .homepage-applications-content:nth-child(even):hover {
    background-color: rgba(252, 239, 217, .9)
}

@media only screen and (max-width:1024px) {
    .homepage-applications .homepage-applications-content-wrapper .homepage-applications-content {
        width: 48%
    }
}

@media only screen and (max-width:600px) {
    .homepage-applications {
        display: block;
        max-width: 96%
    }

    .homepage-applications .homepage-applications-content-wrapper .homepage-applications-content {
        width: 100%
    }
}



.homepage-application-services {
    width: 100%;
    max-width: 100%;
    margin: 4rem auto;
    background-color: rgba(89, 67, 100, .9) !important;
    padding: 5rem 1rem;
    background-image:url({$theme_path}/static/picture/hero-overlay.png);
    background-size: 100%;
    background-repeat: repeat
}

.homepage-application-services img {
    border-radius: 15px
}

.homepage-application-services .homepage-application-services-inner {
    width: 1440px;
    max-width: 100%;
    margin: 0 auto
}

.homepage-application-services .homepage-application-services-row {
    display: flex;
    flex-wrap: wrap;
    gap: 5%;
    row-gap: 2rem;
    justify-content: center;
    align-items: center
}

.homepage-application-services .homepage-application-services-row .homepage-application-services-col {
    width: 45%;
    color: #fff
}

.homepage-application-services .homepage-application-services-row .homepage-application-services-col h2,
.homepage-application-services .homepage-application-services-row .homepage-application-services-col h3 {
    color: #fff;
    font-weight: 600
}

.homepage-application-services .homepage-application-services-content-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 1%;
    row-gap: 2rem;
    justify-content: center;
    margin-top: 40px
}

.homepage-application-services .homepage-application-services-content-wrapper .homepage-application-services-content {
    cursor: pointer;
    width: 24%;
    padding: 1rem;
    background-color: rgba(255, 255, 255, .7) !important;
    border: 0;
    border-radius: 15px;
    font-size: 17px;
    background-repeat: no-repeat;
    background-position: left;
    transition: ease-in .3s
}

.homepage-application-services .homepage-application-services-content-wrapper .homepage-application-services-content .alignleft {
    margin-right: 1em
}

.homepage-application-services .homepage-application-services-content-wrapper .homepage-application-services-content h3 {
    display: inline
}

.homepage-application-services .homepage-application-services-content-wrapper .homepage-application-services-content p {
    margin-top: 10px
}

.homepage-application-services .homepage-application-services-content-wrapper .homepage-application-services-content p a {
    color: #46566c
}

.homepage-application-services .homepage-application-services-content-wrapper .homepage-application-services-content:hover {
    background-color: rgba(255, 255, 255, .9) !important
}

@media only screen and (max-width:1024px) {
    .homepage-application-services .homepage-application-services-content-wrapper .homepage-application-services-content {
        width: 48%
    }
}

@media only screen and (max-width:600px) {
    .homepage-application-services {
        display: block;
        max-width: 96%
    }

    .homepage-application-services .homepage-application-services-content-wrapper .homepage-application-services-content,
    .homepage-application-services .homepage-application-services-row .homepage-application-services-col {
        width: 100%
    }

    .homepage-application-services .homepage-application-services-row {
        display: block
    }
}



:root {
    --wp--preset--aspect-ratio--square: 1;
    --wp--preset--aspect-ratio--4-3: 4/3;
    --wp--preset--aspect-ratio--3-4: 3/4;
    --wp--preset--aspect-ratio--3-2: 3/2;
    --wp--preset--aspect-ratio--2-3: 2/3;
    --wp--preset--aspect-ratio--16-9: 16/9;
    --wp--preset--aspect-ratio--9-16: 9/16;
    --wp--preset--color--black: #000000;
    --wp--preset--color--cyan-bluish-gray: #abb8c3;
    --wp--preset--color--white: #ffffff;
    --wp--preset--color--pale-pink: #f78da7;
    --wp--preset--color--vivid-red: #cf2e2e;
    --wp--preset--color--luminous-vivid-orange: #ff6900;
    --wp--preset--color--luminous-vivid-amber: #fcb900;
    --wp--preset--color--light-green-cyan: #7bdcb5;
    --wp--preset--color--vivid-green-cyan: #00d084;
    --wp--preset--color--pale-cyan-blue: #8ed1fc;
    --wp--preset--color--vivid-cyan-blue: #0693e3;
    --wp--preset--color--vivid-purple: #9b51e0;
    --wp--preset--gradient--vivid-cyan-blue-to-vivid-purple: linear-gradient(135deg, rgba(6, 147, 227, 1) 0%, rgb(155, 81, 224) 100%);
    --wp--preset--gradient--light-green-cyan-to-vivid-green-cyan: linear-gradient(135deg, rgb(122, 220, 180) 0%, rgb(0, 208, 130) 100%);
    --wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange: linear-gradient(135deg, rgba(252, 185, 0, 1) 0%, rgba(255, 105, 0, 1) 100%);
    --wp--preset--gradient--luminous-vivid-orange-to-vivid-red: linear-gradient(135deg, rgba(255, 105, 0, 1) 0%, rgb(207, 46, 46) 100%);
    --wp--preset--gradient--very-light-gray-to-cyan-bluish-gray: linear-gradient(135deg, rgb(238, 238, 238) 0%, rgb(169, 184, 195) 100%);
    --wp--preset--gradient--cool-to-warm-spectrum: linear-gradient(135deg, rgb(74, 234, 220) 0%, rgb(151, 120, 209) 20%, rgb(207, 42, 186) 40%, rgb(238, 44, 130) 60%, rgb(251, 105, 98) 80%, rgb(254, 248, 76) 100%);
    --wp--preset--gradient--blush-light-purple: linear-gradient(135deg, rgb(255, 206, 236) 0%, rgb(152, 150, 240) 100%);
    --wp--preset--gradient--blush-bordeaux: linear-gradient(135deg, rgb(254, 205, 165) 0%, rgb(254, 45, 45) 50%, rgb(107, 0, 62) 100%);
    --wp--preset--gradient--luminous-dusk: linear-gradient(135deg, rgb(255, 203, 112) 0%, rgb(199, 81, 192) 50%, rgb(65, 88, 208) 100%);
    --wp--preset--gradient--pale-ocean: linear-gradient(135deg, rgb(255, 245, 203) 0%, rgb(182, 227, 212) 50%, rgb(51, 167, 181) 100%);
    --wp--preset--gradient--electric-grass: linear-gradient(135deg, rgb(202, 248, 128) 0%, rgb(113, 206, 126) 100%);
    --wp--preset--gradient--midnight: linear-gradient(135deg, rgb(2, 3, 129) 0%, rgb(40, 116, 252) 100%);
    --wp--preset--font-size--small: 13px;
    --wp--preset--font-size--medium: 20px;
    --wp--preset--font-size--large: 36px;
    --wp--preset--font-size--x-large: 42px;
    --wp--preset--spacing--20: 0.44rem;
    --wp--preset--spacing--30: 0.67rem;
    --wp--preset--spacing--40: 1rem;
    --wp--preset--spacing--50: 1.5rem;
    --wp--preset--spacing--60: 2.25rem;
    --wp--preset--spacing--70: 3.38rem;
    --wp--preset--spacing--80: 5.06rem;
    --wp--preset--shadow--natural: 6px 6px 9px rgba(0, 0, 0, 0.2);
    --wp--preset--shadow--deep: 12px 12px 50px rgba(0, 0, 0, 0.4);
    --wp--preset--shadow--sharp: 6px 6px 0px rgba(0, 0, 0, 0.2);
    --wp--preset--shadow--outlined: 6px 6px 0px -3px rgba(255, 255, 255, 1), 6px 6px rgba(0, 0, 0, 1);
    --wp--preset--shadow--crisp: 6px 6px 0px rgba(0, 0, 0, 1);
}

:where(.is-layout-flex) {
    gap: 0.5em;
}

:where(.is-layout-grid) {
    gap: 0.5em;
}

body .is-layout-flex {
    display: flex;
}

.is-layout-flex {
    flex-wrap: wrap;
    align-items: center;
}

.is-layout-flex> :is(*, div) {
    margin: 0;
}

body .is-layout-grid {
    display: grid;
}

.is-layout-grid> :is(*, div) {
    margin: 0;
}

:where(.wp-block-columns.is-layout-flex) {
    gap: 2em;
}

:where(.wp-block-columns.is-layout-grid) {
    gap: 2em;
}

:where(.wp-block-post-template.is-layout-flex) {
    gap: 1.25em;
}

:where(.wp-block-post-template.is-layout-grid) {
    gap: 1.25em;
}

.has-black-color {
    color: var(--wp--preset--color--black) !important;
}

.has-cyan-bluish-gray-color {
    color: var(--wp--preset--color--cyan-bluish-gray) !important;
}

.has-white-color {
    color: var(--wp--preset--color--white) !important;
}

.has-pale-pink-color {
    color: var(--wp--preset--color--pale-pink) !important;
}

.has-vivid-red-color {
    color: var(--wp--preset--color--vivid-red) !important;
}

.has-luminous-vivid-orange-color {
    color: var(--wp--preset--color--luminous-vivid-orange) !important;
}

.has-luminous-vivid-amber-color {
    color: var(--wp--preset--color--luminous-vivid-amber) !important;
}

.has-light-green-cyan-color {
    color: var(--wp--preset--color--light-green-cyan) !important;
}

.has-vivid-green-cyan-color {
    color: var(--wp--preset--color--vivid-green-cyan) !important;
}

.has-pale-cyan-blue-color {
    color: var(--wp--preset--color--pale-cyan-blue) !important;
}

.has-vivid-cyan-blue-color {
    color: var(--wp--preset--color--vivid-cyan-blue) !important;
}

.has-vivid-purple-color {
    color: var(--wp--preset--color--vivid-purple) !important;
}

.has-black-background-color {
    background-color: var(--wp--preset--color--black) !important;
}

.has-cyan-bluish-gray-background-color {
    background-color: var(--wp--preset--color--cyan-bluish-gray) !important;
}

.has-white-background-color {
    background-color: var(--wp--preset--color--white) !important;
}

.has-pale-pink-background-color {
    background-color: var(--wp--preset--color--pale-pink) !important;
}

.has-vivid-red-background-color {
    background-color: var(--wp--preset--color--vivid-red) !important;
}

.has-luminous-vivid-orange-background-color {
    background-color: var(--wp--preset--color--luminous-vivid-orange) !important;
}

.has-luminous-vivid-amber-background-color {
    background-color: var(--wp--preset--color--luminous-vivid-amber) !important;
}

.has-light-green-cyan-background-color {
    background-color: var(--wp--preset--color--light-green-cyan) !important;
}

.has-vivid-green-cyan-background-color {
    background-color: var(--wp--preset--color--vivid-green-cyan) !important;
}

.has-pale-cyan-blue-background-color {
    background-color: var(--wp--preset--color--pale-cyan-blue) !important;
}

.has-vivid-cyan-blue-background-color {
    background-color: var(--wp--preset--color--vivid-cyan-blue) !important;
}

.has-vivid-purple-background-color {
    background-color: var(--wp--preset--color--vivid-purple) !important;
}

.has-black-border-color {
    border-color: var(--wp--preset--color--black) !important;
}

.has-cyan-bluish-gray-border-color {
    border-color: var(--wp--preset--color--cyan-bluish-gray) !important;
}

.has-white-border-color {
    border-color: var(--wp--preset--color--white) !important;
}

.has-pale-pink-border-color {
    border-color: var(--wp--preset--color--pale-pink) !important;
}

.has-vivid-red-border-color {
    border-color: var(--wp--preset--color--vivid-red) !important;
}

.has-luminous-vivid-orange-border-color {
    border-color: var(--wp--preset--color--luminous-vivid-orange) !important;
}

.has-luminous-vivid-amber-border-color {
    border-color: var(--wp--preset--color--luminous-vivid-amber) !important;
}

.has-light-green-cyan-border-color {
    border-color: var(--wp--preset--color--light-green-cyan) !important;
}

.has-vivid-green-cyan-border-color {
    border-color: var(--wp--preset--color--vivid-green-cyan) !important;
}

.has-pale-cyan-blue-border-color {
    border-color: var(--wp--preset--color--pale-cyan-blue) !important;
}

.has-vivid-cyan-blue-border-color {
    border-color: var(--wp--preset--color--vivid-cyan-blue) !important;
}

.has-vivid-purple-border-color {
    border-color: var(--wp--preset--color--vivid-purple) !important;
}

.has-vivid-cyan-blue-to-vivid-purple-gradient-background {
    background: var(--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple) !important;
}

.has-light-green-cyan-to-vivid-green-cyan-gradient-background {
    background: var(--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan) !important;
}

.has-luminous-vivid-amber-to-luminous-vivid-orange-gradient-background {
    background: var(--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange) !important;
}

.has-luminous-vivid-orange-to-vivid-red-gradient-background {
    background: var(--wp--preset--gradient--luminous-vivid-orange-to-vivid-red) !important;
}

.has-very-light-gray-to-cyan-bluish-gray-gradient-background {
    background: var(--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray) !important;
}

.has-cool-to-warm-spectrum-gradient-background {
    background: var(--wp--preset--gradient--cool-to-warm-spectrum) !important;
}

.has-blush-light-purple-gradient-background {
    background: var(--wp--preset--gradient--blush-light-purple) !important;
}

.has-blush-bordeaux-gradient-background {
    background: var(--wp--preset--gradient--blush-bordeaux) !important;
}

.has-luminous-dusk-gradient-background {
    background: var(--wp--preset--gradient--luminous-dusk) !important;
}

.has-pale-ocean-gradient-background {
    background: var(--wp--preset--gradient--pale-ocean) !important;
}

.has-electric-grass-gradient-background {
    background: var(--wp--preset--gradient--electric-grass) !important;
}

.has-midnight-gradient-background {
    background: var(--wp--preset--gradient--midnight) !important;
}

.has-small-font-size {
    font-size: var(--wp--preset--font-size--small) !important;
}

.has-medium-font-size {
    font-size: var(--wp--preset--font-size--medium) !important;
}

.has-large-font-size {
    font-size: var(--wp--preset--font-size--large) !important;
}

.has-x-large-font-size {
    font-size: var(--wp--preset--font-size--x-large) !important;
}

