/* CSS RESET START */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit; 
	vertical-align: baseline;
}
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
* {
  box-sizing: border-box;
}
a{
	text-decoration:none;
	color:var(--Fromm-Red);	
}
.accordion-body a:hover,
.richtext a:hover{
	text-decoration:underline;
}
/* CSS RESET START */





/* VARIABLES START */
:root{
	--Grey:#f0f0f0;
	--Light-Grey:#F6F6F6;
	--Dark-Grey:#444444;
	--Fromm-Red:#F91B38;
	--Gradient:linear-gradient(126.39deg, #F91B38 40%, #970D1F 93.45%);
	--White:#FFF;

	--Rounded: 8px;
	--MGRounded: 32px 8px;
	--MGRoundedLarge: 64px 8px;
	--Error-Red: #AA0007;
	--Inactive-Grey: #B4B4B4;
	--Teal: #00A7B5;
	--Teal-Wash-Grey2: #E4EBEB;
	--Teal-Wash-Light1: #F2FBFB;
	--Dark-Teal: #007176;
	--Teal-Wash-Bright1: #BFE9EC;
	--Space-05x: 5px;
	--Space-1x: 8px;
	--Space-15x: 12px;
	--Space-2x: 16px;
	--Space-3x: 24px;
	--Space-4x: 32px;
	--Space-5x: 40px;
	--Space-6x: 48px;
	--Space-8x: 64px;
}
.anchorIDcont{
	display: block; 
	position: relative; 
	top: -150px; 
	visibility: hidden; 
}
.grecaptcha-badge {
    right: auto !important;
    left: 0 !important;
    width: 70px !important;

    -webkit-transition: width 0.5s ease-in-out !important;
    -moz-transition: width 0.5s ease-in-out !important;
    -o-transition: width 0.5s ease-in-out !important;
    transition: width 0.5s ease-in-out !important;
}

.grecaptcha-badge:hover {
    width: 256px !important;
}
/* VARIABLES END */




/* BOOTSTRAP OVERRIDE START */
.block-container{
	padding-left:0;
	padding-right:0;
}
.modal-backdrop.show{
	opacity:0.8;
}
.modal-content{
	background-color:transparent;
}
.modal-header .btn-close{
  --bs-btn-close-color: #fff;
}
.btn-close {
  --bs-btn-close-color: #fff;
  top:20px;
  right:20px;
  --bs-btn-close-bg:url(/images/icon-close.svg);
	--bs-btn-close-opacity: 1;
}
@media (min-width: 1400px) {
	.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
		max-width: 1440px;
	}
}
@media (min-width: 1200px) {
	.container, .container-lg, .container-md, .container-sm, .container-xl {
		max-width: 100%;
	}
}
@media (min-width: 992px) {
	.container, .container-lg, .container-md, .container-sm {
		max-width: 100%;
	}
	.d-lgs-block{
		display:block!important;
	}
	.d-lgs-none{
		display:none!important;
	}
}
@media (min-width: 768px) {
	.container, .container-md, .container-sm {
		max-width: 100%;
	}
}
@media (min-width: 576px) {
 	.container, .container-sm {
		max-width: 100%;
  	}
}
/* BOOTSTRAP OVERRIDE END */




/* BACKGROUND START */
.bg-light-grey{
	background-color:var(--Light-Grey);	
}
.bg-light-grey.or-whiteBackground{
	background-color:var(--White);	
}
.bg-grey{
	background-color:var(--Grey);	
}
.bg-dark-grey{
	background-color:var(--Dark-Grey);	
}
.bg-fromm-red{
	background-color:var(--Fromm-Red);	
}
.bg-fromm-red a{
	color:#fff;
	text-decoration:underline;
}
.bg-cover-center{
	background-size:cover;
	background-position:center center;
}
.bg-contain-center{
	background-size:contain;
	background-position:center center;
	background-repeat:no-repeat;
}
.aspect-square{
	aspect-ratio:1 / 1;
	width:100%;
}
@media (min-width: 992px) {
	.bg-lgs-light-grey{
		background-color:var(--Light-Grey)!important;	
	}
}
/* BACKGROUND END */



 

