/*html
{
    overflow: hidden;
}
body
{
    overflow: auto;
    position: absolute;
    display: inline-block;
    height: 100vh;
    width: 100%;
}
*/

body {
    font-family: 'Open Sans', sans-serif;
    padding: 0px;
}
#content
{
    overflow: auto;
}
[grayed] .hamburger-inner,[grayed] .hamburger-inner::before,[grayed] .hamburger-inner::after {
    background: black;
}

[grayed] .hamburger.is-active .hamburger-inner, [grayed] .hamburger.is-active .hamburger-inner::before,[grayed] .hamburger.is-active .hamburger-inner::after {
    background: black;
}
.home-page .form.demo-form>* {
    margin-bottom: 15px;
}

h2 {
    font-size: 28px;
    font-weight: bold;
}

#header #logo [white] {
    display: none;
}

#header #logo img {
    display: inline-block;
    width: 160px;
}

#header {
    display: inline-block;
    font-size: 15px;
    width: 100%;
    z-index: 1;
    padding: 45px;
}

div#mobile-menu {
    display: none;
}

div#menu ul li {
    display: inline-block;
    position: relative;
    text-align: left;
}

.sub-menu {
    visibility: hidden;
    position: absolute;
    text-align: left;
    z-index: 1;
    margin-left: -30px;
    transition: margin-top 0.3s, visibility 0.2s, opacity 0.2s;
    width: 430px;
    margin-top: 20px;
    box-shadow: 0px 0px 5px -2px gray;
    background: white;
    border-radius: 6px;
    padding: 20px 0px;
    opacity: 0;
}

div#menu {
    display: inline-block;
    width: 100%;
    text-align: right;
    position: relative;
    vertical-align: middle;
}

div#menu ul {
    margin: 0px;
    padding-left: 0px;
}

[lightgray] div#content .row {
    background: #f7f7f7;
}

#header #logo {
    display: inline-block;
    position: absolute;
    left: 0px;
    top: -8px;
    z-index: 2;
}

div#menu li:last-child {
    right: 0px;
    margin-left: 15px;
}

div#menu li:last-child a {
    padding: 10px 20px;
    background: white;
    border-radius: 2em;
    text-decoration: none;
    transition: all 0.4s;
    font-weight: bold;
}

div#menu li:last-child a:hover {
    box-shadow: 0px 3px 15px -3px #00000080;
}

div#menu ul li>a {
    color: white;
    margin-right: 60px;
    text-decoration: none;
    text-transform: capitalize;
    font-size: 17px;
    font-weight: 400;
    padding-bottom: 10px;
    position: relative;
    transition: left 0.2s;
    left: 0px;
}

div#menu ul li:not(:last-child)>a:after {
    content: "\2023";
    width: 15px;
    font-size: 30px;
    line-height: 0;
    height: 0px;
    position: absolute;
    right: -14px;
    margin: auto;
    bottom: 0px;
    top: 0px;
    height: 5px;
    transition: right 0.2s, opacity 0.2s;
    visibility: hidden;
    opacity: 0;
}

div#menu ul li:not(:last-child)>a:hover {
    left: -3px;
}

div#menu ul li:not(:last-child)>a:hover:after {
    visibility: visible;
    right: -18px;
    opacity: 1;
}

div#menu li:last-child a {
    margin: 0px;
    color: #ee1b7f;
    border: none !important;
}

div#menu li:last-child a svg {
    margin-right: 7px;
}

#login svg path:first-child {
    fill: white;
}

#login svg path:last-child {
    stroke: white;
}

.row {
    margin: 0px;
}

div#content .row {
    text-align: center;
}

div#home-page-image-content {
    background-image: url(../images/images/bg.png);
    background-size: auto 100%;
    background-repeat: no-repeat;
    height: 310px;
    background-position: 30% 50%;
}

h1 {
    font-size: 37px;
    font-weight: 600;
}

p {
    font-size: 18px;
    margin: 17px 0px;
    color: black;
}

.home-page-player-container {
    text-align: center;
    margin-top: 137px;
}

.home-page-player {
    width: 650px;
    display: inline-block;
    position: relative;
}

.home-player-content {
    position: absolute;
    left: 0px;
    width: 100%;
    height: 100%;
    top: 0px;
    z-index: 2;
}

.home-player-content .application-layer {
    position: absolute;
    top: 55%;
    left: -5px;
}

.home-player-content span.spot {
    display: inline-block;
    width: 10px;
    height: 10px;
    background: #ed577f;
    border-radius: 100%;
    position: relative;
}

.home-player-content span.spot circle {
    display: block;
    width: 20px;
    height: 20px;
    border: 2px solid #efefef;
    margin-left: -5px;
    margin-top: -5px;
    border-radius: 100%;
}

.home-player-content span.spot line {
    display: inline-block;
    position: absolute;
    left: -324px;
    width: 320px;
    height: 0px;
    top: 5px;
    border-bottom: 2px solid #efefef;
}

.home-player-content .experience-layer {
    position: absolute;
    right: -6px;
    top: 38%;
}

.home-player-content .experience-layer span.spot line {
    left: 14px;
}

.home-player-content h3,
.home-player-content ul {
    position: absolute;
    left: -326px;
    text-align: left;
    width: 320px;
}

.home-player-content .experience-layer h3,
.home-player-content .experience-layer ul {
    left: 18px;
}

.home-player-content h3 {
    font-size: 19px;
    margin-top: -18px;
    margin-left: 18px;
}

.home-player-content ul {
    padding-left: 18px;
    padding-right: 18px;
}

.home-player-content ul li {
    margin-top: 10px;
    font-size: 16px;
    color: #585858;
}

.home-player-content ul li:first-child {
    margin-top: 0px;
}

div#comparison {
    text-align: center;
    margin-top: 15px;
    height: 700px;
    display: inline-block;
    width: 100%;
}

div#comparison>* {
    display: inline-block;
    position: relative;
    padding-top: 130px;
    width: 50%;
    vertical-align: top;
    height: 100%;
}


div#comparison h3 {
    font-size: 26px;
    font-weight: bold;
}

div#comparison #old-way {
    margin-right: -7px;
    background: whitesmoke;
}

div#comparison #old-way::before {
    content: "";
    background-image: url(../images/slice-comparison.svg);
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
}

div#comparison #old-way h3 span {
    border-bottom: 4px solid #ee4949;
}

div#comparison #new-way h3 span {
    border-bottom: 4px solid #4beb4b;
}

.comparison-flow p {
    font-size: 18px;
    margin: 15px 0px;
    color: black;
}

.comparison-flow {
    margin-top: 50px;
}

.comparison-flow p.underline {
    display: inline-block;
    margin: 0px;
    line-height: 0px;
    height: 2px;
    width: 20px;
    background: black;
}

.comparison-time {
    position: absolute;
    width: 100%;
    bottom: 40px;
}

.comparison-time span {
    font-size: 11px;
    letter-spacing: 2px;
}

.comparison-time h4 {
    color: #f04744;
    font-size: 20px;
    margin-top: 8px;
    font-weight: bold;
}

#new-way .comparison-time h4 {
    color: #42ed3e;
}

