.elementor-kit-570 {
        --e-global-color-primary: #6EC1E4;
        --e-global-color-secondary: #54595F;
        --e-global-color-text: #7A7A7A;
        --e-global-color-accent: #61CE70;
        --e-global-color-34dfb04: #000000;
        --e-global-color-4131732: #FFFFFF;
        --e-global-color-192411b: #F2AF0D;
        --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-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);
    }

    .elementor-kit-570 e-page-transition {
        background-color: #FFBC7D;
    }

    @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;
        }
    }

    /* Start custom CSS */
    a.glink img {
        padding-right: 8px;
    }

    a.glink {
        text-decoration: none;
        padding-right: 10px;
    }


    input[type=submit] {
        font-family: Open sans;
        font-size: 16px !important;
        background-color: #f2af0a !important;

    }

    button[type=submit] {
        font-family: Open sans;
        font-size: 16px !important;
        background-color: #f2af0a !important;

    }

    button[type=submit]:hover {
        font-family: Open sans;
        font-size: 16px !important;
        background-color: #F2AF0D !important;

    }

    .elementor-2363 .elementor-element.elementor-element-5c9dc66 .elementor-social-icon i {

        margin-top: -10px;
    }

    .btn .btn-primary .nextBtn .pull-right {
        background-color: #f2af0a !important;

    }

    .panel-primary>.panel-heading {
        background-color: #10364C !important;
        border-color: #10364C !important;
    }

    .panel-primary {
        border-color: #10364C !important;
    }

    /* loading button */
    .button {
        position: relative;
        padding: 13px 40px !important;
        background-color: #DD6464 !important;
        border: none !important;
        outline: none !important;
        border-radius: 6px !important;
        cursor: pointer !important;
    }

    .button:active {
        background-color: #DD6464 !important;
    }

    .button:hover {
        background-color: #F2AF0D !important;
    }

    .button__text {
        font-size: 14px;
        color: #ffffff !important;
        transition: all 0.2s !important;

    }


    .button--loading .button__text {
        visibility: hidden;
        opacity: 0;
    }

    .button--loading::after {
        content: "";
        position: absolute;
        width: 16px;
        height: 16px;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto;
        border: 4px solid transparent;
        border-top-color: #ffffff;
        border-radius: 50%;
        animation: button-loading-spinner 1s ease infinite;
    }

    @keyframes button-loading-spinner {
        from {
            transform: rotate(0turn);
        }

        to {
            transform: rotate(1turn);
        }
    }


    .fieldstyle {
        background-color: #efefef !important;
        border: none !important;
        border-radius: 6px !important;
        padding-top: 10px;
        padding-bottom: 10px;
    }
    }

    .appp_h_form p {
        display: inline-block !important;
        width: 45% !important;
        margin: 0 2% 0 2% !important;
    }

    /* End custom CSS */
    .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 {
        font-family: var(--e-global-typography-accent-font-family), Sans-serif;
        font-weight: var(--e-global-typography-accent-font-weight);
        background-color: var(--e-global-color-accent);
    }

    .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-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 .elementor-button {
        font-family: var(--e-global-typography-accent-font-family), Sans-serif;
        font-weight: var(--e-global-typography-accent-font-weight);
        background-color: var(--e-global-color-accent);
    }

    .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-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 .elementor-button {
        font-family: var(--e-global-typography-accent-font-family), Sans-serif;
        font-weight: var(--e-global-typography-accent-font-weight);
        background-color: var(--e-global-color-accent);
    }

    .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-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 .elementor-button {
        font-family: var(--e-global-typography-accent-font-family), Sans-serif;
        font-weight: var(--e-global-typography-accent-font-weight);
        background-color: var(--e-global-color-accent);
    }

    .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-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-button {
        font-family: var(--e-global-typography-accent-font-family), Sans-serif;
        font-weight: var(--e-global-typography-accent-font-weight);
        background-color: var(--e-global-color-accent);
    }

    .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 {
        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 {
        --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__button {
        font-family: var(--e-global-typography-accent-font-family), Sans-serif;
        font-weight: var(--e-global-typography-accent-font-weight);
        background-color: var(--e-global-color-accent);
    }

    .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-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-header .e-tabs-title {
        color: var(--e-global-color-text);
    }

    .elementor-widget-video-playlist .e-tabs-header .e-tabs-videos-count {
        color: var(--e-global-color-text);
    }

    .elementor-widget-video-playlist .e-tabs-header .e-tabs-header-right-side i {
        color: var(--e-global-color-text);
    }

    .elementor-widget-video-playlist .e-tabs-header .e-tabs-header-right-side svg {
        fill: var(--e-global-color-text);
    }

    .elementor-widget-video-playlist .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-tab-title .e-tab-title-text a {
        color: var(--e-global-color-text);
    }

    .elementor-widget-video-playlist .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 {
        font-family: var(--e-global-typography-accent-font-family), Sans-serif;
        font-weight: var(--e-global-typography-accent-font-weight);
        background-color: var(--e-global-color-accent);
    }

    .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 {
        font-family: var(--e-global-typography-accent-font-family), Sans-serif;
        font-weight: var(--e-global-typography-accent-font-weight);
        background-color: var(--e-global-color-accent);
    }

    .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-914 .elementor-element.elementor-element-101ce80>.elementor-background-overlay {
        background-color: #02010100;
        opacity: 0.65;
        transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
    }

    .elementor-914 .elementor-element.elementor-element-101ce80 {
        transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
        margin-top: 0px;
        margin-bottom: 0px;
        padding: 10% 0% 10% 0%;
    }

    .elementor-914 .elementor-element.elementor-element-b056999>.elementor-element-populated {
        transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    }

    .elementor-914 .elementor-element.elementor-element-b056999>.elementor-element-populated>.elementor-background-overlay {
        transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
    }

    .elementor-914 .elementor-element.elementor-element-0f5b0f5:not(.elementor-motion-effects-element-type-background)>.elementor-widget-wrap,
    .elementor-914 .elementor-element.elementor-element-0f5b0f5>.elementor-widget-wrap>.elementor-motion-effects-container>.elementor-motion-effects-layer {
        background-color: #FFFFFFDE;
    }

    .elementor-914 .elementor-element.elementor-element-0f5b0f5>.elementor-element-populated {
        transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    }

    .elementor-914 .elementor-element.elementor-element-0f5b0f5>.elementor-element-populated>.elementor-background-overlay {
        transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
    }

    .elementor-914 .elementor-element.elementor-element-af2a7e9 {
        text-align: left;
    }

    .elementor-914 .elementor-element.elementor-element-af2a7e9 .elementor-heading-title {
        color: #000000;
        font-family: "Merriweather", Sans-serif;
        font-size: 32px;
        font-weight: 600;
        line-height: 40px;
        text-shadow: 0px 0px 10px rgba(255, 255, 255, 0.3);
    }

    .elementor-914 .elementor-element.elementor-element-af2a7e9>.elementor-widget-container {
        padding: 30px 30px 0px 30px;
    }

    .elementor-914 .elementor-element.elementor-element-86895a9 {
        color: var(--e-global-color-34dfb04);
        font-family: "Open Sans", Sans-serif;
        font-size: 15px;
        font-weight: 400;
        line-height: 27px;
    }

    .elementor-914 .elementor-element.elementor-element-86895a9>.elementor-widget-container {
        margin: 0px 0px -25px 0px;
        padding: 0px 30px 0px 30px;
    }

    .elementor-914 .elementor-element.elementor-global-1775 .elementor-button {
        font-family: "Roboto", Sans-serif;
        font-weight: 500;
        background-color: #DD6464;
    }

    .elementor-914 .elementor-element.elementor-global-1775 .elementor-button:hover,
    .elementor-914 .elementor-element.elementor-global-1775 .elementor-button:focus {
        background-color: #BC4444;
    }

    .elementor-914 .elementor-element.elementor-global-1775>.elementor-widget-container {
        margin: 0px 0px 0px 0px;
        padding: 0px 30px 30px 30px;
    }

    .elementor-914 .elementor-element.elementor-global-1775 {
        z-index: 999;
    }

    .elementor-914 .elementor-element.elementor-element-33b5389:not(.elementor-motion-effects-element-type-background),
    .elementor-914 .elementor-element.elementor-element-33b5389>.elementor-motion-effects-container>.elementor-motion-effects-layer {
        background-color: #F5F5F5;
    }

    .elementor-914 .elementor-element.elementor-element-33b5389 {
        transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
        padding: 100px 0px 100px 0px;
    }

    .elementor-914 .elementor-element.elementor-element-33b5389>.elementor-background-overlay {
        transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
    }

    .elementor-914 .elementor-element.elementor-element-777b99f>.elementor-element-populated {
        padding: 0px 50px 0px 50px;
    }

    .elementor-914 .elementor-element.elementor-element-1896c44 .elementor-heading-title {
        color: var(--e-global-color-34dfb04);
        font-family: "Merriweather", Sans-serif;
        font-size: 26px;
        font-weight: 500;
        line-height: 38px;
    }

    .elementor-914 .elementor-element.elementor-element-1896c44>.elementor-widget-container {
        padding: 6px 0px 0px 0px;
    }

    .elementor-914 .elementor-element.elementor-element-ce51754 {
        color: var(--e-global-color-34dfb04);
        font-family: "Open Sans", Sans-serif;
        font-size: 15px;
        font-weight: 400;
        line-height: 25px;
    }

    .elementor-914 .elementor-element.elementor-element-ce51754>.elementor-widget-container {
        margin: -8px 0px -20px 0px;
    }

    .elementor-914 .elementor-element.elementor-global-1778 .elementor-button {
        font-family: "Open Sans", Sans-serif;
        font-size: 15px;
        font-weight: 600;
        background-color: var(--e-global-color-192411b);
        border-radius: 6px 6px 6px 6px;
    }

    .elementor-914 .elementor-element.elementor-global-1778 .elementor-button:hover,
    .elementor-914 .elementor-element.elementor-global-1778 .elementor-button:focus {
        background-color: #D89809;
    }

    .elementor-914 .elementor-element.elementor-global-1778>.elementor-widget-container {
        margin: 0px 0px 0px 0px;
    }

    .elementor-914 .elementor-element.elementor-element-4377167:not(.elementor-motion-effects-element-type-background),
    .elementor-914 .elementor-element.elementor-element-4377167>.elementor-motion-effects-container>.elementor-motion-effects-layer {
        background-image: url("../../../assets/images/2021/11/tax-refund-canada-tax-recovery-inc.jpg");
        background-position: bottom center;
        background-repeat: no-repeat;
    }

    .elementor-914 .elementor-element.elementor-element-4377167 {
        transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
        padding: 80px 52px 100px 50px;
    }

    .elementor-914 .elementor-element.elementor-element-4377167>.elementor-background-overlay {
        transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
    }

    .elementor-914 .elementor-element.elementor-element-5f82759 .elementor-counter-number-wrapper {
        color: var(--e-global-color-4131732);
        font-family: "Merriweather", Sans-serif;
        font-size: 48px;
        font-weight: 400;
    }

    .elementor-914 .elementor-element.elementor-element-5f82759 .elementor-counter-title {
        color: var(--e-global-color-4131732);
        font-family: "Open Sans", Sans-serif;
        font-size: 16px;
        font-weight: 400;
        line-height: 50px;
        letter-spacing: 2px;
    }

    .elementor-914 .elementor-element.elementor-element-82a1277 .elementor-counter-number-wrapper {
        color: var(--e-global-color-4131732);
        font-family: "Merriweather", Sans-serif;
        font-size: 48px;
        font-weight: 400;
    }

    .elementor-914 .elementor-element.elementor-element-82a1277 .elementor-counter-title {
        color: var(--e-global-color-4131732);
        font-family: "Open Sans", Sans-serif;
        font-size: 16px;
        font-weight: 400;
        line-height: 50px;
        letter-spacing: 2px;
    }

    .elementor-914 .elementor-element.elementor-element-7c24b64 .elementor-counter-number-wrapper {
        color: var(--e-global-color-4131732);
        font-family: "Merriweather", Sans-serif;
        font-size: 48px;
        font-weight: 400;
    }

    .elementor-914 .elementor-element.elementor-element-7c24b64 .elementor-counter-title {
        color: var(--e-global-color-4131732);
        font-family: "Open Sans", Sans-serif;
        font-size: 16px;
        font-weight: 400;
        line-height: 50px;
        letter-spacing: 2px;
        text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
    }

    .elementor-914 .elementor-element.elementor-element-d165251:not(.elementor-motion-effects-element-type-background),
    .elementor-914 .elementor-element.elementor-element-d165251>.elementor-motion-effects-container>.elementor-motion-effects-layer {
        background-color: #00374C;
    }

    .elementor-914 .elementor-element.elementor-element-d165251 {
        transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
        padding: 50px 0px 50px 0px;
    }

    .elementor-914 .elementor-element.elementor-element-d165251>.elementor-background-overlay {
        transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
    }

    .elementor-914 .elementor-element.elementor-element-3cf8ae5 .elementor-image-box-title {
        margin-bottom: 0px;
        color: #000000;
        font-family: "Merriweather", Sans-serif;
        font-size: 22px;
        font-weight: 500;
        line-height: 28px;
    }

    .elementor-914 .elementor-element.elementor-element-3cf8ae5 .elementor-image-box-description {
        color: var(--e-global-color-34dfb04);
        font-family: "Open Sans", Sans-serif;
        font-size: 15px;
        font-weight: 400;
        line-height: 23px;
    }

    .elementor-914 .elementor-element.elementor-element-3cf8ae5>.elementor-widget-container {
        margin: -120px 0px 0px 0px;
        padding: 45px 45px 30px 45px;
        background-color: var(--e-global-color-4131732);
        border-radius: 5px 5px 5px 5px;
    }

    .elementor-914 .elementor-element.elementor-element-398aea3 .elementor-image-box-title {
        margin-bottom: 0px;
        color: #FFFFFF;
        font-family: "Merriweather", Sans-serif;
        font-size: 22px;
        font-weight: 500;
        line-height: 28px;
    }

    .elementor-914 .elementor-element.elementor-element-398aea3 .elementor-image-box-description {
        color: #FFFFFF;
        font-family: "Open Sans", Sans-serif;
        font-size: 15px;
        font-weight: 400;
        line-height: 23px;
    }

    .elementor-914 .elementor-element.elementor-element-398aea3>.elementor-widget-container {
        margin: 0px 0px 0px 0px;
        padding: 45px 45px 30px 45px;
        background-color: #BC4D48;
        border-radius: 5px 5px 5px 5px;
    }

    .elementor-914 .elementor-element.elementor-element-20b49d6 .elementor-image-box-title {
        margin-bottom: 0px;
        color: #FFFFFF;
        font-family: "Merriweather", Sans-serif;
        font-size: 22px;
        font-weight: 500;
        line-height: 28px;
    }

    .elementor-914 .elementor-element.elementor-element-20b49d6 .elementor-image-box-description {
        color: #FFFFFF;
        font-family: "Open Sans", Sans-serif;
        font-size: 15px;
        font-weight: 400;
        line-height: 23px;
    }

    .elementor-914 .elementor-element.elementor-element-20b49d6>.elementor-widget-container {
        margin: 50px 0px 0px 0px;
        padding: 45px 45px 30px 45px;
        background-color: #4E99A2;
        border-radius: 5px 5px 5px 5px;
    }

    .elementor-914 .elementor-element.elementor-element-f0dc494>.elementor-container {
        max-width: 700px;
    }

    .elementor-914 .elementor-element.elementor-element-f0dc494:not(.elementor-motion-effects-element-type-background),
    .elementor-914 .elementor-element.elementor-element-f0dc494>.elementor-motion-effects-container>.elementor-motion-effects-layer {
        background-color: #00374C;
    }

    .elementor-914 .elementor-element.elementor-element-f0dc494 {
        transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
        padding: 0px 0px 100px 0px;
    }

    .elementor-914 .elementor-element.elementor-element-f0dc494>.elementor-background-overlay {
        transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
    }

    .elementor-914 .elementor-element.elementor-element-6a5326d {
        text-align: center;
    }

    .elementor-914 .elementor-element.elementor-element-6a5326d .elementor-heading-title {
        color: var(--e-global-color-4131732);
        font-family: "Merriweather", Sans-serif;
        font-size: 28px;
        font-weight: 500;
        line-height: 37px;
        text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
    }

    .elementor-914 .elementor-element.elementor-element-6a5326d>.elementor-widget-container {
        margin: 0px 0px 0px 0px;
    }

    .elementor-914 .elementor-element.elementor-global-1781 .elementor-button {
        font-family: "Roboto", Sans-serif;
        font-size: 15px;
        font-weight: 500;
        fill: #305361;
        color: #305361;
        background-color: var(--e-global-color-4131732);
    }

    .elementor-914 .elementor-element.elementor-global-1781 .elementor-button:hover,
    .elementor-914 .elementor-element.elementor-global-1781 .elementor-button:focus {
        background-color: #EAEAEA;
    }

    .elementor-914 .elementor-element.elementor-element-1425422:not(.elementor-motion-effects-element-type-background),
    .elementor-914 .elementor-element.elementor-element-1425422>.elementor-motion-effects-container>.elementor-motion-effects-layer {
        background-color: #FFFFFF;
    }

    .elementor-914 .elementor-element.elementor-element-1425422 {
        transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
        padding: 80px 0px 80px 0px;
    }

    .elementor-914 .elementor-element.elementor-element-1425422>.elementor-background-overlay {
        transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
    }

    .elementor-914 .elementor-element.elementor-element-977d0af>.elementor-element-populated {
        padding: 0px 50px 0px 50px;
    }

    .elementor-914 .elementor-element.elementor-element-93a796e .elementor-heading-title {
        color: var(--e-global-color-34dfb04);
        font-family: "Merriweather", Sans-serif;
        font-size: 26px;
        font-weight: 500;
        line-height: 38px;
    }

    .elementor-914 .elementor-element.elementor-element-93a796e>.elementor-widget-container {
        margin: 80px 0px 0px 0px;
        padding: 6px 0px 0px 0px;
    }

    .elementor-914 .elementor-element.elementor-element-abb0035 {
        color: var(--e-global-color-34dfb04);
        font-family: "Open Sans", Sans-serif;
        font-size: 15px;
        font-weight: 400;
        line-height: 25px;
    }

    .elementor-914 .elementor-element.elementor-element-abb0035>.elementor-widget-container {
        margin: -8px 0px -20px 0px;
    }

    .elementor-914 .elementor-element.elementor-element-bfa6d17 .elementor-button {
        font-family: "Open Sans", Sans-serif;
        font-size: 15px;
        font-weight: 600;
        background-color: #F2AF0D;
        border-radius: 6px 6px 6px 6px;
    }

    .elementor-914 .elementor-element.elementor-element-bfa6d17 .elementor-button:hover,
    .elementor-914 .elementor-element.elementor-element-bfa6d17 .elementor-button:focus {
        background-color: #D89809;
    }

    .elementor-914 .elementor-element.elementor-element-bfa6d17>.elementor-widget-container {
        margin: 0px 0px 0px 0px;
    }

    .elementor-914 .elementor-element.elementor-element-d785dd3:not(.elementor-motion-effects-element-type-background),
    .elementor-914 .elementor-element.elementor-element-d785dd3>.elementor-motion-effects-container>.elementor-motion-effects-layer {
        background-color: #F2F2F2;
    }

    .elementor-914 .elementor-element.elementor-element-d785dd3 {
        transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
        padding: 50px 0px 50px 0px;
    }

    .elementor-914 .elementor-element.elementor-element-d785dd3>.elementor-background-overlay {
        transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
    }

    .elementor-914 .elementor-element.elementor-element-02356d1 .elementor-testimonial__text {
        color: #0A0A0A;
        font-family: "Open Sans", Sans-serif;
        font-size: 16px;
        font-weight: 400;
    }

    .elementor-914 .elementor-element.elementor-element-02356d1 .elementor-testimonial__name {
        color: #313131;
        font-family: "Open Sans", Sans-serif;
        font-size: 17px;
        font-weight: 600;
    }

    .elementor-914 .elementor-element.elementor-element-02356d1 .elementor-testimonial__title {
        font-family: "Roboto Slab", Sans-serif;
        font-weight: 400;
    }

    .elementor-914 .elementor-element.elementor-element-02356d1 .elementor-testimonial__image img {
        width: 45px;
        height: 45px;
        border-radius: 0px;
    }

    .elementor-914 .elementor-element.elementor-element-02356d1.elementor-testimonial--layout-image_left .elementor-testimonial__content:after,
    .elementor-914 .elementor-element.elementor-element-02356d1.elementor-testimonial--layout-image_right .elementor-testimonial__content:after {
        top: calc(25px + (45px / 2) - 8px);
    }

    body:not(.rtl) .elementor-914 .elementor-element.elementor-element-02356d1.elementor-testimonial--layout-image_stacked:not(.elementor-testimonial--align-center):not(.elementor-testimonial--align-right) .elementor-testimonial__content:after,
    body:not(.rtl) .elementor-914 .elementor-element.elementor-element-02356d1.elementor-testimonial--layout-image_inline:not(.elementor-testimonial--align-center):not(.elementor-testimonial--align-right) .elementor-testimonial__content:after,
    .elementor-914 .elementor-element.elementor-element-02356d1.elementor-testimonial--layout-image_stacked.elementor-testimonial--align-left .elementor-testimonial__content:after,
    .elementor-914 .elementor-element.elementor-element-02356d1.elementor-testimonial--layout-image_inline.elementor-testimonial--align-left .elementor-testimonial__content:after {
        left: calc(25px + (45px / 2) - 8px);
        right: auto;
    }

    body.rtl .elementor-914 .elementor-element.elementor-element-02356d1.elementor-testimonial--layout-image_stacked:not(.elementor-testimonial--align-center):not(.elementor-testimonial--align-left) .elementor-testimonial__content:after,
    body.rtl .elementor-914 .elementor-element.elementor-element-02356d1.elementor-testimonial--layout-image_inline:not(.elementor-testimonial--align-center):not(.elementor-testimonial--align-left) .elementor-testimonial__content:after,
    .elementor-914 .elementor-element.elementor-element-02356d1.elementor-testimonial--layout-image_stacked.elementor-testimonial--align-right .elementor-testimonial__content:after,
    .elementor-914 .elementor-element.elementor-element-02356d1.elementor-testimonial--layout-image_inline.elementor-testimonial--align-right .elementor-testimonial__content:after {
        right: calc(25px + (45px / 2) - 8px);
        left: auto;
    }

    body:not(.rtl) .elementor-914 .elementor-element.elementor-element-02356d1.elementor-testimonial--layout-image_above:not(.elementor-testimonial--align-center):not(.elementor-testimonial--align-right) .elementor-testimonial__content:after,
    .elementor-914 .elementor-element.elementor-element-02356d1.elementor-testimonial--layout-image_above.elementor-testimonial--align-left .elementor-testimonial__content:after {
        left: calc(25px + (45px / 2) - 8px);
        right: auto;
    }

    body.rtl .elementor-914 .elementor-element.elementor-element-02356d1.elementor-testimonial--layout-image_above:not(.elementor-testimonial--align-center):not(.elementor-testimonial--align-left) .elementor-testimonial__content:after,
    .elementor-914 .elementor-element.elementor-element-02356d1.elementor-testimonial--layout-image_above.elementor-testimonial--align-right .elementor-testimonial__content:after {
        right: calc(25px + (45px / 2) - 8px);
        left: auto;
    }

    .elementor-914 .elementor-element.elementor-element-02356d1 .elementor-swiper-button {
        font-size: 25px;
    }

    .elementor-914 .elementor-element.elementor-element-02356d1 .elementor-testimonial__content,
    .elementor-914 .elementor-element.elementor-element-02356d1 .elementor-testimonial__content:after {
        background-color: #FFFFFF;
    }

    .elementor-914 .elementor-element.elementor-element-02356d1 .elementor-testimonial__content {
        padding: 25px 25px 25px 25px;
    }

    .elementor-914 .elementor-element.elementor-element-02356d1.elementor-testimonial--layout-image_left .elementor-testimonial__footer,
    .elementor-914 .elementor-element.elementor-element-02356d1.elementor-testimonial--layout-image_right .elementor-testimonial__footer {
        padding-top: 25px;
    }

    .elementor-914 .elementor-element.elementor-element-02356d1.elementor-testimonial--layout-image_above .elementor-testimonial__footer,
    .elementor-914 .elementor-element.elementor-element-02356d1.elementor-testimonial--layout-image_inline .elementor-testimonial__footer,
    .elementor-914 .elementor-element.elementor-element-02356d1.elementor-testimonial--layout-image_stacked .elementor-testimonial__footer {
        padding: 0 25px 0 25px;
    }

    .elementor-914 .elementor-element.elementor-element-874cc22:not(.elementor-motion-effects-element-type-background),
    .elementor-914 .elementor-element.elementor-element-874cc22>.elementor-motion-effects-container>.elementor-motion-effects-layer {
        background-image: url("../../../assets/images/2021/11/Tax-Recovery-Inc-Tax-Reviews-1.webp");
        background-position: center center;
        background-size: cover;
    }

    .elementor-914 .elementor-element.elementor-element-874cc22 {
        transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
        padding: 80px 0px 80px 0px;
    }

    .elementor-914 .elementor-element.elementor-element-874cc22>.elementor-background-overlay {
        transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
    }

    .elementor-914 .elementor-element.elementor-element-5ed1bc9 .elementor-tab-title {
        border-width: 0px;
        padding: 15px 20px 20px 25px;
    }

    .elementor-914 .elementor-element.elementor-element-5ed1bc9 .elementor-tab-content {
        border-width: 0px;
        color: var(--e-global-color-34dfb04);
        font-family: "Open Sans", Sans-serif;
        font-size: 14px;
        font-weight: 400;
        line-height: 24px;
        padding: 0px 25px 20px 25px;
    }

    .elementor-914 .elementor-element.elementor-element-5ed1bc9 .elementor-toggle-item:not(:last-child) {
        margin-bottom: 0px;
    }

    .elementor-914 .elementor-element.elementor-element-5ed1bc9 .elementor-toggle-title,
    .elementor-914 .elementor-element.elementor-element-5ed1bc9 .elementor-toggle-icon {
        color: var(--e-global-color-34dfb04);
    }

    .elementor-914 .elementor-element.elementor-element-5ed1bc9 .elementor-toggle-icon svg {
        fill: var(--e-global-color-34dfb04);
    }

    .elementor-914 .elementor-element.elementor-element-5ed1bc9 .elementor-tab-title.elementor-active a,
    .elementor-914 .elementor-element.elementor-element-5ed1bc9 .elementor-tab-title.elementor-active .elementor-toggle-icon {
        color: #F2AF0D;
    }

    .elementor-914 .elementor-element.elementor-element-5ed1bc9 .elementor-toggle-title {
        font-family: "Merriweather", Sans-serif;
        font-size: 17px;
        font-weight: 600;
        line-height: 8px;
    }

    .elementor-914 .elementor-element.elementor-element-5ed1bc9 .elementor-tab-title .elementor-toggle-icon i:before {
        color: #F2AF0D;
    }

    .elementor-914 .elementor-element.elementor-element-5ed1bc9 .elementor-tab-title .elementor-toggle-icon svg {
        fill: #F2AF0D;
    }

    .elementor-914 .elementor-element.elementor-element-5ed1bc9 .elementor-toggle-icon.elementor-toggle-icon-left {
        margin-right: 10px;
    }

    .elementor-914 .elementor-element.elementor-element-5ed1bc9 .elementor-toggle-icon.elementor-toggle-icon-right {
        margin-left: 10px;
    }

    .elementor-914 .elementor-element.elementor-element-5ed1bc9>.elementor-widget-container {
        background-color: var(--e-global-color-4131732);
    }

    .elementor-914 .elementor-element.elementor-element-a501c30 .elementor-tab-title {
        border-width: 0px;
        padding: 15px 20px 20px 25px;
    }

    .elementor-914 .elementor-element.elementor-element-a501c30 .elementor-tab-content {
        border-width: 0px;
        color: var(--e-global-color-34dfb04);
        font-family: "Open Sans", Sans-serif;
        font-size: 14px;
        font-weight: 400;
        line-height: 24px;
        padding: 0px 25px 20px 25px;
    }

    .elementor-914 .elementor-element.elementor-element-a501c30 .elementor-toggle-item:not(:last-child) {
        margin-bottom: 0px;
    }

    .elementor-914 .elementor-element.elementor-element-a501c30 .elementor-toggle-title,
    .elementor-914 .elementor-element.elementor-element-a501c30 .elementor-toggle-icon {
        color: var(--e-global-color-34dfb04);
    }

    .elementor-914 .elementor-element.elementor-element-a501c30 .elementor-toggle-icon svg {
        fill: var(--e-global-color-34dfb04);
    }

    .elementor-914 .elementor-element.elementor-element-a501c30 .elementor-tab-title.elementor-active a,
    .elementor-914 .elementor-element.elementor-element-a501c30 .elementor-tab-title.elementor-active .elementor-toggle-icon {
        color: #F2AF0D;
    }

    .elementor-914 .elementor-element.elementor-element-a501c30 .elementor-toggle-title {
        font-family: "Merriweather", Sans-serif;
        font-size: 17px;
        font-weight: 600;
        line-height: 7px;
    }

    .elementor-914 .elementor-element.elementor-element-a501c30 .elementor-tab-title .elementor-toggle-icon i:before {
        color: #F2AF0D;
    }

    .elementor-914 .elementor-element.elementor-element-a501c30 .elementor-tab-title .elementor-toggle-icon svg {
        fill: #F2AF0D;
    }

    .elementor-914 .elementor-element.elementor-element-a501c30 .elementor-toggle-icon.elementor-toggle-icon-left {
        margin-right: 10px;
    }

    .elementor-914 .elementor-element.elementor-element-a501c30 .elementor-toggle-icon.elementor-toggle-icon-right {
        margin-left: 10px;
    }

    .elementor-914 .elementor-element.elementor-element-a501c30>.elementor-widget-container {
        background-color: var(--e-global-color-4131732);
    }

    .elementor-914 .elementor-element.elementor-element-79f8200 .elementor-tab-title {
        border-width: 0px;
        padding: 15px 20px 20px 25px;
    }

    .elementor-914 .elementor-element.elementor-element-79f8200 .elementor-tab-content {
        border-width: 0px;
        color: var(--e-global-color-34dfb04);
        font-family: "Open Sans", Sans-serif;
        font-size: 14px;
        font-weight: 400;
        line-height: 24px;
        padding: 0px 25px 20px 25px;
    }

    .elementor-914 .elementor-element.elementor-element-79f8200 .elementor-toggle-item:not(:last-child) {
        margin-bottom: 0px;
    }

    .elementor-914 .elementor-element.elementor-element-79f8200 .elementor-toggle-title,
    .elementor-914 .elementor-element.elementor-element-79f8200 .elementor-toggle-icon {
        color: var(--e-global-color-34dfb04);
    }

    .elementor-914 .elementor-element.elementor-element-79f8200 .elementor-toggle-icon svg {
        fill: var(--e-global-color-34dfb04);
    }

    .elementor-914 .elementor-element.elementor-element-79f8200 .elementor-tab-title.elementor-active a,
    .elementor-914 .elementor-element.elementor-element-79f8200 .elementor-tab-title.elementor-active .elementor-toggle-icon {
        color: #F2AF0D;
    }

    .elementor-914 .elementor-element.elementor-element-79f8200 .elementor-toggle-title {
        font-family: "Merriweather", Sans-serif;
        font-size: 17px;
        font-weight: 600;
        line-height: 8px;
    }

    .elementor-914 .elementor-element.elementor-element-79f8200 .elementor-tab-title .elementor-toggle-icon i:before {
        color: #F2AF0D;
    }

    .elementor-914 .elementor-element.elementor-element-79f8200 .elementor-tab-title .elementor-toggle-icon svg {
        fill: #F2AF0D;
    }

    .elementor-914 .elementor-element.elementor-element-79f8200 .elementor-toggle-icon.elementor-toggle-icon-left {
        margin-right: 10px;
    }

    .elementor-914 .elementor-element.elementor-element-79f8200 .elementor-toggle-icon.elementor-toggle-icon-right {
        margin-left: 10px;
    }

    .elementor-914 .elementor-element.elementor-element-79f8200>.elementor-widget-container {
        background-color: var(--e-global-color-4131732);
    }

    .elementor-914 .elementor-element.elementor-element-ef24bcd .elementor-tab-title {
        border-width: 0px;
        padding: 15px 20px 20px 25px;
    }

    .elementor-914 .elementor-element.elementor-element-ef24bcd .elementor-tab-content {
        border-width: 0px;
        color: var(--e-global-color-34dfb04);
        font-family: "Open Sans", Sans-serif;
        font-size: 14px;
        font-weight: 400;
        line-height: 24px;
        padding: 0px 25px 20px 25px;
    }

    .elementor-914 .elementor-element.elementor-element-ef24bcd .elementor-toggle-item:not(:last-child) {
        margin-bottom: 0px;
    }

    .elementor-914 .elementor-element.elementor-element-ef24bcd .elementor-toggle-title,
    .elementor-914 .elementor-element.elementor-element-ef24bcd .elementor-toggle-icon {
        color: var(--e-global-color-34dfb04);
    }

    .elementor-914 .elementor-element.elementor-element-ef24bcd .elementor-toggle-icon svg {
        fill: var(--e-global-color-34dfb04);
    }

    .elementor-914 .elementor-element.elementor-element-ef24bcd .elementor-tab-title.elementor-active a,
    .elementor-914 .elementor-element.elementor-element-ef24bcd .elementor-tab-title.elementor-active .elementor-toggle-icon {
        color: #F2AF0D;
    }

    .elementor-914 .elementor-element.elementor-element-ef24bcd .elementor-toggle-title {
        font-family: "Merriweather", Sans-serif;
        font-size: 17px;
        font-weight: 600;
        line-height: 7px;
    }

    .elementor-914 .elementor-element.elementor-element-ef24bcd .elementor-tab-title .elementor-toggle-icon i:before {
        color: #F2AF0D;
    }

    .elementor-914 .elementor-element.elementor-element-ef24bcd .elementor-tab-title .elementor-toggle-icon svg {
        fill: #F2AF0D;
    }

    .elementor-914 .elementor-element.elementor-element-ef24bcd .elementor-toggle-icon.elementor-toggle-icon-left {
        margin-right: 10px;
    }

    .elementor-914 .elementor-element.elementor-element-ef24bcd .elementor-toggle-icon.elementor-toggle-icon-right {
        margin-left: 10px;
    }

    .elementor-914 .elementor-element.elementor-element-ef24bcd>.elementor-widget-container {
        background-color: var(--e-global-color-4131732);
    }

    .elementor-914 .elementor-element.elementor-element-5353fdc .elementor-tab-title {
        border-width: 0px;
        padding: 15px 20px 20px 25px;
    }

    .elementor-914 .elementor-element.elementor-element-5353fdc .elementor-tab-content {
        border-width: 0px;
        color: var(--e-global-color-34dfb04);
        font-family: "Open Sans", Sans-serif;
        font-size: 14px;
        font-weight: 400;
        line-height: 24px;
        padding: 0px 25px 20px 25px;
    }

    .elementor-914 .elementor-element.elementor-element-5353fdc .elementor-toggle-item:not(:last-child) {
        margin-bottom: 0px;
    }

    .elementor-914 .elementor-element.elementor-element-5353fdc .elementor-toggle-title,
    .elementor-914 .elementor-element.elementor-element-5353fdc .elementor-toggle-icon {
        color: var(--e-global-color-34dfb04);
    }

    .elementor-914 .elementor-element.elementor-element-5353fdc .elementor-toggle-icon svg {
        fill: var(--e-global-color-34dfb04);
    }

    .elementor-914 .elementor-element.elementor-element-5353fdc .elementor-tab-title.elementor-active a,
    .elementor-914 .elementor-element.elementor-element-5353fdc .elementor-tab-title.elementor-active .elementor-toggle-icon {
        color: #F2AF0D;
    }

    .elementor-914 .elementor-element.elementor-element-5353fdc .elementor-toggle-title {
        font-family: "Merriweather", Sans-serif;
        font-size: 17px;
        font-weight: 600;
        line-height: 8px;
    }

    .elementor-914 .elementor-element.elementor-element-5353fdc .elementor-tab-title .elementor-toggle-icon i:before {
        color: #F2AF0D;
    }

    .elementor-914 .elementor-element.elementor-element-5353fdc .elementor-tab-title .elementor-toggle-icon svg {
        fill: #F2AF0D;
    }

    .elementor-914 .elementor-element.elementor-element-5353fdc .elementor-toggle-icon.elementor-toggle-icon-left {
        margin-right: 10px;
    }

    .elementor-914 .elementor-element.elementor-element-5353fdc .elementor-toggle-icon.elementor-toggle-icon-right {
        margin-left: 10px;
    }

    .elementor-914 .elementor-element.elementor-element-5353fdc>.elementor-widget-container {
        background-color: var(--e-global-color-4131732);
    }

    .elementor-914 .elementor-element.elementor-element-624d9f5 .elementor-tab-title {
        border-width: 0px;
        padding: 15px 20px 20px 25px;
    }

    .elementor-914 .elementor-element.elementor-element-624d9f5 .elementor-tab-content {
        border-width: 0px;
        color: var(--e-global-color-34dfb04);
        font-family: "Open Sans", Sans-serif;
        font-size: 14px;
        font-weight: 400;
        line-height: 24px;
        padding: 0px 25px 20px 25px;
    }

    .elementor-914 .elementor-element.elementor-element-624d9f5 .elementor-toggle-item:not(:last-child) {
        margin-bottom: 0px;
    }

    .elementor-914 .elementor-element.elementor-element-624d9f5 .elementor-toggle-title,
    .elementor-914 .elementor-element.elementor-element-624d9f5 .elementor-toggle-icon {
        color: var(--e-global-color-34dfb04);
    }

    .elementor-914 .elementor-element.elementor-element-624d9f5 .elementor-toggle-icon svg {
        fill: var(--e-global-color-34dfb04);
    }

    .elementor-914 .elementor-element.elementor-element-624d9f5 .elementor-tab-title.elementor-active a,
    .elementor-914 .elementor-element.elementor-element-624d9f5 .elementor-tab-title.elementor-active .elementor-toggle-icon {
        color: #F2AF0D;
    }

    .elementor-914 .elementor-element.elementor-element-624d9f5 .elementor-toggle-title {
        font-family: "Merriweather", Sans-serif;
        font-size: 17px;
        font-weight: 600;
        line-height: 8px;
    }

    .elementor-914 .elementor-element.elementor-element-624d9f5 .elementor-tab-title .elementor-toggle-icon i:before {
        color: #F2AF0D;
    }

    .elementor-914 .elementor-element.elementor-element-624d9f5 .elementor-tab-title .elementor-toggle-icon svg {
        fill: #F2AF0D;
    }

    .elementor-914 .elementor-element.elementor-element-624d9f5 .elementor-toggle-icon.elementor-toggle-icon-left {
        margin-right: 10px;
    }

    .elementor-914 .elementor-element.elementor-element-624d9f5 .elementor-toggle-icon.elementor-toggle-icon-right {
        margin-left: 10px;
    }

    .elementor-914 .elementor-element.elementor-element-624d9f5>.elementor-widget-container {
        background-color: var(--e-global-color-4131732);
    }

    .elementor-914 .elementor-element.elementor-element-05460d0 .elementor-tab-title {
        border-width: 0px;
        padding: 15px 20px 20px 25px;
    }

    .elementor-914 .elementor-element.elementor-element-05460d0 .elementor-tab-content {
        border-width: 0px;
        color: var(--e-global-color-34dfb04);
        font-family: "Open Sans", Sans-serif;
        font-size: 14px;
        font-weight: 400;
        line-height: 24px;
        padding: 0px 25px 20px 25px;
    }

    .elementor-914 .elementor-element.elementor-element-05460d0 .elementor-toggle-item:not(:last-child) {
        margin-bottom: 0px;
    }

    .elementor-914 .elementor-element.elementor-element-05460d0 .elementor-toggle-title,
    .elementor-914 .elementor-element.elementor-element-05460d0 .elementor-toggle-icon {
        color: var(--e-global-color-34dfb04);
    }

    .elementor-914 .elementor-element.elementor-element-05460d0 .elementor-toggle-icon svg {
        fill: var(--e-global-color-34dfb04);
    }

    .elementor-914 .elementor-element.elementor-element-05460d0 .elementor-tab-title.elementor-active a,
    .elementor-914 .elementor-element.elementor-element-05460d0 .elementor-tab-title.elementor-active .elementor-toggle-icon {
        color: #F2AF0D;
    }

    .elementor-914 .elementor-element.elementor-element-05460d0 .elementor-toggle-title {
        font-family: "Merriweather", Sans-serif;
        font-size: 17px;
        font-weight: 600;
        line-height: 8px;
    }

    .elementor-914 .elementor-element.elementor-element-05460d0 .elementor-tab-title .elementor-toggle-icon i:before {
        color: #F2AF0D;
    }

    .elementor-914 .elementor-element.elementor-element-05460d0 .elementor-tab-title .elementor-toggle-icon svg {
        fill: #F2AF0D;
    }

    .elementor-914 .elementor-element.elementor-element-05460d0 .elementor-toggle-icon.elementor-toggle-icon-left {
        margin-right: 10px;
    }

    .elementor-914 .elementor-element.elementor-element-05460d0 .elementor-toggle-icon.elementor-toggle-icon-right {
        margin-left: 10px;
    }

    .elementor-914 .elementor-element.elementor-element-05460d0>.elementor-widget-container {
        background-color: var(--e-global-color-4131732);
    }

    .elementor-914 .elementor-element.elementor-element-7a64b1f .elementor-tab-title {
        border-width: 0px;
        padding: 15px 20px 20px 25px;
    }

    .elementor-914 .elementor-element.elementor-element-7a64b1f .elementor-tab-content {
        border-width: 0px;
        color: var(--e-global-color-34dfb04);
        font-family: "Open Sans", Sans-serif;
        font-size: 14px;
        font-weight: 400;
        line-height: 24px;
        padding: 0px 25px 20px 25px;
    }

    .elementor-914 .elementor-element.elementor-element-7a64b1f .elementor-toggle-item:not(:last-child) {
        margin-bottom: 0px;
    }

    .elementor-914 .elementor-element.elementor-element-7a64b1f .elementor-toggle-title,
    .elementor-914 .elementor-element.elementor-element-7a64b1f .elementor-toggle-icon {
        color: var(--e-global-color-34dfb04);
    }

    .elementor-914 .elementor-element.elementor-element-7a64b1f .elementor-toggle-icon svg {
        fill: var(--e-global-color-34dfb04);
    }

    .elementor-914 .elementor-element.elementor-element-7a64b1f .elementor-tab-title.elementor-active a,
    .elementor-914 .elementor-element.elementor-element-7a64b1f .elementor-tab-title.elementor-active .elementor-toggle-icon {
        color: #F2AF0D;
    }

    .elementor-914 .elementor-element.elementor-element-7a64b1f .elementor-toggle-title {
        font-family: "Merriweather", Sans-serif;
        font-size: 17px;
        font-weight: 600;
        line-height: 8px;
    }

    .elementor-914 .elementor-element.elementor-element-7a64b1f .elementor-tab-title .elementor-toggle-icon i:before {
        color: #F2AF0D;
    }

    .elementor-914 .elementor-element.elementor-element-7a64b1f .elementor-tab-title .elementor-toggle-icon svg {
        fill: #F2AF0D;
    }

    .elementor-914 .elementor-element.elementor-element-7a64b1f .elementor-toggle-icon.elementor-toggle-icon-left {
        margin-right: 10px;
    }

    .elementor-914 .elementor-element.elementor-element-7a64b1f .elementor-toggle-icon.elementor-toggle-icon-right {
        margin-left: 10px;
    }

    .elementor-914 .elementor-element.elementor-element-7a64b1f>.elementor-widget-container {
        background-color: var(--e-global-color-4131732);
    }

    :root {
        --page-title-display: none;
    }

    @media(min-width:768px) {
        .elementor-914 .elementor-element.elementor-element-b056999 {
            width: 11.953%;
        }

        .elementor-914 .elementor-element.elementor-element-0f5b0f5 {
            width: 31.005%;
        }

        .elementor-914 .elementor-element.elementor-element-d2c582d {
            width: 57.042%;
        }

        .elementor-914 .elementor-element.elementor-element-c3fbc81 {
            width: 46.053%;
        }

        .elementor-914 .elementor-element.elementor-element-777b99f {
            width: 53.947%;
        }

        .elementor-914 .elementor-element.elementor-element-d023029 {
            width: 4.472%;
        }

        .elementor-914 .elementor-element.elementor-element-afd44f6 {
            width: 43.86%;
        }

        .elementor-914 .elementor-element.elementor-element-8188502 {
            width: 43.77%;
        }

        .elementor-914 .elementor-element.elementor-element-403db0d {
            width: 4.489%;
        }

        .elementor-914 .elementor-element.elementor-element-977d0af {
            width: 50%;
        }

        .elementor-914 .elementor-element.elementor-element-fb42ee0 {
            width: 50%;
        }
    }

    @media(max-width:1024px) and (min-width:768px) {
        .elementor-914 .elementor-element.elementor-element-0f5b0f5 {
            width: 60%;
        }

        .elementor-914 .elementor-element.elementor-element-c3fbc81 {
            width: 50%;
        }

        .elementor-914 .elementor-element.elementor-element-777b99f {
            width: 50%;
        }

        .elementor-914 .elementor-element.elementor-element-9f82e94 {
            width: 2%;
        }

        .elementor-914 .elementor-element.elementor-element-3c62cbc {
            width: 30%;
        }

        .elementor-914 .elementor-element.elementor-element-1c0a717 {
            width: 30%;
        }

        .elementor-914 .elementor-element.elementor-element-971edf6 {
            width: 30%;
        }

        .elementor-914 .elementor-element.elementor-element-853da81 {
            width: 2%;
        }
    }

    @media(min-width:1025px) {

        .elementor-914 .elementor-element.elementor-element-4377167:not(.elementor-motion-effects-element-type-background),
        .elementor-914 .elementor-element.elementor-element-4377167>.elementor-motion-effects-container>.elementor-motion-effects-layer {
            background-attachment: fixed;
        }

        .elementor-914 .elementor-element.elementor-element-874cc22:not(.elementor-motion-effects-element-type-background),
        .elementor-914 .elementor-element.elementor-element-874cc22>.elementor-motion-effects-container>.elementor-motion-effects-layer {
            background-attachment: fixed;
        }
    }

    @media(max-width:1024px) {
        .elementor-914 .elementor-element.elementor-element-101ce80 {
            padding: 15% 0% 15% 0%;
        }

        .elementor-914 .elementor-element.elementor-element-33b5389 {
            padding: 50px 50px 50px 50px;
        }

        .elementor-914 .elementor-element.elementor-element-4ba5137>.elementor-widget-container {
            padding: 0px 0px 0px 0px;
        }

        .elementor-914 .elementor-element.elementor-element-777b99f>.elementor-element-populated {
            padding: 50px 0px 50px 0px;
        }

        .elementor-914 .elementor-element.elementor-element-4377167 {
            padding: 80px 50px 120px 50px;
        }

        .elementor-914 .elementor-element.elementor-element-d165251 {
            padding: 0px 0px 0px 30px;
        }

        .elementor-bc-flex-widget .elementor-914 .elementor-element.elementor-element-d023029.elementor-column .elementor-widget-wrap {
            align-items: center;
        }

        .elementor-914 .elementor-element.elementor-element-d023029.elementor-column.elementor-element[data-element_type="column"]>.elementor-widget-wrap.elementor-element-populated {
            align-content: center;
            align-items: center;
        }

        .elementor-914 .elementor-element.elementor-element-d023029>.elementor-element-populated {
            padding: 2px 2px 2px 2px;
        }

        .elementor-914 .elementor-element.elementor-element-3cf8ae5>.elementor-widget-container {
            margin: -80px 0px 0px 0px;
        }

        .elementor-914 .elementor-element.elementor-element-f0dc494 {
            padding: 50px 0px 50px 0px;
        }

        .elementor-914 .elementor-element.elementor-element-9796fb0>.elementor-element-populated {
            padding: 0px 80px 0px 80px;
        }

        .elementor-914 .elementor-element.elementor-element-93a796e>.elementor-widget-container {
            margin: 0px 0px 0px 0px;
        }

        .elementor-bc-flex-widget .elementor-914 .elementor-element.elementor-element-fb42ee0.elementor-column .elementor-widget-wrap {
            align-items: flex-start;
        }

        .elementor-914 .elementor-element.elementor-element-fb42ee0.elementor-column.elementor-element[data-element_type="column"]>.elementor-widget-wrap.elementor-element-populated {
            align-content: flex-start;
            align-items: flex-start;
        }

        .elementor-914 .elementor-element.elementor-element-874cc22 {
            padding: 50px 20px 50px 20px;
        }

        .elementor-914 .elementor-element.elementor-element-5ed1bc9 .elementor-toggle-title {
            line-height: 1.2em;
        }
    }

    @media(max-width:767px) {
        .elementor-914 .elementor-element.elementor-element-101ce80 {
            padding: 25% 0% 25% 0%;
        }

        .elementor-914 .elementor-element.elementor-element-b056999>.elementor-element-populated {
            padding: 0px 0px 0px 0px;
        }

        .elementor-914 .elementor-element.elementor-element-0f5b0f5 {
            width: 100%;
        }

        .elementor-914 .elementor-element.elementor-element-0f5b0f5>.elementor-element-populated {
            margin: 30px 30px 30px 30px;
            --e-column-margin-right: 30px;
            --e-column-margin-left: 30px;
            padding: 0px 0px 0px 0px;
        }

        .elementor-914 .elementor-element.elementor-element-af2a7e9 .elementor-heading-title {
            font-size: 23px;
            line-height: 1.5em;
        }

        .elementor-914 .elementor-element.elementor-element-af2a7e9>.elementor-widget-container {
            padding: 20px 20px 0px 20px;
        }

        .elementor-914 .elementor-element.elementor-element-86895a9>.elementor-widget-container {
            margin: 0px 0px 0px 0px;
            padding: 0px 20px 0px 20px;
        }

        .elementor-914 .elementor-element.elementor-global-1775>.elementor-widget-container {
            margin: -20px 0px 0px 0px;
        }

        .elementor-914 .elementor-element.elementor-element-33b5389 {
            padding: 50px 0px 50px 0px;
        }

        .elementor-914 .elementor-element.elementor-element-777b99f>.elementor-element-populated {
            padding: 0px 30px 0px 30px;
        }

        .elementor-914 .elementor-element.elementor-element-1896c44 .elementor-heading-title {
            font-size: 24px;
        }

        .elementor-914 .elementor-element.elementor-element-ce51754 {
            font-size: 14px;
        }

        .elementor-914 .elementor-element.elementor-element-4377167 {
            padding: 50px 0px 50px 0px;
        }

        .elementor-914 .elementor-element.elementor-element-5f82759>.elementor-widget-container {
            margin: 0px 0px 020px 0px;
        }

        .elementor-914 .elementor-element.elementor-element-82a1277>.elementor-widget-container {
            margin: 0px 0px 020px 0px;
        }

        .elementor-914 .elementor-element.elementor-element-7c24b64>.elementor-widget-container {
            margin: 0px 0px 50px 0px;
        }

        .elementor-914 .elementor-element.elementor-element-d165251 {
            padding: 0px 10px 0px 10px;
        }

        .elementor-914 .elementor-element.elementor-element-d023029 {
            width: 5%;
        }

        .elementor-914 .elementor-element.elementor-element-afd44f6 {
            width: 100%;
        }

        .elementor-914 .elementor-element.elementor-element-3cf8ae5 .elementor-image-box-wrapper {
            text-align: left;
        }

        .elementor-914 .elementor-element.elementor-element-3cf8ae5 .elementor-image-box-title {
            font-size: 20px;
        }

        .elementor-914 .elementor-element.elementor-element-3cf8ae5 .elementor-image-box-description {
            font-size: 14px;
        }

        .elementor-914 .elementor-element.elementor-element-3cf8ae5>.elementor-widget-container {
            padding: 30px 30px 30px 30px;
        }

        .elementor-914 .elementor-element.elementor-element-398aea3 .elementor-image-box-wrapper {
            text-align: left;
        }

        .elementor-914 .elementor-element.elementor-element-398aea3 .elementor-image-box-title {
            font-size: 20px;
        }

        .elementor-914 .elementor-element.elementor-element-398aea3 .elementor-image-box-description {
            font-size: 14px;
        }

        .elementor-914 .elementor-element.elementor-element-398aea3>.elementor-widget-container {
            padding: 30px 30px 30px 30px;
        }

        .elementor-914 .elementor-element.elementor-element-8188502 {
            width: 100%;
        }

        .elementor-914 .elementor-element.elementor-element-8188502>.elementor-element-populated {
            margin: 0px 0px 0px 0px;
            --e-column-margin-right: 0px;
            --e-column-margin-left: 0px;
            padding: 0px 10px 0px 10px;
        }

        .elementor-914 .elementor-element.elementor-element-20b49d6 .elementor-image-box-wrapper {
            text-align: left;
        }

        .elementor-914 .elementor-element.elementor-element-20b49d6 .elementor-image-box-title {
            font-size: 20px;
        }

        .elementor-914 .elementor-element.elementor-element-20b49d6 .elementor-image-box-description {
            font-size: 14px;
        }

        .elementor-914 .elementor-element.elementor-element-20b49d6>.elementor-widget-container {
            margin: 15px 0px 0px 0px;
            padding: 30px 30px 30px 30px;
        }

        .elementor-914 .elementor-element.elementor-element-f0dc494>.elementor-container {
            max-width: 500px;
        }

        .elementor-914 .elementor-element.elementor-element-f0dc494 {
            padding: 80px 20px 80px 20px;
        }

        .elementor-914 .elementor-element.elementor-element-9796fb0>.elementor-element-populated {
            padding: 0px 0px 0px 0px;
        }

        .elementor-914 .elementor-element.elementor-element-6a5326d .elementor-heading-title {
            font-size: 22px;
            line-height: 1.4em;
        }

        .elementor-914 .elementor-element.elementor-element-1425422 {
            padding: 50px 0px 50px 0px;
        }

        .elementor-914 .elementor-element.elementor-element-977d0af>.elementor-element-populated {
            padding: 0px 30px 0px 30px;
        }

        .elementor-914 .elementor-element.elementor-element-93a796e .elementor-heading-title {
            font-size: 24px;
            line-height: 1.4em;
        }

        .elementor-914 .elementor-element.elementor-element-93a796e>.elementor-widget-container {
            margin: 0px 0px 0px 0px;
        }

        .elementor-914 .elementor-element.elementor-element-abb0035 {
            font-size: 14px;
        }

        .elementor-914 .elementor-element.elementor-element-fb42ee0>.elementor-element-populated {
            padding: 50px 0px 0px 0px;
        }

        .elementor-914 .elementor-element.elementor-element-02356d1 .elementor-testimonial__text {
            font-size: 14px;
        }

        .elementor-914 .elementor-element.elementor-element-02356d1 .elementor-testimonial__name {
            font-size: 18px;
        }

        .elementor-914 .elementor-element.elementor-element-874cc22:not(.elementor-motion-effects-element-type-background),
        .elementor-914 .elementor-element.elementor-element-874cc22>.elementor-motion-effects-container>.elementor-motion-effects-layer {
            background-size: cover;
        }

        .elementor-914 .elementor-element.elementor-element-5ed1bc9 .elementor-toggle-title {
            font-size: 16px;
            line-height: 1.3em;
        }

        .elementor-914 .elementor-element.elementor-element-5ed1bc9 .elementor-tab-content {
            font-size: 14px;
        }

        .elementor-914 .elementor-element.elementor-element-a501c30 .elementor-toggle-title {
            font-size: 16px;
        }

        .elementor-914 .elementor-element.elementor-element-79f8200 .elementor-toggle-title {
            font-size: 16px;
        }

        .elementor-914 .elementor-element.elementor-element-ef24bcd .elementor-toggle-title {
            font-size: 16px;
            line-height: 1.2em;
        }

        .elementor-914 .elementor-element.elementor-element-5353fdc .elementor-toggle-title {
            font-size: 16px;
            line-height: 1.3em;
        }

        .elementor-914 .elementor-element.elementor-element-624d9f5 .elementor-toggle-title {
            font-size: 16px;
            line-height: 1.3em;
        }

        .elementor-914 .elementor-element.elementor-element-05460d0 .elementor-toggle-title {
            font-size: 16px;
            line-height: 1.3em;
        }

        .elementor-914 .elementor-element.elementor-element-7a64b1f .elementor-toggle-title {
            font-size: 16px;
            line-height: 1.3em;
        }
    }

    .elementor-1572 .elementor-element.elementor-element-54e15df>.elementor-container {
        min-height: 80px;
    }

    .elementor-1572 .elementor-element.elementor-element-54e15df>.elementor-container>.elementor-column>.elementor-widget-wrap {
        align-content: center;
        align-items: center;
    }

    .elementor-1572 .elementor-element.elementor-element-54e15df:not(.elementor-motion-effects-element-type-background),
    .elementor-1572 .elementor-element.elementor-element-54e15df>.elementor-motion-effects-container>.elementor-motion-effects-layer {
        background-color: #F8F8F8;
    }

    .elementor-1572 .elementor-element.elementor-element-54e15df {
        transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
        margin-top: 0px;
        margin-bottom: 0px;
        padding: 0% 5% 0% 5%;
        z-index: 9995;
    }

    .elementor-1572 .elementor-element.elementor-element-54e15df>.elementor-background-overlay {
        transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
    }

    .elementor-1572 .elementor-element.elementor-element-8e46b6a {
        text-align: left;
    }

    .elementor-1572 .elementor-element.elementor-element-8e46b6a img {
        width: 100%;
    }

    .elementor-1572 .elementor-element.elementor-element-8e46b6a>.elementor-widget-container {
        padding: 10px 0px 10px 0px;
    }

    .elementor-1572 .elementor-element.elementor-element-8dc6af1.elementor-column>.elementor-widget-wrap {
        justify-content: flex-end;
    }

    .elementor-1572 .elementor-element.elementor-element-2712464 .elementor-menu-toggle {
        margin-right: auto;
        background-color: #FFFFFF00;
        border-width: 0px;
        border-radius: 0px;
    }

    .elementor-1572 .elementor-element.elementor-element-2712464 .elementor-nav-menu .elementor-item {
        font-family: "Open Sans", Sans-serif;
        font-size: 13px;
        font-weight: 500;
        text-transform: uppercase;
        font-style: normal;
        text-decoration: none;
        line-height: 24px;
        letter-spacing: 1.1px;
    }

    .elementor-1572 .elementor-element.elementor-element-2712464 .elementor-nav-menu--main .elementor-item {
        color: #000000;
        fill: #000000;
        padding-left: 0px;
        padding-right: 0px;
        padding-top: 4px;
        padding-bottom: 4px;
    }

    .elementor-1572 .elementor-element.elementor-element-2712464 .elementor-nav-menu--main:not(.e--pointer-framed) .elementor-item:before,
    .elementor-1572 .elementor-element.elementor-element-2712464 .elementor-nav-menu--main:not(.e--pointer-framed) .elementor-item:after {
        background-color: #000000;
    }

    .elementor-1572 .elementor-element.elementor-element-2712464 .e--pointer-framed .elementor-item:before,
    .elementor-1572 .elementor-element.elementor-element-2712464 .e--pointer-framed .elementor-item:after {
        border-color: #000000;
    }

    .elementor-1572 .elementor-element.elementor-element-2712464 .elementor-nav-menu--main .elementor-item.elementor-item-active {
        color: #000000;
    }

    .elementor-1572 .elementor-element.elementor-element-2712464 .elementor-nav-menu--main:not(.e--pointer-framed) .elementor-item.elementor-item-active:before,
    .elementor-1572 .elementor-element.elementor-element-2712464 .elementor-nav-menu--main:not(.e--pointer-framed) .elementor-item.elementor-item-active:after {
        background-color: #F8F3EF;
    }

    .elementor-1572 .elementor-element.elementor-element-2712464 .e--pointer-framed .elementor-item.elementor-item-active:before,
    .elementor-1572 .elementor-element.elementor-element-2712464 .e--pointer-framed .elementor-item.elementor-item-active:after {
        border-color: #F8F3EF;
    }

    .elementor-1572 .elementor-element.elementor-element-2712464 {
        --e-nav-menu-horizontal-menu-item-margin: calc(40px / 2);
        width: auto;
        max-width: auto;
    }

    .elementor-1572 .elementor-element.elementor-element-2712464 .elementor-nav-menu--main:not(.elementor-nav-menu--layout-horizontal) .elementor-nav-menu>li:not(:last-child) {
        margin-bottom: 40px;
    }

    .elementor-1572 .elementor-element.elementor-element-2712464 .elementor-nav-menu--dropdown {
        background-color: #FFFFFF;
    }

    .elementor-1572 .elementor-element.elementor-element-2712464 .elementor-nav-menu--dropdown a:hover,
    .elementor-1572 .elementor-element.elementor-element-2712464 .elementor-nav-menu--dropdown a.elementor-item-active,
    .elementor-1572 .elementor-element.elementor-element-2712464 .elementor-nav-menu--dropdown a.highlighted,
    .elementor-1572 .elementor-element.elementor-element-2712464 .elementor-menu-toggle:hover {
        color: #FFFFFF;
    }

    .elementor-1572 .elementor-element.elementor-element-2712464 .elementor-nav-menu--dropdown a:hover,
    .elementor-1572 .elementor-element.elementor-element-2712464 .elementor-nav-menu--dropdown a.elementor-item-active,
    .elementor-1572 .elementor-element.elementor-element-2712464 .elementor-nav-menu--dropdown a.highlighted {
        background-color: #000000;
    }

    .elementor-1572 .elementor-element.elementor-element-2712464 .elementor-nav-menu--dropdown .elementor-item,
    .elementor-1572 .elementor-element.elementor-element-2712464 .elementor-nav-menu--dropdown .elementor-sub-item {
        font-family: "Roboto", Sans-serif;
        font-size: 14px;
        font-weight: 300;
        text-transform: uppercase;
        font-style: normal;
        text-decoration: none;
        letter-spacing: 1.53px;
    }

    .elementor-1572 .elementor-element.elementor-element-2712464 div.elementor-menu-toggle {
        color: #DD6464;
    }

    .elementor-1572 .elementor-element.elementor-element-2712464 div.elementor-menu-toggle svg {
        fill: #DD6464;
    }

    .elementor-1572 .elementor-element.elementor-element-2712464 div.elementor-menu-toggle:hover {
        color: #000000;
    }

    .elementor-1572 .elementor-element.elementor-element-2712464 div.elementor-menu-toggle:hover svg {
        fill: #000000;
    }

    .elementor-1572 .elementor-element.elementor-element-da753ee .elementor-button {
        font-family: "Roboto", Sans-serif;
        font-size: 14px;
        font-weight: 400;
        text-transform: uppercase;
        font-style: normal;
        text-decoration: none;
        line-height: 1.3em;
        letter-spacing: 1.53px;
        fill: #FFFFFF;
        color: #FFFFFF;
        background-color: #F2AF0D;
        border-style: solid;
        border-width: 1px 1px 1px 1px;
        border-color: #F2AF0D;
        border-radius: 4px 4px 4px 4px;
        padding: 15px 20px 15px 20px;
    }

    .elementor-1572 .elementor-element.elementor-element-da753ee .elementor-button:hover,
    .elementor-1572 .elementor-element.elementor-element-da753ee .elementor-button:focus {
        color: #FFFFFF;
        background-color: #DD6464;
    }

    .elementor-1572 .elementor-element.elementor-element-da753ee .elementor-button:hover svg,
    .elementor-1572 .elementor-element.elementor-element-da753ee .elementor-button:focus svg {
        fill: #FFFFFF;
    }

    .elementor-1572 .elementor-element.elementor-element-da753ee>.elementor-widget-container {
        margin: 0px 0px 0px 40px;
    }

    .elementor-1572 .elementor-element.elementor-element-da753ee {
        width: auto;
        max-width: auto;
    }

    .elementor-1572 .elementor-element.elementor-element-03b4454>.elementor-element-populated {
        padding: 0px 0px 0px 30px;
    }

    .elementor-1572 .elementor-element.elementor-element-14d2a49>.elementor-container {
        min-height: 80px;
    }

    .elementor-1572 .elementor-element.elementor-element-14d2a49>.elementor-container>.elementor-column>.elementor-widget-wrap {
        align-content: center;
        align-items: center;
    }

    .elementor-1572 .elementor-element.elementor-element-14d2a49:not(.elementor-motion-effects-element-type-background),
    .elementor-1572 .elementor-element.elementor-element-14d2a49>.elementor-motion-effects-container>.elementor-motion-effects-layer {
        background-color: #F8F8F8;
    }

    .elementor-1572 .elementor-element.elementor-element-14d2a49 {
        transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
        margin-top: 0px;
        margin-bottom: 0px;
        padding: 0% 5% 0% 5%;
        z-index: 9995;
    }

    .elementor-1572 .elementor-element.elementor-element-14d2a49>.elementor-background-overlay {
        transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
    }

    .elementor-1572 .elementor-element.elementor-element-042ec0e>.elementor-widget-wrap>.elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute) {
        margin-bottom: 0px;
    }

    .elementor-1572 .elementor-element.elementor-element-7991d19 .elementor-button {
        font-family: "Roboto", Sans-serif;
        font-size: 14px;
        font-weight: 400;
        text-transform: uppercase;
        font-style: normal;
        text-decoration: none;
        line-height: 1.3em;
        letter-spacing: 1.53px;
        fill: #FFFFFF;
        color: #FFFFFF;
        background-color: #F2AF0D;
        border-style: solid;
        border-width: 1px 1px 1px 1px;
        border-color: #F2AF0D;
        border-radius: 5px 5px 5px 5px;
        padding: 15px 20px 15px 20px;
    }

    .elementor-1572 .elementor-element.elementor-element-7991d19 .elementor-button:hover,
    .elementor-1572 .elementor-element.elementor-element-7991d19 .elementor-button:focus {
        color: #FFFFFF;
        background-color: #DD6464;
    }

    .elementor-1572 .elementor-element.elementor-element-7991d19 .elementor-button:hover svg,
    .elementor-1572 .elementor-element.elementor-element-7991d19 .elementor-button:focus svg {
        fill: #FFFFFF;
    }

    .elementor-1572 .elementor-element.elementor-element-7991d19>.elementor-widget-container {
        margin: 0px 0px 0px 0px;
    }

    .elementor-1572 .elementor-element.elementor-element-7991d19 {
        width: auto;
        max-width: auto;
    }

    .elementor-1572 .elementor-element.elementor-element-01921d9>.elementor-element-populated {
        padding: 0px 0px 0px 30px;
    }

    .elementor-1572 .elementor-element.elementor-element-a44f54c {
        text-align: left;
    }

    .elementor-1572 .elementor-element.elementor-element-a44f54c img {
        width: 100%;
    }

    .elementor-1572 .elementor-element.elementor-element-a44f54c>.elementor-widget-container {
        padding: 5px 5px 5px 5px;
    }

    .elementor-1572 .elementor-element.elementor-element-eab70bf>.elementor-element-populated {
        padding: 0px 0px 0px 30px;
    }

    .elementor-1572 .elementor-element.elementor-element-071a4b2>.elementor-element-populated {
        padding: 0px 0px 0px 30px;
    }

    .elementor-1572 .elementor-element.elementor-element-43ef881 .elementor-menu-toggle {
        margin-right: auto;
        background-color: #FFFFFF00;
        border-width: 0px;
        border-radius: 0px;
    }

    .elementor-1572 .elementor-element.elementor-element-43ef881 .elementor-nav-menu .elementor-item {
        font-family: "Open Sans", Sans-serif;
        font-size: 13px;
        font-weight: 500;
        text-transform: uppercase;
        font-style: normal;
        text-decoration: none;
        line-height: 24px;
        letter-spacing: 1.1px;
    }

    .elementor-1572 .elementor-element.elementor-element-43ef881 .elementor-nav-menu--main .elementor-item {
        color: #000000;
        fill: #000000;
        padding-left: 0px;
        padding-right: 0px;
        padding-top: 4px;
        padding-bottom: 4px;
    }

    .elementor-1572 .elementor-element.elementor-element-43ef881 .elementor-nav-menu--main:not(.e--pointer-framed) .elementor-item:before,
    .elementor-1572 .elementor-element.elementor-element-43ef881 .elementor-nav-menu--main:not(.e--pointer-framed) .elementor-item:after {
        background-color: #000000;
    }

    .elementor-1572 .elementor-element.elementor-element-43ef881 .e--pointer-framed .elementor-item:before,
    .elementor-1572 .elementor-element.elementor-element-43ef881 .e--pointer-framed .elementor-item:after {
        border-color: #000000;
    }

    .elementor-1572 .elementor-element.elementor-element-43ef881 .elementor-nav-menu--main .elementor-item.elementor-item-active {
        color: #000000;
    }

    .elementor-1572 .elementor-element.elementor-element-43ef881 .elementor-nav-menu--main:not(.e--pointer-framed) .elementor-item.elementor-item-active:before,
    .elementor-1572 .elementor-element.elementor-element-43ef881 .elementor-nav-menu--main:not(.e--pointer-framed) .elementor-item.elementor-item-active:after {
        background-color: #F8F3EF;
    }

    .elementor-1572 .elementor-element.elementor-element-43ef881 .e--pointer-framed .elementor-item.elementor-item-active:before,
    .elementor-1572 .elementor-element.elementor-element-43ef881 .e--pointer-framed .elementor-item.elementor-item-active:after {
        border-color: #F8F3EF;
    }

    .elementor-1572 .elementor-element.elementor-element-43ef881 {
        --e-nav-menu-horizontal-menu-item-margin: calc(40px / 2);
        width: auto;
        max-width: auto;
    }

    .elementor-1572 .elementor-element.elementor-element-43ef881 .elementor-nav-menu--main:not(.elementor-nav-menu--layout-horizontal) .elementor-nav-menu>li:not(:last-child) {
        margin-bottom: 40px;
    }

    .elementor-1572 .elementor-element.elementor-element-43ef881 .elementor-nav-menu--dropdown {
        background-color: #FFFFFF;
    }

    .elementor-1572 .elementor-element.elementor-element-43ef881 .elementor-nav-menu--dropdown a:hover,
    .elementor-1572 .elementor-element.elementor-element-43ef881 .elementor-nav-menu--dropdown a.elementor-item-active,
    .elementor-1572 .elementor-element.elementor-element-43ef881 .elementor-nav-menu--dropdown a.highlighted,
    .elementor-1572 .elementor-element.elementor-element-43ef881 .elementor-menu-toggle:hover {
        color: #FFFFFF;
    }

    .elementor-1572 .elementor-element.elementor-element-43ef881 .elementor-nav-menu--dropdown a:hover,
    .elementor-1572 .elementor-element.elementor-element-43ef881 .elementor-nav-menu--dropdown a.elementor-item-active,
    .elementor-1572 .elementor-element.elementor-element-43ef881 .elementor-nav-menu--dropdown a.highlighted {
        background-color: #000000;
    }

    .elementor-1572 .elementor-element.elementor-element-43ef881 .elementor-nav-menu--dropdown .elementor-item,
    .elementor-1572 .elementor-element.elementor-element-43ef881 .elementor-nav-menu--dropdown .elementor-sub-item {
        font-family: "Roboto", Sans-serif;
        font-size: 14px;
        font-weight: 300;
        text-transform: uppercase;
        font-style: normal;
        text-decoration: none;
        letter-spacing: 1.53px;
    }

    .elementor-1572 .elementor-element.elementor-element-43ef881 div.elementor-menu-toggle {
        color: #DD6464;
    }

    .elementor-1572 .elementor-element.elementor-element-43ef881 div.elementor-menu-toggle svg {
        fill: #DD6464;
    }

    .elementor-1572 .elementor-element.elementor-element-43ef881 div.elementor-menu-toggle:hover {
        color: #000000;
    }

    .elementor-1572 .elementor-element.elementor-element-43ef881 div.elementor-menu-toggle:hover svg {
        fill: #000000;
    }

    @media(max-width:1024px) {

        .elementor-1572 .elementor-element.elementor-element-2712464 .elementor-nav-menu--main>.elementor-nav-menu>li>.elementor-nav-menu--dropdown,
        .elementor-1572 .elementor-element.elementor-element-2712464 .elementor-nav-menu__container.elementor-nav-menu--dropdown {
            margin-top: 22px !important;
        }

        .elementor-1572 .elementor-element.elementor-element-2712464 .elementor-menu-toggle {
            border-width: 1px;
            border-radius: 0px;
        }

        .elementor-1572 .elementor-element.elementor-element-2712464>.elementor-widget-container {
            padding: 0px 120px 0px 0px;
        }

        .elementor-1572 .elementor-element.elementor-element-042ec0e.elementor-column>.elementor-widget-wrap {
            justify-content: center;
        }

        .elementor-1572 .elementor-element.elementor-element-7991d19>.elementor-widget-container {
            margin: 0px 0px 10px 0px;
        }

        .elementor-1572 .elementor-element.elementor-element-eab70bf.elementor-column>.elementor-widget-wrap {
            justify-content: flex-end;
        }

        .elementor-1572 .elementor-element.elementor-element-eab70bf>.elementor-element-populated {
            padding: 0px 0px 0px 0px;
        }

        .elementor-1572 .elementor-element.elementor-element-1e7c547>.elementor-widget-container {
            padding: 0% 0% 0% 70%;
        }

        .elementor-1572 .elementor-element.elementor-element-071a4b2.elementor-column>.elementor-widget-wrap {
            justify-content: flex-end;
        }

        .elementor-1572 .elementor-element.elementor-element-071a4b2>.elementor-element-populated {
            padding: 0px 0px 0px 0px;
        }

        .elementor-1572 .elementor-element.elementor-element-43ef881 .elementor-nav-menu--main>.elementor-nav-menu>li>.elementor-nav-menu--dropdown,
        .elementor-1572 .elementor-element.elementor-element-43ef881 .elementor-nav-menu__container.elementor-nav-menu--dropdown {
            margin-top: 22px !important;
        }

        .elementor-1572 .elementor-element.elementor-element-43ef881 .elementor-menu-toggle {
            border-width: 1px;
            border-radius: 0px;
        }

        .elementor-1572 .elementor-element.elementor-element-43ef881>.elementor-widget-container {
            padding: 0px 0px 0px 0px;
        }
    }

    @media(min-width:768px) {
        .elementor-1572 .elementor-element.elementor-element-48d6b23 {
            width: 4.677%;
        }

        .elementor-1572 .elementor-element.elementor-element-89f001d {
            width: 16.17%;
        }

        .elementor-1572 .elementor-element.elementor-element-8dc6af1 {
            width: 70.644%;
        }

        .elementor-1572 .elementor-element.elementor-element-03b4454 {
            width: 8.469%;
        }
    }

    @media(max-width:1024px) and (min-width:768px) {
        .elementor-1572 .elementor-element.elementor-element-89f001d {
            width: 30%;
        }

        .elementor-1572 .elementor-element.elementor-element-8dc6af1 {
            width: 70%;
        }

        .elementor-1572 .elementor-element.elementor-element-042ec0e {
            width: 100%;
        }

        .elementor-1572 .elementor-element.elementor-element-01921d9 {
            width: 40%;
        }

        .elementor-1572 .elementor-element.elementor-element-eab70bf {
            width: 50%;
        }

        .elementor-1572 .elementor-element.elementor-element-071a4b2 {
            width: 10%;
        }
    }

    @media(max-width:767px) {
        .elementor-1572 .elementor-element.elementor-element-54e15df {
            padding: 0px 10px 0px 10px;
        }

        .elementor-1572 .elementor-element.elementor-element-89f001d {
            width: 40%;
        }

        .elementor-1572 .elementor-element.elementor-element-89f001d>.elementor-element-populated {
            margin: 0px 0px 0px 0px;
            --e-column-margin-right: 0px;
            --e-column-margin-left: 0px;
        }

        .elementor-1572 .elementor-element.elementor-element-8e46b6a img {
            width: 100%;
        }

        .elementor-1572 .elementor-element.elementor-element-8dc6af1 {
            width: 60%;
        }

        .elementor-1572 .elementor-element.elementor-element-2712464>.elementor-widget-container {
            padding: 0px 20px 0px 0px;
        }

        .elementor-1572 .elementor-element.elementor-element-da753ee .elementor-button {
            font-size: 12px;
            padding: 10px 10px 10px 10px;
        }

        .elementor-1572 .elementor-element.elementor-element-da753ee>.elementor-widget-container {
            margin: 0px 0px 0px 0px;
            padding: 0px 0px 0px 0px;
        }

        .elementor-1572 .elementor-element.elementor-element-14d2a49 {
            padding: 0px 10px 0px 10px;
        }

        .elementor-1572 .elementor-element.elementor-element-042ec0e {
            width: 100%;
        }

        .elementor-1572 .elementor-element.elementor-element-042ec0e.elementor-column>.elementor-widget-wrap {
            justify-content: center;
        }

        .elementor-1572 .elementor-element.elementor-element-7991d19 .elementor-button {
            font-size: 12px;
            padding: 9px 6px 6px 6px;
        }

        .elementor-1572 .elementor-element.elementor-element-7991d19>.elementor-widget-container {
            margin: 0px 0px 0px 0px;
            padding: 0px 0px 0px 0px;
        }

        .elementor-1572 .elementor-element.elementor-element-01921d9 {
            width: 50%;
        }

        .elementor-1572 .elementor-element.elementor-element-01921d9>.elementor-element-populated {
            padding: 0px 0px 0px 0px;
        }

        .elementor-1572 .elementor-element.elementor-element-a44f54c img {
            width: 100%;
        }

        .elementor-1572 .elementor-element.elementor-element-eab70bf {
            width: 30%;
        }

        .elementor-1572 .elementor-element.elementor-element-eab70bf.elementor-column>.elementor-widget-wrap {
            justify-content: flex-end;
        }

        .elementor-1572 .elementor-element.elementor-element-eab70bf>.elementor-element-populated {
            padding: 0px 0px 0px 30px;
        }

        .elementor-1572 .elementor-element.elementor-element-1e7c547>.elementor-widget-container {
            padding: 0px 0px 0px 20px;
        }

        .elementor-1572 .elementor-element.elementor-element-071a4b2 {
            width: 20%;
        }

        .elementor-1572 .elementor-element.elementor-element-071a4b2.elementor-column>.elementor-widget-wrap {
            justify-content: flex-end;
        }

        .elementor-1572 .elementor-element.elementor-element-071a4b2>.elementor-element-populated {
            padding: 0px 10px 0px 0px;
        }

        .elementor-1572 .elementor-element.elementor-element-43ef881>.elementor-widget-container {
            padding: 0px 0px 0px 0px;
        }
    }

    .elementor-2363 .elementor-element.elementor-element-b4f0a3>.elementor-container {
        max-width: 1100px;
    }

    .elementor-2363 .elementor-element.elementor-element-b4f0a3:not(.elementor-motion-effects-element-type-background),
    .elementor-2363 .elementor-element.elementor-element-b4f0a3>.elementor-motion-effects-container>.elementor-motion-effects-layer {
        background-color: #10364C;
    }

    .elementor-2363 .elementor-element.elementor-element-b4f0a3 {
        transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
        padding: 70px 0px 30px 0px;
    }

    .elementor-2363 .elementor-element.elementor-element-b4f0a3>.elementor-background-overlay {
        transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
    }

    .elementor-2363 .elementor-element.elementor-element-e002165>.elementor-element-populated {
        margin: 0px 0px 0px 0px;
        --e-column-margin-right: 0px;
        --e-column-margin-left: 0px;
    }

    .elementor-2363 .elementor-element.elementor-element-bc156aa {
        text-align: center;
    }

    .elementor-2363 .elementor-element.elementor-element-bc156aa>.elementor-widget-container {
        margin: 0px 0px 0px 0px;
        padding: 0px 0px 0px 0px;
    }

    .elementor-2363 .elementor-element.elementor-element-5c9dc66 {
        --grid-template-columns: repeat(0, auto);
        --icon-size: 15px;
        --grid-column-gap: 9px;
        --grid-row-gap: 0px;
    }

    .elementor-2363 .elementor-element.elementor-element-5c9dc66 .elementor-widget-container {
        text-align: center;
    }

    .elementor-2363 .elementor-element.elementor-element-5c9dc66 .elementor-social-icon {
        background-color: rgba(255, 255, 255, 0.21);
        --icon-padding: 0.6em;
    }

    .elementor-2363 .elementor-element.elementor-element-5c9dc66 .elementor-social-icon i {
        color: #ffffff;
    }

    .elementor-2363 .elementor-element.elementor-element-5c9dc66 .elementor-social-icon svg {
        fill: #ffffff;
    }

    .elementor-2363 .elementor-element.elementor-element-5c9dc66 .elementor-social-icon:hover {
        background-color: #ffffff;
    }

    .elementor-2363 .elementor-element.elementor-element-5c9dc66 .elementor-social-icon:hover i {
        color: #001c38;
    }

    .elementor-2363 .elementor-element.elementor-element-5c9dc66 .elementor-social-icon:hover svg {
        fill: #001c38;
    }

    .elementor-2363 .elementor-element.elementor-element-5c9dc66>.elementor-widget-container {
        margin: 0px 0px 0px 0px;
        padding: 0px 0px 0px 0px;
    }

    .elementor-bc-flex-widget .elementor-2363 .elementor-element.elementor-element-6b5ed865.elementor-column .elementor-widget-wrap {
        align-items: flex-start;
    }

    .elementor-2363 .elementor-element.elementor-element-6b5ed865.elementor-column.elementor-element[data-element_type="column"]>.elementor-widget-wrap.elementor-element-populated {
        align-content: flex-start;
        align-items: flex-start;
    }

    .elementor-2363 .elementor-element.elementor-element-57a1f1d7 {
        text-align: left;
    }

    .elementor-2363 .elementor-element.elementor-element-57a1f1d7 .elementor-heading-title {
        color: #7ABDC4;
        font-size: 18px;
        font-weight: 500;
    }

    .elementor-2363 .elementor-element.elementor-element-4303b6c6 .elementor-icon-list-items:not(.elementor-inline-items) .elementor-icon-list-item:not(:last-child) {
        padding-bottom: calc(5px/2);
    }

    .elementor-2363 .elementor-element.elementor-element-4303b6c6 .elementor-icon-list-items:not(.elementor-inline-items) .elementor-icon-list-item:not(:first-child) {
        margin-top: calc(5px/2);
    }

    .elementor-2363 .elementor-element.elementor-element-4303b6c6 .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item {
        margin-right: calc(5px/2);
        margin-left: calc(5px/2);
    }

    .elementor-2363 .elementor-element.elementor-element-4303b6c6 .elementor-icon-list-items.elementor-inline-items {
        margin-right: calc(-5px/2);
        margin-left: calc(-5px/2);
    }

    body.rtl .elementor-2363 .elementor-element.elementor-element-4303b6c6 .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item:after {
        left: calc(-5px/2);
    }

    body:not(.rtl) .elementor-2363 .elementor-element.elementor-element-4303b6c6 .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item:after {
        right: calc(-5px/2);
    }

    .elementor-2363 .elementor-element.elementor-element-4303b6c6 .elementor-icon-list-icon i {
        transition: color 0.3s;
    }

    .elementor-2363 .elementor-element.elementor-element-4303b6c6 .elementor-icon-list-icon svg {
        transition: fill 0.3s;
    }

    .elementor-2363 .elementor-element.elementor-element-4303b6c6 {
        --e-icon-list-icon-size: 0px;
        --icon-vertical-offset: 0px;
    }

    .elementor-2363 .elementor-element.elementor-element-4303b6c6 .elementor-icon-list-icon {
        padding-right: 0px;
    }

    .elementor-2363 .elementor-element.elementor-element-4303b6c6 .elementor-icon-list-item>.elementor-icon-list-text,
    .elementor-2363 .elementor-element.elementor-element-4303b6c6 .elementor-icon-list-item>a {
        font-size: 16px;
        font-weight: 400;
    }

    .elementor-2363 .elementor-element.elementor-element-4303b6c6 .elementor-icon-list-text {
        color: #E3E3E3;
        transition: color 0.3s;
    }

    .elementor-bc-flex-widget .elementor-2363 .elementor-element.elementor-element-dcddc8e.elementor-column .elementor-widget-wrap {
        align-items: flex-start;
    }

    .elementor-2363 .elementor-element.elementor-element-dcddc8e.elementor-column.elementor-element[data-element_type="column"]>.elementor-widget-wrap.elementor-element-populated {
        align-content: flex-start;
        align-items: flex-start;
    }

    .elementor-2363 .elementor-element.elementor-element-0a8769c {
        text-align: left;
    }

    .elementor-2363 .elementor-element.elementor-element-0a8769c .elementor-heading-title {
        color: #7ABDC4;
        font-size: 18px;
        font-weight: 500;
    }

    .elementor-2363 .elementor-element.elementor-element-f573c08 .elementor-icon-list-items:not(.elementor-inline-items) .elementor-icon-list-item:not(:last-child) {
        padding-bottom: calc(5px/2);
    }

    .elementor-2363 .elementor-element.elementor-element-f573c08 .elementor-icon-list-items:not(.elementor-inline-items) .elementor-icon-list-item:not(:first-child) {
        margin-top: calc(5px/2);
    }

    .elementor-2363 .elementor-element.elementor-element-f573c08 .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item {
        margin-right: calc(5px/2);
        margin-left: calc(5px/2);
    }

    .elementor-2363 .elementor-element.elementor-element-f573c08 .elementor-icon-list-items.elementor-inline-items {
        margin-right: calc(-5px/2);
        margin-left: calc(-5px/2);
    }

    body.rtl .elementor-2363 .elementor-element.elementor-element-f573c08 .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item:after {
        left: calc(-5px/2);
    }

    body:not(.rtl) .elementor-2363 .elementor-element.elementor-element-f573c08 .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item:after {
        right: calc(-5px/2);
    }

    .elementor-2363 .elementor-element.elementor-element-f573c08 .elementor-icon-list-icon i {
        transition: color 0.3s;
    }

    .elementor-2363 .elementor-element.elementor-element-f573c08 .elementor-icon-list-icon svg {
        transition: fill 0.3s;
    }

    .elementor-2363 .elementor-element.elementor-element-f573c08 {
        --e-icon-list-icon-size: 0px;
        --icon-vertical-offset: 0px;
    }

    .elementor-2363 .elementor-element.elementor-element-f573c08 .elementor-icon-list-icon {
        padding-right: 0px;
    }

    .elementor-2363 .elementor-element.elementor-element-f573c08 .elementor-icon-list-item>.elementor-icon-list-text,
    .elementor-2363 .elementor-element.elementor-element-f573c08 .elementor-icon-list-item>a {
        font-size: 16px;
        font-weight: 400;
    }

    .elementor-2363 .elementor-element.elementor-element-f573c08 .elementor-icon-list-text {
        color: #E3E3E3;
        transition: color 0.3s;
    }

    .elementor-2363 .elementor-element.elementor-element-f573c08>.elementor-widget-container {
        margin: 0px 0px 0px 0px;
    }

    .elementor-2363 .elementor-element.elementor-element-794e0bf5 {
        text-align: left;
    }

    .elementor-2363 .elementor-element.elementor-element-794e0bf5 .elementor-heading-title {
        color: #7ABDC4;
        font-size: 18px;
        font-weight: 500;
    }

    .elementor-2363 .elementor-element.elementor-element-e75338b {
        text-align: left;
        color: #E3E3E3;
        font-family: "Roboto", Sans-serif;
        font-size: 16px;
        font-weight: 400;
    }

    .elementor-2363 .elementor-element.elementor-element-3a32318>.elementor-container {
        max-width: 1100px;
    }

    .elementor-2363 .elementor-element.elementor-element-3a32318:not(.elementor-motion-effects-element-type-background),
    .elementor-2363 .elementor-element.elementor-element-3a32318>.elementor-motion-effects-container>.elementor-motion-effects-layer {
        background-color: #10364C;
    }

    .elementor-2363 .elementor-element.elementor-element-3a32318 {
        transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
        padding: 70px 0px 30px 0px;
    }

    .elementor-2363 .elementor-element.elementor-element-3a32318>.elementor-background-overlay {
        transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
    }

    .elementor-bc-flex-widget .elementor-2363 .elementor-element.elementor-element-b29f485.elementor-column .elementor-widget-wrap {
        align-items: flex-start;
    }

    .elementor-2363 .elementor-element.elementor-element-b29f485.elementor-column.elementor-element[data-element_type="column"]>.elementor-widget-wrap.elementor-element-populated {
        align-content: flex-start;
        align-items: flex-start;
    }

    .elementor-2363 .elementor-element.elementor-element-4973889 {
        text-align: left;
    }

    .elementor-2363 .elementor-element.elementor-element-4973889 .elementor-heading-title {
        color: #7ABDC4;
        font-size: 18px;
        font-weight: 500;
    }

    .elementor-2363 .elementor-element.elementor-element-3d9bb98 .elementor-icon-list-items:not(.elementor-inline-items) .elementor-icon-list-item:not(:last-child) {
        padding-bottom: calc(5px/2);
    }

    .elementor-2363 .elementor-element.elementor-element-3d9bb98 .elementor-icon-list-items:not(.elementor-inline-items) .elementor-icon-list-item:not(:first-child) {
        margin-top: calc(5px/2);
    }

    .elementor-2363 .elementor-element.elementor-element-3d9bb98 .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item {
        margin-right: calc(5px/2);
        margin-left: calc(5px/2);
    }

    .elementor-2363 .elementor-element.elementor-element-3d9bb98 .elementor-icon-list-items.elementor-inline-items {
        margin-right: calc(-5px/2);
        margin-left: calc(-5px/2);
    }

    body.rtl .elementor-2363 .elementor-element.elementor-element-3d9bb98 .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item:after {
        left: calc(-5px/2);
    }

    body:not(.rtl) .elementor-2363 .elementor-element.elementor-element-3d9bb98 .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item:after {
        right: calc(-5px/2);
    }

    .elementor-2363 .elementor-element.elementor-element-3d9bb98 .elementor-icon-list-icon i {
        transition: color 0.3s;
    }

    .elementor-2363 .elementor-element.elementor-element-3d9bb98 .elementor-icon-list-icon svg {
        transition: fill 0.3s;
    }

    .elementor-2363 .elementor-element.elementor-element-3d9bb98 {
        --e-icon-list-icon-size: 0px;
        --icon-vertical-offset: 0px;
    }

    .elementor-2363 .elementor-element.elementor-element-3d9bb98 .elementor-icon-list-icon {
        padding-right: 0px;
    }

    .elementor-2363 .elementor-element.elementor-element-3d9bb98 .elementor-icon-list-item>.elementor-icon-list-text,
    .elementor-2363 .elementor-element.elementor-element-3d9bb98 .elementor-icon-list-item>a {
        font-size: 16px;
        font-weight: 400;
    }

    .elementor-2363 .elementor-element.elementor-element-3d9bb98 .elementor-icon-list-text {
        color: #E3E3E3;
        transition: color 0.3s;
    }

    .elementor-2363 .elementor-element.elementor-element-8cf5901 .elementor-icon-list-items:not(.elementor-inline-items) .elementor-icon-list-item:not(:last-child) {
        padding-bottom: calc(5px/2);
    }

    .elementor-2363 .elementor-element.elementor-element-8cf5901 .elementor-icon-list-items:not(.elementor-inline-items) .elementor-icon-list-item:not(:first-child) {
        margin-top: calc(5px/2);
    }

    .elementor-2363 .elementor-element.elementor-element-8cf5901 .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item {
        margin-right: calc(5px/2);
        margin-left: calc(5px/2);
    }

    .elementor-2363 .elementor-element.elementor-element-8cf5901 .elementor-icon-list-items.elementor-inline-items {
        margin-right: calc(-5px/2);
        margin-left: calc(-5px/2);
    }

    body.rtl .elementor-2363 .elementor-element.elementor-element-8cf5901 .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item:after {
        left: calc(-5px/2);
    }

    body:not(.rtl) .elementor-2363 .elementor-element.elementor-element-8cf5901 .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item:after {
        right: calc(-5px/2);
    }

    .elementor-2363 .elementor-element.elementor-element-8cf5901 .elementor-icon-list-icon i {
        transition: color 0.3s;
    }

    .elementor-2363 .elementor-element.elementor-element-8cf5901 .elementor-icon-list-icon svg {
        transition: fill 0.3s;
    }

    .elementor-2363 .elementor-element.elementor-element-8cf5901 {
        --e-icon-list-icon-size: 0px;
        --icon-vertical-offset: 0px;
    }

    .elementor-2363 .elementor-element.elementor-element-8cf5901 .elementor-icon-list-icon {
        padding-right: 0px;
    }

    .elementor-2363 .elementor-element.elementor-element-8cf5901 .elementor-icon-list-item>.elementor-icon-list-text,
    .elementor-2363 .elementor-element.elementor-element-8cf5901 .elementor-icon-list-item>a {
        font-size: 16px;
        font-weight: 400;
    }

    .elementor-2363 .elementor-element.elementor-element-8cf5901 .elementor-icon-list-text {
        color: #E3E3E3;
        transition: color 0.3s;
    }

    .elementor-2363 .elementor-element.elementor-element-8cf5901>.elementor-widget-container {
        margin: 0px 0px 0px 0px;
    }

    .elementor-2363 .elementor-element.elementor-element-257f330>.elementor-element-populated {
        margin: 0px 0px 0px 0px;
        --e-column-margin-right: 0px;
        --e-column-margin-left: 0px;
    }

    .elementor-2363 .elementor-element.elementor-element-e4b4c7f {
        text-align: center;
    }

    .elementor-2363 .elementor-element.elementor-element-e4b4c7f>.elementor-widget-container {
        margin: 0px 0px 0px 0px;
        padding: 0px 0px 0px 0px;
    }

    .elementor-2363 .elementor-element.elementor-element-29ec79d {
        --grid-template-columns: repeat(0, auto);
        --icon-size: 15px;
        --grid-column-gap: 9px;
        --grid-row-gap: 0px;
    }

    .elementor-2363 .elementor-element.elementor-element-29ec79d .elementor-widget-container {
        text-align: center;
    }

    .elementor-2363 .elementor-element.elementor-element-29ec79d .elementor-social-icon {
        background-color: rgba(255, 255, 255, 0.21);
        --icon-padding: 0.6em;
    }

    .elementor-2363 .elementor-element.elementor-element-29ec79d .elementor-social-icon i {
        color: #ffffff;
    }

    .elementor-2363 .elementor-element.elementor-element-29ec79d .elementor-social-icon svg {
        fill: #ffffff;
    }

    .elementor-2363 .elementor-element.elementor-element-29ec79d .elementor-social-icon:hover {
        background-color: #ffffff;
    }

    .elementor-2363 .elementor-element.elementor-element-29ec79d .elementor-social-icon:hover i {
        color: #001c38;
    }

    .elementor-2363 .elementor-element.elementor-element-29ec79d .elementor-social-icon:hover svg {
        fill: #001c38;
    }

    .elementor-2363 .elementor-element.elementor-element-29ec79d>.elementor-widget-container {
        margin: 0px 0px 0px 0px;
        padding: 0px 0px 0px 0px;
    }

    .elementor-2363 .elementor-element.elementor-element-44b736f {
        text-align: left;
    }

    .elementor-2363 .elementor-element.elementor-element-44b736f .elementor-heading-title {
        color: #7ABDC4;
        font-size: 18px;
        font-weight: 500;
    }

    .elementor-2363 .elementor-element.elementor-element-d0439c4 {
        text-align: left;
        color: #E3E3E3;
        font-family: "Roboto", Sans-serif;
        font-size: 16px;
        font-weight: 400;
    }

    .elementor-2363 .elementor-element.elementor-element-6baa6c1e>.elementor-container {
        min-height: 50px;
    }

    .elementor-2363 .elementor-element.elementor-element-6baa6c1e>.elementor-container>.elementor-column>.elementor-widget-wrap {
        align-content: center;
        align-items: center;
    }

    .elementor-2363 .elementor-element.elementor-element-6baa6c1e:not(.elementor-motion-effects-element-type-background),
    .elementor-2363 .elementor-element.elementor-element-6baa6c1e>.elementor-motion-effects-container>.elementor-motion-effects-layer {
        background-color: #0A2331;
    }

    .elementor-2363 .elementor-element.elementor-element-6baa6c1e {
        border-style: solid;
        border-width: 1px 0px 0px 0px;
        border-color: rgba(255, 255, 255, 0.19);
        transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    }

    .elementor-2363 .elementor-element.elementor-element-6baa6c1e>.elementor-background-overlay {
        transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
    }

    .elementor-2363 .elementor-element.elementor-element-5a83e65c {
        text-align: left;
    }

    .elementor-2363 .elementor-element.elementor-element-5a83e65c .elementor-heading-title {
        color: #C8C8C8;
        font-size: 13px;
        font-weight: 300;
    }

    .elementor-2363 .elementor-element.elementor-element-4de651ea {
        text-align: right;
    }

    .elementor-2363 .elementor-element.elementor-element-4de651ea .elementor-heading-title {
        color: #DBDBDB;
        font-size: 13px;
        font-weight: 300;
    }

    @media(max-width:1024px) {
        .elementor-2363 .elementor-element.elementor-element-b4f0a3 {
            padding: 50px 20px 50px 20px;
        }

        .elementor-2363 .elementor-element.elementor-element-e002165>.elementor-element-populated {
            margin: 0% 15% 0% 0%;
            --e-column-margin-right: 15%;
            --e-column-margin-left: 0%;
        }

        .elementor-2363 .elementor-element.elementor-element-5c9dc66 {
            --icon-size: 10px;
        }

        .elementor-2363 .elementor-element.elementor-element-4303b6c6 .elementor-icon-list-item>.elementor-icon-list-text,
        .elementor-2363 .elementor-element.elementor-element-4303b6c6 .elementor-icon-list-item>a {
            font-size: 13px;
        }

        .elementor-2363 .elementor-element.elementor-element-f573c08 .elementor-icon-list-item>.elementor-icon-list-text,
        .elementor-2363 .elementor-element.elementor-element-f573c08 .elementor-icon-list-item>a {
            font-size: 13px;
        }

        .elementor-2363 .elementor-element.elementor-element-3a32318 {
            padding: 50px 50px 50px 50px;
        }

        .elementor-2363 .elementor-element.elementor-element-4973889 {
            text-align: center;
        }

        .elementor-2363 .elementor-element.elementor-element-3d9bb98 .elementor-icon-list-item>.elementor-icon-list-text,
        .elementor-2363 .elementor-element.elementor-element-3d9bb98 .elementor-icon-list-item>a {
            font-size: 15px;
        }

        .elementor-2363 .elementor-element.elementor-element-3d9bb98>.elementor-widget-container {
            margin: 0px 0px 0px 0px;
            padding: 0px 0px 0px 0px;
        }

        .elementor-2363 .elementor-element.elementor-element-8cf5901 .elementor-icon-list-item>.elementor-icon-list-text,
        .elementor-2363 .elementor-element.elementor-element-8cf5901 .elementor-icon-list-item>a {
            font-size: 15px;
        }

        .elementor-2363 .elementor-element.elementor-element-8cf5901>.elementor-widget-container {
            margin: -10px 0px 0px 0px;
            padding: 0px 0px 0px 0px;
        }

        .elementor-2363 .elementor-element.elementor-element-257f330>.elementor-element-populated {
            margin: 0% 0% 0% 0%;
            --e-column-margin-right: 0%;
            --e-column-margin-left: 0%;
        }

        .elementor-2363 .elementor-element.elementor-element-29ec79d {
            --icon-size: 10px;
        }

        .elementor-2363 .elementor-element.elementor-element-44b736f {
            text-align: center;
        }

        .elementor-2363 .elementor-element.elementor-element-d0439c4 {
            text-align: center;
            font-size: 15px;
        }

        .elementor-2363 .elementor-element.elementor-element-6baa6c1e {
            padding: 10px 20px 10px 20px;
        }
    }

    @media(max-width:767px) {
        .elementor-2363 .elementor-element.elementor-element-b4f0a3 {
            padding: 35px 20px 35px 20px;
        }

        .elementor-2363 .elementor-element.elementor-element-e002165>.elementor-element-populated {
            margin: 0px 0px 50px 0px;
            --e-column-margin-right: 0px;
            --e-column-margin-left: 0px;
            padding: 0px 0px 0px 0px;
        }

        .elementor-2363 .elementor-element.elementor-element-5c9dc66 .elementor-widget-container {
            text-align: center;
        }

        .elementor-2363 .elementor-element.elementor-element-6b5ed865 {
            width: 33%;
        }

        .elementor-2363 .elementor-element.elementor-element-6b5ed865>.elementor-element-populated {
            padding: 0px 0px 0px 0px;
        }

        .elementor-2363 .elementor-element.elementor-element-57a1f1d7 {
            text-align: left;
        }

        .elementor-2363 .elementor-element.elementor-element-4303b6c6 .elementor-icon-list-item>.elementor-icon-list-text,
        .elementor-2363 .elementor-element.elementor-element-4303b6c6 .elementor-icon-list-item>a {
            font-size: 13px;
        }

        .elementor-2363 .elementor-element.elementor-element-dcddc8e {
            width: 33%;
        }

        .elementor-2363 .elementor-element.elementor-element-dcddc8e>.elementor-element-populated {
            padding: 0px 0px 0px 0px;
        }

        .elementor-2363 .elementor-element.elementor-element-0a8769c {
            text-align: left;
        }

        .elementor-2363 .elementor-element.elementor-element-f573c08 .elementor-icon-list-item>.elementor-icon-list-text,
        .elementor-2363 .elementor-element.elementor-element-f573c08 .elementor-icon-list-item>a {
            font-size: 13px;
        }

        .elementor-2363 .elementor-element.elementor-element-3a32318 {
            padding: 35px 50px 35px 50px;
        }

        .elementor-2363 .elementor-element.elementor-element-b29f485 {
            width: 100%;
        }

        .elementor-2363 .elementor-element.elementor-element-b29f485>.elementor-element-populated {
            margin: 30px 0px 50px 0px;
            --e-column-margin-right: 0px;
            --e-column-margin-left: 0px;
            padding: 0px 0px 0px 0px;
        }

        .elementor-2363 .elementor-element.elementor-element-4973889 {
            text-align: center;
        }

        .elementor-2363 .elementor-element.elementor-element-3d9bb98 .elementor-icon-list-item>.elementor-icon-list-text,
        .elementor-2363 .elementor-element.elementor-element-3d9bb98 .elementor-icon-list-item>a {
            font-size: 15px;
        }

        .elementor-2363 .elementor-element.elementor-element-8cf5901 .elementor-icon-list-item>.elementor-icon-list-text,
        .elementor-2363 .elementor-element.elementor-element-8cf5901 .elementor-icon-list-item>a {
            font-size: 15px;
        }

        .elementor-2363 .elementor-element.elementor-element-8cf5901>.elementor-widget-container {
            margin: -10px 0px 0px 0px;
        }

        .elementor-2363 .elementor-element.elementor-element-257f330>.elementor-element-populated {
            margin: 0px 0px 50px 0px;
            --e-column-margin-right: 0px;
            --e-column-margin-left: 0px;
            padding: 0px 0px 0px 0px;
        }

        .elementor-2363 .elementor-element.elementor-element-29ec79d .elementor-widget-container {
            text-align: center;
        }

        .elementor-2363 .elementor-element.elementor-element-b5bbae2>.elementor-element-populated {
            margin: 0px 0px 0px 0px;
            --e-column-margin-right: 0px;
            --e-column-margin-left: 0px;
        }

        .elementor-2363 .elementor-element.elementor-element-44b736f {
            text-align: center;
        }

        .elementor-2363 .elementor-element.elementor-element-d0439c4 {
            text-align: center;
            font-size: 15px;
        }

        .elementor-2363 .elementor-element.elementor-element-6baa6c1e {
            padding: 30px 20px 20px 20px;
        }

        .elementor-2363 .elementor-element.elementor-element-396f5e23>.elementor-element-populated {
            margin: 0px 0px 0px 0px;
            --e-column-margin-right: 0px;
            --e-column-margin-left: 0px;
            padding: 0px 0px 0px 0px;
        }

        .elementor-2363 .elementor-element.elementor-element-5a83e65c {
            text-align: center;
        }

        .elementor-2363 .elementor-element.elementor-element-4de651ea {
            text-align: center;
        }
    }

    @media(min-width:768px) {
        .elementor-2363 .elementor-element.elementor-element-e002165 {
            width: 22.273%;
        }

        .elementor-2363 .elementor-element.elementor-element-fa095f5 {
            width: 14.994%;
        }

        .elementor-2363 .elementor-element.elementor-element-6b5ed865 {
            width: 21.168%;
        }

        .elementor-2363 .elementor-element.elementor-element-dcddc8e {
            width: 20.636%;
        }

        .elementor-2363 .elementor-element.elementor-element-aec1310 {
            width: 20.911%;
        }
    }

    @media(max-width:1024px) and (min-width:768px) {
        .elementor-2363 .elementor-element.elementor-element-e002165 {
            width: 35%;
        }

        .elementor-2363 .elementor-element.elementor-element-6b5ed865 {
            width: 20%;
        }

        .elementor-2363 .elementor-element.elementor-element-dcddc8e {
            width: 20%;
        }

        .elementor-2363 .elementor-element.elementor-element-b29f485 {
            width: 30%;
        }

        .elementor-2363 .elementor-element.elementor-element-257f330 {
            width: 40%;
        }

        .elementor-2363 .elementor-element.elementor-element-b5bbae2 {
            width: 30%;
        }
    }
