@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..900&family=Roboto+Mono:ital,wght@0,100..700;1,100..700&display=swap');

@font-face {
    font-family: 'proxima-novel';
    src: url('../fonts/pro/proxima-novel.woff') format('woff');
}


:root {
    --wp-admin-theme-color: #007cba;
    --wp-admin-theme-color--rgb: 0, 124, 186;
    --wp-admin-theme-color-darker-10: #006ba1;
    --wp-admin-theme-color-darker-10--rgb: 0, 107, 161;
    --wp-admin-theme-color-darker-20: #005a87;
    --wp-admin-theme-color-darker-20--rgb: 0, 90, 135;
    --wp-admin-border-width-focus: 2px;
    --wp-block-synced-color: #7a00df;
    --wp-block-synced-color--rgb: 122, 0, 223;
    --wp-bound-block-color: var(--wp-block-synced-color)
}

@media (min-resolution:192dpi) {
    :root {
        --wp-admin-border-width-focus: 1.5px
    }
}

.wp-element-button {
    cursor: pointer
}

:root {
    --wp--preset--font-size--normal: 16px;
    --wp--preset--font-size--huge: 42px
}

:root .has-very-light-gray-background-color {
    background-color: #eee
}

:root .has-very-dark-gray-background-color {
    background-color: #313131
}

:root .has-very-light-gray-color {
    color: #eee
}

:root .has-very-dark-gray-color {
    color: #313131
}

:root .has-vivid-green-cyan-to-vivid-cyan-blue-gradient-background {
    background: linear-gradient(135deg, #00d084, #0693e3)
}

:root .has-purple-crush-gradient-background {
    background: linear-gradient(135deg, #34e2e4, #4721fb 50%, #ab1dfe)
}

:root .has-hazy-dawn-gradient-background {
    background: linear-gradient(135deg, #faaca8, #dad0ec)
}

:root .has-subdued-olive-gradient-background {
    background: linear-gradient(135deg, #fafae1, #67a671)
}

:root .has-atomic-cream-gradient-background {
    background: linear-gradient(135deg, #fdd79a, #004a59)
}

:root .has-nightshade-gradient-background {
    background: linear-gradient(135deg, #330968, #31cdcf)
}

:root .has-midnight-gradient-background {
    background: linear-gradient(135deg, #020381, #2874fc)
}

.has-regular-font-size {
    font-size: 1em
}

.has-larger-font-size {
    font-size: 2.625em
}

.has-normal-font-size {
    font-size: var(--wp--preset--font-size--normal)
}

.has-huge-font-size {
    font-size: var(--wp--preset--font-size--huge)
}

.has-text-align-center {
    text-align: center
}

.has-text-align-left {
    text-align: left
}

.has-text-align-right {
    text-align: right
}

#end-resizable-editor-section {
    display: none
}

.aligncenter {
    clear: both
}

.items-justified-left {
    justify-content: flex-start
}

.items-justified-center {
    justify-content: center
}

.items-justified-right {
    justify-content: flex-end
}

.items-justified-space-between {
    justify-content: space-between
}

.screen-reader-text {
    border: 0;
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    word-wrap: normal !important
}

.screen-reader-text:focus {
    background-color: #ddd;
    clip-path: none;
    color: #444;
    display: block;
    font-size: 1em;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000
}

html :where(.has-border-color) {
    border-style: solid
}

html :where([style*=border-top-color]) {
    border-top-style: solid
}

html :where([style*=border-right-color]) {
    border-right-style: solid
}

html :where([style*=border-bottom-color]) {
    border-bottom-style: solid
}

html :where([style*=border-left-color]) {
    border-left-style: solid
}

html :where([style*=border-width]) {
    border-style: solid
}

html :where([style*=border-top-width]) {
    border-top-style: solid
}

html :where([style*=border-right-width]) {
    border-right-style: solid
}

html :where([style*=border-bottom-width]) {
    border-bottom-style: solid
}

html :where([style*=border-left-width]) {
    border-left-style: solid
}

html :where(img[class*=wp-image-]) {
    height: auto;
    max-width: 100%
}

:where(figure) {
    margin: 0 0 1em
}

html :where(.is-position-sticky) {
    --wp-admin--admin-bar--position-offset: var(--wp-admin--admin-bar--height, 0px)
}

@media screen and (max-width:600px) {
    html :where(.is-position-sticky) {
        --wp-admin--admin-bar--position-offset: 0px
    }
}

/* wp-block-library-inline-css */
: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
    }
}

/* classic-theme-styles-inline-css */

/*! This file is auto-generated */
.wp-block-button__link {
    color: #fff;
    background-color: #32373c;
    border-radius: 9999px;
    box-shadow: none;
    text-decoration: none;
    padding: calc(.667em + 2px) calc(1.333em + 2px);
    font-size: 1.125em
}

.wp-block-file__button {
    background: #32373c;
    color: #fff;
    text-decoration: none
}

/*! This file is auto-generated */
.wp-block-button__link {
    color: #fff;
    background-color: #32373c;
    border-radius: 9999px;
    box-shadow: none;
    text-decoration: none;
    padding: calc(.667em + 2px) calc(1.333em + 2px);
    font-size: 1.125em
}

.wp-block-file__button {
    background: #32373c;
    color: #fff;
    text-decoration: none
}

/* wp-block-paragraph-inline-css */
.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-paragraph-inline-css */
.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-heading-inline-css */
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
}

/* wp-block-heading-inline-css */
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
}

/* global-styles-inline-css__shared */
: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--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.196), 1.125rem);
    --wp--preset--font-size--large: clamp(1.125rem, 1.125rem + ((1vw - 0.2rem) * 0.392), 1.375rem);
    --wp--preset--font-size--x-large: clamp(1.75rem, 1.75rem + ((1vw - 0.2rem) * 0.392), 2rem);
    --wp--preset--font-size--xx-large: clamp(2.15rem, 2.15rem + ((1vw - 0.2rem) * 1.333), 3rem);
    --wp--preset--font-family--manrope: Manrope, sans-serif;
    --wp--preset--font-family--fira-code: "Fira Code", monospace;
    --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 :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;
}

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;
}

: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);
}

.has-black-color {
    color: var(--wp--preset--color--black) !important;
}

.has-cyan-bluish-gray-color {
    color: var(--wp--preset--color--cyan-bluish-gray) !important;
}

.has-white-color {
    color: var(--wp--preset--color--white) !important;
}

.has-pale-pink-color {
    color: var(--wp--preset--color--pale-pink) !important;
}

.has-vivid-red-color {
    color: var(--wp--preset--color--vivid-red) !important;
}

.has-luminous-vivid-orange-color {
    color: var(--wp--preset--color--luminous-vivid-orange) !important;
}

.has-luminous-vivid-amber-color {
    color: var(--wp--preset--color--luminous-vivid-amber) !important;
}

.has-light-green-cyan-color {
    color: var(--wp--preset--color--light-green-cyan) !important;
}

.has-vivid-green-cyan-color {
    color: var(--wp--preset--color--vivid-green-cyan) !important;
}

.has-pale-cyan-blue-color {
    color: var(--wp--preset--color--pale-cyan-blue) !important;
}

.has-vivid-cyan-blue-color {
    color: var(--wp--preset--color--vivid-cyan-blue) !important;
}

.has-vivid-purple-color {
    color: var(--wp--preset--color--vivid-purple) !important;
}

.has-black-background-color {
    background-color: var(--wp--preset--color--black) !important;
}

.has-cyan-bluish-gray-background-color {
    background-color: var(--wp--preset--color--cyan-bluish-gray) !important;
}

.has-white-background-color {
    background-color: var(--wp--preset--color--white) !important;
}

.has-pale-pink-background-color {
    background-color: var(--wp--preset--color--pale-pink) !important;
}

.has-vivid-red-background-color {
    background-color: var(--wp--preset--color--vivid-red) !important;
}

.has-luminous-vivid-orange-background-color {
    background-color: var(--wp--preset--color--luminous-vivid-orange) !important;
}

.has-luminous-vivid-amber-background-color {
    background-color: var(--wp--preset--color--luminous-vivid-amber) !important;
}

.has-light-green-cyan-background-color {
    background-color: var(--wp--preset--color--light-green-cyan) !important;
}

.has-vivid-green-cyan-background-color {
    background-color: var(--wp--preset--color--vivid-green-cyan) !important;
}

.has-pale-cyan-blue-background-color {
    background-color: var(--wp--preset--color--pale-cyan-blue) !important;
}

.has-vivid-cyan-blue-background-color {
    background-color: var(--wp--preset--color--vivid-cyan-blue) !important;
}

.has-vivid-purple-background-color {
    background-color: var(--wp--preset--color--vivid-purple) !important;
}

.has-black-border-color {
    border-color: var(--wp--preset--color--black) !important;
}

.has-cyan-bluish-gray-border-color {
    border-color: var(--wp--preset--color--cyan-bluish-gray) !important;
}

.has-white-border-color {
    border-color: var(--wp--preset--color--white) !important;
}

.has-pale-pink-border-color {
    border-color: var(--wp--preset--color--pale-pink) !important;
}

.has-vivid-red-border-color {
    border-color: var(--wp--preset--color--vivid-red) !important;
}

.has-luminous-vivid-orange-border-color {
    border-color: var(--wp--preset--color--luminous-vivid-orange) !important;
}

.has-luminous-vivid-amber-border-color {
    border-color: var(--wp--preset--color--luminous-vivid-amber) !important;
}

.has-light-green-cyan-border-color {
    border-color: var(--wp--preset--color--light-green-cyan) !important;
}

.has-vivid-green-cyan-border-color {
    border-color: var(--wp--preset--color--vivid-green-cyan) !important;
}

.has-pale-cyan-blue-border-color {
    border-color: var(--wp--preset--color--pale-cyan-blue) !important;
}

.has-vivid-cyan-blue-border-color {
    border-color: var(--wp--preset--color--vivid-cyan-blue) !important;
}

.has-vivid-purple-border-color {
    border-color: var(--wp--preset--color--vivid-purple) !important;
}

.has-vivid-cyan-blue-to-vivid-purple-gradient-background {
    background: var(--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple) !important;
}

.has-light-green-cyan-to-vivid-green-cyan-gradient-background {
    background: var(--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan) !important;
}

.has-luminous-vivid-amber-to-luminous-vivid-orange-gradient-background {
    background: var(--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange) !important;
}

.has-luminous-vivid-orange-to-vivid-red-gradient-background {
    background: var(--wp--preset--gradient--luminous-vivid-orange-to-vivid-red) !important;
}

.has-very-light-gray-to-cyan-bluish-gray-gradient-background {
    background: var(--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray) !important;
}

.has-cool-to-warm-spectrum-gradient-background {
    background: var(--wp--preset--gradient--cool-to-warm-spectrum) !important;
}

.has-blush-light-purple-gradient-background {
    background: var(--wp--preset--gradient--blush-light-purple) !important;
}

.has-blush-bordeaux-gradient-background {
    background: var(--wp--preset--gradient--blush-bordeaux) !important;
}

.has-luminous-dusk-gradient-background {
    background: var(--wp--preset--gradient--luminous-dusk) !important;
}

.has-pale-ocean-gradient-background {
    background: var(--wp--preset--gradient--pale-ocean) !important;
}

.has-electric-grass-gradient-background {
    background: var(--wp--preset--gradient--electric-grass) !important;
}

.has-midnight-gradient-background {
    background: var(--wp--preset--gradient--midnight) !important;
}

.has-small-font-size {
    font-size: var(--wp--preset--font-size--small) !important;
}

.has-medium-font-size {
    font-size: var(--wp--preset--font-size--medium) !important;
}

.has-large-font-size {
    font-size: var(--wp--preset--font-size--large) !important;
}

.has-x-large-font-size {
    font-size: var(--wp--preset--font-size--x-large) !important;
}

/* Global font style */

.sp-button-wrapper a {
    font-weight: 500 !important;
}

.sp-postcontent ul li ul {
    margin-bottom: 0px
}

.footmenurow .current-menu-item a {
    border-bottom: 0px solid #FACC15;
}

.mbl-home-img {
    display: none;
}

.sp-button-wrapper .cta-btn-btm {
    padding: 15.5px 18px !important;
    font-weight: 700 !important;
    line-height: 140% !important;
}

.fw-600 {
    font-weight: 600 !important;
}

.line-h-24 p {
    line-height: 24px !important;
}

h2#sp-hlf1c5 {
    line-height: 48% ! IMPORTANT;
}

/* global-styles-inline-css__shared */
: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--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.196), 1.125rem);
    --wp--preset--font-size--large: clamp(1.125rem, 1.125rem + ((1vw - 0.2rem) * 0.392), 1.375rem);
    --wp--preset--font-size--x-large: clamp(1.75rem, 1.75rem + ((1vw - 0.2rem) * 0.392), 2rem);
    --wp--preset--font-size--xx-large: clamp(2.15rem, 2.15rem + ((1vw - 0.2rem) * 1.333), 3rem);
    --wp--preset--font-family--manrope: Manrope, sans-serif;
    --wp--preset--font-family--fira-code: "Fira Code", monospace;
    --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 :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;
}

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;
}

: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);
}

.has-black-color {
    color: var(--wp--preset--color--black) !important;
}

.has-cyan-bluish-gray-color {
    color: var(--wp--preset--color--cyan-bluish-gray) !important;
}

.has-white-color {
    color: var(--wp--preset--color--white) !important;
}

.has-pale-pink-color {
    color: var(--wp--preset--color--pale-pink) !important;
}

.has-vivid-red-color {
    color: var(--wp--preset--color--vivid-red) !important;
}

.has-luminous-vivid-orange-color {
    color: var(--wp--preset--color--luminous-vivid-orange) !important;
}

.has-luminous-vivid-amber-color {
    color: var(--wp--preset--color--luminous-vivid-amber) !important;
}

.has-light-green-cyan-color {
    color: var(--wp--preset--color--light-green-cyan) !important;
}

.has-vivid-green-cyan-color {
    color: var(--wp--preset--color--vivid-green-cyan) !important;
}

.has-pale-cyan-blue-color {
    color: var(--wp--preset--color--pale-cyan-blue) !important;
}

.has-vivid-cyan-blue-color {
    color: var(--wp--preset--color--vivid-cyan-blue) !important;
}

.has-vivid-purple-color {
    color: var(--wp--preset--color--vivid-purple) !important;
}

.has-black-background-color {
    background-color: var(--wp--preset--color--black) !important;
}

.has-cyan-bluish-gray-background-color {
    background-color: var(--wp--preset--color--cyan-bluish-gray) !important;
}

.has-white-background-color {
    background-color: var(--wp--preset--color--white) !important;
}

.has-pale-pink-background-color {
    background-color: var(--wp--preset--color--pale-pink) !important;
}

.has-vivid-red-background-color {
    background-color: var(--wp--preset--color--vivid-red) !important;
}

.has-luminous-vivid-orange-background-color {
    background-color: var(--wp--preset--color--luminous-vivid-orange) !important;
}

.has-luminous-vivid-amber-background-color {
    background-color: var(--wp--preset--color--luminous-vivid-amber) !important;
}

.has-light-green-cyan-background-color {
    background-color: var(--wp--preset--color--light-green-cyan) !important;
}

.has-vivid-green-cyan-background-color {
    background-color: var(--wp--preset--color--vivid-green-cyan) !important;
}

.has-pale-cyan-blue-background-color {
    background-color: var(--wp--preset--color--pale-cyan-blue) !important;
}

