* {
  box-sizing: border-box;
}
body {
  margin: 0;
}
*{
  box-sizing:border-box;
}
body{
  margin:0;
}
h2, h3, h4{
  color:inherit;
  font-family:inherit;
  font-weight:500;
  line-height:1.2;
  margin:0.5rem 0 1rem 0;
}
h2{
  font-size:2rem;
}
h3{
  font-size:1.75rem;
}
h4{
  font-size:1.5rem;
}
p{
  margin:0 0 0.9rem 0;
}
a{
  background-color:transparent;
  color:#c36;
  text-decoration:none;
}
a:hover{
  text-decoration:underline;
}
img{
  border:none;
  height:auto;
  max-width:100%;
  display:block;
}
label{
  display:inline-block;
  line-height:1;
  vertical-align:middle;
}
input[type=text], textarea{
  border:1px solid #666;
  border-radius:3px;
  padding:0.5rem 1rem;
  width:100%;
  font-family:inherit;
  font-size:1rem;
}
fieldset{
  padding:0.35em 0.75em 0.625em;
}
textarea{
  overflow:auto;
  resize:vertical;
}
ul, li{
  margin:0;
  padding:0;
}
li{
  list-style:none;
}
.hero-section{
  background:linear-gradient(rgba(27, 46, 60, 0.75), rgba(27, 46, 60, 0.75)), url('/Images/_98_0ea83f1e-ebd4-4bfe-92dd-0b7f19bc0d36.png') center/cover no-repeat;
  min-height:400px;
  display:flex;
  align-items:center;
  justify-content:center;
  padding:60px 30px;
}
.hero-section h1{
  color:#fff;
  font-family:'Peckham Press Trial', sans-serif;
  font-size:72px;
  font-weight:400;
  text-align:center;
  margin:0;
}
main{
  padding:100px 30px;
  max-width:1566px;
  margin:0 auto;
}
.content-section{
  margin-bottom:80px;
}
.content-section h2{
  font-family:'ChakraPetch', sans-serif;
  font-size:38px;
  font-weight:500;
  color:#1b2e3c;
  text-transform:uppercase;
  margin-bottom:30px;
}
.content-section p{
  font-family:'AvenirLTStd', sans-serif;
  font-size:20px;
  font-weight:300;
  line-height:1.6;
  color:#333;
  margin-bottom:20px;
}
.content-section ul{
  list-style:disc;
  padding-left:20px;
}
.content-section ul li{
  font-family:'AvenirLTStd', sans-serif;
  font-size:18px;
  font-weight:300;
  line-height:1.6;
  color:#333;
  margin-bottom:15px;
}
.content-section a{
  color:#c36;
  text-decoration:underline;
}
.content-section a:hover{
  color:#b12435;
}
#imcra2{
  color:#fff;
}
#if5sd{
  font-size:16px;
}
@media (max-width: 1199px){
  .content-section h2{
	font-size:28px;
  }
  .content-section p, .content-section ul li{
	font-size:16px;
  }
  .hero-section h1{
	font-size:44px;
  }
}
@media (max-width: 768px){
  main{
	padding:40px 15px;
  }
  .content-section h2{
	font-size:22px;
  }
  .content-section p, .content-section ul li{
	font-size:14px;
  }
  .hero-section h1{
	font-size:28px;
  }
  .hero-section{
	min-height:250px;
	padding:40px 20px;
  }
}