/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/
@font-face { font-family: __reckless_765018; src: url("//143201129.fs1.hubspotusercontent-eu1.net/hubfs/143201129/raw_assets/public/Pourify_December2023/fonts/9078ea85836800ae-s.p.otf") format("opentype"); 
	font-style: normal; 
	font-weight: 400;
	font-display: swap; }
@font-face { font-family: __roobert_c57fb2; src: url("//143201129.fs1.hubspotusercontent-eu1.net/hubfs/143201129/raw_assets/public/Pourify_December2023/fonts/9e032ca1ed333063-s.p.otf") format("opentype"); 
	font-style: normal; 
	font-weight: 400;
	font-display: swap; }
@font-face { font-family: __roobert_c57fb2; src: url("//143201129.fs1.hubspotusercontent-eu1.net/hubfs/143201129/raw_assets/public/Pourify_December2023/fonts/bce0aeb0078095a3-s.p.otf") format("opentype");
	font-style: normal; 
	font-weight: 600; 
	font-display: swap; }

html{
	line-height: 1.5;
}
body{
	font-size:16px;
	font-family: __roobert_c57fb2;
}

h1,h2,h3,h4,h5,h6{
	font-family: "__reckless_765018","__reckless_Fallback_765018";
}
.hs-post-subtitle {
	font-size: 1.125rem;
	line-height: 1.75rem;
	margin: 0;
}
@media(max-width:767px){
	.content-wrapper, .dnd-section>.row-fluid, .page-center {
		padding: 0 calc(1rem - 10px);
	}
}
/*footer css  */
.cst-footer {
	position: relative;
	width: 100%;
	flex-direction: column;
	gap: 8rem;
	display: flex;
	--tw-bg-opacity: 1;
	background-color: rgb(55 7 50/var(--tw-bg-opacity));
}
.cst-footer .inner-footer {
	margin:auto;
	align-items: center;
	gap: 4rem;
	display: flex;
	max-width: 72rem;
}
.footer-bottom {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.copyright1 p {
	font-size: 1.125rem;
	line-height: 1.75rem;
	--tw-text-opacity: 1;
	color: rgb(236 236 223/var(--tw-text-opacity));
	margin:0;
}
.copyright2 p {
	font-size: .875rem;
	line-height: 1.25rem;
	color: hsla(60,25%,90%,.5);
	margin:0;
}
.footer-social-links .hs-menu-wrapper>ul {
	display: flex;
	justify-content: space-between;
	gap: 1rem;
	padding: 0;
}
.footer-social-links .hs-menu-wrapper>ul>li {
	margin-bottom: 0;
}
.footer-social-links .hs-menu-wrapper>ul>li>a {
	font-size: 1.125rem;
	line-height: 1.75rem;
	--tw-text-opacity: 1;
	color: rgb(236 236 223/var(--tw-text-opacity));
}
.footer-social-links .hs-menu-wrapper>ul>li>a:hover {
	text-decoration-line: underline;
}
.inner-footer h1 {
	font-size: 3rem;
	line-height: 1;
	font-weight: 600;
	--tw-text-opacity: 1;
	color: rgb(236 236 223/var(--tw-text-opacity));
	margin: 0;
	font-family:inherit;
}
.footer-form {
	width: 100%;
	padding-bottom: 0;
}
.footer-form form {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	padding-bottom: 1rem;
}
.footer-form .hs_email>label {
	display: none;
}
.footer-form .hs_email input {
	width: 100%;
	font-family: inherit;
	font-feature-settings: inherit;
	font-variation-settings: inherit;
	margin: 0;
	padding: 0;
	font-size: 1.5rem;
	line-height: 2rem;
}
.footer-form .hs_email input::placeholder {
	opacity: 1;
	color: hsla(60,25%,90%,.5);
}
.footer-form .hs_submit input.hs-button.primary.large {
	border-radius: 9999px;
	--tw-bg-opacity: 1;
	background-color: rgb(0 194 100/var(--tw-bg-opacity));
	padding: 1rem 2rem;
	font-weight: 600;
	--tw-text-opacity: 1;
	color: rgb(3 24 54/var(--tw-text-opacity));
	transition-property: all;
	transition-timing-function: cubic-bezier(.4,0,.2,1);
	transition-duration: .15s;
	height: auto;
	border: 0;
}
.footer-form .hs_submit input.hs-button.primary.large:hover {
	transform: translate(0,-0.25rem) rotate(0) skewX(0) skewY(0) scaleX(1) scaleY(1);
	filter: brightness(1.1);
}
.footer-form .hs_email {
	margin-bottom: 0;
}

}
/*footer media query  */
@media (min-width: 640px){
	.footer-form .hs_submit input.hs-button.primary.large {
		font-size: 1.125rem;
		line-height: 1.75rem;
	}
}
@media (min-width: 768px){
	.cst-footer {
		min-height: 100vh;
		padding: 2rem;
	}
	.inner-footer {
		flex-direction: row;
	}
	.footer-bottom {
		position: absolute;
		bottom: 2rem;
		left: 2rem;
		right: 2rem;
		flex-direction: row;
		gap: 0;
	}
	.copyright1 p, .copyright2 p {
		text-align: left;
	}
	.footer-form {
		border-bottom-width: 1px;
		--tw-border-opacity: 1;
		border-color: rgb(236 236 223/var(--tw-border-opacity));
	}
	.footer-form .hs_email input {
		border-width: 0;
	}
	.footer-form form {
		flex-direction: row;
		gap: 0;
		border: none;
		border-bottom: 1px solid #ececdf;
	}
	.footer-social-links .hs-menu-wrapper>ul {
		justify-content: flex-end;
	}
}
@media(max-width:767px){

	.cst-footer {
		padding: 2rem;
	}
	.cst-footer .inner-footer {
		flex-direction: column;
	}
	.footer-form form {
		flex-direction: column;
		width: 100%;
		gap: 1rem;
		padding-bottom: 1rem;
	}
	.footer-form .hs_email input {
		padding-bottom: 1rem;
		border: none;
		border-bottom: 1px solid #ececdf;
		border-radius: 0;
	}
	.footer-form form>div {
		width: 100%;
	}
	.footer-bottom {
		flex-direction: column;
		gap: 1rem;
	}
	.footer-social-links .hs-menu-wrapper>ul {
		flex-direction: row;
		gap: 1rem;
		align-items: center;
		justify-content: center;
	}
	.inner-footer h1 {
		max-width: 28rem;
	}
	.copyright2 p {
		text-align: center;
	}
	.cst-footer .inner-footer{
		margin:0 0 8rem;
	}
	.cst-header.lp-header {
		padding-top: 1rem;
		padding-bottom: 1rem;
	}
}
@media(max-width:860px){
	.footer-form .hs_submit input.hs-button.primary.large{
		white-space: nowrap;
	}
}


