:root {
  --dark-blue:#11103D;
   --blue-color:#221E49;
  --main-color:#EE0C5D;
  --main-color-hover:#9cf1fa;
  --link-color:#B70D4E;
  --link-color:#FF5D97;
  --link-color-hover:#EE0C5D;
  --off-white: #F4F4F4;
  --gray-color:#F2F2F2;
  --dark-black-color:#41273C;
  --white-color: #fff;
  --pink-color:#ee2f66;
  --black-color: #000;
  --border-radius:0.32rem;
  --font-size-h1:2.82rem;
  --font-size-h2:2.4rem;
  --font-size-h3:1.62rem;
  --font-size-h4:1.20rem;
  --font-size-h5:1.12rem;
   --font-size-h6:1.05rem;
  --font-size-p:0.9rem;
  --font-large-p:1.15rem;
  --font-small:0.72rem;
  --line-height:1.52;
  --dark-gray:#3A3A3A;
  --bg-blue:#0E3042;
}
html, body{
	
	font-weight: var(--weight-400);
}
h1,h2,h3,h4,h5,h6{	
	line-height: 1.2;
	font-weight: var(--weight-400);
}
.font-heading-green h3, 
.font-heading-green h4, 
.font-heading-green h5, 
.font-heading-green h6 {
	color: var(--green-color);
}

