@charset 'UTF-8';

html,
html * {
  box-sizing: content-box;
  margin: 0;
  padding: 0;
  font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
  font-size: 24px;
  word-spacing: normal;
}

@import "compass/css3";

 * {box-sizing: border-box;}



 p {
  font-size: 16px;
 }

 .hero-inner, .section {
    width:95vw;
    max-width: 1200px;
    margin-left:auto;
    margin-right:auto;
    border-radius: 10px;
    border: 1px solid rgb(61, 61, 206);
    background-color: rgb(61, 61, 206); 
    border: 1px solid white;
    background-color: white; 
    box-shadow: -4px 4px 8px 4px rgba(0, 0, 0, 0.2), -4px 6px 10px 6px rgba(0, 0, 0, 0.19);
    
 }

 .section {
    width:95vw;
    margin-left:auto;
    margin-right:auto;
    border-radius: 10px;
    border: 1px solid rgb(61, 61, 206);
    background-color: rgb(61, 61, 206); 
    border: 1px solid white;
    background-color: white; 
    box-shadow: -4px 4px 8px 4px rgba(0, 0, 0, 0.2), -4px 6px 10px 6px rgba(0, 0, 0, 0.19);
    
 }

.hero-copy, .section-copy {
    width: 95%;
      margin-left:auto;
    margin-right:auto;
}

ul li {
    list-style: none; 
}

.hero-copy h1 {
  font-size: 32px;
    color: white;
    color: black;
    color:rgb(61, 61, 206);
    font-weight: 330;
}

.hero-copy h2 {
  font-size: 26px;
    color: white;
    color: black;
    color:rgb(61, 61, 206);
    font-weight: 330;
}

.hero-copy h3 {
  font-size: 24px;
    color: white;
    color: black;
    color:rgb(61, 61, 206);
    font-weight: 300;
}

.hero-copy p {
  
    color: white;
      color: black;
      width:100%;

}

.hero-copy a {
    color: white;
    color: black;
}



.hero-actions {
  width: inherit;
  margin-left: auto;
  margin-right: auto;
}



.hero-actions a:hover {
    color: whitesmoke;
    color: black;
}

/* HERO BUTTONS */
.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 18px;
  align-items: center;
}

.hero-actions .btn {
  display: inline-flex;
  width: 100%;
  max-width: 350px;
  align-items: center;
  justify-content: center;
  /*gap: 10px;*/
  padding: 6px 9px;
  border-radius: 10px;
  font-weight: 330;
  font-size: 20px;
  line-height: 1;
  text-decoration: none;
  border: 1px solid transparent;
  transition: transform .15s ease, box-shadow .15s ease, background-color .15s ease, border-color .15s ease, color .15s ease;
  -webkit-tap-highlight-color: transparent;
}

.hero-actions .btn:focus{
  outline: none;
}

.hero-actions .btn:focus-visible{
  outline: 3px solid rgba(0,0,0,.25);
  outline-offset: 3px;
}

/* PRIMARY */
.hero-actions .btn.primary{
  background: rgb(61, 61, 206);          /* near-black */
  color: #ffffff;
  box-shadow: 0 10px 22px rgba(0,0,0,.20);
}

.hero-actions .btn.primary:hover{
  transform: translateY(-1px);
  box-shadow: 0 14px 28px rgba(0,0,0,.25);
}

.hero-actions .btn.primary:active{
  transform: translateY(0);
  box-shadow: 0 8px 16px rgba(0,0,0,.18);
}

/* GHOST */
.hero-actions .btn.ghost{
  background: rgba(255,255,255,.0);
  color: rgb(61, 61, 206);
  border: 1px rgb(61, 61, 206) solid;
}

.hero-actions .btn.ghost:hover{
  background: rgba(17,24,39,.06);
  border-color: rgba(17,24,39,.40);
  transform: translateY(-1px);
}

.hero-actions .btn.ghost:active{
  transform: translateY(0);
}

.two-column ul {
  padding-left:20px;
}

.two-column ul li {
  list-style-type:disc;
}

.process-grid {
  width: 100%;
   border: 1px rgb(61, 61, 206) solid;
    border-radius: 10px;
    margin-bottom:20px;
}

.process-step {
  width: 90%;
   margin-left: auto;
  margin-right: auto;
 
}





.process-step ul {
  padding-left:20px;
}

.process-step ul li {
  list-style-type:disc;
  
}








/* Responsive: stack nicely on small screens */
@media only screen and (min-width: 480px) {


  .hero-actions{
    flex-direction: column;
    align-items: stretch;
  }
  .hero-actions .btn{
    width: inherit;
  }



.section {
  width: 95vw;
    margin-left:auto;
  margin-right:auto;
   border: 1px solid white;
    background-color: white; 
    box-shadow: -4px 4px 8px 4px rgba(0, 0, 0, 0.2), -4px 6px 10px 6px rgba(0, 0, 0, 0.19);
    margin-bottom: 20px;
}

.container {
  width: 95%;
  margin-left:auto;
  margin-right:auto;
  border: 1px solid white;
}

}

@media only screen and (min-width: 1024px) { 

.hero-inner {
    width:65vw;
     
    
 }

ul li {
  margin-left: 40px;
    list-style:disc;
}





}