.icon::before {
    content: '';
    display: inline-block;
    width: 1em;
    height: 1em;
    background-color: currentColor;
    mask-repeat: no-repeat;
    mask-position: center center;
    mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center center;
    -webkit-mask-size: contain;
}

/* TENNIS */
.icon-tenns-student::before {
    mask-image: url('/static/icons/tenns_student.svg');
    -webkit-mask-image: url('/static/icons/tenns_student.svg');
}
.icon-tenns-plan::before {
    mask-image: url('/static/icons/tennis_plan.svg');
    -webkit-mask-image: url('/static/icons/tennis_plan.svg');
}
.icon-tenns-calendar::before {
    mask-image: url('/static/icons/tennis_calendar.svg');
    -webkit-mask-image: url('/static/icons/tennis_calendar.svg');
}
.icon-tenns-config::before {
    mask-image: url('/static/icons/tennis_config.svg');
    -webkit-mask-image: url('/static/icons/tennis_config.svg');
}
.icon-tennis-service::before {
    mask-image: url('/static/icons/tennis_service.svg');
    -webkit-mask-image: url('/static/icons/tennis_service.svg');
}
.icon-tennis-court-green::before {
    mask-image: url('/static/icons/tennis-court-green.svg');
    -webkit-mask-image: url('/static/icons/tennis-court-green.svg');
}
.icon-tennis-player::before {
    mask-image: url('/static/icons/tennis_player.svg');
    -webkit-mask-image: url('/static/icons/tennis_player.svg');
}
.icon-sitting-man::before {
    mask-image: url('/static/icons/sitting-man.svg');
    -webkit-mask-image: url('/static/icons/sitting-man.svg');
}

.icon-tennis-court-left-left::before {
    mask-image: url('/static/icons/tennis_court_left_left.svg');
    -webkit-mask-image: url('/static/icons/tennis_court_left_left.svg');
}
.icon-tennis-court-left-right::before {
    mask-image: url('/static/icons/tennis_court_left_right.svg');
    -webkit-mask-image: url('/static/icons/tennis_court_left_right.svg');
}
.icon-tennis-court-left::before {
    mask-image: url('/static/icons/tennis_court_left.svg');
    -webkit-mask-image: url('/static/icons/tennis_court_left.svg');
}
.icon-tennis-court-right-left::before {
    mask-image: url('/static/icons/tennis_court_right_left.svg');
    -webkit-mask-image: url('/static/icons/tennis_court_right_left.svg');
}
.icon-tennis-court-right-right::before {
    mask-image: url('/static/icons/tennis_court_right_right.svg');
    -webkit-mask-image: url('/static/icons/tennis_court_right_right.svg');
}
.icon-tennis-court-right::before {
    mask-image: url('/static/icons/tennis_court_right.svg');
    -webkit-mask-image: url('/static/icons/tennis_court_right.svg');
}
.icon-tennis-court-greem::before {
    mask-image: url('/static/icons/tennis_court_greem.svg');
    -webkit-mask-image: url('/static/icons/tennis_court_greem.svg');
}

/* WINDOW */
.icon-modal::before {
    mask-image: url('/static/icons/modal.svg');
    -webkit-mask-image: url('/static/icons/modal.svg');
}
.icon-play::before {
    mask-image: url('/static/icons/play.svg');
    -webkit-mask-image: url('/static/icons/play.svg');
}
.icon-stop::before {
    mask-image: url('/static/icons/stop.svg');
    -webkit-mask-image: url('/static/icons/stop.svg');
}
.icon-share::before {
    mask-image: url('/static/icons/share.svg');
    -webkit-mask-image: url('/static/icons/share.svg');
}
.icon-undo::before {
    mask-image: url('/static/icons/undo.svg');
    -webkit-mask-image: url('/static/icons/undo.svg');
}
.icon-time::before {
    mask-image: url('/static/icons/time.svg');
    -webkit-mask-image: url('/static/icons/time.svg');
}
.icon-gear::before {
    mask-image: url('/static/icons/gear.svg');
    -webkit-mask-image: url('/static/icons/gear.svg');
}
.icon-photo::before {
    mask-image: url('/static/icons/photo.svg');
    -webkit-mask-image: url('/static/icons/photo.svg');
}
.icon-thumb::before {
    mask-image: url('/static/icons/thumb.svg');
    -webkit-mask-image: url('/static/icons/thumb.svg');
}
.icon-message::before {
    mask-image: url('/static/icons/message.svg');
    -webkit-mask-image: url('/static/icons/message.svg');
}
.icon-invoice::before {
    mask-image: url('/static/icons/invoice.svg');
    -webkit-mask-image: url('/static/icons/invoice.svg');
}
.icon-dollar::before {
    mask-image: url('/static/icons/dollar.svg');
    -webkit-mask-image: url('/static/icons/dollar.svg');
}
.icon-heart::before {
    mask-image: url('/static/icons/heart.svg');
    -webkit-mask-image: url('/static/icons/heart.svg');
}
.icon-heart-cover::before {
    mask-image: url('/static/icons/heart_cover.svg');
    -webkit-mask-image: url('/static/icons/heart_cover.svg');
}


/*REDE SOCIAL*/
.icon-whatsapp::before {
    mask-image: url('/static/icons/whatsapp.svg');
    -webkit-mask-image: url('/static/icons/whatsapp.svg');
}

/*EMOJI*/
.icon-emoji-happy::before {
    mask-image: url('/static/icons/whatsapp.svg');
    -webkit-mask-image: url('/static/icons/emoji_happy.svg');
}
.icon-emoji-disappointed::before {
    mask-image: url('/static/icons/whatsapp.svg');
    -webkit-mask-image: url('/static/icons/emoji_disappointed.svg');
}


.icon-carbon-warning::before {
    mask-image: url('data:image/svg+xml,%3Csvg%20xmlns="http://www.w3.org/2000/svg"%20width="32"%20height="32"%20viewBox="0%200%2032%2032"%3E%3Cpath%20fill="currentColor"%20d="M16%202a14%2014%200%201%200%2014%2014A14%2014%200%200%200%2016%202m0%2026a12%2012%200%201%201%2012-12a12%2012%200%200%201-12%2012"/%3E%3Cpath%20fill="currentColor"%20d="M15%208h2v11h-2zm1%2014a1.5%201.5%200%201%200%201.5%201.5A1.5%201.5%200%200%200%2016%2022"/%3E%3C/svg%3E');
    -webkit-mask-image: url('data:image/svg+xml,%3Csvg%20xmlns="http://www.w3.org/2000/svg"%20width="32"%20height="32"%20viewBox="0%200%2032%2032"%3E%3Cpath%20fill="currentColor"%20d="M16%202a14%2014%200%201%200%2014%2014A14%2014%200%200%200%2016%202m0%2026a12%2012%200%201%201%2012-12a12%2012%200%200%201-12%2012"/%3E%3Cpath%20fill="currentColor"%20d="M15%208h2v11h-2zm1%2014a1.5%201.5%200%201%200%201.5%201.5A1.5%201.5%200%200%200%2016%2022"/%3E%3C/svg%3E');
}

.icon-guidance-playground::before {
    mask-image: url('data:image/svg+xml,%3Csvg%20xmlns="http://www.w3.org/2000/svg"%20width="24"%20height="24"%20viewBox="0%200%2024%2024"%3E%3Cpath%20fill="none"%20stroke="currentColor"%20d="M.5%2023.5c3-5%203-14.5%203-20.578V.5h17v2.422c0%206.078%200%2015.578%203%2020.578M9.5.5v15m5-15v15m-8%200v3h11v-3z"/%3E%3C/svg%3E');
    -webkit-mask-image: url('data:image/svg+xml,%3Csvg%20xmlns="http://www.w3.org/2000/svg"%20width="24"%20height="24"%20viewBox="0%200%2024%2024"%3E%3Cpath%20fill="none"%20stroke="currentColor"%20d="M.5%2023.5c3-5%203-14.5%203-20.578V.5h17v2.422c0%206.078%200%2015.578%203%2020.578M9.5.5v15m5-15v15m-8%200v3h11v-3z"/%3E%3C/svg%3E');
}

.icon-fluent-mdl2-website::before {
    mask-image: url('data:image/svg+xml,%3Csvg%20xmlns="http://www.w3.org/2000/svg"%20width="2048"%20height="2048"%20viewBox="0%200%202048%202048"%3E%3Cpath%20fill="currentColor"%20d="M1024%200q141%200%20272%2036t245%20103t207%20160t160%20208t103%20245t37%20272q0%20141-36%20272t-103%20245t-160%20207t-208%20160t-245%20103t-272%2037q-141%200-272-36t-245-103t-207-160t-160-208t-103-244t-37-273q0-141%2036-272t103-245t160-207t208-160T751%2037t273-37m0%201920q123%200%20237-32t214-90t182-141t140-181t91-214t32-238q0-123-32-237t-90-214t-141-182t-181-140t-214-91t-238-32q-123%200-237%2032t-214%2090t-182%20141t-140%20181t-91%20214t-32%20238q0%20123%2032%20237t90%20214t141%20182t181%20140t214%2091t238%2032m597-880l48-144h75l-85%20256h-75l-48-144l-48%20144h-75l-85-256h75l48%20144l48-144h74zm-464-144h75l-85%20256h-75l-48-144l-48%20144h-75l-85-256h75l48%20144l48-144h74l48%20144zm-512%200h75l-85%20256h-75l-48-144l-48%20144h-75l-85-256h75l48%20144l48-144h74l48%20144z"/%3E%3C/svg%3E');
    -webkit-mask-image: url('data:image/svg+xml,%3Csvg%20xmlns="http://www.w3.org/2000/svg"%20width="2048"%20height="2048"%20viewBox="0%200%202048%202048"%3E%3Cpath%20fill="currentColor"%20d="M1024%200q141%200%20272%2036t245%20103t207%20160t160%20208t103%20245t37%20272q0%20141-36%20272t-103%20245t-160%20207t-208%20160t-245%20103t-272%2037q-141%200-272-36t-245-103t-207-160t-160-208t-103-244t-37-273q0-141%2036-272t103-245t160-207t208-160T751%2037t273-37m0%201920q123%200%20237-32t214-90t182-141t140-181t91-214t32-238q0-123-32-237t-90-214t-141-182t-181-140t-214-91t-238-32q-123%200-237%2032t-214%2090t-182%20141t-140%20181t-91%20214t-32%20238q0%20123%2032%20237t90%20214t141%20182t181%20140t214%2091t238%2032m597-880l48-144h75l-85%20256h-75l-48-144l-48%20144h-75l-85-256h75l48%20144l48-144h74zm-464-144h75l-85%20256h-75l-48-144l-48%20144h-75l-85-256h75l48%20144l48-144h74l48%20144zm-512%200h75l-85%20256h-75l-48-144l-48%20144h-75l-85-256h75l48%20144l48-144h74l48%20144z"/%3E%3C/svg%3E');
}

.icon-solar-user::before {
    mask-image: url('data:image/svg+xml,%3Csvg%20xmlns="http://www.w3.org/2000/svg"%20width="24"%20height="24"%20viewBox="0%200%2024%2024"%3E%3Cg%20fill="none"%20stroke="currentColor"%20stroke-width="1.5"%3E%3Ccircle%20cx="12"%20cy="6"%20r="4"/%3E%3Cpath%20d="M20%2017.5c0%202.485%200%204.5-8%204.5s-8-2.015-8-4.5S7.582%2013%2012%2013s8%202.015%208%204.5Z"/%3E%3C/g%3E%3C/svg%3E');
    -webkit-mask-image: url('data:image/svg+xml,%3Csvg%20xmlns="http://www.w3.org/2000/svg"%20width="24"%20height="24"%20viewBox="0%200%2024%2024"%3E%3Cg%20fill="none"%20stroke="currentColor"%20stroke-width="1.5"%3E%3Ccircle%20cx="12"%20cy="6"%20r="4"/%3E%3Cpath%20d="M20%2017.5c0%202.485%200%204.5-8%204.5s-8-2.015-8-4.5S7.582%2013%2012%2013s8%202.015%208%204.5Z"/%3E%3C/g%3E%3C/svg%3E');
}

.icon-users::before {
    mask-image: url('data:image/svg+xml,%3Csvg%20xmlns="http://www.w3.org/2000/svg"%20width="1920"%20height="1792"%20viewBox="0%200%201920%201792"%3E%3Cpath%20fill="currentColor"%20d="M593%20896q-162%205-265%20128H194q-82%200-138-40.5T0%20865q0-353%20124-353q6%200%2043.5%2021t97.5%2042.5T384%20597q67%200%20133-23q-5%2037-5%2066q0%20139%2081%20256m1071%20637q0%20120-73%20189.5t-194%2069.5H523q-121%200-194-69.5T256%201533q0-53%203.5-103.5t14-109T300%201212t43-97.5t62-81t85.5-53.5T602%20960q10%200%2043%2021.5t73%2048t107%2048t135%2021.5t135-21.5t107-48t73-48t43-21.5q61%200%20111.5%2020t85.5%2053.5t62%2081t43%2097.5t26.5%20108.5t14%20109t3.5%20103.5M640%20256q0%20106-75%20181t-181%2075t-181-75t-75-181t75-181T384%200t181%2075t75%20181m704%20384q0%20159-112.5%20271.5T960%201024T688.5%20911.5T576%20640t112.5-271.5T960%20256t271.5%20112.5T1344%20640m576%20225q0%2078-56%20118.5t-138%2040.5h-134q-103-123-265-128q81-117%2081-256q0-29-5-66q66%2023%20133%2023q59%200%20119-21.5t97.5-42.5t43.5-21q124%200%20124%20353m-128-609q0%20106-75%20181t-181%2075t-181-75t-75-181t75-181t181-75t181%2075t75%20181"/%3E%3C/svg%3E');
    -webkit-mask-image: url('data:image/svg+xml,%3Csvg%20xmlns="http://www.w3.org/2000/svg"%20width="1920"%20height="1792"%20viewBox="0%200%201920%201792"%3E%3Cpath%20fill="currentColor"%20d="M593%20896q-162%205-265%20128H194q-82%200-138-40.5T0%20865q0-353%20124-353q6%200%2043.5%2021t97.5%2042.5T384%20597q67%200%20133-23q-5%2037-5%2066q0%20139%2081%20256m1071%20637q0%20120-73%20189.5t-194%2069.5H523q-121%200-194-69.5T256%201533q0-53%203.5-103.5t14-109T300%201212t43-97.5t62-81t85.5-53.5T602%20960q10%200%2043%2021.5t73%2048t107%2048t135%2021.5t135-21.5t107-48t73-48t43-21.5q61%200%20111.5%2020t85.5%2053.5t62%2081t43%2097.5t26.5%20108.5t14%20109t3.5%20103.5M640%20256q0%20106-75%20181t-181%2075t-181-75t-75-181t75-181T384%200t181%2075t75%20181m704%20384q0%20159-112.5%20271.5T960%201024T688.5%20911.5T576%20640t112.5-271.5T960%20256t271.5%20112.5T1344%20640m576%20225q0%2078-56%20118.5t-138%2040.5h-134q-103-123-265-128q81-117%2081-256q0-29-5-66q66%2023%20133%2023q59%200%20119-21.5t97.5-42.5t43.5-21q124%200%20124%20353m-128-609q0%20106-75%20181t-181%2075t-181-75t-75-181t75-181t181-75t181%2075t75%20181"/%3E%3C/svg%3E');
}


.icon-codicon-circle::before {
    mask-image: url('data:image/svg+xml,%3Csvg%20xmlns="http://www.w3.org/2000/svg"%20width="16"%20height="16"%20viewBox="0%200%2016%2016"%3E%3Cpath%20fill="currentColor"%20fill-rule="evenodd"%20d="M8%2012a4%204%200%201%200%200-8a4%204%200%200%200%200%208m2.61-4a2.61%202.61%200%201%201-5.22%200a2.61%202.61%200%200%201%205.22%200M8%205.246"%20clip-rule="evenodd"/%3E%3C/svg%3E');
    -webkit-mask-image: url('data:image/svg+xml,%3Csvg%20xmlns="http://www.w3.org/2000/svg"%20width="16"%20height="16"%20viewBox="0%200%2016%2016"%3E%3Cpath%20fill="currentColor"%20fill-rule="evenodd"%20d="M8%2012a4%204%200%201%200%200-8a4%204%200%200%200%200%208m2.61-4a2.61%202.61%200%201%201-5.22%200a2.61%202.61%200%200%201%205.22%200M8%205.246"%20clip-rule="evenodd"/%3E%3C/svg%3E');
}

