body {
    overflow-x: hidden;
}
.vertical-top {
    vertical-align: top;
}
.align-right {
    text-align: right;
}
.flex-column {
    flex-direction: column;
}
.flex-centered {
    justify-content: center;
}
.flex-middle {
    align-items: center;
}
@media (max-width: 640px) {
    .paddingRL-sm {
        padding-left: .9375rem;
        padding-right: .9375rem;
    }
}
.paddingT {
    padding-top: 50px;
}
.ppai-logos img {
    margin: 10px 20px;
}
.switch label {
    width: 2.5rem;
    height: 1.5rem;
    border-radius: 18px;
}
.switch label:after {
    width: 1rem;
    height: 1rem;
    border-radius: 50%;
}
.switch input:checked+label:after {
    left: 1.25rem;
}
.flex-end {
    flex-direction: column;
}
#pricing-box {
    background-color: #f7f7f5;
    border-radius: 30px;
    width: 100%;
    padding: 40px;
    margin: 15px 0 0;
}
#pricing-box p {
    display: inline-block;
    padding-top: 16px;
}
#pricing-box h3, #savings-block {
    display: inline-block;
}
#price-row1 {
    border-bottom: 1px solid #b8b9be;
    padding: 0 0 25px;
}
@media (max-width: 430px) {
    #price-row1 p {
        max-width: 60%;
    }
}
@media (min-width: 641px) and (max-width: 1023px) {
    #price-row1 p {
        max-width: 60%;
    }
}
#user-number {
    width: 64px;
    height: 50px;
    font-size: 26px;
    float: right;
}
#price-row2 {
    display: flex;
    padding: 15px 0 10px;
}
#price-row2 #block1 {
    width: 79%;
    display: flex;
    justify-content: space-between;
    padding-top: 12px;
}
#savings-block-inner {
    color: #ffffff;
    background-color: #4fc65f;
    padding: 2px 8px;
    font-size: 12px;
}
#total-cost {
    width: 20%;
    text-align: right;
}
#per-year-price, #user-per-year-price, #per-time-label {
    display: none;
}
@media (max-width: 1024px) {
    #features .section-menu-container {
        width: 100%;
        position: relative;
        top: 60px;
    }
    .flex-center {
        justify-content: center;
    }
}


/* Homepage */
@media (max-width: 640px){
    body#homepage {
        margin-top: 185px;
    }
}
#homepage-top h1 {
    font-size: clamp(40px, 15vw, 60px) !important
}
.homepage-box {
    background-color: #efefef;
    padding: 50px 35px;
    margin-bottom: 30px;
    border-radius: 35px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.video-outer-container {
	border-radius: 40px;
    overflow: hidden;
}
.video {
	width: 100%;
	display: block;
}
.video-autoplay-container {
	position: relative;
	z-index: 10;
}
.video-autoplay {
    cursor: pointer;
	scale: 1;
	transition: scale 0.2s;
}
.video-autoplay:hover i {
	scale: 0.9;
	transition: scale 0.2s;
}
.video-player-container {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}
.video-player {
	width: 100%;
	height: 100%;
}
@media (min-width: 640px) {
    .btn-marginL {
        margin-left: 15px;
    }
}
@media (max-width: 639px) {
    .btn-marginL {
        margin-top: 15px;
    }
    #home-slider .example-orbit-content {
        text-align: center;
    }
}
@media (max-width: 1023px) {
    #workplace-slider .fix-height {
        height: auto !important;
    }
}
@media (min-width: 1271px) and (max-width: 1400px) {
    #workplace-slider .absolute-img-right img {
        min-height: 600px;
        width: auto;
        object-fit: contain;
    }
}
@media (min-width: 1400px) {
    #workplace-slider .absolute-img-right img {
        min-height: 700px;
        width: auto;
        object-fit: contain;
    }
}
@media (max-width: 1023px) {
    .orbit-container .orbit-slides-container {
        margin: 60px 0 0;
    }
}
@media (max-width: 639px) {
    .orbit-container .orbit-slides-container {
        margin: 30px 0 0;
    }
}

/* Websites & Stores */
.transparent-box {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
@media (max-width: 575px) {
    .table-wrapper {
        max-width: 96vw;
        overflow-x: scroll;
    }
    .comp-chart {
        width: 160vw;
    }
}
@media (max-width: 450px) {
    .comp-chart {
        width: 185vw;
    }
}
.comp-chart td {
    padding: 0 6px;
}
#first-table-header {
    padding-top: 20px;
}
.table-headers {
    border: 1px solid #eeeeee;
    border-bottom: 0;
    border-radius: 25px 25px 0 0;
    padding: 20px;
}
@media (max-width: 767px) {
    .comp-chart h3 {
        font-size: 25px !important;
    }
    .comp-chart h4 {
        font-size: 18px !important;
        line-height: 20px !important;
    }
}
.comp-chart tr td .td-inner {
    background-color: #eeeeee;
}
.td-inner {
    border-bottom: 1px solid #d8d8d8;
    padding: 34px 10px;
    min-height: 110px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.comp-chart tr td:first-child .td-inner {
    background-color: #ffffff;
    padding: 16px 10px;
    justify-content: flex-start;
}
.comp-chart tr:last-child td .td-inner {
    border-bottom: none;
    border-radius: 0 0 25px 25px;
}
@media (min-width: 576px) {
    .td-inner {
        padding: 70px 10px;
        min-height: 186px;
    }
}
@media (min-width: 768px) {
    .td-inner {
        padding: 45px 10px;
        min-height: 134px;
    }
}
@media (min-width: 900px) {
    .td-inner {
        padding: 35px 10px;
        min-height: 115px;
    }
}
@media (min-width: 1024px) {
    .td-inner {
        padding: 20px 10px;
    }
}
h6 {
    font-weight: 300 !important;
    margin-bottom: 0 !important;
}
@media (max-width: 1023px) {
    h6 {
        font-size: 15px !important;
    }
}
.fa-circle-check {
    font-size: 40px;
    color: #414042;
}
.mobile-box {
    background-color: #f5f5f5;
    padding: 25px 30px 30px;
    margin: 0 10px 30px;
    border-radius: 30px;
}
.mobile-box-switch {
    margin-bottom: 10px;
}
.mobile-box-switch .switch {
    text-align: right;
}
.mobile-box-content h4 {
    font-size: 28px !important;
}
.mobile-box-content .month-price.bold, .mobile-box-content .year-price.bold {
    font-size: 34px !important;
}
.mobile-box-content .price {
    margin-top: 40px !important;
    margin-bottom: 10px !important;
}
.mobile-box .button {
    width: 100%;
    padding: 16px 30px;
    margin-bottom: 50px !important;
}
.mobile-box-content h5 {
    font-weight: 400 !important;
    font-size: 18px !important;
}
.mobile-box-content li {
    list-style-image: url('../img/launchstore/check-solid.svg');
    line-height: 1.2;
    margin-bottom: 14px;
}
.mobile-box-content li::marker {
  font-size: 1.4em;
}



.smaller {
    font-size: 16px !important;
    font-weight: 400 !important;
}