.tbi-and-gomba-page{
    font-family: ITCAvantGardeGothicMLW10,AvantGardeCTT,Arial,sans-serif;
}

.overflow{
    overflow: hidden;
}

@keyframes MoveUpDown {
    0%, 100% {
        transform: translateY(-10px);
    }
    50% {
        transform: translateY(10px);
    }
}

.bg-background{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.gs-hero-section{
    padding: calc(127px + 5rem) 0 5rem;
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
}

.gs-logo{
    flex: 0 0 26%;
}

.gs-logo img{
    max-width: 100%;
}

.gs-hero-text{
    flex: 0 0 70%;
    padding-left: 2rem;
}

.gs-hero-text h1{
    font-size: 4.5rem;
    font-weight: bold;
    color: #fff;
    line-height: 1.1;
    margin: 1rem 0 3rem;
}

.gs-hero-text p{
    font-size: 2.6rem;
    color: #fff;
    margin: 0;
}

.gs-hero-subtitle{
    flex: 0 0 100%;
    margin: 4rem 0 0;
    line-height: 1.4;
}

.gs-hero-subtitle p{
    font-size: 1.4rem;
    color: #fff;
    text-align: center;
    margin: 0 0 1rem;
}

.gs-learn-more{
    flex: 0 0 100%;
    margin: 2rem 0 0;
    text-align: center;
}

.gs-learn-more strong{
    color: #fff;
    font-size: 1.5rem;
    display: block;
    text-decoration: underline;
}

.gs-learn-more img{
    height: 3.4rem;
    display: inline-block;
    margin: 2.5rem 0 0;
    animation: MoveUpDown 1s linear 50;
}


.gs-why-tbi{
    padding: 6rem 0;
}

.gs-why-tbi h2{
    font-size: 4.5rem;
    text-align: center;
    font-weight: normal;
    margin: 0;
}

.gs-why-tbi .tbi-logo{
    font-family: 'Open Sans',Arial,sans-serif;
    font-weight: bold;
    color: #414546;
}

.gs-why-tbi h2 span{
    color: #e87626;
}

.gs-why-tbi-grid{
    max-width: 1080px;
    margin: 0 auto;
}

.gs-grid-item{
    display: flex;
    align-items: flex-start;
    font-family: 'Open Sans',Arial,sans-serif;
    margin: 6rem 0 0;
}

.gs-grid-item.row-reverse{
    flex-direction: row-reverse;
}

.gs-grid-item.row-reverse .gs-grid-text{
    padding-left: 0;
    padding-right: 3rem;
}

.gs-grid-item .gs-grid-image{
    flex: 0 0 43%;
    text-align: center;
}

.gs-grid-item .gs-grid-image img{
    max-width: 100%;
}

.gs-grid-item .gs-grid-text{
    padding-left: 3rem;
}

.gs-grid-item h4{
    font-size: 2.5rem;
    margin: 0 0 2rem;
    font-weight: normal;
}

.gs-grid-item p{
    font-size: 1.3rem;
    margin: 0 0 2rem;
    line-height: 2.5rem;
}

.gs-tbi-how-to{
    padding: 6rem 0;
    max-width: 1080px;
    margin: 0 auto;
}

.gs-tbi-how-to h2{
    color: #fff;
    font-size: 4.5rem;
    font-weight: normal;
    margin: 0;
    padding-left: 11rem;
    text-align: left;
}

.gs-tbi-how-to .gs-how-to-steps{
    position: relative;
}

.gs-tbi-how-to .gs-how-to-steps:before{
    content: '';
    position: absolute;
    width: 3px;
    height: 50%;
    bottom: 0;
    left: 2.3rem;
    background: #fff;
}

.gs-tbi-how-to .gs-how-to-steps:nth-child(3):before{
    height: 100%;
}

.gs-tbi-how-to .gs-how-to-steps:nth-child(4):before{
    bottom: auto;
    top: 0;
}

.gs-tbi-how-to .gs-step{
    padding: 5rem 0 0 11rem;
    position: relative;
}

.gs-tbi-how-to .gs-step h3{
    font-size: 2.5rem;
    margin: 0;
    font-weight: normal;
    color: #fff;
}

.gs-tbi-how-to .gs-step p{
    font-size: 1.3rem;
    margin: 3rem 0 0;
    line-height: 2rem;
    color: #fff;
    font-family: 'Open Sans',Arial,sans-serif;
}

.gs-tbi-how-to .gs-step .view-more{
    margin: 3rem 0 0;
}

.view-more{
    font-family: 'Open Sans',Arial,sans-serif;
    padding: 1.14rem 3.4rem;
    background-color: #c6107f;
    color: #fff;
    border: 2px solid #c6107f;
    border-radius: 50px;
    display: inline-block;
    text-decoration: none;
    font-size: 1rem;
    text-transform: uppercase;
    transition: all .5s;
}

.gs-tbi-how-to .gs-step .gs-step-count{
    position: absolute;
    top: 50%;
    margin: -2.3rem 0 0;
    left: 0;
    width: 4.6rem;
    height: 4.6rem;
    border-radius: 10rem;
    background-color: #fff;
    font-size: 2.2rem;
    color: #1380ce;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Open Sans',Arial,sans-serif;
    font-weight: bold;
}

.gs-tbi-is-easy{
    padding: 5rem 0;
    text-align: center;
    max-width: 1080px;
    margin: 0 auto;
}

.gs-tbi-is-easy h3{
    font-weight: normal;
    font-size: 2.5rem;
    margin: 0 auto;
    max-width: 750px;
}

.gs-tbi-is-easy p{
    font-size: 1.5rem;
    margin: 2rem auto 0;
    max-width: 890px;
}

.gs-tbi-is-easy .view-more{
    margin: 4rem 0 0;
}

@media only screen and (min-width: 1025px) {
    .view-more:hover{
        background-color: rgba(198, 16, 127, .75);
    }
}


@media only screen and (max-width: 1366px) {
   html{
       font-size: 80%;
   }
}

@media only screen and (max-width: 1024px) {
    html{
        font-size: 70%;
    }
    
    .gs-hero-section{
        padding: calc(50px + 5rem) 0 5rem;
    }
    
    .gs-tbi-how-to h2{
        padding-left: 7rem;
    }
    
    .gs-tbi-how-to .gs-step{
        padding: 5rem 0 0 7rem;
    }
    
}

@media only screen and (max-width: 768px) {
    
    .gs-logo{
        display: none;
    }
    
    .gs-hero-text{
        flex: 0 0 100%;
        padding-left: 0;
        text-align: center;
    }
    
}

@media only screen and (max-width: 640px) {
    
    html{
        font-size: 60%;
    }
    
    .gs-hero-text h1, .gs-why-tbi h2, .gs-tbi-how-to h2{
        font-size: 4rem;
    }
    
    .gs-grid-item{
        display: block;
    }
    
    .gs-grid-item .gs-grid-text{
        padding: 0 !important;
        margin: 2rem 0 0;
        text-align: center;
    }
    
    .gs-tbi-how-to h2{
        padding-left: 0;
        text-align: center;
    }
    
    .gs-tbi-how-to .gs-step{
        padding: 5rem 0 0;
        text-align: center;
    }
    
    .gs-tbi-how-to .gs-step .gs-step-count{
        display: none;
    }
    
    .gs-tbi-how-to .gs-how-to-steps:before{
        display: none;
    }

}