section#main.main-ind {
    padding: 0;
}
section#main .inner{
      max-width: 100%;
}
.landing-wrapper {
	background-color: #ffffff;
}
.landing-wrapper h1, .landing-wrapper h2{
    font-family: Arial, Helvetica, sans-serif;
	font-weight: 700;
    color: #ffffff;
  	text-transform: none;
    font-size: 6rem;
}
.landing-wrapper h2{
    font-size: 3rem;
}
.landing-wrapper h3{
    font-family: Arial, Helvetica, sans-serif;
    color: #808080;
    font-weight: normal;
    line-height: 1.2;
    margin-bottom: 20px;
	text-transform: none;
    font-size: 1.6rem;
}
.landing-container{
    max-width: 1170px;
    margin: 0 auto;
}
.lg-container{
    max-width: 1420px;
    margin: 0 auto;
}
.landing-button{
    background-color: #6ebe4a;
    border: none;
    color: #ffffff;
    padding: 15px;
    margin-top:40px;
    text-transform: uppercase;
    font-family: Montserrat-Bold, sans-serif;
	letter-spacing: .15em;
    font-size: 14px;
    cursor: pointer;
    float: left;
}

.landing-button i{
    padding-left: 5px;
}

.rec-specs{
  background-color: #f1f1f2;
  padding: 60px 0;
}
.rec-spec-title h2{
 	color: #000000;
  	text-align: center;
  margin-bottom: 30px;
}
/**products**/
.product .column-ind-holder .column-content{
    border: none!important;
    background-color: #ffffff;
	padding: 0!important;
}
.product .column-ind-holder .column-ind-header{
    background: #6ebe4a;
	height: 65px;
}
.product .column-ind-holder .column-ind-header h3{
  	font-size:  24px!important;;
 	color: #fff; 
}
.product .column-ind-holder .column-content .from-inc-price span{
    color: #000000;
}
.product .column-ind-holder .column-content .products-points-holder{
  background: transparent;
}
.product .column-ind-holder .column-content .config_button_holder .btn{
	background-color: #000000;
  border: none;
}
.product .column-ind-holder .column-content .from-inc-price{
	margin-left: 20px;
}
.product .column-ind-holder .column-content .product-image-holder .product-image{
  height: auto;
   margin-bottom: 35px;
   margin-top: 25px;
}
.landing_img_pc {
    width: 150px;
}
ul.exceptions_list li:before, ul.list-caret li:before, ul.list-chevron-right li:before{
	color: #000000;
}
/**products-end**/



.pcs_col2{
    width: 50%;
}

.pcs_col2 img{
    padding-bottom: 40px;
}

.fr-hero p{
    font-family: Arial, Helvetica, sans-serif;
    margin-top: 20px;
    font-size: 20px;
    color: #ffffff;
}
.fr-hero{
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #11171e;
    text-align: center;
    background-image: url(/images/landing/seagate/hub/seagate-bg.png);
    background-repeat: no-repeat; 
    background-position: 50% 0;
    height: 60vh;
}
.fr-hero h1 {
	padding: 40px 0;
}
.fr-hero-intro{
    padding: 35px;
}
.fr-btns{
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 40px;
}
.fr-btn{
        font-family: 'Montserrat-medium';
        background-color: #6ebe4a;
        color: #fff;
        display: inline-block;
        font-size: 1rem;
        font-weight: normal;
        letter-spacing: .15em;
        line-height: 3rem;
        min-width: 10rem;
        padding: 0 20px;
        outline: none;
        overflow: hidden;
        position: relative;
        text-align: center;
        text-transform: uppercase;
        transition: background-color .4s cubic-bezier(.83,.01,.29,.99),color 0s .1s cubic-bezier(.83,.01,.29,.99),transform .4s cubic-bezier(.83,.01,.29,.99),opacity .4s cubic-bezier(.83,.01,.29,.99),border .4s cubic-bezier(.83,.01,.29,.99);
}
.fr-btn a {
	text-decoration: none;
}
.fr-btn:before{
    content: attr(data-text);
    display: block;
    height: 100%;
    left: 0;
    right: 0;
    opacity: 0;
    padding: inherit;
    position: absolute;
    top: 0;
    transform: translate3d(0,120%,0);
    transition: inherit;
}
.fr-btn:hover{
    background-color: #03a8a1!important;
    color: #fff!important;
}
.fr-btn:hover::before{
    opacity: 1;
    transform: translate3d(0,0,0);
}
.fr-btn:hover span{
    opacity: 0;
    transform: translate3d(0,-120%,0);
}
.fr-btn span {
    display: block;
    transition: inherit;
}
.fr-about{
    background-color: #6ebe4a;
    text-align: center;
    padding: 80px 25px;
}
.fr-about p{
    color: #ffffff;
}
.fr-case-image img{
    max-width: 100%;
}
.fr-cases {
	background-color: #11181f;
}

.fr-cases-type{
    gap: 40px;
    padding: 80px 25px;
}
.fr-cases .fr-cases-type:nth-child(even){
    flex-direction: row-reverse;
}
.fr-cases h2{
    font-size: 5rem;
	text-transform: none;
	color: #fff;
}
.fr-case-image{
    text-align: center;
}
.fr-cases .fr-btn .tab-btn {
	padding-top: 20px;
}
#ironwolf p {
	color: #fff
}
#barracuda {
	background-color: #03a8a1;
}
#barracuda p {
	color: #fff
}
#rescue {
	background-color: #eaeff4;
}
#rescue h2 {
	color: #000;
	line-height: 1.0em;
	font-size: 4.0em;
}


@media screen and (max-width: 1260px){
	#rescue h2 {
		font-size: 3em;
	}
}

@media screen and (max-width: 960px){
	.fr-cases h2 {
		font-size: 3rem;
	}
	#rescue h2 {
		font-size: 2.5em;
	}
}

@media screen and (max-width: 720px){
    #case-tabs{
        display: flex;
        flex-direction: column;
}
    #case-tabs .tab-container{
        order: -1;
        margin-top: 0;
        margin-bottom: 40px
    }
    .tab-image-container{
        min-height: 450px;
    }
    .pcs_col2{
        width: 100%;
    }
    .landing-wrapper .vas{
        flex-wrap: wrap;
    }
    .fr-case-image img{
        max-width: 100%;
    }
    .landing-wrapper h1{
        font-size: 3rem;
    }
    .fr-cases h2{
        font-size: 3rem;
    }
    .fr-btns{
        flex-wrap: wrap;
    }
}