/* IMAGE ALIGNMENT */
.resource-article img.image-align-right,
img.image-align-right,
.image-align-right{
	margin:6px 0 30px 30px!important;
}
.resource-article img.image-align-left,
img.image-align-left,
.image-align-left{
	margin:6px 30px 30px 0!important;
}
@media (max-width: 990px) {
	.resource-article img.image-align-right,
	img.image-align-right,
	.image-align-right{
		max-width:50%!important;
	}
	.resource-article img.image-align-left,
	img.image-align-left,
	.image-align-left{
		max-width:50%!important;
	}
}
@media (max-width: 767px) {
	.resource-article img.image-align-right,
	img.image-align-right,
	.image-align-right{
		margin:0 0 30px 30px!important;
	} 
	.resource-article img.image-align-left,
	img.image-align-left,
	.image-align-left{
		margin:0 30px 30px 0!important;
	}
}
@media (max-width: 600px) {
	.resource-article img.image-align-right,
	img.image-align-right,
	.image-align-right{
		margin:0 0 30px 0!important;
		float:none!important;
		width:100%;
		max-width:none!important;
	}
	.resource-article img.image-align-left,
	img.image-align-left,
	.image-align-left{
		margin:0 0 30px 0!important;
		float:none!important;
		width:100%;
		max-width:none!important;
	}
}
/* IMAGE ALIGNMENT */





/* TEXT COLOURS START */
.text-dark-grey{
	color:var(--Dark-Grey);	
}
.text-fromm-red{
	color:var(--Fromm-Red);	
}
.text-white{
	color:#fff!important;	
}
/* TEXT COLOURS END */





/* TYPOGRAPHY START */
.h1,
h1{
	font-family: "Libre Franklin", sans-serif;
	font-size: 54px;
	font-weight: 700;
	line-height: 64.8px;
	letter-spacing: -1px;
	padding:0;
	margin:0;
}
h1.smaller{
	font-size: 30px;
	line-height: 36px;
}
.product-rhs-top h1,
.h2,
h2{
	font-family: "Libre Franklin", sans-serif;
	font-size: 36px;
	font-weight: 700;
	line-height: 39.6px;
	padding:0;
	margin:0;
}
.h3,
h3{
	font-family: "Libre Franklin", sans-serif;
	font-size: 28px;
	font-weight: 700;
	line-height: 30.8px;
	padding:0;
	margin:0;
}
h3.smaller{
	font-family: "Libre Franklin", sans-serif;
	font-size: 22px;
	font-weight: 700;
	line-height: 28px;
	padding:0;
	margin:0;
}
h3.cat-code{
	font-size:18px;
	line-height:150%;
	font-weight:300;
}
.h4,
h4{
	font-family: "Libre Franklin", sans-serif;
	font-size: 24px;
	font-weight: 500;
	line-height: 30px;
	padding:0;
	margin:0;
}
h4.smaller{
	font-family: "Libre Franklin", sans-serif;
	font-size: 20px;
	font-weight: 500;
	line-height: 30px;
	padding:0;
	margin:0;
}
.h5,
h5{
	font-family: "Libre Franklin", sans-serif;
	font-size: 20px;
	font-weight: 600;
	line-height: 26px;
	padding:0;
	margin:0;
}
.h6,
h6{
	font-family: "Libre Franklin", sans-serif;
	font-size: 18px;
	font-weight: 400;
	line-height:22px;
	padding:0;
	margin:0;
	display:block;
}
.h7,
h7{
	font-family: "Libre Franklin", sans-serif;
	font-size: 13px;
	font-weight: 400;
	line-height:19px;
	padding:0;
	margin:0;
	display:block;
}
h5.smaller{
	font-family: "Libre Franklin", sans-serif;
	font-size: 18px;
	font-weight: 600;
	line-height: 26px;
	padding:0;
	margin:0;
}
p{
	font-family: "Libre Franklin", sans-serif;
	font-size: 18px;
	font-weight: 300;
	line-height: 27px;
	padding:0;
	margin:0;
}
p.text-small{
	font-size:16px;
	line-height:24px;
}
p.text-smaller{
	font-size:13px;
	line-height:19px;
}
p strong{
	font-weight: 700;
}
ul{
	padding:0;
	margin:0;
}
ol{
	padding:0;
	margin:0;
}
ul li{
	padding:0;
	margin:0;
}
ol li{
	padding:0;
	margin:0;
}
.richtext h1,
.richtext h2,
.richtext h3,
.richtext h4,
.richtext h5{
	padding-top:10px
}
.richtext h1,
.richtext h2,
.richtext h3,
.richtext h4,
.richtext h5,
.richtext p{
	margin:0 0 20px;
}
.richtext a{
	font-weight: bold;
}
.richtext ol{
	margin:0 0 20px;
}
.richtext ul{
	margin:0 0 20px 20px;
}
.richtext li{
	margin:0 0 5px;
}
.richtext ol li{
	list-style:decimal;
	margin-left: 20px;
}
.richtext ul li{
	list-style:disc;
}
.richtext :first-child{
	padding-top:0!important;
}
.richtext :last-child{
	margin-bottom:0;
}
.font-weight-600{
	font-weight:600!important;
}
.font-weight-700{
	font-weight:700!important;
}
.font-weight-500{
	font-weight:500!important;
}
.font-weight-300{
	font-weight:300!important;
}
blockquote{
	font-weight: 400;
	font-size: 28px;
	line-height: 150%;
	color: #F91B38;
	margin:40px 0 40px -100px;
	max-width:640px;
}
@media (max-width: 1023px) {
	blockquote{
		margin:40px 0 40px 0px;
	}
}
@media (max-width: 767px) {
	h1{
		font-size: 26px;
		line-height: 31px;
	}
	h1.smaller{
		font-size: 22px;
		line-height: 28px;
	}
	h2{
		font-size: 22px;
		line-height: 24px;
	}
	h3{
		font-size: 20px;
		line-height: 22px;
	}
	h4{
		font-size: 18px;
		line-height:20px;
	}
	h5{
		font-size: 16px;
		line-height: 18px;
	}
	h3.smaller{
		font-size:18px;
		line-height: 22px;
	}
	h4.smaller{
		font-size: 16px;
		line-height:28px;
	}
	h5.smaller{
		font-size: 14px;
		line-height: 18px;
	}
	li,
	p{
		font-size: 16px;
		font-weight: 300;
		line-height: 24px;
	}
	blockquote{
		font-size: 18px;
		line-height: 150%;
		margin:30px 0 30px 0px;
	}
}
/* TYPOGRAPHY END */




