.landing_hero_banner {
    margin-bottom: -132px;
}
.page-template-page-flexible-template .landing_hero_banner {
    margin-bottom: -155px;
}
.landing_hero_banner__inner {
    position: relative;
    background-color: #2C2B29;
    clip-path: polygon(0 0, 100% 0, 100% calc(100% - 155px), 0 100%);
    z-index: 1;
}
.landing_hero_banner .image {
    position: relative;
	display: block;
    overflow: hidden;
}
.landing_hero_banner .image::after {
    content: '';
    display: block;
    padding-bottom: 801px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 49.95%, rgba(0, 0, 0, 0.8) 100%);
}
.landing_hero_banner .image img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    transform: translate(-50%, -50%);
    object-fit: cover;
    z-index: -1;
}
.landing_hero_banner .content .tag_line {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    color: #FFF;
    font-family: 'effra_heavyregular', sans-serif;    
    font-size: 16px;
    line-height: 1.25;
    text-transform: uppercase;
    margin-bottom: 12px;
}
.landing_hero_banner .content {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;    
}
.landing_hero_banner .content_inner {
    text-align: center;
}
.landing_hero_banner .content .heading {
    margin-top: 0;
    margin-bottom: 12px;
    padding-bottom: 0;
    font-family: 'effra_heavyregular', sans-serif;
    font-weight: 400;
    font-size: 72px;
    line-height: 1;
    text-transform: uppercase;
    color: #FFF;
}
.landing_hero_banner .content .sub_heading {
     margin-top: 0;
    margin-bottom: 0px;
    padding-bottom: 0;
    font-family: 'effra_heavyregular', sans-serif;
    font-weight: 400;
    font-size: 32px;
    line-height: 1;
    text-transform: uppercase;
    color: #FFF;
}
.landing_hero_banner .content .text {
    margin-left: auto;
    margin-right: auto;
    margin-top: 48px;
    max-width: 1024px;
    color: #F2F2F2;
    font-size: 32px;
    line-height: 1.2;
    text-align: center;
    font-family: 'effra_lightregular', sans-serif;
    font-weight: 400;
}
.landing_hero_banner .content .rating_list {
    margin-top: 32px;
    display: flex;
    justify-content: center;
    column-gap: 48px;

}
.landing_hero_banner .content .star_list {
    margin-top: 8px;
    display: flex;
    column-gap: 8px;
}
.landing_hero_banner .content .btnnew {
    padding: 16px 24px;
    display: inline-block;
    margin-top: 32px;
}

@media (max-width: 1439px) { 
    .landing_hero_banner {
        margin-bottom: -103px;
    }
    .landing_hero_banner .image::after {
        padding-bottom: 825px;
    }
}
@media (max-width: 1199px) { 
    .page-template-page-flexible-template .landing_hero_banner {
        margin-bottom: -100px;
    }
    .landing_hero_banner {
        /* margin-bottom: -103px; */
    }
    .landing_hero_banner__inner {
        clip-path: polygon(0 0, 100% 0, 100% calc(100% - 97px), 0 100%);
    }
    .landing_hero_banner .image::after {
        /* padding-bottom: 825px; */
    }
    
}
@media (max-width: 991px) { 
    .landing_hero_banner .content .heading {
        font-size: 62px;
    }
    .landing_hero_banner .content .sub_heading {
        font-size: 26px;
    }
    .landing_hero_banner .content .text {
        font-size: 24px;
        margin-top: 32px;
    }
    .landing_hero_banner .content .btnnew {
        margin-top: 32px;
    }
    .landing_hero_banner .content .rating_list {
        column-gap: 36px;
    }
    .landing_hero_banner .content .star_list {
        column-gap: 4px;
    }
}
@media (max-width: 767px) { 
    .landing_hero_banner .content {
        top: 48%;
    }
    .landing_hero_banner .content .heading {
        font-size: 34px;
    }
    .landing_hero_banner .content .sub_heading {
        font-size: 18px;
    }
    .landing_hero_banner .content .heading > br,
    .landing_hero_banner .content .sub_heading > br {
        display: none;
    }
    .landing_hero_banner .content .text {
        font-size: 18px;
        margin-top: 28px;
    }
    .landing_hero_banner .content .btnnew {
        margin-top: 28px;
    }
	.landing_hero_banner .image::after {
        padding-bottom: 665px;
    }
	.landing_hero_banner .content {
		top: 45%;
	}
    .landing_hero_banner .content .rating_list {
        flex-wrap: wrap;
        row-gap: 22px;
    }
}