/*-----1. Home-----*/
.home .container{
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
}
.popup-box, .popup-box__friend{
    position: fixed;
    max-width: 600px;
    width: 100%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 99;
    box-shadow: 0px 0px 100px 0px #0000000D;
    background-color: #1F1F1E;
    border-radius: 24px 24px 0px 0px; 
    transition: 0.3s;
    bottom: -200%;
}
.popup-box.open, .popup-box__friend.open{
    bottom: 0;
}
.popup-background, .popup-background__friend{
    width: 100%;
    height: 100%;
    position: fixed;
    background: #00000096;
    z-index: 10;
}
.popup-background__friend{
    z-index: 100;
}
.popup-box__friend{
    z-index: 101;
}
.popup__button{
    margin: 43px 16px 23px;
    font-size: 16px;
    padding: 16px;
    width: calc(100% - 32px);
}

/*-----2. Point Balans-----*/
.points-balans{
    padding: 30px 0 23px;
}
.points-balans h2{
    font-size: 14px;
    line-height: 17.92px;
    opacity: 0.5;
    text-transform: uppercase;
}
.points-balans__points{
    font-size: 36px;
    line-height: 46.08px;
    margin-top: 6px;
    position: relative;
}
.points-balans__points:after{
content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='28' height='28' viewBox='0 0 28 28' fill='none'%3E%3Cg clip-path='url(%23clip0_301_262)'%3E%3Cpath d='M14 25.6667C20.4433 25.6667 25.6666 20.4434 25.6666 14C25.6666 7.55672 20.4433 2.33337 14 2.33337C7.55666 2.33337 2.33331 7.55672 2.33331 14C2.33331 20.4434 7.55666 25.6667 14 25.6667Z' fill='url(%23paint0_linear_301_262)'/%3E%3Cpath d='M14 23.4792C19.2352 23.4792 23.4791 19.2352 23.4791 14C23.4791 8.76484 19.2352 4.52087 14 4.52087C8.76478 4.52087 4.52081 8.76484 4.52081 14C4.52081 19.2352 8.76478 23.4792 14 23.4792Z' fill='url(%23paint1_linear_301_262)'/%3E%3C/g%3E%3Cpath d='M18.9004 12.3698C19.1763 12.3698 19.3999 12.5934 19.3999 12.8693V14.138C19.3999 14.3202 19.3276 14.4949 19.1988 14.6237L19.1427 14.6797L14.5332 19.2893C14.4044 19.4181 14.2297 19.4904 14.0475 19.4904H10.7867H8.49955C8.22366 19.4904 8 19.2668 8 18.9909V13.2909C8 13.1087 8.07237 12.934 8.20118 12.8052L10.7867 10.2197L12.8052 8.20118C12.934 8.07237 13.1087 8 13.2909 8H16.1137C16.3896 8 16.6132 8.22366 16.6132 8.49955V10.2871C16.6132 10.563 16.3896 10.7867 16.1137 10.7867H11.2862C11.0104 10.7867 10.7867 11.0104 10.7867 11.2862V16.2041C10.7867 16.48 11.0104 16.7036 11.2862 16.7036H16.1137C16.3896 16.7036 16.6132 16.48 16.6132 16.2041V15.6561C16.6132 15.3802 16.3896 15.1566 16.1137 15.1566H12.8088C12.5329 15.1566 12.3092 14.9329 12.3092 14.657V12.8693C12.3092 12.5934 12.5329 12.3698 12.8088 12.3698H18.9004Z' fill='%23B8712F'/%3E%3Cpath d='M18.5472 16.2771C18.8619 15.9624 19.4 16.1853 19.4 16.6303V18.9519C19.4 19.2278 19.1763 19.4515 18.9004 19.4515H17.1128C16.8369 19.4515 16.6133 19.2278 16.6133 18.9519V18.4956C16.6133 18.3135 16.6856 18.1388 16.8144 18.0099L17.6716 17.1527L18.5472 16.2771Z' fill='%23B8712F'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_301_262' x1='5.61456' y1='2.33337' x2='22.75' y2='24.2084' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23FBF275'/%3E%3Cstop offset='1' stop-color='%23D09E2B'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint1_linear_301_262' x1='19.4166' y1='25.1719' x2='9.59894' y2='0.796916' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23F1D964'/%3E%3Cstop offset='1' stop-color='%23DD7541'/%3E%3C/linearGradient%3E%3CclipPath id='clip0_301_262'%3E%3Crect width='28' height='28' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}

