
/* ==================================================== 1. NAV: HIDE CTA + LINKS ON MOBILE, SHOW HAMBURGER ==================================================== */
@media (max-width: 860px) { .nav-cta { display: none !important; } .nav-links { display: none !important; } .nav-hamburger-btn { display: flex !important; }
}
/* Hamburger button */
.nav-hamburger-btn { display: none; flex-direction: column; gap: 5px; cursor: pointer; padding: 8px; background: transparent; border: none; margin-left: auto; z-index: 9999; position: relative;
}
.nav-hamburger-btn span { display: block; width: 22px; height: 2px; background: rgba(255, 255, 255, 0.85); border-radius: 2px; transition: all 0.3s ease;
}
.nav-hamburger-btn.hb-open span:nth-child(1) { transform: translateY(7px) rotate(45deg);
}
.nav-hamburger-btn.hb-open span:nth-child(2) { opacity: 0;
}
.nav-hamburger-btn.hb-open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg);
}
/* Mobile drawer */
.bga-mobile-menu { display: none; position: fixed; top: 68px; left: 0; right: 0; background: rgba(15, 26, 20, 0.99); backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px); border-bottom: 1px solid rgba(2, 197, 139, 0.2); z-index: 9998; padding: 16px 1.5rem 20px; flex-direction: column;
}
.bga-mobile-menu.mm-open { display: flex;
}
.bga-mobile-menu a { font-family: 'Poppins', sans-serif !important; font-size: 15px !important; font-weight: 500 !important; color: rgba(255, 255, 255, 0.78) !important; text-decoration: none !important; padding: 13px 0 !important; border-bottom: 1px solid rgba(255, 255, 255, 0.07) !important; letter-spacing: 0.03em !important; display: block !important; transition: color 0.2s !important;
}
.bga-mobile-menu a:last-child { border-bottom: none !important; margin-top: 10px !important; background: #02c58b !important; color: #0f1a14 !important; text-align: center !important; border-radius: 8px !important; padding: 13px 16px !important; font-weight: 700 !important;
}
.bga-mobile-menu a:hover { color: #3ffdc5 !important;
}
.bga-mobile-menu a:last-child:hover { background: #3ffdc5 !important; color: #0f1a14 !important;
}
/* ==================================================== 2. MOBILE: KIM SECTION ABOVE TRUST STRIP (handled via JS reorder below) ==================================================== */
/* ==================================================== 3. STAGES: TAP HINT ON MOBILE ==================================================== */
.bga-tap-hint { display: none; background: rgba(2, 197, 139, 0.1); border: 1px solid rgba(2, 197, 139, 0.28); border-radius: 8px; padding: 10px 16px; margin-bottom: 14px; text-align: center; font-family: 'Poppins', sans-serif; font-size: 12px; font-weight: 600; color: #017754; letter-spacing: 0.04em;
}
@media (max-width: 860px) { .bga-tap-hint { display: block; } /* Reduce stage tab text size so all 5 fit */ .stage-tab .tab-name { font-size: 10px !important; } .stage-tab .tab-price { font-size: 10px !important; } .stage-tab .tab-stage { font-size: 8px !important; } .stage-tab .tab-emoji { font-size: 16px !important; }
}
/* ==================================================== 4. SCALE PANEL: FIX WHITE TEXT ON WHITE BACKGROUND ==================================================== */
#panel-scale .panel-inner { background: #0f1a14 !important;
}
#panel-scale .panel-problem { color: #ffffff !important; background: rgba(255, 255, 255, 0.06) !important; border-left-color: #02c58b !important;
}
#panel-scale .panel-desc { color: rgba(255, 255, 255, 0.75) !important;
}
#panel-scale .offer-items li { color: rgba(255, 255, 255, 0.75) !important; border-bottom-color: rgba(255, 255, 255, 0.08) !important;
}
#panel-scale .offer-items li::before { color: #02c58b !important;
}
/* Target any white box inside the scale panel */
#panel-scale .price-card-body,
#panel-scale .waitlist-mini,
#panel-scale [style*="background:#fff"],
#panel-scale [style*="background: #fff"],
#panel-scale [style*="background:white"],
#panel-scale [style*="background: white"] { background: rgba(255, 255, 255, 0.07) !important; color: #ffffff !important;
}
#panel-scale .price-card-body p,
#panel-scale .price-card-body span,
#panel-scale .waitlist-mini p,
#panel-scale .waitlist-mini h4 { color: rgba(255, 255, 255, 0.82) !important;
}
/* Express interest / coming soon box */
#panel-scale .cta-block,
#panel-scale .coming-soon-box,
#panel-scale .interest-box { background: rgba(2, 197, 139, 0.08) !important; border: 1px solid rgba(2, 197, 139, 0.2) !important; border-radius: 16px; padding: 22px; text-align: center;
}
#panel-scale .cta-block h2,
#panel-scale .cta-block h3,
#panel-scale .cta-block h4,
#panel-scale .interest-box h4,
#panel-scale .coming-soon-box h4 { color: #3ffdc5 !important;
}
#panel-scale .cta-block p,
#panel-scale .interest-box p,
#panel-scale .coming-soon-box p { color: rgba(255, 255, 255, 0.70) !important;
}
/* Catch-all for any remaining dark-on-dark text in scale panel */
#panel-scale * { color: inherit;
}
/* ==================================================== 5. MOBILE TYPOGRAPHY: BETTER CONTRAST ON DARK BACKGROUNDS ==================================================== */
@media (max-width: 860px) { /* KIM section */ .kim-intro, .kim-section p { color: rgba(255, 255, 255, 0.85) !important; font-size: 16px !important; } .kcard p { color: rgba(255, 255, 255, 0.82) !important; font-size: 15px !important; } /* Hero */ .hero-body { color: rgba(255, 255, 255, 0.82) !important; font-size: 16px !important; } .hero-sub { font-size: 17px !important; } /* Transform / after list */ .after-li p { color: rgba(255, 255, 255, 0.88) !important; font-size: 16px !important; } /* Stakes */ .stakes-section p, .stakes-inner p { color: rgba(255, 255, 255, 0.85) !important; font-size: 17px !important; } /* Quiz section */ .quiz-inner p, .quiz-list li, .quiz-section p { color: rgba(255, 255, 255, 0.85) !important; font-size: 16px !important; } /* Diff quotes */ .dq p { color: rgba(255, 255, 255, 0.85) !important; } /* Truth box */ .truth-box p { color: rgba(255, 255, 255, 0.85) !important; } /* Approach strip */ .ap-card p { color: rgba(255, 255, 255, 0.85) !important; font-size: 13px !important; } /* General: any paragraph inside a dark section */ .founder-content p, .guarantee-content p { font-size: 16px !important; line-height: 1.7 !important; } /* Stage panel text */ .panel-desc { font-size: 15px !important; color: #4a4a4a !important; } .panel-problem { font-size: 14px !important; } /* Ensure headings readable */ h2 { font-size: clamp(24px, 6vw, 36px) !important; } h3 { font-size: 17px !important; }
} /* ============================================================ BIZNISTRY GROWTH AGENCY - CSS FIXES Paste this into the RIGHT PANEL (CSS side) of the GroovePages source code editor on EVERY page. Select all existing content first, then replace with this. ============================================================ */
/* ==================================================== 1. NAV: HIDE DESKTOP LINKS + CTA ON MOBILE SHOW HAMBURGER BUTTON ==================================================== */
@media (max-width: 860px) { .nav-cta { display: none !important; } .nav-links { display: none !important; } .nav-hamburger-btn { display: flex !important; }
}
.nav-hamburger-btn { display: none; flex-direction: column; gap: 5px; cursor: pointer; padding: 8px; background: transparent; border: none; margin-left: auto; z-index: 9999; position: relative;
}
.nav-hamburger-btn span { display: block; width: 22px; height: 2px; background: rgba(255, 255, 255, 0.85); border-radius: 2px; transition: all 0.3s ease;
}
.nav-hamburger-btn.hb-open span:nth-child(1) { transform: translateY(7px) rotate(45deg);
}
.nav-hamburger-btn.hb-open span:nth-child(2) { opacity: 0;
}
.nav-hamburger-btn.hb-open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg);
}
/* Mobile drawer menu */
.bga-mobile-menu { display: none; position: fixed; top: 68px; left: 0; right: 0; background: rgba(15, 26, 20, 0.99); backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px); border-bottom: 1px solid rgba(2, 197, 139, 0.2); z-index: 9998; padding: 16px 1.5rem 20px; flex-direction: column;
}
.bga-mobile-menu.mm-open { display: flex;
}
.bga-mobile-menu a { font-family: 'Poppins', sans-serif !important; font-size: 15px !important; font-weight: 500 !important; color: rgba(255, 255, 255, 0.78) !important; text-decoration: none !important; padding: 13px 0 !important; border-bottom: 1px solid rgba(255, 255, 255, 0.07) !important; letter-spacing: 0.03em !important; display: block !important; transition: color 0.2s !important;
}
.bga-mobile-menu a:last-child { border-bottom: none !important; margin-top: 10px !important; background: #02c58b !important; color: #0f1a14 !important; text-align: center !important; border-radius: 8px !important; padding: 13px 16px !important; font-weight: 700 !important;
}
.bga-mobile-menu a:hover { color: #3ffdc5 !important;
}
.bga-mobile-menu a:last-child:hover { background: #3ffdc5 !important; color: #0f1a14 !important;
}
/* ==================================================== 2. STAGES: TAP HINT ON MOBILE ==================================================== */
.bga-tap-hint { display: none; background: rgba(2, 197, 139, 0.1); border: 1px solid rgba(2, 197, 139, 0.28); border-radius: 8px; padding: 10px 16px; margin-bottom: 14px; text-align: center; font-family: 'Poppins', sans-serif; font-size: 12px; font-weight: 600; color: #017754; letter-spacing: 0.04em;
}
@media (max-width: 860px) { .bga-tap-hint { display: block; } .stage-tab .tab-name { font-size: 10px !important; } .stage-tab .tab-price { font-size: 10px !important; } .stage-tab .tab-stage { font-size: 8px !important; } .stage-tab .tab-emoji { font-size: 16px !important; }
}
/* ==================================================== 3. SCALE PANEL: FIX WHITE TEXT ON WHITE BACKGROUND ==================================================== */
#panel-scale .panel-inner { background: #0f1a14 !important;
}
#panel-scale .panel-problem { color: #ffffff !important; background: rgba(255, 255, 255, 0.06) !important; border-left-color: #02c58b !important;
}
#panel-scale .panel-desc { color: rgba(255, 255, 255, 0.75) !important;
}
#panel-scale .offer-items li { color: rgba(255, 255, 255, 0.75) !important; border-bottom-color: rgba(255, 255, 255, 0.08) !important;
}
#panel-scale .offer-items li::before { color: #02c58b !important;
}
#panel-scale .price-card-body,
#panel-scale .waitlist-mini { background: rgba(255, 255, 255, 0.07) !important;
}
#panel-scale .price-card-body p,
#panel-scale .price-card-body span,
#panel-scale .waitlist-mini p,
#panel-scale .waitlist-mini h4 { color: rgba(255, 255, 255, 0.82) !important;
}
#panel-scale .panel-cta-note { color: rgba(255, 255, 255, 0.45) !important;
}
/* ==================================================== 4. MOBILE TYPOGRAPHY: BETTER CONTRAST ON DARK BG ==================================================== */
@media (max-width: 860px) { .kim-intro, .kim-section p { color: rgba(255, 255, 255, 0.85) !important; font-size: 16px !important; } .kcard p { color: rgba(255, 255, 255, 0.82) !important; font-size: 15px !important; } .hero-body { color: rgba(255, 255, 255, 0.85) !important; font-size: 16px !important; } .hero-sub { font-size: 17px !important; color: rgba(255, 255, 255, 0.65) !important; } .after-li p { color: rgba(255, 255, 255, 0.88) !important; font-size: 16px !important; } .stakes-section p, .stakes-inner p { color: rgba(255, 255, 255, 0.85) !important; font-size: 17px !important; } .quiz-inner p, .quiz-list li, .quiz-section p { color: rgba(255, 255, 255, 0.85) !important; font-size: 16px !important; } .dq p { color: rgba(255, 255, 255, 0.85) !important; } .truth-box p { color: rgba(255, 255, 255, 0.85) !important; } .ap-card p { color: rgba(255, 255, 255, 0.85) !important; font-size: 13px !important; } .panel-desc { font-size: 15px !important; } .panel-problem { font-size: 14px !important; } h2 { font-size: clamp(24px, 6vw, 36px) !important; } h3 { font-size: 17px !important; } .trust-strip p { font-size: 13px !important; color: rgba(255, 255, 255, 0.92) !important; } .footer-brand-col p, .footer-col a { font-size: 13px !important; color: rgba(255, 255, 255, 0.55) !important; }
}
/* ============================================================ BIZNISTRY GROWTH AGENCY - CSS FIXES (UPDATED) Paste this into the RIGHT PANEL (CSS side) of the GroovePages source code editor on EVERY page. Select all existing content first, then replace with this. ============================================================ */
/* ==================================================== 1. NAV: HIDE DESKTOP LINKS + CTA ON MOBILE SHOW HAMBURGER BUTTON ==================================================== */
@media (max-width: 860px) { .nav-cta { display: none !important; } .nav-links { display: none !important; } .nav-hamburger-btn { display: flex !important; }
}
.nav-hamburger-btn { display: none; flex-direction: column; gap: 5px; cursor: pointer; padding: 8px; background: transparent; border: none; margin-left: auto; z-index: 9999; position: relative;
}
.nav-hamburger-btn span { display: block; width: 22px; height: 2px; background: rgba(255, 255, 255, 0.85); border-radius: 2px; transition: all 0.3s ease;
}
.nav-hamburger-btn.hb-open span:nth-child(1) { transform: translateY(7px) rotate(45deg);
}
.nav-hamburger-btn.hb-open span:nth-child(2) { opacity: 0;
}
.nav-hamburger-btn.hb-open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg);
}
/* Mobile drawer menu */
.bga-mobile-menu { display: none; position: fixed; top: 68px; left: 0; right: 0; background: rgba(15, 26, 20, 0.99); backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px); border-bottom: 1px solid rgba(2, 197, 139, 0.2); z-index: 9998; padding: 16px 1.5rem 20px; flex-direction: column;
}
.bga-mobile-menu.mm-open { display: flex;
}
.bga-mobile-menu a { font-family: 'Poppins', sans-serif !important; font-size: 15px !important; font-weight: 500 !important; color: rgba(255, 255, 255, 0.78) !important; text-decoration: none !important; padding: 13px 0 !important; border-bottom: 1px solid rgba(255, 255, 255, 0.07) !important; letter-spacing: 0.03em !important; display: block !important; transition: color 0.2s !important;
}
.bga-mobile-menu a:last-child { border-bottom: none !important; margin-top: 10px !important; background: #02c58b !important; color: #0f1a14 !important; text-align: center !important; border-radius: 8px !important; padding: 13px 16px !important; font-weight: 700 !important;
}
.bga-mobile-menu a:hover { color: #3ffdc5 !important;
}
.bga-mobile-menu a:last-child:hover { background: #3ffdc5 !important; color: #0f1a14 !important;
}
/* ==================================================== 2. STAGE 5 SCALE TAB: REMOVE BORDER ==================================================== */
/* Remove any outline/border from the Scale stage tab and its coming soon badge */
.stage-tab.active-scale,
.stage-tab[onclick*="scale"],
#panel-scale,
.stage-tab:last-child { border: none !important; outline: none !important; box-shadow: none !important;
}
/* Target the coming soon pill/badge specifically */
.stage-tab:last-child .tab-price,
.coming-soon-badge,
[class*="coming-soon"],
[class*="comingSoon"] { border: none !important; outline: none !important; box-shadow: none !important;
}
/* Remove border from the Scale stage card on the home page */
#panel-scale .panel-inner { background: #0f1a14 !important; border: none !important; outline: none !important;
}
/* Remove the outlined Coming Soon button/tag on the stages page */
.stage-tab:last-child { border-right: none !important; border-top: none !important; border-left: none !important; border-bottom: none !important;
}
/* Catch the outlined Coming Soon tag that appears below Stage 5 card on the home page */
.coming-soon-box,
[style*="border:1px solid"],
[style*="border: 1px solid"] { border: none !important;
}
/* More targeted: remove border from Stage 5 scale section card specifically */
.stage-tab.active-scale { border-bottom: 3px solid #02c58b !important; border-top: none !important; border-left: none !important; border-right: none !important;
}
/* ==================================================== 3. TRADEMARK SYMBOL: SMALL + SUPERSCRIPT ON ALL PAGES ==================================================== */
/* Make every TM symbol small and raised */
sup { font-size: 0.55em !important; vertical-align: super !important; line-height: 0 !important; font-weight: 400 !important;
}
/* Target the unicode TM character directly where it appears as regular text rather than a <sup> tag */
h1, h2, h3, h4, h5, p, span, div, a, li, label { font-variant: normal;
}
/* This targets the ™ character rendered inline in text. We wrap it via JS below, but this ensures the sup styling is always correct */
.bga-tm { font-size: 0.52em !important; vertical-align: super !important; line-height: 0 !important; font-weight: 400 !important; display: inline !important;
}
/* ==================================================== 4. STAGES: TAP HINT ON MOBILE ==================================================== */
.bga-tap-hint { display: none; background: rgba(2, 197, 139, 0.1); border: 1px solid rgba(2, 197, 139, 0.28); border-radius: 8px; padding: 10px 16px; margin-bottom: 14px; text-align: center; font-family: 'Poppins', sans-serif; font-size: 12px; font-weight: 600; color: #017754; letter-spacing: 0.04em;
}
@media (max-width: 860px) { .bga-tap-hint { display: block; } .stage-tab .tab-name { font-size: 10px !important; } .stage-tab .tab-price { font-size: 10px !important; } .stage-tab .tab-stage { font-size: 8px !important; } .stage-tab .tab-emoji { font-size: 16px !important; }
}
/* ==================================================== 5. SCALE PANEL: FIX WHITE TEXT ON WHITE BACKGROUND ==================================================== */
#panel-scale .panel-problem { color: #ffffff !important; background: rgba(255, 255, 255, 0.06) !important; border-left-color: #02c58b !important;
}
#panel-scale .panel-desc { color: rgba(255, 255, 255, 0.75) !important;
}
#panel-scale .offer-items li { color: rgba(255, 255, 255, 0.75) !important; border-bottom-color: rgba(255, 255, 255, 0.08) !important;
}
#panel-scale .offer-items li::before { color: #02c58b !important;
}
#panel-scale .price-card-body,
#panel-scale .waitlist-mini { background: rgba(255, 255, 255, 0.07) !important;
}
#panel-scale .price-card-body p,
#panel-scale .price-card-body span,
#panel-scale .waitlist-mini p,
#panel-scale .waitlist-mini h4 { color: rgba(255, 255, 255, 0.82) !important;
}
#panel-scale .panel-cta-note { color: rgba(255, 255, 255, 0.45) !important;
}
/* ==================================================== 6. MOBILE TYPOGRAPHY: BETTER CONTRAST ON DARK BG ==================================================== */
@media (max-width: 860px) { .kim-intro, .kim-section p { color: rgba(255, 255, 255, 0.85) !important; font-size: 16px !important; } .kcard p { color: rgba(255, 255, 255, 0.82) !important; font-size: 15px !important; } .hero-body { color: rgba(255, 255, 255, 0.85) !important; font-size: 16px !important; } .hero-sub { font-size: 17px !important; color: rgba(255, 255, 255, 0.65) !important; } .after-li p { color: rgba(255, 255, 255, 0.88) !important; font-size: 16px !important; } .stakes-section p, .stakes-inner p { color: rgba(255, 255, 255, 0.85) !important; font-size: 17px !important; } .quiz-inner p, .quiz-list li, .quiz-section p { color: rgba(255, 255, 255, 0.85) !important; font-size: 16px !important; } .dq p { color: rgba(255, 255, 255, 0.85) !important; } .truth-box p { color: rgba(255, 255, 255, 0.85) !important; } .ap-card p { color: rgba(255, 255, 255, 0.85) !important; font-size: 13px !important; } .panel-desc { font-size: 15px !important; } .panel-problem { font-size: 14px !important; } h2 { font-size: clamp(24px, 6vw, 36px) !important; } h3 { font-size: 17px !important; } .trust-strip p { font-size: 13px !important; color: rgba(255, 255, 255, 0.92) !important; } .footer-brand-col p, .footer-col a { font-size: 13px !important; color: rgba(255, 255, 255, 0.55) !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; } @media (max-width: 639px) { .gp-component-id-7Qesm1h0C[data-gp-component] { font-size: 90px !important;color: rgba(8, 171, 125, 1);line-height: 1;margin-bottom: 20px;display: inline-block;position: relative; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-7Qesm1h0C[data-gp-component] { font-size: 90px !important;color: rgba(8, 171, 125, 1);line-height: 1;margin-bottom: 20px;display: inline-block;position: relative; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-7Qesm1h0C[data-gp-component] { font-size: 90px !important;color: rgba(8, 171, 125, 1);line-height: 1;margin-bottom: 20px;display: inline-block;position: relative; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-7Qesm1h0C[data-gp-component] { font-size: 90px !important;color: rgba(8, 171, 125, 1);line-height: 1;margin-bottom: 20px;display: inline-block;position: relative; } } @media (min-width: 1200px) { .gp-component-id-7Qesm1h0C[data-gp-component] { font-size: 90px !important;color: rgba(8, 171, 125, 1);line-height: 1;margin-bottom: 20px;display: inline-block;position: relative; } } .gp-component-id-160zkl_3IN.gp-component > [data-section-overlay] { right: 0px;left: 0px;top: 0px;bottom: 0px;position: absolute; } @media (max-width: 639px) { .gp-component-id-160zkl_3IN.gp-component > [data-section-overlay] { background-color: rgb(244, 244, 244);right: 0px;left: 0px;top: 0px;bottom: 0px;position: absolute; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-160zkl_3IN.gp-component > [data-section-overlay] { background-color: rgb(244, 244, 244);right: 0px;left: 0px;top: 0px;bottom: 0px;position: absolute; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-160zkl_3IN.gp-component > [data-section-overlay] { background-color: rgb(244, 244, 244);right: 0px;left: 0px;top: 0px;bottom: 0px;position: absolute; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-160zkl_3IN.gp-component > [data-section-overlay] { background-color: rgb(244, 244, 244);right: 0px;left: 0px;top: 0px;bottom: 0px;position: absolute; } } @media (min-width: 1200px) { .gp-component-id-160zkl_3IN.gp-component > [data-section-overlay] { background-color: rgb(244, 244, 244);right: 0px;left: 0px;top: 0px;bottom: 0px;position: absolute; } } .gp-component-id-YIFyMU3s1.gp-component > [data-section-overlay] { position: absolute;bottom: 0px;top: 0px;left: 0px;right: 0px; } @media (max-width: 639px) { .gp-component-id-YIFyMU3s1.gp-component > [data-section-overlay] { background-color: rgb(0, 0, 0);position: absolute;bottom: 0px;top: 0px;left: 0px;right: 0px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-YIFyMU3s1.gp-component > [data-section-overlay] { background-color: rgb(0, 0, 0);position: absolute;bottom: 0px;top: 0px;left: 0px;right: 0px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-YIFyMU3s1.gp-component > [data-section-overlay] { background-color: rgb(0, 0, 0);position: absolute;bottom: 0px;top: 0px;left: 0px;right: 0px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-YIFyMU3s1.gp-component > [data-section-overlay] { background-color: rgb(0, 0, 0);position: absolute;bottom: 0px;top: 0px;left: 0px;right: 0px; } } @media (min-width: 1200px) { .gp-component-id-YIFyMU3s1.gp-component > [data-section-overlay] { background-color: rgb(0, 0, 0);position: absolute;bottom: 0px;top: 0px;left: 0px;right: 0px; } } .gp-component-id-jeLTipzni.gp-component > [data-section-overlay] { position: absolute;bottom: 0px;top: 0px;left: 0px;right: 0px; } @media (max-width: 639px) { .gp-component-id-jeLTipzni.gp-component > [data-section-overlay] { background-color: rgb(0, 0, 0);position: absolute;bottom: 0px;top: 0px;left: 0px;right: 0px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-jeLTipzni.gp-component > [data-section-overlay] { background-color: rgb(0, 0, 0);position: absolute;bottom: 0px;top: 0px;left: 0px;right: 0px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-jeLTipzni.gp-component > [data-section-overlay] { background-color: rgb(0, 0, 0);position: absolute;bottom: 0px;top: 0px;left: 0px;right: 0px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-jeLTipzni.gp-component > [data-section-overlay] { background-color: rgb(0, 0, 0);position: absolute;bottom: 0px;top: 0px;left: 0px;right: 0px; } } @media (min-width: 1200px) { .gp-component-id-jeLTipzni.gp-component > [data-section-overlay] { background-color: rgb(0, 0, 0);position: absolute;bottom: 0px;top: 0px;left: 0px;right: 0px; } } @media (max-width: 639px) { .gp-component-id-YIFyMU3s1[data-gp-component] { padding-top: 24px;padding-bottom: 24px;z-index: auto !important;position: relative; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-YIFyMU3s1[data-gp-component] { padding-top: 24px;padding-bottom: 24px;z-index: auto !important;position: relative; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-YIFyMU3s1[data-gp-component] { padding-top: 24px;padding-bottom: 24px;z-index: auto !important;position: relative; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-YIFyMU3s1[data-gp-component] { padding-top: 24px;padding-bottom: 24px;z-index: auto !important;position: relative; } } @media (min-width: 1200px) { .gp-component-id-YIFyMU3s1[data-gp-component] { padding-top: 24px;padding-bottom: 24px;z-index: auto !important;position: relative; } } @media (max-width: 639px) { .gp-component-id-unupKz05j[data-gp-component] { font-size: 50px !important;color: rgba(254, 72, 72, 1);line-height: 1;display: inline-block; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-unupKz05j[data-gp-component] { font-size: 50px !important;color: rgba(254, 72, 72, 1);line-height: 1;display: inline-block; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-unupKz05j[data-gp-component] { font-size: 50px !important;color: rgba(254, 72, 72, 1);line-height: 1;display: inline-block; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-unupKz05j[data-gp-component] { font-size: 50px !important;color: rgba(254, 72, 72, 1);line-height: 1;display: inline-block; } } @media (min-width: 1200px) { .gp-component-id-unupKz05j[data-gp-component] { font-size: 50px !important;color: rgba(254, 72, 72, 1);line-height: 1;display: inline-block; } } @media (max-width: 639px) { [data-gp-text] .gp-component-id-GRcGZ5ZH8V { font-size: 18px;font-weight: 400;color: rgb(32, 45, 60);text-align: center;line-height: 1.5;font-family: Lora;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 20px;padding-left: 0px;padding-right: 0px;overflow-wrap: break-word;-webkit-text-stroke-color: rgb(173, 183, 194); } } @media (max-width: 767px) and (min-width: 640px) { [data-gp-text] .gp-component-id-GRcGZ5ZH8V { font-size: 18px;font-weight: 400;color: rgb(32, 45, 60);text-align: center;line-height: 1.5;font-family: Lora;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 20px;padding-left: 0px;padding-right: 0px;overflow-wrap: break-word;-webkit-text-stroke-color: rgb(173, 183, 194); } } @media (max-width: 991px) and (min-width: 768px) { [data-gp-text] .gp-component-id-GRcGZ5ZH8V { font-size: 18px;font-weight: 400;color: rgb(32, 45, 60);text-align: center;line-height: 1.5;font-family: Lora;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 20px;padding-left: 0px;padding-right: 0px;overflow-wrap: break-word;-webkit-text-stroke-color: rgb(173, 183, 194); } } @media (max-width: 1199px) and (min-width: 992px) { [data-gp-text] .gp-component-id-GRcGZ5ZH8V { font-size: 18px;font-weight: 400;color: rgb(32, 45, 60);text-align: center;line-height: 1.5;font-family: Lora;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 20px;padding-left: 0px;padding-right: 0px;overflow-wrap: break-word;-webkit-text-stroke-color: rgb(173, 183, 194); } } @media (min-width: 1200px) { [data-gp-text] .gp-component-id-GRcGZ5ZH8V { font-size: 18px;font-weight: 400;color: rgb(32, 45, 60);text-align: center;line-height: 1.5;font-family: Lora;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 20px;padding-left: 0px;padding-right: 0px;overflow-wrap: break-word;-webkit-text-stroke-color: rgb(173, 183, 194); } } @media (max-width: 639px) { [data-gp-text] .gp-component-id-kDyKozLCkn { font-size: 55px !important;font-weight: 700 !important;color: rgb(0, 0, 0);text-align: center;line-height: 1.25;font-family: Poppins;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 20px;padding-left: 0px;padding-right: 0px;overflow-wrap: break-word;box-sizing: border-box;cursor: text; } } @media (max-width: 767px) and (min-width: 640px) { [data-gp-text] .gp-component-id-kDyKozLCkn { font-size: 55px !important;font-weight: 700;color: rgb(0, 0, 0);text-align: center;line-height: 1.25;font-family: Poppins;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 20px;padding-left: 0px;padding-right: 0px;overflow-wrap: break-word;box-sizing: border-box;cursor: text; } } @media (max-width: 991px) and (min-width: 768px) { [data-gp-text] .gp-component-id-kDyKozLCkn { font-size: 55px !important;font-weight: 700;color: rgb(0, 0, 0);text-align: center;line-height: 1.25;font-family: Poppins;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 20px;padding-left: 0px;padding-right: 0px;overflow-wrap: break-word;box-sizing: border-box;cursor: text; } } @media (max-width: 1199px) and (min-width: 992px) { [data-gp-text] .gp-component-id-kDyKozLCkn { font-size: 55px !important;font-weight: 700 !important;color: rgb(0, 0, 0);text-align: center;line-height: 1.25;font-family: Poppins;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 20px;padding-left: 0px;padding-right: 0px;overflow-wrap: break-word;box-sizing: border-box;cursor: text; } } @media (min-width: 1200px) { [data-gp-text] .gp-component-id-kDyKozLCkn { font-size: 55px !important;font-weight: 700 !important;color: rgb(0, 0, 0);text-align: center;line-height: 1.25;font-family: Poppins;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 20px;padding-left: 0px;padding-right: 0px;overflow-wrap: break-word;box-sizing: border-box;cursor: text; } } .gp-component-id-af6zZbNOE.gp-component > [data-section-overlay] { position: absolute;bottom: 0px;top: 0px;left: 0px;right: 0px; } @media (max-width: 639px) { .gp-component-id-af6zZbNOE.gp-component > [data-section-overlay] { background-color: rgb(244, 244, 244);position: absolute;bottom: 0px;top: 0px;left: 0px;right: 0px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-af6zZbNOE.gp-component > [data-section-overlay] { background-color: rgb(244, 244, 244);position: absolute;bottom: 0px;top: 0px;left: 0px;right: 0px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-af6zZbNOE.gp-component > [data-section-overlay] { background-color: rgb(244, 244, 244);position: absolute;bottom: 0px;top: 0px;left: 0px;right: 0px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-af6zZbNOE.gp-component > [data-section-overlay] { background-color: rgb(244, 244, 244);position: absolute;bottom: 0px;top: 0px;left: 0px;right: 0px; } } @media (min-width: 1200px) { .gp-component-id-af6zZbNOE.gp-component > [data-section-overlay] { background-color: rgb(244, 244, 244);position: absolute;bottom: 0px;top: 0px;left: 0px;right: 0px; } } .gp-component-id-qYYSlwfFZ { line-height: 1;display: inline-block; } @media (max-width: 639px) { .gp-component-id-qYYSlwfFZ { line-height: 1;display: inline-block;font-size: 50px !important;color: rgb(34, 187, 244); } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-qYYSlwfFZ { line-height: 1;display: inline-block;font-size: 50px !important;color: rgb(34, 187, 244); } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-qYYSlwfFZ { line-height: 1;display: inline-block;font-size: 50px !important;color: rgb(34, 187, 244); } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-qYYSlwfFZ { line-height: 1;display: inline-block;font-size: 50px !important;color: rgb(34, 187, 244); } } @media (min-width: 1200px) { .gp-component-id-qYYSlwfFZ { line-height: 1;display: inline-block;font-size: 50px !important;color: rgb(34, 187, 244); } } @media (max-width: 639px) { .gp-component-id-Qk8OC2UUvk { display: flex;align-items: center;justify-content: center;flex-direction: column;height: 100%;width: 100%; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-Qk8OC2UUvk { display: flex;align-items: center;justify-content: center;flex-direction: column;height: 100%;width: 100%; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-Qk8OC2UUvk { display: flex;align-items: center;justify-content: center;flex-direction: column;height: 100%;width: 100%; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-Qk8OC2UUvk { display: flex;align-items: center;justify-content: center;flex-direction: column;height: 100%;width: 100%; } } @media (min-width: 1200px) { .gp-component-id-Qk8OC2UUvk { display: flex;align-items: center;justify-content: center;flex-direction: column;height: 100%;width: 100%; } } .gp-component-id-TpmmGiv1vd { padding-left: 8px;width: 100%;padding-right: 8px;flex-grow: 0;flex-shrink: 0;flex-basis: auto; } @media (max-width: 639px) { .gp-component-id-TpmmGiv1vd { padding-left: 8px;width: 100%;padding-right: 8px;flex-grow: 0;flex-shrink: 0;flex-basis: auto; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-TpmmGiv1vd { padding-left: 8px;width: 100%;padding-right: 8px;flex-grow: 0;flex-shrink: 0;flex-basis: auto; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-TpmmGiv1vd { padding-left: 8px;width: 25%;padding-right: 8px;flex-grow: 0;flex-shrink: 0;flex-basis: auto; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-TpmmGiv1vd { padding-left: 8px;width: 25%;padding-right: 8px;flex-grow: 0;flex-shrink: 0;flex-basis: auto; } } @media (min-width: 1200px) { .gp-component-id-TpmmGiv1vd { padding-left: 8px;width: 25%;padding-right: 8px;flex-grow: 0;flex-shrink: 0;flex-basis: auto; } } @media (max-width: 639px) { .gp-component-id-PfQRJFVV6v { display: flex;align-items: center;justify-content: center;flex-direction: column;height: 100%;width: 100%;margin-bottom: 10px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-PfQRJFVV6v { display: flex;align-items: center;justify-content: center;flex-direction: column;height: 100%;width: 100%;margin-bottom: 10px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-PfQRJFVV6v { display: flex;align-items: center;justify-content: center;flex-direction: column;height: 100%;width: 100%;margin-bottom: 0px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-PfQRJFVV6v { display: flex;align-items: center;justify-content: center;flex-direction: column;height: 100%;width: 100%; } } @media (min-width: 1200px) { .gp-component-id-PfQRJFVV6v { display: flex;align-items: center;justify-content: center;flex-direction: column;height: 100%;width: 100%; } } .gp-component-id-sICg4GQKGm { padding-left: 8px;width: 100%;padding-right: 8px;flex-grow: 0;flex-shrink: 0;flex-basis: auto; } @media (max-width: 639px) { .gp-component-id-sICg4GQKGm { padding-left: 8px;width: 100%;padding-right: 8px;flex-grow: 0;flex-shrink: 0;flex-basis: auto; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-sICg4GQKGm { padding-left: 8px;width: 100%;padding-right: 8px;flex-grow: 0;flex-shrink: 0;flex-basis: auto; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-sICg4GQKGm { padding-left: 8px;width: 25%;padding-right: 8px;flex-grow: 0;flex-shrink: 0;flex-basis: auto; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-sICg4GQKGm { padding-left: 8px;width: 25%;padding-right: 8px;flex-grow: 0;flex-shrink: 0;flex-basis: auto; } } @media (min-width: 1200px) { .gp-component-id-sICg4GQKGm { padding-left: 8px;width: 25%;padding-right: 8px;flex-grow: 0;flex-shrink: 0;flex-basis: auto; } } .gp-component-id-A2HyRyT_V { line-height: 1;display: inline-block; } @media (max-width: 639px) { .gp-component-id-A2HyRyT_V { line-height: 1;display: inline-block;font-size: 50px !important;color: rgb(251, 64, 142); } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-A2HyRyT_V { line-height: 1;display: inline-block;font-size: 50px !important;color: rgb(251, 64, 142); } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-A2HyRyT_V { line-height: 1;display: inline-block;font-size: 50px !important;color: rgb(251, 64, 142); } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-A2HyRyT_V { line-height: 1;display: inline-block;font-size: 50px !important;color: rgb(251, 64, 142); } } @media (min-width: 1200px) { .gp-component-id-A2HyRyT_V { line-height: 1;display: inline-block;font-size: 50px !important;color: rgb(251, 64, 142); } } @media (max-width: 639px) { .gp-component-id-OZvnc7_F20 { display: flex;align-items: center;justify-content: center;flex-direction: column;height: 100%;width: 100%;margin-bottom: 10px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-OZvnc7_F20 { display: flex;align-items: center;justify-content: center;flex-direction: column;height: 100%;width: 100%;margin-bottom: 10px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-OZvnc7_F20 { display: flex;align-items: center;justify-content: center;flex-direction: column;height: 100%;width: 100%;margin-bottom: 0px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-OZvnc7_F20 { display: flex;align-items: center;justify-content: center;flex-direction: column;height: 100%;width: 100%; } } @media (min-width: 1200px) { .gp-component-id-OZvnc7_F20 { display: flex;align-items: center;justify-content: center;flex-direction: column;height: 100%;width: 100%; } } .gp-component-id-ktXUwkUM1t { padding-left: 8px;width: 100%;padding-right: 8px;flex-grow: 0;flex-shrink: 0;flex-basis: auto; } @media (max-width: 639px) { .gp-component-id-ktXUwkUM1t { padding-left: 8px;width: 100%;padding-right: 8px;flex-grow: 0;flex-shrink: 0;flex-basis: auto; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-ktXUwkUM1t { padding-left: 8px;width: 100%;padding-right: 8px;flex-grow: 0;flex-shrink: 0;flex-basis: auto; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-ktXUwkUM1t { padding-left: 8px;width: 25%;padding-right: 8px;flex-grow: 0;flex-shrink: 0;flex-basis: auto; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-ktXUwkUM1t { padding-left: 8px;width: 25%;padding-right: 8px;flex-grow: 0;flex-shrink: 0;flex-basis: auto; } } @media (min-width: 1200px) { .gp-component-id-ktXUwkUM1t { padding-left: 8px;width: 25%;padding-right: 8px;flex-grow: 0;flex-shrink: 0;flex-basis: auto; } } .gp-component-id-IRUOgYHs0 { line-height: 1;display: inline-block; } @media (max-width: 639px) { .gp-component-id-IRUOgYHs0 { line-height: 1;display: inline-block;font-size: 50px !important;color: rgb(49, 74, 135); } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-IRUOgYHs0 { line-height: 1;display: inline-block;font-size: 50px !important;color: rgb(49, 74, 135); } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-IRUOgYHs0 { line-height: 1;display: inline-block;font-size: 50px !important;color: rgb(49, 74, 135); } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-IRUOgYHs0 { line-height: 1;display: inline-block;font-size: 50px !important;color: rgb(49, 74, 135); } } @media (min-width: 1200px) { .gp-component-id-IRUOgYHs0 { line-height: 1;display: inline-block;font-size: 50px !important;color: rgb(49, 74, 135); } } @media (max-width: 639px) { .gp-component-id-HvMTEFJtLu { display: flex;align-items: center;justify-content: center;flex-direction: column;height: 100%;width: 100%;margin-bottom: 10px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-HvMTEFJtLu { display: flex;align-items: center;justify-content: center;flex-direction: column;height: 100%;width: 100%;margin-bottom: 10px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-HvMTEFJtLu { display: flex;align-items: center;justify-content: center;flex-direction: column;height: 100%;width: 100%;margin-bottom: 0px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-HvMTEFJtLu { display: flex;align-items: center;justify-content: center;flex-direction: column;height: 100%;width: 100%; } } @media (min-width: 1200px) { .gp-component-id-HvMTEFJtLu { display: flex;align-items: center;justify-content: center;flex-direction: column;height: 100%;width: 100%; } } .gp-component-id-bn7RmE9Y0C { padding-left: 8px;width: 100%;padding-right: 8px;flex-grow: 0;flex-shrink: 0;flex-basis: auto; } @media (max-width: 639px) { .gp-component-id-bn7RmE9Y0C { padding-left: 8px;width: 100%;padding-right: 8px;flex-grow: 0;flex-shrink: 0;flex-basis: auto; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-bn7RmE9Y0C { padding-left: 8px;width: 100%;padding-right: 8px;flex-grow: 0;flex-shrink: 0;flex-basis: auto; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-bn7RmE9Y0C { padding-left: 8px;width: 25%;padding-right: 8px;flex-grow: 0;flex-shrink: 0;flex-basis: auto; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-bn7RmE9Y0C { padding-left: 8px;width: 25%;padding-right: 8px;flex-grow: 0;flex-shrink: 0;flex-basis: auto; } } @media (min-width: 1200px) { .gp-component-id-bn7RmE9Y0C { padding-left: 8px;width: 25%;padding-right: 8px;flex-grow: 0;flex-shrink: 0;flex-basis: auto; } } .gp-component-id-Si9CzFuYK { margin-left: -8px;margin-right: -8px;flex-wrap: wrap; } @media (max-width: 639px) { .gp-component-id-Si9CzFuYK { margin-left: -8px;margin-right: -8px;flex-wrap: wrap; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-Si9CzFuYK { margin-left: -8px;margin-right: -8px;flex-wrap: wrap; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-Si9CzFuYK { margin-left: -8px;margin-right: -8px;flex-wrap: wrap;display: flex; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-Si9CzFuYK { margin-left: -8px;margin-right: -8px;flex-wrap: wrap;display: flex; } } @media (min-width: 1200px) { .gp-component-id-Si9CzFuYK { margin-left: -8px;margin-right: -8px;flex-wrap: wrap;display: flex; } } @media (max-width: 639px) { .gp-component-id-8HYom9zUR { width: 100%;padding-right: 0px;padding-left: 0px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-8HYom9zUR { width: 100%;padding-right: 0px;padding-left: 0px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-8HYom9zUR { width: 40%;padding-right: 0px;padding-left: 0px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-8HYom9zUR { width: 35%;padding-right: 0px;padding-left: 0px; } } @media (min-width: 1200px) { .gp-component-id-8HYom9zUR { width: 35%;padding-right: 0px;padding-left: 0px; } } .gp-component-id-XGKvWyhSKy { overflow-wrap: break-word; } @media (max-width: 639px) { .gp-component-id-XGKvWyhSKy { overflow-wrap: break-word; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-XGKvWyhSKy { overflow-wrap: break-word; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-XGKvWyhSKy { overflow-wrap: break-word; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-XGKvWyhSKy { overflow-wrap: break-word; } } @media (min-width: 1200px) { .gp-component-id-XGKvWyhSKy { overflow-wrap: break-word; } } .gp-component-id-5lfIZMPmzq { font-weight: bolder;overflow-wrap: break-word;color: rgb(45, 130, 48); } @media (max-width: 639px) { .gp-component-id-5lfIZMPmzq { font-weight: bolder;overflow-wrap: break-word;color: rgb(45, 130, 48); } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-5lfIZMPmzq { font-weight: bolder;overflow-wrap: break-word;color: rgb(45, 130, 48); } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-5lfIZMPmzq { font-weight: bolder;overflow-wrap: break-word;color: rgb(45, 130, 48); } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-5lfIZMPmzq { font-weight: bolder;overflow-wrap: break-word;color: rgb(45, 130, 48); } } @media (min-width: 1200px) { .gp-component-id-5lfIZMPmzq { font-weight: bolder;overflow-wrap: break-word;color: rgb(45, 130, 48); } } .gp-component-id-6QKdNaRoC { 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-6QKdNaRoC { margin-left: 0px;margin-bottom: 40px;margin-right: 0px;margin-top: 0px;overflow-wrap: break-word;font-weight: 700 !important;font-size: 30px !important;text-align: center; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-6QKdNaRoC { margin-left: 0px;margin-bottom: 40px;margin-right: 0px;margin-top: 0px;overflow-wrap: break-word;font-weight: 700 !important;font-size: 30px !important;text-align: center; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-6QKdNaRoC { margin-left: 0px;margin-bottom: 40px;margin-right: 0px;margin-top: 0px;overflow-wrap: break-word;font-weight: 700 !important;font-size: 30px !important;text-align: center; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-6QKdNaRoC { margin-left: 0px;margin-bottom: 40px;margin-right: 0px;margin-top: 0px;overflow-wrap: break-word;font-weight: 700 !important;font-size: 30px !important;text-align: center; } } @media (min-width: 1200px) { .gp-component-id-6QKdNaRoC { margin-left: 0px;margin-bottom: 40px;margin-right: 0px;margin-top: 0px;overflow-wrap: break-word;font-weight: 700 !important;font-size: 30px !important;text-align: center; } } .gp-component-id-GGDTpS10HP { flex-direction: column;display: flex; } @media (max-width: 639px) { .gp-component-id-GGDTpS10HP { flex-direction: column;display: flex; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-GGDTpS10HP { flex-direction: column;display: flex; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-GGDTpS10HP { flex-direction: column;display: flex; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-GGDTpS10HP { flex-direction: column;display: flex; } } @media (min-width: 1200px) { .gp-component-id-GGDTpS10HP { flex-direction: column;display: flex; } } .gp-component-id-TarAHQBMJ5 { margin-top: 0px;margin-right: 0px;margin-bottom: 0px;margin-left: 0px;overflow-wrap: break-word;font-weight: inherit;font-size: inherit; } @media (max-width: 639px) { .gp-component-id-TarAHQBMJ5 { margin-top: 0px;margin-right: 0px;margin-bottom: 10px;margin-left: 0px;overflow-wrap: break-word;font-weight: 700 !important;font-size: 48px !important;cursor: text;box-sizing: border-box;text-align: center;color: rgb(0, 0, 0); } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-TarAHQBMJ5 { margin-top: 0px;margin-right: 0px;margin-bottom: 10px;margin-left: 0px;overflow-wrap: break-word;font-weight: 700 !important;font-size: 48px !important;cursor: text;box-sizing: border-box;text-align: center;color: rgb(0, 0, 0); } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-TarAHQBMJ5 { margin-top: 0px;margin-right: 0px;margin-bottom: 10px;margin-left: 0px;overflow-wrap: break-word;font-weight: 700 !important;font-size: 48px !important;cursor: text;box-sizing: border-box;text-align: center;color: rgb(0, 0, 0); } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-TarAHQBMJ5 { margin-top: 0px;margin-right: 0px;margin-bottom: 10px;margin-left: 0px;overflow-wrap: break-word;font-weight: 700 !important;font-size: 48px !important;cursor: text;box-sizing: border-box;text-align: center;color: rgb(0, 0, 0); } } @media (min-width: 1200px) { .gp-component-id-TarAHQBMJ5 { margin-top: 0px;margin-right: 0px;margin-bottom: 10px;margin-left: 0px;overflow-wrap: break-word;font-weight: 700 !important;font-size: 48px !important;cursor: text;box-sizing: border-box;text-align: center;color: rgb(0, 0, 0); } } .gp-component-id-6Cd0sRaeo3 { flex-direction: column;display: flex; } @media (max-width: 639px) { .gp-component-id-6Cd0sRaeo3 { flex-direction: column;display: flex; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-6Cd0sRaeo3 { flex-direction: column;display: flex; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-6Cd0sRaeo3 { flex-direction: column;display: flex; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-6Cd0sRaeo3 { flex-direction: column;display: flex; } } @media (min-width: 1200px) { .gp-component-id-6Cd0sRaeo3 { flex-direction: column;display: flex; } } .gp-component-id-L0LjhnztKX { flex-direction: column;display: flex; } @media (max-width: 639px) { .gp-component-id-L0LjhnztKX { flex-direction: column;display: flex; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-L0LjhnztKX { flex-direction: column;display: flex; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-L0LjhnztKX { flex-direction: column;display: flex; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-L0LjhnztKX { flex-direction: column;display: flex; } } @media (min-width: 1200px) { .gp-component-id-L0LjhnztKX { flex-direction: column;display: flex; } } @media (max-width: 639px) { .gp-component-id-haozeieiy9 { background-position-x: 50%;background-position-y: 50%;display: flex;align-items: center;justify-content: center;flex-direction: column;width: 100%;padding-bottom: 25px;padding-top: 25px;padding-right: 10px;padding-left: 10px;background-color: rgb(255, 255, 255);border-bottom-color: rgb(217, 217, 217);border-top-color: rgb(217, 217, 217);border-right-color: rgb(217, 217, 217);border-left-color: rgb(217, 217, 217);border-bottom-width: 1px;border-top-width: 1px;border-right-width: 1px;border-left-width: 1px;border-bottom-style: solid;border-top-style: solid;border-right-style: solid;border-left-style: solid;border-bottom-right-radius: 0px;border-bottom-left-radius: 0px;border-top-right-radius: 0px;border-top-left-radius: 0px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-haozeieiy9 { background-position-x: 50%;background-position-y: 50%;display: flex;align-items: center;justify-content: center;flex-direction: column;width: 100%;padding-bottom: 30px;padding-top: 30px;padding-right: 30px;padding-left: 30px;background-color: rgb(255, 255, 255);border-bottom-color: rgb(217, 217, 217);border-top-color: rgb(217, 217, 217);border-right-color: rgb(217, 217, 217);border-left-color: rgb(217, 217, 217);border-bottom-width: 1px;border-top-width: 1px;border-right-width: 1px;border-left-width: 1px;border-bottom-style: solid;border-top-style: solid;border-right-style: solid;border-left-style: solid;border-bottom-right-radius: 0px;border-bottom-left-radius: 0px;border-top-right-radius: 0px;border-top-left-radius: 0px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-haozeieiy9 { background-position-x: 50%;background-position-y: 50%;display: flex;align-items: center;justify-content: center;flex-direction: column;width: 100%;padding-bottom: 40px;padding-top: 40px;padding-right: 40px;padding-left: 40px;background-color: rgb(255, 255, 255);border-bottom-color: rgb(217, 217, 217);border-top-color: rgb(217, 217, 217);border-right-color: rgb(217, 217, 217);border-left-color: rgb(217, 217, 217);border-bottom-width: 1px;border-top-width: 1px;border-right-width: 1px;border-left-width: 1px;border-bottom-style: solid;border-top-style: solid;border-right-style: solid;border-left-style: solid;border-bottom-right-radius: 0px;border-bottom-left-radius: 0px;border-top-right-radius: 0px;border-top-left-radius: 0px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-haozeieiy9 { background-position-x: 50%;background-position-y: 50%;display: flex;align-items: center;justify-content: center;flex-direction: column;width: 100%;padding-bottom: 40px;padding-top: 40px;padding-right: 40px;padding-left: 40px;background-color: rgb(255, 255, 255);border-bottom-color: rgb(217, 217, 217);border-top-color: rgb(217, 217, 217);border-right-color: rgb(217, 217, 217);border-left-color: rgb(217, 217, 217);border-bottom-width: 1px;border-top-width: 1px;border-right-width: 1px;border-left-width: 1px;border-bottom-style: solid;border-top-style: solid;border-right-style: solid;border-left-style: solid;border-bottom-right-radius: 0px;border-bottom-left-radius: 0px;border-top-right-radius: 0px;border-top-left-radius: 0px; } } @media (min-width: 1200px) { .gp-component-id-haozeieiy9 { background-position-x: 50%;background-position-y: 50%;display: flex;align-items: center;justify-content: center;flex-direction: column;width: 100%;padding-bottom: 80px;padding-top: 80px;padding-right: 90px;padding-left: 90px;background-size: cover;background-color: rgb(255, 255, 255);border-bottom-color: rgb(217, 217, 217);border-top-color: rgb(217, 217, 217);border-right-color: rgb(217, 217, 217);border-left-color: rgb(217, 217, 217);border-bottom-width: 1px;border-top-width: 1px;border-right-width: 1px;border-left-width: 1px;border-bottom-style: solid;border-top-style: solid;border-right-style: solid;border-left-style: solid;border-bottom-right-radius: 0px;border-bottom-left-radius: 0px;border-top-right-radius: 0px;border-top-left-radius: 0px; } } @media (max-width: 639px) { .gp-component-id-OyhbneOqK2 { background-position-x: 50%;background-position-y: 50%;display: flex;align-items: center;justify-content: center;flex-direction: column;width: 100%;padding-right: 0px;padding-left: 0px;background-size: cover; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-OyhbneOqK2 { background-position-x: 50%;background-position-y: 50%;display: flex;align-items: center;justify-content: center;flex-direction: column;width: 100%;padding-right: 0px;padding-left: 0px;background-size: cover; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-OyhbneOqK2 { background-position-x: 50%;background-position-y: 50%;display: flex;align-items: center;justify-content: center;flex-direction: column;width: 100%;padding-right: 0px;padding-left: 0px;background-size: cover; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-OyhbneOqK2 { background-position-x: 50%;background-position-y: 50%;display: flex;align-items: center;justify-content: center;flex-direction: column;width: 100%;padding-right: 0px;padding-left: 0px;background-size: cover; } } @media (min-width: 1200px) { .gp-component-id-OyhbneOqK2 { background-position-x: 50%;background-position-y: 50%;display: flex;align-items: center;justify-content: center;flex-direction: column;width: 100%;padding-right: 0px;padding-left: 0px;background-size: cover; } } .gp-component-id-B8XA1StY2g { padding-left: 8px;width: 100%;padding-right: 8px; } @media (max-width: 639px) { .gp-component-id-B8XA1StY2g { padding-left: 8px;width: 100%;padding-right: 8px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-B8XA1StY2g { padding-left: 8px;width: 100%;padding-right: 8px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-B8XA1StY2g { padding-left: 8px;width: 100%;padding-right: 8px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-B8XA1StY2g { padding-left: 8px;width: 100%;padding-right: 8px; } } @media (min-width: 1200px) { .gp-component-id-B8XA1StY2g { padding-left: 8px;width: 100%;padding-right: 8px; } } .gp-component-id-xH0uNDonO0 { margin-left: -8px;margin-right: -8px; } @media (max-width: 639px) { .gp-component-id-xH0uNDonO0 { margin-left: -8px;margin-right: -8px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-xH0uNDonO0 { margin-left: -8px;margin-right: -8px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-xH0uNDonO0 { margin-left: -8px;margin-right: -8px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-xH0uNDonO0 { margin-left: -8px;margin-right: -8px; } } @media (min-width: 1200px) { .gp-component-id-xH0uNDonO0 { margin-left: -8px;margin-right: -8px; } } @media (max-width: 639px) { .gp-component-id-KS6LGvz1tl { width: 100%;padding-right: 0px;padding-left: 0px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-KS6LGvz1tl { width: 100%;padding-right: 0px;padding-left: 0px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-KS6LGvz1tl { width: 100%;padding-right: 0px;padding-left: 0px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-KS6LGvz1tl { width: 100%;padding-right: 0px;padding-left: 0px; } } @media (min-width: 1200px) { .gp-component-id-KS6LGvz1tl { width: 100%;padding-right: 0px;padding-left: 0px; } } .gp-component-id-63t0MObOMm { z-index: 15;position: relative; } @media (max-width: 639px) { .gp-component-id-63t0MObOMm { z-index: 15;position: relative;width: 100%;padding-bottom: 0px;padding-top: 0px;padding-right: 15px;padding-left: 15px;margin-right: auto;margin-left: auto;border-bottom-width: 0px;border-right-width: 0px;border-left-width: 0px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-63t0MObOMm { z-index: 15;position: relative;max-width: 640px;width: 100%;padding-bottom: 0px;padding-top: 0px;padding-right: 15px;padding-left: 15px;margin-right: auto;margin-left: auto;border-bottom-width: 0px;border-right-width: 0px;border-left-width: 0px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-63t0MObOMm { z-index: 15;position: relative;max-width: 768px;width: 100%;padding-bottom: 0px;padding-top: 0px;padding-right: 15px;padding-left: 15px;margin-right: auto;margin-left: auto;border-bottom-width: 0px;border-right-width: 0px;border-left-width: 0px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-63t0MObOMm { z-index: 15;position: relative;max-width: 992px;width: 100%;padding-bottom: 0px;padding-top: 0px;padding-right: 15px;padding-left: 15px;margin-right: auto;margin-left: auto;border-bottom-width: 0px;border-right-width: 0px;border-left-width: 0px; } } @media (min-width: 1200px) { .gp-component-id-63t0MObOMm { z-index: 15;position: relative;max-width: 1200px;width: 100%;padding-bottom: 0px;padding-top: 0px;padding-right: 0px;padding-left: 0px;margin-right: auto;margin-left: auto;border-bottom-width: 0px;border-right-width: 0px;border-left-width: 0px; } } .gp-component-id-af6zZbNOE { min-height: 50px;position: relative;z-index: auto; } @media (max-width: 639px) { .gp-component-id-af6zZbNOE { min-height: 50px;position: relative;z-index: auto !important;padding-bottom: 25px;padding-top: 25px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-af6zZbNOE { min-height: 50px;position: relative;z-index: auto !important;padding-bottom: 50px;padding-top: 50px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-af6zZbNOE { min-height: 50px;position: relative;z-index: auto !important;padding-bottom: 50px;padding-top: 50px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-af6zZbNOE { min-height: 50px;position: relative;z-index: auto !important;padding-bottom: 50px;padding-top: 50px; } } @media (min-width: 1200px) { .gp-component-id-af6zZbNOE { min-height: 50px;position: relative;z-index: auto !important;padding-bottom: 50px;padding-top: 50px;background-size: cover; } } .gp-component-id-or1KD9cirT { flex-direction: column;display: flex; } @media (max-width: 639px) { .gp-component-id-or1KD9cirT { flex-direction: column;display: flex; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-or1KD9cirT { flex-direction: column;display: flex; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-or1KD9cirT { flex-direction: column;display: flex; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-or1KD9cirT { flex-direction: column;display: flex; } } @media (min-width: 1200px) { .gp-component-id-or1KD9cirT { flex-direction: column;display: flex; } } .gp-component-id-PXNj1sq7gm { 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-PXNj1sq7gm { margin-left: 0px;margin-bottom: 10px;margin-right: 0px;margin-top: 0px;overflow-wrap: break-word;font-weight: 700 !important;font-size: 30px !important;text-align: center; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-PXNj1sq7gm { margin-left: 0px;margin-bottom: 10px;margin-right: 0px;margin-top: 0px;overflow-wrap: break-word;font-weight: 700 !important;font-size: 30px !important;text-align: center; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-PXNj1sq7gm { margin-left: 0px;margin-bottom: 10px;margin-right: 0px;margin-top: 0px;overflow-wrap: break-word;font-weight: 700 !important;font-size: 30px !important;text-align: center; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-PXNj1sq7gm { margin-left: 0px;margin-bottom: 10px;margin-right: 0px;margin-top: 0px;overflow-wrap: break-word;font-weight: 700 !important;font-size: 30px !important;text-align: center; } } @media (min-width: 1200px) { .gp-component-id-PXNj1sq7gm { margin-left: 0px;margin-bottom: 10px;margin-right: 0px;margin-top: 0px;overflow-wrap: break-word;font-weight: 700 !important;font-size: 30px !important;text-align: center; } } .gp-component-id-90rI2sXhW { flex-direction: column;display: flex;overflow-wrap: break-word; } @media (max-width: 639px) { .gp-component-id-90rI2sXhW { flex-direction: column;display: flex;overflow-wrap: break-word; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-90rI2sXhW { flex-direction: column;display: flex;overflow-wrap: break-word; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-90rI2sXhW { flex-direction: column;display: flex;overflow-wrap: break-word; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-90rI2sXhW { flex-direction: column;display: flex;overflow-wrap: break-word; } } @media (min-width: 1200px) { .gp-component-id-90rI2sXhW { flex-direction: column;display: flex;overflow-wrap: break-word; } } .gp-component-id-4o0AuO0qZ { flex-direction: column;display: flex; } @media (max-width: 639px) { .gp-component-id-4o0AuO0qZ { flex-direction: column;display: flex; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-4o0AuO0qZ { flex-direction: column;display: flex; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-4o0AuO0qZ { flex-direction: column;display: flex; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-4o0AuO0qZ { flex-direction: column;display: flex; } } @media (min-width: 1200px) { .gp-component-id-4o0AuO0qZ { flex-direction: column;display: flex; } } .gp-component-id-IjA8mUlxI5 { flex-direction: column;display: flex; } @media (max-width: 639px) { .gp-component-id-IjA8mUlxI5 { flex-direction: column;display: flex; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-IjA8mUlxI5 { flex-direction: column;display: flex; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-IjA8mUlxI5 { flex-direction: column;display: flex; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-IjA8mUlxI5 { flex-direction: column;display: flex; } } @media (min-width: 1200px) { .gp-component-id-IjA8mUlxI5 { flex-direction: column;display: flex; } } @media (max-width: 639px) { .gp-component-id-Ng2jAd48NX { background-position-x: 50%;background-position-y: 50%;display: flex;align-items: center;justify-content: center;flex-direction: column;width: 100%;padding-bottom: 40px;padding-top: 40px;padding-right: 10px;padding-left: 10px;background-color: rgb(255, 255, 255);border-bottom-color: rgb(217, 217, 217);border-top-color: rgb(217, 217, 217);border-right-color: rgb(217, 217, 217);border-left-color: rgb(217, 217, 217);border-bottom-width: 1px;border-top-width: 1px;border-right-width: 1px;border-left-width: 1px;border-bottom-style: solid;border-top-style: solid;border-right-style: solid;border-left-style: solid;border-bottom-right-radius: 0px;border-bottom-left-radius: 0px;border-top-right-radius: 0px;border-top-left-radius: 0px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-Ng2jAd48NX { background-position-x: 50%;background-position-y: 50%;display: flex;align-items: center;justify-content: center;flex-direction: column;width: 100%;padding-bottom: 50px;padding-top: 50px;padding-right: 30px;padding-left: 30px;background-color: rgb(255, 255, 255);border-bottom-color: rgb(217, 217, 217);border-top-color: rgb(217, 217, 217);border-right-color: rgb(217, 217, 217);border-left-color: rgb(217, 217, 217);border-bottom-width: 1px;border-top-width: 1px;border-right-width: 1px;border-left-width: 1px;border-bottom-style: solid;border-top-style: solid;border-right-style: solid;border-left-style: solid;border-bottom-right-radius: 0px;border-bottom-left-radius: 0px;border-top-right-radius: 0px;border-top-left-radius: 0px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-Ng2jAd48NX { background-position-x: 50%;background-position-y: 50%;display: flex;align-items: center;justify-content: center;flex-direction: column;width: 100%;padding-bottom: 50px;padding-top: 50px;padding-right: 40px;padding-left: 40px;background-color: rgb(255, 255, 255);border-bottom-color: rgb(217, 217, 217);border-top-color: rgb(217, 217, 217);border-right-color: rgb(217, 217, 217);border-left-color: rgb(217, 217, 217);border-bottom-width: 1px;border-top-width: 1px;border-right-width: 1px;border-left-width: 1px;border-bottom-style: solid;border-top-style: solid;border-right-style: solid;border-left-style: solid;border-bottom-right-radius: 0px;border-bottom-left-radius: 0px;border-top-right-radius: 0px;border-top-left-radius: 0px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-Ng2jAd48NX { background-position-x: 50%;background-position-y: 50%;display: flex;align-items: center;justify-content: center;flex-direction: column;width: 100%;padding-bottom: 50px;padding-top: 50px;padding-right: 40px;padding-left: 40px;background-color: rgb(255, 255, 255);border-bottom-color: rgb(217, 217, 217);border-top-color: rgb(217, 217, 217);border-right-color: rgb(217, 217, 217);border-left-color: rgb(217, 217, 217);border-bottom-width: 1px;border-top-width: 1px;border-right-width: 1px;border-left-width: 1px;border-bottom-style: solid;border-top-style: solid;border-right-style: solid;border-left-style: solid;border-bottom-right-radius: 0px;border-bottom-left-radius: 0px;border-top-right-radius: 0px;border-top-left-radius: 0px; } } @media (min-width: 1200px) { .gp-component-id-Ng2jAd48NX { background-position-x: 50%;background-position-y: 50%;display: flex;align-items: center;justify-content: center;flex-direction: column;width: 100%;padding-bottom: 80px;padding-top: 80px;padding-right: 90px;padding-left: 90px;background-size: cover;background-color: rgb(255, 255, 255);border-bottom-color: rgb(217, 217, 217);border-top-color: rgb(217, 217, 217);border-right-color: rgb(217, 217, 217);border-left-color: rgb(217, 217, 217);border-bottom-width: 1px;border-top-width: 1px;border-right-width: 1px;border-left-width: 1px;border-bottom-style: solid;border-top-style: solid;border-right-style: solid;border-left-style: solid;border-bottom-right-radius: 0px;border-bottom-left-radius: 0px;border-top-right-radius: 0px;border-top-left-radius: 0px; } } @media (max-width: 639px) { .gp-component-id-GvDaWdd7HO { background-size: cover;padding-left: 0px;padding-right: 0px;width: 100%;flex-direction: column;justify-content: center;align-items: center;display: flex;background-position-y: 50%;background-position-x: 50%; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-GvDaWdd7HO { background-size: cover;padding-left: 0px;padding-right: 0px;width: 100%;flex-direction: column;justify-content: center;align-items: center;display: flex;background-position-y: 50%;background-position-x: 50%; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-GvDaWdd7HO { background-size: cover;padding-left: 0px;padding-right: 0px;width: 100%;flex-direction: column;justify-content: center;align-items: center;display: flex;background-position-y: 50%;background-position-x: 50%; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-GvDaWdd7HO { background-size: cover;padding-left: 0px;padding-right: 0px;width: 100%;flex-direction: column;justify-content: center;align-items: center;display: flex;background-position-y: 50%;background-position-x: 50%; } } @media (min-width: 1200px) { .gp-component-id-GvDaWdd7HO { background-size: cover;padding-left: 0px;padding-right: 0px;width: 100%;flex-direction: column;justify-content: center;align-items: center;display: flex;background-position-y: 50%;background-position-x: 50%; } } .gp-component-id-dCQQDBrEl0 { padding-right: 8px;width: 100%;padding-left: 8px; } @media (max-width: 639px) { .gp-component-id-dCQQDBrEl0 { padding-right: 8px;width: 100%;padding-left: 8px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-dCQQDBrEl0 { padding-right: 8px;width: 100%;padding-left: 8px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-dCQQDBrEl0 { padding-right: 8px;width: 100%;padding-left: 8px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-dCQQDBrEl0 { padding-right: 8px;width: 100%;padding-left: 8px; } } @media (min-width: 1200px) { .gp-component-id-dCQQDBrEl0 { padding-right: 8px;width: 100%;padding-left: 8px; } } .gp-component-id-7_xWC50qF9 { margin-right: -8px;margin-left: -8px; } @media (max-width: 639px) { .gp-component-id-7_xWC50qF9 { margin-right: -8px;margin-left: -8px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-7_xWC50qF9 { margin-right: -8px;margin-left: -8px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-7_xWC50qF9 { margin-right: -8px;margin-left: -8px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-7_xWC50qF9 { margin-right: -8px;margin-left: -8px; } } @media (min-width: 1200px) { .gp-component-id-7_xWC50qF9 { margin-right: -8px;margin-left: -8px; } } @media (max-width: 639px) { .gp-component-id-TQm4RxIBjz { padding-left: 0px;padding-right: 0px;width: 100%; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-TQm4RxIBjz { padding-left: 0px;padding-right: 0px;width: 100%; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-TQm4RxIBjz { padding-left: 0px;padding-right: 0px;width: 100%; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-TQm4RxIBjz { padding-left: 0px;padding-right: 0px;width: 100%; } } @media (min-width: 1200px) { .gp-component-id-TQm4RxIBjz { padding-left: 0px;padding-right: 0px;width: 100%; } } .gp-component-id-_IsgTL2Jby { z-index: 15;position: relative; } @media (max-width: 639px) { .gp-component-id-_IsgTL2Jby { z-index: 15;position: relative;width: 100%;padding-bottom: 0px;padding-top: 0px;padding-right: 15px;padding-left: 15px;margin-right: auto;margin-left: auto;border-bottom-width: 0px;border-right-width: 0px;border-left-width: 0px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-_IsgTL2Jby { z-index: 15;position: relative;max-width: 640px;width: 100%;padding-bottom: 0px;padding-top: 0px;padding-right: 15px;padding-left: 15px;margin-right: auto;margin-left: auto;border-bottom-width: 0px;border-right-width: 0px;border-left-width: 0px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-_IsgTL2Jby { z-index: 15;position: relative;max-width: 768px;width: 100%;padding-bottom: 0px;padding-top: 0px;padding-right: 15px;padding-left: 15px;margin-right: auto;margin-left: auto;border-bottom-width: 0px;border-right-width: 0px;border-left-width: 0px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-_IsgTL2Jby { z-index: 15;position: relative;max-width: 1200px;width: 100%;padding-bottom: 0px;padding-top: 0px;padding-right: 15px;padding-left: 15px;margin-right: auto;margin-left: auto;border-bottom-width: 0px;border-right-width: 0px;border-left-width: 0px; } } @media (min-width: 1200px) { .gp-component-id-_IsgTL2Jby { z-index: 15;position: relative;max-width: 1200px;width: 100%;padding-bottom: 0px;padding-top: 0px;padding-right: 0px;padding-left: 0px;margin-right: auto;margin-left: auto;border-bottom-width: 0px;border-right-width: 0px;border-left-width: 0px; } } .gp-component-id-160zkl_3IN { min-height: 50px;position: relative;z-index: auto; } @media (max-width: 639px) { .gp-component-id-160zkl_3IN { min-height: 50px;position: relative;z-index: auto !important;padding-bottom: 40px;padding-top: 40px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-160zkl_3IN { min-height: 50px;position: relative;z-index: auto !important;padding-bottom: 50px;padding-top: 50px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-160zkl_3IN { min-height: 50px;position: relative;z-index: auto !important;padding-bottom: 50px;padding-top: 50px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-160zkl_3IN { min-height: 50px;position: relative;z-index: auto !important;padding-bottom: 50px;padding-top: 50px; } } @media (min-width: 1200px) { .gp-component-id-160zkl_3IN { min-height: 50px;position: relative;z-index: auto !important;padding-bottom: 80px;padding-top: 80px;background-size: cover; } } .gp-component-id-KNLafwNAKF { 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-KNLafwNAKF { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 16px;overflow-wrap: break-word;font-weight: 400;font-size: 16px;box-sizing: border-box;cursor: text;opacity: 0.5;font-family: Lato, sans-serif;text-align: center;color: rgb(255, 255, 255); } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-KNLafwNAKF { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 16px;overflow-wrap: break-word;font-weight: 400;font-size: 16px;box-sizing: border-box;cursor: text;opacity: 0.5;font-family: Lato, sans-serif;text-align: center;color: rgb(255, 255, 255); } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-KNLafwNAKF { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 16px;overflow-wrap: break-word;font-weight: 400;font-size: 16px;box-sizing: border-box;cursor: text;opacity: 0.5;font-family: Lato, sans-serif;text-align: center;color: rgb(255, 255, 255); } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-KNLafwNAKF { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 16px;overflow-wrap: break-word;font-weight: 400;font-size: 16px;box-sizing: border-box;cursor: text;opacity: 0.5;font-family: Lato, sans-serif;text-align: center;color: rgb(255, 255, 255); } } @media (min-width: 1200px) { .gp-component-id-KNLafwNAKF { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 16px;overflow-wrap: break-word;font-weight: 400;font-size: 16px;box-sizing: border-box;cursor: text;opacity: 0.5;font-family: Lato, sans-serif;text-align: center;color: rgb(255, 255, 255); } } .gp-component-id-oADkkqfzt4 { flex-direction: column;display: flex; } @media (max-width: 639px) { .gp-component-id-oADkkqfzt4 { flex-direction: column;display: flex; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-oADkkqfzt4 { flex-direction: column;display: flex; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-oADkkqfzt4 { flex-direction: column;display: flex; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-oADkkqfzt4 { flex-direction: column;display: flex; } } @media (min-width: 1200px) { .gp-component-id-oADkkqfzt4 { flex-direction: column;display: flex; } } @media (max-width: 639px) { .gp-component-id-9JmdNstwXA[data-gp-component] { border-left-style: solid;border-right-style: solid;border-top-style: solid;border-bottom-style: solid;height: auto;max-width: 25%;justify-content: flex-start;align-items: flex-start;display: inline-flex;object-position: center center;object-fit: cover; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-9JmdNstwXA[data-gp-component] { border-left-style: solid;border-right-style: solid;border-top-style: solid;border-bottom-style: solid;height: auto;max-width: 25%;justify-content: flex-start;align-items: flex-start;display: inline-flex;object-position: center center;object-fit: cover; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-9JmdNstwXA[data-gp-component] { border-left-style: solid;border-right-style: solid;border-top-style: solid;border-bottom-style: solid;height: auto;max-width: 25%;justify-content: flex-start;align-items: flex-start;display: inline-flex;object-position: center center;object-fit: cover; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-9JmdNstwXA[data-gp-component] { border-left-style: solid;border-right-style: solid;border-top-style: solid;border-bottom-style: solid;height: auto;max-width: 25%;justify-content: flex-start;align-items: flex-start;display: inline-flex;object-position: center center;object-fit: cover; } } @media (min-width: 1200px) { .gp-component-id-9JmdNstwXA[data-gp-component] { border-left-style: solid;border-right-style: solid;border-top-style: solid;border-bottom-style: solid;height: auto;max-width: 25%;justify-content: flex-start;align-items: flex-start;display: inline-flex;object-position: center center;object-fit: cover; } } .gp-component-id-nj0SYacEUL { z-index: 15;position: relative;display: flex;align-items: center;flex-direction: column;width: 100%;margin-right: auto;margin-left: auto; } @media (max-width: 639px) { .gp-component-id-nj0SYacEUL { z-index: 15;position: relative;display: flex;align-items: center;flex-direction: column;width: 100%;margin-right: auto;margin-left: auto; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-nj0SYacEUL { z-index: 15;position: relative;display: flex;align-items: center;flex-direction: column;width: 100%;margin-right: auto;margin-left: auto;max-width: 640px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-nj0SYacEUL { z-index: 15;position: relative;display: flex;align-items: center;flex-direction: column;width: 100%;margin-right: auto;margin-left: auto;max-width: 768px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-nj0SYacEUL { z-index: 15;position: relative;display: flex;align-items: center;flex-direction: column;width: 100%;margin-right: auto;margin-left: auto;max-width: 992px; } } @media (min-width: 1200px) { .gp-component-id-nj0SYacEUL { z-index: 15;position: relative;display: flex;align-items: center;flex-direction: column;width: 100%;margin-right: auto;margin-left: auto;max-width: 992px; } } .gp-component-id-jeLTipzni { min-height: 50px;position: relative;z-index: auto; } @media (max-width: 639px) { .gp-component-id-jeLTipzni { min-height: 50px;position: relative;z-index: auto;padding-bottom: 48px;padding-top: 48px;padding-right: 40px;padding-left: 40px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-jeLTipzni { min-height: 50px;position: relative;z-index: auto;padding-bottom: 48px;padding-top: 48px;padding-right: 40px;padding-left: 40px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-jeLTipzni { min-height: 50px;position: relative;z-index: auto;padding-bottom: 48px;padding-top: 48px;padding-right: 40px;padding-left: 40px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-jeLTipzni { min-height: 50px;position: relative;z-index: auto;padding-bottom: 48px;padding-top: 48px;padding-right: 40px;padding-left: 40px; } } @media (min-width: 1200px) { .gp-component-id-jeLTipzni { min-height: 50px;position: relative;z-index: auto;padding-bottom: 48px;padding-top: 48px;padding-right: 40px;padding-left: 40px; } } @media (max-width: 639px) { .gp-component-id-WV5qNI73YZ[data-gp-component] { width: 25%; justify-content: flex-start; align-items: flex-start; display: inline-flex; animation-duration: 1s; animation-fill-mode: both; object-position: center center; object-fit: cover; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-WV5qNI73YZ[data-gp-component] { width: 25%; justify-content: flex-start; align-items: flex-start; display: inline-flex; animation-duration: 1s; animation-fill-mode: both; object-position: center center; object-fit: cover; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-WV5qNI73YZ[data-gp-component] { width: 25%; justify-content: flex-start; align-items: flex-start; display: inline-flex; animation-duration: 1s; animation-fill-mode: both; object-position: center center; object-fit: cover; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-WV5qNI73YZ[data-gp-component] { width: 25%; justify-content: flex-start; align-items: flex-start; display: inline-flex; animation-duration: 1s; animation-fill-mode: both; object-position: center center; object-fit: cover; } } @media (min-width: 1200px) { .gp-component-id-WV5qNI73YZ[data-gp-component] { width: 25%; justify-content: flex-start; align-items: flex-start; display: inline-flex; animation-duration: 1s; animation-fill-mode: both; object-position: center center; object-fit: cover; } } .gp-component-id-dJ8B1xtkHA { display: flex; align-items: center; flex-direction: column; width: 100%; margin-right: auto; margin-left: auto; } @media (max-width: 639px) { .gp-component-id-dJ8B1xtkHA { display: flex; align-items: center; flex-direction: column; width: 100%; margin-right: auto; margin-left: auto; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-dJ8B1xtkHA { display: flex; align-items: center; flex-direction: column; width: 100%; margin-right: auto; margin-left: auto; max-width: 640px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-dJ8B1xtkHA { display: flex; align-items: center; flex-direction: column; width: 100%; margin-right: auto; margin-left: auto; max-width: 768px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-dJ8B1xtkHA { display: flex; align-items: center; flex-direction: column; width: 100%; margin-right: auto; margin-left: auto; max-width: 992px; } } @media (min-width: 1200px) { .gp-component-id-dJ8B1xtkHA { display: flex; align-items: center; flex-direction: column; width: 100%; margin-right: auto; margin-left: auto; max-width: 1200px; } }
