
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-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 {
    align-content: center;
    box-sizing: border-box;
    cursor: pointer;
    display: inline-block;
    height: 100%;
    text-align: center;
    width: 100%;
    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 {
    box-sizing: border-box
}

.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
}

.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
    }
}


.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%
}

.wp-block-group {
    box-sizing: border-box
}

:where(.wp-block-group.wp-block-group-is-layout-constrained) {
    position: relative
}

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
}

.wp-block-image>a,
.wp-block-image>figure>a {
    display: inline-block
}

.wp-block-image img {
    box-sizing: border-box;
    height: auto;
    max-width: 100%;
    vertical-align: bottom
}

@media not (prefers-reduced-motion) {
    .wp-block-image img.hide {
        visibility: hidden
    }

    .wp-block-image img.show {
        animation: show-content-image .4s
    }
}

.wp-block-image[style*=border-radius] img,
.wp-block-image[style*=border-radius]>a {
    border-radius: inherit
}

.wp-block-image.has-custom-border img {
    box-sizing: border-box
}

.wp-block-image.aligncenter {
    text-align: center
}

.wp-block-image.alignfull>a,
.wp-block-image.alignwide>a {
    width: 100%
}

.wp-block-image.alignfull img,
.wp-block-image.alignwide img {
    height: auto;
    width: 100%
}

.wp-block-image .aligncenter,
.wp-block-image .alignleft,
.wp-block-image .alignright,
.wp-block-image.aligncenter,
.wp-block-image.alignleft,
.wp-block-image.alignright {
    display: table
}

.wp-block-image .aligncenter>figcaption,
.wp-block-image .alignleft>figcaption,
.wp-block-image .alignright>figcaption,
.wp-block-image.aligncenter>figcaption,
.wp-block-image.alignleft>figcaption,
.wp-block-image.alignright>figcaption {
    caption-side: bottom;
    display: table-caption
}

.wp-block-image .alignleft {
    float: left;
    margin: .5em 1em .5em 0
}

.wp-block-image .alignright {
    float: right;
    margin: .5em 0 .5em 1em
}

.wp-block-image .aligncenter {
    margin-left: auto;
    margin-right: auto
}

.wp-block-image :where(figcaption) {
    margin-bottom: 1em;
    margin-top: .5em
}

.wp-block-image.is-style-circle-mask img {
    border-radius: 9999px
}

@supports ((-webkit-mask-image:none) or (mask-image:none)) or (-webkit-mask-image:none) {
    .wp-block-image.is-style-circle-mask img {
        border-radius: 0;}

.wp-block-video {
    box-sizing: border-box
}

.wp-block-video video {
    vertical-align: middle;
    width: 100%
}

@supports (position:sticky) {
    .wp-block-video [poster] {
        object-fit: cover
    }
}

.wp-block-video.aligncenter {
    text-align: center
}

.wp-block-video :where(figcaption) {
    margin-bottom: 1em;
    margin-top: .5em
}

.wp-block-post-content {
    display: flow-root
}

: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
    }
}

: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--base: #FFFFFF;
    --wp--preset--color--contrast: #111111;
    --wp--preset--color--accent-1: #FFEE58;
    --wp--preset--color--accent-2: #F6CFF4;
    --wp--preset--color--accent-3: #503AA8;
    --wp--preset--color--accent-4: #686868;
    --wp--preset--color--accent-5: #FBFAF3;
    --wp--preset--color--accent-6: color-mix(in srgb, currentColor 20%, transparent);
    --wp--preset--color--custom-soft-green: #95bf47;
    --wp--preset--color--custom-very-dark-blue: #262f37;
    --wp--preset--color--custom-light-blue: #a9cce3;
    --wp--preset--color--custom-light-gray: #d3d3d3;
    --wp--preset--color--custom-greyish: #e5f0f5;
    --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: 0.875rem;
    --wp--preset--font-size--medium: clamp(1rem, 1rem + ((1vw - 0.2rem) * 0.156), 1.125rem);
    --wp--preset--font-size--large: clamp(1.125rem, 1.125rem + ((1vw - 0.2rem) * 0.313), 1.375rem);
    --wp--preset--font-size--x-large: clamp(1.75rem, 1.75rem + ((1vw - 0.2rem) * 0.313), 2rem);
    --wp--preset--font-size--xx-large: clamp(2.15rem, 2.15rem + ((1vw - 0.2rem) * 1.063), 3rem);
    --wp--preset--font-family--roboto: Roboto, sans-serif;
    --wp--preset--spacing--20: 10px;
    --wp--preset--spacing--30: 20px;
    --wp--preset--spacing--40: 30px;
    --wp--preset--spacing--50: clamp(30px, 5vw, 50px);
    --wp--preset--spacing--60: clamp(30px, 7vw, 70px);
    --wp--preset--spacing--70: clamp(50px, 7vw, 90px);
    --wp--preset--spacing--80: clamp(70px, 10vw, 140px);
    --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: 100%;
    --wp--style--global--wide-size: 90%;
}