.has-vivid-cyan-blue-background-color {
    background-color: var(--wp--preset--color--vivid-cyan-blue) !important;
}

.has-vivid-purple-background-color {
    background-color: var(--wp--preset--color--vivid-purple) !important;
}

.has-black-border-color {
    border-color: var(--wp--preset--color--black) !important;
}

.has-cyan-bluish-gray-border-color {
    border-color: var(--wp--preset--color--cyan-bluish-gray) !important;
}

.has-white-border-color {
    border-color: var(--wp--preset--color--white) !important;
}

.has-pale-pink-border-color {
    border-color: var(--wp--preset--color--pale-pink) !important;
}

.has-vivid-red-border-color {
    border-color: var(--wp--preset--color--vivid-red) !important;
}

.has-luminous-vivid-orange-border-color {
    border-color: var(--wp--preset--color--luminous-vivid-orange) !important;
}

.has-luminous-vivid-amber-border-color {
    border-color: var(--wp--preset--color--luminous-vivid-amber) !important;
}

.has-light-green-cyan-border-color {
    border-color: var(--wp--preset--color--light-green-cyan) !important;
}

.has-vivid-green-cyan-border-color {
    border-color: var(--wp--preset--color--vivid-green-cyan) !important;
}

.has-pale-cyan-blue-border-color {
    border-color: var(--wp--preset--color--pale-cyan-blue) !important;
}

.has-vivid-cyan-blue-border-color {
    border-color: var(--wp--preset--color--vivid-cyan-blue) !important;
}

.has-vivid-purple-border-color {
    border-color: var(--wp--preset--color--vivid-purple) !important;
}

.has-vivid-cyan-blue-to-vivid-purple-gradient-background {
    background: var(--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple) !important;
}

.has-light-green-cyan-to-vivid-green-cyan-gradient-background {
    background: var(--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan) !important;
}

.has-luminous-vivid-amber-to-luminous-vivid-orange-gradient-background {
    background: var(--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange) !important;
}

.has-luminous-vivid-orange-to-vivid-red-gradient-background {
    background: var(--wp--preset--gradient--luminous-vivid-orange-to-vivid-red) !important;
}

.has-very-light-gray-to-cyan-bluish-gray-gradient-background {
    background: var(--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray) !important;
}

.has-cool-to-warm-spectrum-gradient-background {
    background: var(--wp--preset--gradient--cool-to-warm-spectrum) !important;
}

.has-blush-light-purple-gradient-background {
    background: var(--wp--preset--gradient--blush-light-purple) !important;
}

.has-blush-bordeaux-gradient-background {
    background: var(--wp--preset--gradient--blush-bordeaux) !important;
}

.has-luminous-dusk-gradient-background {
    background: var(--wp--preset--gradient--luminous-dusk) !important;
}

.has-pale-ocean-gradient-background {
    background: var(--wp--preset--gradient--pale-ocean) !important;
}

.has-electric-grass-gradient-background {
    background: var(--wp--preset--gradient--electric-grass) !important;
}

.has-midnight-gradient-background {
    background: var(--wp--preset--gradient--midnight) !important;
}

.has-small-font-size {
    font-size: var(--wp--preset--font-size--small) !important;
}

.has-medium-font-size {
    font-size: var(--wp--preset--font-size--medium) !important;
}

.has-large-font-size {
    font-size: var(--wp--preset--font-size--large) !important;
}

.has-x-large-font-size {
    font-size: var(--wp--preset--font-size--x-large) !important;
}

/* Global font style */

.sp-button-wrapper a {
    font-weight: 500 !important;
}

.sp-postcontent ul li ul {
    margin-bottom: 0px
}

.footmenurow .current-menu-item a {
    border-bottom: 0px solid #FACC15;
}

.mbl-home-img {
    display: none;
}

.sp-button-wrapper .cta-btn-btm {
    padding: 15.5px 18px !important;
    font-weight: 700 !important;
    line-height: 140% !important;
}

.fw-600 {
    font-weight: 600 !important;
}

.line-h-24 p {
    line-height: 24px !important;
}

h2#sp-hlf1c5 {
    line-height: 48% ! IMPORTANT;
}

#sp-jzpikrszru.dark--line--text {
    border-bottom: 2px solid rgba(23, 23, 23, 1) !important;
    display: inline-block;
    transition: 0.3s ease-in-out;
}

.line-h-1 .sp-button-wrapper {
    line-height: 1;
}

.single-post-right-sidebar .p-s16 p,
.single-post-right-sidebar .p-s16 {
    font-size: 16px !important;
    line-height: 24px !important;
}

h1 {
    font-weight: 500 !Important;
    font-size: 56px !important;
    line-height: 64px !important;
    letter-spacing: -1.4px !important;
}

h2 {
    font-weight: 500 !important;
    font-size: 40px !important;
    line-height: 48px !important;
    letter-spacing: -0.5px !important;
}

h3 {
    font-weight: bold;
    font-size: 24px !important;
    line-height: 32px !important;
    letter-spacing: 0 !important;
}

.quote-1 {
    font-weight: 400 !important;
    font-family: 'EB Garamond' !important;
    font-size: 28px !important;
    line-height: 36px !important;
    letter-spacing: 0 !important;
}

.quote-2 {
    font-weight: 500 !important;
    font-family: 'EB Garamond' !important;
    font-size: 40px !important;
    line-height: 48px !important;
    letter-spacing: -0.5 !important;
}

.btn-fs-16 {
    font-size: 16px !important;
    line-height: 20px !important;
}

.ftr-heading h3 {
    font-size: 16px !important;
    line-height: 24px !important;
}

.ftr-heading h4 {
    font-size: 20px !important;
    line-height: 32px;
}

.sign--up--text p {
    line-height: 24px !important;
}

.comment-content a {
    word-wrap: break-word;
}

.single-post-main-content {
    word-wrap: break-word;
}

.bottomarrowbtn:hover:after {
    transform: rotate(-90deg);
    content: url(../wp-content/uploads/2025/03/black-arrow-down.svg);
}

.sidearrowbutton:hover:after,
.homePosts .sp-posts-block-read-more a:hover:after {
    content: url(../wp-content/uploads/2025/03/black-arrow-right.svg);
}

#wpdcom .wpd-blog-post_author .wpd-comment-author,
#wpdcom .wpd-blog-post_author .wpd-comment-author a {
    color: #000000 !important;
}

#wpdcom .wpd-blog-post_author .wpd-comment-label {
    background-color: #000000 !important;
    border-radius: 50px !important;
}

#wpdcom #wpd-threads {
    font-family: 'Jost';
}

#wpdcom .wpd-blog-guest .wpd-comment-author,
#wpdcom .wpd-blog-guest .wpd-comment-author a,
#wpdcom .wpd-blog-post_author .wpd-comment-author,
#wpdcom .wpd-blog-post_author .wpd-comment-author a {
    color: #000000 !important;
}

.wpd-thread-list {
    padding-bottom: 0 !important;
}

div#comments {
    margin-block: 0 !important;
}

.sp-postcomments-wrapper .comments-area .fn {
    font-style: normal;
    margin: 5px 0 0 0;
    font-size: 18px;
    font-family: 'Jost';
    font-weight: 600;
}

.sp-postcomments-wrapper .comments-area .comment-metadata {
    display: none;
}

.sp-postcomments-wrapper .comments-area .comment-body {
    border: none !important;
}

.sp-postcomments-wrapper .comments-area .avatar {
    margin-left: -67px !important;
}

.side-col .author-box img {
    width: 68px;
    height: 68px;
}

.side-col .author-box h6.meta-value {
    font-size: 24px;
    font-weight: 500;
    line-height: 32px;
}

.side-col .author-box {
    margin-right: 0 !important;
    margin-block: 24px;
}

.comments-area ol.children {
    margin-left: 60px !important;
}

.comments-area ol.children:before {
    content: "";
    position: absolute;
    width: 4px;
    height: 100%;
    background: #CFCCBC;
    left: -30px;
    top: -60px;
}

.comments-area .children {
    position: relative;
}

.sp-postcomments-wrapper .comments-area .comment-body p {
    font-size: 18px;
    line-height: 28px !important;
    font-weight: 500 !important;
    color: #404040 !important;
}

.sp-postcomments-wrapper .comments-area .reply a {
    padding: 0px !important;
    color: #171717 !important;
    text-decoration: none;
    background: none !important;
    position: absolute;
    right: 0;
    bottom: 0;
    font-size: 14px !important;
    font-family: 'Jost';
    font-weight: 600;
    cursor: pointer !important;
    left: 30px;
}

#cancel-comment-reply-link {
    font-size: 14px !important;
    font-family: 'Jost';
    font-weight: 600;
}

h3#reply-title {
    text-align: center;
    margin-top: 30px;
    font-size: 24px !important;
    line-height: 32px !important;
    font-weight: 500;
    display: flex;
    justify-content: space-between !important;
    flex-wrap: wrap;
}

form#commentform {
    display: flex;
    flex-direction: column;
}

p.form-submit.wp-block-button {
    order: 5;
    text-align: right;
    bottom: 30px;
    position: absolute;
    right: 200px;
}

p.comment-form-email {
    order: 2;
}

p.comment-form-author {
    order: 1;
}

p.comment-form-comment {
    order: 3;
}

p.commentpolicy {
    order: 4;
}

p.commentpolicy {
    order: 4;
}

.comment-fields-wrapper {
    display: grid;
    gap: 20px;
    grid-template-columns: 1fr 1fr;
}

.comment-form input,
.comment-form textarea {
    font-size: 14px !important;
    font-family: Jost !important;
    padding: 11px 20px !important;
}

.btm-comment-content-main h3#reply-title {
    text-align: center !important;
    justify-content: center !important;
    margin-bottom: 34px;
    font-size: 40px ! IMPORTANT;
    line-height: 48px !important;
    margin-top: 70px;
    font-weight: 500;
}

.under-reply-content h3#reply-title {
    justify-content: space-between !important;
    font-size: 24px !important;
    line-height: 32px !important;
    font-weight: 500;
}

.bypostauthor h3#reply-title,
.comment.even h3#reply-title {
    justify-content: space-between !important;
    font-size: 24px !important;
    font-weight: 500;
    line-height: 32px !important;
}

p.comment-form-author label,
p.comment-form-email label,
p.comment-form-comment label {
    display: block;
    font-weight: 700;
    text-align: left;

}

.comment-form-author,
.comment-form-email,
.comment-form-cookies-consent {
    margin-bottom: 18px;
}

p.comment-form-comment textarea {
    font-family: 'Jost' !important;
}

div#wpdcom {
    margin-bottom: 0 !important;
}

#wpdcom.wpd-layout-3 .wpd-reply .wpd-blog-post_author .wpd-comment-right {
    border-left: 1px solid #000000 !important;
}

#wpdcom .wpd-blog-guest .wpd-comment-author,
#wpdcom .wpd-blog-guest .wpd-comment-author a {
    color: #000000 !important;
}

#wpdcom.wpd-layout-3 .wpd-blog-guest .wpd-comment-subheader {
    border-top: 1px dashed #000000 !important;
}

#wpdcom .wpd-prim-button {
    background-color: #000000;
    color: #FFFFFF;
    border-radius: 50px !important;
    line-height: 36px !important;
    font-family: 'Jost' !important;
}

.comment-reply-link:hover,
a#cancel-comment-reply-link:hover {
    border-bottom: 2px solid #facc15;
    width: fit-content;
}

.comment-reply-link,
a#cancel-comment-reply-link {
    border-bottom: 2px solid transparent;
    width: fit-content;
}

.sp-el-block.sp-text-block-style p a,
.sp-el-block.sp-text-block-style a {
    border-bottom: 2px solid #FACC15 !important;
    text-decoration: none !important;
    transition: 0.3s ease-in-out;
}

.sp-el-block.sp-text-block-style p a span {
    text-decoration: none !important;
}

.sp-el-block.sp-text-block-style p a:hover,
.sp-el-block.sp-text-block-style a:hover {
    background: #FDF5E1;
    transition: 0.3s ease-in-out;
}

.header-main.scrolled--active {
    position: sticky;
    top: 0;
    z-index: 9999;
    background: #fff;
    padding: 16px 20px !important;
    box-shadow: 1px 3px 6px 2px #0000000f;
    transition: 0.3s ease-in-out;
}

.wpd-auth {
    display: none !important;
}

.share-container {
    position: relative;
}

.share-button {
    background-color: #ffd75f00;
    border: none;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    border: 1px solid #CFCCBC;
}

.share-menu {
    position: absolute;
    top: 40px;
    left: 0;
    background: white;
    border-radius: 12px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    padding: 10px 0;
    width: 200px;
    display: none;
    flex-direction: column;
}

.share-menu a,
.copy-link {
    display: flex;
    align-items: center;
    padding: 8px 12px;
    text-decoration: none;
    color: black;
    font-size: 16px;
    cursor: pointer;
    transition: background 0.2s;
    font-family: 'Jost';
}

.comments-share-box .icon {
    border: 1px solid #CFCCBC;
    border-radius: 50%;
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.single-blog-meta-box .icon img {
    width: 14px;
    height: 14px;
}

.share-button:hover {
    background: #FACC15;
    border-color: #FACC15;
}

.share-button:active,
.share-button:focus {
    background: #FACC15;
    outline: none !important;
    border-color: #FACC15;
}

.comments-share-box .icon:hover {
    background: #FACC15;
    border-color: #FACC15;
}

.share-menu a:hover,
.copy-link:hover {
    background: #F5F5F5;
}

/* .copy-link {
    border-bottom: 1px solid #ddd;
} */

.menu-hover-links li a:hover {
    border-bottom: 2px solid #FACC15;
}

.current-menu-item a {
    border-bottom: 2px solid #FACC15;
}

.ftr-build-text {
    font-size: 14px;
    font-weight: 400;
    font-style: normal;
    font-family: Jost;
    color: #737373;
    padding: 0px;
    margin: 0px;
    text-align: center;
    cursor: pointer;
}

.ftr-build-text span {
    color: #262626;
}

.ftr-build-text span:hover {
    border-bottom: 2px solid #FACC15;
}

.signup-col-ftr {
    padding-inline-end: 5rem !important;
}

.singup-sec-main h3 {
    font-size: 36px !important;
    line-height: 2.25rem !important;
}

.link-color-ftr p a {
    color: #737373 !important;
}

.text--black a {
    color: #171717 !important;
}

.gap-16 {
    gap: 16px;
}

.home-banner-content {
    margin-inline-start: 5.375rem;
}

.seedprod-menu-horizontal .nav-menu .seedprod-menu-list li:not(:last-child) {
    margin-right: 32px !important;
}

.ctacontent::before {
    content: '';
    position: absolute;
    background-image: url('../wp-content/uploads/2025/02/Group-1000006169.webp');
    background-size: contain;
    top: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    left: 0;
}

.ctacontent::after {
    content: '';
    position: absolute;
    background-image: url('../images/NIGHT\ OF\ POWER-4103.jpg');
    background-size: contain;
    background-position: top right;
    top: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    right: 0;
}

.ctacontent>.sp-el-col {
    z-index: 9;
    padding: 0px;
    width: auto;
    max-width: 680px !important;
    margin: 0 auto !important;
}

.ctasection {
    z-index: 1;
}

.socialfoottext {
    display: inline-block;
}

.socialfoot {
    width: 120px;
}

.foot1 {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: baseline;
}

.socialfoot>a {
    border: 1px solid #CFCCBC;
    border-radius: 50% !important;
    padding: 10px 8px;
}

.wpform {
    padding: 10px 0 0 0 !important;
    width: 100%;
}

.subscribeform input {
    border: 1px solid #B3B09D !important;
    padding: 14px !important;
    border-radius: 12px !important;
}

.subscribeform input:focus {
    box-shadow: none !important;
    outline: none !important;
}

.subscribeform .wpforms-field {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
}

.subscribeform input::placeholder {
    color: #404040;
    opacity: 1 !important;
    font-size: 16px;
    line-height: 1.5;
    font-family: Jost;
    font-weight: 400;
    font-style: normal;
}

.subcribeBtn {
    background: #FACC15;
    width: 100%;
    font-family: Jost;
    font-size: 16px;
    font-weight: 600;
    line-height: 22.4px;
    padding: 16px;
    border-radius: 12px;
}

.width450 {
    max-width: 527px;
}

.mx-w508 {
    max-width: 496px;
}

.mx--w--640 {
    max-width: 604px;
}

.mx-w666 {
    max-width: 666px;
    margin-inline: auto !important;
}

.aboutherocont {
    margin-inline-start: 6.8rem !important;
}

.heroSection1:before {
    content: url('../images/bf_symbol.svg');
    position: absolute;
    width: 100%;
    height: 100%;
    left: 40px;
    top: 190px;
}

.bottomarrowbtn,
.homePosts .sp-posts-block-read-more a {
    position: relative;
}

.bottomarrowbtn:after {
    content: url('../images/Arrow_Up_Right.svg');
    right: -30px;
    top: 0;
    width: 20px;
    height: 20px;
    position: absolute;
    transition: 0.3s ease-in-out;
}

.sidearrowbutton {
    position: relative;
}

.sidearrowbutton:after,
.homePosts .sp-posts-block-read-more a:after {
    transition: 0.3s ease-in-out;
}

.sidearrowbutton:hover:after,
.homePosts .sp-posts-block-read-more a:hover:after {
    right: -35px;
    transition: 0.3s ease-in-out;
}

.sub-form .wpforms-submit:hover,
.subcribeBtn:hover {
    background: transparent;
    border: 1px solid #b3b09d;
    transition: 0.3s ease-in-out;
}

.sub-form .wpforms-submit,
.subcribeBtn {
    transition: 0.3s ease-in-out;
    border: 1px solid #FACC15;
}

.primary-button:hover {
    border: 1px solid #FACC15 !important;
    background: #FACC15;
}

.grid-logo-brand img {
    width: 48px;
}

.companirow .columnBoxes {
    min-height: 80px;
}

.all--qoutes #sp-button-parent-e8d3kz {
    max-width: 464px;
    margin-left: auto !important;
}