.btn.btn-primary,
.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.show>.btn-primary.dropdown-toggle:focus,
.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show>.btn-primary.dropdown-toggle {
    padding: 10px 30px;
    border-radius: 2em;
    font-size: 16px;
    font-weight: bold;
    border: 1px solid transparent;
    margin-left: 10px;
    transition: all 0.4s;
    box-shadow: none;
    background: #eb5a80;
}

.btn.btn-primary:hover {
    box-shadow: 0px 3px 15px -3px #00000080;
}

.btn.btn-primary.invert {
    background: white;
    color: #ed357f;
    border-width: 2px;
    vertical-align: top;
}

div#content.home-page .form.demo-form .btn {
    width: 50%;
    margin: 0px;
    margin-right: -4px;
    padding-left: 0px;
    padding-right: 0px;
}

div#content.home-page .form.demo-form .btn:first-child {
    margin-right: 0px;
}

div#bg-intro {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#eb1880+0,eb4480+71,eb5a80+100 */
    background: #eb1880;
    /* Old browsers */
    background: -moz-linear-gradient(top, #eb1880 0%, #eb4480 71%, #eb5a80 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #eb1880 0%, #eb4480 71%, #eb5a80 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #eb1880 0%, #eb4480 71%, #eb5a80 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eb1880', endColorstr='#eb5a80', GradientType=0);
    /* IE6-9 */
    position: absolute;
    height: 775px;
    width: 100%;
    top: 0px;
    z-index: -1;
}

div#bg-intro::after {
    content: "";
    background-image: url(../images/slice.svg);
    height: 100%;
    width: 100%;
    position: absolute;
    background-repeat: no-repeat;
    bottom: 0px;
    background-size: 100%;
    background-position: 100% 100%;
}

.form.demo-form {
    margin-top: 30px;
    display: inline-block;
    width: 100%;
}

header-data {
    display: inline-block;
    width: 100%;
    margin: 0px;
    position: relative;
}

[colored] div#content .row {
    background: #F7F7F7;

    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#673ab7+0,ff3f75+100 */
    background: rgb(103, 58, 183);
    /* Old browsers */
    background: -moz-linear-gradient(top, rgba(103, 58, 183, 1) 0%, rgba(255, 63, 117, 1) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(103, 58, 183, 1) 0%, rgba(255, 63, 117, 1) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(103, 58, 183, 1) 0%, rgba(255, 63, 117, 1) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#673ab7', endColorstr='#ff3f75', GradientType=0);
    /* IE6-9 */
}

div#head-content p,
div#head-content h1 {
    color: white;
    margin: 0px;
    margin-bottom: 40px;
}

div#head-content p {
    font-size: 20px;
}

div#head-content h1 {
    font-size: 50px;
    font-weight: bold;
}

div#head-content {
    width: 50%;
    display: inline-block;
    padding: 45px 0px 0px;
}

div#section-content {
    display: inline-block;
    text-align: left;
    margin-right: 5% !important;
    width: 30%;
}

.home-page div#section-content {
    width: auto;
    margin-right: 0px !important;
}

div#section-image {
    display: inline-block;
}

div#section-image {
    height: auto;
    background-size: 85% 85% !important;
    background-repeat: no-repeat !important;
    margin-right: -4px;
    background-position: 50% 50% !important;
    float: none !important;
    width: 40%;
    display: inline-block;
    text-align: left;
}

div#section {
    display: inline-block;
    width: 100%;
    padding: 60px 0px;
    text-align: center;
}

div#section[left] {
    /* background-image: url(../images/section-left-2.svg); */
    background-repeat: no-repeat;
    background-position: 0px 0px;
    background-size: 27%;
}

.home-page div#section[left] {
    margin-top: 50px;
}

div#section[right] {
    /* background-image: url(../images/section-right-2.svg); */
    background-repeat: no-repeat;
    background-position: 100%;
    background-size: 27%;
}

div#section h1 {
    font-size: 28px;
}

div#section a {
    text-align: right;
    display: inline-block;
    color: white;
    text-decoration: none;
    padding-right: 24px;
    background: #eb4480;
    padding: 10px 20px;
    border-radius: 3px;
    float: right;
    font-weight: 600;
    font-size: 15px;
    white-space: nowrap;
}

div#section a svg {
    width: 20px;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    top: 2px;
    left: 5px;
    opacity: 0;
    transition: opacity 0.1s, margin-right 0.2s;
    margin-right: -22px;
}

div#section a:hover svg {
    opacity: 1;
    margin-right: 0px;
}

div#section a span {
    display: inline-block;
    vertical-align: middle;
    line-height: 2;
}

div#section>* {
    vertical-align: middle;
}

div#section-image img {
    width: 85%;
    height: auto;
}

div#long-part {}


div#section-content .btn {
    margin: 0px;
    margin-top: 40px;
}

div#cta h2 {
    margin-bottom: 34px;
    font-size: 34px;
    width: 35%;
    display: inline-block;
}

#testimonial-section div#cta h2 {
    font-size: 30px;
    margin-bottom: 30px;
    width: 100%;
}

div#cta .btn.invert {
    margin-left: 35px;
    font-size: 19px;
}


.footer {
    display: inline-block;
    width: 100%;
    background: whitesmoke;
    padding: 40px;
    margin-bottom: 0px;
    color: black;
}

.social-media>* {
    width: 15px;
}

img.logo-image {
    width: 144px;
    margin-top: 50px;
}

.footer .footer-logo {
    text-align: left;
    padding: 0px;
}

.footer ul {
    padding: 0px;
    list-style-type: none;
    margin-top: 15px;
    margin-bottom: 55px;
    font-weight: 300;
}

.footer ul li {
    margin-bottom: 15px;
}

.footer-title {
    font-size: 13px;
    font-weight: 700;
    color: #616060;
}

.social-media>* {
    display: inline-block;
    margin-right: 23px;
    margin-top: 17px;
    width: 21px;
    margin-left: -4px;
}

.footer-links {
    display: inline-block;
    padding-left: 25px;
}

.footer .footer-links a {
    padding-left: 25px;
    color: black;
    margin-right: 25px;
    border-left: 1px solid;
}

.footer>* {
    display: inline-block;
    vertical-align: top;
    margin-top: 35px;
    margin-right: -4px;
    padding: 0px;
}

.footer .footer-bottom {
    text-align: center;
    margin-top: 60px;
    color: black;
}

.footer c {
    font-size: 21px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 2px;
}

.footer a {
    color: black;
    font-size: 15px;
}

.footer ul li a {
    font-size: 15px;
    font-weight: normal;
}

.footer-links a:last-child {
    border: none;
    padding-left: 0px;
}

.footer-col {
    text-align: left;
}

.section-col img {
    width: 50%;
}

#testimonial {
    border-radius: 10px;
    color: #696969;
    display: inline-block;
    background: white;
    line-height: 1.5;
    width: 100%;
    text-align: center;
}

#testimonial .top .info {
    width: auto;
    border-left: none;
    display: inline-block;
    padding-left: 20px;
    margin-left: 0px;
    margin-top: 6px;
}

#testimonial .top .image {
    width: 80px;
    display: inline-block;
    vertical-align: top;
    height: 80px;
    border-radius: 100%;
    position: relative;
    background-image: url(../images/images/rick.jpeg);
    background-size: 100% 100%;
}

#testimonial .top .info p {
    margin: 0px;
    color: black;
}

