img:is([sizes="auto"i], [sizes^="auto,"i]) {
    contain-intrinsic-size: 3000px 1500px
}


.wp-block-site-logo {
    box-sizing: border-box;
    line-height: 0
}

.wp-block-site-logo a {
    display: inline-block;
    line-height: 0
}

.wp-block-site-logo.is-default-size img {
    height: auto;
    width: 120px
}

.wp-block-site-logo img {
    height: auto;
    max-width: 100%
}

.wp-block-site-logo a,
.wp-block-site-logo img {
    border-radius: inherit
}

.wp-block-site-logo.aligncenter {
    margin-left: auto;
    margin-right: auto;
    text-align: center
}

:root :where(.wp-block-site-logo.is-style-rounded) {
    border-radius: 9999px
}


.wp-block-group {
    box-sizing: border-box
}

:where(.wp-block-group.wp-block-group-is-layout-constrained) {
    position: relative
}


.wp-block-navigation .wp-block-navigation-item__label {
    overflow-wrap: break-word
}

.wp-block-navigation .wp-block-navigation-item__description {
    display: none
}

.link-ui-tools {
    border-top: 1px solid #f0f0f0;
    padding: 8px
}

.link-ui-block-inserter {
    padding-top: 8px
}

.link-ui-block-inserter__back {
    margin-left: 8px;
    text-transform: uppercase
}


.wp-block-button__link {
    box-sizing: border-box;
    cursor: pointer;
    display: inline-block;
    text-align: center;
    word-break: break-word
}

.wp-block-button__link.aligncenter {
    text-align: center
}

.wp-block-button__link.alignright {
    text-align: right
}

:where(.wp-block-button__link) {
    border-radius: 9999px;
    box-shadow: none;
    padding: calc(.667em + 2px) calc(1.333em + 2px);
    text-decoration: none
}

.wp-block-button[style*=text-decoration] .wp-block-button__link {
    text-decoration: inherit
}

.wp-block-buttons>.wp-block-button.has-custom-width {
    max-width: none
}

.wp-block-buttons>.wp-block-button.has-custom-width .wp-block-button__link {
    width: 100%
}

.wp-block-buttons>.wp-block-button.has-custom-font-size .wp-block-button__link {
    font-size: inherit
}

.wp-block-buttons>.wp-block-button.wp-block-button__width-25 {
    width: calc(25% - var(--wp--style--block-gap, .5em)*.75)
}

.wp-block-buttons>.wp-block-button.wp-block-button__width-50 {
    width: calc(50% - var(--wp--style--block-gap, .5em)*.5)
}

.wp-block-buttons>.wp-block-button.wp-block-button__width-75 {
    width: calc(75% - var(--wp--style--block-gap, .5em)*.25)
}

.wp-block-buttons>.wp-block-button.wp-block-button__width-100 {
    flex-basis: 100%;
    width: 100%
}

.wp-block-buttons.is-vertical>.wp-block-button.wp-block-button__width-25 {
    width: 25%
}

.wp-block-buttons.is-vertical>.wp-block-button.wp-block-button__width-50 {
    width: 50%
}

.wp-block-buttons.is-vertical>.wp-block-button.wp-block-button__width-75 {
    width: 75%
}

.wp-block-button.is-style-squared,
.wp-block-button__link.wp-block-button.is-style-squared {
    border-radius: 0
}

.wp-block-button.no-border-radius,
.wp-block-button__link.no-border-radius {
    border-radius: 0 !important
}

:root :where(.wp-block-button .wp-block-button__link.is-style-outline),
:root :where(.wp-block-button.is-style-outline>.wp-block-button__link) {
    border: 2px solid;
    padding: .667em 1.333em
}

:root :where(.wp-block-button .wp-block-button__link.is-style-outline:not(.has-text-color)),
:root :where(.wp-block-button.is-style-outline>.wp-block-button__link:not(.has-text-color)) {
    color: currentColor
}

:root :where(.wp-block-button .wp-block-button__link.is-style-outline:not(.has-background)),
:root :where(.wp-block-button.is-style-outline>.wp-block-button__link:not(.has-background)) {
    background-color: initial;
    background-image: none
}


.wp-block-buttons.is-vertical {
    flex-direction: column
}

.wp-block-buttons.is-vertical>.wp-block-button:last-child {
    margin-bottom: 0
}

.wp-block-buttons>.wp-block-button {
    display: inline-block;
    margin: 0
}

.wp-block-buttons.is-content-justification-left {
    justify-content: flex-start
}

.wp-block-buttons.is-content-justification-left.is-vertical {
    align-items: flex-start
}

.wp-block-buttons.is-content-justification-center {
    justify-content: center
}

.wp-block-buttons.is-content-justification-center.is-vertical {
    align-items: center
}

.wp-block-buttons.is-content-justification-right {
    justify-content: flex-end
}

.wp-block-buttons.is-content-justification-right.is-vertical {
    align-items: flex-end
}

.wp-block-buttons.is-content-justification-space-between {
    justify-content: space-between
}

.wp-block-buttons.aligncenter {
    text-align: center
}

.wp-block-buttons:not(.is-content-justification-space-between, .is-content-justification-right, .is-content-justification-left, .is-content-justification-center) .wp-block-button.aligncenter {
    margin-left: auto;
    margin-right: auto;
    width: 100%
}

.wp-block-buttons[style*=text-decoration] .wp-block-button,
.wp-block-buttons[style*=text-decoration] .wp-block-button__link {
    text-decoration: inherit
}

.wp-block-buttons.has-custom-font-size .wp-block-button__link {
    font-size: inherit
}

.wp-block-button.aligncenter {
    text-align: center
}


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
}


ol,
ul {
    box-sizing: border-box
}

:root :where(.wp-block-list.has-background) {
    padding: 1.25em 2.375em
}


.wp-block-columns {
    align-items: normal !important;
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap !important
}

@media (min-width:782px) {
    .wp-block-columns {
        flex-wrap: nowrap !important
    }
}

.wp-block-columns.are-vertically-aligned-top {
    align-items: flex-start
}

.wp-block-columns.are-vertically-aligned-center {
    align-items: center
}

.wp-block-columns.are-vertically-aligned-bottom {
    align-items: flex-end
}

@media (max-width:781px) {
    .wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column {
        flex-basis: 100% !important
    }
}

@media (min-width:782px) {
    .wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column {
        flex-basis: 0;
        flex-grow: 1
    }

    .wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column[style*=flex-basis] {
        flex-grow: 0
    }
}

.wp-block-columns.is-not-stacked-on-mobile {
    flex-wrap: nowrap !important
}

.wp-block-columns.is-not-stacked-on-mobile>.wp-block-column {
    flex-basis: 0;
    flex-grow: 1
}

.wp-block-columns.is-not-stacked-on-mobile>.wp-block-column[style*=flex-basis] {
    flex-grow: 0
}

:where(.wp-block-columns) {
    margin-bottom: 1.75em
}

