@font-face {
    font-family: 'Rubik';
    src: url('../fonts/Rubik-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/Rubik-Regular.woff') format('woff'), url('../fonts/Rubik-Regular.ttf') format('truetype'), url('../fonts/Rubik-Regular.svg#Rubik-Regular') format('svg');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Rubik';
    src: url('../fonts/Rubik-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/Rubik-Bold.woff') format('woff'), url('../fonts/Rubik-Bold.ttf') format('truetype'), url('../fonts/Rubik-Bold.svg#Rubik-Bold') format('svg');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

:root {
    /* --white: #ecf0f1; */
    --white: #fff;
    /* --purple: #8e44ad; */
    --purple: #8e24aa;
}

::-moz-selection,
::selection {
    background-color: var(--purple);
    color: var(--white);
}

html, body {
    height: 100%;
}

html, body, * {
    color: #222;
}

body {
    display: flex;
    flex-direction: column;
}

.wrapper {
    flex: 1 0 auto;
    margin-bottom: 80px;
}

.home__footer, .title-cover, .landing {
    flex-shrink: 0;
}

.transition-fade {
    transition: 0.4s;
    opacity: 1;
}

html.is-animating .transition-fade {
    opacity: 0;
}

p, li {
    font-size: 16px;
}

header {
    height: 76px;
    flex-shrink: 0;
}

.title-cover {
    background-color: var(--purple);
    margin-bottom: 40px;
    padding-top: 3.5em;
    padding-bottom: 1.5em;
}

.title-cover .title::selection,
.title-cover .title::-moz-selection,
.elvis h1::selection,
.elvis h1::-moz-selection {
    color: var(--purple);
    background-color: var(--white);
}

.title-cover .title {
    color: var(--white) !important;
    font-weight: 700;
    font-size: 3.5rem;
}

*,
.ui.header, .ui.button {
    font-family: 'Rubik', sans-serif;
    font-weight: 400;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Rubik', sans-serif;

    font-weight: 400;
    margin-top: 0;
    margin-bottom: .5rem;
    line-height: 1.2;
}

h1 {
    font-size: calc(1.375rem + 1.5vw);
}

h2 {
    font-size: calc(1.325rem + .9vw);
}

h3 {
    font-size: calc(1.3rem + .6vw);
}

h4 {
    font-size: calc(1.275rem + .3vw);
}

h5 {
    font-size: 1.25rem;
}

h6 {
    font-size: 1rem;
}

.ui.message .header, .ui.card > .content > .header, .ui.statistic > .value, .ui.statistics .statistic > .value, .ui.statistic > .label, .ui.statistics .statistic > .label, .ui.form input:not([type]), .ui.form input[type="color"], .ui.form input[type="date"], .ui.form input[type="datetime-local"], .ui.form input[type="email"], .ui.form input[type="file"], .ui.form input[type="month"], .ui.form input[type="number"], .ui.form input[type="password"], .ui.form input[type="search"], .ui.form input[type="tel"], .ui.form input[type="text"], .ui.form input[type="time"], .ui.form input[type="url"], .ui.form input[type="week"],
.ui.card > .content > .header:not(.ui), .ui.cards > .card > .content > .header:not(.ui) {
    font-family: 'Rubik', sans-serif;
}

header .title {
    width: auto;
    line-height: 76px;
    font-size: 1.5em;
    margin-left: 15px;
    opacity: .8;
    font-weight: 400;
}

.ui.menu {
    height: 100%;
    color: #222222;
}

.right.menu {
    margin-right: 25px !important;
}

.ui.secondary.menu .header.item.main {
    font-weight: 400;
    font-size: 1.6em;
}

.ui.secondary.menu .header.item.main img {
    width: 250px;
}

footer {
    padding-top: 20px;
    border-top: 1px solid #eee;
    margin-top: 50px;
    margin-bottom: 20px;
    height: 60px;
}

.ui.icon.menu {
    margin-left: 25px;
    margin-right: 25px;
    margin-bottom: 20px;
}

.ui.icon.menu > .item {
    font-size: 1.2rem;
}

.ui.right.item > .header.item {
    font-size: 13px;
}

@media (max-width: 1100px) and (min-width: 751px) {
    .ui.secondary.menu .header.item.main {
        display: none;
    }

    .ui.secondary.menu .right.menu {
        margin-right: auto !important;
    }
}

@media (max-width: 470px) {
    .ui.secondary.menu .header.item.main {
        display: none;
    }

    .ui.secondary.menu .right.menu {
        margin-right: auto !important;
    }
}

@media (max-width: 750px) {
    .ui.secondary.menu .right.menu > .item:not(.sidemenu) {
        display: none;
    }

    .footer.menu {
        flex-wrap: wrap;
        justify-content: center;
    }

    .footer.menu > .right.item {
        margin-right: auto;
    }
}

@media (max-width: 500px) {
    .footer.menu > .item:not(.right) {
        display: none;
    }
}

@media (min-width: 751px) {
    .ui.secondary.menu .right.menu > .sidemenu.item {
        display: none;
    }
}

@media (max-width: 1100px) {
    .nav-footer .social.item {
        display: none !important;
    }
}

/*
 * Home page
 */
/* .cover{
    width: 100%;
    height: 100vh;

    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;

    background: var(--purple);
    background: -moz-radial-gradient(center,ellipse cover,#7d3f9d 0%,#7d3f9d 0%,#985fb4 0%,#3c0557 79%,#3c0557 100%);
    background: -webkit-gradient(radial,center center,0px,center center,100%,color-stop(0%,#7d3f9d),color-stop(0%,#7d3f9d),color-stop(0%,#985fb4),color-stop(79%,#3c0557),color-stop(100%,#3c0557));
    background: -webkit-radial-gradient(center,ellipse cover,#7d3f9d 0%,#7d3f9d 0%,#985fb4 0%,#3c0557 79%,#3c0557 100%);
    background: -o-radial-gradient(center,ellipse cover,#7d3f9d 0%,#7d3f9d 0%,#985fb4 0%,#3c0557 79%,#3c0557 100%);
    background: -ms-radial-gradient(center,ellipse cover,#7d3f9d 0%,#7d3f9d 0%,#985fb4 0%,#3c0557 79%,#3c0557 100%);
    background: radial-gradient(ellipse at center,#7d3f9d 0%,#7d3f9d 0%,#985fb4 0%,#3c0557 79%,#3c0557 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#7d3f9d',endColorstr='#3c0557',GradientType=1);
}
.cover-content{
    position: relative;
    top: -10vh;
}

.cover .cover-title {
    font-weight: 700;
    font-size: 5.5em;
    margin-bottom: 15px;

    color: var(--white);
}

@media(max-width: 613px){
    .cover .cover-title{
        font-size: 4rem;
    }
    .cover .sub-title {
        font-size: 1.5em !important;
    }
}
@media(max-width: 446px){
    .cover .cover-title{
        font-size: 3rem;
    }
    .cover .sub-title {
        margin-left: 20px !important;
    }
} */
a.item {
    cursor: pointer;
}

/* .cover .sub-title {
    display: block;
    margin-left: 90px;
    text-align: left;
    font-size: 2em;

    color: var(--white);
} */

.horizontal-stick {
    margin-right: 5px;
}

.horizontal-stick img {
    width: 8%;
    margin-bottom: 1px;
}

.nav-footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 73px !important;
    margin-bottom: 10px !important;
}

