:root{
  --branding-color-100: rgba(202, 63, 8, 1);
  --chrome-button-color: #1a73e8;
  --whitest: rgba(255,255,255,1);
  --muted-color: rgba(72, 62, 39, 0.7);
  --border-color-1: rgba(107,93,57,.1);
  --text-color: rgba(25,28,31,1);
  --dark-over-1: rgba(107,93,57,.085);
  --dark-over-4: rgba(0,0,0,.5);
  --border-radius: .375rem;
  --spacing-1: .25rem; /**/
  --spacing-2: .75rem; /**/
  --spacing-3: 2.5rem; /* =40px */
  --text-caption-2: .5625rem; /* =9px */
  --text-body-1: .9rem; /* =12px */
  --text-body-2: 1.25rem; /* =20px */
  --text-header-med: 1.5rem; /* */
  --text-header-large: 3.5rem;
  --san-serif: normal 400 1rem/145% "Hanken Grotesk", "Helvetica Neue", Helvetica, sans-serif;
  --serif: normal 400 1rem/155% "Libre Caslon Text", "Times New Roman",serif;
}
/* Meyer Reset */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}table{border-collapse:collapse;border-spacing:0}

/**/
h1{
  font: var(--serif);
  font-size: 4rem;
  letter-spacing: -0.04rem;
  line-height: 125%;
  margin: 0;
  color: var(--text-color);
}
h2{
  font: var(--serif);
  font-optical-sizing: auto;
  font-size: 2.5rem;
  font-weight: 700;
}
h3{
  font: var(--san-serif);
  font-weight: 700;
  font-size: 1rem;
}
p{
  max-width: 45rem;
  color: var(--muted-color);
}
.button, button{
  outline: none;
  border: none;
  padding: 1rem 2rem;
  font: var(--san-serif);
  border-radius: 100px;
  box-shadow: 2px 2px 5px 3px rgba(0, 0, 0, 0.13);
  display: flex;
  gap: 1rem;
  font-size: var(--text-body-2);
  margin: .05rem;
  transition: all .1s ease-in-out;
}
.button img{
  max-height: 24px;
  max-width: 24px;
}
.button:hover{
  cursor: pointer;
  margin: 0 0 .1rem .1rem;
  box-shadow: 0px 5px 7px 5px rgba(0, 0, 0, 0.16);
}
.button:active{
  margin: .05rem;
  box-shadow: none;
}
.button.chrome{
  color: var(--whitest);
  background: url(images/G-logo.svg) no-repeat 1rem center / 24px 24px;
  background-color: var(--chrome-button-color);
  padding-left: 3.5rem;
}
.button.chrome:hover{
  background-color: #1f79ef;
}
.button.chrome:active{
  background-color: #095cca;
}
section{
  display: flex;
  flex-direction: column;
  align-items: center;
}
.headerSection{
  gap: .5rem;
  margin-bottom: 2rem;
}
.subheader{
  font: var(--san-serif);
  color: var(--text-color);
}
.break{
  object-fit: none;
}
.hide{
  display: none;
}
/**/
body{
	font: var(--san-serif);
  padding: 0;
  margin: 0;
}
#content{
  display: flex;
  flex-direction: column;
  background-color: #ebebeb;
}
p.subheader{
  max-width: inherit;
  font-size: 1.1rem;
}
.flexRow{
  display: flex;
  flex-direction: row;
}
.centered{
  text-align: center;
}
#hero {
  background: #cac8c6;
  width: 100%;
  display: flex;
  min-height: 750px;
  flex-direction: column;
  align-items: stretch;
}
#hero .content{
  padding: 5vh 2rem 0;
  gap: 3rem;
}
#hero .headerSection{
  margin-bottom: 0;
}
#holding{
  background: url(images/holding-books.png) no-repeat center bottom;
  background-size: contain;
  flex: 1;
}
#howItWorks ul{
  list-style: none;
  display: flex;
  gap: 2rem;
  margin: 1rem 3rem 3rem;
}
#howItWorks li{
  background-color: var(--whitest);
  flex: 1;
  border-radius: .5rem;
  padding: 1rem;
  text-align: left;
}
#howItWorks li p{
  color: var(--muted-color);
  font-size: .9rem;
  line-height: 142%;
  margin-top: 0.5rem;
}
section.info{
  padding: 4rem 0;
}
.listIMG{
  background-color: #DCDCDC;
  min-height: 144px;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  margin-bottom: 1rem;
}
#whyYouNeedIt ul{
  display: grid;
  grid-template-columns: 1fr 1fr; /* Creates two equal-width columns */
  gap: 20px; /* Adds space between columns */
  max-width: 1000px;
  margin-top: 2rem;
}
#whyYouNeedIt li{
  padding: 2rem;
}
#whyYouNeedIt li img{
  margin-bottom: 1rem;
}
#whyYouNeedIt li p{
  max-width: 23rem;
}
#whoFor{
  max-width: 1000px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  gap: 2rem;
}
.wifImg{
  max-width: 80px;
}
#whoFor ul{
  display: grid;
  grid-template-columns: 1fr 1fr;
  width: 60%;
  gap: 1rem;
}
#whoFor li{
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 2rem;
}
#getStarted{
  justify-content: space-between;
  margin: 0 auto;
  display: flex;
  gap: 2rem;
  width: 100%;
  max-width: 1000px;
}
#getStarted h2{
  text-align: right;
  font: var(--san-serif);
  font-size: 2.75rem;
  font-weight: 500;
}
#getStarted .flexColumn{
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 1rem;
  margin-right: 2rem;
  text-align: center;
}
.sorry{
  font-size: 1.2rem;
  line-height: 140%;
  max-width: 30rem;
}
@media screen and (max-width: 1040px) {
  p.subheader {
    max-width: 40rem;
  }
  #whoFor h2, #getStarted h2{
    margin-left: 2rem;
  }
  #whoFor ul{
    margin-right: 1.5rem;
  }
  #getStarted h2{
    font-size: 2rem;
  }
  .wifImg{
    max-width: 65px;
  }
}
@media screen and (max-width: 850px) {
  #howItWorks ul{
    gap: 1rem;
    flex-direction: column;
  }
  #getStarted{
    flex-direction: column;
  }
  #getStarted .flexColumn{
    margin-right: 0;
  }
  #getStarted h2{
    margin-left: 0;
  }
  #whoFor{
    flex-direction: column;
  }
  #whoFor ul{
    gap: 10vw;
    width: inherit;
    margin: 1rem 4rem;
  }
  #whoFor li{

  }
}