#welcome-features-wrapper {
    width: 100%;
    padding: 20px 30px 0;
    box-sizing: border-box;
    font-size: 0;
}
#welcome-features {
    width: 100%;
    max-width: 1240px;
    margin: 0 auto;
    padding: 0 0 0 100px;
    box-sizing: border-box;
    border-radius: 30px;
    background-color: #f6fafc;
    text-align: left;
}
#welcome-features-desc,
#welcome-features-img {
    display: inline-block;
}
#welcome-features-desc {
    width: 40%;
    padding: 100px 0 95px;
}
#welcome-features-img {
    width: 60%;
    text-align: right;
    vertical-align: bottom;
}
#welcome-features-img img {
    width: 100%;
    max-width: 648px;
}
.tab-title {
    display: none;
}
.title,
.info {
    display: block;
    width: 100%;
    font-weight: 300;
    color: #3e484c;
}
.title {
    font-weight: 500;
    font-size: 24px;
    line-height: 32px;
    color: #181818;
}
.title > span {
    display: inline-block;
}
.info {
    font-weight: 300;
    font-size: 16px;
    line-height: 32px;
    color: #181818;
}
#welcome-features-desc > .info {
    max-width: 400px;
    margin: 30px 0 0;
}
#welcome-features-desc > .button-wrapper {
    margin: 40px 0 0;
}
#buy-button {
    margin: 0 20px 0 0;
    box-shadow: 0 16px 24px rgba(23, 192, 255, .2);
}
#buy-button:hover {
    box-shadow: 0 6px 10px rgba(23, 192, 255, .2);
}
#join-wrapper {
    margin: 133px 0 200px;
    padding: 0 30px;
    box-sizing: border-box;
}
#join {
    max-width: 1240px;
    margin: 0 auto;
    padding: 68px 44px;
    box-sizing: border-box;
    border-radius: 30px;
    background-color: #009dd8;
    background-image: url(/images/features/join.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    text-align: center;
}
#join > .title {
    color: #fff;
}
#join > .button {
    min-width: 208px;
    margin: 30px 0 0;
}
#features-wrapper {
    position: relative;
    width: 100%;
    max-width: 1300px;
    margin: 0 auto;
    padding: 60px 50px 0 30px;
    box-sizing: border-box;
}
#features-menu-wrapper {
    position: absolute;
    max-height: 600px;
    width: 390px;
    top: 90px;
    left: 30px;
    padding: 30px 0 30px 30px;
    box-sizing: border-box;
    border: 1px solid #D0E2EA;
    border-radius: 16px;
    z-index: 1;
}
#features-menu {
    max-height: 540px;
    padding-right: 30px;
    overflow-x: hidden;
    overflow-y: scroll;
}
#features-menu::-webkit-scrollbar {
    position: absolute;
    width: 30px;
    cursor: pointer;
}
#features-menu::-webkit-scrollbar-track {
    background-color: #fff;
}
#features-menu::-webkit-scrollbar-thumb {
    border: 13px solid #fff;
    border-radius: 30px;
    background-color: #dde5e7;
    transition: .3s;
}
#features-menu::-webkit-scrollbar-thumb:hover {
    background-color: #8fa7b0;
}
#features-content-wrapper {
    position: relative;
    height: 1000px;
    /*min-height: 615px;*/
    width: 100%;
    max-width: 1230px;
    margin-bottom: 100px;
    padding: 0 40px 0 540px;
    box-sizing: border-box;
    overflow: hidden;
}
#features-content-wrapper:before {
    /*content: '';*/
    position: absolute;
    display: block;
    height: 65px;
    width: 100%;
    top: 0;
    left: 0;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+5,ffffff+100&1+5,0+100 */
    background: -moz-linear-gradient(top, rgba(255,255,255,1) 5.38%, rgba(255,255,255,0) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(255,255,255,1) 5.38%,rgba(255,255,255,0) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(255,255,255,1) 5.38%,rgba(255,255,255,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=0 ); /* IE6-9 */
    z-index: 1;
}
#features-content-wrapper > svg {
    position: absolute;
    display: block;
    top: 28%;
    margin-top: -20px;
    cursor: pointer;
}
#features-content-wrapper > svg#arrow-left {
    margin-left: -40px;
}
#features-content-wrapper > svg#arrow-right {
    right: 0;
}
#features-content-wrapper > svg > path {
    transition: .2s;
}
#features-content-wrapper > svg:hover > path {
    stroke: #232829;
}
#features-content {
    position: relative;
    top: 0;
    transition: 1s;
}
#features-menu-content > li {
    display: inline-block;
    width: 100%;
    margin: 0 0 10px;
    padding: 11px 0 11px 20px;
    box-sizing: border-box;
    border-radius: 20px;
    font-size: 14px;
    font-weight: 500;
    line-height: 16px;
    color: #3e484c;
    cursor: pointer;
    transition: .3s;
    user-select: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
}
#features-menu-content > li:last-child {
    margin: 0;
}
#features-menu-content > li:hover {
    background: #ECF4FE;
    border-radius: 8px;
}
#features-menu-content > li.active {
    color: #4094F7;
}
.features-item {
    /*height: max-content;*/
    min-height: max-content;
    width: 100%;
    padding: 25px 45px 10px;
    box-sizing: border-box;
	position: relative;
}
.features-item > .new-icon-badge {
    position: absolute;
	display: none;
    top: 30px;
    right: 20px;
    padding: 11px 20px;
    color: #fff;
    font-weight: bold;
    font-family: Roboto;
    font-size: 16px;
    background: #ec2626;
    box-shadow: 0 4px 8px rgba(0, 0, 0, .2);
    border-radius: 21px;
    z-index: 1;
}
.features-item.active > .new-icon-badge {
	display: block;
}
.features-item > img {
    display: block;
    width: 100%;
    max-width: 560px;
    opacity: 1;
    transition: .3s;
    margin-bottom: 40px;
}
.features-item > img[src=""] {
    opacity: 0;
}

