#module-testerspage-testers .breadcrumb {
    display: none;
}

.tc-container {
    max-width: 1920px;
    margin: 0 auto;
    color: #111;
    font: 14px 'Roboto-Light', 'Roboto', sans-serif;
}

.tc-section {
    max-width: 1025px;
    margin: 0 auto;
    padding: 0 15px;
}

@media (min-width: 481px) {
    .tc-container {
        font-size: 16px;
        line-height: 1.3;
    }
}

@media (min-width: 1025px) {
    .tc-section-wrapper {
        padding: 0 15px;
    }
}

@media (min-width: 1200px) {
    .tc-section-wrapper {
        padding: 0;
    }
}

/* Tester Club bar */

.tc-section-bar {
    background: #e2e2e2;
}

.tc-bar-content {
    display: flex;
    align-items: center;
    max-width: 1550px;
    height: 55px;
    margin: 0 auto;
    padding: 0 15px 0 40px;
    font-size: 21px;
    font-family: 'Roboto-Regular', 'Roboto', sans-serif;
}

@media (min-width: 1200px) {
    .tc-bar-content {
        padding: 0 15px;
    }
}

/* Intro */

.tc-intro-container {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: center;
    height: 360px;
}

.tc-section-title h1 {
    margin-bottom: 0 !important;
    padding: 20px 0;
    font-size: 35px;
    font-family: 'Saira-Light', 'Saira', sans-serif;
    text-align: center;
    text-transform: none !important;
}

.tc-title-highlight {
    color: #1EE17D;
    font-family: 'Saira-Medium', 'Saira', sans-serif;
}

.tc-section-content {
    text-align: center;
}

.tc-section-content.--grey {
    padding: 30px 15px 55px;
    background: #e0e0e0;
}

.tc-section-img {
    position: relative;
    bottom: 10%;
    padding: 0 20px;
}

@media (min-width: 400px) {
    .tc-section-title h1 {
        font-size: 45px;
    }

    .tc-intro-container {
        height: 380px;
    }
}

@media (min-width: 481px) {
    .tc-intro-container {
        flex-wrap: nowrap;
        height: auto;
    }

    .tc-section-title h1 {
        padding: 40px 0 75px;
        font-size: 55px;
    }

    .tc-section-content {
        width: 80%;
    }

    .tc-section-content.--grey {
        padding: 6% 7%;
        text-align: left;
        background: #e0e0e0;
    }

    .tc-section-img {
        position: unset;
        width: 40%;
        padding: 0;
    }

    .tc-section-img img {
        margin: 0 !important;
    }
}

@media (min-width: 481px) and (max-width: 767px) {
    .tc-section-content.--grey {
        padding: 4% 6%;
    }

    .tc-intro-container .tc-text {
        font-size: 2.8vw;
        line-height: 1.5;
    }

    .tc-section-img {
        margin-left: -20px;
    }
}

@media (min-width: 768px) {
    .tc-section-img {
        width: 60%;
    }
}

@media (min-width: 1025px) {
    .tc-section-content {
        width: 57%;
    }

    .tc-section-img {
        width: 40%;
    }
}

/* Main section */

.tc-section-title h4 {
    margin-bottom: 10px;
    color: #1EE17D;
    font: 24px 'Roboto-Regular', 'Roboto', sans-serif;
    text-align: center;
}

.tc-main-container {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    margin-top: 30px;
}

.tc-main-container .tc-section-content {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 90px;
    margin-bottom: 20px;
    padding: 0 15px;
    text-align: center;
}

.tc-section-content.--dark1,
.tc-section-content.--dark3 {
    text-indent: 20px;
    background: #e0e0e0;
}

.tc-section-content.--dark,
.tc-section-content.--light {
    position: relative;
}

.tc-number {
    position: absolute;
    top: -50%;
    z-index: 999;
    margin: 0 !important;
}

.tc-number.--1,
.tc-number.--3 {
    left: 0;
}

.tc-number.--2,
.tc-number.--4 {
    right: 5px;
}

.tc-number.--1 {
    top: -35%;
}

.tc-number.--3,
.tc-number.--4 {
    top: -40%;
}

.tc-section-content.--light2,
.tc-section-content.--light4 {
    background: #f3f3f3;
}

.tc-hashtags {
    color: #1EE17D;
}

@media (min-width: 400px) {
    .tc-section-title h4 {
        padding: 0 20px;
    }
}

@media (min-width: 481px) and (max-width: 767px) {
    .tc-main-container {
        width: 80%;
        margin: 40px auto 0;
    }

    .tc-main-container .tc-section-content {
        height: 100px;
    }

    .tc-section-title h4 {
        padding: 20px 20px 0;
    }

    .tc-number {
        max-height: 60px;
    }
}

