
      
    


      
     


      /* ========== GLOBAL DEFAULTS (FORCED) ========== */
body {
  font-family: "Poppins", sans-serif !important;
  color: #0451ae !important; /* dark blue base text */
  line-height: 1.6 !important;
  background-color: #fff !important;
  text-align: center
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Poppins", sans-serif !important;
  font-weight: 700 !important;
  margin: 0.5em 0 !important;
  color: #0451ae !important;
}

h1 { font-size: 42px !important; }
h2 { font-size: 32px !important; }
h3 { font-size: 24px !important; }
p  { font-size: 16px !important; }

/* Hero title base */
.hero-title {
  font-size: 52px;
  font-weight: bold;
  line-height: 1.2;
  color: #0451ae;
}

/* Primary Button (default) */
button, .groove-button {
  font-family: "Poppins", sans-serif !important;
  font-size: 18px !important;
  padding: 10px 18px !important;
  border-radius: 30px !important;
  font-weight: 600 !important;
  background: #2e8cff !important; /* primary blue */
  color: #fff !important;
  border: none !important;
  cursor: pointer !important;
  transition: background-color 0.25s ease-in-out !important; /* smoother, subtle */
}
button:hover, .groove-button:hover {
  background: #18cd5e !important; /* green hover */
  color: #ffffff !important;
  border-radius: 30px !important;
}
/* Secondary Button */
.btn-secondary {
  background-color: #2e8cff !important; /* light blue */
  color: #ffffff !important;
  border-radius: 30px !important;
}
.btn-secondary:hover {
  background-color: #0451ae !important; /* dark blue hover */
  color: #ffffff !important;
  border-radius: 30px !important;
}

/* Promo / Orange Button */
.btn-promo {
  background-color: #f79307 !important; /* orange */
  color: #ffffff !important;
  border-radius: 30px !important;
}
.btn-promo:hover {
  background-color: #d97805 !important; /* darker orange */
  color: #ffffff !important;
  border-radius: 30px !important;
}