.features-item > iframe{
    margin-top: 80px;
    margin-bottom: 20px;
}
.features-item > .title,
.features-item > .info {
    box-sizing: border-box;
}
.features-item > .info {
    margin: 16px 0 40px;
}
.features-item-list {
    font-size: 15px;
    margin-left: 20px;
    margin-top: 30px;
    max-width: 530px;
}
.features-item-list > ul {
    list-style-type: disc;
}
.features-item-list > ul li::marker {
    color: #4094F7;
    font-size: 1.5em;
}
.features-item-list > ul > li {
    margin-bottom: 10px;
}
.features-item-list > ul > li a {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: -0.006em;
    color: #4094F7;
}

.features-item > .features-button a {
    position: relative;
	display: block;
    height: 52px;
    width: 220px;
    padding: 15px 30px;
    box-sizing: border-box;
    font-weight: 500;
    font-size: 16px;
    color: #fff;
    line-height: 22px;
    background: #4094F7;
    border-radius: 8px;
    text-align: center;
    opacity: 1;
}
.features-item .features-button:hover a {
    cursor: pointer;
    opacity: 0.9;
}
.features-item .features-button a {
    text-decoration: none;
}
div, span, object, h1, h2, p, a, form, input, textarea, label {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
a {
    text-decoration: none;
}
@media screen and (max-width: 1270px) {
    #features-content-wrapper {
        padding: 0 40px 0 450px;
        margin-bottom: 50px;
    }
}
@media screen and (max-width: 1250px) {
    #welcome-features-desc,
    #welcome-features-img {
        width: 50%;
    }
}
@media screen and (max-width: 1160px) {
    #features-content-wrapper {
        margin-bottom: 30px;
    }
}

@media screen and (max-width: 1140px) {
    #features-content-wrapper {
        margin-bottom: 15px;
    }
}