.icon-menu::before {
    mask-image: url('data:image/svg+xml,%3Csvg%20xmlns="http://www.w3.org/2000/svg"%20width="24"%20height="24"%20viewBox="0%200%2024%2024"%3E%3Cpath%20fill="currentColor"%20d="M3%2018v-2h18v2zm0-5v-2h18v2zm0-5V6h18v2z"/%3E%3C/svg%3E');
    -webkit-mask-image: url('data:image/svg+xml,%3Csvg%20xmlns="http://www.w3.org/2000/svg"%20width="24"%20height="24"%20viewBox="0%200%2024%2024"%3E%3Cpath%20fill="currentColor"%20d="M3%2018v-2h18v2zm0-5v-2h18v2zm0-5V6h18v2z"/%3E%3C/svg%3E');
}

.icon-home::before {
    mask-image: url('data:image/svg+xml,%3Csvg%20xmlns="http://www.w3.org/2000/svg"%20width="24"%20height="24"%20viewBox="0%200%2024%2024"%3E%3Cpath%20fill="currentColor"%20d="M6%2019h3v-5q0-.425.288-.712T10%2013h4q.425%200%20.713.288T15%2014v5h3v-9l-6-4.5L6%2010zm-2%200v-9q0-.475.213-.9t.587-.7l6-4.5q.525-.4%201.2-.4t1.2.4l6%204.5q.375.275.588.7T20%2010v9q0%20.825-.588%201.413T18%2021h-4q-.425%200-.712-.288T13%2020v-5h-2v5q0%20.425-.288.713T10%2021H6q-.825%200-1.412-.587T4%2019m8-6.75"/%3E%3C/svg%3E');
    -webkit-mask-image: url('data:image/svg+xml,%3Csvg%20xmlns="http://www.w3.org/2000/svg"%20width="24"%20height="24"%20viewBox="0%200%2024%2024"%3E%3Cpath%20fill="currentColor"%20d="M6%2019h3v-5q0-.425.288-.712T10%2013h4q.425%200%20.713.288T15%2014v5h3v-9l-6-4.5L6%2010zm-2%200v-9q0-.475.213-.9t.587-.7l6-4.5q.525-.4%201.2-.4t1.2.4l6%204.5q.375.275.588.7T20%2010v9q0%20.825-.588%201.413T18%2021h-4q-.425%200-.712-.288T13%2020v-5h-2v5q0%20.425-.288.713T10%2021H6q-.825%200-1.412-.587T4%2019m8-6.75"/%3E%3C/svg%3E');
}

.icon-dots::before {
    mask-image: url('data:image/svg+xml,%3Csvg%20xmlns="http://www.w3.org/2000/svg"%20width="24"%20height="24"%20viewBox="0%200%2024%2024"%3E%3Cpath%20fill="none"%20stroke="currentColor"%20stroke-linecap="round"%20stroke-linejoin="round"%20stroke-width="2"%20d="M4%2012a1%201%200%201%200%202%200a1%201%200%201%200-2%200m7%200a1%201%200%201%200%202%200a1%201%200%201%200-2%200m7%200a1%201%200%201%200%202%200a1%201%200%201%200-2%200"/%3E%3C/svg%3E');
    -webkit-mask-image: url('data:image/svg+xml,%3Csvg%20xmlns="http://www.w3.org/2000/svg"%20width="24"%20height="24"%20viewBox="0%200%2024%2024"%3E%3Cpath%20fill="none"%20stroke="currentColor"%20stroke-linecap="round"%20stroke-linejoin="round"%20stroke-width="2"%20d="M4%2012a1%201%200%201%200%202%200a1%201%200%201%200-2%200m7%200a1%201%200%201%200%202%200a1%201%200%201%200-2%200m7%200a1%201%200%201%200%202%200a1%201%200%201%200-2%200"/%3E%3C/svg%3E');
}

.icon-dots-vertical::before {
    mask-image: url('data:image/svg+xml,%3Csvg%20xmlns="http://www.w3.org/2000/svg"%20viewBox="0%200%2024%2024"%3E%3Cpath%20fill="currentColor"%20d="M12%2016a2%202%200%200%201%202%202a2%202%200%200%201-2%202a2%202%200%200%201-2-2a2%202%200%200%201%202-2m0-6a2%202%200%200%201%202%202a2%202%200%200%201-2%202a2%202%200%200%201-2-2a2%202%200%200%201%202-2m0-6a2%202%200%200%201%202%202a2%202%200%200%201-2%202a2%202%200%200%201-2-2a2%202%200%200%201%202-2"/%3E%3C/svg%3E');
    -webkit-mask-image: url('data:image/svg+xml,%3Csvg%20xmlns="http://www.w3.org/2000/svg"%20viewBox="0%200%2024%2024"%3E%3Cpath%20fill="currentColor"%20d="M12%2016a2%202%200%200%201%202%202a2%202%200%200%201-2%202a2%202%200%200%201-2-2a2%202%200%200%201%202-2m0-6a2%202%200%200%201%202%202a2%202%200%200%201-2%202a2%202%200%200%201-2-2a2%202%200%200%201%202-2m0-6a2%202%200%200%201%202%202a2%202%200%200%201-2%202a2%202%200%200%201-2-2a2%202%200%200%201%202-2"/%3E%3C/svg%3E');
}

.icon-close::before {
    mask-image: url('data:image/svg+xml,%3Csvg%20xmlns="http://www.w3.org/2000/svg"%20width="24"%20height="24"%20viewBox="0%200%2024%2024"%3E%3Cpath%20fill="currentColor"%20d="M6.4%2019L5%2017.6l5.6-5.6L5%206.4L6.4%205l5.6%205.6L17.6%205L19%206.4L13.4%2012l5.6%205.6l-1.4%201.4l-5.6-5.6z"/%3E%3C/svg%3E');
    -webkit-mask-image: url('data:image/svg+xml,%3Csvg%20xmlns="http://www.w3.org/2000/svg"%20width="24"%20height="24"%20viewBox="0%200%2024%2024"%3E%3Cpath%20fill="currentColor"%20d="M6.4%2019L5%2017.6l5.6-5.6L5%206.4L6.4%205l5.6%205.6L17.6%205L19%206.4L13.4%2012l5.6%205.6l-1.4%201.4l-5.6-5.6z"/%3E%3C/svg%3E');
}

.icon-power::before {
    mask-image: url('data:image/svg+xml,%3Csvg%20xmlns="http://www.w3.org/2000/svg"%20width="24"%20height="24"%20viewBox="0%200%2024%2024"%3E%3Cpath%20fill="currentColor"%20d="m16.56%205.44l-1.45%201.45A5.97%205.97%200%200%201%2018%2012a6%206%200%200%201-6%206a6%206%200%200%201-6-6c0-2.17%201.16-4.06%202.88-5.12L7.44%205.44A7.96%207.96%200%200%200%204%2012a8%208%200%200%200%208%208a8%208%200%200%200%208-8c0-2.72-1.36-5.12-3.44-6.56M13%203h-2v10h2"/%3E%3C/svg%3E');
    -webkit-mask-image: url('data:image/svg+xml,%3Csvg%20xmlns="http://www.w3.org/2000/svg"%20width="24"%20height="24"%20viewBox="0%200%2024%2024"%3E%3Cpath%20fill="currentColor"%20d="m16.56%205.44l-1.45%201.45A5.97%205.97%200%200%201%2018%2012a6%206%200%200%201-6%206a6%206%200%200%201-6-6c0-2.17%201.16-4.06%202.88-5.12L7.44%205.44A7.96%207.96%200%200%200%204%2012a8%208%200%200%200%208%208a8%208%200%200%200%208-8c0-2.72-1.36-5.12-3.44-6.56M13%203h-2v10h2"/%3E%3C/svg%3E');
}

.icon-moon::before {
    mask-image: url('data:image/svg+xml,%3Csvg%20xmlns="http://www.w3.org/2000/svg"%20width="512"%20height="512"%20viewBox="0%200%20512%20512"%3E%3Cpath%20fill="currentColor"%20fill-rule="evenodd"%20d="M170.667%20170.666c0%2094.257%2076.41%20170.667%20170.666%20170.667c36.937%200%2071.134-11.734%2099.065-31.678C417.187%20389.58%20343.416%20448%20256%20448c-106.039%200-192-85.962-192-192c0-87.416%2058.419-161.187%20138.345-184.403c-19.944%2027.935-31.678%2062.132-31.678%2099.07"/%3E%3C/svg%3E');
    -webkit-mask-image: url('data:image/svg+xml,%3Csvg%20xmlns="http://www.w3.org/2000/svg"%20width="512"%20height="512"%20viewBox="0%200%20512%20512"%3E%3Cpath%20fill="currentColor"%20fill-rule="evenodd"%20d="M170.667%20170.666c0%2094.257%2076.41%20170.667%20170.666%20170.667c36.937%200%2071.134-11.734%2099.065-31.678C417.187%20389.58%20343.416%20448%20256%20448c-106.039%200-192-85.962-192-192c0-87.416%2058.419-161.187%20138.345-184.403c-19.944%2027.935-31.678%2062.132-31.678%2099.07"/%3E%3C/svg%3E');
}

.icon-sun::before {
    mask-image: url('data:image/svg+xml,%3Csvg%20xmlns="http://www.w3.org/2000/svg"%20width="24"%20height="24"%20viewBox="0%200%2024%2024"%3E%3Cpath%20fill="currentColor"%20d="M18%2012a6%206%200%201%201-12%200a6%206%200%200%201%2012%200"/%3E%3Cpath%20fill="currentColor"%20fill-rule="evenodd"%20d="M12%201.25a.75.75%200%200%201%20.75.75v1a.75.75%200%200%201-1.5%200V2a.75.75%200%200%201%20.75-.75M4.399%204.399a.75.75%200%200%201%201.06%200l.393.392a.75.75%200%200%201-1.06%201.061l-.393-.393a.75.75%200%200%201%200-1.06m15.202%200a.75.75%200%200%201%200%201.06l-.393.393a.75.75%200%200%201-1.06-1.06l.393-.393a.75.75%200%200%201%201.06%200M1.25%2012a.75.75%200%200%201%20.75-.75h1a.75.75%200%200%201%200%201.5H2a.75.75%200%200%201-.75-.75m19%200a.75.75%200%200%201%20.75-.75h1a.75.75%200%200%201%200%201.5h-1a.75.75%200%200%201-.75-.75m-2.102%206.148a.75.75%200%200%201%201.06%200l.393.393a.75.75%200%201%201-1.06%201.06l-.393-.393a.75.75%200%200%201%200-1.06m-12.296%200a.75.75%200%200%201%200%201.06l-.393.393a.75.75%200%201%201-1.06-1.06l.392-.393a.75.75%200%200%201%201.061%200M12%2020.25a.75.75%200%200%201%20.75.75v1a.75.75%200%200%201-1.5%200v-1a.75.75%200%200%201%20.75-.75"%20clip-rule="evenodd"/%3E%3C/svg%3E');
    -webkit-mask-image: url('data:image/svg+xml,%3Csvg%20xmlns="http://www.w3.org/2000/svg"%20width="24"%20height="24"%20viewBox="0%200%2024%2024"%3E%3Cpath%20fill="currentColor"%20d="M18%2012a6%206%200%201%201-12%200a6%206%200%200%201%2012%200"/%3E%3Cpath%20fill="currentColor"%20fill-rule="evenodd"%20d="M12%201.25a.75.75%200%200%201%20.75.75v1a.75.75%200%200%201-1.5%200V2a.75.75%200%200%201%20.75-.75M4.399%204.399a.75.75%200%200%201%201.06%200l.393.392a.75.75%200%200%201-1.06%201.061l-.393-.393a.75.75%200%200%201%200-1.06m15.202%200a.75.75%200%200%201%200%201.06l-.393.393a.75.75%200%200%201-1.06-1.06l.393-.393a.75.75%200%200%201%201.06%200M1.25%2012a.75.75%200%200%201%20.75-.75h1a.75.75%200%200%201%200%201.5H2a.75.75%200%200%201-.75-.75m19%200a.75.75%200%200%201%20.75-.75h1a.75.75%200%200%201%200%201.5h-1a.75.75%200%200%201-.75-.75m-2.102%206.148a.75.75%200%200%201%201.06%200l.393.393a.75.75%200%201%201-1.06%201.06l-.393-.393a.75.75%200%200%201%200-1.06m-12.296%200a.75.75%200%200%201%200%201.06l-.393.393a.75.75%200%201%201-1.06-1.06l.392-.393a.75.75%200%200%201%201.061%200M12%2020.25a.75.75%200%200%201%20.75.75v1a.75.75%200%200%201-1.5%200v-1a.75.75%200%200%201%20.75-.75"%20clip-rule="evenodd"/%3E%3C/svg%3E');
}

.icon-align-justified::before {
    mask-image: url('data:image/svg+xml,%3Csvg%20xmlns="http://www.w3.org/2000/svg"%20width="24"%20height="24"%20viewBox="0%200%2024%2024"%3E%3Cpath%20fill="none"%20stroke="currentColor"%20stroke-linecap="round"%20stroke-linejoin="round"%20stroke-width="2"%20d="M4%206h16M4%2012h16M4%2018h12"/%3E%3C/svg%3E');
    -webkit-mask-image: url('data:image/svg+xml,%3Csvg%20xmlns="http://www.w3.org/2000/svg"%20width="24"%20height="24"%20viewBox="0%200%2024%2024"%3E%3Cpath%20fill="none"%20stroke="currentColor"%20stroke-linecap="round"%20stroke-linejoin="round"%20stroke-width="2"%20d="M4%206h16M4%2012h16M4%2018h12"/%3E%3C/svg%3E');
}

.icon-bell::before {
    mask-image: url('data:image/svg+xml,%3Csvg%20xmlns="http://www.w3.org/2000/svg"%20width="24"%20height="24"%20viewBox="0%200%2024%2024"%3E%3Cpath%20fill="currentColor"%20d="M10%2021h4c0%201.1-.9%202-2%202s-2-.9-2-2m11-2v1H3v-1l2-2v-6c0-3.1%202-5.8%205-6.7V4c0-1.1.9-2%202-2s2%20.9%202%202v.3c3%20.9%205%203.6%205%206.7v6zm-4-8c0-2.8-2.2-5-5-5s-5%202.2-5%205v7h10z"/%3E%3C/svg%3E');
    -webkit-mask-image: url('data:image/svg+xml,%3Csvg%20xmlns="http://www.w3.org/2000/svg"%20width="24"%20height="24"%20viewBox="0%200%2024%2024"%3E%3Cpath%20fill="currentColor"%20d="M10%2021h4c0%201.1-.9%202-2%202s-2-.9-2-2m11-2v1H3v-1l2-2v-6c0-3.1%202-5.8%205-6.7V4c0-1.1.9-2%202-2s2%20.9%202%202v.3c3%20.9%205%203.6%205%206.7v6zm-4-8c0-2.8-2.2-5-5-5s-5%202.2-5%205v7h10z"/%3E%3C/svg%3E');
}

.icon-bell-ringing::before {
    mask-image: url('data:image/svg+xml,%3Csvg%20xmlns="http://www.w3.org/2000/svg"%20width="24"%20height="24"%20viewBox="0%200%2024%2024"%3E%3Cpath%20fill="none"%20stroke="currentColor"%20stroke-linecap="round"%20stroke-linejoin="round"%20stroke-width="2"%20d="M10%205a2%202%200%200%201%204%200a7%207%200%200%201%204%206v3a4%204%200%200%200%202%203H4a4%204%200%200%200%202-3v-3a7%207%200%200%201%204-6M9%2017v1a3%203%200%200%200%206%200v-1m6-10.273A11.05%2011.05%200%200%200%2018.206%203M3%206.727A11.05%2011.05%200%200%201%205.792%203"/%3E%3C/svg%3E');
    -webkit-mask-image: url('data:image/svg+xml,%3Csvg%20xmlns="http://www.w3.org/2000/svg"%20width="24"%20height="24"%20viewBox="0%200%2024%2024"%3E%3Cpath%20fill="none"%20stroke="currentColor"%20stroke-linecap="round"%20stroke-linejoin="round"%20stroke-width="2"%20d="M10%205a2%202%200%200%201%204%200a7%207%200%200%201%204%206v3a4%204%200%200%200%202%203H4a4%204%200%200%200%202-3v-3a7%207%200%200%201%204-6M9%2017v1a3%203%200%200%200%206%200v-1m6-10.273A11.05%2011.05%200%200%200%2018.206%203M3%206.727A11.05%2011.05%200%200%201%205.792%203"/%3E%3C/svg%3E');
}

