section.hero-video-section {
    width: 100%;
    position: relative;
    max-width: 1920px;
    margin: 0 auto;
    display: flex;
    padding:30px 0px;
	align-items: center;
}
section.hero-video-section .top-right-column {
    width: 50%;
}
section.hero-video-section .top-left-column iframe {
    aspect-ratio: 5 / 6;
}
section.hero-video-section .top-left-column {
    width: 50%;
}
section.hero-video-section .top-right-column .video-content{
    padding-top: 20px;
}
section.hero-video-section .top-right-column .video-content h4 {
    color: #fff;
    font-size: 73px;
    line-height: 90px;
    font-weight: bold;
    font-family: 'Open Sans Condensed';
    text-transform: uppercase;
    margin: 0px;
}

section.hero-video-section .top-right-column .video-content h5 {
    color: #fff;
    font-size: 45px;
    line-height: 45px;
    font-weight: bold;
    font-family: 'Open Sans Condensed';
    text-transform: uppercase;
    margin: 0px;
}
section.hero-video-section .top-right-column .hero-logos {
    display: flex;
    gap: 35px;
}

section.hero-video-section .top-right-column .hero-logos img {
    max-width: 300px;
    height: auto;
}
section.hero-video-section .top-right-column .video-content .hero-red-arrow img.arrow-mobile{
	display:none;
}
section.hero-video-section .top-right-column .video-content .hero-red-arrow img {
    padding-top: 30px;
    max-width: 280px;
}

section.one-hour-custom-content-section {
    width: 100%;
    position: relative;
    padding: 80px 20px;
    max-width: 1920px;
    margin: 0 auto;
}
section.one-hour-custom-content-section.yellow-bg {
    background: #F9CC09;
    padding-top: 0;
}
section.one-hour-custom-content-section .img-frame-full img,
section.one-hour-custom-content-section .img-frame img {
    width: 100%;
}
section.one-hour-custom-content-section .one-hour-container-fluid {
    margin: 0 -20px;
}
section.one-hour-custom-content-section.yellow-bg .img-frame-full,
.img-frame.frame-shape {
    position: relative;
    overflow: hidden;
    margin: 0 0 50px 0;
}
section.one-hour-custom-content-section.yellow-bg .img-frame-full:after,
.img-frame.frame-shape:after {
    content: "";
    width: 400px;
    position: absolute;
    right: -148px;
    top: 0;
    bottom: 0;
    background: #facd0a;
    pointer-events: none;
    transform: skew(-18deg);
}
section.one-hour-custom-content-section .one-hour-container {
    max-width: 1667px;
    margin: 0 auto;
}
section.one-hour-custom-content-section .one-hour-container .one-hour-row {
    display: flex;
    gap: 30px;
    align-items: center;
}
section.one-hour-custom-content-section .one-hour-container .one-hour-row .one-hour-col {
    flex: 1;
}
section.one-hour-custom-content-section .one-hour-container .one-hour-row .one-hour-col.img-frame {
    max-width: 578px;
}
section.one-hour-custom-content-section .one-hour-row .one-hour-col h4 {
    font-size: 42px;
    margin: 0;
    font-family: "Open Sans Condensed";
    font-weight: bold;
    text-transform: uppercase;
}
section.one-hour-custom-content-section  .one-hour-row .one-hour-col p {
    font-size: 30px;
    font-family: "Open Sans Condensed"!important;
    font-weight: 300;
    margin: 0 0 40px 0;
}
section.one-hour-custom-content-section.mehroon-bg {
    background: #D4203D;
}
section.one-hour-custom-content-section.mehroon-bg .one-hour-container-fluid .one-hour-row {
    display: flex;
}
section.one-hour-custom-content-section.mehroon-bg .one-hour-container-fluid .one-hour-row .one-hour-col {
    flex: 1;
}
section.mehroon-bg .img-frame.frame-shape:after {
    background: #D4203D;
    right: -232px;
}
section.one-hour-custom-content-section.mehroon-bg .one-hour-col h4,
section.one-hour-custom-content-section.mehroon-bg .one-hour-col p {
    color: #fff;
}
section.full-img-frame {
    max-width: 1920px;
    margin: 0 auto;
}
section.one-hour-custom-content-section.mehroon-bg .one-hour-container-fluid .one-hour-row .one-hour-col.text-content {
    padding: 0 50px;
    max-width: 800px;
}
.img-frame.frame-shape img {
    height: 855px;
    object-fit: cover;
}
.img-frame.frame-shape {
    margin: 11px -47px 0 0;
}
section.one-hour-custom-content-section .one-hour-row .one-hour-col h5 {
    font-size: 30px;
    font-family: "Open Sans Condensed";
    font-weight: bold;
    margin: 0;
    color: #fff;
}
section.full-img-frame img {
    width: 100%;
    display: block;
}
section.one-hour-custom-content-section.yellow-bg.double-bg:after {
    content: "";
    width: calc(50% - -5px);
    position: absolute;
    top: 0;
    bottom: 0;
    background: #fff;
    right: 0;
}
section.one-hour-custom-content-section .one-hour-container-fluid {
    position: relative;
    z-index: 1;
}
section.one-hour-custom-content-section.yellow-bg.double-bg {
    padding-top: 50px;
    padding-bottom: 0;
}