.quotes-nl-sec p {
    font-size: 28px;
    line-height: 36px;
    font-weight: 500;
}

.sidearrowbutton:after,
.homePosts .sp-posts-block-read-more a:after {
    content: url('../images/Arrow_Right.svg');
    right: -30px;
    top: 3px;
    width: 20px;
    height: 20px;
    position: absolute;
}

.sidearrowbutton:after {
    top: 0px;
}

.yellow-underline {
    border-bottom: 4px solid #FACC15;
    display: inline-block;
    line-height: 38px;
}

.sp-el-block.sp-text-block-style .black-underline {
    border-bottom: 2px solid #171717 !important;
    display: inline-block;
    font-style: italic;
}

.black-underline:hover {
    border-color: #facc14;
}

.aboutSection {
    margin-right: auto;
    margin-left: auto;
    max-width: 93.333333333333% !important;
}

.heading-intro-top {
    font-size: 14px !important;
    line-height: 18px !important;
    color: #404040 !important;
}

.hero-img {
    position: relative;
    z-index: 1;
}

/* HERO-LOGOS */
.featured {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    /* max-width: 568px; */
}

.featured-title {
    font-family: Jost;
    font-size: 14px;
    font-weight: 400;
    line-height: 30px;
    text-align: left;
    color: #171717;
    min-width: 96px;
    height: 10px;
    margin-bottom: 20px;
    text-transform: uppercase;
    display: inline-block;
}

.logos {
    display: flex;
    gap: 20px;
    width: 100%;
    align-content: center;
    justify-content: space-between;
}

.width610 {
    max-width: 610px;
}

.mx-w-606 {
    max-width: 606px;
}

.mx-w-644 {
    max-width: 644px;
}

.width--350 {
    max-width: 355px;
    margin: 0 auto;
}

.mx-w-496 {
    max-width: 496px;
}

.max-w-671 {
    max-width: 711px;
    margin: 0 auto;
}

.q-top-content-box {
    max-width: 671px;
    margin: 0 auto;
}

.socialfoot a:hover {
    background: #FACC15 !important;
    border-color: #FACC15 !important;
    filter: brightness(100%);
    -webkit-filter: brightness(100%);
}

.mystory-content-box {
    margin-left: 6rem !important;
}

/* My Companies */

.sold-text {
    display: flex;
    align-items: center;
}

.sold-text:before {
    content: "Sold";
    right: 130px;
    position: absolute;
    background: #E7E4D3;
    border-radius: 20px;
    width: 61px;
    text-align: center;
    padding: 6px;
    font-size: 13px;
}

.tooltip {
    position: relative;
    cursor: pointer;
}

.tooltip p {
    visibility: hidden;
    width: 95%;
    background-color: black;
    color: #fff;
    text-align: center;
    padding: 12px;
    border-radius: 12px;
    position: absolute;
    bottom: 115%;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0;
    transition: opacity 0.3s;
    font-size: 16px;
    font-family: 'Jost';
    line-height: 24px;
}

.tooltip:hover p {
    visibility: visible;
    opacity: 1;
}

.tooltip p:after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    border-width: 10px;
    border-style: solid;
    border-color: black transparent transparent transparent;
}

.my-companies-sec-main {
    gap: 64px;
}

.p-mb-20 p {
    margin-bottom: 20px !important;
}

.list--icon--sec ul {
    display: inline-block !important;
    list-style: none !important;
    margin-bottom: 0 !important;
}

.list--icon--sec ul li:before {
    content: "";
    height: 15px;
    width: 11px;
    display: block;
    float: left;
    margin-left: -35px;
    background: url(../wp-content/uploads/2025/02/arrow-right.svg);
    background-size: contain;
    background-position: center;
    margin-top: 11px;
    background-repeat: no-repeat;
}

.mb-0-text p:first-child {
    margin-bottom: 0 !important;
}

.contact--boxes h4 {
    font-size: 24px;
    line-height: 32px;
    font-weight: 500;
    font-family: 'Jost';
}

.max-w-592 {
    max-width: 570px;
    margin: 0 auto !important;
}

/* Quotes Page */

.qoutes--box {
    background: #fff;
    padding: 40px;
    border-radius: 12px;

    /* 	margin-bottom: 20px; */
    width: 100%;
    display: inline-block;
}

.qoutes-section {
    display: grid;
    gap: 20px;
    grid-template-columns: repeat(3, 1fr);
}

.main-section .ajax-loader {
    display: none !important;
}

.qoutes--box h4 {
    color: #171717 !important;
    font-size: 24px;
    line-height: 32px;
    font-family: 'EB Garamond';
    font-weight: 500 !important;
}

.main-section .btn-sec a {
    border: 1px solid #B3B09D;
    font-family: 'Jost';
    text-transform: uppercase;
    font-weight: 600;
    padding: 13.5px 28.5px;
    border-radius: 100px;
    font-size: 16px !important;
    line-height: 20px !important;
}

.main-section .btn-sec {
    text-align: center;
    padding-top: 64px;
    transition: 0.3s ease-in-out;
}

#quote-load-more:hover {
    background: #facc14;
    border-color: #facc14;
    transition: 0.3s ease-in-out;
}

#sp-button-parent-h8e3hz {
    padding: 0;
}

/* Quotes Page */
.width850 {
    max-width: 837px
}

.width1005 {
    max-width: 1005px !important;
    margin: 0 auto;
}

.width890 {
    max-width: 880px;
}

.width-750 {
    max-width: 790px;
}

.width750 {
    max-width: 750px;
}

.fw-500 {
    font-weight: 500;
}

.tm-click-to-tweet .tm-ctt-text a,
.tm-click-to-tweet a.tm-ctt-btn {
    color: #262626 !important;
}

.homePosts .sp-post-text-container {
    display: flex;
    flex-direction: column;
}

.homePosts .sp-post-text-container>a {
    order: 2;
    padding-bottom: 8px;
}

.homePosts .sp-posts-block-meta-text {
    order: 1;
    margin-top: 24px;
    text-transform: uppercase !important;
}

.homePosts .sp-posts-block-excerpt {
    order: 3;
}

.homePosts .sp-posts-block-read-more {
    order: 4;
}

.homePosts .sp-custom-gap-4 {
    gap: 64px 32px;
}

.mx-w1060 {
    max-width: 1060px !important;
}

.gap-32 {
    gap: 32px;
}

.gap-12 {
    gap: 12px;
}

.footer--cta-sec {
    max-width: 93.333333333333% !important;
    margin: 0 auto;
}

.hover-line-text ul li span:hover {
    border-bottom: 2px solid #FACC15;
}

.hover-line-text ul li span {
    border-bottom: 2px solid #facc1500;
}

.hover-line-text ul li span a {
    color: #262626 !important;
}

.sub-form .wpforms-submit {
    background: #FACC15;
    padding: 12px 24px;
    border-radius: 12px;
    font-family: Jost;
    font-size: 16px;
    font-weight: 600;
    line-height: 22.4px;
    text-align: center;
    color: #171717;
    display: block;
    width: 100%;
    text-transform: uppercase;
    height: 56px;
}

.wpforms-form input {
    font-size: 14px !important;
    font-family: Jost !important;
}

.sub-form input {
    border: 1px solid #B3B09D !important;
    height: 56px;
    padding: 17px 19px !important;
    border-radius: 12px !important;
}

.sub-form ::placeholder {
    font-family: Jost;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    text-align: left;
    color: #404040;
}

.sub-form .wpforms-container .wpforms-field {
    padding: 0 0 16px 0;
}

.sub-form .wpforms-container .wpforms-submit-container {
    position: static;
}

.columnBoxes,
.invest-heading {
    border-bottom: 1px solid #B3B09D;
}

.columnBoxes>div {
    width: 100%;
}

.columnBoxes h4,
.invest-heading {
    margin-bottom: 0;
    position: relative;
}

.columnBoxes h4 a:after,
.invest-heading:after {
    content: url('../wp-content/uploads/2025/02/arrow-up-right.svg');
    right: 0;
    top: -3px;
    width: 24px;
    height: 24px;
    position: absolute;
    transition: 0.3s ease-in-out;
}

.invest-heading:after {
    top: 30px;
}

.no-border {
    border: none !important;
}

.columnBoxes:hover h4 a:after,
.columnBoxes h4:hover:after,
.invest-heading:hover:after {
    transform: rotate(45deg);
    transition: 0.3s ease-in-out;
}

.bottomarrowbtn:hover:after {
    transform: rotate(-90deg);
    transition: 0.3s ease-in-out;
}

.homePosts .sp-posts-block-title {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.homePosts .sp-posts-block-excerpt {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    min-height: 75px;
    padding: 0;
}

.primary-button {
    border-bottom: 1px solid rgb(179, 176, 157) !important;
}

.homePosts .sp-posts-block-read-more {
    margin-top: 16px;
}

.blogpost-main .page-numbers {
    font-family: 'Jost';
    font-size: 16px;
}

.blogpost-main .pagination-numbers .page-numbers:hover {
    background: #171717;
    color: #fff;
    border-color: #171717;
}

.pagination-next:hover,
.pagination-prev:hover {
    background: #171717 !important;
    color: #fff !important;
}

.pagination-next:hover a,
.pagination-prev:hover a {
    color: #fff !important;
}

.blogpost-main .page-numbers:not(.prev, .next) {
    background: #ffffff;
    color: #171717;
    width: 36px;
    height: 35px;
    text-align: center;
    border-radius: 100px !important;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #CFCCBC;
}

.page-numbers.current:not(.prev, .next) {
    background: #171717;
    color: #fff;
    border-color: #171717;
}

.blogpost-main .sp-custom-col-span-full.sp-posts-block-pagination {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.blogpost-main .pagination-numbers {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}

.blogpost-main .pagination-prev,
.pagination-next {
    border: 1px solid #CFCCBC;
    border-radius: 8px;
    padding-inline: 12px;
    background: #fff;
    display: flex;
    align-items: center;
}

.sp-posts-block-pagination a {
    text-transform: uppercase;
}

.blogpost-main .sp-custom-col-span-full.sp-posts-block-pagination {
    margin-top: 30px;
}

.blogpost-main .pagination-prev a {
    color: #A3A3A3 !important;
}

.pagination-prev:not(:has(a)) {
    opacity: 0;
}

.pagination-next:not(:has(a)) {
    opacity: 0;
}

.blogpost-main .sp-container.sp-thumbnail img {
    height: 241px;
    object-fit: cover;
}

.max-w-424 {
    max-width: 484px;
    margin-inline: auto !important;
}

.subsform--sec .sub-form .wpforms-container .wpforms-one-half {
    width: 100% !important;
}

.subsform--sec .sub-form .wpforms-container .wpforms-field {
    margin-left: 0;
}

.subsform--sec .sub-form .wpforms-field-container {
    width: 420px;
}

.all-quotes-btn-sec #sp-button-parent-jxu5pa {
    margin-top: 24px;
}

.polcicy--sec .sp-el-col {
    max-width: 765px;
    margin: 0 auto;
    gap: 32px;
    display: flex;
    flex-direction: column;
}

.contact-form-sec {
    max-width: 580px;
    margin: 0 auto !important;
}

.contact-form-sec input {
    border: 1px solid #B3B09D !important;
    border-radius: 12px !important;
    padding: 14.5px 20px !important;
}

.contact-form-sec input::placeholder {
    color: #404040;
}

.contact-form-sec textarea {
    min-height: 232px;
    border-radius: 12px !important;
    border: 1px solid #B3B09D;
    padding: 14.5px 20px;
    font-family: Jost !important;
    color: #404040 !important;
    font-size: 14px;
    line-height: 18px;
}

::-webkit-input-placeholder {
    color: #404040;
}

.contact-form-sec .wpforms-submit {
    background: #171717;
    color: #fff;
    width: 100%;
    padding: 16px 24px;
    border-radius: 100px;
    font-family: Jost;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 16.8px;
    font-weight: 600;
}

.contact-form-sec .wpforms-container {
    margin-bottom: 0;
}

.contact-form-sec input::placeholder,
.contact-form-sec textarea::placeholder {
    color: #000000;
}

.contact-form-sec .wpforms-container .wpforms-field {
    padding: 0 0 18px;
    position: relative;
}

.mx-w-contactsec {
    max-width: 1006px !important;
}

.contact-form-sec .wpforms-submit:hover {
    background: #facc14;
    color: #171717;
}

.sticky--single-post-cta {
    position: sticky;
    top: 100px;
}

/* Single Post CSS */

.single-blog-meta-box {
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 24px;
    margin-bottom: 32px;
}

.read-time-box {
    flex-direction: column;
}

.author-box {
    margin-right: 8px;
}

.single-blog-meta-box h6,
.single-blog-meta-box h6 span {
    color: #171717 !important;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: -.3px;
    line-height: 28px;
    font-family: 'Jost', sans-serif;
}

.read-time-box {
    align-items: start !important;
}

.single-blog-meta-box span {
    color: #404040 !important;
    font-family: 'Jost';
    font-size: 14px;
    line-height: 14px;
    text-align: left;
}

.author-box,
.read-time-box,
.comments-share-box {
    display: flex;
    align-items: center;
}

.author-box img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin-right: 11px;
}

