.d-flex {
display:flex;
}
.d-flex a {
display:block;
font-weight:500;
}
.product-banner-hero {
display:none;
}
.top-hr {
margin-bottom:55px;border-top: 2px solid #ebebeb;
}
.product-container a {
	font-weight:500;
}
.product-container .gw-top-title {
	font-size:22px;
	font-weight:500;
	text-transform: uppercase;
	margin-bottom:20px;
}
.product-container .gw-title {
	font-size:36px;
	font-weight:500;
	line-height:44px;
	margin-bottom:10px;
}
.product-container .gw-sub-title{
	font-size:26px;
	font-weight:300;
	line-height:34px;
	margin-bottom:10px;
}
.buttons {
	margin:10px auto;
}
.product-container.gradient {
  	background-image: linear-gradient(white, #f9f9f9);
}
@media screen and (max-width: 991px) {
		.product-container .flex-align {
		display: block;
	}  	
	.buttons {
		margin:10px auto 30px 0;
	}
} 
@media screen and (max-width: 767px) {
	.product-container .gw-top-title {
		font-size:20px;
		margin-bottom:15px;
	}
	.product-container .gw-title {
		font-size:32px;
		line-height:40px;
		margin-bottom:10px;
	}
  	.gw-title br {
  		display:none;
  	}
  	.product-container .gw-sub-title {
		font-size:24px;
		line-height:32px;
	}
}
.product-container.gw-facts {
	background-color:#f9f9f9;
	padding-top:30px;
	padding-bottom:30px;
}
@media screen and (max-width: 991px) {
	.product-container.gw-facts {
		padding-top:10px;
	}  
}
.product-container .gw-facts-title {
	color:#DB6015;
	font-weight:500;
	margin-bottom:10px;
	line-height:22px;
}

.product-container .gw-facts-box {
	height:98px;
	border-radius:20px;
	background-color:#F0F0F0;
	font-size:80px;
	line-height:105px;
	font-weight:600;
	color:#DB6015;
	margin:auto;
	margin-bottom:18px;
	max-width:367px;
}
.product-container .gw-facts-box span{
	font-size:52px;
	font-weight:600;
}
.product-container .gw-facts-txt {
	font-size:16px;
	line-height:20px;
	margin:auto;
	margin-bottom:25px;
	max-width:367px;
}.zero {
	padding-left:0;
	padding-right:0;
}
 @media screen and (max-width: 991px) {
	.product-container.flex-sm .flex-align {
		display: block;
	}
	.zero {
		padding-left:20px;
		padding-right:20px;
	}
}
@media screen and (max-width: 767px) {
	.zero {
		padding-left:20px;
		padding-right:20px;
		max-width:400px;
		margin:auto;
		text-align:center;
		margin-top:30px;
	}
}
.gw-quote-bg {
	background-image: url('https://www.veeva.com/wp-content/uploads/2022/09/Quote-BG.png');
}
.gw-quote-bg img.circle {
width:150px;
border-radius:50%;
border:2px solid white;
}
.gw-quote {
	font-size:32px;
	line-height:44px;
	color:white;
}
.gw-quote p {
	font-weight:500;color:#fff;
}

@media screen and (max-width: 767px) {
	.gw-quote {
		font-size:28px;line-height:38px;color:white;
		text-align:center;
	}
}
.product-container.gw-best a {
	font-weight:500;
	display:block;
	margin-top:4px;
}
@media screen and (max-width: 1200px) {
	.product-container.gw-best h2 br {
	display:none;
}
}
.product-container .gw-best-txt {
	font-size:16px;
	line-height:28px
}
.product-container .gw-best-pg {
	font-size:16px;
	line-height:26px
}
.gw-journey-top-txt {
	font-size:16px;
	margin:auto;
	margin-top:20px;
	margin-bottom:10px;
	font-weight:500;
	color:#DB6015;
}
.gw-journey-title {
	font-size:22px;
	line-height:26px;
	margin-bottom:10px;
}
.gw-journey-title:nth-child(2) {
    margin-top: 20px;
}
.gw-journey-txt {
	font-size:16px;
	line-height:24px;
	max-width:400px;
	margin:auto;
	margin-bottom:10px;
}
.link-group .panel-title {
	text-align: left;
	font-size: 18px;
	line-height: 24px;
	font-weight: 500;
	position: relative;
	cursor:pointer;
	margin-bottom:5px;
}
.link-group .panel-title > a:before {
	font-family: 'Glyphicons Halflings';
	content: "\2212";
	font-size: 12px;
	margin-right: 5px;
	color: #f5961d;
	font-weight: 300;
}
.link-group .panel-title > a.collapsed:before {
	content: "\2b";
	font-weight: 300;
}
.link-group .panel-collapse p {
	padding-left:23px;
	margin-bottom:0px;
	font-size:18px;
	line-height: 26px;
}
.link-group hr {
	margin-left:23px;
	margin-top: 12px;
	margin-bottom: 19px;
	border: 0;
	border-top: 1px solid #eeeeee;
}