.icon-mail-outline::before {
    mask-image: url('data:image/svg+xml,%3Csvg%20xmlns="http://www.w3.org/2000/svg"%20width="24"%20height="24"%20viewBox="0%200%2024%2024"%3E%3Cpath%20fill="currentColor"%20d="M4%2020q-.825%200-1.412-.587T2%2018V6q0-.825.588-1.412T4%204h16q.825%200%201.413.588T22%206v12q0%20.825-.587%201.413T20%2020zm8-7L4%208v10h16V8zm0-2l8-5H4zM4%208V6v12z"/%3E%3C/svg%3E');
    -webkit-mask-image: url('data:image/svg+xml,%3Csvg%20xmlns="http://www.w3.org/2000/svg"%20width="24"%20height="24"%20viewBox="0%200%2024%2024"%3E%3Cpath%20fill="currentColor"%20d="M4%2020q-.825%200-1.412-.587T2%2018V6q0-.825.588-1.412T4%204h16q.825%200%201.413.588T22%206v12q0%20.825-.587%201.413T20%2020zm8-7L4%208v10h16V8zm0-2l8-5H4zM4%208V6v12z"/%3E%3C/svg%3E');
}

.icon-send::before {
    mask-image: url('data:image/svg+xml,%3Csvg%20xmlns="http://www.w3.org/2000/svg"%20width="24"%20height="24"%20viewBox="0%200%2024%2024"%3E%3Cpath%20fill="currentColor"%20d="M3%2020v-6l8-2l-8-2V4l19%208z"/%3E%3C/svg%3E');
    -webkit-mask-image: url('data:image/svg+xml,%3Csvg%20xmlns="http://www.w3.org/2000/svg"%20width="24"%20height="24"%20viewBox="0%200%2024%2024"%3E%3Cpath%20fill="currentColor"%20d="M3%2020v-6l8-2l-8-2V4l19%208z"/%3E%3C/svg%3E');
}

.icon-code::before {
    mask-image: url('data:image/svg+xml,%3Csvg%20xmlns="http://www.w3.org/2000/svg"%20width="16"%20height="16"%20viewBox="0%200%2016%2016"%3E%3Cpath%20fill="currentColor"%20d="M5.926%2014.412L.155%208l5.77-6.412l1.487%201.338L2.845%208l4.567%205.074zm4.148-12.824L15.845%208l-5.77%206.412l-1.487-1.338L13.155%208L8.588%202.926z"/%3E%3C/svg%3E');
    -webkit-mask-image: url('data:image/svg+xml,%3Csvg%20xmlns="http://www.w3.org/2000/svg"%20width="16"%20height="16"%20viewBox="0%200%2016%2016"%3E%3Cpath%20fill="currentColor"%20d="M5.926%2014.412L.155%208l5.77-6.412l1.487%201.338L2.845%208l4.567%205.074zm4.148-12.824L15.845%208l-5.77%206.412l-1.487-1.338L13.155%208L8.588%202.926z"/%3E%3C/svg%3E');
}

.icon-invite::before {
    mask-image: url('data:image/svg+xml,%3Csvg%20xmlns="http://www.w3.org/2000/svg"%20width="24"%20height="24"%20viewBox="0%200%2024%2024"%3E%3Cpath%20fill="currentColor"%20d="M19%2017v2H7v-2s0-4%206-4s6%204%206%204m-3-9a3%203%200%201%200-3%203a3%203%200%200%200%203-3m3.2%205.06A5.6%205.6%200%200%201%2021%2017v2h3v-2s0-3.45-4.8-3.94M18%205a2.9%202.9%200%200%200-.89.14a5%205%200%200%201%200%205.72A2.9%202.9%200%200%200%2018%2011a3%203%200%200%200%200-6M8%2010H5V7H3v3H0v2h3v3h2v-3h3Z"/%3E%3C/svg%3E');
    -webkit-mask-image: url('data:image/svg+xml,%3Csvg%20xmlns="http://www.w3.org/2000/svg"%20width="24"%20height="24"%20viewBox="0%200%2024%2024"%3E%3Cpath%20fill="currentColor"%20d="M19%2017v2H7v-2s0-4%206-4s6%204%206%204m-3-9a3%203%200%201%200-3%203a3%203%200%200%200%203-3m3.2%205.06A5.6%205.6%200%200%201%2021%2017v2h3v-2s0-3.45-4.8-3.94M18%205a2.9%202.9%200%200%200-.89.14a5%205%200%200%201%200%205.72A2.9%202.9%200%200%200%2018%2011a3%203%200%200%200%200-6M8%2010H5V7H3v3H0v2h3v3h2v-3h3Z"/%3E%3C/svg%3E');
}

.icon-megaphone::before {
    mask-image: url('data:image/svg+xml,%3Csvg%20xmlns="http://www.w3.org/2000/svg"%20width="24"%20height="24"%20viewBox="0%200%2024%2024"%3E%3Cpath%20fill="currentColor"%20d="M12%208H4a2%202%200%200%200-2%202v4a2%202%200%200%200%202%202h1v4a1%201%200%200%200%201%201h2a1%201%200%200%200%201-1v-4h3l5%204V4zm9.5%2012c0%201.71-.96%203.26-2.5%204V8c1.53.75%202.5%202.3%202.5%204"/%3E%3C/svg%3E');
    -webkit-mask-image: url('data:image/svg+xml,%3Csvg%20xmlns="http://www.w3.org/2000/svg"%20width="24"%20height="24"%20viewBox="0%200%2024%2024"%3E%3Cpath%20fill="currentColor"%20d="M12%208H4a2%202%200%200%200-2%202v4a2%202%200%200%200%202%202h1v4a1%201%200%200%200%201%201h2a1%201%200%200%200%201-1v-4h3l5%204V4zm9.5%2012c0%201.71-.96%203.26-2.5%204V8c1.53.75%202.5%202.3%202.5%204"/%3E%3C/svg%3E');
}

.icon-delete::before {
    mask-image: url('data:image/svg+xml,%3Csvg%20xmlns="http://www.w3.org/2000/svg"%20viewBox="0%200%2024%2024"%3E%3Cg%20fill="none"%3E%3Cpath%20d="m12.593%2023.258l-.011.002l-.071.035l-.02.004l-.014-.004l-.071-.035q-.016-.005-.024.005l-.004.01l-.017.428l.005.02l.01.013l.104.074l.015.004l.012-.004l.104-.074l.012-.016l.004-.017l-.017-.427q-.004-.016-.017-.018m.265-.113l-.013.002l-.185.093l-.01.01l-.003.011l.018.43l.005.012l.008.007l.201.093q.019.005.029-.008l.004-.014l-.034-.614q-.005-.018-.02-.022m-.715.002a.02.02%200%200%200-.027.006l-.006.014l-.034.614q.001.018.017.024l.015-.002l.201-.093l.01-.008l.004-.011l.017-.43l-.003-.012l-.01-.01z"/%3E%3Cpath%20fill="currentColor"%20d="M20%205a1%201%200%201%201%200%202h-1l-.003.071l-.933%2013.071A2%202%200%200%201%2016.069%2022H7.93a2%202%200%200%201-1.995-1.858l-.933-13.07L5%207H4a1%201%200%200%201%200-2zm-6-3a1%201%200%201%201%200%202h-4a1%201%200%200%201%200-2z"/%3E%3C/g%3E%3C/svg%3E');
    -webkit-mask-image: url('data:image/svg+xml,%3Csvg%20xmlns="http://www.w3.org/2000/svg"%20viewBox="0%200%2024%2024"%3E%3Cg%20fill="none"%3E%3Cpath%20d="m12.593%2023.258l-.011.002l-.071.035l-.02.004l-.014-.004l-.071-.035q-.016-.005-.024.005l-.004.01l-.017.428l.005.02l.01.013l.104.074l.015.004l.012-.004l.104-.074l.012-.016l.004-.017l-.017-.427q-.004-.016-.017-.018m.265-.113l-.013.002l-.185.093l-.01.01l-.003.011l.018.43l.005.012l.008.007l.201.093q.019.005.029-.008l.004-.014l-.034-.614q-.005-.018-.02-.022m-.715.002a.02.02%200%200%200-.027.006l-.006.014l-.034.614q.001.018.017.024l.015-.002l.201-.093l.01-.008l.004-.011l.017-.43l-.003-.012l-.01-.01z"/%3E%3Cpath%20fill="currentColor"%20d="M20%205a1%201%200%201%201%200%202h-1l-.003.071l-.933%2013.071A2%202%200%200%201%2016.069%2022H7.93a2%202%200%200%201-1.995-1.858l-.933-13.07L5%207H4a1%201%200%200%201%200-2zm-6-3a1%201%200%201%201%200%202h-4a1%201%200%200%201%200-2z"/%3E%3C/g%3E%3C/svg%3E');
}

.icon-edit::before {
    mask-image: url('data:image/svg+xml,%3Csvg%20xmlns="http://www.w3.org/2000/svg"%20viewBox="0%200%2028%2028"%3E%3Cpath%20fill="currentColor"%20d="M19.289%203.15a3.932%203.932%200%201%201%205.56%205.56l-1.54%201.54l-5.56-5.56zm-2.6%202.6L4.502%2017.937c-.44.44-.76.986-.928%201.586l-1.547%205.525a.75.75%200%200%200%20.924.924l5.524-1.547a3.6%203.6%200%200%200%201.587-.928L22.25%2011.311z"/%3E%3C/svg%3E');
    -webkit-mask-image: url('data:image/svg+xml,%3Csvg%20xmlns="http://www.w3.org/2000/svg"%20viewBox="0%200%2028%2028"%3E%3Cpath%20fill="currentColor"%20d="M19.289%203.15a3.932%203.932%200%201%201%205.56%205.56l-1.54%201.54l-5.56-5.56zm-2.6%202.6L4.502%2017.937c-.44.44-.76.986-.928%201.586l-1.547%205.525a.75.75%200%200%200%20.924.924l5.524-1.547a3.6%203.6%200%200%200%201.587-.928L22.25%2011.311z"/%3E%3C/svg%3E');
}

.icon-edit-box::before {
    mask-image: url('data:image/svg+xml,%3Csvg%20xmlns="http://www.w3.org/2000/svg"%20viewBox="0%200%2024%2024"%3E%3Cg%20fill="none"%20stroke="currentColor"%20stroke-linecap="round"%20stroke-linejoin="round"%20stroke-width="2"%3E%3Cpath%20d="M7%207H6a2%202%200%200%200-2%202v9a2%202%200%200%200%202%202h9a2%202%200%200%200%202-2v-1"/%3E%3Cpath%20d="M20.385%206.585a2.1%202.1%200%200%200-2.97-2.97L9%2012v3h3zM16%205l3%203"/%3E%3C/g%3E%3C/svg%3E');
    -webkit-mask-image: url('data:image/svg+xml,%3Csvg%20xmlns="http://www.w3.org/2000/svg"%20viewBox="0%200%2024%2024"%3E%3Cg%20fill="none"%20stroke="currentColor"%20stroke-linecap="round"%20stroke-linejoin="round"%20stroke-width="2"%3E%3Cpath%20d="M7%207H6a2%202%200%200%200-2%202v9a2%202%200%200%200%202%202h9a2%202%200%200%200%202-2v-1"/%3E%3Cpath%20d="M20.385%206.585a2.1%202.1%200%200%200-2.97-2.97L9%2012v3h3zM16%205l3%203"/%3E%3C/g%3E%3C/svg%3E');
}


.icon-phone::before {
    mask-image: url('data:image/svg+xml,%3Csvg%20xmlns="http://www.w3.org/2000/svg"%20viewBox="0%200%2024%2024"%3E%3Cpath%20fill="currentColor"%20d="M21%2016.42v3.536a1%201%200%200%201-.93.998Q19.415%2021%2019%2021C10.163%2021%203%2013.837%203%205q0-.414.046-1.07A1%201%200%200%201%204.044%203H7.58a.5.5%200%200%201%20.498.45q.034.344.064.552A13.9%2013.9%200%200%200%209.35%208.003c.095.2.033.439-.147.567l-2.158%201.542a13.05%2013.05%200%200%200%206.844%206.844l1.54-2.154a.46.46%200%200%201%20.573-.149a13.9%2013.9%200%200%200%204%201.205q.208.03.55.064a.5.5%200%200%201%20.449.498"/%3E%3C/svg%3E');
    -webkit-mask-image: url('data:image/svg+xml,%3Csvg%20xmlns="http://www.w3.org/2000/svg"%20viewBox="0%200%2024%2024"%3E%3Cpath%20fill="currentColor"%20d="M21%2016.42v3.536a1%201%200%200%201-.93.998Q19.415%2021%2019%2021C10.163%2021%203%2013.837%203%205q0-.414.046-1.07A1%201%200%200%201%204.044%203H7.58a.5.5%200%200%201%20.498.45q.034.344.064.552A13.9%2013.9%200%200%200%209.35%208.003c.095.2.033.439-.147.567l-2.158%201.542a13.05%2013.05%200%200%200%206.844%206.844l1.54-2.154a.46.46%200%200%201%20.573-.149a13.9%2013.9%200%200%200%204%201.205q.208.03.55.064a.5.5%200%200%201%20.449.498"/%3E%3C/svg%3E');
}

.icon-facebook::before {
    mask-image: url('data:image/svg+xml,%3Csvg%20xmlns="http://www.w3.org/2000/svg"%20viewBox="0%200%2024%2024"%3E%3Cpath%20fill="currentColor"%20d="M22%2012c0-5.52-4.48-10-10-10S2%206.48%202%2012c0%204.84%203.44%208.87%208%209.8V15H8v-3h2V9.5C10%207.57%2011.57%206%2013.5%206H16v3h-2c-.55%200-1%20.45-1%201v2h3v3h-3v6.95c5.05-.5%209-4.76%209-9.95"/%3E%3C/svg%3E');
    -webkit-mask-image: url('data:image/svg+xml,%3Csvg%20xmlns="http://www.w3.org/2000/svg"%20viewBox="0%200%2024%2024"%3E%3Cpath%20fill="currentColor"%20d="M22%2012c0-5.52-4.48-10-10-10S2%206.48%202%2012c0%204.84%203.44%208.87%208%209.8V15H8v-3h2V9.5C10%207.57%2011.57%206%2013.5%206H16v3h-2c-.55%200-1%20.45-1%201v2h3v3h-3v6.95c5.05-.5%209-4.76%209-9.95"/%3E%3C/svg%3E');
}

.icon-instagram::before {
    mask-image: url('data:image/svg+xml,%3Csvg%20xmlns="http://www.w3.org/2000/svg"%20viewBox="0%200%2024%2024"%3E%3Cpath%20fill="currentColor"%20d="M7.8%202h8.4C19.4%202%2022%204.6%2022%207.8v8.4a5.8%205.8%200%200%201-5.8%205.8H7.8C4.6%2022%202%2019.4%202%2016.2V7.8A5.8%205.8%200%200%201%207.8%202m-.2%202A3.6%203.6%200%200%200%204%207.6v8.8C4%2018.39%205.61%2020%207.6%2020h8.8a3.6%203.6%200%200%200%203.6-3.6V7.6C20%205.61%2018.39%204%2016.4%204zm9.65%201.5a1.25%201.25%200%200%201%201.25%201.25A1.25%201.25%200%200%201%2017.25%208A1.25%201.25%200%200%201%2016%206.75a1.25%201.25%200%200%201%201.25-1.25M12%207a5%205%200%200%201%205%205a5%205%200%200%201-5%205a5%205%200%200%201-5-5a5%205%200%200%201%205-5m0%202a3%203%200%200%200-3%203a3%203%200%200%200%203%203a3%203%200%200%200%203-3a3%203%200%200%200-3-3"/%3E%3C/svg%3E');
    -webkit-mask-image: url('data:image/svg+xml,%3Csvg%20xmlns="http://www.w3.org/2000/svg"%20viewBox="0%200%2024%2024"%3E%3Cpath%20fill="currentColor"%20d="M7.8%202h8.4C19.4%202%2022%204.6%2022%207.8v8.4a5.8%205.8%200%200%201-5.8%205.8H7.8C4.6%2022%202%2019.4%202%2016.2V7.8A5.8%205.8%200%200%201%207.8%202m-.2%202A3.6%203.6%200%200%200%204%207.6v8.8C4%2018.39%205.61%2020%207.6%2020h8.8a3.6%203.6%200%200%200%203.6-3.6V7.6C20%205.61%2018.39%204%2016.4%204zm9.65%201.5a1.25%201.25%200%200%201%201.25%201.25A1.25%201.25%200%200%201%2017.25%208A1.25%201.25%200%200%201%2016%206.75a1.25%201.25%200%200%201%201.25-1.25M12%207a5%205%200%200%201%205%205a5%205%200%200%201-5%205a5%205%200%200%201-5-5a5%205%200%200%201%205-5m0%202a3%203%200%200%200-3%203a3%203%200%200%200%203%203a3%203%200%200%200%203-3a3%203%200%200%200-3-3"/%3E%3C/svg%3E');
}