.nav-footer .item > .icon {
    color: var(--white);
}

.nav-footer > .ui.right.menu {
    background: transparent;
    border: none;
    box-shadow: none;
}

.nav-footer .active.item {
    color: #fff !important;
    font-size: 1.2rem;
}

.nav-footer .item {
    color: var(--white) !important;
    font-size: 1.2rem;
}

.mb-40 {
    margin-bottom: 40px;
}

h1 {
    font-size: 2.3rem;
}

h3 {
    font-size: 1.48571429rem;
}

.contact.button * {
    color: var(--white) !important;
}

.contact.button,
.abuse.button {
    margin-top: 20px;
}

.field {
    margin: 0 0 1.5em !important;
}

.field label {
    font-weight: 400 !important;
    font-size: 16px !important;
}

.ui.form input, .ui.form textarea {
    font-size: 16px !important;
}

.field p {
    font-style: italic;
    opacity: .8;
    font-size: 14px;
    margin-top: 5px;
    margin-left: 20px;
}

.hide {
    display: none;
}

.ui.info.message {
    margin-bottom: 15px;
}

.legal h1 {
    margin-top: 20px;
    border-bottom: 1px solid #eee;
}

.legal h2, .legal h3 {
    border-bottom: 1px solid #eee;
}

.legal p, .legal li {
    margin-bottom: 10px;
}

