<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">:root {
    --primary-color: #1e3932;
    --secondary-color: #f0f8f0;
    --text-color: #333;
}

body {
    /* font-family: 'Inter', sans-serif; */
    font-size: 16px;
    margin: 0;
    padding: 0;
    line-height: 1.6;
    font-weight: 500;
    font-family: system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;
    background-color: #fafafa;
}
.container {
    width: 90%;
    display: flex;
    justify-content: space-between;
    padding: 5% 5%;
    margin: 0 auto;
}

@media screen and (max-width: 767px) {
   body{
    font-size: 14px;
    line-height: 1.75em;
   } 
}

/* 
.nav-menu {
    display: flex;
    align-items: center;
    list-style-type: none;
    margin: 0;
    padding: 0;
    font-family: SF PRO,sans-serif;
    font-size: 16px;
    display: none;
}




.nav-menu a{
    text-decoration: none;
    color: black;
  }


  
  .nav-menu.active {
    display: flex;
    flex-direction: column;
    position: fixed;
    top: 60px;
    left: 0;
    right: 0;
    bottom: 0;
    background: white;
    background: rgba(255, 255, 255, 0.9); 
    backdrop-filter: blur(1px);
    overflow-y: auto;
    padding-bottom: 10px;
    max-height: fit-content;
  }
  
  .nav-menu li {
    padding: 0.25rem 1rem;
    background-color: rgba(255, 255, 255, 0.7); 
    text-align: left;
    list-style-type: none;

  }


  .nav-menu li a {
    color: #333;
    text-decoration: none;
    transition: background-color 0.3s ease;
    padding-left: 1.25em;
  }
  
  .nav-menu li a:hover {
    color: black;
  }




.navbar {
    background-color: #fff;
    border-bottom: 1px solid #ddd;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem;
    padding-top: 2em;
    z-index: 1000;
    margin: 0 auto;
    position: fixed;
    width: 100%;
    box-sizing: border-box;
}

.nav-item {
    position: relative;
    border: none;
}

.nav-link {
    text-decoration: none;
    color: #333;
    display: block;
}

.nav-link:hover + .dropdown, .dropdown:hover {
    display: block;
}

.dropdown {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background-color: #fff;
    border: 1px solid #ddd;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    padding: 20px;
    z-index: 1000;
    width: 15em;
}

.nav-item:last-child .dropdown {
    right: 0;
    left: auto;
}




.nav-item {
    margin-right: 20px;
}

.nav-item:last-child {
    margin-right: 0;
} */


.logo {
    font-weight: 500;
    font-size: 1.5em;
  }






.right-column{
    width: 80%;
}

.left-col-mobile{
    width: 100%;
    text-align: center;
    padding-top: 1.5em;
}

.right-col-mobile{
    width: 100%;
    padding-top: 24px;
}




/* Mobile Styles */
/* @media (max-width: 768px) {

    .nav-menu li a{
        font-size: 16px;
        font-family: SF PRO,sans-serif;
    }
    .menu-icon {
        display: flex;
    }

    .menu-items {
        display: none;
        flex-direction: column;
        position: absolute;
        top: 80px;
        left: 0;
        width: 100%;
        background-color: white;
        text-align: center;
        padding: 20px 0;
    }

    .menu-items ul {
        flex-direction: column;
        gap: 10px;
    }

    .cta-button {
        display: none;
    }

    .menu-items.show {
        display: flex;
    }

    .nav-item{
        width: 100%;
    }
} */


/*





*/


.hero-container{
    flex-direction: column;
    /* justify-content: space-between; */
}
.hero-img{
    max-width: 100%;
    margin-top: 3em;
    margin-bottom: 3em;
}


/* #hero-text h1{
    /* font-size: 2.5rem; */
    /* padding-bottom: 10%; */
    /* font-size: 2.5rem;
    line-height: 1.2;
    font-weight: 600; 
} */

#hero-text{
    font-size: 2.5rem;
    line-height: 1.2;
    font-weight: 600;
}