.icon-twitter::before {
    mask-image: url('data:image/svg+xml,%3Csvg%20xmlns="http://www.w3.org/2000/svg"%20viewBox="0%200%2014%2014"%3E%3Cg%20fill="none"%3E%3Cg%20clip-path="url(%23primeTwitter0)"%3E%3Cpath%20fill="currentColor"%20d="M11.025.656h2.147L8.482%206.03L14%2013.344H9.68L6.294%208.909l-3.87%204.435H.275l5.016-5.75L0%20.657h4.43L7.486%204.71zm-.755%2011.4h1.19L3.78%201.877H2.504z"/%3E%3C/g%3E%3Cdefs%3E%3CclipPath%20id="primeTwitter0"%3E%3Cpath%20fill="%23fff"%20d="M0%200h14v14H0z"/%3E%3C/clipPath%3E%3C/defs%3E%3C/g%3E%3C/svg%3E');
    -webkit-mask-image: url('data:image/svg+xml,%3Csvg%20xmlns="http://www.w3.org/2000/svg"%20viewBox="0%200%2014%2014"%3E%3Cg%20fill="none"%3E%3Cg%20clip-path="url(%23primeTwitter0)"%3E%3Cpath%20fill="currentColor"%20d="M11.025.656h2.147L8.482%206.03L14%2013.344H9.68L6.294%208.909l-3.87%204.435H.275l5.016-5.75L0%20.657h4.43L7.486%204.71zm-.755%2011.4h1.19L3.78%201.877H2.504z"/%3E%3C/g%3E%3Cdefs%3E%3CclipPath%20id="primeTwitter0"%3E%3Cpath%20fill="%23fff"%20d="M0%200h14v14H0z"/%3E%3C/clipPath%3E%3C/defs%3E%3C/g%3E%3C/svg%3E');
}

.icon-search::before {
    mask-image: url('data:image/svg+xml,%3Csvg%20xmlns="http://www.w3.org/2000/svg"%20viewBox="0%200%2024%2024"%3E%3Cpath%20fill="currentColor"%20d="m19.6%2021l-6.3-6.3q-.75.6-1.725.95T9.5%2016q-2.725%200-4.612-1.888T3%209.5t1.888-4.612T9.5%203t4.613%201.888T16%209.5q0%201.1-.35%202.075T14.7%2013.3l6.3%206.3zM9.5%2014q1.875%200%203.188-1.312T14%209.5t-1.312-3.187T9.5%205T6.313%206.313T5%209.5t1.313%203.188T9.5%2014"/%3E%3C/svg%3E');
    -webkit-mask-image: url('data:image/svg+xml,%3Csvg%20xmlns="http://www.w3.org/2000/svg"%20viewBox="0%200%2024%2024"%3E%3Cpath%20fill="currentColor"%20d="m19.6%2021l-6.3-6.3q-.75.6-1.725.95T9.5%2016q-2.725%200-4.612-1.888T3%209.5t1.888-4.612T9.5%203t4.613%201.888T16%209.5q0%201.1-.35%202.075T14.7%2013.3l6.3%206.3zM9.5%2014q1.875%200%203.188-1.312T14%209.5t-1.312-3.187T9.5%205T6.313%206.313T5%209.5t1.313%203.188T9.5%2014"/%3E%3C/svg%3E');
}

.icon-filter::before {
    mask-image: url('data:image/svg+xml,%3Csvg%20xmlns="http://www.w3.org/2000/svg"%20viewBox="0%200%2024%2024"%3E%3Cpath%20fill="currentColor"%20d="M15%2019.88c.04.3-.06.62-.29.83a.996.996%200%200%201-1.41%200L9.29%2016.7a.99.99%200%200%201-.29-.83v-5.12L4.21%204.62a1%201%200%200%201%20.17-1.4c.19-.14.4-.22.62-.22h14c.22%200%20.43.08.62.22a1%201%200%200%201%20.17%201.4L15%2010.75zM7.04%205L11%2010.06v5.52l2%202v-7.53L16.96%205z"/%3E%3C/svg%3E');
    -webkit-mask-image: url('data:image/svg+xml,%3Csvg%20xmlns="http://www.w3.org/2000/svg"%20viewBox="0%200%2024%2024"%3E%3Cpath%20fill="currentColor"%20d="M15%2019.88c.04.3-.06.62-.29.83a.996.996%200%200%201-1.41%200L9.29%2016.7a.99.99%200%200%201-.29-.83v-5.12L4.21%204.62a1%201%200%200%201%20.17-1.4c.19-.14.4-.22.62-.22h14c.22%200%20.43.08.62.22a1%201%200%200%201%20.17%201.4L15%2010.75zM7.04%205L11%2010.06v5.52l2%202v-7.53L16.96%205z"/%3E%3C/svg%3E');
}

.icon-arrow-left::before {
    mask-image: url('data:image/svg+xml,%3Csvg%20xmlns="http://www.w3.org/2000/svg"%20viewBox="0%200%2024%2024"%3E%3Cpath%20fill="currentColor"%20d="m14%2018l-6-6l6-6l1.4%201.4l-4.6%204.6l4.6%204.6z"/%3E%3C/svg%3E');
    -webkit-mask-image: url('data:image/svg+xml,%3Csvg%20xmlns="http://www.w3.org/2000/svg"%20viewBox="0%200%2024%2024"%3E%3Cpath%20fill="currentColor"%20d="m14%2018l-6-6l6-6l1.4%201.4l-4.6%204.6l4.6%204.6z"/%3E%3C/svg%3E');
}

.icon-arrow-right::before {
    mask-image: url('data:image/svg+xml,%3Csvg%20xmlns="http://www.w3.org/2000/svg"%20viewBox="0%200%2024%2024"%3E%3Cpath%20fill="currentColor"%20d="M12.6%2012L8%207.4L9.4%206l6%206l-6%206L8%2016.6z"/%3E%3C/svg%3E');
    -webkit-mask-image: url('data:image/svg+xml,%3Csvg%20xmlns="http://www.w3.org/2000/svg"%20viewBox="0%200%2024%2024"%3E%3Cpath%20fill="currentColor"%20d="M12.6%2012L8%207.4L9.4%206l6%206l-6%206L8%2016.6z"/%3E%3C/svg%3E');
}

.icon-arrow-up::before {
    mask-image: url('data:image/svg+xml,%3Csvg%20xmlns="http://www.w3.org/2000/svg"%20viewBox="0%200%2024%2024"%3E%3Cpath%20fill="currentColor"%20fill-rule="evenodd"%20d="M17%2015a1%201%200%200%200%20.707-1.707l-5-5a1%201%200%200%200-1.414%200l-5%205A1%201%200%200%200%207%2015z"%20clip-rule="evenodd"/%3E%3C/svg%3E');
    -webkit-mask-image: url('data:image/svg+xml,%3Csvg%20xmlns="http://www.w3.org/2000/svg"%20viewBox="0%200%2024%2024"%3E%3Cpath%20fill="currentColor"%20fill-rule="evenodd"%20d="M17%2015a1%201%200%200%200%20.707-1.707l-5-5a1%201%200%200%200-1.414%200l-5%205A1%201%200%200%200%207%2015z"%20clip-rule="evenodd"/%3E%3C/svg%3E');
}

.icon-arrow-down::before {
    mask-image: url('data:image/svg+xml,%3Csvg%20xmlns="http://www.w3.org/2000/svg"%20viewBox="0%200%2024%2024"%3E%3Cpath%20fill="currentColor"%20fill-rule="evenodd"%20d="M7%209a1%201%200%200%200-.707%201.707l5%205a1%201%200%200%200%201.414%200l5-5A1%201%200%200%200%2017%209z"%20clip-rule="evenodd"/%3E%3C/svg%3E');
    -webkit-mask-image: url('data:image/svg+xml,%3Csvg%20xmlns="http://www.w3.org/2000/svg"%20viewBox="0%200%2024%2024"%3E%3Cpath%20fill="currentColor"%20fill-rule="evenodd"%20d="M7%209a1%201%200%200%200-.707%201.707l5%205a1%201%200%200%200%201.414%200l5-5A1%201%200%200%200%2017%209z"%20clip-rule="evenodd"/%3E%3C/svg%3E');
}


.icon-config::before {
    mask-image: url('data:image/svg+xml,%3Csvg%20xmlns="http://www.w3.org/2000/svg"%20viewBox="0%200%2048%2048"%3E%3Cdefs%3E%3Cmask%20id="ipSConfig0"%3E%3Cg%20fill="none"%20stroke-linejoin="round"%20stroke-width="4"%3E%3Cpath%20fill="%23fff"%20stroke="%23fff"%20d="m24%204l-6%206h-8v8l-6%206l6%206v8h8l6%206l6-6h8v-8l6-6l-6-6v-8h-8z"/%3E%3Cpath%20fill="%23000"%20stroke="%23000"%20d="M24%2030a6%206%200%201%200%200-12a6%206%200%200%200%200%2012Z"/%3E%3C/g%3E%3C/mask%3E%3C/defs%3E%3Cpath%20fill="currentColor"%20d="M0%200h48v48H0z"%20mask="url(%23ipSConfig0)"/%3E%3C/svg%3E');
    -webkit-mask-image: url('data:image/svg+xml,%3Csvg%20xmlns="http://www.w3.org/2000/svg"%20viewBox="0%200%2048%2048"%3E%3Cdefs%3E%3Cmask%20id="ipSConfig0"%3E%3Cg%20fill="none"%20stroke-linejoin="round"%20stroke-width="4"%3E%3Cpath%20fill="%23fff"%20stroke="%23fff"%20d="m24%204l-6%206h-8v8l-6%206l6%206v8h8l6%206l6-6h8v-8l6-6l-6-6v-8h-8z"/%3E%3Cpath%20fill="%23000"%20stroke="%23000"%20d="M24%2030a6%206%200%201%200%200-12a6%206%200%200%200%200%2012Z"/%3E%3C/g%3E%3C/mask%3E%3C/defs%3E%3Cpath%20fill="currentColor"%20d="M0%200h48v48H0z"%20mask="url(%23ipSConfig0)"/%3E%3C/svg%3E');
}

.icon-device-floppy::before {
    mask-image: url('data:image/svg+xml,%3Csvg%20xmlns="http://www.w3.org/2000/svg"%20viewBox="0%200%2024%2024"%3E%3Cg%20fill="none"%20stroke="currentColor"%20stroke-linecap="round"%20stroke-linejoin="round"%20stroke-width="2"%3E%3Cpath%20d="M6%204h10l4%204v10a2%202%200%200%201-2%202H6a2%202%200%200%201-2-2V6a2%202%200%200%201%202-2"/%3E%3Cpath%20d="M10%2014a2%202%200%201%200%204%200a2%202%200%201%200-4%200m4-10v4H8V4"/%3E%3C/g%3E%3C/svg%3E');
    -webkit-mask-image: url('data:image/svg+xml,%3Csvg%20xmlns="http://www.w3.org/2000/svg"%20viewBox="0%200%2024%2024"%3E%3Cg%20fill="none"%20stroke="currentColor"%20stroke-linecap="round"%20stroke-linejoin="round"%20stroke-width="2"%3E%3Cpath%20d="M6%204h10l4%204v10a2%202%200%200%201-2%202H6a2%202%200%200%201-2-2V6a2%202%200%200%201%202-2"/%3E%3Cpath%20d="M10%2014a2%202%200%201%200%204%200a2%202%200%201%200-4%200m4-10v4H8V4"/%3E%3C/g%3E%3C/svg%3E');
}

.icon-plan::before {
    mask-image: url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M3.25%205A2.75%202.75%200%200%201%206%202.25h10A2.75%202.75%200%200%201%2018.75%205v5.5a.75.75%200%200%201-1.5%200V5c0-.69-.56-1.25-1.25-1.25H6c-.69%200-1.25.56-1.25%201.25v14c0%20.69.56%201.25%201.25%201.25h7.5a.75.75%200%200%201%200%201.5H6A2.75%202.75%200%200%201%203.25%2019z%22/%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M18%2013.25a.75.75%200%200%201%20.75.75v.418c1.027.038%202%20.795%202%201.915a.75.75%200%200%201-1.5%200c0-.142-.162-.416-.581-.416h-1.506a.5.5%200%200%200-.329.112c-.068.06-.084.117-.084.154a.5.5%200%200%200%20.018.149a.3.3%200%200%200%20.042.026c.04.02.1.044.193.072l2.418.701c.276.082.63.218.908.513c.3.32.421.73.421%201.173c0%201.067-.956%201.766-1.913%201.766h-.087V21a.75.75%200%200%201-1.5%200v-.418c-1.027-.038-2-.795-2-1.915a.75.75%200%200%201%201.5%200c0%20.142.162.416.581.416h1.506a.5.5%200%200%200%20.329-.112c.068-.06.084-.117.084-.154a.5.5%200%200%200-.018-.149a.3.3%200%200%200-.042-.026c-.04-.02-.1-.044-.193-.072l-2.418-.701c-.276-.082-.63-.218-.908-.513c-.3-.32-.421-.73-.421-1.173c0-1.067.956-1.766%201.913-1.766h.087V14a.75.75%200%200%201.75-.75M6.25%2011a.75.75%200%200%201%20.75-.75h.5a.75.75%200%200%201%200%201.5H7a.75.75%200%200%201-.75-.75m3%200a.75.75%200%200%201%20.75-.75h5a.75.75%200%200%201%200%201.5h-5a.75.75%200%200%201-.75-.75m-3%203a.75.75%200%200%201%20.75-.75h.5a.75.75%200%200%201%200%201.5H7a.75.75%200%200%201-.75-.75m3%200a.75.75%200%200%201%20.75-.75h3.5a.75.75%200%200%201%200%201.5H10a.75.75%200%200%201-.75-.75m-3%203a.75.75%200%200%201%20.75-.75h.5a.75.75%200%200%201%200%201.5H7a.75.75%200%200%201-.75-.75m3%200a.75.75%200%200%201%20.75-.75h2a.75.75%200%200%201%200%201.5h-2a.75.75%200%200%201-.75-.75M6%206.5c0-.466%200-.699.076-.883a1%201%200%200%201%20.541-.54C6.801%205%207.034%205%207.5%205h7c.466%200%20.699%200%20.883.076a1%201%200%200%201%20.54.541c.077.184.077.417.077.883s0%20.699-.076.883a1%201%200%200%201-.541.54C15.199%208%2014.966%208%2014.5%208h-7c-.466%200-.699%200-.883-.076a1%201%200%200%201-.54-.541C6%207.199%206%206.966%206%206.5%22/%3E%3C/svg%3E');
    -webkit-mask-image: url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M3.25%205A2.75%202.75%200%200%201%206%202.25h10A2.75%202.75%200%200%201%2018.75%205v5.5a.75.75%200%200%201-1.5%200V5c0-.69-.56-1.25-1.25-1.25H6c-.69%200-1.25.56-1.25%201.25v14c0%20.69.56%201.25%201.25%201.25h7.5a.75.75%200%200%201%200%201.5H6A2.75%202.75%200%200%201%203.25%2019z%22/%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M18%2013.25a.75.75%200%200%201%20.75.75v.418c1.027.038%202%20.795%202%201.915a.75.75%200%200%201-1.5%200c0-.142-.162-.416-.581-.416h-1.506a.5.5%200%200%200-.329.112c-.068.06-.084.117-.084.154a.5.5%200%200%200%20.018.149a.3.3%200%200%200%20.042.026c.04.02.1.044.193.072l2.418.701c.276.082.63.218.908.513c.3.32.421.73.421%201.173c0%201.067-.956%201.766-1.913%201.766h-.087V21a.75.75%200%200%201-1.5%200v-.418c-1.027-.038-2-.795-2-1.915a.75.75%200%200%201%201.5%200c0%20.142.162.416.581.416h1.506a.5.5%200%200%200%20.329-.112c.068-.06.084-.117.084-.154a.5.5%200%200%200-.018-.149a.3.3%200%200%200-.042-.026c-.04-.02-.1-.044-.193-.072l-2.418-.701c-.276-.082-.63-.218-.908-.513c-.3-.32-.421-.73-.421-1.173c0-1.067.956-1.766%201.913-1.766h.087V14a.75.75%200%200%201.75-.75M6.25%2011a.75.75%200%200%201%20.75-.75h.5a.75.75%200%200%201%200%201.5H7a.75.75%200%200%201-.75-.75m3%200a.75.75%200%200%201%20.75-.75h5a.75.75%200%200%201%200%201.5h-5a.75.75%200%200%201-.75-.75m-3%203a.75.75%200%200%201%20.75-.75h.5a.75.75%200%200%201%200%201.5H7a.75.75%200%200%201-.75-.75m3%200a.75.75%200%200%201%20.75-.75h3.5a.75.75%200%200%201%200%201.5H10a.75.75%200%200%201-.75-.75m-3%203a.75.75%200%200%201%20.75-.75h.5a.75.75%200%200%201%200%201.5H7a.75.75%200%200%201-.75-.75m3%200a.75.75%200%200%201%20.75-.75h2a.75.75%200%200%201%200%201.5h-2a.75.75%200%200%201-.75-.75M6%206.5c0-.466%200-.699.076-.883a1%201%200%200%201%20.541-.54C6.801%205%207.034%205%207.5%205h7c.466%200%20.699%200%20.883.076a1%201%200%200%201%20.54.541c.077.184.077.417.077.883s0%20.699-.076.883a1%201%200%200%201-.541.54C15.199%208%2014.966%208%2014.5%208h-7c-.466%200-.699%200-.883-.076a1%201%200%200%201-.54-.541C6%207.199%206%206.966%206%206.5%22/%3E%3C/svg%3E');
}