.legal table {
    border-radius: .28571429rem;
    box-shadow: 0 1px 3px 0 #d4d4d5, 0 0 0 1px #d4d4d5;
}

.legal table td {
    padding: 1em;
}

.privacy.icon {
    font-size: 3rem;
}

.address {
    margin: 0 !important;
}

.ui.accordion {
    margin-top: 20px;
}

.elvis {
    background: var(--purple);
    width: 100%;
    margin-top: -41px;
    margin-bottom: 100px;
}

.elvis svg {
    width: 100%;
    height: 50px;
    margin-top: 60px;
    margin-bottom: -8px;
    fill: white;
}

.elvis h1 {
    color: var(--white);
    font-size: 4rem;
}

.elvis h3, .elvis strong {
    color: var(--white);
}

.elvis img {
    width: 50%;
}

.elvis * {
    text-align: center;
}

.ui.link.cards {
    width: 100%;
}

.projects {
    margin-top: 40px !important;
    margin-bottom: 20px !important;
}

.emoji.divider {
    border-left: 1px solid #eee;
    margin-left: 10px;
    margin-right: 10px;
}

.error p {
    font-size: 2.5rem;
}

.error em {
    font-size: 4rem;
}

@media (max-width: 991px) {
    .elvis img {
        width: 75%;
    }
}

@media (max-width: 636px) {
    .ui.grid > [class*="ten wide"].column.about__text {
        width: 100% !important;
    }

    .ui.horizontal.divider {
        display: block;
        white-space: normal;
        text-align: center !important;
        width: 100%;
    }

    .actions {
        text-align: center;
    }

    .actions .emoji.divider {
        display: none;
    }
}

@media (max-width: 501px) {
    .elvis {
        margin-bottom: 50px;
    }
}

.actions {
    margin-top: 20px;
}

.ui.vertical.menu .item > i.icon, .ui.vertical.menu .item > i.icons,
.ui.button:not(.icon) > .right.icon:not(.button):not(.dropdown) {
    color: var(--white);
}

.country_flag {
    margin-left: -10px;
}

.ui.primary.button, .ui.primary.buttons .button {
    color: var(--white);
    background-color: var(--purple);
}

.ui.primary.button:hover, .ui.primary.buttons .button:hover,
.ui.primary.button:active, .ui.primary.buttons .button:active,
.ui.primary.button:focus, .ui.primary.buttons .button:focus {
    color: var(--white);
    background-color: var(--purple);
    opacity: .8;
}

.ui.items > .item > .content > a.header:hover {
    color: var(--purple);
}

.ui.label .detail,
.ui.image.label .detail {
    color: var(--white);
    opacity: .9995;
    font-weight: 400;
    background-color: rgba(0, 0, 0, .115) !important;
    margin: -.5833em -.833em -.5833em .5em;
    padding: .5833em .833em;
    border-radius: 0 .28571429rem .28571429rem 0;
}

.ui.label time {
    color: #fff;
    font-size: .85714286rem;
    font-weight: 400;
}

.mt10 {
    margin-top: 10px !important;
}

.ui.labeled.icon.button > .icon, .ui.labeled.icon.buttons > .button > .icon {
    color: var(--white);
}

.nmb {
    margin-bottom: 0px !important;
}

.blog__content img {
    max-width: calc(100% - 200px);
    margin-left: 100px;
    margin-right: 100px;
}

.ui.label {
    font-weight: 400;
}

.status {
    /* border-radius: .28571429rem; */
    border: 1px solid #e0e0e0;
    width: 100%;
    padding: 1.1rem 1.25rem 1rem;
}

