/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/

body {
    background-color: #F4F1EA;
    margin: 0;
    font-family: 'Roobert', Arial, Helvetica, sans-serif;
    color: #0d5234;

}

h2 {
    font-family: 'Roobert', Arial, Helvetica, sans-serif;
    font-size: 2.25rem;
    font-weight: 700;
    line-height: 1.5;
    font-style: normal;
}

h6 {
    font-family: 'Roobert', Arial, Helvetica, sans-serif;
    font-size: 1.125rem;
    font-weight: 600;
    line-height: 1.3;
    font-style: normal;
}

p {
    font-family: 'Roobert', Arial, Helvetica, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 1.125rem;
    line-height: 1.5;
}

a {
    outline: none;
    text-decoration: underline;
    color: #0d5234;
}

a:hover {
  color: #56bc72;
transition: color .15s ease-out;
}

.tsc-header {
    display: flex;
    width: 100%;
    height: 7rem;
}

.tsc-container {
    background-color: #F4F1EA;
}


.main-content-container {
    /*max-width: 1440px; */
    margin: 0 auto;
}



.dark-green-header {
    width: 70%;
    display: flex;
    align-items: center;
    background-color: #0d5234;
}

.dark-green-header img {
    display: flex;
    width: 13.375rem;
    height: 1.5rem;
    padding-left: 2rem;
}

.bright-green-header {
    width: 30%;
    background-color: #02c06a;
}

.tsc-hero-section {
    display: flex;
    margin: 0 auto;
    padding: 0 8rem;
}

.tsc-asset-content {
    display: flex;
    width: 50%;
    flex-direction: column;
    margin-top: 2.5rem;

}

.asset-copy-heading {
    display: flex;
    flex-direction: column;
}

.asset-copy-heading p{
    margin-top: 0;
}

.Asset-key-points-section {
    display: flex;
    flex-direction: column;

}

.asset-key-point {
    display: flex;
    align-items: start;
}

.key-point-image {
    display: flex;
}

.key-point-image img {
    width: 0.625rem;
    height: 1.25rem;
}

.key-point-copy {
    display: flex;
    padding-left: 1rem;
    flex-direction: column;
}

.key-point-copy h6 {
    margin-top: 0;
    margin-bottom: 0;
}

.key-point-copy p {
    margin: 0.5rem 0;
}

.asset-key-points-image {
  margin: 0 auto;
  padding: 2rem 0 4rem 0;
}

.asset-key-points-image img {
  width: 15.625rem;
  height: auto;
}


.tsc-lp-form{
    display: flex;
    flex-direction: column;
    width: 50%;
    background-color: #D1DFFD;
/*     justify-content: center; */
    align-items: center;
    border-radius: 10px;
    margin: 4rem;
    padding: 1.5rem 2rem;
}

form {
  width:100%;
}

.tsc-form-title {
    text-align: center;
}

.tsc-form-title p{
    font-size: 1rem;
}

.tsc-form-container {
/*     display: flex; */
    width: 100%;
}

.form-policy-copy {
    text-align: center;
}

.form-policy-copy p {
    padding-top: 0.5rem;
    font-size: 0.688rem;
    font-weight: 400;
}


.tsc-form-container input[type="submit"] {
    width: 100%;
    height: 3rem;
    border-radius: 10px;
    background-color: #0d5235;
    color: #ffffff;
    border: none;
    display: flext;
    justify-content: center;
}



.tsc-form-container .actions {
  padding-top: 0.5rem;
}

.tsc-form-container input {
    border-radius: 10px;
    border: 1.5px solid #0d5234;
    height: 1.55rem;
    display: flex;
  padding-left: 0.5rem;
    font-size: 1rem;
    font-family: 'Roobert', Arial, Helvetica, sans-serif;
    color: #0d5234;
    
}

.tsc-form-container  select {
   border-radius: 10px;
    border: 1.5px solid #0d5234;
    height: 1.55rem;
    font-family: 'Roobert', Arial, Helvetica, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 1rem;
    padding-left: 0.5rem;
    color: #0d5234;

}



.tsc-form-container .input {
/*   padding-right: 1rem; */
  padding-bottom: 2rem;
  padding-top: 0.8rem;
  margin: 0 auto;
  display: flex;
}



/* .tsc-form-container form-columns-2 {
    display: flex;
    justify-content: space-between;
} */