.subtitle{
    /* font-size: 1.25rem; */
    font-size: 1.125rem;  /* copied from DB */
    /* padding: 0 0 2.5%; */
    margin: 0;
    color: var(--untitled-ui-gray600);
}
.btn{
    background-color: var(--primary-color);
    color: white;
    text-decoration: none;
    /* font-size: 1.25rem; */
    font-size: 1.125rem; /* DB */
    font-weight: 500;
    padding: 0.5em 0 0.5em 0;
    /* padding-left: 25%;
    padding-right: 25%; */
    border-radius: 0.5em;
    text-align: center;
    margin: 0 auto;
    width: 100%;
    display: flex;
    justify-content: center;
    transform-style: preserve-3d;line-height: 22px; /*DB*/
}

.feature-container{
    width: 90%;
    flex-direction: column;
}
.feature-column{
    width: 100%;
    width: auto;
    margin-bottom: 3em;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: left;
}

.sub-headings{
    font-size: 2.5rem;
    font-weight: 600;
    text-align: center;
    margin-bottom: 1em;
}

.feature-yellow{
    border-radius: 0;
    /* background-color: white; */
}

h3{
    /* color: var(--primary-color); */
    font-size: 1.125rem;
    /* padding: 0.5em 0 1em 0; */
    margin: 0;
    padding: 0;
}

.feature-image{
    max-width: 80%;
    width: 15%;
}

p{
    font-size: 1rem;
    text-align: center;
    color: grey;
    margin: 0;
}

.about-us{
    flex-direction: column;
    text-align: center;
    padding: 5%;
    /* margin-bottom: 200px; */
    justify-content: space-evenly;
    line-height: 1.4;
}


h4{
    color: var(--primary-color);
    /* font-weight: 400; */
    font-weight: 600;
    font-size: 1rem;
}

.about-us h2 {
    font-size: 2rem;
    font-weight: 550;
    font-family: Arial, Helvetica, sans-serif;
    padding: 0;
    margin-bottom: 1em;
}

.about-us-para{
    color: grey;
    font-size: 1rem;
    max-width: 800px;
    display: flex;
    justify-content: center;
    /* place-items: center; */
    margin: auto;
}




/* .faq {
    padding: 50px;
} */

.faq-container {
    max-width: 1000px;
    flex-direction: column;
}




.faq-subtitle {
    color: var(--primary-color);
    font-size: 1rem;
    font-weight: 600;
    margin-bottom: 0.625rem;
    text-align: center;
}

.faq-title {
    font-size: 1.75rem;
    font-weight: 600;
    margin-bottom: 3.125rem;
    text-align: center;
}

.faq-item {
    border-top: 1px solid #e0e0e0;
    padding: 1.25em 0;
}

.faq-question {
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    font-size: 1rem;
    font-weight: 600;
    text-align: left;
}


.faq-answer p{
    margin-top: 0.625em;
    font-size: 1rem;
    color: #555;
    text-align: left;
}

.faq-answer{
    display: none;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease-out;
}


.faq-item.open .faq-answer {
    display: block;
    max-height: 200px; /* Adjust this based on the content height */
}


.faq-icon {
    font-size: 0.75rem;
    color: #1a1a1a;
    /* transition: transform 0.2s ease; */
}

.faq-item.open .faq-icon {
    transform: rotate(45deg);
    font-size: 0.5rem;
}

/* .faq-item.open .faq-answer {
    display: block;
}

.faq-answer {
    display: none;
}

.faq-above{
    width: 100%;
} */
.faq-below-image{
   width: 90%;
   height: auto;  
}
.image-container{
    display: flex;
    justify-content: center;
    margin-top: 3em;
}

