    /* 
Theme Name: Waterrokit
Theme URI: https://www.imre.uk
Description: Waterrokit is a child theme of Hello Elementor, created by Elementor team
Author: IMRE Ltd
Author URI: https://www.imre.uk
Template: hello-elementor
Version: 1.0.1
Text Domain: waterrokit
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/
    /*
    Add your custom styles here
*/
    
    @media only screen and (max-width: 767px) {
        body {
            font-family: "Roboto", Sans-serif!important;
        }
    }
    
    @media only screen and (max-width: 767px) {
        .hide-mobile {
            display: none!important;
        }
    }
    
    @media only screen and (min-width: 768px) and (max-width: 1024px) {
        .hide-tablet {
            display: none!important;
        }
    }
    
    @media only screen and (min-width: 1025px) {
        .hide-desktop {
            display: none!important;
        }
    }
    /*** Improved Animations ***/
    
    .elementor-element.fadeInDown {
        animation-name: fadeDown
    }
    
    @keyframes fadeLeft {
        from {
            opacity: 0;
            transform: translate3d(-30px, 0, 0)
        }
        to {
            opacity: 1;
            transform: none
        }
    }
    
    .elementor-element.fadeInLeft {
        animation-name: fadeLeft
    }
    
    @keyframes fadeRight {
        from {
            opacity: 0;
            transform: translate3d(30px, 0, 0)
        }
        to {
            opacity: 1;
            transform: none
        }
    }
    
    .elementor-element.fadeInRight {
        animation-name: fadeRight
    }
    
    @keyframes fadeUp {
        from {
            opacity: 0;
            transform: translate3d(0, 30px, 0)
        }
        to {
            opacity: 1;
            transform: none
        }
    }
    
    .elementor-element.fadeInUp {
        animation-name: fadeUp
    }
    
    .square {
        /* Fallback for browsers without aspect-ratio support */
        height: 0;
        padding-top: 100%;
    }
    /* If the browser supports aspect-ratio, override the fallback */
    
    @supports (aspect-ratio: 1 / 1) {
        .square {
            height: auto;
            padding-top: 0;
            aspect-ratio: 1 / 1;
        }
    }
    /* Optional inner container for positioning content */
    
    .square .content {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
    }
    /* Modern browsers - Maintain 16:9 aspect ratio */
    
    iframe[src*="youtube.com"],
    iframe[src*="youtu.be"],
    iframe[src*="vimeo.com"] {
        width: 100%;
        height: auto;
        display: block;
        aspect-ratio: 16 / 9;
    }
    /* Fallback for older browsers (IE, old Safari) */
    
    @supports not (aspect-ratio: 16 / 9) {
        iframe[src*="youtube.com"],
        iframe[src*="youtu.be"],
        iframe[src*="vimeo.com"] {
            position: relative;
            width: 100%;
            height: 0;
            padding-bottom: 56.25%;
            /* 16:9 Aspect Ratio */
        }
        /* Ensure the video is fully visible */
        iframe[src*="youtube.com"],
        iframe[src*="youtu.be"],
        iframe[src*="vimeo.com"] {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
        }
    }
    
    #small-header-container {
        transition: top 0.3s ease-in-out;
        /*  Re-enable transition for scroll behavior */
        position: fixed;
        left: 0;
        width: 100%;
        z-index: 99;
    }
    
    #hide-header {
        transition: top 0.3s ease-in-out;
        /* Re-enable transition for scroll behavior */
        position: fixed;
        left: 0;
        width: 100%;
        z-index: 998;
        top: 29.5938px;
    }
    
    .at-top {
        box-shadow: 0px 5px 10px 0px rgba(53, 53, 53, 0.2);
    }
    
    .Light.Links .hide-header a,
    .hide-header.bg-active a {
        color: var(--e-global-color-569ff73)!important;
        fill: var(--e-global-color-569ff73)!important;
    }
    
    .Light.Links .hide-header .elementor-social-icon svg,
    .hide-header.bg-active .elementor-social-icon svg {
        fill: var(--e-global-color-569ff73)!important;
    }
    
    .Light.Links .hide-header a:hover,
    .hide-header.bg-active a:hover {
        color: var(--e-global-color-40387e3)!important;
        fill: var(--e-global-color-40387e3)!important;
    }
    
    .Light.Links .hide-header .elementor-social-icon:hover svg,
    .hide-header.bg-active .elementor-social-icon:hover svg {
        color: var(--e-global-color-40387e3)!important;
        fill: var(--e-global-color-40387e3)!important;
    }
    
    .hide-header.bg-active .elementor-widget-wp-widget-woocommerce-currency-selector-widget select,
    .hide-header.bg-active .elementor-widget-wp-widget-woocommerce-currency-selector-widget h5 {
        color: #fff;
    }
    
    .hide-header.bg-active .elementor-widget-wp-widget-woocommerce-currency-selector-widget option {
        color: #000;
    }
    
    .quantity input::-webkit-outer-spin-button,
    .quantity input::-webkit-inner-spin-button {
        -webkit-appearance: none;
        margin: 0
    }
    
    .quantity input[type=number] {
        -moz-appearance: textfield;
    }
    
    .quantity {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: repeat(2, 1fr);
        grid-column-gap: 0px;
        grid-row-gap: 0px;
    }
    
    input.qty {
        grid-area: 1 / 1 / 3 / 2;
        width: 50px;
    }
    
    .quantity-button {
        cursor: pointer;
        width: 24px;
        text-align: center;
        color: #333;
        font-size: 16px;
    }
    
    .quantity-button:hover {
        background-color: var(--e-global-color-266b5b0)!important;
    }
    
    .quantity-button.quantity-down {
        border-style: solid;
        border-width: 1px 0 1px 0;
        border-color: var(--e-global-color-030f840)!important;
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 0 4px;
        width: 100%;
        background: #fff;
        grid-area: 2 / 2 / 3 / 3;
    }
    
    .quantity-button.quantity-up {
        border-style: solid;
        border-width: 1px 0 0 0;
        border-color: var(--e-global-color-030f840)!important;
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 0 4px;
        width: 100%;
        background: #fff;
        grid-area: 1 / 2 / 2 / 3;
    }
    
    .elementor-add-to-cart a {
        min-height: 50px;
        display: flex!important;
        align-items: center;
        justify-content: center;
    }
    
    input.input-text.qty:focus {
        border-radius: 0;
    }
    
    a.added_to_cart.wc-forward {
        position: absolute;
        top: 100%;
        right: 0;
        height: 32px;
        min-height: 32px;
    }
    
    .single-product form.cart {
        border: 1px solid var(--e-global-color-266b5b0);
    }
    
    .threeHundredHigh {
        min-height: 300px;
    }
    
    span.red {
        color: var(--e-global-color-primary);
    }
    
    span.black {
        color: var(--e-global-color-secondary);
    }
    
    .page-id-2752 nav .elementor-item {
        color: #fff;
    }
    
    .woocommerce span.onsale,
    span.onsale {
        min-height: 4em;
        min-width: 4em;
        padding: 1em!important;
        font-weight: 600;
        line-height: 1.2;
        background-color: var(--e-global-color-c1c9079);
        font-size: 1.2em;
        box-shadow: 0px 0px 10px rgb(0 0 0 / 70%);
        color: var(--e-global-color-9276799);
    }
    
    .woocommerce span.onsale:first-line,
    span.onsale:first-line {
        font-weight: 400;
        font-size: 0.8em;
    }
    
    span.packtitle {
        font-family: "Roboto", Sans-serif;
        font-size: 88%;
        font-weight: 300;
        text-transform: none;
        line-height: 1;
        color: var(--e-global-color-569ff73);
        background-color: var(--e-global-color-9276799);
        padding: 2px 12px;
        border-radius: 50px 50px 50px 50px;
        text-align: center;
        white-space: nowrap;
    }
    
    span.packsubtitle {
        margin-right: 8px;
    }
    
    .shop-badge-outer {
        position: absolute;
        top: 33%;
        width: 100%;
    }
    
    .shop-badge {
        background: rgba(34, 34, 34, 0.8);
        font-family: var(--e-global-typography-text-font-family);
        font-size: var(--e-global-typography-ad6209d-font-size)!important;
        color: var(--e-global-color-569ff73);
        margin-bottom: -35px;
        position: relative;
        padding: 5px 10px;
        max-width: 64%;
        margin: auto;
        font-size: 0.9em;
        box-shadow: 0px 0px 10px rgb(0 0 0 / 70%);
        border-radius: 5px;
    }
    
    .elementor-wc-products ul.products li.product .button {
        box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 50%);
        width: 100%;
        text-align: center;
    }
    /* Time Line */
    
    .rokit .twae-extra-label,
    .rokit .twae-horizontal .twae-story-info:before {
        display: none;
    }
    
    .rokit .twae-icon {
        position: relative!important;
    }
    
    .rokit .twae-arrow {
        display: none;
    }
    
    .rokit .twae-icon:after {
        content: " ";
        width: 8px!important;
        height: 45px!important;
        background-color: #fff!important;
        position: absolute!important;
        top: 38px!important;
        left: calc(50% - 4px)!important;
        transition: all .2s ease-in!important;
        background: -moz-linear-gradient(top, #0000ff 0%, rgba(229, 229, 229, 0) 100%);
        background: -webkit-linear-gradient(top, #0000ff 0%, rgba(229, 229, 229, 0) 100%);
        background: linear-gradient(to bottom, #0000ff 0%, rgba(229, 229, 229, 0) 100%);
        opacity: 1;
    }
    
    .rokit .swiper-slide-active+.swiper-slide .twae-icon:after {
        height: 80px;
        transition: height 0.3s linear;
    }
    
    .rokit .twae-horizontal .twae-icon {
        top: 73px;
        height: 100px;
    }
    
    .rokit .swiper-slide-active~.swiper-slide-next .twae-icon {
        top: -88px;
        transition: all 0.3s linear;
    }
    
    .rokit .twae-horizontal .twae-button-next,
    .rokit .twae-horizontal .twae-button-prev {
        color: #FF0000!important;
    }
    /*
    .rokit .swiper-slide:first-child .twae-icon:after,
    .rokit .swiper-slide+.swiper-slide:nth-child(odd) .twae-icon:after {
        height: 72px;
    }
    */
    
    .rokit .twae-horizontal .twae-story-info {
        border-top: 0px solid;
        box-shadow: none;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
    }
    
    .rokit .twae-horizontal .twae-title {
        padding: 15px 8px 0;
    }
    
    .rokit .twae-horizontal .twae-story-info {
        padding: 0;
        margin: 175px 4px 10px;
        border: 1px solid #ccc!important;
    }
    
    .rokit .swiper-slide:first-child .twae-title,
    .rokit .swiper-slide+.swiper-slide:nth-child(odd) .twae-title {
        transition: all 0.2s linear;
    }
    /*
    .rokit .swiper-slide:first-child .twae-icon,
    .rokit .swiper-slide:first-child .twae-story-info,
    .rokit .swiper-slide:first-child .twae-content,
    .rokit .swiper-slide:first-child .twae-labels,
    .rokit .swiper-slide:last-child .twae-icon,
    .rokit .swiper-slide:last-child .twae-story-info,
    .rokit .swiper-slide:last-child .twae-content,
    .rokit .swiper-slide:last-child .twae-labels,
    [data-elementor-device-mode="mobile"] .swiper-slide:first-child,
    [data-elementor-device-mode="mobile"] .swiper-slide:last-child {
        display: none;
    }
    
    .rokit .swiper-slide:first-child .twae-story-info,
    .rokit .swiper-slide+.swiper-slide:nth-child(odd) .twae-story-info {
        margin-top: 210px;
    }
    */
    
    .rokit .twae-horizontal .twae-label-extra-label {
        height: 90px;
    }
    
    .rokit .twae-horizontal .swiper-slide-active+.swiper-slide .twae-label-extra-label {
        height: 58px;
        transition: all 0.3s linear;
    }
    
    .rokit .swiper-slide-active~.swiper-slide-next .twae-label-big {
        transform: scale(1.2);
        transition: all 0.3s linear;
        margin-bottom: 20px;
    }
    
    .rokit .twae-icon svg {
        position: relative;
        z-index: 1;
    }
    
    .rokit .twae-icon {
        border-color: #fff;
        border-radius: 0;
        border-width: 0;
    }
    
    .rokit .twae-icon:before {
        width: 0!important;
    }
    
    .gcw-caption h5,
    .mini .gcw-caption,
    .horizontal .gcw-caption {
        display: none;
    }
    
    .gcw-caption p {
        font-size: 14px;
        text-align: center;
    }
    
    .gcw-caption {
        min-height: 20px;
    }
    
    ol.flex-control-nav.flex-control-thumbs {
        display: flex;
        justify-content: center;
    }
    
    .elementor-widget-woocommerce-checkout-page .woocommerce-info {
        border-top-color: #1e85be!important;
        background-color: #f7f6f7!important;
        padding: 1em 2em 1em 3.5em!important;
    }
    
    .ribbon {
        position: absolute;
        z-index: 1;
        top: -1px;
        left: -1px;
        right: auto;
        -webkit-transform: rotate( 360deg);
        -ms-transform: rotate(360deg);
        transform: rotate( 360deg);
        width: 150px!important;
        overflow: hidden;
        height: 150px;
    }
    
    .ribbon .elementor-heading-title {
        text-align: center;
        left: 0;
        width: 200%;
        -webkit-transform: translateY(-50%) translateX(-50%) translateX(35px) rotate( -45deg);
        -ms-transform: translateY(-50%) translateX(-50%) translateX(35px) rotate(-45deg);
        transform: translateY(-50%) translateX(-50%) translateX(35px) rotate( -45deg);
        margin-top: 35px;
        font-size: 13px;
        line-height: 2;
        font-weight: 500;
        text-transform: uppercase;
        background: #B8112D;
        color: #fff;
        padding-top: 10px;
        padding-bottom: 10px;
    }
    
    .product-brand .elementor-cta__bg {
        background-size: contain;
        background-repeat: no-repeat;
    }
    
    @media (max-width: 1024px) {
        .elementor-nav-menu--burger {
            order: 1;
        }
    }
    
    .home .header-wrapper {
        background: transparent!important;
    }
    
    .woocommerce-currency-switcher {
        display: none;
    }
    
    .woocommerce .woocommerce-currency-switcher {
        display: block!important;
    }
    
    .non-trade nav li.store {
        display: flex!important;
    }
    
    @media (max-width:1024px) {
        .non-trade nav li.store {
            display: block!important;
        }
    }
    
    .trade nav li.store {
        display: none!important;
    }
    
    nav li.nav-button a {
        font-family: "Roboto", Sans-serif!important;
        font-weight: 500!important;
        letter-spacing: -0.5px!important;
        fill: var( --e-global-color-569ff73)!important;
        color: var( --e-global-color-569ff73)!important;
        background-color: var( --e-global-color-primary)!important;
        border-style: solid;
        border-width: 4px 4px 4px 4px;
        border-color: var( --e-global-color-569ff73);
        border-radius: 50px 50px 50px 50px;
        box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 50%);
        font-size: 16px!important;
        text-transform: none!important;
        margin: 0 12px!important;
    }
    
    nav li.nav-button a:hover {
        color: var( --e-global-color-primary)!important;
        background-color: var( --e-global-color-569ff73)!important;
        border-color: var( --e-global-color-primary)!important;
    }
    
    .woocommerce-currency-switcher .option-text {
        color: var(--e-global-color-569ff73);
        font-weight: var( --e-global-typography-0321b7a-font-weight);
        text-transform: var( --e-global-typography-0321b7a-text-transform);
        color: var(--e-global-color-569ff73);
        font-family: var( --e-global-typography-ce98005-font-family), ;
    }
    
    .woocommerce-currency-switcher .chevron-down {
        color: var(--e-global-color-569ff73);
    }
    
    .woocommerce-currency-switcher .selector {
        border: 0;
    }
    
    .woocommerce-currency-switcher button.option-submit {
        border: 0;
        border-radius: 0;
        box-shadow: none;
        background-color: var( --e-global-color-d2ff768);
    }
    
    .woocommerce-currency-switcher form {
        background-color: var( --e-global-color-d2ff768);
    }
    
    .woocommerce-currency-switcher .dropdown-content {
        border-color: #000;
        border-width: 1px;
        border-radius: 0;
    }
    
    .post-type-archive-product .woocommerce-breadcrumb {
        display: none;
    }
    
    .original-nasa .elementor-image-box-img {
        margin-right: auto!important;
        margin-left: auto!important;
    }
    
    .elementor-menu-toggle {
        z-index: 9999;
    }
    
    .elementor-menu-toggle.elementor-active {
        color: var(--e-global-color-569ff73)!important;
        background-color: var(--e-global-color-e427a27)!important;
    }
    
    .woocommerce .quantity button {
        border: 1px solid var( --e-global-color-266b5b0)!important;
        background: transparent!important;
        box-shadow: none!important;
        outline: none!important;
        padding: 0!important;
        height: 20px;
        width: 20px;
        line-height: 16px;
        color: var(--e-global-color-primary)!important;
    }
    
    .woocommerce .quantity:before {
        margin-right: 1em;
    }
    /* Chrome, Safari, Edge, Opera */
    
    .woocommerce-variation-add-to-cart .quantity input::-webkit-outer-spin-button,
    .woocommerce-variation-add-to-cart .quantity input::-webkit-inner-spin-button {
        -webkit-appearance: none;
        margin: 0;
    }
    /* Firefox */
    
    .woocommerce-variation-add-to-cart .quantity input[type=number] {
        -moz-appearance: textfield;
    }
    
    .customHide .woocommerce-info,
    .customHide .woocommerce-shipping-estimate-html,
    .customHide.woocommerce-cart .elementor-menu-cart__container {
        display: none;
    }
    
     :root {
        --c1: #fff;
        --c2: #BE1622;
        --c3: #000;
    }
    
    blockquote p {
        max-width: 100%;
        margin: 0 auto;
        padding: .5rem 0 .5rem 7rem;
        text-align: justify;
    }
    
    blockquote {
        position: relative;
        padding: 2.5rem 2rem 4rem;
        margin: 1rem 2rem;
        color: var(--c3);
        /*	background: conic-gradient(from 180deg at 100% calc(100% - 0.5rem), var(--c2) 0 25%, #fff0 0 100%), conic-gradient(from 180deg at 0.5rem 50%, var(--c2) 0 25%, #fff0 0 100%), conic-gradient(from 0deg at calc(100% - 0.5rem) 50%, var(--c2) 0 25%, #fff0 0 100%), conic-gradient(from 0deg at 0rem 0.5rem, var(--c2) 0 25%, #fff0 0 100%); */
    }
    
    blockquote:before
    /*, 
     blockquote:after */
    
    {
        content: "";
        position: absolute;
        width: 3.5rem;
        height: 4.5rem;
        top: 3rem;
        left: -1rem;
        transform: rotate(5deg) scale(1.15);
        background: radial-gradient(circle at 1.75rem 3rem, var(--c2) 1.5rem, #fff0 calc(1.5rem + 1px)), radial-gradient(circle at 3.5rem 1.5rem, #fff0 2rem, var(--c2) calc(2rem + 1px) calc(4rem + 1px), #fff0 calc(4rem + 2px));
        filter: drop-shadow(3.5rem -0.5rem 0px var(--c2));
        border-radius: 100%;
    }
    
    blockquote:after {
        top: inherit;
        bottom: 3rem;
        transform: rotate(195deg) scale(1.15);
        right: -1rem;
        left: inherit;
    }
    
    blockquote p {
        font-weight: 400;
    }
    
    blockquote p:after {
        margin-right: 2rem;
        flex-direction: row;
        flex-wrap: nowrap;
        align-items: flex-start;
        content: " ";
        display: inline-flex;
        background: #f000;
        width: 8rem;
        height: 1rem;
    }
    
    blockquote cite {
        font-weight: 400;
        position: absolute;
        background: var(--c3);
        color: var(--c1);
        right: 1.8rem;
        padding: 0.5rem 1rem;
    }
    
    @media only screen and (max-width: 767px) {
        article {
            max-width: 100%;
        }
    }
    
    .rokit_news .e-loop-item:hover .elementor-icon-list-icon {
        rotate: 45deg;
        transition: rotate 0.3s ease-in-out;
    }
    
    .rokit_news .elementor-icon-list-icon {
        rotate: 0;
        transition: rotate 0.3s ease-in-out;
    }
    
    .rokit_news .elementor-widget .elementor-icon-list-item {
        flex-direction: row-reverse;
    }
    
    .rokit_news .e-loop-item:hover .elementor-widget-icon-list {
        background-color: var(--e-global-color-266b5b0);
    }
    
    .rokit_news .elementor-button-content-wrapper {
        align-items: center;
    }
    
    .rokit_news .elementor-button-icon svg {
        width: 1.5em;
    }
    
    .rokit_news .elementor-author-box__text {
        display: flex;
        flex-direction: row;
        align-items: baseline;
        column-gap: 8px;
    }
    
    .rokit_news .elementor-author-box__avatar img {
        width: 28px;
        height: 28px;
    }
    
    .rokit_news .elementor-author-box__avatar {
        display: flex
    }
    
    .rokit_news .elementor-author-box__name {
        margin: 0;
    }
    
    .rokit_news .elementor-author-box__name::after {
        content: ',';
        position: absolute;
    }
    
    .rokit_news .bold-dot {
        font-weight: bold;
    }
    
    .e-filter-item:before {
        content: '';
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' id='master-artboard' viewBox='0 0 32 32' version='1.1' x='0' y='0' style='enable-background:new 0 0 1400 980;' width='32px' height='32px'%3E%3Crect id='ee-background' x='0' y='0' width='32' height='32' style='fill:white;fill-opacity:0;pointer-events:none;' transform='matrix(1,0,0,1,0,-2)'/%3E%3Cg transform='matrix(-.2619948089122772,0,0,-.2619948089122772,187.1872100830078,40.701351165771484)'%3E%3Cg id='g-1' transform='matrix(1,0,0,1,0,0)'%3E%3Cg id='g-2'%3E%3Cpath class='st0' d='M652,46c27.6,0,50,22.4,50,50s-22.4,50-50,50s-50-22.4-50-50S624.4,46,652,46z' style='fill:%23f1f1f1;'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
        height: 28px;
        width: 28px;
        background-size: 28px;
        background-repeat: no-repeat;
        background-position: center;
        display: inline-block;
        position: relative;
        transition: all .3s;
        margin-right: 4px;
        top: 0
    }
    
    .e-filter-item:hover:before {
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' id='master-artboard' viewBox='0 0 32 32' version='1.1' x='0' y='0' style='enable-background:new 0 0 1400 980;' width='32px' height='32px'%3E%3Crect id='ee-background' x='0' y='0' width='32' height='32' style='fill:white;fill-opacity:0;pointer-events:none;' transform='matrix(1,0,0,1,0,-2)'/%3E%3Cg transform='matrix(-.2619948089122772,0,0,-.2619948089122772,187.1872100830078,40.701351165771484)'%3E%3Cg id='g-1' transform='matrix(1,0,0,1,0,0)'%3E%3Cg id='g-2'%3E%3Cpath class='st0' d='M652,46c27.6,0,50,22.4,50,50s-22.4,50-50,50s-50-22.4-50-50S624.4,46,652,46z' style='fill:%23104A7F7A;'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E")
    }
    
    .e-filter-item[aria-pressed="true"]:before,
    .e-filter-item[aria-pressed="true"]:hover:before {
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' id='master-artboard' viewBox='0 0 32 32' version='1.1' x='0' y='0' style='enable-background:new 0 0 1400 980;' width='32px' height='32px'%3E%3Crect id='ee-background' x='0' y='0' width='32' height='32' style='fill:white;fill-opacity:0;pointer-events:none;' transform='matrix(1,0,0,1,0,-2)'/%3E%3Cg transform='matrix(-.2619948089122772,0,0,-.2619948089122772,187.1872100830078,40.701351165771484)'%3E%3Cg id='g-1' transform='matrix(1,0,0,1,0,0)'%3E%3Cg id='g-2'%3E%3Cpath class='st0' d='M652,46c27.6,0,50,22.4,50,50s-22.4,50-50,50s-50-22.4-50-50S624.4,46,652,46z' style='fill:%23023B59;'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E")
    }