 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; } } .gp-component-id-Ahsz6gQZMa { z-index: 15;position: relative;margin-left: auto;margin-right: auto;width: 100%; } @media (max-width: 639px) { .gp-component-id-Ahsz6gQZMa { z-index: 15;position: relative;margin-left: auto;margin-right: auto;width: 100%; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-Ahsz6gQZMa { z-index: 15;position: relative;margin-left: auto;margin-right: auto;width: 100%;max-width: 640px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-Ahsz6gQZMa { z-index: 15;position: relative;margin-left: auto;margin-right: auto;width: 100%;max-width: 768px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-Ahsz6gQZMa { z-index: 15;position: relative;margin-left: auto;margin-right: auto;width: 100%;max-width: 992px; } } @media (min-width: 1200px) { .gp-component-id-Ahsz6gQZMa { z-index: 15;position: relative;margin-left: auto;margin-right: auto;width: 100%;max-width: 1200px; } } .gp-component-id-2Iza7Iqkh { min-height: 50px;position: relative;z-index: auto; } @media (max-width: 639px) { .gp-component-id-2Iza7Iqkh { min-height: 50px;position: relative;z-index: auto; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-2Iza7Iqkh { min-height: 50px;position: relative;z-index: auto; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-2Iza7Iqkh { min-height: 50px;position: relative;z-index: auto; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-2Iza7Iqkh { min-height: 50px;position: relative;z-index: auto; } } @media (min-width: 1200px) { .gp-component-id-2Iza7Iqkh { min-height: 50px;position: relative;z-index: auto; } } [data-gp-text] .gp-component-id-ZfuSrtFQ28 { font-size: 3rem; text-align: center; } @media (min-width: 640px) { [data-gp-text] .gp-component-id-ZfuSrtFQ28 { font-size: 3rem; text-align: center; } } @media (min-width: 768px) { [data-gp-text] .gp-component-id-ZfuSrtFQ28 { font-size: 3rem; text-align: center; } } @media (min-width: 992px) { [data-gp-text] .gp-component-id-ZfuSrtFQ28 { font-size: 3rem; text-align: center; } } @media (min-width: 1200px) { [data-gp-text] .gp-component-id-ZfuSrtFQ28 { font-size: 3rem; text-align: center; } } .gp-component-id-n3r3WEHy6 { text-decoration-color: initial; text-decoration-style: solid; text-decoration-line: none; cursor: pointer; background-color: transparent; } .gp-component-id-0DNK331jnVD { display: inline-block; height: auto; width: 60%; padding-bottom: 0.5rem; padding-top: 0.5rem; padding-right: 1.25rem; padding-left: 1.25rem; border-bottom-color: rgb(254, 72, 72); border-top-color: rgb(254, 72, 72); border-right-color: rgb(254, 72, 72); border-left-color: rgb(254, 72, 72); border-bottom-width: 2px; border-top-width: 2px; border-right-width: 2px; border-left-width: 2px; border-bottom-right-radius: 0.25rem; border-bottom-left-radius: 0.25rem; border-top-right-radius: 0.25rem; border-top-left-radius: 0.25rem; text-align: center; color: rgb(254, 72, 72); font-size: 1.125rem; background-color: transparent; text-decoration-color: initial; text-decoration-style: initial; text-decoration-line: none; cursor: pointer; } @media (min-width: 640px) { .gp-component-id-0DNK331jnVD { height: auto; width: 60%; padding-right: 1.25rem; padding-left: 1.25rem; border-bottom-color: rgb(254, 72, 72); border-top-color: rgb(254, 72, 72); border-right-color: rgb(254, 72, 72); border-left-color: rgb(254, 72, 72); border-bottom-width: 2px; border-top-width: 2px; border-right-width: 2px; border-left-width: 2px; border-bottom-right-radius: 0.25rem; border-bottom-left-radius: 0.25rem; border-top-right-radius: 0.25rem; border-top-left-radius: 0.25rem; text-align: center; color: rgb(254, 72, 72); font-size: 1.125rem; } } @media (min-width: 768px) { .gp-component-id-0DNK331jnVD { height: auto; width: 60%; padding-right: 1.25rem; padding-left: 1.25rem; border-bottom-color: rgb(254, 72, 72); border-top-color: rgb(254, 72, 72); border-right-color: rgb(254, 72, 72); border-left-color: rgb(254, 72, 72); border-bottom-width: 2px; border-top-width: 2px; border-right-width: 2px; border-left-width: 2px; border-bottom-right-radius: 0.25rem; border-bottom-left-radius: 0.25rem; border-top-right-radius: 0.25rem; border-top-left-radius: 0.25rem; text-align: center; color: rgb(254, 72, 72); font-size: 1.125rem; } } @media (min-width: 992px) { .gp-component-id-0DNK331jnVD { width: 100%; padding-right: 0.25rem; padding-left: 0.25rem; border-bottom-color: rgb(254, 72, 72); border-top-color: rgb(254, 72, 72); border-right-color: rgb(254, 72, 72); border-left-color: rgb(254, 72, 72); border-bottom-width: 2px; border-top-width: 2px; border-right-width: 2px; border-left-width: 2px; border-bottom-right-radius: 0.25rem; border-bottom-left-radius: 0.25rem; border-top-right-radius: 0.25rem; border-top-left-radius: 0.25rem; color: rgb(254, 72, 72); font-size: 1rem; } } @media (min-width: 1200px) { .gp-component-id-0DNK331jnVD { padding-right: 1.25rem; padding-left: 1.25rem; border-bottom-color: rgb(254, 72, 72); border-top-color: rgb(254, 72, 72); border-right-color: rgb(254, 72, 72); border-left-color: rgb(254, 72, 72); border-bottom-width: 2px; border-top-width: 2px; border-right-width: 2px; border-left-width: 2px; border-bottom-right-radius: 0.25rem; border-bottom-left-radius: 0.25rem; border-top-right-radius: 0.25rem; border-top-left-radius: 0.25rem; color: rgb(254, 72, 72); font-size: 1.125rem; } } .gp-component-id-2rRrpBdLHyN { display: flex; align-items: center; flex-direction: column; height: 100%; width: 100%; padding-top: 1.5rem; } @media (min-width: 640px) { .gp-component-id-2rRrpBdLHyN { display: flex; align-items: center; flex-direction: column; padding-top: 1.5rem; } } @media (min-width: 768px) { .gp-component-id-2rRrpBdLHyN { display: flex; align-items: center; flex-direction: column; padding-top: 1.5rem; } } @media (min-width: 992px) { .gp-component-id-2rRrpBdLHyN { padding-top: 1.5rem; } } @media (min-width: 1200px) { .gp-component-id-2rRrpBdLHyN { padding-top: 1.5rem; } } .gp-component-id-ISHQeQqTj7 { flex-grow: 0; flex-shrink: 0; flex-basis: auto; width: 100%; padding-right: 0.5rem; padding-left: 0.5rem; } @media (min-width: 768px) { .gp-component-id-ISHQeQqTj7 { width: 50%; } } .gp-component-id-2za3gtng2Jv[data-gp-component] { font-size: 1.125rem; color: rgb(255, 255, 255); text-align: center; border-top-left-radius: 0.25rem; border-top-right-radius: 0.25rem; border-bottom-left-radius: 0.25rem; border-bottom-right-radius: 0.25rem; border-left-width: 2px; border-right-width: 2px; border-top-width: 2px; border-bottom-width: 2px; border-left-color: rgb(254, 72, 72); border-right-color: rgb(254, 72, 72); border-top-color: rgb(254, 72, 72); border-bottom-color: rgb(254, 72, 72); background-color: rgb(254, 72, 72); padding-left: 1.25rem; padding-right: 1.25rem; padding-top: 0.5rem; padding-bottom: 0.5rem; width: 60%; height: auto; display: inline-block; } @media (min-width: 640px) { .gp-component-id-2za3gtng2Jv[data-gp-component] { font-size: 1.125rem; color: rgb(255, 255, 255); text-align: center; border-top-left-radius: 0.25rem; border-top-right-radius: 0.25rem; border-bottom-left-radius: 0.25rem; border-bottom-right-radius: 0.25rem; border-left-width: 2px; border-right-width: 2px; border-top-width: 2px; border-bottom-width: 2px; border-left-color: rgb(254, 72, 72); border-right-color: rgb(254, 72, 72); border-top-color: rgb(254, 72, 72); border-bottom-color: rgb(254, 72, 72); background-color: rgb(254, 72, 72); padding-left: 1.25rem; padding-right: 1.25rem; width: 60%; height: auto; } } @media (min-width: 768px) { .gp-component-id-2za3gtng2Jv[data-gp-component] { font-size: 1.125rem; color: rgb(255, 255, 255); text-align: center; border-top-left-radius: 0.25rem; border-top-right-radius: 0.25rem; border-bottom-left-radius: 0.25rem; border-bottom-right-radius: 0.25rem; border-left-width: 2px; border-right-width: 2px; border-top-width: 2px; border-bottom-width: 2px; border-left-color: rgb(254, 72, 72); border-right-color: rgb(254, 72, 72); border-top-color: rgb(254, 72, 72); border-bottom-color: rgb(254, 72, 72); background-color: rgb(254, 72, 72); padding-left: 1.25rem; padding-right: 1.25rem; width: 60%; height: auto; } } @media (min-width: 992px) { .gp-component-id-2za3gtng2Jv[data-gp-component] { font-size: 1rem; color: rgb(255, 255, 255); border-top-left-radius: 0.25rem; border-top-right-radius: 0.25rem; border-bottom-left-radius: 0.25rem; border-bottom-right-radius: 0.25rem; border-left-width: 2px; border-right-width: 2px; border-top-width: 2px; border-bottom-width: 2px; border-left-color: rgb(254, 72, 72); border-right-color: rgb(254, 72, 72); border-top-color: rgb(254, 72, 72); border-bottom-color: rgb(254, 72, 72); background-color: rgb(254, 72, 72); padding-left: 0.25rem; padding-right: 0.25rem; width: 100%; } } @media (min-width: 1200px) { .gp-component-id-2za3gtng2Jv[data-gp-component] { font-size: 1.125rem; color: rgb(255, 255, 255); border-top-left-radius: 0.25rem; border-top-right-radius: 0.25rem; border-bottom-left-radius: 0.25rem; border-bottom-right-radius: 0.25rem; border-left-width: 2px; border-right-width: 2px; border-top-width: 2px; border-bottom-width: 2px; border-left-color: rgb(254, 72, 72); border-right-color: rgb(254, 72, 72); border-top-color: rgb(254, 72, 72); border-bottom-color: rgb(254, 72, 72); background-color: rgb(254, 72, 72); padding-left: 0.75rem; padding-right: 0.75rem; } } .gp-component-id-UVE5SjVeubU { display: flex; align-items: center; justify-content: center; flex-direction: column; max-width: 100%; min-width: 100%; height: 100%; width: 100%; padding-top: 1.5rem; } @media (min-width: 640px) { .gp-component-id-UVE5SjVeubU { display: flex; align-items: center; justify-content: center; flex-direction: column; max-width: 100%; min-width: 100%; padding-top: 1.5rem; } } @media (min-width: 768px) { .gp-component-id-UVE5SjVeubU { display: flex; align-items: center; justify-content: center; flex-direction: column; max-width: 100%; min-width: 100%; padding-top: 1.5rem; } } @media (min-width: 992px) { .gp-component-id-UVE5SjVeubU { display: flex; align-items: flex-start; justify-content: center; flex-direction: column; max-width: 100%; min-width: 100%; padding-top: 1.5rem; } } @media (min-width: 1200px) { .gp-component-id-UVE5SjVeubU { display: flex; align-items: flex-start; justify-content: center; flex-direction: column; max-width: 100%; min-width: 100%; padding-top: 1.5rem; } } .gp-component-id-INVTVmi9HS { flex-grow: 0; flex-shrink: 0; flex-basis: auto; width: 100%; padding-right: 0.5rem; padding-left: 0.5rem; } @media (min-width: 768px) { .gp-component-id-INVTVmi9HS { width: 50%; } } .gp-component-id-F5zq_ZuqOt { flex-wrap: wrap; margin-right: -0.5rem; margin-left: -0.5rem; } @media (min-width: 768px) { .gp-component-id-F5zq_ZuqOt { display: flex; } } .gp-component-id-UzmTT2xe1eI { width: 100%; padding-right: 0.5rem; margin-bottom: 1.25rem; } @media (min-width: 640px) { .gp-component-id-UzmTT2xe1eI { margin-bottom: 1.25rem; } } @media (min-width: 768px) { .gp-component-id-UzmTT2xe1eI { margin-bottom: 1.25rem; } } @media (min-width: 992px) { .gp-component-id-UzmTT2xe1eI { margin-bottom: 1.25rem; } } @media (min-width: 1200px) { .gp-component-id-UzmTT2xe1eI { margin-bottom: 1.25rem; } } .gp-component-id-juvC5xQIjfV { cursor: text; box-sizing: border-box; line-height: 1.5; text-align: center; color: rgb(57, 75, 86); font-size: 1.125rem; margin-left: 0px; margin-bottom: 0px; margin-right: 0px; margin-top: 0px; } @media (min-width: 640px) { .gp-component-id-juvC5xQIjfV { line-height: 1.5; text-align: center; color: rgb(57, 75, 86); font-size: 1.125rem; } } @media (min-width: 768px) { .gp-component-id-juvC5xQIjfV { line-height: 1.5; text-align: center; color: rgb(57, 75, 86); font-size: 1.125rem; } } @media (min-width: 992px) { .gp-component-id-juvC5xQIjfV { line-height: 1.5; text-align: left; color: rgb(57, 75, 86); font-size: 1.125rem; } } @media (min-width: 1200px) { .gp-component-id-juvC5xQIjfV { line-height: 1.5; color: rgb(57, 75, 86); font-size: 1.125rem; } } .gp-component-id-Egt4rZWgQUm { box-sizing: border-box; cursor: text; margin-bottom: 0.75rem; font-size: 1.5rem; margin-left: 0px; margin-right: 0px; margin-top: 0px; } @media (min-width: 640px) { .gp-component-id-Egt4rZWgQUm { margin-bottom: 0.75rem; font-size: 1.5rem; } } @media (min-width: 768px) { .gp-component-id-Egt4rZWgQUm { margin-bottom: 0.75rem; font-size: 1.5rem; } } @media (min-width: 992px) { .gp-component-id-Egt4rZWgQUm { margin-bottom: 0.75rem; font-size: 1.5rem; } } @media (min-width: 1200px) { .gp-component-id-Egt4rZWgQUm { margin-bottom: 0.75rem; font-size: 1.5rem; } } .gp-component-id-1Wyd2Mmnd5u { display: flex; align-items: center; flex-direction: column; width: 100%; padding-bottom: 1.75rem; padding-top: 1.75rem; padding-right: 1.75rem; padding-left: 1.75rem; } @media (min-width: 640px) { .gp-component-id-1Wyd2Mmnd5u { display: flex; align-items: center; flex-direction: column; padding-bottom: 1.75rem; padding-top: 1.75rem; padding-right: 1.75rem; padding-left: 1.75rem; } } @media (min-width: 768px) { .gp-component-id-1Wyd2Mmnd5u { display: flex; align-items: center; flex-direction: column; padding-bottom: 1.75rem; padding-top: 1.75rem; padding-right: 1.75rem; padding-left: 1.75rem; } } @media (min-width: 992px) { .gp-component-id-1Wyd2Mmnd5u { display: flex; align-items: flex-start; padding-bottom: 1.75rem; padding-top: 1.75rem; padding-right: 1.75rem; padding-left: 1.75rem; } } @media (min-width: 1200px) { .gp-component-id-1Wyd2Mmnd5u { padding-bottom: 1.75rem; padding-top: 1.75rem; padding-right: 1.75rem; padding-left: 1.75rem; } } .gp-component-id-if45d0gYeGg { object-position: center center; object-fit: cover; display: inline-flex; align-items: flex-start; justify-content: flex-start; width: 100%; margin-bottom: 0.75rem; border-bottom-right-radius: 0.35rem; border-bottom-left-radius: 0.35rem; border-top-right-radius: 0.35rem; border-top-left-radius: 0.35rem; border-left-style: solid; border-bottom-style: solid; border-right-style: solid; border-top-style: solid; height: auto; max-width: 100%; } @media (min-width: 640px) { .gp-component-id-if45d0gYeGg { height: auto; width: 100%; margin-bottom: 0.75rem; border-bottom-right-radius: 0.35rem; border-bottom-left-radius: 0.35rem; border-top-right-radius: 0.35rem; border-top-left-radius: 0.35rem; } } @media (min-width: 768px) { .gp-component-id-if45d0gYeGg { height: auto; width: 100%; margin-bottom: 0.75rem; border-bottom-right-radius: 0.35rem; border-bottom-left-radius: 0.35rem; border-top-right-radius: 0.35rem; border-top-left-radius: 0.35rem; } } @media (min-width: 992px) { .gp-component-id-if45d0gYeGg { margin-bottom: 0.75rem; border-bottom-right-radius: 0.35rem; border-bottom-left-radius: 0.35rem; border-top-right-radius: 0.35rem; border-top-left-radius: 0.35rem; } } @media (min-width: 1200px) { .gp-component-id-if45d0gYeGg { margin-bottom: 0.75rem; border-bottom-right-radius: 0.35rem; border-bottom-left-radius: 0.35rem; border-top-right-radius: 0.35rem; border-top-left-radius: 0.35rem; } } .gp-component-id-0fQyb90dESM { width: 85.71%; box-shadow: rgba(0, 0, 0, 0.12) 0px 4px 8px 0px, rgba(0, 0, 0, 0.08) 0px 2px 4px 0px; background-color: rgb(255, 255, 255); border-bottom-right-radius: 0.35rem; border-bottom-left-radius: 0.35rem; border-top-right-radius: 0.35rem; border-top-left-radius: 0.35rem; } @media (min-width: 640px) { .gp-component-id-0fQyb90dESM { width: 85.71%; box-shadow: rgba(0, 0, 0, 0.12) 0px 4px 8px 0px, rgba(0, 0, 0, 0.08) 0px 2px 4px 0px; background-color: rgb(255, 255, 255); border-bottom-right-radius: 0.35rem; border-bottom-left-radius: 0.35rem; border-top-right-radius: 0.35rem; border-top-left-radius: 0.35rem; } } @media (min-width: 768px) { .gp-component-id-0fQyb90dESM { box-shadow: rgba(0, 0, 0, 0.12) 0px 4px 8px 0px, rgba(0, 0, 0, 0.08) 0px 2px 4px 0px; background-color: rgb(255, 255, 255); border-bottom-right-radius: 0.35rem; border-bottom-left-radius: 0.35rem; border-top-right-radius: 0.35rem; border-top-left-radius: 0.35rem; } } @media (min-width: 992px) { .gp-component-id-0fQyb90dESM { width: 100%; box-shadow: rgba(0, 0, 0, 0.12) 0px 4px 8px 0px, rgba(0, 0, 0, 0.08) 0px 2px 4px 0px; background-color: rgb(255, 255, 255); border-bottom-right-radius: 0.35rem; border-bottom-left-radius: 0.35rem; border-top-right-radius: 0.35rem; border-top-left-radius: 0.35rem; } } @media (min-width: 1200px) { .gp-component-id-0fQyb90dESM { width: 100%; box-shadow: rgba(0, 0, 0, 0.12) 0px 4px 8px 0px, rgba(0, 0, 0, 0.08) 0px 2px 4px 0px; background-color: rgb(255, 255, 255); border-bottom-right-radius: 0.35rem; border-bottom-left-radius: 0.35rem; border-top-right-radius: 0.35rem; border-top-left-radius: 0.35rem; } } .gp-component-id-_j2Ln_rJ0sV { display: flex; align-items: center; flex-direction: column; height: 100%; width: 100%; } @media (min-width: 640px) { .gp-component-id-_j2Ln_rJ0sV { display: flex; align-items: center; flex-direction: column; } } .gp-component-id-0Zs53KVK00 { width: 100%; padding-left: 0.5rem; padding-right: 0.5rem; flex-grow: 0; flex-shrink: 0; flex-basis: auto; } @media (min-width: 768px) { .gp-component-id-0Zs53KVK00 { width: 33.3333%; } } .gp-component-id-KL6EEdrrGlY { display: inline-block; height: auto; width: 60%; padding-bottom: 0.5rem; padding-top: 0.5rem; padding-right: 1.25rem; padding-left: 1.25rem; border-bottom-color: rgb(254, 72, 72); border-top-color: rgb(254, 72, 72); border-right-color: rgb(254, 72, 72); border-left-color: rgb(254, 72, 72); border-bottom-width: 2px; border-top-width: 2px; border-right-width: 2px; border-left-width: 2px; border-bottom-right-radius: 0.25rem; border-bottom-left-radius: 0.25rem; border-top-right-radius: 0.25rem; border-top-left-radius: 0.25rem; text-align: center; color: rgb(254, 72, 72); font-size: 1.125rem; background-color: transparent; text-decoration-color: initial; text-decoration-style: initial; text-decoration-line: none; cursor: pointer; } @media (min-width: 640px) { .gp-component-id-KL6EEdrrGlY { height: auto; width: 60%; padding-right: 1.25rem; padding-left: 1.25rem; border-bottom-color: rgb(254, 72, 72); border-top-color: rgb(254, 72, 72); border-right-color: rgb(254, 72, 72); border-left-color: rgb(254, 72, 72); border-bottom-width: 2px; border-top-width: 2px; border-right-width: 2px; border-left-width: 2px; border-bottom-right-radius: 0.25rem; border-bottom-left-radius: 0.25rem; border-top-right-radius: 0.25rem; border-top-left-radius: 0.25rem; text-align: center; color: rgb(254, 72, 72); font-size: 1.125rem; } } @media (min-width: 768px) { .gp-component-id-KL6EEdrrGlY { height: auto; width: 60%; padding-right: 1.25rem; padding-left: 1.25rem; border-bottom-color: rgb(254, 72, 72); border-top-color: rgb(254, 72, 72); border-right-color: rgb(254, 72, 72); border-left-color: rgb(254, 72, 72); border-bottom-width: 2px; border-top-width: 2px; border-right-width: 2px; border-left-width: 2px; border-bottom-right-radius: 0.25rem; border-bottom-left-radius: 0.25rem; border-top-right-radius: 0.25rem; border-top-left-radius: 0.25rem; text-align: center; color: rgb(254, 72, 72); font-size: 1.125rem; } } @media (min-width: 992px) { .gp-component-id-KL6EEdrrGlY { width: 100%; padding-right: 0.25rem; padding-left: 0.25rem; border-bottom-color: rgb(254, 72, 72); border-top-color: rgb(254, 72, 72); border-right-color: rgb(254, 72, 72); border-left-color: rgb(254, 72, 72); border-bottom-width: 2px; border-top-width: 2px; border-right-width: 2px; border-left-width: 2px; border-bottom-right-radius: 0.25rem; border-bottom-left-radius: 0.25rem; border-top-right-radius: 0.25rem; border-top-left-radius: 0.25rem; color: rgb(254, 72, 72); font-size: 1rem; } } @media (min-width: 1200px) { .gp-component-id-KL6EEdrrGlY { padding-right: 1.25rem; padding-left: 1.25rem; border-bottom-color: rgb(254, 72, 72); border-top-color: rgb(254, 72, 72); border-right-color: rgb(254, 72, 72); border-left-color: rgb(254, 72, 72); border-bottom-width: 2px; border-top-width: 2px; border-right-width: 2px; border-left-width: 2px; border-bottom-right-radius: 0.25rem; border-bottom-left-radius: 0.25rem; border-top-right-radius: 0.25rem; border-top-left-radius: 0.25rem; color: rgb(254, 72, 72); font-size: 1.125rem; } } .gp-component-id-05OgP4He7Go { display: flex; align-items: center; flex-direction: column; height: 100%; width: 100%; padding-top: 1.5rem; } @media (min-width: 640px) { .gp-component-id-05OgP4He7Go { display: flex; align-items: center; flex-direction: column; padding-top: 1.5rem; } } @media (min-width: 768px) { .gp-component-id-05OgP4He7Go { display: flex; align-items: center; flex-direction: column; padding-top: 1.5rem; } } @media (min-width: 992px) { .gp-component-id-05OgP4He7Go { padding-top: 1.5rem; } } @media (min-width: 1200px) { .gp-component-id-05OgP4He7Go { padding-top: 1.5rem; } } .gp-component-id-6GZAkdGkWE { flex-basis: auto; flex-shrink: 0; flex-grow: 0; width: 100%; padding-right: 0.5rem; padding-left: 0.5rem; } @media (min-width: 768px) { .gp-component-id-6GZAkdGkWE { width: 50%; } } .gp-component-id-TtEJkszvM0y[data-gp-component] { font-size: 1.125rem; color: rgb(255, 255, 255); text-align: center; border-top-left-radius: 0.25rem; border-top-right-radius: 0.25rem; border-bottom-left-radius: 0.25rem; border-bottom-right-radius: 0.25rem; border-left-width: 2px; border-right-width: 2px; border-top-width: 2px; border-bottom-width: 2px; border-left-color: rgb(254, 72, 72); border-right-color: rgb(254, 72, 72); border-top-color: rgb(254, 72, 72); border-bottom-color: rgb(254, 72, 72); background-color: rgb(254, 72, 72); padding-left: 1.25rem; padding-right: 1.25rem; padding-top: 0.5rem; padding-bottom: 0.5rem; width: 60%; height: auto; display: inline-block; } @media (min-width: 640px) { .gp-component-id-TtEJkszvM0y[data-gp-component] { font-size: 1.125rem; color: rgb(255, 255, 255); text-align: center; border-top-left-radius: 0.25rem; border-top-right-radius: 0.25rem; border-bottom-left-radius: 0.25rem; border-bottom-right-radius: 0.25rem; border-left-width: 2px; border-right-width: 2px; border-top-width: 2px; border-bottom-width: 2px; border-left-color: rgb(254, 72, 72); border-right-color: rgb(254, 72, 72); border-top-color: rgb(254, 72, 72); border-bottom-color: rgb(254, 72, 72); background-color: rgb(254, 72, 72); padding-left: 1.25rem; padding-right: 1.25rem; width: 60%; height: auto; } } @media (min-width: 768px) { .gp-component-id-TtEJkszvM0y[data-gp-component] { font-size: 1.125rem; color: rgb(255, 255, 255); text-align: center; border-top-left-radius: 0.25rem; border-top-right-radius: 0.25rem; border-bottom-left-radius: 0.25rem; border-bottom-right-radius: 0.25rem; border-left-width: 2px; border-right-width: 2px; border-top-width: 2px; border-bottom-width: 2px; border-left-color: rgb(254, 72, 72); border-right-color: rgb(254, 72, 72); border-top-color: rgb(254, 72, 72); border-bottom-color: rgb(254, 72, 72); background-color: rgb(254, 72, 72); padding-left: 1.25rem; padding-right: 1.25rem; width: 60%; height: auto; } } @media (min-width: 992px) { .gp-component-id-TtEJkszvM0y[data-gp-component] { font-size: 1rem; color: rgb(255, 255, 255); border-top-left-radius: 0.25rem; border-top-right-radius: 0.25rem; border-bottom-left-radius: 0.25rem; border-bottom-right-radius: 0.25rem; border-left-width: 2px; border-right-width: 2px; border-top-width: 2px; border-bottom-width: 2px; border-left-color: rgb(254, 72, 72); border-right-color: rgb(254, 72, 72); border-top-color: rgb(254, 72, 72); border-bottom-color: rgb(254, 72, 72); background-color: rgb(254, 72, 72); padding-left: 0.25rem; padding-right: 0.25rem; width: 100%; } } @media (min-width: 1200px) { .gp-component-id-TtEJkszvM0y[data-gp-component] { font-size: 1.125rem; color: rgb(255, 255, 255); border-top-left-radius: 0.25rem; border-top-right-radius: 0.25rem; border-bottom-left-radius: 0.25rem; border-bottom-right-radius: 0.25rem; border-left-width: 2px; border-right-width: 2px; border-top-width: 2px; border-bottom-width: 2px; border-left-color: rgb(254, 72, 72); border-right-color: rgb(254, 72, 72); border-top-color: rgb(254, 72, 72); border-bottom-color: rgb(254, 72, 72); background-color: rgb(254, 72, 72); padding-left: 0.75rem; padding-right: 0.75rem; } } .gp-component-id-NqeMnsHXPfi { display: flex; align-items: center; justify-content: center; flex-direction: column; max-width: 100%; min-width: 100%; height: 100%; width: 100%; padding-top: 1.5rem; } @media (min-width: 640px) { .gp-component-id-NqeMnsHXPfi { display: flex; align-items: center; justify-content: center; flex-direction: column; max-width: 100%; min-width: 100%; padding-top: 1.5rem; } } @media (min-width: 768px) { .gp-component-id-NqeMnsHXPfi { display: flex; align-items: center; justify-content: center; flex-direction: column; max-width: 100%; min-width: 100%; padding-top: 1.5rem; } } @media (min-width: 992px) { .gp-component-id-NqeMnsHXPfi { display: flex; align-items: flex-start; justify-content: center; flex-direction: column; max-width: 100%; min-width: 100%; padding-top: 1.5rem; } } @media (min-width: 1200px) { .gp-component-id-NqeMnsHXPfi { display: flex; align-items: flex-start; justify-content: center; flex-direction: column; max-width: 100%; min-width: 100%; padding-top: 1.5rem; } } .gp-component-id-SP3IKPSdUJ { flex-basis: auto; flex-shrink: 0; flex-grow: 0; width: 100%; padding-right: 0.5rem; padding-left: 0.5rem; } @media (min-width: 768px) { .gp-component-id-SP3IKPSdUJ { width: 50%; } } .gp-component-id-6_Dz7FKqEV { flex-wrap: wrap; margin-right: -0.5rem; margin-left: -0.5rem; } @media (min-width: 768px) { .gp-component-id-6_Dz7FKqEV { display: flex; } } .gp-component-id-zWuiRAWdP5g { width: 100%; padding-right: 0.5rem; margin-bottom: 1.25rem; } @media (min-width: 640px) { .gp-component-id-zWuiRAWdP5g { margin-bottom: 1.25rem; } } @media (min-width: 768px) { .gp-component-id-zWuiRAWdP5g { margin-bottom: 1.25rem; } } @media (min-width: 992px) { .gp-component-id-zWuiRAWdP5g { margin-bottom: 1.25rem; } } @media (min-width: 1200px) { .gp-component-id-zWuiRAWdP5g { margin-bottom: 1.25rem; } } .gp-component-id-LZax9udK7p1 { box-sizing: border-box; cursor: text; line-height: 1.5; text-align: center; color: rgb(57, 75, 86); font-size: 1.125rem; margin-left: 0px; margin-bottom: 0px; margin-right: 0px; margin-top: 0px; } @media (min-width: 640px) { .gp-component-id-LZax9udK7p1 { line-height: 1.5; text-align: center; color: rgb(57, 75, 86); font-size: 1.125rem; } } @media (min-width: 768px) { .gp-component-id-LZax9udK7p1 { line-height: 1.5; text-align: center; color: rgb(57, 75, 86); font-size: 1.125rem; } } @media (min-width: 992px) { .gp-component-id-LZax9udK7p1 { line-height: 1.5; text-align: left; color: rgb(57, 75, 86); font-size: 1.125rem; } } @media (min-width: 1200px) { .gp-component-id-LZax9udK7p1 { line-height: 1.5; color: rgb(57, 75, 86); font-size: 1.125rem; } } .gp-component-id-haayxKiSxh2 { cursor: text; box-sizing: border-box; margin-bottom: 0.75rem; font-size: 1.5rem; margin-left: 0px; margin-right: 0px; margin-top: 0px; } @media (min-width: 640px) { .gp-component-id-haayxKiSxh2 { margin-bottom: 0.75rem; font-size: 1.5rem; } } @media (min-width: 768px) { .gp-component-id-haayxKiSxh2 { margin-bottom: 0.75rem; font-size: 1.5rem; } } @media (min-width: 992px) { .gp-component-id-haayxKiSxh2 { margin-bottom: 0.75rem; font-size: 1.5rem; } } @media (min-width: 1200px) { .gp-component-id-haayxKiSxh2 { margin-bottom: 0.75rem; font-size: 1.5rem; } } .gp-component-id-nsjW0kGgaQ2 { display: flex; align-items: center; flex-direction: column; width: 100%; padding-bottom: 1.75rem; padding-top: 1.75rem; padding-right: 1.75rem; padding-left: 1.75rem; } @media (min-width: 640px) { .gp-component-id-nsjW0kGgaQ2 { display: flex; align-items: center; flex-direction: column; padding-bottom: 1.75rem; padding-top: 1.75rem; padding-right: 1.75rem; padding-left: 1.75rem; } } @media (min-width: 768px) { .gp-component-id-nsjW0kGgaQ2 { display: flex; align-items: center; flex-direction: column; padding-bottom: 1.75rem; padding-top: 1.75rem; padding-right: 1.75rem; padding-left: 1.75rem; } } @media (min-width: 992px) { .gp-component-id-nsjW0kGgaQ2 { display: flex; align-items: flex-start; padding-bottom: 1.75rem; padding-top: 1.75rem; padding-right: 1.75rem; padding-left: 1.75rem; } } @media (min-width: 1200px) { .gp-component-id-nsjW0kGgaQ2 { padding-bottom: 1.75rem; padding-top: 1.75rem; padding-right: 1.75rem; padding-left: 1.75rem; } } .gp-component-id-bcGvpAn1HpE { object-fit: cover; object-position: center center; display: inline-flex; align-items: flex-start; justify-content: flex-start; width: 100%; margin-bottom: 0.75rem; border-bottom-right-radius: 0.35rem; border-bottom-left-radius: 0.35rem; border-top-right-radius: 0.35rem; border-top-left-radius: 0.35rem; border-left-style: solid; border-bottom-style: solid; border-right-style: solid; border-top-style: solid; height: auto; max-width: 100%; } @media (min-width: 640px) { .gp-component-id-bcGvpAn1HpE { width: 100%; margin-bottom: 0.75rem; border-bottom-right-radius: 0.35rem; border-bottom-left-radius: 0.35rem; border-top-right-radius: 0.35rem; border-top-left-radius: 0.35rem; } } @media (min-width: 768px) { .gp-component-id-bcGvpAn1HpE { width: 100%; margin-bottom: 0.75rem; border-bottom-right-radius: 0.35rem; border-bottom-left-radius: 0.35rem; border-top-right-radius: 0.35rem; border-top-left-radius: 0.35rem; } } @media (min-width: 992px) { .gp-component-id-bcGvpAn1HpE { margin-bottom: 0.75rem; } } @media (min-width: 1200px) { .gp-component-id-bcGvpAn1HpE { margin-bottom: 0.75rem; } } .gp-component-id-FD6LzLLQte5 { width: 85.71%; margin-bottom: 2rem; box-shadow: rgba(0, 0, 0, 0.12) 0px 4px 8px 0px, rgba(0, 0, 0, 0.08) 0px 2px 4px 0px; background-color: rgb(255, 255, 255); border-bottom-right-radius: 0.35rem; border-bottom-left-radius: 0.35rem; border-top-right-radius: 0.35rem; border-top-left-radius: 0.35rem; } @media (min-width: 640px) { .gp-component-id-FD6LzLLQte5 { width: 85.71%; margin-bottom: 2rem; box-shadow: rgba(0, 0, 0, 0.12) 0px 4px 8px 0px, rgba(0, 0, 0, 0.08) 0px 2px 4px 0px; background-color: rgb(255, 255, 255); border-bottom-right-radius: 0.35rem; border-bottom-left-radius: 0.35rem; border-top-right-radius: 0.35rem; border-top-left-radius: 0.35rem; } } @media (min-width: 768px) { .gp-component-id-FD6LzLLQte5 { margin-bottom: 2rem; box-shadow: rgba(0, 0, 0, 0.12) 0px 4px 8px 0px, rgba(0, 0, 0, 0.08) 0px 2px 4px 0px; background-color: rgb(255, 255, 255); border-bottom-right-radius: 0.35rem; border-bottom-left-radius: 0.35rem; border-top-right-radius: 0.35rem; border-top-left-radius: 0.35rem; } } @media (min-width: 992px) { .gp-component-id-FD6LzLLQte5 { width: 100%; margin-bottom: 0px; box-shadow: rgba(0, 0, 0, 0.12) 0px 4px 8px 0px, rgba(0, 0, 0, 0.08) 0px 2px 4px 0px; background-color: rgb(255, 255, 255); border-bottom-right-radius: 0.35rem; border-bottom-left-radius: 0.35rem; border-top-right-radius: 0.35rem; border-top-left-radius: 0.35rem; } } @media (min-width: 1200px) { .gp-component-id-FD6LzLLQte5 { width: 100%; box-shadow: rgba(0, 0, 0, 0.12) 0px 4px 8px 0px, rgba(0, 0, 0, 0.08) 0px 2px 4px 0px; background-color: rgb(255, 255, 255); border-bottom-right-radius: 0.35rem; border-bottom-left-radius: 0.35rem; border-top-right-radius: 0.35rem; border-top-left-radius: 0.35rem; } } .gp-component-id-gj3KaviBIf5 { display: flex; align-items: center; flex-direction: column; height: 100%; width: 100%; } @media (min-width: 640px) { .gp-component-id-gj3KaviBIf5 { display: flex; align-items: center; flex-direction: column; } } .gp-component-id-tIkho3wpso { width: 100%; padding-left: 0.5rem; padding-right: 0.5rem; flex-grow: 0; flex-shrink: 0; flex-basis: auto; } @media (min-width: 768px) { .gp-component-id-tIkho3wpso { width: 33.3333%; } } .gp-component-id-M_CxtJwZ3Ei { display: inline-block; height: auto; width: 66.6667%; padding-bottom: 0.5rem; padding-top: 0.5rem; padding-right: 1.25rem; padding-left: 1.25rem; border-bottom-color: rgb(254, 72, 72); border-top-color: rgb(254, 72, 72); border-right-color: rgb(254, 72, 72); border-left-color: rgb(254, 72, 72); border-bottom-width: 2px; border-top-width: 2px; border-right-width: 2px; border-left-width: 2px; border-bottom-right-radius: 0.25rem; border-bottom-left-radius: 0.25rem; border-top-right-radius: 0.25rem; border-top-left-radius: 0.25rem; text-align: center; color: rgb(254, 72, 72); font-size: 1.125rem; background-color: transparent; text-decoration-color: initial; text-decoration-style: initial; text-decoration-line: none; cursor: pointer; } @media (min-width: 640px) { .gp-component-id-M_CxtJwZ3Ei { height: auto; width: 66.6667%; padding-right: 1.25rem; padding-left: 1.25rem; border-bottom-color: rgb(254, 72, 72); border-top-color: rgb(254, 72, 72); border-right-color: rgb(254, 72, 72); border-left-color: rgb(254, 72, 72); border-bottom-width: 2px; border-top-width: 2px; border-right-width: 2px; border-left-width: 2px; border-bottom-right-radius: 0.25rem; border-bottom-left-radius: 0.25rem; border-top-right-radius: 0.25rem; border-top-left-radius: 0.25rem; text-align: center; color: rgb(254, 72, 72); font-size: 1.125rem; } } @media (min-width: 768px) { .gp-component-id-M_CxtJwZ3Ei { height: auto; width: 25%; padding-right: 1.25rem; padding-left: 1.25rem; border-bottom-color: rgb(254, 72, 72); border-top-color: rgb(254, 72, 72); border-right-color: rgb(254, 72, 72); border-left-color: rgb(254, 72, 72); border-bottom-width: 2px; border-top-width: 2px; border-right-width: 2px; border-left-width: 2px; border-bottom-right-radius: 0.25rem; border-bottom-left-radius: 0.25rem; border-top-right-radius: 0.25rem; border-top-left-radius: 0.25rem; color: rgb(254, 72, 72); font-size: 1.125rem; } } @media (min-width: 992px) { .gp-component-id-M_CxtJwZ3Ei { width: 100%; padding-right: 0.25rem; padding-left: 0.25rem; border-bottom-color: rgb(254, 72, 72); border-top-color: rgb(254, 72, 72); border-right-color: rgb(254, 72, 72); border-left-color: rgb(254, 72, 72); border-bottom-width: 2px; border-top-width: 2px; border-right-width: 2px; border-left-width: 2px; border-bottom-right-radius: 0.25rem; border-bottom-left-radius: 0.25rem; border-top-right-radius: 0.25rem; border-top-left-radius: 0.25rem; color: rgb(254, 72, 72); font-size: 1rem; } } @media (min-width: 1200px) { .gp-component-id-M_CxtJwZ3Ei { padding-right: 1.25rem; padding-left: 1.25rem; border-bottom-color: rgb(254, 72, 72); border-top-color: rgb(254, 72, 72); border-right-color: rgb(254, 72, 72); border-left-color: rgb(254, 72, 72); border-bottom-width: 2px; border-top-width: 2px; border-right-width: 2px; border-left-width: 2px; border-bottom-right-radius: 0.25rem; border-bottom-left-radius: 0.25rem; border-top-right-radius: 0.25rem; border-top-left-radius: 0.25rem; color: rgb(254, 72, 72); font-size: 1.125rem; } } .gp-component-id-DwCHXi28dTN { display: flex; align-items: center; flex-direction: column; height: 100%; width: 100%; padding-top: 1.5rem; } @media (min-width: 640px) { .gp-component-id-DwCHXi28dTN { display: flex; align-items: center; flex-direction: column; padding-top: 1.5rem; } } @media (min-width: 768px) { .gp-component-id-DwCHXi28dTN { display: flex; align-items: center; flex-direction: column; padding-top: 1.5rem; } } @media (min-width: 992px) { .gp-component-id-DwCHXi28dTN { display: flex; align-items: center; padding-top: 1.5rem; } } @media (min-width: 1200px) { .gp-component-id-DwCHXi28dTN { padding-top: 1.5rem; } } .gp-component-id-oMr7yA3WnT { width: 100%; padding-left: 0.5rem; padding-right: 0.5rem; flex-grow: 0; flex-shrink: 0; flex-basis: auto; } @media (min-width: 768px) { .gp-component-id-oMr7yA3WnT { width: 50%; } } .gp-component-id-O8erqXepXX0[data-gp-component] { font-size: 1.125rem; color: rgb(255, 255, 255); text-align: center; border-top-left-radius: 0.25rem; border-top-right-radius: 0.25rem; border-bottom-left-radius: 0.25rem; border-bottom-right-radius: 0.25rem; border-left-width: 2px; border-right-width: 2px; border-top-width: 2px; border-bottom-width: 2px; border-left-color: rgb(254, 72, 72); border-right-color: rgb(254, 72, 72); border-top-color: rgb(254, 72, 72); border-bottom-color: rgb(254, 72, 72); background-color: rgb(254, 72, 72); padding-left: 1.25rem; padding-right: 1.25rem; padding-top: 0.5rem; padding-bottom: 0.5rem; width: 66.6667%; height: auto; display: inline-block; } @media (min-width: 640px) { .gp-component-id-O8erqXepXX0[data-gp-component] { font-size: 1.125rem; color: rgb(255, 255, 255); text-align: center; border-top-left-radius: 0.25rem; border-top-right-radius: 0.25rem; border-bottom-left-radius: 0.25rem; border-bottom-right-radius: 0.25rem; border-left-width: 2px; border-right-width: 2px; border-top-width: 2px; border-bottom-width: 2px; border-left-color: rgb(254, 72, 72); border-right-color: rgb(254, 72, 72); border-top-color: rgb(254, 72, 72); border-bottom-color: rgb(254, 72, 72); background-color: rgb(254, 72, 72); padding-left: 1.25rem; padding-right: 1.25rem; width: 66.6667%; height: auto; } } @media (min-width: 768px) { .gp-component-id-O8erqXepXX0[data-gp-component] { font-size: 1.125rem; color: rgb(255, 255, 255); text-align: center; border-top-left-radius: 0.25rem; border-top-right-radius: 0.25rem; border-bottom-left-radius: 0.25rem; border-bottom-right-radius: 0.25rem; border-left-width: 2px; border-right-width: 2px; border-top-width: 2px; border-bottom-width: 2px; border-left-color: rgb(254, 72, 72); border-right-color: rgb(254, 72, 72); border-top-color: rgb(254, 72, 72); border-bottom-color: rgb(254, 72, 72); background-color: rgb(254, 72, 72); padding-left: 1.25rem; padding-right: 1.25rem; width: 66.6667%; height: auto; } } @media (min-width: 992px) { .gp-component-id-O8erqXepXX0[data-gp-component] { font-size: 1rem; color: rgb(255, 255, 255); border-top-left-radius: 0.25rem; border-top-right-radius: 0.25rem; border-bottom-left-radius: 0.25rem; border-bottom-right-radius: 0.25rem; border-left-width: 2px; border-right-width: 2px; border-top-width: 2px; border-bottom-width: 2px; border-left-color: rgb(254, 72, 72); border-right-color: rgb(254, 72, 72); border-top-color: rgb(254, 72, 72); border-bottom-color: rgb(254, 72, 72); background-color: rgb(254, 72, 72); padding-left: 0.25rem; padding-right: 0.25rem; width: 100%; } } @media (min-width: 1200px) { .gp-component-id-O8erqXepXX0[data-gp-component] { font-size: 1.125rem; color: rgb(255, 255, 255); border-top-left-radius: 0.25rem; border-top-right-radius: 0.25rem; border-bottom-left-radius: 0.25rem; border-bottom-right-radius: 0.25rem; border-left-width: 2px; border-right-width: 2px; border-top-width: 2px; border-bottom-width: 2px; border-left-color: rgb(254, 72, 72); border-right-color: rgb(254, 72, 72); border-top-color: rgb(254, 72, 72); border-bottom-color: rgb(254, 72, 72); background-color: rgb(254, 72, 72); padding-left: 0.75rem; padding-right: 0.75rem; } } .gp-component-id-o0S96isRRvQ { display: flex; align-items: center; justify-content: center; flex-direction: column; max-width: 100%; min-width: 100%; height: 100%; width: 100%; padding-top: 1.5rem; } @media (min-width: 640px) { .gp-component-id-o0S96isRRvQ { display: flex; align-items: center; justify-content: center; flex-direction: column; max-width: 100%; min-width: 100%; padding-top: 1.5rem; } } @media (min-width: 768px) { .gp-component-id-o0S96isRRvQ { display: flex; align-items: center; justify-content: center; flex-direction: column; max-width: 100%; min-width: 100%; padding-top: 1.5rem; } } @media (min-width: 992px) { .gp-component-id-o0S96isRRvQ { display: flex; align-items: flex-start; justify-content: center; flex-direction: column; max-width: 100%; min-width: 100%; padding-top: 1.5rem; } } @media (min-width: 1200px) { .gp-component-id-o0S96isRRvQ { display: flex; align-items: flex-start; justify-content: center; flex-direction: column; max-width: 100%; min-width: 100%; padding-top: 1.5rem; } } .gp-component-id-KQWWEri5bq { width: 100%; padding-left: 0.5rem; padding-right: 0.5rem; flex-grow: 0; flex-shrink: 0; flex-basis: auto; } @media (min-width: 768px) { .gp-component-id-KQWWEri5bq { width: 50%; } } .gp-component-id-yJ5fGu07F { margin-left: -0.5rem; margin-right: -0.5rem; flex-wrap: wrap; } @media (min-width: 768px) { .gp-component-id-yJ5fGu07F { display: flex; } } .gp-component-id-OZsdAeDId2 { width: 100%; padding-right: 0.5rem; margin-bottom: 1.25rem; } @media (min-width: 640px) { .gp-component-id-OZsdAeDId2 { margin-bottom: 1.25rem; } } @media (min-width: 768px) { .gp-component-id-OZsdAeDId2 { margin-bottom: 1.25rem; } } @media (min-width: 992px) { .gp-component-id-OZsdAeDId2 { margin-bottom: 1.25rem; } } @media (min-width: 1200px) { .gp-component-id-OZsdAeDId2 { margin-bottom: 1.25rem; } } .gp-component-id-WuzAIN_nxh { box-sizing: border-box; cursor: text; line-height: 1.5; text-align: center; color: rgb(57, 75, 86); font-size: 1.125rem; margin-left: 0px; margin-bottom: 0px; margin-right: 0px; margin-top: 0px; } @media (min-width: 640px) { .gp-component-id-WuzAIN_nxh { line-height: 1.5; text-align: center; color: rgb(57, 75, 86); font-size: 1.125rem; } } @media (min-width: 768px) { .gp-component-id-WuzAIN_nxh { line-height: 1.5; text-align: center; color: rgb(57, 75, 86); font-size: 1.125rem; } } @media (min-width: 992px) { .gp-component-id-WuzAIN_nxh { line-height: 1.5; text-align: left; color: rgb(57, 75, 86); font-size: 1.125rem; } } @media (min-width: 1200px) { .gp-component-id-WuzAIN_nxh { line-height: 1.5; color: rgb(57, 75, 86); font-size: 1.125rem; } } .gp-component-id-pA7uzdhek0 { cursor: text; box-sizing: border-box; margin-bottom: 0.75rem; font-size: 1.5rem; margin-left: 0px; margin-right: 0px; margin-top: 0px; } @media (min-width: 640px) { .gp-component-id-pA7uzdhek0 { margin-bottom: 0.75rem; font-size: 1.5rem; } } @media (min-width: 768px) { .gp-component-id-pA7uzdhek0 { margin-bottom: 0.75rem; font-size: 1.5rem; } } @media (min-width: 992px) { .gp-component-id-pA7uzdhek0 { margin-bottom: 0.75rem; font-size: 1.5rem; } } @media (min-width: 1200px) { .gp-component-id-pA7uzdhek0 { margin-bottom: 0.75rem; font-size: 1.5rem; } } .gp-component-id-lVNZ6U10Nw { display: flex; align-items: center; flex-direction: column; width: 100%; padding-bottom: 1.75rem; padding-top: 1.75rem; padding-right: 1.75rem; padding-left: 1.75rem; } @media (min-width: 640px) { .gp-component-id-lVNZ6U10Nw { display: flex; align-items: center; flex-direction: column; padding-bottom: 1.75rem; padding-top: 1.75rem; padding-right: 1.75rem; padding-left: 1.75rem; } } @media (min-width: 768px) { .gp-component-id-lVNZ6U10Nw { display: flex; align-items: center; flex-direction: column; padding-bottom: 1.75rem; padding-top: 1.75rem; padding-right: 1.75rem; padding-left: 1.75rem; } } @media (min-width: 992px) { .gp-component-id-lVNZ6U10Nw { display: flex; align-items: flex-start; padding-bottom: 1.75rem; padding-top: 1.75rem; padding-right: 1.75rem; padding-left: 1.75rem; } } @media (min-width: 1200px) { .gp-component-id-lVNZ6U10Nw { padding-bottom: 1.75rem; padding-top: 1.75rem; padding-right: 1.75rem; padding-left: 1.75rem; } } .gp-component-id-oCgbahzREx { object-position: center center; object-fit: cover; display: inline-flex; align-items: flex-start; justify-content: flex-start; width: 100%; margin-bottom: 0.75rem; border-bottom-right-radius: 0.25rem; border-bottom-left-radius: 0.25rem; border-top-right-radius: 0.25rem; border-top-left-radius: 0.25rem; border-left-style: solid; border-bottom-style: solid; border-right-style: solid; border-top-style: solid; height: auto; max-width: 100%; } @media (min-width: 640px) { .gp-component-id-oCgbahzREx { height: auto; width: 100%; margin-bottom: 0.75rem; border-bottom-right-radius: 0.25rem; border-bottom-left-radius: 0.25rem; border-top-right-radius: 0.25rem; border-top-left-radius: 0.25rem; } } @media (min-width: 768px) { .gp-component-id-oCgbahzREx { height: auto; width: 100%; margin-bottom: 0.75rem; border-bottom-right-radius: 0.25rem; border-bottom-left-radius: 0.25rem; border-top-right-radius: 0.25rem; border-top-left-radius: 0.25rem; } } @media (min-width: 992px) { .gp-component-id-oCgbahzREx { margin-bottom: 0.75rem; border-bottom-right-radius: 0.25rem; border-bottom-left-radius: 0.25rem; border-top-right-radius: 0.25rem; border-top-left-radius: 0.25rem; } } @media (min-width: 1200px) { .gp-component-id-oCgbahzREx { margin-bottom: 0.75rem; border-bottom-right-radius: 0.25rem; border-bottom-left-radius: 0.25rem; border-top-right-radius: 0.25rem; border-top-left-radius: 0.25rem; } } .gp-component-id-Hkc5xtj7FG { width: 85.71%; margin-bottom: 2rem; box-shadow: rgba(0, 0, 0, 0.12) 0px 4px 8px 0px, rgba(0, 0, 0, 0.08) 0px 2px 4px 0px; background-color: rgb(255, 255, 255); border-bottom-right-radius: 0.35rem; border-bottom-left-radius: 0.35rem; border-top-right-radius: 0.35rem; border-top-left-radius: 0.35rem; } @media (min-width: 640px) { .gp-component-id-Hkc5xtj7FG { width: 85.71%; margin-bottom: 2rem; box-shadow: rgba(0, 0, 0, 0.12) 0px 4px 8px 0px, rgba(0, 0, 0, 0.08) 0px 2px 4px 0px; background-color: rgb(255, 255, 255); border-bottom-right-radius: 0.35rem; border-bottom-left-radius: 0.35rem; border-top-right-radius: 0.35rem; border-top-left-radius: 0.35rem; } } @media (min-width: 768px) { .gp-component-id-Hkc5xtj7FG { margin-bottom: 2rem; box-shadow: rgba(0, 0, 0, 0.12) 0px 4px 8px 0px, rgba(0, 0, 0, 0.08) 0px 2px 4px 0px; background-color: rgb(255, 255, 255); border-bottom-right-radius: 0.35rem; border-bottom-left-radius: 0.35rem; border-top-right-radius: 0.35rem; border-top-left-radius: 0.35rem; } } @media (min-width: 992px) { .gp-component-id-Hkc5xtj7FG { width: 100%; margin-bottom: 0px; box-shadow: rgba(0, 0, 0, 0.12) 0px 4px 8px 0px, rgba(0, 0, 0, 0.08) 0px 2px 4px 0px; background-color: rgb(255, 255, 255); border-bottom-right-radius: 0.35rem; border-bottom-left-radius: 0.35rem; border-top-right-radius: 0.35rem; border-top-left-radius: 0.35rem; } } @media (min-width: 1200px) { .gp-component-id-Hkc5xtj7FG { width: 100%; box-shadow: rgba(0, 0, 0, 0.12) 0px 4px 8px 0px, rgba(0, 0, 0, 0.08) 0px 2px 4px 0px; background-color: rgb(255, 255, 255); border-bottom-right-radius: 0.35rem; border-bottom-left-radius: 0.35rem; border-top-right-radius: 0.35rem; border-top-left-radius: 0.35rem; } } .gp-component-id-4_uHegKWBS { display: flex; align-items: center; flex-direction: column; height: 100%; width: 100%; } @media (min-width: 640px) { .gp-component-id-4_uHegKWBS { display: flex; align-items: center; flex-direction: column; } } @media (min-width: 1200px) { .gp-component-id-4_uHegKWBS { width: 100%; } } .gp-component-id-2tYMVsucRN { width: 100%; padding-left: 0.5rem; padding-right: 0.5rem; flex-grow: 0; flex-shrink: 0; flex-basis: auto; } @media (min-width: 768px) { .gp-component-id-2tYMVsucRN { width: 33.3333%; } } .gp-component-id-IBT7SulnVA { margin-left: -0.5rem; margin-right: -0.5rem; flex-wrap: wrap; } @media (min-width: 768px) { .gp-component-id-IBT7SulnVA { display: flex; } } .gp-component-id-gFKtMFr2q0 { width: 100%; padding-left: 0.5rem; padding-right: 0.5rem; } .gp-component-id-BRNqEnFKD0 { margin-bottom: 1.75rem; text-align: center; font-size: 1.125rem; margin-left: 0px; margin-right: 0px; margin-top: 0px; } @media (min-width: 640px) { .gp-component-id-BRNqEnFKD0 { margin-bottom: 1.75rem; text-align: center; font-size: 1.125rem; } } @media (min-width: 768px) { .gp-component-id-BRNqEnFKD0 { margin-bottom: 1.75rem; text-align: center; font-size: 1.125rem; } } @media (min-width: 992px) { .gp-component-id-BRNqEnFKD0 { margin-bottom: 1.75rem; text-align: center; font-size: 1.125rem; } } @media (min-width: 1200px) { .gp-component-id-BRNqEnFKD0 { margin-bottom: 1.75rem; text-align: center; font-size: 1.125rem; } } .gp-component-id-lyyYy7HAXF { margin-left: auto; margin-right: auto; width: 100%; } @media (min-width: 640px) { .gp-component-id-lyyYy7HAXF { max-width: 640px; } } @media (min-width: 768px) { .gp-component-id-lyyYy7HAXF { max-width: 768px; } } @media (min-width: 992px) { .gp-component-id-lyyYy7HAXF { max-width: 992px; } } @media (min-width: 1200px) { .gp-component-id-lyyYy7HAXF { max-width: 1200px; } } .gp-component-id-6mQVFYwOG { z-index: auto !important; position: relative; padding-bottom: 4.5rem; padding-top: 4.5rem; } @media (min-width: 640px) { .gp-component-id-6mQVFYwOG { padding-bottom: 4.5rem; padding-top: 4.5rem; } } @media (min-width: 768px) { .gp-component-id-6mQVFYwOG { padding-bottom: 4.5rem; padding-top: 4.5rem; } } @media (min-width: 992px) { .gp-component-id-6mQVFYwOG { padding-bottom: 4.5rem; padding-top: 4.5rem; } } @media (min-width: 1200px) { .gp-component-id-6mQVFYwOG { padding-bottom: 4.5rem; padding-top: 4.5rem; } } .gp-component-id-6mQVFYwOG.gp-component [data-section-overlay] { z-index: 0 !important; position: absolute; bottom: 0px; top: 0px; left: 0px; right: 0px; background-color: rgb(234, 240, 243); } @media (min-width: 640px) { .gp-component-id-6mQVFYwOG.gp-component [data-section-overlay] { background-color: rgb(234, 240, 243); } } @media (min-width: 768px) { .gp-component-id-6mQVFYwOG.gp-component [data-section-overlay] { background-color: rgb(234, 240, 243); } } @media (min-width: 992px) { .gp-component-id-6mQVFYwOG.gp-component [data-section-overlay] { background-color: rgb(234, 240, 243); } } @media (min-width: 1200px) { .gp-component-id-6mQVFYwOG.gp-component [data-section-overlay] { background-color: rgb(234, 240, 243); } }
