<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*================ Media Query Mixin ================*/
html {
  font-size: 18px;
  font-family: 'Raleway', sans-serif; }

main {
  min-height: 55vh; }

* {
  font-family: 'Raleway', sans-serif; }

body {
  margin: 0; }

h1 {
  margin: 0; }

a {
  text-decoration: none;
  color: #000; }

p {
  line-height: 24px;
  font-family: 'Montserrat', sans-serif; }

label {
  line-height: 2p4x;
  font-family: 'Montserrat', sans-serif; }

select {
  line-height: 24px;
  font-size: 16px;
  font-family: 'Montserrat', sans-serif; }

option {
  line-height: 24px;
  font-family: 'Montserrat', sans-serif; }

ol {
  line-height: 24px;
  font-family: 'Montserrat', sans-serif; }

iframe {
    display: block;
}
@media only screen and (max-width: 768px) {
  iframe {
    display: none; } }

.page-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 10px; }

.page-container .page-container__text a {
  text-decoration: underline; }

.page-container .page-container__text .categories {
  line-height: 18px;
}
.page-container .page-container__text .categories br {
  display: block;
  content: "";
  margin-top: 10px;
}
.page-container .page-container__text .categories table {
  border-spacing: 0 10px;
}
.page-container .page-container__text .applet-images {
  display: flex;
  flex-direction: row;
  width: 300px;
} .applet-images &gt; div {
  padding-right: 50px;
}
@media only screen and (max-width: 768px) {
  /**home page**/
  .page-container .page-container__text .applet-images {
    flex-direction: column;
    padding-right: 0px;
  }
}

.btn {
  cursor: pointer;
  border-radius: 20px;
  padding: 8px 10px;
  text-decoration: none;
  min-width: 160px;
  display: inline-block;
  text-align: center;
  border: 0;
  font-size: 18px; }