@media (min-width: 768px) {
    .tc-section {
        margin: 0 20px;
    }

    .tc-main-container {
        flex-direction: row;
        font-size: 15px;
    }

    .tc-main-container .tc-section-content {
        position: relative;
        width: 60%;
        height: 100px;
        margin-bottom: 0;
    }

    .tc-section-title h4 {
        margin: 20px 0 10px;
        font-size: 34px;
    }

    .tc-section-content.--dark1,
    .tc-section-content.--dark3 {
        z-index: 99;
        padding: 2% 6%;
        text-align: left;
        text-indent: unset;
    }

    .tc-section-content.--light2,
    .tc-section-content.--light4 {
        margin-left: auto;
        padding: 1.2% 5%;
        text-align: right;
    }

    .tc-section-content.--light2 .tc-text,
    .tc-section-content.--light4 .tc-text {
        width: 70%;
        margin-left: auto;
    }

    .tc-section-content.--dark1 {
        z-index: 99;
    }

    .tc-section-content.--light2 {
        transform: translateY(-50%);
    }

    .tc-section-content.--dark3 {
        top: 25%;
        transform: translateY(-75%);
    }

    .tc-section-content.--light4 {
        transform: translateY(-125%);
    }

    .tc-number {
        max-height: 70px;
    }

    .tc-number.--1 {
        left: -1%;
    }

    .tc-number.--3 {
        left: -3%;
    }

    .tc-number.--2,
    .tc-number.--4 {
        right: -3%;
    }

    .tc-number.--3,
    .tc-number.--4 {
        transform: translateY(125%);
    }

    .tc-number.--1,
    .tc-number.--2 {
        top: -40%;
    }
}

@media (min-width: 1025px) {
    .tc-section {
        margin: 0 auto;
    }

    .tc-section-title h4 {
        margin: 30px 0;
    }

    .tc-section-content.--light2 .tc-text,
    .tc-section-content.--light4 .tc-text {
        width: 65%;
    }

    .tc-section.--intro {
        padding: 0;
    }
}

@media (min-width: 1199px) {
    .tc-section-title h4 {
        font-size: 40px;
    }

    .tc-number {
        max-height: none;
    }

    .tc-main-container {
        flex-direction: row;
        margin: 0;
        font-size: 16px;
    }

    .tc-number.--1,
    .tc-number.--3 {
        left: -5%;
    }

    .tc-number.--2,
    .tc-number.--4 {
        right: -6%;
    }

    .tc-number.--2 {
        top: -25%;
    }

    .tc-number.--3,
    .tc-number.--4 {
        transform: translateY(75%);
    }
}

/* Footer */

.tc-section.--form {
    margin-bottom: 40px;
}

.tc-section.--form img {
    margin: 0 auto !important;
}

.tc-footer-container {
    margin-top: 20px;
}

.tc-section-content.--info {
    margin: 0 auto;
    padding: 10px 0;
}

.tc-section-content.--info .tc-text {
    line-height: 1.5 !important;
}

.tc-btn-container {
    margin: 10px auto 20px;
    text-align: center;
}

.tc-btn {
    display: inline-block;
    padding: 0.5em 2.8em;
    color: #fff;
    font: 14px 'Roboto-Regular', 'Roboto', sans-serif;
    background: #1EE17D;
    border: 0;
    border-radius: 10px;
    cursor: pointer;
}

.tc-btn:hover {
    background: #44e491;
}

@media (min-width: 481px) {
    .tc-section-content.--info {
        padding: 0 0 1.5em;
    }

    .tc-btn {
        padding: 0.5em 3.8em;
        font-size: 16px;
    }
}

@media (min-width: 768px) {
    .tc-section.--form {
        margin-top: -50px;
    }
}

/* Section: influencers form */

.tc-form {
    display: none;
    padding: 0 15px;
}

.tc-title-2 {
    margin-bottom: 28px;
    font-size: 40px;
    font-family: Saira-Thin, sans-serif;
}

.influencers-top-section div span {
    color: #9c0;
}

.influencer-data {
    margin-top: 5px;
    padding: 9px;
    color: #444;
    font-size: 14px;
    border: 1px solid #d6d4d4;
}

.influencer-data.--url {
    width: 59%;
}

.influencer-data.--sub {
    width: 39%;
}

::placeholder {
    color: #bdbbbb;
    opacity: 1; /* Firefox */
}

.influencer-form-button {
    width: 100%;
    margin: 20px 0;
}

.form-group label {
    margin-top: 15px;
    margin-bottom: 0;
    font-weight: 500;
}

input::placeholder {
    color: #d6d4d4;
}

textarea.form-control {
    color: #444;
    font-size: 15px;
}

@media (max-width: 1024px) {
    .influencers-container h2 {
        font-size: 26px;
    }
}
