:root{
	--orange:#FE701D;
	--grey:#2E2E2E;
	--bgwhite:#F0F2F4;
	--white:#FFFFFF;
	--black:#171726;

}
body{
	margin:0px;
}
body.sticky{
	overflow: hidden;
    max-height: 100vh;
}
body.sticky .brandcaurosel-container{
	z-index: 0;
    position: relative;
}
*{
	font-family: "Montserrat", sans-serif;
	font-style: normal;
}
.row-flex{
	display: flex;
}
.col-flex{
	display: flex;
	flex-direction: column;
}
.row-in-flex{
	display: inline-flex;
	flex-wrap: wrap;
}
.col-in-flex{
	display: inline-flex;
	flex-direction: column;
}

.f-jcs{
	justify-content: start;
}

.f-jcc{
	justify-content: center;
}
.f-jce{
	justify-content: end;
}

.f-jcb{
	justify-content: space-between;
}
.f-ais{
	align-items: start;
}

.f-aic{
	align-items: center;
}
.f-aie{
	align-items: end;
}
.px-5vw{
	padding-left: 5vw;
	padding-right: 5vw;
	padding-top: 7px;
	padding-bottom: 7px;
}
.tc{
	text-align: center;
}
.pt-20{
	padding-top: 10px;
}

.pt-30{
	padding-top: 30px;
}

.pt-50{
	padding-top: 30px;
}

section {
    position: relative;
}
section.p-eq {
    padding: 30px 50px;
}
header{
	position: fixed;
	top:0;
	left: 0;
	display: block;
	width: 100%;
	z-index: 999;
	transition: all .3s ease-in-out;
}

header.bg{
	background: #000000;
	box-shadow: 0px 2px 20px 0px #00000033;
}
header button.cta-btn{
	display: none;
}

header.bg button.cta-btn{
	display: inline-block;
}
.owl-nav{
	width: 100vw;
	position: relative;
	left: -4.7vw;
	padding-top: 20px;
}
.owl-nav button:hover{
	background: transparent !important;
}
.owl-nav button:hover svg circle{
	transition: all .3s ease-in-out;
}
.owl-nav button:hover svg path{
	transition: all .3s ease-in-out;
}
.owl-nav button:hover svg circle{
	fill: var(--orange);
}
.owl-nav button:hover svg path{
	fill: var(--white);
}
.owl-nav button svg.prev{
	transform: rotate(90deg);
}

.owl-nav button svg.next{
	transform: rotate(-90deg);
}
.cta-btn,button.submit{
	background: var(--orange);
	color: var(--white);
	font-size: 16px;
	font-weight: 600;
	padding:15px 24px ;
	border-radius: 30px;
	line-height: 1;
	border:none;
	text-transform: uppercase;
	cursor: pointer;
	    position: relative;
    	z-index: 99;
}
.logo-img{
	max-height: 80px;
	width: auto;
	padding: 10px 0px;
	transition: all .3s ease-in-out;
}
.bg .logo-img{
	max-height: 60px;
}
.cta-btn>img{
	padding-left: 10px;
}
.banner-section {
    height: 80vh;
    width: 100%;
    background: var(--grey);
    overflow: hidden;
}

.banner-section>img{
	object-fit: cover;
    display: flex;
    width: 100%;
    height: 100%;
    position: absolute;

}
.banner-section .content {
    position: relative;
    width: 1000px;
    margin: 0 auto;
}
.txt-section {
    padding-top: 100px;
  	/* padding-left: 6%; */
}
.txt-section h1 {
    font-size: 35px;
    font-weight: 800;
    line-height: 50px;
    color: var(--white);
    line-height: 45px;
    margin: 0px;
    font-weight: 500px;
	padding-top: 20px;
}
.txt-section h1>span{
	font-size: 28px;
	font-weight: 800;
	line-height: 28px;
	color: var(--white);
}
.txt-section p{
	font-size: 18px;
	font-weight: 600;
	line-height: 24px;
	color: var(--white);
}


.txt-section .list-item{
	flex-basis: 50%;
	flex-grow: 0;
	flex-shrink: 0;
}
.txt-section .list-item ul{
	padding-inline-start: 20px;
}
.txt-section .list-item ul li{
	color: var(--white);
	font-weight: 500;
	font-size: 16px;
	line-height: 1.5;
}

.form-section {
	margin-top: 15px;
	width: 44%;
	/* height: 450px; */
}

input,input:focus,input:hover,input:focus-visible{
	border-top: 0px !important;	
	border-right: 0px !important;	
	border-left: 0px !important;	
	border-radius: 0px !important;
	outline:none!important;
}

