@import url("https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@300;400;500;600;700&display=swap");.openCallReminderBanner{font-family:Roboto Condensed,sans-serif;box-sizing:border-box;display:flex;justify-content:center;width:100%;padding:5px 80px;background:transparent}.openCallReminderBanner__inner{box-sizing:border-box;display:flex;flex-direction:row;align-items:center;gap:24px;width:100%;max-width:1280px;margin:0 auto;padding:20px 30px;background:#f9fcff;border:.5px solid #cdcdcd;border-radius:4px}.openCallReminderBanner__copy{flex:1 1 0;min-width:0;display:flex;flex-direction:column;align-items:flex-start;gap:10px}.openCallReminderBanner__title{font-size:22px;font-weight:500;line-height:24px}.openCallReminderBanner__body,.openCallReminderBanner__title{margin:0;width:100%;color:#000000;font-family:Roboto Condensed,sans-serif;word-break:break-word}.openCallReminderBanner__body{font-size:18px;font-weight:400;line-height:25px;letter-spacing:.36px}.openCallReminderBanner__cta{display:inline-flex;flex-shrink:0;align-items:center;justify-content:center;box-sizing:border-box;height:48px;padding:14px 30px;border-radius:4px;background:#1e1e1e;color:#ffffff;font-family:Roboto Condensed,sans-serif;font-size:16px;font-weight:600;line-height:normal;letter-spacing:1px;text-transform:uppercase;text-decoration:none;white-space:nowrap;cursor:pointer;transition:opacity .15s ease}.openCallReminderBanner__cta:hover{opacity:.9}.openCallReminderBanner__dismiss{display:inline-flex;flex-shrink:0;align-items:center;justify-content:center;box-sizing:border-box;width:18px;height:18px;padding:0;border:none;background:transparent;color:#94a3b8;cursor:pointer}.openCallReminderBanner__dismissIcon{display:block;width:18px;height:18px}.openCallReminderBanner__dismissIcon path{stroke:currentColor}@media (max-width:480px){.openCallReminderBanner{padding:5px 16px}.openCallReminderBanner__inner{position:relative;flex-direction:column;align-items:stretch;gap:24px;width:342px;max-width:100%;padding:20px 30px}.openCallReminderBanner__dismiss{position:absolute;top:20px;right:30px;width:18px;height:18px}.openCallReminderBanner__dismissIcon{width:18px;height:18px}.openCallReminderBanner__copy{width:100%;padding-top:22px}.openCallReminderBanner__title{font-size:22px;font-weight:500;line-height:24px}.openCallReminderBanner__body{font-size:16px;font-weight:300;line-height:22px;letter-spacing:0}.openCallReminderBanner__cta{width:100%}}