/* end regions */
.header-wrap {
    position: fixed;
    width: 100%;
    z-index: 10;
    top: 0;
}

.main-header {
    padding: 2.6rem 0 3rem;
    position: relative;
}

.center-menu {
    max-width: 120rem;
    min-height: 6.6rem;
    margin: 0 auto;
}

.main-header .rumble-player-logo {
    float: left;
    margin-top: 1.4rem;
}

.main-header .nav-wrap {
    float: right;
}

.main-header .user-wrap {
    float: right;
}

.main-header .user-wrap a {
    font-size: 1.6rem;
    color: #ffff;
    opacity: 0.6;
    display: inline-block;
    margin-left: 5rem;
}

.main-header .user-wrap a:hover {
    opacity: 1;
}

.main-header .main-nav {
    width: 100%;
    clear: both;
    margin-top: 3rem;
}

.main-header .main-nav a,
.submenu {
    font-size: 1.6rem;
    color: #fff;
    text-transform: uppercase;
    padding: 1rem;
    display: inline-block;
    font-weight: 700;
    border-radius: 6px;
}

.submenu.show-submenu .submenu-wrap {
    display: block;
}

.main-header .main-nav a:not(:first-child),
.main-header .main-nav .submenu:not(:first-child) {
    margin-left: 2rem;
}

.main-header .main-nav a.action {
    background: #9F041B;
}

.main-header .main-nav a:hover,
.main-header .main-nav a.active {
    background: #000;
}

.main-header {
    transition: all 0.1s;
}

.submenu {
    padding: 0;
}

.submenu-wrap {
    display: none;
    position: absolute;
    background-color: #fff;
    border-radius: .5rem;
    padding: 2rem 0;
    min-width: 20rem;
    border: solid 1px #979797;
    box-shadow: 0 0 8px #999;
    z-index: 3;
}

.submenu:hover .submenu-wrap {
    display: block;
}

.main-header .main-nav .submenu-wrap a {
    display: block;
    margin: 0;
    color: #000;
    border-radius: 0;
    font-size: 1.4rem;
    font-weight: 400;
    padding: 1rem;
}

.main-header .main-nav .submenu-wrap a:hover {
    background-color: #D35771;
    font-weight: 700;
}

/*-- sticky --*/
.main-header.fixed {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background: #333;
    z-index: 100;
}


.site-footer {
    padding: 6rem 0;
    background: url('../images/footer-photo.jpg') no-repeat;
    background-size: cover;
}

.site-footer .center {
    display: flex;
}

.site-footer .footer-part {
    flex: 1;
}

.site-footer .rumble-player-logo {
    margin-bottom: 3rem;
    display: block;
    float: left;
}

.site-footer .rumble-info {
    clear: both;
    display: block;
    max-width: 26rem;
    font-size: 1.4rem;
    color: #fff;
    line-height: 2rem;
    margin-bottom: 10rem;
}

.site-footer .copy-r {
    color: #ccc;
}

.site-footer .footer-part .link {
    width: 50%;
    float: left;
}

.site-footer .footer-part .link a {
    display: block;
    font-size: 1.6rem;
    padding: 1rem;
    color: #fff;
    font-weight: 700;
    opacity: 0.6;
}

.site-footer .footer-part .link a:hover {
    opacity: 1;
}

.site-footer .subscribe-footer p#email_info {
    float: right;
    width: 100%;
    padding: 0 0 1rem 0;
    text-align: right;
    visibility: hidden;
}

.site-footer .subscribe-footer p {
    text-align: right;
    font-size: 1.6rem;
    color: #fff;
    font-weight: 700;
    padding: 1rem;
    display: block;
}

.site-footer input {
    padding: 1.5rem;
    font-size: 1.5rem;
    font-weight: 700;
    border-radius: 6px;
    background: #fff;
    border: solid 1px #D0D0D0;
    color: #999;
    font-family: sans-serif;
    margin-bottom: 1.5rem;
    box-sizing: border-box;
    width: 80%;
    float: right;
}

.site-footer input:focus {
    color: #333;
    border: solid 1px #333;
    outline: none;
}

.site-footer .action {
    float: right;
    margin-bottom: 3rem;
}

.social-links {
    clear: both;
}

.social-links a {
    width: 2.7rem;
    height: 2.7rem;
    border-radius: 9rem;
    display: block;
    float: right;
    margin-left: 1.5rem;
    opacity: 0.8;
}

.social-links a:hover {
    opacity: 1;
}

.iframe-wrap {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56%;
    margin-bottom: 2rem;
}

.iframe-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


/* reset css */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

body {
    line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}

nav ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}

a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
    text-decoration: none;
}


ins {
    background-color: #ff9;
    color: #000;
    text-decoration: none;
}


mark {
    background-color: #ff9;
    color: #000;
    font-style: italic;
    font-weight: bold;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom: 1px dotted;
    cursor: help;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}


hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #cccccc;
    margin: 1em 0;
    padding: 0;
}

input, select {
    vertical-align: middle;
}


* {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    box-sizing: border-box;
}

ul {
    list-style: none;
}


/* structure */
body {
    background: #F3F3F7;
}

.static-header {
    padding-top: 12.2rem;
}

.center {
    max-width: 120rem;
    margin: 0 auto;
}

.dark-bg {
    background: #333;
}

.dark-bg * {
    color: #fff;
}

.white-background {
    background: #fff;
}

.gray-background {
    background: #D8D8D8;
}

/*-- tab menu --*/
.tab-nav {
    overflow: hidden;
    text-align: center;
    margin-bottom: 4rem;
    padding: 1rem;
}

.tab-nav-mobile-wrap {
    display: none;
    margin: 0 2rem;
}

.tab-nav-mobile {
    display: block;
    max-width: 28rem;
    margin: 0 auto 4rem;
    padding: 2rem 3rem;
    background-color: #fff;
    color: #9F041B;
    font-size: 1.8rem;
    font-weight: 700;
    text-transform: uppercase;
    text-align-last: center;
    border: solid 1px #979797;
    border-radius: .9rem;
    box-shadow: 0 0 8px #999;
    outline: none;
    font-family: sans-serif;
}

.tab-nav-mobile option {
    border: none;
    outline: none;
}

.tab-nav a {
    display: inline-block;
    padding: 2rem 4rem;
    font-size: 1.8rem;
    text-transform: uppercase;
    border: solid 1px #979797;
    background: #fff;
    color: #666;
    margin-left: -4px;
}