:where(.wp-block-columns.has-background) {
    padding: 1.25em 2.375em
}

.wp-block-column {
    flex-grow: 1;
    min-width: 0;
    overflow-wrap: break-word;
    word-break: break-word
}

.wp-block-column.is-vertically-aligned-top {
    align-self: flex-start
}

.wp-block-column.is-vertically-aligned-center {
    align-self: center
}

.wp-block-column.is-vertically-aligned-bottom {
    align-self: flex-end
}

.wp-block-column.is-vertically-aligned-stretch {
    align-self: stretch
}

.wp-block-column.is-vertically-aligned-bottom,
.wp-block-column.is-vertically-aligned-center,
.wp-block-column.is-vertically-aligned-top {
    width: 100%
}


@media (max-width: 768px) {
    .is-style-reverse-columns-in-mobile {
        flex-direction: column-reverse;
    }
}


.wp-block-post-featured-image {
    margin-left: 0;
    margin-right: 0
}

.wp-block-post-featured-image a {
    display: block;
    height: 100%
}

.wp-block-post-featured-image :where(img) {
    box-sizing: border-box;
    height: auto;
    max-width: 100%;
    vertical-align: bottom;
    width: 100%
}

.wp-block-post-featured-image.alignfull img,
.wp-block-post-featured-image.alignwide img {
    width: 100%
}

.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim {
    background-color: #000;
    inset: 0;
    position: absolute
}

.wp-block-post-featured-image {
    position: relative
}

.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-gradient {
    background-color: initial
}

.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-0 {
    opacity: 0
}

.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-10 {
    opacity: .1
}

.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-20 {
    opacity: .2
}

.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-30 {
    opacity: .3
}

.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-40 {
    opacity: .4
}

.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-50 {
    opacity: .5
}

.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-60 {
    opacity: .6
}

.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-70 {
    opacity: .7
}

.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-80 {
    opacity: .8
}

.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-90 {
    opacity: .9
}

.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-100 {
    opacity: 1
}

.wp-block-post-featured-image:where(.alignleft, .alignright) {
    width: 100%
}


.wp-block-post-author-name {
    box-sizing: border-box
}


.wp-block-post-title {
    box-sizing: border-box;
    word-break: break-word
}

.wp-block-post-title :where(a) {
    display: inline-block;
    font-family: inherit;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit;
    letter-spacing: inherit;
    line-height: inherit;
    text-decoration: inherit
}


:where(.wp-block-post-excerpt) {
    box-sizing: border-box;
    margin-bottom: var(--wp--style--block-gap);
    margin-top: var(--wp--style--block-gap)
}

.wp-block-post-excerpt__excerpt {
    margin-bottom: 0;
    margin-top: 0
}

.wp-block-post-excerpt__more-text {
    margin-bottom: 0;
    margin-top: var(--wp--style--block-gap)
}

.wp-block-post-excerpt__more-link {
    display: inline-block
}


.wp-block-spacer {
    clear: both
}


.wp-block-post-template {
    list-style: none;
    margin-bottom: 0;
    margin-top: 0;
    max-width: 100%;
    padding: 0
}

.wp-block-post-template.is-flex-container {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 1.25em
}

.wp-block-post-template.is-flex-container>li {
    margin: 0;
    width: 100%
}

@media (min-width:600px) {
    .wp-block-post-template.is-flex-container.is-flex-container.columns-2>li {
        width: calc(50% - .625em)
    }

    .wp-block-post-template.is-flex-container.is-flex-container.columns-3>li {
        width: calc(33.33333% - .83333em)
    }

    .wp-block-post-template.is-flex-container.is-flex-container.columns-4>li {
        width: calc(25% - .9375em)
    }

    .wp-block-post-template.is-flex-container.is-flex-container.columns-5>li {
        width: calc(20% - 1em)
    }

    .wp-block-post-template.is-flex-container.is-flex-container.columns-6>li {
        width: calc(16.66667% - 1.04167em)
    }
}

@media (max-width:600px) {
    .wp-block-post-template-is-layout-grid.wp-block-post-template-is-layout-grid.wp-block-post-template-is-layout-grid.wp-block-post-template-is-layout-grid {
        grid-template-columns: 1fr
    }
}

.wp-block-post-template-is-layout-constrained>li>.alignright,
.wp-block-post-template-is-layout-flow>li>.alignright {
    float: right;
    margin-inline-end: 0;
    margin-inline-start: 2em
}

.wp-block-post-template-is-layout-constrained>li>.alignleft,
.wp-block-post-template-is-layout-flow>li>.alignleft {
    float: left;
    margin-inline-end: 2em;
    margin-inline-start: 0
}

.wp-block-post-template-is-layout-constrained>li>.aligncenter,
.wp-block-post-template-is-layout-flow>li>.aligncenter {
    margin-inline-end: auto;
    margin-inline-start: auto
}


.wp-block-post-content {
    display: flow-root
}



.wp-block-separator {
    border: none;
    border-top: 2px solid
}

:root :where(.wp-block-separator.is-style-dots) {
    height: auto;
    line-height: 1;
    text-align: center
}

:root :where(.wp-block-separator.is-style-dots):before {
    color: currentColor;
    content: "···";
    font-family: serif;
    font-size: 1.5em;
    letter-spacing: 2em;
    padding-left: 2em
}

.wp-block-separator.is-style-dots {
    background: none !important;
    border: none !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: rect(1px, 1px, 1px, 1px);
    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: auto !important;
    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
    }
}


