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

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

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

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

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

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

.elementor-widget-wrap .elementor-element.elementor-widget__width-auto,
.elementor-widget-wrap .elementor-element.elementor-widget__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;
    align-self: var(--align-self);
    flex-basis: var(--flex-basis);
    flex-grow: var(--flex-grow);
    flex-shrink: var(--flex-shrink);
    order: var(--order);
}

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

.elementor-invisible {
    visibility: hidden;
}

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

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

    to {
        transform: rotate(359deg);
    }
}

.elementor-section {
    position: relative;
}

.elementor-section .elementor-container {
    display: flex;
    margin-left: auto;
    margin-right: 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-widget-wrap {
    align-content: flex-start;
    flex-wrap: wrap;
    position: relative;
    width: 100%;
}

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

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

.elementor-widget {
    position: relative;
}

.elementor-widget:not(:last-child) {
    margin-bottom: var(--kit-widget-spacing, 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 {
    display: flex;
    min-height: 1px;
    position: relative;
}

.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-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:767px) {
    .elementor-column {
        width: 100%;
    }
}

.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;
    margin-bottom: calc(-1 * var(--grid-row-gap));
    width: 100%;
    word-spacing: var(--grid-column-gap);
}

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

@media (prefers-reduced-motion:no-preference) {
    html {
        scroll-behavior: smooth;
    }
}

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

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

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

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

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

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

.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;
    }
}

@media (max-width:767px) {

    .elementor .elementor-hidden-mobile,
    .elementor .elementor-hidden-phone {
        display: none;
    }
}

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

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

.elementor-kit-2406 {
    --e-global-color-primary: #000;
    --e-global-color-secondary: #f7f7f7;
    --e-global-color-text: #000;
    --e-global-color-accent: #bc0035;
    --e-global-color-81ba2f0: #fff;
    --e-global-color-646be40: rgba(255, 255, 255, 0);
    --e-global-color-3d6139a: #7b7b7b;
    --e-global-color-c19e876: #ddd;
    --e-global-color-4c3abfc: rgba(0, 0, 0, .65);
    --e-global-color-82ec48d: #ededed;
    --e-global-color-e2c1255: #fff;
    --e-global-typography-primary-font-size: 45px;
    --e-global-typography-primary-font-weight: 400;
    --e-global-typography-primary-text-transform: capitalize;
    --e-global-typography-primary-line-height: 1em;
    --e-global-typography-secondary-font-size: 14px;
    --e-global-typography-secondary-font-weight: 400;
    --e-global-typography-secondary-text-transform: capitalize;
    --e-global-typography-secondary-line-height: 1em;
    --e-global-typography-text-font-size: 15px;
    --e-global-typography-text-font-weight: 200;
    --e-global-typography-text-text-decoration: none;
    --e-global-typography-text-line-height: 1.2em;
    --e-global-typography-accent-font-size: 14px;
    --e-global-typography-accent-font-weight: 400;
    --e-global-typography-accent-text-transform: uppercase;
    --e-global-typography-accent-text-decoration: underline;
    --e-global-typography-accent-line-height: 1.2em;
    --e-global-typography-2d0597e-font-size: 40px;
    --e-global-typography-2d0597e-font-weight: 700;
    --e-global-typography-2d0597e-line-height: 1.2em;
    --e-global-typography-eb3780f-font-size: 22px;
    --e-global-typography-eb3780f-font-weight: 500;
    --e-global-typography-fbc7a09-font-size: 18px;
    --e-global-typography-fbc7a09-font-weight: 500;
    --e-global-typography-fbc7a09-line-height: 1.4em;
    --e-global-typography-bca06ce-font-size: 24px;
    --e-global-typography-bca06ce-font-weight: 500;
    --e-global-typography-bca06ce-line-height: 1.2em;
    --e-global-typography-c8fc17e-font-size: 18px;
    --e-global-typography-c8fc17e-font-weight: 500;
    --e-global-typography-c8fc17e-line-height: 1.4em;
    --e-global-typography-683fadb-font-size: 40px;
    --e-global-typography-683fadb-font-weight: 500;
    --e-global-typography-683fadb-line-height: 1.2em;
    --e-global-typography-05659ee-font-size: 15px;
    --e-global-typography-05659ee-font-weight: 100;
    --e-global-typography-05659ee-text-transform: uppercase;
    --e-global-typography-05659ee-font-style: normal;
    --e-global-typography-05659ee-text-decoration: none;
    --e-global-typography-05659ee-letter-spacing: .7px;
    --e-global-typography-7fe6ab9-font-size: 14px;
    --e-global-typography-7fe6ab9-font-weight: 200;
    --e-global-typography-7e821d4-font-size: 30px;
    --e-global-typography-7e821d4-font-weight: 500;
    --e-global-typography-7e821d4-line-height: 1.2em;
    --e-global-typography-01ed75a-font-size: 45px;
    --e-global-typography-01ed75a-font-weight: 500;
    --e-global-typography-01ed75a-text-transform: capitalize;
    --e-global-typography-01ed75a-line-height: 1em;
    --e-global-typography-671614d-font-size: 20px;
    --e-global-typography-671614d-font-weight: 300;
    --e-global-typography-671614d-text-transform: capitalize;
    --e-global-typography-671614d-line-height: 1em;
    --e-global-typography-544cb9f-font-size: 22px;
    --e-global-typography-544cb9f-font-weight: 500;
    --e-global-typography-544cb9f-text-transform: capitalize;
    --e-global-typography-544cb9f-font-style: normal;
    --e-global-typography-544cb9f-text-decoration: none;
    --e-global-typography-544cb9f-line-height: 1em;
    background-color: var(--e-global-color-e2c1255);
}

.elementor-kit-2406 h4 {
    color: var(--e-global-color-primary);
    font-size: 17px;
    font-weight: 500;
    text-transform: capitalize;
    font-style: normal;
    text-decoration: none;
    line-height: 1em;
}

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

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

.elementor-element {
    --widgets-spacing: 20px 20px;
    --widgets-spacing-row: 20px;
    --widgets-spacing-column: 20px;
}

@media (max-width:1024px) {
    .elementor-kit-2406 {
        --e-global-typography-primary-font-size: 35px;
        --e-global-typography-bca06ce-font-size: 20px;
        --e-global-typography-683fadb-font-size: 45px;
        --e-global-typography-7e821d4-font-size: 20px;
        --e-global-typography-01ed75a-font-size: 35px;
    }

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

@media (max-width:767px) {
    .elementor-kit-2406 {
        --e-global-typography-bca06ce-font-size: 16px;
        --e-global-typography-683fadb-font-size: 30px;
        --e-global-typography-7e821d4-font-size: 16px;
    }

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

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}