.tab-nav a:first-child {
    border-top-left-radius: 9px;
    border-bottom-left-radius: 9px;
}

.tab-nav a:last-child {
    border-top-right-radius: 9px;
    border-bottom-right-radius: 9px;
}

.tab-nav a:hover {
    color: #9F041B;
}

.tab-nav a.active {
    color: #9F041B;
    font-weight: 700;
    z-index: 2;
    position: relative;
    box-shadow: 0 0 8px #999;
}

.arrow {
    display: none;
    border: solid #fff;
    border-width: 0 3px 3px 0;
    float: right;
    padding: 3px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

.show-submenu .arrow {
    transform: translateY(3px) rotate(-135deg);
    -webkit-transform: translateY(3px) rotate(-135deg);
}

/* signup */
.signup-wrap {
    margin-top: 10rem;
    display: flex;
    flex-flow: row;
    align-items: flex-start;
    justify-content: space-between;
}

.signup-large {
    display: flex;
    flex-flow: column;
    flex: 0 0 60.5%;
    padding-top: 2.1rem;
}

.signup-small {
    flex: 0 0 30.5%;
}

.order-card {
    box-shadow: 0 1rem 5rem 0 rgba(0, 0, 0, .22);
    background-color: #fff;
    padding: 2.1rem 2.8rem 4rem;
}

.signup-full {
    display: flex;
    flex-flow: row;
    justify-content: space-between;
}

.signup-split {
    flex: 0 0 47.5%;
}


/* typography */
html {
    font-size: 62.5%;
}

body {
    font-size: 1.2rem;
    font-family: sans-serif;
}

h1 {
    font-family: sans-serif;
    font-size: 4.8rem;
    color: #fff;
    padding-bottom: 6rem;
    text-transform: uppercase;
    font-weight: 800;
}

h2, .success-registration-heading {
    font-family: sans-serif;
    font-size: 4rem;
    line-height: 5.6rem;
    color: #333;
    padding-bottom: 4rem;
    font-weight: 700;
}

.success-registration-heading {
	text-transform: uppercase;
}

.success-registration-heading {
    text-align: center;
    font-size: 3rem;
    margin-top: 4rem;
    color: #9F041B;
}

.successRegistration {
    font-size: 2rem;
    line-height: 3rem;
    color: #333;
    padding-bottom: 2rem;
    margin: 0 auto;
}

h3 {
    font-family: sans-serif;
    font-size: 3rem;
    line-height: 4.2rem;
    color: #333;
    padding-bottom: 3rem;
    text-transform: uppercase;
    font-weight: 600;
}

h4 {
    font-family: sans-serif;
    font-size: 7.2rem;
    line-height: 9.8rem;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
}

h4 span {
    display: block;
    font-weight: 800;
}

h5 {
    font-family: sans-serif;
    font-size: 2rem;
    line-height: 2.8rem;
    color: #333;
    font-weight: 400;
    text-transform: uppercase;
}

p {
    font-family: sans-serif;
}

.btn-small, .btn-standard, .btn-big {
    background: #9F041B;
    color: #fff;
    text-transform: uppercase;
    border-radius: 9px;
    display: inline-block;
    cursor: pointer;
    outline: none;
}

.btn-small {
    font-weight: 700;
    font-size: 1.8rem;
    padding: 1.3rem;
    border: none;
    outline: none;
}

.btn-standard {
    font-weight: 700;
    font-size: 2rem;
    padding: 1rem 2rem;
}

.btn-big {
    font-weight: 800;
    font-size: 2.3rem;
    padding: 2rem 3rem;
}

.signup-heading {
    font-size: 2.3rem;
    color: #9F041B;
    text-transform: uppercase;
}

.text-input {
    font-size: 1.4rem;
    padding: 1.5rem;
    margin-bottom: 2.6rem;
    border-radius: .9rem;
    border: 1px solid #D0D0D0;
    outline: none;
    font-weight: 700;
    color: #999;
}

.text-input::placeholder {
    color: #999;
}

.order-heading {
    font-size: 2.3rem;
    color: #9F041B;
    text-transform: uppercase;
    padding-bottom: 3.5rem;
}

.order-description {
    line-height: 2.4rem;
    font-weight: 700;
    font-size: 1.8rem;
    color: #333;
    text-transform: uppercase;
    margin-bottom: 0.6rem;
}

.order-description span {
    float: right;
}

.order-content {
    margin: 1rem 0 3.6rem;
    line-height: 3rem;
}

.order-packages {
    margin: 1.5rem 0 0;
    padding: .6rem 1.5rem;
    border: 1px solid #333;
    background-color: #fff;
    width: 100%;
}

.order-button {
    margin: 4rem auto 1.7rem;
    width: 100%;
    border: none;
}

.order-link {
    color: #333;
    font-weight: 700;
}

.trial-info {
    height: 4.6rem;
}

.trial-info-text {
    padding-top: 1rem;
    color: #555;
}

/* sections */
/*-- promo wrap --*/
.home .promo-wrap {
    background: url('../images/img-home.jpg') no-repeat;
    background-size: cover;
}

.promo-wrap {
    height: 80vh;
    min-height: 84rem;
    position: relative;
}

.promo-wrap .promo-content {
    position: absolute;
    text-align: center;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
}

.promo-wrap .promo-content p {
    font-size: 2.2rem;
    line-height: 3.6rem;
    max-width: 76rem;
    margin: 0 auto 5rem;
}

/*-- client list --*/
.clients-list {
    min-height: 24rem;
    background: #fff;
    overflow: hidden;
    box-sizing: border-box;
    padding-bottom: 5rem;
}

.clients-list p.title {
    font-family: sans-serif;
    float: left;
    font-size: 2rem;
    color: #666;
    text-transform: uppercase;
    font-weight: 700;
    max-width: 29rem;
    padding: 10rem 0 0 0;
    display: block;
    margin-right: 5rem;
    letter-spacing: 0.3rem;
}

.clients-display {
    float: left;
    padding-top: 6.3rem;
}

.clients-display span {
    width: 11rem;
    height: 11rem;
    background: #ccc;
    display: block;
    float: left;
    overflow: hidden;
    border-radius: 20rem;
    box-shadow: 0 2px 4px #DADADA;
}

.clients-display span:not(:last-child) {
    margin-right: 4rem;
}

.clients-display span img {
    display: block;
    width: 100%;
}

/*-- section tabs --*/
.section-tabs {
    padding: 8rem 0;
}

.section-tabs h2 {
    max-width: 80rem;
    margin: 0 auto;
    text-align: center;
}

.section-tabs .tab-wrap {
    display: none;
}

.section-tabs .tab-wrap.tab-active {
    display: flex;
}

.content-block {
    display: flex;
}

.content-block .inner-wrap {
    flex: 1;
    margin: 0 3rem 3rem;
}

.content-block .inner-wrap img {
    box-shadow: -1.5rem 2.5rem 5rem rgba(0, 0, 0, 0.22);
    width: 100%;
}

.content-block .inner-wrap img.no-shadow {
    box-shadow: none;
}

.content-block .inner-wrap p {
    font-size: 2.2rem;
    line-height: 3.3rem;
    color: #333;
    padding-bottom: 2rem;
}

/*-- section tabs --*/
.solutions {

}

.solutions .bg-video {
    position: absolute;
    min-width: 100%;
    min-height: 100%;
    opacity: 0.5;
}

.solutions .promo-wrap {
    background: #000;
    overflow: hidden;
    position: relative;
}

.section-table {
    padding: 8rem 0;
}

.section-table h2 {
    text-align: center;
}

.section-table p {
    text-align: center;
    font-size: 2.2rem;
    line-height: 3.3rem;
    padding-bottom: 3rem;
}

.compare-table {
    border: solid 1px #666;
    width: 100%;
}

.compare-table th:not(:first-child), .compare-table td:not(:first-child) {
    border-left: solid 1px #666;
}

.compare-table th {
    font-size: 1.6rem;
    text-transform: uppercase;
    text-align: center;
    padding: 2rem;
    box-sizing: border-box;
    border-bottom: solid 1px #666;
}

.compare-table td {
    font-size: 2.3rem;
    color: #fff;
    padding: 1.5rem 2rem;
    box-sizing: border-box;
    border-bottom: solid 1px #666;
}

.compare-table .icon {
    width: 2.6rem;
    height: 2.6rem;
    display: block;
    margin: 0 auto;
    background-repeat: no-repeat;
    background-size: contain;
}

.compare-table .icon-check {
    background-image: url("data:image/svg+xml;utf8,%3Csvg%20width%3D%2225%22%20height%3D%2227%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M23.769.407c-1.226-.786-2.836-.4-3.599.86L9.098%2019.572l-4.404-5.985a2.563%202.563%200%2000-3.658-.522c-1.151.898-1.376%202.584-.507%203.767l6.695%209.102A2.588%202.588%200%20009.306%2027l.119-.002a2.598%202.598%200%20002.098-1.266L24.605%204.11c.763-1.26.388-2.92-.836-3.703%22%20fill%3D%22%23FFF%22%20fill-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E");
}

.compare-table .icon-x {
    background-image: url('../images/icon-x.svg');
    opacity: 0.4;
}

.compare-table .rumble-column {
    background: #9F041B;
}

.mob-table {
    display: none;
}

/*-- section-incentive --*/
.section-incentive {
    padding: 8rem 0;
    text-align: center;
    background: url('../images/incentive-photo-1.jpg') no-repeat;
    background-size: cover;
}

.section-incentive h4, .section-incentive-2 h4 {
    margin-bottom: 4rem;
}

.section-incentive-2 {
    padding: 8rem 0;
    text-align: center;
    background: url('../images/incentive-photo-2.jpg') no-repeat;
    background-size: cover;
}

/*-- section-contact --*/
.section-contact {
    padding: 8rem 0;
}

.section-contact h2 {
    text-align: center;
}

.section-contact p {
    text-align: center;
    font-size: 2.2rem;
    line-height: 3.3rem;
    padding-bottom: 3rem;
    max-width: 90rem;
    margin: 0 auto;
}

#contact_full_name_info,
#contact_from_info {
    padding: 0;
    text-align: right;
    font-size: 1.5rem;
    color: #9F041B;
    visibility: hidden;
}

