.hero-section{
	background: #F6F9FE;

}
.cy-article h1{
	font-style: normal;
	font-weight: 600;
	font-size: 48px;
	line-height: 72px;
	color: #27283C;
	margin-bottom: 40px;
}
.hero-section .post-details{
	margin-right: -15px;
	margin-left: -15px;
	display: block;
}
.hero-section .post-details > div{
	display: inline-block;
	margin: 15px;
}
.hero-section .post-details p{
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 24px;
	margin: 0;
	color: #27283C;
}
.hero-section .post-details img{
	height: 21px;
	width: auto;
	margin-right: 10px;
}
.hero-section img.featured-img{
	border-radius: 4px;
	width: 100%;
	height: auto;
}
.hero-section a.back-btn{
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 24px;
	padding-left: 20px;
	position: relative;
	color: #27283C;
}
.hero-section a.back-btn:before{
	content: '';
	position: absolute;
	height: 24px;
	width: 11px;
	background-size: contain;
	background-image: url(../images/blog/arrow-black.svg);
	background-repeat: no-repeat;
	background-position: center;
	display: block;
}
.hero-section a.back-btn:hover{
	text-decoration: none;
	opacity: .8;
}
.summary h3{
	font-style: normal;
	font-weight: 500;
	font-size: 18px;
	line-height: 31px;
	text-transform: uppercase;
	border-bottom:  1px solid rgba(0, 0, 0, 0.3);
	color: #000000;
	padding-bottom: 3px;
	margin-bottom: 20px;
}
.summary ul{
	margin: 0;
	padding: 0;
}
.summary li {
	display: block;
	width: 100%;
}
.summary li a,
.summary li a b,.summary li strong{
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 27px;
	color: #27283C;
	margin-bottom: 20px;
	padding: 0;

}
.summary li a:hover,.summary li a.active{
	color: #1863DC;
	text-decoration: none;
}
.heateor_sss_sharing_title{
	font-style: normal;
	font-weight: normal!important;
	font-size: 14px;
	line-height:24px;
	color: #000000;
}
ul.heateor_sss_sharing_ul{
	margin-left: -10px!important;
	margin-right: -10px!important;
	margin-top: 30px!important;
}
ul.heateor_sss_sharing_ul li {
	padding-left: 10px!important;
	padding-right: 10px!important;
	border-right: 1px solid #EAEAEA!important;
}
.content,.content p,.content li {
	font-style: normal;
	font-weight: normal;
	font-size: 18px;
	line-height: 34px;
	color: #27283C;
}
.content p{
	margin-bottom: 30px;
}
.content li{
	margin-bottom: 20px;
}
.content a{
	font-style: inherit;
	font-weight: inherit;
	font-size: inherit;
	color: #1863DC;
}
.content a:hover{
	text-decoration: underline;
}
.content b, .content strong{
	font-weight: 600;
}
.content img{
	max-width: 100%;
	height: auto;
	filter: drop-shadow(0px 2px 5px rgba(179, 205, 255, 0.3));
	
	background: #FFFFFF;
	border: 2px solid #E1EBFF;
	border-radius: 6px!important;
}
.content figure{
	margin-top: 40px;
	margin-bottom: 40px;

}
.content figcaption{
	font-style: italic;
	font-weight: normal;
	font-size: 16px;
	line-height:27px;
	color: #27283C;
	text-align: center;
	margin-top: 25px;
}
.content .wp-block-button a.wp-block-button__link.has-background {
	font-style: normal;
	font-weight: 600;
	font-size: 16px;
	line-height: 20px;
	padding: 15px 25px!important;
	background: #1863DC;
	border-radius: 2px!important;
	color: #FFFFFF;

}
.content .wp-block-button a.wp-block-button__link.has-background:hover{
	text-decoration: none;
	opacity: .8;
}
.related-articles{
	border-top: 1px solid rgba(0, 0, 0, 0.2);
}
.related-articles h2{
	font-style: normal;
	font-weight: 600;
	font-size: 44px;
	line-height: 66px;
	text-align: center;

	color: #000000;
}
.related-articles h3.related-post-title {
	font-style: normal;
	font-weight: 500;
	font-size: 22px;
	line-height: 120%;
	color: #000000;
	margin-top: 23px;
	margin-bottom: 18px;
	transition: all .2s ease;
}
.related-articles a:hover{
	text-decoration: none;
}
.related-articles a:hover h3.related-post-title{
	color: #1863DC;
	transition: all .2s ease;
}
.related-articles p{
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 18px;
	color: rgba(0, 0, 0, 0.6);
}
.related-articles span.sep:before {
    content: '';
    height: 3px;
    width: 3px;
    background-color: #666;
    position: absolute;
    border-radius: 50px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.related-articles span.sep {
    position: relative;
    padding: 10px;
}
.zoom-on-hover{
	overflow: hidden;
	width: 100%;
	border-radius: 4px;
	border: 1px solid rgba(0, 0, 0, 0.06);
}
a:hover .zoom-on-hover img {
	transform: scale(1.1);
	transition: all .4s ease;
}

.zoom-on-hover img {
	transform: scale(1);
	transition: all .4s ease;
}

.content .carousel-indicators li{
	height: 10px;
	width: 10px;
	border-radius: 50px;
	border: none;
	opacity: 1;
	background-color: #C4C4C4;
	margin-right: 8px;
	margin-left: 8px;
}
.content .carousel-indicators li.active{
	background-color: #222;
}
.content h1,.content h2,.content h3,.content h4,.content h5,.content h6{
	color: #27283C;
	margin-bottom: 30px;
	margin-top: 50px;
	font-style: normal;

}
.content h2,.content h1{
	font-weight: 600;
	font-size: 36px;
	line-height:58px;
}
.content h3{
	font-weight: 500;
	font-size: 28px;
	line-height: 38px;
}
.content h4{
	font-weight: 500;
	font-size: 25px;
	line-height:35px;
}
.content h5{
	font-weight: 500;
	font-size: 23px;
	line-height:30px;
}
.content h6{
	font-weight: 500;
	font-size: 20px;
	line-height: 28px;
}
.content .scrollspy + h3 {
	margin-top: 0;
}
.skip-intro img{
	margin: 0 10px 0 0!important;
	border-radius: 0!important;
	filter: none;
	border: none;
}
.skip-intro a{
	background: #EEF4FF;
	border-radius: 5px;
	font-style: normal;
	font-weight: normal;
	font-size: 20px;
	line-height: 34px;
	display: flex;
	align-items: center;
	text-align: center;
	color: #27283C;
	padding: 8px 10px;
}
.skip-intro a:hover{
	text-decoration: none;
	color: #1863DC;
}

.content .checklist li{
	list-style: none;
	position: relative;
	padding-left: 35px;
}
.content .checklist li:before{
	position: absolute;
	content: '';
	background-image: url(../images/blog/checklist-green.svg);
	height: 34px;
	width: 20px;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	left: 0;
}
.content blockquote,.content .wp-block-quote ,.content .card{
	background: rgba(24, 99, 220, 0.08);
	border-radius: 6px;
	padding: 35px;
	margin-top: 40px;
	margin-bottom: 40px;
	border: 1px solid rgba(24, 99, 220, 0.08);
}
.content blockquote p,.content .card p{
	font-style: italic;
	font-weight: normal;
	font-size: 20px;
	line-height:34px;
	color: #000000;
}
.content blockquote cite a,.content blockquote cite p {
	font-style: normal;
	font-weight: normal;
	font-size: 15px!important;
	line-height: 26px;
	color: #000000!important;
}
.content .card h3{
	margin-top: 0;
}

.content hr.wp-block-separator.is-style-wide {
	border-style: dotted;
	border-color: #27283C;
}
.content p.small-text {
	font-weight: 300;
	font-size: 14px;
	line-height: 25px;
	color: rgba(0, 0, 0, 0.7);
}
.content p.note{
	font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 28px;
}
.content p.note span {
    padding-left: 22px;
    padding-right: 20px;
    position: relative;
}
.content p.note span:before {
    content: '';
    position: absolute;
    left: 0;
    background-image: url(../images/home-page/list-icon.svg);
    background-repeat: no-repeat;
    background-position: center;
    height: 28px;
    width: 11px;
    background-size: contain;
}
.content .accordion{
	margin-bottom: 40px;
}
.content .accordion-item{
	padding-bottom: 30px;
	padding-top: 30px;
	border-bottom: 1px solid #BFBFBF;
}
.content .accordion .accordion-item:last-child{
	border-bottom: 0;
}
.content .accordion .item-title{
	font-style: normal;
	font-weight: 600;
	font-size: 22px;
	line-height: 35px;
	color: #27283C;
	position: relative;
	padding-right: 40px;
}
.content .accordion .acc-body{
	padding-right: 40px;
}
.content .accordion .item-title:after{
	content: '';
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
	width: 32px;
	background-repeat: no-repeat;
	background-image: url(../images/blog/arrow-down.svg);
	background-size: contain;
	background-position: center;
	transition: all .2s ease;
}
.content .accordion .item-title[aria-expanded=true]:after{
	transform: rotate(-180deg);
}
.content .accordion .item-title[aria-expanded=false]:after{
	transform: rotate(0deg);
}
.content .accordion .acc-body{
	margin-top: 16px;
	margin-bottom: 30px;
}
.content .accordion .acc-body,.content .accordion .acc-body p,
.content .accordion .acc-body li,.content .accordion .acc-body a{
	font-style: normal;
	font-weight: normal;
	font-size: 18px;
	line-height: 32px;
	color: #27283C;
}
.content .accordion .acc-body a{
	color: #1863DC;
}
.content p:empty{
	margin: 0!important;
}
.cta-wrapper{
	background-image: url(../images/blog/cta-bg.svg);
	background-size: auto 100%;
	background-repeat: no-repeat;
	background-position: center;
	border-radius: 11px;
}
.cta-wrapper .cta-title{
	font-style: normal;
font-weight: 600;
font-size: 28px;
    line-height: 40px;
margin-bottom: 20px;
text-align: center;
color: #27283C;
margin-top: 0;
}
.cta-wrapper p{
	font-style: normal;
font-weight: normal;
font-size: 16px;
line-height: 25px;
text-align: center;
margin-bottom: 28px;
color: #27283C;
}
.cta-wrapper a.cta-btn{
	background: #1863DC;
border-radius: 2px;
font-style: normal;
font-weight: 600;
font-size: 16px;
line-height: 20px;
padding: 18px 40px;
display: inline-block;
min-width: 200px;
color: #FFFFFF;
}
.cta-wrapper a.cta-btn:hover{
	text-decoration: none;
	opacity: .8;
}
.cta-wrapper p.small ,.cta-wrapper p em{
font-weight: normal;
font-size: 14px;
line-height: 20px;
text-align: center;
color: #27283C;
}
.exit-intent-popup{
	background:#00000094;
}
.exit-intent-popup .modal-dialog{
	height: 100%;
	display: flex;
	margin-top: 0;
	margin-bottom: 0;
}
.exit-intent-popup .modal-content{
	margin: auto;
	bottom: 0;
	box-shadow: 0px 0px 20px 20px #0000001c;
	border: none;
	border-radius: 8px;
	padding: 22px;
}
.exit-intent-popup button.close {
	width: 22px;
	height: 22px;
	font-weight: 100;
	color: #000;
	margin: auto 0 auto auto;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 40px;
	transition: all .2s ease;
}
.exit-intent-popup button.close:hover,.exit-intent-popup button.close:focus {
	transition: all .2s ease;
	box-shadow:1px 3px 7px 0px #222;
	outline: none;
}
.exit-intent-popup button.close span{
	color: #000;
	height: 22px;
	line-height: 22px;
}
.exit-intent-popup img{
	min-width: 85px;
	height: auto;
}
.exit-intent-popup .title{
	font-style: normal;
	font-weight: 600;
	font-size: 19px;
	line-height: 24px;
	color:#000;
	margin-bottom: 6px;
}
.exit-intent-popup strong{
	font-weight: 600;
}
.exit-intent-popup p{
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 14px;
	color: #161C2D;
}
.exit-intent-popup a.button{
	background: #39C86A;
	border-radius: 3px;
	font-style: normal;
	font-weight: 600;
	font-size: 14px;
	line-height: 20px;
	text-align: center;
	padding: 12px;
	display: block;
	color: #FFFFFF;
	text-transform: uppercase;
	transition: all .2s ease;
}
.exit-intent-popup a.button:hover{
	transition: all .2s ease;
	transform: translateY(2px);
	text-decoration: none;
	opacity: .8;
}
.interactive-cookie-banner{
	padding: 20px;
	background: #eee;
	border: 1px solid #d0d0d0;
}
.interactive-cookie-banner .main-title{
	font-weight: bold;
	font-size: 28px;
	line-height: 34px;
	color: #1156a7;
	margin: 30px 0 23px 0;
}
.interactive-cookie-banner-wrapper{
	box-shadow: 0 -1px 10px 0 rgb(172 171 171 / 30%);
	padding:14px 25px;
	background: #fff;
}
.interactive-cookie-banner img{
	border: none;
    background: transparent;
}
.interactive-cookie-banner p.small{
	font-size:12px!important;
	line-height: 18px;
}
.interactive-cookie-banner p.icb-bar-text{
	line-height: 20px;
	font-size: 13px;
	font-weight: normal;
	margin-bottom: 0;
	margin-top: 0;
	color: #565662;
}
.interactive-cookie-banner p.icb-bar-text a{
	cursor: pointer;
	font-size: 13px;
	text-decoration: underline;
	margin-left: 3px;
	color: rgb(86, 86, 98);
	background-color: transparent;
	border-color: transparent;
	line-height: 20px;
}

.interactive-cookie-banner a.nav-link{
	font-size: 12px;
	padding: .5rem 1rem;
	cursor: pointer;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	display: inline-block;
	line-height: 1;
	transition: all .15s ease-in-out;
	margin: 5px;
	border-radius: 0;
	border:1px solid;
}
.interactive-cookie-banner  a.nav-link:hover{
	opacity: .8;
	transition: all .15s ease-in-out;
}
.interactive-cookie-banner a.nav-link.reset,.interactive-cookie-banner a.nav-link.reset.active{
	background-color: transparent;
	border-color: rgb(235, 235, 235);
	color: rgb(127, 127, 127);

}
.interactive-cookie-banner a.nav-link.accept,.interactive-cookie-banner a.nav-link.accept.active{
	color: rgb(255, 255, 255);
	background-color: rgb(3, 66, 181);
	border-color: rgb(4, 67, 181);
}
.interactive-cookie-banner a.nav-link.reject,.interactive-cookie-banner a.nav-link.reject.active{
	color: rgb(113, 115, 117);
	background-color: rgb(222, 223, 224);
	border-color: transparent;
}
.interactive-cookie-banner p.table-title {
	font-size: 18px;
	font-weight: 800;
	color: #000;
	margin-bottom: 8px;
}
.interactive-cookie-banner table.cy-cookie-banner {
	max-width: 100%;
	word-break: break-word;
	background: #f5f5f5;
	border: 1px solid #dee2e6;
}
.interactive-cookie-banner table th.category{
	width: 13%;
}
.interactive-cookie-banner table th.name{
	width: 18%;
}
.interactive-cookie-banner table th.domain{
	width: 15%;
}
.interactive-cookie-banner table th.expires{
	width: 16%;
}

.interactive-cookie-banner table th.desc{
	width: 38%;
}
.interactive-cookie-banner table.cy-cookie-banner td,
.interactive-cookie-banner table.cy-cookie-banner th{
	text-align: left;
	padding: 10px;
	font-size: 12px;
	color: #000000;
	word-break: normal;
	line-height: 20px;
}
.interactive-cookie-banner table.cy-cookie-banner th{
	background-color: #d9dfe7;
	border: 1px solid #cbced6;

}
.interactive-cookie-banner table.cy-cookie-banner td{
	border: 1px solid #d5d8df;
}
.interactive-cookie-banner table.cy-cookie-banner tr:nth-child(2n+1) td{
	background: #f1f5fa;
}
.interactive-cookie-banner table.cy-cookie-banner tr:nth-child(2n) td{
	background: #fff;
}

.interactive-cookie-banner  .icb-switch{
	position: relative;
	min-height: 13px;
	padding-left: 25px;
	font-size: 14px;
	margin-left: 20px;
	margin-bottom: 0;
	display: inline-block;
}
.interactive-cookie-banner input[type="checkbox"]{
	display: none;
}
.interactive-cookie-banner .icb-switch input:checked+.icb-slider:before {
	transform: translateX(12px);
}
.interactive-cookie-banner .icb-switch .icb-slider:before {
	background-color: #fff;
	border-radius: 50%;
	bottom: 2px;
	content: '';
	height: 9px;
	left: 2px;
	position: absolute;
	transition: .4s;
	width: 9px;
}
.interactive-cookie-banner .icb-switch input:disabled+.icb-slider {
	cursor: initial;
}
.interactive-cookie-banner  .icb-switch input:checked+.icb-slider {
	background-color: #008631;
}
.interactive-cookie-banner  .icb-switch .icb-slider {
	background-color: #e3e1e8;
	border-radius: 34px;
	height: 13px;
	width: 25px;
	bottom: 0;
	cursor: pointer;
	left: 0;
	position: absolute;
	right: 0;
	transition: .4s;
}
.interactive-cookie-banner .settings-wrapper{
	border:1px solid#d4d8df;
	border-radius: 4px;
	background-color: #fff;
}
.interactive-cookie-banner .settings-wrapper .nav{
	background-color: #f2f5fa;
}
.interactive-cookie-banner .settings-wrapper a.nav-link{
	color: #000000;
	border-color: #d4d8df!important;
	padding: .5rem 2rem;
	text-align: left;
	font-size: 11px;
	cursor: pointer;
	font-weight: normal;
	border-bottom: 1px solid;
	border-right: 1px solid;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	line-height: 1.5;
	border-left: 0;
	border-top: 0;
	margin: 0;
}
.interactive-cookie-banner .settings-wrapper a.nav-link.active{
	background-color: #fff;
	border-right: 0;
}
.interactive-cookie-banner .settings-wrapper .tab-content{
	background: transparent;
	padding: 15px 20px 15px 0;
}
.interactive-cookie-banner .settings-wrapper .icb-tab-title{
	font-size: 13px;
	margin-bottom: 11px;
	margin-top: 0;
	font-family: inherit;
	font-weight: bold;
	line-height: 1;
	display: flex;
	align-items: center;
	color:#565662;
}
.interactive-cookie-banner .settings-wrapper .icb-tab-desc{
	width: 100%;
	min-height: 225px;
	max-height: 300px;
	overflow-y: auto;
	overflow-x: hidden;
}
.interactive-cookie-banner .settings-wrapper .icb-tab-desc p{
	color: rgb(86, 86, 98);
	font-size: 12px;
	margin-bottom: 1rem;
	line-height: 20px;
}
.interactive-cookie-banner .settings-wrapper .settings-footer{
	background: #d9dfe7;
	padding: 6px 32px;
	font-size: 8px;
	color: #111111;
	font-weight: normal;
	text-align: right;
}
.interactive-cookie-banner .settings-wrapper .settings-footer a{
	font-weight: bold;
	color: #040404;
	font-size: 9px;
}
.interactive-cookie-banner table.cy-cookies {
	max-width: 100%;
	word-break: break-word;
	background: #f9f9f9;
	border: 1px solid #dee2e6;
	min-width: 800px;
}

.interactive-cookie-banner table.cy-cookies td,
.interactive-cookie-banner table.cy-cookies th{
	text-align: left;
	padding: 10px;
	font-size: 12px;
	color: #000000;
	word-break: normal;
	line-height: 20px;
}
.interactive-cookie-banner table.cy-cookies th{
	background-color: #404041;
	border: 1px solid #cbced6;
	color: #fff;
	position: sticky;
	top: -1px;
}
.interactive-cookie-banner table.cy-cookies td{
	border: 1px solid #d5d8df;
}
.interactive-cookie-banner table.cy-cookies td.necessary{
	color:#009c06;
}
.interactive-cookie-banner table.cy-cookies td.functional{
	color:#0043ff;
}
.interactive-cookie-banner table.cy-cookies td.other{
	color:#ff0000;
}
.interactive-cookie-banner table.cy-cookies td.analytics {
	color: #d111d4;
}
.interactive-cookie-banner table.cy-cookies td.advertisement {
	color: #ff5200;
}
.interactive-cookie-banner h6.action-taken{
	font-size: 18px;

}
.interactive-cookie-banner h6.action-taken span{
	color: #1156a7;
}
.interactive-cookie-banner .tooltip {
	font-size: 13px;
}
.interactive-cookie-banner  .action-taken-table{
	max-height: 400px;
	overflow-y: auto;
}
.interactive-cookie-banner ul.hand-cursor-icon li:first-child{
	position: relative;
}
.interactive-cookie-banner ul.hand-cursor-icon li:first-child:after{
	content: '';
	background-image: url(../images/click-here.gif);
	position: absolute;
	left: 50%;
	top: 20px;
	transform: translateX(-50%);
	background-size: contain;
	height: 40px;
	width: 40px;
	background-repeat: no-repeat;
}
.interactive-cookie-banner .hand-cursor-icon li:hover:after{
	display: none;
}
@media(min-width: 992px){
	.fixed-sidebar{
		position: sticky;
		top:120px;
		z-index: 999;
		max-height: calc(100vh - 150px);
		overflow: auto;
		background: #fff;
    border-radius: 3px;
    box-shadow: -8px 1px 0px 20px #fff;
	}
	.summary{
		max-height: calc(100vh - 300px);
    overflow: auto;
	}
}
@media(max-width: 575px){
	.interactive-cookie-banner .icb-button-wrapper ul#pills-tab {
		display: block;
		text-align: center;
	}
	.interactive-cookie-banner .settings-wrapper .nav{
		display: inline-block;
		text-align: center;
	}
	.interactive-cookie-banner .settings-wrapper a.nav-link{
		border:0!important;

	}
	.interactive-cookie-banner .settings-wrapper a.nav-link.active{
		border-bottom: 1px solid #d4d8df!important;
	}
	.interactive-cookie-banner .settings-wrapper .tab-content{
		padding: 15px 20px;
	}
}
@media(min-width: 576px){
	.interactive-cookie-banner .icb-button-wrapper {
		min-width: 350px;
	}
}
@media(max-width: 500px){
	.cy-article h1{
		font-size: 30px;
		line-height: 42px;
		margin-bottom: 10px;
	}
	.content,.content p,.content li,.content a,
	.content .accordion .acc-body,.content .accordion .acc-body p,
	.content .accordion .acc-body li,.content .accordion .acc-body a{
		font-size: 14px;
		line-height: 28px;
	}
	.content h1,.content h2{
		font-size: 26px;
		line-height: 32px;
	}
	.content h3{
		font-size: 22px;
		line-height: 30px;
	}
	.content h4{
		font-size: 18px;
		line-height: 26px;
	}
	.content h5{
		font-size: 16px;
		line-height: 22px;
	}
	.content h6{
		font-size: 14px;
		line-height: 22px;
	}
	.related-articles h2{
		font-size: 26px;
		line-height: 32px;
	}
}