@media screen and (max-width: 1120px) {
    #features-content-wrapper {
        margin-bottom: 0;
    }
}
@media screen and (max-width: 1100px) {
    #welcome-features {
        padding: 0 0 0 30px;
    }
}
@media screen and (max-width: 1100px) {
    #features-menu-wrapper {
        width: 300px;
        padding: 0px 0 30px 10px;
    }
    #features-menu {
        padding-right: 10px;
    }
    #features-content-wrapper {
        padding: 0 40px 0 350px;
    }
}
@media screen and (max-width: 980px) {
    #welcome-features-desc,
    #welcome-features-img {
        vertical-align: middle;
    }
    #welcome-features-wrapper {
        padding: 20px 0 0 30px;
    }
    #welcome-features-img img {
        width: 100%;
        max-width: 388px;
    }
}
@media screen and (max-width: 960px) {
    #welcome-features {
        padding: 0;
        background-color: transparent;
    }
    #welcome-features-desc {
        padding: 60px 0 0;
    }
    .title > span {
        display: inline;
    }
}
@media screen and (max-width: 940px) {
    #features-menu-wrapper {
        display: none;
    }
    #features-content-wrapper {
        height: auto !important;
        /*margin: 132px 0 0;*/
        padding: 0;
    }
    #features-content-wrapper > svg {
        display: none;
    }
    #features-content {
        top: auto !important;
    }
    #features-content-wrapper:before {
        display: none;
    }
    #features-content > .features-item {
        margin: 0 0 10px;
        padding-bottom: 40px;
    }
    #features-content > .features-item:last-child {
        margin-bottom: 80px;
    }
    .features-item {
        height: auto !important;
        max-height: 38px;
        padding: 0;
        background: #FFFFFF;
        border: 1px solid #D0E2EA;
        border-radius: 8px;
        overflow: hidden;
        transition: max-height .5s;
    }
    .features-item-list{
        margin: 30px auto 0 auto;
    }
    .features-item.active {
        max-height: 1350px;
    }
    .features-item.active .tab-title {
        color: #4094F7;
    }
	.features-item > .new-icon-badge {
		font-size: 10px;
	}
    .tab-title {
        position: relative;
        display: block;
        height: 38px;
        width: 100%;
        box-sizing: border-box;
        font-weight: 500;
        font-size: 18px;
        line-height: 24px;
        color: #181818;
        cursor: pointer;
        transition: .3s;
        user-select: none;
        -webkit-user-select: none;
        -khtml-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        -o-user-select: none;
        padding: 7px 30px 0 20px;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }
    .tab-title:hover {
        background: #eaf3f8;
    }
    .tab-title:active {
        background: #e6eef3;
    }

    .tab-title:after {
        content: '';
        position: absolute;
        display: block;
        height: 4px;
        width: 10px;
        top: 17px;
        right: 20px;
        background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iOCIgaGVpZ2h0PSI0IiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxwYXRoIGQ9Ik0zLjUwMyAzLjgxMmEuNjU5LjY1OSAwIDAxLS4wOTItLjExTC42OTggMS4xMTVhLjYyNi42MjYgMCAwMTAtLjkxNC43MDIuNzAyIDAgMDEuOTYgMGwyLjMzNiAyLjIyOEw2LjM0My4xODlhLjcwMi43MDIgMCAwMS45NTggMCAuNjMuNjMgMCAwMTAgLjkxNUw0LjU3NiAzLjcwMkEuNjkyLjY5MiAwIDAxMy45OTQgNGEuNjkyLjY5MiAwIDAxLS40OTEtLjE4OHoiIGZpbGw9IiM4RkE3QjAiLz48L3N2Zz4=);
        background-repeat: no-repeat;
        background-position: center;
    }
    .features-item.active > .tab-title:after {
        transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
    }

    .features-item > .title {
        display: none;
    }

    .features-item > img,
    .features-item > .info {
        max-width: 620px;
        padding: 0 30px;
        box-sizing: border-box;
    }
    .features-item > img {
        margin: 10px auto 0;
    }
    .features-item > .info {
        margin: 40px auto 25px;
    }
    .features-item .features-button {
        max-width: 620px;
        margin: 0 auto;
        padding: 0 30px;
    }
    /*.features-item > .features-button a {*/
    /*    margin: unset;*/
    /*}*/
    #join-wrapper {
        margin: 100px 0;
    }
}
@media screen and (max-width: 760px) {
    #welcome-features-wrapper {
        padding: 20px 30px 0;
    }
    #welcome-features {
        display: flex;
        flex-direction: column-reverse;
    }
    #welcome-features-desc,
    #welcome-features-img {
        width: 100%;
        text-align: center;
    }
    #welcome-features-desc {
        padding: 44px 0 0;
    }
    #welcome-features-desc > .info {
        margin: 30px auto 0;
    }
}

@media screen and (max-width: 700px) {
 .features-item-list{
        margin-left: 46px;
    }
}

@media screen and (max-width: 470px) {
    #welcome-features-wrapper {
        padding: 20px 20px 0;
    }
    #features-wrapper {
        padding: 0 20px;
    }
    #features-content-wrapper {
        margin: 76px 0 0;
    }
    .features-item > img,
    .features-item > .title,
    .features-item > .info {
        padding: 0 20px;
    }
    .title {
        font-size: 24px;
        line-height: 28px;
        text-align: center;
    }
    .title > span {
        display: inline-block;
    }
    .features-item > .info {
        margin: 20px auto 30px;
    }
    #join-wrapper {
        padding: 0 20px;
    }
    #join {
        padding: 61px 25px 57px;
    }
}
@media screen and (max-width: 420px) {
    #welcome-features-desc > .button-wrapper > a {
        display: block;
    }
    #buy-button {
        margin: 0 0 20px;
    }
}
@media screen and (max-width: 360px) {
    #features-wrapper {
        padding: 0;
    }
    .features-item {
        border-radius: 0;
    }
}