section.one-hour-custom-content-section.yellow-bg.double-bg .img-frame img {
    width: 80%;
    margin: 0 auto;
    display: block;
}
section.one-hour-custom-content-section.yellow-bg.double-bg .img-frame {
    margin-bottom: 80px;
}
section.one-hour-custom-content-section.yellow-bg.double-bg h5 {
    color: #000;
}
section.one-hour-custom-content-section.yellow-bg.double-bg .one-hour-row {
    align-items: stretch;
    display: flex;
    gap:0;
}
section.one-hour-custom-content-section.yellow-bg.double-bg .img-glob {
    margin:0 -86px;
    overflow: hidden;
    position: relative;
}
section.one-hour-custom-content-section.yellow-bg.double-bg .img-glob img {
    display: block;
    width: 100%;
}
section.one-hour-custom-content-section.yellow-bg.double-bg .one-hour-row .one-hour-col {
    padding: 0 86px;
}
section.one-hour-custom-content-section.yellow-bg.double-bg .one-hour-row .one-hour-col:last-child p {
    max-width: 79%;
}
section.one-hour-custom-content-section.yellow-bg.double-bg .one-hour-row .one-hour-col:last-child {
    position: relative;
    padding-bottom: 330px;
}
section.one-hour-custom-content-section.yellow-bg.double-bg .one-hour-row .one-hour-col:first-child {
    display: flex;
    flex-flow: column;
    justify-content: space-between;
}
section.one-hour-custom-content-section.mehroon-bg.shape-top {
    position: relative;
    z-index: 2;
    padding-top: 0;
}
section.one-hour-custom-content-section.yellow-bg.multy-cols .one-hour-container-fluid .one-hour-row {
    align-items: start;
    display: flex;
}
section.one-hour-custom-content-section.yellow-bg.multy-cols .img-frame-full:after {
    display: none;
}
section.one-hour-custom-content-section.yellow-bg.multy-cols .one-hour-container-fluid .one-hour-row .one-hour-col {
    flex: 1;
}
section.one-hour-custom-content-section.yellow-bg.multy-cols:after {
    content: "";
    width: 50%;
    top: 0;
    bottom: 0;
    position: absolute;
    background: #fff;
    left: 0;
}
section.one-hour-custom-content-section.yellow-bg.multy-cols .one-hour-container-fluid {
    position: relative;
    z-index: 2;
}
section.one-hour-custom-content-section.yellow-bg.multy-cols .one-hour-col h5 {
    color: #000;
}
section.one-hour-custom-content-section.yellow-bg.multy-cols .one-hour-container-fluid .one-hour-row .caption {
    padding: 0 20px;
    max-width: 806px;
    margin: 0 auto;
}
section.one-hour-custom-content-section.black-bg {
    background: #000;
}
section.one-hour-custom-content-section.black-bg .one-hour-row {
    align-items: start;
    gap: 50px;
}
section.one-hour-custom-content-section.black-bg .one-hour-row h4, section.one-hour-custom-content-section.black-bg .one-hour-row p {
    color: #fff;
}
section.one-hour-custom-content-section.black-bg .one-hour-container {
    max-width: 1692px;
}
section.one-hour-custom-content-section.yellow-bg.multy-cols.plain-bg .caption {
    padding-top: 80px !important;
}
section.one-hour-custom-content-section.yellow-bg.multy-cols.plain-bg:after {
    display: none;
}
section.one-hour-custom-content-section.yellow-bg.multy-cols.plain-bg .caption p {
    margin: 0 0 20px 0;
}
section.one-hour-custom-content-section.yellow-bg.multy-cols .one-hour-container-fluid .one-hour-row .one-hour-col.full-col .caption {
    max-width: 95%;
    padding: 0  20px !important;
}