/* RESPONSIVE START */
.dyn-990-on{
}
.dyn-990-off{
}
.dyn-767-on{
	display:none!important;
}
.dyn-767-off{
	display:block!important;
}
.dynf-767-off{
	display:flex!important;
}
.mobile-only{
	display:none;
}
.desktop-only{
	display:block;
}
.mobile-banner-only{
	display:none;
}
.desktop-banner-only{
	display:block;
}
@media (max-width: 1100px) {
	.mobile-banner-only{
		display:block;
	}
	.desktop-banner-only{
		display:none;
	}
}
@media (max-width: 990px) {
	.dyn-990-on{
	}
	.dyn-990-off{
	}
}
@media (max-width: 767px) {
	.dyn-767-on{
		display:block!important;
	}
	.dynf-767-off,
	.dyn-767-off{
		display:none!important;
	}
	.mobile-only{
		display:block;
	}
	.desktop-only{
		display:none;
	}
}
/* RESPONSIVE END */





/* POSITION START */
@media (min-width: 576px) {
  .position-sm-static {
    position: static !important;
  }
  .position-sm-relative {
    position: relative !important;
  }
  .position-sm-absolute {
    position: absolute !important;
  }
  .position-sm-fixed {
    position: fixed !important;
  }
  .position-sm-sticky {
    position: sticky !important;
  }
}

@media (min-width: 768px) {
  .position-md-static {
    position: static !important;
  }
  .position-md-relative {
    position: relative !important;
  }
  .position-md-absolute {
    position: absolute !important;
  }
  .position-md-fixed {
    position: fixed !important;
  }
  .position-md-sticky {
    position: sticky !important;
  }
}

@media (min-width: 992px) {
  .position-lg-static {
    position: static !important;
  }
  .position-lg-relative {
    position: relative !important;
  }
  .position-lg-absolute {
    position: absolute !important;
  }
  .position-lg-fixed {
    position: fixed !important;
  }
  .position-lg-sticky {
    position: sticky !important;
  }
}

@media (min-width: 1200px) {
  .position-xl-static {
    position: static !important;
  }
  .position-xl-relative {
    position: relative !important;
  }
  .position-xl-absolute {
    position: absolute !important;
  }
  .position-xl-fixed {
    position: fixed !important;
  }
  .position-xl-sticky {
    position: sticky !important;
  }
}
/* POSITION END */