input {
	background: transparent;
	color: var(--white);
	font-size: 16px;
	font-weight:400;
	border:0px;
	border-bottom: 1px solid var(--white);
	padding: 16px;
	width: 100%;
	margin-bottom:24px;
}

.form-section button{
	margin-top:16px;
}

input::placeholder{
	color: #BBBBBB;
	font-size: 16px;
	font-weight: 400;
}

.form-section h2.title{
	font-size: 25px;
	color: var(--orange);
	font-weight: 800;
	line-height: 1.25;
}
h2.sectiontitle{
	font-size: 30px;
	font-weight: 800;
}
.gap-3{
	gap:3%;
}

.sec1{
	background: #FFFFFF;

} 

.channel-loyalty .card.col-flex.f-ais {
    margin-bottom: 10px;
}


.channel-loyalty .card.col-flex.f-ais {
    margin-bottom: 10px;
    float: left;
    width: 42%;
    margin-left: 30px;
}


.channel-loyalty .card.col-flex.f-ais p {
    font-size: 15px;
}

.sec1 .card,.sec3 .card{
	flex-basis: 21%;
	flex-grow: 0;
	flex-shrink: 0;
	padding: 1rem;
	background:var(--bgwhite);
	color: var(--black);
	border-radius: 8px;
	transition: background .3s ease-in-out;
	cursor: pointer;
}
.sec1 .card:hover{
	background:var(--orange);
	color: var(--white);
	box-shadow: 7.931px 12.55px 15px 0px rgb(18 20 26 / 16%)
}
.sec1 .card p {
    font-weight: 600;
    font-size: 14px;
    line-height: 22px;
    padding-top: 0;
    margin-top: 5px;
}
.sec1 .card>.icon{
	padding: 10px;
	background: var(--orange);
	border-radius: 50%;
	transition: background .3s ease-in-out;
	width: 64px;
    height: 64px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
}

.sec1 .card:hover>.icon>svg>path{
	fill: var(--orange);

}
.sec1 .card:hover>.icon{
	background: var(--white);
}
.o-h{
	overflow: hidden;
	max-width: 100vw;
}