: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: 0rem;
    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: 0rem;
}

: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: 0rem;
    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: 0rem;
    margin-block-end: 0;
}

:root :where(.is-layout-flex) {
    gap: 0rem;
}

:root :where(.is-layout-grid) {
    gap: 0rem;
}

.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);
    color: var(--wp--preset--color--contrast);
    font-family: var(--wp--preset--font-family--roboto);
    font-size: var(--wp--preset--font-size--large);
    font-style: normal;
    font-weight: 400;
    letter-spacing: -0.1px;
    line-height: 1.4;
    --wp--style--root--padding-top: 0px;
    --wp--style--root--padding-right: var(--wp--preset--spacing--30);
    --wp--style--root--padding-bottom: 0px;
    --wp--style--root--padding-left: var(--wp--preset--spacing--30);
    text-transform: none;
}

a:where(:not(.wp-element-button)) {
    color: currentColor;
    font-family: var(--wp--preset--font-family--roboto);
    font-style: normal;
    font-weight: 400;
    text-decoration: none;
}

:root :where(a:where(:not(.wp-element-button)):hover) {
    text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-style: normal;
    font-weight: 400;
    letter-spacing: -0.1px;
    line-height: 1.125;
}

h1 {
    font-family: var(--wp--preset--font-family--roboto);
    font-size: clamp(29.768px, 1.861rem + ((1vw - 3.2px) * 1.737), 52px);
    font-style: normal;
    font-weight: 700;
    text-transform: uppercase;
}

h2 {
    font-family: var(--wp--preset--font-family--roboto);
    font-size: clamp(25.014px, 1.563rem + ((1vw - 3.2px) * 1.327), 42px);
    font-style: normal;
    font-weight: 700;
    text-transform: uppercase;
}

h3 {
    font-size: var(--wp--preset--font-size--large);
    font-style: normal;
    font-weight: 700;
    text-transform: uppercase;
}

h4 {
    font-size: var(--wp--preset--font-size--medium);
}

h5 {
    font-size: var(--wp--preset--font-size--small);
    letter-spacing: 0.5px;
}

h6 {
    font-size: var(--wp--preset--font-size--small);
    font-weight: 700;
    letter-spacing: 1.4px;
    text-transform: uppercase;
}

:root :where(.wp-element-button, .wp-block-button__link) {
    background-color: var(--wp--preset--color--custom-soft-green);
    border-width: 0;
    color: var(--wp--preset--color--base);
    font-family: var(--wp--preset--font-family--roboto);
    font-size: var(--wp--preset--font-size--medium);
    font-style: normal;
    font-weight: 400;
    line-height: inherit;
    padding-top: 1rem;
    padding-right: 1.25rem;
    padding-bottom: 1rem;
    padding-left: 1.25rem;
    text-decoration: none;
    text-transform: capitalize;
}

:root :where(.wp-element-button:hover, .wp-block-button__link:hover) {
    background-color: color-mix(in srgb, var(--wp--preset--color--contrast) 85%, transparent);
    border-color: transparent;
    color: var(--wp--preset--color--base);
}

:root :where(.wp-element-button:focus, .wp-block-button__link:focus) {
    outline-color: var(--wp--preset--color--accent-4);
    outline-offset: 2px;
}

: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) {
    font-size: var(--wp--preset--font-size--small);
    line-height: 1.4;
}

.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-base-color {
    color: var(--wp--preset--color--base) !important;
}

.has-contrast-color {
    color: var(--wp--preset--color--contrast) !important;
}

.has-accent-1-color {
    color: var(--wp--preset--color--accent-1) !important;
}

.has-accent-2-color {
    color: var(--wp--preset--color--accent-2) !important;
}