.icon-app::before {
    mask-image: url('data:image/svg+xml,%3Csvg%20xmlns="http://www.w3.org/2000/svg"%20width="24"%20height="24"%20viewBox="0%200%2024%2024"%3E%3Cpath%20fill="currentColor"%20d="M12.5%206.5a5%205%200%201%201%2010%200a5%205%200%200%201-10%200M2%202h9v9H2zm0%2011h9v9H2zm11%200h9v9h-9z"/%3E%3C/svg%3E');
    -webkit-mask-image: url('data:image/svg+xml,%3Csvg%20xmlns="http://www.w3.org/2000/svg"%20width="24"%20height="24"%20viewBox="0%200%2024%2024"%3E%3Cpath%20fill="currentColor"%20d="M12.5%206.5a5%205%200%201%201%2010%200a5%205%200%200%201-10%200M2%202h9v9H2zm0%2011h9v9H2zm11%200h9v9h-9z"/%3E%3C/svg%3E');
}

.icon-add-contact::before {
    mask-image: url('data:image/svg+xml,%3Csvg%20xmlns="http://www.w3.org/2000/svg"%20width="24"%20height="24"%20viewBox="0%200%2024%2024"%3E%3Cpath%20fill="currentColor"%20d="M17.5%2012a5.5%205.5%200%201%201%200%2011a5.5%205.5%200%200%201%200-11M13.75%202A2.25%202.25%200%200%201%2016%204.25v6.924a6.5%206.5%200%200%200-1.5.558V4.25a.75.75%200%200%200-.75-.75h-7.5a.75.75%200%200%200-.75.75v15.5c0%20.414.336.75.75.75l5.483.001a6.5%206.5%200%200%200%201.077%201.5L6.25%2022A2.25%202.25%200%200%201%204%2019.75V4.25A2.25%202.25%200%200%201%206.25%202zm3.75%2012l-.09.007a.5.5%200%200%200-.402.402L17%2014.5V17h-2.502l-.09.008a.5.5%200%200%200-.402.402l-.008.09l.008.09a.5.5%200%200%200%20.402.402l.09.008H17v2.503l.008.09a.5.5%200%200%200%20.402.402l.09.008l.09-.008a.5.5%200%200%200%20.402-.402l.008-.09V18l2.504.001l.09-.008a.5.5%200%200%200%20.402-.402l.008-.09l-.008-.09a.5.5%200%200%200-.403-.402l-.09-.008H18v-2.5l-.008-.09a.5.5%200%200%200-.402-.403zm-8.751%203.504L11%2017.499c0%20.517.06%201.02.174%201.5l-2.423.005a.75.75%200%200%201-.002-1.5"/%3E%3C/svg%3E');
    -webkit-mask-image: url('data:image/svg+xml,%3Csvg%20xmlns="http://www.w3.org/2000/svg"%20width="24"%20height="24"%20viewBox="0%200%2024%2024"%3E%3Cpath%20fill="currentColor"%20d="M17.5%2012a5.5%205.5%200%201%201%200%2011a5.5%205.5%200%200%201%200-11M13.75%202A2.25%202.25%200%200%201%2016%204.25v6.924a6.5%206.5%200%200%200-1.5.558V4.25a.75.75%200%200%200-.75-.75h-7.5a.75.75%200%200%200-.75.75v15.5c0%20.414.336.75.75.75l5.483.001a6.5%206.5%200%200%200%201.077%201.5L6.25%2022A2.25%202.25%200%200%201%204%2019.75V4.25A2.25%202.25%200%200%201%206.25%202zm3.75%2012l-.09.007a.5.5%200%200%200-.402.402L17%2014.5V17h-2.502l-.09.008a.5.5%200%200%200-.402.402l-.008.09l.008.09a.5.5%200%200%200%20.402.402l.09.008H17v2.503l.008.09a.5.5%200%200%200%20.402.402l.09.008l.09-.008a.5.5%200%200%200%20.402-.402l.008-.09V18l2.504.001l.09-.008a.5.5%200%200%200%20.402-.402l.008-.09l-.008-.09a.5.5%200%200%200-.403-.402l-.09-.008H18v-2.5l-.008-.09a.5.5%200%200%200-.402-.403zm-8.751%203.504L11%2017.499c0%20.517.06%201.02.174%201.5l-2.423.005a.75.75%200%200%201-.002-1.5"/%3E%3C/svg%3E');
}

.icon-add::before {
    mask-image: url('data:image/svg+xml,%3Csvg%20xmlns%3D"http://www.w3.org/2000/svg"%20width%3D"24"%20height%3D"24"%20viewBox%3D"0%200%2024%2024"%3E%3Cpath%20fill%3D"currentColor"%20d%3D"M19%2013h-6v6h-2v-6H5v-2h6V5h2v6h6z"%2F%3E%3C%2Fsvg%3E');
    -webkit-mask-image: url('data:image/svg+xml,%3Csvg%20xmlns%3D"http://www.w3.org/2000/svg"%20width%3D"24"%20height%3D"24"%20viewBox%3D"0%200%2024%2024"%3E%3Cpath%20fill%3D"currentColor"%20d%3D"M19%2013h-6v6h-2v-6H5v-2h6V5h2v6h6z"%2F%3E%3C%2Fsvg%3E');
}


.icon-tennis::before {
    mask-image: url('data:image/svg+xml,%3Csvg%20xmlns="http://www.w3.org/2000/svg"%20width="48"%20height="48"%20viewBox="0%200%2048%2048"%3E%3Cg%20fill="none"%20stroke="currentColor"%20stroke-width="4"%3E%3Cpath%20d="M24%2044c11.046%200%2020-8.954%2020-20S35.046%204%2024%204S4%2012.954%204%2024s8.954%2020%2020%2020Z"/%3E%3Cpath%20stroke-linecap="round"%20stroke-linejoin="round"%20d="M24%204q-.15%2010.003-4.912%2015.004Q14.328%2024.007%204%2024.008"/%3E%3Cpath%20stroke-linecap="round"%20d="M43.968%2025.005q-9.768-.67-14.929%204.176Q23.88%2034.026%2024.004%2044"/%3E%3C/g%3E%3C/svg%3E');
    -webkit-mask-image: url('data:image/svg+xml,%3Csvg%20xmlns="http://www.w3.org/2000/svg"%20width="48"%20height="48"%20viewBox="0%200%2048%2048"%3E%3Cg%20fill="none"%20stroke="currentColor"%20stroke-width="4"%3E%3Cpath%20d="M24%2044c11.046%200%2020-8.954%2020-20S35.046%204%2024%204S4%2012.954%204%2024s8.954%2020%2020%2020Z"/%3E%3Cpath%20stroke-linecap="round"%20stroke-linejoin="round"%20d="M24%204q-.15%2010.003-4.912%2015.004Q14.328%2024.007%204%2024.008"/%3E%3Cpath%20stroke-linecap="round"%20d="M43.968%2025.005q-9.768-.67-14.929%204.176Q23.88%2034.026%2024.004%2044"/%3E%3C/g%3E%3C/svg%3E');
}

.icon-plan::before {
    mask-image: url('data:image/svg+xml,%3Csvg%20xmlns="http://www.w3.org/2000/svg"%20width="24"%20height="24"%20viewBox="0%200%2024%2024"%3E%3Cpath%20fill="currentColor"%20d="M3.25%205A2.75%202.75%200%200%201%206%202.25h10A2.75%202.75%200%200%201%2018.75%205v5.5a.75.75%200%200%201-1.5%200V5c0-.69-.56-1.25-1.25-1.25H6c-.69%200-1.25.56-1.25%201.25v14c0%20.69.56%201.25%201.25%201.25h7.5a.75.75%200%200%201%200%201.5H6A2.75%202.75%200%200%201%203.25%2019z"/%3E%3Cpath%20fill="currentColor"%20d="M18%2013.25a.75.75%200%200%201%20.75.75v.418c1.027.038%202%20.795%202%201.915a.75.75%200%200%201-1.5%200c0-.142-.162-.416-.581-.416h-1.506a.5.5%200%200%200-.329.112c-.068.06-.084.117-.084.154a.5.5%200%200%200%20.018.149a.3.3%200%200%200%20.042.026c.04.02.1.044.193.072l2.418.701c.276.082.63.218.908.513c.3.32.421.73.421%201.173c0%201.067-.956%201.766-1.913%201.766h-.087V21a.75.75%200%200%201-1.5%200v-.418c-1.027-.038-2-.795-2-1.915a.75.75%200%200%201%201.5%200c0%20.142.162.416.581.416h1.506a.5.5%200%200%200%20.329-.112c.068-.06.084-.117.084-.154a.5.5%200%200%200-.018-.149a.3.3%200%200%200-.042-.026c-.04-.02-.1-.044-.193-.072l-2.418-.701c-.276-.082-.63-.218-.908-.513c-.3-.32-.421-.73-.421-1.173c0-1.067.956-1.766%201.913-1.766h.087V14a.75.75%200%200%201%20.75-.75M6.25%2011a.75.75%200%200%201%20.75-.75h.5a.75.75%200%200%201%200%201.5H7a.75.75%200%200%201-.75-.75m3%200a.75.75%200%200%201%20.75-.75h5a.75.75%200%200%201%200%201.5h-5a.75.75%200%200%201-.75-.75m-3%203a.75.75%200%200%201%20.75-.75h.5a.75.75%200%200%201%200%201.5H7a.75.75%200%200%201-.75-.75m3%200a.75.75%200%200%201%20.75-.75h3.5a.75.75%200%200%201%200%201.5H10a.75.75%200%200%201-.75-.75m-3%203a.75.75%200%200%201%20.75-.75h.5a.75.75%200%200%201%200%201.5H7a.75.75%200%200%201-.75-.75m3%200a.75.75%200%200%201%20.75-.75h2a.75.75%200%200%201%200%201.5h-2a.75.75%200%200%201-.75-.75M6%206.5c0-.466%200-.699.076-.883a1%201%200%200%201%20.541-.54C6.801%205%207.034%205%207.5%205h7c.466%200%20.699%200%20.883.076a1%201%200%200%201%20.54.541c.077.184.077.417.077.883s0%20.699-.076.883a1%201%200%200%201-.541.54C15.199%208%2014.966%208%2014.5%208h-7c-.466%200-.699%200-.883-.076a1%201%200%200%201-.54-.541C6%207.199%206%206.966%206%206.5"/%3E%3C/svg%3E');
    -webkit-mask-image: url('data:image/svg+xml,%3Csvg%20xmlns="http://www.w3.org/2000/svg"%20width="24"%20height="24"%20viewBox="0%200%2024%2024"%3E%3Cpath%20fill="currentColor"%20d="M3.25%205A2.75%202.75%200%200%201%206%202.25h10A2.75%202.75%200%200%201%2018.75%205v5.5a.75.75%200%200%201-1.5%200V5c0-.69-.56-1.25-1.25-1.25H6c-.69%200-1.25.56-1.25%201.25v14c0%20.69.56%201.25%201.25%201.25h7.5a.75.75%200%200%201%200%201.5H6A2.75%202.75%200%200%201%203.25%2019z"/%3E%3Cpath%20fill="currentColor"%20d="M18%2013.25a.75.75%200%200%201%20.75.75v.418c1.027.038%202%20.795%202%201.915a.75.75%200%200%201-1.5%200c0-.142-.162-.416-.581-.416h-1.506a.5.5%200%200%200-.329.112c-.068.06-.084.117-.084.154a.5.5%200%200%200%20.018.149a.3.3%200%200%200%20.042.026c.04.02.1.044.193.072l2.418.701c.276.082.63.218.908.513c.3.32.421.73.421%201.173c0%201.067-.956%201.766-1.913%201.766h-.087V21a.75.75%200%200%201-1.5%200v-.418c-1.027-.038-2-.795-2-1.915a.75.75%200%200%201%201.5%200c0%20.142.162.416.581.416h1.506a.5.5%200%200%200%20.329-.112"/%3E%3C/svg%3E');
}

.icon-check::before {
    mask-image: url('data:image/svg+xml,%3Csvg%20xmlns="http://www.w3.org/2000/svg"%20width="24"%20height="24"%20viewBox="0%200%2024%2024"%3E%3Cpath%20fill="currentColor"%20d="m9.55%2018l-5.7-5.7l1.425-1.425L9.55%2015.15l9.175-9.175L20.15%207.4z"/%3E%3C/svg%3E');
    -webkit-mask-image: url('data:image/svg+xml,%3Csvg%20xmlns="http://www.w3.org/2000/svg"%20width="24"%20height="24"%20viewBox="0%200%2024%2024"%3E%3Cpath%20fill="currentColor"%20d="m9.55%2018l-5.7-5.7l1.425-1.425L9.55%2015.15l9.175-9.175L20.15%207.4z"/%3E%3C/svg%3E');
}

.icon-uncheck::before {
    mask-image: url('data:image/svg+xml,%3Csvg%20xmlns%3D"http://www.w3.org/2000/svg"%20width%3D"20"%20height%3D"20"%20viewBox%3D"0%200%2020%2020"%3E%3Cpath%20fill%3D"currentColor"%20d%3D"m12.12%2010l3.53%203.53l-2.12%202.12L10%2012.12l-3.54%203.54l-2.12-2.12L7.88%2010L4.34%206.46l2.12-2.12L10%207.88l3.54-3.53l2.12%202.12z"%2F%3E%3C%2Fsvg%3E');
    -webkit-mask-image: url('data:image/svg+xml,%3Csvg%20xmlns%3D"http://www.w3.org/2000/svg"%20width%3D"20"%20height%3D"20"%20viewBox%3D"0%200%2020%2020"%3E%3Cpath%20fill%3D"currentColor"%20d%3D"m12.12%2010l3.53%203.53l-2.12%202.12L10%2012.12l-3.54%203.54l-2.12-2.12L7.88%2010L4.34%206.46l2.12-2.12L10%207.88l3.54-3.53l2.12%202.12z"%2F%3E%3C%2Fsvg%3E');
}


