.action-card {
  background-color: #FFFFFF;
  box-shadow: 5px 5px #FFFFFF;
  margin-bottom: 30px;
  transition: box-shadow 0.15s linear; }
  .action-card.action-card--hover {
    box-shadow: 5px 5px transparent; }
  @media (min-width: 1024px) {
    .action-card {
      display: flex;
      margin-bottom: 35px; } }

.action-card__title {
  align-items: center;
  font-family: "Ringside Compressed A", "Ringside Compressed B";
  font-style: normal;
  font-weight: 700;
  color: #232444;
  font-size: 32px;
  letter-spacing: 0.3px;
  line-height: 0.92;
  background-color: #B7E4CF;
  letter-spacing: 0;
  padding: 17px 25px 21px;
  text-transform: uppercase; }
  @media (min-width: 768px) {
    .action-card__title {
      font-size: 32px; } }
  @media (min-width: 1150px) {
    .action-card__title {
      width: 46%; } }
  @media (min-width: 1024px) {
    .action-card__title {
      padding-top: 31px;
      width: 50%; } }
  @media (min-width: 1440px) {
    .action-card__title {
      width: 40%; } }

.action-card__info {
  padding: 18px 24px; }
  @media (min-width: 1024px) {
    .action-card__info {
      padding: 32px 26px 45px;
      width: 50%; } }
  @media (min-width: 1150px) {
    .action-card__info {
      width: 60%; } }

.action-card__copy {
  font-family: "Ringside Regular A", "Ringside Regular B";
  font-style: normal;
  font-weight: 400;
  color: #171717;
  font-size: 16px;
  line-height: 1.67;
  line-height: 1.31;
  margin-bottom: 27px; }
  @media (min-width: 768px) {
    .action-card__copy {
      font-size: 16px; } }
  @media (min-width: 1024px) {
    .action-card__copy {
      margin-bottom: 18px; } }

.action-card__cta--prim {
  font-family: "Ringside Compressed A", "Ringside Compressed B";
  font-style: normal;
  font-weight: 700;
  color: #FFFFFF;
  font-size: 22px;
  letter-spacing: 0.3px;
  line-height: 0.92;
  padding: 3px 16px 5px;
  background-color: #232444;
  border: 4px solid #232444;
  border-radius: 0;
  cursor: pointer;
  display: inline-block;
  line-height: 1;
  position: relative;
  text-transform: uppercase;
  transition: all 0.15s linear;
  -webkit-appearance: none;
  margin-right: 10px; }
  @media (min-width: 768px) {
    .action-card__cta--prim {
      font-size: 22px; } }
  .action-card__cta--prim:hover:not(:disabled) {
    background-color: transparent;
    color: #232444; }
  .action-card__cta--prim:disabled {
    opacity: 0.5;
    cursor: not-allowed; }

.action-card__cta--sec {
  font-family: "Ringside Regular A", "Ringside Regular B";
  font-style: normal;
  font-weight: 700;
  background: linear-gradient(to bottom, transparent 0%, transparent 65%, #B7E4CF 65%, #B7E4CF 100%);
  color: inherit;
  display: inline-block;
  font-size: 16px;
  position: relative;
  top: -3px; }
  .action-card__cta--sec:hover {
    background: none; }


/*# sourceMappingURL=/_public/build/95.c3540aa9013be390ed3e.css.map*/
/*# sourceMappingURL=95.c3540aa9013be390ed3e.css.map*/