.footer {
    background-color: #f8f8f8;
    padding: 2.5em 1.25em 1.25em;
    font-family: Arial, sans-serif;
}
  
  .footer-content {
    display: flex;
    justify-content: space-between;
    max-width: 1200px;
    margin: 0 auto;
  }
  
  .footer-section {
    flex: 1;
    margin-right: 1.25em;
  }
  
  .footer-section h3 {
    font-size: 16px;
    color: #333;
    margin-bottom: 15px;
  }
  
  .footer-section ul {
    list-style-type: none;
    padding: 0;
  }
  
  .footer-section ul li {
    margin-bottom: 10px;
  }
  
  .footer-section ul li a {
    color: #666;
    text-decoration: none;
    font-size: 14px;
  }
  
  .footer-brand {
    text-align: right;
  }
  
  .footer-brand h2 {
    font-size: 24px;
    color: #333;
    margin-bottom: 10px;
  }
  
  .footer-brand p {
    color: #666;
    font-size: 14px;
    line-height: 1.5;
  }
  
  .language {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-top: 10px;
  }
  
  .language img {
    width: 20px;
    margin-right: 5px;
  }
  
  .footer-bottom {
    max-width: 1200px;
    margin: 20px auto 0;
    padding-top: 20px;
    border-top: 1px solid #e0e0e0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 12px;
    color: #666;
  }
  
  .legal-links {
    list-style-type: none;
    padding: 0;
    display: flex;
  }
  
  .legal-links li {
    margin-left: 20px;
  }
  
  .legal-links li a {
    color: #666;
    text-decoration: none;
  }

  .footer-section h2{
    font-size: 2rem;
    font-weight: 500;
  }



 


@media (min-width: 768px) {
    /* For screen sizes with 768px and more*/

    .hero-container{
        flex-direction: row;
    }


    .hero-img{
        max-width: 100%;
        margin: 0;
    }

    .logo{
        font-size: 2em;
    }

    /* h1{
        font-size: 2rem;
        padding-bottom: 10%;
    } */

    #hero-text{
        font-size: 2rem;
        padding-bottom: 10%;
    }
    .subtitle{
        font-size: 1.25rem;
        padding: 5% 2.5% 7.5%;
        text-align: left;
    }
    .btn{
        font-size: 1rem;
        padding: 0.75em 1.25em;
        border-radius: 5em;
        text-align: center;
        display: inline;
    }

    .left-column{
        flex: 4;
        text-align: left;
    }

    .right-column{
        flex:5;
    }
    
    .feature-container{
        flex-direction: row;
    }
    .feature-column{
        width: 24%;
        background-color: white;
        padding: 3.125em 1.75em;
        border: 1px solid black;
        /* text-align: left; */
        justify-content: space-between;
    }
    
    .feature-yellow{
        border-top-right-radius: 7.5em;
        background-color: #EBE8D8;
    }
    
    
    .feature-image{
        max-width: 100%;
        width: 20%;
    }

    h3{
        font-size: 1.25rem;
    }

    p{
        font-size: 0.75rem;
    }

    h4{
        color: var(--primary-color);
        font-weight: 400;
        font-size: 1.25rem;
    }
    
    .about-us h2 {
        font-size: 2.5rem;
        font-weight: 550;
        /* font-family: Arial, Helvetica, sans-serif; */
    }
    
    .about-us-para{
        color: grey;
        font-size: 1.25rem;
        text-align: center;
        max-width: 700px;
    }

    .faq-container{
        flex-direction: row;
    }

    .faq-title{
        font-size: 1.5rem;
        margin-bottom: 3.125rem;
        text-align: left;
    }
    .faq-subtitle{
        text-align: left;
    }

    .faq-left {
        /* flex: 1; */
        padding-right: 3.125rem;
    }
}