.sec2{
	background: url(images/icon-bg.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

.sec4 {
	background: var(--bgwhite);
}

.sec2 .card{
	flex-basis: 20%;
	flex-grow: 0;
	flex-shrink: 0;
	padding: 1rem;
	color: var(--black);
	border-radius: 8px;
	transition: background .3s ease-in-out;
/*	max-width: 260px;*/
}

.sec2 .card>h3,.sec3 .card>h3{
	font-size: 20px;
	font-weight: 600;
	line-height: 25px;
	margin-top:0px;
	margin-bottom: 10px;
	max-width: 260px;

}
.sec2 .card>p,.sec3 .card>p{
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	margin:0;
	max-width: 260px;
}

.marque-item {
    width: 15%;
    float: left;
    flex: 1 0 15%;
    text-align: center;
    justify-content: center;
}
.marque-item img{
	max-height: 42px;
}
.marquee-left {
    animation: marquee-left 45s linear infinite;
}

.marquee-right {
    animation: marquee-right 45s linear infinite;
}
.marque-list {
    display: flex;
    padding: 2rem 0px;
    align-items: center;
}

img{
    max-width: 100%;
    height: auto;
}
svg.arrow{
	transform: rotate(0deg);
	position: absolute;
	top:16px;
	right: 24px;
	transition: all .3s ease-in-out;
}
svg.arrow circle{
	fill: var(--orange);
}
svg.arrow path{
	fill: var(--white);
}

.channel-partner{
	overflow: hidden;
	max-width: 100vw;
}
.channel-partner h2,.channel-partner h2+p{
	color: var(--white);
}

.brandcaurosel{
	display: flex;
	gap:2%;
}
.brandcaurosel-container{
	max-width: 80%;
}
.brandcaurosel .owl-stage-outer{
	overflow: visible !important;
}
.brandcaurosel .item{
	flex-basis: 32%;
	flex-grow: 0;
	flex-shrink: 0;
	background:var(--white);
	padding: 15px;
	border-radius: 15px;
	height: 480px;
}
.brandcaurosel .item img{
	border-radius: 15px 15px 0px 0px ;
	overflow: hidden;
}
.brandcaurosel .item p{
	margin: 0px;
}
.get-in-touch{
	background: var(--bgwhite);

}
.m-0{
	margin: 0px !important;
}
.mt-40{
	margin-top: 40px;
}
.mw-750{
	width: 100%;
	margin: auto;
	max-width: 750px;
}
.mw-850{
	width: 100%;
	margin: auto;
	max-width: 850px;
}
.mw-800{
	width: 100%;
	margin: auto;
	max-width: 800px;
}
.mw-900{
	width: 100%;
	margin: auto;
	max-width: 900px;
}
.pb-50{
	padding-bottom: 50px;
}
.mw-1000{
	width: 100%;
	margin: auto;
	max-width: 1000px;
}
.mw-1200{
	width: 100%;
	margin: auto;
	max-width: 1200px;
}
.p-30{
	padding: 30px;
}
.gap-5vw{
	gap:5vw;
}
section.awards{
	background: var(--grey);
}
section.awards h2{
	color: var(--white);
}
.box{
	background: #FFFFFF;
	border-radius: 20px;
	padding: 5vw;
	align-items: center;
}
.award-list{
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	gap:24px;
}

.section-1-left-cont {
    float: left;
    width: 40%;
}

.section-1-right-cont {
    float: left;
    width: 50%;
    margin-left: 5%;
    padding-right: 5%;
}

section.get-in-touch.p-eq {
    clear: both;
}

.col-flex.section-1{
    float: left;
    width: 80%;
    display: block;
    padding: 0 10%;
	margin-bottom: 50px;
}

.section-1-right-cont h2 {
    padding: 0 0 10px 0;
    margin: 0;
    background: linear-gradient(90deg, #FA6C18 0%, #FFC000 94.25%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 30px;
}

section.sec1.p-eq.section2-cont {
    padding: 0 10%;
    width: 80%;
    float: left;
    text-align: center;
	padding-bottom: 35px;
	padding-top: 0px;
	background:#f4f4f4;
}


section.channel-partner.p-eq.section3-cont h2 {
    color: #000;
    font-size: 30px;
    margin-top: 0;
}
section.channel-partner.p-eq.section3-cont p {
    font-size: 14px;
    color: #000;
}

.col-flex.section-3-inner-cont, .col-flex.section-4 {
    width: 100%;
    float: none;
    /* padding: 0 5%; */
    display: block;
    margin: 0 auto;
}

.channel-card-cont {
    float: left;
    width: 300px;
    border-radius: 15px;
    border: 1px solid #c6c6c6;
    margin-top: 30px;
    margin-right: 45px;
    height: 365px;
}
.channel-card-cont:last-child {
    margin-right: 0px;
}

.channel-card-cont img {
    height: 180px;
	border-radius:15px 15px 0 0; 
	width: 100%;
}

.channel-card-cont h3{
    padding: 0 20px;
	font-size: 16px;
}

.channel-card-cont p{
    padding: 0 20px;
	font-size: 14px;
}

.col-flex.section-1 {
    float: left;
    width: 100%;
    display: block;
    padding: 0;
    margin-bottom: 35px;
    margin-top: 35px;
}

/* section.sec1.p-eq.section-4-outer h2 {
    text-align: left;
    margin: 0;
    font-size: 30px;
}

section.sec1.p-eq.section-4-outer p {
    text-align: left;
    font-size: 14px;
} */

section.sec1.p-eq.section-4-outer h2 {
    color: #000;
    font-size: 30px;
    /* margin-top: 0; */
}
section.sec1.p-eq.section-4-outer p {
    font-size: 14px;
    color: #000;
}

/* .section-4-outer{
	background: #f4f4f4;
	float: left;
} */

.business-growth-cont {
    float: none;
    width: 305px;
    border: 1px solid #c6c6c6;
    margin-right: 0;
    border-radius: 15px;
    text-align: left;
    background: #F0F2F4;
    margin-top: 20px;
}

.business-growth-cont img {
    float: left;
    width: 100%;
    margin: 0 0 20px 0;
    border-radius: 15px 15px 0 0;
}

.business-growth-cont h3 {
    display: inline-block;
    padding: 0 20px;
    margin: 0;
}

.business-growth-cont p {
    display: inline-block;
    padding: 20px;
    margin: 0;
}

section.sec1.p-eq.section-4-outer {
    padding: 0 10%;
    width: 80%;
    float: left;
    text-align: center;
    padding-bottom: 35px;
    padding-top: 0px;
    background: #f4f4f4;
}

.business-growth-cont:last-child {
    margin-right: 0px;
}

.growth-img {
    float: left;
    width: 100%;
}

.col-flex.section-5-inner-cont h2 {
    color: #000;
}

section.channel-partner.p-eq.section5-cont {
    padding: 0;
    width: 100%;
    margin: 0 auto 35px;
}

.partner-engagement-cont {
    float: left;
    width: 45%;
    margin-top:20px;
}

.partner-engagement-cont-numb {
    float: right;
    position: absolute;
    top: 35px;
    right: 0;
    width: 450px;
}
.partner-engagement-cont-numb .col-flex {
    display: block;
}


section.channel-growth-slide.p-eq {
    float: left;
    width: 80%;
    padding: 0 10%;
}

.col-flex.f-jcc.pb-50.brand-cont {
    padding-bottom: 20px;
}

section.channel-partner.p-eq.case-study-sec h2 {
    color: #fff;
}

section.channel-partner.p-eq.case-study-sec  .col-flex.f-jcc.pb-50{	
	padding:0;
}

section.channel-partner.p-eq.case-study-sec .owl-item {
    width: 380px!important;
    border-radius: 15px;
    padding: 0;
    margin: 0 35px 0 0!important;
}


section.channel-partner.p-eq.case-study-sec .owl-item  .item.col-flex {
    padding: 0;
}

section.channel-partner.p-eq.case-study-sec .owl-item  .item.col-flex h3 {
    padding: 0 20px;
    font-size: 16px;
}

section.channel-partner.p-eq.case-study-sec .owl-item  .item.col-flex p{
    padding: 0 20px;
	font-size: 15px;
}


section.channel-partner.p-eq.case-study-sec .brandcaurosel .item {
    height: 465px;
}


section.channel-partner.p-eq.case-study-sec {
    background: #000;
}

.partner-engagement-cont-numb .sec1 .card, .sec3 .card {
    flex-basis: 72%;
    height: 130px;
}


#biw_channel_loyalty form.form input[type="text"]{
    margin-top: 0!important;
	    height: 20px!important;
}

.orange-gradient{
    color:#fdb012;
	font-weight: bold;
	font-size: 15px;
}

.orange-gradient-top {
    background: linear-gradient(90deg, #FA6C18 0%, #FFC000 94.25%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 35px!important;
}

.section-1-right-cont p {
    font-size: 14px;
}

section.sec1.p-eq.section2-cont p {
    font-size: 15px;
}


.case-study-sec .owl-theme .owl-nav {
    position: absolute;
}



.case-study-sec .cta.row-flex.f-jcc.pt-50 {
    margin-top: 80px;
}

section.sec1.p-eq.section2-cont h2 {
    font-size: 30px;
}

#biw_channel_loyalty form#pardot-form {
    margin-top: 100px !important;
}


section.channel-partner.p-eq.section3-cont .cta.row-flex.f-jcc.pt-50 {
    clear: both;
}

.section-1-right-cont .cta.row-flex.f-jcc.pt-50 {
    float: left;
    padding-top: 10px;
}

section.sec1.p-eq.section2-cont img {
    width: 85%;
    padding: 25px 0 0;
}

section.sec1.p-eq.section2-cont .cta.row-flex.f-jcc.pt-50 img {
    width: auto;
	padding: 0;
}

section.sec1.p-eq.section1-cont {
    margin: 0 auto;
    width: 1000px;
    padding: 0;
}

section.channel-partner.p-eq.section3-cont {
    width: 1000px;
    margin: 0 auto;
    padding: 30px 0;
}

.section-4-inner-cont {
    margin: 30px auto;
    width: 1000px;
}

.section-5-inner-cont {
    width: 1000px;
    margin: 15px auto 0px;
    position: relative;
}
.section-2-inner-cont {
    width: 1000px;
    margin: 0 auto;
}

.partner-engagement-cont-numb section.sec1.p-eq {
    background: none;
}

.section-5-inner-cont .pt-50 {
    padding: 0;
}

section.sec4.p-eq.o-h .pt-50 {
    padding-top: 20px;
}

#pardot-form {
    background: #000!important;
}

.business-growth-cont-outer.business-growth-cont-outer1 {
    margin-top: 20px;
}

.business-growth-cont-outer {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    flex-wrap: wrap;
    gap: 35px;
}

.business-growth-cont {
    margin-right: 0 !important;
}

@keyframes marquee-left{
	0% {
	    transform: translateX(0);
	}
	100% {
	    transform: translatex(-200%);
	}
}
@keyframes marquee-right{
	0% {
	    transform: translateX(-200%);
	}
	100% {
	    transform: translatex(0%);
	}
}
.gap-1{
	gap: 32px;
}
.left{
	flex: 0 0 40%;
}
.right{
	flex: 0 0 calc(60% - 32px);
}
.left img{
	width: 100%;
	border-radius: 13px;
}
.close-btn{
	display: none;
}

.cta-btn img{
	transition: all .3s ease-in-out;
	transform: rotate(0deg);
	transform-origin: center center;
}
.cta-btn:hover img{
	transform: rotate(45deg);
}

.tab {
  width: 100%;
  color: white;
  overflow: hidden;
  border-radius: 13px 13px 0px 0px;
  box-shadow:0px -4px 8px 0px #0002;
  background: var(--white);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  transition: all .5s ease-in-out;
}

.tab:not(:first-child){
	margin-top: -10px;
}

.tab:last-child{
	box-shadow:0px 0px 12px 0px #0002
}
.banner-section h4 {
    color: #ff701c;
    margin: 0;
    font-size: 20px;
    padding-top: 50px;
    font-weight: normal;
    color: #fff;
}
.tab-label {
  display: flex;
  justify-content: space-between;
  padding: 16px 24px 36px 24px;
  color: var(--grey);
  font-weight: bold;
  cursor: pointer;
  width: 100%;
  box-sizing: border-box;
  height: auto;
  line-height: 44px;

  transition: height .5s ease-in-out, padding .5s ease-in-out;
}
.rel_class{
	position: relative;
}
.card_p p {
    font-weight: 400 !important;
}
.card_p h5 {
    margin-bottom: 0;
    font-size: 18px;
}
.background-angle-wrapper {
    position: absolute;
   top: -90px !important;
    width: 100%;
    height: 100%;
    transform: scaleX(-1);
    left: 0;
    z-index: 0;
}
.card_p {
    color: #000 !important;
}
.card_l{
	position: relative;
}
.quote_sec h2{
		background: linear-gradient(90deg, #FA6C18 0%, #FFC000 94.25%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	    font-size: 3vw;
}
.card_l .card_p {
    background: #fff !important;
    box-shadow: 0px 20px 50px #dcdcdc85;
}
.img_module {
    text-align: center;
}

.img_module img {
    width: 100%;
    max-width: 80%;
	    position: relative;
}
.sec_unleash .card_p {
    flex-basis: 28.33%;
    flex-grow: 0;
    flex-shrink: 0;
    padding: 1rem;
    background: var(--bgwhite);
    color: var(--black);
    border-radius: 8px;
    transition: background .3s 
ease-in-out;
    cursor: pointer;
	    margin-bottom: 30px;
}
.sec_unleash .row-flex {
    flex-wrap: wrap;
}
.sec_unleash p {
    line-height: 1.5;
    font-size: 15px;
    font-weight: 300 !important;
}
a.solution_link {
    text-decoration: none;
    color: #000;
	    position: relative;
}
a.solution_link span {
    position: absolute;
    right: -28px;
    bottom: -8px;
}
#pardot-form {
	padding: 0 10px !important;
    background: #fff !important;
    border-radius: 12px !important;
}

/* Two column form layout */
#pardot-form form,
#pardot-form .form,
.form-section iframe form {
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
    gap: 10px 20px !important;
}

#pardot-form form .submit,
#pardot-form form button[type="submit"],
.form-section iframe form .submit,
.form-section iframe form button[type="submit"] {
    grid-column: 1 / -1 !important;
}

/* Align select options to the right */
#pardot-form select,
.form-section iframe select,
select {
    text-align: right !important;
    text-align-last: right !important;
    direction: ltr !important;
}

#pardot-form option,
.form-section iframe option,
option {
    text-align: right !important;
    direction: ltr !important;
}

/* .form-section iframe {
    height: 610px;
} */
.cta-btn a {
    color: #ffff;
    text-decoration: none;
}

.chann .item {
    height: 500px;
}
/* .has-background-angle-to-right .background-angle-wrapper {
    left: unset;
    right: 0;
    transform: scaleX(-1);
}
.background-angle-wrapper {
    height: auto;
    left: 0;
    max-width: none;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}
canvas, img, picture, svg, video {
    display: block;
    height: auto;
    max-width: 100%;
} */
input:checked + .tab-label>svg.arrow{
	transform: rotate(180deg);
}

input:checked + .tab-label>svg.arrow circle{
	fill: var(--white);
}
input:checked + .tab-label>svg.arrow path{
	fill: var(--orange);
}

.tab input[type="radio"] {
    visibility: hidden;
    height: 1px;
    margin: 0px;
}

.tab-label,.tab-label>span{
	display: flex;
	gap: 16px;
	font-size: 20px;
	font-weight: 700;

}

.tab-content {
  max-height: 0;
  padding: 0px 44px;
  color: #ffffff;
  transition: all .5s ease-in-out;
}

input:checked + .tab-label{
	color: var(--orange);
	padding-top: 0px;
	padding-bottom: 0px;
}

.tab-label span{
	opacity: 1;

	transition: opacity .3s ease-in-out.5s;
}

input:checked + .tab-label span{
    opacity: 0;
    font-size: 0;
    transition:opacity .5s ease-in-out ;
}

input:checked ~ .tab-content{
	padding: 0px 44px 54px 44px;
	max-height: 350px;
   transition: all .5s ease-in-out;
}

.tab-content>p{
	text-align: left;
}

.tab-close, .tab-open {
  display: flex;
  justify-content: flex-end;
  padding: 1em;
  font-size: 0.75em;
  background: #2c3e50;
  cursor: pointer;
}

.tab:has(input:checked){
  background: var(--orange);
}

input:checked + .tab-label span{
	color: var(--white);
}

input:checked + .tab-label svg path{
	fill: var(--white);
}

.tab-content>p{
	width: 100%;
	max-width: 100%;    
	padding: 1em;
}

input:checked + .tab-label + .tab-content>p{
  color: var(--white);
}

.item a,.item a h3,.item a p{
	color: var(--black) !important;
	text-decoration: none !important;
}

input[type="submit"] {
	left: 0 !important;
	margin: 0 auto !important;
}

@media only screen and (max-width: 1024px) {
.banner-section {
    height: auto;
    padding-bottom: 55px;
}
.txt-section h1 {
    font-size: 25px;
    padding-top: 0;
    line-height: 35px;
}
	.form-section h2.title{
		font-size: 20px;
	}
	.sec2 .card{
		flex-basis:25%;
	}
.awards .box{
		flex-direction: column;
		background: transparent; 
		padding: 0px;
		margin:0px;
		color: var(--white);
	}
	.awards .box .award-list{
		grid-template-columns: repeat(5, 1fr);
	}
	.awards p{
		text-align: center;
	}
	.awards .box .award-list img{
		background: var(--white);
	    border-radius: 8px;
	    padding: 10px;
	    width: 100%;
	    box-sizing: border-box;
	}
	
    .txt-section {
        padding-left: 10%;
    }
	
.form-section {
    width: 42%;
    top: 0;
    right: 0!important;
    position: absolute;
}
		
	.section-2-inner-cont {
    width: 100%;
}
	
	.partner-engagement-cont-numb .sec1 .card, .sec3 .card {
    flex-basis: 54%;
    height: 150px;
}
	
 .partner-engagement-cont-numb {
    width: 50%;
    position: absolute;
    right: 50px;
}
	.banner-section h4 {
    padding-top: 25px;
    padding-bottom: 20px;
}
	
section.sec1.p-eq.section2-cont img {
    width: 100%;
}
	
	.banner-section .content {
    width: 100%;
}
	
.banner-section>img {
    height: 100%;
}
	
	section.sec1.p-eq.section1-cont {
    width: 90%;
    padding: 0 5%;
}
	
	section.channel-partner.p-eq.section3-cont {
    width: 90%;
    padding: 50px 5%;
}
	
	.channel-card-cont {
    width: 30%;
    margin-right: 30px;
    height: auto;
}
	
	.section-4-inner-cont {
    width: 90%;
    padding: 0 5%;
}
	
	.business-growth-cont {
    width: 30%;
    margin-right: 32px;
}
	
    .section-5-inner-cont {
        width: 90%;
        padding: 0 5% 0;
        margin-bottom: 45px;
    }
.partner-engagement-cont {
    width: 40%;
}
	.channel-card-cont img {
    height: auto;
}

	.owl-carousel .owl-stage {
    height: 550px!important;
}
	
.case-study-sec .cta.row-flex.f-jcc.pt-50 {
    margin-top: 90px;
    clear: both;
    position: absolute;
    left: 0;
    right: 0;
}


	.orange-gradient-top {
    font-size: 25px!important;
}
	
	.business-growth-cont-outer {
    gap: 28px;
}
	
	.business-growth-cont h3 {
    font-size: 15px;
}
	
	section.channel-partner.p-eq.section5-cont .cta.row-flex.f-jcc.pt-50 {
    margin-top: 100px;
}
	
section.sec1.p-eq.section-4-outer {
    padding: 30px 5%;
    width: 90%;
}
	
	section.channel-partner.p-eq.case-study-sec .owl-item {
    width: 320px!important;
    margin: 0 25px 0 0!important;
}
	
	section.channel-partner.p-eq.case-study-sec .brandcaurosel .item {
    height: 480px;
}
	
}

@media only screen and (max-width: 819px) {
	section.p-eq{
		padding: 5vw;
	}
.close-btn {
    display: block;
    position: absolute;
    top: 230px;
    right: 25%;
    border: none;
    background: transparent;
    color: var(--white);
}
	h2.sectiontitle {	
		font-size: 22px;
		font-weight: 700;
	}

	.txt-section p{
		max-width: 50%;
		font-size: 16px;
	}
	.tab-content>.row-flex.gap-1{
		gap: 0px;
	}


	header.goback{
		z-index: 1;
	}
	
	.tab-content {
	  max-height: 0;
	  padding: 0px 24px;
	}
	input:checked ~ .tab-content{
		padding: 0px 24px 34px 24px;
		max-height: 550px;
	   transition: all .5s ease-in-out;
	}
	
	.form-section{
		position: fixed;
		top: -200vh;
		max-width: 100%;
		position: fixed;
	    padding: 5vw;
	    box-sizing: border-box;
	    background: var(--grey);
	    transition: all .5s ease-in-out;
	    z-index: 99999;
	    width: 100%;
	}

	.sec1 .card-list,.sec2 .card-list,.sec3 .card-list{
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		gap:30px;
	}
	.awards .box{
		flex-direction: column;
		background: transparent; 
		padding: 0px;
		margin:0px;
		color: var(--white);
	}
	.awards .box .award-list{
		grid-template-columns: repeat(4, 1fr);

	}
	.awards .box .award-list img{
		background: var(--white);
	    border-radius: 8px;
	    padding: 10px;
	    width: 100%;
	    box-sizing: border-box;
	}
	header .cta{
		position: fixed;
	    bottom: 0;
	    left: 0;
	    width: 100%;
	    background: var(--orange);
	    display: flex;
	    justify-content: center;
	}
	footer{
		margin-bottom:40px;
	}
	.tab-content>.row-flex{
		flex-direction: column;
	}
	svg.arrow{
		display: none;
	}
	.logo-img{
		max-height:60px;
	}
	.bg .logo-img{
		max-height: 50px;
	}

a.btn_ct {
    background: #fe701d;
    color: #fff !important;
    padding: 10px 20px;
        margin: 15px auto;
    border-radius: 40px;
    width: 78%;
}
.wid {
    width: 41% !important;
}

.txt-section {
	text-align: center;
    padding: 20px 0 0;
	width: 100%;
}

    .banner-section h4 {
        padding-top: 15px;
        padding-bottom: 0;
    }

.txt-section h1 {
    padding-top: 15px;
    line-height: 40px;
}


.business-growth-cont {
    margin-right: 30px;
}

.partner-engagement-cont-numb section.sec1.p-eq {
    padding: 0;
}

button.close-btn .arrow {
    background: #fff;
    border-radius: 50px;
    padding: 5px;
    position: relative;
    box-shadow: 1px 2px 3px #000;
    top: -25px;
    left: 0px;
}
		
	#pardot-form {
    	position: absolute;
    	top: 100px;
		width: 100%;
	}
	
iframe#biw_channel_loyalty {
    top: 17px;
    position: relative;
    background: #000;
    width: 100%!important;
    right: 0px;
    left: 25%;
    background-color: rgba(0, 0, 0, 0.9);
}
	