.btn-yellow {
  background: #F6F930;
  color: #06AF83; }

.navigation-container {
  background: #06AF83;
  padding: 20px;
  z-index: 999;
  position: sticky;
  top: 0;
  box-shadow: 0px 2px 5px #06AF83;

}
  .navigation-container .page-container {
    padding: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .navigation-container h1 {
    max-height: 60px; }
  .navigation-container img {
    max-height: 40px;
    display: block;
    margin-bottom: -10px; }
    @media only screen and (min-width: 768px) {
      .navigation-container img {
        margin-bottom: 0; } }
  @media only screen and (min-width: 768px) {
    .navigation-container nav {
      min-width: 180px;
      text-align: right; } }
  .navigation-container nav ul {
    margin: 0; }
  .navigation-container nav li {
    list-style: none;
    display: block;
    float: left;
    margin-left:30px;
  }
    .navigation-container nav li a {
      color: #fff;
      text-decoration: none;
      font-size: 14px; }
  .navigation-container .btn {
    display: none; }
    @media only screen and (min-width: 768px) {
      .navigation-container .btn {
        display: inline-block; } }
  .navigation-container a:hover {
    text-decoration: none; }

  .navigation-container .hamburger {
    display: none;
    cursor: pointer;
  }
  @media only screen and (max-width: 768px) {
    .navigation-container .hamburger {
      display: block;
    }
    .navigation-container .hamburger.active .bar:nth-child(2){
      opacity: 0;
    }
    .navigation-container .hamburger.active .bar:nth-child(1){
      transform: translateY(8px) rotate(45deg)
    }
    .navigation-container .hamburger.active .bar:nth-child(3){
      transform: translateY(-8px) rotate(-45deg)
    }
    .navigation-container nav {
      display: flex;
      justify-content: space-between;
      align-items: center;
      position: fixed;
      left: -100%;
      top: 70px;
      gap: 0;
      flex-direction: column;
      background-color: #06AF83;
      width: 100%;
      text-align: center;
      transition: 0.3s;
    }
    .navigation-container nav li{
      margin: 16px 0;
      float: none;
      margin-right: 30px;
    }
    .navigation-container nav.active {
      left: 0;
    }

  }
  .navigation-container .bar {
    display:block;
    width: 25px;
    height: 3px;
    margin: 5px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    background-color: white;
  }
  /* @media(max-w) */

.home-hero {
  position: relative;
}
  .home-hero h1 {
    font-size: 28px;
    color: #06AF83;
    margin-bottom: 1rem;
    margin: 0px }
    @media only screen and (min-width: 768px) {
      .home-hero h2 {
        color: #06AF83;
        font-size: 28px; } }
  .home-hero img {
    width: 100%;
    display: block;
    min-height: 60vh;
    object-fit: cover; }
    @media only screen and (min-width: 768px) {
      .home-hero img {
        min-height: unset; } }
  .home-hero .home-hero__text {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    max-width: 1200px; }
    .home-hero .home-hero__text .home-hero__text-inner {
      max-width: 375px;
      padding: 10px; }


.home-info {
  padding: 0px;
  background: none; }
  @media only screen and (min-width: 768px) {
    .home-info {
      background: #06AF83; } }
  .home-info .page-container {
    display: flex;
    flex-direction: column;
    }
    @media only screen and (min-width: 768px) {
      .home-info .page-container {
        padding: 0px;
        max-width: 100%;
        flex-direction: row; } }
  .home-info img {
    width: 100%;
    height: 100%;
    padding-right: 0;
    margin-bottom: 20px;
    }
    @media only screen and (min-width: 768px) {
      .home-info img {
        width: 50%;
        padding-right: 16px;
        margin-bottom: 0; } }
  .home-info .home-info__text {
    color: #000;
    width: 100%;
    padding-left: 0; }
    @media only screen and (min-width: 768px) {
      .home-info .home-info__text {
        color: #fff;
        width: 30%;
        padding-left: 16px;
        align-self: center;}
        }
    .home-info .home-info__text h2 {
      margin: 0 0 9px;
      font-family: 'Raleway', sans-serif;
      font-size: 18px;
      color: #06AF83; }
      @media only screen and (min-width: 768px) {
        .home-info .home-info__text h2 {
          font-size: 24px;
          color: #fff; }
        .home-info .home-info__text a {
          color: #fff; } }
    .home-info .home-info__text p {
      margin: 0; }
  .home-info .home-info__text a {
    text-decoration: underline; }

.home-signup {
  background: #06AF83;
  padding: 2px 0 20px 0; }
  .home-signup p {
    font-size: 24px;
    }
  @media only screen and (min-width: 768px) {
    .home-signup {
      background: #fff;
      padding: 42px 0; } }
  .home-signup .home-signup__text {
    display: block;
    margin: 0 auto;
    max-width: 345px;
    text-align: center;
    color: #fff; }
    .home-signup .home-signup__text .home-signup__text-sub p {
    font-size: 18px; }
    @media only screen and (min-width: 768px) {
      .home-signup .home-signup__text {
        color: #000; } }

footer {
  background: #696963;
  padding: 24px 0; }
  footer .page-container {
    display: flex; }
  footer p, footer a {
    color: #fff;
    font-size: 14px; }
  footer .footer-left {
    width: 50%;
    margin: 0;
    text-align: left;
    padding: 0; }
    footer .footer-left li {
      list-style: none;
      margin-bottom: 24px; }
  footer .footer-right {
    width: 50%;
    text-align: right;
    display: flex;
    flex-direction: column;
    align-items: flex-end; }
    footer .footer-right .row-copyright {
      display: flex;
      max-width: 290px;
      width: 100%;
      justify-content: flex-end;
      flex-direction: column;
    }
    footer .footer-right .row-copyright p {
      margin: 0px;
    }
      @media only screen and (min-width: 768px) {
        footer .footer-right .row-copyright {
          flex-direction: column;
          justify-content: left;
          text-align: left; } 
          footer .footer-right .row-copyright p {
            margin: 0px;
          }
        }
    footer .footer-right .row-logo {
      display: flex;
      justify-content: space-between;
      max-width: 290px;
      width: 100%;
      flex-direction: column;
      align-items: flex-end; }
      @media only screen and (min-width: 768px) {
        footer .footer-right .row-logo {
          flex-direction: row;
          align-items: flex-start; } }
      footer .footer-right .row-logo svg {
        margin-left: 10px;
        width: 25px;
        height: 25px; }
      footer .footer-right .row-logo img {
        margin-right: 0;
        margin-bottom: 10px;
        max-width: 120px; }
        @media only screen and (min-width: 768px) {
          footer .footer-right .row-logo img {
            margin-right: 30px;
            margin-bottom: 0; } }
    footer .footer-right .row-text {
      display: none;
      justify-content: flex-end;
      width: 100%; }
      @media only screen and (min-width: 768px) {
        footer .footer-right .row-text {
          display: flex; } }
      footer .footer-right .row-text p {
        max-width: 290px;
        text-align: left; }
        footer .footer-right .row-text p a {
          text-decoration: underline; }

.page-faq h1, .page-signup h1, .page-content h1 {
  text-align: center;
  color: #06AF83;
  margin: 60px 0; }

.faq-topic-container {
  padding-bottom: 30px; }
  .faq-topic-container h2 {
    font-size: 18px; }
  .faq-topic-container button {
    width: 100%;
    background: none;
    border-radius: none;
    outline: none;
    border: none;
    border-bottom: 1px solid #F6F930;
    text-align: left;
    font-family: 'Raleway', sans-serif;
    font-size: 18px;
    padding-bottom: 10px;
    color: #06AF83;
    cursor: pointer;
    margin-bottom: 10px;
    margin-top: 10px; }
    .faq-topic-container button .close {
      display: none; }
    .faq-topic-container button .open {
      display: inline-block;
      margin-right: 5px; }
  .faq-topic-container .question .question-answer {
    display: none;
    padding-left: 20px;
    border-bottom: 1px solid #F6F930;
    padding-bottom: 20px;
    padding-top: 10px; }
    .faq-topic-container .question .question-answer p {
      margin: 0; }
    .faq-topic-container .question .question-answer a {
      text-decoration: underline; }
    .faq-topic-container .question .question-answer .responsive {
      width: 100%;
      max-width: 800px;
      height: auto;
    }
  .faq-topic-container .question.active .close {
    display: inline-block;
    margin-right: 5px; }
  .faq-topic-container .question.active .open {
    display: none; }
  .faq-topic-container .question.active .question-answer {
    display: block; }
  .faq-topic-container .question.active button {
    margin-bottom: 0;
    border-bottom: none; }

.page-signup footer {
  margin-top: 120px; }

.page-signup .accept-terms-row {
  margin-bottom: 24px;
  display: block; }
  .page-signup .accept-terms-row label {
    cursor: pointer; }
  .page-signup .accept-terms-row input {
    cursor: pointer; }

.page-signup .button-row {
  display: flex;
  justify-content: center;
  align-items: center; }

.page-signup p.terms {
  height: 200px;
  width: 100%;
  padding: 12px;
  border-radius: 5px;
  overflow-y: scroll;
  background-color: #fff;
  border: 1px solid;
  box-sizing: border-box; }

.page-signup div.terms {
  padding: 0;
  margin-bottom: 3px;
  visibility: hidden; }

.page-signup .terms::-webkit-scrollbar {
  -webkit-appearance: none; }

.page-signup .terms::-webkit-scrollbar:vertical {
  width: 11px; }

.page-signup .terms::-webkit-scrollbar:horizontal {
  height: 11px; }

.page-signup .terms::-webkit-scrollbar-thumb {
  border-radius: 8px;
  border: 2px solid white;
  background-color: rgba(0, 0, 0, 0.5); }

.page-signup .terms::-webkit-scrollbar-track {
  background-color: #fff;
  border-radius: 8px; }

.opacity-hide {
  opacity: 0; }

.success-section {
  position: relative; }
  .success-section h1 {
    font-size: 36px; }
  .success-section img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    min-height: 80vh;
    object-position: left; }
    @media only screen and (min-width: 768px) {
      .success-section img {
        min-height: unset; } }
  .success-section .text-container {
    position: absolute;
    left: 50%;
    top: 50%;
    width: calc(100% - 40px);
    transform: translate(-50%, -50%); }
    @media only screen and (min-width: 768px) {
      .success-section .text-container {
        left: 60%;
        top: 50%;
        width: auto; } }
    .success-section .text-container .inner {
      max-width: 1200px;
      display: flex;
      flex-direction: column;
      justify-content: flex-start;
      color: #fff;
      max-width: 380px; }
      .success-section .text-container .inner p {
        margin-bottom: 0; }
      .success-section .text-container .inner a {
        text-decoration: underline;
        color: #fff; }

.home-slider .home-slider-item {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  max-width: 600px;
  margin: 60px auto; }
  @media only screen and (min-width: 768px) {
    .home-slider .home-slider-item {
      flex-direction: row; } }
  .home-slider .home-slider-item .box {
    max-width: 255px;
    width: 100%;
    text-align: center;
    border-radius: 5px;
    padding: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-right: 10px;
    margin-left: 10px; }
    @media only screen and (min-width: 768px) {
      .home-slider .home-slider-item .box {
        margin-right: 15px;
        margin-left: 0; } }
    .home-slider .home-slider-item .box.green {
      background: #06AF83; }
    .home-slider .home-slider-item .box.yellow {
      background: #F6F930; }
    .home-slider .home-slider-item .box.red {
      background: #F94830; }
    .home-slider .home-slider-item .box .box-title {
      font-size: 20px; }
    .home-slider .home-slider-item .box .box-number {
      margin-top: 28px;
      font-size: 64px;
      margin-bottom: 28px;
      display: flex;
      flex-direction: column; }
      .home-slider .home-slider-item .box .box-number .row {
        font-size: 64px; }
      .home-slider .home-slider-item .box .box-number .small {
        font-size: 16px; }
    .home-slider .home-slider-item .box .box-text {
      font-size: 12px;
      line-height: 1.2; }

  .home-slider .home-slider-item .idea {
    display: flex;
    position: relative;
    justify-content: center;
    align-items: center;
    text-align: center;
    flex-direction: column;
    margin-right: 30px;
    margin-left: 30px; }
    @media only screen and (min-width: 768px) {
      .home-slider .home-slider-item .idea {
        margin-right: 0;
        margin-left: 15px; } }
    .home-slider .home-slider-item .idea .idea-title {
      margin-bottom: -22px;
      padding: 10px;
      z-index: 2;
      background: #fff;
      font-weight: bold; }
    .home-slider .home-slider-item .idea svg {
      padding: 10px;
      background: #fff;
      margin-top: -20px; }
    .home-slider .home-slider-item .idea .idea-text {
      margin: 0;
      border: 2px solid #000;
      padding: 28px 14px;
      border-radius: 5px; }
      .home-slider .home-slider-item .idea .idea-text.green {
        border: 2px solid #06AF83; }
      .home-slider .home-slider-item .idea .idea-text.yellow {
        border: 2px solid #F6F930; }
      .home-slider .home-slider-item .idea .idea-text.red {
        border: 2px solid #F94830; }

.slick-dots {
  bottom: 0 !important; }

.slick-dots li button:before {
  font-size: 25px !important; }

.home-contact-mobile {
  padding: 35px 10px;
  display: block; }
  @media only screen and (min-width: 768px) {
    .home-contact-mobile {
      display: none; } }
  .home-contact-mobile .title {
    color: #06AF83; }
  .home-contact-mobile p {
    margin: 0; }

.floating-button {
  position: fixed;
  bottom: 10px;
  left: 0;
  padding: 10px;
  width: 100%;
  display: block; }
  @media only screen and (min-width: 768px) {
    .floating-button {
      display: none; } }
  .floating-button a {
    width: calc(100% - 42px);
    padding: 12px; }

@media (min-width: 758px) and (max-width: 1050px) {
.home-hero img {
    min-height: 45vh;
}
}
@media (max-width: 450px) {
.home-hero img {
    min-height: 80vh;
}
}

.js-state-selector {
  display: inline-block;
  line-height: 0px;
  font-weight: bold;
}
  .js-state-selector img{
    height: 22px;
    vertical-align: middle;
    padding-left: 10px;
  }

  .js-state-selector .e-sprite-size-sm {
    display: inline-block;
    vertical-align: middle;

  }
  .js-state-selector .c-form-field__input {
    display: inline-block;
  }
    .js-state-selector .c-form-field__input select:focus-visible {
      outline: 0;
      box-shadow: none;
    }
    .js-state-selector .c-form-field__input .c-input {
      border: 0;
      font-weight: bold;
      background-color: transparent;
    }

  .js-state-selector .live-data {
    display: inline-block;
    font-size: 12px;
    vertical-align: middle;
  }
    .js-state-selector .live-data p {
      line-height: 0px;
    }
    .js-state-selector .info-icon {
      display: inline-block;
    }
    .js-state-selector .info-icon img {
      display: inline-block;
      height: 16px;
      vertical-align: middle;
      padding-left: 0px;
    }
  .js-state-selector .nemy-tagline {
    font-size: 8px;
    vertical-align: middle;
  }
    .js-state-selector .nemy-tagline p {
      line-height: 0px;
      margin: 2px;
    }
    .js-state-selector .nemy-tagline img {
      height: 12px;
      vertical-align: middle;
      padding-left: 0.5px;
    }
    .js-state-selector .nemy-tagline .nemy-tagline-logo img{
      display: inline-block;
      height: 10px;
      vertical-align: middle;
      padding-left: 10px;
    }</pre></body></html>