:root {
    --im-font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";

    --im-color: #fff;
    --im-bg: #0b1016;

    --im-link-color: #5fb3fb;
    --im-link-hover-color: rgba(95, 178, 251, 0.682);

    --im-btn-color: #fff;
    --im-btn-bg: rgba(0, 102, 219, 0.84);
    --im-btn-hover-bg: rgba(9, 80, 161, 0.89);
    --im-btn-active-box-shadow: 0 0 0 4px rgba(24, 104, 250, 0.24);

    --im-btn-s-color: var(--im-bg);
    --im-btn-s-bg: rgba(225, 239, 255, .8);
    --im-btn-s-hover-bg: rgba(225, 239, 255, .95);
    --im-btn-s-active-bg: rgba(225, 239, 255, .6);

    --im-overlay-bg: linear-gradient(14deg, rgba(30,56,97,1) 0%, rgba(206,220,233,0.118) 100%)

    --im-loader: #fff;
}

div[data-service],
div[data-service] .cll,
div[data-service] .cll span,
div[data-service] .cll div,
div[data-service] .cll iframe,
div[data-service] .cll a,
div[data-service] .cll button,
div[data-service] .cll ::after,
div[data-service] .cll ::after,
div[data-service]::before{
    all: unset;
    box-sizing: border-box;
}

div[data-service] .cll a,
div[data-service] .cll button,
div[data-service] .cll input{
    font-family: inherit;
    font-size: 100%;
    line-height: normal;
    margin: 0;
    outline: revert;
    outline-offset: 2px;
    cursor: pointer;
    overflow: hidden;
    -webkit-appearance: none;
    appearance: none;
    display: revert;
}

div[data-service]{
    font-family: var(--im-font-family);
    font-size: 16px;
    font-weight: 400;
    display: inline-block;
    max-width: 100%;
    min-height: 150px;
    min-width: 300px;
    position: relative;
    background-color: var(--im-bg);
    overflow: hidden;
}

div[data-service]::before{
    padding-top: 56.25%;
    display: block;
    content: '';
}

div[data-service] .cll .c-ld {
    bottom: 2em;
    right: 2.5em;
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
}

div[data-service] .cll .c-ld,
div[data-service] .cll .c-ld:after{
    position: absolute;
    z-index: 1;
    border-radius: 100%;
    width: 20px;
    height: 20px;
}

div[data-service] .cll .c-ld::after{
    content: '';
    border: 4px solid var(--im-loader);
    border-top: 4px solid transparent;
    animation: spin 1s linear infinite;
}

