
/* ==================================================== 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; }
} *{} /*endBaseStyles*/ #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-sw8MNr0g8Fw { background-color: transparent;cursor: pointer;color: rgb(1, 119, 84);text-decoration-line: none;text-decoration-thickness: initial;text-decoration-style: initial;text-decoration-color: initial;font-weight: 600; } @media (max-width: 639px) { .gp-component-id-sw8MNr0g8Fw { background-color: transparent;cursor: pointer;color: rgb(1, 119, 84);text-decoration-line: none;text-decoration-thickness: initial;text-decoration-style: initial;text-decoration-color: initial;font-weight: 600; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-sw8MNr0g8Fw { background-color: transparent;cursor: pointer;color: rgb(1, 119, 84);text-decoration-line: none;text-decoration-thickness: initial;text-decoration-style: initial;text-decoration-color: initial;font-weight: 600; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-sw8MNr0g8Fw { background-color: transparent;cursor: pointer;color: rgb(1, 119, 84);text-decoration-line: none;text-decoration-thickness: initial;text-decoration-style: initial;text-decoration-color: initial;font-weight: 600; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-sw8MNr0g8Fw { background-color: transparent;cursor: pointer;color: rgb(1, 119, 84);text-decoration-line: none;text-decoration-thickness: initial;text-decoration-style: initial;text-decoration-color: initial;font-weight: 600; } } @media (min-width: 1200px) { .gp-component-id-sw8MNr0g8Fw { background-color: transparent;cursor: pointer;color: rgb(1, 119, 84);text-decoration-line: none;text-decoration-thickness: initial;text-decoration-style: initial;text-decoration-color: initial;font-weight: 600; } } .gp-component-id-VXs_iGwHK2x { margin-top: 0px;margin-right: 0px;margin-bottom: 0px;margin-left: 0px;font-size: 12px;color: rgb(153, 153, 153); } @media (max-width: 639px) { .gp-component-id-VXs_iGwHK2x { margin-top: 0px;margin-right: 0px;margin-bottom: 0px;margin-left: 0px;font-size: 12px;color: rgb(153, 153, 153); } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-VXs_iGwHK2x { margin-top: 0px;margin-right: 0px;margin-bottom: 0px;margin-left: 0px;font-size: 12px;color: rgb(153, 153, 153); } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-VXs_iGwHK2x { margin-top: 0px;margin-right: 0px;margin-bottom: 0px;margin-left: 0px;font-size: 12px;color: rgb(153, 153, 153); } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-VXs_iGwHK2x { margin-top: 0px;margin-right: 0px;margin-bottom: 0px;margin-left: 0px;font-size: 12px;color: rgb(153, 153, 153); } } @media (min-width: 1200px) { .gp-component-id-VXs_iGwHK2x { margin-top: 0px;margin-right: 0px;margin-bottom: 0px;margin-left: 0px;font-size: 12px;color: rgb(153, 153, 153); } } .gp-component-id-TmWeAwGA8Pa { text-align: center;padding-top: 28px;padding-right: 24px;padding-bottom: 28px;padding-left: 24px;border-top-width: 1px;border-top-style: solid;border-top-color: rgba(1, 119, 84, 0.1); } @media (max-width: 639px) { .gp-component-id-TmWeAwGA8Pa { text-align: center;padding-top: 28px;padding-right: 24px;padding-bottom: 28px;padding-left: 24px;border-top-width: 1px;border-top-style: solid;border-top-color: rgba(1, 119, 84, 0.1); } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-TmWeAwGA8Pa { text-align: center;padding-top: 28px;padding-right: 24px;padding-bottom: 28px;padding-left: 24px;border-top-width: 1px;border-top-style: solid;border-top-color: rgba(1, 119, 84, 0.1); } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-TmWeAwGA8Pa { text-align: center;padding-top: 28px;padding-right: 24px;padding-bottom: 28px;padding-left: 24px;border-top-width: 1px;border-top-style: solid;border-top-color: rgba(1, 119, 84, 0.1); } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-TmWeAwGA8Pa { text-align: center;padding-top: 28px;padding-right: 24px;padding-bottom: 28px;padding-left: 24px;border-top-width: 1px;border-top-style: solid;border-top-color: rgba(1, 119, 84, 0.1); } } @media (min-width: 1200px) { .gp-component-id-TmWeAwGA8Pa { text-align: center;padding-top: 28px;padding-right: 24px;padding-bottom: 28px;padding-left: 24px;border-top-width: 1px;border-top-style: solid;border-top-color: rgba(1, 119, 84, 0.1); } } .gp-component-id-hoJ1n7ejs7y { cursor: pointer;display: inline-flex;align-items: center;row-gap: 10px;column-gap: 10px;background-image: initial;background-position-x: initial;background-position-y: initial;background-size: initial;background-repeat: initial;background-attachment: initial;background-origin: initial;background-clip: initial;background-color: rgb(255, 255, 255);color: rgb(1, 119, 84);font-family: Poppins, sans-serif;font-weight: 700;font-size: 14px;letter-spacing: 0.06em;text-transform: uppercase;padding-top: 18px;padding-right: 44px;padding-bottom: 18px;padding-left: 44px;border-top-left-radius: 8px;border-top-right-radius: 8px;border-bottom-right-radius: 8px;border-bottom-left-radius: 8px;text-decoration-line: none;text-decoration-thickness: initial;text-decoration-style: initial;text-decoration-color: initial;transition-behavior: normal;transition-duration: 0.25s;transition-timing-function: ease;transition-delay: 0s;transition-property: all; } .gp-component-id-hoJ1n7ejs7y:hover,.gp-component-id-hoJ1n7ejs7y.gp-hover { background-image: initial;background-position-x: initial;background-position-y: initial;background-size: initial;background-repeat: initial;background-attachment: initial;background-origin: initial;background-clip: initial;background-color: rgb(63, 253, 197);color: rgb(1, 46, 32); } @media (max-width: 639px) { .gp-component-id-hoJ1n7ejs7y { cursor: pointer;display: inline-flex;align-items: center;row-gap: 10px;column-gap: 10px;background-image: initial;background-position-x: initial;background-position-y: initial;background-size: initial;background-repeat: initial;background-attachment: initial;background-origin: initial;background-clip: initial;background-color: rgb(255, 255, 255);color: rgb(1, 119, 84);font-family: Poppins, sans-serif;font-weight: 700;font-size: 14px;letter-spacing: 0.06em;text-transform: uppercase;padding-top: 18px;padding-right: 44px;padding-bottom: 18px;padding-left: 44px;border-top-left-radius: 8px;border-top-right-radius: 8px;border-bottom-right-radius: 8px;border-bottom-left-radius: 8px;text-decoration-line: none;text-decoration-thickness: initial;text-decoration-style: initial;text-decoration-color: initial;transition-behavior: normal;transition-duration: 0.25s;transition-timing-function: ease;transition-delay: 0s;transition-property: all; } .gp-component-id-hoJ1n7ejs7y:hover,.gp-component-id-hoJ1n7ejs7y.gp-hover { background-image: initial;background-position-x: initial;background-position-y: initial;background-size: initial;background-repeat: initial;background-attachment: initial;background-origin: initial;background-clip: initial;background-color: rgb(63, 253, 197);color: rgb(1, 46, 32); } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-hoJ1n7ejs7y { cursor: pointer;display: inline-flex;align-items: center;row-gap: 10px;column-gap: 10px;background-image: initial;background-position-x: initial;background-position-y: initial;background-size: initial;background-repeat: initial;background-attachment: initial;background-origin: initial;background-clip: initial;background-color: rgb(255, 255, 255);color: rgb(1, 119, 84);font-family: Poppins, sans-serif;font-weight: 700;font-size: 14px;letter-spacing: 0.06em;text-transform: uppercase;padding-top: 18px;padding-right: 44px;padding-bottom: 18px;padding-left: 44px;border-top-left-radius: 8px;border-top-right-radius: 8px;border-bottom-right-radius: 8px;border-bottom-left-radius: 8px;text-decoration-line: none;text-decoration-thickness: initial;text-decoration-style: initial;text-decoration-color: initial;transition-behavior: normal;transition-duration: 0.25s;transition-timing-function: ease;transition-delay: 0s;transition-property: all; } .gp-component-id-hoJ1n7ejs7y:hover,.gp-component-id-hoJ1n7ejs7y.gp-hover { background-image: initial;background-position-x: initial;background-position-y: initial;background-size: initial;background-repeat: initial;background-attachment: initial;background-origin: initial;background-clip: initial;background-color: rgb(63, 253, 197);color: rgb(1, 46, 32); } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-hoJ1n7ejs7y { cursor: pointer;display: inline-flex;align-items: center;row-gap: 10px;column-gap: 10px;background-image: initial;background-position-x: initial;background-position-y: initial;background-size: initial;background-repeat: initial;background-attachment: initial;background-origin: initial;background-clip: initial;background-color: rgb(255, 255, 255);color: rgb(1, 119, 84);font-family: Poppins, sans-serif;font-weight: 700;font-size: 14px;letter-spacing: 0.06em;text-transform: uppercase;padding-top: 18px;padding-right: 44px;padding-bottom: 18px;padding-left: 44px;border-top-left-radius: 8px;border-top-right-radius: 8px;border-bottom-right-radius: 8px;border-bottom-left-radius: 8px;text-decoration-line: none;text-decoration-thickness: initial;text-decoration-style: initial;text-decoration-color: initial;transition-behavior: normal;transition-duration: 0.25s;transition-timing-function: ease;transition-delay: 0s;transition-property: all; } .gp-component-id-hoJ1n7ejs7y:hover,.gp-component-id-hoJ1n7ejs7y.gp-hover { background-image: initial;background-position-x: initial;background-position-y: initial;background-size: initial;background-repeat: initial;background-attachment: initial;background-origin: initial;background-clip: initial;background-color: rgb(63, 253, 197);color: rgb(1, 46, 32); } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-hoJ1n7ejs7y { cursor: pointer;display: inline-flex;align-items: center;row-gap: 10px;column-gap: 10px;background-image: initial;background-position-x: initial;background-position-y: initial;background-size: initial;background-repeat: initial;background-attachment: initial;background-origin: initial;background-clip: initial;background-color: rgb(255, 255, 255);color: rgb(1, 119, 84);font-family: Poppins, sans-serif;font-weight: 700;font-size: 14px;letter-spacing: 0.06em;text-transform: uppercase;padding-top: 18px;padding-right: 44px;padding-bottom: 18px;padding-left: 44px;border-top-left-radius: 8px;border-top-right-radius: 8px;border-bottom-right-radius: 8px;border-bottom-left-radius: 8px;text-decoration-line: none;text-decoration-thickness: initial;text-decoration-style: initial;text-decoration-color: initial;transition-behavior: normal;transition-duration: 0.25s;transition-timing-function: ease;transition-delay: 0s;transition-property: all; } .gp-component-id-hoJ1n7ejs7y:hover,.gp-component-id-hoJ1n7ejs7y.gp-hover { background-image: initial;background-position-x: initial;background-position-y: initial;background-size: initial;background-repeat: initial;background-attachment: initial;background-origin: initial;background-clip: initial;background-color: rgb(63, 253, 197);color: rgb(1, 46, 32); } } @media (min-width: 1200px) { .gp-component-id-hoJ1n7ejs7y { cursor: pointer;display: inline-flex;align-items: center;row-gap: 10px;column-gap: 10px;background-image: initial;background-position-x: initial;background-position-y: initial;background-size: initial;background-repeat: initial;background-attachment: initial;background-origin: initial;background-clip: initial;background-color: rgb(255, 255, 255);color: rgb(1, 119, 84);font-family: Poppins, sans-serif;font-weight: 700;font-size: 14px;letter-spacing: 0.06em;text-transform: uppercase;padding-top: 18px;padding-right: 44px;padding-bottom: 18px;padding-left: 44px;border-top-left-radius: 8px;border-top-right-radius: 8px;border-bottom-right-radius: 8px;border-bottom-left-radius: 8px;text-decoration-line: none;text-decoration-thickness: initial;text-decoration-style: initial;text-decoration-color: initial;transition-behavior: normal;transition-duration: 0.25s;transition-timing-function: ease;transition-delay: 0s;transition-property: all; } .gp-component-id-hoJ1n7ejs7y:hover,.gp-component-id-hoJ1n7ejs7y.gp-hover { background-image: initial;background-position-x: initial;background-position-y: initial;background-size: initial;background-repeat: initial;background-attachment: initial;background-origin: initial;background-clip: initial;background-color: rgb(63, 253, 197);color: rgb(1, 46, 32); } } .gp-component-id-orED8IbzZt2 { margin-top: 0px;margin-right: 0px;margin-left: 0px;font-family: "Crimson Text", serif;font-size: 18px;color: rgba(255, 255, 255, 0.6);margin-bottom: 36px; } @media (max-width: 639px) { .gp-component-id-orED8IbzZt2 { margin-top: 0px;margin-right: 0px;margin-left: 0px;font-family: "Crimson Text", serif;font-size: 18px;color: rgba(255, 255, 255, 0.6);margin-bottom: 36px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-orED8IbzZt2 { margin-top: 0px;margin-right: 0px;margin-left: 0px;font-family: "Crimson Text", serif;font-size: 18px;color: rgba(255, 255, 255, 0.6);margin-bottom: 36px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-orED8IbzZt2 { margin-top: 0px;margin-right: 0px;margin-left: 0px;font-family: "Crimson Text", serif;font-size: 18px;color: rgba(255, 255, 255, 0.6);margin-bottom: 36px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-orED8IbzZt2 { margin-top: 0px;margin-right: 0px;margin-left: 0px;font-family: "Crimson Text", serif;font-size: 18px;color: rgba(255, 255, 255, 0.6);margin-bottom: 36px; } } @media (min-width: 1200px) { .gp-component-id-orED8IbzZt2 { margin-top: 0px;margin-right: 0px;margin-left: 0px;font-family: "Crimson Text", serif;font-size: 18px;color: rgba(255, 255, 255, 0.6);margin-bottom: 36px; } } .gp-component-id-u4MI5TugA_H { margin-top: 0px;margin-right: 0px;margin-left: 0px;font-family: "Crimson Text", serif;font-size: clamp(28px, 3.5vw, 42px);font-weight: 600;color: rgb(255, 255, 255);margin-bottom: 10px;line-height: 1.25; } @media (max-width: 639px) { .gp-component-id-u4MI5TugA_H { margin-top: 0px;margin-right: 0px;margin-left: 0px;font-family: "Crimson Text", serif;font-size: clamp(28px, 3.5vw, 42px);font-weight: 600;color: rgb(255, 255, 255);margin-bottom: 10px;line-height: 1.25; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-u4MI5TugA_H { margin-top: 0px;margin-right: 0px;margin-left: 0px;font-family: "Crimson Text", serif;font-size: clamp(28px, 3.5vw, 42px);font-weight: 600;color: rgb(255, 255, 255);margin-bottom: 10px;line-height: 1.25; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-u4MI5TugA_H { margin-top: 0px;margin-right: 0px;margin-left: 0px;font-family: "Crimson Text", serif;font-size: clamp(28px, 3.5vw, 42px);font-weight: 600;color: rgb(255, 255, 255);margin-bottom: 10px;line-height: 1.25; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-u4MI5TugA_H { margin-top: 0px;margin-right: 0px;margin-left: 0px;font-family: "Crimson Text", serif;font-size: clamp(28px, 3.5vw, 42px);font-weight: 600;color: rgb(255, 255, 255);margin-bottom: 10px;line-height: 1.25; } } @media (min-width: 1200px) { .gp-component-id-u4MI5TugA_H { margin-top: 0px;margin-right: 0px;margin-left: 0px;font-family: "Crimson Text", serif;font-size: clamp(28px, 3.5vw, 42px);font-weight: 600;color: rgb(255, 255, 255);margin-bottom: 10px;line-height: 1.25; } } .gp-component-id-q9NGjMSXzqc { margin-top: 0px;margin-right: 0px;margin-left: 0px;font-family: "Crimson Text", serif;font-size: 10px;font-weight: 700;letter-spacing: 0.28em;text-transform: uppercase;color: rgb(63, 253, 197);margin-bottom: 16px; } @media (max-width: 639px) { .gp-component-id-q9NGjMSXzqc { margin-top: 0px;margin-right: 0px;margin-left: 0px;font-family: "Crimson Text", serif;font-size: 10px;font-weight: 700;letter-spacing: 0.28em;text-transform: uppercase;color: rgb(63, 253, 197);margin-bottom: 16px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-q9NGjMSXzqc { margin-top: 0px;margin-right: 0px;margin-left: 0px;font-family: "Crimson Text", serif;font-size: 10px;font-weight: 700;letter-spacing: 0.28em;text-transform: uppercase;color: rgb(63, 253, 197);margin-bottom: 16px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-q9NGjMSXzqc { margin-top: 0px;margin-right: 0px;margin-left: 0px;font-family: "Crimson Text", serif;font-size: 10px;font-weight: 700;letter-spacing: 0.28em;text-transform: uppercase;color: rgb(63, 253, 197);margin-bottom: 16px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-q9NGjMSXzqc { margin-top: 0px;margin-right: 0px;margin-left: 0px;font-family: "Crimson Text", serif;font-size: 10px;font-weight: 700;letter-spacing: 0.28em;text-transform: uppercase;color: rgb(63, 253, 197);margin-bottom: 16px; } } @media (min-width: 1200px) { .gp-component-id-q9NGjMSXzqc { margin-top: 0px;margin-right: 0px;margin-left: 0px;font-family: "Crimson Text", serif;font-size: 10px;font-weight: 700;letter-spacing: 0.28em;text-transform: uppercase;color: rgb(63, 253, 197);margin-bottom: 16px; } } .gp-component-id-GGbZrSP_pUT { background-image: linear-gradient(135deg, rgb(1, 119, 84) 0%, rgb(1, 90, 62) 100%);background-position-x: initial;background-position-y: initial;background-size: initial;background-repeat: initial;background-attachment: initial;background-origin: initial;background-clip: initial;background-color: initial;padding-top: 72px;padding-right: 40px;padding-bottom: 72px;padding-left: 40px;text-align: center;margin-top: 72px; } @media (max-width: 639px) { .gp-component-id-GGbZrSP_pUT { background-image: linear-gradient(135deg, rgb(1, 119, 84) 0%, rgb(1, 90, 62) 100%);background-position-x: initial;background-position-y: initial;background-size: initial;background-repeat: initial;background-attachment: initial;background-origin: initial;background-clip: initial;background-color: initial;padding-top: 52px;padding-right: 24px;padding-bottom: 52px;padding-left: 24px;text-align: center;margin-top: 72px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-GGbZrSP_pUT { background-image: linear-gradient(135deg, rgb(1, 119, 84) 0%, rgb(1, 90, 62) 100%);background-position-x: initial;background-position-y: initial;background-size: initial;background-repeat: initial;background-attachment: initial;background-origin: initial;background-clip: initial;background-color: initial;padding-top: 72px;padding-right: 40px;padding-bottom: 72px;padding-left: 40px;text-align: center;margin-top: 72px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-GGbZrSP_pUT { background-image: linear-gradient(135deg, rgb(1, 119, 84) 0%, rgb(1, 90, 62) 100%);background-position-x: initial;background-position-y: initial;background-size: initial;background-repeat: initial;background-attachment: initial;background-origin: initial;background-clip: initial;background-color: initial;padding-top: 72px;padding-right: 40px;padding-bottom: 72px;padding-left: 40px;text-align: center;margin-top: 72px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-GGbZrSP_pUT { background-image: linear-gradient(135deg, rgb(1, 119, 84) 0%, rgb(1, 90, 62) 100%);background-position-x: initial;background-position-y: initial;background-size: initial;background-repeat: initial;background-attachment: initial;background-origin: initial;background-clip: initial;background-color: initial;padding-top: 72px;padding-right: 40px;padding-bottom: 72px;padding-left: 40px;text-align: center;margin-top: 72px; } } @media (min-width: 1200px) { .gp-component-id-GGbZrSP_pUT { background-image: linear-gradient(135deg, rgb(1, 119, 84) 0%, rgb(1, 90, 62) 100%);background-position-x: initial;background-position-y: initial;background-size: initial;background-repeat: initial;background-attachment: initial;background-origin: initial;background-clip: initial;background-color: initial;padding-top: 72px;padding-right: 40px;padding-bottom: 72px;padding-left: 40px;text-align: center;margin-top: 72px; } } .gp-component-id-C_AwXQaK_og { margin-top: 0px;margin-right: 0px;margin-left: 0px;font-family: "Crimson Text", serif;font-size: 20px;color: rgb(42, 42, 42);line-height: 1.85;margin-bottom: 28px; } @media (max-width: 639px) { .gp-component-id-C_AwXQaK_og { margin-top: 0px;margin-right: 0px;margin-left: 0px;font-family: "Crimson Text", serif;font-size: 20px;color: rgb(42, 42, 42);line-height: 1.85;margin-bottom: 28px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-C_AwXQaK_og { margin-top: 0px;margin-right: 0px;margin-left: 0px;font-family: "Crimson Text", serif;font-size: 20px;color: rgb(42, 42, 42);line-height: 1.85;margin-bottom: 28px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-C_AwXQaK_og { margin-top: 0px;margin-right: 0px;margin-left: 0px;font-family: "Crimson Text", serif;font-size: 20px;color: rgb(42, 42, 42);line-height: 1.85;margin-bottom: 28px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-C_AwXQaK_og { margin-top: 0px;margin-right: 0px;margin-left: 0px;font-family: "Crimson Text", serif;font-size: 20px;color: rgb(42, 42, 42);line-height: 1.85;margin-bottom: 28px; } } @media (min-width: 1200px) { .gp-component-id-C_AwXQaK_og { margin-top: 0px;margin-right: 0px;margin-left: 0px;font-family: "Crimson Text", serif;font-size: 20px;color: rgb(42, 42, 42);line-height: 1.85;margin-bottom: 28px; } } .gp-component-id-XfYxn9OI09H { font-family: "Crimson Text", serif;font-size: 18px;color: rgb(61, 61, 61);line-height: 1.7;padding-top: 10px;padding-right: 0px;padding-bottom: 10px;padding-left: 32px;border-bottom-width: medium;border-bottom-style: none;border-bottom-color: currentcolor;position: relative; } @media (max-width: 639px) { .gp-component-id-XfYxn9OI09H { font-family: "Crimson Text", serif;font-size: 18px;color: rgb(61, 61, 61);line-height: 1.7;padding-top: 10px;padding-right: 0px;padding-bottom: 10px;padding-left: 32px;border-bottom-width: medium;border-bottom-style: none;border-bottom-color: currentcolor;position: relative; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-XfYxn9OI09H { font-family: "Crimson Text", serif;font-size: 18px;color: rgb(61, 61, 61);line-height: 1.7;padding-top: 10px;padding-right: 0px;padding-bottom: 10px;padding-left: 32px;border-bottom-width: medium;border-bottom-style: none;border-bottom-color: currentcolor;position: relative; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-XfYxn9OI09H { font-family: "Crimson Text", serif;font-size: 18px;color: rgb(61, 61, 61);line-height: 1.7;padding-top: 10px;padding-right: 0px;padding-bottom: 10px;padding-left: 32px;border-bottom-width: medium;border-bottom-style: none;border-bottom-color: currentcolor;position: relative; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-XfYxn9OI09H { font-family: "Crimson Text", serif;font-size: 18px;color: rgb(61, 61, 61);line-height: 1.7;padding-top: 10px;padding-right: 0px;padding-bottom: 10px;padding-left: 32px;border-bottom-width: medium;border-bottom-style: none;border-bottom-color: currentcolor;position: relative; } } @media (min-width: 1200px) { .gp-component-id-XfYxn9OI09H { font-family: "Crimson Text", serif;font-size: 18px;color: rgb(61, 61, 61);line-height: 1.7;padding-top: 10px;padding-right: 0px;padding-bottom: 10px;padding-left: 32px;border-bottom-width: medium;border-bottom-style: none;border-bottom-color: currentcolor;position: relative; } } .gp-component-id-epX27CdvUYF { font-family: "Crimson Text", serif;font-size: 18px;color: rgb(61, 61, 61);line-height: 1.7;padding-top: 10px;padding-right: 0px;padding-bottom: 10px;padding-left: 32px;border-bottom-width: 1px;border-bottom-style: solid;border-bottom-color: rgba(1, 119, 84, 0.08);position: relative; } @media (max-width: 639px) { .gp-component-id-epX27CdvUYF { font-family: "Crimson Text", serif;font-size: 18px;color: rgb(61, 61, 61);line-height: 1.7;padding-top: 10px;padding-right: 0px;padding-bottom: 10px;padding-left: 32px;border-bottom-width: 1px;border-bottom-style: solid;border-bottom-color: rgba(1, 119, 84, 0.08);position: relative; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-epX27CdvUYF { font-family: "Crimson Text", serif;font-size: 18px;color: rgb(61, 61, 61);line-height: 1.7;padding-top: 10px;padding-right: 0px;padding-bottom: 10px;padding-left: 32px;border-bottom-width: 1px;border-bottom-style: solid;border-bottom-color: rgba(1, 119, 84, 0.08);position: relative; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-epX27CdvUYF { font-family: "Crimson Text", serif;font-size: 18px;color: rgb(61, 61, 61);line-height: 1.7;padding-top: 10px;padding-right: 0px;padding-bottom: 10px;padding-left: 32px;border-bottom-width: 1px;border-bottom-style: solid;border-bottom-color: rgba(1, 119, 84, 0.08);position: relative; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-epX27CdvUYF { font-family: "Crimson Text", serif;font-size: 18px;color: rgb(61, 61, 61);line-height: 1.7;padding-top: 10px;padding-right: 0px;padding-bottom: 10px;padding-left: 32px;border-bottom-width: 1px;border-bottom-style: solid;border-bottom-color: rgba(1, 119, 84, 0.08);position: relative; } } @media (min-width: 1200px) { .gp-component-id-epX27CdvUYF { font-family: "Crimson Text", serif;font-size: 18px;color: rgb(61, 61, 61);line-height: 1.7;padding-top: 10px;padding-right: 0px;padding-bottom: 10px;padding-left: 32px;border-bottom-width: 1px;border-bottom-style: solid;border-bottom-color: rgba(1, 119, 84, 0.08);position: relative; } } .gp-component-id-PDPbrB2DG4S { font-family: "Crimson Text", serif;font-size: 18px;color: rgb(61, 61, 61);line-height: 1.7;padding-top: 10px;padding-right: 0px;padding-bottom: 10px;padding-left: 32px;border-bottom-width: 1px;border-bottom-style: solid;border-bottom-color: rgba(1, 119, 84, 0.08);position: relative; } @media (max-width: 639px) { .gp-component-id-PDPbrB2DG4S { font-family: "Crimson Text", serif;font-size: 18px;color: rgb(61, 61, 61);line-height: 1.7;padding-top: 10px;padding-right: 0px;padding-bottom: 10px;padding-left: 32px;border-bottom-width: 1px;border-bottom-style: solid;border-bottom-color: rgba(1, 119, 84, 0.08);position: relative; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-PDPbrB2DG4S { font-family: "Crimson Text", serif;font-size: 18px;color: rgb(61, 61, 61);line-height: 1.7;padding-top: 10px;padding-right: 0px;padding-bottom: 10px;padding-left: 32px;border-bottom-width: 1px;border-bottom-style: solid;border-bottom-color: rgba(1, 119, 84, 0.08);position: relative; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-PDPbrB2DG4S { font-family: "Crimson Text", serif;font-size: 18px;color: rgb(61, 61, 61);line-height: 1.7;padding-top: 10px;padding-right: 0px;padding-bottom: 10px;padding-left: 32px;border-bottom-width: 1px;border-bottom-style: solid;border-bottom-color: rgba(1, 119, 84, 0.08);position: relative; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-PDPbrB2DG4S { font-family: "Crimson Text", serif;font-size: 18px;color: rgb(61, 61, 61);line-height: 1.7;padding-top: 10px;padding-right: 0px;padding-bottom: 10px;padding-left: 32px;border-bottom-width: 1px;border-bottom-style: solid;border-bottom-color: rgba(1, 119, 84, 0.08);position: relative; } } @media (min-width: 1200px) { .gp-component-id-PDPbrB2DG4S { font-family: "Crimson Text", serif;font-size: 18px;color: rgb(61, 61, 61);line-height: 1.7;padding-top: 10px;padding-right: 0px;padding-bottom: 10px;padding-left: 32px;border-bottom-width: 1px;border-bottom-style: solid;border-bottom-color: rgba(1, 119, 84, 0.08);position: relative; } } .gp-component-id-51yD3nS00IL { font-family: "Crimson Text", serif;font-size: 18px;color: rgb(61, 61, 61);line-height: 1.7;padding-top: 10px;padding-right: 0px;padding-bottom: 10px;padding-left: 32px;border-bottom-width: 1px;border-bottom-style: solid;border-bottom-color: rgba(1, 119, 84, 0.08);position: relative; } @media (max-width: 639px) { .gp-component-id-51yD3nS00IL { font-family: "Crimson Text", serif;font-size: 18px;color: rgb(61, 61, 61);line-height: 1.7;padding-top: 10px;padding-right: 0px;padding-bottom: 10px;padding-left: 32px;border-bottom-width: 1px;border-bottom-style: solid;border-bottom-color: rgba(1, 119, 84, 0.08);position: relative; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-51yD3nS00IL { font-family: "Crimson Text", serif;font-size: 18px;color: rgb(61, 61, 61);line-height: 1.7;padding-top: 10px;padding-right: 0px;padding-bottom: 10px;padding-left: 32px;border-bottom-width: 1px;border-bottom-style: solid;border-bottom-color: rgba(1, 119, 84, 0.08);position: relative; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-51yD3nS00IL { font-family: "Crimson Text", serif;font-size: 18px;color: rgb(61, 61, 61);line-height: 1.7;padding-top: 10px;padding-right: 0px;padding-bottom: 10px;padding-left: 32px;border-bottom-width: 1px;border-bottom-style: solid;border-bottom-color: rgba(1, 119, 84, 0.08);position: relative; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-51yD3nS00IL { font-family: "Crimson Text", serif;font-size: 18px;color: rgb(61, 61, 61);line-height: 1.7;padding-top: 10px;padding-right: 0px;padding-bottom: 10px;padding-left: 32px;border-bottom-width: 1px;border-bottom-style: solid;border-bottom-color: rgba(1, 119, 84, 0.08);position: relative; } } @media (min-width: 1200px) { .gp-component-id-51yD3nS00IL { font-family: "Crimson Text", serif;font-size: 18px;color: rgb(61, 61, 61);line-height: 1.7;padding-top: 10px;padding-right: 0px;padding-bottom: 10px;padding-left: 32px;border-bottom-width: 1px;border-bottom-style: solid;border-bottom-color: rgba(1, 119, 84, 0.08);position: relative; } } .gp-component-id-9vdpmf8jqnM { font-family: "Crimson Text", serif;font-size: 18px;color: rgb(61, 61, 61);line-height: 1.7;padding-top: 10px;padding-right: 0px;padding-bottom: 10px;padding-left: 32px;border-bottom-width: 1px;border-bottom-style: solid;border-bottom-color: rgba(1, 119, 84, 0.08);position: relative; } @media (max-width: 639px) { .gp-component-id-9vdpmf8jqnM { font-family: "Crimson Text", serif;font-size: 18px;color: rgb(61, 61, 61);line-height: 1.7;padding-top: 10px;padding-right: 0px;padding-bottom: 10px;padding-left: 32px;border-bottom-width: 1px;border-bottom-style: solid;border-bottom-color: rgba(1, 119, 84, 0.08);position: relative; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-9vdpmf8jqnM { font-family: "Crimson Text", serif;font-size: 18px;color: rgb(61, 61, 61);line-height: 1.7;padding-top: 10px;padding-right: 0px;padding-bottom: 10px;padding-left: 32px;border-bottom-width: 1px;border-bottom-style: solid;border-bottom-color: rgba(1, 119, 84, 0.08);position: relative; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-9vdpmf8jqnM { font-family: "Crimson Text", serif;font-size: 18px;color: rgb(61, 61, 61);line-height: 1.7;padding-top: 10px;padding-right: 0px;padding-bottom: 10px;padding-left: 32px;border-bottom-width: 1px;border-bottom-style: solid;border-bottom-color: rgba(1, 119, 84, 0.08);position: relative; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-9vdpmf8jqnM { font-family: "Crimson Text", serif;font-size: 18px;color: rgb(61, 61, 61);line-height: 1.7;padding-top: 10px;padding-right: 0px;padding-bottom: 10px;padding-left: 32px;border-bottom-width: 1px;border-bottom-style: solid;border-bottom-color: rgba(1, 119, 84, 0.08);position: relative; } } @media (min-width: 1200px) { .gp-component-id-9vdpmf8jqnM { font-family: "Crimson Text", serif;font-size: 18px;color: rgb(61, 61, 61);line-height: 1.7;padding-top: 10px;padding-right: 0px;padding-bottom: 10px;padding-left: 32px;border-bottom-width: 1px;border-bottom-style: solid;border-bottom-color: rgba(1, 119, 84, 0.08);position: relative; } } .gp-component-id-y2OObqihCHF { padding-top: 0px;padding-right: 0px;padding-bottom: 0px;padding-left: 0px;margin-top: 0px;margin-right: 0px;margin-bottom: 0px;margin-left: 0px;list-style-position: initial;list-style-image: initial;list-style-type: none; } @media (max-width: 639px) { .gp-component-id-y2OObqihCHF { padding-top: 0px;padding-right: 0px;padding-bottom: 0px;padding-left: 0px;margin-top: 0px;margin-right: 0px;margin-bottom: 0px;margin-left: 0px;list-style-position: initial;list-style-image: initial;list-style-type: none; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-y2OObqihCHF { padding-top: 0px;padding-right: 0px;padding-bottom: 0px;padding-left: 0px;margin-top: 0px;margin-right: 0px;margin-bottom: 0px;margin-left: 0px;list-style-position: initial;list-style-image: initial;list-style-type: none; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-y2OObqihCHF { padding-top: 0px;padding-right: 0px;padding-bottom: 0px;padding-left: 0px;margin-top: 0px;margin-right: 0px;margin-bottom: 0px;margin-left: 0px;list-style-position: initial;list-style-image: initial;list-style-type: none; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-y2OObqihCHF { padding-top: 0px;padding-right: 0px;padding-bottom: 0px;padding-left: 0px;margin-top: 0px;margin-right: 0px;margin-bottom: 0px;margin-left: 0px;list-style-position: initial;list-style-image: initial;list-style-type: none; } } @media (min-width: 1200px) { .gp-component-id-y2OObqihCHF { padding-top: 0px;padding-right: 0px;padding-bottom: 0px;padding-left: 0px;margin-top: 0px;margin-right: 0px;margin-bottom: 0px;margin-left: 0px;list-style-position: initial;list-style-image: initial;list-style-type: none; } } .gp-component-id-5XVzS1Spt7a { margin-top: 0px;margin-right: 0px;margin-left: 0px;font-family: "Crimson Text", serif;font-size: 24px;font-weight: 600;color: rgb(1, 46, 32);margin-bottom: 20px; } @media (max-width: 639px) { .gp-component-id-5XVzS1Spt7a { margin-top: 0px;margin-right: 0px;margin-left: 0px;font-family: "Crimson Text", serif;font-size: 24px;font-weight: 600;color: rgb(1, 46, 32);margin-bottom: 20px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-5XVzS1Spt7a { margin-top: 0px;margin-right: 0px;margin-left: 0px;font-family: "Crimson Text", serif;font-size: 24px;font-weight: 600;color: rgb(1, 46, 32);margin-bottom: 20px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-5XVzS1Spt7a { margin-top: 0px;margin-right: 0px;margin-left: 0px;font-family: "Crimson Text", serif;font-size: 24px;font-weight: 600;color: rgb(1, 46, 32);margin-bottom: 20px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-5XVzS1Spt7a { margin-top: 0px;margin-right: 0px;margin-left: 0px;font-family: "Crimson Text", serif;font-size: 24px;font-weight: 600;color: rgb(1, 46, 32);margin-bottom: 20px; } } @media (min-width: 1200px) { .gp-component-id-5XVzS1Spt7a { margin-top: 0px;margin-right: 0px;margin-left: 0px;font-family: "Crimson Text", serif;font-size: 24px;font-weight: 600;color: rgb(1, 46, 32);margin-bottom: 20px; } } .gp-component-id-nTsCXLzaYK7 { background-image: initial;background-position-x: initial;background-position-y: initial;background-size: initial;background-repeat: initial;background-attachment: initial;background-origin: initial;background-clip: initial;background-color: rgb(255, 255, 255);border-top-width: 1px;border-right-width: 1px;border-bottom-width: 1px;border-left-width: 1px;border-top-style: solid;border-right-style: solid;border-bottom-style: solid;border-left-style: solid;border-top-color: rgba(1, 119, 84, 0.15);border-right-color: rgba(1, 119, 84, 0.15);border-bottom-color: rgba(1, 119, 84, 0.15);border-left-color: rgba(1, 119, 84, 0.15);border-image-source: initial;border-image-slice: initial;border-image-width: initial;border-image-outset: initial;border-image-repeat: initial;border-top-left-radius: 16px;border-top-right-radius: 16px;border-bottom-right-radius: 16px;border-bottom-left-radius: 16px;padding-top: 40px;padding-right: 40px;padding-bottom: 40px;padding-left: 40px;margin-top: 40px;margin-right: 0px;margin-bottom: 40px;margin-left: 0px; } @media (max-width: 639px) { .gp-component-id-nTsCXLzaYK7 { background-image: initial;background-position-x: initial;background-position-y: initial;background-size: initial;background-repeat: initial;background-attachment: initial;background-origin: initial;background-clip: initial;background-color: rgb(255, 255, 255);border-top-width: 1px;border-right-width: 1px;border-bottom-width: 1px;border-left-width: 1px;border-top-style: solid;border-right-style: solid;border-bottom-style: solid;border-left-style: solid;border-top-color: rgba(1, 119, 84, 0.15);border-right-color: rgba(1, 119, 84, 0.15);border-bottom-color: rgba(1, 119, 84, 0.15);border-left-color: rgba(1, 119, 84, 0.15);border-image-source: initial;border-image-slice: initial;border-image-width: initial;border-image-outset: initial;border-image-repeat: initial;border-top-left-radius: 16px;border-top-right-radius: 16px;border-bottom-right-radius: 16px;border-bottom-left-radius: 16px;padding-top: 28px;padding-right: 24px;padding-bottom: 28px;padding-left: 24px;margin-top: 40px;margin-right: 0px;margin-bottom: 40px;margin-left: 0px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-nTsCXLzaYK7 { background-image: initial;background-position-x: initial;background-position-y: initial;background-size: initial;background-repeat: initial;background-attachment: initial;background-origin: initial;background-clip: initial;background-color: rgb(255, 255, 255);border-top-width: 1px;border-right-width: 1px;border-bottom-width: 1px;border-left-width: 1px;border-top-style: solid;border-right-style: solid;border-bottom-style: solid;border-left-style: solid;border-top-color: rgba(1, 119, 84, 0.15);border-right-color: rgba(1, 119, 84, 0.15);border-bottom-color: rgba(1, 119, 84, 0.15);border-left-color: rgba(1, 119, 84, 0.15);border-image-source: initial;border-image-slice: initial;border-image-width: initial;border-image-outset: initial;border-image-repeat: initial;border-top-left-radius: 16px;border-top-right-radius: 16px;border-bottom-right-radius: 16px;border-bottom-left-radius: 16px;padding-top: 40px;padding-right: 40px;padding-bottom: 40px;padding-left: 40px;margin-top: 40px;margin-right: 0px;margin-bottom: 40px;margin-left: 0px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-nTsCXLzaYK7 { background-image: initial;background-position-x: initial;background-position-y: initial;background-size: initial;background-repeat: initial;background-attachment: initial;background-origin: initial;background-clip: initial;background-color: rgb(255, 255, 255);border-top-width: 1px;border-right-width: 1px;border-bottom-width: 1px;border-left-width: 1px;border-top-style: solid;border-right-style: solid;border-bottom-style: solid;border-left-style: solid;border-top-color: rgba(1, 119, 84, 0.15);border-right-color: rgba(1, 119, 84, 0.15);border-bottom-color: rgba(1, 119, 84, 0.15);border-left-color: rgba(1, 119, 84, 0.15);border-image-source: initial;border-image-slice: initial;border-image-width: initial;border-image-outset: initial;border-image-repeat: initial;border-top-left-radius: 16px;border-top-right-radius: 16px;border-bottom-right-radius: 16px;border-bottom-left-radius: 16px;padding-top: 40px;padding-right: 40px;padding-bottom: 40px;padding-left: 40px;margin-top: 40px;margin-right: 0px;margin-bottom: 40px;margin-left: 0px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-nTsCXLzaYK7 { background-image: initial;background-position-x: initial;background-position-y: initial;background-size: initial;background-repeat: initial;background-attachment: initial;background-origin: initial;background-clip: initial;background-color: rgb(255, 255, 255);border-top-width: 1px;border-right-width: 1px;border-bottom-width: 1px;border-left-width: 1px;border-top-style: solid;border-right-style: solid;border-bottom-style: solid;border-left-style: solid;border-top-color: rgba(1, 119, 84, 0.15);border-right-color: rgba(1, 119, 84, 0.15);border-bottom-color: rgba(1, 119, 84, 0.15);border-left-color: rgba(1, 119, 84, 0.15);border-image-source: initial;border-image-slice: initial;border-image-width: initial;border-image-outset: initial;border-image-repeat: initial;border-top-left-radius: 16px;border-top-right-radius: 16px;border-bottom-right-radius: 16px;border-bottom-left-radius: 16px;padding-top: 40px;padding-right: 40px;padding-bottom: 40px;padding-left: 40px;margin-top: 40px;margin-right: 0px;margin-bottom: 40px;margin-left: 0px; } } @media (min-width: 1200px) { .gp-component-id-nTsCXLzaYK7 { background-image: initial;background-position-x: initial;background-position-y: initial;background-size: initial;background-repeat: initial;background-attachment: initial;background-origin: initial;background-clip: initial;background-color: rgb(255, 255, 255);border-top-width: 1px;border-right-width: 1px;border-bottom-width: 1px;border-left-width: 1px;border-top-style: solid;border-right-style: solid;border-bottom-style: solid;border-left-style: solid;border-top-color: rgba(1, 119, 84, 0.15);border-right-color: rgba(1, 119, 84, 0.15);border-bottom-color: rgba(1, 119, 84, 0.15);border-left-color: rgba(1, 119, 84, 0.15);border-image-source: initial;border-image-slice: initial;border-image-width: initial;border-image-outset: initial;border-image-repeat: initial;border-top-left-radius: 16px;border-top-right-radius: 16px;border-bottom-right-radius: 16px;border-bottom-left-radius: 16px;padding-top: 40px;padding-right: 40px;padding-bottom: 40px;padding-left: 40px;margin-top: 40px;margin-right: 0px;margin-bottom: 40px;margin-left: 0px; } } .gp-component-id-rZJ1cT3BJJT { margin-top: 0px;margin-right: 0px;margin-left: 0px;font-size: 10px;font-weight: 700;letter-spacing: 0.28em;text-transform: uppercase;color: rgb(1, 119, 84);margin-bottom: 22px;display: flex;align-items: center;row-gap: 14px;column-gap: 14px; } @media (max-width: 639px) { .gp-component-id-rZJ1cT3BJJT { margin-top: 0px;margin-right: 0px;margin-left: 0px;font-size: 10px;font-weight: 700;letter-spacing: 0.28em;text-transform: uppercase;color: rgb(1, 119, 84);margin-bottom: 22px;display: flex;align-items: center;row-gap: 14px;column-gap: 14px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-rZJ1cT3BJJT { margin-top: 0px;margin-right: 0px;margin-left: 0px;font-size: 10px;font-weight: 700;letter-spacing: 0.28em;text-transform: uppercase;color: rgb(1, 119, 84);margin-bottom: 22px;display: flex;align-items: center;row-gap: 14px;column-gap: 14px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-rZJ1cT3BJJT { margin-top: 0px;margin-right: 0px;margin-left: 0px;font-size: 10px;font-weight: 700;letter-spacing: 0.28em;text-transform: uppercase;color: rgb(1, 119, 84);margin-bottom: 22px;display: flex;align-items: center;row-gap: 14px;column-gap: 14px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-rZJ1cT3BJJT { margin-top: 0px;margin-right: 0px;margin-left: 0px;font-size: 10px;font-weight: 700;letter-spacing: 0.28em;text-transform: uppercase;color: rgb(1, 119, 84);margin-bottom: 22px;display: flex;align-items: center;row-gap: 14px;column-gap: 14px; } } @media (min-width: 1200px) { .gp-component-id-rZJ1cT3BJJT { margin-top: 0px;margin-right: 0px;margin-left: 0px;font-size: 10px;font-weight: 700;letter-spacing: 0.28em;text-transform: uppercase;color: rgb(1, 119, 84);margin-bottom: 22px;display: flex;align-items: center;row-gap: 14px;column-gap: 14px; } } .gp-component-id-YqxA15zpgUJ { font-weight: bolder;color: rgb(63, 253, 197); } @media (max-width: 639px) { .gp-component-id-YqxA15zpgUJ { font-weight: bolder;color: rgb(63, 253, 197); } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-YqxA15zpgUJ { font-weight: bolder;color: rgb(63, 253, 197); } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-YqxA15zpgUJ { font-weight: bolder;color: rgb(63, 253, 197); } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-YqxA15zpgUJ { font-weight: bolder;color: rgb(63, 253, 197); } } @media (min-width: 1200px) { .gp-component-id-YqxA15zpgUJ { font-weight: bolder;color: rgb(63, 253, 197); } } .gp-component-id-m4lP0Nt0san { margin-top: 0px;margin-right: 0px;margin-bottom: 0px;margin-left: 0px;font-family: "Crimson Text", serif;font-size: 18px;color: rgba(255, 255, 255, 0.7);line-height: 1.75; } @media (max-width: 639px) { .gp-component-id-m4lP0Nt0san { margin-top: 0px;margin-right: 0px;margin-bottom: 0px;margin-left: 0px;font-family: "Crimson Text", serif;font-size: 18px;color: rgba(255, 255, 255, 0.7);line-height: 1.75; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-m4lP0Nt0san { margin-top: 0px;margin-right: 0px;margin-bottom: 0px;margin-left: 0px;font-family: "Crimson Text", serif;font-size: 18px;color: rgba(255, 255, 255, 0.7);line-height: 1.75; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-m4lP0Nt0san { margin-top: 0px;margin-right: 0px;margin-bottom: 0px;margin-left: 0px;font-family: "Crimson Text", serif;font-size: 18px;color: rgba(255, 255, 255, 0.7);line-height: 1.75; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-m4lP0Nt0san { margin-top: 0px;margin-right: 0px;margin-bottom: 0px;margin-left: 0px;font-family: "Crimson Text", serif;font-size: 18px;color: rgba(255, 255, 255, 0.7);line-height: 1.75; } } @media (min-width: 1200px) { .gp-component-id-m4lP0Nt0san { margin-top: 0px;margin-right: 0px;margin-bottom: 0px;margin-left: 0px;font-family: "Crimson Text", serif;font-size: 18px;color: rgba(255, 255, 255, 0.7);line-height: 1.75; } } .gp-component-id-g5QdRn0kV0B { margin-top: 0px;margin-right: 0px;margin-left: 0px;font-family: "Crimson Text", serif;font-size: 28px;font-weight: 600;color: rgb(255, 255, 255);margin-bottom: 16px; } @media (max-width: 639px) { .gp-component-id-g5QdRn0kV0B { margin-top: 0px;margin-right: 0px;margin-left: 0px;font-family: "Crimson Text", serif;font-size: 28px;font-weight: 600;color: rgb(255, 255, 255);margin-bottom: 16px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-g5QdRn0kV0B { margin-top: 0px;margin-right: 0px;margin-left: 0px;font-family: "Crimson Text", serif;font-size: 28px;font-weight: 600;color: rgb(255, 255, 255);margin-bottom: 16px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-g5QdRn0kV0B { margin-top: 0px;margin-right: 0px;margin-left: 0px;font-family: "Crimson Text", serif;font-size: 28px;font-weight: 600;color: rgb(255, 255, 255);margin-bottom: 16px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-g5QdRn0kV0B { margin-top: 0px;margin-right: 0px;margin-left: 0px;font-family: "Crimson Text", serif;font-size: 28px;font-weight: 600;color: rgb(255, 255, 255);margin-bottom: 16px; } } @media (min-width: 1200px) { .gp-component-id-g5QdRn0kV0B { margin-top: 0px;margin-right: 0px;margin-left: 0px;font-family: "Crimson Text", serif;font-size: 28px;font-weight: 600;color: rgb(255, 255, 255);margin-bottom: 16px; } } .gp-component-id-G9kfxrZ2_9x { background-image: linear-gradient(145deg, rgb(1, 46, 32) 0%, rgb(1, 74, 50) 100%);background-position-x: initial;background-position-y: initial;background-size: initial;background-repeat: initial;background-attachment: initial;background-origin: initial;background-clip: initial;background-color: initial;border-top-left-radius: 16px;border-top-right-radius: 16px;border-bottom-right-radius: 16px;border-bottom-left-radius: 16px;padding-top: 48px;padding-right: 48px;padding-bottom: 48px;padding-left: 48px;margin-top: 48px;margin-right: 0px;margin-bottom: 48px;margin-left: 0px;text-align: center; } @media (max-width: 639px) { .gp-component-id-G9kfxrZ2_9x { background-image: linear-gradient(145deg, rgb(1, 46, 32) 0%, rgb(1, 74, 50) 100%);background-position-x: initial;background-position-y: initial;background-size: initial;background-repeat: initial;background-attachment: initial;background-origin: initial;background-clip: initial;background-color: initial;border-top-left-radius: 16px;border-top-right-radius: 16px;border-bottom-right-radius: 16px;border-bottom-left-radius: 16px;padding-top: 36px;padding-right: 28px;padding-bottom: 36px;padding-left: 28px;margin-top: 48px;margin-right: 0px;margin-bottom: 48px;margin-left: 0px;text-align: center; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-G9kfxrZ2_9x { background-image: linear-gradient(145deg, rgb(1, 46, 32) 0%, rgb(1, 74, 50) 100%);background-position-x: initial;background-position-y: initial;background-size: initial;background-repeat: initial;background-attachment: initial;background-origin: initial;background-clip: initial;background-color: initial;border-top-left-radius: 16px;border-top-right-radius: 16px;border-bottom-right-radius: 16px;border-bottom-left-radius: 16px;padding-top: 48px;padding-right: 48px;padding-bottom: 48px;padding-left: 48px;margin-top: 48px;margin-right: 0px;margin-bottom: 48px;margin-left: 0px;text-align: center; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-G9kfxrZ2_9x { background-image: linear-gradient(145deg, rgb(1, 46, 32) 0%, rgb(1, 74, 50) 100%);background-position-x: initial;background-position-y: initial;background-size: initial;background-repeat: initial;background-attachment: initial;background-origin: initial;background-clip: initial;background-color: initial;border-top-left-radius: 16px;border-top-right-radius: 16px;border-bottom-right-radius: 16px;border-bottom-left-radius: 16px;padding-top: 48px;padding-right: 48px;padding-bottom: 48px;padding-left: 48px;margin-top: 48px;margin-right: 0px;margin-bottom: 48px;margin-left: 0px;text-align: center; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-G9kfxrZ2_9x { background-image: linear-gradient(145deg, rgb(1, 46, 32) 0%, rgb(1, 74, 50) 100%);background-position-x: initial;background-position-y: initial;background-size: initial;background-repeat: initial;background-attachment: initial;background-origin: initial;background-clip: initial;background-color: initial;border-top-left-radius: 16px;border-top-right-radius: 16px;border-bottom-right-radius: 16px;border-bottom-left-radius: 16px;padding-top: 48px;padding-right: 48px;padding-bottom: 48px;padding-left: 48px;margin-top: 48px;margin-right: 0px;margin-bottom: 48px;margin-left: 0px;text-align: center; } } @media (min-width: 1200px) { .gp-component-id-G9kfxrZ2_9x { background-image: linear-gradient(145deg, rgb(1, 46, 32) 0%, rgb(1, 74, 50) 100%);background-position-x: initial;background-position-y: initial;background-size: initial;background-repeat: initial;background-attachment: initial;background-origin: initial;background-clip: initial;background-color: initial;border-top-left-radius: 16px;border-top-right-radius: 16px;border-bottom-right-radius: 16px;border-bottom-left-radius: 16px;padding-top: 48px;padding-right: 48px;padding-bottom: 48px;padding-left: 48px;margin-top: 48px;margin-right: 0px;margin-bottom: 48px;margin-left: 0px;text-align: center; } } .gp-component-id-647ZC0W6ohJ { font-family: "Crimson Text", serif;font-size: 18px;color: rgb(61, 61, 61);line-height: 1.7;padding-top: 12px;padding-right: 0px;padding-bottom: 12px;padding-left: 36px;border-bottom-width: medium;border-bottom-style: none;border-bottom-color: currentcolor;position: relative; } @media (max-width: 639px) { .gp-component-id-647ZC0W6ohJ { font-family: "Crimson Text", serif;font-size: 18px;color: rgb(61, 61, 61);line-height: 1.7;padding-top: 12px;padding-right: 0px;padding-bottom: 12px;padding-left: 36px;border-bottom-width: medium;border-bottom-style: none;border-bottom-color: currentcolor;position: relative; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-647ZC0W6ohJ { font-family: "Crimson Text", serif;font-size: 18px;color: rgb(61, 61, 61);line-height: 1.7;padding-top: 12px;padding-right: 0px;padding-bottom: 12px;padding-left: 36px;border-bottom-width: medium;border-bottom-style: none;border-bottom-color: currentcolor;position: relative; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-647ZC0W6ohJ { font-family: "Crimson Text", serif;font-size: 18px;color: rgb(61, 61, 61);line-height: 1.7;padding-top: 12px;padding-right: 0px;padding-bottom: 12px;padding-left: 36px;border-bottom-width: medium;border-bottom-style: none;border-bottom-color: currentcolor;position: relative; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-647ZC0W6ohJ { font-family: "Crimson Text", serif;font-size: 18px;color: rgb(61, 61, 61);line-height: 1.7;padding-top: 12px;padding-right: 0px;padding-bottom: 12px;padding-left: 36px;border-bottom-width: medium;border-bottom-style: none;border-bottom-color: currentcolor;position: relative; } } @media (min-width: 1200px) { .gp-component-id-647ZC0W6ohJ { font-family: "Crimson Text", serif;font-size: 18px;color: rgb(61, 61, 61);line-height: 1.7;padding-top: 12px;padding-right: 0px;padding-bottom: 12px;padding-left: 36px;border-bottom-width: medium;border-bottom-style: none;border-bottom-color: currentcolor;position: relative; } } .gp-component-id-9RpJfWIvZuM { font-family: "Crimson Text", serif;font-size: 18px;color: rgb(61, 61, 61);line-height: 1.7;padding-top: 12px;padding-right: 0px;padding-bottom: 12px;padding-left: 36px;border-bottom-width: 1px;border-bottom-style: solid;border-bottom-color: rgba(1, 119, 84, 0.1);position: relative; } @media (max-width: 639px) { .gp-component-id-9RpJfWIvZuM { font-family: "Crimson Text", serif;font-size: 18px;color: rgb(61, 61, 61);line-height: 1.7;padding-top: 12px;padding-right: 0px;padding-bottom: 12px;padding-left: 36px;border-bottom-width: 1px;border-bottom-style: solid;border-bottom-color: rgba(1, 119, 84, 0.1);position: relative; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-9RpJfWIvZuM { font-family: "Crimson Text", serif;font-size: 18px;color: rgb(61, 61, 61);line-height: 1.7;padding-top: 12px;padding-right: 0px;padding-bottom: 12px;padding-left: 36px;border-bottom-width: 1px;border-bottom-style: solid;border-bottom-color: rgba(1, 119, 84, 0.1);position: relative; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-9RpJfWIvZuM { font-family: "Crimson Text", serif;font-size: 18px;color: rgb(61, 61, 61);line-height: 1.7;padding-top: 12px;padding-right: 0px;padding-bottom: 12px;padding-left: 36px;border-bottom-width: 1px;border-bottom-style: solid;border-bottom-color: rgba(1, 119, 84, 0.1);position: relative; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-9RpJfWIvZuM { font-family: "Crimson Text", serif;font-size: 18px;color: rgb(61, 61, 61);line-height: 1.7;padding-top: 12px;padding-right: 0px;padding-bottom: 12px;padding-left: 36px;border-bottom-width: 1px;border-bottom-style: solid;border-bottom-color: rgba(1, 119, 84, 0.1);position: relative; } } @media (min-width: 1200px) { .gp-component-id-9RpJfWIvZuM { font-family: "Crimson Text", serif;font-size: 18px;color: rgb(61, 61, 61);line-height: 1.7;padding-top: 12px;padding-right: 0px;padding-bottom: 12px;padding-left: 36px;border-bottom-width: 1px;border-bottom-style: solid;border-bottom-color: rgba(1, 119, 84, 0.1);position: relative; } } .gp-component-id-oUAnWjdPy8z { font-family: "Crimson Text", serif;font-size: 18px;color: rgb(61, 61, 61);line-height: 1.7;padding-top: 12px;padding-right: 0px;padding-bottom: 12px;padding-left: 36px;border-bottom-width: 1px;border-bottom-style: solid;border-bottom-color: rgba(1, 119, 84, 0.1);position: relative; } @media (max-width: 639px) { .gp-component-id-oUAnWjdPy8z { font-family: "Crimson Text", serif;font-size: 18px;color: rgb(61, 61, 61);line-height: 1.7;padding-top: 12px;padding-right: 0px;padding-bottom: 12px;padding-left: 36px;border-bottom-width: 1px;border-bottom-style: solid;border-bottom-color: rgba(1, 119, 84, 0.1);position: relative; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-oUAnWjdPy8z { font-family: "Crimson Text", serif;font-size: 18px;color: rgb(61, 61, 61);line-height: 1.7;padding-top: 12px;padding-right: 0px;padding-bottom: 12px;padding-left: 36px;border-bottom-width: 1px;border-bottom-style: solid;border-bottom-color: rgba(1, 119, 84, 0.1);position: relative; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-oUAnWjdPy8z { font-family: "Crimson Text", serif;font-size: 18px;color: rgb(61, 61, 61);line-height: 1.7;padding-top: 12px;padding-right: 0px;padding-bottom: 12px;padding-left: 36px;border-bottom-width: 1px;border-bottom-style: solid;border-bottom-color: rgba(1, 119, 84, 0.1);position: relative; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-oUAnWjdPy8z { font-family: "Crimson Text", serif;font-size: 18px;color: rgb(61, 61, 61);line-height: 1.7;padding-top: 12px;padding-right: 0px;padding-bottom: 12px;padding-left: 36px;border-bottom-width: 1px;border-bottom-style: solid;border-bottom-color: rgba(1, 119, 84, 0.1);position: relative; } } @media (min-width: 1200px) { .gp-component-id-oUAnWjdPy8z { font-family: "Crimson Text", serif;font-size: 18px;color: rgb(61, 61, 61);line-height: 1.7;padding-top: 12px;padding-right: 0px;padding-bottom: 12px;padding-left: 36px;border-bottom-width: 1px;border-bottom-style: solid;border-bottom-color: rgba(1, 119, 84, 0.1);position: relative; } } .gp-component-id-NAcBioWll7A { font-family: "Crimson Text", serif;font-size: 18px;color: rgb(61, 61, 61);line-height: 1.7;padding-top: 12px;padding-right: 0px;padding-bottom: 12px;padding-left: 36px;border-bottom-width: 1px;border-bottom-style: solid;border-bottom-color: rgba(1, 119, 84, 0.1);position: relative; } @media (max-width: 639px) { .gp-component-id-NAcBioWll7A { font-family: "Crimson Text", serif;font-size: 18px;color: rgb(61, 61, 61);line-height: 1.7;padding-top: 12px;padding-right: 0px;padding-bottom: 12px;padding-left: 36px;border-bottom-width: 1px;border-bottom-style: solid;border-bottom-color: rgba(1, 119, 84, 0.1);position: relative; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-NAcBioWll7A { font-family: "Crimson Text", serif;font-size: 18px;color: rgb(61, 61, 61);line-height: 1.7;padding-top: 12px;padding-right: 0px;padding-bottom: 12px;padding-left: 36px;border-bottom-width: 1px;border-bottom-style: solid;border-bottom-color: rgba(1, 119, 84, 0.1);position: relative; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-NAcBioWll7A { font-family: "Crimson Text", serif;font-size: 18px;color: rgb(61, 61, 61);line-height: 1.7;padding-top: 12px;padding-right: 0px;padding-bottom: 12px;padding-left: 36px;border-bottom-width: 1px;border-bottom-style: solid;border-bottom-color: rgba(1, 119, 84, 0.1);position: relative; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-NAcBioWll7A { font-family: "Crimson Text", serif;font-size: 18px;color: rgb(61, 61, 61);line-height: 1.7;padding-top: 12px;padding-right: 0px;padding-bottom: 12px;padding-left: 36px;border-bottom-width: 1px;border-bottom-style: solid;border-bottom-color: rgba(1, 119, 84, 0.1);position: relative; } } @media (min-width: 1200px) { .gp-component-id-NAcBioWll7A { font-family: "Crimson Text", serif;font-size: 18px;color: rgb(61, 61, 61);line-height: 1.7;padding-top: 12px;padding-right: 0px;padding-bottom: 12px;padding-left: 36px;border-bottom-width: 1px;border-bottom-style: solid;border-bottom-color: rgba(1, 119, 84, 0.1);position: relative; } } .gp-component-id-tn6r2gu92Ge { font-family: "Crimson Text", serif;font-size: 18px;color: rgb(61, 61, 61);line-height: 1.7;padding-top: 12px;padding-right: 0px;padding-bottom: 12px;padding-left: 36px;border-bottom-width: 1px;border-bottom-style: solid;border-bottom-color: rgba(1, 119, 84, 0.1);position: relative; } @media (max-width: 639px) { .gp-component-id-tn6r2gu92Ge { font-family: "Crimson Text", serif;font-size: 18px;color: rgb(61, 61, 61);line-height: 1.7;padding-top: 12px;padding-right: 0px;padding-bottom: 12px;padding-left: 36px;border-bottom-width: 1px;border-bottom-style: solid;border-bottom-color: rgba(1, 119, 84, 0.1);position: relative; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-tn6r2gu92Ge { font-family: "Crimson Text", serif;font-size: 18px;color: rgb(61, 61, 61);line-height: 1.7;padding-top: 12px;padding-right: 0px;padding-bottom: 12px;padding-left: 36px;border-bottom-width: 1px;border-bottom-style: solid;border-bottom-color: rgba(1, 119, 84, 0.1);position: relative; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-tn6r2gu92Ge { font-family: "Crimson Text", serif;font-size: 18px;color: rgb(61, 61, 61);line-height: 1.7;padding-top: 12px;padding-right: 0px;padding-bottom: 12px;padding-left: 36px;border-bottom-width: 1px;border-bottom-style: solid;border-bottom-color: rgba(1, 119, 84, 0.1);position: relative; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-tn6r2gu92Ge { font-family: "Crimson Text", serif;font-size: 18px;color: rgb(61, 61, 61);line-height: 1.7;padding-top: 12px;padding-right: 0px;padding-bottom: 12px;padding-left: 36px;border-bottom-width: 1px;border-bottom-style: solid;border-bottom-color: rgba(1, 119, 84, 0.1);position: relative; } } @media (min-width: 1200px) { .gp-component-id-tn6r2gu92Ge { font-family: "Crimson Text", serif;font-size: 18px;color: rgb(61, 61, 61);line-height: 1.7;padding-top: 12px;padding-right: 0px;padding-bottom: 12px;padding-left: 36px;border-bottom-width: 1px;border-bottom-style: solid;border-bottom-color: rgba(1, 119, 84, 0.1);position: relative; } } .gp-component-id-HKE44KMJWRv { font-family: "Crimson Text", serif;font-size: 18px;color: rgb(61, 61, 61);line-height: 1.7;padding-top: 12px;padding-right: 0px;padding-bottom: 12px;padding-left: 36px;border-bottom-width: 1px;border-bottom-style: solid;border-bottom-color: rgba(1, 119, 84, 0.1);position: relative; } @media (max-width: 639px) { .gp-component-id-HKE44KMJWRv { font-family: "Crimson Text", serif;font-size: 18px;color: rgb(61, 61, 61);line-height: 1.7;padding-top: 12px;padding-right: 0px;padding-bottom: 12px;padding-left: 36px;border-bottom-width: 1px;border-bottom-style: solid;border-bottom-color: rgba(1, 119, 84, 0.1);position: relative; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-HKE44KMJWRv { font-family: "Crimson Text", serif;font-size: 18px;color: rgb(61, 61, 61);line-height: 1.7;padding-top: 12px;padding-right: 0px;padding-bottom: 12px;padding-left: 36px;border-bottom-width: 1px;border-bottom-style: solid;border-bottom-color: rgba(1, 119, 84, 0.1);position: relative; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-HKE44KMJWRv { font-family: "Crimson Text", serif;font-size: 18px;color: rgb(61, 61, 61);line-height: 1.7;padding-top: 12px;padding-right: 0px;padding-bottom: 12px;padding-left: 36px;border-bottom-width: 1px;border-bottom-style: solid;border-bottom-color: rgba(1, 119, 84, 0.1);position: relative; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-HKE44KMJWRv { font-family: "Crimson Text", serif;font-size: 18px;color: rgb(61, 61, 61);line-height: 1.7;padding-top: 12px;padding-right: 0px;padding-bottom: 12px;padding-left: 36px;border-bottom-width: 1px;border-bottom-style: solid;border-bottom-color: rgba(1, 119, 84, 0.1);position: relative; } } @media (min-width: 1200px) { .gp-component-id-HKE44KMJWRv { font-family: "Crimson Text", serif;font-size: 18px;color: rgb(61, 61, 61);line-height: 1.7;padding-top: 12px;padding-right: 0px;padding-bottom: 12px;padding-left: 36px;border-bottom-width: 1px;border-bottom-style: solid;border-bottom-color: rgba(1, 119, 84, 0.1);position: relative; } } .gp-component-id-tJLf_cVG9br { font-family: "Crimson Text", serif;font-size: 18px;color: rgb(61, 61, 61);line-height: 1.7;padding-top: 12px;padding-right: 0px;padding-bottom: 12px;padding-left: 36px;border-bottom-width: 1px;border-bottom-style: solid;border-bottom-color: rgba(1, 119, 84, 0.1);position: relative; } @media (max-width: 639px) { .gp-component-id-tJLf_cVG9br { font-family: "Crimson Text", serif;font-size: 18px;color: rgb(61, 61, 61);line-height: 1.7;padding-top: 12px;padding-right: 0px;padding-bottom: 12px;padding-left: 36px;border-bottom-width: 1px;border-bottom-style: solid;border-bottom-color: rgba(1, 119, 84, 0.1);position: relative; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-tJLf_cVG9br { font-family: "Crimson Text", serif;font-size: 18px;color: rgb(61, 61, 61);line-height: 1.7;padding-top: 12px;padding-right: 0px;padding-bottom: 12px;padding-left: 36px;border-bottom-width: 1px;border-bottom-style: solid;border-bottom-color: rgba(1, 119, 84, 0.1);position: relative; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-tJLf_cVG9br { font-family: "Crimson Text", serif;font-size: 18px;color: rgb(61, 61, 61);line-height: 1.7;padding-top: 12px;padding-right: 0px;padding-bottom: 12px;padding-left: 36px;border-bottom-width: 1px;border-bottom-style: solid;border-bottom-color: rgba(1, 119, 84, 0.1);position: relative; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-tJLf_cVG9br { font-family: "Crimson Text", serif;font-size: 18px;color: rgb(61, 61, 61);line-height: 1.7;padding-top: 12px;padding-right: 0px;padding-bottom: 12px;padding-left: 36px;border-bottom-width: 1px;border-bottom-style: solid;border-bottom-color: rgba(1, 119, 84, 0.1);position: relative; } } @media (min-width: 1200px) { .gp-component-id-tJLf_cVG9br { font-family: "Crimson Text", serif;font-size: 18px;color: rgb(61, 61, 61);line-height: 1.7;padding-top: 12px;padding-right: 0px;padding-bottom: 12px;padding-left: 36px;border-bottom-width: 1px;border-bottom-style: solid;border-bottom-color: rgba(1, 119, 84, 0.1);position: relative; } } .gp-component-id-Z_6gp3CJi0i { font-family: "Crimson Text", serif;font-size: 18px;color: rgb(61, 61, 61);line-height: 1.7;padding-top: 12px;padding-right: 0px;padding-bottom: 12px;padding-left: 36px;border-bottom-width: 1px;border-bottom-style: solid;border-bottom-color: rgba(1, 119, 84, 0.1);position: relative; } @media (max-width: 639px) { .gp-component-id-Z_6gp3CJi0i { font-family: "Crimson Text", serif;font-size: 18px;color: rgb(61, 61, 61);line-height: 1.7;padding-top: 12px;padding-right: 0px;padding-bottom: 12px;padding-left: 36px;border-bottom-width: 1px;border-bottom-style: solid;border-bottom-color: rgba(1, 119, 84, 0.1);position: relative; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-Z_6gp3CJi0i { font-family: "Crimson Text", serif;font-size: 18px;color: rgb(61, 61, 61);line-height: 1.7;padding-top: 12px;padding-right: 0px;padding-bottom: 12px;padding-left: 36px;border-bottom-width: 1px;border-bottom-style: solid;border-bottom-color: rgba(1, 119, 84, 0.1);position: relative; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-Z_6gp3CJi0i { font-family: "Crimson Text", serif;font-size: 18px;color: rgb(61, 61, 61);line-height: 1.7;padding-top: 12px;padding-right: 0px;padding-bottom: 12px;padding-left: 36px;border-bottom-width: 1px;border-bottom-style: solid;border-bottom-color: rgba(1, 119, 84, 0.1);position: relative; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-Z_6gp3CJi0i { font-family: "Crimson Text", serif;font-size: 18px;color: rgb(61, 61, 61);line-height: 1.7;padding-top: 12px;padding-right: 0px;padding-bottom: 12px;padding-left: 36px;border-bottom-width: 1px;border-bottom-style: solid;border-bottom-color: rgba(1, 119, 84, 0.1);position: relative; } } @media (min-width: 1200px) { .gp-component-id-Z_6gp3CJi0i { font-family: "Crimson Text", serif;font-size: 18px;color: rgb(61, 61, 61);line-height: 1.7;padding-top: 12px;padding-right: 0px;padding-bottom: 12px;padding-left: 36px;border-bottom-width: 1px;border-bottom-style: solid;border-bottom-color: rgba(1, 119, 84, 0.1);position: relative; } } .gp-component-id-CSstDx0vrUN { padding-top: 0px;padding-right: 0px;padding-bottom: 0px;padding-left: 0px;list-style-position: initial;list-style-image: initial;list-style-type: none;margin-top: 32px;margin-right: 0px;margin-bottom: 0px;margin-left: 0px;text-align: left; } @media (max-width: 639px) { .gp-component-id-CSstDx0vrUN { padding-top: 0px;padding-right: 0px;padding-bottom: 0px;padding-left: 0px;list-style-position: initial;list-style-image: initial;list-style-type: none;margin-top: 32px;margin-right: 0px;margin-bottom: 0px;margin-left: 0px;text-align: left; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-CSstDx0vrUN { padding-top: 0px;padding-right: 0px;padding-bottom: 0px;padding-left: 0px;list-style-position: initial;list-style-image: initial;list-style-type: none;margin-top: 32px;margin-right: 0px;margin-bottom: 0px;margin-left: 0px;text-align: left; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-CSstDx0vrUN { padding-top: 0px;padding-right: 0px;padding-bottom: 0px;padding-left: 0px;list-style-position: initial;list-style-image: initial;list-style-type: none;margin-top: 32px;margin-right: 0px;margin-bottom: 0px;margin-left: 0px;text-align: left; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-CSstDx0vrUN { padding-top: 0px;padding-right: 0px;padding-bottom: 0px;padding-left: 0px;list-style-position: initial;list-style-image: initial;list-style-type: none;margin-top: 32px;margin-right: 0px;margin-bottom: 0px;margin-left: 0px;text-align: left; } } @media (min-width: 1200px) { .gp-component-id-CSstDx0vrUN { padding-top: 0px;padding-right: 0px;padding-bottom: 0px;padding-left: 0px;list-style-position: initial;list-style-image: initial;list-style-type: none;margin-top: 32px;margin-right: 0px;margin-bottom: 0px;margin-left: 0px;text-align: left; } } .gp-component-id-hT809ZUY8vD { color: rgb(1, 46, 32);font-weight: 600; } @media (max-width: 639px) { .gp-component-id-hT809ZUY8vD { color: rgb(1, 46, 32);font-weight: 600; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-hT809ZUY8vD { color: rgb(1, 46, 32);font-weight: 600; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-hT809ZUY8vD { color: rgb(1, 46, 32);font-weight: 600; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-hT809ZUY8vD { color: rgb(1, 46, 32);font-weight: 600; } } @media (min-width: 1200px) { .gp-component-id-hT809ZUY8vD { color: rgb(1, 46, 32);font-weight: 600; } } .gp-component-id-WLpIMr59G7k { margin-top: 0px;margin-right: 0px;margin-bottom: 0px;margin-left: 0px;font-family: "Crimson Text", serif;font-size: 17px;color: rgb(61, 61, 61);line-height: 1.7; } @media (max-width: 639px) { .gp-component-id-WLpIMr59G7k { margin-top: 0px;margin-right: 0px;margin-bottom: 0px;margin-left: 0px;font-family: "Crimson Text", serif;font-size: 17px;color: rgb(61, 61, 61);line-height: 1.7; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-WLpIMr59G7k { margin-top: 0px;margin-right: 0px;margin-bottom: 0px;margin-left: 0px;font-family: "Crimson Text", serif;font-size: 17px;color: rgb(61, 61, 61);line-height: 1.7; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-WLpIMr59G7k { margin-top: 0px;margin-right: 0px;margin-bottom: 0px;margin-left: 0px;font-family: "Crimson Text", serif;font-size: 17px;color: rgb(61, 61, 61);line-height: 1.7; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-WLpIMr59G7k { margin-top: 0px;margin-right: 0px;margin-bottom: 0px;margin-left: 0px;font-family: "Crimson Text", serif;font-size: 17px;color: rgb(61, 61, 61);line-height: 1.7; } } @media (min-width: 1200px) { .gp-component-id-WLpIMr59G7k { margin-top: 0px;margin-right: 0px;margin-bottom: 0px;margin-left: 0px;font-family: "Crimson Text", serif;font-size: 17px;color: rgb(61, 61, 61);line-height: 1.7; } } .gp-component-id-v1UhIdykYUl { background-image: initial;background-position-x: initial;background-position-y: initial;background-size: initial;background-repeat: initial;background-attachment: initial;background-origin: initial;background-clip: initial;background-color: rgba(201, 168, 76, 0.08);border-top-width: 1px;border-right-width: 1px;border-bottom-width: 1px;border-left-width: 1px;border-top-style: solid;border-right-style: solid;border-bottom-style: solid;border-left-style: solid;border-top-color: rgba(201, 168, 76, 0.3);border-right-color: rgba(201, 168, 76, 0.3);border-bottom-color: rgba(201, 168, 76, 0.3);border-left-color: rgba(201, 168, 76, 0.3);border-image-source: initial;border-image-slice: initial;border-image-width: initial;border-image-outset: initial;border-image-repeat: initial;border-top-left-radius: 12px;border-top-right-radius: 12px;border-bottom-right-radius: 12px;border-bottom-left-radius: 12px;padding-top: 24px;padding-right: 28px;padding-bottom: 24px;padding-left: 28px;margin-top: 24px;text-align: left; } @media (max-width: 639px) { .gp-component-id-v1UhIdykYUl { background-image: initial;background-position-x: initial;background-position-y: initial;background-size: initial;background-repeat: initial;background-attachment: initial;background-origin: initial;background-clip: initial;background-color: rgba(201, 168, 76, 0.08);border-top-width: 1px;border-right-width: 1px;border-bottom-width: 1px;border-left-width: 1px;border-top-style: solid;border-right-style: solid;border-bottom-style: solid;border-left-style: solid;border-top-color: rgba(201, 168, 76, 0.3);border-right-color: rgba(201, 168, 76, 0.3);border-bottom-color: rgba(201, 168, 76, 0.3);border-left-color: rgba(201, 168, 76, 0.3);border-image-source: initial;border-image-slice: initial;border-image-width: initial;border-image-outset: initial;border-image-repeat: initial;border-top-left-radius: 12px;border-top-right-radius: 12px;border-bottom-right-radius: 12px;border-bottom-left-radius: 12px;padding-top: 24px;padding-right: 28px;padding-bottom: 24px;padding-left: 28px;margin-top: 24px;text-align: left; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-v1UhIdykYUl { background-image: initial;background-position-x: initial;background-position-y: initial;background-size: initial;background-repeat: initial;background-attachment: initial;background-origin: initial;background-clip: initial;background-color: rgba(201, 168, 76, 0.08);border-top-width: 1px;border-right-width: 1px;border-bottom-width: 1px;border-left-width: 1px;border-top-style: solid;border-right-style: solid;border-bottom-style: solid;border-left-style: solid;border-top-color: rgba(201, 168, 76, 0.3);border-right-color: rgba(201, 168, 76, 0.3);border-bottom-color: rgba(201, 168, 76, 0.3);border-left-color: rgba(201, 168, 76, 0.3);border-image-source: initial;border-image-slice: initial;border-image-width: initial;border-image-outset: initial;border-image-repeat: initial;border-top-left-radius: 12px;border-top-right-radius: 12px;border-bottom-right-radius: 12px;border-bottom-left-radius: 12px;padding-top: 24px;padding-right: 28px;padding-bottom: 24px;padding-left: 28px;margin-top: 24px;text-align: left; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-v1UhIdykYUl { background-image: initial;background-position-x: initial;background-position-y: initial;background-size: initial;background-repeat: initial;background-attachment: initial;background-origin: initial;background-clip: initial;background-color: rgba(201, 168, 76, 0.08);border-top-width: 1px;border-right-width: 1px;border-bottom-width: 1px;border-left-width: 1px;border-top-style: solid;border-right-style: solid;border-bottom-style: solid;border-left-style: solid;border-top-color: rgba(201, 168, 76, 0.3);border-right-color: rgba(201, 168, 76, 0.3);border-bottom-color: rgba(201, 168, 76, 0.3);border-left-color: rgba(201, 168, 76, 0.3);border-image-source: initial;border-image-slice: initial;border-image-width: initial;border-image-outset: initial;border-image-repeat: initial;border-top-left-radius: 12px;border-top-right-radius: 12px;border-bottom-right-radius: 12px;border-bottom-left-radius: 12px;padding-top: 24px;padding-right: 28px;padding-bottom: 24px;padding-left: 28px;margin-top: 24px;text-align: left; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-v1UhIdykYUl { background-image: initial;background-position-x: initial;background-position-y: initial;background-size: initial;background-repeat: initial;background-attachment: initial;background-origin: initial;background-clip: initial;background-color: rgba(201, 168, 76, 0.08);border-top-width: 1px;border-right-width: 1px;border-bottom-width: 1px;border-left-width: 1px;border-top-style: solid;border-right-style: solid;border-bottom-style: solid;border-left-style: solid;border-top-color: rgba(201, 168, 76, 0.3);border-right-color: rgba(201, 168, 76, 0.3);border-bottom-color: rgba(201, 168, 76, 0.3);border-left-color: rgba(201, 168, 76, 0.3);border-image-source: initial;border-image-slice: initial;border-image-width: initial;border-image-outset: initial;border-image-repeat: initial;border-top-left-radius: 12px;border-top-right-radius: 12px;border-bottom-right-radius: 12px;border-bottom-left-radius: 12px;padding-top: 24px;padding-right: 28px;padding-bottom: 24px;padding-left: 28px;margin-top: 24px;text-align: left; } } @media (min-width: 1200px) { .gp-component-id-v1UhIdykYUl { background-image: initial;background-position-x: initial;background-position-y: initial;background-size: initial;background-repeat: initial;background-attachment: initial;background-origin: initial;background-clip: initial;background-color: rgba(201, 168, 76, 0.08);border-top-width: 1px;border-right-width: 1px;border-bottom-width: 1px;border-left-width: 1px;border-top-style: solid;border-right-style: solid;border-bottom-style: solid;border-left-style: solid;border-top-color: rgba(201, 168, 76, 0.3);border-right-color: rgba(201, 168, 76, 0.3);border-bottom-color: rgba(201, 168, 76, 0.3);border-left-color: rgba(201, 168, 76, 0.3);border-image-source: initial;border-image-slice: initial;border-image-width: initial;border-image-outset: initial;border-image-repeat: initial;border-top-left-radius: 12px;border-top-right-radius: 12px;border-bottom-right-radius: 12px;border-bottom-left-radius: 12px;padding-top: 24px;padding-right: 28px;padding-bottom: 24px;padding-left: 28px;margin-top: 24px;text-align: left; } } .gp-component-id-nCTlekY8GAo { margin-right: 0px;margin-bottom: 0px;margin-left: 0px;font-family: "Crimson Text", serif;font-size: 16px;color: rgb(102, 102, 102);margin-top: 16px;font-style: italic; } @media (max-width: 639px) { .gp-component-id-nCTlekY8GAo { margin-right: 0px;margin-bottom: 0px;margin-left: 0px;font-family: "Crimson Text", serif;font-size: 16px;color: rgb(102, 102, 102);margin-top: 16px;font-style: italic; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-nCTlekY8GAo { margin-right: 0px;margin-bottom: 0px;margin-left: 0px;font-family: "Crimson Text", serif;font-size: 16px;color: rgb(102, 102, 102);margin-top: 16px;font-style: italic; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-nCTlekY8GAo { margin-right: 0px;margin-bottom: 0px;margin-left: 0px;font-family: "Crimson Text", serif;font-size: 16px;color: rgb(102, 102, 102);margin-top: 16px;font-style: italic; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-nCTlekY8GAo { margin-right: 0px;margin-bottom: 0px;margin-left: 0px;font-family: "Crimson Text", serif;font-size: 16px;color: rgb(102, 102, 102);margin-top: 16px;font-style: italic; } } @media (min-width: 1200px) { .gp-component-id-nCTlekY8GAo { margin-right: 0px;margin-bottom: 0px;margin-left: 0px;font-family: "Crimson Text", serif;font-size: 16px;color: rgb(102, 102, 102);margin-top: 16px;font-style: italic; } } .gp-component-id-n9gJULX0mIv { font-size: 20px;font-weight: 400;color: rgb(102, 102, 102);display: block;margin-top: 8px;font-family: "Crimson Text", serif;font-style: italic; } @media (max-width: 639px) { .gp-component-id-n9gJULX0mIv { font-size: 20px;font-weight: 400;color: rgb(102, 102, 102);display: block;margin-top: 8px;font-family: "Crimson Text", serif;font-style: italic; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-n9gJULX0mIv { font-size: 20px;font-weight: 400;color: rgb(102, 102, 102);display: block;margin-top: 8px;font-family: "Crimson Text", serif;font-style: italic; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-n9gJULX0mIv { font-size: 20px;font-weight: 400;color: rgb(102, 102, 102);display: block;margin-top: 8px;font-family: "Crimson Text", serif;font-style: italic; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-n9gJULX0mIv { font-size: 20px;font-weight: 400;color: rgb(102, 102, 102);display: block;margin-top: 8px;font-family: "Crimson Text", serif;font-style: italic; } } @media (min-width: 1200px) { .gp-component-id-n9gJULX0mIv { font-size: 20px;font-weight: 400;color: rgb(102, 102, 102);display: block;margin-top: 8px;font-family: "Crimson Text", serif;font-style: italic; } } .gp-component-id-0h4NxNbyq__ { font-family: Poppins, sans-serif;font-size: clamp(48px, 7vw, 72px);font-weight: 900;color: rgb(1, 119, 84);line-height: 1;margin-bottom: 8px; } @media (max-width: 639px) { .gp-component-id-0h4NxNbyq__ { font-family: Poppins, sans-serif;font-size: clamp(48px, 7vw, 72px);font-weight: 900;color: rgb(1, 119, 84);line-height: 1;margin-bottom: 8px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-0h4NxNbyq__ { font-family: Poppins, sans-serif;font-size: clamp(48px, 7vw, 72px);font-weight: 900;color: rgb(1, 119, 84);line-height: 1;margin-bottom: 8px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-0h4NxNbyq__ { font-family: Poppins, sans-serif;font-size: clamp(48px, 7vw, 72px);font-weight: 900;color: rgb(1, 119, 84);line-height: 1;margin-bottom: 8px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-0h4NxNbyq__ { font-family: Poppins, sans-serif;font-size: clamp(48px, 7vw, 72px);font-weight: 900;color: rgb(1, 119, 84);line-height: 1;margin-bottom: 8px; } } @media (min-width: 1200px) { .gp-component-id-0h4NxNbyq__ { font-family: Poppins, sans-serif;font-size: clamp(48px, 7vw, 72px);font-weight: 900;color: rgb(1, 119, 84);line-height: 1;margin-bottom: 8px; } } .gp-component-id-Na4VCjnSYBG { margin-top: 0px;margin-right: 0px;margin-left: 0px;font-family: "Crimson Text", serif;font-size: 28px;font-weight: 600;color: rgb(1, 46, 32);margin-bottom: 24px; } @media (max-width: 639px) { .gp-component-id-Na4VCjnSYBG { margin-top: 0px;margin-right: 0px;margin-left: 0px;font-family: "Crimson Text", serif;font-size: 28px;font-weight: 600;color: rgb(1, 46, 32);margin-bottom: 24px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-Na4VCjnSYBG { margin-top: 0px;margin-right: 0px;margin-left: 0px;font-family: "Crimson Text", serif;font-size: 28px;font-weight: 600;color: rgb(1, 46, 32);margin-bottom: 24px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-Na4VCjnSYBG { margin-top: 0px;margin-right: 0px;margin-left: 0px;font-family: "Crimson Text", serif;font-size: 28px;font-weight: 600;color: rgb(1, 46, 32);margin-bottom: 24px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-Na4VCjnSYBG { margin-top: 0px;margin-right: 0px;margin-left: 0px;font-family: "Crimson Text", serif;font-size: 28px;font-weight: 600;color: rgb(1, 46, 32);margin-bottom: 24px; } } @media (min-width: 1200px) { .gp-component-id-Na4VCjnSYBG { margin-top: 0px;margin-right: 0px;margin-left: 0px;font-family: "Crimson Text", serif;font-size: 28px;font-weight: 600;color: rgb(1, 46, 32);margin-bottom: 24px; } } .gp-component-id-4_cdNmHjGa { margin-top: 0px;margin-right: 0px;margin-left: 0px;font-size: 11px;font-weight: 700;color: rgb(2, 197, 139);letter-spacing: 0.2em;text-transform: uppercase;margin-bottom: 12px; } @media (max-width: 639px) { .gp-component-id-4_cdNmHjGa { margin-top: 0px;margin-right: 0px;margin-left: 0px;font-size: 11px;font-weight: 700;color: rgb(2, 197, 139);letter-spacing: 0.2em;text-transform: uppercase;margin-bottom: 12px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-4_cdNmHjGa { margin-top: 0px;margin-right: 0px;margin-left: 0px;font-size: 11px;font-weight: 700;color: rgb(2, 197, 139);letter-spacing: 0.2em;text-transform: uppercase;margin-bottom: 12px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-4_cdNmHjGa { margin-top: 0px;margin-right: 0px;margin-left: 0px;font-size: 11px;font-weight: 700;color: rgb(2, 197, 139);letter-spacing: 0.2em;text-transform: uppercase;margin-bottom: 12px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-4_cdNmHjGa { margin-top: 0px;margin-right: 0px;margin-left: 0px;font-size: 11px;font-weight: 700;color: rgb(2, 197, 139);letter-spacing: 0.2em;text-transform: uppercase;margin-bottom: 12px; } } @media (min-width: 1200px) { .gp-component-id-4_cdNmHjGa { margin-top: 0px;margin-right: 0px;margin-left: 0px;font-size: 11px;font-weight: 700;color: rgb(2, 197, 139);letter-spacing: 0.2em;text-transform: uppercase;margin-bottom: 12px; } } .gp-component-id-GIK1z4Ra3N { background-image: initial;background-position-x: initial;background-position-y: initial;background-size: initial;background-repeat: initial;background-attachment: initial;background-origin: initial;background-clip: initial;background-color: rgb(255, 255, 255);border-top-width: 2px;border-right-width: 2px;border-bottom-width: 2px;border-left-width: 2px;border-top-style: solid;border-right-style: solid;border-bottom-style: solid;border-left-style: solid;border-top-color: rgba(1, 119, 84, 0.2);border-right-color: rgba(1, 119, 84, 0.2);border-bottom-color: rgba(1, 119, 84, 0.2);border-left-color: rgba(1, 119, 84, 0.2);border-image-source: initial;border-image-slice: initial;border-image-width: initial;border-image-outset: initial;border-image-repeat: initial;border-top-left-radius: 20px;border-top-right-radius: 20px;border-bottom-right-radius: 20px;border-bottom-left-radius: 20px;padding-top: 48px;padding-right: 48px;padding-bottom: 48px;padding-left: 48px;margin-top: 40px;margin-right: 0px;margin-bottom: 40px;margin-left: 0px;text-align: center;position: relative;overflow-x: hidden;overflow-y: hidden; } @media (max-width: 639px) { .gp-component-id-GIK1z4Ra3N { background-image: initial;background-position-x: initial;background-position-y: initial;background-size: initial;background-repeat: initial;background-attachment: initial;background-origin: initial;background-clip: initial;background-color: rgb(255, 255, 255);border-top-width: 2px;border-right-width: 2px;border-bottom-width: 2px;border-left-width: 2px;border-top-style: solid;border-right-style: solid;border-bottom-style: solid;border-left-style: solid;border-top-color: rgba(1, 119, 84, 0.2);border-right-color: rgba(1, 119, 84, 0.2);border-bottom-color: rgba(1, 119, 84, 0.2);border-left-color: rgba(1, 119, 84, 0.2);border-image-source: initial;border-image-slice: initial;border-image-width: initial;border-image-outset: initial;border-image-repeat: initial;border-top-left-radius: 20px;border-top-right-radius: 20px;border-bottom-right-radius: 20px;border-bottom-left-radius: 20px;padding-top: 36px;padding-right: 24px;padding-bottom: 36px;padding-left: 24px;margin-top: 40px;margin-right: 0px;margin-bottom: 40px;margin-left: 0px;text-align: center;position: relative;overflow-x: hidden;overflow-y: hidden; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-GIK1z4Ra3N { background-image: initial;background-position-x: initial;background-position-y: initial;background-size: initial;background-repeat: initial;background-attachment: initial;background-origin: initial;background-clip: initial;background-color: rgb(255, 255, 255);border-top-width: 2px;border-right-width: 2px;border-bottom-width: 2px;border-left-width: 2px;border-top-style: solid;border-right-style: solid;border-bottom-style: solid;border-left-style: solid;border-top-color: rgba(1, 119, 84, 0.2);border-right-color: rgba(1, 119, 84, 0.2);border-bottom-color: rgba(1, 119, 84, 0.2);border-left-color: rgba(1, 119, 84, 0.2);border-image-source: initial;border-image-slice: initial;border-image-width: initial;border-image-outset: initial;border-image-repeat: initial;border-top-left-radius: 20px;border-top-right-radius: 20px;border-bottom-right-radius: 20px;border-bottom-left-radius: 20px;padding-top: 48px;padding-right: 48px;padding-bottom: 48px;padding-left: 48px;margin-top: 40px;margin-right: 0px;margin-bottom: 40px;margin-left: 0px;text-align: center;position: relative;overflow-x: hidden;overflow-y: hidden; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-GIK1z4Ra3N { background-image: initial;background-position-x: initial;background-position-y: initial;background-size: initial;background-repeat: initial;background-attachment: initial;background-origin: initial;background-clip: initial;background-color: rgb(255, 255, 255);border-top-width: 2px;border-right-width: 2px;border-bottom-width: 2px;border-left-width: 2px;border-top-style: solid;border-right-style: solid;border-bottom-style: solid;border-left-style: solid;border-top-color: rgba(1, 119, 84, 0.2);border-right-color: rgba(1, 119, 84, 0.2);border-bottom-color: rgba(1, 119, 84, 0.2);border-left-color: rgba(1, 119, 84, 0.2);border-image-source: initial;border-image-slice: initial;border-image-width: initial;border-image-outset: initial;border-image-repeat: initial;border-top-left-radius: 20px;border-top-right-radius: 20px;border-bottom-right-radius: 20px;border-bottom-left-radius: 20px;padding-top: 48px;padding-right: 48px;padding-bottom: 48px;padding-left: 48px;margin-top: 40px;margin-right: 0px;margin-bottom: 40px;margin-left: 0px;text-align: center;position: relative;overflow-x: hidden;overflow-y: hidden; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-GIK1z4Ra3N { background-image: initial;background-position-x: initial;background-position-y: initial;background-size: initial;background-repeat: initial;background-attachment: initial;background-origin: initial;background-clip: initial;background-color: rgb(255, 255, 255);border-top-width: 2px;border-right-width: 2px;border-bottom-width: 2px;border-left-width: 2px;border-top-style: solid;border-right-style: solid;border-bottom-style: solid;border-left-style: solid;border-top-color: rgba(1, 119, 84, 0.2);border-right-color: rgba(1, 119, 84, 0.2);border-bottom-color: rgba(1, 119, 84, 0.2);border-left-color: rgba(1, 119, 84, 0.2);border-image-source: initial;border-image-slice: initial;border-image-width: initial;border-image-outset: initial;border-image-repeat: initial;border-top-left-radius: 20px;border-top-right-radius: 20px;border-bottom-right-radius: 20px;border-bottom-left-radius: 20px;padding-top: 48px;padding-right: 48px;padding-bottom: 48px;padding-left: 48px;margin-top: 40px;margin-right: 0px;margin-bottom: 40px;margin-left: 0px;text-align: center;position: relative;overflow-x: hidden;overflow-y: hidden; } } @media (min-width: 1200px) { .gp-component-id-GIK1z4Ra3N { background-image: initial;background-position-x: initial;background-position-y: initial;background-size: initial;background-repeat: initial;background-attachment: initial;background-origin: initial;background-clip: initial;background-color: rgb(255, 255, 255);border-top-width: 2px;border-right-width: 2px;border-bottom-width: 2px;border-left-width: 2px;border-top-style: solid;border-right-style: solid;border-bottom-style: solid;border-left-style: solid;border-top-color: rgba(1, 119, 84, 0.2);border-right-color: rgba(1, 119, 84, 0.2);border-bottom-color: rgba(1, 119, 84, 0.2);border-left-color: rgba(1, 119, 84, 0.2);border-image-source: initial;border-image-slice: initial;border-image-width: initial;border-image-outset: initial;border-image-repeat: initial;border-top-left-radius: 20px;border-top-right-radius: 20px;border-bottom-right-radius: 20px;border-bottom-left-radius: 20px;padding-top: 48px;padding-right: 48px;padding-bottom: 48px;padding-left: 48px;margin-top: 40px;margin-right: 0px;margin-bottom: 40px;margin-left: 0px;text-align: center;position: relative;overflow-x: hidden;overflow-y: hidden; } } .gp-component-id-j38vHX6O0r { margin-top: 0px;margin-right: 0px;margin-left: 0px;font-size: 10px;font-weight: 700;letter-spacing: 0.28em;text-transform: uppercase;color: rgb(1, 119, 84);margin-bottom: 22px;display: flex;align-items: center;row-gap: 14px;column-gap: 14px; } @media (max-width: 639px) { .gp-component-id-j38vHX6O0r { margin-top: 0px;margin-right: 0px;margin-left: 0px;font-size: 10px;font-weight: 700;letter-spacing: 0.28em;text-transform: uppercase;color: rgb(1, 119, 84);margin-bottom: 22px;display: flex;align-items: center;row-gap: 14px;column-gap: 14px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-j38vHX6O0r { margin-top: 0px;margin-right: 0px;margin-left: 0px;font-size: 10px;font-weight: 700;letter-spacing: 0.28em;text-transform: uppercase;color: rgb(1, 119, 84);margin-bottom: 22px;display: flex;align-items: center;row-gap: 14px;column-gap: 14px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-j38vHX6O0r { margin-top: 0px;margin-right: 0px;margin-left: 0px;font-size: 10px;font-weight: 700;letter-spacing: 0.28em;text-transform: uppercase;color: rgb(1, 119, 84);margin-bottom: 22px;display: flex;align-items: center;row-gap: 14px;column-gap: 14px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-j38vHX6O0r { margin-top: 0px;margin-right: 0px;margin-left: 0px;font-size: 10px;font-weight: 700;letter-spacing: 0.28em;text-transform: uppercase;color: rgb(1, 119, 84);margin-bottom: 22px;display: flex;align-items: center;row-gap: 14px;column-gap: 14px; } } @media (min-width: 1200px) { .gp-component-id-j38vHX6O0r { margin-top: 0px;margin-right: 0px;margin-left: 0px;font-size: 10px;font-weight: 700;letter-spacing: 0.28em;text-transform: uppercase;color: rgb(1, 119, 84);margin-bottom: 22px;display: flex;align-items: center;row-gap: 14px;column-gap: 14px; } } .gp-component-id-CYr7b4MCeE { max-width: 820px;margin-top: 0px;margin-right: auto;margin-bottom: 0px;margin-left: auto;padding-top: 72px;padding-right: 24px;padding-bottom: 80px;padding-left: 24px; } @media (max-width: 639px) { .gp-component-id-CYr7b4MCeE { max-width: 820px;margin-top: 0px;margin-right: auto;margin-bottom: 0px;margin-left: auto;padding-top: 52px;padding-right: 20px;padding-bottom: 60px;padding-left: 20px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-CYr7b4MCeE { max-width: 820px;margin-top: 0px;margin-right: auto;margin-bottom: 0px;margin-left: auto;padding-top: 72px;padding-right: 24px;padding-bottom: 80px;padding-left: 24px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-CYr7b4MCeE { max-width: 820px;margin-top: 0px;margin-right: auto;margin-bottom: 0px;margin-left: auto;padding-top: 72px;padding-right: 24px;padding-bottom: 80px;padding-left: 24px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-CYr7b4MCeE { max-width: 820px;margin-top: 0px;margin-right: auto;margin-bottom: 0px;margin-left: auto;padding-top: 72px;padding-right: 24px;padding-bottom: 80px;padding-left: 24px; } } @media (min-width: 1200px) { .gp-component-id-CYr7b4MCeE { max-width: 820px;margin-top: 0px;margin-right: auto;margin-bottom: 0px;margin-left: auto;padding-top: 72px;padding-right: 24px;padding-bottom: 80px;padding-left: 24px; } } .gp-component-id-6C0lJHuEbW { font-family: "Crimson Text", serif;font-size: 20px;color: rgba(255, 255, 255, 0.62);line-height: 1.8;max-width: 580px;margin-top: 0px;margin-right: auto;margin-bottom: 0px;margin-left: auto;position: relative;z-index: 1; } @media (max-width: 639px) { .gp-component-id-6C0lJHuEbW { font-family: "Crimson Text", serif;font-size: 20px;color: rgba(255, 255, 255, 0.62);line-height: 1.8;max-width: 580px;margin-top: 0px;margin-right: auto;margin-bottom: 0px;margin-left: auto;position: relative;z-index: 1; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-6C0lJHuEbW { font-family: "Crimson Text", serif;font-size: 20px;color: rgba(255, 255, 255, 0.62);line-height: 1.8;max-width: 580px;margin-top: 0px;margin-right: auto;margin-bottom: 0px;margin-left: auto;position: relative;z-index: 1; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-6C0lJHuEbW { font-family: "Crimson Text", serif;font-size: 20px;color: rgba(255, 255, 255, 0.62);line-height: 1.8;max-width: 580px;margin-top: 0px;margin-right: auto;margin-bottom: 0px;margin-left: auto;position: relative;z-index: 1; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-6C0lJHuEbW { font-family: "Crimson Text", serif;font-size: 20px;color: rgba(255, 255, 255, 0.62);line-height: 1.8;max-width: 580px;margin-top: 0px;margin-right: auto;margin-bottom: 0px;margin-left: auto;position: relative;z-index: 1; } } @media (min-width: 1200px) { .gp-component-id-6C0lJHuEbW { font-family: "Crimson Text", serif;font-size: 20px;color: rgba(255, 255, 255, 0.62);line-height: 1.8;max-width: 580px;margin-top: 0px;margin-right: auto;margin-bottom: 0px;margin-left: auto;position: relative;z-index: 1; } } .gp-component-id-6SNx_UAVQj { font-style: italic;color: rgb(63, 253, 197); } @media (max-width: 639px) { .gp-component-id-6SNx_UAVQj { font-style: italic;color: rgb(63, 253, 197); } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-6SNx_UAVQj { font-style: italic;color: rgb(63, 253, 197); } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-6SNx_UAVQj { font-style: italic;color: rgb(63, 253, 197); } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-6SNx_UAVQj { font-style: italic;color: rgb(63, 253, 197); } } @media (min-width: 1200px) { .gp-component-id-6SNx_UAVQj { font-style: italic;color: rgb(63, 253, 197); } } .gp-component-id-exAXv41yH0 { margin-top: 0px;font-family: "Crimson Text", serif;font-size: clamp(38px, 5vw, 64px);font-weight: 600;color: rgb(255, 255, 255);line-height: 1.18;margin-bottom: 24px;max-width: 760px;margin-left: auto;margin-right: auto;position: relative;z-index: 1; } @media (max-width: 639px) { .gp-component-id-exAXv41yH0 { margin-top: 0px;font-family: "Crimson Text", serif;font-size: clamp(38px, 5vw, 64px);font-weight: 600;color: rgb(255, 255, 255);line-height: 1.18;margin-bottom: 24px;max-width: 760px;margin-left: auto;margin-right: auto;position: relative;z-index: 1; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-exAXv41yH0 { margin-top: 0px;font-family: "Crimson Text", serif;font-size: clamp(38px, 5vw, 64px);font-weight: 600;color: rgb(255, 255, 255);line-height: 1.18;margin-bottom: 24px;max-width: 760px;margin-left: auto;margin-right: auto;position: relative;z-index: 1; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-exAXv41yH0 { margin-top: 0px;font-family: "Crimson Text", serif;font-size: clamp(38px, 5vw, 64px);font-weight: 600;color: rgb(255, 255, 255);line-height: 1.18;margin-bottom: 24px;max-width: 760px;margin-left: auto;margin-right: auto;position: relative;z-index: 1; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-exAXv41yH0 { margin-top: 0px;font-family: "Crimson Text", serif;font-size: clamp(38px, 5vw, 64px);font-weight: 600;color: rgb(255, 255, 255);line-height: 1.18;margin-bottom: 24px;max-width: 760px;margin-left: auto;margin-right: auto;position: relative;z-index: 1; } } @media (min-width: 1200px) { .gp-component-id-exAXv41yH0 { margin-top: 0px;font-family: "Crimson Text", serif;font-size: clamp(38px, 5vw, 64px);font-weight: 600;color: rgb(255, 255, 255);line-height: 1.18;margin-bottom: 24px;max-width: 760px;margin-left: auto;margin-right: auto;position: relative;z-index: 1; } } .gp-component-id-EvlO1tll8C { font-size: 11px;font-weight: 700;letter-spacing: 0.2em;text-transform: uppercase;color: rgb(63, 253, 197); } @media (max-width: 639px) { .gp-component-id-EvlO1tll8C { font-size: 11px;font-weight: 700;letter-spacing: 0.2em;text-transform: uppercase;color: rgb(63, 253, 197); } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-EvlO1tll8C { font-size: 11px;font-weight: 700;letter-spacing: 0.2em;text-transform: uppercase;color: rgb(63, 253, 197); } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-EvlO1tll8C { font-size: 11px;font-weight: 700;letter-spacing: 0.2em;text-transform: uppercase;color: rgb(63, 253, 197); } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-EvlO1tll8C { font-size: 11px;font-weight: 700;letter-spacing: 0.2em;text-transform: uppercase;color: rgb(63, 253, 197); } } @media (min-width: 1200px) { .gp-component-id-EvlO1tll8C { font-size: 11px;font-weight: 700;letter-spacing: 0.2em;text-transform: uppercase;color: rgb(63, 253, 197); } } .gp-component-id-kCZJWigISu { display: inline-flex;align-items: center;row-gap: 10px;column-gap: 10px;background-image: initial;background-position-x: initial;background-position-y: initial;background-size: initial;background-repeat: initial;background-attachment: initial;background-origin: initial;background-clip: initial;background-color: rgba(2, 197, 139, 0.1);border-top-width: 1px;border-right-width: 1px;border-bottom-width: 1px;border-left-width: 1px;border-top-style: solid;border-right-style: solid;border-bottom-style: solid;border-left-style: solid;border-top-color: rgba(2, 197, 139, 0.3);border-right-color: rgba(2, 197, 139, 0.3);border-bottom-color: rgba(2, 197, 139, 0.3);border-left-color: rgba(2, 197, 139, 0.3);border-image-source: initial;border-image-slice: initial;border-image-width: initial;border-image-outset: initial;border-image-repeat: initial;border-top-left-radius: 40px;border-top-right-radius: 40px;border-bottom-right-radius: 40px;border-bottom-left-radius: 40px;padding-top: 9px;padding-right: 22px;padding-bottom: 9px;padding-left: 22px;margin-bottom: 32px;position: relative;z-index: 1; } @media (max-width: 639px) { .gp-component-id-kCZJWigISu { display: inline-flex;align-items: center;row-gap: 10px;column-gap: 10px;background-image: initial;background-position-x: initial;background-position-y: initial;background-size: initial;background-repeat: initial;background-attachment: initial;background-origin: initial;background-clip: initial;background-color: rgba(2, 197, 139, 0.1);border-top-width: 1px;border-right-width: 1px;border-bottom-width: 1px;border-left-width: 1px;border-top-style: solid;border-right-style: solid;border-bottom-style: solid;border-left-style: solid;border-top-color: rgba(2, 197, 139, 0.3);border-right-color: rgba(2, 197, 139, 0.3);border-bottom-color: rgba(2, 197, 139, 0.3);border-left-color: rgba(2, 197, 139, 0.3);border-image-source: initial;border-image-slice: initial;border-image-width: initial;border-image-outset: initial;border-image-repeat: initial;border-top-left-radius: 40px;border-top-right-radius: 40px;border-bottom-right-radius: 40px;border-bottom-left-radius: 40px;padding-top: 9px;padding-right: 22px;padding-bottom: 9px;padding-left: 22px;margin-bottom: 32px;position: relative;z-index: 1; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-kCZJWigISu { display: inline-flex;align-items: center;row-gap: 10px;column-gap: 10px;background-image: initial;background-position-x: initial;background-position-y: initial;background-size: initial;background-repeat: initial;background-attachment: initial;background-origin: initial;background-clip: initial;background-color: rgba(2, 197, 139, 0.1);border-top-width: 1px;border-right-width: 1px;border-bottom-width: 1px;border-left-width: 1px;border-top-style: solid;border-right-style: solid;border-bottom-style: solid;border-left-style: solid;border-top-color: rgba(2, 197, 139, 0.3);border-right-color: rgba(2, 197, 139, 0.3);border-bottom-color: rgba(2, 197, 139, 0.3);border-left-color: rgba(2, 197, 139, 0.3);border-image-source: initial;border-image-slice: initial;border-image-width: initial;border-image-outset: initial;border-image-repeat: initial;border-top-left-radius: 40px;border-top-right-radius: 40px;border-bottom-right-radius: 40px;border-bottom-left-radius: 40px;padding-top: 9px;padding-right: 22px;padding-bottom: 9px;padding-left: 22px;margin-bottom: 32px;position: relative;z-index: 1; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-kCZJWigISu { display: inline-flex;align-items: center;row-gap: 10px;column-gap: 10px;background-image: initial;background-position-x: initial;background-position-y: initial;background-size: initial;background-repeat: initial;background-attachment: initial;background-origin: initial;background-clip: initial;background-color: rgba(2, 197, 139, 0.1);border-top-width: 1px;border-right-width: 1px;border-bottom-width: 1px;border-left-width: 1px;border-top-style: solid;border-right-style: solid;border-bottom-style: solid;border-left-style: solid;border-top-color: rgba(2, 197, 139, 0.3);border-right-color: rgba(2, 197, 139, 0.3);border-bottom-color: rgba(2, 197, 139, 0.3);border-left-color: rgba(2, 197, 139, 0.3);border-image-source: initial;border-image-slice: initial;border-image-width: initial;border-image-outset: initial;border-image-repeat: initial;border-top-left-radius: 40px;border-top-right-radius: 40px;border-bottom-right-radius: 40px;border-bottom-left-radius: 40px;padding-top: 9px;padding-right: 22px;padding-bottom: 9px;padding-left: 22px;margin-bottom: 32px;position: relative;z-index: 1; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-kCZJWigISu { display: inline-flex;align-items: center;row-gap: 10px;column-gap: 10px;background-image: initial;background-position-x: initial;background-position-y: initial;background-size: initial;background-repeat: initial;background-attachment: initial;background-origin: initial;background-clip: initial;background-color: rgba(2, 197, 139, 0.1);border-top-width: 1px;border-right-width: 1px;border-bottom-width: 1px;border-left-width: 1px;border-top-style: solid;border-right-style: solid;border-bottom-style: solid;border-left-style: solid;border-top-color: rgba(2, 197, 139, 0.3);border-right-color: rgba(2, 197, 139, 0.3);border-bottom-color: rgba(2, 197, 139, 0.3);border-left-color: rgba(2, 197, 139, 0.3);border-image-source: initial;border-image-slice: initial;border-image-width: initial;border-image-outset: initial;border-image-repeat: initial;border-top-left-radius: 40px;border-top-right-radius: 40px;border-bottom-right-radius: 40px;border-bottom-left-radius: 40px;padding-top: 9px;padding-right: 22px;padding-bottom: 9px;padding-left: 22px;margin-bottom: 32px;position: relative;z-index: 1; } } @media (min-width: 1200px) { .gp-component-id-kCZJWigISu { display: inline-flex;align-items: center;row-gap: 10px;column-gap: 10px;background-image: initial;background-position-x: initial;background-position-y: initial;background-size: initial;background-repeat: initial;background-attachment: initial;background-origin: initial;background-clip: initial;background-color: rgba(2, 197, 139, 0.1);border-top-width: 1px;border-right-width: 1px;border-bottom-width: 1px;border-left-width: 1px;border-top-style: solid;border-right-style: solid;border-bottom-style: solid;border-left-style: solid;border-top-color: rgba(2, 197, 139, 0.3);border-right-color: rgba(2, 197, 139, 0.3);border-bottom-color: rgba(2, 197, 139, 0.3);border-left-color: rgba(2, 197, 139, 0.3);border-image-source: initial;border-image-slice: initial;border-image-width: initial;border-image-outset: initial;border-image-repeat: initial;border-top-left-radius: 40px;border-top-right-radius: 40px;border-bottom-right-radius: 40px;border-bottom-left-radius: 40px;padding-top: 9px;padding-right: 22px;padding-bottom: 9px;padding-left: 22px;margin-bottom: 32px;position: relative;z-index: 1; } } .gp-component-id-B23BFdDHno { background-image: linear-gradient(145deg, rgb(1, 46, 32) 0%, rgb(1, 74, 50) 55%, rgb(1, 46, 32) 100%);background-position-x: initial;background-position-y: initial;background-size: initial;background-repeat: initial;background-attachment: initial;background-origin: initial;background-clip: initial;background-color: initial;padding-top: 96px;padding-right: 24px;padding-bottom: 104px;padding-left: 24px;text-align: center;position: relative;overflow-x: hidden;overflow-y: hidden; } @media (max-width: 639px) { .gp-component-id-B23BFdDHno { background-image: linear-gradient(145deg, rgb(1, 46, 32) 0%, rgb(1, 74, 50) 55%, rgb(1, 46, 32) 100%);background-position-x: initial;background-position-y: initial;background-size: initial;background-repeat: initial;background-attachment: initial;background-origin: initial;background-clip: initial;background-color: initial;padding-top: 68px;padding-right: 20px;padding-bottom: 76px;padding-left: 20px;text-align: center;position: relative;overflow-x: hidden;overflow-y: hidden; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-B23BFdDHno { background-image: linear-gradient(145deg, rgb(1, 46, 32) 0%, rgb(1, 74, 50) 55%, rgb(1, 46, 32) 100%);background-position-x: initial;background-position-y: initial;background-size: initial;background-repeat: initial;background-attachment: initial;background-origin: initial;background-clip: initial;background-color: initial;padding-top: 96px;padding-right: 24px;padding-bottom: 104px;padding-left: 24px;text-align: center;position: relative;overflow-x: hidden;overflow-y: hidden; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-B23BFdDHno { background-image: linear-gradient(145deg, rgb(1, 46, 32) 0%, rgb(1, 74, 50) 55%, rgb(1, 46, 32) 100%);background-position-x: initial;background-position-y: initial;background-size: initial;background-repeat: initial;background-attachment: initial;background-origin: initial;background-clip: initial;background-color: initial;padding-top: 96px;padding-right: 24px;padding-bottom: 104px;padding-left: 24px;text-align: center;position: relative;overflow-x: hidden;overflow-y: hidden; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-B23BFdDHno { background-image: linear-gradient(145deg, rgb(1, 46, 32) 0%, rgb(1, 74, 50) 55%, rgb(1, 46, 32) 100%);background-position-x: initial;background-position-y: initial;background-size: initial;background-repeat: initial;background-attachment: initial;background-origin: initial;background-clip: initial;background-color: initial;padding-top: 96px;padding-right: 24px;padding-bottom: 104px;padding-left: 24px;text-align: center;position: relative;overflow-x: hidden;overflow-y: hidden; } } @media (min-width: 1200px) { .gp-component-id-B23BFdDHno { background-image: linear-gradient(145deg, rgb(1, 46, 32) 0%, rgb(1, 74, 50) 55%, rgb(1, 46, 32) 100%);background-position-x: initial;background-position-y: initial;background-size: initial;background-repeat: initial;background-attachment: initial;background-origin: initial;background-clip: initial;background-color: initial;padding-top: 96px;padding-right: 24px;padding-bottom: 104px;padding-left: 24px;text-align: center;position: relative;overflow-x: hidden;overflow-y: hidden; } } .gp-component-id-PbnS3yNQBk { width: 83.3%;height: 3px;background-image: linear-gradient(90deg, rgb(1, 119, 84), rgb(2, 197, 139));background-position-x: initial;background-position-y: initial;background-size: initial;background-repeat: initial;background-attachment: initial;background-origin: initial;background-clip: initial;background-color: initial; } @media (max-width: 639px) { .gp-component-id-PbnS3yNQBk { width: 83.3%;height: 3px;background-image: linear-gradient(90deg, rgb(1, 119, 84), rgb(2, 197, 139));background-position-x: initial;background-position-y: initial;background-size: initial;background-repeat: initial;background-attachment: initial;background-origin: initial;background-clip: initial;background-color: initial; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-PbnS3yNQBk { width: 83.3%;height: 3px;background-image: linear-gradient(90deg, rgb(1, 119, 84), rgb(2, 197, 139));background-position-x: initial;background-position-y: initial;background-size: initial;background-repeat: initial;background-attachment: initial;background-origin: initial;background-clip: initial;background-color: initial; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-PbnS3yNQBk { width: 83.3%;height: 3px;background-image: linear-gradient(90deg, rgb(1, 119, 84), rgb(2, 197, 139));background-position-x: initial;background-position-y: initial;background-size: initial;background-repeat: initial;background-attachment: initial;background-origin: initial;background-clip: initial;background-color: initial; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-PbnS3yNQBk { width: 83.3%;height: 3px;background-image: linear-gradient(90deg, rgb(1, 119, 84), rgb(2, 197, 139));background-position-x: initial;background-position-y: initial;background-size: initial;background-repeat: initial;background-attachment: initial;background-origin: initial;background-clip: initial;background-color: initial; } } @media (min-width: 1200px) { .gp-component-id-PbnS3yNQBk { width: 83.3%;height: 3px;background-image: linear-gradient(90deg, rgb(1, 119, 84), rgb(2, 197, 139));background-position-x: initial;background-position-y: initial;background-size: initial;background-repeat: initial;background-attachment: initial;background-origin: initial;background-clip: initial;background-color: initial; } } .gp-component-id-u0zPW98Nm4 { height: 3px;background-image: initial;background-position-x: initial;background-position-y: initial;background-size: initial;background-repeat: initial;background-attachment: initial;background-origin: initial;background-clip: initial;background-color: rgba(1, 119, 84, 0.15); } @media (max-width: 639px) { .gp-component-id-u0zPW98Nm4 { height: 3px;background-image: initial;background-position-x: initial;background-position-y: initial;background-size: initial;background-repeat: initial;background-attachment: initial;background-origin: initial;background-clip: initial;background-color: rgba(1, 119, 84, 0.15); } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-u0zPW98Nm4 { height: 3px;background-image: initial;background-position-x: initial;background-position-y: initial;background-size: initial;background-repeat: initial;background-attachment: initial;background-origin: initial;background-clip: initial;background-color: rgba(1, 119, 84, 0.15); } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-u0zPW98Nm4 { height: 3px;background-image: initial;background-position-x: initial;background-position-y: initial;background-size: initial;background-repeat: initial;background-attachment: initial;background-origin: initial;background-clip: initial;background-color: rgba(1, 119, 84, 0.15); } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-u0zPW98Nm4 { height: 3px;background-image: initial;background-position-x: initial;background-position-y: initial;background-size: initial;background-repeat: initial;background-attachment: initial;background-origin: initial;background-clip: initial;background-color: rgba(1, 119, 84, 0.15); } } @media (min-width: 1200px) { .gp-component-id-u0zPW98Nm4 { height: 3px;background-image: initial;background-position-x: initial;background-position-y: initial;background-size: initial;background-repeat: initial;background-attachment: initial;background-origin: initial;background-clip: initial;background-color: rgba(1, 119, 84, 0.15); } } .gp-component-id-wxmwT3A6I7 { font-size: 11px;font-weight: 600;color: rgba(255, 255, 255, 0.45);letter-spacing: 0.15em;text-transform: uppercase; } @media (max-width: 639px) { .gp-component-id-wxmwT3A6I7 { font-size: 11px;font-weight: 600;color: rgba(255, 255, 255, 0.45);letter-spacing: 0.15em;text-transform: uppercase; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-wxmwT3A6I7 { font-size: 11px;font-weight: 600;color: rgba(255, 255, 255, 0.45);letter-spacing: 0.15em;text-transform: uppercase; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-wxmwT3A6I7 { font-size: 11px;font-weight: 600;color: rgba(255, 255, 255, 0.45);letter-spacing: 0.15em;text-transform: uppercase; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-wxmwT3A6I7 { font-size: 11px;font-weight: 600;color: rgba(255, 255, 255, 0.45);letter-spacing: 0.15em;text-transform: uppercase; } } @media (min-width: 1200px) { .gp-component-id-wxmwT3A6I7 { font-size: 11px;font-weight: 600;color: rgba(255, 255, 255, 0.45);letter-spacing: 0.15em;text-transform: uppercase; } } .gp-component-id-oQyOQun3I9 { display: block;width: auto;max-width: 100%;height: 38px;border-top-style: solid;border-right-style: solid;border-bottom-style: solid;border-left-style: solid; } @media (max-width: 639px) { .gp-component-id-oQyOQun3I9 { display: block;width: auto;max-width: 100%;height: 38px;border-top-style: solid;border-right-style: solid;border-bottom-style: solid;border-left-style: solid; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-oQyOQun3I9 { display: block;width: auto;max-width: 100%;height: 38px;border-top-style: solid;border-right-style: solid;border-bottom-style: solid;border-left-style: solid; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-oQyOQun3I9 { display: block;width: auto;max-width: 100%;height: 38px;border-top-style: solid;border-right-style: solid;border-bottom-style: solid;border-left-style: solid; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-oQyOQun3I9 { display: block;width: auto;max-width: 100%;height: 38px;border-top-style: solid;border-right-style: solid;border-bottom-style: solid;border-left-style: solid; } } @media (min-width: 1200px) { .gp-component-id-oQyOQun3I9 { display: block;width: auto;max-width: 100%;height: 38px;border-top-style: solid;border-right-style: solid;border-bottom-style: solid;border-left-style: solid; } } .gp-component-id-FwcpGC4G0h { display: flex;align-items: center; } @media (max-width: 639px) { .gp-component-id-FwcpGC4G0h { display: flex;align-items: center; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-FwcpGC4G0h { display: flex;align-items: center; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-FwcpGC4G0h { display: flex;align-items: center; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-FwcpGC4G0h { display: flex;align-items: center; } } @media (min-width: 1200px) { .gp-component-id-FwcpGC4G0h { display: flex;align-items: center; } } .gp-component-id-0K1opLroo { background-image: initial;background-position-x: initial;background-position-y: initial;background-size: initial;background-repeat: initial;background-attachment: initial;background-origin: initial;background-clip: initial;background-color: rgb(1, 46, 32);padding-top: 14px;padding-right: 40px;padding-bottom: 14px;padding-left: 40px;display: flex;align-items: center;justify-content: space-between; } @media (max-width: 639px) { .gp-component-id-0K1opLroo { background-image: initial;background-position-x: initial;background-position-y: initial;background-size: initial;background-repeat: initial;background-attachment: initial;background-origin: initial;background-clip: initial;background-color: rgb(1, 46, 32);padding-top: 12px;padding-right: 20px;padding-bottom: 12px;padding-left: 20px;display: flex;align-items: center;justify-content: space-between; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-0K1opLroo { background-image: initial;background-position-x: initial;background-position-y: initial;background-size: initial;background-repeat: initial;background-attachment: initial;background-origin: initial;background-clip: initial;background-color: rgb(1, 46, 32);padding-top: 14px;padding-right: 40px;padding-bottom: 14px;padding-left: 40px;display: flex;align-items: center;justify-content: space-between; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-0K1opLroo { background-image: initial;background-position-x: initial;background-position-y: initial;background-size: initial;background-repeat: initial;background-attachment: initial;background-origin: initial;background-clip: initial;background-color: rgb(1, 46, 32);padding-top: 14px;padding-right: 40px;padding-bottom: 14px;padding-left: 40px;display: flex;align-items: center;justify-content: space-between; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-0K1opLroo { background-image: initial;background-position-x: initial;background-position-y: initial;background-size: initial;background-repeat: initial;background-attachment: initial;background-origin: initial;background-clip: initial;background-color: rgb(1, 46, 32);padding-top: 14px;padding-right: 40px;padding-bottom: 14px;padding-left: 40px;display: flex;align-items: center;justify-content: space-between; } } @media (min-width: 1200px) { .gp-component-id-0K1opLroo { background-image: initial;background-position-x: initial;background-position-y: initial;background-size: initial;background-repeat: initial;background-attachment: initial;background-origin: initial;background-clip: initial;background-color: rgb(1, 46, 32);padding-top: 14px;padding-right: 40px;padding-bottom: 14px;padding-left: 40px;display: flex;align-items: center;justify-content: space-between; } } .gp-component-id-klihnxVCH { text-decoration-color: initial;text-decoration-style: solid;text-decoration-thickness: inherit;text-decoration-line: none;cursor: pointer;background-color: transparent;color: inherit; } @media (max-width: 639px) { .gp-component-id-klihnxVCH { text-decoration-color: initial;text-decoration-style: solid;text-decoration-thickness: inherit;text-decoration-line: none;cursor: pointer;background-color: transparent;color: inherit; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-klihnxVCH { text-decoration-color: initial;text-decoration-style: solid;text-decoration-thickness: inherit;text-decoration-line: none;cursor: pointer;background-color: transparent;color: inherit; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-klihnxVCH { text-decoration-color: initial;text-decoration-style: solid;text-decoration-thickness: inherit;text-decoration-line: none;cursor: pointer;background-color: transparent;color: inherit; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-klihnxVCH { text-decoration-color: initial;text-decoration-style: solid;text-decoration-thickness: inherit;text-decoration-line: none;cursor: pointer;background-color: transparent;color: inherit; } } @media (min-width: 1200px) { .gp-component-id-klihnxVCH { text-decoration-color: initial;text-decoration-style: solid;text-decoration-thickness: inherit;text-decoration-line: none;cursor: pointer;background-color: transparent;color: inherit; } }
