/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Dec 27 2024 | 20:22:50 */
/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Dec 07 2023 | 20:17:13 */
/************/
/*  Colors  */
/************/
/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Aug 22 2022 | 20:38:52 */
:root {
  --purple: #2e1f66;
  --white: #ffffff;
}
#trial-notice {
  width: 96%;
  max-width: 800px;
  background: var(--purple);
  margin: 0 auto;
  padding: 3rem 2rem;
  text-align: center;
}
#trial-notice h2, #trial-notice p, #trial-notice a {
  color: var(--white);
}
#trial-notice h2 {
  max-width: 600px;
  margin: 0 auto 1.75rem;
  text-transform: none;
  font-size: clamp(20px, 2vw, 30px);
}
#trial-notice a {
  text-decoration: underline;
}
