 /* ========================= CULT OF HUMANITY — GLOBAL CSS Palette + Type: #ff0707 / #151515 / #000 / #fff Headings: Oswald | Body: Roboto ========================= */
/* ---- Font imports (if GroovePages doesn't already load them) ---- */
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@500;700&family=Roboto:wght@400;600&display=swap');
:root{ --red:#ff0707; --bg:#151515; --black:#000000; --white:#ffffff; --mutedText: rgba(255,255,255,.78); --softText: rgba(255,255,255,.62); --radius: 0.5rem; --shadow-red: 10px 10px 0 rgba(255,7,7,.9); --shadow-deep: 0 18px 50px rgba(0,0,0,.55); --border: 2px solid var(--red); --transition: 180ms cubic-bezier(.2,.8,.2,1);
}
/* ---- Base ---- */
html, body{ background: var(--bg); color: var(--white); font-family: Roboto, system-ui, -apple-system, Segoe UI, Arial, sans-serif; letter-spacing: .2px;
}
a{ color: var(--white); }
a:hover{ color: var(--red); transition: var(--transition); }
h1, h2, h3, h4, h5{ font-family: Oswald, Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif; letter-spacing: 1px; text-transform: uppercase; margin: 0 0 .5rem 0;
}
p{ color: var(--mutedText); line-height: 1.6; }
/* ---- Section defaults ---- */
section{ position: relative;
}
/* Subtle grit overlay you can apply to sections by adding class "coh-grit" */
.coh-grit::before{ content:""; position:absolute; inset:0; pointer-events:none; opacity:.10; mix-blend-mode: overlay; background-image: radial-gradient(circle at 20% 30%, rgba(255,255,255,.12) 0 1px, transparent 2px), radial-gradient(circle at 70% 60%, rgba(255,255,255,.10) 0 1px, transparent 2px), radial-gradient(circle at 40% 80%, rgba(255,255,255,.08) 0 1px, transparent 2px); background-size: 120px 120px;
}
/* ---- Hero background helper ---- If your hero has a background image of a crowd/stage, add class "coh-hero" to that section.
*/
.coh-hero{ background-color: #0b0b0b; background-size: cover; background-position: center; isolation: isolate;
}
.coh-hero::after{ content:""; position:absolute; inset:0; background: linear-gradient(180deg, rgba(0,0,0,.65) 0%, rgba(0,0,0,.25) 35%, rgba(0,0,0,.85) 100%), radial-gradient(circle at 50% 20%, rgba(255,7,7,.18) 0%, transparent 55%); z-index: -1;
}
/* ---- Buttons / CTAs ---- */
button, .btn, .g-btn, a.groove-button, a.button, .groove-button{ font-family: Oswald, sans-serif; text-transform: uppercase; letter-spacing: 1px; border-radius: var(--radius); transition: var(--transition);
}
.coh-btn-primary, .groove-button.primary, a.groove-button.primary{ background: var(--red); color: var(--black); border: 2px solid var(--red); box-shadow: 0 0 0 rgba(0,0,0,0);
}
.coh-btn-primary:hover, .groove-button.primary:hover, a.groove-button.primary:hover{ transform: translateY(-2px) skewX(-6deg); box-shadow: var(--shadow-deep);
}
.coh-btn-ghost{ background: transparent; color: var(--white); border: var(--border);
}
.coh-btn-ghost:hover{ background: var(--red); color: var(--black); transform: translateY(-2px) skewX(-6deg);
}
/* ---- “Stamped manifesto” block ---- */
.coh-stamp{ background: #0f0f0f; border: var(--border); border-radius: var(--radius); box-shadow: var(--shadow-red); padding: 24px; position: relative;
}
.coh-stamp::after{ content:"MANIFESTO"; position:absolute; top: 14px; right: 14px; font-family: Oswald, sans-serif; letter-spacing: 2px; font-weight: 700; font-size: 12px; padding: 6px 10px; border: 2px solid var(--red); color: var(--red); transform: rotate(-8deg); opacity: .9;
}
/* ---- “Hollow” headline style ---- */
.coh-hollow{ -webkit-text-stroke: 2px var(--white); color: transparent; text-shadow: none;
}
/* ---- Red-backed block word (for layered street-poster look) ---- */
.coh-redblock{ display: inline-block; background: var(--red); color: var(--black); padding: .08em .35em; border-radius: .25rem; transform: skewX(-10deg);
}
/* ---- Badges (SOLD OUT / GET TICKETS) ---- */
.coh-badge{ display:inline-flex; align-items:center; gap:.4rem; padding:.35rem .6rem; font-family: Oswald, sans-serif; text-transform: uppercase; letter-spacing: 1px; font-size: 12px; border-radius: .35rem; border: 2px solid var(--red); transform: skewX(-10deg); transition: var(--transition);
}
.coh-badge.soldout{ background: transparent; color: var(--red);
}
.coh-badge.tickets{ background: var(--red); color: var(--black);
}
.coh-badge:hover{ transform: translateY(-1px) skewX(-16deg);
}
/* ---- Tour/date row hover “tilt + turns red” ---- Apply class "coh-row" to the row wrapper.
*/
.coh-row{ border-bottom: 1px solid rgba(255,255,255,.08); padding: 14px 10px; transition: var(--transition); transform-origin: left center;
}
.coh-row:hover{ background: rgba(255,7,7,.12); transform: rotate(-0.6deg) translateY(-1px);
}
.coh-row:hover *{ color: var(--white);
}
/* ---- Inputs (email capture etc.) ---- */
input, textarea, select{ background: rgba(0,0,0,.55); border: 1px solid rgba(255,255,255,.15); color: var(--white); border-radius: var(--radius); padding: 12px 12px; outline: none; transition: var(--transition);
}
input:focus, textarea:focus, select:focus{ border-color: var(--red); box-shadow: 0 0 0 3px rgba(255,7,7,.18);
}
/* ---- Footer links ---- */
.coh-footer a{ color: rgba(255,255,255,.8);
}
.coh-footer a:hover{ color: var(--red);
}
.coh-nav{ position: sticky; top: 0; z-index: 999; background: rgba(0,0,0,.72); backdrop-filter: blur(8px); border-bottom: 1px solid rgba(255,255,255,.08);
}
.coh-nav a{ font-family: Oswald, sans-serif; text-transform: uppercase; letter-spacing: 1px; color: rgba(255,255,255,.85);
}
.coh-nav a:hover{ color: var(--red); } *{} {} #IE-warning { display: none; position: fixed; width: 100%; height: 100%; z-index: 9999; background: white; } .IE-warning-message { position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); text-align: center; } @media (max-width: 639px) { .gp-component-id-O4WJEaZzv.gp-component > [data-section-overlay] { background-color: rgb(255, 7, 7); } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-O4WJEaZzv.gp-component > [data-section-overlay] { background-color: rgb(255, 7, 7); } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-O4WJEaZzv.gp-component > [data-section-overlay] { background-color: rgb(255, 7, 7); } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-O4WJEaZzv.gp-component > [data-section-overlay] { background-color: rgb(255, 7, 7); } } @media (min-width: 1200px) { .gp-component-id-O4WJEaZzv.gp-component > [data-section-overlay] { background-color: rgb(255, 7, 7); } } @media (max-width: 639px) { .gp-component-id-YMOZGytwDz[data-gp-component] { color: rgba(187, 179, 179, 1);text-align: left;background-color: rgba(255, 255, 255, 1);margin-bottom: 12px;padding-left: 12px;padding-right: 12px;padding-top: 8px;padding-bottom: 8px;width: 100%;display: flex;flex-wrap: wrap; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-YMOZGytwDz[data-gp-component] { color: rgba(187, 179, 179, 1);text-align: left;background-color: rgba(255, 255, 255, 1);margin-bottom: 12px;padding-left: 12px;padding-right: 12px;padding-top: 8px;padding-bottom: 8px;width: 100%;display: flex;flex-wrap: wrap; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-YMOZGytwDz[data-gp-component] { color: rgba(187, 179, 179, 1);text-align: left;background-color: rgba(255, 255, 255, 1);margin-bottom: 12px;padding-left: 20px;padding-right: 20px;padding-top: 16px;padding-bottom: 16px;width: 66.6667%;display: flex;flex-wrap: wrap; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-YMOZGytwDz[data-gp-component] { color: rgba(187, 179, 179, 1);text-align: left;background-color: rgba(255, 255, 255, 1);margin-bottom: 12px;padding-left: 20px;padding-right: 20px;padding-top: 16px;padding-bottom: 16px;width: 66.6667%;display: flex;flex-wrap: wrap; } } @media (min-width: 1200px) { .gp-component-id-YMOZGytwDz[data-gp-component] { color: rgba(187, 179, 179, 1);text-align: left;background-color: rgba(255, 255, 255, 1);margin-bottom: 12px;padding-left: 20px;padding-right: 20px;padding-top: 16px;padding-bottom: 16px;width: 66.6667%;display: flex;flex-wrap: wrap; } } @media (max-width: 639px) { .gp-component-id-cYxPDFL9e.gp-component > [data-section-overlay] { background-color: rgba(11, 11, 11, 0.18); } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-cYxPDFL9e.gp-component > [data-section-overlay] { background-color: rgba(11, 11, 11, 0.18); } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-cYxPDFL9e.gp-component > [data-section-overlay] { background-color: rgba(11, 11, 11, 0.18); } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-cYxPDFL9e.gp-component > [data-section-overlay] { background-color: rgba(11, 11, 11, 0.18); } } @media (min-width: 1200px) { .gp-component-id-cYxPDFL9e.gp-component > [data-section-overlay] { background-color: rgba(11, 11, 11, 0.18); } } @media (max-width: 639px) { [data-gp-text] .gp-component-id-SGpfQVvM2 { font-size: 14px !important;font-weight: 400;text-align: center; } [data-gp-text] .gp-component-id-SGpfQVvM2:hover,[data-gp-text] .gp-component-id-SGpfQVvM2.gp-hover { font-weight: 600;color: rgb(255, 7, 7); } } @media (max-width: 767px) and (min-width: 640px) { [data-gp-text] .gp-component-id-SGpfQVvM2 { font-size: 14px !important;font-weight: 600 !important; } [data-gp-text] .gp-component-id-SGpfQVvM2:hover,[data-gp-text] .gp-component-id-SGpfQVvM2.gp-hover { font-weight: 600;color: rgb(255, 7, 7); } } @media (max-width: 991px) and (min-width: 768px) { [data-gp-text] .gp-component-id-SGpfQVvM2 { font-size: 14px !important;font-weight: 600 !important; } [data-gp-text] .gp-component-id-SGpfQVvM2:hover,[data-gp-text] .gp-component-id-SGpfQVvM2.gp-hover { font-weight: 600;color: rgb(255, 7, 7); } } @media (max-width: 1199px) and (min-width: 992px) { [data-gp-text] .gp-component-id-SGpfQVvM2 { font-size: 14px !important;font-weight: 600 !important; } [data-gp-text] .gp-component-id-SGpfQVvM2:hover,[data-gp-text] .gp-component-id-SGpfQVvM2.gp-hover { font-weight: 600;color: rgb(255, 7, 7); } } @media (min-width: 1200px) { [data-gp-text] .gp-component-id-SGpfQVvM2 { font-size: 14px !important;font-weight: 600 !important; } [data-gp-text] .gp-component-id-SGpfQVvM2:hover,[data-gp-text] .gp-component-id-SGpfQVvM2.gp-hover { font-weight: 600;color: rgb(255, 7, 7); } } @media (max-width: 639px) { .gp-component-id-O4WJEaZzv[data-gp-component] { padding-left: 16px;padding-right: 16px;padding-top: 20px;padding-bottom: 20px;position: relative;z-index: 10; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-O4WJEaZzv[data-gp-component] { padding-left: 16px;padding-right: 16px;padding-top: 48px;padding-bottom: 48px;position: relative;z-index: 10; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-O4WJEaZzv[data-gp-component] { padding-left: 16px;padding-right: 16px;padding-top: 48px;padding-bottom: 48px;position: relative;z-index: 10; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-O4WJEaZzv[data-gp-component] { padding-left: 16px;padding-right: 16px;padding-top: 48px;padding-bottom: 48px;position: relative;z-index: 10; } } @media (min-width: 1200px) { .gp-component-id-O4WJEaZzv[data-gp-component] { padding-left: 16px;padding-right: 16px;padding-top: 48px;padding-bottom: 48px;position: relative;z-index: 10; } } @media (max-width: 639px) { .gp-component-id-ai5w0I6Ve[data-gp-component] { color: inherit;background-color: transparent;margin-bottom: 10px;display: block;text-decoration-color: initial;text-decoration-style: solid;text-decoration-thickness: inherit;text-decoration-line: none;cursor: pointer; } .gp-component-id-ai5w0I6Ve[data-gp-component]:hover,.gp-component-id-ai5w0I6Ve[data-gp-component].gp-hover { color: rgb(11, 11, 11); } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-ai5w0I6Ve[data-gp-component] { color: inherit;background-color: transparent;display: block;text-decoration-color: initial;text-decoration-style: solid;text-decoration-thickness: inherit;text-decoration-line: none;cursor: pointer; } .gp-component-id-ai5w0I6Ve[data-gp-component]:hover,.gp-component-id-ai5w0I6Ve[data-gp-component].gp-hover { color: rgb(11, 11, 11); } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-ai5w0I6Ve[data-gp-component] { color: inherit;background-color: transparent;display: block;text-decoration-color: initial;text-decoration-style: solid;text-decoration-thickness: inherit;text-decoration-line: none;cursor: pointer; } .gp-component-id-ai5w0I6Ve[data-gp-component]:hover,.gp-component-id-ai5w0I6Ve[data-gp-component].gp-hover { color: rgb(11, 11, 11); } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-ai5w0I6Ve[data-gp-component] { color: inherit;background-color: transparent;display: block;text-decoration-color: initial;text-decoration-style: solid;text-decoration-thickness: inherit;text-decoration-line: none;cursor: pointer; } .gp-component-id-ai5w0I6Ve[data-gp-component]:hover,.gp-component-id-ai5w0I6Ve[data-gp-component].gp-hover { color: rgb(11, 11, 11); } } @media (min-width: 1200px) { .gp-component-id-ai5w0I6Ve[data-gp-component] { color: inherit;background-color: transparent;display: block;text-decoration-color: initial;text-decoration-style: solid;text-decoration-thickness: inherit;text-decoration-line: none;cursor: pointer; } .gp-component-id-ai5w0I6Ve[data-gp-component]:hover,.gp-component-id-ai5w0I6Ve[data-gp-component].gp-hover { color: rgb(11, 11, 11); } } @media (max-width: 639px) { .gp-component-id-Gs4QyDrjR[data-gp-component] { color: inherit;background-color: transparent;margin-bottom: 10px;display: block;text-decoration-color: initial;text-decoration-style: solid;text-decoration-thickness: inherit;text-decoration-line: none;cursor: pointer; } .gp-component-id-Gs4QyDrjR[data-gp-component]:hover,.gp-component-id-Gs4QyDrjR[data-gp-component].gp-hover { color: rgb(11, 11, 11);text-align: center; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-Gs4QyDrjR[data-gp-component] { color: inherit;background-color: transparent;display: block;text-decoration-color: initial;text-decoration-style: solid;text-decoration-thickness: inherit;text-decoration-line: none;cursor: pointer; } .gp-component-id-Gs4QyDrjR[data-gp-component]:hover,.gp-component-id-Gs4QyDrjR[data-gp-component].gp-hover { color: rgb(11, 11, 11);text-align: center; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-Gs4QyDrjR[data-gp-component] { color: inherit;background-color: transparent;display: block;text-decoration-color: initial;text-decoration-style: solid;text-decoration-thickness: inherit;text-decoration-line: none;cursor: pointer; } .gp-component-id-Gs4QyDrjR[data-gp-component]:hover,.gp-component-id-Gs4QyDrjR[data-gp-component].gp-hover { color: rgb(11, 11, 11);text-align: center; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-Gs4QyDrjR[data-gp-component] { color: inherit;background-color: transparent;display: block;text-decoration-color: initial;text-decoration-style: solid;text-decoration-thickness: inherit;text-decoration-line: none;cursor: pointer; } .gp-component-id-Gs4QyDrjR[data-gp-component]:hover,.gp-component-id-Gs4QyDrjR[data-gp-component].gp-hover { color: rgb(11, 11, 11);text-align: center; } } @media (min-width: 1200px) { .gp-component-id-Gs4QyDrjR[data-gp-component] { color: inherit;background-color: transparent;display: block;text-decoration-color: initial;text-decoration-style: solid;text-decoration-thickness: inherit;text-decoration-line: none;cursor: pointer; } .gp-component-id-Gs4QyDrjR[data-gp-component]:hover,.gp-component-id-Gs4QyDrjR[data-gp-component].gp-hover { color: rgb(11, 11, 11);text-align: center; } } @media (max-width: 639px) { .gp-component-id-NwjJ0ArBS[data-gp-component] { color: inherit;background-color: transparent;margin-bottom: 10px;display: block;text-decoration-color: initial;text-decoration-style: solid;text-decoration-thickness: inherit;text-decoration-line: none;cursor: pointer; } .gp-component-id-NwjJ0ArBS[data-gp-component]:hover,.gp-component-id-NwjJ0ArBS[data-gp-component].gp-hover { color: rgb(11, 11, 11); } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-NwjJ0ArBS[data-gp-component] { color: inherit;background-color: transparent;display: block;text-decoration-color: initial;text-decoration-style: solid;text-decoration-thickness: inherit;text-decoration-line: none;cursor: pointer; } .gp-component-id-NwjJ0ArBS[data-gp-component]:hover,.gp-component-id-NwjJ0ArBS[data-gp-component].gp-hover { color: rgb(11, 11, 11); } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-NwjJ0ArBS[data-gp-component] { color: inherit;background-color: transparent;display: block;text-decoration-color: initial;text-decoration-style: solid;text-decoration-thickness: inherit;text-decoration-line: none;cursor: pointer; } .gp-component-id-NwjJ0ArBS[data-gp-component]:hover,.gp-component-id-NwjJ0ArBS[data-gp-component].gp-hover { color: rgb(11, 11, 11); } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-NwjJ0ArBS[data-gp-component] { color: inherit;background-color: transparent;display: block;text-decoration-color: initial;text-decoration-style: solid;text-decoration-thickness: inherit;text-decoration-line: none;cursor: pointer; } .gp-component-id-NwjJ0ArBS[data-gp-component]:hover,.gp-component-id-NwjJ0ArBS[data-gp-component].gp-hover { color: rgb(11, 11, 11); } } @media (min-width: 1200px) { .gp-component-id-NwjJ0ArBS[data-gp-component] { color: inherit;background-color: transparent;display: block;text-decoration-color: initial;text-decoration-style: solid;text-decoration-thickness: inherit;text-decoration-line: none;cursor: pointer; } .gp-component-id-NwjJ0ArBS[data-gp-component]:hover,.gp-component-id-NwjJ0ArBS[data-gp-component].gp-hover { color: rgb(11, 11, 11); } } @media (max-width: 639px) { .gp-component-id-r3yQpiruC[data-gp-component] { color: inherit;background-color: transparent;margin-bottom: 10px;display: block;text-decoration-color: initial;text-decoration-style: solid;text-decoration-thickness: inherit;text-decoration-line: none;cursor: pointer; } .gp-component-id-r3yQpiruC[data-gp-component]:hover,.gp-component-id-r3yQpiruC[data-gp-component].gp-hover { color: rgb(11, 11, 11); } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-r3yQpiruC[data-gp-component] { color: inherit;background-color: transparent;display: block;text-decoration-color: initial;text-decoration-style: solid;text-decoration-thickness: inherit;text-decoration-line: none;cursor: pointer; } .gp-component-id-r3yQpiruC[data-gp-component]:hover,.gp-component-id-r3yQpiruC[data-gp-component].gp-hover { color: rgb(11, 11, 11); } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-r3yQpiruC[data-gp-component] { color: inherit;background-color: transparent;display: block;text-decoration-color: initial;text-decoration-style: solid;text-decoration-thickness: inherit;text-decoration-line: none;cursor: pointer; } .gp-component-id-r3yQpiruC[data-gp-component]:hover,.gp-component-id-r3yQpiruC[data-gp-component].gp-hover { color: rgb(11, 11, 11); } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-r3yQpiruC[data-gp-component] { color: inherit;background-color: transparent;display: block;text-decoration-color: initial;text-decoration-style: solid;text-decoration-thickness: inherit;text-decoration-line: none;cursor: pointer; } .gp-component-id-r3yQpiruC[data-gp-component]:hover,.gp-component-id-r3yQpiruC[data-gp-component].gp-hover { color: rgb(11, 11, 11); } } @media (min-width: 1200px) { .gp-component-id-r3yQpiruC[data-gp-component] { color: inherit;background-color: transparent;display: block;text-decoration-color: initial;text-decoration-style: solid;text-decoration-thickness: inherit;text-decoration-line: none;cursor: pointer; } .gp-component-id-r3yQpiruC[data-gp-component]:hover,.gp-component-id-r3yQpiruC[data-gp-component].gp-hover { color: rgb(11, 11, 11); } } @media (max-width: 639px) { .gp-component-id-WRkUHoX0eH[data-gp-component] { margin-left: auto;margin-right: auto;width: 100%;flex-direction: column;justify-content: center;align-items: center;display: flex; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-WRkUHoX0eH[data-gp-component] { margin-left: auto;margin-right: auto;width: 100%;max-width: 640px;flex-direction: column;justify-content: center;align-items: flex-start;display: flex; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-WRkUHoX0eH[data-gp-component] { margin-left: auto;margin-right: auto;width: 100%;max-width: 768px;flex-direction: column;justify-content: center;align-items: flex-start;display: flex; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-WRkUHoX0eH[data-gp-component] { margin-left: auto;margin-right: auto;width: 100%;max-width: 992px;flex-direction: column;justify-content: center;align-items: flex-start;display: flex; } } @media (min-width: 1200px) { .gp-component-id-WRkUHoX0eH[data-gp-component] { margin-left: auto;margin-right: auto;width: 100%;max-width: 1200px;flex-direction: column;justify-content: center;align-items: flex-start;display: flex; } } @media (max-width: 639px) { .gp-component-id-rD3On_h9I0[data-gp-component] { padding-top: 33px;padding-bottom: 66px;z-index: auto;position: relative;min-height: 50px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-rD3On_h9I0[data-gp-component] { padding-top: 99px;padding-bottom: 99px;z-index: auto;position: relative;min-height: 50px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-rD3On_h9I0[data-gp-component] { padding-top: 99px;padding-bottom: 99px;z-index: auto;position: relative;min-height: 50px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-rD3On_h9I0[data-gp-component] { padding-top: 99px;padding-bottom: 99px;z-index: auto;position: relative;min-height: 50px; } } @media (min-width: 1200px) { .gp-component-id-rD3On_h9I0[data-gp-component] { padding-top: 99px;padding-bottom: 99px;z-index: auto;position: relative;min-height: 50px; } } @media (max-width: 639px) { .gp-component-id-rkY0sohIrg[data-gp-component] { width: 100%;height: 100%;flex-direction: column;justify-content: center;align-items: center;display: flex; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-rkY0sohIrg[data-gp-component] { width: 100%;height: 100%; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-rkY0sohIrg[data-gp-component] { width: 100%;height: 100%; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-rkY0sohIrg[data-gp-component] { width: 100%;height: 100%; } } @media (min-width: 1200px) { .gp-component-id-rkY0sohIrg[data-gp-component] { width: 100%;height: 100%; } } @media (max-width: 639px) { .gp-component-id-sDemiv_4qll[data-gp-component] { line-height: 1;background-color: rgba(11, 11, 11, 1); } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-sDemiv_4qll[data-gp-component] { line-height: 1;display: inline-block; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-sDemiv_4qll[data-gp-component] { line-height: 1;display: inline-block; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-sDemiv_4qll[data-gp-component] { line-height: 1;display: inline-block; } } @media (min-width: 1200px) { .gp-component-id-sDemiv_4qll[data-gp-component] { line-height: 1;display: inline-block; } } @media (max-width: 639px) { .gp-component-id-MsedsRlNT[data-gp-component] { color: rgb(0, 0, 0);padding-top: 48px;padding-bottom: 32px;z-index: auto !important;position: relative;--gp-bg-front-color: rgba(0, 0, 0, 1);--gp-bg-front-alpha-color: rgba(0, 0, 0, 0.333);--gp-bg-back-color: rgba(255, 255, 255, 1);--gp-bg-spacing: 6px;--gp-bg-opacity: 0.34; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-MsedsRlNT[data-gp-component] { color: rgb(0, 0, 0);padding-top: 48px;padding-bottom: 32px;z-index: auto !important;position: relative;--gp-bg-front-color: rgba(0, 0, 0, 1);--gp-bg-front-alpha-color: rgba(0, 0, 0, 0.333);--gp-bg-back-color: rgba(255, 255, 255, 1);--gp-bg-spacing: 6px;--gp-bg-opacity: 0.34; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-MsedsRlNT[data-gp-component] { color: rgb(0, 0, 0);padding-top: 48px;padding-bottom: 32px;z-index: auto !important;position: relative;--gp-bg-front-color: rgba(0, 0, 0, 1);--gp-bg-front-alpha-color: rgba(0, 0, 0, 0.333);--gp-bg-back-color: rgba(255, 255, 255, 1);--gp-bg-spacing: 6px;--gp-bg-opacity: 0.34; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-MsedsRlNT[data-gp-component] { color: rgb(0, 0, 0);padding-top: 56px;padding-bottom: 56px;z-index: auto !important;position: relative;--gp-bg-front-color: rgba(0, 0, 0, 1);--gp-bg-front-alpha-color: rgba(0, 0, 0, 0.333);--gp-bg-back-color: rgba(255, 255, 255, 1);--gp-bg-spacing: 6px;--gp-bg-opacity: 0.34; } } @media (min-width: 1200px) { .gp-component-id-MsedsRlNT[data-gp-component] { color: rgb(0, 0, 0);padding-top: 56px;padding-bottom: 56px;z-index: auto !important;position: relative;--gp-bg-front-color: rgba(0, 0, 0, 1);--gp-bg-front-alpha-color: rgba(0, 0, 0, 0.333);--gp-bg-back-color: rgba(255, 255, 255, 1);--gp-bg-spacing: 6px;--gp-bg-opacity: 0.34; } } .gp-component-id-MsedsRlNT.gp-component > [data-section-overlay] { position: absolute;bottom: 0px;top: 0px;left: 0px;right: 0px;background-color: rgb(234, 240, 243); } @media (max-width: 639px) { .gp-component-id-MsedsRlNT.gp-component > [data-section-overlay] { background-color: rgba(255, 255, 255, 0.93);position: absolute;bottom: 0px;top: 0px;left: 0px;right: 0px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-MsedsRlNT.gp-component > [data-section-overlay] { background-color: rgba(255, 255, 255, 0.93);position: absolute;bottom: 0px;top: 0px;left: 0px;right: 0px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-MsedsRlNT.gp-component > [data-section-overlay] { background-color: rgba(255, 255, 255, 0.93);position: absolute;bottom: 0px;top: 0px;left: 0px;right: 0px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-MsedsRlNT.gp-component > [data-section-overlay] { background-color: rgba(255, 255, 255, 0.93);position: absolute;bottom: 0px;top: 0px;left: 0px;right: 0px; } } @media (min-width: 1200px) { .gp-component-id-MsedsRlNT.gp-component > [data-section-overlay] { background-color: rgba(255, 255, 255, 0.93);position: absolute;bottom: 0px;top: 0px;left: 0px;right: 0px; } } @media (max-width: 639px) { .gp-component-id-4V20sYRts[data-gp-component] { font-size: 20px !important;color: rgb(0, 0, 0);text-align: center;margin-top: 0px;margin-bottom: 0px;padding-top: 27px;padding-bottom: 27px;position: relative;z-index: 10;--gp-bg-front-color: rgba(0, 0, 0, 1);--gp-bg-back-color: rgba(255, 255, 255, 1);--gp-bg-spacing: 8px;--gp-bg-opacity: 0.79;--gp-bg-front-alpha-color: rgba(0, 0, 0, 0.333); } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-4V20sYRts[data-gp-component] { font-size: 20px !important;color: rgb(0, 0, 0);text-align: center;margin-top: 0px;margin-bottom: 0px;padding-top: 27px;padding-bottom: 27px;position: relative;z-index: 10;--gp-bg-front-color: rgba(0, 0, 0, 1);--gp-bg-back-color: rgba(255, 255, 255, 1);--gp-bg-spacing: 8px;--gp-bg-opacity: 0.79;--gp-bg-front-alpha-color: rgba(0, 0, 0, 0.333); } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-4V20sYRts[data-gp-component] { font-size: 20px !important;color: rgb(0, 0, 0);text-align: center;margin-top: 0px;margin-bottom: 0px;padding-top: 27px;padding-bottom: 27px;position: relative;z-index: 10;--gp-bg-front-color: rgba(0, 0, 0, 1);--gp-bg-back-color: rgba(255, 255, 255, 1);--gp-bg-spacing: 8px;--gp-bg-opacity: 0.79;--gp-bg-front-alpha-color: rgba(0, 0, 0, 0.333); } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-4V20sYRts[data-gp-component] { font-size: 20px !important;color: rgb(0, 0, 0);text-align: center;margin-top: 0px;margin-bottom: 0px;padding-top: 27px;padding-bottom: 27px;position: relative;z-index: 10;--gp-bg-front-color: rgba(0, 0, 0, 1);--gp-bg-back-color: rgba(255, 255, 255, 1);--gp-bg-spacing: 8px;--gp-bg-opacity: 0.79;--gp-bg-front-alpha-color: rgba(0, 0, 0, 0.333); } } @media (min-width: 1200px) { .gp-component-id-4V20sYRts[data-gp-component] { font-size: 20px !important;color: rgb(0, 0, 0);text-align: center;margin-top: 0px;margin-bottom: 0px;padding-top: 27px;padding-bottom: 27px;position: relative;z-index: 10;--gp-bg-front-color: rgba(0, 0, 0, 1);--gp-bg-back-color: rgba(255, 255, 255, 1);--gp-bg-spacing: 8px;--gp-bg-opacity: 0.79;--gp-bg-front-alpha-color: rgba(0, 0, 0, 0.333); } } @media (max-width: 639px) { .gp-component-id-4V20sYRts.gp-component > [data-section-overlay] { background-color: rgba(255, 255, 255, 0.97); } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-4V20sYRts.gp-component > [data-section-overlay] { background-color: rgba(255, 255, 255, 0.97); } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-4V20sYRts.gp-component > [data-section-overlay] { background-color: rgba(255, 255, 255, 0.97); } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-4V20sYRts.gp-component > [data-section-overlay] { background-color: rgba(255, 255, 255, 0.97); } } @media (min-width: 1200px) { .gp-component-id-4V20sYRts.gp-component > [data-section-overlay] { background-color: rgba(255, 255, 255, 0.97); } } @media (max-width: 639px) { .gp-component-id-0nAgU9OOFZ[data-gp-component] { font-size: 20px !important;font-weight: 600 !important;color: inherit;text-align: center;margin-right: 12px;margin-top: 33px;margin-bottom: 8px;padding-left: 32px;padding-right: 32px;padding-top: 12px;padding-bottom: 12px;display: inline-flex;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-0nAgU9OOFZ[data-gp-component] { font-size: 20px !important;font-weight: 600 !important;color: inherit;text-align: center;margin-right: 12px;margin-top: 33px;margin-bottom: 8px;padding-left: 32px;padding-right: 32px;padding-top: 12px;padding-bottom: 12px;display: inline-flex;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-0nAgU9OOFZ[data-gp-component] { font-size: 20px !important;font-weight: 600 !important;color: inherit;text-align: center;margin-right: 12px;margin-top: 33px;margin-bottom: 8px;padding-left: 48px;padding-right: 48px;padding-top: 12px;padding-bottom: 12px;display: inline-flex;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-0nAgU9OOFZ[data-gp-component] { font-size: 20px !important;font-weight: 600 !important;color: inherit;text-align: center;margin-right: 12px;margin-top: 33px;margin-bottom: 8px;padding-left: 48px;padding-right: 48px;padding-top: 12px;padding-bottom: 12px;display: inline-flex;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-0nAgU9OOFZ[data-gp-component] { font-size: 20px !important;font-weight: 600 !important;color: inherit;text-align: center;margin-right: 12px;margin-top: 33px;margin-bottom: 8px;padding-left: 48px;padding-right: 48px;padding-top: 12px;padding-bottom: 12px;display: inline-flex;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-HK0YmWSuSM { font-size: 68px !important;font-weight: 700 !important;color: rgba(255, 7, 7, 1);text-align: center;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px;max-width: 960px; } } @media (max-width: 767px) and (min-width: 640px) { [data-gp-text] .gp-component-id-HK0YmWSuSM { font-size: 68px !important;font-weight: 700 !important;color: rgba(255, 7, 7, 1);text-align: center;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px;max-width: 960px; } } @media (max-width: 991px) and (min-width: 768px) { [data-gp-text] .gp-component-id-HK0YmWSuSM { font-size: 68px !important;font-weight: 700 !important;color: rgba(255, 7, 7, 1);text-align: center;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px;max-width: 960px; } } @media (max-width: 1199px) and (min-width: 992px) { [data-gp-text] .gp-component-id-HK0YmWSuSM { font-size: 68px !important;font-weight: 700 !important;color: rgba(255, 7, 7, 1);text-align: center;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px;max-width: 960px; } } @media (min-width: 1200px) { [data-gp-text] .gp-component-id-HK0YmWSuSM { font-size: 68px !important;font-weight: 700 !important;color: rgba(255, 7, 7, 1);text-align: center;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px;max-width: 960px; } } @media (max-width: 639px) { .gp-component-id-txTff9H2oD[data-gp-component] { margin-left: auto;margin-right: auto;width: 100%;flex-direction: column;justify-content: center;align-items: center;display: flex;position: relative;z-index: 15; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-txTff9H2oD[data-gp-component] { margin-left: auto;margin-right: auto;width: 100%;max-width: 640px;flex-direction: column;justify-content: center;align-items: center;display: flex;position: relative;z-index: 15; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-txTff9H2oD[data-gp-component] { margin-left: auto;margin-right: auto;width: 100%;max-width: 768px;flex-direction: column;justify-content: center;align-items: center;display: flex;position: relative;z-index: 15; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-txTff9H2oD[data-gp-component] { margin-left: auto;margin-right: auto;width: 100%;max-width: 992px;flex-direction: column;justify-content: center;align-items: center;display: flex;position: relative;z-index: 15; } } @media (min-width: 1200px) { .gp-component-id-txTff9H2oD[data-gp-component] { margin-left: auto;margin-right: auto;width: 100%;max-width: 1200px;flex-direction: column;justify-content: center;align-items: center;display: flex;position: relative;z-index: 15; } } @media (max-width: 639px) { .gp-component-id-lz0aH807b0[data-gp-component] { width: 100%;flex-direction: column;justify-content: center;align-items: center;display: flex; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-lz0aH807b0[data-gp-component] { width: 100%;flex-direction: column;justify-content: center;align-items: center;display: flex; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-lz0aH807b0[data-gp-component] { width: 100%;flex-direction: column;justify-content: center;align-items: center;display: flex; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-lz0aH807b0[data-gp-component] { width: 100%;flex-direction: column;justify-content: center;align-items: center;display: flex; } } @media (min-width: 1200px) { .gp-component-id-lz0aH807b0[data-gp-component] { width: 100%;flex-direction: column;justify-content: center;align-items: center;display: flex; } } @media (max-width: 639px) { .gp-component-id-b6z06UnxeD { font-size: 18px !important;font-weight: 300 !important;color: rgb(187, 179, 179);text-align: center;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-b6z06UnxeD { font-size: 18px !important;font-weight: 300 !important;color: rgb(187, 179, 179);text-align: center;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-b6z06UnxeD { font-size: 18px !important;font-weight: 300 !important;color: rgb(187, 179, 179);text-align: center;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-b6z06UnxeD { font-size: 18px !important;font-weight: 300 !important;color: rgb(187, 179, 179);text-align: center;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px; } } @media (min-width: 1200px) { .gp-component-id-b6z06UnxeD { font-size: 18px !important;font-weight: 300 !important;color: rgb(187, 179, 179);text-align: center;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px; } } @media (max-width: 639px) { [data-gp-text] .gp-component-id-60rV2xDs0a { font-size: 18px !important;font-weight: 300 !important;color: rgb(187, 179, 179);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-60rV2xDs0a { font-size: 18px !important;font-weight: 300 !important;color: rgb(187, 179, 179);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-60rV2xDs0a { font-size: 18px !important;font-weight: 300 !important;color: rgb(187, 179, 179);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-60rV2xDs0a { font-size: 18px !important;font-weight: 300 !important;color: rgb(187, 179, 179);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-60rV2xDs0a { font-size: 18px !important;font-weight: 300 !important;color: rgb(187, 179, 179);text-align: center;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px; } } @media (max-width: 639px) { .gp-component-id-g2IVDdTI5 { font-size: 68px !important;font-weight: 700 !important;text-align: center;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px;max-width: 960px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-g2IVDdTI5 { font-size: 68px !important;font-weight: 700 !important;text-align: center;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px;max-width: 960px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-g2IVDdTI5 { font-size: 68px !important;font-weight: 700 !important;text-align: center;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px;max-width: 960px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-g2IVDdTI5 { font-size: 68px !important;font-weight: 700 !important;text-align: center;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px;max-width: 960px; } } @media (min-width: 1200px) { .gp-component-id-g2IVDdTI5 { font-size: 68px !important;font-weight: 700 !important;text-align: center;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px;max-width: 960px; } } @media (max-width: 639px) { .gp-component-id-Q64RYq118d[data-gp-component] { padding-top: 72px;padding-bottom: 72px;z-index: auto;position: relative;min-height: 50px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-Q64RYq118d[data-gp-component] { padding-top: 72px;padding-bottom: 72px;z-index: auto;position: relative;min-height: 50px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-Q64RYq118d[data-gp-component] { padding-top: 72px;padding-bottom: 72px;z-index: auto;position: relative;min-height: 50px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-Q64RYq118d[data-gp-component] { padding-top: 72px;padding-bottom: 72px;z-index: auto;position: relative;min-height: 50px; } } @media (min-width: 1200px) { .gp-component-id-Q64RYq118d[data-gp-component] { padding-top: 72px;padding-bottom: 72px;z-index: auto;position: relative;min-height: 50px; } } @media (max-width: 639px) { .gp-component-id-jbN6bL7bg0[data-gp-component] { margin-top: 0px;margin-bottom: 0px;padding-top: 88px;padding-bottom: 88px;min-height: 50px;position: relative;z-index: auto; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-jbN6bL7bg0[data-gp-component] { margin-top: 0px;margin-bottom: 0px;padding-top: 88px;padding-bottom: 88px;min-height: 50px;position: relative;z-index: auto; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-jbN6bL7bg0[data-gp-component] { margin-top: 0px;margin-bottom: 0px;padding-top: 88px;padding-bottom: 88px;min-height: 50px;position: relative;z-index: auto; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-jbN6bL7bg0[data-gp-component] { margin-top: 0px;margin-bottom: 0px;padding-top: 88px;padding-bottom: 88px;min-height: 50px;position: relative;z-index: auto; } } @media (min-width: 1200px) { .gp-component-id-jbN6bL7bg0[data-gp-component] { margin-top: 0px;margin-bottom: 0px;padding-top: 88px;padding-bottom: 88px;min-height: 50px;position: relative;z-index: auto; } } .gp-component-id-kiE8ltd7XL { font-size: inherit;font-weight: inherit;margin-top: 0px;margin-right: 0px;margin-bottom: 0px;margin-left: 0px; } @media (max-width: 639px) { .gp-component-id-kiE8ltd7XL { font-size: inherit;font-weight: 600;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px; } .gp-component-id-kiE8ltd7XL:hover,.gp-component-id-kiE8ltd7XL.gp-hover { font-weight: 600;color: rgb(255, 7, 7); } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-kiE8ltd7XL { font-size: inherit;font-weight: 600;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px; } .gp-component-id-kiE8ltd7XL:hover,.gp-component-id-kiE8ltd7XL.gp-hover { font-weight: 600;color: rgb(255, 7, 7); } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-kiE8ltd7XL { font-size: inherit;font-weight: 600;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px; } .gp-component-id-kiE8ltd7XL:hover,.gp-component-id-kiE8ltd7XL.gp-hover { font-weight: 600;color: rgb(255, 7, 7); } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-kiE8ltd7XL { font-size: inherit;font-weight: 600;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px; } .gp-component-id-kiE8ltd7XL:hover,.gp-component-id-kiE8ltd7XL.gp-hover { font-weight: 600;color: rgb(255, 7, 7); } } @media (min-width: 1200px) { .gp-component-id-kiE8ltd7XL { font-size: inherit;font-weight: 600;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px; } .gp-component-id-kiE8ltd7XL:hover,.gp-component-id-kiE8ltd7XL.gp-hover { font-weight: 600;color: rgb(255, 7, 7); } } @media (max-width: 639px) { .gp-component-id-uxNAhl_IP[data-gp-component] { padding-left: 16px;padding-right: 16px;padding-top: 20px;padding-bottom: 20px;position: relative;z-index: 10; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-uxNAhl_IP[data-gp-component] { padding-left: 16px;padding-right: 16px;padding-top: 20px;padding-bottom: 20px;position: relative;z-index: 10; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-uxNAhl_IP[data-gp-component] { padding-left: 16px;padding-right: 16px;padding-top: 28px;padding-bottom: 28px;position: relative;z-index: 10; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-uxNAhl_IP[data-gp-component] { padding-left: 16px;padding-right: 16px;padding-top: 28px;padding-bottom: 28px;position: relative;z-index: 10; } } @media (min-width: 1200px) { .gp-component-id-uxNAhl_IP[data-gp-component] { padding-left: 16px;padding-right: 16px;padding-top: 28px;padding-bottom: 28px;position: relative;z-index: 10; } } @media (max-width: 639px) { .gp-component-id-Dulgv_XO_O[data-gp-component] { font-size: 20px !important;font-weight: 600 !important;color: inherit;text-align: center;margin-right: 12px;margin-top: 33px;margin-bottom: 8px;padding-left: 32px;padding-right: 32px;padding-top: 12px;padding-bottom: 12px;display: inline-flex;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-Dulgv_XO_O[data-gp-component] { font-size: 20px !important;font-weight: 600 !important;color: inherit;text-align: center;margin-right: 12px;margin-top: 33px;margin-bottom: 8px;padding-left: 32px;padding-right: 32px;padding-top: 12px;padding-bottom: 12px;display: inline-flex;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-Dulgv_XO_O[data-gp-component] { font-size: 20px !important;font-weight: 600 !important;color: inherit;text-align: center;margin-right: 12px;margin-top: 33px;margin-bottom: 8px;padding-left: 48px;padding-right: 48px;padding-top: 12px;padding-bottom: 12px;display: inline-flex;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-Dulgv_XO_O[data-gp-component] { font-size: 20px !important;font-weight: 600 !important;color: inherit;text-align: center;margin-right: 12px;margin-top: 33px;margin-bottom: 8px;padding-left: 48px;padding-right: 48px;padding-top: 12px;padding-bottom: 12px;display: inline-flex;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-Dulgv_XO_O[data-gp-component] { font-size: 20px !important;font-weight: 600 !important;color: inherit;text-align: center;margin-right: 12px;margin-top: 33px;margin-bottom: 8px;padding-left: 48px;padding-right: 48px;padding-top: 12px;padding-bottom: 12px;display: inline-flex;text-decoration-color: initial;text-decoration-style: solid;text-decoration-thickness: inherit;text-decoration-line: none;cursor: pointer; } } @media (max-width: 639px) { [data-gp-text] .gp-component-id-e348ECOwQO { font-size: 18px !important;font-weight: 300 !important;color: rgb(187, 179, 179);text-align: left;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-e348ECOwQO { font-size: 18px !important;font-weight: 300 !important;color: rgb(187, 179, 179);text-align: left;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-e348ECOwQO { font-size: 18px !important;font-weight: 300 !important;color: rgb(187, 179, 179);text-align: left;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-e348ECOwQO { font-size: 18px !important;font-weight: 300 !important;color: rgb(187, 179, 179);text-align: left;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px; } } @media (min-width: 1200px) { [data-gp-text] .gp-component-id-e348ECOwQO { font-size: 18px !important;font-weight: 300 !important;color: rgb(187, 179, 179);text-align: left;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px; } } @media (max-width: 639px) { .gp-component-id-VdLzh_tbeO { font-size: 18px !important;color: rgb(187, 179, 179);text-align: center;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 24px;max-width: 960px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-VdLzh_tbeO { font-size: 18px !important;color: rgb(187, 179, 179);text-align: center;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 24px;max-width: 960px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-VdLzh_tbeO { font-size: 18px !important;color: rgb(187, 179, 179);text-align: center;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 24px;max-width: 960px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-VdLzh_tbeO { font-size: 18px !important;color: rgb(187, 179, 179);text-align: center;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 48px;max-width: 960px; } } @media (min-width: 1200px) { .gp-component-id-VdLzh_tbeO { font-size: 18px !important;color: rgb(187, 179, 179);text-align: center;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 48px;max-width: 960px; } } @media (max-width: 639px) { .gp-component-id-hQuBy2YV0[data-gp-component] { padding-left: 8px;padding-right: 8px;padding-top: 22px;width: 100%; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-hQuBy2YV0[data-gp-component] { padding-left: 8px;padding-right: 8px;padding-top: 22px;width: 100%; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-hQuBy2YV0[data-gp-component] { padding-left: 8px;padding-right: 8px;padding-top: 22px;width: 100%; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-hQuBy2YV0[data-gp-component] { padding-left: 8px;padding-right: 8px;padding-top: 22px;width: 100%; } } @media (min-width: 1200px) { .gp-component-id-hQuBy2YV0[data-gp-component] { padding-left: 8px;padding-right: 8px;padding-top: 22px;width: 100%; } } .gp-component-id-LEeVGTLvK { flex-wrap: wrap;margin-right: -8px;margin-left: -8px; } @media (max-width: 639px) { .gp-component-id-LEeVGTLvK { flex-wrap: wrap;margin-right: -8px;margin-left: -8px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-LEeVGTLvK { flex-wrap: wrap;margin-right: -8px;margin-left: -8px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-LEeVGTLvK { flex-wrap: wrap;margin-right: -8px;margin-left: -8px;display: flex; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-LEeVGTLvK { flex-wrap: wrap;margin-right: -8px;margin-left: -8px;display: flex; } } @media (min-width: 1200px) { .gp-component-id-LEeVGTLvK { flex-wrap: wrap;margin-right: -8px;margin-left: -8px;display: flex; } } .gp-component-id-y9McWKG8wA { flex-basis: auto;flex-shrink: 0;flex-grow: 0;padding-right: 8px;width: 100%;padding-left: 8px; } @media (max-width: 639px) { .gp-component-id-y9McWKG8wA { 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-y9McWKG8wA { 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-y9McWKG8wA { 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-y9McWKG8wA { flex-basis: auto;flex-shrink: 0;flex-grow: 0;padding-right: 8px;width: 25%;padding-left: 8px; } } @media (min-width: 1200px) { .gp-component-id-y9McWKG8wA { flex-basis: auto;flex-shrink: 0;flex-grow: 0;padding-right: 8px;width: 25%;padding-left: 8px; } } .gp-component-id-B290ChWEj0 { height: 100%;width: 100%; } @media (max-width: 639px) { .gp-component-id-B290ChWEj0 { height: 100%;width: 100%; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-B290ChWEj0 { height: 100%;width: 100%; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-B290ChWEj0 { height: 100%;width: 100%; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-B290ChWEj0 { height: 100%;width: 100%; } } @media (min-width: 1200px) { .gp-component-id-B290ChWEj0 { height: 100%;width: 100%; } } .gp-component-id-j92yUCJ0rH { flex-basis: auto;flex-shrink: 0;flex-grow: 0;padding-right: 8px;width: 100%;padding-left: 8px; } @media (max-width: 639px) { .gp-component-id-j92yUCJ0rH { 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-j92yUCJ0rH { 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-j92yUCJ0rH { 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-j92yUCJ0rH { flex-basis: auto;flex-shrink: 0;flex-grow: 0;padding-right: 8px;width: 25%;padding-left: 8px; } } @media (min-width: 1200px) { .gp-component-id-j92yUCJ0rH { flex-basis: auto;flex-shrink: 0;flex-grow: 0;padding-right: 8px;width: 25%;padding-left: 8px; } } .gp-component-id-8DshachM3n { height: 100%;width: 100%; } @media (max-width: 639px) { .gp-component-id-8DshachM3n { height: 100%;width: 100%; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-8DshachM3n { height: 100%;width: 100%; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-8DshachM3n { height: 100%;width: 100%; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-8DshachM3n { height: 100%;width: 100%; } } @media (min-width: 1200px) { .gp-component-id-8DshachM3n { height: 100%;width: 100%; } } .gp-component-id-Wc9J5ruzi3 { flex-basis: auto;flex-shrink: 0;flex-grow: 0;padding-right: 8px;width: 100%;padding-left: 8px; } @media (max-width: 639px) { .gp-component-id-Wc9J5ruzi3 { 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-Wc9J5ruzi3 { 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-Wc9J5ruzi3 { 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-Wc9J5ruzi3 { flex-basis: auto;flex-shrink: 0;flex-grow: 0;padding-right: 8px;width: 25%;padding-left: 8px; } } @media (min-width: 1200px) { .gp-component-id-Wc9J5ruzi3 { flex-basis: auto;flex-shrink: 0;flex-grow: 0;padding-right: 8px;width: 25%;padding-left: 8px; } } .gp-component-id-_3P1lFPIQJ { height: 100%;width: 100%; } @media (max-width: 639px) { .gp-component-id-_3P1lFPIQJ { height: 100%;width: 100%; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-_3P1lFPIQJ { height: 100%;width: 100%; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-_3P1lFPIQJ { height: 100%;width: 100%; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-_3P1lFPIQJ { height: 100%;width: 100%; } } @media (min-width: 1200px) { .gp-component-id-_3P1lFPIQJ { height: 100%;width: 100%; } } .gp-component-id-MbBcitLqlg { flex-basis: auto;flex-shrink: 0;flex-grow: 0;padding-right: 8px;width: 100%;padding-left: 8px; } @media (max-width: 639px) { .gp-component-id-MbBcitLqlg { 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-MbBcitLqlg { 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-MbBcitLqlg { 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-MbBcitLqlg { flex-basis: auto;flex-shrink: 0;flex-grow: 0;padding-right: 8px;width: 25%;padding-left: 8px; } } @media (min-width: 1200px) { .gp-component-id-MbBcitLqlg { flex-basis: auto;flex-shrink: 0;flex-grow: 0;padding-right: 8px;width: 25%;padding-left: 8px; } } .gp-component-id-iH8oj6cDCK { height: 100%;width: 100%; } @media (max-width: 639px) { .gp-component-id-iH8oj6cDCK { height: 100%;width: 100%; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-iH8oj6cDCK { height: 100%;width: 100%; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-iH8oj6cDCK { height: 100%;width: 100%; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-iH8oj6cDCK { height: 100%;width: 100%; } } @media (min-width: 1200px) { .gp-component-id-iH8oj6cDCK { height: 100%;width: 100%; } } @media (max-width: 639px) { .gp-component-id-kvYhhlkx52i[data-gp-component] { margin-left: auto;margin-right: auto;padding-left: 16px;padding-right: 16px;padding-top: 40px;padding-bottom: 40px;width: 100%;flex-direction: column;justify-content: flex-start;align-items: center;display: flex;flex-grow: 1; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-kvYhhlkx52i[data-gp-component] { margin-left: auto;margin-right: auto;padding-left: 16px;padding-right: 16px;padding-top: 40px;padding-bottom: 40px;width: 100%;max-width: 640px;flex-direction: column;justify-content: flex-start;display: flex;flex-grow: 1; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-kvYhhlkx52i[data-gp-component] { margin-left: auto;margin-right: auto;padding-left: 16px;padding-right: 16px;padding-top: 40px;padding-bottom: 40px;width: 100%;max-width: 768px;flex-direction: column;justify-content: flex-start;display: flex;flex-grow: 1; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-kvYhhlkx52i[data-gp-component] { margin-left: auto;margin-right: auto;padding-left: 16px;padding-right: 16px;padding-top: 40px;padding-bottom: 40px;width: 100%;max-width: 992px;flex-direction: column;justify-content: flex-start;display: flex;flex-grow: 1; } } @media (min-width: 1200px) { .gp-component-id-kvYhhlkx52i[data-gp-component] { margin-left: auto;margin-right: auto;padding-left: 16px;padding-right: 16px;padding-top: 40px;padding-bottom: 40px;width: 100%;max-width: 1200px;flex-direction: column;justify-content: flex-start;display: flex;flex-grow: 1; } } @media (max-width: 639px) { .gp-component-id-BvB9NB6W9T[data-gp-component] { font-size: 20px;font-weight: 600;color: rgba(255, 7, 7, 1);text-align: center;line-height: 1.15;border-top-left-radius: 0px;border-top-right-radius: 0px;border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;background-color: rgb(11, 11, 11);background-size: initial;background-repeat: initial;background-attachment: initial;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 12px;padding-left: 28px;padding-right: 28px;padding-top: 12px;padding-bottom: 12px;display: table-row;overflow-y: visible;overflow-x: visible;text-transform: none;appearance: button;background-clip: initial;background-origin: initial;background-position-y: initial;background-position-x: initial;cursor: pointer; } .gp-component-id-BvB9NB6W9T[data-gp-component]:hover,.gp-component-id-BvB9NB6W9T[data-gp-component].gp-hover { color: rgb(11, 11, 11);border-left-width: 2px;border-right-width: 2px;border-top-width: 2px;border-bottom-width: 2px;border-left-color: rgb(11, 11, 11);border-right-color: rgb(11, 11, 11);border-top-color: rgb(11, 11, 11);border-bottom-color: rgb(11, 11, 11);background-color: rgb(255, 255, 255); } .gp-component-id-BvB9NB6W9T[data-gp-component]:focus,.gp-component-id-BvB9NB6W9T[data-gp-component].gp-focus { outline-width: 5px;outline-style: auto;outline-color: -webkit-focus-ring-color; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-BvB9NB6W9T[data-gp-component] { font-size: 20px;font-weight: 600;color: rgba(255, 7, 7, 1);text-align: center;line-height: 1.15;border-top-left-radius: 0px;border-top-right-radius: 0px;border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;background-color: rgb(11, 11, 11);background-size: initial;background-repeat: initial;background-attachment: initial;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 12px;padding-left: 28px;padding-right: 28px;padding-top: 12px;padding-bottom: 12px;display: table-row;overflow-y: visible;overflow-x: visible;text-transform: none;appearance: button;background-clip: initial;background-origin: initial;background-position-y: initial;background-position-x: initial;cursor: pointer; } .gp-component-id-BvB9NB6W9T[data-gp-component]:hover,.gp-component-id-BvB9NB6W9T[data-gp-component].gp-hover { color: rgb(11, 11, 11);border-left-width: 2px;border-right-width: 2px;border-top-width: 2px;border-bottom-width: 2px;border-left-color: rgb(11, 11, 11);border-right-color: rgb(11, 11, 11);border-top-color: rgb(11, 11, 11);border-bottom-color: rgb(11, 11, 11);background-color: rgb(255, 255, 255); } .gp-component-id-BvB9NB6W9T[data-gp-component]:focus,.gp-component-id-BvB9NB6W9T[data-gp-component].gp-focus { outline-width: 5px;outline-style: auto;outline-color: -webkit-focus-ring-color; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-BvB9NB6W9T[data-gp-component] { font-size: 20px;font-weight: 600;color: rgba(255, 7, 7, 1);text-align: center;line-height: 1.15;border-top-left-radius: 0px;border-top-right-radius: 0px;border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;background-color: rgb(11, 11, 11);background-size: initial;background-repeat: initial;background-attachment: initial;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 12px;padding-left: 28px;padding-right: 28px;padding-top: 12px;padding-bottom: 12px;display: table-row;overflow-y: visible;overflow-x: visible;text-transform: none;appearance: button;background-clip: initial;background-origin: initial;background-position-y: initial;background-position-x: initial;cursor: pointer; } .gp-component-id-BvB9NB6W9T[data-gp-component]:hover,.gp-component-id-BvB9NB6W9T[data-gp-component].gp-hover { color: rgb(11, 11, 11);border-left-width: 2px;border-right-width: 2px;border-top-width: 2px;border-bottom-width: 2px;border-left-color: rgb(11, 11, 11);border-right-color: rgb(11, 11, 11);border-top-color: rgb(11, 11, 11);border-bottom-color: rgb(11, 11, 11);background-color: rgb(255, 255, 255); } .gp-component-id-BvB9NB6W9T[data-gp-component]:focus,.gp-component-id-BvB9NB6W9T[data-gp-component].gp-focus { outline-width: 5px;outline-style: auto;outline-color: -webkit-focus-ring-color; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-BvB9NB6W9T[data-gp-component] { font-size: 24px;font-weight: 600;color: rgba(255, 7, 7, 1);text-align: center;line-height: 1.15;border-top-left-radius: 0px;border-top-right-radius: 0px;border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;background-color: rgb(11, 11, 11);background-size: initial;background-repeat: initial;background-attachment: initial;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 12px;padding-left: 28px;padding-right: 28px;padding-top: 12px;padding-bottom: 12px;display: table-row;overflow-y: visible;overflow-x: visible;text-transform: none;appearance: button;background-clip: initial;background-origin: initial;background-position-y: initial;background-position-x: initial;cursor: pointer; } .gp-component-id-BvB9NB6W9T[data-gp-component]:hover,.gp-component-id-BvB9NB6W9T[data-gp-component].gp-hover { color: rgb(11, 11, 11);border-left-width: 2px;border-right-width: 2px;border-top-width: 2px;border-bottom-width: 2px;border-left-color: rgb(11, 11, 11);border-right-color: rgb(11, 11, 11);border-top-color: rgb(11, 11, 11);border-bottom-color: rgb(11, 11, 11);background-color: rgb(255, 255, 255); } .gp-component-id-BvB9NB6W9T[data-gp-component]:focus,.gp-component-id-BvB9NB6W9T[data-gp-component].gp-focus { outline-width: 5px;outline-style: auto;outline-color: -webkit-focus-ring-color; } } @media (min-width: 1200px) { .gp-component-id-BvB9NB6W9T[data-gp-component] { font-size: 24px;font-weight: 600;color: rgba(255, 7, 7, 1);text-align: center;line-height: 1.15;border-top-left-radius: 0px;border-top-right-radius: 0px;border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;background-color: rgb(11, 11, 11);background-size: initial;background-repeat: initial;background-attachment: initial;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 12px;padding-left: 28px;padding-right: 28px;padding-top: 12px;padding-bottom: 12px;display: table-row;overflow-y: visible;overflow-x: visible;text-transform: none;appearance: button;background-clip: initial;background-origin: initial;background-position-y: initial;background-position-x: initial;cursor: pointer; } .gp-component-id-BvB9NB6W9T[data-gp-component]:hover,.gp-component-id-BvB9NB6W9T[data-gp-component].gp-hover { color: rgb(11, 11, 11);border-left-width: 2px;border-right-width: 2px;border-top-width: 2px;border-bottom-width: 2px;border-left-color: rgb(11, 11, 11);border-right-color: rgb(11, 11, 11);border-top-color: rgb(11, 11, 11);border-bottom-color: rgb(11, 11, 11);background-color: rgb(255, 255, 255); } .gp-component-id-BvB9NB6W9T[data-gp-component]:focus,.gp-component-id-BvB9NB6W9T[data-gp-component].gp-focus { outline-width: 5px;outline-style: auto;outline-color: -webkit-focus-ring-color; } } @media (max-width: 639px) { .gp-component-id-zJBnkltnc[data-gp-component] { flex-direction: row;display: flex; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-zJBnkltnc[data-gp-component] { flex-direction: row;display: flex; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-zJBnkltnc[data-gp-component] { flex-direction: row;display: flex; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-zJBnkltnc[data-gp-component] { flex-direction: row;display: flex; } } @media (min-width: 1200px) { .gp-component-id-zJBnkltnc[data-gp-component] { flex-direction: row;display: flex; } } @media (max-width: 639px) { .gp-component-id-SR2Jyd7w9U[data-gp-component] { margin-top: 0px;width: 100%;flex-direction: row;justify-content: center;align-items: flex-start;display: table-row; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-SR2Jyd7w9U[data-gp-component] { margin-top: 0px;width: 100%;flex-direction: row;justify-content: center;align-items: flex-start;display: table-row; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-SR2Jyd7w9U[data-gp-component] { margin-top: 0px;width: 100%;flex-direction: row;justify-content: center;align-items: flex-start;display: table-row; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-SR2Jyd7w9U[data-gp-component] { margin-top: 0px;padding-left: 88px;padding-right: 88px;width: 100%;flex-direction: row;justify-content: center;align-items: flex-start;display: table-row; } } @media (min-width: 1200px) { .gp-component-id-SR2Jyd7w9U[data-gp-component] { margin-top: 0px;padding-left: 88px;padding-right: 88px;width: 100%;flex-direction: row;justify-content: center;align-items: flex-start;display: table-row; } }
[data-gp-component].gp-component-id-Ub6jJGE0mV { } @media (max-width: 639px) { .gp-component-id-r7summ9SsU { font-size: 18px !important;color: rgb(187, 179, 179);text-align: center;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 24px;max-width: 960px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-r7summ9SsU { font-size: 18px !important;color: rgb(187, 179, 179);text-align: center;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 24px;max-width: 960px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-r7summ9SsU { font-size: 18px !important;color: rgb(187, 179, 179);text-align: left;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 24px;max-width: 960px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-r7summ9SsU { font-size: 18px !important;color: rgb(187, 179, 179);text-align: left;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 48px;max-width: 960px; } } @media (min-width: 1200px) { .gp-component-id-r7summ9SsU { font-size: 18px !important;color: rgb(187, 179, 179);text-align: left;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 48px;max-width: 960px; } } @media (max-width: 639px) { [data-gp-text] .gp-component-id-gD9Mq7P2uZ { font-size: 68px !important;text-align: center;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 8px; } } @media (max-width: 767px) and (min-width: 640px) { [data-gp-text] .gp-component-id-gD9Mq7P2uZ { font-size: 68px !important;text-align: center;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 8px; } } @media (max-width: 991px) and (min-width: 768px) { [data-gp-text] .gp-component-id-gD9Mq7P2uZ { font-size: 68px !important;text-align: center;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 8px; } } @media (max-width: 1199px) and (min-width: 992px) { [data-gp-text] .gp-component-id-gD9Mq7P2uZ { font-size: 68px !important;text-align: center;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 8px; } } @media (min-width: 1200px) { [data-gp-text] .gp-component-id-gD9Mq7P2uZ { font-size: 68px !important;text-align: center;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 8px; } } @media (max-width: 639px) { .gp-component-id-2Y1hHDo0e[data-gp-component] { background-color: rgb(255, 255, 255);box-shadow: rgba(0, 0, 0, 0.21) 0px 2px 10px 3px;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 16px;padding-left: 0px;padding-right: 0px;padding-top: 16px;padding-bottom: 16px;width: 85.71%;height: auto;flex-direction: column;justify-content: center;display: flex;list-style-type: inherit;list-style-position: inside; } .gp-component-id-2Y1hHDo0e[data-gp-component]:hover,.gp-component-id-2Y1hHDo0e[data-gp-component].gp-hover { background-color: rgba(11, 11, 11, 1); } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-2Y1hHDo0e[data-gp-component] { background-color: rgb(255, 255, 255);box-shadow: rgba(0, 0, 0, 0.21) 0px 2px 10px 3px;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 16px;padding-left: 0px;padding-right: 0px;padding-top: 16px;padding-bottom: 16px;width: 85.71%;height: auto;flex-direction: column;justify-content: center;display: flex;list-style-type: inherit;list-style-position: inside; } .gp-component-id-2Y1hHDo0e[data-gp-component]:hover,.gp-component-id-2Y1hHDo0e[data-gp-component].gp-hover { background-color: rgba(11, 11, 11, 1); } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-2Y1hHDo0e[data-gp-component] { background-color: rgb(255, 255, 255);box-shadow: rgba(0, 0, 0, 0.21) 0px 2px 10px 3px;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 16px;padding-left: 0px;padding-right: 0px;padding-top: 16px;padding-bottom: 16px;width: 85.71%;height: auto;flex-direction: column;justify-content: center;display: flex;list-style-type: inherit;list-style-position: inside; } .gp-component-id-2Y1hHDo0e[data-gp-component]:hover,.gp-component-id-2Y1hHDo0e[data-gp-component].gp-hover { background-color: rgba(11, 11, 11, 1); } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-2Y1hHDo0e[data-gp-component] { background-color: rgb(255, 255, 255);box-shadow: rgba(0, 0, 0, 0.21) 0px 2px 10px 3px;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 16px;padding-left: 0px;padding-right: 0px;padding-top: 16px;padding-bottom: 16px;width: 100%;height: auto;flex-direction: column;justify-content: center;align-items: center;display: flex;list-style-type: inherit;list-style-position: inside; } .gp-component-id-2Y1hHDo0e[data-gp-component]:hover,.gp-component-id-2Y1hHDo0e[data-gp-component].gp-hover { background-color: rgba(11, 11, 11, 1); } } @media (min-width: 1200px) { .gp-component-id-2Y1hHDo0e[data-gp-component] { background-color: rgb(255, 255, 255);box-shadow: rgba(0, 0, 0, 0.21) 0px 2px 10px 3px;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 16px;padding-left: 0px;padding-right: 0px;padding-top: 16px;padding-bottom: 16px;width: 100%;height: auto;flex-direction: column;justify-content: center;align-items: center;display: flex;list-style-type: inherit;list-style-position: inside; } .gp-component-id-2Y1hHDo0e[data-gp-component]:hover,.gp-component-id-2Y1hHDo0e[data-gp-component].gp-hover { background-color: rgba(11, 11, 11, 1); } } @media (max-width: 639px) { .gp-component-id-5dnoDxOWHh[data-gp-component] { background-color: rgb(255, 255, 255);box-shadow: rgba(0, 0, 0, 0.21) 0px 2px 10px 3px;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 16px;padding-left: 0px;padding-right: 0px;padding-top: 16px;padding-bottom: 16px;width: 85.71%;height: auto;flex-direction: column;justify-content: center;display: flex;list-style-position: inside;list-style-type: inherit; } .gp-component-id-5dnoDxOWHh[data-gp-component]:hover,.gp-component-id-5dnoDxOWHh[data-gp-component].gp-hover { background-color: rgba(11, 11, 11, 1); } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-5dnoDxOWHh[data-gp-component] { background-color: rgb(255, 255, 255);box-shadow: rgba(0, 0, 0, 0.21) 0px 2px 10px 3px;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 16px;padding-left: 0px;padding-right: 0px;padding-top: 16px;padding-bottom: 16px;width: 85.71%;height: auto;flex-direction: column;justify-content: center;display: flex;list-style-position: inside;list-style-type: inherit; } .gp-component-id-5dnoDxOWHh[data-gp-component]:hover,.gp-component-id-5dnoDxOWHh[data-gp-component].gp-hover { background-color: rgba(11, 11, 11, 1); } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-5dnoDxOWHh[data-gp-component] { background-color: rgb(255, 255, 255);box-shadow: rgba(0, 0, 0, 0.21) 0px 2px 10px 3px;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 16px;padding-left: 0px;padding-right: 0px;padding-top: 16px;padding-bottom: 16px;width: 85.71%;height: auto;flex-direction: column;justify-content: center;display: flex;list-style-position: inside;list-style-type: inherit; } .gp-component-id-5dnoDxOWHh[data-gp-component]:hover,.gp-component-id-5dnoDxOWHh[data-gp-component].gp-hover { background-color: rgba(11, 11, 11, 1); } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-5dnoDxOWHh[data-gp-component] { background-color: rgb(255, 255, 255);box-shadow: rgba(0, 0, 0, 0.21) 0px 2px 10px 3px;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 16px;padding-left: 0px;padding-right: 0px;padding-top: 16px;padding-bottom: 16px;width: 100%;height: auto;flex-direction: column;justify-content: center;align-items: center;display: flex;list-style-position: inside;list-style-type: inherit; } .gp-component-id-5dnoDxOWHh[data-gp-component]:hover,.gp-component-id-5dnoDxOWHh[data-gp-component].gp-hover { background-color: rgba(11, 11, 11, 1); } } @media (min-width: 1200px) { .gp-component-id-5dnoDxOWHh[data-gp-component] { background-color: rgb(255, 255, 255);box-shadow: rgba(0, 0, 0, 0.21) 0px 2px 10px 3px;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 16px;padding-left: 0px;padding-right: 0px;padding-top: 16px;padding-bottom: 16px;width: 100%;height: auto;flex-direction: column;justify-content: center;align-items: center;display: flex;list-style-position: inside;list-style-type: inherit; } .gp-component-id-5dnoDxOWHh[data-gp-component]:hover,.gp-component-id-5dnoDxOWHh[data-gp-component].gp-hover { background-color: rgba(11, 11, 11, 1); } } @media (max-width: 639px) { .gp-component-id-NXpQAEkVV[data-gp-component] { background-color: rgb(255, 255, 255);box-shadow: rgba(0, 0, 0, 0.21) 0px 2px 10px 3px;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 16px;padding-left: 0px;padding-right: 0px;padding-top: 16px;padding-bottom: 16px;width: 85.71%;height: auto;flex-direction: column;justify-content: center;display: flex;list-style-type: inherit;list-style-position: inside; } .gp-component-id-NXpQAEkVV[data-gp-component]:hover,.gp-component-id-NXpQAEkVV[data-gp-component].gp-hover { background-color: rgba(11, 11, 11, 1); } .gp-component-id-NXpQAEkVV[data-gp-component]:active,.gp-component-id-NXpQAEkVV[data-gp-component].gp-active { color: rgb(11, 11, 11); } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-NXpQAEkVV[data-gp-component] { background-color: rgb(255, 255, 255);box-shadow: rgba(0, 0, 0, 0.21) 0px 2px 10px 3px;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 16px;padding-left: 0px;padding-right: 0px;padding-top: 16px;padding-bottom: 16px;width: 85.71%;height: auto;flex-direction: column;justify-content: center;display: flex;list-style-type: inherit;list-style-position: inside; } .gp-component-id-NXpQAEkVV[data-gp-component]:hover,.gp-component-id-NXpQAEkVV[data-gp-component].gp-hover { background-color: rgba(11, 11, 11, 1); } .gp-component-id-NXpQAEkVV[data-gp-component]:active,.gp-component-id-NXpQAEkVV[data-gp-component].gp-active { color: rgb(11, 11, 11); } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-NXpQAEkVV[data-gp-component] { background-color: rgb(255, 255, 255);box-shadow: rgba(0, 0, 0, 0.21) 0px 2px 10px 3px;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 16px;padding-left: 0px;padding-right: 0px;padding-top: 16px;padding-bottom: 16px;width: 85.71%;height: auto;flex-direction: column;justify-content: center;display: flex;list-style-type: inherit;list-style-position: inside; } .gp-component-id-NXpQAEkVV[data-gp-component]:hover,.gp-component-id-NXpQAEkVV[data-gp-component].gp-hover { background-color: rgba(11, 11, 11, 1); } .gp-component-id-NXpQAEkVV[data-gp-component]:active,.gp-component-id-NXpQAEkVV[data-gp-component].gp-active { color: rgb(11, 11, 11); } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-NXpQAEkVV[data-gp-component] { background-color: rgb(255, 255, 255);box-shadow: rgba(0, 0, 0, 0.21) 0px 2px 10px 3px;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 16px;padding-left: 0px;padding-right: 0px;padding-top: 16px;padding-bottom: 16px;width: 100%;height: auto;flex-direction: column;justify-content: center;align-items: center;display: flex;list-style-type: inherit;list-style-position: inside; } .gp-component-id-NXpQAEkVV[data-gp-component]:hover,.gp-component-id-NXpQAEkVV[data-gp-component].gp-hover { background-color: rgba(11, 11, 11, 1); } .gp-component-id-NXpQAEkVV[data-gp-component]:active,.gp-component-id-NXpQAEkVV[data-gp-component].gp-active { color: rgb(11, 11, 11); } } @media (min-width: 1200px) { .gp-component-id-NXpQAEkVV[data-gp-component] { background-color: rgb(255, 255, 255);box-shadow: rgba(0, 0, 0, 0.21) 0px 2px 10px 3px;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 16px;padding-left: 0px;padding-right: 0px;padding-top: 16px;padding-bottom: 16px;width: 100%;height: auto;flex-direction: column;justify-content: center;align-items: center;display: flex;list-style-type: inherit;list-style-position: inside; } .gp-component-id-NXpQAEkVV[data-gp-component]:hover,.gp-component-id-NXpQAEkVV[data-gp-component].gp-hover { background-color: rgba(11, 11, 11, 1); } .gp-component-id-NXpQAEkVV[data-gp-component]:active,.gp-component-id-NXpQAEkVV[data-gp-component].gp-active { color: rgb(11, 11, 11); } } @media (max-width: 639px) { .gp-component-id-Ub6jJGE0mV[data-gp-component] { color: rgb(255, 255, 255);text-align: center;margin-left: auto;margin-right: auto;padding-left: 16px;padding-right: 16px;padding-top: 40px;padding-bottom: 40px;max-width: 800px;flex-direction: column;justify-content: center;align-items: center;display: flex; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-Ub6jJGE0mV[data-gp-component] { color: rgb(255, 255, 255);text-align: center;margin-left: auto;margin-right: auto;padding-left: 16px;padding-right: 16px;padding-top: 40px;padding-bottom: 40px;max-width: 800px;flex-direction: column;justify-content: center;align-items: center;display: flex; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-Ub6jJGE0mV[data-gp-component] { color: rgb(255, 255, 255);text-align: center;margin-left: auto;margin-right: auto;padding-left: 36px;padding-right: 36px;padding-top: 40px;padding-bottom: 40px;max-width: 800px;flex-direction: column;justify-content: center;align-items: center;display: flex; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-Ub6jJGE0mV[data-gp-component] { color: rgb(255, 255, 255);text-align: center;margin-left: auto;margin-right: auto;padding-left: 36px;padding-right: 36px;padding-top: 40px;padding-bottom: 40px;max-width: 800px;flex-direction: column;justify-content: center;align-items: center;display: flex; } } @media (min-width: 1200px) { .gp-component-id-Ub6jJGE0mV[data-gp-component] { color: rgb(255, 255, 255);text-align: center;margin-left: auto;margin-right: auto;padding-left: 36px;padding-right: 36px;padding-top: 40px;padding-bottom: 40px;max-width: 800px;flex-direction: column;justify-content: center;align-items: center;display: flex; } } @media (max-width: 639px) { .gp-component-id-7y8EhX0HKc[data-gp-component] { font-size: 18px !important;color: rgb(16, 1, 0);line-height: inherit;border-top-left-radius: 0px;border-top-right-radius: 0px;border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;background-size: initial;background-repeat: initial;background-attachment: initial;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px;padding-left: 16px;padding-right: 16px;padding-top: 8px;padding-bottom: 8px;display: inline-flex;overflow-y: visible;overflow-x: visible;text-transform: none;appearance: button;background-clip: initial;background-origin: initial;background-position-y: initial;background-position-x: initial;cursor: pointer; } .gp-component-id-7y8EhX0HKc[data-gp-component]:hover,.gp-component-id-7y8EhX0HKc[data-gp-component].gp-hover { color: rgb(255, 255, 255); } .gp-component-id-7y8EhX0HKc[data-gp-component]:focus,.gp-component-id-7y8EhX0HKc[data-gp-component].gp-focus { outline-width: 5px;outline-style: auto;outline-color: -webkit-focus-ring-color; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-7y8EhX0HKc[data-gp-component] { font-size: 18px !important;color: rgb(16, 1, 0);line-height: inherit;border-top-left-radius: 0px;border-top-right-radius: 0px;border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;background-size: initial;background-repeat: initial;background-attachment: initial;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px;padding-left: 16px;padding-right: 16px;padding-top: 8px;padding-bottom: 8px;display: inline-flex;overflow-y: visible;overflow-x: visible;text-transform: none;appearance: button;background-clip: initial;background-origin: initial;background-position-y: initial;background-position-x: initial;cursor: pointer; } .gp-component-id-7y8EhX0HKc[data-gp-component]:hover,.gp-component-id-7y8EhX0HKc[data-gp-component].gp-hover { color: rgb(255, 255, 255); } .gp-component-id-7y8EhX0HKc[data-gp-component]:focus,.gp-component-id-7y8EhX0HKc[data-gp-component].gp-focus { outline-width: 5px;outline-style: auto;outline-color: -webkit-focus-ring-color; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-7y8EhX0HKc[data-gp-component] { font-size: 18px !important;color: rgb(16, 1, 0);line-height: inherit;border-top-left-radius: 0px;border-top-right-radius: 0px;border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;background-size: initial;background-repeat: initial;background-attachment: initial;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px;padding-left: 16px;padding-right: 16px;padding-top: 8px;padding-bottom: 8px;display: inline-flex;overflow-y: visible;overflow-x: visible;text-transform: none;appearance: button;background-clip: initial;background-origin: initial;background-position-y: initial;background-position-x: initial;cursor: pointer; } .gp-component-id-7y8EhX0HKc[data-gp-component]:hover,.gp-component-id-7y8EhX0HKc[data-gp-component].gp-hover { color: rgb(255, 255, 255); } .gp-component-id-7y8EhX0HKc[data-gp-component]:focus,.gp-component-id-7y8EhX0HKc[data-gp-component].gp-focus { outline-width: 5px;outline-style: auto;outline-color: -webkit-focus-ring-color; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-7y8EhX0HKc[data-gp-component] { font-size: 18px !important;color: rgb(16, 1, 0);line-height: inherit;border-top-left-radius: 0px;border-top-right-radius: 0px;border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;background-size: initial;background-repeat: initial;background-attachment: initial;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px;padding-left: 36px;padding-right: 36px;padding-top: 8px;padding-bottom: 8px;display: inline-flex;overflow-y: visible;overflow-x: visible;text-transform: none;appearance: button;background-clip: initial;background-origin: initial;background-position-y: initial;background-position-x: initial;cursor: pointer; } .gp-component-id-7y8EhX0HKc[data-gp-component]:hover,.gp-component-id-7y8EhX0HKc[data-gp-component].gp-hover { color: rgb(255, 255, 255); } .gp-component-id-7y8EhX0HKc[data-gp-component]:focus,.gp-component-id-7y8EhX0HKc[data-gp-component].gp-focus { outline-width: 5px;outline-style: auto;outline-color: -webkit-focus-ring-color; } } @media (min-width: 1200px) { .gp-component-id-7y8EhX0HKc[data-gp-component] { font-size: 18px !important;color: rgb(16, 1, 0);line-height: inherit;border-top-left-radius: 0px;border-top-right-radius: 0px;border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;background-size: initial;background-repeat: initial;background-attachment: initial;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px;padding-left: 36px;padding-right: 36px;padding-top: 8px;padding-bottom: 8px;display: inline-flex;overflow-y: visible;overflow-x: visible;text-transform: none;appearance: button;background-clip: initial;background-origin: initial;background-position-y: initial;background-position-x: initial;cursor: pointer; } .gp-component-id-7y8EhX0HKc[data-gp-component]:hover,.gp-component-id-7y8EhX0HKc[data-gp-component].gp-hover { color: rgb(255, 255, 255); } .gp-component-id-7y8EhX0HKc[data-gp-component]:focus,.gp-component-id-7y8EhX0HKc[data-gp-component].gp-focus { outline-width: 5px;outline-style: auto;outline-color: -webkit-focus-ring-color; } } @media (max-width: 639px) { .gp-component-id-pZT9VqzODi[data-gp-component] { width: 100%;height: 100%;flex-direction: column;justify-content: center;align-items: center;display: flex; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-pZT9VqzODi[data-gp-component] { width: 100%;height: 100%;flex-direction: column;justify-content: center;align-items: center;display: flex; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-pZT9VqzODi[data-gp-component] { width: 100%;height: 100%;flex-direction: column;justify-content: center;align-items: center;display: flex; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-pZT9VqzODi[data-gp-component] { width: 100%;height: 100%;flex-direction: column;justify-content: center;align-items: center;display: flex; } } @media (min-width: 1200px) { .gp-component-id-pZT9VqzODi[data-gp-component] { width: 100%;height: 100%;flex-direction: column;justify-content: center;align-items: center;display: flex; } } .gp-component-id-7rAuYAFItv { padding-left: 8px;width: 100%;padding-right: 8px;flex-grow: 0;flex-shrink: 0;flex-basis: auto; } @media (max-width: 639px) { .gp-component-id-7rAuYAFItv { 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-7rAuYAFItv { 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-7rAuYAFItv { 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-7rAuYAFItv { padding-left: 8px;padding-right: 8px;width: 25%;flex-grow: 0;flex-shrink: 0;flex-basis: auto; } } @media (min-width: 1200px) { .gp-component-id-7rAuYAFItv { padding-left: 8px;padding-right: 8px;width: 25%;flex-grow: 0;flex-shrink: 0;flex-basis: auto; } } .gp-component-id-GIHSuQ27o6 { font-size: inherit;font-weight: inherit;margin-top: 0px;margin-right: 0px;margin-bottom: 0px;margin-left: 0px; } @media (max-width: 639px) { .gp-component-id-GIHSuQ27o6 { font-size: inherit;font-weight: inherit;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-GIHSuQ27o6 { font-size: inherit;font-weight: inherit;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-GIHSuQ27o6 { font-size: inherit;font-weight: inherit;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-GIHSuQ27o6 { font-size: inherit;font-weight: inherit;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px; } } @media (min-width: 1200px) { .gp-component-id-GIHSuQ27o6 { font-size: inherit;font-weight: inherit;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px; } } @media (max-width: 639px) { .gp-component-id-82MwQmyFLp[data-gp-component] { width: 100%;height: 100%;flex-direction: column;justify-content: center;align-items: center;display: flex; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-82MwQmyFLp[data-gp-component] { width: 100%;height: 100%;flex-direction: column;justify-content: center;align-items: center;display: flex; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-82MwQmyFLp[data-gp-component] { width: 100%;height: 100%;flex-direction: column;justify-content: center;align-items: center;display: flex; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-82MwQmyFLp[data-gp-component] { width: 100%;height: 100%;flex-direction: column;justify-content: center;align-items: center;display: flex; } } @media (min-width: 1200px) { .gp-component-id-82MwQmyFLp[data-gp-component] { width: 100%;height: 100%;flex-direction: column;justify-content: center;align-items: center;display: flex; } } .gp-component-id-jTmAqyykLI { padding-left: 8px;width: 100%;padding-right: 8px;flex-grow: 0;flex-shrink: 0;flex-basis: auto; } @media (max-width: 639px) { .gp-component-id-jTmAqyykLI { 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-jTmAqyykLI { 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-jTmAqyykLI { 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-jTmAqyykLI { padding-left: 8px;padding-right: 8px;width: 25%;flex-grow: 0;flex-shrink: 0;flex-basis: auto; } } @media (min-width: 1200px) { .gp-component-id-jTmAqyykLI { padding-left: 8px;padding-right: 8px;width: 25%;flex-grow: 0;flex-shrink: 0;flex-basis: auto; } } .gp-component-id-wVuqky04jZ { font-size: inherit;font-weight: inherit;margin-top: 0px;margin-right: 0px;margin-bottom: 0px;margin-left: 0px; } @media (max-width: 639px) { .gp-component-id-wVuqky04jZ { font-size: inherit;font-weight: inherit;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-wVuqky04jZ { font-size: inherit;font-weight: inherit;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-wVuqky04jZ { font-size: inherit;font-weight: inherit;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-wVuqky04jZ { font-size: inherit;font-weight: inherit;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px; } } @media (min-width: 1200px) { .gp-component-id-wVuqky04jZ { font-size: inherit;font-weight: inherit;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px; } } @media (max-width: 639px) { .gp-component-id-t0TIRAHL4n[data-gp-component] { width: 100%;height: 100%;flex-direction: column;justify-content: center;align-items: center;display: flex; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-t0TIRAHL4n[data-gp-component] { width: 100%;height: 100%;flex-direction: column;justify-content: center;align-items: center;display: flex; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-t0TIRAHL4n[data-gp-component] { width: 100%;height: 100%;flex-direction: column;justify-content: center;align-items: center;display: flex; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-t0TIRAHL4n[data-gp-component] { width: 100%;height: 100%;flex-direction: column;justify-content: center;align-items: center;display: flex; } } @media (min-width: 1200px) { .gp-component-id-t0TIRAHL4n[data-gp-component] { width: 100%;height: 100%;flex-direction: column;justify-content: center;align-items: center;display: flex; } } .gp-component-id-CusJj_mxh_ { padding-left: 8px;width: 100%;padding-right: 8px;flex-grow: 0;flex-shrink: 0;flex-basis: auto; } @media (max-width: 639px) { .gp-component-id-CusJj_mxh_ { 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-CusJj_mxh_ { 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-CusJj_mxh_ { 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-CusJj_mxh_ { padding-left: 8px;padding-right: 8px;width: 25%;flex-grow: 0;flex-shrink: 0;flex-basis: auto; } } @media (min-width: 1200px) { .gp-component-id-CusJj_mxh_ { padding-left: 8px;padding-right: 8px;width: 25%;flex-grow: 0;flex-shrink: 0;flex-basis: auto; } } .gp-component-id-HqW3sZMfjl { font-size: inherit;font-weight: inherit;margin-top: 0px;margin-right: 0px;margin-bottom: 0px;margin-left: 0px; } @media (max-width: 639px) { .gp-component-id-HqW3sZMfjl { font-size: inherit;font-weight: inherit;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-HqW3sZMfjl { font-size: inherit;font-weight: inherit;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-HqW3sZMfjl { font-size: inherit;font-weight: inherit;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-HqW3sZMfjl { font-size: inherit;font-weight: inherit;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px; } } @media (min-width: 1200px) { .gp-component-id-HqW3sZMfjl { font-size: inherit;font-weight: inherit;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px; } } @media (max-width: 639px) { .gp-component-id-ZgaqYBN9Ch[data-gp-component] { width: 100%;height: 100%;flex-direction: column;justify-content: center;align-items: center;display: flex; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-ZgaqYBN9Ch[data-gp-component] { width: 100%;height: 100%;flex-direction: column;justify-content: center;align-items: center;display: flex; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-ZgaqYBN9Ch[data-gp-component] { width: 100%;height: 100%;flex-direction: column;justify-content: center;align-items: center;display: flex; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-ZgaqYBN9Ch[data-gp-component] { width: 100%;height: 100%;flex-direction: column;justify-content: center;align-items: center;display: flex; } } @media (min-width: 1200px) { .gp-component-id-ZgaqYBN9Ch[data-gp-component] { width: 100%;height: 100%;flex-direction: column;justify-content: center;align-items: center;display: flex; } } .gp-component-id-AxMKrcbK_p { padding-left: 8px;width: 100%;padding-right: 8px;flex-grow: 0;flex-shrink: 0;flex-basis: auto; } @media (max-width: 639px) { .gp-component-id-AxMKrcbK_p { 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-AxMKrcbK_p { 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-AxMKrcbK_p { 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-AxMKrcbK_p { padding-left: 8px;padding-right: 8px;width: 25%;flex-grow: 0;flex-shrink: 0;flex-basis: auto; } } @media (min-width: 1200px) { .gp-component-id-AxMKrcbK_p { padding-left: 8px;padding-right: 8px;width: 25%;flex-grow: 0;flex-shrink: 0;flex-basis: auto; } } .gp-component-id-qdojtBpQPp { margin-left: -8px;margin-right: -8px;flex-wrap: wrap; } @media (max-width: 639px) { .gp-component-id-qdojtBpQPp { margin-left: -8px;margin-right: -8px;flex-wrap: wrap; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-qdojtBpQPp { margin-left: -8px;margin-right: -8px;flex-wrap: wrap; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-qdojtBpQPp { margin-left: -8px;margin-right: -8px;display: flex;flex-wrap: wrap; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-qdojtBpQPp { margin-left: -8px;margin-right: -8px;display: flex;flex-wrap: wrap; } } @media (min-width: 1200px) { .gp-component-id-qdojtBpQPp { margin-left: -8px;margin-right: -8px;display: flex;flex-wrap: wrap; } } @media (max-width: 639px) { .gp-component-id-ND6kV8rES_[data-gp-component] { padding-left: 8px;padding-right: 8px;width: 100%; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-ND6kV8rES_[data-gp-component] { padding-left: 8px;padding-right: 8px;width: 100%; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-ND6kV8rES_[data-gp-component] { padding-left: 8px;padding-right: 8px;width: 100%; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-ND6kV8rES_[data-gp-component] { padding-left: 8px;padding-right: 8px;width: 100%; } } @media (min-width: 1200px) { .gp-component-id-ND6kV8rES_[data-gp-component] { padding-left: 8px;padding-right: 8px;width: 100%; } } @media (max-width: 639px) { .gp-component-id-W4tNgKHKGc1[data-gp-component] { font-size: 18px !important;color: rgb(16, 1, 0);line-height: inherit;border-top-left-radius: 0px;border-top-right-radius: 0px;border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;background-size: initial;background-repeat: initial;background-attachment: initial;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px;padding-left: 16px;padding-right: 16px;padding-top: 8px;padding-bottom: 8px;display: inline-flex;overflow-y: visible;overflow-x: visible;text-transform: none;appearance: button;background-clip: initial;background-origin: initial;background-position-y: initial;background-position-x: initial;cursor: pointer; } .gp-component-id-W4tNgKHKGc1[data-gp-component]:hover,.gp-component-id-W4tNgKHKGc1[data-gp-component].gp-hover { color: rgb(255, 255, 255); } .gp-component-id-W4tNgKHKGc1[data-gp-component]:focus,.gp-component-id-W4tNgKHKGc1[data-gp-component].gp-focus { outline-width: 5px;outline-style: auto;outline-color: -webkit-focus-ring-color; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-W4tNgKHKGc1[data-gp-component] { font-size: 18px !important;color: rgb(16, 1, 0);line-height: inherit;border-top-left-radius: 0px;border-top-right-radius: 0px;border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;background-size: initial;background-repeat: initial;background-attachment: initial;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px;padding-left: 16px;padding-right: 16px;padding-top: 8px;padding-bottom: 8px;display: inline-flex;overflow-y: visible;overflow-x: visible;text-transform: none;appearance: button;background-clip: initial;background-origin: initial;background-position-y: initial;background-position-x: initial;cursor: pointer; } .gp-component-id-W4tNgKHKGc1[data-gp-component]:hover,.gp-component-id-W4tNgKHKGc1[data-gp-component].gp-hover { color: rgb(255, 255, 255); } .gp-component-id-W4tNgKHKGc1[data-gp-component]:focus,.gp-component-id-W4tNgKHKGc1[data-gp-component].gp-focus { outline-width: 5px;outline-style: auto;outline-color: -webkit-focus-ring-color; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-W4tNgKHKGc1[data-gp-component] { font-size: 18px !important;color: rgb(16, 1, 0);line-height: inherit;border-top-left-radius: 0px;border-top-right-radius: 0px;border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;background-size: initial;background-repeat: initial;background-attachment: initial;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px;padding-left: 16px;padding-right: 16px;padding-top: 8px;padding-bottom: 8px;display: inline-flex;overflow-y: visible;overflow-x: visible;text-transform: none;appearance: button;background-clip: initial;background-origin: initial;background-position-y: initial;background-position-x: initial;cursor: pointer; } .gp-component-id-W4tNgKHKGc1[data-gp-component]:hover,.gp-component-id-W4tNgKHKGc1[data-gp-component].gp-hover { color: rgb(255, 255, 255); } .gp-component-id-W4tNgKHKGc1[data-gp-component]:focus,.gp-component-id-W4tNgKHKGc1[data-gp-component].gp-focus { outline-width: 5px;outline-style: auto;outline-color: -webkit-focus-ring-color; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-W4tNgKHKGc1[data-gp-component] { font-size: 18px !important;color: rgb(16, 1, 0);line-height: inherit;border-top-left-radius: 0px;border-top-right-radius: 0px;border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;background-size: initial;background-repeat: initial;background-attachment: initial;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px;padding-left: 36px;padding-right: 36px;padding-top: 8px;padding-bottom: 8px;display: inline-flex;overflow-y: visible;overflow-x: visible;text-transform: none;appearance: button;background-clip: initial;background-origin: initial;background-position-y: initial;background-position-x: initial;cursor: pointer; } .gp-component-id-W4tNgKHKGc1[data-gp-component]:hover,.gp-component-id-W4tNgKHKGc1[data-gp-component].gp-hover { color: rgb(255, 255, 255); } .gp-component-id-W4tNgKHKGc1[data-gp-component]:focus,.gp-component-id-W4tNgKHKGc1[data-gp-component].gp-focus { outline-width: 5px;outline-style: auto;outline-color: -webkit-focus-ring-color; } } @media (min-width: 1200px) { .gp-component-id-W4tNgKHKGc1[data-gp-component] { font-size: 18px !important;color: rgb(16, 1, 0);line-height: inherit;border-top-left-radius: 0px;border-top-right-radius: 0px;border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;background-size: initial;background-repeat: initial;background-attachment: initial;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px;padding-left: 36px;padding-right: 36px;padding-top: 8px;padding-bottom: 8px;display: inline-flex;overflow-y: visible;overflow-x: visible;text-transform: none;appearance: button;background-clip: initial;background-origin: initial;background-position-y: initial;background-position-x: initial;cursor: pointer; } .gp-component-id-W4tNgKHKGc1[data-gp-component]:hover,.gp-component-id-W4tNgKHKGc1[data-gp-component].gp-hover { color: rgb(255, 255, 255); } .gp-component-id-W4tNgKHKGc1[data-gp-component]:focus,.gp-component-id-W4tNgKHKGc1[data-gp-component].gp-focus { outline-width: 5px;outline-style: auto;outline-color: -webkit-focus-ring-color; } } @media (max-width: 639px) { .gp-component-id-sZeuM2m1hdM[data-gp-component] { width: 100%;height: 100%;flex-direction: column;justify-content: center;align-items: center;display: flex; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-sZeuM2m1hdM[data-gp-component] { width: 100%;height: 100%;flex-direction: column;justify-content: center;align-items: center;display: flex; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-sZeuM2m1hdM[data-gp-component] { width: 100%;height: 100%;flex-direction: column;justify-content: center;align-items: center;display: flex; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-sZeuM2m1hdM[data-gp-component] { width: 100%;height: 100%;flex-direction: column;justify-content: center;align-items: center;display: flex; } } @media (min-width: 1200px) { .gp-component-id-sZeuM2m1hdM[data-gp-component] { width: 100%;height: 100%;flex-direction: column;justify-content: center;align-items: center;display: flex; } } .gp-component-id-KYK1nfvI0d { padding-left: 8px;width: 100%;padding-right: 8px;flex-grow: 0;flex-shrink: 0;flex-basis: auto; } @media (max-width: 639px) { .gp-component-id-KYK1nfvI0d { 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-KYK1nfvI0d { 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-KYK1nfvI0d { 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-KYK1nfvI0d { padding-left: 8px;padding-right: 8px;width: 25%;flex-grow: 0;flex-shrink: 0;flex-basis: auto; } } @media (min-width: 1200px) { .gp-component-id-KYK1nfvI0d { padding-left: 8px;padding-right: 8px;width: 25%;flex-grow: 0;flex-shrink: 0;flex-basis: auto; } } .gp-component-id-MqWBOg5yrf { font-size: inherit;font-weight: inherit;margin-top: 0px;margin-right: 0px;margin-bottom: 0px;margin-left: 0px; } @media (max-width: 639px) { .gp-component-id-MqWBOg5yrf { font-size: inherit;font-weight: inherit;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-MqWBOg5yrf { font-size: inherit;font-weight: inherit;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-MqWBOg5yrf { font-size: inherit;font-weight: inherit;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-MqWBOg5yrf { font-size: inherit;font-weight: inherit;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px; } } @media (min-width: 1200px) { .gp-component-id-MqWBOg5yrf { font-size: inherit;font-weight: inherit;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px; } } @media (max-width: 639px) { .gp-component-id-eiCefd7CO5[data-gp-component] { width: 100%;height: 100%;flex-direction: column;justify-content: center;align-items: center;display: flex; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-eiCefd7CO5[data-gp-component] { width: 100%;height: 100%;flex-direction: column;justify-content: center;align-items: center;display: flex; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-eiCefd7CO5[data-gp-component] { width: 100%;height: 100%;flex-direction: column;justify-content: center;align-items: center;display: flex; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-eiCefd7CO5[data-gp-component] { width: 100%;height: 100%;flex-direction: column;justify-content: center;align-items: center;display: flex; } } @media (min-width: 1200px) { .gp-component-id-eiCefd7CO5[data-gp-component] { width: 100%;height: 100%;flex-direction: column;justify-content: center;align-items: center;display: flex; } } .gp-component-id-3XRvgIZgkn { padding-left: 8px;width: 100%;padding-right: 8px;flex-grow: 0;flex-shrink: 0;flex-basis: auto; } @media (max-width: 639px) { .gp-component-id-3XRvgIZgkn { 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-3XRvgIZgkn { 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-3XRvgIZgkn { 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-3XRvgIZgkn { padding-left: 8px;padding-right: 8px;width: 25%;flex-grow: 0;flex-shrink: 0;flex-basis: auto; } } @media (min-width: 1200px) { .gp-component-id-3XRvgIZgkn { padding-left: 8px;padding-right: 8px;width: 25%;flex-grow: 0;flex-shrink: 0;flex-basis: auto; } } .gp-component-id-94GZNJH08W { font-size: inherit;font-weight: inherit;margin-top: 0px;margin-right: 0px;margin-bottom: 0px;margin-left: 0px; } @media (max-width: 639px) { .gp-component-id-94GZNJH08W { font-size: inherit;font-weight: inherit;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-94GZNJH08W { font-size: inherit;font-weight: inherit;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-94GZNJH08W { font-size: inherit;font-weight: inherit;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-94GZNJH08W { font-size: inherit;font-weight: inherit;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px; } } @media (min-width: 1200px) { .gp-component-id-94GZNJH08W { font-size: inherit;font-weight: inherit;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px; } } @media (max-width: 639px) { .gp-component-id-Q52EZRswjr[data-gp-component] { width: 100%;height: 100%;flex-direction: column;justify-content: center;align-items: center;display: flex; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-Q52EZRswjr[data-gp-component] { width: 100%;height: 100%;flex-direction: column;justify-content: center;align-items: center;display: flex; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-Q52EZRswjr[data-gp-component] { width: 100%;height: 100%;flex-direction: column;justify-content: center;align-items: center;display: flex; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-Q52EZRswjr[data-gp-component] { width: 100%;height: 100%;flex-direction: column;justify-content: center;align-items: center;display: flex; } } @media (min-width: 1200px) { .gp-component-id-Q52EZRswjr[data-gp-component] { width: 100%;height: 100%;flex-direction: column;justify-content: center;align-items: center;display: flex; } } .gp-component-id-KD24zRmRAU { padding-left: 8px;width: 100%;padding-right: 8px;flex-grow: 0;flex-shrink: 0;flex-basis: auto; } @media (max-width: 639px) { .gp-component-id-KD24zRmRAU { 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-KD24zRmRAU { 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-KD24zRmRAU { 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-KD24zRmRAU { padding-left: 8px;padding-right: 8px;width: 25%;flex-grow: 0;flex-shrink: 0;flex-basis: auto; } } @media (min-width: 1200px) { .gp-component-id-KD24zRmRAU { padding-left: 8px;padding-right: 8px;width: 25%;flex-grow: 0;flex-shrink: 0;flex-basis: auto; } } .gp-component-id-4BwPTWM6kO { font-size: inherit;font-weight: inherit;margin-top: 0px;margin-right: 0px;margin-bottom: 0px;margin-left: 0px; } @media (max-width: 639px) { .gp-component-id-4BwPTWM6kO { font-size: inherit;font-weight: inherit;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-4BwPTWM6kO { font-size: inherit;font-weight: inherit;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-4BwPTWM6kO { font-size: inherit;font-weight: inherit;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-4BwPTWM6kO { font-size: inherit;font-weight: inherit;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px; } } @media (min-width: 1200px) { .gp-component-id-4BwPTWM6kO { font-size: inherit;font-weight: inherit;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px; } } @media (max-width: 639px) { .gp-component-id-wfBo9J6FS0[data-gp-component] { width: 100%;height: 100%;flex-direction: column;justify-content: center;align-items: center;display: flex; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-wfBo9J6FS0[data-gp-component] { width: 100%;height: 100%;flex-direction: column;justify-content: center;align-items: center;display: flex; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-wfBo9J6FS0[data-gp-component] { width: 100%;height: 100%;flex-direction: column;justify-content: center;align-items: center;display: flex; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-wfBo9J6FS0[data-gp-component] { width: 100%;height: 100%;flex-direction: column;justify-content: center;align-items: center;display: flex; } } @media (min-width: 1200px) { .gp-component-id-wfBo9J6FS0[data-gp-component] { width: 100%;height: 100%;flex-direction: column;justify-content: center;align-items: center;display: flex; } } .gp-component-id-nhxTkcWb0A { padding-left: 8px;width: 100%;padding-right: 8px;flex-grow: 0;flex-shrink: 0;flex-basis: auto; } @media (max-width: 639px) { .gp-component-id-nhxTkcWb0A { 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-nhxTkcWb0A { 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-nhxTkcWb0A { 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-nhxTkcWb0A { padding-left: 8px;padding-right: 8px;width: 25%;flex-grow: 0;flex-shrink: 0;flex-basis: auto; } } @media (min-width: 1200px) { .gp-component-id-nhxTkcWb0A { padding-left: 8px;padding-right: 8px;width: 25%;flex-grow: 0;flex-shrink: 0;flex-basis: auto; } } .gp-component-id-iZAXKls8Rt { margin-left: -8px;margin-right: -8px;flex-wrap: wrap; } @media (max-width: 639px) { .gp-component-id-iZAXKls8Rt { margin-left: -8px;margin-right: -8px;flex-wrap: wrap; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-iZAXKls8Rt { margin-left: -8px;margin-right: -8px;flex-wrap: wrap; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-iZAXKls8Rt { margin-left: -8px;margin-right: -8px;display: flex;flex-wrap: wrap; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-iZAXKls8Rt { margin-left: -8px;margin-right: -8px;display: flex;flex-wrap: wrap; } } @media (min-width: 1200px) { .gp-component-id-iZAXKls8Rt { margin-left: -8px;margin-right: -8px;display: flex;flex-wrap: wrap; } } @media (max-width: 639px) { .gp-component-id-yxA2lFrhXr[data-gp-component] { padding-left: 8px;padding-right: 8px;width: 100%; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-yxA2lFrhXr[data-gp-component] { padding-left: 8px;padding-right: 8px;width: 100%; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-yxA2lFrhXr[data-gp-component] { padding-left: 8px;padding-right: 8px;width: 100%; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-yxA2lFrhXr[data-gp-component] { padding-left: 8px;padding-right: 8px;width: 100%; } } @media (min-width: 1200px) { .gp-component-id-yxA2lFrhXr[data-gp-component] { padding-left: 8px;padding-right: 8px;width: 100%; } } @media (max-width: 639px) { .gp-component-id-oCrRuAr0d86[data-gp-component] { font-size: 18px !important;color: rgba(16, 1, 0, 1);line-height: inherit;border-top-left-radius: 0px;border-top-right-radius: 0px;border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;background-size: initial;background-repeat: initial;background-attachment: initial;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px;padding-left: 16px;padding-right: 16px;padding-top: 8px;padding-bottom: 8px;display: inline-flex;cursor: pointer;background-position-x: initial;background-position-y: initial;background-origin: initial;background-clip: initial;appearance: button;text-transform: none;overflow-x: visible;overflow-y: visible; } .gp-component-id-oCrRuAr0d86[data-gp-component]:hover,.gp-component-id-oCrRuAr0d86[data-gp-component].gp-hover { color: rgb(255, 255, 255); } .gp-component-id-oCrRuAr0d86[data-gp-component]:focus,.gp-component-id-oCrRuAr0d86[data-gp-component].gp-focus { outline-color: -webkit-focus-ring-color;outline-style: auto;outline-width: 5px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-oCrRuAr0d86[data-gp-component] { font-size: 18px !important;color: rgba(16, 1, 0, 1);line-height: inherit;border-top-left-radius: 0px;border-top-right-radius: 0px;border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;background-size: initial;background-repeat: initial;background-attachment: initial;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px;padding-left: 16px;padding-right: 16px;padding-top: 8px;padding-bottom: 8px;display: inline-flex;cursor: pointer;background-position-x: initial;background-position-y: initial;background-origin: initial;background-clip: initial;appearance: button;text-transform: none;overflow-x: visible;overflow-y: visible; } .gp-component-id-oCrRuAr0d86[data-gp-component]:hover,.gp-component-id-oCrRuAr0d86[data-gp-component].gp-hover { color: rgb(255, 255, 255); } .gp-component-id-oCrRuAr0d86[data-gp-component]:focus,.gp-component-id-oCrRuAr0d86[data-gp-component].gp-focus { outline-color: -webkit-focus-ring-color;outline-style: auto;outline-width: 5px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-oCrRuAr0d86[data-gp-component] { font-size: 18px !important;color: rgba(16, 1, 0, 1);line-height: inherit;border-top-left-radius: 0px;border-top-right-radius: 0px;border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;background-size: initial;background-repeat: initial;background-attachment: initial;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px;padding-left: 16px;padding-right: 16px;padding-top: 8px;padding-bottom: 8px;display: inline-flex;cursor: pointer;background-position-x: initial;background-position-y: initial;background-origin: initial;background-clip: initial;appearance: button;text-transform: none;overflow-x: visible;overflow-y: visible; } .gp-component-id-oCrRuAr0d86[data-gp-component]:hover,.gp-component-id-oCrRuAr0d86[data-gp-component].gp-hover { color: rgb(255, 255, 255); } .gp-component-id-oCrRuAr0d86[data-gp-component]:focus,.gp-component-id-oCrRuAr0d86[data-gp-component].gp-focus { outline-color: -webkit-focus-ring-color;outline-style: auto;outline-width: 5px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-oCrRuAr0d86[data-gp-component] { font-size: 18px !important;color: rgba(16, 1, 0, 1);line-height: inherit;border-top-left-radius: 0px;border-top-right-radius: 0px;border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;background-size: initial;background-repeat: initial;background-attachment: initial;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px;padding-left: 36px;padding-right: 36px;padding-top: 8px;padding-bottom: 8px;display: inline-flex;cursor: pointer;background-position-x: initial;background-position-y: initial;background-origin: initial;background-clip: initial;appearance: button;text-transform: none;overflow-x: visible;overflow-y: visible; } .gp-component-id-oCrRuAr0d86[data-gp-component]:hover,.gp-component-id-oCrRuAr0d86[data-gp-component].gp-hover { color: rgb(255, 255, 255); } .gp-component-id-oCrRuAr0d86[data-gp-component]:focus,.gp-component-id-oCrRuAr0d86[data-gp-component].gp-focus { outline-color: -webkit-focus-ring-color;outline-style: auto;outline-width: 5px; } } @media (min-width: 1200px) { .gp-component-id-oCrRuAr0d86[data-gp-component] { font-size: 18px !important;color: rgba(16, 1, 0, 1);line-height: inherit;border-top-left-radius: 0px;border-top-right-radius: 0px;border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;background-size: initial;background-repeat: initial;background-attachment: initial;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px;padding-left: 36px;padding-right: 36px;padding-top: 8px;padding-bottom: 8px;display: inline-flex;cursor: pointer;background-position-x: initial;background-position-y: initial;background-origin: initial;background-clip: initial;appearance: button;text-transform: none;overflow-x: visible;overflow-y: visible; } .gp-component-id-oCrRuAr0d86[data-gp-component]:hover,.gp-component-id-oCrRuAr0d86[data-gp-component].gp-hover { color: rgb(255, 255, 255); } .gp-component-id-oCrRuAr0d86[data-gp-component]:focus,.gp-component-id-oCrRuAr0d86[data-gp-component].gp-focus { outline-color: -webkit-focus-ring-color;outline-style: auto;outline-width: 5px; } } @media (max-width: 639px) { .gp-component-id-Z3fqZosqbp[data-gp-component] { font-size: 18px !important;line-height: inherit;border-top-left-radius: 0px;border-top-right-radius: 0px;border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;background-size: initial;background-repeat: initial;background-attachment: initial;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px;padding-left: 16px;padding-right: 16px;padding-top: 8px;padding-bottom: 8px;display: inline-flex;cursor: pointer;background-position-x: initial;background-position-y: initial;background-origin: initial;background-clip: initial;appearance: button;text-transform: none;overflow-x: visible;overflow-y: visible; } .gp-component-id-Z3fqZosqbp[data-gp-component]:hover,.gp-component-id-Z3fqZosqbp[data-gp-component].gp-hover { color: rgb(255, 255, 255); } .gp-component-id-Z3fqZosqbp[data-gp-component]:focus,.gp-component-id-Z3fqZosqbp[data-gp-component].gp-focus { outline-color: -webkit-focus-ring-color;outline-style: auto;outline-width: 5px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-Z3fqZosqbp[data-gp-component] { font-size: 18px !important;line-height: inherit;border-top-left-radius: 0px;border-top-right-radius: 0px;border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;background-size: initial;background-repeat: initial;background-attachment: initial;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px;padding-left: 16px;padding-right: 16px;padding-top: 8px;padding-bottom: 8px;display: inline-flex;cursor: pointer;background-position-x: initial;background-position-y: initial;background-origin: initial;background-clip: initial;appearance: button;text-transform: none;overflow-x: visible;overflow-y: visible; } .gp-component-id-Z3fqZosqbp[data-gp-component]:hover,.gp-component-id-Z3fqZosqbp[data-gp-component].gp-hover { color: rgb(255, 255, 255); } .gp-component-id-Z3fqZosqbp[data-gp-component]:focus,.gp-component-id-Z3fqZosqbp[data-gp-component].gp-focus { outline-color: -webkit-focus-ring-color;outline-style: auto;outline-width: 5px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-Z3fqZosqbp[data-gp-component] { font-size: 18px !important;line-height: inherit;border-top-left-radius: 0px;border-top-right-radius: 0px;border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;background-size: initial;background-repeat: initial;background-attachment: initial;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px;padding-left: 16px;padding-right: 16px;padding-top: 8px;padding-bottom: 8px;display: inline-flex;cursor: pointer;background-position-x: initial;background-position-y: initial;background-origin: initial;background-clip: initial;appearance: button;text-transform: none;overflow-x: visible;overflow-y: visible; } .gp-component-id-Z3fqZosqbp[data-gp-component]:hover,.gp-component-id-Z3fqZosqbp[data-gp-component].gp-hover { color: rgb(255, 255, 255); } .gp-component-id-Z3fqZosqbp[data-gp-component]:focus,.gp-component-id-Z3fqZosqbp[data-gp-component].gp-focus { outline-color: -webkit-focus-ring-color;outline-style: auto;outline-width: 5px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-Z3fqZosqbp[data-gp-component] { font-size: 18px !important;line-height: inherit;border-top-left-radius: 0px;border-top-right-radius: 0px;border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;background-size: initial;background-repeat: initial;background-attachment: initial;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px;padding-left: 36px;padding-right: 36px;padding-top: 8px;padding-bottom: 8px;display: inline-flex;cursor: pointer;background-position-x: initial;background-position-y: initial;background-origin: initial;background-clip: initial;appearance: button;text-transform: none;overflow-x: visible;overflow-y: visible; } .gp-component-id-Z3fqZosqbp[data-gp-component]:hover,.gp-component-id-Z3fqZosqbp[data-gp-component].gp-hover { color: rgb(255, 255, 255); } .gp-component-id-Z3fqZosqbp[data-gp-component]:focus,.gp-component-id-Z3fqZosqbp[data-gp-component].gp-focus { outline-color: -webkit-focus-ring-color;outline-style: auto;outline-width: 5px; } } @media (min-width: 1200px) { .gp-component-id-Z3fqZosqbp[data-gp-component] { font-size: 18px !important;line-height: inherit;border-top-left-radius: 0px;border-top-right-radius: 0px;border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;background-size: initial;background-repeat: initial;background-attachment: initial;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px;padding-left: 36px;padding-right: 36px;padding-top: 8px;padding-bottom: 8px;display: inline-flex;cursor: pointer;background-position-x: initial;background-position-y: initial;background-origin: initial;background-clip: initial;appearance: button;text-transform: none;overflow-x: visible;overflow-y: visible; } .gp-component-id-Z3fqZosqbp[data-gp-component]:hover,.gp-component-id-Z3fqZosqbp[data-gp-component].gp-hover { color: rgb(255, 255, 255); } .gp-component-id-Z3fqZosqbp[data-gp-component]:focus,.gp-component-id-Z3fqZosqbp[data-gp-component].gp-focus { outline-color: -webkit-focus-ring-color;outline-style: auto;outline-width: 5px; } } .gp-component-id-qlHlMl0BH { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px;font-weight: inherit;font-size: inherit; } @media (max-width: 639px) { .gp-component-id-qlHlMl0BH { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px;font-weight: inherit;font-size: inherit; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-qlHlMl0BH { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px;font-weight: inherit;font-size: inherit; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-qlHlMl0BH { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px;font-weight: inherit;font-size: inherit; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-qlHlMl0BH { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px;font-weight: inherit;font-size: inherit; } } @media (min-width: 1200px) { .gp-component-id-qlHlMl0BH { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px;font-weight: inherit;font-size: inherit; } } .gp-component-id-Nd20HBWnc { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px;font-weight: inherit;font-size: inherit; } @media (max-width: 639px) { .gp-component-id-Nd20HBWnc { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px;font-weight: inherit;font-size: inherit; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-Nd20HBWnc { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px;font-weight: inherit;font-size: inherit; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-Nd20HBWnc { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px;font-weight: inherit;font-size: inherit; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-Nd20HBWnc { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px;font-weight: inherit;font-size: inherit; } } @media (min-width: 1200px) { .gp-component-id-Nd20HBWnc { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px;font-weight: inherit;font-size: inherit; } } .gp-component-id-ook2GrAcM { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px;font-weight: inherit;font-size: inherit; } @media (max-width: 639px) { .gp-component-id-ook2GrAcM { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px;font-weight: inherit;font-size: inherit; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-ook2GrAcM { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px;font-weight: inherit;font-size: inherit; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-ook2GrAcM { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px;font-weight: inherit;font-size: inherit; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-ook2GrAcM { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px;font-weight: inherit;font-size: inherit; } } @media (min-width: 1200px) { .gp-component-id-ook2GrAcM { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px;font-weight: inherit;font-size: inherit; } } @media (max-width: 639px) { .gp-component-id-wgcxIKKR3l[data-gp-component] { width: 100%;height: 100%;flex-direction: column;justify-content: center;align-items: center;display: flex; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-wgcxIKKR3l[data-gp-component] { width: 100%;height: 100%;flex-direction: column;justify-content: center;align-items: center;display: flex; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-wgcxIKKR3l[data-gp-component] { width: 100%;height: 100%;flex-direction: column;justify-content: center;align-items: center;display: flex; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-wgcxIKKR3l[data-gp-component] { width: 100%;height: 100%;flex-direction: column;justify-content: center;align-items: center;display: flex; } } @media (min-width: 1200px) { .gp-component-id-wgcxIKKR3l[data-gp-component] { width: 100%;height: 100%;flex-direction: column;justify-content: center;align-items: center;display: flex; } } @media (max-width: 639px) { .gp-component-id-yU9lq2Z0m2[data-gp-component] { width: 100%;height: 100%;flex-direction: column;justify-content: center;align-items: center;display: flex; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-yU9lq2Z0m2[data-gp-component] { width: 100%;height: 100%;flex-direction: column;justify-content: center;align-items: center;display: flex; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-yU9lq2Z0m2[data-gp-component] { width: 100%;height: 100%;flex-direction: column;justify-content: center;align-items: center;display: flex; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-yU9lq2Z0m2[data-gp-component] { width: 100%;height: 100%;flex-direction: column;justify-content: center;align-items: center;display: flex; } } @media (min-width: 1200px) { .gp-component-id-yU9lq2Z0m2[data-gp-component] { width: 100%;height: 100%;flex-direction: column;justify-content: center;align-items: center;display: flex; } } @media (max-width: 639px) { .gp-component-id-DK5MzBlF6e[data-gp-component] { width: 100%;height: 100%;flex-direction: column;justify-content: center;align-items: center;display: flex; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-DK5MzBlF6e[data-gp-component] { width: 100%;height: 100%;flex-direction: column;justify-content: center;align-items: center;display: flex; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-DK5MzBlF6e[data-gp-component] { width: 100%;height: 100%;flex-direction: column;justify-content: center;align-items: center;display: flex; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-DK5MzBlF6e[data-gp-component] { width: 100%;height: 100%;flex-direction: column;justify-content: center;align-items: center;display: flex; } } @media (min-width: 1200px) { .gp-component-id-DK5MzBlF6e[data-gp-component] { width: 100%;height: 100%;flex-direction: column;justify-content: center;align-items: center;display: flex; } } @media (max-width: 639px) { .gp-component-id-l9BWsqfMRC[data-gp-component] { width: 100%;height: 100%;flex-direction: column;justify-content: center;align-items: center;display: flex; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-l9BWsqfMRC[data-gp-component] { width: 100%;height: 100%;flex-direction: column;justify-content: center;align-items: center;display: flex; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-l9BWsqfMRC[data-gp-component] { width: 100%;height: 100%;flex-direction: column;justify-content: center;align-items: center;display: flex; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-l9BWsqfMRC[data-gp-component] { width: 100%;height: 100%;flex-direction: column;justify-content: center;align-items: center;display: flex; } } @media (min-width: 1200px) { .gp-component-id-l9BWsqfMRC[data-gp-component] { width: 100%;height: 100%;flex-direction: column;justify-content: center;align-items: center;display: flex; } } .gp-component-id-FeQ6deWue { padding-right: 8px;width: 100%;padding-left: 8px; } @media (max-width: 639px) { .gp-component-id-FeQ6deWue { padding-right: 8px;width: 100%;padding-left: 8px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-FeQ6deWue { padding-right: 8px;width: 100%;padding-left: 8px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-FeQ6deWue { padding-right: 8px;width: 100%;padding-left: 8px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-FeQ6deWue { padding-right: 8px;width: 100%;padding-left: 8px; } } @media (min-width: 1200px) { .gp-component-id-FeQ6deWue { padding-right: 8px;width: 100%;padding-left: 8px; } } .gp-component-id-9HqFnJ0A8 { flex-wrap: wrap;margin-right: -8px;margin-left: -8px; } @media (max-width: 639px) { .gp-component-id-9HqFnJ0A8 { flex-wrap: wrap;margin-right: -8px;margin-left: -8px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-9HqFnJ0A8 { flex-wrap: wrap;margin-right: -8px;margin-left: -8px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-9HqFnJ0A8 { flex-wrap: wrap;margin-right: -8px;margin-left: -8px;display: flex; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-9HqFnJ0A8 { flex-wrap: wrap;margin-right: -8px;margin-left: -8px;display: flex; } } @media (min-width: 1200px) { .gp-component-id-9HqFnJ0A8 { flex-wrap: wrap;margin-right: -8px;margin-left: -8px;display: flex; } } .gp-component-id-pow60TSd8J { flex-basis: auto;flex-shrink: 0;flex-grow: 0;padding-right: 8px;width: 100%;padding-left: 8px; } @media (max-width: 639px) { .gp-component-id-pow60TSd8J { 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-pow60TSd8J { 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-pow60TSd8J { 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-pow60TSd8J { flex-basis: auto;flex-shrink: 0;flex-grow: 0;padding-right: 8px;width: 25%;padding-left: 8px; } } @media (min-width: 1200px) { .gp-component-id-pow60TSd8J { flex-basis: auto;flex-shrink: 0;flex-grow: 0;padding-right: 8px;width: 25%;padding-left: 8px; } } .gp-component-id-sNY0ckftNd { flex-basis: auto;flex-shrink: 0;flex-grow: 0;padding-right: 8px;width: 100%;padding-left: 8px; } @media (max-width: 639px) { .gp-component-id-sNY0ckftNd { 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-sNY0ckftNd { 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-sNY0ckftNd { 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-sNY0ckftNd { flex-basis: auto;flex-shrink: 0;flex-grow: 0;padding-right: 8px;width: 25%;padding-left: 8px; } } @media (min-width: 1200px) { .gp-component-id-sNY0ckftNd { flex-basis: auto;flex-shrink: 0;flex-grow: 0;padding-right: 8px;width: 25%;padding-left: 8px; } } .gp-component-id-XRYl8Jhlu5 { flex-basis: auto;flex-shrink: 0;flex-grow: 0;padding-right: 8px;width: 100%;padding-left: 8px; } @media (max-width: 639px) { .gp-component-id-XRYl8Jhlu5 { 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-XRYl8Jhlu5 { 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-XRYl8Jhlu5 { 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-XRYl8Jhlu5 { flex-basis: auto;flex-shrink: 0;flex-grow: 0;padding-right: 8px;width: 25%;padding-left: 8px; } } @media (min-width: 1200px) { .gp-component-id-XRYl8Jhlu5 { flex-basis: auto;flex-shrink: 0;flex-grow: 0;padding-right: 8px;width: 25%;padding-left: 8px; } } .gp-component-id-D8eX0hpDkr { flex-basis: auto;flex-shrink: 0;flex-grow: 0;padding-right: 8px;width: 100%;padding-left: 8px; } @media (max-width: 639px) { .gp-component-id-D8eX0hpDkr { 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-D8eX0hpDkr { 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-D8eX0hpDkr { 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-D8eX0hpDkr { flex-basis: auto;flex-shrink: 0;flex-grow: 0;padding-right: 8px;width: 25%;padding-left: 8px; } } @media (min-width: 1200px) { .gp-component-id-D8eX0hpDkr { flex-basis: auto;flex-shrink: 0;flex-grow: 0;padding-right: 8px;width: 25%;padding-left: 8px; } } @media (max-width: 639px) { [data-gp-text] .gp-component-id-E33bUmhg7s { font-size: 68px !important;font-weight: 600;text-align: center;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 20px;cursor: text;box-sizing: border-box; } } @media (max-width: 767px) and (min-width: 640px) { [data-gp-text] .gp-component-id-E33bUmhg7s { font-size: 68px !important;font-weight: 600;text-align: center;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 20px;cursor: text;box-sizing: border-box; } } @media (max-width: 991px) and (min-width: 768px) { [data-gp-text] .gp-component-id-E33bUmhg7s { font-size: 68px !important;font-weight: 600;text-align: center;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 20px;cursor: text;box-sizing: border-box; } } @media (max-width: 1199px) and (min-width: 992px) { [data-gp-text] .gp-component-id-E33bUmhg7s { font-size: 68px !important;font-weight: 600;text-align: center;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 20px;cursor: text;box-sizing: border-box; } } @media (min-width: 1200px) { [data-gp-text] .gp-component-id-E33bUmhg7s { font-size: 68px !important;font-weight: 600;text-align: center;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 20px;cursor: text;box-sizing: border-box; } } @media (max-width: 639px) { .gp-component-id-QYRMqOvScDg[data-gp-component] { padding-left: 20px;padding-top: 27px;width: 100%;height: 100%;flex-direction: column;justify-content: center;align-items: flex-start;display: flex; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-QYRMqOvScDg[data-gp-component] { padding-left: 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-QYRMqOvScDg[data-gp-component] { padding-left: 20px;width: 100%;height: 100%;flex-direction: column;justify-content: center;align-items: flex-start;display: flex; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-QYRMqOvScDg[data-gp-component] { padding-left: 20px;width: 100%;height: 100%;flex-direction: column;justify-content: center;align-items: flex-start;display: flex; } } @media (min-width: 1200px) { .gp-component-id-QYRMqOvScDg[data-gp-component] { padding-left: 20px;width: 100%;height: 100%;flex-direction: column;justify-content: center;align-items: flex-start;display: flex; } } @media (max-width: 639px) { .gp-component-id-GAE31i7CE[data-gp-component] { border-top-left-radius: 0px;border-top-right-radius: 0px;border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;margin-left: 0px;margin-right: 0px;margin-top: 44px;padding-left: 8px;padding-right: 8px;width: 100%; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-GAE31i7CE[data-gp-component] { border-top-left-radius: 0px;border-top-right-radius: 0px;border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;margin-top: 44px;padding-left: 8px;padding-right: 8px;width: 100%; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-GAE31i7CE[data-gp-component] { border-top-left-radius: 0px;border-top-right-radius: 0px;border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;margin-top: 44px;padding-left: 8px;padding-right: 8px;width: 100%; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-GAE31i7CE[data-gp-component] { border-top-left-radius: 0px;border-top-right-radius: 0px;border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;margin-top: 44px;padding-left: 8px;padding-right: 8px;width: 100%; } } @media (min-width: 1200px) { .gp-component-id-GAE31i7CE[data-gp-component] { border-top-left-radius: 0px;border-top-right-radius: 0px;border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;margin-top: 44px;padding-left: 8px;padding-right: 8px;width: 100%; } } @media (max-width: 639px) { .gp-component-id-qBn2S_LlMt[data-gp-component] { width: 100%;height: 100%;flex-direction: column;justify-content: center;align-items: center;display: flex; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-qBn2S_LlMt[data-gp-component] { width: 100%;height: 100%;flex-direction: column;justify-content: center;align-items: center;display: flex; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-qBn2S_LlMt[data-gp-component] { width: 100%;height: 100%;flex-direction: column;justify-content: center;align-items: center;display: flex; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-qBn2S_LlMt[data-gp-component] { width: 100%;height: 100%;flex-direction: column;justify-content: center;align-items: center;display: flex; } } @media (min-width: 1200px) { .gp-component-id-qBn2S_LlMt[data-gp-component] { width: 100%;height: 100%;flex-direction: column;justify-content: center;align-items: center;display: flex; } } @media (max-width: 639px) { .gp-component-id-NWxf_cfIRH[data-gp-component] { width: 100%;height: 100%;flex-direction: column;justify-content: center;align-items: center;display: flex; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-NWxf_cfIRH[data-gp-component] { width: 100%;height: 100%;flex-direction: column;justify-content: center;align-items: center;display: flex; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-NWxf_cfIRH[data-gp-component] { width: 100%;height: 100%;flex-direction: column;justify-content: center;align-items: center;display: flex; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-NWxf_cfIRH[data-gp-component] { width: 100%;height: 100%;flex-direction: column;justify-content: center;align-items: center;display: flex; } } @media (min-width: 1200px) { .gp-component-id-NWxf_cfIRH[data-gp-component] { width: 100%;height: 100%;flex-direction: column;justify-content: center;align-items: center;display: flex; } } @media (max-width: 639px) { .gp-component-id-8DaGni1C4P[data-gp-component] { width: 100%;height: 100%;flex-direction: column;justify-content: center;align-items: center;display: flex; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-8DaGni1C4P[data-gp-component] { width: 100%;height: 100%;flex-direction: column;justify-content: center;align-items: center;display: flex; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-8DaGni1C4P[data-gp-component] { width: 100%;height: 100%;flex-direction: column;justify-content: center;align-items: center;display: flex; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-8DaGni1C4P[data-gp-component] { width: 100%;height: 100%;flex-direction: column;justify-content: center;align-items: center;display: flex; } } @media (min-width: 1200px) { .gp-component-id-8DaGni1C4P[data-gp-component] { width: 100%;height: 100%;flex-direction: column;justify-content: center;align-items: center;display: flex; } } @media (max-width: 639px) { .gp-component-id-Y3OKeZXXss[data-gp-component] { width: 100%;height: 100%;flex-direction: column;justify-content: center;align-items: center;display: flex; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-Y3OKeZXXss[data-gp-component] { width: 100%;height: 100%;flex-direction: column;justify-content: center;align-items: center;display: flex; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-Y3OKeZXXss[data-gp-component] { width: 100%;height: 100%;flex-direction: column;justify-content: center;align-items: center;display: flex; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-Y3OKeZXXss[data-gp-component] { width: 100%;height: 100%;flex-direction: column;justify-content: center;align-items: center;display: flex; } } @media (min-width: 1200px) { .gp-component-id-Y3OKeZXXss[data-gp-component] { width: 100%;height: 100%;flex-direction: column;justify-content: center;align-items: center;display: flex; } } @media (max-width: 639px) { .gp-component-id-San2HMHUnR[data-gp-component] { margin-left: auto;margin-right: auto;padding-top: 32px;padding-bottom: 72px;width: 100%;flex-direction: column;justify-content: center;align-items: center;display: flex; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-San2HMHUnR[data-gp-component] { margin-left: auto;margin-right: auto;padding-top: 32px;padding-bottom: 72px;width: 100%;max-width: 640px;flex-direction: column;justify-content: center;align-items: center;display: flex; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-San2HMHUnR[data-gp-component] { margin-left: auto;margin-right: auto;padding-top: 32px;padding-bottom: 72px;width: 100%;max-width: 768px;flex-direction: column;justify-content: center;align-items: center;display: flex; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-San2HMHUnR[data-gp-component] { margin-left: auto;margin-right: auto;padding-top: 72px;padding-bottom: 72px;width: 100%;max-width: 992px;flex-direction: column;justify-content: center;align-items: center;display: flex; } } @media (min-width: 1200px) { .gp-component-id-San2HMHUnR[data-gp-component] { margin-left: auto;margin-right: auto;padding-top: 72px;padding-bottom: 72px;width: 100%;max-width: 1200px;flex-direction: column;justify-content: center;align-items: center;display: flex; } } @media (max-width: 639px) { .gp-component-id-e8kaSHCNoM[data-gp-component] { margin-bottom: 27px;padding-left: 16px;padding-right: 16px;width: 100%; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-e8kaSHCNoM[data-gp-component] { margin-bottom: 27px;padding-left: 16px;padding-right: 16px;width: 100%; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-e8kaSHCNoM[data-gp-component] { margin-bottom: 27px;padding-left: 16px;padding-right: 16px;width: 100%; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-e8kaSHCNoM[data-gp-component] { margin-bottom: 27px;padding-left: 16px;padding-right: 16px;width: 100%; } } @media (min-width: 1200px) { .gp-component-id-e8kaSHCNoM[data-gp-component] { margin-bottom: 27px;padding-left: 16px;padding-right: 16px;width: 100%; } } @media (max-width: 639px) { .gp-component-id-YHJdjYmKS[data-gp-component] { border-left-style: solid;border-right-style: solid;border-top-style: solid;border-bottom-style: solid;opacity: 1;box-shadow: rgba(0, 0, 0, 0.21) 0px 2px 10px 3px;width: 283px;height: 620px;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-YHJdjYmKS[data-gp-component] { border-left-style: solid;border-right-style: solid;border-top-style: solid;border-bottom-style: solid;opacity: 1;box-shadow: rgba(0, 0, 0, 0.21) 0px 2px 10px 3px;width: 283px;height: 620px;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-YHJdjYmKS[data-gp-component] { border-left-style: solid;border-right-style: solid;border-top-style: solid;border-bottom-style: solid;opacity: 1;box-shadow: rgba(0, 0, 0, 0.21) 0px 2px 10px 3px;width: 283px;height: 620px;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-YHJdjYmKS[data-gp-component] { border-left-style: solid;border-right-style: solid;border-top-style: solid;border-bottom-style: solid;opacity: 1;box-shadow: rgba(0, 0, 0, 0.21) 0px 2px 10px 3px;width: 283px;height: 620px;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-YHJdjYmKS[data-gp-component] { border-left-style: solid;border-right-style: solid;border-top-style: solid;border-bottom-style: solid;opacity: 1;box-shadow: rgba(0, 0, 0, 0.21) 0px 2px 10px 3px;width: 283px;height: 620px;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-PUlQIsrGP[data-gp-component] { border-left-style: solid;border-right-style: solid;border-top-style: solid;border-bottom-style: solid;opacity: 1;width: 283px;height: 621px;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-PUlQIsrGP[data-gp-component] { border-left-style: solid;border-right-style: solid;border-top-style: solid;border-bottom-style: solid;opacity: 1;width: 283px;height: 621px;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-PUlQIsrGP[data-gp-component] { border-left-style: solid;border-right-style: solid;border-top-style: solid;border-bottom-style: solid;opacity: 1;width: 283px;height: 621px;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-PUlQIsrGP[data-gp-component] { border-left-style: solid;border-right-style: solid;border-top-style: solid;border-bottom-style: solid;opacity: 1;width: 283px;height: 621px;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-PUlQIsrGP[data-gp-component] { border-left-style: solid;border-right-style: solid;border-top-style: solid;border-bottom-style: solid;opacity: 1;width: 283px;height: 621px;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-mWovX513s[data-gp-component] { border-left-style: solid;border-right-style: solid;border-top-style: solid;border-bottom-style: solid;width: 283px;height: 621px;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-mWovX513s[data-gp-component] { border-left-style: solid;border-right-style: solid;border-top-style: solid;border-bottom-style: solid;width: 283px;height: 621px;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-mWovX513s[data-gp-component] { border-left-style: solid;border-right-style: solid;border-top-style: solid;border-bottom-style: solid;width: 283px;height: 621px;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-mWovX513s[data-gp-component] { border-left-style: solid;border-right-style: solid;border-top-style: solid;border-bottom-style: solid;width: 283px;height: 621px;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-mWovX513s[data-gp-component] { border-left-style: solid;border-right-style: solid;border-top-style: solid;border-bottom-style: solid;width: 283px;height: 621px;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-Ft2spUFxH[data-gp-component] { border-left-style: solid;border-right-style: solid;border-top-style: solid;border-bottom-style: solid;width: 283px;height: 616px;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-Ft2spUFxH[data-gp-component] { border-left-style: solid;border-right-style: solid;border-top-style: solid;border-bottom-style: solid;width: 283px;height: 616px;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-Ft2spUFxH[data-gp-component] { border-left-style: solid;border-right-style: solid;border-top-style: solid;border-bottom-style: solid;width: 283px;height: 616px;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-Ft2spUFxH[data-gp-component] { border-left-style: solid;border-right-style: solid;border-top-style: solid;border-bottom-style: solid;width: 283px;height: 616px;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-Ft2spUFxH[data-gp-component] { border-left-style: solid;border-right-style: solid;border-top-style: solid;border-bottom-style: solid;width: 283px;height: 616px;max-width: 100%;justify-content: flex-start;align-items: flex-start;display: inline-flex;object-position: center center;object-fit: cover; } } .gp-component-id-vVRTRkjiA { flex-wrap: wrap;margin-right: -8px;margin-left: -8px; } @media (max-width: 639px) { .gp-component-id-vVRTRkjiA { flex-wrap: wrap;margin-right: -8px;margin-left: -8px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-vVRTRkjiA { flex-wrap: wrap;margin-right: -8px;margin-left: -8px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-vVRTRkjiA { flex-wrap: wrap;margin-right: -8px;margin-left: -8px;display: flex; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-vVRTRkjiA { flex-wrap: wrap;margin-right: -8px;margin-left: -8px;display: flex; } } @media (min-width: 1200px) { .gp-component-id-vVRTRkjiA { flex-wrap: wrap;margin-right: -8px;margin-left: -8px;display: flex; } } .gp-component-id-vy0I0mZwDz { flex-basis: auto;flex-shrink: 0;flex-grow: 0;padding-right: 8px;width: 100%;padding-left: 8px; } @media (max-width: 639px) { .gp-component-id-vy0I0mZwDz { 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-vy0I0mZwDz { 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-vy0I0mZwDz { 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-vy0I0mZwDz { flex-basis: auto;flex-shrink: 0;flex-grow: 0;padding-right: 8px;width: 25%;padding-left: 8px; } } @media (min-width: 1200px) { .gp-component-id-vy0I0mZwDz { flex-basis: auto;flex-shrink: 0;flex-grow: 0;padding-right: 8px;width: 25%;padding-left: 8px; } } .gp-component-id-wrm25sRlKL { flex-basis: auto;flex-shrink: 0;flex-grow: 0;padding-right: 8px;width: 100%;padding-left: 8px; } @media (max-width: 639px) { .gp-component-id-wrm25sRlKL { 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-wrm25sRlKL { 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-wrm25sRlKL { 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-wrm25sRlKL { flex-basis: auto;flex-shrink: 0;flex-grow: 0;padding-right: 8px;width: 25%;padding-left: 8px; } } @media (min-width: 1200px) { .gp-component-id-wrm25sRlKL { flex-basis: auto;flex-shrink: 0;flex-grow: 0;padding-right: 8px;width: 25%;padding-left: 8px; } } .gp-component-id-VJJ0IpqBsq { flex-basis: auto;flex-shrink: 0;flex-grow: 0;padding-right: 8px;width: 100%;padding-left: 8px; } @media (max-width: 639px) { .gp-component-id-VJJ0IpqBsq { 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-VJJ0IpqBsq { 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-VJJ0IpqBsq { 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-VJJ0IpqBsq { flex-basis: auto;flex-shrink: 0;flex-grow: 0;padding-right: 8px;width: 25%;padding-left: 8px; } } @media (min-width: 1200px) { .gp-component-id-VJJ0IpqBsq { flex-basis: auto;flex-shrink: 0;flex-grow: 0;padding-right: 8px;width: 25%;padding-left: 8px; } } .gp-component-id-B6tB4zUvXC { flex-basis: auto;flex-shrink: 0;flex-grow: 0;padding-right: 8px;width: 100%;padding-left: 8px; } @media (max-width: 639px) { .gp-component-id-B6tB4zUvXC { 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-B6tB4zUvXC { 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-B6tB4zUvXC { 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-B6tB4zUvXC { flex-basis: auto;flex-shrink: 0;flex-grow: 0;padding-right: 8px;width: 25%;padding-left: 8px; } } @media (min-width: 1200px) { .gp-component-id-B6tB4zUvXC { flex-basis: auto;flex-shrink: 0;flex-grow: 0;padding-right: 8px;width: 25%;padding-left: 8px; } } @media (max-width: 639px) { [data-gp-text] .gp-component-id-3gZ7H_utERa { font-size: 68px !important;font-weight: 600 !important;text-align: center;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 20px; } } @media (max-width: 767px) and (min-width: 640px) { [data-gp-text] .gp-component-id-3gZ7H_utERa { font-size: 68px !important;font-weight: 600 !important;text-align: center;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 20px; } } @media (max-width: 991px) and (min-width: 768px) { [data-gp-text] .gp-component-id-3gZ7H_utERa { font-size: 68px !important;font-weight: 600 !important;text-align: left;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 20px; } } @media (max-width: 1199px) and (min-width: 992px) { [data-gp-text] .gp-component-id-3gZ7H_utERa { font-size: 68px !important;font-weight: 600 !important;text-align: left;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 20px; } } @media (min-width: 1200px) { [data-gp-text] .gp-component-id-3gZ7H_utERa { font-size: 68px !important;font-weight: 600 !important;text-align: left;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 20px; } } @media (max-width: 639px) { .gp-component-id-t9btGv8Lg[data-gp-component] { position: relative;z-index: 10; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-t9btGv8Lg[data-gp-component] { position: relative;z-index: 10; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-t9btGv8Lg[data-gp-component] { position: relative;z-index: 10; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-t9btGv8Lg[data-gp-component] { position: relative;z-index: 10; } } @media (min-width: 1200px) { .gp-component-id-t9btGv8Lg[data-gp-component] { position: relative;z-index: 10; } } @media (max-width: 639px) { body { --gp-bg-spacing: 47px;--gp-bg-back-color: transparent;--gp-bg-front-color: transparent;--gp-bg-opacity: 0.2; } } @media (max-width: 767px) and (min-width: 640px) { body { --gp-bg-spacing: 47px;--gp-bg-back-color: transparent;--gp-bg-front-color: transparent;--gp-bg-opacity: 0.2; } } @media (max-width: 991px) and (min-width: 768px) { body { --gp-bg-spacing: 47px;--gp-bg-back-color: transparent;--gp-bg-front-color: transparent;--gp-bg-opacity: 0.2; } } @media (max-width: 1199px) and (min-width: 992px) { body { --gp-bg-spacing: 47px;--gp-bg-back-color: transparent;--gp-bg-front-color: transparent;--gp-bg-opacity: 0.2; } } @media (min-width: 1200px) { body { --gp-bg-spacing: 47px;--gp-bg-back-color: transparent;--gp-bg-front-color: transparent;--gp-bg-opacity: 0.2; } } @media (max-width: 639px) { .gp-component-id-0r0OqJU1A[data-gp-component] { border-left-style: solid;border-right-style: solid;border-top-style: solid;border-bottom-style: solid;box-shadow: rgba(0, 0, 0, 0.2) 0px -3px 0px inset;height: auto;max-width: 82%;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-0r0OqJU1A[data-gp-component] { border-left-style: solid;border-right-style: solid;border-top-style: solid;border-bottom-style: solid;box-shadow: rgba(0, 0, 0, 0.2) 0px -3px 0px inset;height: auto;max-width: 82%;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-0r0OqJU1A[data-gp-component] { border-left-style: solid;border-right-style: solid;border-top-style: solid;border-bottom-style: solid;box-shadow: rgba(0, 0, 0, 0.2) 0px -3px 0px inset;height: auto;max-width: 82%;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-0r0OqJU1A[data-gp-component] { border-left-style: solid;border-right-style: solid;border-top-style: solid;border-bottom-style: solid;box-shadow: rgba(0, 0, 0, 0.2) 0px -3px 0px inset;height: auto;max-width: 82%;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-0r0OqJU1A[data-gp-component] { border-left-style: solid;border-right-style: solid;border-top-style: solid;border-bottom-style: solid;box-shadow: rgba(0, 0, 0, 0.2) 0px -3px 0px inset;height: auto;max-width: 82%;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-cSA71MX0M { font-size: 22px !important;font-weight: 700 !important;color: rgb(255, 7, 7); } } @media (max-width: 767px) and (min-width: 640px) { [data-gp-text] .gp-component-id-cSA71MX0M { font-size: 22px !important;font-weight: 700 !important;color: rgb(255, 7, 7); } } @media (max-width: 991px) and (min-width: 768px) { [data-gp-text] .gp-component-id-cSA71MX0M { font-size: 22px !important;font-weight: 700 !important;color: rgb(255, 7, 7); } } @media (max-width: 1199px) and (min-width: 992px) { [data-gp-text] .gp-component-id-cSA71MX0M { font-size: 22px !important;font-weight: 700 !important;color: rgb(255, 7, 7); } } @media (min-width: 1200px) { [data-gp-text] .gp-component-id-cSA71MX0M { font-size: 22px !important;font-weight: 700 !important;color: rgb(255, 7, 7); } } .gp-component-id-cSA71MX0M { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px;font-weight: inherit;font-size: inherit; } @media (max-width: 639px) { .gp-component-id-cSA71MX0M { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px;font-weight: inherit;font-size: inherit; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-cSA71MX0M { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px;font-weight: inherit;font-size: inherit; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-cSA71MX0M { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px;font-weight: inherit;font-size: inherit; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-cSA71MX0M { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px;font-weight: inherit;font-size: inherit; } } @media (min-width: 1200px) { .gp-component-id-cSA71MX0M { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px;font-weight: inherit;font-size: inherit; } } @media (max-width: 639px) { .gp-component-id-PYZORHL1RL[data-gp-component] { margin-left: auto;margin-right: auto;width: 100%;flex-direction: row;justify-content: center;align-items: center;display: flex;position: relative;z-index: 15; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-PYZORHL1RL[data-gp-component] { margin-left: auto;margin-right: auto;width: 100%;max-width: 640px;flex-direction: row;justify-content: center;align-items: center;display: flex;position: relative;z-index: 15; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-PYZORHL1RL[data-gp-component] { margin-left: auto;margin-right: auto;width: 100%;max-width: 768px;flex-direction: row;justify-content: center;align-items: center;display: flex;position: relative;z-index: 15; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-PYZORHL1RL[data-gp-component] { margin-left: auto;margin-right: auto;width: 100%;max-width: 992px;flex-direction: row;justify-content: center;align-items: center;display: flex;position: relative;z-index: 15; } } @media (min-width: 1200px) { .gp-component-id-PYZORHL1RL[data-gp-component] { margin-left: auto;margin-right: auto;width: 100%;max-width: 1200px;flex-direction: row;justify-content: center;align-items: center;display: flex;position: relative;z-index: 15; } } @media (max-width: 639px) { .gp-component-id-cYxPDFL9e[data-gp-component] { background-image: url("https://images.groovetech.io/rmVr5tLoe6AFEsSqBIMfUVf5dmr4mvTQTNfaOlz_AOY/rs:fit:0:0:0/g:no:0:0/c:0:0/aHR0cHM6Ly9hc3NldHMuZ3Jvb3ZlYXBwcy5jb20vaW1hZ2VzLzEzMDU2NjhiLWY2NzUtNDBkZS1iMjFmLTY2OTNmZjgwODdhMi8xNzY2NDA0NjQ3X0NhcHR1cmUyLlBORw.webp");background-size: cover;background-repeat: no-repeat;background-attachment: fixed;padding-top: 0px;padding-bottom: 0px;height: auto;flex-direction: column;display: flex;position: relative;z-index: 10;min-height: 100vh;background-position-x: 50%;background-position-y: 0%; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-cYxPDFL9e[data-gp-component] { background-image: url("https://images.groovetech.io/rmVr5tLoe6AFEsSqBIMfUVf5dmr4mvTQTNfaOlz_AOY/rs:fit:0:0:0/g:no:0:0/c:0:0/aHR0cHM6Ly9hc3NldHMuZ3Jvb3ZlYXBwcy5jb20vaW1hZ2VzLzEzMDU2NjhiLWY2NzUtNDBkZS1iMjFmLTY2OTNmZjgwODdhMi8xNzY2NDA0NjQ3X0NhcHR1cmUyLlBORw.webp");background-size: cover;background-repeat: no-repeat;background-attachment: fixed;padding-top: 0px;padding-bottom: 0px;height: 1200px;flex-direction: column;display: flex;position: relative;z-index: 10;min-height: 100vh;background-position-x: 50%;background-position-y: 0%; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-cYxPDFL9e[data-gp-component] { background-image: url("https://images.groovetech.io/rmVr5tLoe6AFEsSqBIMfUVf5dmr4mvTQTNfaOlz_AOY/rs:fit:0:0:0/g:no:0:0/c:0:0/aHR0cHM6Ly9hc3NldHMuZ3Jvb3ZlYXBwcy5jb20vaW1hZ2VzLzEzMDU2NjhiLWY2NzUtNDBkZS1iMjFmLTY2OTNmZjgwODdhMi8xNzY2NDA0NjQ3X0NhcHR1cmUyLlBORw.webp");background-size: cover;background-repeat: no-repeat;background-attachment: fixed;padding-top: 0px;padding-bottom: 0px;height: 1200px;flex-direction: column;display: flex;position: relative;z-index: 10;min-height: 100vh;background-position-x: 50%;background-position-y: 0%; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-cYxPDFL9e[data-gp-component] { background-image: url("https://images.groovetech.io/rmVr5tLoe6AFEsSqBIMfUVf5dmr4mvTQTNfaOlz_AOY/rs:fit:0:0:0/g:no:0:0/c:0:0/aHR0cHM6Ly9hc3NldHMuZ3Jvb3ZlYXBwcy5jb20vaW1hZ2VzLzEzMDU2NjhiLWY2NzUtNDBkZS1iMjFmLTY2OTNmZjgwODdhMi8xNzY2NDA0NjQ3X0NhcHR1cmUyLlBORw.webp");background-size: cover;background-repeat: no-repeat;background-attachment: fixed;padding-top: 0px;padding-bottom: 0px;height: 1200px;flex-direction: column;display: flex;position: relative;z-index: 10;min-height: 100vh;background-position-x: 50%;background-position-y: 0%; } } @media (min-width: 1200px) { .gp-component-id-cYxPDFL9e[data-gp-component] { background-image: url("https://images.groovetech.io/rmVr5tLoe6AFEsSqBIMfUVf5dmr4mvTQTNfaOlz_AOY/rs:fit:0:0:0/g:no:0:0/c:0:0/aHR0cHM6Ly9hc3NldHMuZ3Jvb3ZlYXBwcy5jb20vaW1hZ2VzLzEzMDU2NjhiLWY2NzUtNDBkZS1iMjFmLTY2OTNmZjgwODdhMi8xNzY2NDA0NjQ3X0NhcHR1cmUyLlBORw.webp");background-size: cover;background-repeat: no-repeat;background-attachment: fixed;padding-top: 0px;padding-bottom: 0px;height: 1200px;flex-direction: column;display: flex;position: relative;z-index: 10;min-height: 100vh;background-position-x: 50%;background-position-y: 0%; } } @media (max-width: 639px) { .gp-component-id-9jBTuMwvP0d[data-gp-component] { padding-bottom: 0px;justify-content: center;align-items: center;display: flex;flex-wrap: wrap; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-9jBTuMwvP0d[data-gp-component] { padding-bottom: 0px;justify-content: center;align-items: center;display: flex;flex-wrap: wrap; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-9jBTuMwvP0d[data-gp-component] { padding-bottom: 0px;justify-content: flex-start;align-items: center;display: flex;flex-wrap: wrap; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-9jBTuMwvP0d[data-gp-component] { padding-bottom: 0px;justify-content: flex-start;align-items: center;display: flex;flex-wrap: wrap; } } @media (min-width: 1200px) { .gp-component-id-9jBTuMwvP0d[data-gp-component] { padding-bottom: 0px;justify-content: flex-start;align-items: center;display: flex;flex-wrap: wrap; } } @media (max-width: 639px) { .gp-component-id-ll_u2EyuSl { font-size: 79px !important;font-weight: 600 !important;text-align: center;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 20px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-ll_u2EyuSl { font-size: 100px !important;font-weight: 600 !important;text-align: center;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 20px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-ll_u2EyuSl { font-size: 100px !important;font-weight: 600 !important;text-align: left;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 20px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-ll_u2EyuSl { font-size: 100px !important;font-weight: 600 !important;text-align: left;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 20px; } } @media (min-width: 1200px) { .gp-component-id-ll_u2EyuSl { font-size: 100px !important;font-weight: 600 !important;text-align: left;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 20px; } } @media (max-width: 639px) { .gp-component-id-B6F4giXm59[data-gp-component] { font-weight: 600;padding-bottom: 8px;width: 100%;height: 100%; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-B6F4giXm59[data-gp-component] { font-weight: 600;padding-bottom: 8px;width: 100%;height: 100%; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-B6F4giXm59[data-gp-component] { font-weight: 600;padding-bottom: 8px;width: 100%;height: 100%; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-B6F4giXm59[data-gp-component] { font-weight: 600;padding-bottom: 8px;width: 100%;height: 100%; } } @media (min-width: 1200px) { .gp-component-id-B6F4giXm59[data-gp-component] { font-weight: 600;padding-bottom: 8px;width: 100%;height: 100%; } } @media (max-width: 639px) { [data-gp-text] .gp-component-id-NwIY9Cq3D { font-weight: 600; } [data-gp-text] .gp-component-id-NwIY9Cq3D:hover,[data-gp-text] .gp-component-id-NwIY9Cq3D.gp-hover { font-weight: 600;color: rgb(255, 7, 7); } } @media (max-width: 767px) and (min-width: 640px) { [data-gp-text] .gp-component-id-NwIY9Cq3D { font-weight: 600; } [data-gp-text] .gp-component-id-NwIY9Cq3D:hover,[data-gp-text] .gp-component-id-NwIY9Cq3D.gp-hover { font-weight: 600;color: rgb(255, 7, 7); } } @media (max-width: 991px) and (min-width: 768px) { [data-gp-text] .gp-component-id-NwIY9Cq3D { font-weight: 600; } [data-gp-text] .gp-component-id-NwIY9Cq3D:hover,[data-gp-text] .gp-component-id-NwIY9Cq3D.gp-hover { font-weight: 600;color: rgb(255, 7, 7); } } @media (max-width: 1199px) and (min-width: 992px) { [data-gp-text] .gp-component-id-NwIY9Cq3D { font-weight: 600; } [data-gp-text] .gp-component-id-NwIY9Cq3D:hover,[data-gp-text] .gp-component-id-NwIY9Cq3D.gp-hover { font-weight: 600;color: rgb(255, 7, 7); } } @media (min-width: 1200px) { [data-gp-text] .gp-component-id-NwIY9Cq3D { font-weight: 600; } [data-gp-text] .gp-component-id-NwIY9Cq3D:hover,[data-gp-text] .gp-component-id-NwIY9Cq3D.gp-hover { font-weight: 600;color: rgb(255, 7, 7); } } @media (max-width: 639px) { .gp-component-id-HJzhhRI5fO[data-gp-component] { padding-bottom: 8px;width: 100%;height: 100%; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-HJzhhRI5fO[data-gp-component] { padding-bottom: 8px;width: 100%;height: 100%; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-HJzhhRI5fO[data-gp-component] { padding-bottom: 8px;width: 100%;height: 100%; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-HJzhhRI5fO[data-gp-component] { padding-bottom: 8px;width: 100%;height: 100%; } } @media (min-width: 1200px) { .gp-component-id-HJzhhRI5fO[data-gp-component] { padding-bottom: 8px;width: 100%;height: 100%; } } @media (max-width: 639px) { .gp-component-id-ghXiW6okhi[data-gp-component] { padding-bottom: 8px;width: 100%;height: 100%; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-ghXiW6okhi[data-gp-component] { padding-bottom: 8px;width: 100%;height: 100%; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-ghXiW6okhi[data-gp-component] { padding-bottom: 8px;width: 100%;height: 100%; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-ghXiW6okhi[data-gp-component] { padding-bottom: 8px;width: 100%;height: 100%; } } @media (min-width: 1200px) { .gp-component-id-ghXiW6okhi[data-gp-component] { padding-bottom: 8px;width: 100%;height: 100%; } } @media (max-width: 639px) { .gp-component-id-yBd64BrzAB[data-gp-component] { font-size: 18px !important;padding-left: 8px;padding-right: 8px;width: 100%; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-yBd64BrzAB[data-gp-component] { font-size: 18px !important;padding-left: 8px;padding-right: 8px;width: 100%; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-yBd64BrzAB[data-gp-component] { font-size: 18px !important;padding-left: 8px;padding-right: 8px;width: 100%; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-yBd64BrzAB[data-gp-component] { font-size: 18px !important;padding-left: 8px;padding-right: 8px;width: 100%; } } @media (min-width: 1200px) { .gp-component-id-yBd64BrzAB[data-gp-component] { font-size: 18px !important;padding-left: 8px;padding-right: 8px;width: 100%; } } @media (max-width: 639px) { [data-gp-text] .gp-component-id-pEg4N0jB3:hover,[data-gp-text] .gp-component-id-pEg4N0jB3.gp-hover { font-weight: 600;color: rgba(255, 7, 7, 1); } } @media (max-width: 767px) and (min-width: 640px) { [data-gp-text] .gp-component-id-pEg4N0jB3:hover,[data-gp-text] .gp-component-id-pEg4N0jB3.gp-hover { font-weight: 600;color: rgba(255, 7, 7, 1); } } @media (max-width: 991px) and (min-width: 768px) { [data-gp-text] .gp-component-id-pEg4N0jB3:hover,[data-gp-text] .gp-component-id-pEg4N0jB3.gp-hover { font-weight: 600;color: rgba(255, 7, 7, 1); } } @media (max-width: 1199px) and (min-width: 992px) { [data-gp-text] .gp-component-id-pEg4N0jB3:hover,[data-gp-text] .gp-component-id-pEg4N0jB3.gp-hover { font-weight: 600;color: rgba(255, 7, 7, 1); } } @media (min-width: 1200px) { [data-gp-text] .gp-component-id-pEg4N0jB3:hover,[data-gp-text] .gp-component-id-pEg4N0jB3.gp-hover { font-weight: 600;color: rgba(255, 7, 7, 1); } } .gp-component-id-NwIY9Cq3D { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px;font-weight: inherit;font-size: inherit; } @media (max-width: 639px) { .gp-component-id-NwIY9Cq3D { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px;font-weight: inherit;font-size: inherit; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-NwIY9Cq3D { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px;font-weight: inherit;font-size: inherit; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-NwIY9Cq3D { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px;font-weight: inherit;font-size: inherit; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-NwIY9Cq3D { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px;font-weight: inherit;font-size: inherit; } } @media (min-width: 1200px) { .gp-component-id-NwIY9Cq3D { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px;font-weight: inherit;font-size: inherit; } } .gp-component-id-SGpfQVvM2 { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px;font-weight: inherit;font-size: inherit; } @media (max-width: 639px) { .gp-component-id-SGpfQVvM2 { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px;font-weight: inherit;font-size: inherit; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-SGpfQVvM2 { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px;font-weight: inherit;font-size: inherit; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-SGpfQVvM2 { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px;font-weight: inherit;font-size: inherit; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-SGpfQVvM2 { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px;font-weight: inherit;font-size: inherit; } } @media (min-width: 1200px) { .gp-component-id-SGpfQVvM2 { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px;font-weight: inherit;font-size: inherit; } } .gp-component-id-pEg4N0jB3 { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px;font-weight: inherit;font-size: inherit; } @media (max-width: 639px) { .gp-component-id-pEg4N0jB3 { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px;font-weight: inherit;font-size: inherit; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-pEg4N0jB3 { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px;font-weight: inherit;font-size: inherit; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-pEg4N0jB3 { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px;font-weight: inherit;font-size: inherit; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-pEg4N0jB3 { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px;font-weight: inherit;font-size: inherit; } } @media (min-width: 1200px) { .gp-component-id-pEg4N0jB3 { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px;font-weight: inherit;font-size: inherit; } } @media (max-width: 639px) { .gp-component-id-9ZbBsaldEJN[data-gp-component] { border-left-style: solid;border-right-style: solid;border-top-style: solid;border-bottom-style: solid;margin-right: 16px;width: 51%;height: auto;max-width: 237px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-9ZbBsaldEJN[data-gp-component] { border-left-style: solid;border-right-style: solid;border-top-style: solid;border-bottom-style: solid;margin-right: 16px;width: 32px;height: auto;max-width: 237px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-9ZbBsaldEJN[data-gp-component] { border-left-style: solid;border-right-style: solid;border-top-style: solid;border-bottom-style: solid;margin-right: 16px;width: 32px;height: auto;max-width: 237px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-9ZbBsaldEJN[data-gp-component] { border-left-style: solid;border-right-style: solid;border-top-style: solid;border-bottom-style: solid;margin-right: 0px;width: auto;height: auto;max-width: 237px; } } @media (min-width: 1200px) { .gp-component-id-9ZbBsaldEJN[data-gp-component] { border-left-style: solid;border-right-style: solid;border-top-style: solid;border-bottom-style: solid;margin-right: 0px;width: auto;height: auto;max-width: 237px; } } @media (max-width: 639px) { .gp-component-id-QAHgzKgpa3[data-gp-component] { margin-left: auto;margin-right: auto;width: 88%;flex-direction: row;justify-content: center;align-items: center;display: flex; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-QAHgzKgpa3[data-gp-component] { margin-left: auto;margin-right: auto;width: 100%;max-width: 640px;justify-content: space-between;align-items: center;display: flex; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-QAHgzKgpa3[data-gp-component] { margin-left: auto;margin-right: auto;width: 100%;max-width: 768px;justify-content: space-between;align-items: center;display: flex; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-QAHgzKgpa3[data-gp-component] { margin-left: auto;margin-right: auto;width: 100%;max-width: 992px;justify-content: space-between;align-items: center;display: flex;position: relative; } } @media (min-width: 1200px) { .gp-component-id-QAHgzKgpa3[data-gp-component] { margin-left: auto;margin-right: auto;width: 100%;max-width: 1200px;justify-content: space-between;align-items: center;display: flex;position: relative; } } @media (max-width: 639px) { .gp-component-id-IZ39h8peT0[data-gp-component] { text-align: center;box-shadow: rgba(0, 0, 0, 0.12) 0px 4px 8px 0px, rgba(0, 0, 0, 0.08) 0px 2px 4px 0px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-IZ39h8peT0[data-gp-component] { box-shadow: rgba(0, 0, 0, 0.12) 0px 4px 8px 0px, rgba(0, 0, 0, 0.08) 0px 2px 4px 0px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-IZ39h8peT0[data-gp-component] { box-shadow: rgba(0, 0, 0, 0.12) 0px 4px 8px 0px, rgba(0, 0, 0, 0.08) 0px 2px 4px 0px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-IZ39h8peT0[data-gp-component] { box-shadow: rgba(0, 0, 0, 0.12) 0px 4px 8px 0px, rgba(0, 0, 0, 0.08) 0px 2px 4px 0px; } } @media (min-width: 1200px) { .gp-component-id-IZ39h8peT0[data-gp-component] { box-shadow: rgba(0, 0, 0, 0.12) 0px 4px 8px 0px, rgba(0, 0, 0, 0.08) 0px 2px 4px 0px; } } @media (max-width: 639px) { .gp-component-id-iPghPJnpzv[data-gp-component] { text-align: center;padding-left: 8px;padding-right: 8px;padding-top: 20px;padding-bottom: 20px;position: relative; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-iPghPJnpzv[data-gp-component] { padding-left: 16px;padding-right: 16px;padding-top: 20px;padding-bottom: 20px;position: relative; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-iPghPJnpzv[data-gp-component] { padding-left: 16px;padding-right: 16px;padding-top: 20px;padding-bottom: 20px;position: relative; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-iPghPJnpzv[data-gp-component] { padding-left: 16px;padding-right: 16px;padding-top: 20px;padding-bottom: 20px;position: relative; } } @media (min-width: 1200px) { .gp-component-id-iPghPJnpzv[data-gp-component] { padding-left: 16px;padding-right: 16px;padding-top: 20px;padding-bottom: 20px;position: relative; } } @media (max-width: 639px) { .gp-component-id-aamm5iIRpTd[data-gp-component] { font-size: 24px;line-height: 1.15;font-family: inherit;background-color: transparent;background-size: initial;background-repeat: initial;background-attachment: initial;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px;padding-left: 0px;padding-right: 0px;padding-top: 0px;padding-bottom: 0px;align-items: center;display: inline-flex;cursor: pointer;background-position-x: initial;background-position-y: initial;background-origin: initial;background-clip: initial;appearance: button;text-transform: none;overflow-x: visible;overflow-y: visible; } .gp-component-id-aamm5iIRpTd[data-gp-component]:focus,.gp-component-id-aamm5iIRpTd[data-gp-component].gp-focus { outline-color: -webkit-focus-ring-color;outline-style: auto;outline-width: 5px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-aamm5iIRpTd[data-gp-component] { font-size: 24px;line-height: 1.15;font-family: inherit;background-color: transparent;background-image: initial;background-size: initial;background-repeat: initial;background-attachment: initial;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px;padding-left: 0px;padding-right: 0px;padding-top: 0px;padding-bottom: 0px;align-items: center;display: inline-flex;cursor: pointer;background-position-x: initial;background-position-y: initial;background-origin: initial;background-clip: initial;appearance: button;text-transform: none;overflow-x: visible;overflow-y: visible; } .gp-component-id-aamm5iIRpTd[data-gp-component]:focus,.gp-component-id-aamm5iIRpTd[data-gp-component].gp-focus { outline-color: -webkit-focus-ring-color;outline-style: auto;outline-width: 5px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-aamm5iIRpTd[data-gp-component] { font-size: 24px;line-height: 1.15;font-family: inherit;background-color: transparent;background-image: initial;background-size: initial;background-repeat: initial;background-attachment: initial;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px;padding-left: 0px;padding-right: 0px;padding-top: 0px;padding-bottom: 0px;align-items: center;display: inline-flex;cursor: pointer;background-position-x: initial;background-position-y: initial;background-origin: initial;background-clip: initial;appearance: button;text-transform: none;overflow-x: visible;overflow-y: visible; } .gp-component-id-aamm5iIRpTd[data-gp-component]:focus,.gp-component-id-aamm5iIRpTd[data-gp-component].gp-focus { outline-color: -webkit-focus-ring-color;outline-style: auto;outline-width: 5px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-aamm5iIRpTd[data-gp-component] { font-size: 24px;line-height: 1.15;font-family: inherit;background-color: transparent;background-image: initial;background-size: initial;background-repeat: initial;background-attachment: initial;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px;padding-left: 0px;padding-right: 0px;padding-top: 0px;padding-bottom: 0px;align-items: center;display: none;cursor: pointer;background-position-x: initial;background-position-y: initial;background-origin: initial;background-clip: initial;appearance: button;text-transform: none;overflow-x: visible;overflow-y: visible; } .gp-component-id-aamm5iIRpTd[data-gp-component]:focus,.gp-component-id-aamm5iIRpTd[data-gp-component].gp-focus { outline-color: -webkit-focus-ring-color;outline-style: auto;outline-width: 5px; } } @media (min-width: 1200px) { .gp-component-id-aamm5iIRpTd[data-gp-component] { font-size: 24px;line-height: 1.15;font-family: inherit;background-color: transparent;background-image: initial;background-size: initial;background-repeat: initial;background-attachment: initial;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px;padding-left: 0px;padding-right: 0px;padding-top: 0px;padding-bottom: 0px;align-items: center;display: none;cursor: pointer;background-position-x: initial;background-position-y: initial;background-origin: initial;background-clip: initial;appearance: button;text-transform: none;overflow-x: visible;overflow-y: visible; } .gp-component-id-aamm5iIRpTd[data-gp-component]:focus,.gp-component-id-aamm5iIRpTd[data-gp-component].gp-focus { outline-color: -webkit-focus-ring-color;outline-style: auto;outline-width: 5px; } } @media (max-width: 639px) { [data-gp-text] .gp-component-id-2oSrzqq90 { font-size: 22px !important;text-align: center;letter-spacing: 0.05em;line-height: inherit;background-color: rgb(255, 7, 7);padding-left: 8px;padding-right: 8px;width: 100%; } } @media (max-width: 767px) and (min-width: 640px) { [data-gp-text] .gp-component-id-2oSrzqq90 { font-size: 22px !important;text-align: center;letter-spacing: 0.05em;line-height: inherit;background-color: rgb(255, 7, 7);padding-left: 8px;padding-right: 8px;width: 24%; } } @media (max-width: 991px) and (min-width: 768px) { [data-gp-text] .gp-component-id-2oSrzqq90 { font-size: 22px !important;text-align: center;letter-spacing: 0.05em;line-height: inherit;background-color: rgb(255, 7, 7);padding-left: 8px;padding-right: 8px;width: 24%; } } @media (max-width: 1199px) and (min-width: 992px) { [data-gp-text] .gp-component-id-2oSrzqq90 { font-size: 22px !important;text-align: center;letter-spacing: 0.05em;line-height: inherit;background-color: rgb(255, 7, 7);padding-left: 8px;padding-right: 8px;width: 24%; } } @media (min-width: 1200px) { [data-gp-text] .gp-component-id-2oSrzqq90 { font-size: 22px !important;text-align: center;letter-spacing: 0.05em;line-height: inherit;background-color: rgb(255, 7, 7);padding-left: 8px;padding-right: 8px;width: 24%; } } @media (max-width: 639px) { .gp-component-id-MiKrla2mKvC[data-gp-component] { font-size: 20px !important;font-weight: 600 !important;color: inherit;text-align: center;margin-right: 12px;margin-bottom: 8px;padding-left: 32px;padding-right: 32px;padding-top: 12px;padding-bottom: 12px;display: inline-flex;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-MiKrla2mKvC[data-gp-component] { font-size: 20px !important;font-weight: 600 !important;color: inherit;text-align: center;margin-right: 12px;margin-bottom: 8px;padding-left: 32px;padding-right: 32px;padding-top: 12px;padding-bottom: 12px;display: inline-flex;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-MiKrla2mKvC[data-gp-component] { font-size: 20px !important;font-weight: 600 !important;color: inherit;text-align: center;margin-right: 12px;margin-bottom: 8px;padding-left: 48px;padding-right: 48px;padding-top: 12px;padding-bottom: 12px;display: inline-flex;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-MiKrla2mKvC[data-gp-component] { font-size: 20px !important;font-weight: 600 !important;color: inherit;text-align: center;margin-right: 12px;margin-bottom: 8px;padding-left: 48px;padding-right: 48px;padding-top: 12px;padding-bottom: 12px;display: inline-flex;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-MiKrla2mKvC[data-gp-component] { font-size: 20px !important;font-weight: 600 !important;color: inherit;text-align: center;margin-right: 12px;margin-bottom: 8px;padding-left: 48px;padding-right: 48px;padding-top: 12px;padding-bottom: 12px;display: inline-flex;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-RcXwm9k2DIw[data-gp-component] { font-size: 20px !important;text-align: center;margin-bottom: 8px;padding-left: 32px;padding-right: 32px;padding-top: 12px;padding-bottom: 12px;display: inline-flex;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-RcXwm9k2DIw[data-gp-component] { font-size: 20px !important;text-align: center;margin-bottom: 8px;padding-left: 32px;padding-right: 32px;padding-top: 12px;padding-bottom: 12px;display: inline-flex;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-RcXwm9k2DIw[data-gp-component] { font-size: 20px !important;text-align: center;margin-bottom: 8px;padding-left: 48px;padding-right: 48px;padding-top: 12px;padding-bottom: 12px;display: inline-flex;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-RcXwm9k2DIw[data-gp-component] { font-size: 20px !important;text-align: center;margin-bottom: 8px;padding-left: 48px;padding-right: 48px;padding-top: 12px;padding-bottom: 12px;display: inline-flex;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-RcXwm9k2DIw[data-gp-component] { font-size: 20px !important;text-align: center;margin-bottom: 8px;padding-left: 48px;padding-right: 48px;padding-top: 12px;padding-bottom: 12px;display: inline-flex;text-decoration-color: initial;text-decoration-style: solid;text-decoration-thickness: inherit;text-decoration-line: none;cursor: pointer; } } .gp-component-id-2oSrzqq90 { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px;font-weight: inherit;font-size: inherit; } @media (max-width: 639px) { .gp-component-id-2oSrzqq90 { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px;font-weight: inherit;font-size: inherit; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-2oSrzqq90 { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px;font-weight: inherit;font-size: inherit; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-2oSrzqq90 { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px;font-weight: inherit;font-size: inherit; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-2oSrzqq90 { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px;font-weight: inherit;font-size: inherit; } } @media (min-width: 1200px) { .gp-component-id-2oSrzqq90 { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px;font-weight: inherit;font-size: inherit; } } @media (max-width: 639px) { .gp-component-id-nQB0JaqDyv[data-gp-component] { background-color: rgba(0, 0, 0, 1); } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-nQB0JaqDyv[data-gp-component] { background-color: rgba(0, 0, 0, 1); } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-nQB0JaqDyv[data-gp-component] { background-color: rgba(0, 0, 0, 1); } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-nQB0JaqDyv[data-gp-component] { background-color: rgba(0, 0, 0, 1);position: static !important; } } @media (min-width: 1200px) { .gp-component-id-nQB0JaqDyv[data-gp-component] { background-color: rgba(0, 0, 0, 1);position: static !important; } } .gp-component-id-H20edrdQK { width: 100%;overflow-wrap: break-word; } @media (max-width: 639px) { .gp-component-id-H20edrdQK { width: 100%;overflow-wrap: break-word; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-H20edrdQK { width: 100%;overflow-wrap: break-word; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-H20edrdQK { width: 100%;overflow-wrap: break-word; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-H20edrdQK { width: 100%;overflow-wrap: break-word; } } @media (min-width: 1200px) { .gp-component-id-H20edrdQK { width: 100%;overflow-wrap: break-word; } } .gp-component-id-kbP_kJVXkM { width: 100%; } @media (max-width: 639px) { .gp-component-id-kbP_kJVXkM { width: 100%; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-kbP_kJVXkM { width: 100%; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-kbP_kJVXkM { width: 100%; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-kbP_kJVXkM { width: 100%; } } @media (min-width: 1200px) { .gp-component-id-kbP_kJVXkM { width: 100%; } } .gp-component-id-IMIcwj1wm8 { width: 100%;padding-left: 8px;padding-right: 8px; } @media (max-width: 639px) { .gp-component-id-IMIcwj1wm8 { width: 100%;padding-left: 8px;padding-right: 8px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-IMIcwj1wm8 { width: 100%;padding-left: 8px;padding-right: 8px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-IMIcwj1wm8 { width: 100%;padding-left: 8px;padding-right: 8px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-IMIcwj1wm8 { width: 100%;padding-left: 8px;padding-right: 8px; } } @media (min-width: 1200px) { .gp-component-id-IMIcwj1wm8 { width: 100%;padding-left: 8px;padding-right: 8px; } } .gp-component-id-Fp9fbnvmTj { z-index: 15;position: relative;width: 100%;margin-right: auto;margin-left: auto; } @media (max-width: 639px) { .gp-component-id-Fp9fbnvmTj { z-index: 15;position: relative;width: 100%;margin-right: auto;margin-left: auto; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-Fp9fbnvmTj { z-index: 15;position: relative;width: 100%;margin-right: auto;margin-left: auto;max-width: 640px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-Fp9fbnvmTj { z-index: 15;position: relative;width: 100%;margin-right: auto;margin-left: auto;max-width: 768px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-Fp9fbnvmTj { z-index: 15;position: relative;width: 100%;margin-right: auto;margin-left: auto;max-width: 992px; } } @media (min-width: 1200px) { .gp-component-id-Fp9fbnvmTj { z-index: 15;position: relative;width: 100%;margin-right: auto;margin-left: auto;max-width: 1200px; } } .gp-component-id-WJKKFHIgK2_ { align-items: center;justify-content: flex-end;flex-basis: 0%;flex-shrink: 1;flex-grow: 1;display: flex; } @media (max-width: 639px) { .gp-component-id-WJKKFHIgK2_ { align-items: center;justify-content: flex-end;flex-basis: 0%;flex-shrink: 1;flex-grow: 1;display: flex; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-WJKKFHIgK2_ { align-items: center;justify-content: flex-end;flex-basis: 0%;flex-shrink: 1;flex-grow: 1;display: flex; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-WJKKFHIgK2_ { align-items: center;justify-content: flex-end;flex-basis: 0%;flex-shrink: 1;flex-grow: 1;display: flex; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-WJKKFHIgK2_ { align-items: center;justify-content: flex-end;flex-basis: 0%;flex-shrink: 1;flex-grow: 1;display: flex;position: static !important; } } @media (min-width: 1200px) { .gp-component-id-WJKKFHIgK2_ { align-items: center;justify-content: flex-end;flex-basis: 0%;flex-shrink: 1;flex-grow: 1;display: flex;position: static !important; } } .gp-component-id-NYmlbPhZUSd { display: inline-flex;margin-right: 16px; } @media (max-width: 639px) { .gp-component-id-NYmlbPhZUSd { display: inline-flex;margin-right: 16px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-NYmlbPhZUSd { display: inline-flex;margin-right: 16px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-NYmlbPhZUSd { display: inline-flex;margin-right: 16px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-NYmlbPhZUSd { display: none;margin-right: 16px; } } @media (min-width: 1200px) { .gp-component-id-NYmlbPhZUSd { display: none;margin-right: 16px; } } .gp-component-id-ozWOXVK9hR { text-decoration-color: initial;text-decoration-style: solid;text-decoration-thickness: inherit;text-decoration-line: none;cursor: pointer;background-color: transparent;color: inherit; } @media (max-width: 639px) { .gp-component-id-ozWOXVK9hR { text-decoration-color: initial;text-decoration-style: solid;text-decoration-thickness: inherit;text-decoration-line: none;cursor: pointer;background-color: transparent;color: inherit; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-ozWOXVK9hR { text-decoration-color: initial;text-decoration-style: solid;text-decoration-thickness: inherit;text-decoration-line: none;cursor: pointer;background-color: transparent;color: inherit; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-ozWOXVK9hR { text-decoration-color: initial;text-decoration-style: solid;text-decoration-thickness: inherit;text-decoration-line: none;cursor: pointer;background-color: transparent;color: inherit; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-ozWOXVK9hR { text-decoration-color: initial;text-decoration-style: solid;text-decoration-thickness: inherit;text-decoration-line: none;cursor: pointer;background-color: transparent;color: inherit; } } @media (min-width: 1200px) { .gp-component-id-ozWOXVK9hR { text-decoration-color: initial;text-decoration-style: solid;text-decoration-thickness: inherit;text-decoration-line: none;cursor: pointer;background-color: transparent;color: inherit; } } .gp-component-id-6Ak0r5gYBX { align-items: center;display: flex; } @media (max-width: 639px) { .gp-component-id-6Ak0r5gYBX { align-items: center;display: flex; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-6Ak0r5gYBX { align-items: center;display: flex; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-6Ak0r5gYBX { align-items: center;display: flex; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-6Ak0r5gYBX { align-items: center;display: flex;position: static !important; } } @media (min-width: 1200px) { .gp-component-id-6Ak0r5gYBX { align-items: center;display: flex;position: static !important; } } .gp-component-id-DVUAtshKT0 { align-items: center;display: none; } @media (max-width: 639px) { .gp-component-id-DVUAtshKT0 { align-items: center;display: none !important; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-DVUAtshKT0 { align-items: center;display: none !important; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-DVUAtshKT0 { align-items: center;display: none !important; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-DVUAtshKT0 { align-items: center;display: flex !important; } } @media (min-width: 1200px) { .gp-component-id-DVUAtshKT0 { align-items: center;display: flex !important; } } .gp-component-id-Pd2dZkb8s7 { flex-basis: 0%;flex-shrink: 1;flex-grow: 1;position: absolute;left: 0px;right: 0px;z-index: 20;top: 100%; } @media (max-width: 639px) { .gp-component-id-Pd2dZkb8s7 { flex-basis: 0%;flex-shrink: 1;flex-grow: 1;position: absolute;left: 0px;right: 0px;z-index: 20;top: 100%; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-Pd2dZkb8s7 { flex-basis: 0%;flex-shrink: 1;flex-grow: 1;position: absolute;left: 0px;right: 0px;z-index: 20;top: 100%; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-Pd2dZkb8s7 { flex-basis: 0%;flex-shrink: 1;flex-grow: 1;position: absolute;left: 0px;right: 0px;z-index: 20;top: 100%; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-Pd2dZkb8s7 { flex-basis: 0%;flex-shrink: 1;flex-grow: 1;position: static !important;left: 0px;right: 0px;z-index: 20;top: 100%; } } @media (min-width: 1200px) { .gp-component-id-Pd2dZkb8s7 { flex-basis: 0%;flex-shrink: 1;flex-grow: 1;position: static !important;left: 0px;right: 0px;z-index: 20;top: 100%; } } .gp-component-id-sLu8LdlTFL { flex-basis: auto;flex-shrink: 0;flex-grow: 0;padding-right: 8px;width: 100%;padding-left: 8px; } @media (max-width: 639px) { .gp-component-id-sLu8LdlTFL { 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-sLu8LdlTFL { 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-sLu8LdlTFL { flex-basis: auto;flex-shrink: 0;flex-grow: 0;padding-right: 8px;width: 33.33%;padding-left: 8px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-sLu8LdlTFL { flex-basis: auto;flex-shrink: 0;flex-grow: 0;padding-right: 8px;width: 33.33%;padding-left: 8px; } } @media (min-width: 1200px) { .gp-component-id-sLu8LdlTFL { flex-basis: auto;flex-shrink: 0;flex-grow: 0;padding-right: 8px;width: 33.33%;padding-left: 8px; } } .gp-component-id-NMWGvRe4VI { flex-basis: auto;flex-shrink: 0;flex-grow: 0;padding-right: 8px;width: 100%;padding-left: 8px; } @media (max-width: 639px) { .gp-component-id-NMWGvRe4VI { 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-NMWGvRe4VI { 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-NMWGvRe4VI { flex-basis: auto;flex-shrink: 0;flex-grow: 0;padding-right: 8px;width: 33.33%;padding-left: 8px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-NMWGvRe4VI { flex-basis: auto;flex-shrink: 0;flex-grow: 0;padding-right: 8px;width: 33.33%;padding-left: 8px; } } @media (min-width: 1200px) { .gp-component-id-NMWGvRe4VI { flex-basis: auto;flex-shrink: 0;flex-grow: 0;padding-right: 8px;width: 33.33%;padding-left: 8px; } } .gp-component-id-nM9jqTcHds { flex-basis: auto;flex-shrink: 0;flex-grow: 0;padding-right: 8px;width: 100%;padding-left: 8px; } @media (max-width: 639px) { .gp-component-id-nM9jqTcHds { 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-nM9jqTcHds { 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-nM9jqTcHds { flex-basis: auto;flex-shrink: 0;flex-grow: 0;padding-right: 8px;width: 33.33%;padding-left: 8px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-nM9jqTcHds { flex-basis: auto;flex-shrink: 0;flex-grow: 0;padding-right: 8px;width: 33.33%;padding-left: 8px; } } @media (min-width: 1200px) { .gp-component-id-nM9jqTcHds { flex-basis: auto;flex-shrink: 0;flex-grow: 0;padding-right: 8px;width: 33.33%;padding-left: 8px; } } .gp-component-id-3ZgjgsIEXq { flex-wrap: wrap;margin-right: -8px;margin-left: -8px; } @media (max-width: 639px) { .gp-component-id-3ZgjgsIEXq { flex-wrap: wrap;margin-right: -8px;margin-left: -8px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-3ZgjgsIEXq { flex-wrap: wrap;margin-right: -8px;margin-left: -8px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-3ZgjgsIEXq { flex-wrap: wrap;margin-right: -8px;margin-left: -8px;display: flex; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-3ZgjgsIEXq { flex-wrap: wrap;margin-right: -8px;margin-left: -8px;display: flex; } } @media (min-width: 1200px) { .gp-component-id-3ZgjgsIEXq { flex-wrap: wrap;margin-right: -8px;margin-left: -8px;display: flex; } } .gp-component-id-Cs23kdtCWC { margin-right: auto;margin-left: auto;width: 100%; } @media (max-width: 639px) { .gp-component-id-Cs23kdtCWC { margin-right: auto;margin-left: auto;width: 100%; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-Cs23kdtCWC { margin-right: auto;margin-left: auto;width: 100%;max-width: 640px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-Cs23kdtCWC { margin-right: auto;margin-left: auto;width: 100%;max-width: 768px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-Cs23kdtCWC { margin-right: auto;margin-left: auto;width: 100%;max-width: 992px; } } @media (min-width: 1200px) { .gp-component-id-Cs23kdtCWC { margin-right: auto;margin-left: auto;width: 100%;max-width: 1200px; } } .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-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-XhPsuI8UGm { width: 100%;padding-left: 8px;padding-right: 8px; } @media (max-width: 639px) { .gp-component-id-XhPsuI8UGm { width: 100%;padding-left: 8px;padding-right: 8px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-XhPsuI8UGm { width: 100%;padding-left: 8px;padding-right: 8px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-XhPsuI8UGm { width: 100%;padding-left: 8px;padding-right: 8px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-XhPsuI8UGm { width: 100%;padding-left: 8px;padding-right: 8px; } } @media (min-width: 1200px) { .gp-component-id-XhPsuI8UGm { width: 100%;padding-left: 8px;padding-right: 8px; } } .gp-component-id-Eb9DqnqK3I { align-items: center;width: 100%;display: flex;flex-direction: column; } @media (max-width: 639px) { .gp-component-id-Eb9DqnqK3I { align-items: center;width: 100%;display: flex;flex-direction: column; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-Eb9DqnqK3I { align-items: center;width: 100%;display: flex;flex-direction: column; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-Eb9DqnqK3I { align-items: center;width: 100%;display: flex;flex-direction: column; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-Eb9DqnqK3I { align-items: center;width: 100%;display: flex;flex-direction: column; } } @media (min-width: 1200px) { .gp-component-id-Eb9DqnqK3I { align-items: center;width: 100%;display: flex;flex-direction: column; } } .gp-component-id-dsuqjz9ZHE { width: 100%;padding-left: 16px;padding-right: 16px; } @media (max-width: 639px) { .gp-component-id-dsuqjz9ZHE { width: 100%;padding-left: 16px;padding-right: 16px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-dsuqjz9ZHE { width: 100%;padding-left: 16px;padding-right: 16px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-dsuqjz9ZHE { width: 100%;padding-left: 16px;padding-right: 16px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-dsuqjz9ZHE { width: 100%;padding-left: 16px;padding-right: 16px; } } @media (min-width: 1200px) { .gp-component-id-dsuqjz9ZHE { width: 100%;padding-left: 16px;padding-right: 16px; } } .gp-component-id-fIiuo_xCpw { margin-right: -16px;margin-left: -16px; } @media (max-width: 639px) { .gp-component-id-fIiuo_xCpw { margin-right: -16px;margin-left: -16px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-fIiuo_xCpw { margin-right: -16px;margin-left: -16px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-fIiuo_xCpw { margin-right: -16px;margin-left: -16px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-fIiuo_xCpw { margin-right: -16px;margin-left: -16px; } } @media (min-width: 1200px) { .gp-component-id-fIiuo_xCpw { margin-right: -16px;margin-left: -16px; } } .gp-component-id-f3loYWujuB { flex-wrap: wrap;align-items: center;justify-content: center;margin-right: auto;margin-left: auto;width: 100%;display: flex;flex-direction: column; } @media (max-width: 639px) { .gp-component-id-f3loYWujuB { flex-wrap: wrap;align-items: center;justify-content: center;margin-right: auto;margin-left: auto;width: 100%;display: flex;flex-direction: column; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-f3loYWujuB { flex-wrap: wrap;align-items: center;justify-content: center;margin-right: auto;margin-left: auto;width: 100%;display: flex;flex-direction: column;max-width: 640px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-f3loYWujuB { flex-wrap: wrap;align-items: center;justify-content: center;margin-right: auto;margin-left: auto;width: 100%;display: flex;flex-direction: column;max-width: 768px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-f3loYWujuB { flex-wrap: wrap;align-items: center;justify-content: center;margin-right: auto;margin-left: auto;width: 100%;display: flex;flex-direction: column;max-width: 992px; } } @media (min-width: 1200px) { .gp-component-id-f3loYWujuB { flex-wrap: wrap;align-items: center;justify-content: center;margin-right: auto;margin-left: auto;width: 100%;display: flex;flex-direction: column;max-width: 1200px; } } .gp-component-id-flstvjFUCs { width: 100%;padding-left: 8px;padding-right: 8px; } @media (max-width: 639px) { .gp-component-id-flstvjFUCs { width: 100%;padding-left: 8px;padding-right: 8px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-flstvjFUCs { width: 100%;padding-left: 8px;padding-right: 8px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-flstvjFUCs { width: 100%;padding-left: 8px;padding-right: 8px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-flstvjFUCs { width: 100%;padding-left: 8px;padding-right: 8px; } } @media (min-width: 1200px) { .gp-component-id-flstvjFUCs { width: 100%;padding-left: 8px;padding-right: 8px; } } .gp-component-id-VoF8EIDGf { margin-left: -8px;margin-right: -8px; } @media (max-width: 639px) { .gp-component-id-VoF8EIDGf { margin-left: -8px;margin-right: -8px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-VoF8EIDGf { margin-left: -8px;margin-right: -8px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-VoF8EIDGf { margin-left: -8px;margin-right: -8px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-VoF8EIDGf { margin-left: -8px;margin-right: -8px; } } @media (min-width: 1200px) { .gp-component-id-VoF8EIDGf { margin-left: -8px;margin-right: -8px; } } .gp-component-id-jJQQhVqPeA { width: 100%;padding-left: 8px;padding-right: 8px; } @media (max-width: 639px) { .gp-component-id-jJQQhVqPeA { width: 100%;padding-left: 8px;padding-right: 8px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-jJQQhVqPeA { width: 100%;padding-left: 8px;padding-right: 8px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-jJQQhVqPeA { width: 100%;padding-left: 8px;padding-right: 8px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-jJQQhVqPeA { width: 100%;padding-left: 8px;padding-right: 8px; } } @media (min-width: 1200px) { .gp-component-id-jJQQhVqPeA { width: 100%;padding-left: 8px;padding-right: 8px; } }
