
    img:is([sizes="auto" i], [sizes^="auto," i]) {
      contain-intrinsic-size: 3000px 1500px
    }
  
    :root {
      --ast-post-nav-space: 0;
      --ast-container-default-xlg-padding: 3em;
      --ast-container-default-lg-padding: 3em;
      --ast-container-default-slg-padding: 2em;
      --ast-container-default-md-padding: 3em;
      --ast-container-default-sm-padding: 3em;
      --ast-container-default-xs-padding: 2.4em;
      --ast-container-default-xxs-padding: 1.8em;
      --ast-code-block-background: #ECEFF3;
      --ast-comment-inputs-background: #F9FAFB;
      --ast-normal-container-width: 1200px;
      --ast-narrow-container-width: 750px;
      --ast-blog-title-font-weight: normal;
      --ast-blog-meta-weight: inherit;
      --ast-global-color-primary: var(--ast-global-color-5);
      --ast-global-color-secondary: var(--ast-global-color-4);
      --ast-global-color-alternate-background: var(--ast-global-color-7);
      --ast-global-color-subtle-background: var(--ast-global-color-6);
      --ast-bg-style-guide: #F8FAFC;
      --ast-shadow-style-guide: 0px 0px 4px 0 #00000057;
      --ast-global-dark-bg-style: #fff;
      --ast-global-dark-lfs: #fbfbfb;
      --ast-widget-bg-color: #fafafa;
      --ast-wc-container-head-bg-color: #fbfbfb;
      --ast-title-layout-bg: #eeeeee;
      --ast-search-border-color: #e7e7e7;
      --ast-lifter-hover-bg: #e6e6e6;
      --ast-gallery-block-color: #000;
      --srfm-color-input-label: var(--ast-global-color-2);
    }

    html {
      font-size: 100%;
    }

    a {
      color: var(--ast-global-color-0);
    }

    a:hover,
    a:focus {
      color: var(--ast-global-color-1);
    }

    body,
    button,
    input,
    select,
    textarea,
    .ast-button,
    .ast-custom-button {
      font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen-Sans, Ubuntu, Cantarell, Helvetica Neue, sans-serif;
      font-weight: 400;
      font-size: 16px;
      font-size: 1rem;
      line-height: var(--ast-body-line-height, 1.65em);
    }

    blockquote {
      color: var(--ast-global-color-3);
    }

    h1,
    .entry-content h1,
    h2,
    .entry-content h2,
    h3,
    .entry-content h3,
    h4,
    .entry-content h4,
    h5,
    .entry-content h5,
    h6,
    .entry-content h6,
    .site-title,
    .site-title a {
      font-weight: 600;
    }

    .ast-site-identity .site-title a {
      color: var(--ast-global-color-2);
    }

    .site-title {
      font-size: 26px;
      font-size: 1.625rem;
      display: block;
    }

    .site-header .site-description {
      font-size: 15px;
      font-size: 0.9375rem;
      display: none;
    }

    .entry-title {
      font-size: 26px;
      font-size: 1.625rem;
    }

    .archive .ast-article-post .ast-article-inner,
    .blog .ast-article-post .ast-article-inner,
    .archive .ast-article-post .ast-article-inner:hover,
    .blog .ast-article-post .ast-article-inner:hover {
      overflow: hidden;
    }

    h1,
    .entry-content h1 {
      font-size: 40px;
      font-size: 2.5rem;
      font-weight: 600;
      line-height: 1.4em;
    }

    h2,
    .entry-content h2 {
      font-size: 32px;
      font-size: 2rem;
      font-weight: 600;
      line-height: 1.3em;
    }

    h3,
    .entry-content h3 {
      font-size: 26px;
      font-size: 1.625rem;
      font-weight: 600;
      line-height: 1.3em;
    }

    h4,
    .entry-content h4 {
      font-size: 24px;
      font-size: 1.5rem;
      line-height: 1.2em;
      font-weight: 600;
    }

    h5,
    .entry-content h5 {
      font-size: 20px;
      font-size: 1.25rem;
      line-height: 1.2em;
      font-weight: 600;
    }

    h6,
    .entry-content h6 {
      font-size: 16px;
      font-size: 1rem;
      line-height: 1.25em;
      font-weight: 600;
    }

    ::selection {
      background-color: var(--ast-global-color-0);
      color: #ffffff;
    }

    body,
    h1,
    .entry-title a,
    .entry-content h1,
    h2,
    .entry-content h2,
    h3,
    .entry-content h3,
    h4,
    .entry-content h4,
    h5,
    .entry-content h5,
    h6,
    .entry-content h6 {
      color: var(--ast-global-color-3);
    }

    .tagcloud a:hover,
    .tagcloud a:focus,
    .tagcloud a.current-item {
      color: #ffffff;
      border-color: var(--ast-global-color-0);
      background-color: var(--ast-global-color-0);
    }

    input:focus,
    input[type="text"]:focus,
    input[type="email"]:focus,
    input[type="url"]:focus,
    input[type="password"]:focus,
    input[type="reset"]:focus,
    input[type="search"]:focus,
    textarea:focus {
      border-color: var(--ast-global-color-0);
    }

    input[type="radio"]:checked,
    input[type=reset],
    input[type="checkbox"]:checked,
    input[type="checkbox"]:hover:checked,
    input[type="checkbox"]:focus:checked,
    input[type=range]::-webkit-slider-thumb {
      border-color: var(--ast-global-color-0);
      background-color: var(--ast-global-color-0);
      box-shadow: none;
    }

    .site-footer a:hover+.post-count,
    .site-footer a:focus+.post-count {
      background: var(--ast-global-color-0);
      border-color: var(--ast-global-color-0);
    }

    .single .nav-links .nav-previous,
    .single .nav-links .nav-next {
      color: var(--ast-global-color-0);
    }

    .entry-meta,
    .entry-meta * {
      line-height: 1.45;
      color: var(--ast-global-color-0);
    }

    .entry-meta a:not(.ast-button):hover,
    .entry-meta a:not(.ast-button):hover *,
    .entry-meta a:not(.ast-button):focus,
    .entry-meta a:not(.ast-button):focus *,
    .page-links>.page-link,
    .page-links .page-link:hover,
    .post-navigation a:hover {
      color: var(--ast-global-color-1);
    }

    #cat option,
    .secondary .calendar_wrap thead a,
    .secondary .calendar_wrap thead a:visited {
      color: var(--ast-global-color-0);
    }

    .secondary .calendar_wrap #today,
    .ast-progress-val span {
      background: var(--ast-global-color-0);
    }

    .secondary a:hover+.post-count,
    .secondary a:focus+.post-count {
      background: var(--ast-global-color-0);
      border-color: var(--ast-global-color-0);
    }

    .calendar_wrap #today>a {
      color: #ffffff;
    }

    .page-links .page-link,
    .single .post-navigation a {
      color: var(--ast-global-color-0);
    }

    .ast-search-menu-icon .search-form button.search-submit {
      padding: 0 4px;
    }

    .ast-search-menu-icon form.search-form {
      padding-right: 0;
    }

    .ast-search-menu-icon.slide-search input.search-field {
      width: 0;
    }

    .ast-header-search .ast-search-menu-icon.ast-dropdown-active .search-form,
    .ast-header-search .ast-search-menu-icon.ast-dropdown-active .search-field:focus {
      transition: all 0.2s;
    }

    .search-form input.search-field:focus {
      outline: none;
    }

    .ast-archive-title {
      color: var(--ast-global-color-2);
    }

    .widget-title,
    .widget .wp-block-heading {
      font-size: 22px;
      font-size: 1.375rem;
      color: var(--ast-global-color-2);
    }

    .ast-single-post .entry-content a,
    .ast-comment-content a:not(.ast-comment-edit-reply-wrap a) {
      text-decoration: underline;
    }

    .ast-single-post .wp-block-button .wp-block-button__link,
    .ast-single-post .elementor-widget-button .elementor-button,
    .ast-single-post .entry-content .uagb-tab a,
    .ast-single-post .entry-content .uagb-ifb-cta a,
    .ast-single-post .entry-content .wp-block-uagb-buttons a,
    .ast-single-post .entry-content .uabb-module-content a,
    .ast-single-post .entry-content .uagb-post-grid a,
    .ast-single-post .entry-content .uagb-timeline a,
    .ast-single-post .entry-content .uagb-toc__wrap a,
    .ast-single-post .entry-content .uagb-taxomony-box a,
    .ast-single-post .entry-content .woocommerce a,
    .entry-content .wp-block-latest-posts>li>a,
    .ast-single-post .entry-content .wp-block-file__button,
    a.ast-post-filter-single,
    .ast-single-post .wp-block-buttons .wp-block-button.is-style-outline .wp-block-button__link,
    .ast-single-post .ast-comment-content .comment-reply-link,
    .ast-single-post .ast-comment-content .comment-edit-link {
      text-decoration: none;
    }

    .ast-search-menu-icon.slide-search a:focus-visible:focus-visible,
    .astra-search-icon:focus-visible,
    #close:focus-visible,
    a:focus-visible,
    .ast-menu-toggle:focus-visible,
    .site .skip-link:focus-visible,
    .wp-block-loginout input:focus-visible,
    .wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper,
    .ast-header-navigation-arrow:focus-visible,
    .woocommerce .wc-proceed-to-checkout>.checkout-button:focus-visible,
    .woocommerce .woocommerce-MyAccount-navigation ul li a:focus-visible,
    .ast-orders-table__row .ast-orders-table__cell:focus-visible,
    .woocommerce .woocommerce-order-details .order-again>.button:focus-visible,
    .woocommerce .woocommerce-message a.button.wc-forward:focus-visible,
    .woocommerce #minus_qty:focus-visible,
    .woocommerce #plus_qty:focus-visible,
    a#ast-apply-coupon:focus-visible,
    .woocommerce .woocommerce-info a:focus-visible,
    .woocommerce .astra-shop-summary-wrap a:focus-visible,
    .woocommerce a.wc-forward:focus-visible,
    #ast-apply-coupon:focus-visible,
    .woocommerce-js .woocommerce-mini-cart-item a.remove:focus-visible,
    #close:focus-visible,
    .button.search-submit:focus-visible,
    #search_submit:focus,
    .normal-search:focus-visible,
    .ast-header-account-wrap:focus-visible,
    .woocommerce .ast-on-card-button.ast-quick-view-trigger:focus {
      outline-style: dotted;
      outline-color: inherit;
      outline-width: thin;
    }

    input:focus,
    input[type="text"]:focus,
    input[type="email"]:focus,
    input[type="url"]:focus,
    input[type="password"]:focus,
    input[type="reset"]:focus,
    input[type="search"]:focus,
    input[type="number"]:focus,
    textarea:focus,
    .wp-block-search__input:focus,
    [data-section="section-header-mobile-trigger"] .ast-button-wrap .ast-mobile-menu-trigger-minimal:focus,
    .ast-mobile-popup-drawer.active .menu-toggle-close:focus,
    .woocommerce-ordering select.orderby:focus,
    #ast-scroll-top:focus,
    #coupon_code:focus,
    .woocommerce-page #comment:focus,
    .woocommerce #reviews #respond input#submit:focus,
    .woocommerce a.add_to_cart_button:focus,
    .woocommerce .button.single_add_to_cart_button:focus,
    .woocommerce .woocommerce-cart-form button:focus,
    .woocommerce .woocommerce-cart-form__cart-item .quantity .qty:focus,
    .woocommerce .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper .woocommerce-input-wrapper>.input-text:focus,
    .woocommerce #order_comments:focus,
    .woocommerce #place_order:focus,
    .woocommerce .woocommerce-address-fields .woocommerce-address-fields__field-wrapper .woocommerce-input-wrapper>.input-text:focus,
    .woocommerce .woocommerce-MyAccount-content form button:focus,
    .woocommerce .woocommerce-MyAccount-content .woocommerce-EditAccountForm .woocommerce-form-row .woocommerce-Input.input-text:focus,
    .woocommerce .ast-woocommerce-container .woocommerce-pagination ul.page-numbers li a:focus,
    body #content .woocommerce form .form-row .select2-container--default .select2-selection--single:focus,
    #ast-coupon-code:focus,
    .woocommerce.woocommerce-js .quantity input[type=number]:focus,
    .woocommerce-js .woocommerce-mini-cart-item .quantity input[type=number]:focus,
    .woocommerce p#ast-coupon-trigger:focus {
      border-style: dotted;
      border-color: inherit;
      border-width: thin;
    }

    input {
      outline: none;
    }

    .ast-logo-title-inline .site-logo-img {
      padding-right: 1em;
    }

    body .ast-oembed-container * {
      position: absolute;
      top: 0;
      width: 100%;
      height: 100%;
      left: 0;
    }

    body .wp-block-embed-pocket-casts .ast-oembed-container * {
      position: unset;
    }

    .ast-single-post-featured-section+article {
      margin-top: 2em;
    }

    .site-content .ast-single-post-featured-section img {
      width: 100%;
      overflow: hidden;
      object-fit: cover;
    }

    .site>.ast-single-related-posts-container {
      margin-top: 0;
    }

    @media (min-width: 922px) {
      .ast-desktop .ast-container--narrow {
        max-width: var(--ast-narrow-container-width);
        margin: 0 auto;
      }
    }

    .ast-page-builder-template .hentry {
      margin: 0;
    }

    .ast-page-builder-template .site-content>.ast-container {
      max-width: 100%;
      padding: 0;
    }

    .ast-page-builder-template .site .site-content #primary {
      padding: 0;
      margin: 0;
    }

    .ast-page-builder-template .no-results {
      text-align: center;
      margin: 4em auto;
    }

    .ast-page-builder-template .ast-pagination {
      padding: 2em;
    }

    .ast-page-builder-template .entry-header.ast-no-title.ast-no-thumbnail {
      margin-top: 0;
    }

    .ast-page-builder-template .entry-header.ast-header-without-markup {
      margin-top: 0;
      margin-bottom: 0;
    }

    .ast-page-builder-template .entry-header.ast-no-title.ast-no-meta {
      margin-bottom: 0;
    }

    .ast-page-builder-template.single .post-navigation {
      padding-bottom: 2em;
    }

    .ast-page-builder-template.single-post .site-content>.ast-container {
      max-width: 100%;
    }

    .ast-page-builder-template .entry-header {
      margin-top: 2em;
      margin-left: auto;
      margin-right: auto;
    }

    .ast-page-builder-template .ast-archive-description {
      margin: 2em auto 0;
      padding-left: 20px;
      padding-right: 20px;
    }

    .ast-page-builder-template .ast-row {
      margin-left: 0;
      margin-right: 0;
    }

    .single.ast-page-builder-template .entry-header+.entry-content,
    .single.ast-page-builder-template .ast-single-entry-banner+.site-content article .entry-content {
      margin-bottom: 2em;
    }

    @media(min-width: 921px) {

      .ast-page-builder-template.archive.ast-right-sidebar .ast-row article,
      .ast-page-builder-template.archive.ast-left-sidebar .ast-row article {
        padding-left: 0;
        padding-right: 0;
      }
    }

    @media (max-width:921.9px) {
      #ast-desktop-header {
        display: none;
      }
    }

    @media (min-width:922px) {
      #ast-mobile-header {
        display: none;
      }
    }

    .wp-block-buttons.aligncenter {
      justify-content: center;
    }

    @media (max-width:921px) {

      .ast-theme-transparent-header #primary,
      .ast-theme-transparent-header #secondary {
        padding: 0;
      }
    }

    @media (max-width:921px) {
      .ast-plain-container.ast-no-sidebar #primary {
        padding: 0;
      }
    }

    .ast-plain-container.ast-no-sidebar #primary {
      margin-top: 0;
      margin-bottom: 0;
    }

    .ast-separate-container.ast-single-post.ast-right-sidebar #primary,
    .ast-separate-container.ast-single-post.ast-left-sidebar #primary,
    .ast-separate-container.ast-single-post #primary,
    .ast-plain-container.ast-single-post #primary,
    .ast-narrow-container.ast-single-post #primary {
      margin-top: 0px;
      margin-bottom: 0px;
    }

    .ast-left-sidebar.ast-single-post #primary,
    .ast-right-sidebar.ast-single-post #primary,
    .ast-separate-container.ast-single-post.ast-right-sidebar #primary,
    .ast-separate-container.ast-single-post.ast-left-sidebar #primary,
    .ast-separate-container.ast-single-post #primary,
    .ast-narrow-container.ast-single-post #primary {
      padding-left: 0px;
      padding-right: 0px;
    }

    .ast-separate-container #primary,
    .ast-narrow-container #primary {
      padding-top: 0px;
    }

    .ast-separate-container #primary,
    .ast-narrow-container #primary {
      padding-bottom: 0px;
    }

    .wp-block-button.is-style-outline .wp-block-button__link {
      border-color: var(--ast-global-color-0);
    }

    div.wp-block-button.is-style-outline>.wp-block-button__link:not(.has-text-color),
    div.wp-block-button.wp-block-button__link.is-style-outline:not(.has-text-color) {
      color: var(--ast-global-color-0);
    }

    .wp-block-button.is-style-outline .wp-block-button__link:hover,
    .wp-block-buttons .wp-block-button.is-style-outline .wp-block-button__link:focus,
    .wp-block-buttons .wp-block-button.is-style-outline>.wp-block-button__link:not(.has-text-color):hover,
    .wp-block-buttons .wp-block-button.wp-block-button__link.is-style-outline:not(.has-text-color):hover {
      color: #ffffff;
      background-color: var(--ast-global-color-1);
      border-color: var(--ast-global-color-1);
    }

    .post-page-numbers.current .page-link,
    .ast-pagination .page-numbers.current {
      color: #ffffff;
      border-color: var(--ast-global-color-0);
      background-color: var(--ast-global-color-0);
    }

    .wp-block-button.is-style-outline .wp-block-button__link.wp-element-button,
    .ast-outline-button {
      border-color: var(--ast-global-color-0);
      font-family: inherit;
      font-weight: 500;
      font-size: 16px;
      font-size: 1rem;
      line-height: 1em;
    }

    .wp-block-buttons .wp-block-button.is-style-outline>.wp-block-button__link:not(.has-text-color),
    .wp-block-buttons .wp-block-button.wp-block-button__link.is-style-outline:not(.has-text-color),
    .ast-outline-button {
      color: var(--ast-global-color-0);
    }

    .wp-block-button.is-style-outline .wp-block-button__link:hover,
    .wp-block-buttons .wp-block-button.is-style-outline .wp-block-button__link:focus,
    .wp-block-buttons .wp-block-button.is-style-outline>.wp-block-button__link:not(.has-text-color):hover,
    .wp-block-buttons .wp-block-button.wp-block-button__link.is-style-outline:not(.has-text-color):hover,
    .ast-outline-button:hover,
    .ast-outline-button:focus,
    .wp-block-uagb-buttons-child .uagb-buttons-repeater.ast-outline-button:hover,
    .wp-block-uagb-buttons-child .uagb-buttons-repeater.ast-outline-button:focus {
      color: #ffffff;
      background-color: var(--ast-global-color-1);
      border-color: var(--ast-global-color-1);
    }

    .wp-block-button .wp-block-button__link.wp-element-button.is-style-outline:not(.has-background),
    .wp-block-button.is-style-outline>.wp-block-button__link.wp-element-button:not(.has-background),
    .ast-outline-button {
      background-color: transparent;
    }

    .entry-content[data-ast-blocks-layout]>figure {
      margin-bottom: 1em;
    }

    h1.widget-title {
      font-weight: 600;
    }

    h2.widget-title {
      font-weight: 600;
    }

    h3.widget-title {
      font-weight: 600;
    }

    .elementor-widget-container .elementor-loop-container .e-loop-item[data-elementor-type="loop-item"] {
      width: 100%;
    }

    #page {
      display: flex;
      flex-direction: column;
      min-height: 100vh;
    }

    .ast-404-layout-1 h1.page-title {
      color: var(--ast-global-color-2);
    }

    .single .post-navigation a {
      line-height: 1em;
      height: inherit;
    }

    .error-404 .page-sub-title {
      font-size: 1.5rem;
      font-weight: inherit;
    }

    .search .site-content .content-area .search-form {
      margin-bottom: 0;
    }

    #page .site-content {
      flex-grow: 1;
    }

    .widget {
      margin-bottom: 1.25em;
    }

    #secondary li {
      line-height: 1.5em;
    }

    #secondary .wp-block-group h2 {
      margin-bottom: 0.7em;
    }

    #secondary h2 {
      font-size: 1.7rem;
    }

    .ast-separate-container .ast-article-post,
    .ast-separate-container .ast-article-single,
    .ast-separate-container .comment-respond {
      padding: 3em;
    }

    .ast-separate-container .ast-article-single .ast-article-single {
      padding: 0;
    }

    .ast-article-single .wp-block-post-template-is-layout-grid {
      padding-left: 0;
    }

    .ast-separate-container .comments-title,
    .ast-narrow-container .comments-title {
      padding: 1.5em 2em;
    }

    .ast-page-builder-template .comment-form-textarea,
    .ast-comment-formwrap .ast-grid-common-col {
      padding: 0;
    }

    .ast-comment-formwrap {
      padding: 0;
      display: inline-flex;
      column-gap: 20px;
      width: 100%;
      margin-left: 0;
      margin-right: 0;
    }

    .comments-area textarea#comment:focus,
    .comments-area textarea#comment:active,
    .comments-area .ast-comment-formwrap input[type="text"]:focus,
    .comments-area .ast-comment-formwrap input[type="text"]:active {
      box-shadow: none;
      outline: none;
    }

    .archive.ast-page-builder-template .entry-header {
      margin-top: 2em;
    }

    .ast-page-builder-template .ast-comment-formwrap {
      width: 100%;
    }

    .entry-title {
      margin-bottom: 0.5em;
    }

    .ast-archive-description p {
      font-size: inherit;
      font-weight: inherit;
      line-height: inherit;
    }

    .ast-separate-container .ast-comment-list li.depth-1,
    .hentry {
      margin-bottom: 2em;
    }

    @media (min-width:921px) {

      .ast-left-sidebar.ast-page-builder-template #secondary,
      .archive.ast-right-sidebar.ast-page-builder-template .site-main {
        padding-left: 20px;
        padding-right: 20px;
      }
    }

    @media (max-width:544px) {
      .ast-comment-formwrap.ast-row {
        column-gap: 10px;
        display: inline-block;
      }

      #ast-commentform .ast-grid-common-col {
        position: relative;
        width: 100%;
      }
    }

    @media (min-width:1201px) {

      .ast-separate-container .ast-article-post,
      .ast-separate-container .ast-article-single,
      .ast-separate-container .ast-author-box,
      .ast-separate-container .ast-404-layout-1,
      .ast-separate-container .no-results {
        padding: 3em;
      }
    }

    @media (max-width:921px) {

      .ast-separate-container #primary,
      .ast-separate-container #secondary {
        padding: 1.5em 0;
      }

      #primary,
      #secondary {
        padding: 1.5em 0;
        margin: 0;
      }

      .ast-left-sidebar #content>.ast-container {
        display: flex;
        flex-direction: column-reverse;
        width: 100%;
      }
    }

    @media (min-width:922px) {

      .ast-separate-container.ast-right-sidebar #primary,
      .ast-separate-container.ast-left-sidebar #primary {
        border: 0;
      }

      .search-no-results.ast-separate-container #primary {
        margin-bottom: 4em;
      }
    }

    .wp-block-button .wp-block-button__link {
      color: #ffffff;
    }

    .wp-block-button .wp-block-button__link:hover,
    .wp-block-button .wp-block-button__link:focus {
      color: #ffffff;
      background-color: var(--ast-global-color-1);
      border-color: var(--ast-global-color-1);
    }

    .elementor-widget-heading h1.elementor-heading-title {
      line-height: 1.4em;
    }

    .elementor-widget-heading h2.elementor-heading-title {
      line-height: 1.3em;
    }

    .elementor-widget-heading h3.elementor-heading-title {
      line-height: 1.3em;
    }

    .elementor-widget-heading h4.elementor-heading-title {
      line-height: 1.2em;
    }

    .elementor-widget-heading h5.elementor-heading-title {
      line-height: 1.2em;
    }

    .elementor-widget-heading h6.elementor-heading-title {
      line-height: 1.25em;
    }

    .wp-block-button .wp-block-button__link,
    .wp-block-search .wp-block-search__button,
    body .wp-block-file .wp-block-file__button {
      border-color: var(--ast-global-color-0);
      background-color: var(--ast-global-color-0);
      color: #ffffff;
      font-family: inherit;
      font-weight: 500;
      line-height: 1em;
      font-size: 16px;
      font-size: 1rem;
      padding-top: 15px;
      padding-right: 30px;
      padding-bottom: 15px;
      padding-left: 30px;
    }

    @media (max-width:921px) {

      .wp-block-button .wp-block-button__link,
      .wp-block-search .wp-block-search__button,
      body .wp-block-file .wp-block-file__button {
        padding-top: 14px;
        padding-right: 28px;
        padding-bottom: 14px;
        padding-left: 28px;
      }
    }

    @media (max-width:544px) {

      .wp-block-button .wp-block-button__link,
      .wp-block-search .wp-block-search__button,
      body .wp-block-file .wp-block-file__button {
        padding-top: 12px;
        padding-right: 24px;
        padding-bottom: 12px;
        padding-left: 24px;
      }
    }

    .menu-toggle,
    button,
    .ast-button,
    .ast-custom-button,
    .button,
    input#submit,
    input[type="button"],
    input[type="submit"],
    input[type="reset"],
    form[CLASS*="wp-block-search__"].wp-block-search .wp-block-search__inside-wrapper .wp-block-search__button,
    body .wp-block-file .wp-block-file__button,
    .search .search-submit,
    .woocommerce-js a.button,
    .woocommerce button.button,
    .woocommerce .woocommerce-message a.button,
    .woocommerce #respond input#submit.alt,
    .woocommerce input.button.alt,
    .woocommerce input.button,
    .woocommerce input.button:disabled,
    .woocommerce input.button:disabled[disabled],
    .woocommerce input.button:disabled:hover,
    .woocommerce input.button:disabled[disabled]:hover,
    .woocommerce #respond input#submit,
    .woocommerce button.button.alt.disabled,
    .wc-block-grid__products .wc-block-grid__product .wp-block-button__link,
    .wc-block-grid__product-onsale,
    [CLASS*="wc-block"] button,
    .woocommerce-js .astra-cart-drawer .astra-cart-drawer-content .woocommerce-mini-cart__buttons .button:not(.checkout):not(.ast-continue-shopping),
    .woocommerce-js .astra-cart-drawer .astra-cart-drawer-content .woocommerce-mini-cart__buttons a.checkout,
    .woocommerce button.button.alt.disabled.wc-variation-selection-needed,
    [CLASS*="wc-block"] .wc-block-components-button {
      border-style: solid;
      border-top-width: 0;
      border-right-width: 0;
      border-left-width: 0;
      border-bottom-width: 0;
      color: #ffffff;
      border-color: var(--ast-global-color-0);
      background-color: var(--ast-global-color-0);
      padding-top: 15px;
      padding-right: 30px;
      padding-bottom: 15px;
      padding-left: 30px;
      font-family: inherit;
      font-weight: 500;
      font-size: 16px;
      font-size: 1rem;
      line-height: 1em;
    }

    button:focus,
    .menu-toggle:hover,
    button:hover,
    .ast-button:hover,
    .ast-custom-button:hover .button:hover,
    .ast-custom-button:hover,
    input[type=reset]:hover,
    input[type=reset]:focus,
    input#submit:hover,
    input#submit:focus,
    input[type="button"]:hover,
    input[type="button"]:focus,
    input[type="submit"]:hover,
    input[type="submit"]:focus,
    form[CLASS*="wp-block-search__"].wp-block-search .wp-block-search__inside-wrapper .wp-block-search__button:hover,
    form[CLASS*="wp-block-search__"].wp-block-search .wp-block-search__inside-wrapper .wp-block-search__button:focus,
    body .wp-block-file .wp-block-file__button:hover,
    body .wp-block-file .wp-block-file__button:focus,
    .woocommerce-js a.button:hover,
    .woocommerce button.button:hover,
    .woocommerce .woocommerce-message a.button:hover,
    .woocommerce #respond input#submit:hover,
    .woocommerce #respond input#submit.alt:hover,
    .woocommerce input.button.alt:hover,
    .woocommerce input.button:hover,
    .woocommerce button.button.alt.disabled:hover,
    .wc-block-grid__products .wc-block-grid__product .wp-block-button__link:hover,
    [CLASS*="wc-block"] button:hover,
    .woocommerce-js .astra-cart-drawer .astra-cart-drawer-content .woocommerce-mini-cart__buttons .button:not(.checkout):not(.ast-continue-shopping):hover,
    .woocommerce-js .astra-cart-drawer .astra-cart-drawer-content .woocommerce-mini-cart__buttons a.checkout:hover,
    .woocommerce button.button.alt.disabled.wc-variation-selection-needed:hover,
    [CLASS*="wc-block"] .wc-block-components-button:hover,
    [CLASS*="wc-block"] .wc-block-components-button:focus {
      color: #ffffff;
      background-color: var(--ast-global-color-1);
      border-color: var(--ast-global-color-1);
    }

    form[CLASS*="wp-block-search__"].wp-block-search .wp-block-search__inside-wrapper .wp-block-search__button.has-icon {
      padding-top: calc(15px - 3px);
      padding-right: calc(30px - 3px);
      padding-bottom: calc(15px - 3px);
      padding-left: calc(30px - 3px);
    }

    @media (max-width:921px) {

      .menu-toggle,
      button,
      .ast-button,
      .ast-custom-button,
      .button,
      input#submit,
      input[type="button"],
      input[type="submit"],
      input[type="reset"],
      form[CLASS*="wp-block-search__"].wp-block-search .wp-block-search__inside-wrapper .wp-block-search__button,
      body .wp-block-file .wp-block-file__button,
      .search .search-submit,
      .woocommerce-js a.button,
      .woocommerce button.button,
      .woocommerce .woocommerce-message a.button,
      .woocommerce #respond input#submit.alt,
      .woocommerce input.button.alt,
      .woocommerce input.button,
      .woocommerce input.button:disabled,
      .woocommerce input.button:disabled[disabled],
      .woocommerce input.button:disabled:hover,
      .woocommerce input.button:disabled[disabled]:hover,
      .woocommerce #respond input#submit,
      .woocommerce button.button.alt.disabled,
      .wc-block-grid__products .wc-block-grid__product .wp-block-button__link,
      .wc-block-grid__product-onsale,
      [CLASS*="wc-block"] button,
      .woocommerce-js .astra-cart-drawer .astra-cart-drawer-content .woocommerce-mini-cart__buttons .button:not(.checkout):not(.ast-continue-shopping),
      .woocommerce-js .astra-cart-drawer .astra-cart-drawer-content .woocommerce-mini-cart__buttons a.checkout,
      .woocommerce button.button.alt.disabled.wc-variation-selection-needed,
      [CLASS*="wc-block"] .wc-block-components-button {
        padding-top: 14px;
        padding-right: 28px;
        padding-bottom: 14px;
        padding-left: 28px;
      }
    }

    @media (max-width:544px) {

      .menu-toggle,
      button,
      .ast-button,
      .ast-custom-button,
      .button,
      input#submit,
      input[type="button"],
      input[type="submit"],
      input[type="reset"],
      form[CLASS*="wp-block-search__"].wp-block-search .wp-block-search__inside-wrapper .wp-block-search__button,
      body .wp-block-file .wp-block-file__button,
      .search .search-submit,
      .woocommerce-js a.button,
      .woocommerce button.button,
      .woocommerce .woocommerce-message a.button,
      .woocommerce #respond input#submit.alt,
      .woocommerce input.button.alt,
      .woocommerce input.button,
      .woocommerce input.button:disabled,
      .woocommerce input.button:disabled[disabled],
      .woocommerce input.button:disabled:hover,
      .woocommerce input.button:disabled[disabled]:hover,
      .woocommerce #respond input#submit,
      .woocommerce button.button.alt.disabled,
      .wc-block-grid__products .wc-block-grid__product .wp-block-button__link,
      .wc-block-grid__product-onsale,
      [CLASS*="wc-block"] button,
      .woocommerce-js .astra-cart-drawer .astra-cart-drawer-content .woocommerce-mini-cart__buttons .button:not(.checkout):not(.ast-continue-shopping),
      .woocommerce-js .astra-cart-drawer .astra-cart-drawer-content .woocommerce-mini-cart__buttons a.checkout,
      .woocommerce button.button.alt.disabled.wc-variation-selection-needed,
      [CLASS*="wc-block"] .wc-block-components-button {
        padding-top: 12px;
        padding-right: 24px;
        padding-bottom: 12px;
        padding-left: 24px;
      }
    }

    @media (max-width:921px) {
      .ast-mobile-header-stack .main-header-bar .ast-search-menu-icon {
        display: inline-block;
      }

      .ast-header-break-point.ast-header-custom-item-outside .ast-mobile-header-stack .main-header-bar .ast-search-icon {
        margin: 0;
      }

      .ast-comment-avatar-wrap img {
        max-width: 2.5em;
      }

      .ast-comment-meta {
        padding: 0 1.8888em 1.3333em;
      }

      .ast-separate-container .ast-comment-list li.depth-1 {
        padding: 1.5em 2.14em;
      }

      .ast-separate-container .comment-respond {
        padding: 2em 2.14em;
      }
    }

    @media (min-width:544px) {
      .ast-container {
        max-width: 100%;
      }
    }

    @media (max-width:544px) {

      .ast-separate-container .ast-article-post,
      .ast-separate-container .ast-article-single,
      .ast-separate-container .comments-title,
      .ast-separate-container .ast-archive-description {
        padding: 1.5em 1em;
      }

      .ast-separate-container #content .ast-container {
        padding-left: 0.54em;
        padding-right: 0.54em;
      }

      .ast-separate-container .ast-comment-list .bypostauthor {
        padding: .5em;
      }

      .ast-search-menu-icon.ast-dropdown-active .search-field {
        width: 170px;
      }
    }

    #ast-mobile-header .ast-site-header-cart-li a {
      pointer-events: none;
    }

    .ast-separate-container {
      background-color: var(--ast-global-color-4);
    }

    @media (max-width:921px) {
      .site-title {
        display: block;
      }

      .site-header .site-description {
        display: none;
      }

      h1,
      .entry-content h1 {
        font-size: 30px;
      }

      h2,
      .entry-content h2 {
        font-size: 25px;
      }

      h3,
      .entry-content h3 {
        font-size: 20px;
      }
    }

    @media (max-width:544px) {
      .site-title {
        display: block;
      }

      .site-header .site-description {
        display: none;
      }

      h1,
      .entry-content h1 {
        font-size: 30px;
      }

      h2,
      .entry-content h2 {
        font-size: 25px;
      }

      h3,
      .entry-content h3 {
        font-size: 20px;
      }
    }

    @media (max-width:921px) {
      html {
        font-size: 91.2%;
      }
    }

    @media (max-width:544px) {
      html {
        font-size: 91.2%;
      }
    }

    @media (min-width:922px) {
      .ast-container {
        max-width: 1240px;
      }
    }

    @media (min-width:922px) {
      .site-content .ast-container {
        display: flex;
      }
    }

    @media (max-width:921px) {
      .site-content .ast-container {
        flex-direction: column;
      }
    }

    @media (min-width:922px) {
      .single-post .site-content>.ast-container {
        max-width: 1140px;
      }
    }

    @media (min-width:922px) {

      .main-header-menu .sub-menu .menu-item.ast-left-align-sub-menu:hover>.sub-menu,
      .main-header-menu .sub-menu .menu-item.ast-left-align-sub-menu.focus>.sub-menu {
        margin-left: -0px;
      }
    }

    .site .comments-area {
      padding-bottom: 3em;
    }

    .wp-block-file {
      display: flex;
      align-items: center;
      flex-wrap: wrap;
      justify-content: space-between;
    }

    .wp-block-pullquote {
      border: none;
    }

    .wp-block-pullquote blockquote::before {
      content: "\201D";
      font-family: "Helvetica", sans-serif;
      display: flex;
      transform: rotate(180deg);
      font-size: 6rem;
      font-style: normal;
      line-height: 1;
      font-weight: bold;
      align-items: center;
      justify-content: center;
    }

    .has-text-align-right>blockquote::before {
      justify-content: flex-start;
    }

    .has-text-align-left>blockquote::before {
      justify-content: flex-end;
    }

    figure.wp-block-pullquote.is-style-solid-color blockquote {
      max-width: 100%;
      text-align: inherit;
    }

    :root {
      --wp--custom--ast-default-block-top-padding: 3em;
      --wp--custom--ast-default-block-right-padding: 3em;
      --wp--custom--ast-default-block-bottom-padding: 3em;
      --wp--custom--ast-default-block-left-padding: 3em;
      --wp--custom--ast-container-width: 1200px;
      --wp--custom--ast-content-width-size: 1200px;
      --wp--custom--ast-wide-width-size: calc(1200px + var(--wp--custom--ast-default-block-left-padding) + var(--wp--custom--ast-default-block-right-padding));
    }

    .ast-narrow-container {
      --wp--custom--ast-content-width-size: 750px;
      --wp--custom--ast-wide-width-size: 750px;
    }

    @media(max-width: 921px) {
      :root {
        --wp--custom--ast-default-block-top-padding: 3em;
        --wp--custom--ast-default-block-right-padding: 2em;
        --wp--custom--ast-default-block-bottom-padding: 3em;
        --wp--custom--ast-default-block-left-padding: 2em;
      }
    }

    @media(max-width: 544px) {
      :root {
        --wp--custom--ast-default-block-top-padding: 3em;
        --wp--custom--ast-default-block-right-padding: 1.5em;
        --wp--custom--ast-default-block-bottom-padding: 3em;
        --wp--custom--ast-default-block-left-padding: 1.5em;
      }
    }

    .entry-content>.wp-block-group,
    .entry-content>.wp-block-cover,
    .entry-content>.wp-block-columns {
      padding-top: var(--wp--custom--ast-default-block-top-padding);
      padding-right: var(--wp--custom--ast-default-block-right-padding);
      padding-bottom: var(--wp--custom--ast-default-block-bottom-padding);
      padding-left: var(--wp--custom--ast-default-block-left-padding);
    }

    .ast-plain-container.ast-no-sidebar .entry-content>.alignfull,
    .ast-page-builder-template .ast-no-sidebar .entry-content>.alignfull {
      margin-left: calc(-50vw + 50%);
      margin-right: calc(-50vw + 50%);
      max-width: 100vw;
      width: 100vw;
    }

    .ast-plain-container.ast-no-sidebar .entry-content .alignfull .alignfull,
    .ast-page-builder-template.ast-no-sidebar .entry-content .alignfull .alignfull,
    .ast-plain-container.ast-no-sidebar .entry-content .alignfull .alignwide,
    .ast-page-builder-template.ast-no-sidebar .entry-content .alignfull .alignwide,
    .ast-plain-container.ast-no-sidebar .entry-content .alignwide .alignfull,
    .ast-page-builder-template.ast-no-sidebar .entry-content .alignwide .alignfull,
    .ast-plain-container.ast-no-sidebar .entry-content .alignwide .alignwide,
    .ast-page-builder-template.ast-no-sidebar .entry-content .alignwide .alignwide,
    .ast-plain-container.ast-no-sidebar .entry-content .wp-block-column .alignfull,
    .ast-page-builder-template.ast-no-sidebar .entry-content .wp-block-column .alignfull,
    .ast-plain-container.ast-no-sidebar .entry-content .wp-block-column .alignwide,
    .ast-page-builder-template.ast-no-sidebar .entry-content .wp-block-column .alignwide {
      margin-left: auto;
      margin-right: auto;
      width: 100%;
    }

    [data-ast-blocks-layout] .wp-block-separator:not(.is-style-dots) {
      height: 0;
    }

    [data-ast-blocks-layout] .wp-block-separator {
      margin: 20px auto;
    }

    [data-ast-blocks-layout] .wp-block-separator:not(.is-style-wide):not(.is-style-dots) {
      max-width: 100px;
    }

    [data-ast-blocks-layout] .wp-block-separator.has-background {
      padding: 0;
    }

    .entry-content[data-ast-blocks-layout]>* {
      max-width: var(--wp--custom--ast-content-width-size);
      margin-left: auto;
      margin-right: auto;
    }

    .entry-content[data-ast-blocks-layout]>.alignwide {
      max-width: var(--wp--custom--ast-wide-width-size);
    }

    .entry-content[data-ast-blocks-layout] .alignfull {
      max-width: none;
    }

    .entry-content .wp-block-columns {
      margin-bottom: 0;
    }

    blockquote {
      margin: 1.5em;
      border-color: rgba(0, 0, 0, 0.05);
    }

    .wp-block-quote:not(.has-text-align-right):not(.has-text-align-center) {
      border-left: 5px solid rgba(0, 0, 0, 0.05);
    }

    .has-text-align-right>blockquote,
    blockquote.has-text-align-right {
      border-right: 5px solid rgba(0, 0, 0, 0.05);
    }

    .has-text-align-left>blockquote,
    blockquote.has-text-align-left {
      border-left: 5px solid rgba(0, 0, 0, 0.05);
    }

    .wp-block-site-tagline,
    .wp-block-latest-posts .read-more {
      margin-top: 15px;
    }

    .wp-block-loginout p label {
      display: block;
    }

    .wp-block-loginout p:not(.login-remember):not(.login-submit) input {
      width: 100%;
    }

    .wp-block-loginout input:focus {
      border-color: transparent;
    }

    .wp-block-loginout input:focus {
      outline: thin dotted;
    }

    .entry-content .wp-block-media-text .wp-block-media-text__content {
      padding: 0 0 0 8%;
    }

    .entry-content .wp-block-media-text.has-media-on-the-right .wp-block-media-text__content {
      padding: 0 8% 0 0;
    }

    .entry-content .wp-block-media-text.has-background .wp-block-media-text__content {
      padding: 8%;
    }

    .entry-content .wp-block-cover:not([class*="background-color"]):not(.has-text-color.has-link-color) .wp-block-cover__inner-container,
    .entry-content .wp-block-cover:not([class*="background-color"]) .wp-block-cover-image-text,
    .entry-content .wp-block-cover:not([class*="background-color"]) .wp-block-cover-text,
    .entry-content .wp-block-cover-image:not([class*="background-color"]) .wp-block-cover__inner-container,
    .entry-content .wp-block-cover-image:not([class*="background-color"]) .wp-block-cover-image-text,
    .entry-content .wp-block-cover-image:not([class*="background-color"]) .wp-block-cover-text {
      color: var(--ast-global-color-primary, var(--ast-global-color-5));
    }

    .wp-block-loginout .login-remember input {
      width: 1.1rem;
      height: 1.1rem;
      margin: 0 5px 4px 0;
      vertical-align: middle;
    }

    .wp-block-latest-posts>li>*:first-child,
    .wp-block-latest-posts:not(.is-grid)>li:first-child {
      margin-top: 0;
    }

    .entry-content>.wp-block-buttons,
    .entry-content>.wp-block-uagb-buttons {
      margin-bottom: 1.5em;
    }

    .wp-block-search__inside-wrapper .wp-block-search__input {
      padding: 0 10px;
      color: var(--ast-global-color-3);
      background: var(--ast-global-color-primary, var(--ast-global-color-5));
      border-color: var(--ast-border-color);
    }

    .wp-block-latest-posts .read-more {
      margin-bottom: 1.5em;
    }

    .wp-block-search__no-button .wp-block-search__inside-wrapper .wp-block-search__input {
      padding-top: 5px;
      padding-bottom: 5px;
    }

    .wp-block-latest-posts .wp-block-latest-posts__post-date,
    .wp-block-latest-posts .wp-block-latest-posts__post-author {
      font-size: 1rem;
    }

    .wp-block-latest-posts>li>*,
    .wp-block-latest-posts:not(.is-grid)>li {
      margin-top: 12px;
      margin-bottom: 12px;
    }

    .ast-page-builder-template .entry-content[data-ast-blocks-layout]>*,
    .ast-page-builder-template .entry-content[data-ast-blocks-layout]>.alignfull:not(.wp-block-group):not(.uagb-is-root-container)>* {
      max-width: none;
    }

    .ast-page-builder-template .entry-content[data-ast-blocks-layout]>.alignwide:not(.uagb-is-root-container)>* {
      max-width: var(--wp--custom--ast-wide-width-size);
    }

    .ast-page-builder-template .entry-content[data-ast-blocks-layout]>.inherit-container-width>*,
    .ast-page-builder-template .entry-content[data-ast-blocks-layout]>*:not(.wp-block-group):not(.uagb-is-root-container)>*,
    .entry-content[data-ast-blocks-layout]>.wp-block-cover .wp-block-cover__inner-container {
      max-width: var(--wp--custom--ast-content-width-size);
      margin-left: auto;
      margin-right: auto;
    }

    .entry-content[data-ast-blocks-layout] .wp-block-cover:not(.alignleft):not(.alignright) {
      width: auto;
    }

    @media(max-width: 1200px) {

      .ast-separate-container .entry-content>.alignfull,
      .ast-separate-container .entry-content[data-ast-blocks-layout]>.alignwide,
      .ast-plain-container .entry-content[data-ast-blocks-layout]>.alignwide,
      .ast-plain-container .entry-content .alignfull {
        margin-left: calc(-1 * min(var(--ast-container-default-xlg-padding), 20px));
        margin-right: calc(-1 * min(var(--ast-container-default-xlg-padding), 20px));
      }
    }

    @media(min-width: 1201px) {
      .ast-separate-container .entry-content>.alignfull {
        margin-left: calc(-1 * var(--ast-container-default-xlg-padding));
        margin-right: calc(-1 * var(--ast-container-default-xlg-padding));
      }

      .ast-separate-container .entry-content[data-ast-blocks-layout]>.alignwide,
      .ast-plain-container .entry-content[data-ast-blocks-layout]>.alignwide {
        margin-left: calc(-1 * var(--wp--custom--ast-default-block-left-padding));
        margin-right: calc(-1 * var(--wp--custom--ast-default-block-right-padding));
      }
    }

    @media(min-width: 921px) {

      .ast-separate-container .entry-content .wp-block-group.alignwide:not(.inherit-container-width)> :where(:not(.alignleft):not(.alignright)),
      .ast-plain-container .entry-content .wp-block-group.alignwide:not(.inherit-container-width)> :where(:not(.alignleft):not(.alignright)) {
        max-width: calc(var(--wp--custom--ast-content-width-size) + 80px);
      }

      .ast-plain-container.ast-right-sidebar .entry-content[data-ast-blocks-layout] .alignfull,
      .ast-plain-container.ast-left-sidebar .entry-content[data-ast-blocks-layout] .alignfull {
        margin-left: -60px;
        margin-right: -60px;
      }
    }

    @media(min-width: 544px) {
      .entry-content>.alignleft {
        margin-right: 20px;
      }

      .entry-content>.alignright {
        margin-left: 20px;
      }
    }

    @media (max-width:544px) {
      .wp-block-columns .wp-block-column:not(:last-child) {
        margin-bottom: 20px;
      }

      .wp-block-latest-posts {
        margin: 0;
      }
    }

    @media(max-width: 600px) {

      .entry-content .wp-block-media-text .wp-block-media-text__content,
      .entry-content .wp-block-media-text.has-media-on-the-right .wp-block-media-text__content {
        padding: 8% 0 0;
      }

      .entry-content .wp-block-media-text.has-background .wp-block-media-text__content {
        padding: 8%;
      }
    }

    .ast-page-builder-template .entry-header {
      padding-left: 0;
    }

    .ast-narrow-container .site-content .wp-block-uagb-image--align-full .wp-block-uagb-image__figure {
      max-width: 100%;
      margin-left: auto;
      margin-right: auto;
    }

    .entry-content ul,
    .entry-content ol {
      padding: revert;
      margin: revert;
    }

    :root .has-ast-global-color-0-color {
      color: var(--ast-global-color-0);
    }

    :root .has-ast-global-color-0-background-color {
      background-color: var(--ast-global-color-0);
    }

    :root .wp-block-button .has-ast-global-color-0-color {
      color: var(--ast-global-color-0);
    }

    :root .wp-block-button .has-ast-global-color-0-background-color {
      background-color: var(--ast-global-color-0);
    }

    :root .has-ast-global-color-1-color {
      color: var(--ast-global-color-1);
    }

    :root .has-ast-global-color-1-background-color {
      background-color: var(--ast-global-color-1);
    }

    :root .wp-block-button .has-ast-global-color-1-color {
      color: var(--ast-global-color-1);
    }

    :root .wp-block-button .has-ast-global-color-1-background-color {
      background-color: var(--ast-global-color-1);
    }

    :root .has-ast-global-color-2-color {
      color: var(--ast-global-color-2);
    }

    :root .has-ast-global-color-2-background-color {
      background-color: var(--ast-global-color-2);
    }

    :root .wp-block-button .has-ast-global-color-2-color {
      color: var(--ast-global-color-2);
    }

    :root .wp-block-button .has-ast-global-color-2-background-color {
      background-color: var(--ast-global-color-2);
    }

    :root .has-ast-global-color-3-color {
      color: var(--ast-global-color-3);
    }

    :root .has-ast-global-color-3-background-color {
      background-color: var(--ast-global-color-3);
    }

    :root .wp-block-button .has-ast-global-color-3-color {
      color: var(--ast-global-color-3);
    }

    :root .wp-block-button .has-ast-global-color-3-background-color {
      background-color: var(--ast-global-color-3);
    }

    :root .has-ast-global-color-4-color {
      color: var(--ast-global-color-4);
    }

    :root .has-ast-global-color-4-background-color {
      background-color: var(--ast-global-color-4);
    }

    :root .wp-block-button .has-ast-global-color-4-color {
      color: var(--ast-global-color-4);
    }

    :root .wp-block-button .has-ast-global-color-4-background-color {
      background-color: var(--ast-global-color-4);
    }

    :root .has-ast-global-color-5-color {
      color: var(--ast-global-color-5);
    }

    :root .has-ast-global-color-5-background-color {
      background-color: var(--ast-global-color-5);
    }

    :root .wp-block-button .has-ast-global-color-5-color {
      color: var(--ast-global-color-5);
    }

    :root .wp-block-button .has-ast-global-color-5-background-color {
      background-color: var(--ast-global-color-5);
    }

    :root .has-ast-global-color-6-color {
      color: var(--ast-global-color-6);
    }

    :root .has-ast-global-color-6-background-color {
      background-color: var(--ast-global-color-6);
    }

    :root .wp-block-button .has-ast-global-color-6-color {
      color: var(--ast-global-color-6);
    }

    :root .wp-block-button .has-ast-global-color-6-background-color {
      background-color: var(--ast-global-color-6);
    }

    :root .has-ast-global-color-7-color {
      color: var(--ast-global-color-7);
    }

    :root .has-ast-global-color-7-background-color {
      background-color: var(--ast-global-color-7);
    }

    :root .wp-block-button .has-ast-global-color-7-color {
      color: var(--ast-global-color-7);
    }

    :root .wp-block-button .has-ast-global-color-7-background-color {
      background-color: var(--ast-global-color-7);
    }

    :root .has-ast-global-color-8-color {
      color: var(--ast-global-color-8);
    }

    :root .has-ast-global-color-8-background-color {
      background-color: var(--ast-global-color-8);
    }

    :root .wp-block-button .has-ast-global-color-8-color {
      color: var(--ast-global-color-8);
    }

    :root .wp-block-button .has-ast-global-color-8-background-color {
      background-color: var(--ast-global-color-8);
    }

    :root {
      --ast-global-color-0: #046bd2;
      --ast-global-color-1: #045cb4;
      --ast-global-color-2: #1e293b;
      --ast-global-color-3: #334155;
      --ast-global-color-4: #f9fafb;
      --ast-global-color-5: #FFFFFF;
      --ast-global-color-6: #e2e8f0;
      --ast-global-color-7: #cbd5e1;
      --ast-global-color-8: #94a3b8;
    }

    :root {
      --ast-border-color: var(--ast-global-color-6);
    }

    .ast-single-entry-banner {
      -js-display: flex;
      display: flex;
      flex-direction: column;
      justify-content: center;
      text-align: center;
      position: relative;
      background: var(--ast-title-layout-bg);
    }

    .ast-single-entry-banner[data-banner-layout="layout-1"] {
      max-width: 1200px;
      background: inherit;
      padding: 20px 0;
    }

    .ast-single-entry-banner[data-banner-width-type="custom"] {
      margin: 0 auto;
      width: 100%;
    }

    .ast-single-entry-banner+.site-content .entry-header {
      margin-bottom: 0;
    }

    .site .ast-author-avatar {
      --ast-author-avatar-size: ;
    }

    a.ast-underline-text {
      text-decoration: underline;
    }

    .ast-container>.ast-terms-link {
      position: relative;
      display: block;
    }

    a.ast-button.ast-badge-tax {
      padding: 4px 8px;
      border-radius: 3px;
      font-size: inherit;
    }

    header.entry-header .entry-title {
      font-weight: 600;
      font-size: 32px;
      font-size: 2rem;
    }

    header.entry-header>*:not(:last-child) {
      margin-bottom: 10px;
    }

    .ast-archive-entry-banner {
      -js-display: flex;
      display: flex;
      flex-direction: column;
      justify-content: center;
      text-align: center;
      position: relative;
      background: var(--ast-title-layout-bg);
    }

    .ast-archive-entry-banner[data-banner-width-type="custom"] {
      margin: 0 auto;
      width: 100%;
    }

    .ast-archive-entry-banner[data-banner-layout="layout-1"] {
      background: inherit;
      padding: 20px 0;
      text-align: left;
    }

    body.archive .ast-archive-description {
      max-width: 1200px;
      width: 100%;
      text-align: left;
      padding-top: 3em;
      padding-right: 3em;
      padding-bottom: 3em;
      padding-left: 3em;
    }

    body.archive .ast-archive-description .ast-archive-title,
    body.archive .ast-archive-description .ast-archive-title * {
      font-weight: 600;
      font-size: 32px;
      font-size: 2rem;
    }

    body.archive .ast-archive-description>*:not(:last-child) {
      margin-bottom: 10px;
    }

    @media (max-width:921px) {
      body.archive .ast-archive-description {
        text-align: left;
      }
    }

    @media (max-width:544px) {
      body.archive .ast-archive-description {
        text-align: left;
      }
    }

    .ast-breadcrumbs .trail-browse,
    .ast-breadcrumbs .trail-items,
    .ast-breadcrumbs .trail-items li {
      display: inline-block;
      margin: 0;
      padding: 0;
      border: none;
      background: inherit;
      text-indent: 0;
      text-decoration: none;
    }

    .ast-breadcrumbs .trail-browse {
      font-size: inherit;
      font-style: inherit;
      font-weight: inherit;
      color: inherit;
    }

    .ast-breadcrumbs .trail-items {
      list-style: none;
    }

    .trail-items li::after {
      padding: 0 0.3em;
      content: "\00bb";
    }

    .trail-items li:last-of-type::after {
      display: none;
    }

    h1,
    .entry-content h1,
    h2,
    .entry-content h2,
    h3,
    .entry-content h3,
    h4,
    .entry-content h4,
    h5,
    .entry-content h5,
    h6,
    .entry-content h6 {
      color: var(--ast-global-color-2);
    }

    .entry-title a {
      color: var(--ast-global-color-2);
    }

    @media (max-width:921px) {

      .ast-builder-grid-row-container.ast-builder-grid-row-tablet-3-firstrow .ast-builder-grid-row>*:first-child,
      .ast-builder-grid-row-container.ast-builder-grid-row-tablet-3-lastrow .ast-builder-grid-row>*:last-child {
        grid-column: 1 / -1;
      }
    }

    @media (max-width:544px) {

      .ast-builder-grid-row-container.ast-builder-grid-row-mobile-3-firstrow .ast-builder-grid-row>*:first-child,
      .ast-builder-grid-row-container.ast-builder-grid-row-mobile-3-lastrow .ast-builder-grid-row>*:last-child {
        grid-column: 1 / -1;
      }
    }

    .ast-builder-layout-element[data-section="title_tagline"] {
      display: flex;
    }

    @media (max-width:921px) {
      .ast-header-break-point .ast-builder-layout-element[data-section="title_tagline"] {
        display: flex;
      }
    }

    @media (max-width:544px) {
      .ast-header-break-point .ast-builder-layout-element[data-section="title_tagline"] {
        display: flex;
      }
    }

    .ast-builder-menu-1 {
      font-family: inherit;
      font-weight: inherit;
    }

    .ast-builder-menu-1 .menu-item>.menu-link {
      color: var(--ast-global-color-3);
    }

    .ast-builder-menu-1 .menu-item>.ast-menu-toggle {
      color: var(--ast-global-color-3);
    }

    .ast-builder-menu-1 .menu-item:hover>.menu-link,
    .ast-builder-menu-1 .inline-on-mobile .menu-item:hover>.ast-menu-toggle {
      color: var(--ast-global-color-1);
    }

    .ast-builder-menu-1 .menu-item:hover>.ast-menu-toggle {
      color: var(--ast-global-color-1);
    }

    .ast-builder-menu-1 .menu-item.current-menu-item>.menu-link,
    .ast-builder-menu-1 .inline-on-mobile .menu-item.current-menu-item>.ast-menu-toggle,
    .ast-builder-menu-1 .current-menu-ancestor>.menu-link {
      color: var(--ast-global-color-1);
    }

    .ast-builder-menu-1 .menu-item.current-menu-item>.ast-menu-toggle {
      color: var(--ast-global-color-1);
    }

    .ast-builder-menu-1 .sub-menu,
    .ast-builder-menu-1 .inline-on-mobile .sub-menu {
      border-top-width: 2px;
      border-bottom-width: 0px;
      border-right-width: 0px;
      border-left-width: 0px;
      border-color: var(--ast-global-color-0);
      border-style: solid;
    }

    .ast-builder-menu-1 .sub-menu .sub-menu {
      top: -2px;
    }

    .ast-builder-menu-1 .main-header-menu>.menu-item>.sub-menu,
    .ast-builder-menu-1 .main-header-menu>.menu-item>.astra-full-megamenu-wrapper {
      margin-top: 0px;
    }

    .ast-desktop .ast-builder-menu-1 .main-header-menu>.menu-item>.sub-menu:before,
    .ast-desktop .ast-builder-menu-1 .main-header-menu>.menu-item>.astra-full-megamenu-wrapper:before {
      height: calc(0px + 2px + 5px);
    }

    .ast-desktop .ast-builder-menu-1 .menu-item .sub-menu .menu-link {
      border-style: none;
    }

    @media (max-width:921px) {
      .ast-header-break-point .ast-builder-menu-1 .menu-item.menu-item-has-children>.ast-menu-toggle {
        top: 0;
      }

      .ast-builder-menu-1 .inline-on-mobile .menu-item.menu-item-has-children>.ast-menu-toggle {
        right: -15px;
      }

      .ast-builder-menu-1 .menu-item-has-children>.menu-link:after {
        content: unset;
      }

      .ast-builder-menu-1 .main-header-menu>.menu-item>.sub-menu,
      .ast-builder-menu-1 .main-header-menu>.menu-item>.astra-full-megamenu-wrapper {
        margin-top: 0;
      }
    }

    @media (max-width:544px) {
      .ast-header-break-point .ast-builder-menu-1 .menu-item.menu-item-has-children>.ast-menu-toggle {
        top: 0;
      }

      .ast-builder-menu-1 .main-header-menu>.menu-item>.sub-menu,
      .ast-builder-menu-1 .main-header-menu>.menu-item>.astra-full-megamenu-wrapper {
        margin-top: 0;
      }
    }

    .ast-builder-menu-1 {
      display: flex;
    }

    @media (max-width:921px) {
      .ast-header-break-point .ast-builder-menu-1 {
        display: flex;
      }
    }

    @media (max-width:544px) {
      .ast-header-break-point .ast-builder-menu-1 {
        display: flex;
      }
    }

    .site-below-footer-wrap {
      padding-top: 20px;
      padding-bottom: 20px;
    }

    .site-below-footer-wrap[data-section="section-below-footer-builder"] {
      background-color: var(--ast-global-color-5);
      min-height: 80px;
      border-style: solid;
      border-width: 0px;
      border-top-width: 1px;
      border-top-color: var(--ast-global-color-subtle-background, --ast-global-color-6);
    }

    .site-below-footer-wrap[data-section="section-below-footer-builder"] .ast-builder-grid-row {
      max-width: 1200px;
      min-height: 80px;
      margin-left: auto;
      margin-right: auto;
    }

    .site-below-footer-wrap[data-section="section-below-footer-builder"] .ast-builder-grid-row,
    .site-below-footer-wrap[data-section="section-below-footer-builder"] .site-footer-section {
      align-items: flex-start;
    }

    .site-below-footer-wrap[data-section="section-below-footer-builder"].ast-footer-row-inline .site-footer-section {
      display: flex;
      margin-bottom: 0;
    }

    .ast-builder-grid-row-full .ast-builder-grid-row {
      grid-template-columns: 1fr;
    }

    @media (max-width:921px) {
      .site-below-footer-wrap[data-section="section-below-footer-builder"].ast-footer-row-tablet-inline .site-footer-section {
        display: flex;
        margin-bottom: 0;
      }

      .site-below-footer-wrap[data-section="section-below-footer-builder"].ast-footer-row-tablet-stack .site-footer-section {
        display: block;
        margin-bottom: 10px;
      }

      .ast-builder-grid-row-container.ast-builder-grid-row-tablet-full .ast-builder-grid-row {
        grid-template-columns: 1fr;
      }
    }

    @media (max-width:544px) {
      .site-below-footer-wrap[data-section="section-below-footer-builder"].ast-footer-row-mobile-inline .site-footer-section {
        display: flex;
        margin-bottom: 0;
      }

      .site-below-footer-wrap[data-section="section-below-footer-builder"].ast-footer-row-mobile-stack .site-footer-section {
        display: block;
        margin-bottom: 10px;
      }

      .ast-builder-grid-row-container.ast-builder-grid-row-mobile-full .ast-builder-grid-row {
        grid-template-columns: 1fr;
      }
    }

    .site-below-footer-wrap[data-section="section-below-footer-builder"] {
      display: grid;
    }

    @media (max-width:921px) {
      .ast-header-break-point .site-below-footer-wrap[data-section="section-below-footer-builder"] {
        display: grid;
      }
    }

    @media (max-width:544px) {
      .ast-header-break-point .site-below-footer-wrap[data-section="section-below-footer-builder"] {
        display: grid;
      }
    }

    .ast-footer-copyright {
      text-align: center;
    }

    .ast-footer-copyright {
      color: var(--ast-global-color-3);
    }

    @media (max-width:921px) {
      .ast-footer-copyright {
        text-align: center;
      }
    }

    @media (max-width:544px) {
      .ast-footer-copyright {
        text-align: center;
      }
    }

    .ast-footer-copyright {
      font-size: 16px;
      font-size: 1rem;
    }

    .ast-footer-copyright.ast-builder-layout-element {
      display: flex;
    }

    @media (max-width:921px) {
      .ast-header-break-point .ast-footer-copyright.ast-builder-layout-element {
        display: flex;
      }
    }

    @media (max-width:544px) {
      .ast-header-break-point .ast-footer-copyright.ast-builder-layout-element {
        display: flex;
      }
    }

    .footer-widget-area.widget-area.site-footer-focus-item {
      width: auto;
    }

    .ast-footer-row-inline .footer-widget-area.widget-area.site-footer-focus-item {
      width: 100%;
    }

    .elementor-widget-heading .elementor-heading-title {
      margin: 0;
    }

    .elementor-page .ast-menu-toggle {
      color: unset !important;
      background: unset !important;
    }

    .elementor-post.elementor-grid-item.hentry {
      margin-bottom: 0;
    }

    .woocommerce div.product .elementor-element.elementor-products-grid .related.products ul.products li.product,
    .elementor-element .elementor-wc-products .woocommerce[class*='columns-'] ul.products li.product {
      width: auto;
      margin: 0;
      float: none;
    }

    .elementor-toc__list-wrapper {
      margin: 0;
    }

    body .elementor hr {
      background-color: #ccc;
      margin: 0;
    }

    .ast-left-sidebar .elementor-section.elementor-section-stretched,
    .ast-right-sidebar .elementor-section.elementor-section-stretched {
      max-width: 100%;
      left: 0 !important;
    }

    .elementor-posts-container [CLASS*="ast-width-"] {
      width: 100%;
    }

    .elementor-template-full-width .ast-container {
      display: block;
    }

    .elementor-screen-only,
    .screen-reader-text,
    .screen-reader-text span,
    .ui-helper-hidden-accessible {
      top: 0 !important;
    }

    @media (max-width:544px) {
      .elementor-element .elementor-wc-products .woocommerce[class*="columns-"] ul.products li.product {
        width: auto;
        margin: 0;
      }

      .elementor-element .woocommerce .woocommerce-result-count {
        float: none;
      }
    }

    .ast-header-break-point .main-header-bar {
      border-bottom-width: 1px;
    }

    @media (min-width:922px) {
      .main-header-bar {
        border-bottom-width: 1px;
      }
    }

    .main-header-menu .menu-item,
    #astra-footer-menu .menu-item,
    .main-header-bar .ast-masthead-custom-menu-items {
      -js-display: flex;
      display: flex;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -moz-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
      -moz-box-orient: vertical;
      -moz-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
    }

    .main-header-menu>.menu-item>.menu-link,
    #astra-footer-menu>.menu-item>.menu-link {
      height: 100%;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -moz-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -js-display: flex;
      display: flex;
    }

    .ast-header-break-point .main-navigation ul .menu-item .menu-link .icon-arrow:first-of-type svg {
      top: .2em;
      margin-top: 0px;
      margin-left: 0px;
      width: .65em;
      transform: translate(0, -2px) rotateZ(270deg);
    }

    .ast-mobile-popup-content .ast-submenu-expanded>.ast-menu-toggle {
      transform: rotateX(180deg);
      overflow-y: auto;
    }

    @media (min-width:922px) {
      .ast-builder-menu .main-navigation>ul>li:last-child a {
        margin-right: 0;
      }
    }

    .ast-separate-container .ast-article-inner {
      background-color: transparent;
      background-image: none;
    }

    .ast-separate-container .ast-article-post {
      background-color: var(--ast-global-color-5);
    }

    @media (max-width:921px) {
      .ast-separate-container .ast-article-post {
        background-color: var(--ast-global-color-5);
      }
    }

    @media (max-width:544px) {
      .ast-separate-container .ast-article-post {
        background-color: var(--ast-global-color-5);
      }
    }

    .ast-separate-container .ast-article-single:not(.ast-related-post),
    .woocommerce.ast-separate-container .ast-woocommerce-container,
    .ast-separate-container .error-404,
    .ast-separate-container .no-results,
    .single.ast-separate-container .site-main .ast-author-meta,
    .ast-separate-container .related-posts-title-wrapper,
    .ast-separate-container .comments-count-wrapper,
    .ast-box-layout.ast-plain-container .site-content,
    .ast-padded-layout.ast-plain-container .site-content,
    .ast-separate-container .ast-archive-description,
    .ast-separate-container .comments-area .comment-respond,
    .ast-separate-container .comments-area .ast-comment-list li,
    .ast-separate-container .comments-area .comments-title {
      background-color: var(--ast-global-color-5);
    }

    @media (max-width:921px) {

      .ast-separate-container .ast-article-single:not(.ast-related-post),
      .woocommerce.ast-separate-container .ast-woocommerce-container,
      .ast-separate-container .error-404,
      .ast-separate-container .no-results,
      .single.ast-separate-container .site-main .ast-author-meta,
      .ast-separate-container .related-posts-title-wrapper,
      .ast-separate-container .comments-count-wrapper,
      .ast-box-layout.ast-plain-container .site-content,
      .ast-padded-layout.ast-plain-container .site-content,
      .ast-separate-container .ast-archive-description {
        background-color: var(--ast-global-color-5);
      }
    }

    @media (max-width:544px) {

      .ast-separate-container .ast-article-single:not(.ast-related-post),
      .woocommerce.ast-separate-container .ast-woocommerce-container,
      .ast-separate-container .error-404,
      .ast-separate-container .no-results,
      .single.ast-separate-container .site-main .ast-author-meta,
      .ast-separate-container .related-posts-title-wrapper,
      .ast-separate-container .comments-count-wrapper,
      .ast-box-layout.ast-plain-container .site-content,
      .ast-padded-layout.ast-plain-container .site-content,
      .ast-separate-container .ast-archive-description {
        background-color: var(--ast-global-color-5);
      }
    }

    .ast-separate-container.ast-two-container #secondary .widget {
      background-color: var(--ast-global-color-5);
    }

    @media (max-width:921px) {
      .ast-separate-container.ast-two-container #secondary .widget {
        background-color: var(--ast-global-color-5);
      }
    }

    @media (max-width:544px) {
      .ast-separate-container.ast-two-container #secondary .widget {
        background-color: var(--ast-global-color-5);
      }
    }

    .ast-plain-container,
    .ast-page-builder-template {
      background-color: var(--ast-global-color-5);
    }

    @media (max-width:921px) {

      .ast-plain-container,
      .ast-page-builder-template {
        background-color: var(--ast-global-color-5);
      }
    }

    @media (max-width:544px) {

      .ast-plain-container,
      .ast-page-builder-template {
        background-color: var(--ast-global-color-5);
      }
    }

    #ast-scroll-top {
      display: none;
      position: fixed;
      text-align: center;
      cursor: pointer;
      z-index: 99;
      width: 2.1em;
      height: 2.1em;
      line-height: 2.1;
      color: #ffffff;
      border-radius: 2px;
      content: "";
      outline: inherit;
    }

    @media (min-width: 769px) {
      #ast-scroll-top {
        content: "769";
      }
    }

    #ast-scroll-top .ast-icon.icon-arrow svg {
      margin-left: 0px;
      vertical-align: middle;
      transform: translate(0, -20%) rotate(180deg);
      width: 1.6em;
    }

    .ast-scroll-to-top-right {
      right: 30px;
      bottom: 30px;
    }

    .ast-scroll-to-top-left {
      left: 30px;
      bottom: 30px;
    }

    #ast-scroll-top {
      background-color: var(--ast-global-color-0);
      font-size: 15px;
    }

    @media (max-width:921px) {
      #ast-scroll-top .ast-icon.icon-arrow svg {
        width: 1em;
      }
    }

    .ast-mobile-header-content>*,
    .ast-desktop-header-content>* {
      padding: 10px 0;
      height: auto;
    }

    .ast-mobile-header-content>*:first-child,
    .ast-desktop-header-content>*:first-child {
      padding-top: 10px;
    }

    .ast-mobile-header-content>.ast-builder-menu,
    .ast-desktop-header-content>.ast-builder-menu {
      padding-top: 0;
    }

    .ast-mobile-header-content>*:last-child,
    .ast-desktop-header-content>*:last-child {
      padding-bottom: 0;
    }

    .ast-mobile-header-content .ast-search-menu-icon.ast-inline-search label,
    .ast-desktop-header-content .ast-search-menu-icon.ast-inline-search label {
      width: 100%;
    }

    .ast-desktop-header-content .main-header-bar-navigation .ast-submenu-expanded>.ast-menu-toggle::before {
      transform: rotateX(180deg);
    }

    #ast-desktop-header .ast-desktop-header-content,
    .ast-mobile-header-content .ast-search-icon,
    .ast-desktop-header-content .ast-search-icon,
    .ast-mobile-header-wrap .ast-mobile-header-content,
    .ast-main-header-nav-open.ast-popup-nav-open .ast-mobile-header-wrap .ast-mobile-header-content,
    .ast-main-header-nav-open.ast-popup-nav-open .ast-desktop-header-content {
      display: none;
    }

    .ast-main-header-nav-open.ast-header-break-point #ast-desktop-header .ast-desktop-header-content,
    .ast-main-header-nav-open.ast-header-break-point .ast-mobile-header-wrap .ast-mobile-header-content {
      display: block;
    }

    .ast-desktop .ast-desktop-header-content .astra-menu-animation-slide-up>.menu-item>.sub-menu,
    .ast-desktop .ast-desktop-header-content .astra-menu-animation-slide-up>.menu-item .menu-item>.sub-menu,
    .ast-desktop .ast-desktop-header-content .astra-menu-animation-slide-down>.menu-item>.sub-menu,
    .ast-desktop .ast-desktop-header-content .astra-menu-animation-slide-down>.menu-item .menu-item>.sub-menu,
    .ast-desktop .ast-desktop-header-content .astra-menu-animation-fade>.menu-item>.sub-menu,
    .ast-desktop .ast-desktop-header-content .astra-menu-animation-fade>.menu-item .menu-item>.sub-menu {
      opacity: 1;
      visibility: visible;
    }

    .ast-hfb-header.ast-default-menu-enable.ast-header-break-point .ast-mobile-header-wrap .ast-mobile-header-content .main-header-bar-navigation {
      width: unset;
      margin: unset;
    }

    .ast-mobile-header-content.content-align-flex-end .main-header-bar-navigation .menu-item-has-children>.ast-menu-toggle,
    .ast-desktop-header-content.content-align-flex-end .main-header-bar-navigation .menu-item-has-children>.ast-menu-toggle {
      left: calc(20px - 0.907em);
      right: auto;
    }

    .ast-mobile-header-content .ast-search-menu-icon,
    .ast-mobile-header-content .ast-search-menu-icon.slide-search,
    .ast-desktop-header-content .ast-search-menu-icon,
    .ast-desktop-header-content .ast-search-menu-icon.slide-search {
      width: 100%;
      position: relative;
      display: block;
      right: auto;
      transform: none;
    }

    .ast-mobile-header-content .ast-search-menu-icon.slide-search .search-form,
    .ast-mobile-header-content .ast-search-menu-icon .search-form,
    .ast-desktop-header-content .ast-search-menu-icon.slide-search .search-form,
    .ast-desktop-header-content .ast-search-menu-icon .search-form {
      right: 0;
      visibility: visible;
      opacity: 1;
      position: relative;
      top: auto;
      transform: none;
      padding: 0;
      display: block;
      overflow: hidden;
    }

    .ast-mobile-header-content .ast-search-menu-icon.ast-inline-search .search-field,
    .ast-mobile-header-content .ast-search-menu-icon .search-field,
    .ast-desktop-header-content .ast-search-menu-icon.ast-inline-search .search-field,
    .ast-desktop-header-content .ast-search-menu-icon .search-field {
      width: 100%;
      padding-right: 5.5em;
    }

    .ast-mobile-header-content .ast-search-menu-icon .search-submit,
    .ast-desktop-header-content .ast-search-menu-icon .search-submit {
      display: block;
      position: absolute;
      height: 100%;
      top: 0;
      right: 0;
      padding: 0 1em;
      border-radius: 0;
    }

    .ast-hfb-header.ast-default-menu-enable.ast-header-break-point .ast-mobile-header-wrap .ast-mobile-header-content .main-header-bar-navigation ul .sub-menu .menu-link {
      padding-left: 30px;
    }

    .ast-hfb-header.ast-default-menu-enable.ast-header-break-point .ast-mobile-header-wrap .ast-mobile-header-content .main-header-bar-navigation .sub-menu .menu-item .menu-item .menu-link {
      padding-left: 40px;
    }

    .ast-mobile-popup-drawer.active .ast-mobile-popup-inner {
      background-color: #ffffff;
      ;
    }

    .ast-mobile-header-wrap .ast-mobile-header-content,
    .ast-desktop-header-content {
      background-color: #ffffff;
      ;
    }

    .ast-mobile-popup-content>*,
    .ast-mobile-header-content>*,
    .ast-desktop-popup-content>*,
    .ast-desktop-header-content>* {
      padding-top: 0px;
      padding-bottom: 0px;
    }

    .content-align-flex-start .ast-builder-layout-element {
      justify-content: flex-start;
    }

    .content-align-flex-start .main-header-menu {
      text-align: left;
    }

    .ast-mobile-popup-drawer.active .menu-toggle-close {
      color: #3a3a3a;
    }

    .ast-mobile-header-wrap .ast-primary-header-bar,
    .ast-primary-header-bar .site-primary-header-wrap {
      min-height: 80px;
    }

    .ast-desktop .ast-primary-header-bar .main-header-menu>.menu-item {
      line-height: 80px;
    }

    .ast-header-break-point #masthead .ast-mobile-header-wrap .ast-primary-header-bar,
    .ast-header-break-point #masthead .ast-mobile-header-wrap .ast-below-header-bar,
    .ast-header-break-point #masthead .ast-mobile-header-wrap .ast-above-header-bar {
      padding-left: 20px;
      padding-right: 20px;
    }

    .ast-header-break-point .ast-primary-header-bar {
      border-bottom-width: 1px;
      border-bottom-color: var(--ast-global-color-subtle-background, --ast-global-color-7);
      border-bottom-style: solid;
    }

    @media (min-width:922px) {
      .ast-primary-header-bar {
        border-bottom-width: 1px;
        border-bottom-color: var(--ast-global-color-subtle-background, --ast-global-color-7);
        border-bottom-style: solid;
      }
    }

    .ast-primary-header-bar {
      background-color: var(--ast-global-color-primary, --ast-global-color-4);
    }

    .ast-primary-header-bar {
      display: block;
    }

    @media (max-width:921px) {
      .ast-header-break-point .ast-primary-header-bar {
        display: grid;
      }
    }

    @media (max-width:544px) {
      .ast-header-break-point .ast-primary-header-bar {
        display: grid;
      }
    }

    [data-section="section-header-mobile-trigger"] .ast-button-wrap .ast-mobile-menu-trigger-minimal {
      color: var(--ast-global-color-0);
      border: none;
      background: transparent;
    }

    [data-section="section-header-mobile-trigger"] .ast-button-wrap .mobile-menu-toggle-icon .ast-mobile-svg {
      width: 20px;
      height: 20px;
      fill: var(--ast-global-color-0);
    }

    [data-section="section-header-mobile-trigger"] .ast-button-wrap .mobile-menu-wrap .mobile-menu {
      color: var(--ast-global-color-0);
    }

    .ast-builder-menu-mobile .main-navigation .main-header-menu .menu-item>.menu-link {
      color: var(--ast-global-color-3);
    }

    .ast-builder-menu-mobile .main-navigation .main-header-menu .menu-item>.ast-menu-toggle {
      color: var(--ast-global-color-3);
    }

    .ast-builder-menu-mobile .main-navigation .main-header-menu .menu-item:hover>.menu-link,
    .ast-builder-menu-mobile .main-navigation .inline-on-mobile .menu-item:hover>.ast-menu-toggle {
      color: var(--ast-global-color-1);
    }

    .ast-builder-menu-mobile .menu-item:hover>.menu-link,
    .ast-builder-menu-mobile .main-navigation .inline-on-mobile .menu-item:hover>.ast-menu-toggle {
      color: var(--ast-global-color-1);
    }

    .ast-builder-menu-mobile .main-navigation .menu-item:hover>.ast-menu-toggle {
      color: var(--ast-global-color-1);
    }

    .ast-builder-menu-mobile .main-navigation .menu-item.current-menu-item>.menu-link,
    .ast-builder-menu-mobile .main-navigation .inline-on-mobile .menu-item.current-menu-item>.ast-menu-toggle,
    .ast-builder-menu-mobile .main-navigation .menu-item.current-menu-ancestor>.menu-link,
    .ast-builder-menu-mobile .main-navigation .menu-item.current-menu-ancestor>.ast-menu-toggle {
      color: var(--ast-global-color-1);
    }

    .ast-builder-menu-mobile .main-navigation .menu-item.current-menu-item>.ast-menu-toggle {
      color: var(--ast-global-color-1);
    }

    .ast-builder-menu-mobile .main-navigation .menu-item.menu-item-has-children>.ast-menu-toggle {
      top: 0;
    }

    .ast-builder-menu-mobile .main-navigation .menu-item-has-children>.menu-link:after {
      content: unset;
    }

    .ast-hfb-header .ast-builder-menu-mobile .main-header-menu,
    .ast-hfb-header .ast-builder-menu-mobile .main-navigation .menu-item .menu-link,
    .ast-hfb-header .ast-builder-menu-mobile .main-navigation .menu-item .sub-menu .menu-link {
      border-style: none;
    }

    .ast-builder-menu-mobile .main-navigation .menu-item.menu-item-has-children>.ast-menu-toggle {
      top: 0;
    }

    @media (max-width:921px) {
      .ast-builder-menu-mobile .main-navigation .main-header-menu .menu-item>.menu-link {
        color: var(--ast-global-color-3);
      }

      .ast-builder-menu-mobile .main-navigation .main-header-menu .menu-item>.ast-menu-toggle {
        color: var(--ast-global-color-3);
      }

      .ast-builder-menu-mobile .main-navigation .main-header-menu .menu-item:hover>.menu-link,
      .ast-builder-menu-mobile .main-navigation .inline-on-mobile .menu-item:hover>.ast-menu-toggle {
        color: var(--ast-global-color-1);
        background: var(--ast-global-color-4);
      }

      .ast-builder-menu-mobile .main-navigation .menu-item:hover>.ast-menu-toggle {
        color: var(--ast-global-color-1);
      }

      .ast-builder-menu-mobile .main-navigation .menu-item.current-menu-item>.menu-link,
      .ast-builder-menu-mobile .main-navigation .inline-on-mobile .menu-item.current-menu-item>.ast-menu-toggle,
      .ast-builder-menu-mobile .main-navigation .menu-item.current-menu-ancestor>.menu-link,
      .ast-builder-menu-mobile .main-navigation .menu-item.current-menu-ancestor>.ast-menu-toggle {
        color: var(--ast-global-color-1);
        background: var(--ast-global-color-4);
      }

      .ast-builder-menu-mobile .main-navigation .menu-item.current-menu-item>.ast-menu-toggle {
        color: var(--ast-global-color-1);
      }

      .ast-builder-menu-mobile .main-navigation .menu-item.menu-item-has-children>.ast-menu-toggle {
        top: 0;
      }

      .ast-builder-menu-mobile .main-navigation .menu-item-has-children>.menu-link:after {
        content: unset;
      }

      .ast-builder-menu-mobile .main-navigation .main-header-menu,
      .ast-builder-menu-mobile .main-navigation .main-header-menu .menu-link,
      .ast-builder-menu-mobile .main-navigation .main-header-menu .sub-menu {
        background-color: var(--ast-global-color-5);
      }
    }

    @media (max-width:544px) {
      .ast-builder-menu-mobile .main-navigation .menu-item.menu-item-has-children>.ast-menu-toggle {
        top: 0;
      }
    }

    .ast-builder-menu-mobile .main-navigation {
      display: block;
    }

    @media (max-width:921px) {
      .ast-header-break-point .ast-builder-menu-mobile .main-navigation {
        display: block;
      }
    }

    @media (max-width:544px) {
      .ast-header-break-point .ast-builder-menu-mobile .main-navigation {
        display: block;
      }
    }

    :root {
      --e-global-color-astglobalcolor0: #046bd2;
      --e-global-color-astglobalcolor1: #045cb4;
      --e-global-color-astglobalcolor2: #1e293b;
      --e-global-color-astglobalcolor3: #334155;
      --e-global-color-astglobalcolor4: #f9fafb;
      --e-global-color-astglobalcolor5: #FFFFFF;
      --e-global-color-astglobalcolor6: #e2e8f0;
      --e-global-color-astglobalcolor7: #cbd5e1;
      --e-global-color-astglobalcolor8: #94a3b8;
    }
  
    img.wp-smiley,
    img.emoji {
      display: inline !important;
      border: none !important;
      box-shadow: none !important;
      height: 1em !important;
      width: 1em !important;
      margin: 0 0.07em !important;
      vertical-align: -0.1em !important;
      background: none !important;
      padding: 0 !important;
    }
  
    .elementor-kit-23 {
      --e-global-color-primary: #6EC1E4;
      --e-global-color-secondary: #54595F;
      --e-global-color-text: #7A7A7A;
      --e-global-color-accent: #61CE70;
      --e-global-typography-primary-font-family: "Roboto";
      --e-global-typography-primary-font-weight: 600;
      --e-global-typography-secondary-font-family: "Roboto Slab";
      --e-global-typography-secondary-font-weight: 400;
      --e-global-typography-text-font-family: "Roboto";
      --e-global-typography-text-font-weight: 400;
      --e-global-typography-accent-font-family: "Roboto";
      --e-global-typography-accent-font-weight: 500;
    }

    .elementor-kit-23 e-page-transition {
      background-color: #FFBC7D;
    }

    .elementor-section.elementor-section-boxed>.elementor-container {
      max-width: 1140px;
    }

    .e-con {
      --container-max-width: 1140px;
      --container-default-padding-top: 0px;
      --container-default-padding-right: 0px;
      --container-default-padding-bottom: 0px;
      --container-default-padding-left: 0px;
    }

    .elementor-widget:not(:last-child) {
      margin-block-end: 20px;
    }

    .elementor-element {
      --widgets-spacing: 20px 20px;
      --widgets-spacing-row: 20px;
      --widgets-spacing-column: 20px;
    }


    h1.entry-title {
      display: var(--page-title-display);
    }

    @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;
      }
    }

    .single .main-container {
      margin: 0px;
    }

    .elementor-64 .elementor-element.elementor-element-7f6e5c3 {
      --display: flex;
      --min-height: 100vh;
      --flex-direction: column;
      --container-widget-width: calc((1 - var(--container-widget-flex-grow)) * 100%);
      --container-widget-height: initial;
      --container-widget-flex-grow: 0;
      --container-widget-align-self: initial;
      --flex-wrap-mobile: wrap;
      --justify-content: center;
      --align-items: center;
      --margin-top: -155px;
      --margin-bottom: 0px;
      --margin-left: 0px;
      --margin-right: 0px;
      --padding-top: 120px;
      --padding-bottom: 0px;
      --padding-left: 0px;
      --padding-right: 0px;
      --z-index: 1;
    }

    .elementor-64 .elementor-element.elementor-element-7f6e5c3:not(.elementor-motion-effects-element-type-background),
    .elementor-64 .elementor-element.elementor-element-7f6e5c3>.elementor-motion-effects-container>.elementor-motion-effects-layer {
      background-color: #2A5D90;
      background-image:url("{$theme_path}/static/image/5.jpg");
      background-position: center center;
      background-repeat: no-repeat;
      background-size: cover;
    }

    .elementor-widget-heading .elementor-heading-title {
      font-family: var(--e-global-typography-primary-font-family), Sans-serif;
      font-weight: var(--e-global-typography-primary-font-weight);
      color: var(--e-global-color-primary);
    }

    .elementor-64 .elementor-element.elementor-element-13292c6 .elementor-heading-title {
      font-family: "Roboto", Sans-serif;
      font-size: 24px;
      font-weight: 400;
      color: #25C7ED;
    }

    .elementor-64 .elementor-element.elementor-element-77a6e34 {
      text-align: center;
    }

    .elementor-64 .elementor-element.elementor-element-77a6e34 .elementor-heading-title {
      font-family: "Montserrat", Sans-serif;
      font-size: 64px;
      font-weight: 600;
      text-transform: uppercase;
      line-height: 74px;
      color: #FFFFFF;
    }

    .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-64 .elementor-element.elementor-element-972d6a0 {
      width: var(--container-widget-width, 70%);
      max-width: 70%;
      --container-widget-width: 70%;
      --container-widget-flex-grow: 0;
      text-align: center;
      color: #FFFFFF;
      font-family: "Roboto", Sans-serif;
      font-size: 24px;
      font-weight: 400;
      line-height: 34px;
    }

    .elementor-64 .elementor-element.elementor-element-0ed9774 {
      --display: flex;
      --flex-direction: row;
      --container-widget-width: initial;
      --container-widget-height: 100%;
      --container-widget-flex-grow: 1;
      --container-widget-align-self: stretch;
      --flex-wrap-mobile: wrap;
      --justify-content: center;
    }

    .elementor-widget-button .elementor-button {
      background-color: var(--e-global-color-accent);
      font-family: var(--e-global-typography-accent-font-family), Sans-serif;
      font-weight: var(--e-global-typography-accent-font-weight);
    }

    .elementor-64 .elementor-element.elementor-element-06c73b1 .elementor-button {
      background-color: #43DBFF;
      font-family: "Roboto", Sans-serif;
      font-size: 18px;
      font-weight: 600;
      fill: #006FA7;
      color: #006FA7;
    }

    .elementor-64 .elementor-element.elementor-element-99de9a4 .elementor-button {
      background-color: #FFFFFF;
      font-family: "Roboto", Sans-serif;
      font-size: 18px;
      font-weight: 600;
      fill: #006FA7;
      color: #006FA7;
    }

    .elementor-64 .elementor-element.elementor-element-a6636c6 {
      --display: flex;
      --flex-direction: column;
      --container-widget-width: 100%;
      --container-widget-height: initial;
      --container-widget-flex-grow: 0;
      --container-widget-align-self: initial;
      --flex-wrap-mobile: wrap;
    }

    .elementor-64 .elementor-element.elementor-element-12294ae {
      --spacer-size: 10px;
    }

    .elementor-64 .elementor-element.elementor-element-f33d6d1 {
      --display: flex;
      --flex-direction: column;
      --container-widget-width: 100%;
      --container-widget-height: initial;
      --container-widget-flex-grow: 0;
      --container-widget-align-self: initial;
      --flex-wrap-mobile: wrap;
    }

    .elementor-64 .elementor-element.elementor-element-a579d25 {
      --display: flex;
      --flex-direction: column;
      --container-widget-width: 100%;
      --container-widget-height: initial;
      --container-widget-flex-grow: 0;
      --container-widget-align-self: initial;
      --flex-wrap-mobile: wrap;
      --margin-top: -100px;
      --margin-bottom: 0px;
      --margin-left: 0px;
      --margin-right: 0px;
    }

    .elementor-64 .elementor-element.elementor-element-e490687>.elementor-widget-container {
      margin: 0px 0px 0px 0px;
      border-style: solid;
      border-width: 12px 12px 12px 12px;
      border-color: #7B7A7A3D;
      border-radius: 20px 20px 20px 20px;
    }

    .elementor-64 .elementor-element.elementor-element-e490687 {
      z-index: 10;
    }

    .elementor-64 .elementor-element.elementor-element-e490687 .elementor-wrapper {
      --video-aspect-ratio: 1.77777;
    }

    .elementor-64 .elementor-element.elementor-element-cd81526 {
      --display: flex;
      --flex-direction: row;
      --container-widget-width: calc((1 - var(--container-widget-flex-grow)) * 100%);
      --container-widget-height: 100%;
      --container-widget-flex-grow: 1;
      --container-widget-align-self: stretch;
      --flex-wrap-mobile: wrap;
      --align-items: center;
      --margin-top: 30px;
      --margin-bottom: 0px;
      --margin-left: 0px;
      --margin-right: 0px;
    }

    .elementor-64 .elementor-element.elementor-element-60d74ea {
      width: var(--container-widget-width, 16%);
      max-width: 16%;
      --container-widget-width: 16%;
      --container-widget-flex-grow: 0;
    }

    .elementor-64 .elementor-element.elementor-element-60d74ea .elementor-heading-title {
      font-family: "Roboto", Sans-serif;
      font-size: 24px;
      font-weight: 500;
      color: #808080;
    }

    .elementor-64 .elementor-element.elementor-element-e9370c2 {
      --e-image-carousel-slides-to-show: 6;
    }

    .elementor-64 .elementor-element.elementor-element-e9370c2 .swiper-wrapper {
      display: flex;
      align-items: center;
    }

    .elementor-64 .elementor-element.elementor-element-e24ed4d {
      --display: flex;
      --flex-direction: column;
      --container-widget-width: calc((1 - var(--container-widget-flex-grow)) * 100%);
      --container-widget-height: initial;
      --container-widget-flex-grow: 0;
      --container-widget-align-self: initial;
      --flex-wrap-mobile: wrap;
      --align-items: center;
      --gap: 10px 10px;
      --row-gap: 10px;
      --column-gap: 10px;
      --margin-top: 60px;
      --margin-bottom: 0px;
      --margin-left: 0px;
      --margin-right: 0px;
    }

    .elementor-64 .elementor-element.elementor-element-59de28b {
      text-align: left;
    }

    .elementor-64 .elementor-element.elementor-element-59de28b .elementor-heading-title {
      font-family: "Montserrat", Sans-serif;
      font-size: 42px;
      font-weight: 700;
      text-transform: uppercase;
      -webkit-text-stroke-color: #000;
      stroke: #000;
      color: #006FA7;
    }

    .elementor-64 .elementor-element.elementor-element-4a9b1d4 {
      width: var(--container-widget-width, 61%);
      max-width: 61%;
      --container-widget-width: 61%;
      --container-widget-flex-grow: 0;
      text-align: center;
    }

    .elementor-64 .elementor-element.elementor-element-4d890d4 {
      --spacer-size: 40px;
    }

    .elementor-64 .elementor-element.elementor-element-2e0cf20 {
      --display: flex;
      --min-height: 340px;
      --flex-direction: row;
      --container-widget-width: initial;
      --container-widget-height: 100%;
      --container-widget-flex-grow: 1;
      --container-widget-align-self: stretch;
      --flex-wrap-mobile: wrap;
    }

    .elementor-64 .elementor-element.elementor-element-1d45943 {
      --display: flex;
      --justify-content: center;
      --border-radius: 20px 20px 20px 20px;
      box-shadow: 0px 0px 62px -12px rgba(0, 0, 0, 0.22);
      --padding-top: 20px;
      --padding-bottom: 20px;
      --padding-left: 20px;
      --padding-right: 20px;
    }

    .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-64 .elementor-element.elementor-element-25cac7f {
      text-align: center;
    }

    .elementor-64 .elementor-element.elementor-element-25cac7f .elementor-heading-title {
      font-family: "Montserrat", Sans-serif;
      font-size: 20px;
      font-weight: 700;
      text-transform: uppercase;
      color: #161717;
    }

    .elementor-64 .elementor-element.elementor-element-0770e72 {
      text-align: center;
    }

    .elementor-64 .elementor-element.elementor-element-30fbd18 .elementor-button {
      background-color: #006FA700;
      font-family: "Roboto", Sans-serif;
      font-weight: 500;
      text-decoration: underline;
      fill: #006FA7;
      color: #006FA7;
      padding: 0px 0px 0px 0px;
    }

    .elementor-64 .elementor-element.elementor-element-f1f2328 {
      --display: flex;
      --justify-content: center;
      --border-radius: 20px 20px 20px 20px;
      box-shadow: 0px 0px 62px -12px rgba(0, 0, 0, 0.22);
      --padding-top: 20px;
      --padding-bottom: 20px;
      --padding-left: 20px;
      --padding-right: 20px;
    }

    .elementor-64 .elementor-element.elementor-element-5ecec44 {
      text-align: center;
    }

    .elementor-64 .elementor-element.elementor-element-5ecec44 .elementor-heading-title {
      font-family: "Montserrat", Sans-serif;
      font-size: 20px;
      font-weight: 700;
      text-transform: uppercase;
      color: #161717;
    }

    .elementor-64 .elementor-element.elementor-element-f56d5e4 {
      text-align: center;
    }

    .elementor-64 .elementor-element.elementor-element-bb02a62 .elementor-button {
      background-color: #006FA700;
      font-family: "Roboto", Sans-serif;
      font-weight: 500;
      text-decoration: underline;
      fill: #006FA7;
      color: #006FA7;
      padding: 0px 0px 0px 0px;
    }

    .elementor-64 .elementor-element.elementor-element-8c2c3ca {
      --display: flex;
      --justify-content: center;
      --border-radius: 20px 20px 20px 20px;
      box-shadow: 0px 0px 62px -12px rgba(0, 0, 0, 0.22);
      --padding-top: 20px;
      --padding-bottom: 20px;
      --padding-left: 20px;
      --padding-right: 20px;
    }

    .elementor-64 .elementor-element.elementor-element-a2c9f61 {
      text-align: center;
    }

    .elementor-64 .elementor-element.elementor-element-a2c9f61 .elementor-heading-title {
      font-family: "Montserrat", Sans-serif;
      font-size: 20px;
      font-weight: 700;
      text-transform: uppercase;
      color: #161717;
    }

    .elementor-64 .elementor-element.elementor-element-51ed57a {
      text-align: center;
    }

    .elementor-64 .elementor-element.elementor-element-0f6f41f .elementor-button {
      background-color: #006FA700;
      font-family: "Roboto", Sans-serif;
      font-weight: 500;
      text-decoration: underline;
      fill: #006FA7;
      color: #006FA7;
      padding: 0px 0px 0px 0px;
    }

    .elementor-64 .elementor-element.elementor-element-aa9ab45 {
      --display: flex;
      --min-height: 300px;
      --flex-direction: column;
      --container-widget-width: calc((1 - var(--container-widget-flex-grow)) * 100%);
      --container-widget-height: initial;
      --container-widget-flex-grow: 0;
      --container-widget-align-self: initial;
      --flex-wrap-mobile: wrap;
      --justify-content: center;
      --align-items: center;
      --margin-top: 60px;
      --margin-bottom: 0px;
      --margin-left: 0px;
      --margin-right: 0px;
    }

    .elementor-64 .elementor-element.elementor-element-aa9ab45:not(.elementor-motion-effects-element-type-background),
    .elementor-64 .elementor-element.elementor-element-aa9ab45>.elementor-motion-effects-container>.elementor-motion-effects-layer {
      background-image:url("{$theme_path}/static/image/Group-33.webp");
      background-position: center center;
      background-size: cover;
    }

    .elementor-64 .elementor-element.elementor-element-9c51c68 {
      text-align: left;
    }

    .elementor-64 .elementor-element.elementor-element-9c51c68 .elementor-heading-title {
      font-family: "Montserrat", Sans-serif;
      font-size: 42px;
      font-weight: 700;
      text-transform: uppercase;
      -webkit-text-stroke-color: #000;
      stroke: #000;
      color: #006FA7;
    }

    .elementor-64 .elementor-element.elementor-element-3a01d74 {
      width: var(--container-widget-width, 61%);
      max-width: 61%;
      --container-widget-width: 61%;
      --container-widget-flex-grow: 0;
      text-align: center;
    }

    .elementor-64 .elementor-element.elementor-element-3548b1c .elementor-button {
      background-color: #006FA7;
      font-family: "Roboto", Sans-serif;
      font-size: 18px;
      font-weight: 600;
      fill: #FFFFFF;
      color: #FFFFFF;
    }

    .elementor-64 .elementor-element.elementor-element-a8d9d00 {
      --display: flex;
      --flex-direction: column;
      --container-widget-width: 100%;
      --container-widget-height: initial;
      --container-widget-flex-grow: 0;
      --container-widget-align-self: initial;
      --flex-wrap-mobile: wrap;
      --margin-top: 20px;
      --margin-bottom: 0px;
      --margin-left: 0px;
      --margin-right: 0px;
    }

    .elementor-64 .elementor-element.elementor-element-ec5d217 {
      text-align: center;
    }

    .elementor-64 .elementor-element.elementor-element-7fe1a0d {
      --display: flex;
      --flex-direction: column;
      --container-widget-width: calc((1 - var(--container-widget-flex-grow)) * 100%);
      --container-widget-height: initial;
      --container-widget-flex-grow: 0;
      --container-widget-align-self: initial;
      --flex-wrap-mobile: wrap;
      --align-items: center;
      --gap: 10px 10px;
      --row-gap: 10px;
      --column-gap: 10px;
      --margin-top: 60px;
      --margin-bottom: 0px;
      --margin-left: 0px;
      --margin-right: 0px;
    }

    .elementor-64 .elementor-element.elementor-element-6f18ac2 {
      text-align: center;
    }

    .elementor-64 .elementor-element.elementor-element-6f18ac2 .elementor-heading-title {
      font-family: "Montserrat", Sans-serif;
      font-size: 42px;
      font-weight: 700;
      text-transform: uppercase;
      -webkit-text-stroke-color: #000;
      stroke: #000;
      color: #006FA7;
    }

    .elementor-64 .elementor-element.elementor-element-4117e81 {
      --spacer-size: 10px;
    }

    .elementor-64 .elementor-element.elementor-element-e5db8b0 {
      --display: flex;
      --min-height: 340px;
      --flex-direction: row;
      --container-widget-width: initial;
      --container-widget-height: 100%;
      --container-widget-flex-grow: 1;
      --container-widget-align-self: stretch;
      --flex-wrap-mobile: wrap;
    }

    .elementor-64 .elementor-element.elementor-element-97ed650 {
      --display: flex;
      --justify-content: center;
      --border-radius: 20px 20px 20px 20px;
      box-shadow: 0px 0px 62px -12px rgba(0, 0, 0, 0.22);
      --padding-top: 20px;
      --padding-bottom: 20px;
      --padding-left: 20px;
      --padding-right: 20px;
    }

    .elementor-64 .elementor-element.elementor-element-bb866f5 {
      text-align: center;
    }

    .elementor-64 .elementor-element.elementor-element-bb866f5 .elementor-heading-title {
      font-family: "Montserrat", Sans-serif;
      font-size: 18px;
      font-weight: 700;
      text-transform: uppercase;
      color: #161717;
    }

    .elementor-64 .elementor-element.elementor-element-32ca1e1 {
      text-align: center;
    }

    .elementor-64 .elementor-element.elementor-element-13c1633 .elementor-button {
      background-color: #006FA700;
      font-family: "Roboto", Sans-serif;
      font-weight: 500;
      text-decoration: underline;
      fill: #006FA7;
      color: #006FA7;
      padding: 0px 0px 0px 0px;
    }

    .elementor-64 .elementor-element.elementor-element-2bb43b3 {
      --display: flex;
      --justify-content: center;
      --border-radius: 20px 20px 20px 20px;
      box-shadow: 0px 0px 62px -12px rgba(0, 0, 0, 0.22);
      --padding-top: 20px;
      --padding-bottom: 20px;
      --padding-left: 20px;
      --padding-right: 20px;
    }

    .elementor-64 .elementor-element.elementor-element-f57fece {
      text-align: center;
    }

    .elementor-64 .elementor-element.elementor-element-f57fece .elementor-heading-title {
      font-family: "Montserrat", Sans-serif;
      font-size: 18px;
      font-weight: 700;
      text-transform: uppercase;
      color: #161717;
    }

    .elementor-64 .elementor-element.elementor-element-82dc7bb {
      text-align: center;
    }

    .elementor-64 .elementor-element.elementor-element-1331a4c .elementor-button {
      background-color: #006FA700;
      font-family: "Roboto", Sans-serif;
      font-weight: 500;
      text-decoration: underline;
      fill: #006FA7;
      color: #006FA7;
      padding: 0px 0px 0px 0px;
    }

    .elementor-64 .elementor-element.elementor-element-fa65428 {
      --display: flex;
      --justify-content: center;
      --border-radius: 20px 20px 20px 20px;
      box-shadow: 0px 0px 62px -12px rgba(0, 0, 0, 0.22);
      --padding-top: 20px;
      --padding-bottom: 20px;
      --padding-left: 20px;
      --padding-right: 20px;
    }

    .elementor-64 .elementor-element.elementor-element-197783d {
      text-align: center;
    }

    .elementor-64 .elementor-element.elementor-element-197783d .elementor-heading-title {
      font-family: "Montserrat", Sans-serif;
      font-size: 18px;
      font-weight: 700;
      text-transform: uppercase;
      color: #161717;
    }

    .elementor-64 .elementor-element.elementor-element-f83a49d {
      text-align: center;
    }

    .elementor-64 .elementor-element.elementor-element-d35c6e6 .elementor-button {
      background-color: #006FA700;
      font-family: "Roboto", Sans-serif;
      font-weight: 500;
      text-decoration: underline;
      fill: #006FA7;
      color: #006FA7;
      padding: 0px 0px 0px 0px;
    }

    .elementor-64 .elementor-element.elementor-element-4d225fa {
      --display: flex;
      --flex-direction: column;
      --container-widget-width: 100%;
      --container-widget-height: initial;
      --container-widget-flex-grow: 0;
      --container-widget-align-self: initial;
      --flex-wrap-mobile: wrap;
      --gap: 0px 0px;
      --row-gap: 0px;
      --column-gap: 0px;
      --margin-top: 60px;
      --margin-bottom: 60px;
      --margin-left: 0px;
      --margin-right: 0px;
    }

    .elementor-64 .elementor-element.elementor-element-10517d1 {
      text-align: left;
    }

    .elementor-64 .elementor-element.elementor-element-10517d1 .elementor-heading-title {
      font-family: "Montserrat", Sans-serif;
      font-size: 42px;
      font-weight: 700;
      text-transform: uppercase;
      -webkit-text-stroke-color: #000;
      stroke: #000;
      color: #006FA7;
    }

    .elementor-64 .elementor-element.elementor-element-2b3a4fe {
      width: var(--container-widget-width, 61%);
      max-width: 61%;
      --container-widget-width: 61%;
      --container-widget-flex-grow: 0;
      text-align: left;
    }

    .elementor-64 .elementor-element.elementor-element-2b3a4fe>.elementor-widget-container {
      margin: 10px 0px 40px 0px;
    }

    .elementor-64 .elementor-element.elementor-element-e5efe42 {
      --display: flex;
      --flex-direction: row;
      --container-widget-width: initial;
      --container-widget-height: 100%;
      --container-widget-flex-grow: 1;
      --container-widget-align-self: stretch;
      --flex-wrap-mobile: wrap;
      border-style: solid;
      --border-style: solid;
      border-width: 0px 0px 1px 0px;
      --border-top-width: 0px;
      --border-right-width: 0px;
      --border-bottom-width: 1px;
      --border-left-width: 0px;
      border-color: #959595;
      --border-color: #959595;
      --padding-top: 0px;
      --padding-bottom: 0px;
      --padding-left: 0px;
      --padding-right: 0px;
    }

    .elementor-64 .elementor-element.elementor-element-fdd6183 {
      --display: flex;
      --gap: 10px 10px;
      --row-gap: 10px;
      --column-gap: 10px;
      --padding-top: 0px;
      --padding-bottom: 30px;
      --padding-left: 0px;
      --padding-right: 0px;
    }

    .elementor-64 .elementor-element.elementor-element-89611d8 {
      text-align: left;
    }

    .elementor-64 .elementor-element.elementor-element-be3b7f2 {
      text-align: left;
    }

    .elementor-64 .elementor-element.elementor-element-be3b7f2 .elementor-heading-title {
      font-family: "Montserrat", Sans-serif;
      font-size: 18px;
      font-weight: 700;
      text-transform: uppercase;
      color: #161717;
    }

    .elementor-64 .elementor-element.elementor-element-d76811f {
      text-align: left;
    }

    .elementor-64 .elementor-element.elementor-element-8bd5075 {
      --display: flex;
      --gap: 10px 10px;
      --row-gap: 10px;
      --column-gap: 10px;
      border-style: solid;
      --border-style: solid;
      border-width: 0px 1px 0px 1px;
      --border-top-width: 0px;
      --border-right-width: 1px;
      --border-bottom-width: 0px;
      --border-left-width: 1px;
      border-color: #959595;
      --border-color: #959595;
      --padding-top: 0px;
      --padding-bottom: 30px;
      --padding-left: 20px;
      --padding-right: 20px;
    }

    .elementor-64 .elementor-element.elementor-element-2060f1e {
      text-align: left;
    }

    .elementor-64 .elementor-element.elementor-element-a31f701 {
      text-align: left;
    }

    .elementor-64 .elementor-element.elementor-element-a31f701 .elementor-heading-title {
      font-family: "Montserrat", Sans-serif;
      font-size: 18px;
      font-weight: 700;
      text-transform: uppercase;
      color: #161717;
    }

    .elementor-64 .elementor-element.elementor-element-4bb64b9 {
      text-align: left;
    }

    .elementor-64 .elementor-element.elementor-element-fd67532 {
      --display: flex;
      --gap: 10px 10px;
      --row-gap: 10px;
      --column-gap: 10px;
      --padding-top: 0px;
      --padding-bottom: 30px;
      --padding-left: 0px;
      --padding-right: 0px;
    }

    .elementor-64 .elementor-element.elementor-element-b35a66d {
      text-align: left;
    }

    .elementor-64 .elementor-element.elementor-element-3c5218e {
      text-align: left;
    }

    .elementor-64 .elementor-element.elementor-element-3c5218e .elementor-heading-title {
      font-family: "Montserrat", Sans-serif;
      font-size: 18px;
      font-weight: 700;
      text-transform: uppercase;
      color: #161717;
    }

    .elementor-64 .elementor-element.elementor-element-c886e88 {
      text-align: left;
    }

    .elementor-64 .elementor-element.elementor-element-dacf1b1 {
      --display: flex;
      --flex-direction: row;
      --container-widget-width: initial;
      --container-widget-height: 100%;
      --container-widget-flex-grow: 1;
      --container-widget-align-self: stretch;
      --flex-wrap-mobile: wrap;
      --padding-top: 0px;
      --padding-bottom: 0px;
      --padding-left: 0px;
      --padding-right: 0px;
    }

    .elementor-64 .elementor-element.elementor-element-c9b6831 {
      --display: flex;
      --gap: 10px 10px;
      --row-gap: 10px;
      --column-gap: 10px;
      --padding-top: 30px;
      --padding-bottom: 0px;
      --padding-left: 0px;
      --padding-right: 0px;
    }

    .elementor-64 .elementor-element.elementor-element-2971007 {
      text-align: left;
    }

    .elementor-64 .elementor-element.elementor-element-33ce39a {
      text-align: left;
    }

    .elementor-64 .elementor-element.elementor-element-33ce39a .elementor-heading-title {
      font-family: "Montserrat", Sans-serif;
      font-size: 18px;
      font-weight: 700;
      text-transform: uppercase;
      color: #161717;
    }

    .elementor-64 .elementor-element.elementor-element-44a5c8b {
      text-align: left;
    }

    .elementor-64 .elementor-element.elementor-element-35f1ea8 {
      --display: flex;
      --gap: 10px 10px;
      --row-gap: 10px;
      --column-gap: 10px;
      border-style: solid;
      --border-style: solid;
      border-width: 0px 1px 0px 1px;
      --border-top-width: 0px;
      --border-right-width: 1px;
      --border-bottom-width: 0px;
      --border-left-width: 1px;
      border-color: #959595;
      --border-color: #959595;
      --padding-top: 30px;
      --padding-bottom: 0px;
      --padding-left: 20px;
      --padding-right: 20px;
    }

    .elementor-64 .elementor-element.elementor-element-5b6edc5 {
      text-align: left;
    }

    .elementor-64 .elementor-element.elementor-element-146f5ef {
      text-align: left;
    }

    .elementor-64 .elementor-element.elementor-element-146f5ef .elementor-heading-title {
      font-family: "Montserrat", Sans-serif;
      font-size: 18px;
      font-weight: 700;
      text-transform: uppercase;
      color: #161717;
    }

    .elementor-64 .elementor-element.elementor-element-6200de5 {
      text-align: left;
    }

    .elementor-64 .elementor-element.elementor-element-45b5e46 {
      --display: flex;
      --gap: 10px 10px;
      --row-gap: 10px;
      --column-gap: 10px;
      --padding-top: 30px;
      --padding-bottom: 0px;
      --padding-left: 0px;
      --padding-right: 0px;
    }

    .elementor-64 .elementor-element.elementor-element-1fba0c7 {
      text-align: left;
    }

    .elementor-64 .elementor-element.elementor-element-d2afbb1 {
      text-align: left;
    }

    .elementor-64 .elementor-element.elementor-element-d2afbb1 .elementor-heading-title {
      font-family: "Montserrat", Sans-serif;
      font-size: 18px;
      font-weight: 700;
      text-transform: uppercase;
      color: #161717;
    }

    .elementor-64 .elementor-element.elementor-element-b0620af {
      text-align: left;
    }

    .elementor-64 .elementor-element.elementor-element-34a2274 {
      --display: flex;
      --min-height: 350px;
      --flex-direction: column;
      --container-widget-width: calc((1 - var(--container-widget-flex-grow)) * 100%);
      --container-widget-height: initial;
      --container-widget-flex-grow: 0;
      --container-widget-align-self: initial;
      --flex-wrap-mobile: wrap;
      --justify-content: center;
      --align-items: center;
    }

    .elementor-64 .elementor-element.elementor-element-34a2274:not(.elementor-motion-effects-element-type-background),
    .elementor-64 .elementor-element.elementor-element-34a2274>.elementor-motion-effects-container>.elementor-motion-effects-layer {
      background-image:url("{$theme_path}/static/image/web-welder-digital-marketing.jpg");
      background-size: cover;
    }

    .elementor-64 .elementor-element.elementor-element-1b2ebc7 {
      text-align: center;
    }

    .elementor-64 .elementor-element.elementor-element-1b2ebc7 .elementor-heading-title {
      font-family: "Montserrat", Sans-serif;
      font-size: 42px;
      font-weight: 600;
      text-transform: uppercase;
      line-height: 37px;
      color: #FFFFFF;
    }

    .elementor-64 .elementor-element.elementor-element-03a62cc {
      width: var(--container-widget-width, 70%);
      max-width: 70%;
      --container-widget-width: 70%;
      --container-widget-flex-grow: 0;
      text-align: center;
      color: #FFFFFF;
      font-family: "Roboto", Sans-serif;
      font-size: 18px;
      font-weight: 400;
      line-height: 34px;
    }

    .elementor-64 .elementor-element.elementor-element-2759cb4 {
      --display: flex;
      --padding-top: 0px;
      --padding-bottom: 0px;
      --padding-left: 0px;
      --padding-right: 0px;
    }

    .elementor-64 .elementor-element.elementor-element-a11b4d7 {
      --display: flex;
      --flex-direction: row;
      --container-widget-width: initial;
      --container-widget-height: 100%;
      --container-widget-flex-grow: 1;
      --container-widget-align-self: stretch;
      --flex-wrap-mobile: wrap;
      --justify-content: center;
      --padding-top: 0px;
      --padding-bottom: 0px;
      --padding-left: 0px;
      --padding-right: 0px;
    }

    .elementor-64 .elementor-element.elementor-element-09c7bb2 .elementor-button {
      background-color: #43DBFF;
      font-family: "Roboto", Sans-serif;
      font-size: 18px;
      font-weight: 600;
      fill: #006FA7;
      color: #006FA7;
    }

    .elementor-64 .elementor-element.elementor-element-9724ea7 .elementor-button {
      background-color: #FFFFFF;
      font-family: "Roboto", Sans-serif;
      font-size: 18px;
      font-weight: 600;
      fill: #006FA7;
      color: #006FA7;
    }

    .elementor-64 .elementor-element.elementor-element-04d15bf {
      --display: flex;
      --flex-direction: row;
      --container-widget-width: calc((1 - var(--container-widget-flex-grow)) * 100%);
      --container-widget-height: 100%;
      --container-widget-flex-grow: 1;
      --container-widget-align-self: stretch;
      --flex-wrap-mobile: wrap;
      --align-items: center;
      --gap: 20px 20px;
      --row-gap: 20px;
      --column-gap: 20px;
      --margin-top: 60px;
      --margin-bottom: 0px;
      --margin-left: 0px;
      --margin-right: 0px;
    }

    .elementor-64 .elementor-element.elementor-element-d955d3f {
      --display: flex;
      --flex-direction: column;
      --container-widget-width: 100%;
      --container-widget-height: initial;
      --container-widget-flex-grow: 0;
      --container-widget-align-self: initial;
      --flex-wrap-mobile: wrap;
      --justify-content: center;
    }

    .elementor-64 .elementor-element.elementor-element-e37f252 {
      text-align: left;
    }

    .elementor-64 .elementor-element.elementor-element-e37f252 .elementor-heading-title {
      font-family: "Montserrat", Sans-serif;
      font-size: 42px;
      font-weight: 700;
      text-transform: uppercase;
      -webkit-text-stroke-color: #000;
      stroke: #000;
      color: #006FA7;
    }

    .elementor-64 .elementor-element.elementor-element-d8b5753 {
      text-align: left;
      font-family: "Roboto", Sans-serif;
      font-weight: 400;
    }

    .elementor-64 .elementor-element.elementor-element-a417954 {
      width: var(--container-widget-width, 50%);
      max-width: 50%;
      --container-widget-width: 50%;
      --container-widget-flex-grow: 0;
      text-align: center;
    }

    .elementor-64 .elementor-element.elementor-element-a417954 img {
      height: 480px;
      object-fit: cover;
      object-position: center center;
      border-radius: 20px 20px 20px 20px;
      box-shadow: 0px 0px 100px 22px rgba(249, 63.000000000000036, 22.000000000000025, 0.22);
    }

    .elementor-64 .elementor-element.elementor-element-c958f6c {
      --display: flex;
      --flex-direction: row;
      --container-widget-width: initial;
      --container-widget-height: 100%;
      --container-widget-flex-grow: 1;
      --container-widget-align-self: stretch;
      --flex-wrap-mobile: wrap;
      --gap: 25px 25px;
      --row-gap: 25px;
      --column-gap: 25px;
      --margin-top: 50px;
      --margin-bottom: 0px;
      --margin-left: 0px;
      --margin-right: 0px;
    }

    .elementor-64 .elementor-element.elementor-element-cda2c3a {
      width: var(--container-widget-width, 50%);
      max-width: 50%;
      --container-widget-width: 50%;
      --container-widget-flex-grow: 0;
      text-align: center;
    }

    .elementor-64 .elementor-element.elementor-element-cda2c3a img {
      height: 480px;
      object-fit: cover;
      object-position: center center;
      border-radius: 20px 20px 20px 20px;
      box-shadow: 0px 0px 100px 22px rgba(36.999999999999964, 199.00000000000017, 236.99999999999997, 0.19);
    }

    .elementor-64 .elementor-element.elementor-element-24691ce {
      --display: flex;
      --flex-direction: column;
      --container-widget-width: 100%;
      --container-widget-height: initial;
      --container-widget-flex-grow: 0;
      --container-widget-align-self: initial;
      --flex-wrap-mobile: wrap;
      --justify-content: center;
    }

    .elementor-64 .elementor-element.elementor-element-6a46a9b {
      text-align: left;
    }

    .elementor-64 .elementor-element.elementor-element-6a46a9b .elementor-heading-title {
      font-family: "Montserrat", Sans-serif;
      font-size: 42px;
      font-weight: 700;
      text-transform: uppercase;
      -webkit-text-stroke-color: #000;
      stroke: #000;
      color: #006FA7;
    }

    .elementor-64 .elementor-element.elementor-element-3fdf9a5 {
      text-align: left;
    }

    .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-64 .elementor-element.elementor-element-1948f63 .elementor-icon-list-items:not(.elementor-inline-items) .elementor-icon-list-item:not(:last-child) {
      padding-bottom: calc(10px/2);
    }

    .elementor-64 .elementor-element.elementor-element-1948f63 .elementor-icon-list-items:not(.elementor-inline-items) .elementor-icon-list-item:not(:first-child) {
      margin-top: calc(10px/2);
    }

    .elementor-64 .elementor-element.elementor-element-1948f63 .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item {
      margin-right: calc(10px/2);
      margin-left: calc(10px/2);
    }

    .elementor-64 .elementor-element.elementor-element-1948f63 .elementor-icon-list-items.elementor-inline-items {
      margin-right: calc(-10px/2);
      margin-left: calc(-10px/2);
    }

    body.rtl .elementor-64 .elementor-element.elementor-element-1948f63 .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item:after {
      left: calc(-10px/2);
    }

    body:not(.rtl) .elementor-64 .elementor-element.elementor-element-1948f63 .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item:after {
      right: calc(-10px/2);
    }

    .elementor-64 .elementor-element.elementor-element-1948f63 .elementor-icon-list-icon i {
      transition: color 0.3s;
    }

    .elementor-64 .elementor-element.elementor-element-1948f63 .elementor-icon-list-icon svg {
      transition: fill 0.3s;
    }

    .elementor-64 .elementor-element.elementor-element-1948f63 {
      --e-icon-list-icon-size: 14px;
      --icon-vertical-offset: 0px;
    }

    .elementor-64 .elementor-element.elementor-element-1948f63 .elementor-icon-list-text {
      transition: color 0.3s;
    }

    .elementor-64 .elementor-element.elementor-element-ab25b2b .elementor-button {
      background-color: #006FA7;
      font-family: "Roboto", Sans-serif;
      font-size: 18px;
      font-weight: 600;
      fill: #FFFFFF;
      color: #FFFFFF;
    }

    .elementor-64 .elementor-element.elementor-element-19bc576 {
      --display: flex;
      --flex-direction: column;
      --container-widget-width: calc((1 - var(--container-widget-flex-grow)) * 100%);
      --container-widget-height: initial;
      --container-widget-flex-grow: 0;
      --container-widget-align-self: initial;
      --flex-wrap-mobile: wrap;
      --align-items: center;
      --gap: 10px 10px;
      --row-gap: 10px;
      --column-gap: 10px;
      --margin-top: 60px;
      --margin-bottom: 0px;
      --margin-left: 0px;
      --margin-right: 0px;
    }

    .elementor-64 .elementor-element.elementor-element-64d1ff7 {
      text-align: center;
    }

    .elementor-64 .elementor-element.elementor-element-64d1ff7 .elementor-heading-title {
      font-family: "Montserrat", Sans-serif;
      font-size: 42px;
      font-weight: 700;
      text-transform: uppercase;
      -webkit-text-stroke-color: #000;
      stroke: #000;
      color: #006FA7;
    }

    .elementor-64 .elementor-element.elementor-element-c8b39fb {
      --display: flex;
      --flex-direction: column;
      --container-widget-width: 100%;
      --container-widget-height: initial;
      --container-widget-flex-grow: 0;
      --container-widget-align-self: initial;
      --flex-wrap-mobile: wrap;
      --margin-top: 40px;
      --margin-bottom: 0px;
      --margin-left: 0px;
      --margin-right: 0px;
      --padding-top: 0px;
      --padding-bottom: 0px;
      --padding-left: 0px;
      --padding-right: 0px;
    }

    .elementor-widget-loop-grid .elementor-button {
      background-color: var(--e-global-color-accent);
      font-family: var(--e-global-typography-accent-font-family), Sans-serif;
      font-weight: var(--e-global-typography-accent-font-weight);
    }

    .elementor-widget-loop-grid .elementor-pagination {
      font-family: var(--e-global-typography-secondary-font-family), Sans-serif;
      font-weight: var(--e-global-typography-secondary-font-weight);
    }

    .elementor-widget-loop-grid .e-load-more-message {
      font-family: var(--e-global-typography-secondary-font-family), Sans-serif;
      font-weight: var(--e-global-typography-secondary-font-weight);
    }

    .elementor-64 .elementor-element.elementor-element-abc2fe1 {
      --grid-columns: 3;
    }

    @media(max-width:1024px) {
      .elementor-64 .elementor-element.elementor-element-cd81526 {
        --gap: 20px 20px;
        --row-gap: 20px;
        --column-gap: 20px;
        --padding-top: 25px;
        --padding-bottom: 25px;
        --padding-left: 25px;
        --padding-right: 25px;
      }

      .elementor-64 .elementor-element.elementor-element-60d74ea {
        --container-widget-width: 250px;
        --container-widget-flex-grow: 0;
        width: var(--container-widget-width, 250px);
        max-width: 250px;
      }

      .elementor-64 .elementor-element.elementor-element-e9370c2 {
        --e-image-carousel-slides-to-show: 3;
      }

      .elementor-64 .elementor-element.elementor-element-e24ed4d {
        --padding-top: 25px;
        --padding-bottom: 25px;
        --padding-left: 25px;
        --padding-right: 25px;
      }

      .elementor-64 .elementor-element.elementor-element-aa9ab45 {
        --padding-top: 25px;
        --padding-bottom: 25px;
        --padding-left: 25px;
        --padding-right: 25px;
      }

      .elementor-64 .elementor-element.elementor-element-7fe1a0d {
        --padding-top: 25px;
        --padding-bottom: 25px;
        --padding-left: 25px;
        --padding-right: 25px;
      }

      .elementor-64 .elementor-element.elementor-element-e5db8b0 {
        --flex-direction: column;
        --container-widget-width: 100%;
        --container-widget-height: initial;
        --container-widget-flex-grow: 0;
        --container-widget-align-self: initial;
        --flex-wrap-mobile: wrap;
      }

      .elementor-64 .elementor-element.elementor-element-4d225fa {
        --padding-top: 25px;
        --padding-bottom: 25px;
        --padding-left: 25px;
        --padding-right: 25px;
      }

      .elementor-64 .elementor-element.elementor-element-e5efe42 {
        --flex-direction: column;
        --container-widget-width: 100%;
        --container-widget-height: initial;
        --container-widget-flex-grow: 0;
        --container-widget-align-self: initial;
        --flex-wrap-mobile: wrap;
      }

      .elementor-64 .elementor-element.elementor-element-dacf1b1 {
        --flex-direction: column;
        --container-widget-width: 100%;
        --container-widget-height: initial;
        --container-widget-flex-grow: 0;
        --container-widget-align-self: initial;
        --flex-wrap-mobile: wrap;
      }

      .elementor-64 .elementor-element.elementor-element-34a2274 {
        --padding-top: 25px;
        --padding-bottom: 25px;
        --padding-left: 25px;
        --padding-right: 25px;
      }

      .elementor-64 .elementor-element.elementor-element-04d15bf {
        --flex-direction: column;
        --container-widget-width: 100%;
        --container-widget-height: initial;
        --container-widget-flex-grow: 0;
        --container-widget-align-self: initial;
        --flex-wrap-mobile: wrap;
        --padding-top: 25px;
        --padding-bottom: 25px;
        --padding-left: 25px;
        --padding-right: 25px;
      }

      .elementor-64 .elementor-element.elementor-element-e37f252 {
        text-align: center;
      }

      .elementor-64 .elementor-element.elementor-element-d8b5753 {
        text-align: center;
      }

      .elementor-64 .elementor-element.elementor-element-a417954 {
        width: 100%;
        max-width: 100%;
      }

      .elementor-64 .elementor-element.elementor-element-c958f6c {
        --flex-direction: column-reverse;
        --container-widget-width: 100%;
        --container-widget-height: initial;
        --container-widget-flex-grow: 0;
        --container-widget-align-self: initial;
        --flex-wrap-mobile: wrap;
        --padding-top: 25px;
        --padding-bottom: 25px;
        --padding-left: 25px;
        --padding-right: 25px;
      }

      .elementor-64 .elementor-element.elementor-element-cda2c3a {
        width: 100%;
        max-width: 100%;
      }

      .elementor-64 .elementor-element.elementor-element-24691ce {
        --justify-content: center;
        --align-items: center;
        --container-widget-width: calc((1 - var(--container-widget-flex-grow)) * 100%);
      }

      .elementor-64 .elementor-element.elementor-element-6a46a9b {
        text-align: center;
      }

      .elementor-64 .elementor-element.elementor-element-3fdf9a5 {
        text-align: center;
      }

      .elementor-64 .elementor-element.elementor-element-19bc576 {
        --padding-top: 25px;
        --padding-bottom: 25px;
        --padding-left: 25px;
        --padding-right: 25px;
      }

      .elementor-64 .elementor-element.elementor-element-c8b39fb {
        --padding-top: 25px;
        --padding-bottom: 25px;
        --padding-left: 25px;
        --padding-right: 25px;
      }

      .elementor-64 .elementor-element.elementor-element-abc2fe1 {
        --grid-columns: 2;
      }
    }

    @media(max-width:767px) {
      .elementor-64 .elementor-element.elementor-element-7f6e5c3 {
        --content-width: 90%;
        --gap: 10px 10px;
        --row-gap: 10px;
        --column-gap: 10px;
        --margin-top: -80px;
        --margin-bottom: 0px;
        --margin-left: 0px;
        --margin-right: 0px;
        --padding-top: 60px;
        --padding-bottom: 0px;
        --padding-left: 0px;
        --padding-right: 0px;
      }

      .elementor-64 .elementor-element.elementor-element-77a6e34 .elementor-heading-title {
        font-size: 32px;
        line-height: 1.2em;
      }

      .elementor-64 .elementor-element.elementor-element-972d6a0 {
        width: 100%;
        max-width: 100%;
        font-size: 16px;
        line-height: 1.7em;
      }

      .elementor-64 .elementor-element.elementor-element-06c73b1.elementor-element {
        --flex-grow: 1;
        --flex-shrink: 0;
      }

      .elementor-64 .elementor-element.elementor-element-99de9a4.elementor-element {
        --flex-grow: 1;
        --flex-shrink: 0;
      }

      .elementor-64 .elementor-element.elementor-element-a579d25 {
        --content-width: 90%;
        --margin-top: -60px;
        --margin-bottom: 0px;
        --margin-left: 0px;
        --margin-right: 0px;
      }

      .elementor-64 .elementor-element.elementor-element-cd81526 {
        --content-width: 90%;
        --flex-direction: column;
        --container-widget-width: 100%;
        --container-widget-height: initial;
        --container-widget-flex-grow: 0;
        --container-widget-align-self: initial;
        --flex-wrap-mobile: wrap;
      }

      .elementor-64 .elementor-element.elementor-element-60d74ea {
        width: 100%;
        max-width: 100%;
        text-align: center;
      }

      .elementor-64 .elementor-element.elementor-element-e9370c2 {
        --e-image-carousel-slides-to-show: 2;
      }

      .elementor-64 .elementor-element.elementor-element-e24ed4d {
        --content-width: 90%;
      }

      .elementor-64 .elementor-element.elementor-element-59de28b {
        text-align: center;
      }

      .elementor-64 .elementor-element.elementor-element-59de28b .elementor-heading-title {
        font-size: 28px;
      }

      .elementor-64 .elementor-element.elementor-element-4a9b1d4 {
        width: 100%;
        max-width: 100%;
      }

      .elementor-64 .elementor-element.elementor-element-4d890d4 {
        --spacer-size: 20px;
      }

      .elementor-64 .elementor-element.elementor-element-aa9ab45 {
        --content-width: 90%;
      }

      .elementor-64 .elementor-element.elementor-element-9c51c68 {
        text-align: center;
      }

      .elementor-64 .elementor-element.elementor-element-9c51c68 .elementor-heading-title {
        font-size: 28px;
      }

      .elementor-64 .elementor-element.elementor-element-3a01d74 {
        width: 100%;
        max-width: 100%;
      }

      .elementor-64 .elementor-element.elementor-element-3548b1c {
        width: 100%;
        max-width: 100%;
      }

      .elementor-64 .elementor-element.elementor-element-7fe1a0d {
        --content-width: 90%;
      }

      .elementor-64 .elementor-element.elementor-element-6f18ac2 .elementor-heading-title {
        font-size: 28px;
      }

      .elementor-64 .elementor-element.elementor-element-4d225fa {
        --content-width: 90%;
      }

      .elementor-64 .elementor-element.elementor-element-10517d1 {
        text-align: left;
      }

      .elementor-64 .elementor-element.elementor-element-10517d1 .elementor-heading-title {
        font-size: 28px;
      }

      .elementor-64 .elementor-element.elementor-element-e5efe42 {
        border-width: 0px 0px 0px 0px;
        --border-top-width: 0px;
        --border-right-width: 0px;
        --border-bottom-width: 0px;
        --border-left-width: 0px;
      }

      .elementor-64 .elementor-element.elementor-element-fdd6183 {
        --padding-top: 0px;
        --padding-bottom: 0px;
        --padding-left: 0px;
        --padding-right: 0px;
      }

      .elementor-64 .elementor-element.elementor-element-8bd5075 {
        border-width: 0px 0px 0px 0px;
        --border-top-width: 0px;
        --border-right-width: 0px;
        --border-bottom-width: 0px;
        --border-left-width: 0px;
        --padding-top: 0px;
        --padding-bottom: 0px;
        --padding-left: 0px;
        --padding-right: 0px;
      }

      .elementor-64 .elementor-element.elementor-element-fd67532 {
        --padding-top: 0px;
        --padding-bottom: 0px;
        --padding-left: 0px;
        --padding-right: 0px;
      }

      .elementor-64 .elementor-element.elementor-element-dacf1b1 {
        --border-radius: 0px 0px 0px 0px;
      }

      .elementor-64 .elementor-element.elementor-element-35f1ea8 {
        border-width: 0px 0px 0px 0px;
        --border-top-width: 0px;
        --border-right-width: 0px;
        --border-bottom-width: 0px;
        --border-left-width: 0px;
        --padding-top: 0px;
        --padding-bottom: 0px;
        --padding-left: 0px;
        --padding-right: 0px;
      }

      .elementor-64 .elementor-element.elementor-element-45b5e46 {
        --padding-top: 0px;
        --padding-bottom: 0px;
        --padding-left: 0px;
        --padding-right: 0px;
      }

      .elementor-64 .elementor-element.elementor-element-34a2274 {
        --content-width: 90%;
        --min-height: 420px;
        --margin-top: 60px;
        --margin-bottom: 0px;
        --margin-left: 0px;
        --margin-right: 0px;
      }

      .elementor-64 .elementor-element.elementor-element-1b2ebc7 .elementor-heading-title {
        font-size: 28px;
      }

      .elementor-64 .elementor-element.elementor-element-03a62cc {
        width: 100%;
        max-width: 100%;
        font-size: 16px;
      }

      .elementor-64 .elementor-element.elementor-element-09c7bb2 {
        width: 100%;
        max-width: 100%;
      }

      .elementor-64 .elementor-element.elementor-element-9724ea7 {
        width: 100%;
        max-width: 100%;
      }

      .elementor-64 .elementor-element.elementor-element-04d15bf {
        --content-width: 90%;
      }

      .elementor-64 .elementor-element.elementor-element-e37f252 .elementor-heading-title {
        font-size: 28px;
      }

      .elementor-64 .elementor-element.elementor-element-d8b5753 {
        font-size: 16px;
      }

      .elementor-64 .elementor-element.elementor-element-a417954 {
        width: 100%;
        max-width: 100%;
      }

      .elementor-64 .elementor-element.elementor-element-a417954 img {
        height: 250px;
      }

      .elementor-64 .elementor-element.elementor-element-c958f6c {
        --content-width: 90%;
        --flex-direction: column-reverse;
        --container-widget-width: 100%;
        --container-widget-height: initial;
        --container-widget-flex-grow: 0;
        --container-widget-align-self: initial;
        --flex-wrap-mobile: wrap;
        --margin-top: 40px;
        --margin-bottom: 0px;
        --margin-left: 0px;
        --margin-right: 0px;
      }

      .elementor-64 .elementor-element.elementor-element-cda2c3a {
        width: 100%;
        max-width: 100%;
      }

      .elementor-64 .elementor-element.elementor-element-cda2c3a img {
        height: 250px;
      }

      .elementor-64 .elementor-element.elementor-element-6a46a9b .elementor-heading-title {
        font-size: 28px;
      }

      .elementor-64 .elementor-element.elementor-element-19bc576 {
        --content-width: 90%;
      }

      .elementor-64 .elementor-element.elementor-element-64d1ff7 .elementor-heading-title {
        font-size: 28px;
      }

      .elementor-64 .elementor-element.elementor-element-c8b39fb {
        --content-width: 90%;
        --margin-top: 30px;
        --margin-bottom: 0px;
        --margin-left: 0px;
        --margin-right: 0px;
      }

      .elementor-64 .elementor-element.elementor-element-abc2fe1 {
        --grid-columns: 1;
      }
    }

    @media(min-width:768px) {
      .elementor-64 .elementor-element.elementor-element-d955d3f {
        --width: 50%;
      }

      .elementor-64 .elementor-element.elementor-element-24691ce {
        --width: 50%;
      }
    }

    @media(max-width:1024px) and (min-width:768px) {
      .elementor-64 .elementor-element.elementor-element-d955d3f {
        --width: 100%;
      }
    }

    .elementor-64 .elementor-element.elementor-element-77a6e34 {
      fetchpriority: high;
    }

    .elementor-64 .elementor-element.elementor-element-7f6e5c3 {
      fetchpriority: high;
    }

    .elementor-64 .elementor-element.elementor-element-4d225fa {
      content-visibility: auto;
    }

    .elementor-64 .elementor-element.elementor-element-c8b39fb {
      content-visibility: auto;
    }

    .elementor-60 .elementor-element.elementor-element-9e14eb1 {
      --display: flex;
      --min-height: 80px;
      --flex-direction: row;
      --container-widget-width: calc((1 - var(--container-widget-flex-grow)) * 100%);
      --container-widget-height: 100%;
      --container-widget-flex-grow: 1;
      --container-widget-align-self: stretch;
      --flex-wrap-mobile: wrap;
      --justify-content: center;
      --align-items: center;
      --gap: 5px 5px;
      --row-gap: 5px;
      --column-gap: 5px;
      --z-index: 2;
    }

    .elementor-60 .elementor-element.elementor-element-9e14eb1:not(.elementor-motion-effects-element-type-background),
    .elementor-60 .elementor-element.elementor-element-9e14eb1>.elementor-motion-effects-container>.elementor-motion-effects-layer {
      background-color: #00000000;
    }

    .elementor-60 .elementor-element.elementor-element-556ccb5 {
      --display: flex;
      --flex-direction: column;
      --container-widget-width: calc((1 - var(--container-widget-flex-grow)) * 100%);
      --container-widget-height: initial;
      --container-widget-flex-grow: 0;
      --container-widget-align-self: initial;
      --flex-wrap-mobile: wrap;
      --justify-content: center;
      --align-items: flex-start;
      --z-index: 2;
    }

    .elementor-60 .elementor-element.elementor-element-556ccb5.e-con {
      --flex-grow: 0;
      --flex-shrink: 0;
    }

    .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-60 .elementor-element.elementor-element-b624303 {
      text-align: left;
    }

    .elementor-60 .elementor-element.elementor-element-b624303 img {
      width: 100%;
    }

    .elementor-60 .elementor-element.elementor-element-45311ef {
      --display: flex;
      --flex-direction: column;
      --container-widget-width: calc((1 - var(--container-widget-flex-grow)) * 100%);
      --container-widget-height: initial;
      --container-widget-flex-grow: 0;
      --container-widget-align-self: initial;
      --flex-wrap-mobile: wrap;
      --justify-content: center;
      --align-items: center;
    }

    .elementor-60 .elementor-element.elementor-element-45311ef.e-con {
      --flex-grow: 0;
      --flex-shrink: 0;
    }

    .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-60 .elementor-element.elementor-element-cf932c8 {
      width: var(--container-widget-width, 105.831%);
      max-width: 105.831%;
      --container-widget-width: 105.831%;
      --container-widget-flex-grow: 0;
    }

    .elementor-60 .elementor-element.elementor-element-cf932c8.elementor-element {
      --flex-grow: 0;
      --flex-shrink: 0;
    }

    .elementor-60 .elementor-element.elementor-element-cf932c8 .elementor-menu-toggle {
      margin-left: auto;
      background-color: #02010100;
    }

    .elementor-60 .elementor-element.elementor-element-cf932c8 .elementor-nav-menu .elementor-item {
      font-family: "Poppins", Sans-serif;
      font-size: 16px;
      font-weight: 400;
    }

    .elementor-60 .elementor-element.elementor-element-cf932c8 .elementor-nav-menu--main .elementor-item {
      color: #FFFFFF;
      fill: #FFFFFF;
    }

    .elementor-60 .elementor-element.elementor-element-cf932c8 .elementor-nav-menu--main .elementor-item:hover,
    .elementor-60 .elementor-element.elementor-element-cf932c8 .elementor-nav-menu--main .elementor-item.elementor-item-active,
    .elementor-60 .elementor-element.elementor-element-cf932c8 .elementor-nav-menu--main .elementor-item.highlighted,
    .elementor-60 .elementor-element.elementor-element-cf932c8 .elementor-nav-menu--main .elementor-item:focus {
      color: #61B9CE;
      fill: #61B9CE;
    }

    .elementor-60 .elementor-element.elementor-element-cf932c8 .elementor-nav-menu--main .elementor-item.elementor-item-active {
      color: #61B9CE;
    }

    .elementor-60 .elementor-element.elementor-element-cf932c8 .elementor-nav-menu--dropdown a:hover,
    .elementor-60 .elementor-element.elementor-element-cf932c8 .elementor-nav-menu--dropdown a.elementor-item-active,
    .elementor-60 .elementor-element.elementor-element-cf932c8 .elementor-nav-menu--dropdown a.highlighted,
    .elementor-60 .elementor-element.elementor-element-cf932c8 .elementor-menu-toggle:hover {
      color: #FFFFFF;
    }

    .elementor-60 .elementor-element.elementor-element-cf932c8 .elementor-nav-menu--dropdown a:hover,
    .elementor-60 .elementor-element.elementor-element-cf932c8 .elementor-nav-menu--dropdown a.elementor-item-active,
    .elementor-60 .elementor-element.elementor-element-cf932c8 .elementor-nav-menu--dropdown a.highlighted {
      background-color: #006FA7;
    }

    .elementor-60 .elementor-element.elementor-element-cf932c8 .elementor-nav-menu--dropdown .elementor-item,
    .elementor-60 .elementor-element.elementor-element-cf932c8 .elementor-nav-menu--dropdown .elementor-sub-item {
      font-family: "Poppins", Sans-serif;
      font-size: 14px;
      font-weight: 400;
      text-decoration: none;
    }

    .elementor-60 .elementor-element.elementor-element-cf932c8 .elementor-nav-menu--dropdown {
      border-style: none;
    }

    .elementor-60 .elementor-element.elementor-element-cf932c8 .elementor-nav-menu--dropdown li:not(:last-child) {
      border-style: solid;
      border-color: #D8D8D8;
      border-bottom-width: 1px;
    }

    .elementor-60 .elementor-element.elementor-element-cf932c8 div.elementor-menu-toggle {
      color: #FFFFFF;
    }

    .elementor-60 .elementor-element.elementor-element-cf932c8 div.elementor-menu-toggle svg {
      fill: #FFFFFF;
    }

    .elementor-60 .elementor-element.elementor-element-b0ecc24 {
      --display: flex;
      --flex-direction: column;
      --container-widget-width: calc((1 - var(--container-widget-flex-grow)) * 100%);
      --container-widget-height: initial;
      --container-widget-flex-grow: 0;
      --container-widget-align-self: initial;
      --flex-wrap-mobile: wrap;
      --justify-content: center;
      --align-items: flex-end;
      --margin-top: 0px;
      --margin-bottom: 0px;
      --margin-left: 0px;
      --margin-right: 0px;
      --padding-top: 0px;
      --padding-bottom: 0px;
      --padding-left: 0px;
      --padding-right: 0px;
    }

    .elementor-60 .elementor-element.elementor-element-b0ecc24.e-con {
      --flex-grow: 0;
      --flex-shrink: 0;
    }

    .elementor-widget-button .elementor-button {
      background-color: var(--e-global-color-accent);
      font-family: var(--e-global-typography-accent-font-family), Sans-serif;
      font-weight: var(--e-global-typography-accent-font-weight);
    }

    .elementor-60 .elementor-element.elementor-element-6bb2a72 .elementor-button {
      background-color: #43DBFF;
      font-family: "Poppins", Sans-serif;
      font-size: 16px;
      font-weight: 500;
      fill: #006FA7;
      color: #006FA7;
      border-radius: 0px 0px 0px 0px;
    }

    .elementor-60 .elementor-element.elementor-element-6bb2a72 .elementor-button:hover,
    .elementor-60 .elementor-element.elementor-element-6bb2a72 .elementor-button:focus {
      background-color: #006FA7;
      color: #43DBFF;
    }

    .elementor-60 .elementor-element.elementor-element-6bb2a72>.elementor-widget-container {
      margin: 0px 0px 0px -10px;
      padding: 0px 0px 0px 0px;
    }

    .elementor-60 .elementor-element.elementor-element-6bb2a72 .elementor-button:hover svg,
    .elementor-60 .elementor-element.elementor-element-6bb2a72 .elementor-button:focus svg {
      fill: #43DBFF;
    }

    .elementor-theme-builder-content-area {
      height: 400px;
    }

    .elementor-location-header:before,
    .elementor-location-footer:before {
      content: "";
      display: table;
      clear: both;
    }

    @media(max-width:1024px) {
      .elementor-60 .elementor-element.elementor-element-b0ecc24 {
        --align-items: flex-end;
        --container-widget-width: calc((1 - var(--container-widget-flex-grow)) * 100%);
      }
    }

    @media(max-width:767px) {
      .elementor-60 .elementor-element.elementor-element-9e14eb1 {
        --content-width: 34%;
        --min-height: 70px;
        --flex-direction: row;
        --container-widget-width: initial;
        --container-widget-height: 100%;
        --container-widget-flex-grow: 1;
        --container-widget-align-self: stretch;
        --flex-wrap-mobile: wrap;
        --z-index: 10;
      }

      .elementor-60 .elementor-element.elementor-element-556ccb5 {
        --width: 50%;
      }

      .elementor-60 .elementor-element.elementor-element-45311ef {
        --width: 43%;
      }

      .elementor-60 .elementor-element.elementor-element-cf932c8 .elementor-nav-menu--dropdown a {
        padding-top: 20px;
        padding-bottom: 20px;
      }

      .elementor-60 .elementor-element.elementor-element-cf932c8 {
        --nav-menu-icon-size: 36px;
      }
    }

    @media(min-width:768px) {
      .elementor-60 .elementor-element.elementor-element-556ccb5 {
        --width: 15%;
      }

      .elementor-60 .elementor-element.elementor-element-45311ef {
        --width: 70%;
      }

      .elementor-60 .elementor-element.elementor-element-b0ecc24 {
        --width: 15%;
      }
    }

    @media(max-width:1024px) and (min-width:768px) {
      .elementor-60 .elementor-element.elementor-element-9e14eb1 {
        --content-width: 90%;
      }

      .elementor-60 .elementor-element.elementor-element-b0ecc24 {
        --width: 22%;
      }
    }

    .elementor-38 .elementor-element.elementor-element-8c1434a {
      --display: flex;
      --flex-direction: row;
      --container-widget-width: initial;
      --container-widget-height: 100%;
      --container-widget-flex-grow: 1;
      --container-widget-align-self: stretch;
      --flex-wrap-mobile: wrap;
      --gap: 30px 30px;
      --row-gap: 30px;
      --column-gap: 30px;
      --margin-top: 60px;
      --margin-bottom: 0px;
      --margin-left: 0px;
      --margin-right: 0px;
    }

    .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-38 .elementor-element.elementor-element-41a9e6c {
      width: var(--container-widget-width, 50%);
      max-width: 50%;
      --container-widget-width: 50%;
      --container-widget-flex-grow: 0;
    }

    .elementor-38 .elementor-element.elementor-element-098d206 {
      --display: flex;
      --justify-content: center;
      --gap: 20px 20px;
      --row-gap: 20px;
      --column-gap: 20px;
    }

    .elementor-widget-heading .elementor-heading-title {
      font-family: var(--e-global-typography-primary-font-family), Sans-serif;
      font-weight: var(--e-global-typography-primary-font-weight);
      color: var(--e-global-color-primary);
    }

    .elementor-38 .elementor-element.elementor-element-245bf58 .elementor-heading-title {
      font-family: "Montserrat", Sans-serif;
      font-size: 36px;
      font-weight: 700;
      color: #006FA7;
    }

    .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-38 .elementor-element.elementor-element-d071ff2 .elementor-field-group {
      padding-right: calc(11px/2);
      padding-left: calc(11px/2);
      margin-bottom: 22px;
    }

    .elementor-38 .elementor-element.elementor-element-d071ff2 .elementor-form-fields-wrapper {
      margin-left: calc(-11px/2);
      margin-right: calc(-11px/2);
      margin-bottom: -22px;
    }

    .elementor-38 .elementor-element.elementor-element-d071ff2 .elementor-field-group.recaptcha_v3-bottomleft,
    .elementor-38 .elementor-element.elementor-element-d071ff2 .elementor-field-group.recaptcha_v3-bottomright {
      margin-bottom: 0;
    }

    body.rtl .elementor-38 .elementor-element.elementor-element-d071ff2 .elementor-labels-inline .elementor-field-group>label {
      padding-left: 0px;
    }

    body:not(.rtl) .elementor-38 .elementor-element.elementor-element-d071ff2 .elementor-labels-inline .elementor-field-group>label {
      padding-right: 0px;
    }

    body .elementor-38 .elementor-element.elementor-element-d071ff2 .elementor-labels-above .elementor-field-group>label {
      padding-bottom: 0px;
    }

    .elementor-38 .elementor-element.elementor-element-d071ff2 .elementor-field-type-html {
      padding-bottom: 0px;
    }

    .elementor-38 .elementor-element.elementor-element-d071ff2 .elementor-field-group .elementor-field {
      color: #808080;
    }

    .elementor-38 .elementor-element.elementor-element-d071ff2 .elementor-field-group .elementor-field,
    .elementor-38 .elementor-element.elementor-element-d071ff2 .elementor-field-subgroup label {
      font-size: 16px;
      font-weight: 400;
    }

    .elementor-38 .elementor-element.elementor-element-d071ff2 .elementor-field-group .elementor-field:not(.elementor-select-wrapper) {
      background-color: #FCFCFC;
      border-color: #CECECE;
      border-radius: 0px 0px 0px 0px;
    }

    .elementor-38 .elementor-element.elementor-element-d071ff2 .elementor-field-group .elementor-select-wrapper select {
      background-color: #FCFCFC;
      border-color: #CECECE;
      border-radius: 0px 0px 0px 0px;
    }

    .elementor-38 .elementor-element.elementor-element-d071ff2 .elementor-field-group .elementor-select-wrapper::before {
      color: #CECECE;
    }

    .elementor-38 .elementor-element.elementor-element-d071ff2 .elementor-button {
      font-family: "Poppins", Sans-serif;
      font-size: 16px;
      font-weight: 500;
      border-radius: 04px 04px 04px 04px;
      padding: 15px 35px 15px 35px;
    }

    .elementor-38 .elementor-element.elementor-element-d071ff2 .e-form__buttons__wrapper__button-next {
      background-color: #006FA7;
      color: #FFFFFF;
    }

    .elementor-38 .elementor-element.elementor-element-d071ff2 .elementor-button[type="submit"] {
      background-color: #006FA7;
      color: #FFFFFF;
    }

    .elementor-38 .elementor-element.elementor-element-d071ff2 .elementor-button[type="submit"] svg * {
      fill: #FFFFFF;
    }

    .elementor-38 .elementor-element.elementor-element-d071ff2 .e-form__buttons__wrapper__button-previous {
      color: #ffffff;
    }

    .elementor-38 .elementor-element.elementor-element-d071ff2 .e-form__buttons__wrapper__button-next:hover {
      background-color: #004E75;
      color: #FFFFFF;
    }

    .elementor-38 .elementor-element.elementor-element-d071ff2 .elementor-button[type="submit"]:hover {
      background-color: #004E75;
      color: #FFFFFF;
    }

    .elementor-38 .elementor-element.elementor-element-d071ff2 .elementor-button[type="submit"]:hover svg * {
      fill: #FFFFFF;
    }

    .elementor-38 .elementor-element.elementor-element-d071ff2 .e-form__buttons__wrapper__button-previous:hover {
      color: #ffffff;
    }

    .elementor-38 .elementor-element.elementor-element-d071ff2 {
      --e-form-steps-indicators-spacing: 20px;
      --e-form-steps-indicator-padding: 30px;
      --e-form-steps-indicator-inactive-secondary-color: #ffffff;
      --e-form-steps-indicator-active-secondary-color: #ffffff;
      --e-form-steps-indicator-completed-secondary-color: #ffffff;
      --e-form-steps-divider-width: 1px;
      --e-form-steps-divider-gap: 10px;
    }

    .elementor-38 .elementor-element.elementor-element-2b246c3 {
      --display: flex;
      --flex-direction: row;
      --container-widget-width: initial;
      --container-widget-height: 100%;
      --container-widget-flex-grow: 1;
      --container-widget-align-self: stretch;
      --flex-wrap-mobile: wrap;
      --gap: 0px 0px;
      --row-gap: 0px;
      --column-gap: 0px;
      --margin-top: 30px;
      --margin-bottom: 30px;
      --margin-left: 0px;
      --margin-right: 0px;
    }

    .elementor-38 .elementor-element.elementor-element-490d1a0 {
      --display: flex;
      --flex-direction: row;
      --container-widget-width: initial;
      --container-widget-height: 100%;
      --container-widget-flex-grow: 1;
      --container-widget-align-self: stretch;
      --flex-wrap-mobile: wrap;
      --gap: 0px 0px;
      --row-gap: 0px;
      --column-gap: 0px;
    }

    .elementor-38 .elementor-element.elementor-element-6f5accb {
      --display: flex;
      --justify-content: center;
    }

    .elementor-38 .elementor-element.elementor-element-6f5accb.e-con {
      --flex-grow: 0;
      --flex-shrink: 0;
    }

    .elementor-38 .elementor-element.elementor-element-503472e .elementor-heading-title {
      font-family: "Poppins", Sans-serif;
      font-size: 24px;
      font-weight: 400;
      color: #808080;
    }

    .elementor-38 .elementor-element.elementor-element-fd012d8 {
      --display: flex;
      --flex-direction: row;
      --container-widget-width: initial;
      --container-widget-height: 100%;
      --container-widget-flex-grow: 1;
      --container-widget-align-self: stretch;
      --flex-wrap-mobile: wrap;
      --gap: 25px 25px;
      --row-gap: 25px;
      --column-gap: 25px;
    }

    .elementor-38 .elementor-element.elementor-element-9508a71 {
      --e-image-carousel-slides-to-show: 6;
    }

    .elementor-38 .elementor-element.elementor-element-9508a71 .swiper-wrapper {
      display: flex;
      align-items: center;
    }

    .elementor-38 .elementor-element.elementor-element-a24bce2 {
      --display: flex;
      --flex-direction: column;
      --container-widget-width: 100%;
      --container-widget-height: initial;
      --container-widget-flex-grow: 0;
      --container-widget-align-self: initial;
      --flex-wrap-mobile: wrap;
      --gap: 0px 0px;
      --row-gap: 0px;
      --column-gap: 0px;
      --margin-top: 0px;
      --margin-bottom: 0px;
      --margin-left: 0px;
      --margin-right: 0px;
      --padding-top: 0px;
      --padding-bottom: 0px;
      --padding-left: 0px;
      --padding-right: 0px;
    }

    .elementor-38 .elementor-element.elementor-element-04487c4>.elementor-widget-container {
      margin: 0px 0px 0px 0px;
      padding: 0px 0px 0px 0px;
    }

    .elementor-38 .elementor-element.elementor-element-04487c4.elementor-element {
      --align-self: stretch;
      --flex-grow: 1;
      --flex-shrink: 0;
    }

    .elementor-38 .elementor-element.elementor-element-d87455f {
      --display: flex;
      --flex-direction: column;
      --container-widget-width: 100%;
      --container-widget-height: initial;
      --container-widget-flex-grow: 0;
      --container-widget-align-self: initial;
      --flex-wrap-mobile: wrap;
      border-style: solid;
      --border-style: solid;
      border-width: 0px 0px 0px 0px;
      --border-top-width: 0px;
      --border-right-width: 0px;
      --border-bottom-width: 0px;
      --border-left-width: 0px;
      --padding-top: 70px;
      --padding-bottom: 15px;
      --padding-left: 0px;
      --padding-right: 0px;
    }

    .elementor-38 .elementor-element.elementor-element-d87455f:not(.elementor-motion-effects-element-type-background),
    .elementor-38 .elementor-element.elementor-element-d87455f>.elementor-motion-effects-container>.elementor-motion-effects-layer {
      background-image:url("{$theme_path}/static/image/Web-Welder-ds-google-anaylitic-services-2.jpg");
      background-repeat: no-repeat;
      background-size: cover;
    }

    .elementor-38 .elementor-element.elementor-element-8d66853 {
      --display: flex;
    }

    .elementor-38 .elementor-element.elementor-element-465046f {
      --display: flex;
      --flex-direction: row;
      --container-widget-width: initial;
      --container-widget-height: 100%;
      --container-widget-flex-grow: 1;
      --container-widget-align-self: stretch;
      --flex-wrap-mobile: wrap;
      --gap: 0px 0px;
      --row-gap: 0px;
      --column-gap: 0px;
    }

    .elementor-38 .elementor-element.elementor-element-9c4d1e1 {
      --display: flex;
    }

    .elementor-38 .elementor-element.elementor-element-9c4d1e1.e-con {
      --flex-grow: 0;
      --flex-shrink: 0;
    }

    .elementor-38 .elementor-element.elementor-element-b99d94c .elementor-heading-title {
      font-family: "Montserrat", Sans-serif;
      font-size: 24px;
      font-weight: 700;
      text-transform: uppercase;
      color: #FFFFFF;
    }

    .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-38 .elementor-element.elementor-element-758c359 {
      width: var(--container-widget-width, 100%);
      max-width: 100%;
      --container-widget-width: 100%;
      --container-widget-flex-grow: 0;
      --e-icon-list-icon-size: 20px;
      --icon-vertical-offset: 0px;
    }

    .elementor-38 .elementor-element.elementor-element-758c359.elementor-element {
      --flex-grow: 0;
      --flex-shrink: 0;
    }

    .elementor-38 .elementor-element.elementor-element-758c359 .elementor-icon-list-items:not(.elementor-inline-items) .elementor-icon-list-item:not(:last-child) {
      padding-bottom: calc(5px/2);
    }

    .elementor-38 .elementor-element.elementor-element-758c359 .elementor-icon-list-items:not(.elementor-inline-items) .elementor-icon-list-item:not(:first-child) {
      margin-top: calc(5px/2);
    }

    .elementor-38 .elementor-element.elementor-element-758c359 .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item {
      margin-right: calc(5px/2);
      margin-left: calc(5px/2);
    }

    .elementor-38 .elementor-element.elementor-element-758c359 .elementor-icon-list-items.elementor-inline-items {
      margin-right: calc(-5px/2);
      margin-left: calc(-5px/2);
    }

    body.rtl .elementor-38 .elementor-element.elementor-element-758c359 .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item:after {
      left: calc(-5px/2);
    }

    body:not(.rtl) .elementor-38 .elementor-element.elementor-element-758c359 .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item:after {
      right: calc(-5px/2);
    }

    .elementor-38 .elementor-element.elementor-element-758c359 .elementor-icon-list-icon i {
      color: #FFFFFF;
      transition: color 0.3s;
    }

    .elementor-38 .elementor-element.elementor-element-758c359 .elementor-icon-list-icon svg {
      fill: #FFFFFF;
      transition: fill 0.3s;
    }

    .elementor-38 .elementor-element.elementor-element-758c359 .elementor-icon-list-icon {
      padding-right: 0px;
    }

    .elementor-38 .elementor-element.elementor-element-758c359 .elementor-icon-list-item>.elementor-icon-list-text,
    .elementor-38 .elementor-element.elementor-element-758c359 .elementor-icon-list-item>a {
      font-family: "Poppins", Sans-serif;
      font-size: 18px;
      font-weight: 400;
    }

    .elementor-38 .elementor-element.elementor-element-758c359 .elementor-icon-list-text {
      color: #ffffff;
      transition: color 0.3s;
    }

    .elementor-38 .elementor-element.elementor-element-cc60637 {
      --display: flex;
    }

    .elementor-38 .elementor-element.elementor-element-cc60637.e-con {
      --flex-grow: 0;
      --flex-shrink: 0;
    }

    .elementor-38 .elementor-element.elementor-element-a13e4ba {
      width: var(--container-widget-width, 122.161%);
      max-width: 122.161%;
      --container-widget-width: 122.161%;
      --container-widget-flex-grow: 0;
    }

    .elementor-38 .elementor-element.elementor-element-a13e4ba.elementor-element {
      --flex-grow: 0;
      --flex-shrink: 0;
    }

    .elementor-38 .elementor-element.elementor-element-a13e4ba .elementor-heading-title {
      font-family: "Montserrat", Sans-serif;
      font-size: 24px;
      font-weight: 700;
      text-transform: uppercase;
      color: #FFFFFF;
    }

    .elementor-38 .elementor-element.elementor-element-9e563a4 {
      --display: flex;
      --flex-direction: row-reverse;
      --container-widget-width: calc((1 - var(--container-widget-flex-grow)) * 100%);
      --container-widget-height: 100%;
      --container-widget-flex-grow: 1;
      --container-widget-align-self: stretch;
      --flex-wrap-mobile: wrap-reverse;
      --align-items: center;
    }

    .elementor-38 .elementor-element.elementor-element-e6514cb .elementor-icon-list-items:not(.elementor-inline-items) .elementor-icon-list-item:not(:last-child) {
      padding-bottom: calc(5px/2);
    }

    .elementor-38 .elementor-element.elementor-element-e6514cb .elementor-icon-list-items:not(.elementor-inline-items) .elementor-icon-list-item:not(:first-child) {
      margin-top: calc(5px/2);
    }

    .elementor-38 .elementor-element.elementor-element-e6514cb .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item {
      margin-right: calc(5px/2);
      margin-left: calc(5px/2);
    }

    .elementor-38 .elementor-element.elementor-element-e6514cb .elementor-icon-list-items.elementor-inline-items {
      margin-right: calc(-5px/2);
      margin-left: calc(-5px/2);
    }

    body.rtl .elementor-38 .elementor-element.elementor-element-e6514cb .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item:after {
      left: calc(-5px/2);
    }

    body:not(.rtl) .elementor-38 .elementor-element.elementor-element-e6514cb .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item:after {
      right: calc(-5px/2);
    }

    .elementor-38 .elementor-element.elementor-element-e6514cb .elementor-icon-list-icon i {
      transition: color 0.3s;
    }

    .elementor-38 .elementor-element.elementor-element-e6514cb .elementor-icon-list-icon svg {
      transition: fill 0.3s;
    }

    .elementor-38 .elementor-element.elementor-element-e6514cb {
      --e-icon-list-icon-size: 6px;
      --icon-vertical-offset: 0px;
    }

    .elementor-38 .elementor-element.elementor-element-e6514cb .elementor-icon-list-icon {
      padding-right: 0px;
    }

    .elementor-38 .elementor-element.elementor-element-e6514cb .elementor-icon-list-item>.elementor-icon-list-text,
    .elementor-38 .elementor-element.elementor-element-e6514cb .elementor-icon-list-item>a {
      font-family: "Poppins", Sans-serif;
      font-size: 18px;
      font-weight: 400;
    }

    .elementor-38 .elementor-element.elementor-element-e6514cb .elementor-icon-list-text {
      color: #ffffff;
      transition: color 0.3s;
    }

    .elementor-38 .elementor-element.elementor-element-9f29e18 .elementor-icon-list-items:not(.elementor-inline-items) .elementor-icon-list-item:not(:last-child) {
      padding-bottom: calc(5px/2);
    }

    .elementor-38 .elementor-element.elementor-element-9f29e18 .elementor-icon-list-items:not(.elementor-inline-items) .elementor-icon-list-item:not(:first-child) {
      margin-top: calc(5px/2);
    }

    .elementor-38 .elementor-element.elementor-element-9f29e18 .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item {
      margin-right: calc(5px/2);
      margin-left: calc(5px/2);
    }

    .elementor-38 .elementor-element.elementor-element-9f29e18 .elementor-icon-list-items.elementor-inline-items {
      margin-right: calc(-5px/2);
      margin-left: calc(-5px/2);
    }

    body.rtl .elementor-38 .elementor-element.elementor-element-9f29e18 .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item:after {
      left: calc(-5px/2);
    }

    body:not(.rtl) .elementor-38 .elementor-element.elementor-element-9f29e18 .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item:after {
      right: calc(-5px/2);
    }

    .elementor-38 .elementor-element.elementor-element-9f29e18 .elementor-icon-list-icon i {
      transition: color 0.3s;
    }

    .elementor-38 .elementor-element.elementor-element-9f29e18 .elementor-icon-list-icon svg {
      transition: fill 0.3s;
    }

    .elementor-38 .elementor-element.elementor-element-9f29e18 {
      --e-icon-list-icon-size: 6px;
      --icon-vertical-offset: 0px;
    }

    .elementor-38 .elementor-element.elementor-element-9f29e18 .elementor-icon-list-icon {
      padding-right: 0px;
    }

    .elementor-38 .elementor-element.elementor-element-9f29e18 .elementor-icon-list-item>.elementor-icon-list-text,
    .elementor-38 .elementor-element.elementor-element-9f29e18 .elementor-icon-list-item>a {
      font-family: "Poppins", Sans-serif;
      font-size: 18px;
      font-weight: 400;
    }

    .elementor-38 .elementor-element.elementor-element-9f29e18 .elementor-icon-list-text {
      color: #FFFFFF;
      transition: color 0.3s;
    }

    .elementor-38 .elementor-element.elementor-element-0871a2d {
      --display: flex;
      --justify-content: center;
    }

    .elementor-38 .elementor-element.elementor-element-8d1d42a .elementor-heading-title {
      font-family: "Montserrat", Sans-serif;
      font-size: 24px;
      font-weight: 700;
      text-transform: uppercase;
      color: #FFFFFF;
    }

    .elementor-widget-text-editor {
      font-family: var(--e-global-typography-text-font-family), Sans-serif;
      font-weight: var(--e-global-typography-text-font-weight);
      color: var(--e-global-color-text);
    }

    .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-38 .elementor-element.elementor-element-4bad7d0 {
      text-align: left;
      font-family: "Poppins", Sans-serif;
      font-size: 18px;
      font-weight: 300;
      color: #FFFFFF;
    }

    .elementor-38 .elementor-element.elementor-element-25d3448 .elementor-field-group {
      padding-right: calc(10px/2);
      padding-left: calc(10px/2);
      margin-bottom: 10px;
    }

    .elementor-38 .elementor-element.elementor-element-25d3448 .elementor-form-fields-wrapper {
      margin-left: calc(-10px/2);
      margin-right: calc(-10px/2);
      margin-bottom: -10px;
    }

    .elementor-38 .elementor-element.elementor-element-25d3448 .elementor-field-group.recaptcha_v3-bottomleft,
    .elementor-38 .elementor-element.elementor-element-25d3448 .elementor-field-group.recaptcha_v3-bottomright {
      margin-bottom: 0;
    }

    body.rtl .elementor-38 .elementor-element.elementor-element-25d3448 .elementor-labels-inline .elementor-field-group>label {
      padding-left: 0px;
    }

    body:not(.rtl) .elementor-38 .elementor-element.elementor-element-25d3448 .elementor-labels-inline .elementor-field-group>label {
      padding-right: 0px;
    }

    body .elementor-38 .elementor-element.elementor-element-25d3448 .elementor-labels-above .elementor-field-group>label {
      padding-bottom: 0px;
    }

    .elementor-38 .elementor-element.elementor-element-25d3448 .elementor-field-type-html {
      padding-bottom: 0px;
    }

    .elementor-38 .elementor-element.elementor-element-25d3448 .elementor-field-group .elementor-field {
      color: #CFCACA;
    }

    .elementor-38 .elementor-element.elementor-element-25d3448 .elementor-field-group .elementor-field,
    .elementor-38 .elementor-element.elementor-element-25d3448 .elementor-field-subgroup label {
      font-family: "Poppins", Sans-serif;
      font-size: 18px;
      font-weight: 400;
    }

    .elementor-38 .elementor-element.elementor-element-25d3448 .elementor-field-group .elementor-field:not(.elementor-select-wrapper) {
      background-color: #ffffff;
      border-width: 0px 0px 0px 0px;
      border-radius: 0px 0px 0px 0px;
    }

    .elementor-38 .elementor-element.elementor-element-25d3448 .elementor-field-group .elementor-select-wrapper select {
      background-color: #ffffff;
      border-width: 0px 0px 0px 0px;
      border-radius: 0px 0px 0px 0px;
    }

    .elementor-38 .elementor-element.elementor-element-25d3448 .e-form__buttons__wrapper__button-next {
      background-color: var(--e-global-color-primary);
      color: #ffffff;
    }

    .elementor-38 .elementor-element.elementor-element-25d3448 .elementor-button[type="submit"] {
      background-color: var(--e-global-color-primary);
      color: #ffffff;
    }

    .elementor-38 .elementor-element.elementor-element-25d3448 .elementor-button[type="submit"] svg * {
      fill: #ffffff;
    }

    .elementor-38 .elementor-element.elementor-element-25d3448 .e-form__buttons__wrapper__button-previous {
      background-color: var(--e-global-color-primary);
      color: #ffffff;
    }

    .elementor-38 .elementor-element.elementor-element-25d3448 .e-form__buttons__wrapper__button-next:hover {
      color: #ffffff;
    }

    .elementor-38 .elementor-element.elementor-element-25d3448 .elementor-button[type="submit"]:hover {
      color: #ffffff;
    }

    .elementor-38 .elementor-element.elementor-element-25d3448 .elementor-button[type="submit"]:hover svg * {
      fill: #ffffff;
    }

    .elementor-38 .elementor-element.elementor-element-25d3448 .e-form__buttons__wrapper__button-previous:hover {
      color: #ffffff;
    }

    .elementor-38 .elementor-element.elementor-element-25d3448 .elementor-button {
      border-radius: 0px 0px 0px 0px;
    }

    .elementor-38 .elementor-element.elementor-element-25d3448 {
      --e-form-steps-indicators-spacing: 20px;
      --e-form-steps-indicator-padding: 30px;
      --e-form-steps-indicator-inactive-secondary-color: #ffffff;
      --e-form-steps-indicator-active-secondary-color: #ffffff;
      --e-form-steps-indicator-completed-secondary-color: #ffffff;
      --e-form-steps-divider-width: 1px;
      --e-form-steps-divider-gap: 10px;
    }

    .elementor-38 .elementor-element.elementor-element-f7421c3 {
      --display: flex;
      --flex-direction: row;
      --container-widget-width: initial;
      --container-widget-height: 100%;
      --container-widget-flex-grow: 1;
      --container-widget-align-self: stretch;
      --flex-wrap-mobile: wrap;
    }

    .elementor-38 .elementor-element.elementor-element-a090a7b {
      --display: flex;
      --justify-content: center;
    }

    .elementor-38 .elementor-element.elementor-element-a090a7b.e-con {
      --flex-grow: 0;
      --flex-shrink: 0;
    }

    .elementor-38 .elementor-element.elementor-element-a19a03f .elementor-heading-title {
      font-family: "Montserrat", Sans-serif;
      font-size: 24px;
      font-weight: 700;
      color: #FFFFFF;
    }

    .elementor-38 .elementor-element.elementor-element-1b7677c {
      --display: flex;
      --flex-direction: row;
      --container-widget-width: initial;
      --container-widget-height: 100%;
      --container-widget-flex-grow: 1;
      --container-widget-align-self: stretch;
      --flex-wrap-mobile: wrap;
    }

    .elementor-38 .elementor-element.elementor-element-7d6650a {
      --e-image-carousel-slides-to-show: 6;
    }

    .elementor-38 .elementor-element.elementor-element-7d6650a .swiper-wrapper {
      display: flex;
      align-items: center;
    }

    .elementor-38 .elementor-element.elementor-element-ad5af16 {
      --display: flex;
      --flex-direction: row;
      --container-widget-width: calc((1 - var(--container-widget-flex-grow)) * 100%);
      --container-widget-height: 100%;
      --container-widget-flex-grow: 1;
      --container-widget-align-self: stretch;
      --flex-wrap-mobile: wrap;
      --align-items: center;
      border-style: dotted;
      --border-style: dotted;
      border-width: 1px 0px 0px 0px;
      --border-top-width: 1px;
      --border-right-width: 0px;
      --border-bottom-width: 0px;
      --border-left-width: 0px;
      border-color: rgba(255, 255, 255, 0.56);
      --border-color: rgba(255, 255, 255, 0.56);
      --margin-top: 50px;
      --margin-bottom: 0px;
      --margin-left: 0px;
      --margin-right: 0px;
      --padding-top: 30px;
      --padding-bottom: 0px;
      --padding-left: 0px;
      --padding-right: 0px;
    }

    .elementor-38 .elementor-element.elementor-element-95e3a4b {
      --display: flex;
      --align-items: flex-start;
      --container-widget-width: calc((1 - var(--container-widget-flex-grow)) * 100%);
    }

    .elementor-38 .elementor-element.elementor-element-95e3a4b.e-con {
      --flex-grow: 0;
      --flex-shrink: 0;
    }

    .elementor-38 .elementor-element.elementor-element-a166cc8 {
      font-family: "Poppins", Sans-serif;
      font-size: 18px;
      font-weight: 400;
      color: #FFFFFF;
    }

    .elementor-38 .elementor-element.elementor-element-3712293 {
      --display: flex;
      --justify-content: center;
    }

    .elementor-38 .elementor-element.elementor-element-de8876f {
      --grid-template-columns: repeat(0, auto);
      --icon-size: 24px;
      --grid-column-gap: 10px;
      --grid-row-gap: 0px;
    }

    .elementor-38 .elementor-element.elementor-element-de8876f .elementor-widget-container {
      text-align: right;
    }

    .elementor-38 .elementor-element.elementor-element-de8876f .elementor-social-icon {
      background-color: #00000000;
      --icon-padding: 1em;
    }

    .elementor-38 .elementor-element.elementor-element-de8876f .elementor-social-icon i {
      color: #FFFFFF;
    }

    .elementor-38 .elementor-element.elementor-element-de8876f .elementor-social-icon svg {
      fill: #FFFFFF;
    }

    .elementor-theme-builder-content-area {
      height: 400px;
    }

    .elementor-location-header:before,
    .elementor-location-footer:before {
      content: "";
      display: table;
      clear: both;
    }

    @media(max-width:1024px) {
      .elementor-38 .elementor-element.elementor-element-8c1434a {
        --flex-direction: column;
        --container-widget-width: 100%;
        --container-widget-height: initial;
        --container-widget-flex-grow: 0;
        --container-widget-align-self: initial;
        --flex-wrap-mobile: wrap;
        --padding-top: 0px;
        --padding-bottom: 25px;
        --padding-left: 25px;
        --padding-right: 25px;
      }

      .elementor-38 .elementor-element.elementor-element-41a9e6c {
        width: 100%;
        max-width: 100%;
        text-align: center;
      }

      .elementor-38 .elementor-element.elementor-element-245bf58 {
        text-align: center;
      }

      .elementor-38 .elementor-element.elementor-element-2b246c3 {
        --padding-top: 25px;
        --padding-bottom: 25px;
        --padding-left: 25px;
        --padding-right: 25px;
      }

      .elementor-38 .elementor-element.elementor-element-9508a71 {
        --e-image-carousel-slides-to-show: 2;
      }

      .elementor-38 .elementor-element.elementor-element-d87455f {
        --padding-top: 50px;
        --padding-bottom: 20px;
        --padding-left: 20px;
        --padding-right: 20px;
      }

      .elementor-38 .elementor-element.elementor-element-465046f {
        --flex-direction: row;
        --container-widget-width: initial;
        --container-widget-height: 100%;
        --container-widget-flex-grow: 1;
        --container-widget-align-self: stretch;
        --flex-wrap-mobile: wrap;
      }

      .elementor-38 .elementor-element.elementor-element-758c359 .elementor-icon-list-item>.elementor-icon-list-text,
      .elementor-38 .elementor-element.elementor-element-758c359 .elementor-icon-list-item>a {
        font-size: 13px;
      }

      .elementor-38 .elementor-element.elementor-element-e6514cb .elementor-icon-list-item>.elementor-icon-list-text,
      .elementor-38 .elementor-element.elementor-element-e6514cb .elementor-icon-list-item>a {
        font-size: 13px;
      }

      .elementor-38 .elementor-element.elementor-element-9f29e18 .elementor-icon-list-item>.elementor-icon-list-text,
      .elementor-38 .elementor-element.elementor-element-9f29e18 .elementor-icon-list-item>a {
        font-size: 13px;
      }

      .elementor-38 .elementor-element.elementor-element-4bad7d0 {
        text-align: center;
      }

      .elementor-38 .elementor-element.elementor-element-ad5af16 {
        --flex-direction: column-reverse;
        --container-widget-width: 100%;
        --container-widget-height: initial;
        --container-widget-flex-grow: 0;
        --container-widget-align-self: initial;
        --flex-wrap-mobile: wrap;
        --justify-content: center;
        --margin-top: 70px;
        --margin-bottom: 0px;
        --margin-left: 0px;
        --margin-right: 0px;
      }

      .elementor-38 .elementor-element.elementor-element-95e3a4b {
        --flex-direction: column;
        --container-widget-width: calc((1 - var(--container-widget-flex-grow)) * 100%);
        --container-widget-height: initial;
        --container-widget-flex-grow: 0;
        --container-widget-align-self: initial;
        --flex-wrap-mobile: wrap;
        --align-items: center;
      }

      .elementor-38 .elementor-element.elementor-element-3712293 {
        --align-items: center;
        --container-widget-width: calc((1 - var(--container-widget-flex-grow)) * 100%);
      }
    }

    @media(max-width:767px) {
      .elementor-38 .elementor-element.elementor-element-8c1434a {
        --padding-top: 0px;
        --padding-bottom: 0px;
        --padding-left: 0px;
        --padding-right: 0px;
      }

      .elementor-38 .elementor-element.elementor-element-41a9e6c {
        width: 100%;
        max-width: 100%;
        text-align: center;
      }

      .elementor-38 .elementor-element.elementor-element-098d206 {
        --width: 100%;
      }

      .elementor-38 .elementor-element.elementor-element-245bf58 .elementor-heading-title {
        font-size: 24px;
      }

      .elementor-38 .elementor-element.elementor-element-2b246c3 {
        --content-width: 90%;
        --flex-direction: column;
        --container-widget-width: 100%;
        --container-widget-height: initial;
        --container-widget-flex-grow: 0;
        --container-widget-align-self: initial;
        --flex-wrap-mobile: wrap;
        --gap: 20px 20px;
        --row-gap: 20px;
        --column-gap: 20px;
      }

      .elementor-38 .elementor-element.elementor-element-503472e {
        text-align: center;
      }

      .elementor-38 .elementor-element.elementor-element-503472e .elementor-heading-title {
        font-size: 18px;
      }

      .elementor-38 .elementor-element.elementor-element-fd012d8 {
        --margin-top: 20px;
        --margin-bottom: 0px;
        --margin-left: 0px;
        --margin-right: 0px;
      }

      .elementor-38 .elementor-element.elementor-element-9508a71 {
        --e-image-carousel-slides-to-show: 2;
      }

      .elementor-38 .elementor-element.elementor-element-d87455f {
        --padding-top: 40px;
        --padding-bottom: 20px;
        --padding-left: 15px;
        --padding-right: 15px;
      }

      .elementor-38 .elementor-element.elementor-element-b99d94c {
        text-align: center;
      }

      .elementor-38 .elementor-element.elementor-element-758c359 {
        width: 100%;
        max-width: 100%;
      }

      .elementor-38 .elementor-element.elementor-element-cc60637 {
        --flex-direction: column;
        --container-widget-width: calc((1 - var(--container-widget-flex-grow)) * 100%);
        --container-widget-height: initial;
        --container-widget-flex-grow: 0;
        --container-widget-align-self: initial;
        --flex-wrap-mobile: wrap;
        --align-items: center;
        --margin-top: 30px;
        --margin-bottom: 0px;
        --margin-left: 0px;
        --margin-right: 0px;
      }

      .elementor-38 .elementor-element.elementor-element-a13e4ba {
        text-align: center;
      }

      .elementor-38 .elementor-element.elementor-element-a13e4ba .elementor-heading-title {
        font-size: 18px;
      }

      .elementor-38 .elementor-element.elementor-element-9e563a4 {
        --flex-direction: column;
        --container-widget-width: 100%;
        --container-widget-height: initial;
        --container-widget-flex-grow: 0;
        --container-widget-align-self: initial;
        --flex-wrap-mobile: wrap;
      }

      .elementor-38 .elementor-element.elementor-element-0871a2d {
        --padding-top: 30px;
        --padding-bottom: 0px;
        --padding-left: 0px;
        --padding-right: 0px;
      }

      .elementor-38 .elementor-element.elementor-element-8d1d42a {
        text-align: center;
      }

      .elementor-38 .elementor-element.elementor-element-8d1d42a .elementor-heading-title {
        font-size: 18px;
      }

      .elementor-38 .elementor-element.elementor-element-4bad7d0 {
        text-align: left;
        font-size: 16px;
        line-height: 2.1em;
      }

      .elementor-38 .elementor-element.elementor-element-a19a03f {
        text-align: center;
      }

      .elementor-38 .elementor-element.elementor-element-a19a03f .elementor-heading-title {
        font-size: 18px;
      }

      .elementor-38 .elementor-element.elementor-element-7d6650a {
        --e-image-carousel-slides-to-show: 2;
      }

      .elementor-38 .elementor-element.elementor-element-ad5af16 {
        --margin-top: 0px;
        --margin-bottom: 0px;
        --margin-left: 0px;
        --margin-right: 0px;
      }

      .elementor-38 .elementor-element.elementor-element-a166cc8 {
        text-align: center;
        font-size: 16px;
        line-height: 2em;
      }

      .elementor-38 .elementor-element.elementor-element-de8876f .elementor-widget-container {
        text-align: center;
      }

      .elementor-38 .elementor-element.elementor-element-de8876f {
        --icon-size: 24px;
        --grid-column-gap: 6px;
      }

      .elementor-38 .elementor-element.elementor-element-de8876f .elementor-social-icon {
        --icon-padding: 0.6em;
      }
    }

    @media(min-width:768px) {
      .elementor-38 .elementor-element.elementor-element-098d206 {
        --width: 50%;
      }

      .elementor-38 .elementor-element.elementor-element-6f5accb {
        --width: 15.939%;
      }

      .elementor-38 .elementor-element.elementor-element-a24bce2 {
        --width: 100%;
      }

      .elementor-38 .elementor-element.elementor-element-d87455f {
        --content-width: 1200px;
      }

      .elementor-38 .elementor-element.elementor-element-9c4d1e1 {
        --width: 25.601%;
      }

      .elementor-38 .elementor-element.elementor-element-cc60637 {
        --width: 46.785%;
      }

      .elementor-38 .elementor-element.elementor-element-a090a7b {
        --width: 15%;
      }

      .elementor-38 .elementor-element.elementor-element-95e3a4b {
        --width: 58.246%;
      }
    }

    @media(max-width:1024px) and (min-width:768px) {
      .elementor-38 .elementor-element.elementor-element-098d206 {
        --width: 100%;
      }

      .elementor-38 .elementor-element.elementor-element-6f5accb {
        --width: 200px;
      }

      .elementor-38 .elementor-element.elementor-element-95e3a4b {
        --width: 100%;
      }

      .elementor-38 .elementor-element.elementor-element-3712293 {
        --width: 100%;
      }
    }

    .elementor-38 .elementor-element.elementor-element-8c1434a {
      content-visibility: auto;
    }

    .elementor-38 .elementor-element.elementor-element-2b246c3 {
      content-visibility: auto;
    }

    .elementor-38 .elementor-element.elementor-element-a24bce2 {
      content-visibility: auto;
    }

    .elementor-38 .elementor-element.elementor-element-d87455f {
      content-visibility: auto;
    }
  
    .rll-youtube-player {
      position: relative;
      padding-bottom: 56.23%;
      height: 0;
      overflow: hidden;
      max-width: 100%;
    }

    .rll-youtube-player:focus-within {
      outline: 2px solid currentColor;
      outline-offset: 5px;
    }

    .rll-youtube-player iframe {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      z-index: 100;
      background: 0 0
    }

    .rll-youtube-player img {
      bottom: 0;
      display: block;
      left: 0;
      margin: auto;
      max-width: 100%;
      width: 100%;
      position: absolute;
      right: 0;
      top: 0;
      border: none;
      height: auto;
      -webkit-transition: .4s all;
      -moz-transition: .4s all;
      transition: .4s all
    }

    .rll-youtube-player img:hover {
      -webkit-filter: brightness(75%)
    }

    .rll-youtube-player .play {
      height: 100%;
      width: 100%;
      left: 0;
      top: 0;
      position: absolute;
      background:url('{$theme_path}/static/image/youtube.png') no-repeat center;
      background-color: transparent !important;
      cursor: pointer;
      border: none;
    }
  
  
    .e-con.e-parent:nth-of-type(n+4):not(.e-lazyloaded):not(.e-no-lazyload),
    .e-con.e-parent:nth-of-type(n+4):not(.e-lazyloaded):not(.e-no-lazyload) * {
      background-image: none !important;
    }

    @media screen and (max-height: 1024px) {

      .e-con.e-parent:nth-of-type(n+3):not(.e-lazyloaded):not(.e-no-lazyload),
      .e-con.e-parent:nth-of-type(n+3):not(.e-lazyloaded):not(.e-no-lazyload) * {
        background-image: none !important;
      }
    }

    @media screen and (max-height: 640px) {

      .e-con.e-parent:nth-of-type(n+2):not(.e-lazyloaded):not(.e-no-lazyload),
      .e-con.e-parent:nth-of-type(n+2):not(.e-lazyloaded):not(.e-no-lazyload) * {
        background-image: none !important;
      }
    }
  
    .hero-images {
      background-position: center;
      background-repeat: no-repeat;

      background-size: cover;
      background-position: center center;

      position: relative;
      margin-top: -85px;
      max-height: 1080px;
    }

    .mt-200 {
      margin-top: 200px !important;
    }

    .ps-lg-custom {
      padding-left: 30px !important;
    }

    .agami-footer a {
      text-decoration: none !important;
      color: #fff !important;
      transition: 150ms ease-in-out;
    }

    .agami-footer img {
      max-width: 230px !important;
    }

    .agami-footer a:hover {
      color: #006FA7 !important;
      text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.6);
    }

    .hero-images1 {
      background-color: #fff;
      background-repeat: no-repeat;
      background-size: contain;
      position: relative;
      max-height: 680px;
    }

    .hero-images-new {
      background-color: #fff;
      background-repeat: no-repeat;
      background-size: contain;
      position: relative;
      max-height: 680px;
      justify-content: center;
      align-items: center;
      flex-direction: column;
      display: flex;
    }

    body {
      background-color: #fff;
      overflow-x: hidden;
      scroll-behavior: smooth;
    }

    .dots-block {
      width: 50px;
      height: 50px;
      background-image: url("{$theme_path}/static/image/dots.png") !important;
      background-size: contain;
    }

    .dot-pos {
      position: absolute;
      right: 10%;
    }

    .outer-area {
      max-width: 2044px;
      margin: 0 auto;
    }

    .top-nav {

      padding: 0% 0%;
      background-color: rgba(0, 0, 0, 0.181);
    }

    .text-shadow {
      filter: drop-shadow(5px 5px 74px #000) contrast(1.3);
    }

    .laptop img {
      position: relative;
      width: 100%;
      height: 100%;
      max-width: 1080px;
    }

    .no-gutter {
      --bs-gutter-x: 0px !important;
    }

    .laptop {
      position: relative;
      top: 20%;
      animation-duration: 1s;
      animation-name: slideleft;
      left: -1%;
      overflow-x: hidden;
      width: 48vw;
    }

    @keyframes slideleft {
      from {
        left: -50%;
      }

      to {
        left: -1%;
      }
    }

    @keyframes imgzoom {
      from {
        background-size: 100%;
      }

      50% {
        background-size: 120%;
      }

      to {
        background-size: 100%;
      }
    }

    @keyframes glitch {
      from {
        opacity: 1;
      }

      20% {
        opacity: 0.3;
      }

      30% {
        opacity: 1;
      }

      50% {
        opacity: 1;
      }

      80% {
        opacity: 0.2;
      }

      to {
        left: 1;
        filter: contrast(100%);
      }
    }

    @keyframes letterglitch {
      from {
        color: #006FA7;
      }

      20% {
        color: #000;
      }

      30% {
        color: #006FA7;
        filter: contrast(100%);
      }

      50% {
        color: #6ec1e4;
      }

      80% {
        color: #006FA7;
      }

      to {
        left: 1;
        filter: contrast(100%);
      }
    }

    .letter-flick {
      animation-iteration-count: infinite;
      animation-name: letterglitch;
      animation-duration: 1s;
    }

    .main-container {
      position: relative;
      left: 15%;
    }

    .main-text {
      font-family: 'Epilogue', sans-serif;
      font-weight: 300;
      font-style: normal;
      font-size: 48px;
      color: #fff;
      top: 30%;
    }

    .main-text2 {
      font-family: 'Epilogue', sans-serif;
      font-style: normal;
      font-weight: 800;
      font-size: 48px;
      color: #fff;
      top: 30%;
      background: linear-gradient(to top, #006FA7 50%, transparent 50%);
      width: max-content;

    }

    .main-text3 {
      font-family: 'Poppins', sans-serif;
      font-style: normal;
      font-weight: 400;
      font-size: 18px;
      color: #fff;
      top: 30%;
      word-break: break-all;

    }

    .hero-text {
      position: relative;
      top: -30%;
    }

    .get-start {
      background-color: transparent;
      border: none;
      color: #fff;
      font-size: 18px;
      margin-top: -6px;
      padding: 0;
    }

    .get-start:hover {
      background: transparent;
    }

    .hero-btn {
      padding: 14px 20px 14px 20px;
      color: #fff;
      background-color: #006FA7;
      border: 1px solid transparent;
      min-width: 200px;
      margin-top: 20px;
      max-height: 50px;
      transition: 200ms ease-in-out;
    }

    .min-width-120 {
      min-width: 120px !important;
    }

    .hero-btn:hover {
      border: 1px solid rgba(255, 255, 255, 0.633);
      border-radius: 4px;
      font-weight: 700;
      letter-spacing: 2px;
    }

    .hero-btn2 {
      padding: 14px 20px 14px 20px;
      color: #fff;
      background-color: #006FA7;
      border: none;
      min-width: 200px;
      margin-top: 20px;
      max-height: 50px;
      font-size: 16px;
    }

    .overlay {
      background: rgb(255, 0, 0);
      background: linear-gradient(248deg, rgba(255, 0, 0, 0.21539565826330536) 0%, rgba(34, 28, 90, 0.229306722689075) 100%);
      position: absolute;
      width: 100%;
      height: auto;

      height: 300px;
      z-index: 1;
      filter: contrast(190%);
    }

    .nav-colored {
      background-color: #000 !important;
      transition: 900ms ease-in-out;
    }

    .verticle-text {
      writing-mode: vertical-rl;
      font-size: 10px;
      color: #fff;
      position: relative;
      left: 10%;
      margin-top: -10%;
      font-family: 'Poppins', sans-serif;
      letter-spacing: 3px;
      animation-iteration-count: infinite;
      animation-name: glitch;
      animation-duration: 1s;
      font-weight: 300;

    }

    .hero-verticle {
      left: 0px !important;
    }

    .verticle-text1 {
      writing-mode: vertical-rl;
      font-size: 10px;
      color: rgb(93, 93, 93);
      position: relative;
      top: 40%;
      margin-top: -10%;
      opacity: 0.7;
      font-family: 'Poppins', sans-serif;
      letter-spacing: 3px;
      animation-iteration-count: infinite;
      animation-name: glitch;
      animation-duration: 1s;
      margin-right: auto !important;
      font-weight: 300;

    }

    .alignment-aws {
      justify-content: flex-end;
    }

    .verticle-text2 {
      writing-mode: vertical-rl;
      font-size: 10px;
      color: rgb(93, 93, 93);
      position: relative;
      top: 43%;
      margin-top: -10%;
      opacity: 0.7;
      font-family: 'Poppins', sans-serif;
      letter-spacing: 3px;
      animation-iteration-count: infinite;
      animation-name: glitch;
      animation-duration: 1s;
      margin-right: auto;
      font-weight: 300;

    }

    .text2 {
      font-size: 10px;
      color: #fff;
      opacity: 0.7;
      margin-right: 20%;
      font-family: 'Poppins', sans-serif;
      letter-spacing: 3px;
      animation-iteration-count: infinite;
      animation-name: glitch;
      animation-duration: 700ms;
      font-weight: 300;
      position: absolute;
      left: 60%;
      bottom: 50%;

    }

    .text3 {
      font-size: 12px;
      color: rgb(134, 134, 134);
      opacity: 0.7;
      margin-right: 20%;
      font-family: 'Epilogue', sans-serif;
      letter-spacing: 3px;
      animation-iteration-count: infinite;
      animation-name: glitch;
      animation-duration: 700ms;
      width: 100%;
      display: flex;
      justify-content: end;
      position: relative;
      top: 20%;
      font-weight: 500;

    }

    .About us {
      height: auto;
      padding: 0px 0px 20px 0px;
      background-size: 60% 60%;
      position: relative;

    }

    .back-pattern {
      width: 52%;
      height: 70%;
      background-color: #f5f5f5;
      position: absolute;
      left: 10%;
    }

    .red-back {
      font-size: 26px;
      background-color: #006FA7;
      color: #fff;
      width: max-content;
      padding: 6px 12px;
      transform: skewY(-2deg);
      margin-bottom: 10px;
      font-family: 'Poppins', sans-serif;
      transition: 400ms ease-in-out;
      font-weight: 400;

    }

    .about-head {
      font-family: 'Poppins', sans-serif;
      font-size: 28px;
      font-weight: 300;
      letter-spacing: 3px;
      padding-left: 40px !important;
      border-left: 2px dotted #006FA7;
    }

    .border-dotted {
      padding-left: 30px;
      border-left: 2px dotted #006FA7;
      margin-left: -30px;
    }

    .block-head {
      font-family: 'Poppins', sans-serif;
      font-size: 28px;
      font-weight: 400;
      letter-spacing: 3px;

      position: relative;
      z-index: 3;
      text-align: center;
    }

    .title-head {
      color: #006FA7;
      font-family: 'Epilogue', sans-serif;
      letter-spacing: 5px;
      font-size: 20px;
      margin-bottom: 10px;
      font-weight: 800;

    }

    .content-text {
      font-size: 14px;
      color: #1f1f1f;
      letter-spacing: 0px;
      font-weight: 500;
    }

    .gallery-first {
      background-repeat: no-repeat;
      background-size: cover;
      height: 300px;
      filter: contrast(1.3);
      -webkit-filter: contrast(1.3);
      -moz-filter: contrast(1.3);

    }

    .gallery-second {
      background-repeat: no-repeat;
      background-size: cover;
      height: 300px;
      margin-top: 20px !important;
      filter: contrast(1.3);
      -webkit-filter: contrast(1.3);
      -moz-filter: contrast(1.3);
    }

    .first-half {

      height: 100%;

      position: relative;
      z-index: 2;
    }

    .second-half {

      height: 100%;

      position: relative;
      z-index: 2;
    }

    .first-half1 {

      height: 100%;

      position: relative;
      z-index: 2;
    }

    .second-half1 {

      height: 100%;

      position: relative;
      z-index: 2;
    }

    .third-half1 {

      height: 100%;

      position: relative;
      z-index: 2;
    }

    .block-3 {
      height: 70vh;
      display: flex;
      background-color: #fff;
      position: relative;
      justify-content: center;
      align-items: center;
      padding-top: 30px;
      padding-bottom: 30px;
      max-height: 400px;
    }

    .block-7 {
      width: 140px;
      display: flex;
      background-color: #fff;
      position: relative;
      justify-content: center;
      align-items: center;
      padding-top: 30px;
      padding-bottom: 30px;
    }

    .max-550 {
      max-width: 550px !important;
    }

    .block-4 {
      height: 50vh;
      display: flex;
      background-color: #fff;
      position: relative;
      justify-content: center;
      align-items: center;
      margin: 40px 0px;
    }

    .block-3 img {
      position: absolute;
      z-index: 1;

      transition: 2s ease-in-out;
    }

    .block-7 img {
      position: absolute;
      z-index: 1;
      left: 10%;
      transition: 2s ease-in-out;
      width: 100%;
    }

    .round-block {
      animation-name: roundo;
      animation-duration: 1200ms;
    }

    @keyframes roundo {
      0% {
        transform: rotate(0deg);

      }

      100% {
        transform: rotate(360deg);
      }
    }

    .img1 {
      padding: 0px;
    }

    .img2 {
      padding: 70px 0px 0px 0px;
      display: flex;
      justify-content: flex-start;
    }

    .img3 {
      padding: 20px 0px 20px 0px !important;
      justify-content: flex-end;
      display: flex;
    }

    .dot-resp {
      display: none;
    }

    .img4 {
      padding: 20px;
    }

    .cap-list li {
      margin: 10px 0px;
      list-style: none;
      font-family: 'Poppins', sans-serif;
      font-size: 14px;
      font-weight: 300;
    }

    .block-5 {

      font-size: 24px;
      font-family: 'Poppins', sans-serif;
      margin: 40px 0px;
      font-weight: 400;
    }

    .block-6 {

      font-size: 24px;
      font-family: 'Poppins', sans-serif;
      font-weight: 400;
    }

    .lap-block {
      display: flex;
      justify-content: end;
      align-items: center;
      -webkit-box-shadow: 20px -4px 18px -30px rgba(0, 0, 0, 0.85);
      -moz-box-shadow: 20px -4px 18px -30px rgba(0, 0, 0, 0.85);
      box-shadow: 20px -4px 18px -30px rgba(0, 0, 0, 0.85);
      padding-left: 30px;
    }

    .laptop2 {
      height: 340px;
      display: flex;
      margin-right: -10px;
      position: relative;
      z-index: 3;
      margin-right: 20px;
      padding: 20px 0px;
      width: 408px;
      height: unset !important;
    }

    .laptop3 {
      display: none;
    }

    .side-text-block {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 20px;
    }

    .design-block:hover {
      color: #006FA7;
    }

    .left-arrow {
      padding: 10px;
      background-color: #d9d9d9;
      color: #2a2a2a;
      cursor: pointer;
      margin-right: 10px;
      font-size: 14px;
      margin-top: 20px;
      max-width: 40px !important;
    }

    .right-arrow {
      padding: 10px;
      background-color: #006FA7;
      color: #fff !important;
      cursor: pointer;
      margin-left: 10px;
      font-size: 14px;
      margin-top: 20px;
      max-width: 40px !important;
    }

    .agami-footer {
      background-repeat: no-repeat;
      background-size: 110% 110%;
      background-position: center center;
      animation: shrink 5s infinite alternate;
      height: 50vh;
      padding: 40px;
      max-height: 300px;
      color: #fff !important;
    }

    .footer-head {
      font-size: 18px;
      color: #fff;
      font-family: 'Epilogue', sans-serif;
      font-weight: 500;
    }

    .footer-list {
      list-style: none;
      transform: translateX(-32px);
      font-size: 16px;
      font-family: 'Poppins', sans-serif;
      margin-bottom: 20px;
      color: #fff !important;
      font-weight: 400;
    }

    .footer-text {
      font-size: 16px;
      font-size: 16px;
      font-family: 'Poppins', sans-serif;
      margin-bottom: 20px;
      font-weight: 400;
    }

    .social-btn {
      padding: 10px 10px;
      border: 1px solid #fff;
      border-radius: 50%;
      font-size: 20px !important;
      width: 40px;
      height: 40px;
      margin: 10px 10px 0px 0px;
    }

    .font-normal {
      font-size: 14px;
      font-family: 'Poppins', sans-serif;
      color: #2a2a2a;
      font-weight: 300;
    }

    .red-tick {
      font-size: 18px;
      color: #006FA7;
      margin-right: 10px;
      margin-top: 14px;
    }




    .container-new {
      z-index: 2;
      display: flex;
      height: 260px;
      width: 365px;
      position: absolute;
      overflow: hidden;
      margin-right: 20px;
    }

    .carousel-new {
      width: 100%;
      height: 100%;
      display: flex;
      transition: .4s ease-in-out;
    }

    .image-new {
      width: 365px;
      height: auto;
      transition: .3s ease;

    }

    .contact-head {
      font-family: 'Epilogue', sans-serif;
      font-size: 62px;
      display: flex;
      justify-content: center;
      align-items: center !important;
      font-weight: 800;
    }

    @keyframes shrink {
      0% {
        background-size: 115% 115%;
      }

      100% {
        background-size: 100% 100%;
      }
    }

    .contact-text {
      font-family: 'Poppins', sans-serif;
      font-size: 20px;
      display: flex;
      justify-content: center;
      align-items: center !important;
      text-align: center;
    }

    .contact-box {
      padding: 20px;
      -webkit-box-shadow: 0px 0px 31px -15px rgba(0, 0, 0, 0.75);
      -moz-box-shadow: 0px 0px 31px -15px rgba(0, 0, 0, 0.75);
      box-shadow: 0px 0px 31px -15px rgba(0, 0, 0, 0.75);
      border-radius: 10px;
      margin: 20px;
    }

    .contact-card {
      padding: 20px;
      font-family: 'Poppins', sans-serif;
      font-size: 16px;
      color: #1f1f1f;
      background-color: #f5f5f5;
      width: 452px;
      margin-top: 20px;
      font-weight: 400;
    }

    .card-head {
      margin-bottom: 10px;
      color: #006FA7;
    }

    .bold-text {
      font-size: 22px;
      font-family: 'Epilogue', sans-serif;
      margin-top: 10px;
      color: #484a55;
      font-weight: 500;

    }

    .address-block {
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
    }

    .partner-block {
      background-repeat: no-repeat;
      background-size: contain;
      margin: 40px 0px;
    }

    .img-group {
      display: flex;
      justify-content: space-between;
      flex-direction: row;
      margin-bottom: 40px;
      margin-top: 20px;
    }

    .img-block {
      width: 17%;
      overflow: hidden;
    }

    .img-block:hover img {
      filter: grayscale(0%) contrast(110%);
      transform: scale(1.07);

    }

    .img-block img {
      width: 100%;
      filter: grayscale(25%);
      transform: scale(1);
      transition: 400ms ease-in-out;
      cursor: pointer;
    }

    .features-block {


      overflow: hidden;
    }

    .flex-res {
      flex-direction: row;
    }

    .cubes {
      position: absolute;
      bottom: 0px;
      overflow: hidden;
      transition: 500ms ease-in-out;
      opacity: 0;
      transform: translateY(60%);
      left: 0px;
    }

    .features-block:hover .cubes {
      opacity: 1;
      transform: translateY(0%);
    }

    .features-block:hover .red-back {
      transform: skewY(0deg);
    }



    .landing-bind {
      position: absolute;
      top: 20%;
      right: -40%;
      font-size: 12px !important;
      z-index: 100;
    }

    .landing-bind {
      position: absolute;
      top: 21%;
      right: -40%;
      font-size: 12px !important;
      z-index: 100;
      animation: slideform 400ms linear 0.5s 1 normal forwards;
      animation-delay: 700ms;
      transition: ease-in-out;
    }

    .home-mode {
      padding: 5px 20px;
      display: flex;
      justify-content: center;
      align-items: center;
    }

    .shine {
      position: absolute;
      width: 10%;
      height: 100%;
      background-color: rgba(255, 255, 255, 0.768);
      transform: skew(30deg);
      top: 0%;
      left: -30%;
      transition: 400ms ease-in-out;
    }

    @keyframes in {
      from {
        left: -30%;
      }

      to {
        left: 110%;
      }
    }

    .button-red:hover .shine {
      animation: in 400ms;

      left: 110%;
    }

    .button-red {
      padding: 6px 20px;
      background-color: #ff2a2a;
      color: #fff !important;
      outline: none;
      box-shadow: none;
      border: none;
      border-radius: 6px;
      margin-top: 20px;
      max-width: max-content;
      font-size: 14px !important;

      outline: 2px solid #ff2a2a;
      transform-origin: center;
      transition: 300ms ease-in-out;
      overflow: hidden;
      position: relative;
    }

    .button-red a {
      color: #fff;
    }

    .button-red:hover a {
      color: #fff;
    }

    .overlay-red {
      background-color: #ff272709;
      filter: contrast(120%);
      position: absolute;
      width: 100% !important;
      height: 100% !important;
    }

    .drop-filter {
      filter: drop-shadow(3px 3px 0px #ff0c0c85);
      transition: 100ms ease-in-out;
    }

    .drop-filter:hover {
      filter: drop-shadow(6px 6px 0px #ff0c0c);
    }

    @keyframes slideform {
      from {
        right: -40%;
      }

      to {
        right: 10%;
      }
    }

    @keyframes slideformback {
      from {
        right: 10%;
      }

      to {
        right: -40%;
      }
    }

    @keyframes buttonpop {
      from {
        margin-right: -45px;
      }

      70% {
        margin-right: 5px;
      }

      to {
        margin-right: 0px;
      }
    }

    .cut-pos {
      top: 40% !important;
      right: 95% !important;
      width: 50px;
      height: 50px;
      max-width: 50px !important;
      background-color: rgba(255, 255, 255, 0.922) !important;
      animation: buttonpop 300ms linear 0s 1 normal forwards;
      margin-right: -45px;
      transition-delay: 50ms;
      border-top-right-radius: 0% !important;
      border-bottom-right-radius: 0% !important;
    }

    .fa-envelope {
      font-size: 20px !important;
    }

    .form-pos {
      margin-right: -39% !important;
      transition: ease-in-out;
    }

    .box-color {
      background-color: rgba(255, 255, 255, 0.933);
    }

    .form-cut {
      padding: 5px;
      display: flex;
      justify-content: center;
      align-items: center;
      background-color: #fff;
      max-width: max-content;
      position: absolute;
      top: -10px;
      right: -5px;
      border-radius: 50%;
      cursor: pointer;
      -webkit-box-shadow: -1px 1px 5px 1px rgba(0, 0, 0, 0.42);
      -moz-box-shadow: -1px 1px 5px 1px rgba(0, 0, 0, 0.42);
      box-shadow: -1px 1px 5px 1px rgba(0, 0, 0, 0.42);
    }

    .form-cut i {
      color: #006FA7;
      font-size: 16px !important;
    }

    .landing-bind::placeholder {
      font-size: 12px !important;
    }

    .contact-top {
      position: relative;
      margin-top: -8%;
    }

    .features-head {
      font-size: 24px;
      font-family: 'Epilogue', sans-serif;
      padding-left: 20px;
      font-weight: 500;
    }

    .top-hero {
      position: relative;

    }

    .sub-head {
      margin-left: 32px;
    }

    .sub-text {
      margin-left: 32px;
      margin-top: 20px;
      font-size: 14px;
      font-family: 'Poppins', sans-serif;
      font-weight: 300;
    }

    .service-block {
      padding: 20px;
      background-color: #f5f5f5;
    }

    .service-block .col-12 {
      margin: 20px 0px;
    }

    .max-con {
      height: max-content;
    }

    .design-block {
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      cursor: pointer;
    }

    .design-text {
      font-size: 24px;
      font-family: 'Epilogue', sans-serif;
      position: relative;
      z-index: 10;
      padding: 6px 0px;
      margin-bottom: 10px;
      max-width: max-content;
      font-weight: 500;
    }

    .leader-img1 {
      position: absolute;
      bottom: 10%;
      z-index: 10;
      width: 60%;
      left: 20%;
      filter: contrast(120%) saturate(110%) brightness(115%);
    }

    .leader-img2 {
      position: absolute;
      bottom: 2%;
      z-index: 11;
      width: 70%;
      left: 15%;
    }

    @keyframes bottomrightglide {
      from {
        left: -75%;
        bottom: 25%;
        opacity: 0.4;
      }

      to {
        left: 15%;
        bottom: 2%;
        opacity: 1;
      }
    }

    @keyframes imageglitch {
      from {
        opacity: 0.1;
      }

      20% {
        opacity: 0.9;
        filter: grayscale(90%) contrast(160%) drop-shadow(5px 5px 5px #006FA7);
        ;
        transform: scale(1.02) translateY(3px);

      }

      40% {
        opacity: 0.7;
      }

      60% {
        opacity: 0;
      }

      80% {
        opacity: 0.9;
        filter: grayscale(90%) contrast(160%);
        transform: scale(1.02) translateY(3px) drop-shadow(5px 5px 5px rgb(255, 24, 24));
        ;
      }

      to {
        opacity: 1;
      }
    }

    @keyframes bottomleftglide {
      from {
        top: -10%;
        right: -80%;
        opacity: 0.4;
      }

      to {
        top: 15%;
        right: 8%;
        opacity: 1;
      }
    }

    .leader-img3 {
      position: absolute;
      bottom: 10px;
      z-index: 9;
      width: 80%;
      top: 15%;
      right: 8%;

    }

    .leader-res {
      height: 500px;
    }

    .features-block:hover .leader-img1 {
      animation-name: imageglitch;
      animation-duration: 200ms;
      animation-delay: 700ms;
    }

    .features-block:hover .leader-img2 {
      animation-name: bottomrightglide;
      animation-duration: 700ms;
    }

    .features-block:hover .leader-img3 {
      animation-name: bottomleftglide;
      animation-duration: 700ms;
    }

    .leader-head {
      font-size: 40px;
      font-family: 'Epilogue', sans-serif;
      padding-left: 20px;
      font-weight: 800;
    }

    .social-icon {
      font-size: 22px !important;
      padding: 10px 16px;
      margin-left: 20px;
      transition: 300ms ease-in-out;
      cursor: pointer;
      color: #1f1f1f;
    }

    .social-icon:hover {
      color: #006FA7;
    }

    .product-top {
      font-size: 26px;
      font-family: 'Epilogue', sans-serif;
      font-weight: 500;
    }

    .website-btn {
      color: #006FA7;
      font-size: 16px;
      margin-left: 28px;
      cursor: pointer;
    }

    .grey-top {
      background-color: #747474;
      padding: 20px;
      transition: 500ms ease-in-out;

    }

    .clipped-text {
      font-size: 32px;
      font-family: 'Poppins', sans-serif;
      background-size: cover;
      -webkit-background-clip: text;
      background-clip: text;
      animation: textslide 2s linear infinite;
      background-position: 200px;
      animation-delay: 0ms;
      color: rgba(255, 255, 255, 0.768);
      font-weight: 700;
    }

    @keyframes textslide {
      from {
        background-position: -177px;
      }

      to {
        background-position: 200px;
      }
    }

    .light-bottom {
      padding: 20px;
      background-color: #f5f5f5;
      height: 350px;
    }

    .col-4:hover .grey-top {
      transform: translateY(-5px);
    }

    .designation {
      font-size: 24px;
      font-family: 'Poppins', sans-serif;
      font-weight: 400;
    }

    .skills-head {
      font-size: 18px;
      color: #006FA7;
    }

    .card-block {
      -webkit-box-shadow: 1px 1px 13px -4px rgba(0, 0, 0, 0.27);
      -moz-box-shadow: 1px 1px 13px -4px rgba(0, 0, 0, 0.27);
      box-shadow: 1px 1px 13px -4px rgba(0, 0, 0, 0.27);
    }

    .other-open .light-bottom {
      height: 290px !important;
      margin-left: 10%;
    }

    @media only screen and (min-width:1400px) {
      .cap-list li {
        font-size: 16px !important;
      }

      .content-text {
        font-size: 16px;
      }

      .font-normal {
        font-size: 15px;
      }
    }

    @media only screen and (min-width:768px) and (max-width:998px) {


      .contact-card {
        width: 100% !important;
      }

      .block-3 img {}

      .tab-div {
        flex-direction: column;
      }

      .tab-div .col-6 {
        width: 100% !important;
      }

      .scroll-top {
        right: 5% !important;
      }

      .navbar {
        background-color: #000;
      }

      .bottom-line {
        display: none;
      }
    }

    @media only screen and (min-width:768px) and (max-width:920px) {

      .landing-bind {
        max-width: 100% !important;
        position: relative;
        top: 5%;
        left: unset;
        right: unset;
      }

      .hero-images {
        align-items: center;
        justify-content: center;
        flex-direction: column;
      }

      .hero-images .contact-form {
        max-width: 540px !important;
      }

      .wrapper {
        left: 0px !important;
        margin-top: 400px !important;
        height: 100% !important;

      }

      .products-back-page {
        height: 300px !important;
      }

      .bottom-right-pack {
        height: 225px !important;
      }

    }


    @media only screen and (min-width:315px) and (max-width:767px) {
      .agami-footer .col-4 {
        width: 100%;
      }

      .show {
        width: calc(100vw - 25px);
      }

      .image-new {

        transition: .3s ease;
        width: 100%;
        min-width: 100%;

      }

      .carousel-new {
        width: 100% !important;
        min-width: 100%;
      }

      .outer-area {
        overflow-x: hidden !important;
      }

      .container .m-275 {
        margin-top: 0px !important;
        width: 100% !important;
      }

      .block-head {}

      .contact-text {
        font-size: 14px;
      }

      .p-sm-0 {
        padding: 0px !important;
      }

      .first-half {
        border-left: 10px solid #f5f5f5;
        border-right: 2px solid #f5f5f5;
      }

      .second-half {
        border-left: 2px solid #f5f5f5;
        border-right: 10px solid #f5f5f5;
        border-top: 0px solid #f5f5f5;
      }

      .first-half1 {
        border-right: 2px solid #f5f5f5;
      }

      .second-half1 {
        border-left: 2px solid #f5f5f5;
        border-right: 2px solid #f5f5f5;
      }

      .third-half1 {
        border-left: 2px solid #f5f5f5;
      }

      .service-block {
        padding: 0px !important;
      }

      .leader-head {
        padding-left: 0px !important;
      }

      .back-pattern {
        width: 100% !important;
      }

      .features-block .ms-sm-0 {
        margin-left: 0px !important;
      }

      .main-text {
        font-size: 32px !important;
      }

      .main-container {
        left: 0px !important;
      }

      .main-text2 {
        font-size: 32px !important;
      }

      .main-text3 {
        font-size: 16px !important;
      }

      .row-rev {
        flex-direction: row-reverse !important;
      }

      .other-open .light-bottom {
        margin-left: 0px !important;
      }

      .fifth-img {
        width: 40vw !important;
      }

      .fourth-img {
        width: 30vw !important;
      }

      .third-img {
        width: 30vw !important;
      }

      .first-img {
        width: 0% !important;
      }

      .second-img {
        width: 0% !important;
      }

      .circle-text br:nth-child(1) {
        display: none;
      }

      #jobDescription {
        padding: 0px 20px !important;
      }

      .alignment-aws {
        justify-content: center !important;
      }

      .about-head {
        padding-left: 0px !important;
        border: none !important;
      }

      .red-back {
        padding: 2px 6px !important;
        max-width: max-content;
      }

      .cap-list {
        padding-left: 0px !important;
      }

      .flex-res {
        flex-direction: column !important;
      }

      .project-badge {
        left: 2% !important;
        right: 0px !important;
      }

      .w-sm-100 {
        width: 100% !important;
      }

      .sm-div .col-4,
      .sm-div .col-2,
      .sm-div .col-3,
      .sm-div .col-6 {
        width: 100% !important;
      }

      .col-div {
        flex-direction: column !important;
      }

      .red-block {
        display: none;
      }

      .flex-sm-column {
        flex-direction: column !important;
      }

      .line-dot {
        display: none !important;
      }

      .top-stick {
        z-index: 10 !important;
        height: auto !important;
        position: relative !important;
      }

      .top-stick .col-6 {
        width: 100% !important;
      }

      .min-height-150 {
        min-height: 150px;
        width: 50% !important;
        transform: scale(0.7);
      }

      .laptop2 {
        display: none;
      }

      .sm-h-40 {
        height: 40vh !important;
      }

      .laptop3 {
        height: auto;
        width: 100%;
        display: flex;
        position: relative;
        z-index: 3;
        padding: 20px 0px;
      }

      .dotted-line {

        top: -10px !important;
      }

      .aws-text {
        top: 35% !important;
      }

      .contact-card {
        width: 100% !important;
      }

      .top-blocker {
        width: 100%;
        height: 87px !important;
      }

      .mt-sm-20 {
        margin-top: 20px !important;
      }

      .wrapper {
        margin-top: 410px;
        display: flex !important;
        left: 0px !important;
        position: relative !important;
        height: 100% !important;
        top: 0px !important;
        margin-top: 0px !important;
      }

      .mar-sm-0 {
        margin: 0px !important;
      }

      .dots-block {
        display: none;
      }

      .hero-images {

        animation: none !important;
        background-size: cover !important;
        padding: 0px 20px !important;
        flex-direction: column;
        margin-top: 30px;
      }

      .min-h-250 {
        min-height: max-content !important;
      }

      .dropdown-menu {
        background-color: #000 !important;
        color: #fff !important;
        opacity: 1 !important;
      }

      .dropdown-item {
        color: #fff !important;
      }

      .pt-sm-0 {
        padding-top: 0px !important;
      }

      .img3 {
        padding: 20px 13px 9px 12px !important;
      }

      .img2 {
        padding: 0px !important;
      }

      .slider div:nth-child(1) {
        margin: 0px !important;
      }

      .slider div:nth-child(2) {
        margin: 0px !important;
      }

      .max-height-411 .mb-sm-0 {
        margin-bottom: 0px !important;
      }

      .left-arrow {
        margin-top: 0px !important;
      }

      .right-arrow {
        margin-top: 0px !important;
      }

      .content {
        height: 100% !important;
      }

      .laptop {
        display: none !important;
      }

      .footer-list {
        transform: translateX(-41px) !important;
      }

      .top-nav {
        padding: 0% 0% !important;
      }

      .res-col-revrse {
        flex-direction: column-reverse;
      }

      .res-col-revrse div {
        width: 100%;
      }

      .box {
        transform: translateY(0px) !important;
      }

      .back-pattern {
        left: 0px !important;
      }

      .navbar-brand img {
        width: 100%;
        height: 100%;
      }

      .navbar-brand {
        width: 60vw !important;
        height: 60px !important;
        max-width: 220px;
      }

      #testimonialDetails {
        padding-right: 0px !important;
      }

      .top-nav {
        background-color: #000 !important;
      }

      .px-sm-0 {
        padding-left: 0px !important;
        padding-right: 0px !important;
      }

      .agami-footer .col-2 {
        width: 50%;
      }

      .agami-footer li {

        padding: 4px 10px;
      }

      .mt-mobile-0 {
        margin-top: 0px !important;
      }

      .mar-l-0 {
        margin-left: 0px !important;
      }

      .hero-btn-pos {
        left: 25% !important;
      }

      .agami-footer {
        height: 75vh;
        max-height: max-content;
        min-height: 650px;
        padding: 20px !important;
      }

      .hero-images-new {
        max-height: 480px !important;
      }

      .products-back-page {
        height: 260px !important;
      }

      .leader-res {
        height: 280px !important;
      }

      .hero-text {
        top: 20%;
        max-width: calc(100vw - 15%);
      }

      .verticle-text {
        display: none !important;
      }

      .text2 {
        display: none !important;
      }

      .About us .col-7,
      .About us .col-5 {
        width: 100%;
        margin: 10px 0px;
      }

      .landing-bind {
        max-width: 100% !important;
        position: relative;
        top: 0%;
        left: 0%;
        right: unset;
      }

      .hero-images {
        align-items: center;
        justify-content: center;
        flex-direction: column;
      }

      .hero-images .contact-form {
        max-width: 540px !important;
      }

      .form-pos {
        margin-right: -90% !important;
      }

      .About us .m-5 {
        margin: 0px !important;
      }

      .side-text {
        flex-direction: column-reverse !important;
      }

      .main-text,
      .main-text3 {
        left: 0px;
        width: 100%;
        word-break: break-word;
      }

      .main-text2 {
        left: 0px;
        word-break: break-word;
      }

      .block-4 .col-6,
      .block-4 img {
        width: 100%;
      }

      .block-4 {
        height: auto !important;
      }

      .res-demo {
        padding: 6px 5px !important;
      }

      .res-height {
        height: 50vh;
      }

      .block-3 img {}

      .bottom-right-pack {
        transform: rotate(0deg) !important;
        bottom: 0% !important;
        right: 0% !important;
      }

      .verticle-text1,
      .verticle-text2 {
        display: none;
      }

      .text3 {
        display: none;
      }

      .res-col {
        flex-direction: column !important;
      }

      .res-col-width-50 {
        flex-direction: column !important;
        margin-top: 100px !important;
      }

      .res-col-width-50 div {
        width: 100% !important;
      }

      .res-col-width-50 div:nth-child(2) {
        width: 100% !important;
      }

      .nav-item:hover .bottom-line {
        display: none !important;
      }

      .mt-s-20 {
        margin-top: 20px !important;
      }

      .lap-block .container-new {

        top: 42px;
        left: 60px;
        max-width: 80vw;
        width: 100% !important;
        margin-right: 0;
      }

      .res-col-2 {
        flex-flow: row wrap;
      }

      .bg-sm-white {
        background-color: #fff !important;
      }

      .res-col-2 div {
        width: 48% !important;
      }

      .contact-box {
        margin: 20px 0px 0px 0px !important;
      }

      .contact-head {
        font-size: 32px !important;
        text-align: center;
      }

      .laptop-full {
        width: 60%;
        height: auto;
        position: absolute;
        left: 20%;
        z-index: 10;
        transition: 500ms ease-in-out;
      }

      .inside-img {
        z-index: 9;
        width: 50%;
        height: auto;
        position: absolute;
        top: 7.5%;
        left: 25%;
        transition: 500ms ease-in-out;
      }
    }

    .products-back {
      width: 100%;
      height: 300px;
      overflow: hidden;
      position: relative;
    }

    .products-back-page {
      width: 100%;
      overflow: hidden;
      position: relative;
      height: 370px;
    }

    .products-back:hover .top-left-pack,
    .products-back:hover .bottom-right-pack {
      filter: blur(6px);
    }

    .products-back:hover .laptop-full,
    .products-back:hover .inside-img {
      transform: scale(1.1);
    }

    .top-left-pack {
      width: 604px;
      height: 318px;
      transform: rotate(326deg);
      background-color: #282A30;
      transition: 500ms ease-in-out;
      position: absolute;
      top: -40%;
      left: -45%;
    }

    .color1 {
      background-color: #5855FE;
    }

    .color2 {
      background-color: #5599FF;
    }

    .bottom-right-pack {
      width: 682px;
      height: 318px;
      transform: rotate(-13deg);
      background-color: #e6453a;
      transition: 500ms ease-in-out;
      position: absolute;
      bottom: -45%;
      right: -20%;
    }

    .laptop-full {
      width: 90%;
      height: auto;
      position: absolute;
      top: 15%;
      left: 5%;
      z-index: 10;
      transition: 500ms ease-in-out;
    }

    .inside-img {
      z-index: 9;
      width: 75%;
      height: auto;
      position: absolute;
      top: 20.5%;
      left: 14%;
      transition: 500ms ease-in-out;
    }

    .product-canvas {
      overflow: hidden;
      height: 300px;
    }

    .carousel-control-next,
    .carousel-control-prev {
      color: #006FA7 !important;
    }

    .top-lift {
      margin-top: -20px;
    }

    .color3 {
      background: #282A30;
    }

    .color4 {
      background: #FEB824;
    }

    .color5 {
      background: #79DACB;
    }

    .color6 {
      background: #415B6C;
    }

    .color7 {
      background: #68B308;
    }

    .color8 {
      background: #C0D1F8;
    }

    .color9 {
      background: #F28F98;

    }

    .color11 {
      background: #37405C;
    }

    .color12 {
      background: #FD8E42;
    }

    .color13 {
      background: #252525;

    }

    .color14 {
      background: #5855FE;
    }

    .color15 {
      background: #282A30;
    }

    .color16 {
      background: #30409D;
    }

    .color17 {
      background: #474747;
    }

    .color18 {
      background: #8A5FB5;
    }

    .color19 {
      background: #47A34B;

    }

    .color20 {
      background: #436DAB;
    }

    .color21 {
      background: #292A2F;
    }

    .color22 {
      background-color: #68B308;
    }


    #horizontal-1 {
      overflow-x: scroll;
      overflow-y: hidden;
      height: 409px;
      white-space: nowrap;
    }

    .scroll-block {
      display: inline-block;
    }

    .projects:hover .laptop-full,
    .projects:hover .inside-img {
      transform: translateY(20px);
    }

    .projects:hover .bottom-right-pack {
      transform: rotate(0deg);
    }

    #carouselExampleControls {
      transition: 700ms ease-in-out;
    }

    #allprojects {
      animation-duration: 600ms;
      animation-name: popupdown;
      transition: 500ms;
    }

    @keyframes popupdown {
      from {
        transform: translateY(100px);
      }

      to {
        transform: translateY(0px);
      }
    }

    .project-des {
      font-family: 'Poppins', sans-serif;
      font-size: 14px;
      color: #1F1F1F;
      font-weight: 300;

    }

    .project-badge {
      position: absolute;
      z-index: 10;
      bottom: 15%;
      right: 360px;
      transform: scale(0.7);
    }



    .content {
      height: 4750px;
    }

    .wrapper {
      display: -webkit-box;
      display: -moz-box;
      display: box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -moz-box-pack: center;
      box-pack: center;
      -webkit-justify-content: center;
      -moz-justify-content: center;
      -ms-justify-content: center;
      -o-justify-content: center;
      justify-content: center;
      -ms-flex-pack: center;
      -webkit-box-align: center;
      -moz-box-align: center;
      box-align: center;
      -webkit-align-items: center;
      -moz-align-items: center;
      -ms-align-items: center;
      -o-align-items: center;
      align-items: center;
      -ms-flex-align: center;
      height: 100vh;
      position: fixed;
      top: 0px;
      left: 0px;
      margin-top: 240px;
    }

    .box {
      flex: none;
    }



    .scroll-top {
      width: 30px;
      height: 30px;
      border: none;
      border-radius: 50%;
      background-color: #006FA767;
      position: fixed;
      bottom: 10px;
      right: 60px;
      cursor: pointer !important;
      color: #fff;
      transition: 500ms ease-in-out;
      z-index: 20;
    }

    #scrollTopBtn {
      display: none;
    }

    .scroll-top:hover {

      background-color: #006FA7;
      cursor: pointer;
    }

    .imgs1 {
      background-image: url({$theme_path}/static/image/larry-b.webp);
      background-size: cover;
      background-position: center;
      width: 100%;
      height: 100%;
      background-repeat: no-repeat;
    }

    .imgs2 {
      background-image: url({$theme_path}/static/image/andreas.webp);
      background-size: cover;
      background-position: center;
      width: 100%;
      height: 100%;
      background-repeat: no-repeat;
    }

    .imgs3 {
      background-image: url({$theme_path}/static/image/larry-b.webp);
      background-size: cover;
      background-position: center;
      width: 100%;
      height: 100%;
      background-repeat: no-repeat;
    }

    .imgs4 {
      background-image: url({$theme_path}/static/image/mike-cle.webp);
      background-size: cover;
      background-position: center;
      width: 100%;
      height: 100%;
      background-repeat: no-repeat;
    }

    .imgs5 {
      background-image: url({$theme_path}/static/image/darrick.webp);
      background-size: cover;
      background-position: center;
      width: 100%;
      height: 100%;
      background-repeat: no-repeat;
    }

    .first-img {
      width: 0%;
      height: 30%;
      filter: grayscale(100%);
    }

    .second-img {
      width: 40%;
      height: 50%;
      filter: grayscale(100%);
    }

    .third-img {
      width: 50%;
      height: 65%;
      filter: grayscale(100%);
    }

    .fourth-img {
      width: 60%;
      height: 80%;
      filter: grayscale(100%);
    }

    .fifth-img {
      width: 70%;
      height: 100%;
      transition: 600ms ease-in-out;
    }

    .bottom-line {
      width: 0%;
      height: 3px;
      background-color: #fff;
      margin: 0px 10px;
      position: absolute;
      bottom: 1px;
      transition: 500ms ease-in-out;
    }

    @keyframes bottom-white {
      from {
        width: 0% !important;
      }

      to {
        width: 80% !important;
      }
    }

    @keyframes bottom-grow {
      from {
        height: 0% !important;
      }

      to {
        height: 100% !important;
      }
    }

    .nav-item {
      position: relative !important;
    }

    .nav-item:hover .bottom-line {
      animation-duration: 600ms;
      animation-name: bottom-white;
      transition: 500ms;
      width: 80%;
      height: 3px;
      background-color: #fff;
      margin: 0px 10px;
      position: absolute;
      bottom: 1px;
    }

    .dropdown-menu {}

    .min-h-250 {
      min-height: 250px;
    }

    .w-140 {
      width: 140px;
    }

    .dotted-line {
      width: 6px;
      position: absolute;
      top: -60px;
    }

    .max-height-411 {
      min-height: 411px !important;
    }

    .side-text {
      height: 100%;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      padding: 30px;
    }

    .red-block {
      width: 40%;
      height: 50px;
      background-color: #006FA7;
      position: absolute;
      bottom: 1px;
      z-index: -1;
    }

    .policy-title {
      font-size: 32px;
      font-family: 'Epilogue', sans-serif;
      color: #212529;
      font-weight: 500;
    }

    .policy-sub-title {
      font-size: 20px;
      font-family: 'Epilogue', sans-serif;
      color: #006FA7;
      font-weight: 500;
    }

    .policy-title {
      font-size: 32px;
      font-family: 'Epilogue', sans-serif;
      color: #212529;
      font-weight: 500;
    }

    .content-policy p {

      font-size: 14px;
      font-family: 'Poppins', sans-serif;
      font-weight: 300;
    }


    .m-275 {
      margin-top: -390px !important;
    }

    .aws-text {
      position: absolute;
      top: 40%;
      left: calc(50% - 70px);
      z-index: 100;
      font-size: 24px;
      font-family: 'Epilogue', sans-serif;
      text-align: center;
      font-weight: 800;
    }

    .top-stick {
      z-index: 10 !important;
      height: 460px;
    }

    .top-blocker {
      width: 100%;
      height: 87px;
    }

    .line-dot {
      height: 14vh;
      max-height: 100px;
    }




    .container-block {
      position: absolute;
      display: flex;
      justify-content: center;
      align-items: center;
      transform: scale(0.6) translateY(26px);
      right: 30%;
    }

    .contact_frm_msg {
      font-size: 18px;
      font-family: 'Poppins', sans-serif;
      font-weight: 400;
    }

    .load-container {
      position: relative;
      display: inline-block;
      width: 60px;
      height: 60px;
      overflow: hidden;
      letter-spacing: normal;
      display: flex;
      align-content: center;
      align-items: center;
      justify-content: center;
    }

    .linespinner {
      width: 10px;
      height: 30px;
      background: #ffffff;
      position: relative;
      animation: linespinner 1s ease-in-out infinite;
      animation-delay: 0.4s;
      border-radius: 8px;
    }

    .linespinner:after,
    .linespinner:before {
      border-radius: 8px;
      content: "";
      position: absolute;
      width: 10px;
      height: 30px;
      background: #f4d2d2;
      animation: linespinner 1s ease-in-out infinite;
    }

    .linespinner:before {
      right: 18px;
      animation-delay: 0.15s;
    }

    .linespinner:after {
      left: 18px;
      animation-delay: 0.6s;
    }

    @keyframes linespinner {

      0%,
      100% {
        background-color: #f4d2d2;
        box-shadow: 0 0 0 #f4d2d2, 0 0 0 #f4d2d2;
      }

      50% {
        background-color: #ffffff;
        box-shadow: 0 -15px 0 #ffffff, 0 15px 0 #ffffff;
      }
    }

    #toasty-alert {
      padding: 10px;
      width: max-content;
      border: 1px solid #006FA7;
      position: fixed;
      right: 20px;
      z-index: 1021;
      background-color: rgb(255, 255, 255);
      top: 75px;
      font-size: 18px;
      font-family: 'Poppins', sans-serif;
      color: rgb(0, 0, 0);

      animation: popright 0s ease-in 3s;
      animation-fill-mode: forwards;
      border-radius: 4px;
      -webkit-box-shadow: 0px 0px 5px -1px rgba(194, 80, 80, 1);
      -moz-box-shadow: 0px 0px 5px -1px rgba(194, 80, 80, 1);
      box-shadow: 0px 0px 5px -1px rgba(194, 80, 80, 1);
      font-weight: 400;
    }


    @keyframes popright {
      to {
        visibility: hidden;
        width: 0;
        height: 0;
      }
    }

    .pointer-hand:hover {
      cursor: pointer !important;
      -webkit-box-shadow: -4px 5px 11px -7px rgba(0, 0, 0, 0.75);
      -moz-box-shadow: -4px 5px 11px -7px rgba(0, 0, 0, 0.75);
      box-shadow: -4px 5px 11px -7px rgba(0, 0, 0, 0.75);
    }

    .pointer-hand {
      transition: 500ms ease-in-out !important;
    }

    .font-18 {
      font-size: 18px !important;
    }

    a {
      text-decoration: none !important;
    }

    .arrow {
      font-family: 'Poppins', sans-serif;
      font-size: 20px;
      color: #fff;
      font-style: normal;
      font-weight: 700;
    }

    .show-read-more .more-text {
      display: none;
    }

    #testimonialDetails {
      max-height: 400px;
      overflow-y: auto;
      padding-right: 20px;
    }

    #testimonialDetails::-webkit-scrollbar {
      width: 8px;
    }

    #testimonialDetails {
      scrollbar-width: thin;
      scrollbar-color: red;
    }

    #testimonialDetails::-webkit-scrollbar-track {
      background: rgb(255, 255, 255);
    }

    #testimonialDetails::-webkit-scrollbar-thumb {
      background-color: #006FA7;
      border-radius: 6px;
      border: 3px solid #ff3434;
    }

    .more-text1 {
      font-size: 16px;
      font-family: 'Epilogue', sans-serif;
      color: #006FA7;
      cursor: pointer;
      font-weight: 500;
    }

    .more-text1 a {
      color: #006FA7;
    }

    .more-text1 a:hover {
      color: #ff1f1f;
    }

    .not-found-block {
      background-color: #fff;
      width: 80%;
      height: 70vh;
    }

    .error-text div:nth-child(1) {
      font-size: 56px;
      color: #006FA7;
      font-family: 'Epilogue', sans-serif;
      text-align: center;
      font-weight: 800;
    }

    .error-text div:nth-child(2) {
      font-size: 42px;
      color: #006FA7;
      font-family: 'Epilogue', sans-serif;
      font-weight: 300;
      text-align: center;
    }

    button.navbar-toggler.collapsed span.newopen.one {
      transform: rotate(0deg);
      transition: 300ms;
    }

    button.navbar-toggler.collapsed span.newopen.three {
      transform: rotate(0deg);
      transition: 300ms;
    }

    button.navbar-toggler.collapsed span.newopen.two {
      transition: 300ms;
      transform: translateX(0px);
      opacity: 1;
    }

    span.newopen.one {
      top: -7px;
      transform: rotate(45deg);
      transform-origin: 5px 5px;
      transition: 300ms;
    }

    span.newopen.two {
      transform: translateX(100px);
      transform-origin: 5px;
      transition: 300ms;
      top: 0px;
      opacity: 0;
    }

    span.newopen.three {
      top: 7px;
      transform: rotate(-45deg);
      transform-origin: 5px -5px;
      transition: 300ms;
    }

    .newopen {
      background-color: #fff;
      width: 30px;
      height: 2px;
      position: relative;
      display: block;
    }

    .error-image {
      width: 100%;
      display: flex;
      justify-content: center;
      align-items: center;
      height: 100%;
    }

    .error-image img {
      width: 70%;
      height: auto;
      filter: drop-shadow(3px 5px 5px rgba(0, 0, 0, 0.331));
    }

    .grey-tone {
      filter: grayscale(100%);
    }

    .aws-img {
      transition: 400ms ease-in-out !important;
    }

    .hover-red:hover .aws-img {
      filter: drop-shadow(4px 4px 3px rgba(0, 0, 0, 0.331));
    }

    .service-hover:hover .round-block {
      display: block !important;
    }

    .gallery-digital div:nth-child(1) {
      max-height: 230px;
    }

    .gallery-digital div:nth-child(2) {
      max-height: 210px;
    }

    .gallery-digital div:nth-child(3) {
      max-height: 200px;
    }

    .gallery-digital div:nth-child(4) {
      max-height: 230px;
    }

    .object-contain {
      object-fit: contain;
      position: relative;
      z-index: 10;
      transform: scale(1.35);
    }

    .square-block {
      width: 120px;
      height: 120px;
      border: 8px solid #006FA743;
    }

    .first-pos {
      bottom: -25%;
      left: 5%;
      z-index: 5;
    }

    .second-pos {
      top: -25%;
      right: 5%;
      z-index: 5;
    }

    @keyframes downTop {
      from {
        bottom: -25%;
        left: 5%;
      }

      50% {

        bottom: 70%;
        left: 5%;

      }

      to {
        bottom: -25%;
        left: 5%;
      }
    }

    @keyframes topDown {
      from {
        top: -25%;
        right: 5%;
      }

      50% {

        top: 70%;
        right: 5%;

      }

      to {
        top: -25%;
        right: 5%;
      }
    }

    #DigitalServiceBox:hover .first-pos {
      animation-duration: 8s;
      animation-name: downTop;
      animation-iteration-count: infinite;
      animation-timing-function: linear;

    }

    #DigitalServiceBox:hover .second-pos {
      animation-duration: 8s;
      animation-name: topDown;
      animation-iteration-count: infinite;
      animation-timing-function: linear;
    }




    .lds-ellipsis {
      display: inline-block;
      position: relative;
      width: 80px;
      height: 80px;
    }

    .lds-ellipsis div {
      position: absolute;
      top: 33px;
      width: 13px;
      height: 13px;
      border-radius: 50%;
      background: #fff;
      animation-timing-function: cubic-bezier(0, 1, 1, 0);
    }

    .lds-ellipsis div:nth-child(even) {
      background: #006FA7;
    }

    .lds-ellipsis div:nth-child(1) {
      left: 8px;
      animation: lds-ellipsis1 0.6s infinite;
    }

    .lds-ellipsis div:nth-child(2) {
      left: 8px;
      animation: lds-ellipsis2 0.6s infinite;
    }

    .lds-ellipsis div:nth-child(3) {
      left: 32px;
      animation: lds-ellipsis2 0.6s infinite;
    }

    .lds-ellipsis div:nth-child(4) {
      left: 56px;
      animation: lds-ellipsis3 0.6s infinite;
    }

    @keyframes lds-ellipsis1 {
      0% {
        transform: scale(0);
      }

      100% {
        transform: scale(1);
      }
    }

    @keyframes lds-ellipsis3 {
      0% {
        transform: scale(1);
      }

      100% {
        transform: scale(0);
      }
    }

    @keyframes lds-ellipsis2 {
      0% {
        transform: translate(0, 0);
      }

      100% {
        transform: translate(24px, 0);
      }
    }

    .canvas-load {
      width: 100vw;
      height: 100vh;
      position: fixed;
      background-color: #1f1f1f;
      z-index: 1200;
      display: flex;
    }

    .z-upper {
      position: relative;
      z-index: 1000;
    }

    .project-img {
      max-width: 88px !important;
    }




    .industries-card {
      padding: 15px;
      background: #fff;
      background: linear-gradient(16deg, rgba(0, 0, 0, 0.1) 0%, rgb(8 61 255 / 10%) 100%);
      -webkit-box-shadow: 1px 2px 5px 0px rgba(0, 0, 0, 0.4);
      -moz-box-shadow: 1px 2px 5px 0px rgba(0, 0, 0, 0.4);
      box-shadow: 1px 2px 5px 0px rgba(0, 0, 0, 0.4);
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      margin: 20px;
      transition: 400ms ease-in-out;
      cursor: pointer;
      border-bottom: 2px solid transparent;
    }

    .industries-card:hover {
      transform: scale(1.02) translateY(-8px);
      border-bottom: 2px solid #006FA7;
    }

    .industry-title {
      font-family: 'Poppins', sans-serif;
      font-size: 18px;
      margin: 10px 0px;
      font-weight: 400;
    }

    .industry-img {
      width: 50px;
      height: 50px;
    }







    .tooltipz {
      position: relative;
      display: inline-block;
      border-bottom: 1px dotted black;
    }

    .tooltipz~.tooltiptext {
      visibility: hidden;

      background-color: #006FA7;
      color: #fff;
      text-align: left;
      border-radius: 6px;
      width: 300px;
      padding: 16px;
      position: absolute;

    }

    .tooltipz~.tooltiptext {}


    .brand-logo {
      padding: 10px 20px;
      -webkit-box-shadow: 0px 0px 21px 3px rgb(204 204 204);
      -moz-box-shadow: 0px 0px 21px 3px rgba(204, 204, 204, 1);
      box-shadow: 4px 10px 12px -7px rgb(204 204 204);
      width: max-content;
      opacity: 0.85;
      transition: 200ms ease-in-out;
      transform: scale(1);
      filter: grayscale(0.5);
      border-radius: 8px;
      cursor: pointer;
      margin-top: 6px;
      margin-bottom: 6px;
      height: 50px;
      min-width: 18%;
      display: flex;
      align-items: center;
      justify-content: center;
      min-height: 80px;
      border: 1px solid #efefef;
      position: relative;
      z-index: 0;
    }

    .contact-brand .brand-logo {
      filter: grayscale(0) !important;
      box-shadow: none !important;
      opacity: 1;
    }

    .brand-logo:hover {
      opacity: 1;
      transform: scale(1);
      filter: grayscale(0);
      border-radius: 8px;
      box-shadow: none;
      border-color: #ccc;
    }

    .tooltiptext.stikkum {
      top: 50%;
      left: 0%;
    }

    .tooltiptext.mortgage {
      top: 50%;
      left: 20%;
    }

    .tooltiptext.nediaz {
      top: 50%;
      left: 40%;
    }

    .tooltiptext.pointpro {
      top: 50%;
      right: 20%;
    }

    .tooltiptext.schezy {
      top: 50%;
      right: 0%;
    }

    .tooltiptext.poker {
      bottom: 50%;
      left: 0%;
    }

    .tooltiptext.bullion {
      bottom: 50%;
      left: 20%;
    }

    .tooltiptext.verity {
      bottom: 50%;
      left: 40%;
    }

    .tooltiptext.positiveally {
      bottom: 50%;
      right: 20%;
    }

    .tooltiptext.mloflo {
      bottom: 50%;
      right: 0%;
    }


    .tooltipz.mloflo:hover~.tooltiptext.mloflo,
    .tooltipz.bullion:hover~.tooltiptext.bullion,
    .tooltipz.mortgage:hover~.tooltiptext.mortgage,
    .tooltipz.stikkum:hover~.tooltiptext.stikkum,
    .tooltipz.poker:hover~.tooltiptext.poker,
    .tooltipz.positiveally:hover~.tooltiptext.positiveally,
    .tooltipz.pointpro:hover~.tooltiptext.pointpro,
    .tooltipz.schezy:hover~.tooltiptext.schezy,
    .tooltipz.nediaz:hover~.tooltiptext.nediaz,
    .tooltipz.verity:hover~.tooltiptext.verity {
      visibility: visible;
    }



    @media only screen and (min-width:315px) and (max-width:767px) {

      span.tooltiptext.stikkum {
        top: 20%;
        left: 0%;
      }

      span.tooltiptext.mortgage {
        top: 20%;
        left: unset;
        right: 0%;
      }

      span.tooltiptext.nediaz {
        top: 40%;
        left: 0%;
      }

      span.tooltiptext.pointpro {
        top: 40%;
        left: unset;
        right: 0%;
      }

      span.tooltiptext.schezy {
        top: 60%;
        right: unset;
        left: 0;
      }

      span.tooltiptext.poker {
        top: 60%;
        left: unset;
        right: 0%;
        bottom: unset;
      }

      span.tooltiptext.bullion {
        top: 80%;
        right: unset;
        left: 0;
        bottom: unset;
      }

      span.tooltiptext.verity {
        top: 80%;
        left: unset;
        right: 0%;
        bottom: unset;
      }

      span.tooltiptext.positiveally {
        top: 100%;
        right: unset;
        left: 0;
        bottom: unset;
      }

      span.tooltiptext.mloflo {
        top: 100%;
        left: unset;
        right: 0%;
        bottom: unset;
      }

    }




    :root {
      --bs-blue: #0d6efd;
      --bs-indigo: #6610f2;
      --bs-purple: #6f42c1;
      --bs-pink: #d63384;
      --bs-red: #dc3545;
      --bs-orange: #fd7e14;
      --bs-yellow: #ffc107;
      --bs-green: #198754;
      --bs-teal: #20c997;
      --bs-cyan: #0dcaf0;
      --bs-white: #fff;
      --bs-gray: #6c757d;
      --bs-gray-dark: #343a40;
      --bs-primary: #0d6efd;
      --bs-secondary: #6c757d;
      --bs-success: #198754;
      --bs-info: #0dcaf0;
      --bs-warning: #ffc107;
      --bs-danger: #dc3545;
      --bs-light: #f8f9fa;
      --bs-dark: #212529;
      --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
      --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
      --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0))
    }

    *,
    ::after,
    ::before {
      box-sizing: border-box
    }

    @media (prefers-reduced-motion:no-preference) {
      :root {
        scroll-behavior: smooth
      }
    }

    body {
      margin: 0;
      font-family: var(--bs-font-sans-serif);
      font-size: 1rem;
      font-weight: 400;
      line-height: 1.5;
      color: #212529;
      background-color: #fff;
      -webkit-text-size-adjust: 100%;
      -webkit-tap-highlight-color: transparent
    }

    hr {
      margin: 1rem 0;
      color: inherit;
      background-color: currentColor;
      border: 0;
      opacity: .25
    }

    hr:not([size]) {
      height: 1px
    }

    .h1,
    .h2,
    .h3,
    .h4,
    .h5,
    .h6,
    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
      margin-top: 0;
      margin-bottom: .5rem;
      font-weight: 500;
      line-height: 1.2
    }

    .h1,
    h1 {
      font-size: calc(1.375rem + 1.5vw)
    }

    @media (min-width:1200px) {

      .h1,
      h1 {
        font-size: 2.5rem
      }
    }

    .h2,
    h2 {
      font-size: calc(1.325rem + .9vw)
    }

    @media (min-width:1200px) {

      .h2,
      h2 {
        font-size: 2rem
      }
    }

    .h3,
    h3 {
      font-size: calc(1.3rem + .6vw)
    }

    @media (min-width:1200px) {

      .h3,
      h3 {
        font-size: 1.75rem
      }
    }

    .h4,
    h4 {
      font-size: calc(1.275rem + .3vw)
    }

    @media (min-width:1200px) {

      .h4,
      h4 {
        font-size: 1.5rem
      }
    }

    .h5,
    h5 {
      font-size: 1.25rem
    }

    .h6,
    h6 {
      font-size: 1rem
    }

    p {
      margin-top: 0;
      margin-bottom: 1rem
    }

    abbr[data-bs-original-title],
    abbr[title] {
      -webkit-text-decoration: underline dotted;
      text-decoration: underline dotted;
      cursor: help;
      -webkit-text-decoration-skip-ink: none;
      text-decoration-skip-ink: none
    }

    address {
      margin-bottom: 1rem;
      font-style: normal;
      line-height: inherit
    }

    ol,
    ul {
      padding-left: 2rem
    }

    dl,
    ol,
    ul {
      margin-top: 0;
      margin-bottom: 1rem
    }

    ol ol,
    ol ul,
    ul ol,
    ul ul {
      margin-bottom: 0
    }

    dt {
      font-weight: 700
    }

    dd {
      margin-bottom: .5rem;
      margin-left: 0
    }

    blockquote {
      margin: 0 0 1rem
    }

    b,
    strong {
      font-weight: bolder
    }

    .small,
    small {
      font-size: .875em
    }

    .mark,
    mark {
      padding: .2em;
      background-color: #fcf8e3
    }

    sub,
    sup {
      position: relative;
      font-size: .75em;
      line-height: 0;
      vertical-align: baseline
    }

    sub {
      bottom: -.25em
    }

    sup {
      top: -.5em
    }

    a {
      color: #0d6efd;
      text-decoration: underline
    }

    a:hover {
      color: #0a58ca
    }

    a:not([href]):not([class]),
    a:not([href]):not([class]):hover {
      color: inherit;
      text-decoration: none
    }

    code,
    kbd,
    pre,
    samp {
      font-family: var(--bs-font-monospace);
      font-size: 1em;
      direction: ltr;
      unicode-bidi: bidi-override
    }

    pre {
      display: block;
      margin-top: 0;
      margin-bottom: 1rem;
      overflow: auto;
      font-size: .875em
    }

    pre code {
      font-size: inherit;
      color: inherit;
      word-break: normal
    }

    code {
      font-size: .875em;
      color: #d63384;
      word-wrap: break-word
    }

    a>code {
      color: inherit
    }

    kbd {
      padding: .2rem .4rem;
      font-size: .875em;
      color: #fff;
      background-color: #212529;
      border-radius: .2rem
    }

    kbd kbd {
      padding: 0;
      font-size: 1em;
      font-weight: 700
    }

    figure {
      margin: 0 0 1rem
    }

    img,
    svg {
      vertical-align: middle
    }

    table {
      caption-side: bottom;
      border-collapse: collapse
    }

    caption {
      padding-top: .5rem;
      padding-bottom: .5rem;
      color: #6c757d;
      text-align: left
    }

    th {
      text-align: inherit;
      text-align: -webkit-match-parent
    }

    tbody,
    td,
    tfoot,
    th,
    thead,
    tr {
      border-color: inherit;
      border-style: solid;
      border-width: 0
    }

    label {
      display: inline-block
    }

    button {
      border-radius: 0
    }

    button:focus:not(:focus-visible) {
      outline: 0
    }

    button,
    input,
    optgroup,
    select,
    textarea {
      margin: 0;
      font-family: inherit;
      font-size: inherit;
      line-height: inherit
    }

    button,
    select {
      text-transform: none
    }

    [role=button] {
      cursor: pointer
    }

    select {
      word-wrap: normal
    }

    select:disabled {
      opacity: 1
    }

    [list]::-webkit-calendar-picker-indicator {
      display: none
    }

    [type=button],
    [type=reset],
    [type=submit],
    button {
      -webkit-appearance: button
    }

    [type=button]:not(:disabled),
    [type=reset]:not(:disabled),
    [type=submit]:not(:disabled),
    button:not(:disabled) {
      cursor: pointer
    }

    ::-moz-focus-inner {
      padding: 0;
      border-style: none
    }

    textarea {
      resize: vertical
    }

    fieldset {
      min-width: 0;
      padding: 0;
      margin: 0;
      border: 0
    }

    legend {
      float: left;
      width: 100%;
      padding: 0;
      margin-bottom: .5rem;
      font-size: calc(1.275rem + .3vw);
      line-height: inherit
    }

    @media (min-width:1200px) {
      legend {
        font-size: 1.5rem
      }
    }

    legend+* {
      clear: left
    }

    ::-webkit-datetime-edit-day-field,
    ::-webkit-datetime-edit-fields-wrapper,
    ::-webkit-datetime-edit-hour-field,
    ::-webkit-datetime-edit-minute,
    ::-webkit-datetime-edit-month-field,
    ::-webkit-datetime-edit-text,
    ::-webkit-datetime-edit-year-field {
      padding: 0
    }

    ::-webkit-inner-spin-button {
      height: auto
    }

    [type=search] {
      outline-offset: -2px;
      -webkit-appearance: textfield
    }

    ::-webkit-search-decoration {
      -webkit-appearance: none
    }

    ::-webkit-color-swatch-wrapper {
      padding: 0
    }

    ::file-selector-button {
      font: inherit
    }

    ::-webkit-file-upload-button {
      font: inherit;
      -webkit-appearance: button
    }

    output {
      display: inline-block
    }

    iframe {
      border: 0
    }

    summary {
      display: list-item;
      cursor: pointer
    }

    progress {
      vertical-align: baseline
    }

    [hidden] {
      display: none !important
    }

    .lead {
      font-size: 1.25rem;
      font-weight: 300
    }

    .display-1 {
      font-size: calc(1.625rem + 4.5vw);
      font-weight: 300;
      line-height: 1.2
    }

    @media (min-width:1200px) {
      .display-1 {
        font-size: 5rem
      }
    }

    .display-2 {
      font-size: calc(1.575rem + 3.9vw);
      font-weight: 300;
      line-height: 1.2
    }

    @media (min-width:1200px) {
      .display-2 {
        font-size: 4.5rem
      }
    }

    .display-3 {
      font-size: calc(1.525rem + 3.3vw);
      font-weight: 300;
      line-height: 1.2
    }

    @media (min-width:1200px) {
      .display-3 {
        font-size: 4rem
      }
    }

    .display-4 {
      font-size: calc(1.475rem + 2.7vw);
      font-weight: 300;
      line-height: 1.2
    }

    @media (min-width:1200px) {
      .display-4 {
        font-size: 3.5rem
      }
    }

    .display-5 {
      font-size: calc(1.425rem + 2.1vw);
      font-weight: 300;
      line-height: 1.2
    }

    @media (min-width:1200px) {
      .display-5 {
        font-size: 3rem
      }
    }

    .display-6 {
      font-size: calc(1.375rem + 1.5vw);
      font-weight: 300;
      line-height: 1.2
    }

    @media (min-width:1200px) {
      .display-6 {
        font-size: 2.5rem
      }
    }

    .list-unstyled {
      padding-left: 0;
      list-style: none
    }

    .list-inline {
      padding-left: 0;
      list-style: none
    }

    .list-inline-item {
      display: inline-block
    }

    .list-inline-item:not(:last-child) {
      margin-right: .5rem
    }

    .initialism {
      font-size: .875em;
      text-transform: uppercase
    }

    .blockquote {
      margin-bottom: 1rem;
      font-size: 1.25rem
    }

    .blockquote>:last-child {
      margin-bottom: 0
    }

    .blockquote-footer {
      margin-top: -1rem;
      margin-bottom: 1rem;
      font-size: .875em;
      color: #6c757d
    }

    .blockquote-footer::before {
      content: "— "
    }

    .img-fluid {
      max-width: 100%;
      height: auto
    }

    .img-thumbnail {
      padding: .25rem;
      background-color: #fff;
      border: 1px solid #dee2e6;
      border-radius: .25rem;
      max-width: 100%;
      height: auto
    }

    .figure {
      display: inline-block
    }

    .figure-img {
      margin-bottom: .5rem;
      line-height: 1
    }

    .figure-caption {
      font-size: .875em;
      color: #6c757d
    }

    .container,
    .container-fluid,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
      width: 100%;
      padding-right: var(--bs-gutter-x, .75rem);
      padding-left: var(--bs-gutter-x, .75rem);
      margin-right: auto;
      margin-left: auto
    }

    @media (min-width:576px) {

      .container,
      .container-sm {
        max-width: 540px
      }
    }

    @media (min-width:768px) {

      .container,
      .container-md,
      .container-sm {
        max-width: 720px
      }
    }

    @media (min-width:992px) {

      .container,
      .container-lg,
      .container-md,
      .container-sm {
        max-width: 960px
      }
    }

    @media (min-width:1200px) {

      .container,
      .container-lg,
      .container-md,
      .container-sm,
      .container-xl {
        max-width: 1140px
      }
    }

    @media (min-width:1400px) {

      .container,
      .container-lg,
      .container-md,
      .container-sm,
      .container-xl,
      .container-xxl {
        max-width: 1320px
      }
    }

    .row {
      --bs-gutter-x: 1.5rem;
      --bs-gutter-y: 0;
      display: flex;
      flex-wrap: wrap;
      margin-top: calc(var(--bs-gutter-y) * -1);
      margin-right: calc(var(--bs-gutter-x) * -.5);
      margin-left: calc(var(--bs-gutter-x) * -.5)
    }

    .row>* {
      flex-shrink: 0;
      width: 100%;
      max-width: 100%;
      padding-right: calc(var(--bs-gutter-x) * .5);
      padding-left: calc(var(--bs-gutter-x) * .5);
      margin-top: var(--bs-gutter-y)
    }

    .col {
      flex: 1 0 0%
    }

    .row-cols-auto>* {
      flex: 0 0 auto;
      width: auto
    }

    .row-cols-1>* {
      flex: 0 0 auto;
      width: 100%
    }

    .row-cols-2>* {
      flex: 0 0 auto;
      width: 50%
    }

    .row-cols-3>* {
      flex: 0 0 auto;
      width: 33.3333333333%
    }

    .row-cols-4>* {
      flex: 0 0 auto;
      width: 25%
    }

    .row-cols-5>* {
      flex: 0 0 auto;
      width: 20%
    }

    .row-cols-6>* {
      flex: 0 0 auto;
      width: 16.6666666667%
    }

    @media (min-width:576px) {
      .col-sm {
        flex: 1 0 0%
      }

      .row-cols-sm-auto>* {
        flex: 0 0 auto;
        width: auto
      }

      .row-cols-sm-1>* {
        flex: 0 0 auto;
        width: 100%
      }

      .row-cols-sm-2>* {
        flex: 0 0 auto;
        width: 50%
      }

      .row-cols-sm-3>* {
        flex: 0 0 auto;
        width: 33.3333333333%
      }

      .row-cols-sm-4>* {
        flex: 0 0 auto;
        width: 25%
      }

      .row-cols-sm-5>* {
        flex: 0 0 auto;
        width: 20%
      }

      .row-cols-sm-6>* {
        flex: 0 0 auto;
        width: 16.6666666667%
      }
    }

    @media (min-width:768px) {
      .col-md {
        flex: 1 0 0%
      }

      .row-cols-md-auto>* {
        flex: 0 0 auto;
        width: auto
      }

      .row-cols-md-1>* {
        flex: 0 0 auto;
        width: 100%
      }

      .row-cols-md-2>* {
        flex: 0 0 auto;
        width: 50%
      }

      .row-cols-md-3>* {
        flex: 0 0 auto;
        width: 33.3333333333%
      }

      .row-cols-md-4>* {
        flex: 0 0 auto;
        width: 25%
      }

      .row-cols-md-5>* {
        flex: 0 0 auto;
        width: 20%
      }

      .row-cols-md-6>* {
        flex: 0 0 auto;
        width: 16.6666666667%
      }
    }

    @media (min-width:992px) {
      .col-lg {
        flex: 1 0 0%
      }

      .row-cols-lg-auto>* {
        flex: 0 0 auto;
        width: auto
      }

      .row-cols-lg-1>* {
        flex: 0 0 auto;
        width: 100%
      }

      .row-cols-lg-2>* {
        flex: 0 0 auto;
        width: 50%
      }

      .row-cols-lg-3>* {
        flex: 0 0 auto;
        width: 33.3333333333%
      }

      .row-cols-lg-4>* {
        flex: 0 0 auto;
        width: 25%
      }

      .row-cols-lg-5>* {
        flex: 0 0 auto;
        width: 20%
      }

      .row-cols-lg-6>* {
        flex: 0 0 auto;
        width: 16.6666666667%
      }
    }

    @media (min-width:1200px) {
      .col-xl {
        flex: 1 0 0%
      }

      .row-cols-xl-auto>* {
        flex: 0 0 auto;
        width: auto
      }

      .row-cols-xl-1>* {
        flex: 0 0 auto;
        width: 100%
      }

      .row-cols-xl-2>* {
        flex: 0 0 auto;
        width: 50%
      }

      .row-cols-xl-3>* {
        flex: 0 0 auto;
        width: 33.3333333333%
      }

      .row-cols-xl-4>* {
        flex: 0 0 auto;
        width: 25%
      }

      .row-cols-xl-5>* {
        flex: 0 0 auto;
        width: 20%
      }

      .row-cols-xl-6>* {
        flex: 0 0 auto;
        width: 16.6666666667%
      }
    }

    @media (min-width:1400px) {
      .col-xxl {
        flex: 1 0 0%
      }

      .row-cols-xxl-auto>* {
        flex: 0 0 auto;
        width: auto
      }

      .row-cols-xxl-1>* {
        flex: 0 0 auto;
        width: 100%
      }

      .row-cols-xxl-2>* {
        flex: 0 0 auto;
        width: 50%
      }

      .row-cols-xxl-3>* {
        flex: 0 0 auto;
        width: 33.3333333333%
      }

      .row-cols-xxl-4>* {
        flex: 0 0 auto;
        width: 25%
      }

      .row-cols-xxl-5>* {
        flex: 0 0 auto;
        width: 20%
      }

      .row-cols-xxl-6>* {
        flex: 0 0 auto;
        width: 16.6666666667%
      }
    }

    .col-auto {
      flex: 0 0 auto;
      width: auto
    }

    .col-1 {
      flex: 0 0 auto;
      width: 8.33333333%
    }

    .col-2 {
      flex: 0 0 auto;
      width: 16.66666667%
    }

    .col-3 {
      flex: 0 0 auto;
      width: 25%
    }

    .col-4 {
      flex: 0 0 auto;
      width: 33.33333333%
    }

    .col-5 {
      flex: 0 0 auto;
      width: 41.66666667%
    }

    .col-6 {
      flex: 0 0 auto;
      width: 50%
    }

    .col-7 {
      flex: 0 0 auto;
      width: 58.33333333%
    }

    .col-8 {
      flex: 0 0 auto;
      width: 66.66666667%
    }

    .col-9 {
      flex: 0 0 auto;
      width: 75%
    }

    .col-10 {
      flex: 0 0 auto;
      width: 83.33333333%
    }

    .col-11 {
      flex: 0 0 auto;
      width: 91.66666667%
    }

    .col-12 {
      flex: 0 0 auto;
      width: 100%
    }

    .offset-1 {
      margin-left: 8.33333333%
    }

    .offset-2 {
      margin-left: 16.66666667%
    }

    .offset-3 {
      margin-left: 25%
    }

    .offset-4 {
      margin-left: 33.33333333%
    }

    .offset-5 {
      margin-left: 41.66666667%
    }

    .offset-6 {
      margin-left: 50%
    }

    .offset-7 {
      margin-left: 58.33333333%
    }

    .offset-8 {
      margin-left: 66.66666667%
    }

    .offset-9 {
      margin-left: 75%
    }

    .offset-10 {
      margin-left: 83.33333333%
    }

    .offset-11 {
      margin-left: 91.66666667%
    }

    .g-0,
    .gx-0 {
      --bs-gutter-x: 0
    }

    .g-0,
    .gy-0 {
      --bs-gutter-y: 0
    }

    .g-1,
    .gx-1 {
      --bs-gutter-x: 0.25rem
    }

    .g-1,
    .gy-1 {
      --bs-gutter-y: 0.25rem
    }

    .g-2,
    .gx-2 {
      --bs-gutter-x: 0.5rem
    }

    .g-2,
    .gy-2 {
      --bs-gutter-y: 0.5rem
    }

    .g-3,
    .gx-3 {
      --bs-gutter-x: 1rem
    }

    .g-3,
    .gy-3 {
      --bs-gutter-y: 1rem
    }

    .g-4,
    .gx-4 {
      --bs-gutter-x: 1.5rem
    }

    .g-4,
    .gy-4 {
      --bs-gutter-y: 1.5rem
    }

    .g-5,
    .gx-5 {
      --bs-gutter-x: 3rem
    }

    .g-5,
    .gy-5 {
      --bs-gutter-y: 3rem
    }

    @media (min-width:576px) {
      .col-sm-auto {
        flex: 0 0 auto;
        width: auto
      }

      .col-sm-1 {
        flex: 0 0 auto;
        width: 8.33333333%
      }

      .col-sm-2 {
        flex: 0 0 auto;
        width: 16.66666667%
      }

      .col-sm-3 {
        flex: 0 0 auto;
        width: 25%
      }

      .col-sm-4 {
        flex: 0 0 auto;
        width: 33.33333333%
      }

      .col-sm-5 {
        flex: 0 0 auto;
        width: 41.66666667%
      }

      .col-sm-6 {
        flex: 0 0 auto;
        width: 50%
      }

      .col-sm-7 {
        flex: 0 0 auto;
        width: 58.33333333%
      }

      .col-sm-8 {
        flex: 0 0 auto;
        width: 66.66666667%
      }

      .col-sm-9 {
        flex: 0 0 auto;
        width: 75%
      }

      .col-sm-10 {
        flex: 0 0 auto;
        width: 83.33333333%
      }

      .col-sm-11 {
        flex: 0 0 auto;
        width: 91.66666667%
      }

      .col-sm-12 {
        flex: 0 0 auto;
        width: 100%
      }

      .offset-sm-0 {
        margin-left: 0
      }

      .offset-sm-1 {
        margin-left: 8.33333333%
      }

      .offset-sm-2 {
        margin-left: 16.66666667%
      }

      .offset-sm-3 {
        margin-left: 25%
      }

      .offset-sm-4 {
        margin-left: 33.33333333%
      }

      .offset-sm-5 {
        margin-left: 41.66666667%
      }

      .offset-sm-6 {
        margin-left: 50%
      }

      .offset-sm-7 {
        margin-left: 58.33333333%
      }

      .offset-sm-8 {
        margin-left: 66.66666667%
      }

      .offset-sm-9 {
        margin-left: 75%
      }

      .offset-sm-10 {
        margin-left: 83.33333333%
      }

      .offset-sm-11 {
        margin-left: 91.66666667%
      }

      .g-sm-0,
      .gx-sm-0 {
        --bs-gutter-x: 0
      }

      .g-sm-0,
      .gy-sm-0 {
        --bs-gutter-y: 0
      }

      .g-sm-1,
      .gx-sm-1 {
        --bs-gutter-x: 0.25rem
      }

      .g-sm-1,
      .gy-sm-1 {
        --bs-gutter-y: 0.25rem
      }

      .g-sm-2,
      .gx-sm-2 {
        --bs-gutter-x: 0.5rem
      }

      .g-sm-2,
      .gy-sm-2 {
        --bs-gutter-y: 0.5rem
      }

      .g-sm-3,
      .gx-sm-3 {
        --bs-gutter-x: 1rem
      }

      .g-sm-3,
      .gy-sm-3 {
        --bs-gutter-y: 1rem
      }

      .g-sm-4,
      .gx-sm-4 {
        --bs-gutter-x: 1.5rem
      }

      .g-sm-4,
      .gy-sm-4 {
        --bs-gutter-y: 1.5rem
      }

      .g-sm-5,
      .gx-sm-5 {
        --bs-gutter-x: 3rem
      }

      .g-sm-5,
      .gy-sm-5 {
        --bs-gutter-y: 3rem
      }
    }

    @media (min-width:768px) {
      .col-md-auto {
        flex: 0 0 auto;
        width: auto
      }

      .col-md-1 {
        flex: 0 0 auto;
        width: 8.33333333%
      }

      .col-md-2 {
        flex: 0 0 auto;
        width: 16.66666667%
      }

      .col-md-3 {
        flex: 0 0 auto;
        width: 25%
      }

      .col-md-4 {
        flex: 0 0 auto;
        width: 33.33333333%
      }

      .col-md-5 {
        flex: 0 0 auto;
        width: 41.66666667%
      }

      .col-md-6 {
        flex: 0 0 auto;
        width: 50%
      }

      .col-md-7 {
        flex: 0 0 auto;
        width: 58.33333333%
      }

      .col-md-8 {
        flex: 0 0 auto;
        width: 66.66666667%
      }

      .col-md-9 {
        flex: 0 0 auto;
        width: 75%
      }

      .col-md-10 {
        flex: 0 0 auto;
        width: 83.33333333%
      }

      .col-md-11 {
        flex: 0 0 auto;
        width: 91.66666667%
      }

      .col-md-12 {
        flex: 0 0 auto;
        width: 100%
      }

      .offset-md-0 {
        margin-left: 0
      }

      .offset-md-1 {
        margin-left: 8.33333333%
      }

      .offset-md-2 {
        margin-left: 16.66666667%
      }

      .offset-md-3 {
        margin-left: 25%
      }

      .offset-md-4 {
        margin-left: 33.33333333%
      }

      .offset-md-5 {
        margin-left: 41.66666667%
      }

      .offset-md-6 {
        margin-left: 50%
      }

      .offset-md-7 {
        margin-left: 58.33333333%
      }

      .offset-md-8 {
        margin-left: 66.66666667%
      }

      .offset-md-9 {
        margin-left: 75%
      }

      .offset-md-10 {
        margin-left: 83.33333333%
      }

      .offset-md-11 {
        margin-left: 91.66666667%
      }

      .g-md-0,
      .gx-md-0 {
        --bs-gutter-x: 0
      }

      .g-md-0,
      .gy-md-0 {
        --bs-gutter-y: 0
      }

      .g-md-1,
      .gx-md-1 {
        --bs-gutter-x: 0.25rem
      }

      .g-md-1,
      .gy-md-1 {
        --bs-gutter-y: 0.25rem
      }

      .g-md-2,
      .gx-md-2 {
        --bs-gutter-x: 0.5rem
      }

      .g-md-2,
      .gy-md-2 {
        --bs-gutter-y: 0.5rem
      }

      .g-md-3,
      .gx-md-3 {
        --bs-gutter-x: 1rem
      }

      .g-md-3,
      .gy-md-3 {
        --bs-gutter-y: 1rem
      }

      .g-md-4,
      .gx-md-4 {
        --bs-gutter-x: 1.5rem
      }

      .g-md-4,
      .gy-md-4 {
        --bs-gutter-y: 1.5rem
      }

      .g-md-5,
      .gx-md-5 {
        --bs-gutter-x: 3rem
      }

      .g-md-5,
      .gy-md-5 {
        --bs-gutter-y: 3rem
      }
    }

    @media (min-width:992px) {
      .col-lg-auto {
        flex: 0 0 auto;
        width: auto
      }

      .col-lg-1 {
        flex: 0 0 auto;
        width: 8.33333333%
      }

      .col-lg-2 {
        flex: 0 0 auto;
        width: 16.66666667%
      }

      .col-lg-3 {
        flex: 0 0 auto;
        width: 25%
      }

      .col-lg-4 {
        flex: 0 0 auto;
        width: 33.33333333%
      }

      .col-lg-5 {
        flex: 0 0 auto;
        width: 41.66666667%
      }

      .col-lg-6 {
        flex: 0 0 auto;
        width: 50%
      }

      .col-lg-7 {
        flex: 0 0 auto;
        width: 58.33333333%
      }

      .col-lg-8 {
        flex: 0 0 auto;
        width: 66.66666667%
      }

      .col-lg-9 {
        flex: 0 0 auto;
        width: 75%
      }

      .col-lg-10 {
        flex: 0 0 auto;
        width: 83.33333333%
      }

      .col-lg-11 {
        flex: 0 0 auto;
        width: 91.66666667%
      }

      .col-lg-12 {
        flex: 0 0 auto;
        width: 100%
      }

      .offset-lg-0 {
        margin-left: 0
      }

      .offset-lg-1 {
        margin-left: 8.33333333%
      }

      .offset-lg-2 {
        margin-left: 16.66666667%
      }

      .offset-lg-3 {
        margin-left: 25%
      }

      .offset-lg-4 {
        margin-left: 33.33333333%
      }

      .offset-lg-5 {
        margin-left: 41.66666667%
      }

      .offset-lg-6 {
        margin-left: 50%
      }

      .offset-lg-7 {
        margin-left: 58.33333333%
      }

      .offset-lg-8 {
        margin-left: 66.66666667%
      }

      .offset-lg-9 {
        margin-left: 75%
      }

      .offset-lg-10 {
        margin-left: 83.33333333%
      }

      .offset-lg-11 {
        margin-left: 91.66666667%
      }

      .g-lg-0,
      .gx-lg-0 {
        --bs-gutter-x: 0
      }

      .g-lg-0,
      .gy-lg-0 {
        --bs-gutter-y: 0
      }

      .g-lg-1,
      .gx-lg-1 {
        --bs-gutter-x: 0.25rem
      }

      .g-lg-1,
      .gy-lg-1 {
        --bs-gutter-y: 0.25rem
      }

      .g-lg-2,
      .gx-lg-2 {
        --bs-gutter-x: 0.5rem
      }

      .g-lg-2,
      .gy-lg-2 {
        --bs-gutter-y: 0.5rem
      }

      .g-lg-3,
      .gx-lg-3 {
        --bs-gutter-x: 1rem
      }

      .g-lg-3,
      .gy-lg-3 {
        --bs-gutter-y: 1rem
      }

      .g-lg-4,
      .gx-lg-4 {
        --bs-gutter-x: 1.5rem
      }

      .g-lg-4,
      .gy-lg-4 {
        --bs-gutter-y: 1.5rem
      }

      .g-lg-5,
      .gx-lg-5 {
        --bs-gutter-x: 3rem
      }

      .g-lg-5,
      .gy-lg-5 {
        --bs-gutter-y: 3rem
      }
    }

    @media (min-width:1200px) {
      .col-xl-auto {
        flex: 0 0 auto;
        width: auto
      }

      .col-xl-1 {
        flex: 0 0 auto;
        width: 8.33333333%
      }

      .col-xl-2 {
        flex: 0 0 auto;
        width: 16.66666667%
      }

      .col-xl-3 {
        flex: 0 0 auto;
        width: 25%
      }

      .col-xl-4 {
        flex: 0 0 auto;
        width: 33.33333333%
      }

      .col-xl-5 {
        flex: 0 0 auto;
        width: 41.66666667%
      }

      .col-xl-6 {
        flex: 0 0 auto;
        width: 50%
      }

      .col-xl-7 {
        flex: 0 0 auto;
        width: 58.33333333%
      }

      .col-xl-8 {
        flex: 0 0 auto;
        width: 66.66666667%
      }

      .col-xl-9 {
        flex: 0 0 auto;
        width: 75%
      }

      .col-xl-10 {
        flex: 0 0 auto;
        width: 83.33333333%
      }

      .col-xl-11 {
        flex: 0 0 auto;
        width: 91.66666667%
      }

      .col-xl-12 {
        flex: 0 0 auto;
        width: 100%
      }

      .offset-xl-0 {
        margin-left: 0
      }

      .offset-xl-1 {
        margin-left: 8.33333333%
      }

      .offset-xl-2 {
        margin-left: 16.66666667%
      }

      .offset-xl-3 {
        margin-left: 25%
      }

      .offset-xl-4 {
        margin-left: 33.33333333%
      }

      .offset-xl-5 {
        margin-left: 41.66666667%
      }

      .offset-xl-6 {
        margin-left: 50%
      }

      .offset-xl-7 {
        margin-left: 58.33333333%
      }

      .offset-xl-8 {
        margin-left: 66.66666667%
      }

      .offset-xl-9 {
        margin-left: 75%
      }

      .offset-xl-10 {
        margin-left: 83.33333333%
      }

      .offset-xl-11 {
        margin-left: 91.66666667%
      }

      .g-xl-0,
      .gx-xl-0 {
        --bs-gutter-x: 0
      }

      .g-xl-0,
      .gy-xl-0 {
        --bs-gutter-y: 0
      }

      .g-xl-1,
      .gx-xl-1 {
        --bs-gutter-x: 0.25rem
      }

      .g-xl-1,
      .gy-xl-1 {
        --bs-gutter-y: 0.25rem
      }

      .g-xl-2,
      .gx-xl-2 {
        --bs-gutter-x: 0.5rem
      }

      .g-xl-2,
      .gy-xl-2 {
        --bs-gutter-y: 0.5rem
      }

      .g-xl-3,
      .gx-xl-3 {
        --bs-gutter-x: 1rem
      }

      .g-xl-3,
      .gy-xl-3 {
        --bs-gutter-y: 1rem
      }

      .g-xl-4,
      .gx-xl-4 {
        --bs-gutter-x: 1.5rem
      }

      .g-xl-4,
      .gy-xl-4 {
        --bs-gutter-y: 1.5rem
      }

      .g-xl-5,
      .gx-xl-5 {
        --bs-gutter-x: 3rem
      }

      .g-xl-5,
      .gy-xl-5 {
        --bs-gutter-y: 3rem
      }
    }

    @media (min-width:1400px) {
      .col-xxl-auto {
        flex: 0 0 auto;
        width: auto
      }

      .col-xxl-1 {
        flex: 0 0 auto;
        width: 8.33333333%
      }

      .col-xxl-2 {
        flex: 0 0 auto;
        width: 16.66666667%
      }

      .col-xxl-3 {
        flex: 0 0 auto;
        width: 25%
      }

      .col-xxl-4 {
        flex: 0 0 auto;
        width: 33.33333333%
      }

      .col-xxl-5 {
        flex: 0 0 auto;
        width: 41.66666667%
      }

      .col-xxl-6 {
        flex: 0 0 auto;
        width: 50%
      }

      .col-xxl-7 {
        flex: 0 0 auto;
        width: 58.33333333%
      }

      .col-xxl-8 {
        flex: 0 0 auto;
        width: 66.66666667%
      }

      .col-xxl-9 {
        flex: 0 0 auto;
        width: 75%
      }

      .col-xxl-10 {
        flex: 0 0 auto;
        width: 83.33333333%
      }

      .col-xxl-11 {
        flex: 0 0 auto;
        width: 91.66666667%
      }

      .col-xxl-12 {
        flex: 0 0 auto;
        width: 100%
      }

      .offset-xxl-0 {
        margin-left: 0
      }

      .offset-xxl-1 {
        margin-left: 8.33333333%
      }

      .offset-xxl-2 {
        margin-left: 16.66666667%
      }

      .offset-xxl-3 {
        margin-left: 25%
      }

      .offset-xxl-4 {
        margin-left: 33.33333333%
      }

      .offset-xxl-5 {
        margin-left: 41.66666667%
      }

      .offset-xxl-6 {
        margin-left: 50%
      }

      .offset-xxl-7 {
        margin-left: 58.33333333%
      }

      .offset-xxl-8 {
        margin-left: 66.66666667%
      }

      .offset-xxl-9 {
        margin-left: 75%
      }

      .offset-xxl-10 {
        margin-left: 83.33333333%
      }

      .offset-xxl-11 {
        margin-left: 91.66666667%
      }

      .g-xxl-0,
      .gx-xxl-0 {
        --bs-gutter-x: 0
      }

      .g-xxl-0,
      .gy-xxl-0 {
        --bs-gutter-y: 0
      }

      .g-xxl-1,
      .gx-xxl-1 {
        --bs-gutter-x: 0.25rem
      }

      .g-xxl-1,
      .gy-xxl-1 {
        --bs-gutter-y: 0.25rem
      }

      .g-xxl-2,
      .gx-xxl-2 {
        --bs-gutter-x: 0.5rem
      }

      .g-xxl-2,
      .gy-xxl-2 {
        --bs-gutter-y: 0.5rem
      }

      .g-xxl-3,
      .gx-xxl-3 {
        --bs-gutter-x: 1rem
      }

      .g-xxl-3,
      .gy-xxl-3 {
        --bs-gutter-y: 1rem
      }

      .g-xxl-4,
      .gx-xxl-4 {
        --bs-gutter-x: 1.5rem
      }

      .g-xxl-4,
      .gy-xxl-4 {
        --bs-gutter-y: 1.5rem
      }

      .g-xxl-5,
      .gx-xxl-5 {
        --bs-gutter-x: 3rem
      }

      .g-xxl-5,
      .gy-xxl-5 {
        --bs-gutter-y: 3rem
      }
    }

    .table {
      --bs-table-bg: transparent;
      --bs-table-accent-bg: transparent;
      --bs-table-striped-color: #212529;
      --bs-table-striped-bg: rgba(0, 0, 0, 0.05);
      --bs-table-active-color: #212529;
      --bs-table-active-bg: rgba(0, 0, 0, 0.1);
      --bs-table-hover-color: #212529;
      --bs-table-hover-bg: rgba(0, 0, 0, 0.075);
      width: 100%;
      margin-bottom: 1rem;
      color: #212529;
      vertical-align: top;
      border-color: #dee2e6
    }

    .table>:not(caption)>*>* {
      padding: .5rem .5rem;
      background-color: var(--bs-table-bg);
      border-bottom-width: 1px;
      box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg)
    }

    .table>tbody {
      vertical-align: inherit
    }

    .table>thead {
      vertical-align: bottom
    }

    .table>:not(:last-child)>:last-child>* {
      border-bottom-color: currentColor
    }

    .caption-top {
      caption-side: top
    }

    .table-sm>:not(caption)>*>* {
      padding: .25rem .25rem
    }

    .table-bordered>:not(caption)>* {
      border-width: 1px 0
    }

    .table-bordered>:not(caption)>*>* {
      border-width: 0 1px
    }

    .table-borderless>:not(caption)>*>* {
      border-bottom-width: 0
    }

    .table-striped>tbody>tr:nth-of-type(odd) {
      --bs-table-accent-bg: var(--bs-table-striped-bg);
      color: var(--bs-table-striped-color)
    }

    .table-active {
      --bs-table-accent-bg: var(--bs-table-active-bg);
      color: var(--bs-table-active-color)
    }

    .table-hover>tbody>tr:hover {
      --bs-table-accent-bg: var(--bs-table-hover-bg);
      color: var(--bs-table-hover-color)
    }

    .table-primary {
      --bs-table-bg: #cfe2ff;
      --bs-table-striped-bg: #c5d7f2;
      --bs-table-striped-color: #000;
      --bs-table-active-bg: #bacbe6;
      --bs-table-active-color: #000;
      --bs-table-hover-bg: #bfd1ec;
      --bs-table-hover-color: #000;
      color: #000;
      border-color: #bacbe6
    }

    .table-secondary {
      --bs-table-bg: #e2e3e5;
      --bs-table-striped-bg: #d7d8da;
      --bs-table-striped-color: #000;
      --bs-table-active-bg: #cbccce;
      --bs-table-active-color: #000;
      --bs-table-hover-bg: #d1d2d4;
      --bs-table-hover-color: #000;
      color: #000;
      border-color: #cbccce
    }

    .table-success {
      --bs-table-bg: #d1e7dd;
      --bs-table-striped-bg: #c7dbd2;
      --bs-table-striped-color: #000;
      --bs-table-active-bg: #bcd0c7;
      --bs-table-active-color: #000;
      --bs-table-hover-bg: #c1d6cc;
      --bs-table-hover-color: #000;
      color: #000;
      border-color: #bcd0c7
    }

    .table-info {
      --bs-table-bg: #cff4fc;
      --bs-table-striped-bg: #c5e8ef;
      --bs-table-striped-color: #000;
      --bs-table-active-bg: #badce3;
      --bs-table-active-color: #000;
      --bs-table-hover-bg: #bfe2e9;
      --bs-table-hover-color: #000;
      color: #000;
      border-color: #badce3
    }

    .table-warning {
      --bs-table-bg: #fff3cd;
      --bs-table-striped-bg: #f2e7c3;
      --bs-table-striped-color: #000;
      --bs-table-active-bg: #e6dbb9;
      --bs-table-active-color: #000;
      --bs-table-hover-bg: #ece1be;
      --bs-table-hover-color: #000;
      color: #000;
      border-color: #e6dbb9
    }

    .table-danger {
      --bs-table-bg: #f8d7da;
      --bs-table-striped-bg: #eccccf;
      --bs-table-striped-color: #000;
      --bs-table-active-bg: #dfc2c4;
      --bs-table-active-color: #000;
      --bs-table-hover-bg: #e5c7ca;
      --bs-table-hover-color: #000;
      color: #000;
      border-color: #dfc2c4
    }

    .table-light {
      --bs-table-bg: #f8f9fa;
      --bs-table-striped-bg: #ecedee;
      --bs-table-striped-color: #000;
      --bs-table-active-bg: #dfe0e1;
      --bs-table-active-color: #000;
      --bs-table-hover-bg: #e5e6e7;
      --bs-table-hover-color: #000;
      color: #000;
      border-color: #dfe0e1
    }

    .table-dark {
      --bs-table-bg: #212529;
      --bs-table-striped-bg: #2c3034;
      --bs-table-striped-color: #fff;
      --bs-table-active-bg: #373b3e;
      --bs-table-active-color: #fff;
      --bs-table-hover-bg: #323539;
      --bs-table-hover-color: #fff;
      color: #fff;
      border-color: #373b3e
    }

    .table-responsive {
      overflow-x: auto;
      -webkit-overflow-scrolling: touch
    }

    @media (max-width:575.98px) {
      .table-responsive-sm {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch
      }
    }

    @media (max-width:767.98px) {
      .table-responsive-md {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch
      }
    }

    @media (max-width:991.98px) {
      .table-responsive-lg {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch
      }
    }

    @media (max-width:1199.98px) {
      .table-responsive-xl {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch
      }
    }

    @media (max-width:1399.98px) {
      .table-responsive-xxl {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch
      }
    }

    .form-label {
      margin-bottom: .5rem
    }

    .col-form-label {
      padding-top: calc(.375rem + 1px);
      padding-bottom: calc(.375rem + 1px);
      margin-bottom: 0;
      font-size: inherit;
      line-height: 1.5
    }

    .col-form-label-lg {
      padding-top: calc(.5rem + 1px);
      padding-bottom: calc(.5rem + 1px);
      font-size: 1.25rem
    }

    .col-form-label-sm {
      padding-top: calc(.25rem + 1px);
      padding-bottom: calc(.25rem + 1px);
      font-size: .875rem
    }

    .form-text {
      margin-top: .25rem;
      font-size: .875em;
      color: #6c757d
    }

    .form-control {
      display: block;
      width: 100%;
      padding: .375rem .75rem;
      font-size: 1rem;
      font-weight: 400;
      line-height: 1.5;
      color: #212529;
      background-color: #fff;
      background-clip: padding-box;
      border: 1px solid #ced4da;
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none;
      border-radius: .25rem;
      transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out
    }

    @media (prefers-reduced-motion:reduce) {
      .form-control {
        transition: none
      }
    }

    .form-control[type=file] {
      overflow: hidden
    }

    .form-control[type=file]:not(:disabled):not([readonly]) {
      cursor: pointer
    }

    .form-control:focus {
      color: #212529;
      background-color: #fff;
      border-color: #86b7fe;
      outline: 0;
      box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25)
    }

    .form-control::-webkit-date-and-time-value {
      height: 1.5em
    }

    .form-control::-moz-placeholder {
      color: #6c757d;
      opacity: 1
    }

    .form-control::placeholder {
      color: #6c757d;
      opacity: 1
    }

    .form-control:disabled,
    .form-control[readonly] {
      background-color: #e9ecef;
      opacity: 1
    }

    .form-control::file-selector-button {
      padding: .375rem .75rem;
      margin: -.375rem -.75rem;
      -webkit-margin-end: .75rem;
      margin-inline-end: .75rem;
      color: #212529;
      background-color: #e9ecef;
      pointer-events: none;
      border-color: inherit;
      border-style: solid;
      border-width: 0;
      border-inline-end-width: 1px;
      border-radius: 0;
      transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
    }

    @media (prefers-reduced-motion:reduce) {
      .form-control::file-selector-button {
        transition: none
      }
    }

    .form-control:hover:not(:disabled):not([readonly])::file-selector-button {
      background-color: #dde0e3
    }

    .form-control::-webkit-file-upload-button {
      padding: .375rem .75rem;
      margin: -.375rem -.75rem;
      -webkit-margin-end: .75rem;
      margin-inline-end: .75rem;
      color: #212529;
      background-color: #e9ecef;
      pointer-events: none;
      border-color: inherit;
      border-style: solid;
      border-width: 0;
      border-inline-end-width: 1px;
      border-radius: 0;
      -webkit-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
      transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
    }

    @media (prefers-reduced-motion:reduce) {
      .form-control::-webkit-file-upload-button {
        -webkit-transition: none;
        transition: none
      }
    }

    .form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button {
      background-color: #dde0e3
    }

    .form-control-plaintext {
      display: block;
      width: 100%;
      padding: .375rem 0;
      margin-bottom: 0;
      line-height: 1.5;
      color: #212529;
      background-color: transparent;
      border: solid transparent;
      border-width: 1px 0
    }

    .form-control-plaintext.form-control-lg,
    .form-control-plaintext.form-control-sm {
      padding-right: 0;
      padding-left: 0
    }

    .form-control-sm {
      min-height: calc(1.5em + (.5rem + 2px));
      padding: .25rem .5rem;
      font-size: .875rem;
      border-radius: .2rem
    }

    .form-control-sm::file-selector-button {
      padding: .25rem .5rem;
      margin: -.25rem -.5rem;
      -webkit-margin-end: .5rem;
      margin-inline-end: .5rem
    }

    .form-control-sm::-webkit-file-upload-button {
      padding: .25rem .5rem;
      margin: -.25rem -.5rem;
      -webkit-margin-end: .5rem;
      margin-inline-end: .5rem
    }

    .form-control-lg {
      min-height: calc(1.5em + (1rem + 2px));
      padding: .5rem 1rem;
      font-size: 1.25rem;
      border-radius: .3rem
    }

    .form-control-lg::file-selector-button {
      padding: .5rem 1rem;
      margin: -.5rem -1rem;
      -webkit-margin-end: 1rem;
      margin-inline-end: 1rem
    }

    .form-control-lg::-webkit-file-upload-button {
      padding: .5rem 1rem;
      margin: -.5rem -1rem;
      -webkit-margin-end: 1rem;
      margin-inline-end: 1rem
    }

    textarea.form-control {
      min-height: calc(1.5em + (.75rem + 2px))
    }

    textarea.form-control-sm {
      min-height: calc(1.5em + (.5rem + 2px))
    }

    textarea.form-control-lg {
      min-height: calc(1.5em + (1rem + 2px))
    }

    .form-control-color {
      max-width: 3rem;
      height: auto;
      padding: .375rem
    }

    .form-control-color:not(:disabled):not([readonly]) {
      cursor: pointer
    }

    .form-control-color::-moz-color-swatch {
      height: 1.5em;
      border-radius: .25rem
    }

    .form-control-color::-webkit-color-swatch {
      height: 1.5em;
      border-radius: .25rem
    }

    .form-select {
      display: block;
      width: 100%;
      padding: .375rem 2.25rem .375rem .75rem;
      -moz-padding-start: calc(0.75rem - 3px);
      font-size: 1rem;
      font-weight: 400;
      line-height: 1.5;
      color: #212529;
      background-color: #fff;

    }


    .circle-text {
      font-size: 28px;
    }
  
    .rll-youtube-player,
    [data-lazy-src] {
      display: none !important;
    }
  
    .elementor-584 .elementor-element.elementor-element-b868c9d {
      --display: flex;
      --flex-direction: column;
      --container-widget-width: 100%;
      --container-widget-height: initial;
      --container-widget-flex-grow: 0;
      --container-widget-align-self: initial;
      --flex-wrap-mobile: wrap;
      border-style: solid;
      --border-style: solid;
      border-width: 1px 1px 1px 1px;
      --border-top-width: 1px;
      --border-right-width: 1px;
      --border-bottom-width: 1px;
      --border-left-width: 1px;
      border-color: #BABABA;
      --border-color: #BABABA;
      --padding-top: 10px;
      --padding-bottom: 10px;
      --padding-left: 10px;
      --padding-right: 10px;
    }

    .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-584 .elementor-element.elementor-element-8c95976 img {
      border-style: solid;
      border-width: 1px 1px 1px 1px;
      border-color: #D1D1D1;
    }

    .elementor-widget-theme-post-title .elementor-heading-title {
      font-family: var(--e-global-typography-primary-font-family), Sans-serif;
      font-weight: var(--e-global-typography-primary-font-weight);
      color: var(--e-global-color-primary);
    }

    .elementor-584 .elementor-element.elementor-element-d248a52 .elementor-heading-title {
      font-family: "Roboto", Sans-serif;
      font-size: 24px;
      font-weight: 600;
      color: #006FA7;
    }

    .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-584 .elementor-element.elementor-element-29fc454 .elementor-icon-list-icon {
      width: 14px;
    }

    .elementor-584 .elementor-element.elementor-element-29fc454 .elementor-icon-list-icon i {
      font-size: 14px;
    }

    .elementor-584 .elementor-element.elementor-element-29fc454 .elementor-icon-list-icon svg {
      --e-icon-list-icon-size: 14px;
    }

    .elementor-widget-button .elementor-button {
      background-color: var(--e-global-color-accent);
      font-family: var(--e-global-typography-accent-font-family), Sans-serif;
      font-weight: var(--e-global-typography-accent-font-weight);
    }

    .elementor-584 .elementor-element.elementor-element-8d7432e .elementor-button {
      background-color: #006FA7;
    }
  
    .elementor-584 .elementor-element.elementor-element-b868c9d {
      --display: flex;
      --flex-direction: column;
      --container-widget-width: 100%;
      --container-widget-height: initial;
      --container-widget-flex-grow: 0;
      --container-widget-align-self: initial;
      --flex-wrap-mobile: wrap;
      border-style: solid;
      --border-style: solid;
      border-width: 1px 1px 1px 1px;
      --border-top-width: 1px;
      --border-right-width: 1px;
      --border-bottom-width: 1px;
      --border-left-width: 1px;
      border-color: #BABABA;
      --border-color: #BABABA;
      --padding-top: 10px;
      --padding-bottom: 10px;
      --padding-left: 10px;
      --padding-right: 10px;
    }

    .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-584 .elementor-element.elementor-element-8c95976 img {
      border-style: solid;
      border-width: 1px 1px 1px 1px;
      border-color: #D1D1D1;
    }

    .elementor-widget-theme-post-title .elementor-heading-title {
      font-family: var(--e-global-typography-primary-font-family), Sans-serif;
      font-weight: var(--e-global-typography-primary-font-weight);
      color: var(--e-global-color-primary);
    }

    .elementor-584 .elementor-element.elementor-element-d248a52 .elementor-heading-title {
      font-family: "Roboto", Sans-serif;
      font-size: 24px;
      font-weight: 600;
      color: #006FA7;
    }

    .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-584 .elementor-element.elementor-element-29fc454 .elementor-icon-list-icon {
      width: 14px;
    }

    .elementor-584 .elementor-element.elementor-element-29fc454 .elementor-icon-list-icon i {
      font-size: 14px;
    }

    .elementor-584 .elementor-element.elementor-element-29fc454 .elementor-icon-list-icon svg {
      --e-icon-list-icon-size: 14px;
    }

    .elementor-widget-button .elementor-button {
      background-color: var(--e-global-color-accent);
      font-family: var(--e-global-typography-accent-font-family), Sans-serif;
      font-weight: var(--e-global-typography-accent-font-weight);
    }

    .elementor-584 .elementor-element.elementor-element-8d7432e .elementor-button {
      background-color: #006FA7;
    }
  