.icon-tennis::before {
    mask-image: url('data:image/svg+xml,%3Csvg%20xmlns="http://www.w3.org/2000/svg"%20width="50"%20height="50"%20viewBox="0%200%2050%2050"%3E%3Cpath%20fill="currentColor"%20d="M5.809%2024.21a1.843%201.843%200%200%200-1.838%201.835c0%201.007.828%201.82%201.838%201.82a1.82%201.82%200%200%200%201.826-1.82a1.833%201.833%200%200%200-1.826-1.835M31.297%208.951a3.975%203.975%200%200%200%203.98-3.969a3.986%203.986%200%200%200-7.973%200c0%202.198%201.79%203.969%203.993%203.969m17.131%2035.412l-6.477-7.626s-2.023-11.774-2.023-11.799l-.303-1.335c.012.013-.814-3.714-1.447-6.627c1.01.582%201.922%201.104%201.971%201.129c.049.108%203.432%206.53%203.432%206.53c.258.475.686.827%201.195.983a2%202%200%200%200%201.547-.146a1.95%201.95%200%200%200%20.984-1.189a1.9%201.9%200%200%200-.135-1.529L43.463%2015.7s-.148-.255-.342-.448c-.268-.267-.855-.595-.855-.595l-7.205-4.092c-.914-.461-1.924-.618-2.936-.4c-.416.085-.803.243-1.24.486c-.051.011-1.646.715-2.57%202.878l-3.7%207.429l-5.833%201.129l-.134.048l-5.266-3.715c-1.181-.825-1.326-3.302-1.34-3.399c-.145-1.699-1.12-3.302-2.678-4.407c-1.411-.995-3.117-1.419-4.676-1.166c-1.218.207-2.252.838-2.91%201.762A4.27%204.27%200%200%200%201%2013.71l.073.803c.269%201.564%201.23%203.021%202.643%204.029c1.424%201.007%203.117%201.433%204.675%201.166l.366-.073c.036-.024%202.374-.742%203.518.037c0%20.011%203.938%202.779%204.986%203.52c-.109.17-.304.545-.292.935a2.023%202.023%200%200%200%202.411%201.967l6.987-1.361s.598-.182.854-.365c.33-.23.572-.715.572-.715l1.838-3.691s1.268%205.96%201.289%206.069c-.145.146-5.732%206.058-5.732%206.058l-.215.122c-.551.496-.973%201.151-.973%201.845v12.526C24%2047.92%2025.167%2049%2026.506%2049C27.834%2049%2029%2047.92%2029%2046.582V36.119c1-.533%204.844-5.036%205.988-6.229c.123.704%201.252%207.056%201.252%207.056c.098.559.379%201.068.781%201.479c0%20.014%207.699%209.071%207.699%209.071a2.53%202.53%200%200%200%201.657.848a2.47%202.47%200%200%200%201.769-.568a2.44%202.44%200%200%200%20.853-1.848a2.4%202.4%200%200%200-.571-1.565M10.022%2017.049c-.426.595-1.083.983-1.899%201.129c-1.145.193-2.424-.134-3.494-.911c-1.083-.766-1.815-1.857-2.009-2.998l-.05-.571c0-.595.159-1.128.488-1.59c1.059-1.48%203.481-1.577%205.404-.218c1.913%201.36%202.619%203.678%201.56%205.159"/%3E%3C/svg%3E');
    -webkit-mask-image: url('data:image/svg+xml,%3Csvg%20xmlns="http://www.w3.org/2000/svg"%20width="50"%20height="50"%20viewBox="0%200%2050%2050"%3E%3Cpath%20fill="currentColor"%20d="M5.809%2024.21a1.843%201.843%200%200%200-1.838%201.835c0%201.007.828%201.82%201.838%201.82a1.82%201.82%200%200%200%201.826-1.82a1.833%201.833%200%200%200-1.826-1.835M31.297%208.951a3.975%203.975%200%200%200%203.98-3.969a3.986%203.986%200%200%200-7.973%200c0%202.198%201.79%203.969%203.993%203.969m17.131%2035.412l-6.477-7.626s-2.023-11.774-2.023-11.799l-.303-1.335c.012.013-.814-3.714-1.447-6.627c1.01.582%201.922%201.104%201.971%201.129c.049.108%203.432%206.53%203.432%206.53c.258.475.686.827%201.195.983a2%202%200%200%200%201.547-.146a1.95%201.95%200%200%200%20.984-1.189a1.9%201.9%200%200%200-.135-1.529L43.463%2015.7s-.148-.255-.342-.448c-.268-.267-.855-.595-.855-.595l-7.205-4.092c-.914-.461-1.924-.618-2.936-.4c-.416.085-.803.243-1.24.486c-.051.011-1.646.715-2.57%202.878l-3.7%207.429l-5.833%201.129l-.134.048l-5.266-3.715c-1.181-.825-1.326-3.302-1.34-3.399c-.145-1.699-1.12-3.302-2.678-4.407c-1.411-.995-3.117-1.419-4.676-1.166c-1.218.207-2.252.838-2.91%201.762A4.27%204.27%200%200%200%201%2013.71l.073.803c.269%201.564%201.23%203.021%202.643%204.029c1.424%201.007%203.117%201.433%204.675%201.166l.366-.073c.036-.024%202.374-.742%203.518.037c0%20.011%203.938%202.779%204.986%203.52c-.109.17-.304.545-.292.935a2.023%202.023%200%200%200%202.411%201.967l6.987-1.361s.598-.182.854-.365c.33-.23.572-.715.572-.715l1.838-3.691s1.268%205.96%201.289%206.069c-.145.146-5.732%206.058-5.732%206.058l-.215.122c-.551.496-.973%201.151-.973%201.845v12.526C24%2047.92%2025.167%2049%2026.506%2049C27.834%2049%2029%2047.92%2029%2046.582V36.119c1-.533%204.844-5.036%205.988-6.229c.123.704%201.252%207.056%201.252%207.056c.098.559.379%201.068.781%201.479c0%20.014%207.699%209.071%207.699%209.071a2.53%202.53%200%200%200%201.657.848a2.47%202.47%200%200%200%201.769-.568a2.44%202.44%200%200%200%20.853-1.848a2.4%202.4%200%200%200-.571-1.565M10.022%2017.049c-.426.595-1.083.983-1.899%201.129c-1.145.193-2.424-.134-3.494-.911c-1.083-.766-1.815-1.857-2.009-2.998l-.05-.571c0-.595.159-1.128.488-1.59c1.059-1.48%203.481-1.577%205.404-.218c1.913%201.36%202.619%203.678%201.56%205.159"/%3E%3C/svg%3E');
}

.icon-tennis-ball::before {
    mask-image: url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http://www.w3.org/2000/svg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M13.196%202.071s-.232%203.599%202.268%207.93s5.733%205.928%205.733%205.928M2.803%208.071s3.233%201.599%205.733%205.93s2.268%207.928%202.268%207.928%22/%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M7%203.338A9.95%209.95%200%200%201%2012%202c5.523%200%2010%204.477%2010%2010s-4.477%2010-10%2010S2%2017.523%202%2012c0-1.821.487-3.53%201.338-5%22/%3E%3C/g%3E%3C/svg%3E');
    -webkit-mask-image: url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http://www.w3.org/2000/svg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M13.196%202.071s-.232%203.599%202.268%207.93s5.733%205.928%205.733%205.928M2.803%208.071s3.233%201.599%205.733%205.93s2.268%207.928%202.268%207.928%22/%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M7%203.338A9.95%209.95%200%200%201%2012%202c5.523%200%2010%204.477%2010%2010s-4.477%2010-10%2010S2%2017.523%202%2012c0-1.821.487-3.53%201.338-5%22/%3E%3C/g%3E%3C/svg%3E');
}

.icon-tennis-player::before {
    mask-image: url('data:image/svg+xml,%3Csvg%20fill%3D%22%23000%22%20height%3D%22800px%22%20width%3D%22800px%22%20version%3D%221.1%22%20id%3D%22Capa_1%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns:xlink%3D%22http%3A//www.w3.org/1999/xlink%22%20viewBox%3D%220%200%20471.573%20471.573%22%20xml:space%3D%22preserve%22%3E%3Cg%3E%3Cg%20id%3D%22Layer_1_12_%22%3E%3Cg%3E%3Cpath%20d%3D%22M365.984%2C94.414c-8.412-3.81-18.317-0.078-22.126%2C8.331l-18.123%2C40.016c0%2C0-44.27%2C17.973-52.074%2C20.502c-15.133%2C4.902-33.125%2C3.368-60.825%2C10.715l-52.499%2C12.952l-36.863-27.521c6.94-12.046%2C18.646-32.375%2C21.573-37.514c3.167-5.563%2C10.288-13.085%2C13.889-16.727c7.55%2C1.135%2C15.516%2C0.132%2C23.289-2.929c12.257-4.825%2C22.913-14.338%2C30.005-26.791c7.085-12.447%2C9.828-26.466%2C7.721-39.475c-2.213-13.655-9.44-24.597-20.351-30.81C193.581%2C1.738%2C186.945%2C0%2C179.879%2C0c-5.682%2C0-11.457%2C1.14-17.165%2C3.388c-12.263%2C4.828-22.918%2C14.342-30.003%2C26.789c-7.088%2C12.445-9.831%2C26.465-7.724%2C39.476c1.333%2C8.229%2C4.571%2C15.651%2C9.386%2C21.542c-1.241%2C4.85-3.99%2C14.627-7.312%2C20.461c-3.004%2C5.272-18.659%2C32.452-23.803%2C41.385l-0.351%2C0.606c-1.228%2C0.649-2.379%2C1.494-3.393%2C2.554c-5.121%2C5.344-4.945%2C13.831%2C0.402%2C18.956l45.766%2C43.875c3.274%2C3.097%2C7.945%2C4.764%2C12.746%2C4.022l2.108-0.326l45.438-7l12.762%2C94.067L185.58%2C448.468c-1.743%2C9.216%2C3.386%2C18.608%2C12.487%2C21.922c10.117%2C3.685%2C21.305-1.529%2C24.989-11.646l47-115.054l18.374%2C38.834l-13.178%2C66.494c-2.051%2C10.775%2C6.527%2C19.628%2C16.88%2C21.263c10.945%2C1.727%2C20.455-5.738%2C22.942-16.689l18.893-72.782c0.48-3.111%2C0.211-6.465-0.97-9.623l-0.668-1.789l-18.589-49.742l-16.77-122.101l49.791-22.282l1.363-0.61c4.075-1.842%2C7.43-5.275%2C9.047-9.821l17.662-49.594C377.69%2C107.158%2C373.947%2C98.023%2C365.984%2C94.414z%20M146.785%2C38.193c7.604-13.356%2C20.569-21.987%2C33.031-21.987c4.271%2C0%2C8.23%2C1.022%2C11.769%2C3.034c14.161%2C8.064%2C17.106%2C29.685%2C6.565%2C48.197c-7.601%2C13.355-20.566%2C21.985-33.03%2C21.985c-4.271%2C0-8.231-1.021-11.767-3.035c-6.763-3.849-11.2-10.927-12.494-19.929C139.537%2C57.266%2C141.641%2C47.227%2C146.785%2C38.193z%22/%3E%3Cpath%20d%3D%22M200.009%2C119.061c-2.545%2C21.723%2C13.005%2C41.388%2C34.728%2C43.93c21.721%2C2.542%2C41.39-13.008%2C43.931-34.73c2.54-21.72-13.011-41.389-34.732-43.929C222.214%2C81.789%2C202.546%2C97.339%2C200.009%2C119.061z%22/%3E%3Ccircle%20cx%3D%22339.642%22%20cy%3D%2256.285%22%20r%3D%2214.961%22/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E');
    -webkit-mask-image: url('data:image/svg+xml,%3Csvg%20fill%3D%22%23000%22%20height%3D%22800px%22%20width%3D%22800px%22%20version%3D%221.1%22%20id%3D%22Capa_1%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns:xlink%3D%22http%3A//www.w3.org/1999/xlink%22%20viewBox%3D%220%200%20471.573%20471.573%22%20xml:space%3D%22preserve%22%3E%3Cg%3E%3Cg%20id%3D%22Layer_1_12_%22%3E%3Cg%3E%3Cpath%20d%3D%22M365.984%2C94.414c-8.412-3.81-18.317-0.078-22.126%2C8.331l-18.123%2C40.016c0%2C0-44.27%2C17.973-52.074%2C20.502c-15.133%2C4.902-33.125%2C3.368-60.825%2C10.715l-52.499%2C12.952l-36.863-27.521c6.94-12.046%2C18.646-32.375%2C21.573-37.514c3.167-5.563%2C10.288-13.085%2C13.889-16.727c7.55%2C1.135%2C15.516%2C0.132%2C23.289-2.929c12.257-4.825%2C22.913-14.338%2C30.005-26.791c7.085-12.447%2C9.828-26.466%2C7.721-39.475c-2.213-13.655-9.44-24.597-20.351-30.81C193.581%2C1.738%2C186.945%2C0%2C179.879%2C0c-5.682%2C0-11.457%2C1.14-17.165%2C3.388c-12.263%2C4.828-22.918%2C14.342-30.003%2C26.789c-7.088%2C12.445-9.831%2C26.465-7.724%2C39.476c1.333%2C8.229%2C4.571%2C15.651%2C9.386%2C21.542c-1.241%2C4.85-3.99%2C14.627-7.312%2C20.461c-3.004%2C5.272-18.659%2C32.452-23.803%2C41.385l-0.351%2C0.606c-1.228%2C0.649-2.379%2C1.494-3.393%2C2.554c-5.121%2C5.344-4.945%2C13.831%2C0.402%2C18.956l45.766%2C43.875c3.274%2C3.097%2C7.945%2C4.764%2C12.746%2C4.022l2.108-0.326l45.438-7l12.762%2C94.067L185.58%2C448.468c-1.743%2C9.216%2C3.386%2C18.608%2C12.487%2C21.922c10.117%2C3.685%2C21.305-1.529%2C24.989-11.646l47-115.054l18.374%2C38.834l-13.178%2C66.494c-2.051%2C10.775%2C6.527%2C19.628%2C16.88%2C21.263c10.945%2C1.727%2C20.455-5.738%2C22.942-16.689l18.893-72.782c0.48-3.111%2C0.211-6.465-0.97-9.623l-0.668-1.789l-18.589-49.742l-16.77-122.101l49.791-22.282l1.363-0.61c4.075-1.842%2C7.43-5.275%2C9.047-9.821l17.662-49.594C377.69%2C107.158%2C373.947%2C98.023%2C365.984%2C94.414z%20M146.785%2C38.193c7.604-13.356%2C20.569-21.987%2C33.031-21.987c4.271%2C0%2C8.23%2C1.022%2C11.769%2C3.034c14.161%2C8.064%2C17.106%2C29.685%2C6.565%2C48.197c-7.601%2C13.355-20.566%2C21.985-33.03%2C21.985c-4.271%2C0-8.231-1.021-11.767-3.035c-6.763-3.849-11.2-10.927-12.494-19.929C139.537%2C57.266%2C141.641%2C47.227%2C146.785%2C38.193z%22/%3E%3Cpath%20d%3D%22M200.009%2C119.061c-2.545%2C21.723%2C13.005%2C41.388%2C34.728%2C43.93c21.721%2C2.542%2C41.39-13.008%2C43.931-34.73c2.54-21.72-13.011-41.389-34.732-43.929C222.214%2C81.789%2C202.546%2C97.339%2C200.009%2C119.061z%22/%3E%3Ccircle%20cx%3D%22339.642%22%20cy%3D%2256.285%22%20r%3D%2214.961%22/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E'); /* mesmo valor acima aqui também */
}


.icon-trophy::before {
    mask-image: url('data:image/svg+xml,%3Csvg%20xmlns="http://www.w3.org/2000/svg"%20width="24"%20height="24"%20viewBox="0%200%2024%2024"%3E%3Cpath%20fill="currentColor"%20d="M7%2021v-2h4v-3.1q-1.225-.275-2.187-1.037T7.4%2012.95q-1.875-.225-3.137-1.637T3%208V7q0-.825.588-1.412T5%205h2V3h10v2h2q.825%200%201.413.588T21%207v1q0%201.9-1.263%203.313T16.6%2012.95q-.45%201.15-1.412%201.913T13%2015.9V19h4v2zm0-10.2V7H5v1q0%20.95.55%201.713T7%2010.8m10%200q.9-.325%201.45-1.088T19%208V7h-2z"/%3E%3C/svg%3E');
    -webkit-mask-image: url('data:image/svg+xml,%3Csvg%20xmlns="http://www.w3.org/2000/svg"%20width="24"%20height="24"%20viewBox="0%200%2024%2024"%3E%3Cpath%20fill="currentColor"%20d="M7%2021v-2h4v-3.1q-1.225-.275-2.187-1.037T7.4%2012.95q-1.875-.225-3.137-1.637T3%208V7q0-.825.588-1.412T5%205h2V3h10v2h2q.825%200%201.413.588T21%207v1q0%201.9-1.263%203.313T16.6%2012.95q-.45%201.15-1.412%201.913T13%2015.9V19h4v2zm0-10.2V7H5v1q0%20.95.55%201.713T7%2010.8m10%200q.9-.325%201.45-1.088T19%208V7h-2z"/%3E%3C/svg%3E');
}

.icon-ranking::before {
    mask-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" width="640" height="512" viewBox="0 0 640 512"%3E%3Cpath fill="currentColor" d="M353.8 54.1L330.2 6.3c-3.9-8.3-16.1-8.6-20.4 0l-23.6 47.8l-52.3 7.5c-9.3 1.4-13.3 12.9-6.4 19.8l38 37l-9 52.1c-1.4 9.3 8.2 16.5 16.8 12.2l46.9-24.8l46.6 24.4c8.6 4.3 18.3-2.9 16.8-12.2l-9-52.1l38-36.6c6.8-6.8 2.9-18.3-6.4-19.8l-52.3-7.5zM256 256c-17.7 0-32 14.3-32 32v192c0 17.7 14.3 32 32 32h128c17.7 0 32-14.3 32-32V288c0-17.7-14.3-32-32-32zM32 320c-17.7 0-32 14.3-32 32v128c0 17.7 14.3 32 32 32h128c17.7 0 32-14.3 32-32V352c0-17.7-14.3-32-32-32zm416 96v64c0 17.7 14.3 32 32 32h128c17.7 0 32-14.3 32-32v-64c0-17.7-14.3-32-32-32H480c-17.7 0-32 14.3-32 32"/%3E%3C/svg%3E');
    -webkit-mask-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" width="640" height="512" viewBox="0 0 640 512"%3E%3Cpath fill="currentColor" d="M353.8 54.1L330.2 6.3c-3.9-8.3-16.1-8.6-20.4 0l-23.6 47.8l-52.3 7.5c-9.3 1.4-13.3 12.9-6.4 19.8l38 37l-9 52.1c-1.4 9.3 8.2 16.5 16.8 12.2l46.9-24.8l46.6 24.4c8.6 4.3 18.3-2.9 16.8-12.2l-9-52.1l38-36.6c6.8-6.8 2.9-18.3-6.4-19.8l-52.3-7.5zM256 256c-17.7 0-32 14.3-32 32v192c0 17.7 14.3 32 32 32h128c17.7 0 32-14.3 32-32V288c0-17.7-14.3-32-32-32zM32 320c-17.7 0-32 14.3-32 32v128c0 17.7 14.3 32 32 32h128c17.7 0 32-14.3 32-32V352c0-17.7-14.3-32-32-32zm416 96v64c0 17.7 14.3 32 32 32h128c17.7 0 32-14.3 32-32v-64c0-17.7-14.3-32-32-32H480c-17.7 0-32 14.3-32 32"/%3E%3C/svg%3E');
}