.section-contact .form-wrap {
    max-width: 90rem;
    margin: 0 auto;
}

.form-wrap select, .form-wrap input, .form-wrap textarea {
    padding: 1.5rem;
    font-size: 1.5rem;
    font-weight: 700;
    border-radius: 6px;
    background: #fff;
    border: solid 1px #D0D0D0;
    color: #999;
    font-family: sans-serif;
    box-sizing: border-box;
}

.form-wrap select {
    margin-bottom: 3.5rem;
}

#contact_message_info {
    padding: 0;
    text-align: right;
    font-size: 1.5rem;
    color: #9F041B;
    visibility: hidden;
}

.form-wrap select:focus, .form-wrap input:focus, .form-wrap textarea:focus {
    color: #333;
    border: solid 1px #333;
    outline: none;
}

.form-wrap select {
    width: 100%;
}

.form-wrap textarea {
    width: 100%;
    resize: none;
}

.form-wrap .action-wrap {
    overflow: hidden;
    clear: both;
    display: flex;
}

.form-wrap .action-wrap .half {
    flex: 1;
}

.form-wrap .action-wrap .half input[type="checkbox"] {
    float: left;
    margin: 0 1rem;
}

.form-wrap .action-wrap .half label {
    display: block;
    float: left;
    max-width: 80%;
    font-size: 1.2rem;
    color: #666;
    line-height: 1.4rem;
}

.form-wrap .action-wrap .half .action {
    float: right;
}

.form-wrap .action-wrap .half span.privacy {
    width: 100%;
    display: block;
    clear: both;
    text-align: right;
    font-size: 1.2rem;
    color: #666;
}

#contact_submit_info {
    width: 100%;
    float: right;
    text-align: right;
    color: #9F041B;
    visibility: hidden;
    padding: 0;
    font-size: 1.5rem;
}

#contact_submit_info.black {
    color: #333;
}

.form-wrap .action-wrap .half span.privacy a {
    color: #666;
}

/*-- the-switch --*/
.the-switch {
    overflow: hidden;
    padding: 8rem 0 5rem;
}

.the-switch h2 {
    text-align: center;
}

.the-switch .check-list {
    width: 50%;
    float: left;
}