select,input,textarea {
	font-family: 'Barlow Condensed', sans-serif;	
}
select, input:not([type="checkbox"]), textarea {
    margin-bottom: 0.25rem;
    padding: 0rem 1rem;
    color: var(--white-color);
    height: 2.25rem;
	line-height: 2.4;
    border: 0px solid #95989A;
    border-radius: 0;
    font-size: 0.9rem;
    letter-spacing: 0.64px;
    background-color: rgb(255,255,255, 1);
}
input[type="submit"] {
    border: 2px solid;
    border-color: var(--main-color);
    background-color: transparent;
    border-radius: 1.5rem;
    padding: 0 2rem;
    height: revert-layer;
    font-size: 0.95rem;
    color: rgb(255, 255, 255, 1);
}
input[type="submit"]:hover {
    background-color: var(--main-color-hover);
}
textarea{
	height: 8rem;
}
form label {
    display: inline-block;
    margin-top: 0.75rem;
    margin-bottom: 0.1rem;
    font-weight: 300;
    font-size: 0.9rem;
    color: var(--white-color);
}
p, section li {
    font-size: var(--font-size-p);
    line-height: var(--line-height);
}
.font-white p a,
p a,
li a {
    color: var(--link-color);
}
p a:hover,
li a:hover {
    color: var(--link-color-hover);
}
b,strong {
	font-family: 'din_probold';
}
.large-p, .large-p p, .large-p li {
	 font-size: var(--font-large-p);
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
	margin-top: 1rem;
	margin-bottom: 1rem;				 
}
h1, .h1 {
    font-size: var(--font-size-h1);
}
.p-as-h2 p,
.h1-as-h2 h1,
h2, .h2 {
   font-size: var(--font-size-h2);
   margin-top: 0;
}
.p-as-h2 p {
	font-weight: 700;
	line-height: 1.4;
}
.h2-as-h3 h2,
h3, .h3 {
   font-size: var(--font-size-h3);
}
.p-as-h4 p,
.h3-as-h4 h3,
h4, .h4 {
   font-size: var(--font-size-h4);
}
.h3-as-h4 h3 {
}
h5, .h5 {
   font-size: var(--font-size-h5);
}
h6, .h6 {
    font-size: var(--font-size-h6);
}
h1.pageTitle {
    font-size: 4rem;
    font-family: 'din_probold';
	letter-spacing: 3.2px;
}
section {
    font-size: 1.1rem; 
}
.button, a.button {
    padding: 0rem 2.6rem 0.2rem;
    border-color: var(--main-color);
    border-width: 1px;
    background: rgba(0, 3, 36, 0.6);
    color: rgb(255, 255, 255, 0.9);
    line-height: 2.3;
    font-size: var(--small-font);
    font-size: var(--font-size-p);
	box-shadow: 0px 0px 20px #33B8CC80;
	border: 2px solid #3AB6E9;
	border-radius: 1.5rem;
}
a.button:hover {
    color: var(--white-color);
	background-color:var(--main-color-hover);
}
.button.negative:hover {
    background-color: var(--main-color);
    color: #fff;
    border-color: var(--main-color);
}
.font-white{
	color:var(--white-color);
}
.font-black{
	color:var(--dark-black-color);
}
.font-green{
	color:var(--green-color);
}
.font-orange{
	color:var(--main-color);
}
.border {
    border: 1px solid #5B5B5B4D;
}
.button.transparent {
    background-color: transparent;
}
.button.negative {
    border-color: var(--white-color);
    background-color: var(--white-color);
	color:var(--dark-blue);	
}
.background-dark-blue  {
    background-color: var(--dark-blue);	
}
.background-green {
    background-color: var(--bg-green);	
}
.background-off-white {
    background-color: var(--off-white);	
}
.background-white {
    background-color: var(--white-color);	
}
.background-gray {
    background-color: var(--gray-color);
}
.background-black {
    background-color: var(--dark-black-color);
}
.background-light-orange {
	background-color: var(--light-orange);
}
.padding-col {
    padding: 0 7rem;
}
.font-small {
	font-size: 0.8rem;
}
span.icon {
    display: flex;
    align-items: center;
    height: 6rem;
    width: 6rem;
    border-radius: 100%;
    background: transparent linear-gradient(180deg, #41273C 0%, #B70D4E 100%) 0% 0% no-repeat padding-box;
}
span.icon:hover {
	background: transparent linear-gradient(180deg, #B70D4E 0%, #EE115D 100%) 0% 0% no-repeat padding-box;
}
span.icon svg {
    width:2rem;
    height:2rem;
}
html {
    scroll-behavior: smooth;
}
.prev-arrow {
    display: inline-block;
    align-items: center;
    width: fit-content;
    float: left;
}
.next-arrow a, .prev-arrow a {
    display: flex;
    align-items: center;
	text-decoration: none;
	color: #41273C;
	font-size: 1.6rem;
	font-family: 'din_procondensed_regular';
}
.next-arrow a span.next-text, .prev-arrow a span.prev-text {
    margin: 0 1rem;
    letter-spacing: 1.92px;
}
.prev-arrow span.icon {
    margin-left: -3rem;
    position: relative;
}
.prev-arrow span.icon svg {
    position: absolute;
    right: 0;
}
.next-arrow span.icon {
    margin-right: -3rem;
}
.next-arrow, prev-arrow {
    overflow: hidden;
}
.next-arrow {
    text-align: right;
    display: flex;
    justify-content: end;
}
.back-to-top {
    position: absolute;
    top: 1.5rem;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: fit-content;
    cursor: pointer;
}
.back-to-top span.prev-text {
    font-family: 'din_procondensed_regular';
    letter-spacing: 1.92px;
    font-size: 1.6rem;
}
.back-to-top span.icon {
    background: none;
    display: block;
    height: auto;
    width: auto;
    text-align: center;
}
.scroll-bar {
    position: absolute;
    left: 18%;
    top: 0;
    height: 100%;
    width: 5%;
    background-color: #f2f2f2;
    margin: 0 auto;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
.scroll-bar span.scroll-line {
    width: 2px;
    background-color: #A8A8A8;
    display: flex;
    height: 100%;
}
.scroll-bar span.scroll-line:after {
    content: "";
    background-color: var(--main-color);
    height: 8rem;
    width: auto;
    padding: 1px;
    position: sticky;
    top: 14rem;
}
.boder-line-bottom {
    position: relative;
}
.boder-line-bottom:after {
    display: block;
    content: '';
    position: absolute;
    z-index: 1;
    left: 1.9rem;
    bottom:0.23em;
    width: calc(100% - 3.15em);
    height: 1.8px;
    background-color: var(--white-color);
}
.bg-video {
	width: 100%;
}
.read-me-bottom > a {
	display: inline-block;
    position: relative;
    z-index: 1;
}
.read-me-bottom > a:hover {
	color: #FF5D97;
}
.read-me-bottom > a:hover .arrow {
    background-color: #FF5D97;
}
/****quoteImg**/
.quoteImg-text-outer {
    background: transparent linear-gradient(206deg, #41273C 0%, #B70D4E 100%) 0% 0% no-repeat padding-box;
    color: var(--white-color);
    padding:1.5rem;
    width: 100%;
}
.quoteImg-text-outer .display-flex {
    margin-bottom: 1rem;
}
.quoteImg {
	width: 2.5rem;
    margin-right: 0.5rem;
}
.quoteImg-text-outer .display-flex .quote-image {
    width: 7.6rem;
}
.quote-text {
    padding-left: 0.6rem;
}
.quote-description {
    font-size: 0.85rem;
}
.quoteImg-text-outer p {
    font-style: italic;
    font-family: 'din_prolight';
}
.quoteImg-text-outer p:last-child {
    margin-bottom: 0;
}
.quote-text .quote-name {
    font-size: 1rem;
    font-family: 'din_probold';
    margin: 0 0 0.15rem;
    color: var(--main-color);
}
/****background-filter*****/
.background-white-filter {
	background: rgb(255, 255, 255, 0.6);
	backdrop-filter: blur(30px);
}
/****section-top*****/
.section-top h1 {
    letter-spacing: 2px;
    margin: 0 0 1rem;
	font-weight: var(--weight-400);
}

.section-top h2.h1 {
    font-size: 4rem;
    letter-spacing: 0.3rem;
}
.scroll-wrap {
    overflow: auto;
    direction: rtl;
}
.scroll-wrap::-webkit-scrollbar-track { 
	-webkit-box-shadow: inset 0 0 1px rgba(0,0,0,0.3);
	 border-radius: 0.2rem;
	 background-color: transparent;
}
.scroll-wrap::-webkit-scrollbar {
	width: 0.2rem; 
	background-color: transparent;
} 
.scroll-wrap::-webkit-scrollbar-thumb {
	border-radius: 0.2rem;
	background-color: var(--main-color);
}
/**section-banner**/
.section-banner {
	min-height: 31.5rem;
}
.section-banner h1 {
    text-transform: uppercase;
}
.section-banner .writerBoxImage {
    width: 5.6rem;
    height: 5.6rem;
}
.section-banner .writerBoxData {
    margin-left: 1rem;
}
.section-banner .writerBoxData p {
    font-size: 1.5rem;
}
.section-banner .writerBoxData p strong {
    color: var(--main-color);
    font-size: 2rem;
    font-family: 'din_proregular';
}
/*****box-graph-start******/
.post-relative {
    position: relative;
}
.stats-container-height {
    height: 13rem;
}
.stats-container-height {
    display: flex;
    padding: 0 1.6rem 0 0;
    width: 26rem;
    position: relative;
}
.single-stat.display-flex-wrap.left-graph {
    display: flex;
    flex-direction: column-reverse;
    width: 3.1em;
    position: relative;
}
.stat-value-container.left-graph {
    border-right: 2px solid;
    padding-right: 1.15em;
}
.stat-value-container {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: 100%;
}
.place-center {
    place-content: flex-end;
    justify-content: center;
}
.left-graph .stat-number {
    padding: 0 0.5em;
    width: 100%;
}
.left-number {
    display: inline-block;
    transform: translate(-1em,0.6em);
    text-align: right;
    width: 2em;
    font-size: 0.8rem;
}
.left-graph-border {
    border-bottom: 2px solid;
    width: 4px;
    position: absolute;
    right: -6px;
    top: 0px;
}
.single-stat.display-flex {
    width: 100%;
}
.stat-type {
    position: absolute;
    bottom: -1.6em;
    width: 100%;
    padding-top: 0.5em;
    font-size: 0.8em;
    line-height: 1;
    text-align: center;
}
.stat-title {
    font-size: 0.9rem;
}
/**single-stat**/
.stat-values, .stat-value {
    height: 1rem;
}
.stat-value {
	background: transparent linear-gradient(270deg, #EE115D 0%, #41273C 100%) 0% 0% no-repeat padding-box;
}
.less-padding {
    padding: 0 0.2em;
    font-family: DINPro,sans-serif;
    font-weight: 500;
    font-size: 0.9rem;
}
.stat-number {
    /* padding: 0 0rem 0 0.3rem; */
    font-family: 'din_promedium';
    font-size: 0.8rem;
    text-align: center;	
}


/****section-footer**/
.section-footer-arrow {
    padding: 1.7rem 0;
	position: relative;
}
.section-footer-arrow .back-to-top:hover {
	color: #EE115D;
}
.section-footer-arrow a:hover  {
	color: #EE115D;
}
.section-footer-arrow a:hover span.icon {
	background: transparent linear-gradient(180deg, #B70D4E 0%, #EE115D 100%) 0% 0% no-repeat padding-box;
}
/****responsive-style***/
@media (max-width: 991px){
	.section-banner {
		min-height: 17rem;
	}
	.col-padding-large {
		padding-right: 0;
		padding-left: 0;
	}
	.col-padding-left-large {
		padding-left: 0;
	}
	.padding-right-small {
		padding-right: 0rem;
	}
	h1.pageTitle {
		font-size: 2rem;
		letter-spacing: normal;
		padding: 0 1rem 0 3rem 
	}
	.flex-third, .flex-1, .flex-2, .flex-3, .flex-4, .flex-5, .flex-6, .flex-7, .flex-8, .flex-9, .flex-10, .flex-11, .flex-12, .flex-35 {
		width: 100%;
	}
	.padding-bottom-small {
		padding-bottom: 1.5rem;
	}
	.section-padding-top {
		padding-top: 0.5rem;
	}
	.writerBox.display-flex.align-items-center {
		padding-left: 1.5rem;
		margin: 1rem 0 0;
	}
	.read-me-bottom {
		height: 5rem;
		/* margin-top: -5rem; */
		position: fixed;
		bottom: 0;
		left: 0;
		width: 100%;
	}
	.read-me-bottom a.btn {
		font-size: 1rem;
	}
	.nav-side-number .inner {
		position: absolute;
		top: 110px;
		left: -2rem;
		width: 3.8rem;
		height: 3.8rem;
	}
	.nav-side-number .inner span.count-left {
		width: 3.8rem;
		height: 3.8rem;
		right: -25%;
		font-size: 1rem;
	}
	.next-arrow a, .prev-arrow a {
		font-size: 1rem;
	}
	.read-me-bottom .arrow {
		margin: 1.5rem auto;
	}
	.read-me-bottom .arrow svg {
		width: 1.3rem;
		height:auto;
	}
	span.icon {
		height:3.8rem;
		width:3.8rem;
	}
	.prev-arrow span.icon {
		margin-left: -2rem;
	}
	.next-arrow a span.next-text, .prev-arrow a span.prev-text {
		margin: 0 0.4rem;
		font-size: 1rem;
		letter-spacing: normal;
	}
	.next-arrow span.icon {
		margin-right: -2rem;
	}
	span.icon svg {
		width: 1.25rem;
		height: 1.25rem;
	}
	.back-to-top {
		top: 0.5rem;
	}
	.back-to-top span.prev-text {
		font-size: 1rem;
	}
	
	/****quoteImg**/
	 .quoteImg-text-outer {
		width: 100%;
	}
	.quoteImg {
		width: 1.5rem;
	}
	/**section-banner**/
	.section-banner .writerBoxData p, .section-intro .writerBoxData p strong {
		font-size: 1rem;
	}
	.section-banner .writerBoxImage {
		width: 4.5rem;
		height: 4.5rem;
	}
	.section-banner .writerBoxData p strong {
		font-size: 1.25rem;
	}
	/**section-footer**/
	.section-footer-arrow .container {
		padding: 0 0;
	}
	.section-footer-arrow {
		padding: 0.8rem 0;
	}
	/*****box-graph-start******/
	.stats-container-height {
		width: 100%;
	}
}

@media (max-width: 767px){
	.p-as-h2 p, .h1-as-h2 h1, h2, .h2 {
		font-size: 1.25rem;
	}
	.section-top h1 {
		font-size: 1.2rem;
	}
	.section-top h2.h1 {
		font-size: 2.5rem;
	}
	.stat-number {
		font-size: 0.65rem;
	}
	.section-banner .mobile-lg img {
		height: 12rem;
		object-fit: cover;
		object-position: center;
	}
}
@media (max-width: 490px){
	h1.pageTitle {
		font-size: 1.8rem;
	}
	.section-top h1 {
		font-size: 1.2rem;
	}
	.next-arrow a, .prev-arrow a, .back-to-top span.prev-text {
		font-size: 1rem;
		letter-spacing: normal;
	}
	
}