.form-section.show {
    top: 0;
    background: #000;
    height: 100%;
	margin-top: 0px;
}
	
	
section.channel-partner.p-eq.case-study-sec .owl-item {
    width: 400px!important;
    margin: 0 60px 0 0!important;
}
	
	.partner-engagement-cont {
    width: 100%;
}
	
.partner-engagement-cont-numb {
    top: 35px;
    right: 0;
    width: 100%;
    position: relative;
}
	
	section.channel-partner.p-eq.section5-cont .cta.row-flex.f-jcc.pt-50 {
    margin-top: 40px;
}
	
	#pardot-form {
    background: #fff !important;
    border-radius: 12px !important;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex-wrap: wrap;
    /* width: 100%; */
    /* max-width: 320px; */
    position: absolute;
    left: 30%;
    /* right: unset; */
    width: 42%;
}
	
	
	

}
@media only screen and (max-width:767px){


	.txt-section>.container>.row-flex{
		flex-direction: column;
	}
	.txt-section>.container>.row-flex>.list-item>ul{
		margin: 0px;
	}
	.thankyou h1{
		font-size: 60px;
		text-align: center;
	}
	.thankyou img{
		max-width: 75px;
	}
	.sec3 .cta.pt-50{
		padding-top: 25px;

	}
	
	.txt-section h1 {
    font-size: 25px;
}
	
	.txt-section h1>span {
    font-size: 25px!important;
}
	
	.section-1-left-cont {
    width: 100%;
}
	
	.col-flex.section-1 {
    margin-top: 30px;
    margin-bottom: 30px;
}
	
	.section-1-right-cont {
    width: 100%;
    margin-left: 0;
    padding-right: 0;
    margin-top: 15px;
    text-align: center;
}
	
	.section-1-right-cont h2 {
    font-size: 22px;
}
	
.section-1-right-cont .cta.row-flex.f-jcc.pt-50 {
    float: none;
}	
	
	section.sec1.p-eq.section2-cont {
    padding: 0 5%;
    width: 90%;
    padding-top: 0px;
	padding-bottom: 30px;
}
	section.sec1.p-eq.section2-cont h2 {
    font-size: 22px;
}
	
	section.channel-partner.p-eq.section3-cont {
    padding: 25px 5%;
		text-align: center;
}
	section.channel-partner.p-eq.section3-cont h2 {
    font-size: 22px;
}
	
	.channel-card-cont {
    width: 100%;
    margin-right: 0;
}
	
	.channel-card-cont {
    margin-top: 10px;
}
	
	section.channel-partner.p-eq.section3-cont .cta.row-flex.f-jcc.pt-50 {
    padding-top: 25px;
}
	
	.section-4-inner-cont {
    margin-top: 20px;
}
	
	section.sec1.p-eq.section-4-outer h2 {
    text-align: center;
    font-size: 22px;
}
	
	section.sec1.p-eq.section-4-outer p {
    text-align: center;
}
	
	.business-growth-cont {
    margin-right: 0;
    width: 100%;
		text-align: center;
}
	
	.growth-img {
    text-align: center;
		    float: none;
}
	
.business-growth-cont img {
    float: none;
    width: 100%;
        margin: 0 0 15px;
    border-radius: 10px 10px 0 0;
}	
	
	.section-5-inner-cont {
    margin-top: 0;
		text-align: center;
}
	.col-flex.section-5-inner-cont h2 {
    font-size: 22px;
}
	
	.partner-engagement-cont {
    width: 100%;
    margin-top: 0;
}
	
	.partner-engagement-cont-numb .sec1 .card, .sec3 .card {
    height: auto;
    text-align: left;
}
	
	section.channel-partner.p-eq.case-study-sec .cta-btn {
    display: none;
}
	
	iframe#biw_channel_loyalty {
    top: 28px;
}
	