.the-switch .check-list span {
    display: block;
    font-size: 2.1rem;
    line-height: 1;
    padding: 1rem 2rem 1rem 7rem;
    margin-bottom: 4rem;
    position: relative;
    height: 5rem;
}

.the-switch .check-list span::before {
    content: '';
    background: url("data:image/svg+xml;utf8,%3Csvg%20width%3D%2250%22%20height%3D%2250%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cg%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%3Ccircle%20fill%3D%22%23333%22%20cx%3D%2225%22%20cy%3D%2225%22%20r%3D%2225%22%2F%3E%3Cpath%20d%3D%22M35.769%2011.407c-1.226-.786-2.836-.4-3.599.86L21.098%2030.572l-4.404-5.985a2.563%202.563%200%2000-3.658-.522c-1.151.898-1.376%202.584-.507%203.767l6.695%209.102A2.588%202.588%200%200021.306%2038l.119-.002a2.598%202.598%200%20002.098-1.266L36.605%2015.11c.763-1.26.388-2.92-.836-3.703%22%20fill%3D%22%23FFF%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
    width: 5rem;
    height: 5rem;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
}

/*-- endtoend --*/
.endtoend .tab-wrap {
    flex-direction: column;
}

.endtoend-headeing {
    padding-bottom: 3rem;
}

.endtoend .sub-heading {
    font-size: 2.2rem;
    line-height: 3.6rem;
    text-align: center;
    padding-bottom: 3rem;
    max-width: 100rem;
    margin: 0 auto;
}

.endtoend .content-block {
    margin-bottom: 10rem;
}

.endtoend .content-list li {
    font-size: 2.2rem;
    padding-bottom: 2rem;
}

.endtoend .content-list {
    padding-bottom: 2rem;
}

.endtoend .inner-wrap .action {
    width: 18rem;
    margin: 0 auto;
    display: block;
    position: relative;
}

/*-- excerpts-wrap --*/
.excerpts-wrap .center {
    display: flex;
}

.excerpts-wrap .excerpt {
    flex: 1;
    text-align: center;
    padding: 6rem 3rem 9rem;
}

.excerpts-wrap .excerpt h5 {
    font-weight: 700;
    padding-bottom: 3rem;
    max-width: 29rem;
    margin: 0 auto;
}

.excerpts-wrap .excerpt img {
    height: 12rem;
    margin-bottom: 3rem;
}

.excerpts-wrap .excerpt p {
    font-size: 1.8rem;
    line-height: 3rem;
    padding: 0 2rem;
}

/*-- popular-videos --*/
.popular-videos {
    padding: 6rem 0 9rem;
}

.popular-videos h2 {
    text-align: center;
}

.popular-videos .center {
    display: flex;
}

.popular-videos .video-wrap {
    flex: 1;
    padding: 2rem;
}

.popular-videos .video-wrap video {
    width: 100%;
    margin-bottom: 2rem;
}

.popular-videos .video-wrap .title {
    font-size: 1.8rem;
    font-weight: 700;
    color: #9F041B;
    display: block;
    padding-bottom: 1rem;
}

.popular-videos .video-wrap .date {
    font-size: 1.4rem;
    color: #333;
}

/*-- partners slide --*/
.partners-slide {
    padding: 6rem 0 9rem;
}

.partners-slide h2 {
    text-align: center;
}

.partner-box {
    width: 46rem;
    border-radius: 0.9rem;
    text-align: center;
    padding: 3rem 3rem 8rem 3rem;
    position: relative;
    background: #ddd;
}

.partner-box.active {
    background-color: #AE0010;
}

.partner-box p {
    font-size: 1.4rem;
    line-height: 2rem;
    color: #333;
}

.partner-box.active p {
    color: #fff;
}

.partner-box .logo {
    width: 11rem;
    height: 11rem;
    display: block;
    position: absolute;
    bottom: -5.5rem;
    left: 50%;
    margin-left: -5.5rem;
    border-radius: 11rem;
    background: #ccc;
    background-size: contain;
}


/*-- pricing --*/
.pricing {
    padding: 6rem 0 9rem;
}

.pricing .top-wrap {
    text-align: center;
    padding-bottom: 5rem;
}

.pricing .top-wrap p {
    font-size: 2.1rem;
}

.pricing .top-wrap p a {
    color: #AE0010;
}

.pricing-lists {
    display: flex;
    margin-bottom: 6rem;
    justify-content: space-around;
}

.pricing-lists .pricing-option {
    flex: 1;
    max-width: 44rem;
    margin: 0 auto;
    background: #fff;
    min-height: 93rem;
    position: relative;
    box-shadow: 0 1.5rem 3rem 0 rgba(0, 0, 0, 0.2);
}

.pricing-lists .pricing-option.tall {
    min-height: 102rem;
}

.pricing-lists .pricing-option h3 {
    background: #AE0010;
    color: #fff;
    text-align: center;
    padding: 4rem 0;
    font-weight: 700;
    margin-bottom: 4rem;
}

.pricing-lists .pricing-option p.sub-heading {
    font-size: 2.1rem;
    line-height: 3rem;
    max-width: 33.3rem;
    text-align: center;
    margin: 0 auto 7rem;
}

.pricing-lists .pricing-option p.sub-heading a {
    color: #AE0010;
}

.pricing-lists .pricing-details {
    max-width: 34rem;
    margin: 0 auto;
}

.pricing-lists .pricing-details li {
    font-size: 2.1rem;
    font-weight: 700;
    padding: 2rem 2.5rem;
    border-bottom: solid 1px #ccc;
    position: relative;
}

.pricing-lists .pricing-details li::after {
    content: '';
    position: absolute;
    right: 2.5rem;
    top: 1.5rem;
    width: 2.5rem;
    height: 2.7rem;
    background: url("data:image/svg+xml;utf8,%3Csvg%20width%3D%2225%22%20height%3D%2227%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M23.769.407c-1.226-.786-2.836-.4-3.599.86L9.098%2019.572l-4.404-5.985a2.563%202.563%200%2000-3.658-.522c-1.151.898-1.376%202.584-.507%203.767l6.695%209.102A2.588%202.588%200%20009.306%2027l.119-.002a2.598%202.598%200%20002.098-1.266L24.605%204.11c.763-1.26.388-2.92-.836-3.703%22%20fill%3D%22%239F041B%22%20fill-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E") no-repeat;
    background-size: contain;
}

.pricing-lists .pricing-details li.selector-inlist {
    border-bottom: 0;
    padding: 1.3rem 0;
}

.pricing-lists .pricing-details li.selector-inlist::after {
    content: none;
}

.pricing-lists .pricing-details li select {
    width: 100%;
    padding: 0.5rem 1rem;
    font-size: 1.6rem;
    font-weight: 700;
    border-radius: 6px;
    background: #fff;
    border: solid 1px #D0D0D0;
    font-family: sans-serif;
    box-sizing: border-box;
}

.pricing-lists .pricing-details li label {
    margin-left: 2.5rem;
    display: block;
    float: left;
}

.pricing-lists .pricing-details li label span {
    display: block;
    font-size: 1.8rem;
    color: #666;
}

.checker-box {
    float: right;
}

.checkbox {
    visibility: hidden;
    width: 0;
    margin: 0;
}

.checker {
    background: #d8d8d8;
    width: 5rem;
    height: 3rem;
    float: left;
    border-radius: 1.5rem;
    cursor: pointer;
    transition: .5s linear;
}

.checker.selected {
    background: #9F041B;
}

.checker.selected .toggle {
    margin-left: 2.5rem;
}

.toggle {
    background-color: #fff;
    width: 2rem;
    height: 2rem;
    border-radius: 1rem;
    margin: .5rem;
}

.pricing-lists .pricing-option .footer-wrap {
    position: absolute;
    bottom: 6rem;
    width: 100%;
    text-align: center;
}

.pricing-lists .pricing-option .footer-wrap .footer-heading {
    font-size: 2.1rem;
    font-weight: 700;
    text-align: center;
    display: block;
    text-transform: uppercase;
    padding-bottom: 2rem;
}

.pricing-lists .pricing-option .footer-wrap .percentage {
    text-align: center;
}

.pricing-lists .pricing-option .footer-wrap .number {
    font-size: 7.2rem;
    letter-spacing: 0.2rem;
    color: #AE0010;
    font-weight: 800;
}

.pricing-lists .pricing-option .footer-wrap .percent-number {
    padding-left: 2rem;
}

.pricing-lists .pricing-option .footer-wrap .number sub {
    font-size: 3rem;
    letter-spacing: 0;
}

.pricing-lists .pricing-option .footer-wrap .billed {
    font-size: 1.4rem;
    text-align: left;
    display: inline-block;
    padding: 3rem 0 0;
}

.pricing-lists .pricing-option .footer-wrap .action {
    margin-top: 2rem;
}

.pricing .small-info {
    text-align: right;
    display: block;
    font-size: 1.4rem;
    margin: .5rem 0;
}

/*-- contact us --*/
.map-location iframe {
    width: 100%;
    height: 61rem;
}

/*-- about --*/
.about .promo-wrap {
    background: url('../images/img-about.jpg') no-repeat;
    background-size: cover;
}

.history {
    padding: 6rem 0 3rem;
}

.history h2 {
    text-align: center;
}

.accomplished {
    padding: 6rem 0 9rem;
}

.accomplished h2 {
    text-align: center;
}

.accomplished .logo-slist {
    text-align: center;
}

.accomplished .logo-slist li {
    display: inline-block;
    margin: 1rem 2rem 6rem;
    max-width: 35rem;
}

.accomplished .logo-slist li img {
    margin-bottom: 3rem;
}

.accomplished .logo-slist li p {
    font-size: 2.1rem;
    text-transform: uppercase;
    color: #333;
    font-weight: 700;
    line-height: 3rem;
}

.accomplished .logo-slist li span {
    font-size: 1.8rem;
    color: #333;
}

/*-- in press --*/
.inpress {
    padding: 6rem 0;
    text-align: center;
}

.inpress img {
    margin: 3rem 6rem 6rem;
}

/*-- leadership --*/
.leadership {
    padding: 6rem 0 9rem;
    overflow: hidden;
}

.leadership h2 {
    text-align: center;
}

.members-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

.member-inner-wrap {
    padding: 3rem 3rem 5.8rem;
    text-align: center;
    width: 32rem;
}

.member-inner-wrap:hover {
    box-shadow: 0 0 6px 0 black;
}

.member-inner-wrap .member-photo, .member-inner-wrap .icon {
    filter: grayscale(100%);
}

.member-inner-wrap:hover .icon,
.member-inner-wrap:hover .member-photo {
    -webkit-filter: none;
    -moz-filter: none;
    -ms-filter: none;
    filter: none;
}

.member-name {
    font-weight: 700;
    font-size: 2.1rem;
    margin: 2rem 0 1rem;
}

.member-title {
    font-weight: 400;
    font-size: 1.5rem;
    margin: 1rem 0 2rem;
}

.member-contact {
    display: flex;
    justify-content: center;
}

.member-email,
.member-linkedin {
    width: 32px;
    height: 32px;
    margin: 0 .8rem;
    background-repeat: no-repeat;
    background-size: cover;
}

.split-wrap {
    display: flex;
    overflow: hidden;
    flex-direction: row;
    align-items: stretch;
}

.split-wrap .left,
.split-wrap .right {
    flex: 1;
}

.split-wrap input {
    width: 100%;
}

.split-wrap .left {
    margin-right: 2rem;
}

.split-wrap .right {
    margin-left: 2rem;
}


#subscription_plan {
    height: 0;
    width: 0;
    visibility: hidden;
}

