*
{
    font-family: "Inter Tight", sans-serif;
    background-color: transparent;
}

/* Ensure smooth-wrapper/content don't get transformed by residual ScrollSmoother */
#smooth-content {
    transform: none !important;
}

#smooth-wrapper {
    position: relative !important;
    overflow: visible !important;
    height: auto !important;
}

:root {
  --nextBgColor: "linear-gradient(150deg,rgba(137, 179, 190, 1) 0%, rgba(192, 210, 208, 1) 33%, rgba(117, 131, 132, 1) 66%, rgba(43, 58, 62, 1) 100%)";
}


body {
    overflow: hidden;
    transition: all .5s;
}

[data-barba="container"] {
  position: absolute;
  z-index: 1;
  will-change: transform, opacity;
  width: 100%;
}

.none2
{
    display: none !important;
}

.error-border
{
    border: 1px solid red !important;
    
}
section {
    padding: 100px 0;
    width: 100%;
    height: auto;
    overflow-x: clip;

    & .container, .container-fluid {
        height: 100%;

        & .row {
            height: 100%;
            align-items: center;
        }
    }
}

.btn-primary {
    display: flex;
    align-items: center;
    font-size: 16px;
    line-height: 1;
    letter-spacing: 0;
    border-radius: 50px;
    gap: 10px;
    padding: 2px 2px 2px 15px;
    width: fit-content;
    height: fit-content;

    /* .icon {
        transition: all 0.5s linear;
    }

    &:hover {
        .icon {
            transform: rotate(-45deg);
        }
    } */
}

/* ------ Header ----- */
.header {
    position: absolute;
    z-index: 100;
    top: 0;
    width: 100%;
    padding: 30px 0 0 0;

    & .hamburger {
        cursor: pointer;
    }
}

/* ------ Footer ----- */
.footer {
    background-image: url(/assets/img/footer-bg.webp);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;

    & .head {
        padding: 60px 0;
        border-bottom: 1px solid rgb(255 255 255 / 10%);

        & .subscribe {

            & .form-control {
                font-size: 14px;
                color: #333;
                border-radius: 50px;
                border: 1px solid rgba(255, 255, 255, 0.40);
                background: #FFF;
                padding: 22px 32px;

                &:focus {
                    box-shadow: none;
                }
            }

            & .btn-form {
                border: none;
                position: absolute;
                top: 50%;
                right: 6px;
                transform: translateY(-50%);
                padding: 10px 10px 10px 20px;
            }
        }
    }

    & .body {

        & .exerpt {
            border-right: 1px solid rgb(255 255 255 / 10%);
            padding: 90px 90px 90px 0;

            p {
                font-size: 20px;
                color: #FFFFFF;
                margin-bottom: 30px;
            }
        }

        & .footer-nav {
            padding: 90px 0 90px 90px;

            & h4 {
                font-size: 40px;
                color: #FFFFFF;
                font-weight: 500;
                margin-bottom: 30px;
            }

            & li {
                margin-bottom: 8px;

                a {
                    color: #ffffff;
                    font-size: 20px;
                }
            }
        }

    }

    & .foot {
        padding: 60px 0;
        border-top: 1px solid rgb(255 255 255 / 10%);

        & a {
            color: #FFFFFF;
            font-size: 20px;
            letter-spacing: 0;
        }
    }
}


.form-group
{
    /* background-color: #f9fdff; */
    background: linear-gradient(90deg,rgba(249, 252, 255, 1) 0%, rgba(243, 226, 231, 1) 100%);

    padding: 15px;
    border-radius: 32px;
    margin-bottom: 20px;
    border: 1px solid rgba(243, 226, 231, 1);

    input, textarea
    {
        background-color: transparent;
        outline: none;
        

        box-shadow: none;
        border: none;
            
        &:active, &:hover, &:focus
        {
            box-shadow: none;
        
            background-color: transparent;

        }
    } 

    textarea
    {
        padding-inline: 10px;
        width: 100%;
        height: 140px;
    }
    
}


/* ------ Home Page ------ */

.hero-banner {
    padding: 0;
    overflow: hidden;
    position: relative;
    height: 100vh;

    & .container {
        /* height: 100dvh; */
        padding-block: 70px;
    }

    & .video-container {
        height: 100dvh;
        width: 100%;
        z-index: -1;
        position: absolute;

        &::before {
            content: '';
            height: 100%;
            width: 100%;
            z-index: -1;
            position: absolute;
            background-image: url('/assets/img/hero-bg.webp');
            background-repeat: no-repeat;
            background-position: top right;
            background-size: cover;
        }

        & .banner-video {
            height: 100dvh;
            width: 100%;
            z-index: -2;
            position: absolute;
            object-fit: cover;
        }
    }
    
    & p {
        color: #FFFFFF;
        font-size: 24px;
        text-transform: capitalize;
        text-align: end;
        margin-bottom: 0px;
    }

    & .heading-wrapper {
        /* position: absolute;
        top: 50%;
        right: 0;
        transform: translateY(-50%); */

        & h1 {
            color: #FFF;
            text-align: right;
            /* font-size: 100px; */
            font-weight: 400;
            line-height: 1;
            letter-spacing: -2px;
            text-align: right;
            text-shadow: 4px 4px #00000033;
        }
    }

    & a {
        padding: 13px 13px 13px 32px;
    }
}

.challenges {
    /* background-color: #EFF9FF;
    background-image: url(/assets/img/challenges-bg.webp);
    background-repeat: no-repeat;
    background-position: right; */
    background: linear-gradient(180deg, rgba(239, 249, 255, 0.6) 0%, rgba(239, 249, 255, 0.6) 100%);
    position: relative;
    /* position: sticky;
    top: 0px; */

    &::after {
        content: '';
        width: 100%;
        height: 100%;
        background-image: url(/assets/img/challenges-bg.webp);
        background-repeat: no-repeat;
        background-position: right;
        position: absolute;
        top: 0;
        right: 0;
    }

    & h2 {
        color: #211A57;
        /* background-color: #EFF9FF; */
        /* background: linear-gradient(180deg, rgba(239, 249, 255, 0.6) 0%, rgba(239, 249, 255, 0.6) 100%); */
        
        span {
            background: linear-gradient(88deg,rgba(89, 203, 245, 1) 0%, rgba(99, 91, 255, 1) 53%, rgba(60, 48, 146, 1) 100%);
            background-clip: text;
            -webkit-text-fill-color: transparent;
        }
    }

    & p {
        color: #333333;
        max-width: 660px;
        /* background-color: #EFF9FF; */
    }
}

.cta {
    background-color: #090427;
    padding: 0;

    & .container {
        position: absolute;
        top: 50%;
        left: 0;
        right: 0;
        transform: translateY(-50%);
        margin: 0 auto;
    }

    & .cta-img video {

        &.active {
            animation: cta-img 1.2s ease .5s normal forwards;
            transform: scale(1.5);
        }
    }
}

@keyframes cta-img {
    0% {
        transform: scale(1.5);
    }

    100% {
        transform: scale(1);
    }
}

.about {
    background-image: url('/assets/img/about-bg-1.webp');
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: cover;
    overflow: clip;
    height: auto;
    padding-bottom: 250px;

    &::after {
        content: '';
        width: 100%;
        height: 380px;
        /* background: linear-gradient(180deg, #F0F0F0 25.51%, #FFFFFF 100%); */
        /* backdrop-filter: blur(84px); */
        background-image: url('/assets/img/about-bg-after.webp');
        background-repeat: no-repeat;
        background-position: bottom;
        background-size: cover;
        position: absolute;
        bottom: 0;
        right: 0;
    }


    & h6 {
        color: #211A57;
        font-size: 50px;
        letter-spacing: 0;
        line-height: 1.1em;
        margin-bottom: 0;
        font-weight: 500;
    }

    & .divider {
        width: 100%;
        height: 1px;
        background-color: #000000;

        &.active {
            animation: about-divider 4s ease-in-out;
        }
    }

    & .about-img-1 {
        position: absolute;
        top: -60px;
        right: 100px;

        img {
            border-radius: 10px;
        }
    }

    & .about-img-2 {
        position: absolute;
        bottom: 150px;
        left: 0;

        img {
            border-radius: 0px 10px 10px 0px;
        }
    }

    & h5 {
        font-weight: 500;
        color: #333333;
        line-height: 1.3em;
        
   
    }

    & .shadow-heading {
        font-weight: 700;
        font-size: 200px;
        line-height: 1em;
        letter-spacing: -4px;
        text-align: center;
        color: #F9F9F9;
        position: absolute;
        bottom: 0;
        right: -130px;
        opacity: 0.6 !important;
        z-index: 1;

        @media (max-width: 1366px) {
            font-size: 170px;
        }

    }
}