section.one-hour-custom-content-section.mehroon-bg.shape-top:before {
    content: "";
    width: calc(50% - 60rem);
    position: absolute;
    top: -239px;
    left: 50%;
    border-bottom: 240px solid #d4203d;
    border-left: 60rem solid transparent;
    z-index: 2;
    transform: translateX(-60rem);
}
section.one-hour-custom-content-section.mehroon-bg.shape-top:after {
    content: "";
    position: absolute;
    right: 0;
    width: 50%;
    border-bottom: 240px solid #d4203d;
    top: -239px;
}
section.one-hour-custom-content-section.mehroon-bg.shape-top .one-hour-container {
    margin: -70px auto 0;
}
section.one-hour-custom-content-section .one-hour-container .one-hour-row.single-col {
    padding-left: 600px;
    position: relative;
    top: -50px;
    z-index: 2;
}
section.one-hour-custom-content-section.yellow-bg.multy-cols.plain-bg .one-hour-row .one-hour-col .img-frame-full img {
    display: block;
}
@media all and (max-width: 1600px) {
    section.one-hour-custom-content-section .one-hour-container {
        max-width: 1280px;
    }
    section.one-hour-custom-content-section .one-hour-container .one-hour-row .one-hour-col.img-frame {
        max-width: 545px;
    }
    section.one-hour-custom-content-section .one-hour-row .one-hour-col p {
        font-size: 20px;
        margin: 0 0 25px 0;
    }
    section.one-hour-custom-content-section .one-hour-row .one-hour-col h4 {
        font-size: 30px;
    }
    .img-frame.frame-shape img {
        height: 400px;
    }
    section.mehroon-bg .img-frame.frame-shape:after {
        right: -292px;
    }
    section.one-hour-custom-content-section.yellow-bg.double-bg .img-frame img {
        width: 100%;
    }
    section.one-hour-custom-content-section .one-hour-container .one-hour-row.single-col {
        padding-left: 480px;
    }
    section.one-hour-custom-content-section.yellow-bg.double-bg .one-hour-row .one-hour-col:last-child:after {
        height: 378px;
    }
    section.one-hour-custom-content-section.yellow-bg.double-bg .one-hour-row .one-hour-col:last-child p {
        max-width: inherit;
    }
}
@media all and (max-width: 1370px) {
	section.hero-video-section .top-right-column .hero-logos img {
    max-width: 230px;
}
	section.hero-video-section .top-right-column .video-content h4 {
		font-size:56px;
		line-height:56px;
	}
	section.hero-video-section .top-right-column .video-content h5{
		font-size:30px;
	}
}
@media all and (max-width: 1199px) {
    section.one-hour-custom-content-section .one-hour-container .one-hour-row .one-hour-col.img-frame {
        max-width: 400px;
    }
    .img-frame.frame-shape img {
        height: 458px;
    }
    section.one-hour-custom-content-section .one-hour-container .one-hour-row.single-col {
        padding-left: 0;
    }
    section.one-hour-custom-content-section.yellow-bg.double-bg .one-hour-row .one-hour-col {
        padding: 0 50px;
    }
    section.one-hour-custom-content-section.yellow-bg.double-bg .img-glob {
        margin: 0 -50px;
    }
    section.one-hour-custom-content-section.yellow-bg.double-bg .img-frame img {
        width: 70%;
    }
}