/* MARGINS START */
.rte-mb-0,
.mb-0{
	margin-bottom:0px!important;
}
.mb-1{
	margin-bottom:1px!important;
}
.mb-1x{
	margin-bottom:var(--Space-1x)!important;
}
.mb-2{
	margin-bottom:2px!important;
}
.mb-3{
	margin-bottom:3px!important;
}
.mb-5{
	margin-bottom:5px!important;
}
.mb-7{
	margin-bottom:7px!important;
}
.mb-10{
	margin-bottom:10px!important;
}
.mb-12{
	margin-bottom:12px!important;
}
.mb-15{
	margin-bottom:15px!important;
}
.mb-18{
	margin-bottom:18px!important;
}
.mb-20{
	margin-bottom:20px!important;
}
.mb-24{
	margin-bottom:24px!important;
}
.mb-30{
	margin-bottom:30px!important;
}
.mb-35{
	margin-bottom:35px!important;
}
.mb-40{
	margin-bottom:40px!important;
}
.mb-45{
	margin-bottom:45px!important;
}
.mb-48{
	margin-bottom:48px!important;
}
.mb-54{
	margin-bottom:54px!important;
}
.mb-66{
	margin-bottom:66px!important;
}
.mb-80{
	margin-bottom:80px!important;
}
.mb-86{
	margin-bottom:86px!important;
}
.ml-5{
	margin-left:5px!important;
}
.ml-20{
	margin-left:20px!important;
}
.mr-5{
	margin-right:5px!important;
}
.mr-10{
	margin-right:10px!important;
}
.mr-24{
	margin-right:24px!important;
}
.mr-30{
	margin-right:30px!important;
}
.mt-7{
	margin-top:7px!important;
}
.mt-10{
	margin-top:10px!important;
}
.mt-20{
	margin-top:20px!important;
}
.mt-30{
	margin-top:30px!important;
}
.mt-40{
	margin-top:40px!important;
}
.mt-2x{
	margin-top:var(--Space-2x)!important;
}
.mt-50{
	margin-top:50px!important;
}
.mx-5{
	margin-left:5px!important;
	margin-right:5px!important;
}
.mx-50{
	padding-left:50px!important;
	padding-right:50px!important;
}
.mx-80{
	padding-left:80px!important;
	padding-right:80px!important;
}
.my-40{
	padding-top:40px!important;
	padding-bottom:40px!important;
}
.my-50{
	padding-top:50px!important;
	padding-bottom:50px!important;
}
.my-80{
	padding-top:80px!important;
	padding-bottom:80px!important;
}
.margin-bottom-none{
	margin-bottom:0!important;	
}
p.rte-mb-0 ,
.rte-mb-0 {
	margin-bottom:5px!important;	
}
@media (min-width: 991px){
	.mb-lgs-86{
		margin-bottom:86px!important;
	}
}
@media (min-width: 768px){
	.mb-md-66{
		margin-bottom:66px!important;
		position:relative;
		z-index:1;
	}
	.mb-md-86{
		margin-bottom:86px!important;
	}
	.mb-md-48{
		margin-bottom:48px!important;
	}
}
@media (max-width: 767px){
	.mb-md-20,
	.mb-m-20{
		margin-bottom:20px!important;
	}	
	.margin-bottom-none-mobile-only >div{
		margin-bottom:0!important;
	}
}
/* MARGINS END */





/* PADDING START */
.p-16{
	padding:16px 16px!important;
}
.p-20{
	padding:20px 20px!important;
}
.pb-20{
	padding-bottom:20px!important;
}
.pb-30{
	padding-bottom:30px!important;
}
.pb-40{
	padding-bottom:40px!important;
}
.pb-50{
	padding-bottom:50px!important;
}
.pb-66{
	padding-bottom:66px!important;
}
.pb-80{
	padding-bottom:80px!important;
}
.pt-4{
	padding-top:4px!important;
}
.pt-10{
	padding-top:10px!important;
}
.pt-10{
	padding-top:10px!important;
}
.pt-16{
	padding-top:16px!important;
}
.pt-30{
	padding-top:30px!important;
}
.pt-50{
	padding-top:50px!important;
}
.pt-80{
	padding-top:80px!important;
}
.pl-30{
	padding-left:30px!important;
}
.s-pl-80,
.pl-80{
	padding-left:80px!important;
}
.pl-120{
	padding-left:120px!important;
}
.pr-50{
	padding-right:50px!important;
}
.s-pr-80,
.pr-80{
	padding-right:80px!important;
}
.px-20{
	padding-left:20px!important;
	padding-right:20px!important;
}
.px-30{
	padding-left:30px!important;
	padding-right:30px!important;
}
.px-50{
	padding-left:50px!important;
	padding-right:50px!important;
}
.px-80{
	padding-left:80px!important;
	padding-right:80px!important;
}
.px-90{
	padding-left:90px!important;
	padding-right:90px!important;
}
.px-120{
	padding-left:120px!important;
	padding-right:120px!important;
}
.py-30{
	padding-top:30px!important;
	padding-bottom:30px!important;
}
.py-40{
	padding-top:40px!important;
	padding-bottom:40px!important;
}
.py-50{
	padding-top:50px!important;
	padding-bottom:50px!important;
}
.py-70{
	padding-top:70px!important;
	padding-bottom:70px!important;
}
.py-75{
	padding-top:75px!important;
	padding-bottom:75px!important;
}
.py-80{
	padding-top:80px!important;
	padding-bottom:80px!important;
}
.py-100{
	padding-top:100px!important;
	padding-bottom:100px!important;
}
.padding-top-small{
	padding-top:10px!important;
}
.padding-top-medium{
	padding-top:30px!important;
}
.padding-top-large{
	padding-top:50px!important;
}
@media (max-width: 1300px){
	.sh-px-80{
		padding-left:18px!important;
		padding-right:18px!important;
	}
}
@media (max-width: 1200px){
	.s-pl-80{
		padding-left:40px!important;
	}
	.s-pr-80{
		padding-right:40px!important;
	}
	.s-px-120,
	.s-px-80{
		padding-left:40px!important;
		padding-right:40px!important;
	}
}
@media (max-width: 767px){
	.s-pl-80{
		padding-left:18px!important;
	}
	.s-pl-0{
		padding-left:0!important;
	}
	.s-pr-80{
		padding-right:18px!important;
	}
	.mob-px{
		padding-left:18px!important;
		padding-right:18px!important;
	}
	.mob-0-px{
		padding-left:0!important;
		padding-right:0!important;
	}
}
@media (min-width: 768px){
	.px-md-0{
		padding-left:0!important;
		padding-right:0!important;
	}
}
/* PADDING END */




