@import url('https://fonts.googleapis.com/css2?family=DM+Serif+Display&display=swap');
/* font-family: 'DM Serif Display', serif; */

@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap');
/* font-family: 'Inter', sans-serif; */

@import url('https://fonts.googleapis.com/css2?family=Noto+Serif:wght@400;500;600;700&display=swap');
/* font-family: 'Noto Serif', serif; */

@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;500;700&display=swap');
/* font-family: 'Open Sans', sans-serif; */

@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&display=swap');
/* font-family: 'Poppins', sans-serif; */



img{
    max-width: 100%;
    height: auto;
}
.alignnone {
	margin: 5px 0 20px 0;
}
.aligncenter, div.aligncenter {
	display: block;
	margin: 5px auto 5px auto;
}
.alignright {
	float: right;
	margin: 5px 0 10px 20px;
}
.alignleft {
	float: left;
	margin: 5px 20px 10px 0;
}
a img.alignright {
	float: right;
	margin: 5px 0 10px 20px;
}
a img.alignnone {
	margin: 5px 20px 10px 0;
}
a img.alignleft {
	float: left;
	margin: 5px 20px 10px 0;
}
a img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
table {
	width: 100%;
	margin-bottom: 20px;
}
td, th {
	border: 1px solid #dcdcdc;
	padding: 10px;
}
.wp-caption {
	background: #fff;
	border: 1px solid #dcdcdc;
	max-width: 96%;
	padding: 5px 3px 10px;
	text-align: center;
	margin-bottom: 20px;
}
.wp-caption.alignnone {
	margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
	margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
	margin: 5px 0 20px 20px;
}
.wp-caption img {
	border: 0 none;
	height: auto;
	margin: 0;
	max-width: 98.5%;
	padding: 0;
	width: auto;
}
.wp-caption p.wp-caption-text {
	font-size: 11px;
	margin: 0;
	padding: 0 4px 5px;
}
figcaption{
	margin-top: 10px;
	text-align: center;
}
/* Text meant only for screen readers. */

.screen-reader-text {
	position: absolute !important;
	white-space: nowrap;
	height: 1px;
	width: 1px;
	overflow: hidden;
}
.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
/* Above WP toolbar. */ }
.bypostauthor {
	background: #fff;
}
.gallery-caption {
	font-size: 13px;
}
.sticky {
	position: relative;
}
/* Text meant only for screen readers. */
/* general styling */
.primary-button {
	font-family: 'Inter', sans-serif;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.2;
	display:inline-block;
	text-decoration:none;
	color:#04094B;
	padding:12.5px 45px;
	background-color:#00D8DF;
	border-radius:50px;
}
.primary-button:hover{
	color:#3644FF;
	background-color:#ffff;
	text-decoration:none;
}
.secondary-button{
	font-family: 'Inter', sans-serif;	
	font-size: 15px;
	font-weight: 400;
	line-height: 1.2;
	display:inline-block;
	text-decoration:none;
	color:#fff;
	border-radius:43px;
	background-color:#3644FF;
	padding:10px 32px;
}
.secondary-button:hover{
	color:#04094B;
	background-color:#00D8DF;
	text-decoration:none;
}
.white-button{
	font-family: 'Inter', sans-serif;	
	font-size: 15px;
	font-weight: 400;
	line-height: 1.2;
	color:#04094B;
	background-color:#fff;
	padding:10px 32px;
	border-radius:43px;
	display: inline-block;
}
.white-button:hover{
	color:#04094B;
	background-color:#00D8DF;
	text-decoration:none;
}
.without-bg-btn{
	font-family: 'Inter', sans-serif;
	font-size: 15px;
	font-weight: 700;
	line-height: 1.2;
	color:#3644FF;
	padding:10px 70px;
	border:1px solid #3644FF;
	border-radius:5px;
	display:inline-block;
}
.without-bg-btn:hover{
	text-decoration:none;
	background-color:#3644FF;
	color:#fff;
}
ul{
	margin: 0;
	padding: 0;
	list-style: none;
}
.floating-image-container {
    position: relative;
    overflow: hidden;
}
.floating-image-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    right: 0;
    top: 0;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: top center !important;
    z-index: -1;
}
.image-webp, .supports-webp .image-non-webp {
    display: none;
}
.white-color{
	color:#fff;
}
.supports-webp .image-webp {
    display: block;
}
h1{
	font-family: 'DM Serif Display', serif; 
	font-size: 64px;
	font-weight: 400;
	line-height: 1.17;
	color:#FFFFFF;
}
body{
	font-family: 'Inter', sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 20px;
	color:#1E1E1E;
	overflow-x:hidden;
}
.white-color{
	color:#fff;
}
.primary-headline{
	font-family: 'DM Serif Display', serif;
	font-size: 35px;
	font-weight: 400;
	line-height: 1.3;
	position:relative;
}
.primary-headline:before{
	position:absolute;
	height:43px;
	width:3px;
	content:"";
	top:0;
	left:-18px;
	background-color:#3644FF;
}
/* .p-not p:not(:last-child){
	margin-bottom:0;
} */

@media (max-width:767px){
	.primary-headline {
		font-size: 28px;
		padding-left:15px;
	}
	.primary-headline:before {
		left: 5px;
	}
}
@media (max-width:576px){
	h1 {
		font-size: 50px;
	}
}
@media (min-width:768px){
}
@media (min-width:992px){
	h1 {
		font-size: 62px;
	}
}
@media (min-width:1200px){
	h1 {
		font-size: 64px;
	}
}
