
      
    


      
     


      /* ========== 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-UP6Liyg3R { width: 100%;height: 100%; } @media (max-width: 639px) { .gp-component-id-UP6Liyg3R { width: 100%;height: 100%; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-UP6Liyg3R { width: 100%;height: 100%; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-UP6Liyg3R { width: 100%;height: 100%; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-UP6Liyg3R { width: 100%;height: 100%; } } @media (min-width: 1200px) { .gp-component-id-UP6Liyg3R { width: 100%;height: 100%; } }

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

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

 @media (max-width: 639px) { [data-gp-text] .gp-component-id-EghGa6vDn { margin-bottom: 30px; } } @media (max-width: 767px) and (min-width: 640px) { [data-gp-text] .gp-component-id-EghGa6vDn { margin-bottom: 30px; } } @media (max-width: 991px) and (min-width: 768px) { [data-gp-text] .gp-component-id-EghGa6vDn { margin-bottom: 30px; } } @media (max-width: 1199px) and (min-width: 992px) { [data-gp-text] .gp-component-id-EghGa6vDn { margin-bottom: 30px; } } @media (min-width: 1200px) { [data-gp-text] .gp-component-id-EghGa6vDn { margin-bottom: 30px; } }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

[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; } }