.meta-label {
    display: block;
    font-size: 12px;
    color: #7d7d7d;
}

.meta-value {
    font-size: 16px;
    font-weight: bold;
    margin: 0;
}

.divider-line {
    width: 1px;
    height: 30px;
    background: #dcdcdc;
}

.comments-share-box {
    display: flex;
    gap: 10px;
}

.single--post--content .wp-block-aioseo-table-of-contents ul li:before,
.single--post--content .wp-block-list li:before {
    content: "";
    position: absolute;
    left: -30px;
    top: 8px;
    width: 20px;
    height: 20px;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(../wp-content/uploads/2025/03/Arrow_Up_Right.svg);
}

.single--post--content .wp-block-aioseo-table-of-contents ul li a {
    text-decoration: underline !important;
}

.single--post--content .wp-block-aioseo-table-of-contents ul,
.single--post--content .wp-block-list li {
    list-style: none;
    position: relative;
}

.single--post--content .wp-block-aioseo-table-of-contents ul li,
.single--post--content .wp-block-list li {
    position: relative;
}

.singleblog--img-row {
    max-width: 1006px;
    margin: 0 auto;
}

.tm-click-to-tweet .tm-ctt-text a {
    font-size: 30px !important;
    color: rgba(23, 23, 23, 1);
    font-weight: 500 !important;
    line-height: 40px !important;
}

.tm-click-to-tweet {

    border-block: 1px solid rgba(179, 176, 157, 1) !important;
    border-inline: 0 !important;
    -moz-border-radius: 0px !important;
    border-radius: 0px !important;
    padding: 48px 30px !important;
    zoom: 0 !important;
}

.single-post-date p {
    font-size: 14px;
    font-family: 'Jost';
    line-height: 18px;
    text-transform: uppercase;
}

.single-post-main-content .sp-el-row {
    max-width: 1006px;
    margin: 0 auto;
}

.single-post-main-content {
    background: #fff;
    padding-top: 354px !important;
    margin-top: -292px;
    max-width: 1344px !important;
    margin-inline: auto;
}

.top-single-post-sec {
    z-index: 1;
}

.content-main-left {
    padding-right: 112px !important;
    border-right: 1px solid #E1E1E1;
}

.abt-sb-head {
    font-size: 14px;
    color: #404040;
    line-height: 18px;
    text-transform: uppercase;
}

.author-box-about {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 20px;
}

.author-box-about img {
    width: 40px;
    border-radius: 100px;
}

.author-box-about h6 {
    color: #171717 !important;
    font-size: 24px;
    font-weight: 500;
    line-height: 32px;
}

p {
    line-height: 32px;
}

.single--post--content p a,
.single--post--content li a {
    border-bottom: 2px solid #FACC15 !important;
    display: inline-block;
}

/* .single--post--content .tm-click-to-tweet p a.tm-ctt-btn{
    border-bottom:none!important;
} */

.single--post--content .tm-click-to-tweet a.tm-ctt-btn {
    color: rgba(23, 23, 23, 1) !important;
    font-family: Jost, SANS-SERIF !important;
    font-weight: 500 !IMPORTANT;
    font-size: 16px !important;
    line-height: 20px !important;
    text-align: center;
    float: none;
    display: inline-flex;
    background: none !important;
    padding-right: 0 !important;
    transition: 0.3s ease-in;
    text-transform: none !important;
}

/* .wp-block-image img {
    margin-block-start: 15px !important;
    margin-block-end: 30px ! IMPORTANT; 
} */

.single--post--content .tm-click-to-tweet a.tm-ctt-btn:hover {
    background: #FDF5E1 !important;
    transition: 0.3s ease-out;
}

.single--post--content .tm-click-to-tweet,
.single--post--content .tm-click-to-tweet p {
    text-align: center;
}

.single--post--content .tm-click-to-tweet p {
    margin-bottom: 0 !important;
    margin-top: 24px;
}

.single--post--content .tm-click-to-tweet a.tm-ctt-btn:before {
    content: "";
    background-image: url(../wp-content/uploads/2025/05/x-icon-93.png);
    width: 20px;
    height: 20px;
    top: 0;
    left: -30px;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
}

.single--post--content p a:hover,
.single--post--content li a:hover,
.single--post--content .wp-block-aioseo-table-of-contents ul li a:hover {
    background: #FDF5E1;
    transition: 0.3s ease-in-out;
}

.heading-newsletter-post {
    color: #171717;
    font-size: 20px !important;
    line-height: 28px !important;
    font-weight: 600 !important;
}

.single-post-right-sidebar .socialfoottext {
    font-size: 16px !important;
    line-height: 24px !important;
}

.form-single-post .wpforms-one-half {
    width: 100% !important;
    margin-left: 0 !important;
}

.form-single-post {
    padding-inline: 0 !important;
}

.single-post-category-link {
    font-size: 14px !important;
    line-height: 18px !important;
    text-transform: uppercase;
    font-weight: 500;
}

.single-post-category-link a {
    text-decoration: underline;
}

.comments-title {
    display: none;
}

form#commentform {
    max-width: 836px;
    margin: 0 auto;
    text-align: center;
}

.comment-form input,
.comment-form textarea {
    border: 1px solid #B3B09D !important;
    border-radius: 12px !important;
    width: 100%;
}

.sp-postcomments-wrapper .comments-area .comment-form .form-submit .submit {
    background: #171717 !important;
    color: #fff !important;
    border-radius: 100px !important;
    font-size: 12px !important;
    line-height: 20px !important;
    padding: 15px 24px !important;
    text-transform: uppercase !important;
    margin-top: 20px !important;
    font-weight: 600 !important;
}

.sp-postcomments-wrapper .comments-area .comment-form .form-submit .submit:hover {
    background: #FACC15 !important;
    color: #000 !important;
    border-color: #FACC15 !important;
}

.sp-postcomments-wrapper .comments-area .comment-form textarea {
    min-height: 232px;
    max-width: 100%;
}

.all--qoutes .sp-button-wrapper {
    max-width: 464px;
    margin-left: auto !important;
}

.sp-postcomments-wrapper .comment-form .commentpolicy {
    display: none;
}

h3#reply-title {
    text-align: center;
    margin-top: 120px;
}

.sp-postcomments-wrapper #comments ol {
    max-width: 836px;
    margin: 0 auto;
}

.sp-postcomments-wrapper .comments-area .comment-form label {
    font-family: Jost !important;
}

.mx-w1174 {
    max-width: 1174px;
    margin: 0 auto;
}

.sidemenu--nav-sec {
    display: none;
}

#sp-h8e3hz:hover {
    background: #FACC15;
}

.subscribeform input {
    height: 50px;
}

#sp-h0g1bn a:hover {
    background: #FACC15;
}

.sidebar--nav--links {
    opacity: 0;
}

.blogpost-main .pagination-prev a {
    color: #262626 !important;
}

.pagination-prev:hover a {
    color: #fff !important;
}

.linktextcolor a:hover,
.linktextcolor a:hover,
.link a:hover {
    color: #FACC15;
}

#qtgetq a:hover {
    background: transparent;
}

#wpd-post-rating {
    display: none !important;
}

.sp-postcontent figure.wp-block-gallery figure img {
    margin-bottom: 0;
}

.sp-postcontent figure.wp-block-gallery {
    margin-bottom: 20px;
    gap: 10px;
}

a#sp-pkw7hb0muj,
a#sp-pkw7hb2myj {
    border-bottom: 2px solid rgba(23, 23, 23, 1) !important;
    display: inline-block;
    transition: 0.3s ease-in-out;
    line-height: 38px;
}

a#sp-pkw7hb2myj {
    font-style: italic;
}

a#sp-pkw7hb0muj:hover,
a#sp-pkw7hb2myj:hover {
    border-color: #facc15 !important;
    transition: 0.3s ease-in-out;
}

#sp-enyu8v {
    padding: 84px 20px 74px !important;
}

.single--post--content .wp-block-aioseo-table-of-contents ul li a {
    text-decoration: none !important;
}

/* responsive css start */
@media only screen and (max-width: 786px) {
    .footmenurow .sp-mobile-menu-false .nav-menu .seedprod-menu-list {
        align-items: flex-start !important;
    }

    .footmenurow .nav-bar {
        align-items: flex-start !important;
    }

    #sp-g7uktu,
    #sp-wa683m,
    #sp-xaqr82 {
        margin-bottom: 32px !important;
    }

    div#sp-hvq5te {
        margin-bottom: 32px !important;
    }

}

@media (min-width:1400px) {
    .home-banner-content {
        margin-inline-start: 7rem;
    }
}

@media (max-width:1024px) {
    .gx-20-md {
        gap: 20px;
    }

    h1 {
        font-size: 52px;
    }

    .heroSection1:before {
        left: -200px;
    }

    .header-banner-heading h1 {
        font-size: 48px !Important;
    }

    .sold-text:before {
        right: 40px;
        width: 50px;
        font-size: 12px;
    }

    .aboutSection {
        max-width: 95% !important;
    }

    #reply-title {
        margin-top: 0 !important;
    }

    section.pd-inline-md {
        padding-inline: 1.6rem !important;
    }

    section.qoutes-sec {
        padding: 64px 1.6rem !important;
    }

    .my-companies-sec-main {
        gap: 40px;
    }

    .aboutherocont {
        margin-inline-start: 2.8rem !important;
        margin-top: 20px !important;
    }

    .align-start-md {
        align-items: start !important;
    }

    .home-banner-content {
        margin-inline-start: 2.5rem;
    }

    .signup-col-ftr {
        padding-inline-end: 2rem !important;
    }

    section.mt--sm--0 {
        margin-top: 0 !important;
    }

}

@media (max-width:1080px) {
    .form-submit.wp-block-button {
        right: 130px !important;
    }
}

@media(max-width:1024px) {
    .footmenurow .sp-el-col {
        width: calc(20% - 10px) !important;
    }

    .footmenurow .sp-el-col:first-child {
        width: calc(30% - 10px) !important;
    }

    .abt--sec {
        margin-top: 0 !important;
    }

    .sidemenu--nav-sec {
        margin-left: -20px;
    }

    .w-100-md {
        width: 100% !important;
    }

    .mt-64 {
        margin-top: 64px !important;
    }

    .content-main-left {
        padding-right: 32px !important;
    }

    section.footer--cta-sec {
        max-width: 100% !important;
        padding: 0 1.6rem !important;
        padding-top: 64px !important;
    }

    div#sp-moiyxg {
        max-width: 500px;
    }

    section.pd-ipad-sec {
        padding: 64px 1.6rem !important;
    }

    .white-sec-pd-ipad {
        max-width: 100% !important;
        margin-inline: 1.6rem !important;
    }

    section.white-logo-sec {
        max-width: 100% !important;
        padding: 64px 1.6rem !important;
    }

}

@media (min-width:1024px) {
    body:not(.single-post) .sub-form .wpforms-container .wpforms-one-half:last-child {
        margin-left: 9px !important;
        width: 50%;
    }

    section.nl-main-sec .sub-form .wpforms-container .wpforms-one-half:last-child {
        margin-left: 0 !important;
    }

    .contact-form-sec .wpforms-container .wpforms-one-half:last-child {
        margin-left: 9px !important;
        width: 50%;
    }
}

@media only screen and (max-width:1024px) {

    .story_1,
    .story_2 {
        width: calc(50% - 10px) !important;
    }

    section.ftr-side-pd {
        padding-inline: 1.6rem !important;
    }

    .sp-posts-image-link {
        width: 100%;
    }

    .mx-w100-md {
        max-width: 100% !important;
    }

    .mystory-content-box {
        margin-left: 3rem !important;
    }

    section#sp-b5cvxf.pd-inline-md {
        padding-inline: 1.6rem !important;
        padding-bottom: 0 !important;
    }

    section.pb-md-0 {
        padding-bottom: 0 !important;
    }
}

@media (max-width:981px) {
    .sub-form .wpforms-container .wpforms-one-half {
        width: 100%;
    }

    .align-start-ipad {
        align-items: flex-start !important;
    }

    div#sp-moiyxg {
        max-width: 390px !important;
    }

    .sub-form .wpforms-container .wpforms-one-half {
        margin-left: 0;
    }

    .header-banner-heading h1 {
        font-size: 38px ! Important;
        line-height: 1.4em !important;
    }

    div#sp-m0wbji {
        margin-top: 32px !important;
    }

    .grid-logo-brand h4 {
        font-size: 14px !important;
    }

    .grid-logo-brand .sp-mr-6 {
        margin-right: 0.8rem;
    }

    .homePosts img {
        width: 100%;
    }

    .tooltip p {
        display: none;
    }

    /* 	.my-companies-sec-main{
		gap: 0;
	} */
    #sp-nnav5e {
        width: 100%;
    }

    .aboutSection {
        max-width: 100% !important;

        /*         margin-inline: 1.6rem !important; */
    }

    .author-box-about h6 {
        font-size: 22px !important;
        line-height: 30px !important;
    }

    .qoutes-section {
        grid-template-columns: repeat(2, 1fr);
    }

    .homePosts .sp-custom-gap-4 {
        gap: 32px !important;
    }

    .sp-postcomments-wrapper #comments ol {
        max-width: 96% !important;
        margin: 0 auto;
        padding-inline: 1.6rem !important;
    }

}

@media (max-width:981px) {
    .form-submit.wp-block-button {
        right: 20px !important;
    }
}

@media(max-width:782px) {

    .footmenurow,
    .footsecond {
        flex-wrap: wrap;
    }

    .footmenurow .sp-el-col {
        width: 100% !important;
    }

    .footmenurow .sp-el-col:first-child {
        width: 100% !important;
    }

    .navmenu .nav-menu {
        position: fixed;
        right: 0;
        top: 0;
        background: #fff !important;
        padding: 15px !important;
        height: 100vh !important;
        z-index: 9;
        max-width: 280px;
    }

    #sp-p5p53p.navmenu .nav-menu ul li a {
        text-align: left !important;
        padding: 8px 0;
    }

    .navmenu .nav-bar {
        align-items: end;
    }

    .heroSection1:before {
        content: '';
    }

    .flex_sm_wrap {
        flex-wrap: wrap !important;
    }

    .ctacontent::after {
        background-position: bottom right;
    }

    #sp-bv4w16 #sp-p5p53p .nav-menu .menu-item {
        text-align: left !important;
        margin-block: 12px !important;
    }

    .sp-mobile-menu-true .menu-item a {
        display: inline !important;
    }

    .navmenu .nav-menu {
        position: fixed;
        right: 0;
        top: 4rem;
        background: #fff !important;
        padding: 15px 1.6rem !important;
        height: auto !important;
        z-index: 9;
        max-width: 100%;
        box-shadow: 0 5px 8px 0 #1f1d1d14;
    }

    #sp-p5p53p.navmenu .nav-menu ul li a {
        font-size: 22px;
        text-align: left !important;
        padding: 0px 0;
        font-weight: 500;
        line-height: 32px;
    }

    #sp-bv4w16 {
        padding: 15px 1.6rem !important;
    }

    #sp-m01uwq {
        margin-bottom: 20px !important;
    }

    .home-banner-content {
        margin-left: 0;
        width: 100% !important;
        max-width: 100% !important;
    }

    .mx-sm-w100 {
        max-width: 100%;
    }

    .home-img-col {
        width: 50% !important;

    }
}