#testimonial .content>p::before {
    content: '"';
    font-size: 50px;
    position: absolute;
    line-height: 0;
    left: -23px;
    top: 10px;
    font-style: italic;
    opacity: 0.2;
    color: black;
    font-weight: normal;
}

#testimonial .content>p::after {
    content: '"';
    font-size: 50px;
    position: absolute;
    line-height: 0;
    right: -10px;
    bottom: -10px;
    font-style: italic;
    opacity: 0.2;
    color: black;
    font-weight: normal;
}

#testimonial .top .info p:first-child {
    font-weight: bold;
    margin-bottom: 5px;
}

#testimonial .top .info a {
    color: black;
    text-decoration: underline;
}

#testimonial .top {
    margin-bottom: 45px;
}

#testimonial .top .info * {
    font-size: 15px;
}

#testimonial .content {
    min-height: 160px;
}

#testimonial .content,
#testimonial .info {
    text-align: center;
    width: 50%;
    display: inline-block;
    visibility: hidden;
    opacity: 0;
    position: absolute;
    transition: opacity 0.3s;
    left: -99999999999px;
}

#testimonial .content[active],
#testimonial .info[active] {
    position: relative;
    opacity: 1;
    visibility: visible;
    left: 0px;
}


#testimonial .top .image::before {
    content: "";
    background-size: 100% 100%;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 50%;
    top: -30px;
    opacity: .5;
}

#testimonial .top .image::after {
    content: "";
    background-size: 100% 100%;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    opacity: 1;
    background-image: url(../images/images/rick.jpeg);
    border-radius: 100%;
}

div#content div#testimonial-section {
    margin: 0px 0px 0px;
    padding-top: 70px;
}

div#logos-section .row-1 img {
    height: 55px;
}

div#logos-section img {
    margin: 0px 40px;
}

div#logos-section .row-2 img {
    height: 37px;
}
div#logos-section .row-3 img {
    height: 33px;
}
div#logos-section {
    width: 100%;
    margin-top: 60px;
}

div#logos-section>* {
    margin: 50px 0px;
}

div#logos-section>*:first-child {
    margin-top: 0px;
}

div#logos-section>*:last-child {
    margin-bottom: 0px;
}

div#rate {
    display: inline-block;
    width: 100%;
    text-align: center;
    margin: 40px 0px;
}

div#rate img {
    width: 100px;
    display: none;
}

div#testimonial-section h2 {
    width: 100%;
    font-size: 37px;
    font-weight: normal;
}

#testimonial .content>p {
    position: relative;
    color: black;
    font-weight: bold;
    margin-top: 0px;
    font-size: 22px;
}


#testimonial .info p {
    font-size: 14px;
    margin: 0px;
    color: black;
}

#testimonial .info p:first-child {
    text-transform: uppercase;
    font-weight: bold;
}

#testimonial .info p:last-child {
    font-weight: bold;
    margin-top: 15px;
    text-transform: uppercase;
}

#testimonial .slide-cont {
    display: inline-block;
    width: 100%;
    text-align: center;
    margin: 30px 0px;
}

#testimonial .slide-cont span {
    display: inline-block;
    width: 10px;
    height: 10px;
    background: black;
    border-radius: 100%;
    opacity: 0.3;
    transition: all 0.4s;
}

#testimonial .slide-cont span[selected] {
    opacity: 1;
}

div#cta {
    width: 100%;
}

div#cta input {
    border: none;
    padding: 11px 20px;
    border-radius: 2em;
    width: 350px;
    background: none;
    border: 2px solid white;
    outline: none;
    font-size: 19px;
    color: white;
}

div#cta input::placeholder {
    color: #ffffff8c;
}

[colored] div#content .row h1 {
    color: white;
}

[colored] div#content .row .btn.btn-primary {
    background: white;
    color: black;
}

[colored] div#menu li:last-child a {
    background: white;
    color: black;
}

[colored] div#menu li:last-child a svg path:last-child {
    fill: white;
    stroke: black;
}

[colored] div#menu li:last-child a svg path:first-child {
    fill: black;
    stroke: black;
}

[colored] div#menu ul li a {
    color: white;
}

[colored] div#content .row h1 {
    color: white;
}


[colored] #content:not(.home-page) .row .btn.btn-primary,
#content:not(.home-page) .form .btn.btn-primary {
    padding: 14px 20px;
    background: #f23f7b;
    color: white;
    margin: 0px;
    margin-left: -4px;
    border-top-left-radius: 0px;
    font-size: 15px;
    border-bottom-left-radius: 0px;
}

[colored] div#menu li:last-child a {
    background: white;
    color: black;
}

[colored] div#menu li:last-child a svg path:last-child {
    fill: white;
    stroke: black;
}

[colored] div#menu li:last-child a svg path:first-child {
    fill: black;
    stroke: black;
}

[colored] div#menu ul li a {
    color: white;
}

[colored] #header #logo [white] {
    display: block;
}

[colored] #header #logo img:not([white]) {
    display: none;
}

[grayed] div#bg-intro {
    background: #eaeaea;
}

[grayed] #header #logo [white] {
    display: initial;
}

[grayed] #header #logo img:not([white]) {
    display: none;
}

[grayed] div#menu ul li>a {
    color: black;
}

[grayed] #login svg path:first-child {
    fill: black;
}

[grayed] #login svg path:last-child {
    stroke: black;
}

[grayed] div#menu li:last-child a {
    color: white;
    background: #ee1b7f;
}

[grayed] div#head-content h1,
[grayed] div#head-content p {
    color: black;
}

[grayed] .btn.btn-primary.invert {
    background: black;
    color: white;
}

[grayed] div#cta input {
    border-color: black;
    color: black;
}

[grayed] div#cta input::placeholder {
    color: #00000080;
}

tab {
    display: inline-block;
    width: 100%;
    padding: 30px;
    background: white;
    margin-bottom: 0px;
    cursor: pointer;
    border-bottom: 1px solid #eaeaea;
}

tab tab-image svg {
    fill: #565656;
    width: 100%;
    height: 100%;
}

tab-controller tab:last-child {
    border-bottom: none;
}

tab .tab-info {
    height: 0px;
    overflow: hidden;
    transition: height 0.3s;
    display: inline-block;
}

tab[selected] .tab-info {
    height: 70px;
}

tab-image {
    width: 20px;
    height: 23.199px;
    margin-right: 30px;
    display: inline-block;
}

tab-content h4 {
    font-size: 17px;
    font-weight: normal;
    margin-bottom: 0px;
}

tab-content sm {
    font-size: 14px;
    line-height: 1.4;
    display: inline-block;
    color: #7c7b7c;
    margin-top: 10px;
}

tab-controller tab-content {
    display: inline-block;
    width: 84%;
    line-height: 0;
    position: relative;
}

.in-tab-player {
    display: none;
}

.in-tab-player .player {
    border-radius: 5px;
}

tab>* {
    margin-left: -4px;
    vertical-align: top;
    display: inline-block;
}

div#section[triangle] #section-content {
    padding: 0px;
}

tab[selected] {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ff759a+0,ff3f75+100 */

    /* Old browsers */

    /* FF3.6-15 */

    /* Chrome10-25,Safari5.1-6 */

    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

    /* IE6-9 */
    border-bottom: none;
}