.status:first-child {
    border-top-left-radius: .28571429rem;
    border-top-right-radius: .28571429rem;
}

.status:last-child {
    border-bottom-left-radius: .28571429rem;
    border-bottom-right-radius: .28571429rem;
}

.status:not(:first-child) {
    border-top: 0;
}

.days {
    display: flex;
    justify-content: space-evenly;
    margin-top: 10px;
    margin-bottom: 10px;
}

.days .day {
    width: 8px;
    height: 34px;
    margin-left: 1px;
    margin-right: 1px;
}

.day.green {
    background: #21ba45;
}

.day.red {
    background: #db2828;
}

.day.orange {
    background: #f2711c;
}

.timeline {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAABaAAAAACCAYAAACuTHuKAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyFpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDE0IDc5LjE1MTQ4MSwgMjAxMy8wMy8xMy0xMjowOToxNSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChXaW5kb3dzKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo1OThBRDY4OUNDMTYxMUU0OUE3NUVGOEJDMzMzMjE2NyIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo1OThBRDY4QUNDMTYxMUU0OUE3NUVGOEJDMzMzMjE2NyI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjU5OEFENjg3Q0MxNjExRTQ5QTc1RUY4QkMzMzMyMTY3IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjU5OEFENjg4Q0MxNjExRTQ5QTc1RUY4QkMzMzMyMTY3Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+VU513gAAADVJREFUeNrs0DENACAQBDBIWLGBJQby/mUcJn5sJXQmOQMAAAAAAJqt+2prAAAAAACg2xdgANk6BEVuJgyMAAAAAElFTkSuQmCC) repeat-x center;
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.timeline span {
    background: white;
    padding-left: 5px;
    padding-right: 5px;
}

.ui.container.home {
    margin-top: 80px;
    margin-bottom: 80px;
}

.callout {
    padding: 1.25rem;
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
    border: 1px solid #eee;
    border-left-width: .25rem;
    border-radius: .25rem;
    border-left-color: var(--purple);
}

.callout h4 {
    text-decoration: underline;
    font-size: 18px;
}

.tab {
    margin-left: 20px;
}

.companies {
    display: flex;
    justify-content: center;
    padding-bottom: 80px;
    flex-wrap: wrap;
}

.companies img {
    height: 50px;
    margin: 20px;
    filter: grayscale(100%);
}

.companies img:hover {
    filter: grayscale(0%);
    transition-duration: .2s;
}

.text-center {
    text-align: center;
}

.companies_trust {
    padding-top: 80px;
}

.w100 {
    width: 100%;
}

/* https://codepen.io/shakdaniel/pen/JoKOQx */
.icon-scroll,
.icon-scroll:before {
    position: absolute;
    left: 50%;
}

.icon-scroll {
    width: 40px;
    height: 70px;
    margin-left: -20px;
    top: 90%;
    margin-top: -35px;
    box-shadow: inset 0 0 0 1px #212529;
    border-radius: 25px;
}

.icon-scroll:before {
    content: '';
    width: 8px;
    height: 8px;
    background: #212529;
    margin-left: -4px;
    top: 8px;
    border-radius: 4px;
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-name: scroll;
    animation-name: scroll;
}

@-webkit-keyframes scroll {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(46px);
        transform: translateY(46px);
    }
}

@keyframes scroll {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(46px);
        transform: translateY(46px);
    }
}

/**
* Landing page
*/
.landing {
    width: 100%;
    height: 100vh;
    overflow: hidden;
}

.landing__background {
    transform: scale(-1, 1);
    min-height: 105vh;
    z-index: -1;
    display: inline;
}

.landing__holder {
    z-index: 9;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;

    display: flex;
    align-items: center;
    justify-content: space-around;
}

.landing h1 {
    font-weight: 700;
    font-size: 5.5em;
    margin-bottom: 15px;
    text-align: center;
    color: var(--purple);
}

.programmer {
    max-width: 600px;
}

.brands__content {
    background: #F4F7FE;
    padding-top: 80px;
    padding-bottom: 80px;
}