@media (min-width: 769px) {
    .featured {
        flex-direction: row;
        align-items: center;
        justify-content: start;
    }

    .featured-title {
        margin-right: 20px;
    }

}

@media (max-width: 768px) {
    .logos {
        grid-template-columns: repeat(2, 1fr);
    }

    .sp-mobile-menu-false .nav-menu .seedprod-menu-list {
        align-items: flex-start !important;
    }

    div#sp-moiyxg {
        max-width: 350px !important;
    }

    .footmenurow .nav-bar {
        align-items: flex-start;
    }

    .w-100sm {
        width: 100% !important;
    }

    .mx-w-606 {
        max-width: 100%;
    }

    .qoutes-section {
        grid-template-columns: repeat(1, 1fr);
    }

    section .w-100-sm {
        width: 100% !important;
    }

    .mx-w508 {
        max-width: 100%;
    }

    .home-banner-content {
        margin-inline-start: 0;
    }

    .signup-col-ftr {
        padding-inline-end: 0 !important;
    }

    .qoutes--box h4 {
        text-align: left !important;
    }

    .yellow-underline {
        border-bottom: 4px solid #FACC15;
        display: inline;
        line-height: 44px;
    }

    .sp-postcomments-wrapper .comments-area .comment-body {
        padding-right: 0 !important;
    }

    .sp-postcomments-wrapper .comments-area .avatar {
        margin-left: -57px !important;
    }

    .comment-fields-wrapper {

        gap: 0px;
        grid-template-columns: 1fr;
    }

    .bypostauthor h3#reply-title,
    .comment.even h3#reply-title {
        font-size: 16px !important;
        line-height: 24px !important;
    }

    .sp-postcomments-wrapper #comments ol {
        max-width: 100% !important;
    }

    .contact-form-sec .wpforms-one-half {
        width: 100% !important;
        margin-left: 0 !important;
    }

    .contact-form-sec .wpforms-field-row-block.wpforms-first.wpforms-one-half {
        margin-bottom: 18px;
    }

    h2#sp-hlf1c5 {
        line-height: 100% ! IMPORTANT;
    }

    /* 	div#sp-b26u2d, div#sp-j91hrm {
    width: 100% !important;
} */

    .singup-sec-main .sp-el-row .sp-el-col {
        width: 100% !important;
    }

    /* div#sp-j91hrm .below-cards {
    margin: 0 auto;
} */
    .singup-sec-main .below-cards {
        margin: 0 auto;
    }

    div#sp-button-parent-e8d3kz {
        margin-inline: auto !important;
    }

    div#sp-l997hj,
    div#sp-eja26a {
        padding-block: 10px !important;
    }

    .companirow .sp-w-full {
        width: 100% !important
    }

    .companirow {
        flex-direction: column;
    }

    /* div#sp-b8r0z6 {
    padding-bottom: 30px !important;
} */

    .my--investments {
        flex-direction: column;
    }

    .my--investments .sp-el-col {
        width: 100% ! important;
    }

    .my--investments .invest-heading.sp-css-target {
        padding: 30px 5px !important;
    }

    .my--investments .columnBoxes {
        margin-bottom: 0 !important;
    }

    .columnBoxes.no-border,
    .my--investments .invest-heading.no-border {
        border-bottom: 1px solid #B3B09D !important;
    }

    .my--investments.gap-32,
    .companirow.gap-32 {
        gap: 0;
    }

    #sp-lz9m1b {
        margin-bottom: 20px !important;
    }

    div#sp-ani1ps {
        padding: 10px 0 !important;
    }

    div#sp-x5rr2d,
    div#sp-b8r0z6 {
        margin-bottom: 30px !important;
    }

    #sp-k0egvy,
    div#sp-dzu9oc,
    div#sp-g7jo5l {
        padding-bottom: 30px !important;
    }

    div#sp-kjpldm,
    div#sp-ky0mzx {
        padding-bottom: 0 !important;
    }

    .companirow .columnBoxes {
        margin-bottom: 0 !important;
    }

    section #sp-gc77gq .sp-posts-block-title {
        text-align: left !important;
    }

    .sub-form {
        padding-right: 0 !important;
    }

    .page-id-7532 .all--qoutes .sp-button-wrapper {
        max-width: 464px;
        margin-left: 0 !important;
        margin-inline: auto !important;
    }

    div#sp-b8r0z6 {
        margin-bottom: 30px !important;
    }

    .my-companies-sec-main {
        gap: 30px;
    }

}

@media only screen and (max-width: 768px) {
    .sp-custom-grid-cols-3 {
        grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
    }

    div#sp-hvq5te {
        margin-bottom: 30px !important;
    }

    #sp-g7uktu,
    #sp-wa683m,
    #sp-xaqr82 {
        margin-bottom: 20px !important;
    }

    section #sp-xaqr82 {
        margin-bottom: 0 !important;
    }

    #sp-dn1ondcw42b {
        width: 45% !important;
        text-align: left !important;
    }

    #sp-ozk4d6.mbsm_1 {
        margin-bottom: 20px !important;
    }

    .mystory-content-box {
        margin-left: 0 !important;
    }

}

/* 	section.pd-ipad-sec,section.pd-inline-md{        padding: 64px 1rem !important;}
} */

@media (max-width:760px) {

    section .sp-el-row,
    section .sp-el-col,
    section .sp-el-block,
    section .sp-optin-wrapper,
    section .sp-testimonials-wrapper,
    section .sp-testimonial-wrapper {
        padding: unset !important;
    }

    div#sp-moiyxg {
        max-width: 100% !important;
        margin-top: 32px !important;
        width: 100% !important;
        margin-left: 0 !IMPORTANT;
    }

    section.white-sec-pd-ipad {
        margin-inline: 0 !important;
        padding: 64px 1.6rem !important;
    }

    section #sp-gc77gq .sp-posts-block-title,
    section #sp-gc77gq .sp-posts-block-meta-text,
    section #sp-gc77gq .sp-posts-block-excerpt,
    section #sp-gc77gq .sp-posts-block-read-more {
        text-align: left !important;
    }

    section #sp-tpive9 .sp-posts-block-title,
    section #sp-tpive9 .sp-posts-block-meta-text,
    section #sp-tpive9 .sp-posts-block-excerpt,
    section #sp-tpive9 .sp-posts-block-read-more {
        text-align: left !important;
    }

    section .heading-intro-top {
        padding-block: 20px !important;
    }

    .heading-intro-top.mb--0--sm {
        margin-bottom: 0 !important;
    }

    .abt--short--heading {
        margin-bottom: 20px !important;
    }

    #sp-gz1to9 {
        padding-top: 64px !important;
        margin-top: 0 !important;
        padding-bottom: 30px !important;
    }

    div #sp-m01uwq {
        text-align: left !important;
    }

    .icon-hide span.sp-icon-wrapper.sp-mr-4 {
        display: none !important;
    }

    div#sp-sx9eg2 {
        flex-direction: column;
        justify-content: start !important;
        align-items: start !important;
    }

    div#sp-hbpghc,
    #sp-gssx86,
    div#sp-vrrbfz {
        width: 100%;
    }

    div#sp-g6asm2 {
        text-align: left !important;
    }

    div#sp-hbpghc {
        margin-bottom: 20px;
    }

    #sp-m01uwq {
        margin-bottom: 20px !important;
    }

    section#sp-natvyb {
        padding-bottom: 30px !important;
        padding-top: 0 !important;
    }

    #sp-hw7f54,
    #sp-ivpb0p,
    #sp-qmrrax,
    div#sp-r34vqq,
    #sp-egk2rv {
        padding: 64px 0px 64px 0px !important;
    }

    div#sp-vbig0h {
        padding: 64px 0px 64px 0px !important;
    }

    #sp-h8m1xi,
    #sp-g7pinp,
    #sp-nnjp43,
    #sp-kghc7k {
        padding: 32px 24px 32px 24px !important;

    }

    #sp-nzm1bl {
        padding-bottom: 64px !important
    }

    #sp-zpm8nf {
        padding-bottom: 48px !important;
    }

}

@media(max-width:640px) {

    #sp-llagjc.mbsm_0,
    #sp-tacdkh.mbsm_0,
    #sp-j91hrm.mbsm_0,
    #sp-l68hf4.mbsm_1,
    #sp-zypump.mbsm_1,
    #sp-grba3ynyack.mbsm_0,
    #sp-moiyxg.mbsm_0 {
        margin-bottom: 0 !important;
    }

    #sp-b26u2d.mbsm_1,
    #sp-ml3i0x.mbsm_1,
    #sp-qublql.mbsm_1,
    #sp-ghhtttpes9za.mbsm_1,
    #sp-ozk4d6.mbsm_1 {
        margin-bottom: 20px !important;
    }

    .below-cards:after {
        top: 96px !important;
    }

    .sub-form .wpforms-container .wpforms-field {
        width: 100%;
        margin-left: 0;
    }

    .companirow .sp-feature-wrapper {
        display: flex;
    }

    .sticky--single-post-cta {
        position: relative;
        top: 0;
    }

    .companirow .sp-feature-wrapper img {
        margin-bottom: 0 !important;
    }

    .columnBoxes h4 {
        text-align: left !important;
        margin-left: 15px;
    }

    .columnBoxes.no-border,
    .invest-heading.no-border {
        border-bottom: 1px solid #B3B09D !important;
    }

    .sidearrowbutton:after {
        top: 1px;
    }

    .invest-heading.sp-css-target {
        padding: 30px 5px !important;
    }

    .logos .logo {
        width: 100%;
        text-align: left;
    }

    .logos {

        /* 		flex-wrap: wrap; */
        column-gap: 15px;
    }

    .featured {
        align-items: start;
    }

    .footmenurow .sp-el-col:first-child {
        width: 100% !important;
        justify-content: start;
    }

    .aboutsocial {
        margin: 0 auto !important;
    }

    .aboutSection {
        max-width: 100% !important;
    }

    .single-blog-meta-box {
        flex-wrap: wrap;
    }

    .columnBoxes {
        margin-bottom: 0 !important;
    }

    #sp-ml3i0x.mb-sm-0,
    #sp-qublql.mb-sm-0,
    div#sp-q131ky.mb-sm-0 {
        margin-bottom: 0 !important;
    }

    /*     #sp-g6asm2.ftr-build-text {
        padding: 0 1.6rem !important;
    } */

    .ftr-build-text .sp-html {
        text-align: left;
    }

    .recent-post-single .sp-posts-block-meta-text,
    .recent-post-single .sp-posts-block-excerpt,
    .recent-post-single .sp-posts-block-read-more {
        text-align: center !important;
    }

    #sp-ez1rn6 {
        padding: 32px 0px 64px 0px !important;
    }

    #sp-k1eckc,
    #sp-gltpdr {
        padding: 0px 0px 20px 0px !important;
    }

    section #sp-pjzb0s {
        text-align: left !important;
    }

    .single-post-right-sidebar {
        padding: 0 !important
    }

    .sticky--single-post-cta div#wpforms-7818 {
        margin-bottom: 32px !important;
    }

    .single-post h1,
    .single-post h2,
    .single-post h3,
    .single-post h4,
    .single-post h5,
    .single-post h6 {
        text-align: left !important;
    }

    /*     .icon-hide span.sp-icon-wrapper.sp-mr-4 {
        display: none !important;
    } */

    .width--350 {
        max-width: 100% !important;
    }

    .mb---20 {
        margin-bottom: 20px !important;
    }

    div#sp-r34vqq {
        padding: 64px 0px 64px 0px !important;
    }

    div#sp-a5oqcj,
    figure#sp-fg1z5j {
        text-align: left !important;
    }

    #sp-lcwjsy {
        margin-inline: 0 !IMPORTANT;
    }

    div#sp-w2owxo {
        padding: 32px 0px 0px 0px !important;
    }

    div#sp-lcwjsy {

        padding: 10px 0px 0px 0px !important;
    }

    #sp-dn1ondcw42b {
        width: 100% !important;
    }

    .mbl-home-img {
        display: block;
    }

    figure#sp-dn1ondcw42b {
        display: none;
    }

    .mbl-home-img img {
        width: 104px !important;
        height: 104px !important;
        object-fit: cover !important;
        border-radius: 100%;
        border: 2.6px solid #FFFFFF;
    }

    div #sp-ghhtttpes9za.home-img-col {
        margin-bottom: 0 !important;
    }

    section #sp-pqm0de {
        text-align: left !important;
    }

    h1#sp-hjmewl7by4os {
        margin-top: 0 !important;
    }
}

@media (max-width:640px) {
    .flex--wrap-sm {
        flex-wrap: wrap;
    }

    .subsform--sec .sub-form .wpforms-field-container {
        width: 100%;
    }

    .sp-el-section.single-post-main-content {
        margin-top: -112px !important;
        padding-top: 130px !important;
    }

    .content-main-left {
        border-right: none !important;
    }

    .single-post-socialicons {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        gap: 10px;
    }

    .single-post-socialicons #sp-xyyg3w {
        justify-content: flex-start !important;
        text-align: left !important;
        margin-left: 0 !important;
        padding: 0 !important;
    }

    section.cmnts-sec {
        padding-block: 64px !important;
    }

    #sp-csgfph .sp-posts-image-link {
        width: 100% !important
    }

    .divider-md-space {
        margin-top: 64px !important;
    }

    section.pd-btm-sec {
        padding-bottom: 64px !important;
    }

    section.pd-top-32 {
        padding-top: 32px !important;
    }

    .subscribe--heading {
        max-width: 100%;
    }

    .below-cards {
        margin-inline: auto !important;
    }

    .all--qoutes #sp-button-parent-e8d3kz {
        margin-inline: auto !important;
    }

    #sp-enyu8v {
        padding: 50px 20px 50px 20px !important;
    }

    section h2 {
        font-weight: 500 !important;
        font-size: 28px !important;
        line-height: 36px !important;
        letter-spacing: -0.5px !important;
        text-align: left !important;
    }

    .heroSection1:before {
        content: "";
        background: url("../images/symbol.png");
        width: 264px;
        height: 286.6px;
        background-size: cover;
        background-repeat: no-repeat;
        top: 80px;
        left: 121px;
        opacity: 0;
    }

}

@media (max-width: 480px) {
    .logos {
        grid-template-columns: 1fr;
        text-align: left;
    }

    .logo {
        text-align: left;
    }
}

@media only screen and (max-width: 480px) {

    #sp-mrp7s3.mbsm_1,
    #sp-tiwd50.mbsm_1,
    #sp-bcnfef.mbsm_1,
    #sp-a6li5h.mbsm_1,
    #sp-jwgjdr.mbsm_1,
    #sp-mrp7s3.mbsm_1 {
        padding: 0px 0px 0px 0px !important;
        margin-bottom: 0px !important;
    }
}

@media (max-width:355px) {
    .bottomarrowbtn:after {
        right: 0;
    }
}

/* shared */
img:is([sizes="auto" i], [sizes^="auto," i]) {
    contain-intrinsic-size: 3000px 1500px
}

/* global-styles-inline-css__page */
#sp-jzpikrszru.dark--line--text {
    border-bottom: 2px solid rgba(23, 23, 23, 1) !important;
    display: inline-block;
    transition: 0.3s ease-in-out;
}

.line-h-1 .sp-button-wrapper {
    line-height: 1;
}

.single-post-right-sidebar .p-s16 p,
.single-post-right-sidebar .p-s16 {
    font-size: 16px !important;
    line-height: 24px !important;
}

h1 {
    font-weight: 500 !Important;
    font-size: 56px !important;
    line-height: 64px !important;
    letter-spacing: -1.4px !important;
}