@media (min-width: 1025px) {
    /* For screen sizes with 1024px and more*/


    
    /* h1{
        font-size: 4rem;
        padding-bottom: 10%;
    } */


    #hero-text{
        font-size: 4rem;
        padding-bottom: 10%;
    }

    .hero-container{
        flex-direction: row;
    }
    
    .hero-img{
        max-width: 100%;
        width: 100%;
        margin: 0;
    }

    .subtitle{
        font-size: 1.5rem;
        padding: 10% 0;
    }
    
    .btn{
        background-color: var(--primary-color);
        color: white;
        text-decoration: none;
        padding: 1em 1.25em;
        border-radius: 5em;
        text-align: center;
        display: inline;
    }

    .left-column{
        text-align: left;
    }

    .right-column{
        width: 80%;
    }

    .feature-container{
        flex-direction: row;
    }
    
    .feature-column{
        width: 28%;
        background-color: white;
        padding: 3.125em 1.75em;
        border: 1px solid black;
        text-align: left;
        justify-content: space-between;
    }
    
    .feature-yellow{
        border-top-right-radius: 10em;
        background-color: #EBE8D8;
    }
    
    h3{
        font-size: 1.5rem;
        padding: 1em 0 1em 0;
    }
    
    .feature-image{
        max-width: 100%;
        width: 15%;
    }

    p{
        font-size: 1rem;
    }

    .about-us-para{
        max-width: 800px;
    }
    
    
    .faq-subtitle {
        color: var(--primary-color);
        font-size: 0.875rem;
        font-weight: 600;
        margin-bottom: 0.625rem;
    }
    
    .faq-title{
        font-size: 3rem;
        margin-bottom: 3.125rem;
        text-align: left;
    }
    
    .faq-item {
        border-top: 1px solid #e0e0e0;
        padding: 20px 0;
    }
    
    .faq-question {
        display: flex;
        justify-content: space-between;
        align-items: center;
        cursor: pointer;
        font-size: 1.5rem;
        font-weight: 600;
    }
    
    .faq-answer {
        margin-top: 10px;
        font-size: 1rem;
        color: #555;
    }
    
    .faq-icon {
        font-size: 1.5rem;
        color: #1a1a1a;
        /* transition: transform 0.2s ease; */
    }
    
    .faq-item.open .faq-icon {
        transform: rotate(45deg);
    }
    
    /* .faq-item.open .faq-answer {
        display: block;
    } */
    
    /* .faq-answer {
        display: none;
    } */
    
    /* .faq-above{
        width: 100%;
    } */
    /* .faq-below{
       width: 90%;
       height: auto;  
    } */


    .footer {
        padding: 2.5em 1.25em 1.25em;
        font-family: Arial, sans-serif;
    }
     
      
      .footer-section {
        flex: 1;
        margin-right: 1.25em;
      }
      
      .footer-section h3 {
        font-size: 1rem;
        margin-bottom: 1em;
      }
      
      
      .footer-section ul li {
        margin-bottom: 0.625em;
      }
      
      .footer-section ul li a {
        color: #666;
        text-decoration: none;
        font-size: 0.875rem;
      }
      
      .footer-brand {
        text-align: right;
      }
      
      .footer-brand h2 {
        font-size: 24px;
        color: #333;
        margin-bottom: 10px;
      }
      
      .footer-brand p {
        color: #666;
        font-size: 1.5rem;
        line-height: 1.5;
      }
      
      .language {
        display: flex;
        align-items: center;
        justify-content: flex-end;
        margin-top: 0.625em;
      }
      
      /* .language img {
        width: 1.25em;
        margin-right: 500px;
      }
       */
      .footer-bottom {
        max-width: 1200px;
        margin: 20px auto 0;
        padding-top: 20px;
        border-top: 1px solid #e0e0e0;
        display: flex;
        justify-content: space-between;
        align-items: center;
        font-size: 12px;
        color: #666;
      }
      
      .legal-links {
        list-style-type: none;
        padding: 0;
        display: flex;
      }
      
      .legal-links li {
        margin-left: 20px;
      }
      
      .legal-links li a {
        color: #666;
        text-decoration: none;
      }
    
      .footer-section h2{
        font-size: 4rem;
        font-weight: 500;
        color: #1e3932;
        /* "font-size: 4rem; font-weight: 500; color: #1e3932;" */
      }
}


/*   DB CODE   */


.accordion-icon_component-2 {
    color: #98a2b3;
    border: 2px solid #98a2b3;
    border-radius: 50%;
    justify-content: center;
    /* align-self: flex-start; */

    align-items: center;
    width: 1.5rem;
    height: 1.5rem;
    display: flex;
    /* position:relative; */
}