: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--color--brand: #4483ed;
    --wp--preset--color--brand-50: #f0f6fe;
    --wp--preset--color--brand-100: #ddeafc;
    --wp--preset--color--brand-200: #c2dbfb;
    --wp--preset--color--brand-300: #9ac6f8;
    --wp--preset--color--brand-400: #67a5f3;
    --wp--preset--color--brand-600: #2f66e1;
    --wp--preset--color--brand-700: #2651cf;
    --wp--preset--color--brand-800: #2544a8;
    --wp--preset--color--brand-900: #233d85;
    --wp--preset--color--brand-950: #1a2751;
    --wp--preset--color--base-0: #ffffff;
    --wp--preset--color--base-100: #f1f5f9;
    --wp--preset--color--base-200: #e3e9f1;
    --wp--preset--color--base-300: #cbd5e1;
    --wp--preset--color--base-400: #94a3b8;
    --wp--preset--color--base-500: #64748b;
    --wp--preset--color--base-600: #475569;
    --wp--preset--color--base-700: #334155;
    --wp--preset--color--base-800: #1e293b;
    --wp--preset--color--base-900: #0f172a;
    --wp--preset--color--transparent: transparent;
    --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--gradient--first-gradient: linear-gradient(43deg, #4158D0 0%, #C850C0 46%, #FFCC70 100%);
    --wp--preset--gradient--second-gradient: linear-gradient(90deg, #00DBDE 0%, #FC00FF 100%);
    --wp--preset--gradient--third-gradient: linear-gradient(0deg, #08AEEA 0%, #2AF598 100%);
    --wp--preset--gradient--fourth-gradient: linear-gradient(45deg, #85FFBD 0%, #FFFB7D 100%);
    --wp--preset--gradient--fifth-gradient: linear-gradient(147deg, #FFE53B 0%, #FF2525 74%);
    --wp--preset--gradient--sixth-gradient: linear-gradient(225deg, #FF3CAC 0%, #784BA0 50%, #2B86C5 100%);
    --wp--preset--gradient--primary-to-darker-primary-gradient: linear-gradient(90deg, #006EF3 0%, #002A5D 100%);
    --wp--preset--gradient--primary-to-lighter-primary-gradient: linear-gradient(90deg, #006EF3 0%, #4197ff 100%);
    --wp--preset--font-size--small: 13px;
    --wp--preset--font-size--medium: clamp(14px, 0.875rem + ((1vw - 3.2px) * 0.638), 20px);
    --wp--preset--font-size--large: clamp(22.041px, 1.378rem + ((1vw - 3.2px) * 1.485), 36px);
    --wp--preset--font-size--x-large: clamp(25.014px, 1.563rem + ((1vw - 3.2px) * 1.807), 42px);
    --wp--preset--font-size--x-small: clamp(0.75rem, 0.75rem + ((1vw - 0.2rem) * 0.213), 0.875rem);
    --wp--preset--font-size--xx-large: clamp(2rem, 2rem + ((1vw - 0.2rem) * 3.404), 4rem);
    --wp--preset--font-size--xxx-large: clamp(3rem, 3rem + ((1vw - 0.2rem) * 3.404), 5rem);
    --wp--preset--font-size--xxxx-large: clamp(4rem, 4rem + ((1vw - 0.2rem) * 5.106), 7rem);
    --wp--preset--font-family--primary: "Inter", sans-serif;
    --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--spacing--xx-small: calc(1.3rem/1.5);
    --wp--preset--spacing--x-small: 1.3rem;
    --wp--preset--spacing--small: calc(1.3rem*1.5);
    --wp--preset--spacing--medium: calc(1.3rem*2);
    --wp--preset--spacing--large: calc(1.3rem*3);
    --wp--preset--spacing--x-large: calc(1.3rem*4);
    --wp--preset--spacing--xx-large: calc(1.3rem*6);
    --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);
}

:root {
    --wp--style--global--content-size: 764px;
    --wp--style--global--wide-size: 1260px;
}

:where(body) {
    margin: 0;
}

.wp-site-blocks {
    padding-top: var(--wp--style--root--padding-top);
    padding-bottom: var(--wp--style--root--padding-bottom);
}

.has-global-padding {
    padding-right: var(--wp--style--root--padding-right);
    padding-left: var(--wp--style--root--padding-left);
}

.has-global-padding>.alignfull {
    margin-right: calc(var(--wp--style--root--padding-right) * -1);
    margin-left: calc(var(--wp--style--root--padding-left) * -1);
}

.has-global-padding :where(:not(.alignfull.is-layout-flow) > .has-global-padding:not(.wp-block-block, .alignfull)) {
    padding-right: 0;
    padding-left: 0;
}

.has-global-padding :where(:not(.alignfull.is-layout-flow) > .has-global-padding:not(.wp-block-block, .alignfull))>.alignfull {
    margin-left: 0;
    margin-right: 0;
}

.wp-site-blocks>.alignleft {
    float: left;
    margin-right: 2em;
}

.wp-site-blocks>.alignright {
    float: right;
    margin-left: 2em;
}

.wp-site-blocks>.aligncenter {
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
}

:where(.wp-site-blocks)>* {
    margin-block-start: 1.2rem;
    margin-block-end: 0;
}

:where(.wp-site-blocks)> :first-child {
    margin-block-start: 0;
}

:where(.wp-site-blocks)> :last-child {
    margin-block-end: 0;
}

:root {
    --wp--style--block-gap: 1.2rem;
}

:root :where(.is-layout-flow)> :first-child {
    margin-block-start: 0;
}

:root :where(.is-layout-flow)> :last-child {
    margin-block-end: 0;
}

:root :where(.is-layout-flow)>* {
    margin-block-start: 1.2rem;
    margin-block-end: 0;
}

:root :where(.is-layout-constrained)> :first-child {
    margin-block-start: 0;
}

:root :where(.is-layout-constrained)> :last-child {
    margin-block-end: 0;
}

:root :where(.is-layout-constrained)>* {
    margin-block-start: 1.2rem;
    margin-block-end: 0;
}

:root :where(.is-layout-flex) {
    gap: 1.2rem;
}

:root :where(.is-layout-grid) {
    gap: 1.2rem;
}

.is-layout-flow>.alignleft {
    float: left;
    margin-inline-start: 0;
    margin-inline-end: 2em;
}

.is-layout-flow>.alignright {
    float: right;
    margin-inline-start: 2em;
    margin-inline-end: 0;
}

.is-layout-flow>.aligncenter {
    margin-left: auto !important;
    margin-right: auto !important;
}

.is-layout-constrained>.alignleft {
    float: left;
    margin-inline-start: 0;
    margin-inline-end: 2em;
}

.is-layout-constrained>.alignright {
    float: right;
    margin-inline-start: 2em;
    margin-inline-end: 0;
}

.is-layout-constrained>.aligncenter {
    margin-left: auto !important;
    margin-right: auto !important;
}

.is-layout-constrained> :where(:not(.alignleft):not(.alignright):not(.alignfull)) {
    max-width: var(--wp--style--global--content-size);
    margin-left: auto !important;
    margin-right: auto !important;
}

.is-layout-constrained>.alignwide {
    max-width: var(--wp--style--global--wide-size);
}

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;
}

body {
    background-color: var(--wp--preset--color--base-100);
    color: var(--wp--preset--color--base-900);
    font-family: var(--wp--preset--font-family--primary);
    font-size: var(--wp--preset--font-size--medium);
    font-style: normal;
    font-weight: 400;
    line-height: 1.55;
    --wp--style--root--padding-top: 0px;
    --wp--style--root--padding-right: var(--wp--preset--spacing--x-large);
    --wp--style--root--padding-bottom: 0px;
    --wp--style--root--padding-left: var(--wp--preset--spacing--x-large);
}

a:where(:not(.wp-element-button)) {
    color: var(--wp--preset--color--base-900);
    text-decoration: underline;
}

:root :where(a:where(:not(.wp-element-button)):hover) {
    text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: var(--wp--preset--color--base-900);
    font-weight: 400;
    line-height: 1.2;
}

h1 {
    font-size: var(--wp--preset--font-size--xx-large);
    line-height: 1.15;
}

h2 {
    font-size: var(--wp--preset--font-size--x-large);
}

h3 {
    font-size: var(--wp--preset--font-size--large);
}

h4 {
    font-size: var(--wp--preset--font-size--medium);
}

h5 {
    font-size: var(--wp--preset--font-size--small);
}

h6 {
    font-size: var(--wp--preset--font-size--x-small);
}

:root :where(.wp-element-button, .wp-block-button__link) {
    background-color: var(--wp--preset--color--brand);
    border-radius: .33rem;
    border-color: var(--wp--preset--color--base-900);
    border-width: 0;
    color: var(--wp--preset--color--base);
    font-family: inherit;
    font-size: var(--wp--preset--font-size--medium);
    font-style: normal;
    font-weight: 500;
    line-height: inherit;
    padding-top: 0.6rem;
    padding-right: 1rem;
    padding-bottom: 0.6rem;
    padding-left: 1rem;
    text-decoration: none;
}

:root :where(.wp-element-button:hover, .wp-block-button__link:hover) {
    background-color: var(--wp--preset--color--brand-darker);
    border-color: var(--wp--preset--color--base-800);
    color: var(--wp--preset--color--base);
}

:root :where(.wp-element-button:focus, .wp-block-button__link:focus) {
    background-color: var(--wp--preset--color--brand-darker);
    border-color: var(--wp--preset--color--base-800);
    color: var(--wp--preset--color--base);
    outline-color: var(--wp--preset--color--base-900);
    outline-offset: 2px;
}

:root :where(.wp-element-button:active, .wp-block-button__link:active) {
    background-color: var(--wp--preset--color--base-900);
    color: var(--wp--preset--color--base);
}

:root :where(.wp-element-caption, .wp-block-audio figcaption, .wp-block-embed figcaption, .wp-block-gallery figcaption, .wp-block-image figcaption, .wp-block-table figcaption, .wp-block-video figcaption) {
    color: var(--wp--preset--color--base-800);
    font-size: 0.8rem;
}

.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-brand-color {
    color: var(--wp--preset--color--brand) !important;
}

.has-brand-50-color {
    color: var(--wp--preset--color--brand-50) !important;
}

.has-brand-100-color {
    color: var(--wp--preset--color--brand-100) !important;
}

.has-brand-200-color {
    color: var(--wp--preset--color--brand-200) !important;
}

.has-brand-300-color {
    color: var(--wp--preset--color--brand-300) !important;
}

.has-brand-400-color {
    color: var(--wp--preset--color--brand-400) !important;
}

.has-brand-600-color {
    color: var(--wp--preset--color--brand-600) !important;
}

.has-brand-700-color {
    color: var(--wp--preset--color--brand-700) !important;
}

.has-brand-800-color {
    color: var(--wp--preset--color--brand-800) !important;
}

.has-brand-900-color {
    color: var(--wp--preset--color--brand-900) !important;
}

.has-brand-950-color {
    color: var(--wp--preset--color--brand-950) !important;
}

.has-base-0-color {
    color: var(--wp--preset--color--base-0) !important;
}

.has-base-100-color {
    color: var(--wp--preset--color--base-100) !important;
}

.has-base-200-color {
    color: var(--wp--preset--color--base-200) !important;
}

.has-base-300-color {
    color: var(--wp--preset--color--base-300) !important;
}

.has-base-400-color {
    color: var(--wp--preset--color--base-400) !important;
}

.has-base-500-color {
    color: var(--wp--preset--color--base-500) !important;
}

.has-base-600-color {
    color: var(--wp--preset--color--base-600) !important;
}

.has-base-700-color {
    color: var(--wp--preset--color--base-700) !important;
}

.has-base-800-color {
    color: var(--wp--preset--color--base-800) !important;
}

.has-base-900-color {
    color: var(--wp--preset--color--base-900) !important;
}

.has-transparent-color {
    color: var(--wp--preset--color--transparent) !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-brand-background-color {
    background-color: var(--wp--preset--color--brand) !important;
}

.has-brand-50-background-color {
    background-color: var(--wp--preset--color--brand-50) !important;
}

.has-brand-100-background-color {
    background-color: var(--wp--preset--color--brand-100) !important;
}

.has-brand-200-background-color {
    background-color: var(--wp--preset--color--brand-200) !important;
}

.has-brand-300-background-color {
    background-color: var(--wp--preset--color--brand-300) !important;
}

.has-brand-400-background-color {
    background-color: var(--wp--preset--color--brand-400) !important;
}

.has-brand-600-background-color {
    background-color: var(--wp--preset--color--brand-600) !important;
}

.has-brand-700-background-color {
    background-color: var(--wp--preset--color--brand-700) !important;
}

.has-brand-800-background-color {
    background-color: var(--wp--preset--color--brand-800) !important;
}

.has-brand-900-background-color {
    background-color: var(--wp--preset--color--brand-900) !important;
}

.has-brand-950-background-color {
    background-color: var(--wp--preset--color--brand-950) !important;
}

.has-base-0-background-color {
    background-color: var(--wp--preset--color--base-0) !important;
}

.has-base-100-background-color {
    background-color: var(--wp--preset--color--base-100) !important;
}

.has-base-200-background-color {
    background-color: var(--wp--preset--color--base-200) !important;
}

.has-base-300-background-color {
    background-color: var(--wp--preset--color--base-300) !important;
}

.has-base-400-background-color {
    background-color: var(--wp--preset--color--base-400) !important;
}

.has-base-500-background-color {
    background-color: var(--wp--preset--color--base-500) !important;
}

.has-base-600-background-color {
    background-color: var(--wp--preset--color--base-600) !important;
}

.has-base-700-background-color {
    background-color: var(--wp--preset--color--base-700) !important;
}

.has-base-800-background-color {
    background-color: var(--wp--preset--color--base-800) !important;
}

.has-base-900-background-color {
    background-color: var(--wp--preset--color--base-900) !important;
}

.has-transparent-background-color {
    background-color: var(--wp--preset--color--transparent) !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-brand-border-color {
    border-color: var(--wp--preset--color--brand) !important;
}

.has-brand-50-border-color {
    border-color: var(--wp--preset--color--brand-50) !important;
}

.has-brand-100-border-color {
    border-color: var(--wp--preset--color--brand-100) !important;
}

.has-brand-200-border-color {
    border-color: var(--wp--preset--color--brand-200) !important;
}

.has-brand-300-border-color {
    border-color: var(--wp--preset--color--brand-300) !important;
}

.has-brand-400-border-color {
    border-color: var(--wp--preset--color--brand-400) !important;
}

.has-brand-600-border-color {
    border-color: var(--wp--preset--color--brand-600) !important;
}

.has-brand-700-border-color {
    border-color: var(--wp--preset--color--brand-700) !important;
}

.has-brand-800-border-color {
    border-color: var(--wp--preset--color--brand-800) !important;
}

.has-brand-900-border-color {
    border-color: var(--wp--preset--color--brand-900) !important;
}

.has-brand-950-border-color {
    border-color: var(--wp--preset--color--brand-950) !important;
}

.has-base-0-border-color {
    border-color: var(--wp--preset--color--base-0) !important;
}

.has-base-100-border-color {
    border-color: var(--wp--preset--color--base-100) !important;
}

.has-base-200-border-color {
    border-color: var(--wp--preset--color--base-200) !important;
}

.has-base-300-border-color {
    border-color: var(--wp--preset--color--base-300) !important;
}

.has-base-400-border-color {
    border-color: var(--wp--preset--color--base-400) !important;
}

.has-base-500-border-color {
    border-color: var(--wp--preset--color--base-500) !important;
}

.has-base-600-border-color {
    border-color: var(--wp--preset--color--base-600) !important;
}

.has-base-700-border-color {
    border-color: var(--wp--preset--color--base-700) !important;
}

.has-base-800-border-color {
    border-color: var(--wp--preset--color--base-800) !important;
}

.has-base-900-border-color {
    border-color: var(--wp--preset--color--base-900) !important;
}

.has-transparent-border-color {
    border-color: var(--wp--preset--color--transparent) !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-first-gradient-gradient-background {
    background: var(--wp--preset--gradient--first-gradient) !important;
}

.has-second-gradient-gradient-background {
    background: var(--wp--preset--gradient--second-gradient) !important;
}

.has-third-gradient-gradient-background {
    background: var(--wp--preset--gradient--third-gradient) !important;
}

.has-fourth-gradient-gradient-background {
    background: var(--wp--preset--gradient--fourth-gradient) !important;
}

.has-fifth-gradient-gradient-background {
    background: var(--wp--preset--gradient--fifth-gradient) !important;
}

.has-sixth-gradient-gradient-background {
    background: var(--wp--preset--gradient--sixth-gradient) !important;
}

.has-primary-to-darker-primary-gradient-gradient-background {
    background: var(--wp--preset--gradient--primary-to-darker-primary-gradient) !important;
}

.has-primary-to-lighter-primary-gradient-gradient-background {
    background: var(--wp--preset--gradient--primary-to-lighter-primary-gradient) !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;
}

.has-x-small-font-size {
    font-size: var(--wp--preset--font-size--x-small) !important;
}

.has-xx-large-font-size {
    font-size: var(--wp--preset--font-size--xx-large) !important;
}

.has-xxx-large-font-size {
    font-size: var(--wp--preset--font-size--xxx-large) !important;
}

.has-xxxx-large-font-size {
    font-size: var(--wp--preset--font-size--xxxx-large) !important;
}

.has-primary-font-family {
    font-family: var(--wp--preset--font-family--primary) !important;
}

:where(.wp-site-blocks *:focus) {
    outline-width: 2px;
    outline-style: solid
}

:root :where(.wp-block-button .wp-block-button__link) {
    font-size: var(--wp--preset--font-size--medium);
}

:root :where(.wp-block-button .wp-block-button__link) {
    transition: all 0.2s ease-in-out;
}

:root :where(.wp-block-buttons-is-layout-flow)> :first-child {
    margin-block-start: 0;
}

:root :where(.wp-block-buttons-is-layout-flow)> :last-child {
    margin-block-end: 0;
}

:root :where(.wp-block-buttons-is-layout-flow)>* {
    margin-block-start: 0.7rem;
    margin-block-end: 0;
}

:root :where(.wp-block-buttons-is-layout-constrained)> :first-child {
    margin-block-start: 0;
}

:root :where(.wp-block-buttons-is-layout-constrained)> :last-child {
    margin-block-end: 0;
}

:root :where(.wp-block-buttons-is-layout-constrained)>* {
    margin-block-start: 0.7rem;
    margin-block-end: 0;
}

:root :where(.wp-block-buttons-is-layout-flex) {
    gap: 0.7rem;
}

:root :where(.wp-block-buttons-is-layout-grid) {
    gap: 0.7rem;
}

:root :where(.wp-block-image.alignleft) {
    margin-bottom: var(--wp--preset--spacing--small)
}

:root :where(.wp-block-image.alignright) {
    margin-bottom: var(--wp--preset--spacing--small)
}

:root :where(.wp-block-image.is-style-rounded img) {
    border-radius: 10px
}

:root :where(.wp-block-image.is-style-circle img) {
    border-radius: 250px
}

:root :where(.wp-block-image.is-style-media-boxed) {
    background-color: var(--wp--preset--color--tertiary);
    padding: var(--wp--preset--spacing--x-large);
    border-radius: 5px
}

:root :where(.wp-block-image.is-style-media-boxed img) {
    box-shadow: 2px 2px 2px hsl(233deg 38% 85% / .2), 4px 4px 4px hsl(233deg 38% 85% / .2), 8px 8px 8px hsl(233deg 38% 85% / .2), 16px 16px 16px hsl(233deg 38% 85% / .2), 32px 32px 32px hsl(233deg 38% 85% / .2)
}

:root :where(.wp-block-image.is-style-media-boxed figcaption) {
    margin-bottom: calc(var(--wp--preset--spacing--medium) * -1) !important
}

:root :where(.wp-block-list) {
    padding-left: var(--wp--preset--spacing--x-small);
}

:root :where(.wp-block-list.is-style-checkmark-list) {
    list-style-type: "\2713";
}

:root :where(.wp-block-list.is-style-checkmark-list li) {
    padding-inline-start: 0.9rem;
}

:root :where(.wp-block-navigation) {
    font-weight: 400;
}

:root :where(.wp-block-navigation a:where(:not(.wp-element-button))) {
    text-decoration: none;
}

:root :where(.wp-block-navigation a:where(:not(.wp-element-button)):hover) {
    text-decoration: underline;
}

:root :where(p) {
    font-size: var(--wp--preset--font-size--medium);
}

:root :where(.wp-block-post-author-name) {
    font-size: var(--wp--preset--font-size--medium);
}

:root :where(.wp-block-post-author-name a:where(:not(.wp-element-button))) {
    text-decoration: none;
}

:root :where(.wp-block-post-author-name a:where(:not(.wp-element-button)):hover) {
    text-decoration: underline;
}

:root :where(.wp-block-post-excerpt) {
    line-height: 1.6;
}

:root :where(.wp-block-post-excerpt a:where(:not(.wp-element-button))) {
    color: var(--wp--preset--color--brand);
}

:root :where(.wp-block-post-featured-image a img) {
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}

:root :where(.wp-block-post-title a:where(:not(.wp-element-button))) {
    text-decoration: none;
}

:root :where(.wp-block-post-title a:where(:not(.wp-element-button)):hover) {
    text-decoration: underline;
}

:root :where(.wp-block-separator) {
    border-color: currentColor;
    border-width: 0 0 1px 0;
    border-style: solid;
    color: var(--wp--preset--color--base-900);
}

:root :where(.wp-block-separator) {}

:root :where(.wp-block-separator:not(.is-style-wide):not(.is-style-dots):not(.alignwide):not(.alignfull)) {
    width: var(--wp--preset--spacing--xx-large)
}


:root :where(.is-style-variation-light--2 h1, .is-style-variation-light--2 h2, .is-style-variation-light--2 h3, .is-style-variation-light--2 h4, .is-style-variation-light--2 h5, .is-style-variation-light--2 h6) {
    color: var(--wp--preset--color--base-800);
}

:root :where(.is-style-variation-light--2 .wp-block-group) {
    background-color: var(--wp--preset--color--base-100);
    color: var(--wp--preset--color--base-700);
}

:root :where(.wp-block-group.is-style-variation-light--2) {
    background-color: var(--wp--preset--color--base-100);
    color: var(--wp--preset--color--base-700);
}

:root :where(.is-style-variation-light--2 .wp-block-group h1, .is-style-variation-light--2 .wp-block-group h2, .is-style-variation-light--2 .wp-block-group h3, .is-style-variation-light--2 .wp-block-group h4, .is-style-variation-light--2 .wp-block-group h5, .is-style-variation-light--2 .wp-block-group h6) {
    color: var(--wp--preset--color--base-800);
}

:root :where(.is-style-variation-light--3 h1, .is-style-variation-light--3 h2, .is-style-variation-light--3 h3, .is-style-variation-light--3 h4, .is-style-variation-light--3 h5, .is-style-variation-light--3 h6) {
    color: var(--wp--preset--color--base-800);
}

:root :where(.is-style-variation-light--3 .wp-block-group) {
    background-color: var(--wp--preset--color--base-100);
    color: var(--wp--preset--color--base-700);
}

:root :where(.wp-block-group.is-style-variation-light--3) {
    background-color: var(--wp--preset--color--base-100);
    color: var(--wp--preset--color--base-700);
}

:root :where(.is-style-variation-light--3 .wp-block-group h1, .is-style-variation-light--3 .wp-block-group h2, .is-style-variation-light--3 .wp-block-group h3, .is-style-variation-light--3 .wp-block-group h4, .is-style-variation-light--3 .wp-block-group h5, .is-style-variation-light--3 .wp-block-group h6) {
    color: var(--wp--preset--color--base-800);
}


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;
}


.wp-container-core-group-is-layout-1 {
    gap: var(--wp--preset--spacing--small);
}

.wp-container-core-navigation-is-layout-1 {
    gap: var(--wp--preset--spacing--small);
    justify-content: space-between;
}

.wp-container-core-group-is-layout-2 {
    justify-content: flex-start;
}

.wp-container-core-group-is-layout-3 {
    justify-content: space-between;
}

.wp-elements-996ecb5e15bc25b319b0bc55187c9be6 a:where(:not(.wp-element-button)) {
    color: var(--wp--preset--color--base-700);
}

.wp-elements-767e0e706eb04141b6eef383fa25ac71 a:where(:not(.wp-element-button)) {
    color: var(--wp--preset--color--base-700);
}

.wp-elements-9d606d0813fb3d84295f7233119af670 a:where(:not(.wp-element-button)) {
    color: var(--wp--preset--color--base-700);
}

.wp-elements-e1903b29ef43d4984a5ea19f0dfbfaae a:where(:not(.wp-element-button)) {
    color: var(--wp--preset--color--base-700);
}

.wp-elements-e684a62707f30c260a099d8af794deea a:where(:not(.wp-element-button)) {
    color: var(--wp--preset--color--base-700);
}

.wp-container-core-group-is-layout-5 {
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}

.wp-container-core-column-is-layout-1>* {
    margin-block-start: 0;
    margin-block-end: 0;
}

.wp-container-core-column-is-layout-1>*+* {
    margin-block-start: 0;
    margin-block-end: 0;
}

.wp-container-core-column-is-layout-2>* {
    margin-block-start: 0;
    margin-block-end: 0;
}

.wp-container-core-column-is-layout-2>*+* {
    margin-block-start: 0;
    margin-block-end: 0;
}

.wp-container-core-columns-is-layout-1 {
    flex-wrap: nowrap;
    gap: var(--wp--preset--spacing--large) var(--wp--preset--spacing--large);
}

.wp-elements-81bfdc0dae9ca3e7e260d4685a1cf084 a:where(:not(.wp-element-button)) {
    color: var(--wp--preset--color--base-100);
}

.wp-elements-85a68c8069a98e66e48d2d49e01740a6 a:where(:not(.wp-element-button)) {
    color: var(--wp--preset--color--base-100);
}

.wp-container-core-group-is-layout-7>.alignfull {
    margin-right: calc(var(--wp--preset--spacing--small) * -1);
    margin-left: calc(var(--wp--preset--spacing--small) * -1);
}

.wp-elements-6982bb3aada4a7f15a0e532202f6f3e5 a:where(:not(.wp-element-button)) {
    color: var(--wp--preset--color--base-100);
}

.wp-elements-d3ba591a897b067e5ba1c697319b3a75 a:where(:not(.wp-element-button)) {
    color: var(--wp--preset--color--base-100);
}

.wp-container-core-group-is-layout-9>.alignfull {
    margin-right: calc(var(--wp--preset--spacing--small) * -1);
    margin-left: calc(var(--wp--preset--spacing--small) * -1);
}

.wp-elements-d6780dd7ab78133fb26d95b6dae2be81 a:where(:not(.wp-element-button)) {
    color: var(--wp--preset--color--base-100);
}

.wp-elements-fc6108d41f2b74686bf694a22a2bf729 a:where(:not(.wp-element-button)) {
    color: var(--wp--preset--color--base-100);
}

.wp-container-core-group-is-layout-11>.alignfull {
    margin-right: calc(var(--wp--preset--spacing--small) * -1);
    margin-left: calc(var(--wp--preset--spacing--small) * -1);
}

.wp-container-core-columns-is-layout-2 {
    flex-wrap: nowrap;
}

.wp-elements-58f469c7f64d518b71508c8f1ec7bb05 a:where(:not(.wp-element-button)) {
    color: var(--wp--preset--color--base-100);
}

.wp-elements-24c25280c3f68b998c92c7f194b211ae a:where(:not(.wp-element-button)) {
    color: var(--wp--preset--color--base-100);
}

.wp-container-core-group-is-layout-13>.alignfull {
    margin-right: calc(var(--wp--preset--spacing--small) * -1);
    margin-left: calc(var(--wp--preset--spacing--small) * -1);
}

.wp-elements-f45ac6da201c7e1f0946776c31a533e5 a:where(:not(.wp-element-button)) {
    color: var(--wp--preset--color--base-100);
}

.wp-elements-c2cc3e7d626be6620e4a754b797df3f8 a:where(:not(.wp-element-button)) {
    color: var(--wp--preset--color--base-100);
}

.wp-container-core-group-is-layout-15>.alignfull {
    margin-right: calc(var(--wp--preset--spacing--small) * -1);
    margin-left: calc(var(--wp--preset--spacing--small) * -1);
}

.wp-elements-10c334489a014200a574bc2a79756247 a:where(:not(.wp-element-button)) {
    color: var(--wp--preset--color--base-100);
}

.wp-elements-7225315f5dcb4b033148b4d71957adce a:where(:not(.wp-element-button)) {
    color: var(--wp--preset--color--base-100);
}

.wp-container-core-group-is-layout-17>.alignfull {
    margin-right: calc(var(--wp--preset--spacing--small) * -1);
    margin-left: calc(var(--wp--preset--spacing--small) * -1);
}

.wp-container-core-columns-is-layout-3 {
    flex-wrap: nowrap;
}

.wp-container-core-group-is-layout-19>.alignfull {
    margin-right: calc(var(--wp--preset--spacing--medium) * -1);
    margin-left: calc(var(--wp--preset--spacing--medium) * -1);
}

.wp-elements-4da88fed176f71ccc6c1b4950727bedc a:where(:not(.wp-element-button)) {
    color: var(--wp--preset--color--base-700);
}

.wp-elements-28dcd8a8a54d8ad34d0256ac6296ab21 a:where(:not(.wp-element-button)) {
    color: var(--wp--preset--color--base-700);
}

.wp-elements-62e94941715459310c0a7effb558634b a:where(:not(.wp-element-button)) {
    color: var(--wp--preset--color--base-700);
}

.wp-elements-cab01bab43f68d549e18c32e182c2a4a a:where(:not(.wp-element-button)) {
    color: var(--wp--preset--color--base-700);
}

.wp-elements-3e191f75abe37b76b2d99ec95ef14a95 a:where(:not(.wp-element-button)) {
    color: var(--wp--preset--color--base-700);
}

.wp-elements-5c098200be47bf8c0c4f58bd02f3c398 a:where(:not(.wp-element-button)) {
    color: var(--wp--preset--color--base-700);
}

.wp-container-core-columns-is-layout-4 {
    flex-wrap: nowrap;
}

.wp-container-core-group-is-layout-20>.alignfull {
    margin-right: calc(var(--wp--preset--spacing--small) * -1);
    margin-left: calc(var(--wp--preset--spacing--small) * -1);
}

.wp-elements-c58866d985c4114be67b0fe67d73431c a:where(:not(.wp-element-button)) {
    color: var(--wp--preset--color--base-100);
}

.wp-elements-ea15178a3190cbd97ab1e4e25360697e a:where(:not(.wp-element-button)) {
    color: var(--wp--preset--color--base-0-color);
}

.wp-container-core-buttons-is-layout-3 {
    justify-content: center;
}

.wp-container-core-column-is-layout-11>* {
    margin-block-start: 0;
    margin-block-end: 0;
}

.wp-container-core-column-is-layout-11>*+* {
    margin-block-start: var(--wp--preset--spacing--medium);
    margin-block-end: 0;
}

.wp-container-core-columns-is-layout-5 {
    flex-wrap: nowrap;
    gap: var(--wp--preset--spacing--large) var(--wp--preset--spacing--large);
}

.wp-container-core-group-is-layout-22>.alignfull {
    margin-right: calc(var(--wp--preset--spacing--small) * -1);
    margin-left: calc(var(--wp--preset--spacing--small) * -1);
}

.wp-elements-97079f914eda785bfe556a2faa99afbe a:where(:not(.wp-element-button)) {
    color: var(--wp--preset--color--base-100);
}

.wp-elements-491a6fc0b8cb1cf27f98e6741eba7ccb a:where(:not(.wp-element-button)) {
    color: var(--wp--preset--color--base-200);
}

.wp-container-core-group-is-layout-23>.alignfull {
    margin-right: calc(var(--wp--preset--spacing--small) * -1);
    margin-left: calc(var(--wp--preset--spacing--small) * -1);
}

.wp-elements-4dbfdd1d9896018438f9bf7d62468818 a:where(:not(.wp-element-button)) {
    color: var(--wp--preset--color--base-100);
}

.wp-elements-7598a56f20cfc2dd76d41b09f577e1fd a:where(:not(.wp-element-button)) {
    color: var(--wp--preset--color--base-200);
}

.wp-container-core-group-is-layout-24>.alignfull {
    margin-right: calc(var(--wp--preset--spacing--small) * -1);
    margin-left: calc(var(--wp--preset--spacing--small) * -1);
}

.wp-container-core-columns-is-layout-6 {
    flex-wrap: nowrap;
}

.wp-elements-93ca4b5bfd5f52a5ad4bdba7465a3dbc a:where(:not(.wp-element-button)) {
    color: var(--wp--preset--color--base-100);
}

.wp-elements-2a72256e1fa8b93f1c826dfc46f58512 a:where(:not(.wp-element-button)) {
    color: var(--wp--preset--color--base-200);
}

.wp-container-core-group-is-layout-25>.alignfull {
    margin-right: calc(var(--wp--preset--spacing--small) * -1);
    margin-left: calc(var(--wp--preset--spacing--small) * -1);
}

.wp-elements-cfe520415a907ccef38945d494299315 a:where(:not(.wp-element-button)) {
    color: var(--wp--preset--color--base-100);
}

.wp-elements-0b2dddd789157a657cb2ddd8cefa7c2d a:where(:not(.wp-element-button)) {
    color: var(--wp--preset--color--base-200);
}

.wp-container-core-group-is-layout-26>.alignfull {
    margin-right: calc(var(--wp--preset--spacing--small) * -1);
    margin-left: calc(var(--wp--preset--spacing--small) * -1);
}

.wp-elements-3a8d1e50c61a1ee0b938e5e9fb6d6fb5 a:where(:not(.wp-element-button)) {
    color: var(--wp--preset--color--base-100);
}

.wp-elements-00db09e8ec544241bfb29d37c8349081 a:where(:not(.wp-element-button)) {
    color: var(--wp--preset--color--base-200);
}

.wp-container-core-group-is-layout-27>.alignfull {
    margin-right: calc(var(--wp--preset--spacing--small) * -1);
    margin-left: calc(var(--wp--preset--spacing--small) * -1);
}

.wp-container-core-columns-is-layout-7 {
    flex-wrap: nowrap;
}

.wp-elements-eefe650ed30db1fdb9c62d7fa121122b a:where(:not(.wp-element-button)) {
    color: var(--wp--preset--color--base-100);
}

.wp-elements-3d2ec40e5c3e9cf8273f103c834059f8 a:where(:not(.wp-element-button)) {
    color: var(--wp--preset--color--base-200);
}

.wp-container-core-group-is-layout-28>.alignfull {
    margin-right: calc(var(--wp--preset--spacing--small) * -1);
    margin-left: calc(var(--wp--preset--spacing--small) * -1);
}

.wp-elements-ba16b64a11bb22fd1f454139d697a65c a:where(:not(.wp-element-button)) {
    color: var(--wp--preset--color--base-100);
}

.wp-elements-c7780d9b0ebfc239cbe03ca3614feefc a:where(:not(.wp-element-button)) {
    color: var(--wp--preset--color--base-200);
}

.wp-container-core-group-is-layout-29>.alignfull {
    margin-right: calc(var(--wp--preset--spacing--small) * -1);
    margin-left: calc(var(--wp--preset--spacing--small) * -1);
}

.wp-elements-177fa6c12085b8a22689bf426f8512e8 a:where(:not(.wp-element-button)) {
    color: var(--wp--preset--color--base-100);
}

.wp-elements-0b6218ff681ef49f6bf0b6bd35c126f1 a:where(:not(.wp-element-button)) {
    color: var(--wp--preset--color--base-200);
}

.wp-container-core-group-is-layout-30>.alignfull {
    margin-right: calc(var(--wp--preset--spacing--small) * -1);
    margin-left: calc(var(--wp--preset--spacing--small) * -1);
}

.wp-container-core-columns-is-layout-8 {
    flex-wrap: nowrap;
}

.wp-container-core-group-is-layout-31>.alignfull {
    margin-right: calc(var(--wp--preset--spacing--medium) * -1);
    margin-left: calc(var(--wp--preset--spacing--medium) * -1);
}

.wp-container-core-group-is-layout-32>.alignfull {
    margin-right: calc(var(--wp--preset--spacing--medium) * -1);
    margin-left: calc(var(--wp--preset--spacing--medium) * -1);
}

.wp-elements-9d5d001c206664e78b8d94b9180e479f a:where(:not(.wp-element-button)) {
    color: var(--wp--preset--color--base-100);
}

.wp-elements-2015b02ecc733c0888e341a3ab5bb190 a:where(:not(.wp-element-button)) {
    color: var(--wp--preset--color--base-0-color);
}

.wp-container-core-buttons-is-layout-4 {
    justify-content: center;
}

.wp-container-core-column-is-layout-20>* {
    margin-block-start: 0;
    margin-block-end: 0;
}

.wp-container-core-column-is-layout-20>*+* {
    margin-block-start: var(--wp--preset--spacing--medium);
    margin-block-end: 0;
}

.wp-container-core-columns-is-layout-9 {
    flex-wrap: nowrap;
    gap: var(--wp--preset--spacing--large) var(--wp--preset--spacing--large);
}

.wp-container-core-group-is-layout-34>.alignfull {
    margin-right: calc(var(--wp--preset--spacing--small) * -1);
    margin-left: calc(var(--wp--preset--spacing--small) * -1);
}

.wp-container-content-3 {
    flex-basis: min(2.5rem, 3vw);
}

.wp-container-content-4 {
    flex-basis: min(2.5rem, 3vw);
}

.wp-container-content-5 {
    flex-basis: min(2.5rem, 3vw);
}

.wp-container-core-group-is-layout-35 {
    flex-wrap: nowrap;
    gap: 10px;
    flex-direction: column;
    align-items: flex-start;
}

.wp-container-core-group-is-layout-36>.alignfull {
    margin-right: calc(0px * -1);
    margin-left: calc(0px * -1);
}

.wp-container-content-6 {
    flex-basis: min(2.5rem, 3vw);
}

.wp-container-content-7 {
    flex-basis: min(2.5rem, 3vw);
}

.wp-container-content-8 {
    flex-basis: min(2.5rem, 3vw);
}

.wp-container-core-group-is-layout-37 {
    flex-wrap: nowrap;
    gap: 10px;
    flex-direction: column;
    align-items: flex-start;
}

.wp-container-core-group-is-layout-38>.alignfull {
    margin-right: calc(0px * -1);
    margin-left: calc(0px * -1);
}

.wp-container-core-post-template-is-layout-1 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: var(--wp--preset--spacing--medium);
}

.wp-container-core-columns-is-layout-10 {
    flex-wrap: nowrap;
}

.wp-container-core-group-is-layout-40>.alignfull {
    margin-right: calc(var(--wp--preset--spacing--medium) * -1);
    margin-left: calc(var(--wp--preset--spacing--medium) * -1);
}

.wp-elements-78798e18d1f851a6cebfcbf36ef0a8da a:where(:not(.wp-element-button)) {
    color: var(--wp--preset--color--base-100);
}

.wp-elements-32945ac6962ca86fbae4e46ae46674c2 a:where(:not(.wp-element-button)) {
    color: var(--wp--preset--color--base-0-color);
}

.wp-container-core-buttons-is-layout-5 {
    justify-content: center;
}

.wp-container-core-column-is-layout-23>* {
    margin-block-start: 0;
    margin-block-end: 0;
}

.wp-container-core-column-is-layout-23>*+* {
    margin-block-start: var(--wp--preset--spacing--medium);
    margin-block-end: 0;
}

.wp-container-core-columns-is-layout-11 {
    flex-wrap: nowrap;
    gap: var(--wp--preset--spacing--large) var(--wp--preset--spacing--large);
}

.wp-container-core-group-is-layout-42>.alignfull {
    margin-right: calc(var(--wp--preset--spacing--small) * -1);
    margin-left: calc(var(--wp--preset--spacing--small) * -1);
}

.wp-elements-b79b33c8af2be48533d4f360d39a760e a:where(:not(.wp-element-button)) {
    color: var(--wp--preset--color--base);
}

.wp-elements-2afada283da89acff2a9748d1d87126e a:where(:not(.wp-element-button)) {
    color: var(--wp--preset--color--base-100);
}

.wp-elements-1287396a2729647a80a629306983ee98 a:where(:not(.wp-element-button)) {
    color: var(--wp--preset--color--base-100);
}

.wp-container-core-social-links-is-layout-1 {
    gap: 20px 20px;
    justify-content: flex-start;
}

.wp-container-core-columns-is-layout-12 {
    flex-wrap: nowrap;
    gap: var(--wp--preset--spacing--small) var(--wp--preset--spacing--large);
}

.wp-elements-05583549b11154444eda547cddbf3c7f a:where(:not(.wp-element-button)) {
    color: var(--wp--preset--color--brand-200);
}

.wp-container-core-group-is-layout-44 {
    gap: var(--wp--preset--spacing--medium);
    justify-content: space-between;
}


.skip-link.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important;
}

.skip-link.screen-reader-text:focus {
    background-color: #eee;
    clip: auto !important;
    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;
}


.whatsapp-fab {
    position: fixed;
    bottom: 25px;
    right: 25px;
    background-color: #25D366;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.4);
    transition: all 0.3s ease;
    z-index: 1000;
}


.whatsapp-fab svg {
    width: 35px;
    height: 35px;
    fill: white;
}


.whatsapp-fab:hover {
    transform: scale(1.1);
    box-shadow: 2px 2px 11px rgba(0, 0, 0, 0.7);
    background-color: #20ba57;
}


.whatsapp-fab::before {
    content: "Chat with us!";
    position: absolute;
    top: -40px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #333;
    color: white;
    padding: 5px 10px;
    border-radius: 5px;
    font-size: 14px;
    opacity: 0;
    transition: opacity 0.3s ease;
    white-space: nowrap;
}

.whatsapp-fab:hover::before {
    opacity: 1;
}