.brands .text-center {
    margin-top: 20px;
}

.brands > .head {
    margin-bottom: -5px;
    fill: #F4F7FE;
}

.brands > .foot {
    fill: #F4F7FE;
    transform: rotateX(180deg) scale(-1, 1);
}

.blog__home {
    padding-top: 80px;
    padding-bottom: 80px;
}

.landing > header {
    z-index: 9999;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}

.home__footer {
    width: 100%;
    background: #f3f3f3;
    padding-top: 50px;
    padding-bottom: 50px;
}

.social.item {
    font-size: 26px;
    line-height: 40px;
}

@media (max-width: 767px) {
    .home__footer {
        text-align: center;
    }

    .home__footer .m-center {
        display: flex !important;
        justify-content: center;
    }
}

.ui.vertical.menu .dropdown.item > .dropdown.icon::before {
    color: #222;
}

.landing__holder h1, .landing__holder h2 {
    margin: 0;
}

.landing__holder h2 {
    display: block;
    margin-left: 90px;
    text-align: left;
    font-size: 2em;

    color: var(--purple);
}

.home__footer .ui.vertical.menu .item > i.icon {
    color: #222;
}

/**
* lazyload
*/
/*.lazyload, .lazyloading {*/
/*    opacity: 0;*/
/*}*/

/*.lazyloaded {*/
/*    opacity: 1;*/
/*    transition: opacity 200ms;*/
/*    transition-delay: 100ms;*/
/*}*/

.transparent_button {
    background: transparent;
    border: 0;
    cursor: pointer;
}

.ui.comments {
    max-width: 100%;
}

summary {
    cursor: pointer;
}

.plans {
    width: 96%;
    max-width: 1128px;
    margin: 0 auto;
}

.plans__container {
    padding: 1rem 0 2rem;
}

.planItem {
    --border: 1px solid #e6e6e6;
    --bgColor: #fff;
    --boxShadow: none;
    background-color: var(--bgColor);
    border: var(--border);
    border-radius: 1rem;
    box-shadow: var(--boxShadow);
    padding: 2rem 1.5rem;
    display: inline-flex;
    flex-direction: column;
}

.planItem__container {
    --direction: column;
    display: grid;
    grid-auto-flow: var(--direction);
    grid-auto-columns: 1fr;
    gap: 1.5rem;
}

.plans .planItem .price {
    --priceMargin: 2rem 0;
}

.plans .planItem:nth-of-type(2) {
    --border: 0;
    --boxShadow: 0px 14px 30px rgba(204, 204, 204, 0.32);
}