/* BUTTONS START */
.btn{
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	padding: 11px 24px;
	border-radius: 26px;
	color:var(--Dark-Grey);
	flex-shrink: 0;
	font-weight: 500;
	--bs-btn-disabled-opacity:1;
}
.btn:hover{
	color:var(--Dark-Grey);
}
.btn:hover{
	color:var(--Dark-Grey);
}
.btn-primary{
	background-color:transparent;	
	border: 2px solid #E3E3E3;
	--bs-btn-disabled-opacity:1;
}
.block-featured-content-custom-content-grey .btn-primary{
	background-color:var(--White)!important;	
}
.block-featured-content-custom-content-grey .btn-primary:hover{
	background-color:transparent!important;	
}
.btn.btn-primary:focus-visible,
.btn-primary:hover{
	background-color:var(--Light-Grey);	 
	border: 2px solid #E3E3E3;
	text-decoration:none!important;
	box-shadow:none;
	--bs-btn-disabled-opacity:1;
}
.block-featured-content-greybg .btn-primary:hover,
.bg-light-grey .btn-primary:hover{
	background-color:var(--White);	
}
.btn-on-grey .btn-primary:hover{
	background-color:var(--White);	 
	border: 2px solid #E3E3E3;
}
.banner-content-h1 .btn-primary,
.btn-secondary{
	color:#fff;
	background-color:transparent;	
	border: 2px solid #fff;
	--bs-btn-disabled-opacity:1;
}
.banner-content-h1 .btn-primary:hover,
.btn.btn-secondary:focus-visible,
.btn-secondary:hover{
	color:var(--Dark-Grey);
	background-color:#fff;	
	border:2px solid #fff;
	text-decoration:none!important;
	box-shadow:none;
	--bs-btn-disabled-opacity:1;
}
.btn-tertiary{
	background-color:var(--Fromm-Red);	
	border: 2px solid var(--Fromm-Red);
	color:#fff!important;
	--bs-btn-disabled-opacity:1;
}
.btn.btn-tertiary:focus-visible,
.btn-tertiary:hover{
	background-color:var(--White);	 
	border: 2px solid var(--Fromm-Red);
	color: var(--Fromm-Red)!important;
	text-decoration:none!important;
	box-shadow:none;
	--bs-btn-disabled-opacity:1;
}

@media (max-width: 767px) {
	.btn{
		font-size:14px;
		padding:9px 18px;
	}
	.buttons .mr-24{
		margin-right:12px!important;
	}
	.buttons {
		justify-content: center;
	}		
	.block-call-to-action-content-box_m .buttons :last-child{
		margin-bottom:0
	}
	.block-call-to-action-content-box_m .buttons {
		flex-wrap: wrap;
	}
	.block-call-to-action-content-box_m .buttons select,
	.block-call-to-action-content-box_m .buttons .btn{
		margin-bottom:10px;
	}

}
/* BUTTONS END */