h2 {
    font-weight: 500 !important;
    font-size: 40px !important;
    line-height: 48px !important;
    letter-spacing: -0.5px !important;
}

h3 {
    font-weight: bold;
    font-size: 24px !important;
    line-height: 32px !important;
    letter-spacing: 0 !important;
}

.quote-1 {
    font-weight: 400 !important;
    font-family: 'EB Garamond' !important;
    font-size: 28px !important;
    line-height: 36px !important;
    letter-spacing: 0 !important;
}

.quote-2 {
    font-weight: 500 !important;
    font-family: 'EB Garamond' !important;
    font-size: 40px !important;
    line-height: 48px !important;
    letter-spacing: -0.5 !important;
}

.btn-fs-16 {
    font-size: 16px !important;
    line-height: 20px !important;
}

.ftr-heading h3 {
    font-size: 16px !important;
    line-height: 24px !important;
}

.ftr-heading h4 {
    font-size: 20px !important;
    line-height: 32px;
}

.sign--up--text p {
    line-height: 24px !important;
}

.comment-content a {
    word-wrap: break-word;
}

.single-post-main-content {
    word-wrap: break-word;
}

.bottomarrowbtn:hover:after {
    transform: rotate(-90deg);
    content: url(../wp-content/uploads/2025/03/black-arrow-down.svg);
}

.sidearrowbutton:hover:after,
.homePosts .sp-posts-block-read-more a:hover:after {
    content: url(../wp-content/uploads/2025/03/black-arrow-right.svg);
}

#wpdcom .wpd-blog-post_author .wpd-comment-author,
#wpdcom .wpd-blog-post_author .wpd-comment-author a {
    color: #000000 !important;
}

#wpdcom .wpd-blog-post_author .wpd-comment-label {
    background-color: #000000 !important;
    border-radius: 50px !important;
}

#wpdcom #wpd-threads {
    font-family: 'Jost';
}

#wpdcom .wpd-blog-guest .wpd-comment-author,
#wpdcom .wpd-blog-guest .wpd-comment-author a,
#wpdcom .wpd-blog-post_author .wpd-comment-author,
#wpdcom .wpd-blog-post_author .wpd-comment-author a {
    color: #000000 !important;
}

.wpd-thread-list {
    padding-bottom: 0 !important;
}

div#comments {
    margin-block: 0 !important;
}

.sp-postcomments-wrapper .comments-area .fn {
    font-style: normal;
    margin: 5px 0 0 0;
    font-size: 18px;
    font-family: 'Jost';
    font-weight: 600;
}

.sp-postcomments-wrapper .comments-area .comment-metadata {
    display: none;
}

.sp-postcomments-wrapper .comments-area .comment-body {
    border: none !important;
}

.sp-postcomments-wrapper .comments-area .avatar {
    margin-left: -67px !important;
}

.side-col .author-box img {
    width: 68px;
    height: 68px;
}

.side-col .author-box h6.meta-value {
    font-size: 24px;
    font-weight: 500;
    line-height: 32px;
}

.side-col .author-box {
    margin-right: 0 !important;
    margin-block: 24px;
}

.comments-area ol.children {
    margin-left: 60px !important;
}

.comments-area ol.children:before {
    content: "";
    position: absolute;
    width: 4px;
    height: 100%;
    background: #CFCCBC;
    left: -30px;
    top: -60px;
}

.comments-area .children {
    position: relative;
}

.sp-postcomments-wrapper .comments-area .comment-body p {
    font-size: 18px;
    line-height: 28px !important;
    font-weight: 500 !important;
    color: #404040 !important;
}

.sp-postcomments-wrapper .comments-area .reply a {
    padding: 0px !important;
    color: #171717 !important;
    text-decoration: none;
    background: none !important;
    position: absolute;
    right: 0;
    bottom: 0;
    font-size: 14px !important;
    font-family: 'Jost';
    font-weight: 600;
    cursor: pointer !important;
    left: 30px;
}

#cancel-comment-reply-link {
    font-size: 14px !important;
    font-family: 'Jost';
    font-weight: 600;
}

h3#reply-title {
    text-align: center;
    margin-top: 30px;
    font-size: 24px !important;
    line-height: 32px !important;
    font-weight: 500;
    display: flex;
    justify-content: space-between !important;
    flex-wrap: wrap;
}

form#commentform {
    display: flex;
    flex-direction: column;
}

p.form-submit.wp-block-button {
    order: 5;
    text-align: right;
    bottom: 30px;
    position: absolute;
    right: 200px;
}

p.comment-form-email {
    order: 2;
}

p.comment-form-author {
    order: 1;
}

p.comment-form-comment {
    order: 3;
}

p.commentpolicy {
    order: 4;
}

p.commentpolicy {
    order: 4;
}

.comment-fields-wrapper {
    display: grid;
    gap: 20px;
    grid-template-columns: 1fr 1fr;
}

.comment-form input,
.comment-form textarea {
    font-size: 14px !important;
    font-family: Jost !important;
    padding: 11px 20px !important;
}

.btm-comment-content-main h3#reply-title {
    text-align: center !important;
    justify-content: center !important;
    margin-bottom: 34px;
    font-size: 40px ! IMPORTANT;
    line-height: 48px !important;
    margin-top: 70px;
    font-weight: 500;
}

.under-reply-content h3#reply-title {
    justify-content: space-between !important;
    font-size: 24px !important;
    line-height: 32px !important;
    font-weight: 500;
}

.bypostauthor h3#reply-title,
.comment.even h3#reply-title {
    justify-content: space-between !important;
    font-size: 24px !important;
    font-weight: 500;
    line-height: 32px !important;
}

p.comment-form-author label,
p.comment-form-email label,
p.comment-form-comment label {
    display: block;
    font-weight: 700;
    text-align: left;

}

.comment-form-author,
.comment-form-email,
.comment-form-cookies-consent {
    margin-bottom: 18px;
}

p.comment-form-comment textarea {
    font-family: 'Jost' !important;
}

div#wpdcom {
    margin-bottom: 0 !important;
}

#wpdcom.wpd-layout-3 .wpd-reply .wpd-blog-post_author .wpd-comment-right {
    border-left: 1px solid #000000 !important;
}

#wpdcom .wpd-blog-guest .wpd-comment-author,
#wpdcom .wpd-blog-guest .wpd-comment-author a {
    color: #000000 !important;
}

#wpdcom.wpd-layout-3 .wpd-blog-guest .wpd-comment-subheader {
    border-top: 1px dashed #000000 !important;
}

#wpdcom .wpd-prim-button {
    background-color: #000000;
    color: #FFFFFF;
    border-radius: 50px !important;
    line-height: 36px !important;
    font-family: 'Jost' !important;
}

.comment-reply-link:hover,
a#cancel-comment-reply-link:hover {
    border-bottom: 2px solid #facc15;
    width: fit-content;
}

.comment-reply-link,
a#cancel-comment-reply-link {
    border-bottom: 2px solid transparent;
    width: fit-content;
}

.sp-el-block.sp-text-block-style p a,
.sp-el-block.sp-text-block-style a {
    border-bottom: 2px solid #FACC15 !important;
    text-decoration: none !important;
    transition: 0.3s ease-in-out;
}

.sp-el-block.sp-text-block-style p a span {
    text-decoration: none !important;
}

.sp-el-block.sp-text-block-style p a:hover,
.sp-el-block.sp-text-block-style a:hover {
    background: #FDF5E1;
    transition: 0.3s ease-in-out;
}

.header-main.scrolled--active {
    position: sticky;
    top: 0;
    z-index: 9999;
    background: #fff;
    padding: 16px 20px !important;
    box-shadow: 1px 3px 6px 2px #0000000f;
    transition: 0.3s ease-in-out;
}

.wpd-auth {
    display: none !important;
}

.share-container {
    position: relative;
}

.share-button {
    background-color: #ffd75f00;
    border: none;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    border: 1px solid #CFCCBC;
}

.share-menu {
    position: absolute;
    top: 40px;
    left: 0;
    background: white;
    border-radius: 12px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    padding: 10px 0;
    width: 200px;
    display: none;
    flex-direction: column;
}

.share-menu a,
.copy-link {
    display: flex;
    align-items: center;
    padding: 8px 12px;
    text-decoration: none;
    color: black;
    font-size: 16px;
    cursor: pointer;
    transition: background 0.2s;
    font-family: 'Jost';
}

.comments-share-box .icon {
    border: 1px solid #CFCCBC;
    border-radius: 50%;
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.single-blog-meta-box .icon img {
    width: 14px;
    height: 14px;
}

.share-button:hover {
    background: #FACC15;
    border-color: #FACC15;
}

.share-button:active,
.share-button:focus {
    background: #FACC15;
    outline: none !important;
    border-color: #FACC15;
}

.comments-share-box .icon:hover {
    background: #FACC15;
    border-color: #FACC15;
}

.share-menu a:hover,
.copy-link:hover {
    background: #F5F5F5;
}

/* Single Post CSS */

.single-blog-meta-box {
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 24px;
    margin-bottom: 32px;
}

.read-time-box {
    flex-direction: column;
}

.author-box {
    margin-right: 8px;
}

.single-blog-meta-box h6,
.single-blog-meta-box h6 span {
    color: #171717 !important;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: -.3px;
    line-height: 28px;
    font-family: 'Jost', sans-serif;
}

.read-time-box {
    align-items: start !important;
}

.single-blog-meta-box span {
    color: #404040 !important;
    font-family: 'Jost';
    font-size: 14px;
    line-height: 14px;
    text-align: left;
}

.author-box,
.read-time-box,
.comments-share-box {
    display: flex;
    align-items: center;
}

.author-box img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin-right: 11px;
}

.meta-label {
    display: block;
    font-size: 12px;
    color: #7d7d7d;
}

.meta-value {
    font-size: 16px;
    font-weight: bold;
    margin: 0;
}

.divider-line {
    width: 1px;
    height: 30px;
    background: #dcdcdc;
}

.comments-share-box {
    display: flex;
    gap: 10px;
}

.single--post--content .wp-block-aioseo-table-of-contents ul li:before,
.single--post--content .wp-block-list li:before {
    content: "";
    position: absolute;
    left: -30px;
    top: 8px;
    width: 20px;
    height: 20px;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(../wp-content/uploads/2025/03/Arrow_Up_Right.svg);
}

.single--post--content .wp-block-aioseo-table-of-contents ul li a {
    text-decoration: underline !important;
}

.single--post--content .wp-block-aioseo-table-of-contents ul,
.single--post--content .wp-block-list li {
    list-style: none;
    position: relative;
}

.single--post--content .wp-block-aioseo-table-of-contents ul li,
.single--post--content .wp-block-list li {
    position: relative;
}

.singleblog--img-row {
    max-width: 1006px;
    margin: 0 auto;
}

.tm-click-to-tweet .tm-ctt-text a {
    font-size: 30px !important;
    color: rgba(23, 23, 23, 1);
    font-weight: 500 !important;
    line-height: 40px !important;
}

.tm-click-to-tweet {

    border-block: 1px solid rgba(179, 176, 157, 1) !important;
    border-inline: 0 !important;
    -moz-border-radius: 0px !important;
    border-radius: 0px !important;
    padding: 48px 30px !important;
    zoom: 0 !important;
}

.single-post-date p {
    font-size: 14px;
    font-family: 'Jost';
    line-height: 18px;
    text-transform: uppercase;
}

.single-post-main-content .sp-el-row {
    max-width: 1006px;
    margin: 0 auto;
}

.single-post-main-content {
    background: #fff;
    padding-top: 354px !important;
    margin-top: -292px;
    max-width: 1344px !important;
    margin-inline: auto;
}

.top-single-post-sec {
    z-index: 1;
}

.content-main-left {
    padding-right: 112px !important;
    border-right: 1px solid #E1E1E1;
}

.abt-sb-head {
    font-size: 14px;
    color: #404040;
    line-height: 18px;
    text-transform: uppercase;
}

.author-box-about {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 20px;
}

.author-box-about img {
    width: 40px;
    border-radius: 100px;
}

.author-box-about h6 {
    color: #171717 !important;
    font-size: 24px;
    font-weight: 500;
    line-height: 32px;
}

p {
    line-height: 32px;
}

.single--post--content p a,
.single--post--content li a {
    border-bottom: 2px solid #FACC15 !important;
    display: inline-block;
}

/* .wp-block-image img {
    margin-block-start: 15px !important;
    margin-block-end: 30px ! IMPORTANT; 
} */

.single--post--content .tm-click-to-tweet a.tm-ctt-btn:hover {
    background: #FDF5E1 !important;
    transition: 0.3s ease-out;
}

.single--post--content .tm-click-to-tweet,
.single--post--content .tm-click-to-tweet p {
    text-align: center;
}

.single--post--content .tm-click-to-tweet p {
    margin-bottom: 0 !important;
    margin-top: 24px;
}

.single--post--content .tm-click-to-tweet a.tm-ctt-btn:before {
    content: "";
    background-image: url(../wp-content/uploads/2025/05/x-icon-93.png);
    width: 20px;
    height: 20px;
    top: 0;
    left: -30px;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
}

.single--post--content p a:hover,
.single--post--content li a:hover,
.single--post--content .wp-block-aioseo-table-of-contents ul li a:hover {
    background: #FDF5E1;
    transition: 0.3s ease-in-out;
}

.heading-newsletter-post {
    color: #171717;
    font-size: 20px !important;
    line-height: 28px !important;
    font-weight: 600 !important;
}

.single-post-right-sidebar .socialfoottext {
    font-size: 16px !important;
    line-height: 24px !important;
}

.form-single-post .wpforms-one-half {
    width: 100% !important;
    margin-left: 0 !important;
}

.form-single-post {
    padding-inline: 0 !important;
}

.single-post-category-link {
    font-size: 14px !important;
    line-height: 18px !important;
    text-transform: uppercase;
    font-weight: 500;
}

.single-post-category-link a {
    text-decoration: underline;
}

.comments-title {
    display: none;
}

form#commentform {
    max-width: 836px;
    margin: 0 auto;
    text-align: center;
}

.comment-form input,
.comment-form textarea {
    border: 1px solid #B3B09D !important;
    border-radius: 12px !important;
    width: 100%;
}

.sp-postcomments-wrapper .comments-area .comment-form .form-submit .submit {
    background: #171717 !important;
    color: #fff !important;
    border-radius: 100px !important;
    font-size: 12px !important;
    line-height: 20px !important;
    padding: 15px 24px !important;
    text-transform: uppercase !important;
    margin-top: 20px !important;
    font-weight: 600 !important;
}

.sp-postcomments-wrapper .comments-area .comment-form .form-submit .submit:hover {
    background: #FACC15 !important;
    color: #000 !important;
    border-color: #FACC15 !important;
}

.sp-postcomments-wrapper .comments-area .comment-form textarea {
    min-height: 232px;
    max-width: 100%;
}

.all--qoutes .sp-button-wrapper {
    max-width: 464px;
    margin-left: auto !important;
}

.sp-postcomments-wrapper .comment-form .commentpolicy {
    display: none;
}

h3#reply-title {
    text-align: center;
    margin-top: 120px;
}

.sp-postcomments-wrapper #comments ol {
    max-width: 836px;
    margin: 0 auto;
}

.sp-postcomments-wrapper .comments-area .comment-form label {
    font-family: Jost !important;
}

.mx-w1174 {
    max-width: 1174px;
    margin: 0 auto;
}

.sidemenu--nav-sec {
    display: none;
}

#sp-h8e3hz:hover {
    background: #FACC15;
}

.subscribeform input {
    height: 50px;
}