.plans .planItem .label {
    background-image: linear-gradient(195deg, #8e24aa 0%, #9843af 100%);
    --labelColor: #fff;
}

.plans .planItem:nth-of-type(3) .label {
    background: #e5e5e5 !important;
    --labelColor: #656C7C;
}

.plans .planItem:nth-of-type(3) {
    background-image: linear-gradient(195deg, #8e24aa 0%, #9843af 100%);
}

.plans .planItem:nth-of-type(3) .card {
    --titleColor: #fff;
    --descColor: rgb(255 255 255 / 80%);
}

.plans .planItem:nth-of-type(3) .price,
.plans .planItem:nth-of-type(3) .featureList {
    --color: #fff;
}

.plans .planItem:nth-of-type(3) .featureList {
    --icon: url("data:image/svg+xml,%3Csvg width='18' height='14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16.552.134 5.717 10.97 1.448 6.701 0 8.149l5.717 5.717L18 1.583 16.552.134Z' fill='%23FFFFFF'/%3E%3C/svg%3E%0A");;
}

.plans .planItem .button {
    margin-top: auto;
}

.plans .button {
    text-align: center;
    --bgColor: #e9c3f5;
    --color: #8e24aa;
    --shadowColor: rgba(142, 36, 170, 0.3);
    --outline: #8e24aa;
    border-radius: 0.5rem;
    display: block;
    width: 100%;
    padding: 1rem 1.5rem;
    border: 0;
    line-height: inherit;
    font-family: inherit;
    font-size: 1rem;
    font-weight: 600;
    background-color: var(--bgColor);
    color: var(--color);
    cursor: pointer;
    transition: all 0.1s ease-in-out;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.plans .button:hover {
    color: var(--color);
}

.plans .planItem:nth-of-type(2) .button {
    --bgColor: #8e24aa;
    --color: #fff;
    --shadowColor: rgba(142, 36, 170, 0.5);
}

.plans .planItem:nth-of-type(3) .button {
    --bgColor: #fff;
    --shadowColor: rgba(142, 36, 170, 0.3);
    --outline: #fff;
}

.plans .button:hover {
    transform: translateY(-2px);
    box-shadow: 0px 6px 10px var(--shadowColor);
}

.plans .button:focus-visible {
    outline-offset: 2px;
    outline: 2px solid var(--outline);
}

.plans .card {
    --titleColor: #000;
    --descColor: #656C7C;
}

.plans .card__header {
    display: flex;
    gap: 1rem;
    align-items: center;
}

.plans .card h2 {
    color: var(--titleColor);
    font-size: 1.5rem;
    line-height: 1.2;
    font-weight: 400;
    margin: 0;
    flex-grow: 1;
}

.plans .card__desc {
    margin: 1.5rem 0 0;
    color: var(--descColor);
}

.plans .label {
    --labelColor: #656C7C;
    --labelBg: #e5e5e5;
    font-weight: 600;
    line-height: 1.25;
    font-size: 1rem;
    text-align: center;
    padding: 0.625rem 1.125rem;
    border-radius: 2rem;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: var(--labelBg);
    color: var(--labelColor);
}

.plans .price {
    --color: #000;
    --priceMargin: 0;
    display: flex;
    color: var(--color);
    align-items: center;
    gap: 0.5625rem;
    font-weight: 600;
    font-size: 2rem;
    margin: var(--priceMargin);
}

.price span {
    font-size: 1rem;
    font-weight: 400;
    color: #656C7C;
}

.plans .planItem:nth-of-type(3) .price span {
    color: #fff;
}

.plans .featureList {
    --color: #000;
    --icon: url("data:image/svg+xml,%3Csvg width='18' height='14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16.552.134 5.717 10.97 1.448 6.701 0 8.149l5.717 5.717L18 1.583 16.552.134Z' fill='%238e24aa'/%3E%3C/svg%3E%0A");;
    --height: 0.875rem;
    margin: 0 0 2.75rem;
    padding: 0;
    font-weight: 500;
}

.plans .featureList li {
    color: var(--color);
    margin-bottom: 1.5rem;
    display: flex;
    align-items: center;
    gap: 1rem;
}

.plans .featureList li:before {
    content: "";
    background-image: var(--icon);
    background-size: cover;
    display: block;
    width: 1.125rem;
    height: var(--height);
}

.plans .featureList li:last-child {
    margin-bottom: 0;
}

.plans .featureList li.disabled {
    --color: #b1b8c9;
    --height: 1.125rem;
    --icon: url("data:image/svg+xml,%3Csvg width='18' height='18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18 1.414 16.586 0 9 7.586 1.414 0 0 1.414 7.586 9 0 16.586 1.414 18 9 10.414 16.586 18 18 16.586 10.414 9 18 1.414Z' fill='%23B1B8C9'/%3E%3C/svg%3E");;
}

@media screen and (max-width: 640px) {
    .plans {
        max-width: 480px;
        width: 90%;
    }

    .planItem__container {
        --direction: row;
    }
}

.card .ui.corner.label::after {
    border-top-right-radius: .28571429rem;
}

.ui.beta.label {
    display: block;
    width: fit-content;
    margin-bottom: 10px;
}

.plansHero {
    text-align: center;
    padding: 5rem 0 4.5rem;
    line-height: 1.21;
}

.plansHero__title {
    font-weight: 700;
    /*font-size: 2rem;*/
    margin: 0 0 1rem 0;
}

.plansHero__subtitle {
    margin: 0;
}

.product .features {
    background: #F4F7FE;
    padding: 50px;
    margin-top: 30px;
    margin-bottom: 30px;
    border-radius: 100px 5px 100px 5px;
}