* {
-webkit-print-color-adjust: exact;
}
@media print {
    .nav-menu {
        display: none;
    }
    .header {
        position: absolute;
    }
}
.w-slider-dot {
    width: 15px;
    height: 15px;
    margin-right: 200px;
    background: none;
    background-image: url("https://uploads-ssl.webflow.com/5e6efb04a2ae97c981323880/5e6f2faec6c9015acc7162fa_home-banner-nav-dot.svg");
    background-size: contain;
}
.w-slider-dot.w-active {
    background: none;
    background-image: url("https://uploads-ssl.webflow.com/5e6efb04a2ae97c981323880/5e6f2faf4b406c8c73815d48_home-banner-nav-dot-active.svg");
    background-size: contain;
}
.section-div:last-child {
    margin-bottom: 0px;
}
.template-list-item-b:nth-child(2n+1) {
    clear: left;
}

.error-msg{
    color: red;
    text-align: center;
    font-size: 14px;
    margin-bottom: 15px;

}
.card-container{
    flex: 1;
}
.txt-field{
    padding-bottom: 0;
}
.txt-field.last{
    margin-bottom: 0;
}
/*#card-element{
    border-bottom: 1px solid #c6c6c6;
    padding-bottom: 10px;
}*/
.account-billing-card-b{

}
.billing-card-row{
    display: flex;
    justify-content: flex-end;
}
.account-billing-expand-r{
    width: 25%;
    text-align: right;
}
.btn-common + .btn-common{
    margin-left: 20px;
}
.account-info-row{
    min-height: 38px;
}
.header-loggedout{
    display: flex;
    align-items: center;
}
.menu-dashboard{
    margin-right: 20px;
}
.menu-logout{
    position: relative;
}
.btn-login-arrow-img{
    transition: transform .5s linear 0s;
}
.btn-login:hover .btn-login-arrow-img{
    animation: arrow-move .5s infinite;
    transform: translateX(0px);
    animation-direction: alternate;
}
input{
    outline: none;
}
.btn-common[data-loading]{
    opacity: 0.5;
    cursor: wait;
}
.cat-menu-link.w--current .cat-menu-item-line-b{
    overflow: hidden;
    width: auto;
}
@keyframes arrow-move {
  from {
    transform: translateX(0px);
  }
  to {
    transform: translateX(-3px);
  }
}
video {
margin-bottom: 0px;
padding-bottom: 0px;
display: block;
}
.tutorial-r-b {
overflow-x: hidden;
}
.tutorial-listing-thumbnail {
-webkit-mask-image: -webkit-radial-gradient(white, black);
}
@media(max-width: 767px) {
    .w-slider-dot {
        margin-right: 140px;
    }
    .cat-menu-item-b:nth-child(2n+1) {
      clear: left;
    }
    .account-billing-expand-r{
        width: auto;
    }
    .billing-card-row{
    }
    .account-billing-list{
        margin-bottom: 5px;
    }
}

@media(max-width: 479px) {
    .template-list-item-b:nth-child(2n+1) {
      clear: none;
    }
}