.icon-court-tennis::before {
    mask-image: url('data:image/svg+xml,%3Csvg%20xmlns%3D"http://www.w3.org/2000/svg"%20width%3D"512"%20height%3D"512"%20viewBox%3D"0%200%20512%20512"%3E%3Cpath%20fill%3D"currentColor"%20d%3D"M120.8%2055L87.58%20199h18.52l29.1-126h18.2l-20.6%20126h18.3l10.1-62H247v62h18v-62h85.8l10.1%2062h18.3L358.6%2073h18.2l29.1%20126h18.5L391.2%2055zm50.9%2018h168.6l7.6%2046H164.1zM73%20217v30h366v-30zm-.64%2048L20.69%20489H491.3l-51.7-224h-18.5l47.6%20206h-45L390%20265h-18.3l14.2%2087H265v-87h-18v87H126.1l14.2-87H122L88.35%20471H43.31l47.56-206zm50.74%20105h265.8l16.5%20101H106.6z"%2F%3E%3C%2Fsvg%3E');
    -webkit-mask-image: url('data:image/svg+xml,%3Csvg%20xmlns%3D"http://www.w3.org/2000/svg"%20width%3D"512"%20height%3D"512"%20viewBox%3D"0%200%20512%20512"%3E%3Cpath%20fill%3D"currentColor"%20d%3D"M120.8%2055L87.58%20199h18.52l29.1-126h18.2l-20.6%20126h18.3l10.1-62H247v62h18v-62h85.8l10.1%2062h18.3L358.6%2073h18.2l29.1%20126h18.5L391.2%2055zm50.9%2018h168.6l7.6%2046H164.1zM73%20217v30h366v-30zm-.64%2048L20.69%20489H491.3l-51.7-224h-18.5l47.6%20206h-45L390%20265h-18.3l14.2%2087H265v-87h-18v87H126.1l14.2-87H122L88.35%20471H43.31l47.56-206zm50.74%20105h265.8l16.5%20101H106.6z"%2F%3E%3C%2Fsvg%3E');
}

.icon-note::before {
    mask-image: url('data:image/svg+xml,%3Csvg%20xmlns%3D"http://www.w3.org/2000/svg"%20width%3D"24"%20height%3D"24"%20viewBox%3D"0%200%2024%2024"%3E%3Cpath%20fill%3D"currentColor"%20d%3D"M7%2017h2.1l6-5.95l-2.15-2.15L7%2014.85zm8.8-6.65l1.05-1.1Q17%209.1%2017%208.9t-.15-.35l-1.4-1.4Q15.3%207%2015.1%207t-.35.15l-1.1%201.05zM5%2021q-.825%200-1.412-.587T3%2019V5q0-.825.588-1.412T5%203h4.2q.325-.9%201.088-1.45T12%201t1.713.55T14.8%203H19q.825%200%201.413.588T21%205v14q0%20.825-.587%201.413T19%2021zm0-2h14V5H5zm7-14.75q.325%200%20.538-.213t.212-.537t-.213-.537T12%202.75t-.537.213t-.213.537t.213.538t.537.212M5%2019V5z"%2F%3E%3C%2Fsvg%3E');
    -webkit-mask-image: url('data:image/svg+xml,%3Csvg%20xmlns%3D"http://www.w3.org/2000/svg"%20width%3D"24"%20height%3D"24"%20viewBox%3D"0%200%2024%2024"%3E%3Cpath%20fill%3D"currentColor"%20d%3D"M7%2017h2.1l6-5.95l-2.15-2.15L7%2014.85zm8.8-6.65l1.05-1.1Q17%209.1%2017%208.9t-.15-.35l-1.4-1.4Q15.3%207%2015.1%207t-.35.15l-1.1%201.05zM5%2021q-.825%200-1.412-.587T3%2019V5q0-.825.588-1.412T5%203h4.2q.325-.9%201.088-1.45T12%201t1.713.55T14.8%203H19q.825%200%201.413.588T21%205v14q0%20.825-.587%201.413T19%2021zm0-2h14V5H5zm7-14.75q.325%200%20.538-.213t.212-.537t-.213-.537T12%202.75t-.537.213t-.213.537t.213.538t.537.212M5%2019V5z"%2F%3E%3C%2Fsvg%3E');
}

.icon-park-outline-tennis::before {
    mask-image: url('data:image/svg+xml,%3Csvg%20xmlns%3D"http://www.w3.org/2000/svg"%20width%3D"48"%20height%3D"48"%20viewBox%3D"0%200%2048%2048"%3E%3Cg%20fill%3D"none"%20stroke%3D"currentColor"%20stroke-width%3D"4"%3E%3Cpath%20d%3D"M24%2044c11.046%200%2020-8.954%2020-20S35.046%204%2024%204S4%2012.954%204%2024s8.954%2020%2020%2020Z"%2F%3E%3Cpath%20stroke-linecap%3D"round"%20stroke-linejoin%3D"round"%20d%3D"M24%204q-.15%2010.003-4.912%2015.004Q14.328%2024.007%204%2024.008"%2F%3E%3Cpath%20stroke-linecap%3D"round"%20d%3D"M43.968%2025.005q-9.768-.67-14.929%204.176Q23.88%2034.026%2024.004%2044"%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E');
    -webkit-mask-image: url('data:image/svg+xml,%3Csvg%20xmlns%3D"http://www.w3.org/2000/svg"%20width%3D"48"%20height%3D"48"%20viewBox%3D"0%200%2048%2048"%3E%3Cg%20fill%3D"none"%20stroke%3D"currentColor"%20stroke-width%3D"4"%3E%3Cpath%20d%3D"M24%2044c11.046%200%2020-8.954%2020-20S35.046%204%2024%204S4%2012.954%204%2024s8.954%2020%2020%2020Z"%2F%3E%3Cpath%20stroke-linecap%3D"round"%20stroke-linejoin%3D"round"%20d%3D"M24%204q-.15%2010.003-4.912%2015.004Q14.328%2024.007%204%2024.008"%2F%3E%3Cpath%20stroke-linecap%3D"round"%20d%3D"M43.968%2025.005q-9.768-.67-14.929%204.176Q23.88%2034.026%2024.004%2044"%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E');
}

.icon-birth::before {
    mask-image: url('data:image/svg+xml,%3Csvg%20xmlns%3D"http://www.w3.org/2000/svg"%20width%3D"24"%20height%3D"24"%20viewBox%3D"0%200%2024%2024"%3E%3Cg%20fill%3D"none"%20fill-rule%3D"evenodd"%3E%3Cpath%20d%3D"m12.594%2023.258l-.012.002l-.071.035l-.02.004l-.014-.004l-.071-.036q-.016-.004-.024.006l-.004.01l-.017.428l.005.02l.01.013l.104.074l.015.004l.012-.004l.104-.074l.012-.016l.004-.017l-.017-.427q-.004-.016-.016-.018m.264-.113l-.014.002l-.184.093l-.01.01l-.003.011l.018.43l.005.012l.008.008l.201.092q.019.005.029-.008l.004-.014l-.034-.614q-.005-.019-.02-.022m-.715.002a.02.02%200%200%200-.027.006l-.006.014l-.034.614q.001.018.017.024l.015-.002l.201-.093l.01-.008l.003-.011l.018-.43l-.003-.012l-.01-.01z"%2F%3E%3Cpath%20fill%3D"currentColor"%20d%3D"M18%209a3%203%200%200%201%202.995%202.824L21%2012v3c0%20.64-.379%201.139-.882%201.367l-.118.047V20a2%202%200%200%201-1.85%201.995L18%2022H6a2%202%200%200%201-1.995-1.85L4%2020v-3.585a1.49%201.49%200%200%201-.993-1.27L3%2015v-3a3%203%200%200%201%202.824-2.995L6%209zm-.067%206.7a1%201%200%200%200-1.09-.072l-.11.072l-.266.2a3%203%200%200%201-3.429.12l-.171-.12l-.267-.2a1%201%200%200%200-1.09-.072l-.11.072l-.267.2a3%203%200%200%201-3.428.12l-.172-.12l-.266-.2a1%201%200%200%200-1.09-.072l-.11.072l-.067.05V20h12v-4.25zM18%2011H6a1%201%200%200%200-1%201v2.005a3%203%200%200%201%203.467.095l.266.2a1%201%200%200%200%201.2%200l.267-.2a3%203%200%200%201%203.6%200l.267.2a1%201%200%200%200%201.2%200l.266-.2A3%203%200%200%201%2019%2014.005V12a1%201%200%200%200-1-1m-5.4-8.8a9%209%200%200%201%201.147%201.073C14.271%203.862%2015%204.855%2015%206a3%203%200%201%201-6%200c0-1.145.73-2.138%201.253-2.727A9%209%200%200%201%2011.4%202.2a1%201%200%200%201%201.2%200M12%204.334a6%206%200%200%200-.253.268C11.271%205.138%2011%205.645%2011%206a1%201%200%201%200%202%200c0-.355-.27-.862-.747-1.398A6%206%200%200%200%2012%204.334"%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E');
    -webkit-mask-image: url('data:image/svg+xml,%3Csvg%20xmlns%3D"http://www.w3.org/2000/svg"%20width%3D"24"%20height%3D"24"%20viewBox%3D"0%200%2024%2024"%3E%3Cg%20fill%3D"none"%20fill-rule%3D"evenodd"%3E%3Cpath%20d%3D"m12.594%2023.258l-.012.002l-.071.035l-.02.004l-.014-.004l-.071-.036q-.016-.004-.024.006l-.004.01l-.017.428l.005.02l.01.013l.104.074l.015.004l.012-.004l.104-.074l.012-.016l.004-.017l-.017-.427q-.004-.016-.016-.018m.264-.113l-.014.002l-.184.093l-.01.01l-.003.011l.018.43l.005.012l.008.008l.201.092q.019.005.029-.008l.004-.014l-.034-.614q-.005-.019-.02-.022m-.715.002a.02.02%200%200%200-.027.006l-.006.014l-.034.614q.001.018.017.024l.015-.002l.201-.093l.01-.008l.003-.011l.018-.43l-.003-.012l-.01-.01z"%2F%3E%3Cpath%20fill%3D"currentColor"%20d%3D"M18%209a3%203%200%200%201%202.995%202.824L21%2012v3c0%20.64-.379%201.139-.882%201.367l-.118.047V20a2%202%200%200%201-1.85%201.995L18%2022H6a2%202%200%200%201-1.995-1.85L4%2020v-3.585a1.49%201.49%200%200%201-.993-1.27L3%2015v-3a3%203%200%200%201%202.824-2.995L6%209zm-.067%206.7a1%201%200%200%200-1.09-.072l-.11.072l-.266.2a3%203%200%200%201-3.429.12l-.171-.12l-.267-.2a1%201%200%200%200-1.09-.072l-.11.072l-.267.2a3%203%200%200%201-3.428.12l-.172-.12l-.266-.2a1%201%200%200%200-1.09-.072l-.11.072l-.067.05V20h12v-4.25zM18%2011H6a1%201%200%200%200-1%201v2.005a3%203%200%200%201%203.467.095l.266.2a1%201%200%200%200%201.2%200l.267-.2a3%203%200%200%201%203.6%200l.267.2a1%201%200%200%200%201.2%200l.266-.2A3%203%200%200%201%2019%2014.005V12a1%201%200%200%200-1-1m-5.4-8.8a9%209%200%200%201%201.147%201.073C14.271%203.862%2015%204.855%2015%206a3%203%200%201%201-6%200c0-1.145.73-2.138%201.253-2.727A9%209%200%200%201%2011.4%202.2a1%201%200%200%201%201.2%200M12%204.334a6%206%200%200%200-.253.268C11.271%205.138%2011%205.645%2011%206a1%201%200%201%200%202%200c0-.355-.27-.862-.747-1.398A6%206%200%200%200%2012%204.334"%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E');
}

.icon-geneder::before {
    mask-image: url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http://www.w3.org/2000/svg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M22%203v2h3.563l-3.375%203.406A6.96%206.96%200%200%200%2018%207c-1.87%200-3.616.74-4.938%202.063a6.94%206.94%200%200%200%20.001%209.875c.87.87%201.906%201.495%203.062%201.812c.114-.087.242-.178.344-.28a3.45%203.45%200%200%200%20.874-1.532a4.9%204.9%200%200%201-2.875-1.407C13.524%2016.588%2013%2015.336%2013%2014s.525-2.586%201.47-3.53C15.412%209.523%2016.664%209%2018%209s2.587.525%203.53%201.47A4.96%204.96%200%200%201%2023%2014c0%20.865-.245%201.67-.656%202.406c.096.516.156%201.058.156%201.594q0%20.749-.125%201.47c.2-.163.378-.348.563-.532C24.26%2017.614%2025%2015.87%2025%2014c0-1.53-.504-2.984-1.406-4.188L27%206.438V10h2V3zm-6.125%208.25c-.114.087-.242.178-.344.28c-.432.434-.714.96-.874%201.533c1.09.14%202.085.616%202.875%201.406c.945.943%201.47%202.195%201.47%203.53s-.525%202.586-1.47%203.53C16.588%2022.477%2015.336%2023%2014%2023s-2.587-.525-3.53-1.47A4.95%204.95%200%200%201%209%2018c0-.865.245-1.67.656-2.406A9%209%200%200%201%209.5%2014q0-.748.125-1.47c-.2.163-.377.348-.563.533C7.742%2014.384%207%2016.13%207%2018c0%201.53.504%202.984%201.406%204.188L6.72%2023.875l-2-2l-1.44%201.406l2%202l-2%202l1.44%201.44l2-2l2%202l1.405-1.44l-2-2l1.688-1.686A6.93%206.93%200%200%200%2014%2025c1.87%200%203.616-.74%204.938-2.063C20.26%2021.616%2021%2019.87%2021%2018s-.74-3.614-2.063-4.938c-.87-.87-1.906-1.495-3.062-1.812%22/%3E%3C/svg%3E');
    -webkit-mask-image: url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http://www.w3.org/2000/svg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M22%203v2h3.563l-3.375%203.406A6.96%206.96%200%200%200%2018%207c-1.87%200-3.616.74-4.938%202.063a6.94%206.94%200%200%200%20.001%209.875c.87.87%201.906%201.495%203.062%201.812c.114-.087.242-.178.344-.28a3.45%203.45%200%200%200%20.874-1.532a4.9%204.9%200%200%201-2.875-1.407C13.524%2016.588%2013%2015.336%2013%2014s.525-2.586%201.47-3.53C15.412%209.523%2016.664%209%2018%209s2.587.525%203.53%201.47A4.96%204.96%200%200%201%2023%2014c0%20.865-.245%201.67-.656%202.406c.096.516.156%201.058.156%201.594q0%20.749-.125%201.47c.2-.163.378-.348.563-.532C24.26%2017.614%2025%2015.87%2025%2014c0-1.53-.504-2.984-1.406-4.188L27%206.438V10h2V3zm-6.125%208.25c-.114.087-.242.178-.344.28c-.432.434-.714.96-.874%201.533c1.09.14%202.085.616%202.875%201.406c.945.943%201.47%202.195%201.47%203.53s-.525%202.586-1.47%203.53C16.588%2022.477%2015.336%2023%2014%2023s-2.587-.525-3.53-1.47A4.95%204.95%200%200%201%209%2018c0-.865.245-1.67.656-2.406A9%209%200%200%201%209.5%2014q0-.748.125-1.47c-.2.163-.377.348-.563.533C7.742%2014.384%207%2016.13%207%2018c0%201.53.504%202.984%201.406%204.188L6.72%2023.875l-2-2l-1.44%201.406l2%202l-2%202l1.44%201.44l2-2l2%202l1.405-1.44l-2-2l1.688-1.686A6.93%206.93%200%200%200%2014%2025c1.87%200%203.616-.74%204.938-2.063C20.26%2021.616%2021%2019.87%2021%2018s-.74-3.614-2.063-4.938c-.87-.87-1.906-1.495-3.062-1.812%22/%3E%3C/svg%3E');
}

