	/* reset margin and padding to 0 */
	* {
		padding: 0;
		margin: 0;
	}

	.bg-zego-dark {
		background-color: #0c173c;
	}

	.bg-zego-dark h1, .bg-zego-dark h2, .bg-zego-dark h3, .bg-zego-dark p, .bg-zego-dark .zego-hyplink a {
		color: #ffffff;
	}

	.bg-zego-light {
		background-color: #f1f1f3;
	}

	

	p {
		font-family: acumin-pro, sans-serif;
		font-weight: 400;
		color: #0c173c;
		font-size: 16px;
		line-height: 1.6;
		padding: 0 0 10px;

	}

	h1, h2, h3, h4, h5, h6 {
		font-family: acumin-pro-wide, sans-serif !important;
		font-weight: 700 !important;
		line-height: 1.2 !important;
		color: #0c173c;
	}

	h1 > span.text-emphasize {
		
		box-shadow: 12px 0px #fff inset, 0px 12px #fff inset, 12px -12px #fff, 0px -12px #ee305a inset, 12px 0px #ee305a;
		position: relative;
		z-index: -1;

	}

	h2 > span.text-emphasize {
		
		box-shadow: 8px 0px #fff inset, 0px 8px #fff inset, 8px -8px #fff, 0px -8px #ee305a inset, 8px 0px #ee305a;
		position: relative;
		z-index: -2;

	}

	.h1subheadline {
		font-family: acumin-pro, sans-serif;
		font-weight: 500;
		font-size: 22px;
		line-height: 1.4;
		padding: 0 0 10px;

	}

	.h2subheadline {
		font-family: acumin-pro, sans-serif;
		font-weight: 500;
		font-size: 18px;
		line-height: 1.4;
		padding: 0 0 10px;

	}

/*-------------Nav Header--------------*/

.nav-shadow {
	box-shadow: 0 2px 5px #bababa;
}

.nav-bg-white {
	background-color: #ffffff;
}

.nav-link {
	font-family: acumin-pro-wide, sans-serif !important;
	font-weight: 600 !important;
	color: #0c173c !important;
  }

  .nav-link:hover {
	color: #ee305a !important;
  }

.dropdown-menu {
	font-family: acumin-pro, sans-serif !important;
	font-weight: 400 !important;
	background-color: #0c173c;

}

.dropdown-item {
	color: #f1f1f3;
} 

.dropdown-item:hover {
	color: #ffffff;
	background: transparent !important;
} 



/*------------------------------------------------------*/


.undln-title {
    position: relative;
    font-family: acumin-pro-wide,sans-serif;
    font-weight: 700;
    font-size: 2em;
    color: #0c173c;
    margin-top: 15px;
}

.undln-title::before {
  content:'';
  position:absolute;
  left:.25em;
  bottom: 0.125em;
  width: calc(100% - .1875rem);
  height:.25em;
  background:#ffb826;
  pointer-events:none;
  opacity: 1;

}

.undln-title span{
    position:relative;
}


/*-------------------Button Style--------------------*/

a.btn-zego-mint {
  background-color: transparent;
  border: 2pt solid #59c09b;
  border-radius: 2px;
  color: #0c173c;
  padding: 15px 32px;
  text-align: center;
  text-align: center;
  text-decoration: none;
  text-transform: none;
  display: inline-block;
  font-weight: 600;
  font-family: acumin-pro-wide, sans-serif;
  line-height: 1.4em;
  margin: 10px 10px;
  transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s; /* Safari */
  
}

a.btn-zego-mint:hover {
    background-color: #59c09b;
    border: 2pt solid #59c09b;
    color: #0c173c;
    text-decoration: none;
}

/*-------------Link style------------------*/

.zego-hyplink a {
  text-decoration-line: underline;
  -webkit-text-decoration-line: underline; /* Safari */
  text-decoration-skip-ink: auto;
  text-decoration-color: #ee305a;
  -webkit-text-decoration-color: #ee305a; /* safari still uses vendor prefix */
  color: #0c173c;
  font-weight: 600;
}

.zego-hyplink a:hover {
  text-decoration-line: underline;
  -webkit-text-decoration-line: underline; /* Safari */
  text-decoration-skip-ink: auto;
  text-decoration-color: #ee305a;
  -webkit-text-decoration-color: #ee305a; /* safari still uses vendor prefix */
  color: #ee305a;
  font-weight: 600;
}


/*-------Background Div Slant---------*/

.bg-slant {
	position: relative;
	box-sizing: border-box;
	
}

.bg-slant:after {
	position: absolute;
	width: 100%;
	height: 100%;
	content: "";
	background: inherit;
	z-index: -1;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	transform-origin: top left;
	transform: skewY(-4deg);
}


/*-------Footert---------*/