.industries {
    background-image: url(/assets/img/industries/industries-bg-1.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-color: #ffffff;
    height: auto;

    & h6 {
        color: #fff;
        font-size: 24px;
        letter-spacing: 0;
        line-height: 1.1em;
        margin-bottom: 20px;
        text-align: center;
        text-transform: capitalize;
    }

    .industries-slider
    {
      

        &:hover
        {
            .swiper-slide:not(:hover)
            {
                transition: all .5s;
                opacity: .3
            }

             .swiper-slide:has(:hover)
            {
                transition: all .5s;
                opacity: 1
            }


        }
      
        
        & .swiper-slide
        {
            width: fit-content;
            opacity: .3;
            
            transform: scale(0.8);
            transition: all 0.5s ease;

            &.swiper-slide-active
            {
                transform: scale(1);
                opacity: 1;
            }
        }
    }

    & .industries-box
    {
        
       
        &:hover
        {
            cursor: grab;
        }
        &:active
        {
            cursor: grabbing;

        }


        position: relative;

        & .img {
            border: 1px solid #59CBF54D;
            border-radius: 40px;
            overflow: hidden;
            position: relative;

            &::after {
                content: '';
                height: 100%;
                width: 100%;
                position: absolute;
                top: 0;
                left: 0;
                background: linear-gradient(180deg, rgba(0, 0, 0, 0) 8.08%, #000000 103.34%);
            }
        }

        & .content {
            position: absolute;
            left: 0;
            bottom: 20px;
            max-width: 790px;
            right: 0;
            margin: 0 50px;

            h4 {
                font-weight: 600;
                font-size: 36px;
                line-height: 1;
                letter-spacing: 0;
                color: #ffffff;
                margin-bottom: 15px;
            }

            p {
                font-size: 18px;
                /* line-height: 1; */
                letter-spacing: 0;
                color: #ffffff;
            }
        }

    }
}

.solutions {
    padding: 0;
    transition: all .5s ease-in-out;
    /* position: sticky; */
    /* top: 0; */
    height: auto;

    & .solution-item {
        /* display: none; */
        align-items: center;
        flex-direction: column;
        height: 519px;
        max-width: 540px;
        margin-bottom: 50px;
        opacity: 0;
        transition: all .5s;

        &.active {
            display: flex;
            justify-content: start;
            align-items: start;
            /* animation: fadeUp 1s ease forwards; */
            opacity: 1;
            transition: all .5s;
        }
        
        & h6 {
            color: #000;
            font-size: 24px;
            letter-spacing: 0;
            line-height: 1.1em;
            margin-bottom: 0;
            font-weight: 600;
            text-transform: capitalize;
            border: 1px solid #00000033;
            padding: 14px 30px;
            border-radius: 86px;
        }

        & .divider {
            position: relative;
            width: fit-content;

            &::before {
                /* content: '';
                width: 100%;
                height: 1px;
                background-color: #0000004D;
                position: absolute;
                top: 50%;
                transform: translatey(-50%);
                right: -110%; */
                content: '';
                width: 318px;
                height: 8px;
                position: absolute;
                top: 50%;
                transform: translatey(-50%);
                right: -170%;
                background-image: url(/assets/img/solutions/arrow.png);
            }
        }

        h3 {
            color: #333333;
            font-size: 65px;
            font-weight: 500;
            margin-bottom: 20px;
        }

        p {
            color: #666666;
            font-size: 24px;
        }
    }
    

    & .solution-box {
        transition: all .5s;
        width: 100%;
        /* height: 519px; */
        height: 519px;
        padding: 50px;
        border-radius: 30px;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        display: flex;
        align-items: flex-end;
        position: relative;
        /* opacity: 0.2; */

        /* &.active {
            opacity: 1;
        } */

        & .badge {
            position: absolute;
            top: -1px;
            left: -1px;
            padding: 0;
            width: 230px;
            height: 62px;
            background-color: #ffffff;
            border-radius: 0 0 30px 0;
            
            
            
            
            
            
            
            
            
            

            &::before {
                content: '';
                width: 50px;
                height: 30px;
                border-top-left-radius: 30px;
                background-color: transparent;
                box-shadow: -6px -6px 0 4px #ffffff;
                position: absolute;
                bottom: -30px;
                left: 0;
            }

            &::after {
                content: '';
                width: 50px;
                height: 30px;
                border-top-left-radius: 30px;
                background-color: transparent;
                box-shadow: -6px -6px 0 4px #ffffff;
                position: absolute;
                top: 0px;
                right: -50px;
            }

            .serial {
                /* width: 184px; */
                /* height: 47px;
                display: flex;
                justify-content: center;
                align-items: center; */
                width: 220px;
                border-radius: 50px;
                font-size: 24px;
                font-weight: 500;
                color: #ffffff;
                padding: 14px 30px;
            }
        }

        & .content {
            /* max-width: 620px; */

            h5 {
                color: #ffffff;
                font-weight: 500;
                margin-bottom: 30px;
                font-size: 65px;
            }

            p {
                color: #ffffff;
                font-size: 24px;
            }
        }
    }
}

.solutions-2 {
    height: auto;
    display: none;

    & .solution-item {
        margin-bottom: 50px;
        opacity: 1;
        transition: all .5s;
        
        
        & h6 {
            color: #000;
            font-size: 20px;
            letter-spacing: 0;
            line-height: 1.1em;
            margin-bottom: 0;
            font-weight: 600;
            text-transform: capitalize;
            border: 1px solid #00000033;
            padding: 14px 30px;
            border-radius: 86px;
        }

        & .divider {
            position: relative;
            width: fit-content;

            &::before {
                content: '';
                width: 318px;
                height: 8px;
                position: absolute;
                top: 50%;
                transform: translatey(-50%);
                right: -338px;
                background-image: url(/assets/img/solutions/arrow.png);
            }
        }

        h3 {
            color: #333333;
            font-size: 48px;
            font-weight: 500;
            margin-bottom: 20px;
        }

        p {
            color: #666666;
            font-size: 20px;
        }
    }
    

    & .solution-box {
        transition: all .5s;
        width: 100%;
        height: 100%;
        padding: 200px 50px 50px 50px;
        border-radius: 30px;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        display: flex;
        align-items: flex-end;
        position: relative;

        & .badge {
            position: absolute;
            top: 0;
            left: 0;
            padding: 0;
            width: 230px;
            height: 62px;
            background-color: #ffffff;
            border-radius: 0 0 30px 0;

            &::before {
                content: '';
                width: 50px;
                height: 30px;
                border-top-left-radius: 30px;
                background-color: transparent;
                box-shadow: -6px -6px 0 4px #ffffff;
                position: absolute;
                bottom: -30px;
                left: 0;
            }

            &::after {
                content: '';
                width: 50px;
                height: 30px;
                border-top-left-radius: 30px;
                background-color: transparent;
                box-shadow: -6px -6px 0 4px #ffffff;
                position: absolute;
                top: 0px;
                right: -50px;
            }

            .serial {
                width: 220px;
                border-radius: 50px;
                font-size: 20px;
                font-weight: 500;
                color: #ffffff;
                padding: 14px 30px;
            }
        }

        & .content {

            h5 {
                color: #ffffff;
                font-weight: 500;
                margin-bottom: 30px;
                font-size: 48px;
            }

            p {
                color: #ffffff;
                font-size: 20px;
            }
        }
    }
}

@keyframes fadeUp {
    0% {
        opacity: 0;
        transform: translateY(0px);
    }

    50% {
        opacity: 0;
        transform: translateY(50px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.success-stories {
    background: linear-gradient(180deg, #EFF9FF 25.51%, #FFFFFF 100%);
    backdrop-filter: blur(84px);

    & .content {
        display: flex;
        flex-direction: column;
        /* justify-content: space-between; */
        /* min-height: 400px; */
        gap: 50px;
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        

        & h3 {
            color: #211A57;
            letter-spacing: -1.4px;
            margin-bottom: 20px;
        }

        & p {
            color: #666666;
            font-size: 18px;
            font-weight: 500;
            letter-spacing: -0.36px;
            max-width: 500px;
        }
    }

    
}

@keyframes card-1 {
    0% {
        transform: translateY(50px);
    }

    100% {
        transform: translateY(0);
    }
}

.unique {

    & .swiper {
        overflow: unset;

        & .swiper-slide
        {
            transform: scale(0.95) !important;
            opacity: 0.3;
            transition: all .5s ease;
            cursor: grab;
            &:active
            {
                cursor: grabbing;

            }
    

            &.swiper-slide-active {
                transform: scale(1) !important;
                opacity: 1;
            }
        }


        &:hover
        {
            & .swiper-slide:not(:hover)
            {
                opacity: .3 !important;
            }

            & .swiper-slide:has(:hover)
            {
                opacity: 1 !important;
            }

        }
         
      
    }

    & .unique-box {
        background-color: #F4F4F2;
        border-radius: 40px;
        padding: 50px;
    }




}

.cta-1, .cta-2 {
    position: relative;
    height: auto !important;

    & .shape {
        position: absolute;
        bottom: 0;
        left: 0;
    }

    & h2 {
        color: #211A57;
        /* background-color: #ffffff; */
        
        span {
            background: linear-gradient(88deg,rgba(89, 203, 245, 1) 0%, rgba(99, 91, 255, 1) 53%, rgba(60, 48, 146, 1) 100%);
            background-clip: text;
            -webkit-text-fill-color: transparent;
        }
    }

    & p {
        color: #333333;
        max-width: 935px;
        /* background-color: #ffffff; */
    }
}

.process {
    /* background: linear-gradient(113.62deg, #FFFFFF -13.17%, #FFFFFF 2.54%, #E1DCFF 89.02%, #907CFF 118.68%); */
    background: linear-gradient(113.62deg, rgba(255, 255, 255, 0.4) -13.17%, rgba(255, 255, 255, 0.4) 2.54%, rgba(225, 220, 255, 0.4) 89.02%, rgba(144, 124, 255, 0.4) 118.68%), #ffffff;
    position: relative;

    &::after {
        content: '';
        width: 100%;
        height: 100%;
        background-image: url('/assets/img/process/after-bg.png');
        background-repeat: no-repeat;
        background-position: bottom left;
        position: absolute;
        bottom: 0;
        left: 0;
        z-index: -1;
    }

    & .process-shape {
        position: absolute;
        bottom: 200px;
        left: 0;
        

        & .fade-left {
            opacity: 0;
            &.active {
                
                opacity: 1;
                animation: fadeLeft 2s ease 0s normal forwards;
            }
        }

        & .fade-right {
            opacity: 0;
            &.active {
                opacity: 1;
                animation: fadeRight 2s ease 0s normal forwards;
            }
        }
    }

    & .process-heading-wrapper {
        margin-top: 70px;

        & h2 {
            margin-bottom: 40px;
        }

        & a {
            padding: 13px 13px 13px 32px;
        }
    }

    & .process-box
    {
        background: linear-gradient(180deg, rgba(211, 211, 211, 0.3) -28.34%, rgba(255, 255, 255, 0.3) 100%);
        border: 0.63px solid #2D2D2D1A;
        backdrop-filter: blur(5px);
        box-shadow: 0px 0px 22.71px 1.14px #FFFFFF inset;
        border-radius: 15px;
        padding: 40px;
        margin-bottom: 24px;
        transition: all .5s;

        & *
        {
            pointer-events: none;
        }

     

        & .icon {
            display: flex;
            align-items: center;
            justify-content: space-between;
            margin-bottom: 30px;

            .num {
                color: #000000;
                font-weight: 600;
                font-size: 36px;
                line-height: 1.2em;
                letter-spacing: -1px;
                text-align: right;
                opacity: 30%;
            }
        }

        & h5 {
            color: #000000;
            font-weight: 600;
            font-size: 36px;
            line-height: 1.2em;
            letter-spacing: -1px;
            text-transform: capitalize;
            margin-bottom: 30px;
        }

        & p {
            font-size: 20px;
            margin-bottom: 0;
        }
    }


    .process-icons-wrapper:hover
    {
        & .process-box:not(:hover)
        {
            transform: scale(.95);
        }
        & .process-box:hover
        {
            transform: scale(1.05);

        }
        
    }

   

}

.integration {
    background-image: url(/assets/img/integration/Integration-bg.png);
    background-position: top right;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    overflow-y: clip;
    /* padding-block: 150px; */
    height: 100dvh;

    & .container {
        height: auto;
    }

    & h6 {
        color: #211A57;
        font-size: 50px;
        letter-spacing: 0;
        line-height: 1.1em;
        margin-bottom: 0;
        font-weight: 500;
    }

    & .divider {
        width: 100%;
        height: 1px;
        background-color: #000000;

        &.active {
            animation: about-divider 4s ease-in-out;
        }
    }

    & h4 {
        text-align: center;
        max-width: 900px;
        font-size: 55px;
        color: #211A57;
        margin: 0 auto 100px;
    }

    & .shadow-heading {
        font-weight: 700;
        font-size: 200px;
        line-height: 1em;
        letter-spacing: -4px;
        text-align: center;
        text-transform: uppercase;
        -webkit-text-stroke-width: 1.64px;
        -webkit-text-stroke-color: #E4E4E4;
        -webkit-text-fill-color: transparent;
        opacity: 0.6;
        position: absolute;
        bottom: -40px;
        right: -100px;
    }

    & .nav-pills {
        max-width: 410px;
        gap: 50px;
        flex-direction: column;

        li {

            button {
                font-size: 16px;
                line-height: 1em;
                letter-spacing: 0;
                text-align: start;
                color: #000000;
                width: 100%;
                transition: all .5s ease;
                padding: 0;
                position: relative;
                display: flex;
                justify-content: space-between;
                                    border-radius: 100px;

                .tab-arrow {
                    opacity: 0;
                    transition: all .5s ease;
                }

                &.active {
                    background: linear-gradient(90deg, #59CBF5 0%, #4438A7 100%);
                    border-radius: 100px;
                    color: #FFFFFF;
                    padding: 20px 28px;

                    & .tab-arrow {
                        opacity: 1;
                    }
                }
            }
        }
    }

    & h3 {
        color: #000000;
    }

    & p {
        color: #000000;
        font-size: 18px;
        line-height: 36px;
        margin-bottom: 35px;
    }

    & .platform-icons {
        display: flex;
        flex-wrap: wrap;
        gap: 18px;
        max-width: 1000px;

        .icon-wrapper {
            background: #FFFFFF;
            border-radius: 14px;
            padding: 0 30px;
            display: flex;
            justify-content: center;
            align-items: center;
            height: 120px;
        }
    }

    & .tab-content {
        /* transform: translateX(-100%);
        opacity: 0;
        transition: all .5s;

        &.show {
            transform: translateX(0%);
            opacity: 1;
        } */

        & .fade {

            & h3, & p
            {
                opacity: 1;
                transition: all 0.5s ease;

            }
            & p
            {
                transition-delay: .25s;
                
            }

            img
            {
                transition: all 0.5s ease;
                transform: scale(1);

                &:nth-child(1)
                {   transition-delay: .5s;  }
                &:nth-child(2)
                {   transition-delay: .6s;  }
                &:nth-child(3)
                {   transition-delay: .7s;  }
                &:nth-child(4)
                {   transition-delay: .8s;  }
                &:nth-child(5)
                {   transition-delay: .9s;  }
                &:nth-child(6)
                {   transition-delay: 1s;  }
                &:nth-child(7)
                {   transition-delay: 1.1s;  }
                &:nth-child(8)
                {   transition-delay: 1.2s;  }
                &:nth-child(9)
                {   transition-delay: 1.3s;  }
                &:nth-child(10)
                {   transition-delay: 1.4s;  }

            }


            
            &:not(.show)
            {
                & h3, & p
                {
                    opacity: 0;
                    transform: translateX(100px) !important;

                }

                & img 
                {
                    transform: scale(0)
                }


               
            }
        }
    }
}

/* ------- Common Component ------ */

.counter {

    & .counter-number {
        color: #333;
        font-size: 60px;
        font-weight: 500;
        letter-spacing: -3.857px;
        line-height: 1em;

        .suffix {
            font-weight: 250;
        }
    }

    & .counter-info {
        color: #333;
        font-size: 16px;
        letter-spacing: -0.32px;
        margin-top: 15px;
    }
}

/* .marque-wrapper {
    overflow: hidden;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);

    & .marque-loop {
        display: inline-flex;   
        animation: fixed-loop-anim 20s linear infinite;

        & .marque-container {
            display: flex;
            gap: 15px;
            margin-right: 15px;

            & .marque-item {
                opacity: 10%;

                .with-stroke {
                    color: #F9F9F9;
                    font-size: 204px;
                    font-weight: 600;
                    line-height: 1em;
                    letter-spacing: -6.122px;
                }

                .stroke {
                    font-size: 204px;
                    font-weight: 600;
                    line-height: 1em;
                    letter-spacing: -6.122px;   
                    -webkit-text-stroke-width: 2px;
                    -webkit-text-stroke-color: #FFF;
                    -webkit-text-fill-color: transparent;
                }
            }
        }
    }
}

@keyframes fixed-loop-anim {
    0% {
        transform: translateX(0%);
    }
    100% {
        transform: translateX(-33.32%);
    }
} */

.cta-2,.cta-1 {
    background-image: url(/assets/img/challenges-bg.webp);
    background-repeat: no-repeat, repeat;
    background-position: right;
    height: auto;
    background-position: right , center;
    top: 0;
    position: relative;
}
.cta-2:before, .cta-1:before {
    background-position: right 18%;
    content: "";
    background-image: url(/assets/img/challenges-bg.webp);
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 270px;
    background-size: 100% 100%;
}
.cta-1 {
    height: auto;
}
@keyframes fadeLeft {
    0% {
        transform: translateX(-50px);
        opacity: 0;
    }

    10%
    {
        opacity: 1 !important;
    }

    100% {
        opacity: 1 !important;
        transform: translateX(0);
    }
}

@keyframes fadeRight {
    0% {
        transform: translateX(150px);
    }

    100% {
        transform: translateX(0);
    }
}

/* .fade-left {
    animation: fadeLeft 3s ease-in-out 0s 1 normal forwards;
} */

@keyframes about-divider {
    0% {
        width: 0%;
    }

    100% {
        width: 100%;
    }
}

.big-arrow {
    width: 60px;
    height: 60px;
    border-radius: 50px;
    border: 1px solid #CACACA;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: all .5s ease;

    & svg path {
        transition: all .5s ease;
    }

    &:hover {
        background-color: #000000;

        svg path {
            fill: #fff;
        }
    }
}

.big-arrow.is--flipped {
    transform: scaleX(-1);
}

/* ------- Drag Cursor ------- */
.cursor_circle {
    position: absolute;                 
    top: 0;
    left: 0;
    width: 130px; 
    height: 130px;        
    border-radius: 50%;
    background: #00000033;
    border: 3px solid #59CBF5;
    color: #FFFFFF;
    font-size: 20px;
    display: flex; 
    justify-content: center;
    align-items: center;
    transform: translate(-50%,-50%) scale(0);  
    transition: transform .15s ease-out;
    pointer-events: none;            
    z-index: 9999;

    &::after {
        content: '';
        height: 10px;
        width: 10px;
        background: #59CBF5;
        border-radius: 50%;
        position: absolute;
        top: 50%;
        left: -20px;
        transform: translateY(-50%);
    }

    &::before {
        content: '';
        height: 10px;
        width: 10px;
        background: #59CBF5;
        border-radius: 50%;
        position: absolute;
        top: 50%;
        right: -20px;
        transform: translateY(-50%);
    }
}

.cursor_circle.is_large{
  transform: translate(-50%,-50%) scale(1);
}

section.about.homepage .typewriter h5 {
  /* overflow: hidden; 
  white-space: nowrap; 
  animation: 
    typing 3.5s steps(40, end); */
    height: 280px;

    @media (max-width: 1599px) {
        height: 320px;
    }

    @media (max-width: 1440px) {
        height: 360px;
    }

    @media (max-width: 1199px) {
        height: 250px;
    }

    @media (max-width: 767px) {
        height: 330px;
    }

    @media (max-width: 575px) {
        height: fit-content;
    }

}

/* The typing effect */
@keyframes typing {
  from { width: 0 }
  to { width: 100% }
}



/* ---------- Preloader ---------- */
.preloader{
    position:fixed;
    inset:0;
    height: 100dvh;
    width: 100%;
    z-index:999;
    background: black;
    -webkit-mask-image:linear-gradient(90deg,#ff0000,#fff 30%,#fff);
            mask-image:linear-gradient(90deg,#ff0000,#fff 30%,#fff);
    /* -webkit-mask-size:15% 13%;
            mask-size:15% 13%; */
    -webkit-mask-size:0% 0%;
            mask-size:0% 0%;
    -webkit-mask-repeat:no-repeat;
            mask-repeat:no-repeat;
    -webkit-mask-position:50% 50%;
            mask-position:50% 50%;
    box-shadow: 100px 100px 0 0 #000000;
}

.preloader-logo {
    /* position: absolute;
    top: 50%; 
    left: 50%;
    transform: translate(-50%,-50%);
    width: 229px; */
        width: 100%;
    height: 100dvh;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    z-index:9999;
}

.preloader-logo img {
    width:100%;
    height:auto;
}

/* Header logo - always visible, no filters */
#main-logo {
    visibility: visible !important;
    filter: none !important;
    -webkit-filter: none !important;
}
#main-logo img {
    filter: none !important;
    -webkit-filter: none !important;
}


.animated-logo {


   height: 100dvh;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.offcanvas {
    width: 400px !important;
    
    & .offcanvas-header {
        padding: 30px;
        align-items: start;

        .btn-close:focus {
            box-shadow: none;
        }

        & .offcanvas-title {

            & svg {
                opacity: 0;
            }
        }
    }
    
    & .offcanvas-body {
        padding: 30px;
        
        ul {
            margin-bottom: 50px;

            li {
                margin-bottom: 15px;
                opacity: 0;

                a {
                    font-size: 22px;
                    color: #333333;
                    font-weight: 500;
                    display: flex;
                    align-items: center;
                    gap: 8px;
                    transition: all .5s ease;

                    &:hover {
                        color: #000000;
                    }
                }
            }
        }

        hr {
            width: 0%;
        }

        .contact-info {
            margin-top: 50px;

            h5 {
                margin-bottom: 25px;
                font-size: 18px;
                opacity: 0;
            }

            ul {
                li {
                    margin-bottom: 15px;
                    opacity: 0;

                    a {
                        display: flex;
                        align-items: center;
                        gap: 10px;
                        line-height: 1;
                        font-size: 16px;

                        &:last-child {
                            align-items: start;
                        }
                    }
                }
            }
        }
    }
}

.offcanvas.show {

    & .offcanvas-title {

        & svg {
            opacity: 0;
            transform: translateY(-50px);
            animation: fade-down 1s ease 0s forwards;
        }
    }

    & .m-nav {
        opacity: 0;
        animation: fade-up 1s ease forwards;

        &:nth-child(1) {
            animation-delay: .1s;
        }

        &:nth-child(2) {
            animation-delay: .2s;
        }

        &:nth-child(3) {
            animation-delay: .3s;
        }

        &:nth-child(4) {
            animation-delay: .4s;
        }

        &:nth-child(5) {
            animation-delay: .5s;
        }
    }

    .contact-info {

        & h5 {
            opacity: 0;
            animation: fade-up 1s ease .8s forwards;
        }

        & ul {
            li {
                opacity: 0;
                animation: fade-up 1s ease forwards;

                &:nth-child(1) {
                    animation-delay: .6s;
                }

                &:nth-child(2) {
                    animation-delay: .7s;
                }
            }
        }
    }

    hr {
        width: 0%;
        animation: hr 1.5s ease .5s forwards;
    }
}

@keyframes fade-up {
    0% {
        opacity: 0;
        transform: translateY(50px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes fade-down {
    0% {
        opacity: 0;
        transform: translateY(-50px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes hr {
    0% {
        width: 0%;
    }

    100% {
        width: 100%;
    }
}




/* ------ Inner Pages ------ */

.breadcrum {
    background-image: url('/assets/img/about/header-bg.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: auto;
    padding: 245px 0;
    overflow: hidden;

    .breadcrum-subtile {
        font-weight: 500;
        font-size: 16px;
        letter-spacing: 0;
        color: #FFFFFF;
        background: linear-gradient(90.16deg, rgba(89, 203, 245, 0.2) 7.56%, rgba(99, 91, 255, 0.2) 61.04%, rgba(60, 48, 146, 0.2) 108.6%);
        backdrop-filter: blur(10px);
        border: 2px solid #FFFFFF4D;
        border-radius: 86px;
        padding: 14px 30px;
        width: fit-content;
        margin-bottom: 50px;

        @media (max-width: 575px) {
            margin-bottom: 30px;
        }
    }

    .breadcrum-tile {
        font-size: 110px;
        font-weight: 500;
        color: #ffffff;
        letter-spacing: -2px;
        line-height: 0.9em;
        margin-bottom: 40px;

        span {
            background: linear-gradient(91.19deg, rgba(89, 203, 245, 1) -7.01%, #939FEC 51.37%, rgb(99, 91, 255, 1) 103.29%);
            background-clip: text;
            -webkit-text-fill-color: transparent;
        }

        @media (max-width: 1440px) {
            font-size: 90px;
        }

        @media (max-width: 991px) {
            font-size: 80px;
        }

        @media (max-width: 767px) {
            font-size: 70px;
        }

        @media (max-width: 575px) {
            font-size: 45px;
            margin-bottom: 20px;
        }
    }

    .breadcrum-desc {
        font-size: 24px;
        text-transform: capitalize;
        color: #FFFFFF;
        margin-bottom: 0;
        line-height: 1.6em;

        @media (max-width: 991px) {
            font-size: 20px;
        }

        @media (max-width: 575px) {
            font-size: 18px;
        }
    }


    .mobileView
    {
        /*width: unset !important;
        left: 50%;
        right: 50%;
        top: 50%;
        bottom: 50%;
        transform: translate(-50%, -50%);*/
    }
}



.referal {
    height: auto;
    background-color: #ffffff;
    padding: 120px 0;

    & h6 {
        font-weight: 400;
        font-size: 24px;
        letter-spacing: 0;
        color: #000000;
    }

    & h3 {
        margin-bottom: 50px;

        @media (max-width: 1440px) {
            margin-bottom: 30px;
        }
    }

    & .divider {
        width: 100%;
        height: 1px;
        background-color: #000000;

        &.active {
            animation: about-divider 4s ease-in-out;
        }
    }

    & .global-partners {
        width: fit-content;
        background: #F9F9F9;
        border: 1px solid #F4F4F4;
        border-radius: 33px;
        display: flex;
        align-items: center;
        gap: 8px;
        padding: 8px;

        & .title {
            color: #020120;
            font-weight: 600;
            font-size: 15px;
            letter-spacing: 0;
        }
    }

    & .referral-title {
        font-weight: 500;
        /* font-size: 110px; */
        /* line-height: 0.95; */
        color: #211A57;

        /* @media (max-width: 1440px) {
            font-size: 90px;
        } */

        @media (max-width: 1199px) {
            margin-bottom: 30px;
        }

        @media (max-width: 991px) {
            font-size: 80px;
        }

        @media (max-width: 767px) {
            font-size: 70px;
        }

        @media (max-width: 575px) {
            font-size: 45px;
        }
    }

    & p {
        font-size: 24px;
        color: #666666;
        margin-bottom: 30px;

        @media (max-width: 991px) {
            font-size: 20px;
        }

        @media (max-width: 575px) {
            font-size: 18px;
        }
    }
}

section.referal .process-shape {bottom: 88px; }

.services {
    height: auto;
    background-image: url('/assets/img/about/accordion/accordion-bg.png');
    background-repeat: no-repeat;
    background-position: right;
    background-color: #ffffff;
    padding: 150px 0;

    & h3 {
        text-align: center;
        color: #211A57;
    }

    .accordion-services
    {
        & .accordion-item
        {  
            border: 1px solid #0000001A;
            cursor: pointer;
            background: #ffffff;
            padding: 17px 60px;
            overflow: clip;
            transition: all .5s;

            & .accordion-button {
                transition: all .5s;

                & h2 {
                    font-size: 90px;
                    font-weight: 500;
                    color: #241854;
                    transform: translateY(40px);
                    margin-bottom: 0;
                    line-height: 1;
                    transition: all .5s;

                    span {
                            background: linear-gradient(88deg, rgba(125, 200, 242, 1) 0%, rgba(111, 112, 245, 1) 100%);
                            background-clip: text;
                            -webkit-text-fill-color: transparent;
                        transition: all .5s;
                    }

                    @media (max-width: 1440px) {
                        font-size: 80px;
                    }
                }

                &::after {
                    width: 44px;
                    height: 66px;
                    background-image: url("data:image/svg+xml,%3Csvg width='44' height='66' viewBox='0 0 44 66' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect opacity='0.2' x='0.622642' y='0.622642' width='42.7547' height='64.7547' rx='21.3774' stroke='%237D7D7D' stroke-width='1.24528'/%3E%3Cpath d='M22.0862 16.0858V48.7931' stroke='black' stroke-width='1.14619' stroke-linecap='round'/%3E%3Cpath d='M30.2041 39.5117L22.7826 49.0186C22.3931 49.5175 21.7616 49.5175 21.372 49.0186L13.9506 39.5117' stroke='black' stroke-width='1.14619' stroke-linecap='round'/%3E%3C/svg%3E%0A");
                    background-size: contain;
                    transition: all .5s;
                }
            }

            & .accordion-body {
                font-size: 24px;
                font-weight: 400;
                letter-spacing: -1px;
                color: #666666;
                max-width: 750px;
                transition: all .5s;
                padding-top: 15px;
                transform: translateY(45px);
            }

            &:has(.collapse.show) {
                padding: 63px 60px;
                background: linear-gradient(90.16deg, rgba(89, 203, 245, 0.05) 7.56%, rgba(99, 91, 255, 0.05) 61.04%, rgba(60, 48, 146, 0.05) 108.6%);
                overflow: initial;

                & .accordion-button {

                    h2 {
                        transform: translateY(0px);
                        color: #211A57;

                        /* span {
                            background: linear-gradient(88deg, rgba(89, 203, 245, 1) 0%, rgba(99, 91, 255, 1) 53%, rgba(60, 48, 146, 1) 100%);
                            background-clip: text;
                            -webkit-text-fill-color: transparent;
                        } */
                    }

                    &::after {
                        background-image: url("data:image/svg+xml,%3Csvg width='44' height='66' viewBox='0 0 44 66' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 44C0 56.1503 9.84974 66 22 66C34.1503 66 44 56.1503 44 44V22C44 9.84974 34.1503 0 22 0C9.84974 0 0 9.84974 0 22V44Z' fill='url(%23paint0_linear_2088_4000)'/%3E%3Cpath d='M21.7576 46.2V20.6672' stroke='white' stroke-width='1.14619' stroke-linecap='round'/%3E%3Cpath d='M29.8745 27.916L22.5582 20.5997C22.1106 20.1521 21.3849 20.1521 20.9373 20.5997L13.621 27.916' stroke='white' stroke-width='1.14619' stroke-linecap='round'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_2088_4000' x1='19.5' y1='70' x2='32.0363' y2='-18.2185' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%2359CBF5'/%3E%3Cstop offset='0.5253' stop-color='%23635BFF'/%3E%3Cstop offset='0.9924' stop-color='%233C3092'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E%0A");
                    }
                }

                & .container::before {
                    opacity: 1;
                    transform: scale(1);
                }

                & .accordion-body {
                    transform: translateY(0px);
                }
            }

            & .container {
                position: relative;
                transition: all .5s;

                @media (max-width: 1720px) {
                    padding: 0;
                }

                &::before {
                    content: '';
                    position: absolute;
                    width: 353px;
                    height: 353px;
                    right: 120px;
                    top: 20px;
                    box-shadow: 20px 40px 40px 0px #00000040;
                    border-radius: 20px;
                    background-repeat: no-repeat;;
                    transform: scale(0);
                    opacity: 0;
                    transition: all .5s;

                    @media (max-width: 1440px) {
                        width: 323px;
                        height: 303px;
                        right: 80px;
                        top: 10px;
                        background-size: cover;
                    }

                    @media (max-width: 1399px) {
                        content: none;
                    }
                }
            }

            & .img-1::before {
                background-image: url(/assets/img/about/accordion/1.png);
            }

            & .img-2::before {
                background-image: url(/assets/img/about/accordion/2.png);
            }

            & .img-3::before {
                background-image: url(/assets/img/about/accordion/3.png);
            }
            
        }
        
    }
}

.marque-cta {
    padding-block: 350px;
    height: auto;
    border: 3px solid;
    border-image-source: linear-gradient(90deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 87.98%);
    background: linear-gradient(180deg, rgba(239, 249, 255, 0.6) 0%, rgba(239, 249, 255, 0.6) 100%);
    backdrop-filter: blur(115px);
    position: relative;

    & .plutos-big-logo {
        position: absolute;
        margin: auto;
        top: 0px;
        bottom: 0px;
        left: 0px;
        right: 0px;
        z-index: 10;
        width: fit-content;
        height: fit-content;
    }

    & .marque-wrapper {
        overflow: hidden;

        & .marquee-loop {
            display: inline-flex;
            animation: fixed-loop-anim 20s linear infinite;

            & .marquee-container {
                display:flex;

                .star {
                    font-size: 120px;
                    font-weight: 600;
                    color: #211A57;
                    white-space: nowrap;
                    position: relative;
                    padding-right: 103px;
                    padding-left: 30px;
                    line-height: 1em;
                    text-transform: uppercase;

                    &::before {
                        content: '';
                        position: absolute;
                        width: 73px;
                        height: 73px;
                        right: 0;
                        top: 22px;
                        background-image: url("data:image/svg+xml,%3Csvg width='73' height='73' viewBox='0 0 73 73' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M35.1812 2.00149C35.7033 0.414031 37.9489 0.414026 38.471 2.00149L46.4094 26.1389C46.5812 26.6613 46.9909 27.0711 47.5133 27.2429L71.6508 35.1812C73.2382 35.7033 73.2382 37.9489 71.6508 38.471L47.5133 46.4094C46.9909 46.5812 46.5812 46.9909 46.4094 47.5133L38.471 71.6508C37.9489 73.2382 35.7033 73.2382 35.1812 71.6508L27.2429 47.5133C27.0711 46.9909 26.6613 46.5812 26.1389 46.4094L2.00149 38.471C0.414031 37.9489 0.414026 35.7033 2.00149 35.1812L26.1389 27.2429C26.6613 27.0711 27.0711 26.6613 27.2429 26.1389L35.1812 2.00149Z' fill='url(%23paint0_linear_0_141)'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_0_141' x1='36.8261' y1='-3' x2='36.8261' y2='76.6522' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%230059FF'/%3E%3Cstop offset='1' stop-color='%238CB4FF'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E%0A");

                        @media (max-width: 1399px) {
                            top: 0;
                        }
                    }
                }
            }
        }
    }
}

.platforms {
    height: auto;    
    background: linear-gradient(108.56deg, rgba(255, 255, 255, 0.1) -0.39%, rgba(255, 255, 255, 0.1) 13.15%, rgba(225, 220, 255, 0.1) 87.63%, rgba(144, 124, 255, 0.1) 113.18%), #ffffff;
    position: relative;

    &::before {
        content: '';
        height: 100%;
        width: 100%;
        background-image: url('/assets/img/about/shadow-bg.png');
        background-repeat: no-repeat;
        background-position: right;
        position: absolute;
        top: 0;
        right: 0;
    }


    p {
        color: #333333;
    }

    .headline {
        color: #666666;
        font-weight: 700;
    }
}

.hand-cta {
    height: auto;
    background-image: url('/assets/img/about/hand-cta-bg.png');
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: cover;
    padding: 190px 0;
    
    .col-pad
    {
        padding-block: 100px;
    }

    @media (max-width: 1399px) {
        padding-right: 50px;
    }

    @media (max-width: 991px) {
        padding-right: 0px;
    }

    & a {
        padding: 13px 13px 13px 32px;
    }

    & .hand-img {
        padding-right: 50px;
    }

    & .hand-img-logo {
        margin-bottom: 50px;
    }

    & .hand-content {
        margin-bottom: 40px;
    }
}


/* ------ PAGE - ABOUT -----*/





    section.aboutPage.breadcrum
    {
        position: relative;
        video
        {
            position: absolute;
            overflow: clip;
            left: 0px;
            top: -150px;
            width: 100%;
            min-height: 100%;
           
            z-index: 1;
        }

        .referal
        {
            & .process-shape
            {
                z-index: -1;
                bottom: 0px !important;
            }
        }

    }



section.about.aboutpage
{
    h5 span
    {
     color: #211A57;  
   
    }
}

section.mission
{
    
    height: auto;

    background-image: url('/assets/img/about/mission-bg.png');
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: cover;
    /* padding: 190px 0; */
    position: relative;

    .nav-tabs
    {
        border:1px solid transparent !important;
        position: relative;
        width: fit-content;

        &:before
        {
            content: "";
            position: absolute;
            width: 100%;
            height: 4px;
            bottom : -20px;
            border-radius: 360px;
            background-color: #ffffff10;
        }

        &:after
        {
            transition: all .6s;
            content: "";
            position: absolute;
            width: var(--activeTabWidth);
            left: var(--activeTabX);
            height: 8px;
            bottom : -22px;
            border-radius: 360px;
            background-color: #FF199D;
        }

        .nav-item
        {
            border:1px solid transparent !important;
            margin-right: 50px;

            &:last-child
            {
                 margin-right: 0px;
            }

            .nav-link
            {
                font-size: 30px;
                color: #fff;
                padding-inline: 10px;

                &:hover
                {
                    border:1px solid transparent !important;
                }

                &.active, &.focus
                {
                    background-color: unset;
                    border:1px solid transparent !important;
                }
            }
        }

        &:hover
        {
            border:1px solid transparent !important;
        }
    }

    .tab-content
    {
        margin-top: 50px;

        *
        {
            font-size: 26px;
            font-weight: 300 !important;

            strong
            {
                font-weight: bold !important;
            }
            
            color: #fff;
        }

        &::before
        {
            content: "OUR ";
            position: absolute;
            bottom: 1em;
            background-image: url("data:image/svg+xml,%3Csvg width='835' height='111' viewBox='0 0 835 111' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg opacity='0.2'%3E%3Cmask id='path-1-outside-1_90_53' maskUnits='userSpaceOnUse' x='0' y='0' width='835' height='111' fill='black'%3E%3Crect fill='white' width='835' height='111'/%3E%3Cpath d='M98.4465 55.4C98.4465 66.735 96.3233 76.4434 92.077 84.5252C87.8649 92.5727 82.1118 98.7368 74.8176 103.017C67.5577 107.298 59.3219 109.438 50.11 109.438C40.8982 109.438 32.6452 107.298 25.351 103.017C18.0911 98.7025 12.338 92.5214 8.09166 84.4738C3.87955 76.3921 1.7735 66.7008 1.7735 55.4C1.7735 44.065 3.87955 34.3737 8.09166 26.3262C12.338 18.2444 18.0911 12.0632 25.351 7.78264C32.6452 3.50204 40.8982 1.36174 50.11 1.36174C59.3219 1.36174 67.5577 3.50204 74.8176 7.78264C82.1118 12.0632 87.8649 18.2444 92.077 26.3262C96.3233 34.3737 98.4465 44.065 98.4465 55.4ZM79.2866 55.4C79.2866 47.421 78.0366 40.6919 75.5368 35.2127C73.0711 29.6993 69.6467 25.5386 65.2633 22.7305C60.88 19.8882 55.8289 18.467 50.11 18.467C44.3911 18.467 39.34 19.8882 34.9567 22.7305C30.5734 25.5386 27.1318 29.6993 24.6319 35.2127C22.1663 40.6919 20.9335 47.421 20.9335 55.4C20.9335 63.379 22.1663 70.1253 24.6319 75.6387C27.1318 81.1178 30.5734 85.2786 34.9567 88.1209C39.34 90.929 44.3911 92.333 50.11 92.333C55.8289 92.333 60.88 90.929 65.2633 88.1209C69.6467 85.2786 73.0711 81.1178 75.5368 75.6387C78.0366 70.1253 79.2866 63.379 79.2866 55.4ZM171.207 2.80002H190.264V71.5293C190.264 79.0632 188.483 85.6895 184.922 91.4084C181.394 97.1273 176.429 101.596 170.025 104.815C163.621 108 156.139 109.592 147.578 109.592C138.982 109.592 131.483 108 125.079 104.815C118.675 101.596 113.71 97.1273 110.182 91.4084C106.655 85.6895 104.892 79.0632 104.892 71.5293V2.80002H123.949V69.9369C123.949 74.3203 124.908 78.2242 126.825 81.6486C128.777 85.0731 131.517 87.7613 135.044 89.7133C138.571 91.631 142.749 92.5898 147.578 92.5898C152.406 92.5898 156.584 91.631 160.111 89.7133C163.673 87.7613 166.412 85.0731 168.33 81.6486C170.248 78.2242 171.207 74.3203 171.207 69.9369V2.80002ZM199.406 108V2.80002H238.856C246.937 2.80002 253.718 4.20406 259.197 7.01213C264.71 9.8202 268.871 13.7584 271.679 18.8266C274.522 23.8606 275.943 29.7335 275.943 36.4455C275.943 43.1917 274.504 49.0476 271.628 54.0131C268.786 58.9443 264.591 62.7626 259.043 65.468C253.495 68.1391 246.681 69.4746 238.599 69.4746H210.501V53.6535H236.03C240.756 53.6535 244.626 53.0029 247.639 51.7016C250.653 50.366 252.879 48.4312 254.317 45.8971C255.79 43.3287 256.526 40.1782 256.526 36.4455C256.526 32.7128 255.79 29.5281 254.317 26.8912C252.845 24.2201 250.602 22.1997 247.588 20.8299C244.574 19.4259 240.688 18.7239 235.928 18.7239H218.463V108H199.406ZM253.752 60.3313L279.795 108H258.529L232.948 60.3313H253.752ZM306.221 2.80002H329.541L360.773 79.0289H362.005L393.237 2.80002H416.557V108H398.271V35.7264H397.295L368.221 107.692H354.557L325.483 35.5723H324.507V108H306.221V2.80002ZM444.795 2.80002V108H425.738V2.80002H444.795ZM511.031 31.7197C510.552 27.2337 508.531 23.7407 504.97 21.2408C501.443 18.741 496.854 17.491 491.204 17.491C487.231 17.491 483.824 18.0903 480.981 19.2889C478.139 20.4875 475.965 22.1141 474.458 24.1688C472.951 26.2235 472.181 28.5692 472.146 31.2061C472.146 33.3977 472.643 35.2983 473.636 36.9078C474.663 38.5173 476.05 39.8871 477.797 41.0172C479.543 42.113 481.478 43.0376 483.601 43.791C485.724 44.5444 487.865 45.1779 490.022 45.6916L499.885 48.1572C503.857 49.0818 507.675 50.3318 511.339 51.907C515.038 53.4823 518.343 55.4685 521.253 57.8656C524.198 60.2628 526.527 63.1565 528.239 66.5467C529.952 69.9369 530.808 73.9093 530.808 78.4639C530.808 84.6279 529.232 90.0557 526.082 94.7473C522.931 99.4046 518.377 103.052 512.418 105.688C506.494 108.291 499.32 109.592 490.895 109.592C482.711 109.592 475.605 108.325 469.578 105.791C463.585 103.257 458.894 99.5587 455.503 94.6959C452.147 89.8331 450.332 83.9088 450.058 76.9229H468.807C469.081 80.5871 470.211 83.6348 472.198 86.0662C474.184 88.4976 476.769 90.3126 479.954 91.5111C483.173 92.7097 486.769 93.309 490.741 93.309C494.885 93.309 498.515 92.6926 501.631 91.4598C504.782 90.1927 507.247 88.4462 509.028 86.2203C510.809 83.9602 511.716 81.3233 511.75 78.3098C511.716 75.5702 510.911 73.31 509.336 71.5293C507.761 69.7143 505.552 68.2076 502.71 67.009C499.902 65.7762 496.614 64.6803 492.847 63.7215L480.879 60.6395C472.215 58.4136 465.366 55.0404 460.332 50.5201C455.332 45.9656 452.832 39.9214 452.832 32.3875C452.832 26.1892 454.51 20.7614 457.866 16.1041C461.256 11.4468 465.862 7.83401 471.684 5.26565C477.506 2.66304 484.098 1.36174 491.46 1.36174C498.926 1.36174 505.466 2.66304 511.083 5.26565C516.733 7.83401 521.168 11.4126 524.387 16.0014C527.606 20.5559 529.267 25.7954 529.369 31.7197H511.031ZM593.397 31.7197C592.918 27.2337 590.897 23.7407 587.336 21.2408C583.808 18.741 579.22 17.491 573.569 17.491C569.597 17.491 566.19 18.0903 563.347 19.2889C560.505 20.4875 558.33 22.1141 556.824 24.1688C555.317 26.2235 554.546 28.5692 554.512 31.2061C554.512 33.3977 555.009 35.2983 556.002 36.9078C557.029 38.5173 558.416 39.8871 560.162 41.0172C561.909 42.113 563.844 43.0376 565.967 43.791C568.09 44.5444 570.23 45.1779 572.388 45.6916L582.25 48.1572C586.223 49.0818 590.041 50.3318 593.705 51.907C597.404 53.4823 600.708 55.4685 603.619 57.8656C606.564 60.2628 608.893 63.1565 610.605 66.5467C612.317 69.9369 613.173 73.9093 613.173 78.4639C613.173 84.6279 611.598 90.0557 608.448 94.7473C605.297 99.4046 600.743 103.052 594.784 105.688C588.86 108.291 581.685 109.592 573.261 109.592C565.077 109.592 557.971 108.325 551.944 105.791C545.951 103.257 541.259 99.5587 537.869 94.6959C534.513 89.8331 532.698 83.9088 532.424 76.9229H551.173C551.447 80.5871 552.577 83.6348 554.563 86.0662C556.55 88.4976 559.135 90.3126 562.32 91.5111C565.539 92.7097 569.135 93.309 573.107 93.309C577.251 93.309 580.881 92.6926 583.997 91.4598C587.147 90.1927 589.613 88.4462 591.394 86.2203C593.174 83.9602 594.082 81.3233 594.116 78.3098C594.082 75.5702 593.277 73.31 591.702 71.5293C590.127 69.7143 587.918 68.2076 585.076 67.009C582.267 65.7762 578.98 64.6803 575.213 63.7215L563.244 60.6395C554.581 58.4136 547.732 55.0404 542.698 50.5201C537.698 45.9656 535.198 39.9214 535.198 32.3875C535.198 26.1892 536.876 20.7614 540.232 16.1041C543.622 11.4468 548.228 7.83401 554.05 5.26565C559.871 2.66304 566.463 1.36174 573.826 1.36174C581.291 1.36174 587.832 2.66304 593.448 5.26565C599.099 7.83401 603.533 11.4126 606.752 16.0014C609.971 20.5559 611.632 25.7954 611.735 31.7197H593.397ZM637.648 2.80002V108H618.591V2.80002H637.648ZM740.715 55.4C740.715 66.735 738.592 76.4434 734.345 84.5252C730.133 92.5727 724.38 98.7368 717.086 103.017C709.826 107.298 701.59 109.438 692.378 109.438C683.167 109.438 674.914 107.298 667.619 103.017C660.36 98.7025 654.606 92.5214 650.36 84.4738C646.148 76.3921 644.042 66.7008 644.042 55.4C644.042 44.065 646.148 34.3737 650.36 26.3262C654.606 18.2444 660.36 12.0632 667.619 7.78264C674.914 3.50204 683.167 1.36174 692.378 1.36174C701.59 1.36174 709.826 3.50204 717.086 7.78264C724.38 12.0632 730.133 18.2444 734.345 26.3262C738.592 34.3737 740.715 44.065 740.715 55.4ZM721.555 55.4C721.555 47.421 720.305 40.6919 717.805 35.2127C715.34 29.6993 711.915 25.5386 707.532 22.7305C703.148 19.8882 698.097 18.467 692.378 18.467C686.66 18.467 681.608 19.8882 677.225 22.7305C672.842 25.5386 669.4 29.6993 666.9 35.2127C664.435 40.6919 663.202 47.421 663.202 55.4C663.202 63.379 664.435 70.1253 666.9 75.6387C669.4 81.1178 672.842 85.2786 677.225 88.1209C681.608 90.929 686.66 92.333 692.378 92.333C698.097 92.333 703.148 90.929 707.532 88.1209C711.915 85.2786 715.34 81.1178 717.805 75.6387C720.305 70.1253 721.555 63.379 721.555 55.4ZM833.611 2.80002V108H816.66L767.091 36.3428H766.217V108H747.16V2.80002H764.214L813.732 74.5086H814.657V2.80002H833.611Z'/%3E%3C/mask%3E%3Cpath d='M92.077 84.5252L90.9293 83.9222L90.9283 83.924L92.077 84.5252ZM74.8176 103.017L74.1614 101.899L74.1591 101.901L74.8176 103.017ZM25.351 103.017L24.6886 104.132L24.6948 104.136L25.351 103.017ZM8.09166 84.4738L6.94192 85.0731L6.94499 85.0789L8.09166 84.4738ZM8.09166 26.3262L6.94393 25.7231L6.94298 25.725L8.09166 26.3262ZM25.351 7.78264L24.6948 6.66445L24.6925 6.66581L25.351 7.78264ZM74.8176 7.78264L74.1591 8.89947L74.1614 8.90082L74.8176 7.78264ZM92.077 26.3262L90.9272 26.9254L90.9303 26.9312L92.077 26.3262ZM75.5368 35.2127L74.3532 35.742L74.3572 35.7509L75.5368 35.2127ZM65.2633 22.7305L64.5579 23.8183L64.564 23.8222L65.2633 22.7305ZM34.9567 22.7305L35.6561 23.8222L35.6621 23.8183L34.9567 22.7305ZM24.6319 35.2127L23.4511 34.6773L23.4496 34.6807L24.6319 35.2127ZM24.6319 75.6387L23.4483 76.168L23.4524 76.1768L24.6319 75.6387ZM34.9567 88.1209L34.2513 89.2087L34.2573 89.2126L34.9567 88.1209ZM65.2633 88.1209L65.9627 89.2126L65.9687 89.2087L65.2633 88.1209ZM75.5368 75.6387L74.356 75.1033L74.3544 75.1066L75.5368 75.6387ZM98.4465 55.4H97.15C97.15 66.5748 95.0571 76.066 90.9293 83.9222L92.077 84.5252L93.2247 85.1282C97.5896 76.8208 99.743 66.8953 99.743 55.4H98.4465ZM92.077 84.5252L90.9283 83.924C86.8201 91.7731 81.2307 97.7506 74.1614 101.899L74.8176 103.017L75.4738 104.136C82.9928 99.723 88.9097 93.3724 93.2257 85.1264L92.077 84.5252ZM74.8176 103.017L74.1591 101.901C67.117 106.053 59.1125 108.142 50.11 108.142V109.438V110.735C59.5313 110.735 67.9984 108.543 75.4761 104.134L74.8176 103.017ZM50.11 109.438V108.142C41.1076 108.142 33.0849 106.053 26.0072 101.899L25.351 103.017L24.6948 104.136C32.2055 108.543 40.6887 110.735 50.11 110.735V109.438ZM25.351 103.017L26.0134 101.903C18.9747 97.7195 13.3822 91.7221 9.23833 83.8688L8.09166 84.4738L6.94499 85.0789C11.2938 93.3206 17.2076 99.6856 24.6886 104.132L25.351 103.017ZM8.09166 84.4738L9.24139 83.8746C5.14613 76.0171 3.07001 66.5413 3.07001 55.4H1.7735H0.476988C0.476988 66.8602 2.61297 76.7671 6.94193 85.0731L8.09166 84.4738ZM1.7735 55.4H3.07001C3.07001 44.2235 5.14648 34.749 9.24034 26.9274L8.09166 26.3262L6.94298 25.725C2.61262 33.9984 0.476988 43.9065 0.476988 55.4H1.7735ZM8.09166 26.3262L9.23939 26.9292C13.3833 19.0424 18.9746 13.0475 26.0095 8.89946L25.351 7.78264L24.6925 6.66581C17.2077 11.079 11.2927 17.4464 6.94393 25.7231L8.09166 26.3262ZM25.351 7.78264L26.0072 8.90082C33.0849 4.74728 41.1076 2.65825 50.11 2.65825V1.36174V0.0652327C40.6887 0.0652327 32.2055 2.2568 24.6948 6.66446L25.351 7.78264ZM50.11 1.36174V2.65825C59.1125 2.65825 67.117 4.7473 74.1591 8.89946L74.8176 7.78264L75.4761 6.66581C67.9984 2.25678 59.5313 0.0652327 50.11 0.0652327V1.36174ZM74.8176 7.78264L74.1614 8.90082C81.2293 13.0486 86.8186 19.0421 90.9273 26.9254L92.077 26.3262L93.2267 25.727C88.9112 17.4467 82.9943 11.0779 75.4738 6.66446L74.8176 7.78264ZM92.077 26.3262L90.9303 26.9312C95.057 34.7519 97.15 44.225 97.15 55.4H98.4465H99.743C99.743 43.905 97.5897 33.9955 93.2237 25.7211L92.077 26.3262ZM79.2866 55.4H80.5831C80.5831 47.2927 79.314 40.3681 76.7163 34.6745L75.5368 35.2127L74.3572 35.7509C76.7593 41.0157 77.9901 47.5492 77.9901 55.4H79.2866ZM75.5368 35.2127L76.7203 34.6834C74.1685 28.9772 70.5912 24.6039 65.9627 21.6388L65.2633 22.7305L64.564 23.8222C68.7021 26.4732 71.9738 30.4214 74.3532 35.742L75.5368 35.2127ZM65.2633 22.7305L65.9687 21.6427C61.3556 18.6513 56.0546 17.1705 50.11 17.1705V18.467V19.7635C55.6032 19.7635 60.4044 21.125 64.5579 23.8183L65.2633 22.7305ZM50.11 18.467V17.1705C44.1654 17.1705 38.8645 18.6513 34.2513 21.6427L34.9567 22.7305L35.6621 23.8183C39.8156 21.125 44.6168 19.7635 50.11 19.7635V18.467ZM34.9567 22.7305L34.2573 21.6388C29.6306 24.6028 26.0371 28.9738 23.4511 34.6773L24.6319 35.2127L25.8127 35.7481C28.2264 30.4248 31.5161 26.4744 35.6561 23.8222L34.9567 22.7305ZM24.6319 35.2127L23.4496 34.6807C20.8883 40.3724 19.6369 47.2948 19.6369 55.4H20.9335H22.23C22.23 47.5472 23.4442 41.0113 25.8142 35.7447L24.6319 35.2127ZM20.9335 55.4H19.6369C19.6369 63.5057 20.8884 70.4437 23.4483 76.168L24.6319 75.6387L25.8154 75.1094C23.4441 69.8068 22.23 63.2524 22.23 55.4H20.9335ZM24.6319 75.6387L23.4524 76.1768C26.0387 81.8455 29.6307 86.2125 34.2513 89.2087L34.9567 88.1209L35.6621 87.0331C31.5161 84.3446 28.2248 80.3902 25.8114 75.1005L24.6319 75.6387ZM34.9567 88.1209L34.2573 89.2126C38.8698 92.1675 44.1686 93.6295 50.11 93.6295V92.333V91.0365C44.6137 91.0365 39.8103 89.6905 35.6561 87.0292L34.9567 88.1209ZM50.11 92.333V93.6295C56.0514 93.6295 61.3502 92.1675 65.9627 89.2126L65.2633 88.1209L64.564 87.0292C60.4097 89.6905 55.6063 91.0365 50.11 91.0365V92.333ZM65.2633 88.1209L65.9687 89.2087C70.5911 86.2114 74.1669 81.8422 76.7191 76.1707L75.5368 75.6387L74.3544 75.1066C71.9754 80.3935 68.7022 84.3458 64.5579 87.0331L65.2633 88.1209ZM75.5368 75.6387L76.7176 76.1741C79.3139 70.448 80.5831 63.5077 80.5831 55.4H79.2866H77.9901C77.9901 63.2504 76.7594 69.8025 74.356 75.1033L75.5368 75.6387ZM171.207 2.80002V1.50351H169.91V2.80002H171.207ZM190.264 2.80002H191.56V1.50351H190.264V2.80002ZM184.922 91.4084L183.821 90.723L183.818 90.7278L184.922 91.4084ZM170.025 104.815L170.602 105.976L170.607 105.974L170.025 104.815ZM125.079 104.815L124.497 105.974L124.502 105.976L125.079 104.815ZM110.182 91.4084L111.286 90.7278L111.286 90.7278L110.182 91.4084ZM104.892 2.80002V1.50351H103.595V2.80002H104.892ZM123.949 2.80002H125.245V1.50351H123.949V2.80002ZM126.825 81.6486L125.694 82.2821L125.699 82.2907L126.825 81.6486ZM135.044 89.7133L134.416 90.8477L134.425 90.8523L135.044 89.7133ZM160.111 89.7133L160.731 90.8523L160.734 90.8502L160.111 89.7133ZM168.33 81.6486L169.461 82.2821L169.461 82.2821L168.33 81.6486ZM171.207 2.80002V4.09653H190.264V2.80002V1.50351H171.207V2.80002ZM190.264 2.80002H188.967V71.5293H190.264H191.56V2.80002H190.264ZM190.264 71.5293H188.967C188.967 78.8504 187.24 85.2335 183.821 90.723L184.922 91.4084L186.022 92.0938C189.726 86.1456 191.56 79.2759 191.56 71.5293H190.264ZM184.922 91.4084L183.818 90.7278C180.426 96.2284 175.647 100.538 169.443 103.657L170.025 104.815L170.607 105.974C177.211 102.654 182.363 98.0261 186.025 92.089L184.922 91.4084ZM170.025 104.815L169.448 103.654C163.255 106.734 155.978 108.296 147.578 108.296V109.592V110.889C156.3 110.889 163.987 109.266 170.602 105.976L170.025 104.815ZM147.578 109.592V108.296C139.143 108.296 131.848 106.734 125.656 103.654L125.079 104.815L124.502 105.976C131.117 109.266 138.822 110.889 147.578 110.889V109.592ZM125.079 104.815L125.661 103.657C119.457 100.538 114.678 96.2284 111.286 90.7278L110.182 91.4084L109.079 92.089C112.741 98.0261 117.893 102.654 124.497 105.974L125.079 104.815ZM110.182 91.4084L111.286 90.7278C107.9 85.2376 106.188 78.8527 106.188 71.5293H104.892H103.595C103.595 79.2736 105.411 86.1415 109.079 92.089L110.182 91.4084ZM104.892 71.5293H106.188V2.80002H104.892H103.595V71.5293H104.892ZM104.892 2.80002V4.09653H123.949V2.80002V1.50351H104.892V2.80002ZM123.949 2.80002H122.652V69.9369H123.949H125.245V2.80002H123.949ZM123.949 69.9369H122.652C122.652 74.5156 123.656 78.6423 125.694 82.2821L126.825 81.6486L127.957 81.0152C126.159 77.806 125.245 74.1249 125.245 69.9369H123.949ZM126.825 81.6486L125.699 82.2907C127.772 85.9268 130.686 88.7832 134.416 90.8477L135.044 89.7133L135.672 88.5789C132.348 86.7394 129.783 84.2194 127.952 81.0066L126.825 81.6486ZM135.044 89.7133L134.425 90.8523C138.177 92.8924 142.576 93.8864 147.578 93.8864V92.5898V91.2933C142.922 91.2933 138.966 90.3696 135.663 88.5742L135.044 89.7133ZM147.578 92.5898V93.8864C152.579 93.8864 156.978 92.8924 160.731 90.8523L160.111 89.7133L159.492 88.5742C156.19 90.3696 152.234 91.2933 147.578 91.2933V92.5898ZM160.111 89.7133L160.734 90.8502C164.501 88.7857 167.42 85.9264 169.461 82.2821L168.33 81.6486L167.199 81.0152C165.404 84.2199 162.844 86.737 159.488 88.5763L160.111 89.7133ZM168.33 81.6486L169.461 82.2821C171.5 78.6423 172.503 74.5156 172.503 69.9369H171.207H169.91C169.91 74.1249 168.996 77.806 167.199 81.0152L168.33 81.6486ZM171.207 69.9369H172.503V2.80002H171.207H169.91V69.9369H171.207ZM199.406 108H198.109V109.297H199.406V108ZM199.406 2.80002V1.50351H198.109V2.80002H199.406ZM259.197 7.01213L258.606 8.16594L258.609 8.16743L259.197 7.01213ZM271.679 18.8266L270.545 19.4549L270.55 19.464L271.679 18.8266ZM271.628 54.0131L270.506 53.3632L270.505 53.3657L271.628 54.0131ZM259.043 65.468L259.605 66.6362L259.611 66.6333L259.043 65.468ZM210.501 69.4746H209.204V70.7711H210.501V69.4746ZM210.501 53.6535V52.357H209.204V53.6535H210.501ZM247.639 51.7016L248.153 52.8919L248.165 52.8869L247.639 51.7016ZM254.317 45.8971L253.192 45.2522L253.19 45.2571L254.317 45.8971ZM254.317 26.8912L253.182 27.5172L253.185 27.5234L254.317 26.8912ZM247.588 20.8299L247.04 22.0052L247.052 22.0102L247.588 20.8299ZM218.463 18.7239V17.4273H217.166V18.7239H218.463ZM218.463 108V109.297H219.759V108H218.463ZM253.752 60.3313L254.89 59.7097L254.521 59.0348H253.752V60.3313ZM279.795 108V109.297H281.981L280.933 107.378L279.795 108ZM258.529 108L257.387 108.613L257.754 109.297H258.529V108ZM232.948 60.3313V59.0348H230.781L231.806 60.9443L232.948 60.3313ZM199.406 108H200.702V2.80002H199.406H198.109V108H199.406ZM199.406 2.80002V4.09653H238.856V2.80002V1.50351H199.406V2.80002ZM238.856 2.80002V4.09653C246.794 4.09653 253.358 5.47631 258.606 8.16594L259.197 7.01213L259.788 5.85832C254.078 2.9318 247.081 1.50351 238.856 1.50351V2.80002ZM259.197 7.01213L258.609 8.16743C263.908 10.8665 267.871 14.6284 270.545 19.4549L271.679 18.8266L272.813 18.1982C269.871 12.8883 265.513 8.77386 259.785 5.85684L259.197 7.01213ZM271.679 18.8266L270.55 19.464C273.266 24.2742 274.646 29.9206 274.646 36.4455H275.943H277.239C277.239 29.5465 275.777 23.447 272.808 18.1891L271.679 18.8266ZM275.943 36.4455H274.646C274.646 43.0039 273.249 48.6274 270.506 53.3632L271.628 54.0131L272.75 54.663C275.759 49.4678 277.239 43.3796 277.239 36.4455H275.943ZM271.628 54.0131L270.505 53.3657C267.802 58.0537 263.81 61.7007 258.475 64.3026L259.043 65.468L259.611 66.6333C265.371 63.8246 269.769 59.8349 272.751 54.6605L271.628 54.0131ZM259.043 65.468L258.48 64.2998C253.154 66.8643 246.544 68.1781 238.599 68.1781V69.4746V70.7711C246.817 70.7711 253.836 69.4138 259.605 66.6361L259.043 65.468ZM238.599 69.4746V68.1781H210.501V69.4746V70.7711H238.599V69.4746ZM210.501 69.4746H211.797V53.6535H210.501H209.204V69.4746H210.501ZM210.501 53.6535V54.95H236.03V53.6535V52.357H210.501V53.6535ZM236.03 53.6535V54.95C240.861 54.95 244.923 54.2869 248.153 52.8919L247.639 51.7016L247.125 50.5113C244.329 51.7188 240.651 52.357 236.03 52.357V53.6535ZM247.639 51.7016L248.165 52.8869C251.397 51.4542 253.852 49.3439 255.445 46.537L254.317 45.8971L253.19 45.2571C251.906 47.5184 249.908 49.2778 247.114 50.5163L247.639 51.7016ZM254.317 45.8971L255.442 46.5419C257.053 43.7324 257.822 40.3464 257.822 36.4455H256.526H255.229C255.229 40.0101 254.527 42.9251 253.192 45.2522L254.317 45.8971ZM256.526 36.4455H257.822C257.822 32.5432 257.052 29.1297 255.449 26.2591L254.317 26.8912L253.185 27.5234C254.527 29.9264 255.229 32.8825 255.229 36.4455H256.526ZM254.317 26.8912L255.453 26.2653C253.834 23.3286 251.369 21.1245 248.125 19.6496L247.588 20.8299L247.052 22.0102C249.834 23.2749 251.856 25.1117 253.182 27.5172L254.317 26.8912ZM247.588 20.8299L248.136 19.6547C244.893 18.144 240.801 17.4273 235.928 17.4273V18.7239V20.0204C240.574 20.0204 244.256 20.7078 247.04 22.0051L247.588 20.8299ZM235.928 18.7239V17.4273H218.463V18.7239V20.0204H235.928V18.7239ZM218.463 18.7239H217.166V108H218.463H219.759V18.7239H218.463ZM218.463 108V106.703H199.406V108V109.297H218.463V108ZM253.752 60.3313L252.614 60.9529L278.657 108.622L279.795 108L280.933 107.378L254.89 59.7097L253.752 60.3313ZM279.795 108V106.703H258.529V108V109.297H279.795V108ZM258.529 108L259.672 107.387L234.091 59.7182L232.948 60.3313L231.806 60.9443L257.387 108.613L258.529 108ZM232.948 60.3313V61.6278H253.752V60.3313V59.0348H232.948V60.3313ZM306.221 2.80002V1.50351H304.924V2.80002H306.221ZM329.541 2.80002L330.741 2.30849L330.411 1.50351H329.541V2.80002ZM360.773 79.0289L359.573 79.5204L359.903 80.3254H360.773V79.0289ZM362.005 79.0289V80.3254H362.875L363.205 79.5204L362.005 79.0289ZM393.237 2.80002V1.50351H392.367L392.037 2.30849L393.237 2.80002ZM416.557 2.80002H417.854V1.50351H416.557V2.80002ZM416.557 108V109.297H417.854V108H416.557ZM398.271 108H396.974V109.297H398.271V108ZM398.271 35.7264H399.567V34.4299H398.271V35.7264ZM397.295 35.7264V34.4299H396.42L396.092 35.2407L397.295 35.7264ZM368.221 107.692V108.988H369.095L369.423 108.177L368.221 107.692ZM354.557 107.692L353.355 108.177L353.682 108.988H354.557V107.692ZM325.483 35.5723L326.686 35.0875L326.359 34.2758H325.483V35.5723ZM324.507 35.5723V34.2758H323.211V35.5723H324.507ZM324.507 108V109.297H325.804V108H324.507ZM306.221 108H304.924V109.297H306.221V108ZM306.221 2.80002V4.09653H329.541V2.80002V1.50351H306.221V2.80002ZM329.541 2.80002L328.342 3.29155L359.573 79.5204L360.773 79.0289L361.972 78.5374L330.741 2.30849L329.541 2.80002ZM360.773 79.0289V80.3254H362.005V79.0289V77.7324H360.773V79.0289ZM362.005 79.0289L363.205 79.5204L394.436 3.29155L393.237 2.80002L392.037 2.30849L360.806 78.5374L362.005 79.0289ZM393.237 2.80002V4.09653H416.557V2.80002V1.50351H393.237V2.80002ZM416.557 2.80002H415.261V108H416.557H417.854V2.80002H416.557ZM416.557 108V106.703H398.271V108V109.297H416.557V108ZM398.271 108H399.567V35.7264H398.271H396.974V108H398.271ZM398.271 35.7264V34.4299H397.295V35.7264V37.0229H398.271V35.7264ZM397.295 35.7264L396.092 35.2407L367.019 107.206L368.221 107.692L369.423 108.177L398.497 36.212L397.295 35.7264ZM368.221 107.692V106.395H354.557V107.692V108.988H368.221V107.692ZM354.557 107.692L355.76 107.207L326.686 35.0875L325.483 35.5723L324.281 36.057L353.355 108.177L354.557 107.692ZM325.483 35.5723V34.2758H324.507V35.5723V36.8688H325.483V35.5723ZM324.507 35.5723H323.211V108H324.507H325.804V35.5723H324.507ZM324.507 108V106.703H306.221V108V109.297H324.507V108ZM306.221 108H307.517V2.80002H306.221H304.924V108H306.221ZM444.795 2.80002H446.091V1.50351H444.795V2.80002ZM444.795 108V109.297H446.091V108H444.795ZM425.738 108H424.441V109.297H425.738V108ZM425.738 2.80002V1.50351H424.441V2.80002H425.738ZM444.795 2.80002H443.498V108H444.795H446.091V2.80002H444.795ZM444.795 108V106.703H425.738V108V109.297H444.795V108ZM425.738 108H427.034V2.80002H425.738H424.441V108H425.738ZM425.738 2.80002V4.09653H444.795V2.80002V1.50351H425.738V2.80002ZM511.031 31.7197L509.742 31.8575L509.866 33.0163H511.031V31.7197ZM504.97 21.2408L504.22 22.2986L504.225 22.302L504.97 21.2408ZM480.981 19.2889L481.485 20.4835L481.485 20.4835L480.981 19.2889ZM474.458 24.1688L473.412 23.4021L473.412 23.4021L474.458 24.1688ZM472.146 31.2061L470.85 31.1892L470.85 31.1977V31.2061H472.146ZM473.636 36.9078L472.533 37.5886L472.538 37.5971L472.543 37.6054L473.636 36.9078ZM477.797 41.0172L477.092 42.1057L477.1 42.1106L477.108 42.1154L477.797 41.0172ZM483.601 43.791L483.168 45.0129L483.168 45.0129L483.601 43.791ZM490.022 45.6916L490.337 44.4338L490.329 44.4321L490.322 44.4304L490.022 45.6916ZM499.885 48.1572L499.57 49.415L499.58 49.4176L499.591 49.42L499.885 48.1572ZM511.339 51.907L510.827 53.0982L510.831 53.0999L511.339 51.907ZM521.253 57.8656L520.429 58.8665L520.435 58.8712L521.253 57.8656ZM526.082 94.7473L527.156 95.4737L527.158 95.4701L526.082 94.7473ZM512.418 105.688L512.94 106.875L512.943 106.874L512.418 105.688ZM469.578 105.791L469.073 106.985L469.075 106.986L469.578 105.791ZM455.503 94.6959L454.436 95.4323L454.44 95.4374L455.503 94.6959ZM450.058 76.9229V75.6264H448.71L448.763 76.9737L450.058 76.9229ZM468.807 76.9229L470.1 76.8262L470.011 75.6264H468.807V76.9229ZM472.198 86.0662L473.202 85.246L473.202 85.246L472.198 86.0662ZM479.954 91.5111L479.497 92.7246L479.502 92.7262L479.954 91.5111ZM501.631 91.4598L502.108 92.6654L502.115 92.6626L501.631 91.4598ZM509.028 86.2203L510.04 87.0303L510.046 87.0227L509.028 86.2203ZM511.75 78.3098L513.047 78.3245L513.047 78.309L513.047 78.2936L511.75 78.3098ZM509.336 71.5293L508.357 72.3792L508.365 72.3883L509.336 71.5293ZM502.71 67.009L502.189 68.1961L502.197 68.1999L502.206 68.2036L502.71 67.009ZM492.847 63.7215L492.524 64.977L492.527 64.9779L492.847 63.7215ZM480.879 60.6395L481.202 59.3839L481.201 59.3837L480.879 60.6395ZM460.332 50.5201L459.459 51.4786L459.466 51.4848L460.332 50.5201ZM457.866 16.1041L456.818 15.3411L456.814 15.3462L457.866 16.1041ZM471.684 5.26565L472.207 6.45186L472.213 6.44926L471.684 5.26565ZM511.083 5.26565L510.537 6.44201L510.546 6.44594L511.083 5.26565ZM524.387 16.0014L523.325 16.746L523.328 16.7497L524.387 16.0014ZM529.369 31.7197V33.0163H530.689L530.666 31.6973L529.369 31.7197ZM511.031 31.7197L512.32 31.582C511.803 26.7396 509.595 22.9033 505.715 20.1797L504.97 21.2408L504.225 22.302C507.468 24.5781 509.301 27.7277 509.742 31.8575L511.031 31.7197ZM504.97 21.2408L505.72 20.1831C501.915 17.4864 497.041 16.1945 491.204 16.1945V17.491V18.7875C496.667 18.7875 500.971 19.9955 504.22 22.2986L504.97 21.2408ZM491.204 17.491V16.1945C487.106 16.1945 483.518 16.8121 480.478 18.0943L480.981 19.2889L481.485 20.4835C484.129 19.3685 487.357 18.7875 491.204 18.7875V17.491ZM480.981 19.2889L480.478 18.0943C477.465 19.3647 475.084 21.1221 473.412 23.4021L474.458 24.1688L475.503 24.9355C476.845 23.106 478.813 21.6102 481.485 20.4835L480.981 19.2889ZM474.458 24.1688L473.412 23.4021C471.74 25.6825 470.888 28.2925 470.85 31.1892L472.146 31.2061L473.443 31.2229C473.474 28.846 474.162 26.7644 475.503 24.9355L474.458 24.1688ZM472.146 31.2061H470.85C470.85 33.5993 471.394 35.7438 472.533 37.5886L473.636 36.9078L474.739 36.227C473.891 34.8529 473.443 33.1962 473.443 31.2061H472.146ZM473.636 36.9078L472.543 37.6054C473.679 39.3851 475.204 40.8838 477.092 42.1057L477.797 41.0172L478.501 39.9287C476.896 38.8904 475.647 37.6495 474.729 36.2103L473.636 36.9078ZM477.797 41.0172L477.108 42.1154C478.942 43.2661 480.963 44.2307 483.168 45.0129L483.601 43.791L484.035 42.5692C481.993 41.8446 480.145 40.96 478.486 39.919L477.797 41.0172ZM483.601 43.791L483.168 45.0129C485.334 45.7815 487.519 46.4283 489.722 46.9529L490.022 45.6916L490.322 44.4304C488.211 43.9276 486.115 43.3073 484.035 42.5692L483.601 43.791ZM490.022 45.6916L489.708 46.9494L499.57 49.415L499.885 48.1572L500.199 46.8994L490.337 44.4338L490.022 45.6916ZM499.885 48.1572L499.591 49.42C503.49 50.3276 507.235 51.5539 510.827 53.0981L511.339 51.907L511.852 50.7159C508.115 49.1097 504.224 47.8361 500.179 46.8945L499.885 48.1572ZM511.339 51.907L510.831 53.0999C514.423 54.6298 517.62 56.5531 520.429 58.8665L521.253 57.8656L522.078 56.8648C519.065 54.3839 515.652 52.3348 511.848 50.7142L511.339 51.907ZM521.253 57.8656L520.435 58.8712C523.239 61.1533 525.452 63.9035 527.082 67.1312L528.239 66.5467L529.397 65.9622C527.602 62.4094 525.158 59.3723 522.072 56.8601L521.253 57.8656ZM528.239 66.5467L527.082 67.1312C528.686 70.3075 529.511 74.0723 529.511 78.4639H530.808H532.104C532.104 73.7463 531.217 69.5663 529.397 65.9622L528.239 66.5467ZM530.808 78.4639H529.511C529.511 84.3949 527.999 89.5661 525.006 94.0245L526.082 94.7473L527.158 95.4701C530.465 90.5454 532.104 84.861 532.104 78.4639H530.808ZM526.082 94.7473L525.008 94.0208C522.014 98.4462 517.666 101.949 511.894 104.503L512.418 105.688L512.943 106.874C519.088 104.155 523.848 100.363 527.156 95.4737L526.082 94.7473ZM512.418 105.688L511.897 104.501C506.178 107.014 499.192 108.296 490.895 108.296V109.592V110.889C499.447 110.889 506.809 109.569 512.94 106.875L512.418 105.688ZM490.895 109.592V108.296C482.841 108.296 475.914 107.049 470.08 104.596L469.578 105.791L469.075 106.986C475.296 109.602 482.58 110.889 490.895 110.889V109.592ZM469.578 105.791L470.083 104.597C464.292 102.149 459.804 98.5973 456.567 93.9544L455.503 94.6959L454.44 95.4374C457.983 100.52 462.878 104.366 469.073 106.985L469.578 105.791ZM455.503 94.6959L456.57 93.9595C453.378 89.3336 451.62 83.6581 451.354 76.8721L450.058 76.9229L448.763 76.9737C449.045 84.1595 450.917 90.3327 454.436 95.4323L455.503 94.6959ZM450.058 76.9229V78.2194H468.807V76.9229V75.6264H450.058V76.9229ZM468.807 76.9229L467.515 77.0195C467.805 80.9024 469.012 84.2159 471.194 86.8864L472.198 86.0662L473.202 85.246C471.411 83.0538 470.358 80.2717 470.1 76.8262L468.807 76.9229ZM472.198 86.0662L471.194 86.8864C473.336 89.5096 476.117 91.4524 479.497 92.7246L479.954 91.5111L480.411 90.2977C477.421 89.1727 475.031 87.4856 473.202 85.246L472.198 86.0662ZM479.954 91.5111L479.502 92.7262C482.886 93.9863 486.638 94.6055 490.741 94.6055V93.309V92.0125C486.899 92.0125 483.46 91.4331 480.407 90.2961L479.954 91.5111ZM490.741 93.309V94.6055C495.011 94.6055 498.809 93.9706 502.108 92.6654L501.631 91.4598L501.154 90.2542C498.221 91.4146 494.759 92.0125 490.741 92.0125V93.309ZM501.631 91.4598L502.115 92.6626C505.433 91.3282 508.096 89.461 510.04 87.0302L509.028 86.2203L508.016 85.4104C506.399 87.4314 504.13 89.0572 501.147 90.2569L501.631 91.4598ZM509.028 86.2203L510.046 87.0227C512.013 84.5267 513.01 81.6095 513.047 78.3245L511.75 78.3098L510.454 78.295C510.423 81.0371 509.604 83.3936 508.01 85.4179L509.028 86.2203ZM511.75 78.3098L513.047 78.2936C513.009 75.2934 512.119 72.7189 510.307 70.6703L509.336 71.5293L508.365 72.3883C509.703 73.9012 510.423 75.847 510.454 78.326L511.75 78.3098ZM509.336 71.5293L510.315 70.6795C508.579 68.6784 506.188 67.0688 503.214 65.8144L502.71 67.009L502.206 68.2036C504.916 69.3463 506.943 70.7502 508.357 72.3791L509.336 71.5293ZM502.71 67.009L503.231 65.8219C500.343 64.5541 496.986 63.437 493.167 62.4651L492.847 63.7215L492.527 64.9779C496.243 65.9237 499.46 66.9983 502.189 68.1961L502.71 67.009ZM492.847 63.7215L493.171 62.4659L481.202 59.3839L480.879 60.6395L480.555 61.895L492.524 64.977L492.847 63.7215ZM480.879 60.6395L481.201 59.3837C472.677 57.1936 466.035 53.8989 461.198 49.5555L460.332 50.5201L459.466 51.4848C464.697 56.182 471.753 59.6335 480.556 61.8952L480.879 60.6395ZM460.332 50.5201L461.205 49.5617C456.507 45.2823 454.129 39.6027 454.129 32.3875H452.832H451.536C451.536 40.24 454.157 46.6489 459.459 51.4786L460.332 50.5201ZM452.832 32.3875H454.129C454.129 26.4384 455.734 21.2808 458.918 16.8621L457.866 16.1041L456.814 15.3462C453.286 20.2421 451.536 25.9401 451.536 32.3875H452.832ZM457.866 16.1041L458.914 16.8672C462.156 12.4136 466.572 8.93781 472.207 6.45184L471.684 5.26565L471.161 4.07945C465.152 6.7302 460.357 10.48 456.818 15.3411L457.866 16.1041ZM471.684 5.26565L472.213 6.44926C477.844 3.93173 484.252 2.65825 491.46 2.65825V1.36174V0.0652327C483.943 0.0652327 477.167 1.39436 471.155 4.08203L471.684 5.26565ZM491.46 1.36174V2.65825C498.776 2.65825 505.124 3.93315 510.538 6.44198L511.083 5.26565L511.628 4.08931C505.809 1.39293 499.076 0.0652327 491.46 0.0652327V1.36174ZM511.083 5.26565L510.546 6.44594C516.009 8.92908 520.253 12.3665 523.325 16.7459L524.387 16.0014L525.448 15.2568C522.082 10.4587 517.457 6.73894 511.619 4.08535L511.083 5.26565ZM524.387 16.0014L523.328 16.7497C526.387 21.0781 527.975 26.0611 528.073 31.7422L529.369 31.7197L530.666 31.6973C530.559 25.5297 528.824 20.0338 525.445 15.2531L524.387 16.0014ZM529.369 31.7197V30.4232H511.031V31.7197V33.0163H529.369V31.7197ZM593.397 31.7197L592.108 31.8575L592.232 33.0163H593.397V31.7197ZM587.336 21.2408L586.586 22.2986L586.591 22.302L587.336 21.2408ZM563.347 19.2889L563.851 20.4835L563.851 20.4835L563.347 19.2889ZM556.824 24.1688L555.778 23.4021L555.778 23.4021L556.824 24.1688ZM554.512 31.2061L553.216 31.1892L553.216 31.1977V31.2061H554.512ZM556.002 36.9078L554.898 37.5886L554.904 37.5971L554.909 37.6054L556.002 36.9078ZM560.162 41.0172L559.458 42.1057L559.466 42.1106L559.473 42.1154L560.162 41.0172ZM565.967 43.791L565.533 45.0129L565.533 45.0129L565.967 43.791ZM572.388 45.6916L572.702 44.4338L572.695 44.4321L572.688 44.4304L572.388 45.6916ZM582.25 48.1572L581.936 49.415L581.946 49.4176L581.956 49.42L582.25 48.1572ZM593.705 51.907L593.193 53.0982L593.197 53.0999L593.705 51.907ZM603.619 57.8656L602.795 58.8665L602.801 58.8712L603.619 57.8656ZM608.448 94.7473L609.521 95.4737L609.524 95.4701L608.448 94.7473ZM594.784 105.688L595.305 106.875L595.309 106.874L594.784 105.688ZM551.944 105.791L551.439 106.985L551.441 106.986L551.944 105.791ZM537.869 94.6959L536.802 95.4323L536.806 95.4374L537.869 94.6959ZM532.424 76.9229V75.6264H531.076L531.129 76.9737L532.424 76.9229ZM551.173 76.9229L552.466 76.8262L552.376 75.6264H551.173V76.9229ZM554.563 86.0662L555.568 85.246L555.568 85.246L554.563 86.0662ZM562.32 91.5111L561.863 92.7246L561.867 92.7262L562.32 91.5111ZM583.997 91.4598L584.474 92.6654L584.481 92.6626L583.997 91.4598ZM591.394 86.2203L592.406 87.0303L592.412 87.0227L591.394 86.2203ZM594.116 78.3098L595.413 78.3245L595.413 78.309L595.413 78.2936L594.116 78.3098ZM591.702 71.5293L590.723 72.3792L590.731 72.3883L591.702 71.5293ZM585.076 67.009L584.554 68.1961L584.563 68.1999L584.572 68.2036L585.076 67.009ZM575.213 63.7215L574.89 64.977L574.893 64.9779L575.213 63.7215ZM563.244 60.6395L563.568 59.3839L563.567 59.3837L563.244 60.6395ZM542.698 50.5201L541.824 51.4786L541.831 51.4848L542.698 50.5201ZM540.232 16.1041L539.184 15.3411L539.18 15.3462L540.232 16.1041ZM554.05 5.26565L554.573 6.45186L554.579 6.44926L554.05 5.26565ZM593.448 5.26565L592.903 6.44201L592.912 6.44594L593.448 5.26565ZM606.752 16.0014L605.691 16.746L605.694 16.7497L606.752 16.0014ZM611.735 31.7197V33.0163H613.054L613.031 31.6973L611.735 31.7197ZM593.397 31.7197L594.686 31.582C594.169 26.7396 591.961 22.9033 588.081 20.1797L587.336 21.2408L586.591 22.302C589.833 24.5781 591.666 27.7277 592.108 31.8575L593.397 31.7197ZM587.336 21.2408L588.085 20.1831C584.281 17.4864 579.406 16.1945 573.569 16.1945V17.491V18.7875C579.033 18.7875 583.336 19.9955 586.586 22.2986L587.336 21.2408ZM573.569 17.491V16.1945C569.472 16.1945 565.884 16.8121 562.843 18.0943L563.347 19.2889L563.851 20.4835C566.495 19.3685 569.722 18.7875 573.569 18.7875V17.491ZM563.347 19.2889L562.843 18.0943C559.831 19.3647 557.45 21.1221 555.778 23.4021L556.824 24.1688L557.869 24.9355C559.211 23.106 561.179 21.6102 563.851 20.4835L563.347 19.2889ZM556.824 24.1688L555.778 23.4021C554.106 25.6825 553.253 28.2925 553.216 31.1892L554.512 31.2061L555.808 31.2229C555.839 28.846 556.528 26.7644 557.869 24.9355L556.824 24.1688ZM554.512 31.2061H553.216C553.216 33.5993 553.76 35.7438 554.898 37.5886L556.002 36.9078L557.105 36.227C556.257 34.8529 555.809 33.1962 555.809 31.2061H554.512ZM556.002 36.9078L554.909 37.6054C556.045 39.3851 557.57 40.8838 559.458 42.1057L560.162 41.0172L560.867 39.9287C559.262 38.8904 558.013 37.6495 557.095 36.2103L556.002 36.9078ZM560.162 41.0172L559.473 42.1154C561.307 43.2661 563.329 44.2307 565.533 45.0129L565.967 43.791L566.401 42.5692C564.359 41.8446 562.511 40.96 560.852 39.919L560.162 41.0172ZM565.967 43.791L565.533 45.0129C567.7 45.7815 569.884 46.4283 572.088 46.9529L572.388 45.6916L572.688 44.4304C570.577 43.9276 568.481 43.3073 566.401 42.5692L565.967 43.791ZM572.388 45.6916L572.073 46.9494L581.936 49.415L582.25 48.1572L582.565 46.8994L572.702 44.4338L572.388 45.6916ZM582.25 48.1572L581.956 49.42C585.856 50.3276 589.601 51.5539 593.193 53.0981L593.705 51.907L594.217 50.7159C590.481 49.1097 586.59 47.8361 582.544 46.8945L582.25 48.1572ZM593.705 51.907L593.197 53.0999C596.789 54.6298 599.986 56.5531 602.795 58.8665L603.619 57.8656L604.443 56.8648C601.431 54.3839 598.018 52.3348 594.213 50.7142L593.705 51.907ZM603.619 57.8656L602.801 58.8712C605.604 61.1533 607.818 63.9035 609.448 67.1312L610.605 66.5467L611.762 65.9622C609.968 62.4094 607.524 59.3723 604.438 56.8601L603.619 57.8656ZM610.605 66.5467L609.448 67.1312C611.052 70.3075 611.877 74.0723 611.877 78.4639H613.173H614.47C614.47 73.7463 613.583 69.5663 611.762 65.9622L610.605 66.5467ZM613.173 78.4639H611.877C611.877 84.3949 610.365 89.5661 607.371 94.0245L608.448 94.7473L609.524 95.4701C612.831 90.5454 614.47 84.861 614.47 78.4639H613.173ZM608.448 94.7473L607.374 94.0208C604.38 98.4462 600.031 101.949 594.259 104.503L594.784 105.688L595.309 106.874C601.454 104.155 606.214 100.363 609.521 95.4737L608.448 94.7473ZM594.784 105.688L594.262 104.501C588.544 107.014 581.558 108.296 573.261 108.296V109.592V110.889C581.813 110.889 589.175 109.569 595.305 106.875L594.784 105.688ZM573.261 109.592V108.296C565.207 108.296 558.28 107.049 552.446 104.596L551.944 105.791L551.441 106.986C557.662 109.602 564.946 110.889 573.261 110.889V109.592ZM551.944 105.791L552.449 104.597C546.658 102.149 542.17 98.5973 538.933 93.9544L537.869 94.6959L536.806 95.4374C540.349 100.52 545.244 104.366 551.439 106.985L551.944 105.791ZM537.869 94.6959L538.936 93.9595C535.744 89.3336 533.986 83.6581 533.72 76.8721L532.424 76.9229L531.129 76.9737C531.41 84.1595 533.283 90.3327 536.802 95.4323L537.869 94.6959ZM532.424 76.9229V78.2194H551.173V76.9229V75.6264H532.424V76.9229ZM551.173 76.9229L549.88 77.0195C550.171 80.9024 551.378 84.2159 553.559 86.8864L554.563 86.0662L555.568 85.246C553.777 83.0538 552.724 80.2717 552.466 76.8262L551.173 76.9229ZM554.563 86.0662L553.559 86.8864C555.702 89.5096 558.483 91.4524 561.863 92.7246L562.32 91.5111L562.777 90.2977C559.787 89.1727 557.397 87.4856 555.568 85.246L554.563 86.0662ZM562.32 91.5111L561.867 92.7262C565.252 93.9863 569.004 94.6055 573.107 94.6055V93.309V92.0125C569.265 92.0125 565.826 91.4331 562.772 90.2961L562.32 91.5111ZM573.107 93.309V94.6055C577.377 94.6055 581.174 93.9706 584.474 92.6654L583.997 91.4598L583.52 90.2542C580.587 91.4146 577.125 92.0125 573.107 92.0125V93.309ZM583.997 91.4598L584.481 92.6626C587.799 91.3282 590.461 89.461 592.406 87.0302L591.394 86.2203L590.381 85.4104C588.764 87.4314 586.496 89.0572 583.513 90.2569L583.997 91.4598ZM591.394 86.2203L592.412 87.0227C594.379 84.5267 595.375 81.6095 595.413 78.3245L594.116 78.3098L592.82 78.295C592.789 81.0371 591.97 83.3936 590.375 85.4179L591.394 86.2203ZM594.116 78.3098L595.413 78.2936C595.375 75.2934 594.485 72.7189 592.673 70.6703L591.702 71.5293L590.731 72.3883C592.069 73.9012 592.789 75.847 592.82 78.326L594.116 78.3098ZM591.702 71.5293L592.681 70.6795C590.944 68.6784 588.554 67.0688 585.579 65.8144L585.076 67.009L584.572 68.2036C587.281 69.3463 589.309 70.7502 590.723 72.3791L591.702 71.5293ZM585.076 67.009L585.597 65.8219C582.709 64.5541 579.351 63.437 575.533 62.4651L575.213 63.7215L574.893 64.9779C578.609 65.9237 581.826 66.9983 584.554 68.1961L585.076 67.009ZM575.213 63.7215L575.536 62.4659L563.568 59.3839L563.244 60.6395L562.921 61.895L574.89 64.977L575.213 63.7215ZM563.244 60.6395L563.567 59.3837C555.043 57.1936 548.401 53.8989 543.564 49.5555L542.698 50.5201L541.831 51.4848C547.062 56.182 554.119 59.6335 562.922 61.8952L563.244 60.6395ZM542.698 50.5201L543.571 49.5617C538.873 45.2823 536.495 39.6027 536.495 32.3875H535.198H533.901C533.901 40.24 536.523 46.6489 541.825 51.4786L542.698 50.5201ZM535.198 32.3875H536.495C536.495 26.4384 538.1 21.2808 541.284 16.8621L540.232 16.1041L539.18 15.3462C535.652 20.2421 533.901 25.9401 533.901 32.3875H535.198ZM540.232 16.1041L541.28 16.8672C544.522 12.4136 548.938 8.93781 554.573 6.45184L554.05 5.26565L553.526 4.07945C547.518 6.7302 542.722 10.48 539.184 15.3411L540.232 16.1041ZM554.05 5.26565L554.579 6.44926C560.21 3.93173 566.618 2.65825 573.826 2.65825V1.36174V0.0652327C566.309 0.0652327 559.533 1.39436 553.521 4.08203L554.05 5.26565ZM573.826 1.36174V2.65825C581.141 2.65825 587.489 3.93315 592.903 6.44198L593.448 5.26565L593.994 4.08931C588.175 1.39293 581.442 0.0652327 573.826 0.0652327V1.36174ZM593.448 5.26565L592.912 6.44594C598.375 8.92908 602.619 12.3665 605.691 16.7459L606.752 16.0014L607.814 15.2568C604.448 10.4587 599.823 6.73894 593.985 4.08535L593.448 5.26565ZM606.752 16.0014L605.694 16.7497C608.753 21.0781 610.34 26.0611 610.439 31.7422L611.735 31.7197L613.031 31.6973C612.924 25.5297 611.19 20.0338 607.811 15.2531L606.752 16.0014ZM611.735 31.7197V30.4232H593.397V31.7197V33.0163H611.735V31.7197ZM637.648 2.80002H638.945V1.50351H637.648V2.80002ZM637.648 108V109.297H638.945V108H637.648ZM618.591 108H617.295V109.297H618.591V108ZM618.591 2.80002V1.50351H617.295V2.80002H618.591ZM637.648 2.80002H636.352V108H637.648H638.945V2.80002H637.648ZM637.648 108V106.703H618.591V108V109.297H637.648V108ZM618.591 108H619.888V2.80002H618.591H617.295V108H618.591ZM618.591 2.80002V4.09653H637.648V2.80002V1.50351H618.591V2.80002ZM734.345 84.5252L733.198 83.9222L733.197 83.924L734.345 84.5252ZM717.086 103.017L716.43 101.899L716.428 101.901L717.086 103.017ZM667.619 103.017L666.957 104.132L666.963 104.136L667.619 103.017ZM650.36 84.4738L649.21 85.0731L649.213 85.0789L650.36 84.4738ZM650.36 26.3262L649.212 25.7231L649.211 25.725L650.36 26.3262ZM667.619 7.78264L666.963 6.66445L666.961 6.66581L667.619 7.78264ZM717.086 7.78264L716.428 8.89947L716.43 8.90082L717.086 7.78264ZM734.345 26.3262L733.196 26.9254L733.199 26.9312L734.345 26.3262ZM717.805 35.2127L716.622 35.742L716.626 35.7509L717.805 35.2127ZM707.532 22.7305L706.826 23.8183L706.832 23.8222L707.532 22.7305ZM677.225 22.7305L677.925 23.8222L677.931 23.8183L677.225 22.7305ZM666.9 35.2127L665.72 34.6773L665.718 34.6807L666.9 35.2127ZM666.9 75.6387L665.717 76.168L665.721 76.1768L666.9 75.6387ZM677.225 88.1209L676.52 89.2087L676.526 89.2126L677.225 88.1209ZM707.532 88.1209L708.231 89.2126L708.237 89.2087L707.532 88.1209ZM717.805 75.6387L716.624 75.1033L716.623 75.1066L717.805 75.6387ZM740.715 55.4H739.418C739.418 66.5748 737.326 76.066 733.198 83.9222L734.345 84.5252L735.493 85.1282C739.858 76.8208 742.011 66.8953 742.011 55.4H740.715ZM734.345 84.5252L733.197 83.924C729.089 91.7731 723.499 97.7506 716.43 101.899L717.086 103.017L717.742 104.136C725.261 99.723 731.178 93.3724 735.494 85.1264L734.345 84.5252ZM717.086 103.017L716.428 101.901C709.385 106.053 701.381 108.142 692.378 108.142V109.438V110.735C701.8 110.735 710.267 108.543 717.745 104.134L717.086 103.017ZM692.378 109.438V108.142C683.376 108.142 675.353 106.053 668.276 101.899L667.619 103.017L666.963 104.136C674.474 108.543 682.957 110.735 692.378 110.735V109.438ZM667.619 103.017L668.282 101.903C661.243 97.7195 655.651 91.7221 651.507 83.8688L650.36 84.4738L649.213 85.0789C653.562 93.3206 659.476 99.6856 666.957 104.132L667.619 103.017ZM650.36 84.4738L651.51 83.8746C647.415 76.0171 645.338 66.5413 645.338 55.4H644.042H642.745C642.745 66.8602 644.881 76.7671 649.21 85.0731L650.36 84.4738ZM644.042 55.4H645.338C645.338 44.2235 647.415 34.749 651.509 26.9274L650.36 26.3262L649.211 25.725C644.881 33.9984 642.745 43.9065 642.745 55.4H644.042ZM650.36 26.3262L651.508 26.9292C655.652 19.0424 661.243 13.0475 668.278 8.89946L667.619 7.78264L666.961 6.66581C659.476 11.079 653.561 17.4464 649.212 25.7231L650.36 26.3262ZM667.619 7.78264L668.276 8.90082C675.353 4.74728 683.376 2.65825 692.378 2.65825V1.36174V0.0652327C682.957 0.0652327 674.474 2.2568 666.963 6.66446L667.619 7.78264ZM692.378 1.36174V2.65825C701.381 2.65825 709.385 4.7473 716.428 8.89946L717.086 7.78264L717.745 6.66581C710.267 2.25678 701.8 0.0652327 692.378 0.0652327V1.36174ZM717.086 7.78264L716.43 8.90082C723.498 13.0486 729.087 19.0421 733.196 26.9254L734.345 26.3262L735.495 25.727C731.18 17.4467 725.263 11.0779 717.742 6.66446L717.086 7.78264ZM734.345 26.3262L733.199 26.9312C737.325 34.7519 739.418 44.225 739.418 55.4H740.715H742.011C742.011 43.905 739.858 33.9955 735.492 25.7211L734.345 26.3262ZM721.555 55.4H722.852C722.852 47.2927 721.582 40.3681 718.985 34.6745L717.805 35.2127L716.626 35.7509C719.028 41.0157 720.258 47.5492 720.258 55.4H721.555ZM717.805 35.2127L718.989 34.6834C716.437 28.9772 712.86 24.6039 708.231 21.6388L707.532 22.7305L706.832 23.8222C710.971 26.4732 714.242 30.4214 716.622 35.742L717.805 35.2127ZM707.532 22.7305L708.237 21.6427C703.624 18.6513 698.323 17.1705 692.378 17.1705V18.467V19.7635C697.872 19.7635 702.673 21.125 706.826 23.8183L707.532 22.7305ZM692.378 18.467V17.1705C686.434 17.1705 681.133 18.6513 676.52 21.6427L677.225 22.7305L677.931 23.8183C682.084 21.125 686.885 19.7635 692.378 19.7635V18.467ZM677.225 22.7305L676.526 21.6388C671.899 24.6028 668.306 28.9738 665.72 34.6773L666.9 35.2127L668.081 35.7481C670.495 30.4248 673.785 26.4744 677.924 23.8222L677.225 22.7305ZM666.9 35.2127L665.718 34.6807C663.157 40.3724 661.905 47.2948 661.905 55.4H663.202H664.498C664.498 47.5472 665.713 41.0113 668.083 35.7447L666.9 35.2127ZM663.202 55.4H661.905C661.905 63.5057 663.157 70.4437 665.717 76.168L666.9 75.6387L668.084 75.1094C665.713 69.8068 664.498 63.2524 664.498 55.4H663.202ZM666.9 75.6387L665.721 76.1768C668.307 81.8455 671.899 86.2125 676.52 89.2087L677.225 88.1209L677.931 87.0331C673.785 84.3446 670.493 80.3902 668.08 75.1005L666.9 75.6387ZM677.225 88.1209L676.526 89.2126C681.138 92.1675 686.437 93.6295 692.378 93.6295V92.333V91.0365C686.882 91.0365 682.079 89.6905 677.924 87.0292L677.225 88.1209ZM692.378 92.333V93.6295C698.32 93.6295 703.619 92.1675 708.231 89.2126L707.532 88.1209L706.832 87.0292C702.678 89.6905 697.875 91.0365 692.378 91.0365V92.333ZM707.532 88.1209L708.237 89.2087C712.86 86.2114 716.435 81.8422 718.988 76.1707L717.805 75.6387L716.623 75.1066C714.244 80.3935 710.971 84.3458 706.826 87.0331L707.532 88.1209ZM717.805 75.6387L718.986 76.1741C721.582 70.448 722.852 63.5077 722.852 55.4H721.555H720.258C720.258 63.2504 719.028 69.8025 716.624 75.1033L717.805 75.6387ZM833.611 2.80002H834.908V1.50351H833.611V2.80002ZM833.611 108V109.297H834.908V108H833.611ZM816.66 108L815.594 108.738L815.98 109.297H816.66V108ZM767.091 36.3428L768.157 35.6052L767.77 35.0463H767.091V36.3428ZM766.217 36.3428V35.0463H764.921V36.3428H766.217ZM766.217 108V109.297H767.514V108H766.217ZM747.16 108H745.864V109.297H747.16V108ZM747.16 2.80002V1.50351H745.864V2.80002H747.16ZM764.214 2.80002L765.281 2.06331L764.894 1.50351H764.214V2.80002ZM813.732 74.5086L812.665 75.2453L813.052 75.8051H813.732V74.5086ZM814.657 74.5086V75.8051H815.953V74.5086H814.657ZM814.657 2.80002V1.50351H813.36V2.80002H814.657ZM833.611 2.80002H832.314V108H833.611H834.908V2.80002H833.611ZM833.611 108V106.703H816.66V108V109.297H833.611V108ZM816.66 108L817.726 107.262L768.157 35.6052L767.091 36.3428L766.024 37.0804L815.594 108.738L816.66 108ZM767.091 36.3428V35.0463H766.217V36.3428V37.6393H767.091V36.3428ZM766.217 36.3428H764.921V108H766.217H767.514V36.3428H766.217ZM766.217 108V106.703H747.16V108V109.297H766.217V108ZM747.16 108H748.457V2.80002H747.16H745.864V108H747.16ZM747.16 2.80002V4.09653H764.214V2.80002V1.50351H747.16V2.80002ZM764.214 2.80002L763.147 3.53674L812.665 75.2453L813.732 74.5086L814.799 73.7719L765.281 2.06331L764.214 2.80002ZM813.732 74.5086V75.8051H814.657V74.5086V73.2121H813.732V74.5086ZM814.657 74.5086H815.953V2.80002H814.657H813.36V74.5086H814.657ZM814.657 2.80002V4.09653H833.611V2.80002V1.50351H814.657V2.80002Z' fill='%23E4E4E4' mask='url(%23path-1-outside-1_90_53)'/%3E%3C/g%3E%3C/svg%3E%0A");

            width: 100%;
            background-repeat: no-repeat;
            font-size: 100px;
            color: transparent;
           
        }


        &:has(#our-vision.active)
        {
            &::before
            {
                background-image: url("data:image/svg+xml,%3Csvg width='726' height='111' viewBox='0 0 726 111' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg opacity='0.2'%3E%3Cmask id='path-1-outside-1_90_53' maskUnits='userSpaceOnUse' x='0' y='0' width='726' height='111' fill='black'%3E%3Crect fill='white' width='726' height='111'/%3E%3Cpath d='M98.2278 55.4C98.2278 66.735 96.1047 76.4434 91.8583 84.5252C87.6462 92.5727 81.8931 98.7368 74.5989 103.017C67.339 107.298 59.1032 109.438 49.8913 109.438C40.6795 109.438 32.4265 107.298 25.1323 103.017C17.8724 98.7025 12.1193 92.5214 7.87297 84.4738C3.66086 76.3921 1.55481 66.7008 1.55481 55.4C1.55481 44.065 3.66086 34.3737 7.87297 26.3262C12.1193 18.2444 17.8724 12.0632 25.1323 7.78264C32.4265 3.50204 40.6795 1.36174 49.8913 1.36174C59.1032 1.36174 67.339 3.50204 74.5989 7.78264C81.8931 12.0632 87.6462 18.2444 91.8583 26.3262C96.1047 34.3737 98.2278 44.065 98.2278 55.4ZM79.0679 55.4C79.0679 47.421 77.8179 40.6919 75.3181 35.2127C72.8524 29.6993 69.428 25.5386 65.0446 22.7305C60.6613 19.8882 55.6102 18.467 49.8913 18.467C44.1724 18.467 39.1213 19.8882 34.738 22.7305C30.3547 25.5386 26.9131 29.6993 24.4132 35.2127C21.9476 40.6919 20.7148 47.421 20.7148 55.4C20.7148 63.379 21.9476 70.1253 24.4132 75.6387C26.9131 81.1178 30.3547 85.2786 34.738 88.1209C39.1213 90.929 44.1724 92.333 49.8913 92.333C55.6102 92.333 60.6613 90.929 65.0446 88.1209C69.428 85.2786 72.8524 81.1178 75.3181 75.6387C77.8179 70.1253 79.0679 63.379 79.0679 55.4ZM170.988 2.80002H190.045V71.5293C190.045 79.0632 188.264 85.6895 184.703 91.4084C181.176 97.1273 176.21 101.596 169.806 104.815C163.403 108 155.92 109.592 147.359 109.592C138.764 109.592 131.264 108 124.86 104.815C118.456 101.596 113.491 97.1273 109.964 91.4084C106.436 85.6895 104.673 79.0632 104.673 71.5293V2.80002H123.73V69.9369C123.73 74.3203 124.689 78.2242 126.607 81.6486C128.559 85.0731 131.298 87.7613 134.825 89.7133C138.353 91.631 142.53 92.5898 147.359 92.5898C152.188 92.5898 156.365 91.631 159.893 89.7133C163.454 87.7613 166.194 85.0731 168.111 81.6486C170.029 78.2242 170.988 74.3203 170.988 69.9369V2.80002ZM199.187 108V2.80002H238.637C246.719 2.80002 253.499 4.20406 258.978 7.01213C264.492 9.8202 268.652 13.7584 271.461 18.8266C274.303 23.8606 275.724 29.7335 275.724 36.4455C275.724 43.1917 274.286 49.0476 271.409 54.0131C268.567 58.9443 264.372 62.7626 258.824 65.468C253.277 68.1391 246.462 69.4746 238.38 69.4746H210.282V53.6535H235.812C240.538 53.6535 244.407 53.0029 247.421 51.7016C250.434 50.366 252.66 48.4312 254.098 45.8971C255.571 43.3287 256.307 40.1782 256.307 36.4455C256.307 32.7128 255.571 29.5281 254.098 26.8912C252.626 24.2201 250.383 22.1997 247.369 20.8299C244.356 19.4259 240.469 18.7239 235.709 18.7239H218.244V108H199.187ZM253.533 60.3313L279.577 108H258.311L232.73 60.3313H253.533ZM320.077 2.80002L347.455 85.6039H348.534L375.861 2.80002H396.819L359.732 108H336.206L299.17 2.80002H320.077ZM418.161 2.80002V108H399.103V2.80002H418.161ZM484.397 31.7197C483.918 27.2337 481.897 23.7407 478.336 21.2408C474.808 18.741 470.22 17.491 464.569 17.491C460.597 17.491 457.19 18.0903 454.347 19.2889C451.505 20.4875 449.33 22.1141 447.824 24.1688C446.317 26.2235 445.546 28.5692 445.512 31.2061C445.512 33.3977 446.009 35.2983 447.002 36.9078C448.029 38.5173 449.416 39.8871 451.162 41.0172C452.909 42.113 454.844 43.0376 456.967 43.791C459.09 44.5444 461.23 45.1779 463.388 45.6916L473.25 48.1572C477.223 49.0818 481.041 50.3318 484.705 51.907C488.404 53.4823 491.708 55.4685 494.619 57.8656C497.564 60.2628 499.893 63.1565 501.605 66.5467C503.317 69.9369 504.173 73.9093 504.173 78.4639C504.173 84.6279 502.598 90.0557 499.448 94.7473C496.297 99.4046 491.743 103.052 485.784 105.688C479.86 108.291 472.685 109.592 464.261 109.592C456.077 109.592 448.971 108.325 442.944 105.791C436.951 103.257 432.259 99.5587 428.869 94.6959C425.513 89.8331 423.698 83.9088 423.424 76.9229H442.173C442.447 80.5871 443.577 83.6348 445.563 86.0662C447.55 88.4976 450.135 90.3126 453.32 91.5111C456.539 92.7097 460.135 93.309 464.107 93.309C468.251 93.309 471.881 92.6926 474.997 91.4598C478.147 90.1927 480.613 88.4462 482.394 86.2203C484.174 83.9602 485.082 81.3233 485.116 78.3098C485.082 75.5702 484.277 73.31 482.702 71.5293C481.127 69.7143 478.918 68.2076 476.076 67.009C473.267 65.7762 469.98 64.6803 466.213 63.7215L454.244 60.6395C445.581 58.4136 438.732 55.0404 433.698 50.5201C428.698 45.9656 426.198 39.9214 426.198 32.3875C426.198 26.1892 427.876 20.7614 431.232 16.1041C434.622 11.4468 439.228 7.83401 445.05 5.26565C450.871 2.66304 457.463 1.36174 464.826 1.36174C472.291 1.36174 478.832 2.66304 484.448 5.26565C490.099 7.83401 494.533 11.4126 497.752 16.0014C500.971 20.5559 502.632 25.7954 502.735 31.7197H484.397ZM528.648 2.80002V108H509.591V2.80002H528.648ZM631.715 55.4C631.715 66.735 629.592 76.4434 625.345 84.5252C621.133 92.5727 615.38 98.7368 608.086 103.017C600.826 107.298 592.59 109.438 583.379 109.438C574.167 109.438 565.914 107.298 558.62 103.017C551.36 98.7025 545.607 92.5214 541.36 84.4738C537.148 76.3921 535.042 66.7008 535.042 55.4C535.042 44.065 537.148 34.3737 541.36 26.3262C545.607 18.2444 551.36 12.0632 558.62 7.78264C565.914 3.50204 574.167 1.36174 583.379 1.36174C592.59 1.36174 600.826 3.50204 608.086 7.78264C615.38 12.0632 621.133 18.2444 625.345 26.3262C629.592 34.3737 631.715 44.065 631.715 55.4ZM612.555 55.4C612.555 47.421 611.305 40.6919 608.805 35.2127C606.34 29.6993 602.915 25.5386 598.532 22.7305C594.148 19.8882 589.097 18.467 583.379 18.467C577.66 18.467 572.609 19.8882 568.225 22.7305C563.842 25.5386 560.4 29.6993 557.9 35.2127C555.435 40.6919 554.202 47.421 554.202 55.4C554.202 63.379 555.435 70.1253 557.9 75.6387C560.4 81.1178 563.842 85.2786 568.225 88.1209C572.609 90.929 577.66 92.333 583.379 92.333C589.097 92.333 594.148 90.929 598.532 88.1209C602.915 85.2786 606.34 81.1178 608.805 75.6387C611.305 70.1253 612.555 63.379 612.555 55.4ZM724.611 2.80002V108H707.66L658.091 36.3428H657.217V108H638.16V2.80002H655.214L704.732 74.5086H705.657V2.80002H724.611Z'/%3E%3C/mask%3E%3Cpath d='M91.8583 84.5252L90.7106 83.9222L90.7096 83.924L91.8583 84.5252ZM74.5989 103.017L73.9427 101.899L73.9404 101.901L74.5989 103.017ZM25.1323 103.017L24.4699 104.132L24.4761 104.136L25.1323 103.017ZM7.87297 84.4738L6.72323 85.0731L6.7263 85.0789L7.87297 84.4738ZM7.87297 26.3262L6.72524 25.7231L6.72429 25.725L7.87297 26.3262ZM25.1323 7.78264L24.4761 6.66445L24.4738 6.66581L25.1323 7.78264ZM74.5989 7.78264L73.9404 8.89947L73.9427 8.90082L74.5989 7.78264ZM91.8583 26.3262L90.7086 26.9254L90.7116 26.9312L91.8583 26.3262ZM75.3181 35.2127L74.1345 35.742L74.1385 35.7509L75.3181 35.2127ZM65.0446 22.7305L64.3392 23.8183L64.3453 23.8222L65.0446 22.7305ZM34.738 22.7305L35.4374 23.8222L35.4434 23.8183L34.738 22.7305ZM24.4132 35.2127L23.2324 34.6773L23.2309 34.6807L24.4132 35.2127ZM24.4132 75.6387L23.2296 76.168L23.2337 76.1768L24.4132 75.6387ZM34.738 88.1209L34.0326 89.2087L34.0386 89.2126L34.738 88.1209ZM65.0446 88.1209L65.744 89.2126L65.75 89.2087L65.0446 88.1209ZM75.3181 75.6387L74.1373 75.1033L74.1358 75.1066L75.3181 75.6387ZM98.2278 55.4H96.9313C96.9313 66.5748 94.8384 76.066 90.7106 83.9222L91.8583 84.5252L93.006 85.1282C97.3709 76.8208 99.5243 66.8953 99.5243 55.4H98.2278ZM91.8583 84.5252L90.7096 83.924C86.6014 91.7731 81.012 97.7506 73.9427 101.899L74.5989 103.017L75.2551 104.136C82.7741 99.723 88.691 93.3724 93.007 85.1264L91.8583 84.5252ZM74.5989 103.017L73.9404 101.901C66.8983 106.053 58.8938 108.142 49.8913 108.142V109.438V110.735C59.3126 110.735 67.7797 108.543 75.2574 104.134L74.5989 103.017ZM49.8913 109.438V108.142C40.889 108.142 32.8662 106.053 25.7886 101.899L25.1323 103.017L24.4761 104.136C31.9868 108.543 40.47 110.735 49.8913 110.735V109.438ZM25.1323 103.017L25.7947 101.903C18.756 97.7195 13.1635 91.7221 9.01964 83.8688L7.87297 84.4738L6.7263 85.0789C11.0751 93.3206 16.9889 99.6856 24.4699 104.132L25.1323 103.017ZM7.87297 84.4738L9.0227 83.8746C4.92744 76.0171 2.85132 66.5413 2.85132 55.4H1.55481H0.258299C0.258299 66.8602 2.39428 76.7671 6.72324 85.0731L7.87297 84.4738ZM1.55481 55.4H2.85132C2.85132 44.2235 4.92779 34.749 9.02165 26.9274L7.87297 26.3262L6.72429 25.725C2.39393 33.9984 0.258299 43.9065 0.258299 55.4H1.55481ZM7.87297 26.3262L9.0207 26.9292C13.1646 19.0424 18.7559 13.0475 25.7909 8.89946L25.1323 7.78264L24.4738 6.66581C16.989 11.079 11.074 17.4464 6.72524 25.7231L7.87297 26.3262ZM25.1323 7.78264L25.7886 8.90082C32.8662 4.74728 40.889 2.65825 49.8913 2.65825V1.36174V0.0652327C40.47 0.0652327 31.9868 2.2568 24.4761 6.66446L25.1323 7.78264ZM49.8913 1.36174V2.65825C58.8938 2.65825 66.8983 4.7473 73.9404 8.89946L74.5989 7.78264L75.2574 6.66581C67.7797 2.25678 59.3126 0.0652327 49.8913 0.0652327V1.36174ZM74.5989 7.78264L73.9427 8.90082C81.0106 13.0486 86.5999 19.0421 90.7086 26.9254L91.8583 26.3262L93.008 25.727C88.6925 17.4467 82.7756 11.0779 75.2551 6.66446L74.5989 7.78264ZM91.8583 26.3262L90.7116 26.9312C94.8383 34.7519 96.9313 44.225 96.9313 55.4H98.2278H99.5243C99.5243 43.905 97.371 33.9955 93.005 25.7211L91.8583 26.3262ZM79.0679 55.4H80.3644C80.3644 47.2927 79.0953 40.3681 76.4976 34.6745L75.3181 35.2127L74.1385 35.7509C76.5406 41.0157 77.7714 47.5492 77.7714 55.4H79.0679ZM75.3181 35.2127L76.5016 34.6834C73.9498 28.9772 70.3725 24.6039 65.744 21.6388L65.0446 22.7305L64.3453 23.8222C68.4835 26.4732 71.7551 30.4214 74.1345 35.742L75.3181 35.2127ZM65.0446 22.7305L65.75 21.6427C61.1369 18.6513 55.8359 17.1705 49.8913 17.1705V18.467V19.7635C55.3845 19.7635 60.1857 21.125 64.3392 23.8183L65.0446 22.7305ZM49.8913 18.467V17.1705C43.9467 17.1705 38.6458 18.6513 34.0326 21.6427L34.738 22.7305L35.4434 23.8183C39.5969 21.125 44.3981 19.7635 49.8913 19.7635V18.467ZM34.738 22.7305L34.0386 21.6388C29.4119 24.6028 25.8185 28.9738 23.2324 34.6773L24.4132 35.2127L25.594 35.7481C28.0077 30.4248 31.2974 26.4744 35.4374 23.8222L34.738 22.7305ZM24.4132 35.2127L23.2309 34.6807C20.6696 40.3724 19.4183 47.2948 19.4183 55.4H20.7148H22.0113C22.0113 47.5472 23.2255 41.0113 25.5955 35.7447L24.4132 35.2127ZM20.7148 55.4H19.4183C19.4183 63.5057 20.6697 70.4437 23.2297 76.168L24.4132 75.6387L25.5968 75.1094C23.2254 69.8068 22.0113 63.2524 22.0113 55.4H20.7148ZM24.4132 75.6387L23.2337 76.1768C25.82 81.8455 29.412 86.2125 34.0326 89.2087L34.738 88.1209L35.4434 87.0331C31.2974 84.3446 28.0061 80.3902 25.5927 75.1005L24.4132 75.6387ZM34.738 88.1209L34.0386 89.2126C38.6511 92.1675 43.9499 93.6295 49.8913 93.6295V92.333V91.0365C44.395 91.0365 39.5916 89.6905 35.4374 87.0292L34.738 88.1209ZM49.8913 92.333V93.6295C55.8327 93.6295 61.1316 92.1675 65.744 89.2126L65.0446 88.1209L64.3453 87.0292C60.1911 89.6905 55.3877 91.0365 49.8913 91.0365V92.333ZM65.0446 88.1209L65.75 89.2087C70.3724 86.2114 73.9482 81.8422 76.5004 76.1707L75.3181 75.6387L74.1358 75.1066C71.7567 80.3935 68.4835 84.3458 64.3392 87.0331L65.0446 88.1209ZM75.3181 75.6387L76.4989 76.1741C79.0952 70.448 80.3644 63.5077 80.3644 55.4H79.0679H77.7714C77.7714 63.2504 76.5407 69.8025 74.1373 75.1033L75.3181 75.6387ZM170.988 2.80002V1.50351H169.691V2.80002H170.988ZM190.045 2.80002H191.342V1.50351H190.045V2.80002ZM184.703 91.4084L183.602 90.723L183.599 90.7278L184.703 91.4084ZM169.806 104.815L170.384 105.976L170.389 105.974L169.806 104.815ZM124.86 104.815L124.278 105.974L124.283 105.976L124.86 104.815ZM109.964 91.4084L111.067 90.7278L111.067 90.7278L109.964 91.4084ZM104.673 2.80002V1.50351H103.376V2.80002H104.673ZM123.73 2.80002H125.027V1.50351H123.73V2.80002ZM126.607 81.6486L125.475 82.2821L125.48 82.2907L126.607 81.6486ZM134.825 89.7133L134.198 90.8477L134.206 90.8523L134.825 89.7133ZM159.893 89.7133L160.512 90.8523L160.516 90.8502L159.893 89.7133ZM168.111 81.6486L169.243 82.2821L169.243 82.2821L168.111 81.6486ZM170.988 2.80002V4.09653H190.045V2.80002V1.50351H170.988V2.80002ZM190.045 2.80002H188.749V71.5293H190.045H191.342V2.80002H190.045ZM190.045 71.5293H188.749C188.749 78.8504 187.021 85.2335 183.602 90.723L184.703 91.4084L185.803 92.0938C189.508 86.1456 191.342 79.2759 191.342 71.5293H190.045ZM184.703 91.4084L183.599 90.7278C180.207 96.2284 175.428 100.538 169.224 103.657L169.806 104.815L170.389 105.974C176.992 102.654 182.145 98.0261 185.806 92.089L184.703 91.4084ZM169.806 104.815L169.229 103.654C163.037 106.734 155.759 108.296 147.359 108.296V109.592V110.889C156.081 110.889 163.769 109.266 170.384 105.976L169.806 104.815ZM147.359 109.592V108.296C138.924 108.296 131.629 106.734 125.438 103.654L124.86 104.815L124.283 105.976C130.899 109.266 138.603 110.889 147.359 110.889V109.592ZM124.86 104.815L125.442 103.657C119.238 100.538 114.46 96.2284 111.067 90.7278L109.964 91.4084L108.86 92.089C112.522 98.0261 117.674 102.654 124.278 105.974L124.86 104.815ZM109.964 91.4084L111.067 90.7278C107.681 85.2376 105.969 78.8527 105.969 71.5293H104.673H103.376C103.376 79.2736 105.192 86.1415 108.86 92.089L109.964 91.4084ZM104.673 71.5293H105.969V2.80002H104.673H103.376V71.5293H104.673ZM104.673 2.80002V4.09653H123.73V2.80002V1.50351H104.673V2.80002ZM123.73 2.80002H122.434V69.9369H123.73H125.027V2.80002H123.73ZM123.73 69.9369H122.434C122.434 74.5156 123.437 78.6423 125.475 82.2821L126.607 81.6486L127.738 81.0152C125.941 77.806 125.027 74.1249 125.027 69.9369H123.73ZM126.607 81.6486L125.48 82.2907C127.553 85.9268 130.467 88.7832 134.198 90.8477L134.825 89.7133L135.453 88.5789C132.129 86.7394 129.564 84.2194 127.733 81.0066L126.607 81.6486ZM134.825 89.7133L134.206 90.8523C137.958 92.8924 142.358 93.8864 147.359 93.8864V92.5898V91.2933C142.703 91.2933 138.747 90.3696 135.445 88.5742L134.825 89.7133ZM147.359 92.5898V93.8864C152.36 93.8864 156.76 92.8924 160.512 90.8523L159.893 89.7133L159.273 88.5742C155.971 90.3696 152.015 91.2933 147.359 91.2933V92.5898ZM159.893 89.7133L160.516 90.8502C164.283 88.7857 167.202 85.9264 169.243 82.2821L168.111 81.6486L166.98 81.0152C165.185 84.2199 162.625 86.737 159.269 88.5763L159.893 89.7133ZM168.111 81.6486L169.243 82.2821C171.281 78.6423 172.284 74.5156 172.284 69.9369H170.988H169.691C169.691 74.1249 168.777 77.806 166.98 81.0152L168.111 81.6486ZM170.988 69.9369H172.284V2.80002H170.988H169.691V69.9369H170.988ZM199.187 108H197.89V109.297H199.187V108ZM199.187 2.80002V1.50351H197.89V2.80002H199.187ZM258.978 7.01213L258.387 8.16594L258.39 8.16743L258.978 7.01213ZM271.461 18.8266L270.326 19.4549L270.332 19.464L271.461 18.8266ZM271.409 54.0131L270.287 53.3632L270.286 53.3657L271.409 54.0131ZM258.824 65.468L259.387 66.6362L259.393 66.6333L258.824 65.468ZM210.282 69.4746H208.986V70.7711H210.282V69.4746ZM210.282 53.6535V52.357H208.986V53.6535H210.282ZM247.421 51.7016L247.935 52.8919L247.946 52.8869L247.421 51.7016ZM254.098 45.8971L252.974 45.2522L252.971 45.2571L254.098 45.8971ZM254.098 26.8912L252.963 27.5172L252.966 27.5234L254.098 26.8912ZM247.369 20.8299L246.822 22.0052L246.833 22.0102L247.369 20.8299ZM218.244 18.7239V17.4273H216.948V18.7239H218.244ZM218.244 108V109.297H219.541V108H218.244ZM253.533 60.3313L254.671 59.7097L254.302 59.0348H253.533V60.3313ZM279.577 108V109.297H281.762L280.714 107.378L279.577 108ZM258.311 108L257.168 108.613L257.535 109.297H258.311V108ZM232.73 60.3313V59.0348H230.563L231.587 60.9443L232.73 60.3313ZM199.187 108H200.483V2.80002H199.187H197.89V108H199.187ZM199.187 2.80002V4.09653H238.637V2.80002V1.50351H199.187V2.80002ZM238.637 2.80002V4.09653C246.575 4.09653 253.139 5.47631 258.387 8.16594L258.978 7.01213L259.57 5.85832C253.859 2.9318 246.862 1.50351 238.637 1.50351V2.80002ZM258.978 7.01213L258.39 8.16743C263.689 10.8665 267.652 14.6284 270.326 19.4549L271.461 18.8266L272.595 18.1982C269.653 12.8883 265.294 8.77386 259.567 5.85684L258.978 7.01213ZM271.461 18.8266L270.332 19.464C273.047 24.2742 274.428 29.9206 274.428 36.4455H275.724H277.021C277.021 29.5465 275.558 23.447 272.59 18.1891L271.461 18.8266ZM275.724 36.4455H274.428C274.428 43.0039 273.031 48.6274 270.287 53.3632L271.409 54.0131L272.531 54.663C275.541 49.4678 277.021 43.3796 277.021 36.4455H275.724ZM271.409 54.0131L270.286 53.3657C267.584 58.0537 263.592 61.7007 258.256 64.3026L258.824 65.468L259.393 66.6333C265.152 63.8246 269.55 59.8349 272.532 54.6605L271.409 54.0131ZM258.824 65.468L258.262 64.2998C252.936 66.8643 246.325 68.1781 238.38 68.1781V69.4746V70.7711C246.598 70.7711 253.618 69.4138 259.387 66.6361L258.824 65.468ZM238.38 69.4746V68.1781H210.282V69.4746V70.7711H238.38V69.4746ZM210.282 69.4746H211.579V53.6535H210.282H208.986V69.4746H210.282ZM210.282 53.6535V54.95H235.812V53.6535V52.357H210.282V53.6535ZM235.812 53.6535V54.95C240.643 54.95 244.704 54.2869 247.935 52.8919L247.421 51.7016L246.907 50.5113C244.11 51.7188 240.432 52.357 235.812 52.357V53.6535ZM247.421 51.7016L247.946 52.8869C251.179 51.4542 253.633 49.3439 255.226 46.537L254.098 45.8971L252.971 45.2571C251.687 47.5184 249.69 49.2778 246.895 50.5163L247.421 51.7016ZM254.098 45.8971L255.223 46.5419C256.834 43.7324 257.604 40.3464 257.604 36.4455H256.307H255.011C255.011 40.0101 254.308 42.9251 252.974 45.2522L254.098 45.8971ZM256.307 36.4455H257.604C257.604 32.5432 256.833 29.1297 255.23 26.2591L254.098 26.8912L252.966 27.5234C254.308 29.9264 255.011 32.8825 255.011 36.4455H256.307ZM254.098 26.8912L255.234 26.2653C253.615 23.3286 251.151 21.1245 247.906 19.6496L247.369 20.8299L246.833 22.0102C249.615 23.2749 251.637 25.1117 252.963 27.5172L254.098 26.8912ZM247.369 20.8299L247.917 19.6547C244.674 18.144 240.582 17.4273 235.709 17.4273V18.7239V20.0204C240.356 20.0204 244.037 20.7078 246.822 22.0051L247.369 20.8299ZM235.709 18.7239V17.4273H218.244V18.7239V20.0204H235.709V18.7239ZM218.244 18.7239H216.948V108H218.244H219.541V18.7239H218.244ZM218.244 108V106.703H199.187V108V109.297H218.244V108ZM253.533 60.3313L252.396 60.9529L278.439 108.622L279.577 108L280.714 107.378L254.671 59.7097L253.533 60.3313ZM279.577 108V106.703H258.311V108V109.297H279.577V108ZM258.311 108L259.453 107.387L233.872 59.7182L232.73 60.3313L231.587 60.9443L257.168 108.613L258.311 108ZM232.73 60.3313V61.6278H253.533V60.3313V59.0348H232.73V60.3313ZM320.077 2.80002L321.307 2.39301L321.013 1.50351H320.077V2.80002ZM347.455 85.6039L346.224 86.0109L346.518 86.9004H347.455V85.6039ZM348.534 85.6039V86.9004H349.471L349.765 86.0102L348.534 85.6039ZM375.861 2.80002V1.50351H374.924L374.63 2.3937L375.861 2.80002ZM396.819 2.80002L398.042 3.23109L398.651 1.50351H396.819V2.80002ZM359.732 108V109.297H360.65L360.955 108.431L359.732 108ZM336.206 108L334.983 108.431L335.288 109.297H336.206V108ZM299.17 2.80002V1.50351H297.339L297.947 3.23056L299.17 2.80002ZM320.077 2.80002L318.846 3.20704L346.224 86.0109L347.455 85.6039L348.686 85.1969L321.307 2.39301L320.077 2.80002ZM347.455 85.6039V86.9004H348.534V85.6039V84.3074H347.455V85.6039ZM348.534 85.6039L349.765 86.0102L377.092 3.20635L375.861 2.80002L374.63 2.3937L347.303 85.1976L348.534 85.6039ZM375.861 2.80002V4.09653H396.819V2.80002V1.50351H375.861V2.80002ZM396.819 2.80002L395.596 2.36896L358.509 107.569L359.732 108L360.955 108.431L398.042 3.23109L396.819 2.80002ZM359.732 108V106.703H336.206V108V109.297H359.732V108ZM336.206 108L337.429 107.569L300.393 2.36949L299.17 2.80002L297.947 3.23056L334.983 108.431L336.206 108ZM299.17 2.80002V4.09653H320.077V2.80002V1.50351H299.17V2.80002ZM418.161 2.80002H419.457V1.50351H418.161V2.80002ZM418.161 108V109.297H419.457V108H418.161ZM399.103 108H397.807V109.297H399.103V108ZM399.103 2.80002V1.50351H397.807V2.80002H399.103ZM418.161 2.80002H416.864V108H418.161H419.457V2.80002H418.161ZM418.161 108V106.703H399.103V108V109.297H418.161V108ZM399.103 108H400.4V2.80002H399.103H397.807V108H399.103ZM399.103 2.80002V4.09653H418.161V2.80002V1.50351H399.103V2.80002ZM484.397 31.7197L483.108 31.8575L483.232 33.0163H484.397V31.7197ZM478.336 21.2408L477.586 22.2986L477.591 22.302L478.336 21.2408ZM454.347 19.2889L454.851 20.4835L454.851 20.4835L454.347 19.2889ZM447.824 24.1688L446.778 23.4021L446.778 23.4021L447.824 24.1688ZM445.512 31.2061L444.216 31.1892L444.216 31.1977V31.2061H445.512ZM447.002 36.9078L445.898 37.5886L445.904 37.5971L445.909 37.6054L447.002 36.9078ZM451.162 41.0172L450.458 42.1057L450.466 42.1106L450.473 42.1154L451.162 41.0172ZM456.967 43.791L456.533 45.0129L456.533 45.0129L456.967 43.791ZM463.388 45.6916L463.702 44.4338L463.695 44.4321L463.688 44.4304L463.388 45.6916ZM473.25 48.1572L472.936 49.415L472.946 49.4176L472.956 49.42L473.25 48.1572ZM484.705 51.907L484.193 53.0982L484.197 53.0999L484.705 51.907ZM494.619 57.8656L493.795 58.8665L493.801 58.8712L494.619 57.8656ZM499.448 94.7473L500.521 95.4737L500.524 95.4701L499.448 94.7473ZM485.784 105.688L486.305 106.875L486.309 106.874L485.784 105.688ZM442.944 105.791L442.439 106.985L442.441 106.986L442.944 105.791ZM428.869 94.6959L427.802 95.4323L427.806 95.4374L428.869 94.6959ZM423.424 76.9229V75.6264H422.076L422.129 76.9737L423.424 76.9229ZM442.173 76.9229L443.466 76.8262L443.376 75.6264H442.173V76.9229ZM445.563 86.0662L446.568 85.246L446.568 85.246L445.563 86.0662ZM453.32 91.5111L452.863 92.7246L452.867 92.7262L453.32 91.5111ZM474.997 91.4598L475.474 92.6654L475.481 92.6626L474.997 91.4598ZM482.394 86.2203L483.406 87.0303L483.412 87.0227L482.394 86.2203ZM485.116 78.3098L486.413 78.3245L486.413 78.309L486.413 78.2936L485.116 78.3098ZM482.702 71.5293L481.723 72.3792L481.731 72.3883L482.702 71.5293ZM476.076 67.009L475.554 68.1961L475.563 68.1999L475.572 68.2036L476.076 67.009ZM466.213 63.7215L465.89 64.977L465.893 64.9779L466.213 63.7215ZM454.244 60.6395L454.568 59.3839L454.567 59.3837L454.244 60.6395ZM433.698 50.5201L432.824 51.4786L432.831 51.4848L433.698 50.5201ZM431.232 16.1041L430.184 15.3411L430.18 15.3462L431.232 16.1041ZM445.05 5.26565L445.573 6.45186L445.579 6.44926L445.05 5.26565ZM484.448 5.26565L483.903 6.44201L483.912 6.44594L484.448 5.26565ZM497.752 16.0014L496.691 16.746L496.694 16.7497L497.752 16.0014ZM502.735 31.7197V33.0163H504.054L504.031 31.6973L502.735 31.7197ZM484.397 31.7197L485.686 31.582C485.169 26.7396 482.961 22.9033 479.081 20.1797L478.336 21.2408L477.591 22.302C480.833 24.5781 482.666 27.7277 483.108 31.8575L484.397 31.7197ZM478.336 21.2408L479.085 20.1831C475.281 17.4864 470.406 16.1945 464.569 16.1945V17.491V18.7875C470.033 18.7875 474.336 19.9955 477.586 22.2986L478.336 21.2408ZM464.569 17.491V16.1945C460.472 16.1945 456.884 16.8121 453.843 18.0943L454.347 19.2889L454.851 20.4835C457.495 19.3685 460.722 18.7875 464.569 18.7875V17.491ZM454.347 19.2889L453.843 18.0943C450.831 19.3647 448.45 21.1221 446.778 23.4021L447.824 24.1688L448.869 24.9355C450.211 23.106 452.179 21.6102 454.851 20.4835L454.347 19.2889ZM447.824 24.1688L446.778 23.4021C445.106 25.6825 444.253 28.2925 444.216 31.1892L445.512 31.2061L446.808 31.2229C446.839 28.846 447.528 26.7644 448.869 24.9355L447.824 24.1688ZM445.512 31.2061H444.216C444.216 33.5993 444.76 35.7438 445.898 37.5886L447.002 36.9078L448.105 36.227C447.257 34.8529 446.809 33.1962 446.809 31.2061H445.512ZM447.002 36.9078L445.909 37.6054C447.045 39.3851 448.57 40.8838 450.458 42.1057L451.162 41.0172L451.867 39.9287C450.262 38.8904 449.013 37.6495 448.095 36.2103L447.002 36.9078ZM451.162 41.0172L450.473 42.1154C452.307 43.2661 454.329 44.2307 456.533 45.0129L456.967 43.791L457.401 42.5692C455.359 41.8446 453.511 40.96 451.852 39.919L451.162 41.0172ZM456.967 43.791L456.533 45.0129C458.7 45.7815 460.884 46.4283 463.088 46.9529L463.388 45.6916L463.688 44.4304C461.577 43.9276 459.481 43.3073 457.401 42.5692L456.967 43.791ZM463.388 45.6916L463.073 46.9494L472.936 49.415L473.25 48.1572L473.565 46.8994L463.702 44.4338L463.388 45.6916ZM473.25 48.1572L472.956 49.42C476.856 50.3276 480.601 51.5539 484.193 53.0981L484.705 51.907L485.217 50.7159C481.481 49.1097 477.59 47.8361 473.544 46.8945L473.25 48.1572ZM484.705 51.907L484.197 53.0999C487.789 54.6298 490.986 56.5531 493.795 58.8665L494.619 57.8656L495.443 56.8648C492.431 54.3839 489.018 52.3348 485.213 50.7142L484.705 51.907ZM494.619 57.8656L493.801 58.8712C496.604 61.1533 498.818 63.9035 500.448 67.1312L501.605 66.5467L502.762 65.9622C500.968 62.4094 498.524 59.3723 495.438 56.8601L494.619 57.8656ZM501.605 66.5467L500.448 67.1312C502.052 70.3075 502.877 74.0723 502.877 78.4639H504.173H505.47C505.47 73.7463 504.583 69.5663 502.762 65.9622L501.605 66.5467ZM504.173 78.4639H502.877C502.877 84.3949 501.365 89.5661 498.371 94.0245L499.448 94.7473L500.524 95.4701C503.831 90.5454 505.47 84.861 505.47 78.4639H504.173ZM499.448 94.7473L498.374 94.0208C495.38 98.4462 491.031 101.949 485.259 104.503L485.784 105.688L486.309 106.874C492.454 104.155 497.214 100.363 500.521 95.4737L499.448 94.7473ZM485.784 105.688L485.262 104.501C479.544 107.014 472.558 108.296 464.261 108.296V109.592V110.889C472.813 110.889 480.175 109.569 486.305 106.875L485.784 105.688ZM464.261 109.592V108.296C456.207 108.296 449.28 107.049 443.446 104.596L442.944 105.791L442.441 106.986C448.662 109.602 455.946 110.889 464.261 110.889V109.592ZM442.944 105.791L443.449 104.597C437.658 102.149 433.17 98.5973 429.933 93.9544L428.869 94.6959L427.806 95.4374C431.349 100.52 436.244 104.366 442.439 106.985L442.944 105.791ZM428.869 94.6959L429.936 93.9595C426.744 89.3336 424.986 83.6581 424.72 76.8721L423.424 76.9229L422.129 76.9737C422.41 84.1595 424.283 90.3327 427.802 95.4323L428.869 94.6959ZM423.424 76.9229V78.2194H442.173V76.9229V75.6264H423.424V76.9229ZM442.173 76.9229L440.88 77.0195C441.171 80.9024 442.378 84.2159 444.559 86.8864L445.563 86.0662L446.568 85.246C444.777 83.0538 443.724 80.2717 443.466 76.8262L442.173 76.9229ZM445.563 86.0662L444.559 86.8864C446.702 89.5096 449.483 91.4524 452.863 92.7246L453.32 91.5111L453.777 90.2977C450.787 89.1727 448.397 87.4856 446.568 85.246L445.563 86.0662ZM453.32 91.5111L452.867 92.7262C456.252 93.9863 460.004 94.6055 464.107 94.6055V93.309V92.0125C460.265 92.0125 456.826 91.4331 453.772 90.2961L453.32 91.5111ZM464.107 93.309V94.6055C468.377 94.6055 472.174 93.9706 475.474 92.6654L474.997 91.4598L474.52 90.2542C471.587 91.4146 468.125 92.0125 464.107 92.0125V93.309ZM474.997 91.4598L475.481 92.6626C478.799 91.3282 481.461 89.461 483.406 87.0302L482.394 86.2203L481.381 85.4104C479.764 87.4314 477.496 89.0572 474.513 90.2569L474.997 91.4598ZM482.394 86.2203L483.412 87.0227C485.379 84.5267 486.375 81.6095 486.413 78.3245L485.116 78.3098L483.82 78.295C483.789 81.0371 482.97 83.3936 481.375 85.4179L482.394 86.2203ZM485.116 78.3098L486.413 78.2936C486.375 75.2934 485.485 72.7189 483.673 70.6703L482.702 71.5293L481.731 72.3883C483.069 73.9012 483.789 75.847 483.82 78.326L485.116 78.3098ZM482.702 71.5293L483.681 70.6795C481.944 68.6784 479.554 67.0688 476.579 65.8144L476.076 67.009L475.572 68.2036C478.281 69.3463 480.309 70.7502 481.723 72.3791L482.702 71.5293ZM476.076 67.009L476.597 65.8219C473.709 64.5541 470.351 63.437 466.533 62.4651L466.213 63.7215L465.893 64.9779C469.609 65.9237 472.826 66.9983 475.554 68.1961L476.076 67.009ZM466.213 63.7215L466.536 62.4659L454.568 59.3839L454.244 60.6395L453.921 61.895L465.89 64.977L466.213 63.7215ZM454.244 60.6395L454.567 59.3837C446.043 57.1936 439.401 53.8989 434.564 49.5555L433.698 50.5201L432.831 51.4848C438.062 56.182 445.119 59.6335 453.922 61.8952L454.244 60.6395ZM433.698 50.5201L434.571 49.5617C429.873 45.2823 427.495 39.6027 427.495 32.3875H426.198H424.901C424.901 40.24 427.523 46.6489 432.825 51.4786L433.698 50.5201ZM426.198 32.3875H427.495C427.495 26.4384 429.1 21.2808 432.284 16.8621L431.232 16.1041L430.18 15.3462C426.652 20.2421 424.901 25.9401 424.901 32.3875H426.198ZM431.232 16.1041L432.28 16.8672C435.522 12.4136 439.938 8.93781 445.573 6.45184L445.05 5.26565L444.526 4.07945C438.518 6.7302 433.722 10.48 430.184 15.3411L431.232 16.1041ZM445.05 5.26565L445.579 6.44926C451.21 3.93173 457.618 2.65825 464.826 2.65825V1.36174V0.0652327C457.309 0.0652327 450.533 1.39436 444.521 4.08203L445.05 5.26565ZM464.826 1.36174V2.65825C472.141 2.65825 478.489 3.93315 483.903 6.44198L484.448 5.26565L484.994 4.08931C479.175 1.39293 472.442 0.0652327 464.826 0.0652327V1.36174ZM484.448 5.26565L483.912 6.44594C489.375 8.92908 493.619 12.3665 496.691 16.7459L497.752 16.0014L498.814 15.2568C495.448 10.4587 490.823 6.73894 484.985 4.08535L484.448 5.26565ZM497.752 16.0014L496.694 16.7497C499.753 21.0781 501.34 26.0611 501.439 31.7422L502.735 31.7197L504.031 31.6973C503.924 25.5297 502.19 20.0338 498.811 15.2531L497.752 16.0014ZM502.735 31.7197V30.4232H484.397V31.7197V33.0163H502.735V31.7197ZM528.648 2.80002H529.945V1.50351H528.648V2.80002ZM528.648 108V109.297H529.945V108H528.648ZM509.591 108H508.295V109.297H509.591V108ZM509.591 2.80002V1.50351H508.295V2.80002H509.591ZM528.648 2.80002H527.352V108H528.648H529.945V2.80002H528.648ZM528.648 108V106.703H509.591V108V109.297H528.648V108ZM509.591 108H510.888V2.80002H509.591H508.295V108H509.591ZM509.591 2.80002V4.09653H528.648V2.80002V1.50351H509.591V2.80002ZM625.345 84.5252L624.198 83.9222L624.197 83.924L625.345 84.5252ZM608.086 103.017L607.43 101.899L607.428 101.901L608.086 103.017ZM558.62 103.017L557.957 104.132L557.963 104.136L558.62 103.017ZM541.36 84.4738L540.21 85.0731L540.213 85.0789L541.36 84.4738ZM541.36 26.3262L540.212 25.7231L540.211 25.725L541.36 26.3262ZM558.62 7.78264L557.963 6.66445L557.961 6.66581L558.62 7.78264ZM608.086 7.78264L607.428 8.89947L607.43 8.90082L608.086 7.78264ZM625.345 26.3262L624.196 26.9254L624.199 26.9312L625.345 26.3262ZM608.805 35.2127L607.622 35.742L607.626 35.7509L608.805 35.2127ZM598.532 22.7305L597.826 23.8183L597.832 23.8222L598.532 22.7305ZM568.225 22.7305L568.925 23.8222L568.931 23.8183L568.225 22.7305ZM557.9 35.2127L556.72 34.6773L556.718 34.6807L557.9 35.2127ZM557.9 75.6387L556.717 76.168L556.721 76.1768L557.9 75.6387ZM568.225 88.1209L567.52 89.2087L567.526 89.2126L568.225 88.1209ZM598.532 88.1209L599.231 89.2126L599.237 89.2087L598.532 88.1209ZM608.805 75.6387L607.624 75.1033L607.623 75.1066L608.805 75.6387ZM631.715 55.4H630.419C630.419 66.5748 628.326 76.066 624.198 83.9222L625.345 84.5252L626.493 85.1282C630.858 76.8208 633.012 66.8953 633.012 55.4H631.715ZM625.345 84.5252L624.197 83.924C620.089 91.7731 614.499 97.7506 607.43 101.899L608.086 103.017L608.742 104.136C616.261 99.723 622.178 93.3724 626.494 85.1264L625.345 84.5252ZM608.086 103.017L607.428 101.901C600.386 106.053 592.381 108.142 583.379 108.142V109.438V110.735C592.8 110.735 601.267 108.543 608.745 104.134L608.086 103.017ZM583.379 109.438V108.142C574.376 108.142 566.353 106.053 559.276 101.899L558.62 103.017L557.963 104.136C565.474 108.543 573.957 110.735 583.379 110.735V109.438ZM558.62 103.017L559.282 101.903C552.243 97.7195 546.651 91.7221 542.507 83.8688L541.36 84.4738L540.213 85.0789C544.562 93.3206 550.476 99.6856 557.957 104.132L558.62 103.017ZM541.36 84.4738L542.51 83.8746C538.415 76.0171 536.338 66.5413 536.338 55.4H535.042H533.745C533.745 66.8602 535.881 76.7671 540.21 85.0731L541.36 84.4738ZM535.042 55.4H536.338C536.338 44.2235 538.415 34.749 542.509 26.9274L541.36 26.3262L540.211 25.725C535.881 33.9984 533.745 43.9065 533.745 55.4H535.042ZM541.36 26.3262L542.508 26.9292C546.652 19.0424 552.243 13.0475 559.278 8.89946L558.62 7.78264L557.961 6.66581C550.476 11.079 544.561 17.4464 540.212 25.7231L541.36 26.3262ZM558.62 7.78264L559.276 8.90082C566.353 4.74728 574.376 2.65825 583.379 2.65825V1.36174V0.0652327C573.957 0.0652327 565.474 2.2568 557.963 6.66446L558.62 7.78264ZM583.379 1.36174V2.65825C592.381 2.65825 600.386 4.7473 607.428 8.89946L608.086 7.78264L608.745 6.66581C601.267 2.25678 592.8 0.0652327 583.379 0.0652327V1.36174ZM608.086 7.78264L607.43 8.90082C614.498 13.0486 620.087 19.0421 624.196 26.9254L625.345 26.3262L626.495 25.727C622.18 17.4467 616.263 11.0779 608.742 6.66446L608.086 7.78264ZM625.345 26.3262L624.199 26.9312C628.325 34.7519 630.419 44.225 630.419 55.4H631.715H633.012C633.012 43.905 630.858 33.9955 626.492 25.7211L625.345 26.3262ZM612.555 55.4H613.852C613.852 47.2927 612.582 40.3681 609.985 34.6745L608.805 35.2127L607.626 35.7509C610.028 41.0157 611.259 47.5492 611.259 55.4H612.555ZM608.805 35.2127L609.989 34.6834C607.437 28.9772 603.86 24.6039 599.231 21.6388L598.532 22.7305L597.832 23.8222C601.971 26.4732 605.242 30.4214 607.622 35.742L608.805 35.2127ZM598.532 22.7305L599.237 21.6427C594.624 18.6513 589.323 17.1705 583.379 17.1705V18.467V19.7635C588.872 19.7635 593.673 21.125 597.826 23.8183L598.532 22.7305ZM583.379 18.467V17.1705C577.434 17.1705 572.133 18.6513 567.52 21.6427L568.225 22.7305L568.931 23.8183C573.084 21.125 577.885 19.7635 583.379 19.7635V18.467ZM568.225 22.7305L567.526 21.6388C562.899 24.6028 559.306 28.9738 556.72 34.6773L557.9 35.2127L559.081 35.7481C561.495 30.4248 564.785 26.4744 568.925 23.8222L568.225 22.7305ZM557.9 35.2127L556.718 34.6807C554.157 40.3724 552.905 47.2948 552.905 55.4H554.202H555.498C555.498 47.5472 556.713 41.0113 559.083 35.7447L557.9 35.2127ZM554.202 55.4H552.905C552.905 63.5057 554.157 70.4437 556.717 76.168L557.9 75.6387L559.084 75.1094C556.713 69.8068 555.498 63.2524 555.498 55.4H554.202ZM557.9 75.6387L556.721 76.1768C559.307 81.8455 562.899 86.2125 567.52 89.2087L568.225 88.1209L568.931 87.0331C564.785 84.3446 561.493 80.3902 559.08 75.1005L557.9 75.6387ZM568.225 88.1209L567.526 89.2126C572.138 92.1675 577.437 93.6295 583.379 93.6295V92.333V91.0365C577.882 91.0365 573.079 89.6905 568.925 87.0292L568.225 88.1209ZM583.379 92.333V93.6295C589.32 93.6295 594.619 92.1675 599.231 89.2126L598.532 88.1209L597.832 87.0292C593.678 89.6905 588.875 91.0365 583.379 91.0365V92.333ZM598.532 88.1209L599.237 89.2087C603.86 86.2114 607.435 81.8422 609.988 76.1707L608.805 75.6387L607.623 75.1066C605.244 80.3935 601.971 84.3458 597.826 87.0331L598.532 88.1209ZM608.805 75.6387L609.986 76.1741C612.582 70.448 613.852 63.5077 613.852 55.4H612.555H611.259C611.259 63.2504 610.028 69.8025 607.624 75.1033L608.805 75.6387ZM724.611 2.80002H725.908V1.50351H724.611V2.80002ZM724.611 108V109.297H725.908V108H724.611ZM707.66 108L706.594 108.738L706.98 109.297H707.66V108ZM658.091 36.3428L659.157 35.6052L658.77 35.0463H658.091V36.3428ZM657.217 36.3428V35.0463H655.921V36.3428H657.217ZM657.217 108V109.297H658.514V108H657.217ZM638.16 108H636.864V109.297H638.16V108ZM638.16 2.80002V1.50351H636.864V2.80002H638.16ZM655.214 2.80002L656.281 2.06331L655.894 1.50351H655.214V2.80002ZM704.732 74.5086L703.665 75.2453L704.052 75.8051H704.732V74.5086ZM705.657 74.5086V75.8051H706.953V74.5086H705.657ZM705.657 2.80002V1.50351H704.36V2.80002H705.657ZM724.611 2.80002H723.314V108H724.611H725.908V2.80002H724.611ZM724.611 108V106.703H707.66V108V109.297H724.611V108ZM707.66 108L708.726 107.262L659.157 35.6052L658.091 36.3428L657.024 37.0804L706.594 108.738L707.66 108ZM658.091 36.3428V35.0463H657.217V36.3428V37.6393H658.091V36.3428ZM657.217 36.3428H655.921V108H657.217H658.514V36.3428H657.217ZM657.217 108V106.703H638.16V108V109.297H657.217V108ZM638.16 108H639.457V2.80002H638.16H636.864V108H638.16ZM638.16 2.80002V4.09653H655.214V2.80002V1.50351H638.16V2.80002ZM655.214 2.80002L654.147 3.53674L703.665 75.2453L704.732 74.5086L705.799 73.7719L656.281 2.06331L655.214 2.80002ZM704.732 74.5086V75.8051H705.657V74.5086V73.2121H704.732V74.5086ZM705.657 74.5086H706.953V2.80002H705.657H704.36V74.5086H705.657ZM705.657 2.80002V4.09653H724.611V2.80002V1.50351H705.657V2.80002Z' fill='%23E4E4E4' mask='url(%23path-1-outside-1_90_53)'/%3E%3C/g%3E%3C/svg%3E%0A");
            }
        }

         &:has(#our-values.active)
        {
            &::before
            {
                background-image: url("data:image/svg+xml,%3Csvg width='800' height='111' viewBox='0 0 800 111' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg opacity='0.2'%3E%3Cmask id='path-1-outside-1_90_53' maskUnits='userSpaceOnUse' x='0' y='0' width='800' height='111' fill='black'%3E%3Crect fill='white' width='800' height='111'/%3E%3Cpath d='M98.5868 55.4C98.5868 66.735 96.4636 76.4434 92.2172 84.5252C88.0051 92.5727 82.252 98.7368 74.9579 103.017C67.698 107.298 59.4621 109.438 50.2503 109.438C41.0384 109.438 32.7854 107.298 25.4913 103.017C18.2314 98.7025 12.4783 92.5214 8.23192 84.4738C4.01981 76.3921 1.91376 66.7008 1.91376 55.4C1.91376 44.065 4.01981 34.3737 8.23192 26.3262C12.4783 18.2444 18.2314 12.0632 25.4913 7.78264C32.7854 3.50204 41.0384 1.36174 50.2503 1.36174C59.4621 1.36174 67.698 3.50204 74.9579 7.78264C82.252 12.0632 88.0051 18.2444 92.2172 26.3262C96.4636 34.3737 98.5868 44.065 98.5868 55.4ZM79.4268 55.4C79.4268 47.421 78.1769 40.6919 75.677 35.2127C73.2114 29.6993 69.7869 25.5386 65.4036 22.7305C61.0203 19.8882 55.9691 18.467 50.2503 18.467C44.5314 18.467 39.4803 19.8882 35.097 22.7305C30.7136 25.5386 27.272 29.6993 24.7721 35.2127C22.3065 40.6919 21.0737 47.421 21.0737 55.4C21.0737 63.379 22.3065 70.1253 24.7721 75.6387C27.272 81.1178 30.7136 85.2786 35.097 88.1209C39.4803 90.929 44.5314 92.333 50.2503 92.333C55.9691 92.333 61.0203 90.929 65.4036 88.1209C69.7869 85.2786 73.2114 81.1178 75.677 75.6387C78.1769 70.1253 79.4268 63.379 79.4268 55.4ZM171.347 2.80002H190.404V71.5293C190.404 79.0632 188.623 85.6895 185.062 91.4084C181.535 97.1273 176.569 101.596 170.165 104.815C163.762 108 156.279 109.592 147.718 109.592C139.122 109.592 131.623 108 125.219 104.815C118.815 101.596 113.85 97.1273 110.323 91.4084C106.795 85.6895 105.032 79.0632 105.032 71.5293V2.80002H124.089V69.9369C124.089 74.3203 125.048 78.2242 126.966 81.6486C128.918 85.0731 131.657 87.7613 135.184 89.7133C138.712 91.631 142.889 92.5898 147.718 92.5898C152.546 92.5898 156.724 91.631 160.252 89.7133C163.813 87.7613 166.553 85.0731 168.47 81.6486C170.388 78.2242 171.347 74.3203 171.347 69.9369V2.80002ZM199.546 108V2.80002H238.996C247.078 2.80002 253.858 4.20406 259.337 7.01213C264.851 9.8202 269.011 13.7584 271.819 18.8266C274.662 23.8606 276.083 29.7335 276.083 36.4455C276.083 43.1917 274.645 49.0476 271.768 54.0131C268.926 58.9443 264.731 62.7626 259.183 65.468C253.636 68.1391 246.821 69.4746 238.739 69.4746H210.641V53.6535H236.171C240.896 53.6535 244.766 53.0029 247.78 51.7016C250.793 50.366 253.019 48.4312 254.457 45.8971C255.93 43.3287 256.666 40.1782 256.666 36.4455C256.666 32.7128 255.93 29.5281 254.457 26.8912C252.985 24.2201 250.742 22.1997 247.728 20.8299C244.715 19.4259 240.828 18.7239 236.068 18.7239H218.603V108H199.546ZM253.892 60.3313L279.936 108H258.669L233.089 60.3313H253.892ZM320.435 2.80002L347.814 85.6039H348.893L376.22 2.80002H397.178L360.091 108H336.565L299.529 2.80002H320.435ZM400.682 108H380.341L417.377 2.80002H440.903L477.99 108H457.648L429.551 24.3742H428.729L400.682 108ZM401.35 66.7522H456.827V82.0596H401.35V66.7522ZM480.274 108V2.80002H499.331V92.0248H545.665V108H480.274ZM616.948 2.80002H636.005V71.5293C636.005 79.0632 634.224 85.6895 630.663 91.4084C627.136 97.1273 622.17 101.596 615.766 104.815C609.363 108 601.88 109.592 593.319 109.592C584.724 109.592 577.224 108 570.82 104.815C564.416 101.596 559.451 97.1273 555.924 91.4084C552.396 85.6895 550.633 79.0632 550.633 71.5293V2.80002H569.69V69.9369C569.69 74.3203 570.649 78.2242 572.567 81.6486C574.519 85.0731 577.258 87.7613 580.785 89.7133C584.313 91.631 588.49 92.5898 593.319 92.5898C598.147 92.5898 602.325 91.631 605.853 89.7133C609.414 87.7613 612.154 85.0731 614.071 81.6486C615.989 78.2242 616.948 74.3203 616.948 69.9369V2.80002ZM645.147 108V2.80002H713.568V18.7752H664.204V47.3354H710.024V63.3106H664.204V92.0248H713.979V108H645.147ZM778.61 31.7197C778.131 27.2337 776.11 23.7407 772.549 21.2408C769.022 18.741 764.433 17.491 758.782 17.491C754.81 17.491 751.403 18.0903 748.56 19.2889C745.718 20.4875 743.543 22.1141 742.037 24.1688C740.53 26.2235 739.759 28.5692 739.725 31.2061C739.725 33.3977 740.222 35.2983 741.215 36.9078C742.242 38.5173 743.629 39.8871 745.376 41.0172C747.122 42.113 749.057 43.0376 751.18 43.791C753.303 44.5444 755.443 45.1779 757.601 45.6916L767.463 48.1572C771.436 49.0818 775.254 50.3318 778.918 51.907C782.617 53.4823 785.921 55.4685 788.832 57.8656C791.777 60.2628 794.106 63.1565 795.818 66.5467C797.53 69.9369 798.386 73.9093 798.386 78.4639C798.386 84.6279 796.811 90.0557 793.661 94.7473C790.51 99.4046 785.956 103.052 779.997 105.688C774.073 108.291 766.898 109.592 758.474 109.592C750.29 109.592 743.184 108.325 737.157 105.791C731.164 103.257 726.472 99.5587 723.082 94.6959C719.726 89.8331 717.911 83.9088 717.637 76.9229H736.386C736.66 80.5871 737.79 83.6348 739.777 86.0662C741.763 88.4976 744.348 90.3126 747.533 91.5111C750.752 92.7097 754.348 93.309 758.32 93.309C762.464 93.309 766.094 92.6926 769.21 91.4598C772.36 90.1927 774.826 88.4462 776.607 86.2203C778.388 83.9602 779.295 81.3233 779.329 78.3098C779.295 75.5702 778.49 73.31 776.915 71.5293C775.34 69.7143 773.131 68.2076 770.289 67.009C767.481 65.7762 764.193 64.6803 760.426 63.7215L748.458 60.6395C739.794 58.4136 732.945 55.0404 727.911 50.5201C722.911 45.9656 720.411 39.9214 720.411 32.3875C720.411 26.1892 722.089 20.7614 725.445 16.1041C728.835 11.4468 733.441 7.83401 739.263 5.26565C745.084 2.66304 751.677 1.36174 759.039 1.36174C766.505 1.36174 773.045 2.66304 778.661 5.26565C784.312 7.83401 788.747 11.4126 791.966 16.0014C795.185 20.5559 796.845 25.7954 796.948 31.7197H778.61Z'/%3E%3C/mask%3E%3Cpath d='M92.2172 84.5252L91.0695 83.9222L91.0686 83.924L92.2172 84.5252ZM74.9579 103.017L74.3017 101.899L74.2994 101.901L74.9579 103.017ZM25.4913 103.017L24.8289 104.132L24.8351 104.136L25.4913 103.017ZM8.23192 84.4738L7.08218 85.0731L7.08525 85.0789L8.23192 84.4738ZM8.23192 26.3262L7.08419 25.7231L7.08324 25.725L8.23192 26.3262ZM25.4913 7.78264L24.8351 6.66445L24.8328 6.66581L25.4913 7.78264ZM74.9579 7.78264L74.2994 8.89947L74.3017 8.90082L74.9579 7.78264ZM92.2172 26.3262L91.0675 26.9254L91.0706 26.9312L92.2172 26.3262ZM75.677 35.2127L74.4934 35.742L74.4975 35.7509L75.677 35.2127ZM65.4036 22.7305L64.6982 23.8183L64.7042 23.8222L65.4036 22.7305ZM35.097 22.7305L35.7963 23.8222L35.8023 23.8183L35.097 22.7305ZM24.7721 35.2127L23.5913 34.6773L23.5898 34.6807L24.7721 35.2127ZM24.7721 75.6387L23.5886 76.168L23.5926 76.1768L24.7721 75.6387ZM35.097 88.1209L34.3916 89.2087L34.3976 89.2126L35.097 88.1209ZM65.4036 88.1209L66.103 89.2126L66.109 89.2087L65.4036 88.1209ZM75.677 75.6387L74.4962 75.1033L74.4947 75.1066L75.677 75.6387ZM98.5868 55.4H97.2903C97.2903 66.5748 95.1973 76.066 91.0695 83.9222L92.2172 84.5252L93.365 85.1282C97.7299 76.8208 99.8833 66.8953 99.8833 55.4H98.5868ZM92.2172 84.5252L91.0686 83.924C86.9603 91.7731 81.3709 97.7506 74.3017 101.899L74.9579 103.017L75.6141 104.136C83.1331 99.723 89.05 93.3724 93.3659 85.1264L92.2172 84.5252ZM74.9579 103.017L74.2994 101.901C67.2573 106.053 59.2527 108.142 50.2503 108.142V109.438V110.735C59.6715 110.735 68.1387 108.543 75.6164 104.134L74.9579 103.017ZM50.2503 109.438V108.142C41.2479 108.142 33.2251 106.053 26.1475 101.899L25.4913 103.017L24.8351 104.136C32.3457 108.543 40.8289 110.735 50.2503 110.735V109.438ZM25.4913 103.017L26.1537 101.903C19.115 97.7195 13.5225 91.7221 9.37859 83.8688L8.23192 84.4738L7.08525 85.0789C11.4341 93.3206 17.3478 99.6856 24.8289 104.132L25.4913 103.017ZM8.23192 84.4738L9.38164 83.8746C5.28639 76.0171 3.21026 66.5413 3.21026 55.4H1.91376H0.617246C0.617246 66.8602 2.75323 76.7671 7.08219 85.0731L8.23192 84.4738ZM1.91376 55.4H3.21026C3.21026 44.2235 5.28674 34.749 9.3806 26.9274L8.23192 26.3262L7.08324 25.725C2.75288 33.9984 0.617246 43.9065 0.617246 55.4H1.91376ZM8.23192 26.3262L9.37964 26.9292C13.5236 19.0424 19.1148 13.0475 26.1498 8.89946L25.4913 7.78264L24.8328 6.66581C17.348 11.079 11.433 17.4464 7.08419 25.7231L8.23192 26.3262ZM25.4913 7.78264L26.1475 8.90082C33.2251 4.74728 41.2479 2.65825 50.2503 2.65825V1.36174V0.0652327C40.8289 0.0652327 32.3457 2.2568 24.8351 6.66446L25.4913 7.78264ZM50.2503 1.36174V2.65825C59.2527 2.65825 67.2573 4.7473 74.2994 8.89946L74.9579 7.78264L75.6164 6.66581C68.1387 2.25678 59.6715 0.0652327 50.2503 0.0652327V1.36174ZM74.9579 7.78264L74.3017 8.90082C81.3695 13.0486 86.9588 19.0421 91.0675 26.9254L92.2172 26.3262L93.367 25.727C89.0514 17.4467 83.1345 11.0779 75.6141 6.66446L74.9579 7.78264ZM92.2172 26.3262L91.0706 26.9312C95.1972 34.7519 97.2903 44.225 97.2903 55.4H98.5868H99.8833C99.8833 43.905 97.73 33.9955 93.3639 25.7211L92.2172 26.3262ZM79.4268 55.4H80.7233C80.7233 47.2927 79.4542 40.3681 76.8566 34.6745L75.677 35.2127L74.4975 35.7509C76.8995 41.0157 78.1303 47.5492 78.1303 55.4H79.4268ZM75.677 35.2127L76.8606 34.6834C74.3087 28.9772 70.7314 24.6039 66.103 21.6388L65.4036 22.7305L64.7042 23.8222C68.8424 26.4732 72.1141 30.4214 74.4935 35.742L75.677 35.2127ZM65.4036 22.7305L66.109 21.6427C61.4958 18.6513 56.1948 17.1705 50.2503 17.1705V18.467V19.7635C55.7435 19.7635 60.5447 21.125 64.6982 23.8183L65.4036 22.7305ZM50.2503 18.467V17.1705C44.3057 17.1705 39.0047 18.6513 34.3916 21.6427L35.097 22.7305L35.8023 23.8183C39.9559 21.125 44.7571 19.7635 50.2503 19.7635V18.467ZM35.097 22.7305L34.3976 21.6388C29.7709 24.6028 26.1774 28.9738 23.5913 34.6773L24.7721 35.2127L25.9529 35.7481C28.3666 30.4248 31.6564 26.4744 35.7963 23.8222L35.097 22.7305ZM24.7721 35.2127L23.5898 34.6807C21.0286 40.3724 19.7772 47.2948 19.7772 55.4H21.0737H22.3702C22.3702 47.5472 23.5845 41.0113 25.9545 35.7447L24.7721 35.2127ZM21.0737 55.4H19.7772C19.7772 63.5057 21.0287 70.4437 23.5886 76.168L24.7721 75.6387L25.9557 75.1094C23.5844 69.8068 22.3702 63.2524 22.3702 55.4H21.0737ZM24.7721 75.6387L23.5926 76.1768C26.179 81.8455 29.7709 86.2125 34.3916 89.2087L35.097 88.1209L35.8023 87.0331C31.6563 84.3446 28.3651 80.3902 25.9517 75.1005L24.7721 75.6387ZM35.097 88.1209L34.3976 89.2126C39.01 92.1675 44.3088 93.6295 50.2503 93.6295V92.333V91.0365C44.7539 91.0365 39.9505 89.6905 35.7963 87.0292L35.097 88.1209ZM50.2503 92.333V93.6295C56.1917 93.6295 61.4905 92.1675 66.103 89.2126L65.4036 88.1209L64.7042 87.0292C60.55 89.6905 55.7466 91.0365 50.2503 91.0365V92.333ZM65.4036 88.1209L66.109 89.2087C70.7314 86.2114 74.3072 81.8422 76.8593 76.1707L75.677 75.6387L74.4947 75.1066C72.1156 80.3935 68.8425 84.3458 64.6982 87.0331L65.4036 88.1209ZM75.677 75.6387L76.8578 76.1741C79.4541 70.448 80.7233 63.5077 80.7233 55.4H79.4268H78.1303C78.1303 63.2504 76.8997 69.8025 74.4962 75.1033L75.677 75.6387ZM171.347 2.80002V1.50351H170.05V2.80002H171.347ZM190.404 2.80002H191.701V1.50351H190.404V2.80002ZM185.062 91.4084L183.961 90.723L183.958 90.7278L185.062 91.4084ZM170.165 104.815L170.743 105.976L170.748 105.974L170.165 104.815ZM125.219 104.815L124.637 105.974L124.642 105.976L125.219 104.815ZM110.323 91.4084L111.426 90.7278L111.426 90.7278L110.323 91.4084ZM105.032 2.80002V1.50351H103.735V2.80002H105.032ZM124.089 2.80002H125.386V1.50351H124.089V2.80002ZM126.966 81.6486L125.834 82.2821L125.839 82.2907L126.966 81.6486ZM135.184 89.7133L134.557 90.8477L134.565 90.8523L135.184 89.7133ZM160.252 89.7133L160.871 90.8523L160.875 90.8502L160.252 89.7133ZM168.47 81.6486L169.601 82.2821L169.601 82.2821L168.47 81.6486ZM171.347 2.80002V4.09653H190.404V2.80002V1.50351H171.347V2.80002ZM190.404 2.80002H189.108V71.5293H190.404H191.701V2.80002H190.404ZM190.404 71.5293H189.108C189.108 78.8504 187.38 85.2335 183.961 90.723L185.062 91.4084L186.162 92.0938C189.867 86.1456 191.701 79.2759 191.701 71.5293H190.404ZM185.062 91.4084L183.958 90.7278C180.566 96.2284 175.787 100.538 169.583 103.657L170.165 104.815L170.748 105.974C177.351 102.654 182.504 98.0261 186.165 92.089L185.062 91.4084ZM170.165 104.815L169.588 103.654C163.396 106.734 156.118 108.296 147.718 108.296V109.592V110.889C156.44 110.889 164.128 109.266 170.743 105.976L170.165 104.815ZM147.718 109.592V108.296C139.283 108.296 131.988 106.734 125.796 103.654L125.219 104.815L124.642 105.976C131.258 109.266 138.962 110.889 147.718 110.889V109.592ZM125.219 104.815L125.801 103.657C119.597 100.538 114.819 96.2284 111.426 90.7278L110.323 91.4084L109.219 92.089C112.881 98.0261 118.033 102.654 124.637 105.974L125.219 104.815ZM110.323 91.4084L111.426 90.7278C108.04 85.2376 106.328 78.8527 106.328 71.5293H105.032H103.735C103.735 79.2736 105.551 86.1415 109.219 92.089L110.323 91.4084ZM105.032 71.5293H106.328V2.80002H105.032H103.735V71.5293H105.032ZM105.032 2.80002V4.09653H124.089V2.80002V1.50351H105.032V2.80002ZM124.089 2.80002H122.793V69.9369H124.089H125.386V2.80002H124.089ZM124.089 69.9369H122.793C122.793 74.5156 123.796 78.6423 125.834 82.2821L126.966 81.6486L128.097 81.0152C126.3 77.806 125.386 74.1249 125.386 69.9369H124.089ZM126.966 81.6486L125.839 82.2907C127.912 85.9268 130.826 88.7832 134.557 90.8477L135.184 89.7133L135.812 88.5789C132.488 86.7394 129.923 84.2194 128.092 81.0066L126.966 81.6486ZM135.184 89.7133L134.565 90.8523C138.317 92.8924 142.717 93.8864 147.718 93.8864V92.5898V91.2933C143.062 91.2933 139.106 90.3696 135.804 88.5742L135.184 89.7133ZM147.718 92.5898V93.8864C152.719 93.8864 157.119 92.8924 160.871 90.8523L160.252 89.7133L159.632 88.5742C156.33 90.3696 152.374 91.2933 147.718 91.2933V92.5898ZM160.252 89.7133L160.875 90.8502C164.642 88.7857 167.561 85.9264 169.601 82.2821L168.47 81.6486L167.339 81.0152C165.544 84.2199 162.984 86.737 159.628 88.5763L160.252 89.7133ZM168.47 81.6486L169.601 82.2821C171.64 78.6423 172.643 74.5156 172.643 69.9369H171.347H170.05C170.05 74.1249 169.136 77.806 167.339 81.0152L168.47 81.6486ZM171.347 69.9369H172.643V2.80002H171.347H170.05V69.9369H171.347ZM199.546 108H198.249V109.297H199.546V108ZM199.546 2.80002V1.50351H198.249V2.80002H199.546ZM259.337 7.01213L258.746 8.16594L258.749 8.16743L259.337 7.01213ZM271.819 18.8266L270.685 19.4549L270.691 19.464L271.819 18.8266ZM271.768 54.0131L270.646 53.3632L270.645 53.3657L271.768 54.0131ZM259.183 65.468L259.746 66.6362L259.751 66.6333L259.183 65.468ZM210.641 69.4746H209.345V70.7711H210.641V69.4746ZM210.641 53.6535V52.357H209.345V53.6535H210.641ZM247.78 51.7016L248.294 52.8919L248.305 52.8869L247.78 51.7016ZM254.457 45.8971L253.333 45.2522L253.33 45.2571L254.457 45.8971ZM254.457 26.8912L253.322 27.5172L253.325 27.5234L254.457 26.8912ZM247.728 20.8299L247.181 22.0052L247.192 22.0102L247.728 20.8299ZM218.603 18.7239V17.4273H217.307V18.7239H218.603ZM218.603 108V109.297H219.9V108H218.603ZM253.892 60.3313L255.03 59.7097L254.661 59.0348H253.892V60.3313ZM279.936 108V109.297H282.121L281.073 107.378L279.936 108ZM258.669 108L257.527 108.613L257.894 109.297H258.669V108ZM233.089 60.3313V59.0348H230.921L231.946 60.9443L233.089 60.3313ZM199.546 108H200.842V2.80002H199.546H198.249V108H199.546ZM199.546 2.80002V4.09653H238.996V2.80002V1.50351H199.546V2.80002ZM238.996 2.80002V4.09653C246.934 4.09653 253.498 5.47631 258.746 8.16594L259.337 7.01213L259.929 5.85832C254.218 2.9318 247.221 1.50351 238.996 1.50351V2.80002ZM259.337 7.01213L258.749 8.16743C264.048 10.8665 268.011 14.6284 270.685 19.4549L271.819 18.8266L272.954 18.1982C270.012 12.8883 265.653 8.77386 259.926 5.85684L259.337 7.01213ZM271.819 18.8266L270.691 19.464C273.406 24.2742 274.786 29.9206 274.786 36.4455H276.083H277.379C277.379 29.5465 275.917 23.447 272.948 18.1891L271.819 18.8266ZM276.083 36.4455H274.786C274.786 43.0039 273.39 48.6274 270.646 53.3632L271.768 54.0131L272.89 54.663C275.9 49.4678 277.379 43.3796 277.379 36.4455H276.083ZM271.768 54.0131L270.645 53.3657C267.943 58.0537 263.951 61.7007 258.615 64.3026L259.183 65.468L259.751 66.6333C265.511 63.8246 269.909 59.8349 272.891 54.6605L271.768 54.0131ZM259.183 65.468L258.621 64.2998C253.294 66.8643 246.684 68.1781 238.739 68.1781V69.4746V70.7711C246.957 70.7711 253.977 69.4138 259.746 66.6361L259.183 65.468ZM238.739 69.4746V68.1781H210.641V69.4746V70.7711H238.739V69.4746ZM210.641 69.4746H211.938V53.6535H210.641H209.345V69.4746H210.641ZM210.641 53.6535V54.95H236.171V53.6535V52.357H210.641V53.6535ZM236.171 53.6535V54.95C241.002 54.95 245.063 54.2869 248.294 52.8919L247.78 51.7016L247.266 50.5113C244.469 51.7188 240.791 52.357 236.171 52.357V53.6535ZM247.78 51.7016L248.305 52.8869C251.538 51.4542 253.992 49.3439 255.585 46.537L254.457 45.8971L253.33 45.2571C252.046 47.5184 250.049 49.2778 247.254 50.5163L247.78 51.7016ZM254.457 45.8971L255.582 46.5419C257.193 43.7324 257.963 40.3464 257.963 36.4455H256.666H255.37C255.37 40.0101 254.667 42.9251 253.333 45.2522L254.457 45.8971ZM256.666 36.4455H257.963C257.963 32.5432 257.192 29.1297 255.589 26.2591L254.457 26.8912L253.325 27.5234C254.667 29.9264 255.37 32.8825 255.37 36.4455H256.666ZM254.457 26.8912L255.593 26.2653C253.974 23.3286 251.509 21.1245 248.265 19.6496L247.728 20.8299L247.192 22.0102C249.974 23.2749 251.996 25.1117 253.322 27.5172L254.457 26.8912ZM247.728 20.8299L248.276 19.6547C245.033 18.144 240.941 17.4273 236.068 17.4273V18.7239V20.0204C240.715 20.0204 244.396 20.7078 247.181 22.0051L247.728 20.8299ZM236.068 18.7239V17.4273H218.603V18.7239V20.0204H236.068V18.7239ZM218.603 18.7239H217.307V108H218.603H219.9V18.7239H218.603ZM218.603 108V106.703H199.546V108V109.297H218.603V108ZM253.892 60.3313L252.755 60.9529L278.798 108.622L279.936 108L281.073 107.378L255.03 59.7097L253.892 60.3313ZM279.936 108V106.703H258.669V108V109.297H279.936V108ZM258.669 108L259.812 107.387L234.231 59.7182L233.089 60.3313L231.946 60.9443L257.527 108.613L258.669 108ZM233.089 60.3313V61.6278H253.892V60.3313V59.0348H233.089V60.3313ZM320.435 2.80002L321.666 2.39301L321.372 1.50351H320.435V2.80002ZM347.814 85.6039L346.583 86.0109L346.877 86.9004H347.814V85.6039ZM348.893 85.6039V86.9004H349.83L350.124 86.0102L348.893 85.6039ZM376.22 2.80002V1.50351H375.283L374.989 2.3937L376.22 2.80002ZM397.178 2.80002L398.401 3.23109L399.01 1.50351H397.178V2.80002ZM360.091 108V109.297H361.009L361.314 108.431L360.091 108ZM336.565 108L335.342 108.431L335.647 109.297H336.565V108ZM299.529 2.80002V1.50351H297.698L298.306 3.23056L299.529 2.80002ZM320.435 2.80002L319.204 3.20704L346.583 86.0109L347.814 85.6039L349.045 85.1969L321.666 2.39301L320.435 2.80002ZM347.814 85.6039V86.9004H348.893V85.6039V84.3074H347.814V85.6039ZM348.893 85.6039L350.124 86.0102L377.451 3.20635L376.22 2.80002L374.989 2.3937L347.662 85.1976L348.893 85.6039ZM376.22 2.80002V4.09653H397.178V2.80002V1.50351H376.22V2.80002ZM397.178 2.80002L395.955 2.36896L358.868 107.569L360.091 108L361.314 108.431L398.401 3.23109L397.178 2.80002ZM360.091 108V106.703H336.565V108V109.297H360.091V108ZM336.565 108L337.788 107.569L300.752 2.36949L299.529 2.80002L298.306 3.23056L335.342 108.431L336.565 108ZM299.529 2.80002V4.09653H320.435V2.80002V1.50351H299.529V2.80002ZM400.682 108V109.297H401.615L401.911 108.412L400.682 108ZM380.341 108L379.118 107.569L378.51 109.297H380.341V108ZM417.377 2.80002V1.50351H416.459L416.154 2.36949L417.377 2.80002ZM440.903 2.80002L442.126 2.36896L441.82 1.50351H440.903V2.80002ZM477.99 108V109.297H479.822L479.213 107.569L477.99 108ZM457.648 108L456.419 108.413L456.716 109.297H457.648V108ZM429.551 24.3742L430.78 23.9613L430.483 23.0777H429.551V24.3742ZM428.729 24.3742V23.0777H427.796L427.5 23.962L428.729 24.3742ZM401.35 66.7522V65.4556H400.054V66.7522H401.35ZM456.827 66.7522H458.123V65.4556H456.827V66.7522ZM456.827 82.0596V83.3561H458.123V82.0596H456.827ZM401.35 82.0596H400.054V83.3561H401.35V82.0596ZM400.682 108V106.703H380.341V108V109.297H400.682V108ZM380.341 108L381.564 108.431L418.6 3.23056L417.377 2.80002L416.154 2.36949L379.118 107.569L380.341 108ZM417.377 2.80002V4.09653H440.903V2.80002V1.50351H417.377V2.80002ZM440.903 2.80002L439.68 3.23109L476.767 108.431L477.99 108L479.213 107.569L442.126 2.36896L440.903 2.80002ZM477.99 108V106.703H457.648V108V109.297H477.99V108ZM457.648 108L458.877 107.587L430.78 23.9613L429.551 24.3742L428.322 24.7872L456.419 108.413L457.648 108ZM429.551 24.3742V23.0777H428.729V24.3742V25.6707H429.551V24.3742ZM428.729 24.3742L427.5 23.962L399.453 107.588L400.682 108L401.911 108.412L429.958 24.7865L428.729 24.3742ZM401.35 66.7522V68.0487H456.827V66.7522V65.4556H401.35V66.7522ZM456.827 66.7522H455.53V82.0596H456.827H458.123V66.7522H456.827ZM456.827 82.0596V80.7631H401.35V82.0596V83.3561H456.827V82.0596ZM401.35 82.0596H402.647V66.7522H401.35H400.054V82.0596H401.35ZM480.274 108H478.978V109.297H480.274V108ZM480.274 2.80002V1.50351H478.978V2.80002H480.274ZM499.331 2.80002H500.628V1.50351H499.331V2.80002ZM499.331 92.0248H498.035V93.3213H499.331V92.0248ZM545.665 92.0248H546.961V90.7283H545.665V92.0248ZM545.665 108V109.297H546.961V108H545.665ZM480.274 108H481.571V2.80002H480.274H478.978V108H480.274ZM480.274 2.80002V4.09653H499.331V2.80002V1.50351H480.274V2.80002ZM499.331 2.80002H498.035V92.0248H499.331H500.628V2.80002H499.331ZM499.331 92.0248V93.3213H545.665V92.0248V90.7283H499.331V92.0248ZM545.665 92.0248H544.368V108H545.665H546.961V92.0248H545.665ZM545.665 108V106.703H480.274V108V109.297H545.665V108ZM616.948 2.80002V1.50351H615.651V2.80002H616.948ZM636.005 2.80002H637.302V1.50351H636.005V2.80002ZM630.663 91.4084L629.562 90.723L629.559 90.7278L630.663 91.4084ZM615.766 104.815L616.344 105.976L616.349 105.974L615.766 104.815ZM570.82 104.815L570.238 105.974L570.243 105.976L570.82 104.815ZM555.924 91.4084L557.027 90.7278L557.027 90.7278L555.924 91.4084ZM550.633 2.80002V1.50351H549.336V2.80002H550.633ZM569.69 2.80002H570.987V1.50351H569.69V2.80002ZM572.567 81.6486L571.435 82.2821L571.44 82.2907L572.567 81.6486ZM580.785 89.7133L580.158 90.8477L580.166 90.8523L580.785 89.7133ZM605.853 89.7133L606.472 90.8523L606.476 90.8502L605.853 89.7133ZM614.071 81.6486L615.202 82.2821L615.202 82.2821L614.071 81.6486ZM616.948 2.80002V4.09653H636.005V2.80002V1.50351H616.948V2.80002ZM636.005 2.80002H634.709V71.5293H636.005H637.302V2.80002H636.005ZM636.005 71.5293H634.709C634.709 78.8504 632.981 85.2335 629.562 90.723L630.663 91.4084L631.763 92.0938C635.468 86.1456 637.302 79.2759 637.302 71.5293H636.005ZM630.663 91.4084L629.559 90.7278C626.167 96.2284 621.388 100.538 615.184 103.657L615.766 104.815L616.349 105.974C622.952 102.654 628.105 98.0261 631.766 92.089L630.663 91.4084ZM615.766 104.815L615.189 103.654C608.997 106.734 601.719 108.296 593.319 108.296V109.592V110.889C602.041 110.889 609.729 109.266 616.344 105.976L615.766 104.815ZM593.319 109.592V108.296C584.884 108.296 577.589 106.734 571.397 103.654L570.82 104.815L570.243 105.976C576.859 109.266 584.563 110.889 593.319 110.889V109.592ZM570.82 104.815L571.402 103.657C565.198 100.538 560.42 96.2284 557.027 90.7278L555.924 91.4084L554.82 92.089C558.482 98.0261 563.634 102.654 570.238 105.974L570.82 104.815ZM555.924 91.4084L557.027 90.7278C553.641 85.2376 551.929 78.8527 551.929 71.5293H550.633H549.336C549.336 79.2736 551.152 86.1415 554.82 92.089L555.924 91.4084ZM550.633 71.5293H551.929V2.80002H550.633H549.336V71.5293H550.633ZM550.633 2.80002V4.09653H569.69V2.80002V1.50351H550.633V2.80002ZM569.69 2.80002H568.394V69.9369H569.69H570.987V2.80002H569.69ZM569.69 69.9369H568.394C568.394 74.5156 569.397 78.6423 571.435 82.2821L572.567 81.6486L573.698 81.0152C571.901 77.806 570.987 74.1249 570.987 69.9369H569.69ZM572.567 81.6486L571.44 82.2907C573.513 85.9268 576.427 88.7832 580.158 90.8477L580.785 89.7133L581.413 88.5789C578.089 86.7394 575.524 84.2194 573.693 81.0066L572.567 81.6486ZM580.785 89.7133L580.166 90.8523C583.918 92.8924 588.318 93.8864 593.319 93.8864V92.5898V91.2933C588.663 91.2933 584.707 90.3696 581.405 88.5742L580.785 89.7133ZM593.319 92.5898V93.8864C598.32 93.8864 602.72 92.8924 606.472 90.8523L605.853 89.7133L605.233 88.5742C601.931 90.3696 597.975 91.2933 593.319 91.2933V92.5898ZM605.853 89.7133L606.476 90.8502C610.243 88.7857 613.162 85.9264 615.202 82.2821L614.071 81.6486L612.94 81.0152C611.145 84.2199 608.585 86.737 605.229 88.5763L605.853 89.7133ZM614.071 81.6486L615.202 82.2821C617.241 78.6423 618.244 74.5156 618.244 69.9369H616.948H615.651C615.651 74.1249 614.737 77.806 612.94 81.0152L614.071 81.6486ZM616.948 69.9369H618.244V2.80002H616.948H615.651V69.9369H616.948ZM645.147 108H643.85V109.297H645.147V108ZM645.147 2.80002V1.50351H643.85V2.80002H645.147ZM713.568 2.80002H714.864V1.50351H713.568V2.80002ZM713.568 18.7752V20.0717H714.864V18.7752H713.568ZM664.204 18.7752V17.4787H662.908V18.7752H664.204ZM664.204 47.3354H662.908V48.6319H664.204V47.3354ZM710.024 47.3354H711.32V46.0389H710.024V47.3354ZM710.024 63.3106V64.6071H711.32V63.3106H710.024ZM664.204 63.3106V62.014H662.908V63.3106H664.204ZM664.204 92.0248H662.908V93.3213H664.204V92.0248ZM713.979 92.0248H715.275V90.7283H713.979V92.0248ZM713.979 108V109.297H715.275V108H713.979ZM645.147 108H646.443V2.80002H645.147H643.85V108H645.147ZM645.147 2.80002V4.09653H713.568V2.80002V1.50351H645.147V2.80002ZM713.568 2.80002H712.271V18.7752H713.568H714.864V2.80002H713.568ZM713.568 18.7752V17.4787H664.204V18.7752V20.0717H713.568V18.7752ZM664.204 18.7752H662.908V47.3354H664.204H665.501V18.7752H664.204ZM664.204 47.3354V48.6319H710.024V47.3354V46.0389H664.204V47.3354ZM710.024 47.3354H708.727V63.3106H710.024H711.32V47.3354H710.024ZM710.024 63.3106V62.014H664.204V63.3106V64.6071H710.024V63.3106ZM664.204 63.3106H662.908V92.0248H664.204H665.501V63.3106H664.204ZM664.204 92.0248V93.3213H713.979V92.0248V90.7283H664.204V92.0248ZM713.979 92.0248H712.682V108H713.979H715.275V92.0248H713.979ZM713.979 108V106.703H645.147V108V109.297H713.979V108ZM778.61 31.7197L777.321 31.8575L777.445 33.0163H778.61V31.7197ZM772.549 21.2408L771.799 22.2986L771.804 22.302L772.549 21.2408ZM748.56 19.2889L749.064 20.4835L749.064 20.4835L748.56 19.2889ZM742.037 24.1688L740.991 23.4021L740.991 23.4021L742.037 24.1688ZM739.725 31.2061L738.429 31.1892L738.429 31.1977V31.2061H739.725ZM741.215 36.9078L740.111 37.5886L740.117 37.5971L740.122 37.6054L741.215 36.9078ZM745.376 41.0172L744.671 42.1057L744.679 42.1106L744.686 42.1154L745.376 41.0172ZM751.18 43.791L750.746 45.0129L750.746 45.0129L751.18 43.791ZM757.601 45.6916L757.915 44.4338L757.908 44.4321L757.901 44.4304L757.601 45.6916ZM767.463 48.1572L767.149 49.415L767.159 49.4176L767.169 49.42L767.463 48.1572ZM778.918 51.907L778.406 53.0982L778.41 53.0999L778.918 51.907ZM788.832 57.8656L788.008 58.8665L788.014 58.8712L788.832 57.8656ZM793.661 94.7473L794.735 95.4737L794.737 95.4701L793.661 94.7473ZM779.997 105.688L780.518 106.875L780.522 106.874L779.997 105.688ZM737.157 105.791L736.652 106.985L736.654 106.986L737.157 105.791ZM723.082 94.6959L722.015 95.4323L722.019 95.4374L723.082 94.6959ZM717.637 76.9229V75.6264H716.289L716.342 76.9737L717.637 76.9229ZM736.386 76.9229L737.679 76.8262L737.589 75.6264H736.386V76.9229ZM739.777 86.0662L740.781 85.246L740.781 85.246L739.777 86.0662ZM747.533 91.5111L747.076 92.7246L747.081 92.7262L747.533 91.5111ZM769.21 91.4598L769.687 92.6654L769.694 92.6626L769.21 91.4598ZM776.607 86.2203L777.619 87.0303L777.625 87.0227L776.607 86.2203ZM779.329 78.3098L780.626 78.3245L780.626 78.309L780.626 78.2936L779.329 78.3098ZM776.915 71.5293L775.936 72.3792L775.944 72.3883L776.915 71.5293ZM770.289 67.009L769.767 68.1961L769.776 68.1999L769.785 68.2036L770.289 67.009ZM760.426 63.7215L760.103 64.977L760.106 64.9779L760.426 63.7215ZM748.458 60.6395L748.781 59.3839L748.78 59.3837L748.458 60.6395ZM727.911 50.5201L727.038 51.4786L727.044 51.4848L727.911 50.5201ZM725.445 16.1041L724.397 15.3411L724.393 15.3462L725.445 16.1041ZM739.263 5.26565L739.786 6.45186L739.792 6.44926L739.263 5.26565ZM778.661 5.26565L778.116 6.44201L778.125 6.44594L778.661 5.26565ZM791.966 16.0014L790.904 16.746L790.907 16.7497L791.966 16.0014ZM796.948 31.7197V33.0163H798.267L798.244 31.6973L796.948 31.7197ZM778.61 31.7197L779.899 31.582C779.382 26.7396 777.174 22.9033 773.294 20.1797L772.549 21.2408L771.804 22.302C775.047 24.5781 776.88 27.7277 777.321 31.8575L778.61 31.7197ZM772.549 21.2408L773.298 20.1831C769.494 17.4864 764.619 16.1945 758.782 16.1945V17.491V18.7875C764.246 18.7875 768.549 19.9955 771.799 22.2986L772.549 21.2408ZM758.782 17.491V16.1945C754.685 16.1945 751.097 16.8121 748.057 18.0943L748.56 19.2889L749.064 20.4835C751.708 19.3685 754.935 18.7875 758.782 18.7875V17.491ZM748.56 19.2889L748.057 18.0943C745.044 19.3647 742.663 21.1221 740.991 23.4021L742.037 24.1688L743.082 24.9355C744.424 23.106 746.392 21.6102 749.064 20.4835L748.56 19.2889ZM742.037 24.1688L740.991 23.4021C739.319 25.6825 738.466 28.2925 738.429 31.1892L739.725 31.2061L741.022 31.2229C741.052 28.846 741.741 26.7644 743.082 24.9355L742.037 24.1688ZM739.725 31.2061H738.429C738.429 33.5993 738.973 35.7438 740.111 37.5886L741.215 36.9078L742.318 36.227C741.47 34.8529 741.022 33.1962 741.022 31.2061H739.725ZM741.215 36.9078L740.122 37.6054C741.258 39.3851 742.783 40.8838 744.671 42.1057L745.376 41.0172L746.08 39.9287C744.475 38.8904 743.226 37.6495 742.308 36.2103L741.215 36.9078ZM745.376 41.0172L744.686 42.1154C746.52 43.2661 748.542 44.2307 750.746 45.0129L751.18 43.791L751.614 42.5692C749.572 41.8446 747.724 40.96 746.065 39.919L745.376 41.0172ZM751.18 43.791L750.746 45.0129C752.913 45.7815 755.097 46.4283 757.301 46.9529L757.601 45.6916L757.901 44.4304C755.79 43.9276 753.694 43.3073 751.614 42.5692L751.18 43.791ZM757.601 45.6916L757.286 46.9494L767.149 49.415L767.463 48.1572L767.778 46.8994L757.915 44.4338L757.601 45.6916ZM767.463 48.1572L767.169 49.42C771.069 50.3276 774.814 51.5539 778.406 53.0981L778.918 51.907L779.43 50.7159C775.694 49.1097 771.803 47.8361 767.757 46.8945L767.463 48.1572ZM778.918 51.907L778.41 53.0999C782.002 54.6298 785.199 56.5531 788.008 58.8665L788.832 57.8656L789.656 56.8648C786.644 54.3839 783.231 52.3348 779.426 50.7142L778.918 51.907ZM788.832 57.8656L788.014 58.8712C790.817 61.1533 793.031 63.9035 794.661 67.1312L795.818 66.5467L796.975 65.9622C795.181 62.4094 792.737 59.3723 789.651 56.8601L788.832 57.8656ZM795.818 66.5467L794.661 67.1312C796.265 70.3075 797.09 74.0723 797.09 78.4639H798.386H799.683C799.683 73.7463 798.796 69.5663 796.975 65.9622L795.818 66.5467ZM798.386 78.4639H797.09C797.09 84.3949 795.578 89.5661 792.584 94.0245L793.661 94.7473L794.737 95.4701C798.044 90.5454 799.683 84.861 799.683 78.4639H798.386ZM793.661 94.7473L792.587 94.0208C789.593 98.4462 785.244 101.949 779.472 104.503L779.997 105.688L780.522 106.874C786.667 104.155 791.427 100.363 794.735 95.4737L793.661 94.7473ZM779.997 105.688L779.476 104.501C773.757 107.014 766.771 108.296 758.474 108.296V109.592V110.889C767.026 110.889 774.388 109.569 780.518 106.875L779.997 105.688ZM758.474 109.592V108.296C750.42 108.296 743.493 107.049 737.659 104.596L737.157 105.791L736.654 106.986C742.875 109.602 750.159 110.889 758.474 110.889V109.592ZM737.157 105.791L737.662 104.597C731.871 102.149 727.383 98.5973 724.146 93.9544L723.082 94.6959L722.019 95.4374C725.562 100.52 730.457 104.366 736.652 106.985L737.157 105.791ZM723.082 94.6959L724.149 93.9595C720.957 89.3336 719.199 83.6581 718.933 76.8721L717.637 76.9229L716.342 76.9737C716.624 84.1595 718.496 90.3327 722.015 95.4323L723.082 94.6959ZM717.637 76.9229V78.2194H736.386V76.9229V75.6264H717.637V76.9229ZM736.386 76.9229L735.093 77.0195C735.384 80.9024 736.591 84.2159 738.772 86.8864L739.777 86.0662L740.781 85.246C738.99 83.0538 737.937 80.2717 737.679 76.8262L736.386 76.9229ZM739.777 86.0662L738.772 86.8864C740.915 89.5096 743.696 91.4524 747.076 92.7246L747.533 91.5111L747.99 90.2977C745 89.1727 742.61 87.4856 740.781 85.246L739.777 86.0662ZM747.533 91.5111L747.081 92.7262C750.465 93.9863 754.217 94.6055 758.32 94.6055V93.309V92.0125C754.478 92.0125 751.039 91.4331 747.985 90.2961L747.533 91.5111ZM758.32 93.309V94.6055C762.59 94.6055 766.388 93.9706 769.687 92.6654L769.21 91.4598L768.733 90.2542C765.8 91.4146 762.338 92.0125 758.32 92.0125V93.309ZM769.21 91.4598L769.694 92.6626C773.012 91.3282 775.675 89.461 777.619 87.0302L776.607 86.2203L775.594 85.4104C773.978 87.4314 771.709 89.0572 768.726 90.2569L769.21 91.4598ZM776.607 86.2203L777.625 87.0227C779.592 84.5267 780.588 81.6095 780.626 78.3245L779.329 78.3098L778.033 78.295C778.002 81.0371 777.183 83.3936 775.588 85.4179L776.607 86.2203ZM779.329 78.3098L780.626 78.2936C780.588 75.2934 779.698 72.7189 777.886 70.6703L776.915 71.5293L775.944 72.3883C777.282 73.9012 778.002 75.847 778.033 78.326L779.329 78.3098ZM776.915 71.5293L777.894 70.6795C776.157 68.6784 773.767 67.0688 770.792 65.8144L770.289 67.009L769.785 68.2036C772.495 69.3463 774.522 70.7502 775.936 72.3791L776.915 71.5293ZM770.289 67.009L770.81 65.8219C767.922 64.5541 764.564 63.437 760.746 62.4651L760.426 63.7215L760.106 64.9779C763.822 65.9237 767.039 66.9983 769.767 68.1961L770.289 67.009ZM760.426 63.7215L760.749 62.4659L748.781 59.3839L748.458 60.6395L748.134 61.895L760.103 64.977L760.426 63.7215ZM748.458 60.6395L748.78 59.3837C740.256 57.1936 733.614 53.8989 728.777 49.5555L727.911 50.5201L727.044 51.4848C732.275 56.182 739.332 59.6335 748.135 61.8952L748.458 60.6395ZM727.911 50.5201L728.784 49.5617C724.086 45.2823 721.708 39.6027 721.708 32.3875H720.411H719.115C719.115 40.24 721.736 46.6489 727.038 51.4786L727.911 50.5201ZM720.411 32.3875H721.708C721.708 26.4384 723.313 21.2808 726.497 16.8621L725.445 16.1041L724.393 15.3462C720.865 20.2421 719.115 25.9401 719.115 32.3875H720.411ZM725.445 16.1041L726.493 16.8672C729.735 12.4136 734.151 8.93781 739.786 6.45184L739.263 5.26565L738.74 4.07945C732.731 6.7302 727.935 10.48 724.397 15.3411L725.445 16.1041ZM739.263 5.26565L739.792 6.44926C745.423 3.93173 751.831 2.65825 759.039 2.65825V1.36174V0.0652327C751.522 0.0652327 744.746 1.39436 738.734 4.08203L739.263 5.26565ZM759.039 1.36174V2.65825C766.354 2.65825 772.703 3.93315 778.116 6.44198L778.661 5.26565L779.207 4.08931C773.388 1.39293 766.655 0.0652327 759.039 0.0652327V1.36174ZM778.661 5.26565L778.125 6.44594C783.588 8.92908 787.832 12.3665 790.904 16.7459L791.966 16.0014L793.027 15.2568C789.661 10.4587 785.036 6.73894 779.198 4.08535L778.661 5.26565ZM791.966 16.0014L790.907 16.7497C793.966 21.0781 795.553 26.0611 795.652 31.7422L796.948 31.7197L798.244 31.6973C798.138 25.5297 796.403 20.0338 793.024 15.2531L791.966 16.0014ZM796.948 31.7197V30.4232H778.61V31.7197V33.0163H796.948V31.7197Z' fill='%23E4E4E4' mask='url(%23path-1-outside-1_90_53)'/%3E%3C/g%3E%3C/svg%3E%0A");
            }
        }
    }
    
    & .process-shape {
        position: absolute;
        bottom: 0px;
        left: 0;
        

        & .fade-left {
            opacity: 0;
            &.active {
                opacity: 1;
                animation: fadeLeft 2s ease 0s normal forwards;
            }
        }

        & .fade-right {
            opacity: 0;
            &.active {
                opacity: 1;
                animation: fadeRight 2s ease 0s normal forwards;
            }
        }
    }






    @media (max-width: 1399px) {
        padding-right: 50px;
    }

    @media (max-width: 991px) {
        padding-right: 0px;
    }
}





@keyframes fixed-loop-anim {
    0% {
        transform: translateX(0%);
    }

    100% {
        transform: translateX(-33.32%);
    } 
}

/*wk_ css*/
section.sticky-container.cta-1.cta-bg {
    z-index: -1;
}
/**/


div#storiesHeader {height: auto !important; }
section.mission .process-shape {bottom: 230px !important; }
video.mobileView {transform: scale(1.1); }
.fs_165px {font-size: 120px; }
section.referal .referral-title {margin-left: -6px; }
section.hero-banner .heading-wrapper {margin-bottom: 60px;}
section#meeting {background-image: url(/assets/img/challenges-bg.webp);background-repeat: no-repeat;background-position: center right;position: relative;}
section#meeting .process-shape {top: 48% !important; }
span.text-gradient-2 {padding-right: 3px !important; }