@media all and (max-width: 1024px) {
    section.one-hour-custom-content-section .one-hour-container .one-hour-row,
    section.one-hour-custom-content-section.mehroon-bg .one-hour-container-fluid .one-hour-row,
    section.one-hour-custom-content-section.yellow-bg.double-bg .one-hour-row {
        flex-flow: column;
    }
    section.one-hour-custom-content-section.yellow-bg .img-frame-full:after, .img-frame.frame-shape:after {
        width: 150px;
        right: -70px;
    }
    .img-frame.frame-shape {
        margin: 0 0 30px 0;
    }
    section.one-hour-custom-content-section.mehroon-bg {
        padding-top: 0;
    }
    section.mehroon-bg .img-frame.frame-shape:after {
        right: -82px !important;
        width: 200px;
    }
    section.one-hour-custom-content-section.mehroon-bg .one-hour-container-fluid .one-hour-row .one-hour-col.text-content {
        padding: 0 20px;
        max-width: inherit;
    }
    .img-frame.frame-shape img {
        height: auto;
    }
    section.mehroon-bg .img-frame.frame-shape:after {
        right: -147px !important;
        width: 300px;
    }
    section.one-hour-custom-content-section.yellow-bg.double-bg:after {
        display: none;
    }
    section.one-hour-custom-content-section.yellow-bg.double-bg .one-hour-row .one-hour-col {
        padding: 0 20px;
    }
    section.one-hour-custom-content-section.yellow-bg.double-bg .img-glob {
        margin: 0 -20px;
    }
    section.one-hour-custom-content-section.yellow-bg.double-bg .one-hour-row .one-hour-col:last-child {
        background: #fff;
        padding: 50px 20px !important;
    }
    section.one-hour-custom-content-section.mehroon-bg.shape-top:before,
    section.one-hour-custom-content-section.mehroon-bg.shape-top:after {
        display: none;
    }
    section.one-hour-custom-content-section.mehroon-bg.shape-top .one-hour-container {
        margin: 0 auto 0;
    }
    section.one-hour-custom-content-section.mehroon-bg.shape-top {
        padding-top: 50px;
    }
    section.one-hour-custom-content-section .one-hour-container .one-hour-row.single-col {
        top: 0px;
    }
    section.one-hour-custom-content-section.yellow-bg.double-bg .img-frame img {
        width: 100%;
        max-width: 500px;
    }
	section.hero-video-section .top-right-column .hero-logos img {
    max-width: 170px;
	}
	section.hero-video-section .top-right-column .video-content h4 {
        font-size: 40px;
        line-height: 40px;
    }
	section.hero-video-section .top-right-column .video-content .hero-red-arrow img {
    max-width: 170px;
}
	
}
@media all and (max-width: 900px) {
    section.one-hour-custom-content-section.yellow-bg.multy-cols .one-hour-container-fluid .one-hour-row {
        flex-flow: column;
    }
    section.one-hour-custom-content-section.yellow-bg.multy-cols:after {
        display: none;
    }
    section.one-hour-custom-content-section.yellow-bg.multy-cols .one-hour-row .one-hour-col:first-child {
        background: #fff;
        padding-bottom: 50px;
    }
    section.one-hour-custom-content-section.yellow-bg.multy-cols .one-hour-container-fluid .one-hour-row .caption .img-frame img {
    max-width: 400px;
}
section.one-hour-custom-content-section.yellow-bg.multy-cols.plain-bg .one-hour-row .one-hour-col {
    padding: 0;
}
section.one-hour-custom-content-section.yellow-bg.multy-cols.plain-bg .one-hour-row .one-hour-col .img-frame-full {
    margin: 0;
}
section.one-hour-custom-content-section.yellow-bg.multy-cols.plain-bg .one-hour-container-fluid .one-hour-col.full-col {
    background: transparent;
}
section.one-hour-custom-content-section.yellow-bg.multy-cols.plain-bg .one-hour-container-fluid .one-hour-col.full-col .caption {
    max-width: inherit;
}
section.one-hour-custom-content-section.yellow-bg.multy-cols .one-hour-container-fluid .one-hour-row .caption {
    max-width: inherit;
}
section.one-hour-custom-content-section.yellow-bg.multy-cols.plain-bg .caption {
    padding-top: 50px !important;
}
section.one-hour-custom-content-section {
    padding: 50px 20px;
}
}
@media all and (max-width: 768px) {
	section.hero-video-section{
		flex-direction:column-reverse;
	}
	section.hero-video-section .top-left-column, section.hero-video-section .top-right-column{
		width:100%;
	}
	section.hero-video-section .top-right-column .hero-logos {
    justify-content: center;
}
	section.hero-video-section .top-right-column .video-content {
    display: flex;
    justify-content: center;
    padding-bottom: 20px;
}

	section.hero-video-section .top-right-column .video-content .hero-red-arrow img {
    transform: rotate(-83deg);
		max-width : 110px;
		padding-bottom: 70px;
}
	section.hero-video-section .top-right-column .video-content h4 {
        font-size: 52px;
        line-height: 52px;
    }
	section.hero-video-section .top-right-column .video-content h5 {
        font-size: 32px;
    }
	    section.hero-video-section .top-right-column .hero-logos img {
        max-width: 220px;
    }
	section.hero-video-section .top-right-column .video-content {
		padding-bottom: 0px;
	}
	section.hero-video-section .top-left-column iframe {
    aspect-ratio: 1 / 2;
}
	
}
@media all and (max-width: 480px) {
	section.hero-video-section .top-right-column .hero-logos {
		gap:15px;
	}
	section.hero-video-section .top-right-column .hero-logos img {
		max-width:140px;
	}
	section.hero-video-section .top-right-column .video-content h4 {
        font-size: 30px;
        line-height: 30px;
    }
	section.hero-video-section .top-right-column .video-content{
		padding: 20px 20px 0px;
	}

	section.hero-video-section .top-right-column .video-content h5 {
        font-size: 17px;
    }
	section.hero-video-section .top-right-column .video-content .hero-red-arrow img.arrow-mobile{
	display:block;
}
	section.hero-video-section .top-right-column .video-content .hero-red-arrow .arrow-desktop{
	display:none;
}
	section.hero-video-section .top-right-column .video-content .hero-red-arrow img {
        transform: rotate(5deg);
        max-width: 50px;
        padding: 0 0px 0 8px;
    }

}