/*header css  */
.cst-header .page-center {
	max-width: 100%;
	padding: 0 !important;
}
.cst-header {
	position: fixed;
	z-index: 10;
	width:100%;
}
.cst-header .inner-header {
	display: flex;
	width: 100%;
	align-items: center;
	justify-content: space-between;
}
.header-logo a img:hover {
	--tw-translate-y: -0.25rem;
	transform: translate(0,-0.25rem ) rotate(0) skewX(0) skewY(0) scaleX(1) scaleY(1);
}
.header-logo a img {
	max-width: 150px;
	transition-property: all;
	transition-timing-function: cubic-bezier(.4,0,.2,1);
	transition-duration: .15s;
	filter: invert(100%);
}
.header-nav {
	gap: 2rem;
}
.header-nav-wrapper .hs-menu-wrapper>ul {
	gap: 2rem;
	padding: 0;
}
.header-nav-wrapper .hs-menu-wrapper>ul>li {
	margin: 0;
	position:relative;
}
.header-nav-wrapper .hs-menu-wrapper>ul>li>a {
	font-size: 1.125rem;
	line-height: 1.75rem;
	--tw-text-opacity: 1;
	color: rgb(55 7 50/var(--tw-text-opacity));
	opacity: 0.5;
}
.header-nav-wrapper .hs-menu-wrapper>ul>li>a:hover {
	opacity: 1 !important;
}
.nav-flag {
	display: flex;
	gap: 1rem;
}
.flag1 a img {
	display: block;
	height: 1.25rem !important;
	max-width: 100%;
	object-fit: cover;
	opacity: .5;
	width: 2rem !important;
}