#sp-h0g1bn a:hover {
    background: #FACC15;
}

.sidebar--nav--links {
    opacity: 0;
}

.blogpost-main .pagination-prev a {
    color: #262626 !important;
}

.pagination-prev:hover a {
    color: #fff !important;
}

.linktextcolor a:hover,
.linktextcolor a:hover,
.link a:hover {
    color: #FACC15;
}

#qtgetq a:hover {
    background: transparent;
}

#wpd-post-rating {
    display: none !important;
}

.sp-postcontent figure.wp-block-gallery figure img {
    margin-bottom: 0;
}

.sp-postcontent figure.wp-block-gallery {
    margin-bottom: 20px;
    gap: 10px;
}

a#sp-pkw7hb0muj,
a#sp-pkw7hb2myj {
    border-bottom: 2px solid rgba(23, 23, 23, 1) !important;
    display: inline-block;
    transition: 0.3s ease-in-out;
    line-height: 38px;
}

a#sp-pkw7hb2myj {
    font-style: italic;
}

a#sp-pkw7hb0muj:hover,
a#sp-pkw7hb2myj:hover {
    border-color: #facc15 !important;
    transition: 0.3s ease-in-out;
}

#sp-enyu8v {
     padding: 80px 20px 80px !important;
    padding: 200px 20px 200px !important;
}

.single--post--content .wp-block-aioseo-table-of-contents ul li a {
    text-decoration: none !important;
}

/* responsive css start */
@media only screen and (max-width: 786px) {
    .footmenurow .sp-mobile-menu-false .nav-menu .seedprod-menu-list {
        align-items: flex-start !important;
    }

    .footmenurow .nav-bar {
        align-items: flex-start !important;
    }

    #sp-g7uktu,
    #sp-wa683m,
    #sp-xaqr82 {
        margin-bottom: 32px !important;
    }

    div#sp-hvq5te {
        margin-bottom: 32px !important;
    }

}

@media (min-width:1400px) {
    .home-banner-content {
        margin-inline-start: 7rem;
    }
}

@media (max-width:1024px) {
    .gx-20-md {
        gap: 20px;
    }

    h1 {
        font-size: 52px;
    }

    .heroSection1:before {
        left: -200px;
    }

    .header-banner-heading h1 {
        font-size: 48px !Important;
    }

    .sold-text:before {
        right: 40px;
        width: 50px;
        font-size: 12px;
    }

    .aboutSection {
        max-width: 95% !important;
    }

    #reply-title {
        margin-top: 0 !important;
    }

    section.pd-inline-md {
        padding-inline: 1.6rem !important;
    }

    section.qoutes-sec {
        padding: 64px 1.6rem !important;
    }

    .my-companies-sec-main {
        gap: 40px;
    }

    .aboutherocont {
        margin-inline-start: 2.8rem !important;
        margin-top: 20px !important;
    }

    .align-start-md {
        align-items: start !important;
    }

    .home-banner-content {
        margin-inline-start: 2.5rem;
    }

    .signup-col-ftr {
        padding-inline-end: 2rem !important;
    }

    section.mt--sm--0 {
        margin-top: 0 !important;
    }

}

@media (max-width:1080px) {
    .form-submit.wp-block-button {
        right: 130px !important;
    }
}

@media(max-width:1024px) {
    .footmenurow .sp-el-col {
        width: calc(20% - 10px) !important;
    }

    .footmenurow .sp-el-col:first-child {
        width: calc(30% - 10px) !important;
    }

    .abt--sec {
        margin-top: 0 !important;
    }

    .sidemenu--nav-sec {
        margin-left: -20px;
    }

    .w-100-md {
        width: 100% !important;
    }

    .mt-64 {
        margin-top: 64px !important;
    }

    .content-main-left {
        padding-right: 32px !important;
    }

    section.footer--cta-sec {
        max-width: 100% !important;
        padding: 0 1.6rem !important;
        padding-top: 64px !important;
    }

    div#sp-moiyxg {
        max-width: 500px;
    }

    section.pd-ipad-sec {
        padding: 64px 1.6rem !important;
    }

    .white-sec-pd-ipad {
        max-width: 100% !important;
        margin-inline: 1.6rem !important;
    }

    section.white-logo-sec {
        max-width: 100% !important;
        padding: 64px 1.6rem !important;
    }

}

@media (min-width:1024px) {
    body:not(.single-post) .sub-form .wpforms-container .wpforms-one-half:last-child {
        margin-left: 9px !important;
        width: 50%;
    }

    section.nl-main-sec .sub-form .wpforms-container .wpforms-one-half:last-child {
        margin-left: 0 !important;
    }

    .contact-form-sec .wpforms-container .wpforms-one-half:last-child {
        margin-left: 9px !important;
        width: 50%;
    }
}

@media only screen and (max-width:1024px) {

    .story_1,
    .story_2 {
        width: calc(50% - 10px) !important;
    }

    section.ftr-side-pd {
        padding-inline: 1.6rem !important;
    }

    .sp-posts-image-link {
        width: 100%;
    }

    .mx-w100-md {
        max-width: 100% !important;
    }

    .mystory-content-box {
        margin-left: 3rem !important;
    }

    section#sp-b5cvxf.pd-inline-md {
        padding-inline: 1.6rem !important;
        padding-bottom: 0 !important;
    }

    section.pb-md-0 {
        padding-bottom: 0 !important;
    }
}

@media (max-width:981px) {
    .sub-form .wpforms-container .wpforms-one-half {
        width: 100%;
    }

    .align-start-ipad {
        align-items: flex-start !important;
    }

    div#sp-moiyxg {
        max-width: 390px !important;
    }

    .sub-form .wpforms-container .wpforms-one-half {
        margin-left: 0;
    }

    .header-banner-heading h1 {
        font-size: 38px ! Important;
        line-height: 1.4em !important;
    }

    div#sp-m0wbji {
        margin-top: 32px !important;
    }

    .grid-logo-brand h4 {
        font-size: 14px !important;
    }

    .grid-logo-brand .sp-mr-6 {
        margin-right: 0.8rem;
    }

    .homePosts img {
        width: 100%;
    }

    .tooltip p {
        display: none;
    }

    /* div#sp-j91hrm .below-cards {
    margin: 0 auto;
} */
    .singup-sec-main .below-cards {
        margin: 0 auto;
    }

    div#sp-button-parent-e8d3kz {
        margin-inline: auto !important;
    }

    div#sp-l997hj,
    div#sp-eja26a {
        padding-block: 10px !important;
    }

    .companirow .sp-w-full {
        width: 100% !important
    }

    .companirow {
        flex-direction: column;
    }

    /* div#sp-b8r0z6 {
    padding-bottom: 30px !important;
} */

    .my--investments {
        flex-direction: column;
    }

    .my--investments .sp-el-col {
        width: 100% ! important;
    }

    .my--investments .invest-heading.sp-css-target {
        padding: 30px 5px !important;
    }

    .my--investments .columnBoxes {
        margin-bottom: 0 !important;
    }

    .columnBoxes.no-border,
    .my--investments .invest-heading.no-border {
        border-bottom: 1px solid #B3B09D !important;
    }

    .my--investments.gap-32,
    .companirow.gap-32 {
        gap: 0;
    }

    #sp-lz9m1b {
        margin-bottom: 20px !important;
    }

    div#sp-ani1ps {
        padding: 10px 0 !important;
    }

    div#sp-x5rr2d,
    div#sp-b8r0z6 {
        margin-bottom: 30px !important;
    }

    #sp-k0egvy,
    div#sp-dzu9oc,
    div#sp-g7jo5l {
        padding-bottom: 30px !important;
    }

    div#sp-kjpldm,
    div#sp-ky0mzx {
        padding-bottom: 0 !important;
    }

    .companirow .columnBoxes {
        margin-bottom: 0 !important;
    }

    section #sp-gc77gq .sp-posts-block-title {
        text-align: left !important;
    }

    .sub-form {
        padding-right: 0 !important;
    }

    .page-id-7532 .all--qoutes .sp-button-wrapper {
        max-width: 464px;
        margin-left: 0 !important;
        margin-inline: auto !important;
    }

    div#sp-b8r0z6 {
        margin-bottom: 30px !important;
    }

    .my-companies-sec-main {
        gap: 30px;
    }

}

@media only screen and (max-width: 768px) {
    .sp-custom-grid-cols-3 {
        grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
    }

    div#sp-hvq5te {
        margin-bottom: 30px !important;
    }

    #sp-g7uktu,
    #sp-wa683m,
    #sp-xaqr82 {
        margin-bottom: 20px !important;
    }

    section #sp-xaqr82 {
        margin-bottom: 0 !important;
    }

    #sp-dn1ondcw42b {
        width: 45% !important;
        text-align: left !important;
    }

    #sp-ozk4d6.mbsm_1 {
        margin-bottom: 20px !important;
    }

    .mystory-content-box {
        margin-left: 0 !important;
    }

}

/* 	section.pd-ipad-sec,section.pd-inline-md{        padding: 64px 1rem !important;}
} */

@media (max-width:760px) {

    section .sp-el-row,
    section .sp-el-col,
    section .sp-el-block,
    section .sp-optin-wrapper,
    section .sp-testimonials-wrapper,
    section .sp-testimonial-wrapper {
        padding: unset !important;
    }

    div#sp-moiyxg {
        max-width: 100% !important;
        margin-top: 32px !important;
        width: 100% !important;
        margin-left: 0 !IMPORTANT;
    }

    section.white-sec-pd-ipad {
        margin-inline: 0 !important;
        padding: 64px 1.6rem !important;
    }

    section #sp-gc77gq .sp-posts-block-title,
    section #sp-gc77gq .sp-posts-block-meta-text,
    section #sp-gc77gq .sp-posts-block-excerpt,
    section #sp-gc77gq .sp-posts-block-read-more {
        text-align: left !important;
    }

    section #sp-tpive9 .sp-posts-block-title,
    section #sp-tpive9 .sp-posts-block-meta-text,
    section #sp-tpive9 .sp-posts-block-excerpt,
    section #sp-tpive9 .sp-posts-block-read-more {
        text-align: left !important;
    }

    section .heading-intro-top {
        padding-block: 20px !important;
    }

    .heading-intro-top.mb--0--sm {
        margin-bottom: 0 !important;
    }

    .abt--short--heading {
        margin-bottom: 20px !important;
    }

    #sp-gz1to9 {
        padding-top: 64px !important;
        margin-top: 0 !important;
        padding-bottom: 30px !important;
    }

    div #sp-m01uwq {
        text-align: left !important;
    }

    .icon-hide span.sp-icon-wrapper.sp-mr-4 {
        display: none !important;
    }

    div#sp-sx9eg2 {
        flex-direction: column;
        justify-content: start !important;
        align-items: start !important;
    }

    div#sp-hbpghc,
    #sp-gssx86,
    div#sp-vrrbfz {
        width: 100%;
    }

    div#sp-g6asm2 {
        text-align: left !important;
    }

    div#sp-hbpghc {
        margin-bottom: 20px;
    }

    #sp-m01uwq {
        margin-bottom: 20px !important;
    }

    section#sp-natvyb {
        padding-bottom: 30px !important;
        padding-top: 0 !important;
    }

    #sp-hw7f54,
    #sp-ivpb0p,
    #sp-qmrrax,
    div#sp-r34vqq,
    #sp-egk2rv {
        padding: 64px 0px 64px 0px !important;
    }

    div#sp-vbig0h {
        padding: 64px 0px 64px 0px !important;
    }


    #sp-h8m1xi,
    #sp-g7pinp,
    #sp-nnjp43,
    #sp-kghc7k {
        padding: 32px 24px 32px 24px !important;

    }

    #sp-nzm1bl {
        padding-bottom: 64px !important
    }

    #sp-zpm8nf {
        padding-bottom: 48px !important;
    }

}