.uui-faq01_icon-wrapper-2 {
    color:#7f56d9;
    margin-left: auto;
}


.accordion-icon_horizontal-line-2 {
    background-color: #98a2b3;
    border-radius: 1px;
    width: .75rem;
    height: 2px;
    position:absolute;
} 

.accordion-icon_vertical-line-2 {
    background-color: #98a2b3;
    border-radius: 1px;
    width: 2px;
    height: .75rem;
    position:absolute;
}




@media (max-width: 768px) {
    .menu-icon {
        display: flex;
    }

}


/*   
  @media (min-width: 768px) {
    .nav-menu {
        display: flex;
        flex-direction: row;
        background: transparent;
        position: static; 
        overflow-y: visible; 
    }

    .nav-menu li {
        background-color: transparent;
        margin-bottom: 0;
    }
    
    .nav-menu li a{
        padding-left: 0;
    }
    .menu-toggle {
      display: none;
    }
    
    .talk-to-us {
      display: block;
    }
  } */


  /* General Section Styling */
.recommendations {
    background-color: #E0EAE8;
    color: #ffffff;
    padding: 50px;
    text-align: center;
}


/* Category Grid */
.category-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
    gap: 20px;
    justify-items: center;
    margin-top: 20px;
}

.category-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 150px;
}

.category-item img {
    width: 60px;
    height: 60px;
}

.category-item p {
    margin-top: 10px;
    font-size: 16px;
}

/* Browse Button */
.browse-btn {
    background-color: transparent;
    border: 2px solid black;
    color: black;
    padding: 10px 20px;
    cursor: pointer;
    margin-top: 30px;
    font-size: 16px;
}

.browse-btn:hover {
    background-color: grey;
    color: #E0EAE8;
}


@media (max-width: 480px){
    .category-grid{
        grid-template-columns: repeat(3,1fr);
    }
}

@media (max-width: 768px){
    .category-grid{
        grid-template-columns: repeat(4,1fr);
    }
}

/* @media (min-width: 768px){
    .category-grid{
        grid-template-columns: repeat(5,1fr);
    }
} */


.category-grid{
    grid-template-columns: repeat(3,1fr);
}


@media (min-width: 768px){
    .category-grid{
        grid-template-columns: repeat(4,1fr);
    }
}

@media (min-width: 1024px){
    .category-grid{
        grid-template-columns: repeat(5,1fr);
    }
}



/* 

.navbar {
    background-color: #fff;
    border-bottom: 1px solid #ddd;
    padding: 10px 20px;
  }
  
  .navbar-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  
  
  
  .menu-toggle {
    display: none;
    background: none;
    border: none;
    font-size: 1.5em;
    cursor: pointer;
  }
  
  .nav-menu {
    display: flex;
    list-style-type: none;
    margin: 0;
    padding: 0;
  }
  
  .nav-item {
    margin-right: 20px;
    position: relative;
  }
  
  .nav-item:last-child {
    margin-right: 0;
  }
  
  .nav-item a {
    text-decoration: none;
    color: #333;
  }
  
  .dropdown {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background-color: #fff;
    border: 1px solid #ddd;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    padding: 10px;
    z-index: 1000;
    min-width: 200px;
    font-size: 1em;
    font-family: SF PRO,sans-serif;
  }
  
  .has-dropdown:hover .dropdown {
    display: block;
  }
  
  @media (max-width: 768px) {

    .menu-toggle {
      display: block;
    }
  
    .nav-menu {
      display: none;
      flex-direction: column;
      position: absolute;
      top: 100%;
      left: 0;
      right: 0;
      background-color: #fff;
      border-top: 1px solid #ddd;
    }
  
    .nav-menu.active {
      display: flex;
    }
      
    .nav-item {
      margin-right: 0;
      padding: 10px 20px;
      border: none;
    }
  
    .dropdown {
      position: static;
      display: none;
      box-shadow: none;
      border: none;
      padding-left: 20px;
    }
  
    .has-dropdown.active .dropdown {
      display: block;
    }
  }
 */
</pre></body></html>