.flag2 a img {
	display: block;
	height: 1.25rem !important;
	max-width: 100%;
	object-fit: cover;
	width: 2rem !important;
}
.flag1 a img:hover {
	opacity: 1;
}
.header-nav-btn a {
	border-radius: 9999px;
	padding: 1rem 2rem;
	font-weight: 600;
	--tw-text-opacity: 1;
	color: rgb(3 24 54/var(--tw-text-opacity));
	transition-property: all;
	transition-timing-function: cubic-bezier(.4,0,.2,1);
	transition-duration: .15s;
	height: auto;
	border: 0;
	--tw-bg-opacity: 1;
	background-color: rgb(0 194 100/var(--tw-bg-opacity));
}
.header-nav-btn a:hover {
	transform: translate(0,-0.25rem) rotate(0) skewX(0) skewY(0) scaleX(1) scaleY(1);
	filter: brightness(1.1);
	--tw-bg-opacity: 1;
	background-color: rgb(0 194 100/var(--tw-bg-opacity));
}
.header-nav-wrapper .hs-menu-wrapper>ul>li>ul {
	display: none;
}
.header-nav-wrapper .hs-menu-wrapper>ul>li:hover>ul {
	display: block;
	visibility: visible;
}
.mobile-trigger {
	cursor: pointer;
	height: 48px;
	position: relative;
	transition: 0.4s cubic-bezier(0, 0, 0, 1);
	user-select: none;
	width: 48px;
	outline: none;
}
.top-trigger {
	background: #370732;
	height: 3px;
	left: 8px;
	position: absolute;
	width: 32px;
	top: 13px;
	transition: 0.2s cubic-bezier(0, 0, 0, 1) 0s;
	transform: none;
}
.mid-trigger {
	background: #370732;
	height: 3px;
	left: 8px;
	position: absolute;
	width: 32px;
	top: 23px;
	transition: 0.2s cubic-bezier(0, 0, 0, 1);
}
.bottom-trigger {
	background: #370732;
	height: 3px;
	left: 8px;
	position: absolute;
	width: 32px;
	top: 33px;
	transition: 0.2s cubic-bezier(0, 0, 0, 1) 0s;
	transform: none;
}
.mobile-trigger{
	display:none;
}
.header-mobile-wrapper {
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	top: 0;
	z-index: 20;
	height: 100%;
	width: 100%;
	--tw-translate-x: 100%;
	--tw-bg-opacity: 1;
	background-color: rgb(3 24 54/var(--tw-bg-opacity));
	transition-property: all;
	transition-timing-function: cubic-bezier(.4,0,.2,1);
	transition-duration: .3s;
	background-image: url(//143201129.fs1.hubspotusercontent-eu1.net/hubfs/143201129/raw_assets/public/Pourify_December2023/images/mobile-bg.png);
	background-position: bottom;
	background-size: contain;
	background-repeat: no-repeat;
	transform: translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
	--tw-translate-y: 0;
	--tw-rotate: 0;
	--tw-skew-x: 0;
	--tw-skew-y: 0;
	--tw-scale-x: 1;
	--tw-scale-y: 1;
	visibility: hidden;
	overflow-x: hidden;
	overflow-y: auto;
	height: 100vh;
}
.open-menu .header-mobile-wrapper {
	transform: translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
	--tw-translate-x: 0px;
	visibility: visible;
}
.mobile-header-bottom .header-nav-wrapper {
	display: block;
}
.header-close{
	display:none;
}
.mobile-header-bottom {
	display: flex;
	flex-direction: column;
	justify-content: center;
	gap: 2rem;
	align-items: center;
}
.mobile-header-bottom .header-nav-wrapper .hs-menu-wrapper>ul {
	display: flex;
	flex-direction: column;
	gap: 2rem;
	align-items: center;
}
.mobile-header-bottom .header-nav-wrapper .hs-menu-wrapper>ul>li {
	position: relative;
}
.mobile-header-bottom .header-nav-wrapper .hs-menu-wrapper>ul>li>a {
	font-size: 2.25rem;
	line-height: 2.5rem;
	font-weight: 700;
	--tw-text-opacity: 1;
	color: rgb(236 236 223/var(--tw-text-opacity))!important;
	opacity: .75;
}
.mobile-header-bottom .header-nav-wrapper .hs-menu-wrapper>ul>li.active > a {
	opacity: 1!important;
}
.mobile-header-bottom .header-nav-wrapper .hs-menu-wrapper>ul>li:not(:first-child)>a:hover {
	opacity: 1;
}
.scroll-header  .cst-header {
	--tw-bg-opacity: 1;
	background-color: rgb(236 236 223/var(--tw-bg-opacity));
}
.scroll-header .cst-header .header-logo a img {
	filter: invert(100%);
}
.scroll-header .cst-header .header-nav .header-nav-wrapper .hs-menu-wrapper>ul>li>a {
	opacity: .5;
	--tw-text-opacity: 1;
	color: rgb(55 7 50/var(--tw-text-opacity));
}
.scroll-header .cst-header .header-nav .header-nav-wrapper .hs-menu-wrapper>ul>li>a:hover {
	opacity: 1;
}
.scroll-header .cst-header .header-nav .header-nav-wrapper .hs-menu-wrapper>ul>li>ul {
	--tw-bg-opacity: 1;
	background-color: rgb(236 236 223/var(--tw-bg-opacity));
}
.scroll-header .cst-header .header-nav .header-nav-wrapper .hs-menu-wrapper>ul>li>ul>li>a {
	opacity: .5;
	--tw-text-opacity: 1;
	color: rgb(55 7 50/var(--tw-text-opacity));
}
.scroll-header .cst-header .header-nav .header-nav-wrapper .hs-menu-wrapper>ul>li>ul>li>a:hover {
	opacity: 1;
}
.mobile-header-bottom .header-nav-wrapper .hs-menu-wrapper>ul>li:hover>ul {
	display: none;
}
.child-trigger1 {
	align-items: center;
	cursor: pointer;
	display: flex;
	height: 40px;
	justify-content: center;
	position: absolute;
	right: 10px;
	top: 3px;
	width: 40px;
	left: 250px;
	font-size: 36px;
	--tw-text-opacity: 1;
	color: rgb(236 236 223/var(--tw-text-opacity))!important;
}
.child-trigger1:after {
	content: '+';
}
.mobile-header-bottom .header-nav-wrapper .hs-menu-wrapper>ul>li>ul {
	z-index: 9999;
}
.mobile-header-bottom .header-nav-wrapper .hs-menu-wrapper>ul>li>ul>li>a {
	--tw-text-opacity: 1;
	color: rgb(236 236 223/var(--tw-text-opacity))!important;
	opacity: .75;
	font-size: 1.5rem;
	line-height: 2.5rem;
	font-weight: 700;
}
.mobile-header-bottom .header-nav-wrapper .hs-menu-wrapper>ul>li>ul>li>a:hover {
	opacity: 1;
}
.header-nav-btn.header-nav-btn2 a {
	--tw-bg-opacity: 1;
	background-color: rgb(255 119 224/var(--tw-bg-opacity));
}
.header-nav-btn.header-nav-btn2 a:hover {
	transform: translate(0,-0.25rem) rotate(0) skewX(0) skewY(0) scaleX(1) scaleY(1);
	filter: brightness(1.1);
}
.child-trigger1.child-open:after {
	content: '-';
}
.cst-footer.lp-footer{
	min-height: auto;
	display: block;
}
.cst-footer.lp-footer {
	padding-top: 150px;
}
.cst-header .page-center {
	padding: 0;
}
.cst-footer .page-center {
	padding: 0;
	margin: auto;
}
.cst-header-wrapper {
	min-height: 124px;
}

@media (min-width: 640px){
	.header-nav-btn a {
		font-size: 1.125rem;
		line-height: 1.75rem;
	}
}
@media (min-width: 768px){
	.cst-header {
		padding: 2rem 4rem;
	}
	.header-nav {
		display: flex;
		align-items: center;
	}
}
@media(min-width:1025px){
	.header-nav-wrapper .hs-menu-wrapper>ul>li>ul {
		background-color: #ececdf;
		margin: 0;
		padding: 20px 0;
		position: absolute;
		width: 230px;
	}
	.header-nav-wrapper .hs-menu-wrapper>ul>li>ul>li {
		margin-bottom: 1rem;
		padding: 5px;
	}
	.header-nav-wrapper .hs-menu-wrapper>ul>li>ul>li>a {
		font-size: 1.125rem;
		line-height: 1.75rem;
		--tw-text-opacity: 1;
		color: rgb(55 7 50/var(--tw-text-opacity));
		opacity: 0.5;
	}
	.header-nav-wrapper .hs-menu-wrapper>ul>li>ul>li>a:hover{
		opacity:1;
	}

}
@media(max-width:640px){
	.header-nav-btn {
		display: none;
	}
	.header-nav-btn.header-nav-btn2 {
		display: block;
	}
	.header-mobile-inner{
		padding-top:10px;
	}
	.header-nav-btn.header-nav-btn2 a {
		font-size: 100%;
	}
	.mobile-header-bottom {
		gap: 2rem;
	}
}
@media(max-width:767px){
	.cst-header {
		padding: 1rem;
		display: block;
	}
	.scroll-header .cst-header .header-nav .header-nav-wrapper .hs-menu-wrapper>ul>li>a {
		opacity: .75;
		--tw-text-opacity: 1;
		color: rgb(55 7 50/var(--tw-text-opacity));
	}
	.scroll-header .cst-header .header-nav .header-nav-wrapper .hs-menu-wrapper>ul>li>a:hover {
		opacity: 1;
	}

}
@media(max-width:1024px){
	.header-nav-wrapper {
		display: none;
	}
	.nav-flag {
		display: none;
	}
	.mobile-trigger{
		display:block;
	}
	.header-nav {
		gap: 1rem;
	}

	.header-mobile-inner {
		display: flex;
		flex-direction: column;
		gap: 4rem;
		padding: 1rem;
	}
	.mobile-header-top {
		display: flex;
		align-items: center;
		justify-content: space-between;
		padding-top: 7px;
	}
	.mobile-header-top .mobile-logo a img {
		max-width: 150px;
	}
	.header-close {
		justify-content: center;
		align-items: center;
		display: flex;
		gap: 1rem;
		cursor: pointer;
		height: 28px;
		position: relative;
		transition: 0.4s cubic-bezier(0, 0, 0, 1);
		user-select: none;
		width: 48px;
		outline: none;
	}
	.top-close {
		background: rgb(236, 236, 223);
		height: 3px;
		left: 8px;
		position: absolute;
		width: 32px;
		top: 13px;
		transition: all 0.2s cubic-bezier(0, 0, 0, 1) 0.2s;
		transform: rotate(45deg);
	}
	.header-nav-wrapper .hs-menu-wrapper>ul>li>ul {
		background: transparent !important;
	}
	.mid-close {
		height: 3px;
		left: 8px;
		position: absolute;
		width: 32px;
		top: 23px;
		transition: 0.2s cubic-bezier(0, 0, 0, 1);
	}
	.bottom-close {
		background: rgb(236, 236, 223);
		height: 3px;
		left: 8px;
		position: absolute;
		width: 32px;
		top: 13px;
		transition: all 0.2s cubic-bezier(0, 0, 0, 1) 0.2s;
		transform: rotate(-45deg);
	}
	.header-mobile-wrapper .header-mobile-inner .mobile-header-bottom .nav-flags {
		display: flex;
		gap: 1rem;
	}
	.mobile-header-bottom, .mobile-header-bottom {
		gap: 2.3rem;
	}
	.mobile-header-bottom .flags1 a img {
		display: block;
		height: 1.25rem !important;
		max-width: 100%;
		object-fit: cover;
		opacity: 1;
		width: 2rem !important;
	}
	.mobile-header-bottom .flags2 a img {
		display: block;
		height: 1.25rem !important;
		max-width: 100%;
		object-fit: cover;
		opacity: 1;
		width: 2rem !important;
	}
	.cst-header {
		display: block;
		width: 100%;
	}
	.header-nav {
		display: flex;
		align-items: center;
	}
	.scroll-header .cst-header .mobile-trigger .bottom-trigger {
		background: rgb(55, 7, 50);
	}

	.scroll-header .cst-header .mobile-trigger .mid-trigger {
		background: rgb(55, 7, 50);
	}
	.scroll-header .cst-header .mobile-trigger .top-trigger {
		background: rgb(55, 7, 50);
	}
	.cst-header.lp-header {
		display: block;
	}

	.mobile-header-bottom .header-nav-wrapper .hs-menu-wrapper>ul>li {
		position: relative;
		width: 100%;
		text-align: center;
	}
	.scroll-header .cst-header .header-nav .header-nav-wrapper .hs-menu-wrapper>ul>li>a{
		opacity: .75;
	}
	.scroll-header .cst-header .header-nav .header-nav-wrapper .hs-menu-wrapper>ul>li>a:hover{
		opacity: 1;
	}
	.scroll-header .cst-header .header-nav .header-nav-wrapper .hs-menu-wrapper>ul>li>a {
		opacity: .75;
		--tw-text-opacity: 1;
		color: rgb(55 7 50/var(--tw-text-opacity));
	}
	.scroll-header .cst-header .header-nav .header-nav-wrapper .hs-menu-wrapper>ul>li>a:hover {
		opacity: 1;
	}
	.child-trigger1 {
		position: absolute;
		right: -40px;
		left: auto;
		color: rgb(236 236 223/var(--tw-text-opacity))!important;
		opacity: .75;
	}

}
.cst-header.lp-header {
	padding-top: 2.5rem;
	padding-bottom: 2.5rem;
}
/* 
form css */
.span2 .hs-button, .span3 .hs-button, .span4 .hs-button, .span5 .hs-button, .span6 .hs-button {
	padding: 16px 32px;
}
.hs-button, .hs-sec-btn, .hs-trans-btn, .systems-page .hs-search-results__next-page, .systems-page .hs-search-results__prev-page, form input[type=submit] {
	font-size: 1.125rem;
	line-height: 1.75rem;
	padding: 16px 32px;
	font-weight: 600;
	font-family: __roobert_c57fb2, __roobert_Fallback_c57fb2;
}

form input[type=email], form input[type=file], 
form input[type=number], form input[type=password], 
form input[type=search], form input[type=tel],
form input[type=text], form select, form textarea {
	border: none;
	border-bottom: 1px solid;
	font-family: __roobert_c57fb2, __roobert_Fallback_c57fb2;
	font-size: 1.5rem;
	line-height: 2rem;
	padding: 0;
	height: auto;
}
form input[type=email]:focus, form input[type=file]:focus, form input[type=number]:focus, form input[type=password]:focus, form input[type=search]:focus, form input[type=tel]:focus, form input[type=text]:focus, form select:focus, form textarea:focus {
	box-shadow: none;
}


.footer-form  .widget-type-form {
	padding: 0;
	margin: 0;
}
/*header theme setting  */
.cst-header{
	background-color: rgba(236, 236, 223,0.0);
}
.header-nav-wrapper .hs-menu-wrapper>ul>li>a{
	color: rgba(55, 7, 50,1.0);
}
.header-nav-wrapper .hs-menu-wrapper>ul>li>a:hover{
	color: rgba(55, 7, 50,1.0);
}
.header-nav-wrapper .hs-menu-wrapper>ul>li>ul{
	background-color: rgba(236, 236, 223,1.0);
}
.header-nav-wrapper .hs-menu-wrapper>ul>li>ul>li>a{
	color: rgba(55, 7, 50,1.0);
}
.header-nav-wrapper .hs-menu-wrapper>ul>li>ul>li>a:hover{
	color: rgba(55, 7, 50,1.0);
}
/* footer theme setting */
.cst-footer{
	background-color: rgba(55, 7, 50,1.0);
}
.inner-footer h1, .footer_menu-item .hs-menu-wrapper>ul>li,.footer_menu-item .hs-menu-wrapper>ul>li>a{
	color: rgba(0, 0, 0,1.0);
}
.footer_menu-item .hs-menu-wrapper>ul>li>ul>li>a,.footer_menu-item .hs-menu-wrapper>ul>li>a:hover{
	color: rgba(0, 212, 202,1.0);
}
.footer_menu-item .hs-menu-wrapper>ul>li>ul>li>a:hover{
	color: rgba(0, 212, 202,1.0);
}
.inner-footer h1{
	color: rgba(255, 255, 255,1.0);
}

@media(max-width:639px){
	.footer-form .hs_submit input.hs-button.primary.large {
		font-size: 16px;
		padding: 1rem 2rem;
		line-height: 24px;
	}

}
.error-page:before {
	color: rgb(219 215 219);
}
.systems-page .hs_cos_wrapper_type_email_subscriptions,
.systems-page .hs_cos_wrapper_type_email_subscriptions p,
.systems-page .hs_cos_wrapper_type_email_subscriptions h1,
.systems-page .hs_cos_wrapper_type_email_subscriptions h2,
.systems-page .hs_cos_wrapper_type_email_subscriptions h3,
.systems-page .hs_cos_wrapper_type_email_subscriptions h4,
.systems-page .hs_cos_wrapper_type_email_subscriptions h5,
.systems-page .hs_cos_wrapper_type_email_subscriptions h6{
	color:#fff;
}
.systems-page .widget-type-email_simple_subscription,
.systems-page .widget-type-email_simple_subscription p,
.systems-page .widget-type-email_simple_subscription h1,
.systems-page .widget-type-email_simple_subscription h2,
.systems-page .widget-type-email_simple_subscription h3,
.systems-page .widget-type-email_simple_subscription h4,
.systems-page .widget-type-email_simple_subscription h5,
.systems-page .widget-type-email_simple_subscription h6{
	color: #fff;
}
form#email-prefs-form .subscribe-options label {
	font-size: 16px;
	color: #fff;
}



