 body { font-family: Poppins } /* Summit Badge Neon Effect */
.summit-badge { display: inline-block; padding: 8px 18px; font-size: 14px; font-weight: 600; color: #00ffcc; /* Neon text */ border: 1px solid transparent; border-radius: 9999px; /* pill shape */ background: linear-gradient(#0a0a1f, #0a0a1f) padding-box, linear-gradient(90deg, #39c5f3, #9b59ff) border-box; box-shadow: 0 0 10px rgba(57,197,243,0.6), 0 0 20px rgba(155,89,255,0.6); letter-spacing: 0.5px; text-transform: uppercase; transition: all 0.3s ease;
}
/* Hover Glow */
.summit-badge:hover { color: #ffffff; box-shadow: 0 0 15px rgba(57,197,243,0.9), 0 0 25px rgba(155,89,255,0.9), 0 0 35px rgba(57,197,243,0.7);
}
/* Summit CTA Button */
.summit-btn { background: linear-gradient(90deg, #39c5f3 0%, #9b59ff 100%); color: #fff !important; font-weight: 600; border: none; border-radius: 10px; padding: 14px 28px; font-size: 16px; cursor: pointer; box-shadow: 0 0 15px rgba(155, 89, 255, 0.6), 0 0 25px rgba(57, 197, 243, 0.6); transition: all 0.3s ease; text-transform: uppercase; letter-spacing: 0.5px;
}
/* Hover effect */
.summit-btn:hover { transform: scale(1.05); box-shadow: 0 0 20px rgba(155, 89, 255, 0.9), 0 0 35px rgba(57, 197, 243, 0.9); background: linear-gradient(90deg, #47e4ff 0%, #b07bff 100%);
}
/* Summit Location Tag */
.summit-tag { display: inline-block; padding: 6px 14px; border-radius: 20px; background: rgba(20, 25, 40, 0.85); /* semi-transparent dark */ color: #fff; font-size: 15px; font-weight: 500; border: 1px solid rgba(57, 197, 243, 0.5); /* glowing border */ box-shadow: 0 0 10px rgba(57, 197, 243, 0.6); backdrop-filter: blur(6px); /* frosted glass effect */ text-align: center; cursor: default; transition: all 0.3s ease;
}
/* Hover effect */
.summit-tag:hover { transform: scale(1.05); box-shadow: 0 0 18px rgba(57, 197, 243, 0.9); border-color: rgba(155, 89, 255, 0.7);
}
/* Gradient Text for FUTURE OF AI */
.gradient-title { font-weight: 800; font-size: 48px; /* adjust size */ background: linear-gradient(90deg, #39c5f3 0%, #9b59ff 100%); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; color: transparent; letter-spacing: 1px; text-transform: uppercase;
}
/* Deep navy base prevents washout */
.ai-grid-section{ position:relative; background-color:#070F1F; /* base */ background-image:none !important; /* ignore GP background UI */ padding:80px 20px; overflow:hidden; isolation:isolate; /* blends only inside this section */ color:#fff;
}
/* Subtle grid (cool-blue, darker than before) */
.ai-grid-section::before{ content:""; position:absolute; inset:0; background-image: linear-gradient(rgba(100,160,255,.05) 1px, transparent 1px), linear-gradient(90deg, rgba(100,160,255,.05) 1px, transparent 1px); background-size:48px 48px; /* change to 40/60 to taste */ pointer-events:none; z-index:0; opacity:.9;
}
/* Controlled color glows + vignette */
.ai-grid-section::after{ content:""; position:absolute; inset:-20% -10% -30% -10%; background: radial-gradient(60% 55% at 50% -10%, rgba(123,53,255,.28) 0%, rgba(123,53,255,0) 60%), /* top purple */ radial-gradient(50% 45% at 85% 100%, rgba(255,33,169,.16) 0%, rgba(255,33,169,0) 55%), /* bottom-right magenta */ radial-gradient(50% 45% at 10% 95%, rgba(0,195,255,.14) 0%, rgba(0,195,255,0) 55%), /* bottom-left cyan */ linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,.35) 70%, rgba(0,0,0,.55) 100%); /* vignette */ pointer-events:none; z-index:0;
}
/* Keep your content above the effects */
.ai-grid-section > *{ position:relative; z-index:1; }
/* Bottom purple aura glow */
.aura-box { position: relative; z-index: 1; /* keep above section background */
}
.aura-box::after { content: ""; position: absolute; left: 50%; bottom: -40px; /* distance below box */ transform: translateX(-50%); width: 80%; height: 120px; background: radial-gradient(ellipse at center, rgba(180, 50, 255, 0.35) 0%, rgba(180, 50, 255, 0) 70%); filter: blur(50px); pointer-events: none; z-index: -1;
}
/* Gradient outlined feature card */
.feature-outline { position: relative; border-radius: 16px; padding: 28px 22px; background: radial-gradient(90% 120% at 10% 10%, rgba(0, 212, 255, .08) 0%, rgba(0,0,0,0) 40%), radial-gradient(90% 120% at 90% 0%, rgba(255, 120, 220, .08) 0%, rgba(0,0,0,0) 45%), radial-gradient(90% 120% at 50% 100%, rgba(110, 255, 190, .08) 0%, rgba(0,0,0,0) 45%), #fff; /* base background */ box-shadow: 0 4px 18px rgba(0,0,0,.06); color: #0b1b2b;
}
/* Gradient border effect */
.feature-outline::before { content: ""; position: absolute; inset: 0; border-radius: inherit; padding: 1px; /* thickness of outline */ background: linear-gradient(135deg, #39c5f3, #35e6bd 35%, #9b59ff 100%); -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0); -webkit-mask-composite: xor; mask-composite: exclude; pointer-events: none; opacity: 0.9;
}
/* Headings inside */
.feature-outline h4 { font-size: 20px; font-weight: 800; margin: 0 0 10px;
}
/* Paragraphs inside */
.feature-outline p { color: #324b63; line-height: 1.55; margin: 0 0 14px;
}
/* Optional tag style (bottom) */
.feature-outline .tag { display: inline-flex; align-items: center; gap: 6px; font-size: 14px; font-weight: 700; color: #39c489; text-transform: uppercase;
}
.feature-outline .tag::before { content: ""; width: 8px; height: 8px; border-radius: 50%; background: #39c489; box-shadow: 0 0 6px rgba(57,196,137,.6);
}
/* ===== Shared Agenda Card Style ===== */
.agenda-card { position: relative; border-radius: 16px; padding: 28px; background: #fff; box-shadow: 0 6px 18px rgba(0,0,0,.06); overflow: hidden;
}
/* Soft gradient wash */
.agenda-card::before { content:""; position:absolute; inset:0; border-radius: inherit; background: radial-gradient(90% 120% at 10% 10%, rgba(0, 212, 255, 0.06) 0%, rgba(0,0,0,0) 50%), radial-gradient(90% 120% at 90% 10%, rgba(255, 120, 220, 0.06) 0%, rgba(0,0,0,0) 50%); z-index: 0;
}
/* Gradient outline */
.agenda-card::after { content:""; position:absolute; inset:0; border-radius:inherit; padding:1px; background: linear-gradient(135deg, #39c5f3, #9b59ff); -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0); -webkit-mask-composite: xor; mask-composite: exclude; pointer-events:none; opacity:.7;
}
/* Keep text above backgrounds */
.agenda-card * { position: relative; z-index: 1; }
/* ===== Variants ===== */
/* Morning (green theme) */
.agenda-am::before { background: radial-gradient(90% 120% at 15% 15%, rgba(57,196,137,.08) 0%, rgba(0,0,0,0) 50%), radial-gradient(90% 120% at 85% 0%, rgba(47,216,255,.08) 0%, rgba(0,0,0,0) 50%);
}
.agenda-am::after { background: linear-gradient(135deg, #39c489, #2fd8ff);
}
/* Afternoon (orange theme) */
.agenda-pm::before { background: radial-gradient(90% 120% at 15% 15%, rgba(255,158,61,.08) 0%, rgba(0,0,0,0) 50%), radial-gradient(90% 120% at 85% 0%, rgba(255,33,169,.06) 0%, rgba(0,0,0,0) 50%);
}
.agenda-pm::after { background: linear-gradient(135deg, #ff9e3d, #ff6a3d);
} *{} {} #IE-warning { display: none; position: fixed; width: 100%; height: 100%; z-index: 9999; background: white; } .IE-warning-message { position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); text-align: center; } @media (max-width: 639px) { .global-style-8vNV0FiUk { font-size: 26px !important;font-weight: 700;color: rgb(220, 24, 24);text-align: center;font-family: Oswald !important;margin-left: 0px;margin-right: 0px;margin-top: 20px;margin-bottom: 20px;overflow-wrap: break-word; } } @media (max-width: 767px) and (min-width: 640px) { .global-style-8vNV0FiUk { font-size: 32px !important;font-weight: 700;color: rgb(220, 24, 24);text-align: center;font-family: Oswald !important;margin-left: 0px;margin-right: 0px;margin-top: 20px;margin-bottom: 20px;overflow-wrap: break-word; } } @media (max-width: 991px) and (min-width: 768px) { .global-style-8vNV0FiUk { font-size: 32px !important;font-weight: 700;color: rgb(220, 24, 24);text-align: center;font-family: Oswald !important;margin-left: 0px;margin-right: 0px;margin-top: 20px;margin-bottom: 20px;overflow-wrap: break-word; } } @media (max-width: 1199px) and (min-width: 992px) { .global-style-8vNV0FiUk { font-size: 32px !important;font-weight: 700;color: rgb(220, 24, 24);text-align: center;font-family: Oswald !important;margin-left: 0px;margin-right: 0px;margin-top: 20px;margin-bottom: 20px;overflow-wrap: break-word; } } @media (min-width: 1200px) { .global-style-8vNV0FiUk { font-size: 32px !important;font-weight: 700;color: rgb(220, 24, 24);text-align: center;font-family: Oswald !important;margin-left: 0px;margin-right: 0px;margin-top: 20px;margin-bottom: 20px;overflow-wrap: break-word; } } @media (max-width: 639px) { .global-style-BN9t060Jf { font-size: 26px !important;font-weight: 700 !important;color: rgba(220, 24, 24, 1);margin-left: 0px;margin-right: 0px;margin-top: 20px;margin-bottom: 20px;overflow-wrap: break-word; } } @media (max-width: 767px) and (min-width: 640px) { .global-style-BN9t060Jf { font-size: inherit;font-weight: 700;color: rgba(220, 24, 24, 1);margin-left: 0px;margin-right: 0px;margin-top: 20px;margin-bottom: 20px;overflow-wrap: break-word; } } @media (max-width: 991px) and (min-width: 768px) { .global-style-BN9t060Jf { font-size: inherit;font-weight: 700;color: rgba(220, 24, 24, 1);margin-left: 0px;margin-right: 0px;margin-top: 20px;margin-bottom: 20px;overflow-wrap: break-word; } } @media (max-width: 1199px) and (min-width: 992px) { .global-style-BN9t060Jf { font-size: inherit;font-weight: 700;color: rgba(220, 24, 24, 1);margin-left: 0px;margin-right: 0px;margin-top: 20px;margin-bottom: 20px;overflow-wrap: break-word; } } @media (min-width: 1200px) { .global-style-BN9t060Jf { font-size: inherit;font-weight: 700;color: rgba(220, 24, 24, 1);margin-left: 0px;margin-right: 0px;margin-top: 20px;margin-bottom: 20px;overflow-wrap: break-word; } } @media (max-width: 639px) { .global-style-xJPBWpN9_ { font-size: 35px !important;color: rgb(57, 196, 137);text-align: center; } } @media (max-width: 767px) and (min-width: 640px) { .global-style-xJPBWpN9_ { font-size: 35px !important;color: rgb(57, 196, 137);text-align: center; } } @media (max-width: 991px) and (min-width: 768px) { .global-style-xJPBWpN9_ { font-size: 35px !important;color: rgb(57, 196, 137);text-align: center; } } @media (max-width: 1199px) and (min-width: 992px) { .global-style-xJPBWpN9_ { font-size: 35px !important;color: rgb(57, 196, 137);text-align: center; } } @media (min-width: 1200px) { .global-style-xJPBWpN9_ { font-size: 35px !important;color: rgb(57, 196, 137);text-align: center; } } @media (max-width: 639px) { .global-style-oH8pJkpaF { font-size: 20px !important;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 10px; } } @media (max-width: 767px) and (min-width: 640px) { .global-style-oH8pJkpaF { font-size: 20px !important;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 10px; } } @media (max-width: 991px) and (min-width: 768px) { .global-style-oH8pJkpaF { font-size: 20px !important;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 10px; } } @media (max-width: 1199px) and (min-width: 992px) { .global-style-oH8pJkpaF { font-size: 20px !important;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 10px; } } @media (min-width: 1200px) { .global-style-oH8pJkpaF { font-size: 20px !important;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 10px; } } @media (max-width: 639px) { .global-style-B2Ill1i_D { font-size: 18px;color: rgb(32, 45, 60);margin-bottom: 18px;align-items: flex-start;display: flex; } } @media (max-width: 767px) and (min-width: 640px) { .global-style-B2Ill1i_D { font-size: 18px;color: rgb(32, 45, 60);margin-bottom: 18px;align-items: flex-start;display: flex; } } @media (max-width: 991px) and (min-width: 768px) { .global-style-B2Ill1i_D { font-size: 18px;color: rgb(32, 45, 60);margin-bottom: 18px;align-items: flex-start;display: flex; } } @media (max-width: 1199px) and (min-width: 992px) { .global-style-B2Ill1i_D { font-size: 18px;color: rgb(32, 45, 60);margin-bottom: 18px;align-items: flex-start;display: flex; } } @media (min-width: 1200px) { .global-style-B2Ill1i_D { font-size: 18px;color: rgb(32, 45, 60);margin-bottom: 18px;align-items: flex-start;display: flex; } } .gp-component-id-l3qj_p6_b.gp-component > [data-section-overlay] { position: absolute;bottom: 0px;top: 0px;left: 0px;right: 0px; } @media (max-width: 639px) { .gp-component-id-l3qj_p6_b.gp-component > [data-section-overlay] { position: absolute;bottom: 0px;top: 0px;left: 0px;right: 0px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-l3qj_p6_b.gp-component > [data-section-overlay] { position: absolute;bottom: 0px;top: 0px;left: 0px;right: 0px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-l3qj_p6_b.gp-component > [data-section-overlay] { position: absolute;bottom: 0px;top: 0px;left: 0px;right: 0px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-l3qj_p6_b.gp-component > [data-section-overlay] { position: absolute;bottom: 0px;top: 0px;left: 0px;right: 0px; } } @media (min-width: 1200px) { .gp-component-id-l3qj_p6_b.gp-component > [data-section-overlay] { position: absolute;bottom: 0px;top: 0px;left: 0px;right: 0px; } } @media (max-width: 639px) { [data-gp-text] .gp-component-id-sCK51N2P6A { font-size: 26px !important;font-weight: 600 !important;color: rgba(242, 100, 25, 1);text-align: left;line-height: inherit;margin-left: 0px;margin-right: 0px;margin-top: 10px;margin-bottom: 0px;overflow-wrap: break-word; } } @media (max-width: 767px) and (min-width: 640px) { [data-gp-text] .gp-component-id-sCK51N2P6A { font-size: 26px !important;font-weight: 600 !important;color: rgba(242, 100, 25, 1);text-align: center;line-height: inherit;margin-left: 0px;margin-right: 0px;margin-top: 10px;margin-bottom: 0px;overflow-wrap: break-word; } } @media (max-width: 991px) and (min-width: 768px) { [data-gp-text] .gp-component-id-sCK51N2P6A { font-size: 26px !important;font-weight: 600 !important;color: rgba(242, 100, 25, 1);text-align: left;line-height: inherit;margin-left: 0px;margin-right: 0px;margin-top: 10px;margin-bottom: 0px;overflow-wrap: break-word; } } @media (max-width: 1199px) and (min-width: 992px) { [data-gp-text] .gp-component-id-sCK51N2P6A { font-size: 26px !important;font-weight: 600 !important;color: rgba(242, 100, 25, 1);text-align: left;line-height: inherit;margin-left: 0px;margin-right: 0px;margin-top: 10px;margin-bottom: 0px;overflow-wrap: break-word; } } @media (min-width: 1200px) { [data-gp-text] .gp-component-id-sCK51N2P6A { font-size: 26px !important;font-weight: 600 !important;color: rgba(242, 100, 25, 1);text-align: left;line-height: inherit;margin-left: 0px;margin-right: 0px;margin-top: 10px;margin-bottom: 0px;overflow-wrap: break-word; } } .gp-component-id-DYtT0yHeL.gp-component > [data-section-overlay] { position: absolute;right: 0px;left: 0px;top: 0px;bottom: 0px;background-color: rgb(234, 240, 243); } @media (max-width: 639px) { .gp-component-id-DYtT0yHeL.gp-component > [data-section-overlay] { background-color: rgb(255, 255, 255);position: absolute;right: 0px;left: 0px;top: 0px;bottom: 0px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-DYtT0yHeL.gp-component > [data-section-overlay] { background-color: rgb(255, 255, 255);position: absolute;right: 0px;left: 0px;top: 0px;bottom: 0px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-DYtT0yHeL.gp-component > [data-section-overlay] { background-color: rgb(255, 255, 255);position: absolute;right: 0px;left: 0px;top: 0px;bottom: 0px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-DYtT0yHeL.gp-component > [data-section-overlay] { background-color: rgb(255, 255, 255);position: absolute;right: 0px;left: 0px;top: 0px;bottom: 0px; } } @media (min-width: 1200px) { .gp-component-id-DYtT0yHeL.gp-component > [data-section-overlay] { background-color: rgb(255, 255, 255);position: absolute;right: 0px;left: 0px;top: 0px;bottom: 0px; } } @media (max-width: 639px) { [data-gp-text] .gp-component-id-vkzbxcl34f { font-size: 64px !important;font-weight: 700 !important;text-align: center;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 10px;overflow-wrap: break-word; } } @media (max-width: 767px) and (min-width: 640px) { [data-gp-text] .gp-component-id-vkzbxcl34f { font-size: 64px !important;font-weight: 700 !important;text-align: center;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 10px;overflow-wrap: break-word; } } @media (max-width: 991px) and (min-width: 768px) { [data-gp-text] .gp-component-id-vkzbxcl34f { font-size: 64px !important;font-weight: 700 !important;text-align: center;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 10px;overflow-wrap: break-word; } } @media (max-width: 1199px) and (min-width: 992px) { [data-gp-text] .gp-component-id-vkzbxcl34f { font-size: 64px !important;font-weight: 700 !important;text-align: center;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 10px;overflow-wrap: break-word; } } @media (min-width: 1200px) { [data-gp-text] .gp-component-id-vkzbxcl34f { font-size: 64px !important;font-weight: 700 !important;text-align: center;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 10px;overflow-wrap: break-word; } } .gp-component-id-X_eoswSNy.gp-component > [data-section-overlay] { position: absolute;right: 0px;left: 0px;top: 0px;bottom: 0px; } @media (max-width: 639px) { .gp-component-id-X_eoswSNy.gp-component > [data-section-overlay] { background-color: rgb(255, 255, 255);position: absolute;right: 0px;left: 0px;top: 0px;bottom: 0px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-X_eoswSNy.gp-component > [data-section-overlay] { background-color: rgb(255, 255, 255);position: absolute;right: 0px;left: 0px;top: 0px;bottom: 0px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-X_eoswSNy.gp-component > [data-section-overlay] { background-color: rgb(255, 255, 255);position: absolute;right: 0px;left: 0px;top: 0px;bottom: 0px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-X_eoswSNy.gp-component > [data-section-overlay] { background-color: rgb(255, 255, 255);position: absolute;right: 0px;left: 0px;top: 0px;bottom: 0px; } } @media (min-width: 1200px) { .gp-component-id-X_eoswSNy.gp-component > [data-section-overlay] { background-color: rgb(255, 255, 255);position: absolute;right: 0px;left: 0px;top: 0px;bottom: 0px; } } @media (max-width: 639px) { [data-gp-text] .gp-component-id-matTs3Mgfb { font-size: 16px !important;font-weight: 400 !important;color: rgb(57, 75, 86);text-align: left;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 30px;padding-left: 0px;padding-right: 0px;overflow-wrap: break-word; } } @media (max-width: 767px) and (min-width: 640px) { [data-gp-text] .gp-component-id-matTs3Mgfb { font-size: 16px !important;font-weight: 400 !important;color: rgb(57, 75, 86);text-align: left;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 30px;padding-left: 0px;padding-right: 0px;overflow-wrap: break-word; } } @media (max-width: 991px) and (min-width: 768px) { [data-gp-text] .gp-component-id-matTs3Mgfb { font-size: 16px !important;font-weight: 400 !important;color: rgb(57, 75, 86);text-align: left;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 30px;padding-left: 0px;padding-right: 0px;overflow-wrap: break-word; } } @media (max-width: 1199px) and (min-width: 992px) { [data-gp-text] .gp-component-id-matTs3Mgfb { font-size: 16px !important;font-weight: 400 !important;color: rgb(57, 75, 86);text-align: left;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 30px;padding-left: 0px;padding-right: 0px;overflow-wrap: break-word; } } @media (min-width: 1200px) { [data-gp-text] .gp-component-id-matTs3Mgfb { font-size: 16px !important;font-weight: 400 !important;color: rgb(57, 75, 86);text-align: left;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 30px;padding-left: 0px;padding-right: 0px;overflow-wrap: break-word; } } @media (max-width: 639px) { .gp-component-id-MJQBam5zmp { font-size: 16px !important;font-weight: 400 !important;color: rgb(57, 75, 86);text-align: center;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 30px;padding-left: 0px;padding-right: 0px;overflow-wrap: break-word; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-MJQBam5zmp { font-size: 16px !important;font-weight: 400 !important;color: rgb(57, 75, 86);text-align: center;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 30px;padding-left: 0px;padding-right: 0px;overflow-wrap: break-word; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-MJQBam5zmp { font-size: 16px !important;font-weight: 400 !important;color: rgb(57, 75, 86);text-align: center;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 30px;padding-left: 0px;padding-right: 0px;overflow-wrap: break-word; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-MJQBam5zmp { font-size: 16px !important;font-weight: 400 !important;color: rgb(57, 75, 86);text-align: center;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 30px;padding-left: 0px;padding-right: 0px;overflow-wrap: break-word; } } @media (min-width: 1200px) { .gp-component-id-MJQBam5zmp { font-size: 16px !important;font-weight: 400 !important;color: rgb(57, 75, 86);text-align: center;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 30px;padding-left: 0px;padding-right: 0px;overflow-wrap: break-word; } } .gp-component-id-K6ZYwc2W0.gp-component > [data-section-overlay] { right: 0px;left: 0px;top: 0px;bottom: 0px;position: absolute; } @media (max-width: 639px) { .gp-component-id-K6ZYwc2W0.gp-component > [data-section-overlay] { background-color: rgb(251, 251, 251);right: 0px;left: 0px;top: 0px;bottom: 0px;position: absolute; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-K6ZYwc2W0.gp-component > [data-section-overlay] { background-color: rgb(251, 251, 251);right: 0px;left: 0px;top: 0px;bottom: 0px;position: absolute; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-K6ZYwc2W0.gp-component > [data-section-overlay] { background-color: rgb(251, 251, 251);right: 0px;left: 0px;top: 0px;bottom: 0px;position: absolute; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-K6ZYwc2W0.gp-component > [data-section-overlay] { background-color: rgb(251, 251, 251);right: 0px;left: 0px;top: 0px;bottom: 0px;position: absolute; } } @media (min-width: 1200px) { .gp-component-id-K6ZYwc2W0.gp-component > [data-section-overlay] { background-color: rgb(251, 251, 251);right: 0px;left: 0px;top: 0px;bottom: 0px;position: absolute; } } @media (max-width: 639px) { .gp-component-id-qBauVIJhboz[data-gp-component] { border-top-left-radius: 24px;border-top-right-radius: 24px;border-bottom-left-radius: 24px;border-bottom-right-radius: 24px;box-shadow: rgba(0, 0, 0, 0.21) 0px 2px 10px 3px;margin-bottom: 30px;padding-left: 20px;padding-right: 20px;padding-top: 30px;padding-bottom: 30px;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-qBauVIJhboz[data-gp-component] { border-top-left-radius: 24px;border-top-right-radius: 24px;border-bottom-left-radius: 24px;border-bottom-right-radius: 24px;box-shadow: rgba(0, 0, 0, 0.21) 0px 2px 10px 3px;margin-bottom: 30px;padding-left: 20px;padding-right: 20px;padding-top: 30px;padding-bottom: 30px;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-qBauVIJhboz[data-gp-component] { border-top-left-radius: 24px;border-top-right-radius: 24px;border-bottom-left-radius: 24px;border-bottom-right-radius: 24px;box-shadow: rgba(0, 0, 0, 0.21) 0px 2px 10px 3px;margin-bottom: 30px;padding-left: 20px;padding-right: 20px;padding-top: 30px;padding-bottom: 30px;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-qBauVIJhboz[data-gp-component] { border-top-left-radius: 24px;border-top-right-radius: 24px;border-bottom-left-radius: 24px;border-bottom-right-radius: 24px;box-shadow: rgba(0, 0, 0, 0.21) 0px 2px 10px 3px;margin-bottom: 30px;padding-left: 20px;padding-right: 20px;padding-top: 30px;padding-bottom: 30px;width: 100%;height: 100%;flex-direction: column;justify-content: center;align-items: center;display: flex; } } @media (min-width: 1200px) { .gp-component-id-qBauVIJhboz[data-gp-component] { border-top-left-radius: 24px;border-top-right-radius: 24px;border-bottom-left-radius: 24px;border-bottom-right-radius: 24px;box-shadow: rgba(0, 0, 0, 0.21) 0px 2px 10px 3px;margin-bottom: 30px;padding-left: 20px;padding-right: 20px;padding-top: 30px;padding-bottom: 30px;width: 100%;height: 100%;flex-direction: column;justify-content: center;align-items: center;display: flex; } } .gp-component-id-FQZoZ2A03 { border-left-style: solid;border-bottom-style: solid;border-right-style: solid;border-top-style: solid;height: auto;max-width: 100%;display: inline-flex;align-items: flex-start;justify-content: flex-start;object-fit: cover;object-position: center center; } @media (max-width: 639px) { .gp-component-id-FQZoZ2A03 { border-left-style: solid;border-bottom-style: solid;border-right-style: solid;border-top-style: solid;height: auto;max-width: 100%;display: inline-flex;align-items: flex-start;justify-content: flex-start;object-fit: cover;object-position: center center; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-FQZoZ2A03 { border-left-style: solid;border-bottom-style: solid;border-right-style: solid;border-top-style: solid;height: auto;max-width: 100%;display: inline-flex;align-items: flex-start;justify-content: flex-start;object-fit: cover;object-position: center center; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-FQZoZ2A03 { border-left-style: solid;border-bottom-style: solid;border-right-style: solid;border-top-style: solid;height: auto;max-width: 100%;display: inline-flex;align-items: flex-start;justify-content: flex-start;object-fit: cover;object-position: center center; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-FQZoZ2A03 { border-left-style: solid;border-bottom-style: solid;border-right-style: solid;border-top-style: solid;height: auto;max-width: 100%;display: inline-flex;align-items: flex-start;justify-content: flex-start;object-fit: cover;object-position: center center; } } @media (min-width: 1200px) { .gp-component-id-FQZoZ2A03 { border-left-style: solid;border-bottom-style: solid;border-right-style: solid;border-top-style: solid;height: auto;max-width: 100%;display: inline-flex;align-items: flex-start;justify-content: flex-start;object-fit: cover;object-position: center center; } } .gp-component-id-cRQnwqlTr.gp-component > [data-section-overlay] { right: 0px;left: 0px;top: 0px;bottom: 0px;position: absolute; } @media (max-width: 639px) { .gp-component-id-cRQnwqlTr.gp-component > [data-section-overlay] { right: 0px;left: 0px;top: 0px;bottom: 0px;position: absolute; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-cRQnwqlTr.gp-component > [data-section-overlay] { right: 0px;left: 0px;top: 0px;bottom: 0px;position: absolute; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-cRQnwqlTr.gp-component > [data-section-overlay] { right: 0px;left: 0px;top: 0px;bottom: 0px;position: absolute; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-cRQnwqlTr.gp-component > [data-section-overlay] { right: 0px;left: 0px;top: 0px;bottom: 0px;position: absolute; } } @media (min-width: 1200px) { .gp-component-id-cRQnwqlTr.gp-component > [data-section-overlay] { right: 0px;left: 0px;top: 0px;bottom: 0px;position: absolute; } } @media (max-width: 639px) { .gp-component-id-0nuK3uWGa[data-gp-component] { font-size: 18px !important;font-weight: 600 !important;color: rgb(255, 255, 255) !important;line-height: 1.15;font-family: inherit !important;border-top-left-radius: 12px !important;border-top-right-radius: 12px !important;border-bottom-left-radius: 12px !important;border-bottom-right-radius: 12px !important;border-left-style: none !important;border-right-style: none !important;border-top-style: none !important;border-bottom-style: none !important;border-left-width: initial !important;border-right-width: initial !important;border-top-width: initial !important;border-bottom-width: initial !important;border-left-color: initial !important;border-right-color: initial !important;border-top-color: initial !important;border-bottom-color: initial !important;background-color: rgb(57, 75, 86) !important;background-image: linear-gradient(135deg, rgb(246, 174, 45), rgb(242, 100, 25)) !important;background-size: initial !important;background-repeat: initial !important;background-attachment: initial !important;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px;padding-left: 16px;padding-right: 16px;padding-top: 15px;padding-bottom: 15px;width: 100%;display: inline-block;border-image-source: initial !important;border-image-slice: initial !important;border-image-width: initial !important;border-image-outset: initial !important;border-image-repeat: initial !important;cursor: pointer;background-position-x: initial !important;background-position-y: initial !important;background-origin: initial !important;background-clip: initial !important;appearance: button;text-transform: none;overflow-x: visible;overflow-y: visible; } .gp-component-id-0nuK3uWGa[data-gp-component]:focus,.gp-component-id-0nuK3uWGa[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-0nuK3uWGa[data-gp-component] { font-size: 18px !important;font-weight: 600 !important;color: rgb(255, 255, 255) !important;line-height: 1.15;font-family: inherit !important;border-top-left-radius: 12px !important;border-top-right-radius: 12px !important;border-bottom-left-radius: 12px !important;border-bottom-right-radius: 12px !important;border-left-style: none !important;border-right-style: none !important;border-top-style: none !important;border-bottom-style: none !important;border-left-width: initial !important;border-right-width: initial !important;border-top-width: initial !important;border-bottom-width: initial !important;border-left-color: initial !important;border-right-color: initial !important;border-top-color: initial !important;border-bottom-color: initial !important;background-color: rgb(57, 75, 86) !important;background-image: linear-gradient(135deg, rgb(246, 174, 45), rgb(242, 100, 25)) !important;background-size: initial !important;background-repeat: initial !important;background-attachment: initial !important;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px;padding-left: 16px;padding-right: 16px;padding-top: 15px;padding-bottom: 15px;width: 100%;display: inline-block;border-image-source: initial !important;border-image-slice: initial !important;border-image-width: initial !important;border-image-outset: initial !important;border-image-repeat: initial !important;cursor: pointer;background-position-x: initial !important;background-position-y: initial !important;background-origin: initial !important;background-clip: initial !important;appearance: button;text-transform: none;overflow-x: visible;overflow-y: visible; } .gp-component-id-0nuK3uWGa[data-gp-component]:focus,.gp-component-id-0nuK3uWGa[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-0nuK3uWGa[data-gp-component] { font-size: 18px !important;font-weight: 600 !important;color: rgb(255, 255, 255) !important;line-height: 1.15;font-family: inherit !important;border-top-left-radius: 12px !important;border-top-right-radius: 12px !important;border-bottom-left-radius: 12px !important;border-bottom-right-radius: 12px !important;border-left-style: none !important;border-right-style: none !important;border-top-style: none !important;border-bottom-style: none !important;border-left-width: initial !important;border-right-width: initial !important;border-top-width: initial !important;border-bottom-width: initial !important;border-left-color: initial !important;border-right-color: initial !important;border-top-color: initial !important;border-bottom-color: initial !important;background-color: rgb(57, 75, 86) !important;background-image: linear-gradient(135deg, rgb(246, 174, 45), rgb(242, 100, 25)) !important;background-size: initial !important;background-repeat: initial !important;background-attachment: initial !important;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px;padding-left: 16px;padding-right: 16px;padding-top: 15px;padding-bottom: 15px;width: 100%;display: inline-block;border-image-source: initial !important;border-image-slice: initial !important;border-image-width: initial !important;border-image-outset: initial !important;border-image-repeat: initial !important;cursor: pointer;background-position-x: initial !important;background-position-y: initial !important;background-origin: initial !important;background-clip: initial !important;appearance: button;text-transform: none;overflow-x: visible;overflow-y: visible; } .gp-component-id-0nuK3uWGa[data-gp-component]:focus,.gp-component-id-0nuK3uWGa[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-0nuK3uWGa[data-gp-component] { font-size: 18px !important;font-weight: 600 !important;color: rgb(255, 255, 255) !important;line-height: 1.15;font-family: inherit !important;border-top-left-radius: 12px !important;border-top-right-radius: 12px !important;border-bottom-left-radius: 12px !important;border-bottom-right-radius: 12px !important;border-left-style: none !important;border-right-style: none !important;border-top-style: none !important;border-bottom-style: none !important;border-left-width: initial !important;border-right-width: initial !important;border-top-width: initial !important;border-bottom-width: initial !important;border-left-color: initial !important;border-right-color: initial !important;border-top-color: initial !important;border-bottom-color: initial !important;background-color: rgb(57, 75, 86) !important;background-image: linear-gradient(135deg, rgb(246, 174, 45), rgb(242, 100, 25)) !important;background-size: initial !important;background-repeat: initial !important;background-attachment: initial !important;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px;padding-left: 16px;padding-right: 16px;padding-top: 15px;padding-bottom: 15px;width: 100%;display: inline-block;border-image-source: initial !important;border-image-slice: initial !important;border-image-width: initial !important;border-image-outset: initial !important;border-image-repeat: initial !important;cursor: pointer;background-position-x: initial !important;background-position-y: initial !important;background-origin: initial !important;background-clip: initial !important;appearance: button;text-transform: none;overflow-x: visible;overflow-y: visible; } .gp-component-id-0nuK3uWGa[data-gp-component]:focus,.gp-component-id-0nuK3uWGa[data-gp-component].gp-focus { outline-color: -webkit-focus-ring-color;outline-style: auto;outline-width: 5px; } } @media (min-width: 1200px) { .gp-component-id-0nuK3uWGa[data-gp-component] { font-size: 18px !important;font-weight: 600 !important;color: rgb(255, 255, 255) !important;line-height: 1.15;font-family: inherit !important;border-top-left-radius: 12px !important;border-top-right-radius: 12px !important;border-bottom-left-radius: 12px !important;border-bottom-right-radius: 12px !important;border-left-style: none !important;border-right-style: none !important;border-top-style: none !important;border-bottom-style: none !important;border-left-width: initial !important;border-right-width: initial !important;border-top-width: initial !important;border-bottom-width: initial !important;border-left-color: initial !important;border-right-color: initial !important;border-top-color: initial !important;border-bottom-color: initial !important;background-color: rgb(57, 75, 86) !important;background-image: linear-gradient(135deg, rgb(246, 174, 45), rgb(242, 100, 25)) !important;background-size: initial !important;background-repeat: initial !important;background-attachment: initial !important;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px;padding-left: 16px;padding-right: 16px;padding-top: 15px;padding-bottom: 15px;width: 100%;display: inline-block;border-image-source: initial !important;border-image-slice: initial !important;border-image-width: initial !important;border-image-outset: initial !important;border-image-repeat: initial !important;cursor: pointer;background-position-x: initial !important;background-position-y: initial !important;background-origin: initial !important;background-clip: initial !important;appearance: button;text-transform: none;overflow-x: visible;overflow-y: visible; } .gp-component-id-0nuK3uWGa[data-gp-component]:focus,.gp-component-id-0nuK3uWGa[data-gp-component].gp-focus { outline-color: -webkit-focus-ring-color;outline-style: auto;outline-width: 5px; } } @media (max-width: 639px) { .gp-component-id-frOpnWV1d[data-gp-component] { margin-bottom: 30px;padding-left: 8px;padding-right: 8px;width: 100%; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-frOpnWV1d[data-gp-component] { margin-bottom: 30px;padding-left: 8px;padding-right: 8px;width: 100%; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-frOpnWV1d[data-gp-component] { margin-bottom: 30px;padding-left: 8px;padding-right: 8px;width: 100%; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-frOpnWV1d[data-gp-component] { margin-bottom: 30px;padding-left: 8px;padding-right: 8px;width: 100%; } } @media (min-width: 1200px) { .gp-component-id-frOpnWV1d[data-gp-component] { margin-bottom: 30px;padding-left: 8px;padding-right: 8px;width: 100%; } } @media (max-width: 639px) { .gp-component-id-bGH_2n_WCN { font-size: 14px !important;font-weight: 600 !important;color: rgb(57, 196, 137);text-align: center;line-height: inherit;margin-left: 0px;margin-right: 0px;margin-top: 10px;margin-bottom: 0px;overflow-wrap: break-word; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-bGH_2n_WCN { font-size: 14px !important;font-weight: 600 !important;color: rgb(57, 196, 137);text-align: center;line-height: inherit;margin-left: 0px;margin-right: 0px;margin-top: 10px;margin-bottom: 0px;overflow-wrap: break-word; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-bGH_2n_WCN { font-size: 14px !important;font-weight: 600 !important;color: rgb(57, 196, 137);text-align: center;line-height: inherit;margin-left: 0px;margin-right: 0px;margin-top: 10px;margin-bottom: 0px;overflow-wrap: break-word; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-bGH_2n_WCN { font-size: 14px !important;font-weight: 600 !important;color: rgb(57, 196, 137);text-align: center;line-height: inherit;margin-left: 0px;margin-right: 0px;margin-top: 10px;margin-bottom: 0px;overflow-wrap: break-word; } } @media (min-width: 1200px) { .gp-component-id-bGH_2n_WCN { font-size: 14px !important;font-weight: 600 !important;color: rgb(57, 196, 137);text-align: center;line-height: inherit;margin-left: 0px;margin-right: 0px;margin-top: 10px;margin-bottom: 0px;overflow-wrap: break-word; } } @media (max-width: 639px) { [data-gp-text] .gp-component-id-IEEdjnjSYG { font-size: 14px !important;font-weight: 600 !important;color: rgb(57, 196, 137);text-align: center;line-height: inherit;margin-left: 0px;margin-right: 0px;margin-top: 10px;margin-bottom: 0px;overflow-wrap: break-word; } } @media (max-width: 767px) and (min-width: 640px) { [data-gp-text] .gp-component-id-IEEdjnjSYG { font-size: 14px !important;font-weight: 600 !important;color: rgb(57, 196, 137);text-align: center;line-height: inherit;margin-left: 0px;margin-right: 0px;margin-top: 10px;margin-bottom: 0px;overflow-wrap: break-word; } } @media (max-width: 991px) and (min-width: 768px) { [data-gp-text] .gp-component-id-IEEdjnjSYG { font-size: 14px !important;font-weight: 600 !important;color: rgb(57, 196, 137);text-align: center;line-height: inherit;margin-left: 0px;margin-right: 0px;margin-top: 10px;margin-bottom: 0px;overflow-wrap: break-word; } } @media (max-width: 1199px) and (min-width: 992px) { [data-gp-text] .gp-component-id-IEEdjnjSYG { font-size: 14px !important;font-weight: 600 !important;color: rgb(57, 196, 137);text-align: center;line-height: inherit;margin-left: 0px;margin-right: 0px;margin-top: 10px;margin-bottom: 0px;overflow-wrap: break-word; } } @media (min-width: 1200px) { [data-gp-text] .gp-component-id-IEEdjnjSYG { font-size: 14px !important;font-weight: 600 !important;color: rgb(57, 196, 137);text-align: center;line-height: inherit;margin-left: 0px;margin-right: 0px;margin-top: 10px;margin-bottom: 0px;overflow-wrap: break-word; } } @media (max-width: 639px) { .gp-component-id-Id0caErqq_ { font-size: 18px !important;font-weight: inherit !important;color: rgb(57, 75, 86);text-align: center;line-height: inherit;margin-left: 0px;margin-right: 0px;margin-top: 10px;margin-bottom: 0px;overflow-wrap: break-word; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-Id0caErqq_ { font-size: 18px !important;font-weight: inherit !important;color: rgb(57, 75, 86);text-align: center;line-height: inherit;margin-left: 0px;margin-right: 0px;margin-top: 10px;margin-bottom: 0px;overflow-wrap: break-word; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-Id0caErqq_ { font-size: 18px !important;font-weight: inherit !important;color: rgb(57, 75, 86);text-align: center;line-height: inherit;margin-left: 0px;margin-right: 0px;margin-top: 10px;margin-bottom: 0px;overflow-wrap: break-word; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-Id0caErqq_ { font-size: 18px !important;font-weight: inherit !important;color: rgb(57, 75, 86);text-align: center;line-height: inherit;margin-left: 0px;margin-right: 0px;margin-top: 10px;margin-bottom: 0px;overflow-wrap: break-word; } } @media (min-width: 1200px) { .gp-component-id-Id0caErqq_ { font-size: 18px !important;font-weight: inherit !important;color: rgb(57, 75, 86);text-align: center;line-height: inherit;margin-left: 0px;margin-right: 0px;margin-top: 10px;margin-bottom: 0px;overflow-wrap: break-word; } } @media (max-width: 639px) { [data-gp-text] .gp-component-id-KTTUyMN0pv { font-size: 18px !important;font-weight: inherit !important;color: rgb(57, 75, 86);text-align: center;line-height: inherit;margin-left: 0px;margin-right: 0px;margin-top: 10px;margin-bottom: 0px;overflow-wrap: break-word; } } @media (max-width: 767px) and (min-width: 640px) { [data-gp-text] .gp-component-id-KTTUyMN0pv { font-size: 18px !important;font-weight: inherit !important;color: rgb(57, 75, 86);text-align: center;line-height: inherit;margin-left: 0px;margin-right: 0px;margin-top: 10px;margin-bottom: 0px;overflow-wrap: break-word; } } @media (max-width: 991px) and (min-width: 768px) { [data-gp-text] .gp-component-id-KTTUyMN0pv { font-size: 18px !important;font-weight: inherit !important;color: rgb(57, 75, 86);text-align: center;line-height: inherit;margin-left: 0px;margin-right: 0px;margin-top: 10px;margin-bottom: 0px;overflow-wrap: break-word; } } @media (max-width: 1199px) and (min-width: 992px) { [data-gp-text] .gp-component-id-KTTUyMN0pv { font-size: 18px !important;font-weight: inherit !important;color: rgb(57, 75, 86);text-align: center;line-height: inherit;margin-left: 0px;margin-right: 0px;margin-top: 10px;margin-bottom: 0px;overflow-wrap: break-word; } } @media (min-width: 1200px) { [data-gp-text] .gp-component-id-KTTUyMN0pv { font-size: 18px !important;font-weight: inherit !important;color: rgb(57, 75, 86);text-align: center;line-height: inherit;margin-left: 0px;margin-right: 0px;margin-top: 10px;margin-bottom: 0px;overflow-wrap: break-word; } } @media (max-width: 639px) { .gp-component-id-FLwen67Ey { font-size: 18px !important;font-weight: 600 !important;color: rgb(0, 0, 0);text-align: center;line-height: inherit;margin-left: 0px;margin-right: 0px;margin-top: 10px;margin-bottom: 0px;overflow-wrap: break-word; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-FLwen67Ey { font-size: 18px !important;font-weight: 600 !important;color: rgb(0, 0, 0);text-align: center;line-height: inherit;margin-left: 0px;margin-right: 0px;margin-top: 10px;margin-bottom: 0px;overflow-wrap: break-word; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-FLwen67Ey { font-size: 18px !important;font-weight: 600 !important;color: rgb(0, 0, 0);text-align: left;line-height: inherit;margin-left: 0px;margin-right: 0px;margin-top: 10px;margin-bottom: 0px;overflow-wrap: break-word; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-FLwen67Ey { font-size: 18px !important;font-weight: 600 !important;color: rgb(0, 0, 0);text-align: left;line-height: inherit;margin-left: 0px;margin-right: 0px;margin-top: 10px;margin-bottom: 0px;overflow-wrap: break-word; } } @media (min-width: 1200px) { .gp-component-id-FLwen67Ey { font-size: 18px !important;font-weight: 600 !important;color: rgb(0, 0, 0);text-align: left;line-height: inherit;margin-left: 0px;margin-right: 0px;margin-top: 10px;margin-bottom: 0px;overflow-wrap: break-word; } } @media (max-width: 639px) { [data-gp-text] .gp-component-id-XxuBlTBNP { font-size: 18px !important;font-weight: 600 !important;color: rgb(0, 0, 0);text-align: center;line-height: inherit;margin-left: 0px;margin-right: 0px;margin-top: 10px;margin-bottom: 0px;overflow-wrap: break-word; } } @media (max-width: 767px) and (min-width: 640px) { [data-gp-text] .gp-component-id-XxuBlTBNP { font-size: 18px !important;font-weight: 600 !important;color: rgb(0, 0, 0);text-align: center;line-height: inherit;margin-left: 0px;margin-right: 0px;margin-top: 10px;margin-bottom: 0px;overflow-wrap: break-word; } } @media (max-width: 991px) and (min-width: 768px) { [data-gp-text] .gp-component-id-XxuBlTBNP { font-size: 18px !important;font-weight: 600 !important;color: rgb(0, 0, 0);text-align: left;line-height: inherit;margin-left: 0px;margin-right: 0px;margin-top: 10px;margin-bottom: 0px;overflow-wrap: break-word; } } @media (max-width: 1199px) and (min-width: 992px) { [data-gp-text] .gp-component-id-XxuBlTBNP { font-size: 18px !important;font-weight: 600 !important;color: rgb(0, 0, 0);text-align: left;line-height: inherit;margin-left: 0px;margin-right: 0px;margin-top: 10px;margin-bottom: 0px;overflow-wrap: break-word; } } @media (min-width: 1200px) { [data-gp-text] .gp-component-id-XxuBlTBNP { font-size: 18px !important;font-weight: 600 !important;color: rgb(0, 0, 0);text-align: left;line-height: inherit;margin-left: 0px;margin-right: 0px;margin-top: 10px;margin-bottom: 0px;overflow-wrap: break-word; } } @media (max-width: 639px) { .gp-component-id-NYunu2ougep[data-gp-component] { border-top-left-radius: 9999px;border-top-right-radius: 9999px;border-bottom-left-radius: 9999px;border-bottom-right-radius: 9999px;border-left-style: solid;border-right-style: solid;border-top-style: solid;border-bottom-style: solid;width: 192px;height: 192px;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-NYunu2ougep[data-gp-component] { border-top-left-radius: 9999px;border-top-right-radius: 9999px;border-bottom-left-radius: 9999px;border-bottom-right-radius: 9999px;border-left-style: solid;border-right-style: solid;border-top-style: solid;border-bottom-style: solid;width: 192px;height: 192px;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-NYunu2ougep[data-gp-component] { border-top-left-radius: 9999px;border-top-right-radius: 9999px;border-bottom-left-radius: 9999px;border-bottom-right-radius: 9999px;border-left-style: solid;border-right-style: solid;border-top-style: solid;border-bottom-style: solid;width: 192px;height: 192px;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-NYunu2ougep[data-gp-component] { border-top-left-radius: 9999px;border-top-right-radius: 9999px;border-bottom-left-radius: 9999px;border-bottom-right-radius: 9999px;border-left-style: solid;border-right-style: solid;border-top-style: solid;border-bottom-style: solid;width: 192px;height: 192px;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-NYunu2ougep[data-gp-component] { border-top-left-radius: 9999px;border-top-right-radius: 9999px;border-bottom-left-radius: 9999px;border-bottom-right-radius: 9999px;border-left-style: solid;border-right-style: solid;border-top-style: solid;border-bottom-style: solid;width: 192px;height: 192px;max-width: 100%;justify-content: flex-start;align-items: flex-start;display: inline-flex;object-position: center center;object-fit: cover; } } .gp-component-id-wytYJoDm0T1 { padding-left: 8px;width: 100%;padding-right: 8px;flex-grow: 0;flex-shrink: 0;flex-basis: auto; } @media (max-width: 639px) { .gp-component-id-wytYJoDm0T1 { 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-wytYJoDm0T1 { 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-wytYJoDm0T1 { padding-left: 8px;padding-right: 8px;width: 33.33%;flex-grow: 0;flex-shrink: 0;flex-basis: auto; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-wytYJoDm0T1 { padding-left: 8px;padding-right: 8px;width: 33.33%;flex-grow: 0;flex-shrink: 0;flex-basis: auto; } } @media (min-width: 1200px) { .gp-component-id-wytYJoDm0T1 { padding-left: 8px;padding-right: 8px;width: 33.33%;flex-grow: 0;flex-shrink: 0;flex-basis: auto; } } @media (max-width: 639px) { .gp-component-id-tRfGdfF5zac { font-size: 14px !important;font-weight: 600 !important;color: rgb(57, 196, 137);text-align: center;line-height: inherit;margin-left: 0px;margin-right: 0px;margin-top: 10px;margin-bottom: 0px;overflow-wrap: break-word; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-tRfGdfF5zac { font-size: 14px !important;font-weight: 600 !important;color: rgb(57, 196, 137);text-align: center;line-height: inherit;margin-left: 0px;margin-right: 0px;margin-top: 10px;margin-bottom: 0px;overflow-wrap: break-word; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-tRfGdfF5zac { font-size: 14px !important;font-weight: 600 !important;color: rgb(57, 196, 137);text-align: center;line-height: inherit;margin-left: 0px;margin-right: 0px;margin-top: 10px;margin-bottom: 0px;overflow-wrap: break-word; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-tRfGdfF5zac { font-size: 14px !important;font-weight: 600 !important;color: rgb(57, 196, 137);text-align: center;line-height: inherit;margin-left: 0px;margin-right: 0px;margin-top: 10px;margin-bottom: 0px;overflow-wrap: break-word; } } @media (min-width: 1200px) { .gp-component-id-tRfGdfF5zac { font-size: 14px !important;font-weight: 600 !important;color: rgb(57, 196, 137);text-align: center;line-height: inherit;margin-left: 0px;margin-right: 0px;margin-top: 10px;margin-bottom: 0px;overflow-wrap: break-word; } } @media (max-width: 639px) { [data-gp-text] .gp-component-id-Q4e3VBBjbm { font-size: 14px !important;font-weight: 600 !important;color: rgb(57, 196, 137);text-align: center;line-height: inherit;margin-left: 0px;margin-right: 0px;margin-top: 10px;margin-bottom: 0px;overflow-wrap: break-word; } } @media (max-width: 767px) and (min-width: 640px) { [data-gp-text] .gp-component-id-Q4e3VBBjbm { font-size: 14px !important;font-weight: 600 !important;color: rgb(57, 196, 137);text-align: center;line-height: inherit;margin-left: 0px;margin-right: 0px;margin-top: 10px;margin-bottom: 0px;overflow-wrap: break-word; } } @media (max-width: 991px) and (min-width: 768px) { [data-gp-text] .gp-component-id-Q4e3VBBjbm { font-size: 14px !important;font-weight: 600 !important;color: rgb(57, 196, 137);text-align: center;line-height: inherit;margin-left: 0px;margin-right: 0px;margin-top: 10px;margin-bottom: 0px;overflow-wrap: break-word; } } @media (max-width: 1199px) and (min-width: 992px) { [data-gp-text] .gp-component-id-Q4e3VBBjbm { font-size: 14px !important;font-weight: 600 !important;color: rgb(57, 196, 137);text-align: center;line-height: inherit;margin-left: 0px;margin-right: 0px;margin-top: 10px;margin-bottom: 0px;overflow-wrap: break-word; } } @media (min-width: 1200px) { [data-gp-text] .gp-component-id-Q4e3VBBjbm { font-size: 14px !important;font-weight: 600 !important;color: rgb(57, 196, 137);text-align: center;line-height: inherit;margin-left: 0px;margin-right: 0px;margin-top: 10px;margin-bottom: 0px;overflow-wrap: break-word; } } @media (max-width: 639px) { .gp-component-id-03lsN0BQRyW { font-size: 18px !important;font-weight: inherit !important;color: rgb(57, 75, 86);text-align: center;line-height: inherit;margin-left: 0px;margin-right: 0px;margin-top: 10px;margin-bottom: 0px;overflow-wrap: break-word; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-03lsN0BQRyW { font-size: 18px !important;font-weight: inherit !important;color: rgb(57, 75, 86);text-align: center;line-height: inherit;margin-left: 0px;margin-right: 0px;margin-top: 10px;margin-bottom: 0px;overflow-wrap: break-word; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-03lsN0BQRyW { font-size: 18px !important;font-weight: inherit !important;color: rgb(57, 75, 86);text-align: center;line-height: inherit;margin-left: 0px;margin-right: 0px;margin-top: 10px;margin-bottom: 0px;overflow-wrap: break-word; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-03lsN0BQRyW { font-size: 18px !important;font-weight: inherit !important;color: rgb(57, 75, 86);text-align: center;line-height: inherit;margin-left: 0px;margin-right: 0px;margin-top: 10px;margin-bottom: 0px;overflow-wrap: break-word; } } @media (min-width: 1200px) { .gp-component-id-03lsN0BQRyW { font-size: 18px !important;font-weight: inherit !important;color: rgb(57, 75, 86);text-align: center;line-height: inherit;margin-left: 0px;margin-right: 0px;margin-top: 10px;margin-bottom: 0px;overflow-wrap: break-word; } } @media (max-width: 639px) { [data-gp-text] .gp-component-id-n8r1D5Pcr { font-size: 18px !important;font-weight: inherit !important;color: rgb(57, 75, 86);text-align: center;line-height: inherit;margin-left: 0px;margin-right: 0px;margin-top: 10px;margin-bottom: 0px;overflow-wrap: break-word; } } @media (max-width: 767px) and (min-width: 640px) { [data-gp-text] .gp-component-id-n8r1D5Pcr { font-size: 18px !important;font-weight: inherit !important;color: rgb(57, 75, 86);text-align: center;line-height: inherit;margin-left: 0px;margin-right: 0px;margin-top: 10px;margin-bottom: 0px;overflow-wrap: break-word; } } @media (max-width: 991px) and (min-width: 768px) { [data-gp-text] .gp-component-id-n8r1D5Pcr { font-size: 18px !important;font-weight: inherit !important;color: rgb(57, 75, 86);text-align: center;line-height: inherit;margin-left: 0px;margin-right: 0px;margin-top: 10px;margin-bottom: 0px;overflow-wrap: break-word; } } @media (max-width: 1199px) and (min-width: 992px) { [data-gp-text] .gp-component-id-n8r1D5Pcr { font-size: 18px !important;font-weight: inherit !important;color: rgb(57, 75, 86);text-align: center;line-height: inherit;margin-left: 0px;margin-right: 0px;margin-top: 10px;margin-bottom: 0px;overflow-wrap: break-word; } } @media (min-width: 1200px) { [data-gp-text] .gp-component-id-n8r1D5Pcr { font-size: 18px !important;font-weight: inherit !important;color: rgb(57, 75, 86);text-align: center;line-height: inherit;margin-left: 0px;margin-right: 0px;margin-top: 10px;margin-bottom: 0px;overflow-wrap: break-word; } } @media (max-width: 639px) { .gp-component-id-tE6ZygK2BB { font-size: 18px !important;font-weight: 600 !important;color: rgb(0, 0, 0);text-align: center;line-height: inherit;margin-left: 0px;margin-right: 0px;margin-top: 10px;margin-bottom: 0px;overflow-wrap: break-word; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-tE6ZygK2BB { font-size: 18px !important;font-weight: 600 !important;color: rgb(0, 0, 0);text-align: center;line-height: inherit;margin-left: 0px;margin-right: 0px;margin-top: 10px;margin-bottom: 0px;overflow-wrap: break-word; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-tE6ZygK2BB { font-size: 18px !important;font-weight: 600 !important;color: rgb(0, 0, 0);text-align: center;line-height: inherit;margin-left: 0px;margin-right: 0px;margin-top: 10px;margin-bottom: 0px;overflow-wrap: break-word; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-tE6ZygK2BB { font-size: 18px !important;font-weight: 600 !important;color: rgb(0, 0, 0);text-align: left;line-height: inherit;margin-left: 0px;margin-right: 0px;margin-top: 10px;margin-bottom: 0px;overflow-wrap: break-word; } } @media (min-width: 1200px) { .gp-component-id-tE6ZygK2BB { font-size: 18px !important;font-weight: 600 !important;color: rgb(0, 0, 0);text-align: left;line-height: inherit;margin-left: 0px;margin-right: 0px;margin-top: 10px;margin-bottom: 0px;overflow-wrap: break-word; } } @media (max-width: 639px) { [data-gp-text] .gp-component-id-EE7K7amwCk { font-size: 18px !important;font-weight: 600 !important;color: rgb(0, 0, 0);text-align: center;line-height: inherit;margin-left: 0px;margin-right: 0px;margin-top: 10px;margin-bottom: 0px;overflow-wrap: break-word; } } @media (max-width: 767px) and (min-width: 640px) { [data-gp-text] .gp-component-id-EE7K7amwCk { font-size: 18px !important;font-weight: 600 !important;color: rgb(0, 0, 0);text-align: center;line-height: inherit;margin-left: 0px;margin-right: 0px;margin-top: 10px;margin-bottom: 0px;overflow-wrap: break-word; } } @media (max-width: 991px) and (min-width: 768px) { [data-gp-text] .gp-component-id-EE7K7amwCk { font-size: 18px !important;font-weight: 600 !important;color: rgb(0, 0, 0);text-align: center;line-height: inherit;margin-left: 0px;margin-right: 0px;margin-top: 10px;margin-bottom: 0px;overflow-wrap: break-word; } } @media (max-width: 1199px) and (min-width: 992px) { [data-gp-text] .gp-component-id-EE7K7amwCk { font-size: 18px !important;font-weight: 600 !important;color: rgb(0, 0, 0);text-align: left;line-height: inherit;margin-left: 0px;margin-right: 0px;margin-top: 10px;margin-bottom: 0px;overflow-wrap: break-word; } } @media (min-width: 1200px) { [data-gp-text] .gp-component-id-EE7K7amwCk { font-size: 18px !important;font-weight: 600 !important;color: rgb(0, 0, 0);text-align: left;line-height: inherit;margin-left: 0px;margin-right: 0px;margin-top: 10px;margin-bottom: 0px;overflow-wrap: break-word; } } @media (max-width: 639px) { .gp-component-id-lc08Hd0fzP[data-gp-component] { border-top-left-radius: 9999px;border-top-right-radius: 9999px;border-bottom-left-radius: 9999px;border-bottom-right-radius: 9999px;border-left-style: solid;border-right-style: solid;border-top-style: solid;border-bottom-style: solid;width: 192px;height: 192px;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-lc08Hd0fzP[data-gp-component] { border-top-left-radius: 9999px;border-top-right-radius: 9999px;border-bottom-left-radius: 9999px;border-bottom-right-radius: 9999px;border-left-style: solid;border-right-style: solid;border-top-style: solid;border-bottom-style: solid;width: 192px;height: 192px;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-lc08Hd0fzP[data-gp-component] { border-top-left-radius: 9999px;border-top-right-radius: 9999px;border-bottom-left-radius: 9999px;border-bottom-right-radius: 9999px;border-left-style: solid;border-right-style: solid;border-top-style: solid;border-bottom-style: solid;width: 192px;height: 192px;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-lc08Hd0fzP[data-gp-component] { border-top-left-radius: 9999px;border-top-right-radius: 9999px;border-bottom-left-radius: 9999px;border-bottom-right-radius: 9999px;border-left-style: solid;border-right-style: solid;border-top-style: solid;border-bottom-style: solid;width: 192px;height: 192px;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-lc08Hd0fzP[data-gp-component] { border-top-left-radius: 9999px;border-top-right-radius: 9999px;border-bottom-left-radius: 9999px;border-bottom-right-radius: 9999px;border-left-style: solid;border-right-style: solid;border-top-style: solid;border-bottom-style: solid;width: 192px;height: 192px;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-dcDYi87nu3[data-gp-component] { border-top-left-radius: 24px;border-top-right-radius: 24px;border-bottom-left-radius: 24px;border-bottom-right-radius: 24px;box-shadow: rgba(0, 0, 0, 0.21) 0px 2px 10px 3px;margin-bottom: 30px;padding-left: 20px;padding-right: 20px;padding-top: 30px;padding-bottom: 30px;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-dcDYi87nu3[data-gp-component] { border-top-left-radius: 24px;border-top-right-radius: 24px;border-bottom-left-radius: 24px;border-bottom-right-radius: 24px;box-shadow: rgba(0, 0, 0, 0.21) 0px 2px 10px 3px;margin-bottom: 30px;padding-left: 20px;padding-right: 20px;padding-top: 30px;padding-bottom: 30px;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-dcDYi87nu3[data-gp-component] { border-top-left-radius: 24px;border-top-right-radius: 24px;border-bottom-left-radius: 24px;border-bottom-right-radius: 24px;box-shadow: rgba(0, 0, 0, 0.21) 0px 2px 10px 3px;margin-bottom: 30px;padding-left: 20px;padding-right: 20px;padding-top: 30px;padding-bottom: 30px;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-dcDYi87nu3[data-gp-component] { border-top-left-radius: 24px;border-top-right-radius: 24px;border-bottom-left-radius: 24px;border-bottom-right-radius: 24px;box-shadow: rgba(0, 0, 0, 0.21) 0px 2px 10px 3px;margin-bottom: 30px;padding-left: 20px;padding-right: 20px;padding-top: 30px;padding-bottom: 30px;width: 100%;height: 100%;flex-direction: column;justify-content: center;align-items: center;display: flex; } } @media (min-width: 1200px) { .gp-component-id-dcDYi87nu3[data-gp-component] { border-top-left-radius: 24px;border-top-right-radius: 24px;border-bottom-left-radius: 24px;border-bottom-right-radius: 24px;box-shadow: rgba(0, 0, 0, 0.21) 0px 2px 10px 3px;margin-bottom: 30px;padding-left: 20px;padding-right: 20px;padding-top: 30px;padding-bottom: 30px;width: 100%;height: 100%;flex-direction: column;justify-content: center;align-items: center;display: flex; } } .gp-component-id-JszOcdfziL { padding-left: 8px;width: 100%;padding-right: 8px;flex-grow: 0;flex-shrink: 0;flex-basis: auto; } @media (max-width: 639px) { .gp-component-id-JszOcdfziL { 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-JszOcdfziL { 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-JszOcdfziL { padding-left: 8px;padding-right: 8px;width: 33.33%;flex-grow: 0;flex-shrink: 0;flex-basis: auto; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-JszOcdfziL { padding-left: 8px;padding-right: 8px;width: 33.33%;flex-grow: 0;flex-shrink: 0;flex-basis: auto; } } @media (min-width: 1200px) { .gp-component-id-JszOcdfziL { padding-left: 8px;padding-right: 8px;width: 33.33%;flex-grow: 0;flex-shrink: 0;flex-basis: auto; } } @media (max-width: 639px) { [data-gp-text] .gp-component-id-RhB_YymfR4 { font-size: 14px !important;font-weight: 600 !important;color: rgb(57, 196, 137);text-align: center;line-height: inherit;margin-left: 0px;margin-right: 0px;margin-top: 10px;margin-bottom: 0px;overflow-wrap: break-word; } } @media (max-width: 767px) and (min-width: 640px) { [data-gp-text] .gp-component-id-RhB_YymfR4 { font-size: 14px !important;font-weight: 600 !important;color: rgb(57, 196, 137);text-align: center;line-height: inherit;margin-left: 0px;margin-right: 0px;margin-top: 10px;margin-bottom: 0px;overflow-wrap: break-word; } } @media (max-width: 991px) and (min-width: 768px) { [data-gp-text] .gp-component-id-RhB_YymfR4 { font-size: 14px !important;font-weight: 600 !important;color: rgb(57, 196, 137);text-align: center;line-height: inherit;margin-left: 0px;margin-right: 0px;margin-top: 10px;margin-bottom: 0px;overflow-wrap: break-word; } } @media (max-width: 1199px) and (min-width: 992px) { [data-gp-text] .gp-component-id-RhB_YymfR4 { font-size: 14px !important;font-weight: 600 !important;color: rgb(57, 196, 137);text-align: center;line-height: inherit;margin-left: 0px;margin-right: 0px;margin-top: 10px;margin-bottom: 0px;overflow-wrap: break-word; } } @media (min-width: 1200px) { [data-gp-text] .gp-component-id-RhB_YymfR4 { font-size: 14px !important;font-weight: 600 !important;color: rgb(57, 196, 137);text-align: center;line-height: inherit;margin-left: 0px;margin-right: 0px;margin-top: 10px;margin-bottom: 0px;overflow-wrap: break-word; } } @media (max-width: 639px) { [data-gp-text] .gp-component-id-CbYDHyMQKy { font-size: 18px !important;font-weight: inherit !important;color: rgb(57, 75, 86);text-align: center;line-height: inherit;margin-left: 0px;margin-right: 0px;margin-top: 10px;margin-bottom: 0px;overflow-wrap: break-word; } } @media (max-width: 767px) and (min-width: 640px) { [data-gp-text] .gp-component-id-CbYDHyMQKy { font-size: 18px !important;font-weight: inherit !important;color: rgb(57, 75, 86);text-align: center;line-height: inherit;margin-left: 0px;margin-right: 0px;margin-top: 10px;margin-bottom: 0px;overflow-wrap: break-word; } } @media (max-width: 991px) and (min-width: 768px) { [data-gp-text] .gp-component-id-CbYDHyMQKy { font-size: 18px !important;font-weight: inherit !important;color: rgb(57, 75, 86);text-align: center;line-height: inherit;margin-left: 0px;margin-right: 0px;margin-top: 10px;margin-bottom: 0px;overflow-wrap: break-word; } } @media (max-width: 1199px) and (min-width: 992px) { [data-gp-text] .gp-component-id-CbYDHyMQKy { font-size: 18px !important;font-weight: inherit !important;color: rgb(57, 75, 86);text-align: center;line-height: inherit;margin-left: 0px;margin-right: 0px;margin-top: 10px;margin-bottom: 0px;overflow-wrap: break-word; } } @media (min-width: 1200px) { [data-gp-text] .gp-component-id-CbYDHyMQKy { font-size: 18px !important;font-weight: inherit !important;color: rgb(57, 75, 86);text-align: center;line-height: inherit;margin-left: 0px;margin-right: 0px;margin-top: 10px;margin-bottom: 0px;overflow-wrap: break-word; } } @media (max-width: 639px) { [data-gp-text] .gp-component-id-oSG0MNCcEN { font-size: 18px !important;font-weight: 600 !important;color: rgb(0, 0, 0);text-align: center;line-height: inherit;margin-left: 0px;margin-right: 0px;margin-top: 10px;margin-bottom: 0px;overflow-wrap: break-word; } } @media (max-width: 767px) and (min-width: 640px) { [data-gp-text] .gp-component-id-oSG0MNCcEN { font-size: 18px !important;font-weight: 600 !important;color: rgb(0, 0, 0);text-align: center;line-height: inherit;margin-left: 0px;margin-right: 0px;margin-top: 10px;margin-bottom: 0px;overflow-wrap: break-word; } } @media (max-width: 991px) and (min-width: 768px) { [data-gp-text] .gp-component-id-oSG0MNCcEN { font-size: 18px !important;font-weight: 600 !important;color: rgb(0, 0, 0);text-align: center;line-height: inherit;margin-left: 0px;margin-right: 0px;margin-top: 10px;margin-bottom: 0px;overflow-wrap: break-word; } } @media (max-width: 1199px) and (min-width: 992px) { [data-gp-text] .gp-component-id-oSG0MNCcEN { font-size: 18px !important;font-weight: 600 !important;color: rgb(0, 0, 0);text-align: left;line-height: inherit;margin-left: 0px;margin-right: 0px;margin-top: 10px;margin-bottom: 0px;overflow-wrap: break-word; } } @media (min-width: 1200px) { [data-gp-text] .gp-component-id-oSG0MNCcEN { font-size: 18px !important;font-weight: 600 !important;color: rgb(0, 0, 0);text-align: left;line-height: inherit;margin-left: 0px;margin-right: 0px;margin-top: 10px;margin-bottom: 0px;overflow-wrap: break-word; } } @media (max-width: 639px) { .gp-component-id-HtnyGFdPRn[data-gp-component] { border-top-left-radius: 24px;border-top-right-radius: 24px;border-bottom-left-radius: 24px;border-bottom-right-radius: 24px;box-shadow: rgba(0, 0, 0, 0.21) 0px 2px 10px 3px;margin-bottom: 30px;padding-left: 20px;padding-right: 20px;padding-top: 30px;padding-bottom: 30px;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-HtnyGFdPRn[data-gp-component] { border-top-left-radius: 24px;border-top-right-radius: 24px;border-bottom-left-radius: 24px;border-bottom-right-radius: 24px;box-shadow: rgba(0, 0, 0, 0.21) 0px 2px 10px 3px;margin-bottom: 30px;padding-left: 20px;padding-right: 20px;padding-top: 30px;padding-bottom: 30px;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-HtnyGFdPRn[data-gp-component] { border-top-left-radius: 24px;border-top-right-radius: 24px;border-bottom-left-radius: 24px;border-bottom-right-radius: 24px;box-shadow: rgba(0, 0, 0, 0.21) 0px 2px 10px 3px;margin-bottom: 30px;padding-left: 20px;padding-right: 20px;padding-top: 30px;padding-bottom: 30px;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-HtnyGFdPRn[data-gp-component] { border-top-left-radius: 24px;border-top-right-radius: 24px;border-bottom-left-radius: 24px;border-bottom-right-radius: 24px;box-shadow: rgba(0, 0, 0, 0.21) 0px 2px 10px 3px;margin-bottom: 30px;padding-left: 20px;padding-right: 20px;padding-top: 30px;padding-bottom: 30px;width: 100%;height: 100%;flex-direction: column;justify-content: center;align-items: center;display: flex; } } @media (min-width: 1200px) { .gp-component-id-HtnyGFdPRn[data-gp-component] { border-top-left-radius: 24px;border-top-right-radius: 24px;border-bottom-left-radius: 24px;border-bottom-right-radius: 24px;box-shadow: rgba(0, 0, 0, 0.21) 0px 2px 10px 3px;margin-bottom: 30px;padding-left: 20px;padding-right: 20px;padding-top: 30px;padding-bottom: 30px;width: 100%;height: 100%;flex-direction: column;justify-content: center;align-items: center;display: flex; } } .gp-component-id-RFc5Mj8xn1 { padding-left: 8px;width: 100%;padding-right: 8px;flex-grow: 0;flex-shrink: 0;flex-basis: auto; } @media (max-width: 639px) { .gp-component-id-RFc5Mj8xn1 { 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-RFc5Mj8xn1 { 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-RFc5Mj8xn1 { padding-left: 8px;padding-right: 8px;width: 33.33%;flex-grow: 0;flex-shrink: 0;flex-basis: auto; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-RFc5Mj8xn1 { padding-left: 8px;padding-right: 8px;width: 33.33%;flex-grow: 0;flex-shrink: 0;flex-basis: auto; } } @media (min-width: 1200px) { .gp-component-id-RFc5Mj8xn1 { padding-left: 8px;padding-right: 8px;width: 33.33%;flex-grow: 0;flex-shrink: 0;flex-basis: auto; } } .gp-component-id-Y5cPVSMtXA { margin-left: -8px;margin-right: -8px;flex-wrap: wrap; } @media (max-width: 639px) { .gp-component-id-Y5cPVSMtXA { margin-left: -8px;margin-right: -8px;flex-wrap: wrap; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-Y5cPVSMtXA { margin-left: -8px;margin-right: -8px;flex-wrap: wrap; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-Y5cPVSMtXA { margin-left: -8px;margin-right: -8px;display: flex;flex-wrap: wrap; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-Y5cPVSMtXA { margin-left: -8px;margin-right: -8px;display: flex;flex-wrap: wrap; } } @media (min-width: 1200px) { .gp-component-id-Y5cPVSMtXA { margin-left: -8px;margin-right: -8px;display: flex;flex-wrap: wrap; } } @media (max-width: 639px) { .gp-component-id-ortcN0V0T[data-gp-component] { margin-bottom: 0px;padding-left: 8px;padding-right: 8px;width: 100%; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-ortcN0V0T[data-gp-component] { margin-bottom: 0px;padding-left: 8px;padding-right: 8px;width: 100%; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-ortcN0V0T[data-gp-component] { margin-bottom: 0px;padding-left: 8px;padding-right: 8px;width: 100%; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-ortcN0V0T[data-gp-component] { margin-bottom: 0px;padding-left: 8px;padding-right: 8px;width: 100%; } } @media (min-width: 1200px) { .gp-component-id-ortcN0V0T[data-gp-component] { margin-bottom: 0px;padding-left: 8px;padding-right: 8px;width: 100%; } } @media (max-width: 639px) { .gp-component-id-l6nIoMQC0f[data-gp-component] { border-top-left-radius: 24px;border-top-right-radius: 24px;border-bottom-left-radius: 24px;border-bottom-right-radius: 24px;box-shadow: rgba(0, 0, 0, 0.21) 0px 2px 10px 3px;margin-bottom: 30px;padding-left: 20px;padding-right: 20px;padding-top: 30px;padding-bottom: 30px;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-l6nIoMQC0f[data-gp-component] { border-top-left-radius: 24px;border-top-right-radius: 24px;border-bottom-left-radius: 24px;border-bottom-right-radius: 24px;box-shadow: rgba(0, 0, 0, 0.21) 0px 2px 10px 3px;margin-bottom: 30px;padding-left: 20px;padding-right: 20px;padding-top: 30px;padding-bottom: 30px;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-l6nIoMQC0f[data-gp-component] { border-top-left-radius: 24px;border-top-right-radius: 24px;border-bottom-left-radius: 24px;border-bottom-right-radius: 24px;box-shadow: rgba(0, 0, 0, 0.21) 0px 2px 10px 3px;margin-bottom: 30px;padding-left: 20px;padding-right: 20px;padding-top: 30px;padding-bottom: 30px;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-l6nIoMQC0f[data-gp-component] { border-top-left-radius: 24px;border-top-right-radius: 24px;border-bottom-left-radius: 24px;border-bottom-right-radius: 24px;box-shadow: rgba(0, 0, 0, 0.21) 0px 2px 10px 3px;margin-bottom: 30px;padding-left: 20px;padding-right: 20px;padding-top: 30px;padding-bottom: 30px;width: 100%;height: 100%;flex-direction: column;justify-content: center;align-items: center;display: flex; } } @media (min-width: 1200px) { .gp-component-id-l6nIoMQC0f[data-gp-component] { border-top-left-radius: 24px;border-top-right-radius: 24px;border-bottom-left-radius: 24px;border-bottom-right-radius: 24px;box-shadow: rgba(0, 0, 0, 0.21) 0px 2px 10px 3px;margin-bottom: 30px;padding-left: 20px;padding-right: 20px;padding-top: 30px;padding-bottom: 30px;width: 100%;height: 100%;flex-direction: column;justify-content: center;align-items: center;display: flex; } } @media (max-width: 639px) { .gp-component-id-JjfbKm7FOa[data-gp-component] { border-top-left-radius: 24px;border-top-right-radius: 24px;border-bottom-left-radius: 24px;border-bottom-right-radius: 24px;box-shadow: rgba(0, 0, 0, 0.21) 0px 2px 10px 3px;margin-bottom: 30px;padding-left: 20px;padding-right: 20px;padding-top: 30px;padding-bottom: 30px;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-JjfbKm7FOa[data-gp-component] { border-top-left-radius: 24px;border-top-right-radius: 24px;border-bottom-left-radius: 24px;border-bottom-right-radius: 24px;box-shadow: rgba(0, 0, 0, 0.21) 0px 2px 10px 3px;margin-bottom: 30px;padding-left: 20px;padding-right: 20px;padding-top: 30px;padding-bottom: 30px;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-JjfbKm7FOa[data-gp-component] { border-top-left-radius: 24px;border-top-right-radius: 24px;border-bottom-left-radius: 24px;border-bottom-right-radius: 24px;box-shadow: rgba(0, 0, 0, 0.21) 0px 2px 10px 3px;margin-bottom: 30px;padding-left: 20px;padding-right: 20px;padding-top: 30px;padding-bottom: 30px;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-JjfbKm7FOa[data-gp-component] { border-top-left-radius: 24px;border-top-right-radius: 24px;border-bottom-left-radius: 24px;border-bottom-right-radius: 24px;box-shadow: rgba(0, 0, 0, 0.21) 0px 2px 10px 3px;margin-bottom: 30px;padding-left: 20px;padding-right: 20px;padding-top: 30px;padding-bottom: 30px;width: 100%;height: 100%;flex-direction: column;justify-content: center;align-items: center;display: flex; } } @media (min-width: 1200px) { .gp-component-id-JjfbKm7FOa[data-gp-component] { border-top-left-radius: 24px;border-top-right-radius: 24px;border-bottom-left-radius: 24px;border-bottom-right-radius: 24px;box-shadow: rgba(0, 0, 0, 0.21) 0px 2px 10px 3px;margin-bottom: 30px;padding-left: 20px;padding-right: 20px;padding-top: 30px;padding-bottom: 30px;width: 100%;height: 100%;flex-direction: column;justify-content: center;align-items: center;display: flex; } } @media (max-width: 639px) { .gp-component-id-Ym09m1mYwu[data-gp-component] { border-top-left-radius: 24px;border-top-right-radius: 24px;border-bottom-left-radius: 24px;border-bottom-right-radius: 24px;box-shadow: rgba(0, 0, 0, 0.21) 0px 2px 10px 3px;margin-bottom: 30px;padding-left: 20px;padding-right: 20px;padding-top: 30px;padding-bottom: 30px;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-Ym09m1mYwu[data-gp-component] { border-top-left-radius: 24px;border-top-right-radius: 24px;border-bottom-left-radius: 24px;border-bottom-right-radius: 24px;box-shadow: rgba(0, 0, 0, 0.21) 0px 2px 10px 3px;margin-bottom: 30px;padding-left: 20px;padding-right: 20px;padding-top: 30px;padding-bottom: 30px;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-Ym09m1mYwu[data-gp-component] { border-top-left-radius: 24px;border-top-right-radius: 24px;border-bottom-left-radius: 24px;border-bottom-right-radius: 24px;box-shadow: rgba(0, 0, 0, 0.21) 0px 2px 10px 3px;margin-bottom: 30px;padding-left: 20px;padding-right: 20px;padding-top: 30px;padding-bottom: 30px;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-Ym09m1mYwu[data-gp-component] { border-top-left-radius: 24px;border-top-right-radius: 24px;border-bottom-left-radius: 24px;border-bottom-right-radius: 24px;box-shadow: rgba(0, 0, 0, 0.21) 0px 2px 10px 3px;margin-bottom: 30px;padding-left: 20px;padding-right: 20px;padding-top: 30px;padding-bottom: 30px;width: 100%;height: 100%;flex-direction: column;justify-content: center;align-items: center;display: flex; } } @media (min-width: 1200px) { .gp-component-id-Ym09m1mYwu[data-gp-component] { border-top-left-radius: 24px;border-top-right-radius: 24px;border-bottom-left-radius: 24px;border-bottom-right-radius: 24px;box-shadow: rgba(0, 0, 0, 0.21) 0px 2px 10px 3px;margin-bottom: 30px;padding-left: 20px;padding-right: 20px;padding-top: 30px;padding-bottom: 30px;width: 100%;height: 100%;flex-direction: column;justify-content: center;align-items: center;display: flex; } } .gp-component-id-nBV3UM0BN { flex-wrap: wrap;margin-right: -8px;margin-left: -8px; } @media (max-width: 639px) { .gp-component-id-nBV3UM0BN { flex-wrap: wrap;margin-right: -8px;margin-left: -8px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-nBV3UM0BN { flex-wrap: wrap;margin-right: -8px;margin-left: -8px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-nBV3UM0BN { flex-wrap: wrap;margin-right: -8px;margin-left: -8px;display: flex; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-nBV3UM0BN { flex-wrap: wrap;margin-right: -8px;margin-left: -8px;display: flex; } } @media (min-width: 1200px) { .gp-component-id-nBV3UM0BN { flex-wrap: wrap;margin-right: -8px;margin-left: -8px;display: flex; } } .gp-component-id-Gwg2SwjzpX { flex-basis: auto;flex-shrink: 0;flex-grow: 0;padding-right: 8px;width: 100%;padding-left: 8px; } @media (max-width: 639px) { .gp-component-id-Gwg2SwjzpX { 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-Gwg2SwjzpX { 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-Gwg2SwjzpX { 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-Gwg2SwjzpX { 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-Gwg2SwjzpX { flex-basis: auto;flex-shrink: 0;flex-grow: 0;padding-right: 8px;width: 33.33%;padding-left: 8px; } } .gp-component-id-JGdWlkGpej { flex-basis: auto;flex-shrink: 0;flex-grow: 0;padding-right: 8px;width: 100%;padding-left: 8px; } @media (max-width: 639px) { .gp-component-id-JGdWlkGpej { 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-JGdWlkGpej { 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-JGdWlkGpej { 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-JGdWlkGpej { 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-JGdWlkGpej { flex-basis: auto;flex-shrink: 0;flex-grow: 0;padding-right: 8px;width: 33.33%;padding-left: 8px; } } .gp-component-id-hwYbYfx5YP { flex-basis: auto;flex-shrink: 0;flex-grow: 0;padding-right: 8px;width: 100%;padding-left: 8px; } @media (max-width: 639px) { .gp-component-id-hwYbYfx5YP { 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-hwYbYfx5YP { 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-hwYbYfx5YP { 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-hwYbYfx5YP { 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-hwYbYfx5YP { flex-basis: auto;flex-shrink: 0;flex-grow: 0;padding-right: 8px;width: 33.33%;padding-left: 8px; } } @media (max-width: 639px) { .gp-component-id-rq_gggKNdk { font-size: 42px !important;font-weight: 700 !important;color: rgb(255, 255, 255);text-align: center;line-height: 1;margin-left: 0px;margin-right: 0px;margin-top: 20px;margin-bottom: 0px;overflow-wrap: break-word; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-rq_gggKNdk { font-size: 64px !important;font-weight: 700 !important;color: rgb(255, 255, 255);text-align: center;line-height: 1;margin-left: 0px;margin-right: 0px;margin-top: 20px;margin-bottom: 0px;overflow-wrap: break-word; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-rq_gggKNdk { font-size: 64px !important;font-weight: 700 !important;color: rgb(255, 255, 255);text-align: center;line-height: 1;margin-left: 0px;margin-right: 0px;margin-top: 20px;margin-bottom: 0px;overflow-wrap: break-word; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-rq_gggKNdk { font-size: 64px !important;font-weight: 700 !important;color: rgb(255, 255, 255);text-align: center;line-height: 1;margin-left: 0px;margin-right: 0px;margin-top: 20px;margin-bottom: 0px;overflow-wrap: break-word; } } @media (min-width: 1200px) { .gp-component-id-rq_gggKNdk { font-size: 64px !important;font-weight: 700 !important;color: rgb(255, 255, 255);text-align: center;line-height: 1;margin-left: 0px;margin-right: 0px;margin-top: 20px;margin-bottom: 0px;overflow-wrap: break-word; } }
[data-gp-component].gp-component-id-CqM2rFvla { } @media (max-width: 639px) { [data-gp-text] .gp-component-id-V90BTLbO5g { font-size: 42px !important;font-weight: 700 !important;color: rgb(255, 255, 255);text-align: center;line-height: 1;margin-left: 0px;margin-right: 0px;margin-top: 20px;margin-bottom: 0px;overflow-wrap: break-word; } } @media (max-width: 767px) and (min-width: 640px) { [data-gp-text] .gp-component-id-V90BTLbO5g { font-size: 64px !important;font-weight: 700 !important;color: rgb(255, 255, 255);text-align: center;line-height: 1;margin-left: 0px;margin-right: 0px;margin-top: 20px;margin-bottom: 0px;overflow-wrap: break-word; } } @media (max-width: 991px) and (min-width: 768px) { [data-gp-text] .gp-component-id-V90BTLbO5g { font-size: 64px !important;font-weight: 700 !important;color: rgb(255, 255, 255);text-align: center;line-height: 1;margin-left: 0px;margin-right: 0px;margin-top: 20px;margin-bottom: 0px;overflow-wrap: break-word; } } @media (max-width: 1199px) and (min-width: 992px) { [data-gp-text] .gp-component-id-V90BTLbO5g { font-size: 64px !important;font-weight: 700 !important;color: rgb(255, 255, 255);text-align: center;line-height: 1;margin-left: 0px;margin-right: 0px;margin-top: 20px;margin-bottom: 0px;overflow-wrap: break-word; } } @media (min-width: 1200px) { [data-gp-text] .gp-component-id-V90BTLbO5g { font-size: 64px !important;font-weight: 700 !important;color: rgb(255, 255, 255);text-align: center;line-height: 1;margin-left: 0px;margin-right: 0px;margin-top: 20px;margin-bottom: 0px;overflow-wrap: break-word; } } .gp-component-id-HmYza90GG.gp-component > [data-section-overlay] { position: absolute;bottom: 0px;top: 0px;left: 0px;right: 0px; } @media (max-width: 639px) { .gp-component-id-HmYza90GG.gp-component > [data-section-overlay] { position: absolute;bottom: 0px;top: 0px;left: 0px;right: 0px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-HmYza90GG.gp-component > [data-section-overlay] { position: absolute;bottom: 0px;top: 0px;left: 0px;right: 0px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-HmYza90GG.gp-component > [data-section-overlay] { position: absolute;bottom: 0px;top: 0px;left: 0px;right: 0px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-HmYza90GG.gp-component > [data-section-overlay] { position: absolute;bottom: 0px;top: 0px;left: 0px;right: 0px; } } @media (min-width: 1200px) { .gp-component-id-HmYza90GG.gp-component > [data-section-overlay] { position: absolute;bottom: 0px;top: 0px;left: 0px;right: 0px; } } @media (max-width: 639px) { [data-gp-text] .gp-component-id-IB9lfbo8lb { font-size: 18px !important;font-weight: 700 !important;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px;padding-top: 0px;overflow-wrap: break-word; } } @media (max-width: 767px) and (min-width: 640px) { [data-gp-text] .gp-component-id-IB9lfbo8lb { font-size: 18px !important;font-weight: 700 !important;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px;padding-top: 0px;overflow-wrap: break-word; } } @media (max-width: 991px) and (min-width: 768px) { [data-gp-text] .gp-component-id-IB9lfbo8lb { font-size: 18px !important;font-weight: 700 !important;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px;padding-top: 0px;overflow-wrap: break-word; } } @media (max-width: 1199px) and (min-width: 992px) { [data-gp-text] .gp-component-id-IB9lfbo8lb { font-size: 18px !important;font-weight: 700 !important;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px;padding-top: 0px;overflow-wrap: break-word; } } @media (min-width: 1200px) { [data-gp-text] .gp-component-id-IB9lfbo8lb { font-size: 18px !important;font-weight: 700 !important;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px;padding-top: 0px;overflow-wrap: break-word; } } @media (max-width: 639px) { [data-gp-text] .gp-component-id-XIPNmf0QXn { font-size: 18px !important;font-weight: 700 !important;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px;padding-top: 0px;overflow-wrap: break-word; } } @media (max-width: 767px) and (min-width: 640px) { [data-gp-text] .gp-component-id-XIPNmf0QXn { font-size: 18px !important;font-weight: 700 !important;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px;padding-top: 0px;overflow-wrap: break-word; } } @media (max-width: 991px) and (min-width: 768px) { [data-gp-text] .gp-component-id-XIPNmf0QXn { font-size: 18px !important;font-weight: 700 !important;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px;padding-top: 0px;overflow-wrap: break-word; } } @media (max-width: 1199px) and (min-width: 992px) { [data-gp-text] .gp-component-id-XIPNmf0QXn { font-size: 18px !important;font-weight: 700 !important;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px;padding-top: 0px;overflow-wrap: break-word; } } @media (min-width: 1200px) { [data-gp-text] .gp-component-id-XIPNmf0QXn { font-size: 18px !important;font-weight: 700 !important;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px;padding-top: 0px;overflow-wrap: break-word; } } @media (max-width: 639px) { .gp-component-id-koKQ1fplCH[data-gp-component] { border-top-left-radius: 24px;border-top-right-radius: 24px;border-bottom-left-radius: 24px;border-bottom-right-radius: 24px;margin-bottom: 0px;padding-left: 20px;padding-right: 20px;padding-top: 0px;padding-bottom: 0px;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-koKQ1fplCH[data-gp-component] { border-top-left-radius: 24px;border-top-right-radius: 24px;border-bottom-left-radius: 24px;border-bottom-right-radius: 24px;margin-bottom: 0px;padding-left: 20px;padding-right: 20px;padding-top: 0px;padding-bottom: 0px;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-koKQ1fplCH[data-gp-component] { border-top-left-radius: 24px;border-top-right-radius: 24px;border-bottom-left-radius: 24px;border-bottom-right-radius: 24px;margin-bottom: 0px;padding-left: 20px;padding-right: 20px;padding-top: 0px;padding-bottom: 0px;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-koKQ1fplCH[data-gp-component] { border-top-left-radius: 24px;border-top-right-radius: 24px;border-bottom-left-radius: 24px;border-bottom-right-radius: 24px;margin-bottom: 0px;padding-left: 20px;padding-right: 20px;padding-top: 0px;padding-bottom: 0px;width: 100%;height: 100%;flex-direction: column;justify-content: center;align-items: center;display: flex; } } @media (min-width: 1200px) { .gp-component-id-koKQ1fplCH[data-gp-component] { border-top-left-radius: 24px;border-top-right-radius: 24px;border-bottom-left-radius: 24px;border-bottom-right-radius: 24px;margin-bottom: 0px;padding-left: 20px;padding-right: 20px;padding-top: 0px;padding-bottom: 0px;width: 100%;height: 100%;flex-direction: column;justify-content: center;align-items: center;display: flex; } } @media (max-width: 639px) { .gp-component-id-Y1rB8eNoktv[data-gp-component] { border-top-left-radius: 24px;border-top-right-radius: 24px;border-bottom-left-radius: 24px;border-bottom-right-radius: 24px;margin-bottom: 0px;padding-left: 20px;padding-right: 20px;padding-top: 0px;padding-bottom: 0px;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-Y1rB8eNoktv[data-gp-component] { border-top-left-radius: 24px;border-top-right-radius: 24px;border-bottom-left-radius: 24px;border-bottom-right-radius: 24px;margin-bottom: 0px;padding-left: 20px;padding-right: 20px;padding-top: 0px;padding-bottom: 0px;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-Y1rB8eNoktv[data-gp-component] { border-top-left-radius: 24px;border-top-right-radius: 24px;border-bottom-left-radius: 24px;border-bottom-right-radius: 24px;margin-bottom: 0px;padding-left: 20px;padding-right: 20px;padding-top: 0px;padding-bottom: 0px;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-Y1rB8eNoktv[data-gp-component] { border-top-left-radius: 24px;border-top-right-radius: 24px;border-bottom-left-radius: 24px;border-bottom-right-radius: 24px;margin-bottom: 0px;padding-left: 20px;padding-right: 20px;padding-top: 0px;padding-bottom: 0px;width: 100%;height: 100%;flex-direction: column;justify-content: center;align-items: center;display: flex; } } @media (min-width: 1200px) { .gp-component-id-Y1rB8eNoktv[data-gp-component] { border-top-left-radius: 24px;border-top-right-radius: 24px;border-bottom-left-radius: 24px;border-bottom-right-radius: 24px;margin-bottom: 0px;padding-left: 20px;padding-right: 20px;padding-top: 0px;padding-bottom: 0px;width: 100%;height: 100%;flex-direction: column;justify-content: center;align-items: center;display: flex; } } @media (max-width: 639px) { [data-gp-text] .gp-component-id-Ph9aljb2bI { font-size: 18px !important;font-weight: 600 !important;color: rgb(0, 0, 0);text-align: center;line-height: 1.5;border-top-left-radius: 24px;border-top-right-radius: 24px;border-bottom-left-radius: 24px;border-bottom-right-radius: 24px;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px;padding-left: 20px;padding-right: 20px;padding-top: 0px;padding-bottom: 0px;overflow-wrap: break-word; } } @media (max-width: 767px) and (min-width: 640px) { [data-gp-text] .gp-component-id-Ph9aljb2bI { font-size: 18px !important;font-weight: 600 !important;color: rgb(0, 0, 0);text-align: center;line-height: 1.5;border-top-left-radius: 24px;border-top-right-radius: 24px;border-bottom-left-radius: 24px;border-bottom-right-radius: 24px;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px;padding-left: 20px;padding-right: 20px;padding-top: 0px;padding-bottom: 0px;overflow-wrap: break-word; } } @media (max-width: 991px) and (min-width: 768px) { [data-gp-text] .gp-component-id-Ph9aljb2bI { font-size: 18px !important;font-weight: 600 !important;color: rgb(0, 0, 0);text-align: center;line-height: 1.5;border-top-left-radius: 24px;border-top-right-radius: 24px;border-bottom-left-radius: 24px;border-bottom-right-radius: 24px;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px;padding-left: 20px;padding-right: 20px;padding-top: 0px;padding-bottom: 0px;overflow-wrap: break-word; } } @media (max-width: 1199px) and (min-width: 992px) { [data-gp-text] .gp-component-id-Ph9aljb2bI { font-size: 18px !important;font-weight: 600 !important;color: rgb(0, 0, 0);text-align: center;line-height: 1.5;border-top-left-radius: 24px;border-top-right-radius: 24px;border-bottom-left-radius: 24px;border-bottom-right-radius: 24px;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px;padding-left: 20px;padding-right: 20px;padding-top: 0px;padding-bottom: 0px;overflow-wrap: break-word; } } @media (min-width: 1200px) { [data-gp-text] .gp-component-id-Ph9aljb2bI { font-size: 18px !important;font-weight: 600 !important;color: rgb(0, 0, 0);text-align: center;line-height: 1.5;border-top-left-radius: 24px;border-top-right-radius: 24px;border-bottom-left-radius: 24px;border-bottom-right-radius: 24px;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px;padding-left: 20px;padding-right: 20px;padding-top: 0px;padding-bottom: 0px;overflow-wrap: break-word; } } @media (max-width: 639px) { .gp-component-id-E_m7gouN0g { font-size: 16px !important;color: rgb(57, 75, 86);text-align: left;line-height: 1.5;border-left-width: 0px;border-right-width: 0px;border-top-width: 0px;border-bottom-width: 0px;border-left-color: rgb(57, 196, 137);margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px;padding-left: 20px;padding-bottom: 10px;overflow-wrap: break-word; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-E_m7gouN0g { font-size: 16px !important;color: rgb(57, 75, 86);text-align: left;line-height: 1.5;border-left-width: 0px;border-right-width: 0px;border-top-width: 0px;border-bottom-width: 0px;border-left-color: rgb(57, 196, 137);margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px;padding-left: 20px;padding-bottom: 10px;overflow-wrap: break-word; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-E_m7gouN0g { font-size: 16px !important;color: rgb(57, 75, 86);text-align: left;line-height: 1.5;border-left-width: 0px;border-right-width: 0px;border-top-width: 0px;border-bottom-width: 0px;border-left-color: rgb(57, 196, 137);margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px;padding-left: 20px;padding-bottom: 10px;overflow-wrap: break-word; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-E_m7gouN0g { font-size: 16px !important;color: rgb(57, 75, 86);text-align: left;line-height: 1.5;border-left-width: 0px;border-right-width: 0px;border-top-width: 0px;border-bottom-width: 0px;border-left-color: rgb(57, 196, 137);margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px;padding-left: 20px;padding-bottom: 10px;overflow-wrap: break-word; } } @media (min-width: 1200px) { .gp-component-id-E_m7gouN0g { font-size: 16px !important;color: rgb(57, 75, 86);text-align: left;line-height: 1.5;border-left-width: 0px;border-right-width: 0px;border-top-width: 0px;border-bottom-width: 0px;border-left-color: rgb(57, 196, 137);margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px;padding-left: 20px;padding-bottom: 10px;overflow-wrap: break-word; } } @media (max-width: 639px) { [data-gp-text] .gp-component-id-lhPcEn0vl7 { font-size: 16px !important;color: rgb(57, 75, 86);text-align: left;line-height: 1.5;border-left-width: 0px;border-right-width: 0px;border-top-width: 0px;border-bottom-width: 0px;border-left-color: rgb(57, 196, 137);margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px;padding-left: 20px;padding-bottom: 10px;overflow-wrap: break-word; } } @media (max-width: 767px) and (min-width: 640px) { [data-gp-text] .gp-component-id-lhPcEn0vl7 { font-size: 16px !important;color: rgb(57, 75, 86);text-align: left;line-height: 1.5;border-left-width: 0px;border-right-width: 0px;border-top-width: 0px;border-bottom-width: 0px;border-left-color: rgb(57, 196, 137);margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px;padding-left: 20px;padding-bottom: 10px;overflow-wrap: break-word; } } @media (max-width: 991px) and (min-width: 768px) { [data-gp-text] .gp-component-id-lhPcEn0vl7 { font-size: 16px !important;color: rgb(57, 75, 86);text-align: left;line-height: 1.5;border-left-width: 0px;border-right-width: 0px;border-top-width: 0px;border-bottom-width: 0px;border-left-color: rgb(57, 196, 137);margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px;padding-left: 20px;padding-bottom: 10px;overflow-wrap: break-word; } } @media (max-width: 1199px) and (min-width: 992px) { [data-gp-text] .gp-component-id-lhPcEn0vl7 { font-size: 16px !important;color: rgb(57, 75, 86);text-align: left;line-height: 1.5;border-left-width: 0px;border-right-width: 0px;border-top-width: 0px;border-bottom-width: 0px;border-left-color: rgb(57, 196, 137);margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px;padding-left: 20px;padding-bottom: 10px;overflow-wrap: break-word; } } @media (min-width: 1200px) { [data-gp-text] .gp-component-id-lhPcEn0vl7 { font-size: 16px !important;color: rgb(57, 75, 86);text-align: left;line-height: 1.5;border-left-width: 0px;border-right-width: 0px;border-top-width: 0px;border-bottom-width: 0px;border-left-color: rgb(57, 196, 137);margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px;padding-left: 20px;padding-bottom: 10px;overflow-wrap: break-word; } } @media (max-width: 639px) { .gp-component-id-3K8Hhec_04 { font-size: 20px !important;font-weight: 600 !important;color: rgb(57, 75, 86);text-align: left;line-height: 1.5;border-left-width: 0px;border-right-width: 0px;border-top-width: 0px;border-bottom-width: 0px;border-left-color: rgb(57, 196, 137);margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px;padding-left: 20px;padding-top: 5px;padding-bottom: 10px;overflow-wrap: break-word; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-3K8Hhec_04 { font-size: 20px !important;font-weight: 600 !important;color: rgb(57, 75, 86);text-align: left;line-height: 1.5;border-left-width: 0px;border-right-width: 0px;border-top-width: 0px;border-bottom-width: 0px;border-left-color: rgb(57, 196, 137);margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px;padding-left: 20px;padding-top: 5px;padding-bottom: 10px;overflow-wrap: break-word; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-3K8Hhec_04 { font-size: 20px !important;font-weight: 600 !important;color: rgb(57, 75, 86);text-align: left;line-height: 1.5;border-left-width: 0px;border-right-width: 0px;border-top-width: 0px;border-bottom-width: 0px;border-left-color: rgb(57, 196, 137);margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px;padding-left: 20px;padding-top: 5px;padding-bottom: 10px;overflow-wrap: break-word; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-3K8Hhec_04 { font-size: 20px !important;font-weight: 600 !important;color: rgb(57, 75, 86);text-align: left;line-height: 1.5;border-left-width: 0px;border-right-width: 0px;border-top-width: 0px;border-bottom-width: 0px;border-left-color: rgb(57, 196, 137);margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px;padding-left: 20px;padding-top: 5px;padding-bottom: 10px;overflow-wrap: break-word; } } @media (min-width: 1200px) { .gp-component-id-3K8Hhec_04 { font-size: 20px !important;font-weight: 600 !important;color: rgb(57, 75, 86);text-align: left;line-height: 1.5;border-left-width: 0px;border-right-width: 0px;border-top-width: 0px;border-bottom-width: 0px;border-left-color: rgb(57, 196, 137);margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px;padding-left: 20px;padding-top: 5px;padding-bottom: 10px;overflow-wrap: break-word; } } @media (max-width: 639px) { [data-gp-text] .gp-component-id-wsWf0yusPL { font-size: 20px !important;font-weight: 600 !important;color: rgb(57, 75, 86);text-align: left;line-height: 1.5;border-left-width: 0px;border-right-width: 0px;border-top-width: 0px;border-bottom-width: 0px;border-left-color: rgb(57, 196, 137);margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px;padding-left: 20px;padding-top: 5px;padding-bottom: 10px;overflow-wrap: break-word; } } @media (max-width: 767px) and (min-width: 640px) { [data-gp-text] .gp-component-id-wsWf0yusPL { font-size: 20px !important;font-weight: 600 !important;color: rgb(57, 75, 86);text-align: left;line-height: 1.5;border-left-width: 0px;border-right-width: 0px;border-top-width: 0px;border-bottom-width: 0px;border-left-color: rgb(57, 196, 137);margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px;padding-left: 20px;padding-top: 5px;padding-bottom: 10px;overflow-wrap: break-word; } } @media (max-width: 991px) and (min-width: 768px) { [data-gp-text] .gp-component-id-wsWf0yusPL { font-size: 20px !important;font-weight: 600 !important;color: rgb(57, 75, 86);text-align: left;line-height: 1.5;border-left-width: 0px;border-right-width: 0px;border-top-width: 0px;border-bottom-width: 0px;border-left-color: rgb(57, 196, 137);margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px;padding-left: 20px;padding-top: 5px;padding-bottom: 10px;overflow-wrap: break-word; } } @media (max-width: 1199px) and (min-width: 992px) { [data-gp-text] .gp-component-id-wsWf0yusPL { font-size: 20px !important;font-weight: 600 !important;color: rgb(57, 75, 86);text-align: left;line-height: 1.5;border-left-width: 0px;border-right-width: 0px;border-top-width: 0px;border-bottom-width: 0px;border-left-color: rgb(57, 196, 137);margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px;padding-left: 20px;padding-top: 5px;padding-bottom: 10px;overflow-wrap: break-word; } } @media (min-width: 1200px) { [data-gp-text] .gp-component-id-wsWf0yusPL { font-size: 20px !important;font-weight: 600 !important;color: rgb(57, 75, 86);text-align: left;line-height: 1.5;border-left-width: 0px;border-right-width: 0px;border-top-width: 0px;border-bottom-width: 0px;border-left-color: rgb(57, 196, 137);margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px;padding-left: 20px;padding-top: 5px;padding-bottom: 10px;overflow-wrap: break-word; } } @media (max-width: 639px) { .gp-component-id-rWDY7Zk4fi[data-gp-component] { width: 100%; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-rWDY7Zk4fi[data-gp-component] { width: 100%; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-rWDY7Zk4fi[data-gp-component] { width: 100%; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-rWDY7Zk4fi[data-gp-component] { width: 100%; } } @media (min-width: 1200px) { .gp-component-id-rWDY7Zk4fi[data-gp-component] { width: 100%; } } .gp-component-id-0GUFPNYgw4 { padding-left: 8px;width: 100%;padding-right: 8px; } @media (max-width: 639px) { .gp-component-id-0GUFPNYgw4 { padding-left: 8px;padding-right: 8px;width: 100%; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-0GUFPNYgw4 { padding-left: 8px;padding-right: 8px;width: 100%; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-0GUFPNYgw4 { padding-left: 8px;padding-right: 8px;width: 100%; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-0GUFPNYgw4 { padding-left: 8px;padding-right: 8px;width: 100%; } } @media (min-width: 1200px) { .gp-component-id-0GUFPNYgw4 { padding-left: 8px;padding-right: 8px;width: 100%; } } .gp-component-id-dnJcNWfRqX { margin-left: -8px;margin-right: -8px; } @media (max-width: 639px) { .gp-component-id-dnJcNWfRqX { margin-left: -8px;margin-right: -8px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-dnJcNWfRqX { margin-left: -8px;margin-right: -8px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-dnJcNWfRqX { margin-left: -8px;margin-right: -8px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-dnJcNWfRqX { margin-left: -8px;margin-right: -8px; } } @media (min-width: 1200px) { .gp-component-id-dnJcNWfRqX { margin-left: -8px;margin-right: -8px; } } @media (max-width: 639px) { .gp-component-id-5iYUGof2X[data-gp-component] { border-left-width: 4px;border-left-color: rgb(242, 100, 25);margin-bottom: 20px;padding-left: 8px;padding-right: 8px;width: 100%; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-5iYUGof2X[data-gp-component] { border-left-width: 4px;border-left-color: rgb(242, 100, 25);margin-bottom: 20px;padding-left: 8px;padding-right: 8px;width: 100%; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-5iYUGof2X[data-gp-component] { border-left-width: 4px;border-left-color: rgb(242, 100, 25);margin-bottom: 20px;padding-left: 8px;padding-right: 8px;width: 100%; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-5iYUGof2X[data-gp-component] { border-left-width: 4px;border-left-color: rgb(242, 100, 25);margin-bottom: 20px;padding-left: 8px;padding-right: 8px;width: 100%; } } @media (min-width: 1200px) { .gp-component-id-5iYUGof2X[data-gp-component] { border-left-width: 4px;border-left-color: rgb(242, 100, 25);margin-bottom: 20px;padding-left: 8px;padding-right: 8px;width: 100%; } } @media (max-width: 639px) { .gp-component-id-0n_3wX_tJT { font-size: 16px !important;color: rgb(57, 75, 86);text-align: left;line-height: 1.5;border-left-width: 0px;border-right-width: 0px;border-top-width: 0px;border-bottom-width: 0px;border-left-color: rgb(57, 196, 137);margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px;padding-left: 20px;padding-bottom: 10px;overflow-wrap: break-word; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-0n_3wX_tJT { font-size: 16px !important;color: rgb(57, 75, 86);text-align: left;line-height: 1.5;border-left-width: 0px;border-right-width: 0px;border-top-width: 0px;border-bottom-width: 0px;border-left-color: rgb(57, 196, 137);margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px;padding-left: 20px;padding-bottom: 10px;overflow-wrap: break-word; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-0n_3wX_tJT { font-size: 16px !important;color: rgb(57, 75, 86);text-align: left;line-height: 1.5;border-left-width: 0px;border-right-width: 0px;border-top-width: 0px;border-bottom-width: 0px;border-left-color: rgb(57, 196, 137);margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px;padding-left: 20px;padding-bottom: 10px;overflow-wrap: break-word; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-0n_3wX_tJT { font-size: 16px !important;color: rgb(57, 75, 86);text-align: left;line-height: 1.5;border-left-width: 0px;border-right-width: 0px;border-top-width: 0px;border-bottom-width: 0px;border-left-color: rgb(57, 196, 137);margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px;padding-left: 20px;padding-bottom: 10px;overflow-wrap: break-word; } } @media (min-width: 1200px) { .gp-component-id-0n_3wX_tJT { font-size: 16px !important;color: rgb(57, 75, 86);text-align: left;line-height: 1.5;border-left-width: 0px;border-right-width: 0px;border-top-width: 0px;border-bottom-width: 0px;border-left-color: rgb(57, 196, 137);margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px;padding-left: 20px;padding-bottom: 10px;overflow-wrap: break-word; } } @media (max-width: 639px) { .gp-component-id-ZPDeUe1zv0 { font-size: 20px !important;font-weight: 600 !important;color: rgb(57, 75, 86);text-align: left;line-height: 1.5;border-left-width: 0px;border-right-width: 0px;border-top-width: 0px;border-bottom-width: 0px;border-left-color: rgb(57, 196, 137);margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px;padding-left: 20px;padding-top: 5px;padding-bottom: 10px;overflow-wrap: break-word; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-ZPDeUe1zv0 { font-size: 20px !important;font-weight: 600 !important;color: rgb(57, 75, 86);text-align: left;line-height: 1.5;border-left-width: 0px;border-right-width: 0px;border-top-width: 0px;border-bottom-width: 0px;border-left-color: rgb(57, 196, 137);margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px;padding-left: 20px;padding-top: 5px;padding-bottom: 10px;overflow-wrap: break-word; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-ZPDeUe1zv0 { font-size: 20px !important;font-weight: 600 !important;color: rgb(57, 75, 86);text-align: left;line-height: 1.5;border-left-width: 0px;border-right-width: 0px;border-top-width: 0px;border-bottom-width: 0px;border-left-color: rgb(57, 196, 137);margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px;padding-left: 20px;padding-top: 5px;padding-bottom: 10px;overflow-wrap: break-word; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-ZPDeUe1zv0 { font-size: 20px !important;font-weight: 600 !important;color: rgb(57, 75, 86);text-align: left;line-height: 1.5;border-left-width: 0px;border-right-width: 0px;border-top-width: 0px;border-bottom-width: 0px;border-left-color: rgb(57, 196, 137);margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px;padding-left: 20px;padding-top: 5px;padding-bottom: 10px;overflow-wrap: break-word; } } @media (min-width: 1200px) { .gp-component-id-ZPDeUe1zv0 { font-size: 20px !important;font-weight: 600 !important;color: rgb(57, 75, 86);text-align: left;line-height: 1.5;border-left-width: 0px;border-right-width: 0px;border-top-width: 0px;border-bottom-width: 0px;border-left-color: rgb(57, 196, 137);margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px;padding-left: 20px;padding-top: 5px;padding-bottom: 10px;overflow-wrap: break-word; } } @media (max-width: 639px) { .gp-component-id-OveTpVibwd[data-gp-component] { width: 100%; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-OveTpVibwd[data-gp-component] { width: 100%; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-OveTpVibwd[data-gp-component] { width: 100%; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-OveTpVibwd[data-gp-component] { width: 100%; } } @media (min-width: 1200px) { .gp-component-id-OveTpVibwd[data-gp-component] { width: 100%; } } .gp-component-id-7eTfCzo9aZ { padding-left: 8px;width: 100%;padding-right: 8px; } @media (max-width: 639px) { .gp-component-id-7eTfCzo9aZ { padding-left: 8px;padding-right: 8px;width: 100%; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-7eTfCzo9aZ { padding-left: 8px;padding-right: 8px;width: 100%; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-7eTfCzo9aZ { padding-left: 8px;padding-right: 8px;width: 100%; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-7eTfCzo9aZ { padding-left: 8px;padding-right: 8px;width: 100%; } } @media (min-width: 1200px) { .gp-component-id-7eTfCzo9aZ { padding-left: 8px;padding-right: 8px;width: 100%; } } .gp-component-id-e9dM5VA1s5 { margin-left: -8px;margin-right: -8px; } @media (max-width: 639px) { .gp-component-id-e9dM5VA1s5 { margin-left: -8px;margin-right: -8px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-e9dM5VA1s5 { margin-left: -8px;margin-right: -8px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-e9dM5VA1s5 { margin-left: -8px;margin-right: -8px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-e9dM5VA1s5 { margin-left: -8px;margin-right: -8px; } } @media (min-width: 1200px) { .gp-component-id-e9dM5VA1s5 { margin-left: -8px;margin-right: -8px; } } @media (max-width: 639px) { .gp-component-id-qZGJJIDHR[data-gp-component] { border-left-width: 4px;border-left-color: rgb(242, 100, 25);margin-bottom: 20px;padding-left: 8px;padding-right: 8px;width: 100%; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-qZGJJIDHR[data-gp-component] { border-left-width: 4px;border-left-color: rgb(242, 100, 25);margin-bottom: 20px;padding-left: 8px;padding-right: 8px;width: 100%; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-qZGJJIDHR[data-gp-component] { border-left-width: 4px;border-left-color: rgb(242, 100, 25);margin-bottom: 20px;padding-left: 8px;padding-right: 8px;width: 100%; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-qZGJJIDHR[data-gp-component] { border-left-width: 4px;border-left-color: rgb(242, 100, 25);margin-bottom: 20px;padding-left: 8px;padding-right: 8px;width: 100%; } } @media (min-width: 1200px) { .gp-component-id-qZGJJIDHR[data-gp-component] { border-left-width: 4px;border-left-color: rgb(242, 100, 25);margin-bottom: 20px;padding-left: 8px;padding-right: 8px;width: 100%; } } @media (max-width: 639px) { .gp-component-id-O2nKhmoav8 { font-size: 16px !important;color: rgb(57, 75, 86);text-align: left;line-height: 1.5;border-left-width: 0px;border-right-width: 0px;border-top-width: 0px;border-bottom-width: 0px;border-left-color: rgb(57, 196, 137);margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px;padding-left: 20px;padding-bottom: 10px;overflow-wrap: break-word; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-O2nKhmoav8 { font-size: 16px !important;color: rgb(57, 75, 86);text-align: left;line-height: 1.5;border-left-width: 0px;border-right-width: 0px;border-top-width: 0px;border-bottom-width: 0px;border-left-color: rgb(57, 196, 137);margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px;padding-left: 20px;padding-bottom: 10px;overflow-wrap: break-word; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-O2nKhmoav8 { font-size: 16px !important;color: rgb(57, 75, 86);text-align: left;line-height: 1.5;border-left-width: 0px;border-right-width: 0px;border-top-width: 0px;border-bottom-width: 0px;border-left-color: rgb(57, 196, 137);margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px;padding-left: 20px;padding-bottom: 10px;overflow-wrap: break-word; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-O2nKhmoav8 { font-size: 16px !important;color: rgb(57, 75, 86);text-align: left;line-height: 1.5;border-left-width: 0px;border-right-width: 0px;border-top-width: 0px;border-bottom-width: 0px;border-left-color: rgb(57, 196, 137);margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px;padding-left: 20px;padding-bottom: 10px;overflow-wrap: break-word; } } @media (min-width: 1200px) { .gp-component-id-O2nKhmoav8 { font-size: 16px !important;color: rgb(57, 75, 86);text-align: left;line-height: 1.5;border-left-width: 0px;border-right-width: 0px;border-top-width: 0px;border-bottom-width: 0px;border-left-color: rgb(57, 196, 137);margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px;padding-left: 20px;padding-bottom: 10px;overflow-wrap: break-word; } } @media (max-width: 639px) { .gp-component-id-k9kJ0ZXElA { font-size: 20px !important;font-weight: 600 !important;color: rgb(57, 75, 86);text-align: left;line-height: 1.5;border-left-width: 0px;border-right-width: 0px;border-top-width: 0px;border-bottom-width: 0px;border-left-color: rgb(57, 196, 137);margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px;padding-left: 20px;padding-top: 5px;padding-bottom: 10px;overflow-wrap: break-word; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-k9kJ0ZXElA { font-size: 20px !important;font-weight: 600 !important;color: rgb(57, 75, 86);text-align: left;line-height: 1.5;border-left-width: 0px;border-right-width: 0px;border-top-width: 0px;border-bottom-width: 0px;border-left-color: rgb(57, 196, 137);margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px;padding-left: 20px;padding-top: 5px;padding-bottom: 10px;overflow-wrap: break-word; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-k9kJ0ZXElA { font-size: 20px !important;font-weight: 600 !important;color: rgb(57, 75, 86);text-align: left;line-height: 1.5;border-left-width: 0px;border-right-width: 0px;border-top-width: 0px;border-bottom-width: 0px;border-left-color: rgb(57, 196, 137);margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px;padding-left: 20px;padding-top: 5px;padding-bottom: 10px;overflow-wrap: break-word; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-k9kJ0ZXElA { font-size: 20px !important;font-weight: 600 !important;color: rgb(57, 75, 86);text-align: left;line-height: 1.5;border-left-width: 0px;border-right-width: 0px;border-top-width: 0px;border-bottom-width: 0px;border-left-color: rgb(57, 196, 137);margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px;padding-left: 20px;padding-top: 5px;padding-bottom: 10px;overflow-wrap: break-word; } } @media (min-width: 1200px) { .gp-component-id-k9kJ0ZXElA { font-size: 20px !important;font-weight: 600 !important;color: rgb(57, 75, 86);text-align: left;line-height: 1.5;border-left-width: 0px;border-right-width: 0px;border-top-width: 0px;border-bottom-width: 0px;border-left-color: rgb(57, 196, 137);margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px;padding-left: 20px;padding-top: 5px;padding-bottom: 10px;overflow-wrap: break-word; } } @media (max-width: 639px) { .gp-component-id-lC9RGorg5c[data-gp-component] { width: 100%; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-lC9RGorg5c[data-gp-component] { width: 100%; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-lC9RGorg5c[data-gp-component] { width: 100%; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-lC9RGorg5c[data-gp-component] { width: 100%; } } @media (min-width: 1200px) { .gp-component-id-lC9RGorg5c[data-gp-component] { width: 100%; } } .gp-component-id-S4nctsOoKd { padding-left: 8px;width: 100%;padding-right: 8px; } @media (max-width: 639px) { .gp-component-id-S4nctsOoKd { padding-left: 8px;padding-right: 8px;width: 100%; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-S4nctsOoKd { padding-left: 8px;padding-right: 8px;width: 100%; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-S4nctsOoKd { padding-left: 8px;padding-right: 8px;width: 100%; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-S4nctsOoKd { padding-left: 8px;padding-right: 8px;width: 100%; } } @media (min-width: 1200px) { .gp-component-id-S4nctsOoKd { padding-left: 8px;padding-right: 8px;width: 100%; } } .gp-component-id-qeg4nzV5R0 { margin-left: -8px;margin-right: -8px; } @media (max-width: 639px) { .gp-component-id-qeg4nzV5R0 { margin-left: -8px;margin-right: -8px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-qeg4nzV5R0 { margin-left: -8px;margin-right: -8px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-qeg4nzV5R0 { margin-left: -8px;margin-right: -8px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-qeg4nzV5R0 { margin-left: -8px;margin-right: -8px; } } @media (min-width: 1200px) { .gp-component-id-qeg4nzV5R0 { margin-left: -8px;margin-right: -8px; } } @media (max-width: 639px) { .gp-component-id-3EJzpD9Lg[data-gp-component] { border-left-width: 4px;border-left-color: rgb(242, 100, 25);margin-bottom: 20px;padding-left: 8px;padding-right: 8px;width: 100%; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-3EJzpD9Lg[data-gp-component] { border-left-width: 4px;border-left-color: rgb(242, 100, 25);margin-bottom: 20px;padding-left: 8px;padding-right: 8px;width: 100%; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-3EJzpD9Lg[data-gp-component] { border-left-width: 4px;border-left-color: rgb(242, 100, 25);margin-bottom: 20px;padding-left: 8px;padding-right: 8px;width: 100%; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-3EJzpD9Lg[data-gp-component] { border-left-width: 4px;border-left-color: rgb(242, 100, 25);margin-bottom: 20px;padding-left: 8px;padding-right: 8px;width: 100%; } } @media (min-width: 1200px) { .gp-component-id-3EJzpD9Lg[data-gp-component] { border-left-width: 4px;border-left-color: rgb(242, 100, 25);margin-bottom: 20px;padding-left: 8px;padding-right: 8px;width: 100%; } } @media (max-width: 639px) { .gp-component-id-8sqJYiMo7[data-gp-component] { border-left-width: 4px;border-left-color: rgba(242, 100, 25, 1);margin-bottom: 20px;padding-left: 8px;padding-right: 8px;width: 100%; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-8sqJYiMo7[data-gp-component] { border-left-width: 4px;border-left-color: rgba(242, 100, 25, 1);margin-bottom: 20px;padding-left: 8px;padding-right: 8px;width: 100%; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-8sqJYiMo7[data-gp-component] { border-left-width: 4px;border-left-color: rgba(242, 100, 25, 1);margin-bottom: 20px;padding-left: 8px;padding-right: 8px;width: 100%; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-8sqJYiMo7[data-gp-component] { border-left-width: 4px;border-left-color: rgba(242, 100, 25, 1);margin-bottom: 20px;padding-left: 8px;padding-right: 8px;width: 100%; } } @media (min-width: 1200px) { .gp-component-id-8sqJYiMo7[data-gp-component] { border-left-width: 4px;border-left-color: rgba(242, 100, 25, 1);margin-bottom: 20px;padding-left: 8px;padding-right: 8px;width: 100%; } } @media (max-width: 639px) { .gp-component-id-qHRd7dhQU8 { font-size: 16px !important;color: rgb(57, 75, 86);text-align: left;line-height: 1.5;border-left-width: 0px;border-right-width: 0px;border-top-width: 0px;border-bottom-width: 0px;border-left-color: rgb(57, 196, 137);margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px;padding-left: 20px;padding-bottom: 10px;overflow-wrap: break-word; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-qHRd7dhQU8 { font-size: 16px !important;color: rgb(57, 75, 86);text-align: left;line-height: 1.5;border-left-width: 0px;border-right-width: 0px;border-top-width: 0px;border-bottom-width: 0px;border-left-color: rgb(57, 196, 137);margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px;padding-left: 20px;padding-bottom: 10px;overflow-wrap: break-word; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-qHRd7dhQU8 { font-size: 16px !important;color: rgb(57, 75, 86);text-align: left;line-height: 1.5;border-left-width: 0px;border-right-width: 0px;border-top-width: 0px;border-bottom-width: 0px;border-left-color: rgb(57, 196, 137);margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px;padding-left: 20px;padding-bottom: 10px;overflow-wrap: break-word; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-qHRd7dhQU8 { font-size: 16px !important;color: rgb(57, 75, 86);text-align: left;line-height: 1.5;border-left-width: 0px;border-right-width: 0px;border-top-width: 0px;border-bottom-width: 0px;border-left-color: rgb(57, 196, 137);margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px;padding-left: 20px;padding-bottom: 10px;overflow-wrap: break-word; } } @media (min-width: 1200px) { .gp-component-id-qHRd7dhQU8 { font-size: 16px !important;color: rgb(57, 75, 86);text-align: left;line-height: 1.5;border-left-width: 0px;border-right-width: 0px;border-top-width: 0px;border-bottom-width: 0px;border-left-color: rgb(57, 196, 137);margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px;padding-left: 20px;padding-bottom: 10px;overflow-wrap: break-word; } } @media (max-width: 639px) { .gp-component-id-rWzJrDOQID { font-size: 20px !important;color: rgb(57, 75, 86);text-align: left;line-height: 1.5;border-left-width: 0px;border-right-width: 0px;border-top-width: 0px;border-bottom-width: 0px;border-left-color: rgb(57, 196, 137);margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px;padding-left: 20px;padding-top: 5px;padding-bottom: 10px;overflow-wrap: break-word; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-rWzJrDOQID { font-size: 20px !important;color: rgb(57, 75, 86);text-align: left;line-height: 1.5;border-left-width: 0px;border-right-width: 0px;border-top-width: 0px;border-bottom-width: 0px;border-left-color: rgb(57, 196, 137);margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px;padding-left: 20px;padding-top: 5px;padding-bottom: 10px;overflow-wrap: break-word; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-rWzJrDOQID { font-size: 20px !important;color: rgb(57, 75, 86);text-align: left;line-height: 1.5;border-left-width: 0px;border-right-width: 0px;border-top-width: 0px;border-bottom-width: 0px;border-left-color: rgb(57, 196, 137);margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px;padding-left: 20px;padding-top: 5px;padding-bottom: 10px;overflow-wrap: break-word; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-rWzJrDOQID { font-size: 20px !important;color: rgb(57, 75, 86);text-align: left;line-height: 1.5;border-left-width: 0px;border-right-width: 0px;border-top-width: 0px;border-bottom-width: 0px;border-left-color: rgb(57, 196, 137);margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px;padding-left: 20px;padding-top: 5px;padding-bottom: 10px;overflow-wrap: break-word; } } @media (min-width: 1200px) { .gp-component-id-rWzJrDOQID { font-size: 20px !important;color: rgb(57, 75, 86);text-align: left;line-height: 1.5;border-left-width: 0px;border-right-width: 0px;border-top-width: 0px;border-bottom-width: 0px;border-left-color: rgb(57, 196, 137);margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px;padding-left: 20px;padding-top: 5px;padding-bottom: 10px;overflow-wrap: break-word; } } @media (max-width: 639px) { .gp-component-id-0PLegw5wWp[data-gp-component] { width: 100%; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-0PLegw5wWp[data-gp-component] { width: 100%; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-0PLegw5wWp[data-gp-component] { width: 100%; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-0PLegw5wWp[data-gp-component] { width: 100%; } } @media (min-width: 1200px) { .gp-component-id-0PLegw5wWp[data-gp-component] { width: 100%; } } .gp-component-id-eU6f65XlS1 { padding-left: 8px;width: 100%;padding-right: 8px; } @media (max-width: 639px) { .gp-component-id-eU6f65XlS1 { padding-left: 8px;padding-right: 8px;width: 100%; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-eU6f65XlS1 { padding-left: 8px;padding-right: 8px;width: 100%; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-eU6f65XlS1 { padding-left: 8px;padding-right: 8px;width: 100%; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-eU6f65XlS1 { padding-left: 8px;padding-right: 8px;width: 100%; } } @media (min-width: 1200px) { .gp-component-id-eU6f65XlS1 { padding-left: 8px;padding-right: 8px;width: 100%; } } .gp-component-id-pC0UsP0b0Z { margin-left: -8px;margin-right: -8px; } @media (max-width: 639px) { .gp-component-id-pC0UsP0b0Z { margin-left: -8px;margin-right: -8px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-pC0UsP0b0Z { margin-left: -8px;margin-right: -8px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-pC0UsP0b0Z { margin-left: -8px;margin-right: -8px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-pC0UsP0b0Z { margin-left: -8px;margin-right: -8px; } } @media (min-width: 1200px) { .gp-component-id-pC0UsP0b0Z { margin-left: -8px;margin-right: -8px; } } @media (max-width: 639px) { .gp-component-id-oRc3jP3dL[data-gp-component] { border-left-width: 4px;border-left-color: rgb(57, 196, 137);margin-bottom: 20px;padding-left: 8px;padding-right: 8px;width: 100%; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-oRc3jP3dL[data-gp-component] { border-left-width: 4px;border-left-color: rgb(57, 196, 137);margin-bottom: 20px;padding-left: 8px;padding-right: 8px;width: 100%; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-oRc3jP3dL[data-gp-component] { border-left-width: 4px;border-left-color: rgb(57, 196, 137);margin-bottom: 20px;padding-left: 8px;padding-right: 8px;width: 100%; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-oRc3jP3dL[data-gp-component] { border-left-width: 4px;border-left-color: rgb(57, 196, 137);margin-bottom: 20px;padding-left: 8px;padding-right: 8px;width: 100%; } } @media (min-width: 1200px) { .gp-component-id-oRc3jP3dL[data-gp-component] { border-left-width: 4px;border-left-color: rgb(57, 196, 137);margin-bottom: 20px;padding-left: 8px;padding-right: 8px;width: 100%; } } @media (max-width: 639px) { [data-gp-text] .gp-component-id-xSXisgmPSe { font-size: 20px !important;font-weight: 600;color: rgb(57, 75, 86);text-align: left;line-height: 1.5;border-left-width: 0px;border-right-width: 0px;border-top-width: 0px;border-bottom-width: 0px;border-left-color: rgb(57, 196, 137);margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px;padding-left: 20px;padding-top: 5px;padding-bottom: 10px;overflow-wrap: break-word; } } @media (max-width: 767px) and (min-width: 640px) { [data-gp-text] .gp-component-id-xSXisgmPSe { font-size: 20px !important;font-weight: 600;color: rgb(57, 75, 86);text-align: left;line-height: 1.5;border-left-width: 0px;border-right-width: 0px;border-top-width: 0px;border-bottom-width: 0px;border-left-color: rgb(57, 196, 137);margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px;padding-left: 20px;padding-top: 5px;padding-bottom: 10px;overflow-wrap: break-word; } } @media (max-width: 991px) and (min-width: 768px) { [data-gp-text] .gp-component-id-xSXisgmPSe { font-size: 20px !important;font-weight: 600;color: rgb(57, 75, 86);text-align: left;line-height: 1.5;border-left-width: 0px;border-right-width: 0px;border-top-width: 0px;border-bottom-width: 0px;border-left-color: rgb(57, 196, 137);margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px;padding-left: 20px;padding-top: 5px;padding-bottom: 10px;overflow-wrap: break-word; } } @media (max-width: 1199px) and (min-width: 992px) { [data-gp-text] .gp-component-id-xSXisgmPSe { font-size: 20px !important;font-weight: 600;color: rgb(57, 75, 86);text-align: left;line-height: 1.5;border-left-width: 0px;border-right-width: 0px;border-top-width: 0px;border-bottom-width: 0px;border-left-color: rgb(57, 196, 137);margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px;padding-left: 20px;padding-top: 5px;padding-bottom: 10px;overflow-wrap: break-word; } } @media (min-width: 1200px) { [data-gp-text] .gp-component-id-xSXisgmPSe { font-size: 20px !important;font-weight: 600;color: rgb(57, 75, 86);text-align: left;line-height: 1.5;border-left-width: 0px;border-right-width: 0px;border-top-width: 0px;border-bottom-width: 0px;border-left-color: rgb(57, 196, 137);margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px;padding-left: 20px;padding-top: 5px;padding-bottom: 10px;overflow-wrap: break-word; } } @media (max-width: 639px) { .gp-component-id-EhDqa8uJuI { font-size: 16px !important;color: rgb(57, 75, 86);text-align: left;line-height: 1.5;border-left-width: 0px;border-right-width: 0px;border-top-width: 0px;border-bottom-width: 0px;border-left-color: rgb(57, 196, 137);margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px;padding-left: 20px;padding-bottom: 10px;overflow-wrap: break-word; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-EhDqa8uJuI { font-size: 16px !important;color: rgb(57, 75, 86);text-align: left;line-height: 1.5;border-left-width: 0px;border-right-width: 0px;border-top-width: 0px;border-bottom-width: 0px;border-left-color: rgb(57, 196, 137);margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px;padding-left: 20px;padding-bottom: 10px;overflow-wrap: break-word; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-EhDqa8uJuI { font-size: 16px !important;color: rgb(57, 75, 86);text-align: left;line-height: 1.5;border-left-width: 0px;border-right-width: 0px;border-top-width: 0px;border-bottom-width: 0px;border-left-color: rgb(57, 196, 137);margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px;padding-left: 20px;padding-bottom: 10px;overflow-wrap: break-word; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-EhDqa8uJuI { font-size: 16px !important;color: rgb(57, 75, 86);text-align: left;line-height: 1.5;border-left-width: 0px;border-right-width: 0px;border-top-width: 0px;border-bottom-width: 0px;border-left-color: rgb(57, 196, 137);margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px;padding-left: 20px;padding-bottom: 10px;overflow-wrap: break-word; } } @media (min-width: 1200px) { .gp-component-id-EhDqa8uJuI { font-size: 16px !important;color: rgb(57, 75, 86);text-align: left;line-height: 1.5;border-left-width: 0px;border-right-width: 0px;border-top-width: 0px;border-bottom-width: 0px;border-left-color: rgb(57, 196, 137);margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px;padding-left: 20px;padding-bottom: 10px;overflow-wrap: break-word; } } @media (max-width: 639px) { .gp-component-id-dKoaVWYolt { font-size: 20px !important;color: rgb(57, 75, 86);text-align: left;line-height: 1.5;border-left-width: 0px;border-right-width: 0px;border-top-width: 0px;border-bottom-width: 0px;border-left-color: rgb(57, 196, 137);margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px;padding-left: 20px;padding-top: 5px;padding-bottom: 10px;overflow-wrap: break-word; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-dKoaVWYolt { font-size: 20px !important;color: rgb(57, 75, 86);text-align: left;line-height: 1.5;border-left-width: 0px;border-right-width: 0px;border-top-width: 0px;border-bottom-width: 0px;border-left-color: rgb(57, 196, 137);margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px;padding-left: 20px;padding-top: 5px;padding-bottom: 10px;overflow-wrap: break-word; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-dKoaVWYolt { font-size: 20px !important;color: rgb(57, 75, 86);text-align: left;line-height: 1.5;border-left-width: 0px;border-right-width: 0px;border-top-width: 0px;border-bottom-width: 0px;border-left-color: rgb(57, 196, 137);margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px;padding-left: 20px;padding-top: 5px;padding-bottom: 10px;overflow-wrap: break-word; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-dKoaVWYolt { font-size: 20px !important;color: rgb(57, 75, 86);text-align: left;line-height: 1.5;border-left-width: 0px;border-right-width: 0px;border-top-width: 0px;border-bottom-width: 0px;border-left-color: rgb(57, 196, 137);margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px;padding-left: 20px;padding-top: 5px;padding-bottom: 10px;overflow-wrap: break-word; } } @media (min-width: 1200px) { .gp-component-id-dKoaVWYolt { font-size: 20px !important;color: rgb(57, 75, 86);text-align: left;line-height: 1.5;border-left-width: 0px;border-right-width: 0px;border-top-width: 0px;border-bottom-width: 0px;border-left-color: rgb(57, 196, 137);margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px;padding-left: 20px;padding-top: 5px;padding-bottom: 10px;overflow-wrap: break-word; } } @media (max-width: 639px) { .gp-component-id-7ioHKz_mmK[data-gp-component] { width: 100%; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-7ioHKz_mmK[data-gp-component] { width: 100%; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-7ioHKz_mmK[data-gp-component] { width: 100%; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-7ioHKz_mmK[data-gp-component] { width: 100%; } } @media (min-width: 1200px) { .gp-component-id-7ioHKz_mmK[data-gp-component] { width: 100%; } } .gp-component-id-XOO4HDDmkE { padding-left: 8px;width: 100%;padding-right: 8px; } @media (max-width: 639px) { .gp-component-id-XOO4HDDmkE { padding-left: 8px;padding-right: 8px;width: 100%; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-XOO4HDDmkE { padding-left: 8px;padding-right: 8px;width: 100%; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-XOO4HDDmkE { padding-left: 8px;padding-right: 8px;width: 100%; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-XOO4HDDmkE { padding-left: 8px;padding-right: 8px;width: 100%; } } @media (min-width: 1200px) { .gp-component-id-XOO4HDDmkE { padding-left: 8px;padding-right: 8px;width: 100%; } } .gp-component-id-Fua4EXKYaM { margin-left: -8px;margin-right: -8px; } @media (max-width: 639px) { .gp-component-id-Fua4EXKYaM { margin-left: -8px;margin-right: -8px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-Fua4EXKYaM { margin-left: -8px;margin-right: -8px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-Fua4EXKYaM { margin-left: -8px;margin-right: -8px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-Fua4EXKYaM { margin-left: -8px;margin-right: -8px; } } @media (min-width: 1200px) { .gp-component-id-Fua4EXKYaM { margin-left: -8px;margin-right: -8px; } } @media (max-width: 639px) { .gp-component-id-BmWM9Tnhb[data-gp-component] { border-left-width: 4px;border-left-color: rgb(57, 196, 137);margin-bottom: 20px;padding-left: 8px;padding-right: 8px;width: 100%; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-BmWM9Tnhb[data-gp-component] { border-left-width: 4px;border-left-color: rgb(57, 196, 137);margin-bottom: 20px;padding-left: 8px;padding-right: 8px;width: 100%; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-BmWM9Tnhb[data-gp-component] { border-left-width: 4px;border-left-color: rgb(57, 196, 137);margin-bottom: 20px;padding-left: 8px;padding-right: 8px;width: 100%; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-BmWM9Tnhb[data-gp-component] { border-left-width: 4px;border-left-color: rgb(57, 196, 137);margin-bottom: 20px;padding-left: 8px;padding-right: 8px;width: 100%; } } @media (min-width: 1200px) { .gp-component-id-BmWM9Tnhb[data-gp-component] { border-left-width: 4px;border-left-color: rgb(57, 196, 137);margin-bottom: 20px;padding-left: 8px;padding-right: 8px;width: 100%; } } @media (max-width: 639px) { .gp-component-id-rh6x8ZUpfA { font-size: 16px !important;color: rgb(57, 75, 86);text-align: left;line-height: 1.5;border-left-width: 0px;border-right-width: 0px;border-top-width: 0px;border-bottom-width: 0px;border-left-color: rgb(57, 196, 137);margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px;padding-left: 20px;padding-bottom: 10px;overflow-wrap: break-word; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-rh6x8ZUpfA { font-size: 16px !important;color: rgb(57, 75, 86);text-align: left;line-height: 1.5;border-left-width: 0px;border-right-width: 0px;border-top-width: 0px;border-bottom-width: 0px;border-left-color: rgb(57, 196, 137);margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px;padding-left: 20px;padding-bottom: 10px;overflow-wrap: break-word; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-rh6x8ZUpfA { font-size: 16px !important;color: rgb(57, 75, 86);text-align: left;line-height: 1.5;border-left-width: 0px;border-right-width: 0px;border-top-width: 0px;border-bottom-width: 0px;border-left-color: rgb(57, 196, 137);margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px;padding-left: 20px;padding-bottom: 10px;overflow-wrap: break-word; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-rh6x8ZUpfA { font-size: 16px !important;color: rgb(57, 75, 86);text-align: left;line-height: 1.5;border-left-width: 0px;border-right-width: 0px;border-top-width: 0px;border-bottom-width: 0px;border-left-color: rgb(57, 196, 137);margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px;padding-left: 20px;padding-bottom: 10px;overflow-wrap: break-word; } } @media (min-width: 1200px) { .gp-component-id-rh6x8ZUpfA { font-size: 16px !important;color: rgb(57, 75, 86);text-align: left;line-height: 1.5;border-left-width: 0px;border-right-width: 0px;border-top-width: 0px;border-bottom-width: 0px;border-left-color: rgb(57, 196, 137);margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px;padding-left: 20px;padding-bottom: 10px;overflow-wrap: break-word; } } @media (max-width: 639px) { .gp-component-id-WRZekk0C55 { font-size: 16px !important;color: rgb(57, 75, 86);text-align: left;line-height: 1.5;border-left-width: 0px;border-right-width: 0px;border-top-width: 0px;border-bottom-width: 0px;border-left-color: rgb(57, 196, 137);margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px;padding-left: 20px;padding-bottom: 10px;overflow-wrap: break-word; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-WRZekk0C55 { font-size: 16px !important;color: rgb(57, 75, 86);text-align: left;line-height: 1.5;border-left-width: 0px;border-right-width: 0px;border-top-width: 0px;border-bottom-width: 0px;border-left-color: rgb(57, 196, 137);margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px;padding-left: 20px;padding-bottom: 10px;overflow-wrap: break-word; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-WRZekk0C55 { font-size: 16px !important;color: rgb(57, 75, 86);text-align: left;line-height: 1.5;border-left-width: 0px;border-right-width: 0px;border-top-width: 0px;border-bottom-width: 0px;border-left-color: rgb(57, 196, 137);margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px;padding-left: 20px;padding-bottom: 10px;overflow-wrap: break-word; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-WRZekk0C55 { font-size: 16px !important;color: rgb(57, 75, 86);text-align: left;line-height: 1.5;border-left-width: 0px;border-right-width: 0px;border-top-width: 0px;border-bottom-width: 0px;border-left-color: rgb(57, 196, 137);margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px;padding-left: 20px;padding-bottom: 10px;overflow-wrap: break-word; } } @media (min-width: 1200px) { .gp-component-id-WRZekk0C55 { font-size: 16px !important;color: rgb(57, 75, 86);text-align: left;line-height: 1.5;border-left-width: 0px;border-right-width: 0px;border-top-width: 0px;border-bottom-width: 0px;border-left-color: rgb(57, 196, 137);margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px;padding-left: 20px;padding-bottom: 10px;overflow-wrap: break-word; } } @media (max-width: 639px) { .gp-component-id-WtOMYtqokE[data-gp-component] { width: 100%; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-WtOMYtqokE[data-gp-component] { width: 100%; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-WtOMYtqokE[data-gp-component] { width: 100%; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-WtOMYtqokE[data-gp-component] { width: 100%; } } @media (min-width: 1200px) { .gp-component-id-WtOMYtqokE[data-gp-component] { width: 100%; } } .gp-component-id-w_gsiMgio6 { padding-left: 8px;width: 100%;padding-right: 8px; } @media (max-width: 639px) { .gp-component-id-w_gsiMgio6 { padding-left: 8px;padding-right: 8px;width: 100%; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-w_gsiMgio6 { padding-left: 8px;padding-right: 8px;width: 100%; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-w_gsiMgio6 { padding-left: 8px;padding-right: 8px;width: 100%; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-w_gsiMgio6 { padding-left: 8px;padding-right: 8px;width: 100%; } } @media (min-width: 1200px) { .gp-component-id-w_gsiMgio6 { padding-left: 8px;padding-right: 8px;width: 100%; } } .gp-component-id-hYOwiqZLeF { margin-left: -8px;margin-right: -8px; } @media (max-width: 639px) { .gp-component-id-hYOwiqZLeF { margin-left: -8px;margin-right: -8px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-hYOwiqZLeF { margin-left: -8px;margin-right: -8px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-hYOwiqZLeF { margin-left: -8px;margin-right: -8px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-hYOwiqZLeF { margin-left: -8px;margin-right: -8px; } } @media (min-width: 1200px) { .gp-component-id-hYOwiqZLeF { margin-left: -8px;margin-right: -8px; } } @media (max-width: 639px) { .gp-component-id-j9yBVn8Ll[data-gp-component] { border-left-width: 4px;border-left-color: rgb(57, 196, 137);margin-bottom: 20px;padding-left: 8px;padding-right: 8px;width: 100%; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-j9yBVn8Ll[data-gp-component] { border-left-width: 4px;border-left-color: rgb(57, 196, 137);margin-bottom: 20px;padding-left: 8px;padding-right: 8px;width: 100%; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-j9yBVn8Ll[data-gp-component] { border-left-width: 4px;border-left-color: rgb(57, 196, 137);margin-bottom: 20px;padding-left: 8px;padding-right: 8px;width: 100%; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-j9yBVn8Ll[data-gp-component] { border-left-width: 4px;border-left-color: rgb(57, 196, 137);margin-bottom: 20px;padding-left: 8px;padding-right: 8px;width: 100%; } } @media (min-width: 1200px) { .gp-component-id-j9yBVn8Ll[data-gp-component] { border-left-width: 4px;border-left-color: rgb(57, 196, 137);margin-bottom: 20px;padding-left: 8px;padding-right: 8px;width: 100%; } } @media (max-width: 639px) { .gp-component-id-1A4BDvmyoN { font-size: 20px !important;color: rgb(57, 75, 86);text-align: center;line-height: 1.5;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 50px;overflow-wrap: break-word; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-1A4BDvmyoN { font-size: 20px !important;color: rgb(57, 75, 86);text-align: center;line-height: 1.5;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 50px;overflow-wrap: break-word; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-1A4BDvmyoN { font-size: 20px !important;color: rgb(57, 75, 86);text-align: center;line-height: 1.5;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 50px;overflow-wrap: break-word; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-1A4BDvmyoN { font-size: 20px !important;color: rgb(57, 75, 86);text-align: center;line-height: 1.5;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 50px;overflow-wrap: break-word; } } @media (min-width: 1200px) { .gp-component-id-1A4BDvmyoN { font-size: 20px !important;color: rgb(57, 75, 86);text-align: center;line-height: 1.5;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 50px;overflow-wrap: break-word; } } .gp-component-id-peR2Pj03h { margin-right: -8px;margin-left: -8px; } @media (max-width: 639px) { .gp-component-id-peR2Pj03h { margin-right: -8px;margin-left: -8px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-peR2Pj03h { margin-right: -8px;margin-left: -8px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-peR2Pj03h { margin-right: -8px;margin-left: -8px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-peR2Pj03h { margin-right: -8px;margin-left: -8px; } } @media (min-width: 1200px) { .gp-component-id-peR2Pj03h { margin-right: -8px;margin-left: -8px; } } .gp-component-id-1h_gizp8wE { padding-right: 8px;width: 100%;padding-left: 8px; } @media (max-width: 639px) { .gp-component-id-1h_gizp8wE { padding-right: 8px;width: 100%;padding-left: 8px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-1h_gizp8wE { padding-right: 8px;width: 100%;padding-left: 8px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-1h_gizp8wE { padding-right: 8px;width: 100%;padding-left: 8px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-1h_gizp8wE { padding-right: 8px;width: 100%;padding-left: 8px; } } @media (min-width: 1200px) { .gp-component-id-1h_gizp8wE { padding-right: 8px;width: 100%;padding-left: 8px; } } .gp-component-id-rijGpwiWEf { width: 100%; } @media (max-width: 639px) { .gp-component-id-rijGpwiWEf { width: 100%; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-rijGpwiWEf { width: 100%; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-rijGpwiWEf { width: 100%; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-rijGpwiWEf { width: 100%; } } @media (min-width: 1200px) { .gp-component-id-rijGpwiWEf { width: 100%; } } @media (max-width: 639px) { .gp-component-id-FjBcqZSn5V { font-size: 42px !important;font-weight: 700 !important;color: rgb(255, 255, 255);text-align: center;line-height: 1;margin-left: 0px;margin-right: 0px;margin-top: 20px;margin-bottom: 0px;overflow-wrap: break-word; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-FjBcqZSn5V { font-size: 64px !important;font-weight: 700 !important;color: rgb(255, 255, 255);text-align: center;line-height: 1;margin-left: 0px;margin-right: 0px;margin-top: 20px;margin-bottom: 0px;overflow-wrap: break-word; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-FjBcqZSn5V { font-size: 64px !important;font-weight: 700 !important;color: rgb(255, 255, 255);text-align: center;line-height: 1;margin-left: 0px;margin-right: 0px;margin-top: 20px;margin-bottom: 0px;overflow-wrap: break-word; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-FjBcqZSn5V { font-size: 64px !important;font-weight: 700 !important;color: rgb(255, 255, 255);text-align: center;line-height: 1;margin-left: 0px;margin-right: 0px;margin-top: 20px;margin-bottom: 0px;overflow-wrap: break-word; } } @media (min-width: 1200px) { .gp-component-id-FjBcqZSn5V { font-size: 64px !important;font-weight: 700 !important;color: rgb(255, 255, 255);text-align: center;line-height: 1;margin-left: 0px;margin-right: 0px;margin-top: 20px;margin-bottom: 0px;overflow-wrap: break-word; } }
[data-gp-component].gp-component-id-egBBYIrjW { } @media (max-width: 639px) { .gp-component-id-QUT6gGS6_T { font-size: 42px !important;font-weight: 700 !important;color: rgb(255, 255, 255);text-align: center;line-height: 1;margin-left: 0px;margin-right: 0px;margin-top: 20px;margin-bottom: 0px;overflow-wrap: break-word; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-QUT6gGS6_T { font-size: 64px !important;font-weight: 700 !important;color: rgb(255, 255, 255);text-align: center;line-height: 1;margin-left: 0px;margin-right: 0px;margin-top: 20px;margin-bottom: 0px;overflow-wrap: break-word; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-QUT6gGS6_T { font-size: 64px !important;font-weight: 700 !important;color: rgb(255, 255, 255);text-align: center;line-height: 1;margin-left: 0px;margin-right: 0px;margin-top: 20px;margin-bottom: 0px;overflow-wrap: break-word; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-QUT6gGS6_T { font-size: 64px !important;font-weight: 700 !important;color: rgb(255, 255, 255);text-align: center;line-height: 1;margin-left: 0px;margin-right: 0px;margin-top: 20px;margin-bottom: 0px;overflow-wrap: break-word; } } @media (min-width: 1200px) { .gp-component-id-QUT6gGS6_T { font-size: 64px !important;font-weight: 700 !important;color: rgb(255, 255, 255);text-align: center;line-height: 1;margin-left: 0px;margin-right: 0px;margin-top: 20px;margin-bottom: 0px;overflow-wrap: break-word; } }
[data-gp-component].gp-component-id-08JEhQhPa { } .gp-component-id-cPrWqJWAB.gp-component > [data-section-overlay] { position: absolute;bottom: 0px;top: 0px;left: 0px;right: 0px; } @media (max-width: 639px) { .gp-component-id-cPrWqJWAB.gp-component > [data-section-overlay] { background-color: rgb(251, 251, 251);position: absolute;bottom: 0px;top: 0px;left: 0px;right: 0px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-cPrWqJWAB.gp-component > [data-section-overlay] { background-color: rgb(251, 251, 251);position: absolute;bottom: 0px;top: 0px;left: 0px;right: 0px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-cPrWqJWAB.gp-component > [data-section-overlay] { background-color: rgb(251, 251, 251);position: absolute;bottom: 0px;top: 0px;left: 0px;right: 0px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-cPrWqJWAB.gp-component > [data-section-overlay] { background-color: rgb(251, 251, 251);position: absolute;bottom: 0px;top: 0px;left: 0px;right: 0px; } } @media (min-width: 1200px) { .gp-component-id-cPrWqJWAB.gp-component > [data-section-overlay] { background-color: rgb(251, 251, 251);position: absolute;bottom: 0px;top: 0px;left: 0px;right: 0px; } } @media (max-width: 639px) { .gp-component-id-Wzau9b5VGH { font-size: 28px !important;font-weight: 700 !important;text-align: center;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 20px;overflow-wrap: break-word; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-Wzau9b5VGH { font-size: 36px !important;font-weight: 700 !important;text-align: center;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 20px;overflow-wrap: break-word; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-Wzau9b5VGH { font-size: 36px !important;font-weight: 700 !important;text-align: center;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 20px;overflow-wrap: break-word; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-Wzau9b5VGH { font-size: 36px !important;font-weight: 700 !important;text-align: center;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 20px;overflow-wrap: break-word; } } @media (min-width: 1200px) { .gp-component-id-Wzau9b5VGH { font-size: 50px !important;font-weight: 700 !important;text-align: center;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 20px;overflow-wrap: break-word; } } @media (max-width: 639px) { .gp-component-id-wqjRasQeWZ[data-gp-component] { border-top-left-radius: 14px;border-top-right-radius: 14px;border-bottom-left-radius: 14px;border-bottom-right-radius: 14px;padding-left: 20px;padding-right: 20px;padding-top: 30px;padding-bottom: 30px;width: 100%;height: 100%;flex-direction: column;justify-content: flex-start;align-items: center;display: flex; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-wqjRasQeWZ[data-gp-component] { border-top-left-radius: 14px;border-top-right-radius: 14px;border-bottom-left-radius: 14px;border-bottom-right-radius: 14px;padding-left: 20px;padding-right: 20px;padding-top: 30px;padding-bottom: 30px;width: 100%;height: 100%;flex-direction: column;justify-content: flex-start;align-items: center;display: flex; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-wqjRasQeWZ[data-gp-component] { border-top-left-radius: 14px;border-top-right-radius: 14px;border-bottom-left-radius: 14px;border-bottom-right-radius: 14px;padding-left: 20px;padding-right: 20px;padding-top: 30px;padding-bottom: 30px;width: 100%;height: 100%;flex-direction: column;justify-content: flex-start;align-items: center;display: flex; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-wqjRasQeWZ[data-gp-component] { border-top-left-radius: 14px;border-top-right-radius: 14px;border-bottom-left-radius: 14px;border-bottom-right-radius: 14px;padding-left: 20px;padding-right: 20px;padding-top: 30px;padding-bottom: 30px;width: 100%;height: 100%;flex-direction: column;justify-content: flex-start;align-items: center;display: flex; } } @media (min-width: 1200px) { .gp-component-id-wqjRasQeWZ[data-gp-component] { border-top-left-radius: 14px;border-top-right-radius: 14px;border-bottom-left-radius: 14px;border-bottom-right-radius: 14px;padding-left: 20px;padding-right: 20px;padding-top: 30px;padding-bottom: 30px;width: 100%;height: 100%;flex-direction: column;justify-content: flex-start;align-items: center;display: flex; } } @media (max-width: 639px) { .gp-component-id-5M9vO6uLxL[data-gp-component] { border-top-left-radius: 14px;border-top-right-radius: 14px;border-bottom-left-radius: 14px;border-bottom-right-radius: 14px;padding-left: 20px;padding-right: 20px;padding-top: 30px;padding-bottom: 30px;width: 100%;height: 100%;flex-direction: column;justify-content: flex-start;align-items: center;display: flex; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-5M9vO6uLxL[data-gp-component] { border-top-left-radius: 14px;border-top-right-radius: 14px;border-bottom-left-radius: 14px;border-bottom-right-radius: 14px;padding-left: 20px;padding-right: 20px;padding-top: 30px;padding-bottom: 30px;width: 100%;height: 100%;flex-direction: column;justify-content: flex-start;align-items: center;display: flex; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-5M9vO6uLxL[data-gp-component] { border-top-left-radius: 14px;border-top-right-radius: 14px;border-bottom-left-radius: 14px;border-bottom-right-radius: 14px;padding-left: 20px;padding-right: 20px;padding-top: 30px;padding-bottom: 30px;width: 100%;height: 100%;flex-direction: column;justify-content: flex-start;align-items: center;display: flex; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-5M9vO6uLxL[data-gp-component] { border-top-left-radius: 14px;border-top-right-radius: 14px;border-bottom-left-radius: 14px;border-bottom-right-radius: 14px;padding-left: 20px;padding-right: 20px;padding-top: 30px;padding-bottom: 30px;width: 100%;height: 100%;flex-direction: column;justify-content: flex-start;align-items: center;display: flex; } } @media (min-width: 1200px) { .gp-component-id-5M9vO6uLxL[data-gp-component] { border-top-left-radius: 14px;border-top-right-radius: 14px;border-bottom-left-radius: 14px;border-bottom-right-radius: 14px;padding-left: 20px;padding-right: 20px;padding-top: 30px;padding-bottom: 30px;width: 100%;height: 100%;flex-direction: column;justify-content: flex-start;align-items: center;display: flex; } }
[data-gp-component].gp-component-id-l3ltHSAmK { }
[data-gp-component].gp-component-id-OTol9sCDH { position: relative; z-index: 1; box-shadow: 0 40px 100px rgba(180, 50, 255, 0.5); } @media (max-width: 639px) { .gp-component-id-l3ltHSAmK[data-gp-component] { border-top-left-radius: 24px;border-top-right-radius: 24px;border-bottom-left-radius: 24px;border-bottom-right-radius: 24px;border-left-style: solid;border-right-style: solid;border-top-style: solid;border-bottom-style: solid;margin-bottom: 30px;width: 100%;height: auto;max-width: 100%;justify-content: flex-start;align-items: flex-start;display: inline-flex;object-fit: cover;object-position: center center; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-l3ltHSAmK[data-gp-component] { border-top-left-radius: 24px;border-top-right-radius: 24px;border-bottom-left-radius: 24px;border-bottom-right-radius: 24px;border-left-style: solid;border-right-style: solid;border-top-style: solid;border-bottom-style: solid;margin-bottom: 30px;width: 63%;height: auto;max-width: 100%;justify-content: flex-start;align-items: flex-start;display: inline-flex;object-fit: cover;object-position: center center; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-l3ltHSAmK[data-gp-component] { border-top-left-radius: 24px;border-top-right-radius: 24px;border-bottom-left-radius: 24px;border-bottom-right-radius: 24px;border-left-style: solid;border-right-style: solid;border-top-style: solid;border-bottom-style: solid;margin-bottom: 30px;width: 63%;height: auto;max-width: 100%;justify-content: flex-start;align-items: flex-start;display: inline-flex;object-fit: cover;object-position: center center; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-l3ltHSAmK[data-gp-component] { border-top-left-radius: 24px;border-top-right-radius: 24px;border-bottom-left-radius: 24px;border-bottom-right-radius: 24px;border-left-style: solid;border-right-style: solid;border-top-style: solid;border-bottom-style: solid;margin-bottom: 30px;width: 63%;height: auto;max-width: 100%;justify-content: flex-start;align-items: flex-start;display: inline-flex;object-fit: cover;object-position: center center; } } @media (min-width: 1200px) { .gp-component-id-l3ltHSAmK[data-gp-component] { border-top-left-radius: 24px;border-top-right-radius: 24px;border-bottom-left-radius: 24px;border-bottom-right-radius: 24px;border-left-style: solid;border-right-style: solid;border-top-style: solid;border-bottom-style: solid;margin-bottom: 30px;width: 63%;height: auto;max-width: 100%;justify-content: flex-start;align-items: flex-start;display: inline-flex;object-fit: cover;object-position: center center; } }
[data-gp-component].gp-component-id-8vIEgwEXo { position: relative; z-index: 1; box-shadow: 0 40px 100px rgba(180, 50, 255, 0.5); } @media (max-width: 639px) { .gp-component-id-aErEIsfjz4[data-gp-component] { margin-left: 0px;width: 100%;height: auto;flex-direction: column;justify-content: flex-start;align-items: center;display: flex;min-height: 120px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-aErEIsfjz4[data-gp-component] { margin-left: 0px;width: 100%;height: auto;flex-direction: column;justify-content: flex-start;align-items: center;display: flex;min-height: 120px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-aErEIsfjz4[data-gp-component] { margin-left: -80px;width: 100%;height: auto;flex-direction: column;justify-content: flex-start;align-items: center;display: flex;min-height: 120px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-aErEIsfjz4[data-gp-component] { margin-left: -80px;width: 100%;height: auto;flex-direction: column;justify-content: flex-start;align-items: center;display: flex;min-height: 120px; } } @media (min-width: 1200px) { .gp-component-id-aErEIsfjz4[data-gp-component] { margin-left: -80px;width: 100%;height: auto;flex-direction: column;justify-content: flex-start;align-items: center;display: flex;min-height: 120px; } } @media (max-width: 639px) { .gp-component-id-CrMU5OZazx[data-gp-component] { margin-left: 0px;width: 100%;height: auto;flex-direction: column;justify-content: flex-start;align-items: center;display: flex;min-height: 120px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-CrMU5OZazx[data-gp-component] { margin-left: 0px;width: 100%;height: auto;flex-direction: column;justify-content: flex-start;align-items: center;display: flex;min-height: 120px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-CrMU5OZazx[data-gp-component] { margin-left: -80px;width: 100%;height: auto;flex-direction: column;justify-content: flex-start;align-items: center;display: flex;min-height: 120px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-CrMU5OZazx[data-gp-component] { margin-left: -80px;width: 100%;height: auto;flex-direction: column;justify-content: flex-start;align-items: center;display: flex;min-height: 120px; } } @media (min-width: 1200px) { .gp-component-id-CrMU5OZazx[data-gp-component] { margin-left: -80px;width: 100%;height: auto;flex-direction: column;justify-content: flex-start;align-items: center;display: flex;min-height: 120px; } } @media (max-width: 639px) { .gp-component-id-rQtfLdkPBS[data-gp-component] { margin-left: 0px;width: 100%;height: auto;flex-direction: column;justify-content: flex-start;align-items: center;display: flex;min-height: 120px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-rQtfLdkPBS[data-gp-component] { margin-left: 0px;width: 100%;height: auto;flex-direction: column;justify-content: flex-start;align-items: center;display: flex;min-height: 120px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-rQtfLdkPBS[data-gp-component] { margin-left: -80px;width: 100%;height: auto;flex-direction: column;justify-content: flex-start;align-items: center;display: flex;min-height: 120px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-rQtfLdkPBS[data-gp-component] { margin-left: -80px;width: 100%;height: auto;flex-direction: column;justify-content: flex-start;align-items: center;display: flex;min-height: 120px; } } @media (min-width: 1200px) { .gp-component-id-rQtfLdkPBS[data-gp-component] { margin-left: -80px;width: 100%;height: auto;flex-direction: column;justify-content: flex-start;align-items: center;display: flex;min-height: 120px; } } @media (max-width: 639px) { .gp-component-id-Ma8kzaOpt7[data-gp-component] { margin-left: 0px;margin-bottom: 0px;width: 100%;height: auto;flex-direction: column;justify-content: flex-start;align-items: center;display: flex;min-height: 120px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-Ma8kzaOpt7[data-gp-component] { margin-left: 0px;width: 100%;height: auto;flex-direction: column;justify-content: flex-start;align-items: center;display: flex;min-height: 120px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-Ma8kzaOpt7[data-gp-component] { margin-left: -80px;width: 100%;height: auto;flex-direction: column;justify-content: flex-start;align-items: center;display: flex;min-height: 120px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-Ma8kzaOpt7[data-gp-component] { margin-left: -80px;width: 100%;height: auto;flex-direction: column;justify-content: flex-start;align-items: center;display: flex;min-height: 120px; } } @media (min-width: 1200px) { .gp-component-id-Ma8kzaOpt7[data-gp-component] { margin-left: -80px;width: 100%;height: auto;flex-direction: column;justify-content: flex-start;align-items: center;display: flex;min-height: 120px; } } @media (max-width: 639px) { [data-gp-text] .gp-component-id-Zrg1GATDOC { font-size: 16px !important;font-weight: inherit !important;color: rgba(240, 242, 244, 1);text-align: center;line-height: inherit;margin-left: 0px;margin-right: 0px;margin-top: 10px;margin-bottom: 0px;overflow-wrap: break-word; } } @media (max-width: 767px) and (min-width: 640px) { [data-gp-text] .gp-component-id-Zrg1GATDOC { font-size: 16px !important;font-weight: inherit !important;color: rgba(240, 242, 244, 1);text-align: center;line-height: inherit;margin-left: 0px;margin-right: 0px;margin-top: 10px;margin-bottom: 0px;overflow-wrap: break-word; } } @media (max-width: 991px) and (min-width: 768px) { [data-gp-text] .gp-component-id-Zrg1GATDOC { font-size: 16px !important;font-weight: inherit !important;color: rgba(240, 242, 244, 1);text-align: left;line-height: inherit;margin-left: -120px;margin-right: 0px;margin-top: 10px;margin-bottom: 0px;overflow-wrap: break-word; } } @media (max-width: 1199px) and (min-width: 992px) { [data-gp-text] .gp-component-id-Zrg1GATDOC { font-size: 16px !important;font-weight: inherit !important;color: rgba(240, 242, 244, 1);text-align: left;line-height: inherit;margin-left: -150px;margin-right: 0px;margin-top: 10px;margin-bottom: 0px;overflow-wrap: break-word; } } @media (min-width: 1200px) { [data-gp-text] .gp-component-id-Zrg1GATDOC { font-size: 16px !important;font-weight: inherit !important;color: rgba(240, 242, 244, 1);text-align: left;line-height: inherit;margin-left: -150px;margin-right: 0px;margin-top: 10px;margin-bottom: 0px;overflow-wrap: break-word; } } @media (max-width: 639px) { [data-gp-text] .gp-component-id-VDvfocEW5P { font-size: 16px !important;font-weight: inherit !important;color: rgba(240, 242, 244, 1);text-align: center;line-height: inherit;margin-left: 0px;margin-right: 0px;margin-top: 10px;margin-bottom: 0px;overflow-wrap: break-word; } } @media (max-width: 767px) and (min-width: 640px) { [data-gp-text] .gp-component-id-VDvfocEW5P { font-size: 16px !important;font-weight: inherit !important;color: rgba(240, 242, 244, 1);text-align: center;line-height: inherit;margin-left: 0px;margin-right: 0px;margin-top: 10px;margin-bottom: 0px;overflow-wrap: break-word; } } @media (max-width: 991px) and (min-width: 768px) { [data-gp-text] .gp-component-id-VDvfocEW5P { font-size: 16px !important;font-weight: inherit !important;color: rgba(240, 242, 244, 1);text-align: left;line-height: inherit;margin-left: -120px;margin-right: 0px;margin-top: 10px;margin-bottom: 0px;overflow-wrap: break-word; } } @media (max-width: 1199px) and (min-width: 992px) { [data-gp-text] .gp-component-id-VDvfocEW5P { font-size: 16px !important;font-weight: inherit !important;color: rgba(240, 242, 244, 1);text-align: left;line-height: inherit;margin-left: -150px;margin-right: 0px;margin-top: 10px;margin-bottom: 0px;overflow-wrap: break-word; } } @media (min-width: 1200px) { [data-gp-text] .gp-component-id-VDvfocEW5P { font-size: 16px !important;font-weight: inherit !important;color: rgba(240, 242, 244, 1);text-align: left;line-height: inherit;margin-left: -150px;margin-right: 0px;margin-top: 10px;margin-bottom: 0px;overflow-wrap: break-word; } } @media (max-width: 639px) { [data-gp-text] .gp-component-id-13Sh8mp789 { font-size: 16px !important;font-weight: inherit !important;color: rgba(240, 242, 244, 1);text-align: center;line-height: inherit;margin-left: 0px;margin-right: 0px;margin-top: 10px;margin-bottom: 0px;overflow-wrap: break-word; } } @media (max-width: 767px) and (min-width: 640px) { [data-gp-text] .gp-component-id-13Sh8mp789 { font-size: 16px !important;font-weight: inherit !important;color: rgba(240, 242, 244, 1);text-align: center;line-height: inherit;margin-left: 0px;margin-right: 0px;margin-top: 10px;margin-bottom: 0px;overflow-wrap: break-word; } } @media (max-width: 991px) and (min-width: 768px) { [data-gp-text] .gp-component-id-13Sh8mp789 { font-size: 16px !important;font-weight: inherit !important;color: rgba(240, 242, 244, 1);text-align: left;line-height: inherit;margin-left: -120px;margin-right: 0px;margin-top: 10px;margin-bottom: 0px;overflow-wrap: break-word; } } @media (max-width: 1199px) and (min-width: 992px) { [data-gp-text] .gp-component-id-13Sh8mp789 { font-size: 16px !important;font-weight: inherit !important;color: rgba(240, 242, 244, 1);text-align: left;line-height: inherit;margin-left: -150px;margin-right: 0px;margin-top: 10px;margin-bottom: 0px;overflow-wrap: break-word; } } @media (min-width: 1200px) { [data-gp-text] .gp-component-id-13Sh8mp789 { font-size: 16px !important;font-weight: inherit !important;color: rgba(240, 242, 244, 1);text-align: left;line-height: inherit;margin-left: -150px;margin-right: 0px;margin-top: 10px;margin-bottom: 0px;overflow-wrap: break-word; } } @media (max-width: 639px) { [data-gp-text] .gp-component-id-xVfc0KqRaX { font-size: 16px !important;font-weight: inherit !important;color: rgba(240, 242, 244, 1);text-align: center;line-height: inherit;margin-left: 0px;margin-right: 0px;margin-top: 10px;margin-bottom: 0px;overflow-wrap: break-word; } } @media (max-width: 767px) and (min-width: 640px) { [data-gp-text] .gp-component-id-xVfc0KqRaX { font-size: 16px !important;font-weight: inherit !important;color: rgba(240, 242, 244, 1);text-align: center;line-height: inherit;margin-left: 0px;margin-right: 0px;margin-top: 10px;margin-bottom: 0px;overflow-wrap: break-word; } } @media (max-width: 991px) and (min-width: 768px) { [data-gp-text] .gp-component-id-xVfc0KqRaX { font-size: 16px !important;font-weight: inherit !important;color: rgba(240, 242, 244, 1);text-align: left;line-height: inherit;margin-left: -120px;margin-right: 0px;margin-top: 10px;margin-bottom: 0px;overflow-wrap: break-word; } } @media (max-width: 1199px) and (min-width: 992px) { [data-gp-text] .gp-component-id-xVfc0KqRaX { font-size: 16px !important;font-weight: inherit !important;color: rgba(240, 242, 244, 1);text-align: left;line-height: inherit;margin-left: -150px;margin-right: 0px;margin-top: 10px;margin-bottom: 0px;overflow-wrap: break-word; } } @media (min-width: 1200px) { [data-gp-text] .gp-component-id-xVfc0KqRaX { font-size: 16px !important;font-weight: inherit !important;color: rgba(240, 242, 244, 1);text-align: left;line-height: inherit;margin-left: -150px;margin-right: 0px;margin-top: 10px;margin-bottom: 0px;overflow-wrap: break-word; } } @media (max-width: 639px) { .gp-component-id-OTol9sCDH[data-gp-component] { border-top-left-radius: 14px;border-top-right-radius: 14px;border-bottom-left-radius: 14px;border-bottom-right-radius: 14px;margin-bottom: 24px;padding-left: 40px;padding-right: 40px;padding-top: 30px;padding-bottom: 30px;width: 100%;height: auto; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-OTol9sCDH[data-gp-component] { border-top-left-radius: 14px;border-top-right-radius: 14px;border-bottom-left-radius: 14px;border-bottom-right-radius: 14px;margin-bottom: 24px;padding-left: 40px;padding-right: 40px;padding-top: 30px;padding-bottom: 30px;width: 100%;height: auto; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-OTol9sCDH[data-gp-component] { border-top-left-radius: 14px;border-top-right-radius: 14px;border-bottom-left-radius: 14px;border-bottom-right-radius: 14px;margin-bottom: 24px;padding-left: 40px;padding-right: 40px;padding-top: 30px;padding-bottom: 30px;width: 100%;height: auto; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-OTol9sCDH[data-gp-component] { border-top-left-radius: 14px;border-top-right-radius: 14px;border-bottom-left-radius: 14px;border-bottom-right-radius: 14px;margin-bottom: 24px;padding-left: 40px;padding-right: 40px;padding-top: 30px;padding-bottom: 30px;width: 100%;height: auto; } } @media (min-width: 1200px) { .gp-component-id-OTol9sCDH[data-gp-component] { border-top-left-radius: 14px;border-top-right-radius: 14px;border-bottom-left-radius: 14px;border-bottom-right-radius: 14px;margin-bottom: 24px;padding-left: 40px;padding-right: 40px;padding-top: 30px;padding-bottom: 30px;width: 100%;height: auto; } } @media (max-width: 639px) { .gp-component-id-IAqwrVl5i[data-gp-component] { border-top-left-radius: 14px;border-top-right-radius: 14px;border-bottom-left-radius: 14px;border-bottom-right-radius: 14px;margin-bottom: 24px;padding-left: 40px;padding-right: 40px;padding-top: 20px;padding-bottom: 20px;width: 100%;height: auto; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-IAqwrVl5i[data-gp-component] { border-top-left-radius: 14px;border-top-right-radius: 14px;border-bottom-left-radius: 14px;border-bottom-right-radius: 14px;margin-bottom: 24px;padding-left: 40px;padding-right: 40px;padding-top: 20px;padding-bottom: 20px;width: 100%;height: auto; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-IAqwrVl5i[data-gp-component] { border-top-left-radius: 14px;border-top-right-radius: 14px;border-bottom-left-radius: 14px;border-bottom-right-radius: 14px;margin-bottom: 24px;padding-left: 40px;padding-right: 40px;padding-top: 20px;padding-bottom: 20px;width: 100%;height: auto; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-IAqwrVl5i[data-gp-component] { border-top-left-radius: 14px;border-top-right-radius: 14px;border-bottom-left-radius: 14px;border-bottom-right-radius: 14px;margin-bottom: 24px;padding-left: 40px;padding-right: 40px;padding-top: 20px;padding-bottom: 20px;width: 100%;height: auto; } } @media (min-width: 1200px) { .gp-component-id-IAqwrVl5i[data-gp-component] { border-top-left-radius: 14px;border-top-right-radius: 14px;border-bottom-left-radius: 14px;border-bottom-right-radius: 14px;margin-bottom: 24px;padding-left: 40px;padding-right: 40px;padding-top: 20px;padding-bottom: 20px;width: 100%;height: auto; } } @media (max-width: 639px) { .gp-component-id-8vIEgwEXo[data-gp-component] { border-top-left-radius: 14px;border-top-right-radius: 14px;border-bottom-left-radius: 14px;border-bottom-right-radius: 14px;margin-bottom: 24px;padding-left: 40px;padding-right: 40px;padding-top: 30px;padding-bottom: 30px;width: 100%;height: auto; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-8vIEgwEXo[data-gp-component] { border-top-left-radius: 14px;border-top-right-radius: 14px;border-bottom-left-radius: 14px;border-bottom-right-radius: 14px;margin-bottom: 24px;padding-left: 40px;padding-right: 40px;padding-top: 30px;padding-bottom: 30px;width: 100%;height: auto; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-8vIEgwEXo[data-gp-component] { border-top-left-radius: 14px;border-top-right-radius: 14px;border-bottom-left-radius: 14px;border-bottom-right-radius: 14px;margin-bottom: 24px;padding-left: 40px;padding-right: 40px;padding-top: 30px;padding-bottom: 30px;width: 100%;height: auto; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-8vIEgwEXo[data-gp-component] { border-top-left-radius: 14px;border-top-right-radius: 14px;border-bottom-left-radius: 14px;border-bottom-right-radius: 14px;margin-bottom: 24px;padding-left: 40px;padding-right: 40px;padding-top: 30px;padding-bottom: 30px;width: 100%;height: auto; } } @media (min-width: 1200px) { .gp-component-id-8vIEgwEXo[data-gp-component] { border-top-left-radius: 14px;border-top-right-radius: 14px;border-bottom-left-radius: 14px;border-bottom-right-radius: 14px;margin-bottom: 24px;padding-left: 40px;padding-right: 40px;padding-top: 30px;padding-bottom: 30px;width: 100%;height: auto; } }
[data-gp-component].gp-component-id-IAqwrVl5i { position: relative; z-index: 1; box-shadow: 0 40px 100px rgba(180, 50, 255, 0.5); }
[data-gp-component].gp-component-id-ZlugB2lJzA { position: relative; z-index: 1; box-shadow: 0 40px 100px rgba(180, 50, 255, 0.5); } @media (max-width: 639px) { .gp-component-id-ZlugB2lJzA[data-gp-component] { border-top-left-radius: 14px;border-top-right-radius: 14px;border-bottom-left-radius: 14px;border-bottom-right-radius: 14px;margin-bottom: 24px;padding-left: 20px;padding-right: 20px;padding-top: 20px;padding-bottom: 20px;width: 100%;height: auto; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-ZlugB2lJzA[data-gp-component] { border-top-left-radius: 14px;border-top-right-radius: 14px;border-bottom-left-radius: 14px;border-bottom-right-radius: 14px;margin-bottom: 24px;padding-left: 40px;padding-right: 40px;padding-top: 20px;padding-bottom: 20px;width: 100%;height: auto; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-ZlugB2lJzA[data-gp-component] { border-top-left-radius: 14px;border-top-right-radius: 14px;border-bottom-left-radius: 14px;border-bottom-right-radius: 14px;margin-bottom: 24px;padding-left: 40px;padding-right: 40px;padding-top: 20px;padding-bottom: 20px;width: 100%;height: auto; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-ZlugB2lJzA[data-gp-component] { border-top-left-radius: 14px;border-top-right-radius: 14px;border-bottom-left-radius: 14px;border-bottom-right-radius: 14px;margin-bottom: 24px;padding-left: 40px;padding-right: 40px;padding-top: 20px;padding-bottom: 20px;width: 100%;height: auto; } } @media (min-width: 1200px) { .gp-component-id-ZlugB2lJzA[data-gp-component] { border-top-left-radius: 14px;border-top-right-radius: 14px;border-bottom-left-radius: 14px;border-bottom-right-radius: 14px;margin-bottom: 24px;padding-left: 40px;padding-right: 40px;padding-top: 20px;padding-bottom: 20px;width: 100%;height: auto; } } @media (max-width: 639px) { .gp-component-id-cRQnwqlTr[data-gp-component] { padding-top: 30px;padding-bottom: 30px;min-height: 50px;position: relative;z-index: auto; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-cRQnwqlTr[data-gp-component] { padding-top: 30px;padding-bottom: 30px;min-height: 50px;position: relative;z-index: auto; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-cRQnwqlTr[data-gp-component] { padding-top: 30px;padding-bottom: 30px;min-height: 50px;position: relative;z-index: auto; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-cRQnwqlTr[data-gp-component] { padding-top: 30px;padding-bottom: 30px;min-height: 50px;position: relative;z-index: auto; } } @media (min-width: 1200px) { .gp-component-id-cRQnwqlTr[data-gp-component] { padding-top: 30px;padding-bottom: 30px;min-height: 50px;position: relative;z-index: auto; } } @media (max-width: 639px) { [data-gp-text] .gp-component-id-8gzFA5Xa94 { font-size: 20px !important;color: rgba(240, 242, 244, 1);text-align: center;line-height: 1.5;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 50px;overflow-wrap: break-word; } } @media (max-width: 767px) and (min-width: 640px) { [data-gp-text] .gp-component-id-8gzFA5Xa94 { font-size: 20px !important;color: rgba(240, 242, 244, 1);text-align: center;line-height: 1.5;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 50px;overflow-wrap: break-word; } } @media (max-width: 991px) and (min-width: 768px) { [data-gp-text] .gp-component-id-8gzFA5Xa94 { font-size: 20px !important;color: rgba(240, 242, 244, 1);text-align: center;line-height: 1.5;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 50px;overflow-wrap: break-word; } } @media (max-width: 1199px) and (min-width: 992px) { [data-gp-text] .gp-component-id-8gzFA5Xa94 { font-size: 20px !important;color: rgba(240, 242, 244, 1);text-align: center;line-height: 1.5;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 50px;overflow-wrap: break-word; } } @media (min-width: 1200px) { [data-gp-text] .gp-component-id-8gzFA5Xa94 { font-size: 20px !important;color: rgba(240, 242, 244, 1);text-align: center;line-height: 1.5;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 50px;overflow-wrap: break-word; } } @media (max-width: 639px) { [data-gp-text] .gp-component-id-F73j3W_VIk { font-size: 28px !important;font-weight: 700 !important;text-align: center;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 20px;overflow-wrap: break-word; } } @media (max-width: 767px) and (min-width: 640px) { [data-gp-text] .gp-component-id-F73j3W_VIk { font-size: 36px !important;font-weight: 700 !important;text-align: center;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 20px;overflow-wrap: break-word; } } @media (max-width: 991px) and (min-width: 768px) { [data-gp-text] .gp-component-id-F73j3W_VIk { font-size: 36px !important;font-weight: 700 !important;text-align: center;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 20px;overflow-wrap: break-word; } } @media (max-width: 1199px) and (min-width: 992px) { [data-gp-text] .gp-component-id-F73j3W_VIk { font-size: 36px !important;font-weight: 700 !important;text-align: center;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 20px;overflow-wrap: break-word; } } @media (min-width: 1200px) { [data-gp-text] .gp-component-id-F73j3W_VIk { font-size: 50px !important;font-weight: 700 !important;text-align: center;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 20px;overflow-wrap: break-word; } } .gp-component-id-N76ntxqrS.gp-component > [data-section-overlay] { background-color: rgba(0, 0, 0, 0.3);position: absolute;bottom: 0px;top: 0px;left: 0px;right: 0px; } @media (max-width: 639px) { .gp-component-id-N76ntxqrS.gp-component > [data-section-overlay] { background-color: rgba(0, 0, 0, 0.85);position: absolute;bottom: 0px;top: 0px;left: 0px;right: 0px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-N76ntxqrS.gp-component > [data-section-overlay] { background-color: rgba(0, 0, 0, 0.85);position: absolute;bottom: 0px;top: 0px;left: 0px;right: 0px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-N76ntxqrS.gp-component > [data-section-overlay] { background-color: rgba(0, 0, 0, 0.85);position: absolute;bottom: 0px;top: 0px;left: 0px;right: 0px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-N76ntxqrS.gp-component > [data-section-overlay] { background-color: rgba(0, 0, 0, 0.85);position: absolute;bottom: 0px;top: 0px;left: 0px;right: 0px; } } @media (min-width: 1200px) { .gp-component-id-N76ntxqrS.gp-component > [data-section-overlay] { background-color: rgba(0, 0, 0, 0.85);position: absolute;bottom: 0px;top: 0px;left: 0px;right: 0px; } } @media (max-width: 639px) { [data-gp-text] .gp-component-id-Gda0fkz3FP { font-size: 22px !important;font-weight: 600;color: rgb(255, 255, 255);text-align: center;line-height: 1.5;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 28px;overflow-wrap: break-word; } } @media (max-width: 767px) and (min-width: 640px) { [data-gp-text] .gp-component-id-Gda0fkz3FP { font-size: 22px !important;font-weight: 600;color: rgb(255, 255, 255);text-align: center;line-height: 1.5;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 28px;overflow-wrap: break-word; } } @media (max-width: 991px) and (min-width: 768px) { [data-gp-text] .gp-component-id-Gda0fkz3FP { font-size: 22px !important;font-weight: 600;color: rgb(255, 255, 255);text-align: center;line-height: 1.5;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 28px;overflow-wrap: break-word; } } @media (max-width: 1199px) and (min-width: 992px) { [data-gp-text] .gp-component-id-Gda0fkz3FP { font-size: 22px !important;font-weight: 600;color: rgb(255, 255, 255);text-align: center;line-height: 1.5;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 28px;overflow-wrap: break-word; } } @media (min-width: 1200px) { [data-gp-text] .gp-component-id-Gda0fkz3FP { font-size: 22px !important;font-weight: 600;color: rgb(255, 255, 255);text-align: center;line-height: 1.5;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 28px;overflow-wrap: break-word; } } @media (max-width: 639px) { [data-gp-text] .gp-component-id-0wV6wCNI6a { font-size: 16px !important;font-weight: 400 !important;color: rgba(57, 196, 137, 1);text-align: center;line-height: 1.5;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 28px;font-style: italic !important;text-decoration-line: inherit;overflow-wrap: break-word; } } @media (max-width: 767px) and (min-width: 640px) { [data-gp-text] .gp-component-id-0wV6wCNI6a { font-size: 22px !important;font-weight: 400 !important;color: rgba(57, 196, 137, 1);text-align: center;line-height: 1.5;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 28px;font-style: italic !important;text-decoration-line: inherit;overflow-wrap: break-word; } } @media (max-width: 991px) and (min-width: 768px) { [data-gp-text] .gp-component-id-0wV6wCNI6a { font-size: 22px !important;font-weight: 400 !important;color: rgba(57, 196, 137, 1);text-align: center;line-height: 1.5;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 28px;font-style: italic !important;text-decoration-line: inherit;overflow-wrap: break-word; } } @media (max-width: 1199px) and (min-width: 992px) { [data-gp-text] .gp-component-id-0wV6wCNI6a { font-size: 22px !important;font-weight: 400 !important;color: rgba(57, 196, 137, 1);text-align: center;line-height: 1.5;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 28px;font-style: italic !important;text-decoration-line: inherit;overflow-wrap: break-word; } } @media (min-width: 1200px) { [data-gp-text] .gp-component-id-0wV6wCNI6a { font-size: 22px !important;font-weight: 400 !important;color: rgba(57, 196, 137, 1);text-align: center;line-height: 1.5;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 28px;font-style: italic !important;text-decoration-line: inherit;overflow-wrap: break-word; } } @media (max-width: 639px) { [data-gp-text] .gp-component-id-vLFgJRTYJP { font-size: 42px !important;font-weight: 700 !important;color: rgba(57, 196, 137, 1);text-align: center;line-height: 1;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 20px;overflow-wrap: break-word; } } @media (max-width: 767px) and (min-width: 640px) { [data-gp-text] .gp-component-id-vLFgJRTYJP { font-size: 64px !important;font-weight: 700 !important;color: rgba(57, 196, 137, 1);text-align: center;line-height: 1;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 20px;overflow-wrap: break-word; } } @media (max-width: 991px) and (min-width: 768px) { [data-gp-text] .gp-component-id-vLFgJRTYJP { font-size: 64px !important;font-weight: 700 !important;color: rgba(57, 196, 137, 1);text-align: center;line-height: 1;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 20px;overflow-wrap: break-word; } } @media (max-width: 1199px) and (min-width: 992px) { [data-gp-text] .gp-component-id-vLFgJRTYJP { font-size: 64px !important;font-weight: 700 !important;color: rgba(57, 196, 137, 1);text-align: center;line-height: 1;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 20px;overflow-wrap: break-word; } } @media (min-width: 1200px) { [data-gp-text] .gp-component-id-vLFgJRTYJP { font-size: 64px !important;font-weight: 700 !important;color: rgba(57, 196, 137, 1);text-align: center;line-height: 1;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 20px;overflow-wrap: break-word; } }
[data-gp-component].gp-component-id-vwKYxwsmy1 { }
[data-gp-component].gp-component-id-K5hEgmo_F { .gradient-text { background: linear-gradient(170deg, #F6AE2D, #f15a1b); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; color: transparent; } } @media (max-width: 639px) { .gp-component-id-dVThB7rfKG[data-gp-component] { margin-top: 30px;width: 100%;justify-content: center;display: flex; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-dVThB7rfKG[data-gp-component] { margin-top: 30px;width: 100%;justify-content: center;display: flex; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-dVThB7rfKG[data-gp-component] { margin-top: 30px;width: 100%;justify-content: center;display: flex; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-dVThB7rfKG[data-gp-component] { margin-top: 30px;width: 100%;justify-content: center;display: flex; } } @media (min-width: 1200px) { .gp-component-id-dVThB7rfKG[data-gp-component] { margin-top: 30px;width: 100%;justify-content: center;display: flex; } } @media (max-width: 639px) { [data-gp-text] .gp-component-id-_X8V01Ylc4 { font-size: 18px !important;font-weight: 400 !important;color: rgb(255, 255, 255);text-align: center;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px;overflow-wrap: break-word; } } @media (max-width: 767px) and (min-width: 640px) { [data-gp-text] .gp-component-id-_X8V01Ylc4 { font-size: 18px !important;font-weight: 400 !important;color: rgb(255, 255, 255);text-align: center;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px;overflow-wrap: break-word; } } @media (max-width: 991px) and (min-width: 768px) { [data-gp-text] .gp-component-id-_X8V01Ylc4 { font-size: 18px !important;font-weight: 400 !important;color: rgb(255, 255, 255);text-align: center;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px;overflow-wrap: break-word; } } @media (max-width: 1199px) and (min-width: 992px) { [data-gp-text] .gp-component-id-_X8V01Ylc4 { font-size: 18px !important;font-weight: 400 !important;color: rgb(255, 255, 255);text-align: center;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px;overflow-wrap: break-word; } } @media (min-width: 1200px) { [data-gp-text] .gp-component-id-_X8V01Ylc4 { font-size: 18px !important;font-weight: 400 !important;color: rgb(255, 255, 255);text-align: center;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px;overflow-wrap: break-word; } } @media (max-width: 639px) { .gp-component-id-VVFTK2XvSO[data-gp-component] { border-top-left-radius: 16px;border-top-right-radius: 16px;border-bottom-left-radius: 16px;border-bottom-right-radius: 16px;border-left-width: 1px;border-right-width: 1px;border-top-width: 1px;border-bottom-width: 1px;margin-bottom: 20px;padding-left: 10px;padding-right: 10px;width: 100%; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-VVFTK2XvSO[data-gp-component] { border-top-left-radius: 16px;border-top-right-radius: 16px;border-bottom-left-radius: 16px;border-bottom-right-radius: 16px;border-left-width: 1px;border-right-width: 1px;border-top-width: 1px;border-bottom-width: 1px;margin-bottom: 20px;padding-left: 10px;padding-right: 10px;width: 60%; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-VVFTK2XvSO[data-gp-component] { border-top-left-radius: 16px;border-top-right-radius: 16px;border-bottom-left-radius: 16px;border-bottom-right-radius: 16px;border-left-width: 1px;border-right-width: 1px;border-top-width: 1px;border-bottom-width: 1px;margin-bottom: 20px;padding-left: 10px;padding-right: 10px;width: 47%; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-VVFTK2XvSO[data-gp-component] { border-top-left-radius: 16px;border-top-right-radius: 16px;border-bottom-left-radius: 16px;border-bottom-right-radius: 16px;border-left-width: 1px;border-right-width: 1px;border-top-width: 1px;border-bottom-width: 1px;margin-bottom: 20px;padding-left: 10px;padding-right: 10px;width: 39%; } } @media (min-width: 1200px) { .gp-component-id-VVFTK2XvSO[data-gp-component] { border-top-left-radius: 16px;border-top-right-radius: 16px;border-bottom-left-radius: 16px;border-bottom-right-radius: 16px;border-left-width: 1px;border-right-width: 1px;border-top-width: 1px;border-bottom-width: 1px;margin-bottom: 20px;padding-left: 10px;padding-right: 10px;width: 35%; } } @media (max-width: 639px) { .gp-component-id-f_PBF3TNd9[data-gp-component] { border-left-width: 00px;border-right-width: 00px;border-top-width: 00px;border-bottom-width: 00px;width: 100%;flex-direction: column;justify-content: center;align-items: center;display: flex; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-f_PBF3TNd9[data-gp-component] { border-left-width: 00px;border-right-width: 00px;border-top-width: 00px;border-bottom-width: 00px;width: 100%;flex-direction: column;justify-content: center;align-items: center;display: flex; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-f_PBF3TNd9[data-gp-component] { border-left-width: 00px;border-right-width: 00px;border-top-width: 00px;border-bottom-width: 00px;width: 100%;flex-direction: column;justify-content: center;align-items: center;display: flex; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-f_PBF3TNd9[data-gp-component] { border-left-width: 00px;border-right-width: 00px;border-top-width: 00px;border-bottom-width: 00px;width: 100%;flex-direction: column;justify-content: center;align-items: center;display: flex; } } @media (min-width: 1200px) { .gp-component-id-f_PBF3TNd9[data-gp-component] { border-left-width: 00px;border-right-width: 00px;border-top-width: 00px;border-bottom-width: 00px;width: 100%;flex-direction: column;justify-content: center;align-items: center;display: flex; } } @media (max-width: 639px) { .gp-component-id-E0e2mmdNkk[data-gp-component] { font-size: 18px !important;font-weight: 600 !important;color: rgb(255, 255, 255) !important;line-height: 1.15;border-top-left-radius: 12px !important;border-top-right-radius: 12px !important;border-bottom-left-radius: 12px !important;border-bottom-right-radius: 12px !important;border-left-style: none !important;border-right-style: none !important;border-top-style: none !important;border-bottom-style: none !important;border-left-width: initial !important;border-right-width: initial !important;border-top-width: initial !important;border-bottom-width: initial !important;border-left-color: initial !important;border-right-color: initial !important;border-top-color: initial !important;border-bottom-color: initial !important;background-color: rgba(255, 255, 255, 0) !important;background-size: initial !important;background-repeat: initial !important;background-attachment: initial !important;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 20px;padding-left: 30px;padding-right: 30px;padding-top: 20px;padding-bottom: 20px;align-items: center;display: inline-flex;border-image-source: initial !important;border-image-slice: initial !important;border-image-width: initial !important;border-image-outset: initial !important;border-image-repeat: initial !important;background-position-x: initial !important;background-position-y: initial !important;background-origin: initial !important;background-clip: initial !important;cursor: pointer;text-decoration-line: none;text-decoration-thickness: inherit;text-decoration-style: solid;text-decoration-color: initial;appearance: button;text-transform: none;overflow-x: visible;overflow-y: visible; } .gp-component-id-E0e2mmdNkk[data-gp-component]:focus,.gp-component-id-E0e2mmdNkk[data-gp-component].gp-focus { outline-color: initial;outline-style: initial;outline-width: 0px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-E0e2mmdNkk[data-gp-component] { font-size: 18px !important;font-weight: 600 !important;color: rgb(255, 255, 255) !important;line-height: 1.15;border-top-left-radius: 12px !important;border-top-right-radius: 12px !important;border-bottom-left-radius: 12px !important;border-bottom-right-radius: 12px !important;border-left-style: none !important;border-right-style: none !important;border-top-style: none !important;border-bottom-style: none !important;border-left-width: initial !important;border-right-width: initial !important;border-top-width: initial !important;border-bottom-width: initial !important;border-left-color: initial !important;border-right-color: initial !important;border-top-color: initial !important;border-bottom-color: initial !important;background-color: rgba(255, 255, 255, 0) !important;background-size: initial !important;background-repeat: initial !important;background-attachment: initial !important;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 20px;padding-left: 30px;padding-right: 30px;padding-top: 20px;padding-bottom: 20px;align-items: center;display: inline-flex;border-image-source: initial !important;border-image-slice: initial !important;border-image-width: initial !important;border-image-outset: initial !important;border-image-repeat: initial !important;background-position-x: initial !important;background-position-y: initial !important;background-origin: initial !important;background-clip: initial !important;cursor: pointer;text-decoration-line: none;text-decoration-thickness: inherit;text-decoration-style: solid;text-decoration-color: initial;appearance: button;text-transform: none;overflow-x: visible;overflow-y: visible; } .gp-component-id-E0e2mmdNkk[data-gp-component]:focus,.gp-component-id-E0e2mmdNkk[data-gp-component].gp-focus { outline-color: initial;outline-style: initial;outline-width: 0px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-E0e2mmdNkk[data-gp-component] { font-size: 18px !important;font-weight: 600 !important;color: rgb(255, 255, 255) !important;line-height: 1.15;border-top-left-radius: 12px !important;border-top-right-radius: 12px !important;border-bottom-left-radius: 12px !important;border-bottom-right-radius: 12px !important;border-left-style: none !important;border-right-style: none !important;border-top-style: none !important;border-bottom-style: none !important;border-left-width: initial !important;border-right-width: initial !important;border-top-width: initial !important;border-bottom-width: initial !important;border-left-color: initial !important;border-right-color: initial !important;border-top-color: initial !important;border-bottom-color: initial !important;background-color: rgba(255, 255, 255, 0) !important;background-size: initial !important;background-repeat: initial !important;background-attachment: initial !important;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 20px;padding-left: 30px;padding-right: 30px;padding-top: 20px;padding-bottom: 20px;align-items: center;display: inline-flex;border-image-source: initial !important;border-image-slice: initial !important;border-image-width: initial !important;border-image-outset: initial !important;border-image-repeat: initial !important;background-position-x: initial !important;background-position-y: initial !important;background-origin: initial !important;background-clip: initial !important;cursor: pointer;text-decoration-line: none;text-decoration-thickness: inherit;text-decoration-style: solid;text-decoration-color: initial;appearance: button;text-transform: none;overflow-x: visible;overflow-y: visible; } .gp-component-id-E0e2mmdNkk[data-gp-component]:focus,.gp-component-id-E0e2mmdNkk[data-gp-component].gp-focus { outline-color: initial;outline-style: initial;outline-width: 0px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-E0e2mmdNkk[data-gp-component] { font-size: 18px !important;font-weight: 600 !important;color: rgb(255, 255, 255) !important;line-height: 1.15;border-top-left-radius: 12px !important;border-top-right-radius: 12px !important;border-bottom-left-radius: 12px !important;border-bottom-right-radius: 12px !important;border-left-style: none !important;border-right-style: none !important;border-top-style: none !important;border-bottom-style: none !important;border-left-width: initial !important;border-right-width: initial !important;border-top-width: initial !important;border-bottom-width: initial !important;border-left-color: initial !important;border-right-color: initial !important;border-top-color: initial !important;border-bottom-color: initial !important;background-color: rgba(255, 255, 255, 0) !important;background-size: initial !important;background-repeat: initial !important;background-attachment: initial !important;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 20px;padding-left: 30px;padding-right: 30px;padding-top: 20px;padding-bottom: 20px;align-items: center;display: inline-flex;border-image-source: initial !important;border-image-slice: initial !important;border-image-width: initial !important;border-image-outset: initial !important;border-image-repeat: initial !important;background-position-x: initial !important;background-position-y: initial !important;background-origin: initial !important;background-clip: initial !important;cursor: pointer;text-decoration-line: none;text-decoration-thickness: inherit;text-decoration-style: solid;text-decoration-color: initial;appearance: button;text-transform: none;overflow-x: visible;overflow-y: visible; } .gp-component-id-E0e2mmdNkk[data-gp-component]:focus,.gp-component-id-E0e2mmdNkk[data-gp-component].gp-focus { outline-color: initial;outline-style: initial;outline-width: 0px; } } @media (min-width: 1200px) { .gp-component-id-E0e2mmdNkk[data-gp-component] { font-size: 18px !important;font-weight: 600 !important;color: rgb(255, 255, 255) !important;line-height: 1.15;border-top-left-radius: 12px !important;border-top-right-radius: 12px !important;border-bottom-left-radius: 12px !important;border-bottom-right-radius: 12px !important;border-left-style: none !important;border-right-style: none !important;border-top-style: none !important;border-bottom-style: none !important;border-left-width: initial !important;border-right-width: initial !important;border-top-width: initial !important;border-bottom-width: initial !important;border-left-color: initial !important;border-right-color: initial !important;border-top-color: initial !important;border-bottom-color: initial !important;background-color: rgba(255, 255, 255, 0) !important;background-size: initial !important;background-repeat: initial !important;background-attachment: initial !important;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 20px;padding-left: 30px;padding-right: 30px;padding-top: 20px;padding-bottom: 20px;align-items: center;display: inline-flex;border-image-source: initial !important;border-image-slice: initial !important;border-image-width: initial !important;border-image-outset: initial !important;border-image-repeat: initial !important;background-position-x: initial !important;background-position-y: initial !important;background-origin: initial !important;background-clip: initial !important;cursor: pointer;text-decoration-line: none;text-decoration-thickness: inherit;text-decoration-style: solid;text-decoration-color: initial;appearance: button;text-transform: none;overflow-x: visible;overflow-y: visible; } .gp-component-id-E0e2mmdNkk[data-gp-component]:focus,.gp-component-id-E0e2mmdNkk[data-gp-component].gp-focus { outline-color: initial;outline-style: initial;outline-width: 0px; } }
[data-gp-component].gp-component-id-E0e2mmdNkk { /* Summit CTA Button */ .summit-btn { background: linear-gradient(90deg, #39c5f3 0%, #9b59ff 100%); color: #fff !important; font-weight: 600; border: none; border-radius: 10px; padding: 14px 28px; font-size: 16px; cursor: pointer; box-shadow: 0 0 15px rgba(155, 89, 255, 0.6), 0 0 25px rgba(57, 197, 243, 0.6); transition: all 0.3s ease; text-transform: uppercase; letter-spacing: 0.5px; } /* Hover effect */ .summit-btn:hover { transform: scale(1.05); box-shadow: 0 0 20px rgba(155, 89, 255, 0.9), 0 0 35px rgba(57, 197, 243, 0.9); background: linear-gradient(90deg, #47e4ff 0%, #b07bff 100%); } } @media (max-width: 639px) { [data-gp-text] .gp-component-id-0az2KzCytX { font-size: 18px !important;font-weight: 400 !important;color: rgb(0, 0, 0);text-align: left;line-height: 1.5;border-top-left-radius: 24px;border-top-right-radius: 24px;border-bottom-left-radius: 24px;border-bottom-right-radius: 24px;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: 0px;padding-left: 20px;padding-right: 20px;padding-top: 30px;padding-bottom: 30px;display: none;overflow-wrap: break-word; } } @media (max-width: 767px) and (min-width: 640px) { [data-gp-text] .gp-component-id-0az2KzCytX { font-size: 18px !important;font-weight: 400 !important;color: rgb(0, 0, 0);text-align: left;line-height: 1.5;border-top-left-radius: 24px;border-top-right-radius: 24px;border-bottom-left-radius: 24px;border-bottom-right-radius: 24px;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: 0px;padding-left: 20px;padding-right: 20px;padding-top: 30px;padding-bottom: 30px;display: none;overflow-wrap: break-word; } } @media (max-width: 991px) and (min-width: 768px) { [data-gp-text] .gp-component-id-0az2KzCytX { font-size: 18px !important;font-weight: 400 !important;color: rgb(0, 0, 0);text-align: left;line-height: 1.5;border-top-left-radius: 24px;border-top-right-radius: 24px;border-bottom-left-radius: 24px;border-bottom-right-radius: 24px;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: 0px;padding-left: 30px;padding-right: 30px;padding-top: 30px;padding-bottom: 30px;display: none;overflow-wrap: break-word; } } @media (max-width: 1199px) and (min-width: 992px) { [data-gp-text] .gp-component-id-0az2KzCytX { font-size: 18px !important;font-weight: 400 !important;color: rgb(0, 0, 0);text-align: left;line-height: 1.5;border-top-left-radius: 24px;border-top-right-radius: 24px;border-bottom-left-radius: 24px;border-bottom-right-radius: 24px;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: 0px;padding-left: 30px;padding-right: 30px;padding-top: 30px;padding-bottom: 30px;display: none;overflow-wrap: break-word; } } @media (min-width: 1200px) { [data-gp-text] .gp-component-id-0az2KzCytX { font-size: 18px !important;font-weight: 400 !important;color: rgb(0, 0, 0);text-align: left;line-height: 1.5;border-top-left-radius: 24px;border-top-right-radius: 24px;border-bottom-left-radius: 24px;border-bottom-right-radius: 24px;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: 0px;padding-left: 40px;padding-right: 40px;padding-top: 30px;padding-bottom: 30px;display: none;overflow-wrap: break-word; } } @media (max-width: 639px) { [data-gp-text] .gp-component-id-t2LSCHvUm0 { font-size: 35px !important;font-weight: 600 !important;color: rgb(0, 0, 0);text-align: center;line-height: 1.5;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 50px;display: none;overflow-wrap: break-word; } } @media (max-width: 767px) and (min-width: 640px) { [data-gp-text] .gp-component-id-t2LSCHvUm0 { font-size: 35px !important;font-weight: 600 !important;color: rgb(0, 0, 0);text-align: center;line-height: 1.5;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 50px;display: none;overflow-wrap: break-word; } } @media (max-width: 991px) and (min-width: 768px) { [data-gp-text] .gp-component-id-t2LSCHvUm0 { font-size: 35px !important;font-weight: 600 !important;color: rgb(0, 0, 0);text-align: center;line-height: 1.5;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 50px;display: none;overflow-wrap: break-word; } } @media (max-width: 1199px) and (min-width: 992px) { [data-gp-text] .gp-component-id-t2LSCHvUm0 { font-size: 35px !important;font-weight: 600 !important;color: rgb(0, 0, 0);text-align: center;line-height: 1.5;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 50px;display: none;overflow-wrap: break-word; } } @media (min-width: 1200px) { [data-gp-text] .gp-component-id-t2LSCHvUm0 { font-size: 35px !important;font-weight: 600 !important;color: rgb(0, 0, 0);text-align: center;line-height: 1.5;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 50px;display: none;overflow-wrap: break-word; } } @media (max-width: 639px) { .gp-component-id-Vtp2OaMuc[data-gp-component] { padding-left: 10px;padding-right: 10px;padding-top: 50px;padding-bottom: 50px;z-index: auto;position: relative;min-height: 50px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-Vtp2OaMuc[data-gp-component] { padding-left: 20px;padding-right: 20px;padding-top: 50px;padding-bottom: 50px;z-index: auto;position: relative;min-height: 50px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-Vtp2OaMuc[data-gp-component] { padding-left: 48px;padding-right: 48px;padding-top: 50px;padding-bottom: 50px;z-index: auto;position: relative;min-height: 50px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-Vtp2OaMuc[data-gp-component] { padding-left: 48px;padding-right: 48px;padding-top: 50px;padding-bottom: 50px;z-index: auto;position: relative;min-height: 50px; } } @media (min-width: 1200px) { .gp-component-id-Vtp2OaMuc[data-gp-component] { padding-left: 48px;padding-right: 48px;padding-top: 50px;padding-bottom: 50px;z-index: auto;position: relative;min-height: 50px; } } .gp-component-id-Vtp2OaMuc.gp-component > [data-section-overlay] { position: absolute;bottom: 0px;top: 0px;left: 0px;right: 0px; } @media (max-width: 639px) { .gp-component-id-Vtp2OaMuc.gp-component > [data-section-overlay] { background-color: rgba(255, 255, 255, 1);position: absolute;bottom: 0px;top: 0px;left: 0px;right: 0px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-Vtp2OaMuc.gp-component > [data-section-overlay] { background-color: rgba(255, 255, 255, 1);position: absolute;bottom: 0px;top: 0px;left: 0px;right: 0px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-Vtp2OaMuc.gp-component > [data-section-overlay] { background-color: rgba(255, 255, 255, 1);position: absolute;bottom: 0px;top: 0px;left: 0px;right: 0px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-Vtp2OaMuc.gp-component > [data-section-overlay] { background-color: rgba(255, 255, 255, 1);position: absolute;bottom: 0px;top: 0px;left: 0px;right: 0px; } } @media (min-width: 1200px) { .gp-component-id-Vtp2OaMuc.gp-component > [data-section-overlay] { background-color: rgba(255, 255, 255, 1);position: absolute;bottom: 0px;top: 0px;left: 0px;right: 0px; } } @media (max-width: 639px) { .gp-component-id-z2LR0TcrPs[data-gp-component] { font-size: 18px !important;font-weight: 600 !important;color: rgb(255, 255, 255) !important;line-height: 1.15;border-top-left-radius: 12px !important;border-top-right-radius: 12px !important;border-bottom-left-radius: 12px !important;border-bottom-right-radius: 12px !important;border-left-style: none !important;border-right-style: none !important;border-top-style: none !important;border-bottom-style: none !important;border-left-width: initial !important;border-right-width: initial !important;border-top-width: initial !important;border-bottom-width: initial !important;border-left-color: initial !important;border-right-color: initial !important;border-top-color: initial !important;border-bottom-color: initial !important;background-color: transparent !important;background-image: linear-gradient(135deg, rgb(246, 174, 45), rgb(242, 100, 25)) !important;background-size: initial !important;background-repeat: initial !important;background-attachment: initial !important;box-shadow: rgba(0, 0, 0, 0.21) 0px 2px 10px 3px;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 20px;padding-left: 30px;padding-right: 30px;padding-top: 20px;padding-bottom: 20px;align-items: center;display: inline-flex;border-image-source: initial !important;border-image-slice: initial !important;border-image-width: initial !important;border-image-outset: initial !important;border-image-repeat: initial !important;cursor: pointer;text-decoration-line: none;text-decoration-thickness: inherit;text-decoration-style: solid;text-decoration-color: initial;overflow-y: visible;overflow-x: visible;text-transform: none;appearance: button;background-clip: initial !important;background-origin: initial !important;background-position-y: initial !important;background-position-x: initial !important; } .gp-component-id-z2LR0TcrPs[data-gp-component]:focus,.gp-component-id-z2LR0TcrPs[data-gp-component].gp-focus { outline-width: 0px;outline-style: initial;outline-color: initial; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-z2LR0TcrPs[data-gp-component] { font-size: 18px !important;font-weight: 600 !important;color: rgb(255, 255, 255) !important;line-height: 1.15;border-top-left-radius: 12px !important;border-top-right-radius: 12px !important;border-bottom-left-radius: 12px !important;border-bottom-right-radius: 12px !important;border-left-style: none !important;border-right-style: none !important;border-top-style: none !important;border-bottom-style: none !important;border-left-width: initial !important;border-right-width: initial !important;border-top-width: initial !important;border-bottom-width: initial !important;border-left-color: initial !important;border-right-color: initial !important;border-top-color: initial !important;border-bottom-color: initial !important;background-color: transparent !important;background-image: linear-gradient(135deg, rgb(246, 174, 45), rgb(242, 100, 25)) !important;background-size: initial !important;background-repeat: initial !important;background-attachment: initial !important;box-shadow: rgba(0, 0, 0, 0.21) 0px 2px 10px 3px;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 20px;padding-left: 30px;padding-right: 30px;padding-top: 20px;padding-bottom: 20px;align-items: center;display: inline-flex;border-image-source: initial !important;border-image-slice: initial !important;border-image-width: initial !important;border-image-outset: initial !important;border-image-repeat: initial !important;cursor: pointer;text-decoration-line: none;text-decoration-thickness: inherit;text-decoration-style: solid;text-decoration-color: initial;overflow-y: visible;overflow-x: visible;text-transform: none;appearance: button;background-clip: initial !important;background-origin: initial !important;background-position-y: initial !important;background-position-x: initial !important; } .gp-component-id-z2LR0TcrPs[data-gp-component]:focus,.gp-component-id-z2LR0TcrPs[data-gp-component].gp-focus { outline-width: 0px;outline-style: initial;outline-color: initial; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-z2LR0TcrPs[data-gp-component] { font-size: 18px !important;font-weight: 600 !important;color: rgb(255, 255, 255) !important;line-height: 1.15;border-top-left-radius: 12px !important;border-top-right-radius: 12px !important;border-bottom-left-radius: 12px !important;border-bottom-right-radius: 12px !important;border-left-style: none !important;border-right-style: none !important;border-top-style: none !important;border-bottom-style: none !important;border-left-width: initial !important;border-right-width: initial !important;border-top-width: initial !important;border-bottom-width: initial !important;border-left-color: initial !important;border-right-color: initial !important;border-top-color: initial !important;border-bottom-color: initial !important;background-color: transparent !important;background-image: linear-gradient(135deg, rgb(246, 174, 45), rgb(242, 100, 25)) !important;background-size: initial !important;background-repeat: initial !important;background-attachment: initial !important;box-shadow: rgba(0, 0, 0, 0.21) 0px 2px 10px 3px;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 20px;padding-left: 30px;padding-right: 30px;padding-top: 20px;padding-bottom: 20px;align-items: center;display: inline-flex;border-image-source: initial !important;border-image-slice: initial !important;border-image-width: initial !important;border-image-outset: initial !important;border-image-repeat: initial !important;cursor: pointer;text-decoration-line: none;text-decoration-thickness: inherit;text-decoration-style: solid;text-decoration-color: initial;overflow-y: visible;overflow-x: visible;text-transform: none;appearance: button;background-clip: initial !important;background-origin: initial !important;background-position-y: initial !important;background-position-x: initial !important; } .gp-component-id-z2LR0TcrPs[data-gp-component]:focus,.gp-component-id-z2LR0TcrPs[data-gp-component].gp-focus { outline-width: 0px;outline-style: initial;outline-color: initial; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-z2LR0TcrPs[data-gp-component] { font-size: 18px !important;font-weight: 600 !important;color: rgb(255, 255, 255) !important;line-height: 1.15;border-top-left-radius: 12px !important;border-top-right-radius: 12px !important;border-bottom-left-radius: 12px !important;border-bottom-right-radius: 12px !important;border-left-style: none !important;border-right-style: none !important;border-top-style: none !important;border-bottom-style: none !important;border-left-width: initial !important;border-right-width: initial !important;border-top-width: initial !important;border-bottom-width: initial !important;border-left-color: initial !important;border-right-color: initial !important;border-top-color: initial !important;border-bottom-color: initial !important;background-color: transparent !important;background-image: linear-gradient(135deg, rgb(246, 174, 45), rgb(242, 100, 25)) !important;background-size: initial !important;background-repeat: initial !important;background-attachment: initial !important;box-shadow: rgba(0, 0, 0, 0.21) 0px 2px 10px 3px;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 20px;padding-left: 30px;padding-right: 30px;padding-top: 20px;padding-bottom: 20px;align-items: center;display: inline-flex;border-image-source: initial !important;border-image-slice: initial !important;border-image-width: initial !important;border-image-outset: initial !important;border-image-repeat: initial !important;cursor: pointer;text-decoration-line: none;text-decoration-thickness: inherit;text-decoration-style: solid;text-decoration-color: initial;overflow-y: visible;overflow-x: visible;text-transform: none;appearance: button;background-clip: initial !important;background-origin: initial !important;background-position-y: initial !important;background-position-x: initial !important; } .gp-component-id-z2LR0TcrPs[data-gp-component]:focus,.gp-component-id-z2LR0TcrPs[data-gp-component].gp-focus { outline-width: 0px;outline-style: initial;outline-color: initial; } } @media (min-width: 1200px) { .gp-component-id-z2LR0TcrPs[data-gp-component] { font-size: 18px !important;font-weight: 600 !important;color: rgb(255, 255, 255) !important;line-height: 1.15;border-top-left-radius: 12px !important;border-top-right-radius: 12px !important;border-bottom-left-radius: 12px !important;border-bottom-right-radius: 12px !important;border-left-style: none !important;border-right-style: none !important;border-top-style: none !important;border-bottom-style: none !important;border-left-width: initial !important;border-right-width: initial !important;border-top-width: initial !important;border-bottom-width: initial !important;border-left-color: initial !important;border-right-color: initial !important;border-top-color: initial !important;border-bottom-color: initial !important;background-color: transparent !important;background-image: linear-gradient(135deg, rgb(246, 174, 45), rgb(242, 100, 25)) !important;background-size: initial !important;background-repeat: initial !important;background-attachment: initial !important;box-shadow: rgba(0, 0, 0, 0.21) 0px 2px 10px 3px;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 20px;padding-left: 30px;padding-right: 30px;padding-top: 20px;padding-bottom: 20px;align-items: center;display: inline-flex;border-image-source: initial !important;border-image-slice: initial !important;border-image-width: initial !important;border-image-outset: initial !important;border-image-repeat: initial !important;cursor: pointer;text-decoration-line: none;text-decoration-thickness: inherit;text-decoration-style: solid;text-decoration-color: initial;overflow-y: visible;overflow-x: visible;text-transform: none;appearance: button;background-clip: initial !important;background-origin: initial !important;background-position-y: initial !important;background-position-x: initial !important; } .gp-component-id-z2LR0TcrPs[data-gp-component]:focus,.gp-component-id-z2LR0TcrPs[data-gp-component].gp-focus { outline-width: 0px;outline-style: initial;outline-color: initial; } } .gp-component-id-pCkqPFYCrwn { align-items: center;height: 100%;margin-bottom: 24px;width: 100%;display: flex;flex-direction: column; } @media (max-width: 639px) { .gp-component-id-pCkqPFYCrwn { align-items: center;height: 100%;margin-bottom: 24px;width: 100%;display: flex;flex-direction: column; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-pCkqPFYCrwn { align-items: center;height: 100%;margin-bottom: 24px;width: 100%;display: flex;flex-direction: column; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-pCkqPFYCrwn { align-items: flex-end;height: 100%;margin-bottom: 24px;width: 100%;display: flex;flex-direction: column; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-pCkqPFYCrwn { align-items: flex-end;height: 100%;margin-bottom: 24px;width: 100%;display: flex;flex-direction: column; } } @media (min-width: 1200px) { .gp-component-id-pCkqPFYCrwn { align-items: flex-end;height: 100%;margin-bottom: 24px;width: 100%;display: flex;flex-direction: column; } } .gp-component-id-sk1NbhSBdM3 { width: 100%;padding-left: 16px;padding-right: 16px; } @media (max-width: 639px) { .gp-component-id-sk1NbhSBdM3 { width: 100%;padding-left: 16px;padding-right: 16px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-sk1NbhSBdM3 { width: 100%;padding-left: 16px;padding-right: 16px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-sk1NbhSBdM3 { width: 50%;padding-left: 16px;padding-right: 16px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-sk1NbhSBdM3 { width: 50%;padding-left: 16px;padding-right: 16px; } } @media (min-width: 1200px) { .gp-component-id-sk1NbhSBdM3 { width: 50%;padding-left: 16px;padding-right: 16px; } } .gp-component-id-Mcq13Ff45mt { overflow-wrap: break-word; } @media (max-width: 639px) { .gp-component-id-Mcq13Ff45mt { overflow-wrap: break-word; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-Mcq13Ff45mt { overflow-wrap: break-word; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-Mcq13Ff45mt { overflow-wrap: break-word; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-Mcq13Ff45mt { overflow-wrap: break-word; } } @media (min-width: 1200px) { .gp-component-id-Mcq13Ff45mt { overflow-wrap: break-word; } } .gp-component-id-9Vw_Wy0QYs { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px;overflow-wrap: break-word; } @media (max-width: 639px) { .gp-component-id-9Vw_Wy0QYs { margin-left: 0px;margin-bottom: 12px;margin-right: 0px;margin-top: 0px;overflow-wrap: break-word;font-family: Raleway, sans-serif;letter-spacing: 0.05em;text-align: center;color: rgb(255, 255, 255);font-weight: 300;font-size: 16px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-9Vw_Wy0QYs { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px;overflow-wrap: break-word;font-family: Raleway, sans-serif;letter-spacing: 0.05em;text-align: center;color: rgb(255, 255, 255);font-weight: 300;font-size: 16px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-9Vw_Wy0QYs { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px;overflow-wrap: break-word;font-family: Raleway, sans-serif;letter-spacing: 0.05em;text-align: left;color: rgb(255, 255, 255);font-weight: 300;font-size: 16px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-9Vw_Wy0QYs { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px;overflow-wrap: break-word;font-family: Raleway, sans-serif;letter-spacing: 0.05em;text-align: left;color: rgb(255, 255, 255);font-weight: 300;font-size: 16px; } } @media (min-width: 1200px) { .gp-component-id-9Vw_Wy0QYs { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px;overflow-wrap: break-word;font-family: Raleway, sans-serif;letter-spacing: 0.05em;text-align: left;color: rgb(255, 255, 255);font-weight: 300;font-size: 16px; } } .gp-component-id-dO3wIvejAX { flex-direction: column;display: flex;margin-bottom: 12px;letter-spacing: 0.05em;text-align: center;color: rgb(255, 255, 255);font-weight: 300;font-size: 16px;font-family: Raleway, sans-serif;margin-left: 0px;margin-right: 0px;margin-top: 0px; } @media (max-width: 639px) { .gp-component-id-dO3wIvejAX { flex-direction: column;display: flex;margin-bottom: 12px;letter-spacing: 0.05em;text-align: center;color: rgb(255, 255, 255);font-weight: 300;font-size: 16px;font-family: Raleway, sans-serif;margin-left: 0px;margin-right: 0px;margin-top: 0px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-dO3wIvejAX { flex-direction: column;display: flex;margin-bottom: 12px;letter-spacing: 0.05em;text-align: center;color: rgb(255, 255, 255);font-weight: 300;font-size: 16px;font-family: Raleway, sans-serif;margin-left: 0px;margin-right: 0px;margin-top: 0px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-dO3wIvejAX { flex-direction: column;display: flex;margin-bottom: 0px;letter-spacing: 0.05em;text-align: left;color: rgb(255, 255, 255);font-weight: 300;font-size: 16px;font-family: Raleway, sans-serif;margin-left: 0px;margin-right: 0px;margin-top: 0px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-dO3wIvejAX { flex-direction: column;display: flex;margin-bottom: 0px;letter-spacing: 0.05em;text-align: left;color: rgb(255, 255, 255);font-weight: 300;font-size: 16px;font-family: Raleway, sans-serif;margin-left: 0px;margin-right: 0px;margin-top: 0px; } } @media (min-width: 1200px) { .gp-component-id-dO3wIvejAX { flex-direction: column;display: flex;margin-bottom: 0px;letter-spacing: 0.05em;text-align: left;color: rgb(255, 255, 255);font-weight: 300;font-size: 16px;font-family: Raleway, sans-serif;margin-left: 0px;margin-right: 0px;margin-top: 0px; } } @media (max-width: 639px) { .gp-component-id-Jra4eYjHTP { display: flex;align-items: center;flex-direction: column;height: 100%;width: 100%;margin-bottom: 24px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-Jra4eYjHTP { display: flex;align-items: center;flex-direction: column;height: 100%;width: 100%;margin-bottom: 0px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-Jra4eYjHTP { display: flex;align-items: flex-start;flex-direction: column;height: 100%;width: 100%;margin-bottom: 24px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-Jra4eYjHTP { display: flex;align-items: flex-start;flex-direction: column;height: 100%;width: 100%;margin-bottom: 24px; } } @media (min-width: 1200px) { .gp-component-id-Jra4eYjHTP { display: flex;align-items: flex-start;flex-direction: column;height: 100%;width: 100%;margin-bottom: 24px; } } .gp-component-id-WIvxt8AWcMf { width: 100%;padding-left: 16px;padding-right: 16px; } @media (max-width: 639px) { .gp-component-id-WIvxt8AWcMf { width: 100%;padding-left: 16px;padding-right: 16px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-WIvxt8AWcMf { width: 100%;padding-left: 16px;padding-right: 16px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-WIvxt8AWcMf { width: 50%;padding-left: 16px;padding-right: 16px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-WIvxt8AWcMf { width: 50%;padding-left: 16px;padding-right: 16px; } } @media (min-width: 1200px) { .gp-component-id-WIvxt8AWcMf { width: 50%;padding-left: 16px;padding-right: 16px; } } .gp-component-id-MEiJsGGLVwt { flex-wrap: wrap;margin-right: -16px;margin-left: -16px; } @media (max-width: 639px) { .gp-component-id-MEiJsGGLVwt { flex-wrap: wrap;margin-right: -16px;margin-left: -16px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-MEiJsGGLVwt { flex-wrap: wrap;margin-right: -16px;margin-left: -16px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-MEiJsGGLVwt { flex-wrap: wrap;margin-right: -16px;margin-left: -16px;display: flex; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-MEiJsGGLVwt { flex-wrap: wrap;margin-right: -16px;margin-left: -16px;display: flex; } } @media (min-width: 1200px) { .gp-component-id-MEiJsGGLVwt { flex-wrap: wrap;margin-right: -16px;margin-left: -16px;display: flex; } } .gp-component-id-6JAhR5GfV1 { width: 100%;padding-left: 16px;padding-right: 16px; } @media (max-width: 639px) { .gp-component-id-6JAhR5GfV1 { width: 100%;padding-left: 16px;padding-right: 16px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-6JAhR5GfV1 { width: 100%;padding-left: 16px;padding-right: 16px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-6JAhR5GfV1 { width: 100%;padding-left: 16px;padding-right: 16px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-6JAhR5GfV1 { width: 100%;padding-left: 16px;padding-right: 16px; } } @media (min-width: 1200px) { .gp-component-id-6JAhR5GfV1 { width: 100%;padding-left: 16px;padding-right: 16px; } } .gp-component-id-i2IoN0N0Ql { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px;overflow-wrap: break-word; } @media (max-width: 639px) { .gp-component-id-i2IoN0N0Ql { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px;overflow-wrap: break-word;font-family: Raleway, sans-serif !important;font-weight: 300 !important;font-size: 12px !important;line-height: 1.5;letter-spacing: 0.05em;text-align: center;color: rgb(255, 255, 255); } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-i2IoN0N0Ql { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px;overflow-wrap: break-word;font-family: Raleway, sans-serif !important;font-weight: 300 !important;font-size: 12px !important;line-height: 1.5;letter-spacing: 0.05em;text-align: center;color: rgb(255, 255, 255); } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-i2IoN0N0Ql { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px;overflow-wrap: break-word;font-family: Raleway, sans-serif !important;font-weight: 300 !important;font-size: 12px !important;line-height: 1.5;letter-spacing: 0.05em;text-align: right;color: rgb(255, 255, 255); } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-i2IoN0N0Ql { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px;overflow-wrap: break-word;font-family: Raleway, sans-serif !important;font-weight: 300 !important;font-size: 12px !important;line-height: 1.5;letter-spacing: 0.05em;text-align: right;color: rgb(255, 255, 255); } } @media (min-width: 1200px) { .gp-component-id-i2IoN0N0Ql { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px;overflow-wrap: break-word;font-family: Raleway, sans-serif !important;font-weight: 300 !important;font-size: 12px !important;line-height: 1.5;letter-spacing: 0.05em;text-align: right;color: rgb(255, 255, 255); } } .gp-component-id-uSxGt4CNv7 { flex-direction: column;display: flex;line-height: 1.5;letter-spacing: 0.05em;text-align: center;color: rgb(255, 255, 255);font-weight: 300;font-size: 16px;font-family: Raleway, sans-serif;margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } @media (max-width: 639px) { .gp-component-id-uSxGt4CNv7 { flex-direction: column;display: flex;line-height: 1.5;letter-spacing: 0.05em;text-align: center;color: rgb(255, 255, 255);font-weight: 300;font-size: 16px;font-family: Raleway, sans-serif;margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-uSxGt4CNv7 { flex-direction: column;display: flex;line-height: 1.5;letter-spacing: 0.05em;text-align: center;color: rgb(255, 255, 255);font-weight: 300;font-size: 16px;font-family: Raleway, sans-serif;margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-uSxGt4CNv7 { flex-direction: column;display: flex;line-height: 1.5;letter-spacing: 0.05em;text-align: right;color: rgb(255, 255, 255);font-weight: 300;font-size: 16px;font-family: Raleway, sans-serif;margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-uSxGt4CNv7 { flex-direction: column;display: flex;line-height: 1.5;letter-spacing: 0.05em;text-align: right;color: rgb(255, 255, 255);font-weight: 300;font-size: 16px;font-family: Raleway, sans-serif;margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } } @media (min-width: 1200px) { .gp-component-id-uSxGt4CNv7 { flex-direction: column;display: flex;line-height: 1.5;letter-spacing: 0.05em;text-align: right;color: rgb(255, 255, 255);font-weight: 300;font-size: 16px;font-family: Raleway, sans-serif;margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } } .gp-component-id-KDbQGgY7yK { display: flex;align-items: center;flex-direction: column;height: 100%;width: 100%;margin-bottom: 24px; } @media (max-width: 639px) { .gp-component-id-KDbQGgY7yK { display: flex;align-items: center;flex-direction: column;height: 100%;width: 100%;margin-bottom: 24px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-KDbQGgY7yK { display: flex;align-items: center;flex-direction: column;height: 100%;width: 100%;margin-bottom: 24px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-KDbQGgY7yK { display: flex;align-items: flex-end;flex-direction: column;height: 100%;width: 100%;margin-bottom: 24px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-KDbQGgY7yK { display: flex;align-items: flex-end;flex-direction: column;height: 100%;width: 100%;margin-bottom: 24px; } } @media (min-width: 1200px) { .gp-component-id-KDbQGgY7yK { display: flex;align-items: flex-end;flex-direction: column;height: 100%;width: 100%;margin-bottom: 24px; } } .gp-component-id-8bV8QJWZxS2 { width: 100%;padding-left: 16px;padding-right: 16px; } @media (max-width: 639px) { .gp-component-id-8bV8QJWZxS2 { width: 100%;padding-left: 16px;padding-right: 16px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-8bV8QJWZxS2 { width: 100%;padding-left: 16px;padding-right: 16px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-8bV8QJWZxS2 { width: 50%;padding-left: 16px;padding-right: 16px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-8bV8QJWZxS2 { width: 50%;padding-left: 16px;padding-right: 16px; } } @media (min-width: 1200px) { .gp-component-id-8bV8QJWZxS2 { width: 50%;padding-left: 16px;padding-right: 16px; } } .gp-component-id-oUJqiUz1Tn { border-left-style: solid;border-bottom-style: solid;border-right-style: solid;border-top-style: solid;height: auto;max-width: 100%;display: inline-flex;align-items: flex-start;justify-content: flex-start;object-fit: cover;object-position: center center; } @media (max-width: 639px) { .gp-component-id-oUJqiUz1Tn { border-left-style: solid;border-bottom-style: solid;border-right-style: solid;border-top-style: solid;height: auto;max-width: 100%;display: inline-flex;align-items: flex-start;justify-content: flex-start;object-fit: cover;object-position: center center;width: 45%; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-oUJqiUz1Tn { border-left-style: solid;border-bottom-style: solid;border-right-style: solid;border-top-style: solid;height: auto;max-width: 100%;display: inline-flex;align-items: flex-start;justify-content: flex-start;object-fit: cover;object-position: center center;width: 45%; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-oUJqiUz1Tn { border-left-style: solid;border-bottom-style: solid;border-right-style: solid;border-top-style: solid;height: auto;max-width: 100%;display: inline-flex;align-items: flex-start;justify-content: flex-start;object-fit: cover;object-position: center center;width: 45%; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-oUJqiUz1Tn { border-left-style: solid;border-bottom-style: solid;border-right-style: solid;border-top-style: solid;height: auto;max-width: 100%;display: inline-flex;align-items: flex-start;justify-content: flex-start;object-fit: cover;object-position: center center;width: 45%; } } @media (min-width: 1200px) { .gp-component-id-oUJqiUz1Tn { border-left-style: solid;border-bottom-style: solid;border-right-style: solid;border-top-style: solid;height: auto;max-width: 100%;display: inline-flex;align-items: flex-start;justify-content: flex-start;object-fit: cover;object-position: center center;width: 45%; } } @media (max-width: 639px) { .gp-component-id-pAod1XJbZ5 { display: flex;align-items: center;justify-content: center;flex-direction: column;height: 100%;width: 100%;margin-bottom: 0px;margin-left: 0px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-pAod1XJbZ5 { display: flex;align-items: center;justify-content: center;flex-direction: column;height: 100%;width: 100%;margin-bottom: 0px;margin-left: 0px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-pAod1XJbZ5 { display: flex;align-items: flex-start;justify-content: center;flex-direction: column;height: 100%;width: 100%;margin-bottom: 0px;margin-left: 0px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-pAod1XJbZ5 { display: flex;align-items: flex-start;justify-content: center;flex-direction: column;height: 100%;width: 100%;margin-bottom: 0px;margin-left: -12px; } } @media (min-width: 1200px) { .gp-component-id-pAod1XJbZ5 { display: flex;align-items: flex-start;justify-content: center;flex-direction: column;height: 100%;width: 100%;margin-bottom: 0px;margin-left: -12px; } } .gp-component-id-mXacs0KAGHv { width: 100%;padding-left: 16px;padding-right: 16px; } @media (max-width: 639px) { .gp-component-id-mXacs0KAGHv { width: 100%;padding-left: 16px;padding-right: 16px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-mXacs0KAGHv { width: 100%;padding-left: 16px;padding-right: 16px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-mXacs0KAGHv { width: 50%;padding-left: 16px;padding-right: 16px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-mXacs0KAGHv { width: 50%;padding-left: 16px;padding-right: 16px; } } @media (min-width: 1200px) { .gp-component-id-mXacs0KAGHv { width: 50%;padding-left: 16px;padding-right: 16px; } } .gp-component-id-ZE9lHNdybHG { flex-wrap: wrap;margin-bottom: 24px;margin-right: -16px;margin-left: -16px; } @media (max-width: 639px) { .gp-component-id-ZE9lHNdybHG { flex-wrap: wrap;margin-bottom: 24px;margin-right: -16px;margin-left: -16px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-ZE9lHNdybHG { flex-wrap: wrap;margin-bottom: 24px;margin-right: -16px;margin-left: -16px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-ZE9lHNdybHG { flex-wrap: wrap;margin-bottom: 24px;margin-right: -16px;margin-left: -16px;display: flex; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-ZE9lHNdybHG { flex-wrap: wrap;margin-bottom: 24px;margin-right: -16px;margin-left: -16px;display: flex; } } @media (min-width: 1200px) { .gp-component-id-ZE9lHNdybHG { flex-wrap: wrap;margin-bottom: 24px;margin-right: -16px;margin-left: -16px;display: flex; } } .gp-component-id-1ExrvQjJ7h { width: 100%;padding-left: 16px;padding-right: 16px; } @media (max-width: 639px) { .gp-component-id-1ExrvQjJ7h { width: 100%;padding-left: 16px;padding-right: 16px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-1ExrvQjJ7h { width: 100%;padding-left: 16px;padding-right: 16px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-1ExrvQjJ7h { width: 100%;padding-left: 16px;padding-right: 16px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-1ExrvQjJ7h { width: 100%;padding-left: 16px;padding-right: 16px; } } @media (min-width: 1200px) { .gp-component-id-1ExrvQjJ7h { width: 100%;padding-left: 16px;padding-right: 16px; } } .gp-component-id-VPn2ByTU42 { z-index: 15;position: relative; } @media (max-width: 639px) { .gp-component-id-VPn2ByTU42 { z-index: 15;position: relative;width: 100%;padding-bottom: 0px;padding-top: 30px;margin-right: auto;margin-left: auto; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-VPn2ByTU42 { z-index: 15;position: relative;max-width: 640px;width: 100%;padding-bottom: 0px;padding-top: 30px;margin-right: auto;margin-left: auto; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-VPn2ByTU42 { z-index: 15;position: relative;max-width: 768px;width: 100%;padding-bottom: 30px;padding-top: 30px;margin-right: auto;margin-left: auto; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-VPn2ByTU42 { z-index: 15;position: relative;max-width: 992px;width: 100%;padding-bottom: 30px;padding-top: 30px;margin-right: auto;margin-left: auto; } } @media (min-width: 1200px) { .gp-component-id-VPn2ByTU42 { z-index: 15;position: relative;max-width: 1200px;width: 100%;padding-bottom: 30px;padding-top: 30px;margin-right: auto;margin-left: auto; } } .gp-component-id-GPQN6QHVb.gp-component > [data-section-overlay] { background-color: rgb(15, 0, 27);position: absolute;bottom: 0px;top: 0px;left: 0px;right: 0px;z-index: 14; } @media (max-width: 639px) { .gp-component-id-GPQN6QHVb.gp-component > [data-section-overlay] { background-color: rgb(0, 16, 31);position: absolute;bottom: 0px;top: 0px;left: 0px;right: 0px;z-index: 14; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-GPQN6QHVb.gp-component > [data-section-overlay] { background-color: rgb(0, 16, 31);position: absolute;bottom: 0px;top: 0px;left: 0px;right: 0px;z-index: 14; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-GPQN6QHVb.gp-component > [data-section-overlay] { background-color: rgb(0, 16, 31);position: absolute;bottom: 0px;top: 0px;left: 0px;right: 0px;z-index: 14; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-GPQN6QHVb.gp-component > [data-section-overlay] { background-color: rgb(0, 16, 31);position: absolute;bottom: 0px;top: 0px;left: 0px;right: 0px;z-index: 14; } } @media (min-width: 1200px) { .gp-component-id-GPQN6QHVb.gp-component > [data-section-overlay] { background-color: rgb(0, 16, 31);position: absolute;bottom: 0px;top: 0px;left: 0px;right: 0px;z-index: 14; } } .gp-component-id-z00LLgNuKYR { text-decoration-color: initial;text-decoration-style: initial;text-decoration-thickness: inherit;text-decoration-line: none;cursor: pointer;background-color: transparent;color: inherit;z-index: 15;position: relative; } @media (max-width: 639px) { .gp-component-id-z00LLgNuKYR { text-decoration-color: initial;text-decoration-style: initial;text-decoration-thickness: inherit;text-decoration-line: none;cursor: pointer;background-color: transparent;color: inherit;z-index: 15;position: relative; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-z00LLgNuKYR { text-decoration-color: initial;text-decoration-style: initial;text-decoration-thickness: inherit;text-decoration-line: none;cursor: pointer;background-color: transparent;color: inherit;z-index: 15;position: relative; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-z00LLgNuKYR { text-decoration-color: initial;text-decoration-style: initial;text-decoration-thickness: inherit;text-decoration-line: none;cursor: pointer;background-color: transparent;color: inherit;z-index: 15;position: relative; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-z00LLgNuKYR { text-decoration-color: initial;text-decoration-style: initial;text-decoration-thickness: inherit;text-decoration-line: none;cursor: pointer;background-color: transparent;color: inherit;z-index: 15;position: relative; } } @media (min-width: 1200px) { .gp-component-id-z00LLgNuKYR { text-decoration-color: initial;text-decoration-style: initial;text-decoration-thickness: inherit;text-decoration-line: none;cursor: pointer;background-color: transparent;color: inherit;z-index: 15;position: relative; } } .gp-component-id-GPQN6QHVb { min-height: 50px;position: relative;z-index: auto; } @media (max-width: 639px) { .gp-component-id-GPQN6QHVb { min-height: 50px;position: relative;z-index: auto;margin-top: 0px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-GPQN6QHVb { min-height: 50px;position: relative;z-index: auto;margin-top: 0px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-GPQN6QHVb { min-height: 50px;position: relative;z-index: auto;margin-top: 0px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-GPQN6QHVb { min-height: 50px;position: relative;z-index: auto;margin-top: 0px; } } @media (min-width: 1200px) { .gp-component-id-GPQN6QHVb { min-height: 50px;position: relative;z-index: auto;margin-top: 0px; } } .gp-component-id-eGQoAa7cWb { text-align: inherit; } @media (max-width: 639px) { .gp-component-id-eGQoAa7cWb { text-align: inherit; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-eGQoAa7cWb { text-align: inherit; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-eGQoAa7cWb { text-align: inherit; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-eGQoAa7cWb { text-align: inherit; } } @media (min-width: 1200px) { .gp-component-id-eGQoAa7cWb { text-align: inherit; } } .gp-component-id-IjbePVIhYa { text-decoration-color: initial;text-decoration-style: solid;text-decoration-thickness: inherit;text-decoration-line: none;align-items: center;cursor: pointer;background-color: transparent;color: inherit; } @media (max-width: 639px) { .gp-component-id-IjbePVIhYa { text-decoration-color: initial;text-decoration-style: solid;text-decoration-thickness: inherit;text-decoration-line: none;align-items: center;cursor: pointer;background-color: rgb(57, 75, 86);color: rgb(255, 255, 255);font-weight: 600 !important;font-size: 18px !important;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;display: inline-flex;width: 100%;padding-bottom: 20px;padding-top: 20px;padding-right: 0px;padding-left: 0px;margin-bottom: 20px;margin-top: 0px;margin-right: 0px;margin-left: 0px;box-shadow: rgba(0, 0, 0, 0.21) 0px 2px 10px 3px;background-attachment: initial;background-repeat: initial;background-size: initial;border-bottom-right-radius: 14px;border-bottom-left-radius: 14px;border-top-right-radius: 14px;border-top-left-radius: 14px;line-height: 1.15;text-align: center; } .gp-component-id-IjbePVIhYa:focus,.gp-component-id-IjbePVIhYa.gp-focus { outline-color: initial;outline-style: initial;outline-width: 0px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-IjbePVIhYa { text-decoration-color: initial;text-decoration-style: solid;text-decoration-thickness: inherit;text-decoration-line: none;align-items: center;cursor: pointer;background-color: rgb(57, 75, 86);color: rgb(255, 255, 255);font-weight: 600 !important;font-size: 18px !important;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;display: inline-flex;width: 100%;padding-bottom: 20px;padding-top: 20px;padding-right: 0px;padding-left: 0px;margin-bottom: 20px;margin-top: 0px;margin-right: 0px;margin-left: 0px;box-shadow: rgba(0, 0, 0, 0.21) 0px 2px 10px 3px;background-attachment: initial;background-repeat: initial;background-size: initial;border-bottom-right-radius: 14px;border-bottom-left-radius: 14px;border-top-right-radius: 14px;border-top-left-radius: 14px;line-height: 1.15;text-align: center; } .gp-component-id-IjbePVIhYa:focus,.gp-component-id-IjbePVIhYa.gp-focus { outline-color: initial;outline-style: initial;outline-width: 0px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-IjbePVIhYa { text-decoration-color: initial;text-decoration-style: solid;text-decoration-thickness: inherit;text-decoration-line: none;align-items: center;cursor: pointer;background-color: rgb(57, 75, 86);color: rgb(255, 255, 255);font-weight: 600 !important;font-size: 18px !important;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;display: inline-flex;width: 100%;padding-bottom: 20px;padding-top: 20px;padding-right: 0px;padding-left: 0px;margin-bottom: 20px;margin-top: 0px;margin-right: 20px;margin-left: 0px;box-shadow: rgba(0, 0, 0, 0.21) 0px 2px 10px 3px;background-attachment: initial;background-repeat: initial;background-size: initial;border-bottom-right-radius: 14px;border-bottom-left-radius: 14px;border-top-right-radius: 14px;border-top-left-radius: 14px;line-height: 1.15;text-align: center; } .gp-component-id-IjbePVIhYa:focus,.gp-component-id-IjbePVIhYa.gp-focus { outline-color: initial;outline-style: initial;outline-width: 0px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-IjbePVIhYa { text-decoration-color: initial;text-decoration-style: solid;text-decoration-thickness: inherit;text-decoration-line: none;align-items: center;cursor: pointer;background-color: rgb(57, 75, 86);color: rgb(255, 255, 255);font-weight: 600 !important;font-size: 18px !important;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;display: inline-flex;width: 100%;padding-bottom: 20px;padding-top: 20px;padding-right: 0px;padding-left: 0px;margin-bottom: 20px;margin-top: 0px;margin-right: 20px;margin-left: 0px;box-shadow: rgba(0, 0, 0, 0.21) 0px 2px 10px 3px;background-attachment: initial;background-repeat: initial;background-size: initial;border-bottom-right-radius: 14px;border-bottom-left-radius: 14px;border-top-right-radius: 14px;border-top-left-radius: 14px;line-height: 1.15;text-align: center; } .gp-component-id-IjbePVIhYa:focus,.gp-component-id-IjbePVIhYa.gp-focus { outline-color: initial;outline-style: initial;outline-width: 0px; } } @media (min-width: 1200px) { .gp-component-id-IjbePVIhYa { text-decoration-color: initial;text-decoration-style: solid;text-decoration-thickness: inherit;text-decoration-line: none;align-items: center;cursor: pointer;background-color: rgb(57, 75, 86);color: rgb(255, 255, 255);font-weight: 600 !important;font-size: 18px !important;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;display: inline-flex;width: 100%;padding-bottom: 20px;padding-top: 20px;padding-right: 0px;padding-left: 0px;margin-bottom: 20px;margin-top: 0px;margin-right: 20px;margin-left: 0px;box-shadow: rgba(0, 0, 0, 0.21) 0px 2px 10px 3px;background-attachment: initial;background-repeat: initial;background-size: initial;border-bottom-right-radius: 14px;border-bottom-left-radius: 14px;border-top-right-radius: 14px;border-top-left-radius: 14px;line-height: 1.15;text-align: center; } .gp-component-id-IjbePVIhYa:focus,.gp-component-id-IjbePVIhYa.gp-focus { outline-color: initial;outline-style: initial;outline-width: 0px; } } .gp-component-id-pbOGlep_IY { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px;overflow-wrap: break-word; } @media (max-width: 639px) { .gp-component-id-pbOGlep_IY { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px;overflow-wrap: break-word;font-weight: 600 !important;font-size: 16px !important;padding-right: 0px;padding-left: 0px;text-align: center;color: rgb(57, 196, 137); } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-pbOGlep_IY { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px;overflow-wrap: break-word;font-weight: 600 !important;font-size: 16px !important;padding-right: 0px;padding-left: 0px;text-align: right;color: rgb(57, 196, 137); } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-pbOGlep_IY { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px;overflow-wrap: break-word;font-weight: 600 !important;font-size: 16px !important;padding-right: 10px;padding-left: 0px;text-align: right;color: rgb(57, 196, 137); } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-pbOGlep_IY { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px;overflow-wrap: break-word;font-weight: 600 !important;font-size: 16px !important;padding-right: 10px;padding-left: 0px;text-align: right;color: rgb(57, 196, 137); } } @media (min-width: 1200px) { .gp-component-id-pbOGlep_IY { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px;overflow-wrap: break-word;font-weight: 600 !important;font-size: 16px !important;padding-right: 10px;padding-left: 0px;text-align: right;color: rgb(57, 196, 137); } } .gp-component-id-19X8IA8JOK { flex-direction: column;display: flex; } @media (max-width: 639px) { .gp-component-id-19X8IA8JOK { flex-direction: column;display: flex; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-19X8IA8JOK { flex-direction: column;display: flex; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-19X8IA8JOK { flex-direction: column;display: flex; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-19X8IA8JOK { flex-direction: column;display: flex; } } @media (min-width: 1200px) { .gp-component-id-19X8IA8JOK { flex-direction: column;display: flex; } } @media (max-width: 639px) { .gp-component-id-0GhjsKp9VR { display: flex;justify-content: center;height: 100%;width: 100%; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-0GhjsKp9VR { display: flex;align-items: center;flex-direction: column;height: 100%;width: 100%; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-0GhjsKp9VR { height: 100%;width: 100%; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-0GhjsKp9VR { height: 100%;width: 100%; } } @media (min-width: 1200px) { .gp-component-id-0GhjsKp9VR { height: 100%;width: 100%; } } .gp-component-id-eoslBMgBhO { flex-basis: auto;flex-shrink: 0;flex-grow: 0;padding-right: 8px;width: 100%;padding-left: 8px; } @media (max-width: 639px) { .gp-component-id-eoslBMgBhO { 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-eoslBMgBhO { 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-eoslBMgBhO { flex-basis: auto;flex-shrink: 0;flex-grow: 0;padding-right: 8px;width: 50%;padding-left: 8px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-eoslBMgBhO { flex-basis: auto;flex-shrink: 0;flex-grow: 0;padding-right: 8px;width: 50%;padding-left: 8px; } } @media (min-width: 1200px) { .gp-component-id-eoslBMgBhO { flex-basis: auto;flex-shrink: 0;flex-grow: 0;padding-right: 8px;width: 50%;padding-left: 8px; } } .gp-component-id-UHGICSy8pW { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px;overflow-wrap: break-word; } @media (max-width: 639px) { .gp-component-id-UHGICSy8pW { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px;overflow-wrap: break-word;font-weight: 600 !important;font-size: 16px !important;padding-right: 0px;padding-left: 0px;text-align: center;color: rgb(0, 0, 0); } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-UHGICSy8pW { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px;overflow-wrap: break-word;font-weight: 600 !important;font-size: 16px !important;padding-right: 0px;padding-left: 0px;text-align: center;color: rgb(0, 0, 0); } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-UHGICSy8pW { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px;overflow-wrap: break-word;font-weight: 600 !important;font-size: 16px !important;padding-right: 0px;padding-left: 0px;text-align: center;color: rgb(0, 0, 0); } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-UHGICSy8pW { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px;overflow-wrap: break-word;font-weight: 600 !important;font-size: 16px !important;padding-right: 0px;padding-left: 0px;text-align: center;color: rgb(0, 0, 0); } } @media (min-width: 1200px) { .gp-component-id-UHGICSy8pW { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px;overflow-wrap: break-word;font-weight: 600 !important;font-size: 16px !important;padding-right: 0px;padding-left: 0px;text-align: center;color: rgb(0, 0, 0); } } .gp-component-id-ctOMoj9qKi { flex-direction: column;display: flex; } @media (max-width: 639px) { .gp-component-id-ctOMoj9qKi { flex-direction: column;display: flex; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-ctOMoj9qKi { flex-direction: column;display: flex; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-ctOMoj9qKi { flex-direction: column;display: flex; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-ctOMoj9qKi { flex-direction: column;display: flex; } } @media (min-width: 1200px) { .gp-component-id-ctOMoj9qKi { flex-direction: column;display: flex; } } @media (max-width: 639px) { .gp-component-id-BjgNDqwQr1 { display: flex;justify-content: center;height: 100%;width: 100%;padding-left: 10px;text-align: left; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-BjgNDqwQr1 { display: flex;flex-direction: column;height: 100%;width: 100%;padding-left: 0px;text-align: left; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-BjgNDqwQr1 { display: flex;height: 100%;width: 100%;padding-left: 10px;text-align: left; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-BjgNDqwQr1 { display: flex;height: 100%;width: 100%;padding-left: 10px;text-align: left; } } @media (min-width: 1200px) { .gp-component-id-BjgNDqwQr1 { display: flex;height: 100%;width: 100%;padding-left: 10px;text-align: left; } } .gp-component-id-Pb3QIQsP4u { flex-basis: auto;flex-shrink: 0;flex-grow: 0;padding-right: 8px;width: 100%;padding-left: 8px; } @media (max-width: 639px) { .gp-component-id-Pb3QIQsP4u { 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-Pb3QIQsP4u { 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-Pb3QIQsP4u { flex-basis: auto;flex-shrink: 0;flex-grow: 0;padding-right: 8px;width: 50%;padding-left: 8px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-Pb3QIQsP4u { flex-basis: auto;flex-shrink: 0;flex-grow: 0;padding-right: 8px;width: 50%;padding-left: 8px; } } @media (min-width: 1200px) { .gp-component-id-Pb3QIQsP4u { flex-basis: auto;flex-shrink: 0;flex-grow: 0;padding-right: 8px;width: 50%;padding-left: 8px; } } .gp-component-id-zpE3p7Zpce { flex-wrap: wrap;margin-right: -8px;margin-left: -8px; } @media (max-width: 639px) { .gp-component-id-zpE3p7Zpce { flex-wrap: wrap;margin-right: -8px;margin-left: -8px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-zpE3p7Zpce { flex-wrap: wrap;margin-right: -8px;margin-left: -8px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-zpE3p7Zpce { flex-wrap: wrap;margin-right: -8px;margin-left: -8px;display: flex; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-zpE3p7Zpce { flex-wrap: wrap;margin-right: -8px;margin-left: -8px;display: flex; } } @media (min-width: 1200px) { .gp-component-id-zpE3p7Zpce { flex-wrap: wrap;margin-right: -8px;margin-left: -8px;display: flex; } } @media (max-width: 639px) { .gp-component-id-fJP9x7zkK { width: 100%;padding-bottom: 20px;padding-top: 20px;padding-right: 8px;padding-left: 8px;margin-bottom: 20px;margin-left: 10px;border-bottom-width: 1px;border-top-width: 1px;border-right-width: 1px;border-left-width: 1px;border-bottom-right-radius: 14px;border-bottom-left-radius: 14px;border-top-right-radius: 14px;border-top-left-radius: 14px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-fJP9x7zkK { width: 100%;padding-bottom: 20px;padding-top: 20px;padding-right: 8px;padding-left: 8px;margin-bottom: 20px;border-bottom-width: 1px;border-top-width: 1px;border-right-width: 1px;border-left-width: 1px;border-bottom-right-radius: 14px;border-bottom-left-radius: 14px;border-top-right-radius: 14px;border-top-left-radius: 14px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-fJP9x7zkK { width: 100%;padding-bottom: 20px;padding-top: 20px;padding-right: 8px;padding-left: 8px;margin-bottom: 20px;border-bottom-width: 1px;border-top-width: 1px;border-right-width: 1px;border-left-width: 1px;border-bottom-right-radius: 14px;border-bottom-left-radius: 14px;border-top-right-radius: 14px;border-top-left-radius: 14px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-fJP9x7zkK { width: 100%;padding-bottom: 20px;padding-top: 20px;padding-right: 8px;padding-left: 8px;margin-bottom: 20px;border-bottom-width: 1px;border-top-width: 1px;border-right-width: 1px;border-left-width: 1px;border-bottom-right-radius: 14px;border-bottom-left-radius: 14px;border-top-right-radius: 14px;border-top-left-radius: 14px; } } @media (min-width: 1200px) { .gp-component-id-fJP9x7zkK { width: 100%;padding-bottom: 20px;padding-top: 20px;padding-right: 8px;padding-left: 8px;margin-bottom: 20px;border-bottom-width: 1px;border-top-width: 1px;border-right-width: 1px;border-left-width: 1px;border-bottom-right-radius: 14px;border-bottom-left-radius: 14px;border-top-right-radius: 14px;border-top-left-radius: 14px; } } .gp-component-id-MXkJWQFW7p { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px;overflow-wrap: break-word; } @media (max-width: 639px) { .gp-component-id-MXkJWQFW7p { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px;overflow-wrap: break-word;font-weight: 600 !important;font-size: 16px !important;padding-right: 0px;padding-left: 0px;text-align: center;color: rgb(57, 196, 137); } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-MXkJWQFW7p { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px;overflow-wrap: break-word;font-weight: 600 !important;font-size: 16px !important;padding-right: 0px;padding-left: 0px;text-align: center;color: rgb(57, 196, 137); } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-MXkJWQFW7p { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px;overflow-wrap: break-word;font-weight: 600 !important;font-size: 16px !important;padding-right: 10px;padding-left: 0px;text-align: right;color: rgb(57, 196, 137); } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-MXkJWQFW7p { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px;overflow-wrap: break-word;font-weight: 600 !important;font-size: 16px !important;padding-right: 10px;padding-left: 0px;text-align: right;color: rgb(57, 196, 137); } } @media (min-width: 1200px) { .gp-component-id-MXkJWQFW7p { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px;overflow-wrap: break-word;font-weight: 600 !important;font-size: 16px !important;padding-right: 10px;padding-left: 0px;text-align: right;color: rgb(57, 196, 137); } } .gp-component-id-87TQoBmlX { flex-direction: column;display: flex; } @media (max-width: 639px) { .gp-component-id-87TQoBmlX { flex-direction: column;display: flex; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-87TQoBmlX { flex-direction: column;display: flex; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-87TQoBmlX { flex-direction: column;display: flex; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-87TQoBmlX { flex-direction: column;display: flex; } } @media (min-width: 1200px) { .gp-component-id-87TQoBmlX { flex-direction: column;display: flex; } } @media (max-width: 639px) { .gp-component-id-neVNM5npXd { display: flex;justify-content: center;height: 100%;width: 100%; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-neVNM5npXd { display: flex;align-items: center;flex-direction: column;height: 100%;width: 100%; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-neVNM5npXd { height: 100%;width: 100%; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-neVNM5npXd { height: 100%;width: 100%; } } @media (min-width: 1200px) { .gp-component-id-neVNM5npXd { height: 100%;width: 100%; } } .gp-component-id-K1EbdQDlgT { padding-left: 8px;width: 100%;padding-right: 8px;flex-grow: 0;flex-shrink: 0;flex-basis: auto; } @media (max-width: 639px) { .gp-component-id-K1EbdQDlgT { padding-left: 8px;width: 100%;padding-right: 8px;flex-grow: 0;flex-shrink: 0;flex-basis: auto; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-K1EbdQDlgT { padding-left: 8px;width: 100%;padding-right: 8px;flex-grow: 0;flex-shrink: 0;flex-basis: auto; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-K1EbdQDlgT { padding-left: 8px;width: 50%;padding-right: 8px;flex-grow: 0;flex-shrink: 0;flex-basis: auto; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-K1EbdQDlgT { padding-left: 8px;width: 50%;padding-right: 8px;flex-grow: 0;flex-shrink: 0;flex-basis: auto; } } @media (min-width: 1200px) { .gp-component-id-K1EbdQDlgT { padding-left: 8px;width: 50%;padding-right: 8px;flex-grow: 0;flex-shrink: 0;flex-basis: auto; } } .gp-component-id-dc8mHxxRyo { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px;overflow-wrap: break-word; } @media (max-width: 639px) { .gp-component-id-dc8mHxxRyo { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px;overflow-wrap: break-word;font-weight: 600 !important;font-size: 16px !important;padding-right: 0px;padding-left: 0px;text-align: center;color: rgb(0, 0, 0); } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-dc8mHxxRyo { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px;overflow-wrap: break-word;font-weight: 600 !important;font-size: 16px !important;padding-right: 0px;padding-left: 0px;text-align: center;color: rgb(0, 0, 0); } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-dc8mHxxRyo { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px;overflow-wrap: break-word;font-weight: 600 !important;font-size: 16px !important;padding-right: 0px;padding-left: 0px;text-align: center;color: rgb(0, 0, 0); } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-dc8mHxxRyo { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px;overflow-wrap: break-word;font-weight: 600 !important;font-size: 16px !important;padding-right: 0px;padding-left: 0px;text-align: center;color: rgb(0, 0, 0); } } @media (min-width: 1200px) { .gp-component-id-dc8mHxxRyo { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px;overflow-wrap: break-word;font-weight: 600 !important;font-size: 16px !important;padding-right: 0px;padding-left: 0px;text-align: center;color: rgb(0, 0, 0); } } .gp-component-id-c3o0mjJAx { flex-direction: column;display: flex; } @media (max-width: 639px) { .gp-component-id-c3o0mjJAx { flex-direction: column;display: flex; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-c3o0mjJAx { flex-direction: column;display: flex; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-c3o0mjJAx { flex-direction: column;display: flex; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-c3o0mjJAx { flex-direction: column;display: flex; } } @media (min-width: 1200px) { .gp-component-id-c3o0mjJAx { flex-direction: column;display: flex; } } @media (max-width: 639px) { .gp-component-id-WD2oBmlGLo { display: flex;justify-content: center;height: 100%;width: 100%;padding-left: 0px;text-align: center; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-WD2oBmlGLo { display: flex;flex-direction: column;height: 100%;width: 100%;padding-left: 0px;text-align: center; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-WD2oBmlGLo { display: flex;height: 100%;width: 100%;padding-left: 10px;text-align: left; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-WD2oBmlGLo { display: flex;height: 100%;width: 100%;padding-left: 10px;text-align: left; } } @media (min-width: 1200px) { .gp-component-id-WD2oBmlGLo { display: flex;height: 100%;width: 100%;padding-left: 10px;text-align: left; } } .gp-component-id-HWwAUOAfvf { padding-left: 8px;width: 100%;padding-right: 8px;flex-grow: 0;flex-shrink: 0;flex-basis: auto; } @media (max-width: 639px) { .gp-component-id-HWwAUOAfvf { padding-left: 8px;width: 100%;padding-right: 8px;flex-grow: 0;flex-shrink: 0;flex-basis: auto; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-HWwAUOAfvf { padding-left: 8px;width: 100%;padding-right: 8px;flex-grow: 0;flex-shrink: 0;flex-basis: auto; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-HWwAUOAfvf { padding-left: 8px;width: 50%;padding-right: 8px;flex-grow: 0;flex-shrink: 0;flex-basis: auto; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-HWwAUOAfvf { padding-left: 8px;width: 50%;padding-right: 8px;flex-grow: 0;flex-shrink: 0;flex-basis: auto; } } @media (min-width: 1200px) { .gp-component-id-HWwAUOAfvf { padding-left: 8px;width: 50%;padding-right: 8px;flex-grow: 0;flex-shrink: 0;flex-basis: auto; } } .gp-component-id-J1XsstpwF { margin-left: -8px;margin-right: -8px;flex-wrap: wrap; } @media (max-width: 639px) { .gp-component-id-J1XsstpwF { margin-left: -8px;margin-right: -8px;flex-wrap: wrap; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-J1XsstpwF { margin-left: -8px;margin-right: -8px;flex-wrap: wrap; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-J1XsstpwF { margin-left: -8px;margin-right: -8px;flex-wrap: wrap;display: flex; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-J1XsstpwF { margin-left: -8px;margin-right: -8px;flex-wrap: wrap;display: flex; } } @media (min-width: 1200px) { .gp-component-id-J1XsstpwF { margin-left: -8px;margin-right: -8px;flex-wrap: wrap;display: flex; } } @media (max-width: 639px) { .gp-component-id-jNfRl7c57 { width: 100%;padding-bottom: 20px;padding-top: 20px;padding-right: 8px;padding-left: 8px;margin-bottom: 20px;border-bottom-width: 1px;border-top-width: 1px;border-right-width: 1px;border-left-width: 1px;border-bottom-right-radius: 14px;border-bottom-left-radius: 14px;border-top-right-radius: 14px;border-top-left-radius: 14px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-jNfRl7c57 { width: 100%;padding-bottom: 20px;padding-top: 20px;padding-right: 8px;padding-left: 8px;margin-bottom: 20px;border-bottom-width: 1px;border-top-width: 1px;border-right-width: 1px;border-left-width: 1px;border-bottom-right-radius: 14px;border-bottom-left-radius: 14px;border-top-right-radius: 14px;border-top-left-radius: 14px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-jNfRl7c57 { width: 100%;padding-bottom: 20px;padding-top: 20px;padding-right: 8px;padding-left: 8px;margin-bottom: 20px;border-bottom-width: 1px;border-top-width: 1px;border-right-width: 1px;border-left-width: 1px;border-bottom-right-radius: 14px;border-bottom-left-radius: 14px;border-top-right-radius: 14px;border-top-left-radius: 14px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-jNfRl7c57 { width: 100%;padding-bottom: 20px;padding-top: 20px;padding-right: 8px;padding-left: 8px;margin-bottom: 20px;border-bottom-width: 1px;border-top-width: 1px;border-right-width: 1px;border-left-width: 1px;border-bottom-right-radius: 14px;border-bottom-left-radius: 14px;border-top-right-radius: 14px;border-top-left-radius: 14px; } } @media (min-width: 1200px) { .gp-component-id-jNfRl7c57 { width: 100%;padding-bottom: 20px;padding-top: 20px;padding-right: 8px;padding-left: 8px;margin-bottom: 20px;border-bottom-width: 1px;border-top-width: 1px;border-right-width: 1px;border-left-width: 1px;border-bottom-right-radius: 14px;border-bottom-left-radius: 14px;border-top-right-radius: 14px;border-top-left-radius: 14px; } } @media (max-width: 639px) { .gp-component-id-gyhCp8ir47 { display: flex;align-items: center;justify-content: center;flex-direction: row;width: 100%; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-gyhCp8ir47 { display: flex;flex-direction: column;width: 100%; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-gyhCp8ir47 { width: 100%; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-gyhCp8ir47 { width: 100%; } } @media (min-width: 1200px) { .gp-component-id-gyhCp8ir47 { width: 100%; } } .gp-component-id-HrUwiJENbk { padding-left: 8px;width: 100%;padding-right: 8px; } @media (max-width: 639px) { .gp-component-id-HrUwiJENbk { padding-left: 8px;width: 100%;padding-right: 8px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-HrUwiJENbk { padding-left: 8px;width: 100%;padding-right: 8px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-HrUwiJENbk { padding-left: 8px;width: 100%;padding-right: 8px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-HrUwiJENbk { padding-left: 8px;width: 100%;padding-right: 8px; } } @media (min-width: 1200px) { .gp-component-id-HrUwiJENbk { padding-left: 8px;width: 100%;padding-right: 8px; } } .gp-component-id-AdBqR9EdI { margin-left: -8px;margin-right: -8px; } @media (max-width: 639px) { .gp-component-id-AdBqR9EdI { margin-left: -8px;margin-right: -8px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-AdBqR9EdI { margin-left: -8px;margin-right: -8px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-AdBqR9EdI { margin-left: -8px;margin-right: -8px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-AdBqR9EdI { margin-left: -8px;margin-right: -8px; } } @media (min-width: 1200px) { .gp-component-id-AdBqR9EdI { margin-left: -8px;margin-right: -8px; } } .gp-component-id-vfDvCWWQs { padding-left: 8px;width: 100%;padding-right: 8px; } @media (max-width: 639px) { .gp-component-id-vfDvCWWQs { padding-left: 8px;width: 100%;padding-right: 8px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-vfDvCWWQs { padding-left: 8px;width: 100%;padding-right: 8px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-vfDvCWWQs { padding-left: 8px;width: 100%;padding-right: 8px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-vfDvCWWQs { padding-left: 8px;width: 100%;padding-right: 8px; } } @media (min-width: 1200px) { .gp-component-id-vfDvCWWQs { padding-left: 8px;width: 100%;padding-right: 8px; } } .gp-component-id-RVnb7xD5T1 { flex-direction: column;display: flex; } @media (max-width: 639px) { .gp-component-id-RVnb7xD5T1 { flex-direction: column;display: flex; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-RVnb7xD5T1 { flex-direction: column;display: flex; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-RVnb7xD5T1 { flex-direction: column;display: flex; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-RVnb7xD5T1 { flex-direction: column;display: flex; } } @media (min-width: 1200px) { .gp-component-id-RVnb7xD5T1 { flex-direction: column;display: flex; } } .gp-component-id-QfZShnu0d { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px;overflow-wrap: break-word; } @media (max-width: 639px) { .gp-component-id-QfZShnu0d { margin-left: 0px;margin-bottom: 10px;margin-right: 0px;margin-top: 0px;overflow-wrap: break-word;font-weight: 600 !important;font-size: 24px !important;padding-right: 0px;padding-left: 0px;text-align: center;color: rgb(0, 0, 0); } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-QfZShnu0d { margin-left: 0px;margin-bottom: 10px;margin-right: 0px;margin-top: 0px;overflow-wrap: break-word;font-weight: 600 !important;font-size: 24px !important;padding-right: 0px;padding-left: 0px;text-align: center;color: rgb(0, 0, 0); } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-QfZShnu0d { margin-left: 0px;margin-bottom: 10px;margin-right: 0px;margin-top: 0px;overflow-wrap: break-word;font-weight: 600 !important;font-size: 24px !important;padding-right: 0px;padding-left: 0px;text-align: center;color: rgb(0, 0, 0); } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-QfZShnu0d { margin-left: 0px;margin-bottom: 10px;margin-right: 0px;margin-top: 0px;overflow-wrap: break-word;font-weight: 600 !important;font-size: 24px !important;padding-right: 0px;padding-left: 0px;text-align: center;color: rgb(0, 0, 0); } } @media (min-width: 1200px) { .gp-component-id-QfZShnu0d { margin-left: 0px;margin-bottom: 10px;margin-right: 0px;margin-top: 0px;overflow-wrap: break-word;font-weight: 600 !important;font-size: 24px !important;padding-right: 0px;padding-left: 0px;text-align: center;color: rgb(0, 0, 0); } } .gp-component-id-qP4sL2y8f { flex-direction: column;display: flex; } @media (max-width: 639px) { .gp-component-id-qP4sL2y8f { flex-direction: column;display: flex; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-qP4sL2y8f { flex-direction: column;display: flex; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-qP4sL2y8f { flex-direction: column;display: flex; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-qP4sL2y8f { flex-direction: column;display: flex; } } @media (min-width: 1200px) { .gp-component-id-qP4sL2y8f { flex-direction: column;display: flex; } } .gp-component-id-7npwp8DZv_ { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px;overflow-wrap: break-word;font-weight: inherit;font-size: inherit; } @media (max-width: 639px) { .gp-component-id-7npwp8DZv_ { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px;overflow-wrap: break-word;font-weight: 600 !important;font-size: 22px !important;line-height: inherit;text-align: center;color: rgb(242, 100, 25); } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-7npwp8DZv_ { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px;overflow-wrap: break-word;font-weight: 600 !important;font-size: 22px !important;line-height: inherit;text-align: center;color: rgb(242, 100, 25); } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-7npwp8DZv_ { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px;overflow-wrap: break-word;font-weight: 600 !important;font-size: 22px !important;line-height: inherit;text-align: left;color: rgb(242, 100, 25); } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-7npwp8DZv_ { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px;overflow-wrap: break-word;font-weight: 600 !important;font-size: 22px !important;line-height: inherit;text-align: left;color: rgb(242, 100, 25); } } @media (min-width: 1200px) { .gp-component-id-7npwp8DZv_ { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px;overflow-wrap: break-word;font-weight: 600 !important;font-size: 22px !important;line-height: inherit;text-align: left;color: rgb(242, 100, 25); } } .gp-component-id-JGkrkbK1mA { flex-direction: column;display: flex; } @media (max-width: 639px) { .gp-component-id-JGkrkbK1mA { flex-direction: column;display: flex; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-JGkrkbK1mA { flex-direction: column;display: flex; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-JGkrkbK1mA { flex-direction: column;display: flex; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-JGkrkbK1mA { flex-direction: column;display: flex; } } @media (min-width: 1200px) { .gp-component-id-JGkrkbK1mA { flex-direction: column;display: flex; } } @media (max-width: 639px) { .gp-component-id-6Pxe241aBS { font-size: 1px !important;width: 100%;padding-bottom: 10px;padding-top: 10px;padding-right: 13px;padding-left: 13px;background-color: rgba(242, 100, 25, 0.2);border-bottom-right-radius: 100px;border-bottom-left-radius: 100px;border-top-right-radius: 100px;border-top-left-radius: 100px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-6Pxe241aBS { font-size: 1px !important;width: 100%;padding-bottom: 10px;padding-top: 10px;padding-right: 13px;padding-left: 13px;background-color: rgba(242, 100, 25, 0.2);border-bottom-right-radius: 100px;border-bottom-left-radius: 100px;border-top-right-radius: 100px;border-top-left-radius: 100px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-6Pxe241aBS { font-size: 1px !important;width: 100%;padding-bottom: 10px;padding-top: 10px;padding-right: 13px;padding-left: 13px;background-color: rgba(242, 100, 25, 0.2);border-bottom-right-radius: 100px;border-bottom-left-radius: 100px;border-top-right-radius: 100px;border-top-left-radius: 100px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-6Pxe241aBS { font-size: 1px !important;width: 100%;padding-bottom: 10px;padding-top: 10px;padding-right: 13px;padding-left: 13px;background-color: rgba(242, 100, 25, 0.2);border-bottom-right-radius: 100px;border-bottom-left-radius: 100px;border-top-right-radius: 100px;border-top-left-radius: 100px; } } @media (min-width: 1200px) { .gp-component-id-6Pxe241aBS { font-size: 1px !important;width: 100%;padding-bottom: 10px;padding-top: 10px;padding-right: 13px;padding-left: 13px;background-color: rgba(242, 100, 25, 0.2);border-bottom-right-radius: 100px;border-bottom-left-radius: 100px;border-top-right-radius: 100px;border-top-left-radius: 100px; } } .gp-component-id-e7mn8SvaRb { padding-left: 8px;width: 100%;padding-right: 8px; } @media (max-width: 639px) { .gp-component-id-e7mn8SvaRb { padding-left: 8px;width: 100%;padding-right: 8px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-e7mn8SvaRb { padding-left: 8px;width: 100%;padding-right: 8px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-e7mn8SvaRb { padding-left: 8px;width: 100%;padding-right: 8px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-e7mn8SvaRb { padding-left: 8px;width: 100%;padding-right: 8px; } } @media (min-width: 1200px) { .gp-component-id-e7mn8SvaRb { padding-left: 8px;width: 100%;padding-right: 8px; } } .gp-component-id-WWBFIpMTZ { margin-left: -8px;margin-right: -8px; } @media (max-width: 639px) { .gp-component-id-WWBFIpMTZ { margin-left: -8px;margin-right: -8px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-WWBFIpMTZ { margin-left: -8px;margin-right: -8px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-WWBFIpMTZ { margin-left: -8px;margin-right: -8px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-WWBFIpMTZ { margin-left: -8px;margin-right: -8px; } } @media (min-width: 1200px) { .gp-component-id-WWBFIpMTZ { margin-left: -8px;margin-right: -8px; } } @media (max-width: 639px) { .gp-component-id-jMadKilCA { padding-right: 116px;padding-left: 116px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-jMadKilCA { padding-right: 135px;padding-left: 135px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-jMadKilCA { padding-right: 88px;padding-left: 88px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-jMadKilCA { padding-right: 151px;padding-left: 151px; } } @media (min-width: 1200px) { .gp-component-id-jMadKilCA { padding-right: 151px;padding-left: 151px; } } @media (max-width: 639px) { .gp-component-id-Q7Hm8b96a3 { width: 100%;padding-bottom: 30px;padding-top: 30px;padding-right: 20px;padding-left: 20px;box-shadow: rgba(0, 0, 0, 0.12) 0px 4px 8px 0px, rgba(0, 0, 0, 0.08) 0px 2px 4px 0px;border-bottom-width: 0px;border-top-width: 0px;border-right-width: 0px;border-left-width: 0px;border-bottom-right-radius: 25px;border-bottom-left-radius: 25px;border-top-right-radius: 25px;border-top-left-radius: 25px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-Q7Hm8b96a3 { width: 100%;padding-bottom: 30px;padding-top: 30px;padding-right: 20px;padding-left: 20px;box-shadow: rgba(0, 0, 0, 0.12) 0px 4px 8px 0px, rgba(0, 0, 0, 0.08) 0px 2px 4px 0px;border-bottom-width: 0px;border-top-width: 0px;border-right-width: 0px;border-left-width: 0px;border-bottom-right-radius: 25px;border-bottom-left-radius: 25px;border-top-right-radius: 25px;border-top-left-radius: 25px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-Q7Hm8b96a3 { width: 100%;padding-bottom: 30px;padding-top: 30px;padding-right: 20px;padding-left: 20px;box-shadow: rgba(0, 0, 0, 0.12) 0px 4px 8px 0px, rgba(0, 0, 0, 0.08) 0px 2px 4px 0px;border-bottom-width: 0px;border-top-width: 0px;border-right-width: 0px;border-left-width: 0px;border-bottom-right-radius: 25px;border-bottom-left-radius: 25px;border-top-right-radius: 25px;border-top-left-radius: 25px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-Q7Hm8b96a3 { width: 100%;padding-bottom: 30px;padding-top: 30px;padding-right: 20px;padding-left: 20px;box-shadow: rgba(0, 0, 0, 0.12) 0px 4px 8px 0px, rgba(0, 0, 0, 0.08) 0px 2px 4px 0px;border-bottom-width: 0px;border-top-width: 0px;border-right-width: 0px;border-left-width: 0px;border-bottom-right-radius: 25px;border-bottom-left-radius: 25px;border-top-right-radius: 25px;border-top-left-radius: 25px; } } @media (min-width: 1200px) { .gp-component-id-Q7Hm8b96a3 { width: 100%;padding-bottom: 30px;padding-top: 30px;padding-right: 20px;padding-left: 20px;box-shadow: rgba(0, 0, 0, 0.12) 0px 4px 8px 0px, rgba(0, 0, 0, 0.08) 0px 2px 4px 0px;border-bottom-width: 0px;border-top-width: 0px;border-right-width: 0px;border-left-width: 0px;border-bottom-right-radius: 25px;border-bottom-left-radius: 25px;border-top-right-radius: 25px;border-top-left-radius: 25px; } } .gp-component-id-f4NThTQcrx { padding-left: 8px;width: 100%;padding-right: 8px; } @media (max-width: 639px) { .gp-component-id-f4NThTQcrx { padding-left: 8px;width: 100%;padding-right: 8px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-f4NThTQcrx { padding-left: 8px;width: 100%;padding-right: 8px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-f4NThTQcrx { padding-left: 8px;width: 100%;padding-right: 8px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-f4NThTQcrx { padding-left: 8px;width: 100%;padding-right: 8px; } } @media (min-width: 1200px) { .gp-component-id-f4NThTQcrx { padding-left: 8px;width: 100%;padding-right: 8px; } } .gp-component-id-RU7rrkrzQ { margin-left: -8px;margin-right: -8px; } @media (max-width: 639px) { .gp-component-id-RU7rrkrzQ { margin-left: -8px;margin-right: -8px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-RU7rrkrzQ { margin-left: -8px;margin-right: -8px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-RU7rrkrzQ { margin-left: -8px;margin-right: -8px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-RU7rrkrzQ { margin-left: -8px;margin-right: -8px; } } @media (min-width: 1200px) { .gp-component-id-RU7rrkrzQ { margin-left: -8px;margin-right: -8px; } } @media (max-width: 639px) { .gp-component-id-heFw_nygg { width: 100%;padding-right: 8px;padding-left: 8px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-heFw_nygg { width: 100%;padding-right: 8px;padding-left: 8px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-heFw_nygg { width: 100%;padding-right: 8px;padding-left: 8px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-heFw_nygg { width: 100%;padding-right: 8px;padding-left: 8px; } } @media (min-width: 1200px) { .gp-component-id-heFw_nygg { width: 100%;padding-right: 8px;padding-left: 8px; } } @media (max-width: 639px) { .gp-component-id-EQrU7j50tZ { height: 100%;width: 100%;padding-right: 0px;padding-left: 0px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-EQrU7j50tZ { height: 100%;width: 100%;padding-right: 100px;padding-left: 100px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-EQrU7j50tZ { height: 100%;width: 100%;padding-right: 60px;padding-left: 0px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-EQrU7j50tZ { height: 100%;width: 100%;padding-right: 0px;padding-left: 0px; } } @media (min-width: 1200px) { .gp-component-id-EQrU7j50tZ { height: 100%;width: 100%;padding-right: 60px;padding-left: 0px; } } .gp-component-id-zsKPMUudVw { padding-left: 8px;width: 100%;padding-right: 8px;flex-grow: 0;flex-shrink: 0;flex-basis: auto; } @media (max-width: 639px) { .gp-component-id-zsKPMUudVw { padding-left: 8px;width: 100%;padding-right: 8px;flex-grow: 0;flex-shrink: 0;flex-basis: auto; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-zsKPMUudVw { padding-left: 8px;width: 100%;padding-right: 8px;flex-grow: 0;flex-shrink: 0;flex-basis: auto; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-zsKPMUudVw { padding-left: 8px;width: 50%;padding-right: 8px;flex-grow: 0;flex-shrink: 0;flex-basis: auto; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-zsKPMUudVw { padding-left: 8px;width: 50%;padding-right: 8px;flex-grow: 0;flex-shrink: 0;flex-basis: auto; } } @media (min-width: 1200px) { .gp-component-id-zsKPMUudVw { padding-left: 8px;width: 50%;padding-right: 8px;flex-grow: 0;flex-shrink: 0;flex-basis: auto; } } .gp-component-id-FZZ_SLNaI4X { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px;line-height: 1.15;font-size: inherit;font-family: inherit;overflow-y: visible;overflow-x: visible;border-left-style: none;border-bottom-style: none;border-right-style: none;border-top-style: none;width: 100%;display: block;font-style: inherit;text-align: inherit;color: inherit;font-weight: inherit;background-color: inherit;background-clip: inherit;background-origin: inherit;background-attachment: inherit;background-repeat: inherit;background-size: inherit;background-position-y: inherit;background-position-x: inherit;background-image: inherit; } @media (max-width: 639px) { .gp-component-id-FZZ_SLNaI4X { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px;line-height: 1.15;font-size: inherit;font-family: inherit;overflow-y: visible;overflow-x: visible;border-left-style: none;border-bottom-style: none;border-right-style: none;border-top-style: none;width: 100%;display: block;font-style: inherit;text-align: inherit;color: inherit;font-weight: inherit;background-color: inherit;background-clip: inherit;background-origin: inherit;background-attachment: inherit;background-repeat: inherit;background-size: inherit;background-position-y: inherit;background-position-x: inherit;background-image: inherit; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-FZZ_SLNaI4X { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px;line-height: 1.15;font-size: inherit;font-family: inherit;overflow-y: visible;overflow-x: visible;border-left-style: none;border-bottom-style: none;border-right-style: none;border-top-style: none;width: 100%;display: block;font-style: inherit;text-align: inherit;color: inherit;font-weight: inherit;background-color: inherit;background-clip: inherit;background-origin: inherit;background-attachment: inherit;background-repeat: inherit;background-size: inherit;background-position-y: inherit;background-position-x: inherit;background-image: inherit; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-FZZ_SLNaI4X { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px;line-height: 1.15;font-size: inherit;font-family: inherit;overflow-y: visible;overflow-x: visible;border-left-style: none;border-bottom-style: none;border-right-style: none;border-top-style: none;width: 100%;display: block;font-style: inherit;text-align: inherit;color: inherit;font-weight: inherit;background-color: inherit;background-clip: inherit;background-origin: inherit;background-attachment: inherit;background-repeat: inherit;background-size: inherit;background-position-y: inherit;background-position-x: inherit;background-image: inherit; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-FZZ_SLNaI4X { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px;line-height: 1.15;font-size: inherit;font-family: inherit;overflow-y: visible;overflow-x: visible;border-left-style: none;border-bottom-style: none;border-right-style: none;border-top-style: none;width: 100%;display: block;font-style: inherit;text-align: inherit;color: inherit;font-weight: inherit;background-color: inherit;background-clip: inherit;background-origin: inherit;background-attachment: inherit;background-repeat: inherit;background-size: inherit;background-position-y: inherit;background-position-x: inherit;background-image: inherit; } } @media (min-width: 1200px) { .gp-component-id-FZZ_SLNaI4X { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px;line-height: 1.15;font-size: inherit;font-family: inherit;overflow-y: visible;overflow-x: visible;border-left-style: none;border-bottom-style: none;border-right-style: none;border-top-style: none;width: 100%;display: block;font-style: inherit;text-align: inherit;color: inherit;font-weight: inherit;background-color: inherit;background-clip: inherit;background-origin: inherit;background-attachment: inherit;background-repeat: inherit;background-size: inherit;background-position-y: inherit;background-position-x: inherit;background-image: inherit; } } .gp-component-id-f24zYyVa0 { flex-wrap: wrap; } @media (max-width: 639px) { .gp-component-id-f24zYyVa0 { flex-wrap: wrap;display: flex;width: 100%;padding-bottom: 16px;padding-top: 16px;padding-right: 20px;padding-left: 20px;margin-bottom: 20px;background-color: rgb(255, 255, 255);border-bottom-width: 1px;border-top-width: 1px;border-right-width: 1px;border-left-width: 1px;color: rgb(120, 136, 155); } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-f24zYyVa0 { flex-wrap: wrap;display: flex;width: 100%;padding-bottom: 16px;padding-top: 16px;padding-right: 20px;padding-left: 20px;margin-bottom: 20px;background-color: rgb(255, 255, 255);border-bottom-width: 1px;border-top-width: 1px;border-right-width: 1px;border-left-width: 1px;color: rgb(120, 136, 155); } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-f24zYyVa0 { flex-wrap: wrap;display: flex;width: 100%;padding-bottom: 16px;padding-top: 16px;padding-right: 20px;padding-left: 20px;margin-bottom: 20px;background-color: rgb(255, 255, 255);border-bottom-width: 1px;border-top-width: 1px;border-right-width: 1px;border-left-width: 1px;color: rgb(120, 136, 155); } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-f24zYyVa0 { flex-wrap: wrap;display: flex;width: 100%;padding-bottom: 16px;padding-top: 16px;padding-right: 20px;padding-left: 20px;margin-bottom: 20px;background-color: rgb(255, 255, 255);border-bottom-width: 1px;border-top-width: 1px;border-right-width: 1px;border-left-width: 1px;color: rgb(120, 136, 155); } } @media (min-width: 1200px) { .gp-component-id-f24zYyVa0 { flex-wrap: wrap;display: flex;width: 100%;padding-bottom: 16px;padding-top: 16px;padding-right: 20px;padding-left: 20px;margin-bottom: 20px;background-color: rgb(255, 255, 255);border-bottom-width: 1px;border-top-width: 1px;border-right-width: 1px;border-left-width: 1px;color: rgb(120, 136, 155); } } @media (max-width: 639px) { .gp-component-id-00BY_pCLZ { font-size: 14px !important;display: inline-block;margin-bottom: 12px;color: rgb(32, 45, 60);font-weight: 600 !important; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-00BY_pCLZ { font-size: 14px !important;display: inline-block;margin-bottom: 12px;color: rgb(32, 45, 60);font-weight: 600 !important; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-00BY_pCLZ { font-size: 14px !important;display: inline-block;margin-bottom: 12px;color: rgb(32, 45, 60);font-weight: 600 !important; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-00BY_pCLZ { font-size: 14px !important;display: inline-block;margin-bottom: 12px;color: rgb(32, 45, 60);font-weight: 600 !important; } } @media (min-width: 1200px) { .gp-component-id-00BY_pCLZ { font-size: 14px !important;display: inline-block;margin-bottom: 12px;color: rgb(32, 45, 60);font-weight: 600 !important; } } .gp-component-id-x6v9KbYijT8 { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px;line-height: 1.15;font-size: inherit;font-family: inherit;overflow-y: visible;overflow-x: visible;border-left-style: none;border-bottom-style: none;border-right-style: none;border-top-style: none;width: 100%;display: block;font-style: inherit;text-align: inherit;color: inherit;font-weight: inherit;background-color: inherit;background-clip: inherit;background-origin: inherit;background-attachment: inherit;background-repeat: inherit;background-size: inherit;background-position-y: inherit;background-position-x: inherit;background-image: inherit; } @media (max-width: 639px) { .gp-component-id-x6v9KbYijT8 { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px;line-height: 1.15;font-size: inherit;font-family: inherit;overflow-y: visible;overflow-x: visible;border-left-style: none;border-bottom-style: none;border-right-style: none;border-top-style: none;width: 100%;display: block;font-style: inherit;text-align: inherit;color: inherit;font-weight: inherit;background-color: inherit;background-clip: inherit;background-origin: inherit;background-attachment: inherit;background-repeat: inherit;background-size: inherit;background-position-y: inherit;background-position-x: inherit;background-image: inherit; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-x6v9KbYijT8 { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px;line-height: 1.15;font-size: inherit;font-family: inherit;overflow-y: visible;overflow-x: visible;border-left-style: none;border-bottom-style: none;border-right-style: none;border-top-style: none;width: 100%;display: block;font-style: inherit;text-align: inherit;color: inherit;font-weight: inherit;background-color: inherit;background-clip: inherit;background-origin: inherit;background-attachment: inherit;background-repeat: inherit;background-size: inherit;background-position-y: inherit;background-position-x: inherit;background-image: inherit; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-x6v9KbYijT8 { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px;line-height: 1.15;font-size: inherit;font-family: inherit;overflow-y: visible;overflow-x: visible;border-left-style: none;border-bottom-style: none;border-right-style: none;border-top-style: none;width: 100%;display: block;font-style: inherit;text-align: inherit;color: inherit;font-weight: inherit;background-color: inherit;background-clip: inherit;background-origin: inherit;background-attachment: inherit;background-repeat: inherit;background-size: inherit;background-position-y: inherit;background-position-x: inherit;background-image: inherit; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-x6v9KbYijT8 { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px;line-height: 1.15;font-size: inherit;font-family: inherit;overflow-y: visible;overflow-x: visible;border-left-style: none;border-bottom-style: none;border-right-style: none;border-top-style: none;width: 100%;display: block;font-style: inherit;text-align: inherit;color: inherit;font-weight: inherit;background-color: inherit;background-clip: inherit;background-origin: inherit;background-attachment: inherit;background-repeat: inherit;background-size: inherit;background-position-y: inherit;background-position-x: inherit;background-image: inherit; } } @media (min-width: 1200px) { .gp-component-id-x6v9KbYijT8 { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px;line-height: 1.15;font-size: inherit;font-family: inherit;overflow-y: visible;overflow-x: visible;border-left-style: none;border-bottom-style: none;border-right-style: none;border-top-style: none;width: 100%;display: block;font-style: inherit;text-align: inherit;color: inherit;font-weight: inherit;background-color: inherit;background-clip: inherit;background-origin: inherit;background-attachment: inherit;background-repeat: inherit;background-size: inherit;background-position-y: inherit;background-position-x: inherit;background-image: inherit; } } .gp-component-id-gy1qbuYVL { flex-wrap: wrap; } @media (max-width: 639px) { .gp-component-id-gy1qbuYVL { flex-wrap: wrap;display: flex;width: 100%;padding-bottom: 16px;padding-top: 16px;padding-right: 20px;padding-left: 20px;margin-bottom: 20px;background-color: rgb(255, 255, 255);border-bottom-width: 1px;border-top-width: 1px;border-right-width: 1px;border-left-width: 1px;color: rgb(120, 136, 155); } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-gy1qbuYVL { flex-wrap: wrap;display: flex;width: 100%;padding-bottom: 16px;padding-top: 16px;padding-right: 20px;padding-left: 20px;margin-bottom: 20px;background-color: rgb(255, 255, 255);border-bottom-width: 1px;border-top-width: 1px;border-right-width: 1px;border-left-width: 1px;color: rgb(120, 136, 155); } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-gy1qbuYVL { flex-wrap: wrap;display: flex;width: 100%;padding-bottom: 16px;padding-top: 16px;padding-right: 20px;padding-left: 20px;margin-bottom: 20px;background-color: rgb(255, 255, 255);border-bottom-width: 1px;border-top-width: 1px;border-right-width: 1px;border-left-width: 1px;color: rgb(120, 136, 155); } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-gy1qbuYVL { flex-wrap: wrap;display: flex;width: 100%;padding-bottom: 16px;padding-top: 16px;padding-right: 20px;padding-left: 20px;margin-bottom: 20px;background-color: rgb(255, 255, 255);border-bottom-width: 1px;border-top-width: 1px;border-right-width: 1px;border-left-width: 1px;color: rgb(120, 136, 155); } } @media (min-width: 1200px) { .gp-component-id-gy1qbuYVL { flex-wrap: wrap;display: flex;width: 100%;padding-bottom: 16px;padding-top: 16px;padding-right: 20px;padding-left: 20px;margin-bottom: 20px;background-color: rgb(255, 255, 255);border-bottom-width: 1px;border-top-width: 1px;border-right-width: 1px;border-left-width: 1px;color: rgb(120, 136, 155); } } @media (max-width: 639px) { .gp-component-id-9JPcQpJzu { font-size: 14px !important;display: inline-block;margin-bottom: 12px;color: rgb(32, 45, 60);font-weight: 600 !important; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-9JPcQpJzu { font-size: 14px !important;display: inline-block;margin-bottom: 12px;color: rgb(32, 45, 60);font-weight: 600 !important; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-9JPcQpJzu { font-size: 14px !important;display: inline-block;margin-bottom: 12px;color: rgb(32, 45, 60);font-weight: 600 !important; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-9JPcQpJzu { font-size: 14px !important;display: inline-block;margin-bottom: 12px;color: rgb(32, 45, 60);font-weight: 600 !important; } } @media (min-width: 1200px) { .gp-component-id-9JPcQpJzu { font-size: 14px !important;display: inline-block;margin-bottom: 12px;color: rgb(32, 45, 60);font-weight: 600 !important; } } .gp-component-id-9P8NwOEoXEI { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px;line-height: 1.15;font-size: inherit;font-family: inherit;overflow-y: visible;overflow-x: visible;border-left-style: none;border-bottom-style: none;border-right-style: none;border-top-style: none;width: 100%;display: block;font-style: inherit;text-align: inherit;color: inherit;font-weight: inherit;background-color: inherit;background-clip: inherit;background-origin: inherit;background-attachment: inherit;background-repeat: inherit;background-size: inherit;background-position-y: inherit;background-position-x: inherit;background-image: inherit; } @media (max-width: 639px) { .gp-component-id-9P8NwOEoXEI { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px;line-height: 1.15;font-size: inherit;font-family: inherit;overflow-y: visible;overflow-x: visible;border-left-style: none;border-bottom-style: none;border-right-style: none;border-top-style: none;width: 100%;display: block;font-style: inherit;text-align: inherit;color: inherit;font-weight: inherit;background-color: inherit;background-clip: inherit;background-origin: inherit;background-attachment: inherit;background-repeat: inherit;background-size: inherit;background-position-y: inherit;background-position-x: inherit;background-image: inherit; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-9P8NwOEoXEI { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px;line-height: 1.15;font-size: inherit;font-family: inherit;overflow-y: visible;overflow-x: visible;border-left-style: none;border-bottom-style: none;border-right-style: none;border-top-style: none;width: 100%;display: block;font-style: inherit;text-align: inherit;color: inherit;font-weight: inherit;background-color: inherit;background-clip: inherit;background-origin: inherit;background-attachment: inherit;background-repeat: inherit;background-size: inherit;background-position-y: inherit;background-position-x: inherit;background-image: inherit; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-9P8NwOEoXEI { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px;line-height: 1.15;font-size: inherit;font-family: inherit;overflow-y: visible;overflow-x: visible;border-left-style: none;border-bottom-style: none;border-right-style: none;border-top-style: none;width: 100%;display: block;font-style: inherit;text-align: inherit;color: inherit;font-weight: inherit;background-color: inherit;background-clip: inherit;background-origin: inherit;background-attachment: inherit;background-repeat: inherit;background-size: inherit;background-position-y: inherit;background-position-x: inherit;background-image: inherit; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-9P8NwOEoXEI { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px;line-height: 1.15;font-size: inherit;font-family: inherit;overflow-y: visible;overflow-x: visible;border-left-style: none;border-bottom-style: none;border-right-style: none;border-top-style: none;width: 100%;display: block;font-style: inherit;text-align: inherit;color: inherit;font-weight: inherit;background-color: inherit;background-clip: inherit;background-origin: inherit;background-attachment: inherit;background-repeat: inherit;background-size: inherit;background-position-y: inherit;background-position-x: inherit;background-image: inherit; } } @media (min-width: 1200px) { .gp-component-id-9P8NwOEoXEI { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px;line-height: 1.15;font-size: inherit;font-family: inherit;overflow-y: visible;overflow-x: visible;border-left-style: none;border-bottom-style: none;border-right-style: none;border-top-style: none;width: 100%;display: block;font-style: inherit;text-align: inherit;color: inherit;font-weight: inherit;background-color: inherit;background-clip: inherit;background-origin: inherit;background-attachment: inherit;background-repeat: inherit;background-size: inherit;background-position-y: inherit;background-position-x: inherit;background-image: inherit; } } .gp-component-id-zsy4HVRjr { flex-wrap: wrap; } @media (max-width: 639px) { .gp-component-id-zsy4HVRjr { flex-wrap: wrap;display: flex;width: 100%;padding-bottom: 16px;padding-top: 16px;padding-right: 20px;padding-left: 20px;margin-bottom: 20px;background-color: rgb(255, 255, 255);border-bottom-width: 1px;border-top-width: 1px;border-right-width: 1px;border-left-width: 1px;color: rgb(120, 136, 155); } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-zsy4HVRjr { flex-wrap: wrap;display: flex;width: 100%;padding-bottom: 16px;padding-top: 16px;padding-right: 20px;padding-left: 20px;margin-bottom: 20px;background-color: rgb(255, 255, 255);border-bottom-width: 1px;border-top-width: 1px;border-right-width: 1px;border-left-width: 1px;color: rgb(120, 136, 155); } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-zsy4HVRjr { flex-wrap: wrap;display: flex;width: 100%;padding-bottom: 16px;padding-top: 16px;padding-right: 20px;padding-left: 20px;margin-bottom: 20px;background-color: rgb(255, 255, 255);border-bottom-width: 1px;border-top-width: 1px;border-right-width: 1px;border-left-width: 1px;color: rgb(120, 136, 155); } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-zsy4HVRjr { flex-wrap: wrap;display: flex;width: 100%;padding-bottom: 16px;padding-top: 16px;padding-right: 20px;padding-left: 20px;margin-bottom: 20px;background-color: rgb(255, 255, 255);border-bottom-width: 1px;border-top-width: 1px;border-right-width: 1px;border-left-width: 1px;color: rgb(120, 136, 155); } } @media (min-width: 1200px) { .gp-component-id-zsy4HVRjr { flex-wrap: wrap;display: flex;width: 100%;padding-bottom: 16px;padding-top: 16px;padding-right: 20px;padding-left: 20px;margin-bottom: 20px;background-color: rgb(255, 255, 255);border-bottom-width: 1px;border-top-width: 1px;border-right-width: 1px;border-left-width: 1px;color: rgb(120, 136, 155); } } @media (max-width: 639px) { .gp-component-id-M0q9ZDAZaD { font-size: 14px !important;display: inline-block;margin-bottom: 12px;color: rgb(32, 45, 60);font-weight: 600 !important; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-M0q9ZDAZaD { font-size: 14px !important;display: inline-block;margin-bottom: 12px;color: rgb(32, 45, 60);font-weight: 600 !important; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-M0q9ZDAZaD { font-size: 14px !important;display: inline-block;margin-bottom: 12px;color: rgb(32, 45, 60);font-weight: 600 !important; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-M0q9ZDAZaD { font-size: 14px !important;display: inline-block;margin-bottom: 12px;color: rgb(32, 45, 60);font-weight: 600 !important; } } @media (min-width: 1200px) { .gp-component-id-M0q9ZDAZaD { font-size: 14px !important;display: inline-block;margin-bottom: 12px;color: rgb(32, 45, 60);font-weight: 600 !important; } } .gp-component-id-5nPKt0qrU { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px;overflow-wrap: break-word; } @media (max-width: 639px) { .gp-component-id-5nPKt0qrU { margin-left: 0px;margin-bottom: 10px;margin-right: 0px;margin-top: 0px;overflow-wrap: break-word;font-weight: 600 !important;font-size: 24px !important;padding-right: 0px;padding-left: 0px;text-align: left;color: rgb(0, 0, 0); } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-5nPKt0qrU { margin-left: 0px;margin-bottom: 10px;margin-right: 0px;margin-top: 0px;overflow-wrap: break-word;font-weight: 600 !important;font-size: 24px !important;padding-right: 0px;padding-left: 0px;text-align: left;color: rgb(0, 0, 0); } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-5nPKt0qrU { margin-left: 0px;margin-bottom: 10px;margin-right: 0px;margin-top: 0px;overflow-wrap: break-word;font-weight: 600 !important;font-size: 24px !important;padding-right: 0px;padding-left: 0px;text-align: left;color: rgb(0, 0, 0); } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-5nPKt0qrU { margin-left: 0px;margin-bottom: 10px;margin-right: 0px;margin-top: 0px;overflow-wrap: break-word;font-weight: 600 !important;font-size: 24px !important;padding-right: 0px;padding-left: 0px;text-align: left;color: rgb(0, 0, 0); } } @media (min-width: 1200px) { .gp-component-id-5nPKt0qrU { margin-left: 0px;margin-bottom: 10px;margin-right: 0px;margin-top: 0px;overflow-wrap: break-word;font-weight: 600 !important;font-size: 24px !important;padding-right: 0px;padding-left: 0px;text-align: left;color: rgb(0, 0, 0); } } .gp-component-id-PioGm2HlJ { flex-direction: column;display: flex; } @media (max-width: 639px) { .gp-component-id-PioGm2HlJ { flex-direction: column;display: flex; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-PioGm2HlJ { flex-direction: column;display: flex; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-PioGm2HlJ { flex-direction: column;display: flex; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-PioGm2HlJ { flex-direction: column;display: flex; } } @media (min-width: 1200px) { .gp-component-id-PioGm2HlJ { flex-direction: column;display: flex; } } @media (max-width: 639px) { .gp-component-id-0YAOSNgJ4 { width: 100%;padding-bottom: 0px;padding-top: 0px;padding-right: 0px;padding-left: 0px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-0YAOSNgJ4 { width: 100%;padding-bottom: 0px;padding-top: 0px;padding-right: 0px;padding-left: 0px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-0YAOSNgJ4 { width: 100%;padding-bottom: 0px;padding-top: 0px;padding-right: 0px;padding-left: 0px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-0YAOSNgJ4 { width: 100%;padding-bottom: 0px;padding-top: 0px;padding-right: 0px;padding-left: 0px; } } @media (min-width: 1200px) { .gp-component-id-0YAOSNgJ4 { width: 100%;padding-bottom: 0px;padding-top: 0px;padding-right: 0px;padding-left: 0px; } } @media (max-width: 639px) { .gp-component-id-W_YUtr4pwh { width: 100%;padding-bottom: 30px;padding-top: 40px;padding-right: 30px;padding-left: 30px;box-shadow: rgba(0, 0, 0, 0.12) 0px 4px 8px 0px, rgba(0, 0, 0, 0.08) 0px 2px 4px 0px;border-bottom-width: 0px;border-top-width: 0px;border-right-width: 0px;border-left-width: 0px;border-bottom-right-radius: 25px;border-bottom-left-radius: 25px;border-top-right-radius: 25px;border-top-left-radius: 25px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-W_YUtr4pwh { width: 100%;padding-bottom: 30px;padding-top: 40px;padding-right: 30px;padding-left: 30px;box-shadow: rgba(0, 0, 0, 0.12) 0px 4px 8px 0px, rgba(0, 0, 0, 0.08) 0px 2px 4px 0px;border-bottom-width: 0px;border-top-width: 0px;border-right-width: 0px;border-left-width: 0px;border-bottom-right-radius: 25px;border-bottom-left-radius: 25px;border-top-right-radius: 25px;border-top-left-radius: 25px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-W_YUtr4pwh { width: 100%;padding-bottom: 30px;padding-top: 40px;padding-right: 30px;padding-left: 30px;box-shadow: rgba(0, 0, 0, 0.12) 0px 4px 8px 0px, rgba(0, 0, 0, 0.08) 0px 2px 4px 0px;border-bottom-width: 0px;border-top-width: 0px;border-right-width: 0px;border-left-width: 0px;border-bottom-right-radius: 25px;border-bottom-left-radius: 25px;border-top-right-radius: 25px;border-top-left-radius: 25px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-W_YUtr4pwh { width: 100%;padding-bottom: 30px;padding-top: 40px;padding-right: 30px;padding-left: 30px;box-shadow: rgba(0, 0, 0, 0.12) 0px 4px 8px 0px, rgba(0, 0, 0, 0.08) 0px 2px 4px 0px;border-bottom-width: 0px;border-top-width: 0px;border-right-width: 0px;border-left-width: 0px;border-bottom-right-radius: 25px;border-bottom-left-radius: 25px;border-top-right-radius: 25px;border-top-left-radius: 25px; } } @media (min-width: 1200px) { .gp-component-id-W_YUtr4pwh { width: 100%;padding-bottom: 30px;padding-top: 40px;padding-right: 30px;padding-left: 30px;box-shadow: rgba(0, 0, 0, 0.12) 0px 4px 8px 0px, rgba(0, 0, 0, 0.08) 0px 2px 4px 0px;border-bottom-width: 0px;border-top-width: 0px;border-right-width: 0px;border-left-width: 0px;border-bottom-right-radius: 25px;border-bottom-left-radius: 25px;border-top-right-radius: 25px;border-top-left-radius: 25px; } } .gp-component-id-HAHebANdgF { padding-right: 8px;width: 100%;padding-left: 8px; } @media (max-width: 639px) { .gp-component-id-HAHebANdgF { padding-right: 8px;width: 100%;padding-left: 8px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-HAHebANdgF { padding-right: 8px;width: 100%;padding-left: 8px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-HAHebANdgF { padding-right: 8px;width: 100%;padding-left: 8px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-HAHebANdgF { padding-right: 8px;width: 100%;padding-left: 8px; } } @media (min-width: 1200px) { .gp-component-id-HAHebANdgF { padding-right: 8px;width: 100%;padding-left: 8px; } } .gp-component-id-0x0hK8NB0e { margin-right: -8px;margin-left: -8px; } @media (max-width: 639px) { .gp-component-id-0x0hK8NB0e { margin-right: -8px;margin-left: -8px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-0x0hK8NB0e { margin-right: -8px;margin-left: -8px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-0x0hK8NB0e { margin-right: -8px;margin-left: -8px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-0x0hK8NB0e { margin-right: -8px;margin-left: -8px; } } @media (min-width: 1200px) { .gp-component-id-0x0hK8NB0e { margin-right: -8px;margin-left: -8px; } } @media (max-width: 639px) { .gp-component-id-fm1jH2TQy { width: 100%;padding-right: 8px;padding-left: 8px;margin-bottom: 30px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-fm1jH2TQy { width: 100%;padding-right: 8px;padding-left: 8px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-fm1jH2TQy { width: 100%;padding-right: 8px;padding-left: 8px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-fm1jH2TQy { width: 100%;padding-right: 8px;padding-left: 8px; } } @media (min-width: 1200px) { .gp-component-id-fm1jH2TQy { width: 100%;padding-right: 8px;padding-left: 8px; } } @media (max-width: 639px) { .gp-component-id-o7IAXWSwNc { height: 100%;width: 100%;padding-bottom: 0px;padding-top: 0px;padding-right: 0px;padding-left: 0px;border-bottom-width: 0px;border-top-width: 0px;border-right-width: 0px;border-left-width: 0px;border-bottom-right-radius: 25px;border-bottom-left-radius: 25px;border-top-right-radius: 25px;border-top-left-radius: 25px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-o7IAXWSwNc { height: 100%;width: 100%;padding-bottom: 0px;padding-top: 0px;padding-right: 100px;padding-left: 100px;margin-bottom: 20px;border-bottom-width: 0px;border-top-width: 0px;border-right-width: 0px;border-left-width: 0px;border-bottom-right-radius: 25px;border-bottom-left-radius: 25px;border-top-right-radius: 25px;border-top-left-radius: 25px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-o7IAXWSwNc { height: 100%;width: 100%;padding-bottom: 0px;padding-top: 0px;padding-right: 0px;padding-left: 60px;border-bottom-width: 0px;border-top-width: 0px;border-right-width: 0px;border-left-width: 0px;border-bottom-right-radius: 25px;border-bottom-left-radius: 25px;border-top-right-radius: 25px;border-top-left-radius: 25px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-o7IAXWSwNc { height: 100%;width: 100%;padding-bottom: 0px;padding-top: 0px;padding-right: 0px;padding-left: 0px;border-bottom-width: 0px;border-top-width: 0px;border-right-width: 0px;border-left-width: 0px;border-bottom-right-radius: 25px;border-bottom-left-radius: 25px;border-top-right-radius: 25px;border-top-left-radius: 25px; } } @media (min-width: 1200px) { .gp-component-id-o7IAXWSwNc { height: 100%;width: 100%;padding-bottom: 0px;padding-top: 0px;padding-right: 0px;padding-left: 60px;border-bottom-width: 0px;border-top-width: 0px;border-right-width: 0px;border-left-width: 0px;border-bottom-right-radius: 25px;border-bottom-left-radius: 25px;border-top-right-radius: 25px;border-top-left-radius: 25px; } } .gp-component-id-iRKNZQcCT7 { padding-left: 8px;width: 100%;padding-right: 8px;flex-grow: 0;flex-shrink: 0;flex-basis: auto; } @media (max-width: 639px) { .gp-component-id-iRKNZQcCT7 { padding-left: 8px;width: 100%;padding-right: 8px;flex-grow: 0;flex-shrink: 0;flex-basis: auto; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-iRKNZQcCT7 { padding-left: 8px;width: 100%;padding-right: 8px;flex-grow: 0;flex-shrink: 0;flex-basis: auto; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-iRKNZQcCT7 { padding-left: 8px;width: 50%;padding-right: 8px;flex-grow: 0;flex-shrink: 0;flex-basis: auto; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-iRKNZQcCT7 { padding-left: 8px;width: 50%;padding-right: 8px;flex-grow: 0;flex-shrink: 0;flex-basis: auto; } } @media (min-width: 1200px) { .gp-component-id-iRKNZQcCT7 { padding-left: 8px;width: 50%;padding-right: 8px;flex-grow: 0;flex-shrink: 0;flex-basis: auto; } } .gp-component-id-S7sJAL6Ik { margin-left: -8px;margin-right: -8px;flex-wrap: wrap; } @media (max-width: 639px) { .gp-component-id-S7sJAL6Ik { margin-left: -8px;margin-right: -8px;flex-wrap: wrap; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-S7sJAL6Ik { margin-left: -8px;margin-right: -8px;flex-wrap: wrap; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-S7sJAL6Ik { margin-left: -8px;margin-right: -8px;flex-wrap: wrap;display: flex; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-S7sJAL6Ik { margin-left: -8px;margin-right: -8px;flex-wrap: wrap;display: flex; } } @media (min-width: 1200px) { .gp-component-id-S7sJAL6Ik { margin-left: -8px;margin-right: -8px;flex-wrap: wrap;display: flex; } } @media (max-width: 639px) { .gp-component-id-wTOrqlYNh { width: 100%;padding-bottom: 30px;padding-top: 30px;padding-right: 0px;padding-left: 0px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-wTOrqlYNh { width: 100%;padding-bottom: 30px;padding-top: 30px;padding-right: 0px;padding-left: 0px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-wTOrqlYNh { width: 100%;padding-bottom: 30px;padding-top: 30px;padding-right: 0px;padding-left: 0px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-wTOrqlYNh { width: 100%;padding-bottom: 30px;padding-top: 30px;padding-right: 100px;padding-left: 100px; } } @media (min-width: 1200px) { .gp-component-id-wTOrqlYNh { width: 100%;padding-bottom: 30px;padding-top: 30px;padding-right: 100px;padding-left: 100px; } } .gp-component-id-MTZ4Kpy06r { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px;overflow-wrap: break-word; } @media (max-width: 639px) { .gp-component-id-MTZ4Kpy06r { margin-left: 0px;margin-bottom: 30px;margin-right: 0px;margin-top: 0px;overflow-wrap: break-word;font-size: 18px !important;text-align: center;color: rgb(57, 75, 86); } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-MTZ4Kpy06r { margin-left: 0px;margin-bottom: 30px;margin-right: 0px;margin-top: 0px;overflow-wrap: break-word;font-size: 18px !important;text-align: center;color: rgb(57, 75, 86); } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-MTZ4Kpy06r { margin-left: 0px;margin-bottom: 30px;margin-right: 0px;margin-top: 0px;overflow-wrap: break-word;font-size: 18px !important;text-align: center;color: rgb(57, 75, 86); } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-MTZ4Kpy06r { margin-left: 0px;margin-bottom: 30px;margin-right: 0px;margin-top: 0px;overflow-wrap: break-word;font-size: 18px !important;text-align: center;color: rgb(57, 75, 86); } } @media (min-width: 1200px) { .gp-component-id-MTZ4Kpy06r { margin-left: 0px;margin-bottom: 30px;margin-right: 0px;margin-top: 0px;overflow-wrap: break-word;font-size: 18px !important;padding-right: 244px;padding-left: 244px;text-align: center;color: rgb(57, 75, 86); } } .gp-component-id-yojF8NI2K { flex-direction: column;display: flex; } @media (max-width: 639px) { .gp-component-id-yojF8NI2K { flex-direction: column;display: flex; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-yojF8NI2K { flex-direction: column;display: flex; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-yojF8NI2K { flex-direction: column;display: flex; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-yojF8NI2K { flex-direction: column;display: flex; } } @media (min-width: 1200px) { .gp-component-id-yojF8NI2K { flex-direction: column;display: flex; } } .gp-component-id-2V3f6_2chF { flex-direction: column;display: flex; } @media (max-width: 639px) { .gp-component-id-2V3f6_2chF { flex-direction: column;display: flex; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-2V3f6_2chF { flex-direction: column;display: flex; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-2V3f6_2chF { flex-direction: column;display: flex; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-2V3f6_2chF { flex-direction: column;display: flex; } } @media (min-width: 1200px) { .gp-component-id-2V3f6_2chF { flex-direction: column;display: flex; } } @media (max-width: 639px) { .gp-component-id-V5C_nLsKut { width: 100%; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-V5C_nLsKut { width: 100%; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-V5C_nLsKut { width: 100%; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-V5C_nLsKut { width: 100%; } } @media (min-width: 1200px) { .gp-component-id-V5C_nLsKut { width: 100%; } } .gp-component-id-1hFnu0_Knt { padding-left: 8px;width: 100%;padding-right: 8px; } @media (max-width: 639px) { .gp-component-id-1hFnu0_Knt { padding-left: 8px;width: 100%;padding-right: 8px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-1hFnu0_Knt { padding-left: 8px;width: 100%;padding-right: 8px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-1hFnu0_Knt { padding-left: 8px;width: 100%;padding-right: 8px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-1hFnu0_Knt { padding-left: 8px;width: 100%;padding-right: 8px; } } @media (min-width: 1200px) { .gp-component-id-1hFnu0_Knt { padding-left: 8px;width: 100%;padding-right: 8px; } } .gp-component-id-ZPHXEp93BC { margin-left: -8px;margin-right: -8px; } @media (max-width: 639px) { .gp-component-id-ZPHXEp93BC { margin-left: -8px;margin-right: -8px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-ZPHXEp93BC { margin-left: -8px;margin-right: -8px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-ZPHXEp93BC { margin-left: -8px;margin-right: -8px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-ZPHXEp93BC { margin-left: -8px;margin-right: -8px; } } @media (min-width: 1200px) { .gp-component-id-ZPHXEp93BC { margin-left: -8px;margin-right: -8px; } } @media (max-width: 639px) { .gp-component-id-hqU5d_fqB6 { width: 100%;padding-bottom: 30px;padding-top: 30px;padding-right: 20px;padding-left: 20px;background-color: rgb(255, 255, 255);border-bottom-right-radius: 10px;border-bottom-left-radius: 10px;border-top-right-radius: 10px;border-top-left-radius: 10px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-hqU5d_fqB6 { width: 100%;padding-bottom: 30px;padding-top: 30px;padding-right: 20px;padding-left: 20px;background-color: rgb(255, 255, 255);border-bottom-right-radius: 10px;border-bottom-left-radius: 10px;border-top-right-radius: 10px;border-top-left-radius: 10px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-hqU5d_fqB6 { width: 100%;padding-bottom: 30px;padding-top: 30px;padding-right: 20px;padding-left: 20px;background-color: rgb(255, 255, 255);border-bottom-right-radius: 10px;border-bottom-left-radius: 10px;border-top-right-radius: 10px;border-top-left-radius: 10px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-hqU5d_fqB6 { width: 100%;padding-bottom: 30px;padding-top: 30px;padding-right: 20px;padding-left: 20px;background-color: rgb(255, 255, 255);border-bottom-right-radius: 10px;border-bottom-left-radius: 10px;border-top-right-radius: 10px;border-top-left-radius: 10px; } } @media (min-width: 1200px) { .gp-component-id-hqU5d_fqB6 { width: 100%;padding-bottom: 30px;padding-top: 30px;padding-right: 20px;padding-left: 20px;background-color: rgb(255, 255, 255);border-bottom-right-radius: 10px;border-bottom-left-radius: 10px;border-top-right-radius: 10px;border-top-left-radius: 10px; } } .gp-component-id-tAc4e4qyA0 { z-index: 15;position: relative; } @media (max-width: 639px) { .gp-component-id-tAc4e4qyA0 { z-index: 15;position: relative;width: 100%;margin-right: auto;margin-left: auto; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-tAc4e4qyA0 { z-index: 15;position: relative;max-width: 640px;width: 100%;margin-right: auto;margin-left: auto; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-tAc4e4qyA0 { z-index: 15;position: relative;max-width: 768px;width: 100%;margin-right: auto;margin-left: auto; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-tAc4e4qyA0 { z-index: 15;position: relative;max-width: 992px;width: 100%;margin-right: auto;margin-left: auto; } } @media (min-width: 1200px) { .gp-component-id-tAc4e4qyA0 { z-index: 15;position: relative;max-width: 1200px;width: 100%;margin-right: auto;margin-left: auto; } } .gp-component-id-X_eoswSNy { min-height: 50px;position: relative;z-index: auto; } @media (max-width: 639px) { .gp-component-id-X_eoswSNy { min-height: 50px;position: relative;z-index: auto;padding-bottom: 50px;padding-top: 50px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-X_eoswSNy { min-height: 50px;position: relative;z-index: auto;padding-bottom: 50px;padding-top: 50px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-X_eoswSNy { min-height: 50px;position: relative;z-index: auto;padding-bottom: 50px;padding-top: 50px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-X_eoswSNy { min-height: 50px;position: relative;z-index: auto;padding-bottom: 50px;padding-top: 50px; } } @media (min-width: 1200px) { .gp-component-id-X_eoswSNy { min-height: 50px;position: relative;z-index: auto;padding-bottom: 50px;padding-top: 50px; } } .gp-component-id-OUYZ4Mu6m9F { padding-left: 8px;width: 100%;padding-right: 8px; } @media (max-width: 639px) { .gp-component-id-OUYZ4Mu6m9F { padding-left: 8px;width: 100%;padding-right: 8px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-OUYZ4Mu6m9F { padding-left: 8px;width: 100%;padding-right: 8px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-OUYZ4Mu6m9F { padding-left: 8px;width: 100%;padding-right: 8px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-OUYZ4Mu6m9F { padding-left: 8px;width: 100%;padding-right: 8px; } } @media (min-width: 1200px) { .gp-component-id-OUYZ4Mu6m9F { padding-left: 8px;width: 100%;padding-right: 8px; } } .gp-component-id-l2R4fT4xQye { margin-left: -8px;margin-right: -8px; } @media (max-width: 639px) { .gp-component-id-l2R4fT4xQye { margin-left: -8px;margin-right: -8px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-l2R4fT4xQye { margin-left: -8px;margin-right: -8px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-l2R4fT4xQye { margin-left: -8px;margin-right: -8px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-l2R4fT4xQye { margin-left: -8px;margin-right: -8px; } } @media (min-width: 1200px) { .gp-component-id-l2R4fT4xQye { margin-left: -8px;margin-right: -8px; } } @media (max-width: 639px) { .gp-component-id-LcgnXJTKm3 { width: 100%;padding-right: 8px;padding-left: 8px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-LcgnXJTKm3 { width: 100%;padding-right: 8px;padding-left: 8px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-LcgnXJTKm3 { width: 100%;padding-right: 8px;padding-left: 8px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-LcgnXJTKm3 { width: 100%;padding-right: 8px;padding-left: 8px; } } @media (min-width: 1200px) { .gp-component-id-LcgnXJTKm3 { width: 100%;padding-right: 8px;padding-left: 8px; } } .gp-component-id-VCsojLST8W { width: 100%;overflow-wrap: break-word; } @media (max-width: 639px) { .gp-component-id-VCsojLST8W { width: 100%;overflow-wrap: break-word; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-VCsojLST8W { width: 100%;overflow-wrap: break-word; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-VCsojLST8W { width: 100%;overflow-wrap: break-word; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-VCsojLST8W { width: 100%;overflow-wrap: break-word; } } @media (min-width: 1200px) { .gp-component-id-VCsojLST8W { width: 100%;overflow-wrap: break-word; } } .gp-component-id-1t22pU3EjA { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px;overflow-wrap: break-word;font-weight: inherit;font-size: inherit; } @media (max-width: 639px) { .gp-component-id-1t22pU3EjA { margin-left: 0px;margin-bottom: 30px;margin-right: 0px;margin-top: 0px;overflow-wrap: break-word;font-weight: 700;font-size: 36px;cursor: text;box-sizing: border-box;text-align: center;color: rgb(32, 45, 60); } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-1t22pU3EjA { margin-left: 0px;margin-bottom: 30px;margin-right: 0px;margin-top: 0px;overflow-wrap: break-word;font-weight: 700;font-size: 48px;cursor: text;box-sizing: border-box;text-align: center;color: rgb(32, 45, 60); } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-1t22pU3EjA { margin-left: 0px;margin-bottom: 30px;margin-right: 0px;margin-top: 0px;overflow-wrap: break-word;font-weight: 700;font-size: 48px;cursor: text;box-sizing: border-box;text-align: center;color: rgb(32, 45, 60); } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-1t22pU3EjA { margin-left: 0px;margin-bottom: 30px;margin-right: 0px;margin-top: 0px;overflow-wrap: break-word;font-weight: 700;font-size: 48px;cursor: text;box-sizing: border-box;text-align: center;color: rgb(32, 45, 60); } } @media (min-width: 1200px) { .gp-component-id-1t22pU3EjA { margin-left: 0px;margin-bottom: 30px;margin-right: 0px;margin-top: 0px;overflow-wrap: break-word;font-weight: 700;font-size: 48px;cursor: text;box-sizing: border-box;text-align: center;color: rgb(32, 45, 60); } } .gp-component-id-xZKj9jtjRl { flex-direction: column;display: flex; } @media (max-width: 639px) { .gp-component-id-xZKj9jtjRl { flex-direction: column;display: flex; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-xZKj9jtjRl { flex-direction: column;display: flex; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-xZKj9jtjRl { flex-direction: column;display: flex; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-xZKj9jtjRl { flex-direction: column;display: flex; } } @media (min-width: 1200px) { .gp-component-id-xZKj9jtjRl { flex-direction: column;display: flex; } } .gp-component-id-4jV7ixIpTY { z-index: 15;position: relative; } @media (max-width: 639px) { .gp-component-id-4jV7ixIpTY { z-index: 15;position: relative;width: 100%;margin-right: auto;margin-left: auto; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-4jV7ixIpTY { z-index: 15;position: relative;max-width: 640px;width: 100%;margin-right: auto;margin-left: auto; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-4jV7ixIpTY { z-index: 15;position: relative;max-width: 768px;width: 100%;margin-right: auto;margin-left: auto; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-4jV7ixIpTY { z-index: 15;position: relative;max-width: 992px;width: 100%;margin-right: auto;margin-left: auto; } } @media (min-width: 1200px) { .gp-component-id-4jV7ixIpTY { z-index: 15;position: relative;max-width: 992px;width: 100%;margin-right: auto;margin-left: auto; } } .gp-component-id-DYtT0yHeL { min-height: 50px;position: relative;z-index: auto; } @media (max-width: 639px) { .gp-component-id-DYtT0yHeL { min-height: 50px;position: relative;z-index: auto !important;padding-bottom: 50px;padding-top: 50px;padding-right: 10px;padding-left: 10px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-DYtT0yHeL { min-height: 50px;position: relative;z-index: auto !important;padding-bottom: 50px;padding-top: 50px;padding-right: 10px;padding-left: 10px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-DYtT0yHeL { min-height: 50px;position: relative;z-index: auto !important;padding-bottom: 50px;padding-top: 50px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-DYtT0yHeL { min-height: 50px;position: relative;z-index: auto !important;padding-bottom: 50px;padding-top: 50px; } } @media (min-width: 1200px) { .gp-component-id-DYtT0yHeL { min-height: 50px;position: relative;z-index: auto !important;padding-bottom: 50px;padding-top: 50px; } } .gp-component-id-sWWT9Ho8Vg { border-left-style: solid;border-bottom-style: solid;border-right-style: solid;border-top-style: solid;height: auto;max-width: 100%;display: inline-flex;align-items: flex-start;justify-content: flex-start;object-fit: cover;object-position: center center; } @media (max-width: 639px) { .gp-component-id-sWWT9Ho8Vg { border-left-style: solid;border-bottom-style: solid;border-right-style: solid;border-top-style: solid;height: auto;max-width: 100%;display: inline-flex;align-items: flex-start;justify-content: flex-start;object-fit: cover;object-position: center center;width: 100%; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-sWWT9Ho8Vg { border-left-style: solid;border-bottom-style: solid;border-right-style: solid;border-top-style: solid;height: auto;max-width: 100%;display: inline-flex;align-items: flex-start;justify-content: flex-start;object-fit: cover;object-position: center center; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-sWWT9Ho8Vg { border-left-style: solid;border-bottom-style: solid;border-right-style: solid;border-top-style: solid;height: auto;max-width: 100%;display: inline-flex;align-items: flex-start;justify-content: flex-start;object-fit: cover;object-position: center center; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-sWWT9Ho8Vg { border-left-style: solid;border-bottom-style: solid;border-right-style: solid;border-top-style: solid;height: auto;max-width: 100%;display: inline-flex;align-items: flex-start;justify-content: flex-start;object-fit: cover;object-position: center center; } } @media (min-width: 1200px) { .gp-component-id-sWWT9Ho8Vg { border-left-style: solid;border-bottom-style: solid;border-right-style: solid;border-top-style: solid;height: auto;max-width: 100%;display: inline-flex;align-items: flex-start;justify-content: flex-start;object-fit: cover;object-position: center center; } } @media (max-width: 639px) { .gp-component-id-jQe1_acHQF { display: flex;justify-content: center;width: 100%; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-jQe1_acHQF { display: flex;justify-content: center;width: 100%; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-jQe1_acHQF { display: flex;justify-content: center;width: 100%; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-jQe1_acHQF { display: flex;justify-content: center;width: 100%; } } @media (min-width: 1200px) { .gp-component-id-jQe1_acHQF { display: flex;justify-content: center;width: 100%; } } .gp-component-id-ryZA3IIXao { padding-right: 8px;width: 100%;padding-left: 8px; } @media (max-width: 639px) { .gp-component-id-ryZA3IIXao { padding-right: 8px;width: 100%;padding-left: 8px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-ryZA3IIXao { padding-right: 8px;width: 100%;padding-left: 8px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-ryZA3IIXao { padding-right: 8px;width: 100%;padding-left: 8px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-ryZA3IIXao { padding-right: 8px;width: 100%;padding-left: 8px; } } @media (min-width: 1200px) { .gp-component-id-ryZA3IIXao { padding-right: 8px;width: 100%;padding-left: 8px; } } .gp-component-id-Hc6ODQbAu { margin-right: -8px;margin-left: -8px; } @media (max-width: 639px) { .gp-component-id-Hc6ODQbAu { margin-right: -8px;margin-left: -8px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-Hc6ODQbAu { margin-right: -8px;margin-left: -8px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-Hc6ODQbAu { margin-right: -8px;margin-left: -8px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-Hc6ODQbAu { margin-right: -8px;margin-left: -8px; } } @media (min-width: 1200px) { .gp-component-id-Hc6ODQbAu { margin-right: -8px;margin-left: -8px; } } .gp-component-id-lAOrC5qbT5 { padding-right: 8px;width: 100%;padding-left: 8px; } @media (max-width: 639px) { .gp-component-id-lAOrC5qbT5 { padding-right: 8px;width: 100%;padding-left: 8px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-lAOrC5qbT5 { padding-right: 8px;width: 100%;padding-left: 8px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-lAOrC5qbT5 { padding-right: 8px;width: 100%;padding-left: 8px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-lAOrC5qbT5 { padding-right: 8px;width: 100%;padding-left: 8px; } } @media (min-width: 1200px) { .gp-component-id-lAOrC5qbT5 { padding-right: 8px;width: 100%;padding-left: 8px; } } @media (max-width: 639px) { .gp-component-id-w2bXHKNSKY { border-left-style: solid;border-right-style: solid;border-top-style: solid;border-bottom-style: solid;border-left-width: 0px;border-right-width: 0px;border-top-width: 2px;border-bottom-width: 0px;border-left-color: rgb(242, 100, 25);border-right-color: rgb(242, 100, 25);border-top-color: rgb(242, 100, 25);border-bottom-color: rgb(242, 100, 25);margin-left: auto;margin-right: auto;margin-top: 20px;padding-bottom: 8px;width: 100px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-w2bXHKNSKY { border-left-style: solid;border-right-style: solid;border-top-style: solid;border-bottom-style: solid;border-left-width: 0px;border-right-width: 0px;border-top-width: 2px;border-bottom-width: 0px;border-left-color: rgb(242, 100, 25);border-right-color: rgb(242, 100, 25);border-top-color: rgb(242, 100, 25);border-bottom-color: rgb(242, 100, 25);margin-left: auto;margin-right: auto;margin-top: 20px;padding-bottom: 8px;width: 100px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-w2bXHKNSKY { border-left-style: solid;border-right-style: solid;border-top-style: solid;border-bottom-style: solid;border-left-width: 0px;border-right-width: 0px;border-top-width: 2px;border-bottom-width: 0px;border-left-color: rgb(242, 100, 25);border-right-color: rgb(242, 100, 25);border-top-color: rgb(242, 100, 25);border-bottom-color: rgb(242, 100, 25);margin-left: auto;margin-right: auto;margin-top: 20px;padding-bottom: 8px;width: 100px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-w2bXHKNSKY { border-left-style: solid;border-right-style: solid;border-top-style: solid;border-bottom-style: solid;border-left-width: 0px;border-right-width: 0px;border-top-width: 2px;border-bottom-width: 0px;border-left-color: rgb(242, 100, 25);border-right-color: rgb(242, 100, 25);border-top-color: rgb(242, 100, 25);border-bottom-color: rgb(242, 100, 25);margin-left: auto;margin-right: auto;margin-top: 20px;padding-bottom: 8px;width: 100px; } } @media (min-width: 1200px) { .gp-component-id-w2bXHKNSKY { border-left-style: solid;border-right-style: solid;border-top-style: solid;border-bottom-style: solid;border-left-width: 0px;border-right-width: 0px;border-top-width: 2px;border-bottom-width: 0px;border-left-color: rgb(242, 100, 25);border-right-color: rgb(242, 100, 25);border-top-color: rgb(242, 100, 25);border-bottom-color: rgb(242, 100, 25);margin-left: auto;margin-right: auto;margin-top: 20px;padding-bottom: 8px;width: 100px; } } .gp-component-id-DXusO_iqiE { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px;overflow-wrap: break-word; } @media (max-width: 639px) { .gp-component-id-DXusO_iqiE { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 12px;overflow-wrap: break-word;font-size: 20px !important;cursor: text;box-sizing: border-box;width: auto;line-height: 1.5;text-align: center;color: rgb(89, 89, 89); } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-DXusO_iqiE { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 12px;overflow-wrap: break-word;font-size: 20px !important;cursor: text;box-sizing: border-box;width: auto;line-height: 1.5;text-align: center;color: rgb(89, 89, 89); } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-DXusO_iqiE { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 12px;overflow-wrap: break-word;font-size: 20px !important;cursor: text;box-sizing: border-box;width: auto;line-height: 1.5;text-align: center;color: rgb(89, 89, 89); } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-DXusO_iqiE { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 12px;overflow-wrap: break-word;font-size: 20px !important;cursor: text;box-sizing: border-box;width: auto;line-height: 1.5;text-align: center;color: rgb(89, 89, 89); } } @media (min-width: 1200px) { .gp-component-id-DXusO_iqiE { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 12px;overflow-wrap: break-word;font-size: 20px !important;cursor: text;box-sizing: border-box;width: auto;line-height: 1.5;text-align: center;color: rgb(89, 89, 89); } } .gp-component-id-7SwnJ8SL7w { flex-direction: column;display: flex; } @media (max-width: 639px) { .gp-component-id-7SwnJ8SL7w { flex-direction: column;display: flex; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-7SwnJ8SL7w { flex-direction: column;display: flex; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-7SwnJ8SL7w { flex-direction: column;display: flex; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-7SwnJ8SL7w { flex-direction: column;display: flex; } } @media (min-width: 1200px) { .gp-component-id-7SwnJ8SL7w { flex-direction: column;display: flex; } } .gp-component-id-C8ffeCKcCU { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px;font-size: inherit;overflow-wrap: break-word;font-weight: inherit; } @media (max-width: 639px) { .gp-component-id-C8ffeCKcCU { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px;font-size: 36px;overflow-wrap: break-word;font-weight: 700;color: rgb(0, 16, 31);text-align: center;line-height: 1;box-sizing: border-box;cursor: text; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-C8ffeCKcCU { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px;font-size: 48px;overflow-wrap: break-word;font-weight: 700;color: rgb(0, 16, 31);text-align: center;line-height: 1;box-sizing: border-box;cursor: text; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-C8ffeCKcCU { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px;font-size: 48px;overflow-wrap: break-word;font-weight: 700;color: rgb(0, 16, 31);text-align: center;line-height: 1;box-sizing: border-box;cursor: text; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-C8ffeCKcCU { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px;font-size: 48px;overflow-wrap: break-word;font-weight: 700;color: rgb(0, 16, 31);text-align: center;line-height: 1;box-sizing: border-box;cursor: text; } } @media (min-width: 1200px) { .gp-component-id-C8ffeCKcCU { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px;font-size: 48px;overflow-wrap: break-word;font-weight: 700;color: rgb(0, 16, 31);text-align: center;line-height: 1;box-sizing: border-box;cursor: text; } } .gp-component-id-3UtC96PAFM { flex-direction: column;display: flex; } @media (max-width: 639px) { .gp-component-id-3UtC96PAFM { flex-direction: column;display: flex; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-3UtC96PAFM { flex-direction: column;display: flex; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-3UtC96PAFM { flex-direction: column;display: flex; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-3UtC96PAFM { flex-direction: column;display: flex; } } @media (min-width: 1200px) { .gp-component-id-3UtC96PAFM { flex-direction: column;display: flex; } } .gp-component-id-2gIvV7at6S { z-index: 15;position: relative;display: flex;align-items: center;flex-direction: column;width: 100%;margin-right: auto;margin-left: auto; } @media (max-width: 639px) { .gp-component-id-2gIvV7at6S { z-index: 15;position: relative;display: flex;align-items: center;flex-direction: column;width: 100%;margin-right: auto;margin-left: auto; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-2gIvV7at6S { z-index: 15;position: relative;display: flex;align-items: center;flex-direction: column;width: 100%;margin-right: auto;margin-left: auto;max-width: 640px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-2gIvV7at6S { z-index: 15;position: relative;display: flex;align-items: center;flex-direction: column;width: 100%;margin-right: auto;margin-left: auto;max-width: 768px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-2gIvV7at6S { z-index: 15;position: relative;display: flex;align-items: center;flex-direction: column;width: 100%;margin-right: auto;margin-left: auto;max-width: 992px; } } @media (min-width: 1200px) { .gp-component-id-2gIvV7at6S { z-index: 15;position: relative;display: flex;align-items: center;flex-direction: column;width: 100%;margin-right: auto;margin-left: auto;max-width: 992px; } } .gp-component-id-KzkyYtjgkK { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px;overflow-wrap: break-word;font-weight: inherit;font-size: inherit; } @media (max-width: 639px) { .gp-component-id-KzkyYtjgkK { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 10px;overflow-wrap: break-word;font-weight: 600 !important;font-size: 14px !important;line-height: inherit;text-align: center;color: rgb(57, 196, 137); } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-KzkyYtjgkK { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 10px;overflow-wrap: break-word;font-weight: 600 !important;font-size: 14px !important;line-height: inherit;text-align: center;color: rgb(57, 196, 137); } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-KzkyYtjgkK { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 10px;overflow-wrap: break-word;font-weight: 600 !important;font-size: 14px !important;line-height: inherit;text-align: center;color: rgb(57, 196, 137); } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-KzkyYtjgkK { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 10px;overflow-wrap: break-word;font-weight: 600 !important;font-size: 14px !important;line-height: inherit;text-align: center;color: rgb(57, 196, 137); } } @media (min-width: 1200px) { .gp-component-id-KzkyYtjgkK { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 10px;overflow-wrap: break-word;font-weight: 600 !important;font-size: 14px !important;line-height: inherit;text-align: center;color: rgb(57, 196, 137); } } .gp-component-id-G6Fff08SF { flex-direction: column;display: flex; } @media (max-width: 639px) { .gp-component-id-G6Fff08SF { flex-direction: column;display: flex; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-G6Fff08SF { flex-direction: column;display: flex; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-G6Fff08SF { flex-direction: column;display: flex; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-G6Fff08SF { flex-direction: column;display: flex; } } @media (min-width: 1200px) { .gp-component-id-G6Fff08SF { flex-direction: column;display: flex; } } .gp-component-id-3usOOLUG6a { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px;overflow-wrap: break-word;font-weight: inherit;font-size: inherit; } @media (max-width: 639px) { .gp-component-id-3usOOLUG6a { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 10px;overflow-wrap: break-word;font-weight: inherit;font-size: 18px !important;line-height: inherit;text-align: center;color: rgb(57, 75, 86); } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-3usOOLUG6a { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 10px;overflow-wrap: break-word;font-weight: inherit;font-size: 18px !important;line-height: inherit;text-align: center;color: rgb(57, 75, 86); } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-3usOOLUG6a { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 10px;overflow-wrap: break-word;font-weight: inherit;font-size: 18px !important;line-height: inherit;text-align: center;color: rgb(57, 75, 86); } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-3usOOLUG6a { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 10px;overflow-wrap: break-word;font-weight: inherit;font-size: 18px !important;line-height: inherit;text-align: center;color: rgb(57, 75, 86); } } @media (min-width: 1200px) { .gp-component-id-3usOOLUG6a { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 10px;overflow-wrap: break-word;font-weight: inherit;font-size: 18px !important;line-height: inherit;text-align: center;color: rgb(57, 75, 86); } } .gp-component-id-pbRelI93lS { flex-direction: column;display: flex; } @media (max-width: 639px) { .gp-component-id-pbRelI93lS { flex-direction: column;display: flex; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-pbRelI93lS { flex-direction: column;display: flex; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-pbRelI93lS { flex-direction: column;display: flex; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-pbRelI93lS { flex-direction: column;display: flex; } } @media (min-width: 1200px) { .gp-component-id-pbRelI93lS { flex-direction: column;display: flex; } } .gp-component-id-o0sZHgHp75 { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px;overflow-wrap: break-word;font-weight: inherit;font-size: inherit; } @media (max-width: 639px) { .gp-component-id-o0sZHgHp75 { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 10px;overflow-wrap: break-word;font-weight: 600 !important;font-size: 18px !important;line-height: inherit;text-align: center;color: rgb(0, 0, 0); } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-o0sZHgHp75 { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 10px;overflow-wrap: break-word;font-weight: 600 !important;font-size: 18px !important;line-height: inherit;text-align: center;color: rgb(0, 0, 0); } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-o0sZHgHp75 { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 10px;overflow-wrap: break-word;font-weight: 600 !important;font-size: 18px !important;line-height: inherit;text-align: left;color: rgb(0, 0, 0); } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-o0sZHgHp75 { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 10px;overflow-wrap: break-word;font-weight: 600 !important;font-size: 18px !important;line-height: inherit;text-align: left;color: rgb(0, 0, 0); } } @media (min-width: 1200px) { .gp-component-id-o0sZHgHp75 { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 10px;overflow-wrap: break-word;font-weight: 600 !important;font-size: 18px !important;line-height: inherit;text-align: left;color: rgb(0, 0, 0); } } .gp-component-id-54pzFWUOIi { flex-direction: column;display: flex; } @media (max-width: 639px) { .gp-component-id-54pzFWUOIi { flex-direction: column;display: flex; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-54pzFWUOIi { flex-direction: column;display: flex; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-54pzFWUOIi { flex-direction: column;display: flex; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-54pzFWUOIi { flex-direction: column;display: flex; } } @media (min-width: 1200px) { .gp-component-id-54pzFWUOIi { flex-direction: column;display: flex; } } .gp-component-id-iynG9RxBL { width: 192px;object-position: center center;object-fit: cover;border-top-left-radius: 9999px;border-top-right-radius: 9999px;border-bottom-right-radius: 9999px;border-bottom-left-radius: 9999px;max-width: 100%;height: 192px;border-top-style: solid;border-right-style: solid;border-bottom-style: solid;border-left-style: solid;display: inline-flex;align-items: flex-start;justify-content: flex-start; } @media (max-width: 639px) { .gp-component-id-iynG9RxBL { width: 192px;object-position: center center;object-fit: cover;border-top-left-radius: 9999px;border-top-right-radius: 9999px;border-bottom-right-radius: 9999px;border-bottom-left-radius: 9999px;max-width: 100%;height: 192px;border-top-style: solid;border-right-style: solid;border-bottom-style: solid;border-left-style: solid;display: inline-flex;align-items: flex-start;justify-content: flex-start; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-iynG9RxBL { width: 192px;object-position: center center;object-fit: cover;border-top-left-radius: 9999px;border-top-right-radius: 9999px;border-bottom-right-radius: 9999px;border-bottom-left-radius: 9999px;max-width: 100%;height: 192px;border-top-style: solid;border-right-style: solid;border-bottom-style: solid;border-left-style: solid;display: inline-flex;align-items: flex-start;justify-content: flex-start; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-iynG9RxBL { width: 192px;object-position: center center;object-fit: cover;border-top-left-radius: 9999px;border-top-right-radius: 9999px;border-bottom-right-radius: 9999px;border-bottom-left-radius: 9999px;max-width: 100%;height: 192px;border-top-style: solid;border-right-style: solid;border-bottom-style: solid;border-left-style: solid;display: inline-flex;align-items: flex-start;justify-content: flex-start; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-iynG9RxBL { width: 192px;object-position: center center;object-fit: cover;border-top-left-radius: 9999px;border-top-right-radius: 9999px;border-bottom-right-radius: 9999px;border-bottom-left-radius: 9999px;max-width: 100%;height: 192px;border-top-style: solid;border-right-style: solid;border-bottom-style: solid;border-left-style: solid;display: inline-flex;align-items: flex-start;justify-content: flex-start; } } @media (min-width: 1200px) { .gp-component-id-iynG9RxBL { width: 192px;object-position: center center;object-fit: cover;border-top-left-radius: 9999px;border-top-right-radius: 9999px;border-bottom-right-radius: 9999px;border-bottom-left-radius: 9999px;max-width: 100%;height: 192px;border-top-style: solid;border-right-style: solid;border-bottom-style: solid;border-left-style: solid;display: inline-flex;align-items: flex-start;justify-content: flex-start; } } .gp-component-id-X4WFK10kG { flex-direction: column;display: flex; } @media (max-width: 639px) { .gp-component-id-X4WFK10kG { flex-direction: column;display: flex; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-X4WFK10kG { flex-direction: column;display: flex; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-X4WFK10kG { flex-direction: column;display: flex; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-X4WFK10kG { flex-direction: column;display: flex; } } @media (min-width: 1200px) { .gp-component-id-X4WFK10kG { flex-direction: column;display: flex; } } .gp-component-id-Vcz4zDlC7 { flex-direction: column;display: flex; } @media (max-width: 639px) { .gp-component-id-Vcz4zDlC7 { flex-direction: column;display: flex; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-Vcz4zDlC7 { flex-direction: column;display: flex; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-Vcz4zDlC7 { flex-direction: column;display: flex; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-Vcz4zDlC7 { flex-direction: column;display: flex; } } @media (min-width: 1200px) { .gp-component-id-Vcz4zDlC7 { flex-direction: column;display: flex; } } .gp-component-id-zdraMtvpyn { flex-direction: column;display: flex; } @media (max-width: 639px) { .gp-component-id-zdraMtvpyn { flex-direction: column;display: flex; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-zdraMtvpyn { flex-direction: column;display: flex; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-zdraMtvpyn { flex-direction: column;display: flex; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-zdraMtvpyn { flex-direction: column;display: flex; } } @media (min-width: 1200px) { .gp-component-id-zdraMtvpyn { flex-direction: column;display: flex; } } .gp-component-id-19PcmET20 { border-left-style: solid;border-bottom-style: solid;border-right-style: solid;border-top-style: solid;height: 192px;max-width: 100%;border-bottom-left-radius: 9999px;border-bottom-right-radius: 9999px;border-top-right-radius: 9999px;border-top-left-radius: 9999px;display: inline-flex;align-items: flex-start;justify-content: flex-start;object-fit: cover;object-position: center center;width: 192px; } @media (max-width: 639px) { .gp-component-id-19PcmET20 { border-left-style: solid;border-bottom-style: solid;border-right-style: solid;border-top-style: solid;height: 192px;max-width: 100%;border-bottom-left-radius: 9999px;border-bottom-right-radius: 9999px;border-top-right-radius: 9999px;border-top-left-radius: 9999px;display: inline-flex;align-items: flex-start;justify-content: flex-start;object-fit: cover;object-position: center center;width: 192px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-19PcmET20 { border-left-style: solid;border-bottom-style: solid;border-right-style: solid;border-top-style: solid;height: 192px;max-width: 100%;border-bottom-left-radius: 9999px;border-bottom-right-radius: 9999px;border-top-right-radius: 9999px;border-top-left-radius: 9999px;display: inline-flex;align-items: flex-start;justify-content: flex-start;object-fit: cover;object-position: center center;width: 192px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-19PcmET20 { border-left-style: solid;border-bottom-style: solid;border-right-style: solid;border-top-style: solid;height: 192px;max-width: 100%;border-bottom-left-radius: 9999px;border-bottom-right-radius: 9999px;border-top-right-radius: 9999px;border-top-left-radius: 9999px;display: inline-flex;align-items: flex-start;justify-content: flex-start;object-fit: cover;object-position: center center;width: 192px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-19PcmET20 { border-left-style: solid;border-bottom-style: solid;border-right-style: solid;border-top-style: solid;height: 192px;max-width: 100%;border-bottom-left-radius: 9999px;border-bottom-right-radius: 9999px;border-top-right-radius: 9999px;border-top-left-radius: 9999px;display: inline-flex;align-items: flex-start;justify-content: flex-start;object-fit: cover;object-position: center center;width: 192px; } } @media (min-width: 1200px) { .gp-component-id-19PcmET20 { border-left-style: solid;border-bottom-style: solid;border-right-style: solid;border-top-style: solid;height: 192px;max-width: 100%;border-bottom-left-radius: 9999px;border-bottom-right-radius: 9999px;border-top-right-radius: 9999px;border-top-left-radius: 9999px;display: inline-flex;align-items: flex-start;justify-content: flex-start;object-fit: cover;object-position: center center;width: 192px; } } .gp-component-id-3T3TdKxAW { flex-direction: column;display: flex; } @media (max-width: 639px) { .gp-component-id-3T3TdKxAW { flex-direction: column;display: flex; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-3T3TdKxAW { flex-direction: column;display: flex; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-3T3TdKxAW { flex-direction: column;display: flex; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-3T3TdKxAW { flex-direction: column;display: flex; } } @media (min-width: 1200px) { .gp-component-id-3T3TdKxAW { flex-direction: column;display: flex; } } .gp-component-id-epzIWErblG { flex-direction: column;display: flex; } @media (max-width: 639px) { .gp-component-id-epzIWErblG { flex-direction: column;display: flex; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-epzIWErblG { flex-direction: column;display: flex; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-epzIWErblG { flex-direction: column;display: flex; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-epzIWErblG { flex-direction: column;display: flex; } } @media (min-width: 1200px) { .gp-component-id-epzIWErblG { flex-direction: column;display: flex; } } .gp-component-id-gqQsO6vup { flex-direction: column;display: flex; } @media (max-width: 639px) { .gp-component-id-gqQsO6vup { flex-direction: column;display: flex; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-gqQsO6vup { flex-direction: column;display: flex; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-gqQsO6vup { flex-direction: column;display: flex; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-gqQsO6vup { flex-direction: column;display: flex; } } @media (min-width: 1200px) { .gp-component-id-gqQsO6vup { flex-direction: column;display: flex; } } .gp-component-id-GvWe6oZx3 { border-left-style: solid;border-bottom-style: solid;border-right-style: solid;border-top-style: solid;height: 192px;max-width: 100%;border-bottom-left-radius: 9999px;border-bottom-right-radius: 9999px;border-top-right-radius: 9999px;border-top-left-radius: 9999px;display: inline-flex;align-items: flex-start;justify-content: flex-start;object-fit: cover;object-position: center center;width: 192px; } @media (max-width: 639px) { .gp-component-id-GvWe6oZx3 { border-left-style: solid;border-bottom-style: solid;border-right-style: solid;border-top-style: solid;height: 192px;max-width: 100%;border-bottom-left-radius: 9999px;border-bottom-right-radius: 9999px;border-top-right-radius: 9999px;border-top-left-radius: 9999px;display: inline-flex;align-items: flex-start;justify-content: flex-start;object-fit: cover;object-position: center center;width: 192px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-GvWe6oZx3 { border-left-style: solid;border-bottom-style: solid;border-right-style: solid;border-top-style: solid;height: 192px;max-width: 100%;border-bottom-left-radius: 9999px;border-bottom-right-radius: 9999px;border-top-right-radius: 9999px;border-top-left-radius: 9999px;display: inline-flex;align-items: flex-start;justify-content: flex-start;object-fit: cover;object-position: center center;width: 192px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-GvWe6oZx3 { border-left-style: solid;border-bottom-style: solid;border-right-style: solid;border-top-style: solid;height: 192px;max-width: 100%;border-bottom-left-radius: 9999px;border-bottom-right-radius: 9999px;border-top-right-radius: 9999px;border-top-left-radius: 9999px;display: inline-flex;align-items: flex-start;justify-content: flex-start;object-fit: cover;object-position: center center;width: 192px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-GvWe6oZx3 { border-left-style: solid;border-bottom-style: solid;border-right-style: solid;border-top-style: solid;height: 192px;max-width: 100%;border-bottom-left-radius: 9999px;border-bottom-right-radius: 9999px;border-top-right-radius: 9999px;border-top-left-radius: 9999px;display: inline-flex;align-items: flex-start;justify-content: flex-start;object-fit: cover;object-position: center center;width: 192px; } } @media (min-width: 1200px) { .gp-component-id-GvWe6oZx3 { border-left-style: solid;border-bottom-style: solid;border-right-style: solid;border-top-style: solid;height: 192px;max-width: 100%;border-bottom-left-radius: 9999px;border-bottom-right-radius: 9999px;border-top-right-radius: 9999px;border-top-left-radius: 9999px;display: inline-flex;align-items: flex-start;justify-content: flex-start;object-fit: cover;object-position: center center;width: 192px; } } .gp-component-id-n7T9IFg2AT { flex-direction: column;display: flex; } @media (max-width: 639px) { .gp-component-id-n7T9IFg2AT { flex-direction: column;display: flex; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-n7T9IFg2AT { flex-direction: column;display: flex; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-n7T9IFg2AT { flex-direction: column;display: flex; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-n7T9IFg2AT { flex-direction: column;display: flex; } } @media (min-width: 1200px) { .gp-component-id-n7T9IFg2AT { flex-direction: column;display: flex; } } .gp-component-id-nEeCeLaOD { flex-direction: column;display: flex; } @media (max-width: 639px) { .gp-component-id-nEeCeLaOD { flex-direction: column;display: flex; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-nEeCeLaOD { flex-direction: column;display: flex; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-nEeCeLaOD { flex-direction: column;display: flex; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-nEeCeLaOD { flex-direction: column;display: flex; } } @media (min-width: 1200px) { .gp-component-id-nEeCeLaOD { flex-direction: column;display: flex; } } .gp-component-id-p2xb36HRM { flex-direction: column;display: flex; } @media (max-width: 639px) { .gp-component-id-p2xb36HRM { flex-direction: column;display: flex; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-p2xb36HRM { flex-direction: column;display: flex; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-p2xb36HRM { flex-direction: column;display: flex; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-p2xb36HRM { flex-direction: column;display: flex; } } @media (min-width: 1200px) { .gp-component-id-p2xb36HRM { flex-direction: column;display: flex; } } .gp-component-id-s_MOa2q6j { border-left-style: solid;border-bottom-style: solid;border-right-style: solid;border-top-style: solid;height: 192px;max-width: 100%;border-bottom-left-radius: 9999px;border-bottom-right-radius: 9999px;border-top-right-radius: 9999px;border-top-left-radius: 9999px;display: inline-flex;align-items: flex-start;justify-content: flex-start;object-fit: cover;object-position: center center;width: 192px; } @media (max-width: 639px) { .gp-component-id-s_MOa2q6j { border-left-style: solid;border-bottom-style: solid;border-right-style: solid;border-top-style: solid;height: 192px;max-width: 100%;border-bottom-left-radius: 9999px;border-bottom-right-radius: 9999px;border-top-right-radius: 9999px;border-top-left-radius: 9999px;display: inline-flex;align-items: flex-start;justify-content: flex-start;object-fit: cover;object-position: center center;width: 192px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-s_MOa2q6j { border-left-style: solid;border-bottom-style: solid;border-right-style: solid;border-top-style: solid;height: 192px;max-width: 100%;border-bottom-left-radius: 9999px;border-bottom-right-radius: 9999px;border-top-right-radius: 9999px;border-top-left-radius: 9999px;display: inline-flex;align-items: flex-start;justify-content: flex-start;object-fit: cover;object-position: center center;width: 192px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-s_MOa2q6j { border-left-style: solid;border-bottom-style: solid;border-right-style: solid;border-top-style: solid;height: 192px;max-width: 100%;border-bottom-left-radius: 9999px;border-bottom-right-radius: 9999px;border-top-right-radius: 9999px;border-top-left-radius: 9999px;display: inline-flex;align-items: flex-start;justify-content: flex-start;object-fit: cover;object-position: center center;width: 192px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-s_MOa2q6j { border-left-style: solid;border-bottom-style: solid;border-right-style: solid;border-top-style: solid;height: 192px;max-width: 100%;border-bottom-left-radius: 9999px;border-bottom-right-radius: 9999px;border-top-right-radius: 9999px;border-top-left-radius: 9999px;display: inline-flex;align-items: flex-start;justify-content: flex-start;object-fit: cover;object-position: center center;width: 192px; } } @media (min-width: 1200px) { .gp-component-id-s_MOa2q6j { border-left-style: solid;border-bottom-style: solid;border-right-style: solid;border-top-style: solid;height: 192px;max-width: 100%;border-bottom-left-radius: 9999px;border-bottom-right-radius: 9999px;border-top-right-radius: 9999px;border-top-left-radius: 9999px;display: inline-flex;align-items: flex-start;justify-content: flex-start;object-fit: cover;object-position: center center;width: 192px; } } .gp-component-id-yRsaKy5G9w { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px;overflow-wrap: break-word; } @media (max-width: 639px) { .gp-component-id-yRsaKy5G9w { margin-left: 0px;margin-bottom: 50px;margin-right: 0px;margin-top: 0px;overflow-wrap: break-word;font-size: 20px !important;line-height: 1.5;text-align: center;color: rgb(57, 75, 86); } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-yRsaKy5G9w { margin-left: 0px;margin-bottom: 50px;margin-right: 0px;margin-top: 0px;overflow-wrap: break-word;font-size: 20px !important;line-height: 1.5;text-align: center;color: rgb(57, 75, 86); } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-yRsaKy5G9w { margin-left: 0px;margin-bottom: 50px;margin-right: 0px;margin-top: 0px;overflow-wrap: break-word;font-size: 20px !important;line-height: 1.5;text-align: center;color: rgb(57, 75, 86); } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-yRsaKy5G9w { margin-left: 0px;margin-bottom: 50px;margin-right: 0px;margin-top: 0px;overflow-wrap: break-word;font-size: 20px !important;line-height: 1.5;text-align: center;color: rgb(57, 75, 86); } } @media (min-width: 1200px) { .gp-component-id-yRsaKy5G9w { margin-left: 0px;margin-bottom: 50px;margin-right: 0px;margin-top: 0px;overflow-wrap: break-word;font-size: 20px !important;line-height: 1.5;text-align: center;color: rgb(57, 75, 86); } } .gp-component-id-fKoyihrLNF { flex-direction: column;display: flex; } @media (max-width: 639px) { .gp-component-id-fKoyihrLNF { flex-direction: column;display: flex; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-fKoyihrLNF { flex-direction: column;display: flex; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-fKoyihrLNF { flex-direction: column;display: flex; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-fKoyihrLNF { flex-direction: column;display: flex; } } @media (min-width: 1200px) { .gp-component-id-fKoyihrLNF { flex-direction: column;display: flex; } } @media (max-width: 639px) { .gp-component-id-S0TkTgh_yG { display: flex;align-items: center;flex-direction: column;width: 100%;padding-bottom: 0px;padding-top: 0px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-S0TkTgh_yG { display: flex;align-items: center;flex-direction: column;width: 100%;padding-bottom: 0px;padding-top: 0px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-S0TkTgh_yG { display: flex;align-items: center;flex-direction: column;width: 100%;padding-bottom: 0px;padding-top: 0px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-S0TkTgh_yG { display: flex;align-items: center;flex-direction: column;width: 100%;padding-bottom: 0px;padding-top: 0px; } } @media (min-width: 1200px) { .gp-component-id-S0TkTgh_yG { display: flex;align-items: center;flex-direction: column;width: 100%;padding-bottom: 0px;padding-top: 0px; } } .gp-component-id-o085BVkJ2u { width: 100%;padding-left: 8px;padding-right: 8px; } @media (max-width: 639px) { .gp-component-id-o085BVkJ2u { width: 100%;padding-left: 8px;padding-right: 8px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-o085BVkJ2u { width: 100%;padding-left: 8px;padding-right: 8px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-o085BVkJ2u { width: 100%;padding-left: 8px;padding-right: 8px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-o085BVkJ2u { width: 100%;padding-left: 8px;padding-right: 8px; } } @media (min-width: 1200px) { .gp-component-id-o085BVkJ2u { width: 100%;padding-left: 8px;padding-right: 8px; } } .gp-component-id-sL_P1H0mVu { margin-left: -8px;margin-right: -8px; } @media (max-width: 639px) { .gp-component-id-sL_P1H0mVu { margin-left: -8px;margin-right: -8px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-sL_P1H0mVu { margin-left: -8px;margin-right: -8px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-sL_P1H0mVu { margin-left: -8px;margin-right: -8px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-sL_P1H0mVu { margin-left: -8px;margin-right: -8px; } } @media (min-width: 1200px) { .gp-component-id-sL_P1H0mVu { margin-left: -8px;margin-right: -8px; } } @media (max-width: 639px) { .gp-component-id-THeOjTT_ff { width: 100%;padding-right: 8px;padding-left: 8px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-THeOjTT_ff { width: 100%;padding-right: 8px;padding-left: 8px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-THeOjTT_ff { width: 100%;padding-right: 8px;padding-left: 8px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-THeOjTT_ff { width: 100%;padding-right: 8px;padding-left: 8px; } } @media (min-width: 1200px) { .gp-component-id-THeOjTT_ff { width: 100%;padding-right: 8px;padding-left: 8px; } } .gp-component-id-HssEd9PUsY { z-index: 15;position: relative; } @media (max-width: 639px) { .gp-component-id-HssEd9PUsY { z-index: 15;position: relative;width: 100%;margin-right: auto;margin-left: auto; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-HssEd9PUsY { z-index: 15;position: relative;max-width: 640px;width: 100%;margin-right: auto;margin-left: auto; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-HssEd9PUsY { z-index: 15;position: relative;max-width: 768px;width: 100%;margin-right: auto;margin-left: auto; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-HssEd9PUsY { z-index: 15;position: relative;max-width: 992px;width: 100%;margin-right: auto;margin-left: auto; } } @media (min-width: 1200px) { .gp-component-id-HssEd9PUsY { z-index: 15;position: relative;max-width: 1200px;width: 100%;margin-right: auto;margin-left: auto; } } .gp-component-id-4eZQAgmZfT { cursor: pointer;text-decoration-line: none;text-decoration-style: initial;text-decoration-color: initial;background-color: transparent;text-decoration-thickness: inherit;color: inherit;z-index: 15;position: relative; } @media (max-width: 639px) { .gp-component-id-4eZQAgmZfT { cursor: pointer;text-decoration-line: none;text-decoration-style: initial;text-decoration-color: initial;background-color: transparent;text-decoration-thickness: inherit;color: inherit;z-index: 15;position: relative; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-4eZQAgmZfT { cursor: pointer;text-decoration-line: none;text-decoration-style: initial;text-decoration-color: initial;background-color: transparent;text-decoration-thickness: inherit;color: inherit;z-index: 15;position: relative; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-4eZQAgmZfT { cursor: pointer;text-decoration-line: none;text-decoration-style: initial;text-decoration-color: initial;background-color: transparent;text-decoration-thickness: inherit;color: inherit;z-index: 15;position: relative; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-4eZQAgmZfT { cursor: pointer;text-decoration-line: none;text-decoration-style: initial;text-decoration-color: initial;background-color: transparent;text-decoration-thickness: inherit;color: inherit;z-index: 15;position: relative; } } @media (min-width: 1200px) { .gp-component-id-4eZQAgmZfT { cursor: pointer;text-decoration-line: none;text-decoration-style: initial;text-decoration-color: initial;background-color: transparent;text-decoration-thickness: inherit;color: inherit;z-index: 15;position: relative; } } .gp-component-id-K6ZYwc2W0 { min-height: 50px;position: relative;z-index: auto; } @media (max-width: 639px) { .gp-component-id-K6ZYwc2W0 { min-height: 50px;position: relative;z-index: auto;padding-bottom: 50px;padding-top: 50px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-K6ZYwc2W0 { min-height: 50px;position: relative;z-index: auto;padding-bottom: 50px;padding-top: 50px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-K6ZYwc2W0 { min-height: 50px;position: relative;z-index: auto;padding-bottom: 50px;padding-top: 50px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-K6ZYwc2W0 { min-height: 50px;position: relative;z-index: auto;padding-bottom: 50px;padding-top: 50px; } } @media (min-width: 1200px) { .gp-component-id-K6ZYwc2W0 { min-height: 50px;position: relative;z-index: auto;padding-bottom: 50px;padding-top: 50px; } } .gp-component-id-YpusGDOhAY { flex-direction: column;display: flex; } @media (max-width: 639px) { .gp-component-id-YpusGDOhAY { flex-direction: column;display: flex; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-YpusGDOhAY { flex-direction: column;display: flex; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-YpusGDOhAY { flex-direction: column;display: flex; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-YpusGDOhAY { flex-direction: column;display: flex; } } @media (min-width: 1200px) { .gp-component-id-YpusGDOhAY { flex-direction: column;display: flex; } } @media (max-width: 639px) { .gp-component-id-lF7F6S7A0t { width: 100%;padding-bottom: 0px;padding-top: 0px;padding-right: 0px;padding-left: 0px;border-bottom-right-radius: 0px;border-bottom-left-radius: 0px;border-top-right-radius: 0px;border-top-left-radius: 0px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-lF7F6S7A0t { width: 100%;padding-bottom: 0px;padding-top: 0px;padding-right: 0px;padding-left: 0px;border-bottom-right-radius: 0px;border-bottom-left-radius: 0px;border-top-right-radius: 0px;border-top-left-radius: 0px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-lF7F6S7A0t { width: 100%;padding-bottom: 50px;padding-top: 20px;padding-right: 41px;padding-left: 41px;border-bottom-right-radius: 0px;border-bottom-left-radius: 0px;border-top-right-radius: 0px;border-top-left-radius: 0px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-lF7F6S7A0t { width: 100%;padding-bottom: 50px;padding-top: 20px;padding-right: 151px;padding-left: 151px;border-bottom-right-radius: 0px;border-bottom-left-radius: 0px;border-top-right-radius: 0px;border-top-left-radius: 0px; } } @media (min-width: 1200px) { .gp-component-id-lF7F6S7A0t { width: 100%;padding-bottom: 50px;padding-top: 20px;padding-right: 261px;padding-left: 261px;border-bottom-right-radius: 0px;border-bottom-left-radius: 0px;border-top-right-radius: 0px;border-top-left-radius: 0px; } } .gp-component-id-C0hpT8HHKg { padding-left: 8px;width: 100%;padding-right: 8px; } @media (max-width: 639px) { .gp-component-id-C0hpT8HHKg { padding-left: 8px;width: 100%;padding-right: 8px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-C0hpT8HHKg { padding-left: 8px;width: 100%;padding-right: 8px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-C0hpT8HHKg { padding-left: 8px;width: 100%;padding-right: 8px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-C0hpT8HHKg { padding-left: 8px;width: 100%;padding-right: 8px; } } @media (min-width: 1200px) { .gp-component-id-C0hpT8HHKg { padding-left: 8px;width: 100%;padding-right: 8px; } } .gp-component-id-RrLBKa_T0a { margin-left: -8px;margin-right: -8px; } @media (max-width: 639px) { .gp-component-id-RrLBKa_T0a { margin-left: -8px;margin-right: -8px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-RrLBKa_T0a { margin-left: -8px;margin-right: -8px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-RrLBKa_T0a { margin-left: -8px;margin-right: -8px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-RrLBKa_T0a { margin-left: -8px;margin-right: -8px; } } @media (min-width: 1200px) { .gp-component-id-RrLBKa_T0a { margin-left: -8px;margin-right: -8px; } } @media (max-width: 639px) { .gp-component-id-qVje_XVJb { width: 100%;padding-right: 8px;padding-left: 8px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-qVje_XVJb { width: 100%;padding-right: 8px;padding-left: 8px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-qVje_XVJb { width: 100%;padding-right: 8px;padding-left: 8px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-qVje_XVJb { width: 100%;padding-right: 8px;padding-left: 8px; } } @media (min-width: 1200px) { .gp-component-id-qVje_XVJb { width: 100%;padding-right: 8px;padding-left: 8px; } } .gp-component-id-TFAYHtiATn { flex-direction: column;display: flex; } @media (max-width: 639px) { .gp-component-id-TFAYHtiATn { flex-direction: column;display: flex; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-TFAYHtiATn { flex-direction: column;display: flex; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-TFAYHtiATn { flex-direction: column;display: flex; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-TFAYHtiATn { flex-direction: column;display: flex; } } @media (min-width: 1200px) { .gp-component-id-TFAYHtiATn { flex-direction: column;display: flex; } } .gp-component-id-Wt6Cb1znzMz { padding-left: 8px;width: 100%;padding-right: 8px;flex-grow: 0;flex-shrink: 0;flex-basis: auto; } @media (max-width: 639px) { .gp-component-id-Wt6Cb1znzMz { padding-left: 8px;width: 100%;padding-right: 8px;flex-grow: 0;flex-shrink: 0;flex-basis: auto; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-Wt6Cb1znzMz { padding-left: 8px;width: 100%;padding-right: 8px;flex-grow: 0;flex-shrink: 0;flex-basis: auto; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-Wt6Cb1znzMz { padding-left: 8px;width: 50%;padding-right: 8px;flex-grow: 0;flex-shrink: 0;flex-basis: auto; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-Wt6Cb1znzMz { padding-left: 8px;width: 50%;padding-right: 8px;flex-grow: 0;flex-shrink: 0;flex-basis: auto; } } @media (min-width: 1200px) { .gp-component-id-Wt6Cb1znzMz { padding-left: 8px;width: 50%;padding-right: 8px;flex-grow: 0;flex-shrink: 0;flex-basis: auto; } } .gp-component-id-1IXNGbHn5 { flex-direction: column;display: flex; } @media (max-width: 639px) { .gp-component-id-1IXNGbHn5 { flex-direction: column;display: flex; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-1IXNGbHn5 { flex-direction: column;display: flex; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-1IXNGbHn5 { flex-direction: column;display: flex; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-1IXNGbHn5 { flex-direction: column;display: flex; } } @media (min-width: 1200px) { .gp-component-id-1IXNGbHn5 { flex-direction: column;display: flex; } } .gp-component-id-bR9FfNQXRD { padding-left: 8px;width: 100%;padding-right: 8px;flex-grow: 0;flex-shrink: 0;flex-basis: auto; } @media (max-width: 639px) { .gp-component-id-bR9FfNQXRD { padding-left: 8px;width: 100%;padding-right: 8px;flex-grow: 0;flex-shrink: 0;flex-basis: auto; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-bR9FfNQXRD { padding-left: 8px;width: 100%;padding-right: 8px;flex-grow: 0;flex-shrink: 0;flex-basis: auto; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-bR9FfNQXRD { padding-left: 8px;width: 50%;padding-right: 8px;flex-grow: 0;flex-shrink: 0;flex-basis: auto; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-bR9FfNQXRD { padding-left: 8px;width: 50%;padding-right: 8px;flex-grow: 0;flex-shrink: 0;flex-basis: auto; } } @media (min-width: 1200px) { .gp-component-id-bR9FfNQXRD { padding-left: 8px;width: 50%;padding-right: 8px;flex-grow: 0;flex-shrink: 0;flex-basis: auto; } } .gp-component-id-8ovBdyXEgl { margin-left: -8px;margin-right: -8px;flex-wrap: wrap; } @media (max-width: 639px) { .gp-component-id-8ovBdyXEgl { margin-left: -8px;margin-right: -8px;flex-wrap: wrap; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-8ovBdyXEgl { margin-left: -8px;margin-right: -8px;flex-wrap: wrap; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-8ovBdyXEgl { margin-left: -8px;margin-right: -8px;flex-wrap: wrap;display: flex; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-8ovBdyXEgl { margin-left: -8px;margin-right: -8px;flex-wrap: wrap;display: flex; } } @media (min-width: 1200px) { .gp-component-id-8ovBdyXEgl { margin-left: -8px;margin-right: -8px;flex-wrap: wrap;display: flex; } } @media (max-width: 639px) { .gp-component-id-jhkLkvZnbp { width: 100%;padding-right: 8px;padding-left: 8px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-jhkLkvZnbp { width: 100%;padding-right: 8px;padding-left: 8px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-jhkLkvZnbp { width: 100%;padding-right: 8px;padding-left: 8px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-jhkLkvZnbp { width: 100%;padding-right: 8px;padding-left: 8px; } } @media (min-width: 1200px) { .gp-component-id-jhkLkvZnbp { width: 100%;padding-right: 8px;padding-left: 8px; } } .gp-component-id-Kdl400vPOK { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px;overflow-wrap: break-word;font-weight: inherit;font-size: inherit; } @media (max-width: 639px) { .gp-component-id-Kdl400vPOK { margin-left: 0px;margin-bottom: 20px;margin-right: 0px;margin-top: 0px;overflow-wrap: break-word;font-weight: 700 !important;font-size: 28px !important;text-align: center; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-Kdl400vPOK { margin-left: 0px;margin-bottom: 20px;margin-right: 0px;margin-top: 0px;overflow-wrap: break-word;font-weight: 700 !important;font-size: 36px !important;text-align: center; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-Kdl400vPOK { margin-left: 0px;margin-bottom: 20px;margin-right: 0px;margin-top: 0px;overflow-wrap: break-word;font-weight: 700 !important;font-size: 36px !important;text-align: center; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-Kdl400vPOK { margin-left: 0px;margin-bottom: 20px;margin-right: 0px;margin-top: 0px;overflow-wrap: break-word;font-weight: 700 !important;font-size: 36px !important;text-align: center; } } @media (min-width: 1200px) { .gp-component-id-Kdl400vPOK { margin-left: 0px;margin-bottom: 20px;margin-right: 0px;margin-top: 0px;overflow-wrap: break-word;font-weight: 700 !important;font-size: 36px !important;text-align: center; } } .gp-component-id-SKcjVaxV0u { flex-direction: column;display: flex; } @media (max-width: 639px) { .gp-component-id-SKcjVaxV0u { flex-direction: column;display: flex; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-SKcjVaxV0u { flex-direction: column;display: flex; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-SKcjVaxV0u { flex-direction: column;display: flex; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-SKcjVaxV0u { flex-direction: column;display: flex; } } @media (min-width: 1200px) { .gp-component-id-SKcjVaxV0u { flex-direction: column;display: flex; } } @media (max-width: 639px) { .gp-component-id-UQJ4UyhQdx { display: flex;align-items: center;flex-direction: column;width: 100%;padding-bottom: 30px;padding-top: 30px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-UQJ4UyhQdx { display: flex;align-items: center;flex-direction: column;width: 100%;padding-bottom: 30px;padding-top: 30px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-UQJ4UyhQdx { display: flex;align-items: center;flex-direction: column;width: 100%;padding-bottom: 30px;padding-top: 30px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-UQJ4UyhQdx { display: flex;align-items: center;flex-direction: column;width: 100%;padding-bottom: 30px;padding-top: 30px; } } @media (min-width: 1200px) { .gp-component-id-UQJ4UyhQdx { display: flex;align-items: center;flex-direction: column;width: 100%;padding-bottom: 30px;padding-top: 30px; } } .gp-component-id-ho8iaGAAJL { width: 100%;padding-left: 8px;padding-right: 8px; } @media (max-width: 639px) { .gp-component-id-ho8iaGAAJL { width: 100%;padding-left: 8px;padding-right: 8px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-ho8iaGAAJL { width: 100%;padding-left: 8px;padding-right: 8px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-ho8iaGAAJL { width: 100%;padding-left: 8px;padding-right: 8px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-ho8iaGAAJL { width: 100%;padding-left: 8px;padding-right: 8px; } } @media (min-width: 1200px) { .gp-component-id-ho8iaGAAJL { width: 100%;padding-left: 8px;padding-right: 8px; } } .gp-component-id-Gr5LCVDRU3 { margin-left: -8px;margin-right: -8px; } @media (max-width: 639px) { .gp-component-id-Gr5LCVDRU3 { margin-left: -8px;margin-right: -8px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-Gr5LCVDRU3 { margin-left: -8px;margin-right: -8px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-Gr5LCVDRU3 { margin-left: -8px;margin-right: -8px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-Gr5LCVDRU3 { margin-left: -8px;margin-right: -8px; } } @media (min-width: 1200px) { .gp-component-id-Gr5LCVDRU3 { margin-left: -8px;margin-right: -8px; } } @media (max-width: 639px) { .gp-component-id-oAEDY8VMaW { width: 100%;padding-right: 8px;padding-left: 8px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-oAEDY8VMaW { width: 100%;padding-right: 8px;padding-left: 8px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-oAEDY8VMaW { width: 100%;padding-right: 8px;padding-left: 8px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-oAEDY8VMaW { width: 100%;padding-right: 8px;padding-left: 8px; } } @media (min-width: 1200px) { .gp-component-id-oAEDY8VMaW { width: 100%;padding-right: 8px;padding-left: 8px; } } .gp-component-id-yKwjDS57tM { z-index: 15;position: relative; } @media (max-width: 639px) { .gp-component-id-yKwjDS57tM { z-index: 15;position: relative;width: 100%;margin-right: auto;margin-left: auto; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-yKwjDS57tM { z-index: 15;position: relative;max-width: 640px;width: 100%;margin-right: auto;margin-left: auto; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-yKwjDS57tM { z-index: 15;position: relative;max-width: 768px;width: 100%;margin-right: auto;margin-left: auto; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-yKwjDS57tM { z-index: 15;position: relative;max-width: 992px;width: 100%;margin-right: auto;margin-left: auto; } } @media (min-width: 1200px) { .gp-component-id-yKwjDS57tM { z-index: 15;position: relative;max-width: 1200px;width: 100%;margin-right: auto;margin-left: auto; } } .gp-component-id-d_fxsT90mJ { cursor: pointer;text-decoration-line: none;text-decoration-style: initial;text-decoration-color: initial;background-color: transparent;text-decoration-thickness: inherit;color: inherit;z-index: 15;position: relative; } @media (max-width: 639px) { .gp-component-id-d_fxsT90mJ { cursor: pointer;text-decoration-line: none;text-decoration-style: initial;text-decoration-color: initial;background-color: transparent;text-decoration-thickness: inherit;color: inherit;z-index: 15;position: relative; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-d_fxsT90mJ { cursor: pointer;text-decoration-line: none;text-decoration-style: initial;text-decoration-color: initial;background-color: transparent;text-decoration-thickness: inherit;color: inherit;z-index: 15;position: relative; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-d_fxsT90mJ { cursor: pointer;text-decoration-line: none;text-decoration-style: initial;text-decoration-color: initial;background-color: transparent;text-decoration-thickness: inherit;color: inherit;z-index: 15;position: relative; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-d_fxsT90mJ { cursor: pointer;text-decoration-line: none;text-decoration-style: initial;text-decoration-color: initial;background-color: transparent;text-decoration-thickness: inherit;color: inherit;z-index: 15;position: relative; } } @media (min-width: 1200px) { .gp-component-id-d_fxsT90mJ { cursor: pointer;text-decoration-line: none;text-decoration-style: initial;text-decoration-color: initial;background-color: transparent;text-decoration-thickness: inherit;color: inherit;z-index: 15;position: relative; } } .gp-component-id-HmYza90GG { min-height: 50px;position: relative;z-index: auto; } @media (max-width: 639px) { .gp-component-id-HmYza90GG { min-height: 50px;position: relative;z-index: auto;margin-bottom: 0px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-HmYza90GG { min-height: 50px;position: relative;z-index: auto;margin-bottom: 0px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-HmYza90GG { min-height: 50px;position: relative;z-index: auto;margin-bottom: 0px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-HmYza90GG { min-height: 50px;position: relative;z-index: auto;margin-bottom: 0px; } } @media (min-width: 1200px) { .gp-component-id-HmYza90GG { min-height: 50px;position: relative;z-index: auto;margin-bottom: 0px; } } .gp-component-id-SU68awwp_V { flex-direction: column;display: flex; } @media (max-width: 639px) { .gp-component-id-SU68awwp_V { flex-direction: column;display: flex; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-SU68awwp_V { flex-direction: column;display: flex; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-SU68awwp_V { flex-direction: column;display: flex; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-SU68awwp_V { flex-direction: column;display: flex; } } @media (min-width: 1200px) { .gp-component-id-SU68awwp_V { flex-direction: column;display: flex; } } .gp-component-id-RnndBgcmZ { flex-direction: column;display: flex; } @media (max-width: 639px) { .gp-component-id-RnndBgcmZ { flex-direction: column;display: flex; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-RnndBgcmZ { flex-direction: column;display: flex; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-RnndBgcmZ { flex-direction: column;display: flex; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-RnndBgcmZ { flex-direction: column;display: flex; } } @media (min-width: 1200px) { .gp-component-id-RnndBgcmZ { flex-direction: column;display: flex; } } @media (max-width: 639px) { .gp-component-id-Yj9OYxpPYG { width: 100%;padding-bottom: 0px;padding-top: 0px;padding-right: 0px;padding-left: 0px;border-bottom-right-radius: 0px;border-bottom-left-radius: 0px;border-top-right-radius: 0px;border-top-left-radius: 0px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-Yj9OYxpPYG { width: 100%;padding-bottom: 0px;padding-top: 0px;padding-right: 0px;padding-left: 0px;border-bottom-right-radius: 0px;border-bottom-left-radius: 0px;border-top-right-radius: 0px;border-top-left-radius: 0px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-Yj9OYxpPYG { width: 100%;padding-bottom: 50px;padding-top: 20px;padding-right: 41px;padding-left: 41px;border-bottom-right-radius: 0px;border-bottom-left-radius: 0px;border-top-right-radius: 0px;border-top-left-radius: 0px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-Yj9OYxpPYG { width: 100%;padding-bottom: 50px;padding-top: 20px;padding-right: 151px;padding-left: 151px;border-bottom-right-radius: 0px;border-bottom-left-radius: 0px;border-top-right-radius: 0px;border-top-left-radius: 0px; } } @media (min-width: 1200px) { .gp-component-id-Yj9OYxpPYG { width: 100%;padding-bottom: 50px;padding-top: 20px;padding-right: 261px;padding-left: 261px;border-bottom-right-radius: 0px;border-bottom-left-radius: 0px;border-top-right-radius: 0px;border-top-left-radius: 0px; } } .gp-component-id-KPhTY6p3g5 { padding-right: 8px;width: 100%;padding-left: 8px; } @media (max-width: 639px) { .gp-component-id-KPhTY6p3g5 { padding-right: 8px;width: 100%;padding-left: 8px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-KPhTY6p3g5 { padding-right: 8px;width: 100%;padding-left: 8px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-KPhTY6p3g5 { padding-right: 8px;width: 100%;padding-left: 8px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-KPhTY6p3g5 { padding-right: 8px;width: 100%;padding-left: 8px; } } @media (min-width: 1200px) { .gp-component-id-KPhTY6p3g5 { padding-right: 8px;width: 100%;padding-left: 8px; } } .gp-component-id-r_fcE810yo { margin-right: -8px;margin-left: -8px; } @media (max-width: 639px) { .gp-component-id-r_fcE810yo { margin-right: -8px;margin-left: -8px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-r_fcE810yo { margin-right: -8px;margin-left: -8px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-r_fcE810yo { margin-right: -8px;margin-left: -8px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-r_fcE810yo { margin-right: -8px;margin-left: -8px; } } @media (min-width: 1200px) { .gp-component-id-r_fcE810yo { margin-right: -8px;margin-left: -8px; } } @media (max-width: 639px) { .gp-component-id-dkknIGPRWj { width: 100%;padding-right: 8px;padding-left: 8px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-dkknIGPRWj { width: 100%;padding-right: 8px;padding-left: 8px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-dkknIGPRWj { width: 100%;padding-right: 8px;padding-left: 8px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-dkknIGPRWj { width: 100%;padding-right: 8px;padding-left: 8px; } } @media (min-width: 1200px) { .gp-component-id-dkknIGPRWj { width: 100%;padding-right: 8px;padding-left: 8px; } } .gp-component-id-NunUodCdWh { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px;overflow-wrap: break-word; } @media (max-width: 639px) { .gp-component-id-NunUodCdWh { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px;overflow-wrap: break-word;font-weight: 600 !important;font-size: 18px !important;padding-bottom: 5px;padding-top: 5px;padding-right: 0px;padding-left: 0px;background-color: rgba(220, 24, 24, 0.2);border-bottom-right-radius: 100px;border-bottom-left-radius: 100px;border-top-right-radius: 100px;border-top-left-radius: 100px;line-height: 1.5;text-align: center;color: rgb(220, 24, 24); } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-NunUodCdWh { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px;overflow-wrap: break-word;font-weight: 600 !important;font-size: 18px !important;padding-bottom: 5px;padding-top: 5px;padding-right: 0px;padding-left: 0px;background-color: rgba(220, 24, 24, 0.2);border-bottom-right-radius: 100px;border-bottom-left-radius: 100px;border-top-right-radius: 100px;border-top-left-radius: 100px;line-height: 1.5;text-align: center;color: rgb(220, 24, 24); } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-NunUodCdWh { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px;overflow-wrap: break-word;font-weight: 600 !important;font-size: 18px !important;padding-bottom: 5px;padding-top: 5px;padding-right: 0px;padding-left: 0px;background-color: rgba(220, 24, 24, 0.2);border-bottom-right-radius: 100px;border-bottom-left-radius: 100px;border-top-right-radius: 100px;border-top-left-radius: 100px;line-height: 1.5;text-align: center;color: rgb(220, 24, 24); } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-NunUodCdWh { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px;overflow-wrap: break-word;font-weight: 600 !important;font-size: 18px !important;padding-bottom: 5px;padding-top: 5px;padding-right: 0px;padding-left: 0px;background-color: rgba(220, 24, 24, 0.2);border-bottom-right-radius: 100px;border-bottom-left-radius: 100px;border-top-right-radius: 100px;border-top-left-radius: 100px;line-height: 1.5;text-align: center;color: rgb(220, 24, 24); } } @media (min-width: 1200px) { .gp-component-id-NunUodCdWh { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px;overflow-wrap: break-word;font-weight: 600 !important;font-size: 18px !important;padding-bottom: 5px;padding-top: 5px;padding-right: 0px;padding-left: 0px;background-color: rgba(220, 24, 24, 0.2);border-bottom-right-radius: 100px;border-bottom-left-radius: 100px;border-top-right-radius: 100px;border-top-left-radius: 100px;line-height: 1.5;text-align: center;color: rgb(220, 24, 24); } } .gp-component-id-ev8WILo7Zn { flex-direction: column;display: flex; } @media (max-width: 639px) { .gp-component-id-ev8WILo7Zn { flex-direction: column;display: flex; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-ev8WILo7Zn { flex-direction: column;display: flex; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-ev8WILo7Zn { flex-direction: column;display: flex; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-ev8WILo7Zn { flex-direction: column;display: flex; } } @media (min-width: 1200px) { .gp-component-id-ev8WILo7Zn { flex-direction: column;display: flex; } } @media (max-width: 639px) { .gp-component-id-rQ7LClPN1S { width: 100%;padding-bottom: 0px;padding-top: 20px;padding-right: 0px;padding-left: 0px;border-bottom-right-radius: 0px;border-bottom-left-radius: 0px;border-top-right-radius: 0px;border-top-left-radius: 0px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-rQ7LClPN1S { width: 100%;padding-bottom: 50px;padding-top: 50px;padding-right: 110px;padding-left: 110px;border-bottom-right-radius: 0px;border-bottom-left-radius: 0px;border-top-right-radius: 0px;border-top-left-radius: 0px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-rQ7LClPN1S { width: 100%;padding-bottom: 50px;padding-top: 50px;padding-right: 139px;padding-left: 139px;border-bottom-right-radius: 0px;border-bottom-left-radius: 0px;border-top-right-radius: 0px;border-top-left-radius: 0px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-rQ7LClPN1S { width: 100%;padding-bottom: 50px;padding-top: 50px;padding-right: 296px;padding-left: 296px;border-bottom-right-radius: 0px;border-bottom-left-radius: 0px;border-top-right-radius: 0px;border-top-left-radius: 0px; } } @media (min-width: 1200px) { .gp-component-id-rQ7LClPN1S { width: 100%;padding-bottom: 50px;padding-top: 50px;padding-right: 372px;padding-left: 372px;border-bottom-right-radius: 0px;border-bottom-left-radius: 0px;border-top-right-radius: 0px;border-top-left-radius: 0px; } } .gp-component-id-_jnltx1wze { padding-left: 8px;width: 100%;padding-right: 8px; } @media (max-width: 639px) { .gp-component-id-_jnltx1wze { padding-left: 8px;width: 100%;padding-right: 8px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-_jnltx1wze { padding-left: 8px;width: 100%;padding-right: 8px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-_jnltx1wze { padding-left: 8px;width: 100%;padding-right: 8px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-_jnltx1wze { padding-left: 8px;width: 100%;padding-right: 8px; } } @media (min-width: 1200px) { .gp-component-id-_jnltx1wze { padding-left: 8px;width: 100%;padding-right: 8px; } } .gp-component-id-ul3XNUzwn { margin-left: -8px;margin-right: -8px; } @media (max-width: 639px) { .gp-component-id-ul3XNUzwn { margin-left: -8px;margin-right: -8px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-ul3XNUzwn { margin-left: -8px;margin-right: -8px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-ul3XNUzwn { margin-left: -8px;margin-right: -8px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-ul3XNUzwn { margin-left: -8px;margin-right: -8px; } } @media (min-width: 1200px) { .gp-component-id-ul3XNUzwn { margin-left: -8px;margin-right: -8px; } } .gp-component-id-zAVzD5uaP { padding-left: 8px;width: 100%;padding-right: 8px; } @media (max-width: 639px) { .gp-component-id-zAVzD5uaP { padding-left: 8px;width: 100%;padding-right: 8px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-zAVzD5uaP { padding-left: 8px;width: 100%;padding-right: 8px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-zAVzD5uaP { padding-left: 8px;width: 100%;padding-right: 8px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-zAVzD5uaP { padding-left: 8px;width: 100%;padding-right: 8px; } } @media (min-width: 1200px) { .gp-component-id-zAVzD5uaP { padding-left: 8px;width: 100%;padding-right: 8px; } } .gp-component-id-ruUHpYno1N { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px;overflow-wrap: break-word; } @media (max-width: 639px) { .gp-component-id-ruUHpYno1N { margin-left: 0px;margin-bottom: 20px;margin-right: 0px;margin-top: 0px;overflow-wrap: break-word;font-weight: 700 !important;font-size: 22px !important;text-align: left; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-ruUHpYno1N { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px;overflow-wrap: break-word;font-weight: 700 !important;font-size: 22px !important;text-align: left; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-ruUHpYno1N { margin-left: -75px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px;overflow-wrap: break-word;font-weight: 700 !important;font-size: 22px !important;text-align: left; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-ruUHpYno1N { margin-left: -120px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px;overflow-wrap: break-word;font-weight: 700 !important;font-size: 22px !important;text-align: left; } } @media (min-width: 1200px) { .gp-component-id-ruUHpYno1N { margin-left: -186px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px;overflow-wrap: break-word;font-weight: 700 !important;font-size: 22px !important;text-align: left; } } .gp-component-id-py43M_D1ch { flex-direction: column;display: flex; } @media (max-width: 639px) { .gp-component-id-py43M_D1ch { flex-direction: column;display: flex; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-py43M_D1ch { flex-direction: column;display: flex; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-py43M_D1ch { flex-direction: column;display: flex; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-py43M_D1ch { flex-direction: column;display: flex; } } @media (min-width: 1200px) { .gp-component-id-py43M_D1ch { flex-direction: column;display: flex; } } @media (max-width: 639px) { .gp-component-id-Amw66_sVNTL { display: flex;align-items: flex-start;justify-content: center;flex-direction: column;height: 100%;width: 100%; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-Amw66_sVNTL { display: flex;align-items: flex-start;justify-content: center;flex-direction: column;height: 100%;width: 100%;margin-bottom: 20px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-Amw66_sVNTL { display: flex;align-items: flex-start;justify-content: center;flex-direction: column;height: 100%;width: 100%; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-Amw66_sVNTL { display: flex;align-items: flex-start;justify-content: center;flex-direction: column;height: 100%;width: 100%; } } @media (min-width: 1200px) { .gp-component-id-Amw66_sVNTL { display: flex;align-items: flex-start;justify-content: center;flex-direction: column;height: 100%;width: 100%; } } .gp-component-id-k0IMPZePC3y { width: 100%;padding-left: 8px;padding-right: 8px;flex-grow: 0;flex-shrink: 0;flex-basis: auto; } @media (max-width: 639px) { .gp-component-id-k0IMPZePC3y { 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-k0IMPZePC3y { 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-k0IMPZePC3y { width: 50%;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-k0IMPZePC3y { width: 50%;padding-left: 8px;padding-right: 8px;flex-grow: 0;flex-shrink: 0;flex-basis: auto; } } @media (min-width: 1200px) { .gp-component-id-k0IMPZePC3y { width: 50%;padding-left: 8px;padding-right: 8px;flex-grow: 0;flex-shrink: 0;flex-basis: auto; } } .gp-component-id-tQ6VsQL2bU { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px;overflow-wrap: break-word;font-weight: inherit;font-size: inherit; } @media (max-width: 639px) { .gp-component-id-tQ6VsQL2bU { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px;overflow-wrap: break-word;font-weight: 600 !important;font-size: 32px !important;line-height: inherit;text-align: center;color: rgb(242, 100, 25); } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-tQ6VsQL2bU { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px;overflow-wrap: break-word;font-weight: 600 !important;font-size: 32px !important;line-height: inherit;text-align: center;color: rgb(242, 100, 25); } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-tQ6VsQL2bU { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px;overflow-wrap: break-word;font-weight: 600 !important;font-size: 18px !important;line-height: inherit;text-align: left;color: rgb(242, 100, 25); } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-tQ6VsQL2bU { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px;overflow-wrap: break-word;font-weight: 600 !important;font-size: 18px !important;line-height: inherit;text-align: left;color: rgb(242, 100, 25); } } @media (min-width: 1200px) { .gp-component-id-tQ6VsQL2bU { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px;overflow-wrap: break-word;font-weight: 600 !important;font-size: 18px !important;line-height: inherit;text-align: left;color: rgb(242, 100, 25); } } .gp-component-id-I3k5ctPg5g { flex-direction: column;display: flex; } @media (max-width: 639px) { .gp-component-id-I3k5ctPg5g { flex-direction: column;display: flex; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-I3k5ctPg5g { flex-direction: column;display: flex; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-I3k5ctPg5g { flex-direction: column;display: flex; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-I3k5ctPg5g { flex-direction: column;display: flex; } } @media (min-width: 1200px) { .gp-component-id-I3k5ctPg5g { flex-direction: column;display: flex; } } @media (max-width: 639px) { .gp-component-id-g5AGs06CBt { width: 100%;padding-bottom: 10px;padding-top: 10px;padding-right: 10px;padding-left: 10px;background-color: rgba(242, 100, 25, 0.2);border-bottom-right-radius: 100px;border-bottom-left-radius: 100px;border-top-right-radius: 100px;border-top-left-radius: 100px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-g5AGs06CBt { width: 100%;padding-bottom: 10px;padding-top: 10px;padding-right: 10px;padding-left: 10px;background-color: rgba(242, 100, 25, 0.2);border-bottom-right-radius: 100px;border-bottom-left-radius: 100px;border-top-right-radius: 100px;border-top-left-radius: 100px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-g5AGs06CBt { width: 100%;padding-bottom: 10px;padding-top: 10px;padding-right: 10px;padding-left: 10px;background-color: rgba(242, 100, 25, 0.2);border-bottom-right-radius: 100px;border-bottom-left-radius: 100px;border-top-right-radius: 100px;border-top-left-radius: 100px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-g5AGs06CBt { width: 100%;padding-bottom: 10px;padding-top: 10px;padding-right: 10px;padding-left: 10px;background-color: rgba(242, 100, 25, 0.2);border-bottom-right-radius: 100px;border-bottom-left-radius: 100px;border-top-right-radius: 100px;border-top-left-radius: 100px; } } @media (min-width: 1200px) { .gp-component-id-g5AGs06CBt { width: 100%;padding-bottom: 10px;padding-top: 10px;padding-right: 10px;padding-left: 10px;background-color: rgba(242, 100, 25, 0.2);border-bottom-right-radius: 100px;border-bottom-left-radius: 100px;border-top-right-radius: 100px;border-top-left-radius: 100px; } } .gp-component-id-vH0j435HKb { padding-right: 8px;width: 100%;padding-left: 8px; } @media (max-width: 639px) { .gp-component-id-vH0j435HKb { padding-right: 8px;width: 100%;padding-left: 8px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-vH0j435HKb { padding-right: 8px;width: 100%;padding-left: 8px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-vH0j435HKb { padding-right: 8px;width: 100%;padding-left: 8px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-vH0j435HKb { padding-right: 8px;width: 100%;padding-left: 8px; } } @media (min-width: 1200px) { .gp-component-id-vH0j435HKb { padding-right: 8px;width: 100%;padding-left: 8px; } } .gp-component-id-64MfZmjGN2 { margin-right: -8px;margin-left: -8px; } @media (max-width: 639px) { .gp-component-id-64MfZmjGN2 { margin-right: -8px;margin-left: -8px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-64MfZmjGN2 { margin-right: -8px;margin-left: -8px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-64MfZmjGN2 { margin-right: -8px;margin-left: -8px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-64MfZmjGN2 { margin-right: -8px;margin-left: -8px; } } @media (min-width: 1200px) { .gp-component-id-64MfZmjGN2 { margin-right: -8px;margin-left: -8px; } } @media (max-width: 639px) { .gp-component-id-SHEzFaxuj { padding-right: 8px;padding-left: 8px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-SHEzFaxuj { padding-right: 8px;padding-left: 8px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-SHEzFaxuj { padding-right: 8px;padding-left: 8px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-SHEzFaxuj { padding-right: 8px;padding-left: 8px; } } @media (min-width: 1200px) { .gp-component-id-SHEzFaxuj { padding-right: 8px;padding-left: 8px; } } @media (max-width: 639px) { .gp-component-id-8y9Mv4P8o9u { min-height: 120px;display: flex;align-items: flex-start;justify-content: center;flex-direction: column;height: auto;margin-left: 0px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-8y9Mv4P8o9u { min-height: 120px;display: flex;align-items: flex-start;justify-content: center;flex-direction: column;height: auto;margin-left: 0px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-8y9Mv4P8o9u { min-height: 120px;display: flex;align-items: flex-start;justify-content: center;flex-direction: column;height: auto;margin-left: 0px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-8y9Mv4P8o9u { min-height: 120px;display: flex;align-items: flex-start;justify-content: center;flex-direction: column;height: auto;margin-left: 0px; } } @media (min-width: 1200px) { .gp-component-id-8y9Mv4P8o9u { min-height: 120px;display: flex;align-items: flex-start;justify-content: center;flex-direction: column;height: auto;margin-left: 0px; } } .gp-component-id-ByOwBLin3Zg { width: 100%;padding-left: 8px;padding-right: 8px;flex-grow: 0;flex-shrink: 0;flex-basis: auto; } @media (max-width: 639px) { .gp-component-id-ByOwBLin3Zg { 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-ByOwBLin3Zg { 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-ByOwBLin3Zg { width: 50%;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-ByOwBLin3Zg { width: 50%;padding-left: 8px;padding-right: 8px;flex-grow: 0;flex-shrink: 0;flex-basis: auto; } } @media (min-width: 1200px) { .gp-component-id-ByOwBLin3Zg { width: 50%;padding-left: 8px;padding-right: 8px;flex-grow: 0;flex-shrink: 0;flex-basis: auto; } } .gp-component-id-9Hewqce803t { margin-left: -8px;margin-right: -8px;flex-wrap: wrap; } @media (max-width: 639px) { .gp-component-id-9Hewqce803t { margin-left: -8px;margin-right: -8px;flex-wrap: wrap; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-9Hewqce803t { margin-left: -8px;margin-right: -8px;flex-wrap: wrap; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-9Hewqce803t { margin-left: -8px;margin-right: -8px;flex-wrap: wrap;display: flex; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-9Hewqce803t { margin-left: -8px;margin-right: -8px;flex-wrap: wrap;display: flex; } } @media (min-width: 1200px) { .gp-component-id-9Hewqce803t { margin-left: -8px;margin-right: -8px;flex-wrap: wrap;display: flex; } } @media (max-width: 639px) { .gp-component-id-kPlClLneTyk { height: auto;width: 100%;padding-bottom: 0px;padding-top: 0px;padding-right: 0px;padding-left: 0px;margin-bottom: 0px;border-bottom-right-radius: 0px;border-bottom-left-radius: 0px;border-top-right-radius: 0px;border-top-left-radius: 0px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-kPlClLneTyk { height: auto;width: 100%;padding-bottom: 0px;padding-top: 0px;padding-right: 0px;padding-left: 0px;margin-bottom: 0px;border-bottom-right-radius: 0px;border-bottom-left-radius: 0px;border-top-right-radius: 0px;border-top-left-radius: 0px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-kPlClLneTyk { height: auto;width: 100%;padding-bottom: 0px;padding-top: 0px;padding-right: 0px;padding-left: 0px;margin-bottom: 0px;border-bottom-right-radius: 0px;border-bottom-left-radius: 0px;border-top-right-radius: 0px;border-top-left-radius: 0px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-kPlClLneTyk { height: auto;width: 100%;padding-bottom: 0px;padding-top: 0px;padding-right: 0px;padding-left: 0px;margin-bottom: 0px;border-bottom-right-radius: 0px;border-bottom-left-radius: 0px;border-top-right-radius: 0px;border-top-left-radius: 0px; } } @media (min-width: 1200px) { .gp-component-id-kPlClLneTyk { height: auto;width: 100%;padding-bottom: 0px;padding-top: 0px;padding-right: 0px;padding-left: 0px;margin-bottom: 0px;border-bottom-right-radius: 0px;border-bottom-left-radius: 0px;border-top-right-radius: 0px;border-top-left-radius: 0px; } } @media (max-width: 639px) { .gp-component-id-OyUmXNTfJbv { display: flex;align-items: flex-start;justify-content: flex-start;flex-direction: column;height: 100%;width: 100%;padding-right: 40px;padding-left: 40px;margin-bottom: 20px;box-shadow: rgba(0, 0, 0, 0.21) 0px 2px 10px 3px;border-bottom-right-radius: 24px;border-bottom-left-radius: 24px;border-top-right-radius: 24px;border-top-left-radius: 24px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-OyUmXNTfJbv { display: flex;align-items: flex-start;justify-content: flex-start;flex-direction: column;height: 100%;width: 100%;padding-right: 40px;padding-left: 40px;margin-bottom: 20px;box-shadow: rgba(0, 0, 0, 0.21) 0px 2px 10px 3px;border-bottom-right-radius: 24px;border-bottom-left-radius: 24px;border-top-right-radius: 24px;border-top-left-radius: 24px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-OyUmXNTfJbv { display: flex;align-items: flex-start;justify-content: flex-start;flex-direction: column;height: 100%;width: 100%;padding-right: 40px;padding-left: 40px;margin-bottom: 20px;box-shadow: rgba(0, 0, 0, 0.21) 0px 2px 10px 3px;border-bottom-right-radius: 24px;border-bottom-left-radius: 24px;border-top-right-radius: 24px;border-top-left-radius: 24px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-OyUmXNTfJbv { display: flex;align-items: flex-start;justify-content: flex-start;flex-direction: column;height: 100%;width: 100%;padding-right: 40px;padding-left: 40px;margin-bottom: 20px;box-shadow: rgba(0, 0, 0, 0.21) 0px 2px 10px 3px;border-bottom-right-radius: 24px;border-bottom-left-radius: 24px;border-top-right-radius: 24px;border-top-left-radius: 24px; } } @media (min-width: 1200px) { .gp-component-id-OyUmXNTfJbv { display: flex;align-items: flex-start;justify-content: flex-start;flex-direction: column;height: 100%;width: 100%;padding-right: 40px;padding-left: 40px;margin-bottom: 20px;box-shadow: rgba(0, 0, 0, 0.21) 0px 2px 10px 3px;border-bottom-right-radius: 24px;border-bottom-left-radius: 24px;border-top-right-radius: 24px;border-top-left-radius: 24px; } } .gp-component-id-EaojiZYiPOh { flex-basis: auto;flex-shrink: 0;flex-grow: 0;padding-right: 8px;width: 100%;padding-left: 8px; } @media (max-width: 639px) { .gp-component-id-EaojiZYiPOh { 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-EaojiZYiPOh { 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-EaojiZYiPOh { flex-basis: auto;flex-shrink: 0;flex-grow: 0;padding-right: 8px;width: 50%;padding-left: 8px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-EaojiZYiPOh { flex-basis: auto;flex-shrink: 0;flex-grow: 0;padding-right: 8px;width: 50%;padding-left: 8px; } } @media (min-width: 1200px) { .gp-component-id-EaojiZYiPOh { flex-basis: auto;flex-shrink: 0;flex-grow: 0;padding-right: 8px;width: 50%;padding-left: 8px; } } .gp-component-id-m6iKrrEuF { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px;overflow-wrap: break-word; } @media (max-width: 639px) { .gp-component-id-m6iKrrEuF { margin-left: 0px;margin-bottom: 20px;margin-right: 0px;margin-top: 0px;overflow-wrap: break-word;font-weight: 700 !important;font-size: 22px !important; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-m6iKrrEuF { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px;overflow-wrap: break-word;font-weight: 700 !important;font-size: 22px !important; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-m6iKrrEuF { margin-left: -75px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px;overflow-wrap: break-word;font-weight: 700 !important;font-size: 22px !important; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-m6iKrrEuF { margin-left: -120px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px;overflow-wrap: break-word;font-weight: 700 !important;font-size: 22px !important; } } @media (min-width: 1200px) { .gp-component-id-m6iKrrEuF { margin-left: -186px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px;overflow-wrap: break-word;font-weight: 700 !important;font-size: 22px !important; } } .gp-component-id-2ECzoMU2bZR { flex-direction: column;display: flex; } @media (max-width: 639px) { .gp-component-id-2ECzoMU2bZR { flex-direction: column;display: flex; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-2ECzoMU2bZR { flex-direction: column;display: flex; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-2ECzoMU2bZR { flex-direction: column;display: flex; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-2ECzoMU2bZR { flex-direction: column;display: flex; } } @media (min-width: 1200px) { .gp-component-id-2ECzoMU2bZR { flex-direction: column;display: flex; } } @media (max-width: 639px) { .gp-component-id-UDdUnUZd9x { display: flex;align-items: flex-start;justify-content: center;flex-direction: column;height: 100%;width: 100%; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-UDdUnUZd9x { display: flex;align-items: flex-start;justify-content: center;flex-direction: column;height: 100%;width: 100%;margin-bottom: 20px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-UDdUnUZd9x { display: flex;align-items: flex-start;justify-content: center;flex-direction: column;height: 100%;width: 100%; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-UDdUnUZd9x { display: flex;align-items: flex-start;justify-content: center;flex-direction: column;height: 100%;width: 100%; } } @media (min-width: 1200px) { .gp-component-id-UDdUnUZd9x { display: flex;align-items: flex-start;justify-content: center;flex-direction: column;height: 100%;width: 100%; } } .gp-component-id-0AW0Qvamt6 { flex-basis: auto;flex-shrink: 0;flex-grow: 0;padding-right: 8px;padding-left: 8px;width: 100%; } @media (max-width: 639px) { .gp-component-id-0AW0Qvamt6 { flex-basis: auto;flex-shrink: 0;flex-grow: 0;padding-right: 8px;padding-left: 8px;width: 100%; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-0AW0Qvamt6 { flex-basis: auto;flex-shrink: 0;flex-grow: 0;padding-right: 8px;padding-left: 8px;width: 100%; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-0AW0Qvamt6 { flex-basis: auto;flex-shrink: 0;flex-grow: 0;padding-right: 8px;padding-left: 8px;width: 50%; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-0AW0Qvamt6 { flex-basis: auto;flex-shrink: 0;flex-grow: 0;padding-right: 8px;padding-left: 8px;width: 50%; } } @media (min-width: 1200px) { .gp-component-id-0AW0Qvamt6 { flex-basis: auto;flex-shrink: 0;flex-grow: 0;padding-right: 8px;padding-left: 8px;width: 50%; } } .gp-component-id-Hl5vo2zkp { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px;overflow-wrap: break-word;font-weight: inherit;font-size: inherit; } @media (max-width: 639px) { .gp-component-id-Hl5vo2zkp { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px;overflow-wrap: break-word;font-weight: 600 !important;font-size: 32px !important;line-height: inherit;text-align: center;color: rgb(57, 196, 137); } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-Hl5vo2zkp { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px;overflow-wrap: break-word;font-weight: 600 !important;font-size: 32px !important;line-height: inherit;text-align: center;color: rgb(57, 196, 137); } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-Hl5vo2zkp { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px;overflow-wrap: break-word;font-weight: 600 !important;font-size: 18px !important;line-height: inherit;text-align: left;color: rgb(57, 196, 137); } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-Hl5vo2zkp { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px;overflow-wrap: break-word;font-weight: 600 !important;font-size: 18px !important;line-height: inherit;text-align: left;color: rgb(57, 196, 137); } } @media (min-width: 1200px) { .gp-component-id-Hl5vo2zkp { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px;overflow-wrap: break-word;font-weight: 600 !important;font-size: 18px !important;line-height: inherit;text-align: left;color: rgb(57, 196, 137); } } .gp-component-id-NJn9YTPHOl { flex-direction: column;display: flex; } @media (max-width: 639px) { .gp-component-id-NJn9YTPHOl { flex-direction: column;display: flex; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-NJn9YTPHOl { flex-direction: column;display: flex; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-NJn9YTPHOl { flex-direction: column;display: flex; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-NJn9YTPHOl { flex-direction: column;display: flex; } } @media (min-width: 1200px) { .gp-component-id-NJn9YTPHOl { flex-direction: column;display: flex; } } @media (max-width: 639px) { .gp-component-id-aNahIpOUMY { width: 100%;padding-bottom: 10px;padding-top: 10px;padding-right: 10px;padding-left: 10px;background-color: rgba(57, 196, 137, 0.2);border-bottom-right-radius: 100px;border-bottom-left-radius: 100px;border-top-right-radius: 100px;border-top-left-radius: 100px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-aNahIpOUMY { width: 100%;padding-bottom: 10px;padding-top: 10px;padding-right: 10px;padding-left: 10px;background-color: rgba(57, 196, 137, 0.2);border-bottom-right-radius: 100px;border-bottom-left-radius: 100px;border-top-right-radius: 100px;border-top-left-radius: 100px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-aNahIpOUMY { width: 100%;padding-bottom: 10px;padding-top: 10px;padding-right: 10px;padding-left: 10px;background-color: rgba(57, 196, 137, 0.2);border-bottom-right-radius: 100px;border-bottom-left-radius: 100px;border-top-right-radius: 100px;border-top-left-radius: 100px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-aNahIpOUMY { width: 100%;padding-bottom: 10px;padding-top: 10px;padding-right: 10px;padding-left: 10px;background-color: rgba(57, 196, 137, 0.2);border-bottom-right-radius: 100px;border-bottom-left-radius: 100px;border-top-right-radius: 100px;border-top-left-radius: 100px; } } @media (min-width: 1200px) { .gp-component-id-aNahIpOUMY { width: 100%;padding-bottom: 10px;padding-top: 10px;padding-right: 10px;padding-left: 10px;background-color: rgba(57, 196, 137, 0.2);border-bottom-right-radius: 100px;border-bottom-left-radius: 100px;border-top-right-radius: 100px;border-top-left-radius: 100px; } } .gp-component-id-Tg9g_l0_7b { padding-right: 8px;width: 100%;padding-left: 8px; } @media (max-width: 639px) { .gp-component-id-Tg9g_l0_7b { padding-right: 8px;width: 100%;padding-left: 8px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-Tg9g_l0_7b { padding-right: 8px;width: 100%;padding-left: 8px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-Tg9g_l0_7b { padding-right: 8px;width: 100%;padding-left: 8px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-Tg9g_l0_7b { padding-right: 8px;width: 100%;padding-left: 8px; } } @media (min-width: 1200px) { .gp-component-id-Tg9g_l0_7b { padding-right: 8px;width: 100%;padding-left: 8px; } } .gp-component-id-_0pUMwB5B5 { margin-right: -8px;margin-left: -8px; } @media (max-width: 639px) { .gp-component-id-_0pUMwB5B5 { margin-right: -8px;margin-left: -8px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-_0pUMwB5B5 { margin-right: -8px;margin-left: -8px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-_0pUMwB5B5 { margin-right: -8px;margin-left: -8px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-_0pUMwB5B5 { margin-right: -8px;margin-left: -8px; } } @media (min-width: 1200px) { .gp-component-id-_0pUMwB5B5 { margin-right: -8px;margin-left: -8px; } } @media (max-width: 639px) { .gp-component-id-3B7SfDiTG { padding-right: 8px;padding-left: 8px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-3B7SfDiTG { padding-right: 8px;padding-left: 8px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-3B7SfDiTG { padding-right: 8px;padding-left: 8px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-3B7SfDiTG { padding-right: 8px;padding-left: 8px; } } @media (min-width: 1200px) { .gp-component-id-3B7SfDiTG { padding-right: 8px;padding-left: 8px; } } @media (max-width: 639px) { .gp-component-id-zfgECUBpxw { min-height: 120px;display: flex;align-items: center;justify-content: center;flex-direction: column;height: auto;width: 28%;padding-bottom: 0px;padding-top: 0px;padding-right: 0px;padding-left: 0px;margin-left: 0px;border-bottom-right-radius: 100px;border-bottom-left-radius: 100px;border-top-right-radius: 100px;border-top-left-radius: 100px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-zfgECUBpxw { min-height: 120px;display: flex;align-items: flex-start;justify-content: center;flex-direction: column;height: auto;width: 28%;padding-bottom: 0px;padding-top: 0px;padding-right: 0px;padding-left: 0px;margin-left: 0px;border-bottom-right-radius: 100px;border-bottom-left-radius: 100px;border-top-right-radius: 100px;border-top-left-radius: 100px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-zfgECUBpxw { min-height: 120px;display: flex;align-items: center;justify-content: center;flex-direction: column;height: auto;width: 28%;padding-bottom: 0px;padding-top: 0px;padding-right: 0px;padding-left: 0px;margin-left: 0px;border-bottom-right-radius: 100px;border-bottom-left-radius: 100px;border-top-right-radius: 100px;border-top-left-radius: 100px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-zfgECUBpxw { min-height: 120px;display: flex;align-items: center;justify-content: center;flex-direction: column;height: auto;width: 28%;padding-bottom: 0px;padding-top: 0px;padding-right: 0px;padding-left: 0px;margin-left: 0px;border-bottom-right-radius: 100px;border-bottom-left-radius: 100px;border-top-right-radius: 100px;border-top-left-radius: 100px; } } @media (min-width: 1200px) { .gp-component-id-zfgECUBpxw { min-height: 120px;display: flex;align-items: center;justify-content: center;flex-direction: column;height: auto;width: 28%;padding-bottom: 0px;padding-top: 0px;padding-right: 0px;padding-left: 0px;margin-left: 0px;border-bottom-right-radius: 100px;border-bottom-left-radius: 100px;border-top-right-radius: 100px;border-top-left-radius: 100px; } } .gp-component-id-CmiBGbxNOS { flex-basis: auto;flex-shrink: 0;flex-grow: 0;padding-right: 8px;padding-left: 8px;width: 100%; } @media (max-width: 639px) { .gp-component-id-CmiBGbxNOS { flex-basis: auto;flex-shrink: 0;flex-grow: 0;padding-right: 8px;padding-left: 8px;width: 100%; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-CmiBGbxNOS { flex-basis: auto;flex-shrink: 0;flex-grow: 0;padding-right: 8px;padding-left: 8px;width: 100%; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-CmiBGbxNOS { flex-basis: auto;flex-shrink: 0;flex-grow: 0;padding-right: 8px;padding-left: 8px;width: 50%; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-CmiBGbxNOS { flex-basis: auto;flex-shrink: 0;flex-grow: 0;padding-right: 8px;padding-left: 8px;width: 50%; } } @media (min-width: 1200px) { .gp-component-id-CmiBGbxNOS { flex-basis: auto;flex-shrink: 0;flex-grow: 0;padding-right: 8px;padding-left: 8px;width: 50%; } } .gp-component-id-iXtTFm0FcP { flex-wrap: wrap;margin-right: -8px;margin-left: -8px; } @media (max-width: 639px) { .gp-component-id-iXtTFm0FcP { flex-wrap: wrap;margin-right: -8px;margin-left: -8px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-iXtTFm0FcP { flex-wrap: wrap;margin-right: -8px;margin-left: -8px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-iXtTFm0FcP { flex-wrap: wrap;margin-right: -8px;margin-left: -8px;display: flex; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-iXtTFm0FcP { flex-wrap: wrap;margin-right: -8px;margin-left: -8px;display: flex; } } @media (min-width: 1200px) { .gp-component-id-iXtTFm0FcP { flex-wrap: wrap;margin-right: -8px;margin-left: -8px;display: flex; } } @media (max-width: 639px) { .gp-component-id-X15fpb4sqI { height: auto;width: 100%;padding-bottom: 0px;padding-top: 0px;padding-right: 0px;padding-left: 0px;margin-bottom: 0px;border-bottom-right-radius: 0px;border-bottom-left-radius: 0px;border-top-right-radius: 0px;border-top-left-radius: 0px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-X15fpb4sqI { height: auto;width: 100%;padding-bottom: 0px;padding-top: 0px;padding-right: 0px;padding-left: 0px;margin-bottom: 0px;border-bottom-right-radius: 0px;border-bottom-left-radius: 0px;border-top-right-radius: 0px;border-top-left-radius: 0px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-X15fpb4sqI { height: auto;width: 100%;padding-bottom: 0px;padding-top: 0px;padding-right: 0px;padding-left: 0px;margin-bottom: 0px;border-bottom-right-radius: 0px;border-bottom-left-radius: 0px;border-top-right-radius: 0px;border-top-left-radius: 0px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-X15fpb4sqI { height: auto;width: 100%;padding-bottom: 0px;padding-top: 0px;padding-right: 0px;padding-left: 0px;margin-bottom: 0px;border-bottom-right-radius: 0px;border-bottom-left-radius: 0px;border-top-right-radius: 0px;border-top-left-radius: 0px; } } @media (min-width: 1200px) { .gp-component-id-X15fpb4sqI { height: auto;width: 100%;padding-bottom: 0px;padding-top: 0px;padding-right: 0px;padding-left: 0px;margin-bottom: 0px;border-bottom-right-radius: 0px;border-bottom-left-radius: 0px;border-top-right-radius: 0px;border-top-left-radius: 0px; } } @media (max-width: 639px) { .gp-component-id-2rtdnqGtgj { display: flex;justify-content: flex-start;flex-direction: column;height: 100%;width: 100%;padding-right: 40px;padding-left: 40px;margin-bottom: 20px;box-shadow: rgba(0, 0, 0, 0.21) 0px 2px 10px 3px;border-bottom-right-radius: 24px;border-bottom-left-radius: 24px;border-top-right-radius: 24px;border-top-left-radius: 24px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-2rtdnqGtgj { display: flex;justify-content: flex-start;flex-direction: column;height: 100%;width: 100%;padding-right: 40px;padding-left: 40px;margin-bottom: 20px;box-shadow: rgba(0, 0, 0, 0.21) 0px 2px 10px 3px;border-bottom-right-radius: 24px;border-bottom-left-radius: 24px;border-top-right-radius: 24px;border-top-left-radius: 24px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-2rtdnqGtgj { display: flex;justify-content: flex-start;flex-direction: column;height: 100%;width: 100%;padding-right: 40px;padding-left: 40px;margin-bottom: 20px;box-shadow: rgba(0, 0, 0, 0.21) 0px 2px 10px 3px;border-bottom-right-radius: 24px;border-bottom-left-radius: 24px;border-top-right-radius: 24px;border-top-left-radius: 24px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-2rtdnqGtgj { display: flex;justify-content: flex-start;flex-direction: column;height: 100%;width: 100%;padding-right: 40px;padding-left: 40px;margin-bottom: 20px;box-shadow: rgba(0, 0, 0, 0.21) 0px 2px 10px 3px;border-bottom-right-radius: 24px;border-bottom-left-radius: 24px;border-top-right-radius: 24px;border-top-left-radius: 24px; } } @media (min-width: 1200px) { .gp-component-id-2rtdnqGtgj { display: flex;justify-content: flex-start;flex-direction: column;height: 100%;width: 100%;padding-right: 40px;padding-left: 40px;margin-bottom: 20px;box-shadow: rgba(0, 0, 0, 0.21) 0px 2px 10px 3px;border-bottom-right-radius: 24px;border-bottom-left-radius: 24px;border-top-right-radius: 24px;border-top-left-radius: 24px; } } .gp-component-id-8iKJrNmuKj { flex-basis: auto;flex-shrink: 0;flex-grow: 0;padding-right: 8px;width: 100%;padding-left: 8px; } @media (max-width: 639px) { .gp-component-id-8iKJrNmuKj { 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-8iKJrNmuKj { 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-8iKJrNmuKj { flex-basis: auto;flex-shrink: 0;flex-grow: 0;padding-right: 8px;width: 50%;padding-left: 8px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-8iKJrNmuKj { flex-basis: auto;flex-shrink: 0;flex-grow: 0;padding-right: 8px;width: 50%;padding-left: 8px; } } @media (min-width: 1200px) { .gp-component-id-8iKJrNmuKj { flex-basis: auto;flex-shrink: 0;flex-grow: 0;padding-right: 8px;width: 50%;padding-left: 8px; } } .gp-component-id-7kYGtMJyuv { flex-wrap: wrap;margin-right: -8px;margin-left: -8px; } @media (max-width: 639px) { .gp-component-id-7kYGtMJyuv { flex-wrap: wrap;margin-right: -8px;margin-left: -8px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-7kYGtMJyuv { flex-wrap: wrap;margin-right: -8px;margin-left: -8px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-7kYGtMJyuv { flex-wrap: wrap;margin-right: -8px;margin-left: -8px;display: flex; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-7kYGtMJyuv { flex-wrap: wrap;margin-right: -8px;margin-left: -8px;display: flex; } } @media (min-width: 1200px) { .gp-component-id-7kYGtMJyuv { flex-wrap: wrap;margin-right: -8px;margin-left: -8px;display: flex; } } @media (max-width: 639px) { .gp-component-id-wDfQqSsQyX { width: 100%;padding-right: 8px;padding-left: 8px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-wDfQqSsQyX { width: 100%;padding-right: 8px;padding-left: 8px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-wDfQqSsQyX { width: 100%;padding-right: 8px;padding-left: 8px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-wDfQqSsQyX { width: 100%;padding-right: 8px;padding-left: 8px; } } @media (min-width: 1200px) { .gp-component-id-wDfQqSsQyX { width: 100%;padding-right: 8px;padding-left: 8px; } } @media (max-width: 639px) { .gp-component-id-_4ZorDiFlX { display: flex;align-items: center;flex-direction: column;width: 100%;padding-bottom: 30px;padding-top: 30px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-_4ZorDiFlX { display: flex;align-items: center;flex-direction: column;width: 100%;padding-bottom: 30px;padding-top: 30px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-_4ZorDiFlX { display: flex;align-items: center;flex-direction: column;width: 100%;padding-bottom: 30px;padding-top: 30px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-_4ZorDiFlX { display: flex;align-items: center;flex-direction: column;width: 100%;padding-bottom: 30px;padding-top: 30px; } } @media (min-width: 1200px) { .gp-component-id-_4ZorDiFlX { display: flex;align-items: center;flex-direction: column;width: 100%;padding-bottom: 30px;padding-top: 30px; } } .gp-component-id-SkQrWXoKtA { padding-right: 8px;padding-left: 8px;width: 100%; } @media (max-width: 639px) { .gp-component-id-SkQrWXoKtA { padding-right: 8px;padding-left: 8px;width: 100%; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-SkQrWXoKtA { padding-right: 8px;padding-left: 8px;width: 100%; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-SkQrWXoKtA { padding-right: 8px;padding-left: 8px;width: 100%; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-SkQrWXoKtA { padding-right: 8px;padding-left: 8px;width: 100%; } } @media (min-width: 1200px) { .gp-component-id-SkQrWXoKtA { padding-right: 8px;padding-left: 8px;width: 100%; } } .gp-component-id-yTavfgWOox { margin-right: -8px;margin-left: -8px; } @media (max-width: 639px) { .gp-component-id-yTavfgWOox { margin-right: -8px;margin-left: -8px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-yTavfgWOox { margin-right: -8px;margin-left: -8px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-yTavfgWOox { margin-right: -8px;margin-left: -8px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-yTavfgWOox { margin-right: -8px;margin-left: -8px; } } @media (min-width: 1200px) { .gp-component-id-yTavfgWOox { margin-right: -8px;margin-left: -8px; } } @media (max-width: 639px) { .gp-component-id-2H5N1o0b6G { width: 100%;padding-right: 8px;padding-left: 8px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-2H5N1o0b6G { width: 100%;padding-right: 8px;padding-left: 8px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-2H5N1o0b6G { width: 100%;padding-right: 8px;padding-left: 8px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-2H5N1o0b6G { width: 100%;padding-right: 8px;padding-left: 8px; } } @media (min-width: 1200px) { .gp-component-id-2H5N1o0b6G { width: 100%;padding-right: 8px;padding-left: 8px; } } .gp-component-id-XsG_xf2Y_y { z-index: 15;position: relative; } @media (max-width: 639px) { .gp-component-id-XsG_xf2Y_y { z-index: 15;position: relative;width: 100%;margin-right: auto;margin-left: auto; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-XsG_xf2Y_y { z-index: 15;position: relative;max-width: 640px;width: 100%;margin-right: auto;margin-left: auto; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-XsG_xf2Y_y { z-index: 15;position: relative;max-width: 768px;width: 100%;margin-right: auto;margin-left: auto; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-XsG_xf2Y_y { z-index: 15;position: relative;max-width: 992px;width: 100%;margin-right: auto;margin-left: auto; } } @media (min-width: 1200px) { .gp-component-id-XsG_xf2Y_y { z-index: 15;position: relative;max-width: 1200px;width: 100%;margin-right: auto;margin-left: auto; } } .gp-component-id-XOVr_8y0nl { background-color: transparent;text-decoration-color: initial;text-decoration-style: initial;text-decoration-line: none;cursor: pointer;text-decoration-thickness: inherit;color: inherit;z-index: 15;position: relative; } @media (max-width: 639px) { .gp-component-id-XOVr_8y0nl { background-color: transparent;text-decoration-color: initial;text-decoration-style: initial;text-decoration-line: none;cursor: pointer;text-decoration-thickness: inherit;color: inherit;z-index: 15;position: relative; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-XOVr_8y0nl { background-color: transparent;text-decoration-color: initial;text-decoration-style: initial;text-decoration-line: none;cursor: pointer;text-decoration-thickness: inherit;color: inherit;z-index: 15;position: relative; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-XOVr_8y0nl { background-color: transparent;text-decoration-color: initial;text-decoration-style: initial;text-decoration-line: none;cursor: pointer;text-decoration-thickness: inherit;color: inherit;z-index: 15;position: relative; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-XOVr_8y0nl { background-color: transparent;text-decoration-color: initial;text-decoration-style: initial;text-decoration-line: none;cursor: pointer;text-decoration-thickness: inherit;color: inherit;z-index: 15;position: relative; } } @media (min-width: 1200px) { .gp-component-id-XOVr_8y0nl { background-color: transparent;text-decoration-color: initial;text-decoration-style: initial;text-decoration-line: none;cursor: pointer;text-decoration-thickness: inherit;color: inherit;z-index: 15;position: relative; } } .gp-component-id-l3qj_p6_b { min-height: 50px;position: relative;z-index: auto; } @media (max-width: 639px) { .gp-component-id-l3qj_p6_b { min-height: 50px;position: relative;z-index: auto;margin-bottom: 0px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-l3qj_p6_b { min-height: 50px;position: relative;z-index: auto;margin-bottom: 0px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-l3qj_p6_b { min-height: 50px;position: relative;z-index: auto;margin-bottom: 0px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-l3qj_p6_b { min-height: 50px;position: relative;z-index: auto;margin-bottom: 0px; } } @media (min-width: 1200px) { .gp-component-id-l3qj_p6_b { min-height: 50px;position: relative;z-index: auto;margin-bottom: 0px; } } .gp-component-id-C1SUFU5ecb { text-align: inherit; } @media (max-width: 639px) { .gp-component-id-C1SUFU5ecb { text-align: inherit; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-C1SUFU5ecb { text-align: inherit; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-C1SUFU5ecb { text-align: inherit; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-C1SUFU5ecb { text-align: inherit; } } @media (min-width: 1200px) { .gp-component-id-C1SUFU5ecb { text-align: inherit; } } .gp-component-id-1a2vYqXbNo { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px;overflow-wrap: break-word; } @media (max-width: 639px) { .gp-component-id-1a2vYqXbNo { margin-left: 0px;margin-bottom: 20px;margin-right: 0px;margin-top: 50px;overflow-wrap: break-word;font-size: 20px !important;line-height: 1.5;text-align: center;color: rgb(57, 75, 86); } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-1a2vYqXbNo { margin-left: 0px;margin-bottom: 20px;margin-right: 0px;margin-top: 50px;overflow-wrap: break-word;font-size: 20px !important;line-height: 1.5;text-align: left;color: rgb(57, 75, 86); } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-1a2vYqXbNo { margin-left: 0px;margin-bottom: 20px;margin-right: 0px;margin-top: 50px;overflow-wrap: break-word;font-size: 20px !important;line-height: 1.5;text-align: left;color: rgb(57, 75, 86); } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-1a2vYqXbNo { margin-left: 0px;margin-bottom: 20px;margin-right: 0px;margin-top: 50px;overflow-wrap: break-word;font-size: 20px !important;line-height: 1.5;text-align: left;color: rgb(57, 75, 86); } } @media (min-width: 1200px) { .gp-component-id-1a2vYqXbNo { margin-left: 0px;margin-bottom: 20px;margin-right: 0px;margin-top: 50px;overflow-wrap: break-word;font-size: 20px !important;line-height: 1.5;text-align: left;color: rgb(57, 75, 86); } } .gp-component-id-h93bGGJGE { flex-direction: column;display: flex; } @media (max-width: 639px) { .gp-component-id-h93bGGJGE { flex-direction: column;display: flex; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-h93bGGJGE { flex-direction: column;display: flex; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-h93bGGJGE { flex-direction: column;display: flex; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-h93bGGJGE { flex-direction: column;display: flex; } } @media (min-width: 1200px) { .gp-component-id-h93bGGJGE { flex-direction: column;display: flex; } } .gp-component-id-XpKjmp2OvT { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px;overflow-wrap: break-word; } @media (max-width: 639px) { .gp-component-id-XpKjmp2OvT { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 10px;overflow-wrap: break-word;font-size: 18px !important;line-height: inherit;text-align: left;color: rgb(57, 75, 86); } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-XpKjmp2OvT { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 10px;overflow-wrap: break-word;font-size: 18px !important;line-height: inherit;text-align: center;color: rgb(57, 75, 86); } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-XpKjmp2OvT { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 10px;overflow-wrap: break-word;font-size: 18px !important;line-height: inherit;text-align: left;color: rgb(57, 75, 86); } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-XpKjmp2OvT { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 10px;overflow-wrap: break-word;font-size: 18px !important;line-height: inherit;text-align: left;color: rgb(57, 75, 86); } } @media (min-width: 1200px) { .gp-component-id-XpKjmp2OvT { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 10px;overflow-wrap: break-word;font-size: 18px !important;line-height: inherit;text-align: left;color: rgb(57, 75, 86); } } .gp-component-id-Yl0knKUKZJ { flex-direction: column;display: flex; } @media (max-width: 639px) { .gp-component-id-Yl0knKUKZJ { flex-direction: column;display: flex; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-Yl0knKUKZJ { flex-direction: column;display: flex; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-Yl0knKUKZJ { flex-direction: column;display: flex; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-Yl0knKUKZJ { flex-direction: column;display: flex; } } @media (min-width: 1200px) { .gp-component-id-Yl0knKUKZJ { flex-direction: column;display: flex; } } .gp-component-id-_SbWLuLFoB { flex-direction: column;display: flex; } @media (max-width: 639px) { .gp-component-id-_SbWLuLFoB { flex-direction: column;display: flex; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-_SbWLuLFoB { flex-direction: column;display: flex; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-_SbWLuLFoB { flex-direction: column;display: flex; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-_SbWLuLFoB { flex-direction: column;display: flex; } } @media (min-width: 1200px) { .gp-component-id-_SbWLuLFoB { flex-direction: column;display: flex; } } @media (max-width: 639px) { .gp-component-id-gJSOCJZb68 { width: 100%; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-gJSOCJZb68 { width: 100%; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-gJSOCJZb68 { width: 100%; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-gJSOCJZb68 { width: 100%; } } @media (min-width: 1200px) { .gp-component-id-gJSOCJZb68 { width: 100%; } } .gp-component-id-BPAbTi5ARj { padding-left: 8px;width: 100%;padding-right: 8px; } @media (max-width: 639px) { .gp-component-id-BPAbTi5ARj { padding-left: 8px;width: 100%;padding-right: 8px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-BPAbTi5ARj { padding-left: 8px;width: 100%;padding-right: 8px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-BPAbTi5ARj { padding-left: 8px;width: 100%;padding-right: 8px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-BPAbTi5ARj { padding-left: 8px;width: 100%;padding-right: 8px; } } @media (min-width: 1200px) { .gp-component-id-BPAbTi5ARj { padding-left: 8px;width: 100%;padding-right: 8px; } } .gp-component-id-IkTqu9aloe { margin-left: -8px;margin-right: -8px; } @media (max-width: 639px) { .gp-component-id-IkTqu9aloe { margin-left: -8px;margin-right: -8px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-IkTqu9aloe { margin-left: -8px;margin-right: -8px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-IkTqu9aloe { margin-left: -8px;margin-right: -8px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-IkTqu9aloe { margin-left: -8px;margin-right: -8px; } } @media (min-width: 1200px) { .gp-component-id-IkTqu9aloe { margin-left: -8px;margin-right: -8px; } } @media (max-width: 639px) { .gp-component-id-mJJH3r9tN { width: 100%;padding-right: 8px;padding-left: 8px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-mJJH3r9tN { width: 100%;padding-right: 8px;padding-left: 8px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-mJJH3r9tN { width: 100%;padding-right: 8px;padding-left: 8px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-mJJH3r9tN { width: 100%;padding-right: 8px;padding-left: 8px; } } @media (min-width: 1200px) { .gp-component-id-mJJH3r9tN { width: 100%;padding-right: 8px;padding-left: 8px; } } .gp-component-id-6zznJcQA_R { padding-left: 8px;width: 100%;padding-right: 8px;flex-grow: 0;flex-shrink: 0;flex-basis: auto; } @media (max-width: 639px) { .gp-component-id-6zznJcQA_R { padding-left: 8px;width: 100%;padding-right: 8px;flex-grow: 0;flex-shrink: 0;flex-basis: auto; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-6zznJcQA_R { padding-left: 8px;width: 100%;padding-right: 8px;flex-grow: 0;flex-shrink: 0;flex-basis: auto; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-6zznJcQA_R { padding-left: 8px;width: 50%;padding-right: 8px;flex-grow: 0;flex-shrink: 0;flex-basis: auto; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-6zznJcQA_R { padding-left: 8px;width: 50%;padding-right: 8px;flex-grow: 0;flex-shrink: 0;flex-basis: auto; } } @media (min-width: 1200px) { .gp-component-id-6zznJcQA_R { padding-left: 8px;width: 50%;padding-right: 8px;flex-grow: 0;flex-shrink: 0;flex-basis: auto; } } .gp-component-id-Nl_CYKHSHJ { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px;overflow-wrap: break-word;font-weight: inherit;font-size: inherit; } @media (max-width: 639px) { .gp-component-id-Nl_CYKHSHJ { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 10px;overflow-wrap: break-word;font-weight: inherit;font-size: 18px !important;line-height: inherit;text-align: left;color: rgb(57, 75, 86); } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-Nl_CYKHSHJ { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 10px;overflow-wrap: break-word;font-weight: inherit;font-size: 18px !important;line-height: inherit;text-align: center;color: rgb(57, 75, 86); } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-Nl_CYKHSHJ { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 10px;overflow-wrap: break-word;font-weight: inherit;font-size: 18px !important;line-height: inherit;text-align: left;color: rgb(57, 75, 86); } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-Nl_CYKHSHJ { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 10px;overflow-wrap: break-word;font-weight: inherit;font-size: 18px !important;line-height: inherit;text-align: left;color: rgb(57, 75, 86); } } @media (min-width: 1200px) { .gp-component-id-Nl_CYKHSHJ { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 10px;overflow-wrap: break-word;font-weight: inherit;font-size: 18px !important;line-height: inherit;text-align: left;color: rgb(57, 75, 86); } } .gp-component-id-2XTc1LpPT { flex-direction: column;display: flex; } @media (max-width: 639px) { .gp-component-id-2XTc1LpPT { flex-direction: column;display: flex; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-2XTc1LpPT { flex-direction: column;display: flex; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-2XTc1LpPT { flex-direction: column;display: flex; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-2XTc1LpPT { flex-direction: column;display: flex; } } @media (min-width: 1200px) { .gp-component-id-2XTc1LpPT { flex-direction: column;display: flex; } } .gp-component-id-NsFiotng5P { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px;overflow-wrap: break-word;font-weight: inherit;font-size: inherit; } @media (max-width: 639px) { .gp-component-id-NsFiotng5P { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 10px;overflow-wrap: break-word;font-weight: 600 !important;font-size: 26px !important;line-height: inherit;text-align: left;color: rgb(242, 100, 25); } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-NsFiotng5P { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 10px;overflow-wrap: break-word;font-weight: 600 !important;font-size: 26px !important;line-height: inherit;text-align: center;color: rgb(242, 100, 25); } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-NsFiotng5P { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 10px;overflow-wrap: break-word;font-weight: 600 !important;font-size: 26px !important;line-height: inherit;text-align: left;color: rgb(242, 100, 25); } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-NsFiotng5P { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 10px;overflow-wrap: break-word;font-weight: 600 !important;font-size: 26px !important;line-height: inherit;text-align: left;color: rgb(242, 100, 25); } } @media (min-width: 1200px) { .gp-component-id-NsFiotng5P { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 10px;overflow-wrap: break-word;font-weight: 600 !important;font-size: 26px !important;line-height: inherit;text-align: left;color: rgb(242, 100, 25); } } .gp-component-id-hlmh_8aviW { flex-direction: column;display: flex; } @media (max-width: 639px) { .gp-component-id-hlmh_8aviW { flex-direction: column;display: flex; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-hlmh_8aviW { flex-direction: column;display: flex; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-hlmh_8aviW { flex-direction: column;display: flex; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-hlmh_8aviW { flex-direction: column;display: flex; } } @media (min-width: 1200px) { .gp-component-id-hlmh_8aviW { flex-direction: column;display: flex; } } .gp-component-id-y5yfW8y2Ab { width: 100%; } @media (max-width: 639px) { .gp-component-id-y5yfW8y2Ab { width: 100%; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-y5yfW8y2Ab { width: 100%; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-y5yfW8y2Ab { width: 100%; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-y5yfW8y2Ab { width: 100%; } } @media (min-width: 1200px) { .gp-component-id-y5yfW8y2Ab { width: 100%; } } .gp-component-id-XiI2yHozxZ { padding-left: 8px;width: 100%;padding-right: 8px; } @media (max-width: 639px) { .gp-component-id-XiI2yHozxZ { padding-left: 8px;width: 100%;padding-right: 8px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-XiI2yHozxZ { padding-left: 8px;width: 100%;padding-right: 8px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-XiI2yHozxZ { padding-left: 8px;width: 100%;padding-right: 8px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-XiI2yHozxZ { padding-left: 8px;width: 100%;padding-right: 8px; } } @media (min-width: 1200px) { .gp-component-id-XiI2yHozxZ { padding-left: 8px;width: 100%;padding-right: 8px; } } .gp-component-id-ZtPeTg1iV { margin-left: -8px;margin-right: -8px; } @media (max-width: 639px) { .gp-component-id-ZtPeTg1iV { margin-left: -8px;margin-right: -8px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-ZtPeTg1iV { margin-left: -8px;margin-right: -8px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-ZtPeTg1iV { margin-left: -8px;margin-right: -8px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-ZtPeTg1iV { margin-left: -8px;margin-right: -8px; } } @media (min-width: 1200px) { .gp-component-id-ZtPeTg1iV { margin-left: -8px;margin-right: -8px; } } .gp-component-id-025SUnt2w { padding-left: 8px;width: 100%;padding-right: 8px; } @media (max-width: 639px) { .gp-component-id-025SUnt2w { padding-left: 8px;width: 100%;padding-right: 8px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-025SUnt2w { padding-left: 8px;width: 100%;padding-right: 8px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-025SUnt2w { padding-left: 8px;width: 100%;padding-right: 8px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-025SUnt2w { padding-left: 8px;width: 100%;padding-right: 8px; } } @media (min-width: 1200px) { .gp-component-id-025SUnt2w { padding-left: 8px;width: 100%;padding-right: 8px; } } .gp-component-id-8PTt_zYX8E { padding-left: 8px;width: 100%;padding-right: 8px; } @media (max-width: 639px) { .gp-component-id-8PTt_zYX8E { padding-left: 8px;width: 100%;padding-right: 8px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-8PTt_zYX8E { padding-left: 8px;width: 100%;padding-right: 8px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-8PTt_zYX8E { padding-left: 8px;width: 100%;padding-right: 8px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-8PTt_zYX8E { padding-left: 8px;width: 100%;padding-right: 8px; } } @media (min-width: 1200px) { .gp-component-id-8PTt_zYX8E { padding-left: 8px;width: 100%;padding-right: 8px; } } .gp-component-id-FjmM2kOLJ { margin-left: -8px;margin-right: -8px; } @media (max-width: 639px) { .gp-component-id-FjmM2kOLJ { margin-left: -8px;margin-right: -8px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-FjmM2kOLJ { margin-left: -8px;margin-right: -8px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-FjmM2kOLJ { margin-left: -8px;margin-right: -8px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-FjmM2kOLJ { margin-left: -8px;margin-right: -8px; } } @media (min-width: 1200px) { .gp-component-id-FjmM2kOLJ { margin-left: -8px;margin-right: -8px; } } .gp-component-id-mLmAELRHU { padding-left: 8px;width: 100%;padding-right: 8px; } @media (max-width: 639px) { .gp-component-id-mLmAELRHU { padding-left: 8px;width: 100%;padding-right: 8px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-mLmAELRHU { padding-left: 8px;width: 100%;padding-right: 8px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-mLmAELRHU { padding-left: 8px;width: 100%;padding-right: 8px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-mLmAELRHU { padding-left: 8px;width: 100%;padding-right: 8px; } } @media (min-width: 1200px) { .gp-component-id-mLmAELRHU { padding-left: 8px;width: 100%;padding-right: 8px; } } .gp-component-id-YxNst_5aBk { padding-left: 8px;width: 100%;padding-right: 8px;flex-grow: 0;flex-shrink: 0;flex-basis: auto; } @media (max-width: 639px) { .gp-component-id-YxNst_5aBk { padding-left: 8px;width: 100%;padding-right: 8px;flex-grow: 0;flex-shrink: 0;flex-basis: auto; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-YxNst_5aBk { padding-left: 8px;width: 100%;padding-right: 8px;flex-grow: 0;flex-shrink: 0;flex-basis: auto; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-YxNst_5aBk { padding-left: 8px;width: 50%;padding-right: 8px;flex-grow: 0;flex-shrink: 0;flex-basis: auto; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-YxNst_5aBk { padding-left: 8px;width: 50%;padding-right: 8px;flex-grow: 0;flex-shrink: 0;flex-basis: auto; } } @media (min-width: 1200px) { .gp-component-id-YxNst_5aBk { padding-left: 8px;width: 50%;padding-right: 8px;flex-grow: 0;flex-shrink: 0;flex-basis: auto; } } .gp-component-id-T08T4ZSzH { margin-left: -8px;margin-right: -8px;flex-wrap: wrap; } @media (max-width: 639px) { .gp-component-id-T08T4ZSzH { margin-left: -8px;margin-right: -8px;flex-wrap: wrap; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-T08T4ZSzH { margin-left: -8px;margin-right: -8px;flex-wrap: wrap; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-T08T4ZSzH { margin-left: -8px;margin-right: -8px;flex-wrap: wrap;display: flex; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-T08T4ZSzH { margin-left: -8px;margin-right: -8px;flex-wrap: wrap;display: flex; } } @media (min-width: 1200px) { .gp-component-id-T08T4ZSzH { margin-left: -8px;margin-right: -8px;flex-wrap: wrap;display: flex; } } .gp-component-id-p40lgS56W { padding-left: 8px;width: 100%;padding-right: 8px; } @media (max-width: 639px) { .gp-component-id-p40lgS56W { padding-left: 8px;width: 100%;padding-right: 8px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-p40lgS56W { padding-left: 8px;width: 100%;padding-right: 8px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-p40lgS56W { padding-left: 8px;width: 100%;padding-right: 8px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-p40lgS56W { padding-left: 8px;width: 100%;padding-right: 8px; } } @media (min-width: 1200px) { .gp-component-id-p40lgS56W { padding-left: 8px;width: 100%;padding-right: 8px; } } .gp-component-id-CmjaWMCnG_ { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px;overflow-wrap: break-word; } @media (max-width: 639px) { .gp-component-id-CmjaWMCnG_ { margin-left: 0px;margin-bottom: 20px;margin-right: 0px;margin-top: 0px;overflow-wrap: break-word;font-size: 20px !important;line-height: 1.5;text-align: center;color: rgb(57, 75, 86); } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-CmjaWMCnG_ { margin-left: 0px;margin-bottom: 20px;margin-right: 0px;margin-top: 0px;overflow-wrap: break-word;font-size: 20px !important;line-height: 1.5;text-align: center;color: rgb(57, 75, 86); } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-CmjaWMCnG_ { margin-left: 0px;margin-bottom: 20px;margin-right: 0px;margin-top: 0px;overflow-wrap: break-word;font-size: 20px !important;line-height: 1.5;text-align: center;color: rgb(57, 75, 86); } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-CmjaWMCnG_ { margin-left: 0px;margin-bottom: 20px;margin-right: 0px;margin-top: 0px;overflow-wrap: break-word;font-size: 20px !important;line-height: 1.5;text-align: center;color: rgb(57, 75, 86); } } @media (min-width: 1200px) { .gp-component-id-CmjaWMCnG_ { margin-left: 0px;margin-bottom: 20px;margin-right: 0px;margin-top: 0px;overflow-wrap: break-word;font-size: 20px !important;line-height: 1.5;text-align: center;color: rgb(57, 75, 86); } } .gp-component-id-UFoLPzD6LX { flex-direction: column;display: flex; } @media (max-width: 639px) { .gp-component-id-UFoLPzD6LX { flex-direction: column;display: flex; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-UFoLPzD6LX { flex-direction: column;display: flex; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-UFoLPzD6LX { flex-direction: column;display: flex; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-UFoLPzD6LX { flex-direction: column;display: flex; } } @media (min-width: 1200px) { .gp-component-id-UFoLPzD6LX { flex-direction: column;display: flex; } } @media (max-width: 639px) { .gp-component-id-mXqyTTDz5v { display: flex;align-items: center;flex-direction: column;width: 100%;padding-bottom: 30px;padding-top: 30px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-mXqyTTDz5v { display: flex;align-items: center;flex-direction: column;width: 100%;padding-bottom: 30px;padding-top: 30px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-mXqyTTDz5v { display: flex;align-items: center;flex-direction: column;width: 100%;padding-bottom: 30px;padding-top: 30px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-mXqyTTDz5v { display: flex;align-items: center;flex-direction: column;width: 100%;padding-bottom: 30px;padding-top: 30px; } } @media (min-width: 1200px) { .gp-component-id-mXqyTTDz5v { display: flex;align-items: center;flex-direction: column;width: 100%;padding-bottom: 30px;padding-top: 30px; } } .gp-component-id-Gt1HQAHv20 { padding-right: 8px;padding-left: 8px;width: 100%; } @media (max-width: 639px) { .gp-component-id-Gt1HQAHv20 { padding-right: 8px;padding-left: 8px;width: 100%; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-Gt1HQAHv20 { padding-right: 8px;padding-left: 8px;width: 100%; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-Gt1HQAHv20 { padding-right: 8px;padding-left: 8px;width: 100%; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-Gt1HQAHv20 { padding-right: 8px;padding-left: 8px;width: 100%; } } @media (min-width: 1200px) { .gp-component-id-Gt1HQAHv20 { padding-right: 8px;padding-left: 8px;width: 100%; } } .gp-component-id-VELazuSTGW { margin-right: -8px;margin-left: -8px; } @media (max-width: 639px) { .gp-component-id-VELazuSTGW { margin-right: -8px;margin-left: -8px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-VELazuSTGW { margin-right: -8px;margin-left: -8px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-VELazuSTGW { margin-right: -8px;margin-left: -8px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-VELazuSTGW { margin-right: -8px;margin-left: -8px; } } @media (min-width: 1200px) { .gp-component-id-VELazuSTGW { margin-right: -8px;margin-left: -8px; } } @media (max-width: 639px) { .gp-component-id-L5XavZtCn0 { width: 100%;padding-right: 8px;padding-left: 8px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-L5XavZtCn0 { width: 100%;padding-right: 8px;padding-left: 8px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-L5XavZtCn0 { width: 100%;padding-right: 8px;padding-left: 8px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-L5XavZtCn0 { width: 100%;padding-right: 8px;padding-left: 8px; } } @media (min-width: 1200px) { .gp-component-id-L5XavZtCn0 { width: 100%;padding-right: 8px;padding-left: 8px; } } .gp-component-id-1LN9W3fFY8 { z-index: 15;position: relative; } @media (max-width: 639px) { .gp-component-id-1LN9W3fFY8 { z-index: 15;position: relative;width: 100%;margin-right: auto;margin-left: auto; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-1LN9W3fFY8 { z-index: 15;position: relative;max-width: 640px;width: 100%;margin-right: auto;margin-left: auto; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-1LN9W3fFY8 { z-index: 15;position: relative;max-width: 768px;width: 100%;margin-right: auto;margin-left: auto; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-1LN9W3fFY8 { z-index: 15;position: relative;max-width: 992px;width: 100%;margin-right: auto;margin-left: auto; } } @media (min-width: 1200px) { .gp-component-id-1LN9W3fFY8 { z-index: 15;position: relative;max-width: 1200px;width: 100%;margin-right: auto;margin-left: auto; } } .gp-component-id-3Q6TwEKPt1 { background-color: transparent;text-decoration-color: initial;text-decoration-style: initial;text-decoration-line: none;cursor: pointer;text-decoration-thickness: inherit;color: inherit;z-index: 15;position: relative; } @media (max-width: 639px) { .gp-component-id-3Q6TwEKPt1 { background-color: transparent;text-decoration-color: initial;text-decoration-style: initial;text-decoration-line: none;cursor: pointer;text-decoration-thickness: inherit;color: inherit;z-index: 15;position: relative; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-3Q6TwEKPt1 { background-color: transparent;text-decoration-color: initial;text-decoration-style: initial;text-decoration-line: none;cursor: pointer;text-decoration-thickness: inherit;color: inherit;z-index: 15;position: relative; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-3Q6TwEKPt1 { background-color: transparent;text-decoration-color: initial;text-decoration-style: initial;text-decoration-line: none;cursor: pointer;text-decoration-thickness: inherit;color: inherit;z-index: 15;position: relative; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-3Q6TwEKPt1 { background-color: transparent;text-decoration-color: initial;text-decoration-style: initial;text-decoration-line: none;cursor: pointer;text-decoration-thickness: inherit;color: inherit;z-index: 15;position: relative; } } @media (min-width: 1200px) { .gp-component-id-3Q6TwEKPt1 { background-color: transparent;text-decoration-color: initial;text-decoration-style: initial;text-decoration-line: none;cursor: pointer;text-decoration-thickness: inherit;color: inherit;z-index: 15;position: relative; } } .gp-component-id-cPrWqJWAB { min-height: 50px;position: relative;z-index: 99 !important; } @media (max-width: 639px) { .gp-component-id-cPrWqJWAB { min-height: 50px;position: relative;z-index: 99 !important; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-cPrWqJWAB { min-height: 50px;position: relative;z-index: 99 !important; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-cPrWqJWAB { min-height: 50px;position: relative;z-index: 99 !important; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-cPrWqJWAB { min-height: 50px;position: relative;z-index: 99 !important; } } @media (min-width: 1200px) { .gp-component-id-cPrWqJWAB { min-height: 50px;position: relative;z-index: 99 !important; } } .gp-component-id-Wiveq5W1sm { flex-direction: column;display: flex; } @media (max-width: 639px) { .gp-component-id-Wiveq5W1sm { flex-direction: column;display: flex; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-Wiveq5W1sm { flex-direction: column;display: flex; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-Wiveq5W1sm { flex-direction: column;display: flex; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-Wiveq5W1sm { flex-direction: column;display: flex; } } @media (min-width: 1200px) { .gp-component-id-Wiveq5W1sm { flex-direction: column;display: flex; } } .gp-component-id-leTuUEjQcp { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px;overflow-wrap: break-word; } @media (max-width: 639px) { .gp-component-id-leTuUEjQcp { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px;overflow-wrap: break-word;font-weight: 700 !important;font-size: 18px !important;text-align: center; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-leTuUEjQcp { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px;overflow-wrap: break-word;font-weight: 700 !important;font-size: 18px !important;text-align: center; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-leTuUEjQcp { margin-left: -120px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px;overflow-wrap: break-word;font-weight: 700 !important;font-size: 18px !important;text-align: left; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-leTuUEjQcp { margin-left: -150px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px;overflow-wrap: break-word;font-weight: 700 !important;font-size: 18px !important;text-align: left; } } @media (min-width: 1200px) { .gp-component-id-leTuUEjQcp { margin-left: -150px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px;overflow-wrap: break-word;font-weight: 700 !important;font-size: 18px !important;text-align: left; } } .gp-component-id-q0gHkatpM4 { flex-direction: column;display: flex; } @media (max-width: 639px) { .gp-component-id-q0gHkatpM4 { flex-direction: column;display: flex; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-q0gHkatpM4 { flex-direction: column;display: flex; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-q0gHkatpM4 { flex-direction: column;display: flex; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-q0gHkatpM4 { flex-direction: column;display: flex; } } @media (min-width: 1200px) { .gp-component-id-q0gHkatpM4 { flex-direction: column;display: flex; } } @media (max-width: 639px) { .gp-component-id-zI7dZYd_YQ { display: flex;align-items: flex-start;justify-content: center;flex-direction: column;height: 100%;width: 100%; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-zI7dZYd_YQ { display: flex;align-items: center;justify-content: center;flex-direction: column;height: 100%;width: 100%; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-zI7dZYd_YQ { display: flex;align-items: flex-start;justify-content: center;flex-direction: column;height: 100%;width: 100%; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-zI7dZYd_YQ { display: flex;align-items: flex-start;justify-content: center;flex-direction: column;height: 100%;width: 100%; } } @media (min-width: 1200px) { .gp-component-id-zI7dZYd_YQ { display: flex;align-items: flex-start;justify-content: center;flex-direction: column;height: 100%;width: 100%; } } .gp-component-id-VONY_4PLGc { width: 100%;padding-left: 8px;padding-right: 8px;flex-grow: 0;flex-shrink: 0;flex-basis: auto; } @media (max-width: 639px) { .gp-component-id-VONY_4PLGc { 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-VONY_4PLGc { 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-VONY_4PLGc { width: 50%;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-VONY_4PLGc { width: 50%;padding-left: 8px;padding-right: 8px;flex-grow: 0;flex-shrink: 0;flex-basis: auto; } } @media (min-width: 1200px) { .gp-component-id-VONY_4PLGc { width: 50%;padding-left: 8px;padding-right: 8px;flex-grow: 0;flex-shrink: 0;flex-basis: auto; } } .gp-component-id-3aTYIcSjTP { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px;overflow-wrap: break-word;font-weight: inherit;font-size: inherit; } @media (max-width: 639px) { .gp-component-id-3aTYIcSjTP { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px;overflow-wrap: break-word;font-weight: inherit;font-size: 30px !important;line-height: inherit;text-align: center;color: rgb(0, 0, 0); } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-3aTYIcSjTP { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 10px;overflow-wrap: break-word;font-weight: inherit;font-size: 30px !important;line-height: inherit;text-align: center;color: rgb(0, 0, 0); } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-3aTYIcSjTP { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 10px;overflow-wrap: break-word;font-weight: inherit;font-size: 30px !important;line-height: inherit;text-align: left;color: rgb(0, 0, 0); } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-3aTYIcSjTP { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 10px;overflow-wrap: break-word;font-weight: inherit;font-size: 30px !important;line-height: inherit;text-align: left;color: rgb(0, 0, 0); } } @media (min-width: 1200px) { .gp-component-id-3aTYIcSjTP { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 10px;overflow-wrap: break-word;font-weight: inherit;font-size: 30px !important;line-height: inherit;text-align: left;color: rgb(0, 0, 0); } } .gp-component-id-qizhCCVMbL { flex-direction: column;display: flex; } @media (max-width: 639px) { .gp-component-id-qizhCCVMbL { flex-direction: column;display: flex; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-qizhCCVMbL { flex-direction: column;display: flex; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-qizhCCVMbL { flex-direction: column;display: flex; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-qizhCCVMbL { flex-direction: column;display: flex; } } @media (min-width: 1200px) { .gp-component-id-qizhCCVMbL { flex-direction: column;display: flex; } } .gp-component-id-0YAanKpYxH { width: 100%;padding-left: 8px;padding-right: 8px;flex-grow: 0;flex-shrink: 0;flex-basis: auto; } @media (max-width: 639px) { .gp-component-id-0YAanKpYxH { 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-0YAanKpYxH { 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-0YAanKpYxH { width: 50%;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-0YAanKpYxH { width: 50%;padding-left: 8px;padding-right: 8px;flex-grow: 0;flex-shrink: 0;flex-basis: auto; } } @media (min-width: 1200px) { .gp-component-id-0YAanKpYxH { width: 50%;padding-left: 8px;padding-right: 8px;flex-grow: 0;flex-shrink: 0;flex-basis: auto; } } .gp-component-id-ONKl51ZH8q { margin-left: -8px;margin-right: -8px;flex-wrap: wrap; } @media (max-width: 639px) { .gp-component-id-ONKl51ZH8q { margin-left: -8px;margin-right: -8px;flex-wrap: wrap; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-ONKl51ZH8q { margin-left: -8px;margin-right: -8px;flex-wrap: wrap; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-ONKl51ZH8q { margin-left: -8px;margin-right: -8px;flex-wrap: wrap;display: flex; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-ONKl51ZH8q { margin-left: -8px;margin-right: -8px;flex-wrap: wrap;display: flex; } } @media (min-width: 1200px) { .gp-component-id-ONKl51ZH8q { margin-left: -8px;margin-right: -8px;flex-wrap: wrap;display: flex; } } @media (max-width: 639px) { .gp-component-id-m3GVQAxiT95 { height: 100%;width: 100%; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-m3GVQAxiT95 { height: 100%;width: 100%; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-m3GVQAxiT95 { height: 100%;width: 100%; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-m3GVQAxiT95 { height: 100%;width: 100%; } } @media (min-width: 1200px) { .gp-component-id-m3GVQAxiT95 { height: 100%;width: 100%; } } .gp-component-id-0drnDy2wwKo { flex-basis: auto;flex-shrink: 0;flex-grow: 0;padding-right: 8px;width: 100%;padding-left: 8px; } @media (max-width: 639px) { .gp-component-id-0drnDy2wwKo { 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-0drnDy2wwKo { 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-0drnDy2wwKo { flex-basis: auto;flex-shrink: 0;flex-grow: 0;padding-right: 8px;width: 50%;padding-left: 8px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-0drnDy2wwKo { flex-basis: auto;flex-shrink: 0;flex-grow: 0;padding-right: 8px;width: 50%;padding-left: 8px; } } @media (min-width: 1200px) { .gp-component-id-0drnDy2wwKo { flex-basis: auto;flex-shrink: 0;flex-grow: 0;padding-right: 8px;width: 50%;padding-left: 8px; } } .gp-component-id-BGvSVZk0FJ { flex-direction: column;display: flex; } @media (max-width: 639px) { .gp-component-id-BGvSVZk0FJ { flex-direction: column;display: flex; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-BGvSVZk0FJ { flex-direction: column;display: flex; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-BGvSVZk0FJ { flex-direction: column;display: flex; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-BGvSVZk0FJ { flex-direction: column;display: flex; } } @media (min-width: 1200px) { .gp-component-id-BGvSVZk0FJ { flex-direction: column;display: flex; } } .gp-component-id-EOrDEu3lCt { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px;overflow-wrap: break-word; } @media (max-width: 639px) { .gp-component-id-EOrDEu3lCt { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px;overflow-wrap: break-word;font-weight: 700 !important;font-size: 18px !important;text-align: center; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-EOrDEu3lCt { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px;overflow-wrap: break-word;font-weight: 700 !important;font-size: 18px !important;text-align: left; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-EOrDEu3lCt { margin-left: -120px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px;overflow-wrap: break-word;font-weight: 700 !important;font-size: 18px !important;text-align: left; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-EOrDEu3lCt { margin-left: -150px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px;overflow-wrap: break-word;font-weight: 700 !important;font-size: 18px !important;text-align: left; } } @media (min-width: 1200px) { .gp-component-id-EOrDEu3lCt { margin-left: -150px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px;overflow-wrap: break-word;font-weight: 700 !important;font-size: 18px !important;text-align: left; } } .gp-component-id-nglxEZmSZk { flex-direction: column;display: flex; } @media (max-width: 639px) { .gp-component-id-nglxEZmSZk { flex-direction: column;display: flex; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-nglxEZmSZk { flex-direction: column;display: flex; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-nglxEZmSZk { flex-direction: column;display: flex; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-nglxEZmSZk { flex-direction: column;display: flex; } } @media (min-width: 1200px) { .gp-component-id-nglxEZmSZk { flex-direction: column;display: flex; } } @media (max-width: 639px) { .gp-component-id-_abavapJEK { display: flex;align-items: flex-start;justify-content: center;flex-direction: column;height: 100%;width: 100%; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-_abavapJEK { display: flex;align-items: center;justify-content: center;flex-direction: column;height: 100%;width: 100%; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-_abavapJEK { display: flex;align-items: flex-start;justify-content: center;flex-direction: column;height: 100%;width: 100%; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-_abavapJEK { display: flex;align-items: flex-start;justify-content: center;flex-direction: column;height: 100%;width: 100%; } } @media (min-width: 1200px) { .gp-component-id-_abavapJEK { display: flex;align-items: flex-start;justify-content: center;flex-direction: column;height: 100%;width: 100%; } } .gp-component-id-vpW9EfnnpW { flex-basis: auto;flex-shrink: 0;flex-grow: 0;padding-right: 8px;padding-left: 8px;width: 100%; } @media (max-width: 639px) { .gp-component-id-vpW9EfnnpW { flex-basis: auto;flex-shrink: 0;flex-grow: 0;padding-right: 8px;padding-left: 8px;width: 100%; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-vpW9EfnnpW { flex-basis: auto;flex-shrink: 0;flex-grow: 0;padding-right: 8px;padding-left: 8px;width: 100%; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-vpW9EfnnpW { flex-basis: auto;flex-shrink: 0;flex-grow: 0;padding-right: 8px;padding-left: 8px;width: 50%; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-vpW9EfnnpW { flex-basis: auto;flex-shrink: 0;flex-grow: 0;padding-right: 8px;padding-left: 8px;width: 50%; } } @media (min-width: 1200px) { .gp-component-id-vpW9EfnnpW { flex-basis: auto;flex-shrink: 0;flex-grow: 0;padding-right: 8px;padding-left: 8px;width: 50%; } } .gp-component-id-2ZiLjn0WFv { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px;overflow-wrap: break-word;font-weight: inherit;font-size: inherit; } @media (max-width: 639px) { .gp-component-id-2ZiLjn0WFv { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px;overflow-wrap: break-word;font-weight: inherit;font-size: 30px !important;line-height: inherit;text-align: center;color: rgb(0, 0, 0); } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-2ZiLjn0WFv { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 10px;overflow-wrap: break-word;font-weight: inherit;font-size: 30px !important;line-height: inherit;text-align: center;color: rgb(0, 0, 0); } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-2ZiLjn0WFv { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 10px;overflow-wrap: break-word;font-weight: inherit;font-size: 30px !important;line-height: inherit;text-align: left;color: rgb(0, 0, 0); } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-2ZiLjn0WFv { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 10px;overflow-wrap: break-word;font-weight: inherit;font-size: 30px !important;line-height: inherit;text-align: left;color: rgb(0, 0, 0); } } @media (min-width: 1200px) { .gp-component-id-2ZiLjn0WFv { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 10px;overflow-wrap: break-word;font-weight: inherit;font-size: 30px !important;line-height: inherit;text-align: left;color: rgb(0, 0, 0); } } .gp-component-id-RvkYIFcR5 { flex-direction: column;display: flex; } @media (max-width: 639px) { .gp-component-id-RvkYIFcR5 { flex-direction: column;display: flex; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-RvkYIFcR5 { flex-direction: column;display: flex; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-RvkYIFcR5 { flex-direction: column;display: flex; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-RvkYIFcR5 { flex-direction: column;display: flex; } } @media (min-width: 1200px) { .gp-component-id-RvkYIFcR5 { flex-direction: column;display: flex; } } .gp-component-id-iPrQ6bCB0 { flex-basis: auto;flex-shrink: 0;flex-grow: 0;padding-right: 8px;padding-left: 8px;width: 100%; } @media (max-width: 639px) { .gp-component-id-iPrQ6bCB0 { flex-basis: auto;flex-shrink: 0;flex-grow: 0;padding-right: 8px;padding-left: 8px;width: 100%; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-iPrQ6bCB0 { flex-basis: auto;flex-shrink: 0;flex-grow: 0;padding-right: 8px;padding-left: 8px;width: 100%; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-iPrQ6bCB0 { flex-basis: auto;flex-shrink: 0;flex-grow: 0;padding-right: 8px;padding-left: 8px;width: 50%; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-iPrQ6bCB0 { flex-basis: auto;flex-shrink: 0;flex-grow: 0;padding-right: 8px;padding-left: 8px;width: 50%; } } @media (min-width: 1200px) { .gp-component-id-iPrQ6bCB0 { flex-basis: auto;flex-shrink: 0;flex-grow: 0;padding-right: 8px;padding-left: 8px;width: 50%; } } .gp-component-id-IQ66WVN6Dx { flex-wrap: wrap;margin-right: -8px;margin-left: -8px; } @media (max-width: 639px) { .gp-component-id-IQ66WVN6Dx { flex-wrap: wrap;margin-right: -8px;margin-left: -8px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-IQ66WVN6Dx { flex-wrap: wrap;margin-right: -8px;margin-left: -8px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-IQ66WVN6Dx { flex-wrap: wrap;margin-right: -8px;margin-left: -8px;display: flex; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-IQ66WVN6Dx { flex-wrap: wrap;margin-right: -8px;margin-left: -8px;display: flex; } } @media (min-width: 1200px) { .gp-component-id-IQ66WVN6Dx { flex-wrap: wrap;margin-right: -8px;margin-left: -8px;display: flex; } } @media (max-width: 639px) { .gp-component-id-2zo6yrMJ5G { height: 100%;width: 100%; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-2zo6yrMJ5G { height: 100%;width: 100%; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-2zo6yrMJ5G { height: 100%;width: 100%; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-2zo6yrMJ5G { height: 100%;width: 100%; } } @media (min-width: 1200px) { .gp-component-id-2zo6yrMJ5G { height: 100%;width: 100%; } } .gp-component-id-sTwZGKN1So { flex-basis: auto;flex-shrink: 0;flex-grow: 0;padding-right: 8px;width: 100%;padding-left: 8px; } @media (max-width: 639px) { .gp-component-id-sTwZGKN1So { 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-sTwZGKN1So { 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-sTwZGKN1So { flex-basis: auto;flex-shrink: 0;flex-grow: 0;padding-right: 8px;width: 50%;padding-left: 8px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-sTwZGKN1So { flex-basis: auto;flex-shrink: 0;flex-grow: 0;padding-right: 8px;width: 50%;padding-left: 8px; } } @media (min-width: 1200px) { .gp-component-id-sTwZGKN1So { flex-basis: auto;flex-shrink: 0;flex-grow: 0;padding-right: 8px;width: 50%;padding-left: 8px; } } .gp-component-id-IAbnmMJuqs { flex-wrap: wrap;margin-right: -8px;margin-left: -8px; } @media (max-width: 639px) { .gp-component-id-IAbnmMJuqs { flex-wrap: wrap;margin-right: -8px;margin-left: -8px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-IAbnmMJuqs { flex-wrap: wrap;margin-right: -8px;margin-left: -8px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-IAbnmMJuqs { flex-wrap: wrap;margin-right: -8px;margin-left: -8px;display: flex; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-IAbnmMJuqs { flex-wrap: wrap;margin-right: -8px;margin-left: -8px;display: flex; } } @media (min-width: 1200px) { .gp-component-id-IAbnmMJuqs { flex-wrap: wrap;margin-right: -8px;margin-left: -8px;display: flex; } } @media (max-width: 639px) { .gp-component-id-U4LEpt2wL { width: 100%;padding-right: 8px;padding-left: 8px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-U4LEpt2wL { width: 100%;padding-right: 8px;padding-left: 8px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-U4LEpt2wL { width: 100%;padding-right: 8px;padding-left: 8px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-U4LEpt2wL { width: 100%;padding-right: 8px;padding-left: 8px; } } @media (min-width: 1200px) { .gp-component-id-U4LEpt2wL { width: 100%;padding-right: 8px;padding-left: 8px; } } .gp-component-id-LzXEt8QBM0 { flex-direction: column;display: flex; } @media (max-width: 639px) { .gp-component-id-LzXEt8QBM0 { flex-direction: column;display: flex; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-LzXEt8QBM0 { flex-direction: column;display: flex; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-LzXEt8QBM0 { flex-direction: column;display: flex; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-LzXEt8QBM0 { flex-direction: column;display: flex; } } @media (min-width: 1200px) { .gp-component-id-LzXEt8QBM0 { flex-direction: column;display: flex; } } .gp-component-id-tIe0Bccky4 { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px;overflow-wrap: break-word; } @media (max-width: 639px) { .gp-component-id-tIe0Bccky4 { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px;overflow-wrap: break-word;font-weight: 700 !important;font-size: 18px !important;text-align: center; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-tIe0Bccky4 { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px;overflow-wrap: break-word;font-weight: 700 !important;font-size: 18px !important;text-align: center; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-tIe0Bccky4 { margin-left: -120px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px;overflow-wrap: break-word;font-weight: 700 !important;font-size: 18px !important;text-align: left; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-tIe0Bccky4 { margin-left: -150px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px;overflow-wrap: break-word;font-weight: 700 !important;font-size: 18px !important;text-align: left; } } @media (min-width: 1200px) { .gp-component-id-tIe0Bccky4 { margin-left: -150px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px;overflow-wrap: break-word;font-weight: 700 !important;font-size: 18px !important;text-align: left; } } .gp-component-id-il2k05k_WH { flex-direction: column;display: flex; } @media (max-width: 639px) { .gp-component-id-il2k05k_WH { flex-direction: column;display: flex; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-il2k05k_WH { flex-direction: column;display: flex; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-il2k05k_WH { flex-direction: column;display: flex; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-il2k05k_WH { flex-direction: column;display: flex; } } @media (min-width: 1200px) { .gp-component-id-il2k05k_WH { flex-direction: column;display: flex; } } @media (max-width: 639px) { .gp-component-id-ztlwaJFh9e { display: flex;align-items: flex-start;justify-content: center;flex-direction: column;height: 100%;width: 100%; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-ztlwaJFh9e { display: flex;align-items: center;justify-content: center;flex-direction: column;height: 100%;width: 100%; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-ztlwaJFh9e { display: flex;align-items: flex-start;justify-content: center;flex-direction: column;height: 100%;width: 100%; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-ztlwaJFh9e { display: flex;align-items: flex-start;justify-content: center;flex-direction: column;height: 100%;width: 100%; } } @media (min-width: 1200px) { .gp-component-id-ztlwaJFh9e { display: flex;align-items: flex-start;justify-content: center;flex-direction: column;height: 100%;width: 100%; } } .gp-component-id-EqYjUCLrIt { flex-basis: auto;flex-shrink: 0;flex-grow: 0;padding-right: 8px;padding-left: 8px;width: 100%; } @media (max-width: 639px) { .gp-component-id-EqYjUCLrIt { flex-basis: auto;flex-shrink: 0;flex-grow: 0;padding-right: 8px;padding-left: 8px;width: 100%; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-EqYjUCLrIt { flex-basis: auto;flex-shrink: 0;flex-grow: 0;padding-right: 8px;padding-left: 8px;width: 100%; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-EqYjUCLrIt { flex-basis: auto;flex-shrink: 0;flex-grow: 0;padding-right: 8px;padding-left: 8px;width: 50%; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-EqYjUCLrIt { flex-basis: auto;flex-shrink: 0;flex-grow: 0;padding-right: 8px;padding-left: 8px;width: 50%; } } @media (min-width: 1200px) { .gp-component-id-EqYjUCLrIt { flex-basis: auto;flex-shrink: 0;flex-grow: 0;padding-right: 8px;padding-left: 8px;width: 50%; } } .gp-component-id-o16PVDJY7P { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px;overflow-wrap: break-word;font-weight: inherit;font-size: inherit; } @media (max-width: 639px) { .gp-component-id-o16PVDJY7P { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px;overflow-wrap: break-word;font-weight: inherit;font-size: 30px !important;line-height: inherit;text-align: center;color: rgb(0, 0, 0); } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-o16PVDJY7P { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 10px;overflow-wrap: break-word;font-weight: inherit;font-size: 30px !important;line-height: inherit;text-align: center;color: rgb(0, 0, 0); } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-o16PVDJY7P { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 10px;overflow-wrap: break-word;font-weight: inherit;font-size: 30px !important;line-height: inherit;text-align: left;color: rgb(0, 0, 0); } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-o16PVDJY7P { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 10px;overflow-wrap: break-word;font-weight: inherit;font-size: 30px !important;line-height: inherit;text-align: left;color: rgb(0, 0, 0); } } @media (min-width: 1200px) { .gp-component-id-o16PVDJY7P { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 10px;overflow-wrap: break-word;font-weight: inherit;font-size: 30px !important;line-height: inherit;text-align: left;color: rgb(0, 0, 0); } } .gp-component-id-k0QHry_r1 { flex-direction: column;display: flex; } @media (max-width: 639px) { .gp-component-id-k0QHry_r1 { flex-direction: column;display: flex; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-k0QHry_r1 { flex-direction: column;display: flex; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-k0QHry_r1 { flex-direction: column;display: flex; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-k0QHry_r1 { flex-direction: column;display: flex; } } @media (min-width: 1200px) { .gp-component-id-k0QHry_r1 { flex-direction: column;display: flex; } } .gp-component-id-g6mzD04H6X { flex-basis: auto;flex-shrink: 0;flex-grow: 0;padding-right: 8px;padding-left: 8px;width: 100%; } @media (max-width: 639px) { .gp-component-id-g6mzD04H6X { flex-basis: auto;flex-shrink: 0;flex-grow: 0;padding-right: 8px;padding-left: 8px;width: 100%; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-g6mzD04H6X { flex-basis: auto;flex-shrink: 0;flex-grow: 0;padding-right: 8px;padding-left: 8px;width: 100%; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-g6mzD04H6X { flex-basis: auto;flex-shrink: 0;flex-grow: 0;padding-right: 8px;padding-left: 8px;width: 50%; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-g6mzD04H6X { flex-basis: auto;flex-shrink: 0;flex-grow: 0;padding-right: 8px;padding-left: 8px;width: 50%; } } @media (min-width: 1200px) { .gp-component-id-g6mzD04H6X { flex-basis: auto;flex-shrink: 0;flex-grow: 0;padding-right: 8px;padding-left: 8px;width: 50%; } } .gp-component-id-xhV0LtYrR7 { flex-wrap: wrap;margin-right: -8px;margin-left: -8px; } @media (max-width: 639px) { .gp-component-id-xhV0LtYrR7 { flex-wrap: wrap;margin-right: -8px;margin-left: -8px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-xhV0LtYrR7 { flex-wrap: wrap;margin-right: -8px;margin-left: -8px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-xhV0LtYrR7 { flex-wrap: wrap;margin-right: -8px;margin-left: -8px;display: flex; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-xhV0LtYrR7 { flex-wrap: wrap;margin-right: -8px;margin-left: -8px;display: flex; } } @media (min-width: 1200px) { .gp-component-id-xhV0LtYrR7 { flex-wrap: wrap;margin-right: -8px;margin-left: -8px;display: flex; } } .gp-component-id-Q7gti3awEu { width: 100%;height: 100%; } @media (max-width: 639px) { .gp-component-id-Q7gti3awEu { width: 100%;height: 100%; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-Q7gti3awEu { width: 100%;height: 100%; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-Q7gti3awEu { width: 100%;height: 100%; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-Q7gti3awEu { width: 100%;height: 100%; } } @media (min-width: 1200px) { .gp-component-id-Q7gti3awEu { width: 100%;height: 100%; } } .gp-component-id-ecaEXaeghq { padding-left: 8px;width: 100%;padding-right: 8px;flex-grow: 0;flex-shrink: 0;flex-basis: auto; } @media (max-width: 639px) { .gp-component-id-ecaEXaeghq { padding-left: 8px;width: 100%;padding-right: 8px;flex-grow: 0;flex-shrink: 0;flex-basis: auto; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-ecaEXaeghq { padding-left: 8px;width: 100%;padding-right: 8px;flex-grow: 0;flex-shrink: 0;flex-basis: auto; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-ecaEXaeghq { padding-left: 8px;width: 50%;padding-right: 8px;flex-grow: 0;flex-shrink: 0;flex-basis: auto; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-ecaEXaeghq { padding-left: 8px;width: 50%;padding-right: 8px;flex-grow: 0;flex-shrink: 0;flex-basis: auto; } } @media (min-width: 1200px) { .gp-component-id-ecaEXaeghq { padding-left: 8px;width: 50%;padding-right: 8px;flex-grow: 0;flex-shrink: 0;flex-basis: auto; } } .gp-component-id-BiBv0X78T { flex-direction: column;display: flex; } @media (max-width: 639px) { .gp-component-id-BiBv0X78T { flex-direction: column;display: flex; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-BiBv0X78T { flex-direction: column;display: flex; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-BiBv0X78T { flex-direction: column;display: flex; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-BiBv0X78T { flex-direction: column;display: flex; } } @media (min-width: 1200px) { .gp-component-id-BiBv0X78T { flex-direction: column;display: flex; } } .gp-component-id-w6GHIN8T55 { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px;overflow-wrap: break-word; } @media (max-width: 639px) { .gp-component-id-w6GHIN8T55 { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px;overflow-wrap: break-word;font-weight: 700 !important;font-size: 18px !important;text-align: center; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-w6GHIN8T55 { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px;overflow-wrap: break-word;font-weight: 700 !important;font-size: 18px !important;text-align: left; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-w6GHIN8T55 { margin-left: -120px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px;overflow-wrap: break-word;font-weight: 700 !important;font-size: 18px !important;text-align: left; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-w6GHIN8T55 { margin-left: -150px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px;overflow-wrap: break-word;font-weight: 700 !important;font-size: 18px !important;text-align: left; } } @media (min-width: 1200px) { .gp-component-id-w6GHIN8T55 { margin-left: -150px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px;overflow-wrap: break-word;font-weight: 700 !important;font-size: 18px !important;text-align: left; } } .gp-component-id-BBrzbN6QqU { flex-direction: column;display: flex; } @media (max-width: 639px) { .gp-component-id-BBrzbN6QqU { flex-direction: column;display: flex; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-BBrzbN6QqU { flex-direction: column;display: flex; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-BBrzbN6QqU { flex-direction: column;display: flex; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-BBrzbN6QqU { flex-direction: column;display: flex; } } @media (min-width: 1200px) { .gp-component-id-BBrzbN6QqU { flex-direction: column;display: flex; } } @media (max-width: 639px) { .gp-component-id-PtvupgAlz_ { display: flex;align-items: center;justify-content: center;flex-direction: column;height: 100%;width: 100%; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-PtvupgAlz_ { display: flex;align-items: center;justify-content: center;flex-direction: column;height: 100%;width: 100%; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-PtvupgAlz_ { display: flex;align-items: flex-start;justify-content: center;flex-direction: column;height: 100%;width: 100%; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-PtvupgAlz_ { display: flex;align-items: flex-start;justify-content: center;flex-direction: column;height: 100%;width: 100%; } } @media (min-width: 1200px) { .gp-component-id-PtvupgAlz_ { display: flex;align-items: flex-start;justify-content: center;flex-direction: column;height: 100%;width: 100%; } } .gp-component-id-0VWjeryWZU0 { width: 100%;padding-left: 8px;padding-right: 8px;flex-grow: 0;flex-shrink: 0;flex-basis: auto; } @media (max-width: 639px) { .gp-component-id-0VWjeryWZU0 { 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-0VWjeryWZU0 { 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-0VWjeryWZU0 { width: 50%;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-0VWjeryWZU0 { width: 50%;padding-left: 8px;padding-right: 8px;flex-grow: 0;flex-shrink: 0;flex-basis: auto; } } @media (min-width: 1200px) { .gp-component-id-0VWjeryWZU0 { width: 50%;padding-left: 8px;padding-right: 8px;flex-grow: 0;flex-shrink: 0;flex-basis: auto; } } .gp-component-id-Seu_HC8bk8 { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px;overflow-wrap: break-word;font-weight: inherit;font-size: inherit; } @media (max-width: 639px) { .gp-component-id-Seu_HC8bk8 { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px;overflow-wrap: break-word;font-weight: inherit;font-size: 30px !important;height: auto;line-height: inherit;text-align: center;color: rgb(0, 0, 0); } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-Seu_HC8bk8 { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 10px;overflow-wrap: break-word;font-weight: inherit;font-size: 30px !important;line-height: inherit;text-align: center;color: rgb(0, 0, 0); } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-Seu_HC8bk8 { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 10px;overflow-wrap: break-word;font-weight: inherit;font-size: 30px !important;line-height: inherit;text-align: left;color: rgb(0, 0, 0); } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-Seu_HC8bk8 { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 10px;overflow-wrap: break-word;font-weight: inherit;font-size: 30px !important;line-height: inherit;text-align: left;color: rgb(0, 0, 0); } } @media (min-width: 1200px) { .gp-component-id-Seu_HC8bk8 { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 10px;overflow-wrap: break-word;font-weight: inherit;font-size: 30px !important;line-height: inherit;text-align: left;color: rgb(0, 0, 0); } } .gp-component-id-bDMftFIDx { flex-direction: column;display: flex; } @media (max-width: 639px) { .gp-component-id-bDMftFIDx { flex-direction: column;display: flex; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-bDMftFIDx { flex-direction: column;display: flex; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-bDMftFIDx { flex-direction: column;display: flex; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-bDMftFIDx { flex-direction: column;display: flex; } } @media (min-width: 1200px) { .gp-component-id-bDMftFIDx { flex-direction: column;display: flex; } } .gp-component-id-O4302FuywhI { width: 100%;padding-left: 8px;padding-right: 8px;flex-grow: 0;flex-shrink: 0;flex-basis: auto; } @media (max-width: 639px) { .gp-component-id-O4302FuywhI { 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-O4302FuywhI { 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-O4302FuywhI { width: 50%;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-O4302FuywhI { width: 50%;padding-left: 8px;padding-right: 8px;flex-grow: 0;flex-shrink: 0;flex-basis: auto; } } @media (min-width: 1200px) { .gp-component-id-O4302FuywhI { width: 50%;padding-left: 8px;padding-right: 8px;flex-grow: 0;flex-shrink: 0;flex-basis: auto; } } .gp-component-id-KeXsCh4hkil { margin-left: -8px;margin-right: -8px;flex-wrap: wrap; } @media (max-width: 639px) { .gp-component-id-KeXsCh4hkil { margin-left: -8px;margin-right: -8px;flex-wrap: wrap; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-KeXsCh4hkil { margin-left: -8px;margin-right: -8px;flex-wrap: wrap; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-KeXsCh4hkil { margin-left: -8px;margin-right: -8px;flex-wrap: wrap;display: flex; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-KeXsCh4hkil { margin-left: -8px;margin-right: -8px;flex-wrap: wrap;display: flex; } } @media (min-width: 1200px) { .gp-component-id-KeXsCh4hkil { margin-left: -8px;margin-right: -8px;flex-wrap: wrap;display: flex; } } .gp-component-id-Yln7AOOCyO { width: 100%;height: 100%; } @media (max-width: 639px) { .gp-component-id-Yln7AOOCyO { width: 100%;height: 100%; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-Yln7AOOCyO { width: 100%;height: 100%; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-Yln7AOOCyO { width: 100%;height: 100%; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-Yln7AOOCyO { width: 100%;height: 100%; } } @media (min-width: 1200px) { .gp-component-id-Yln7AOOCyO { width: 100%;height: 100%; } } .gp-component-id-_vpmyuVUwe { padding-left: 8px;width: 100%;padding-right: 8px;flex-grow: 0;flex-shrink: 0;flex-basis: auto; } @media (max-width: 639px) { .gp-component-id-_vpmyuVUwe { padding-left: 8px;width: 100%;padding-right: 8px;flex-grow: 0;flex-shrink: 0;flex-basis: auto; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-_vpmyuVUwe { padding-left: 8px;width: 100%;padding-right: 8px;flex-grow: 0;flex-shrink: 0;flex-basis: auto; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-_vpmyuVUwe { padding-left: 8px;width: 50%;padding-right: 8px;flex-grow: 0;flex-shrink: 0;flex-basis: auto; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-_vpmyuVUwe { padding-left: 8px;width: 50%;padding-right: 8px;flex-grow: 0;flex-shrink: 0;flex-basis: auto; } } @media (min-width: 1200px) { .gp-component-id-_vpmyuVUwe { padding-left: 8px;width: 50%;padding-right: 8px;flex-grow: 0;flex-shrink: 0;flex-basis: auto; } } .gp-component-id-BWebOCntN { margin-left: -8px;margin-right: -8px;flex-wrap: wrap; } @media (max-width: 639px) { .gp-component-id-BWebOCntN { margin-left: -8px;margin-right: -8px;flex-wrap: wrap; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-BWebOCntN { margin-left: -8px;margin-right: -8px;flex-wrap: wrap; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-BWebOCntN { margin-left: -8px;margin-right: -8px;flex-wrap: wrap;display: flex; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-BWebOCntN { margin-left: -8px;margin-right: -8px;flex-wrap: wrap;display: flex; } } @media (min-width: 1200px) { .gp-component-id-BWebOCntN { margin-left: -8px;margin-right: -8px;flex-wrap: wrap;display: flex; } } .gp-component-id-Wc_RZYfnN { padding-left: 8px;width: 100%;padding-right: 8px; } @media (max-width: 639px) { .gp-component-id-Wc_RZYfnN { padding-left: 8px;width: 100%;padding-right: 8px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-Wc_RZYfnN { padding-left: 8px;width: 100%;padding-right: 8px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-Wc_RZYfnN { padding-left: 8px;width: 100%;padding-right: 8px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-Wc_RZYfnN { padding-left: 8px;width: 100%;padding-right: 8px; } } @media (min-width: 1200px) { .gp-component-id-Wc_RZYfnN { padding-left: 8px;width: 100%;padding-right: 8px; } } .gp-component-id-3o8Z2ZMCF { flex-direction: column;display: flex; } @media (max-width: 639px) { .gp-component-id-3o8Z2ZMCF { flex-direction: column;display: flex; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-3o8Z2ZMCF { flex-direction: column;display: flex; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-3o8Z2ZMCF { flex-direction: column;display: flex; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-3o8Z2ZMCF { flex-direction: column;display: flex; } } @media (min-width: 1200px) { .gp-component-id-3o8Z2ZMCF { flex-direction: column;display: flex; } } .gp-component-id-4aveG5Kel { flex-direction: column;display: flex; } @media (max-width: 639px) { .gp-component-id-4aveG5Kel { flex-direction: column;display: flex; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-4aveG5Kel { flex-direction: column;display: flex; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-4aveG5Kel { flex-direction: column;display: flex; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-4aveG5Kel { flex-direction: column;display: flex; } } @media (min-width: 1200px) { .gp-component-id-4aveG5Kel { flex-direction: column;display: flex; } } @media (max-width: 639px) { .gp-component-id-WJ7G9ABP6i { display: flex;align-items: center;flex-direction: column;width: 100%;padding-bottom: 30px;padding-top: 30px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-WJ7G9ABP6i { display: flex;align-items: center;flex-direction: column;width: 100%;padding-bottom: 30px;padding-top: 30px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-WJ7G9ABP6i { display: flex;align-items: center;flex-direction: column;width: 100%;padding-bottom: 30px;padding-top: 30px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-WJ7G9ABP6i { display: flex;align-items: center;flex-direction: column;width: 100%;padding-bottom: 30px;padding-top: 30px; } } @media (min-width: 1200px) { .gp-component-id-WJ7G9ABP6i { display: flex;align-items: center;flex-direction: column;width: 100%;padding-bottom: 30px;padding-top: 30px; } } .gp-component-id-Uy9e1TALePa { width: 100%;padding-left: 8px;padding-right: 8px; } @media (max-width: 639px) { .gp-component-id-Uy9e1TALePa { width: 100%;padding-left: 8px;padding-right: 8px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-Uy9e1TALePa { width: 100%;padding-left: 8px;padding-right: 8px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-Uy9e1TALePa { width: 100%;padding-left: 8px;padding-right: 8px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-Uy9e1TALePa { width: 100%;padding-left: 8px;padding-right: 8px; } } @media (min-width: 1200px) { .gp-component-id-Uy9e1TALePa { width: 100%;padding-left: 8px;padding-right: 8px; } } .gp-component-id-NdWk_tX4OjG { margin-left: -8px;margin-right: -8px; } @media (max-width: 639px) { .gp-component-id-NdWk_tX4OjG { margin-left: -8px;margin-right: -8px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-NdWk_tX4OjG { margin-left: -8px;margin-right: -8px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-NdWk_tX4OjG { margin-left: -8px;margin-right: -8px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-NdWk_tX4OjG { margin-left: -8px;margin-right: -8px; } } @media (min-width: 1200px) { .gp-component-id-NdWk_tX4OjG { margin-left: -8px;margin-right: -8px; } } .gp-component-id-LSGUlWiAmX { width: 100%;padding-left: 8px;padding-right: 8px; } @media (max-width: 639px) { .gp-component-id-LSGUlWiAmX { width: 100%;padding-left: 8px;padding-right: 8px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-LSGUlWiAmX { width: 100%;padding-left: 8px;padding-right: 8px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-LSGUlWiAmX { width: 100%;padding-left: 8px;padding-right: 8px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-LSGUlWiAmX { width: 100%;padding-left: 8px;padding-right: 8px; } } @media (min-width: 1200px) { .gp-component-id-LSGUlWiAmX { width: 100%;padding-left: 8px;padding-right: 8px; } } .gp-component-id-AbiP9otfrf { z-index: 15;position: relative;margin-left: auto;margin-right: auto;width: 100%; } @media (max-width: 639px) { .gp-component-id-AbiP9otfrf { z-index: 15;position: relative;margin-left: auto;margin-right: auto;width: 100%; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-AbiP9otfrf { z-index: 15;position: relative;margin-left: auto;margin-right: auto;width: 100%;max-width: 640px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-AbiP9otfrf { z-index: 15;position: relative;margin-left: auto;margin-right: auto;width: 100%;max-width: 768px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-AbiP9otfrf { z-index: 15;position: relative;margin-left: auto;margin-right: auto;width: 100%;max-width: 992px; } } @media (min-width: 1200px) { .gp-component-id-AbiP9otfrf { z-index: 15;position: relative;margin-left: auto;margin-right: auto;width: 100%;max-width: 992px; } } .gp-component-id-aEEcZjZix4c { text-decoration-color: initial;text-decoration-style: initial;text-decoration-thickness: inherit;text-decoration-line: none;cursor: pointer;background-color: transparent;color: inherit;z-index: 15;position: relative; } @media (max-width: 639px) { .gp-component-id-aEEcZjZix4c { text-decoration-color: initial;text-decoration-style: initial;text-decoration-thickness: inherit;text-decoration-line: none;cursor: pointer;background-color: transparent;color: inherit;z-index: 15;position: relative; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-aEEcZjZix4c { text-decoration-color: initial;text-decoration-style: initial;text-decoration-thickness: inherit;text-decoration-line: none;cursor: pointer;background-color: transparent;color: inherit;z-index: 15;position: relative; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-aEEcZjZix4c { text-decoration-color: initial;text-decoration-style: initial;text-decoration-thickness: inherit;text-decoration-line: none;cursor: pointer;background-color: transparent;color: inherit;z-index: 15;position: relative; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-aEEcZjZix4c { text-decoration-color: initial;text-decoration-style: initial;text-decoration-thickness: inherit;text-decoration-line: none;cursor: pointer;background-color: transparent;color: inherit;z-index: 15;position: relative; } } @media (min-width: 1200px) { .gp-component-id-aEEcZjZix4c { text-decoration-color: initial;text-decoration-style: initial;text-decoration-thickness: inherit;text-decoration-line: none;cursor: pointer;background-color: transparent;color: inherit;z-index: 15;position: relative; } } .gp-component-id-bmXtoPNkVa { flex-direction: column;display: flex; } @media (max-width: 639px) { .gp-component-id-bmXtoPNkVa { flex-direction: column;display: flex; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-bmXtoPNkVa { flex-direction: column;display: flex; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-bmXtoPNkVa { flex-direction: column;display: flex; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-bmXtoPNkVa { flex-direction: column;display: flex; } } @media (min-width: 1200px) { .gp-component-id-bmXtoPNkVa { flex-direction: column;display: flex; } } .gp-component-id-wAo2N55i5at { text-align: inherit; } @media (max-width: 639px) { .gp-component-id-wAo2N55i5at { text-align: inherit; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-wAo2N55i5at { text-align: inherit; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-wAo2N55i5at { text-align: inherit; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-wAo2N55i5at { text-align: inherit; } } @media (min-width: 1200px) { .gp-component-id-wAo2N55i5at { text-align: inherit; } } .gp-component-id-ps6_PgdxjR { padding-left: 8px;width: 100%;padding-right: 8px; } @media (max-width: 639px) { .gp-component-id-ps6_PgdxjR { padding-left: 8px;width: 100%;padding-right: 8px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-ps6_PgdxjR { padding-left: 8px;width: 100%;padding-right: 8px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-ps6_PgdxjR { padding-left: 8px;width: 100%;padding-right: 8px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-ps6_PgdxjR { padding-left: 8px;width: 100%;padding-right: 8px; } } @media (min-width: 1200px) { .gp-component-id-ps6_PgdxjR { padding-left: 8px;width: 100%;padding-right: 8px; } } .gp-component-id-pn0Km_IGY { margin-left: -8px;margin-right: -8px; } @media (max-width: 639px) { .gp-component-id-pn0Km_IGY { margin-left: -8px;margin-right: -8px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-pn0Km_IGY { margin-left: -8px;margin-right: -8px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-pn0Km_IGY { margin-left: -8px;margin-right: -8px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-pn0Km_IGY { margin-left: -8px;margin-right: -8px; } } @media (min-width: 1200px) { .gp-component-id-pn0Km_IGY { margin-left: -8px;margin-right: -8px; } } .gp-component-id-lSrtyR3w5 { padding-left: 8px;width: 100%;padding-right: 8px; } @media (max-width: 639px) { .gp-component-id-lSrtyR3w5 { padding-left: 8px;width: 100%;padding-right: 8px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-lSrtyR3w5 { padding-left: 8px;width: 100%;padding-right: 8px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-lSrtyR3w5 { padding-left: 8px;width: 100%;padding-right: 8px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-lSrtyR3w5 { padding-left: 8px;width: 100%;padding-right: 8px; } } @media (min-width: 1200px) { .gp-component-id-lSrtyR3w5 { padding-left: 8px;width: 100%;padding-right: 8px; } } .gp-component-id-FP3kbnXlt { flex-direction: column;display: flex; } @media (max-width: 639px) { .gp-component-id-FP3kbnXlt { flex-direction: column;display: flex; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-FP3kbnXlt { flex-direction: column;display: flex; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-FP3kbnXlt { flex-direction: column;display: flex; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-FP3kbnXlt { flex-direction: column;display: flex; } } @media (min-width: 1200px) { .gp-component-id-FP3kbnXlt { flex-direction: column;display: flex; } } .gp-component-id-onulIGgXy { flex-direction: column;display: flex; } @media (max-width: 639px) { .gp-component-id-onulIGgXy { flex-direction: column;display: flex; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-onulIGgXy { flex-direction: column;display: flex; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-onulIGgXy { flex-direction: column;display: flex; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-onulIGgXy { flex-direction: column;display: flex; } } @media (min-width: 1200px) { .gp-component-id-onulIGgXy { flex-direction: column;display: flex; } } .gp-component-id-vwKYxwsmy1 { flex-direction: column;display: flex; } @media (max-width: 639px) { .gp-component-id-vwKYxwsmy1 { flex-direction: column;display: flex; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-vwKYxwsmy1 { flex-direction: column;display: flex; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-vwKYxwsmy1 { flex-direction: column;display: flex; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-vwKYxwsmy1 { flex-direction: column;display: flex; } } @media (min-width: 1200px) { .gp-component-id-vwKYxwsmy1 { flex-direction: column;display: flex; } } .gp-component-id-0lWHDsS4SQ { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px;overflow-wrap: break-word; } @media (max-width: 639px) { .gp-component-id-0lWHDsS4SQ { margin-left: 10px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px;overflow-wrap: break-word;font-size: 18px !important;color: rgb(255, 255, 255); } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-0lWHDsS4SQ { margin-left: 10px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px;overflow-wrap: break-word;font-size: 18px !important;color: rgb(255, 255, 255); } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-0lWHDsS4SQ { margin-left: 10px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px;overflow-wrap: break-word;font-size: 18px !important;color: rgb(255, 255, 255); } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-0lWHDsS4SQ { margin-left: 10px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px;overflow-wrap: break-word;font-size: 18px !important;color: rgb(255, 255, 255); } } @media (min-width: 1200px) { .gp-component-id-0lWHDsS4SQ { margin-left: 10px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px;overflow-wrap: break-word;font-size: 18px !important;color: rgb(255, 255, 255); } } .gp-component-id-OizeSJghdL { flex-direction: column;display: flex; } @media (max-width: 639px) { .gp-component-id-OizeSJghdL { flex-direction: column;display: flex; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-OizeSJghdL { flex-direction: column;display: flex; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-OizeSJghdL { flex-direction: column;display: flex; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-OizeSJghdL { flex-direction: column;display: flex; } } @media (min-width: 1200px) { .gp-component-id-OizeSJghdL { flex-direction: column;display: flex; } } .gp-component-id-pbTN0SrWPI { text-decoration-color: initial;text-decoration-style: solid;text-decoration-thickness: inherit;text-decoration-line: none;line-height: 1;font-size: 48px;cursor: pointer;background-color: transparent;color: inherit;display: inline-block; } @media (max-width: 639px) { .gp-component-id-pbTN0SrWPI { text-decoration-color: initial;text-decoration-style: solid;text-decoration-thickness: inherit;text-decoration-line: none;line-height: 1;font-size: 8px !important;cursor: pointer;background-color: transparent;color: rgb(57, 196, 137);display: inline-block;padding-top: 10px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-pbTN0SrWPI { text-decoration-color: initial;text-decoration-style: solid;text-decoration-thickness: inherit;text-decoration-line: none;line-height: 1;font-size: 8px !important;cursor: pointer;background-color: transparent;color: rgb(57, 196, 137);display: inline-block;padding-top: 10px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-pbTN0SrWPI { text-decoration-color: initial;text-decoration-style: solid;text-decoration-thickness: inherit;text-decoration-line: none;line-height: 1;font-size: 8px !important;cursor: pointer;background-color: transparent;color: rgb(57, 196, 137);display: inline-block;padding-top: 10px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-pbTN0SrWPI { text-decoration-color: initial;text-decoration-style: solid;text-decoration-thickness: inherit;text-decoration-line: none;line-height: 1;font-size: 8px !important;cursor: pointer;background-color: transparent;color: rgb(57, 196, 137);display: inline-block;padding-top: 10px; } } @media (min-width: 1200px) { .gp-component-id-pbTN0SrWPI { text-decoration-color: initial;text-decoration-style: solid;text-decoration-thickness: inherit;text-decoration-line: none;line-height: 1;font-size: 8px !important;cursor: pointer;background-color: transparent;color: rgb(57, 196, 137);display: inline-block;padding-top: 10px; } } @media (max-width: 639px) { .gp-component-id-JcJKxZSgo { display: flex;align-items: flex-start;margin-bottom: 0px;color: rgb(32, 45, 60);font-size: 18px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-JcJKxZSgo { display: flex;align-items: flex-start;margin-bottom: 0px;color: rgb(32, 45, 60);font-size: 18px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-JcJKxZSgo { display: flex;align-items: flex-start;margin-bottom: 0px;color: rgb(32, 45, 60);font-size: 18px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-JcJKxZSgo { display: flex;align-items: flex-start;margin-bottom: 0px;color: rgb(32, 45, 60);font-size: 18px; } } @media (min-width: 1200px) { .gp-component-id-JcJKxZSgo { display: flex;align-items: flex-start;margin-bottom: 0px;color: rgb(32, 45, 60);font-size: 18px; } } @media (max-width: 639px) { .gp-component-id-geYjArSthU { display: flex;justify-content: center;width: 100%; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-geYjArSthU { display: flex;justify-content: center;width: 100%; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-geYjArSthU { display: flex;justify-content: center;width: 100%; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-geYjArSthU { display: flex;justify-content: center;width: 100%; } } @media (min-width: 1200px) { .gp-component-id-geYjArSthU { display: flex;justify-content: center;width: 100%; } } .gp-component-id-sx03KXwi2B { padding-left: 8px;width: 100%;padding-right: 8px; } @media (max-width: 639px) { .gp-component-id-sx03KXwi2B { padding-left: 8px;width: 100%;padding-right: 8px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-sx03KXwi2B { padding-left: 8px;width: 100%;padding-right: 8px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-sx03KXwi2B { padding-left: 8px;width: 100%;padding-right: 8px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-sx03KXwi2B { padding-left: 8px;width: 100%;padding-right: 8px; } } @media (min-width: 1200px) { .gp-component-id-sx03KXwi2B { padding-left: 8px;width: 100%;padding-right: 8px; } } .gp-component-id-WTFD51PZI { margin-left: -8px;margin-right: -8px; } @media (max-width: 639px) { .gp-component-id-WTFD51PZI { margin-left: -8px;margin-right: -8px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-WTFD51PZI { margin-left: -8px;margin-right: -8px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-WTFD51PZI { margin-left: -8px;margin-right: -8px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-WTFD51PZI { margin-left: -8px;margin-right: -8px; } } @media (min-width: 1200px) { .gp-component-id-WTFD51PZI { margin-left: -8px;margin-right: -8px; } } .gp-component-id-s5S7NQYC8C { padding-left: 8px;width: 100%;padding-right: 8px; } @media (max-width: 639px) { .gp-component-id-s5S7NQYC8C { padding-left: 8px;width: 100%;padding-right: 8px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-s5S7NQYC8C { padding-left: 8px;width: 100%;padding-right: 8px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-s5S7NQYC8C { padding-left: 8px;width: 100%;padding-right: 8px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-s5S7NQYC8C { padding-left: 8px;width: 100%;padding-right: 8px; } } @media (min-width: 1200px) { .gp-component-id-s5S7NQYC8C { padding-left: 8px;width: 100%;padding-right: 8px; } } .gp-component-id-U346jHgpl { margin-left: -8px;margin-right: -8px; } @media (max-width: 639px) { .gp-component-id-U346jHgpl { margin-left: -8px;margin-right: -8px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-U346jHgpl { margin-left: -8px;margin-right: -8px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-U346jHgpl { margin-left: -8px;margin-right: -8px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-U346jHgpl { margin-left: -8px;margin-right: -8px; } } @media (min-width: 1200px) { .gp-component-id-U346jHgpl { margin-left: -8px;margin-right: -8px; } } .gp-component-id-cpnauHMqJ { padding-left: 8px;width: 100%;padding-right: 8px; } @media (max-width: 639px) { .gp-component-id-cpnauHMqJ { padding-left: 8px;width: 100%;padding-right: 8px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-cpnauHMqJ { padding-left: 8px;width: 100%;padding-right: 8px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-cpnauHMqJ { padding-left: 8px;width: 100%;padding-right: 8px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-cpnauHMqJ { padding-left: 8px;width: 100%;padding-right: 8px; } } @media (min-width: 1200px) { .gp-component-id-cpnauHMqJ { padding-left: 8px;width: 100%;padding-right: 8px; } } .gp-component-id-7r0wiOXbRF { z-index: 15;position: relative; } @media (max-width: 639px) { .gp-component-id-7r0wiOXbRF { z-index: 15;position: relative;display: flex;align-items: center;justify-content: center;flex-direction: column;width: 100%;margin-right: auto;margin-left: auto; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-7r0wiOXbRF { z-index: 15;position: relative;display: flex;align-items: center;justify-content: center;flex-direction: column;max-width: 640px;width: 100%;margin-right: auto;margin-left: auto; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-7r0wiOXbRF { z-index: 15;position: relative;display: flex;align-items: center;justify-content: center;flex-direction: column;max-width: 768px;width: 100%;margin-right: auto;margin-left: auto; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-7r0wiOXbRF { z-index: 15;position: relative;display: flex;align-items: center;justify-content: center;flex-direction: column;max-width: 992px;width: 100%;margin-right: auto;margin-left: auto; } } @media (min-width: 1200px) { .gp-component-id-7r0wiOXbRF { z-index: 15;position: relative;display: flex;align-items: center;justify-content: center;flex-direction: column;max-width: 992px;margin-right: auto;margin-left: auto; } } .gp-component-id-N76ntxqrS { min-height: 50px;position: relative;z-index: auto; } @media (max-width: 639px) { .gp-component-id-N76ntxqrS { min-height: 50px;position: relative;z-index: auto;background-position-x: 50%;background-position-y: 50%;padding-bottom: 50px;padding-top: 50px;margin-top: 0px;margin-right: auto;margin-left: auto;background-size: cover;background-image: url("https://images.groovetech.io/ASEHi5nhgbM_-0eQDN-LTYwrCbDJt8YR2GpZDZlL9d8/rs:fit:0:0:0/g:no:0:0/c:0:0/aHR0cHM6Ly9hc3NldHMuZ3Jvb3ZlYXBwcy5jb20vaW1hZ2VzLzEwZjA4Y2Y4LTgwMWQtNDA0MC05NzUzLTQ2MmM1YTc5Y2I5Mi8xNzU0Mjg1NzI4X0lNRzExNzMuanBn.webp"); } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-N76ntxqrS { min-height: 50px;position: relative;z-index: auto;background-position-x: 50%;background-position-y: 50%;padding-bottom: 50px;padding-top: 50px;margin-top: 0px;margin-right: auto;margin-left: auto;background-size: cover;background-image: url("https://images.groovetech.io/ASEHi5nhgbM_-0eQDN-LTYwrCbDJt8YR2GpZDZlL9d8/rs:fit:0:0:0/g:no:0:0/c:0:0/aHR0cHM6Ly9hc3NldHMuZ3Jvb3ZlYXBwcy5jb20vaW1hZ2VzLzEwZjA4Y2Y4LTgwMWQtNDA0MC05NzUzLTQ2MmM1YTc5Y2I5Mi8xNzU0Mjg1NzI4X0lNRzExNzMuanBn.webp"); } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-N76ntxqrS { min-height: 50px;position: relative;z-index: auto;background-position-x: 50%;background-position-y: 50%;padding-bottom: 50px;padding-top: 50px;margin-top: 0px;margin-right: auto;margin-left: auto;background-size: cover;background-image: url("https://images.groovetech.io/ASEHi5nhgbM_-0eQDN-LTYwrCbDJt8YR2GpZDZlL9d8/rs:fit:0:0:0/g:no:0:0/c:0:0/aHR0cHM6Ly9hc3NldHMuZ3Jvb3ZlYXBwcy5jb20vaW1hZ2VzLzEwZjA4Y2Y4LTgwMWQtNDA0MC05NzUzLTQ2MmM1YTc5Y2I5Mi8xNzU0Mjg1NzI4X0lNRzExNzMuanBn.webp"); } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-N76ntxqrS { min-height: 50px;position: relative;z-index: auto;background-position-x: 50%;background-position-y: 50%;padding-bottom: 50px;padding-top: 50px;margin-top: 0px;margin-right: auto;margin-left: auto;background-size: cover;background-image: url("https://images.groovetech.io/ASEHi5nhgbM_-0eQDN-LTYwrCbDJt8YR2GpZDZlL9d8/rs:fit:0:0:0/g:no:0:0/c:0:0/aHR0cHM6Ly9hc3NldHMuZ3Jvb3ZlYXBwcy5jb20vaW1hZ2VzLzEwZjA4Y2Y4LTgwMWQtNDA0MC05NzUzLTQ2MmM1YTc5Y2I5Mi8xNzU0Mjg1NzI4X0lNRzExNzMuanBn.webp"); } } @media (min-width: 1200px) { .gp-component-id-N76ntxqrS { min-height: 50px;position: relative;z-index: auto;background-position-x: 50%;background-position-y: 50%;padding-bottom: 50px;padding-top: 50px;margin-top: 0px;margin-right: auto;margin-left: auto;background-size: cover;background-image: url("https://images.groovetech.io/ASEHi5nhgbM_-0eQDN-LTYwrCbDJt8YR2GpZDZlL9d8/rs:fit:0:0:0/g:no:0:0/c:0:0/aHR0cHM6Ly9hc3NldHMuZ3Jvb3ZlYXBwcy5jb20vaW1hZ2VzLzEwZjA4Y2Y4LTgwMWQtNDA0MC05NzUzLTQ2MmM1YTc5Y2I5Mi8xNzU0Mjg1NzI4X0lNRzExNzMuanBn.webp"); } } /* --- positioning & look --- */ #wa-launcher{ position:fixed; /* keep it visible */ bottom:20px; right:20px; /* corner placement */ width:60px; height:60px; background:#25D366; /* official WA green */ border-radius:50%; box-shadow:0 4px 12px rgba(0,0,0,.25); cursor:pointer; z-index:9999; display:flex;align-items:center;justify-content:center; } #wa-launcher svg{width:32px;height:32px;fill:#fff;} /* --- hidden chat card --- */ #wa-card{ position:fixed; bottom:90px; right:20px; width:260px; padding:16px 14px 18px; background:#fff; border-radius:12px; box-shadow:0 8px 24px rgba(0,0,0,.12); font-family:system-ui,-apple-system,Segoe UI,Roboto,Helvetica,Arial,sans-serif; display:none; z-index:9998; } #wa-card h4{margin:0 0 8px;font-size:15px;color:#111;font-weight:600;} #wa-card p{margin:0 0 12px;font-size:13px;color:#444;} #wa-card a{ display:block;text-align:center; padding:9px 12px;border-radius:8px; background:#25D366;color:#fff;font-weight:600; text-decoration:none;font-size:14px; }