.channel-card-cont {
    margin-bottom: 25px;
}
	
.channel-card-cont:last-child {
    margin-bottom: 0px;
}
	
	.business-growth-cont:last-child {
    margin-right: 0px;
    margin-bottom: 20px;
}
	section.sec1.p-eq.section-4-outer .cta.row-flex.f-jcc.pt-50 {
    padding-top: 20px;
}
	
	section.channel-partner.p-eq.case-study-sec .brandcaurosel .item {
    height: 520px;
}
	
	section.channel-partner.p-eq.case-study-sec .owl-item {
    width: 280px!important;
}
	
iframe#biw_channel_loyalty {
    left: 0%;
}
	
	.close-btn {
    top: 185px;
    position: absolute;
    right: 8%;
}
	
	
	
	
}
@media only screen and (max-width:411px){
	section.p-eq{
		padding: 10vw 5vw;
	}

	.sec1>.row-flex.pb-50{
		padding-bottom:25px;
	}
	
	.sec1 .card-list,.sec2 .card-list,.sec3 .card-list{
		display: grid;
		grid-template-columns: repeat(1, 1fr);
		gap:30px;
	}
	.awards .box .award-list img{
		padding: 5px;
	}
	.awards .box .award-list{
		grid-template-columns: repeat(3, 1fr);
	}
	.marque-item{
		width: 33%;
		flex: 0 0 33%;
	}
	
.txt-section h1 {
    font-size: 20px;
    line-height: 22px;
}
	
	.txt-section h1>span {
    font-size: 20px!important;
}
	
	.banner-section h4 {
    font-size: 13px;
}
	
	.section-5-inner-cont button.cta-btn {
    font-size: 15px;
}
	
	button.cta-btn {
    font-size: 15px;
}
	
	section.channel-partner.p-eq.case-study-sec .owl-item {
    width: 250px!important;
    margin: 0 60px 0 0!important;
}
	
	.close-btn {
    top: 30px;
    right: 6%;
}
	
.form-section button {
    margin-top: 85px;
}
	
	

}