.has-accent-3-color {
    color: var(--wp--preset--color--accent-3) !important;
}

.has-accent-4-color {
    color: var(--wp--preset--color--accent-4) !important;
}

.has-accent-5-color {
    color: var(--wp--preset--color--accent-5) !important;
}

.has-accent-6-color {
    color: var(--wp--preset--color--accent-6) !important;
}

.has-custom-soft-green-color {
    color: var(--wp--preset--color--custom-soft-green) !important;
}

.has-custom-very-dark-blue-color {
    color: var(--wp--preset--color--custom-very-dark-blue) !important;
}

.has-custom-light-blue-color {
    color: var(--wp--preset--color--custom-light-blue) !important;
}

.has-custom-light-gray-color {
    color: var(--wp--preset--color--custom-light-gray) !important;
}

.has-custom-greyish-color {
    color: var(--wp--preset--color--custom-greyish) !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-base-background-color {
    background-color: var(--wp--preset--color--base) !important;
}

.has-contrast-background-color {
    background-color: var(--wp--preset--color--contrast) !important;
}

.has-accent-1-background-color {
    background-color: var(--wp--preset--color--accent-1) !important;
}

.has-accent-2-background-color {
    background-color: var(--wp--preset--color--accent-2) !important;
}

.has-accent-3-background-color {
    background-color: var(--wp--preset--color--accent-3) !important;
}

.has-accent-4-background-color {
    background-color: var(--wp--preset--color--accent-4) !important;
}

.has-accent-5-background-color {
    background-color: var(--wp--preset--color--accent-5) !important;
}

.has-accent-6-background-color {
    background-color: var(--wp--preset--color--accent-6) !important;
}

.has-custom-soft-green-background-color {
    background-color: var(--wp--preset--color--custom-soft-green) !important;
}

.has-custom-very-dark-blue-background-color {
    background-color: var(--wp--preset--color--custom-very-dark-blue) !important;
}

.has-custom-light-blue-background-color {
    background-color: var(--wp--preset--color--custom-light-blue) !important;
}

.has-custom-light-gray-background-color {
    background-color: var(--wp--preset--color--custom-light-gray) !important;
}

.has-custom-greyish-background-color {
    background-color: var(--wp--preset--color--custom-greyish) !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-base-border-color {
    border-color: var(--wp--preset--color--base) !important;
}

.has-contrast-border-color {
    border-color: var(--wp--preset--color--contrast) !important;
}

.has-accent-1-border-color {
    border-color: var(--wp--preset--color--accent-1) !important;
}

.has-accent-2-border-color {
    border-color: var(--wp--preset--color--accent-2) !important;
}

.has-accent-3-border-color {
    border-color: var(--wp--preset--color--accent-3) !important;
}

.has-accent-4-border-color {
    border-color: var(--wp--preset--color--accent-4) !important;
}

.has-accent-5-border-color {
    border-color: var(--wp--preset--color--accent-5) !important;
}

.has-accent-6-border-color {
    border-color: var(--wp--preset--color--accent-6) !important;
}

.has-custom-soft-green-border-color {
    border-color: var(--wp--preset--color--custom-soft-green) !important;
}

.has-custom-very-dark-blue-border-color {
    border-color: var(--wp--preset--color--custom-very-dark-blue) !important;
}

.has-custom-light-blue-border-color {
    border-color: var(--wp--preset--color--custom-light-blue) !important;
}

.has-custom-light-gray-border-color {
    border-color: var(--wp--preset--color--custom-light-gray) !important;
}

.has-custom-greyish-border-color {
    border-color: var(--wp--preset--color--custom-greyish) !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;
}

.has-xx-large-font-size {
    font-size: var(--wp--preset--font-size--xx-large) !important;
}

.has-roboto-font-family {
    font-family: var(--wp--preset--font-family--roboto) !important;
}

:where(.wp-site-blocks *:focus) {
    outline-width: 0px !important;
    outline-style: inherit;
}

.cus_sticky {
    position: sticky;
    height: fit-content;
    top: 50px;
}

:root :where(.wp-block-button .wp-block-button__link) {
    background-color: var(--wp--preset--color--custom-soft-green);
    border-radius: 10px;
    color: var(--wp--preset--color--custom-very-dark-blue);
    font-family: var(--wp--preset--font-family--roboto);
    font-size: clamp(14px, 0.875rem + ((1vw - 3.2px) * 0.156), 16px);
    font-style: normal;
    font-weight: 700;
    padding-top: 12px;
    padding-right: 18px;
    padding-bottom: 12px;
    padding-left: 18px;
}

:root :where(.wp-block-button .wp-block-button__link a:where(:not(.wp-element-button))) {
    color: var(--wp--preset--color--custom-light-gray);
}

:root :where(.wp-block-columns-is-layout-flow)> :first-child {
    margin-block-start: 0;
}

:root :where(.wp-block-columns-is-layout-flow)> :last-child {
    margin-block-end: 0;
}

:root :where(.wp-block-columns-is-layout-flow)>* {
    margin-block-start: var(--wp--preset--spacing--50);
    margin-block-end: 0;
}

:root :where(.wp-block-columns-is-layout-constrained)> :first-child {
    margin-block-start: 0;
}

:root :where(.wp-block-columns-is-layout-constrained)> :last-child {
    margin-block-end: 0;
}

:root :where(.wp-block-columns-is-layout-constrained)>* {
    margin-block-start: var(--wp--preset--spacing--50);
    margin-block-end: 0;
}

:root :where(.wp-block-columns-is-layout-flex) {
    gap: var(--wp--preset--spacing--50);
}

:root :where(.wp-block-columns-is-layout-grid) {
    gap: var(--wp--preset--spacing--50);
}

: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: 16px;
    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: 16px;
    margin-block-end: 0;
}

:root :where(.wp-block-buttons-is-layout-flex) {
    gap: 16px;
}

:root :where(.wp-block-buttons-is-layout-grid) {
    gap: 16px;
}

:root :where(.wp-block-navigation) {
    font-size: var(--wp--preset--font-size--medium);
}

: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(.wp-block-heading) {
    padding-top: 0;
    padding-bottom: 0;
}

:root :where(p) {
    padding-top: 5px;
    padding-bottom: 5px;
}

:root :where(.wp-block-social-links) {
    padding-top: var(--wp--preset--spacing--20);
    padding-bottom: var(--wp--preset--spacing--20);
}

:root :where(.wp-block-social-links-is-layout-flow)> :first-child {
    margin-block-start: 0;
}

:root :where(.wp-block-social-links-is-layout-flow)> :last-child {
    margin-block-end: 0;
}

:root :where(.wp-block-social-links-is-layout-flow)>* {
    margin-block-start: var(--wp--preset--spacing--30);
    margin-block-end: 0;
}

:root :where(.wp-block-social-links-is-layout-constrained)> :first-child {
    margin-block-start: 0;
}

:root :where(.wp-block-social-links-is-layout-constrained)> :last-child {
    margin-block-end: 0;
}

:root :where(.wp-block-social-links-is-layout-constrained)>* {
    margin-block-start: var(--wp--preset--spacing--30);
    margin-block-end: 0;
}

:root :where(.wp-block-social-links-is-layout-flex) {
    gap: var(--wp--preset--spacing--30);
}

:root :where(.wp-block-social-links-is-layout-grid) {
    gap: var(--wp--preset--spacing--30);
}

:root :where(.is-style-section-5--3 .wp-element-button, .is-style-section-5--3 .wp-block-button__link) {
    background-color: var(--wp--preset--color--base);
    color: var(--wp--preset--color--contrast);
}

:root :where(.is-style-section-5--3 .wp-element-button:hover, .is-style-section-5--3 .wp-block-button__link:hover) {
    background-color: color-mix(in srgb, var(--wp--preset--color--base) 80%, transparent);
    color: var(--wp--preset--color--contrast);
}

:root :where(.is-style-section-5--3 .wp-block-separator) {
    color: color-mix(in srgb, currentColor 25%, transparent);
}

:root :where(.is-style-section-5--3 .wp-block-post-author-name) {
    color: currentColor;
}

:root :where(.is-style-section-5--3 .wp-block-post-author-name a:where(:not(.wp-element-button))) {
    color: currentColor;
}

:root :where(.is-style-section-5--3 .wp-block-post-date) {
    color: color-mix(in srgb, currentColor 85%, transparent);
}

:root :where(.is-style-section-5--3 .wp-block-post-date a:where(:not(.wp-element-button))) {
    color: color-mix(in srgb, currentColor 85%, transparent);
}

:root :where(.is-style-section-5--3 .wp-block-post-terms) {
    color: currentColor;
}

:root :where(.is-style-section-5--3 .wp-block-post-terms a:where(:not(.wp-element-button))) {
    color: currentColor;
}

:root :where(.is-style-section-5--3 .wp-block-comment-author-name) {
    color: currentColor;
}

:root :where(.is-style-section-5--3 .wp-block-comment-author-name a:where(:not(.wp-element-button))) {
    color: currentColor;
}

:root :where(.is-style-section-5--3 .wp-block-comment-date) {
    color: currentColor;
}

:root :where(.is-style-section-5--3 .wp-block-comment-date a:where(:not(.wp-element-button))) {
    color: currentColor;
}

:root :where(.is-style-section-5--3 .wp-block-comment-edit-link) {
    color: currentColor;
}

:root :where(.is-style-section-5--3 .wp-block-comment-edit-link a:where(:not(.wp-element-button))) {
    color: currentColor;
}

:root :where(.is-style-section-5--3 .wp-block-comment-reply-link) {
    color: currentColor;
}

:root :where(.is-style-section-5--3 .wp-block-comment-reply-link a:where(:not(.wp-element-button))) {
    color: currentColor;
}

:root :where(.is-style-section-5--3 .wp-block-pullquote) {
    color: currentColor;
}

:root :where(.is-style-section-5--3 .wp-block-quote) {
    color: currentColor;
}

:root :where(.wp-block-group.is-style-section-5--3) {
    background-color: var(--wp--preset--color--contrast);
    color: var(--wp--preset--color--base);
}

:root :where(.wp-block-heading.is-style-text-display--4) {
    font-size: clamp(2.2rem, 2.2rem + ((1vw - 0.2rem) * 1.333), 3.5rem);
    line-height: 1.2;
}

:root :where(.wp-block-heading.is-style-text-subtitle--5) {
    font-size: clamp(1.5rem, 1.5rem + ((1vw - 0.2rem) * 0.392), 1.75rem);
    line-height: 1.2;
}

:root :where(p.is-style-text-subtitle--6) {
    font-size: clamp(1.5rem, 1.5rem + ((1vw - 0.2rem) * 0.392), 1.75rem);
    line-height: 1.2;
}

:root :where(.wp-block-heading.is-style-text-subtitle--7) {
    font-size: clamp(1.5rem, 1.5rem + ((1vw - 0.2rem) * 0.392), 1.75rem);
    line-height: 1.2;
}

:root :where(p.is-style-text-subtitle--8) {
    font-size: clamp(1.5rem, 1.5rem + ((1vw - 0.2rem) * 0.392), 1.75rem);
    line-height: 1.2;
}

:root :where(.wp-block-heading.is-style-text-subtitle--9) {
    font-size: clamp(1.5rem, 1.5rem + ((1vw - 0.2rem) * 0.392), 1.75rem);
    line-height: 1.2;
}

:root :where(p.is-style-text-subtitle--10) {
    font-size: clamp(1.5rem, 1.5rem + ((1vw - 0.2rem) * 0.392), 1.75rem);
    line-height: 1.2;
}

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-elements-22aeaa0282c9cf34459b4f623d1793ac a:where(:not(.wp-element-button)) {
    color: var(--wp--preset--color--base);
}

.wp-container-core-navigation-is-layout-f6e88217 {
    gap: var(--wp--preset--spacing--50);
    justify-content: center;
}

.wp-container-core-column-is-layout-12dd3699> :where(:not(.alignleft):not(.alignright):not(.alignfull)) {
    margin-left: 0 !important;
}

.wp-container-core-buttons-is-layout-d445cf74 {
    justify-content: flex-end;
}

.wp-container-core-column-is-layout-f1f2ed93> :where(:not(.alignleft):not(.alignright):not(.alignfull)) {
    margin-right: 0 !important;
}

.wp-container-core-columns-is-layout-28f84493 {
    flex-wrap: nowrap;
}

.wp-container-core-group-is-layout-7c1d0fea> :where(:not(.alignleft):not(.alignright):not(.alignfull)) {
    max-width: 90%;
    margin-left: auto !important;
    margin-right: auto !important;
}

.wp-container-core-group-is-layout-7c1d0fea>.alignwide {
    max-width: 90%;
}

.wp-container-core-group-is-layout-7c1d0fea .alignfull {
    max-width: none;
}

.wp-container-2 {
    top: calc(0px + var(--wp-admin--admin-bar--position-offset, 0px));
    position: sticky;
    z-index: 10;
}

.wp-elements-74aa03b0fcb3311a62314ecb2bed780b a:where(:not(.wp-element-button)) {
    color: var(--wp--preset--color--custom-very-dark-blue);
}

.wp-elements-386fb96ae88db4428f418cd2600ac327 a:where(:not(.wp-element-button)) {
    color: var(--wp--preset--color--contrast);
}

.wp-container-core-columns-is-layout-d1cca37c {
    flex-wrap: nowrap;
    gap: var(--wp--preset--spacing--60) var(--wp--preset--spacing--50);
}

.wp-elements-84d20e6056eeef62fc7d0bec79511d93 a:where(:not(.wp-element-button)) {
    color: var(--wp--preset--color--custom-very-dark-blue);
}

.wp-elements-69fa8c5926b5519251f61c27276812e1 a:where(:not(.wp-element-button)) {
    color: var(--wp--preset--color--custom-very-dark-blue);
}

.wp-elements-ca3b5ef1c9d1139a07e6b03461b7ccb1 a:where(:not(.wp-element-button)) {
    color: var(--wp--preset--color--custom-very-dark-blue);
}

.wp-elements-e4c64177f31a810025be006b3a584cb5 a:where(:not(.wp-element-button)) {
    color: var(--wp--preset--color--custom-very-dark-blue);
}

.wp-container-core-group-is-layout-ebee8dc1>* {
    margin-block-start: 0;
    margin-block-end: 0;
}

.wp-container-core-group-is-layout-ebee8dc1>*+* {
    margin-block-start: var(--wp--preset--spacing--50);
    margin-block-end: 0;
}

.wp-elements-33688e32bbc4062f96bc4a05f1594d15 a:where(:not(.wp-element-button)) {
    color: var(--wp--preset--color--custom-very-dark-blue);
}

.wp-container-core-group-is-layout-2256e7f1 {
    flex-wrap: nowrap;
    justify-content: center;
}

.wp-elements-6f8f458f962d2b38501de33675c4cd0f a:where(:not(.wp-element-button)) {
    color: var(--wp--preset--color--custom-very-dark-blue);
}

.wp-elements-a09e9044059e32d1985e5b1f81989d66 a:where(:not(.wp-element-button)) {
    color: var(--wp--preset--color--custom-very-dark-blue);
}

.wp-container-core-group-is-layout-64781450 {
    gap: var(--wp--preset--spacing--20);
    flex-direction: column;
    align-items: center;
}

.wp-container-core-buttons-is-layout-55e6ace0 {
    justify-content: center;
    align-items: center;
}

.wp-container-core-column-is-layout-c309c920>* {
    margin-block-start: 0;
    margin-block-end: 0;
}

.wp-container-core-column-is-layout-c309c920>*+* {
    margin-block-start: 0;
    margin-block-end: 0;
}

.wp-elements-7662a0d83b8f3fdee0569556aa60cb67 a:where(:not(.wp-element-button)) {
    color: var(--wp--preset--color--custom-very-dark-blue);
}

.wp-elements-6a2b36c50c8742bf18c83ec52a828a84 a:where(:not(.wp-element-button)) {
    color: var(--wp--preset--color--custom-very-dark-blue);
}

.wp-container-core-columns-is-layout-98a7266c {
    flex-wrap: nowrap;
    gap: var(--wp--preset--spacing--30) var(--wp--preset--spacing--30);
}

.wp-container-core-group-is-layout-190373c5>* {
    margin-block-start: 0;
    margin-block-end: 0;
}

.wp-container-core-group-is-layout-190373c5>*+* {
    margin-block-start: 0;
    margin-block-end: 0;
}

.wp-elements-e3c253b5022fdae9fc88c8df02c8b106 a:where(:not(.wp-element-button)) {
    color: var(--wp--preset--color--custom-very-dark-blue);
}

.wp-elements-e68ee9018023d69be216f1b5485b90f9 a:where(:not(.wp-element-button)) {
    color: var(--wp--preset--color--custom-very-dark-blue);
}

.wp-elements-aeafbdf5bc6d9bd6d165ef942c6c125b a:where(:not(.wp-element-button)) {
    color: var(--wp--preset--color--custom-very-dark-blue);
}

.wp-container-core-columns-is-layout-cbe57604 {
    flex-wrap: nowrap;
    gap: 2em var(--wp--preset--spacing--50);
}

.wp-elements-44e34cfe6338fa86c90a1e1aa5ed0a8d a:where(:not(.wp-element-button)) {
    color: var(--wp--preset--color--custom-very-dark-blue);
}

.wp-elements-b8247eaf5a70995ca5159faaa071efac a:where(:not(.wp-element-button)) {
    color: var(--wp--preset--color--custom-very-dark-blue);
}

.wp-elements-e7a4843a022d31ea5539ebe2e98ca9dd a:where(:not(.wp-element-button)) {
    color: var(--wp--preset--color--custom-very-dark-blue);
}

.wp-elements-59b6718834401e05ab28333a48fa9e4f a:where(:not(.wp-element-button)) {
    color: var(--wp--preset--color--custom-very-dark-blue);
}

.wp-container-core-group-is-layout-af9682e5>* {
    margin-block-start: 0;
    margin-block-end: 0;
}

.wp-container-core-group-is-layout-af9682e5>*+* {
    margin-block-start: var(--wp--preset--spacing--40);
    margin-block-end: 0;
}

.wp-elements-3a25622962f9fb34192f9b9f5ead4394 a:where(:not(.wp-element-button)) {
    color: var(--wp--preset--color--custom-very-dark-blue);
}

.wp-container-core-columns-is-layout-328c6305 {
    flex-wrap: nowrap;
}

.wp-container-core-columns-is-layout-d1c656ed {
    flex-wrap: nowrap;
    gap: var(--wp--preset--spacing--50) var(--wp--preset--spacing--60);
}

.wp-elements-7e21964a07e91950378e6f43d14a46f1 a:where(:not(.wp-element-button)) {
    color: var(--wp--preset--color--custom-very-dark-blue);
}

.wp-container-core-group-is-layout-4e991789 {
    grid-template-columns: repeat(auto-fill, minmax(min(25rem, 100%), 1fr));
    container-type: inline-size;
    gap: var(--wp--preset--spacing--50);
}

.wp-elements-9ec2e9b6761ebe41a9a9956d2607ae57 a:where(:not(.wp-element-button)) {
    color: var(--wp--preset--color--custom-very-dark-blue);
}

.wp-container-core-columns-is-layout-f0342b05 {
    flex-wrap: nowrap;
}

.wp-container-core-group-is-layout-a6d57e46>.alignfull {
    margin-left: calc(0px * -1);
}

.wp-container-core-group-is-layout-a6d57e46>* {
    margin-block-start: 0;
    margin-block-end: 0;
}

.wp-container-core-group-is-layout-a6d57e46>*+* {
    margin-block-start: 0;
    margin-block-end: 0;
}

.wp-elements-609bccd98552b0a71e4b720fc5254102 a:where(:not(.wp-element-button)) {
    color: var(--wp--preset--color--base);
}

.wp-elements-02dda0f8dc298b97739e0263f0b887f9 a:where(:not(.wp-element-button)) {
    color: var(--wp--preset--color--custom-light-gray);
}

.wp-elements-d2ec313e6586b075158f257488dd7e9a a:where(:not(.wp-element-button)) {
    color: var(--wp--preset--color--custom-light-gray);
}

.wp-elements-aa6fb702d2f8c646ddaa68c2f38baab0 a:where(:not(.wp-element-button)) {
    color: var(--wp--preset--color--custom-light-gray);
}

.wp-elements-677187601def9d0e61b3565ceb83e154 a:where(:not(.wp-element-button)) {
    color: var(--wp--preset--color--custom-light-gray);
}

.wp-container-core-columns-is-layout-be8c0062 {
    flex-wrap: nowrap;
}

.wp-container-core-columns-is-layout-e79a657b {
    flex-wrap: nowrap;
}

.skip-link.screen-reader-text {
    border: 0;
    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-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;
}

img[data-dominant-color]:not(.has-transparency) {
    background-color: var(--dominant-color);
}

.a-stats {
    --akismet-color-mid-green: #357b49;
    --akismet-color-white: #fff;
    --akismet-color-light-grey: #f6f7f7;

    max-width: 350px;
    width: auto;
}

.a-stats * {
    all: unset;
    box-sizing: border-box;
}

.a-stats strong {
    font-weight: 600;
}

.a-stats a.a-stats__link,
.a-stats a.a-stats__link:visited,
.a-stats a.a-stats__link:active {
    background: var(--akismet-color-mid-green);
    border: none;
    box-shadow: none;
    border-radius: 8px;
    color: var(--akismet-color-white);
    cursor: pointer;
    display: block;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen-Sans', 'Ubuntu', 'Cantarell', 'Helvetica Neue', sans-serif;
    font-weight: 500;
    padding: 12px;
    text-align: center;
    text-decoration: none;
    transition: all 0.2s ease;
}


.widget .a-stats a.a-stats__link:focus {
    background: var(--akismet-color-mid-green);
    color: var(--akismet-color-white);
    text-decoration: none;
}

.a-stats a.a-stats__link:hover {
    filter: brightness(110%);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06), 0 0 2px rgba(0, 0, 0, 0.16);
}