/*-----3. Gift-----*/
.gift__box{
    height: 57px;
    padding: 0 19px;
    overflow: hidden;
    position: relative;
    cursor: pointer;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='350' height='57' viewBox='0 0 350 57' fill='none'%3E%3Crect width='350' height='57' rx='12' fill='%231F1F1E'/%3E%3Crect width='350' height='57' rx='12' fill='url(%23paint0_radial_2001_170)' fill-opacity='0.2'/%3E%3Cg opacity='0.4'%3E%3Cg opacity='0.2'%3E%3Ccircle cx='175.5' cy='28.5' r='75.3889' fill='white' fill-opacity='0.07'/%3E%3Ccircle cx='175.5' cy='28.5' r='75.3889' fill='white' fill-opacity='0.07'/%3E%3C/g%3E%3Cg opacity='0.2'%3E%3Ccircle cx='175.5' cy='28.5' r='111.167' fill='white' fill-opacity='0.07'/%3E%3Ccircle cx='175.5' cy='28.5' r='111.167' fill='white' fill-opacity='0.07'/%3E%3C/g%3E%3Cg opacity='0.2'%3E%3Ccircle cx='175.5' cy='28.5' r='149.5' fill='white' fill-opacity='0.07'/%3E%3Ccircle cx='175.5' cy='28.5' r='149.5' fill='white' fill-opacity='0.07'/%3E%3C/g%3E%3C/g%3E%3Cdefs%3E%3CradialGradient id='paint0_radial_2001_170' cx='0' cy='0' r='1' gradientUnits='userSpaceOnUse' gradientTransform='translate(175 2.5) rotate(-90) scale(27 130.039)'%3E%3Cstop offset='0.05' stop-color='%23DD53FF'/%3E%3Cstop offset='1' stop-color='%231F1F1E'/%3E%3C/radialGradient%3E%3C/defs%3E%3C/svg%3E");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
    transition: 0.3s;
}
.gift__img{
    position: absolute;
    right: -19px;
    top: -27px;
    transition: 0.3s;
}
.gift__box.claimed{
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='350' height='57' viewBox='0 0 350 57' fill='none'%3E%3Crect width='350' height='57' rx='12' fill='%231F1F1E'/%3E%3Crect width='350' height='57' rx='12' fill='url(%23paint0_radial_394_1119)' fill-opacity='0.2'/%3E%3Cdefs%3E%3CradialGradient id='paint0_radial_394_1119' cx='0' cy='0' r='1' gradientUnits='userSpaceOnUse' gradientTransform='translate(175 39.5) rotate(-90) scale(64 308.24)'%3E%3Cstop offset='0.36' stop-color='%23DD53FF'/%3E%3Cstop offset='1' stop-color='%231F1F1E'/%3E%3C/radialGradient%3E%3C/defs%3E%3C/svg%3E");
}
.gift__box.claimed .gift__img{
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    height: 79px;
    width: 79px;
}
.gift__text{
    font-size: 15px;
    background: -webkit-linear-gradient(0deg,#885BFF, #FFFF50);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: Formular;
    transition: 0.3s;
}
.gift__box:active .gift__text{
    background: linear-gradient(90deg, #885BFF 76.55%, #FFFF50 153.54%);
    -webkit-background-clip: text;
}
.gift__text span{
    margin-left: 5px;
}
.gift__points{
    align-items: center;
    font-size: 12px;
    height: 20px;
    opacity: 1;
    transition: 0.3s;
}
.gift__box:not(.claimed) .gift__points{
    opacity: 0;
    height: 0;
}

/*-----4. Invite-----*/
.invite__box{
    padding: 15px 13px 0;
    cursor: pointer;
}
.invite .grid-item-2{
    background-color: #282828;
    padding: 19px 13px 13px;
    border-radius: 7px;
}
.invite__points{
    margin-bottom: 5px;
    font-size: 20px;
    line-height: 25.6px;
    letter-spacing: -0.08em;
}
.invited-item:after{
    content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M2.5 17.0032C2.5 17.003 2.50001 17.0028 2.50001 17.0026C2.50009 16.9999 2.50031 16.9937 2.50086 16.9842C2.50197 16.9652 2.50443 16.9332 2.50981 16.8901C2.5206 16.8039 2.54301 16.674 2.58938 16.515C2.68192 16.1977 2.86943 15.7657 3.25129 15.3293C4.00351 14.4696 5.59572 13.5 9 13.5C12.4043 13.5 13.9965 14.4696 14.7487 15.3293C15.1306 15.7657 15.3181 16.1977 15.4106 16.515C15.457 16.674 15.4794 16.8039 15.4902 16.8901C15.4956 16.9332 15.498 16.9652 15.4991 16.9842C15.4997 16.9937 15.4999 16.9999 15.5 17.0026L15.5 17.0032V18.5H2.5V17.0032ZM15.5 17.0041L15.5 17.0039L15.5 17.0041ZM21.5 17.0032V18.5H18.5V17V16.9903L18.4996 16.9805C18.4665 16.1308 18.2475 15.2986 17.8582 14.5426C17.6974 14.2303 17.5091 13.9342 17.2961 13.6575C19.2882 14.0052 20.3151 14.775 20.851 15.4497C21.1809 15.8651 21.3431 16.2666 21.423 16.559C21.4631 16.7053 21.4824 16.8239 21.4916 16.9021C21.4963 16.9411 21.4984 16.9699 21.4993 16.9868L21.5 17.003C21.5 17.0031 21.5 17.0031 21.5 17.0032ZM14.9977 4.50001H15C15.7956 4.50001 16.5587 4.81608 17.1213 5.37869C17.6839 5.9413 18 6.70436 18 7.50001C18 8.29566 17.6839 9.05872 17.1213 9.62133C16.5587 10.1839 15.7956 10.5 15 10.5L14.9977 10.5C14.5739 10.502 14.1569 10.4111 13.7752 10.236C14.2512 9.40604 14.5041 8.46315 14.5041 7.50001C14.5041 6.53686 14.2512 5.59397 13.7752 4.76398C14.1569 4.58893 14.5739 4.49803 14.9977 4.50001ZM11.4944 5.8333C11.8241 6.32664 12 6.90666 12 7.50001C12 8.29566 11.6839 9.05872 11.1213 9.62133C10.5587 10.1839 9.79565 10.5 9 10.5C8.40666 10.5 7.82664 10.3241 7.33329 9.99442C6.83994 9.66477 6.45542 9.19623 6.22836 8.64806C6.0013 8.09988 5.94189 7.49668 6.05764 6.91474C6.1734 6.33279 6.45912 5.79824 6.87868 5.37869C7.29824 4.95913 7.83279 4.67341 8.41473 4.55765C8.99667 4.44189 9.59987 4.5013 10.1481 4.72837C10.6962 4.95543 11.1648 5.33995 11.4944 5.8333Z' fill='%2308B56C' stroke='url(%23paint0_linear_266_1363)'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_266_1363' x1='12' y1='3.99997' x2='12' y2='19' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%236CD6A9'/%3E%3Cstop offset='1' stop-color='%2379BDA0' stop-opacity='0.19'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E");
    margin-left: 5px;
    padding-top: 4px;
}
.invite__points.points:after{
    content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='none'%3E%3Cg clip-path='url(%23clip0_394_3390)'%3E%3Cpath d='M10 18.3333C14.6024 18.3333 18.3333 14.6023 18.3333 9.99996C18.3333 5.39759 14.6024 1.66663 10 1.66663C5.39762 1.66663 1.66666 5.39759 1.66666 9.99996C1.66666 14.6023 5.39762 18.3333 10 18.3333Z' fill='url(%23paint0_linear_394_3390)'/%3E%3Cpath d='M10 16.7708C13.7394 16.7708 16.7708 13.7394 16.7708 9.99996C16.7708 6.26053 13.7394 3.22913 10 3.22913C6.26057 3.22913 3.22916 6.26053 3.22916 9.99996C3.22916 13.7394 6.26057 16.7708 10 16.7708Z' fill='url(%23paint1_linear_394_3390)'/%3E%3C/g%3E%3Cpath d='M13.3576 8.83548C13.6334 8.83548 13.8571 9.05914 13.8571 9.33503V10.0419C13.8571 10.2083 13.791 10.3678 13.6734 10.4855L10.4383 13.7205C10.3095 13.8493 10.1348 13.9217 9.95263 13.9217H7.70478H6.21384C5.93794 13.9217 5.71429 13.698 5.71429 13.4221V9.57472C5.71429 9.39255 5.78665 9.21784 5.91547 9.08903L7.70478 7.29971L9.08908 5.91542C9.21789 5.7866 9.39261 5.71423 9.57478 5.71423H11.3671C11.6429 5.71423 11.8666 5.93789 11.8666 6.21378V7.20518C11.8666 7.48107 11.6429 7.70473 11.3671 7.70473H8.20434C7.92844 7.70473 7.70478 7.92839 7.70478 8.20428V11.4316C7.70478 11.7075 7.92844 11.9311 8.20434 11.9311H11.3671C11.6429 11.9311 11.8666 11.7075 11.8666 11.4316V11.3256C11.8666 11.0497 11.6429 10.8261 11.3671 10.8261H9.29186C9.01597 10.8261 8.79231 10.6024 8.79231 10.3265V9.33504C8.79231 9.05914 9.01597 8.83548 9.29186 8.83548H13.3576Z' fill='%23B8712F'/%3E%3Cpath d='M13.0043 11.8701C13.319 11.5554 13.8571 11.7783 13.8571 12.2234V13.3943C13.8571 13.6702 13.6335 13.8939 13.3576 13.8939H12.3662C12.0903 13.8939 11.8666 13.6702 11.8666 13.3943V13.2924C11.8666 13.1102 11.939 12.9355 12.0678 12.8067L12.6225 12.2519L13.0043 11.8701Z' fill='%23B8712F'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_394_3390' x1='4.01041' y1='1.66663' x2='16.25' y2='17.2916' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23FBF275'/%3E%3Cstop offset='1' stop-color='%23D09E2B'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint1_linear_394_3390' x1='13.869' y1='17.9799' x2='6.8564' y2='0.569156' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23F1D964'/%3E%3Cstop offset='1' stop-color='%23DD7541'/%3E%3C/linearGradient%3E%3CclipPath id='clip0_394_3390'%3E%3Crect width='20' height='20' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
.invite__text{
    font-size: 12px;
    line-height: 16px;
}
.inviti__button{
    padding: 8px 0;
    cursor: pointer;
}
.inviti__button:after{
    content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='7' height='11' viewBox='0 0 7 11' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M5.8925 5.8925L1.17833 10.6067L0 9.42833L4.125 5.30333L0 1.17833L1.17833 0L5.8925 4.71417C6.04873 4.87044 6.13649 5.08236 6.13649 5.30333C6.13649 5.5243 6.04873 5.73623 5.8925 5.8925Z' fill='%23D8ED24'/%3E%3C/svg%3E");
    padding-top: 2px;
    margin-left: 5px;
}
.invite__popup{
    padding: 44px 16px 22px 16px;
}
.invite__popup .h3{
    margin-bottom: 32px;
}
.user-table{
    background: linear-gradient(0deg, #131312, #131312),
    linear-gradient(0deg, rgba(28, 27, 27, 0.2), rgba(28, 27, 27, 0.2));
    border-radius: 24px;   
    margin-top: 14px; 
    padding: 8px 4px;
    overflow: auto;
    max-height: calc(100vh - 470px);
}
.user-item:not(:last-child){
    border-bottom: 1px solid #ffffff0d
}
.user-item{
    padding: 8px 16px 8px 8px;
}
.user-item__left{
    margin: 8px;
}
.user-item__name{
    opacity: 1;
    font-weight: 600;
    margin: 0 0 2px;
}
.user-item__reward{
    font-size: 10px;
    line-height: 11.92px;
    color: #D8ED24;
    text-transform: uppercase;
}
.user-item__points .invite__points{
    font-size: 16px;
    line-height: 20px;
    margin: 0;
}
.user-item__points .grid-center{
    justify-content: flex-end;
}
.invite___button{
    margin: 16px 0 0;
    width: 100%;
}
.friend__popup h2{
    margin-bottom: 20px;
}
.popup_close.popup_close__text{
    position: static;
    margin-top: 23px;
}
.button-copy{
    background-color: #fff;
}


/*-----5. Subscription-----*/
.subscription__item{
    border-radius: 12px;
    padding: 10px;
    background-color: #35302466;
    cursor: pointer;
}
.subscription__item:first-child{
    background-color: #24243566;
}
.subscription__item:last-child{
    background-color: #22342766;
}
.subscription__text{
    margin: 4px 0;
    text-transform: uppercase;
    font-size: 10px;
    line-height: 12.8px;
    letter-spacing: -0.05em;
    height: 26px;
}
.popup_close{
    position: absolute;
    right: 14px;
    top: 14px;
    cursor: pointer;
    z-index: 2;
}
.subscription__popup img{
    max-width: 100%;
    height: auto;
}
.subscription__popup h2{
    margin-top: 24px;
}
.subscription__popup-text{
    font-size: 12px;
    text-transform: uppercase;
    margin-bottom: 8px;
}
.subscription__item.check .subscription__item-card-points, .subscription__item.done .subscription__item-card-points, .subscription__item:not(.check) .subscription__item-card-check, .subscription__item:not(.done) .subscription__item-card-done{
    display: none;
}
.subscription__item.done .subscription__text, .subscription__item.done .subscription__img{
    opacity: 0.2;
}
.subscription__item.done .subscription__item-card, .subscription__item.check .subscription__item-card{
    pointer-events: none;
}
.subscription__item.done .box__points{
    background-color:#08B56C;
}
/*-----6. Start quest-----*/
.start-quest__box{
    padding: 8px 8px 16px 16px;
    border-radius: 12px;
    border: 1px solid #FFFFFF26;
    position:  relative;
    overflow: hidden;
    background-image: url(../img/quest.png);
    background-repeat: no-repeat;
    background-position: right bottom;
    height: 120px;
}
.start-quest__box.done .box__points{
    opacity: 0;
}
.start-quest__box .start-quest__content h2:after{
    content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='none'%3E%3Ccircle cx='10' cy='10' r='6' fill='white'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M3.213 5.79995C3.228 6.55895 2.815 7.58495 2.278 8.12095C1.77971 8.61972 1.49981 9.29592 1.49981 10.0009C1.49981 10.706 1.77971 11.3822 2.278 11.8809C2.808 12.4089 3.198 13.3249 3.213 14.0729C3.227 14.7349 3.486 15.3929 3.991 15.8969C4.45692 16.3638 5.08019 16.6402 5.739 16.6719C6.53 16.7119 7.566 17.1719 8.126 17.7319C8.62473 18.2299 9.30071 18.5096 10.0055 18.5096C10.7103 18.5096 11.3863 18.2299 11.885 17.7319C12.445 17.1719 13.481 16.7119 14.272 16.6719C14.9308 16.6402 15.5541 16.3638 16.02 15.8969C16.5057 15.4119 16.7843 14.7573 16.797 14.0709C16.812 13.3249 17.197 12.4149 17.726 11.8869C18.2262 11.3883 18.5078 10.7115 18.509 10.0052C18.5101 9.29893 18.2306 8.62115 17.732 8.12095C17.196 7.58595 16.782 6.55895 16.798 5.80095C16.8055 5.44306 16.7405 5.08736 16.6068 4.75531C16.473 4.42326 16.2734 4.12174 16.02 3.86895C15.7573 3.60559 15.4422 3.40048 15.095 3.26695C14.7478 3.13342 14.3764 3.07448 14.005 3.09395C13.291 3.12995 12.39 2.78395 11.885 2.27795C11.3862 1.77965 10.71 1.49976 10.005 1.49976C9.29997 1.49976 8.62378 1.77965 8.125 2.27795C7.621 2.78295 6.719 3.12995 6.005 3.09395C5.63372 3.07462 5.26252 3.13364 4.91554 3.26716C4.56856 3.40068 4.25355 3.60572 3.991 3.86895C3.73768 4.12162 3.53815 4.42298 3.40444 4.75485C3.27073 5.08672 3.20561 5.44223 3.213 5.79995ZM13.041 6.62595C13.1559 6.68968 13.257 6.77542 13.3388 6.87827C13.4205 6.98112 13.4811 7.09906 13.5173 7.22536C13.5534 7.35165 13.5643 7.48383 13.5493 7.61433C13.5343 7.74484 13.4938 7.87111 13.43 7.98595L10.662 12.9679C10.5903 13.1036 10.4883 13.221 10.364 13.3109C10.1833 13.4417 9.96412 13.5083 9.74126 13.5001C9.51839 13.4919 9.30465 13.4095 9.134 13.2659L6.375 11.0589C6.27244 10.9769 6.18705 10.8754 6.1237 10.7603C6.06036 10.6452 6.0203 10.5188 6.00581 10.3883C5.99132 10.2577 6.00269 10.1256 6.03927 9.9994C6.07585 9.87323 6.13693 9.75551 6.219 9.65295C6.30108 9.55039 6.40255 9.46499 6.51763 9.40165C6.63271 9.3383 6.75913 9.29824 6.88969 9.28376C7.02025 9.26927 7.15239 9.28064 7.27855 9.31722C7.40471 9.3538 7.52244 9.41487 7.625 9.49695L9.478 10.9799L11.681 7.01395C11.7448 6.89917 11.8306 6.79809 11.9335 6.71647C12.0364 6.63485 12.1544 6.5743 12.2806 6.53827C12.4069 6.50224 12.5391 6.49144 12.6695 6.50648C12.8 6.52153 12.9262 6.56212 13.041 6.62595Z' fill='%2308B56C'/%3E%3C/svg%3E");
    margin-left: 8px;
    padding-top: 2px;
    opacity: 0;
    transition: 0.3s;
}
.start-quest__box.done h2:after{
    opacity: 1;
}
.start-quest__background{
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-position: -20px -10px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='694' height='605' viewBox='0 0 694 605' fill='none'%3E%3Cg opacity='0.1'%3E%3Cpath d='M-317.612 1.42859L-277.176 15.6945L-236.74 1.42859L-196.304 15.6945L-155.867 1.42859L-115.431 15.6945L-74.9992 1.42859L-34.5629 15.6945L5.87329 1.42859L46.3095 15.6945L86.7457 1.42859L127.182 15.6945L167.618 1.42859L208.059 15.6945' stroke='%23A0A3BD' stroke-miterlimit='10'/%3E%3Cpath d='M-317.612 230.023L-277.176 244.289L-236.74 230.023L-196.304 244.289L-155.867 230.023L-115.431 244.289L-74.9992 230.023L-34.5629 244.289L5.87329 230.023L46.3095 244.289L86.7457 230.023L127.182 244.289L167.618 230.023L208.059 244.289' stroke='%23A0A3BD' stroke-miterlimit='10'/%3E%3Cpath d='M-317.612 458.617L-277.176 472.883L-236.74 458.617L-196.304 472.883L-155.867 458.617L-115.431 472.883L-74.9992 458.617L-34.5629 472.883L5.87329 458.617L46.3095 472.883L86.7457 458.617L127.182 472.883L167.618 458.617L208.059 472.883' stroke='%23A0A3BD' stroke-miterlimit='10'/%3E%3Cpath d='M-317.612 115.726L-277.176 129.991L-236.74 115.726L-196.304 129.991L-155.867 115.726L-115.431 129.991L-74.9992 115.726L-34.5629 129.991L5.87329 115.726L46.3095 129.991L86.7457 115.726L127.182 129.991L167.618 115.726L208.059 129.991' stroke='%23A0A3BD' stroke-miterlimit='10'/%3E%3Cpath d='M-317.612 344.32L-277.176 358.586L-236.74 344.32L-196.304 358.586L-155.867 344.32L-115.431 358.586L-74.9992 344.32L-34.5629 358.586L5.87329 344.32L46.3095 358.586L86.7457 344.32L127.182 358.586L167.618 344.32L208.059 358.586' stroke='%23A0A3BD' stroke-miterlimit='10'/%3E%3Cpath d='M-317.612 572.914L-277.176 587.18L-236.74 572.914L-196.304 587.18L-155.867 572.914L-115.431 587.18L-74.9992 572.914L-34.5629 587.18L5.87329 572.914L46.3095 587.18L86.7457 572.914L127.182 587.18L167.618 572.914L208.059 587.18' stroke='%23A0A3BD' stroke-miterlimit='10'/%3E%3Cpath d='M-317.612 58.5771L-277.176 72.843L-236.74 58.5771L-196.304 72.843L-155.867 58.5771L-115.431 72.843L-74.9992 58.5771L-34.5629 72.843L5.87329 58.5771L46.3095 72.843L86.7457 58.5771L127.182 72.843L167.618 58.5771L208.059 72.843' stroke='%23A0A3BD' stroke-miterlimit='10'/%3E%3Cpath d='M-317.612 287.171L-277.176 301.437L-236.74 287.171L-196.304 301.437L-155.867 287.171L-115.431 301.437L-74.9992 287.171L-34.5629 301.437L5.87329 287.171L46.3095 301.437L86.7457 287.171L127.182 301.437L167.618 287.171L208.059 301.437' stroke='%23A0A3BD' stroke-miterlimit='10'/%3E%3Cpath d='M-317.612 515.765L-277.176 530.031L-236.74 515.765L-196.304 530.031L-155.867 515.765L-115.431 530.031L-74.9992 515.765L-34.5629 530.031L5.87329 515.765L46.3095 530.031L86.7457 515.765L127.182 530.031L167.618 515.765L208.059 530.031' stroke='%23A0A3BD' stroke-miterlimit='10'/%3E%3Cpath d='M-317.612 172.874L-277.176 187.14L-236.74 172.874L-196.304 187.14L-155.867 172.874L-115.431 187.14L-74.9992 172.874L-34.5629 187.14L5.87329 172.874L46.3095 187.14L86.7457 172.874L127.182 187.14L167.618 172.874L208.059 187.14' stroke='%23A0A3BD' stroke-miterlimit='10'/%3E%3Cpath d='M-317.612 401.468L-277.176 415.734L-236.74 401.468L-196.304 415.734L-155.867 401.468L-115.431 415.734L-74.9992 401.468L-34.5629 415.734L5.87329 401.468L46.3095 415.734L86.7457 401.468L127.182 415.734L167.618 401.468L208.059 415.734' stroke='%23A0A3BD' stroke-miterlimit='10'/%3E%3Cpath d='M-317.612 29.9604L-277.176 44.2264L-236.74 29.9604L-196.304 44.2264L-155.867 29.9604L-115.431 44.2264L-74.9992 29.9604L-34.5629 44.2264L5.87329 29.9604L46.3095 44.2264L86.7457 29.9604L127.182 44.2264L167.618 29.9604L208.059 44.2264' stroke='%23A0A3BD' stroke-miterlimit='10'/%3E%3Cpath d='M-317.612 258.554L-277.176 272.82L-236.74 258.554L-196.304 272.82L-155.867 258.554L-115.431 272.82L-74.9992 258.554L-34.5629 272.82L5.87329 258.554L46.3095 272.82L86.7457 258.554L127.182 272.82L167.618 258.554L208.059 272.82' stroke='%23A0A3BD' stroke-miterlimit='10'/%3E%3Cpath d='M-317.612 487.148L-277.176 501.414L-236.74 487.148L-196.304 501.414L-155.867 487.148L-115.431 501.414L-74.9992 487.148L-34.5629 501.414L5.87329 487.148L46.3095 501.414L86.7457 487.148L127.182 501.414L167.618 487.148L208.059 501.414' stroke='%23A0A3BD' stroke-miterlimit='10'/%3E%3Cpath d='M-317.612 144.257L-277.176 158.523L-236.74 144.257L-196.304 158.523L-155.867 144.257L-115.431 158.523L-74.9992 144.257L-34.5629 158.523L5.87329 144.257L46.3095 158.523L86.7457 144.257L127.182 158.523L167.618 144.257L208.059 158.523' stroke='%23A0A3BD' stroke-miterlimit='10'/%3E%3Cpath d='M-317.612 372.852L-277.176 387.117L-236.74 372.852L-196.304 387.117L-155.867 372.852L-115.431 387.117L-74.9992 372.852L-34.5629 387.117L5.87329 372.852L46.3095 387.117L86.7457 372.852L127.182 387.117L167.618 372.852L208.059 387.117' stroke='%23A0A3BD' stroke-miterlimit='10'/%3E%3Cpath d='M-317.612 601.446L-277.176 615.711L-236.74 601.446L-196.304 615.711L-155.867 601.446L-115.431 615.711L-74.9992 601.446L-34.5629 615.711L5.87329 601.446L46.3095 615.711L86.7457 601.446L127.182 615.711L167.618 601.446L208.059 615.711' stroke='%23A0A3BD' stroke-miterlimit='10'/%3E%3Cpath d='M-317.612 87.1089L-277.176 101.375L-236.74 87.1089L-196.304 101.375L-155.867 87.1089L-115.431 101.375L-74.9992 87.1089L-34.5629 101.375L5.87329 87.1089L46.3095 101.375L86.7457 87.1089L127.182 101.375L167.618 87.1089L208.059 101.375' stroke='%23A0A3BD' stroke-miterlimit='10'/%3E%3Cpath d='M-317.612 315.703L-277.176 329.969L-236.74 315.703L-196.304 329.969L-155.867 315.703L-115.431 329.969L-74.9992 315.703L-34.5629 329.969L5.87329 315.703L46.3095 329.969L86.7457 315.703L127.182 329.969L167.618 315.703L208.059 329.969' stroke='%23A0A3BD' stroke-miterlimit='10'/%3E%3Cpath d='M-317.612 544.297L-277.176 558.563L-236.74 544.297L-196.304 558.563L-155.867 544.297L-115.431 558.563L-74.9992 544.297L-34.5629 558.563L5.87329 544.297L46.3095 558.563L86.7457 544.297L127.182 558.563L167.618 544.297L208.059 558.563' stroke='%23A0A3BD' stroke-miterlimit='10'/%3E%3Cpath d='M-317.612 201.406L-277.176 215.672L-236.74 201.406L-196.304 215.672L-155.867 201.406L-115.431 215.672L-74.9992 201.406L-34.5629 215.672L5.87329 201.406L46.3095 215.672L86.7457 201.406L127.182 215.672L167.618 201.406L208.059 215.672' stroke='%23A0A3BD' stroke-miterlimit='10'/%3E%3Cpath d='M-317.612 430L-277.176 444.266L-236.74 430L-196.304 444.266L-155.867 430L-115.431 444.266L-74.9992 430L-34.5629 444.266L5.87329 430L46.3095 444.266L86.7457 430L127.182 444.266L167.618 430L208.059 444.266' stroke='%23A0A3BD' stroke-miterlimit='10'/%3E%3Cpath d='M207.958 15.6945L248.394 1.42859L288.83 15.6945L329.266 1.42859L369.702 15.6945L410.134 1.42859L450.571 15.6945L491.007 1.42859L531.443 15.6945L571.879 1.42859L612.316 15.6945L652.752 1.42859L693.192 15.6945' stroke='%23A0A3BD' stroke-miterlimit='10'/%3E%3Cpath d='M207.958 244.289L248.394 230.023L288.83 244.289L329.266 230.023L369.702 244.289L410.134 230.023L450.571 244.289L491.007 230.023L531.443 244.289L571.879 230.023L612.316 244.289L652.752 230.023L693.192 244.289' stroke='%23A0A3BD' stroke-miterlimit='10'/%3E%3Cpath d='M207.958 472.883L248.394 458.617L288.83 472.883L329.266 458.617L369.702 472.883L410.134 458.617L450.571 472.883L491.007 458.617L531.443 472.883L571.879 458.617L612.316 472.883L652.752 458.617L693.192 472.883' stroke='%23A0A3BD' stroke-miterlimit='10'/%3E%3Cpath d='M207.958 129.991L248.394 115.726L288.83 129.991L329.266 115.726L369.702 129.991L410.134 115.726L450.571 129.991L491.007 115.726L531.443 129.991L571.879 115.726L612.316 129.991L652.752 115.726L693.192 129.991' stroke='%23A0A3BD' stroke-miterlimit='10'/%3E%3Cpath d='M207.958 358.586L248.394 344.32L288.83 358.586L329.266 344.32L369.702 358.586L410.134 344.32L450.571 358.586L491.007 344.32L531.443 358.586L571.879 344.32L612.316 358.586L652.752 344.32L693.192 358.586' stroke='%23A0A3BD' stroke-miterlimit='10'/%3E%3Cpath d='M207.958 587.18L248.394 572.914L288.83 587.18L329.266 572.914L369.702 587.18L410.134 572.914L450.571 587.18L491.007 572.914L531.443 587.18L571.879 572.914L612.316 587.18L652.752 572.914L693.192 587.18' stroke='%23A0A3BD' stroke-miterlimit='10'/%3E%3Cpath d='M207.958 72.843L248.394 58.5771L288.83 72.843L329.266 58.5771L369.702 72.843L410.134 58.5771L450.571 72.843L491.007 58.5771L531.443 72.843L571.879 58.5771L612.316 72.843L652.752 58.5771L693.192 72.843' stroke='%23A0A3BD' stroke-miterlimit='10'/%3E%3Cpath d='M207.958 301.437L248.394 287.171L288.83 301.437L329.266 287.171L369.702 301.437L410.134 287.171L450.571 301.437L491.007 287.171L531.443 301.437L571.879 287.171L612.316 301.437L652.752 287.171L693.192 301.437' stroke='%23A0A3BD' stroke-miterlimit='10'/%3E%3Cpath d='M207.958 530.031L248.394 515.765L288.83 530.031L329.266 515.765L369.702 530.031L410.134 515.765L450.571 530.031L491.007 515.765L531.443 530.031L571.879 515.765L612.316 530.031L652.752 515.765L693.192 530.031' stroke='%23A0A3BD' stroke-miterlimit='10'/%3E%3Cpath d='M207.958 187.14L248.394 172.874L288.83 187.14L329.266 172.874L369.702 187.14L410.134 172.874L450.571 187.14L491.007 172.874L531.443 187.14L571.879 172.874L612.316 187.14L652.752 172.874L693.192 187.14' stroke='%23A0A3BD' stroke-miterlimit='10'/%3E%3Cpath d='M207.958 415.734L248.394 401.468L288.83 415.734L329.266 401.468L369.702 415.734L410.134 401.468L450.571 415.734L491.007 401.468L531.443 415.734L571.879 401.468L612.316 415.734L652.752 401.468L693.192 415.734' stroke='%23A0A3BD' stroke-miterlimit='10'/%3E%3Cpath d='M208.059 44.2264L248.495 29.9604L288.931 44.2264L329.367 29.9604L369.804 44.2264L410.236 29.9604L450.672 44.2264L491.108 29.9604L531.544 44.2264L571.98 29.9604L612.417 44.2264L652.853 29.9604L693.293 44.2264' stroke='%23A0A3BD' stroke-miterlimit='10'/%3E%3Cpath d='M208.059 272.82L248.495 258.554L288.931 272.82L329.367 258.554L369.804 272.82L410.236 258.554L450.672 272.82L491.108 258.554L531.544 272.82L571.98 258.554L612.417 272.82L652.853 258.554L693.293 272.82' stroke='%23A0A3BD' stroke-miterlimit='10'/%3E%3Cpath d='M208.059 501.414L248.495 487.148L288.931 501.414L329.367 487.148L369.804 501.414L410.236 487.148L450.672 501.414L491.108 487.148L531.544 501.414L571.98 487.148L612.417 501.414L652.853 487.148L693.293 501.414' stroke='%23A0A3BD' stroke-miterlimit='10'/%3E%3Cpath d='M208.059 158.523L248.495 144.257L288.931 158.523L329.367 144.257L369.804 158.523L410.236 144.257L450.672 158.523L491.108 144.257L531.544 158.523L571.98 144.257L612.417 158.523L652.853 144.257L693.293 158.523' stroke='%23A0A3BD' stroke-miterlimit='10'/%3E%3Cpath d='M208.059 387.117L248.495 372.852L288.931 387.117L329.367 372.852L369.804 387.117L410.236 372.852L450.672 387.117L491.108 372.852L531.544 387.117L571.98 372.852L612.417 387.117L652.853 372.852L693.293 387.117' stroke='%23A0A3BD' stroke-miterlimit='10'/%3E%3Cpath d='M208.059 615.711L248.495 601.446L288.931 615.711L329.367 601.446L369.804 615.711L410.236 601.446L450.672 615.711L491.108 601.446L531.544 615.711L571.98 601.446L612.417 615.711L652.853 601.446L693.293 615.711' stroke='%23A0A3BD' stroke-miterlimit='10'/%3E%3Cpath d='M208.059 101.375L248.495 87.1089L288.931 101.375L329.367 87.1089L369.804 101.375L410.236 87.1089L450.672 101.375L491.108 87.1089L531.544 101.375L571.98 87.1089L612.417 101.375L652.853 87.1089L693.293 101.375' stroke='%23A0A3BD' stroke-miterlimit='10'/%3E%3Cpath d='M208.059 329.969L248.495 315.703L288.931 329.969L329.367 315.703L369.804 329.969L410.236 315.703L450.672 329.969L491.108 315.703L531.544 329.969L571.98 315.703L612.417 329.969L652.853 315.703L693.293 329.969' stroke='%23A0A3BD' stroke-miterlimit='10'/%3E%3Cpath d='M208.059 558.563L248.495 544.297L288.931 558.563L329.367 544.297L369.804 558.563L410.236 544.297L450.672 558.563L491.108 544.297L531.544 558.563L571.98 544.297L612.417 558.563L652.853 544.297L693.293 558.563' stroke='%23A0A3BD' stroke-miterlimit='10'/%3E%3Cpath d='M208.059 215.672L248.495 201.406L288.931 215.672L329.367 201.406L369.804 215.672L410.236 201.406L450.672 215.672L491.108 201.406L531.544 215.672L571.98 201.406L612.417 215.672L652.853 201.406L693.293 215.672' stroke='%23A0A3BD' stroke-miterlimit='10'/%3E%3Cpath d='M208.059 444.266L248.495 430L288.931 444.266L329.367 430L369.804 444.266L410.236 430L450.672 444.266L491.108 430L531.544 444.266L571.98 430L612.417 444.266L652.853 430L693.293 444.266' stroke='%23A0A3BD' stroke-miterlimit='10'/%3E%3Cpath d='M-317.612 29.9604L-277.176 15.6945L-236.74 29.9604L-196.304 15.6945L-155.867 29.9604L-115.431 15.6945L-74.9992 29.9604L-34.5629 15.6945L5.87329 29.9604L46.3095 15.6945L86.7457 29.9604L127.182 15.6945L167.618 29.9604L208.059 15.6945' stroke='%23A0A3BD' stroke-miterlimit='10'/%3E%3Cpath d='M-317.612 258.554L-277.176 244.289L-236.74 258.554L-196.304 244.289L-155.867 258.554L-115.431 244.289L-74.9992 258.554L-34.5629 244.289L5.87329 258.554L46.3095 244.289L86.7457 258.554L127.182 244.289L167.618 258.554L208.059 244.289' stroke='%23A0A3BD' stroke-miterlimit='10'/%3E%3Cpath d='M-317.612 487.148L-277.176 472.883L-236.74 487.148L-196.304 472.883L-155.867 487.148L-115.431 472.883L-74.9992 487.148L-34.5629 472.883L5.87329 487.148L46.3095 472.883L86.7457 487.148L127.182 472.883L167.618 487.148L208.059 472.883' stroke='%23A0A3BD' stroke-miterlimit='10'/%3E%3Cpath d='M-317.612 144.257L-277.176 129.992L-236.74 144.257L-196.304 129.992L-155.867 144.257L-115.431 129.992L-74.9992 144.257L-34.5629 129.992L5.87329 144.257L46.3095 129.992L86.7457 144.257L127.182 129.992L167.618 144.257L208.059 129.992' stroke='%23A0A3BD' stroke-miterlimit='10'/%3E%3Cpath d='M-317.612 372.852L-277.176 358.586L-236.74 372.852L-196.304 358.586L-155.867 372.852L-115.431 358.586L-74.9992 372.852L-34.5629 358.586L5.87329 372.852L46.3095 358.586L86.7457 372.852L127.182 358.586L167.618 372.852L208.059 358.586' stroke='%23A0A3BD' stroke-miterlimit='10'/%3E%3Cpath d='M-317.612 601.446L-277.176 587.18L-236.74 601.446L-196.304 587.18L-155.867 601.446L-115.431 587.18L-74.9992 601.446L-34.5629 587.18L5.87329 601.446L46.3095 587.18L86.7457 601.446L127.182 587.18L167.618 601.446L208.059 587.18' stroke='%23A0A3BD' stroke-miterlimit='10'/%3E%3Cpath d='M-317.612 87.1089L-277.176 72.843L-236.74 87.1089L-196.304 72.843L-155.867 87.1089L-115.431 72.843L-74.9992 87.1089L-34.5629 72.843L5.87329 87.1089L46.3095 72.843L86.7457 87.1089L127.182 72.843L167.618 87.1089L208.059 72.843' stroke='%23A0A3BD' stroke-miterlimit='10'/%3E%3Cpath d='M-317.612 315.703L-277.176 301.437L-236.74 315.703L-196.304 301.437L-155.867 315.703L-115.431 301.437L-74.9992 315.703L-34.5629 301.437L5.87329 315.703L46.3095 301.437L86.7457 315.703L127.182 301.437L167.618 315.703L208.059 301.437' stroke='%23A0A3BD' stroke-miterlimit='10'/%3E%3Cpath d='M-317.612 544.297L-277.176 530.031L-236.74 544.297L-196.304 530.031L-155.867 544.297L-115.431 530.031L-74.9992 544.297L-34.5629 530.031L5.87329 544.297L46.3095 530.031L86.7457 544.297L127.182 530.031L167.618 544.297L208.059 530.031' stroke='%23A0A3BD' stroke-miterlimit='10'/%3E%3Cpath d='M-317.612 201.406L-277.176 187.14L-236.74 201.406L-196.304 187.14L-155.867 201.406L-115.431 187.14L-74.9992 201.406L-34.5629 187.14L5.87329 201.406L46.3095 187.14L86.7457 201.406L127.182 187.14L167.618 201.406L208.059 187.14' stroke='%23A0A3BD' stroke-miterlimit='10'/%3E%3Cpath d='M-317.612 430L-277.176 415.734L-236.74 430L-196.304 415.734L-155.867 430L-115.431 415.734L-74.9992 430L-34.5629 415.734L5.87329 430L46.3095 415.734L86.7457 430L127.182 415.734L167.618 430L208.059 415.734' stroke='%23A0A3BD' stroke-miterlimit='10'/%3E%3Cpath d='M-317.612 58.4922L-277.176 44.2263L-236.74 58.4922L-196.304 44.2263L-155.867 58.4922L-115.431 44.2263L-74.9992 58.4922L-34.5629 44.2263L5.87329 58.4922L46.3095 44.2263L86.7457 58.4922L127.182 44.2263L167.618 58.4922L208.059 44.2263' stroke='%23A0A3BD' stroke-miterlimit='10'/%3E%3Cpath d='M-317.612 287.086L-277.176 272.82L-236.74 287.086L-196.304 272.82L-155.867 287.086L-115.431 272.82L-74.9992 287.086L-34.5629 272.82L5.87329 287.086L46.3095 272.82L86.7457 287.086L127.182 272.82L167.618 287.086L208.059 272.82' stroke='%23A0A3BD' stroke-miterlimit='10'/%3E%3Cpath d='M-317.612 515.68L-277.176 501.414L-236.74 515.68L-196.304 501.414L-155.867 515.68L-115.431 501.414L-74.9992 515.68L-34.5629 501.414L5.87329 515.68L46.3095 501.414L86.7457 515.68L127.182 501.414L167.618 515.68L208.059 501.414' stroke='%23A0A3BD' stroke-miterlimit='10'/%3E%3Cpath d='M-317.612 172.789L-277.176 158.523L-236.74 172.789L-196.304 158.523L-155.867 172.789L-115.431 158.523L-74.9992 172.789L-34.5629 158.523L5.87329 172.789L46.3095 158.523L86.7457 172.789L127.182 158.523L167.618 172.789L208.059 158.523' stroke='%23A0A3BD' stroke-miterlimit='10'/%3E%3Cpath d='M-317.612 401.383L-277.176 387.117L-236.74 401.383L-196.304 387.117L-155.867 401.383L-115.431 387.117L-74.9992 401.383L-34.5629 387.117L5.87329 401.383L46.3095 387.117L86.7457 401.383L127.182 387.117L167.618 401.383L208.059 387.117' stroke='%23A0A3BD' stroke-miterlimit='10'/%3E%3Cpath d='M-317.612 115.641L-277.176 101.375L-236.74 115.641L-196.304 101.375L-155.867 115.641L-115.431 101.375L-74.9992 115.641L-34.5629 101.375L5.87329 115.641L46.3095 101.375L86.7457 115.641L127.182 101.375L167.618 115.641L208.059 101.375' stroke='%23A0A3BD' stroke-miterlimit='10'/%3E%3Cpath d='M-317.612 344.235L-277.176 329.969L-236.74 344.235L-196.304 329.969L-155.867 344.235L-115.431 329.969L-74.9992 344.235L-34.5629 329.969L5.87329 344.235L46.3095 329.969L86.7457 344.235L127.182 329.969L167.618 344.235L208.059 329.969' stroke='%23A0A3BD' stroke-miterlimit='10'/%3E%3Cpath d='M-317.612 572.829L-277.176 558.563L-236.74 572.829L-196.304 558.563L-155.867 572.829L-115.431 558.563L-74.9992 572.829L-34.5629 558.563L5.87329 572.829L46.3095 558.563L86.7457 572.829L127.182 558.563L167.618 572.829L208.059 558.563' stroke='%23A0A3BD' stroke-miterlimit='10'/%3E%3Cpath d='M-317.612 229.938L-277.176 215.672L-236.74 229.938L-196.304 215.672L-155.867 229.938L-115.431 215.672L-74.9992 229.938L-34.5629 215.672L5.87329 229.938L46.3095 215.672L86.7457 229.938L127.182 215.672L167.618 229.938L208.059 215.672' stroke='%23A0A3BD' stroke-miterlimit='10'/%3E%3Cpath d='M-317.612 458.532L-277.176 444.266L-236.74 458.532L-196.304 444.266L-155.867 458.532L-115.431 444.266L-74.9992 458.532L-34.5629 444.266L5.87329 458.532L46.3095 444.266L86.7457 458.532L127.182 444.266L167.618 458.532L208.059 444.266' stroke='%23A0A3BD' stroke-miterlimit='10'/%3E%3Cpath d='M207.958 15.6945L248.394 29.9604L288.83 15.6945L329.266 29.9604L369.702 15.6945L410.134 29.9604L450.571 15.6945L491.007 29.9604L531.443 15.6945L571.879 29.9604L612.316 15.6945L652.752 29.9604L693.192 15.6945' stroke='%23A0A3BD' stroke-miterlimit='10'/%3E%3Cpath d='M207.958 244.289L248.394 258.554L288.83 244.289L329.266 258.554L369.702 244.289L410.134 258.554L450.571 244.289L491.007 258.554L531.443 244.289L571.879 258.554L612.316 244.289L652.752 258.554L693.192 244.289' stroke='%23A0A3BD' stroke-miterlimit='10'/%3E%3Cpath d='M207.958 472.883L248.394 487.148L288.83 472.883L329.266 487.148L369.702 472.883L410.134 487.148L450.571 472.883L491.007 487.148L531.443 472.883L571.879 487.148L612.316 472.883L652.752 487.148L693.192 472.883' stroke='%23A0A3BD' stroke-miterlimit='10'/%3E%3Cpath d='M207.958 129.992L248.394 144.257L288.83 129.992L329.266 144.257L369.702 129.992L410.134 144.257L450.571 129.992L491.007 144.257L531.443 129.992L571.879 144.257L612.316 129.992L652.752 144.257L693.192 129.992' stroke='%23A0A3BD' stroke-miterlimit='10'/%3E%3Cpath d='M207.958 358.586L248.394 372.852L288.83 358.586L329.266 372.852L369.702 358.586L410.134 372.852L450.571 358.586L491.007 372.852L531.443 358.586L571.879 372.852L612.316 358.586L652.752 372.852L693.192 358.586' stroke='%23A0A3BD' stroke-miterlimit='10'/%3E%3Cpath d='M207.958 587.18L248.394 601.446L288.83 587.18L329.266 601.446L369.702 587.18L410.134 601.446L450.571 587.18L491.007 601.446L531.443 587.18L571.879 601.446L612.316 587.18L652.752 601.446L693.192 587.18' stroke='%23A0A3BD' stroke-miterlimit='10'/%3E%3Cpath d='M207.958 72.843L248.394 87.1089L288.83 72.843L329.266 87.1089L369.702 72.843L410.134 87.1089L450.571 72.843L491.007 87.1089L531.443 72.843L571.879 87.1089L612.316 72.843L652.752 87.1089L693.192 72.843' stroke='%23A0A3BD' stroke-miterlimit='10'/%3E%3Cpath d='M207.958 301.437L248.394 315.703L288.83 301.437L329.266 315.703L369.702 301.437L410.134 315.703L450.571 301.437L491.007 315.703L531.443 301.437L571.879 315.703L612.316 301.437L652.752 315.703L693.192 301.437' stroke='%23A0A3BD' stroke-miterlimit='10'/%3E%3Cpath d='M207.958 530.031L248.394 544.297L288.83 530.031L329.266 544.297L369.702 530.031L410.134 544.297L450.571 530.031L491.007 544.297L531.443 530.031L571.879 544.297L612.316 530.031L652.752 544.297L693.192 530.031' stroke='%23A0A3BD' stroke-miterlimit='10'/%3E%3Cpath d='M207.958 187.14L248.394 201.406L288.83 187.14L329.266 201.406L369.702 187.14L410.134 201.406L450.571 187.14L491.007 201.406L531.443 187.14L571.879 201.406L612.316 187.14L652.752 201.406L693.192 187.14' stroke='%23A0A3BD' stroke-miterlimit='10'/%3E%3Cpath d='M207.958 415.734L248.394 430L288.83 415.734L329.266 430L369.702 415.734L410.134 430L450.571 415.734L491.007 430L531.443 415.734L571.879 430L612.316 415.734L652.752 430L693.192 415.734' stroke='%23A0A3BD' stroke-miterlimit='10'/%3E%3Cpath d='M208.059 44.2263L248.495 58.4922L288.931 44.2263L329.367 58.4922L369.804 44.2263L410.236 58.4922L450.672 44.2263L491.108 58.4922L531.544 44.2263L571.98 58.4922L612.417 44.2263L652.853 58.4922L693.293 44.2263' stroke='%23A0A3BD' stroke-miterlimit='10'/%3E%3Cpath d='M208.059 272.82L248.495 287.086L288.931 272.82L329.367 287.086L369.804 272.82L410.236 287.086L450.672 272.82L491.108 287.086L531.544 272.82L571.98 287.086L612.417 272.82L652.853 287.086L693.293 272.82' stroke='%23A0A3BD' stroke-miterlimit='10'/%3E%3Cpath d='M208.059 501.414L248.495 515.68L288.931 501.414L329.367 515.68L369.804 501.414L410.236 515.68L450.672 501.414L491.108 515.68L531.544 501.414L571.98 515.68L612.417 501.414L652.853 515.68L693.293 501.414' stroke='%23A0A3BD' stroke-miterlimit='10'/%3E%3Cpath d='M208.059 158.523L248.495 172.789L288.931 158.523L329.367 172.789L369.804 158.523L410.236 172.789L450.672 158.523L491.108 172.789L531.544 158.523L571.98 172.789L612.417 158.523L652.853 172.789L693.293 158.523' stroke='%23A0A3BD' stroke-miterlimit='10'/%3E%3Cpath d='M208.059 387.117L248.495 401.383L288.931 387.117L329.367 401.383L369.804 387.117L410.236 401.383L450.672 387.117L491.108 401.383L531.544 387.117L571.98 401.383L612.417 387.117L652.853 401.383L693.293 387.117' stroke='%23A0A3BD' stroke-miterlimit='10'/%3E%3Cpath d='M208.059 101.375L248.495 115.641L288.931 101.375L329.367 115.641L369.804 101.375L410.236 115.641L450.672 101.375L491.108 115.641L531.544 101.375L571.98 115.641L612.417 101.375L652.853 115.641L693.293 101.375' stroke='%23A0A3BD' stroke-miterlimit='10'/%3E%3Cpath d='M208.059 329.969L248.495 344.235L288.931 329.969L329.367 344.235L369.804 329.969L410.236 344.235L450.672 329.969L491.108 344.235L531.544 329.969L571.98 344.235L612.417 329.969L652.853 344.235L693.293 329.969' stroke='%23A0A3BD' stroke-miterlimit='10'/%3E%3Cpath d='M208.059 558.563L248.495 572.829L288.931 558.563L329.367 572.829L369.804 558.563L410.236 572.829L450.672 558.563L491.108 572.829L531.544 558.563L571.98 572.829L612.417 558.563L652.853 572.829L693.293 558.563' stroke='%23A0A3BD' stroke-miterlimit='10'/%3E%3Cpath d='M208.059 215.672L248.495 229.938L288.931 215.672L329.367 229.938L369.804 215.672L410.236 229.938L450.672 215.672L491.108 229.938L531.544 215.672L571.98 229.938L612.417 215.672L652.853 229.938L693.293 215.672' stroke='%23A0A3BD' stroke-miterlimit='10'/%3E%3Cpath d='M208.059 444.266L248.495 458.532L288.931 444.266L329.367 458.532L369.804 444.266L410.236 458.532L450.672 444.266L491.108 458.532L531.544 444.266L571.98 458.532L612.417 444.266L652.853 458.532L693.293 444.266' stroke='%23A0A3BD' stroke-miterlimit='10'/%3E%3C/g%3E%3C/svg%3E");
}
.start-quest__left{
    flex-direction: column;
    justify-content: space-between;
    height: 97px;
}
.start-quest__content{
    position: relative;
    align-items: flex-end;
}
.start-quest__box.timer{
    display: flex;
    align-items: center;
}
.start-quest h2{
    font-size: 16px;
}
.start-quest button{
    width: 118px;
}
.start-quest__time{
    padding: 2px 4px;
    border-radius: 24px;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: -0.02em;
    background-color: #00000040;  
    backdrop-filter: blur(4px);
}
.start-quest__time:before{
    content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 14 14' fill='none'%3E%3Cpath d='M6.99331 0.333313C3.31331 0.333313 0.333313 3.31998 0.333313 6.99998C0.333313 10.68 3.31331 13.6666 6.99331 13.6666C10.68 13.6666 13.6666 10.68 13.6666 6.99998C13.6666 3.31998 10.68 0.333313 6.99331 0.333313ZM9.19331 10.14L6.33331 7.27331V3.66665H7.66665V6.72665L10.14 9.19998L9.19331 10.14Z' fill='white'/%3E%3C/svg%3E");
    margin-right: 5px;
    padding-top: 4px;
}
.start-quest__timer{
    position: relative;
}
.start-quest__timer-element{
    font-size: 32px;
    font-weight: 600;
    line-height: 20px;
    color: #08B56C;
    margin-top: 16px;
}
@media only screen and (max-height: 690px) {
    .points-balans {
        padding: 20px 0 5px;
    }
}