/* Links */
a { color: #18cd5e !important; text-decoration: none !important; }
a:hover { color: #f79307 !important; } /* orange highlight on hover */

/* Highlighted text */
.highlight { color: #f79307 !important; font-weight: 700 !important; }

/* Info box */
.info-box {
  background-color: #a9eec3 !important;
  padding: 16px !important;
  border-radius: 10px !important;
  color: #0451ae !important;
  font-weight: 500 !important;
}

/* ========== RESPONSIVE TYPOGRAPHY ========== */
/* Tablet (≤1024px) */
@media (max-width: 1024px) {
  .hero-title { font-size: 40px !important; }
  h1 { font-size: 32px !important; }
  h2 { font-size: 26px !important; }
  h3 { font-size: 20px !important; }
  p  { font-size: 15px !important; }

  button, .groove-button {
    font-size: 16px !important;
    padding: 9px 16px !important;
  }
}

/* Mobile (≤768px) */
@media (max-width: 768px) {
 .hero-title { font-size: 32px !important; }
  h1 { font-size: 26px !important; }
  h2 { font-size: 22px !important; }
  h3 { font-size: 18px !important; }
  p  { font-size: 14px !important; }

  button, .groove-button {
    font-size: 15px !important;
    padding: 8px 15px !important;
  }
}

/* ========== UTILITY CLASSES ========== */
/* Use these to override defaults for specific cases */
.subheading { font-size: 20px !important; font-weight: 500 !important; color: #2e8cff !important; }
.fineprint  { font-size: 12px !important; }

/* ========== TEXT COLORS ========== */
.text-blue, p.text-blue, h1.text-blue, h2.text-blue, h3.text-blue {
  color: #2e8cff !important; /* Light Blue */
}
.text-dark, p.text-dark, h1.text-dark, h2.text-dark, h3.text-dark {
  color: #0451ae !important; /* Dark Blue */
}
.text-green, p.text-green, h1.text-green, h2.text-green, h3.text-green {
  color: #18cd5e !important; /* Green */
}
.text-lightgreen, p.text-lightgreen, h1.text-lightgreen, h2.text-lightgreen, h3.text-lightgreen {
  color: #a9eec3 !important; /* Light Green */
}
.text-orange, p.text-orange, h1.text-orange, h2.text-orange, h3.text-orange {
  color: #f79307 !important; /* Orange */
}
.text-white {
  color: #ffffff !important;
}
.text-gray {
  color: #666666 !important;
}

/* ========== BACKGROUND COLORS ========== */
.bg-blue { background-color: #2e8cff !important; color: #fff !important; }
.bg-dark { background-color: #0451ae !important; color: #fff !important; }
.bg-green { background-color: #18cd5e !important; color: #fff !important; }
.bg-lightgreen { background-color: #a9eec3 !important; color: #0451ae !important; }
.bg-orange { background-color: #f79307 !important; color: #fff !important; }
.bg-white { background-color: #ffffff !important; color: #0451ae !important; }
.bg-gray { background-color: #f5f5f5 !important; color: #0451ae !important; }

/* ========== BORDER COLORS ========== */
.border-blue { border: 2px solid #2e8cff !important; }
.border-dark { border: 2px solid #0451ae !important; }
.border-green { border: 2px solid #18cd5e !important; }
.border-lightgreen { border: 2px solid #a9eec3 !important; }
.border-orange { border: 2px solid #f79307 !important; }
.border-white { border: 2px solid #ffffff !important; }
.border-gray { border: 2px solid #666666 !important; } *{} 
     


      #IE-warning {
        display: none;
        position: fixed;
        width: 100%;
        height: 100%;
        z-index: 9999;
        background: white;
      }
      .IE-warning-message {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        text-align: center;
      }
    



 .gp-component-id-lb1tIJtob.gp-component > [data-section-overlay] { position: absolute;right: 0px;left: 0px;top: 0px;bottom: 0px; } @media (max-width: 639px) { .gp-component-id-lb1tIJtob.gp-component > [data-section-overlay] { background-color: rgb(237, 249, 242);position: absolute;right: 0px;left: 0px;top: 0px;bottom: 0px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-lb1tIJtob.gp-component > [data-section-overlay] { background-color: rgb(237, 249, 242);position: absolute;right: 0px;left: 0px;top: 0px;bottom: 0px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-lb1tIJtob.gp-component > [data-section-overlay] { background-color: rgb(237, 249, 242);position: absolute;right: 0px;left: 0px;top: 0px;bottom: 0px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-lb1tIJtob.gp-component > [data-section-overlay] { background-color: rgb(237, 249, 242);position: absolute;right: 0px;left: 0px;top: 0px;bottom: 0px; } } @media (min-width: 1200px) { .gp-component-id-lb1tIJtob.gp-component > [data-section-overlay] { background-color: rgb(237, 249, 242);position: absolute;right: 0px;left: 0px;top: 0px;bottom: 0px; } }

 .gp-component-id-8krrerWtr { width: 100%;height: 100%; } @media (max-width: 639px) { .gp-component-id-8krrerWtr { width: 100%;height: 100%; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-8krrerWtr { width: 100%;height: 100%; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-8krrerWtr { width: 100%;height: 100%; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-8krrerWtr { width: 100%;height: 100%; } } @media (min-width: 1200px) { .gp-component-id-8krrerWtr { width: 100%;height: 100%; } }

 .gp-component-id-irsS8BF_dO { height: 100%;width: 100%; } @media (max-width: 639px) { .gp-component-id-irsS8BF_dO { height: 100%;width: 100%; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-irsS8BF_dO { height: 100%;width: 100%; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-irsS8BF_dO { height: 100%;width: 100%; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-irsS8BF_dO { height: 100%;width: 100%; } } @media (min-width: 1200px) { .gp-component-id-irsS8BF_dO { height: 100%;width: 100%; } }

 .gp-component-id-HPWToPc4lG { height: 100%;width: 100%; } @media (max-width: 639px) { .gp-component-id-HPWToPc4lG { height: 100%;width: 100%; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-HPWToPc4lG { height: 100%;width: 100%; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-HPWToPc4lG { height: 100%;width: 100%; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-HPWToPc4lG { height: 100%;width: 100%; } } @media (min-width: 1200px) { .gp-component-id-HPWToPc4lG { height: 100%;width: 100%; } }

 .gp-component-id-WA_sTZjaUl { overflow-wrap: break-word; } @media (max-width: 639px) { .gp-component-id-WA_sTZjaUl { overflow-wrap: break-word; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-WA_sTZjaUl { overflow-wrap: break-word; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-WA_sTZjaUl { overflow-wrap: break-word; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-WA_sTZjaUl { overflow-wrap: break-word; } } @media (min-width: 1200px) { .gp-component-id-WA_sTZjaUl { overflow-wrap: break-word; } }

 .gp-component-id-h1YgBpMmk7z { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px;overflow-wrap: break-word; } @media (max-width: 639px) { .gp-component-id-h1YgBpMmk7z { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px;overflow-wrap: break-word;box-sizing: border-box;cursor: text;padding-right: 8px;padding-left: 8px;font-family: Lato, sans-serif;text-align: center;color: rgb(24, 205, 94);font-size: 16px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-h1YgBpMmk7z { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px;overflow-wrap: break-word;box-sizing: border-box;cursor: text;padding-right: 8px;padding-left: 8px;font-family: Lato, sans-serif;text-align: center;color: rgb(24, 205, 94);font-size: 16px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-h1YgBpMmk7z { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px;overflow-wrap: break-word;box-sizing: border-box;cursor: text;padding-right: 8px;padding-left: 8px;font-family: Lato, sans-serif;text-align: center;color: rgb(24, 205, 94);font-size: 16px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-h1YgBpMmk7z { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px;overflow-wrap: break-word;box-sizing: border-box;cursor: text;padding-right: 8px;padding-left: 8px;font-family: Lato, sans-serif;text-align: center;color: rgb(24, 205, 94);font-size: 16px; } } @media (min-width: 1200px) { .gp-component-id-h1YgBpMmk7z { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px;overflow-wrap: break-word;box-sizing: border-box;cursor: text;padding-right: 8px;padding-left: 8px;font-family: Lato, sans-serif;text-align: center;color: rgb(24, 205, 94);font-size: 16px; } }

 .gp-component-id-p_Y0lw3xmbT { flex-direction: column;display: flex; } @media (max-width: 639px) { .gp-component-id-p_Y0lw3xmbT { flex-direction: column;display: flex; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-p_Y0lw3xmbT { flex-direction: column;display: flex; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-p_Y0lw3xmbT { flex-direction: column;display: flex; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-p_Y0lw3xmbT { flex-direction: column;display: flex; } } @media (min-width: 1200px) { .gp-component-id-p_Y0lw3xmbT { flex-direction: column;display: flex; } }

 @media (max-width: 639px) { .gp-component-id-3qJvJBA66cl { color: rgb(24, 205, 94);border-top-width: 1px;border-left-color: rgb(24, 205, 94);border-right-color: rgb(24, 205, 94);border-top-color: rgb(24, 205, 94);border-bottom-color: rgb(24, 205, 94);padding-top: 24px;width: 100%;flex-direction: column;align-items: center;display: flex; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-3qJvJBA66cl { color: rgb(24, 205, 94);border-top-width: 1px;border-left-color: rgb(24, 205, 94);border-right-color: rgb(24, 205, 94);border-top-color: rgb(24, 205, 94);border-bottom-color: rgb(24, 205, 94);padding-top: 24px;width: 100%;flex-direction: column;align-items: center;display: flex; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-3qJvJBA66cl { color: rgb(24, 205, 94);border-top-width: 1px;border-left-color: rgb(24, 205, 94);border-right-color: rgb(24, 205, 94);border-top-color: rgb(24, 205, 94);border-bottom-color: rgb(24, 205, 94);padding-top: 24px;width: 100%;flex-direction: column;align-items: center;display: flex; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-3qJvJBA66cl { color: rgb(24, 205, 94);border-top-width: 1px;border-left-color: rgb(24, 205, 94);border-right-color: rgb(24, 205, 94);border-top-color: rgb(24, 205, 94);border-bottom-color: rgb(24, 205, 94);padding-top: 24px;width: 100%;flex-direction: column;align-items: center;display: flex; } } @media (min-width: 1200px) { .gp-component-id-3qJvJBA66cl { color: rgb(24, 205, 94);border-top-width: 1px;border-left-color: rgb(24, 205, 94);border-right-color: rgb(24, 205, 94);border-top-color: rgb(24, 205, 94);border-bottom-color: rgb(24, 205, 94);padding-top: 24px;width: 100%;flex-direction: column;align-items: center;display: flex; } }

 .gp-component-id-Qk1XniTOk9 { padding-right: 8px;width: 100%;padding-left: 8px; } @media (max-width: 639px) { .gp-component-id-Qk1XniTOk9 { padding-right: 8px;width: 100%;padding-left: 8px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-Qk1XniTOk9 { padding-right: 8px;width: 100%;padding-left: 8px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-Qk1XniTOk9 { padding-right: 8px;width: 100%;padding-left: 8px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-Qk1XniTOk9 { padding-right: 8px;width: 100%;padding-left: 8px; } } @media (min-width: 1200px) { .gp-component-id-Qk1XniTOk9 { padding-right: 8px;width: 100%;padding-left: 8px; } }

 .gp-component-id-BbYDA7pG3 { margin-right: -8px;margin-left: -8px; } @media (max-width: 639px) { .gp-component-id-BbYDA7pG3 { margin-right: -8px;margin-left: -8px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-BbYDA7pG3 { margin-right: -8px;margin-left: -8px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-BbYDA7pG3 { margin-right: -8px;margin-left: -8px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-BbYDA7pG3 { margin-right: -8px;margin-left: -8px; } } @media (min-width: 1200px) { .gp-component-id-BbYDA7pG3 { margin-right: -8px;margin-left: -8px; } }

 .gp-component-id-5kHHRLBreXd { padding-right: 8px;width: 100%;padding-left: 8px; } @media (max-width: 639px) { .gp-component-id-5kHHRLBreXd { padding-right: 8px;width: 100%;padding-left: 8px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-5kHHRLBreXd { padding-right: 8px;width: 100%;padding-left: 8px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-5kHHRLBreXd { padding-right: 8px;width: 100%;padding-left: 8px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-5kHHRLBreXd { padding-right: 8px;width: 100%;padding-left: 8px; } } @media (min-width: 1200px) { .gp-component-id-5kHHRLBreXd { padding-right: 8px;width: 100%;padding-left: 8px; } }

 .gp-component-id-lT6pl0j9dY_ { overflow-wrap: break-word; } @media (max-width: 639px) { .gp-component-id-lT6pl0j9dY_ { overflow-wrap: break-word; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-lT6pl0j9dY_ { overflow-wrap: break-word; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-lT6pl0j9dY_ { overflow-wrap: break-word; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-lT6pl0j9dY_ { overflow-wrap: break-word; } } @media (min-width: 1200px) { .gp-component-id-lT6pl0j9dY_ { overflow-wrap: break-word; } }

 .gp-component-id-8qAF6BexmT0 { margin-left: 12px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px;overflow-wrap: break-word;cursor: text;box-sizing: border-box;color: rgb(255, 255, 255);font-family: Roboto, sans-serif; } @media (max-width: 639px) { .gp-component-id-8qAF6BexmT0 { margin-left: 12px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px;overflow-wrap: break-word;cursor: text;box-sizing: border-box;color: rgb(255, 255, 255);font-family: Roboto, sans-serif; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-8qAF6BexmT0 { margin-left: 12px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px;overflow-wrap: break-word;cursor: text;box-sizing: border-box;color: rgb(255, 255, 255);font-family: Roboto, sans-serif; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-8qAF6BexmT0 { margin-left: 12px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px;overflow-wrap: break-word;cursor: text;box-sizing: border-box;color: rgb(255, 255, 255);font-family: Roboto, sans-serif; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-8qAF6BexmT0 { margin-left: 12px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px;overflow-wrap: break-word;cursor: text;box-sizing: border-box;color: rgb(255, 255, 255);font-family: Roboto, sans-serif; } } @media (min-width: 1200px) { .gp-component-id-8qAF6BexmT0 { margin-left: 12px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px;overflow-wrap: break-word;cursor: text;box-sizing: border-box;color: rgb(255, 255, 255);font-family: Roboto, sans-serif; } }

 .gp-component-id-3AlZa1MFtzS { flex-direction: column;display: flex; } @media (max-width: 639px) { .gp-component-id-3AlZa1MFtzS { flex-direction: column;display: flex; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-3AlZa1MFtzS { flex-direction: column;display: flex; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-3AlZa1MFtzS { flex-direction: column;display: flex; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-3AlZa1MFtzS { flex-direction: column;display: flex; } } @media (min-width: 1200px) { .gp-component-id-3AlZa1MFtzS { flex-direction: column;display: flex; } }

 .gp-component-id-HPrmLW4rvjd { display: flex;align-items: flex-start;margin-bottom: 16px;color: rgb(32, 45, 60);font-size: 18px; } @media (max-width: 639px) { .gp-component-id-HPrmLW4rvjd { display: flex;align-items: flex-start;margin-bottom: 16px;color: rgb(32, 45, 60);font-size: 18px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-HPrmLW4rvjd { display: flex;align-items: flex-start;margin-bottom: 16px;color: rgb(32, 45, 60);font-size: 18px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-HPrmLW4rvjd { display: flex;align-items: flex-start;margin-bottom: 16px;color: rgb(32, 45, 60);font-size: 18px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-HPrmLW4rvjd { display: flex;align-items: flex-start;margin-bottom: 16px;color: rgb(32, 45, 60);font-size: 18px; } } @media (min-width: 1200px) { .gp-component-id-HPrmLW4rvjd { display: flex;align-items: flex-start;margin-bottom: 16px;color: rgb(32, 45, 60);font-size: 18px; } }

 .gp-component-id-qNB1rbxGFU0 { text-decoration-color: initial;text-decoration-style: solid;text-decoration-thickness: inherit;text-decoration-line: none;line-height: 1;cursor: pointer;background-color: transparent;color: inherit;display: inline-block;font-size: 48px; } @media (max-width: 639px) { .gp-component-id-qNB1rbxGFU0 { text-decoration-color: initial;text-decoration-style: solid;text-decoration-thickness: inherit;text-decoration-line: none;line-height: 1;cursor: pointer;background-color: transparent;color: rgb(24, 205, 94);display: inline-block;font-size: 26px !important;padding-left: 12px;padding-right: 0px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-qNB1rbxGFU0 { text-decoration-color: initial;text-decoration-style: solid;text-decoration-thickness: inherit;text-decoration-line: none;line-height: 1;cursor: pointer;background-color: transparent;color: rgb(24, 205, 94);display: inline-block;font-size: 26px !important;padding-left: 12px;padding-right: 0px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-qNB1rbxGFU0 { text-decoration-color: initial;text-decoration-style: solid;text-decoration-thickness: inherit;text-decoration-line: none;line-height: 1;cursor: pointer;background-color: transparent;color: rgb(24, 205, 94);display: inline-block;font-size: 26px !important;padding-left: 12px;padding-right: 0px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-qNB1rbxGFU0 { text-decoration-color: initial;text-decoration-style: solid;text-decoration-thickness: inherit;text-decoration-line: none;line-height: 1;cursor: pointer;background-color: transparent;color: rgb(24, 205, 94);display: inline-block;font-size: 26px !important;padding-left: 12px;padding-right: 0px; } } @media (min-width: 1200px) { .gp-component-id-qNB1rbxGFU0 { text-decoration-color: initial;text-decoration-style: solid;text-decoration-thickness: inherit;text-decoration-line: none;line-height: 1;cursor: pointer;background-color: transparent;color: rgb(24, 205, 94);display: inline-block;font-size: 26px !important;padding-left: 12px;padding-right: 0px; } }

 .gp-component-id-AK6ypP5X4o9 { text-decoration-color: initial;text-decoration-style: solid;text-decoration-thickness: inherit;text-decoration-line: none;line-height: 1;cursor: pointer;background-color: transparent;color: inherit;display: inline-block;font-size: 48px; } @media (max-width: 639px) { .gp-component-id-AK6ypP5X4o9 { text-decoration-color: initial;text-decoration-style: solid;text-decoration-thickness: inherit;text-decoration-line: none;line-height: 1;cursor: pointer;background-color: transparent;color: rgb(24, 205, 94);display: inline-block;font-size: 26px !important;padding-left: 12px;padding-right: 0px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-AK6ypP5X4o9 { text-decoration-color: initial;text-decoration-style: solid;text-decoration-thickness: inherit;text-decoration-line: none;line-height: 1;cursor: pointer;background-color: transparent;color: rgb(24, 205, 94);display: inline-block;font-size: 26px !important;padding-left: 12px;padding-right: 0px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-AK6ypP5X4o9 { text-decoration-color: initial;text-decoration-style: solid;text-decoration-thickness: inherit;text-decoration-line: none;line-height: 1;cursor: pointer;background-color: transparent;color: rgb(24, 205, 94);display: inline-block;font-size: 26px !important;padding-left: 12px;padding-right: 0px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-AK6ypP5X4o9 { text-decoration-color: initial;text-decoration-style: solid;text-decoration-thickness: inherit;text-decoration-line: none;line-height: 1;cursor: pointer;background-color: transparent;color: rgb(24, 205, 94);display: inline-block;font-size: 26px !important;padding-left: 12px;padding-right: 0px; } } @media (min-width: 1200px) { .gp-component-id-AK6ypP5X4o9 { text-decoration-color: initial;text-decoration-style: solid;text-decoration-thickness: inherit;text-decoration-line: none;line-height: 1;cursor: pointer;background-color: transparent;color: rgb(24, 205, 94);display: inline-block;font-size: 26px !important;padding-left: 12px;padding-right: 0px; } }

 .gp-component-id-gTvWpHlwE9x { text-decoration-color: initial;text-decoration-style: solid;text-decoration-thickness: inherit;text-decoration-line: none;line-height: 1;cursor: pointer;background-color: transparent;color: inherit;display: inline-block;font-size: 48px; } @media (max-width: 639px) { .gp-component-id-gTvWpHlwE9x { text-decoration-color: initial;text-decoration-style: solid;text-decoration-thickness: inherit;text-decoration-line: none;line-height: 1;cursor: pointer;background-color: transparent;color: rgb(24, 205, 94);display: inline-block;font-size: 26px !important;padding-left: 12px;padding-right: 0px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-gTvWpHlwE9x { text-decoration-color: initial;text-decoration-style: solid;text-decoration-thickness: inherit;text-decoration-line: none;line-height: 1;cursor: pointer;background-color: transparent;color: rgb(24, 205, 94);display: inline-block;font-size: 26px !important;padding-left: 12px;padding-right: 0px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-gTvWpHlwE9x { text-decoration-color: initial;text-decoration-style: solid;text-decoration-thickness: inherit;text-decoration-line: none;line-height: 1;cursor: pointer;background-color: transparent;color: rgb(24, 205, 94);display: inline-block;font-size: 26px !important;padding-left: 12px;padding-right: 0px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-gTvWpHlwE9x { text-decoration-color: initial;text-decoration-style: solid;text-decoration-thickness: inherit;text-decoration-line: none;line-height: 1;cursor: pointer;background-color: transparent;color: rgb(24, 205, 94);display: inline-block;font-size: 26px !important;padding-left: 12px;padding-right: 0px; } } @media (min-width: 1200px) { .gp-component-id-gTvWpHlwE9x { text-decoration-color: initial;text-decoration-style: solid;text-decoration-thickness: inherit;text-decoration-line: none;line-height: 1;cursor: pointer;background-color: transparent;color: rgb(24, 205, 94);display: inline-block;font-size: 26px !important;padding-left: 12px;padding-right: 0px; } }

 .gp-component-id-sWsj5nqsQM7 { text-decoration-color: initial;text-decoration-style: solid;text-decoration-thickness: inherit;text-decoration-line: none;line-height: 1;cursor: pointer;background-color: transparent;color: inherit;display: inline-block;font-size: 48px; } @media (max-width: 639px) { .gp-component-id-sWsj5nqsQM7 { text-decoration-color: initial;text-decoration-style: solid;text-decoration-thickness: inherit;text-decoration-line: none;line-height: 1;cursor: pointer;background-color: transparent;color: rgb(24, 205, 94);display: inline-block;font-size: 26px !important;padding-left: 12px;padding-right: 0px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-sWsj5nqsQM7 { text-decoration-color: initial;text-decoration-style: solid;text-decoration-thickness: inherit;text-decoration-line: none;line-height: 1;cursor: pointer;background-color: transparent;color: rgb(24, 205, 94);display: inline-block;font-size: 26px !important;padding-left: 12px;padding-right: 0px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-sWsj5nqsQM7 { text-decoration-color: initial;text-decoration-style: solid;text-decoration-thickness: inherit;text-decoration-line: none;line-height: 1;cursor: pointer;background-color: transparent;color: rgb(24, 205, 94);display: inline-block;font-size: 26px !important;padding-left: 12px;padding-right: 0px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-sWsj5nqsQM7 { text-decoration-color: initial;text-decoration-style: solid;text-decoration-thickness: inherit;text-decoration-line: none;line-height: 1;cursor: pointer;background-color: transparent;color: rgb(24, 205, 94);display: inline-block;font-size: 26px !important;padding-left: 12px;padding-right: 0px; } } @media (min-width: 1200px) { .gp-component-id-sWsj5nqsQM7 { text-decoration-color: initial;text-decoration-style: solid;text-decoration-thickness: inherit;text-decoration-line: none;line-height: 1;cursor: pointer;background-color: transparent;color: rgb(24, 205, 94);display: inline-block;font-size: 26px !important;padding-left: 12px;padding-right: 0px; } }

 .gp-component-id-NxAKI8KihAy { text-decoration-color: initial;text-decoration-style: solid;text-decoration-thickness: inherit;text-decoration-line: none;line-height: 1;cursor: pointer;background-color: transparent;color: inherit;display: inline-block;font-size: 48px; } @media (max-width: 639px) { .gp-component-id-NxAKI8KihAy { text-decoration-color: initial;text-decoration-style: solid;text-decoration-thickness: inherit;text-decoration-line: none;line-height: 1;cursor: pointer;background-color: transparent;color: rgb(24, 205, 94);display: inline-block;font-size: 26px !important; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-NxAKI8KihAy { text-decoration-color: initial;text-decoration-style: solid;text-decoration-thickness: inherit;text-decoration-line: none;line-height: 1;cursor: pointer;background-color: transparent;color: rgb(24, 205, 94);display: inline-block;font-size: 26px !important; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-NxAKI8KihAy { text-decoration-color: initial;text-decoration-style: solid;text-decoration-thickness: inherit;text-decoration-line: none;line-height: 1;cursor: pointer;background-color: transparent;color: rgb(24, 205, 94);display: inline-block;font-size: 26px !important; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-NxAKI8KihAy { text-decoration-color: initial;text-decoration-style: solid;text-decoration-thickness: inherit;text-decoration-line: none;line-height: 1;cursor: pointer;background-color: transparent;color: rgb(24, 205, 94);display: inline-block;font-size: 26px !important; } } @media (min-width: 1200px) { .gp-component-id-NxAKI8KihAy { text-decoration-color: initial;text-decoration-style: solid;text-decoration-thickness: inherit;text-decoration-line: none;line-height: 1;cursor: pointer;background-color: transparent;color: rgb(24, 205, 94);display: inline-block;font-size: 26px !important; } }

 @media (max-width: 639px) { .gp-component-id-i0dR6wMtey8 { margin-top: 22px;width: 100%;flex-direction: row;justify-content: center;align-items: center;display: flex; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-i0dR6wMtey8 { margin-top: 22px;width: 100%;flex-direction: row;justify-content: center;align-items: center;display: flex; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-i0dR6wMtey8 { margin-top: 22px;width: 100%;flex-direction: row;justify-content: center;align-items: center;display: flex; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-i0dR6wMtey8 { margin-top: 22px;width: 100%;flex-direction: row;justify-content: flex-start;align-items: center;display: flex; } } @media (min-width: 1200px) { .gp-component-id-i0dR6wMtey8 { margin-top: 22px;width: 100%;flex-direction: row;justify-content: flex-start;align-items: center;display: flex; } }

 .gp-component-id-Bn9yyqci2Cq { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px;overflow-wrap: break-word; } @media (max-width: 639px) { .gp-component-id-Bn9yyqci2Cq { margin-left: 12px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px;overflow-wrap: break-word;font-size: 18px !important;font-family: Roboto, sans-serif !important;color: rgb(24, 205, 94);cursor: text;box-sizing: border-box; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-Bn9yyqci2Cq { margin-left: 12px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px;overflow-wrap: break-word;font-size: 18px !important;font-family: Roboto, sans-serif !important;color: rgb(24, 205, 94);cursor: text;box-sizing: border-box; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-Bn9yyqci2Cq { margin-left: 12px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px;overflow-wrap: break-word;font-size: 18px !important;font-family: Roboto, sans-serif !important;color: rgb(24, 205, 94);cursor: text;box-sizing: border-box; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-Bn9yyqci2Cq { margin-left: 12px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px;overflow-wrap: break-word;font-size: 18px !important;font-family: Roboto, sans-serif !important;color: rgb(24, 205, 94);cursor: text;box-sizing: border-box; } } @media (min-width: 1200px) { .gp-component-id-Bn9yyqci2Cq { margin-left: 12px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px;overflow-wrap: break-word;font-size: 18px !important;font-family: Roboto, sans-serif !important;color: rgb(24, 205, 94);cursor: text;box-sizing: border-box; } }

 .gp-component-id-a5qCAQVR1CW { flex-direction: column;display: flex; } @media (max-width: 639px) { .gp-component-id-a5qCAQVR1CW { flex-direction: column;display: flex; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-a5qCAQVR1CW { flex-direction: column;display: flex; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-a5qCAQVR1CW { flex-direction: column;display: flex; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-a5qCAQVR1CW { flex-direction: column;display: flex; } } @media (min-width: 1200px) { .gp-component-id-a5qCAQVR1CW { flex-direction: column;display: flex; } }

 .gp-component-id-umExu0AFTJb { text-decoration-color: initial;text-decoration-style: solid;text-decoration-thickness: inherit;text-decoration-line: none;line-height: 1;cursor: pointer;background-color: transparent;color: inherit;display: inline-block; } @media (max-width: 639px) { .gp-component-id-umExu0AFTJb { text-decoration-color: initial;text-decoration-style: solid;text-decoration-thickness: inherit;text-decoration-line: none;line-height: 1;cursor: pointer;background-color: transparent;color: rgb(24, 205, 94);display: inline-block;padding-top: 5px;text-align: center;font-size: 20px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-umExu0AFTJb { text-decoration-color: initial;text-decoration-style: solid;text-decoration-thickness: inherit;text-decoration-line: none;line-height: 1;cursor: pointer;background-color: transparent;color: rgb(24, 205, 94);display: inline-block;padding-top: 5px;text-align: center;font-size: 20px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-umExu0AFTJb { text-decoration-color: initial;text-decoration-style: solid;text-decoration-thickness: inherit;text-decoration-line: none;line-height: 1;cursor: pointer;background-color: transparent;color: rgb(24, 205, 94);display: inline-block;padding-top: 5px;text-align: center;font-size: 20px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-umExu0AFTJb { text-decoration-color: initial;text-decoration-style: solid;text-decoration-thickness: inherit;text-decoration-line: none;line-height: 1;cursor: pointer;background-color: transparent;color: rgb(24, 205, 94);display: inline-block;padding-top: 5px;text-align: center;font-size: 20px; } } @media (min-width: 1200px) { .gp-component-id-umExu0AFTJb { text-decoration-color: initial;text-decoration-style: solid;text-decoration-thickness: inherit;text-decoration-line: none;line-height: 1;cursor: pointer;background-color: transparent;color: rgb(24, 205, 94);display: inline-block;padding-top: 5px;text-align: center;font-size: 20px; } }

 @media (max-width: 639px) { .gp-component-id-XBKOsmgp1CI { font-size: 18px;color: rgb(32, 45, 60);text-align: center;margin-top: 22px;margin-bottom: 0px;align-items: flex-start;display: flex; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-XBKOsmgp1CI { font-size: 18px;color: rgb(32, 45, 60);text-align: center;margin-top: 22px;margin-bottom: 0px;align-items: flex-start;display: flex; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-XBKOsmgp1CI { font-size: 18px;color: rgb(32, 45, 60);text-align: center;margin-top: 22px;margin-bottom: 0px;align-items: flex-start;display: flex; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-XBKOsmgp1CI { font-size: 18px;color: rgb(32, 45, 60);text-align: center;margin-top: 22px;margin-bottom: 0px;align-items: flex-start;display: flex; } } @media (min-width: 1200px) { .gp-component-id-XBKOsmgp1CI { font-size: 18px;color: rgb(32, 45, 60);text-align: center;margin-top: 22px;margin-bottom: 0px;align-items: flex-start;display: flex; } }

 .gp-component-id-dkHMaSTbdBC { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px;overflow-wrap: break-word; } @media (max-width: 639px) { .gp-component-id-dkHMaSTbdBC { margin-left: 12px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px;overflow-wrap: break-word;font-family: Roboto, sans-serif !important;font-size: 18px !important;color: rgb(24, 205, 94);box-sizing: border-box;cursor: text; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-dkHMaSTbdBC { margin-left: 12px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px;overflow-wrap: break-word;font-family: Roboto, sans-serif !important;font-size: 18px !important;color: rgb(24, 205, 94);box-sizing: border-box;cursor: text; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-dkHMaSTbdBC { margin-left: 12px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px;overflow-wrap: break-word;font-family: Roboto, sans-serif !important;font-size: 18px !important;color: rgb(24, 205, 94);box-sizing: border-box;cursor: text; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-dkHMaSTbdBC { margin-left: 12px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px;overflow-wrap: break-word;font-family: Roboto, sans-serif !important;font-size: 18px !important;color: rgb(24, 205, 94);box-sizing: border-box;cursor: text; } } @media (min-width: 1200px) { .gp-component-id-dkHMaSTbdBC { margin-left: 12px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px;overflow-wrap: break-word;font-family: Roboto, sans-serif !important;font-size: 18px !important;color: rgb(24, 205, 94);box-sizing: border-box;cursor: text; } }

 .gp-component-id-OHblQv0y12n { flex-direction: column;display: flex; } @media (max-width: 639px) { .gp-component-id-OHblQv0y12n { flex-direction: column;display: flex; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-OHblQv0y12n { flex-direction: column;display: flex; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-OHblQv0y12n { flex-direction: column;display: flex; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-OHblQv0y12n { flex-direction: column;display: flex; } } @media (min-width: 1200px) { .gp-component-id-OHblQv0y12n { flex-direction: column;display: flex; } }

 .gp-component-id-9xDBEq00ZF0 { line-height: 1;display: inline-block; } @media (max-width: 639px) { .gp-component-id-9xDBEq00ZF0 { line-height: 1;display: inline-block;font-size: 20px !important;height: auto;padding-top: 5px;color: rgb(24, 205, 94); } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-9xDBEq00ZF0 { line-height: 1;display: inline-block;font-size: 20px !important;height: auto;padding-top: 5px;color: rgb(24, 205, 94); } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-9xDBEq00ZF0 { line-height: 1;display: inline-block;font-size: 20px !important;height: auto;padding-top: 5px;color: rgb(24, 205, 94); } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-9xDBEq00ZF0 { line-height: 1;display: inline-block;font-size: 20px !important;height: auto;padding-top: 5px;color: rgb(24, 205, 94); } } @media (min-width: 1200px) { .gp-component-id-9xDBEq00ZF0 { line-height: 1;display: inline-block;font-size: 20px !important;height: auto;padding-top: 5px;color: rgb(24, 205, 94); } }

 @media (max-width: 639px) { .gp-component-id-O12qgg5fiDh { font-size: 18px;color: rgb(32, 45, 60);margin-bottom: 0px;align-items: flex-start;display: flex; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-O12qgg5fiDh { font-size: 18px;color: rgb(32, 45, 60);margin-bottom: 0px;align-items: flex-start;display: flex; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-O12qgg5fiDh { font-size: 18px;color: rgb(32, 45, 60);margin-bottom: 0px;align-items: flex-start;display: flex; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-O12qgg5fiDh { font-size: 18px;color: rgb(32, 45, 60);margin-bottom: 0px;align-items: flex-start;display: flex; } } @media (min-width: 1200px) { .gp-component-id-O12qgg5fiDh { font-size: 18px;color: rgb(32, 45, 60);margin-bottom: 0px;align-items: flex-start;display: flex; } }

 .gp-component-id-0qNtmdbB2as { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px;overflow-wrap: break-word;font-weight: inherit;font-size: inherit; } @media (max-width: 639px) { .gp-component-id-0qNtmdbB2as { margin-left: 0px;margin-bottom: 12px;margin-right: 0px;margin-top: 0px;overflow-wrap: break-word;font-weight: inherit;font-size: 20px;box-sizing: border-box;cursor: text;color: rgba(169, 238, 195, 0.8); } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-0qNtmdbB2as { margin-left: 0px;margin-bottom: 12px;margin-right: 0px;margin-top: 0px;overflow-wrap: break-word;font-weight: inherit;font-size: 20px;box-sizing: border-box;cursor: text;color: rgba(169, 238, 195, 0.8); } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-0qNtmdbB2as { margin-left: 0px;margin-bottom: 12px;margin-right: 0px;margin-top: 0px;overflow-wrap: break-word;font-weight: inherit;font-size: 20px;box-sizing: border-box;cursor: text;color: rgba(169, 238, 195, 0.8); } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-0qNtmdbB2as { margin-left: 0px;margin-bottom: 12px;margin-right: 0px;margin-top: 0px;overflow-wrap: break-word;font-weight: inherit;font-size: 20px;box-sizing: border-box;cursor: text;color: rgba(169, 238, 195, 0.8); } } @media (min-width: 1200px) { .gp-component-id-0qNtmdbB2as { margin-left: 0px;margin-bottom: 12px;margin-right: 0px;margin-top: 0px;overflow-wrap: break-word;font-weight: inherit;font-size: 20px;box-sizing: border-box;cursor: text;color: rgba(169, 238, 195, 0.8); } }

 .gp-component-id-rMw8ukB_31o { flex-direction: column;display: flex; } @media (max-width: 639px) { .gp-component-id-rMw8ukB_31o { flex-direction: column;display: flex; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-rMw8ukB_31o { flex-direction: column;display: flex; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-rMw8ukB_31o { flex-direction: column;display: flex; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-rMw8ukB_31o { flex-direction: column;display: flex; } } @media (min-width: 1200px) { .gp-component-id-rMw8ukB_31o { flex-direction: column;display: flex; } }

 .gp-component-id-UJPphEtUI { align-items: center;display: flex; } @media (max-width: 639px) { .gp-component-id-UJPphEtUI { align-items: center;display: flex; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-UJPphEtUI { align-items: center;display: flex; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-UJPphEtUI { align-items: center;display: flex; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-UJPphEtUI { align-items: center;display: flex; } } @media (min-width: 1200px) { .gp-component-id-UJPphEtUI { align-items: center;display: flex; } }

 @media (max-width: 639px) { .gp-component-id-1sWI3awDowj { display: flex;align-items: center;justify-content: flex-end;flex-direction: column; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-1sWI3awDowj { display: flex;align-items: center;justify-content: flex-end;flex-direction: column; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-1sWI3awDowj { display: flex;align-items: center;justify-content: flex-end;flex-direction: column; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-1sWI3awDowj { display: flex;align-items: center;justify-content: flex-end;flex-direction: column; } } @media (min-width: 1200px) { .gp-component-id-1sWI3awDowj { display: flex;align-items: center;justify-content: flex-end;flex-direction: column; } }

 @media (max-width: 639px) { .gp-component-id-DbOag0c6VjE { color: rgb(46, 140, 255);margin-top: 12px;width: 100%;height: 100%;flex-direction: column;align-items: center;display: flex; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-DbOag0c6VjE { color: rgb(46, 140, 255);margin-top: 12px;width: 100%;height: 100%;flex-direction: column;align-items: center;display: flex; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-DbOag0c6VjE { color: rgb(46, 140, 255);margin-top: 12px;width: 100%;height: 100%;flex-direction: column;align-items: center;display: flex; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-DbOag0c6VjE { color: rgb(46, 140, 255);margin-top: 12px;width: 100%;height: 100%;flex-direction: column;align-items: flex-start;display: flex; } } @media (min-width: 1200px) { .gp-component-id-DbOag0c6VjE { color: rgb(46, 140, 255);margin-top: 12px;width: 100%;height: 100%;flex-direction: column;align-items: flex-start;display: flex; } }

 .gp-component-id-S04FVGDTJa7 { flex-basis: auto;flex-shrink: 0;flex-grow: 0;padding-right: 8px;padding-left: 8px;width: 100%; } @media (max-width: 639px) { .gp-component-id-S04FVGDTJa7 { flex-basis: auto;flex-shrink: 0;flex-grow: 0;padding-right: 8px;padding-left: 8px;width: 100%; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-S04FVGDTJa7 { flex-basis: auto;flex-shrink: 0;flex-grow: 0;padding-right: 8px;padding-left: 8px;width: 100%; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-S04FVGDTJa7 { flex-basis: auto;flex-shrink: 0;flex-grow: 0;padding-right: 8px;padding-left: 8px;width: 33.3333%; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-S04FVGDTJa7 { flex-basis: auto;flex-shrink: 0;flex-grow: 0;padding-right: 8px;padding-left: 8px;width: 33.3333%; } } @media (min-width: 1200px) { .gp-component-id-S04FVGDTJa7 { flex-basis: auto;flex-shrink: 0;flex-grow: 0;padding-right: 8px;padding-left: 8px;width: 33.3333%; } }

 .gp-component-id-2MKnMV4onVu { text-decoration-color: initial;text-decoration-style: solid;text-decoration-thickness: inherit;text-decoration-line: none;cursor: pointer;background-color: transparent;color: inherit;display: block; } @media (max-width: 639px) { .gp-component-id-2MKnMV4onVu { text-decoration-color: initial;text-decoration-style: initial;text-decoration-thickness: inherit;text-decoration-line: none;cursor: pointer;background-color: transparent;color: rgb(24, 205, 94);display: block;font-size: 18px;font-family: Lato, sans-serif;margin-bottom: 12px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-2MKnMV4onVu { text-decoration-color: initial;text-decoration-style: initial;text-decoration-thickness: inherit;text-decoration-line: none;cursor: pointer;background-color: transparent;color: rgb(24, 205, 94);display: block;font-size: 18px;font-family: Lato, sans-serif;margin-bottom: 12px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-2MKnMV4onVu { text-decoration-color: initial;text-decoration-style: initial;text-decoration-thickness: inherit;text-decoration-line: none;cursor: pointer;background-color: transparent;color: rgb(24, 205, 94);display: block;font-size: 18px;font-family: Lato, sans-serif;margin-bottom: 12px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-2MKnMV4onVu { text-decoration-color: initial;text-decoration-style: initial;text-decoration-thickness: inherit;text-decoration-line: none;cursor: pointer;background-color: transparent;color: rgb(24, 205, 94);display: block;font-size: 18px;font-family: Lato, sans-serif;margin-bottom: 12px; } } @media (min-width: 1200px) { .gp-component-id-2MKnMV4onVu { text-decoration-color: initial;text-decoration-style: initial;text-decoration-thickness: inherit;text-decoration-line: none;cursor: pointer;background-color: transparent;color: rgb(24, 205, 94);display: block;font-size: 18px;font-family: Lato, sans-serif;margin-bottom: 12px; } }

 .gp-component-id-GAIsxuw1ITi { text-decoration-color: initial;text-decoration-style: solid;text-decoration-thickness: inherit;text-decoration-line: none;cursor: pointer;background-color: transparent;color: inherit;display: block; } @media (max-width: 639px) { .gp-component-id-GAIsxuw1ITi { text-decoration-color: initial;text-decoration-style: initial;text-decoration-thickness: inherit;text-decoration-line: none;cursor: pointer;background-color: transparent;color: rgb(24, 205, 94);display: block;font-size: 18px;font-family: Lato, sans-serif;margin-bottom: 12px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-GAIsxuw1ITi { text-decoration-color: initial;text-decoration-style: initial;text-decoration-thickness: inherit;text-decoration-line: none;cursor: pointer;background-color: transparent;color: rgb(24, 205, 94);display: block;font-size: 18px;font-family: Lato, sans-serif;margin-bottom: 12px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-GAIsxuw1ITi { text-decoration-color: initial;text-decoration-style: initial;text-decoration-thickness: inherit;text-decoration-line: none;cursor: pointer;background-color: transparent;color: rgb(24, 205, 94);display: block;font-size: 18px;font-family: Lato, sans-serif;margin-bottom: 12px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-GAIsxuw1ITi { text-decoration-color: initial;text-decoration-style: initial;text-decoration-thickness: inherit;text-decoration-line: none;cursor: pointer;background-color: transparent;color: rgb(24, 205, 94);display: block;font-size: 18px;font-family: Lato, sans-serif;margin-bottom: 12px; } } @media (min-width: 1200px) { .gp-component-id-GAIsxuw1ITi { text-decoration-color: initial;text-decoration-style: initial;text-decoration-thickness: inherit;text-decoration-line: none;cursor: pointer;background-color: transparent;color: rgb(24, 205, 94);display: block;font-size: 18px;font-family: Lato, sans-serif;margin-bottom: 12px; } }

 .gp-component-id-Cc5jyUyaizb { text-decoration-color: initial;text-decoration-style: solid;text-decoration-thickness: inherit;text-decoration-line: none;cursor: pointer;background-color: transparent;color: inherit;display: block; } @media (max-width: 639px) { .gp-component-id-Cc5jyUyaizb { text-decoration-color: initial;text-decoration-style: initial;text-decoration-thickness: inherit;text-decoration-line: none;cursor: pointer;background-color: transparent;color: rgb(24, 205, 94);display: block;font-size: 18px;font-family: Lato, sans-serif;margin-bottom: 12px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-Cc5jyUyaizb { text-decoration-color: initial;text-decoration-style: initial;text-decoration-thickness: inherit;text-decoration-line: none;cursor: pointer;background-color: transparent;color: rgb(24, 205, 94);display: block;font-size: 18px;font-family: Lato, sans-serif;margin-bottom: 12px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-Cc5jyUyaizb { text-decoration-color: initial;text-decoration-style: initial;text-decoration-thickness: inherit;text-decoration-line: none;cursor: pointer;background-color: transparent;color: rgb(24, 205, 94);display: block;font-size: 18px;font-family: Lato, sans-serif;margin-bottom: 12px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-Cc5jyUyaizb { text-decoration-color: initial;text-decoration-style: initial;text-decoration-thickness: inherit;text-decoration-line: none;cursor: pointer;background-color: transparent;color: rgb(24, 205, 94);display: block;font-size: 18px;font-family: Lato, sans-serif;margin-bottom: 12px; } } @media (min-width: 1200px) { .gp-component-id-Cc5jyUyaizb { text-decoration-color: initial;text-decoration-style: initial;text-decoration-thickness: inherit;text-decoration-line: none;cursor: pointer;background-color: transparent;color: rgb(24, 205, 94);display: block;font-size: 18px;font-family: Lato, sans-serif;margin-bottom: 12px; } }

 .gp-component-id-iD1lSJnMAUl { text-decoration-color: initial;text-decoration-style: solid;text-decoration-thickness: inherit;text-decoration-line: none;cursor: pointer;background-color: transparent;color: inherit;display: block; } @media (max-width: 639px) { .gp-component-id-iD1lSJnMAUl { text-decoration-color: initial;text-decoration-style: initial;text-decoration-thickness: inherit;text-decoration-line: none;cursor: pointer;background-color: transparent;color: rgb(24, 205, 94);display: block;font-size: 18px;font-family: Lato, sans-serif;margin-bottom: 12px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-iD1lSJnMAUl { text-decoration-color: initial;text-decoration-style: initial;text-decoration-thickness: inherit;text-decoration-line: none;cursor: pointer;background-color: transparent;color: rgb(24, 205, 94);display: block;font-size: 18px;font-family: Lato, sans-serif;margin-bottom: 12px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-iD1lSJnMAUl { text-decoration-color: initial;text-decoration-style: initial;text-decoration-thickness: inherit;text-decoration-line: none;cursor: pointer;background-color: transparent;color: rgb(24, 205, 94);display: block;font-size: 18px;font-family: Lato, sans-serif;margin-bottom: 12px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-iD1lSJnMAUl { text-decoration-color: initial;text-decoration-style: initial;text-decoration-thickness: inherit;text-decoration-line: none;cursor: pointer;background-color: transparent;color: rgb(24, 205, 94);display: block;font-size: 18px;font-family: Lato, sans-serif;margin-bottom: 12px; } } @media (min-width: 1200px) { .gp-component-id-iD1lSJnMAUl { text-decoration-color: initial;text-decoration-style: initial;text-decoration-thickness: inherit;text-decoration-line: none;cursor: pointer;background-color: transparent;color: rgb(24, 205, 94);display: block;font-size: 18px;font-family: Lato, sans-serif;margin-bottom: 12px; } }

 .gp-component-id-1vb7j4HUh_7 { text-decoration-color: initial;text-decoration-style: solid;text-decoration-thickness: inherit;text-decoration-line: none;cursor: pointer;background-color: transparent;color: inherit;display: block; } @media (max-width: 639px) { .gp-component-id-1vb7j4HUh_7 { text-decoration-color: initial;text-decoration-style: initial;text-decoration-thickness: inherit;text-decoration-line: none;cursor: pointer;background-color: transparent;color: rgb(24, 205, 94);display: block;font-size: 18px;font-family: Lato, sans-serif;margin-bottom: 12px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-1vb7j4HUh_7 { text-decoration-color: initial;text-decoration-style: initial;text-decoration-thickness: inherit;text-decoration-line: none;cursor: pointer;background-color: transparent;color: rgb(24, 205, 94);display: block;font-size: 18px;font-family: Lato, sans-serif;margin-bottom: 12px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-1vb7j4HUh_7 { text-decoration-color: initial;text-decoration-style: initial;text-decoration-thickness: inherit;text-decoration-line: none;cursor: pointer;background-color: transparent;color: rgb(24, 205, 94);display: block;font-size: 18px;font-family: Lato, sans-serif;margin-bottom: 12px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-1vb7j4HUh_7 { text-decoration-color: initial;text-decoration-style: initial;text-decoration-thickness: inherit;text-decoration-line: none;cursor: pointer;background-color: transparent;color: rgb(24, 205, 94);display: block;font-size: 18px;font-family: Lato, sans-serif;margin-bottom: 12px; } } @media (min-width: 1200px) { .gp-component-id-1vb7j4HUh_7 { text-decoration-color: initial;text-decoration-style: initial;text-decoration-thickness: inherit;text-decoration-line: none;cursor: pointer;background-color: transparent;color: rgb(24, 205, 94);display: block;font-size: 18px;font-family: Lato, sans-serif;margin-bottom: 12px; } }

 .gp-component-id-yIKJu3MXuGb { text-decoration-color: initial;text-decoration-style: solid;text-decoration-thickness: inherit;text-decoration-line: none;cursor: pointer;background-color: transparent;color: inherit;display: block; } @media (max-width: 639px) { .gp-component-id-yIKJu3MXuGb { text-decoration-color: initial;text-decoration-style: initial;text-decoration-thickness: inherit;text-decoration-line: none;cursor: pointer;background-color: transparent;color: rgb(24, 205, 94);display: block;font-size: 18px !important;font-family: Lato, sans-serif !important;margin-bottom: 12px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-yIKJu3MXuGb { text-decoration-color: initial;text-decoration-style: initial;text-decoration-thickness: inherit;text-decoration-line: none;cursor: pointer;background-color: transparent;color: rgb(24, 205, 94);display: block;font-size: 18px !important;font-family: Lato, sans-serif !important;margin-bottom: 12px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-yIKJu3MXuGb { text-decoration-color: initial;text-decoration-style: initial;text-decoration-thickness: inherit;text-decoration-line: none;cursor: pointer;background-color: transparent;color: rgb(24, 205, 94);display: block;font-size: 18px !important;font-family: Lato, sans-serif !important;margin-bottom: 12px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-yIKJu3MXuGb { text-decoration-color: initial;text-decoration-style: initial;text-decoration-thickness: inherit;text-decoration-line: none;cursor: pointer;background-color: transparent;color: rgb(24, 205, 94);display: block;font-size: 18px !important;font-family: Lato, sans-serif !important;margin-bottom: 12px; } } @media (min-width: 1200px) { .gp-component-id-yIKJu3MXuGb { text-decoration-color: initial;text-decoration-style: initial;text-decoration-thickness: inherit;text-decoration-line: none;cursor: pointer;background-color: transparent;color: rgb(24, 205, 94);display: block;font-size: 18px !important;font-family: Lato, sans-serif !important;margin-bottom: 12px; } }

 .gp-component-id-UYNmXsHNIj { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px;overflow-wrap: break-word;font-weight: inherit;font-size: inherit; } @media (max-width: 639px) { .gp-component-id-UYNmXsHNIj { margin-left: 0px;margin-bottom: 12px;margin-right: 0px;margin-top: 0px;overflow-wrap: break-word;font-weight: inherit;font-size: 20px;color: rgb(169, 238, 195);cursor: text;box-sizing: border-box; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-UYNmXsHNIj { margin-left: 0px;margin-bottom: 12px;margin-right: 0px;margin-top: 0px;overflow-wrap: break-word;font-weight: inherit;font-size: 20px;color: rgb(169, 238, 195);cursor: text;box-sizing: border-box; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-UYNmXsHNIj { margin-left: 0px;margin-bottom: 12px;margin-right: 0px;margin-top: 0px;overflow-wrap: break-word;font-weight: inherit;font-size: 20px;color: rgb(169, 238, 195);cursor: text;box-sizing: border-box; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-UYNmXsHNIj { margin-left: 0px;margin-bottom: 12px;margin-right: 0px;margin-top: 0px;overflow-wrap: break-word;font-weight: inherit;font-size: 20px;color: rgb(169, 238, 195);cursor: text;box-sizing: border-box; } } @media (min-width: 1200px) { .gp-component-id-UYNmXsHNIj { margin-left: 0px;margin-bottom: 12px;margin-right: 0px;margin-top: 0px;overflow-wrap: break-word;font-weight: inherit;font-size: 20px;color: rgb(169, 238, 195);cursor: text;box-sizing: border-box; } }

 .gp-component-id-43_KO6apr8 { flex-direction: column;display: flex; } @media (max-width: 639px) { .gp-component-id-43_KO6apr8 { flex-direction: column;display: flex; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-43_KO6apr8 { flex-direction: column;display: flex; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-43_KO6apr8 { flex-direction: column;display: flex; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-43_KO6apr8 { flex-direction: column;display: flex; } } @media (min-width: 1200px) { .gp-component-id-43_KO6apr8 { flex-direction: column;display: flex; } }

 @media (max-width: 639px) { .gp-component-id-2SMrC0s5_V { color: rgb(24, 205, 94);margin-top: 12px;margin-bottom: 28px;width: 100%;height: 100%;flex-direction: column;align-items: center;display: flex; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-2SMrC0s5_V { color: rgb(24, 205, 94);margin-top: 12px;margin-bottom: 28px;width: 100%;height: 100%;flex-direction: column;align-items: center;display: flex; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-2SMrC0s5_V { color: rgb(24, 205, 94);margin-top: 12px;margin-bottom: 28px;width: 100%;height: 100%;flex-direction: column;align-items: center;display: flex; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-2SMrC0s5_V { color: rgb(24, 205, 94);margin-top: 12px;margin-bottom: 0px;width: 100%;height: 100%;flex-direction: column;align-items: flex-start;display: flex; } } @media (min-width: 1200px) { .gp-component-id-2SMrC0s5_V { color: rgb(24, 205, 94);margin-top: 12px;margin-bottom: 0px;width: 100%;height: 100%;flex-direction: column;align-items: flex-start;display: flex; } }

 .gp-component-id-_b4XHxw0tQe { flex-basis: auto;flex-shrink: 0;flex-grow: 0;padding-right: 8px;padding-left: 8px;width: 100%; } @media (max-width: 639px) { .gp-component-id-_b4XHxw0tQe { flex-basis: auto;flex-shrink: 0;flex-grow: 0;padding-right: 8px;padding-left: 8px;width: 100%; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-_b4XHxw0tQe { flex-basis: auto;flex-shrink: 0;flex-grow: 0;padding-right: 8px;padding-left: 8px;width: 100%; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-_b4XHxw0tQe { flex-basis: auto;flex-shrink: 0;flex-grow: 0;padding-right: 8px;padding-left: 8px;width: 33.3333%; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-_b4XHxw0tQe { flex-basis: auto;flex-shrink: 0;flex-grow: 0;padding-right: 8px;padding-left: 8px;width: 33.3333%; } } @media (min-width: 1200px) { .gp-component-id-_b4XHxw0tQe { flex-basis: auto;flex-shrink: 0;flex-grow: 0;padding-right: 8px;padding-left: 8px;width: 33.3333%; } }

 .gp-component-id-l5xFAbZ00B { text-decoration-color: initial;text-decoration-style: solid;text-decoration-thickness: inherit;text-decoration-line: none;line-height: 1;cursor: pointer;background-color: transparent;color: inherit;display: inline-block;font-size: 48px; } @media (max-width: 639px) { .gp-component-id-l5xFAbZ00B { text-decoration-color: initial;text-decoration-style: solid;text-decoration-thickness: inherit;text-decoration-line: none;line-height: 1;cursor: pointer;background-color: transparent;color: rgb(24, 205, 94);display: inline-block;font-size: 26px !important;padding-left: 12px;padding-right: 12px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-l5xFAbZ00B { text-decoration-color: initial;text-decoration-style: solid;text-decoration-thickness: inherit;text-decoration-line: none;line-height: 1;cursor: pointer;background-color: transparent;color: rgb(24, 205, 94);display: inline-block;font-size: 26px !important;padding-left: 12px;padding-right: 12px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-l5xFAbZ00B { text-decoration-color: initial;text-decoration-style: solid;text-decoration-thickness: inherit;text-decoration-line: none;line-height: 1;cursor: pointer;background-color: transparent;color: rgb(24, 205, 94);display: inline-block;font-size: 26px !important;padding-left: 12px;padding-right: 12px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-l5xFAbZ00B { text-decoration-color: initial;text-decoration-style: solid;text-decoration-thickness: inherit;text-decoration-line: none;line-height: 1;cursor: pointer;background-color: transparent;color: rgb(24, 205, 94);display: inline-block;font-size: 26px !important;padding-left: 12px;padding-right: 12px; } } @media (min-width: 1200px) { .gp-component-id-l5xFAbZ00B { text-decoration-color: initial;text-decoration-style: solid;text-decoration-thickness: inherit;text-decoration-line: none;line-height: 1;cursor: pointer;background-color: transparent;color: rgb(24, 205, 94);display: inline-block;font-size: 26px !important;padding-left: 12px;padding-right: 12px; } }

 .gp-component-id-VCyRo3i7RW { text-decoration-color: initial;text-decoration-style: solid;text-decoration-thickness: inherit;text-decoration-line: none;line-height: 1;cursor: pointer;background-color: transparent;color: inherit;display: inline-block;font-size: 48px; } @media (max-width: 639px) { .gp-component-id-VCyRo3i7RW { text-decoration-color: initial;text-decoration-style: solid;text-decoration-thickness: inherit;text-decoration-line: none;line-height: 1;cursor: pointer;background-color: transparent;color: rgb(24, 205, 94);display: inline-block;font-size: 26px !important; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-VCyRo3i7RW { text-decoration-color: initial;text-decoration-style: solid;text-decoration-thickness: inherit;text-decoration-line: none;line-height: 1;cursor: pointer;background-color: transparent;color: rgb(24, 205, 94);display: inline-block;font-size: 26px !important; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-VCyRo3i7RW { text-decoration-color: initial;text-decoration-style: solid;text-decoration-thickness: inherit;text-decoration-line: none;line-height: 1;cursor: pointer;background-color: transparent;color: rgb(24, 205, 94);display: inline-block;font-size: 26px !important; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-VCyRo3i7RW { text-decoration-color: initial;text-decoration-style: solid;text-decoration-thickness: inherit;text-decoration-line: none;line-height: 1;cursor: pointer;background-color: transparent;color: rgb(24, 205, 94);display: inline-block;font-size: 26px !important; } } @media (min-width: 1200px) { .gp-component-id-VCyRo3i7RW { text-decoration-color: initial;text-decoration-style: solid;text-decoration-thickness: inherit;text-decoration-line: none;line-height: 1;cursor: pointer;background-color: transparent;color: rgb(24, 205, 94);display: inline-block;font-size: 26px !important; } }

 .gp-component-id-ZQm4AcmxfQ { display: flex;align-items: center;justify-content: center;flex-direction: row;width: 100%; } @media (max-width: 639px) { .gp-component-id-ZQm4AcmxfQ { display: flex;align-items: center;justify-content: center;flex-direction: row;width: 100%; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-ZQm4AcmxfQ { display: flex;align-items: center;justify-content: center;flex-direction: row;width: 100%; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-ZQm4AcmxfQ { display: flex;align-items: center;justify-content: center;flex-direction: row;width: 100%; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-ZQm4AcmxfQ { display: flex;align-items: center;justify-content: flex-start;flex-direction: row;width: 100%; } } @media (min-width: 1200px) { .gp-component-id-ZQm4AcmxfQ { display: flex;align-items: center;justify-content: flex-start;flex-direction: row;width: 100%; } }

 .gp-component-id-HU2lshaqVD { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px;overflow-wrap: break-word;font-size: inherit;font-weight: inherit; } @media (max-width: 639px) { .gp-component-id-HU2lshaqVD { margin-left: 0px;margin-bottom: 16px;margin-right: 0px;margin-top: 0px;overflow-wrap: break-word;font-size: 18px !important;font-weight: inherit !important;color: rgb(24, 205, 94);box-sizing: border-box;cursor: text; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-HU2lshaqVD { margin-left: 0px;margin-bottom: 16px;margin-right: 0px;margin-top: 0px;overflow-wrap: break-word;font-size: 18px !important;font-weight: inherit !important;color: rgb(24, 205, 94);box-sizing: border-box;cursor: text; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-HU2lshaqVD { margin-left: 0px;margin-bottom: 16px;margin-right: 0px;margin-top: 0px;overflow-wrap: break-word;font-size: 18px !important;font-weight: inherit !important;color: rgb(24, 205, 94);box-sizing: border-box;cursor: text; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-HU2lshaqVD { margin-left: 0px;margin-bottom: 16px;margin-right: 0px;margin-top: 0px;overflow-wrap: break-word;font-size: 18px !important;font-weight: inherit !important;color: rgb(24, 205, 94);box-sizing: border-box;cursor: text; } } @media (min-width: 1200px) { .gp-component-id-HU2lshaqVD { margin-left: 0px;margin-bottom: 16px;margin-right: 0px;margin-top: 0px;overflow-wrap: break-word;font-size: 18px !important;font-weight: inherit !important;color: rgb(24, 205, 94);box-sizing: border-box;cursor: text; } }

 .gp-component-id-bOTWIDadEw { flex-direction: column;display: flex; } @media (max-width: 639px) { .gp-component-id-bOTWIDadEw { flex-direction: column;display: flex; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-bOTWIDadEw { flex-direction: column;display: flex; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-bOTWIDadEw { flex-direction: column;display: flex; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-bOTWIDadEw { flex-direction: column;display: flex; } } @media (min-width: 1200px) { .gp-component-id-bOTWIDadEw { flex-direction: column;display: flex; } }

 .gp-component-id-mkw58n5M7U { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px;overflow-wrap: break-word; } @media (max-width: 639px) { .gp-component-id-mkw58n5M7U { margin-left: 0px;margin-bottom: 20px;margin-right: 0px;margin-top: 0px;overflow-wrap: break-word;font-family: Lato, sans-serif !important;font-size: 18px !important;cursor: text;box-sizing: border-box;width: auto;line-height: 1.5;text-align: center;color: rgb(24, 205, 94); } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-mkw58n5M7U { margin-left: 0px;margin-bottom: 20px;margin-right: 0px;margin-top: 0px;overflow-wrap: break-word;font-family: Lato, sans-serif !important;font-size: 18px !important;cursor: text;box-sizing: border-box;width: auto;line-height: 1.5;text-align: center;color: rgb(24, 205, 94); } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-mkw58n5M7U { margin-left: 0px;margin-bottom: 20px;margin-right: 0px;margin-top: 0px;overflow-wrap: break-word;font-family: Lato, sans-serif !important;font-size: 18px !important;cursor: text;box-sizing: border-box;width: auto;line-height: 1.5;text-align: center;color: rgb(24, 205, 94); } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-mkw58n5M7U { margin-left: 0px;margin-bottom: 20px;margin-right: 0px;margin-top: 0px;overflow-wrap: break-word;font-family: Lato, sans-serif !important;font-size: 18px !important;cursor: text;box-sizing: border-box;width: auto;line-height: 1.5;text-align: left;color: rgb(24, 205, 94); } } @media (min-width: 1200px) { .gp-component-id-mkw58n5M7U { margin-left: 0px;margin-bottom: 20px;margin-right: 0px;margin-top: 0px;overflow-wrap: break-word;font-family: Lato, sans-serif !important;font-size: 18px !important;cursor: text;box-sizing: border-box;width: auto;line-height: 1.5;text-align: left;color: rgb(24, 205, 94); } }

 .gp-component-id-nqBZ49GNRf { flex-direction: column;display: flex; } @media (max-width: 639px) { .gp-component-id-nqBZ49GNRf { flex-direction: column;display: flex; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-nqBZ49GNRf { flex-direction: column;display: flex; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-nqBZ49GNRf { flex-direction: column;display: flex; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-nqBZ49GNRf { flex-direction: column;display: flex; } } @media (min-width: 1200px) { .gp-component-id-nqBZ49GNRf { flex-direction: column;display: flex; } }

 .gp-component-id-m96fSuAwLn { border-left-style: solid;border-bottom-style: solid;border-right-style: solid;border-top-style: solid;height: auto;max-width: 100%;object-fit: cover;object-position: center center;width: 100%; } @media (max-width: 639px) { .gp-component-id-m96fSuAwLn { border-left-style: solid;border-bottom-style: solid;border-right-style: solid;border-top-style: solid;height: auto;max-width: 100%;object-fit: cover;object-position: center center;width: 100%; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-m96fSuAwLn { border-left-style: solid;border-bottom-style: solid;border-right-style: solid;border-top-style: solid;height: auto;max-width: 100%;object-fit: cover;object-position: center center;width: 100%; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-m96fSuAwLn { border-left-style: solid;border-bottom-style: solid;border-right-style: solid;border-top-style: solid;height: auto;max-width: 100%;object-fit: cover;object-position: center center;width: 100%; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-m96fSuAwLn { border-left-style: solid;border-bottom-style: solid;border-right-style: solid;border-top-style: solid;height: auto;max-width: 100%;object-fit: cover;object-position: center center;width: 100%; } } @media (min-width: 1200px) { .gp-component-id-m96fSuAwLn { border-left-style: solid;border-bottom-style: solid;border-right-style: solid;border-top-style: solid;height: auto;max-width: 100%;object-fit: cover;object-position: center center;width: 100%; } }

 .gp-component-id-4TAZbuutek { text-decoration-color: initial;text-decoration-style: solid;text-decoration-thickness: inherit;text-decoration-line: none;display: inline-flex;align-items: flex-start;justify-content: flex-start;cursor: pointer;background-color: transparent;color: inherit;overflow-y: hidden;overflow-x: hidden; } @media (max-width: 639px) { .gp-component-id-4TAZbuutek { text-decoration-color: initial;text-decoration-style: solid;text-decoration-thickness: inherit;text-decoration-line: none;display: inline-flex;align-items: flex-start;justify-content: flex-start;cursor: pointer;background-color: transparent;color: inherit;overflow-y: hidden;overflow-x: hidden;object-position: center center;object-fit: cover;max-width: 100%;height: auto;width: 100px;margin-bottom: 24px;border-bottom-style: solid;border-top-style: solid;border-right-style: solid;border-left-style: solid; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-4TAZbuutek { text-decoration-color: initial;text-decoration-style: solid;text-decoration-thickness: inherit;text-decoration-line: none;display: inline-flex;align-items: flex-start;justify-content: flex-start;cursor: pointer;background-color: transparent;color: inherit;overflow-y: hidden;overflow-x: hidden;object-position: center center;object-fit: cover;max-width: 100%;height: auto;width: 100px;margin-bottom: 24px;border-bottom-style: solid;border-top-style: solid;border-right-style: solid;border-left-style: solid; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-4TAZbuutek { text-decoration-color: initial;text-decoration-style: solid;text-decoration-thickness: inherit;text-decoration-line: none;display: inline-flex;align-items: flex-start;justify-content: flex-start;cursor: pointer;background-color: transparent;color: inherit;overflow-y: hidden;overflow-x: hidden;object-position: center center;object-fit: cover;max-width: 100%;height: auto;width: 100px;margin-bottom: 24px;border-bottom-style: solid;border-top-style: solid;border-right-style: solid;border-left-style: solid; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-4TAZbuutek { text-decoration-color: initial;text-decoration-style: solid;text-decoration-thickness: inherit;text-decoration-line: none;display: inline-flex;align-items: flex-start;justify-content: flex-start;cursor: pointer;background-color: transparent;color: inherit;overflow-y: hidden;overflow-x: hidden;object-position: center center;object-fit: cover;max-width: 100%;height: auto;width: 100px;margin-bottom: 24px;border-bottom-style: solid;border-top-style: solid;border-right-style: solid;border-left-style: solid; } } @media (min-width: 1200px) { .gp-component-id-4TAZbuutek { text-decoration-color: initial;text-decoration-style: solid;text-decoration-thickness: inherit;text-decoration-line: none;display: inline-flex;align-items: flex-start;justify-content: flex-start;cursor: pointer;background-color: transparent;color: inherit;overflow-y: hidden;overflow-x: hidden;object-position: center center;object-fit: cover;max-width: 100%;height: auto;width: 100px;margin-bottom: 24px;border-bottom-style: solid;border-top-style: solid;border-right-style: solid;border-left-style: solid; } }

 .gp-component-id-WmKL90nBh2 { display: flex;align-items: center;flex-direction: column;width: 100%; } @media (max-width: 639px) { .gp-component-id-WmKL90nBh2 { display: flex;align-items: center;flex-direction: column;width: 100%; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-WmKL90nBh2 { display: flex;align-items: center;flex-direction: column;width: 100%; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-WmKL90nBh2 { display: flex;align-items: center;flex-direction: column;width: 100%; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-WmKL90nBh2 { display: flex;align-items: flex-start;flex-direction: column;width: 100%; } } @media (min-width: 1200px) { .gp-component-id-WmKL90nBh2 { display: flex;align-items: flex-start;flex-direction: column;width: 100%; } }

 .gp-component-id-s4XtYvoAG9 { margin-bottom: 28px;width: 100%;height: 100%;flex-direction: column;align-items: center;display: flex;min-height: 120px; } @media (max-width: 639px) { .gp-component-id-s4XtYvoAG9 { margin-bottom: 28px;width: 100%;height: 100%;flex-direction: column;align-items: center;display: flex;min-height: 120px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-s4XtYvoAG9 { margin-bottom: 28px;width: 100%;height: 100%;flex-direction: column;align-items: center;display: flex;min-height: 120px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-s4XtYvoAG9 { margin-bottom: 28px;width: 100%;height: 100%;flex-direction: column;align-items: center;display: flex;min-height: 120px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-s4XtYvoAG9 { margin-bottom: 0px;width: 100%;height: 100%;flex-direction: column;align-items: flex-start;display: flex;min-height: 120px;padding-left: 20px; } } @media (min-width: 1200px) { .gp-component-id-s4XtYvoAG9 { margin-bottom: 0px;width: 100%;height: 100%;flex-direction: column;align-items: flex-start;display: flex;min-height: 120px;padding-left: 20px; } }

 .gp-component-id-gWtHhc7Zn0J { flex-basis: auto;flex-shrink: 0;flex-grow: 0;padding-right: 8px;padding-left: 8px;width: 100%; } @media (max-width: 639px) { .gp-component-id-gWtHhc7Zn0J { flex-basis: auto;flex-shrink: 0;flex-grow: 0;padding-right: 8px;padding-left: 8px;width: 100%; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-gWtHhc7Zn0J { flex-basis: auto;flex-shrink: 0;flex-grow: 0;padding-right: 8px;padding-left: 8px;width: 100%; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-gWtHhc7Zn0J { flex-basis: auto;flex-shrink: 0;flex-grow: 0;padding-right: 8px;padding-left: 8px;width: 33.3333%; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-gWtHhc7Zn0J { flex-basis: auto;flex-shrink: 0;flex-grow: 0;padding-right: 8px;padding-left: 8px;width: 33.3333%; } } @media (min-width: 1200px) { .gp-component-id-gWtHhc7Zn0J { flex-basis: auto;flex-shrink: 0;flex-grow: 0;padding-right: 8px;padding-left: 8px;width: 33.3333%; } }

 .gp-component-id-lMuNGRrcD_P { flex-wrap: wrap;margin-right: -8px;margin-left: -8px; } @media (max-width: 639px) { .gp-component-id-lMuNGRrcD_P { flex-wrap: wrap;margin-right: -8px;margin-left: -8px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-lMuNGRrcD_P { flex-wrap: wrap;margin-right: -8px;margin-left: -8px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-lMuNGRrcD_P { flex-wrap: wrap;margin-right: -8px;margin-left: -8px;display: flex; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-lMuNGRrcD_P { flex-wrap: wrap;margin-right: -8px;margin-left: -8px;display: flex; } } @media (min-width: 1200px) { .gp-component-id-lMuNGRrcD_P { flex-wrap: wrap;margin-right: -8px;margin-left: -8px;display: flex; } }

 .gp-component-id-0KbUtcl4Wx { width: 100%;padding-right: 8px;padding-left: 8px;margin-bottom: 20px; } @media (max-width: 639px) { .gp-component-id-0KbUtcl4Wx { width: 100%;padding-right: 8px;padding-left: 8px;margin-bottom: 20px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-0KbUtcl4Wx { width: 100%;padding-right: 8px;padding-left: 8px;margin-bottom: 20px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-0KbUtcl4Wx { width: 100%;padding-right: 8px;padding-left: 8px;margin-bottom: 20px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-0KbUtcl4Wx { width: 100%;padding-right: 8px;padding-left: 8px;margin-bottom: 20px; } } @media (min-width: 1200px) { .gp-component-id-0KbUtcl4Wx { width: 100%;padding-right: 8px;padding-left: 8px;margin-bottom: 20px; } }

 .gp-component-id-tBLhXpxS5p { z-index: 15;position: relative;width: 100%;margin-right: auto;margin-left: auto; } @media (max-width: 639px) { .gp-component-id-tBLhXpxS5p { z-index: 15;position: relative;width: 100%;margin-right: auto;margin-left: auto; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-tBLhXpxS5p { z-index: 15;position: relative;width: 100%;margin-right: auto;margin-left: auto;max-width: 640px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-tBLhXpxS5p { z-index: 15;position: relative;width: 100%;margin-right: auto;margin-left: auto;max-width: 768px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-tBLhXpxS5p { z-index: 15;position: relative;width: 100%;margin-right: auto;margin-left: auto;max-width: 992px; } } @media (min-width: 1200px) { .gp-component-id-tBLhXpxS5p { z-index: 15;position: relative;width: 100%;margin-right: auto;margin-left: auto;max-width: 992px; } }

 .gp-component-id-9KjPdBeyS.gp-component > [data-section-overlay] { z-index: 14;position: absolute;right: 0px;left: 0px;top: 0px;bottom: 0px;background-color: rgb(3, 23, 48); } @media (max-width: 639px) { .gp-component-id-9KjPdBeyS.gp-component > [data-section-overlay] { z-index: 14;position: absolute;right: 0px;left: 0px;top: 0px;bottom: 0px;background-color: rgb(4, 81, 174); } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-9KjPdBeyS.gp-component > [data-section-overlay] { z-index: 14;position: absolute;right: 0px;left: 0px;top: 0px;bottom: 0px;background-color: rgb(4, 81, 174); } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-9KjPdBeyS.gp-component > [data-section-overlay] { z-index: 14;position: absolute;right: 0px;left: 0px;top: 0px;bottom: 0px;background-color: rgb(4, 81, 174); } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-9KjPdBeyS.gp-component > [data-section-overlay] { z-index: 14;position: absolute;right: 0px;left: 0px;top: 0px;bottom: 0px;background-color: rgb(4, 81, 174); } } @media (min-width: 1200px) { .gp-component-id-9KjPdBeyS.gp-component > [data-section-overlay] { z-index: 14;position: absolute;right: 0px;left: 0px;top: 0px;bottom: 0px;background-color: rgb(4, 81, 174); } }

 .gp-component-id-9KjPdBeyS { min-height: 50px;position: relative;z-index: auto; } @media (max-width: 639px) { .gp-component-id-9KjPdBeyS { min-height: 50px;position: relative;z-index: auto !important;padding-top: 48px;padding-bottom: 48px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-9KjPdBeyS { min-height: 50px;position: relative;z-index: auto !important;padding-top: 48px;padding-bottom: 48px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-9KjPdBeyS { min-height: 50px;position: relative;z-index: auto !important;padding-top: 48px;padding-bottom: 48px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-9KjPdBeyS { min-height: 50px;position: relative;z-index: auto !important;padding-top: 48px;padding-bottom: 48px; } } @media (min-width: 1200px) { .gp-component-id-9KjPdBeyS { min-height: 50px;position: relative;z-index: auto !important;padding-top: 48px;padding-bottom: 48px; } }

 .gp-component-id-TzTDN_2Sve { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px;font-size: inherit;overflow-wrap: break-word;font-weight: inherit; } @media (max-width: 639px) { .gp-component-id-TzTDN_2Sve { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px;font-size: inherit;overflow-wrap: break-word;font-weight: inherit;box-sizing: border-box;cursor: text;text-shadow: rgb(8, 43, 21) 1px 0px 2px;text-align: center; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-TzTDN_2Sve { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px;font-size: inherit;overflow-wrap: break-word;font-weight: inherit;box-sizing: border-box;cursor: text;text-shadow: rgb(8, 43, 21) 1px 0px 2px;text-align: center; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-TzTDN_2Sve { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px;font-size: inherit;overflow-wrap: break-word;font-weight: inherit;box-sizing: border-box;cursor: text;text-shadow: rgb(8, 43, 21) 1px 0px 2px;text-align: center; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-TzTDN_2Sve { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px;font-size: inherit;overflow-wrap: break-word;font-weight: inherit;box-sizing: border-box;cursor: text;text-shadow: rgb(8, 43, 21) 1px 0px 2px;text-align: center; } } @media (min-width: 1200px) { .gp-component-id-TzTDN_2Sve { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px;font-size: inherit;overflow-wrap: break-word;font-weight: inherit;box-sizing: border-box;cursor: text;text-shadow: rgb(8, 43, 21) 1px 0px 2px;text-align: center; } }

 .gp-component-id-ahqFdjgiOu { flex-direction: column;display: flex;animation-duration: 1s;animation-fill-mode: both; } @media (max-width: 639px) { .gp-component-id-ahqFdjgiOu { flex-direction: column;display: flex;animation-duration: 1s;animation-fill-mode: both; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-ahqFdjgiOu { flex-direction: column;display: flex;animation-duration: 1s;animation-fill-mode: both; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-ahqFdjgiOu { flex-direction: column;display: flex;animation-duration: 1s;animation-fill-mode: both; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-ahqFdjgiOu { flex-direction: column;display: flex;animation-duration: 1s;animation-fill-mode: both; } } @media (min-width: 1200px) { .gp-component-id-ahqFdjgiOu { flex-direction: column;display: flex;animation-duration: 1s;animation-fill-mode: both; } }

 .gp-component-id-9YXUi31XFr { width: 100%; } @media (max-width: 639px) { .gp-component-id-9YXUi31XFr { width: 100%; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-9YXUi31XFr { width: 100%; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-9YXUi31XFr { width: 100%; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-9YXUi31XFr { width: 100%; } } @media (min-width: 1200px) { .gp-component-id-9YXUi31XFr { width: 100%; } }

 .gp-component-id-nBZM45mCuS { z-index: 15;position: relative;width: 100%;margin-right: auto;margin-left: auto; } @media (max-width: 639px) { .gp-component-id-nBZM45mCuS { z-index: 15;position: relative;width: 100%;margin-right: auto;margin-left: auto; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-nBZM45mCuS { z-index: 15;position: relative;width: 100%;margin-right: auto;margin-left: auto;max-width: 640px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-nBZM45mCuS { z-index: 15;position: relative;width: 100%;margin-right: auto;margin-left: auto;max-width: 768px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-nBZM45mCuS { z-index: 15;position: relative;width: 100%;margin-right: auto;margin-left: auto;max-width: 992px; } } @media (min-width: 1200px) { .gp-component-id-nBZM45mCuS { z-index: 15;position: relative;width: 100%;margin-right: auto;margin-left: auto;max-width: 1200px; } }

 .gp-component-id-lb1tIJtob { min-height: 50px;position: relative;z-index: auto; } @media (max-width: 639px) { .gp-component-id-lb1tIJtob { min-height: 50px;position: relative;z-index: auto;padding-bottom: 80px;padding-top: 80px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-lb1tIJtob { min-height: 50px;position: relative;z-index: auto;padding-bottom: 80px;padding-top: 80px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-lb1tIJtob { min-height: 50px;position: relative;z-index: auto;padding-bottom: 80px;padding-top: 80px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-lb1tIJtob { min-height: 50px;position: relative;z-index: auto;padding-bottom: 80px;padding-top: 80px; } } @media (min-width: 1200px) { .gp-component-id-lb1tIJtob { min-height: 50px;position: relative;z-index: auto;padding-bottom: 80px;padding-top: 80px; } }

 .gp-component-id-T7bMxsj0Xs { line-height: 1;display: inline-block; } @media (max-width: 639px) { .gp-component-id-T7bMxsj0Xs { line-height: 1;display: inline-block; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-T7bMxsj0Xs { line-height: 1;display: inline-block; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-T7bMxsj0Xs { line-height: 1;display: inline-block; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-T7bMxsj0Xs { line-height: 1;display: inline-block; } } @media (min-width: 1200px) { .gp-component-id-T7bMxsj0Xs { line-height: 1;display: inline-block; } }

 .gp-component-id-BOoo9jPQ3w { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px;line-height: 1.15;font-size: 24px;font-family: inherit;overflow-y: visible;overflow-x: visible;text-transform: none;appearance: button;padding-left: 0px;padding-bottom: 0px;padding-right: 0px;padding-top: 0px;background-color: transparent;background-clip: initial;background-origin: initial;background-attachment: initial;background-repeat: initial;background-size: initial;background-position-y: initial;background-position-x: initial;background-image: initial;cursor: pointer;display: inline-flex;align-items: center;color: rgb(255, 255, 255); } .gp-component-id-BOoo9jPQ3w:focus,.gp-component-id-BOoo9jPQ3w.gp-focus { outline-width: 5px;outline-style: auto;outline-color: -webkit-focus-ring-color; } @media (max-width: 639px) { .gp-component-id-BOoo9jPQ3w { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px;line-height: 1.15;font-size: 24px;font-family: inherit;overflow-y: visible;overflow-x: visible;text-transform: none;appearance: button;padding-left: 0px;padding-bottom: 0px;padding-right: 0px;padding-top: 0px;background-color: transparent;background-clip: initial;background-origin: initial;background-attachment: initial;background-repeat: initial;background-size: initial;background-position-y: initial;background-position-x: initial;background-image: initial;cursor: pointer;display: inline-flex;align-items: center;color: rgb(255, 255, 255); } .gp-component-id-BOoo9jPQ3w:focus,.gp-component-id-BOoo9jPQ3w.gp-focus { outline-width: 5px;outline-style: auto;outline-color: -webkit-focus-ring-color; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-BOoo9jPQ3w { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px;line-height: 1.15;font-size: 24px;font-family: inherit;overflow-y: visible;overflow-x: visible;text-transform: none;appearance: button;padding-left: 0px;padding-bottom: 0px;padding-right: 0px;padding-top: 0px;background-color: transparent;background-clip: initial;background-origin: initial;background-attachment: initial;background-repeat: initial;background-size: initial;background-position-y: initial;background-position-x: initial;background-image: initial;cursor: pointer;display: inline-flex;align-items: center;color: rgb(255, 255, 255); } .gp-component-id-BOoo9jPQ3w:focus,.gp-component-id-BOoo9jPQ3w.gp-focus { outline-width: 5px;outline-style: auto;outline-color: -webkit-focus-ring-color; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-BOoo9jPQ3w { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px;line-height: 1.15;font-size: 24px;font-family: inherit;overflow-y: visible;overflow-x: visible;text-transform: none;appearance: button;padding-left: 0px;padding-bottom: 0px;padding-right: 0px;padding-top: 0px;background-color: transparent;background-clip: initial;background-origin: initial;background-attachment: initial;background-repeat: initial;background-size: initial;background-position-y: initial;background-position-x: initial;background-image: initial;cursor: pointer;display: inline-flex;align-items: center;color: rgb(255, 255, 255); } .gp-component-id-BOoo9jPQ3w:focus,.gp-component-id-BOoo9jPQ3w.gp-focus { outline-width: 5px;outline-style: auto;outline-color: -webkit-focus-ring-color; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-BOoo9jPQ3w { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px;line-height: 1.15;font-size: 24px;font-family: inherit;overflow-y: visible;overflow-x: visible;text-transform: none;appearance: button;padding-left: 0px;padding-bottom: 0px;padding-right: 0px;padding-top: 0px;background-color: transparent;background-clip: initial;background-origin: initial;background-attachment: initial;background-repeat: initial;background-size: initial;background-position-y: initial;background-position-x: initial;background-image: initial;cursor: pointer;display: none;align-items: center;color: rgb(255, 255, 255); } .gp-component-id-BOoo9jPQ3w:focus,.gp-component-id-BOoo9jPQ3w.gp-focus { outline-width: 5px;outline-style: auto;outline-color: -webkit-focus-ring-color; } } @media (min-width: 1200px) { .gp-component-id-BOoo9jPQ3w { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px;line-height: 1.15;font-size: 24px;font-family: inherit;overflow-y: visible;overflow-x: visible;text-transform: none;appearance: button;padding-left: 0px;padding-bottom: 0px;padding-right: 0px;padding-top: 0px;background-color: transparent;background-clip: initial;background-origin: initial;background-attachment: initial;background-repeat: initial;background-size: initial;background-position-y: initial;background-position-x: initial;background-image: initial;cursor: pointer;display: none;align-items: center;color: rgb(255, 255, 255); } .gp-component-id-BOoo9jPQ3w:focus,.gp-component-id-BOoo9jPQ3w.gp-focus { outline-width: 5px;outline-style: auto;outline-color: -webkit-focus-ring-color; } }

 .gp-component-id-tEpe0H6oU5 { text-decoration-color: initial;text-decoration-style: solid;text-decoration-thickness: inherit;text-decoration-line: none;cursor: pointer;background-color: transparent;color: inherit;display: block;padding-left: 16px;padding-right: 16px;padding-top: 16px;padding-bottom: 16px; } @media (max-width: 639px) { .gp-component-id-tEpe0H6oU5 { text-decoration-color: initial;text-decoration-style: solid;text-decoration-thickness: inherit;text-decoration-line: none;cursor: pointer;background-color: transparent;color: rgb(24, 205, 94);display: block;padding-left: 16px;padding-right: 16px;padding-top: 16px;padding-bottom: 16px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-tEpe0H6oU5 { text-decoration-color: initial;text-decoration-style: solid;text-decoration-thickness: inherit;text-decoration-line: none;cursor: pointer;background-color: transparent;color: rgb(24, 205, 94);display: block;padding-left: 16px;padding-right: 16px;padding-top: 16px;padding-bottom: 16px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-tEpe0H6oU5 { text-decoration-color: initial;text-decoration-style: solid;text-decoration-thickness: inherit;text-decoration-line: none;cursor: pointer;background-color: transparent;color: rgb(24, 205, 94);display: block;padding-left: 16px;padding-right: 16px;padding-top: 16px;padding-bottom: 16px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-tEpe0H6oU5 { text-decoration-color: initial;text-decoration-style: solid;text-decoration-thickness: inherit;text-decoration-line: none;cursor: pointer;background-color: transparent;color: rgb(24, 205, 94);display: block;padding-left: 0px;padding-right: 0px;padding-top: 0px;padding-bottom: 0px; } } @media (min-width: 1200px) { .gp-component-id-tEpe0H6oU5 { text-decoration-color: initial;text-decoration-style: solid;text-decoration-thickness: inherit;text-decoration-line: none;cursor: pointer;background-color: transparent;color: rgb(24, 205, 94);display: block;padding-left: 0px;padding-right: 0px;padding-top: 0px;padding-bottom: 0px; } }

 .gp-component-id-ok6ILVM3tu { margin-right: 0px; } @media (max-width: 639px) { .gp-component-id-ok6ILVM3tu { margin-right: 0px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-ok6ILVM3tu { margin-right: 0px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-ok6ILVM3tu { margin-right: 0px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-ok6ILVM3tu { margin-right: 0px; } } @media (min-width: 1200px) { .gp-component-id-ok6ILVM3tu { margin-right: 0px; } }

 .gp-component-id-0Nd8bIzbgF { text-decoration-color: initial;text-decoration-style: solid;text-decoration-thickness: inherit;text-decoration-line: none;cursor: pointer;background-color: transparent;color: inherit;display: block;padding-left: 16px;padding-right: 16px;padding-top: 16px;padding-bottom: 16px; } @media (max-width: 639px) { .gp-component-id-0Nd8bIzbgF { text-decoration-color: initial;text-decoration-style: solid;text-decoration-thickness: inherit;text-decoration-line: none;cursor: pointer;background-color: transparent;color: rgb(24, 205, 94);display: block;padding-left: 16px;padding-right: 16px;padding-top: 16px;padding-bottom: 16px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-0Nd8bIzbgF { text-decoration-color: initial;text-decoration-style: solid;text-decoration-thickness: inherit;text-decoration-line: none;cursor: pointer;background-color: transparent;color: rgb(24, 205, 94);display: block;padding-left: 16px;padding-right: 16px;padding-top: 16px;padding-bottom: 16px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-0Nd8bIzbgF { text-decoration-color: initial;text-decoration-style: solid;text-decoration-thickness: inherit;text-decoration-line: none;cursor: pointer;background-color: transparent;color: rgb(24, 205, 94);display: block;padding-left: 16px;padding-right: 16px;padding-top: 16px;padding-bottom: 16px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-0Nd8bIzbgF { text-decoration-color: initial;text-decoration-style: solid;text-decoration-thickness: inherit;text-decoration-line: none;cursor: pointer;background-color: transparent;color: rgb(24, 205, 94);display: block;padding-left: 0px;padding-right: 0px;padding-top: 0px;padding-bottom: 0px; } } @media (min-width: 1200px) { .gp-component-id-0Nd8bIzbgF { text-decoration-color: initial;text-decoration-style: solid;text-decoration-thickness: inherit;text-decoration-line: none;cursor: pointer;background-color: transparent;color: rgb(24, 205, 94);display: block;padding-left: 0px;padding-right: 0px;padding-top: 0px;padding-bottom: 0px; } }

 @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-W5Sc969sFH { margin-right: 36px; } } @media (min-width: 1200px) { .gp-component-id-W5Sc969sFH { margin-right: 36px; } }

 .gp-component-id-Gi4ZHivCrr { text-decoration-color: initial;text-decoration-style: solid;text-decoration-thickness: inherit;text-decoration-line: none;cursor: pointer;background-color: transparent;color: inherit;display: block;padding-left: 16px;padding-right: 16px;padding-top: 16px;padding-bottom: 16px; } @media (max-width: 639px) { .gp-component-id-Gi4ZHivCrr { text-decoration-color: initial;text-decoration-style: solid;text-decoration-thickness: inherit;text-decoration-line: none;cursor: pointer;background-color: transparent;color: rgb(24, 205, 94);display: block;padding-left: 16px;padding-right: 16px;padding-top: 16px;padding-bottom: 16px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-Gi4ZHivCrr { text-decoration-color: initial;text-decoration-style: solid;text-decoration-thickness: inherit;text-decoration-line: none;cursor: pointer;background-color: transparent;color: rgb(24, 205, 94);display: block;padding-left: 16px;padding-right: 16px;padding-top: 16px;padding-bottom: 16px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-Gi4ZHivCrr { text-decoration-color: initial;text-decoration-style: solid;text-decoration-thickness: inherit;text-decoration-line: none;cursor: pointer;background-color: transparent;color: rgb(24, 205, 94);display: block;padding-left: 16px;padding-right: 16px;padding-top: 16px;padding-bottom: 16px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-Gi4ZHivCrr { text-decoration-color: initial;text-decoration-style: solid;text-decoration-thickness: inherit;text-decoration-line: none;cursor: pointer;background-color: transparent;color: rgb(24, 205, 94);display: block;padding-left: 0px;padding-right: 0px;padding-top: 0px;padding-bottom: 0px; } } @media (min-width: 1200px) { .gp-component-id-Gi4ZHivCrr { text-decoration-color: initial;text-decoration-style: solid;text-decoration-thickness: inherit;text-decoration-line: none;cursor: pointer;background-color: transparent;color: rgb(24, 205, 94);display: block;padding-left: 0px;padding-right: 0px;padding-top: 0px;padding-bottom: 0px; } }

 @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-1DV8yjO1bO { margin-right: 36px; } } @media (min-width: 1200px) { .gp-component-id-1DV8yjO1bO { margin-right: 36px; } }

 .gp-component-id-yPlxuquOjP { display: none;align-items: center; } @media (max-width: 639px) { .gp-component-id-yPlxuquOjP { display: none !important;align-items: center; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-yPlxuquOjP { display: none !important;align-items: center; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-yPlxuquOjP { display: none !important;align-items: center; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-yPlxuquOjP { display: flex !important;align-items: center; } } @media (min-width: 1200px) { .gp-component-id-yPlxuquOjP { display: flex !important;align-items: center; } }

 @media (max-width: 639px) { .gp-component-id-c07A7aCDvE { font-size: 18px;color: rgb(255, 255, 255);text-align: right;background-color: rgb(4, 81, 174); } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-c07A7aCDvE { font-size: 18px;color: rgb(255, 255, 255);text-align: right;background-color: rgb(4, 81, 174); } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-c07A7aCDvE { font-size: 18px;color: rgb(255, 255, 255);text-align: right;background-color: rgb(4, 81, 174); } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-c07A7aCDvE { position: static !important;font-size: 18px;color: rgb(255, 255, 255);text-align: right;background-color: rgb(4, 81, 174); } } @media (min-width: 1200px) { .gp-component-id-c07A7aCDvE { position: static !important;font-size: 18px;color: rgb(255, 255, 255);text-align: right;background-color: rgb(4, 81, 174); } }

 .gp-component-id-iy2qCOQItD { flex-basis: 0%;flex-shrink: 1;flex-grow: 1;position: absolute;left: 0px;right: 0px;z-index: 20;top: 100%; } @media (max-width: 639px) { .gp-component-id-iy2qCOQItD { flex-basis: 0%;flex-shrink: 1;flex-grow: 1;position: absolute;left: 0px;right: 0px;z-index: 20;top: 100%; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-iy2qCOQItD { flex-basis: 0%;flex-shrink: 1;flex-grow: 1;position: absolute;left: 0px;right: 0px;z-index: 20;top: 100%; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-iy2qCOQItD { flex-basis: 0%;flex-shrink: 1;flex-grow: 1;position: relative;left: 0px;right: 0px;z-index: 20;top: 100%;display: flex;justify-content: flex-end; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-iy2qCOQItD { flex-basis: 0%;flex-shrink: 1;flex-grow: 1;position: static !important;left: 0px;right: 0px;z-index: 20;top: 100%;display: flex;justify-content: flex-end; } } @media (min-width: 1200px) { .gp-component-id-iy2qCOQItD { flex-basis: 0%;flex-shrink: 1;flex-grow: 1;position: static !important;left: 0px;right: 0px;z-index: 20;top: 100%;display: flex;justify-content: flex-end; } }

 .gp-component-id-Tqd3ZhxRzW { border-left-style: solid;border-bottom-style: solid;border-right-style: solid;border-top-style: solid;height: auto;max-width: 100%;object-fit: cover;object-position: center center;width: 100%; } @media (max-width: 639px) { .gp-component-id-Tqd3ZhxRzW { border-left-style: solid;border-bottom-style: solid;border-right-style: solid;border-top-style: solid;height: auto;max-width: 100%;object-fit: cover;object-position: center center;width: 100%; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-Tqd3ZhxRzW { border-left-style: solid;border-bottom-style: solid;border-right-style: solid;border-top-style: solid;height: auto;max-width: 100%;object-fit: cover;object-position: center center;width: 100%; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-Tqd3ZhxRzW { border-left-style: solid;border-bottom-style: solid;border-right-style: solid;border-top-style: solid;height: auto;max-width: 100%;object-fit: cover;object-position: center center;width: 100%; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-Tqd3ZhxRzW { border-left-style: solid;border-bottom-style: solid;border-right-style: solid;border-top-style: solid;height: auto;max-width: 100%;object-fit: cover;object-position: center center;width: 100%; } } @media (min-width: 1200px) { .gp-component-id-Tqd3ZhxRzW { border-left-style: solid;border-bottom-style: solid;border-right-style: solid;border-top-style: solid;height: auto;max-width: 100%;object-fit: cover;object-position: center center;width: 100%; } }

 .gp-component-id-znn0dGFH6o { text-decoration-color: initial;text-decoration-style: solid;text-decoration-thickness: inherit;text-decoration-line: none;display: inline-flex;align-items: flex-start;justify-content: flex-start;cursor: pointer;background-color: transparent;color: inherit;overflow-y: hidden;overflow-x: hidden; } @media (max-width: 639px) { .gp-component-id-znn0dGFH6o { text-decoration-color: initial;text-decoration-style: solid;text-decoration-thickness: inherit;text-decoration-line: none;display: inline-flex;align-items: flex-start;justify-content: flex-start;cursor: pointer;background-color: transparent;color: inherit;overflow-y: hidden;overflow-x: hidden;object-position: center center;object-fit: cover;max-width: 15%;height: auto;border-bottom-style: solid;border-top-style: solid;border-right-style: solid;border-left-style: solid; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-znn0dGFH6o { text-decoration-color: initial;text-decoration-style: solid;text-decoration-thickness: inherit;text-decoration-line: none;display: inline-flex;align-items: flex-start;justify-content: flex-start;cursor: pointer;background-color: transparent;color: inherit;overflow-y: hidden;overflow-x: hidden;object-position: center center;object-fit: cover;max-width: 15%;height: auto;border-bottom-style: solid;border-top-style: solid;border-right-style: solid;border-left-style: solid; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-znn0dGFH6o { text-decoration-color: initial;text-decoration-style: solid;text-decoration-thickness: inherit;text-decoration-line: none;display: inline-flex;align-items: flex-start;justify-content: flex-start;cursor: pointer;background-color: transparent;color: inherit;overflow-y: hidden;overflow-x: hidden;object-position: center center;object-fit: cover;max-width: 15%;height: auto;border-bottom-style: solid;border-top-style: solid;border-right-style: solid;border-left-style: solid; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-znn0dGFH6o { text-decoration-color: initial;text-decoration-style: solid;text-decoration-thickness: inherit;text-decoration-line: none;display: inline-flex;align-items: flex-start;justify-content: flex-start;cursor: pointer;background-color: transparent;color: inherit;overflow-y: hidden;overflow-x: hidden;object-position: center center;object-fit: cover;max-width: 15%;height: auto;border-bottom-style: solid;border-top-style: solid;border-right-style: solid;border-left-style: solid; } } @media (min-width: 1200px) { .gp-component-id-znn0dGFH6o { text-decoration-color: initial;text-decoration-style: solid;text-decoration-thickness: inherit;text-decoration-line: none;display: inline-flex;align-items: flex-start;justify-content: flex-start;cursor: pointer;background-color: transparent;color: inherit;overflow-y: hidden;overflow-x: hidden;object-position: center center;object-fit: cover;max-width: 15%;height: auto;border-bottom-style: solid;border-top-style: solid;border-right-style: solid;border-left-style: solid; } }

 .gp-component-id-c43FkvTtvz { max-width: 1200px;width: 100%;align-items: center;justify-content: space-between;margin-right: auto;margin-left: auto;display: flex; } @media (max-width: 639px) { .gp-component-id-c43FkvTtvz { max-width: 1200px;width: 100%;align-items: center;justify-content: space-between;margin-right: auto;margin-left: auto;display: flex; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-c43FkvTtvz { max-width: 1200px;width: 100%;align-items: center;justify-content: space-between;margin-right: auto;margin-left: auto;display: flex; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-c43FkvTtvz { max-width: 1200px;width: 100%;align-items: center;justify-content: space-between;margin-right: auto;margin-left: auto;display: flex; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-c43FkvTtvz { max-width: 1200px;width: 100%;align-items: center;justify-content: space-between;margin-right: auto;margin-left: auto;display: flex;position: relative; } } @media (min-width: 1200px) { .gp-component-id-c43FkvTtvz { max-width: 1200px;width: 100%;align-items: center;justify-content: space-between;margin-right: auto;margin-left: auto;display: flex;position: relative; } }

 @media (max-width: 639px) { .gp-component-id-oOPSkPiI3m { position: relative;padding-bottom: 12px;padding-right: 16px;padding-left: 16px;background-color: rgb(4, 81, 174); } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-oOPSkPiI3m { position: relative;padding-bottom: 20px;padding-right: 16px;padding-left: 16px;background-color: rgb(4, 81, 174); } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-oOPSkPiI3m { position: relative;padding-bottom: 0px;padding-right: 28px;padding-left: 28px;background-color: rgb(4, 81, 174); } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-oOPSkPiI3m { position: relative;padding-bottom: 0px;padding-right: 28px;padding-left: 28px;background-color: rgb(4, 81, 174); } } @media (min-width: 1200px) { .gp-component-id-oOPSkPiI3m { position: relative;padding-bottom: 0px;padding-right: 28px;padding-left: 28px;background-color: rgb(4, 81, 174); } }

 .gp-component-id-WIwA5EkAFL { z-index: 15;position: relative; } @media (max-width: 639px) { .gp-component-id-WIwA5EkAFL { z-index: 15;position: relative; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-WIwA5EkAFL { z-index: 15;position: relative; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-WIwA5EkAFL { z-index: 15;position: relative; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-WIwA5EkAFL { z-index: 15;position: relative; } } @media (min-width: 1200px) { .gp-component-id-WIwA5EkAFL { z-index: 15;position: relative; } }

 .gp-component-id-hZLiosasx { min-height: 50px;position: relative;z-index: 20 !important; } @media (max-width: 639px) { .gp-component-id-hZLiosasx { min-height: 50px;position: relative;z-index: auto !important;height: auto;padding-top: 20px;background-color: rgb(4, 81, 174); } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-hZLiosasx { min-height: 50px;position: relative;z-index: auto !important;height: auto;padding-top: 20px;background-color: rgb(4, 81, 174); } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-hZLiosasx { min-height: 50px;position: relative;z-index: auto !important;height: auto;padding-bottom: 28px;padding-top: 28px;background-color: rgb(4, 81, 174); } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-hZLiosasx { min-height: 50px;position: relative;z-index: auto !important;height: auto;padding-bottom: 28px;padding-top: 28px;background-color: rgb(4, 81, 174); } } @media (min-width: 1200px) { .gp-component-id-hZLiosasx { min-height: 50px;position: relative;z-index: auto !important;height: auto;padding-bottom: 28px;padding-top: 28px;background-color: rgb(4, 81, 174); } }

[data-gp-component].gp-component-id-p_Y0lw3xmbT { p { font-size: 12px !important; } }

[data-gp-component].gp-component-id-rMw8ukB_31o { h3 { color: #a9eec3 !important; } }

[data-gp-component].gp-component-id-43_KO6apr8 { h3 { color: #a9eec3 !important; } }

[data-gp-component].gp-component-id-bOTWIDadEw { h3 { color: #a9eec3 !important; } }