div[data-service].c-h-n .cll .c-ld{
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

div[data-service].c-h-b .cll .c-ld{
    opacity: 0;
    visibility: hidden;
    transform: translateY(0);
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

div[data-autoscale]{
    height: auto;
    width: 100%;
}

div[data-service] .cll .c-nt{
    color: var(--im-color);
    max-width: 100%;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

div[data-service] .cll .c-bg{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: .5;
}

div[data-service] .cll .c-bg::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background: var(--im-overlay-bg);
}

div[data-service] .cll .c-bg-i{
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
}

div[data-service] .cll .c-bg-i.loaded{
    opacity: 1;
}

div[data-service] .cll .c-tl{
    display: block;
    margin-bottom: 10px;
    font-size: 1.2em;
    font-weight: 600;
    text-align: center;
}

div[data-service].c-h-n .cll .c-bg{
    opacity: 1;
    transform: scale(1);
}

div[data-service] .cll .c-n-c{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    position: relative;
    font-size: .9em;
}

div[data-service] .cll .c-n-t{
    display: block;
    font-size: .95em;
    position: relative;
    z-index: 1;
    line-height: 1.4em;
    max-width: 420px;
    margin: 0 auto;
}

div[data-service] .cll .c-n-t + div{
    margin-top: 20px;
}

div[data-service] .cll .c-n-t,
div[data-service] .cll .c-n-a{
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    gap: 12px;
}

div[data-service] .cll .c-t-cn{
    padding: 0 12px;
    z-index: 1;
}

div[data-service] .cll .c-la-b,
div[data-service] .cll .c-l-b{
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    gap: 8px;
    position: relative;
    padding: 1em;
    background: var(--im-btn-bg);
    border-radius: 4px;
    font-size: .85em;
    color: var(--im-btn-color);
    font-weight: 600;
    box-shadow: rgba(0, 0, 0, 0.19) 0px 4px 12px;
}

/* Play icon */
div[data-service] .cll .c-l-b::before{
    content: '';
    display: block;
    border-left: 12px solid var(--im-btn-color);
    border-top: 7.5px solid transparent;
    border-bottom: 7.5px solid transparent;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

div[data-service] .cll .c-la-b{
    padding: 1em;
    background: var(--im-btn-s-bg);
    color: var(--im-btn-s-color);
}

div[data-service] .cll .c-la-b:hover{
    background: var(--im-btn-s-hover-bg);
}

div[data-service] .cll .c-l-b:hover{
    background: var(--im-btn-hover-bg);
}

div[data-service] .cll .c-la-b:active{
    transition: none!important;
    background: var(--im-btn-s-active-bg);
}

div[data-service] .cll .c-l-b:active{
    transition: none!important;
    box-shadow: var(--im-btn-active-box-shadow);
}

div[data-service].c-h-n .cll .c-t-cn{
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
    transition-duration: .2s;
}

div[data-service] .cll iframe{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    border: none;
    max-width: 100%;
    width: 100%;
    background: #fff;
    display: block;
    visibility: hidden;
    opacity: 0;
    z-index: 1;
}

div[data-service].c-h-b .cll iframe{
    opacity: 1;
    visibility: visible;
    display: block!important;
    height: 100%!important;
}

div[data-service] .cll .c-n-t a {
    color: var(--im-link-color);
    text-decoration: none;
    border-bottom: 1px solid var(--im-link-color);
}

div[data-service] .cll .c-n-t a:hover{
    --im-link-color: var(--im-link-hover-color);
}

div[data-service][data-ratio="1:1"]::before{
    padding-top: 100%;
}

div[data-service][data-ratio="2:1"]::before{
    padding-top: 50%;
}

div[data-service][data-ratio="3:2"]::before{
    padding-top: 66.666666%;
}

div[data-service][data-ratio="5:2"]::before{
    padding-top: 40%;
}

div[data-service][data-ratio="4:3"]::before{
    padding-top: 75%;
}

div[data-service][data-ratio="16:9"]::before{
    padding-top: 56.25%;
}

div[data-service][data-ratio="16:10"]::before{
    padding-top: 62.5%;
}

div[data-service][data-ratio="20:9"]::before{
    padding-top: 45%;
}

div[data-service][data-ratio="21:9"]::before{
    padding-top: 42.857142%;
}

/** Vertical aspect ratios **/
div[data-service][data-ratio="9:16"]::before{
    padding-top: 177.777777%;
}

div[data-service][data-ratio="9:20"]::before{
    padding-top: 222.222222%;
}

div[data-widget]::before {
    display: none;
}

div[data-widget].c-h-b .cll .c-ld{
    opacity: 0;
    visibility: hidden;
}

div[data-widget] .cll + *,
div[data-widget] .cll > *:last-child{
    margin: 0!important;
    height: 100%!important;
}

div[data-service] [data-placeholder] {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    visibility: hidden;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        visibility: hidden;
    }
    to {
        opacity: 1;
        visibility: visible;
    }
}

div.c-an [data-placeholder]{
    animation: none;
}

div[data-service] [data-placeholder][data-visible]{
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--im-color);
    animation: fadeIn .2s forwards;
    animation-delay: .4s;
}

div[data-service].show-ph [data-placeholder]{
    opacity: 1;
    visibility: visible;
}

div[data-service].show-ph .cll .c-ld{
    opacity: 0;
    visibility: hidden;
}

div.c-an .cll .c-n-t,
div.c-an .cll .c-bg,
div.c-an .cll .c-bg::before,
div.c-an .cll .c-ld,
div.c-an .cll .c-t-cn{
    transition: opacity .3s ease,
                visibility .3s ease,
                transform .3s ease;
}

div.c-an .cll .c-bg-i{
    transition: opacity .5s ease,
                transform .5s ease;
}

div.c-an[data-widget]{
    transition: opacity .3s ease,
                background-color .3s ease;
}

div.c-an .cll .c-la-b,
div.c-an .cll .c-l-b{
    transition: opacity .3s ease,
                transform .3s cubic-bezier(0.25, 1, 0.5, 1),
                visibility .3s ease,
                box-shadow .3s ease,
                background-color .3s ease;
}

div.c-an .cll .c-n-t a{
    transition: color .2s ease,
                border-color .2s ease
}

div.c-an .cll iframe,
div.c-an [data-placeholder]{
    transition: opacity .3s ease,
                visibility .3s ease;
    transition-delay: .1s;
}


/* Customize twitter service colors */
div[data-service="youtube"]{
    --im-btn-bg: rgba(255, 45, 45, 0.85);
    --im-btn-hover-bg: rgba(255, 45, 45, 0.65);
    --im-link-color: rgba(255, 45, 45, 1);
    --im-link-hover-color: rgba(255, 45, 45, 0.85);
    --im-btn-active-box-shadow: 0 0 0 4px rgba(250, 24, 24, 0.15);
    --im-loader: rgba(255, 45, 45, 0.85);
}

/* Customize vimeo service colors */
div[data-service="vimeo"]{
    --im-btn-bg: rgba(0, 173, 239, 0.85);
    --im-btn-hover-bg: rgba(0, 173, 239, 0.65);
    --im-link-color: rgba(0, 173, 239, 1);
    --im-link-hover-color: rgba(0, 173, 239, 0.85);
    --im-btn-active-box-shadow: 0 0 0 4px rgba(0, 173, 239, 0.15);
    --im-loader: rgba(0, 173, 239, 0.85);
}

/* Customize spotify service colors */
div[data-service="spotify"]{
    --im-btn-bg: rgb(29, 185, 84, 0.85);
    --im-btn-hover-bg: rgba(29, 185, 84, 0.65);
    --im-link-color: rgba(29, 185, 84, 1);
    --im-link-hover-color: rgba(29, 185, 84, 0.85);
    --im-btn-active-box-shadow: 0 0 0 4px rgba(29, 185, 84, 0.15);
    --im-loader: rgb(29, 185, 84, 0.85);
}

/* Add custom spotify icon */
div[data-service="spotify"] .c-n-c .c-l-b::before {
    border: none!important; /* remove default "play" arrow icon */
    height: 15px;
    width: 15px;
    background-image: url("data:image/svg+xml,%3Csvg width='15' height='15' viewBox='0 0 15 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_362_4)'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M11.9362 6.64875C9.51875 5.21312 5.53125 5.08125 3.22313 5.78188C2.8525 5.89438 2.46062 5.685 2.34875 5.31438C2.23625 4.94375 2.445 4.55188 2.81625 4.43938C5.46562 3.635 9.86937 3.79063 12.6525 5.4425C12.9856 5.64063 13.095 6.07063 12.8975 6.40375C12.7 6.73688 12.2694 6.84687 11.9362 6.64875ZM11.8575 8.77563C11.6875 9.05063 11.3281 9.13687 11.0531 8.96812C9.0375 7.72937 5.96438 7.37 3.57938 8.09375C3.27063 8.1875 2.94375 8.01312 2.85 7.70437C2.75687 7.395 2.93125 7.06937 3.24 6.975C5.96375 6.14875 9.35 6.54875 11.665 7.97188C11.94 8.14063 12.0263 8.50125 11.8575 8.77563ZM10.9394 10.8175C10.805 11.0388 10.5169 11.1081 10.2969 10.9731C8.53563 9.89687 6.31875 9.65375 3.70813 10.25C3.45688 10.3075 3.20625 10.15 3.14875 9.89875C3.09125 9.64688 3.24812 9.39625 3.5 9.33875C6.35688 8.68563 8.8075 8.96688 10.7844 10.175C11.005 10.3094 11.0744 10.5975 10.9394 10.8175ZM7.5 0C3.35813 0 0 3.35813 0 7.5C0 11.6425 3.35813 15 7.5 15C11.6425 15 15 11.6425 15 7.5C15 3.35813 11.6425 0 7.5 0Z' fill='white'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_362_4'%3E%3Crect width='15' height='15' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}

/* Customize twitter service colors */
div[data-service="twitter"] {
    --im-btn-bg: rgb(29, 161, 242, 0.85);
    --im-btn-hover-bg: rgba(29, 161, 242, 0.65);
    --im-btn-active-box-shadow: 0 0 0 4px rgba(29, 161, 242, 0.15);
    --im-bg: var(--color-white);
    --im-color: #0b1016;
    --im-loader: rgb(29, 161, 242, 0.85);
}

/* Add custom twitter icon */
div[data-service="twitter"] .c-n-c .c-l-b::before {
    border: none!important; /* remove default "play" arrow icon */
    height: 15px;
    width: 15px;
    background-image: url("data:image/svg+xml,%3Csvg width='15' height='15' viewBox='0 0 15 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.7175 13.19C10.3777 13.19 13.4738 8.5003 13.4738 4.4338C13.4738 4.3003 13.4737 4.16755 13.4647 4.0363C14.0671 3.60019 14.587 3.06026 15 2.4418C14.4383 2.6908 13.8424 2.85412 13.2322 2.9263C13.8747 2.54159 14.3556 1.93656 14.5853 1.2238C13.9813 1.58221 13.3205 1.83485 12.6315 1.9708C12.1675 1.47712 11.5538 1.15017 10.8852 1.04058C10.2167 0.93098 9.53064 1.04485 8.93334 1.36455C8.33605 1.68425 7.86081 2.19195 7.58122 2.80904C7.30163 3.42613 7.23328 4.11819 7.38675 4.77805C6.16319 4.71673 4.9662 4.39879 3.87348 3.84488C2.78077 3.29096 1.81675 2.51344 1.044 1.5628C0.650489 2.2402 0.529942 3.04211 0.706902 3.80527C0.883862 4.56843 1.34502 5.23546 1.9965 5.67055C1.50694 5.65638 1.02798 5.52467 0.6 5.28655V5.32555C0.600292 6.03602 0.846296 6.72453 1.2963 7.27432C1.7463 7.82411 2.3726 8.20134 3.069 8.34205C2.61586 8.46558 2.14042 8.48354 1.67925 8.39455C1.87587 9.00615 2.25876 9.541 2.77435 9.92426C3.28993 10.3075 3.91243 10.52 4.55475 10.532C3.91659 11.0335 3.18584 11.4042 2.40429 11.623C1.62275 11.8417 0.805742 11.9043 0 11.807C1.40745 12.7103 3.04514 13.1894 4.7175 13.187' fill='white'/%3E%3C/svg%3E");
}

/* Customize facebook service colors */
div[data-service="facebook"] {
    --im-btn-bg: rgba(66, 103, 178, 0.85);
    --im-btn-hover-bg: rgba(66, 103, 178, 0.65);
    --im-btn-active-box-shadow: 0 0 0 4px rgba(66, 103, 178, 0.15);
    --im-bg: var(--color-white);
    --im-color: #0b1016;
    --im-loader: rgba(66, 103, 178, 0.85);
}

div[data-service="facebookvideo"] {
    --im-btn-bg: rgba(66, 103, 178, 0.85);
    --im-btn-hover-bg: rgba(66, 103, 178, 0.65);
    --im-btn-active-box-shadow: 0 0 0 4px rgba(66, 103, 178, 0.15);
    --im-loader: rgba(66, 103, 178, 0.85);
}

/* Add custom twitter icon */
div[data-service="facebook"] .c-n-c .c-l-b::before {
    border: none!important; /* remove default "play" arrow icon */
    height: 15px;
    width: 15px;
    background-image: url("data:image/svg+xml,%3Csvg width='15' height='15' viewBox='0 0 15 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_362_8)'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M15 7.5C15 3.35775 11.6422 0 7.5 0C3.35775 0 0 3.35775 0 7.5C0 11.2433 2.74275 14.346 6.3285 14.9085V9.66825H4.4235V7.5H6.3285V5.84775C6.3285 3.96825 7.4475 2.93025 9.16125 2.93025C9.98175 2.93025 10.8397 3.0765 10.8397 3.0765V4.9215H9.89475C8.9625 4.9215 8.67225 5.49975 8.67225 6.093V7.5H10.752L10.4197 9.6675H8.67225V14.9085C12.2572 14.346 15 11.2433 15 7.5Z' fill='white'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_362_8'%3E%3Crect width='15' height='15' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}

/* Customize instagram service colors */
div[data-service="instagram"] {
    --im-btn-bg: rgba(131, 58, 180, 0.85);
    --im-btn-hover-bg: rgba(131, 58, 180, 0.65);
    --im-btn-active-box-shadow: 0 0 0 4px rgba(131, 58, 180, 0.15);
    --im-bg: var(--color-white);
    --im-color: #0b1016;
    --im-loader: rgba(131, 58, 180, 0.85);
}

/* Add custom instagram icon */
div[data-service="instagram"] .c-n-c .c-l-b::before {
    border: none!important; /* remove default "play" arrow icon */
    height: 15px;
    width: 15px;
    background-image: url("data:image/svg+xml,%3Csvg width='15' height='15' viewBox='0 0 15 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_362_10)'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M7.73625 0C9.55875 0 9.82425 0.00974996 10.5922 0.045C11.3902 0.08175 11.9355 0.2085 12.4125 0.39375C12.9131 0.581905 13.3667 0.877017 13.7415 1.2585C14.123 1.63333 14.4181 2.08688 14.6063 2.5875C14.7915 3.0645 14.9183 3.60975 14.955 4.40775C14.991 5.208 15 5.463 15 7.5V7.56C15 9.54225 14.991 9.80025 14.955 10.5922C14.9183 11.3902 14.7915 11.9355 14.6063 12.4125C14.4181 12.9131 14.123 13.3667 13.7415 13.7415C13.3667 14.123 12.9131 14.4181 12.4125 14.6063C11.9355 14.7915 11.3902 14.9183 10.5922 14.955C9.792 14.991 9.537 15 7.5 15H7.44C5.45775 15 5.19975 14.991 4.40775 14.955C3.60975 14.9183 3.0645 14.7915 2.5875 14.6063C2.08688 14.4181 1.63333 14.123 1.2585 13.7415C0.877017 13.3667 0.581905 12.9131 0.39375 12.4125C0.2085 11.9355 0.08175 11.3902 0.045 10.5922C0.00974996 9.82425 0 9.558 0 7.73625V7.26375C0 5.44125 0.00974996 5.17575 0.045 4.40775C0.08175 3.60975 0.2085 3.0645 0.39375 2.5875C0.581905 2.08688 0.877017 1.63333 1.2585 1.2585C1.63333 0.877017 2.08688 0.581905 2.5875 0.39375C3.0645 0.2085 3.60975 0.08175 4.40775 0.045C5.17575 0.00974996 5.442 0 7.26375 0H7.73625ZM7.6755 1.3515H7.3245C5.4825 1.3515 5.2365 1.35975 4.46925 1.395C3.738 1.42875 3.34125 1.55025 3.0765 1.653C2.72625 1.7895 2.4765 1.9515 2.214 2.214C1.9515 2.4765 1.7895 2.72625 1.653 3.0765C1.55025 3.34125 1.428 3.738 1.395 4.46925C1.35975 5.2365 1.3515 5.4825 1.3515 7.3245V7.6755C1.3515 9.5175 1.35975 9.7635 1.395 10.5308C1.42875 11.262 1.55025 11.6588 1.653 11.9235C1.7895 12.273 1.95225 12.5235 2.214 12.786C2.4765 13.0485 2.72625 13.2105 3.0765 13.347C3.34125 13.4497 3.738 13.572 4.46925 13.605C5.25975 13.641 5.49675 13.6485 7.5 13.6485H7.56C9.50775 13.6485 9.74775 13.641 10.53 13.605C11.262 13.5712 11.6588 13.4497 11.9235 13.347C12.273 13.2105 12.5235 13.0485 12.786 12.786C13.0485 12.5235 13.2105 12.2738 13.347 11.9235C13.4497 11.6588 13.572 11.262 13.605 10.5308C13.641 9.7395 13.6485 9.50325 13.6485 7.5V7.44C13.6485 5.49225 13.641 5.25225 13.605 4.47C13.5712 3.738 13.4497 3.34125 13.347 3.0765C13.2268 2.75068 13.0351 2.45595 12.786 2.214C12.544 1.96489 12.2493 1.77319 11.9235 1.653C11.6588 1.55025 11.262 1.428 10.5308 1.395C9.7635 1.35975 9.5175 1.3515 7.6755 1.3515ZM7.5 3.64875C8.00575 3.64875 8.50655 3.74837 8.97381 3.94191C9.44106 4.13545 9.86562 4.41913 10.2232 4.77676C10.5809 5.13438 10.8645 5.55894 11.0581 6.02619C11.2516 6.49345 11.3513 6.99425 11.3513 7.5C11.3513 8.00575 11.2516 8.50655 11.0581 8.97381C10.8645 9.44106 10.5809 9.86562 10.2232 10.2232C9.86562 10.5809 9.44106 10.8645 8.97381 11.0581C8.50655 11.2516 8.00575 11.3513 7.5 11.3513C6.47859 11.3513 5.499 10.9455 4.77676 10.2232C4.05451 9.501 3.64875 8.52141 3.64875 7.5C3.64875 6.47859 4.05451 5.499 4.77676 4.77676C5.499 4.05451 6.47859 3.64875 7.5 3.64875ZM7.5 5.00025C6.83703 5.00025 6.2012 5.26362 5.73241 5.73241C5.26362 6.2012 5.00025 6.83703 5.00025 7.5C5.00025 8.16297 5.26362 8.7988 5.73241 9.26759C6.2012 9.73638 6.83703 9.99975 7.5 9.99975C8.16297 9.99975 8.7988 9.73638 9.26759 9.26759C9.73638 8.7988 9.99975 8.16297 9.99975 7.5C9.99975 6.83703 9.73638 6.2012 9.26759 5.73241C8.7988 5.26362 8.16297 5.00025 7.5 5.00025ZM11.5035 2.5965C11.7422 2.5965 11.9711 2.69132 12.1399 2.8601C12.3087 3.02889 12.4035 3.25781 12.4035 3.4965C12.4035 3.73519 12.3087 3.96411 12.1399 4.1329C11.9711 4.30168 11.7422 4.3965 11.5035 4.3965C11.2648 4.3965 11.0359 4.30168 10.8671 4.1329C10.6983 3.96411 10.6035 3.73519 10.6035 3.4965C10.6035 3.25781 10.6983 3.02889 10.8671 2.8601C11.0359 2.69132 11.2648 2.5965 11.5035 2.5965Z' fill='white'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_362_10'%3E%3Crect width='15' height='15' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}