tab[selected] {
    color: black;
    background: #f2f2f2;
}

tab[selected] svg {}

div#section[right][triangle] tab[selected] {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#673ab7+0,675eb7+100 */

    /* Old browsers */

    /* FF3.6-15 */

    /* Chrome10-25,Safari5.1-6 */

    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

    /* IE6-9 */
}

div#section[right] tab {
    border-radius: 0px;
    text-align: left;
}

div#section[triangle] #section-content tab-controller {
    display: inline-block;
    box-shadow: 8px 8px 10px -2px #00000017;
}

div#section[triangle][right] #section-content {
    /* float: right; */
    margin-left: 5%;
    margin-right: 0px !important;
}

.cta {
    margin: 150px 0px;
}

div#section-image tab-image {
    display: inline-block;
    width: 70%;
    margin: 0px;
    margin-left: 15%;
    vertical-align: middle;
}

div#section-image tab-image {
    display: inline-block;
    width: 100%;
    margin: 0px;
    margin-left: 0px;
    margin-top: 0px;
    height: 100%;
    visibility: hidden;
    position: absolute;
    left: -1e+07px;
}

div#section-container {
    margin-top: 251px;
}

div#section[left][triangle] {
    background-image: none;
}

div#section[right][triangle] {
    background: none;
}

div#section[triangle][right] #section-content tab-controller {
    text-align: right;
    box-shadow: -8px 8px 10px -2px #00000017;
}

div#section-image tab-image:first-child {
    visibility: visible;
    position: relative;
    left: 0px;
}

.pricing-container {
    display: inline-block;
    margin: 0px auto;
    background: none;
    margin-top: 190px;
    width: 100%;
    text-align: center;
}

.pricing-menu {
    display: inline-block;
    text-transform: uppercase;
    margin-bottom: 50px;
    border-radius: 2rem;
    overflow: hidden;
    background: #e8e8e8;
    position: relative;
}

.pricing-menu price {
    display: inline-block;
    cursor: pointer;
    padding: 12px 25px;
    position: relative;
}

standard,
enterprise {
    display: inline-block;
    width: 50%;
}

standard plans .btn.btn-primary {
    margin: 0px !important;
    margin-bottom: 28px !important;
}

.pricing-menu price:last-child {
    margin: 0px;
    margin-left: -5px;
}

.price-selected {
    position: absolute;
    width: 130px;
    height: 100%;
    background: #eb5a80;
    border-radius: 2rem;
    z-index: 0;
    transition: all 0.3s;
    top: 0px;
    left: 0px;
}

.price-selected[plan="enterprise"] {
    width: 150px;
    left: 100%;
    margin-left: -150px;
}

.pricing-menu price[selected] {
    color: white;
}

plans {
    display: inline-block;
    width: 79%;
    text-align: left;
    position: relative;
    border-radius: 5px;
    padding: 30px;
    text-align: center;
}

plans span v {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    width: auto;
}

plans m {
    position: absolute;
    top: -21px;
    background: white;
    padding: 10px 15px;
    font-size: 12px;
    text-transform: uppercase;
    color: gray;
    left: 16px;
}

plans span v p {
    margin: 0px;
    font-size: 14px;
    color: #AAAAAA !IMPORTANT;
}

plans span v:last-child {
    width: auto;
    margin-left: 10px;
}
plans span v b {
    font-size: 17px;
}
plans span v h3 {
    font-weight: bold;
    font-size: 55px;
    text-align: center;
}

plans span v:last-child p {
    margin-bottom: 4px;
}

select.mau-usage {
    text-align: center;
    font-size: 18px;
    background: whitesmoke;
    border: none;
    padding: 7px 15px;
    outline: none;
    -webkit-appearance: none;
}

[lightgray] #content.pricing {
    text-align: center;
}

feature-image {
    height: 46px;
    display: inline-block;
    width: 26px;
}

feature-tooltip {
    display: none;
}

feature {
    padding: 30px 0px;
    display: inline-block;
    margin-right: -4px;
    height: 122px;
    vertical-align: top;
}

features {
    display: inline-block;
    width: 100%;
    position: relative;
    padding: 50px;
    border-radius: 5px;
}

features m {
    position: absolute;
    top: -21px;
    background: white;
    padding: 10px 15px;
    font-size: 12px;
    text-transform: uppercase;
    color: gray;
    left: 16px;
}

feature-title {
    display: inline-block;
    width: 100%;
    font-size: 12px;
}

title {
    display: inline-block;
    width: 100%;
    margin: 52px 0px;
    font-weight: bold;
    color: #5B5B5B;
    font-size: 14px;
}

feature-image {
    height: 46px;
    display: inline-block;
    width: 26px;
}

feature-tooltip {
    display: none;
}

feature {
    padding: 30px 0px;
    display: inline-block;
    margin-right: -4px;
    height: 122px;
    vertical-align: top;
}

features {
    display: inline-block;
    width: 100%;
    position: relative;
    padding: 50px;
    border-radius: 5px;
}

features m {
    position: absolute;
    top: -21px;
    background: white;
    padding: 10px 15px;
    font-size: 12px;
    text-transform: uppercase;
    color: gray;
    left: 16px;
}

feature-title {
    display: inline-block;
    width: 100%;
    font-size: 12px;
}

title {
    display: inline-block;
    width: 100%;
    margin: 52px 0px;
    font-weight: bold;
    color: #5B5B5B;
    font-size: 14px;
}


feature-image {
    height: 46px;
    display: inline-block;
    width: 26px;
}

feature-tooltip {
    display: none;
}

feature {
    padding: 30px 0px;
    display: inline-block;
    margin-right: -4px;
    height: 122px;
    vertical-align: top;
    opacity: .7;
}

features {
    display: inline-block;
    width: 100%;
    position: relative;
    padding: 0px;
    border-radius: 5px;
    padding: 20px;
    background: #f4f4f4;
}

features m {
    position: absolute;
    top: -23px;
    background: white;
    padding: 10px 15px;
    font-size: 14px;
    text-transform: uppercase;
    color: gray;
    left: 16px;
}

feature-title {
    display: inline-block;
    width: 100%;
    font-size: 14px;
}

title {
    display: inline-block;
    width: 100%;
    margin: 52px 0px;
    font-weight: bold;
    color: #5B5B5B;
    font-size: 16px;
}

.special-offer {
    text-align: center;
    margin: 50px 0px;
}

.special-offer h1 {
    font-weight: normal;
    font-size: 30px;
    margin-bottom: 30px;
}

.special-offer h2 {
    font-size: 23px;
}

.faq-container {
    text-align: center;
    margin-top: 40px;
    background: #f4f4f4;
    padding: 40px 0px;
}

faq {
    display: inline-block;
    width: 70%;
    text-align: center;
    margin: 0px;
}

.faq {
    display: inline-block;
    width: 100%;
    padding: 20px 30px;
    border-radius: 9px;
    text-align: left;
}

.faq h3 {
    font-size: 17px;
    font-weight: normal;
}

.faq p {
    margin: 0px;
    color: #5a5a5a;
    font-size: 14px;
}

faq h2 {
    margin-bottom: 15px;
    font-weight: normal;
}

enterprise plans {
    text-align: center;
    border: none;
    padding: 0px;
}

enterprise plans .btn {
    margin: 0px;
}