.a-stats .count {
    color: var(--akismet-color-white);
    display: block;
    font-size: 1.5em;
    line-height: 1.4;
    padding: 0 13px;
    white-space: nowrap;
}


header.wp-block-template-part {
    position: sticky;
    top: 0px;
    z-index: 2;
}

.wp-block-navigation:not(.has-background) .wp-block-navigation__responsive-container.is-menu-open {
    background-color: #1d2327;
}

.wp-block-post-author__avatar img {
    border-radius: 50%;
}

.wp-block-group.group-section.has-global-padding.is-layout-constrained.wp-block-group-is-layout-constrained {
    margin: 0 auto;
    max-width: 1600px;
}

ul.blog_border .wp-block-post {
    border: 2px solid #262f37;
    border-radius: 10px;
}

@media(max-width:1400px) {
    .is-layout-constrained>.alignwide {
        max-width: 100%;
    }
}

@media(max-width:991px) {
    .button-style-mobile .wp-block-button__link.has-custom-very-dark-blue-color.has-text-color.has-link-color.wp-element-button {
        padding: 10px !important;
    }

    .wp-block-columns.alignwide.reverce-colunm {
        flex-direction: column-reverse;
    }

    .wp-block-column.is-vertically-aligned-center.mobile-padding-cover {
        padding-top: 30px;
    }

    .wp-block-column.is-vertically-aligned-center.img-width-100 img {
        width: 100% !important;
    }

    .wp-block-columns.alignwide.remove-all-padding {
        padding: 0px;
    }
}

