img:is([sizes="auto"i], [sizes^="auto,"i]) {
    contain-intrinsic-size: 3000px 1500px
}

/*! 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
}

: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: #000;
    --wp--preset--color--cyan-bluish-gray: #abb8c3;
    --wp--preset--color--white: #fff;
    --wp--preset--color--pale-pink: #f78da7;
    --wp--preset--color--vivid-red: #cf2e2e;
    --wp--preset--color--luminous-vivid-orange: #ff6900;
    --wp--preset--color--luminous-vivid-amber: #fcb900;
    --wp--preset--color--light-green-cyan: #7bdcb5;
    --wp--preset--color--vivid-green-cyan: #00d084;
    --wp--preset--color--pale-cyan-blue: #8ed1fc;
    --wp--preset--color--vivid-cyan-blue: #0693e3;
    --wp--preset--color--vivid-purple: #9b51e0;
    --wp--preset--gradient--vivid-cyan-blue-to-vivid-purple: linear-gradient(135deg, rgba(6, 147, 227, 1) 0%, #9b51e0 100%);
    --wp--preset--gradient--light-green-cyan-to-vivid-green-cyan: linear-gradient(135deg, #7adcb4 0%, #00d082 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%, #cf2e2e 100%);
    --wp--preset--gradient--very-light-gray-to-cyan-bluish-gray: linear-gradient(135deg, #eee 0%, #a9b8c3 100%);
    --wp--preset--gradient--cool-to-warm-spectrum: linear-gradient(135deg, #4aeadc 0%, #9778d1 20%, #cf2aba 40%, #ee2c82 60%, #fb6962 80%, #fef84c 100%);
    --wp--preset--gradient--blush-light-purple: linear-gradient(135deg, #ffceec 0%, #9896f0 100%);
    --wp--preset--gradient--blush-bordeaux: linear-gradient(135deg, #fecda5 0%, #fe2d2d 50%, #6b003e 100%);
    --wp--preset--gradient--luminous-dusk: linear-gradient(135deg, #ffcb70 0%, #c751c0 50%, #4158d0 100%);
    --wp--preset--gradient--pale-ocean: linear-gradient(135deg, #fff5cb 0%, #b6e3d4 50%, #33a7b5 100%);
    --wp--preset--gradient--electric-grass: linear-gradient(135deg, #caf880 0%, #71ce7e 100%);
    --wp--preset--gradient--midnight: linear-gradient(135deg, #020381 0%, #2874fc 100%);
    --wp--preset--font-size--small: 13px;
    --wp--preset--font-size--medium: 20px;
    --wp--preset--font-size--large: 36px;
    --wp--preset--font-size--x-large: 42px;
    --wp--preset--spacing--20: .44rem;
    --wp--preset--spacing--30: .67rem;
    --wp--preset--spacing--40: 1rem;
    --wp--preset--spacing--50: 1.5rem;
    --wp--preset--spacing--60: 2.25rem;
    --wp--preset--spacing--70: 3.38rem;
    --wp--preset--spacing--80: 5.06rem;
    --wp--preset--shadow--natural: 6px 6px 9px rgba(0, 0, 0, .2);
    --wp--preset--shadow--deep: 12px 12px 50px rgba(0, 0, 0, .4);
    --wp--preset--shadow--sharp: 6px 6px 0px rgba(0, 0, 0, .2);
    --wp--preset--shadow--outlined: 6px 6px 0px -3px rgba(255, 255, 255, 1), 6px 6px rgba(0, 0, 0, 1);
    --wp--preset--shadow--crisp: 6px 6px 0px rgba(0, 0, 0, 1)
}

:where(.is-layout-flex) {
    gap: .5em
}

:where(.is-layout-grid) {
    gap: .5em
}

body .is-layout-flex {
    display: flex
}

.is-layout-flex {
    flex-wrap: wrap;
    align-items: center
}

.is-layout-flex>:is(*, div) {
    margin: 0
}

body .is-layout-grid {
    display: grid
}

.is-layout-grid>:is(*, div) {
    margin: 0
}

:where(.wp-block-columns.is-layout-flex) {
    gap: 2em
}

:where(.wp-block-columns.is-layout-grid) {
    gap: 2em
}

:where(.wp-block-post-template.is-layout-flex) {
    gap: 1.25em
}

:where(.wp-block-post-template.is-layout-grid) {
    gap: 1.25em
}

.has-black-color {
    color: var(--wp--preset--color--black) !important
}

.has-cyan-bluish-gray-color {
    color: var(--wp--preset--color--cyan-bluish-gray) !important
}

.has-white-color {
    color: var(--wp--preset--color--white) !important
}

.has-pale-pink-color {
    color: var(--wp--preset--color--pale-pink) !important
}

.has-vivid-red-color {
    color: var(--wp--preset--color--vivid-red) !important
}

.has-luminous-vivid-orange-color {
    color: var(--wp--preset--color--luminous-vivid-orange) !important
}

.has-luminous-vivid-amber-color {
    color: var(--wp--preset--color--luminous-vivid-amber) !important
}

.has-light-green-cyan-color {
    color: var(--wp--preset--color--light-green-cyan) !important
}

.has-vivid-green-cyan-color {
    color: var(--wp--preset--color--vivid-green-cyan) !important
}

.has-pale-cyan-blue-color {
    color: var(--wp--preset--color--pale-cyan-blue) !important
}

.has-vivid-cyan-blue-color {
    color: var(--wp--preset--color--vivid-cyan-blue) !important
}

.has-vivid-purple-color {
    color: var(--wp--preset--color--vivid-purple) !important
}

.has-black-background-color {
    background-color: var(--wp--preset--color--black) !important
}

.has-cyan-bluish-gray-background-color {
    background-color: var(--wp--preset--color--cyan-bluish-gray) !important
}

.has-white-background-color {
    background-color: var(--wp--preset--color--white) !important
}

.has-pale-pink-background-color {
    background-color: var(--wp--preset--color--pale-pink) !important
}

.has-vivid-red-background-color {
    background-color: var(--wp--preset--color--vivid-red) !important
}

.has-luminous-vivid-orange-background-color {
    background-color: var(--wp--preset--color--luminous-vivid-orange) !important
}

.has-luminous-vivid-amber-background-color {
    background-color: var(--wp--preset--color--luminous-vivid-amber) !important
}

.has-light-green-cyan-background-color {
    background-color: var(--wp--preset--color--light-green-cyan) !important
}

.has-vivid-green-cyan-background-color {
    background-color: var(--wp--preset--color--vivid-green-cyan) !important
}

.has-pale-cyan-blue-background-color {
    background-color: var(--wp--preset--color--pale-cyan-blue) !important
}

.has-vivid-cyan-blue-background-color {
    background-color: var(--wp--preset--color--vivid-cyan-blue) !important
}

.has-vivid-purple-background-color {
    background-color: var(--wp--preset--color--vivid-purple) !important
}

.has-black-border-color {
    border-color: var(--wp--preset--color--black) !important
}

.has-cyan-bluish-gray-border-color {
    border-color: var(--wp--preset--color--cyan-bluish-gray) !important
}

.has-white-border-color {
    border-color: var(--wp--preset--color--white) !important
}

.has-pale-pink-border-color {
    border-color: var(--wp--preset--color--pale-pink) !important
}

.has-vivid-red-border-color {
    border-color: var(--wp--preset--color--vivid-red) !important
}

.has-luminous-vivid-orange-border-color {
    border-color: var(--wp--preset--color--luminous-vivid-orange) !important
}

.has-luminous-vivid-amber-border-color {
    border-color: var(--wp--preset--color--luminous-vivid-amber) !important
}

.has-light-green-cyan-border-color {
    border-color: var(--wp--preset--color--light-green-cyan) !important
}

.has-vivid-green-cyan-border-color {
    border-color: var(--wp--preset--color--vivid-green-cyan) !important
}

.has-pale-cyan-blue-border-color {
    border-color: var(--wp--preset--color--pale-cyan-blue) !important
}

.has-vivid-cyan-blue-border-color {
    border-color: var(--wp--preset--color--vivid-cyan-blue) !important
}

.has-vivid-purple-border-color {
    border-color: var(--wp--preset--color--vivid-purple) !important
}

.has-vivid-cyan-blue-to-vivid-purple-gradient-background {
    background: var(--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple) !important
}

.has-light-green-cyan-to-vivid-green-cyan-gradient-background {
    background: var(--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan) !important
}

.has-luminous-vivid-amber-to-luminous-vivid-orange-gradient-background {
    background: var(--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange) !important
}

.has-luminous-vivid-orange-to-vivid-red-gradient-background {
    background: var(--wp--preset--gradient--luminous-vivid-orange-to-vivid-red) !important
}

.has-very-light-gray-to-cyan-bluish-gray-gradient-background {
    background: var(--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray) !important
}

.has-cool-to-warm-spectrum-gradient-background {
    background: var(--wp--preset--gradient--cool-to-warm-spectrum) !important
}

.has-blush-light-purple-gradient-background {
    background: var(--wp--preset--gradient--blush-light-purple) !important
}

.has-blush-bordeaux-gradient-background {
    background: var(--wp--preset--gradient--blush-bordeaux) !important
}

.has-luminous-dusk-gradient-background {
    background: var(--wp--preset--gradient--luminous-dusk) !important
}

.has-pale-ocean-gradient-background {
    background: var(--wp--preset--gradient--pale-ocean) !important
}

.has-electric-grass-gradient-background {
    background: var(--wp--preset--gradient--electric-grass) !important
}

.has-midnight-gradient-background {
    background: var(--wp--preset--gradient--midnight) !important
}

.has-small-font-size {
    font-size: var(--wp--preset--font-size--small) !important
}

.has-medium-font-size {
    font-size: var(--wp--preset--font-size--medium) !important
}

.has-large-font-size {
    font-size: var(--wp--preset--font-size--large) !important
}

.has-x-large-font-size {
    font-size: var(--wp--preset--font-size--x-large) !important
}

:where(.wp-block-post-template.is-layout-flex) {
    gap: 1.25em
}

:where(.wp-block-post-template.is-layout-grid) {
    gap: 1.25em
}

:where(.wp-block-columns.is-layout-flex) {
    gap: 2em
}

:where(.wp-block-columns.is-layout-grid) {
    gap: 2em
}

:root :where(.wp-block-pullquote) {
    font-size: 1.5em;
    line-height: 1.6
}

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

*, :after, :before {
    box-sizing: border-box
}

body {
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #333;
    background-color: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

h1, h2, h3, h4, h5, h6 {
    margin-block-start: .5rem;
    margin-block-end: 1rem;
    font-family: inherit;
    font-weight: 500;
    line-height: 1.2;
    color: inherit
}

h1 {
    font-size: 2.5rem
}

h2 {
    font-size: 2rem
}

h3 {
    font-size: 1.75rem
}

h4 {
    font-size: 1.5rem
}

h5 {
    font-size: 1.25rem
}

h6 {
    font-size: 1rem
}

p {
    margin-block-start: 0;
    margin-block-end: .9rem
}

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

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

a {
    background-color: transparent;
    text-decoration: none;
    color: #c36
}

a:active, a:hover {
    color: #336
}

a:not([href]):not([tabindex]), a:not([href]):not([tabindex]):focus, a:not([href]):not([tabindex]):hover {
    color: inherit;
    text-decoration: none
}

a:not([href]):not([tabindex]):focus {
    outline: 0
}

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

b, strong {
    font-weight: bolder
}

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

small {
    font-size: 80%
}

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

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

img {
    border-style: none;
    height: auto;
    max-width: 100%
}

details {
    display: block
}

summary {
    display: list-item
}

figcaption {
    font-size: 16px;
    color: #333;
    line-height: 1.4;
    font-style: italic;
    font-weight: 400
}

[hidden], template {
    display: none
}

@media print {
    *, :after, :before {
        background: transparent !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important
    }

    a, a:visited {
        text-decoration: underline
    }

    a[href]:after {
        content: " ("attr(href) ")"
    }

    abbr[title]:after {
        content: " ("attr(title) ")"
    }

    a[href^="#"]:after, a[href^="javascript:"]:after {
        content: ""
    }

    pre {
        white-space: pre-wrap !important
    }

    blockquote, pre {
        -moz-column-break-inside: avoid;
        break-inside: avoid;
        border: 1px solid #ccc
    }

    thead {
        display: table-header-group
    }

    img, tr {
        -moz-column-break-inside: avoid;
        break-inside: avoid
    }

    h2, h3, p {
        orphans: 3;
        widows: 3
    }

    h2, h3 {
        -moz-column-break-after: avoid;
        break-after: avoid
    }
}

label {
    display: inline-block;
    line-height: 1;
    vertical-align: middle
}

button, input, optgroup, select, textarea {
    font-family: inherit;
    font-size: 1rem;
    line-height: 1.5;
    margin: 0
}

input[type=date], input[type=email], input[type=number], input[type=password], input[type=search], input[type=tel], input[type=text], input[type=url], select, textarea {
    width: 100%;
    border: 1px solid #666;
    border-radius: 3px;
    padding: .5rem 1rem;
    transition: all .3s
}

input[type=date]:focus, input[type=email]:focus, input[type=number]:focus, input[type=password]:focus, input[type=search]:focus, input[type=tel]:focus, input[type=text]:focus, input[type=url]:focus, select:focus, textarea:focus {
    border-color: #333
}

button, input {
    overflow: visible
}

button, select {
    text-transform: none
}

[type=button], [type=reset], [type=submit], button {
    width: auto;
    -webkit-appearance: button
}

[type=button], [type=submit], button {
    display: inline-block;
    font-weight: 400;
    color: #c36;
    text-align: center;
    white-space: nowrap;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid #c36;
    padding: .5rem 1rem;
    font-size: 1rem;
    border-radius: 3px;
    transition: all .3s
}

[type=button]:focus:not(:focus-visible), [type=submit]:focus:not(:focus-visible), button:focus:not(:focus-visible) {
    outline: none
}

[type=button]:focus, [type=button]:hover, [type=submit]:focus, [type=submit]:hover, button:focus, button:hover {
    color: #fff;
    background-color: #c36;
    text-decoration: none
}

[type=button]:not(:disabled), [type=submit]:not(:disabled), button:not(:disabled) {
    cursor: pointer
}

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

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

progress {
    vertical-align: baseline
}

textarea {
    overflow: auto;
    resize: vertical
}

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

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

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

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

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

select {
    display: block
}

table {
    background-color: transparent;
    width: 100%;
    margin-block-end: 15px;
    font-size: .9em;
    border-spacing: 0;
    border-collapse: collapse
}

table td, table th {
    padding: 15px;
    line-height: 1.5;
    vertical-align: top;
    border: 1px solid hsla(0, 0%, 50.2%, .5019607843)
}

table th {
    font-weight: 700
}

table tfoot th, table thead th {
    font-size: 1em
}

table caption+thead tr:first-child td, table caption+thead tr:first-child th, table colgroup+thead tr:first-child td, table colgroup+thead tr:first-child th, table thead:first-child tr:first-child td, table thead:first-child tr:first-child th {
    border-block-start: 1px solid hsla(0, 0%, 50.2%, .5019607843)
}

table tbody>tr:nth-child(odd)>td, table tbody>tr:nth-child(odd)>th {
    background-color: hsla(0, 0%, 50.2%, .0705882353)
}

table tbody tr:hover>td, table tbody tr:hover>th {
    background-color: hsla(0, 0%, 50.2%, .1019607843)
}

table tbody+tbody {
    border-block-start: 2px solid hsla(0, 0%, 50.2%, .5019607843)
}

@media (max-width:767px) {
    table table {
        font-size: .8em
    }

    table table td, table table th {
        padding: 7px;
        line-height: 1.3
    }

    table table th {
        font-weight: 400
    }
}

dd, dl, dt, li, ol, ul {
    margin-block-start: 0;
    margin-block-end: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: 0 0
}

.comments-area a, .page-content a {
    text-decoration: underline
}

.alignright {
    float: right;
    margin-left: 1rem
}

.alignleft {
    float: left;
    margin-right: 1rem
}

.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto
}

.alignwide {
    margin-left: -80px;
    margin-right: -80px
}

.alignfull {
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    max-width: 100vw
}

.alignfull, .alignfull img {
    width: 100vw
}

.wp-caption {
    margin-block-end: 1.25rem;
    max-width: 100%
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px
}

.wp-caption img {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.wp-caption-text {
    margin: 0
}

.gallery-caption {
    display: block;
    font-size: .8125rem;
    line-height: 1.5;
    margin: 0;
    padding: .75rem
}

.pagination {
    display: flex;
    justify-content: space-between;
    margin: 20px auto
}

.sticky {
    position: relative;
    display: block
}

.bypostauthor {
    font-size: inherit
}

.hide {
    display: none !important
}

.post-password-form p {
    width: 100%;
    display: flex;
    align-items: flex-end
}

.post-password-form [type=submit] {
    margin-inline-start: 3px
}

.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important
}

.screen-reader-text:focus {
    background-color: #eee;
    clip: auto !important;
    clip-path: none;
    color: #333;
    display: block;
    font-size: 1rem;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 12px 24px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000
}

.post .entry-title a {
    text-decoration: none
}

.post .wp-post-image {
    width: 100%;
    max-height: 500px;
    -o-object-fit: cover;
    object-fit: cover
}

@media (max-width:991px) {
    .post .wp-post-image {
        max-height: 400px
    }
}

@media (max-width:575px) {
    .post .wp-post-image {
        max-height: 300px
    }
}

#comments .comment-list {
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: .9em
}

#comments .comment, #comments .pingback {
    position: relative
}

#comments .comment .comment-body, #comments .pingback .comment-body {
    display: flex;
    flex-direction: column;
    padding-block-start: 30px;
    padding-block-end: 30px;
    padding-inline-start: 60px;
    padding-inline-end: 0;
    border-block-end: 1px solid #ccc
}

#comments .comment .avatar, #comments .pingback .avatar {
    position: absolute;
    left: 0;
    border-radius: 50%;
    margin-inline-end: 10px
}

body.rtl #comments .comment .avatar, body.rtl #comments .pingback .avatar, html[dir=rtl] #comments .comment .avatar, html[dir=rtl] #comments .pingback .avatar {
    left: auto;
    right: 0
}

#comments .comment-meta {
    display: flex;
    justify-content: space-between;
    margin-block-end: .9rem
}

#comments .comment-metadata, #comments .reply {
    font-size: 11px;
    line-height: 1
}

#comments .children {
    position: relative;
    list-style: none;
    margin: 0;
    padding-inline-start: 30px
}

#comments .children li:last-child {
    padding-block-end: 0
}

#comments ol.comment-list .children:before {
    display: inline-block;
    font-size: 1em;
    font-weight: 400;
    line-height: 100%;
    content: "↪";
    position: absolute;
    top: 45px;
    left: 0;
    width: auto
}

body.rtl #comments ol.comment-list .children:before, html[dir=rtl] #comments ol.comment-list .children:before {
    content: "↩";
    left: auto;
    right: 0
}

@media (min-width:768px) {
    #comments .comment-author, #comments .comment-metadata {
        line-height: 1
    }
}

@media (max-width:767px) {
    #comments .comment .comment-body {
        padding: 30px 0
    }

    #comments .children {
        padding-inline-start: 20px
    }

    #comments .comment .avatar {
        position: inherit;
        float: left
    }

    body.rtl #comments .comment .avatar, html[dir=rtl] #comments .comment .avatar {
        float: right
    }
}

.page-header .entry-title, .site-footer .footer-inner, .site-footer:not(.dynamic-footer), .site-header .header-inner, .site-header:not(.dynamic-header), body:not([class*=elementor-page-]) .site-main {
    margin-inline-start: auto;
    margin-inline-end: auto;
    width: 100%
}

@media (max-width:575px) {
    .page-header .entry-title, .site-footer .footer-inner, .site-footer:not(.dynamic-footer), .site-header .header-inner, .site-header:not(.dynamic-header), body:not([class*=elementor-page-]) .site-main {
        padding-inline-start: 10px;
        padding-inline-end: 10px
    }
}

@media (min-width:576px) {
    .page-header .entry-title, .site-footer .footer-inner, .site-footer:not(.dynamic-footer), .site-header .header-inner, .site-header:not(.dynamic-header), body:not([class*=elementor-page-]) .site-main {
        max-width: 500px
    }

    .site-footer.footer-full-width .footer-inner, .site-header.header-full-width .header-inner {
        max-width: 100%
    }
}

@media (min-width:768px) {
    .page-header .entry-title, .site-footer .footer-inner, .site-footer:not(.dynamic-footer), .site-header .header-inner, .site-header:not(.dynamic-header), body:not([class*=elementor-page-]) .site-main {
        max-width: 600px
    }

    .site-footer.footer-full-width, .site-header.header-full-width {
        max-width: 100%
    }
}

@media (min-width:992px) {
    .page-header .entry-title, .site-footer .footer-inner, .site-footer:not(.dynamic-footer), .site-header .header-inner, .site-header:not(.dynamic-header), body:not([class*=elementor-page-]) .site-main {
        max-width: 800px
    }

    .site-footer.footer-full-width, .site-header.header-full-width {
        max-width: 100%
    }
}

@media (min-width:1200px) {
    .page-header .entry-title, .site-footer .footer-inner, .site-footer:not(.dynamic-footer), .site-header .header-inner, .site-header:not(.dynamic-header), body:not([class*=elementor-page-]) .site-main {
        max-width: 1140px
    }

    .site-footer.footer-full-width, .site-header.header-full-width {
        max-width: 100%
    }
}

.site-header+.elementor {
    min-height: calc(100vh - 320px)
}

.site-header {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-block-start: 1rem;
    padding-block-end: 1rem;
    position: relative
}

.site-header .site-title {
    font-size: 2.5rem;
    font-weight: 500;
    line-height: 1.2
}

.site-header .site-branding {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: .5rem
}

.site-header .header-inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

.site-header .header-inner .custom-logo-link {
    display: block
}

.site-header .header-inner .site-branding .site-description, .site-header .header-inner .site-branding .site-title {
    margin: 0
}

.site-header .header-inner .site-branding .site-logo img {
    display: block
}

.site-header .header-inner .site-branding.show-logo .site-title, .site-header .header-inner .site-branding.show-title .site-logo {
    display: none !important
}

.site-header.header-inverted .header-inner {
    flex-direction: row-reverse
}

.site-header.header-inverted .header-inner .site-branding {
    text-align: end
}

.site-header.header-stacked .header-inner {
    align-items: center;
    flex-direction: column;
    text-align: center
}

.site-footer {
    padding-block-start: 1rem;
    padding-block-end: 1rem;
    position: relative
}

.site-footer .site-title {
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 1.2
}

.site-footer .site-branding {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: .5rem
}

.site-footer .footer-inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

.site-footer .footer-inner .custom-logo-link {
    display: block
}

.site-footer .footer-inner .site-branding .site-description, .site-footer .footer-inner .site-branding .site-title {
    margin: 0
}

.site-footer .footer-inner .site-branding .site-logo img {
    display: block
}

.site-footer .footer-inner .site-branding.show-logo .site-title, .site-footer .footer-inner .site-branding.show-title .site-logo {
    display: none !important
}

.site-footer .footer-inner .copyright {
    align-items: center;
    display: flex;
    justify-content: flex-end
}

.site-footer .footer-inner .copyright p {
    margin: 0
}

.site-footer.footer-inverted .footer-inner {
    flex-direction: row-reverse
}

.site-footer.footer-inverted .footer-inner .site-branding {
    text-align: end
}

.site-footer.footer-stacked .footer-inner {
    align-items: center;
    flex-direction: column;
    text-align: center
}

.site-footer.footer-stacked .footer-inner .site-branding .site-title {
    text-align: center
}

.site-footer.footer-stacked .footer-inner .site-navigation .menu {
    padding: 0
}

@media (max-width:576px) {
    .site-footer:not(.footer-stacked) .footer-inner .copyright, .site-footer:not(.footer-stacked) .footer-inner .site-branding, .site-footer:not(.footer-stacked) .footer-inner .site-navigation {
        display: block;
        text-align: center;
        width: 100%;
        max-width: none
    }

    .site-footer .footer-inner .site-navigation ul.menu {
        justify-content: center
    }

    .site-footer .footer-inner .site-navigation ul.menu li {
        display: inline-block
    }
}

.site-header.header-stacked .site-navigation-toggle-holder {
    justify-content: center;
    max-width: 100%
}

.site-header.menu-layout-dropdown .site-navigation {
    display: none
}

.site-navigation-toggle-holder {
    display: flex;
    align-items: center;
    padding: 8px 15px
}

.site-navigation-toggle-holder .site-navigation-toggle {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: .5rem;
    cursor: pointer;
    border: 0 solid;
    border-radius: 3px;
    background-color: rgba(0, 0, 0, .05);
    color: #494c4f
}

.site-navigation-toggle-holder .site-navigation-toggle-icon {
    display: block;
    width: 1.25rem
}

.site-navigation-toggle-holder .site-navigation-toggle-icon:after, .site-navigation-toggle-holder .site-navigation-toggle-icon:before {
    content: "";
    background-color: currentColor;
    display: block;
    height: 3px;
    transition: all .2s ease-in-out;
    border-radius: 3px
}

.site-navigation-toggle-holder .site-navigation-toggle-icon:before {
    box-shadow: 0 .35rem 0 currentColor;
    margin-block-end: .5rem
}

.site-navigation-toggle-holder .site-navigation-toggle[aria-expanded=true] .site-navigation-toggle-icon:before {
    box-shadow: none;
    transform: translateY(.35rem) rotate(45deg)
}

.site-navigation-toggle-holder .site-navigation-toggle[aria-expanded=true] .site-navigation-toggle-icon:after {
    transform: translateY(-.35rem) rotate(-45deg)
}

.site-navigation {
    display: flex;
    align-items: center
}

.site-navigation ul.menu, .site-navigation ul.menu ul {
    list-style-type: none;
    padding: 0
}

.site-navigation ul.menu {
    display: flex;
    flex-wrap: wrap
}

.site-navigation ul.menu li {
    position: relative;
    display: flex
}

.site-navigation ul.menu li a {
    display: block;
    padding: 8px 15px
}

.site-navigation ul.menu li.menu-item-has-children {
    padding-inline-end: 15px
}

.site-navigation ul.menu li.menu-item-has-children:after {
    display: flex;
    content: "▾";
    font-size: 1.5em;
    justify-content: center;
    align-items: center;
    color: #666;
    text-decoration: none
}

.site-navigation ul.menu li.menu-item-has-children:focus-within>ul {
    display: block
}

.site-navigation ul.menu li ul {
    background: #fff;
    display: none;
    min-width: 150px;
    position: absolute;
    z-index: 2;
    left: 0;
    top: 100%
}

.site-navigation ul.menu li ul li {
    border-block-end: #eee 1px solid
}

.site-navigation ul.menu li ul li:last-child {
    border-block-end: none
}

.site-navigation ul.menu li ul li.menu-item-has-children a {
    flex-grow: 1
}

.site-navigation ul.menu li ul li.menu-item-has-children:after {
    transform: translateY(-50%) rotate(-90deg)
}

.site-navigation ul.menu li ul ul {
    left: 100%;
    top: 0
}

.site-navigation ul.menu li:hover>ul {
    display: block
}

footer .site-navigation ul.menu li ul {
    top: auto;
    bottom: 100%
}

footer .site-navigation ul.menu li ul ul {
    bottom: 0
}

footer .site-navigation ul.menu a {
    padding: 5px 15px
}

.site-navigation-dropdown {
    margin-block-start: 10px;
    transition: max-height .3s, transform .3s;
    transform-origin: top;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 10000;
    width: 100%
}

.site-navigation-toggle-holder:not(.elementor-active)+.site-navigation-dropdown {
    transform: scaleY(0);
    max-height: 0
}

.site-navigation-toggle-holder.elementor-active+.site-navigation-dropdown {
    transform: scaleY(1);
    max-height: 100vh
}

.site-navigation-dropdown ul {
    padding: 0
}

.site-navigation-dropdown ul.menu {
    position: absolute;
    width: 100%;
    padding: 0;
    margin: 0;
    background: #fff
}

.site-navigation-dropdown ul.menu li {
    display: block;
    width: 100%;
    position: relative
}

.site-navigation-dropdown ul.menu li a {
    display: block;
    padding: 20px;
    background: #fff;
    color: #55595c;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .1019607843)
}

.site-navigation-dropdown ul.menu li.current-menu-item a {
    color: #fff;
    background: #55595c
}

.site-navigation-dropdown ul.menu>li li {
    transition: max-height .3s, transform .3s;
    transform-origin: top;
    transform: scaleY(0);
    max-height: 0
}

.site-navigation-dropdown ul.menu li.elementor-active>ul>li {
    transform: scaleY(1);
    max-height: 100vh
}

@media (max-width:576px) {
    .site-header.menu-dropdown-mobile:not(.menu-layout-dropdown) .site-navigation {
        display: none !important
    }
}

@media (min-width:768px) {
    .site-header.menu-dropdown-mobile:not(.menu-layout-dropdown) .site-navigation-toggle-holder {
        display: none !important
    }
}

@media (min-width:576px) and (max-width:767px) {
    .site-header.menu-dropdown-mobile:not(.menu-layout-dropdown) .site-navigation {
        display: none !important
    }
}

@media (min-width:992px) {
    .site-header.menu-dropdown-tablet:not(.menu-layout-dropdown) .site-navigation-toggle-holder {
        display: none !important
    }
}

@media (max-width:992px) {
    .site-header.menu-dropdown-tablet:not(.menu-layout-dropdown) .site-navigation {
        display: none !important
    }
}

.site-header.menu-dropdown-none:not(.menu-layout-dropdown) .site-navigation-toggle-holder {
    display: none !important
}

/*! elementor - v3.24.0 - 23-09-2024 */
.elementor-hidden {
    display: none
}

.elementor-visibility-hidden {
    visibility: hidden
}

.elementor-screen-only, .screen-reader-text, .screen-reader-text span, .ui-helper-hidden-accessible {
    position: absolute;
    top: -10000em;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0
}

.elementor-clearfix:after {
    content: "";
    display: block;
    clear: both;
    width: 0;
    height: 0
}

.e-logo-wrapper {
    background: var(--e-a-bg-logo);
    display: inline-block;
    padding: .75em;
    border-radius: 50%;
    line-height: 1
}

.e-logo-wrapper i {
    color: var(--e-a-color-logo);
    font-size: 1em
}

.elementor *, .elementor :after, .elementor :before {
    box-sizing: border-box
}

.elementor a {
    box-shadow: none;
    text-decoration: none
}

.elementor hr {
    margin: 0;
    background-color: transparent
}

.elementor img {
    height: auto;
    max-width: 100%;
    border: none;
    border-radius: 0;
    box-shadow: none
}

.elementor .elementor-widget:not(.elementor-widget-text-editor):not(.elementor-widget-theme-post-content) figure {
    margin: 0
}

.elementor embed, .elementor iframe, .elementor object, .elementor video {
    max-width: 100%;
    width: 100%;
    margin: 0;
    line-height: 1;
    border: none
}

.elementor .elementor-background, .elementor .elementor-background-holder, .elementor .elementor-background-video-container {
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
    overflow: hidden;
    z-index: 0;
    direction: ltr
}

.elementor .elementor-background-video-container {
    transition: opacity 1s;
    pointer-events: none
}

.elementor .elementor-background-video-container.elementor-loading {
    opacity: 0
}

.elementor .elementor-background-video-embed {
    max-width: none
}

.elementor .elementor-background-video, .elementor .elementor-background-video-embed, .elementor .elementor-background-video-hosted {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.elementor .elementor-background-video {
    max-width: none
}

.elementor .elementor-html5-video {
    -o-object-fit: cover;
    object-fit: cover
}

.elementor .elementor-background-overlay, .elementor .elementor-background-slideshow {
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute
}

.elementor .elementor-background-slideshow {
    z-index: 0
}

.elementor .elementor-background-slideshow__slide__image {
    width: 100%;
    height: 100%;
    background-position: 50%;
    background-size: cover
}

.e-con-inner>.elementor-element.elementor-absolute, .e-con>.elementor-element.elementor-absolute, .elementor-widget-wrap>.elementor-element.elementor-absolute {
    position: absolute
}

.e-con-inner>.elementor-element.elementor-fixed, .e-con>.elementor-element.elementor-fixed, .elementor-widget-wrap>.elementor-element.elementor-fixed {
    position: fixed
}

.elementor-widget-wrap .elementor-element.elementor-widget__width-auto, .elementor-widget-wrap .elementor-element.elementor-widget__width-initial {
    max-width: 100%
}

@media (max-width:1024px) {
    .elementor-widget-wrap .elementor-element.elementor-widget-tablet__width-auto, .elementor-widget-wrap .elementor-element.elementor-widget-tablet__width-initial {
        max-width: 100%
    }
}

@media (max-width:767px) {
    .elementor-widget-wrap .elementor-element.elementor-widget-mobile__width-auto, .elementor-widget-wrap .elementor-element.elementor-widget-mobile__width-initial {
        max-width: 100%
    }
}

.elementor-element {
    --flex-direction: initial;
    --flex-wrap: initial;
    --justify-content: initial;
    --align-items: initial;
    --align-content: initial;
    --gap: initial;
    --flex-basis: initial;
    --flex-grow: initial;
    --flex-shrink: initial;
    --order: initial;
    --align-self: initial;
    flex-basis: var(--flex-basis);
    flex-grow: var(--flex-grow);
    flex-shrink: var(--flex-shrink);
    order: var(--order);
    align-self: var(--align-self)
}

.elementor-element.elementor-absolute, .elementor-element.elementor-fixed {
    z-index: 1
}

.elementor-element:where(.e-con-full, .elementor-widget) {
    flex-direction: var(--flex-direction);
    flex-wrap: var(--flex-wrap);
    justify-content: var(--justify-content);
    align-items: var(--align-items);
    align-content: var(--align-content);
    gap: var(--gap)
}

.elementor-invisible {
    visibility: hidden
}

.elementor-align-center {
    text-align: center
}

.elementor-align-center .elementor-button {
    width: auto
}

.elementor-align-right {
    text-align: right
}

.elementor-align-right .elementor-button {
    width: auto
}

.elementor-align-left {
    text-align: left
}

.elementor-align-left .elementor-button {
    width: auto
}

.elementor-align-justify .elementor-button {
    width: 100%
}

.elementor-custom-embed-play {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.elementor-custom-embed-play i {
    font-size: 100px;
    color: #fff;
    text-shadow: 1px 0 6px rgba(0, 0, 0, .3)
}

.elementor-custom-embed-play svg {
    height: 100px;
    width: 100px;
    fill: #fff;
    filter: drop-shadow(1px 0 6px rgba(0, 0, 0, .3))
}

.elementor-custom-embed-play i, .elementor-custom-embed-play svg {
    opacity: .8;
    transition: all .5s
}

.elementor-custom-embed-play.elementor-playing i {
    font-family: eicons
}

.elementor-custom-embed-play.elementor-playing i:before {
    content: "\e8fb"
}

.elementor-custom-embed-play.elementor-playing i, .elementor-custom-embed-play.elementor-playing svg {
    animation: eicon-spin 2s linear infinite
}

.elementor-tag {
    display: inline-flex
}

.elementor-ken-burns {
    transition-property: transform;
    transition-duration: 10s;
    transition-timing-function: linear
}

.elementor-ken-burns--out {
    transform: scale(1.3)
}

.elementor-ken-burns--active {
    transition-duration: 20s
}

.elementor-ken-burns--active.elementor-ken-burns--out {
    transform: scale(1)
}

.elementor-ken-burns--active.elementor-ken-burns--in {
    transform: scale(1.3)
}

@media (min-width:-1) {
    .elementor-widescreen-align-center {
        text-align: center
    }

    .elementor-widescreen-align-center .elementor-button {
        width: auto
    }

    .elementor-widescreen-align-right {
        text-align: right
    }

    .elementor-widescreen-align-right .elementor-button {
        width: auto
    }

    .elementor-widescreen-align-left {
        text-align: left
    }

    .elementor-widescreen-align-left .elementor-button {
        width: auto
    }

    .elementor-widescreen-align-justify .elementor-button {
        width: 100%
    }
}

@media (max-width:-1) {
    .elementor-laptop-align-center {
        text-align: center
    }

    .elementor-laptop-align-center .elementor-button {
        width: auto
    }

    .elementor-laptop-align-right {
        text-align: right
    }

    .elementor-laptop-align-right .elementor-button {
        width: auto
    }

    .elementor-laptop-align-left {
        text-align: left
    }

    .elementor-laptop-align-left .elementor-button {
        width: auto
    }

    .elementor-laptop-align-justify .elementor-button {
        width: 100%
    }
}

@media (max-width:-1) {
    .elementor-tablet_extra-align-center {
        text-align: center
    }

    .elementor-tablet_extra-align-center .elementor-button {
        width: auto
    }

    .elementor-tablet_extra-align-right {
        text-align: right
    }

    .elementor-tablet_extra-align-right .elementor-button {
        width: auto
    }

    .elementor-tablet_extra-align-left {
        text-align: left
    }

    .elementor-tablet_extra-align-left .elementor-button {
        width: auto
    }

    .elementor-tablet_extra-align-justify .elementor-button {
        width: 100%
    }
}

@media (max-width:1024px) {
    .elementor-tablet-align-center {
        text-align: center
    }

    .elementor-tablet-align-center .elementor-button {
        width: auto
    }

    .elementor-tablet-align-right {
        text-align: right
    }

    .elementor-tablet-align-right .elementor-button {
        width: auto
    }

    .elementor-tablet-align-left {
        text-align: left
    }

    .elementor-tablet-align-left .elementor-button {
        width: auto
    }

    .elementor-tablet-align-justify .elementor-button {
        width: 100%
    }
}

@media (max-width:-1) {
    .elementor-mobile_extra-align-center {
        text-align: center
    }

    .elementor-mobile_extra-align-center .elementor-button {
        width: auto
    }

    .elementor-mobile_extra-align-right {
        text-align: right
    }

    .elementor-mobile_extra-align-right .elementor-button {
        width: auto
    }

    .elementor-mobile_extra-align-left {
        text-align: left
    }

    .elementor-mobile_extra-align-left .elementor-button {
        width: auto
    }

    .elementor-mobile_extra-align-justify .elementor-button {
        width: 100%
    }
}

@media (max-width:767px) {
    .elementor-mobile-align-center {
        text-align: center
    }

    .elementor-mobile-align-center .elementor-button {
        width: auto
    }

    .elementor-mobile-align-right {
        text-align: right
    }

    .elementor-mobile-align-right .elementor-button {
        width: auto
    }

    .elementor-mobile-align-left {
        text-align: left
    }

    .elementor-mobile-align-left .elementor-button {
        width: auto
    }

    .elementor-mobile-align-justify .elementor-button {
        width: 100%
    }
}

:root {
    --page-title-display: block
}

.elementor-page-title, h1.entry-title {
    display: var(--page-title-display)
}

@keyframes eicon-spin {
    0% {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(359deg)
    }
}

.eicon-animation-spin {
    animation: eicon-spin 2s linear infinite
}

.elementor-section {
    position: relative
}

.elementor-section .elementor-container {
    display: flex;
    margin-right: auto;
    margin-left: auto;
    position: relative
}

@media (max-width:1024px) {
    .elementor-section .elementor-container {
        flex-wrap: wrap
    }
}

.elementor-section.elementor-section-boxed>.elementor-container {
    max-width: 1140px
}

.elementor-section.elementor-section-stretched {
    position: relative;
    width: 100%
}

.elementor-section.elementor-section-items-top>.elementor-container {
    align-items: flex-start
}

.elementor-section.elementor-section-items-middle>.elementor-container {
    align-items: center
}

.elementor-section.elementor-section-items-bottom>.elementor-container {
    align-items: flex-end
}

@media (min-width:768px) {
    .elementor-section.elementor-section-height-full {
        height: 100vh
    }

    .elementor-section.elementor-section-height-full>.elementor-container {
        height: 100%
    }
}

.elementor-bc-flex-widget .elementor-section-content-top>.elementor-container>.elementor-column>.elementor-widget-wrap {
    align-items: flex-start
}

.elementor-bc-flex-widget .elementor-section-content-middle>.elementor-container>.elementor-column>.elementor-widget-wrap {
    align-items: center
}

.elementor-bc-flex-widget .elementor-section-content-bottom>.elementor-container>.elementor-column>.elementor-widget-wrap {
    align-items: flex-end
}

.elementor-row {
    width: 100%;
    display: flex
}

@media (max-width:1024px) {
    .elementor-row {
        flex-wrap: wrap
    }
}

.elementor-widget-wrap {
    position: relative;
    width: 100%;
    flex-wrap: wrap;
    align-content: flex-start
}

.elementor:not(.elementor-bc-flex-widget) .elementor-widget-wrap {
    display: flex
}

.elementor-widget-wrap>.elementor-element {
    width: 100%
}

.elementor-widget-wrap.e-swiper-container {
    width: calc(100% - (var(--e-column-margin-left, 0px) + var(--e-column-margin-right, 0px)))
}

.elementor-widget {
    position: relative
}

.elementor-widget:not(:last-child) {
    margin-bottom: 20px
}

.elementor-widget:not(:last-child).elementor-absolute, .elementor-widget:not(:last-child).elementor-widget__width-auto, .elementor-widget:not(:last-child).elementor-widget__width-initial {
    margin-bottom: 0
}

.elementor-column {
    position: relative;
    min-height: 1px;
    display: flex
}

.elementor-column-wrap {
    width: 100%;
    position: relative;
    display: flex
}

.elementor-column-gap-narrow>.elementor-column>.elementor-element-populated {
    padding: 5px
}

.elementor-column-gap-default>.elementor-column>.elementor-element-populated {
    padding: 10px
}

.elementor-column-gap-extended>.elementor-column>.elementor-element-populated {
    padding: 15px
}

.elementor-column-gap-wide>.elementor-column>.elementor-element-populated {
    padding: 20px
}

.elementor-column-gap-wider>.elementor-column>.elementor-element-populated {
    padding: 30px
}

.elementor-inner-section .elementor-column-gap-no .elementor-element-populated {
    padding: 0
}

@media (min-width:768px) {
    .elementor-column.elementor-col-10, .elementor-column[data-col="10"] {
        width: 10%
    }

    .elementor-column.elementor-col-11, .elementor-column[data-col="11"] {
        width: 11.111%
    }

    .elementor-column.elementor-col-12, .elementor-column[data-col="12"] {
        width: 12.5%
    }

    .elementor-column.elementor-col-14, .elementor-column[data-col="14"] {
        width: 14.285%
    }

    .elementor-column.elementor-col-16, .elementor-column[data-col="16"] {
        width: 16.666%
    }

    .elementor-column.elementor-col-20, .elementor-column[data-col="20"] {
        width: 20%
    }

    .elementor-column.elementor-col-25, .elementor-column[data-col="25"] {
        width: 25%
    }

    .elementor-column.elementor-col-30, .elementor-column[data-col="30"] {
        width: 30%
    }

    .elementor-column.elementor-col-33, .elementor-column[data-col="33"] {
        width: 33.333%
    }

    .elementor-column.elementor-col-40, .elementor-column[data-col="40"] {
        width: 40%
    }

    .elementor-column.elementor-col-50, .elementor-column[data-col="50"] {
        width: 50%
    }

    .elementor-column.elementor-col-60, .elementor-column[data-col="60"] {
        width: 60%
    }

    .elementor-column.elementor-col-66, .elementor-column[data-col="66"] {
        width: 66.666%
    }

    .elementor-column.elementor-col-70, .elementor-column[data-col="70"] {
        width: 70%
    }

    .elementor-column.elementor-col-75, .elementor-column[data-col="75"] {
        width: 75%
    }

    .elementor-column.elementor-col-80, .elementor-column[data-col="80"] {
        width: 80%
    }

    .elementor-column.elementor-col-83, .elementor-column[data-col="83"] {
        width: 83.333%
    }

    .elementor-column.elementor-col-90, .elementor-column[data-col="90"] {
        width: 90%
    }

    .elementor-column.elementor-col-100, .elementor-column[data-col="100"] {
        width: 100%
    }
}

@media (max-width:479px) {
    .elementor-column.elementor-xs-10 {
        width: 10%
    }

    .elementor-column.elementor-xs-11 {
        width: 11.111%
    }

    .elementor-column.elementor-xs-12 {
        width: 12.5%
    }

    .elementor-column.elementor-xs-14 {
        width: 14.285%
    }

    .elementor-column.elementor-xs-16 {
        width: 16.666%
    }

    .elementor-column.elementor-xs-20 {
        width: 20%
    }

    .elementor-column.elementor-xs-25 {
        width: 25%
    }

    .elementor-column.elementor-xs-30 {
        width: 30%
    }

    .elementor-column.elementor-xs-33 {
        width: 33.333%
    }

    .elementor-column.elementor-xs-40 {
        width: 40%
    }

    .elementor-column.elementor-xs-50 {
        width: 50%
    }

    .elementor-column.elementor-xs-60 {
        width: 60%
    }

    .elementor-column.elementor-xs-66 {
        width: 66.666%
    }

    .elementor-column.elementor-xs-70 {
        width: 70%
    }

    .elementor-column.elementor-xs-75 {
        width: 75%
    }

    .elementor-column.elementor-xs-80 {
        width: 80%
    }

    .elementor-column.elementor-xs-83 {
        width: 83.333%
    }

    .elementor-column.elementor-xs-90 {
        width: 90%
    }

    .elementor-column.elementor-xs-100 {
        width: 100%
    }
}

@media (max-width:767px) {
    .elementor-column.elementor-sm-10 {
        width: 10%
    }

    .elementor-column.elementor-sm-11 {
        width: 11.111%
    }

    .elementor-column.elementor-sm-12 {
        width: 12.5%
    }

    .elementor-column.elementor-sm-14 {
        width: 14.285%
    }

    .elementor-column.elementor-sm-16 {
        width: 16.666%
    }

    .elementor-column.elementor-sm-20 {
        width: 20%
    }

    .elementor-column.elementor-sm-25 {
        width: 25%
    }

    .elementor-column.elementor-sm-30 {
        width: 30%
    }

    .elementor-column.elementor-sm-33 {
        width: 33.333%
    }

    .elementor-column.elementor-sm-40 {
        width: 40%
    }

    .elementor-column.elementor-sm-50 {
        width: 50%
    }

    .elementor-column.elementor-sm-60 {
        width: 60%
    }

    .elementor-column.elementor-sm-66 {
        width: 66.666%
    }

    .elementor-column.elementor-sm-70 {
        width: 70%
    }

    .elementor-column.elementor-sm-75 {
        width: 75%
    }

    .elementor-column.elementor-sm-80 {
        width: 80%
    }

    .elementor-column.elementor-sm-83 {
        width: 83.333%
    }

    .elementor-column.elementor-sm-90 {
        width: 90%
    }

    .elementor-column.elementor-sm-100 {
        width: 100%
    }
}

@media (min-width:768px) and (max-width:1024px) {
    .elementor-column.elementor-md-10 {
        width: 10%
    }

    .elementor-column.elementor-md-11 {
        width: 11.111%
    }

    .elementor-column.elementor-md-12 {
        width: 12.5%
    }

    .elementor-column.elementor-md-14 {
        width: 14.285%
    }

    .elementor-column.elementor-md-16 {
        width: 16.666%
    }

    .elementor-column.elementor-md-20 {
        width: 20%
    }

    .elementor-column.elementor-md-25 {
        width: 25%
    }

    .elementor-column.elementor-md-30 {
        width: 30%
    }

    .elementor-column.elementor-md-33 {
        width: 33.333%
    }

    .elementor-column.elementor-md-40 {
        width: 40%
    }

    .elementor-column.elementor-md-50 {
        width: 50%
    }

    .elementor-column.elementor-md-60 {
        width: 60%
    }

    .elementor-column.elementor-md-66 {
        width: 66.666%
    }

    .elementor-column.elementor-md-70 {
        width: 70%
    }

    .elementor-column.elementor-md-75 {
        width: 75%
    }

    .elementor-column.elementor-md-80 {
        width: 80%
    }

    .elementor-column.elementor-md-83 {
        width: 83.333%
    }

    .elementor-column.elementor-md-90 {
        width: 90%
    }

    .elementor-column.elementor-md-100 {
        width: 100%
    }
}

@media (min-width:-1) {
    .elementor-reverse-widescreen>.elementor-container>:first-child {
        order: 10
    }

    .elementor-reverse-widescreen>.elementor-container>:nth-child(2) {
        order: 9
    }

    .elementor-reverse-widescreen>.elementor-container>:nth-child(3) {
        order: 8
    }

    .elementor-reverse-widescreen>.elementor-container>:nth-child(4) {
        order: 7
    }

    .elementor-reverse-widescreen>.elementor-container>:nth-child(5) {
        order: 6
    }

    .elementor-reverse-widescreen>.elementor-container>:nth-child(6) {
        order: 5
    }

    .elementor-reverse-widescreen>.elementor-container>:nth-child(7) {
        order: 4
    }

    .elementor-reverse-widescreen>.elementor-container>:nth-child(8) {
        order: 3
    }

    .elementor-reverse-widescreen>.elementor-container>:nth-child(9) {
        order: 2
    }

    .elementor-reverse-widescreen>.elementor-container>:nth-child(10) {
        order: 1
    }
}

@media (min-width:1025px) and (max-width:-1) {
    .elementor-reverse-laptop>.elementor-container>:first-child {
        order: 10
    }

    .elementor-reverse-laptop>.elementor-container>:nth-child(2) {
        order: 9
    }

    .elementor-reverse-laptop>.elementor-container>:nth-child(3) {
        order: 8
    }

    .elementor-reverse-laptop>.elementor-container>:nth-child(4) {
        order: 7
    }

    .elementor-reverse-laptop>.elementor-container>:nth-child(5) {
        order: 6
    }

    .elementor-reverse-laptop>.elementor-container>:nth-child(6) {
        order: 5
    }

    .elementor-reverse-laptop>.elementor-container>:nth-child(7) {
        order: 4
    }

    .elementor-reverse-laptop>.elementor-container>:nth-child(8) {
        order: 3
    }

    .elementor-reverse-laptop>.elementor-container>:nth-child(9) {
        order: 2
    }

    .elementor-reverse-laptop>.elementor-container>:nth-child(10) {
        order: 1
    }
}

@media (min-width:-1) and (max-width:-1) {
    .elementor-reverse-laptop>.elementor-container>:first-child {
        order: 10
    }

    .elementor-reverse-laptop>.elementor-container>:nth-child(2) {
        order: 9
    }

    .elementor-reverse-laptop>.elementor-container>:nth-child(3) {
        order: 8
    }

    .elementor-reverse-laptop>.elementor-container>:nth-child(4) {
        order: 7
    }

    .elementor-reverse-laptop>.elementor-container>:nth-child(5) {
        order: 6
    }

    .elementor-reverse-laptop>.elementor-container>:nth-child(6) {
        order: 5
    }

    .elementor-reverse-laptop>.elementor-container>:nth-child(7) {
        order: 4
    }

    .elementor-reverse-laptop>.elementor-container>:nth-child(8) {
        order: 3
    }

    .elementor-reverse-laptop>.elementor-container>:nth-child(9) {
        order: 2
    }

    .elementor-reverse-laptop>.elementor-container>:nth-child(10) {
        order: 1
    }
}

@media (min-width:1025px) and (max-width:-1) {
    .elementor-reverse-laptop>.elementor-container>:first-child, .elementor-reverse-laptop>.elementor-container>:nth-child(2), .elementor-reverse-laptop>.elementor-container>:nth-child(3), .elementor-reverse-laptop>.elementor-container>:nth-child(4), .elementor-reverse-laptop>.elementor-container>:nth-child(5), .elementor-reverse-laptop>.elementor-container>:nth-child(6), .elementor-reverse-laptop>.elementor-container>:nth-child(7), .elementor-reverse-laptop>.elementor-container>:nth-child(8), .elementor-reverse-laptop>.elementor-container>:nth-child(9), .elementor-reverse-laptop>.elementor-container>:nth-child(10) {
        order: 0
    }

    .elementor-reverse-tablet_extra>.elementor-container>:first-child {
        order: 10
    }

    .elementor-reverse-tablet_extra>.elementor-container>:nth-child(2) {
        order: 9
    }

    .elementor-reverse-tablet_extra>.elementor-container>:nth-child(3) {
        order: 8
    }

    .elementor-reverse-tablet_extra>.elementor-container>:nth-child(4) {
        order: 7
    }

    .elementor-reverse-tablet_extra>.elementor-container>:nth-child(5) {
        order: 6
    }

    .elementor-reverse-tablet_extra>.elementor-container>:nth-child(6) {
        order: 5
    }

    .elementor-reverse-tablet_extra>.elementor-container>:nth-child(7) {
        order: 4
    }

    .elementor-reverse-tablet_extra>.elementor-container>:nth-child(8) {
        order: 3
    }

    .elementor-reverse-tablet_extra>.elementor-container>:nth-child(9) {
        order: 2
    }

    .elementor-reverse-tablet_extra>.elementor-container>:nth-child(10) {
        order: 1
    }
}

@media (min-width:768px) and (max-width:1024px) {
    .elementor-reverse-tablet>.elementor-container>:first-child {
        order: 10
    }

    .elementor-reverse-tablet>.elementor-container>:nth-child(2) {
        order: 9
    }

    .elementor-reverse-tablet>.elementor-container>:nth-child(3) {
        order: 8
    }

    .elementor-reverse-tablet>.elementor-container>:nth-child(4) {
        order: 7
    }

    .elementor-reverse-tablet>.elementor-container>:nth-child(5) {
        order: 6
    }

    .elementor-reverse-tablet>.elementor-container>:nth-child(6) {
        order: 5
    }

    .elementor-reverse-tablet>.elementor-container>:nth-child(7) {
        order: 4
    }

    .elementor-reverse-tablet>.elementor-container>:nth-child(8) {
        order: 3
    }

    .elementor-reverse-tablet>.elementor-container>:nth-child(9) {
        order: 2
    }

    .elementor-reverse-tablet>.elementor-container>:nth-child(10) {
        order: 1
    }
}

@media (min-width:-1) and (max-width:1024px) {
    .elementor-reverse-tablet>.elementor-container>:first-child {
        order: 10
    }

    .elementor-reverse-tablet>.elementor-container>:nth-child(2) {
        order: 9
    }

    .elementor-reverse-tablet>.elementor-container>:nth-child(3) {
        order: 8
    }

    .elementor-reverse-tablet>.elementor-container>:nth-child(4) {
        order: 7
    }

    .elementor-reverse-tablet>.elementor-container>:nth-child(5) {
        order: 6
    }

    .elementor-reverse-tablet>.elementor-container>:nth-child(6) {
        order: 5
    }

    .elementor-reverse-tablet>.elementor-container>:nth-child(7) {
        order: 4
    }

    .elementor-reverse-tablet>.elementor-container>:nth-child(8) {
        order: 3
    }

    .elementor-reverse-tablet>.elementor-container>:nth-child(9) {
        order: 2
    }

    .elementor-reverse-tablet>.elementor-container>:nth-child(10) {
        order: 1
    }
}

@media (min-width:768px) and (max-width:-1) {
    .elementor-reverse-tablet>.elementor-container>:first-child, .elementor-reverse-tablet>.elementor-container>:nth-child(2), .elementor-reverse-tablet>.elementor-container>:nth-child(3), .elementor-reverse-tablet>.elementor-container>:nth-child(4), .elementor-reverse-tablet>.elementor-container>:nth-child(5), .elementor-reverse-tablet>.elementor-container>:nth-child(6), .elementor-reverse-tablet>.elementor-container>:nth-child(7), .elementor-reverse-tablet>.elementor-container>:nth-child(8), .elementor-reverse-tablet>.elementor-container>:nth-child(9), .elementor-reverse-tablet>.elementor-container>:nth-child(10) {
        order: 0
    }

    .elementor-reverse-mobile_extra>.elementor-container>:first-child {
        order: 10
    }

    .elementor-reverse-mobile_extra>.elementor-container>:nth-child(2) {
        order: 9
    }

    .elementor-reverse-mobile_extra>.elementor-container>:nth-child(3) {
        order: 8
    }

    .elementor-reverse-mobile_extra>.elementor-container>:nth-child(4) {
        order: 7
    }

    .elementor-reverse-mobile_extra>.elementor-container>:nth-child(5) {
        order: 6
    }

    .elementor-reverse-mobile_extra>.elementor-container>:nth-child(6) {
        order: 5
    }

    .elementor-reverse-mobile_extra>.elementor-container>:nth-child(7) {
        order: 4
    }

    .elementor-reverse-mobile_extra>.elementor-container>:nth-child(8) {
        order: 3
    }

    .elementor-reverse-mobile_extra>.elementor-container>:nth-child(9) {
        order: 2
    }

    .elementor-reverse-mobile_extra>.elementor-container>:nth-child(10) {
        order: 1
    }
}

@media (max-width:767px) {
    .elementor-reverse-mobile>.elementor-container>:first-child {
        order: 10
    }

    .elementor-reverse-mobile>.elementor-container>:nth-child(2) {
        order: 9
    }

    .elementor-reverse-mobile>.elementor-container>:nth-child(3) {
        order: 8
    }

    .elementor-reverse-mobile>.elementor-container>:nth-child(4) {
        order: 7
    }

    .elementor-reverse-mobile>.elementor-container>:nth-child(5) {
        order: 6
    }

    .elementor-reverse-mobile>.elementor-container>:nth-child(6) {
        order: 5
    }

    .elementor-reverse-mobile>.elementor-container>:nth-child(7) {
        order: 4
    }

    .elementor-reverse-mobile>.elementor-container>:nth-child(8) {
        order: 3
    }

    .elementor-reverse-mobile>.elementor-container>:nth-child(9) {
        order: 2
    }

    .elementor-reverse-mobile>.elementor-container>:nth-child(10) {
        order: 1
    }

    .elementor-column {
        width: 100%
    }
}

ul.elementor-icon-list-items.elementor-inline-items {
    display: flex;
    flex-wrap: wrap
}

ul.elementor-icon-list-items.elementor-inline-items .elementor-inline-item {
    word-break: break-word
}

.elementor-grid {
    display: grid;
    grid-column-gap: var(--grid-column-gap);
    grid-row-gap: var(--grid-row-gap)
}

.elementor-grid .elementor-grid-item {
    min-width: 0
}

.elementor-grid-0 .elementor-grid {
    display: inline-block;
    width: 100%;
    word-spacing: var(--grid-column-gap);
    margin-bottom: calc(-1*var(--grid-row-gap))
}

.elementor-grid-0 .elementor-grid .elementor-grid-item {
    display: inline-block;
    margin-bottom: var(--grid-row-gap);
    word-break: break-word
}

.elementor-grid-1 .elementor-grid {
    grid-template-columns: repeat(1, 1fr)
}

.elementor-grid-2 .elementor-grid {
    grid-template-columns: repeat(2, 1fr)
}

.elementor-grid-3 .elementor-grid {
    grid-template-columns: repeat(3, 1fr)
}

.elementor-grid-4 .elementor-grid {
    grid-template-columns: repeat(4, 1fr)
}

.elementor-grid-5 .elementor-grid {
    grid-template-columns: repeat(5, 1fr)
}

.elementor-grid-6 .elementor-grid {
    grid-template-columns: repeat(6, 1fr)
}

.elementor-grid-7 .elementor-grid {
    grid-template-columns: repeat(7, 1fr)
}

.elementor-grid-8 .elementor-grid {
    grid-template-columns: repeat(8, 1fr)
}

.elementor-grid-9 .elementor-grid {
    grid-template-columns: repeat(9, 1fr)
}

.elementor-grid-10 .elementor-grid {
    grid-template-columns: repeat(10, 1fr)
}

.elementor-grid-11 .elementor-grid {
    grid-template-columns: repeat(11, 1fr)
}

.elementor-grid-12 .elementor-grid {
    grid-template-columns: repeat(12, 1fr)
}

@media (min-width:-1) {
    .elementor-grid-widescreen-0 .elementor-grid {
        display: inline-block;
        width: 100%;
        word-spacing: var(--grid-column-gap);
        margin-bottom: calc(-1*var(--grid-row-gap))
    }

    .elementor-grid-widescreen-0 .elementor-grid .elementor-grid-item {
        display: inline-block;
        margin-bottom: var(--grid-row-gap);
        word-break: break-word
    }

    .elementor-grid-widescreen-1 .elementor-grid {
        grid-template-columns: repeat(1, 1fr)
    }

    .elementor-grid-widescreen-2 .elementor-grid {
        grid-template-columns: repeat(2, 1fr)
    }

    .elementor-grid-widescreen-3 .elementor-grid {
        grid-template-columns: repeat(3, 1fr)
    }

    .elementor-grid-widescreen-4 .elementor-grid {
        grid-template-columns: repeat(4, 1fr)
    }

    .elementor-grid-widescreen-5 .elementor-grid {
        grid-template-columns: repeat(5, 1fr)
    }

    .elementor-grid-widescreen-6 .elementor-grid {
        grid-template-columns: repeat(6, 1fr)
    }

    .elementor-grid-widescreen-7 .elementor-grid {
        grid-template-columns: repeat(7, 1fr)
    }

    .elementor-grid-widescreen-8 .elementor-grid {
        grid-template-columns: repeat(8, 1fr)
    }

    .elementor-grid-widescreen-9 .elementor-grid {
        grid-template-columns: repeat(9, 1fr)
    }

    .elementor-grid-widescreen-10 .elementor-grid {
        grid-template-columns: repeat(10, 1fr)
    }

    .elementor-grid-widescreen-11 .elementor-grid {
        grid-template-columns: repeat(11, 1fr)
    }

    .elementor-grid-widescreen-12 .elementor-grid {
        grid-template-columns: repeat(12, 1fr)
    }
}

@media (max-width:-1) {
    .elementor-grid-laptop-0 .elementor-grid {
        display: inline-block;
        width: 100%;
        word-spacing: var(--grid-column-gap);
        margin-bottom: calc(-1*var(--grid-row-gap))
    }

    .elementor-grid-laptop-0 .elementor-grid .elementor-grid-item {
        display: inline-block;
        margin-bottom: var(--grid-row-gap);
        word-break: break-word
    }

    .elementor-grid-laptop-1 .elementor-grid {
        grid-template-columns: repeat(1, 1fr)
    }

    .elementor-grid-laptop-2 .elementor-grid {
        grid-template-columns: repeat(2, 1fr)
    }

    .elementor-grid-laptop-3 .elementor-grid {
        grid-template-columns: repeat(3, 1fr)
    }

    .elementor-grid-laptop-4 .elementor-grid {
        grid-template-columns: repeat(4, 1fr)
    }

    .elementor-grid-laptop-5 .elementor-grid {
        grid-template-columns: repeat(5, 1fr)
    }

    .elementor-grid-laptop-6 .elementor-grid {
        grid-template-columns: repeat(6, 1fr)
    }

    .elementor-grid-laptop-7 .elementor-grid {
        grid-template-columns: repeat(7, 1fr)
    }

    .elementor-grid-laptop-8 .elementor-grid {
        grid-template-columns: repeat(8, 1fr)
    }

    .elementor-grid-laptop-9 .elementor-grid {
        grid-template-columns: repeat(9, 1fr)
    }

    .elementor-grid-laptop-10 .elementor-grid {
        grid-template-columns: repeat(10, 1fr)
    }

    .elementor-grid-laptop-11 .elementor-grid {
        grid-template-columns: repeat(11, 1fr)
    }

    .elementor-grid-laptop-12 .elementor-grid {
        grid-template-columns: repeat(12, 1fr)
    }
}

@media (max-width:-1) {
    .elementor-grid-tablet_extra-0 .elementor-grid {
        display: inline-block;
        width: 100%;
        word-spacing: var(--grid-column-gap);
        margin-bottom: calc(-1*var(--grid-row-gap))
    }

    .elementor-grid-tablet_extra-0 .elementor-grid .elementor-grid-item {
        display: inline-block;
        margin-bottom: var(--grid-row-gap);
        word-break: break-word
    }

    .elementor-grid-tablet_extra-1 .elementor-grid {
        grid-template-columns: repeat(1, 1fr)
    }

    .elementor-grid-tablet_extra-2 .elementor-grid {
        grid-template-columns: repeat(2, 1fr)
    }

    .elementor-grid-tablet_extra-3 .elementor-grid {
        grid-template-columns: repeat(3, 1fr)
    }

    .elementor-grid-tablet_extra-4 .elementor-grid {
        grid-template-columns: repeat(4, 1fr)
    }

    .elementor-grid-tablet_extra-5 .elementor-grid {
        grid-template-columns: repeat(5, 1fr)
    }

    .elementor-grid-tablet_extra-6 .elementor-grid {
        grid-template-columns: repeat(6, 1fr)
    }

    .elementor-grid-tablet_extra-7 .elementor-grid {
        grid-template-columns: repeat(7, 1fr)
    }

    .elementor-grid-tablet_extra-8 .elementor-grid {
        grid-template-columns: repeat(8, 1fr)
    }

    .elementor-grid-tablet_extra-9 .elementor-grid {
        grid-template-columns: repeat(9, 1fr)
    }

    .elementor-grid-tablet_extra-10 .elementor-grid {
        grid-template-columns: repeat(10, 1fr)
    }

    .elementor-grid-tablet_extra-11 .elementor-grid {
        grid-template-columns: repeat(11, 1fr)
    }

    .elementor-grid-tablet_extra-12 .elementor-grid {
        grid-template-columns: repeat(12, 1fr)
    }
}

@media (max-width:1024px) {
    .elementor-grid-tablet-0 .elementor-grid {
        display: inline-block;
        width: 100%;
        word-spacing: var(--grid-column-gap);
        margin-bottom: calc(-1*var(--grid-row-gap))
    }

    .elementor-grid-tablet-0 .elementor-grid .elementor-grid-item {
        display: inline-block;
        margin-bottom: var(--grid-row-gap);
        word-break: break-word
    }

    .elementor-grid-tablet-1 .elementor-grid {
        grid-template-columns: repeat(1, 1fr)
    }

    .elementor-grid-tablet-2 .elementor-grid {
        grid-template-columns: repeat(2, 1fr)
    }

    .elementor-grid-tablet-3 .elementor-grid {
        grid-template-columns: repeat(3, 1fr)
    }

    .elementor-grid-tablet-4 .elementor-grid {
        grid-template-columns: repeat(4, 1fr)
    }

    .elementor-grid-tablet-5 .elementor-grid {
        grid-template-columns: repeat(5, 1fr)
    }

    .elementor-grid-tablet-6 .elementor-grid {
        grid-template-columns: repeat(6, 1fr)
    }

    .elementor-grid-tablet-7 .elementor-grid {
        grid-template-columns: repeat(7, 1fr)
    }

    .elementor-grid-tablet-8 .elementor-grid {
        grid-template-columns: repeat(8, 1fr)
    }

    .elementor-grid-tablet-9 .elementor-grid {
        grid-template-columns: repeat(9, 1fr)
    }

    .elementor-grid-tablet-10 .elementor-grid {
        grid-template-columns: repeat(10, 1fr)
    }

    .elementor-grid-tablet-11 .elementor-grid {
        grid-template-columns: repeat(11, 1fr)
    }

    .elementor-grid-tablet-12 .elementor-grid {
        grid-template-columns: repeat(12, 1fr)
    }
}

@media (max-width:-1) {
    .elementor-grid-mobile_extra-0 .elementor-grid {
        display: inline-block;
        width: 100%;
        word-spacing: var(--grid-column-gap);
        margin-bottom: calc(-1*var(--grid-row-gap))
    }

    .elementor-grid-mobile_extra-0 .elementor-grid .elementor-grid-item {
        display: inline-block;
        margin-bottom: var(--grid-row-gap);
        word-break: break-word
    }

    .elementor-grid-mobile_extra-1 .elementor-grid {
        grid-template-columns: repeat(1, 1fr)
    }

    .elementor-grid-mobile_extra-2 .elementor-grid {
        grid-template-columns: repeat(2, 1fr)
    }

    .elementor-grid-mobile_extra-3 .elementor-grid {
        grid-template-columns: repeat(3, 1fr)
    }

    .elementor-grid-mobile_extra-4 .elementor-grid {
        grid-template-columns: repeat(4, 1fr)
    }

    .elementor-grid-mobile_extra-5 .elementor-grid {
        grid-template-columns: repeat(5, 1fr)
    }

    .elementor-grid-mobile_extra-6 .elementor-grid {
        grid-template-columns: repeat(6, 1fr)
    }

    .elementor-grid-mobile_extra-7 .elementor-grid {
        grid-template-columns: repeat(7, 1fr)
    }

    .elementor-grid-mobile_extra-8 .elementor-grid {
        grid-template-columns: repeat(8, 1fr)
    }

    .elementor-grid-mobile_extra-9 .elementor-grid {
        grid-template-columns: repeat(9, 1fr)
    }

    .elementor-grid-mobile_extra-10 .elementor-grid {
        grid-template-columns: repeat(10, 1fr)
    }

    .elementor-grid-mobile_extra-11 .elementor-grid {
        grid-template-columns: repeat(11, 1fr)
    }

    .elementor-grid-mobile_extra-12 .elementor-grid {
        grid-template-columns: repeat(12, 1fr)
    }
}

@media (max-width:767px) {
    .elementor-grid-mobile-0 .elementor-grid {
        display: inline-block;
        width: 100%;
        word-spacing: var(--grid-column-gap);
        margin-bottom: calc(-1*var(--grid-row-gap))
    }

    .elementor-grid-mobile-0 .elementor-grid .elementor-grid-item {
        display: inline-block;
        margin-bottom: var(--grid-row-gap);
        word-break: break-word
    }

    .elementor-grid-mobile-1 .elementor-grid {
        grid-template-columns: repeat(1, 1fr)
    }

    .elementor-grid-mobile-2 .elementor-grid {
        grid-template-columns: repeat(2, 1fr)
    }

    .elementor-grid-mobile-3 .elementor-grid {
        grid-template-columns: repeat(3, 1fr)
    }

    .elementor-grid-mobile-4 .elementor-grid {
        grid-template-columns: repeat(4, 1fr)
    }

    .elementor-grid-mobile-5 .elementor-grid {
        grid-template-columns: repeat(5, 1fr)
    }

    .elementor-grid-mobile-6 .elementor-grid {
        grid-template-columns: repeat(6, 1fr)
    }

    .elementor-grid-mobile-7 .elementor-grid {
        grid-template-columns: repeat(7, 1fr)
    }

    .elementor-grid-mobile-8 .elementor-grid {
        grid-template-columns: repeat(8, 1fr)
    }

    .elementor-grid-mobile-9 .elementor-grid {
        grid-template-columns: repeat(9, 1fr)
    }

    .elementor-grid-mobile-10 .elementor-grid {
        grid-template-columns: repeat(10, 1fr)
    }

    .elementor-grid-mobile-11 .elementor-grid {
        grid-template-columns: repeat(11, 1fr)
    }

    .elementor-grid-mobile-12 .elementor-grid {
        grid-template-columns: repeat(12, 1fr)
    }
}

@media (min-width:1025px) {
    #elementor-device-mode:after {
        content: "desktop"
    }
}

@media (min-width:-1) {
    #elementor-device-mode:after {
        content: "widescreen"
    }
}

@media (max-width:-1) {
    #elementor-device-mode:after {
        content: "laptop";
        content: "tablet_extra"
    }
}

@media (max-width:1024px) {
    #elementor-device-mode:after {
        content: "tablet"
    }
}

@media (max-width:-1) {
    #elementor-device-mode:after {
        content: "mobile_extra"
    }
}

@media (max-width:767px) {
    #elementor-device-mode:after {
        content: "mobile"
    }
}

.e-con {
    --border-radius: 0;
    --border-top-width: 0px;
    --border-right-width: 0px;
    --border-bottom-width: 0px;
    --border-left-width: 0px;
    --border-style: initial;
    --border-color: initial;
    --container-widget-width: 100%;
    --container-widget-height: initial;
    --container-widget-flex-grow: 0;
    --container-widget-align-self: initial;
    --content-width: min(100%, var(--container-max-width, 1140px));
    --width: 100%;
    --min-height: initial;
    --height: auto;
    --text-align: initial;
    --margin-top: 0px;
    --margin-right: 0px;
    --margin-bottom: 0px;
    --margin-left: 0px;
    --padding-top: var(--container-default-padding-top, 10px);
    --padding-right: var(--container-default-padding-right, 10px);
    --padding-bottom: var(--container-default-padding-bottom, 10px);
    --padding-left: var(--container-default-padding-left, 10px);
    --position: relative;
    --z-index: revert;
    --overflow: visible;
    --gap: var(--widgets-spacing, 20px);
    --overlay-mix-blend-mode: initial;
    --overlay-opacity: 1;
    --overlay-transition: .3s;
    --e-con-grid-template-columns: repeat(3, 1fr);
    --e-con-grid-template-rows: repeat(2, 1fr);
    position: var(--position);
    width: var(--width);
    min-width: 0;
    min-height: var(--min-height);
    height: var(--height);
    border-radius: var(--border-radius);
    z-index: var(--z-index);
    overflow: var(--overflow);
    transition: background var(--background-transition, .3s), border var(--border-transition, .3s), box-shadow var(--border-transition, .3s), transform var(--e-con-transform-transition-duration, .4s);
    --flex-wrap-mobile: wrap;
    margin-block-start: var(--margin-block-start);
    margin-inline-end: var(--margin-inline-end);
    margin-block-end: var(--margin-block-end);
    margin-inline-start: var(--margin-inline-start);
    padding-inline-start: var(--padding-inline-start);
    padding-inline-end: var(--padding-inline-end);
    --margin-block-start: var(--margin-top);
    --margin-block-end: var(--margin-bottom);
    --margin-inline-start: var(--margin-left);
    --margin-inline-end: var(--margin-right);
    --padding-inline-start: var(--padding-left);
    --padding-inline-end: var(--padding-right);
    --padding-block-start: var(--padding-top);
    --padding-block-end: var(--padding-bottom);
    --border-block-start-width: var(--border-top-width);
    --border-block-end-width: var(--border-bottom-width);
    --border-inline-start-width: var(--border-left-width);
    --border-inline-end-width: var(--border-right-width)
}

body.rtl .e-con {
    --padding-inline-start: var(--padding-right);
    --padding-inline-end: var(--padding-left);
    --margin-inline-start: var(--margin-right);
    --margin-inline-end: var(--margin-left);
    --border-inline-start-width: var(--border-right-width);
    --border-inline-end-width: var(--border-left-width)
}

.e-con.e-flex {
    --flex-direction: column;
    --flex-basis: auto;
    --flex-grow: 0;
    --flex-shrink: 1;
    flex: var(--flex-grow) var(--flex-shrink) var(--flex-basis)
}

.e-con-full, .e-con>.e-con-inner {
    text-align: var(--text-align);
    padding-block-start: var(--padding-block-start);
    padding-block-end: var(--padding-block-end)
}

.e-con-full.e-flex, .e-con.e-flex>.e-con-inner {
    flex-direction: var(--flex-direction)
}

.e-con, .e-con>.e-con-inner {
    display: var(--display)
}

.e-con.e-grid {
    --grid-justify-content: start;
    --grid-align-content: start;
    --grid-auto-flow: row
}

.e-con.e-grid, .e-con.e-grid>.e-con-inner {
    grid-template-columns: var(--e-con-grid-template-columns);
    grid-template-rows: var(--e-con-grid-template-rows);
    justify-content: var(--grid-justify-content);
    align-content: var(--grid-align-content);
    grid-auto-flow: var(--grid-auto-flow);
    justify-items: var(--justify-items);
    align-items: var(--align-items)
}

.e-con-boxed.e-flex {
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: normal;
    align-items: normal;
    align-content: normal
}

.e-con-boxed.e-grid {
    justify-items: legacy;
    grid-template-columns: 1fr;
    grid-template-rows: 1fr
}

.e-con-boxed {
    text-align: initial;
    gap: initial
}

.e-con.e-flex>.e-con-inner {
    flex-wrap: var(--flex-wrap);
    justify-content: var(--justify-content);
    align-items: var(--align-items);
    align-content: var(--align-content);
    flex-basis: auto;
    flex-grow: 1;
    flex-shrink: 1;
    align-self: auto
}

.e-con.e-grid>.e-con-inner {
    justify-items: var(--justify-items);
    align-items: var(--align-items)
}

.e-con>.e-con-inner {
    gap: var(--gap);
    width: 100%;
    max-width: var(--content-width);
    margin: 0 auto;
    padding-inline-start: 0;
    padding-inline-end: 0;
    height: 100%
}

:is(.elementor-section-wrap, [data-elementor-id])>.e-con {
    --margin-left: auto;
    --margin-right: auto;
    max-width: min(100%, var(--width))
}

.e-con .elementor-widget.elementor-widget {
    margin-block-end: 0
}

.e-con:before, .e-con>.elementor-background-slideshow:before, .e-con>.elementor-motion-effects-container>.elementor-motion-effects-layer:before, :is(.e-con, .e-con>.e-con-inner)>.elementor-background-video-container:before {
    content: var(--background-overlay);
    display: block;
    position: absolute;
    mix-blend-mode: var(--overlay-mix-blend-mode);
    opacity: var(--overlay-opacity);
    transition: var(--overlay-transition, .3s);
    border-radius: var(--border-radius);
    border-style: var(--border-style);
    border-color: var(--border-color);
    border-block-start-width: var(--border-block-start-width);
    border-inline-end-width: var(--border-inline-end-width);
    border-block-end-width: var(--border-block-end-width);
    border-inline-start-width: var(--border-inline-start-width);
    top: calc(0px - var(--border-top-width));
    left: calc(0px - var(--border-left-width));
    width: max(100% + var(--border-left-width) + var(--border-right-width), 100%);
    height: max(100% + var(--border-top-width) + var(--border-bottom-width), 100%)
}

.e-con:before {
    transition: background var(--overlay-transition, .3s), border-radius var(--border-transition, .3s), opacity var(--overlay-transition, .3s)
}

.e-con>.elementor-background-slideshow, :is(.e-con, .e-con>.e-con-inner)>.elementor-background-video-container {
    border-radius: var(--border-radius);
    border-style: var(--border-style);
    border-color: var(--border-color);
    border-block-start-width: var(--border-block-start-width);
    border-inline-end-width: var(--border-inline-end-width);
    border-block-end-width: var(--border-block-end-width);
    border-inline-start-width: var(--border-inline-start-width);
    top: calc(0px - var(--border-top-width));
    left: calc(0px - var(--border-left-width));
    width: max(100% + var(--border-left-width) + var(--border-right-width), 100%);
    height: max(100% + var(--border-top-width) + var(--border-bottom-width), 100%)
}

@media (max-width:767px) {
    :is(.e-con, .e-con>.e-con-inner)>.elementor-background-video-container.elementor-hidden-phone {
        display: none
    }
}

:is(.e-con, .e-con>.e-con-inner)>.elementor-background-video-container:before {
    z-index: 1
}

:is(.e-con, .e-con>.e-con-inner)>.elementor-background-slideshow:before {
    z-index: 2
}

.e-con .elementor-widget {
    min-width: 0
}

.e-con .elementor-widget-empty, .e-con .elementor-widget-google_maps, .e-con .elementor-widget-video, .e-con .elementor-widget.e-widget-swiper {
    width: 100%
}

.e-con>.e-con-inner>.elementor-widget>.elementor-widget-container, .e-con>.elementor-widget>.elementor-widget-container {
    height: 100%
}

.e-con.e-con>.e-con-inner>.elementor-widget, .elementor.elementor .e-con>.elementor-widget {
    max-width: 100%
}

@media (max-width:767px) {
    .e-con.e-flex {
        --width: 100%;
        --flex-wrap: var(--flex-wrap-mobile)
    }
}

.elementor-form-fields-wrapper {
    display: flex;
    flex-wrap: wrap
}

.elementor-form-fields-wrapper.elementor-labels-above .elementor-field-group .elementor-field-subgroup, .elementor-form-fields-wrapper.elementor-labels-above .elementor-field-group>.elementor-select-wrapper, .elementor-form-fields-wrapper.elementor-labels-above .elementor-field-group>input, .elementor-form-fields-wrapper.elementor-labels-above .elementor-field-group>textarea {
    flex-basis: 100%;
    max-width: 100%
}

.elementor-form-fields-wrapper.elementor-labels-inline>.elementor-field-group .elementor-select-wrapper, .elementor-form-fields-wrapper.elementor-labels-inline>.elementor-field-group>input {
    flex-grow: 1
}

.elementor-field-group {
    flex-wrap: wrap;
    align-items: center
}

.elementor-field-group.elementor-field-type-submit {
    align-items: flex-end
}

.elementor-field-group .elementor-field-textual {
    width: 100%;
    max-width: 100%;
    border: 1px solid #69727d;
    background-color: transparent;
    color: #1f2124;
    vertical-align: middle;
    flex-grow: 1
}

.elementor-field-group .elementor-field-textual:focus {
    box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .1);
    outline: 0
}

.elementor-field-group .elementor-field-textual::-moz-placeholder {
    color: inherit;
    font-family: inherit;
    opacity: .6
}

.elementor-field-group .elementor-field-textual::placeholder {
    color: inherit;
    font-family: inherit;
    opacity: .6
}

.elementor-field-group .elementor-select-wrapper {
    display: flex;
    position: relative;
    width: 100%
}

.elementor-field-group .elementor-select-wrapper select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    color: inherit;
    font-size: inherit;
    font-family: inherit;
    font-weight: inherit;
    font-style: inherit;
    text-transform: inherit;
    letter-spacing: inherit;
    line-height: inherit;
    flex-basis: 100%;
    padding-inline-end: 20px
}

.elementor-field-group .elementor-select-wrapper:before {
    content: "\e92a";
    font-family: eicons;
    font-size: 15px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 10px;
    pointer-events: none;
    text-shadow: 0 0 3px rgba(0, 0, 0, .3)
}

.elementor-field-group.elementor-field-type-select-multiple .elementor-select-wrapper:before {
    content: ""
}

.elementor-field-subgroup {
    display: flex;
    flex-wrap: wrap
}

.elementor-field-subgroup .elementor-field-option label {
    display: inline-block
}

.elementor-field-subgroup.elementor-subgroup-inline .elementor-field-option {
    padding-inline-end: 10px
}

.elementor-field-subgroup:not(.elementor-subgroup-inline) .elementor-field-option {
    flex-basis: 100%
}

.elementor-field-type-acceptance .elementor-field-subgroup .elementor-field-option input, .elementor-field-type-acceptance .elementor-field-subgroup .elementor-field-option label, .elementor-field-type-checkbox .elementor-field-subgroup .elementor-field-option input, .elementor-field-type-checkbox .elementor-field-subgroup .elementor-field-option label, .elementor-field-type-radio .elementor-field-subgroup .elementor-field-option input, .elementor-field-type-radio .elementor-field-subgroup .elementor-field-option label {
    display: inline
}

.elementor-field-label {
    cursor: pointer
}

.elementor-mark-required .elementor-field-label:after {
    content: "*";
    color: red;
    padding-inline-start: .2em
}

.elementor-field-textual {
    line-height: 1.4;
    font-size: 15px;
    min-height: 40px;
    padding: 5px 14px;
    border-radius: 3px
}

.elementor-field-textual.elementor-size-xs {
    font-size: 13px;
    min-height: 33px;
    padding: 4px 12px;
    border-radius: 2px
}

.elementor-field-textual.elementor-size-md {
    font-size: 16px;
    min-height: 47px;
    padding: 6px 16px;
    border-radius: 4px
}

.elementor-field-textual.elementor-size-lg {
    font-size: 18px;
    min-height: 59px;
    padding: 7px 20px;
    border-radius: 5px
}

.elementor-field-textual.elementor-size-xl {
    font-size: 20px;
    min-height: 72px;
    padding: 8px 24px;
    border-radius: 6px
}

.elementor-button-align-stretch .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button {
    flex-basis: 100%
}

.elementor-button-align-stretch .e-form__buttons__wrapper {
    flex-basis: 50%;
    flex-grow: 1
}

.elementor-button-align-stretch .e-form__buttons__wrapper__button {
    flex-basis: 100%
}

.elementor-button-align-center .e-form__buttons, .elementor-button-align-center .elementor-field-type-submit {
    justify-content: center
}

.elementor-button-align-start .e-form__buttons, .elementor-button-align-start .elementor-field-type-submit {
    justify-content: flex-start
}

.elementor-button-align-end .e-form__buttons, .elementor-button-align-end .elementor-field-type-submit {
    justify-content: flex-end
}

.elementor-button-align-center .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button, .elementor-button-align-end .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button, .elementor-button-align-start .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button {
    flex-basis: auto
}

.elementor-button-align-center .e-form__buttons__wrapper, .elementor-button-align-end .e-form__buttons__wrapper, .elementor-button-align-start .e-form__buttons__wrapper {
    flex-grow: 0
}

.elementor-button-align-center .e-form__buttons__wrapper, .elementor-button-align-center .e-form__buttons__wrapper__button, .elementor-button-align-end .e-form__buttons__wrapper, .elementor-button-align-end .e-form__buttons__wrapper__button, .elementor-button-align-start .e-form__buttons__wrapper, .elementor-button-align-start .e-form__buttons__wrapper__button {
    flex-basis: auto
}

@media screen and (max-width:1024px) {
    .elementor-tablet-button-align-stretch .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button {
        flex-basis: 100%
    }

    .elementor-tablet-button-align-stretch .e-form__buttons__wrapper {
        flex-basis: 50%;
        flex-grow: 1
    }

    .elementor-tablet-button-align-stretch .e-form__buttons__wrapper__button {
        flex-basis: 100%
    }

    .elementor-tablet-button-align-center .e-form__buttons, .elementor-tablet-button-align-center .elementor-field-type-submit {
        justify-content: center
    }

    .elementor-tablet-button-align-start .e-form__buttons, .elementor-tablet-button-align-start .elementor-field-type-submit {
        justify-content: flex-start
    }

    .elementor-tablet-button-align-end .e-form__buttons, .elementor-tablet-button-align-end .elementor-field-type-submit {
        justify-content: flex-end
    }

    .elementor-tablet-button-align-center .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button, .elementor-tablet-button-align-end .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button, .elementor-tablet-button-align-start .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button {
        flex-basis: auto
    }

    .elementor-tablet-button-align-center .e-form__buttons__wrapper, .elementor-tablet-button-align-end .e-form__buttons__wrapper, .elementor-tablet-button-align-start .e-form__buttons__wrapper {
        flex-grow: 0
    }

    .elementor-tablet-button-align-center .e-form__buttons__wrapper, .elementor-tablet-button-align-center .e-form__buttons__wrapper__button, .elementor-tablet-button-align-end .e-form__buttons__wrapper, .elementor-tablet-button-align-end .e-form__buttons__wrapper__button, .elementor-tablet-button-align-start .e-form__buttons__wrapper, .elementor-tablet-button-align-start .e-form__buttons__wrapper__button {
        flex-basis: auto
    }
}

@media screen and (max-width:767px) {
    .elementor-mobile-button-align-stretch .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button {
        flex-basis: 100%
    }

    .elementor-mobile-button-align-stretch .e-form__buttons__wrapper {
        flex-basis: 50%;
        flex-grow: 1
    }

    .elementor-mobile-button-align-stretch .e-form__buttons__wrapper__button {
        flex-basis: 100%
    }

    .elementor-mobile-button-align-center .e-form__buttons, .elementor-mobile-button-align-center .elementor-field-type-submit {
        justify-content: center
    }

    .elementor-mobile-button-align-start .e-form__buttons, .elementor-mobile-button-align-start .elementor-field-type-submit {
        justify-content: flex-start
    }

    .elementor-mobile-button-align-end .e-form__buttons, .elementor-mobile-button-align-end .elementor-field-type-submit {
        justify-content: flex-end
    }

    .elementor-mobile-button-align-center .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button, .elementor-mobile-button-align-end .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button, .elementor-mobile-button-align-start .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button {
        flex-basis: auto
    }

    .elementor-mobile-button-align-center .e-form__buttons__wrapper, .elementor-mobile-button-align-end .e-form__buttons__wrapper, .elementor-mobile-button-align-start .e-form__buttons__wrapper {
        flex-grow: 0
    }

    .elementor-mobile-button-align-center .e-form__buttons__wrapper, .elementor-mobile-button-align-center .e-form__buttons__wrapper__button, .elementor-mobile-button-align-end .e-form__buttons__wrapper, .elementor-mobile-button-align-end .e-form__buttons__wrapper__button, .elementor-mobile-button-align-start .e-form__buttons__wrapper, .elementor-mobile-button-align-start .e-form__buttons__wrapper__button {
        flex-basis: auto
    }
}

.elementor-error .elementor-field {
    border-color: #d9534f
}

.elementor-error .help-inline {
    color: #d9534f;
    font-size: .9em
}

.elementor-message {
    margin: 10px 0;
    font-size: 1em;
    line-height: 1
}

.elementor-message:before {
    content: "\e90e";
    display: inline-block;
    font-family: eicons;
    font-weight: 400;
    font-style: normal;
    vertical-align: middle;
    margin-inline-end: 5px
}

.elementor-message.elementor-message-danger {
    color: #d9534f
}

.elementor-message.elementor-message-danger:before {
    content: "\e87f"
}

.elementor-message.form-message-success {
    color: #5cb85c
}

.elementor-form .elementor-button {
    padding-block-start: 0;
    padding-block-end: 0;
    border: none
}

.elementor-form .elementor-button-content-wrapper, .elementor-form .elementor-button>span {
    display: flex;
    justify-content: center;
    flex-direction: row;
    gap: 5px
}

.elementor-form .elementor-button.elementor-size-xs {
    min-height: 33px
}

.elementor-form .elementor-button.elementor-size-sm {
    min-height: 40px
}

.elementor-form .elementor-button.elementor-size-md {
    min-height: 47px
}

.elementor-form .elementor-button.elementor-size-lg {
    min-height: 59px
}

.elementor-form .elementor-button.elementor-size-xl {
    min-height: 72px
}

.elementor-element .elementor-widget-container {
    transition: background .3s, border .3s, border-radius .3s, box-shadow .3s, transform var(--e-transform-transition-duration, .4s)
}

.elementor-heading-title {
    padding: 0;
    margin: 0;
    line-height: 1
}

.elementor-button {
    display: inline-block;
    line-height: 1;
    background-color: #69727d;
    font-size: 15px;
    padding: 12px 24px;
    border-radius: 3px;
    color: #fff;
    fill: #fff;
    text-align: center;
    transition: all .3s
}

.elementor-button:focus, .elementor-button:hover, .elementor-button:visited {
    color: #fff
}

.elementor-button-content-wrapper {
    display: flex;
    justify-content: center;
    flex-direction: row;
    gap: 5px
}

.elementor-button-icon svg {
    width: 1em;
    height: auto
}

.elementor-button-icon .e-font-icon-svg {
    height: 1em
}

.elementor-button-text {
    display: inline-block
}

.elementor-button.elementor-size-xs {
    font-size: 13px;
    padding: 10px 20px;
    border-radius: 2px
}

.elementor-button.elementor-size-md {
    font-size: 16px;
    padding: 15px 30px;
    border-radius: 4px
}

.elementor-button.elementor-size-lg {
    font-size: 18px;
    padding: 20px 40px;
    border-radius: 5px
}

.elementor-button.elementor-size-xl {
    font-size: 20px;
    padding: 25px 50px;
    border-radius: 6px
}

.elementor-button span {
    text-decoration: inherit
}

.elementor-element.elementor-button-info .elementor-button {
    background-color: #5bc0de
}

.elementor-element.elementor-button-success .elementor-button {
    background-color: #5cb85c
}

.elementor-element.elementor-button-warning .elementor-button {
    background-color: #f0ad4e
}

.elementor-element.elementor-button-danger .elementor-button {
    background-color: #d9534f
}

.elementor-widget-button .elementor-button .elementor-button-info {
    background-color: #5bc0de
}

.elementor-widget-button .elementor-button .elementor-button-success {
    background-color: #5cb85c
}

.elementor-widget-button .elementor-button .elementor-button-warning {
    background-color: #f0ad4e
}

.elementor-widget-button .elementor-button .elementor-button-danger {
    background-color: #d9534f
}

.elementor-tab-title a {
    color: inherit
}

.elementor-view-stacked .elementor-icon {
    padding: .5em;
    background-color: #69727d;
    color: #fff;
    fill: #fff
}

.elementor-view-framed .elementor-icon {
    padding: .5em;
    color: #69727d;
    border: 3px solid #69727d;
    background-color: transparent
}

.elementor-icon {
    display: inline-block;
    line-height: 1;
    transition: all .3s;
    color: #69727d;
    font-size: 50px;
    text-align: center
}

.elementor-icon:hover {
    color: #69727d
}

.elementor-icon i, .elementor-icon svg {
    width: 1em;
    height: 1em;
    position: relative;
    display: block
}

.elementor-icon i:before, .elementor-icon svg:before {
    position: absolute;
    left: 50%;
    transform: translateX(-50%)
}

.elementor-icon i.fad {
    width: auto
}

.elementor-shape-square .elementor-icon {
    border-radius: 0
}

.elementor-shape-rounded .elementor-icon {
    border-radius: 10%
}

.elementor-shape-circle .elementor-icon {
    border-radius: 50%
}

.e-transform .elementor-widget-container {
    transform: perspective(var(--e-transform-perspective, 0)) rotate(var(--e-transform-rotateZ, 0)) rotateX(var(--e-transform-rotateX, 0)) rotateY(var(--e-transform-rotateY, 0)) translate(var(--e-transform-translate, 0)) translateX(var(--e-transform-translateX, 0)) translateY(var(--e-transform-translateY, 0)) scaleX(calc(var(--e-transform-flipX, 1)*var(--e-transform-scaleX, var(--e-transform-scale, 1)))) scaleY(calc(var(--e-transform-flipY, 1)*var(--e-transform-scaleY, var(--e-transform-scale, 1)))) skewX(var(--e-transform-skewX, 0)) skewY(var(--e-transform-skewY, 0));
    transform-origin: var(--e-transform-origin-y) var(--e-transform-origin-x)
}

.e-con.e-transform {
    transform: perspective(var(--e-con-transform-perspective, 0)) rotate(var(--e-con-transform-rotateZ, 0)) rotateX(var(--e-con-transform-rotateX, 0)) rotateY(var(--e-con-transform-rotateY, 0)) translate(var(--e-con-transform-translate, 0)) translateX(var(--e-con-transform-translateX, 0)) translateY(var(--e-con-transform-translateY, 0)) scaleX(calc(var(--e-con-transform-flipX, 1)*var(--e-con-transform-scaleX, var(--e-con-transform-scale, 1)))) scaleY(calc(var(--e-con-transform-flipY, 1)*var(--e-con-transform-scaleY, var(--e-con-transform-scale, 1)))) skewX(var(--e-con-transform-skewX, 0)) skewY(var(--e-con-transform-skewY, 0));
    transform-origin: var(--e-con-transform-origin-y) var(--e-con-transform-origin-x)
}

.animated {
    animation-duration: 1.25s
}

.animated.animated-slow {
    animation-duration: 2s
}

.animated.animated-fast {
    animation-duration: .75s
}

.animated.infinite {
    animation-iteration-count: infinite
}

.animated.reverse {
    animation-direction: reverse;
    animation-fill-mode: forwards
}

@media (prefers-reduced-motion:reduce) {
    .animated {
        animation: none
    }
}

.page-template-elementor_canvas.elementor-page:before {
    display: none
}

.elementor-post__thumbnail__link {
    transition: none
}

#left-area ul.elementor-icon-list-items, .elementor-edit-area .elementor-element ul.elementor-icon-list-items, .elementor .elementor-element ul.elementor-icon-list-items {
    padding: 0
}

.e--ua-appleWebkit.rtl {
    --flex-right: flex-start
}

.e--ua-appleWebkit .elementor-share-buttons--align-right, .e--ua-appleWebkit .elementor-widget-social-icons.e-grid-align-right {
    --justify-content: var(--flex-right, flex-end)
}

.e--ua-appleWebkit .elementor-share-buttons--align-center, .e--ua-appleWebkit .elementor-widget-social-icons.e-grid-align-center {
    --justify-content: center
}

.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-center .elementor-grid, .e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-justify .elementor-grid, .e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-right .elementor-grid, .e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-center .elementor-grid, .e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-right .elementor-grid {
    width: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: var(--justify-content, space-between);
    margin-left: calc(-.5*var(--grid-column-gap));
    margin-right: calc(-.5*var(--grid-column-gap))
}

.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-center .elementor-grid-item, .e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-justify .elementor-grid-item, .e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-right .elementor-grid-item, .e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-center .elementor-grid-item, .e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-right .elementor-grid-item {
    margin-left: calc(.5*var(--grid-column-gap));
    margin-right: calc(.5*var(--grid-column-gap))
}

.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-left .elementor-grid, .e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-left .elementor-grid {
    display: inline-block
}

.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-left .elementor-grid, .e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-left .elementor-grid-item, .e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-left .elementor-grid, .e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-left .elementor-grid-item {
    margin-left: 0;
    margin-right: 0
}

@media (max-width:1024px) {
    .e--ua-appleWebkit .elementor-share-buttons-tablet--align-right, .e--ua-appleWebkit .elementor-widget-social-icons.e-grid-align-tablet-right {
        --justify-content: var(--flex-right, flex-end)
    }

    .e--ua-appleWebkit .elementor-share-buttons-tablet--align-center, .e--ua-appleWebkit .elementor-widget-social-icons.e-grid-align-tablet-center {
        --justify-content: center
    }

    .e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-tablet-center .elementor-grid, .e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-tablet-justify .elementor-grid, .e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-tablet-right .elementor-grid, .e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-tablet-center .elementor-grid, .e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-tablet-right .elementor-grid {
        width: auto;
        display: flex;
        flex-wrap: wrap;
        justify-content: var(--justify-content, space-between);
        margin-left: calc(-.5*var(--grid-column-gap));
        margin-right: calc(-.5*var(--grid-column-gap))
    }

    .e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-tablet-center .elementor-grid-item, .e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-tablet-justify .elementor-grid-item, .e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-tablet-right .elementor-grid-item, .e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-tablet-center .elementor-grid-item, .e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-tablet-right .elementor-grid-item {
        margin-left: calc(.5*var(--grid-column-gap));
        margin-right: calc(.5*var(--grid-column-gap))
    }

    .e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons-tablet--align-left .elementor-grid, .e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-tablet-left .elementor-grid {
        display: inline-block
    }

    .e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons-tablet--align-left .elementor-grid, .e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons-tablet--align-left .elementor-grid-item, .e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-tablet-left .elementor-grid, .e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-tablet-left .elementor-grid-item {
        margin-left: 0;
        margin-right: 0
    }
}

@media (max-width:767px) {
    .e--ua-appleWebkit .elementor-share-buttons-mobile--align-right, .e--ua-appleWebkit .elementor-widget-social-icons.e-grid-align-mobile-right {
        --justify-content: var(--flex-right, flex-end)
    }

    .e--ua-appleWebkit .elementor-share-buttons-mobile--align-center, .e--ua-appleWebkit .elementor-widget-social-icons.e-grid-align-mobile-center {
        --justify-content: center
    }

    .e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-mobile-center .elementor-grid, .e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-mobile-justify .elementor-grid, .e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-mobile-right .elementor-grid, .e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-mobile-center .elementor-grid, .e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-mobile-right .elementor-grid {
        width: auto;
        display: flex;
        flex-wrap: wrap;
        justify-content: var(--justify-content, space-between);
        margin-left: calc(-.5*var(--grid-column-gap));
        margin-right: calc(-.5*var(--grid-column-gap))
    }

    .e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-mobile-center .elementor-grid-item, .e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-mobile-justify .elementor-grid-item, .e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-mobile-right .elementor-grid-item, .e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-mobile-center .elementor-grid-item, .e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-mobile-right .elementor-grid-item {
        margin-left: calc(.5*var(--grid-column-gap));
        margin-right: calc(.5*var(--grid-column-gap))
    }

    .e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons-mobile--align-left .elementor-grid, .e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-mobile-left .elementor-grid {
        display: inline-block
    }

    .e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons-mobile--align-left .elementor-grid, .e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons-mobile--align-left .elementor-grid-item, .e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-mobile-left .elementor-grid, .e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-mobile-left .elementor-grid-item {
        margin-left: 0;
        margin-right: 0
    }
}

@media (max-width:767px) {
    .elementor .elementor-hidden-mobile, .elementor .elementor-hidden-phone {
        display: none
    }
}

@media (min-width:-1) and (max-width:-1) {
    .elementor .elementor-hidden-mobile_extra {
        display: none
    }
}

@media (min-width:768px) and (max-width:1024px) {
    .elementor .elementor-hidden-tablet {
        display: none
    }
}

@media (min-width:-1) and (max-width:-1) {
    .elementor .elementor-hidden-laptop, .elementor .elementor-hidden-tablet_extra {
        display: none
    }
}

@media (min-width:1025px) and (max-width:99999px) {
    .elementor .elementor-hidden-desktop {
        display: none
    }
}

@media (min-width:-1) {
    .elementor .elementor-hidden-widescreen {
        display: none
    }
}

.elementor-kit-8 {
    --e-global-color-primary: #6ec1e4;
    --e-global-color-secondary: #54595f;
    --e-global-color-text: #7a7a7a;
    --e-global-color-accent: #61ce70;
    --e-global-typography-primary-font-family: "Roboto";
    --e-global-typography-primary-font-weight: 600;
    --e-global-typography-secondary-font-family: "Roboto Slab";
    --e-global-typography-secondary-font-weight: 400;
    --e-global-typography-text-font-family: "Roboto";
    --e-global-typography-text-font-weight: 400;
    --e-global-typography-accent-font-family: "Roboto";
    --e-global-typography-accent-font-weight: 500
}

.elementor-kit-8 e-page-transition {
    background-color: #ffbc7d
}

.elementor-section.elementor-section-boxed>.elementor-container {
    max-width: 1140px
}

.e-con {
    --container-max-width: 1140px
}

.elementor-widget:not(:last-child) {
    margin-block-end: 20px
}

.elementor-element {
    --widgets-spacing: 20px 20px
}

    {}

h1.entry-title {
    display: var(--page-title-display)
}

.site-header .site-branding {
    flex-direction: column;
    align-items: stretch
}

.site-header {
    padding-inline-end: 0px;
    padding-inline-start: 0px
}

.site-footer .site-branding {
    flex-direction: column;
    align-items: stretch
}

@media(max-width:1024px) {
    .elementor-section.elementor-section-boxed>.elementor-container {
        max-width: 1024px
    }

    .e-con {
        --container-max-width: 1024px
    }
}

@media(max-width:767px) {
    .elementor-section.elementor-section-boxed>.elementor-container {
        max-width: 767px
    }

    .e-con {
        --container-max-width: 767px
    }
}

@font-face {
    font-family: swiper-icons;
    src: url('data:application/font-woff;charset=utf-8;base64,d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA');
    font-weight: 400;
    font-style: normal
}

:root {
    --swiper-theme-color: #007aff
}

.swiper {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1
}

.swiper-vertical>.swiper-wrapper {
    flex-direction: column
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    transition-property: transform;
    box-sizing: content-box
}

.swiper-android .swiper-slide, .swiper-wrapper {
    transform: translate3d(0px, 0, 0)
}

.swiper-pointer-events {
    touch-action: pan-y
}

.swiper-pointer-events.swiper-vertical {
    touch-action: pan-x
}

.swiper-slide {
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    transition-property: transform
}

.swiper-slide-invisible-blank {
    visibility: hidden
}

.swiper-autoheight, .swiper-autoheight .swiper-slide {
    height: auto
}

.swiper-autoheight .swiper-wrapper {
    align-items: flex-start;
    transition-property: transform, height
}

.swiper-backface-hidden .swiper-slide {
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.swiper-3d, .swiper-3d.swiper-css-mode .swiper-wrapper {
    perspective: 1200px
}

.swiper-3d .swiper-cube-shadow, .swiper-3d .swiper-slide, .swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top, .swiper-3d .swiper-wrapper {
    transform-style: preserve-3d
}

.swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10
}

.swiper-3d .swiper-slide-shadow {
    background: rgba(0, 0, 0, .15)
}

.swiper-3d .swiper-slide-shadow-left {
    background-image: linear-gradient(to left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-3d .swiper-slide-shadow-right {
    background-image: linear-gradient(to right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-3d .swiper-slide-shadow-top {
    background-image: linear-gradient(to top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-3d .swiper-slide-shadow-bottom {
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-css-mode>.swiper-wrapper {
    overflow: auto;
    scrollbar-width: none;
    -ms-overflow-style: none
}

.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar {
    display: none
}

.swiper-css-mode>.swiper-wrapper>.swiper-slide {
    scroll-snap-align: start start
}

.swiper-horizontal.swiper-css-mode>.swiper-wrapper {
    scroll-snap-type: x mandatory
}

.swiper-vertical.swiper-css-mode>.swiper-wrapper {
    scroll-snap-type: y mandatory
}

.swiper-centered>.swiper-wrapper:before {
    content: '';
    flex-shrink: 0;
    order: 9999
}

.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child {
    margin-inline-start: var(--swiper-centered-offset-before)
}

.swiper-centered.swiper-horizontal>.swiper-wrapper:before {
    height: 100%;
    min-height: 1px;
    width: var(--swiper-centered-offset-after)
}

.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child {
    margin-block-start: var(--swiper-centered-offset-before)
}

.swiper-centered.swiper-vertical>.swiper-wrapper:before {
    width: 100%;
    min-width: 1px;
    height: var(--swiper-centered-offset-after)
}

.swiper-centered>.swiper-wrapper>.swiper-slide {
    scroll-snap-align: center center
}

.swiper-virtual .swiper-slide {
    -webkit-backface-visibility: hidden;
    transform: translateZ(0)
}

.swiper-virtual.swiper-css-mode .swiper-wrapper:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper:after {
    height: 1px;
    width: var(--swiper-virtual-size)
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper:after {
    width: 1px;
    height: var(--swiper-virtual-size)
}

:root {
    --swiper-navigation-size: 44px
}

.swiper-button-next, .swiper-button-prev {
    position: absolute;
    top: 50%;
    width: calc(var(--swiper-navigation-size)/44*27);
    height: var(--swiper-navigation-size);
    margin-top: calc(0px - (var(--swiper-navigation-size)/2));
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--swiper-navigation-color, var(--swiper-theme-color))
}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
    opacity: .35;
    cursor: auto;
    pointer-events: none
}

.swiper-button-next.swiper-button-hidden, .swiper-button-prev.swiper-button-hidden {
    opacity: 0;
    cursor: auto;
    pointer-events: none
}

.swiper-navigation-disabled .swiper-button-next, .swiper-navigation-disabled .swiper-button-prev {
    display: none !important
}

.swiper-button-next:after, .swiper-button-prev:after {
    font-family: swiper-icons;
    font-size: var(--swiper-navigation-size);
    text-transform: none !important;
    letter-spacing: 0;
    font-variant: initial;
    line-height: 1
}

.swiper-button-prev, .swiper-rtl .swiper-button-next {
    left: 10px;
    right: auto
}

.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
    content: 'prev'
}

.swiper-button-next, .swiper-rtl .swiper-button-prev {
    right: 10px;
    left: auto
}

.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
    content: 'next'
}

.swiper-button-lock {
    display: none
}

.swiper-pagination {
    position: absolute;
    text-align: center;
    transition: .3s opacity;
    transform: translate3d(0, 0, 0);
    z-index: 10
}

.swiper-pagination.swiper-pagination-hidden {
    opacity: 0
}

.swiper-pagination-disabled>.swiper-pagination, .swiper-pagination.swiper-pagination-disabled {
    display: none !important
}

.swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 10px;
    left: 0;
    width: 100%
}

.swiper-pagination-bullets-dynamic {
    overflow: hidden;
    font-size: 0
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transform: scale(.33);
    position: relative
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
    transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
    transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
    transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
    transform: scale(.33)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
    transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
    transform: scale(.33)
}

.swiper-pagination-bullet {
    width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
    height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
    display: inline-block;
    border-radius: 50%;
    background: var(--swiper-pagination-bullet-inactive-color, #000);
    opacity: var(--swiper-pagination-bullet-inactive-opacity, .2)
}

button.swiper-pagination-bullet {
    border: none;
    margin: 0;
    padding: 0;
    box-shadow: none;
    -webkit-appearance: none;
    appearance: none
}

.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer
}

.swiper-pagination-bullet:only-child {
    display: none !important
}

.swiper-pagination-bullet-active {
    opacity: var(--swiper-pagination-bullet-opacity, 1);
    background: var(--swiper-pagination-color, var(--swiper-theme-color))
}

.swiper-pagination-vertical.swiper-pagination-bullets, .swiper-vertical>.swiper-pagination-bullets {
    right: 10px;
    top: 50%;
    transform: translate3d(0px, -50%, 0)
}

.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
    display: block
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    top: 50%;
    transform: translateY(-50%);
    width: 8px
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    display: inline-block;
    transition: .2s transform, .2s top
}

.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px)
}

.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap
}

.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transition: .2s transform, .2s left
}

.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transition: .2s transform, .2s right
}

.swiper-pagination-progressbar {
    background: rgba(0, 0, 0, .25);
    position: absolute
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: var(--swiper-pagination-color, var(--swiper-theme-color));
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transform: scale(0);
    transform-origin: left top
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    transform-origin: right top
}

.swiper-horizontal>.swiper-pagination-progressbar, .swiper-pagination-progressbar.swiper-pagination-horizontal, .swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite, .swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    width: 100%;
    height: 4px;
    left: 0;
    top: 0
}

.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-vertical, .swiper-vertical>.swiper-pagination-progressbar {
    width: 4px;
    height: 100%;
    left: 0;
    top: 0
}

.swiper-pagination-lock {
    display: none
}

.swiper-scrollbar {
    border-radius: 10px;
    position: relative;
    -ms-touch-action: none;
    background: rgba(0, 0, 0, .1)
}

.swiper-scrollbar-disabled>.swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-disabled {
    display: none !important
}

.swiper-horizontal>.swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-horizontal {
    position: absolute;
    left: 1%;
    bottom: 3px;
    z-index: 50;
    height: 5px;
    width: 98%
}

.swiper-scrollbar.swiper-scrollbar-vertical, .swiper-vertical>.swiper-scrollbar {
    position: absolute;
    right: 3px;
    top: 1%;
    z-index: 50;
    width: 5px;
    height: 98%
}

.swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: rgba(0, 0, 0, .5);
    border-radius: 10px;
    left: 0;
    top: 0
}

.swiper-scrollbar-cursor-drag {
    cursor: move
}

.swiper-scrollbar-lock {
    display: none
}

.swiper-zoom-container {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center
}

.swiper-zoom-container>canvas, .swiper-zoom-container>img, .swiper-zoom-container>svg {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain
}

.swiper-slide-zoomed {
    cursor: move
}

.swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    transform-origin: 50%;
    box-sizing: border-box;
    border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
    border-radius: 50%;
    border-top-color: transparent
}

.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader, .swiper:not(.swiper-watch-progress) .swiper-lazy-preloader {
    animation: swiper-preloader-spin 1s infinite linear
}

.swiper-lazy-preloader-white {
    --swiper-preloader-color: #fff
}

.swiper-lazy-preloader-black {
    --swiper-preloader-color: #000
}

@keyframes swiper-preloader-spin {
    0% {
        transform: rotate(0deg)
    }

    100% {
        transform: rotate(360deg)
    }
}

.swiper .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000
}

.swiper-free-mode>.swiper-wrapper {
    transition-timing-function: ease-out;
    margin: 0 auto
}

.swiper-grid>.swiper-wrapper {
    flex-wrap: wrap
}

.swiper-grid-column>.swiper-wrapper {
    flex-wrap: wrap;
    flex-direction: column
}

.swiper-fade.swiper-free-mode .swiper-slide {
    transition-timing-function: ease-out
}

.swiper-fade .swiper-slide {
    pointer-events: none;
    transition-property: opacity
}

.swiper-fade .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-fade .swiper-slide-active, .swiper-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-cube {
    overflow: visible
}

.swiper-cube .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
    visibility: hidden;
    transform-origin: 0 0;
    width: 100%;
    height: 100%
}

.swiper-cube .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-cube.swiper-rtl .swiper-slide {
    transform-origin: 100% 0
}

.swiper-cube .swiper-slide-active, .swiper-cube .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-cube .swiper-slide-active, .swiper-cube .swiper-slide-next, .swiper-cube .swiper-slide-next+.swiper-slide, .swiper-cube .swiper-slide-prev {
    pointer-events: auto;
    visibility: visible
}

.swiper-cube .swiper-slide-shadow-bottom, .swiper-cube .swiper-slide-shadow-left, .swiper-cube .swiper-slide-shadow-right, .swiper-cube .swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.swiper-cube .swiper-cube-shadow {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    opacity: .6;
    z-index: 0
}

.swiper-cube .swiper-cube-shadow:before {
    content: '';
    background: #000;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    filter: blur(50px)
}

.swiper-flip {
    overflow: visible
}

.swiper-flip .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1
}

.swiper-flip .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-flip .swiper-slide-active, .swiper-flip .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-flip .swiper-slide-shadow-bottom, .swiper-flip .swiper-slide-shadow-left, .swiper-flip .swiper-slide-shadow-right, .swiper-flip .swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.swiper-creative .swiper-slide {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    overflow: hidden;
    transition-property: transform, opacity, height
}

.swiper-cards {
    overflow: visible
}

.swiper-cards .swiper-slide {
    transform-origin: center bottom;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    overflow: hidden
}

.elementor-element, .elementor-lightbox {
    --swiper-theme-color: #000;
    --swiper-navigation-size: 44px;
    --swiper-pagination-bullet-size: 6px;
    --swiper-pagination-bullet-horizontal-gap: 6px
}

.elementor-element .swiper-container .swiper-slide figure, .elementor-element .swiper .swiper-slide figure, .elementor-lightbox .swiper-container .swiper-slide figure, .elementor-lightbox .swiper .swiper-slide figure {
    line-height: 0
}

.elementor-element .swiper-container .elementor-lightbox-content-source, .elementor-element .swiper .elementor-lightbox-content-source, .elementor-lightbox .swiper-container .elementor-lightbox-content-source, .elementor-lightbox .swiper .elementor-lightbox-content-source {
    display: none
}

.elementor-element .swiper-container .elementor-swiper-button, .elementor-element .swiper-container~.elementor-swiper-button, .elementor-element .swiper .elementor-swiper-button, .elementor-element .swiper~.elementor-swiper-button, .elementor-lightbox .swiper-container .elementor-swiper-button, .elementor-lightbox .swiper-container~.elementor-swiper-button, .elementor-lightbox .swiper .elementor-swiper-button, .elementor-lightbox .swiper~.elementor-swiper-button {
    position: absolute;
    display: inline-flex;
    z-index: 1;
    cursor: pointer;
    font-size: 25px;
    color: hsla(0, 0%, 93.3%, .9);
    top: 50%;
    transform: translateY(-50%)
}

.elementor-element .swiper-container .elementor-swiper-button svg, .elementor-element .swiper-container~.elementor-swiper-button svg, .elementor-element .swiper .elementor-swiper-button svg, .elementor-element .swiper~.elementor-swiper-button svg, .elementor-lightbox .swiper-container .elementor-swiper-button svg, .elementor-lightbox .swiper-container~.elementor-swiper-button svg, .elementor-lightbox .swiper .elementor-swiper-button svg, .elementor-lightbox .swiper~.elementor-swiper-button svg {
    fill: hsla(0, 0%, 93.3%, .9);
    height: 1em;
    width: 1em
}

.elementor-element .swiper-container .elementor-swiper-button-prev, .elementor-element .swiper-container~.elementor-swiper-button-prev, .elementor-element .swiper .elementor-swiper-button-prev, .elementor-element .swiper~.elementor-swiper-button-prev, .elementor-lightbox .swiper-container .elementor-swiper-button-prev, .elementor-lightbox .swiper-container~.elementor-swiper-button-prev, .elementor-lightbox .swiper .elementor-swiper-button-prev, .elementor-lightbox .swiper~.elementor-swiper-button-prev {
    left: 10px
}

.elementor-element .swiper-container .elementor-swiper-button-next, .elementor-element .swiper-container~.elementor-swiper-button-next, .elementor-element .swiper .elementor-swiper-button-next, .elementor-element .swiper~.elementor-swiper-button-next, .elementor-lightbox .swiper-container .elementor-swiper-button-next, .elementor-lightbox .swiper-container~.elementor-swiper-button-next, .elementor-lightbox .swiper .elementor-swiper-button-next, .elementor-lightbox .swiper~.elementor-swiper-button-next {
    right: 10px
}

.elementor-element .swiper-container .elementor-swiper-button.swiper-button-disabled, .elementor-element .swiper-container~.elementor-swiper-button.swiper-button-disabled, .elementor-element .swiper .elementor-swiper-button.swiper-button-disabled, .elementor-element .swiper~.elementor-swiper-button.swiper-button-disabled, .elementor-lightbox .swiper-container .elementor-swiper-button.swiper-button-disabled, .elementor-lightbox .swiper-container~.elementor-swiper-button.swiper-button-disabled, .elementor-lightbox .swiper .elementor-swiper-button.swiper-button-disabled, .elementor-lightbox .swiper~.elementor-swiper-button.swiper-button-disabled {
    opacity: .3
}

.elementor-element .swiper-container .swiper-image-stretch .swiper-slide .swiper-slide-image, .elementor-element .swiper .swiper-image-stretch .swiper-slide .swiper-slide-image, .elementor-lightbox .swiper-container .swiper-image-stretch .swiper-slide .swiper-slide-image, .elementor-lightbox .swiper .swiper-image-stretch .swiper-slide .swiper-slide-image {
    width: 100%
}

.elementor-element .swiper-container .swiper-horizontal>.swiper-pagination-bullets, .elementor-element .swiper-container .swiper-pagination-bullets.swiper-pagination-horizontal, .elementor-element .swiper-container .swiper-pagination-custom, .elementor-element .swiper-container .swiper-pagination-fraction, .elementor-element .swiper-container~.swiper-pagination-bullets.swiper-pagination-horizontal, .elementor-element .swiper-container~.swiper-pagination-custom, .elementor-element .swiper-container~.swiper-pagination-fraction, .elementor-element .swiper .swiper-horizontal>.swiper-pagination-bullets, .elementor-element .swiper .swiper-pagination-bullets.swiper-pagination-horizontal, .elementor-element .swiper .swiper-pagination-custom, .elementor-element .swiper .swiper-pagination-fraction, .elementor-element .swiper~.swiper-pagination-bullets.swiper-pagination-horizontal, .elementor-element .swiper~.swiper-pagination-custom, .elementor-element .swiper~.swiper-pagination-fraction, .elementor-lightbox .swiper-container .swiper-horizontal>.swiper-pagination-bullets, .elementor-lightbox .swiper-container .swiper-pagination-bullets.swiper-pagination-horizontal, .elementor-lightbox .swiper-container .swiper-pagination-custom, .elementor-lightbox .swiper-container .swiper-pagination-fraction, .elementor-lightbox .swiper-container~.swiper-pagination-bullets.swiper-pagination-horizontal, .elementor-lightbox .swiper-container~.swiper-pagination-custom, .elementor-lightbox .swiper-container~.swiper-pagination-fraction, .elementor-lightbox .swiper .swiper-horizontal>.swiper-pagination-bullets, .elementor-lightbox .swiper .swiper-pagination-bullets.swiper-pagination-horizontal, .elementor-lightbox .swiper .swiper-pagination-custom, .elementor-lightbox .swiper .swiper-pagination-fraction, .elementor-lightbox .swiper~.swiper-pagination-bullets.swiper-pagination-horizontal, .elementor-lightbox .swiper~.swiper-pagination-custom, .elementor-lightbox .swiper~.swiper-pagination-fraction {
    bottom: 5px
}

.elementor-element .swiper-container.swiper-cube .elementor-swiper-button, .elementor-element .swiper-container.swiper-cube~.elementor-swiper-button, .elementor-element .swiper.swiper-cube .elementor-swiper-button, .elementor-element .swiper.swiper-cube~.elementor-swiper-button, .elementor-lightbox .swiper-container.swiper-cube .elementor-swiper-button, .elementor-lightbox .swiper-container.swiper-cube~.elementor-swiper-button, .elementor-lightbox .swiper.swiper-cube .elementor-swiper-button, .elementor-lightbox .swiper.swiper-cube~.elementor-swiper-button {
    transform: translate3d(0, -50%, 1px)
}

.elementor-element :where(.swiper-container-horizontal)~.swiper-pagination-bullets, .elementor-lightbox :where(.swiper-container-horizontal)~.swiper-pagination-bullets {
    bottom: 5px;
    left: 0;
    width: 100%
}

.elementor-element :where(.swiper-container-horizontal)~.swiper-pagination-bullets .swiper-pagination-bullet, .elementor-lightbox :where(.swiper-container-horizontal)~.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px)
}

.elementor-element :where(.swiper-container-horizontal)~.swiper-pagination-progressbar, .elementor-lightbox :where(.swiper-container-horizontal)~.swiper-pagination-progressbar {
    width: 100%;
    height: 4px;
    left: 0;
    top: 0
}

.elementor-element.elementor-pagination-position-outside .swiper, .elementor-element.elementor-pagination-position-outside .swiper-container, .elementor-lightbox.elementor-pagination-position-outside .swiper, .elementor-lightbox.elementor-pagination-position-outside .swiper-container {
    padding-bottom: 30px
}

.elementor-element.elementor-pagination-position-outside .swiper-container .elementor-swiper-button, .elementor-element.elementor-pagination-position-outside .swiper-container~.elementor-swiper-button, .elementor-element.elementor-pagination-position-outside .swiper .elementor-swiper-button, .elementor-element.elementor-pagination-position-outside .swiper~.elementor-swiper-button, .elementor-lightbox.elementor-pagination-position-outside .swiper-container .elementor-swiper-button, .elementor-lightbox.elementor-pagination-position-outside .swiper-container~.elementor-swiper-button, .elementor-lightbox.elementor-pagination-position-outside .swiper .elementor-swiper-button, .elementor-lightbox.elementor-pagination-position-outside .swiper~.elementor-swiper-button {
    top: calc(50% - 30px/2)
}

.elementor-element .elementor-swiper, .elementor-lightbox .elementor-swiper {
    position: relative
}

.elementor-element .elementor-main-swiper, .elementor-lightbox .elementor-main-swiper {
    position: static
}

.elementor-element.elementor-arrows-position-outside .swiper, .elementor-element.elementor-arrows-position-outside .swiper-container, .elementor-lightbox.elementor-arrows-position-outside .swiper, .elementor-lightbox.elementor-arrows-position-outside .swiper-container {
    width: calc(100% - 60px)
}

.elementor-element.elementor-arrows-position-outside .swiper-container .elementor-swiper-button-prev, .elementor-element.elementor-arrows-position-outside .swiper-container~.elementor-swiper-button-prev, .elementor-element.elementor-arrows-position-outside .swiper .elementor-swiper-button-prev, .elementor-element.elementor-arrows-position-outside .swiper~.elementor-swiper-button-prev, .elementor-lightbox.elementor-arrows-position-outside .swiper-container .elementor-swiper-button-prev, .elementor-lightbox.elementor-arrows-position-outside .swiper-container~.elementor-swiper-button-prev, .elementor-lightbox.elementor-arrows-position-outside .swiper .elementor-swiper-button-prev, .elementor-lightbox.elementor-arrows-position-outside .swiper~.elementor-swiper-button-prev {
    left: 0
}

.elementor-element.elementor-arrows-position-outside .swiper-container .elementor-swiper-button-next, .elementor-element.elementor-arrows-position-outside .swiper-container~.elementor-swiper-button-next, .elementor-element.elementor-arrows-position-outside .swiper .elementor-swiper-button-next, .elementor-element.elementor-arrows-position-outside .swiper~.elementor-swiper-button-next, .elementor-lightbox.elementor-arrows-position-outside .swiper-container .elementor-swiper-button-next, .elementor-lightbox.elementor-arrows-position-outside .swiper-container~.elementor-swiper-button-next, .elementor-lightbox.elementor-arrows-position-outside .swiper .elementor-swiper-button-next, .elementor-lightbox.elementor-arrows-position-outside .swiper~.elementor-swiper-button-next {
    right: 0
}

/*! elementor-pro - v3.24.0 - 18-09-2024 */
.elementor-animated-content {
    --translate: 0, 0
}

.elementor-animated-content:focus .elementor-animated-item--grow, .elementor-animated-content:hover .elementor-animated-item--grow {
    transform: scale(1.1)
}

.elementor-animated-content:focus .elementor-animated-item--shrink, .elementor-animated-content:hover .elementor-animated-item--shrink {
    transform: scale(.85)
}

.elementor-animated-content:focus .elementor-animated-item--shrink-contained, .elementor-animated-content:hover .elementor-animated-item--shrink-contained {
    transform: scale(1)
}

.elementor-animated-content:focus .elementor-animated-item--enter-zoom-in, .elementor-animated-content:focus .elementor-animated-item--enter-zoom-out, .elementor-animated-content:focus .elementor-animated-item--fade-in, .elementor-animated-content:hover .elementor-animated-item--enter-zoom-in, .elementor-animated-content:hover .elementor-animated-item--enter-zoom-out, .elementor-animated-content:hover .elementor-animated-item--fade-in {
    opacity: 1;
    transform: scale(1)
}

.elementor-animated-content:focus .elementor-animated-item--exit-zoom-in, .elementor-animated-content:focus .elementor-animated-item--exit-zoom-out, .elementor-animated-content:focus .elementor-animated-item--fade-out, .elementor-animated-content:hover .elementor-animated-item--exit-zoom-in, .elementor-animated-content:hover .elementor-animated-item--exit-zoom-out, .elementor-animated-content:hover .elementor-animated-item--fade-out {
    opacity: 0
}

.elementor-animated-content:focus .elementor-animated-item--exit-zoom-out, .elementor-animated-content:hover .elementor-animated-item--exit-zoom-out {
    transform: scale(.2)
}

.elementor-animated-content:focus .elementor-animated-item--exit-zoom-in, .elementor-animated-content:hover .elementor-animated-item--exit-zoom-in {
    transform: scale(2)
}

.elementor-animated-content:focus .elementor-animated-item--enter-from-bottom, .elementor-animated-content:focus .elementor-animated-item--enter-from-left, .elementor-animated-content:focus .elementor-animated-item--enter-from-right, .elementor-animated-content:focus .elementor-animated-item--enter-from-top, .elementor-animated-content:hover .elementor-animated-item--enter-from-bottom, .elementor-animated-content:hover .elementor-animated-item--enter-from-left, .elementor-animated-content:hover .elementor-animated-item--enter-from-right, .elementor-animated-content:hover .elementor-animated-item--enter-from-top {
    opacity: 1;
    transform: translateY(0) translateX(0)
}

.elementor-animated-content:focus .elementor-animated-item--exit-to-right, .elementor-animated-content:hover .elementor-animated-item--exit-to-right {
    transform: translateX(1000px)
}

.elementor-animated-content:focus .elementor-animated-item--exit-to-left, .elementor-animated-content:hover .elementor-animated-item--exit-to-left {
    transform: translateX(-1000px)
}

.elementor-animated-content:focus .elementor-animated-item--exit-to-top, .elementor-animated-content:hover .elementor-animated-item--exit-to-top {
    transform: translateY(-600px)
}

.elementor-animated-content:focus .elementor-animated-item--exit-to-bottom, .elementor-animated-content:hover .elementor-animated-item--exit-to-bottom {
    transform: translateY(600px)
}

.elementor-animated-content:focus .elementor-animated-item--exit-to-bottom, .elementor-animated-content:focus .elementor-animated-item--exit-to-left, .elementor-animated-content:focus .elementor-animated-item--exit-to-right, .elementor-animated-content:focus .elementor-animated-item--exit-to-top, .elementor-animated-content:hover .elementor-animated-item--exit-to-bottom, .elementor-animated-content:hover .elementor-animated-item--exit-to-left, .elementor-animated-content:hover .elementor-animated-item--exit-to-right, .elementor-animated-content:hover .elementor-animated-item--exit-to-top {
    opacity: 0
}

.elementor-animated-content:focus .elementor-animated-item--move-right, .elementor-animated-content:hover .elementor-animated-item--move-right {
    transform: translateX(30px)
}

.elementor-animated-content:focus .elementor-animated-item--move-left, .elementor-animated-content:hover .elementor-animated-item--move-left {
    transform: translateX(-30px)
}

.elementor-animated-content:focus .elementor-animated-item--move-up, .elementor-animated-content:hover .elementor-animated-item--move-up {
    transform: translateY(-30px)
}

.elementor-animated-content:focus .elementor-animated-item--move-down, .elementor-animated-content:hover .elementor-animated-item--move-down {
    transform: translateY(30px)
}

.elementor-animated-content:focus .elementor-animated-item--move-contained-right, .elementor-animated-content:hover .elementor-animated-item--move-contained-right {
    --translate: 8%, 0
}

.elementor-animated-content:focus .elementor-animated-item--move-contained-left, .elementor-animated-content:hover .elementor-animated-item--move-contained-left {
    --translate: -8%, 0
}

.elementor-animated-content:focus .elementor-animated-item--move-contained-top, .elementor-animated-content:hover .elementor-animated-item--move-contained-top {
    --translate: 0, -8%
}

.elementor-animated-content:focus .elementor-animated-item--move-contained-bottom, .elementor-animated-content:hover .elementor-animated-item--move-contained-bottom {
    --translate: 0, 8%
}

.elementor-animated-content [class^=elementor-animated-item] {
    will-change: transform, opacity
}

.elementor-animated-content .elementor-animated-item--shrink-contained {
    transform: scale(1.17)
}

.elementor-animated-content .elementor-animated-item--enter-zoom-in {
    transform: scale(.2)
}

.elementor-animated-content .elementor-animated-item--enter-zoom-out {
    transform: scale(2)
}

.elementor-animated-content .elementor-animated-item--enter-zoom-in, .elementor-animated-content .elementor-animated-item--enter-zoom-out, .elementor-animated-content .elementor-animated-item--fade-in {
    opacity: 0
}

.elementor-animated-content .elementor-animated-item--exit-zoom-in, .elementor-animated-content .elementor-animated-item--exit-zoom-out, .elementor-animated-content .elementor-animated-item--fade-out {
    opacity: 1;
    transform: scale(1)
}

.elementor-animated-content .elementor-animated-item--enter-from-right {
    transform: translateX(1000px)
}

.elementor-animated-content .elementor-animated-item--enter-from-left {
    transform: translateX(-1000px)
}

.elementor-animated-content .elementor-animated-item--enter-from-top {
    transform: translateY(-600px)
}

.elementor-animated-content .elementor-animated-item--enter-from-bottom {
    transform: translateY(500px)
}

.elementor-animated-content .elementor-animated-item--enter-from-bottom, .elementor-animated-content .elementor-animated-item--enter-from-left, .elementor-animated-content .elementor-animated-item--enter-from-right, .elementor-animated-content .elementor-animated-item--enter-from-top {
    opacity: 0
}

.elementor-animated-content .elementor-animated-item--exit-to-bottom, .elementor-animated-content .elementor-animated-item--exit-to-left, .elementor-animated-content .elementor-animated-item--exit-to-right, .elementor-animated-content .elementor-animated-item--exit-to-top {
    opacity: 1;
    transform: translateY(0) translateX(0)
}

.elementor-animated-content .elementor-animated-item--move-contained-bottom, .elementor-animated-content .elementor-animated-item--move-contained-left, .elementor-animated-content .elementor-animated-item--move-contained-right, .elementor-animated-content .elementor-animated-item--move-contained-top {
    transform: scale(1.2) translate(var(--translate))
}

.elementor-theme-builder-content-area {
    height: 400px
}

.elementor-location-footer:before, .elementor-location-header:before {
    clear: both;
    content: "";
    display: table
}

.elementor-posts.elementor-posts--skin-archive_full_content article.elementor-post {
    display: block
}

.elementor-sticky--active {
    z-index: 99
}

.elementor-sticky__spacer .e-n-menu .e-n-menu-content {
    display: none
}

.e-con.elementor-sticky--active {
    z-index: var(--z-index, 99)
}

[data-elementor-type=popup] .elementor-section-wrap:not(:empty)+#elementor-add-new-section, [data-elementor-type=popup]:not(.elementor-edit-area) {
    display: none
}

.elementor-popup-modal {
    background-color: transparent;
    display: flex;
    pointer-events: none;
    -webkit-user-select: auto;
    -moz-user-select: auto;
    user-select: auto
}

.elementor-popup-modal .dialog-buttons-wrapper, .elementor-popup-modal .dialog-header {
    display: none
}

.elementor-popup-modal .dialog-close-button {
    display: none;
    margin-top: 0;
    opacity: 1;
    pointer-events: all;
    right: 20px;
    top: 20px;
    z-index: 9999
}

.elementor-popup-modal .dialog-close-button svg {
    fill: #1f2124;
    height: 1em;
    width: 1em
}

.elementor-popup-modal .dialog-widget-content {
    background-color: #fff;
    border-radius: 0;
    box-shadow: none;
    max-height: 100%;
    max-width: 100%;
    overflow: visible;
    pointer-events: all;
    width: auto
}

.elementor-popup-modal .dialog-message {
    display: flex;
    max-height: 100vh;
    max-width: 100vw;
    overflow: auto;
    padding: 0;
    width: 640px
}

.elementor-popup-modal .elementor {
    width: 100%
}

.elementor-motion-effects-element, .elementor-motion-effects-layer {
    transition-duration: 1s;
    transition-property: transform, opacity;
    transition-timing-function: cubic-bezier(0, .33, .07, 1.03)
}

.elementor-motion-effects-container {
    height: 100%;
    left: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    transform-origin: var(--e-transform-origin-y) var(--e-transform-origin-x);
    width: 100%
}

.elementor-motion-effects-layer {
    background-repeat: no-repeat;
    background-size: cover;
    left: 0;
    position: absolute;
    top: 0
}

.elementor-motion-effects-perspective {
    perspective: 1200px
}

.elementor-motion-effects-element {
    transform-origin: var(--e-transform-origin-y) var(--e-transform-origin-x)
}

.elementor-widget-nested-tabs.elementor-widget-n-tabs>.elementor-widget-container>.e-n-tabs[data-touch-mode=false]>.e-n-tabs-heading>.e-n-tab-title[aria-selected=false]:hover {
    background: var(--e-global-color-accent)
}

.elementor-widget-nested-tabs.elementor-widget-n-tabs>.elementor-widget-container>.e-n-tabs>.e-n-tabs-heading>.e-n-tab-title[aria-selected=true], .elementor-widget-nested-tabs.elementor-widget-n-tabs>.elementor-widget-container>.e-n-tabs[data-touch-mode=true]>.e-n-tabs-heading>.e-n-tab-title[aria-selected=false]:hover {
    background: var(--e-global-color-accent)
}

.elementor-widget-nested-tabs.elementor-widget-n-tabs>.elementor-widget-container>.e-n-tabs>.e-n-tabs-heading>:is(.e-n-tab-title>.e-n-tab-title-text, .e-n-tab-title) {
    font-family: var(--e-global-typography-accent-font-family), Sans-serif;
    font-weight: var(--e-global-typography-accent-font-weight)
}

.elementor-widget-heading .elementor-heading-title {
    color: var(--e-global-color-primary);
    font-family: var(--e-global-typography-primary-font-family), Sans-serif;
    font-weight: var(--e-global-typography-primary-font-weight)
}

.elementor-widget-image .widget-image-caption {
    color: var(--e-global-color-text);
    font-family: var(--e-global-typography-text-font-family), Sans-serif;
    font-weight: var(--e-global-typography-text-font-weight)
}

.elementor-widget-text-editor {
    color: var(--e-global-color-text);
    font-family: var(--e-global-typography-text-font-family), Sans-serif;
    font-weight: var(--e-global-typography-text-font-weight)
}

.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap {
    background-color: var(--e-global-color-primary)
}

.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap {
    color: var(--e-global-color-primary);
    border-color: var(--e-global-color-primary)
}

.elementor-widget-button .elementor-button {
    background-color: var(--e-global-color-accent);
    font-family: var(--e-global-typography-accent-font-family), Sans-serif;
    font-weight: var(--e-global-typography-accent-font-weight)
}

.elementor-widget-divider {
    --divider-color: var(--e-global-color-secondary)
}

.elementor-widget-divider .elementor-divider__text {
    color: var(--e-global-color-secondary);
    font-family: var(--e-global-typography-secondary-font-family), Sans-serif;
    font-weight: var(--e-global-typography-secondary-font-weight)
}

.elementor-widget-divider.elementor-view-stacked .elementor-icon {
    background-color: var(--e-global-color-secondary)
}

.elementor-widget-divider.elementor-view-framed .elementor-icon, .elementor-widget-divider.elementor-view-default .elementor-icon {
    color: var(--e-global-color-secondary);
    border-color: var(--e-global-color-secondary)
}

.elementor-widget-divider.elementor-view-framed .elementor-icon, .elementor-widget-divider.elementor-view-default .elementor-icon svg {
    fill: var(--e-global-color-secondary)
}

.elementor-widget-image-box .elementor-image-box-title {
    color: var(--e-global-color-primary);
    font-family: var(--e-global-typography-primary-font-family), Sans-serif;
    font-weight: var(--e-global-typography-primary-font-weight)
}

.elementor-widget-image-box .elementor-image-box-description {
    color: var(--e-global-color-text);
    font-family: var(--e-global-typography-text-font-family), Sans-serif;
    font-weight: var(--e-global-typography-text-font-weight)
}

.elementor-widget-icon.elementor-view-stacked .elementor-icon {
    background-color: var(--e-global-color-primary)
}

.elementor-widget-icon.elementor-view-framed .elementor-icon, .elementor-widget-icon.elementor-view-default .elementor-icon {
    color: var(--e-global-color-primary);
    border-color: var(--e-global-color-primary)
}

.elementor-widget-icon.elementor-view-framed .elementor-icon, .elementor-widget-icon.elementor-view-default .elementor-icon svg {
    fill: var(--e-global-color-primary)
}

.elementor-widget-icon-box.elementor-view-stacked .elementor-icon {
    background-color: var(--e-global-color-primary)
}

.elementor-widget-icon-box.elementor-view-framed .elementor-icon, .elementor-widget-icon-box.elementor-view-default .elementor-icon {
    fill: var(--e-global-color-primary);
    color: var(--e-global-color-primary);
    border-color: var(--e-global-color-primary)
}

.elementor-widget-icon-box .elementor-icon-box-title {
    color: var(--e-global-color-primary)
}

.elementor-widget-icon-box .elementor-icon-box-title, .elementor-widget-icon-box .elementor-icon-box-title a {
    font-family: var(--e-global-typography-primary-font-family), Sans-serif;
    font-weight: var(--e-global-typography-primary-font-weight)
}

.elementor-widget-icon-box .elementor-icon-box-description {
    color: var(--e-global-color-text);
    font-family: var(--e-global-typography-text-font-family), Sans-serif;
    font-weight: var(--e-global-typography-text-font-weight)
}

.elementor-widget-star-rating .elementor-star-rating__title {
    color: var(--e-global-color-text);
    font-family: var(--e-global-typography-text-font-family), Sans-serif;
    font-weight: var(--e-global-typography-text-font-weight)
}

.elementor-widget-image-gallery .gallery-item .gallery-caption {
    font-family: var(--e-global-typography-accent-font-family), Sans-serif;
    font-weight: var(--e-global-typography-accent-font-weight)
}

.elementor-widget-icon-list .elementor-icon-list-item:not(:last-child):after {
    border-color: var(--e-global-color-text)
}

.elementor-widget-icon-list .elementor-icon-list-icon i {
    color: var(--e-global-color-primary)
}

.elementor-widget-icon-list .elementor-icon-list-icon svg {
    fill: var(--e-global-color-primary)
}

.elementor-widget-icon-list .elementor-icon-list-item>.elementor-icon-list-text, .elementor-widget-icon-list .elementor-icon-list-item>a {
    font-family: var(--e-global-typography-text-font-family), Sans-serif;
    font-weight: var(--e-global-typography-text-font-weight)
}

.elementor-widget-icon-list .elementor-icon-list-text {
    color: var(--e-global-color-secondary)
}

.elementor-widget-counter .elementor-counter-number-wrapper {
    color: var(--e-global-color-primary);
    font-family: var(--e-global-typography-primary-font-family), Sans-serif;
    font-weight: var(--e-global-typography-primary-font-weight)
}

.elementor-widget-counter .elementor-counter-title {
    color: var(--e-global-color-secondary);
    font-family: var(--e-global-typography-secondary-font-family), Sans-serif;
    font-weight: var(--e-global-typography-secondary-font-weight)
}

.elementor-widget-progress .elementor-progress-wrapper .elementor-progress-bar {
    background-color: var(--e-global-color-primary)
}

.elementor-widget-progress .elementor-title {
    color: var(--e-global-color-primary);
    font-family: var(--e-global-typography-text-font-family), Sans-serif;
    font-weight: var(--e-global-typography-text-font-weight)
}

.elementor-widget-testimonial .elementor-testimonial-content {
    color: var(--e-global-color-text);
    font-family: var(--e-global-typography-text-font-family), Sans-serif;
    font-weight: var(--e-global-typography-text-font-weight)
}

.elementor-widget-testimonial .elementor-testimonial-name {
    color: var(--e-global-color-primary);
    font-family: var(--e-global-typography-primary-font-family), Sans-serif;
    font-weight: var(--e-global-typography-primary-font-weight)
}

.elementor-widget-testimonial .elementor-testimonial-job {
    color: var(--e-global-color-secondary);
    font-family: var(--e-global-typography-secondary-font-family), Sans-serif;
    font-weight: var(--e-global-typography-secondary-font-weight)
}

.elementor-widget-tabs .elementor-tab-title, .elementor-widget-tabs .elementor-tab-title a {
    color: var(--e-global-color-primary)
}

.elementor-widget-tabs .elementor-tab-title.elementor-active, .elementor-widget-tabs .elementor-tab-title.elementor-active a {
    color: var(--e-global-color-accent)
}

.elementor-widget-tabs .elementor-tab-title {
    font-family: var(--e-global-typography-primary-font-family), Sans-serif;
    font-weight: var(--e-global-typography-primary-font-weight)
}

.elementor-widget-tabs .elementor-tab-content {
    color: var(--e-global-color-text);
    font-family: var(--e-global-typography-text-font-family), Sans-serif;
    font-weight: var(--e-global-typography-text-font-weight)
}

.elementor-widget-accordion .elementor-accordion-icon, .elementor-widget-accordion .elementor-accordion-title {
    color: var(--e-global-color-primary)
}

.elementor-widget-accordion .elementor-accordion-icon svg {
    fill: var(--e-global-color-primary)
}

.elementor-widget-accordion .elementor-active .elementor-accordion-icon, .elementor-widget-accordion .elementor-active .elementor-accordion-title {
    color: var(--e-global-color-accent)
}

.elementor-widget-accordion .elementor-active .elementor-accordion-icon svg {
    fill: var(--e-global-color-accent)
}

.elementor-widget-accordion .elementor-accordion-title {
    font-family: var(--e-global-typography-primary-font-family), Sans-serif;
    font-weight: var(--e-global-typography-primary-font-weight)
}

.elementor-widget-accordion .elementor-tab-content {
    color: var(--e-global-color-text);
    font-family: var(--e-global-typography-text-font-family), Sans-serif;
    font-weight: var(--e-global-typography-text-font-weight)
}

.elementor-widget-toggle .elementor-toggle-title, .elementor-widget-toggle .elementor-toggle-icon {
    color: var(--e-global-color-primary)
}

.elementor-widget-toggle .elementor-toggle-icon svg {
    fill: var(--e-global-color-primary)
}

.elementor-widget-toggle .elementor-tab-title.elementor-active a, .elementor-widget-toggle .elementor-tab-title.elementor-active .elementor-toggle-icon {
    color: var(--e-global-color-accent)
}

.elementor-widget-toggle .elementor-toggle-title {
    font-family: var(--e-global-typography-primary-font-family), Sans-serif;
    font-weight: var(--e-global-typography-primary-font-weight)
}

.elementor-widget-toggle .elementor-tab-content {
    color: var(--e-global-color-text);
    font-family: var(--e-global-typography-text-font-family), Sans-serif;
    font-weight: var(--e-global-typography-text-font-weight)
}

.elementor-widget-alert .elementor-alert-title {
    font-family: var(--e-global-typography-primary-font-family), Sans-serif;
    font-weight: var(--e-global-typography-primary-font-weight)
}

.elementor-widget-alert .elementor-alert-description {
    font-family: var(--e-global-typography-text-font-family), Sans-serif;
    font-weight: var(--e-global-typography-text-font-weight)
}

.elementor-widget-text-path {
    font-family: var(--e-global-typography-text-font-family), Sans-serif;
    font-weight: var(--e-global-typography-text-font-weight)
}

.elementor-widget-theme-site-logo .widget-image-caption {
    color: var(--e-global-color-text);
    font-family: var(--e-global-typography-text-font-family), Sans-serif;
    font-weight: var(--e-global-typography-text-font-weight)
}

.elementor-widget-theme-site-title .elementor-heading-title {
    color: var(--e-global-color-primary);
    font-family: var(--e-global-typography-primary-font-family), Sans-serif;
    font-weight: var(--e-global-typography-primary-font-weight)
}

.elementor-widget-theme-page-title .elementor-heading-title {
    color: var(--e-global-color-primary);
    font-family: var(--e-global-typography-primary-font-family), Sans-serif;
    font-weight: var(--e-global-typography-primary-font-weight)
}

.elementor-widget-theme-post-title .elementor-heading-title {
    color: var(--e-global-color-primary);
    font-family: var(--e-global-typography-primary-font-family), Sans-serif;
    font-weight: var(--e-global-typography-primary-font-weight)
}

.elementor-widget-theme-post-excerpt .elementor-widget-container {
    color: var(--e-global-color-text);
    font-family: var(--e-global-typography-text-font-family), Sans-serif;
    font-weight: var(--e-global-typography-text-font-weight)
}

.elementor-widget-theme-post-content {
    color: var(--e-global-color-text);
    font-family: var(--e-global-typography-text-font-family), Sans-serif;
    font-weight: var(--e-global-typography-text-font-weight)
}

.elementor-widget-theme-post-featured-image .widget-image-caption {
    color: var(--e-global-color-text);
    font-family: var(--e-global-typography-text-font-family), Sans-serif;
    font-weight: var(--e-global-typography-text-font-weight)
}

.elementor-widget-theme-archive-title .elementor-heading-title {
    color: var(--e-global-color-primary);
    font-family: var(--e-global-typography-primary-font-family), Sans-serif;
    font-weight: var(--e-global-typography-primary-font-weight)
}

.elementor-widget-archive-posts .elementor-button {
    background-color: var(--e-global-color-accent);
    font-family: var(--e-global-typography-accent-font-family), Sans-serif;
    font-weight: var(--e-global-typography-accent-font-weight)
}

.elementor-widget-archive-posts .elementor-post__title, .elementor-widget-archive-posts .elementor-post__title a {
    color: var(--e-global-color-secondary);
    font-family: var(--e-global-typography-primary-font-family), Sans-serif;
    font-weight: var(--e-global-typography-primary-font-weight)
}

.elementor-widget-archive-posts .elementor-post__meta-data {
    font-family: var(--e-global-typography-secondary-font-family), Sans-serif;
    font-weight: var(--e-global-typography-secondary-font-weight)
}

.elementor-widget-archive-posts .elementor-post__excerpt p {
    font-family: var(--e-global-typography-text-font-family), Sans-serif;
    font-weight: var(--e-global-typography-text-font-weight)
}

.elementor-widget-archive-posts .elementor-post__read-more {
    color: var(--e-global-color-accent)
}

.elementor-widget-archive-posts a.elementor-post__read-more {
    font-family: var(--e-global-typography-accent-font-family), Sans-serif;
    font-weight: var(--e-global-typography-accent-font-weight)
}

.elementor-widget-archive-posts .elementor-post__card .elementor-post__badge {
    background-color: var(--e-global-color-accent);
    font-family: var(--e-global-typography-accent-font-family), Sans-serif;
    font-weight: var(--e-global-typography-accent-font-weight)
}

.elementor-widget-archive-posts .elementor-pagination {
    font-family: var(--e-global-typography-secondary-font-family), Sans-serif;
    font-weight: var(--e-global-typography-secondary-font-weight)
}

.elementor-widget-archive-posts .e-load-more-message {
    font-family: var(--e-global-typography-secondary-font-family), Sans-serif;
    font-weight: var(--e-global-typography-secondary-font-weight)
}

.elementor-widget-archive-posts .elementor-posts-nothing-found {
    color: var(--e-global-color-text);
    font-family: var(--e-global-typography-text-font-family), Sans-serif;
    font-weight: var(--e-global-typography-text-font-weight)
}

.elementor-widget-loop-grid .elementor-button {
    background-color: var(--e-global-color-accent);
    font-family: var(--e-global-typography-accent-font-family), Sans-serif;
    font-weight: var(--e-global-typography-accent-font-weight)
}

.elementor-widget-loop-grid .elementor-pagination {
    font-family: var(--e-global-typography-secondary-font-family), Sans-serif;
    font-weight: var(--e-global-typography-secondary-font-weight)
}

.elementor-widget-loop-grid .e-load-more-message {
    font-family: var(--e-global-typography-secondary-font-family), Sans-serif;
    font-weight: var(--e-global-typography-secondary-font-weight)
}

.elementor-widget-posts .elementor-button {
    background-color: var(--e-global-color-accent);
    font-family: var(--e-global-typography-accent-font-family), Sans-serif;
    font-weight: var(--e-global-typography-accent-font-weight)
}

.elementor-widget-posts .elementor-post__title, .elementor-widget-posts .elementor-post__title a {
    color: var(--e-global-color-secondary);
    font-family: var(--e-global-typography-primary-font-family), Sans-serif;
    font-weight: var(--e-global-typography-primary-font-weight)
}

.elementor-widget-posts .elementor-post__meta-data {
    font-family: var(--e-global-typography-secondary-font-family), Sans-serif;
    font-weight: var(--e-global-typography-secondary-font-weight)
}

.elementor-widget-posts .elementor-post__excerpt p {
    font-family: var(--e-global-typography-text-font-family), Sans-serif;
    font-weight: var(--e-global-typography-text-font-weight)
}

.elementor-widget-posts .elementor-post__read-more {
    color: var(--e-global-color-accent)
}

.elementor-widget-posts a.elementor-post__read-more {
    font-family: var(--e-global-typography-accent-font-family), Sans-serif;
    font-weight: var(--e-global-typography-accent-font-weight)
}

.elementor-widget-posts .elementor-post__card .elementor-post__badge {
    background-color: var(--e-global-color-accent);
    font-family: var(--e-global-typography-accent-font-family), Sans-serif;
    font-weight: var(--e-global-typography-accent-font-weight)
}

.elementor-widget-posts .elementor-pagination {
    font-family: var(--e-global-typography-secondary-font-family), Sans-serif;
    font-weight: var(--e-global-typography-secondary-font-weight)
}

.elementor-widget-posts .e-load-more-message {
    font-family: var(--e-global-typography-secondary-font-family), Sans-serif;
    font-weight: var(--e-global-typography-secondary-font-weight)
}

.elementor-widget-portfolio a .elementor-portfolio-item__overlay {
    background-color: var(--e-global-color-accent)
}

.elementor-widget-portfolio .elementor-portfolio-item__title {
    font-family: var(--e-global-typography-primary-font-family), Sans-serif;
    font-weight: var(--e-global-typography-primary-font-weight)
}

.elementor-widget-portfolio .elementor-portfolio__filter {
    color: var(--e-global-color-text);
    font-family: var(--e-global-typography-primary-font-family), Sans-serif;
    font-weight: var(--e-global-typography-primary-font-weight)
}

.elementor-widget-portfolio .elementor-portfolio__filter.elementor-active {
    color: var(--e-global-color-primary)
}

.elementor-widget-gallery .elementor-gallery-item__title {
    font-family: var(--e-global-typography-primary-font-family), Sans-serif;
    font-weight: var(--e-global-typography-primary-font-weight)
}

.elementor-widget-gallery .elementor-gallery-item__description {
    font-family: var(--e-global-typography-text-font-family), Sans-serif;
    font-weight: var(--e-global-typography-text-font-weight)
}

.elementor-widget-gallery {
    --galleries-title-color-normal: var(--e-global-color-primary);
    --galleries-title-color-hover: var(--e-global-color-secondary);
    --galleries-pointer-bg-color-hover: var(--e-global-color-accent);
    --gallery-title-color-active: var(--e-global-color-secondary);
    --galleries-pointer-bg-color-active: var(--e-global-color-accent)
}

.elementor-widget-gallery .elementor-gallery-title {
    font-family: var(--e-global-typography-primary-font-family), Sans-serif;
    font-weight: var(--e-global-typography-primary-font-weight)
}

.elementor-widget-form .elementor-field-group>label, .elementor-widget-form .elementor-field-subgroup label {
    color: var(--e-global-color-text)
}

.elementor-widget-form .elementor-field-group>label {
    font-family: var(--e-global-typography-text-font-family), Sans-serif;
    font-weight: var(--e-global-typography-text-font-weight)
}

.elementor-widget-form .elementor-field-type-html {
    color: var(--e-global-color-text);
    font-family: var(--e-global-typography-text-font-family), Sans-serif;
    font-weight: var(--e-global-typography-text-font-weight)
}

.elementor-widget-form .elementor-field-group .elementor-field {
    color: var(--e-global-color-text)
}

.elementor-widget-form .elementor-field-group .elementor-field, .elementor-widget-form .elementor-field-subgroup label {
    font-family: var(--e-global-typography-text-font-family), Sans-serif;
    font-weight: var(--e-global-typography-text-font-weight)
}

.elementor-widget-form .elementor-button {
    font-family: var(--e-global-typography-accent-font-family), Sans-serif;
    font-weight: var(--e-global-typography-accent-font-weight)
}

.elementor-widget-form .e-form__buttons__wrapper__button-next {
    background-color: var(--e-global-color-accent)
}

.elementor-widget-form .elementor-button[type=submit] {
    background-color: var(--e-global-color-accent)
}

.elementor-widget-form .e-form__buttons__wrapper__button-previous {
    background-color: var(--e-global-color-accent)
}

.elementor-widget-form .elementor-message {
    font-family: var(--e-global-typography-text-font-family), Sans-serif;
    font-weight: var(--e-global-typography-text-font-weight)
}

.elementor-widget-form .e-form__indicators__indicator, .elementor-widget-form .e-form__indicators__indicator__label {
    font-family: var(--e-global-typography-accent-font-family), Sans-serif;
    font-weight: var(--e-global-typography-accent-font-weight)
}

.elementor-widget-form {
    --e-form-steps-indicator-inactive-primary-color: var(--e-global-color-text);
    --e-form-steps-indicator-active-primary-color: var(--e-global-color-accent);
    --e-form-steps-indicator-completed-primary-color: var(--e-global-color-accent);
    --e-form-steps-indicator-progress-color: var(--e-global-color-accent);
    --e-form-steps-indicator-progress-background-color: var(--e-global-color-text);
    --e-form-steps-indicator-progress-meter-color: var(--e-global-color-text)
}

.elementor-widget-form .e-form__indicators__indicator__progress__meter {
    font-family: var(--e-global-typography-accent-font-family), Sans-serif;
    font-weight: var(--e-global-typography-accent-font-weight)
}

.elementor-widget-login .elementor-button {
    background-color: var(--e-global-color-accent);
    font-family: var(--e-global-typography-accent-font-family), Sans-serif;
    font-weight: var(--e-global-typography-accent-font-weight)
}

.elementor-widget-login .elementor-field-group>a {
    color: var(--e-global-color-text)
}

.elementor-widget-login .elementor-field-group>a:hover {
    color: var(--e-global-color-accent)
}

.elementor-widget-login .elementor-form-fields-wrapper label {
    color: var(--e-global-color-text);
    font-family: var(--e-global-typography-text-font-family), Sans-serif;
    font-weight: var(--e-global-typography-text-font-weight)
}

.elementor-widget-login .elementor-field-group .elementor-field {
    color: var(--e-global-color-text)
}

.elementor-widget-login .elementor-field-group .elementor-field, .elementor-widget-login .elementor-field-subgroup label {
    font-family: var(--e-global-typography-text-font-family), Sans-serif;
    font-weight: var(--e-global-typography-text-font-weight)
}

.elementor-widget-login .elementor-widget-container .elementor-login__logged-in-message {
    color: var(--e-global-color-text);
    font-family: var(--e-global-typography-text-font-family), Sans-serif;
    font-weight: var(--e-global-typography-text-font-weight)
}

.elementor-widget-slides .elementor-slide-heading {
    font-family: var(--e-global-typography-primary-font-family), Sans-serif;
    font-weight: var(--e-global-typography-primary-font-weight)
}

.elementor-widget-slides .elementor-slide-description {
    font-family: var(--e-global-typography-secondary-font-family), Sans-serif;
    font-weight: var(--e-global-typography-secondary-font-weight)
}

.elementor-widget-slides .elementor-slide-button {
    font-family: var(--e-global-typography-accent-font-family), Sans-serif;
    font-weight: var(--e-global-typography-accent-font-weight)
}

.elementor-widget-nav-menu .elementor-nav-menu .elementor-item {
    font-family: var(--e-global-typography-primary-font-family), Sans-serif;
    font-weight: var(--e-global-typography-primary-font-weight)
}

.elementor-widget-nav-menu .elementor-nav-menu--main .elementor-item {
    color: var(--e-global-color-text);
    fill: var(--e-global-color-text)
}

.elementor-widget-nav-menu .elementor-nav-menu--main .elementor-item:hover, .elementor-widget-nav-menu .elementor-nav-menu--main .elementor-item.elementor-item-active, .elementor-widget-nav-menu .elementor-nav-menu--main .elementor-item.highlighted, .elementor-widget-nav-menu .elementor-nav-menu--main .elementor-item:focus {
    color: var(--e-global-color-accent);
    fill: var(--e-global-color-accent)
}

.elementor-widget-nav-menu .elementor-nav-menu--main:not(.e--pointer-framed) .elementor-item:before, .elementor-widget-nav-menu .elementor-nav-menu--main:not(.e--pointer-framed) .elementor-item:after {
    background-color: var(--e-global-color-accent)
}

.elementor-widget-nav-menu .e--pointer-framed .elementor-item:before, .elementor-widget-nav-menu .e--pointer-framed .elementor-item:after {
    border-color: var(--e-global-color-accent)
}

.elementor-widget-nav-menu {
    --e-nav-menu-divider-color: var(--e-global-color-text)
}

.elementor-widget-nav-menu .elementor-nav-menu--dropdown .elementor-item, .elementor-widget-nav-menu .elementor-nav-menu--dropdown .elementor-sub-item {
    font-family: var(--e-global-typography-accent-font-family), Sans-serif;
    font-weight: var(--e-global-typography-accent-font-weight)
}

.elementor-widget-animated-headline .elementor-headline-dynamic-wrapper path {
    stroke: var(--e-global-color-accent)
}

.elementor-widget-animated-headline .elementor-headline-plain-text {
    color: var(--e-global-color-secondary)
}

.elementor-widget-animated-headline .elementor-headline {
    font-family: var(--e-global-typography-primary-font-family), Sans-serif;
    font-weight: var(--e-global-typography-primary-font-weight)
}

.elementor-widget-animated-headline {
    --dynamic-text-color: var(--e-global-color-secondary)
}

.elementor-widget-animated-headline .elementor-headline-dynamic-text {
    font-family: var(--e-global-typography-primary-font-family), Sans-serif;
    font-weight: var(--e-global-typography-primary-font-weight)
}

.elementor-widget-hotspot .widget-image-caption {
    color: var(--e-global-color-text);
    font-family: var(--e-global-typography-text-font-family), Sans-serif;
    font-weight: var(--e-global-typography-text-font-weight)
}

.elementor-widget-hotspot {
    --hotspot-color: var(--e-global-color-primary);
    --hotspot-box-color: var(--e-global-color-secondary);
    --tooltip-color: var(--e-global-color-secondary)
}

.elementor-widget-hotspot .e-hotspot__label {
    font-family: var(--e-global-typography-primary-font-family), Sans-serif;
    font-weight: var(--e-global-typography-primary-font-weight)
}

.elementor-widget-hotspot .e-hotspot__tooltip {
    font-family: var(--e-global-typography-secondary-font-family), Sans-serif;
    font-weight: var(--e-global-typography-secondary-font-weight)
}

.elementor-widget-price-list .elementor-price-list-header {
    color: var(--e-global-color-primary);
    font-family: var(--e-global-typography-primary-font-family), Sans-serif;
    font-weight: var(--e-global-typography-primary-font-weight)
}

.elementor-widget-price-list .elementor-price-list-price {
    color: var(--e-global-color-primary);
    font-family: var(--e-global-typography-primary-font-family), Sans-serif;
    font-weight: var(--e-global-typography-primary-font-weight)
}

.elementor-widget-price-list .elementor-price-list-description {
    color: var(--e-global-color-text);
    font-family: var(--e-global-typography-text-font-family), Sans-serif;
    font-weight: var(--e-global-typography-text-font-weight)
}

.elementor-widget-price-list .elementor-price-list-separator {
    border-bottom-color: var(--e-global-color-secondary)
}

.elementor-widget-price-table .elementor-price-table__button {
    background-color: var(--e-global-color-accent);
    font-family: var(--e-global-typography-accent-font-family), Sans-serif;
    font-weight: var(--e-global-typography-accent-font-weight)
}

.elementor-widget-price-table {
    --e-price-table-header-background-color: var(--e-global-color-secondary)
}

.elementor-widget-price-table .elementor-price-table__heading {
    font-family: var(--e-global-typography-primary-font-family), Sans-serif;
    font-weight: var(--e-global-typography-primary-font-weight)
}

.elementor-widget-price-table .elementor-price-table__subheading {
    font-family: var(--e-global-typography-secondary-font-family), Sans-serif;
    font-weight: var(--e-global-typography-secondary-font-weight)
}

.elementor-widget-price-table .elementor-price-table .elementor-price-table__price {
    font-family: var(--e-global-typography-primary-font-family), Sans-serif;
    font-weight: var(--e-global-typography-primary-font-weight)
}

.elementor-widget-price-table .elementor-price-table__original-price {
    color: var(--e-global-color-secondary);
    font-family: var(--e-global-typography-primary-font-family), Sans-serif;
    font-weight: var(--e-global-typography-primary-font-weight)
}

.elementor-widget-price-table .elementor-price-table__period {
    color: var(--e-global-color-secondary);
    font-family: var(--e-global-typography-secondary-font-family), Sans-serif;
    font-weight: var(--e-global-typography-secondary-font-weight)
}

.elementor-widget-price-table .elementor-price-table__features-list {
    --e-price-table-features-list-color: var(--e-global-color-text)
}

.elementor-widget-price-table .elementor-price-table__features-list li {
    font-family: var(--e-global-typography-text-font-family), Sans-serif;
    font-weight: var(--e-global-typography-text-font-weight)
}

.elementor-widget-price-table .elementor-price-table__features-list li:before {
    border-top-color: var(--e-global-color-text)
}

.elementor-widget-price-table .elementor-price-table__additional_info {
    color: var(--e-global-color-text);
    font-family: var(--e-global-typography-text-font-family), Sans-serif;
    font-weight: var(--e-global-typography-text-font-weight)
}

.elementor-widget-price-table .elementor-price-table__ribbon-inner {
    background-color: var(--e-global-color-accent);
    font-family: var(--e-global-typography-accent-font-family), Sans-serif;
    font-weight: var(--e-global-typography-accent-font-weight)
}

.elementor-widget-flip-box .elementor-flip-box__front .elementor-flip-box__layer__title {
    font-family: var(--e-global-typography-primary-font-family), Sans-serif;
    font-weight: var(--e-global-typography-primary-font-weight)
}

.elementor-widget-flip-box .elementor-flip-box__front .elementor-flip-box__layer__description {
    font-family: var(--e-global-typography-text-font-family), Sans-serif;
    font-weight: var(--e-global-typography-text-font-weight)
}

.elementor-widget-flip-box .elementor-flip-box__back .elementor-flip-box__layer__title {
    font-family: var(--e-global-typography-primary-font-family), Sans-serif;
    font-weight: var(--e-global-typography-primary-font-weight)
}

.elementor-widget-flip-box .elementor-flip-box__back .elementor-flip-box__layer__description {
    font-family: var(--e-global-typography-text-font-family), Sans-serif;
    font-weight: var(--e-global-typography-text-font-weight)
}

.elementor-widget-flip-box .elementor-flip-box__button {
    font-family: var(--e-global-typography-accent-font-family), Sans-serif;
    font-weight: var(--e-global-typography-accent-font-weight)
}

.elementor-widget-call-to-action .elementor-cta__title {
    font-family: var(--e-global-typography-primary-font-family), Sans-serif;
    font-weight: var(--e-global-typography-primary-font-weight)
}

.elementor-widget-call-to-action .elementor-cta__description {
    font-family: var(--e-global-typography-text-font-family), Sans-serif;
    font-weight: var(--e-global-typography-text-font-weight)
}

.elementor-widget-call-to-action .elementor-cta__button {
    font-family: var(--e-global-typography-accent-font-family), Sans-serif;
    font-weight: var(--e-global-typography-accent-font-weight)
}

.elementor-widget-call-to-action .elementor-ribbon-inner {
    background-color: var(--e-global-color-accent);
    font-family: var(--e-global-typography-accent-font-family), Sans-serif;
    font-weight: var(--e-global-typography-accent-font-weight)
}

.elementor-widget-media-carousel .elementor-carousel-image-overlay {
    font-family: var(--e-global-typography-accent-font-family), Sans-serif;
    font-weight: var(--e-global-typography-accent-font-weight)
}

.elementor-widget-testimonial-carousel .elementor-testimonial__text {
    color: var(--e-global-color-text);
    font-family: var(--e-global-typography-text-font-family), Sans-serif;
    font-weight: var(--e-global-typography-text-font-weight)
}

.elementor-widget-testimonial-carousel .elementor-testimonial__name {
    color: var(--e-global-color-text);
    font-family: var(--e-global-typography-primary-font-family), Sans-serif;
    font-weight: var(--e-global-typography-primary-font-weight)
}

.elementor-widget-testimonial-carousel .elementor-testimonial__title {
    color: var(--e-global-color-primary);
    font-family: var(--e-global-typography-secondary-font-family), Sans-serif;
    font-weight: var(--e-global-typography-secondary-font-weight)
}

.elementor-widget-reviews .elementor-testimonial__header, .elementor-widget-reviews .elementor-testimonial__name {
    font-family: var(--e-global-typography-primary-font-family), Sans-serif;
    font-weight: var(--e-global-typography-primary-font-weight)
}

.elementor-widget-reviews .elementor-testimonial__text {
    font-family: var(--e-global-typography-text-font-family), Sans-serif;
    font-weight: var(--e-global-typography-text-font-weight)
}

.elementor-widget-table-of-contents {
    --header-color: var(--e-global-color-secondary);
    --item-text-color: var(--e-global-color-text);
    --item-text-hover-color: var(--e-global-color-accent);
    --marker-color: var(--e-global-color-text)
}

.elementor-widget-table-of-contents .elementor-toc__header, .elementor-widget-table-of-contents .elementor-toc__header-title {
    font-family: var(--e-global-typography-primary-font-family), Sans-serif;
    font-weight: var(--e-global-typography-primary-font-weight)
}

.elementor-widget-table-of-contents .elementor-toc__list-item {
    font-family: var(--e-global-typography-text-font-family), Sans-serif;
    font-weight: var(--e-global-typography-text-font-weight)
}

.elementor-widget-countdown .elementor-countdown-item {
    background-color: var(--e-global-color-primary)
}

.elementor-widget-countdown .elementor-countdown-digits {
    font-family: var(--e-global-typography-text-font-family), Sans-serif;
    font-weight: var(--e-global-typography-text-font-weight)
}

.elementor-widget-countdown .elementor-countdown-label {
    font-family: var(--e-global-typography-secondary-font-family), Sans-serif;
    font-weight: var(--e-global-typography-secondary-font-weight)
}

.elementor-widget-countdown .elementor-countdown-expire--message {
    color: var(--e-global-color-text);
    font-family: var(--e-global-typography-text-font-family), Sans-serif;
    font-weight: var(--e-global-typography-text-font-weight)
}

.elementor-widget-search-form input[type=search].elementor-search-form__input {
    font-family: var(--e-global-typography-text-font-family), Sans-serif;
    font-weight: var(--e-global-typography-text-font-weight)
}

.elementor-widget-search-form .elementor-search-form__input, .elementor-widget-search-form .elementor-search-form__icon, .elementor-widget-search-form .elementor-lightbox .dialog-lightbox-close-button, .elementor-widget-search-form .elementor-lightbox .dialog-lightbox-close-button:hover, .elementor-widget-search-form.elementor-search-form--skin-full_screen input[type=search].elementor-search-form__input {
    color: var(--e-global-color-text);
    fill: var(--e-global-color-text)
}

.elementor-widget-search-form .elementor-search-form__submit {
    font-family: var(--e-global-typography-text-font-family), Sans-serif;
    font-weight: var(--e-global-typography-text-font-weight);
    background-color: var(--e-global-color-secondary)
}

.elementor-widget-author-box .elementor-author-box__name {
    color: var(--e-global-color-secondary);
    font-family: var(--e-global-typography-primary-font-family), Sans-serif;
    font-weight: var(--e-global-typography-primary-font-weight)
}

.elementor-widget-author-box .elementor-author-box__bio {
    color: var(--e-global-color-text);
    font-family: var(--e-global-typography-text-font-family), Sans-serif;
    font-weight: var(--e-global-typography-text-font-weight)
}

.elementor-widget-author-box .elementor-author-box__button {
    color: var(--e-global-color-secondary);
    border-color: var(--e-global-color-secondary);
    font-family: var(--e-global-typography-accent-font-family), Sans-serif;
    font-weight: var(--e-global-typography-accent-font-weight)
}

.elementor-widget-author-box .elementor-author-box__button:hover {
    border-color: var(--e-global-color-secondary);
    color: var(--e-global-color-secondary)
}

.elementor-widget-post-navigation span.post-navigation__prev--label {
    color: var(--e-global-color-text)
}

.elementor-widget-post-navigation span.post-navigation__next--label {
    color: var(--e-global-color-text)
}

.elementor-widget-post-navigation span.post-navigation__prev--label, .elementor-widget-post-navigation span.post-navigation__next--label {
    font-family: var(--e-global-typography-secondary-font-family), Sans-serif;
    font-weight: var(--e-global-typography-secondary-font-weight)
}

.elementor-widget-post-navigation span.post-navigation__prev--title, .elementor-widget-post-navigation span.post-navigation__next--title {
    color: var(--e-global-color-secondary);
    font-family: var(--e-global-typography-secondary-font-family), Sans-serif;
    font-weight: var(--e-global-typography-secondary-font-weight)
}

.elementor-widget-post-info .elementor-icon-list-item:not(:last-child):after {
    border-color: var(--e-global-color-text)
}

.elementor-widget-post-info .elementor-icon-list-icon i {
    color: var(--e-global-color-primary)
}

.elementor-widget-post-info .elementor-icon-list-icon svg {
    fill: var(--e-global-color-primary)
}

.elementor-widget-post-info .elementor-icon-list-text, .elementor-widget-post-info .elementor-icon-list-text a {
    color: var(--e-global-color-secondary)
}

.elementor-widget-post-info .elementor-icon-list-item {
    font-family: var(--e-global-typography-text-font-family), Sans-serif;
    font-weight: var(--e-global-typography-text-font-weight)
}

.elementor-widget-sitemap .elementor-sitemap-title {
    color: var(--e-global-color-primary);
    font-family: var(--e-global-typography-primary-font-family), Sans-serif;
    font-weight: var(--e-global-typography-primary-font-weight)
}

.elementor-widget-sitemap .elementor-sitemap-item, .elementor-widget-sitemap span.elementor-sitemap-list, .elementor-widget-sitemap .elementor-sitemap-item a {
    color: var(--e-global-color-text);
    font-family: var(--e-global-typography-text-font-family), Sans-serif;
    font-weight: var(--e-global-typography-text-font-weight)
}

.elementor-widget-sitemap .elementor-sitemap-item {
    color: var(--e-global-color-text)
}

.elementor-widget-breadcrumbs {
    font-family: var(--e-global-typography-secondary-font-family), Sans-serif;
    font-weight: var(--e-global-typography-secondary-font-weight)
}

.elementor-widget-blockquote .elementor-blockquote__content {
    color: var(--e-global-color-text)
}

.elementor-widget-blockquote .elementor-blockquote__author {
    color: var(--e-global-color-secondary)
}

.elementor-widget-lottie {
    --caption-color: var(--e-global-color-text)
}

.elementor-widget-lottie .e-lottie__caption {
    font-family: var(--e-global-typography-text-font-family), Sans-serif;
    font-weight: var(--e-global-typography-text-font-weight)
}

.elementor-widget-video-playlist .e-tabs-wrapper .e-tabs-header .e-tabs-title {
    color: var(--e-global-color-text)
}

.elementor-widget-video-playlist .e-tabs-wrapper .e-tabs-header .e-tabs-videos-count {
    color: var(--e-global-color-text)
}

.elementor-widget-video-playlist .e-tabs-wrapper .e-tabs-header .e-tabs-header-right-side i {
    color: var(--e-global-color-text)
}

.elementor-widget-video-playlist .e-tabs-wrapper .e-tabs-header .e-tabs-header-right-side svg {
    fill: var(--e-global-color-text)
}

.elementor-widget-video-playlist .e-tabs-items .e-tab-title .e-tab-title-text {
    color: var(--e-global-color-text);
    font-family: var(--e-global-typography-text-font-family), Sans-serif;
    font-weight: var(--e-global-typography-text-font-weight)
}

.elementor-widget-video-playlist .e-tabs-items .e-tab-title .e-tab-title-text a {
    color: var(--e-global-color-text)
}

.elementor-widget-video-playlist .e-tabs-items .e-tab-title .e-tab-duration {
    color: var(--e-global-color-text)
}

.elementor-widget-video-playlist .e-tabs-items-wrapper .e-tab-title:where(.e-active, :hover) .e-tab-title-text {
    color: var(--e-global-color-text);
    font-family: var(--e-global-typography-text-font-family), Sans-serif;
    font-weight: var(--e-global-typography-text-font-weight)
}

.elementor-widget-video-playlist .e-tabs-items-wrapper .e-tab-title:where(.e-active, :hover) .e-tab-title-text a {
    color: var(--e-global-color-text)
}

.elementor-widget-video-playlist .e-tabs-items-wrapper .e-tab-title:where(.e-active, :hover) .e-tab-duration {
    color: var(--e-global-color-text)
}

.elementor-widget-video-playlist .e-tabs-items-wrapper .e-section-title {
    color: var(--e-global-color-text)
}

.elementor-widget-video-playlist .e-tabs-inner-tabs .e-inner-tabs-wrapper .e-inner-tab-title a {
    font-family: var(--e-global-typography-text-font-family), Sans-serif;
    font-weight: var(--e-global-typography-text-font-weight)
}

.elementor-widget-video-playlist .e-tabs-inner-tabs .e-inner-tabs-content-wrapper .e-inner-tab-content .e-inner-tab-text {
    font-family: var(--e-global-typography-text-font-family), Sans-serif;
    font-weight: var(--e-global-typography-text-font-weight)
}

.elementor-widget-video-playlist .e-tabs-inner-tabs .e-inner-tabs-content-wrapper .e-inner-tab-content button {
    color: var(--e-global-color-text);
    font-family: var(--e-global-typography-accent-font-family), Sans-serif;
    font-weight: var(--e-global-typography-accent-font-weight)
}

.elementor-widget-video-playlist .e-tabs-inner-tabs .e-inner-tabs-content-wrapper .e-inner-tab-content button:hover {
    color: var(--e-global-color-text)
}

.elementor-widget-paypal-button .elementor-button {
    background-color: var(--e-global-color-accent);
    font-family: var(--e-global-typography-accent-font-family), Sans-serif;
    font-weight: var(--e-global-typography-accent-font-weight)
}

.elementor-widget-paypal-button .elementor-message {
    font-family: var(--e-global-typography-text-font-family), Sans-serif;
    font-weight: var(--e-global-typography-text-font-weight)
}

.elementor-widget-stripe-button .elementor-button {
    background-color: var(--e-global-color-accent);
    font-family: var(--e-global-typography-accent-font-family), Sans-serif;
    font-weight: var(--e-global-typography-accent-font-weight)
}

.elementor-widget-stripe-button .elementor-message {
    font-family: var(--e-global-typography-text-font-family), Sans-serif;
    font-weight: var(--e-global-typography-text-font-weight)
}

.elementor-widget-progress-tracker .current-progress-percentage {
    font-family: var(--e-global-typography-text-font-family), Sans-serif;
    font-weight: var(--e-global-typography-text-font-weight)
}

.elementor-widget-search {
    --e-search-input-color: var(--e-global-color-text)
}

.elementor-widget-search.e-focus {
    --e-search-input-color: var(--e-global-color-text)
}

/*! elementor - v3.24.0 - 23-09-2024 */
.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a {
    color: inherit;
    font-size: inherit;
    line-height: inherit
}

.elementor-widget-heading .elementor-heading-title.elementor-size-small {
    font-size: 15px
}

.elementor-widget-heading .elementor-heading-title.elementor-size-medium {
    font-size: 19px
}

.elementor-widget-heading .elementor-heading-title.elementor-size-large {
    font-size: 29px
}

.elementor-widget-heading .elementor-heading-title.elementor-size-xl {
    font-size: 39px
}

.elementor-widget-heading .elementor-heading-title.elementor-size-xxl {
    font-size: 59px
}

/*! elementor - v3.24.0 - 23-09-2024 */
.elementor-widget-image {
    text-align: center
}

.elementor-widget-image a {
    display: inline-block
}

.elementor-widget-image a img[src$=".svg"] {
    width: 48px
}

.elementor-widget-image img {
    vertical-align: middle;
    display: inline-block
}

.elementor-animation-grow {
    transition-duration: .3s;
    transition-property: transform
}

.elementor-animation-grow:active, .elementor-animation-grow:focus, .elementor-animation-grow:hover {
    transform: scale(1.1)
}

/*! elementor - v3.24.0 - 23-09-2024 */
.elementor-widget.elementor-icon-list--layout-inline .elementor-widget-container {
    overflow: hidden
}

.elementor-widget .elementor-icon-list-items.elementor-inline-items {
    margin-right: -8px;
    margin-left: -8px
}

.elementor-widget .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item {
    margin-right: 8px;
    margin-left: 8px
}

.elementor-widget .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item:after {
    width: auto;
    left: auto;
    right: auto;
    position: relative;
    height: 100%;
    border-top: 0;
    border-bottom: 0;
    border-right: 0;
    border-left-width: 1px;
    border-style: solid;
    right: -8px
}

.elementor-widget .elementor-icon-list-items {
    list-style-type: none;
    margin: 0;
    padding: 0
}

.elementor-widget .elementor-icon-list-item {
    margin: 0;
    padding: 0;
    position: relative
}

.elementor-widget .elementor-icon-list-item:after {
    position: absolute;
    bottom: 0;
    width: 100%
}

.elementor-widget .elementor-icon-list-item, .elementor-widget .elementor-icon-list-item a {
    display: flex;
    font-size: inherit;
    align-items: var(--icon-vertical-align, center)
}

.elementor-widget .elementor-icon-list-icon+.elementor-icon-list-text {
    align-self: center;
    padding-inline-start: 5px
}

.elementor-widget .elementor-icon-list-icon {
    display: flex;
    position: relative;
    top: var(--icon-vertical-offset, initial)
}

.elementor-widget .elementor-icon-list-icon svg {
    width: var(--e-icon-list-icon-size, 1em);
    height: var(--e-icon-list-icon-size, 1em)
}

.elementor-widget .elementor-icon-list-icon i {
    width: 1.25em;
    font-size: var(--e-icon-list-icon-size)
}

.elementor-widget.elementor-widget-icon-list .elementor-icon-list-icon {
    text-align: var(--e-icon-list-icon-align)
}

.elementor-widget.elementor-widget-icon-list .elementor-icon-list-icon svg {
    margin: var(--e-icon-list-icon-margin, 0 calc(var(--e-icon-list-icon-size, 1em)*.25) 0 0)
}

.elementor-widget.elementor-list-item-link-full_width a {
    width: 100%
}

.elementor-widget.elementor-align-center .elementor-icon-list-item, .elementor-widget.elementor-align-center .elementor-icon-list-item a {
    justify-content: center
}

.elementor-widget.elementor-align-center .elementor-icon-list-item:after {
    margin: auto
}

.elementor-widget.elementor-align-center .elementor-inline-items {
    justify-content: center
}

.elementor-widget.elementor-align-left .elementor-icon-list-item, .elementor-widget.elementor-align-left .elementor-icon-list-item a {
    justify-content: flex-start;
    text-align: left
}

.elementor-widget.elementor-align-left .elementor-inline-items {
    justify-content: flex-start
}

.elementor-widget.elementor-align-right .elementor-icon-list-item, .elementor-widget.elementor-align-right .elementor-icon-list-item a {
    justify-content: flex-end;
    text-align: right
}

.elementor-widget.elementor-align-right .elementor-icon-list-items {
    justify-content: flex-end
}

.elementor-widget:not(.elementor-align-right) .elementor-icon-list-item:after {
    left: 0
}

.elementor-widget:not(.elementor-align-left) .elementor-icon-list-item:after {
    right: 0
}

@media (min-width:-1) {
    .elementor-widget.elementor-widescreen-align-center .elementor-icon-list-item, .elementor-widget.elementor-widescreen-align-center .elementor-icon-list-item a {
        justify-content: center
    }

    .elementor-widget.elementor-widescreen-align-center .elementor-icon-list-item:after {
        margin: auto
    }

    .elementor-widget.elementor-widescreen-align-center .elementor-inline-items {
        justify-content: center
    }

    .elementor-widget.elementor-widescreen-align-left .elementor-icon-list-item, .elementor-widget.elementor-widescreen-align-left .elementor-icon-list-item a {
        justify-content: flex-start;
        text-align: left
    }

    .elementor-widget.elementor-widescreen-align-left .elementor-inline-items {
        justify-content: flex-start
    }

    .elementor-widget.elementor-widescreen-align-right .elementor-icon-list-item, .elementor-widget.elementor-widescreen-align-right .elementor-icon-list-item a {
        justify-content: flex-end;
        text-align: right
    }

    .elementor-widget.elementor-widescreen-align-right .elementor-icon-list-items {
        justify-content: flex-end
    }

    .elementor-widget:not(.elementor-widescreen-align-right) .elementor-icon-list-item:after {
        left: 0
    }

    .elementor-widget:not(.elementor-widescreen-align-left) .elementor-icon-list-item:after {
        right: 0
    }
}

@media (max-width:-1) {
    .elementor-widget.elementor-laptop-align-center .elementor-icon-list-item, .elementor-widget.elementor-laptop-align-center .elementor-icon-list-item a {
        justify-content: center
    }

    .elementor-widget.elementor-laptop-align-center .elementor-icon-list-item:after {
        margin: auto
    }

    .elementor-widget.elementor-laptop-align-center .elementor-inline-items {
        justify-content: center
    }

    .elementor-widget.elementor-laptop-align-left .elementor-icon-list-item, .elementor-widget.elementor-laptop-align-left .elementor-icon-list-item a {
        justify-content: flex-start;
        text-align: left
    }

    .elementor-widget.elementor-laptop-align-left .elementor-inline-items {
        justify-content: flex-start
    }

    .elementor-widget.elementor-laptop-align-right .elementor-icon-list-item, .elementor-widget.elementor-laptop-align-right .elementor-icon-list-item a {
        justify-content: flex-end;
        text-align: right
    }

    .elementor-widget.elementor-laptop-align-right .elementor-icon-list-items {
        justify-content: flex-end
    }

    .elementor-widget:not(.elementor-laptop-align-right) .elementor-icon-list-item:after {
        left: 0
    }

    .elementor-widget:not(.elementor-laptop-align-left) .elementor-icon-list-item:after {
        right: 0
    }
}

@media (max-width:-1) {
    .elementor-widget.elementor-tablet_extra-align-center .elementor-icon-list-item, .elementor-widget.elementor-tablet_extra-align-center .elementor-icon-list-item a {
        justify-content: center
    }

    .elementor-widget.elementor-tablet_extra-align-center .elementor-icon-list-item:after {
        margin: auto
    }

    .elementor-widget.elementor-tablet_extra-align-center .elementor-inline-items {
        justify-content: center
    }

    .elementor-widget.elementor-tablet_extra-align-left .elementor-icon-list-item, .elementor-widget.elementor-tablet_extra-align-left .elementor-icon-list-item a {
        justify-content: flex-start;
        text-align: left
    }

    .elementor-widget.elementor-tablet_extra-align-left .elementor-inline-items {
        justify-content: flex-start
    }

    .elementor-widget.elementor-tablet_extra-align-right .elementor-icon-list-item, .elementor-widget.elementor-tablet_extra-align-right .elementor-icon-list-item a {
        justify-content: flex-end;
        text-align: right
    }

    .elementor-widget.elementor-tablet_extra-align-right .elementor-icon-list-items {
        justify-content: flex-end
    }

    .elementor-widget:not(.elementor-tablet_extra-align-right) .elementor-icon-list-item:after {
        left: 0
    }

    .elementor-widget:not(.elementor-tablet_extra-align-left) .elementor-icon-list-item:after {
        right: 0
    }
}

@media (max-width:1024px) {
    .elementor-widget.elementor-tablet-align-center .elementor-icon-list-item, .elementor-widget.elementor-tablet-align-center .elementor-icon-list-item a {
        justify-content: center
    }

    .elementor-widget.elementor-tablet-align-center .elementor-icon-list-item:after {
        margin: auto
    }

    .elementor-widget.elementor-tablet-align-center .elementor-inline-items {
        justify-content: center
    }

    .elementor-widget.elementor-tablet-align-left .elementor-icon-list-item, .elementor-widget.elementor-tablet-align-left .elementor-icon-list-item a {
        justify-content: flex-start;
        text-align: left
    }

    .elementor-widget.elementor-tablet-align-left .elementor-inline-items {
        justify-content: flex-start
    }

    .elementor-widget.elementor-tablet-align-right .elementor-icon-list-item, .elementor-widget.elementor-tablet-align-right .elementor-icon-list-item a {
        justify-content: flex-end;
        text-align: right
    }

    .elementor-widget.elementor-tablet-align-right .elementor-icon-list-items {
        justify-content: flex-end
    }

    .elementor-widget:not(.elementor-tablet-align-right) .elementor-icon-list-item:after {
        left: 0
    }

    .elementor-widget:not(.elementor-tablet-align-left) .elementor-icon-list-item:after {
        right: 0
    }
}

@media (max-width:-1) {
    .elementor-widget.elementor-mobile_extra-align-center .elementor-icon-list-item, .elementor-widget.elementor-mobile_extra-align-center .elementor-icon-list-item a {
        justify-content: center
    }

    .elementor-widget.elementor-mobile_extra-align-center .elementor-icon-list-item:after {
        margin: auto
    }

    .elementor-widget.elementor-mobile_extra-align-center .elementor-inline-items {
        justify-content: center
    }

    .elementor-widget.elementor-mobile_extra-align-left .elementor-icon-list-item, .elementor-widget.elementor-mobile_extra-align-left .elementor-icon-list-item a {
        justify-content: flex-start;
        text-align: left
    }

    .elementor-widget.elementor-mobile_extra-align-left .elementor-inline-items {
        justify-content: flex-start
    }

    .elementor-widget.elementor-mobile_extra-align-right .elementor-icon-list-item, .elementor-widget.elementor-mobile_extra-align-right .elementor-icon-list-item a {
        justify-content: flex-end;
        text-align: right
    }

    .elementor-widget.elementor-mobile_extra-align-right .elementor-icon-list-items {
        justify-content: flex-end
    }

    .elementor-widget:not(.elementor-mobile_extra-align-right) .elementor-icon-list-item:after {
        left: 0
    }

    .elementor-widget:not(.elementor-mobile_extra-align-left) .elementor-icon-list-item:after {
        right: 0
    }
}

@media (max-width:767px) {
    .elementor-widget.elementor-mobile-align-center .elementor-icon-list-item, .elementor-widget.elementor-mobile-align-center .elementor-icon-list-item a {
        justify-content: center
    }

    .elementor-widget.elementor-mobile-align-center .elementor-icon-list-item:after {
        margin: auto
    }

    .elementor-widget.elementor-mobile-align-center .elementor-inline-items {
        justify-content: center
    }

    .elementor-widget.elementor-mobile-align-left .elementor-icon-list-item, .elementor-widget.elementor-mobile-align-left .elementor-icon-list-item a {
        justify-content: flex-start;
        text-align: left
    }

    .elementor-widget.elementor-mobile-align-left .elementor-inline-items {
        justify-content: flex-start
    }

    .elementor-widget.elementor-mobile-align-right .elementor-icon-list-item, .elementor-widget.elementor-mobile-align-right .elementor-icon-list-item a {
        justify-content: flex-end;
        text-align: right
    }

    .elementor-widget.elementor-mobile-align-right .elementor-icon-list-items {
        justify-content: flex-end
    }

    .elementor-widget:not(.elementor-mobile-align-right) .elementor-icon-list-item:after {
        left: 0
    }

    .elementor-widget:not(.elementor-mobile-align-left) .elementor-icon-list-item:after {
        right: 0
    }
}

/*! elementor - v3.24.0 - 23-09-2024 */
.elementor-widget-rating {
    --e-rating-gap: 0px;
    --e-rating-icon-font-size: 16px;
    --e-rating-icon-color: #ccd6df;
    --e-rating-icon-marked-color: #f0ad4e;
    --e-rating-icon-marked-width: 100%;
    --e-rating-justify-content: flex-start
}

.elementor-widget-rating .e-rating {
    display: flex;
    justify-content: var(--e-rating-justify-content)
}

.elementor-widget-rating .e-rating-wrapper {
    display: flex;
    justify-content: inherit;
    flex-direction: row;
    flex-wrap: wrap;
    width: -moz-fit-content;
    width: fit-content;
    margin-block-end: calc(0px - var(--e-rating-gap));
    margin-inline-end: calc(0px - var(--e-rating-gap))
}

.elementor-widget-rating .e-rating .e-icon {
    position: relative;
    margin-block-end: var(--e-rating-gap);
    margin-inline-end: var(--e-rating-gap)
}

.elementor-widget-rating .e-rating .e-icon-wrapper.e-icon-marked {
    --e-rating-icon-color: var(--e-rating-icon-marked-color);
    width: var(--e-rating-icon-marked-width);
    position: absolute;
    z-index: 1;
    height: 100%;
    left: 0;
    top: 0;
    overflow: hidden
}

.elementor-widget-rating .e-rating .e-icon-wrapper :is(i, svg) {
    display: flex;
    flex-shrink: 0
}

.elementor-widget-rating .e-rating .e-icon-wrapper i {
    font-size: var(--e-rating-icon-font-size);
    color: var(--e-rating-icon-color)
}

.elementor-widget-rating .e-rating .e-icon-wrapper svg {
    width: auto;
    height: var(--e-rating-icon-font-size);
    fill: var(--e-rating-icon-color)
}

.elementor-shape {
    overflow: hidden;
    position: absolute;
    left: 0;
    width: 100%;
    line-height: 0;
    direction: ltr
}

.elementor-shape-top {
    top: -1px
}

.elementor-shape-top:not([data-negative=false]) svg {
    z-index: -1
}

.elementor-shape-bottom {
    bottom: -1px
}

.elementor-shape-bottom:not([data-negative=true]) svg {
    z-index: -1
}

.elementor-shape[data-negative=false].elementor-shape-bottom, .elementor-shape[data-negative=true].elementor-shape-top {
    transform: rotate(180deg)
}

.elementor-shape svg {
    display: block;
    width: calc(100% + 1.3px);
    position: relative;
    left: 50%;
    transform: translateX(-50%)
}

.elementor-shape .elementor-shape-fill {
    fill: #fff;
    transform-origin: center;
    transform: rotateY(0deg)
}

/*! elementor - v3.24.0 - 23-09-2024 */
.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap {
    background-color: #69727d;
    color: #fff
}

.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap {
    color: #69727d;
    border: 3px solid;
    background-color: transparent
}

.elementor-widget-text-editor:not(.elementor-drop-cap-view-default) .elementor-drop-cap {
    margin-top: 8px
}

.elementor-widget-text-editor:not(.elementor-drop-cap-view-default) .elementor-drop-cap-letter {
    width: 1em;
    height: 1em
}

.elementor-widget-text-editor .elementor-drop-cap {
    float: left;
    text-align: center;
    line-height: 1;
    font-size: 50px
}

.elementor-widget-text-editor .elementor-drop-cap-letter {
    display: inline-block
}

/*! elementor-pro - v3.24.0 - 18-09-2024 */
.elementor-widget-countdown .elementor-countdown-expire--message {
    display: none;
    padding: 20px;
    text-align: center
}

.elementor-widget-countdown .elementor-countdown-wrapper {
    flex-direction: row
}

.elementor-widget-countdown .elementor-countdown-item {
    color: #fff;
    padding: 20px 0;
    text-align: center
}

.elementor-widget-countdown .elementor-countdown-digits, .elementor-widget-countdown .elementor-countdown-label {
    line-height: 1
}

.elementor-widget-countdown .elementor-countdown-digits {
    font-size: 69px
}

.elementor-widget-countdown .elementor-countdown-label {
    font-size: 19px
}

.elementor-widget-countdown.elementor-countdown--label-block .elementor-countdown-wrapper {
    display: flex;
    justify-content: center;
    margin-left: auto;
    margin-right: auto
}

.elementor-widget-countdown.elementor-countdown--label-block .elementor-countdown-digits, .elementor-widget-countdown.elementor-countdown--label-block .elementor-countdown-label {
    display: block
}

.elementor-widget-countdown.elementor-countdown--label-block .elementor-countdown-item {
    flex-basis: 0;
    flex-grow: 1
}

.elementor-widget-countdown.elementor-countdown--label-inline {
    text-align: center
}

.elementor-widget-countdown.elementor-countdown--label-inline .elementor-countdown-item {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px
}

/*! elementor - v3.24.0 - 23-09-2024 */
.elementor-accordion {
    text-align: start
}

.elementor-accordion .elementor-accordion-item {
    border: 1px solid #d5d8dc
}

.elementor-accordion .elementor-accordion-item+.elementor-accordion-item {
    border-top: none
}

.elementor-accordion .elementor-tab-title {
    margin: 0;
    padding: 15px 20px;
    font-weight: 700;
    line-height: 1;
    cursor: pointer;
    outline: none
}

.elementor-accordion .elementor-tab-title .elementor-accordion-icon {
    display: inline-block;
    width: 1.5em
}

.elementor-accordion .elementor-tab-title .elementor-accordion-icon svg {
    width: 1em;
    height: 1em
}

.elementor-accordion .elementor-tab-title .elementor-accordion-icon.elementor-accordion-icon-right {
    float: right;
    text-align: right
}

.elementor-accordion .elementor-tab-title .elementor-accordion-icon.elementor-accordion-icon-left {
    float: left;
    text-align: left
}

.elementor-accordion .elementor-tab-title .elementor-accordion-icon .elementor-accordion-icon-closed {
    display: block
}

.elementor-accordion .elementor-tab-title .elementor-accordion-icon .elementor-accordion-icon-opened, .elementor-accordion .elementor-tab-title.elementor-active .elementor-accordion-icon-closed {
    display: none
}

.elementor-accordion .elementor-tab-title.elementor-active .elementor-accordion-icon-opened {
    display: block
}

.elementor-accordion .elementor-tab-content {
    display: none;
    padding: 15px 20px;
    border-top: 1px solid #d5d8dc
}

@media (max-width:767px) {
    .elementor-accordion .elementor-tab-title {
        padding: 12px 15px
    }

    .elementor-accordion .elementor-tab-title .elementor-accordion-icon {
        width: 1.2em
    }

    .elementor-accordion .elementor-tab-content {
        padding: 7px 15px
    }
}

.e-con-inner>.elementor-widget-accordion, .e-con>.elementor-widget-accordion {
    width: var(--container-widget-width);
    --flex-grow: var(--container-widget-flex-grow)
}

/*! elementor - v3.24.0 - 23-09-2024 */
.elementor-widget-divider {
    --divider-border-style: none;
    --divider-border-width: 1px;
    --divider-color: #0c0d0e;
    --divider-icon-size: 20px;
    --divider-element-spacing: 10px;
    --divider-pattern-height: 24px;
    --divider-pattern-size: 20px;
    --divider-pattern-url: none;
    --divider-pattern-repeat: repeat-x
}

.elementor-widget-divider .elementor-divider {
    display: flex
}

.elementor-widget-divider .elementor-divider__text {
    font-size: 15px;
    line-height: 1;
    max-width: 95%
}

.elementor-widget-divider .elementor-divider__element {
    margin: 0 var(--divider-element-spacing);
    flex-shrink: 0
}

.elementor-widget-divider .elementor-icon {
    font-size: var(--divider-icon-size)
}

.elementor-widget-divider .elementor-divider-separator {
    display: flex;
    margin: 0;
    direction: ltr
}

.elementor-widget-divider--view-line_icon .elementor-divider-separator, .elementor-widget-divider--view-line_text .elementor-divider-separator {
    align-items: center
}

.elementor-widget-divider--view-line_icon .elementor-divider-separator:after, .elementor-widget-divider--view-line_icon .elementor-divider-separator:before, .elementor-widget-divider--view-line_text .elementor-divider-separator:after, .elementor-widget-divider--view-line_text .elementor-divider-separator:before {
    display: block;
    content: "";
    border-block-end: 0;
    flex-grow: 1;
    border-block-start: var(--divider-border-width) var(--divider-border-style) var(--divider-color)
}

.elementor-widget-divider--element-align-left .elementor-divider .elementor-divider-separator>.elementor-divider__svg:first-of-type {
    flex-grow: 0;
    flex-shrink: 100
}

.elementor-widget-divider--element-align-left .elementor-divider-separator:before {
    content: none
}

.elementor-widget-divider--element-align-left .elementor-divider__element {
    margin-left: 0
}

.elementor-widget-divider--element-align-right .elementor-divider .elementor-divider-separator>.elementor-divider__svg:last-of-type {
    flex-grow: 0;
    flex-shrink: 100
}

.elementor-widget-divider--element-align-right .elementor-divider-separator:after {
    content: none
}

.elementor-widget-divider--element-align-right .elementor-divider__element {
    margin-right: 0
}

.elementor-widget-divider--element-align-start .elementor-divider .elementor-divider-separator>.elementor-divider__svg:first-of-type {
    flex-grow: 0;
    flex-shrink: 100
}

.elementor-widget-divider--element-align-start .elementor-divider-separator:before {
    content: none
}

.elementor-widget-divider--element-align-start .elementor-divider__element {
    margin-inline-start: 0
}

.elementor-widget-divider--element-align-end .elementor-divider .elementor-divider-separator>.elementor-divider__svg:last-of-type {
    flex-grow: 0;
    flex-shrink: 100
}

.elementor-widget-divider--element-align-end .elementor-divider-separator:after {
    content: none
}

.elementor-widget-divider--element-align-end .elementor-divider__element {
    margin-inline-end: 0
}

.elementor-widget-divider:not(.elementor-widget-divider--view-line_text):not(.elementor-widget-divider--view-line_icon) .elementor-divider-separator {
    border-block-start: var(--divider-border-width) var(--divider-border-style) var(--divider-color)
}

.elementor-widget-divider--separator-type-pattern {
    --divider-border-style: none
}

.elementor-widget-divider--separator-type-pattern.elementor-widget-divider--view-line .elementor-divider-separator, .elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:after, .elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:before, .elementor-widget-divider--separator-type-pattern:not([class*=elementor-widget-divider--view]) .elementor-divider-separator {
    width: 100%;
    min-height: var(--divider-pattern-height);
    -webkit-mask-size: var(--divider-pattern-size) 100%;
    mask-size: var(--divider-pattern-size) 100%;
    -webkit-mask-repeat: var(--divider-pattern-repeat);
    mask-repeat: var(--divider-pattern-repeat);
    background-color: var(--divider-color);
    -webkit-mask-image: var(--divider-pattern-url);
    mask-image: var(--divider-pattern-url)
}

.elementor-widget-divider--no-spacing {
    --divider-pattern-size: auto
}

.elementor-widget-divider--bg-round {
    --divider-pattern-repeat: round
}

.rtl .elementor-widget-divider .elementor-divider__text {
    direction: rtl
}

.e-con-inner>.elementor-widget-divider, .e-con>.elementor-widget-divider {
    width: var(--container-widget-width, 100%);
    --flex-grow: var(--container-widget-flex-grow)
}

/*! elementor - v3.24.0 - 23-09-2024 */
.elementor-column .elementor-spacer-inner {
    height: var(--spacer-size)
}

.e-con {
    --container-widget-width: 100%
}

.e-con-inner>.elementor-widget-spacer, .e-con>.elementor-widget-spacer {
    width: var(--container-widget-width, var(--spacer-size));
    --align-self: var(--container-widget-align-self, initial);
    --flex-shrink: 0
}

.e-con-inner>.elementor-widget-spacer>.elementor-widget-container, .e-con>.elementor-widget-spacer>.elementor-widget-container {
    height: 100%;
    width: 100%
}

.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer, .e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer {
    height: 100%
}

.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner, .e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner {
    height: var(--container-widget-height, var(--spacer-size))
}

.e-con-inner>.elementor-widget-spacer.elementor-widget-empty, .e-con>.elementor-widget-spacer.elementor-widget-empty {
    position: relative;
    min-height: 22px;
    min-width: 22px
}

.e-con-inner>.elementor-widget-spacer.elementor-widget-empty .elementor-widget-empty-icon, .e-con>.elementor-widget-spacer.elementor-widget-empty .elementor-widget-empty-icon {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    padding: 0;
    width: 22px;
    height: 22px
}

.elementor-11 .elementor-element.elementor-element-1abed977 {
    --display: flex;
    --flex-direction: column;
    --container-widget-width: 100%;
    --container-widget-height: initial;
    --container-widget-flex-grow: 0;
    --container-widget-align-self: initial;
    --flex-wrap-mobile: wrap;
    --background-transition: .3s
}

.elementor-11 .elementor-element.elementor-element-1abed977:not(.elementor-motion-effects-element-type-background), .elementor-11 .elementor-element.elementor-element-1abed977>.elementor-motion-effects-container>.elementor-motion-effects-layer {
    background-color: #e4212a
}

.elementor-11 .elementor-element.elementor-element-1abed977, .elementor-11 .elementor-element.elementor-element-1abed977:before {
    --border-transition: .3s
}

.elementor-11 .elementor-element.elementor-element-57139644.elementor-element {
    --align-self: center
}

.elementor-11 .elementor-element.elementor-element-57139644 {
    text-align: center
}

.elementor-11 .elementor-element.elementor-element-57139644 .elementor-heading-title {
    color: #fff;
    font-family: "Roboto", Sans-serif;
    font-size: 20px;
    font-weight: 400
}

.elementor-11 .elementor-element.elementor-element-76cb37b5 {
    --display: flex;
    --flex-direction: column;
    --container-widget-width: 100%;
    --container-widget-height: initial;
    --container-widget-flex-grow: 0;
    --container-widget-align-self: initial;
    --flex-wrap-mobile: wrap;
    --background-transition: .3s;
    --padding-top: 80px;
    --padding-bottom: 80px;
    --padding-left: 0px;
    --padding-right: 0px
}

.elementor-11 .elementor-element.elementor-element-76cb37b5:not(.elementor-motion-effects-element-type-background), .elementor-11 .elementor-element.elementor-element-76cb37b5>.elementor-motion-effects-container>.elementor-motion-effects-layer {
    background-color: #e3f3e9
}

.elementor-11 .elementor-element.elementor-element-76cb37b5, .elementor-11 .elementor-element.elementor-element-76cb37b5:before {
    --border-transition: .3s
}

.elementor-11 .elementor-element.elementor-element-3d133824.elementor-element {
    --align-self: center
}

.elementor-11 .elementor-element.elementor-element-6b146ab3>.elementor-widget-container {
    padding: 0
}

.elementor-11 .elementor-element.elementor-element-77a561ee>.elementor-widget-container {
    padding: 0
}

.elementor-11 .elementor-element.elementor-element-2b4b2223 {
    --display: flex;
    --flex-direction: column;
    --container-widget-width: 100%;
    --container-widget-height: initial;
    --container-widget-flex-grow: 0;
    --container-widget-align-self: initial;
    --flex-wrap-mobile: wrap;
    --gap: 10px 10px;
    --background-transition: .3s;
    --padding-top: 30px;
    --padding-bottom: 20px;
    --padding-left: 10px;
    --padding-right: 10px
}

.elementor-11 .elementor-element.elementor-element-2b4b2223:not(.elementor-motion-effects-element-type-background), .elementor-11 .elementor-element.elementor-element-2b4b2223>.elementor-motion-effects-container>.elementor-motion-effects-layer {
    background-color: #6ab184
}

.elementor-11 .elementor-element.elementor-element-2b4b2223, .elementor-11 .elementor-element.elementor-element-2b4b2223:before {
    --border-transition: .3s
}

.elementor-11 .elementor-element.elementor-element-794dde53 {
    width: var(--container-widget-width, 610px);
    max-width: 610px;
    --container-widget-width: 610px;
    --container-widget-flex-grow: 0;
    text-align: center
}

.elementor-11 .elementor-element.elementor-element-794dde53.elementor-element {
    --align-self: center
}

.elementor-11 .elementor-element.elementor-element-794dde53 .elementor-heading-title {
    color: #fff;
    font-family: "Roboto", Sans-serif;
    font-size: 30px;
    font-weight: 600
}

.elementor-11 .elementor-element.elementor-element-7ab292b9 {
    --display: flex;
    --flex-direction: column;
    --container-widget-width: 100%;
    --container-widget-height: initial;
    --container-widget-flex-grow: 0;
    --container-widget-align-self: initial;
    --flex-wrap-mobile: wrap;
    --background-transition: .3s;
    --padding-top: 60px;
    --padding-bottom: 60px;
    --padding-left: 10px;
    --padding-right: 10px
}

.elementor-11 .elementor-element.elementor-element-7ab292b9:not(.elementor-motion-effects-element-type-background), .elementor-11 .elementor-element.elementor-element-7ab292b9>.elementor-motion-effects-container>.elementor-motion-effects-layer {
    background-color: #eee
}

.elementor-11 .elementor-element.elementor-element-7ab292b9, .elementor-11 .elementor-element.elementor-element-7ab292b9:before {
    --border-transition: .3s
}

.elementor-11 .elementor-element.elementor-element-7ab292b9>.elementor-shape-top .elementor-shape-fill, .elementor-11 .elementor-element.elementor-element-7ab292b9>.e-con-inner>.elementor-shape-top .elementor-shape-fill {
    fill: #6ab184
}

.elementor-11 .elementor-element.elementor-element-1a8247fb {
    --display: grid;
    --e-con-grid-template-columns: repeat(3, 1fr);
    --e-con-grid-template-rows: repeat(1, 1fr);
    --grid-auto-flow: row;
    --align-items: center;
    --background-transition: .3s;
    --padding-top: 0px;
    --padding-bottom: 0px;
    --padding-left: 0px;
    --padding-right: 0px
}

.elementor-11 .elementor-element.elementor-element-43493978 {
    --display: flex;
    --gap: 0px 0px;
    --background-transition: .3s;
    border-style: solid;
    --border-style: solid;
    border-width: 3px;
    --border-top-width: 3px;
    --border-right-width: 3px;
    --border-bottom-width: 3px;
    --border-left-width: 3px;
    border-color: #cecece;
    --border-color: #cecece;
    --border-radius: 25px;
    --padding-top: 0px;
    --padding-bottom: 0px;
    --padding-left: 0px;
    --padding-right: 0px
}

.elementor-11 .elementor-element.elementor-element-43493978, .elementor-11 .elementor-element.elementor-element-43493978:before {
    --border-transition: .3s
}

.elementor-11 .elementor-element.elementor-element-137bfc3d {
    --display: flex;
    --background-transition: .3s;
    --border-radius: 20px 20px 0px 0px;
    --padding-top: 12px;
    --padding-bottom: 12px;
    --padding-left: 30px;
    --padding-right: 30px
}

.elementor-11 .elementor-element.elementor-element-137bfc3d:not(.elementor-motion-effects-element-type-background), .elementor-11 .elementor-element.elementor-element-137bfc3d>.elementor-motion-effects-container>.elementor-motion-effects-layer {
    background-color: #cecece
}

.elementor-11 .elementor-element.elementor-element-137bfc3d, .elementor-11 .elementor-element.elementor-element-137bfc3d:before {
    --border-transition: .3s
}

.elementor-11 .elementor-element.elementor-element-42b070c9 {
    text-align: center
}

.elementor-11 .elementor-element.elementor-element-42b070c9 .elementor-heading-title {
    color: #000;
    font-family: "Roboto", Sans-serif;
    font-size: 26px;
    font-weight: 700
}

.elementor-11 .elementor-element.elementor-element-6dd51338 {
    --display: flex;
    --gap: 10px 10px;
    --background-transition: .3s;
    --padding-top: 30px;
    --padding-bottom: 30px;
    --padding-left: 30px;
    --padding-right: 30px
}

.elementor-11 .elementor-element.elementor-element-4cab8923 {
    --display: flex;
    --gap: 10px 10px;
    --background-transition: .3s;
    --padding-top: 0px;
    --padding-bottom: 0px;
    --padding-left: 0px;
    --padding-right: 0px
}

.elementor-11 .elementor-element.elementor-element-484a088c {
    text-align: center
}

.elementor-11 .elementor-element.elementor-element-484a088c .elementor-heading-title {
    color: #6ab184;
    font-family: "Roboto", Sans-serif;
    font-size: 38px;
    font-weight: 700
}

.elementor-11 .elementor-element.elementor-element-7db2e5ab {
    text-align: center
}

.elementor-11 .elementor-element.elementor-element-7db2e5ab .elementor-heading-title {
    color: #000;
    font-family: "Roboto", Sans-serif;
    font-size: 22px;
    font-weight: 600
}

.elementor-11 .elementor-element.elementor-element-16cab571 {
    width: var(--container-widget-width, 300px);
    max-width: 300px;
    --container-widget-width: 300px;
    --container-widget-flex-grow: 0
}

.elementor-11 .elementor-element.elementor-element-16cab571.elementor-element {
    --align-self: center
}

.elementor-11 .elementor-element.elementor-element-adde772 {
    --display: flex;
    --gap: 10px 10px;
    --background-transition: .3s;
    --padding-top: 0px;
    --padding-bottom: 0px;
    --padding-left: 0px;
    --padding-right: 0px
}

.elementor-11 .elementor-element.elementor-element-2dd9f270 {
    --display: flex;
    --flex-direction: column;
    --container-widget-width: 100%;
    --container-widget-height: initial;
    --container-widget-flex-grow: 0;
    --container-widget-align-self: initial;
    --flex-wrap-mobile: wrap;
    --gap: 0px 0px;
    --background-transition: .3s;
    --padding-top: 0px;
    --padding-bottom: 0px;
    --padding-left: 0px;
    --padding-right: 0px
}

.elementor-11 .elementor-element.elementor-element-53637f69 {
    --display: flex;
    --flex-direction: row;
    --container-widget-width: calc((1 - var(--container-widget-flex-grow))*100%);
    --container-widget-height: 100%;
    --container-widget-flex-grow: 1;
    --container-widget-align-self: stretch;
    --flex-wrap-mobile: wrap;
    --justify-content: center;
    --align-items: flex-end;
    --gap: 0px 0px;
    --background-transition: .3s;
    --padding-top: 0px;
    --padding-bottom: 10px;
    --padding-left: 0px;
    --padding-right: 0px
}

.elementor-11 .elementor-element.elementor-element-28c7ae64 .elementor-heading-title {
    color: #000;
    font-family: "Roboto", Sans-serif;
    font-size: 28px;
    font-weight: 600
}

.elementor-11 .elementor-element.elementor-element-5d801e7a>.elementor-widget-container {
    margin: 0 0 -10px
}

.elementor-11 .elementor-element.elementor-element-5d801e7a .elementor-heading-title {
    color: #000;
    font-family: "Roboto", Sans-serif;
    font-size: 68px;
    font-weight: 600
}

.elementor-11 .elementor-element.elementor-element-6dfaac8a {
    text-align: center
}

.elementor-11 .elementor-element.elementor-element-6dfaac8a .elementor-heading-title {
    color: #000;
    font-family: "Roboto", Sans-serif;
    font-size: 16px;
    font-weight: 500
}

.elementor-11 .elementor-element.elementor-element-165bed2e .elementor-button {
    background-color: transparent;
    font-family: "Roboto", Sans-serif;
    font-size: 28px;
    font-weight: 800;
    fill: #111;
    color: #111;
    background-image: linear-gradient(180deg, #ffde00 0%, #ffb301 100%);
    border-radius: 50px;
    box-shadow: 1px 2px 0px 0px #d99d10;
    padding: 22px 35px
}

.elementor-11 .elementor-element.elementor-element-165bed2e.elementor-element {
    --align-self: center
}

.elementor-11 .elementor-element.elementor-element-165bed2e .elementor-button .elementor-button-content-wrapper {
    justify-content: center
}

.elementor-11 .elementor-element.elementor-element-297cf3ae>.elementor-widget-container {
    padding: 5px 0
}

.elementor-11 .elementor-element.elementor-element-146bedb {
    text-align: center
}

.elementor-11 .elementor-element.elementor-element-146bedb .elementor-heading-title {
    color: #555;
    font-family: "Roboto", Sans-serif;
    font-size: 14px;
    font-weight: 500
}

.elementor-11 .elementor-element.elementor-element-297634da {
    --display: flex;
    --gap: 0px 0px;
    --background-transition: .3s;
    border-style: solid;
    --border-style: solid;
    border-width: 3px;
    --border-top-width: 3px;
    --border-right-width: 3px;
    --border-bottom-width: 3px;
    --border-left-width: 3px;
    border-color: #e4212a;
    --border-color: #e4212a;
    --border-radius: 25px;
    --padding-top: 0px;
    --padding-bottom: 0px;
    --padding-left: 0px;
    --padding-right: 0px
}

.elementor-11 .elementor-element.elementor-element-297634da, .elementor-11 .elementor-element.elementor-element-297634da:before {
    --border-transition: .3s
}

.elementor-11 .elementor-element.elementor-element-4dd5b725 {
    --display: flex;
    --background-transition: .3s;
    --border-radius: 20px 20px 0px 0px;
    --padding-top: 12px;
    --padding-bottom: 12px;
    --padding-left: 30px;
    --padding-right: 30px
}

.elementor-11 .elementor-element.elementor-element-4dd5b725:not(.elementor-motion-effects-element-type-background), .elementor-11 .elementor-element.elementor-element-4dd5b725>.elementor-motion-effects-container>.elementor-motion-effects-layer {
    background-color: #e4212a
}

.elementor-11 .elementor-element.elementor-element-4dd5b725, .elementor-11 .elementor-element.elementor-element-4dd5b725:before {
    --border-transition: .3s
}

.elementor-11 .elementor-element.elementor-element-5af3e416 {
    text-align: center
}

.elementor-11 .elementor-element.elementor-element-5af3e416 .elementor-heading-title {
    color: #fff;
    font-family: "Roboto", Sans-serif;
    font-size: 26px;
    font-weight: 700
}

.elementor-11 .elementor-element.elementor-element-49baa07b {
    --display: flex;
    --gap: 10px 10px;
    --background-transition: .3s;
    --padding-top: 30px;
    --padding-bottom: 30px;
    --padding-left: 30px;
    --padding-right: 30px
}

.elementor-11 .elementor-element.elementor-element-bcd5904 {
    --display: flex;
    --gap: 10px 10px;
    --background-transition: .3s;
    --padding-top: 0px;
    --padding-bottom: 0px;
    --padding-left: 0px;
    --padding-right: 0px
}

.elementor-11 .elementor-element.elementor-element-402c3255 {
    text-align: center
}

.elementor-11 .elementor-element.elementor-element-402c3255 .elementor-heading-title {
    color: #6ab184;
    font-family: "Roboto", Sans-serif;
    font-size: 38px;
    font-weight: 700
}

.elementor-11 .elementor-element.elementor-element-e9afe43 {
    text-align: center
}

.elementor-11 .elementor-element.elementor-element-e9afe43 .elementor-heading-title {
    color: #000;
    font-family: "Roboto", Sans-serif;
    font-size: 22px;
    font-weight: 600
}

.elementor-11 .elementor-element.elementor-element-5186b38c {
    width: var(--container-widget-width, 300px);
    max-width: 300px;
    --container-widget-width: 300px;
    --container-widget-flex-grow: 0
}

.elementor-11 .elementor-element.elementor-element-5186b38c.elementor-element {
    --align-self: center
}

.elementor-11 .elementor-element.elementor-element-60491904 {
    --display: flex;
    --gap: 10px 10px;
    --background-transition: .3s;
    --padding-top: 0px;
    --padding-bottom: 0px;
    --padding-left: 0px;
    --padding-right: 0px
}

.elementor-11 .elementor-element.elementor-element-186fae62 {
    --display: flex;
    --flex-direction: column;
    --container-widget-width: 100%;
    --container-widget-height: initial;
    --container-widget-flex-grow: 0;
    --container-widget-align-self: initial;
    --flex-wrap-mobile: wrap;
    --gap: 0px 0px;
    --background-transition: .3s;
    --padding-top: 0px;
    --padding-bottom: 0px;
    --padding-left: 0px;
    --padding-right: 0px
}

.elementor-11 .elementor-element.elementor-element-20b65bfb .elementor-icon-list-items:not(.elementor-inline-items) .elementor-icon-list-item:not(:last-child) {
    padding-bottom: calc(5px/2)
}

.elementor-11 .elementor-element.elementor-element-20b65bfb .elementor-icon-list-items:not(.elementor-inline-items) .elementor-icon-list-item:not(:first-child) {
    margin-top: calc(5px/2)
}

.elementor-11 .elementor-element.elementor-element-20b65bfb .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item {
    margin-right: calc(5px/2);
    margin-left: calc(5px/2)
}

.elementor-11 .elementor-element.elementor-element-20b65bfb .elementor-icon-list-items.elementor-inline-items {
    margin-right: calc(-5px/2);
    margin-left: calc(-5px/2)
}

body.rtl .elementor-11 .elementor-element.elementor-element-20b65bfb .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item:after {
    left: calc(-5px/2)
}

body:not(.rtl) .elementor-11 .elementor-element.elementor-element-20b65bfb .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item:after {
    right: calc(-5px/2)
}

.elementor-11 .elementor-element.elementor-element-20b65bfb .elementor-icon-list-icon i {
    color: #369a61;
    transition: color .3s
}

.elementor-11 .elementor-element.elementor-element-20b65bfb .elementor-icon-list-icon svg {
    fill: #369a61;
    transition: fill .3s
}

.elementor-11 .elementor-element.elementor-element-20b65bfb {
    --e-icon-list-icon-size: 14px;
    --icon-vertical-offset: 0px
}

.elementor-11 .elementor-element.elementor-element-20b65bfb .elementor-icon-list-item>.elementor-icon-list-text, .elementor-11 .elementor-element.elementor-element-20b65bfb .elementor-icon-list-item>a {
    font-family: "Roboto", Sans-serif;
    font-size: 16px;
    font-weight: 500
}

.elementor-11 .elementor-element.elementor-element-20b65bfb .elementor-icon-list-text {
    color: #000;
    transition: color .3s
}

.elementor-11 .elementor-element.elementor-element-73183687 {
    --display: flex;
    --flex-direction: row;
    --container-widget-width: calc((1 - var(--container-widget-flex-grow))*100%);
    --container-widget-height: 100%;
    --container-widget-flex-grow: 1;
    --container-widget-align-self: stretch;
    --flex-wrap-mobile: wrap;
    --justify-content: center;
    --align-items: flex-end;
    --gap: 0px 0px;
    --background-transition: .3s;
    --padding-top: 5px;
    --padding-bottom: 10px;
    --padding-left: 0px;
    --padding-right: 0px
}

.elementor-11 .elementor-element.elementor-element-1ef0eeaa .elementor-heading-title {
    color: #000;
    font-family: "Roboto", Sans-serif;
    font-size: 28px;
    font-weight: 600
}

.elementor-11 .elementor-element.elementor-element-497c1b20>.elementor-widget-container {
    margin: 0 0 -10px
}

.elementor-11 .elementor-element.elementor-element-497c1b20 .elementor-heading-title {
    color: #000;
    font-family: "Roboto", Sans-serif;
    font-size: 68px;
    font-weight: 600
}

.elementor-11 .elementor-element.elementor-element-4a95fb9a {
    text-align: center
}

.elementor-11 .elementor-element.elementor-element-4a95fb9a .elementor-heading-title {
    color: #000;
    font-family: "Roboto", Sans-serif;
    font-size: 16px;
    font-weight: 500
}

.elementor-11 .elementor-element.elementor-element-667b5c7c .elementor-button {
    background-color: transparent;
    font-family: "Roboto", Sans-serif;
    font-size: 28px;
    font-weight: 800;
    fill: #111;
    color: #111;
    background-image: linear-gradient(180deg, #ffde00 0%, #ffb301 100%);
    border-radius: 50px;
    box-shadow: 1px 2px 0px 0px #d99d10;
    padding: 22px 35px
}

.elementor-11 .elementor-element.elementor-element-667b5c7c.elementor-element {
    --align-self: center
}

.elementor-11 .elementor-element.elementor-element-667b5c7c .elementor-button .elementor-button-content-wrapper {
    justify-content: center
}

.elementor-11 .elementor-element.elementor-element-57434047>.elementor-widget-container {
    padding: 5px 0
}

.elementor-11 .elementor-element.elementor-element-138d2ff1 {
    text-align: center
}

.elementor-11 .elementor-element.elementor-element-138d2ff1 .elementor-heading-title {
    color: #555;
    font-family: "Roboto", Sans-serif;
    font-size: 14px;
    font-weight: 500
}

.elementor-11 .elementor-element.elementor-element-43083595>.elementor-widget-container {
    background-color: #f27f0e;
    padding: 6px 8px;
    border-radius: 4px
}

.elementor-11 .elementor-element.elementor-element-43083595.elementor-element {
    --align-self: center
}

.elementor-11 .elementor-element.elementor-element-43083595 {
    text-align: center
}

.elementor-11 .elementor-element.elementor-element-43083595 .elementor-heading-title {
    color: #fff;
    font-family: "Roboto", Sans-serif;
    font-size: 16px;
    font-weight: 600
}

.elementor-11 .elementor-element.elementor-element-5308ee64 {
    --display: flex;
    --gap: 0px 0px;
    --background-transition: .3s;
    border-style: solid;
    --border-style: solid;
    border-width: 3px;
    --border-top-width: 3px;
    --border-right-width: 3px;
    --border-bottom-width: 3px;
    --border-left-width: 3px;
    border-color: #cecece;
    --border-color: #cecece;
    --border-radius: 25px;
    --padding-top: 0px;
    --padding-bottom: 0px;
    --padding-left: 0px;
    --padding-right: 0px
}

.elementor-11 .elementor-element.elementor-element-5308ee64, .elementor-11 .elementor-element.elementor-element-5308ee64:before {
    --border-transition: .3s
}

.elementor-11 .elementor-element.elementor-element-23ef9b6b {
    --display: flex;
    --background-transition: .3s;
    --border-radius: 20px 20px 0px 0px;
    --padding-top: 12px;
    --padding-bottom: 12px;
    --padding-left: 30px;
    --padding-right: 30px
}

.elementor-11 .elementor-element.elementor-element-23ef9b6b:not(.elementor-motion-effects-element-type-background), .elementor-11 .elementor-element.elementor-element-23ef9b6b>.elementor-motion-effects-container>.elementor-motion-effects-layer {
    background-color: #cecece
}

.elementor-11 .elementor-element.elementor-element-23ef9b6b, .elementor-11 .elementor-element.elementor-element-23ef9b6b:before {
    --border-transition: .3s
}

.elementor-11 .elementor-element.elementor-element-c1f36e {
    text-align: center
}

.elementor-11 .elementor-element.elementor-element-c1f36e .elementor-heading-title {
    color: #000;
    font-family: "Roboto", Sans-serif;
    font-size: 26px;
    font-weight: 700
}

.elementor-11 .elementor-element.elementor-element-146c855e {
    --display: flex;
    --gap: 10px 10px;
    --background-transition: .3s;
    --padding-top: 30px;
    --padding-bottom: 30px;
    --padding-left: 30px;
    --padding-right: 30px
}

.elementor-11 .elementor-element.elementor-element-cde40cf {
    --display: flex;
    --gap: 10px 10px;
    --background-transition: .3s;
    --padding-top: 0px;
    --padding-bottom: 0px;
    --padding-left: 0px;
    --padding-right: 0px
}

.elementor-11 .elementor-element.elementor-element-414ecdf0 {
    text-align: center
}

.elementor-11 .elementor-element.elementor-element-414ecdf0 .elementor-heading-title {
    color: #6ab184;
    font-family: "Roboto", Sans-serif;
    font-size: 38px;
    font-weight: 700
}

.elementor-11 .elementor-element.elementor-element-55d4ac4d {
    text-align: center
}

.elementor-11 .elementor-element.elementor-element-55d4ac4d .elementor-heading-title {
    color: #000;
    font-family: "Roboto", Sans-serif;
    font-size: 22px;
    font-weight: 600
}

.elementor-11 .elementor-element.elementor-element-50d9e1f3 {
    width: var(--container-widget-width, 300px);
    max-width: 300px;
    --container-widget-width: 300px;
    --container-widget-flex-grow: 0
}

.elementor-11 .elementor-element.elementor-element-50d9e1f3.elementor-element {
    --align-self: center
}

.elementor-11 .elementor-element.elementor-element-55e45fd7 {
    --display: flex;
    --gap: 10px 10px;
    --background-transition: .3s;
    --padding-top: 0px;
    --padding-bottom: 0px;
    --padding-left: 0px;
    --padding-right: 0px
}

.elementor-11 .elementor-element.elementor-element-406a27d5 {
    --display: flex;
    --flex-direction: column;
    --container-widget-width: 100%;
    --container-widget-height: initial;
    --container-widget-flex-grow: 0;
    --container-widget-align-self: initial;
    --flex-wrap-mobile: wrap;
    --gap: 0px 0px;
    --background-transition: .3s;
    --padding-top: 0px;
    --padding-bottom: 0px;
    --padding-left: 0px;
    --padding-right: 0px
}

.elementor-11 .elementor-element.elementor-element-29a85d22 .elementor-icon-list-items:not(.elementor-inline-items) .elementor-icon-list-item:not(:last-child) {
    padding-bottom: calc(5px/2)
}

.elementor-11 .elementor-element.elementor-element-29a85d22 .elementor-icon-list-items:not(.elementor-inline-items) .elementor-icon-list-item:not(:first-child) {
    margin-top: calc(5px/2)
}

.elementor-11 .elementor-element.elementor-element-29a85d22 .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item {
    margin-right: calc(5px/2);
    margin-left: calc(5px/2)
}

.elementor-11 .elementor-element.elementor-element-29a85d22 .elementor-icon-list-items.elementor-inline-items {
    margin-right: calc(-5px/2);
    margin-left: calc(-5px/2)
}

body.rtl .elementor-11 .elementor-element.elementor-element-29a85d22 .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item:after {
    left: calc(-5px/2)
}

body:not(.rtl) .elementor-11 .elementor-element.elementor-element-29a85d22 .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item:after {
    right: calc(-5px/2)
}

.elementor-11 .elementor-element.elementor-element-29a85d22 .elementor-icon-list-icon i {
    color: #369a61;
    transition: color .3s
}

.elementor-11 .elementor-element.elementor-element-29a85d22 .elementor-icon-list-icon svg {
    fill: #369a61;
    transition: fill .3s
}

.elementor-11 .elementor-element.elementor-element-29a85d22 {
    --e-icon-list-icon-size: 14px;
    --icon-vertical-offset: 0px
}

.elementor-11 .elementor-element.elementor-element-29a85d22 .elementor-icon-list-item>.elementor-icon-list-text, .elementor-11 .elementor-element.elementor-element-29a85d22 .elementor-icon-list-item>a {
    font-family: "Roboto", Sans-serif;
    font-size: 16px;
    font-weight: 500
}

.elementor-11 .elementor-element.elementor-element-29a85d22 .elementor-icon-list-text {
    color: #000;
    transition: color .3s
}

.elementor-11 .elementor-element.elementor-element-6c5ce677 {
    --display: flex;
    --flex-direction: row;
    --container-widget-width: calc((1 - var(--container-widget-flex-grow))*100%);
    --container-widget-height: 100%;
    --container-widget-flex-grow: 1;
    --container-widget-align-self: stretch;
    --flex-wrap-mobile: wrap;
    --justify-content: center;
    --align-items: flex-end;
    --gap: 0px 0px;
    --background-transition: .3s;
    --padding-top: 5px;
    --padding-bottom: 10px;
    --padding-left: 0px;
    --padding-right: 0px
}

.elementor-11 .elementor-element.elementor-element-7e018941 .elementor-heading-title {
    color: #000;
    font-family: "Roboto", Sans-serif;
    font-size: 28px;
    font-weight: 600
}

.elementor-11 .elementor-element.elementor-element-489f6536>.elementor-widget-container {
    margin: 0 0 -10px
}

.elementor-11 .elementor-element.elementor-element-489f6536 .elementor-heading-title {
    color: #000;
    font-family: "Roboto", Sans-serif;
    font-size: 68px;
    font-weight: 600
}

.elementor-11 .elementor-element.elementor-element-7115c222 {
    text-align: center
}

.elementor-11 .elementor-element.elementor-element-7115c222 .elementor-heading-title {
    color: #000;
    font-family: "Roboto", Sans-serif;
    font-size: 16px;
    font-weight: 500
}

.elementor-11 .elementor-element.elementor-element-4946fc12 .elementor-button {
    background-color: transparent;
    font-family: "Roboto", Sans-serif;
    font-size: 28px;
    font-weight: 800;
    fill: #111;
    color: #111;
    background-image: linear-gradient(180deg, #ffde00 0%, #ffb301 100%);
    border-radius: 50px;
    box-shadow: 1px 2px 0px 0px #d99d10;
    padding: 22px 35px
}

.elementor-11 .elementor-element.elementor-element-4946fc12.elementor-element {
    --align-self: center
}

.elementor-11 .elementor-element.elementor-element-4946fc12 .elementor-button .elementor-button-content-wrapper {
    justify-content: center
}

.elementor-11 .elementor-element.elementor-element-28d850d>.elementor-widget-container {
    padding: 5px 0
}

.elementor-11 .elementor-element.elementor-element-74c962ec {
    text-align: center
}

.elementor-11 .elementor-element.elementor-element-74c962ec .elementor-heading-title {
    color: #555;
    font-family: "Roboto", Sans-serif;
    font-size: 14px;
    font-weight: 500
}

.elementor-11 .elementor-element.elementor-element-41d82f63>.elementor-widget-container {
    background-color: #f27f0e;
    padding: 6px 8px;
    border-radius: 4px
}

.elementor-11 .elementor-element.elementor-element-41d82f63.elementor-element {
    --align-self: center
}

.elementor-11 .elementor-element.elementor-element-41d82f63 {
    text-align: center
}

.elementor-11 .elementor-element.elementor-element-41d82f63 .elementor-heading-title {
    color: #fff;
    font-family: "Roboto", Sans-serif;
    font-size: 16px;
    font-weight: 600
}

.elementor-11 .elementor-element.elementor-element-59081fd5>.elementor-widget-container {
    margin: 20px 0 0
}

.elementor-11 .elementor-element.elementor-element-59081fd5 {
    text-align: center
}

.elementor-11 .elementor-element.elementor-element-59081fd5 .elementor-heading-title {
    color: #000;
    font-family: "Roboto", Sans-serif;
    font-weight: 600
}

.elementor-11 .elementor-element.elementor-element-2ba507eb {
    --display: flex;
    --flex-direction: row;
    --container-widget-width: calc((1 - var(--container-widget-flex-grow))*100%);
    --container-widget-height: 100%;
    --container-widget-flex-grow: 1;
    --container-widget-align-self: stretch;
    --flex-wrap-mobile: wrap;
    --justify-content: center;
    --align-items: center;
    --gap: 10px 10px;
    --background-transition: .3s;
    --padding-top: 0px;
    --padding-bottom: 0px;
    --padding-left: 0px;
    --padding-right: 0px
}

.elementor-11 .elementor-element.elementor-element-21a4a9a0 {
    --e-rating-icon-font-size: 25px
}

.elementor-11 .elementor-element.elementor-element-2cd79ad1 .elementor-heading-title {
    color: #6ab184;
    font-family: "Roboto", Sans-serif;
    font-size: 22px;
    font-weight: 600
}

.elementor-11 .elementor-element.elementor-element-15cae37e {
    text-align: center
}

.elementor-11 .elementor-element.elementor-element-15cae37e .elementor-heading-title {
    color: #000;
    font-family: "Roboto", Sans-serif;
    font-size: 20px;
    font-weight: 600
}

.elementor-11 .elementor-element.elementor-element-15846247 {
    --display: flex;
    --flex-direction: column;
    --container-widget-width: 100%;
    --container-widget-height: initial;
    --container-widget-flex-grow: 0;
    --container-widget-align-self: initial;
    --flex-wrap-mobile: wrap;
    --background-transition: .3s;
    --padding-top: 120px;
    --padding-bottom: 80px;
    --padding-left: 10px;
    --padding-right: 10px
}

.elementor-11 .elementor-element.elementor-element-15846247:not(.elementor-motion-effects-element-type-background), .elementor-11 .elementor-element.elementor-element-15846247>.elementor-motion-effects-container>.elementor-motion-effects-layer {
    background-color: #fff
}

.elementor-11 .elementor-element.elementor-element-15846247, .elementor-11 .elementor-element.elementor-element-15846247:before {
    --border-transition: .3s
}

.elementor-11 .elementor-element.elementor-element-1796c4a7 {
    --display: flex;
    --background-transition: .3s;
    border-style: solid;
    --border-style: solid;
    border-width: 5px;
    --border-top-width: 5px;
    --border-right-width: 5px;
    --border-bottom-width: 5px;
    --border-left-width: 5px;
    border-color: #6ab184;
    --border-color: #6ab184;
    --border-radius: 12px
}

.elementor-11 .elementor-element.elementor-element-1796c4a7:not(.elementor-motion-effects-element-type-background), .elementor-11 .elementor-element.elementor-element-1796c4a7>.elementor-motion-effects-container>.elementor-motion-effects-layer {
    background-color: #f2f8ff
}

.elementor-11 .elementor-element.elementor-element-1796c4a7, .elementor-11 .elementor-element.elementor-element-1796c4a7:before {
    --border-transition: .3s
}

.elementor-11 .elementor-element.elementor-element-1796c4a7.e-con {
    --align-self: center
}

.elementor-11 .elementor-element.elementor-element-37a49de2 {
    --display: flex;
    --background-transition: .3s;
    border-style: dashed;
    --border-style: dashed;
    border-width: 5px;
    --border-top-width: 5px;
    --border-right-width: 5px;
    --border-bottom-width: 5px;
    --border-left-width: 5px;
    border-color: #ffdb4b;
    --border-color: #ffdb4b;
    --border-radius: 12px;
    --padding-top: 0px;
    --padding-bottom: 0px;
    --padding-left: 0px;
    --padding-right: 0px
}

.elementor-11 .elementor-element.elementor-element-37a49de2:not(.elementor-motion-effects-element-type-background), .elementor-11 .elementor-element.elementor-element-37a49de2>.elementor-motion-effects-container>.elementor-motion-effects-layer {
    background-color: #f2f8ff
}

.elementor-11 .elementor-element.elementor-element-37a49de2, .elementor-11 .elementor-element.elementor-element-37a49de2:before {
    --border-transition: .3s
}

.elementor-11 .elementor-element.elementor-element-37a49de2.e-con {
    --align-self: center
}

.elementor-11 .elementor-element.elementor-element-4a13c67e {
    --display: grid;
    --e-con-grid-template-columns: repeat(3, 1fr);
    --e-con-grid-template-rows: repeat(1, 1fr);
    --grid-auto-flow: row;
    --justify-items: center;
    --background-transition: .3s;
    --padding-top: 0px;
    --padding-bottom: 0px;
    --padding-left: 0px;
    --padding-right: 0px
}

.elementor-11 .elementor-element.elementor-element-25d926b2 {
    --display: flex;
    --background-transition: .3s;
    --padding-top: 0px;
    --padding-bottom: 0px;
    --padding-left: 0px;
    --padding-right: 0px
}

.elementor-11 .elementor-element.elementor-element-689d40eb>.elementor-widget-container {
    margin: 10px 0 -15px
}

.elementor-11 .elementor-element.elementor-element-689d40eb {
    text-align: right
}

.elementor-11 .elementor-element.elementor-element-689d40eb .elementor-heading-title {
    color: #6ab184;
    font-family: "Roboto", Sans-serif;
    font-size: 108px;
    font-weight: 600
}

.elementor-11 .elementor-element.elementor-element-7a6ed1fa {
    width: var(--container-widget-width, 250px);
    max-width: 250px;
    --container-widget-width: 250px;
    --container-widget-flex-grow: 0
}

.elementor-11 .elementor-element.elementor-element-7a6ed1fa>.elementor-widget-container {
    margin: -110px 0 -10px
}

.elementor-11 .elementor-element.elementor-element-7a6ed1fa.elementor-element {
    --align-self: center
}

.elementor-11 .elementor-element.elementor-element-27605b0c {
    --display: flex;
    --background-transition: .3s;
    --padding-top: 0px;
    --padding-bottom: 0px;
    --padding-left: 0px;
    --padding-right: 0px
}

.elementor-11 .elementor-element.elementor-element-2959f592>.elementor-widget-container {
    margin: 10px 0 -15px
}

.elementor-11 .elementor-element.elementor-element-2959f592 {
    text-align: left
}

.elementor-11 .elementor-element.elementor-element-2959f592 .elementor-heading-title {
    color: #6ab184;
    font-family: "Roboto", Sans-serif;
    font-size: 108px;
    font-weight: 600
}

.elementor-11 .elementor-element.elementor-element-29f86a7a>.elementor-widget-container {
    margin: 10px 0 -15px
}

.elementor-11 .elementor-element.elementor-element-29f86a7a {
    text-align: center
}

.elementor-11 .elementor-element.elementor-element-29f86a7a .elementor-heading-title {
    color: #6ab184;
    font-family: "Roboto", Sans-serif;
    font-size: 79px;
    font-weight: 600
}

.elementor-11 .elementor-element.elementor-element-7bc31b2e {
    --display: flex;
    --background-transition: .3s;
    --padding-top: 0px;
    --padding-bottom: 30px;
    --padding-left: 30px;
    --padding-right: 30px
}

.elementor-11 .elementor-element.elementor-element-5994791f {
    --display: flex;
    --flex-direction: row;
    --container-widget-width: calc((1 - var(--container-widget-flex-grow))*100%);
    --container-widget-height: 100%;
    --container-widget-flex-grow: 1;
    --container-widget-align-self: stretch;
    --flex-wrap-mobile: wrap;
    --align-items: center;
    --background-transition: .3s;
    --padding-top: 0px;
    --padding-bottom: 0px;
    --padding-left: 0px;
    --padding-right: 0px
}

.elementor-11 .elementor-element.elementor-element-3fdfd34f {
    width: var(--container-widget-width, 55px);
    max-width: 55px;
    --container-widget-width: 55px;
    --container-widget-flex-grow: 0;
    text-align: center
}

.elementor-11 .elementor-element.elementor-element-3fdfd34f>.elementor-widget-container {
    background-color: #6ab184;
    padding: 10px 20px 10px 16px;
    border-radius: 50px
}

.elementor-11 .elementor-element.elementor-element-3fdfd34f .elementor-heading-title {
    color: #fff
}

.elementor-11 .elementor-element.elementor-element-1ad2fa6e {
    width: 100%;
    max-width: 100%;
    color: #000;
    font-family: "Roboto", Sans-serif;
    font-size: 18px;
    font-weight: 400
}

.elementor-11 .elementor-element.elementor-element-19426283 {
    --display: flex;
    --flex-direction: row;
    --container-widget-width: calc((1 - var(--container-widget-flex-grow))*100%);
    --container-widget-height: 100%;
    --container-widget-flex-grow: 1;
    --container-widget-align-self: stretch;
    --flex-wrap-mobile: wrap;
    --align-items: center;
    --background-transition: .3s;
    --padding-top: 0px;
    --padding-bottom: 0px;
    --padding-left: 0px;
    --padding-right: 0px
}

.elementor-11 .elementor-element.elementor-element-31435db5 {
    width: var(--container-widget-width, 55px);
    max-width: 55px;
    --container-widget-width: 55px;
    --container-widget-flex-grow: 0;
    text-align: center
}

.elementor-11 .elementor-element.elementor-element-31435db5>.elementor-widget-container {
    background-color: #6ab184;
    padding: 10px 20px 10px 16px;
    border-radius: 50px
}

.elementor-11 .elementor-element.elementor-element-31435db5 .elementor-heading-title {
    color: #fff
}

.elementor-11 .elementor-element.elementor-element-1355499b {
    width: 100%;
    max-width: 100%;
    color: #000;
    font-family: "Roboto", Sans-serif;
    font-size: 18px;
    font-weight: 400
}

.elementor-11 .elementor-element.elementor-element-617b49e7 {
    --display: flex;
    --flex-direction: row;
    --container-widget-width: calc((1 - var(--container-widget-flex-grow))*100%);
    --container-widget-height: 100%;
    --container-widget-flex-grow: 1;
    --container-widget-align-self: stretch;
    --flex-wrap-mobile: wrap;
    --justify-content: center;
    --align-items: center;
    --gap: 10px 10px;
    --background-transition: .3s;
    --padding-top: 0px;
    --padding-bottom: 0px;
    --padding-left: 0px;
    --padding-right: 0px
}

.elementor-11 .elementor-element.elementor-element-33373466 {
    width: var(--container-widget-width, 140px);
    max-width: 140px;
    --container-widget-width: 140px;
    --container-widget-flex-grow: 0
}

.elementor-11 .elementor-element.elementor-element-94de354 {
    width: var(--container-widget-width, 140px);
    max-width: 140px;
    --container-widget-width: 140px;
    --container-widget-flex-grow: 0
}

.elementor-11 .elementor-element.elementor-element-2e9c45bd {
    width: var(--container-widget-width, 140px);
    max-width: 140px;
    --container-widget-width: 140px;
    --container-widget-flex-grow: 0
}

.elementor-11 .elementor-element.elementor-element-10d7b083 {
    width: var(--container-widget-width, 140px);
    max-width: 140px;
    --container-widget-width: 140px;
    --container-widget-flex-grow: 0
}

.elementor-11 .elementor-element.elementor-element-6168e39 {
    --display: flex;
    --flex-direction: row;
    --container-widget-width: calc((1 - var(--container-widget-flex-grow))*100%);
    --container-widget-height: 100%;
    --container-widget-flex-grow: 1;
    --container-widget-align-self: stretch;
    --flex-wrap-mobile: wrap;
    --align-items: center;
    --background-transition: .3s;
    --padding-top: 40px;
    --padding-bottom: 40px;
    --padding-left: 20px;
    --padding-right: 20px
}

.elementor-11 .elementor-element.elementor-element-6168e39:not(.elementor-motion-effects-element-type-background), .elementor-11 .elementor-element.elementor-element-6168e39>.elementor-motion-effects-container>.elementor-motion-effects-layer {
    background-color: #7cc597
}

.elementor-11 .elementor-element.elementor-element-6168e39, .elementor-11 .elementor-element.elementor-element-6168e39:before {
    --border-transition: .3s
}

.elementor-11 .elementor-element.elementor-element-17b81e50 {
    --display: flex;
    --background-transition: .3s;
    --padding-top: 0px;
    --padding-bottom: 0px;
    --padding-left: 0px;
    --padding-right: 0px
}

.elementor-11 .elementor-element.elementor-element-7621f9fb {
    width: var(--container-widget-width, 455px);
    max-width: 455px;
    --container-widget-width: 455px;
    --container-widget-flex-grow: 0;
    text-align: left
}

.elementor-11 .elementor-element.elementor-element-7621f9fb .elementor-heading-title {
    color: #fff;
    font-family: "Roboto", Sans-serif;
    font-size: 30px;
    font-weight: 600;
    line-height: 1.3em
}

.elementor-11 .elementor-element.elementor-element-4141f1f8 {
    text-align: left
}

.elementor-11 .elementor-element.elementor-element-4141f1f8 .elementor-heading-title {
    color: #fff;
    font-family: "Roboto", Sans-serif;
    font-size: 22px;
    font-weight: 500
}

.elementor-11 .elementor-element.elementor-element-3f570c5c {
    --display: flex;
    --gap: 10px 10px;
    --background-transition: .3s;
    --padding-top: 0px;
    --padding-bottom: 0px;
    --padding-left: 0px;
    --padding-right: 0px
}

.elementor-11 .elementor-element.elementor-element-11966976 {
    width: var(--container-widget-width, 120px);
    max-width: 120px;
    --container-widget-width: 120px;
    --container-widget-flex-grow: 0
}

.elementor-11 .elementor-element.elementor-element-11966976.elementor-element {
    --align-self: center
}

.elementor-11 .elementor-element.elementor-element-72e13ef0.elementor-element {
    --align-self: center
}

.elementor-11 .elementor-element.elementor-element-72e13ef0 .elementor-countdown-wrapper {
    max-width: 100%
}

.elementor-11 .elementor-element.elementor-element-72e13ef0 .elementor-countdown-item {
    background-color: #FFFFFF00;
    border-radius: 0;
    padding: 0
}

body:not(.rtl) .elementor-11 .elementor-element.elementor-element-72e13ef0 .elementor-countdown-item:not(:first-of-type) {
    margin-left: calc(10px/2)
}

body:not(.rtl) .elementor-11 .elementor-element.elementor-element-72e13ef0 .elementor-countdown-item:not(:last-of-type) {
    margin-right: calc(10px/2)
}

body.rtl .elementor-11 .elementor-element.elementor-element-72e13ef0 .elementor-countdown-item:not(:first-of-type) {
    margin-right: calc(10px/2)
}

body.rtl .elementor-11 .elementor-element.elementor-element-72e13ef0 .elementor-countdown-item:not(:last-of-type) {
    margin-left: calc(10px/2)
}

.elementor-11 .elementor-element.elementor-element-72e13ef0 .elementor-countdown-digits {
    color: #fff;
    font-family: "Roboto", Sans-serif;
    font-size: 50px;
    font-weight: 600
}

.elementor-11 .elementor-element.elementor-element-72e13ef0 .elementor-countdown-label {
    color: #fff;
    font-family: "Roboto", Sans-serif;
    font-size: 50px;
    font-weight: 600
}

.elementor-11 .elementor-element.elementor-element-727177f0 {
    --display: flex;
    --flex-direction: column;
    --container-widget-width: 100%;
    --container-widget-height: initial;
    --container-widget-flex-grow: 0;
    --container-widget-align-self: initial;
    --flex-wrap-mobile: wrap;
    --background-transition: .3s;
    --padding-top: 80px;
    --padding-bottom: 80px;
    --padding-left: 10px;
    --padding-right: 10px
}

.elementor-11 .elementor-element.elementor-element-727177f0:not(.elementor-motion-effects-element-type-background), .elementor-11 .elementor-element.elementor-element-727177f0>.elementor-motion-effects-container>.elementor-motion-effects-layer {
    background-color: #eee
}

.elementor-11 .elementor-element.elementor-element-727177f0, .elementor-11 .elementor-element.elementor-element-727177f0:before {
    --border-transition: .3s
}

.elementor-11 .elementor-element.elementor-element-58f5cf4b {
    --e-rating-justify-content: center;
    --e-rating-icon-font-size: 35px
}

.elementor-11 .elementor-element.elementor-element-633b5776 {
    text-align: center
}

.elementor-11 .elementor-element.elementor-element-633b5776 .elementor-heading-title {
    color: #6ab184;
    font-family: "Roboto", Sans-serif;
    font-size: 48px;
    font-weight: 600
}

.elementor-11 .elementor-element.elementor-element-5f44598a {
    text-align: justify
}

.elementor-11 .elementor-element.elementor-element-5f44598a .elementor-heading-title {
    color: #000;
    font-family: "Roboto", Sans-serif;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.3em
}

.elementor-11 .elementor-element.elementor-element-4a5a2b88 {
    --display: flex;
    --flex-direction: row;
    --container-widget-width: initial;
    --container-widget-height: 100%;
    --container-widget-flex-grow: 1;
    --container-widget-align-self: stretch;
    --flex-wrap-mobile: wrap;
    --justify-content: center;
    --gap: 10px 10px;
    --background-transition: .3s;
    --padding-top: 0px;
    --padding-bottom: 0px;
    --padding-left: 0px;
    --padding-right: 0px
}

.elementor-11 .elementor-element.elementor-element-41868a46 {
    --display: flex;
    --flex-direction: row;
    --container-widget-width: initial;
    --container-widget-height: 100%;
    --container-widget-flex-grow: 1;
    --container-widget-align-self: stretch;
    --flex-wrap-mobile: wrap;
    --justify-content: center;
    --gap: 10px 10px;
    --background-transition: .3s;
    --padding-top: 0px;
    --padding-bottom: 0px;
    --padding-left: 0px;
    --padding-right: 0px
}

.elementor-11 .elementor-element.elementor-element-9ac73d9 {
    --display: flex;
    --flex-direction: row;
    --container-widget-width: initial;
    --container-widget-height: 100%;
    --container-widget-flex-grow: 1;
    --container-widget-align-self: stretch;
    --flex-wrap-mobile: wrap;
    --justify-content: center;
    --gap: 10px 10px;
    --background-transition: .3s;
    --padding-top: 0px;
    --padding-bottom: 0px;
    --padding-left: 0px;
    --padding-right: 0px
}

.elementor-11 .elementor-element.elementor-element-4918143e {
    --display: flex;
    --flex-direction: row;
    --container-widget-width: initial;
    --container-widget-height: 100%;
    --container-widget-flex-grow: 1;
    --container-widget-align-self: stretch;
    --flex-wrap-mobile: wrap;
    --justify-content: center;
    --gap: 10px 10px;
    --background-transition: .3s;
    --padding-top: 0px;
    --padding-bottom: 0px;
    --padding-left: 0px;
    --padding-right: 0px
}

.elementor-11 .elementor-element.elementor-element-70480a20 .elementor-button {
    background-color: #ffde00;
    font-family: "Roboto", Sans-serif;
    font-size: 28px;
    font-weight: 800;
    fill: #111;
    color: #111;
    border-radius: 50px;
    box-shadow: 1px 2px 0px 0px #d99d10;
    padding: 22px 35px
}

.elementor-11 .elementor-element.elementor-element-70480a20.elementor-element {
    --align-self: center
}

.elementor-11 .elementor-element.elementor-element-70480a20 .elementor-button .elementor-button-content-wrapper {
    justify-content: center
}

.elementor-11 .elementor-element.elementor-element-1b4b86fe {
    --display: flex;
    --flex-direction: column;
    --container-widget-width: 100%;
    --container-widget-height: initial;
    --container-widget-flex-grow: 0;
    --container-widget-align-self: initial;
    --flex-wrap-mobile: wrap;
    --background-transition: .3s;
    --padding-top: 80px;
    --padding-bottom: 80px;
    --padding-left: 10px;
    --padding-right: 10px
}

.elementor-11 .elementor-element.elementor-element-4be6232f {
    --display: flex;
    --gap: 5px 5px;
    --background-transition: .3s;
    --padding-top: 0px;
    --padding-bottom: 0px;
    --padding-left: 0px;
    --padding-right: 0px
}

.elementor-11 .elementor-element.elementor-element-7e024d13 {
    text-align: center
}

.elementor-11 .elementor-element.elementor-element-7e024d13 .elementor-heading-title {
    color: #6ab184;
    font-family: "Roboto", Sans-serif;
    font-size: 48px;
    font-weight: 600
}

.elementor-11 .elementor-element.elementor-element-3f85a8c0>.elementor-widget-container {
    background-color: #6ab184;
    padding: 10px 15px;
    border-radius: 4px
}

.elementor-11 .elementor-element.elementor-element-3f85a8c0.elementor-element {
    --align-self: center
}

.elementor-11 .elementor-element.elementor-element-3f85a8c0 .elementor-heading-title {
    color: #fff;
    font-family: "Roboto", Sans-serif;
    font-size: 48px;
    font-weight: 600
}

.elementor-11 .elementor-element.elementor-element-541affd2 {
    --display: flex;
    --gap: 10px 10px;
    --background-transition: .3s
}

.elementor-11 .elementor-element.elementor-element-5abc3733 {
    --display: flex;
    --flex-direction: row;
    --container-widget-width: initial;
    --container-widget-height: 100%;
    --container-widget-flex-grow: 1;
    --container-widget-align-self: stretch;
    --flex-wrap-mobile: wrap;
    --gap: 10px 10px;
    --background-transition: .3s;
    --padding-top: 0px;
    --padding-bottom: 0px;
    --padding-left: 0px;
    --padding-right: 0px
}

.elementor-11 .elementor-element.elementor-element-259a4278 {
    width: var(--container-widget-width, 55px);
    max-width: 55px;
    --container-widget-width: 55px;
    --container-widget-flex-grow: 0
}

.elementor-11 .elementor-element.elementor-element-259a4278 img {
    border-style: solid;
    border-width: 2px;
    border-color: #6ab184;
    border-radius: 3px
}

.elementor-11 .elementor-element.elementor-element-6be71fc1 {
    --display: flex;
    --gap: 10px 10px;
    --background-transition: .3s;
    --padding-top: 0px;
    --padding-bottom: 0px;
    --padding-left: 0px;
    --padding-right: 0px
}

.elementor-11 .elementor-element.elementor-element-16f67242 {
    --e-rating-justify-content: flex-start;
    --e-rating-icon-font-size: 20px
}

.elementor-11 .elementor-element.elementor-element-6f9cf5ec .elementor-icon-list-items:not(.elementor-inline-items) .elementor-icon-list-item:not(:last-child) {
    padding-bottom: calc(5px/2)
}

.elementor-11 .elementor-element.elementor-element-6f9cf5ec .elementor-icon-list-items:not(.elementor-inline-items) .elementor-icon-list-item:not(:first-child) {
    margin-top: calc(5px/2)
}

.elementor-11 .elementor-element.elementor-element-6f9cf5ec .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item {
    margin-right: calc(5px/2);
    margin-left: calc(5px/2)
}

.elementor-11 .elementor-element.elementor-element-6f9cf5ec .elementor-icon-list-items.elementor-inline-items {
    margin-right: calc(-5px/2);
    margin-left: calc(-5px/2)
}

body.rtl .elementor-11 .elementor-element.elementor-element-6f9cf5ec .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item:after {
    left: calc(-5px/2)
}

body:not(.rtl) .elementor-11 .elementor-element.elementor-element-6f9cf5ec .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item:after {
    right: calc(-5px/2)
}

.elementor-11 .elementor-element.elementor-element-6f9cf5ec .elementor-icon-list-icon i {
    color: #369a61;
    transition: color .3s
}

.elementor-11 .elementor-element.elementor-element-6f9cf5ec .elementor-icon-list-icon svg {
    fill: #369a61;
    transition: fill .3s
}

.elementor-11 .elementor-element.elementor-element-6f9cf5ec {
    --e-icon-list-icon-size: 14px;
    --icon-vertical-offset: 0px
}

.elementor-11 .elementor-element.elementor-element-6f9cf5ec .elementor-icon-list-item>.elementor-icon-list-text, .elementor-11 .elementor-element.elementor-element-6f9cf5ec .elementor-icon-list-item>a {
    font-family: "Roboto", Sans-serif;
    font-size: 14px;
    font-weight: 500
}

.elementor-11 .elementor-element.elementor-element-6f9cf5ec .elementor-icon-list-text {
    color: #6ab184;
    transition: color .3s
}

.elementor-11 .elementor-element.elementor-element-302ebf52 {
    --display: flex;
    --flex-direction: row;
    --container-widget-width: initial;
    --container-widget-height: 100%;
    --container-widget-flex-grow: 1;
    --container-widget-align-self: stretch;
    --flex-wrap-mobile: wrap;
    --gap: 10px 10px;
    --background-transition: .3s;
    --padding-top: 0px;
    --padding-bottom: 0px;
    --padding-left: 0px;
    --padding-right: 0px
}

.elementor-11 .elementor-element.elementor-element-59627a45 {
    width: var(--container-widget-width, 20px);
    max-width: 20px;
    --container-widget-width: 20px;
    --container-widget-flex-grow: 0
}

.elementor-11 .elementor-element.elementor-element-7bfe5925 {
    --display: flex;
    --gap: 10px 10px;
    --background-transition: .3s;
    --padding-top: 0px;
    --padding-bottom: 0px;
    --padding-left: 0px;
    --padding-right: 0px
}

.elementor-11 .elementor-element.elementor-element-38fed893 .elementor-heading-title {
    color: #333;
    font-family: "Roboto", Sans-serif;
    font-size: 18px;
    font-weight: 500;
    font-style: italic;
    line-height: 1.3em
}

.elementor-11 .elementor-element.elementor-element-7d2b5e40 .elementor-heading-title {
    color: #333;
    font-family: "Roboto", Sans-serif;
    font-size: 20px;
    font-weight: 500;
    font-style: italic;
    line-height: 1.3em
}

.elementor-11 .elementor-element.elementor-element-1f4f781b {
    --display: flex;
    --flex-direction: column;
    --container-widget-width: 100%;
    --container-widget-height: initial;
    --container-widget-flex-grow: 0;
    --container-widget-align-self: initial;
    --flex-wrap-mobile: wrap;
    --gap: 10px 10px;
    --background-transition: .3s;
    --padding-top: 30px;
    --padding-bottom: 20px;
    --padding-left: 10px;
    --padding-right: 10px
}

.elementor-11 .elementor-element.elementor-element-1f4f781b:not(.elementor-motion-effects-element-type-background), .elementor-11 .elementor-element.elementor-element-1f4f781b>.elementor-motion-effects-container>.elementor-motion-effects-layer {
    background-color: #6ab184
}

.elementor-11 .elementor-element.elementor-element-1f4f781b, .elementor-11 .elementor-element.elementor-element-1f4f781b:before {
    --border-transition: .3s
}

.elementor-11 .elementor-element.elementor-element-6f973c27 {
    width: var(--container-widget-width, 610px);
    max-width: 610px;
    --container-widget-width: 610px;
    --container-widget-flex-grow: 0;
    text-align: center
}

.elementor-11 .elementor-element.elementor-element-6f973c27.elementor-element {
    --align-self: center
}

.elementor-11 .elementor-element.elementor-element-6f973c27 .elementor-heading-title {
    color: #fff;
    font-family: "Roboto", Sans-serif;
    font-size: 30px;
    font-weight: 600
}

.elementor-11 .elementor-element.elementor-element-440cf545 {
    --display: flex;
    --flex-direction: column;
    --container-widget-width: 100%;
    --container-widget-height: initial;
    --container-widget-flex-grow: 0;
    --container-widget-align-self: initial;
    --flex-wrap-mobile: wrap;
    --background-transition: .3s;
    --padding-top: 60px;
    --padding-bottom: 60px;
    --padding-left: 10px;
    --padding-right: 10px
}

.elementor-11 .elementor-element.elementor-element-440cf545:not(.elementor-motion-effects-element-type-background), .elementor-11 .elementor-element.elementor-element-440cf545>.elementor-motion-effects-container>.elementor-motion-effects-layer {
    background-color: #eee
}

.elementor-11 .elementor-element.elementor-element-440cf545, .elementor-11 .elementor-element.elementor-element-440cf545:before {
    --border-transition: .3s
}

.elementor-11 .elementor-element.elementor-element-440cf545>.elementor-shape-top .elementor-shape-fill, .elementor-11 .elementor-element.elementor-element-440cf545>.e-con-inner>.elementor-shape-top .elementor-shape-fill {
    fill: #6ab184
}

.elementor-11 .elementor-element.elementor-element-2bb3593 {
    --display: grid;
    --e-con-grid-template-columns: repeat(3, 1fr);
    --e-con-grid-template-rows: repeat(1, 1fr);
    --grid-auto-flow: row;
    --align-items: center;
    --background-transition: .3s;
    --padding-top: 0px;
    --padding-bottom: 0px;
    --padding-left: 0px;
    --padding-right: 0px
}

.elementor-11 .elementor-element.elementor-element-1a13a204 {
    --display: flex;
    --gap: 0px 0px;
    --background-transition: .3s;
    border-style: solid;
    --border-style: solid;
    border-width: 3px;
    --border-top-width: 3px;
    --border-right-width: 3px;
    --border-bottom-width: 3px;
    --border-left-width: 3px;
    border-color: #cecece;
    --border-color: #cecece;
    --border-radius: 25px;
    --padding-top: 0px;
    --padding-bottom: 0px;
    --padding-left: 0px;
    --padding-right: 0px
}

.elementor-11 .elementor-element.elementor-element-1a13a204, .elementor-11 .elementor-element.elementor-element-1a13a204:before {
    --border-transition: .3s
}

.elementor-11 .elementor-element.elementor-element-29488fa6 {
    --display: flex;
    --background-transition: .3s;
    --border-radius: 20px 20px 0px 0px;
    --padding-top: 12px;
    --padding-bottom: 12px;
    --padding-left: 30px;
    --padding-right: 30px
}

.elementor-11 .elementor-element.elementor-element-29488fa6:not(.elementor-motion-effects-element-type-background), .elementor-11 .elementor-element.elementor-element-29488fa6>.elementor-motion-effects-container>.elementor-motion-effects-layer {
    background-color: #cecece
}

.elementor-11 .elementor-element.elementor-element-29488fa6, .elementor-11 .elementor-element.elementor-element-29488fa6:before {
    --border-transition: .3s
}

.elementor-11 .elementor-element.elementor-element-55abc28d {
    text-align: center
}

.elementor-11 .elementor-element.elementor-element-55abc28d .elementor-heading-title {
    color: #000;
    font-family: "Roboto", Sans-serif;
    font-size: 26px;
    font-weight: 700
}

.elementor-11 .elementor-element.elementor-element-cee47a3 {
    --display: flex;
    --gap: 10px 10px;
    --background-transition: .3s;
    --padding-top: 30px;
    --padding-bottom: 30px;
    --padding-left: 30px;
    --padding-right: 30px
}

.elementor-11 .elementor-element.elementor-element-15e073ce {
    --display: flex;
    --gap: 10px 10px;
    --background-transition: .3s;
    --padding-top: 0px;
    --padding-bottom: 0px;
    --padding-left: 0px;
    --padding-right: 0px
}

.elementor-11 .elementor-element.elementor-element-1bbe5d1a {
    text-align: center
}

.elementor-11 .elementor-element.elementor-element-1bbe5d1a .elementor-heading-title {
    color: #6ab184;
    font-family: "Roboto", Sans-serif;
    font-size: 38px;
    font-weight: 700
}

.elementor-11 .elementor-element.elementor-element-34388968 {
    text-align: center
}

.elementor-11 .elementor-element.elementor-element-34388968 .elementor-heading-title {
    color: #000;
    font-family: "Roboto", Sans-serif;
    font-size: 22px;
    font-weight: 600
}

.elementor-11 .elementor-element.elementor-element-5b549e56 {
    width: var(--container-widget-width, 300px);
    max-width: 300px;
    --container-widget-width: 300px;
    --container-widget-flex-grow: 0
}

.elementor-11 .elementor-element.elementor-element-5b549e56.elementor-element {
    --align-self: center
}

.elementor-11 .elementor-element.elementor-element-59624bbd {
    --display: flex;
    --gap: 10px 10px;
    --background-transition: .3s;
    --padding-top: 0px;
    --padding-bottom: 0px;
    --padding-left: 0px;
    --padding-right: 0px
}

.elementor-11 .elementor-element.elementor-element-7deebe70 {
    --display: flex;
    --flex-direction: column;
    --container-widget-width: 100%;
    --container-widget-height: initial;
    --container-widget-flex-grow: 0;
    --container-widget-align-self: initial;
    --flex-wrap-mobile: wrap;
    --gap: 0px 0px;
    --background-transition: .3s;
    --padding-top: 0px;
    --padding-bottom: 0px;
    --padding-left: 0px;
    --padding-right: 0px
}

.elementor-11 .elementor-element.elementor-element-3360be76 {
    --display: flex;
    --flex-direction: row;
    --container-widget-width: calc((1 - var(--container-widget-flex-grow))*100%);
    --container-widget-height: 100%;
    --container-widget-flex-grow: 1;
    --container-widget-align-self: stretch;
    --flex-wrap-mobile: wrap;
    --justify-content: center;
    --align-items: flex-end;
    --gap: 0px 0px;
    --background-transition: .3s;
    --padding-top: 0px;
    --padding-bottom: 10px;
    --padding-left: 0px;
    --padding-right: 0px
}

.elementor-11 .elementor-element.elementor-element-31f4f152 .elementor-heading-title {
    color: #000;
    font-family: "Roboto", Sans-serif;
    font-size: 28px;
    font-weight: 600
}

.elementor-11 .elementor-element.elementor-element-7835e93d>.elementor-widget-container {
    margin: 0 0 -10px
}

.elementor-11 .elementor-element.elementor-element-7835e93d .elementor-heading-title {
    color: #000;
    font-family: "Roboto", Sans-serif;
    font-size: 68px;
    font-weight: 600
}

.elementor-11 .elementor-element.elementor-element-4f23f87a {
    text-align: center
}

.elementor-11 .elementor-element.elementor-element-4f23f87a .elementor-heading-title {
    color: #000;
    font-family: "Roboto", Sans-serif;
    font-size: 16px;
    font-weight: 500
}

.elementor-11 .elementor-element.elementor-element-5b854902 .elementor-button {
    background-color: transparent;
    font-family: "Roboto", Sans-serif;
    font-size: 28px;
    font-weight: 800;
    fill: #111;
    color: #111;
    background-image: linear-gradient(180deg, #ffde00 0%, #ffb301 100%);
    border-radius: 50px;
    box-shadow: 1px 2px 0px 0px #d99d10;
    padding: 22px 35px
}

.elementor-11 .elementor-element.elementor-element-5b854902.elementor-element {
    --align-self: center
}

.elementor-11 .elementor-element.elementor-element-5b854902 .elementor-button .elementor-button-content-wrapper {
    justify-content: center
}

.elementor-11 .elementor-element.elementor-element-c3ba9c3>.elementor-widget-container {
    padding: 5px 0
}

.elementor-11 .elementor-element.elementor-element-4cc8a212 {
    text-align: center
}

.elementor-11 .elementor-element.elementor-element-4cc8a212 .elementor-heading-title {
    color: #555;
    font-family: "Roboto", Sans-serif;
    font-size: 14px;
    font-weight: 500
}

.elementor-11 .elementor-element.elementor-element-21ceda8b {
    --display: flex;
    --gap: 0px 0px;
    --background-transition: .3s;
    border-style: solid;
    --border-style: solid;
    border-width: 3px;
    --border-top-width: 3px;
    --border-right-width: 3px;
    --border-bottom-width: 3px;
    --border-left-width: 3px;
    border-color: #e4212a;
    --border-color: #e4212a;
    --border-radius: 25px;
    --padding-top: 0px;
    --padding-bottom: 0px;
    --padding-left: 0px;
    --padding-right: 0px
}

.elementor-11 .elementor-element.elementor-element-21ceda8b, .elementor-11 .elementor-element.elementor-element-21ceda8b:before {
    --border-transition: .3s
}

.elementor-11 .elementor-element.elementor-element-7295bd03 {
    --display: flex;
    --background-transition: .3s;
    --border-radius: 20px 20px 0px 0px;
    --padding-top: 12px;
    --padding-bottom: 12px;
    --padding-left: 30px;
    --padding-right: 30px
}

.elementor-11 .elementor-element.elementor-element-7295bd03:not(.elementor-motion-effects-element-type-background), .elementor-11 .elementor-element.elementor-element-7295bd03>.elementor-motion-effects-container>.elementor-motion-effects-layer {
    background-color: #e4212a
}

.elementor-11 .elementor-element.elementor-element-7295bd03, .elementor-11 .elementor-element.elementor-element-7295bd03:before {
    --border-transition: .3s
}

.elementor-11 .elementor-element.elementor-element-460f0d23 {
    text-align: center
}

.elementor-11 .elementor-element.elementor-element-460f0d23 .elementor-heading-title {
    color: #fff;
    font-family: "Roboto", Sans-serif;
    font-size: 26px;
    font-weight: 700
}

.elementor-11 .elementor-element.elementor-element-3e66ac36 {
    --display: flex;
    --gap: 10px 10px;
    --background-transition: .3s;
    --padding-top: 30px;
    --padding-bottom: 30px;
    --padding-left: 30px;
    --padding-right: 30px
}

.elementor-11 .elementor-element.elementor-element-4152f907 {
    --display: flex;
    --gap: 10px 10px;
    --background-transition: .3s;
    --padding-top: 0px;
    --padding-bottom: 0px;
    --padding-left: 0px;
    --padding-right: 0px
}

.elementor-11 .elementor-element.elementor-element-65af05e7 {
    text-align: center
}

.elementor-11 .elementor-element.elementor-element-65af05e7 .elementor-heading-title {
    color: #6ab184;
    font-family: "Roboto", Sans-serif;
    font-size: 38px;
    font-weight: 700
}

.elementor-11 .elementor-element.elementor-element-18f366b2 {
    text-align: center
}

.elementor-11 .elementor-element.elementor-element-18f366b2 .elementor-heading-title {
    color: #000;
    font-family: "Roboto", Sans-serif;
    font-size: 22px;
    font-weight: 600
}

.elementor-11 .elementor-element.elementor-element-e7a9fe6 {
    width: var(--container-widget-width, 300px);
    max-width: 300px;
    --container-widget-width: 300px;
    --container-widget-flex-grow: 0
}

.elementor-11 .elementor-element.elementor-element-e7a9fe6.elementor-element {
    --align-self: center
}

.elementor-11 .elementor-element.elementor-element-e325c43 {
    --display: flex;
    --gap: 10px 10px;
    --background-transition: .3s;
    --padding-top: 0px;
    --padding-bottom: 0px;
    --padding-left: 0px;
    --padding-right: 0px
}

.elementor-11 .elementor-element.elementor-element-4aa7e21c {
    --display: flex;
    --flex-direction: column;
    --container-widget-width: 100%;
    --container-widget-height: initial;
    --container-widget-flex-grow: 0;
    --container-widget-align-self: initial;
    --flex-wrap-mobile: wrap;
    --gap: 0px 0px;
    --background-transition: .3s;
    --padding-top: 0px;
    --padding-bottom: 0px;
    --padding-left: 0px;
    --padding-right: 0px
}

.elementor-11 .elementor-element.elementor-element-56748579 .elementor-icon-list-items:not(.elementor-inline-items) .elementor-icon-list-item:not(:last-child) {
    padding-bottom: calc(5px/2)
}

.elementor-11 .elementor-element.elementor-element-56748579 .elementor-icon-list-items:not(.elementor-inline-items) .elementor-icon-list-item:not(:first-child) {
    margin-top: calc(5px/2)
}

.elementor-11 .elementor-element.elementor-element-56748579 .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item {
    margin-right: calc(5px/2);
    margin-left: calc(5px/2)
}

.elementor-11 .elementor-element.elementor-element-56748579 .elementor-icon-list-items.elementor-inline-items {
    margin-right: calc(-5px/2);
    margin-left: calc(-5px/2)
}

body.rtl .elementor-11 .elementor-element.elementor-element-56748579 .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item:after {
    left: calc(-5px/2)
}

body:not(.rtl) .elementor-11 .elementor-element.elementor-element-56748579 .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item:after {
    right: calc(-5px/2)
}

.elementor-11 .elementor-element.elementor-element-56748579 .elementor-icon-list-icon i {
    color: #369a61;
    transition: color .3s
}

.elementor-11 .elementor-element.elementor-element-56748579 .elementor-icon-list-icon svg {
    fill: #369a61;
    transition: fill .3s
}

.elementor-11 .elementor-element.elementor-element-56748579 {
    --e-icon-list-icon-size: 14px;
    --icon-vertical-offset: 0px
}

.elementor-11 .elementor-element.elementor-element-56748579 .elementor-icon-list-item>.elementor-icon-list-text, .elementor-11 .elementor-element.elementor-element-56748579 .elementor-icon-list-item>a {
    font-family: "Roboto", Sans-serif;
    font-size: 16px;
    font-weight: 500
}

.elementor-11 .elementor-element.elementor-element-56748579 .elementor-icon-list-text {
    color: #000;
    transition: color .3s
}

.elementor-11 .elementor-element.elementor-element-53e8a0b6 {
    --display: flex;
    --flex-direction: row;
    --container-widget-width: calc((1 - var(--container-widget-flex-grow))*100%);
    --container-widget-height: 100%;
    --container-widget-flex-grow: 1;
    --container-widget-align-self: stretch;
    --flex-wrap-mobile: wrap;
    --justify-content: center;
    --align-items: flex-end;
    --gap: 0px 0px;
    --background-transition: .3s;
    --padding-top: 5px;
    --padding-bottom: 10px;
    --padding-left: 0px;
    --padding-right: 0px
}

.elementor-11 .elementor-element.elementor-element-22047de7 .elementor-heading-title {
    color: #000;
    font-family: "Roboto", Sans-serif;
    font-size: 28px;
    font-weight: 600
}

.elementor-11 .elementor-element.elementor-element-2a3e949>.elementor-widget-container {
    margin: 0 0 -10px
}

.elementor-11 .elementor-element.elementor-element-2a3e949 .elementor-heading-title {
    color: #000;
    font-family: "Roboto", Sans-serif;
    font-size: 68px;
    font-weight: 600
}

.elementor-11 .elementor-element.elementor-element-29380dd4 {
    text-align: center
}

.elementor-11 .elementor-element.elementor-element-29380dd4 .elementor-heading-title {
    color: #000;
    font-family: "Roboto", Sans-serif;
    font-size: 16px;
    font-weight: 500
}

.elementor-11 .elementor-element.elementor-element-2f3c9c1c .elementor-button {
    background-color: transparent;
    font-family: "Roboto", Sans-serif;
    font-size: 28px;
    font-weight: 800;
    fill: #111;
    color: #111;
    background-image: linear-gradient(180deg, #ffde00 0%, #ffb301 100%);
    border-radius: 50px;
    box-shadow: 1px 2px 0px 0px #d99d10;
    padding: 22px 35px
}

.elementor-11 .elementor-element.elementor-element-2f3c9c1c.elementor-element {
    --align-self: center
}

.elementor-11 .elementor-element.elementor-element-2f3c9c1c .elementor-button .elementor-button-content-wrapper {
    justify-content: center
}

.elementor-11 .elementor-element.elementor-element-297a8db>.elementor-widget-container {
    padding: 5px 0
}

.elementor-11 .elementor-element.elementor-element-9e96c14 {
    text-align: center
}

.elementor-11 .elementor-element.elementor-element-9e96c14 .elementor-heading-title {
    color: #555;
    font-family: "Roboto", Sans-serif;
    font-size: 14px;
    font-weight: 500
}

.elementor-11 .elementor-element.elementor-element-7ed1ba3d>.elementor-widget-container {
    background-color: #f27f0e;
    padding: 6px 8px;
    border-radius: 4px
}

.elementor-11 .elementor-element.elementor-element-7ed1ba3d.elementor-element {
    --align-self: center
}

.elementor-11 .elementor-element.elementor-element-7ed1ba3d {
    text-align: center
}

.elementor-11 .elementor-element.elementor-element-7ed1ba3d .elementor-heading-title {
    color: #fff;
    font-family: "Roboto", Sans-serif;
    font-size: 16px;
    font-weight: 600
}

.elementor-11 .elementor-element.elementor-element-509eb8cf {
    --display: flex;
    --gap: 0px 0px;
    --background-transition: .3s;
    border-style: solid;
    --border-style: solid;
    border-width: 3px;
    --border-top-width: 3px;
    --border-right-width: 3px;
    --border-bottom-width: 3px;
    --border-left-width: 3px;
    border-color: #cecece;
    --border-color: #cecece;
    --border-radius: 25px;
    --padding-top: 0px;
    --padding-bottom: 0px;
    --padding-left: 0px;
    --padding-right: 0px
}

.elementor-11 .elementor-element.elementor-element-509eb8cf, .elementor-11 .elementor-element.elementor-element-509eb8cf:before {
    --border-transition: .3s
}

.elementor-11 .elementor-element.elementor-element-6765c531 {
    --display: flex;
    --background-transition: .3s;
    --border-radius: 20px 20px 0px 0px;
    --padding-top: 12px;
    --padding-bottom: 12px;
    --padding-left: 30px;
    --padding-right: 30px
}

.elementor-11 .elementor-element.elementor-element-6765c531:not(.elementor-motion-effects-element-type-background), .elementor-11 .elementor-element.elementor-element-6765c531>.elementor-motion-effects-container>.elementor-motion-effects-layer {
    background-color: #cecece
}

.elementor-11 .elementor-element.elementor-element-6765c531, .elementor-11 .elementor-element.elementor-element-6765c531:before {
    --border-transition: .3s
}

.elementor-11 .elementor-element.elementor-element-79069535 {
    text-align: center
}

.elementor-11 .elementor-element.elementor-element-79069535 .elementor-heading-title {
    color: #000;
    font-family: "Roboto", Sans-serif;
    font-size: 26px;
    font-weight: 700
}

.elementor-11 .elementor-element.elementor-element-1bcc693f {
    --display: flex;
    --gap: 10px 10px;
    --background-transition: .3s;
    --padding-top: 30px;
    --padding-bottom: 30px;
    --padding-left: 30px;
    --padding-right: 30px
}

.elementor-11 .elementor-element.elementor-element-7962f6c6 {
    --display: flex;
    --gap: 10px 10px;
    --background-transition: .3s;
    --padding-top: 0px;
    --padding-bottom: 0px;
    --padding-left: 0px;
    --padding-right: 0px
}

.elementor-11 .elementor-element.elementor-element-63825969 {
    text-align: center
}

.elementor-11 .elementor-element.elementor-element-63825969 .elementor-heading-title {
    color: #6ab184;
    font-family: "Roboto", Sans-serif;
    font-size: 38px;
    font-weight: 700
}

.elementor-11 .elementor-element.elementor-element-3002bf49 {
    text-align: center
}

.elementor-11 .elementor-element.elementor-element-3002bf49 .elementor-heading-title {
    color: #000;
    font-family: "Roboto", Sans-serif;
    font-size: 22px;
    font-weight: 600
}

.elementor-11 .elementor-element.elementor-element-57b90d70 {
    width: var(--container-widget-width, 300px);
    max-width: 300px;
    --container-widget-width: 300px;
    --container-widget-flex-grow: 0
}

.elementor-11 .elementor-element.elementor-element-57b90d70.elementor-element {
    --align-self: center
}

.elementor-11 .elementor-element.elementor-element-22258d55 {
    --display: flex;
    --gap: 10px 10px;
    --background-transition: .3s;
    --padding-top: 0px;
    --padding-bottom: 0px;
    --padding-left: 0px;
    --padding-right: 0px
}

.elementor-11 .elementor-element.elementor-element-2df00522 {
    --display: flex;
    --flex-direction: column;
    --container-widget-width: 100%;
    --container-widget-height: initial;
    --container-widget-flex-grow: 0;
    --container-widget-align-self: initial;
    --flex-wrap-mobile: wrap;
    --gap: 0px 0px;
    --background-transition: .3s;
    --padding-top: 0px;
    --padding-bottom: 0px;
    --padding-left: 0px;
    --padding-right: 0px
}

.elementor-11 .elementor-element.elementor-element-5c0ac922 .elementor-icon-list-items:not(.elementor-inline-items) .elementor-icon-list-item:not(:last-child) {
    padding-bottom: calc(5px/2)
}

.elementor-11 .elementor-element.elementor-element-5c0ac922 .elementor-icon-list-items:not(.elementor-inline-items) .elementor-icon-list-item:not(:first-child) {
    margin-top: calc(5px/2)
}

.elementor-11 .elementor-element.elementor-element-5c0ac922 .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item {
    margin-right: calc(5px/2);
    margin-left: calc(5px/2)
}

.elementor-11 .elementor-element.elementor-element-5c0ac922 .elementor-icon-list-items.elementor-inline-items {
    margin-right: calc(-5px/2);
    margin-left: calc(-5px/2)
}

body.rtl .elementor-11 .elementor-element.elementor-element-5c0ac922 .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item:after {
    left: calc(-5px/2)
}

body:not(.rtl) .elementor-11 .elementor-element.elementor-element-5c0ac922 .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item:after {
    right: calc(-5px/2)
}

.elementor-11 .elementor-element.elementor-element-5c0ac922 .elementor-icon-list-icon i {
    color: #369a61;
    transition: color .3s
}

.elementor-11 .elementor-element.elementor-element-5c0ac922 .elementor-icon-list-icon svg {
    fill: #369a61;
    transition: fill .3s
}

.elementor-11 .elementor-element.elementor-element-5c0ac922 {
    --e-icon-list-icon-size: 14px;
    --icon-vertical-offset: 0px
}

.elementor-11 .elementor-element.elementor-element-5c0ac922 .elementor-icon-list-item>.elementor-icon-list-text, .elementor-11 .elementor-element.elementor-element-5c0ac922 .elementor-icon-list-item>a {
    font-family: "Roboto", Sans-serif;
    font-size: 16px;
    font-weight: 500
}

.elementor-11 .elementor-element.elementor-element-5c0ac922 .elementor-icon-list-text {
    color: #000;
    transition: color .3s
}

.elementor-11 .elementor-element.elementor-element-3a0d3ae1 {
    --display: flex;
    --flex-direction: row;
    --container-widget-width: calc((1 - var(--container-widget-flex-grow))*100%);
    --container-widget-height: 100%;
    --container-widget-flex-grow: 1;
    --container-widget-align-self: stretch;
    --flex-wrap-mobile: wrap;
    --justify-content: center;
    --align-items: flex-end;
    --gap: 0px 0px;
    --background-transition: .3s;
    --padding-top: 5px;
    --padding-bottom: 10px;
    --padding-left: 0px;
    --padding-right: 0px
}

.elementor-11 .elementor-element.elementor-element-4c7af50 .elementor-heading-title {
    color: #000;
    font-family: "Roboto", Sans-serif;
    font-size: 28px;
    font-weight: 600
}

.elementor-11 .elementor-element.elementor-element-feda96>.elementor-widget-container {
    margin: 0 0 -10px
}

.elementor-11 .elementor-element.elementor-element-feda96 .elementor-heading-title {
    color: #000;
    font-family: "Roboto", Sans-serif;
    font-size: 68px;
    font-weight: 600
}

.elementor-11 .elementor-element.elementor-element-6d563dd7 {
    text-align: center
}

.elementor-11 .elementor-element.elementor-element-6d563dd7 .elementor-heading-title {
    color: #000;
    font-family: "Roboto", Sans-serif;
    font-size: 16px;
    font-weight: 500
}

.elementor-11 .elementor-element.elementor-element-7d203573 .elementor-button {
    background-color: transparent;
    font-family: "Roboto", Sans-serif;
    font-size: 28px;
    font-weight: 800;
    fill: #111;
    color: #111;
    background-image: linear-gradient(180deg, #ffde00 0%, #ffb301 100%);
    border-radius: 50px;
    box-shadow: 1px 2px 0px 0px #d99d10;
    padding: 22px 35px
}

.elementor-11 .elementor-element.elementor-element-7d203573.elementor-element {
    --align-self: center
}

.elementor-11 .elementor-element.elementor-element-7d203573 .elementor-button .elementor-button-content-wrapper {
    justify-content: center
}

.elementor-11 .elementor-element.elementor-element-5e19ddf>.elementor-widget-container {
    padding: 5px 0
}

.elementor-11 .elementor-element.elementor-element-1a775b42 {
    text-align: center
}

.elementor-11 .elementor-element.elementor-element-1a775b42 .elementor-heading-title {
    color: #555;
    font-family: "Roboto", Sans-serif;
    font-size: 14px;
    font-weight: 500
}

.elementor-11 .elementor-element.elementor-element-129c4021>.elementor-widget-container {
    background-color: #f27f0e;
    padding: 6px 8px;
    border-radius: 4px
}

.elementor-11 .elementor-element.elementor-element-129c4021.elementor-element {
    --align-self: center
}

.elementor-11 .elementor-element.elementor-element-129c4021 {
    text-align: center
}

.elementor-11 .elementor-element.elementor-element-129c4021 .elementor-heading-title {
    color: #fff;
    font-family: "Roboto", Sans-serif;
    font-size: 16px;
    font-weight: 600
}

.elementor-11 .elementor-element.elementor-element-755fae51>.elementor-widget-container {
    margin: 20px 0 0
}

.elementor-11 .elementor-element.elementor-element-755fae51 {
    text-align: center
}

.elementor-11 .elementor-element.elementor-element-755fae51 .elementor-heading-title {
    color: #000;
    font-family: "Roboto", Sans-serif;
    font-weight: 600
}

.elementor-11 .elementor-element.elementor-element-3cf85208 {
    --display: flex;
    --flex-direction: row;
    --container-widget-width: calc((1 - var(--container-widget-flex-grow))*100%);
    --container-widget-height: 100%;
    --container-widget-flex-grow: 1;
    --container-widget-align-self: stretch;
    --flex-wrap-mobile: wrap;
    --justify-content: center;
    --align-items: center;
    --gap: 10px 10px;
    --background-transition: .3s;
    --padding-top: 0px;
    --padding-bottom: 0px;
    --padding-left: 0px;
    --padding-right: 0px
}

.elementor-11 .elementor-element.elementor-element-d187127 {
    --e-rating-icon-font-size: 25px
}

.elementor-11 .elementor-element.elementor-element-6e516b13 .elementor-heading-title {
    color: #6ab184;
    font-family: "Roboto", Sans-serif;
    font-size: 22px;
    font-weight: 600
}

.elementor-11 .elementor-element.elementor-element-50fdf380 {
    text-align: center
}

.elementor-11 .elementor-element.elementor-element-50fdf380 .elementor-heading-title {
    color: #000;
    font-family: "Roboto", Sans-serif;
    font-size: 20px;
    font-weight: 600
}

.elementor-11 .elementor-element.elementor-element-58d6ea52 {
    --display: flex;
    --flex-direction: column;
    --container-widget-width: 100%;
    --container-widget-height: initial;
    --container-widget-flex-grow: 0;
    --container-widget-align-self: initial;
    --flex-wrap-mobile: wrap;
    --background-transition: .3s;
    --padding-top: 120px;
    --padding-bottom: 80px;
    --padding-left: 10px;
    --padding-right: 10px
}

.elementor-11 .elementor-element.elementor-element-58d6ea52:not(.elementor-motion-effects-element-type-background), .elementor-11 .elementor-element.elementor-element-58d6ea52>.elementor-motion-effects-container>.elementor-motion-effects-layer {
    background-color: #fff
}

.elementor-11 .elementor-element.elementor-element-58d6ea52, .elementor-11 .elementor-element.elementor-element-58d6ea52:before {
    --border-transition: .3s
}

.elementor-11 .elementor-element.elementor-element-1a07a7c8 {
    --display: flex;
    --background-transition: .3s;
    border-style: solid;
    --border-style: solid;
    border-width: 5px;
    --border-top-width: 5px;
    --border-right-width: 5px;
    --border-bottom-width: 5px;
    --border-left-width: 5px;
    border-color: #6ab184;
    --border-color: #6ab184;
    --border-radius: 12px
}

.elementor-11 .elementor-element.elementor-element-1a07a7c8:not(.elementor-motion-effects-element-type-background), .elementor-11 .elementor-element.elementor-element-1a07a7c8>.elementor-motion-effects-container>.elementor-motion-effects-layer {
    background-color: #f2f8ff
}

.elementor-11 .elementor-element.elementor-element-1a07a7c8, .elementor-11 .elementor-element.elementor-element-1a07a7c8:before {
    --border-transition: .3s
}

.elementor-11 .elementor-element.elementor-element-1a07a7c8.e-con {
    --align-self: center
}

.elementor-11 .elementor-element.elementor-element-5f683c {
    --display: flex;
    --background-transition: .3s;
    border-style: dashed;
    --border-style: dashed;
    border-width: 5px;
    --border-top-width: 5px;
    --border-right-width: 5px;
    --border-bottom-width: 5px;
    --border-left-width: 5px;
    border-color: #ffdb4b;
    --border-color: #ffdb4b;
    --border-radius: 12px;
    --padding-top: 0px;
    --padding-bottom: 0px;
    --padding-left: 0px;
    --padding-right: 0px
}

.elementor-11 .elementor-element.elementor-element-5f683c:not(.elementor-motion-effects-element-type-background), .elementor-11 .elementor-element.elementor-element-5f683c>.elementor-motion-effects-container>.elementor-motion-effects-layer {
    background-color: #f2f8ff
}

.elementor-11 .elementor-element.elementor-element-5f683c, .elementor-11 .elementor-element.elementor-element-5f683c:before {
    --border-transition: .3s
}

.elementor-11 .elementor-element.elementor-element-5f683c.e-con {
    --align-self: center
}

.elementor-11 .elementor-element.elementor-element-38432b34 {
    --display: grid;
    --e-con-grid-template-columns: repeat(3, 1fr);
    --e-con-grid-template-rows: repeat(1, 1fr);
    --grid-auto-flow: row;
    --justify-items: center;
    --background-transition: .3s;
    --padding-top: 0px;
    --padding-bottom: 0px;
    --padding-left: 0px;
    --padding-right: 0px
}

.elementor-11 .elementor-element.elementor-element-6781de1d {
    --display: flex;
    --background-transition: .3s;
    --padding-top: 0px;
    --padding-bottom: 0px;
    --padding-left: 0px;
    --padding-right: 0px
}

.elementor-11 .elementor-element.elementor-element-113719c6>.elementor-widget-container {
    margin: 10px 0 -15px
}

.elementor-11 .elementor-element.elementor-element-113719c6 {
    text-align: right
}

.elementor-11 .elementor-element.elementor-element-113719c6 .elementor-heading-title {
    color: #6ab184;
    font-family: "Roboto", Sans-serif;
    font-size: 108px;
    font-weight: 600
}

.elementor-11 .elementor-element.elementor-element-36a58af2 {
    width: var(--container-widget-width, 250px);
    max-width: 250px;
    --container-widget-width: 250px;
    --container-widget-flex-grow: 0
}

.elementor-11 .elementor-element.elementor-element-36a58af2>.elementor-widget-container {
    margin: -110px 0 -10px
}

.elementor-11 .elementor-element.elementor-element-36a58af2.elementor-element {
    --align-self: center
}

.elementor-11 .elementor-element.elementor-element-5916c3c {
    --display: flex;
    --background-transition: .3s;
    --padding-top: 0px;
    --padding-bottom: 0px;
    --padding-left: 0px;
    --padding-right: 0px
}

.elementor-11 .elementor-element.elementor-element-1a6ee485>.elementor-widget-container {
    margin: 10px 0 -15px
}

.elementor-11 .elementor-element.elementor-element-1a6ee485 {
    text-align: left
}

.elementor-11 .elementor-element.elementor-element-1a6ee485 .elementor-heading-title {
    color: #6ab184;
    font-family: "Roboto", Sans-serif;
    font-size: 108px;
    font-weight: 600
}

.elementor-11 .elementor-element.elementor-element-16b9341a>.elementor-widget-container {
    margin: 10px 0 -15px
}

.elementor-11 .elementor-element.elementor-element-16b9341a {
    text-align: center
}

.elementor-11 .elementor-element.elementor-element-16b9341a .elementor-heading-title {
    color: #6ab184;
    font-family: "Roboto", Sans-serif;
    font-size: 79px;
    font-weight: 600
}

.elementor-11 .elementor-element.elementor-element-1a984762 {
    --display: flex;
    --background-transition: .3s;
    --padding-top: 0px;
    --padding-bottom: 30px;
    --padding-left: 30px;
    --padding-right: 30px
}

.elementor-11 .elementor-element.elementor-element-55477b43 {
    --display: flex;
    --flex-direction: row;
    --container-widget-width: calc((1 - var(--container-widget-flex-grow))*100%);
    --container-widget-height: 100%;
    --container-widget-flex-grow: 1;
    --container-widget-align-self: stretch;
    --flex-wrap-mobile: wrap;
    --align-items: center;
    --background-transition: .3s;
    --padding-top: 0px;
    --padding-bottom: 0px;
    --padding-left: 0px;
    --padding-right: 0px
}

.elementor-11 .elementor-element.elementor-element-3619d833 {
    width: var(--container-widget-width, 55px);
    max-width: 55px;
    --container-widget-width: 55px;
    --container-widget-flex-grow: 0;
    text-align: center
}

.elementor-11 .elementor-element.elementor-element-3619d833>.elementor-widget-container {
    background-color: #6ab184;
    padding: 10px 20px 10px 16px;
    border-radius: 50px
}

.elementor-11 .elementor-element.elementor-element-3619d833 .elementor-heading-title {
    color: #fff
}

.elementor-11 .elementor-element.elementor-element-11da572 {
    width: 100%;
    max-width: 100%;
    color: #000;
    font-family: "Roboto", Sans-serif;
    font-size: 18px;
    font-weight: 400
}

.elementor-11 .elementor-element.elementor-element-67f81b12 {
    --display: flex;
    --flex-direction: row;
    --container-widget-width: calc((1 - var(--container-widget-flex-grow))*100%);
    --container-widget-height: 100%;
    --container-widget-flex-grow: 1;
    --container-widget-align-self: stretch;
    --flex-wrap-mobile: wrap;
    --align-items: center;
    --background-transition: .3s;
    --padding-top: 0px;
    --padding-bottom: 0px;
    --padding-left: 0px;
    --padding-right: 0px
}

.elementor-11 .elementor-element.elementor-element-44386dec {
    width: var(--container-widget-width, 55px);
    max-width: 55px;
    --container-widget-width: 55px;
    --container-widget-flex-grow: 0;
    text-align: center
}

.elementor-11 .elementor-element.elementor-element-44386dec>.elementor-widget-container {
    background-color: #6ab184;
    padding: 10px 20px 10px 16px;
    border-radius: 50px
}

.elementor-11 .elementor-element.elementor-element-44386dec .elementor-heading-title {
    color: #fff
}

.elementor-11 .elementor-element.elementor-element-63cdf98 {
    width: 100%;
    max-width: 100%;
    color: #000;
    font-family: "Roboto", Sans-serif;
    font-size: 18px;
    font-weight: 400
}

.elementor-11 .elementor-element.elementor-element-26e7f1c5 {
    --display: flex;
    --flex-direction: row;
    --container-widget-width: calc((1 - var(--container-widget-flex-grow))*100%);
    --container-widget-height: 100%;
    --container-widget-flex-grow: 1;
    --container-widget-align-self: stretch;
    --flex-wrap-mobile: wrap;
    --justify-content: center;
    --align-items: center;
    --gap: 10px 10px;
    --background-transition: .3s;
    --padding-top: 0px;
    --padding-bottom: 0px;
    --padding-left: 0px;
    --padding-right: 0px
}

.elementor-11 .elementor-element.elementor-element-2c8e117 {
    width: var(--container-widget-width, 140px);
    max-width: 140px;
    --container-widget-width: 140px;
    --container-widget-flex-grow: 0
}

.elementor-11 .elementor-element.elementor-element-74d6d3a7 {
    width: var(--container-widget-width, 140px);
    max-width: 140px;
    --container-widget-width: 140px;
    --container-widget-flex-grow: 0
}

.elementor-11 .elementor-element.elementor-element-78b2f0ae {
    width: var(--container-widget-width, 140px);
    max-width: 140px;
    --container-widget-width: 140px;
    --container-widget-flex-grow: 0
}

.elementor-11 .elementor-element.elementor-element-6f7c79e0 {
    width: var(--container-widget-width, 140px);
    max-width: 140px;
    --container-widget-width: 140px;
    --container-widget-flex-grow: 0
}

.elementor-11 .elementor-element.elementor-element-14295bd2 {
    --display: flex;
    --flex-direction: column;
    --container-widget-width: 100%;
    --container-widget-height: initial;
    --container-widget-flex-grow: 0;
    --container-widget-align-self: initial;
    --flex-wrap-mobile: wrap;
    --gap: 10px 10px;
    --background-transition: .3s;
    --padding-top: 80px;
    --padding-bottom: 30px;
    --padding-left: 20px;
    --padding-right: 20px
}

.elementor-11 .elementor-element.elementor-element-14295bd2:not(.elementor-motion-effects-element-type-background), .elementor-11 .elementor-element.elementor-element-14295bd2>.elementor-motion-effects-container>.elementor-motion-effects-layer {
    background-color: #7cc597
}

.elementor-11 .elementor-element.elementor-element-14295bd2, .elementor-11 .elementor-element.elementor-element-14295bd2:before {
    --border-transition: .3s
}

.elementor-11 .elementor-element.elementor-element-6c2fda6a {
    width: var(--container-widget-width, 610px);
    max-width: 610px;
    --container-widget-width: 610px;
    --container-widget-flex-grow: 0;
    text-align: center
}

.elementor-11 .elementor-element.elementor-element-6c2fda6a>.elementor-widget-container {
    margin: 0 0 20px
}

.elementor-11 .elementor-element.elementor-element-6c2fda6a.elementor-element {
    --align-self: center
}

.elementor-11 .elementor-element.elementor-element-6c2fda6a .elementor-heading-title {
    color: #fff;
    font-family: "Roboto", Sans-serif;
    font-size: 48px;
    font-weight: 600
}

.elementor-11 .elementor-element.elementor-element-52e704bf>.elementor-widget-container {
    background-color: #fff
}

.elementor-11 .elementor-element.elementor-element-52e704bf .elementor-accordion-item {
    border-width: 0
}

.elementor-11 .elementor-element.elementor-element-52e704bf .elementor-accordion-item .elementor-tab-content {
    border-width: 0
}

.elementor-11 .elementor-element.elementor-element-52e704bf .elementor-accordion-item .elementor-tab-title.elementor-active {
    border-width: 0
}

.elementor-11 .elementor-element.elementor-element-52e704bf .elementor-accordion-icon, .elementor-11 .elementor-element.elementor-element-52e704bf .elementor-accordion-title {
    color: #000
}

.elementor-11 .elementor-element.elementor-element-52e704bf .elementor-accordion-icon svg {
    fill: #000
}

.elementor-11 .elementor-element.elementor-element-52e704bf .elementor-active .elementor-accordion-icon, .elementor-11 .elementor-element.elementor-element-52e704bf .elementor-active .elementor-accordion-title {
    color: #7cc597
}

.elementor-11 .elementor-element.elementor-element-52e704bf .elementor-active .elementor-accordion-icon svg {
    fill: #7cc597
}

.elementor-11 .elementor-element.elementor-element-52e704bf .elementor-accordion-title {
    font-family: "Roboto", Sans-serif;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.3em
}

.elementor-11 .elementor-element.elementor-element-52e704bf .elementor-tab-title {
    padding: 25px 32px
}

.elementor-11 .elementor-element.elementor-element-52e704bf .elementor-tab-content {
    font-family: "Roboto", Sans-serif;
    font-size: 16px;
    font-weight: 400;
    padding: 0 32px 25px
}

.elementor-11 .elementor-element.elementor-element-3112bfc6>.elementor-widget-container {
    background-color: #fff
}

.elementor-11 .elementor-element.elementor-element-3112bfc6 .elementor-accordion-item {
    border-width: 0
}

.elementor-11 .elementor-element.elementor-element-3112bfc6 .elementor-accordion-item .elementor-tab-content {
    border-width: 0
}

.elementor-11 .elementor-element.elementor-element-3112bfc6 .elementor-accordion-item .elementor-tab-title.elementor-active {
    border-width: 0
}

.elementor-11 .elementor-element.elementor-element-3112bfc6 .elementor-accordion-icon, .elementor-11 .elementor-element.elementor-element-3112bfc6 .elementor-accordion-title {
    color: #000
}

.elementor-11 .elementor-element.elementor-element-3112bfc6 .elementor-accordion-icon svg {
    fill: #000
}

.elementor-11 .elementor-element.elementor-element-3112bfc6 .elementor-active .elementor-accordion-icon, .elementor-11 .elementor-element.elementor-element-3112bfc6 .elementor-active .elementor-accordion-title {
    color: #7cc597
}

.elementor-11 .elementor-element.elementor-element-3112bfc6 .elementor-active .elementor-accordion-icon svg {
    fill: #7cc597
}

.elementor-11 .elementor-element.elementor-element-3112bfc6 .elementor-accordion-title {
    font-family: "Roboto", Sans-serif;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.3em
}

.elementor-11 .elementor-element.elementor-element-3112bfc6 .elementor-tab-title {
    padding: 25px 32px
}

.elementor-11 .elementor-element.elementor-element-3112bfc6 .elementor-tab-content {
    font-family: "Roboto", Sans-serif;
    font-size: 16px;
    font-weight: 400;
    padding: 0 32px 25px
}

.elementor-11 .elementor-element.elementor-element-667c1f1f>.elementor-widget-container {
    background-color: #fff
}

.elementor-11 .elementor-element.elementor-element-667c1f1f .elementor-accordion-item {
    border-width: 0
}

.elementor-11 .elementor-element.elementor-element-667c1f1f .elementor-accordion-item .elementor-tab-content {
    border-width: 0
}

.elementor-11 .elementor-element.elementor-element-667c1f1f .elementor-accordion-item .elementor-tab-title.elementor-active {
    border-width: 0
}

.elementor-11 .elementor-element.elementor-element-667c1f1f .elementor-accordion-icon, .elementor-11 .elementor-element.elementor-element-667c1f1f .elementor-accordion-title {
    color: #000
}

.elementor-11 .elementor-element.elementor-element-667c1f1f .elementor-accordion-icon svg {
    fill: #000
}

.elementor-11 .elementor-element.elementor-element-667c1f1f .elementor-active .elementor-accordion-icon, .elementor-11 .elementor-element.elementor-element-667c1f1f .elementor-active .elementor-accordion-title {
    color: #7cc597
}

.elementor-11 .elementor-element.elementor-element-667c1f1f .elementor-active .elementor-accordion-icon svg {
    fill: #7cc597
}

.elementor-11 .elementor-element.elementor-element-667c1f1f .elementor-accordion-title {
    font-family: "Roboto", Sans-serif;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.3em
}

.elementor-11 .elementor-element.elementor-element-667c1f1f .elementor-tab-title {
    padding: 25px 32px
}

.elementor-11 .elementor-element.elementor-element-667c1f1f .elementor-tab-content {
    font-family: "Roboto", Sans-serif;
    font-size: 16px;
    font-weight: 400;
    padding: 0 32px 25px
}

.elementor-11 .elementor-element.elementor-element-5a38594b {
    --display: flex;
    --flex-direction: column;
    --container-widget-width: 100%;
    --container-widget-height: initial;
    --container-widget-flex-grow: 0;
    --container-widget-align-self: initial;
    --flex-wrap-mobile: wrap;
    --gap: 10px 10px;
    --background-transition: .3s;
    --padding-top: 30px;
    --padding-bottom: 20px;
    --padding-left: 10px;
    --padding-right: 10px
}

.elementor-11 .elementor-element.elementor-element-5a38594b:not(.elementor-motion-effects-element-type-background), .elementor-11 .elementor-element.elementor-element-5a38594b>.elementor-motion-effects-container>.elementor-motion-effects-layer {
    background-color: #6ab184
}

.elementor-11 .elementor-element.elementor-element-5a38594b, .elementor-11 .elementor-element.elementor-element-5a38594b:before {
    --border-transition: .3s
}

.elementor-11 .elementor-element.elementor-element-2159685 {
    width: var(--container-widget-width, 610px);
    max-width: 610px;
    --container-widget-width: 610px;
    --container-widget-flex-grow: 0;
    text-align: center
}

.elementor-11 .elementor-element.elementor-element-2159685.elementor-element {
    --align-self: center
}

.elementor-11 .elementor-element.elementor-element-2159685 .elementor-heading-title {
    color: #fff;
    font-family: "Roboto", Sans-serif;
    font-size: 30px;
    font-weight: 600
}

.elementor-11 .elementor-element.elementor-element-604ade74 {
    --display: flex;
    --flex-direction: column;
    --container-widget-width: 100%;
    --container-widget-height: initial;
    --container-widget-flex-grow: 0;
    --container-widget-align-self: initial;
    --flex-wrap-mobile: wrap;
    --background-transition: .3s;
    --padding-top: 60px;
    --padding-bottom: 60px;
    --padding-left: 10px;
    --padding-right: 10px
}

.elementor-11 .elementor-element.elementor-element-604ade74:not(.elementor-motion-effects-element-type-background), .elementor-11 .elementor-element.elementor-element-604ade74>.elementor-motion-effects-container>.elementor-motion-effects-layer {
    background-color: #eee
}

.elementor-11 .elementor-element.elementor-element-604ade74, .elementor-11 .elementor-element.elementor-element-604ade74:before {
    --border-transition: .3s
}

.elementor-11 .elementor-element.elementor-element-604ade74>.elementor-shape-top .elementor-shape-fill, .elementor-11 .elementor-element.elementor-element-604ade74>.e-con-inner>.elementor-shape-top .elementor-shape-fill {
    fill: #6ab184
}

.elementor-11 .elementor-element.elementor-element-1ea36211 {
    --display: grid;
    --e-con-grid-template-columns: repeat(3, 1fr);
    --e-con-grid-template-rows: repeat(1, 1fr);
    --grid-auto-flow: row;
    --align-items: center;
    --background-transition: .3s;
    --padding-top: 0px;
    --padding-bottom: 0px;
    --padding-left: 0px;
    --padding-right: 0px
}

.elementor-11 .elementor-element.elementor-element-7768039d {
    --display: flex;
    --gap: 0px 0px;
    --background-transition: .3s;
    border-style: solid;
    --border-style: solid;
    border-width: 3px;
    --border-top-width: 3px;
    --border-right-width: 3px;
    --border-bottom-width: 3px;
    --border-left-width: 3px;
    border-color: #cecece;
    --border-color: #cecece;
    --border-radius: 25px;
    --padding-top: 0px;
    --padding-bottom: 0px;
    --padding-left: 0px;
    --padding-right: 0px
}

.elementor-11 .elementor-element.elementor-element-7768039d, .elementor-11 .elementor-element.elementor-element-7768039d:before {
    --border-transition: .3s
}

.elementor-11 .elementor-element.elementor-element-7867abc5 {
    --display: flex;
    --background-transition: .3s;
    --border-radius: 20px 20px 0px 0px;
    --padding-top: 12px;
    --padding-bottom: 12px;
    --padding-left: 30px;
    --padding-right: 30px
}

.elementor-11 .elementor-element.elementor-element-7867abc5:not(.elementor-motion-effects-element-type-background), .elementor-11 .elementor-element.elementor-element-7867abc5>.elementor-motion-effects-container>.elementor-motion-effects-layer {
    background-color: #cecece
}

.elementor-11 .elementor-element.elementor-element-7867abc5, .elementor-11 .elementor-element.elementor-element-7867abc5:before {
    --border-transition: .3s
}

.elementor-11 .elementor-element.elementor-element-4c923aad {
    text-align: center
}

.elementor-11 .elementor-element.elementor-element-4c923aad .elementor-heading-title {
    color: #000;
    font-family: "Roboto", Sans-serif;
    font-size: 26px;
    font-weight: 700
}

.elementor-11 .elementor-element.elementor-element-5b98f78b {
    --display: flex;
    --gap: 10px 10px;
    --background-transition: .3s;
    --padding-top: 30px;
    --padding-bottom: 30px;
    --padding-left: 30px;
    --padding-right: 30px
}

.elementor-11 .elementor-element.elementor-element-78f0bb1e {
    --display: flex;
    --gap: 10px 10px;
    --background-transition: .3s;
    --padding-top: 0px;
    --padding-bottom: 0px;
    --padding-left: 0px;
    --padding-right: 0px
}

.elementor-11 .elementor-element.elementor-element-5e5be564 {
    text-align: center
}

.elementor-11 .elementor-element.elementor-element-5e5be564 .elementor-heading-title {
    color: #6ab184;
    font-family: "Roboto", Sans-serif;
    font-size: 38px;
    font-weight: 700
}

.elementor-11 .elementor-element.elementor-element-9f2c1f {
    text-align: center
}

.elementor-11 .elementor-element.elementor-element-9f2c1f .elementor-heading-title {
    color: #000;
    font-family: "Roboto", Sans-serif;
    font-size: 22px;
    font-weight: 600
}

.elementor-11 .elementor-element.elementor-element-47bb410b {
    width: var(--container-widget-width, 300px);
    max-width: 300px;
    --container-widget-width: 300px;
    --container-widget-flex-grow: 0
}

.elementor-11 .elementor-element.elementor-element-47bb410b.elementor-element {
    --align-self: center
}

.elementor-11 .elementor-element.elementor-element-14381111 {
    --display: flex;
    --gap: 10px 10px;
    --background-transition: .3s;
    --padding-top: 0px;
    --padding-bottom: 0px;
    --padding-left: 0px;
    --padding-right: 0px
}

.elementor-11 .elementor-element.elementor-element-437a8fd1 {
    --display: flex;
    --flex-direction: column;
    --container-widget-width: 100%;
    --container-widget-height: initial;
    --container-widget-flex-grow: 0;
    --container-widget-align-self: initial;
    --flex-wrap-mobile: wrap;
    --gap: 0px 0px;
    --background-transition: .3s;
    --padding-top: 0px;
    --padding-bottom: 0px;
    --padding-left: 0px;
    --padding-right: 0px
}

.elementor-11 .elementor-element.elementor-element-47947864 {
    --display: flex;
    --flex-direction: row;
    --container-widget-width: calc((1 - var(--container-widget-flex-grow))*100%);
    --container-widget-height: 100%;
    --container-widget-flex-grow: 1;
    --container-widget-align-self: stretch;
    --flex-wrap-mobile: wrap;
    --justify-content: center;
    --align-items: flex-end;
    --gap: 0px 0px;
    --background-transition: .3s;
    --padding-top: 0px;
    --padding-bottom: 10px;
    --padding-left: 0px;
    --padding-right: 0px
}

.elementor-11 .elementor-element.elementor-element-2841768 .elementor-heading-title {
    color: #000;
    font-family: "Roboto", Sans-serif;
    font-size: 28px;
    font-weight: 600
}

.elementor-11 .elementor-element.elementor-element-26cd5126>.elementor-widget-container {
    margin: 0 0 -10px
}

.elementor-11 .elementor-element.elementor-element-26cd5126 .elementor-heading-title {
    color: #000;
    font-family: "Roboto", Sans-serif;
    font-size: 68px;
    font-weight: 600
}

.elementor-11 .elementor-element.elementor-element-5609fa49 {
    text-align: center
}

.elementor-11 .elementor-element.elementor-element-5609fa49 .elementor-heading-title {
    color: #000;
    font-family: "Roboto", Sans-serif;
    font-size: 16px;
    font-weight: 500
}

.elementor-11 .elementor-element.elementor-element-4fe76f49 .elementor-button {
    background-color: transparent;
    font-family: "Roboto", Sans-serif;
    font-size: 28px;
    font-weight: 800;
    fill: #111;
    color: #111;
    background-image: linear-gradient(180deg, #ffde00 0%, #ffb301 100%);
    border-radius: 50px;
    box-shadow: 1px 2px 0px 0px #d99d10;
    padding: 22px 35px
}

.elementor-11 .elementor-element.elementor-element-4fe76f49.elementor-element {
    --align-self: center
}

.elementor-11 .elementor-element.elementor-element-4fe76f49 .elementor-button .elementor-button-content-wrapper {
    justify-content: center
}

.elementor-11 .elementor-element.elementor-element-606e8554>.elementor-widget-container {
    padding: 5px 0
}

.elementor-11 .elementor-element.elementor-element-6ec8e50f {
    text-align: center
}

.elementor-11 .elementor-element.elementor-element-6ec8e50f .elementor-heading-title {
    color: #555;
    font-family: "Roboto", Sans-serif;
    font-size: 14px;
    font-weight: 500
}

.elementor-11 .elementor-element.elementor-element-6f32b13e {
    --display: flex;
    --gap: 0px 0px;
    --background-transition: .3s;
    border-style: solid;
    --border-style: solid;
    border-width: 3px;
    --border-top-width: 3px;
    --border-right-width: 3px;
    --border-bottom-width: 3px;
    --border-left-width: 3px;
    border-color: #e4212a;
    --border-color: #e4212a;
    --border-radius: 25px;
    --padding-top: 0px;
    --padding-bottom: 0px;
    --padding-left: 0px;
    --padding-right: 0px
}

.elementor-11 .elementor-element.elementor-element-6f32b13e, .elementor-11 .elementor-element.elementor-element-6f32b13e:before {
    --border-transition: .3s
}

.elementor-11 .elementor-element.elementor-element-98ec1ac {
    --display: flex;
    --background-transition: .3s;
    --border-radius: 20px 20px 0px 0px;
    --padding-top: 12px;
    --padding-bottom: 12px;
    --padding-left: 30px;
    --padding-right: 30px
}

.elementor-11 .elementor-element.elementor-element-98ec1ac:not(.elementor-motion-effects-element-type-background), .elementor-11 .elementor-element.elementor-element-98ec1ac>.elementor-motion-effects-container>.elementor-motion-effects-layer {
    background-color: #e4212a
}

.elementor-11 .elementor-element.elementor-element-98ec1ac, .elementor-11 .elementor-element.elementor-element-98ec1ac:before {
    --border-transition: .3s
}

.elementor-11 .elementor-element.elementor-element-1586aef4 {
    text-align: center
}

.elementor-11 .elementor-element.elementor-element-1586aef4 .elementor-heading-title {
    color: #fff;
    font-family: "Roboto", Sans-serif;
    font-size: 26px;
    font-weight: 700
}

.elementor-11 .elementor-element.elementor-element-4a24d2ec {
    --display: flex;
    --gap: 10px 10px;
    --background-transition: .3s;
    --padding-top: 30px;
    --padding-bottom: 30px;
    --padding-left: 30px;
    --padding-right: 30px
}

.elementor-11 .elementor-element.elementor-element-142806d0 {
    --display: flex;
    --gap: 10px 10px;
    --background-transition: .3s;
    --padding-top: 0px;
    --padding-bottom: 0px;
    --padding-left: 0px;
    --padding-right: 0px
}

.elementor-11 .elementor-element.elementor-element-1d7fcd7f {
    text-align: center
}

.elementor-11 .elementor-element.elementor-element-1d7fcd7f .elementor-heading-title {
    color: #6ab184;
    font-family: "Roboto", Sans-serif;
    font-size: 38px;
    font-weight: 700
}

.elementor-11 .elementor-element.elementor-element-57d661cb {
    text-align: center
}

.elementor-11 .elementor-element.elementor-element-57d661cb .elementor-heading-title {
    color: #000;
    font-family: "Roboto", Sans-serif;
    font-size: 22px;
    font-weight: 600
}

.elementor-11 .elementor-element.elementor-element-4b576059 {
    width: var(--container-widget-width, 300px);
    max-width: 300px;
    --container-widget-width: 300px;
    --container-widget-flex-grow: 0
}

.elementor-11 .elementor-element.elementor-element-4b576059.elementor-element {
    --align-self: center
}

.elementor-11 .elementor-element.elementor-element-1e32a640 {
    --display: flex;
    --gap: 10px 10px;
    --background-transition: .3s;
    --padding-top: 0px;
    --padding-bottom: 0px;
    --padding-left: 0px;
    --padding-right: 0px
}

.elementor-11 .elementor-element.elementor-element-14c6325e {
    --display: flex;
    --flex-direction: column;
    --container-widget-width: 100%;
    --container-widget-height: initial;
    --container-widget-flex-grow: 0;
    --container-widget-align-self: initial;
    --flex-wrap-mobile: wrap;
    --gap: 0px 0px;
    --background-transition: .3s;
    --padding-top: 0px;
    --padding-bottom: 0px;
    --padding-left: 0px;
    --padding-right: 0px
}

.elementor-11 .elementor-element.elementor-element-7601bbca .elementor-icon-list-items:not(.elementor-inline-items) .elementor-icon-list-item:not(:last-child) {
    padding-bottom: calc(5px/2)
}

.elementor-11 .elementor-element.elementor-element-7601bbca .elementor-icon-list-items:not(.elementor-inline-items) .elementor-icon-list-item:not(:first-child) {
    margin-top: calc(5px/2)
}

.elementor-11 .elementor-element.elementor-element-7601bbca .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item {
    margin-right: calc(5px/2);
    margin-left: calc(5px/2)
}

.elementor-11 .elementor-element.elementor-element-7601bbca .elementor-icon-list-items.elementor-inline-items {
    margin-right: calc(-5px/2);
    margin-left: calc(-5px/2)
}

body.rtl .elementor-11 .elementor-element.elementor-element-7601bbca .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item:after {
    left: calc(-5px/2)
}

body:not(.rtl) .elementor-11 .elementor-element.elementor-element-7601bbca .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item:after {
    right: calc(-5px/2)
}

.elementor-11 .elementor-element.elementor-element-7601bbca .elementor-icon-list-icon i {
    color: #369a61;
    transition: color .3s
}

.elementor-11 .elementor-element.elementor-element-7601bbca .elementor-icon-list-icon svg {
    fill: #369a61;
    transition: fill .3s
}

.elementor-11 .elementor-element.elementor-element-7601bbca {
    --e-icon-list-icon-size: 14px;
    --icon-vertical-offset: 0px
}

.elementor-11 .elementor-element.elementor-element-7601bbca .elementor-icon-list-item>.elementor-icon-list-text, .elementor-11 .elementor-element.elementor-element-7601bbca .elementor-icon-list-item>a {
    font-family: "Roboto", Sans-serif;
    font-size: 16px;
    font-weight: 500
}

.elementor-11 .elementor-element.elementor-element-7601bbca .elementor-icon-list-text {
    color: #000;
    transition: color .3s
}

.elementor-11 .elementor-element.elementor-element-586bb33d {
    --display: flex;
    --flex-direction: row;
    --container-widget-width: calc((1 - var(--container-widget-flex-grow))*100%);
    --container-widget-height: 100%;
    --container-widget-flex-grow: 1;
    --container-widget-align-self: stretch;
    --flex-wrap-mobile: wrap;
    --justify-content: center;
    --align-items: flex-end;
    --gap: 0px 0px;
    --background-transition: .3s;
    --padding-top: 5px;
    --padding-bottom: 10px;
    --padding-left: 0px;
    --padding-right: 0px
}

.elementor-11 .elementor-element.elementor-element-374d312f .elementor-heading-title {
    color: #000;
    font-family: "Roboto", Sans-serif;
    font-size: 28px;
    font-weight: 600
}

.elementor-11 .elementor-element.elementor-element-68dc3226>.elementor-widget-container {
    margin: 0 0 -10px
}

.elementor-11 .elementor-element.elementor-element-68dc3226 .elementor-heading-title {
    color: #000;
    font-family: "Roboto", Sans-serif;
    font-size: 68px;
    font-weight: 600
}

.elementor-11 .elementor-element.elementor-element-7d6f0354 {
    text-align: center
}

.elementor-11 .elementor-element.elementor-element-7d6f0354 .elementor-heading-title {
    color: #000;
    font-family: "Roboto", Sans-serif;
    font-size: 16px;
    font-weight: 500
}

.elementor-11 .elementor-element.elementor-element-606492e .elementor-button {
    background-color: transparent;
    font-family: "Roboto", Sans-serif;
    font-size: 28px;
    font-weight: 800;
    fill: #111;
    color: #111;
    background-image: linear-gradient(180deg, #ffde00 0%, #ffb301 100%);
    border-radius: 50px;
    box-shadow: 1px 2px 0px 0px #d99d10;
    padding: 22px 35px
}

.elementor-11 .elementor-element.elementor-element-606492e.elementor-element {
    --align-self: center
}

.elementor-11 .elementor-element.elementor-element-606492e .elementor-button .elementor-button-content-wrapper {
    justify-content: center
}

.elementor-11 .elementor-element.elementor-element-39b4a487>.elementor-widget-container {
    padding: 5px 0
}

.elementor-11 .elementor-element.elementor-element-2d427c1e {
    text-align: center
}

.elementor-11 .elementor-element.elementor-element-2d427c1e .elementor-heading-title {
    color: #555;
    font-family: "Roboto", Sans-serif;
    font-size: 14px;
    font-weight: 500
}

.elementor-11 .elementor-element.elementor-element-6ca962d4>.elementor-widget-container {
    background-color: #f27f0e;
    padding: 6px 8px;
    border-radius: 4px
}

.elementor-11 .elementor-element.elementor-element-6ca962d4.elementor-element {
    --align-self: center
}

.elementor-11 .elementor-element.elementor-element-6ca962d4 {
    text-align: center
}

.elementor-11 .elementor-element.elementor-element-6ca962d4 .elementor-heading-title {
    color: #fff;
    font-family: "Roboto", Sans-serif;
    font-size: 16px;
    font-weight: 600
}

.elementor-11 .elementor-element.elementor-element-46926851 {
    --display: flex;
    --gap: 0px 0px;
    --background-transition: .3s;
    border-style: solid;
    --border-style: solid;
    border-width: 3px;
    --border-top-width: 3px;
    --border-right-width: 3px;
    --border-bottom-width: 3px;
    --border-left-width: 3px;
    border-color: #cecece;
    --border-color: #cecece;
    --border-radius: 25px;
    --padding-top: 0px;
    --padding-bottom: 0px;
    --padding-left: 0px;
    --padding-right: 0px
}

.elementor-11 .elementor-element.elementor-element-46926851, .elementor-11 .elementor-element.elementor-element-46926851:before {
    --border-transition: .3s
}

.elementor-11 .elementor-element.elementor-element-610ae705 {
    --display: flex;
    --background-transition: .3s;
    --border-radius: 20px 20px 0px 0px;
    --padding-top: 12px;
    --padding-bottom: 12px;
    --padding-left: 30px;
    --padding-right: 30px
}

.elementor-11 .elementor-element.elementor-element-610ae705:not(.elementor-motion-effects-element-type-background), .elementor-11 .elementor-element.elementor-element-610ae705>.elementor-motion-effects-container>.elementor-motion-effects-layer {
    background-color: #cecece
}

.elementor-11 .elementor-element.elementor-element-610ae705, .elementor-11 .elementor-element.elementor-element-610ae705:before {
    --border-transition: .3s
}

.elementor-11 .elementor-element.elementor-element-530d5220 {
    text-align: center
}

.elementor-11 .elementor-element.elementor-element-530d5220 .elementor-heading-title {
    color: #000;
    font-family: "Roboto", Sans-serif;
    font-size: 26px;
    font-weight: 700
}

.elementor-11 .elementor-element.elementor-element-434f13ad {
    --display: flex;
    --gap: 10px 10px;
    --background-transition: .3s;
    --padding-top: 30px;
    --padding-bottom: 30px;
    --padding-left: 30px;
    --padding-right: 30px
}

.elementor-11 .elementor-element.elementor-element-1c2123c2 {
    --display: flex;
    --gap: 10px 10px;
    --background-transition: .3s;
    --padding-top: 0px;
    --padding-bottom: 0px;
    --padding-left: 0px;
    --padding-right: 0px
}

.elementor-11 .elementor-element.elementor-element-78db5321 {
    text-align: center
}

.elementor-11 .elementor-element.elementor-element-78db5321 .elementor-heading-title {
    color: #6ab184;
    font-family: "Roboto", Sans-serif;
    font-size: 38px;
    font-weight: 700
}

.elementor-11 .elementor-element.elementor-element-15af6f85 {
    text-align: center
}

.elementor-11 .elementor-element.elementor-element-15af6f85 .elementor-heading-title {
    color: #000;
    font-family: "Roboto", Sans-serif;
    font-size: 22px;
    font-weight: 600
}

.elementor-11 .elementor-element.elementor-element-603a2b23 {
    width: var(--container-widget-width, 300px);
    max-width: 300px;
    --container-widget-width: 300px;
    --container-widget-flex-grow: 0
}

.elementor-11 .elementor-element.elementor-element-603a2b23.elementor-element {
    --align-self: center
}

.elementor-11 .elementor-element.elementor-element-4d9263a6 {
    --display: flex;
    --gap: 10px 10px;
    --background-transition: .3s;
    --padding-top: 0px;
    --padding-bottom: 0px;
    --padding-left: 0px;
    --padding-right: 0px
}

.elementor-11 .elementor-element.elementor-element-3edd887a {
    --display: flex;
    --flex-direction: column;
    --container-widget-width: 100%;
    --container-widget-height: initial;
    --container-widget-flex-grow: 0;
    --container-widget-align-self: initial;
    --flex-wrap-mobile: wrap;
    --gap: 0px 0px;
    --background-transition: .3s;
    --padding-top: 0px;
    --padding-bottom: 0px;
    --padding-left: 0px;
    --padding-right: 0px
}

.elementor-11 .elementor-element.elementor-element-1d1fae0d .elementor-icon-list-items:not(.elementor-inline-items) .elementor-icon-list-item:not(:last-child) {
    padding-bottom: calc(5px/2)
}

.elementor-11 .elementor-element.elementor-element-1d1fae0d .elementor-icon-list-items:not(.elementor-inline-items) .elementor-icon-list-item:not(:first-child) {
    margin-top: calc(5px/2)
}

.elementor-11 .elementor-element.elementor-element-1d1fae0d .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item {
    margin-right: calc(5px/2);
    margin-left: calc(5px/2)
}

.elementor-11 .elementor-element.elementor-element-1d1fae0d .elementor-icon-list-items.elementor-inline-items {
    margin-right: calc(-5px/2);
    margin-left: calc(-5px/2)
}

body.rtl .elementor-11 .elementor-element.elementor-element-1d1fae0d .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item:after {
    left: calc(-5px/2)
}

body:not(.rtl) .elementor-11 .elementor-element.elementor-element-1d1fae0d .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item:after {
    right: calc(-5px/2)
}

.elementor-11 .elementor-element.elementor-element-1d1fae0d .elementor-icon-list-icon i {
    color: #369a61;
    transition: color .3s
}

.elementor-11 .elementor-element.elementor-element-1d1fae0d .elementor-icon-list-icon svg {
    fill: #369a61;
    transition: fill .3s
}

.elementor-11 .elementor-element.elementor-element-1d1fae0d {
    --e-icon-list-icon-size: 14px;
    --icon-vertical-offset: 0px
}

.elementor-11 .elementor-element.elementor-element-1d1fae0d .elementor-icon-list-item>.elementor-icon-list-text, .elementor-11 .elementor-element.elementor-element-1d1fae0d .elementor-icon-list-item>a {
    font-family: "Roboto", Sans-serif;
    font-size: 16px;
    font-weight: 500
}

.elementor-11 .elementor-element.elementor-element-1d1fae0d .elementor-icon-list-text {
    color: #000;
    transition: color .3s
}

.elementor-11 .elementor-element.elementor-element-2f557072 {
    --display: flex;
    --flex-direction: row;
    --container-widget-width: calc((1 - var(--container-widget-flex-grow))*100%);
    --container-widget-height: 100%;
    --container-widget-flex-grow: 1;
    --container-widget-align-self: stretch;
    --flex-wrap-mobile: wrap;
    --justify-content: center;
    --align-items: flex-end;
    --gap: 0px 0px;
    --background-transition: .3s;
    --padding-top: 5px;
    --padding-bottom: 10px;
    --padding-left: 0px;
    --padding-right: 0px
}

.elementor-11 .elementor-element.elementor-element-7df5ed9e .elementor-heading-title {
    color: #000;
    font-family: "Roboto", Sans-serif;
    font-size: 28px;
    font-weight: 600
}

.elementor-11 .elementor-element.elementor-element-36231bca>.elementor-widget-container {
    margin: 0 0 -10px
}

.elementor-11 .elementor-element.elementor-element-36231bca .elementor-heading-title {
    color: #000;
    font-family: "Roboto", Sans-serif;
    font-size: 68px;
    font-weight: 600
}

.elementor-11 .elementor-element.elementor-element-4949845b {
    text-align: center
}

.elementor-11 .elementor-element.elementor-element-4949845b .elementor-heading-title {
    color: #000;
    font-family: "Roboto", Sans-serif;
    font-size: 16px;
    font-weight: 500
}

.elementor-11 .elementor-element.elementor-element-2041ade .elementor-button {
    background-color: transparent;
    font-family: "Roboto", Sans-serif;
    font-size: 28px;
    font-weight: 800;
    fill: #111;
    color: #111;
    background-image: linear-gradient(180deg, #ffde00 0%, #ffb301 100%);
    border-radius: 50px;
    box-shadow: 1px 2px 0px 0px #d99d10;
    padding: 22px 35px
}

.elementor-11 .elementor-element.elementor-element-2041ade.elementor-element {
    --align-self: center
}

.elementor-11 .elementor-element.elementor-element-2041ade .elementor-button .elementor-button-content-wrapper {
    justify-content: center
}

.elementor-11 .elementor-element.elementor-element-7ae2465e>.elementor-widget-container {
    padding: 5px 0
}

.elementor-11 .elementor-element.elementor-element-37fb9a83 {
    text-align: center
}

.elementor-11 .elementor-element.elementor-element-37fb9a83 .elementor-heading-title {
    color: #555;
    font-family: "Roboto", Sans-serif;
    font-size: 14px;
    font-weight: 500
}

.elementor-11 .elementor-element.elementor-element-301405d0>.elementor-widget-container {
    background-color: #f27f0e;
    padding: 6px 8px;
    border-radius: 4px
}

.elementor-11 .elementor-element.elementor-element-301405d0.elementor-element {
    --align-self: center
}

.elementor-11 .elementor-element.elementor-element-301405d0 {
    text-align: center
}

.elementor-11 .elementor-element.elementor-element-301405d0 .elementor-heading-title {
    color: #fff;
    font-family: "Roboto", Sans-serif;
    font-size: 16px;
    font-weight: 600
}

.elementor-11 .elementor-element.elementor-element-7bae6d9a>.elementor-widget-container {
    margin: 20px 0 0
}

.elementor-11 .elementor-element.elementor-element-7bae6d9a {
    text-align: center
}

.elementor-11 .elementor-element.elementor-element-7bae6d9a .elementor-heading-title {
    color: #000;
    font-family: "Roboto", Sans-serif;
    font-weight: 600
}

.elementor-11 .elementor-element.elementor-element-6306aedc {
    --display: flex;
    --flex-direction: row;
    --container-widget-width: calc((1 - var(--container-widget-flex-grow))*100%);
    --container-widget-height: 100%;
    --container-widget-flex-grow: 1;
    --container-widget-align-self: stretch;
    --flex-wrap-mobile: wrap;
    --justify-content: center;
    --align-items: center;
    --gap: 10px 10px;
    --background-transition: .3s;
    --padding-top: 0px;
    --padding-bottom: 0px;
    --padding-left: 0px;
    --padding-right: 0px
}

.elementor-11 .elementor-element.elementor-element-764121b3 {
    --e-rating-icon-font-size: 25px
}

.elementor-11 .elementor-element.elementor-element-6e9be8ac .elementor-heading-title {
    color: #6ab184;
    font-family: "Roboto", Sans-serif;
    font-size: 22px;
    font-weight: 600
}

.elementor-11 .elementor-element.elementor-element-4c6b221b {
    text-align: center
}

.elementor-11 .elementor-element.elementor-element-4c6b221b .elementor-heading-title {
    color: #000;
    font-family: "Roboto", Sans-serif;
    font-size: 20px;
    font-weight: 600
}

.elementor-11 .elementor-element.elementor-element-462a2faa {
    --display: flex;
    --flex-direction: column;
    --container-widget-width: 100%;
    --container-widget-height: initial;
    --container-widget-flex-grow: 0;
    --container-widget-align-self: initial;
    --flex-wrap-mobile: wrap;
    --background-transition: .3s;
    --padding-top: 20px;
    --padding-bottom: 80px;
    --padding-left: 10px;
    --padding-right: 10px
}

.elementor-11 .elementor-element.elementor-element-462a2faa:not(.elementor-motion-effects-element-type-background), .elementor-11 .elementor-element.elementor-element-462a2faa>.elementor-motion-effects-container>.elementor-motion-effects-layer {
    background-color: #e3f3e9
}

.elementor-11 .elementor-element.elementor-element-462a2faa, .elementor-11 .elementor-element.elementor-element-462a2faa:before {
    --border-transition: .3s
}

.elementor-11 .elementor-element.elementor-element-690aa132 {
    --display: flex;
    --gap: 10px 10px;
    --background-transition: .3s;
    border-style: solid;
    --border-style: solid;
    border-width: 1px;
    --border-top-width: 1px;
    --border-right-width: 1px;
    --border-bottom-width: 1px;
    --border-left-width: 1px;
    border-color: #ebebeb;
    --border-color: #ebebeb;
    --border-radius: 10px;
    box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, .1);
    --padding-top: 40px;
    --padding-bottom: 40px;
    --padding-left: 40px;
    --padding-right: 40px
}

.elementor-11 .elementor-element.elementor-element-690aa132:not(.elementor-motion-effects-element-type-background), .elementor-11 .elementor-element.elementor-element-690aa132>.elementor-motion-effects-container>.elementor-motion-effects-layer {
    background-color: #fff
}

.elementor-11 .elementor-element.elementor-element-690aa132, .elementor-11 .elementor-element.elementor-element-690aa132:before {
    --border-transition: .3s
}

.elementor-11 .elementor-element.elementor-element-690aa132.e-con {
    --align-self: center
}

.elementor-11 .elementor-element.elementor-element-38b14cac .elementor-heading-title {
    color: #000;
    font-family: "Roboto", Sans-serif;
    font-size: 14px;
    font-weight: 600
}

.elementor-11 .elementor-element.elementor-element-1f96ecf6 {
    --divider-border-style: solid;
    --divider-color: #dcdcdc;
    --divider-border-width: 1px
}

.elementor-11 .elementor-element.elementor-element-1f96ecf6 .elementor-divider-separator {
    width: 100%
}

.elementor-11 .elementor-element.elementor-element-1f96ecf6 .elementor-divider {
    padding-block-start: 2px;
    padding-block-end: 2px
}

.elementor-11 .elementor-element.elementor-element-5800e01f {
    --display: flex;
    --background-transition: .3s;
    --padding-top: 0px;
    --padding-bottom: 0px;
    --padding-left: 0px;
    --padding-right: 0px
}

.elementor-11 .elementor-element.elementor-element-154f68fd {
    --display: flex;
    --gap: 10px 10px;
    --background-transition: .3s;
    --padding-top: 0px;
    --padding-bottom: 0px;
    --padding-left: 0px;
    --padding-right: 0px
}

.elementor-11 .elementor-element.elementor-element-375cea27 {
    --display: flex;
    --flex-direction: row;
    --container-widget-width: calc((1 - var(--container-widget-flex-grow))*100%);
    --container-widget-height: 100%;
    --container-widget-flex-grow: 1;
    --container-widget-align-self: stretch;
    --flex-wrap-mobile: wrap;
    --align-items: flex-start;
    --gap: 10px 10px;
    --background-transition: .3s;
    --padding-top: 0px;
    --padding-bottom: 0px;
    --padding-left: 0px;
    --padding-right: 0px
}

.elementor-11 .elementor-element.elementor-element-5aa304a2 {
    width: var(--container-widget-width, 50px);
    max-width: 50px;
    --container-widget-width: 50px;
    --container-widget-flex-grow: 0
}

.elementor-11 .elementor-element.elementor-element-5aa304a2 img {
    border-radius: 1000px
}

.elementor-11 .elementor-element.elementor-element-76a6875d {
    --display: flex;
    --gap: 5px 5px;
    --background-transition: .3s;
    --padding-top: 0px;
    --padding-bottom: 0px;
    --padding-left: 0px;
    --padding-right: 0px
}

.elementor-11 .elementor-element.elementor-element-393d5d15 .elementor-heading-title {
    color: #365899;
    font-family: "Roboto", Sans-serif;
    font-size: 14px;
    font-weight: 800
}

.elementor-11 .elementor-element.elementor-element-77b6241c .elementor-heading-title {
    color: #000;
    font-family: "Roboto", Sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.3em
}

.elementor-11 .elementor-element.elementor-element-46fddb45 {
    --display: flex;
    --flex-direction: row;
    --container-widget-width: calc((1 - var(--container-widget-flex-grow))*100%);
    --container-widget-height: 100%;
    --container-widget-flex-grow: 1;
    --container-widget-align-self: stretch;
    --flex-wrap-mobile: wrap;
    --align-items: center;
    --gap: 0px 0px;
    --background-transition: .3s;
    --padding-top: 0px;
    --padding-bottom: 0px;
    --padding-left: 0px;
    --padding-right: 0px
}

.elementor-11 .elementor-element.elementor-element-4528d111 .elementor-icon-list-item:not(:last-child):after {
    content: "";
    height: 2px;
    border-color: #ddd
}

.elementor-11 .elementor-element.elementor-element-4528d111 .elementor-icon-list-items:not(.elementor-inline-items) .elementor-icon-list-item:not(:last-child):after {
    border-top-style: solid;
    border-top-width: 2px
}

.elementor-11 .elementor-element.elementor-element-4528d111 .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item:not(:last-child):after {
    border-left-style: solid
}

.elementor-11 .elementor-element.elementor-element-4528d111 .elementor-inline-items .elementor-icon-list-item:not(:last-child):after {
    border-left-width: 2px
}

.elementor-11 .elementor-element.elementor-element-4528d111 .elementor-icon-list-icon i {
    transition: color .3s
}

.elementor-11 .elementor-element.elementor-element-4528d111 .elementor-icon-list-icon svg {
    transition: fill .3s
}

.elementor-11 .elementor-element.elementor-element-4528d111 {
    --e-icon-list-icon-size: 14px;
    --icon-vertical-offset: 0px
}

.elementor-11 .elementor-element.elementor-element-4528d111 .elementor-icon-list-item>.elementor-icon-list-text, .elementor-11 .elementor-element.elementor-element-4528d111 .elementor-icon-list-item>a {
    font-family: "Roboto", Sans-serif;
    font-size: 11px;
    font-weight: 400
}

.elementor-11 .elementor-element.elementor-element-4528d111 .elementor-icon-list-text {
    color: #007bff;
    transition: color .3s
}

.elementor-11 .elementor-element.elementor-element-470c336 .elementor-heading-title {
    color: #93979f;
    font-family: "Roboto", Sans-serif;
    font-size: 11px;
    font-weight: 400
}

.elementor-11 .elementor-element.elementor-element-26fd1bea {
    --display: flex;
    --background-transition: .3s;
    --padding-top: 0px;
    --padding-bottom: 0px;
    --padding-left: 0px;
    --padding-right: 0px
}

.elementor-11 .elementor-element.elementor-element-736a02fd {
    --display: flex;
    --gap: 10px 10px;
    --background-transition: .3s;
    --padding-top: 0px;
    --padding-bottom: 0px;
    --padding-left: 0px;
    --padding-right: 0px
}

.elementor-11 .elementor-element.elementor-element-1a79371f {
    --display: flex;
    --flex-direction: row;
    --container-widget-width: calc((1 - var(--container-widget-flex-grow))*100%);
    --container-widget-height: 100%;
    --container-widget-flex-grow: 1;
    --container-widget-align-self: stretch;
    --flex-wrap-mobile: wrap;
    --align-items: flex-start;
    --gap: 10px 10px;
    --background-transition: .3s;
    --padding-top: 0px;
    --padding-bottom: 0px;
    --padding-left: 0px;
    --padding-right: 0px
}

.elementor-11 .elementor-element.elementor-element-269976ff {
    width: var(--container-widget-width, 50px);
    max-width: 50px;
    --container-widget-width: 50px;
    --container-widget-flex-grow: 0
}

.elementor-11 .elementor-element.elementor-element-269976ff img {
    border-radius: 1000px
}

.elementor-11 .elementor-element.elementor-element-23bf7a7a {
    --display: flex;
    --gap: 5px 5px;
    --background-transition: .3s;
    --padding-top: 0px;
    --padding-bottom: 0px;
    --padding-left: 0px;
    --padding-right: 0px
}

.elementor-11 .elementor-element.elementor-element-70450cdb .elementor-heading-title {
    color: #365899;
    font-family: "Roboto", Sans-serif;
    font-size: 14px;
    font-weight: 800
}

.elementor-11 .elementor-element.elementor-element-33e555fc .elementor-heading-title {
    color: #000;
    font-family: "Roboto", Sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.3em
}

.elementor-11 .elementor-element.elementor-element-5dc0ebcd {
    --display: flex;
    --flex-direction: row;
    --container-widget-width: calc((1 - var(--container-widget-flex-grow))*100%);
    --container-widget-height: 100%;
    --container-widget-flex-grow: 1;
    --container-widget-align-self: stretch;
    --flex-wrap-mobile: wrap;
    --align-items: center;
    --gap: 0px 0px;
    --background-transition: .3s;
    --padding-top: 0px;
    --padding-bottom: 0px;
    --padding-left: 0px;
    --padding-right: 0px
}

.elementor-11 .elementor-element.elementor-element-222b8e2f .elementor-icon-list-item:not(:last-child):after {
    content: "";
    height: 2px;
    border-color: #ddd
}

.elementor-11 .elementor-element.elementor-element-222b8e2f .elementor-icon-list-items:not(.elementor-inline-items) .elementor-icon-list-item:not(:last-child):after {
    border-top-style: solid;
    border-top-width: 2px
}

.elementor-11 .elementor-element.elementor-element-222b8e2f .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item:not(:last-child):after {
    border-left-style: solid
}

.elementor-11 .elementor-element.elementor-element-222b8e2f .elementor-inline-items .elementor-icon-list-item:not(:last-child):after {
    border-left-width: 2px
}

.elementor-11 .elementor-element.elementor-element-222b8e2f .elementor-icon-list-icon i {
    transition: color .3s
}

.elementor-11 .elementor-element.elementor-element-222b8e2f .elementor-icon-list-icon svg {
    transition: fill .3s
}

.elementor-11 .elementor-element.elementor-element-222b8e2f {
    --e-icon-list-icon-size: 14px;
    --icon-vertical-offset: 0px
}

.elementor-11 .elementor-element.elementor-element-222b8e2f .elementor-icon-list-item>.elementor-icon-list-text, .elementor-11 .elementor-element.elementor-element-222b8e2f .elementor-icon-list-item>a {
    font-family: "Roboto", Sans-serif;
    font-size: 11px;
    font-weight: 400
}

.elementor-11 .elementor-element.elementor-element-222b8e2f .elementor-icon-list-text {
    color: #007bff;
    transition: color .3s
}

.elementor-11 .elementor-element.elementor-element-102330db .elementor-heading-title {
    color: #93979f;
    font-family: "Roboto", Sans-serif;
    font-size: 11px;
    font-weight: 400
}

.elementor-11 .elementor-element.elementor-element-96a2054 {
    --display: flex;
    --gap: 10px 10px;
    --background-transition: .3s;
    --padding-top: 0px;
    --padding-bottom: 0px;
    --padding-left: 0px;
    --padding-right: 0px
}

.elementor-11 .elementor-element.elementor-element-30f53f59 {
    --display: flex;
    --flex-direction: row;
    --container-widget-width: calc((1 - var(--container-widget-flex-grow))*100%);
    --container-widget-height: 100%;
    --container-widget-flex-grow: 1;
    --container-widget-align-self: stretch;
    --flex-wrap-mobile: wrap;
    --align-items: flex-start;
    --gap: 10px 10px;
    --background-transition: .3s;
    --padding-top: 0px;
    --padding-bottom: 0px;
    --padding-left: 0px;
    --padding-right: 0px
}

.elementor-11 .elementor-element.elementor-element-711261f1 {
    width: var(--container-widget-width, 50px);
    max-width: 50px;
    --container-widget-width: 50px;
    --container-widget-flex-grow: 0
}

.elementor-11 .elementor-element.elementor-element-711261f1 img {
    border-radius: 1000px
}

.elementor-11 .elementor-element.elementor-element-3184ee09 {
    --display: flex;
    --gap: 5px 5px;
    --background-transition: .3s;
    --padding-top: 0px;
    --padding-bottom: 0px;
    --padding-left: 0px;
    --padding-right: 0px
}

.elementor-11 .elementor-element.elementor-element-5296146f .elementor-heading-title {
    color: #365899;
    font-family: "Roboto", Sans-serif;
    font-size: 14px;
    font-weight: 800
}

.elementor-11 .elementor-element.elementor-element-2199c5d8 .elementor-heading-title {
    color: #000;
    font-family: "Roboto", Sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.3em
}

.elementor-11 .elementor-element.elementor-element-37d69e75 {
    --display: flex;
    --flex-direction: row;
    --container-widget-width: calc((1 - var(--container-widget-flex-grow))*100%);
    --container-widget-height: 100%;
    --container-widget-flex-grow: 1;
    --container-widget-align-self: stretch;
    --flex-wrap-mobile: wrap;
    --align-items: center;
    --gap: 0px 0px;
    --background-transition: .3s;
    --padding-top: 0px;
    --padding-bottom: 0px;
    --padding-left: 0px;
    --padding-right: 0px
}

.elementor-11 .elementor-element.elementor-element-4b3051a0 .elementor-icon-list-item:not(:last-child):after {
    content: "";
    height: 2px;
    border-color: #ddd
}

.elementor-11 .elementor-element.elementor-element-4b3051a0 .elementor-icon-list-items:not(.elementor-inline-items) .elementor-icon-list-item:not(:last-child):after {
    border-top-style: solid;
    border-top-width: 2px
}

.elementor-11 .elementor-element.elementor-element-4b3051a0 .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item:not(:last-child):after {
    border-left-style: solid
}

.elementor-11 .elementor-element.elementor-element-4b3051a0 .elementor-inline-items .elementor-icon-list-item:not(:last-child):after {
    border-left-width: 2px
}

.elementor-11 .elementor-element.elementor-element-4b3051a0 .elementor-icon-list-icon i {
    transition: color .3s
}

.elementor-11 .elementor-element.elementor-element-4b3051a0 .elementor-icon-list-icon svg {
    transition: fill .3s
}

.elementor-11 .elementor-element.elementor-element-4b3051a0 {
    --e-icon-list-icon-size: 14px;
    --icon-vertical-offset: 0px
}

.elementor-11 .elementor-element.elementor-element-4b3051a0 .elementor-icon-list-item>.elementor-icon-list-text, .elementor-11 .elementor-element.elementor-element-4b3051a0 .elementor-icon-list-item>a {
    font-family: "Roboto", Sans-serif;
    font-size: 11px;
    font-weight: 400
}

.elementor-11 .elementor-element.elementor-element-4b3051a0 .elementor-icon-list-text {
    color: #007bff;
    transition: color .3s
}

.elementor-11 .elementor-element.elementor-element-23beac00 .elementor-heading-title {
    color: #93979f;
    font-family: "Roboto", Sans-serif;
    font-size: 11px;
    font-weight: 400
}

.elementor-11 .elementor-element.elementor-element-1fe511a1 {
    --display: flex;
    --gap: 10px 10px;
    --background-transition: .3s;
    --padding-top: 0px;
    --padding-bottom: 0px;
    --padding-left: 0px;
    --padding-right: 0px
}

.elementor-11 .elementor-element.elementor-element-7816a223 {
    --display: flex;
    --flex-direction: row;
    --container-widget-width: calc((1 - var(--container-widget-flex-grow))*100%);
    --container-widget-height: 100%;
    --container-widget-flex-grow: 1;
    --container-widget-align-self: stretch;
    --flex-wrap-mobile: wrap;
    --align-items: flex-start;
    --gap: 10px 10px;
    --background-transition: .3s;
    --padding-top: 0px;
    --padding-bottom: 0px;
    --padding-left: 0px;
    --padding-right: 0px
}

.elementor-11 .elementor-element.elementor-element-7180a967 {
    width: var(--container-widget-width, 50px);
    max-width: 50px;
    --container-widget-width: 50px;
    --container-widget-flex-grow: 0
}

.elementor-11 .elementor-element.elementor-element-7180a967 img {
    border-radius: 1000px
}

.elementor-11 .elementor-element.elementor-element-4aacb52e {
    --display: flex;
    --gap: 5px 5px;
    --background-transition: .3s;
    --padding-top: 0px;
    --padding-bottom: 0px;
    --padding-left: 0px;
    --padding-right: 0px
}

.elementor-11 .elementor-element.elementor-element-5895df17 .elementor-heading-title {
    color: #365899;
    font-family: "Roboto", Sans-serif;
    font-size: 14px;
    font-weight: 800
}

.elementor-11 .elementor-element.elementor-element-2f273d71 .elementor-heading-title {
    color: #000;
    font-family: "Roboto", Sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.3em
}

.elementor-11 .elementor-element.elementor-element-1989fdfb {
    --display: flex;
    --flex-direction: row;
    --container-widget-width: calc((1 - var(--container-widget-flex-grow))*100%);
    --container-widget-height: 100%;
    --container-widget-flex-grow: 1;
    --container-widget-align-self: stretch;
    --flex-wrap-mobile: wrap;
    --align-items: center;
    --gap: 0px 0px;
    --background-transition: .3s;
    --padding-top: 0px;
    --padding-bottom: 0px;
    --padding-left: 0px;
    --padding-right: 0px
}

.elementor-11 .elementor-element.elementor-element-64b26db6 .elementor-icon-list-item:not(:last-child):after {
    content: "";
    height: 2px;
    border-color: #ddd
}

.elementor-11 .elementor-element.elementor-element-64b26db6 .elementor-icon-list-items:not(.elementor-inline-items) .elementor-icon-list-item:not(:last-child):after {
    border-top-style: solid;
    border-top-width: 2px
}

.elementor-11 .elementor-element.elementor-element-64b26db6 .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item:not(:last-child):after {
    border-left-style: solid
}

.elementor-11 .elementor-element.elementor-element-64b26db6 .elementor-inline-items .elementor-icon-list-item:not(:last-child):after {
    border-left-width: 2px
}

.elementor-11 .elementor-element.elementor-element-64b26db6 .elementor-icon-list-icon i {
    transition: color .3s
}

.elementor-11 .elementor-element.elementor-element-64b26db6 .elementor-icon-list-icon svg {
    transition: fill .3s
}

.elementor-11 .elementor-element.elementor-element-64b26db6 {
    --e-icon-list-icon-size: 14px;
    --icon-vertical-offset: 0px
}

.elementor-11 .elementor-element.elementor-element-64b26db6 .elementor-icon-list-item>.elementor-icon-list-text, .elementor-11 .elementor-element.elementor-element-64b26db6 .elementor-icon-list-item>a {
    font-family: "Roboto", Sans-serif;
    font-size: 11px;
    font-weight: 400
}

.elementor-11 .elementor-element.elementor-element-64b26db6 .elementor-icon-list-text {
    color: #007bff;
    transition: color .3s
}

.elementor-11 .elementor-element.elementor-element-31fb27f6 .elementor-heading-title {
    color: #93979f;
    font-family: "Roboto", Sans-serif;
    font-size: 11px;
    font-weight: 400
}

.elementor-11 .elementor-element.elementor-element-4d6ee62b {
    --display: flex;
    --gap: 10px 10px;
    --background-transition: .3s;
    --padding-top: 0px;
    --padding-bottom: 0px;
    --padding-left: 0px;
    --padding-right: 0px
}

.elementor-11 .elementor-element.elementor-element-3301245c {
    --display: flex;
    --flex-direction: row;
    --container-widget-width: calc((1 - var(--container-widget-flex-grow))*100%);
    --container-widget-height: 100%;
    --container-widget-flex-grow: 1;
    --container-widget-align-self: stretch;
    --flex-wrap-mobile: wrap;
    --align-items: flex-start;
    --gap: 10px 10px;
    --background-transition: .3s;
    --padding-top: 0px;
    --padding-bottom: 0px;
    --padding-left: 0px;
    --padding-right: 0px
}

.elementor-11 .elementor-element.elementor-element-6918e9ce {
    width: var(--container-widget-width, 50px);
    max-width: 50px;
    --container-widget-width: 50px;
    --container-widget-flex-grow: 0
}

.elementor-11 .elementor-element.elementor-element-6918e9ce img {
    border-radius: 1000px
}

.elementor-11 .elementor-element.elementor-element-39134cb7 {
    --display: flex;
    --gap: 5px 5px;
    --background-transition: .3s;
    --padding-top: 0px;
    --padding-bottom: 0px;
    --padding-left: 0px;
    --padding-right: 0px
}

.elementor-11 .elementor-element.elementor-element-129380d0 .elementor-heading-title {
    color: #365899;
    font-family: "Roboto", Sans-serif;
    font-size: 14px;
    font-weight: 800
}

.elementor-11 .elementor-element.elementor-element-5c14ddeb .elementor-heading-title {
    color: #000;
    font-family: "Roboto", Sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.3em
}

.elementor-11 .elementor-element.elementor-element-677fb8f3 {
    --display: flex;
    --flex-direction: row;
    --container-widget-width: calc((1 - var(--container-widget-flex-grow))*100%);
    --container-widget-height: 100%;
    --container-widget-flex-grow: 1;
    --container-widget-align-self: stretch;
    --flex-wrap-mobile: wrap;
    --align-items: center;
    --gap: 0px 0px;
    --background-transition: .3s;
    --padding-top: 0px;
    --padding-bottom: 0px;
    --padding-left: 0px;
    --padding-right: 0px
}

.elementor-11 .elementor-element.elementor-element-78550fcb .elementor-icon-list-item:not(:last-child):after {
    content: "";
    height: 2px;
    border-color: #ddd
}

.elementor-11 .elementor-element.elementor-element-78550fcb .elementor-icon-list-items:not(.elementor-inline-items) .elementor-icon-list-item:not(:last-child):after {
    border-top-style: solid;
    border-top-width: 2px
}

.elementor-11 .elementor-element.elementor-element-78550fcb .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item:not(:last-child):after {
    border-left-style: solid
}

.elementor-11 .elementor-element.elementor-element-78550fcb .elementor-inline-items .elementor-icon-list-item:not(:last-child):after {
    border-left-width: 2px
}

.elementor-11 .elementor-element.elementor-element-78550fcb .elementor-icon-list-icon i {
    transition: color .3s
}

.elementor-11 .elementor-element.elementor-element-78550fcb .elementor-icon-list-icon svg {
    transition: fill .3s
}

.elementor-11 .elementor-element.elementor-element-78550fcb {
    --e-icon-list-icon-size: 14px;
    --icon-vertical-offset: 0px
}

.elementor-11 .elementor-element.elementor-element-78550fcb .elementor-icon-list-item>.elementor-icon-list-text, .elementor-11 .elementor-element.elementor-element-78550fcb .elementor-icon-list-item>a {
    font-family: "Roboto", Sans-serif;
    font-size: 11px;
    font-weight: 400
}

.elementor-11 .elementor-element.elementor-element-78550fcb .elementor-icon-list-text {
    color: #007bff;
    transition: color .3s
}

.elementor-11 .elementor-element.elementor-element-514b7c72 .elementor-heading-title {
    color: #93979f;
    font-family: "Roboto", Sans-serif;
    font-size: 11px;
    font-weight: 400
}

.elementor-11 .elementor-element.elementor-element-5354edaa {
    --divider-border-style: solid;
    --divider-color: #dcdcdc;
    --divider-border-width: 1px
}

.elementor-11 .elementor-element.elementor-element-5354edaa .elementor-divider-separator {
    width: 100%
}

.elementor-11 .elementor-element.elementor-element-5354edaa .elementor-divider {
    padding-block-start: 2px;
    padding-block-end: 2px
}

.elementor-11 .elementor-element.elementor-element-293ef404 {
    --display: flex;
    --flex-direction: column;
    --container-widget-width: 100%;
    --container-widget-height: initial;
    --container-widget-flex-grow: 0;
    --container-widget-align-self: initial;
    --flex-wrap-mobile: wrap;
    --background-transition: .3s;
    --padding-top: 40px;
    --padding-bottom: 40px;
    --padding-left: 10px;
    --padding-right: 10px
}

.elementor-11 .elementor-element.elementor-element-293ef404:not(.elementor-motion-effects-element-type-background), .elementor-11 .elementor-element.elementor-element-293ef404>.elementor-motion-effects-container>.elementor-motion-effects-layer {
    background-color: #6ab184
}

.elementor-11 .elementor-element.elementor-element-293ef404, .elementor-11 .elementor-element.elementor-element-293ef404:before {
    --border-transition: .3s
}

.elementor-11 .elementor-element.elementor-element-7fdddd88.elementor-element {
    --align-self: center
}

.elementor-11 .elementor-element.elementor-element-7fdddd88 .elementor-heading-title {
    color: #ffdb4b;
    font-family: "Roboto", Sans-serif;
    font-size: 28px;
    font-weight: 600
}

.elementor-11 .elementor-element.elementor-element-763f23ed {
    --display: flex;
    --flex-direction: row;
    --container-widget-width: calc((1 - var(--container-widget-flex-grow))*100%);
    --container-widget-height: 100%;
    --container-widget-flex-grow: 1;
    --container-widget-align-self: stretch;
    --flex-wrap-mobile: wrap;
    --justify-content: center;
    --align-items: center;
    --background-transition: .3s;
    --padding-top: 0px;
    --padding-bottom: 0px;
    --padding-left: 0px;
    --padding-right: 0px
}

.elementor-11 .elementor-element.elementor-element-7d640716 {
    width: var(--container-widget-width, 100px);
    max-width: 100px;
    --container-widget-width: 100px;
    --container-widget-flex-grow: 0
}

.elementor-11 .elementor-element.elementor-element-595a606b {
    width: var(--container-widget-width, 100px);
    max-width: 100px;
    --container-widget-width: 100px;
    --container-widget-flex-grow: 0
}

.elementor-11 .elementor-element.elementor-element-627670a7 {
    width: var(--container-widget-width, 100px);
    max-width: 100px;
    --container-widget-width: 100px;
    --container-widget-flex-grow: 0
}

.elementor-11 .elementor-element.elementor-element-63e8df1c {
    width: var(--container-widget-width, 100px);
    max-width: 100px;
    --container-widget-width: 100px;
    --container-widget-flex-grow: 0
}

.elementor-11 .elementor-element.elementor-element-5e0923aa {
    --display: flex;
    --flex-direction: column;
    --container-widget-width: 100%;
    --container-widget-height: initial;
    --container-widget-flex-grow: 0;
    --container-widget-align-self: initial;
    --flex-wrap-mobile: wrap;
    --background-transition: .3s;
    --padding-top: 40px;
    --padding-bottom: 45px;
    --padding-left: 10px;
    --padding-right: 10px
}

.elementor-11 .elementor-element.elementor-element-695d429 {
    --display: flex;
    --background-transition: .3s;
    --padding-top: 0px;
    --padding-bottom: 0px;
    --padding-left: 0px;
    --padding-right: 0px
}

.elementor-11 .elementor-element.elementor-element-12e24f10 {
    --display: flex;
    --background-transition: .3s;
    --padding-top: 0px;
    --padding-bottom: 0px;
    --padding-left: 0px;
    --padding-right: 0px
}

.elementor-11 .elementor-element.elementor-element-4f897f8>.elementor-widget-container {
    background-color: #6ab184;
    padding: 10px 15px;
    border-radius: 4px
}

.elementor-11 .elementor-element.elementor-element-4f897f8.elementor-element {
    --align-self: center
}

.elementor-11 .elementor-element.elementor-element-4f897f8 .elementor-heading-title {
    color: #fff;
    font-family: "Roboto", Sans-serif;
    font-size: 28px;
    font-weight: 600
}

.elementor-11 .elementor-element.elementor-element-6bd6b522 {
    --display: flex;
    --flex-direction: row;
    --container-widget-width: calc((1 - var(--container-widget-flex-grow))*100%);
    --container-widget-height: 100%;
    --container-widget-flex-grow: 1;
    --container-widget-align-self: stretch;
    --flex-wrap-mobile: wrap;
    --justify-content: center;
    --align-items: center;
    --background-transition: .3s;
    --padding-top: 0px;
    --padding-bottom: 0px;
    --padding-left: 0px;
    --padding-right: 0px
}

.elementor-11 .elementor-element.elementor-element-7dbd6835 {
    width: var(--container-widget-width, 190px);
    max-width: 190px;
    --container-widget-width: 190px;
    --container-widget-flex-grow: 0
}

.elementor-11 .elementor-element.elementor-element-5615cc53 {
    width: var(--container-widget-width, 190px);
    max-width: 190px;
    --container-widget-width: 190px;
    --container-widget-flex-grow: 0
}

.elementor-11 .elementor-element.elementor-element-6e628aa1 {
    width: var(--container-widget-width, 190px);
    max-width: 190px;
    --container-widget-width: 190px;
    --container-widget-flex-grow: 0
}

.elementor-11 .elementor-element.elementor-element-42a8fd5b {
    --display: flex;
    --flex-direction: row;
    --container-widget-width: calc((1 - var(--container-widget-flex-grow))*100%);
    --container-widget-height: 100%;
    --container-widget-flex-grow: 1;
    --container-widget-align-self: stretch;
    --flex-wrap-mobile: wrap;
    --justify-content: center;
    --align-items: center;
    --background-transition: .3s;
    --padding-top: 0px;
    --padding-bottom: 0px;
    --padding-left: 0px;
    --padding-right: 0px
}

.elementor-11 .elementor-element.elementor-element-5a45f0b1 {
    width: var(--container-widget-width, 190px);
    max-width: 190px;
    --container-widget-width: 190px;
    --container-widget-flex-grow: 0
}

.elementor-11 .elementor-element.elementor-element-1d4ce42a {
    width: var(--container-widget-width, 190px);
    max-width: 190px;
    --container-widget-width: 190px;
    --container-widget-flex-grow: 0
}

.elementor-11 .elementor-element.elementor-element-39219bb3 {
    --display: flex;
    --align-items: center;
    --container-widget-width: calc((1 - var(--container-widget-flex-grow))*100%);
    --gap: 10px 10px;
    --background-transition: .3s;
    --padding-top: 0px;
    --padding-bottom: 0px;
    --padding-left: 0px;
    --padding-right: 0px
}

.elementor-11 .elementor-element.elementor-element-5e0ef8e0 {
    --spacer-size: 10px
}

.elementor-11 .elementor-element.elementor-element-e51308a .elementor-icon-list-items:not(.elementor-inline-items) .elementor-icon-list-item:not(:last-child) {
    padding-bottom: calc(25px/2)
}

.elementor-11 .elementor-element.elementor-element-e51308a .elementor-icon-list-items:not(.elementor-inline-items) .elementor-icon-list-item:not(:first-child) {
    margin-top: calc(25px/2)
}

.elementor-11 .elementor-element.elementor-element-e51308a .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item {
    margin-right: calc(25px/2);
    margin-left: calc(25px/2)
}

.elementor-11 .elementor-element.elementor-element-e51308a .elementor-icon-list-items.elementor-inline-items {
    margin-right: calc(-25px/2);
    margin-left: calc(-25px/2)
}

body.rtl .elementor-11 .elementor-element.elementor-element-e51308a .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item:after {
    left: calc(-25px/2)
}

body:not(.rtl) .elementor-11 .elementor-element.elementor-element-e51308a .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item:after {
    right: calc(-25px/2)
}

.elementor-11 .elementor-element.elementor-element-e51308a .elementor-icon-list-icon i {
    transition: color .3s
}

.elementor-11 .elementor-element.elementor-element-e51308a .elementor-icon-list-icon svg {
    transition: fill .3s
}

.elementor-11 .elementor-element.elementor-element-e51308a {
    --e-icon-list-icon-size: 14px;
    --icon-vertical-offset: 0px
}

.elementor-11 .elementor-element.elementor-element-e51308a .elementor-icon-list-item>.elementor-icon-list-text, .elementor-11 .elementor-element.elementor-element-e51308a .elementor-icon-list-item>a {
    font-family: "Roboto", Sans-serif;
    font-size: 13px;
    font-weight: 600
}

.elementor-11 .elementor-element.elementor-element-e51308a .elementor-icon-list-text {
    color: #007bff;
    transition: color .3s
}

.elementor-11 .elementor-element.elementor-element-41b422ec>.elementor-widget-container {
    padding: 10px 0 0
}

.elementor-11 .elementor-element.elementor-element-41b422ec .elementor-heading-title {
    color: #000;
    font-family: "Roboto", Sans-serif;
    font-size: 13px;
    font-weight: 600
}

.elementor-11 .elementor-element.elementor-element-22c976d0 {
    --divider-border-style: solid;
    --divider-color: #dcdcdc;
    --divider-border-width: 1px
}

.elementor-11 .elementor-element.elementor-element-22c976d0 .elementor-divider-separator {
    width: 100%
}

.elementor-11 .elementor-element.elementor-element-22c976d0 .elementor-divider {
    padding-block-start: 30px;
    padding-block-end: 30px
}

.elementor-11 .elementor-element.elementor-element-5dae6973 {
    text-align: center;
    color: #444;
    font-family: "Roboto", Sans-serif;
    font-size: 12px;
    font-weight: 400
}

@media(max-width:1024px) {
    .elementor-11 .elementor-element.elementor-element-76cb37b5 {
        --padding-top: 0px;
        --padding-bottom: 40px;
        --padding-left: 0px;
        --padding-right: 0px
    }

    .elementor-11 .elementor-element.elementor-element-1a8247fb {
        --gap: 5px 5px;
        --grid-auto-flow: row
    }

    .elementor-11 .elementor-element.elementor-element-43493978.e-con {
        --order: 99999
    }

    .elementor-11 .elementor-element.elementor-element-6dd51338 {
        --padding-top: 30px;
        --padding-bottom: 30px;
        --padding-left: 20px;
        --padding-right: 20px
    }

    .elementor-11 .elementor-element.elementor-element-165bed2e .elementor-button {
        font-size: 22px;
        padding: 20px 10px
    }

    .elementor-11 .elementor-element.elementor-element-297634da.e-con {
        --order: -99999
    }

    .elementor-11 .elementor-element.elementor-element-49baa07b {
        --padding-top: 30px;
        --padding-bottom: 30px;
        --padding-left: 20px;
        --padding-right: 20px
    }

    .elementor-11 .elementor-element.elementor-element-667b5c7c .elementor-button {
        font-size: 22px;
        padding: 20px 10px
    }

    .elementor-11 .elementor-element.elementor-element-146c855e {
        --padding-top: 30px;
        --padding-bottom: 30px;
        --padding-left: 20px;
        --padding-right: 20px
    }

    .elementor-11 .elementor-element.elementor-element-4946fc12 .elementor-button {
        font-size: 22px;
        padding: 20px 10px
    }

    .elementor-11 .elementor-element.elementor-element-4a13c67e {
        --grid-auto-flow: row;
        --justify-items: stretch
    }

    .elementor-11 .elementor-element.elementor-element-689d40eb .elementor-heading-title {
        font-size: 75px
    }

    .elementor-11 .elementor-element.elementor-element-7a6ed1fa {
        --container-widget-width: 210px;
        --container-widget-flex-grow: 0;
        width: var(--container-widget-width, 210px);
        max-width: 210px
    }

    .elementor-11 .elementor-element.elementor-element-2959f592 .elementor-heading-title {
        font-size: 75px
    }

    .elementor-11 .elementor-element.elementor-element-29f86a7a {
        text-align: center
    }

    .elementor-11 .elementor-element.elementor-element-29f86a7a .elementor-heading-title {
        font-size: 60px
    }

    .elementor-11 .elementor-element.elementor-element-7bc31b2e {
        --padding-top: 0px;
        --padding-bottom: 20px;
        --padding-left: 20px;
        --padding-right: 20px
    }

    .elementor-11 .elementor-element.elementor-element-1ad2fa6e {
        text-align: center
    }

    .elementor-11 .elementor-element.elementor-element-1355499b {
        text-align: center
    }

    .elementor-11 .elementor-element.elementor-element-7621f9fb {
        --container-widget-width: 100%;
        --container-widget-flex-grow: 0;
        width: var(--container-widget-width, 100%);
        max-width: 100%;
        text-align: center
    }

    .elementor-11 .elementor-element.elementor-element-4141f1f8 {
        text-align: center
    }

    .elementor-11 .elementor-element.elementor-element-11966976 {
        --container-widget-width: 115px;
        --container-widget-flex-grow: 0;
        width: var(--container-widget-width, 115px);
        max-width: 115px
    }

    .elementor-11 .elementor-element.elementor-element-633b5776 {
        text-align: center
    }

    .elementor-11 .elementor-element.elementor-element-633b5776 .elementor-heading-title {
        font-size: 60px
    }

    .elementor-11 .elementor-element.elementor-element-5f44598a {
        text-align: justify
    }

    .elementor-11 .elementor-element.elementor-element-5f44598a .elementor-heading-title {
        font-size: 20px
    }

    .elementor-11 .elementor-element.elementor-element-70480a20 .elementor-button {
        font-size: 22px;
        padding: 20px 10px
    }

    .elementor-11 .elementor-element.elementor-element-7e024d13 {
        text-align: center
    }

    .elementor-11 .elementor-element.elementor-element-7e024d13 .elementor-heading-title {
        font-size: 60px
    }

    .elementor-11 .elementor-element.elementor-element-2bb3593 {
        --gap: 5px 5px;
        --grid-auto-flow: row
    }

    .elementor-11 .elementor-element.elementor-element-1a13a204.e-con {
        --order: 99999
    }

    .elementor-11 .elementor-element.elementor-element-cee47a3 {
        --padding-top: 30px;
        --padding-bottom: 30px;
        --padding-left: 20px;
        --padding-right: 20px
    }

    .elementor-11 .elementor-element.elementor-element-5b854902 .elementor-button {
        font-size: 22px;
        padding: 20px 10px
    }

    .elementor-11 .elementor-element.elementor-element-21ceda8b.e-con {
        --order: -99999
    }

    .elementor-11 .elementor-element.elementor-element-3e66ac36 {
        --padding-top: 30px;
        --padding-bottom: 30px;
        --padding-left: 20px;
        --padding-right: 20px
    }

    .elementor-11 .elementor-element.elementor-element-2f3c9c1c .elementor-button {
        font-size: 22px;
        padding: 20px 10px
    }

    .elementor-11 .elementor-element.elementor-element-1bcc693f {
        --padding-top: 30px;
        --padding-bottom: 30px;
        --padding-left: 20px;
        --padding-right: 20px
    }

    .elementor-11 .elementor-element.elementor-element-7d203573 .elementor-button {
        font-size: 22px;
        padding: 20px 10px
    }

    .elementor-11 .elementor-element.elementor-element-38432b34 {
        --grid-auto-flow: row;
        --justify-items: stretch
    }

    .elementor-11 .elementor-element.elementor-element-113719c6 .elementor-heading-title {
        font-size: 75px
    }

    .elementor-11 .elementor-element.elementor-element-36a58af2 {
        --container-widget-width: 210px;
        --container-widget-flex-grow: 0;
        width: var(--container-widget-width, 210px);
        max-width: 210px
    }

    .elementor-11 .elementor-element.elementor-element-1a6ee485 .elementor-heading-title {
        font-size: 75px
    }

    .elementor-11 .elementor-element.elementor-element-16b9341a {
        text-align: center
    }

    .elementor-11 .elementor-element.elementor-element-16b9341a .elementor-heading-title {
        font-size: 60px
    }

    .elementor-11 .elementor-element.elementor-element-1a984762 {
        --padding-top: 0px;
        --padding-bottom: 20px;
        --padding-left: 20px;
        --padding-right: 20px
    }

    .elementor-11 .elementor-element.elementor-element-11da572 {
        text-align: center
    }

    .elementor-11 .elementor-element.elementor-element-63cdf98 {
        text-align: center
    }

    .elementor-11 .elementor-element.elementor-element-14295bd2 {
        --padding-top: 80px;
        --padding-bottom: 30px;
        --padding-left: 40px;
        --padding-right: 40px
    }

    .elementor-11 .elementor-element.elementor-element-1ea36211 {
        --gap: 5px 5px;
        --grid-auto-flow: row
    }

    .elementor-11 .elementor-element.elementor-element-7768039d.e-con {
        --order: 99999
    }

    .elementor-11 .elementor-element.elementor-element-5b98f78b {
        --padding-top: 30px;
        --padding-bottom: 30px;
        --padding-left: 20px;
        --padding-right: 20px
    }

    .elementor-11 .elementor-element.elementor-element-4fe76f49 .elementor-button {
        font-size: 22px;
        padding: 20px 10px
    }

    .elementor-11 .elementor-element.elementor-element-6f32b13e.e-con {
        --order: -99999
    }

    .elementor-11 .elementor-element.elementor-element-4a24d2ec {
        --padding-top: 30px;
        --padding-bottom: 30px;
        --padding-left: 20px;
        --padding-right: 20px
    }

    .elementor-11 .elementor-element.elementor-element-606492e .elementor-button {
        font-size: 22px;
        padding: 20px 10px
    }

    .elementor-11 .elementor-element.elementor-element-434f13ad {
        --padding-top: 30px;
        --padding-bottom: 30px;
        --padding-left: 20px;
        --padding-right: 20px
    }

    .elementor-11 .elementor-element.elementor-element-2041ade .elementor-button {
        font-size: 22px;
        padding: 20px 10px
    }
}

@media(max-width:767px) {
    .elementor-11 .elementor-element.elementor-element-57139644 .elementor-heading-title {
        font-size: 16px;
        letter-spacing: .5px
    }

    .elementor-11 .elementor-element.elementor-element-7ab292b9 {
        --padding-top: 60px;
        --padding-bottom: 60px;
        --padding-left: 5px;
        --padding-right: 5px
    }

    .elementor-11 .elementor-element.elementor-element-1a8247fb {
        --e-con-grid-template-columns: repeat(1, 1fr);
        --gap: 30px 30px;
        --grid-auto-flow: row;
        --padding-top: 0px;
        --padding-bottom: 0px;
        --padding-left: 15px;
        --padding-right: 15px
    }

    .elementor-11 .elementor-element.elementor-element-1a8247fb.e-con {
        --align-self: center
    }

    .elementor-11 .elementor-element.elementor-element-6dd51338 {
        --flex-direction: row;
        --container-widget-width: initial;
        --container-widget-height: 100%;
        --container-widget-flex-grow: 1;
        --container-widget-align-self: stretch;
        --flex-wrap-mobile: wrap;
        --justify-content: center;
        --padding-top: 30px;
        --padding-bottom: 30px;
        --padding-left: 10px;
        --padding-right: 10px
    }

    .elementor-11 .elementor-element.elementor-element-4cab8923 {
        --width: 48%;
        --justify-content: center
    }

    .elementor-11 .elementor-element.elementor-element-484a088c .elementor-heading-title {
        font-size: 30px
    }

    .elementor-11 .elementor-element.elementor-element-adde772 {
        --width: 48%;
        --justify-content: center
    }

    .elementor-11 .elementor-element.elementor-element-5d801e7a .elementor-heading-title {
        font-size: 55px
    }

    .elementor-11 .elementor-element.elementor-element-165bed2e .elementor-button {
        font-size: 20px;
        padding: 14px 20px
    }

    .elementor-11 .elementor-element.elementor-element-49baa07b {
        --flex-direction: row;
        --container-widget-width: initial;
        --container-widget-height: 100%;
        --container-widget-flex-grow: 1;
        --container-widget-align-self: stretch;
        --flex-wrap-mobile: wrap;
        --justify-content: center;
        --padding-top: 30px;
        --padding-bottom: 30px;
        --padding-left: 10px;
        --padding-right: 10px
    }

    .elementor-11 .elementor-element.elementor-element-bcd5904 {
        --width: 48%;
        --justify-content: center
    }

    .elementor-11 .elementor-element.elementor-element-402c3255 .elementor-heading-title {
        font-size: 30px
    }

    .elementor-11 .elementor-element.elementor-element-60491904 {
        --width: 48%;
        --justify-content: center
    }

    .elementor-11 .elementor-element.elementor-element-20b65bfb .elementor-icon-list-item>.elementor-icon-list-text, .elementor-11 .elementor-element.elementor-element-20b65bfb .elementor-icon-list-item>a {
        font-size: 11px
    }

    .elementor-11 .elementor-element.elementor-element-497c1b20 .elementor-heading-title {
        font-size: 55px
    }

    .elementor-11 .elementor-element.elementor-element-667b5c7c .elementor-button {
        font-size: 20px;
        padding: 14px 20px
    }

    .elementor-11 .elementor-element.elementor-element-43083595 .elementor-heading-title {
        font-size: 14px
    }

    .elementor-11 .elementor-element.elementor-element-146c855e {
        --flex-direction: row;
        --container-widget-width: initial;
        --container-widget-height: 100%;
        --container-widget-flex-grow: 1;
        --container-widget-align-self: stretch;
        --flex-wrap-mobile: wrap;
        --justify-content: center;
        --padding-top: 30px;
        --padding-bottom: 30px;
        --padding-left: 10px;
        --padding-right: 10px
    }

    .elementor-11 .elementor-element.elementor-element-cde40cf {
        --width: 48%;
        --justify-content: center
    }

    .elementor-11 .elementor-element.elementor-element-414ecdf0 .elementor-heading-title {
        font-size: 30px
    }

    .elementor-11 .elementor-element.elementor-element-55e45fd7 {
        --width: 48%;
        --justify-content: center
    }

    .elementor-11 .elementor-element.elementor-element-29a85d22 .elementor-icon-list-item>.elementor-icon-list-text, .elementor-11 .elementor-element.elementor-element-29a85d22 .elementor-icon-list-item>a {
        font-size: 11px
    }

    .elementor-11 .elementor-element.elementor-element-489f6536 .elementor-heading-title {
        font-size: 55px
    }

    .elementor-11 .elementor-element.elementor-element-4946fc12 .elementor-button {
        font-size: 20px;
        padding: 14px 20px
    }

    .elementor-11 .elementor-element.elementor-element-41d82f63 .elementor-heading-title {
        font-size: 14px
    }

    .elementor-11 .elementor-element.elementor-element-59081fd5 .elementor-heading-title {
        font-size: 30px
    }

    .elementor-11 .elementor-element.elementor-element-37a49de2 {
        --gap: 10px 10px
    }

    .elementor-11 .elementor-element.elementor-element-4a13c67e {
        --e-con-grid-template-columns: repeat(3, 1fr);
        --gap: 5px 5px;
        --grid-auto-flow: row
    }

    .elementor-11 .elementor-element.elementor-element-25d926b2 {
        --justify-content: flex-end
    }

    .elementor-11 .elementor-element.elementor-element-689d40eb {
        width: initial;
        max-width: initial
    }

    .elementor-11 .elementor-element.elementor-element-689d40eb>.elementor-widget-container {
        margin: 0
    }

    .elementor-11 .elementor-element.elementor-element-689d40eb .elementor-heading-title {
        font-size: 35px
    }

    .elementor-11 .elementor-element.elementor-element-7a6ed1fa>.elementor-widget-container {
        margin: -35px 0 0
    }

    .elementor-11 .elementor-element.elementor-element-7a6ed1fa {
        --container-widget-width: 100%;
        --container-widget-flex-grow: 0;
        width: var(--container-widget-width, 100%);
        max-width: 100%
    }

    .elementor-11 .elementor-element.elementor-element-27605b0c {
        --justify-content: flex-end
    }

    .elementor-11 .elementor-element.elementor-element-2959f592 {
        width: initial;
        max-width: initial
    }

    .elementor-11 .elementor-element.elementor-element-2959f592>.elementor-widget-container {
        margin: 0
    }

    .elementor-11 .elementor-element.elementor-element-2959f592 .elementor-heading-title {
        font-size: 35px
    }

    .elementor-11 .elementor-element.elementor-element-29f86a7a>.elementor-widget-container {
        margin: 0
    }

    .elementor-11 .elementor-element.elementor-element-29f86a7a .elementor-heading-title {
        font-size: 25px
    }

    .elementor-11 .elementor-element.elementor-element-33373466 {
        --container-widget-width: 22%;
        --container-widget-flex-grow: 0;
        width: var(--container-widget-width, 22%);
        max-width: 22%
    }

    .elementor-11 .elementor-element.elementor-element-94de354 {
        --container-widget-width: 22%;
        --container-widget-flex-grow: 0;
        width: var(--container-widget-width, 22%);
        max-width: 22%
    }

    .elementor-11 .elementor-element.elementor-element-2e9c45bd {
        --container-widget-width: 22%;
        --container-widget-flex-grow: 0;
        width: var(--container-widget-width, 22%);
        max-width: 22%
    }

    .elementor-11 .elementor-element.elementor-element-10d7b083 {
        --container-widget-width: 22%;
        --container-widget-flex-grow: 0;
        width: var(--container-widget-width, 22%);
        max-width: 22%
    }

    .elementor-11 .elementor-element.elementor-element-72e13ef0 .elementor-countdown-digits {
        font-size: 50px
    }

    .elementor-11 .elementor-element.elementor-element-72e13ef0 .elementor-countdown-label {
        font-size: 50px
    }

    .elementor-11 .elementor-element.elementor-element-633b5776>.elementor-widget-container {
        margin: 0
    }

    .elementor-11 .elementor-element.elementor-element-633b5776 .elementor-heading-title {
        font-size: 48px
    }

    .elementor-11 .elementor-element.elementor-element-5f44598a>.elementor-widget-container {
        margin: 0
    }

    .elementor-11 .elementor-element.elementor-element-5f44598a {
        text-align: left
    }

    .elementor-11 .elementor-element.elementor-element-5f44598a .elementor-heading-title {
        font-size: 20px
    }

    .elementor-11 .elementor-element.elementor-element-4a5a2b88 {
        --gap: 5px 5px
    }

    .elementor-11 .elementor-element.elementor-element-65c42160 {
        width: var(--container-widget-width, 34%);
        max-width: 34%;
        --container-widget-width: 34%;
        --container-widget-flex-grow: 0
    }

    .elementor-11 .elementor-element.elementor-element-5ffde59c {
        width: var(--container-widget-width, 14%);
        max-width: 14%;
        --container-widget-width: 14%;
        --container-widget-flex-grow: 0
    }

    .elementor-11 .elementor-element.elementor-element-4b6acec {
        width: var(--container-widget-width, 31%);
        max-width: 31%;
        --container-widget-width: 31%;
        --container-widget-flex-grow: 0
    }

    .elementor-11 .elementor-element.elementor-element-2e1b78f4 {
        width: var(--container-widget-width, 14%);
        max-width: 14%;
        --container-widget-width: 14%;
        --container-widget-flex-grow: 0
    }

    .elementor-11 .elementor-element.elementor-element-4463905 {
        width: var(--container-widget-width, 31%);
        max-width: 31%;
        --container-widget-width: 31%;
        --container-widget-flex-grow: 0
    }

    .elementor-11 .elementor-element.elementor-element-60a7148d {
        width: var(--container-widget-width, 31%);
        max-width: 31%;
        --container-widget-width: 31%;
        --container-widget-flex-grow: 0
    }

    .elementor-11 .elementor-element.elementor-element-be72e89 {
        width: var(--container-widget-width, 31%);
        max-width: 31%;
        --container-widget-width: 31%;
        --container-widget-flex-grow: 0
    }

    .elementor-11 .elementor-element.elementor-element-4a259803 {
        width: var(--container-widget-width, 31%);
        max-width: 31%;
        --container-widget-width: 31%;
        --container-widget-flex-grow: 0
    }

    .elementor-11 .elementor-element.elementor-element-4f27d9c0 {
        width: var(--container-widget-width, 31%);
        max-width: 31%;
        --container-widget-width: 31%;
        --container-widget-flex-grow: 0
    }

    .elementor-11 .elementor-element.elementor-element-2365c6ff {
        width: var(--container-widget-width, 31%);
        max-width: 31%;
        --container-widget-width: 31%;
        --container-widget-flex-grow: 0
    }

    .elementor-11 .elementor-element.elementor-element-70480a20 .elementor-button {
        font-size: 21px
    }

    .elementor-11 .elementor-element.elementor-element-7e024d13>.elementor-widget-container {
        margin: 0
    }

    .elementor-11 .elementor-element.elementor-element-7e024d13 .elementor-heading-title {
        font-size: 45px
    }

    .elementor-11 .elementor-element.elementor-element-3f85a8c0 {
        width: var(--container-widget-width, 100%);
        max-width: 100%;
        --container-widget-width: 100%;
        --container-widget-flex-grow: 0;
        text-align: center
    }

    .elementor-11 .elementor-element.elementor-element-3f85a8c0 .elementor-heading-title {
        font-size: 40px
    }

    .elementor-11 .elementor-element.elementor-element-6be71fc1 {
        --width: 78%
    }

    .elementor-11 .elementor-element.elementor-element-7bfe5925 {
        --width: 90%
    }

    .elementor-11 .elementor-element.elementor-element-38fed893 .elementor-heading-title {
        font-size: 16px
    }

    .elementor-11 .elementor-element.elementor-element-7d2b5e40 .elementor-heading-title {
        font-size: 18px
    }

    .elementor-11 .elementor-element.elementor-element-440cf545 {
        --padding-top: 60px;
        --padding-bottom: 60px;
        --padding-left: 5px;
        --padding-right: 5px
    }

    .elementor-11 .elementor-element.elementor-element-2bb3593 {
        --e-con-grid-template-columns: repeat(1, 1fr);
        --gap: 30px 30px;
        --grid-auto-flow: row;
        --padding-top: 0px;
        --padding-bottom: 0px;
        --padding-left: 15px;
        --padding-right: 15px
    }

    .elementor-11 .elementor-element.elementor-element-2bb3593.e-con {
        --align-self: center
    }

    .elementor-11 .elementor-element.elementor-element-cee47a3 {
        --flex-direction: row;
        --container-widget-width: initial;
        --container-widget-height: 100%;
        --container-widget-flex-grow: 1;
        --container-widget-align-self: stretch;
        --flex-wrap-mobile: wrap;
        --justify-content: center;
        --padding-top: 30px;
        --padding-bottom: 30px;
        --padding-left: 10px;
        --padding-right: 10px
    }

    .elementor-11 .elementor-element.elementor-element-15e073ce {
        --width: 48%;
        --justify-content: center
    }

    .elementor-11 .elementor-element.elementor-element-1bbe5d1a .elementor-heading-title {
        font-size: 30px
    }

    .elementor-11 .elementor-element.elementor-element-59624bbd {
        --width: 48%;
        --justify-content: center
    }

    .elementor-11 .elementor-element.elementor-element-7835e93d .elementor-heading-title {
        font-size: 55px
    }

    .elementor-11 .elementor-element.elementor-element-5b854902 .elementor-button {
        font-size: 20px;
        padding: 14px 20px
    }

    .elementor-11 .elementor-element.elementor-element-3e66ac36 {
        --flex-direction: row;
        --container-widget-width: initial;
        --container-widget-height: 100%;
        --container-widget-flex-grow: 1;
        --container-widget-align-self: stretch;
        --flex-wrap-mobile: wrap;
        --justify-content: center;
        --padding-top: 30px;
        --padding-bottom: 30px;
        --padding-left: 10px;
        --padding-right: 10px
    }

    .elementor-11 .elementor-element.elementor-element-4152f907 {
        --width: 48%;
        --justify-content: center
    }

    .elementor-11 .elementor-element.elementor-element-65af05e7 .elementor-heading-title {
        font-size: 30px
    }

    .elementor-11 .elementor-element.elementor-element-e325c43 {
        --width: 48%;
        --justify-content: center
    }

    .elementor-11 .elementor-element.elementor-element-56748579 .elementor-icon-list-item>.elementor-icon-list-text, .elementor-11 .elementor-element.elementor-element-56748579 .elementor-icon-list-item>a {
        font-size: 11px
    }

    .elementor-11 .elementor-element.elementor-element-2a3e949 .elementor-heading-title {
        font-size: 55px
    }

    .elementor-11 .elementor-element.elementor-element-2f3c9c1c .elementor-button {
        font-size: 20px;
        padding: 14px 20px
    }

    .elementor-11 .elementor-element.elementor-element-7ed1ba3d .elementor-heading-title {
        font-size: 14px
    }

    .elementor-11 .elementor-element.elementor-element-1bcc693f {
        --flex-direction: row;
        --container-widget-width: initial;
        --container-widget-height: 100%;
        --container-widget-flex-grow: 1;
        --container-widget-align-self: stretch;
        --flex-wrap-mobile: wrap;
        --justify-content: center;
        --padding-top: 30px;
        --padding-bottom: 30px;
        --padding-left: 10px;
        --padding-right: 10px
    }

    .elementor-11 .elementor-element.elementor-element-7962f6c6 {
        --width: 48%;
        --justify-content: center
    }

    .elementor-11 .elementor-element.elementor-element-63825969 .elementor-heading-title {
        font-size: 30px
    }

    .elementor-11 .elementor-element.elementor-element-22258d55 {
        --width: 48%;
        --justify-content: center
    }

    .elementor-11 .elementor-element.elementor-element-5c0ac922 .elementor-icon-list-item>.elementor-icon-list-text, .elementor-11 .elementor-element.elementor-element-5c0ac922 .elementor-icon-list-item>a {
        font-size: 11px
    }

    .elementor-11 .elementor-element.elementor-element-feda96 .elementor-heading-title {
        font-size: 55px
    }

    .elementor-11 .elementor-element.elementor-element-7d203573 .elementor-button {
        font-size: 20px;
        padding: 14px 20px
    }

    .elementor-11 .elementor-element.elementor-element-129c4021 .elementor-heading-title {
        font-size: 14px
    }

    .elementor-11 .elementor-element.elementor-element-755fae51 .elementor-heading-title {
        font-size: 30px
    }

    .elementor-11 .elementor-element.elementor-element-5f683c {
        --gap: 10px 10px
    }

    .elementor-11 .elementor-element.elementor-element-38432b34 {
        --e-con-grid-template-columns: repeat(3, 1fr);
        --gap: 5px 5px;
        --grid-auto-flow: row
    }

    .elementor-11 .elementor-element.elementor-element-6781de1d {
        --justify-content: flex-end
    }

    .elementor-11 .elementor-element.elementor-element-113719c6 {
        width: initial;
        max-width: initial
    }

    .elementor-11 .elementor-element.elementor-element-113719c6>.elementor-widget-container {
        margin: 0
    }

    .elementor-11 .elementor-element.elementor-element-113719c6 .elementor-heading-title {
        font-size: 35px
    }

    .elementor-11 .elementor-element.elementor-element-36a58af2>.elementor-widget-container {
        margin: -35px 0 0
    }

    .elementor-11 .elementor-element.elementor-element-36a58af2 {
        --container-widget-width: 100%;
        --container-widget-flex-grow: 0;
        width: var(--container-widget-width, 100%);
        max-width: 100%
    }

    .elementor-11 .elementor-element.elementor-element-5916c3c {
        --justify-content: flex-end
    }

    .elementor-11 .elementor-element.elementor-element-1a6ee485 {
        width: initial;
        max-width: initial
    }

    .elementor-11 .elementor-element.elementor-element-1a6ee485>.elementor-widget-container {
        margin: 0
    }

    .elementor-11 .elementor-element.elementor-element-1a6ee485 .elementor-heading-title {
        font-size: 35px
    }

    .elementor-11 .elementor-element.elementor-element-16b9341a>.elementor-widget-container {
        margin: 0
    }

    .elementor-11 .elementor-element.elementor-element-16b9341a .elementor-heading-title {
        font-size: 25px
    }

    .elementor-11 .elementor-element.elementor-element-2c8e117 {
        --container-widget-width: 22%;
        --container-widget-flex-grow: 0;
        width: var(--container-widget-width, 22%);
        max-width: 22%
    }

    .elementor-11 .elementor-element.elementor-element-74d6d3a7 {
        --container-widget-width: 22%;
        --container-widget-flex-grow: 0;
        width: var(--container-widget-width, 22%);
        max-width: 22%
    }

    .elementor-11 .elementor-element.elementor-element-78b2f0ae {
        --container-widget-width: 22%;
        --container-widget-flex-grow: 0;
        width: var(--container-widget-width, 22%);
        max-width: 22%
    }

    .elementor-11 .elementor-element.elementor-element-6f7c79e0 {
        --container-widget-width: 22%;
        --container-widget-flex-grow: 0;
        width: var(--container-widget-width, 22%);
        max-width: 22%
    }

    .elementor-11 .elementor-element.elementor-element-14295bd2 {
        --padding-top: 80px;
        --padding-bottom: 30px;
        --padding-left: 10px;
        --padding-right: 10px
    }

    .elementor-11 .elementor-element.elementor-element-6c2fda6a .elementor-heading-title {
        font-size: 40px
    }

    .elementor-11 .elementor-element.elementor-element-604ade74 {
        --padding-top: 60px;
        --padding-bottom: 60px;
        --padding-left: 5px;
        --padding-right: 5px
    }

    .elementor-11 .elementor-element.elementor-element-1ea36211 {
        --e-con-grid-template-columns: repeat(1, 1fr);
        --gap: 30px 30px;
        --grid-auto-flow: row;
        --padding-top: 0px;
        --padding-bottom: 0px;
        --padding-left: 15px;
        --padding-right: 15px
    }

    .elementor-11 .elementor-element.elementor-element-1ea36211.e-con {
        --align-self: center
    }

    .elementor-11 .elementor-element.elementor-element-5b98f78b {
        --flex-direction: row;
        --container-widget-width: initial;
        --container-widget-height: 100%;
        --container-widget-flex-grow: 1;
        --container-widget-align-self: stretch;
        --flex-wrap-mobile: wrap;
        --justify-content: center;
        --padding-top: 30px;
        --padding-bottom: 30px;
        --padding-left: 10px;
        --padding-right: 10px
    }

    .elementor-11 .elementor-element.elementor-element-78f0bb1e {
        --width: 48%;
        --justify-content: center
    }

    .elementor-11 .elementor-element.elementor-element-5e5be564 .elementor-heading-title {
        font-size: 30px
    }

    .elementor-11 .elementor-element.elementor-element-14381111 {
        --width: 48%;
        --justify-content: center
    }

    .elementor-11 .elementor-element.elementor-element-26cd5126 .elementor-heading-title {
        font-size: 55px
    }

    .elementor-11 .elementor-element.elementor-element-4fe76f49 .elementor-button {
        font-size: 20px;
        padding: 14px 20px
    }

    .elementor-11 .elementor-element.elementor-element-4a24d2ec {
        --flex-direction: row;
        --container-widget-width: initial;
        --container-widget-height: 100%;
        --container-widget-flex-grow: 1;
        --container-widget-align-self: stretch;
        --flex-wrap-mobile: wrap;
        --justify-content: center;
        --padding-top: 30px;
        --padding-bottom: 30px;
        --padding-left: 10px;
        --padding-right: 10px
    }

    .elementor-11 .elementor-element.elementor-element-142806d0 {
        --width: 48%;
        --justify-content: center
    }

    .elementor-11 .elementor-element.elementor-element-1d7fcd7f .elementor-heading-title {
        font-size: 30px
    }

    .elementor-11 .elementor-element.elementor-element-1e32a640 {
        --width: 48%;
        --justify-content: center
    }

    .elementor-11 .elementor-element.elementor-element-7601bbca .elementor-icon-list-item>.elementor-icon-list-text, .elementor-11 .elementor-element.elementor-element-7601bbca .elementor-icon-list-item>a {
        font-size: 11px
    }

    .elementor-11 .elementor-element.elementor-element-68dc3226 .elementor-heading-title {
        font-size: 55px
    }

    .elementor-11 .elementor-element.elementor-element-606492e .elementor-button {
        font-size: 20px;
        padding: 14px 20px
    }

    .elementor-11 .elementor-element.elementor-element-6ca962d4 .elementor-heading-title {
        font-size: 14px
    }

    .elementor-11 .elementor-element.elementor-element-434f13ad {
        --flex-direction: row;
        --container-widget-width: initial;
        --container-widget-height: 100%;
        --container-widget-flex-grow: 1;
        --container-widget-align-self: stretch;
        --flex-wrap-mobile: wrap;
        --justify-content: center;
        --padding-top: 30px;
        --padding-bottom: 30px;
        --padding-left: 10px;
        --padding-right: 10px
    }

    .elementor-11 .elementor-element.elementor-element-1c2123c2 {
        --width: 48%;
        --justify-content: center
    }

    .elementor-11 .elementor-element.elementor-element-78db5321 .elementor-heading-title {
        font-size: 30px
    }

    .elementor-11 .elementor-element.elementor-element-4d9263a6 {
        --width: 48%;
        --justify-content: center
    }

    .elementor-11 .elementor-element.elementor-element-1d1fae0d .elementor-icon-list-item>.elementor-icon-list-text, .elementor-11 .elementor-element.elementor-element-1d1fae0d .elementor-icon-list-item>a {
        font-size: 11px
    }

    .elementor-11 .elementor-element.elementor-element-36231bca .elementor-heading-title {
        font-size: 55px
    }

    .elementor-11 .elementor-element.elementor-element-2041ade .elementor-button {
        font-size: 20px;
        padding: 14px 20px
    }

    .elementor-11 .elementor-element.elementor-element-301405d0 .elementor-heading-title {
        font-size: 14px
    }

    .elementor-11 .elementor-element.elementor-element-7bae6d9a .elementor-heading-title {
        font-size: 30px
    }

    .elementor-11 .elementor-element.elementor-element-690aa132 {
        --padding-top: 20px;
        --padding-bottom: 20px;
        --padding-left: 20px;
        --padding-right: 20px
    }

    .elementor-11 .elementor-element.elementor-element-5aa304a2 {
        --container-widget-width: 40px;
        --container-widget-flex-grow: 0;
        width: var(--container-widget-width, 40px);
        max-width: 40px
    }

    .elementor-11 .elementor-element.elementor-element-76a6875d {
        --width: 79%
    }

    .elementor-11 .elementor-element.elementor-element-269976ff {
        --container-widget-width: 40px;
        --container-widget-flex-grow: 0;
        width: var(--container-widget-width, 40px);
        max-width: 40px
    }

    .elementor-11 .elementor-element.elementor-element-23bf7a7a {
        --width: 79%
    }

    .elementor-11 .elementor-element.elementor-element-711261f1 {
        --container-widget-width: 40px;
        --container-widget-flex-grow: 0;
        width: var(--container-widget-width, 40px);
        max-width: 40px
    }

    .elementor-11 .elementor-element.elementor-element-3184ee09 {
        --width: 79%
    }

    .elementor-11 .elementor-element.elementor-element-7180a967 {
        --container-widget-width: 40px;
        --container-widget-flex-grow: 0;
        width: var(--container-widget-width, 40px);
        max-width: 40px
    }

    .elementor-11 .elementor-element.elementor-element-4aacb52e {
        --width: 79%
    }

    .elementor-11 .elementor-element.elementor-element-6918e9ce {
        --container-widget-width: 40px;
        --container-widget-flex-grow: 0;
        width: var(--container-widget-width, 40px);
        max-width: 40px
    }

    .elementor-11 .elementor-element.elementor-element-39134cb7 {
        --width: 79%
    }

    .elementor-11 .elementor-element.elementor-element-7d640716 {
        width: var(--container-widget-width, 60px);
        max-width: 60px;
        --container-widget-width: 60px;
        --container-widget-flex-grow: 0
    }

    .elementor-11 .elementor-element.elementor-element-595a606b {
        width: var(--container-widget-width, 60px);
        max-width: 60px;
        --container-widget-width: 60px;
        --container-widget-flex-grow: 0
    }

    .elementor-11 .elementor-element.elementor-element-627670a7 {
        width: var(--container-widget-width, 60px);
        max-width: 60px;
        --container-widget-width: 60px;
        --container-widget-flex-grow: 0
    }

    .elementor-11 .elementor-element.elementor-element-63e8df1c {
        width: var(--container-widget-width, 60px);
        max-width: 60px;
        --container-widget-width: 60px;
        --container-widget-flex-grow: 0
    }

    .elementor-11 .elementor-element.elementor-element-4f897f8 {
        width: var(--container-widget-width, 90%);
        max-width: 90%;
        --container-widget-width: 90%;
        --container-widget-flex-grow: 0;
        text-align: center
    }

    .elementor-11 .elementor-element.elementor-element-6bd6b522 {
        --gap: 10px 10px
    }

    .elementor-11 .elementor-element.elementor-element-7dbd6835 {
        --container-widget-width: 100px;
        --container-widget-flex-grow: 0;
        width: var(--container-widget-width, 100px);
        max-width: 100px
    }

    .elementor-11 .elementor-element.elementor-element-5615cc53 {
        --container-widget-width: 100px;
        --container-widget-flex-grow: 0;
        width: var(--container-widget-width, 100px);
        max-width: 100px
    }

    .elementor-11 .elementor-element.elementor-element-6e628aa1 {
        --container-widget-width: 100px;
        --container-widget-flex-grow: 0;
        width: var(--container-widget-width, 100px);
        max-width: 100px
    }

    .elementor-11 .elementor-element.elementor-element-5a45f0b1 {
        --container-widget-width: 100px;
        --container-widget-flex-grow: 0;
        width: var(--container-widget-width, 100px);
        max-width: 100px
    }

    .elementor-11 .elementor-element.elementor-element-1d4ce42a {
        --container-widget-width: 100px;
        --container-widget-flex-grow: 0;
        width: var(--container-widget-width, 100px);
        max-width: 100px
    }
}

@media(min-width:768px) {
    .elementor-11 .elementor-element.elementor-element-76cb37b5 {
        --content-width: 800px
    }

    .elementor-11 .elementor-element.elementor-element-1796c4a7 {
        --width: 85%
    }

    .elementor-11 .elementor-element.elementor-element-617b49e7 {
        --content-width: 600px
    }

    .elementor-11 .elementor-element.elementor-element-6168e39 {
        --content-width: 900px
    }

    .elementor-11 .elementor-element.elementor-element-3f570c5c {
        --width: 30%
    }

    .elementor-11 .elementor-element.elementor-element-727177f0 {
        --content-width: 740px
    }

    .elementor-11 .elementor-element.elementor-element-1b4b86fe {
        --content-width: 700px
    }

    .elementor-11 .elementor-element.elementor-element-1a07a7c8 {
        --width: 85%
    }

    .elementor-11 .elementor-element.elementor-element-26e7f1c5 {
        --content-width: 600px
    }

    .elementor-11 .elementor-element.elementor-element-14295bd2 {
        --content-width: 1100px
    }

    .elementor-11 .elementor-element.elementor-element-690aa132 {
        --width: 85%
    }
}

.time {
    text-align: center;
    font-weight: 700
}

.time {
    text-align: center;
    font-weight: 700
}

/* .e-con.e-parent:nth-of-type(n+4):not(.e-lazyloaded):not(.e-no-lazyload), .e-con.e-parent:nth-of-type(n+4):not(.e-lazyloaded):not(.e-no-lazyload) * {
    background-image: none !important
} */

/* @media screen and (max-height:1024px) {
    .e-con.e-parent:nth-of-type(n+3):not(.e-lazyloaded):not(.e-no-lazyload), .e-con.e-parent:nth-of-type(n+3):not(.e-lazyloaded):not(.e-no-lazyload) * {
        background-image: none !important
    }
}

@media screen and (max-height:640px) {
    .e-con.e-parent:nth-of-type(n+2):not(.e-lazyloaded):not(.e-no-lazyload), .e-con.e-parent:nth-of-type(n+2):not(.e-lazyloaded):not(.e-no-lazyload) * {
        background-image: none !important
    }
} */

.elementor-element:has(#smartplayer) {
    width: 100%
}

.show-on-call-action {
    display: none
}


.cronometro {
    color: #fff;
    text-align: center;
    font-size: 65px;
    font-weight: 700
}