enterprise plans a.btn.btn-primary {
    margin: 0px;
    font-size: 20px;
}

.form.demo-form input {
    display: inline-block;
    padding: 15px 20px;
    vertical-align: middle;
    border-radius: 2em;
    border: none;
    border-top-right-radius: 0px;
    font-size: 15px;
    border-bottom-right-radius: 0px;
    width: 25% !important;
}

.sub-menu.active {
    visibility: visible;
    margin-top: 30px;
    opacity: 1;
}

.sub-menu h4 {
    font-size: 14px;
    color: black;
    font-weight: bold;
}

.sub-menu p {
    font-size: 12px;
    margin: 0px;
    color: #333333;
}

list item {
    display: inline-block;
}

item-content {
    width: 70%;
    display: inline-block;
}

item-img {
    width: 15%;
    display: inline-block;
    margin-right: 10% !important;
    padding: 12px;
}

list item a>* {
    margin-left: -4px;
    vertical-align: middle;
}

list item a {
    display: inline-block;
    margin: 0px !important;
    text-decoration: none !important;
    padding: 20px 30px;
}

list item a:hover {
    background: #f7f7f7;
}

list item:last-child {
    margin-bottom: 0px;
}

arrow-top {
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid black;
    position: absolute;
    top: -10px;
    margin-left: 51px;
}

.bridge-content {
    text-align: center;
    position: relative;
    margin-top: 300px;
    margin-bottom: 120px;
}

.bridge-content-data {
    width: 50%;
    display: inline-block;
}

.bridge-content::after {
    background: url(../images/broken.svg);
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    background-repeat: no-repeat;
    bottom: 0px;
    right: 0px;
    background-position: 100% 100%;
}

.bridge-content p {
    text-align: left;
}

.bridge-content h1 {
    text-align: center;
    margin-bottom: 50px;
}

[lightgray] #cta {
    display: inline-block;
    max-width: 100% !important;
    text-align: center;
    margin-bottom: 150px;
}

div#section[triangle] div#section-image {
    box-shadow: none;
}

.cta h2 {
    margin-bottom: 30px;
}

.bridge-content[adoption]::after {
    background: url(../images/arrow_green.svg);
    background-size: 13% !important;
    background-position: 89% 100% !important;
    background-repeat: no-repeat;
}

.form input {
    display: inline-block;
    width: 100%;
    padding: 13px 15px;
    margin: 10px 0px;
    outline: none;
    border: none;
}

[error] {
    border-color: #ffb1b1;
}

.content-data-container {
    width: 50%;
    padding: 0px;
}

.content-data {
    position: relative;
    width: 80%;
    margin: auto;
    left: 0px;
    right: 0px;
}

.contact-us-form {
    display: inline-block;
    width: 350px;
    margin: auto;
    left: 0px;
    right: 0px;
    position: relative;
}

.content-container>* {
    vertical-align: middle;
    min-height: 800px;
    height: 100%;
    display: inline-flex;
}

.content-data>p {
    margin-bottom: 80px;
    font-size: 15px;
}

[colored] #content p {
    color: white;
}

.wrapper-menu {
    width: 35px;
    height: 35px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    cursor: pointer;
    transition: transform 330ms ease-out;
    position: absolute;
    right: 0px;
}

.wrapper-menu.open {
    transform: rotate(-45deg);
}

.line-menu {
    background-color: #000;
    border-radius: 5px;
    width: 100%;
    height: 6px;
}

.line-menu.half {
    width: 50%;
}

.line-menu.start {
    transition: transform 330ms cubic-bezier(0.54, -0.81, 0.57, 0.57);
    transform-origin: right;
}

.open .line-menu.start {
    transform: rotate(-90deg) translateX(3px);
}

.line-menu.end {
    align-self: flex-end;
    transition: transform 330ms cubic-bezier(0.54, -0.81, 0.57, 0.57);
    transform-origin: left;
}

.open .line-menu.end {
    transform: rotate(-90deg) translateX(-3px);
}

[lightgray] div#content .row p,
[colored] div#content .row p {
    width: 45%;
    display: inline-block;
}

[lightgray] div#content .row h1,
[colored] div#content .row h1 {
    width: 60%;
    display: inline-block;
}

.features-page .demo-form {
    margin-bottom: 0px;
}

.footer-cta {
    display: inline-block;
    width: 100%;
    text-align: center;
    margin: 0px;
    background: #011729;
    padding: 20px 40px;
}

.footer-cta input {
    border-radius: 2rem;
    padding: 10px 20px;
    width: 60%;
}

.footer-cta h3 {
    color: white;
    font-size: 26px;
    font-weight: bold;
}

.footer-cta .form {
    display: inline-block;
    width: 40%;
    margin-left: -4px;
    text-align: left;
}

.footer-cta-content {
    display: inline-block;
    width: 30%;
    text-align: left;
    vertical-align: middle;
    padding-right: 78px;
}

.footer-cta-content p {
    color: white;
    font-size: 15px;
    margin: 0px;
}

.footer-cta .form.error input {
    border-color: #ff4141;
}

.footer-cta.subscribed * {
    display: none;
}

.footer-cta.subscribed::after {
    display: inline-block;
    border-radius: 2em;
    content: "Thanks for the subscription!";
    text-transform: uppercase;
    padding: 14px 22px;
    background: white;
    color: #f23f7b;
    font-weight: bold;
    margin: 20px 0px;
    pointer-events: none;
}

div#getdemo-container svg {
    position: absolute;
    top: 0px;
    z-index: 0;
    opacity: .5;
    left: 0px;
    margin: auto;
    height: 471px;
    bottom: 0px;
}

div#getdemo-container {
    position: relative;
    height: 472px;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#5f78da+0,3f51b5+100 */
    background: #5f78da;
    /* Old browsers */
    background: -moz-linear-gradient(top, #5f78da 0%, #3f51b5 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #5f78da 0%, #3f51b5 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #5f78da 0%, #3f51b5 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5f78da', endColorstr='#3f51b5', GradientType=0);
    /* IE6-9 */
    margin-top: 70px;
    overflow: hidden;
}

.getdemo-content {
    width: 85%;
    color: white;
    z-index: 1;
    position: absolute;
    padding: 0px 61px;
    margin: auto;
    top: 0px;
    bottom: 0px;
}

.getdemo-content h1 {
    font-size: 34px;
    margin-bottom: 30px;
}

.getdemo-content a.btn {
    margin: 0px;
}

.consent {
    position: fixed;
    z-index: 99999999999;
    bottom: 0px;
    width: 100%;
    background: white;
    padding: 0px 30px;
    font-family: 'Titillium Web', sans-serif;
    box-shadow: 0px 0px 26px -8px gainsboro;
}

cxx {
    display: inline-block;
    margin-left: 20px;
    float: right;
    margin: 16px 0px;
}

.consent p {
    display: inline-block;
    font-size: 15px;
}

.consent button {
    padding: 10px 15px;
    background: #f65a8b;
    color: white;
    border: none;
    border-radius: 2em;
    margin-right: 20px;
    font-size: 13px;
    cursor: pointer;
}

.consent a {
    width: 20px;
    height: 20px;
    text-align: center;
    display: inline-block;
    border-radius: 100%;
    background: #272727;
    color: white;
    font-size: 15px;
    font-family: nunito;
    line-height: 18px;
}

