.hero {
    background-color: #000;
    justify-content: center;
    align-items: center;
    min-height: 100svh;
    padding-top: 80px;
    padding-left: 5%;
    padding-right: 5%;
    display: flex;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
  }
  
  

  .herocontainer {
    z-index: 20;
    flex-direction: column;
    align-items: center;
    width: 100%;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
  }

  .hero-title-flex.left {
    justify-content: flex-start;
}

.hero-title-flex {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    display: flex;
}



.margin-30px {
    margin-top: 30px;
}



.subhead-main {
    opacity: 1;
    color: #fff;
    font-size: 33px;
    font-weight: 600;
    line-height: 1.3;
}

p {
    color: var(--light-blue);
    text-transform: none;
    margin-bottom: 10px;
    font-family: Inter Tight, sans-serif;
    font-size: 17px;
    font-weight: 500;
    line-height: 1.3;
}

.scroll-down-wrapper {
    z-index: 10;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 10px 5%;
    display: flex;
    position: absolute;
    bottom: 30px;
    left: 0;
    right: 0;
}

.testimonials{
    display: none;
}

.section.rounded-top {
    border-top-left-radius: 100px;
    border-top-right-radius: 100px;
}

.section {
    background-color: #fff;
    padding: 100px 5%;
    position: relative;
}

.button-9 {
    appearance: button;
    backface-visibility: hidden;
    background-color: #405cf5;
    border-radius: 6px;
    border-width: 0;
    box-shadow: rgba(50, 50, 93, .1) 0 0 0 1px inset,rgba(50, 50, 93, .1) 0 2px 5px 0,rgba(0, 0, 0, .07) 0 1px 1px 0;
    box-sizing: border-box;
    color: #fff;
    cursor: pointer;
    font-family: -apple-system,system-ui,"Segoe UI",Roboto,"Helvetica Neue",Ubuntu,sans-serif;
    font-size: 100%;
    height: 44px;
    line-height: 1.15;
    margin: 12px 0 0;
    outline: none;
    overflow: hidden;
    padding: 0 25px;
    position: relative;
    text-align: center;
    text-transform: none;
    transform: translateZ(0);
    transition: all .2s,box-shadow .08s ease-in;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    width: 100%;
  }

  .button-9:hover
{
  opacity: 1;
  background-color: #00EEE0;
  border: 1px #99ccff solid;
}

.button-9:active
{
  background-color: #00CCC0;
  border: 1px #000000 solid;
}
  
 
 .removefoot{
    display: none;
 }

 .footer {
    background-color: var(--floral-white);
    flex-direction: column;
    justify-content: flex-end;
    min-height: 350px;
    margin-left: auto;
    margin-right: auto;
    padding: 30px 5% 40px;
    display: flex;
    position: relative;
}

.footcontainer {
    z-index: 20;
    flex-direction: column;
    width: 100%;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}



.footer-tag {
    grid-column-gap: 10px;
    align-items: center;
    margin-bottom: 20px;
    display: flex;
}

.flex-tag-footer.white {
    border-width: 2px;
    border-color: black;
    color: black;
    font-weight: 600;
}

.flex-tag-footer {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    color: #000;
    text-transform: uppercase;
    border: 2px solid #000;
    border-radius: 50px;
    align-items: center;
    padding: 11px 20px;
    display: flex;
}

.footer-title-tag {
    font-size: 13px;
    font-weight: 600;
    line-height: 1.1;
}

.margin-40px {
    margin-top: 40px;
}



.flex-left.add-bottom {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
}

.flex-left {
    flex-direction: column;
    align-items: flex-start;
    display: flex;
}

.link-underline {
    border-bottom: 2px solid black;
    color: black;
    padding-bottom: 4px;
    font-size: 16px;
    font-weight: 600;
}

.footer-tag {
    grid-column-gap: 10px;
    align-items: center;
    margin-bottom: 20px;
    display: flex;
}
.margin-40px {
    margin-top: 40px;
}


.margin-30px {
    margin-top: 30px;
}

.social-wrapper.absolute-right {
    flex-direction: row;
    justify-content: flex-start;
}

.social-wrapper {
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    display: flex;
    position: relative;
}

.social-icon {
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    display: flex;
    position: relative;
}
.animation-image {
    z-index: 1;
    filter: invert();
    width: 20px;
    position: relative;
}
img {
    max-width: 100%;
    vertical-align: middle;
    display: inline-block;
    border: 0;
}

.insidelinks {
    opacity: 1;
    color: black;
    text-transform: none;
    margin-bottom: 10px;
    font-family: Inter Tight, sans-serif;
    font-size: 17px;
    font-weight: 500;
    line-height: 1.3;
}

.w-inline-block {
    max-width: 100%;
    display: inline-block;
}


.margin-70px {
    margin-top: 70px;
}
.copyright {
    color: black;
    margin-bottom: 0;
    font-size: 15px;
    font-weight: 500;
}

.gray-link {
    color: black;
    text-decoration: none;
    display: inline;
}

.flex-link {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    display: flex;
}

.link-no-overline {
    text-decoration: none;
}

.w-inline-block {
    max-width: 100%;
    display: inline-block;
}








.removepipe{
display: none;
}




@media only screen and (min-width: 500px) and (max-width: 1800px) {
    .footer-grid {
        grid-column-gap: 10px;
        grid-row-gap: 40px;
        grid-template-rows: auto;
        grid-template-columns: 1.9fr .1fr 0.5fr;
        grid-auto-columns: 2fr;
        display: grid;
    }

    .copyright-flex {
        grid-column-gap: 15px;
        grid-row-gap: 15px;
        justify-content: space-between;
        align-items: center;
        display: flex;
    }

    .visit-grid {
        grid-column-gap: 30px;
        grid-row-gap: 30px;
        grid-template-rows: auto;
        grid-template-columns: 1fr 1fr 1fr;
        grid-auto-columns: 1fr;
        display: grid;
    }
    .hero.for-inner {
        background-image: url(/partner.png);
         background-position: 100% 190px;
         
         background-repeat: no-repeat;
         background-size: 600px;
         justify-content: center;
         align-items: center;
         min-height: auto;
         padding-top: 200px;
         padding-bottom: 160px;
       }
  .display-1 {
    color: white;
    margin-top: 0;
    margin-bottom: 5px;
    font-size: 90px;
    font-weight: 500;
    line-height: 1;
}

.subhead-main._600px {
    max-width: 600px;
    
}

.mobile-socials{
    display: none;
  }

}

@media only screen and (min-width: 300px) and (max-width: 479px) {
  .desktop-socials{
    display: none;
  }
    .hero.for-inner {
        background-image: url(/partner.png);
         background-position: 100% 350px;
         margin-bottom: 10px;
         background-repeat: no-repeat;
         background-size: 350px;
         justify-content: center;
         align-items: center;
         min-height: auto;
         padding-top: 200px;
         padding-bottom: 160px;
       }
       svg:not(:root){
        display: none;
       }
    .footer-grid {
       
        display: table-cell;
    }

    .copyright-flex {
        grid-column-gap: 15px;
        grid-row-gap: 15px;
        justify-content: start;
        align-items: start;
        display: flex;
    }
    .visit-grid {
         display: table-cell;
    }
    .subhead-main._600px {
        max-width: 600px;
        font-size: 25px;
    }
    
    .display-1 {
        font-size: 30px;
    }

    .herocontainer {
        z-index: 20;
        
        flex-direction: column;
        align-items: center;
        width: 100%;
        max-width: 1200px;
        margin-left: auto;
        margin-right: auto;
        position: relative;
      }
  }