/* CONTACT BUTTON START */
.contact-button {
	display: inline-flex;
	align-items: center;
	background-color: #444444;
	color: white;
	padding: 0px 0 0px 24px;
	border-radius: 25px;
	text-decoration: none;
	font-size: 16px;
	line-height:1;
	border: 5px solid #444;
	cursor: pointer;
	transition: all 0.5s ease;
	position: relative;
	overflow: hidden;
	outline: 2px solid #fff;
	flex-shrink: 0;
	font-weight: 500
}
.contact-button span {
	margin-right: 15px;
	position: relative;
	z-index: 2;
}
.icon-circle {
	width: 40px;
	height: 40px;
	background-color: #fff;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	z-index: 2;
	transition: all 0.5s ease;
}
.contact-button .icon-circle-arrow{
	background-image:url(/images/icons/grey-button-arrow.svg);
	width:16px;
	height:16px;
	background-size:contain;
	background-repeat:no-repeat;
	background-position:center center;
}
.contact-button svg {
	width: 11px;
	height: 18px;
}
.contact-button svg path {
	stroke: #444444;
	transition: stroke 0.8s ease;
}
.contact-button::before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 100%;
	background-color: white;
	transition: left 0.5s ease;
	z-index: 1;
}
.contact-button:hover::before {
	left: 0;
}
.contact-button:hover {
	color: #444444;
	text-decoration:none!important;
}
.contact-button:hover .icon-circle {
	background-color: transparent;
}
.contact-button:hover svg path {
	stroke: #444444;
}
@media (max-width: 767px) {
	.contact-button{
		font-size:14px;
		padding: 2px 0 2px 14px;
	}
	.icon-circle {
		width: 30px;
		height: 30px;
	}
}
/* CONTACT BUTTON END */





/* CALLBACK BUTTON START */
.callback-button {
	display: inline-flex;
	align-items: center;
	background-color:transparent;
	color: white;
	padding: 0px 0 0px 24px;
	border-radius: 26px;
	text-decoration: none;
	font-size: 16px;
	border: 5px solid transparent;
	cursor: pointer;
	transition: all 0.5s ease;
	position: relative;
	overflow: hidden;
	outline:2px solid #fff;
	flex-shrink: 0;
	font-weight: 500
}
.callback-button span {
	margin-right: 15px;
	position: relative;
	z-index: 2;
}
.icon-circle-red {
	width: 40px;
	height: 40px;
	background-color: white;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	z-index: 2;
	transition: all 0.5s ease;
}
.callback-button .icon-circle-arrow{ 
	background-image:url(/images/icons/red-button-arrow.svg);
	width:16px;
	height:16px;
	background-size:contain;
	background-repeat:no-repeat;
	background-position:center center;
}
.callback-button svg {
	width: 11px;
	height: 18px;
}
.callback-button svg path {
	stroke: var(--Fromm-Red);
	transition: stroke 0.8s ease;
}
.callback-button::before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 100%;
	background-color: white;
	transition: left 0.5s ease;
	z-index: 1;
}
.callback-button:hover::before {
	left: 0;
}
.callback-button:hover {
	color: var(--Dark-Grey);
	outline:2px solid #fff;
	text-decoration:none!important;
}
.callback-button:hover .icon-circle {
	background-color: transparent;
}
.callback-button:hover svg path {
	stroke: var(--Fromm-Red);
}
@media (max-width: 767px) {
	.callback-button{
		font-size:14px;
		padding: 2px 0 2px 14px;
	}
	.icon-circle-red {
		width: 30px;
		height: 30px;
	}
}
/* QUOTE BUTTON END */





/* SELECT START */
select{
	-webkit-appearance: none;
	-moz-appearance: none;
	text-indent: 1px;
	text-overflow: '';	
  	padding: 8px 16px;
	gap: 16px;
	height: 52px;
	width:100%;
	background: #FFFFFF;
	border: 2px solid #E3E3E3;
	border-radius: 26px;
	position:relative;
	--bs-form-select-bg-img:url(/images/icons/select-arrow.svg);
	background-position:center center;
	background-image: var(--bs-form-select-bg-img),var(--bs-form-select-bg-icon,none);
	background-repeat:no-repeat;
	background-position:right 18px center;
	cursor:pointer;
	height:auto;
}
select.industry-dd{
	max-width: 268px;
}
@media (max-width: 767px){
	select.industry-dd{
		max-width:200px;
		min-width: 190px;
		font-size:14px;
		padding:6px 15px;
	}
}
/* SELECT START */





/* LIST CUSTOM START */ 
ul.custom-li li{
	position:relative;
	margin:0 0 5px 0px; 
	list-style:none;
}
ul.custom-li li:before{
	content:"✓";
	position:absolute;
	left:-18px;
	top:0px;
}
/* LIST CUSTOM END */ 





/* LIST CUSTOM START */ 
.form-control.input-validation-error{
	background-color:#FFCBD2;
	color:var(--Fromm-Red);
}
.form-control.input-validation-error::placeholder{
	color:var(--Fromm-Red);
}
.form-control{
	border:2px solid #E0E0E0;
	padding:12px 20px 12px 16px;
	border-radius:4px;	
	background-clip: border-box;
	background-color: var(--White);
	font-size: 16px;
  	line-height: 22px;
	font-family: "Libre Franklin", sans-serif;
	font-weight: 400;
}
.form-control:focus {
	background-color: var(--White);
	border-color: #E0E0E0;
	outline: 0;
	box-shadow:none;
}
.form-control::placeholder {
	color:#B9B9B9;
}
.py-75{
	padding-top:75px!important;
	padding-bottom:75px!important;
}
.form-control-rounded{
  	padding: 8px 16px;
	gap: 16px;
	height: 52px;
	width:100%;
	background: #FFFFFF;
	border: 2px solid #E3E3E3;
	border-radius: 26px;
}
.field-validation-error{
	color:#Fff;
	padding:5px 14px;
	display:block;
}
/* LIST CUSTOM START */ 