.form input[error] {
    border-color: #ffc5c5;
}

[colored] arrow-top {
    border-bottom-color: white;
}

.contact-us-form-container {}

.form-controller label {
    display: inline-block;
    width: 100%;
    color: white;
    font-size: 13px;
}

.form-controller {
    text-align: left;
    margin-bottom: 30px;
}

.form-controller input {
    border: none;
    width: 100%;
    padding: 10px 15px;
    font-size: 14px;
    border-radius: 2px;
}

.form-controller select {
    width: 100%;
    border: none;
    -webkit-appearance: none;
    padding: 10px 15px;
    outline: none;
}

.contact-us-form .btn.btn-primary {
    width: 100%;
    border-radius: 2px;
    margin: 0px;
    background: white;
    color: #3e4db8;
    font-weight: normal;
    font-size: 14px;
    margin-top: 20px;
}

.contact-us-form-container {
    display: inline-flex;
    margin-left: -5px;
    width: 50%;
    position: relative;
    right: 0px;
    text-align: center;
    float: right;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#eb1880+0,eb4480+71,eb5a80+100 */
    background: #425ab9;
    /* Old browsers */
    background: -moz-linear-gradient(top, #eb1880 0%, #eb4480 71%, #eb5a80 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #2b43a0 0%, #425ab9 71%, #5f78da 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #2b43a0 0%, #425ab9 71%, #5f78da 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eb1880', endColorstr='#eb5a80', GradientType=0);
    /* IE6-9 */
}

.form-controller label {
    display: inline-block;
    width: 100%;
    color: white;
    font-size: 13px;
}

.form-controller {
    text-align: left;
    margin-bottom: 30px;
}

.form-controller input {
    border: none;
    width: 100%;
    padding: 10px 15px;
    font-size: 14px;
    border-radius: 2px;
}

.contact-us-form .btn.btn-primary {
    width: 100%;
    border-radius: 2px;
    margin: 0px;
    background: white;
    color: #435bc0;
    font-weight: bold;
    font-size: 14px;
    margin-top: 20px;
}

.companies div#logos-section img {
    margin: 0px 25px 27px;
    margin-left: 0px;
    opacity: 1;
}

.companies #logos-section .row-1 {
    margin: 0px;
}

.companies #logos-section .row-2 {
    margin: 0px;
}

.companies div#logos-section .row-3 img  {
    height: 24px;
}
.companies div#logos-section .row-1 img {
    height: 35px;
}
.companies div#logos-section .row-1 img.v {
    height: 21px;
}

.companies div#logos-section .row-2 img {
    height: 22px;
}

.content-container {
    margin-bottom: 0px;
    margin-top: 0px;
    height: 100%;
    overflow: scroll;
    position: fixed;
    width: 100%;
}

.companies p {
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 20px;
    font-weight: 600;
}

.companies div#logos-section {
    margin-top: 28px;
}

.companies div#logos-section .row-1 img:first-child,.companies div#logos-section .row-1 img:first-child  {
    margin-left: 0px;
}

.companies div#logos-section .row-2 img:first-child {
    margin-left: 0px;
}

.content-data h1 {
    font-weight: 500;
    font-size: 30px;
}

@media (min-width: 1066px) and (max-width: 1330px) {
    .home-page-player {
        width: 450px;
    }

    .home-player-content {
        display: initial !important;
    }

    .home-player-content h3,
    .home-player-content ul {
        position: absolute;
        left: -280px;
        text-align: left;
        width: 280px;
    }

    .home-player-content span.spot line {
        left: -289px;
        width: 285px;
    }

    .home-player-content ul li {
        font-size: 14px;
    }

    .home-player-content h3 {
        font-size: 17px;
        margin-top: -17px;
    }

}



@media (min-width: 640px) and (max-width: 1200px) {
    #header {
        padding: 0px;
    }
    .bridge-content::after {
        display: none;
    }

    div#head-content {
        width: 70%;
        padding: 65px 0px 0px;
    }

    .home-player-content {
        display: none;
    }

    .features-page div#section-content {
        width: 100%;
        padding: 0px 20px !important;
        margin-right: 0px !important;
        margin-left: 0px !important;
    }

    .features-page div#section-image {
        display: none;
    }

    .features-page div#section #section-content tab-controller {
        box-shadow: none !important;
    }

    .features-page div#section {
        padding-top: 20px !important;
    }

    .features-page tab-image {
        margin-right: 5%;
    }

    .in-tab-player {
        margin: 20px 0px 10px;
        display: block;
        width: 400px;
    }

    .in-tab-player .player {
        box-shadow: none;
        height: 297px;
    }

    tab[selected] .tab-info {
        height: 356px;
    }


}

@media (max-width: 950px) and (min-width: 640px) {

    .content-container>* {
        width: 100%;
        padding: 30px;
        height: auto;
        min-height: auto;
    }

    .content-data {
        width: 60%;
        margin-top: 0px;
    }

    .contact-us-form-container {
        width: 100%;
        margin: 0px;
        height: auto;
        min-height: auto;
        padding: 50px 0px;
    }

    .contact-us-form {
        width: 60%;
    }


}

@media (min-width: 0px) and (max-width: 500px) {

    #main .modal-template.mxm {
        width: 45%;
    }

    #main .modal-template.mxm h2 {
        font-size: 12px;
        margin-bottom: 0px;
    }

    #main .modal-template.mxm .modal-template-content {
        padding: 10%;
        line-height: 0;
    }

    #main .modal-template.mxm .modal-template-content>xx {
        display: inline-block;
        margin-top: 19%;
        width: 100%;
    }

    #main .modal-template-content>.template-line {
        height: 2px;
    }

    #main .modal-template.mxm.vvm .modal-template-action {
        width: 34%;
        padding: 3% 6%;
    }

    #main .modal-template.mxm.vvm .modal-template-action l {
        height: 1px;
        top: -1px;
        position: relative;
    }

    #main .modal-template.mxm.vvm xx .modal-template-action:last-child {
        margin-top: 2px;
    }

    #main .cursor {
        width: 6px;
    }

    #main .template-dropdown {
        width: 50px;
        padding: 10px;
        right: 7px;
    }

    #main .template-line {
        height: 2px;
    }

    #main .template-sep {
        margin: 10px 0px;
        margin-bottom: 5px;
    }

    #main .template-dropdown {
        width: 50px;
        padding: 10px;
        right: 7px;
        line-height: 0;
    }

    #main .template-line {
        height: 2px;
    }

    #main .template-sep {
        margin: 10px 0px;
        margin-bottom: 5px;
    }

    #main .tooltip-template .tooltip-template-content {
        width: 80px;
        padding: 10px;
        line-height: 0.1;
    }

    #main .tooltip-template .tooltip-template-action {
        padding: 5px 0px;
    }

    #main .tooltip-template {
        border-radius: 2px;
    }

    #main .tooltip-template .tooltip-template-action span {
        width: 16px;
        height: 1px;
        right: 6px;
    }

    #main .template-tip {
        border-top: 5px solid transparent;
        border-bottom: 5px solid transparent;
        border-left: 5px solid #ffffff;
        right: -4px;
        bottom: 39%;
    }

    #main .modal-template.mxm .modal-template-action {
        width: 86px;
        padding: 10px;
        margin-top: 7px;
        font-size: 7px;
    }

    #main .modal-template.mxm .modal-template-content h3 {
        font-size: 10px;
        margin: 10px 0px -10px;
    }

    #main .show-template-modal-big .show-template-modal-content-bottom {
        padding: 0px 20px;
    }

    #main .show-template-modal-content-rows {
        padding: 20px;
    }

    #main .show-template-modal-content-rows span l {
        height: 2px;
        margin-left: 4px;
    }

    #main .show-template-modal-content-rows span {
        margin-bottom: 5px;
    }

    #main .template-button {
        padding: 5px 16px;
        width: 50px;
        margin-right: 30px !important;
    }

    #main .template-button span {
        top: -2px;
    }

    #main .shadow-template-container {
        padding: 28px 64px;
    }

    #main img.template-headear-controller {
        height: 67px !important;
        right: -20px;
    }

    #main img.template-headear-action {
        width: 52px !important;
        top: -16px;
    }

    #main>img {
        height: 208px;
        margin: 2px;
        box-shadow: 0px 0px 2px gainsboro;
    }


}

