 body { font-family: Inter } /* ========================================= EFGC Brand CSS Foundation Fonts, colors, and type scale ========================================= */
/* Optional font import if not already loaded */
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&family=Manrope:wght@500;600;700;800&display=swap');
:root { /* Fonts */ --font-heading: "Manrope", sans-serif; --font-body: "Inter", sans-serif; /* Core colors */ --color-primary: #102A43; /* Deep Navy */ --color-secondary: #2F5D7E; /* Steel Blue */ --color-accent: #1F8A8A; /* Signal Teal */ --color-accent-warm: #D9A441; /* Amber Control Accent */ /* Neutrals */ --color-text: #1F2933; /* Charcoal text */ --color-text-muted: #52606D; /* Mid gray */ --color-text-soft: #5B6B7A; /* Slate gray */ --color-border: #D9E2EC; /* Light border */ --color-bg: #FFFFFF; /* White */ --color-bg-soft: #F5F7FA; /* Soft Cloud */ --color-section-wash: #EEF2F6; /* Section wash */ /* Optional logo red placeholder if you keep red in the system */ --color-brand-red: #C53D3D; /* Desktop type scale */ --fs-h1: 52px; --fs-h2: 40px; --fs-h3: 30px; --fs-h4: 24px; --fs-body-lg: 20px; --fs-body: 18px; --fs-small: 14px; --fs-button: 16px; /* Line heights */ --lh-h1: 1.1; --lh-h2: 1.18; --lh-h3: 1.22; --lh-h4: 1.25; --lh-body-lg: 1.6; --lh-body: 1.7; --lh-small: 1.45; /* Weights */ --fw-heading: 700; --fw-subheading: 600; --fw-label: 500; --fw-body: 400; /* Radius */ --radius-button: 12px; --radius-card: 16px;
}
/* Base */
html { font-size: 100%;
}
body { margin: 0; font-family: var(--font-body); font-size: var(--fs-body); line-height: var(--lh-body); font-weight: var(--fw-body); color: var(--color-text); background: var(--color-bg); -webkit-font-smoothing: antialiased; text-rendering: optimizeLegibility;
}
/* Headings */
h1, h2, h3, h4, h5, h6 { margin-top: 0; color: var(--color-primary); font-family: var(--font-heading); letter-spacing: -0.02em;
}
h1 { font-size: var(--fs-h1); line-height: var(--lh-h1); font-weight: var(--fw-heading);
}
h2 { font-size: var(--fs-h2); line-height: var(--lh-h2); font-weight: var(--fw-heading);
}
h3 { font-size: var(--fs-h3); line-height: var(--lh-h3); font-weight: var(--fw-heading);
}
h4 { font-size: var(--fs-h4); line-height: var(--lh-h4); font-weight: 650; /* falls back to 700 if unavailable */
}
/* Body text helpers */
p,
li,
blockquote { font-size: var(--fs-body); line-height: var(--lh-body); color: var(--color-text);
}
.text-lg { font-size: var(--fs-body-lg); line-height: var(--lh-body-lg);
}
.text-sm,
small,
.meta { font-size: var(--fs-small); line-height: var(--lh-small); color: var(--color-text-muted);
}
.eyebrow,
.label { font-size: 14px; line-height: 1.4; font-weight: var(--fw-label); letter-spacing: 0.08em; text-transform: uppercase; color: var(--color-secondary);
}
/* Links */
a { color: var(--color-secondary); text-decoration: none;
}
a:hover,
a:focus { text-decoration: underline;
}
/* Buttons */
.button,
button,
input[type="submit"] { display: inline-block; font-family: var(--font-body); font-size: var(--fs-button); font-weight: 600; line-height: 1.2; padding: 14px 24px; border-radius: var(--radius-button); border: 1px solid transparent; cursor: pointer;
}
/* Recommended primary CTA */
.button-primary { background: var(--color-primary); color: #FFFFFF;
}
.button-primary:hover,
.button-primary:focus { background: #0D2236;
}
/* Secondary CTA */
.button-secondary { background: #FFFFFF; color: var(--color-secondary); border-color: var(--color-secondary);
}
.button-secondary:hover,
.button-secondary:focus { background: var(--color-bg-soft);
}
/* Optional red CTA if you decide to keep logo red as CTA color */
.button-red { background: var(--color-brand-red); color: #FFFFFF;
}
.button-red:hover,
.button-red:focus { filter: brightness(0.95);
}
/* Utility classes */
.bg-soft { background: var(--color-bg-soft);
}
.bg-dark { background: var(--color-primary); color: #FFFFFF;
}
.border-soft { border: 1px solid var(--color-border);
}
.text-muted { color: var(--color-text-muted);
}
.text-soft { color: var(--color-text-soft);
}
.text-primary { color: var(--color-primary);
}
.text-secondary { color: var(--color-secondary);
}
.text-accent { color: var(--color-accent);
}
.text-warm { color: var(--color-accent-warm);
}
/* Mobile type scale */
@media (max-width: 767px) { :root { --fs-h1: 38px; --fs-h2: 30px; --fs-h3: 24px; --fs-h4: 22px; --fs-body-lg: 18px; --fs-body: 16px; --fs-small: 14px; --fs-button: 16px; } body { font-size: var(--fs-body); }
} *{} #IE-warning { display: none; position: fixed; width: 100%; height: 100%; z-index: 9999; background: white; } .IE-warning-message { position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); text-align: center; } @media (max-width: 639px) { .global-style-JtBm_bJrA { letter-spacing: 0.05em;font-family: Inter; } } @media (max-width: 767px) and (min-width: 640px) { .global-style-JtBm_bJrA { letter-spacing: 0.05em;font-family: Inter; } } @media (max-width: 991px) and (min-width: 768px) { .global-style-JtBm_bJrA { letter-spacing: 0.05em;font-family: Inter; } } @media (max-width: 1199px) and (min-width: 992px) { .global-style-JtBm_bJrA { letter-spacing: 0.05em;font-family: Inter; } } @media (min-width: 1200px) { .global-style-JtBm_bJrA { letter-spacing: 0.05em;font-family: Inter; } } @media (max-width: 639px) { .global-style-jpxvP5Hub { font-size: 48px !important;font-weight: 600 !important;color: rgba(16, 42, 67, 1);text-align: center;line-height: 1.5;font-family: Manrope !important;margin-bottom: 20px;width: 100%; } } @media (max-width: 767px) and (min-width: 640px) { .global-style-jpxvP5Hub { font-size: 48px !important;font-weight: 600 !important;color: rgba(16, 42, 67, 1);text-align: center;line-height: 1.5;font-family: Manrope !important;margin-bottom: 20px;width: 100%; } } @media (max-width: 991px) and (min-width: 768px) { .global-style-jpxvP5Hub { font-size: 48px !important;font-weight: 600 !important;color: rgba(16, 42, 67, 1);text-align: center;line-height: 1.5;font-family: Manrope !important;margin-bottom: 20px;width: 100%; } } @media (max-width: 1199px) and (min-width: 992px) { .global-style-jpxvP5Hub { font-size: 48px !important;font-weight: 600 !important;color: rgba(16, 42, 67, 1);text-align: center;line-height: 1.5;font-family: Manrope !important;margin-bottom: 20px;width: 100%; } } @media (min-width: 1200px) { .global-style-jpxvP5Hub { font-size: 48px !important;font-weight: 600 !important;color: rgba(16, 42, 67, 1);text-align: left;line-height: 1.5;font-family: Manrope !important;margin-bottom: 20px;width: 100%; } } @media (max-width: 639px) { .global-style-rVHN2BqX0 { font-size: 15px !important; } } @media (max-width: 767px) and (min-width: 640px) { .global-style-rVHN2BqX0 { font-size: 15px !important; } } @media (max-width: 991px) and (min-width: 768px) { .global-style-rVHN2BqX0 { font-size: 15px !important; } } @media (max-width: 1199px) and (min-width: 992px) { .global-style-rVHN2BqX0 { font-size: 15px !important; } } @media (min-width: 1200px) { .global-style-rVHN2BqX0 { font-size: 15px !important; } } .global-style-5lZU3WAAt { font-size: 24px;color: rgb(32, 45, 60);font-weight: 700;margin-top: 0px;margin-right: 0px;margin-bottom: 8px;margin-left: 0px; } @media (max-width: 639px) { .global-style-5lZU3WAAt { font-size: 28px !important;font-weight: 700;color: rgb(32, 45, 60);font-family: Manrope;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 8px; } } @media (max-width: 767px) and (min-width: 640px) { .global-style-5lZU3WAAt { font-size: 28px !important;font-weight: 700;color: rgb(32, 45, 60);font-family: Manrope;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 8px; } } @media (max-width: 991px) and (min-width: 768px) { .global-style-5lZU3WAAt { font-size: 28px !important;font-weight: 700;color: rgb(32, 45, 60);font-family: Manrope;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 8px; } } @media (max-width: 1199px) and (min-width: 992px) { .global-style-5lZU3WAAt { font-size: 28px !important;font-weight: 700;color: rgb(32, 45, 60);font-family: Manrope;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 8px; } } @media (min-width: 1200px) { .global-style-5lZU3WAAt { font-size: 28px !important;font-weight: 700;color: rgb(32, 45, 60);font-family: Manrope;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 8px; } } .global-style-5lZU3WAAt:not([data-gp-component="block"]), .global-style-5lZU3WAAt [data-section-overlay] { background-color: undefined; } @media (max-width: 639px) { .global-style-1QkEwvaT9 { text-align: center;padding-left: 158px;padding-right: 158px; } } @media (max-width: 767px) and (min-width: 640px) { .global-style-1QkEwvaT9 { text-align: center;padding-left: 158px;padding-right: 158px; } } @media (max-width: 991px) and (min-width: 768px) { .global-style-1QkEwvaT9 { text-align: center;padding-left: 158px;padding-right: 158px; } } @media (max-width: 1199px) and (min-width: 992px) { .global-style-1QkEwvaT9 { text-align: center;padding-left: 158px;padding-right: 158px; } } @media (min-width: 1200px) { .global-style-1QkEwvaT9 { text-align: center;padding-left: 158px;padding-right: 158px; } } @media (max-width: 639px) { .global-style-5RlfHqIiH { font-size: 42px !important;font-weight: 600;color: rgb(16, 42, 67);text-align: left;padding-left: 80px;padding-right: 80px; } } @media (max-width: 767px) and (min-width: 640px) { .global-style-5RlfHqIiH { font-size: 42px !important;font-weight: 600;color: rgb(16, 42, 67);text-align: left;padding-left: 80px;padding-right: 80px; } } @media (max-width: 991px) and (min-width: 768px) { .global-style-5RlfHqIiH { font-size: 42px !important;font-weight: 600;color: rgb(16, 42, 67);text-align: left;padding-left: 80px;padding-right: 80px; } } @media (max-width: 1199px) and (min-width: 992px) { .global-style-5RlfHqIiH { font-size: 42px !important;font-weight: 600;color: rgb(16, 42, 67);text-align: left;padding-left: 80px;padding-right: 80px; } } @media (min-width: 1200px) { .global-style-5RlfHqIiH { font-size: 42px !important;font-weight: 600;color: rgb(16, 42, 67);text-align: left;padding-left: 80px;padding-right: 80px; } } @media (max-width: 639px) { .global-style-KFI9SgbZ0 { font-size: 18px !important;font-weight: 500;color: rgba(255, 255, 255, 1);font-family: Inter;border-top-left-radius: 12px;border-top-right-radius: 12px;border-bottom-left-radius: 12px;border-bottom-right-radius: 12px;border-left-width: 0px;border-right-width: 0px;border-top-width: 0px;border-bottom-width: 0px;padding-left: 26px;padding-right: 26px;padding-top: 14px;padding-bottom: 14px; } } @media (max-width: 767px) and (min-width: 640px) { .global-style-KFI9SgbZ0 { font-size: 18px !important;font-weight: 500;color: rgba(255, 255, 255, 1);font-family: Inter;border-top-left-radius: 12px;border-top-right-radius: 12px;border-bottom-left-radius: 12px;border-bottom-right-radius: 12px;border-left-width: 0px;border-right-width: 0px;border-top-width: 0px;border-bottom-width: 0px;padding-left: 26px;padding-right: 26px;padding-top: 14px;padding-bottom: 14px; } } @media (max-width: 991px) and (min-width: 768px) { .global-style-KFI9SgbZ0 { font-size: 18px !important;font-weight: 500;color: rgba(255, 255, 255, 1);font-family: Inter;border-top-left-radius: 12px;border-top-right-radius: 12px;border-bottom-left-radius: 12px;border-bottom-right-radius: 12px;border-left-width: 0px;border-right-width: 0px;border-top-width: 0px;border-bottom-width: 0px;padding-left: 26px;padding-right: 26px;padding-top: 14px;padding-bottom: 14px; } } @media (max-width: 1199px) and (min-width: 992px) { .global-style-KFI9SgbZ0 { font-size: 18px !important;font-weight: 500;color: rgba(255, 255, 255, 1);font-family: Inter;border-top-left-radius: 12px;border-top-right-radius: 12px;border-bottom-left-radius: 12px;border-bottom-right-radius: 12px;border-left-width: 0px;border-right-width: 0px;border-top-width: 0px;border-bottom-width: 0px;padding-left: 26px;padding-right: 26px;padding-top: 14px;padding-bottom: 14px; } } @media (min-width: 1200px) { .global-style-KFI9SgbZ0 { font-size: 18px !important;font-weight: 500;color: rgba(255, 255, 255, 1);font-family: Inter;border-top-left-radius: 12px;border-top-right-radius: 12px;border-bottom-left-radius: 12px;border-bottom-right-radius: 12px;border-left-width: 0px;border-right-width: 0px;border-top-width: 0px;border-bottom-width: 0px;padding-left: 26px;padding-right: 26px;padding-top: 14px;padding-bottom: 14px; } } @media (max-width: 639px) { .global-style-KFI9SgbZ0:not([data-gp-component="block"]), .global-style-KFI9SgbZ0 [data-section-overlay] { background-color: rgba(16, 42, 67, 1); } } @media (max-width: 767px) and (min-width: 640px) { .global-style-KFI9SgbZ0:not([data-gp-component="block"]), .global-style-KFI9SgbZ0 [data-section-overlay] { background-color: rgba(16, 42, 67, 1); } } @media (max-width: 991px) and (min-width: 768px) { .global-style-KFI9SgbZ0:not([data-gp-component="block"]), .global-style-KFI9SgbZ0 [data-section-overlay] { background-color: rgba(16, 42, 67, 1); } } @media (max-width: 1199px) and (min-width: 992px) { .global-style-KFI9SgbZ0:not([data-gp-component="block"]), .global-style-KFI9SgbZ0 [data-section-overlay] { background-color: rgba(16, 42, 67, 1); } } @media (min-width: 1200px) { .global-style-KFI9SgbZ0:not([data-gp-component="block"]), .global-style-KFI9SgbZ0 [data-section-overlay] { background-color: rgba(16, 42, 67, 1); } } @media (max-width: 639px) { .global-style-cnR8iBkoc { font-size: 16px !important;font-weight: 500 !important;color: rgb(47, 93, 126);font-family: Inter !important;border-top-left-radius: 12px;border-top-right-radius: 12px;border-bottom-left-radius: 12px;border-bottom-right-radius: 12px;border-left-style: solid;border-right-style: solid;border-top-style: solid;border-bottom-style: solid;border-left-width: 3px;border-right-width: 3px;border-top-width: 3px;border-bottom-width: 3px;border-left-color: rgb(47, 93, 126);border-right-color: rgb(47, 93, 126);border-top-color: rgb(47, 93, 126);border-bottom-color: rgb(47, 93, 126);padding-left: 26px;padding-right: 26px;padding-top: 14px;padding-bottom: 14px;display: inline-flex;text-decoration-line: inherit;font-style: inherit !important; } .global-style-cnR8iBkoc:hover,.global-style-cnR8iBkoc.gp-hover { font-weight: 500;color: rgb(47, 93, 126);font-family: Inter;border-left-style: solid;border-right-style: solid;border-top-style: solid;border-bottom-style: solid;padding-left: 26px;padding-right: 26px;padding-top: 14px;padding-bottom: 14px;text-decoration-line: underline;font-style: inherit; } } @media (max-width: 767px) and (min-width: 640px) { .global-style-cnR8iBkoc { font-size: 16px !important;font-weight: 500 !important;color: rgb(47, 93, 126);font-family: Inter !important;border-top-left-radius: 12px;border-top-right-radius: 12px;border-bottom-left-radius: 12px;border-bottom-right-radius: 12px;border-left-style: solid;border-right-style: solid;border-top-style: solid;border-bottom-style: solid;border-left-width: 3px;border-right-width: 3px;border-top-width: 3px;border-bottom-width: 3px;border-left-color: rgb(47, 93, 126);border-right-color: rgb(47, 93, 126);border-top-color: rgb(47, 93, 126);border-bottom-color: rgb(47, 93, 126);padding-left: 26px;padding-right: 26px;padding-top: 14px;padding-bottom: 14px;display: inline-flex;text-decoration-line: inherit;font-style: inherit !important; } .global-style-cnR8iBkoc:hover,.global-style-cnR8iBkoc.gp-hover { font-weight: 500;color: rgb(47, 93, 126);font-family: Inter;border-left-style: solid;border-right-style: solid;border-top-style: solid;border-bottom-style: solid;padding-left: 26px;padding-right: 26px;padding-top: 14px;padding-bottom: 14px;text-decoration-line: underline;font-style: inherit; } } @media (max-width: 991px) and (min-width: 768px) { .global-style-cnR8iBkoc { font-size: 16px !important;font-weight: 500 !important;color: rgb(47, 93, 126);font-family: Inter !important;border-top-left-radius: 12px;border-top-right-radius: 12px;border-bottom-left-radius: 12px;border-bottom-right-radius: 12px;border-left-style: solid;border-right-style: solid;border-top-style: solid;border-bottom-style: solid;border-left-width: 3px;border-right-width: 3px;border-top-width: 3px;border-bottom-width: 3px;border-left-color: rgb(47, 93, 126);border-right-color: rgb(47, 93, 126);border-top-color: rgb(47, 93, 126);border-bottom-color: rgb(47, 93, 126);padding-left: 26px;padding-right: 26px;padding-top: 14px;padding-bottom: 14px;display: inline-flex;text-decoration-line: inherit;font-style: inherit !important; } .global-style-cnR8iBkoc:hover,.global-style-cnR8iBkoc.gp-hover { font-weight: 500;color: rgb(47, 93, 126);font-family: Inter;border-left-style: solid;border-right-style: solid;border-top-style: solid;border-bottom-style: solid;padding-left: 26px;padding-right: 26px;padding-top: 14px;padding-bottom: 14px;text-decoration-line: underline;font-style: inherit; } } @media (max-width: 1199px) and (min-width: 992px) { .global-style-cnR8iBkoc { font-size: 16px !important;font-weight: 500 !important;color: rgb(47, 93, 126);font-family: Inter !important;border-top-left-radius: 12px;border-top-right-radius: 12px;border-bottom-left-radius: 12px;border-bottom-right-radius: 12px;border-left-style: solid;border-right-style: solid;border-top-style: solid;border-bottom-style: solid;border-left-width: 3px;border-right-width: 3px;border-top-width: 3px;border-bottom-width: 3px;border-left-color: rgb(47, 93, 126);border-right-color: rgb(47, 93, 126);border-top-color: rgb(47, 93, 126);border-bottom-color: rgb(47, 93, 126);padding-left: 26px;padding-right: 26px;padding-top: 14px;padding-bottom: 14px;display: inline-flex;text-decoration-line: inherit;font-style: inherit !important; } .global-style-cnR8iBkoc:hover,.global-style-cnR8iBkoc.gp-hover { font-weight: 500;color: rgb(47, 93, 126);font-family: Inter;border-left-style: solid;border-right-style: solid;border-top-style: solid;border-bottom-style: solid;padding-left: 26px;padding-right: 26px;padding-top: 14px;padding-bottom: 14px;text-decoration-line: underline;font-style: inherit; } } @media (min-width: 1200px) { .global-style-cnR8iBkoc { font-size: 16px !important;font-weight: 500 !important;color: rgb(47, 93, 126);font-family: Inter !important;border-top-left-radius: 12px;border-top-right-radius: 12px;border-bottom-left-radius: 12px;border-bottom-right-radius: 12px;border-left-style: solid;border-right-style: solid;border-top-style: solid;border-bottom-style: solid;border-left-width: 3px;border-right-width: 3px;border-top-width: 3px;border-bottom-width: 3px;border-left-color: rgb(47, 93, 126);border-right-color: rgb(47, 93, 126);border-top-color: rgb(47, 93, 126);border-bottom-color: rgb(47, 93, 126);padding-left: 26px;padding-right: 26px;padding-top: 14px;padding-bottom: 14px;display: inline-flex;text-decoration-line: inherit;font-style: inherit !important; } .global-style-cnR8iBkoc:hover,.global-style-cnR8iBkoc.gp-hover { font-weight: 500;color: rgb(47, 93, 126);font-family: Inter;border-left-style: solid;border-right-style: solid;border-top-style: solid;border-bottom-style: solid;padding-left: 26px;padding-right: 26px;padding-top: 14px;padding-bottom: 14px;text-decoration-line: underline;font-style: inherit; } } @media (max-width: 639px) { .global-style-cnR8iBkoc:not([data-gp-component="block"]), .global-style-cnR8iBkoc [data-section-overlay] { background-color: rgb(255, 255, 255); } .global-style-cnR8iBkoc:not([data-gp-component="block"]):hover,.global-style-cnR8iBkoc:not([data-gp-component="block"]).gp-hover, .global-style-cnR8iBkoc [data-section-overlay]:hover, .global-style-cnR8iBkoc [data-section-overlay].gp-hover { background-color: rgb(255, 255, 255); } } @media (max-width: 767px) and (min-width: 640px) { .global-style-cnR8iBkoc:not([data-gp-component="block"]), .global-style-cnR8iBkoc [data-section-overlay] { background-color: rgb(255, 255, 255); } .global-style-cnR8iBkoc:not([data-gp-component="block"]):hover,.global-style-cnR8iBkoc:not([data-gp-component="block"]).gp-hover, .global-style-cnR8iBkoc [data-section-overlay]:hover, .global-style-cnR8iBkoc [data-section-overlay].gp-hover { background-color: rgb(255, 255, 255); } } @media (max-width: 991px) and (min-width: 768px) { .global-style-cnR8iBkoc:not([data-gp-component="block"]), .global-style-cnR8iBkoc [data-section-overlay] { background-color: rgb(255, 255, 255); } .global-style-cnR8iBkoc:not([data-gp-component="block"]):hover,.global-style-cnR8iBkoc:not([data-gp-component="block"]).gp-hover, .global-style-cnR8iBkoc [data-section-overlay]:hover, .global-style-cnR8iBkoc [data-section-overlay].gp-hover { background-color: rgb(255, 255, 255); } } @media (max-width: 1199px) and (min-width: 992px) { .global-style-cnR8iBkoc:not([data-gp-component="block"]), .global-style-cnR8iBkoc [data-section-overlay] { background-color: rgb(255, 255, 255); } .global-style-cnR8iBkoc:not([data-gp-component="block"]):hover,.global-style-cnR8iBkoc:not([data-gp-component="block"]).gp-hover, .global-style-cnR8iBkoc [data-section-overlay]:hover, .global-style-cnR8iBkoc [data-section-overlay].gp-hover { background-color: rgb(255, 255, 255); } } @media (min-width: 1200px) { .global-style-cnR8iBkoc:not([data-gp-component="block"]), .global-style-cnR8iBkoc [data-section-overlay] { background-color: rgb(255, 255, 255); } .global-style-cnR8iBkoc:not([data-gp-component="block"]):hover,.global-style-cnR8iBkoc:not([data-gp-component="block"]).gp-hover, .global-style-cnR8iBkoc [data-section-overlay]:hover, .global-style-cnR8iBkoc [data-section-overlay].gp-hover { background-color: rgb(255, 255, 255); } } @media (max-width: 639px) { .global-style-Oj_4wn8Gx { font-size: 16px;font-weight: 500;color: rgba(47, 93, 126, 1);font-family: Inter;padding-left: 28px;padding-right: 28px;padding-top: 12px;padding-bottom: 12px;width: 100%;height: auto;display: inline-flex;text-decoration-color: initial;text-decoration-style: initial;text-decoration-line: inherit;cursor: pointer;font-style: inherit; } .global-style-Oj_4wn8Gx:hover,.global-style-Oj_4wn8Gx.gp-hover { font-size: 16px !important;font-weight: 500;color: rgba(47, 93, 126, 1);font-family: Inter;padding-left: 26px;padding-right: 26px;padding-top: 14px;padding-bottom: 14px;width: 100%;font-style: inherit;text-decoration-line: underline ; } } @media (max-width: 767px) and (min-width: 640px) { .global-style-Oj_4wn8Gx { font-size: 16px;font-weight: 500;color: rgba(47, 93, 126, 1);font-family: Inter;padding-left: 28px;padding-right: 28px;padding-top: 12px;padding-bottom: 12px;width: 100%;height: auto;display: inline-flex;text-decoration-color: initial;text-decoration-style: initial;text-decoration-line: inherit;cursor: pointer;font-style: inherit; } .global-style-Oj_4wn8Gx:hover,.global-style-Oj_4wn8Gx.gp-hover { font-size: 16px !important;font-weight: 500;color: rgba(47, 93, 126, 1);font-family: Inter;padding-left: 26px;padding-right: 26px;padding-top: 14px;padding-bottom: 14px;width: 100%;font-style: inherit;text-decoration-line: underline ; } } @media (max-width: 991px) and (min-width: 768px) { .global-style-Oj_4wn8Gx { font-size: 16px;font-weight: 500;color: rgba(47, 93, 126, 1);font-family: Inter;padding-left: 28px;padding-right: 28px;padding-top: 12px;padding-bottom: 12px;width: 100%;height: auto;display: inline-flex;text-decoration-color: initial;text-decoration-style: initial;text-decoration-line: inherit;cursor: pointer;font-style: inherit; } .global-style-Oj_4wn8Gx:hover,.global-style-Oj_4wn8Gx.gp-hover { font-size: 16px !important;font-weight: 500;color: rgba(47, 93, 126, 1);font-family: Inter;padding-left: 26px;padding-right: 26px;padding-top: 14px;padding-bottom: 14px;width: 100%;font-style: inherit;text-decoration-line: underline ; } } @media (max-width: 1199px) and (min-width: 992px) { .global-style-Oj_4wn8Gx { font-size: 16px;font-weight: 500;color: rgba(47, 93, 126, 1);font-family: Inter;padding-left: 28px;padding-right: 28px;padding-top: 12px;padding-bottom: 12px;width: 100%;height: auto;display: inline-flex;text-decoration-color: initial;text-decoration-style: initial;text-decoration-line: inherit;cursor: pointer;font-style: inherit; } .global-style-Oj_4wn8Gx:hover,.global-style-Oj_4wn8Gx.gp-hover { font-size: 16px !important;font-weight: 500;color: rgba(47, 93, 126, 1);font-family: Inter;padding-left: 26px;padding-right: 26px;padding-top: 14px;padding-bottom: 14px;width: 100%;font-style: inherit;text-decoration-line: underline ; } } @media (min-width: 1200px) { .global-style-Oj_4wn8Gx { font-size: 16px;font-weight: 500;color: rgba(47, 93, 126, 1);font-family: Inter;padding-left: 28px;padding-right: 28px;padding-top: 12px;padding-bottom: 12px;width: 100%;height: auto;display: inline-flex;text-decoration-color: initial;text-decoration-style: initial;text-decoration-line: inherit;cursor: pointer;font-style: inherit; } .global-style-Oj_4wn8Gx:hover,.global-style-Oj_4wn8Gx.gp-hover { font-size: 16px !important;font-weight: 500;color: rgba(47, 93, 126, 1);font-family: Inter;padding-left: 26px;padding-right: 26px;padding-top: 14px;padding-bottom: 14px;width: 100%;font-style: inherit;text-decoration-line: underline ; } } @media (max-width: 639px) { .global-style-Ms38McAbF { font-size: 18px !important;font-weight: 500 !important;color: rgb(47, 93, 126);text-align: right;font-family: Inter !important;padding-top: 8px;padding-bottom: 8px;width: 304px;height: 45px;display: block;-webkit-text-stroke-width: 0px !important;-webkit-text-stroke-color: rgb(255, 255, 255) !important;cursor: pointer;text-decoration-line: inherit;text-decoration-thickness: inherit;text-decoration-style: solid;text-decoration-color: initial;font-style: inherit; } .global-style-Ms38McAbF:hover,.global-style-Ms38McAbF.gp-hover { font-size: 18px !important;font-weight: 600;color: rgba(47, 93, 126, 1);text-align: right;font-family: Inter;padding-top: 8px;padding-bottom: 8px;font-style: inherit;text-decoration-line: underline ; } } @media (max-width: 767px) and (min-width: 640px) { .global-style-Ms38McAbF { font-size: 18px !important;font-weight: 500 !important;color: rgb(47, 93, 126);text-align: right;font-family: Inter !important;padding-top: 8px;padding-bottom: 8px;width: 304px;height: 45px;display: block;-webkit-text-stroke-width: 0px !important;-webkit-text-stroke-color: rgb(255, 255, 255) !important;cursor: pointer;text-decoration-line: inherit;text-decoration-thickness: inherit;text-decoration-style: solid;text-decoration-color: initial;font-style: inherit; } .global-style-Ms38McAbF:hover,.global-style-Ms38McAbF.gp-hover { font-size: 18px !important;font-weight: 600;color: rgba(47, 93, 126, 1);text-align: right;font-family: Inter;padding-top: 8px;padding-bottom: 8px;font-style: inherit;text-decoration-line: underline ; } } @media (max-width: 991px) and (min-width: 768px) { .global-style-Ms38McAbF { font-size: 18px !important;font-weight: 500 !important;color: rgb(47, 93, 126);text-align: right;font-family: Inter !important;padding-top: 8px;padding-bottom: 8px;width: 304px;height: 45px;display: block;-webkit-text-stroke-width: 0px !important;-webkit-text-stroke-color: rgb(255, 255, 255) !important;cursor: pointer;text-decoration-line: inherit;text-decoration-thickness: inherit;text-decoration-style: solid;text-decoration-color: initial;font-style: inherit; } .global-style-Ms38McAbF:hover,.global-style-Ms38McAbF.gp-hover { font-size: 18px !important;font-weight: 600;color: rgba(47, 93, 126, 1);text-align: right;font-family: Inter;padding-top: 8px;padding-bottom: 8px;font-style: inherit;text-decoration-line: underline ; } } @media (max-width: 1199px) and (min-width: 992px) { .global-style-Ms38McAbF { font-size: 18px !important;font-weight: 500 !important;color: rgb(47, 93, 126);text-align: right;font-family: Inter !important;padding-top: 8px;padding-bottom: 8px;width: 304px;height: 45px;display: block;-webkit-text-stroke-width: 0px !important;-webkit-text-stroke-color: rgb(255, 255, 255) !important;cursor: pointer;text-decoration-line: inherit;text-decoration-thickness: inherit;text-decoration-style: solid;text-decoration-color: initial;font-style: inherit; } .global-style-Ms38McAbF:hover,.global-style-Ms38McAbF.gp-hover { font-size: 18px !important;font-weight: 600;color: rgba(47, 93, 126, 1);text-align: right;font-family: Inter;padding-top: 8px;padding-bottom: 8px;font-style: inherit;text-decoration-line: underline ; } } @media (min-width: 1200px) { .global-style-Ms38McAbF { font-size: 18px !important;font-weight: 500 !important;color: rgb(47, 93, 126);text-align: right;font-family: Inter !important;padding-top: 8px;padding-bottom: 8px;width: 304px;height: 45px;display: block;-webkit-text-stroke-width: 0px !important;-webkit-text-stroke-color: rgb(255, 255, 255) !important;cursor: pointer;text-decoration-line: inherit;text-decoration-thickness: inherit;text-decoration-style: solid;text-decoration-color: initial;font-style: inherit; } .global-style-Ms38McAbF:hover,.global-style-Ms38McAbF.gp-hover { font-size: 18px !important;font-weight: 600;color: rgba(47, 93, 126, 1);text-align: right;font-family: Inter;padding-top: 8px;padding-bottom: 8px;font-style: inherit;text-decoration-line: underline ; } } @media (max-width: 639px) { .global-style-Ms38McAbF:not([data-gp-component="block"]), .global-style-Ms38McAbF [data-section-overlay] { background-color: transparent; } } @media (max-width: 767px) and (min-width: 640px) { .global-style-Ms38McAbF:not([data-gp-component="block"]), .global-style-Ms38McAbF [data-section-overlay] { background-color: transparent; } } @media (max-width: 991px) and (min-width: 768px) { .global-style-Ms38McAbF:not([data-gp-component="block"]), .global-style-Ms38McAbF [data-section-overlay] { background-color: transparent; } } @media (max-width: 1199px) and (min-width: 992px) { .global-style-Ms38McAbF:not([data-gp-component="block"]), .global-style-Ms38McAbF [data-section-overlay] { background-color: transparent; } } @media (min-width: 1200px) { .global-style-Ms38McAbF:not([data-gp-component="block"]), .global-style-Ms38McAbF [data-section-overlay] { background-color: transparent; } } @media (max-width: 639px) { .global-style-T9nRuaPT5 { font-size: 20px !important;letter-spacing: 0.05em;font-family: Inter !important;padding-bottom: 20px; } } @media (max-width: 767px) and (min-width: 640px) { .global-style-T9nRuaPT5 { font-size: 20px !important;letter-spacing: 0.05em;font-family: Inter !important;padding-bottom: 20px; } } @media (max-width: 991px) and (min-width: 768px) { .global-style-T9nRuaPT5 { font-size: 20px !important;letter-spacing: 0.05em;font-family: Inter !important;padding-bottom: 20px; } } @media (max-width: 1199px) and (min-width: 992px) { .global-style-T9nRuaPT5 { font-size: 20px !important;letter-spacing: 0.05em;font-family: Inter !important;padding-bottom: 20px; } } @media (min-width: 1200px) { .global-style-T9nRuaPT5 { font-size: 20px !important;letter-spacing: 0.05em;font-family: Inter !important;padding-bottom: 20px; } } @media (max-width: 639px) { .global-style-KQNO9hxK1 { font-size: 24px;font-weight: 700;color: rgb(32, 45, 60);font-family: Manrope;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 8px; } } @media (max-width: 767px) and (min-width: 640px) { .global-style-KQNO9hxK1 { font-size: 24px;font-weight: 700;color: rgb(32, 45, 60);font-family: Manrope;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 8px; } } @media (max-width: 991px) and (min-width: 768px) { .global-style-KQNO9hxK1 { font-size: 24px;font-weight: 700;color: rgb(32, 45, 60);font-family: Manrope;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 8px; } } @media (max-width: 1199px) and (min-width: 992px) { .global-style-KQNO9hxK1 { font-size: 24px;font-weight: 700;color: rgb(32, 45, 60);font-family: Manrope;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 8px; } } @media (min-width: 1200px) { .global-style-KQNO9hxK1 { font-size: 24px;font-weight: 700;color: rgb(32, 45, 60);font-family: Manrope;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 8px; } } @media (max-width: 639px) { .gp-component-id-s6oxN7FGg[data-gp-component] { padding-left: 21px;padding-right: 21px;padding-top: 51px;padding-bottom: 72px;min-height: 50px;position: relative;z-index: auto; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-s6oxN7FGg[data-gp-component] { padding-left: 20px;padding-right: 20px;padding-top: 120px;padding-bottom: 120px;min-height: 50px;position: relative;z-index: auto; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-s6oxN7FGg[data-gp-component] { padding-left: 20px;padding-right: 20px;padding-top: 120px;padding-bottom: 120px;min-height: 50px;position: relative;z-index: auto; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-s6oxN7FGg[data-gp-component] { padding-left: 20px;padding-right: 20px;padding-top: 120px;padding-bottom: 120px;min-height: 50px;position: relative;z-index: auto; } } @media (min-width: 1200px) { .gp-component-id-s6oxN7FGg[data-gp-component] { padding-left: 20px;padding-right: 20px;padding-top: 120px;padding-bottom: 120px;min-height: 50px;position: relative;z-index: auto; } } .gp-component-id-s6oxN7FGg.gp-component > [data-section-overlay] { right: 0px;left: 0px;top: 0px;bottom: 0px;position: absolute; } @media (max-width: 639px) { .gp-component-id-s6oxN7FGg.gp-component > [data-section-overlay] { background-color: rgb(249, 249, 249);right: 0px;left: 0px;top: 0px;bottom: 0px;position: absolute; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-s6oxN7FGg.gp-component > [data-section-overlay] { background-color: rgb(249, 249, 249);right: 0px;left: 0px;top: 0px;bottom: 0px;position: absolute; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-s6oxN7FGg.gp-component > [data-section-overlay] { background-color: rgb(249, 249, 249);right: 0px;left: 0px;top: 0px;bottom: 0px;position: absolute; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-s6oxN7FGg.gp-component > [data-section-overlay] { background-color: rgb(249, 249, 249);right: 0px;left: 0px;top: 0px;bottom: 0px;position: absolute; } } @media (min-width: 1200px) { .gp-component-id-s6oxN7FGg.gp-component > [data-section-overlay] { background-color: rgb(249, 249, 249);right: 0px;left: 0px;top: 0px;bottom: 0px;position: absolute; } } @media (max-width: 639px) { [data-gp-text] .gp-component-id-I9TWMmkHQS { font-size: 34px !important;font-weight: 600 !important;color: rgb(16, 42, 67);text-align: left;padding-left: 0px;padding-right: 0px; } } @media (max-width: 767px) and (min-width: 640px) { [data-gp-text] .gp-component-id-I9TWMmkHQS { font-size: 42px !important;font-weight: 600 !important;color: rgb(16, 42, 67);text-align: left;padding-left: 0px;padding-right: 4px; } } @media (max-width: 991px) and (min-width: 768px) { [data-gp-text] .gp-component-id-I9TWMmkHQS { font-size: 42px !important;font-weight: 600 !important;color: rgb(16, 42, 67);text-align: left;padding-left: 0px;padding-right: 0px;width: 616px;height: 123px; } } @media (max-width: 1199px) and (min-width: 992px) { [data-gp-text] .gp-component-id-I9TWMmkHQS { font-size: 42px !important;font-weight: 600 !important;color: rgb(16, 42, 67);text-align: left;padding-left: 0px;padding-right: 43px; } } @media (min-width: 1200px) { [data-gp-text] .gp-component-id-I9TWMmkHQS { font-size: 42px !important;font-weight: 600 !important;color: rgb(16, 42, 67);text-align: left;padding-left: 0px;padding-right: 80px; } } @media (max-width: 639px) { .gp-component-id-xByvjCEbXd[data-gp-component] { text-align: center;margin-bottom: 20px;padding-left: 32px;padding-right: 16px;width: 100%;flex-direction: column;align-items: center;display: flex; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-xByvjCEbXd[data-gp-component] { text-align: center;margin-bottom: 20px;padding-left: 45px;padding-right: 16px;width: 100%;flex-direction: column;align-items: center;display: flex; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-xByvjCEbXd[data-gp-component] { text-align: center;margin-bottom: 20px;padding-left: 48px;padding-right: 16px;width: 50%;flex-direction: column;align-items: flex-start;display: flex; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-xByvjCEbXd[data-gp-component] { text-align: center;margin-bottom: 20px;padding-left: 39px;padding-right: 16px;width: 50%;flex-direction: column;align-items: flex-start;display: flex; } } @media (min-width: 1200px) { .gp-component-id-xByvjCEbXd[data-gp-component] { text-align: center;margin-bottom: 20px;padding-left: 115px;padding-right: 16px;width: 50%;flex-direction: column;align-items: flex-start;display: flex; } } @media (max-width: 639px) { [data-gp-text] .gp-component-id-A_gJGGRKHn { font-size: 18px !important;font-weight: 400 !important;text-align: center;margin-left: 0px;margin-right: 0px;margin-top: 16px;margin-bottom: 0px;padding-left: 0px;padding-right: 0px; } } @media (max-width: 767px) and (min-width: 640px) { [data-gp-text] .gp-component-id-A_gJGGRKHn { font-size: 18px !important;font-weight: 400 !important;text-align: center;margin-left: 0px;margin-right: 0px;margin-top: 16px;margin-bottom: 0px;padding-left: 0px;padding-right: 0px; } } @media (max-width: 991px) and (min-width: 768px) { [data-gp-text] .gp-component-id-A_gJGGRKHn { font-size: 18px !important;font-weight: 400 !important;text-align: center;margin-left: 0px;margin-right: 0px;margin-top: 16px;margin-bottom: 0px;padding-left: 42px;padding-right: 42px; } } @media (max-width: 1199px) and (min-width: 992px) { [data-gp-text] .gp-component-id-A_gJGGRKHn { font-size: 18px !important;font-weight: 400 !important;text-align: center;margin-left: 0px;margin-right: 0px;margin-top: 16px;margin-bottom: 0px;padding-left: 150px;padding-right: 150px; } } @media (min-width: 1200px) { [data-gp-text] .gp-component-id-A_gJGGRKHn { font-size: 18px !important;font-weight: 400 !important;text-align: center;margin-left: 0px;margin-right: 0px;margin-top: 16px;margin-bottom: 0px;padding-left: 150px;padding-right: 150px; } } @media (max-width: 639px) { [data-gp-text] .gp-component-id-Xa8yo8Hzx { font-size: 42px !important;font-weight: 600 !important;text-align: center;padding-left: 13px;padding-right: 13px; } } @media (max-width: 767px) and (min-width: 640px) { [data-gp-text] .gp-component-id-Xa8yo8Hzx { font-size: 42px !important;font-weight: 600 !important;text-align: center;padding-left: 0px;padding-right: 0px; } } @media (max-width: 991px) and (min-width: 768px) { [data-gp-text] .gp-component-id-Xa8yo8Hzx { font-size: 42px !important;font-weight: 600 !important;text-align: center;padding-left: 63px;padding-right: 63px; } } @media (max-width: 1199px) and (min-width: 992px) { [data-gp-text] .gp-component-id-Xa8yo8Hzx { font-size: 42px !important;font-weight: 600 !important;text-align: center;padding-left: 158px;padding-right: 158px; } } @media (min-width: 1200px) { [data-gp-text] .gp-component-id-Xa8yo8Hzx { font-size: 42px !important;font-weight: 600 !important;text-align: center;padding-left: 158px;padding-right: 158px; } } @media (max-width: 639px) { [data-gp-text] .gp-component-id-mT9kTuBCWF5 { font-size: 18px;text-align: center;line-height: 1.5;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px;width: 100%;height: 100%;cursor: text;box-sizing: border-box; } } @media (max-width: 767px) and (min-width: 640px) { [data-gp-text] .gp-component-id-mT9kTuBCWF5 { font-size: 18px;text-align: center;line-height: 1.5;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px;width: 454px;height: 81px;cursor: text;box-sizing: border-box; } } @media (max-width: 991px) and (min-width: 768px) { [data-gp-text] .gp-component-id-mT9kTuBCWF5 { font-size: 18px;text-align: left;line-height: 1.5;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px;padding-left: 100px;width: 575px;height: 81px;cursor: text;box-sizing: border-box; } } @media (max-width: 1199px) and (min-width: 992px) { [data-gp-text] .gp-component-id-mT9kTuBCWF5 { font-size: 18px;text-align: left;line-height: 1.5;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px;width: 575px;height: 81px;cursor: text;box-sizing: border-box; } } @media (min-width: 1200px) { [data-gp-text] .gp-component-id-mT9kTuBCWF5 { font-size: 18px;text-align: left;line-height: 1.5;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px;width: 575px;height: 81px;cursor: text;box-sizing: border-box; } } @media (max-width: 639px) { [data-gp-text] .gp-component-id-sgpVchggLNp { font-size: 20px;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 12px;width: 100%;height: 100%;cursor: text;box-sizing: border-box; } } @media (max-width: 767px) and (min-width: 640px) { [data-gp-text] .gp-component-id-sgpVchggLNp { font-size: 20px;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 12px;width: 543px;height: 56px;cursor: text;box-sizing: border-box; } } @media (max-width: 991px) and (min-width: 768px) { [data-gp-text] .gp-component-id-sgpVchggLNp { font-size: 20px;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 12px;padding-left: 90px;width: 543px;height: 55px;cursor: text;box-sizing: border-box; } } @media (max-width: 1199px) and (min-width: 992px) { [data-gp-text] .gp-component-id-sgpVchggLNp { font-size: 20px;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 12px;width: 543px;height: 61px;cursor: text;box-sizing: border-box; } } @media (min-width: 1200px) { [data-gp-text] .gp-component-id-sgpVchggLNp { font-size: 20px;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 12px;width: 543px;height: 61px;cursor: text;box-sizing: border-box; } } @media (max-width: 639px) { [data-gp-text] .gp-component-id-n0fpMI4S0j { font-size: 20px;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 12px;width: 271px;height: 61px;box-sizing: border-box;cursor: text; } } @media (max-width: 767px) and (min-width: 640px) { [data-gp-text] .gp-component-id-n0fpMI4S0j { font-size: 20px;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 12px;box-sizing: border-box;cursor: text; } } @media (max-width: 991px) and (min-width: 768px) { [data-gp-text] .gp-component-id-n0fpMI4S0j { font-size: 20px;margin-left: -35px;margin-right: -124px;margin-top: 0px;margin-bottom: 12px;box-sizing: border-box;cursor: text; } } @media (max-width: 1199px) and (min-width: 992px) { [data-gp-text] .gp-component-id-n0fpMI4S0j { font-size: 20px;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 12px;box-sizing: border-box;cursor: text; } } @media (min-width: 1200px) { [data-gp-text] .gp-component-id-n0fpMI4S0j { font-size: 20px;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 12px;box-sizing: border-box;cursor: text; } } @media (max-width: 639px) { [data-gp-text] .gp-component-id-FDw2Le3xQd { font-size: 18px;text-align: left;line-height: 1.5;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px;width: 100%;height: 100%;cursor: text;box-sizing: border-box; } } @media (max-width: 767px) and (min-width: 640px) { [data-gp-text] .gp-component-id-FDw2Le3xQd { font-size: 18px;text-align: center;line-height: 1.5;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px;width: 458px;height: 81px;cursor: text;box-sizing: border-box; } } @media (max-width: 991px) and (min-width: 768px) { [data-gp-text] .gp-component-id-FDw2Le3xQd { font-size: 18px;text-align: left;line-height: 1.5;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px;padding-left: 102px;width: 561px;height: 81px;cursor: text;box-sizing: border-box; } } @media (max-width: 1199px) and (min-width: 992px) { [data-gp-text] .gp-component-id-FDw2Le3xQd { font-size: 18px;text-align: left;line-height: 1.5;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px;width: 561px;height: 81px;cursor: text;box-sizing: border-box; } } @media (min-width: 1200px) { [data-gp-text] .gp-component-id-FDw2Le3xQd { font-size: 18px;text-align: left;line-height: 1.5;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px;width: 561px;height: 81px;cursor: text;box-sizing: border-box; } } @media (max-width: 639px) { [data-gp-text] .gp-component-id-10Ssgdtc68 { font-size: 18px;text-align: left;line-height: 1.5;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px;width: auto;height: 100%;cursor: text;box-sizing: border-box; } } @media (max-width: 767px) and (min-width: 640px) { [data-gp-text] .gp-component-id-10Ssgdtc68 { font-size: 18px;text-align: center;line-height: 1.5;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px;width: 459px;height: 81px;cursor: text;box-sizing: border-box; } } @media (max-width: 991px) and (min-width: 768px) { [data-gp-text] .gp-component-id-10Ssgdtc68 { font-size: 18px;text-align: left;line-height: 1.5;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px;padding-left: 91px;width: 561px;height: 81px;cursor: text;box-sizing: border-box; } } @media (max-width: 1199px) and (min-width: 992px) { [data-gp-text] .gp-component-id-10Ssgdtc68 { font-size: 18px;text-align: left;line-height: 1.5;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px;width: 561px;height: 81px;cursor: text;box-sizing: border-box; } } @media (min-width: 1200px) { [data-gp-text] .gp-component-id-10Ssgdtc68 { font-size: 18px;text-align: left;line-height: 1.5;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px;width: 561px;height: 81px;cursor: text;box-sizing: border-box; } } @media (max-width: 639px) { .gp-component-id-phv3m5m7H[data-gp-component] { border-top-left-radius: 5.6px;border-top-right-radius: 5.6px;border-bottom-left-radius: 5.6px;border-bottom-right-radius: 5.6px;background-color: rgb(255, 255, 255);box-shadow: rgba(0, 0, 0, 0.12) 0px 4px 8px 0px, rgba(0, 0, 0, 0.08) 0px 2px 4px 0px;margin-bottom: 20px;padding-left: 8px;padding-right: 8px;padding-top: 12px;padding-bottom: 12px;width: 100%;height: 100%; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-phv3m5m7H[data-gp-component] { border-top-left-radius: 5.6px;border-top-right-radius: 5.6px;border-bottom-left-radius: 5.6px;border-bottom-right-radius: 5.6px;background-color: rgb(255, 255, 255);box-shadow: rgba(0, 0, 0, 0.12) 0px 4px 8px 0px, rgba(0, 0, 0, 0.08) 0px 2px 4px 0px;margin-bottom: 20px;padding-left: 8px;padding-right: 8px;padding-top: 12px;padding-bottom: 12px;width: 100%; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-phv3m5m7H[data-gp-component] { border-top-left-radius: 5.6px;border-top-right-radius: 5.6px;border-bottom-left-radius: 5.6px;border-bottom-right-radius: 5.6px;background-color: rgb(255, 255, 255);box-shadow: rgba(0, 0, 0, 0.12) 0px 4px 8px 0px, rgba(0, 0, 0, 0.08) 0px 2px 4px 0px;margin-bottom: 20px;padding-left: 8px;padding-right: 8px;padding-top: 12px;padding-bottom: 12px;width: 100%; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-phv3m5m7H[data-gp-component] { border-top-left-radius: 5.6px;border-top-right-radius: 5.6px;border-bottom-left-radius: 5.6px;border-bottom-right-radius: 5.6px;background-color: rgb(255, 255, 255);box-shadow: rgba(0, 0, 0, 0.12) 0px 4px 8px 0px, rgba(0, 0, 0, 0.08) 0px 2px 4px 0px;margin-bottom: 20px;padding-left: 8px;padding-right: 8px;padding-top: 12px;padding-bottom: 12px;width: 85.71%; } } @media (min-width: 1200px) { .gp-component-id-phv3m5m7H[data-gp-component] { border-top-left-radius: 5.6px;border-top-right-radius: 5.6px;border-bottom-left-radius: 5.6px;border-bottom-right-radius: 5.6px;background-color: rgb(255, 255, 255);box-shadow: rgba(0, 0, 0, 0.12) 0px 4px 8px 0px, rgba(0, 0, 0, 0.08) 0px 2px 4px 0px;margin-bottom: 20px;padding-left: 8px;padding-right: 8px;padding-top: 12px;padding-bottom: 12px;width: 85.71%; } } @media (max-width: 639px) { [data-gp-text] .gp-component-id-uFdfDVZBkKk { font-size: 18px !important;text-align: left;line-height: 1.5;margin-left: 0px;margin-right: 0px;margin-top: -78px;margin-bottom: 0px;width: auto;height: 81px;box-sizing: border-box;cursor: text; } } @media (max-width: 767px) and (min-width: 640px) { [data-gp-text] .gp-component-id-uFdfDVZBkKk { font-size: 18px;text-align: center;line-height: 1.5;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px;width: 462px;height: 81px;box-sizing: border-box;cursor: text; } } @media (max-width: 991px) and (min-width: 768px) { [data-gp-text] .gp-component-id-uFdfDVZBkKk { font-size: 18px;text-align: left;line-height: 1.5;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px;padding-left: 111px;width: 561px;height: 81px;box-sizing: border-box;cursor: text; } } @media (max-width: 1199px) and (min-width: 992px) { [data-gp-text] .gp-component-id-uFdfDVZBkKk { font-size: 18px;text-align: left;line-height: 1.5;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px;width: 561px;height: 81px;box-sizing: border-box;cursor: text; } } @media (min-width: 1200px) { [data-gp-text] .gp-component-id-uFdfDVZBkKk { font-size: 18px;text-align: left;line-height: 1.5;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px;width: 561px;height: 81px;box-sizing: border-box;cursor: text; } } @media (max-width: 639px) { .gp-component-id-ewI94kFo0cc[data-gp-component] { padding-left: 20px;padding-right: 20px;padding-top: 16px;padding-bottom: 16px;width: 299px;height: 185px;flex-direction: column;justify-content: center;align-items: center;display: flex;min-height: 120px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-ewI94kFo0cc[data-gp-component] { padding-left: 20px;padding-right: 20px;padding-top: 16px;padding-bottom: 16px;width: 100%;height: 100%;flex-direction: column;justify-content: center;align-items: center;display: flex;min-height: 120px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-ewI94kFo0cc[data-gp-component] { padding-left: 20px;padding-right: 20px;padding-top: 16px;padding-bottom: 16px;width: 100%;height: 100%;flex-direction: column;justify-content: center;align-items: center;display: flex;min-height: 120px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-ewI94kFo0cc[data-gp-component] { padding-left: 0px;padding-right: 0px;padding-top: 16px;padding-bottom: 16px;width: 100%;height: 100%;flex-direction: column;justify-content: center;align-items: flex-start;display: flex;min-height: 120px; } } @media (min-width: 1200px) { .gp-component-id-ewI94kFo0cc[data-gp-component] { padding-left: 0px;padding-right: 0px;padding-top: 16px;padding-bottom: 16px;width: 100%;height: 100%;flex-direction: column;justify-content: center;align-items: flex-start;display: flex;min-height: 120px; } } @media (max-width: 639px) { .gp-component-id-30Q3XWSTBU[data-gp-component] { border-top-left-radius: 5.6px;border-top-right-radius: 5.6px;border-bottom-left-radius: 5.6px;border-bottom-right-radius: 5.6px;background-color: rgb(255, 255, 255);box-shadow: rgba(0, 0, 0, 0.12) 0px 4px 8px 0px, rgba(0, 0, 0, 0.08) 0px 2px 4px 0px;margin-bottom: 20px;padding-left: 8px;padding-right: 8px;padding-top: 12px;padding-bottom: 12px;width: 100%;height: 100%; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-30Q3XWSTBU[data-gp-component] { border-top-left-radius: 5.6px;border-top-right-radius: 5.6px;border-bottom-left-radius: 5.6px;border-bottom-right-radius: 5.6px;background-color: rgb(255, 255, 255);box-shadow: rgba(0, 0, 0, 0.12) 0px 4px 8px 0px, rgba(0, 0, 0, 0.08) 0px 2px 4px 0px;margin-bottom: 20px;padding-left: 8px;padding-right: 8px;padding-top: 12px;padding-bottom: 12px;width: 100%; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-30Q3XWSTBU[data-gp-component] { border-top-left-radius: 5.6px;border-top-right-radius: 5.6px;border-bottom-left-radius: 5.6px;border-bottom-right-radius: 5.6px;background-color: rgb(255, 255, 255);box-shadow: rgba(0, 0, 0, 0.12) 0px 4px 8px 0px, rgba(0, 0, 0, 0.08) 0px 2px 4px 0px;margin-bottom: 20px;padding-left: 8px;padding-right: 8px;padding-top: 12px;padding-bottom: 12px;width: 100%; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-30Q3XWSTBU[data-gp-component] { border-top-left-radius: 5.6px;border-top-right-radius: 5.6px;border-bottom-left-radius: 5.6px;border-bottom-right-radius: 5.6px;background-color: rgb(255, 255, 255);box-shadow: rgba(0, 0, 0, 0.12) 0px 4px 8px 0px, rgba(0, 0, 0, 0.08) 0px 2px 4px 0px;margin-bottom: 20px;padding-left: 8px;padding-right: 8px;padding-top: 12px;padding-bottom: 12px;width: 85.71%; } } @media (min-width: 1200px) { .gp-component-id-30Q3XWSTBU[data-gp-component] { border-top-left-radius: 5.6px;border-top-right-radius: 5.6px;border-bottom-left-radius: 5.6px;border-bottom-right-radius: 5.6px;background-color: rgb(255, 255, 255);box-shadow: rgba(0, 0, 0, 0.12) 0px 4px 8px 0px, rgba(0, 0, 0, 0.08) 0px 2px 4px 0px;margin-bottom: 20px;padding-left: 8px;padding-right: 8px;padding-top: 12px;padding-bottom: 12px;width: 85.71%; } } @media (max-width: 639px) { .gp-component-id-dvnPyARb66[data-gp-component] { margin-left: 74px;width: 164px;height: 120px;flex-direction: column;justify-content: center;align-items: center;display: flex;min-height: 120px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-dvnPyARb66[data-gp-component] { width: 100%;height: 145.99px;flex-direction: column;justify-content: center;align-items: center;display: flex;min-height: 120px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-dvnPyARb66[data-gp-component] { width: 100%;height: 145.99px;flex-direction: column;justify-content: center;align-items: center;display: flex;min-height: 120px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-dvnPyARb66[data-gp-component] { width: 100%;height: 145.99px;flex-direction: column;justify-content: center;align-items: center;display: flex;min-height: 120px; } } @media (min-width: 1200px) { .gp-component-id-dvnPyARb66[data-gp-component] { width: 100%;height: 145.99px;flex-direction: column;justify-content: center;align-items: center;display: flex;min-height: 120px; } } @media (max-width: 639px) { [data-gp-text] .gp-component-id-k00F0gW67A { font-size: 18px;text-align: left;line-height: 1.5;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px;width: auto;height: 179px;box-sizing: border-box;cursor: text; } } @media (max-width: 767px) and (min-width: 640px) { [data-gp-text] .gp-component-id-k00F0gW67A { font-size: 18px;text-align: center;line-height: 1.5;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px;width: 444px;height: 108px;box-sizing: border-box;cursor: text; } } @media (max-width: 991px) and (min-width: 768px) { [data-gp-text] .gp-component-id-k00F0gW67A { font-size: 18px;text-align: left;line-height: 1.5;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px;padding-left: 104px;width: 550px;height: 108px;box-sizing: border-box;cursor: text; } } @media (max-width: 1199px) and (min-width: 992px) { [data-gp-text] .gp-component-id-k00F0gW67A { font-size: 18px;text-align: left;line-height: 1.5;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px;width: 567px;height: 108px;box-sizing: border-box;cursor: text; } } @media (min-width: 1200px) { [data-gp-text] .gp-component-id-k00F0gW67A { font-size: 18px;text-align: left;line-height: 1.5;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px;width: 567px;height: 108px;box-sizing: border-box;cursor: text; } } @media (max-width: 639px) { [data-gp-text] .gp-component-id-BuTrOyad75 { text-align: left; } } @media (max-width: 639px) { [data-gp-text] .gp-component-id-H06Jo_dweV { font-size: 42px !important;font-weight: 600;color: rgb(16, 42, 67);text-align: left;padding-left: 3px;padding-right: 3px; } } @media (max-width: 767px) and (min-width: 640px) { [data-gp-text] .gp-component-id-H06Jo_dweV { font-size: 42px !important;font-weight: 600;color: rgb(16, 42, 67);text-align: left;padding-left: 80px;padding-right: 80px; } } @media (max-width: 991px) and (min-width: 768px) { [data-gp-text] .gp-component-id-H06Jo_dweV { font-size: 42px !important;font-weight: 600;color: rgb(16, 42, 67);text-align: left;padding-left: 80px;padding-right: 80px; } } @media (max-width: 1199px) and (min-width: 992px) { [data-gp-text] .gp-component-id-H06Jo_dweV { font-size: 42px !important;font-weight: 600;color: rgb(16, 42, 67);text-align: left;padding-left: 80px;padding-right: 80px; } } @media (min-width: 1200px) { [data-gp-text] .gp-component-id-H06Jo_dweV { font-size: 42px !important;font-weight: 600;color: rgb(16, 42, 67);text-align: left;padding-left: 80px;padding-right: 80px; } } @media (max-width: 639px) { .gp-component-id-UNnUTIGAR.gp-component > [data-section-overlay] { background-color: rgb(16, 42, 67); } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-UNnUTIGAR.gp-component > [data-section-overlay] { background-color: rgb(16, 42, 67); } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-UNnUTIGAR.gp-component > [data-section-overlay] { background-color: rgb(16, 42, 67); } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-UNnUTIGAR.gp-component > [data-section-overlay] { background-color: rgb(16, 42, 67); } } @media (min-width: 1200px) { .gp-component-id-UNnUTIGAR.gp-component > [data-section-overlay] { background-color: rgb(16, 42, 67); } } @media (max-width: 639px) { .gp-component-id-nyVfO6xUzAT[data-gp-component] { border-left-style: solid;border-right-style: solid;border-top-style: solid;border-bottom-style: solid;padding-left: 0px;padding-right: 0px;padding-top: 0px;padding-bottom: 0px;width: 151px;height: 154px;max-width: 100%;justify-content: flex-start;align-items: flex-start;display: inline-flex;object-position: center center;object-fit: cover; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-nyVfO6xUzAT[data-gp-component] { border-left-style: solid;border-right-style: solid;border-top-style: solid;border-bottom-style: solid;padding-left: 0px;padding-right: 0px;padding-top: 0px;padding-bottom: 0px;width: 170px;height: 157px;max-width: 100%;justify-content: flex-start;align-items: flex-start;display: inline-flex;object-position: center center;object-fit: cover; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-nyVfO6xUzAT[data-gp-component] { border-left-style: solid;border-right-style: solid;border-top-style: solid;border-bottom-style: solid;padding-left: 0px;padding-right: 0px;padding-top: 0px;padding-bottom: 0px;height: auto;max-width: 100%;justify-content: flex-start;align-items: flex-start;display: inline-flex;object-position: center center;object-fit: cover; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-nyVfO6xUzAT[data-gp-component] { border-left-style: solid;border-right-style: solid;border-top-style: solid;border-bottom-style: solid;padding-left: 0px;padding-right: 0px;padding-top: 0px;padding-bottom: 0px;height: auto;max-width: 100%;justify-content: flex-start;align-items: flex-start;display: inline-flex;object-position: center center;object-fit: cover; } } @media (min-width: 1200px) { .gp-component-id-nyVfO6xUzAT[data-gp-component] { border-left-style: solid;border-right-style: solid;border-top-style: solid;border-bottom-style: solid;padding-left: 0px;padding-right: 0px;padding-top: 0px;padding-bottom: 0px;height: auto;max-width: 100%;justify-content: flex-start;align-items: flex-start;display: inline-flex;object-position: center center;object-fit: cover; } } @media (max-width: 639px) { [data-gp-text] .gp-component-id-HYbpDh5Od_ { color: rgba(255, 255, 255, 1);text-align: left; } } @media (max-width: 639px) { [data-gp-text] .gp-component-id-nsu4nvIzgV { font-size: 40px !important;font-weight: 600 !important;color: rgb(255, 255, 255);text-align: left;padding-left: 0px;padding-right: 0px;padding-bottom: 20px; } } @media (max-width: 767px) and (min-width: 640px) { [data-gp-text] .gp-component-id-nsu4nvIzgV { font-size: 40px !important;font-weight: 600 !important;color: rgb(255, 255, 255);text-align: left;padding-left: 0px;padding-right: 0px;padding-bottom: 20px; } } @media (max-width: 991px) and (min-width: 768px) { [data-gp-text] .gp-component-id-nsu4nvIzgV { font-size: 40px !important;font-weight: 600 !important;color: rgb(255, 255, 255);text-align: left;padding-left: 39px;padding-right: 39px;padding-bottom: 20px; } } @media (max-width: 1199px) and (min-width: 992px) { [data-gp-text] .gp-component-id-nsu4nvIzgV { font-size: 40px !important;font-weight: 600 !important;color: rgb(255, 255, 255);text-align: left;padding-left: 80px;padding-right: 80px;padding-bottom: 20px; } } @media (min-width: 1200px) { [data-gp-text] .gp-component-id-nsu4nvIzgV { font-size: 40px !important;font-weight: 600 !important;color: rgb(255, 255, 255);text-align: left;padding-left: 80px;padding-right: 80px;padding-bottom: 20px; } } @media (max-width: 639px) { .gp-component-id-LIGVlRJ_lv[data-gp-component] { font-size: 16px !important;font-weight: 500 !important;color: rgb(47, 93, 126);font-family: Inter !important;border-top-left-radius: 12px;border-top-right-radius: 12px;border-bottom-left-radius: 12px;border-bottom-right-radius: 12px;border-left-style: solid;border-right-style: solid;border-top-style: solid;border-bottom-style: solid;border-left-width: 3px;border-right-width: 3px;border-top-width: 3px;border-bottom-width: 3px;border-left-color: rgb(47, 93, 126);border-right-color: rgb(47, 93, 126);border-top-color: rgb(47, 93, 126);border-bottom-color: rgb(47, 93, 126);background-color: rgb(255, 255, 255);margin-left: 20px;margin-right: 0px;margin-bottom: 20px;padding-left: 26px;padding-right: 26px;padding-top: 14px;padding-bottom: 14px;display: inline-flex;font-style: inherit !important;text-decoration-line: inherit; } .gp-component-id-LIGVlRJ_lv[data-gp-component]:hover,.gp-component-id-LIGVlRJ_lv[data-gp-component].gp-hover { font-weight: 500;color: rgb(47, 93, 126);font-family: Inter;border-left-style: solid;border-right-style: solid;border-top-style: solid;border-bottom-style: solid;background-color: rgb(255, 255, 255);padding-left: 26px;padding-right: 26px;padding-top: 14px;padding-bottom: 14px;text-decoration-line: underline;font-style: inherit; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-LIGVlRJ_lv[data-gp-component] { font-size: 16px !important;font-weight: 500 !important;color: rgb(47, 93, 126);font-family: Inter !important;border-top-left-radius: 12px;border-top-right-radius: 12px;border-bottom-left-radius: 12px;border-bottom-right-radius: 12px;border-left-style: solid;border-right-style: solid;border-top-style: solid;border-bottom-style: solid;border-left-width: 3px;border-right-width: 3px;border-top-width: 3px;border-bottom-width: 3px;border-left-color: rgb(47, 93, 126);border-right-color: rgb(47, 93, 126);border-top-color: rgb(47, 93, 126);border-bottom-color: rgb(47, 93, 126);background-color: rgb(255, 255, 255);margin-left: 20px;margin-right: 0px;padding-left: 26px;padding-right: 26px;padding-top: 14px;padding-bottom: 14px;display: inline-flex;font-style: inherit !important;text-decoration-line: inherit; } .gp-component-id-LIGVlRJ_lv[data-gp-component]:hover,.gp-component-id-LIGVlRJ_lv[data-gp-component].gp-hover { font-weight: 500;color: rgb(47, 93, 126);font-family: Inter;border-left-style: solid;border-right-style: solid;border-top-style: solid;border-bottom-style: solid;background-color: rgb(255, 255, 255);padding-left: 26px;padding-right: 26px;padding-top: 14px;padding-bottom: 14px;text-decoration-line: underline;font-style: inherit; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-LIGVlRJ_lv[data-gp-component] { font-size: 16px !important;font-weight: 500 !important;color: rgb(47, 93, 126);font-family: Inter !important;border-top-left-radius: 12px;border-top-right-radius: 12px;border-bottom-left-radius: 12px;border-bottom-right-radius: 12px;border-left-style: solid;border-right-style: solid;border-top-style: solid;border-bottom-style: solid;border-left-width: 3px;border-right-width: 3px;border-top-width: 3px;border-bottom-width: 3px;border-left-color: rgb(47, 93, 126);border-right-color: rgb(47, 93, 126);border-top-color: rgb(47, 93, 126);border-bottom-color: rgb(47, 93, 126);background-color: rgb(255, 255, 255);margin-left: 20px;margin-right: 0px;padding-left: 26px;padding-right: 26px;padding-top: 14px;padding-bottom: 14px;display: inline-flex;font-style: inherit !important;text-decoration-line: inherit; } .gp-component-id-LIGVlRJ_lv[data-gp-component]:hover,.gp-component-id-LIGVlRJ_lv[data-gp-component].gp-hover { font-weight: 500;color: rgb(47, 93, 126);font-family: Inter;border-left-style: solid;border-right-style: solid;border-top-style: solid;border-bottom-style: solid;background-color: rgb(255, 255, 255);padding-left: 26px;padding-right: 26px;padding-top: 14px;padding-bottom: 14px;text-decoration-line: underline;font-style: inherit; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-LIGVlRJ_lv[data-gp-component] { font-size: 16px !important;font-weight: 500 !important;color: rgb(47, 93, 126);font-family: Inter !important;border-top-left-radius: 12px;border-top-right-radius: 12px;border-bottom-left-radius: 12px;border-bottom-right-radius: 12px;border-left-style: solid;border-right-style: solid;border-top-style: solid;border-bottom-style: solid;border-left-width: 3px;border-right-width: 3px;border-top-width: 3px;border-bottom-width: 3px;border-left-color: rgb(47, 93, 126);border-right-color: rgb(47, 93, 126);border-top-color: rgb(47, 93, 126);border-bottom-color: rgb(47, 93, 126);background-color: rgb(255, 255, 255);margin-left: 20px;margin-right: 0px;padding-left: 26px;padding-right: 26px;padding-top: 14px;padding-bottom: 14px;display: inline-flex;font-style: inherit !important;text-decoration-line: inherit; } .gp-component-id-LIGVlRJ_lv[data-gp-component]:hover,.gp-component-id-LIGVlRJ_lv[data-gp-component].gp-hover { font-weight: 500;color: rgb(47, 93, 126);font-family: Inter;border-left-style: solid;border-right-style: solid;border-top-style: solid;border-bottom-style: solid;background-color: rgb(255, 255, 255);padding-left: 26px;padding-right: 26px;padding-top: 14px;padding-bottom: 14px;text-decoration-line: underline;font-style: inherit; } } @media (min-width: 1200px) { .gp-component-id-LIGVlRJ_lv[data-gp-component] { font-size: 16px !important;font-weight: 500 !important;color: rgb(47, 93, 126);font-family: Inter !important;border-top-left-radius: 12px;border-top-right-radius: 12px;border-bottom-left-radius: 12px;border-bottom-right-radius: 12px;border-left-style: solid;border-right-style: solid;border-top-style: solid;border-bottom-style: solid;border-left-width: 3px;border-right-width: 3px;border-top-width: 3px;border-bottom-width: 3px;border-left-color: rgb(47, 93, 126);border-right-color: rgb(47, 93, 126);border-top-color: rgb(47, 93, 126);border-bottom-color: rgb(47, 93, 126);background-color: rgb(255, 255, 255);margin-left: 20px;margin-right: 0px;padding-left: 26px;padding-right: 26px;padding-top: 14px;padding-bottom: 14px;display: inline-flex;font-style: inherit !important;text-decoration-line: inherit; } .gp-component-id-LIGVlRJ_lv[data-gp-component]:hover,.gp-component-id-LIGVlRJ_lv[data-gp-component].gp-hover { font-weight: 500;color: rgb(47, 93, 126);font-family: Inter;border-left-style: solid;border-right-style: solid;border-top-style: solid;border-bottom-style: solid;background-color: rgb(255, 255, 255);padding-left: 26px;padding-right: 26px;padding-top: 14px;padding-bottom: 14px;text-decoration-line: underline;font-style: inherit; } } @media (max-width: 639px) { .gp-component-id-gOSoWX9lf[data-gp-component] { font-size: 18px !important;font-weight: 500 !important;color: rgb(255, 255, 255);font-family: Inter !important;border-top-left-radius: 12px;border-top-right-radius: 12px;border-bottom-left-radius: 12px;border-bottom-right-radius: 12px;border-left-width: 0px;border-right-width: 0px;border-top-width: 0px;border-bottom-width: 0px;background-color: rgb(16, 42, 67);margin-right: 10px;margin-bottom: 20px;padding-left: 26px;padding-right: 26px;padding-top: 14px;padding-bottom: 14px;display: inline-flex; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-gOSoWX9lf[data-gp-component] { font-size: 18px !important;font-weight: 500 !important;color: rgb(255, 255, 255);font-family: Inter !important;border-top-left-radius: 12px;border-top-right-radius: 12px;border-bottom-left-radius: 12px;border-bottom-right-radius: 12px;border-left-width: 0px;border-right-width: 0px;border-top-width: 0px;border-bottom-width: 0px;background-color: rgb(16, 42, 67);margin-right: 10px;padding-left: 26px;padding-right: 26px;padding-top: 14px;padding-bottom: 14px;display: inline-flex; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-gOSoWX9lf[data-gp-component] { font-size: 18px !important;font-weight: 500 !important;color: rgb(255, 255, 255);font-family: Inter !important;border-top-left-radius: 12px;border-top-right-radius: 12px;border-bottom-left-radius: 12px;border-bottom-right-radius: 12px;border-left-width: 0px;border-right-width: 0px;border-top-width: 0px;border-bottom-width: 0px;background-color: rgb(16, 42, 67);margin-right: 10px;margin-bottom: 20px;padding-left: 26px;padding-right: 26px;padding-top: 14px;padding-bottom: 14px;display: inline-flex; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-gOSoWX9lf[data-gp-component] { font-size: 18px !important;font-weight: 500 !important;color: rgb(255, 255, 255);font-family: Inter !important;border-top-left-radius: 12px;border-top-right-radius: 12px;border-bottom-left-radius: 12px;border-bottom-right-radius: 12px;border-left-width: 0px;border-right-width: 0px;border-top-width: 0px;border-bottom-width: 0px;background-color: rgb(16, 42, 67);margin-right: 10px;padding-left: 26px;padding-right: 26px;padding-top: 14px;padding-bottom: 14px;display: inline-flex; } } @media (min-width: 1200px) { .gp-component-id-gOSoWX9lf[data-gp-component] { font-size: 18px !important;font-weight: 500 !important;color: rgb(255, 255, 255);font-family: Inter !important;border-top-left-radius: 12px;border-top-right-radius: 12px;border-bottom-left-radius: 12px;border-bottom-right-radius: 12px;border-left-width: 0px;border-right-width: 0px;border-top-width: 0px;border-bottom-width: 0px;background-color: rgb(16, 42, 67);margin-right: 10px;padding-left: 26px;padding-right: 26px;padding-top: 14px;padding-bottom: 14px;display: inline-flex; } } @media (max-width: 639px) { [data-gp-text] .gp-component-id-qVcXjGW5W { margin-bottom: 10px;padding-left: 20px;padding-right: 20px;padding-bottom: 20px; } } @media (max-width: 767px) and (min-width: 640px) { [data-gp-text] .gp-component-id-qVcXjGW5W { margin-bottom: 10px;padding-bottom: 20px; } } @media (max-width: 991px) and (min-width: 768px) { [data-gp-text] .gp-component-id-qVcXjGW5W { margin-bottom: 10px;padding-bottom: 20px; } } @media (max-width: 1199px) and (min-width: 992px) { [data-gp-text] .gp-component-id-qVcXjGW5W { margin-bottom: 10px;padding-bottom: 20px; } } @media (min-width: 1200px) { [data-gp-text] .gp-component-id-qVcXjGW5W { margin-bottom: 10px;padding-bottom: 20px; } } @media (max-width: 639px) { [data-gp-text] .gp-component-id-VOb24nd0V { font-size: 25px !important;font-weight: 600 !important;color: rgb(16, 42, 67);text-align: left;line-height: 1.25;font-family: Manrope !important;margin-bottom: 20px;width: 100%; } } @media (max-width: 767px) and (min-width: 640px) { [data-gp-text] .gp-component-id-VOb24nd0V { font-size: 30px !important;font-weight: 600 !important;color: rgb(16, 42, 67);text-align: left;line-height: 1.25;font-family: Manrope !important;margin-bottom: 20px;padding-left: 13px;padding-right: 13px;width: 100%; } } @media (max-width: 991px) and (min-width: 768px) { [data-gp-text] .gp-component-id-VOb24nd0V { font-size: 36px !important;font-weight: 600 !important;color: rgb(16, 42, 67);text-align: center;line-height: 1.25;font-family: Manrope !important;margin-bottom: 20px;width: 100%; } } @media (max-width: 1199px) and (min-width: 992px) { [data-gp-text] .gp-component-id-VOb24nd0V { font-size: 48px !important;font-weight: 600 !important;color: rgb(16, 42, 67);text-align: center;line-height: 1.25;font-family: Manrope !important;margin-bottom: 20px;width: 100%; } } @media (min-width: 1200px) { [data-gp-text] .gp-component-id-VOb24nd0V { font-size: 48px !important;font-weight: 600 !important;color: rgb(16, 42, 67);text-align: left;line-height: 1.25;font-family: Manrope !important;margin-bottom: 20px;width: 100%; } } @media (max-width: 639px) { .gp-component-id-3Z5t_gWbyH[data-gp-component] { color: rgba(16, 42, 67, 1);line-height: 1;padding-right: 18px;width: 38px;height: 24px;animation-duration: 1s;animation-fill-mode: both; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-3Z5t_gWbyH[data-gp-component] { color: rgb(16, 42, 67);line-height: 1;padding-right: 18px;width: 38px;height: 24px;animation-duration: 1s;animation-fill-mode: both; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-3Z5t_gWbyH[data-gp-component] { color: rgb(16, 42, 67);line-height: 1;padding-right: 18px;width: 38px;height: 24px;animation-duration: 1s;animation-fill-mode: both; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-3Z5t_gWbyH[data-gp-component] { line-height: 1;padding-right: 18px;width: 38px;height: 24px;animation-duration: 1s;animation-fill-mode: both; } } @media (min-width: 1200px) { .gp-component-id-3Z5t_gWbyH[data-gp-component] { line-height: 1;padding-right: 18px;width: 38px;height: 24px;animation-duration: 1s;animation-fill-mode: both; } } @media (max-width: 639px) { .gp-component-id-cRBkRsu1kW[data-gp-component] { padding-left: 24px;padding-right: 24px;padding-top: 48px;width: 100%;height: 100%;flex-direction: column;align-items: center;display: flex; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-cRBkRsu1kW[data-gp-component] { padding-left: 34px;padding-right: 34px;padding-top: 48px;padding-bottom: 48px;width: 100%;height: 100%;flex-direction: column;align-items: center;display: flex; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-cRBkRsu1kW[data-gp-component] { padding-left: 48px;padding-right: 48px;padding-top: 48px;padding-bottom: 48px;width: 100%;height: 100%;flex-direction: column;align-items: center;display: flex; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-cRBkRsu1kW[data-gp-component] { padding-left: 16px;padding-right: 16px;padding-top: 16px;padding-bottom: 16px;width: 100%;height: 100%;flex-direction: column;align-items: flex-start;display: flex; } } @media (min-width: 1200px) { .gp-component-id-cRBkRsu1kW[data-gp-component] { padding-left: 48px;padding-right: 48px;padding-top: 48px;padding-bottom: 48px;width: 100%;height: 100%;flex-direction: column;align-items: flex-start;display: flex; } } @media (max-width: 639px) { .gp-component-id-lnhOYFVDELn[data-gp-component] { border-left-style: solid;border-right-style: solid;border-top-style: solid;border-bottom-style: solid;padding-left: 0px;padding-right: 0px;padding-top: 0px;padding-bottom: 0px;height: auto;max-width: 100%;justify-content: flex-start;align-items: flex-start;display: inline-flex;object-fit: cover;object-position: center center; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-lnhOYFVDELn[data-gp-component] { border-left-style: solid;border-right-style: solid;border-top-style: solid;border-bottom-style: solid;padding-left: 0px;padding-right: 0px;padding-top: 0px;padding-bottom: 0px;width: 315px;height: 171px;max-width: 100%;justify-content: flex-start;align-items: flex-start;display: inline-flex;object-fit: cover;object-position: center center; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-lnhOYFVDELn[data-gp-component] { border-left-style: solid;border-right-style: solid;border-top-style: solid;border-bottom-style: solid;padding-left: 0px;padding-right: 0px;padding-top: 0px;padding-bottom: 0px;height: auto;max-width: 100%;justify-content: flex-start;align-items: flex-start;display: inline-flex;object-fit: cover;object-position: center center; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-lnhOYFVDELn[data-gp-component] { border-left-style: solid;border-right-style: solid;border-top-style: solid;border-bottom-style: solid;padding-left: 0px;padding-right: 0px;padding-top: 0px;padding-bottom: 0px;height: auto;max-width: 100%;justify-content: flex-start;align-items: flex-start;display: inline-flex;object-fit: cover;object-position: center center; } } @media (min-width: 1200px) { .gp-component-id-lnhOYFVDELn[data-gp-component] { border-left-style: solid;border-right-style: solid;border-top-style: solid;border-bottom-style: solid;padding-left: 0px;padding-right: 0px;padding-top: 0px;padding-bottom: 0px;height: auto;max-width: 100%;justify-content: flex-start;align-items: flex-start;display: inline-flex;object-fit: cover;object-position: center center; } } @media (max-width: 639px) { [data-gp-text] .gp-component-id-mNRJwEOM_ { letter-spacing: 0.05em;font-family: Inter; } } @media (max-width: 767px) and (min-width: 640px) { [data-gp-text] .gp-component-id-mNRJwEOM_ { letter-spacing: 0.05em;font-family: Inter; } } @media (max-width: 991px) and (min-width: 768px) { [data-gp-text] .gp-component-id-mNRJwEOM_ { letter-spacing: 0.05em;font-family: Inter;margin-top: 10px; } } @media (max-width: 1199px) and (min-width: 992px) { [data-gp-text] .gp-component-id-mNRJwEOM_ { letter-spacing: 0.05em;font-family: Inter; } } @media (min-width: 1200px) { [data-gp-text] .gp-component-id-mNRJwEOM_ { letter-spacing: 0.05em;font-family: Inter; } } @media (max-width: 639px) { .gp-component-id-m5G0wqgqW[data-gp-component] { border-left-style: solid;border-right-style: solid;border-top-style: solid;border-bottom-style: solid;height: 90%;max-width: 100%;justify-content: flex-start;align-items: flex-start;display: inline-flex;object-fit: cover;object-position: center center; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-m5G0wqgqW[data-gp-component] { border-left-style: solid;border-right-style: solid;border-top-style: solid;border-bottom-style: solid;height: 90%;max-width: 100%;justify-content: flex-start;align-items: flex-start;display: inline-flex;object-fit: cover;object-position: center center; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-m5G0wqgqW[data-gp-component] { border-left-style: solid;border-right-style: solid;border-top-style: solid;border-bottom-style: solid;margin-top: 138px;height: 47%;max-width: 100%;justify-content: flex-start;align-items: flex-start;display: inline-flex;object-fit: cover;object-position: center center; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-m5G0wqgqW[data-gp-component] { border-left-style: solid;border-right-style: solid;border-top-style: solid;border-bottom-style: solid;height: 90%;max-width: 100%;justify-content: flex-start;align-items: flex-start;display: inline-flex;object-fit: cover;object-position: center center; } } @media (min-width: 1200px) { .gp-component-id-m5G0wqgqW[data-gp-component] { border-left-style: solid;border-right-style: solid;border-top-style: solid;border-bottom-style: solid;height: 90%;max-width: 100%;justify-content: flex-start;align-items: flex-start;display: inline-flex;object-fit: cover;object-position: center center; } } .gp-component-id-V9a41Ob2E7.gp-component > [data-section-overlay] { background-color: rgb(234, 240, 243);right: 0px;left: 0px;top: 0px;bottom: 0px;position: absolute; } @media (max-width: 639px) { .gp-component-id-V9a41Ob2E7.gp-component > [data-section-overlay] { background-color: rgb(245, 247, 250);right: 0px;left: 0px;top: 0px;bottom: 0px;position: absolute; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-V9a41Ob2E7.gp-component > [data-section-overlay] { background-color: rgb(245, 247, 250);right: 0px;left: 0px;top: 0px;bottom: 0px;position: absolute; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-V9a41Ob2E7.gp-component > [data-section-overlay] { background-color: rgb(245, 247, 250);right: 0px;left: 0px;top: 0px;bottom: 0px;position: absolute; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-V9a41Ob2E7.gp-component > [data-section-overlay] { background-color: rgb(245, 247, 250);right: 0px;left: 0px;top: 0px;bottom: 0px;position: absolute; } } @media (min-width: 1200px) { .gp-component-id-V9a41Ob2E7.gp-component > [data-section-overlay] { background-color: rgb(245, 247, 250);right: 0px;left: 0px;top: 0px;bottom: 0px;position: absolute; } } @media (max-width: 639px) { [data-gp-text] .gp-component-id-wq24pmm1qO { font-size: 20px;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 12px;cursor: text;box-sizing: border-box; } } @media (max-width: 767px) and (min-width: 640px) { [data-gp-text] .gp-component-id-wq24pmm1qO { font-size: 20px;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 12px;cursor: text;box-sizing: border-box; } } @media (max-width: 991px) and (min-width: 768px) { [data-gp-text] .gp-component-id-wq24pmm1qO { font-size: 20px;margin-left: 146px;margin-right: 0px;margin-top: 0px;margin-bottom: 12px;width: 498px;height: 36px;cursor: text;box-sizing: border-box; } } @media (max-width: 1199px) and (min-width: 992px) { [data-gp-text] .gp-component-id-wq24pmm1qO { font-size: 20px;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 12px;cursor: text;box-sizing: border-box; } } @media (min-width: 1200px) { [data-gp-text] .gp-component-id-wq24pmm1qO { font-size: 20px;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 12px;cursor: text;box-sizing: border-box; } } @media (max-width: 639px) { [data-gp-text] .gp-component-id-sux9e23Rm1b { font-size: 20px;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 12px;box-sizing: border-box;cursor: text; } } @media (max-width: 767px) and (min-width: 640px) { [data-gp-text] .gp-component-id-sux9e23Rm1b { font-size: 20px;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 12px;box-sizing: border-box;cursor: text; } } @media (max-width: 991px) and (min-width: 768px) { [data-gp-text] .gp-component-id-sux9e23Rm1b { font-size: 20px;margin-left: -59px;margin-right: 0px;margin-top: 0px;margin-bottom: 12px;box-sizing: border-box;cursor: text; } } @media (max-width: 1199px) and (min-width: 992px) { [data-gp-text] .gp-component-id-sux9e23Rm1b { font-size: 20px;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 12px;box-sizing: border-box;cursor: text; } } @media (min-width: 1200px) { [data-gp-text] .gp-component-id-sux9e23Rm1b { font-size: 20px;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 12px;box-sizing: border-box;cursor: text; } } @media (max-width: 639px) { .gp-component-id-NuKKOoti_i[data-gp-component] { padding-left: 20px;padding-right: 20px;padding-top: 16px;padding-bottom: 16px;width: 100%;height: 100%;flex-direction: column;justify-content: center;align-items: center;display: flex;min-height: 120px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-NuKKOoti_i[data-gp-component] { padding-left: 20px;padding-right: 20px;padding-top: 16px;padding-bottom: 16px;width: 100%;height: 100%;flex-direction: column;justify-content: center;align-items: center;display: flex;min-height: 120px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-NuKKOoti_i[data-gp-component] { padding-left: 20px;padding-right: 0px;padding-top: 16px;padding-bottom: 16px;width: 100%;height: 100%;flex-direction: column;justify-content: center;align-items: center;display: flex;min-height: 120px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-NuKKOoti_i[data-gp-component] { padding-left: 0px;padding-right: 0px;padding-top: 16px;padding-bottom: 16px;width: 100%;height: 100%;flex-direction: column;justify-content: center;align-items: flex-start;display: flex;min-height: 120px; } } @media (min-width: 1200px) { .gp-component-id-NuKKOoti_i[data-gp-component] { padding-left: 0px;padding-right: 0px;padding-top: 16px;padding-bottom: 16px;width: 100%;height: 100%;flex-direction: column;justify-content: center;align-items: flex-start;display: flex;min-height: 120px; } } @media (max-width: 639px) { [data-gp-text] .gp-component-id-rkRn0NQH57 { font-size: 20px;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 12px;cursor: text;box-sizing: border-box; } } @media (max-width: 767px) and (min-width: 640px) { [data-gp-text] .gp-component-id-rkRn0NQH57 { font-size: 20px;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 12px;cursor: text;box-sizing: border-box; } } @media (max-width: 991px) and (min-width: 768px) { [data-gp-text] .gp-component-id-rkRn0NQH57 { font-size: 20px;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 12px;width: 306px;height: 27px;cursor: text;box-sizing: border-box; } } @media (max-width: 1199px) and (min-width: 992px) { [data-gp-text] .gp-component-id-rkRn0NQH57 { font-size: 20px;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 12px;cursor: text;box-sizing: border-box; } } @media (min-width: 1200px) { [data-gp-text] .gp-component-id-rkRn0NQH57 { font-size: 20px;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 12px;cursor: text;box-sizing: border-box; } } @media (max-width: 639px) { .gp-component-id-95rGhSgtKo4[data-gp-component] { border-left-style: solid;border-right-style: solid;border-top-style: solid;border-bottom-style: solid;margin-top: 48px;height: 130px;max-width: 100%;display: flex; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-95rGhSgtKo4[data-gp-component] { border-left-style: solid;border-right-style: solid;border-top-style: solid;border-bottom-style: solid;margin-top: 48px;height: 130px;max-width: 100%;display: flex; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-95rGhSgtKo4[data-gp-component] { border-left-style: solid;border-right-style: solid;border-top-style: solid;border-bottom-style: solid;margin-top: 48px;height: 87px;max-width: 100%;display: flex; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-95rGhSgtKo4[data-gp-component] { border-left-style: solid;border-right-style: solid;border-top-style: solid;border-bottom-style: solid;margin-top: 4px;height: 130px;max-width: 100%;display: flex; } } @media (min-width: 1200px) { .gp-component-id-95rGhSgtKo4[data-gp-component] { border-left-style: solid;border-right-style: solid;border-top-style: solid;border-bottom-style: solid;margin-top: 4px;height: 130px;max-width: 100%;display: flex; } } @media (max-width: 639px) { .gp-component-id-8z41dRrSO0N[data-gp-component] { border-left-style: solid;border-right-style: solid;border-top-style: solid;border-bottom-style: solid;margin-top: 4px;height: 130px;max-width: 100%;display: flex; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-8z41dRrSO0N[data-gp-component] { border-left-style: solid;border-right-style: solid;border-top-style: solid;border-bottom-style: solid;margin-top: 4px;height: 130px;max-width: 100%;display: flex; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-8z41dRrSO0N[data-gp-component] { border-left-style: solid;border-right-style: solid;border-top-style: solid;border-bottom-style: solid;margin-top: 4px;height: 87px;max-width: 100%;display: flex; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-8z41dRrSO0N[data-gp-component] { border-left-style: solid;border-right-style: solid;border-top-style: solid;border-bottom-style: solid;margin-top: 4px;height: 130px;max-width: 100%;display: flex; } } @media (min-width: 1200px) { .gp-component-id-8z41dRrSO0N[data-gp-component] { border-left-style: solid;border-right-style: solid;border-top-style: solid;border-bottom-style: solid;margin-top: 4px;height: 130px;max-width: 100%;display: flex; } } @media (max-width: 639px) { .gp-component-id-YgK0K7RBOf[data-gp-component] { width: 100%;height: 100%;flex-direction: column;align-items: center;display: flex; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-YgK0K7RBOf[data-gp-component] { width: 100%;height: 100%;flex-direction: column;align-items: center;display: flex; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-YgK0K7RBOf[data-gp-component] { width: 209px;height: 305px;flex-direction: column;align-items: center;display: flex; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-YgK0K7RBOf[data-gp-component] { width: 100%;height: 100%;flex-direction: column;align-items: flex-start;display: flex; } } @media (min-width: 1200px) { .gp-component-id-YgK0K7RBOf[data-gp-component] { width: 100%;height: 100%;flex-direction: column;align-items: flex-start;display: flex; } } @media (max-width: 639px) { .gp-component-id-bQF7wb7p69[data-gp-component] { border-left-style: solid;border-right-style: solid;border-top-style: solid;border-bottom-style: solid;height: 130px;max-width: 100%;display: flex; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-bQF7wb7p69[data-gp-component] { border-left-style: solid;border-right-style: solid;border-top-style: solid;border-bottom-style: solid;height: 130px;max-width: 100%;display: flex; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-bQF7wb7p69[data-gp-component] { border-left-style: solid;border-right-style: solid;border-top-style: solid;border-bottom-style: solid;height: 87px;max-width: 100%;display: flex; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-bQF7wb7p69[data-gp-component] { border-left-style: solid;border-right-style: solid;border-top-style: solid;border-bottom-style: solid;height: 130px;max-width: 100%;display: flex; } } @media (min-width: 1200px) { .gp-component-id-bQF7wb7p69[data-gp-component] { border-left-style: solid;border-right-style: solid;border-top-style: solid;border-bottom-style: solid;height: 130px;max-width: 100%;display: flex; } } @media (max-width: 639px) { .gp-component-id-mrdpQ0yfiR8[data-gp-component] { border-left-style: solid;border-right-style: solid;border-top-style: solid;border-bottom-style: solid;margin-top: 48px;height: 130px;max-width: 100%;display: flex; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-mrdpQ0yfiR8[data-gp-component] { border-left-style: solid;border-right-style: solid;border-top-style: solid;border-bottom-style: solid;margin-top: 48px;height: 130px;max-width: 100%;display: flex; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-mrdpQ0yfiR8[data-gp-component] { border-left-style: solid;border-right-style: solid;border-top-style: solid;border-bottom-style: solid;margin-top: 48px;height: 87px;max-width: 100%;display: flex; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-mrdpQ0yfiR8[data-gp-component] { border-left-style: solid;border-right-style: solid;border-top-style: solid;border-bottom-style: solid;margin-top: 48px;height: 130px;max-width: 100%;display: flex; } } @media (min-width: 1200px) { .gp-component-id-mrdpQ0yfiR8[data-gp-component] { border-left-style: solid;border-right-style: solid;border-top-style: solid;border-bottom-style: solid;margin-top: 0px;height: 130px;max-width: 100%;display: flex; } } @media (max-width: 639px) { .gp-component-id-J3xHle6FtT[data-gp-component] { border-left-style: solid;border-right-style: solid;border-top-style: solid;border-bottom-style: solid;width: auto;height: 100vh;max-width: 100%;justify-content: flex-start;align-items: flex-start;display: inline-flex;object-fit: cover;object-position: center center; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-J3xHle6FtT[data-gp-component] { border-left-style: solid;border-right-style: solid;border-top-style: solid;border-bottom-style: solid;width: auto;height: 100vh;max-width: 100%;justify-content: flex-start;align-items: flex-start;display: inline-flex;object-fit: cover;object-position: center center; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-J3xHle6FtT[data-gp-component] { border-left-style: solid;border-right-style: solid;border-top-style: solid;border-bottom-style: solid;margin-left: 48px;padding-left: 0px;width: auto;height: 100vh;max-width: 100%;justify-content: flex-start;align-items: flex-start;display: inline-flex;object-fit: cover;object-position: center center; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-J3xHle6FtT[data-gp-component] { border-left-style: solid;border-right-style: solid;border-top-style: solid;border-bottom-style: solid;width: auto;height: 100vh;max-width: 100%;justify-content: flex-start;align-items: flex-start;display: inline-flex;object-fit: cover;object-position: center center; } } @media (min-width: 1200px) { .gp-component-id-J3xHle6FtT[data-gp-component] { border-left-style: solid;border-right-style: solid;border-top-style: solid;border-bottom-style: solid;width: auto;height: 100vh;max-width: 100%;justify-content: flex-start;align-items: flex-start;display: inline-flex;object-fit: cover;object-position: center center; } } @media (max-width: 639px) { [data-gp-text] .gp-component-id-IbImios0tB { font-size: 18px;color: rgb(255, 255, 255);text-align: center;line-height: 1.5;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px;padding-top: 0px;padding-bottom: 10px; } } @media (max-width: 767px) and (min-width: 640px) { [data-gp-text] .gp-component-id-IbImios0tB { font-size: 18px;color: rgb(255, 255, 255);text-align: center;line-height: 1.5;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px;padding-top: 0px;padding-bottom: 10px; } } @media (max-width: 991px) and (min-width: 768px) { [data-gp-text] .gp-component-id-IbImios0tB { font-size: 18px;color: rgb(255, 255, 255);text-align: left;line-height: 1.5;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px;padding-top: 0px;padding-bottom: 10px; } } @media (max-width: 1199px) and (min-width: 992px) { [data-gp-text] .gp-component-id-IbImios0tB { font-size: 18px;color: rgb(255, 255, 255);text-align: left;line-height: 1.5;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px;padding-top: 0px;padding-bottom: 10px; } } @media (min-width: 1200px) { [data-gp-text] .gp-component-id-IbImios0tB { font-size: 18px;color: rgb(255, 255, 255);text-align: left;line-height: 1.5;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px;padding-top: 0px;padding-bottom: 10px; } } @media (max-width: 639px) { .gp-component-id-y0Y50JirN_[data-gp-component] { margin-bottom: 20px;padding-left: 16px;padding-right: 116px;width: 100%;flex-direction: column;justify-content: center;align-items: center;display: flex; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-y0Y50JirN_[data-gp-component] { margin-bottom: 20px;padding-left: 16px;padding-right: 116px;width: 100%;flex-direction: column;justify-content: center;align-items: center;display: flex; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-y0Y50JirN_[data-gp-component] { margin-bottom: 20px;padding-left: 16px;padding-right: 44px;width: 50%;flex-direction: column;justify-content: center;align-items: flex-start;display: flex; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-y0Y50JirN_[data-gp-component] { margin-bottom: 20px;padding-left: 16px;padding-right: 76px;width: 50%;flex-direction: column;justify-content: center;align-items: flex-start;display: flex; } } @media (min-width: 1200px) { .gp-component-id-y0Y50JirN_[data-gp-component] { margin-bottom: 20px;padding-left: 16px;padding-right: 116px;width: 50%;flex-direction: column;justify-content: center;align-items: flex-start;display: flex; } } .gp-component-id-9TVvOeFH9.gp-component > [data-section-overlay] { position: absolute;bottom: 0px;top: 0px;left: 0px;right: 0px; } @media (max-width: 639px) { .gp-component-id-9TVvOeFH9.gp-component > [data-section-overlay] { position: absolute;bottom: 0px;top: 0px;left: 0px;right: 0px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-9TVvOeFH9.gp-component > [data-section-overlay] { position: absolute;bottom: 0px;top: 0px;left: 0px;right: 0px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-9TVvOeFH9.gp-component > [data-section-overlay] { position: absolute;bottom: 0px;top: 0px;left: 0px;right: 0px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-9TVvOeFH9.gp-component > [data-section-overlay] { position: absolute;bottom: 0px;top: 0px;left: 0px;right: 0px; } } @media (min-width: 1200px) { .gp-component-id-9TVvOeFH9.gp-component > [data-section-overlay] { position: absolute;bottom: 0px;top: 0px;left: 0px;right: 0px; } } @media (max-width: 639px) { .gp-component-id-pwxbFhve7d[data-gp-component] { font-size: 18px !important;font-weight: 500 !important;color: rgb(255, 255, 255);font-family: Inter !important;border-top-left-radius: 12px;border-top-right-radius: 12px;border-bottom-left-radius: 12px;border-bottom-right-radius: 12px;border-left-width: 0px;border-right-width: 0px;border-top-width: 0px;border-bottom-width: 0px;background-color: rgb(16, 42, 67);margin-bottom: 10px;padding-left: 26px;padding-right: 26px;padding-top: 14px;padding-bottom: 14px;display: inline-flex; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-pwxbFhve7d[data-gp-component] { font-size: 18px !important;font-weight: 500 !important;color: rgb(255, 255, 255);font-family: Inter !important;border-top-left-radius: 12px;border-top-right-radius: 12px;border-bottom-left-radius: 12px;border-bottom-right-radius: 12px;border-left-width: 0px;border-right-width: 0px;border-top-width: 0px;border-bottom-width: 0px;background-color: rgb(16, 42, 67);margin-bottom: 10px;padding-left: 26px;padding-right: 26px;padding-top: 14px;padding-bottom: 14px;display: inline-flex; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-pwxbFhve7d[data-gp-component] { font-size: 18px !important;font-weight: 500 !important;color: rgb(255, 255, 255);font-family: Inter !important;border-top-left-radius: 12px;border-top-right-radius: 12px;border-bottom-left-radius: 12px;border-bottom-right-radius: 12px;border-left-width: 0px;border-right-width: 0px;border-top-width: 0px;border-bottom-width: 0px;background-color: rgb(16, 42, 67);margin-bottom: 10px;padding-left: 26px;padding-right: 26px;padding-top: 14px;padding-bottom: 14px;display: inline-flex; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-pwxbFhve7d[data-gp-component] { font-size: 18px !important;font-weight: 500 !important;color: rgb(255, 255, 255);font-family: Inter !important;border-top-left-radius: 12px;border-top-right-radius: 12px;border-bottom-left-radius: 12px;border-bottom-right-radius: 12px;border-left-width: 0px;border-right-width: 0px;border-top-width: 0px;border-bottom-width: 0px;background-color: rgb(16, 42, 67);margin-bottom: 10px;padding-left: 26px;padding-right: 26px;padding-top: 14px;padding-bottom: 14px;display: inline-flex; } } @media (min-width: 1200px) { .gp-component-id-pwxbFhve7d[data-gp-component] { font-size: 18px !important;font-weight: 500 !important;color: rgb(255, 255, 255);font-family: Inter !important;border-top-left-radius: 12px;border-top-right-radius: 12px;border-bottom-left-radius: 12px;border-bottom-right-radius: 12px;border-left-width: 0px;border-right-width: 0px;border-top-width: 0px;border-bottom-width: 0px;background-color: rgb(16, 42, 67);margin-bottom: 10px;padding-left: 26px;padding-right: 26px;padding-top: 14px;padding-bottom: 14px;display: inline-flex; } } @media (max-width: 639px) { .gp-component-id-9TVvOeFH9[data-gp-component] { background-color: rgb(240, 242, 244);background-size: cover;background-position-x: 50%;background-position-y: center;position: relative;z-index: 10; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-9TVvOeFH9[data-gp-component] { background-color: rgb(240, 242, 244);background-size: cover;background-position-x: 50%;background-position-y: center;position: relative;z-index: 10; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-9TVvOeFH9[data-gp-component] { background-color: rgb(240, 242, 244);background-size: cover;background-position-x: 50%;background-position-y: center;position: relative;z-index: 10; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-9TVvOeFH9[data-gp-component] { background-color: rgb(240, 242, 244);background-size: cover;background-position-x: 50%;background-position-y: center;position: relative;z-index: 10; } } @media (min-width: 1200px) { .gp-component-id-9TVvOeFH9[data-gp-component] { background-color: rgb(240, 242, 244);background-size: cover;background-position-x: 50%;background-position-y: center;position: relative;z-index: 10; } } @media (max-width: 639px) { .gp-component-id-zoRu0IWtI6[data-gp-component] { text-align: center;border-left-style: solid;border-right-style: solid;border-top-style: solid;border-bottom-style: solid;height: auto;max-width: 100%;justify-content: flex-start;align-items: flex-start;display: inline-flex;object-position: center center;object-fit: cover; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-zoRu0IWtI6[data-gp-component] { text-align: center;border-left-style: solid;border-right-style: solid;border-top-style: solid;border-bottom-style: solid;height: auto;max-width: 100%;justify-content: flex-start;align-items: flex-start;display: inline-flex;object-position: center center;object-fit: cover; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-zoRu0IWtI6[data-gp-component] { text-align: center;border-left-style: solid;border-right-style: solid;border-top-style: solid;border-bottom-style: solid;height: auto;max-width: 100%;justify-content: flex-start;align-items: flex-start;display: inline-flex;object-position: center center;object-fit: cover; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-zoRu0IWtI6[data-gp-component] { text-align: center;border-left-style: solid;border-right-style: solid;border-top-style: solid;border-bottom-style: solid;height: auto;max-width: 100%;justify-content: flex-start;align-items: flex-start;display: inline-flex;object-position: center center;object-fit: cover; } } @media (min-width: 1200px) { .gp-component-id-zoRu0IWtI6[data-gp-component] { text-align: center;border-left-style: solid;border-right-style: solid;border-top-style: solid;border-bottom-style: solid;height: auto;max-width: 100%;justify-content: flex-start;align-items: flex-start;display: inline-flex;object-position: center center;object-fit: cover; } } @media (max-width: 639px) { .gp-component-id-WaRs7I0GC[data-gp-component] { text-align: center;align-items: center;cursor: pointer;text-decoration-thickness: inherit;text-decoration-style: solid;text-decoration-color: initial; } .gp-component-id-WaRs7I0GC[data-gp-component]:active,.gp-component-id-WaRs7I0GC[data-gp-component].gp-active { background-color: rgb(32, 45, 60); } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-WaRs7I0GC[data-gp-component] { text-align: center;align-items: center;cursor: pointer;text-decoration-thickness: inherit;text-decoration-style: solid;text-decoration-color: initial; } .gp-component-id-WaRs7I0GC[data-gp-component]:active,.gp-component-id-WaRs7I0GC[data-gp-component].gp-active { background-color: rgb(32, 45, 60); } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-WaRs7I0GC[data-gp-component] { text-align: center;align-items: center;cursor: pointer;text-decoration-thickness: inherit;text-decoration-style: solid;text-decoration-color: initial; } .gp-component-id-WaRs7I0GC[data-gp-component]:active,.gp-component-id-WaRs7I0GC[data-gp-component].gp-active { background-color: rgb(32, 45, 60); } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-WaRs7I0GC[data-gp-component] { text-align: center;align-items: center;cursor: pointer;text-decoration-thickness: inherit;text-decoration-style: solid;text-decoration-color: initial; } .gp-component-id-WaRs7I0GC[data-gp-component]:active,.gp-component-id-WaRs7I0GC[data-gp-component].gp-active { background-color: rgb(32, 45, 60); } } @media (min-width: 1200px) { .gp-component-id-WaRs7I0GC[data-gp-component] { text-align: center;align-items: center;cursor: pointer;text-decoration-thickness: inherit;text-decoration-style: solid;text-decoration-color: initial; } .gp-component-id-WaRs7I0GC[data-gp-component]:active,.gp-component-id-WaRs7I0GC[data-gp-component].gp-active { background-color: rgb(32, 45, 60); } } @media (max-width: 639px) { [data-gp-text] .gp-component-id-uy28c7A9VG { text-align: left;padding-top: 20px;padding-bottom: 20px; } } @media (max-width: 767px) and (min-width: 640px) { [data-gp-text] .gp-component-id-uy28c7A9VG { text-align: left;padding-top: 20px;padding-bottom: 20px; } } @media (max-width: 991px) and (min-width: 768px) { [data-gp-text] .gp-component-id-uy28c7A9VG { text-align: left;padding-top: 20px;padding-bottom: 20px; } } @media (max-width: 1199px) and (min-width: 992px) { [data-gp-text] .gp-component-id-uy28c7A9VG { text-align: left;padding-top: 20px;padding-bottom: 20px; } } @media (min-width: 1200px) { [data-gp-text] .gp-component-id-uy28c7A9VG { text-align: left;padding-top: 20px;padding-bottom: 20px; } } .gp-component-id-fHX0f6jlO.gp-component > [data-section-overlay] { right: 0px;left: 0px;top: 0px;bottom: 0px;position: absolute; } @media (max-width: 639px) { .gp-component-id-fHX0f6jlO.gp-component > [data-section-overlay] { right: 0px;left: 0px;top: 0px;bottom: 0px;position: absolute; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-fHX0f6jlO.gp-component > [data-section-overlay] { right: 0px;left: 0px;top: 0px;bottom: 0px;position: absolute; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-fHX0f6jlO.gp-component > [data-section-overlay] { right: 0px;left: 0px;top: 0px;bottom: 0px;position: absolute; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-fHX0f6jlO.gp-component > [data-section-overlay] { right: 0px;left: 0px;top: 0px;bottom: 0px;position: absolute; } } @media (min-width: 1200px) { .gp-component-id-fHX0f6jlO.gp-component > [data-section-overlay] { right: 0px;left: 0px;top: 0px;bottom: 0px;position: absolute; } } .gp-component-id-0oM74NEBM.gp-component > [data-section-overlay] { position: absolute;bottom: 0px;top: 0px;left: 0px;right: 0px; } @media (max-width: 639px) { .gp-component-id-0oM74NEBM.gp-component > [data-section-overlay] { position: absolute;bottom: 0px;top: 0px;left: 0px;right: 0px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-0oM74NEBM.gp-component > [data-section-overlay] { position: absolute;bottom: 0px;top: 0px;left: 0px;right: 0px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-0oM74NEBM.gp-component > [data-section-overlay] { position: absolute;bottom: 0px;top: 0px;left: 0px;right: 0px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-0oM74NEBM.gp-component > [data-section-overlay] { position: absolute;bottom: 0px;top: 0px;left: 0px;right: 0px; } } @media (min-width: 1200px) { .gp-component-id-0oM74NEBM.gp-component > [data-section-overlay] { position: absolute;bottom: 0px;top: 0px;left: 0px;right: 0px; } } @media (max-width: 639px) { [data-gp-text] .gp-component-id-GEMObqidr { font-weight: 300;background-color: rgba(256, 256, 256, 0);margin-left: 0px;margin-right: 0px;margin-top: 4px;margin-bottom: 0px; } } @media (max-width: 767px) and (min-width: 640px) { [data-gp-text] .gp-component-id-GEMObqidr { font-weight: 300;background-color: rgba(256, 256, 256, 0);margin-left: 0px;margin-right: 0px;margin-top: 4px;margin-bottom: 0px; } } @media (max-width: 991px) and (min-width: 768px) { [data-gp-text] .gp-component-id-GEMObqidr { font-weight: 300;background-color: rgba(256, 256, 256, 0);margin-left: 0px;margin-right: 0px;margin-top: 4px;margin-bottom: 0px; } } @media (max-width: 1199px) and (min-width: 992px) { [data-gp-text] .gp-component-id-GEMObqidr { font-weight: 300;background-color: rgba(256, 256, 256, 0);margin-left: 0px;margin-right: 0px;margin-top: 4px;margin-bottom: 0px; } } @media (min-width: 1200px) { [data-gp-text] .gp-component-id-GEMObqidr { font-weight: 300;background-color: rgba(256, 256, 256, 0);margin-left: 0px;margin-right: 0px;margin-top: 4px;margin-bottom: 0px; } } [data-gp-text] .gp-component-id-yRlcBruNv { font-weight: 600;margin-top: 20px;margin-right: 0px;margin-bottom: 0px;margin-left: 0px; } @media (max-width: 639px) { [data-gp-text] .gp-component-id-yRlcBruNv { font-weight: 600;margin-left: 0px;margin-right: 0px;margin-top: 20px;margin-bottom: 0px; } } @media (max-width: 767px) and (min-width: 640px) { [data-gp-text] .gp-component-id-yRlcBruNv { font-weight: 600;margin-left: 0px;margin-right: 0px;margin-top: 20px;margin-bottom: 0px; } } @media (max-width: 991px) and (min-width: 768px) { [data-gp-text] .gp-component-id-yRlcBruNv { font-weight: 600;margin-left: 0px;margin-right: 0px;margin-top: 20px;margin-bottom: 0px; } } @media (max-width: 1199px) and (min-width: 992px) { [data-gp-text] .gp-component-id-yRlcBruNv { font-weight: 600;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px; } } @media (min-width: 1200px) { [data-gp-text] .gp-component-id-yRlcBruNv { font-weight: 600;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px; } } [data-gp-text] .gp-component-id-jy2I0Vfev { font-weight: 300;margin-top: 4px;margin-right: 0px;margin-bottom: 0px;margin-left: 0px; } @media (max-width: 639px) { [data-gp-text] .gp-component-id-jy2I0Vfev { font-weight: 300;margin-left: 0px;margin-right: 0px;margin-top: 4px;margin-bottom: 0px; } } @media (max-width: 767px) and (min-width: 640px) { [data-gp-text] .gp-component-id-jy2I0Vfev { font-weight: 300;margin-left: 0px;margin-right: 0px;margin-top: 4px;margin-bottom: 0px; } } @media (max-width: 991px) and (min-width: 768px) { [data-gp-text] .gp-component-id-jy2I0Vfev { font-weight: 300;margin-left: 0px;margin-right: 0px;margin-top: 4px;margin-bottom: 0px; } } @media (max-width: 1199px) and (min-width: 992px) { [data-gp-text] .gp-component-id-jy2I0Vfev { font-weight: 300;margin-left: 0px;margin-right: 0px;margin-top: 4px;margin-bottom: 0px; } } @media (min-width: 1200px) { [data-gp-text] .gp-component-id-jy2I0Vfev { font-weight: 300;margin-left: 0px;margin-right: 0px;margin-top: 4px;margin-bottom: 0px; } } [data-gp-text] .gp-component-id-VDKMHdSBz { font-weight: 600;margin-top: 24px;margin-right: 0px;margin-bottom: 0px;margin-left: 0px; } @media (max-width: 639px) { [data-gp-text] .gp-component-id-VDKMHdSBz { font-weight: 600;margin-left: 0px;margin-right: 0px;margin-top: 24px;margin-bottom: 0px; } } @media (max-width: 767px) and (min-width: 640px) { [data-gp-text] .gp-component-id-VDKMHdSBz { font-weight: 600;margin-left: 0px;margin-right: 0px;margin-top: 24px;margin-bottom: 0px; } } @media (max-width: 991px) and (min-width: 768px) { [data-gp-text] .gp-component-id-VDKMHdSBz { font-weight: 600;margin-left: 0px;margin-right: 0px;margin-top: 24px;margin-bottom: 0px; } } @media (max-width: 1199px) and (min-width: 992px) { [data-gp-text] .gp-component-id-VDKMHdSBz { font-weight: 600;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px; } } @media (min-width: 1200px) { [data-gp-text] .gp-component-id-VDKMHdSBz { font-weight: 600;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px; } } [data-gp-text] .gp-component-id-p29I9LB9t { font-weight: 300;margin-top: 4px;margin-right: 0px;margin-bottom: 0px;margin-left: 0px; } @media (max-width: 639px) { [data-gp-text] .gp-component-id-p29I9LB9t { font-weight: 300;margin-left: 0px;margin-right: 0px;margin-top: 4px;margin-bottom: 0px; } } @media (max-width: 767px) and (min-width: 640px) { [data-gp-text] .gp-component-id-p29I9LB9t { font-weight: 300;margin-left: 0px;margin-right: 0px;margin-top: 4px;margin-bottom: 0px; } } @media (max-width: 991px) and (min-width: 768px) { [data-gp-text] .gp-component-id-p29I9LB9t { font-weight: 300;margin-left: 0px;margin-right: 0px;margin-top: 4px;margin-bottom: 0px; } } @media (max-width: 1199px) and (min-width: 992px) { [data-gp-text] .gp-component-id-p29I9LB9t { font-weight: 300;margin-left: 0px;margin-right: 0px;margin-top: 4px;margin-bottom: 0px; } } @media (min-width: 1200px) { [data-gp-text] .gp-component-id-p29I9LB9t { font-weight: 300;margin-left: 0px;margin-right: 0px;margin-top: 4px;margin-bottom: 0px; } } [data-gp-text] .gp-component-id-b_KCpjJza { font-weight: 600;margin-top: 24px;margin-right: 0px;margin-bottom: 0px;margin-left: 0px; } @media (max-width: 639px) { [data-gp-text] .gp-component-id-b_KCpjJza { font-weight: 600;margin-left: 0px;margin-right: 0px;margin-top: 24px;margin-bottom: 0px; } } @media (max-width: 767px) and (min-width: 640px) { [data-gp-text] .gp-component-id-b_KCpjJza { font-weight: 600;margin-left: 0px;margin-right: 0px;margin-top: 24px;margin-bottom: 0px; } } @media (max-width: 991px) and (min-width: 768px) { [data-gp-text] .gp-component-id-b_KCpjJza { font-weight: 600;margin-left: 0px;margin-right: 0px;margin-top: 24px;margin-bottom: 0px; } } @media (max-width: 1199px) and (min-width: 992px) { [data-gp-text] .gp-component-id-b_KCpjJza { font-weight: 600;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px; } } @media (min-width: 1200px) { [data-gp-text] .gp-component-id-b_KCpjJza { font-weight: 600;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px; } } [data-gp-text] .gp-component-id-_bTG9ATRg { font-weight: 300;margin-top: 4px;margin-right: 0px;margin-bottom: 0px;margin-left: 0px; } @media (max-width: 639px) { [data-gp-text] .gp-component-id-_bTG9ATRg { font-weight: 300;margin-left: 0px;margin-right: 0px;margin-top: 4px;margin-bottom: 0px; } } @media (max-width: 767px) and (min-width: 640px) { [data-gp-text] .gp-component-id-_bTG9ATRg { font-weight: 300;margin-left: 0px;margin-right: 0px;margin-top: 4px;margin-bottom: 0px; } } @media (max-width: 991px) and (min-width: 768px) { [data-gp-text] .gp-component-id-_bTG9ATRg { font-weight: 300;margin-left: 0px;margin-right: 0px;margin-top: 4px;margin-bottom: 0px; } } @media (max-width: 1199px) and (min-width: 992px) { [data-gp-text] .gp-component-id-_bTG9ATRg { font-weight: 300;margin-left: 0px;margin-right: 0px;margin-top: 4px;margin-bottom: 0px; } } @media (min-width: 1200px) { [data-gp-text] .gp-component-id-_bTG9ATRg { font-weight: 300;margin-left: 0px;margin-right: 0px;margin-top: 4px;margin-bottom: 0px; } } [data-gp-text] .gp-component-id-XxiCfjU_H { font-weight: 600;margin-top: 24px;margin-right: 0px;margin-bottom: 0px;margin-left: 0px; } @media (max-width: 639px) { [data-gp-text] .gp-component-id-XxiCfjU_H { font-weight: 600;margin-left: 0px;margin-right: 0px;margin-top: 24px;margin-bottom: 0px; } } @media (max-width: 767px) and (min-width: 640px) { [data-gp-text] .gp-component-id-XxiCfjU_H { font-weight: 600;margin-left: 0px;margin-right: 0px;margin-top: 24px;margin-bottom: 0px; } } @media (max-width: 991px) and (min-width: 768px) { [data-gp-text] .gp-component-id-XxiCfjU_H { font-weight: 600;margin-left: 0px;margin-right: 0px;margin-top: 24px;margin-bottom: 0px; } } @media (max-width: 1199px) and (min-width: 992px) { [data-gp-text] .gp-component-id-XxiCfjU_H { font-weight: 600;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px; } } @media (min-width: 1200px) { [data-gp-text] .gp-component-id-XxiCfjU_H { font-weight: 600;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px; } } @media (max-width: 639px) { .gp-component-id-V9a41Ob2E7[data-gp-component] { padding-top: 48px;padding-bottom: 32px;z-index: auto !important;position: relative; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-V9a41Ob2E7[data-gp-component] { padding-top: 48px;padding-bottom: 32px;z-index: auto !important;position: relative; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-V9a41Ob2E7[data-gp-component] { padding-top: 48px;padding-bottom: 32px;z-index: auto !important;position: relative; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-V9a41Ob2E7[data-gp-component] { padding-top: 56px;padding-bottom: 56px;z-index: auto !important;position: relative; } } @media (min-width: 1200px) { .gp-component-id-V9a41Ob2E7[data-gp-component] { padding-top: 56px;padding-bottom: 56px;z-index: auto !important;position: relative; } } .gp-component-id-4s1AFB49h9 { padding-left: 8px;padding-right: 8px;width: 100%;flex-grow: 0;flex-shrink: 0;flex-basis: auto; } @media (max-width: 639px) { .gp-component-id-4s1AFB49h9 { padding-left: 8px;padding-right: 8px;width: 100%;flex-grow: 0;flex-shrink: 0;flex-basis: auto; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-4s1AFB49h9 { padding-left: 8px;padding-right: 8px;width: 100%;flex-grow: 0;flex-shrink: 0;flex-basis: auto; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-4s1AFB49h9 { padding-left: 8px;padding-right: 8px;width: 25%;flex-grow: 0;flex-shrink: 0;flex-basis: auto; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-4s1AFB49h9 { padding-left: 8px;padding-right: 8px;width: 25%;flex-grow: 0;flex-shrink: 0;flex-basis: auto; } } @media (min-width: 1200px) { .gp-component-id-4s1AFB49h9 { padding-left: 8px;padding-right: 8px;width: 25%;flex-grow: 0;flex-shrink: 0;flex-basis: auto; } } .gp-component-id-0Swq9_zPQc { padding-left: 8px;padding-right: 8px;width: 100%;flex-grow: 0;flex-shrink: 0;flex-basis: auto; } @media (max-width: 639px) { .gp-component-id-0Swq9_zPQc { padding-left: 8px;padding-right: 8px;width: 100%;flex-grow: 0;flex-shrink: 0;flex-basis: auto; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-0Swq9_zPQc { padding-left: 8px;padding-right: 8px;width: 100%;flex-grow: 0;flex-shrink: 0;flex-basis: auto; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-0Swq9_zPQc { padding-left: 8px;padding-right: 8px;width: 50%;flex-grow: 0;flex-shrink: 0;flex-basis: auto; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-0Swq9_zPQc { padding-left: 8px;padding-right: 8px;width: 50%;flex-grow: 0;flex-shrink: 0;flex-basis: auto; } } @media (min-width: 1200px) { .gp-component-id-0Swq9_zPQc { padding-left: 8px;padding-right: 8px;width: 50%;flex-grow: 0;flex-shrink: 0;flex-basis: auto; } } @media (max-width: 639px) { .gp-component-id-YzBkFj7Wsm[data-gp-component] { border-left-style: solid;border-right-style: solid;border-top-style: solid;border-bottom-style: solid;width: 125px;height: auto;max-width: 100%;justify-content: flex-start;align-items: flex-start;display: inline-flex;object-fit: cover;object-position: center center; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-YzBkFj7Wsm[data-gp-component] { border-left-style: solid;border-right-style: solid;border-top-style: solid;border-bottom-style: solid;width: 125px;height: auto;max-width: 100%;justify-content: flex-start;align-items: flex-start;display: inline-flex;object-fit: cover;object-position: center center; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-YzBkFj7Wsm[data-gp-component] { border-left-style: solid;border-right-style: solid;border-top-style: solid;border-bottom-style: solid;width: 125px;height: auto;max-width: 100%;justify-content: flex-start;align-items: flex-start;display: inline-flex;object-fit: cover;object-position: center center; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-YzBkFj7Wsm[data-gp-component] { border-left-style: solid;border-right-style: solid;border-top-style: solid;border-bottom-style: solid;margin-top: 16px;width: 125px;height: auto;max-width: 100%;justify-content: flex-start;align-items: flex-start;display: inline-flex;object-fit: cover;object-position: center center; } } @media (min-width: 1200px) { .gp-component-id-YzBkFj7Wsm[data-gp-component] { border-left-style: solid;border-right-style: solid;border-top-style: solid;border-bottom-style: solid;margin-top: 16px;width: 125px;height: auto;max-width: 100%;justify-content: flex-start;align-items: flex-start;display: inline-flex;object-fit: cover;object-position: center center; } } @media (max-width: 639px) { .gp-component-id-RBUgaaEPZk[data-gp-component] { width: 100%;height: 145.99px;flex-direction: column;justify-content: center;align-items: center;display: flex;min-height: 120px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-RBUgaaEPZk[data-gp-component] { width: 100%;height: 145.99px;flex-direction: column;justify-content: center;align-items: center;display: flex;min-height: 120px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-RBUgaaEPZk[data-gp-component] { width: 100%;height: 145.99px;flex-direction: column;justify-content: center;align-items: center;display: flex;min-height: 120px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-RBUgaaEPZk[data-gp-component] { width: 100%;height: 145.99px;flex-direction: column;justify-content: center;align-items: center;display: flex;min-height: 120px; } } @media (min-width: 1200px) { .gp-component-id-RBUgaaEPZk[data-gp-component] { width: 100%;height: 145.99px;flex-direction: column;justify-content: center;align-items: center;display: flex;min-height: 120px; } } .gp-component-id-LeD11CmoOF { padding-left: 8px;padding-right: 8px;width: 100%;flex-grow: 0;flex-shrink: 0;flex-basis: auto; } @media (max-width: 639px) { .gp-component-id-LeD11CmoOF { padding-left: 8px;padding-right: 8px;width: 100%;flex-grow: 0;flex-shrink: 0;flex-basis: auto; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-LeD11CmoOF { padding-left: 8px;padding-right: 8px;width: 100%;flex-grow: 0;flex-shrink: 0;flex-basis: auto; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-LeD11CmoOF { padding-left: 8px;padding-right: 8px;width: 25%;flex-grow: 0;flex-shrink: 0;flex-basis: auto; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-LeD11CmoOF { padding-left: 8px;padding-right: 8px;width: 25%;flex-grow: 0;flex-shrink: 0;flex-basis: auto; } } @media (min-width: 1200px) { .gp-component-id-LeD11CmoOF { padding-left: 8px;padding-right: 8px;width: 25%;flex-grow: 0;flex-shrink: 0;flex-basis: auto; } } .gp-component-id-T10veMMkK3 { margin-left: -8px;margin-right: -8px;flex-wrap: wrap; } @media (max-width: 639px) { .gp-component-id-T10veMMkK3 { margin-left: -8px;margin-right: -8px;flex-wrap: wrap; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-T10veMMkK3 { margin-left: -8px;margin-right: -8px;flex-wrap: wrap; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-T10veMMkK3 { margin-left: -8px;margin-right: -8px;display: flex;flex-wrap: wrap; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-T10veMMkK3 { margin-left: -8px;margin-right: -8px;display: flex;flex-wrap: wrap; } } @media (min-width: 1200px) { .gp-component-id-T10veMMkK3 { margin-left: -8px;margin-right: -8px;display: flex;flex-wrap: wrap; } } .gp-component-id-YndTlWgM8t { padding-left: 8px;padding-right: 8px;width: 100%;flex-grow: 0;flex-shrink: 0;flex-basis: auto; } @media (max-width: 639px) { .gp-component-id-YndTlWgM8t { padding-left: 8px;padding-right: 8px;width: 100%;flex-grow: 0;flex-shrink: 0;flex-basis: auto; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-YndTlWgM8t { padding-left: 8px;padding-right: 8px;width: 100%;flex-grow: 0;flex-shrink: 0;flex-basis: auto; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-YndTlWgM8t { padding-left: 8px;padding-right: 8px;width: 25%;flex-grow: 0;flex-shrink: 0;flex-basis: auto; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-YndTlWgM8t { padding-left: 8px;padding-right: 8px;width: 25%;flex-grow: 0;flex-shrink: 0;flex-basis: auto; } } @media (min-width: 1200px) { .gp-component-id-YndTlWgM8t { padding-left: 8px;padding-right: 8px;width: 25%;flex-grow: 0;flex-shrink: 0;flex-basis: auto; } } @media (max-width: 639px) { .gp-component-id-5PKD0hcxMM[data-gp-component] { padding-left: 20px;padding-right: 20px;padding-top: 16px;padding-bottom: 16px;width: 100%;height: 100%;flex-direction: column;justify-content: center;align-items: center;display: flex;min-height: 120px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-5PKD0hcxMM[data-gp-component] { padding-left: 20px;padding-right: 20px;padding-top: 16px;padding-bottom: 16px;width: 100%;height: 100%;flex-direction: column;justify-content: center;align-items: center;display: flex;min-height: 120px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-5PKD0hcxMM[data-gp-component] { padding-left: 20px;padding-right: 20px;padding-top: 16px;padding-bottom: 16px;width: 100%;height: 100%;flex-direction: column;justify-content: center;align-items: center;display: flex;min-height: 120px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-5PKD0hcxMM[data-gp-component] { padding-left: 0px;padding-right: 0px;padding-top: 16px;padding-bottom: 16px;width: 100%;height: 100%;flex-direction: column;justify-content: center;align-items: flex-start;display: flex;min-height: 120px; } } @media (min-width: 1200px) { .gp-component-id-5PKD0hcxMM[data-gp-component] { padding-left: 0px;padding-right: 0px;padding-top: 16px;padding-bottom: 16px;width: 100%;height: 100%;flex-direction: column;justify-content: center;align-items: flex-start;display: flex;min-height: 120px; } } .gp-component-id-Wdg_eJvmem { padding-left: 8px;padding-right: 8px;width: 100%;flex-grow: 0;flex-shrink: 0;flex-basis: auto; } @media (max-width: 639px) { .gp-component-id-Wdg_eJvmem { padding-left: 8px;padding-right: 8px;width: 100%;flex-grow: 0;flex-shrink: 0;flex-basis: auto; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-Wdg_eJvmem { padding-left: 8px;padding-right: 8px;width: 100%;flex-grow: 0;flex-shrink: 0;flex-basis: auto; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-Wdg_eJvmem { padding-left: 8px;padding-right: 8px;width: 50%;flex-grow: 0;flex-shrink: 0;flex-basis: auto; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-Wdg_eJvmem { padding-left: 8px;padding-right: 8px;width: 50%;flex-grow: 0;flex-shrink: 0;flex-basis: auto; } } @media (min-width: 1200px) { .gp-component-id-Wdg_eJvmem { padding-left: 8px;padding-right: 8px;width: 50%;flex-grow: 0;flex-shrink: 0;flex-basis: auto; } } @media (max-width: 639px) { .gp-component-id-IA1xyWYL3l[data-gp-component] { border-left-style: solid;border-right-style: solid;border-top-style: solid;border-bottom-style: solid;width: 125px;height: auto;max-width: 100%;justify-content: flex-start;align-items: flex-start;display: inline-flex;object-fit: cover;object-position: center center; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-IA1xyWYL3l[data-gp-component] { border-left-style: solid;border-right-style: solid;border-top-style: solid;border-bottom-style: solid;width: 125px;height: auto;max-width: 100%;justify-content: flex-start;align-items: flex-start;display: inline-flex;object-fit: cover;object-position: center center; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-IA1xyWYL3l[data-gp-component] { border-left-style: solid;border-right-style: solid;border-top-style: solid;border-bottom-style: solid;width: 125px;height: auto;max-width: 100%;justify-content: flex-start;align-items: flex-start;display: inline-flex;object-fit: cover;object-position: center center; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-IA1xyWYL3l[data-gp-component] { border-left-style: solid;border-right-style: solid;border-top-style: solid;border-bottom-style: solid;margin-top: 16px;width: 125px;height: auto;max-width: 100%;justify-content: flex-start;align-items: flex-start;display: inline-flex;object-fit: cover;object-position: center center; } } @media (min-width: 1200px) { .gp-component-id-IA1xyWYL3l[data-gp-component] { border-left-style: solid;border-right-style: solid;border-top-style: solid;border-bottom-style: solid;margin-top: 16px;width: 125px;height: auto;max-width: 100%;justify-content: flex-start;align-items: flex-start;display: inline-flex;object-fit: cover;object-position: center center; } } @media (max-width: 639px) { .gp-component-id-cqt5egriVf[data-gp-component] { width: 100%;height: 145.99px;flex-direction: column;justify-content: center;align-items: center;display: flex;min-height: 120px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-cqt5egriVf[data-gp-component] { width: 100%;height: 145.99px;flex-direction: column;justify-content: center;align-items: center;display: flex;min-height: 120px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-cqt5egriVf[data-gp-component] { width: 100%;height: 145.99px;flex-direction: column;justify-content: center;align-items: center;display: flex;min-height: 120px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-cqt5egriVf[data-gp-component] { width: 100%;height: 145.99px;flex-direction: column;justify-content: center;align-items: center;display: flex;min-height: 120px; } } @media (min-width: 1200px) { .gp-component-id-cqt5egriVf[data-gp-component] { width: 100%;height: 145.99px;flex-direction: column;justify-content: center;align-items: center;display: flex;min-height: 120px; } } .gp-component-id-yqTXqEXtPJ { padding-left: 8px;padding-right: 8px;width: 100%;flex-grow: 0;flex-shrink: 0;flex-basis: auto; } @media (max-width: 639px) { .gp-component-id-yqTXqEXtPJ { padding-left: 8px;padding-right: 8px;width: 100%;flex-grow: 0;flex-shrink: 0;flex-basis: auto; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-yqTXqEXtPJ { padding-left: 8px;padding-right: 8px;width: 100%;flex-grow: 0;flex-shrink: 0;flex-basis: auto; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-yqTXqEXtPJ { padding-left: 8px;padding-right: 8px;width: 25%;flex-grow: 0;flex-shrink: 0;flex-basis: auto; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-yqTXqEXtPJ { padding-left: 8px;padding-right: 8px;width: 25%;flex-grow: 0;flex-shrink: 0;flex-basis: auto; } } @media (min-width: 1200px) { .gp-component-id-yqTXqEXtPJ { padding-left: 8px;padding-right: 8px;width: 25%;flex-grow: 0;flex-shrink: 0;flex-basis: auto; } } .gp-component-id-5wxH8303gI { margin-left: -8px;margin-right: -8px;flex-wrap: wrap; } @media (max-width: 639px) { .gp-component-id-5wxH8303gI { margin-left: -8px;margin-right: -8px;flex-wrap: wrap; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-5wxH8303gI { margin-left: -8px;margin-right: -8px;flex-wrap: wrap; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-5wxH8303gI { margin-left: -8px;margin-right: -8px;display: flex;flex-wrap: wrap; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-5wxH8303gI { margin-left: -8px;margin-right: -8px;display: flex;flex-wrap: wrap; } } @media (min-width: 1200px) { .gp-component-id-5wxH8303gI { margin-left: -8px;margin-right: -8px;display: flex;flex-wrap: wrap; } } @media (max-width: 639px) { .gp-component-id-rpUOaeXYw[data-gp-component] { border-top-left-radius: 5.6px;border-top-right-radius: 5.6px;border-bottom-left-radius: 5.6px;border-bottom-right-radius: 5.6px;background-color: rgb(255, 255, 255);box-shadow: rgba(0, 0, 0, 0.12) 0px 4px 8px 0px, rgba(0, 0, 0, 0.08) 0px 2px 4px 0px;margin-bottom: 20px;padding-left: 8px;padding-right: 8px;padding-top: 12px;padding-bottom: 12px;width: 100%; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-rpUOaeXYw[data-gp-component] { border-top-left-radius: 5.6px;border-top-right-radius: 5.6px;border-bottom-left-radius: 5.6px;border-bottom-right-radius: 5.6px;background-color: rgb(255, 255, 255);box-shadow: rgba(0, 0, 0, 0.12) 0px 4px 8px 0px, rgba(0, 0, 0, 0.08) 0px 2px 4px 0px;margin-bottom: 20px;padding-left: 8px;padding-right: 8px;padding-top: 12px;padding-bottom: 12px;width: 100%; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-rpUOaeXYw[data-gp-component] { border-top-left-radius: 5.6px;border-top-right-radius: 5.6px;border-bottom-left-radius: 5.6px;border-bottom-right-radius: 5.6px;background-color: rgb(255, 255, 255);box-shadow: rgba(0, 0, 0, 0.12) 0px 4px 8px 0px, rgba(0, 0, 0, 0.08) 0px 2px 4px 0px;margin-bottom: 20px;padding-left: 8px;padding-right: 8px;padding-top: 12px;padding-bottom: 12px;width: 100%; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-rpUOaeXYw[data-gp-component] { border-top-left-radius: 5.6px;border-top-right-radius: 5.6px;border-bottom-left-radius: 5.6px;border-bottom-right-radius: 5.6px;background-color: rgb(255, 255, 255);box-shadow: rgba(0, 0, 0, 0.12) 0px 4px 8px 0px, rgba(0, 0, 0, 0.08) 0px 2px 4px 0px;margin-bottom: 20px;padding-left: 8px;padding-right: 8px;padding-top: 12px;padding-bottom: 12px;width: 85.71%; } } @media (min-width: 1200px) { .gp-component-id-rpUOaeXYw[data-gp-component] { border-top-left-radius: 5.6px;border-top-right-radius: 5.6px;border-bottom-left-radius: 5.6px;border-bottom-right-radius: 5.6px;background-color: rgb(255, 255, 255);box-shadow: rgba(0, 0, 0, 0.12) 0px 4px 8px 0px, rgba(0, 0, 0, 0.08) 0px 2px 4px 0px;margin-bottom: 20px;padding-left: 8px;padding-right: 8px;padding-top: 12px;padding-bottom: 12px;width: 85.71%; } } @media (max-width: 639px) { .gp-component-id-UNnUTIGAR[data-gp-component] { padding-left: 20px;padding-right: 20px;padding-bottom: 80px;position: relative;z-index: 10; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-UNnUTIGAR[data-gp-component] { padding-left: 20px;padding-right: 20px;padding-bottom: 80px;position: relative;z-index: 10; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-UNnUTIGAR[data-gp-component] { padding-left: 20px;padding-right: 20px;padding-bottom: 80px;position: relative;z-index: 10; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-UNnUTIGAR[data-gp-component] { padding-left: 20px;padding-right: 20px;padding-bottom: 80px;position: relative;z-index: 10; } } @media (min-width: 1200px) { .gp-component-id-UNnUTIGAR[data-gp-component] { padding-left: 20px;padding-right: 20px;padding-bottom: 80px;position: relative;z-index: 10; } } .gp-component-id-MQoiPAtNZ { padding-right: 8px;width: 100%;padding-left: 8px; } @media (max-width: 639px) { .gp-component-id-MQoiPAtNZ { padding-right: 8px;width: 100%;padding-left: 8px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-MQoiPAtNZ { padding-right: 8px;width: 100%;padding-left: 8px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-MQoiPAtNZ { padding-right: 8px;width: 100%;padding-left: 8px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-MQoiPAtNZ { padding-right: 8px;width: 100%;padding-left: 8px; } } @media (min-width: 1200px) { .gp-component-id-MQoiPAtNZ { padding-right: 8px;width: 100%;padding-left: 8px; } } .gp-component-id-UXKmOM0P6 { flex-wrap: wrap;margin-right: -8px;margin-left: -8px; } @media (max-width: 639px) { .gp-component-id-UXKmOM0P6 { flex-wrap: wrap;margin-right: -8px;margin-left: -8px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-UXKmOM0P6 { flex-wrap: wrap;margin-right: -8px;margin-left: -8px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-UXKmOM0P6 { flex-wrap: wrap;margin-right: -8px;margin-left: -8px;display: flex; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-UXKmOM0P6 { flex-wrap: wrap;margin-right: -8px;margin-left: -8px;display: flex; } } @media (min-width: 1200px) { .gp-component-id-UXKmOM0P6 { flex-wrap: wrap;margin-right: -8px;margin-left: -8px;display: flex; } } .gp-component-id-qeY_78iJAU { flex-basis: auto;flex-shrink: 0;flex-grow: 0;padding-right: 8px;width: 100%;padding-left: 8px; } @media (max-width: 639px) { .gp-component-id-qeY_78iJAU { flex-basis: auto;flex-shrink: 0;flex-grow: 0;padding-right: 8px;width: 100%;padding-left: 8px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-qeY_78iJAU { flex-basis: auto;flex-shrink: 0;flex-grow: 0;padding-right: 8px;width: 100%;padding-left: 8px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-qeY_78iJAU { flex-basis: auto;flex-shrink: 0;flex-grow: 0;padding-right: 8px;width: 25%;padding-left: 8px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-qeY_78iJAU { flex-basis: auto;flex-shrink: 0;flex-grow: 0;padding-right: 8px;width: 25%;padding-left: 8px; } } @media (min-width: 1200px) { .gp-component-id-qeY_78iJAU { flex-basis: auto;flex-shrink: 0;flex-grow: 0;padding-right: 8px;width: 25%;padding-left: 8px; } } .gp-component-id-O5X9IiHye3 { height: 100%;width: 100%; } @media (max-width: 639px) { .gp-component-id-O5X9IiHye3 { height: 100%;width: 100%; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-O5X9IiHye3 { height: 100%;width: 100%; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-O5X9IiHye3 { height: 100%;width: 100%; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-O5X9IiHye3 { height: 100%;width: 100%; } } @media (min-width: 1200px) { .gp-component-id-O5X9IiHye3 { height: 100%;width: 100%; } } .gp-component-id-or0701mCqb { flex-basis: auto;flex-shrink: 0;flex-grow: 0;padding-right: 8px;width: 100%;padding-left: 8px; } @media (max-width: 639px) { .gp-component-id-or0701mCqb { flex-basis: auto;flex-shrink: 0;flex-grow: 0;padding-right: 8px;width: 100%;padding-left: 8px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-or0701mCqb { flex-basis: auto;flex-shrink: 0;flex-grow: 0;padding-right: 8px;width: 100%;padding-left: 8px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-or0701mCqb { flex-basis: auto;flex-shrink: 0;flex-grow: 0;padding-right: 8px;width: 25%;padding-left: 8px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-or0701mCqb { flex-basis: auto;flex-shrink: 0;flex-grow: 0;padding-right: 8px;width: 25%;padding-left: 8px; } } @media (min-width: 1200px) { .gp-component-id-or0701mCqb { flex-basis: auto;flex-shrink: 0;flex-grow: 0;padding-right: 8px;width: 25%;padding-left: 8px; } } .gp-component-id-7YV0Xvbfx5 { height: 100%;width: 100%; } @media (max-width: 639px) { .gp-component-id-7YV0Xvbfx5 { height: 100%;width: 100%; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-7YV0Xvbfx5 { height: 100%;width: 100%; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-7YV0Xvbfx5 { height: 100%;width: 100%; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-7YV0Xvbfx5 { height: 100%;width: 100%; } } @media (min-width: 1200px) { .gp-component-id-7YV0Xvbfx5 { height: 100%;width: 100%; } } .gp-component-id-6vQNVkqqhc { flex-basis: auto;flex-shrink: 0;flex-grow: 0;padding-right: 8px;width: 100%;padding-left: 8px; } @media (max-width: 639px) { .gp-component-id-6vQNVkqqhc { flex-basis: auto;flex-shrink: 0;flex-grow: 0;padding-right: 8px;width: 100%;padding-left: 8px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-6vQNVkqqhc { flex-basis: auto;flex-shrink: 0;flex-grow: 0;padding-right: 8px;width: 100%;padding-left: 8px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-6vQNVkqqhc { flex-basis: auto;flex-shrink: 0;flex-grow: 0;padding-right: 8px;width: 25%;padding-left: 8px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-6vQNVkqqhc { flex-basis: auto;flex-shrink: 0;flex-grow: 0;padding-right: 8px;width: 25%;padding-left: 8px; } } @media (min-width: 1200px) { .gp-component-id-6vQNVkqqhc { flex-basis: auto;flex-shrink: 0;flex-grow: 0;padding-right: 8px;width: 25%;padding-left: 8px; } } .gp-component-id-IeisFPJY4J { height: 100%;width: 100%; } @media (max-width: 639px) { .gp-component-id-IeisFPJY4J { height: 100%;width: 100%; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-IeisFPJY4J { height: 100%;width: 100%; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-IeisFPJY4J { height: 100%;width: 100%; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-IeisFPJY4J { height: 100%;width: 100%; } } @media (min-width: 1200px) { .gp-component-id-IeisFPJY4J { height: 100%;width: 100%; } } .gp-component-id-O0XIRNBNni { flex-basis: auto;flex-shrink: 0;flex-grow: 0;padding-right: 8px;width: 100%;padding-left: 8px; } @media (max-width: 639px) { .gp-component-id-O0XIRNBNni { flex-basis: auto;flex-shrink: 0;flex-grow: 0;padding-right: 8px;width: 100%;padding-left: 8px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-O0XIRNBNni { flex-basis: auto;flex-shrink: 0;flex-grow: 0;padding-right: 8px;width: 100%;padding-left: 8px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-O0XIRNBNni { flex-basis: auto;flex-shrink: 0;flex-grow: 0;padding-right: 8px;width: 25%;padding-left: 8px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-O0XIRNBNni { flex-basis: auto;flex-shrink: 0;flex-grow: 0;padding-right: 8px;width: 25%;padding-left: 8px; } } @media (min-width: 1200px) { .gp-component-id-O0XIRNBNni { flex-basis: auto;flex-shrink: 0;flex-grow: 0;padding-right: 8px;width: 25%;padding-left: 8px; } } .gp-component-id-V6VpzFShzT { height: 100%;width: 100%; } @media (max-width: 639px) { .gp-component-id-V6VpzFShzT { height: 100%;width: 100%; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-V6VpzFShzT { height: 100%;width: 100%; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-V6VpzFShzT { height: 100%;width: 100%; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-V6VpzFShzT { height: 100%;width: 100%; } } @media (min-width: 1200px) { .gp-component-id-V6VpzFShzT { height: 100%;width: 100%; } } @media (max-width: 639px) { .gp-component-id-3AROTSghXw[data-gp-component] { padding-bottom: 40px;z-index: auto;position: relative;min-height: 50px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-3AROTSghXw[data-gp-component] { padding-bottom: 40px;z-index: auto;position: relative;min-height: 50px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-3AROTSghXw[data-gp-component] { padding-bottom: 40px;z-index: auto;position: relative;min-height: 50px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-3AROTSghXw[data-gp-component] { padding-bottom: 40px;z-index: auto;position: relative;min-height: 50px; } } @media (min-width: 1200px) { .gp-component-id-3AROTSghXw[data-gp-component] { padding-bottom: 40px;z-index: auto;position: relative;min-height: 50px; } } .gp-component-id-Nut3ST0mH.gp-component > [data-section-overlay] { position: absolute;bottom: 0px;top: 0px;left: 0px;right: 0px; } @media (max-width: 639px) { .gp-component-id-Nut3ST0mH.gp-component > [data-section-overlay] { background-color: rgb(16, 42, 67);position: absolute;bottom: 0px;top: 0px;left: 0px;right: 0px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-Nut3ST0mH.gp-component > [data-section-overlay] { background-color: rgb(16, 42, 67);position: absolute;bottom: 0px;top: 0px;left: 0px;right: 0px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-Nut3ST0mH.gp-component > [data-section-overlay] { background-color: rgb(16, 42, 67);position: absolute;bottom: 0px;top: 0px;left: 0px;right: 0px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-Nut3ST0mH.gp-component > [data-section-overlay] { background-color: rgb(16, 42, 67);position: absolute;bottom: 0px;top: 0px;left: 0px;right: 0px; } } @media (min-width: 1200px) { .gp-component-id-Nut3ST0mH.gp-component > [data-section-overlay] { background-color: rgb(16, 42, 67);position: absolute;bottom: 0px;top: 0px;left: 0px;right: 0px; } } .gp-component-id-qVcXjGW5W { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } @media (max-width: 639px) { .gp-component-id-qVcXjGW5W { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-qVcXjGW5W { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-qVcXjGW5W { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-qVcXjGW5W { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } } @media (min-width: 1200px) { .gp-component-id-qVcXjGW5W { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } } .gp-component-id-VOb24nd0V { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px;font-size: inherit;font-weight: inherit; } @media (max-width: 639px) { .gp-component-id-VOb24nd0V { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px;font-size: inherit;font-weight: inherit; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-VOb24nd0V { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px;font-size: inherit;font-weight: inherit; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-VOb24nd0V { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px;font-size: inherit;font-weight: inherit; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-VOb24nd0V { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px;font-size: inherit;font-weight: inherit; } } @media (min-width: 1200px) { .gp-component-id-VOb24nd0V { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px;font-size: inherit;font-weight: inherit; } } .gp-component-id-mNRJwEOM_ { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } @media (max-width: 639px) { .gp-component-id-mNRJwEOM_ { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-mNRJwEOM_ { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-mNRJwEOM_ { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-mNRJwEOM_ { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } } @media (min-width: 1200px) { .gp-component-id-mNRJwEOM_ { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } } @media (max-width: 639px) { .gp-component-id-Te6SVn5Z3D[data-gp-component] { font-size: 18px !important;font-weight: 500;color: rgba(255, 255, 255, 1);font-family: Inter;border-top-left-radius: 12px;border-top-right-radius: 12px;border-bottom-left-radius: 12px;border-bottom-right-radius: 12px;border-left-width: 0px;border-right-width: 0px;border-top-width: 0px;border-bottom-width: 0px;background-color: rgba(220, 24, 24, 1);padding-left: 26px;padding-right: 26px;padding-top: 14px;padding-bottom: 14px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-Te6SVn5Z3D[data-gp-component] { font-size: 18px !important;font-weight: 500;color: rgba(255, 255, 255, 1);font-family: Inter;border-top-left-radius: 12px;border-top-right-radius: 12px;border-bottom-left-radius: 12px;border-bottom-right-radius: 12px;border-left-width: 0px;border-right-width: 0px;border-top-width: 0px;border-bottom-width: 0px;background-color: rgba(220, 24, 24, 1);padding-left: 26px;padding-right: 26px;padding-top: 14px;padding-bottom: 14px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-Te6SVn5Z3D[data-gp-component] { font-size: 18px !important;font-weight: 500;color: rgba(255, 255, 255, 1);font-family: Inter;border-top-left-radius: 12px;border-top-right-radius: 12px;border-bottom-left-radius: 12px;border-bottom-right-radius: 12px;border-left-width: 0px;border-right-width: 0px;border-top-width: 0px;border-bottom-width: 0px;background-color: rgba(220, 24, 24, 1);padding-left: 26px;padding-right: 26px;padding-top: 14px;padding-bottom: 14px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-Te6SVn5Z3D[data-gp-component] { font-size: 18px !important;font-weight: 500;color: rgba(255, 255, 255, 1);font-family: Inter;border-top-left-radius: 12px;border-top-right-radius: 12px;border-bottom-left-radius: 12px;border-bottom-right-radius: 12px;border-left-width: 0px;border-right-width: 0px;border-top-width: 0px;border-bottom-width: 0px;background-color: rgba(220, 24, 24, 1);padding-left: 26px;padding-right: 26px;padding-top: 14px;padding-bottom: 14px; } } @media (min-width: 1200px) { .gp-component-id-Te6SVn5Z3D[data-gp-component] { font-size: 18px !important;font-weight: 500;color: rgba(255, 255, 255, 1);font-family: Inter;border-top-left-radius: 12px;border-top-right-radius: 12px;border-bottom-left-radius: 12px;border-bottom-right-radius: 12px;border-left-width: 0px;border-right-width: 0px;border-top-width: 0px;border-bottom-width: 0px;background-color: rgba(220, 24, 24, 1);padding-left: 26px;padding-right: 26px;padding-top: 14px;padding-bottom: 14px; } } .gp-component-id-0wSkT9xQ2O { margin-left: 0px; margin-bottom: 0px; margin-right: 0px; margin-top: 0px; line-height: 1.15; font-size: 1.5rem; font-family: inherit; overflow-y: visible; overflow-x: visible; text-transform: none; appearance: button; padding-left: 0px; padding-bottom: 0px; padding-right: 0px; padding-top: 0px; background-color: transparent; background-clip: initial; background-origin: initial; background-attachment: initial; background-repeat-y: initial; background-repeat-x: initial; background-size: initial; background-position-y: initial; background-position-x: initial; background-image: initial; cursor: pointer; display: inline-flex; align-items: center; color: rgb(255, 255, 255); max-width: calc(100% + 1rem); } @media (max-width: 639px) { .gp-component-id-0wSkT9xQ2O { margin-left: 0px; margin-bottom: 0px; margin-right: 0px; margin-top: 0px; line-height: 1.15; font-size: 1.5rem; font-family: inherit; overflow-y: visible; overflow-x: visible; text-transform: none; appearance: button; padding-left: 0px; padding-bottom: 0px; padding-right: 0px; padding-top: 0px; background-color: transparent; background-clip: initial; background-origin: initial; background-attachment: initial; background-repeat-y: initial; background-repeat-x: initial; background-size: initial; background-position-y: initial; background-position-x: initial; background-image: initial; cursor: pointer; display: inline-flex; align-items: center; color: rgb(255, 255, 255); max-width: calc(100% + 1rem); } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-0wSkT9xQ2O { margin-left: 0px; margin-bottom: 0px; margin-right: 0px; margin-top: 0px; line-height: 1.15; font-size: 1.5rem; font-family: inherit; overflow-y: visible; overflow-x: visible; text-transform: none; appearance: button; padding-left: 0px; padding-bottom: 0px; padding-right: 0px; padding-top: 0px; background-color: transparent; background-clip: initial; background-origin: initial; background-attachment: initial; background-repeat-y: initial; background-repeat-x: initial; background-size: initial; background-position-y: initial; background-position-x: initial; background-image: initial; cursor: pointer; display: inline-flex; align-items: center; color: rgb(255, 255, 255); max-width: calc(100% + 1rem); } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-0wSkT9xQ2O { margin-left: 0px; margin-bottom: 0px; margin-right: 0px; margin-top: 0px; line-height: 1.15; font-size: 1.5rem; font-family: inherit; overflow-y: visible; overflow-x: visible; text-transform: none; appearance: button; padding-left: 0px; padding-bottom: 0px; padding-right: 0px; padding-top: 0px; background-color: transparent; background-clip: initial; background-origin: initial; background-attachment: initial; background-repeat-y: initial; background-repeat-x: initial; background-size: initial; background-position-y: initial; background-position-x: initial; background-image: initial; cursor: pointer; display: inline-flex; align-items: center; color: rgb(255, 255, 255); max-width: calc(100% + 1rem); } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-0wSkT9xQ2O { margin-left: 0px; margin-bottom: 0px; margin-right: 0px; margin-top: 0px; line-height: 1.15; font-size: 1.5rem; font-family: inherit; overflow-y: visible; overflow-x: visible; text-transform: none; appearance: button; padding-left: 0px; padding-bottom: 0px; padding-right: 0px; padding-top: 0px; background-color: transparent; background-clip: initial; background-origin: initial; background-attachment: initial; background-repeat-y: initial; background-repeat-x: initial; background-size: initial; background-position-y: initial; background-position-x: initial; background-image: initial; cursor: pointer; display: none; align-items: center; color: rgb(255, 255, 255); max-width: calc(100% + 1rem); } } @media (min-width: 1200px) { .gp-component-id-0wSkT9xQ2O { margin-left: 0px; margin-bottom: 0px; margin-right: 0px; margin-top: 0px; line-height: 1.15; font-size: 1.5rem; font-family: inherit; overflow-y: visible; overflow-x: visible; text-transform: none; appearance: button; padding-left: 0px; padding-bottom: 0px; padding-right: 0px; padding-top: 0px; background-color: transparent; background-clip: initial; background-origin: initial; background-attachment: initial; background-repeat-y: initial; background-repeat-x: initial; background-size: initial; background-position-y: initial; background-position-x: initial; background-image: initial; cursor: pointer; display: none; align-items: center; color: rgb(255, 255, 255); max-width: calc(100% + 1rem); } } .gp-component-id-mtU8FD47f0 { max-width: calc(100% + 1rem); } @media (max-width: 639px) { .gp-component-id-mtU8FD47f0 { max-width: calc(100% + 1rem); } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-mtU8FD47f0 { max-width: calc(100% + 1rem); } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-mtU8FD47f0 { max-width: calc(100% + 1rem); } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-mtU8FD47f0 { max-width: calc(100% + 1rem); } } @media (min-width: 1200px) { .gp-component-id-mtU8FD47f0 { max-width: calc(100% + 1rem); } } .gp-component-id-iqd0zcfuAu { max-width: calc(100% + 1rem); } @media (max-width: 639px) { .gp-component-id-iqd0zcfuAu { max-width: calc(100% + 1rem); } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-iqd0zcfuAu { max-width: calc(100% + 1rem); } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-iqd0zcfuAu { max-width: calc(100% + 1rem); } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-iqd0zcfuAu { max-width: calc(100% + 1rem); } } @media (min-width: 1200px) { .gp-component-id-iqd0zcfuAu { max-width: calc(100% + 1rem); } } .gp-component-id-ypr6LklHQv { text-decoration-color: initial; text-decoration-style: solid; text-decoration-thickness: initial; text-decoration-line: none; display: block; padding-left: 1rem; padding-right: 1rem; padding-top: 1rem; padding-bottom: 1rem; cursor: pointer; background-color: transparent; color: inherit; max-width: calc(100% + 1rem); } @media (max-width: 639px) { .gp-component-id-ypr6LklHQv { text-decoration-color: initial; text-decoration-style: solid; text-decoration-thickness: initial; text-decoration-line: none; display: block; padding-left: 1rem; padding-right: 1rem; padding-top: 1rem; padding-bottom: 1rem; cursor: pointer; background-color: transparent; color: inherit; max-width: calc(100% + 1rem); } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-ypr6LklHQv { text-decoration-color: initial; text-decoration-style: solid; text-decoration-thickness: initial; text-decoration-line: none; display: block; padding-left: 1rem; padding-right: 1rem; padding-top: 1rem; padding-bottom: 1rem; cursor: pointer; background-color: transparent; color: inherit; max-width: calc(100% + 1rem); } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-ypr6LklHQv { text-decoration-color: initial; text-decoration-style: solid; text-decoration-thickness: initial; text-decoration-line: none; display: block; padding-left: 0px; padding-right: 0px; padding-top: 0px; padding-bottom: 0px; cursor: pointer; background-color: transparent; color: inherit; max-width: calc(100% + 1rem); } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-ypr6LklHQv { text-decoration-color: initial; text-decoration-style: solid; text-decoration-thickness: initial; text-decoration-line: none; display: block; padding-left: 0px; padding-right: 0px; padding-top: 0px; padding-bottom: 0px; cursor: pointer; background-color: transparent; color: inherit; max-width: calc(100% + 1rem); } } @media (min-width: 1200px) { .gp-component-id-ypr6LklHQv { text-decoration-color: initial; text-decoration-style: solid; text-decoration-thickness: initial; text-decoration-line: none; display: block; padding-left: 0px; padding-right: 0px; padding-top: 0px; padding-bottom: 0px; cursor: pointer; background-color: transparent; color: inherit; max-width: calc(100% + 1rem); } } .gp-component-id-yPlxuquOjP { display: none; max-width: calc(100% + 1rem); align-items: center; } @media (max-width: 639px) { .gp-component-id-yPlxuquOjP { display: none !important; max-width: calc(100% + 1rem); align-items: center; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-yPlxuquOjP { display: none !important; max-width: calc(100% + 1rem); align-items: center; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-yPlxuquOjP { display: none !important; max-width: calc(100% + 1rem); align-items: center; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-yPlxuquOjP { display: flex !important; max-width: calc(100% + 1rem); align-items: center; } } @media (min-width: 1200px) { .gp-component-id-yPlxuquOjP { display: flex !important; max-width: calc(100% + 1rem); align-items: center; } } @media (max-width: 639px) { .gp-component-id-h3WpciFw0y[data-gp-component] { font-size: 18px;color: rgba(0, 0, 0, 1);text-align: right;background-color: rgba(255, 255, 255, 1);margin-right: 16px;max-width: NaNpx;animation-fill-mode: both;animation-duration: 1s; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-h3WpciFw0y[data-gp-component] { font-size: 18px;color: rgba(0, 0, 0, 1);text-align: right;background-color: rgba(255, 255, 255, 1);margin-right: 16px;max-width: NaNpx;animation-fill-mode: both;animation-duration: 1s; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-h3WpciFw0y[data-gp-component] { font-size: 18px;color: rgba(0, 0, 0, 1);text-align: right;background-color: rgba(255, 255, 255, 1);margin-right: 16px;max-width: NaNpx;animation-fill-mode: both;animation-duration: 1s; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-h3WpciFw0y[data-gp-component] { font-size: 18px;color: rgba(0, 0, 0, 1);text-align: right;background-color: rgba(255, 255, 255, 1);margin-right: 16px;max-width: NaNpx;animation-fill-mode: both;animation-duration: 1s; } } @media (min-width: 1200px) { .gp-component-id-h3WpciFw0y[data-gp-component] { font-size: 18px;color: rgba(0, 0, 0, 1);text-align: right;background-color: rgba(255, 255, 255, 1);margin-right: 16px;max-width: NaNpx;animation-fill-mode: both;animation-duration: 1s; } } .gp-component-id-CtxPioyX5i { flex-basis: 0%; flex-shrink: 1; flex-grow: 1; position: absolute; left: 0px; right: 0px; z-index: 20; top: 100%; animation-duration: 1s; animation-fill-mode: both; max-width: calc(100% + 1rem); } @media (max-width: 639px) { .gp-component-id-CtxPioyX5i { flex-basis: 0%; flex-shrink: 1; flex-grow: 1; position: absolute; left: 0px; right: 0px; z-index: 20; top: 100%; animation-duration: 1s; animation-fill-mode: both; max-width: calc(100% + 1rem); } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-CtxPioyX5i { flex-basis: 0%; flex-shrink: 1; flex-grow: 1; position: absolute; left: 0px; right: 0px; z-index: 20; top: 100%; animation-duration: 1s; animation-fill-mode: both; max-width: calc(100% + 1rem); } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-CtxPioyX5i { flex-basis: 0%; flex-shrink: 1; flex-grow: 1; position: relative; left: 0px; right: 0px; z-index: 20; top: 100%; animation-duration: 1s; animation-fill-mode: both; max-width: calc(100% + 1rem); display: flex; justify-content: flex-end; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-CtxPioyX5i { flex-basis: 0%; flex-shrink: 1; flex-grow: 1; position: relative; left: 0px; right: 0px; z-index: 20; top: 100%; animation-duration: 1s; animation-fill-mode: both; max-width: calc(100% + 1rem); display: flex; justify-content: flex-end; } } @media (min-width: 1200px) { .gp-component-id-CtxPioyX5i { flex-basis: 0%; flex-shrink: 1; flex-grow: 1; position: relative; left: 0px; right: 0px; z-index: 20; top: 100%; animation-duration: 1s; animation-fill-mode: both; max-width: calc(100% + 1rem); display: flex; justify-content: flex-end; } } .gp-component-id-FGFWgJTh0G { text-decoration-color: initial; text-decoration-style: solid; text-decoration-thickness: initial; text-decoration-line: none; cursor: pointer; background-color: transparent; animation-duration: 1s; animation-fill-mode: both; max-width: calc(100% + 1rem); } @media (max-width: 639px) { .gp-component-id-FGFWgJTh0G { text-decoration-color: initial; text-decoration-style: solid; text-decoration-thickness: initial; text-decoration-line: none; cursor: pointer; background-color: transparent; animation-duration: 1s; animation-fill-mode: both; max-width: calc(100% + 1rem); width: 200px; justify-content: flex-start; align-items: flex-start; display: inline-flex; object-position: center center; object-fit: cover; overflow-x: hidden; overflow-y: hidden; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-FGFWgJTh0G { text-decoration-color: initial; text-decoration-style: solid; text-decoration-thickness: initial; text-decoration-line: none; cursor: pointer; background-color: transparent; animation-duration: 1s; animation-fill-mode: both; max-width: calc(100% + 1rem); width: 200px; justify-content: flex-start; align-items: flex-start; display: inline-flex; object-position: center center; object-fit: cover; overflow-x: hidden; overflow-y: hidden; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-FGFWgJTh0G { text-decoration-color: initial; text-decoration-style: solid; text-decoration-thickness: initial; text-decoration-line: none; cursor: pointer; background-color: transparent; animation-duration: 1s; animation-fill-mode: both; max-width: calc(100% + 1rem); width: 200px; justify-content: flex-start; align-items: flex-start; display: inline-flex; object-position: center center; object-fit: cover; overflow-x: hidden; overflow-y: hidden; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-FGFWgJTh0G { text-decoration-color: initial; text-decoration-style: solid; text-decoration-thickness: initial; text-decoration-line: none; cursor: pointer; background-color: transparent; animation-duration: 1s; animation-fill-mode: both; max-width: calc(100% + 1rem); width: 200px; justify-content: flex-start; align-items: flex-start; display: inline-flex; object-position: center center; object-fit: cover; overflow-x: hidden; overflow-y: hidden; } } @media (min-width: 1200px) { .gp-component-id-FGFWgJTh0G { text-decoration-color: initial; text-decoration-style: solid; text-decoration-thickness: initial; text-decoration-line: none; cursor: pointer; background-color: transparent; animation-duration: 1s; animation-fill-mode: both; max-width: calc(100% + 1rem); width: 300px; justify-content: flex-start; align-items: flex-start; display: inline-flex; object-position: center center; object-fit: cover; overflow-x: hidden; overflow-y: hidden; } } .gp-component-id-SOcrL0wzeh { display: flex; margin-left: auto; margin-right: auto; justify-content: space-between; align-items: center; width: 100%; max-width: calc(100% + 1rem); } @media (max-width: 639px) { .gp-component-id-SOcrL0wzeh { display: flex; margin-left: auto; margin-right: auto; justify-content: space-between; align-items: center; width: 100%; max-width: calc(100% + 1rem); } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-SOcrL0wzeh { display: flex; margin-left: auto; margin-right: auto; justify-content: space-between; align-items: center; width: 100%; max-width: 640px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-SOcrL0wzeh { display: flex; margin-left: auto; margin-right: auto; justify-content: space-between; align-items: center; width: 100%; max-width: 768px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-SOcrL0wzeh { display: flex; margin-left: auto; margin-right: auto; justify-content: space-between; align-items: center; width: 100%; max-width: 768px; } } @media (min-width: 1200px) { .gp-component-id-SOcrL0wzeh { display: flex; margin-left: auto; margin-right: auto; justify-content: space-between; align-items: center; width: 100%; max-width: 1200px; } } .gp-component-id-Osa1utEZcM { padding-bottom: 1.25rem; padding-left: 1rem; padding-right: 1rem; position: relative; animation-duration: 1s; animation-fill-mode: both; max-width: calc(100% + 1rem); } @media (max-width: 639px) { .gp-component-id-Osa1utEZcM { padding-bottom: 1.25rem; padding-left: 1rem; padding-right: 1rem; position: relative; animation-duration: 1s; animation-fill-mode: both; max-width: calc(100% + 1rem); } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-Osa1utEZcM { padding-bottom: 1.25rem; padding-left: 1rem; padding-right: 1rem; position: relative; animation-duration: 1s; animation-fill-mode: both; max-width: calc(100% + 1rem); } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-Osa1utEZcM { padding-bottom: 0px; padding-left: 1.75rem; padding-right: 1.75rem; position: relative; animation-duration: 1s; animation-fill-mode: both; max-width: calc(100% + 1rem); } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-Osa1utEZcM { padding-bottom: 0px; padding-left: 1.75rem; padding-right: 1.75rem; position: relative; animation-duration: 1s; animation-fill-mode: both; max-width: calc(100% + 1rem); } } @media (min-width: 1200px) { .gp-component-id-Osa1utEZcM { padding-bottom: 0px; padding-left: 1.75rem; padding-right: 1.75rem; position: relative; animation-duration: 1s; animation-fill-mode: both; max-width: calc(100% + 1rem); } } @media (max-width: 639px) { .gp-component-id-0BPuBOwelu[data-gp-component] { border-bottom-style: solid;border-left-width: 1px;border-right-width: 1px;border-top-width: 1px;border-bottom-width: 1px;border-bottom-color: rgb(217, 226, 236);background-color: rgb(255, 255, 255);padding-top: 20px;z-index: auto !important;animation-duration: 1s;animation-fill-mode: both;position: relative;min-height: 50px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-0BPuBOwelu[data-gp-component] { border-bottom-style: solid;border-left-width: 1px;border-right-width: 1px;border-top-width: 1px;border-bottom-width: 1px;border-bottom-color: rgb(217, 226, 236);background-color: rgb(255, 255, 255);padding-top: 20px;z-index: auto !important;animation-duration: 1s;animation-fill-mode: both;position: relative;min-height: 50px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-0BPuBOwelu[data-gp-component] { border-bottom-style: solid;border-left-width: 1px;border-right-width: 1px;border-top-width: 1px;border-bottom-width: 1px;border-bottom-color: rgb(217, 226, 236);background-color: rgb(255, 255, 255);padding-top: 28px;padding-bottom: 28px;z-index: auto !important;animation-duration: 1s;animation-fill-mode: both;position: relative;min-height: 50px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-0BPuBOwelu[data-gp-component] { border-bottom-style: solid;border-left-width: 1px;border-right-width: 1px;border-top-width: 1px;border-bottom-width: 1px;border-bottom-color: rgb(217, 226, 236);background-color: rgb(255, 255, 255);padding-top: 28px;padding-bottom: 28px;z-index: auto !important;animation-duration: 1s;animation-fill-mode: both;position: relative;min-height: 50px; } } @media (min-width: 1200px) { .gp-component-id-0BPuBOwelu[data-gp-component] { border-bottom-style: solid;border-left-width: 1px;border-right-width: 1px;border-top-width: 1px;border-bottom-width: 1px;border-bottom-color: rgb(217, 226, 236);background-color: rgb(255, 255, 255);padding-top: 28px;padding-bottom: 28px;z-index: auto !important;animation-duration: 1s;animation-fill-mode: both;position: relative;min-height: 50px; } } @media (max-width: 639px) { .gp-component-id-87SyeMxmya2[data-gp-component] { font-size: 24px;color: rgba(243, 243, 243, 1);line-height: 1;background-color: transparent;padding-left: 8px;padding-right: 8px;cursor: pointer;text-decoration-line: none;text-decoration-thickness: inherit;text-decoration-style: solid;text-decoration-color: initial; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-87SyeMxmya2[data-gp-component] { font-size: 24px;color: rgba(243, 243, 243, 1);line-height: 1;background-color: transparent;padding-left: 8px;padding-right: 8px;cursor: pointer;text-decoration-line: none;text-decoration-thickness: inherit;text-decoration-style: solid;text-decoration-color: initial; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-87SyeMxmya2[data-gp-component] { font-size: 30px;color: rgba(243, 243, 243, 1);line-height: 1;background-color: transparent;padding-left: 8px;padding-right: 8px;cursor: pointer;text-decoration-line: none;text-decoration-thickness: inherit;text-decoration-style: solid;text-decoration-color: initial; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-87SyeMxmya2[data-gp-component] { font-size: 30px;color: rgba(243, 243, 243, 1);line-height: 1;background-color: transparent;padding-left: 8px;padding-right: 8px;cursor: pointer;text-decoration-line: none;text-decoration-thickness: inherit;text-decoration-style: solid;text-decoration-color: initial; } } @media (min-width: 1200px) { .gp-component-id-87SyeMxmya2[data-gp-component] { font-size: 30px;color: rgba(243, 243, 243, 1);line-height: 1;background-color: transparent;padding-left: 8px;padding-right: 8px;cursor: pointer;text-decoration-line: none;text-decoration-thickness: inherit;text-decoration-style: solid;text-decoration-color: initial; } } @media (max-width: 639px) { .gp-component-id-ssF8HlonwKs[data-gp-component] { font-size: 24px;color: rgba(243, 243, 243, 1);line-height: 1;background-color: transparent;padding-left: 8px;padding-right: 8px;cursor: pointer;text-decoration-line: none;text-decoration-thickness: inherit;text-decoration-style: solid;text-decoration-color: initial; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-ssF8HlonwKs[data-gp-component] { font-size: 24px;color: rgba(243, 243, 243, 1);line-height: 1;background-color: transparent;padding-left: 8px;padding-right: 8px;cursor: pointer;text-decoration-line: none;text-decoration-thickness: inherit;text-decoration-style: solid;text-decoration-color: initial; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-ssF8HlonwKs[data-gp-component] { font-size: 30px;color: rgba(243, 243, 243, 1);line-height: 1;background-color: transparent;padding-left: 8px;padding-right: 8px;cursor: pointer;text-decoration-line: none;text-decoration-thickness: inherit;text-decoration-style: solid;text-decoration-color: initial; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-ssF8HlonwKs[data-gp-component] { font-size: 30px;color: rgba(243, 243, 243, 1);line-height: 1;background-color: transparent;padding-left: 8px;padding-right: 8px;cursor: pointer;text-decoration-line: none;text-decoration-thickness: inherit;text-decoration-style: solid;text-decoration-color: initial; } } @media (min-width: 1200px) { .gp-component-id-ssF8HlonwKs[data-gp-component] { font-size: 30px;color: rgba(243, 243, 243, 1);line-height: 1;background-color: transparent;padding-left: 8px;padding-right: 8px;cursor: pointer;text-decoration-line: none;text-decoration-thickness: inherit;text-decoration-style: solid;text-decoration-color: initial; } } @media (max-width: 639px) { .gp-component-id-DzJY4CT0ISb[data-gp-component] { font-size: 24px;color: rgba(243, 243, 243, 1);line-height: 1;background-color: transparent;padding-left: 8px;padding-right: 8px;cursor: pointer;text-decoration-line: none;text-decoration-thickness: inherit;text-decoration-style: solid;text-decoration-color: initial; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-DzJY4CT0ISb[data-gp-component] { font-size: 24px;color: rgba(243, 243, 243, 1);line-height: 1;background-color: transparent;padding-left: 8px;padding-right: 8px;cursor: pointer;text-decoration-line: none;text-decoration-thickness: inherit;text-decoration-style: solid;text-decoration-color: initial; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-DzJY4CT0ISb[data-gp-component] { font-size: 30px;color: rgba(243, 243, 243, 1);line-height: 1;background-color: transparent;padding-left: 8px;padding-right: 8px;cursor: pointer;text-decoration-line: none;text-decoration-thickness: inherit;text-decoration-style: solid;text-decoration-color: initial; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-DzJY4CT0ISb[data-gp-component] { font-size: 30px;color: rgba(243, 243, 243, 1);line-height: 1;background-color: transparent;padding-left: 8px;padding-right: 8px;cursor: pointer;text-decoration-line: none;text-decoration-thickness: inherit;text-decoration-style: solid;text-decoration-color: initial; } } @media (min-width: 1200px) { .gp-component-id-DzJY4CT0ISb[data-gp-component] { font-size: 30px;color: rgba(243, 243, 243, 1);line-height: 1;background-color: transparent;padding-left: 8px;padding-right: 8px;cursor: pointer;text-decoration-line: none;text-decoration-thickness: inherit;text-decoration-style: solid;text-decoration-color: initial; } } @media (max-width: 639px) { .gp-component-id-fb7c2yr7ePM[data-gp-component] { margin-top: 20px;width: auto;flex-direction: row;justify-content: center;align-items: center;display: flex; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-fb7c2yr7ePM[data-gp-component] { width: auto;flex-direction: row;justify-content: center;align-items: center;display: flex; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-fb7c2yr7ePM[data-gp-component] { width: auto;flex-direction: row;justify-content: center;align-items: center;display: flex; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-fb7c2yr7ePM[data-gp-component] { width: auto;flex-direction: row;justify-content: center;align-items: center;display: flex; } } @media (min-width: 1200px) { .gp-component-id-fb7c2yr7ePM[data-gp-component] { width: auto;flex-direction: row;justify-content: center;align-items: center;display: flex; } } @media (max-width: 639px) { [data-gp-text] .gp-component-id-xd0KdD7eGzO { font-size: 20px !important;color: rgba(243, 243, 243, 1);text-align: center;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px; } } @media (max-width: 767px) and (min-width: 640px) { [data-gp-text] .gp-component-id-xd0KdD7eGzO { font-size: 20px !important;color: rgba(243, 243, 243, 1);text-align: center;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px; } } @media (max-width: 991px) and (min-width: 768px) { [data-gp-text] .gp-component-id-xd0KdD7eGzO { font-size: 20px !important;color: rgba(243, 243, 243, 1);text-align: center;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px; } } @media (max-width: 1199px) and (min-width: 992px) { [data-gp-text] .gp-component-id-xd0KdD7eGzO { font-size: 20px !important;color: rgba(243, 243, 243, 1);text-align: center;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px; } } @media (min-width: 1200px) { [data-gp-text] .gp-component-id-xd0KdD7eGzO { font-size: 20px !important;color: rgba(243, 243, 243, 1);text-align: center;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px; } } @media (max-width: 639px) { .gp-component-id-8YiuPpegTb1[data-gp-component] { margin-left: 20px;margin-right: 60px;padding-right: 20px;width: 100%;flex-direction: column;justify-content: space-between;display: flex; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-8YiuPpegTb1[data-gp-component] { margin-left: 20px;margin-right: 60px;padding-right: 20px;width: 100%;flex-direction: row;justify-content: space-between;display: flex; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-8YiuPpegTb1[data-gp-component] { margin-left: 20px;margin-right: 60px;padding-right: 20px;width: 100%;flex-direction: row;justify-content: space-between;display: flex; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-8YiuPpegTb1[data-gp-component] { margin-left: 20px;margin-right: 60px;padding-right: 20px;width: 100%;flex-direction: row;justify-content: space-between;display: flex; } } @media (min-width: 1200px) { .gp-component-id-8YiuPpegTb1[data-gp-component] { margin-left: 20px;margin-right: 60px;padding-right: 20px;width: 100%;flex-direction: row;justify-content: space-between;display: flex; } } @media (max-width: 639px) { .gp-component-id-qsrD_ggw3AY[data-gp-component] { border-top-width: 1px;border-left-color: rgba(45, 63, 81, 1);border-right-color: rgba(45, 63, 81, 1);border-top-color: rgba(45, 63, 81, 1);border-bottom-color: rgba(45, 63, 81, 1);margin-top: 40px;padding-top: 20px;width: 100%; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-qsrD_ggw3AY[data-gp-component] { border-top-width: 1px;border-left-color: rgba(45, 63, 81, 1);border-right-color: rgba(45, 63, 81, 1);border-top-color: rgba(45, 63, 81, 1);border-bottom-color: rgba(45, 63, 81, 1);margin-top: 40px;padding-top: 20px;width: 100%; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-qsrD_ggw3AY[data-gp-component] { border-top-width: 1px;border-left-color: rgba(45, 63, 81, 1);border-right-color: rgba(45, 63, 81, 1);border-top-color: rgba(45, 63, 81, 1);border-bottom-color: rgba(45, 63, 81, 1);margin-top: 40px;padding-top: 20px;width: 100%; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-qsrD_ggw3AY[data-gp-component] { border-top-width: 1px;border-left-color: rgba(45, 63, 81, 1);border-right-color: rgba(45, 63, 81, 1);border-top-color: rgba(45, 63, 81, 1);border-bottom-color: rgba(45, 63, 81, 1);margin-top: 40px;padding-top: 20px;width: 100%; } } @media (min-width: 1200px) { .gp-component-id-qsrD_ggw3AY[data-gp-component] { border-top-width: 1px;border-left-color: rgba(45, 63, 81, 1);border-right-color: rgba(45, 63, 81, 1);border-top-color: rgba(45, 63, 81, 1);border-bottom-color: rgba(45, 63, 81, 1);margin-top: 40px;padding-top: 20px;width: 100%; } } @media (max-width: 639px) { .gp-component-id-OCa0D9h_VV3[data-gp-component] { font-size: 20px !important;color: rgba(243, 243, 243, 1);background-color: transparent;display: block;cursor: pointer;text-decoration-line: none;text-decoration-thickness: inherit;text-decoration-style: solid;text-decoration-color: initial; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-OCa0D9h_VV3[data-gp-component] { font-size: 20px !important;color: rgba(243, 243, 243, 1);background-color: transparent;display: block;cursor: pointer;text-decoration-line: none;text-decoration-thickness: inherit;text-decoration-style: solid;text-decoration-color: initial; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-OCa0D9h_VV3[data-gp-component] { font-size: 20px !important;color: rgba(243, 243, 243, 1);background-color: transparent;display: block;cursor: pointer;text-decoration-line: none;text-decoration-thickness: inherit;text-decoration-style: solid;text-decoration-color: initial; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-OCa0D9h_VV3[data-gp-component] { font-size: 20px !important;color: rgba(243, 243, 243, 1);background-color: transparent;display: block;cursor: pointer;text-decoration-line: none;text-decoration-thickness: inherit;text-decoration-style: solid;text-decoration-color: initial; } } @media (min-width: 1200px) { .gp-component-id-OCa0D9h_VV3[data-gp-component] { font-size: 20px !important;color: rgba(243, 243, 243, 1);background-color: transparent;display: block;cursor: pointer;text-decoration-line: none;text-decoration-thickness: inherit;text-decoration-style: solid;text-decoration-color: initial; } } @media (max-width: 639px) { [data-gp-text] .gp-component-id-vX88yo8gQ8E { font-size: 20px !important;font-weight: 600 !important;color: rgba(243, 243, 243, 1);text-align: left;line-height: 1.5;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px;padding-bottom: 20px; } } @media (max-width: 767px) and (min-width: 640px) { [data-gp-text] .gp-component-id-vX88yo8gQ8E { font-size: 20px !important;font-weight: 600 !important;color: rgba(243, 243, 243, 1);text-align: left;line-height: 1.5;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px;padding-bottom: 20px; } } @media (max-width: 991px) and (min-width: 768px) { [data-gp-text] .gp-component-id-vX88yo8gQ8E { font-size: 20px !important;font-weight: 600 !important;color: rgba(243, 243, 243, 1);text-align: left;line-height: 1.5;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px;padding-bottom: 20px; } } @media (max-width: 1199px) and (min-width: 992px) { [data-gp-text] .gp-component-id-vX88yo8gQ8E { font-size: 20px !important;font-weight: 600 !important;color: rgba(243, 243, 243, 1);text-align: left;line-height: 1.5;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px;padding-bottom: 20px; } } @media (min-width: 1200px) { [data-gp-text] .gp-component-id-vX88yo8gQ8E { font-size: 20px !important;font-weight: 600 !important;color: rgba(243, 243, 243, 1);text-align: left;line-height: 1.5;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px;padding-bottom: 20px; } } @media (max-width: 639px) { .gp-component-id-B1HKPhRjqEX[data-gp-component] { margin-top: 50px;width: 100%; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-B1HKPhRjqEX[data-gp-component] { margin-top: 50px;width: 100%; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-B1HKPhRjqEX[data-gp-component] { width: 100%; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-B1HKPhRjqEX[data-gp-component] { width: 100%; } } @media (min-width: 1200px) { .gp-component-id-B1HKPhRjqEX[data-gp-component] { width: 100%; } } @media (max-width: 639px) { .gp-component-id-ufQCZhMa_dK[data-gp-component] { width: 100%;height: 100%; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-ufQCZhMa_dK[data-gp-component] { width: 100%;height: 100%; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-ufQCZhMa_dK[data-gp-component] { width: 100%;height: 100%; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-ufQCZhMa_dK[data-gp-component] { width: 100%;height: 100%; } } @media (min-width: 1200px) { .gp-component-id-ufQCZhMa_dK[data-gp-component] { width: 100%;height: 100%; } } .gp-component-id-InMI8dnAU5n { padding-left: 8px;width: 100%;padding-right: 8px;flex-grow: 0;flex-shrink: 0;flex-basis: auto; } @media (max-width: 639px) { .gp-component-id-InMI8dnAU5n { padding-left: 8px;padding-right: 8px;width: 100%;flex-grow: 0;flex-shrink: 0;flex-basis: auto; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-InMI8dnAU5n { padding-left: 8px;padding-right: 8px;width: 100%;flex-grow: 0;flex-shrink: 0;flex-basis: auto; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-InMI8dnAU5n { padding-left: 8px;padding-right: 8px;width: 25%;flex-grow: 0;flex-shrink: 0;flex-basis: auto; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-InMI8dnAU5n { padding-left: 8px;padding-right: 8px;width: 25%;flex-grow: 0;flex-shrink: 0;flex-basis: auto; } } @media (min-width: 1200px) { .gp-component-id-InMI8dnAU5n { padding-left: 8px;padding-right: 8px;width: 25%;flex-grow: 0;flex-shrink: 0;flex-basis: auto; } } @media (max-width: 639px) { .gp-component-id-WXYSaXV0Qh3[data-gp-component] { font-size: 18px !important;color: rgb(243, 243, 243);background-color: transparent;margin-top: 10px;display: block;cursor: pointer;text-decoration-line: none;text-decoration-thickness: inherit;text-decoration-style: solid;text-decoration-color: initial; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-WXYSaXV0Qh3[data-gp-component] { font-size: 18px !important;color: rgb(243, 243, 243);background-color: transparent;margin-top: 10px;display: block;cursor: pointer;text-decoration-line: none;text-decoration-thickness: inherit;text-decoration-style: solid;text-decoration-color: initial; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-WXYSaXV0Qh3[data-gp-component] { font-size: 18px !important;color: rgb(243, 243, 243);background-color: transparent;margin-top: 10px;display: block;cursor: pointer;text-decoration-line: none;text-decoration-thickness: inherit;text-decoration-style: solid;text-decoration-color: initial; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-WXYSaXV0Qh3[data-gp-component] { font-size: 18px !important;color: rgb(243, 243, 243);background-color: transparent;margin-top: 10px;display: block;cursor: pointer;text-decoration-line: none;text-decoration-thickness: inherit;text-decoration-style: solid;text-decoration-color: initial; } } @media (min-width: 1200px) { .gp-component-id-WXYSaXV0Qh3[data-gp-component] { font-size: 18px !important;color: rgb(243, 243, 243);background-color: transparent;margin-top: 10px;display: block;cursor: pointer;text-decoration-line: none;text-decoration-thickness: inherit;text-decoration-style: solid;text-decoration-color: initial; } } @media (max-width: 639px) { .gp-component-id-IoA7ZcrJLZg[data-gp-component] { font-size: 18px !important;color: rgb(243, 243, 243);background-color: transparent;margin-top: 10px;display: block;text-decoration-color: initial;text-decoration-style: solid;text-decoration-thickness: inherit;text-decoration-line: none;cursor: pointer; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-IoA7ZcrJLZg[data-gp-component] { font-size: 18px !important;color: rgb(243, 243, 243);background-color: transparent;margin-top: 10px;display: block;text-decoration-color: initial;text-decoration-style: solid;text-decoration-thickness: inherit;text-decoration-line: none;cursor: pointer; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-IoA7ZcrJLZg[data-gp-component] { font-size: 18px !important;color: rgb(243, 243, 243);background-color: transparent;margin-top: 10px;display: block;text-decoration-color: initial;text-decoration-style: solid;text-decoration-thickness: inherit;text-decoration-line: none;cursor: pointer; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-IoA7ZcrJLZg[data-gp-component] { font-size: 18px !important;color: rgb(243, 243, 243);background-color: transparent;margin-top: 10px;display: block;text-decoration-color: initial;text-decoration-style: solid;text-decoration-thickness: inherit;text-decoration-line: none;cursor: pointer; } } @media (min-width: 1200px) { .gp-component-id-IoA7ZcrJLZg[data-gp-component] { font-size: 18px !important;color: rgb(243, 243, 243);background-color: transparent;margin-top: 10px;display: block;text-decoration-color: initial;text-decoration-style: solid;text-decoration-thickness: inherit;text-decoration-line: none;cursor: pointer; } } @media (max-width: 639px) { .gp-component-id-MYdsm38tNb9[data-gp-component] { font-size: 18px !important;color: rgb(243, 243, 243);background-color: transparent;margin-top: 10px;display: block;cursor: pointer;text-decoration-line: none;text-decoration-thickness: inherit;text-decoration-style: solid;text-decoration-color: initial; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-MYdsm38tNb9[data-gp-component] { font-size: 18px !important;color: rgb(243, 243, 243);background-color: transparent;margin-top: 10px;display: block;cursor: pointer;text-decoration-line: none;text-decoration-thickness: inherit;text-decoration-style: solid;text-decoration-color: initial; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-MYdsm38tNb9[data-gp-component] { font-size: 18px !important;color: rgb(243, 243, 243);background-color: transparent;margin-top: 10px;display: block;cursor: pointer;text-decoration-line: none;text-decoration-thickness: inherit;text-decoration-style: solid;text-decoration-color: initial; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-MYdsm38tNb9[data-gp-component] { font-size: 18px !important;color: rgb(243, 243, 243);background-color: transparent;margin-top: 10px;display: block;cursor: pointer;text-decoration-line: none;text-decoration-thickness: inherit;text-decoration-style: solid;text-decoration-color: initial; } } @media (min-width: 1200px) { .gp-component-id-MYdsm38tNb9[data-gp-component] { font-size: 18px !important;color: rgb(243, 243, 243);background-color: transparent;margin-top: 10px;display: block;cursor: pointer;text-decoration-line: none;text-decoration-thickness: inherit;text-decoration-style: solid;text-decoration-color: initial; } } @media (max-width: 639px) { .gp-component-id-teRqAw5niSl[data-gp-component] { font-size: 18px !important;color: rgb(243, 243, 243);background-color: transparent;display: block;cursor: pointer;text-decoration-line: none;text-decoration-thickness: inherit;text-decoration-style: solid;text-decoration-color: initial; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-teRqAw5niSl[data-gp-component] { font-size: 18px !important;color: rgb(243, 243, 243);background-color: transparent;display: block;cursor: pointer;text-decoration-line: none;text-decoration-thickness: inherit;text-decoration-style: solid;text-decoration-color: initial; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-teRqAw5niSl[data-gp-component] { font-size: 18px !important;color: rgb(243, 243, 243);background-color: transparent;display: block;cursor: pointer;text-decoration-line: none;text-decoration-thickness: inherit;text-decoration-style: solid;text-decoration-color: initial; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-teRqAw5niSl[data-gp-component] { font-size: 18px !important;color: rgb(243, 243, 243);background-color: transparent;display: block;cursor: pointer;text-decoration-line: none;text-decoration-thickness: inherit;text-decoration-style: solid;text-decoration-color: initial; } } @media (min-width: 1200px) { .gp-component-id-teRqAw5niSl[data-gp-component] { font-size: 18px !important;color: rgb(243, 243, 243);background-color: transparent;display: block;cursor: pointer;text-decoration-line: none;text-decoration-thickness: inherit;text-decoration-style: solid;text-decoration-color: initial; } } @media (max-width: 639px) { [data-gp-text] .gp-component-id-sp1PdvqpIOR { font-size: 20px !important;font-weight: 600 !important;color: rgba(243, 243, 243, 1);text-align: left;line-height: 1.5;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px;padding-bottom: 20px; } } @media (max-width: 767px) and (min-width: 640px) { [data-gp-text] .gp-component-id-sp1PdvqpIOR { font-size: 20px !important;font-weight: 600 !important;color: rgba(243, 243, 243, 1);text-align: left;line-height: 1.5;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px;padding-bottom: 20px; } } @media (max-width: 991px) and (min-width: 768px) { [data-gp-text] .gp-component-id-sp1PdvqpIOR { font-size: 20px !important;font-weight: 600 !important;color: rgba(243, 243, 243, 1);text-align: left;line-height: 1.5;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px;padding-bottom: 20px; } } @media (max-width: 1199px) and (min-width: 992px) { [data-gp-text] .gp-component-id-sp1PdvqpIOR { font-size: 20px !important;font-weight: 600 !important;color: rgba(243, 243, 243, 1);text-align: left;line-height: 1.5;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px;padding-bottom: 20px; } } @media (min-width: 1200px) { [data-gp-text] .gp-component-id-sp1PdvqpIOR { font-size: 20px !important;font-weight: 600 !important;color: rgba(243, 243, 243, 1);text-align: left;line-height: 1.5;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px;padding-bottom: 20px; } } @media (max-width: 639px) { .gp-component-id-BDZnLmiPaqO[data-gp-component] { margin-top: 50px;width: 100%; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-BDZnLmiPaqO[data-gp-component] { margin-top: 50px;width: 100%; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-BDZnLmiPaqO[data-gp-component] { width: 100%; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-BDZnLmiPaqO[data-gp-component] { width: 100%; } } @media (min-width: 1200px) { .gp-component-id-BDZnLmiPaqO[data-gp-component] { width: 100%; } } @media (max-width: 639px) { .gp-component-id-zJdVJeIWWf7[data-gp-component] { width: 100%;height: 100%; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-zJdVJeIWWf7[data-gp-component] { width: 100%;height: 100%; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-zJdVJeIWWf7[data-gp-component] { width: 100%;height: 100%; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-zJdVJeIWWf7[data-gp-component] { width: 100%;height: 100%; } } @media (min-width: 1200px) { .gp-component-id-zJdVJeIWWf7[data-gp-component] { width: 100%;height: 100%; } } .gp-component-id-ZJ1BXSM3jY { padding-left: 8px;width: 100%;padding-right: 8px;flex-grow: 0;flex-shrink: 0;flex-basis: auto; } @media (max-width: 639px) { .gp-component-id-ZJ1BXSM3jY { padding-left: 8px;padding-right: 8px;width: 100%;flex-grow: 0;flex-shrink: 0;flex-basis: auto; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-ZJ1BXSM3jY { padding-left: 8px;padding-right: 8px;width: 100%;flex-grow: 0;flex-shrink: 0;flex-basis: auto; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-ZJ1BXSM3jY { padding-left: 8px;padding-right: 8px;width: 25%;flex-grow: 0;flex-shrink: 0;flex-basis: auto; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-ZJ1BXSM3jY { padding-left: 8px;padding-right: 8px;width: 25%;flex-grow: 0;flex-shrink: 0;flex-basis: auto; } } @media (min-width: 1200px) { .gp-component-id-ZJ1BXSM3jY { padding-left: 8px;padding-right: 8px;width: 25%;flex-grow: 0;flex-shrink: 0;flex-basis: auto; } } @media (max-width: 639px) { .gp-component-id-9EnAmsSlPNP[data-gp-component] { font-size: 18px !important;color: rgb(243, 243, 243);background-color: transparent;margin-top: 10px;display: block;cursor: pointer;text-decoration-line: none;text-decoration-thickness: inherit;text-decoration-style: solid;text-decoration-color: initial; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-9EnAmsSlPNP[data-gp-component] { font-size: 18px !important;color: rgb(243, 243, 243);background-color: transparent;margin-top: 10px;display: block;cursor: pointer;text-decoration-line: none;text-decoration-thickness: inherit;text-decoration-style: solid;text-decoration-color: initial; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-9EnAmsSlPNP[data-gp-component] { font-size: 18px !important;color: rgb(243, 243, 243);background-color: transparent;margin-top: 10px;display: block;cursor: pointer;text-decoration-line: none;text-decoration-thickness: inherit;text-decoration-style: solid;text-decoration-color: initial; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-9EnAmsSlPNP[data-gp-component] { font-size: 18px !important;color: rgb(243, 243, 243);background-color: transparent;margin-top: 10px;display: block;cursor: pointer;text-decoration-line: none;text-decoration-thickness: inherit;text-decoration-style: solid;text-decoration-color: initial; } } @media (min-width: 1200px) { .gp-component-id-9EnAmsSlPNP[data-gp-component] { font-size: 18px !important;color: rgb(243, 243, 243);background-color: transparent;margin-top: 10px;display: block;cursor: pointer;text-decoration-line: none;text-decoration-thickness: inherit;text-decoration-style: solid;text-decoration-color: initial; } } @media (max-width: 639px) { .gp-component-id-fBDO085zL6o[data-gp-component] { font-size: 18px !important;color: rgb(243, 243, 243);background-color: transparent;margin-top: 10px;display: block;text-decoration-color: initial;text-decoration-style: solid;text-decoration-thickness: inherit;text-decoration-line: none;cursor: pointer; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-fBDO085zL6o[data-gp-component] { font-size: 18px !important;color: rgb(243, 243, 243);background-color: transparent;margin-top: 10px;display: block;text-decoration-color: initial;text-decoration-style: solid;text-decoration-thickness: inherit;text-decoration-line: none;cursor: pointer; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-fBDO085zL6o[data-gp-component] { font-size: 18px !important;color: rgb(243, 243, 243);background-color: transparent;margin-top: 10px;display: block;text-decoration-color: initial;text-decoration-style: solid;text-decoration-thickness: inherit;text-decoration-line: none;cursor: pointer; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-fBDO085zL6o[data-gp-component] { font-size: 18px !important;color: rgb(243, 243, 243);background-color: transparent;margin-top: 10px;display: block;text-decoration-color: initial;text-decoration-style: solid;text-decoration-thickness: inherit;text-decoration-line: none;cursor: pointer; } } @media (min-width: 1200px) { .gp-component-id-fBDO085zL6o[data-gp-component] { font-size: 18px !important;color: rgb(243, 243, 243);background-color: transparent;margin-top: 10px;display: block;text-decoration-color: initial;text-decoration-style: solid;text-decoration-thickness: inherit;text-decoration-line: none;cursor: pointer; } } @media (max-width: 639px) { .gp-component-id-ls2SydO5D2J[data-gp-component] { font-size: 18px !important;color: rgb(243, 243, 243);background-color: transparent;margin-top: 10px;display: block;cursor: pointer;text-decoration-line: none;text-decoration-thickness: inherit;text-decoration-style: solid;text-decoration-color: initial; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-ls2SydO5D2J[data-gp-component] { font-size: 18px !important;color: rgb(243, 243, 243);background-color: transparent;margin-top: 10px;display: block;cursor: pointer;text-decoration-line: none;text-decoration-thickness: inherit;text-decoration-style: solid;text-decoration-color: initial; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-ls2SydO5D2J[data-gp-component] { font-size: 18px !important;color: rgb(243, 243, 243);background-color: transparent;margin-top: 10px;display: block;cursor: pointer;text-decoration-line: none;text-decoration-thickness: inherit;text-decoration-style: solid;text-decoration-color: initial; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-ls2SydO5D2J[data-gp-component] { font-size: 18px !important;color: rgb(243, 243, 243);background-color: transparent;margin-top: 10px;display: block;cursor: pointer;text-decoration-line: none;text-decoration-thickness: inherit;text-decoration-style: solid;text-decoration-color: initial; } } @media (min-width: 1200px) { .gp-component-id-ls2SydO5D2J[data-gp-component] { font-size: 18px !important;color: rgb(243, 243, 243);background-color: transparent;margin-top: 10px;display: block;cursor: pointer;text-decoration-line: none;text-decoration-thickness: inherit;text-decoration-style: solid;text-decoration-color: initial; } } @media (max-width: 639px) { .gp-component-id-ZHFaJnOrJpx[data-gp-component] { font-size: 18px !important;color: rgb(243, 243, 243);background-color: transparent;display: block;cursor: pointer;text-decoration-line: none;text-decoration-thickness: inherit;text-decoration-style: solid;text-decoration-color: initial; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-ZHFaJnOrJpx[data-gp-component] { font-size: 18px !important;color: rgb(243, 243, 243);background-color: transparent;display: block;cursor: pointer;text-decoration-line: none;text-decoration-thickness: inherit;text-decoration-style: solid;text-decoration-color: initial; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-ZHFaJnOrJpx[data-gp-component] { font-size: 18px !important;color: rgb(243, 243, 243);background-color: transparent;display: block;cursor: pointer;text-decoration-line: none;text-decoration-thickness: inherit;text-decoration-style: solid;text-decoration-color: initial; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-ZHFaJnOrJpx[data-gp-component] { font-size: 18px !important;color: rgb(243, 243, 243);background-color: transparent;display: block;cursor: pointer;text-decoration-line: none;text-decoration-thickness: inherit;text-decoration-style: solid;text-decoration-color: initial; } } @media (min-width: 1200px) { .gp-component-id-ZHFaJnOrJpx[data-gp-component] { font-size: 18px !important;color: rgb(243, 243, 243);background-color: transparent;display: block;cursor: pointer;text-decoration-line: none;text-decoration-thickness: inherit;text-decoration-style: solid;text-decoration-color: initial; } } @media (max-width: 639px) { [data-gp-text] .gp-component-id-tPZwZJ4HTUT { font-size: 20px !important;font-weight: 600 !important;color: rgba(243, 243, 243, 1);text-align: left;line-height: 1.5;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px;padding-bottom: 20px; } } @media (max-width: 767px) and (min-width: 640px) { [data-gp-text] .gp-component-id-tPZwZJ4HTUT { font-size: 20px !important;font-weight: 600 !important;color: rgba(243, 243, 243, 1);text-align: left;line-height: 1.5;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px;padding-bottom: 20px; } } @media (max-width: 991px) and (min-width: 768px) { [data-gp-text] .gp-component-id-tPZwZJ4HTUT { font-size: 20px !important;font-weight: 600 !important;color: rgba(243, 243, 243, 1);text-align: left;line-height: 1.5;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px;padding-bottom: 20px; } } @media (max-width: 1199px) and (min-width: 992px) { [data-gp-text] .gp-component-id-tPZwZJ4HTUT { font-size: 20px !important;font-weight: 600 !important;color: rgba(243, 243, 243, 1);text-align: left;line-height: 1.5;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px;padding-bottom: 20px; } } @media (min-width: 1200px) { [data-gp-text] .gp-component-id-tPZwZJ4HTUT { font-size: 20px !important;font-weight: 600 !important;color: rgba(243, 243, 243, 1);text-align: left;line-height: 1.5;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px;padding-bottom: 20px; } } @media (max-width: 639px) { .gp-component-id-fJL5VMbY0A[data-gp-component] { margin-top: 50px;width: 100%; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-fJL5VMbY0A[data-gp-component] { margin-top: 50px;width: 100%; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-fJL5VMbY0A[data-gp-component] { width: 100%; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-fJL5VMbY0A[data-gp-component] { width: 100%; } } @media (min-width: 1200px) { .gp-component-id-fJL5VMbY0A[data-gp-component] { width: 100%; } } @media (max-width: 639px) { .gp-component-id-PbqAxcyt3H[data-gp-component] { width: 100%;height: 100%; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-PbqAxcyt3H[data-gp-component] { width: 100%;height: 100%; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-PbqAxcyt3H[data-gp-component] { width: 100%;height: 100%; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-PbqAxcyt3H[data-gp-component] { width: 100%;height: 100%; } } @media (min-width: 1200px) { .gp-component-id-PbqAxcyt3H[data-gp-component] { width: 100%;height: 100%; } } .gp-component-id-sx4uJFnDcp { padding-left: 8px;width: 100%;padding-right: 8px;flex-grow: 0;flex-shrink: 0;flex-basis: auto; } @media (max-width: 639px) { .gp-component-id-sx4uJFnDcp { padding-left: 8px;padding-right: 8px;width: 100%;flex-grow: 0;flex-shrink: 0;flex-basis: auto; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-sx4uJFnDcp { padding-left: 8px;padding-right: 8px;width: 100%;flex-grow: 0;flex-shrink: 0;flex-basis: auto; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-sx4uJFnDcp { padding-left: 8px;padding-right: 8px;width: 25%;flex-grow: 0;flex-shrink: 0;flex-basis: auto; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-sx4uJFnDcp { padding-left: 8px;padding-right: 8px;width: 25%;flex-grow: 0;flex-shrink: 0;flex-basis: auto; } } @media (min-width: 1200px) { .gp-component-id-sx4uJFnDcp { padding-left: 8px;padding-right: 8px;width: 25%;flex-grow: 0;flex-shrink: 0;flex-basis: auto; } } @media (max-width: 639px) { .gp-component-id-vlUCqVkuRM[data-gp-component] { font-size: 16px !important;color: rgb(243, 243, 243);background-color: transparent;margin-top: 10px;display: block;text-decoration-color: initial;text-decoration-style: solid;text-decoration-thickness: inherit;text-decoration-line: none;cursor: pointer; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-vlUCqVkuRM[data-gp-component] { font-size: 16px !important;color: rgb(243, 243, 243);background-color: transparent;margin-top: 10px;display: block;text-decoration-color: initial;text-decoration-style: solid;text-decoration-thickness: inherit;text-decoration-line: none;cursor: pointer; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-vlUCqVkuRM[data-gp-component] { font-size: 16px !important;color: rgb(243, 243, 243);background-color: transparent;margin-top: 10px;display: block;text-decoration-color: initial;text-decoration-style: solid;text-decoration-thickness: inherit;text-decoration-line: none;cursor: pointer; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-vlUCqVkuRM[data-gp-component] { font-size: 16px !important;color: rgb(243, 243, 243);background-color: transparent;margin-top: 10px;display: block;text-decoration-color: initial;text-decoration-style: solid;text-decoration-thickness: inherit;text-decoration-line: none;cursor: pointer; } } @media (min-width: 1200px) { .gp-component-id-vlUCqVkuRM[data-gp-component] { font-size: 16px !important;color: rgb(243, 243, 243);background-color: transparent;margin-top: 10px;display: block;text-decoration-color: initial;text-decoration-style: solid;text-decoration-thickness: inherit;text-decoration-line: none;cursor: pointer; } } @media (max-width: 639px) { .gp-component-id-v2_UfQzndb[data-gp-component] { font-size: 16px !important;color: rgb(243, 243, 243);background-color: transparent;margin-top: 10px;display: block;cursor: pointer;text-decoration-line: none;text-decoration-thickness: inherit;text-decoration-style: solid;text-decoration-color: initial; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-v2_UfQzndb[data-gp-component] { font-size: 16px !important;color: rgb(243, 243, 243);background-color: transparent;margin-top: 10px;display: block;cursor: pointer;text-decoration-line: none;text-decoration-thickness: inherit;text-decoration-style: solid;text-decoration-color: initial; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-v2_UfQzndb[data-gp-component] { font-size: 16px !important;color: rgb(243, 243, 243);background-color: transparent;margin-top: 10px;display: block;cursor: pointer;text-decoration-line: none;text-decoration-thickness: inherit;text-decoration-style: solid;text-decoration-color: initial; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-v2_UfQzndb[data-gp-component] { font-size: 16px !important;color: rgb(243, 243, 243);background-color: transparent;margin-top: 10px;display: block;cursor: pointer;text-decoration-line: none;text-decoration-thickness: inherit;text-decoration-style: solid;text-decoration-color: initial; } } @media (min-width: 1200px) { .gp-component-id-v2_UfQzndb[data-gp-component] { font-size: 16px !important;color: rgb(243, 243, 243);background-color: transparent;margin-top: 10px;display: block;cursor: pointer;text-decoration-line: none;text-decoration-thickness: inherit;text-decoration-style: solid;text-decoration-color: initial; } } @media (max-width: 639px) { .gp-component-id-ImiaKLW05u[data-gp-component] { font-size: 16px !important;color: rgb(243, 243, 243);background-color: transparent;display: block;cursor: pointer;text-decoration-line: none;text-decoration-thickness: inherit;text-decoration-style: solid;text-decoration-color: initial; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-ImiaKLW05u[data-gp-component] { font-size: 16px !important;color: rgb(243, 243, 243);background-color: transparent;display: block;cursor: pointer;text-decoration-line: none;text-decoration-thickness: inherit;text-decoration-style: solid;text-decoration-color: initial; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-ImiaKLW05u[data-gp-component] { font-size: 16px !important;color: rgb(243, 243, 243);background-color: transparent;display: block;cursor: pointer;text-decoration-line: none;text-decoration-thickness: inherit;text-decoration-style: solid;text-decoration-color: initial; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-ImiaKLW05u[data-gp-component] { font-size: 16px !important;color: rgb(243, 243, 243);background-color: transparent;display: block;cursor: pointer;text-decoration-line: none;text-decoration-thickness: inherit;text-decoration-style: solid;text-decoration-color: initial; } } @media (min-width: 1200px) { .gp-component-id-ImiaKLW05u[data-gp-component] { font-size: 16px !important;color: rgb(243, 243, 243);background-color: transparent;display: block;cursor: pointer;text-decoration-line: none;text-decoration-thickness: inherit;text-decoration-style: solid;text-decoration-color: initial; } } @media (max-width: 639px) { [data-gp-text] .gp-component-id-puxyaO7exC { font-size: 18px !important;color: rgba(243, 243, 243, 1);font-family: Inter !important;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px;padding-bottom: 20px;overflow-wrap: break-word; } } @media (max-width: 767px) and (min-width: 640px) { [data-gp-text] .gp-component-id-puxyaO7exC { font-size: 18px !important;color: rgba(243, 243, 243, 1);font-family: Inter !important;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px;padding-bottom: 20px;overflow-wrap: break-word; } } @media (max-width: 991px) and (min-width: 768px) { [data-gp-text] .gp-component-id-puxyaO7exC { font-size: 18px !important;color: rgba(243, 243, 243, 1);font-family: Inter !important;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px;padding-bottom: 20px;overflow-wrap: break-word; } } @media (max-width: 1199px) and (min-width: 992px) { [data-gp-text] .gp-component-id-puxyaO7exC { font-size: 18px !important;color: rgba(243, 243, 243, 1);font-family: Inter !important;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px;padding-bottom: 20px;overflow-wrap: break-word; } } @media (min-width: 1200px) { [data-gp-text] .gp-component-id-puxyaO7exC { font-size: 18px !important;color: rgba(243, 243, 243, 1);font-family: Inter !important;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px;padding-bottom: 20px;overflow-wrap: break-word; } } .gp-component-id-WuHUi__nxd { flex-direction: column;display: flex;animation-fill-mode: both;animation-duration: 1s; } @media (max-width: 639px) { .gp-component-id-WuHUi__nxd { flex-direction: column;display: flex;animation-fill-mode: both;animation-duration: 1s; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-WuHUi__nxd { flex-direction: column;display: flex;animation-fill-mode: both;animation-duration: 1s; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-WuHUi__nxd { flex-direction: column;display: flex;animation-fill-mode: both;animation-duration: 1s; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-WuHUi__nxd { flex-direction: column;display: flex;animation-fill-mode: both;animation-duration: 1s; } } @media (min-width: 1200px) { .gp-component-id-WuHUi__nxd { flex-direction: column;display: flex;animation-fill-mode: both;animation-duration: 1s; } } @media (max-width: 639px) { [data-gp-text] .gp-component-id-y2U__NGY4m { font-size: 20px !important;font-weight: 600 !important;color: rgba(243, 243, 243, 1);text-align: left;line-height: 1.5;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px;padding-bottom: 20px; } } @media (max-width: 767px) and (min-width: 640px) { [data-gp-text] .gp-component-id-y2U__NGY4m { font-size: 20px !important;font-weight: 600 !important;color: rgba(243, 243, 243, 1);text-align: left;line-height: 1.5;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px;padding-bottom: 20px; } } @media (max-width: 991px) and (min-width: 768px) { [data-gp-text] .gp-component-id-y2U__NGY4m { font-size: 20px !important;font-weight: 600 !important;color: rgba(243, 243, 243, 1);text-align: left;line-height: 1.5;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px;padding-bottom: 20px; } } @media (max-width: 1199px) and (min-width: 992px) { [data-gp-text] .gp-component-id-y2U__NGY4m { font-size: 20px !important;font-weight: 600 !important;color: rgba(243, 243, 243, 1);text-align: left;line-height: 1.5;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px;padding-bottom: 20px; } } @media (min-width: 1200px) { [data-gp-text] .gp-component-id-y2U__NGY4m { font-size: 20px !important;font-weight: 600 !important;color: rgba(243, 243, 243, 1);text-align: left;line-height: 1.5;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px;padding-bottom: 20px; } } @media (max-width: 639px) { .gp-component-id-eWh6BrcM3D[data-gp-component] { margin-top: 50px;width: 100%; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-eWh6BrcM3D[data-gp-component] { margin-top: 50px;width: 100%; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-eWh6BrcM3D[data-gp-component] { width: 100%; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-eWh6BrcM3D[data-gp-component] { width: 100%; } } @media (min-width: 1200px) { .gp-component-id-eWh6BrcM3D[data-gp-component] { width: 100%; } } @media (max-width: 639px) { .gp-component-id-P40Cb9Ip1c[data-gp-component] { width: 100%;height: 100%; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-P40Cb9Ip1c[data-gp-component] { width: 100%;height: 100%; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-P40Cb9Ip1c[data-gp-component] { width: 100%;height: 100%; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-P40Cb9Ip1c[data-gp-component] { width: 100%;height: 100%; } } @media (min-width: 1200px) { .gp-component-id-P40Cb9Ip1c[data-gp-component] { width: 100%;height: 100%; } } .gp-component-id-9NCKliByAD { padding-left: 8px;width: 100%;padding-right: 8px;flex-grow: 0;flex-shrink: 0;flex-basis: auto; } @media (max-width: 639px) { .gp-component-id-9NCKliByAD { padding-left: 8px;padding-right: 8px;width: 100%;flex-grow: 0;flex-shrink: 0;flex-basis: auto; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-9NCKliByAD { padding-left: 8px;padding-right: 8px;width: 100%;flex-grow: 0;flex-shrink: 0;flex-basis: auto; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-9NCKliByAD { padding-left: 8px;padding-right: 8px;width: 25%;flex-grow: 0;flex-shrink: 0;flex-basis: auto; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-9NCKliByAD { padding-left: 8px;padding-right: 8px;width: 25%;flex-grow: 0;flex-shrink: 0;flex-basis: auto; } } @media (min-width: 1200px) { .gp-component-id-9NCKliByAD { padding-left: 8px;padding-right: 8px;width: 25%;flex-grow: 0;flex-shrink: 0;flex-basis: auto; } } .gp-component-id-NkzXCABqgF { margin-left: -8px;margin-right: -8px;flex-wrap: wrap; } @media (max-width: 639px) { .gp-component-id-NkzXCABqgF { margin-left: -8px;margin-right: -8px;flex-wrap: wrap; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-NkzXCABqgF { margin-left: -8px;margin-right: -8px;flex-wrap: wrap; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-NkzXCABqgF { margin-left: -8px;margin-right: -8px;display: flex;flex-wrap: wrap; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-NkzXCABqgF { margin-left: -8px;margin-right: -8px;display: flex;flex-wrap: wrap; } } @media (min-width: 1200px) { .gp-component-id-NkzXCABqgF { margin-left: -8px;margin-right: -8px;display: flex;flex-wrap: wrap; } } @media (max-width: 639px) { .gp-component-id-1YtRnWJURS[data-gp-component] { margin-left: 40px;padding-left: 0px;padding-right: 0px;width: 100%; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-1YtRnWJURS[data-gp-component] { margin-left: 40px;padding-left: 0px;padding-right: 0px;width: 100%; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-1YtRnWJURS[data-gp-component] { margin-left: 40px;padding-left: 0px;padding-right: 0px;width: 100%; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-1YtRnWJURS[data-gp-component] { margin-left: 40px;padding-left: 0px;padding-right: 0px;width: 100%; } } @media (min-width: 1200px) { .gp-component-id-1YtRnWJURS[data-gp-component] { margin-left: 40px;padding-left: 0px;padding-right: 0px;width: 100%; } } @media (max-width: 639px) { .gp-component-id-0czC9WP0CH[data-gp-component] { width: 100%;flex-direction: column;justify-content: space-between;display: flex; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-0czC9WP0CH[data-gp-component] { width: 100%;flex-direction: column;justify-content: space-between;display: flex; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-0czC9WP0CH[data-gp-component] { width: 100%;flex-direction: column;justify-content: space-between;display: flex; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-0czC9WP0CH[data-gp-component] { width: 100%;flex-direction: column;justify-content: space-between;display: flex; } } @media (min-width: 1200px) { .gp-component-id-0czC9WP0CH[data-gp-component] { width: 100%;flex-direction: column;justify-content: space-between;display: flex; } } @media (max-width: 639px) { .gp-component-id-okrqM99K0F[data-gp-component] { width: 100%; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-okrqM99K0F[data-gp-component] { width: 100%; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-okrqM99K0F[data-gp-component] { width: 100%; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-okrqM99K0F[data-gp-component] { width: 100%; } } @media (min-width: 1200px) { .gp-component-id-okrqM99K0F[data-gp-component] { width: 100%; } } @media (max-width: 639px) { .gp-component-id-0T5qvZpDer[data-gp-component] { margin-left: auto;margin-right: auto;width: 100%;z-index: 15;position: relative; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-0T5qvZpDer[data-gp-component] { margin-left: auto;margin-right: auto;width: 100%;max-width: 640px;z-index: 15;position: relative; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-0T5qvZpDer[data-gp-component] { margin-left: auto;margin-right: auto;width: 100%;max-width: 768px;z-index: 15;position: relative; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-0T5qvZpDer[data-gp-component] { margin-left: auto;margin-right: auto;width: 100%;max-width: 992px;z-index: 15;position: relative; } } @media (min-width: 1200px) { .gp-component-id-0T5qvZpDer[data-gp-component] { margin-left: auto;margin-right: auto;width: 100%;max-width: 1200px;z-index: 15;position: relative; } } @media (max-width: 639px) { .gp-component-id-Nut3ST0mH[data-gp-component] { padding-left: 20px;padding-right: 20px;padding-top: 50px;padding-bottom: 50px;min-height: 50px;position: relative;z-index: auto; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-Nut3ST0mH[data-gp-component] { padding-left: 20px;padding-right: 20px;padding-top: 50px;padding-bottom: 50px;min-height: 50px;position: relative;z-index: auto; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-Nut3ST0mH[data-gp-component] { padding-left: 20px;padding-right: 20px;padding-top: 50px;padding-bottom: 50px;min-height: 50px;position: relative;z-index: auto; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-Nut3ST0mH[data-gp-component] { padding-left: 20px;padding-right: 20px;padding-top: 50px;padding-bottom: 50px;min-height: 50px;position: relative;z-index: auto; } } @media (min-width: 1200px) { .gp-component-id-Nut3ST0mH[data-gp-component] { padding-left: 20px;padding-right: 20px;padding-top: 50px;padding-bottom: 50px;min-height: 50px;position: relative;z-index: auto; } } .gp-component-id-LNeHNHV3gI6 { width: 100%;height: 100%; } @media (max-width: 639px) { .gp-component-id-LNeHNHV3gI6 { width: 100%;height: 100%; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-LNeHNHV3gI6 { width: 100%;height: 100%; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-LNeHNHV3gI6 { width: 100%;height: 100%; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-LNeHNHV3gI6 { width: 100%;height: 100%; } } @media (min-width: 1200px) { .gp-component-id-LNeHNHV3gI6 { width: 100%;height: 100%; } } .gp-component-id-fBy7XnTeBB { width: 100%;padding-left: 8px;padding-right: 8px;flex-grow: 0;flex-shrink: 0;flex-basis: auto; } @media (max-width: 639px) { .gp-component-id-fBy7XnTeBB { width: 100%;padding-left: 8px;padding-right: 8px;flex-grow: 0;flex-shrink: 0;flex-basis: auto; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-fBy7XnTeBB { width: 100%;padding-left: 8px;padding-right: 8px;flex-grow: 0;flex-shrink: 0;flex-basis: auto; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-fBy7XnTeBB { width: 33.33%;padding-left: 8px;padding-right: 8px;flex-grow: 0;flex-shrink: 0;flex-basis: auto; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-fBy7XnTeBB { width: 33.33%;padding-left: 8px;padding-right: 8px;flex-grow: 0;flex-shrink: 0;flex-basis: auto; } } @media (min-width: 1200px) { .gp-component-id-fBy7XnTeBB { width: 33.33%;padding-left: 8px;padding-right: 8px;flex-grow: 0;flex-shrink: 0;flex-basis: auto; } } .gp-component-id-XD700ul2S5 { width: 100%;height: 100%; } @media (max-width: 639px) { .gp-component-id-XD700ul2S5 { width: 100%;height: 100%; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-XD700ul2S5 { width: 100%;height: 100%; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-XD700ul2S5 { width: 100%;height: 100%; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-XD700ul2S5 { width: 100%;height: 100%; } } @media (min-width: 1200px) { .gp-component-id-XD700ul2S5 { width: 100%;height: 100%; } } .gp-component-id-8xT78P5lzZ { width: 100%;padding-left: 8px;padding-right: 8px;flex-grow: 0;flex-shrink: 0;flex-basis: auto; } @media (max-width: 639px) { .gp-component-id-8xT78P5lzZ { width: 100%;padding-left: 8px;padding-right: 8px;flex-grow: 0;flex-shrink: 0;flex-basis: auto; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-8xT78P5lzZ { width: 100%;padding-left: 8px;padding-right: 8px;flex-grow: 0;flex-shrink: 0;flex-basis: auto; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-8xT78P5lzZ { width: 66.6667%;padding-left: 8px;padding-right: 8px;flex-grow: 0;flex-shrink: 0;flex-basis: auto; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-8xT78P5lzZ { width: 66.6667%;padding-left: 8px;padding-right: 8px;flex-grow: 0;flex-shrink: 0;flex-basis: auto; } } @media (min-width: 1200px) { .gp-component-id-8xT78P5lzZ { width: 66.6667%;padding-left: 8px;padding-right: 8px;flex-grow: 0;flex-shrink: 0;flex-basis: auto; } } .gp-component-id-B8BKvlI1Zt { margin-left: -8px;margin-right: -8px;flex-wrap: wrap; } @media (max-width: 639px) { .gp-component-id-B8BKvlI1Zt { margin-left: -8px;margin-right: -8px;flex-wrap: wrap; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-B8BKvlI1Zt { margin-left: -8px;margin-right: -8px;flex-wrap: wrap; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-B8BKvlI1Zt { margin-left: -8px;margin-right: -8px;flex-wrap: wrap;display: flex; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-B8BKvlI1Zt { margin-left: -8px;margin-right: -8px;flex-wrap: wrap;display: flex; } } @media (min-width: 1200px) { .gp-component-id-B8BKvlI1Zt { margin-left: -8px;margin-right: -8px;flex-wrap: wrap;display: flex; } } .gp-component-id-KnLKqB_0r3 { width: 100%;padding-left: 8px;padding-right: 8px; } @media (max-width: 639px) { .gp-component-id-KnLKqB_0r3 { width: 100%;padding-left: 8px;padding-right: 8px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-KnLKqB_0r3 { width: 100%;padding-left: 8px;padding-right: 8px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-KnLKqB_0r3 { width: 100%;padding-left: 8px;padding-right: 8px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-KnLKqB_0r3 { width: 100%;padding-left: 8px;padding-right: 8px; } } @media (min-width: 1200px) { .gp-component-id-KnLKqB_0r3 { width: 100%;padding-left: 8px;padding-right: 8px; } } .gp-component-id-mYW3pPIWYD { z-index: 15;position: relative;margin-left: auto;margin-right: auto;width: 100%; } @media (max-width: 639px) { .gp-component-id-mYW3pPIWYD { z-index: 15;position: relative;margin-left: auto;margin-right: auto;width: 100%; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-mYW3pPIWYD { z-index: 15;position: relative;margin-left: auto;margin-right: auto;width: 100%;max-width: 640px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-mYW3pPIWYD { z-index: 15;position: relative;margin-left: auto;margin-right: auto;width: 100%;max-width: 768px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-mYW3pPIWYD { z-index: 15;position: relative;margin-left: auto;margin-right: auto;width: 100%;max-width: 992px; } } @media (min-width: 1200px) { .gp-component-id-mYW3pPIWYD { z-index: 15;position: relative;margin-left: auto;margin-right: auto;width: 100%;max-width: 1200px; } } @media (max-width: 639px) { .gp-component-id-glpu2tN7ebP[data-gp-component] { background-color: rgb(249, 250, 251);margin-top: 30px;padding-left: 50px;padding-right: 50px;padding-top: 50px;padding-bottom: 50px;width: 100%;height: 200px;flex-direction: column;justify-content: center;align-items: center;display: flex; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-glpu2tN7ebP[data-gp-component] { background-color: rgb(249, 250, 251);margin-top: 30px;padding-left: 50px;padding-right: 50px;padding-top: 50px;padding-bottom: 50px;width: 100%;height: 200px;flex-direction: column;justify-content: center;align-items: center;display: flex; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-glpu2tN7ebP[data-gp-component] { background-color: rgb(249, 250, 251);margin-top: 30px;padding-left: 30px;padding-right: 30px;padding-top: 50px;padding-bottom: 50px;width: 100%;height: 200px;flex-direction: column;justify-content: center;align-items: center;display: flex; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-glpu2tN7ebP[data-gp-component] { background-color: rgb(249, 250, 251);margin-top: 30px;padding-left: 50px;padding-right: 50px;padding-top: 50px;padding-bottom: 50px;width: 100%;height: 200px;flex-direction: column;justify-content: center;align-items: center;display: flex; } } @media (min-width: 1200px) { .gp-component-id-glpu2tN7ebP[data-gp-component] { background-color: rgb(249, 250, 251);margin-top: 30px;padding-left: 50px;padding-right: 50px;padding-top: 50px;padding-bottom: 50px;width: 100%;height: 200px;flex-direction: column;justify-content: center;align-items: center;display: flex; } } @media (max-width: 639px) { .gp-component-id-HMQ_5hvJr0v[data-gp-component] { background-color: rgb(249, 250, 251);margin-top: 30px;padding-left: 50px;padding-right: 50px;padding-top: 50px;padding-bottom: 50px;width: 100%;height: 200px;flex-direction: column;justify-content: center;align-items: center;display: flex; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-HMQ_5hvJr0v[data-gp-component] { background-color: rgb(249, 250, 251);margin-top: 30px;padding-left: 50px;padding-right: 50px;padding-top: 50px;padding-bottom: 50px;width: 100%;height: 200px;flex-direction: column;justify-content: center;align-items: center;display: flex; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-HMQ_5hvJr0v[data-gp-component] { background-color: rgb(249, 250, 251);margin-top: 30px;padding-left: 30px;padding-right: 30px;padding-top: 50px;padding-bottom: 50px;width: 100%;height: 200px;flex-direction: column;justify-content: center;align-items: center;display: flex; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-HMQ_5hvJr0v[data-gp-component] { background-color: rgb(249, 250, 251);margin-top: 30px;padding-left: 50px;padding-right: 50px;padding-top: 50px;padding-bottom: 50px;width: 100%;height: 200px;flex-direction: column;justify-content: center;align-items: center;display: flex; } } @media (min-width: 1200px) { .gp-component-id-HMQ_5hvJr0v[data-gp-component] { background-color: rgb(249, 250, 251);margin-top: 30px;padding-left: 50px;padding-right: 50px;padding-top: 50px;padding-bottom: 50px;width: 100%;height: 200px;flex-direction: column;justify-content: center;align-items: center;display: flex; } } @media (max-width: 639px) { .gp-component-id-mdGRQ8ogs0[data-gp-component] { border-left-style: solid;border-right-style: solid;border-top-style: solid;border-bottom-style: solid;padding-left: 0px;padding-right: 0px;padding-top: 0px;padding-bottom: 0px;height: auto;max-width: 100%;justify-content: flex-start;align-items: flex-start;display: inline-flex;object-fit: cover;object-position: center center; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-mdGRQ8ogs0[data-gp-component] { border-left-style: solid;border-right-style: solid;border-top-style: solid;border-bottom-style: solid;padding-left: 0px;padding-right: 0px;padding-top: 0px;padding-bottom: 0px;height: auto;max-width: 100%;justify-content: flex-start;align-items: flex-start;display: inline-flex;object-fit: cover;object-position: center center; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-mdGRQ8ogs0[data-gp-component] { border-left-style: solid;border-right-style: solid;border-top-style: solid;border-bottom-style: solid;padding-left: 0px;padding-right: 0px;padding-top: 0px;padding-bottom: 0px;height: auto;max-width: 100%;justify-content: flex-start;align-items: flex-start;display: inline-flex;object-fit: cover;object-position: center center; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-mdGRQ8ogs0[data-gp-component] { border-left-style: solid;border-right-style: solid;border-top-style: solid;border-bottom-style: solid;padding-left: 0px;padding-right: 0px;padding-top: 0px;padding-bottom: 0px;height: auto;max-width: 100%;justify-content: flex-start;align-items: flex-start;display: inline-flex;object-fit: cover;object-position: center center; } } @media (min-width: 1200px) { .gp-component-id-mdGRQ8ogs0[data-gp-component] { border-left-style: solid;border-right-style: solid;border-top-style: solid;border-bottom-style: solid;padding-left: 0px;padding-right: 0px;padding-top: 0px;padding-bottom: 0px;height: auto;max-width: 100%;justify-content: flex-start;align-items: flex-start;display: inline-flex;object-fit: cover;object-position: center center; } } @media (max-width: 639px) { .gp-component-id-atic8WI95k[data-gp-component] { background-color: rgb(249, 250, 251);margin-top: 30px;padding-left: 50px;padding-right: 50px;padding-top: 50px;padding-bottom: 50px;width: 100%;height: 200px;flex-direction: column;justify-content: center;align-items: center;display: flex; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-atic8WI95k[data-gp-component] { background-color: rgb(249, 250, 251);margin-top: 30px;padding-left: 50px;padding-right: 50px;padding-top: 50px;padding-bottom: 50px;width: 100%;height: 200px;flex-direction: column;justify-content: center;align-items: center;display: flex; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-atic8WI95k[data-gp-component] { background-color: rgb(249, 250, 251);margin-top: 30px;padding-left: 30px;padding-right: 30px;padding-top: 50px;padding-bottom: 50px;width: 100%;height: 200px;flex-direction: column;justify-content: center;align-items: center;display: flex; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-atic8WI95k[data-gp-component] { background-color: rgb(249, 250, 251);margin-top: 30px;padding-left: 50px;padding-right: 50px;padding-top: 50px;padding-bottom: 50px;width: 100%;height: 200px;flex-direction: column;justify-content: center;align-items: center;display: flex; } } @media (min-width: 1200px) { .gp-component-id-atic8WI95k[data-gp-component] { background-color: rgb(249, 250, 251);margin-top: 30px;padding-left: 50px;padding-right: 50px;padding-top: 50px;padding-bottom: 50px;width: 100%;height: 200px;flex-direction: column;justify-content: center;align-items: center;display: flex; } } @media (max-width: 639px) { .gp-component-id-LLCuUzWqO5[data-gp-component] { border-left-style: solid;border-right-style: solid;border-top-style: solid;border-bottom-style: solid;padding-left: 0px;padding-right: 0px;padding-top: 0px;padding-bottom: 0px;height: auto;max-width: 100%;justify-content: flex-start;align-items: flex-start;display: inline-flex;object-position: center center;object-fit: cover; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-LLCuUzWqO5[data-gp-component] { border-left-style: solid;border-right-style: solid;border-top-style: solid;border-bottom-style: solid;padding-left: 0px;padding-right: 0px;padding-top: 0px;padding-bottom: 0px;height: auto;max-width: 100%;justify-content: flex-start;align-items: flex-start;display: inline-flex;object-position: center center;object-fit: cover; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-LLCuUzWqO5[data-gp-component] { border-left-style: solid;border-right-style: solid;border-top-style: solid;border-bottom-style: solid;padding-left: 0px;padding-right: 0px;padding-top: 0px;padding-bottom: 0px;height: auto;max-width: 100%;justify-content: flex-start;align-items: flex-start;display: inline-flex;object-position: center center;object-fit: cover; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-LLCuUzWqO5[data-gp-component] { border-left-style: solid;border-right-style: solid;border-top-style: solid;border-bottom-style: solid;padding-left: 0px;padding-right: 0px;padding-top: 0px;padding-bottom: 0px;height: auto;max-width: 100%;justify-content: flex-start;align-items: flex-start;display: inline-flex;object-position: center center;object-fit: cover; } } @media (min-width: 1200px) { .gp-component-id-LLCuUzWqO5[data-gp-component] { border-left-style: solid;border-right-style: solid;border-top-style: solid;border-bottom-style: solid;padding-left: 0px;padding-right: 0px;padding-top: 0px;padding-bottom: 0px;height: auto;max-width: 100%;justify-content: flex-start;align-items: flex-start;display: inline-flex;object-position: center center;object-fit: cover; } } @media (max-width: 639px) { .gp-component-id-ws80DdoGvK[data-gp-component] { background-color: rgb(249, 250, 251);margin-top: 30px;padding-left: 50px;padding-right: 50px;padding-top: 50px;padding-bottom: 50px;width: 100%;height: 200px;flex-direction: column;justify-content: center;align-items: center;display: flex; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-ws80DdoGvK[data-gp-component] { background-color: rgb(249, 250, 251);margin-top: 30px;padding-left: 50px;padding-right: 50px;padding-top: 50px;padding-bottom: 50px;width: 100%;height: 200px;flex-direction: column;justify-content: center;align-items: center;display: flex; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-ws80DdoGvK[data-gp-component] { background-color: rgb(249, 250, 251);margin-top: 30px;padding-left: 30px;padding-right: 30px;padding-top: 50px;padding-bottom: 50px;width: 100%;height: 200px;flex-direction: column;justify-content: center;align-items: center;display: flex; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-ws80DdoGvK[data-gp-component] { background-color: rgb(249, 250, 251);margin-top: 30px;padding-left: 50px;padding-right: 50px;padding-top: 50px;padding-bottom: 50px;width: 100%;height: 200px;flex-direction: column;justify-content: center;align-items: center;display: flex; } } @media (min-width: 1200px) { .gp-component-id-ws80DdoGvK[data-gp-component] { background-color: rgb(249, 250, 251);margin-top: 30px;padding-left: 50px;padding-right: 50px;padding-top: 50px;padding-bottom: 50px;width: 100%;height: 200px;flex-direction: column;justify-content: center;align-items: center;display: flex; } } @media (max-width: 639px) { .gp-component-id-bH7kbz4w34[data-gp-component] { margin-top: 0px;padding-top: 50px;width: 100%; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-bH7kbz4w34[data-gp-component] { margin-top: 0px;padding-top: 50px;width: 100%; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-bH7kbz4w34[data-gp-component] { margin-top: 0px;padding-top: 50px;width: 100%; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-bH7kbz4w34[data-gp-component] { margin-top: 0px;padding-top: 50px;width: 100%; } } @media (min-width: 1200px) { .gp-component-id-bH7kbz4w34[data-gp-component] { margin-top: 0px;padding-top: 50px;width: 100%; } } @media (max-width: 639px) { .gp-component-id-zL3o0BRcOU[data-gp-component] { width: 100%; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-zL3o0BRcOU[data-gp-component] { width: 100%; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-zL3o0BRcOU[data-gp-component] { width: 100%; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-zL3o0BRcOU[data-gp-component] { width: 100%; } } @media (min-width: 1200px) { .gp-component-id-zL3o0BRcOU[data-gp-component] { width: 100%; } } @media (max-width: 639px) { .gp-component-id-IQPuBB7AGh[data-gp-component] { margin-left: auto;margin-right: auto;width: 100%; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-IQPuBB7AGh[data-gp-component] { margin-left: auto;margin-right: auto;width: 100%;max-width: 640px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-IQPuBB7AGh[data-gp-component] { margin-left: auto;margin-right: auto;width: 100%;max-width: 768px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-IQPuBB7AGh[data-gp-component] { margin-left: auto;margin-right: auto;width: 100%;max-width: 992px; } } @media (min-width: 1200px) { .gp-component-id-IQPuBB7AGh[data-gp-component] { margin-left: auto;margin-right: auto;width: 100%;max-width: 1200px; } } .gp-component-id-Eh6cHN0pB80 { flex-grow: 0; flex-shrink: 0; flex-basis: auto; width: 100%; padding-right: 0.5rem; padding-left: 0.5rem; } @media (min-width: 768px) { .gp-component-id-Eh6cHN0pB80 { width: 25%; } } .gp-component-id-tsbBt_O0n0p { min-height: 120px; display: flex; align-items: center; justify-content: center; flex-direction: column; height: 100%; width: 100%; padding-bottom: 1rem; padding-top: 1rem; padding-right: 1.25rem; padding-left: 1.25rem; } @media (min-width: 640px) { .gp-component-id-tsbBt_O0n0p { display: flex; align-items: center; justify-content: center; flex-direction: column; padding-bottom: 1rem; padding-top: 1rem; padding-right: 1.25rem; padding-left: 1.25rem; } } @media (min-width: 768px) { .gp-component-id-tsbBt_O0n0p { display: flex; align-items: center; justify-content: center; flex-direction: column; padding-bottom: 1rem; padding-top: 1rem; padding-right: 1.25rem; padding-left: 1.25rem; } } @media (min-width: 992px) { .gp-component-id-tsbBt_O0n0p { display: flex; align-items: flex-start; justify-content: center; flex-direction: column; padding-bottom: 1rem; padding-top: 1rem; padding-right: 0px; padding-left: 0px; } } @media (min-width: 1200px) { .gp-component-id-tsbBt_O0n0p { display: flex; justify-content: center; flex-direction: column; padding-bottom: 1rem; padding-top: 1rem; } } .gp-component-id-H5zaxhabq2Q { flex-grow: 0; flex-shrink: 0; flex-basis: auto; width: 100%; padding-right: 0.5rem; padding-left: 0.5rem; } @media (min-width: 768px) { .gp-component-id-H5zaxhabq2Q { width: 50%; } } .gp-component-id-_fBM6QDBFnw { object-position: center center; object-fit: cover; display: inline-flex; align-items: flex-start; justify-content: flex-start; width: 125px; border-left-style: solid; border-bottom-style: solid; border-right-style: solid; border-top-style: solid; height: auto; max-width: 100%; } @media (min-width: 640px) { .gp-component-id-_fBM6QDBFnw { width: 125px; } } @media (min-width: 768px) { .gp-component-id-_fBM6QDBFnw { width: 125px; } } @media (min-width: 992px) { .gp-component-id-_fBM6QDBFnw { width: 125px; margin-top: 1rem; } } @media (min-width: 1200px) { .gp-component-id-_fBM6QDBFnw { width: 125px; } } .gp-component-id-0GUilbrG5O1 { min-height: 120px; display: flex; align-items: center; justify-content: center; flex-direction: column; height: 146.99px; width: 100%; } @media (min-width: 640px) { .gp-component-id-0GUilbrG5O1 { display: flex; align-items: center; justify-content: center; flex-direction: column; height: 146.99px; } } @media (min-width: 768px) { .gp-component-id-0GUilbrG5O1 { display: flex; align-items: center; justify-content: center; flex-direction: column; height: 146.99px; } } @media (min-width: 992px) { .gp-component-id-0GUilbrG5O1 { display: flex; align-items: center; justify-content: center; flex-direction: column; height: 146.99px; } } @media (min-width: 1200px) { .gp-component-id-0GUilbrG5O1 { display: flex; align-items: center; justify-content: center; flex-direction: column; height: 146.99px; } } .gp-component-id-dMLs6Cv6d8q { flex-grow: 0; flex-shrink: 0; flex-basis: auto; width: 100%; padding-right: 0.5rem; padding-left: 0.5rem; } @media (min-width: 768px) { .gp-component-id-dMLs6Cv6d8q { width: 25%; } } .gp-component-id-5iHyf0fvye1 { flex-wrap: wrap; margin-right: -0.5rem; margin-left: -0.5rem; } @media (min-width: 768px) { .gp-component-id-5iHyf0fvye1 { display: flex; } } .gp-component-id-oumoCVw0JCO { width: 100%; padding-bottom: 0.75rem; padding-top: 0.75rem; padding-right: 0.5rem; padding-left: 0.5rem; margin-bottom: 1.25rem; box-shadow: rgba(0, 0, 0, 0.12) 0px 4px 8px 0px, rgba(0, 0, 0, 0.08) 0px 2px 4px 0px; background-color: rgb(255, 255, 255); border-bottom-right-radius: 0.35rem; border-bottom-left-radius: 0.35rem; border-top-right-radius: 0.35rem; border-top-left-radius: 0.35rem; } @media (min-width: 640px) { .gp-component-id-oumoCVw0JCO { padding-bottom: 0.75rem; padding-top: 0.75rem; margin-bottom: 1.25rem; box-shadow: rgba(0, 0, 0, 0.12) 0px 4px 8px 0px, rgba(0, 0, 0, 0.08) 0px 2px 4px 0px; background-color: rgb(255, 255, 255); border-bottom-right-radius: 0.35rem; border-bottom-left-radius: 0.35rem; border-top-right-radius: 0.35rem; border-top-left-radius: 0.35rem; } } @media (min-width: 768px) { .gp-component-id-oumoCVw0JCO { padding-bottom: 0.75rem; padding-top: 0.75rem; margin-bottom: 1.25rem; box-shadow: rgba(0, 0, 0, 0.12) 0px 4px 8px 0px, rgba(0, 0, 0, 0.08) 0px 2px 4px 0px; background-color: rgb(255, 255, 255); border-bottom-right-radius: 0.35rem; border-bottom-left-radius: 0.35rem; border-top-right-radius: 0.35rem; border-top-left-radius: 0.35rem; } } @media (min-width: 992px) { .gp-component-id-oumoCVw0JCO { width: 85.71%; padding-bottom: 0.75rem; padding-top: 0.75rem; margin-bottom: 1.25rem; box-shadow: rgba(0, 0, 0, 0.12) 0px 4px 8px 0px, rgba(0, 0, 0, 0.08) 0px 2px 4px 0px; background-color: rgb(255, 255, 255); border-bottom-right-radius: 0.35rem; border-bottom-left-radius: 0.35rem; border-top-right-radius: 0.35rem; border-top-left-radius: 0.35rem; } } @media (min-width: 1200px) { .gp-component-id-oumoCVw0JCO { width: 85.71%; padding-bottom: 0.75rem; padding-top: 0.75rem; margin-bottom: 1.25rem; box-shadow: rgba(0, 0, 0, 0.12) 0px 4px 8px 0px, rgba(0, 0, 0, 0.08) 0px 2px 4px 0px; background-color: rgb(255, 255, 255); border-bottom-right-radius: 0.35rem; border-bottom-left-radius: 0.35rem; border-top-right-radius: 0.35rem; border-top-left-radius: 0.35rem; } } .gp-component-id-7Z5mw_NRGq7 { flex-basis: auto; flex-shrink: 0; flex-grow: 0; width: 100%; padding-right: 0.5rem; padding-left: 0.5rem; } @media (min-width: 768px) { .gp-component-id-7Z5mw_NRGq7 { width: 25%; } } .gp-component-id-2lZwbS7bNXU { flex-basis: auto; flex-shrink: 0; flex-grow: 0; width: 100%; padding-right: 0.5rem; padding-left: 0.5rem; } @media (min-width: 768px) { .gp-component-id-2lZwbS7bNXU { width: 50%; } } .gp-component-id-NTpkKkSlVZh { object-position: center center; object-fit: cover; display: inline-flex; align-items: flex-start; justify-content: flex-start; width: 125px; border-left-style: solid; border-bottom-style: solid; border-right-style: solid; border-top-style: solid; height: auto; max-width: 100%; } @media (min-width: 640px) { .gp-component-id-NTpkKkSlVZh { width: 125px; } } @media (min-width: 768px) { .gp-component-id-NTpkKkSlVZh { width: 125px; } } @media (min-width: 992px) { .gp-component-id-NTpkKkSlVZh { width: 125px; margin-top: 1rem; } } @media (min-width: 1200px) { .gp-component-id-NTpkKkSlVZh { width: 125px; } } .gp-component-id-ynLdQVwchjT { min-height: 120px; display: flex; align-items: center; justify-content: center; flex-direction: column; height: 145.99px; width: 100%; } @media (min-width: 640px) { .gp-component-id-ynLdQVwchjT { display: flex; align-items: center; justify-content: center; flex-direction: column; height: 145.99px; } } @media (min-width: 768px) { .gp-component-id-ynLdQVwchjT { display: flex; align-items: center; justify-content: center; flex-direction: column; height: 145.99px; } } @media (min-width: 992px) { .gp-component-id-ynLdQVwchjT { display: flex; align-items: center; justify-content: center; flex-direction: column; height: 145.99px; } } @media (min-width: 1200px) { .gp-component-id-ynLdQVwchjT { display: flex; align-items: center; justify-content: center; flex-direction: column; height: 145.99px; } } .gp-component-id-6dQVB5BWcxt { flex-basis: auto; flex-shrink: 0; flex-grow: 0; width: 100%; padding-right: 0.5rem; padding-left: 0.5rem; } @media (min-width: 768px) { .gp-component-id-6dQVB5BWcxt { width: 25%; } } .gp-component-id-_RKcOouATgA { flex-wrap: wrap; margin-right: -0.5rem; margin-left: -0.5rem; } @media (min-width: 768px) { .gp-component-id-_RKcOouATgA { display: flex; } } .gp-component-id-rMhEIt0PjF { flex-grow: 0; flex-shrink: 0; flex-basis: auto; width: 100%; padding-right: 0.5rem; padding-left: 0.5rem; } @media (min-width: 768px) { .gp-component-id-rMhEIt0PjF { width: 25%; } } .gp-component-id-eD500kzEgt { min-height: 120px; display: flex; align-items: center; justify-content: center; flex-direction: column; height: 100%; width: 100%; padding-bottom: 1rem; padding-top: 1rem; padding-right: 1.25rem; padding-left: 1.25rem; } @media (min-width: 640px) { .gp-component-id-eD500kzEgt { display: flex; align-items: center; justify-content: center; flex-direction: column; padding-bottom: 1rem; padding-top: 1rem; padding-right: 1.25rem; padding-left: 1.25rem; } } @media (min-width: 768px) { .gp-component-id-eD500kzEgt { display: flex; align-items: center; justify-content: center; flex-direction: column; padding-bottom: 1rem; padding-top: 1rem; padding-right: 1.25rem; padding-left: 1.25rem; } } @media (min-width: 992px) { .gp-component-id-eD500kzEgt { display: flex; align-items: flex-start; justify-content: center; flex-direction: column; padding-bottom: 1rem; padding-top: 1rem; } } @media (min-width: 1200px) { .gp-component-id-eD500kzEgt { display: flex; justify-content: center; flex-direction: column; padding-bottom: 1rem; padding-top: 1rem; padding-right: 0px; padding-left: 0px; } } .gp-component-id-_d09dGVDgk { flex-grow: 0; flex-shrink: 0; flex-basis: auto; width: 100%; padding-right: 0.5rem; padding-left: 0.5rem; } @media (min-width: 768px) { .gp-component-id-_d09dGVDgk { width: 50%; } } .gp-component-id-qqAZX4YGv_ { object-position: center center; object-fit: cover; display: inline-flex; align-items: flex-start; justify-content: flex-start; width: 125px; border-left-style: solid; border-bottom-style: solid; border-right-style: solid; border-top-style: solid; height: auto; max-width: 100%; } @media (min-width: 640px) { .gp-component-id-qqAZX4YGv_ { width: 125px; } } @media (min-width: 768px) { .gp-component-id-qqAZX4YGv_ { width: 125px; } } @media (min-width: 992px) { .gp-component-id-qqAZX4YGv_ { width: 125px; margin-top: 1rem; } } @media (min-width: 1200px) { .gp-component-id-qqAZX4YGv_ { width: 125px; } } .gp-component-id-525bS2jBTX { flex-grow: 0; flex-shrink: 0; flex-basis: auto; width: 100%; padding-right: 0.5rem; padding-left: 0.5rem; } @media (min-width: 768px) { .gp-component-id-525bS2jBTX { width: 25%; } } .gp-component-id-mStSqnvV1T { flex-wrap: wrap; margin-right: -0.5rem; margin-left: -0.5rem; } @media (min-width: 768px) { .gp-component-id-mStSqnvV1T { display: flex; } } .gp-component-id-_t_ZxYUgtF { width: 100%; padding-bottom: 0.75rem; padding-top: 0.75rem; padding-right: 0.5rem; padding-left: 0.5rem; margin-bottom: 1.25rem; box-shadow: rgba(0, 0, 0, 0.12) 0px 4px 8px 0px, rgba(0, 0, 0, 0.08) 0px 2px 4px 0px; background-color: rgb(255, 255, 255); border-bottom-right-radius: 0.35rem; border-bottom-left-radius: 0.35rem; border-top-right-radius: 0.35rem; border-top-left-radius: 0.35rem; } @media (min-width: 640px) { .gp-component-id-_t_ZxYUgtF { padding-bottom: 0.75rem; padding-top: 0.75rem; margin-bottom: 1.25rem; box-shadow: rgba(0, 0, 0, 0.12) 0px 4px 8px 0px, rgba(0, 0, 0, 0.08) 0px 2px 4px 0px; background-color: rgb(255, 255, 255); border-bottom-right-radius: 0.35rem; border-bottom-left-radius: 0.35rem; border-top-right-radius: 0.35rem; border-top-left-radius: 0.35rem; } } @media (min-width: 768px) { .gp-component-id-_t_ZxYUgtF { padding-bottom: 0.75rem; padding-top: 0.75rem; margin-bottom: 1.25rem; box-shadow: rgba(0, 0, 0, 0.12) 0px 4px 8px 0px, rgba(0, 0, 0, 0.08) 0px 2px 4px 0px; background-color: rgb(255, 255, 255); border-bottom-right-radius: 0.35rem; border-bottom-left-radius: 0.35rem; border-top-right-radius: 0.35rem; border-top-left-radius: 0.35rem; } } @media (min-width: 992px) { .gp-component-id-_t_ZxYUgtF { width: 85.71%; padding-bottom: 0.75rem; padding-top: 0.75rem; margin-bottom: 1.25rem; box-shadow: rgba(0, 0, 0, 0.12) 0px 4px 8px 0px, rgba(0, 0, 0, 0.08) 0px 2px 4px 0px; background-color: rgb(255, 255, 255); border-bottom-right-radius: 0.35rem; border-bottom-left-radius: 0.35rem; border-top-right-radius: 0.35rem; border-top-left-radius: 0.35rem; } } @media (min-width: 1200px) { .gp-component-id-_t_ZxYUgtF { width: 85.71%; padding-bottom: 0.75rem; padding-top: 0.75rem; margin-bottom: 1.25rem; box-shadow: rgba(0, 0, 0, 0.12) 0px 4px 8px 0px, rgba(0, 0, 0, 0.08) 0px 2px 4px 0px; background-color: rgb(255, 255, 255); border-bottom-right-radius: 0.35rem; border-bottom-left-radius: 0.35rem; border-top-right-radius: 0.35rem; border-top-left-radius: 0.35rem; } } .gp-component-id-exsi82C4K2 { list-style-type: inherit; list-style-position: inside; height: auto; width: 85.71%; padding-bottom: 1rem; padding-top: 1rem; padding-left: 1rem; margin-bottom: 1rem; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-right: 0px; } @media (min-width: 640px) { .gp-component-id-exsi82C4K2 { height: auto; width: 85.71%; } } @media (min-width: 768px) { .gp-component-id-exsi82C4K2 { height: auto; width: 85.71%; } } @media (min-width: 992px) { .gp-component-id-exsi82C4K2 { display: flex; align-items: center; flex-direction: column; height: auto; width: 100%; } } @media (min-width: 1200px) { .gp-component-id-exsi82C4K2 { height: auto; width: 100%; } } .gp-component-id-ZuqtaYJJOi { width: 85.71%; margin-bottom: 1.75rem; } @media (min-width: 640px) { .gp-component-id-ZuqtaYJJOi { width: 85.71%; margin-bottom: 1.75rem; } } @media (min-width: 768px) { .gp-component-id-ZuqtaYJJOi { width: 80%; margin-bottom: 1.75rem; } } @media (min-width: 992px) { .gp-component-id-ZuqtaYJJOi { width: 75%; margin-bottom: 1.75rem; } } @media (min-width: 1200px) { .gp-component-id-ZuqtaYJJOi { width: 75%; margin-bottom: 1.75rem; } } .gp-component-id-T1HkG8HcO8 { display: flex; align-items: center; flex-direction: column; width: 100%; margin-right: auto; margin-left: auto; } @media (min-width: 640px) { .gp-component-id-T1HkG8HcO8 { display: flex; align-items: center; flex-direction: column; max-width: 640px; } } @media (min-width: 768px) { .gp-component-id-T1HkG8HcO8 { display: flex; align-items: center; flex-direction: column; max-width: 768px; } } @media (min-width: 992px) { .gp-component-id-T1HkG8HcO8 { display: flex; align-items: center; flex-direction: column; max-width: 992px; } } @media (min-width: 1200px) { .gp-component-id-T1HkG8HcO8 { display: flex; align-items: center; flex-direction: column; max-width: 1200px; } } .gp-component-id-87EwFxXs5E9 { margin-left: 0px; margin-bottom: 0px; margin-right: 0px; margin-top: 0.25rem; font-weight: 300; } .gp-component-id-00uONrMhs_I { margin-left: 0px; margin-bottom: 0px; margin-right: 0px; margin-top: 1.25rem; font-weight: 600; } @media (min-width: 992px) { .gp-component-id-00uONrMhs_I { margin-top: 0px; } } .gp-component-id-vjEt96Xlp9B { align-items: center; height: 100%; width: 100%; display: flex; flex-direction: column; } @media (min-width: 992px) { .gp-component-id-vjEt96Xlp9B { display: flex; align-items: flex-start; } } .gp-component-id-AkIx8298id8 { flex-basis: auto; flex-shrink: 0; flex-grow: 0; padding-right: 0.5rem; padding-left: 0.5rem; width: 100%; } @media (min-width: 768px) { .gp-component-id-AkIx8298id8 { width: 66.6667%; } } .gp-component-id-SO2mPIAR2H6 { align-items: center; height: 100%; width: 100%; display: flex; flex-direction: column; } .gp-component-id-kYqt46GMxMe { flex-basis: auto; flex-shrink: 0; flex-grow: 0; padding-right: 0.5rem; padding-left: 0.5rem; width: 100%; } @media (min-width: 768px) { .gp-component-id-kYqt46GMxMe { width: 33.3333%; } } .gp-component-id-yVlP8JIJKt9 { flex-wrap: wrap; margin-right: -0.5rem; margin-left: -0.5rem; } @media (min-width: 768px) { .gp-component-id-yVlP8JIJKt9 { display: flex; } } .gp-component-id-gQn_Vx_Leyx { padding-right: 0.5rem; padding-left: 0.5rem; width: 100%; } .gp-component-id-YrxJ_R3fWJt { height: 100%; width: 100%; } .gp-component-id-34POH2QtnRm { flex-basis: auto; flex-shrink: 0; flex-grow: 0; padding-right: 0.5rem; padding-left: 0.5rem; width: 100%; } @media (min-width: 768px) { .gp-component-id-34POH2QtnRm { width: 50%; } } .gp-component-id-EFD3NDEDPi5 { margin-left: 0px; margin-bottom: 0px; margin-right: 0px; margin-top: 0.25rem; font-weight: 300; } .gp-component-id-m4_vgE6mrcv { margin-left: 0px; margin-bottom: 0px; margin-right: 0px; margin-top: 1.5rem; font-weight: 600; } @media (min-width: 992px) { .gp-component-id-m4_vgE6mrcv { margin-top: 0px; } } .gp-component-id-BqW3XMtlE1W { align-items: center; height: 100%; width: 100%; display: flex; flex-direction: column; } @media (min-width: 992px) { .gp-component-id-BqW3XMtlE1W { display: flex; align-items: flex-start; } } .gp-component-id-GaEkQkM0WT8 { flex-basis: auto; flex-shrink: 0; flex-grow: 0; padding-right: 0.5rem; padding-left: 0.5rem; width: 100%; } @media (min-width: 768px) { .gp-component-id-GaEkQkM0WT8 { width: 66.6667%; } } .gp-component-id-17tJlhO7zrl { align-items: center; height: 100%; width: 100%; display: flex; flex-direction: column; } .gp-component-id-WiCQ3uDyMTE { flex-basis: auto; flex-shrink: 0; flex-grow: 0; padding-right: 0.5rem; padding-left: 0.5rem; width: 100%; } @media (min-width: 768px) { .gp-component-id-WiCQ3uDyMTE { width: 33.3333%; } } .gp-component-id-yEp69hu_glr { flex-wrap: wrap; margin-right: -0.5rem; margin-left: -0.5rem; } @media (min-width: 768px) { .gp-component-id-yEp69hu_glr { display: flex; } } .gp-component-id-RXlY0kivjgj { padding-right: 0.5rem; padding-left: 0.5rem; width: 100%; } .gp-component-id-n0HE0UThfJS { height: 100%; width: 100%; } .gp-component-id-LcKe4_x16ov { flex-basis: auto; flex-shrink: 0; flex-grow: 0; padding-right: 0.5rem; padding-left: 0.5rem; width: 100%; } @media (min-width: 768px) { .gp-component-id-LcKe4_x16ov { width: 50%; } } .gp-component-id-HDd0OniJAuc { flex-wrap: wrap; margin-right: -0.5rem; margin-left: -0.5rem; } @media (min-width: 768px) { .gp-component-id-HDd0OniJAuc { display: flex; } } .gp-component-id-HedrTN8VTZb { margin-top: 4.5rem; padding-right: 0.5rem; padding-left: 0.5rem; width: auto; } .gp-component-id-uLEQXjAworC { margin-left: 0px; margin-bottom: 0px; margin-right: 0px; margin-top: 0.25rem; font-weight: 300; } .gp-component-id-GH0uhmes5Qv { margin-left: 0px; margin-bottom: 0px; margin-right: 0px; margin-top: 1.5rem; font-weight: 600; } @media (min-width: 992px) { .gp-component-id-GH0uhmes5Qv { margin-top: 0px; } } .gp-component-id-R6X1AsMY4xa { align-items: center; height: 100%; width: 100%; display: flex; flex-direction: column; } @media (min-width: 992px) { .gp-component-id-R6X1AsMY4xa { display: flex; flex-direction: column; align-items: flex-start; } } .gp-component-id-d1iYehLNs6o { flex-basis: auto; flex-shrink: 0; flex-grow: 0; padding-right: 0.5rem; padding-left: 0.5rem; width: 100%; } @media (min-width: 768px) { .gp-component-id-d1iYehLNs6o { width: 66.6667%; } } .gp-component-id-4n5I2KAJupM { align-items: center; height: 100%; width: 100%; display: flex; flex-direction: column; } .gp-component-id-Gu64mv7tx_1 { flex-basis: auto; flex-shrink: 0; flex-grow: 0; padding-right: 0.5rem; padding-left: 0.5rem; width: 100%; } @media (min-width: 768px) { .gp-component-id-Gu64mv7tx_1 { width: 33.3333%; } } .gp-component-id-fj0zNqbrgb_ { flex-wrap: wrap; margin-right: -0.5rem; margin-left: -0.5rem; } @media (min-width: 768px) { .gp-component-id-fj0zNqbrgb_ { display: flex; } } .gp-component-id-FNoOCdMQiWB { padding-right: 0.5rem; padding-left: 0.5rem; width: 100%; } .gp-component-id-Aw2i2Vduybn { height: 100%; width: 100%; } .gp-component-id-AoWu6CwAZf { flex-basis: auto; flex-shrink: 0; flex-grow: 0; padding-right: 0.5rem; padding-left: 0.5rem; width: 100%; } @media (min-width: 768px) { .gp-component-id-AoWu6CwAZf { width: 50%; } } .gp-component-id-hV990WrVYe { margin-left: 0px; margin-bottom: 0px; margin-right: 0px; margin-top: 0.25rem; font-weight: 300; } .gp-component-id-idVrUXVjgu { margin-left: 0px; margin-bottom: 0px; margin-right: 0px; margin-top: 1.5rem; font-weight: 600; } @media (min-width: 992px) { .gp-component-id-idVrUXVjgu { margin-top: 0px; } } .gp-component-id-OnmW7zYcjd { flex-basis: auto; flex-shrink: 0; flex-grow: 0; padding-right: 0.5rem; padding-left: 0.5rem; width: 100%; } @media (min-width: 768px) { .gp-component-id-OnmW7zYcjd { width: 66.6667%; } } .gp-component-id-KFQ4YMsYRs { align-items: center; height: 100%; width: 100%; display: flex; flex-direction: column; } .gp-component-id-F2_19X4Suu { flex-basis: auto; flex-shrink: 0; flex-grow: 0; padding-right: 0.5rem; padding-left: 0.5rem; width: 100%; } @media (min-width: 768px) { .gp-component-id-F2_19X4Suu { width: 33.3333%; } } .gp-component-id-_I2y34uiAX { flex-wrap: wrap; margin-right: -0.5rem; margin-left: -0.5rem; } @media (min-width: 768px) { .gp-component-id-_I2y34uiAX { display: flex; } } .gp-component-id-YmOUToILQQ { padding-right: 0.5rem; padding-left: 0.5rem; width: 100%; } .gp-component-id-lpi9JHLYte { height: 100%; width: 100%; } .gp-component-id-DIPIaz3MGl { flex-basis: auto; flex-shrink: 0; flex-grow: 0; padding-right: 0.5rem; padding-left: 0.5rem; width: 100%; } @media (min-width: 768px) { .gp-component-id-DIPIaz3MGl { width: 50%; } } .gp-component-id-YLPtBUt3mF { flex-wrap: wrap; margin-right: -0.5rem; margin-left: -0.5rem; } @media (min-width: 768px) { .gp-component-id-YLPtBUt3mF { display: flex; } } .gp-component-id-yRLGSfyevW { margin-top: 3rem; padding-right: 0.5rem; padding-left: 0.5rem; width: auto; } .gp-component-id-ed0l3r3Ul0 { margin-left: 0px; margin-bottom: 0px; margin-right: 0px; margin-top: 1rem; font-weight: 400; text-align: center; font-size: 1.875rem; } @media (min-width: 992px) { .gp-component-id-ed0l3r3Ul0 { font-size: 2.25rem; } } .gp-component-id-VeT2YRDvHa { width: 100%; align-items: center; margin-right: auto; margin-left: auto; display: flex; flex-direction: column; } @media (min-width: 640px) { .gp-component-id-VeT2YRDvHa { max-width: 640px; } } @media (min-width: 768px) { .gp-component-id-VeT2YRDvHa { max-width: 768px; } } @media (min-width: 992px) { .gp-component-id-VeT2YRDvHa { max-width: 992px; } } @media (min-width: 1200px) { .gp-component-id-VeT2YRDvHa { max-width: 1200px; display: flex; flex-direction: column; align-items: center; } } .gp-component-id-Yoj78FNsen { background-color: transparent; text-decoration-color: initial; text-decoration-style: initial; text-decoration-line: none; cursor: pointer; } .gp-component-id-0oM74NEBM { padding-top: 1.5rem; padding-right: 1.5rem; padding-bottom: 1.5rem; padding-left: 1.5rem; z-index: 10; position: relative; } @media (min-width: 1200px) { .gp-component-id-0oM74NEBM { padding-top: 1.5rem; padding-right: 1.5rem; padding-bottom: 1.5rem; padding-left: 1.5rem; } } @media (max-width: 639px) { .gp-component-id-mIbuHpt0Rjv[data-gp-component] { font-size: 16px !important;font-weight: 500 !important;color: rgb(47, 93, 126);font-family: Inter !important;border-top-left-radius: 12px;border-top-right-radius: 12px;border-bottom-left-radius: 12px;border-bottom-right-radius: 12px;border-left-style: solid;border-right-style: solid;border-top-style: solid;border-bottom-style: solid;border-left-width: 3px;border-right-width: 3px;border-top-width: 3px;border-bottom-width: 3px;border-left-color: rgb(47, 93, 126);border-right-color: rgb(47, 93, 126);border-top-color: rgb(47, 93, 126);border-bottom-color: rgb(47, 93, 126);background-color: rgb(255, 255, 255);margin-top: 40px;padding-left: 26px;padding-right: 26px;padding-top: 14px;padding-bottom: 14px;display: inline-flex;text-decoration-line: inherit;font-style: inherit !important; } .gp-component-id-mIbuHpt0Rjv[data-gp-component]:hover,.gp-component-id-mIbuHpt0Rjv[data-gp-component].gp-hover { font-weight: 500;color: rgb(47, 93, 126);font-family: Inter;border-left-style: solid;border-right-style: solid;border-top-style: solid;border-bottom-style: solid;background-color: rgb(255, 255, 255);padding-left: 26px;padding-right: 26px;padding-top: 14px;padding-bottom: 14px;text-decoration-line: underline;font-style: inherit; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-mIbuHpt0Rjv[data-gp-component] { font-size: 16px !important;font-weight: 500 !important;color: rgb(47, 93, 126);font-family: Inter !important;border-top-left-radius: 12px;border-top-right-radius: 12px;border-bottom-left-radius: 12px;border-bottom-right-radius: 12px;border-left-style: solid;border-right-style: solid;border-top-style: solid;border-bottom-style: solid;border-left-width: 3px;border-right-width: 3px;border-top-width: 3px;border-bottom-width: 3px;border-left-color: rgb(47, 93, 126);border-right-color: rgb(47, 93, 126);border-top-color: rgb(47, 93, 126);border-bottom-color: rgb(47, 93, 126);background-color: rgb(255, 255, 255);margin-top: 40px;padding-left: 26px;padding-right: 26px;padding-top: 14px;padding-bottom: 14px;display: inline-flex;text-decoration-line: inherit;font-style: inherit !important; } .gp-component-id-mIbuHpt0Rjv[data-gp-component]:hover,.gp-component-id-mIbuHpt0Rjv[data-gp-component].gp-hover { font-weight: 500;color: rgb(47, 93, 126);font-family: Inter;border-left-style: solid;border-right-style: solid;border-top-style: solid;border-bottom-style: solid;background-color: rgb(255, 255, 255);padding-left: 26px;padding-right: 26px;padding-top: 14px;padding-bottom: 14px;text-decoration-line: underline;font-style: inherit; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-mIbuHpt0Rjv[data-gp-component] { font-size: 16px !important;font-weight: 500 !important;color: rgb(47, 93, 126);font-family: Inter !important;border-top-left-radius: 12px;border-top-right-radius: 12px;border-bottom-left-radius: 12px;border-bottom-right-radius: 12px;border-left-style: solid;border-right-style: solid;border-top-style: solid;border-bottom-style: solid;border-left-width: 3px;border-right-width: 3px;border-top-width: 3px;border-bottom-width: 3px;border-left-color: rgb(47, 93, 126);border-right-color: rgb(47, 93, 126);border-top-color: rgb(47, 93, 126);border-bottom-color: rgb(47, 93, 126);background-color: rgb(255, 255, 255);margin-top: 40px;padding-left: 26px;padding-right: 26px;padding-top: 14px;padding-bottom: 14px;display: inline-flex;text-decoration-line: inherit;font-style: inherit !important; } .gp-component-id-mIbuHpt0Rjv[data-gp-component]:hover,.gp-component-id-mIbuHpt0Rjv[data-gp-component].gp-hover { font-weight: 500;color: rgb(47, 93, 126);font-family: Inter;border-left-style: solid;border-right-style: solid;border-top-style: solid;border-bottom-style: solid;background-color: rgb(255, 255, 255);padding-left: 26px;padding-right: 26px;padding-top: 14px;padding-bottom: 14px;text-decoration-line: underline;font-style: inherit; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-mIbuHpt0Rjv[data-gp-component] { font-size: 16px !important;font-weight: 500 !important;color: rgb(47, 93, 126);font-family: Inter !important;border-top-left-radius: 12px;border-top-right-radius: 12px;border-bottom-left-radius: 12px;border-bottom-right-radius: 12px;border-left-style: solid;border-right-style: solid;border-top-style: solid;border-bottom-style: solid;border-left-width: 3px;border-right-width: 3px;border-top-width: 3px;border-bottom-width: 3px;border-left-color: rgb(47, 93, 126);border-right-color: rgb(47, 93, 126);border-top-color: rgb(47, 93, 126);border-bottom-color: rgb(47, 93, 126);background-color: rgb(255, 255, 255);margin-top: 40px;padding-left: 26px;padding-right: 26px;padding-top: 14px;padding-bottom: 14px;display: inline-flex;text-decoration-line: inherit;font-style: inherit !important; } .gp-component-id-mIbuHpt0Rjv[data-gp-component]:hover,.gp-component-id-mIbuHpt0Rjv[data-gp-component].gp-hover { font-weight: 500;color: rgb(47, 93, 126);font-family: Inter;border-left-style: solid;border-right-style: solid;border-top-style: solid;border-bottom-style: solid;background-color: rgb(255, 255, 255);padding-left: 26px;padding-right: 26px;padding-top: 14px;padding-bottom: 14px;text-decoration-line: underline;font-style: inherit; } } @media (min-width: 1200px) { .gp-component-id-mIbuHpt0Rjv[data-gp-component] { font-size: 16px !important;font-weight: 500 !important;color: rgb(47, 93, 126);font-family: Inter !important;border-top-left-radius: 12px;border-top-right-radius: 12px;border-bottom-left-radius: 12px;border-bottom-right-radius: 12px;border-left-style: solid;border-right-style: solid;border-top-style: solid;border-bottom-style: solid;border-left-width: 3px;border-right-width: 3px;border-top-width: 3px;border-bottom-width: 3px;border-left-color: rgb(47, 93, 126);border-right-color: rgb(47, 93, 126);border-top-color: rgb(47, 93, 126);border-bottom-color: rgb(47, 93, 126);background-color: rgb(255, 255, 255);margin-top: 40px;padding-left: 26px;padding-right: 26px;padding-top: 14px;padding-bottom: 14px;display: inline-flex;text-decoration-line: inherit;font-style: inherit !important; } .gp-component-id-mIbuHpt0Rjv[data-gp-component]:hover,.gp-component-id-mIbuHpt0Rjv[data-gp-component].gp-hover { font-weight: 500;color: rgb(47, 93, 126);font-family: Inter;border-left-style: solid;border-right-style: solid;border-top-style: solid;border-bottom-style: solid;background-color: rgb(255, 255, 255);padding-left: 26px;padding-right: 26px;padding-top: 14px;padding-bottom: 14px;text-decoration-line: underline;font-style: inherit; } } @media (max-width: 639px) { [data-gp-text] .gp-component-id-pVmVd2KNdD { font-size: 42px !important;font-weight: 600;color: rgba(255, 255, 255, 1);text-align: left;padding-left: 0px;padding-right: 0px;padding-bottom: 20px; } } @media (max-width: 767px) and (min-width: 640px) { [data-gp-text] .gp-component-id-pVmVd2KNdD { font-size: 42px !important;font-weight: 600;color: rgba(255, 255, 255, 1);text-align: left;padding-left: 0px;padding-right: 0px;padding-bottom: 20px; } } @media (max-width: 991px) and (min-width: 768px) { [data-gp-text] .gp-component-id-pVmVd2KNdD { font-size: 42px !important;font-weight: 600;color: rgba(255, 255, 255, 1);text-align: left;padding-left: 0px;padding-right: 0px;padding-bottom: 20px; } } @media (max-width: 1199px) and (min-width: 992px) { [data-gp-text] .gp-component-id-pVmVd2KNdD { font-size: 42px !important;font-weight: 600;color: rgba(255, 255, 255, 1);text-align: left;padding-left: 0px;padding-right: 0px;padding-bottom: 20px; } } @media (min-width: 1200px) { [data-gp-text] .gp-component-id-pVmVd2KNdD { font-size: 42px !important;font-weight: 600;color: rgba(255, 255, 255, 1);text-align: left;padding-left: 0px;padding-right: 0px;padding-bottom: 20px; } } .gp-component-id-DY8VnqRAhF { width: 100%; padding-left: 0.5rem; padding-right: 0.5rem; flex-grow: 0; flex-shrink: 0; flex-basis: auto; } @media (min-width: 768px) { .gp-component-id-DY8VnqRAhF { width: 50%; } } .gp-component-id-Xax8kE1mvL { display: flex; align-items: center; justify-content: center; flex-direction: column; height: 100%; width: 100%; } @media (min-width: 640px) { .gp-component-id-Xax8kE1mvL { display: flex; align-items: center; justify-content: center; flex-direction: column; } } @media (min-width: 768px) { .gp-component-id-Xax8kE1mvL { display: flex; align-items: center; justify-content: center; flex-direction: column; } } @media (min-width: 992px) { .gp-component-id-Xax8kE1mvL { display: flex; align-items: center; justify-content: center; flex-direction: column; } } @media (min-width: 1200px) { .gp-component-id-Xax8kE1mvL { display: flex; align-items: center; justify-content: center; flex-direction: column; } } .gp-component-id-N4QImTK_OP { width: 100%; padding-left: 0.5rem; padding-right: 0.5rem; flex-grow: 0; flex-shrink: 0; flex-basis: auto; } @media (min-width: 768px) { .gp-component-id-N4QImTK_OP { width: 50%; } } .gp-component-id-VwjuSQQ4o { margin-left: -0.5rem; margin-right: -0.5rem; flex-wrap: wrap; } @media (min-width: 768px) { .gp-component-id-VwjuSQQ4o { display: flex; } } @media (max-width: 639px) { .gp-component-id-lAFKcgFAG6[data-gp-component] { background-color: rgba(16, 42, 67, 1);padding-left: 8px;padding-right: 8px;width: 100%; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-lAFKcgFAG6[data-gp-component] { background-color: rgba(16, 42, 67, 1);padding-left: 8px;padding-right: 8px;width: 100%; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-lAFKcgFAG6[data-gp-component] { background-color: rgba(16, 42, 67, 1);padding-left: 8px;padding-right: 8px;width: 100%; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-lAFKcgFAG6[data-gp-component] { background-color: rgba(16, 42, 67, 1);padding-left: 8px;padding-right: 8px;width: 100%; } } @media (min-width: 1200px) { .gp-component-id-lAFKcgFAG6[data-gp-component] { background-color: rgba(16, 42, 67, 1);padding-left: 8px;padding-right: 8px;width: 100%; } } .gp-component-id-bJ71EEaWFa { width: 100%; } .gp-component-id-N2KKPFL4oe { width: 100%; padding-left: 0.5rem; padding-right: 0.5rem; } .gp-component-id-54pQh0zy6v { margin-left: -0.5rem; margin-right: -0.5rem; } .gp-component-id-FTvbYUc0IA { width: 100%; padding-left: 0.5rem; padding-right: 0.5rem; } .gp-component-id-yuHf_ljT3p { margin-left: auto; margin-right: auto; width: 100%; } @media (min-width: 640px) { .gp-component-id-yuHf_ljT3p { max-width: 640px; } } @media (min-width: 768px) { .gp-component-id-yuHf_ljT3p { max-width: 768px; } } @media (min-width: 992px) { .gp-component-id-yuHf_ljT3p { max-width: 992px; } } @media (min-width: 1200px) { .gp-component-id-yuHf_ljT3p { max-width: 1200px; } } @media (max-width: 639px) { .gp-component-id-fHX0f6jlO[data-gp-component] { z-index: auto !important;position: relative; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-fHX0f6jlO[data-gp-component] { z-index: auto !important;position: relative; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-fHX0f6jlO[data-gp-component] { z-index: auto !important;position: relative; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-fHX0f6jlO[data-gp-component] { z-index: auto !important;position: relative; } } @media (min-width: 1200px) { .gp-component-id-fHX0f6jlO[data-gp-component] { z-index: auto !important;position: relative; } } .gp-component-id-8kxGjOfaww { flex-wrap: wrap; margin-right: -1rem; margin-left: -1rem; display: flex; } .gp-component-id-PnRR1BbuxS { width: 100%; margin-right: auto; margin-left: auto; padding-top: 2rem; padding-bottom: 2rem; padding-left: 1rem; padding-right: 1rem; } @media (min-width: 640px) { .gp-component-id-PnRR1BbuxS { max-width: 640px; } } @media (min-width: 768px) { .gp-component-id-PnRR1BbuxS { max-width: 768px; } } @media (min-width: 992px) { .gp-component-id-PnRR1BbuxS { max-width: 992px; padding-top: 5.5rem; padding-bottom: 5.5rem; } } @media (min-width: 1200px) { .gp-component-id-PnRR1BbuxS { max-width: 1200px; } } @media (max-width: 639px) { .gp-component-id-wWH7XkTd3L[data-gp-component] { margin-top: 20px;width: 100%;height: 100%;flex-direction: column;justify-content: flex-end;align-items: flex-start;display: flex; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-wWH7XkTd3L[data-gp-component] { margin-top: 20px;width: 100%;height: 100%;flex-direction: column;justify-content: center;align-items: flex-start;display: flex; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-wWH7XkTd3L[data-gp-component] { width: 100%;height: 100%;flex-direction: column;justify-content: flex-end;align-items: flex-start;display: flex; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-wWH7XkTd3L[data-gp-component] { width: 100%;height: 100%;flex-direction: column;justify-content: flex-end;align-items: flex-start;display: flex; } } @media (min-width: 1200px) { .gp-component-id-wWH7XkTd3L[data-gp-component] { width: 100%;height: 100%;flex-direction: column;justify-content: flex-end;align-items: flex-start;display: flex; } } .gp-component-id-2iM0mDoMnc { width: 100%;padding-left: 8px;padding-right: 8px;flex-grow: 0;flex-shrink: 0;flex-basis: auto; } @media (max-width: 639px) { .gp-component-id-2iM0mDoMnc { padding-left: 8px;padding-right: 8px;width: 100%;flex-grow: 0;flex-shrink: 0;flex-basis: auto; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-2iM0mDoMnc { padding-left: 8px;padding-right: 8px;width: 100%;flex-grow: 0;flex-shrink: 0;flex-basis: auto; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-2iM0mDoMnc { padding-left: 8px;padding-right: 8px;width: 33.33%;flex-grow: 0;flex-shrink: 0;flex-basis: auto; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-2iM0mDoMnc { padding-left: 8px;padding-right: 8px;width: 33.33%;flex-grow: 0;flex-shrink: 0;flex-basis: auto; } } @media (min-width: 1200px) { .gp-component-id-2iM0mDoMnc { padding-left: 8px;padding-right: 8px;width: 33.33%;flex-grow: 0;flex-shrink: 0;flex-basis: auto; } } @media (max-width: 639px) { [data-gp-text] .gp-component-id-L0TewKaN0r { font-size: 18px !important; } } @media (max-width: 767px) and (min-width: 640px) { [data-gp-text] .gp-component-id-L0TewKaN0r { font-size: 18px !important; } } @media (max-width: 991px) and (min-width: 768px) { [data-gp-text] .gp-component-id-L0TewKaN0r { font-size: 18px !important; } } @media (max-width: 1199px) and (min-width: 992px) { [data-gp-text] .gp-component-id-L0TewKaN0r { font-size: 18px !important; } } @media (min-width: 1200px) { [data-gp-text] .gp-component-id-L0TewKaN0r { font-size: 18px !important; } } @media (max-width: 639px) { .gp-component-id-M9_Dys_cwb { font-size: 34px !important;font-weight: 700 !important;color: rgb(52, 73, 94);text-align: left;line-height: 1.25;font-family: "Work Sans" !important;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px;padding-bottom: 10px;overflow-wrap: break-word; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-M9_Dys_cwb { font-size: 38px !important;font-weight: 700 !important;color: rgb(52, 73, 94);text-align: left;line-height: 1.25;font-family: "Work Sans" !important;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px;padding-bottom: 10px;overflow-wrap: break-word; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-M9_Dys_cwb { font-size: 30px !important;font-weight: 700 !important;color: rgb(52, 73, 94);text-align: left;line-height: 1.25;font-family: "Work Sans" !important;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px;padding-bottom: 10px;overflow-wrap: break-word; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-M9_Dys_cwb { font-size: 38px !important;font-weight: 700 !important;color: rgb(52, 73, 94);text-align: left;line-height: 1.25;font-family: "Work Sans" !important;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px;padding-bottom: 10px;overflow-wrap: break-word; } } @media (min-width: 1200px) { .gp-component-id-M9_Dys_cwb { font-size: 38px !important;font-weight: 700 !important;color: rgb(52, 73, 94);text-align: left;line-height: 1.25;font-family: "Work Sans" !important;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px;padding-bottom: 10px;overflow-wrap: break-word; } } @media (max-width: 639px) { .gp-component-id-V01WbMMx3t[data-gp-component] { padding-bottom: 30px;width: 100%; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-V01WbMMx3t[data-gp-component] { width: 100%; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-V01WbMMx3t[data-gp-component] { width: 100%; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-V01WbMMx3t[data-gp-component] { width: 100%; } } @media (min-width: 1200px) { .gp-component-id-V01WbMMx3t[data-gp-component] { width: 87%; } } @media (max-width: 639px) { .gp-component-id-Efhg9MR7up[data-gp-component] { width: 100%;height: 100%;flex-direction: column;justify-content: center;display: flex; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-Efhg9MR7up[data-gp-component] { width: 100%;height: 100%;flex-direction: column;justify-content: center;display: flex; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-Efhg9MR7up[data-gp-component] { width: 100%;height: 100%;flex-direction: column;justify-content: center;display: flex; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-Efhg9MR7up[data-gp-component] { width: 100%;height: 100%;flex-direction: column;justify-content: center;display: flex; } } @media (min-width: 1200px) { .gp-component-id-Efhg9MR7up[data-gp-component] { width: 100%;height: 100%;flex-direction: column;justify-content: center;display: flex; } } .gp-component-id-kaVehWRKvW { width: 100%;padding-left: 8px;padding-right: 8px;flex-grow: 0;flex-shrink: 0;flex-basis: auto; } @media (max-width: 639px) { .gp-component-id-kaVehWRKvW { padding-left: 8px;padding-right: 8px;width: 100%;flex-grow: 0;flex-shrink: 0;flex-basis: auto; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-kaVehWRKvW { padding-left: 8px;padding-right: 8px;width: 100%;flex-grow: 0;flex-shrink: 0;flex-basis: auto; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-kaVehWRKvW { padding-left: 8px;padding-right: 8px;width: 66.6667%;flex-grow: 0;flex-shrink: 0;flex-basis: auto; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-kaVehWRKvW { padding-left: 8px;padding-right: 8px;width: 66.6667%;flex-grow: 0;flex-shrink: 0;flex-basis: auto; } } @media (min-width: 1200px) { .gp-component-id-kaVehWRKvW { padding-left: 8px;padding-right: 8px;width: 66.6667%;flex-grow: 0;flex-shrink: 0;flex-basis: auto; } } .gp-component-id-G5kQwvkekt { margin-left: -8px;margin-right: -8px;flex-wrap: wrap; } @media (max-width: 639px) { .gp-component-id-G5kQwvkekt { margin-left: -8px;margin-right: -8px;flex-wrap: wrap; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-G5kQwvkekt { margin-left: -8px;margin-right: -8px;flex-wrap: wrap; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-G5kQwvkekt { margin-left: -8px;margin-right: -8px;display: flex;flex-wrap: wrap; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-G5kQwvkekt { margin-left: -8px;margin-right: -8px;display: flex;flex-wrap: wrap; } } @media (min-width: 1200px) { .gp-component-id-G5kQwvkekt { margin-left: -8px;margin-right: -8px;display: flex;flex-wrap: wrap; } } @media (max-width: 639px) { .gp-component-id-dE4Y4IZHn5[data-gp-component] { padding-left: 0px;padding-right: 0px;width: 100%; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-dE4Y4IZHn5[data-gp-component] { padding-left: 0px;padding-right: 0px;width: 100%; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-dE4Y4IZHn5[data-gp-component] { padding-left: 0px;padding-right: 0px;width: 100%; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-dE4Y4IZHn5[data-gp-component] { padding-left: 0px;padding-right: 0px;width: 100%; } } @media (min-width: 1200px) { .gp-component-id-dE4Y4IZHn5[data-gp-component] { padding-left: 0px;padding-right: 0px;width: 100%; } } @media (max-width: 639px) { .gp-component-id-uFPW6jzJBx[data-gp-component] { margin-left: auto;margin-right: auto;padding-left: 40px;padding-right: 40px;width: 100%;z-index: 15;position: relative; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-uFPW6jzJBx[data-gp-component] { margin-left: auto;margin-right: auto;padding-left: 40px;padding-right: 40px;width: 100%;max-width: 640px;z-index: 15;position: relative; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-uFPW6jzJBx[data-gp-component] { margin-left: auto;margin-right: auto;padding-left: 40px;padding-right: 40px;width: 100%;max-width: 768px;z-index: 15;position: relative; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-uFPW6jzJBx[data-gp-component] { margin-left: auto;margin-right: auto;padding-left: 40px;padding-right: 40px;width: 100%;max-width: 992px;z-index: 15;position: relative; } } @media (min-width: 1200px) { .gp-component-id-uFPW6jzJBx[data-gp-component] { margin-left: auto;margin-right: auto;padding-left: 40px;padding-right: 40px;width: 100%;max-width: 1200px;z-index: 15;position: relative; } }
