
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/* Base Elements */
a {
  text-decoration: none;
  color: #C48133;
  transition: color 0.5s;
}

a:hover {
  color: #A36621;
}

h1,
h2,
h3 {
  font-family: "IBM Plex Sans", sans-serif;
}


h1 {
  color: #081F12;
  font-weight: 500;
  font-size: calc(max(42px, .05 * 100vw));
  margin-bottom: 0.3em;
  margin-top: 0.5em;
}

h2 {
  color: #081F12;
  font-weight: 500;
  font-size: calc(max(32px, .04 * 100vw));
  text-align: center;
  margin-bottom: 1.3em;
  padding-top: 3.1em;
}


h3 {
  font-weight: 300;
  font-size: calc(max(18px, .025 * 100vw));
  margin-bottom: 0.3em;
  margin-top: 0.5em;
}

.content-body h3 {
  font-weight: 700; 
}


.hero {
  text-align: center;
  margin: 0 auto;
  margin-bottom: 1em;
  margin-top: 1.5em;
  line-height: 1.2;
  word-wrap: break-word;
  font-weight: 500;
  font-size: calc(max(34px, 4px + .06 * 100vw));
  /* this is about 5em on large screens ~ 80px*/
}


.gradient-text {
  color: #fff;
  background: linear-gradient(45deg, #8133C4, #33C481);
  /* background: linear-gradient(45deg, #6621A3, #21A366); */
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-align: center;
  margin: 20px 0;
  white-space: nowrap;
}



.hero-subtext {
  font-family: "Inter", sans-serif;
  font-weight: 500;
  color: #666;
  text-align: center;
  margin: 20px auto;
  margin-bottom: 200px;
  opacity: 0;
  animation: fadeIn 1.5s ease-out forwards;
  animation-delay: .5s;
  max-width: calc(max(75%, 768px));
  line-height: 1.3em !important;
  
  /* this is about 2.5em on large screens ~ 40px*/
  font-size: calc(max(22px, 4px + .028 * 100vw));

}



@keyframes fadeIn {
  from {
    opacity: 0;
    filter: blur(10px);
  }

  to {
    opacity: 1;
    filter: blur(0px);
  }
}

.content-body p {
  line-height: 1.7em;
  margin-bottom: 1em;
  margin-top: 0;
  max-width: 800px;
}

.content-body p:has(+ ul) {
  margin-bottom: 0;
}

.content-body li {
  line-height: 1.7em;
}

.content-body ul {
  list-style-type: disc;
  padding-left: 20px;
  margin-bottom: 16px;
}

img {
  max-width: 100%;
}

strong {
  font-weight: 500;
}


.product-logo.long {
  max-width: min(80%, calc(200px + 0.15 * 100vw));
  margin: 0 auto;
}

.product-logo {
  max-width: min(60%, calc(100px + 0.1 * 100vw));
  margin: 0 auto;
}


/* 
  attempt to right align the toggle button but flex display conflicts with block
  .has-submenu > a {
    display: flex;
    justify-content: space-between; 
    align-items: center; 
    width: 100%; 
  } */


  .content-footer {
    display: flex;
    flex-flow: row wrap;
  }
  
  .footer__logo {
    max-width: 150px;
    margin-right: 1em;
    margin-top: 0.4em;
  }
  
  .content-footer>* {
    flex: 1 100%;
  }
  
  .content-footer h2 {
    padding-top: 0.5em;
    margin-bottom: 0.3em;
    font-weight: 500;
    text-align: left;
    font-weight: 500;
    color: #fff ;
    font-size: 24px;
  }
  
  
  
  .content-footer address {
    margin-top: 18px;
    font-style: normal;
  }
  
  .content-footer address img {
    margin-top: 10px;
    width: 200px;
    left: -3px;
    position: relative;
    z-index: 0;
  }
  
  .footer__addr {
    margin-right: 1em;
    margin-bottom: 2em;
  }
  
  .content-footer li a {
    position: relative;
  }
  
  .content-footer li a.active:after,
  .content-footer li a:hover:after {
    width: 100%;
  }
  
  .content-footer li a:after {
    background: #fff;
    bottom: -2px;
    content: "";
    display: block;
    height: 0.1px;
    padding-bottom: 1px;
    position: absolute;
    transition: .4s;
    width: 0;
  }
  
  .footer__addr h2 {
    font-size: 24px;
    color: #fff;
    font-weight: 500;
  }
  
  .content-footer ul {
    list-style: none;
    padding-left: 0;
  }
  
  .content-footer li {
    line-height: 2em;
    text-wrap: nowrap;
  }
  
  .content-footer li a.active,
  .content-footer li a:hover {
    color: #fff;
  }
  
  .content-footer a {
    text-decoration: none;
  }
  
  .footer__nav {
    display: flex;
    flex-flow: row wrap;
  }
  
  .footer__nav>* {
    flex: 1 50%;
    margin-right: 1.25em;
  }
  
  .footer__nav>li {
    min-width: 200px;
  }
  
  /* .nav__title {
    font-weight: 500;
    color: #fff;
    font-size: 24px;
  } */
  
  .footer__nav {
    display: flex;
    flex-flow: row wrap;
  }
  
  .nav__ul a {
    color: #ccc;
  }
  
  .nav__ul--extra {
    column-count: 2;
    column-gap: 1.25em;
  }
  
  .legal {
    font-size: 0.7em;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    color: #ccc;
    margin-top: 20px;
  }
  
  .legal .legal__links {
    /*margin-left: auto;*/
    margin-left: 20px;
  }
  
  .legal__links {
    display: flex;
    align-items: center;
  }
  
  .legal__links li {
    display: inline-block;
    margin-left: 10px;
  }
  
  
  .legal__links li:first-child {
    margin-left: 0;
  }
  

  