@media (min-width: 0px) and (max-width: 1200px) {

    #header #logo {
        width: 100%;
        text-align: center;
        z-index: 0;
        padding: 50px 30px 0px;
    }

    #menu {
        display: none !important;
    }

    div#mobile-menu {
        display: block;
        padding: 50px 30px 0px;
    }

    div#mobile-menu ul {
        padding: 25px 0px;
        position: relative;
        top: 72px;
        z-index: 1;
        width: 320px;
        display: inline-block;
        background: #3c3c3c;
        list-style-type: none;
        position: absolute;
        max-height: 500px;
        overflow: auto;
        left: -320px;
        transition: all 0.4s;
        opacity: 0;
        margin-top: 50px;
    }

    div#mobile-menu ul li a {
        padding: 15px 30px;
        display: inline-block;
    }

    div#mobile-menu ul li a {
        color: white;
    }

    div#mobile-menu ul.open {
        display: block;
        left: 0px;
        opacity: 1;
    }

    .in-tab-player .modal-template.mxm {
        width: 45%;
    }

    .in-tab-player .modal-template.mxm h2 {
        font-size: 12px;
        margin-bottom: 0px;
    }

    .in-tab-player .modal-template.mxm .modal-template-content {
        padding: 10%;
        line-height: 0;
    }

    .in-tab-player .modal-template.mxm .modal-template-content>xx {
        display: inline-block;
        margin-top: 19%;
        width: 100%;
    }

    .in-tab-player .modal-template-content>.template-line {
        height: 2px;
    }

    .in-tab-player .modal-template.mxm.vvm .modal-template-action {
        width: 34%;
        padding: 3% 6%;
    }

    .in-tab-player .modal-template.mxm.vvm .modal-template-action l {
        height: 1px;
        top: -1px;
        position: relative;
    }

    .in-tab-player .modal-template.mxm.vvm xx .modal-template-action:last-child {
        margin-top: 2px;
    }

    .in-tab-player .cursor {
        width: 6px;
    }

    .in-tab-player .template-dropdown {
        width: 50px;
        padding: 10px;
        right: 7px;
    }

    .in-tab-player .template-line {
        height: 2px;
    }

    .in-tab-player .template-sep {
        margin: 10px 0px;
        margin-bottom: 5px;
    }

    .in-tab-player .template-dropdown {
        width: 50px;
        padding: 10px;
        right: 7px;
    }

    .in-tab-player .template-line {
        height: 2px;
    }

    .in-tab-player .template-sep {
        margin: 10px 0px;
        margin-bottom: 5px;
    }

    .in-tab-player .tooltip-template .tooltip-template-content {
        width: 80px;
        padding: 10px;
        line-height: 0.1;
    }

    .in-tab-player .tooltip-template .tooltip-template-action {
        padding: 5px 0px;
    }

    .in-tab-player .tooltip-template {
        border-radius: 2px;
    }

    .in-tab-player .tooltip-template .tooltip-template-action span {
        width: 16px;
        height: 1px;
        right: 6px;
    }

    .in-tab-player .template-tip {
        border-top: 5px solid transparent;
        border-bottom: 5px solid transparent;
        border-left: 5px solid #ffffff;
        right: -4px;
        bottom: 39%;
    }

    .in-tab-player .modal-template.mxm .modal-template-action {
        width: 86px;
        padding: 10px;
        margin-top: 7px;
        font-size: 7px;
    }

    .in-tab-player .modal-template.mxm .modal-template-content h3 {
        font-size: 10px;
        margin: 10px 0px -10px;
    }

    .in-tab-player .show-template-modal-big .show-template-modal-content-bottom {
        padding: 0px 20px;
    }

    .in-tab-player .show-template-modal-content-rows {
        padding: 20px;
    }

    .in-tab-player .show-template-modal-content-rows span l {
        height: 2px;
        margin-left: 4px;
    }

    .in-tab-player .show-template-modal-content-rows span {
        margin-bottom: 5px;
    }

    .in-tab-player .template-button {
        padding: 5px 16px;
        width: 50px;
        margin-right: 30px !important;
    }

    .in-tab-player .template-button span {
        top: -2px;
    }

    .in-tab-player .shadow-template-container {
        padding: 28px 64px;
    }

    .in-tab-player img.template-headear-controller {
        height: 67px !important;
        right: -20px;
    }

    .in-tab-player img.template-headear-action {
        width: 52px !important;
        top: -16px;
    }

    .in-tab-player>img {
        height: 208px;
        margin: 2px;
        box-shadow: 0px 0px 2px gainsboro;
    }


}