@media(max-width:640px) {

    #sp-llagjc.mbsm_0,
    #sp-tacdkh.mbsm_0,
    #sp-j91hrm.mbsm_0,
    #sp-l68hf4.mbsm_1,
    #sp-zypump.mbsm_1,
    #sp-grba3ynyack.mbsm_0,
    #sp-moiyxg.mbsm_0 {
        margin-bottom: 0 !important;
    }

    #sp-b26u2d.mbsm_1,
    #sp-ml3i0x.mbsm_1,
    #sp-qublql.mbsm_1,
    #sp-ghhtttpes9za.mbsm_1,
    #sp-ozk4d6.mbsm_1 {
        margin-bottom: 20px !important;
    }

    .below-cards:after {
        top: 96px !important;
    }

    .sub-form .wpforms-container .wpforms-field {
        width: 100%;
        margin-left: 0;
    }

    .companirow .sp-feature-wrapper {
        display: flex;
    }

    .sticky--single-post-cta {
        position: relative;
        top: 0;
    }

    .companirow .sp-feature-wrapper img {
        margin-bottom: 0 !important;
    }

    .columnBoxes h4 {
        text-align: left !important;
        margin-left: 15px;
    }

    .columnBoxes.no-border,
    .invest-heading.no-border {
        border-bottom: 1px solid #B3B09D !important;
    }

    .sidearrowbutton:after {
        top: 1px;
    }

    .invest-heading.sp-css-target {
        padding: 30px 5px !important;
    }

    .logos .logo {
        width: 100%;
        text-align: left;
    }

    .logos {

        /*     .icon-hide span.sp-icon-wrapper.sp-mr-4 {
        display: none !important;
    } */

        .width--350 {
            max-width: 100% !important;
        }

        .mb---20 {
            margin-bottom: 20px !important;
        }

        div#sp-r34vqq {
            padding: 64px 0px 64px 0px !important;
        }

        div#sp-a5oqcj,
        figure#sp-fg1z5j {
            text-align: left !important;
        }

        #sp-lcwjsy {
            margin-inline: 0 !IMPORTANT;
        }

        div#sp-w2owxo {
            padding: 32px 0px 0px 0px !important;
        }

        div#sp-lcwjsy {

            padding: 10px 0px 0px 0px !important;
        }

        #sp-dn1ondcw42b {
            width: 100% !important;
        }

        .mbl-home-img {
            display: block;
        }

        figure#sp-dn1ondcw42b {
            display: none;
        }

        .mbl-home-img img {
            width: 104px !important;
            height: 104px !important;
            object-fit: cover !important;
            border-radius: 100%;
            border: 2.6px solid #FFFFFF;
        }

        div #sp-ghhtttpes9za.home-img-col {
            margin-bottom: 0 !important;
        }

        section #sp-pqm0de {
            text-align: left !important;
        }

        h1#sp-hjmewl7by4os {
            margin-top: 0 !important;
        }
    }

    @media (max-width:640px) {
        .flex--wrap-sm {
            flex-wrap: wrap;
        }

        .subsform--sec .sub-form .wpforms-field-container {
            width: 100%;
        }

        .sp-el-section.single-post-main-content {
            margin-top: -112px !important;
            padding-top: 130px !important;
        }

        .content-main-left {
            border-right: none !important;
        }

        .single-post-socialicons {
            display: flex;
            align-items: center;
            justify-content: flex-start;
            gap: 10px;
        }

        .single-post-socialicons #sp-xyyg3w {
            justify-content: flex-start !important;
            text-align: left !important;
            margin-left: 0 !important;
            padding: 0 !important;
        }

        section.cmnts-sec {
            padding-block: 64px !important;
        }

        #sp-csgfph .sp-posts-image-link {
            width: 100% !important
        }

        .divider-md-space {
            margin-top: 64px !important;
        }

        section.pd-btm-sec {
            padding-bottom: 64px !important;
        }

        section.pd-top-32 {
            padding-top: 32px !important;
        }

        .subscribe--heading {
            max-width: 100%;
        }

        .below-cards {
            margin-inline: auto !important;
        }

        .all--qoutes #sp-button-parent-e8d3kz {
            margin-inline: auto !important;
        }

        #sp-enyu8v {
            padding: 50px 20px 50px 20px !important;
        }

        section h2 {
            font-weight: 500 !important;
            font-size: 28px !important;
            line-height: 36px !important;
            letter-spacing: -0.5px !important;
            text-align: left !important;
        }

        .heroSection1:before {
            content: "";
            background: url("../images/symbol.png");
            width: 264px;
            height: 286.6px;
            background-size: cover;
            background-repeat: no-repeat;
            top: 80px;
            left: 121px;
            opacity: 0;
        }

    }

    @media (max-width: 480px) {
        .logos {
            grid-template-columns: 1fr;
            text-align: left;
        }

        .logo {
            text-align: left;
        }
    }

    @media only screen and (max-width: 480px) {

        #sp-mrp7s3.mbsm_1,
        #sp-tiwd50.mbsm_1,
        #sp-bcnfef.mbsm_1,
        #sp-a6li5h.mbsm_1,
        #sp-jwgjdr.mbsm_1,
        #sp-mrp7s3.mbsm_1 {
            padding: 0px 0px 0px 0px !important;
            margin-bottom: 0px !important;
        }
    }

    @media (max-width:355px) {
        .bottomarrowbtn:after {
            right: 0;
        }
    }

    /* shared */
    @font-face {
        font-family: Manrope;
        font-style: normal;
        font-weight: 200 800;
        font-display: fallback;
        src: url('../wp-content/themes/twentytwentyfive/assets/fonts/manrope/Manrope-VariableFont_wght.woff2.html') format('woff2');
    }

    @font-face {
        font-family: "Fira Code";
        font-style: normal;
        font-weight: 300 700;
        font-display: fallback;
        src: url('../wp-content/themes/twentytwentyfive/assets/fonts/fira-code/FiraCode-VariableFont_wght.woff2.html') format('woff2');
    }

    /* shared */
    .cls-1 {
        fill: #5f5e5e;
    }

    /* shared */
    img:is([sizes="auto" i], [sizes^="auto," i]) {
        contain-intrinsic-size: 3000px 1500px
    }

    /* shared */
    @font-face {
        font-family: Manrope;
        font-style: normal;
        font-weight: 200 800;
        font-display: fallback;
        src: url('../wp-content/themes/twentytwentyfive/assets/fonts/manrope/Manrope-VariableFont_wght.woff2.html') format('woff2');
    }

    @font-face {
        font-family: "Fira Code";
        font-style: normal;
        font-weight: 300 700;
        font-display: fallback;
        src: url('../wp-content/themes/twentytwentyfive/assets/fonts/fira-code/FiraCode-VariableFont_wght.woff2.html') format('woff2');
    }

    /* wp-block-list-inline-css */
    ol,
    ul {
        box-sizing: border-box
    }

    :root :where(.wp-block-list.has-background) {
        padding: 1.25em 2.375em
    }

    /* wp-block-image-inline-css */
    .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;
            -webkit-mask-image: url('data:image/svg+xml;utf8,<svg viewBox="0 0 100 100" xmlns="http://www.w3.org/2000/svg"><circle cx="50" cy="50" r="50"/></svg>');
            mask-image: url('data:image/svg+xml;utf8,<svg viewBox="0 0 100 100" xmlns="http://www.w3.org/2000/svg"><circle cx="50" cy="50" r="50"/></svg>');
            mask-mode: alpha;
            -webkit-mask-position: center;
            mask-position: center;
            -webkit-mask-repeat: no-repeat;
            mask-repeat: no-repeat;
            -webkit-mask-size: contain;
            mask-size: contain
        }
    }

    :root :where(.wp-block-image.is-style-rounded img, .wp-block-image .is-style-rounded img) {
        border-radius: 9999px
    }

    .wp-block-image figure {
        margin: 0
    }

    .wp-lightbox-container {
        display: flex;
        flex-direction: column;
        position: relative
    }

    .wp-lightbox-container img {
        cursor: zoom-in
    }

    .wp-lightbox-container img:hover+button {
        opacity: 1
    }

    .wp-lightbox-container button {
        align-items: center;
        -webkit-backdrop-filter: blur(16px) saturate(180%);
        backdrop-filter: blur(16px) saturate(180%);
        background-color: #5a5a5a40;
        border: none;
        border-radius: 4px;
        cursor: zoom-in;
        display: flex;
        height: 20px;
        justify-content: center;
        opacity: 0;
        padding: 0;
        position: absolute;
        right: 16px;
        text-align: center;
        top: 16px;
        width: 20px;
        z-index: 100
    }

    @media not (prefers-reduced-motion) {
        .wp-lightbox-container button {
            transition: opacity .2s ease
        }
    }

    .wp-lightbox-container button:focus-visible {
        outline: 3px auto #5a5a5a40;
        outline: 3px auto -webkit-focus-ring-color;
        outline-offset: 3px
    }

    .wp-lightbox-container button:hover {
        cursor: pointer;
        opacity: 1
    }

    .wp-lightbox-container button:focus {
        opacity: 1
    }

    .wp-lightbox-container button:focus,
    .wp-lightbox-container button:hover,
    .wp-lightbox-container button:not(:hover):not(:active):not(.has-background) {
        background-color: #5a5a5a40;
        border: none
    }

    .wp-lightbox-overlay {
        box-sizing: border-box;
        cursor: zoom-out;
        height: 100vh;
        left: 0;
        overflow: hidden;
        position: fixed;
        top: 0;
        visibility: hidden;
        width: 100%;
        z-index: 100000
    }

    .wp-lightbox-overlay .close-button {
        align-items: center;
        cursor: pointer;
        display: flex;
        justify-content: center;
        min-height: 40px;
        min-width: 40px;
        padding: 0;
        position: absolute;
        right: calc(env(safe-area-inset-right) + 16px);
        top: calc(env(safe-area-inset-top) + 16px);
        z-index: 5000000
    }

    .wp-lightbox-overlay .close-button:focus,
    .wp-lightbox-overlay .close-button:hover,
    .wp-lightbox-overlay .close-button:not(:hover):not(:active):not(.has-background) {
        background: none;
        border: none
    }

    .wp-lightbox-overlay .lightbox-image-container {
        height: var(--wp--lightbox-container-height);
        left: 50%;
        overflow: hidden;
        position: absolute;
        top: 50%;
        transform: translate(-50%, -50%);
        transform-origin: top left;
        width: var(--wp--lightbox-container-width);
        z-index: 9999999999
    }

    .wp-lightbox-overlay .wp-block-image {
        align-items: center;
        box-sizing: border-box;
        display: flex;
        height: 100%;
        justify-content: center;
        margin: 0;
        position: relative;
        transform-origin: 0 0;
        width: 100%;
        z-index: 3000000
    }

    .wp-lightbox-overlay .wp-block-image img {
        height: var(--wp--lightbox-image-height);
        min-height: var(--wp--lightbox-image-height);
        min-width: var(--wp--lightbox-image-width);
        width: var(--wp--lightbox-image-width)
    }

    .wp-lightbox-overlay .wp-block-image figcaption {
        display: none
    }

    .wp-lightbox-overlay button {
        background: none;
        border: none
    }

    .wp-lightbox-overlay .scrim {
        background-color: #fff;
        height: 100%;
        opacity: .9;
        position: absolute;
        width: 100%;
        z-index: 2000000
    }

    .wp-lightbox-overlay.active {
        visibility: visible
    }

    @media not (prefers-reduced-motion) {
        .wp-lightbox-overlay.active {
            animation: turn-on-visibility .25s both
        }

        .wp-lightbox-overlay.active img {
            animation: turn-on-visibility .35s both
        }

        .wp-lightbox-overlay.show-closing-animation:not(.active) {
            animation: turn-off-visibility .35s both
        }

        .wp-lightbox-overlay.show-closing-animation:not(.active) img {
            animation: turn-off-visibility .25s both
        }

        .wp-lightbox-overlay.zoom.active {
            animation: none;
            opacity: 1;
            visibility: visible
        }

        .wp-lightbox-overlay.zoom.active .lightbox-image-container {
            animation: lightbox-zoom-in .4s
        }

        .wp-lightbox-overlay.zoom.active .lightbox-image-container img {
            animation: none
        }

        .wp-lightbox-overlay.zoom.active .scrim {
            animation: turn-on-visibility .4s forwards
        }

        .wp-lightbox-overlay.zoom.show-closing-animation:not(.active) {
            animation: none
        }

        .wp-lightbox-overlay.zoom.show-closing-animation:not(.active) .lightbox-image-container {
            animation: lightbox-zoom-out .4s
        }

        .wp-lightbox-overlay.zoom.show-closing-animation:not(.active) .lightbox-image-container img {
            animation: none
        }

        .wp-lightbox-overlay.zoom.show-closing-animation:not(.active) .scrim {
            animation: turn-off-visibility .4s forwards
        }
    }

    @keyframes show-content-image {
        0% {
            visibility: hidden
        }

        99% {
            visibility: hidden
        }

        to {
            visibility: visible
        }
    }

    @keyframes turn-on-visibility {
        0% {
            opacity: 0
        }

        to {
            opacity: 1
        }
    }

    @keyframes turn-off-visibility {
        0% {
            opacity: 1;
            visibility: visible
        }

        99% {
            opacity: 0;
            visibility: visible
        }

        to {
            opacity: 0;
            visibility: hidden
        }
    }

    @keyframes lightbox-zoom-in {
        0% {
            transform: translate(calc((-100vw + var(--wp--lightbox-scrollbar-width))/2 + var(--wp--lightbox-initial-left-position)), calc(-50vh + var(--wp--lightbox-initial-top-position))) scale(var(--wp--lightbox-scale))
        }

        to {
            transform: translate(-50%, -50%) scale(1)
        }
    }

    @keyframes lightbox-zoom-out {
        0% {
            transform: translate(-50%, -50%) scale(1);
            visibility: visible
        }

        99% {
            visibility: visible
        }

        to {
            transform: translate(calc((-100vw + var(--wp--lightbox-scrollbar-width))/2 + var(--wp--lightbox-initial-left-position)), calc(-50vh + var(--wp--lightbox-initial-top-position))) scale(var(--wp--lightbox-scale));
            visibility: hidden
        }
    }

    /* wp-block-embed-inline-css */
    .wp-block-embed.alignleft,
    .wp-block-embed.alignright,
    .wp-block[data-align=left]>[data-type="core/embed"],
    .wp-block[data-align=right]>[data-type="core/embed"] {
        max-width: 360px;
        width: 100%
    }

    .wp-block-embed.alignleft .wp-block-embed__wrapper,
    .wp-block-embed.alignright .wp-block-embed__wrapper,
    .wp-block[data-align=left]>[data-type="core/embed"] .wp-block-embed__wrapper,
    .wp-block[data-align=right]>[data-type="core/embed"] .wp-block-embed__wrapper {
        min-width: 280px
    }

    .wp-block-cover .wp-block-embed {
        min-height: 240px;
        min-width: 320px
    }

    .wp-block-embed {
        overflow-wrap: break-word
    }

    .wp-block-embed :where(figcaption) {
        margin-bottom: 1em;
        margin-top: .5em
    }

    .wp-block-embed iframe {
        max-width: 100%
    }

    .wp-block-embed__wrapper {
        position: relative
    }

    .wp-embed-responsive .wp-has-aspect-ratio .wp-block-embed__wrapper:before {
        content: "";
        display: block;
        padding-top: 50%
    }

    .wp-embed-responsive .wp-has-aspect-ratio iframe {
        bottom: 0;
        height: 100%;
        left: 0;
        position: absolute;
        right: 0;
        top: 0;
        width: 100%
    }

    .wp-embed-responsive .wp-embed-aspect-21-9 .wp-block-embed__wrapper:before {
        padding-top: 42.85%
    }

    .wp-embed-responsive .wp-embed-aspect-18-9 .wp-block-embed__wrapper:before {
        padding-top: 50%
    }

    .wp-embed-responsive .wp-embed-aspect-16-9 .wp-block-embed__wrapper:before {
        padding-top: 56.25%
    }

    .wp-embed-responsive .wp-embed-aspect-4-3 .wp-block-embed__wrapper:before {
        padding-top: 75%
    }

    .wp-embed-responsive .wp-embed-aspect-1-1 .wp-block-embed__wrapper:before {
        padding-top: 100%
    }

    .wp-embed-responsive .wp-embed-aspect-9-16 .wp-block-embed__wrapper:before {
        padding-top: 177.77%
    }

    .wp-embed-responsive .wp-embed-aspect-1-2 .wp-block-embed__wrapper:before {
        padding-top: 200%
    }
}

.social-share {
    margin: -10px -12px;
    flex-wrap: wrap;
}

.liststyle {
    padding: 0;
    list-style: none;
}

.social-share li {
    margin: 10px 12px;
    list-style: none;
}

.social-share li a {
    display: inline-block;
    width: 60px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 14px;
    letter-spacing: 2px;
    text-transform: uppercase;
    border-radius: 6px;
    transition: var(--transition);
    background: #f8cf65;
    /* box-shadow: 10px 10px 19px #0c0819, -10px -10px 19px #0a0712; */
    /* box-shadow: 0px 0px 14px 0px #140e26; */
    position: relative;
}

.partner-with-me {
    padding: 5px 15px !important;
    color: #fff !important;
    border: 1px solid #f0cf65;
    border-radius: 5px;
}

.partner-with-me:hover {
    background: #f8cf65;
    /* border-color: #1c192e; */
    color: #fff !important;
}

.partner-with-me:hover a {
    color: #fff !important;
}


.header-social .list-wrap {
    display: flex;
    align-items: center;
    gap: 12px;
}

.header-action ul li:first-child {
    margin-left: 0;
}

.list-wrap li {
    list-style: none;
}

/* CTA Section with Background Image */
.ctasection {
    position: relative;
    z-index: 1;
}

.ctacontent {
    position: relative;
    padding: 84px 20px 74px !important;
    /* Overlay - this creates the dark overlay over the background image */
    background: linear-gradient(rgba(27, 31, 40, 0.85), rgba(27, 31, 40, 0.85));
}

/* Background image layer */
.ctacontent::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('../images/NIGHT\ OF\ POWER-4103.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: -1;
}

/* Remove the old ::after pseudo-element if it was decorative */
.ctacontent::after {
    display: none;
}

.ctacontent>.sp-el-col {
    z-index: 2;
    padding: 0px;
    width: auto;
    max-width: 680px !important;
    margin: 0 auto !important;
}

/* Make text white for contrast */
.ctacontent h2,
.ctacontent p {
    color: #ffffff !important;
}

/* Button styling to match your site */
.cta-btn-btm {
    background: #FACC15 !important;
    color: #171717 !important;
    border: 1px solid #FACC15 !important;
    transition: 0.3s ease-in-out;
}

.cta-btn-btm:hover {
    background: transparent !important;
    color: #ffffff !important;
    border: 1px solid #FACC15 !important;
}

/* Mobile responsiveness */
@media only screen and (max-width: 640px) {
    .ctacontent {
        padding: 50px 20px !important;
    }

    .ctacontent h2 {
        font-size: 32px !important;
        line-height: 1.3 !important;
    }

    .ctacontent p {
        font-size: 18px !important;
    }
}