#successRegistration {
    display: none;
}

.success-registration-wrap {
    max-width: 80rem;
    margin: 0 auto;
    padding: 2.1rem 4rem 4rem;
}

.btn-standard.centered,
.access-account {
    margin: 0 auto;
    display: block;
    width: fit-content;
    width: -moz-max-content;
    text-align: center;
}


/* help */
.help.center {
    margin: 0 auto;
}

.help-wrap {
    display: flex;
    align-items: flex-start;
    padding-top: 5rem;
}

.help-menu {
    flex: 0;
    overflow: hidden;
    transition: all .5s;
    margin: 0;
}

.help-menu.active {
    flex: 0 0 25rem;
    margin-right: 2rem;
}

.help-menu ul {
    padding-bottom: 3rem;
}

.help-menu ul.sub-menu {
    padding: .5rem 0 0 1rem;
}


.help-menu-item {
    padding-bottom: 2rem;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.sub-menu .help-menu-item {
    padding: .5rem 0;
    width: auto;
}

.help-menu-link {
    color: #333;
    font-size: 1.6rem;
    font-weight: 400;
}

.sub-menu .help-menu-link {
    color: #555;
    font-size: 1.4rem;
    font-weight: 100;
}

.help-menu-link:hover {
    text-decoration: underline;
}

.help-menu-link.active {
    color: #9F041B;
    font-weight: 700;
}

.help-content-wrap {
    flex: 1 1 calc(100% - 27rem);
    min-width: calc(100% - 27rem);
    padding-bottom: 3rem;
}

.help-menu-toggle {
    display: block;
    width: 0;
    height: 3rem;
    background-image: url("data:image/svg+xml;utf8,%3Csvg%20width%3D%22768%22%20height%3D%22768%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill%3D%22none%22%20d%3D%22M-1-1h802v602H-1z%22%2F%3E%3Cg%3E%3Cpath%20fill%3D%22%239f041b%22%20d%3D%22M96%20192h576v64.5H96V192zm0%20223.5v-63h576v63H96zM96%20576v-64.5h576V576H96z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
    background-size: cover;
    cursor: pointer;
    margin: 0;
}

.help-menu-toggle.active {
    width: 3rem;
    margin-right: 1rem;
}

.help-menu-toggle.left-arrow {
    background-image: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22492%22%20height%3D%22492%22%3E%3Crect%20width%3D%22100%25%22%20height%3D%22100%25%22%20fill%3D%22none%22%2F%3E%3Cg%20class%3D%22currentLayer%22%3E%3Cpath%20d%3D%22M464.344%20207.418l.768.168H135.888l103.496-103.724c5.068-5.064%207.848-11.924%207.848-19.124%200-7.2-2.78-14.012-7.848-19.088L223.28%2049.538c-5.064-5.064-11.812-7.864-19.008-7.864-7.2%200-13.952%202.78-19.016%207.844L7.844%20226.914C2.76%20231.998-.02%20238.77%200%20245.974c-.02%207.244%202.76%2014.02%207.844%2019.096l177.412%20177.412c5.064%205.06%2011.812%207.844%2019.016%207.844%207.196%200%2013.944-2.788%2019.008-7.844l16.104-16.112c5.068-5.056%207.848-11.808%207.848-19.008%200-7.196-2.78-13.592-7.848-18.652L134.72%20284.406h329.992c14.828%200%2027.288-12.78%2027.288-27.6v-22.788c0-14.82-12.828-26.6-27.656-26.6z%22%20class%3D%22selected%22%20fill%3D%22%23555%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
    width: 1.5rem;
    height: 1.5rem;
    margin: 1.75rem 0;
}

.help-inner-content {
    display: flex;
    align-items: flex-start;
}

.help-item-heading {
    cursor: pointer;
    margin: 0;
    padding: 2rem 2rem 1.2rem;
    font-size: 2rem;
    text-transform: uppercase;
    color: #666;
}

.help-item-content {
    padding: 0;
    margin: 0;
    overflow: hidden;
    display: none;
}

.help-item-wrap {
    background-color: #fff;
    margin-bottom: 1.5rem;
    box-shadow: 0 2px 4px rgba(0, 0, 0, .15);
}

.help-item-content-wrap {
    margin: 0 2rem 2rem;
}

.help-item-content-wrap img {
    max-width: 95%;
    display: block;
    margin: 2rem auto 4rem;
}

.help-item-content-wrap p,
.help-item-content-wrap li {
    font-size: 1.5rem;
    line-height: 2.6rem;
    color: #555;
}

.help-item-content-wrap li {
    list-style: disc;
    margin: 0 0 0 2rem;
}

.help-item-content-wrap code {
    font-size: 1.5rem;
    line-height: 2rem;
    color: #555;
}

.help-item-content-wrap li code {
    font-size: 1.5rem;
}

.help-item-content-wrap td code {
    font-size: 1.5rem;
}

.help-item-content-wrap table {
    margin: 2rem;
    display: block;
    overflow-x: auto;
}

.help-item-content-wrap td,
.help-item-content-wrap th {
    border: 1px solid #ddd;
    padding: 1rem 2rem;
    font-size: 1.5rem;
    line-height: 2.6rem;
    color: #555;
}

.help-item-content-wrap th {
    text-align: center;
    background: #F3F3F7;
}


.help-item-content-wrap tr:nth-child(even) {
    background-color: #F3F3F7;
}

.help-item-content-wrap pre {
    background-color: #F3F3F7;
    padding: 1.5rem;
    overflow: auto;
    margin: 1rem 0 3rem;
}

.help-item-content-wrap p strong,
.help-item-content-wrap h1,
.help-item-content-wrap h2 {
    color: #9F041B;
    font-size: 2rem;
    line-height: 3rem;
    padding: 2rem 0 1rem;
}

.help-item-content-wrap p strong {
    display: inline-block;
}

.active .help-item-content,
.active .separator {
    display: block;
}

.active .help-item-heading {
    padding: 2rem 2rem 0;
}

.help-content-wrap .arrow {
    display: block;
    border: solid #999;
    border-width: 0 3px 3px 0;
}

.help-item-wrap.active .arrow {
    transform: translateY(3px) rotate(-135deg);
    -webkit-transform: translateY(3px) rotate(-135deg);
}


.help-items-wrap {
    flex: 1 1 calc(100% - 15rem);
    min-width: calc(100% - 15rem);
}

.help-content-menu {
    padding: .5rem 0 0 0.5rem;
    margin: 0;
    width: 15rem;
}

.breadcrumb-arrow {
    border: solid #999;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 3px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}

.help-breadcrumb {
    margin: 1rem 0;
    display: flex;
}

.help-content {
    margin: 0 0 0 1rem;
    position: -webkit-sticky;
    position: sticky;
    top: 13rem;
    border: solid #9F041B;
    border-width: 0 0 0 3px;
}

.help-content-buttons-wrap {
    display: none;
}

.more,
.less {
    display: none;
    line-height: 2rem;
    font-size: 3rem;
    color: #666;
    margin: 1rem 1rem 0;
}

.less {
    float: left;
    width: 3px;
    border: solid #999;
    border-width: 3px 0 0 3px;
    padding: 3px;
    margin-top: 2rem;
    transform: translateX(.5rem) translateY(0.2rem) rotate(45deg);
    -webkit-transform: translateX(.5rem) translateY(0.2rem) rotate(45deg);
}

/* responsive */
@media (max-width: 1240px) {
    .main-header {
        padding: 2.6rem 2rem 3rem;
    }

    .center {
        padding: 0 2rem;
    }
}

@media (max-width: 1200px) {

    .center {
        max-width: 120rem;
    }

}

@media (max-width: 1090px) {
    /*-- client list --*/
    .clients-list p.title {
        padding-top: 3rem;
        display: block;
        text-align: center;
        margin: 0;
        float: none;
        max-width: none;
    }

    .clients-display {
        float: none;
        text-align: center;
        padding-top: 2.3rem;
    }

    .clients-display span {
        display: inline-block;
        float: none;
        margin: 2rem 3rem;
    }
}

@media (max-width: 1000px) {

    .help-item-wrap,
    .help-breadcrumb {
        width: calc(100vw - 4rem);
    }

    .help-content-wrap {
        flex-direction: column-reverse;
    }

    .help-content-buttons-wrap {
        display: inline-block;
    }

    .help-content-menu {
        height: 11rem;
        overflow: hidden;
    }

    .help-content {
        margin: 0 0 2rem;
    }

    .active .help-content-menu {
        height: auto;
    }

    .help-content {
        position: relative;
        top: 0;
    }

    .more {
        display: inline-block;
    }

    .active .more {
        display: none;
    }

    .active .less {
        display: block;
    }

    .help-inner-content {
        flex-direction: column-reverse;
        align-items: inherit;
    }

    .help-breadcrumb {
        display: inline-block;
    }

    /*-- header --*/
    .main-header {
        padding: 1rem 2rem;
    }

    .center-menu {
        min-height: 5rem;
    }

    .main-header .rumble-player-logo {
        width: 16rem;
        margin: 0;
    }

    .main-header .rumble-player-logo img {
        display: block;
        width: 100%;
    }

    /*-- main nav mob --*/
    .main-header .nav-wrap {
        padding-top: 6rem;
        position: fixed;
        right: 0;
        width: 23rem;
        margin-right: -30rem;
        z-index: 10;
        background: #333;
        bottom: 0;
        top: 0;
        box-shadow: 0 8rem 3rem rgba(0, 0, 0, 0.6);
        transition: all 0.3s;
    }

    .main-header .activ-menu {
        margin-right: 0;
        display: -webkit-box;
        display: -moz-box;
        display: box;
        -webkit-box-orient: vertical;
        -moz-box-orient: vertical;
        box-orient: vertical;
        overflow-y: auto;
        position: fixed;
    }

    .main-header .user-wrap {
        float: none;
        border-bottom: solid 1px #333;
        -webkit-box-ordinal-group: 3;
        -moz-box-ordinal-group: 3;
        box-ordinal-group: 3;
    }

    .main-header .user-wrap a {
        margin: 0;
        padding: 1.5rem 2rem;
        display: block;
        float: none;
        font-size: 1.8rem;
    }

    .main-header .main-nav {
        margin-top: 1rem;
    }

    .main-header .main-nav a:not(:first-child),
    .main-header .main-nav .submenu:not(:first-child) {
        margin: 0;
    }

    .main-header .main-nav a {
        padding: 1rem 2rem;
        width: 100%;
        float: none;
    }

    .main-header .main-nav .submenu {
        width: 100%;
    }

    .submenu.show-submenu .submenu-wrap {
        display: block;
        margin-left: 2.5rem;
        box-shadow: none;
    }

    .submenu:hover .submenu-wrap {
        display: none;
    }

    .submenu.show-submenu:hover .submenu-wrap {
        display: block;
    }

    .main-header .main-nav a.action {
        width: 90%;
        margin: 2rem 5% 0;
        text-align: center;
    }

    .mob-navigator, .mob-navigator-exit {
        position: absolute;
        right: 2rem;
        top: 1rem;
        width: 4rem;
        height: 4rem;
        background-size: cover;
    }

    .mob-navigator {
        background: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20768%20768%22%3E%3Cpath%20d%3D%22M96%20192h576v64.5H96V192zm0%20223.5v-63h576v63H96zM96%20576v-64.5h576V576H96z%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fsvg%3E") no-repeat;
    }

    .mob-navigator-exit {
        background: url('../images/icon-x.svg') no-repeat center center;
        background-size: 60%;
    }

    .arrow {
        display: inline-block;
    }

    /*-- tabs --*/
    .tab-nav {
        display: none;
    }

    .tab-nav-mobile-wrap {
        display: block;
    }

    .pricing-lists .pricing-option {
        max-width: 34rem;
    }

    .pricing-lists .pricing-details {
        max-width: 32rem;
    }

    .static-header {
        padding-top: 7rem;
    }
}

@media (max-width: 780px) {

    /*-- general --*/
    html {
        font-size: 53.5%;
    }

    h2 {
        font-size: 3.3rem;
        line-height: 4rem;
    }

    h3 {
        font-size: 2.6rem;
        line-height: 3.6rem;
    }

    h4 {
        font-size: 6.2rem;
        line-height: 7.8rem;
    }

    /*-- footer --*/
    .site-footer {
        padding: 2rem 0;
    }

    .site-footer .center {
        display: block;
    }

    .site-footer .footer-part {
        overflow: hidden;
        margin-bottom: 3rem;
    }

    .site-footer .rumble-info {
        max-width: 100%;
        margin-bottom: 1rem;
        font-size: 1.6rem;
    }

    .site-footer .copy-r {
        font-size: 1.6rem;
    }

    .site-footer .footer-part .link a {
        padding-left: 0;
    }

    .site-footer .subscribe-footer p {
        text-align: left;
        padding-left: 0;
    }

    .site-footer input {
        float: none;
        width: 100%;
    }

    .site-footer .action {
        float: left;
    }

    .site-footer .social-links {
        float: left;
        margin-top: 3rem;
    }

    .social-links a {
        margin: 0 2rem 0 0;
    }


    /*-- promo wrap --*/
    .promo-wrap {
        min-height: 100vh;
    }

    @media (max-height: 300px) {
        .promo-wrap {
            min-height: 160vh;
        }
    }

    @media (max-height: 450px) {
        .promo-wrap {
            min-height: 145vh;
        }
    }

    .promo-wrap .promo-content {
        padding: 0 2rem;
    }

    .home .promo-wrap {
        background-position: center 0;
    }

    .home .main-header.fixed {
        background-color: #333;
    }

    /*-- content block --*/
    .content-block {
        flex-direction: column;
    }

    .content-block.rever-flex {
        flex-direction: column-reverse;
    }

    .endtoend .content-block {
        margin-bottom: 3rem;
    }

    .content-block .inner-wrap {
        margin: 0 0 3rem;
    }

    .content-block .inner-wrap p {
        font-size: 1.8rem;
        line-height: 2.8rem;
    }

    /*-- form wrap --*/
    .form-wrap input[type="text"] {
        width: 100%;
    }

    .form-wrap .action-wrap {
        display: block;
    }

    .form-wrap .action-wrap .half {
        overflow: hidden;
    }

    .form-wrap .action-wrap .half .action {
        float: none;
        margin-top: 2rem;
    }

    .form-wrap .action-wrap .half span.privacy {
        float: none;
        text-align: left;
    }

    .form-wrap .action-wrap .half label,
    .form-wrap .action-wrap .half span.privacy {
        font-size: 1.6rem;
        line-height: 2rem;
    }

    .form-wrap select, .form-wrap input, .form-wrap textarea {
        font-size: 1.8rem;
    }

    .split-wrap {
        display: block;
    }

    .split-wrap .left,
    .split-wrap .right {
        margin: 0;
    }

    .compare-table {
        display: none;
    }

    .mob-table {
        display: block;
    }

    .mob-table h3 {
        text-align: center;
        padding-bottom: 1rem;
    }

    .mob-table .compare-table {
        display: table;
        margin-bottom: 3rem;
    }

    .compare-table td {
        font-size: 1.8rem;
        padding: 0.6rem 2rem;
        vertical-align: middle;
    }

    .compare-table .icon {
        width: 2rem;
        height: 2rem;
    }

    /*-- solutions --*/
    .the-switch .check-list {
        width: 100%;
        float: none;
    }

    .the-switch .check-list span {
        padding: 0rem 2rem 0 4rem;
        line-height: 1.3;
    }

    .the-switch .check-list span::before {
        width: 3rem;
        height: 3rem;
        background-size: cover;
    }

    .excerpts-wrap .center, .popular-videos .center {
        flex-direction: column;
    }

    .excerpts-wrap .excerpt {
        padding: 2rem 2rem 4rem;
    }

    .excerpts-wrap .excerpt p {
        padding: 0;
    }

    .partner-box {
        width: 100%;
        margin: 0 auto;
    }

    /*-- pricing --*/
    .pricing-lists {
        flex-direction: column;
    }

    .pricing-lists .pricing-option {
        max-width: 100%;
        width: 100%;
        margin-bottom: 3rem;
        min-height: inherit;
    }

    .pricing .top-wrap p {
        line-height: 3rem;
    }

    .pricing-lists .pricing-option .footer-wrap {
        position: relative;
        bottom: auto;
        top: auto;
        margin-top: 10rem;
        margin-bottom: 3rem;
    }

    /*-- about --*/
    .accomplished .logo-slist li img {
        margin-bottom: 1rem;
        width: 100%;
    }

    .inpress img {
        margin: 2rem auto 3rem;
    }

    .member-inner-wrap {
        padding: 1rem 3rem 2.8rem
    }

    /*-- contact --*/
    .pricing {
        padding: 7rem 0 9rem;
    }

    /*-- mobile compare table --*/
    .mob-table .rumble {
        padding: 0;
    }

    .compare-heading {
        display: flex;
        flex-direction: row;
        align-items: stretch;
        width: 100%;
        margin-bottom: 1rem;
    }

    .compare-vs {
        font-size: 2rem;
        line-height: 3rem;
        padding: 0 1rem;
    }

    .compare-players {
        background-color: #333;
        font-family: sans-serif;
        font-size: 2.6rem;
        font-weight: 600;
        border: none;
        outline: none;
        margin: -5px 0 0 0;
    }

    .rumble {
        margin-left: auto;
    }

    .rumble, .compare-players, .compare-vs {
        align-self: flex-end;
        text-align-last: center;
        font-size: 1.7rem;
        line-height: 2rem;
    }

    .vs2, .vs3 {
        display: none;
    }

    .success-registration-wrap {
        padding: 2.1rem 2rem 4rem;
    }

    .help-menu.active {
        flex: 1 1 17rem;
    }

    .help-menu-item {
        padding: .6rem 0;
    }
}

@media (max-width: 320px) {
    .order-description {
        font-size: 1.6rem;
    }

    .order-button {
        font-size: 1.8rem;
    }

    .access-account {
        font-size: 1.5rem;
    }
}

/* -- signup -- */
.signup-small {
    padding: 0 0 10rem 0;
}

.row {
    min-height: 9rem;
}

.in-row {
    width: 100%;
}

label.error, .input-message {
    color: #de8c8c;
    display: inline-flex;
    margin: .5rem 0 1.5rem;
    font-size: 1.2rem;
    line-height: 1.2rem;
    padding-left: .4rem;
}

@media (max-width: 1100px) {
    .signup-wrap {
        flex-flow: column;
        align-items: normal;
    }

    .signup-small {
        margin: 0 auto;
        padding: 10rem 0 8rem;
    }
}

.help-breadcrumb-item {
    font-size: 1.5rem;
    color: #666;
    line-height: 3rem;
    padding-right: 1rem;
}

.help-breadcrumb-item:hover {
    text-decoration: underline;
}

.content-item {
    white-space: nowrap;
    cursor: pointer;
    padding: 0 0 .8rem;
    font-size: 1.5rem;
    line-height: 2rem;
    color: #666;
}

.help-content-sub-menu .content-item {
    padding: .8rem 0 0 1rem;
}

.help-item-wrap .flesh {
    animation: flesh 2.5s ease-out;
    margin: 0 -2rem;
    padding: 2rem 2rem 1rem;
}

@keyframes flesh {
    from {
        background: antiquewhite;
    }
    to {
        background-color: transparent;
    }
}

.separator {
    margin: 1rem 1.5rem;
    border-top: 1px solid #D8D8D8;
    display: none;
}

.help-item-heading-wrap {
    display: inline-block;
    width: calc(100% - 2rem);
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