.icon-health::before {
    mask-image: url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http://www.w3.org/2000/svg%22%20width%3D%222048%22%20height%3D%222048%22%20viewBox%3D%220%200%202048%202048%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M347%201024h-39l716%20716l588-588h181l-769%20769l-865-864q-35-35-62-75t-47-86h243l283-282l448%20447l320-319l155%20154h355q32-51%2049-108t17-117q0-87-32-162t-89-130t-132-87t-163-32q-84%200-149%2026t-120%2070t-105%2097t-106%20111q-54-54-105-109t-106-99t-121-72t-148-28q-86%200-161%2032t-132%2089t-89%20132t-33%20162q0%2047%2011%2097H9q-5-24-6-48t-2-48q0-113%2042-212t116-173t173-116t212-43q83%200%20148%2019t120%2052t106%2081t106%20103q55-56%20105-103t106-80t121-53t148-19q112%200%20211%2042t172%20116t116%20172t43%20211q0%2097-34%20188t-97%20167h-470l-101-102l-320%20321l-448-449z%22/%3E%3C/svg%3E');
    -webkit-mask-image: url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http://www.w3.org/2000/svg%22%20width%3D%222048%22%20height%3D%222048%22%20viewBox%3D%220%200%202048%202048%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M347%201024h-39l716%20716l588-588h181l-769%20769l-865-864q-35-35-62-75t-47-86h243l283-282l448%20447l320-319l155%20154h355q32-51%2049-108t17-117q0-87-32-162t-89-130t-132-87t-163-32q-84%200-149%2026t-120%2070t-105%2097t-106%20111q-54-54-105-109t-106-99t-121-72t-148-28q-86%200-161%2032t-132%2089t-89%20132t-33%20162q0%2047%2011%2097H9q-5-24-6-48t-2-48q0-113%2042-212t116-173t173-116t212-43q83%200%20148%2019t120%2052t106%2081t106%20103q55-56%20105-103t106-80t121-53t148-19q112%200%20211%2042t172%20116t116%20172t43%20211q0%2097-34%20188t-97%20167h-470l-101-102l-320%20321l-448-449z%22/%3E%3C/svg%3E');
}

.icon-happy-emoji::before {
    mask-image: url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http://www.w3.org/2000/svg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M12%2022C6.477%2022%202%2017.523%202%2012S6.477%202%2012%202s10%204.477%2010%2010s-4.477%2010-10%2010%22/%3E%3Cpath%20d%3D%22M16.5%2014.5s-1.5%202-4.5%202s-4.5-2-4.5-2%22/%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M15.5%209a.5.5%200%201%201%200-1a.5.5%200%200%201%200%201m-7%200a.5.5%200%201%201%200-1a.5.5%200%200%201%200%201%22/%3E%3C/g%3E%3C/svg%3E');
    -webkit-mask-image: url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http://www.w3.org/2000/svg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M12%2022C6.477%2022%202%2017.523%202%2012S6.477%202%2012%202s10%204.477%2010%2010s-4.477%2010-10%2010%22/%3E%3Cpath%20d%3D%22M16.5%2014.5s-1.5%202-4.5%202s-4.5-2-4.5-2%22/%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M15.5%209a.5.5%200%201%201%200-1a.5.5%200%200%201%200%201m-7%200a.5.5%200%201%201%200-1a.5.5%200%200%201%200%201%22/%3E%3C/g%3E%3C/svg%3E');
}

.icon-sad-emoji::before {
    mask-image: url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http://www.w3.org/2000/svg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M8.5%209a.5.5%200%201%201%200-1a.5.5%200%200%201%200%201m7%200a.5.5%200%201%201%200-1a.5.5%200%200%201%200%201%22/%3E%3Cpath%20d%3D%22M12%2022c5.523%200%2010-4.477%2010-10S17.523%202%2012%202S2%206.477%202%2012s4.477%2010%2010%2010%22/%3E%3Cpath%20d%3D%22M7.5%2015.5s1.5-2%204.5-2s4.5%202%204.5%202%22/%3E%3C/g%3E%3C/svg%3E');
    -webkit-mask-image: url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http://www.w3.org/2000/svg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M8.5%209a.5.5%200%201%201%200-1a.5.5%200%200%201%200%201m7%200a.5.5%200%201%201%200-1a.5.5%200%200%201%200%201%22/%3E%3Cpath%20d%3D%22M12%2022c5.523%200%2010-4.477%2010-10S17.523%202%2012%202S2%206.477%202%2012s4.477%2010%2010%2010%22/%3E%3Cpath%20d%3D%22M7.5%2015.5s1.5-2%204.5-2s4.5%202%204.5%202%22/%3E%3C/g%3E%3C/svg%3E');
}

.icon-calendar::before {
    mask-image: url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http://www.w3.org/2000/svg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M19%2019H5V8h14m-3-7v2H8V1H6v2H5c-1.11%200-2%20.89-2%202v14a2%202%200%200%200%202%202h14a2%202%200%200%200%202-2V5a2%202%200%200%200-2-2h-1V1m-1%2011h-5v5h5z%22/%3E%3C/svg%3E');
    -webkit-mask-image: url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http://www.w3.org/2000/svg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M19%2019H5V8h14m-3-7v2H8V1H6v2H5c-1.11%200-2%20.89-2%202v14a2%202%200%200%200%202%202h14a2%202%200%200%200%202-2V5a2%202%200%200%200-2-2h-1V1m-1%2011h-5v5h5z%22/%3E%3C/svg%3E');
}

.icon-real::before {
    mask-image: url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http://www.w3.org/2000/svg%22%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M7.41%207.2a1.7%201.7%200%200%200-1.7-1.7H2.62v5h1.25V8.9h.84a1.59%201.59%200%200%201%201.55%201.6h1.25a2.82%202.82%200%200%200-.77-1.95a1.71%201.71%200%200%200%20.67-1.35m-1.7-.45a.45.45%200%200%201%200%20.9H3.87v-.9z%22/%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M8%20.5A7.77%207.77%200%200%200%200%208a7.77%207.77%200%200%200%208%207.5A7.77%207.77%200%200%200%2016%208A7.77%207.77%200%200%200%208%20.5m0%2013.75A6.52%206.52%200%200%201%201.25%208A6.52%206.52%200%200%201%208%201.75A6.52%206.52%200%200%201%2014.75%208A6.52%206.52%200%200%201%208%2014.25%22/%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M13.22%208A1.59%201.59%200%200%200%2012%207.38h-2A.34.34%200%200%201%209.69%207h.01a.34.34%200%200%201%20.3-.3h1.91a.34.34%200%200%201%20.33.28h1.25a1.59%201.59%200%200%200-1.58-1.53h-.32V4.2h-1.22v1.25H10A1.6%201.6%200%200%200%208.44%207a1.55%201.55%200%200%200%20.35%201a1.59%201.59%200%200%200%201.21.62h2a.34.34%200%200%201%20.34.34V9a.33.33%200%200%201-.33.29h-1.93A.33.33%200%200%201%209.75%209H8.49a1.58%201.58%200%200%200%201.58%201.54h.3v1.26h1.25v-1.26H12A1.58%201.58%200%200%200%2013.56%209a1.5%201.5%200%200%200-.34-1%22/%3E%3C/svg%3E');
    -webkit-mask-image: url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http://www.w3.org/2000/svg%22%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M7.41%207.2a1.7%201.7%200%200%200-1.7-1.7H2.62v5h1.25V8.9h.84a1.59%201.59%200%200%201%201.55%201.6h1.25a2.82%202.82%200%200%200-.77-1.95a1.71%201.71%200%200%200%20.67-1.35m-1.7-.45a.45.45%200%200%201%200%20.9H3.87v-.9z%22/%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M8%20.5A7.77%207.77%200%200%200%200%208a7.77%207.77%200%200%200%208%207.5A7.77%207.77%200%200%200%2016%208A7.77%207.77%200%200%200%208%20.5m0%2013.75A6.52%206.52%200%200%201%201.25%208A6.52%206.52%200%200%201%208%201.75A6.52%206.52%200%200%201%2014.75%208A6.52%206.52%200%200%201%208%2014.25%22/%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M13.22%208A1.59%201.59%200%200%200%2012%207.38h-2A.34.34%200%200%201%209.69%207h.01a.34.34%200%200%201%20.3-.3h1.91a.34.34%200%200%201%20.33.28h1.25a1.59%201.59%200%200%200-1.58-1.53h-.32V4.2h-1.22v1.25H10A1.6%201.6%200%200%200%208.44%207a1.55%201.55%200%200%200%20.35%201a1.59%201.59%200%200%200%201.21.62h2a.34.34%200%200%201%20.34.34V9a.33.33%200%200%201-.33.29h-1.93A.33.33%200%200%201%209.75%209H8.49a1.58%201.58%200%200%200%201.58%201.54h.3v1.26h1.25v-1.26H12A1.58%201.58%200%200%200%2013.56%209a1.5%201.5%200%200%200-.34-1%22/%3E%3C/svg%3E');
}

.icon-timeline::before {
    mask-image: url('data:image/svg+xml,%3Csvg%20xmlns%3D"http://www.w3.org/2000/svg"%20width%3D"20"%20height%3D"20"%20viewBox%3D"0%200%2020%2020"%3E%3Cpath%20fill%3D"currentColor"%20d%3D"M3.5%203A1.5%201.5%200%200%200%202%204.5v4A1.5%201.5%200%200%200%203.5%2010h9A1.5%201.5%200%200%200%2014%208.5v-4A1.5%201.5%200%200%200%2012.5%203zM3%204.5a.5.5%200%200%201%20.5-.5h9a.5.5%200%200%201%20.5.5v4a.5.5%200%200%201-.5.5h-9a.5.5%200%200%201-.5-.5zm.5%206.5A1.5%201.5%200%200%200%202%2012.5v4A1.5%201.5%200%200%200%203.5%2018h9a1.5%201.5%200%200%200%201.5-1.5v-4a1.5%201.5%200%200%200-1.5-1.5zM3%2012.5a.5.5%200%200%201%20.5-.5h9a.5.5%200%200%201%20.5.5v4a.5.5%200%200%201-.5.5h-9a.5.5%200%200%201-.5-.5zm14-.063a2.003%202.003%200%200%201-2.5-1.937A2%202%200%200%201%2016%208.563a2%202%200%200%201%201%200a2%202%200%200%201%200%203.874M16.5%203a.5.5%200%200%201%20.5.5v4.041a3%203%200%200%200-1%200V3.5a.5.5%200%200%201%20.5-.5m0%2010.5q-.255%200-.5-.041V17.5a.5.5%200%200%200%201%200v-4.041q-.245.04-.5.041"%2F%3E%3C%2Fsvg%3E');
    -webkit-mask-image: url('data:image/svg+xml,%3Csvg%20xmlns%3D"http://www.w3.org/2000/svg"%20width%3D"20"%20height%3D"20"%20viewBox%3D"0%200%2020%2020"%3E%3Cpath%20fill%3D"currentColor"%20d%3D"M3.5%203A1.5%201.5%200%200%200%202%204.5v4A1.5%201.5%200%200%200%203.5%2010h9A1.5%201.5%200%200%200%2014%208.5v-4A1.5%201.5%200%200%200%2012.5%203zM3%204.5a.5.5%200%200%201%20.5-.5h9a.5.5%200%200%201%20.5.5v4a.5.5%200%200%201-.5.5h-9a.5.5%200%200%201-.5-.5zm.5%206.5A1.5%201.5%200%200%200%202%2012.5v4A1.5%201.5%200%200%200%203.5%2018h9a1.5%201.5%200%200%200%201.5-1.5v-4a1.5%201.5%200%200%200-1.5-1.5zM3%2012.5a.5.5%200%200%201%20.5-.5h9a.5.5%200%200%201%20.5.5v4a.5.5%200%200%201-.5.5h-9a.5.5%200%200%201-.5-.5zm14-.063a2.003%202.003%200%200%201-2.5-1.937A2%202%200%200%201%2016%208.563a2%202%200%200%201%201%200a2%202%200%200%201%200%203.874M16.5%203a.5.5%200%200%201%20.5.5v4.041a3%203%200%200%200-1%200V3.5a.5.5%200%200%201%20.5-.5m0%2010.5q-.255%200-.5-.041V17.5a.5.5%200%200%200%201%200v-4.041q-.245.04-.5.041"%2F%3E%3C%2Fsvg%3E');
}

.icon-info::before {
    mask-image: url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http://www.w3.org/2000/svg%22%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m9.708%206.075l-3.024.379l-.108.502l.595.108c.387.093.464.232.38.619l-.975%204.577c-.255%201.183.14%201.74%201.067%201.74c.72%200%201.554-.332%201.933-.789l.116-.549c-.263.232-.65.325-.905.325c-.363%200-.494-.255-.402-.704zm.091-2.755a1.32%201.32%200%201%201-2.64%200a1.32%201.32%200%200%201%202.64%200%22/%3E%3C/svg%3E');
    -webkit-mask-image: url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http://www.w3.org/2000/svg%22%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m9.708%206.075l-3.024.379l-.108.502l.595.108c.387.093.464.232.38.619l-.975%204.577c-.255%201.183.14%201.74%201.067%201.74c.72%200%201.554-.332%201.933-.789l.116-.549c-.263.232-.65.325-.905.325c-.363%200-.494-.255-.402-.704zm.091-2.755a1.32%201.32%200%201%201-2.64%200a1.32%201.32%200%200%201%202.64%200%22/%3E%3C/svg%3E');
}

.icon-vs::before {
    mask-image: url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http://www.w3.org/2000/svg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%3E%3Cpath%20d%3D%22M2%2012c0%205.523%204.477%2010%2010%2010s10-4.477%2010-10S17.523%202%2012%202S2%206.477%202%2012%22/%3E%3Cpath%20d%3D%22M14%2014.25c0%20.414.336.75.75.75H16a1%201%200%200%200%201-1v-1a1%201%200%200%200-1-1h-1a1%201%200%200%201-1-1v-1a1%201%200%200%201%201-1h1.25a.75.75%200%200%201%20.75.75M7%209l2%206l2-6%22/%3E%3C/g%3E%3C/svg%3E');
    -webkit-mask-image: url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http://www.w3.org/2000/svg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%3E%3Cpath%20d%3D%22M2%2012c0%205.523%204.477%2010%2010%2010s10-4.477%2010-10S17.523%202%2012%202S2%206.477%202%2012%22/%3E%3Cpath%20d%3D%22M14%2014.25c0%20.414.336.75.75.75H16a1%201%200%200%200%201-1v-1a1%201%200%200%200-1-1h-1a1%201%200%200%201-1-1v-1a1%201%200%200%201%201-1h1.25a.75.75%200%200%201%20.75.75M7%209l2%206l2-6%22/%3E%3C/g%3E%3C/svg%3E');
}











    

.icon-marketeq-user::before {
    mask-image: url('data:image/svg+xml,%3Csvg%20xmlns%3D"http://www.w3.org/2000/svg"%20width%3D"50"%20height%3D"50"%20viewBox%3D"0%200%2050%2050"%3E%3Cg%20fill%3D"none"%20stroke-linecap%3D"round"%20stroke-linejoin%3D"round"%20stroke-width%3D"2"%3E%3Cpath%20stroke%3D"%23344054"%20d%3D"M18.75%2031.25h12.5a10.417%2010.417%200%200%201%2010.417%2010.417a2.083%202.083%200%200%201-2.084%202.083H10.417a2.083%202.083%200%200%201-2.084-2.083A10.417%2010.417%200%200%201%2018.75%2031.25"%2F%3E%3Cpath%20stroke%3D"%23306cfe"%20d%3D"M25%2022.917A8.333%208.333%200%201%200%2025%206.25a8.333%208.333%200%200%200%200%2016.667"%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E');
    -webkit-mask-image: url('data:image/svg+xml,%3Csvg%20xmlns%3D"http://www.w3.org/2000/svg"%20width%3D"50"%20height%3D"50"%20viewBox%3D"0%200%2050%2050"%3E%3Cg%20fill%3D"none"%20stroke-linecap%3D"round"%20stroke-linejoin%3D"round"%20stroke-width%3D"2"%3E%3Cpath%20stroke%3D"%23344054"%20d%3D"M18.75%2031.25h12.5a10.417%2010.417%200%200%201%2010.417%2010.417a2.083%202.083%200%200%201-2.084%202.083H10.417a2.083%202.083%200%200%201-2.084-2.083A10.417%2010.417%200%200%201%2018.75%2031.25"%2F%3E%3Cpath%20stroke%3D"%23306cfe"%20d%3D"M25%2022.917A8.333%208.333%200%201%200%2025%206.25a8.333%208.333%200%200%200%200%2016.667"%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E');
}
