
      
    


      
     


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

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

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

 @media (max-width: 639px) { [data-gp-text] .gp-component-id-cGkAaoD9xn { font-size: 18px;color: rgb(4, 81, 174);text-align: center;line-height: 1.5;margin-bottom: 30px;cursor: text;box-sizing: border-box; } } @media (max-width: 767px) and (min-width: 640px) { [data-gp-text] .gp-component-id-cGkAaoD9xn { font-size: 18px;color: rgb(4, 81, 174);text-align: center;line-height: 1.5;margin-bottom: 30px;cursor: text;box-sizing: border-box; } } @media (max-width: 991px) and (min-width: 768px) { [data-gp-text] .gp-component-id-cGkAaoD9xn { font-size: 18px;color: rgb(4, 81, 174);text-align: center;line-height: 1.5;margin-bottom: 50px;padding-left: 64px;padding-right: 64px;cursor: text;box-sizing: border-box; } } @media (max-width: 1199px) and (min-width: 992px) { [data-gp-text] .gp-component-id-cGkAaoD9xn { font-size: 18px;color: rgb(4, 81, 174);text-align: center;line-height: 1.5;margin-bottom: 50px;padding-left: 64px;padding-right: 64px;cursor: text;box-sizing: border-box; } } @media (min-width: 1200px) { [data-gp-text] .gp-component-id-cGkAaoD9xn { font-size: 18px;color: rgb(4, 81, 174);text-align: center;line-height: 1.5;margin-bottom: 50px;padding-left: 0px;padding-right: 0px;cursor: text;box-sizing: border-box; } }

 @media (max-width: 639px) { [data-gp-text] .gp-component-id-kDyKozLCkn { font-size: 48px;color: rgba(24, 205, 94, 1);text-align: center;line-height: 1.25;margin-bottom: 20px;box-sizing: border-box;cursor: text; } } @media (max-width: 767px) and (min-width: 640px) { [data-gp-text] .gp-component-id-kDyKozLCkn { font-size: 48px;color: rgba(24, 205, 94, 1);text-align: center;line-height: 1.25;margin-bottom: 20px;box-sizing: border-box;cursor: text; } } @media (max-width: 991px) and (min-width: 768px) { [data-gp-text] .gp-component-id-kDyKozLCkn { font-size: 48px;color: rgba(24, 205, 94, 1);text-align: center;line-height: 1.25;margin-bottom: 20px;box-sizing: border-box;cursor: text; } } @media (max-width: 1199px) and (min-width: 992px) { [data-gp-text] .gp-component-id-kDyKozLCkn { font-size: 48px;color: rgba(24, 205, 94, 1);text-align: center;line-height: 1.25;margin-bottom: 20px;box-sizing: border-box;cursor: text; } } @media (min-width: 1200px) { [data-gp-text] .gp-component-id-kDyKozLCkn { font-size: 48px;color: rgba(24, 205, 94, 1);text-align: center;line-height: 1.25;margin-bottom: 20px;box-sizing: border-box;cursor: text; } }

 @media (max-width: 639px) { .gp-component-id-ToQyUnC6Nx[data-gp-component] { margin-left: auto;margin-right: auto;padding-left: 15px;padding-right: 15px;width: 100%;max-width: 1200px;flex-direction: column;justify-content: center;align-items: center;display: flex; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-ToQyUnC6Nx[data-gp-component] { margin-left: auto;margin-right: auto;padding-left: 15px;padding-right: 15px;width: 100%;max-width: 1200px;flex-direction: column;justify-content: center;align-items: center;display: flex; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-ToQyUnC6Nx[data-gp-component] { margin-left: auto;margin-right: auto;padding-left: 15px;padding-right: 15px;width: 100%;max-width: 1200px;flex-direction: column;justify-content: center;align-items: center;display: flex; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-ToQyUnC6Nx[data-gp-component] { margin-left: auto;margin-right: auto;padding-left: 15px;padding-right: 15px;width: 100%;max-width: 1200px;flex-direction: column;justify-content: center;align-items: center;display: flex; } } @media (min-width: 1200px) { .gp-component-id-ToQyUnC6Nx[data-gp-component] { margin-left: auto;margin-right: auto;padding-left: 0px;padding-right: 0px;width: 100%;max-width: 1200px;flex-direction: column;justify-content: center;align-items: center;display: flex; } }

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

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

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

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

 @media (max-width: 639px) { .gp-component-id-4FFetN8Uo[data-gp-component] { font-family: "Font Awesome 5 Free"; font-size: 3rem; font-weight: 900; color: rgb(255, 255, 255); line-height: 1; border-top-left-radius: 9999px; border-top-right-radius: 9999px; border-bottom-left-radius: 9999px; border-bottom-right-radius: 9999px; background-color: rgb(21, 184, 90); margin-bottom: 1.25rem; padding-left: 1.5rem; padding-right: 1.5rem; padding-top: 1.5rem; padding-bottom: 1.5rem; display: inline-block; text-rendering: auto; font-variant-east-asian: normal; font-variant-numeric: normal; font-variant-caps: normal; font-variant-ligatures: normal; font-style: normal; webkit-font-smoothing: antialiased; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-4FFetN8Uo[data-gp-component] { font-family: "Font Awesome 5 Free"; font-size: 3rem; font-weight: 900; color: rgb(255, 255, 255); line-height: 1; border-top-left-radius: 9999px; border-top-right-radius: 9999px; border-bottom-left-radius: 9999px; border-bottom-right-radius: 9999px; background-color: rgb(21, 184, 90); margin-bottom: 1.25rem; padding-left: 1.5rem; padding-right: 1.5rem; padding-top: 1.5rem; padding-bottom: 1.5rem; display: inline-block; text-rendering: auto; font-variant-east-asian: normal; font-variant-numeric: normal; font-variant-caps: normal; font-variant-ligatures: normal; font-style: normal; webkit-font-smoothing: antialiased; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-4FFetN8Uo[data-gp-component] { font-family: "Font Awesome 5 Free"; font-size: 3rem; font-weight: 900; color: rgb(255, 255, 255); line-height: 1; border-top-left-radius: 9999px; border-top-right-radius: 9999px; border-bottom-left-radius: 9999px; border-bottom-right-radius: 9999px; background-color: rgb(21, 184, 90); margin-bottom: 1.25rem; padding-left: 1.5rem; padding-right: 1.5rem; padding-top: 1.5rem; padding-bottom: 1.5rem; display: inline-block; text-rendering: auto; font-variant-east-asian: normal; font-variant-numeric: normal; font-variant-caps: normal; font-variant-ligatures: normal; font-style: normal; webkit-font-smoothing: antialiased; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-4FFetN8Uo[data-gp-component] { font-family: "Font Awesome 5 Free"; font-size: 3rem; font-weight: 900; color: rgb(255, 255, 255); line-height: 1; border-top-left-radius: 9999px; border-top-right-radius: 9999px; border-bottom-left-radius: 9999px; border-bottom-right-radius: 9999px; background-color: rgb(21, 184, 90); margin-bottom: 1.25rem; padding-left: 1.5rem; padding-right: 1.5rem; padding-top: 1.5rem; padding-bottom: 1.5rem; display: inline-block; text-rendering: auto; font-variant-east-asian: normal; font-variant-numeric: normal; font-variant-caps: normal; font-variant-ligatures: normal; font-style: normal; webkit-font-smoothing: antialiased; } } @media (min-width: 1200px) { .gp-component-id-4FFetN8Uo[data-gp-component] { font-family: "Font Awesome 5 Free"; font-size: 3rem; font-weight: 900; color: rgb(255, 255, 255); line-height: 1; border-top-left-radius: 9999px; border-top-right-radius: 9999px; border-bottom-left-radius: 9999px; border-bottom-right-radius: 9999px; background-color: rgb(21, 184, 90); margin-bottom: 1.25rem; padding-left: 1.5rem; padding-right: 1.5rem; padding-top: 1.5rem; padding-bottom: 1.5rem; display: inline-block; text-rendering: auto; font-variant-east-asian: normal; font-variant-numeric: normal; font-variant-caps: normal; font-variant-ligatures: normal; font-style: normal; webkit-font-smoothing: antialiased; } }

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

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

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

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

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

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

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

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

 .gp-component-id-1H3H5TT2Ch0 { font-size: 18px;color: rgb(32, 45, 60);margin-bottom: 16px;align-items: flex-start;display: flex; } @media (max-width: 639px) { .gp-component-id-1H3H5TT2Ch0 { 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-1H3H5TT2Ch0 { 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-1H3H5TT2Ch0 { 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-1H3H5TT2Ch0 { font-size: 18px;color: rgb(32, 45, 60);margin-bottom: 16px;align-items: flex-start;display: flex; } } @media (min-width: 1200px) { .gp-component-id-1H3H5TT2Ch0 { font-size: 18px;color: rgb(32, 45, 60);margin-bottom: 16px;align-items: flex-start;display: flex; } }

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

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

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

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

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

 @media (max-width: 639px) { .gp-component-id-r6JVqs6waAy { 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-r6JVqs6waAy { 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-r6JVqs6waAy { 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-r6JVqs6waAy { display: flex;align-items: center;justify-content: flex-start;flex-direction: row;width: 100%;margin-top: 22px; } } @media (min-width: 1200px) { .gp-component-id-r6JVqs6waAy { display: flex;align-items: center;justify-content: flex-start;flex-direction: row;width: 100%;margin-top: 22px; } }

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

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

 @media (max-width: 639px) { .gp-component-id-nwJKNvwLeFl[data-gp-component] { font-size: 20px;color: rgb(24, 205, 94);text-align: center;line-height: 1;background-color: transparent;padding-top: 5px;display: inline-block;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-nwJKNvwLeFl[data-gp-component] { font-size: 20px;color: rgb(24, 205, 94);text-align: center;line-height: 1;background-color: transparent;padding-top: 5px;display: inline-block;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-nwJKNvwLeFl[data-gp-component] { font-size: 20px;color: rgb(24, 205, 94);text-align: center;line-height: 1;background-color: transparent;padding-top: 5px;display: inline-block;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-nwJKNvwLeFl[data-gp-component] { font-size: 20px;color: rgb(24, 205, 94);text-align: center;line-height: 1;background-color: transparent;padding-top: 5px;display: inline-block;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-nwJKNvwLeFl[data-gp-component] { font-size: 20px;color: rgb(24, 205, 94);text-align: center;line-height: 1;background-color: transparent;padding-top: 5px;display: inline-block;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-VeOzKftZ0BJ { 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-VeOzKftZ0BJ { 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-VeOzKftZ0BJ { 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-VeOzKftZ0BJ { 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-VeOzKftZ0BJ { 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-Rnaphyho7Kx { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px;overflow-wrap: break-word; } @media (max-width: 639px) { .gp-component-id-Rnaphyho7Kx { margin-left: 12px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px;overflow-wrap: break-word;font-size: 18px !important;cursor: text;box-sizing: border-box;font-family: Roboto, sans-serif !important;color: rgb(24, 205, 94); } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-Rnaphyho7Kx { margin-left: 12px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px;overflow-wrap: break-word;font-size: 18px !important;cursor: text;box-sizing: border-box;font-family: Roboto, sans-serif !important;color: rgb(24, 205, 94); } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-Rnaphyho7Kx { margin-left: 12px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px;overflow-wrap: break-word;font-size: 18px !important;cursor: text;box-sizing: border-box;font-family: Roboto, sans-serif !important;color: rgb(24, 205, 94); } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-Rnaphyho7Kx { margin-left: 12px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px;overflow-wrap: break-word;font-size: 18px !important;cursor: text;box-sizing: border-box;font-family: Roboto, sans-serif !important;color: rgb(24, 205, 94); } } @media (min-width: 1200px) { .gp-component-id-Rnaphyho7Kx { margin-left: 12px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px;overflow-wrap: break-word;font-size: 18px !important;cursor: text;box-sizing: border-box;font-family: Roboto, sans-serif !important;color: rgb(24, 205, 94); } }

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

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

 @media (max-width: 639px) { .gp-component-id-dQcqvfFPAPm { 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-dQcqvfFPAPm { 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-dQcqvfFPAPm { 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-dQcqvfFPAPm { display: flex;align-items: flex-start;margin-bottom: 0px;color: rgb(32, 45, 60);font-size: 18px; } } @media (min-width: 1200px) { .gp-component-id-dQcqvfFPAPm { display: flex;align-items: flex-start;margin-bottom: 0px;color: rgb(32, 45, 60);font-size: 18px; } }

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

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

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

 .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-0k4aXNSO6lp[data-gp-component] { flex-direction: column;justify-content: flex-end;align-items: center;display: flex; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-0k4aXNSO6lp[data-gp-component] { flex-direction: column;justify-content: flex-end;align-items: center;display: flex; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-0k4aXNSO6lp[data-gp-component] { flex-direction: column;justify-content: flex-end;align-items: center;display: flex; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-0k4aXNSO6lp[data-gp-component] { flex-direction: column;justify-content: flex-end;align-items: center;display: flex; } } @media (min-width: 1200px) { .gp-component-id-0k4aXNSO6lp[data-gp-component] { flex-direction: column;justify-content: flex-end;align-items: center;display: flex; } }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

 .gp-component-id-mJXbKPjZPR { 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-mJXbKPjZPR { 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-mJXbKPjZPR { 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-mJXbKPjZPR { 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-mJXbKPjZPR { 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-mJXbKPjZPR { 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-izB8j26gpT { margin-bottom: 20px;padding-left: 8px;padding-right: 8px;width: 100%; } @media (max-width: 639px) { .gp-component-id-izB8j26gpT { margin-bottom: 20px;padding-left: 8px;padding-right: 8px;width: 100%; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-izB8j26gpT { margin-bottom: 20px;padding-left: 8px;padding-right: 8px;width: 100%; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-izB8j26gpT { margin-bottom: 20px;padding-left: 8px;padding-right: 8px;width: 100%; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-izB8j26gpT { margin-bottom: 20px;padding-left: 8px;padding-right: 8px;width: 100%; } } @media (min-width: 1200px) { .gp-component-id-izB8j26gpT { margin-bottom: 20px;padding-left: 8px;padding-right: 8px;width: 100%; } }

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

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

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

 .gp-component-id-0dffi0GdHq { 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-x: initial;background-repeat-y: 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-0dffi0GdHq:focus,.gp-component-id-0dffi0GdHq.gp-focus { outline-width: 5px;outline-style: auto;outline-color: -webkit-focus-ring-color; } @media (max-width: 639px) { .gp-component-id-0dffi0GdHq { 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-x: initial;background-repeat-y: 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-0dffi0GdHq:focus,.gp-component-id-0dffi0GdHq.gp-focus { outline-width: 5px;outline-style: auto;outline-color: -webkit-focus-ring-color; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-0dffi0GdHq { 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-x: initial;background-repeat-y: 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-0dffi0GdHq:focus,.gp-component-id-0dffi0GdHq.gp-focus { outline-width: 5px;outline-style: auto;outline-color: -webkit-focus-ring-color; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-0dffi0GdHq { 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-x: initial;background-repeat-y: 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-0dffi0GdHq:focus,.gp-component-id-0dffi0GdHq.gp-focus { outline-width: 5px;outline-style: auto;outline-color: -webkit-focus-ring-color; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-0dffi0GdHq { 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-x: initial;background-repeat-y: 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-0dffi0GdHq:focus,.gp-component-id-0dffi0GdHq.gp-focus { outline-width: 5px;outline-style: auto;outline-color: -webkit-focus-ring-color; } } @media (min-width: 1200px) { .gp-component-id-0dffi0GdHq { 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-x: initial;background-repeat-y: 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-0dffi0GdHq:focus,.gp-component-id-0dffi0GdHq.gp-focus { outline-width: 5px;outline-style: auto;outline-color: -webkit-focus-ring-color; } }

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

 @media (max-width: 639px) { .gp-component-id-18m3Aa_ome { 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-18m3Aa_ome { 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-18m3Aa_ome { 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-18m3Aa_ome { background-color: rgb(4, 81, 174);text-align: right;color: rgb(255, 255, 255);font-size: 18px;position: static !important; } } @media (min-width: 1200px) { .gp-component-id-18m3Aa_ome { background-color: rgb(4, 81, 174);text-align: right;color: rgb(255, 255, 255);font-size: 18px;position: static !important; } }

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

 .gp-component-id-c43FkvTtvz { display: flex;margin-left: auto;margin-right: auto;justify-content: space-between;align-items: center;width: 100%; } @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%; } } @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: 640px; } } @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: 768px; } } @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: 992px;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: 992px;position: relative; } }

 @media (max-width: 639px) { .gp-component-id-lIijpxC6wu[data-gp-component] { 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-lIijpxC6wu[data-gp-component] { 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-lIijpxC6wu[data-gp-component] { 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-lIijpxC6wu[data-gp-component] { background-color: rgb(4, 81, 174);padding-left: 28px;padding-right: 28px;padding-bottom: 0px;position: relative; } } @media (min-width: 1200px) { .gp-component-id-lIijpxC6wu[data-gp-component] { background-color: rgb(4, 81, 174);padding-left: 28px;padding-right: 28px;padding-bottom: 0px;position: relative; } }

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

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