/* CHECKBOX CUSTOM START */
.mg-checkbox{
    position:relative;
}
.mg-checkbox label{
	position:relative;
}
.mg-checkbox input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}
.mg-checkbox .checkbox-checkmark{
    position: absolute;
    top:0;
    left:0;
    background-image:url(../images/checkbox-off.svg);
    background-repeat:no-repeat;
    background-position: center;
	background-size:30px 30px;
    width:30px;
    height:30px;
    border:0;
    cursor:pointer;
    padding:0;
}
.mg-checkbox-checkmark:hover{
    background-image:url(../images/checkbox-off.svg);
}
.mg-checkbox input:checked ~ .checkbox-checkmark {    
    background-position: center;
}
.mg-checkbox .checkbox-checkmark:after {
    content: "";
    position: absolute;
    display: none;
}
.mg-checkbox input:checked ~ .checkbox-checkmark:after {
    display: block;
}
.mg-checkbox input:checked ~ .checkbox-checkmark:before {
    display: block;
}
.mg-checkbox input:checked ~ .checkbox-checkmark {
}
.mg-checkbox .checkbox-checkmark:after {
    left:0;
    top: 0;
    width:30px;
    height:30px;
    border:0;
    background-image:url(../images/checkbox-on.svg);
    background-repeat:no-repeat;
    background-position: center;
	background-size:30px 30px;
}
.mg-checkbox .checkbox-checkmark:before {
    left: 0;
    top: 0;
    width:30px;
    height:30px;
    border:0;
}
.mg-checkbox span{
    padding-left:38px;
    padding-top:0;
    display:inline-block;
    cursor:pointer;
}
span.checkbox-checkmark-text{
  	color: #393939 !important;
	padding-top:3px;
	padding-bottom:11px;
	min-height:30px;
	vertical-align:top;
}
/* CHECKBOX CUSTOM END */





/* CUSTOM RADIO START */	
.mg-radio{
    position:relative;
}
.mg-radio label{
    position:relative;
}
.mg-radio input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}
.mg-radio .radio-checkmark{
    position: absolute;
    top: 0;
    left: 0;
    background-image:url(../images/radio-off.svg);
    background-repeat:no-repeat;
    background-position: center;
	background-size:30px 30px;
    width:30px;
    height:30px;
    border:0;
    cursor:pointer;
    padding:0;
}
.mg-radio .radio-checkmark:hover{
    background-image:url(../images/radio-off.svg);
}
.mg-radio input:checked ~ .radio-checkmark {    
    background-position: center;
}
.mg-radio .radio-checkmark:after {
    content: "";
    position: absolute;
    display: none;
}
.mg-radio .radio-checkmark:before {
    content: "";
    position: absolute;
    display: none;
}
.mg-radio input:checked ~ .radio-checkmark:after {
    display: block;
}
.mg-radio input:checked ~ .radio-checkmark:before {
    display: block;
}
.mg-radio input:checked ~ .radio-checkmark {
}
.mg-radio .radio-checkmark:after {
    left: 0;
    top: 0;
    width:30px;
    height:30px;
    border:0;
    background-image:url(../images/radio-on.svg);
    background-repeat:no-repeat;
    background-position: center;
	background-size:30px 30px;
}
.mg-radio .radio-checkmark:before {
    left: 0;
    top: 0;
    width:30px;
    height:30px;
    border:0;
}
.mg-radio span{
    padding-left:38px;
    padding-top:0;
    display:inline-block;
    cursor:pointer;
}
span.radio-checkmark-text{
  	color: #393939 !important;
	padding-top:3px;
	padding-bottom:11px;
	min-height:30px;
	vertical-align:top;
}
/* CUSTOM RADIO END */	