.hs-blog-listing .cst-header-wrapper,
.hs-blog-post .cst-header-wrapper{
	min-height: auto;
}
.blog--title {
	display: flex;
	scroll-snap-align: start;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	background: rgb(236, 236, 223);
	min-height: 50vh;
	padding: 4rem;
}
.blog--title-inner {
	flex-direction: column;
	align-items: center;
	display: flex;
	gap: 2rem;
	text-align: center;
}
.blog--title-inner h1 {
	max-width: 64rem;
	margin: auto;
	text-align: center;
	font-family: "__reckless_765018","__reckless_Fallback_765018";
	font-weight: 400;
	color: rgb(3, 24, 54);
	font-size: 4.5rem;
	line-height: 1;
}
.cst-post-article-inner {
	display: flex;
	scroll-snap-align: start;
	flex-direction: column;
	align-items: center;
	justify-content: flex-start;
	background: rgb(236, 236, 223);
	padding: 4rem;
}
.cst-post-article {
	display: flex;
	height: 100%;
	flex-wrap:wrap;
	gap: 4rem;
	padding-top: 4rem;
}
.cst-post-article>a {
	width: 29%;
}
nav.cst-blog-pagination {
	padding: 2rem;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #ececdf;
	gap: 30px;
}
.cst-post-article a.related-post-items .wrappered {
	border-radius: 1.5rem;
	overflow: hidden;
	transition-property: all;
	transition-timing-function: cubic-bezier(.4,0,.2,1);
	transition-duration: .15s;
}
.cst-post-article a.related-post-items .wrappered:hover {
	--tw-translate-x: 0;
	--tw-translate-y: 0;
	--tw-rotate: 0;
	--tw-skew-x: 0;
	--tw-skew-y: 0;
	transform: translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
	--tw-scale-x: 1.05;
	--tw-scale-y: 1.05;
}
a.related-post-items .wrappered .image_post img {
	max-width: 100%;
	height: auto;
	aspect-ratio: 1/1;
	object-fit: cover;
}
a.related-post-items .wrappered .post--cotent {
	gap: 2rem;
	display: flex;
	flex-direction: column;
	padding: 2rem;
	background: #fff;
}
.post--cotent h1 {
	font-size: 1.5rem;
	line-height: 2rem;
	margin: 0;
	font-weight: 600;
}
.related-post-article a.related-post-items {
	width: 29%;
	display: block;
}
.post-read-more {
	grid-template-columns: 1fr auto;
	display: grid;
	gap: 2rem;
	align-items: center;
	justify-content: space-between;
}
.post-read-more p {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin: 0;
	color: #000;
}
.post-read-more .arrow {
	width: fit-content;
	cursor: pointer;
	overflow: hidden;
	border-radius: 9999px;
	background: rgb(236, 236, 223);
	padding: 1rem;
}
.post-read-more .arrow img {
	height: 2rem;
	height: 2rem;
	transition-property: all;
	transition-timing-function: cubic-bezier(.4,0,.2,1);
	transition-duration: .7s;
}
.post-read-more .arrow:hover {
	transform: translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
	--tw-translate-x: 0;
	--tw-translate-y: 0;
	--tw-rotate: 0;
	--tw-skew-x: 0;
	--tw-skew-y: 0;
	--tw-scale-x: 1.05;
	--tw-scale-y: 1.05;
}