@media(max-width:767px) {
    .wp-block-column.is-vertically-aligned-center.has-global-padding.is-content-justification-right.is-layout-constrained.wp-container-core-column-is-layout-2.wp-block-column-is-layout-constrained {
        flex-basis: 15% !important;
    }

    .wp-block-column.is-layout-flow.wp-block-column-is-layout-flow {
        flex-basis: 70% !important;

    }

    .wp-block-group.alignwide .wp-block-buttons.is-layout-flex.wp-block-buttons-is-layout-flex {
        display: block;
        text-align: right;
    }

    header.wp-block-template-part {
        position: sticky;
        top: -1px;
        z-index: 2;
    }

    .hdr-logo {
        flex-basis: 15% !important;
    }

    .menu-header-style {
        flex-basis: 85% !important;
    }

    .wp-block-column.is-vertically-aligned-center.whats-app-button-style {
        flex-basis: 100% !important;
    }

    .wp-block-columns.are-vertically-aligned-center.is-not-stacked-on-mobile.flex-block-div {
        display: block;
        text-align: center;
    }

    .flex-block-div {
        text-align: center;
    }

    .text-algin-center figure {
        text-align: center;
    }
}

@-webkit-keyframes bgslide {
    from {
        background-position-x: 0
    }

    to {
        background-position-x: -200%
    }
}

@keyframes bgslide {
    from {
        background-position-x: 0
    }

    to {
        background-position-x: -200%
    }
}

.wpp-widget-block-placeholder,
.wpp-shortcode-placeholder {
    margin: 0 auto;
    width: 60px;
    height: 3px;
    background: #dd3737;
    background: linear-gradient(90deg, #dd3737 0%, #571313 10%, #dd3737 100%);
    background-size: 200% auto;
    border-radius: 3px;
    -webkit-animation: bgslide 1s infinite linear;
    animation: bgslide 1s infinite linear
}

}