html {
	display: flex;
    height: 100%;
    width: 100%;
}
body {
	display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    width: 100%;
}
body, h1, div, span {
  font-family: "Poppins", sans-serif !important;
}
a {
	 font-family: "Inter", sans-serif !important;
}
.wrapper {
	padding: 0 40px;
}
header img {
	margin-top: 24px;
}
.mobile-img-container {
	display: none;
}
.container {
	margin-top: 115px;
}
.hero-container {
	position: relative;
    display: flex;  
}
.links {
    margin-top: 116px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.link a {
	color: #152733;
    border-bottom: 1px solid #152733;
    text-decoration: none;
    padding-bottom: 2px;
}
.link span:first-child {
	padding-right: 16px;
}
.pipe {
	width: 1px;
    height: 5px;
    border-right: 1px solid #CFD4DA;
    margin-left: 8px;
    margin-right: 8px;
}
.hero-container h1 {
	color: #152733;
	margin-bottom: 48px;
	font-size: 64px;
	line-height: 68px;
	font-weight:600;	
}
.hero-container h1 span {
	font-weight: 400;
}
.hero-left {
	display: flex;
    flex-direction: column;
    width: 715px;
}
.hero-buttons {
    display: flex;
}
.hero-right {
	display: flex;
    flex-direction: column;
    align-items: flex-end;
    margin-top: -102px;
}
.hero-right img{
	width: 453px;
	height: 453px;
	margin-top: -50px;    
}
.button-links {
	 font-weight:600;	 
	font-size: 16px;
    padding: 16px 32px;
    background: #DB3B0A;
    border-radius: 64px;
    color: white;
    text-decoration: none;
    letter-spacing: 1px;
    text-align: center;
}
.seismic-button {
	margin-right: 24px;
	color: #152733;
	border: 2px solid #152733;
	background-color: transparent;
}
.circle {
	 height: 25px;
  	width: 25px;
  	background-color: #152733;
  	border-radius: 50%;
  	display: inline-block;
}
.semi-circle-midnight {
    width: 64px;
    height: 32px;
    background-color: #152733;
    border-bottom-left-radius: 64px;
    border-bottom-right-radius: 64px;
    display: inline-block;
  	position: absolute;
    left: 43%;
}

.semi-circle-orange {
	width: 32px;
    height: 16px;
    background-color: #F1592A;
    border-top-left-radius: 32px;
    border-top-right-radius: 32px;
    display: inline-block;
    margin-left: 804px;
    position: absolute;
    right: 40%;
    bottom: 0;
}
.circle-buttermilk {
	width: 24px;
	height: 24px;
	background-color: #FFE5BF;
  	border-radius: 50%;
  	display: inline-block;
}
.circle-blue {
	width: 32px;
    height: 32px;
    background-color: transparent;
    border-radius: 50%;
    display: inline-block;
    border: 1px solid #178AF7;
    margin-top: -36px;
}
.circles {
	display: flex;
    flex-direction: column-reverse;
    transform: rotate(45deg);
}
.circle-creamsicle {
	width: 48px;
	height: 48px;
	background-color: #FABE8A;
  	border-radius: 50%;
  	display: inline-block;
}
.circle-creamsicle-outline {
	width: 48px;
	height: 48px;
	background-color: transparent;
  	border-radius: 50%;
  	display: inline-block;
  	border: 1px solid #FABE8A;
  	margin-top: -19px;
}

@media screen and (min-width: 775px) and (max-width: 995px) {	
	.hero-buttons {
	    flex-direction: column;
	}
	.seismic-button {
		margin-bottom: 32px;
		margin-right: 0;
	}
	
	.hero-right img {
		width: 348px;
		height: 348px;
		margin-top: 0;
	}

}

@media screen and (max-width: 775px) {
	.hero-buttons {
	    flex-direction: column;
	}
	.seismic-button {
		margin-bottom: 16px;
		margin-right: 0;
	}
	.hero-right {
		display: none;
	}
	.mobile-img-container {
		display: block;
		margin-top: 55px;
	    margin-bottom: 0;
	    text-align: center;
	}
	.mobile-hero-img {
		width: 288px;	
		height: 288px;	
	}
	.links {
		margin-top: 45px;
	}
}