.post-read-more .arrow:hover img {
	--tw-translate-x: 0;
	--tw-translate-y: 0;
	--tw-rotate: 0;
	--tw-skew-x: 0;
	--tw-skew-y: 0;
	--tw-scale-x: 1;
	--tw-scale-y: 1;--tw-rotate: 360deg;
	transform: translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.cst-post-wrapper {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	background: rgb(236, 236, 223);
	padding-top: 8rem!important;
	min-height: 50vh;
	padding: 4rem;
}
.cst-post-wrapper-inner.page-center {
	display: flex;
	flex-direction: column;
	padding: 0;
	gap: 2rem;
	align-items: center;
	text-align: center;
}
.cst-post-wrapper-inner.page-center h1 {
	max-width: 64rem;
	margin: auto;
	text-align: center;
	font-family: "__reckless_765018","__reckless_Fallback_765018";
	color: rgb(3, 24, 54);
	font-size: 4.5rem;
	line-height: 1;
	font-weight: 400;
}
.cst-post-wrapper-inner.page-center p {
	font-size: 1.125rem;
	line-height: 1.75rem;
	font-family: "__reckless_765018","__reckless_Fallback_765018";
	max-width: 64rem;
	margin: 0;
	color: rgb(3, 24, 54);
}
.cst-post-body {
	min-height: fit-content;
	flex-direction: column;
	align-items: center;
	justify-content: flex-start;
	padding: 4rem;
	background: rgb(236, 236, 223);
}
.cst-post-body .page-center {
	display: flex;
	max-width: 56rem;
	flex-direction: column;
	gap: 1rem;
}
.relatd-articles {
	display: flex;
	min-height: fit-content;
	flex-direction: column;
	align-items: center;
	justify-content: flex-start;
	border-top-left-radius: 1.5rem;
	border-top-right-radius: 1.5rem;
	background: rgb(55, 7, 50);
	padding: 4rem;
}
.relatd-articles h2 {
	padding-top: 4rem;
	font-size: 2.25rem;
	line-height: 2.5rem;
	font-weight: 600;
	color: rgb(236, 236, 223);
	align-self: flex-start;
	font-family: __roobert_c57fb2, __roobert_Fallback_c57fb2;
	margin: 0;
}
.related-post-article {
	padding-top: 4rem;
	width: 100%;
	display: flex;
	gap: 4rem;
	flex-wrap: wrap;
}
.related-post-article .wrappered {
	height: fit-content;
	overflow: hidden;
	border-radius: 1.5rem;
	transition-property: all;
	transition-timing-function: cubic-bezier(.4,0,.2,1);
	transition-duration: .15s;
}
.related-post-article .wrappered:hover {
	--tw-translate-x: 0;
	--tw-translate-y: 0;
	--tw-rotate: 0;
	--tw-skew-x: 0;
	--tw-skew-y: 0;
	transform: translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
	--tw-scale-x: 1.05;
	--tw-scale-y: 1.05;
}
.related-post-article .wrappered .image_post img {
	aspect-ratio: 16/9;
	object-fit: cover;
	max-width: 100%;
	height: auto;
}
.cst-post-body .page-center {
	padding: 0;
}
.cst-post-wrapper-inner.page-center {
	padding: 0;
}
.blog--title {
	padding-top: 35px;
}
.post--cotent h1 {
	font-family: __roobert_c57fb2, __roobert_Fallback_c57fb2;
}
@media(max-width:1130px){
	.related-post-article {
		gap: 1rem;
	}
}
@media(max-width:1100px){
	.cst-post-article {
		gap: 2rem;
	}
	.related-post-article {
		gap: 2rem;
	}
}
@media(max-width:992px){
	.cst-post-article>a {
		width: 48%;
	}
	.related-post-article a.related-post-items {
		width: 48%;
	}
	.cst-post-article {
		gap: 1rem;
	}
	.related-post-article {
		gap: 1rem;
	}
}
@media(max-width:767px){

	.related-post-article {
		padding-top: 1rem;
	}
	.relatd-articles {
		padding: 1rem;
	}
	.cst-post-body {
		padding: 1rem;
	}
	.cst-post-wrapper {
		padding: 1rem;
	}
	.cst-post-wrapper {
		padding-top: 8rem;
		padding-bottom: 8rem;
	}

	.blog--title {
		padding-bottom: 10px;
	}
	.blog--title {
		min-height: auto;
	}
	.cst-post-wrapper-inner.page-center h1 {
		font-size: 2.25rem;
		line-height: 2.5rem;
	}
	.blog--title {
		padding: 1rem;
		padding-top: 8rem;
		padding-bottom: 8rem;
	}
	.blog--title-inner h1 {
		font-size: 2.25rem;
		line-height: 2.5rem;
	}
	.cst-post-article {
		padding: 0;
	}
	.cst-post-article-inner {
		padding: 1rem;
	}
}
.cst-footer {
	z-index: 2;
	position: relative;
}
.cst-footer .page-center {
	max-width: 100%;
	padding: 0 !important;
}
@media(max-width:500px){
	.related-post-article a.related-post-items {
		width: 100%;
	}
	a.related-post-items .wrappered .image_post img {
		width: 100%;
	}
	.cst-post-article>a {
		width: 100%;
	}
}

@media(min-width:1024px){
	.header-mobile-wrapper {
		display: none !important;
	}
}