.lf-method h3 {
    font-family: "ProximaNovaSemibold", sans-serif;
    font-size: 15pt;
}

.lf-method h2 {
    font-family: "ProximaNovaLight", sans-serif;
    font-size: 18pt;
}

.lf-method p {
    font-family: "ProximaNova", sans-serif;
    font-size: 11pt;
    line-height: 20t;
    color: #a0a0a5;
}

.lf-method p span {
    font-weight: 900;
    color: black;
}

.selected {
    transition: width 1s;
    padding-left: 80px;
    border-left: 1px solid #cccccc;
}

.mobile-selected {
    border-bottom: 1px solid #cccccc;
}

.mobile-selected .row{
    margin-right: 0;
}

#method-1.selected{
    border-left: none !important;
}

.lf-method .tab, .selected{
    min-height: 800px;
    margin-top: -74px;
    padding-top: 74px;
    width: 70%;
    float: left;
    overflow: hidden;
}

.lf-method .tab {
    border-left: 1px solid #cccccc;
    text-align: center;
    width: 10% !important;
    float: left;
    margin-top: -74px;
    padding-top: 74px;
    transition: width 0.75s;
}

.lf-method .plus, .lf-method .title{
    display: none;
}

.lf-method .content {
    transition: all 1s;
    display: block;
    width: 100vw;
    max-width: 540px;
}

.lf-method .tab .title {
    margin-top: 278px;
    font-size: 12pt;
    transform: rotate(90deg);
    letter-spacing: 1px;
    display: block;
}

.lf-method .tab .content{
    display: none;
    opacity: 0;
}

.lf-method .mobile-tab .mobile-content{
    display: none;
    opacity: 0;
}

.mobile-content {
    margin-bottom: 40px;
}

.lf-method .tab .plus {
    width: 14px;
    margin-top: 50px;
    display: initial;
}

.video {
    max-width: 509px;
    width: 100%;
    height: 286px;
    overflow: hidden;
}

.lf-method .video-holder {
    width: 100%;
}


.lf-method .video-holder video {
    width: 100%;
}

.lf-method .intro-video {
    min-height: 1068px;
    background-color: #18171d;
    text-align: center;
    margin: 0;
}

.intro-video .video {
    margin: auto;
    margin-top: 89px;
    height: 540px;
    max-width: 922px;
}

.intro-video .copy {
    margin-top: 134px;
}

.intro-video .copy h1{
    font-size: 40pt;
    color: white;
    text-transform: uppercase;
}

.number {
    background-color: black;
    color: white;
    border-radius: 100%;
    height: 73px;
    width: 73px;
    font-size: 36pt;
    line-height: 73px;
    text-align: center;
    margin-top: 10px;
    margin-right: 20px;
}

.lf-method .mobile-tab .mobile-plus, .lf-method .mobile-tab .mobile-title{
    display: initial;
    margin-top: 42px;
    line-height: 100px;
}

.mobile-plus {
    width: 16px;
    float: left;
    margin-right: 30px;
}

.mobile-title, .mobile-plus{
    display: none;
}

.mobile-tab {
    border-bottom: 1px solid #cccccc;
    height: 100px !important;
    width: 100vw;
    padding-left: 80px;
}


.mobile-selected {
    width: 100vw;
    padding-left:  80px;
    padding-right: 80px;

}

@media (max-width: 768px) {
    .mobile-tab, .mobile-selected {
        padding-left: 40px;
        padding-right: 40px;
    }

    .intro-video .video {
        height: 60vw;
    }

    .lf-method .intro-video {
        min-height: 100px;
        padding-bottom: 100px;
    }

    .intro-video .copy {
         margin-top: 74px;
    }

    .intro-video .copy h1 {
        font-size: 30pt;
        color: white;
        text-transform: uppercase;
    }
}