.tsc-form-container .hs-input {
    width: 100% !important;
    height: 2rem;
}

.quote-attribution p {
    font-size: 1.125rem;
}

.green-quote-section {
    display: flex;
    background-color: #d8ead4;
    /* border-radius: 0 20% 0 0; */
}

.green-quote-section-content {
    display: flex;
    padding: 0 8rem;
    align-items: center;
    margin: 0 auto;
    padding-top: 5%;
    padding-bottom: 5%;
}

.green-image-container {
    display: flex;
    height: auto;
    width: 50%;
}

.green-image-container img {
/*     width: 37.56rem; */
}

.green-quote-copy {
    padding: 0 0 0 8rem;
    width: 50%
}

.green-quote-copy p{
    font-size: 1.5rem;
    font-weight: 500;
}

.social-proof-section {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    align-items: center;
    padding: 2rem 0 4rem 0;
    margin: 0 auto;
    background-color: #ffffff;

}

.social-proof-heading {
    display: flex;
}

.social-proof-logo-section {
    display: flex;
    justify-content: space-evenly;
    width: 100%;
}

.tsc-footer {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 15rem;
    background-color: #0d5234;
/*     border-radius: 0 20% 0 0; */
}

.tsc-social-logos-section {
    display: flex;
    justify-content: space-between;
    /*padding: 4rem 36rem 2rem 36rem;*/

}

.social-proof-client-logos img {
  width: 150px;
}

.tsc-social-logos-section img {
    width: 2rem;
    height: auto;
    padding: 0 .5rem 0 .5rem;

}

.tsc-footer-copy p {
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.3;

}

.tsc-footer-copy {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    color: #ffffff;
    justify-content: center;
    margin-top: 1rem;
}

@media screen and (max-width: 1024px) {
   .green-quote-section-content {
    padding: 0 4rem 5rem 4rem;
}
  
  .tsc-hero-section {
    padding: 0 4rem;
}
}


@media screen and (max-width: 1000px) {
    .green-quote-copy {
        padding: 0 5rem 0 5rem;
    }

}

@media screen and (max-width: 850px) {
    .green-quote-copy {
        padding: 0 1rem 0 1rem;
    }

}

@media screen and (max-width: 768px) {
   .green-quote-section-content {
    padding: 0 2rem 5rem 2rem;
}
  
  .tsc-hero-section {
    padding: 0 2rem;
}
  
  .tsc-lp-form {
    margin: 4rem 0 4rem 2rem;
}
  
  .social-proof-client-logos {
    padding: 0 1rem;
  }
}
@media screen and (max-width: 750px) {
  
  .tsc-hero-section {
      flex-direction: column;
      align-items: center;
  }
  
  .tsc-asset-content {
      width: 80%;
      text-align: center;
  }
  
  .tsc-lp-form {
    width: 80%;
  }

    .green-quote-section-content {
        flex-direction: column;
        align-items: normal;
    }

    .green-quote-copy {
        text-align: center;
        padding: 1rem 1rem 0 1rem;
    }
  
    .green-image-container img {
        /* width: 37.56rem; */
        margin: 0 auto;
  }

    .social-proof-logo-section {
        flex-direction: column;
        align-items: center;
    }

    .social-proof-logo-section img {
        padding-bottom: 1rem;
    }
  
  .green-quote-section-content {
    align-items: center;

}

@media screen and (max-width: 620px) {

    .green-image-container img {
        width: 30rem;
    }

}

@media screen and (max-width: 500px) {

    .green-image-container img {
        width: 27rem;
    }

}

@media screen and (max-width: 450px) {
  
  
  .tsc-hero-section {
      flex-direction: column;
      align-items: center;
  }
  
  .tsc-asset-content {
      width: 80%;
      text-align: center;
  }
  
  .tsc-lp-form {
    width: 80%;
  }

    .green-image-container img {
        width: 24rem;
    }

    .dark-green-header img {
        padding-left: .5rem;
    }

    .social-proof-heading {
        text-align: center;
        padding: 0 1rem 0 1rem;
    }

}

@media screen and (max-width: 400px) {

    .green-image-container img {
        width: 21rem;
    }

}

@media screen and (max-width: 350px) {

    .green-image-container img {
        width: 19rem;
    }

    .dark-green-header img {
        width: 11.375rem;
        height: 1.3rem;
    }
}