/*breaks*/
.callout {
  padding: 64px 0;
  position: relative; }
  @media (max-width: 1184px) {
    .callout {
      padding: 64px 0; }
      .callout .container-grid {
        padding: 0; } }
  .callout--content {
    border-radius: 24px;
    display: flex;
    grid-column: 1 / 13;
    background: linear-gradient(229.31deg, #7324A1 0%, #2832A6 100%);
    padding: 64px 0;
    align-items: center;
    justify-content: center;
    flex-flow: column wrap;
    display: flex;
    position: relative; }
    @media (max-width: 704px) {
      .callout--content {
        grid-column: 1 / 3;
        padding: 64px 16px; } }
    .callout--content a {
      text-decoration: none;
      align-items: center;
      justify-content: center;
      flex-flow: column wrap;
      display: flex;
      z-index: 2; }
  .callout--title {
    color: #FFFFFF;
    font-family: Recoleta;
    font-size: 54px;
    font-weight: bold;
    line-height: 64px;
    text-align: center;
    max-width: 800px; }
    @media (max-width: 1184px) {
      .callout--title {
        max-width: 480px;
        font-size: 40px;
        line-height: 48px; } }
    .callout--title span {
      color: #52cfd5;
      font-weight: inherit;
      font-family: inherit; }
  .callout--subtitle {
    color: #FFFFFF;
    font-family: Lato;
    font-size: 18px;
    line-height: 32px;
    text-align: center;
    margin-top: 8px;
    padding: 0 24px; }
  .callout--button {
    color: #fff;
    font-family: Lato;
    font-size: 18px;
    font-weight: 900;
    margin-top: 40px;
    line-height: 24px;
    text-align: center;
    padding: 16px 32px;
    margin-bottom: 16px;
    border-radius: 100px;
    background-color: #000;
    transition: all 0.2s ease;
    z-index: 9; }
    @media (max-width: 1024px) {
      .callout--button {
        margin-top: 32px; } }
    .callout--button:hover {
      background: #54D4DA;
      color: #fff; }
  .callout--info {
    color: #FFFFFF;
    font-family: Lato;
    font-size: 13px;
    line-height: 16px;
    text-align: center; }
    @media (max-width: 704px) {
      .callout--info {
        max-width: 200px;
        margin: auto; } }

.callout .garnish {
  top: 0;
  left: 0;
  right: 0;
  position: absolute;
  bottom: 0;
  border-radius: 32px;
  z-index: 2; }
  .callout .garnish.no-parallax {
    overflow: hidden;
    z-index: 1; }
  .callout .garnish div {
    height: auto;
    width: 100%;
    position: absolute;
    z-index: 1; }
    .callout .garnish div svg {
      pointer-events: none; }
  .callout .garnish .circle {
    overflow: hidden;
    animation: zoomInUp 0.73s forwards; }
    .callout .garnish .circle div {
      left: -348px;
      bottom: -114px;
      top: auto;
      opacity: 0.7; }
    @media (max-width: 704px) {
      .callout .garnish .circle {
        display: none; } }
  .callout .garnish .wave {
    bottom: 80px;
    left: -64px;
    z-index: 2;
    animation: zoomInUp 0.73s forwards; }
    @media (max-width: 704px) {
      .callout .garnish .wave {
        bottom: auto;
        top: -32px; } }
  .callout .garnish .donut {
    right: 0;
    overflow: hidden;
    animation: zoomInUp 0.73s forwards;
    opacity: 0.4; }
  .callout .garnish .donut {
    bottom: auto;
    z-index: 12;
    right: -92px;
    top: -218px;
    opacity: 0.4; }
  .callout .garnish.var2 .semicircle {
    left: 111px;
    bottom: -38px; }
  .callout .garnish.var2 .donut {
    left: -200px;
    right: 0;
    opacity: 0.8; }
  .callout .garnish.var2 .circle {
    left: auto;
    right: -268px;
    bottom: -564px;
    top: auto;
    opacity: 0.7; }
    .callout .garnish.var2 .circle div {
      left: auto;
      bottom: auto; }
  .callout .garnish.var3 .wave {
    left: 78px;
    top: auto;
    bottom: 90px; }
  .callout .garnish.var3 .circle div {
    left: -281px;
    top: 158px !important;
    top: auto;
    opacity: 1; }
  .callout .garnish.var3 .triangle {
    left: auto;
    bottom: 60px;
    right: -180px;
    opacity: 0.5; }

/*# sourceMappingURL=callout.css.map */