@media (min-width: 0px) and (max-width: 640px) {

    #testimonial .content {
        min-height: 260px;
    }

    .bridge-content-data {
        width: 80%;
    }

    plans,
    standard,
    enterprise {
        width: 100%;
    }

    .content-data-container {
        width: 100%;
    }

    .content-container>* {
        min-height: 0px;
        height: auto;
        width: 100%;
        padding: 30px;
    }

    .features-page div#section-content {
        width: 100%;
        padding: 0px 20px !important;
        margin-right: 0px !important;
        margin-left: 0px !important;
    }

    .features-page div#section-image {
        display: none;
    }

    .features-page div#section #section-content tab-controller {
        box-shadow: none !important;
    }

    .features-page div#section {
        padding-top: 20px !important;
    }

    .features-page tab-image {
        margin-right: 5%;
    }

    .in-tab-player {
        margin: 20px 0px 10px;
        display: block;
    }

    .in-tab-player .player {
        box-shadow: none;
        height: auto;
        overflow: visible;
    }

    tab[selected] .tab-info {
        height: 324px;
    }

    div#comparison>* {
        width: 100%;
        margin: 0px !important;
        padding-bottom: 50px;
        padding-left: 20px;
        padding-right: 20px;
    }

    div#comparison {
        height: auto;
    }

    .comparison-time {
        position: initial;
        margin-top: 40px;
    }

    div#comparison #new-way {
        padding-top: 50px;
    }

    .home-player-content {
        display: none;
    }

    div#head-content {
        width: 80%;
    }

    .home-page-player {
        width: 100%;
        padding: 20px;
    }

    div#head-content h1 {
        font-size: 38px;
    }

    div#cta input {
        display: none;
    }

    .footer-cta .form {
        width: 100%;
        text-align: center;
    }

    .footer-cta-content {
        width: 100%;
        text-align: center;
        padding: 0px;
    }

    .footer-cta input {
        width: 100%;
    }

    .footer-cta .btn {
        margin: 0px;
    }

    .footer-cta {
        padding: 40px 40px 0px;
    }

    div#cta h2 {
        width: 100%;
    }

    .features-page .demo-form {
        margin-bottom: 30px;
    }

    [lightgray] div#content .row p,
    [colored] div#content .row p {
        width: 100%;
        display: inline-block;
    }

    [lightgray] div#content .row h1,
    [colored] div#content .row h1 {
        width: 100%;
        display: inline-block;
    }

    [colored] #content:not(.home-page) .row .btn.btn-primary,
    #content:not(.home-page) .form .btn.btn-primary {
        border-radius: 2rem;
        background: white;
        color: black;
    }

    #menu {
        display: none !important;
    }

    .form.demo-form .btn {
        margin-bottom: 18px;
        border-radius: 2rem;
    }

    div#section-image {
        box-shadow: none;
        height: auto;
        width: 80%;
        margin-left: 10%;
        padding: 10% 0px;
        background-size: 85% 85% !important;
        background-position: 50% 50% !important;
    }

    div#section-content {
        padding: 0px 20px;
    }

    div#section {
        background-size: auto 42% !important;
        background-position: 50% 12% !important;
    }

    div#section[right] {
        position: relative;
        padding-top: 76vw;
    }

    div#section[right] div#section-image {
        position: absolute;
        top: 0px;
        left: 0px;
    }

    div#cta .btn {
        margin-left: 0px !important;
        margin-bottom: 10px;
    }

    div#testimonial {
        margin-top: 0px;
    }

    div#content .row {
        padding: 50px 0px 0px;
    }

    div#content div#testimonial-section {
        padding: 0px 20px;
    }

    div#long-part {}

    #header {
        padding: 0px;
    }


    div#logos-section .row-1 {
        margin-bottom: 0px;
    }

    div#logos-section .row-2, div#logos-section .row-3 {
        margin-top: 0px;
        margin-bottom: 0px;
    }

    div#logos-section:not(.get-demo-logos) img {
        height: auto !important;
        width: 49%;
        padding: 23px;
        margin: 0px !important;
    }

    #testimonial .content,
    #testimonial .info {
        width: 100%;
    }

    .getdemo-content {
        width: 100%;
    }


    .bridge-content::after {
        display: none;
    }

    .bridge-content {
        padding: 0px 20px;
    }

    .form.demo-form input {
        width: 100% !important;
        border-radius: 2rem;
    }

    [colored] .line-menu {
        background: white;
    }

    .pricing-menu price {
        width: 100%;
    }

    .price-selected {
        height: 48px;
        width: 100%;
    }

    .price-selected[plan="enterprise"] {
        top: 100%;
    }

    .pricing-container {
        margin-top: 0px;
        width: 100%;
        padding: 80PX 20PX;
        box-shadow: none;
    }

    plans span v {
        display: inline-block;
        vertical-align: middle;
        font-size: 13px;
        width: 33%;
        width: 100% !important;
        margin: 20px 0px;
        border: none !important;
        padding: 0px !important;
    }

    .footer .footer-bottom {
        text-align: left;
    }

    div#section {}

    .footer-links {
        display: inline-block;
        padding-left: 0px;
    }

    .footer .footer-links a {
        border-left: none;
        padding-left: 0px;
    }

    div#bg-intro::after {
        width: 100%;
        bottom: -1px;
        right: -1px;
    }

    .contact-us-form-container {
        display: inline-block;
        margin-left: -5px;
        width: 50%;
        text-align: right;
        padding-right: 40px;
    }

    .form-controller label {
        display: inline-block;
        width: 100%;
        color: white;
        font-size: 13px;
    }

    .form-controller {
        text-align: left;
        margin-bottom: 30px;
    }

    .form-controller input {
        border: none;
        width: 100%;
        padding: 10px 15px;
        font-size: 14px;
        border-radius: 2px;
    }

    .companies div#logos-section img {
        margin: 0px 20px 27px;
        opacity: 0.5;
        margin-left: 0px;
    }

    .companies #logos-section .row-1 {
        margin: 0px;
    }

    .companies #logos-section .row-2 {
        margin: 0px;
    }

    .content-data {
        width: 100%;
        margin-top: 50px;
    }

    .contact-us-form-container {
        width: 100%;
        text-align: center;
        margin: 0px;
    }

    .contact-us-form {
        width: 90%;
    }

}

@media (min-width: 1276px) and (max-width: 1330px) {
    .home-page-player {
        width: 650px;
    }
}

@media (min-width: 1228px) and (max-width: 1276px) {
    .home-page-player {
        width: 600px;
    }
}

@media (min-width: 1124px) and (max-width: 1228px) {
    .home-page-player {
        width: 500px;
    }
}

@media (min-width: 954px) and (max-width: 1046px) {
    div#logos-section .row-1 img, div#logos-section .row-3 img {
        height: 40px;
    }

    .companies div#logos-section .row-2 img {
        margin: 0px 25px 27px;
        margin-left: 0px;
    }

    div#logos-section .row-2 img {
        height: 24px;
    }
}

@media (min-width: 876px) and (max-width: 954px) {
    div#logos-section .row-1 img, div#logos-section .row-3 img {
        height: 35px;
    }

    div#logos-section .row-2 img {
        height: 19px;
    }
}

@media (min-width: 640px) and (max-width: 876px) {
    div#logos-section:not(.get-demo-logos) img {
        height: auto !important;
        width: 49%;
        padding: 23px 15%;
        margin: 0px !important;
    }

    div#logos-section>*:first-child {
        margin-top: 0px;
    }

    div#logos-section>*:last-child {
        margin-bottom: 0px;
    }

    div#logos-section .row-2 {
        margin-top: 0px;
    }

    div#logos-section .row-1 {
        margin-bottom: 0px;
    }
    #testimonial .content {
        min-height: 260px;
    }

}



tab:not([selected]) #countdown {
    display: none;
}

#countdown {
    position: absolute;
    margin: auto;
    height: 15px;
    width: 15px;
    text-align: center;
    top: 0px;
    right: -20px;
}

svg#count {
    position: absolute;
    top: 0;
    right: 0;
    width: 15px;
    height: 15px;
    transform: rotateY(-180deg) rotateZ(-90deg);
}

svg#count circle {
    stroke-dasharray: 40px;
    stroke-dashoffset: 0px;
    stroke-linecap: round;
    stroke-width: 2px;
    stroke: #ed577f;
    fill: none;
    animation: countdown 8s linear infinite forwards;
}

@keyframes countdown {
    from {
        stroke-dashoffset: 0px;
    }

    to {
        stroke-dashoffset: 40px;
    }
}

.form-controller [error] {
    background: #ffc3c3;
}
.startup-access-success {
    color: white;
}
.contact-us-form-container svg {
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 0;
    width: 100%;
    height: 100%;
}

.contact-us-form > *:not(svg) {
    position: relative;
    z-index: 1;
}