/* SELECT */	
.ui-selectmenu-button.ui-button{
	border-radius: 4px;
	background-clip: border-box;
	background-color: var(--White);
	border: 2px solid #E0E0E0;
	padding: 12px 20px 12px 16px;
	color: #B9B9B9;
	box-shadow: none;
	border: 2px solid #E0E0E0;
	padding: 12px 20px 12px 16px!important;
	border-radius: 4px;
	background-clip: border-box;
	background-color: var(--White);
	width: 100% !important;
	font-size: 16px;
  	line-height: 22px;
	font-family: "Libre Franklin", sans-serif;
	font-weight: 400;
	color: var(--bs-body-color);
}
input, textarea{
	font-size: 16px;
  	line-height: 22px;
	font-family: "Libre Franklin", sans-serif;
	font-weight: 400;
}
.block-contact-main .ui-button:focus,
.block-contact-main .ui-button:hover{
	font-size: 16px!important;
  	line-height: 22px!important;
	font-family: "Libre Franklin", sans-serif!important;
	font-weight: 400!important;
	border: 2px solid #E0E0E0!important;
	background-color: var(--White)!important;
	color: #B9B9B9;
}
.block-contact-main .ui-button:focus .ui-icon,
.block-contact-main .ui-button:active .ui-icon,
.block-contact-main .ui-button:hover .ui-icon,
.block-contact-main .ui-button .ui-icon{
	background-image: url(/images/icons/select-arrow.svg);
	background-position: 0 0;
	background-repeat: no-repeat;
	background-size: 16px 8px;
	width: 16px;
	height: 8px;
	top: 50%;
	margin-top: -4px;
	float:none;
	position:absolute;
	right:10px
}
.block-contact-main .ui-state-active, .block-contact-main .ui-widget-content .ui-state-active{
	font-size: 16px!important;
  	line-height: 22px!important;
	font-family: "Libre Franklin", sans-serif!important;
	font-weight: 400!important;
	color: #B9B9B9;
}
.ui-menu .ui-menu-item-wrapper{
	font-size: 16px!important;
  	line-height: 22px!important;
	font-family: "Libre Franklin", sans-serif!important;
	font-weight: 400!important;
	color: var(--bs-body-color);
}
.ui-selectmenu-button-closed .ui-selectmenu-text{
	color: var(--bs-body-color);
}
span.ui-selectmenu-button-closed .ui-selectmenu-text{
	color: var(--bs-body-color);
}
span.ui-selectmenu-button-closed[aria-activedescendant="ui-id-1"] .ui-selectmenu-text{
	color: var(--bs-body-color);
}
/* SELECT */	




/* ICONS */	
.icon-leaf{
	background-image:url(/images/icon-leaf.svg);
	background-position:center center;
	background-repeat:no-repeat;
	width:32px;
	height:30px;
	display:block;
}
.icon-award{
	background-image:url(/images/icon-award.svg);
	background-position:center center;
	background-repeat:no-repeat;
	width:32px;
	height:30px;
	display:block;
}
.icon-document{
	background-image:url(/images/icon-document.svg);
	background-position:center center;
	background-repeat:no-repeat;
	width:32px;
	height:30px;
	display:block;
}
/* ICONS */	




/* WIDTHS */
.max-width-1000{
	max-width:1000px;
}
/* WIDTHS */




/* BULLETS */
.block-featured-content-custom-red-box ol.collist li::marker,
.image-text ol.collist li::marker {
	content:"";
	display:none;
}
.block-featured-content-custom-red-box ol.collist,
.image-text ol.collist {
  list-style: none;
  counter-reset: my-awesome-counter;
  margin:0 0 20px 0;
}
.block-featured-content-custom-red-box ol.collist li,
.image-text ol.collist li {
  counter-increment: my-awesome-counter;
  margin:0 0 35px;
  padding:0 0 0 73px;
  position:relative;
}
.block-featured-content-custom-red-box ol.collist li::before,
.image-text ol.collist li::before {
  content: counter(my-awesome-counter);
  background: #fff;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: inline-block; 
  line-height: 1.5;
  color: var(--White);
  text-align: center;
  margin-right:0;
  margin:0;
  position:absolute;
  left:0;
	font-family: "Libre Franklin", sans-serif;
	font-size: 32px;
	font-weight: 700;
}
.block-featured-content-custom-red-box ol.collist li::before{
  color: var(--Fromm-Red);
}
.image-text ol.collist li::before {
  background:var(--Fromm-Red);
}
.block-featured-content-custom-red-box ol.collist li::before{
  	background:var(--White);
}
@media (max-width: 767px){
	.block-featured-content-custom-red-box ol.collist li,
	.image-text ol.collist li {
  		padding:0 0 0 44px;
  		margin:0 0 24px;
	}
	.block-featured-content-custom-red-box ol.collist li::before,
	.image-text ol.collist li::before {
	  width: 32px;
	  height: 32px;
		font-size: 18px;
		line-height:1.8;
	}
}
/* BULLETS */





/* ANCHORS */
#sroll-to-div{
	display: block; 
	position: relative; 
	top: -150px; 
	visibility: hidden; 
}
/* ANCHORS */




/* WHITESPACE */
.padding-bottom-none {
  	padding-bottom: 0 !important;
}
/* WHITESPACE */
