 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);
}
/* === Brand Gradient Highlight (Orange-Yellow) === */
.gradient-highlight { background: linear-gradient(90deg, #F26419 0%, #F6AE2D 100%); -webkit-background-clip: text; -webkit-text-fill-color: transparent; display: inline-block; font-weight: 700;
}
.day-one-circle { background: linear-gradient(135deg, #0EA765, #A5E39F); box-shadow: 0 5px 15px rgba(14, 167, 101, 0.2);
}
.day-two-circle { background: linear-gradient(135deg, #FF7A18, #FFA94D); box-shadow: 0 5px 15px rgba(255, 122, 24, 0.25);
}
.day-three-circle { background: linear-gradient(135deg, #00C8A1, #7BE0C1); box-shadow: 0 5px 15px rgba(0, 200, 161, 0.25);
}
.day-one-circle, .day-two-circle, .day-three-circle { color: #fff; text-align: center; font-weight: 700; font-family: 'Inter', sans-serif; width: 70px; height: 70px; border-radius: 50%; display: flex; justify-content: center; align-items: center;
} *{} #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; } } @media (max-width: 639px) { .gp-component-id-GsbXghQRbJ[data-gp-component] { font-size: 18px !important;font-weight: 700 !important;color: rgb(0, 0, 0);border-top-left-radius: 14px;border-top-right-radius: 14px;border-bottom-left-radius: 14px;border-bottom-right-radius: 14px;background-color: rgb(255, 204, 36);margin-top: 0px;padding-left: 10px;padding-right: 10px;padding-top: 20px;padding-bottom: 20px;display: inline-flex; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-GsbXghQRbJ[data-gp-component] { font-size: 24px !important;font-weight: 700 !important;color: rgb(0, 0, 0);border-top-left-radius: 14px;border-top-right-radius: 14px;border-bottom-left-radius: 14px;border-bottom-right-radius: 14px;background-color: rgb(255, 204, 36);margin-top: 0px;padding-left: 30px;padding-right: 30px;padding-top: 20px;padding-bottom: 20px;display: inline-flex; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-GsbXghQRbJ[data-gp-component] { font-size: 24px !important;font-weight: 700 !important;color: rgb(0, 0, 0);border-top-left-radius: 14px;border-top-right-radius: 14px;border-bottom-left-radius: 14px;border-bottom-right-radius: 14px;background-color: rgb(255, 204, 36);margin-top: 0px;padding-left: 30px;padding-right: 30px;padding-top: 20px;padding-bottom: 20px;display: inline-flex; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-GsbXghQRbJ[data-gp-component] { font-size: 24px !important;font-weight: 700 !important;color: rgb(0, 0, 0);border-top-left-radius: 14px;border-top-right-radius: 14px;border-bottom-left-radius: 14px;border-bottom-right-radius: 14px;background-color: rgb(255, 204, 36);margin-top: 0px;padding-left: 10px;padding-right: 10px;padding-top: 20px;padding-bottom: 20px;display: inline-flex; } } @media (min-width: 1200px) { .gp-component-id-GsbXghQRbJ[data-gp-component] { font-size: 24px !important;font-weight: 700 !important;color: rgb(0, 0, 0);border-top-left-radius: 14px;border-top-right-radius: 14px;border-bottom-left-radius: 14px;border-bottom-right-radius: 14px;background-color: rgb(255, 204, 36);margin-top: 0px;padding-left: 30px;padding-right: 30px;padding-top: 20px;padding-bottom: 20px;display: inline-flex; } } @media (max-width: 639px) { .gp-component-id-3jnNp0RN_Y[data-gp-component] { padding-left: 0px;padding-bottom: 30px;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-3jnNp0RN_Y[data-gp-component] { padding-left: 0px;padding-bottom: 30px;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-3jnNp0RN_Y[data-gp-component] { padding-left: 0px;padding-bottom: 30px;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-3jnNp0RN_Y[data-gp-component] { padding-left: 0px;padding-bottom: 30px;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-3jnNp0RN_Y[data-gp-component] { padding-left: 0px;padding-bottom: 30px;justify-content: flex-start;align-items: flex-start;display: inline-flex;object-position: center center;object-fit: cover; } } @media (max-width: 639px) { [data-gp-text] .gp-component-id-AwKkZ9gwW { font-size: 20px !important;color: rgb(0, 0, 0);text-align: center;margin-bottom: 50px; } } @media (max-width: 767px) and (min-width: 640px) { [data-gp-text] .gp-component-id-AwKkZ9gwW { font-size: 20px !important;color: rgb(0, 0, 0);text-align: center;margin-bottom: 50px; } } @media (max-width: 991px) and (min-width: 768px) { [data-gp-text] .gp-component-id-AwKkZ9gwW { font-size: 22px !important;color: rgb(0, 0, 0);text-align: center;margin-bottom: 50px; } } @media (max-width: 1199px) and (min-width: 992px) { [data-gp-text] .gp-component-id-AwKkZ9gwW { font-size: 22px !important;color: rgb(0, 0, 0);text-align: center;margin-bottom: 50px; } } @media (min-width: 1200px) { [data-gp-text] .gp-component-id-AwKkZ9gwW { font-size: 22px !important;color: rgb(0, 0, 0);text-align: center;margin-bottom: 50px; } } @media (max-width: 639px) { [data-gp-text] .gp-component-id-Zdn_9dGTd { font-size: 32px !important;font-weight: 900 !important;color: rgb(0, 0, 0);text-align: center;padding-top: 10px;padding-bottom: 10px; } } @media (max-width: 767px) and (min-width: 640px) { [data-gp-text] .gp-component-id-Zdn_9dGTd { font-size: 32px !important;font-weight: 900 !important;color: rgb(0, 0, 0);text-align: center;padding-top: 10px;padding-bottom: 10px; } } @media (max-width: 991px) and (min-width: 768px) { [data-gp-text] .gp-component-id-Zdn_9dGTd { font-size: 42px !important;font-weight: 900 !important;color: rgb(0, 0, 0);text-align: center;padding-top: 10px;padding-bottom: 10px; } } @media (max-width: 1199px) and (min-width: 992px) { [data-gp-text] .gp-component-id-Zdn_9dGTd { font-size: 42px !important;font-weight: 900 !important;color: rgb(0, 0, 0);text-align: center;padding-top: 10px;padding-bottom: 10px; } } @media (min-width: 1200px) { [data-gp-text] .gp-component-id-Zdn_9dGTd { font-size: 42px !important;font-weight: 900 !important;color: rgb(0, 0, 0);text-align: center;padding-top: 10px;padding-bottom: 10px; } } @media (max-width: 639px) { .gp-component-id-Q9dX71F754[data-gp-component] { font-size: 18px !important;font-weight: 700 !important;color: rgb(0, 0, 0);border-top-left-radius: 14px;border-top-right-radius: 14px;border-bottom-left-radius: 14px;border-bottom-right-radius: 14px;background-color: rgb(255, 204, 36);margin-top: 0px;padding-left: 10px;padding-right: 10px;padding-top: 20px;padding-bottom: 20px;display: inline-flex; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-Q9dX71F754[data-gp-component] { font-size: 24px !important;font-weight: 700 !important;color: rgb(0, 0, 0);border-top-left-radius: 14px;border-top-right-radius: 14px;border-bottom-left-radius: 14px;border-bottom-right-radius: 14px;background-color: rgb(255, 204, 36);margin-top: 0px;padding-left: 30px;padding-right: 30px;padding-top: 20px;padding-bottom: 20px;display: inline-flex; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-Q9dX71F754[data-gp-component] { font-size: 24px !important;font-weight: 700 !important;color: rgb(0, 0, 0);border-top-left-radius: 14px;border-top-right-radius: 14px;border-bottom-left-radius: 14px;border-bottom-right-radius: 14px;background-color: rgb(255, 204, 36);margin-top: 0px;padding-left: 30px;padding-right: 30px;padding-top: 20px;padding-bottom: 20px;display: inline-flex; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-Q9dX71F754[data-gp-component] { font-size: 24px !important;font-weight: 700 !important;color: rgb(0, 0, 0);border-top-left-radius: 14px;border-top-right-radius: 14px;border-bottom-left-radius: 14px;border-bottom-right-radius: 14px;background-color: rgb(255, 204, 36);margin-top: 0px;padding-left: 30px;padding-right: 30px;padding-top: 20px;padding-bottom: 20px;display: inline-flex; } } @media (min-width: 1200px) { .gp-component-id-Q9dX71F754[data-gp-component] { font-size: 24px !important;font-weight: 700 !important;color: rgb(0, 0, 0);border-top-left-radius: 14px;border-top-right-radius: 14px;border-bottom-left-radius: 14px;border-bottom-right-radius: 14px;background-color: rgb(255, 204, 36);margin-top: 0px;padding-left: 30px;padding-right: 30px;padding-top: 20px;padding-bottom: 20px;display: inline-flex; } } @media (max-width: 639px) { .gp-component-id-0l80Wqj9HA[data-gp-component] { font-size: 18px !important;font-weight: 700 !important;color: rgb(0, 0, 0);border-top-left-radius: 14px;border-top-right-radius: 14px;border-bottom-left-radius: 14px;border-bottom-right-radius: 14px;background-color: rgb(255, 204, 36);margin-top: 0px;padding-left: 30px;padding-right: 30px;padding-top: 20px;padding-bottom: 20px;display: inline-flex; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-0l80Wqj9HA[data-gp-component] { font-size: 24px !important;font-weight: 700 !important;color: rgb(0, 0, 0);border-top-left-radius: 14px;border-top-right-radius: 14px;border-bottom-left-radius: 14px;border-bottom-right-radius: 14px;background-color: rgb(255, 204, 36);margin-top: 0px;padding-left: 30px;padding-right: 30px;padding-top: 20px;padding-bottom: 20px;display: inline-flex; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-0l80Wqj9HA[data-gp-component] { font-size: 24px !important;font-weight: 700 !important;color: rgb(0, 0, 0);border-top-left-radius: 14px;border-top-right-radius: 14px;border-bottom-left-radius: 14px;border-bottom-right-radius: 14px;background-color: rgb(255, 204, 36);margin-top: 0px;padding-left: 30px;padding-right: 30px;padding-top: 20px;padding-bottom: 20px;display: inline-flex; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-0l80Wqj9HA[data-gp-component] { font-size: 24px !important;font-weight: 700 !important;color: rgb(0, 0, 0);border-top-left-radius: 14px;border-top-right-radius: 14px;border-bottom-left-radius: 14px;border-bottom-right-radius: 14px;background-color: rgb(255, 204, 36);margin-top: 0px;padding-left: 30px;padding-right: 30px;padding-top: 20px;padding-bottom: 20px;display: inline-flex; } } @media (min-width: 1200px) { .gp-component-id-0l80Wqj9HA[data-gp-component] { font-size: 24px !important;font-weight: 700 !important;color: rgb(0, 0, 0);border-top-left-radius: 14px;border-top-right-radius: 14px;border-bottom-left-radius: 14px;border-bottom-right-radius: 14px;background-color: rgb(255, 204, 36);margin-top: 0px;padding-left: 30px;padding-right: 30px;padding-top: 20px;padding-bottom: 20px;display: inline-flex; } } @media (max-width: 639px) { .gp-component-id-3avgk0Att2[data-gp-component] { font-size: 18px !important;font-weight: 700 !important;color: rgb(0, 0, 0);border-top-left-radius: 14px;border-top-right-radius: 14px;border-bottom-left-radius: 14px;border-bottom-right-radius: 14px;background-color: rgb(255, 204, 36);margin-top: 0px;padding-left: 10px;padding-right: 10px;padding-top: 20px;padding-bottom: 20px;display: inline-flex; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-3avgk0Att2[data-gp-component] { font-size: 24px !important;font-weight: 700 !important;color: rgb(0, 0, 0);border-top-left-radius: 14px;border-top-right-radius: 14px;border-bottom-left-radius: 14px;border-bottom-right-radius: 14px;background-color: rgb(255, 204, 36);margin-top: 0px;padding-left: 30px;padding-right: 30px;padding-top: 20px;padding-bottom: 20px;display: inline-flex; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-3avgk0Att2[data-gp-component] { font-size: 24px !important;font-weight: 700 !important;color: rgb(0, 0, 0);border-top-left-radius: 14px;border-top-right-radius: 14px;border-bottom-left-radius: 14px;border-bottom-right-radius: 14px;background-color: rgb(255, 204, 36);margin-top: 0px;padding-left: 30px;padding-right: 30px;padding-top: 20px;padding-bottom: 20px;display: inline-flex; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-3avgk0Att2[data-gp-component] { font-size: 24px !important;font-weight: 700 !important;color: rgb(0, 0, 0);border-top-left-radius: 14px;border-top-right-radius: 14px;border-bottom-left-radius: 14px;border-bottom-right-radius: 14px;background-color: rgb(255, 204, 36);margin-top: 0px;padding-left: 30px;padding-right: 30px;padding-top: 20px;padding-bottom: 20px;display: inline-flex; } } @media (min-width: 1200px) { .gp-component-id-3avgk0Att2[data-gp-component] { font-size: 24px !important;font-weight: 700 !important;color: rgb(0, 0, 0);border-top-left-radius: 14px;border-top-right-radius: 14px;border-bottom-left-radius: 14px;border-bottom-right-radius: 14px;background-color: rgb(255, 204, 36);margin-top: 0px;padding-left: 30px;padding-right: 30px;padding-top: 20px;padding-bottom: 20px;display: inline-flex; } } @media (max-width: 639px) { .gp-component-id-e1L9I2Pus[data-gp-component] { padding-left: 10px;padding-right: 10px;padding-top: 80px;padding-bottom: 80px;z-index: auto !important;position: relative; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-e1L9I2Pus[data-gp-component] { padding-left: 40px;padding-right: 40px;padding-top: 80px;padding-bottom: 80px;z-index: auto !important;position: relative; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-e1L9I2Pus[data-gp-component] { padding-left: 40px;padding-right: 40px;padding-top: 80px;padding-bottom: 80px;z-index: auto !important;position: relative; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-e1L9I2Pus[data-gp-component] { padding-left: 40px;padding-right: 40px;padding-top: 80px;padding-bottom: 80px;z-index: auto !important;position: relative; } } @media (min-width: 1200px) { .gp-component-id-e1L9I2Pus[data-gp-component] { padding-left: 40px;padding-right: 40px;padding-top: 80px;padding-bottom: 80px;z-index: auto !important;position: relative; } } .gp-component-id-e1L9I2Pus.gp-component > [data-section-overlay] { background-color: rgb(242, 243, 244);right: 0px;left: 0px;top: 0px;bottom: 0px;position: absolute; } @media (max-width: 639px) { .gp-component-id-e1L9I2Pus.gp-component > [data-section-overlay] { background-color: rgb(242, 243, 244);right: 0px;left: 0px;top: 0px;bottom: 0px;position: absolute; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-e1L9I2Pus.gp-component > [data-section-overlay] { background-color: rgb(242, 243, 244);right: 0px;left: 0px;top: 0px;bottom: 0px;position: absolute; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-e1L9I2Pus.gp-component > [data-section-overlay] { background-color: rgb(242, 243, 244);right: 0px;left: 0px;top: 0px;bottom: 0px;position: absolute; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-e1L9I2Pus.gp-component > [data-section-overlay] { background-color: rgb(242, 243, 244);right: 0px;left: 0px;top: 0px;bottom: 0px;position: absolute; } } @media (min-width: 1200px) { .gp-component-id-e1L9I2Pus.gp-component > [data-section-overlay] { background-color: rgb(242, 243, 244);right: 0px;left: 0px;top: 0px;bottom: 0px;position: absolute; } } @media (max-width: 639px) { .gp-component-id-b_ZC3Qru3q[data-gp-component] { margin-left: auto;margin-right: auto;width: 100%;flex-direction: column;justify-content: center;align-items: center;display: flex;position: relative;z-index: 15; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-b_ZC3Qru3q[data-gp-component] { margin-left: auto;margin-right: auto;width: 100%;max-width: 640px;flex-direction: column;justify-content: center;align-items: center;display: flex;position: relative;z-index: 15; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-b_ZC3Qru3q[data-gp-component] { margin-left: auto;margin-right: auto;width: 100%;max-width: 768px;flex-direction: column;justify-content: center;align-items: center;display: flex;position: relative;z-index: 15; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-b_ZC3Qru3q[data-gp-component] { margin-left: auto;margin-right: auto;width: 100%;max-width: 992px;flex-direction: column;justify-content: center;align-items: center;display: flex;position: relative;z-index: 15; } } @media (min-width: 1200px) { .gp-component-id-b_ZC3Qru3q[data-gp-component] { margin-left: auto;margin-right: auto;width: 100%;max-width: 992px;flex-direction: column;justify-content: center;align-items: center;display: flex;position: relative;z-index: 15; } } @media (max-width: 639px) { .gp-component-id-QCz4G_Buz[data-gp-component] { position: relative;z-index: 10; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-QCz4G_Buz[data-gp-component] { position: relative;z-index: 10; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-QCz4G_Buz[data-gp-component] { position: relative;z-index: 10; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-QCz4G_Buz[data-gp-component] { position: relative;z-index: 10; } } @media (min-width: 1200px) { .gp-component-id-QCz4G_Buz[data-gp-component] { position: relative;z-index: 10; } } @media (max-width: 639px) { .gp-component-id-QCz4G_Buz.gp-component > [data-section-overlay] { background-color: rgba(32, 45, 60, 1); } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-QCz4G_Buz.gp-component > [data-section-overlay] { background-color: rgba(32, 45, 60, 1); } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-QCz4G_Buz.gp-component > [data-section-overlay] { background-color: rgba(32, 45, 60, 1); } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-QCz4G_Buz.gp-component > [data-section-overlay] { background-color: rgba(32, 45, 60, 1); } } @media (min-width: 1200px) { .gp-component-id-QCz4G_Buz.gp-component > [data-section-overlay] { background-color: rgba(32, 45, 60, 1); } } @media (max-width: 639px) { [data-gp-text] .gp-component-id-I982ev8Vrv { font-size: 32px !important;font-weight: 600 !important;color: rgba(255, 255, 255, 1);text-align: center;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 30px; } } @media (max-width: 767px) and (min-width: 640px) { [data-gp-text] .gp-component-id-I982ev8Vrv { font-size: 32px !important;font-weight: 600 !important;color: rgba(255, 255, 255, 1);text-align: center;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 30px; } } @media (max-width: 991px) and (min-width: 768px) { [data-gp-text] .gp-component-id-I982ev8Vrv { font-size: 32px !important;font-weight: 600 !important;color: rgba(255, 255, 255, 1);text-align: center;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 30px; } } @media (max-width: 1199px) and (min-width: 992px) { [data-gp-text] .gp-component-id-I982ev8Vrv { font-size: 32px !important;font-weight: 600 !important;color: rgba(255, 255, 255, 1);text-align: center;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 30px; } } @media (min-width: 1200px) { [data-gp-text] .gp-component-id-I982ev8Vrv { font-size: 32px !important;font-weight: 600 !important;color: rgba(255, 255, 255, 1);text-align: center;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 30px; } } @media (max-width: 639px) { [data-gp-text] .gp-component-id-ofWPUcX7BR { font-size: 36px;font-weight: 900;color: rgba(32, 45, 60, 1);text-align: center;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 30px;box-sizing: border-box;cursor: text;overflow-wrap: break-word; } } @media (max-width: 767px) and (min-width: 640px) { [data-gp-text] .gp-component-id-ofWPUcX7BR { font-size: 48px;font-weight: 900;color: rgba(32, 45, 60, 1);text-align: center;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 30px;box-sizing: border-box;cursor: text;overflow-wrap: break-word; } } @media (max-width: 991px) and (min-width: 768px) { [data-gp-text] .gp-component-id-ofWPUcX7BR { font-size: 48px;font-weight: 900;color: rgba(32, 45, 60, 1);text-align: center;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 30px;box-sizing: border-box;cursor: text;overflow-wrap: break-word; } } @media (max-width: 1199px) and (min-width: 992px) { [data-gp-text] .gp-component-id-ofWPUcX7BR { font-size: 48px;font-weight: 900;color: rgba(32, 45, 60, 1);text-align: center;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 30px;box-sizing: border-box;cursor: text;overflow-wrap: break-word; } } @media (min-width: 1200px) { [data-gp-text] .gp-component-id-ofWPUcX7BR { font-size: 48px;font-weight: 900;color: rgba(32, 45, 60, 1);text-align: center;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 30px;box-sizing: border-box;cursor: text;overflow-wrap: break-word; } } .gp-component-id-UuEjPbdst.gp-component > [data-section-overlay] { position: absolute;bottom: 0px;top: 0px;left: 0px;right: 0px; } @media (max-width: 639px) { .gp-component-id-UuEjPbdst.gp-component > [data-section-overlay] { background-color: rgb(255, 255, 255);position: absolute;bottom: 0px;top: 0px;left: 0px;right: 0px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-UuEjPbdst.gp-component > [data-section-overlay] { background-color: rgb(255, 255, 255);position: absolute;bottom: 0px;top: 0px;left: 0px;right: 0px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-UuEjPbdst.gp-component > [data-section-overlay] { background-color: rgb(255, 255, 255);position: absolute;bottom: 0px;top: 0px;left: 0px;right: 0px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-UuEjPbdst.gp-component > [data-section-overlay] { background-color: rgb(255, 255, 255);position: absolute;bottom: 0px;top: 0px;left: 0px;right: 0px; } } @media (min-width: 1200px) { .gp-component-id-UuEjPbdst.gp-component > [data-section-overlay] { background-color: rgb(255, 255, 255);position: absolute;bottom: 0px;top: 0px;left: 0px;right: 0px; } } @media (max-width: 639px) { [data-gp-text] .gp-component-id-8h8RtyttZ8 { font-size: 36px;font-weight: 900;color: rgb(0, 16, 31);text-align: center;line-height: 1;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px;overflow-wrap: break-word;box-sizing: border-box;cursor: text; } } @media (max-width: 767px) and (min-width: 640px) { [data-gp-text] .gp-component-id-8h8RtyttZ8 { font-size: 48px;font-weight: 900;color: rgb(0, 16, 31);text-align: center;line-height: 1;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px;overflow-wrap: break-word;box-sizing: border-box;cursor: text; } } @media (max-width: 991px) and (min-width: 768px) { [data-gp-text] .gp-component-id-8h8RtyttZ8 { font-size: 48px;font-weight: 900;color: rgb(0, 16, 31);text-align: center;line-height: 1;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px;overflow-wrap: break-word;box-sizing: border-box;cursor: text; } } @media (max-width: 1199px) and (min-width: 992px) { [data-gp-text] .gp-component-id-8h8RtyttZ8 { font-size: 48px;font-weight: 900;color: rgb(0, 16, 31);text-align: center;line-height: 1;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px;overflow-wrap: break-word;box-sizing: border-box;cursor: text; } } @media (min-width: 1200px) { [data-gp-text] .gp-component-id-8h8RtyttZ8 { font-size: 48px;font-weight: 900;color: rgb(0, 16, 31);text-align: center;line-height: 1;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px;overflow-wrap: break-word;box-sizing: border-box;cursor: text; } } @media (max-width: 639px) { [data-gp-text] .gp-component-id-WL3_vlflmi { font-size: 20px;font-weight: 600;color: rgb(255, 255, 255);text-align: center;opacity: 0.85;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 12px;text-transform: uppercase; } } @media (max-width: 767px) and (min-width: 640px) { [data-gp-text] .gp-component-id-WL3_vlflmi { font-size: 20px;font-weight: 600;color: rgb(255, 255, 255);text-align: center;opacity: 0.85;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 12px;text-transform: uppercase; } } @media (max-width: 991px) and (min-width: 768px) { [data-gp-text] .gp-component-id-WL3_vlflmi { font-size: 24px;font-weight: 600;color: rgb(255, 255, 255);text-align: center;opacity: 0.85;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 12px;text-transform: uppercase; } } @media (max-width: 1199px) and (min-width: 992px) { [data-gp-text] .gp-component-id-WL3_vlflmi { font-size: 24px;font-weight: 600;color: rgb(255, 255, 255);text-align: center;opacity: 0.85;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 12px;text-transform: uppercase; } } @media (min-width: 1200px) { [data-gp-text] .gp-component-id-WL3_vlflmi { font-size: 24px;font-weight: 600;color: rgb(255, 255, 255);text-align: center;opacity: 0.85;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 12px;text-transform: uppercase; } } .gp-component-id-E80a71YkM.gp-component > [data-section-overlay] { position: absolute;bottom: 0px;top: 0px;left: 0px;right: 0px;background-color: rgb(234, 240, 243); } @media (max-width: 639px) { .gp-component-id-E80a71YkM.gp-component > [data-section-overlay] { background-color: rgb(255, 255, 255);position: absolute;bottom: 0px;top: 0px;left: 0px;right: 0px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-E80a71YkM.gp-component > [data-section-overlay] { background-color: rgb(255, 255, 255);position: absolute;bottom: 0px;top: 0px;left: 0px;right: 0px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-E80a71YkM.gp-component > [data-section-overlay] { background-color: rgb(255, 255, 255);position: absolute;bottom: 0px;top: 0px;left: 0px;right: 0px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-E80a71YkM.gp-component > [data-section-overlay] { background-color: rgb(255, 255, 255);position: absolute;bottom: 0px;top: 0px;left: 0px;right: 0px; } } @media (min-width: 1200px) { .gp-component-id-E80a71YkM.gp-component > [data-section-overlay] { background-color: rgb(255, 255, 255);position: absolute;bottom: 0px;top: 0px;left: 0px;right: 0px; } } @media (max-width: 639px) { .gp-component-id-UuEjPbdst[data-gp-component] { padding-left: 10px;padding-right: 10px;padding-top: 50px;padding-bottom: 50px;position: relative;z-index: auto;min-height: 50px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-UuEjPbdst[data-gp-component] { padding-left: 20px;padding-right: 20px;padding-top: 50px;padding-bottom: 50px;position: relative;z-index: auto;min-height: 50px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-UuEjPbdst[data-gp-component] { padding-left: 48px;padding-right: 48px;padding-top: 50px;padding-bottom: 50px;position: relative;z-index: auto;min-height: 50px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-UuEjPbdst[data-gp-component] { padding-left: 48px;padding-right: 48px;padding-top: 50px;padding-bottom: 50px;position: relative;z-index: auto;min-height: 50px; } } @media (min-width: 1200px) { .gp-component-id-UuEjPbdst[data-gp-component] { padding-left: 48px;padding-right: 48px;padding-top: 50px;padding-bottom: 50px;position: relative;z-index: auto;min-height: 50px; } } .gp-component-id-BP8gJY3YQ.gp-component > [data-section-overlay] { right: 0px;left: 0px;top: 0px;bottom: 0px;position: absolute;background-color: rgba(255, 255, 255, 0); } @media (max-width: 639px) { .gp-component-id-BP8gJY3YQ.gp-component > [data-section-overlay] { background-color: rgba(255, 255, 255, 0);right: 0px;left: 0px;top: 0px;bottom: 0px;position: absolute; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-BP8gJY3YQ.gp-component > [data-section-overlay] { background-color: rgba(255, 255, 255, 0);right: 0px;left: 0px;top: 0px;bottom: 0px;position: absolute; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-BP8gJY3YQ.gp-component > [data-section-overlay] { background-color: rgba(255, 255, 255, 0);right: 0px;left: 0px;top: 0px;bottom: 0px;position: absolute; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-BP8gJY3YQ.gp-component > [data-section-overlay] { background-color: rgba(255, 255, 255, 0);right: 0px;left: 0px;top: 0px;bottom: 0px;position: absolute; } } @media (min-width: 1200px) { .gp-component-id-BP8gJY3YQ.gp-component > [data-section-overlay] { background-color: rgba(255, 255, 255, 0);right: 0px;left: 0px;top: 0px;bottom: 0px;position: absolute; } } @media (max-width: 639px) { [data-gp-text] .gp-component-id-pqdsY8vJbB { font-size: 32px !important;font-weight: 900 !important;text-align: center;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 32px;cursor: text;box-sizing: border-box; } } @media (max-width: 767px) and (min-width: 640px) { [data-gp-text] .gp-component-id-pqdsY8vJbB { font-size: 32px !important;font-weight: 900 !important;text-align: center;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 32px;cursor: text;box-sizing: border-box; } } @media (max-width: 991px) and (min-width: 768px) { [data-gp-text] .gp-component-id-pqdsY8vJbB { font-size: 32px !important;font-weight: 900 !important;text-align: left;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 32px;cursor: text;box-sizing: border-box; } } @media (max-width: 1199px) and (min-width: 992px) { [data-gp-text] .gp-component-id-pqdsY8vJbB { font-size: 32px !important;font-weight: 900 !important;text-align: left;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 32px;cursor: text;box-sizing: border-box; } } @media (min-width: 1200px) { [data-gp-text] .gp-component-id-pqdsY8vJbB { font-size: 32px !important;font-weight: 900 !important;text-align: left;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 32px;cursor: text;box-sizing: border-box; } } @media (max-width: 639px) { .gp-component-id-PujXC2b97Z[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;padding-left: 10px;padding-right: 10px;padding-top: 30px;padding-bottom: 30px;width: 100%;flex-direction: column;justify-content: center;align-items: center;display: flex; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-PujXC2b97Z[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;padding-top: 30px;padding-bottom: 30px;width: 100%;flex-direction: column;align-items: center;display: flex; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-PujXC2b97Z[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;padding-top: 30px;padding-bottom: 30px;width: 100%;flex-direction: column;align-items: center;display: flex; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-PujXC2b97Z[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;padding-top: 30px;padding-bottom: 30px;width: 100%;flex-direction: column;align-items: center;display: flex; } } @media (min-width: 1200px) { .gp-component-id-PujXC2b97Z[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;padding-top: 30px;padding-bottom: 30px;width: 100%;flex-direction: column;align-items: center;display: flex; } } @media (max-width: 639px) { .gp-component-id-bivijkEa8a[data-gp-component] { padding-left: 10px;padding-right: 10px;padding-top: 0px;padding-bottom: 0px;width: 100%; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-bivijkEa8a[data-gp-component] { padding-left: 10px;padding-right: 10px;padding-top: 0px;padding-bottom: 0px;width: 100%; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-bivijkEa8a[data-gp-component] { padding-left: 20px;padding-right: 20px;padding-top: 0px;padding-bottom: 0px;width: 100%; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-bivijkEa8a[data-gp-component] { padding-left: 50px;padding-right: 50px;padding-top: 0px;padding-bottom: 0px;width: 100%; } } @media (min-width: 1200px) { .gp-component-id-bivijkEa8a[data-gp-component] { padding-left: 221px;padding-right: 221px;padding-top: 0px;padding-bottom: 0px;width: 100%; } } @media (max-width: 639px) { .gp-component-id-vo2Q7YoCD0[data-gp-component] { margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 64px;padding-left: 30px;padding-right: 30px;padding-top: 0px;padding-bottom: 0px;flex-direction: column;align-items: flex-start;display: flex;list-style-position: inside;list-style-type: inherit; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-vo2Q7YoCD0[data-gp-component] { margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 64px;padding-left: 30px;padding-right: 30px;padding-top: 0px;padding-bottom: 0px;flex-direction: column;align-items: flex-start;display: flex;list-style-position: inside;list-style-type: inherit; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-vo2Q7YoCD0[data-gp-component] { margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 64px;padding-left: 30px;padding-right: 30px;padding-top: 0px;padding-bottom: 0px;flex-direction: column;align-items: flex-start;display: flex;list-style-position: inside;list-style-type: inherit; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-vo2Q7YoCD0[data-gp-component] { margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 64px;padding-left: 30px;padding-right: 30px;padding-top: 0px;padding-bottom: 0px;flex-direction: column;align-items: flex-start;display: flex;list-style-position: inside;list-style-type: inherit; } } @media (min-width: 1200px) { .gp-component-id-vo2Q7YoCD0[data-gp-component] { margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 64px;padding-left: 30px;padding-right: 30px;padding-top: 0px;padding-bottom: 0px;flex-direction: column;align-items: flex-start;display: flex;list-style-position: inside;list-style-type: inherit; } } @media (max-width: 639px) { .gp-component-id-BP8gJY3YQ[data-gp-component] { background-size: cover;padding-left: 8px;padding-right: 8px;padding-top: 50px;padding-bottom: 50px;position: relative;z-index: 10;background-position-x: 50%;background-position-y: 50%; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-BP8gJY3YQ[data-gp-component] { background-size: cover;padding-left: 32px;padding-right: 32px;padding-top: 50px;padding-bottom: 50px;position: relative;z-index: 10;background-position-x: 50%;background-position-y: 50%; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-BP8gJY3YQ[data-gp-component] { background-size: cover;padding-left: 32px;padding-right: 32px;padding-top: 50px;padding-bottom: 50px;position: relative;z-index: 10;background-position-x: 50%;background-position-y: 50%; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-BP8gJY3YQ[data-gp-component] { background-size: cover;padding-left: 32px;padding-right: 32px;padding-top: 50px;padding-bottom: 50px;position: relative;z-index: 10;background-position-x: 50%;background-position-y: 50%; } } @media (min-width: 1200px) { .gp-component-id-BP8gJY3YQ[data-gp-component] { background-size: cover;padding-left: 32px;padding-right: 32px;padding-top: 50px;padding-bottom: 50px;position: relative;z-index: 10;background-position-x: 50%;background-position-y: 50%; } } .gp-component-id-O0ZbtlfKo.gp-component > [data-section-overlay] { right: 0px;left: 0px;top: 0px;bottom: 0px;position: absolute; } @media (max-width: 639px) { .gp-component-id-O0ZbtlfKo.gp-component > [data-section-overlay] { background-color: rgb(255, 255, 255);right: 0px;left: 0px;top: 0px;bottom: 0px;position: absolute; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-O0ZbtlfKo.gp-component > [data-section-overlay] { background-color: rgb(255, 255, 255);right: 0px;left: 0px;top: 0px;bottom: 0px;position: absolute; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-O0ZbtlfKo.gp-component > [data-section-overlay] { background-color: rgb(255, 255, 255);right: 0px;left: 0px;top: 0px;bottom: 0px;position: absolute; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-O0ZbtlfKo.gp-component > [data-section-overlay] { background-color: rgb(255, 255, 255);right: 0px;left: 0px;top: 0px;bottom: 0px;position: absolute; } } @media (min-width: 1200px) { .gp-component-id-O0ZbtlfKo.gp-component > [data-section-overlay] { background-color: rgb(255, 255, 255);right: 0px;left: 0px;top: 0px;bottom: 0px;position: absolute; } } @media (max-width: 639px) { .gp-component-id-blr5_vK07x7[data-gp-component] { font-size: 30px;color: rgba(24, 205, 94, 1);line-height: 1;margin-right: 32px;padding-top: 8px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-blr5_vK07x7[data-gp-component] { font-size: 30px;color: rgba(24, 205, 94, 1);line-height: 1;margin-right: 32px;padding-top: 8px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-blr5_vK07x7[data-gp-component] { font-size: 30px;color: rgba(24, 205, 94, 1);line-height: 1;margin-right: 32px;padding-top: 8px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-blr5_vK07x7[data-gp-component] { font-size: 30px;color: rgba(24, 205, 94, 1);line-height: 1;margin-right: 32px;padding-top: 8px; } } @media (min-width: 1200px) { .gp-component-id-blr5_vK07x7[data-gp-component] { font-size: 30px;color: rgba(24, 205, 94, 1);line-height: 1;margin-right: 32px;padding-top: 8px; } } @media (max-width: 639px) { .gp-component-id-6qncGlcYkR[data-gp-component] { font-size: 30px;color: rgba(24, 205, 94, 1);line-height: 1;margin-right: 32px;padding-top: 8px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-6qncGlcYkR[data-gp-component] { font-size: 30px;color: rgba(24, 205, 94, 1);line-height: 1;margin-right: 32px;padding-top: 8px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-6qncGlcYkR[data-gp-component] { font-size: 30px;color: rgba(24, 205, 94, 1);line-height: 1;margin-right: 32px;padding-top: 8px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-6qncGlcYkR[data-gp-component] { font-size: 30px;color: rgba(24, 205, 94, 1);line-height: 1;margin-right: 32px;padding-top: 8px; } } @media (min-width: 1200px) { .gp-component-id-6qncGlcYkR[data-gp-component] { font-size: 30px;color: rgba(24, 205, 94, 1);line-height: 1;margin-right: 32px;padding-top: 8px; } } @media (max-width: 639px) { .gp-component-id-2bHJuIF10J[data-gp-component] { font-size: 30px;color: rgba(24, 205, 94, 1);line-height: 1;margin-right: 32px;padding-top: 4px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-2bHJuIF10J[data-gp-component] { font-size: 30px;color: rgba(24, 205, 94, 1);line-height: 1;margin-right: 32px;padding-top: 4px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-2bHJuIF10J[data-gp-component] { font-size: 30px;color: rgba(24, 205, 94, 1);line-height: 1;margin-right: 32px;padding-top: 4px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-2bHJuIF10J[data-gp-component] { font-size: 30px;color: rgba(24, 205, 94, 1);line-height: 1;margin-right: 32px;padding-top: 4px; } } @media (min-width: 1200px) { .gp-component-id-2bHJuIF10J[data-gp-component] { font-size: 30px;color: rgba(24, 205, 94, 1);line-height: 1;margin-right: 32px;padding-top: 4px; } } @media (max-width: 639px) { .gp-component-id-DatIZeSXsp[data-gp-component] { font-size: 30px;color: rgba(24, 205, 94, 1);line-height: 1;margin-right: 32px;padding-top: 8px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-DatIZeSXsp[data-gp-component] { font-size: 30px;color: rgba(24, 205, 94, 1);line-height: 1;margin-right: 32px;padding-top: 8px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-DatIZeSXsp[data-gp-component] { font-size: 30px;color: rgba(24, 205, 94, 1);line-height: 1;margin-right: 32px;padding-top: 8px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-DatIZeSXsp[data-gp-component] { font-size: 30px;color: rgba(24, 205, 94, 1);line-height: 1;margin-right: 32px;padding-top: 8px; } } @media (min-width: 1200px) { .gp-component-id-DatIZeSXsp[data-gp-component] { font-size: 30px;color: rgba(24, 205, 94, 1);line-height: 1;margin-right: 32px;padding-top: 8px; } } @media (max-width: 639px) { .gp-component-id-YkmeHrwI1f { font-size: 20px;color: rgb(0, 0, 0);font-family: Poppins, sans-serif;margin-left: 0px;margin-right: 0px;margin-top: 4px;margin-bottom: 0px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-YkmeHrwI1f { font-size: 20px;color: rgb(0, 0, 0);font-family: Poppins, sans-serif;margin-left: 0px;margin-right: 0px;margin-top: 4px;margin-bottom: 0px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-YkmeHrwI1f { font-size: 20px;color: rgb(0, 0, 0);font-family: Poppins, sans-serif;margin-left: 0px;margin-right: 0px;margin-top: 4px;margin-bottom: 0px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-YkmeHrwI1f { font-size: 20px;color: rgb(0, 0, 0);font-family: Poppins, sans-serif;margin-left: 0px;margin-right: 0px;margin-top: 4px;margin-bottom: 0px; } } @media (min-width: 1200px) { .gp-component-id-YkmeHrwI1f { font-size: 20px;color: rgb(0, 0, 0);font-family: Poppins, sans-serif;margin-left: 0px;margin-right: 0px;margin-top: 4px;margin-bottom: 0px; } } @media (max-width: 639px) { [data-gp-text] .gp-component-id-0zdgd2dbs6 { font-size: 20px;color: rgb(0, 0, 0);font-family: Poppins, sans-serif;margin-left: 0px;margin-right: 0px;margin-top: 4px;margin-bottom: 0px; } } @media (max-width: 767px) and (min-width: 640px) { [data-gp-text] .gp-component-id-0zdgd2dbs6 { font-size: 20px;color: rgb(0, 0, 0);font-family: Poppins, sans-serif;margin-left: 0px;margin-right: 0px;margin-top: 4px;margin-bottom: 0px; } } @media (max-width: 991px) and (min-width: 768px) { [data-gp-text] .gp-component-id-0zdgd2dbs6 { font-size: 20px;color: rgb(0, 0, 0);font-family: Poppins, sans-serif;margin-left: 0px;margin-right: 0px;margin-top: 4px;margin-bottom: 0px; } } @media (max-width: 1199px) and (min-width: 992px) { [data-gp-text] .gp-component-id-0zdgd2dbs6 { font-size: 20px;color: rgb(0, 0, 0);font-family: Poppins, sans-serif;margin-left: 0px;margin-right: 0px;margin-top: 4px;margin-bottom: 0px; } } @media (min-width: 1200px) { [data-gp-text] .gp-component-id-0zdgd2dbs6 { font-size: 20px;color: rgb(0, 0, 0);font-family: Poppins, sans-serif;margin-left: 0px;margin-right: 0px;margin-top: 4px;margin-bottom: 0px; } } @media (max-width: 639px) { .gp-component-id-jl0YpzoV6[data-gp-component] { font-size: 18px;color: rgb(32, 45, 60);margin-bottom: 16px;align-items: flex-start;display: flex; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-jl0YpzoV6[data-gp-component] { font-size: 18px;color: rgb(32, 45, 60);margin-bottom: 16px;align-items: flex-start;display: flex; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-jl0YpzoV6[data-gp-component] { font-size: 18px;color: rgb(32, 45, 60);margin-bottom: 16px;align-items: flex-start;display: flex; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-jl0YpzoV6[data-gp-component] { font-size: 18px;color: rgb(32, 45, 60);margin-bottom: 16px;align-items: flex-start;display: flex; } } @media (min-width: 1200px) { .gp-component-id-jl0YpzoV6[data-gp-component] { font-size: 18px;color: rgb(32, 45, 60);margin-bottom: 16px;align-items: flex-start;display: flex; } } @media (max-width: 639px) { .gp-component-id-Feqkt04Yox[data-gp-component] { width: 100%;height: 100%;flex-direction: column;justify-content: center;align-items: center;display: flex; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-Feqkt04Yox[data-gp-component] { width: 100%;height: 100%;flex-direction: column;justify-content: center;align-items: center;display: flex; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-Feqkt04Yox[data-gp-component] { width: 100%;height: 100%;flex-direction: column;justify-content: center;align-items: center;display: flex; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-Feqkt04Yox[data-gp-component] { width: 100%;height: 100%;flex-direction: column;justify-content: center;align-items: center;display: flex; } } @media (min-width: 1200px) { .gp-component-id-Feqkt04Yox[data-gp-component] { width: 100%;height: 100%;flex-direction: column;justify-content: center;align-items: center;display: flex; } } @media (max-width: 639px) { .gp-component-id-A8AccYjyI[data-gp-component] { padding-left: 0px;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-A8AccYjyI[data-gp-component] { padding-left: 0px;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-A8AccYjyI[data-gp-component] { padding-left: 24px;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-A8AccYjyI[data-gp-component] { padding-left: 24px;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-A8AccYjyI[data-gp-component] { padding-left: 24px;justify-content: flex-start;align-items: flex-start;display: inline-flex;object-position: center center;object-fit: cover; } } @media (max-width: 639px) { [data-gp-text] .gp-component-id-7OEvhmX_v8 { font-size: 22px !important;font-weight: inherit !important;color: rgb(0, 0, 0);text-align: left;margin-left: 0px;margin-right: 0px;margin-top: 32px;margin-bottom: 16px;overflow-wrap: break-word; } } @media (max-width: 767px) and (min-width: 640px) { [data-gp-text] .gp-component-id-7OEvhmX_v8 { font-size: 22px !important;font-weight: inherit !important;color: rgb(0, 0, 0);text-align: left;margin-left: 0px;margin-right: 0px;margin-top: 32px;margin-bottom: 32px;overflow-wrap: break-word; } } @media (max-width: 991px) and (min-width: 768px) { [data-gp-text] .gp-component-id-7OEvhmX_v8 { font-size: 22px !important;font-weight: inherit !important;color: rgb(0, 0, 0);text-align: left;margin-left: 0px;margin-right: 0px;margin-top: 32px;margin-bottom: 32px;overflow-wrap: break-word; } } @media (max-width: 1199px) and (min-width: 992px) { [data-gp-text] .gp-component-id-7OEvhmX_v8 { font-size: 22px !important;font-weight: inherit !important;color: rgb(0, 0, 0);text-align: left;margin-left: 0px;margin-right: 0px;margin-top: 32px;margin-bottom: 32px;overflow-wrap: break-word; } } @media (min-width: 1200px) { [data-gp-text] .gp-component-id-7OEvhmX_v8 { font-size: 22px !important;font-weight: inherit !important;color: rgb(0, 0, 0);text-align: left;margin-left: 0px;margin-right: 0px;margin-top: 32px;margin-bottom: 32px;overflow-wrap: break-word; } } @media (max-width: 639px) { .gp-component-id-f5e0_0BN42 { font-size: 22px !important;font-weight: inherit !important;color: rgb(0, 0, 0);text-align: left;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 16px;overflow-wrap: break-word; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-f5e0_0BN42 { font-size: 22px !important;font-weight: inherit !important;color: rgb(0, 0, 0);text-align: left;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 32px;overflow-wrap: break-word; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-f5e0_0BN42 { font-size: 22px !important;font-weight: inherit !important;color: rgb(0, 0, 0);text-align: left;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 32px;overflow-wrap: break-word; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-f5e0_0BN42 { font-size: 22px !important;font-weight: inherit !important;color: rgb(0, 0, 0);text-align: left;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 32px;overflow-wrap: break-word; } } @media (min-width: 1200px) { .gp-component-id-f5e0_0BN42 { font-size: 22px !important;font-weight: inherit !important;color: rgb(0, 0, 0);text-align: left;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 32px;overflow-wrap: break-word; } } @media (max-width: 639px) { [data-gp-text] .gp-component-id-fomWbRYsdW { font-size: 22px !important;margin-left: 14px; } } @media (max-width: 767px) and (min-width: 640px) { [data-gp-text] .gp-component-id-fomWbRYsdW { font-size: 22px !important;margin-left: 14px; } } @media (max-width: 991px) and (min-width: 768px) { [data-gp-text] .gp-component-id-fomWbRYsdW { font-size: 22px !important;margin-left: 14px; } } @media (max-width: 1199px) and (min-width: 992px) { [data-gp-text] .gp-component-id-fomWbRYsdW { font-size: 22px !important;margin-left: 14px; } } @media (min-width: 1200px) { [data-gp-text] .gp-component-id-fomWbRYsdW { font-size: 22px !important;margin-left: 14px; } } @media (max-width: 639px) { [data-gp-text] .gp-component-id-Bp6aj01RhA { font-size: 22px !important;margin-left: 14px; } } @media (max-width: 767px) and (min-width: 640px) { [data-gp-text] .gp-component-id-Bp6aj01RhA { font-size: 22px !important;margin-left: 14px; } } @media (max-width: 991px) and (min-width: 768px) { [data-gp-text] .gp-component-id-Bp6aj01RhA { font-size: 22px !important;margin-left: 14px; } } @media (max-width: 1199px) and (min-width: 992px) { [data-gp-text] .gp-component-id-Bp6aj01RhA { font-size: 22px !important;margin-left: 14px; } } @media (min-width: 1200px) { [data-gp-text] .gp-component-id-Bp6aj01RhA { font-size: 22px !important;margin-left: 14px; } } @media (max-width: 639px) { [data-gp-text] .gp-component-id-4Lg6Bce3u0 { font-size: 22px !important;margin-left: 14px; } } @media (max-width: 767px) and (min-width: 640px) { [data-gp-text] .gp-component-id-4Lg6Bce3u0 { font-size: 22px !important;margin-left: 14px; } } @media (max-width: 991px) and (min-width: 768px) { [data-gp-text] .gp-component-id-4Lg6Bce3u0 { font-size: 22px !important;margin-left: 14px; } } @media (max-width: 1199px) and (min-width: 992px) { [data-gp-text] .gp-component-id-4Lg6Bce3u0 { font-size: 22px !important;margin-left: 14px; } } @media (min-width: 1200px) { [data-gp-text] .gp-component-id-4Lg6Bce3u0 { font-size: 22px !important;margin-left: 14px; } } @media (max-width: 639px) { .gp-component-id-t2gdiCAGW5[data-gp-component] { font-size: 22px !important;margin-bottom: 28px;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-t2gdiCAGW5[data-gp-component] { font-size: 22px !important;margin-bottom: 28px;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-t2gdiCAGW5[data-gp-component] { font-size: 22px !important;margin-bottom: 0px;width: 100%;height: 100%;flex-direction: column;justify-content: center;align-items: flex-start;display: flex; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-t2gdiCAGW5[data-gp-component] { font-size: 22px !important;margin-bottom: 0px;width: 100%;height: 100%;flex-direction: column;justify-content: center;align-items: flex-start;display: flex; } } @media (min-width: 1200px) { .gp-component-id-t2gdiCAGW5[data-gp-component] { font-size: 22px !important;margin-bottom: 0px;width: 100%;height: 100%;flex-direction: column;justify-content: center;align-items: flex-start;display: flex; } } @media (max-width: 639px) { [data-gp-text] .gp-component-id-7Zti3hOlKo { font-size: 32px !important;font-weight: 900 !important;text-align: left;margin-bottom: 30px; } } @media (max-width: 767px) and (min-width: 640px) { [data-gp-text] .gp-component-id-7Zti3hOlKo { font-size: 32px !important;font-weight: 900 !important;text-align: left;margin-bottom: 30px; } } @media (max-width: 991px) and (min-width: 768px) { [data-gp-text] .gp-component-id-7Zti3hOlKo { font-size: 32px !important;font-weight: 900 !important;text-align: left;margin-bottom: 30px; } } @media (max-width: 1199px) and (min-width: 992px) { [data-gp-text] .gp-component-id-7Zti3hOlKo { font-size: 32px !important;font-weight: 900 !important;text-align: left;margin-bottom: 30px; } } @media (min-width: 1200px) { [data-gp-text] .gp-component-id-7Zti3hOlKo { font-size: 32px !important;font-weight: 900 !important;text-align: left;margin-bottom: 30px; } } @media (max-width: 639px) { [data-gp-text] .gp-component-id-J_01J7awpK { font-size: inherit;font-weight: 600;color: rgb(0, 0, 0);text-align: center;background-color: rgb(255, 204, 36);margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px; } } @media (max-width: 767px) and (min-width: 640px) { [data-gp-text] .gp-component-id-J_01J7awpK { font-size: inherit;font-weight: 600;color: rgb(0, 0, 0);text-align: center;background-color: rgb(255, 204, 36);margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px; } } @media (max-width: 991px) and (min-width: 768px) { [data-gp-text] .gp-component-id-J_01J7awpK { font-size: inherit;font-weight: 600;color: rgb(0, 0, 0);text-align: center;background-color: rgb(255, 204, 36);margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px; } } @media (max-width: 1199px) and (min-width: 992px) { [data-gp-text] .gp-component-id-J_01J7awpK { font-size: inherit;font-weight: 600;color: rgb(0, 0, 0);text-align: center;background-color: rgb(255, 204, 36);margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px; } } @media (min-width: 1200px) { [data-gp-text] .gp-component-id-J_01J7awpK { font-size: inherit;font-weight: 600;color: rgb(0, 0, 0);text-align: center;background-color: rgb(255, 204, 36);margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px; } } @media (max-width: 639px) { .gp-component-id-hb04tTg8V[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-hb04tTg8V[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-hb04tTg8V[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-hb04tTg8V[data-gp-component] { margin-bottom: 0px;padding-left: 8px;padding-right: 8px;width: 100%; } } @media (min-width: 1200px) { .gp-component-id-hb04tTg8V[data-gp-component] { margin-bottom: 0px;padding-left: 8px;padding-right: 8px;width: 100%; } } @media (max-width: 639px) { .gp-component-id-d1Ep4eM3yp[data-gp-component] { font-size: 24px !important;color: rgb(255, 204, 36);line-height: 1;display: inline-block; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-d1Ep4eM3yp[data-gp-component] { font-size: 24px !important;color: rgb(255, 204, 36);line-height: 1;display: inline-block; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-d1Ep4eM3yp[data-gp-component] { font-size: 24px !important;color: rgb(255, 204, 36);line-height: 1;display: inline-block; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-d1Ep4eM3yp[data-gp-component] { font-size: 24px !important;color: rgb(255, 204, 36);line-height: 1;display: inline-block; } } @media (min-width: 1200px) { .gp-component-id-d1Ep4eM3yp[data-gp-component] { font-size: 24px !important;color: rgb(255, 204, 36);line-height: 1;display: inline-block; } } @media (max-width: 639px) { .gp-component-id-GU2eGEoV2[data-gp-component] { font-size: 18px;color: rgb(32, 45, 60);margin-bottom: 15px;align-items: flex-start;display: flex; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-GU2eGEoV2[data-gp-component] { font-size: 18px;color: rgb(32, 45, 60);margin-bottom: 15px;align-items: flex-start;display: flex; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-GU2eGEoV2[data-gp-component] { font-size: 18px;color: rgb(32, 45, 60);margin-bottom: 15px;align-items: flex-start;display: flex; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-GU2eGEoV2[data-gp-component] { font-size: 18px;color: rgb(32, 45, 60);margin-bottom: 15px;align-items: flex-start;display: flex; } } @media (min-width: 1200px) { .gp-component-id-GU2eGEoV2[data-gp-component] { font-size: 18px;color: rgb(32, 45, 60);margin-bottom: 15px;align-items: flex-start;display: flex; } } @media (max-width: 639px) { .gp-component-id-10rq4uieLs[data-gp-component] { font-size: 24px !important;color: rgb(255, 204, 36);line-height: 1;display: inline-block; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-10rq4uieLs[data-gp-component] { font-size: 24px !important;color: rgb(255, 204, 36);line-height: 1;display: inline-block; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-10rq4uieLs[data-gp-component] { font-size: 24px !important;color: rgb(255, 204, 36);line-height: 1;display: inline-block; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-10rq4uieLs[data-gp-component] { font-size: 24px !important;color: rgb(255, 204, 36);line-height: 1;display: inline-block; } } @media (min-width: 1200px) { .gp-component-id-10rq4uieLs[data-gp-component] { font-size: 24px !important;color: rgb(255, 204, 36);line-height: 1;display: inline-block; } } @media (max-width: 639px) { .gp-component-id-f5b3ajuKP[data-gp-component] { font-size: 18px;color: rgb(32, 45, 60);margin-bottom: 15px;align-items: flex-start;display: flex; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-f5b3ajuKP[data-gp-component] { font-size: 18px;color: rgb(32, 45, 60);margin-bottom: 15px;align-items: flex-start;display: flex; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-f5b3ajuKP[data-gp-component] { font-size: 18px;color: rgb(32, 45, 60);margin-bottom: 15px;align-items: flex-start;display: flex; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-f5b3ajuKP[data-gp-component] { font-size: 18px;color: rgb(32, 45, 60);margin-bottom: 15px;align-items: flex-start;display: flex; } } @media (min-width: 1200px) { .gp-component-id-f5b3ajuKP[data-gp-component] { font-size: 18px;color: rgb(32, 45, 60);margin-bottom: 15px;align-items: flex-start;display: flex; } } @media (max-width: 639px) { .gp-component-id-PNblgCoFi[data-gp-component] { font-size: 18px;color: rgb(32, 45, 60);margin-bottom: 15px;align-items: flex-start;display: flex; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-PNblgCoFi[data-gp-component] { font-size: 18px;color: rgb(32, 45, 60);margin-bottom: 15px;align-items: flex-start;display: flex; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-PNblgCoFi[data-gp-component] { font-size: 18px;color: rgb(32, 45, 60);margin-bottom: 15px;align-items: flex-start;display: flex; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-PNblgCoFi[data-gp-component] { font-size: 18px;color: rgb(32, 45, 60);margin-bottom: 15px;align-items: flex-start;display: flex; } } @media (min-width: 1200px) { .gp-component-id-PNblgCoFi[data-gp-component] { font-size: 18px;color: rgb(32, 45, 60);margin-bottom: 15px;align-items: flex-start;display: flex; } } @media (max-width: 639px) { .gp-component-id-NCBb8gO4F[data-gp-component] { font-size: 24px !important;color: rgb(255, 204, 36);line-height: 1;display: inline-block; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-NCBb8gO4F[data-gp-component] { font-size: 24px !important;color: rgb(255, 204, 36);line-height: 1;display: inline-block; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-NCBb8gO4F[data-gp-component] { font-size: 24px !important;color: rgb(255, 204, 36);line-height: 1;display: inline-block; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-NCBb8gO4F[data-gp-component] { font-size: 24px !important;color: rgb(255, 204, 36);line-height: 1;display: inline-block; } } @media (min-width: 1200px) { .gp-component-id-NCBb8gO4F[data-gp-component] { font-size: 24px !important;color: rgb(255, 204, 36);line-height: 1;display: inline-block; } } @media (max-width: 639px) { .gp-component-id-O0ZbtlfKo[data-gp-component] { background-image: url("https://assets.grooveapps.com/images/5df98d83cf362c0e9cf8723d/1597172611_pexels-scott-webb-28061.jpg?update=2");background-size: cover;padding-top: 50px;padding-bottom: 50px;min-height: 50px;position: relative;z-index: auto; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-O0ZbtlfKo[data-gp-component] { background-image: url("https://assets.grooveapps.com/images/5df98d83cf362c0e9cf8723d/1597172611_pexels-scott-webb-28061.jpg?update=2");background-size: cover;padding-left: 16px;padding-right: 16px;padding-top: 50px;padding-bottom: 50px;min-height: 50px;position: relative;z-index: auto; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-O0ZbtlfKo[data-gp-component] { background-image: url("https://assets.grooveapps.com/images/5df98d83cf362c0e9cf8723d/1597172611_pexels-scott-webb-28061.jpg?update=2");background-size: cover;padding-left: 16px;padding-right: 16px;padding-top: 50px;padding-bottom: 50px;background-position-x: 50%;background-position-y: 50%;min-height: 50px;position: relative;z-index: auto; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-O0ZbtlfKo[data-gp-component] { background-image: url("https://assets.grooveapps.com/images/5df98d83cf362c0e9cf8723d/1597172611_pexels-scott-webb-28061.jpg?update=2");background-size: cover;padding-left: 16px;padding-right: 16px;padding-top: 50px;padding-bottom: 50px;background-position-x: 50%;background-position-y: 50%;min-height: 50px;position: relative;z-index: auto; } } @media (min-width: 1200px) { .gp-component-id-O0ZbtlfKo[data-gp-component] { background-image: url("https://assets.grooveapps.com/images/5df98d83cf362c0e9cf8723d/1597172611_pexels-scott-webb-28061.jpg?update=2");background-size: cover;padding-left: 16px;padding-right: 16px;padding-top: 50px;padding-bottom: 50px;background-position-x: 50%;background-position-y: 50%;min-height: 50px;position: relative;z-index: auto; } } .gp-component-id-MHzsx9EXt { flex-wrap: wrap;margin-right: -8px;margin-left: -8px; } @media (max-width: 639px) { .gp-component-id-MHzsx9EXt { flex-wrap: wrap;margin-right: -8px;margin-left: -8px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-MHzsx9EXt { flex-wrap: wrap;margin-right: -8px;margin-left: -8px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-MHzsx9EXt { flex-wrap: wrap;margin-right: -8px;margin-left: -8px;display: flex; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-MHzsx9EXt { flex-wrap: wrap;margin-right: -8px;margin-left: -8px;display: flex; } } @media (min-width: 1200px) { .gp-component-id-MHzsx9EXt { flex-wrap: wrap;margin-right: -8px;margin-left: -8px;display: flex; } } .gp-component-id-_tuCYSujJP { flex-basis: auto;flex-shrink: 0;flex-grow: 0;padding-right: 8px;width: 100%;padding-left: 8px; } @media (max-width: 639px) { .gp-component-id-_tuCYSujJP { 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-_tuCYSujJP { 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-_tuCYSujJP { 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-_tuCYSujJP { flex-basis: auto;flex-shrink: 0;flex-grow: 0;padding-right: 8px;width: 50%;padding-left: 8px; } } @media (min-width: 1200px) { .gp-component-id-_tuCYSujJP { flex-basis: auto;flex-shrink: 0;flex-grow: 0;padding-right: 8px;width: 50%;padding-left: 8px; } } .gp-component-id-LrPJVILwRj { flex-basis: auto;flex-shrink: 0;flex-grow: 0;padding-right: 8px;width: 100%;padding-left: 8px; } @media (max-width: 639px) { .gp-component-id-LrPJVILwRj { 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-LrPJVILwRj { 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-LrPJVILwRj { 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-LrPJVILwRj { flex-basis: auto;flex-shrink: 0;flex-grow: 0;padding-right: 8px;width: 50%;padding-left: 8px; } } @media (min-width: 1200px) { .gp-component-id-LrPJVILwRj { flex-basis: auto;flex-shrink: 0;flex-grow: 0;padding-right: 8px;width: 50%;padding-left: 8px; } } .gp-component-id-zWljb8FAkv { height: 100%;width: 100%; } @media (max-width: 639px) { .gp-component-id-zWljb8FAkv { height: 100%;width: 100%; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-zWljb8FAkv { height: 100%;width: 100%; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-zWljb8FAkv { height: 100%;width: 100%; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-zWljb8FAkv { height: 100%;width: 100%; } } @media (min-width: 1200px) { .gp-component-id-zWljb8FAkv { height: 100%;width: 100%; } } .gp-component-id-Zdn_9dGTd { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px;font-size: inherit;font-weight: inherit; } @media (max-width: 639px) { .gp-component-id-Zdn_9dGTd { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px;font-size: inherit;font-weight: inherit; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-Zdn_9dGTd { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px;font-size: inherit;font-weight: inherit; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-Zdn_9dGTd { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px;font-size: inherit;font-weight: inherit; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-Zdn_9dGTd { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px;font-size: inherit;font-weight: inherit; } } @media (min-width: 1200px) { .gp-component-id-Zdn_9dGTd { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px;font-size: inherit;font-weight: inherit; } } .gp-component-id-AwKkZ9gwW { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px;font-weight: inherit;font-size: inherit; } @media (max-width: 639px) { .gp-component-id-AwKkZ9gwW { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px;font-weight: inherit;font-size: inherit; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-AwKkZ9gwW { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px;font-weight: inherit;font-size: inherit; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-AwKkZ9gwW { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px;font-weight: inherit;font-size: inherit; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-AwKkZ9gwW { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px;font-weight: inherit;font-size: inherit; } } @media (min-width: 1200px) { .gp-component-id-AwKkZ9gwW { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px;font-weight: inherit;font-size: inherit; } } .gp-component-id-Ikp7Wu67M { padding-right: 8px;width: 100%;padding-left: 8px; } @media (max-width: 639px) { .gp-component-id-Ikp7Wu67M { padding-right: 8px;width: 100%;padding-left: 8px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-Ikp7Wu67M { padding-right: 8px;width: 100%;padding-left: 8px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-Ikp7Wu67M { padding-right: 8px;width: 100%;padding-left: 8px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-Ikp7Wu67M { padding-right: 8px;width: 100%;padding-left: 8px; } } @media (min-width: 1200px) { .gp-component-id-Ikp7Wu67M { padding-right: 8px;width: 100%;padding-left: 8px; } } .gp-component-id-u4leRwhnC { margin-right: -8px;margin-left: -8px; } @media (max-width: 639px) { .gp-component-id-u4leRwhnC { margin-right: -8px;margin-left: -8px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-u4leRwhnC { margin-right: -8px;margin-left: -8px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-u4leRwhnC { margin-right: -8px;margin-left: -8px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-u4leRwhnC { margin-right: -8px;margin-left: -8px; } } @media (min-width: 1200px) { .gp-component-id-u4leRwhnC { margin-right: -8px;margin-left: -8px; } } .gp-component-id-09x2d71gGO { padding-right: 8px;width: 100%;padding-left: 8px; } @media (max-width: 639px) { .gp-component-id-09x2d71gGO { padding-right: 8px;width: 100%;padding-left: 8px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-09x2d71gGO { padding-right: 8px;width: 100%;padding-left: 8px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-09x2d71gGO { padding-right: 8px;width: 100%;padding-left: 8px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-09x2d71gGO { padding-right: 8px;width: 100%;padding-left: 8px; } } @media (min-width: 1200px) { .gp-component-id-09x2d71gGO { padding-right: 8px;width: 100%;padding-left: 8px; } } .gp-component-id-uaAPO0h2Vu { width: 100%; } @media (max-width: 639px) { .gp-component-id-uaAPO0h2Vu { width: 100%; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-uaAPO0h2Vu { width: 100%; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-uaAPO0h2Vu { width: 100%; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-uaAPO0h2Vu { width: 100%; } } @media (min-width: 1200px) { .gp-component-id-uaAPO0h2Vu { width: 100%; } } .gp-component-id-4FRybAcBeF { flex-direction: column;display: flex; } @media (max-width: 639px) { .gp-component-id-4FRybAcBeF { flex-direction: column;display: flex; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-4FRybAcBeF { flex-direction: column;display: flex; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-4FRybAcBeF { flex-direction: column;display: flex; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-4FRybAcBeF { flex-direction: column;display: flex; } } @media (min-width: 1200px) { .gp-component-id-4FRybAcBeF { flex-direction: column;display: flex; } } .gp-component-id-migJKTgmBx { height: 100%; width: 100%; } .gp-component-id-EHBgtADSwB { flex-basis: auto; flex-shrink: 0; flex-grow: 0; padding-right: 0.5rem; padding-left: 0.5rem; width: 100%; } @media (min-width: 768px) { .gp-component-id-EHBgtADSwB { width: 50%; } } .gp-component-id-_mZb4d2qvF { flex-basis: auto; flex-shrink: 0; flex-grow: 0; padding-right: 0.5rem; padding-left: 0.5rem; width: 100%; } @media (min-width: 768px) { .gp-component-id-_mZb4d2qvF { width: 50%; } } .gp-component-id-_lJVM4vmN { flex-wrap: wrap; margin-right: -0.5rem; margin-left: -0.5rem; } @media (min-width: 768px) { .gp-component-id-_lJVM4vmN { display: flex; } } .gp-component-id-HVCkRmshld { padding-right: 0.5rem; padding-left: 0.5rem; width: 100%; } .gp-component-id-QThfS0pan6 { width: 100%; margin-right: auto; margin-left: auto; } @media (min-width: 640px) { .gp-component-id-QThfS0pan6 { max-width: 640px; } } @media (min-width: 768px) { .gp-component-id-QThfS0pan6 { max-width: 768px; } } @media (min-width: 992px) { .gp-component-id-QThfS0pan6 { max-width: 992px; } } @media (min-width: 1200px) { .gp-component-id-QThfS0pan6 { max-width: 1200px; } } .gp-component-id-BnjQdsZ4avI { margin-top: 0.25rem; color: rgb(0, 0, 0); font-size: 1.25rem; font-family: Poppins, sans-serif; margin-left: 0px; margin-bottom: 0px; margin-right: 0px; } @media (min-width: 640px) { .gp-component-id-BnjQdsZ4avI { margin-top: 0.25rem; color: rgb(0, 0, 0); font-size: 1.25rem; font-family: Poppins, sans-serif; } } @media (min-width: 768px) { .gp-component-id-BnjQdsZ4avI { margin-top: 0.25rem; color: rgb(0, 0, 0); font-size: 1.25rem; font-family: Poppins, sans-serif; } } @media (min-width: 992px) { .gp-component-id-BnjQdsZ4avI { margin-top: 0.25rem; color: rgb(0, 0, 0); font-size: 1.25rem; font-family: Poppins, sans-serif; } } @media (min-width: 1200px) { .gp-component-id-BnjQdsZ4avI { margin-top: 0.25rem; color: rgb(0, 0, 0); font-size: 1.25rem; font-family: Poppins, sans-serif; } } .gp-component-id-gxGceb5jP2 { display: flex; align-items: flex-start; margin-bottom: 1rem; color: rgb(32, 45, 60); font-size: 1.125rem; } @media (min-width: 640px) { .gp-component-id-gxGceb5jP2 { margin-bottom: 1rem; } } @media (min-width: 768px) { .gp-component-id-gxGceb5jP2 { margin-bottom: 1rem; } } @media (min-width: 992px) { .gp-component-id-gxGceb5jP2 { margin-bottom: 1rem; } } @media (min-width: 1200px) { .gp-component-id-gxGceb5jP2 { margin-bottom: 1rem; } } .gp-component-id-AyPJZoOq0H { margin-top: 0.25rem; color: rgb(0, 0, 0); font-size: 1.25rem; font-family: Poppins, sans-serif; margin-left: 0px; margin-bottom: 0px; margin-right: 0px; } @media (min-width: 640px) { .gp-component-id-AyPJZoOq0H { margin-top: 0.25rem; color: rgb(0, 0, 0); font-size: 1.25rem; font-family: Poppins, sans-serif; } } @media (min-width: 768px) { .gp-component-id-AyPJZoOq0H { margin-top: 0.25rem; color: rgb(0, 0, 0); font-size: 1.25rem; font-family: Poppins, sans-serif; } } @media (min-width: 992px) { .gp-component-id-AyPJZoOq0H { margin-top: 0.25rem; color: rgb(0, 0, 0); font-size: 1.25rem; font-family: Poppins, sans-serif; } } @media (min-width: 1200px) { .gp-component-id-AyPJZoOq0H { margin-top: 0.25rem; color: rgb(0, 0, 0); font-size: 1.25rem; font-family: Poppins, sans-serif; } } .gp-component-id-Zpl0WMKo00 { display: flex; align-items: flex-start; margin-bottom: 1rem; color: rgb(32, 45, 60); font-size: 1.125rem; } @media (min-width: 640px) { .gp-component-id-Zpl0WMKo00 { margin-bottom: 1rem; } } @media (min-width: 768px) { .gp-component-id-Zpl0WMKo00 { margin-bottom: 1rem; } } @media (min-width: 992px) { .gp-component-id-Zpl0WMKo00 { margin-bottom: 1rem; } } @media (min-width: 1200px) { .gp-component-id-Zpl0WMKo00 { margin-bottom: 1rem; } } .gp-component-id-maowXLEdyf { display: flex; align-items: flex-start; margin-bottom: 1rem; color: rgb(32, 45, 60); font-size: 1.125rem; } @media (min-width: 640px) { .gp-component-id-maowXLEdyf { margin-bottom: 1rem; } } @media (min-width: 768px) { .gp-component-id-maowXLEdyf { margin-bottom: 1rem; } } @media (min-width: 992px) { .gp-component-id-maowXLEdyf { margin-bottom: 1rem; } } @media (min-width: 1200px) { .gp-component-id-maowXLEdyf { margin-bottom: 1rem; } } .gp-component-id-ttKqvwTa07q { padding-right: 0.5rem; padding-left: 0.5rem; width: 100%; } .gp-component-id-UmPFHAFthHT { margin-right: -0.5rem; margin-left: -0.5rem; } .gp-component-id-jX34PE2l9M { display: flex; align-items: center; flex-direction: column; width: 100%; margin-right: auto; margin-left: auto; } @media (min-width: 640px) { .gp-component-id-jX34PE2l9M { display: flex; align-items: center; flex-direction: column; max-width: 640px; } } @media (min-width: 768px) { .gp-component-id-jX34PE2l9M { display: flex; align-items: center; flex-direction: column; max-width: 768px; } } @media (min-width: 992px) { .gp-component-id-jX34PE2l9M { display: flex; align-items: center; flex-direction: column; max-width: 992px; } } @media (min-width: 1200px) { .gp-component-id-jX34PE2l9M { display: flex; align-items: center; flex-direction: column; max-width: 1200px; } } .gp-component-id-H83L6kULiK7 { background-color: transparent; text-decoration-color: initial; text-decoration-style: initial; text-decoration-line: none; cursor: pointer; } .gp-component-id-pAgA3rEsSQ { 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-pAgA3rEsSQ { 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-pAgA3rEsSQ { 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-pAgA3rEsSQ { 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-pAgA3rEsSQ { 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-pAgA3rEsSQ { 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-H_GNnOpqYU[data-gp-component] { width: 100%;justify-content: center;display: flex; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-H_GNnOpqYU[data-gp-component] { width: 100%;justify-content: center;display: flex; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-H_GNnOpqYU[data-gp-component] { width: 100%;justify-content: center;display: flex; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-H_GNnOpqYU[data-gp-component] { width: 100%;justify-content: center;display: flex; } } @media (min-width: 1200px) { .gp-component-id-H_GNnOpqYU[data-gp-component] { width: 100%;justify-content: center;display: flex; } } .gp-component-id-ryZA3IIXao { padding-left: 8px;width: 100%;padding-right: 8px; } @media (max-width: 639px) { .gp-component-id-ryZA3IIXao { padding-left: 8px;width: 100%;padding-right: 8px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-ryZA3IIXao { padding-left: 8px;width: 100%;padding-right: 8px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-ryZA3IIXao { padding-left: 8px;width: 100%;padding-right: 8px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-ryZA3IIXao { padding-left: 8px;width: 100%;padding-right: 8px; } } @media (min-width: 1200px) { .gp-component-id-ryZA3IIXao { padding-left: 8px;width: 100%;padding-right: 8px; } } .gp-component-id-Hc6ODQbAu { margin-left: -8px;margin-right: -8px; } @media (max-width: 639px) { .gp-component-id-Hc6ODQbAu { margin-left: -8px;margin-right: -8px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-Hc6ODQbAu { margin-left: -8px;margin-right: -8px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-Hc6ODQbAu { margin-left: -8px;margin-right: -8px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-Hc6ODQbAu { margin-left: -8px;margin-right: -8px; } } @media (min-width: 1200px) { .gp-component-id-Hc6ODQbAu { margin-left: -8px;margin-right: -8px; } } .gp-component-id-ZZuBY7x8Yd { padding-left: 8px;width: 100%;padding-right: 8px; } @media (max-width: 639px) { .gp-component-id-ZZuBY7x8Yd { padding-left: 8px;width: 100%;padding-right: 8px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-ZZuBY7x8Yd { padding-left: 8px;width: 100%;padding-right: 8px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-ZZuBY7x8Yd { padding-left: 8px;width: 100%;padding-right: 8px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-ZZuBY7x8Yd { padding-left: 8px;width: 100%;padding-right: 8px; } } @media (min-width: 1200px) { .gp-component-id-ZZuBY7x8Yd { padding-left: 8px;width: 100%;padding-right: 8px; } } @media (max-width: 639px) { .gp-component-id-Ddgf0851wg { width: 100px;padding-bottom: 8px;margin-top: 20px;margin-right: auto;margin-left: auto;border-bottom-color: rgb(242, 100, 25);border-top-color: rgb(242, 100, 25);border-right-color: rgb(242, 100, 25);border-left-color: rgb(242, 100, 25);border-bottom-width: 0px;border-top-width: 2px;border-right-width: 0px;border-left-width: 0px;border-bottom-style: solid;border-top-style: solid;border-right-style: solid;border-left-style: solid; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-Ddgf0851wg { width: 100px;padding-bottom: 8px;margin-top: 20px;margin-right: auto;margin-left: auto;border-bottom-color: rgb(242, 100, 25);border-top-color: rgb(242, 100, 25);border-right-color: rgb(242, 100, 25);border-left-color: rgb(242, 100, 25);border-bottom-width: 0px;border-top-width: 2px;border-right-width: 0px;border-left-width: 0px;border-bottom-style: solid;border-top-style: solid;border-right-style: solid;border-left-style: solid; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-Ddgf0851wg { width: 100px;padding-bottom: 8px;margin-top: 20px;margin-right: auto;margin-left: auto;border-bottom-color: rgb(242, 100, 25);border-top-color: rgb(242, 100, 25);border-right-color: rgb(242, 100, 25);border-left-color: rgb(242, 100, 25);border-bottom-width: 0px;border-top-width: 2px;border-right-width: 0px;border-left-width: 0px;border-bottom-style: solid;border-top-style: solid;border-right-style: solid;border-left-style: solid; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-Ddgf0851wg { width: 100px;padding-bottom: 8px;margin-top: 20px;margin-right: auto;margin-left: auto;border-bottom-color: rgb(242, 100, 25);border-top-color: rgb(242, 100, 25);border-right-color: rgb(242, 100, 25);border-left-color: rgb(242, 100, 25);border-bottom-width: 0px;border-top-width: 2px;border-right-width: 0px;border-left-width: 0px;border-bottom-style: solid;border-top-style: solid;border-right-style: solid;border-left-style: solid; } } @media (min-width: 1200px) { .gp-component-id-Ddgf0851wg { width: 100px;padding-bottom: 8px;margin-top: 20px;margin-right: auto;margin-left: auto;border-bottom-color: rgb(242, 100, 25);border-top-color: rgb(242, 100, 25);border-right-color: rgb(242, 100, 25);border-left-color: rgb(242, 100, 25);border-bottom-width: 0px;border-top-width: 2px;border-right-width: 0px;border-left-width: 0px;border-bottom-style: solid;border-top-style: solid;border-right-style: solid;border-left-style: solid; } } @media (max-width: 639px) { [data-gp-text] .gp-component-id-D0o1dOuShy { font-size: 20px !important;color: rgb(89, 89, 89);text-align: center;line-height: 1.5;margin-left: 0px;margin-right: 0px;margin-top: 12px;margin-bottom: 0px;width: auto;overflow-wrap: break-word;box-sizing: border-box;cursor: text; } } @media (max-width: 767px) and (min-width: 640px) { [data-gp-text] .gp-component-id-D0o1dOuShy { font-size: 20px !important;color: rgb(89, 89, 89);text-align: center;line-height: 1.5;margin-left: 0px;margin-right: 0px;margin-top: 12px;margin-bottom: 0px;width: auto;overflow-wrap: break-word;box-sizing: border-box;cursor: text; } } @media (max-width: 991px) and (min-width: 768px) { [data-gp-text] .gp-component-id-D0o1dOuShy { font-size: 20px !important;color: rgb(89, 89, 89);text-align: center;line-height: 1.5;margin-left: 0px;margin-right: 0px;margin-top: 12px;margin-bottom: 0px;width: auto;overflow-wrap: break-word;box-sizing: border-box;cursor: text; } } @media (max-width: 1199px) and (min-width: 992px) { [data-gp-text] .gp-component-id-D0o1dOuShy { font-size: 20px !important;color: rgb(89, 89, 89);text-align: center;line-height: 1.5;margin-left: 0px;margin-right: 0px;margin-top: 12px;margin-bottom: 0px;width: auto;overflow-wrap: break-word;box-sizing: border-box;cursor: text; } } @media (min-width: 1200px) { [data-gp-text] .gp-component-id-D0o1dOuShy { font-size: 20px !important;color: rgb(89, 89, 89);text-align: center;line-height: 1.5;margin-left: 0px;margin-right: 0px;margin-top: 12px;margin-bottom: 0px;width: auto;overflow-wrap: break-word;box-sizing: border-box;cursor: text; } } .gp-component-id-g_VR5LeTas { flex-direction: column;display: flex; } @media (max-width: 639px) { .gp-component-id-g_VR5LeTas { flex-direction: column;display: flex; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-g_VR5LeTas { flex-direction: column;display: flex; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-g_VR5LeTas { flex-direction: column;display: flex; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-g_VR5LeTas { flex-direction: column;display: flex; } } @media (min-width: 1200px) { .gp-component-id-g_VR5LeTas { flex-direction: column;display: flex; } } .gp-component-id-s2fjkKoRVz { flex-direction: column;display: flex; } @media (max-width: 639px) { .gp-component-id-s2fjkKoRVz { flex-direction: column;display: flex; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-s2fjkKoRVz { flex-direction: column;display: flex; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-s2fjkKoRVz { flex-direction: column;display: flex; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-s2fjkKoRVz { flex-direction: column;display: flex; } } @media (min-width: 1200px) { .gp-component-id-s2fjkKoRVz { flex-direction: column;display: flex; } } .gp-component-id-KwSfQnxXTK { margin-left: auto;margin-right: auto;width: 100%;flex-direction: column;align-items: center;display: flex;z-index: 15;position: relative; } @media (max-width: 639px) { .gp-component-id-KwSfQnxXTK { margin-left: auto;margin-right: auto;width: 100%;flex-direction: column;align-items: center;display: flex;z-index: 15;position: relative; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-KwSfQnxXTK { margin-left: auto;margin-right: auto;width: 100%;flex-direction: column;align-items: center;display: flex;z-index: 15;position: relative;max-width: 640px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-KwSfQnxXTK { margin-left: auto;margin-right: auto;width: 100%;flex-direction: column;align-items: center;display: flex;z-index: 15;position: relative;max-width: 768px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-KwSfQnxXTK { margin-left: auto;margin-right: auto;width: 100%;flex-direction: column;align-items: center;display: flex;z-index: 15;position: relative;max-width: 992px; } } @media (min-width: 1200px) { .gp-component-id-KwSfQnxXTK { margin-left: auto;margin-right: auto;width: 100%;flex-direction: column;align-items: center;display: flex;z-index: 15;position: relative;max-width: 992px; } } .gp-component-id-OUYZ4Mu6m9F { padding-right: 8px;width: 100%;padding-left: 8px; } @media (max-width: 639px) { .gp-component-id-OUYZ4Mu6m9F { padding-left: 8px;padding-right: 8px;width: 100%; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-OUYZ4Mu6m9F { padding-left: 8px;padding-right: 8px;width: 100%; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-OUYZ4Mu6m9F { padding-left: 8px;padding-right: 8px;width: 100%; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-OUYZ4Mu6m9F { padding-left: 8px;padding-right: 8px;width: 100%; } } @media (min-width: 1200px) { .gp-component-id-OUYZ4Mu6m9F { padding-left: 8px;padding-right: 8px;width: 100%; } } .gp-component-id-l2R4fT4xQye { margin-right: -8px;margin-left: -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-qNOzw3zUDu[data-gp-component] { padding-left: 8px;padding-right: 8px;width: 100%; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-qNOzw3zUDu[data-gp-component] { padding-left: 8px;padding-right: 8px;width: 100%; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-qNOzw3zUDu[data-gp-component] { padding-left: 8px;padding-right: 8px;width: 100%; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-qNOzw3zUDu[data-gp-component] { padding-left: 8px;padding-right: 8px;width: 100%; } } @media (min-width: 1200px) { .gp-component-id-qNOzw3zUDu[data-gp-component] { padding-left: 8px;padding-right: 8px;width: 100%; } } .gp-component-id-n9uXiLKJ1q { width: 100%;overflow-wrap: break-word; } @media (max-width: 639px) { .gp-component-id-n9uXiLKJ1q { width: 100%;overflow-wrap: break-word; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-n9uXiLKJ1q { width: 100%;overflow-wrap: break-word; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-n9uXiLKJ1q { width: 100%;overflow-wrap: break-word; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-n9uXiLKJ1q { width: 100%;overflow-wrap: break-word; } } @media (min-width: 1200px) { .gp-component-id-n9uXiLKJ1q { width: 100%;overflow-wrap: break-word; } } @media (max-width: 639px) { .gp-component-id-97lIn7rT06[data-gp-component] { margin-left: auto;margin-right: auto;width: 100%;position: relative;z-index: 15; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-97lIn7rT06[data-gp-component] { margin-left: auto;margin-right: auto;width: 100%;max-width: 640px;position: relative;z-index: 15; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-97lIn7rT06[data-gp-component] { margin-left: auto;margin-right: auto;width: 100%;max-width: 768px;position: relative;z-index: 15; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-97lIn7rT06[data-gp-component] { margin-left: auto;margin-right: auto;width: 100%;max-width: 992px;position: relative;z-index: 15; } } @media (min-width: 1200px) { .gp-component-id-97lIn7rT06[data-gp-component] { margin-left: auto;margin-right: auto;width: 100%;max-width: 992px;position: relative;z-index: 15; } } @media (max-width: 639px) { .gp-component-id-E80a71YkM[data-gp-component] { padding-left: 10px;padding-right: 10px;padding-top: 50px;padding-bottom: 50px;z-index: auto !important;min-height: 50px;position: relative; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-E80a71YkM[data-gp-component] { padding-left: 10px;padding-right: 10px;padding-top: 50px;padding-bottom: 50px;z-index: auto !important;min-height: 50px;position: relative; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-E80a71YkM[data-gp-component] { padding-top: 50px;padding-bottom: 50px;z-index: auto !important;min-height: 50px;position: relative; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-E80a71YkM[data-gp-component] { padding-top: 50px;padding-bottom: 50px;z-index: auto !important;min-height: 50px;position: relative; } } @media (min-width: 1200px) { .gp-component-id-E80a71YkM[data-gp-component] { padding-top: 50px;padding-bottom: 50px;z-index: auto !important;min-height: 50px;position: relative; } } .gp-component-id-xU5hkmKRAM { align-items: center;justify-content: center;margin-right: auto;margin-left: auto;max-width: 960px;padding-top: 24px;padding-bottom: 24px;padding-left: 16px;padding-right: 16px;display: flex;flex-direction: column; } @media (max-width: 639px) { .gp-component-id-xU5hkmKRAM { align-items: center;justify-content: center;margin-right: auto;margin-left: auto;max-width: 960px;padding-top: 24px;padding-bottom: 24px;padding-left: 16px;padding-right: 16px;display: flex;flex-direction: column; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-xU5hkmKRAM { align-items: center;justify-content: center;margin-right: auto;margin-left: auto;max-width: 960px;padding-top: 24px;padding-bottom: 24px;padding-left: 16px;padding-right: 16px;display: flex;flex-direction: column; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-xU5hkmKRAM { align-items: center;justify-content: center;margin-right: auto;margin-left: auto;max-width: 960px;padding-top: 24px;padding-bottom: 24px;padding-left: 16px;padding-right: 16px;display: flex;flex-direction: column; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-xU5hkmKRAM { align-items: center;justify-content: center;margin-right: auto;margin-left: auto;max-width: 960px;padding-top: 48px;padding-bottom: 48px;padding-left: 16px;padding-right: 16px;display: flex;flex-direction: column; } } @media (min-width: 1200px) { .gp-component-id-xU5hkmKRAM { align-items: center;justify-content: center;margin-right: auto;margin-left: auto;max-width: 960px;padding-top: 48px;padding-bottom: 48px;padding-left: 16px;padding-right: 16px;display: flex;flex-direction: column; } }
