/**
 * The base file that should be imported by every file.
 * There should be no CSS generation in this or from imported scss files at all!
 */
/**
 * Library
 */
/**
 * Variables and functions
 */
.section-alternative-heading {
  position: relative;
  padding: 45px 0 90px; }
  .section-alternative-heading:after {
    content: '';
    background: linear-gradient(180deg, #00FFA0 0%, rgba(1, 255, 161, 0) 100%);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: -1;
    padding-top: 100%; }
    @media (min-width: 768px) {
      .section-alternative-heading:after {
        padding-top: 70%; } }
    @media (min-width: 981px) {
      .section-alternative-heading:after {
        padding-top: 35%; } }
  .section-alternative-heading h1 {
    margin-top: 0; }
  @media (max-width: 980px) {
    .section-alternative-heading .main-heading {
      padding-left: 0; } }
  @media (min-width: 981px) {
    .section-alternative-heading .main-heading {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      align-items: flex-end;
      margin-bottom: 45px; } }
  @media (min-width: 981px) {
    .section-alternative-heading .main-heading .content {
      flex-basis: 500px;
      order: 1; } }
  .section-alternative-heading .main-heading .content p:last-of-type {
    margin-bottom: 0; }
  .section-alternative-heading .main-heading .image {
    position: relative;
    z-index: 1; }
    .section-alternative-heading .main-heading .image .image-container {
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: flex-end;
      height: 100%; }
      .section-alternative-heading .main-heading .image .image-container img {
        margin-top: auto; }
    .section-alternative-heading .main-heading .image svg {
      position: absolute;
      bottom: 0;
      left: 50%;
      transform: translateX(-50%);
      z-index: -1;
      width: auto; }
    .section-alternative-heading .main-heading .image.triangle .image-container {
      -webkit-clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
              clip-path: polygon(50% 0%, 0% 100%, 100% 100%); }
    .section-alternative-heading .main-heading .image.circle .image-container {
      -webkit-clip-path: circle(50% at 50% 50%);
              clip-path: circle(50% at 50% 50%); }
    .section-alternative-heading .main-heading .image.square .image-container {
      -webkit-clip-path: inset(0 0 0 0);
              clip-path: inset(0 0 0 0); }
    .section-alternative-heading .main-heading .image.hexagon .image-container {
      -webkit-clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
              clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%); }
  @media (max-width: 980px) {
    .section-alternative-heading .main-heading .image {
      margin-bottom: 45px; } }
  @media (min-width: 981px) {
    .section-alternative-heading .main-heading .image {
      flex-basis: 425px;
      order: 2; } }
  .section-alternative-heading .main-heading .image .image-container {
    margin: 0 auto;
    width: 250px;
    height: 250px; }
    @media (min-width: 768px) {
      .section-alternative-heading .main-heading .image .image-container {
        width: 425px;
        height: 350px; } }
    .section-alternative-heading .main-heading .image .image-container img {
      max-height: 175px;
      width: auto; }
      @media (min-width: 768px) {
        .section-alternative-heading .main-heading .image .image-container img {
          max-height: 250px; } }
  .section-alternative-heading .main-heading .image svg {
    height: 250px; }
    @media (min-width: 768px) {
      .section-alternative-heading .main-heading .image svg {
        height: 350px; } }
  @media (min-width: 768px) {
    .section-alternative-heading .main-heading .image.square .image-container {
      width: 350px; } }
  @media (min-width: 768px) {
    .section-alternative-heading .main-heading .image.circle {
      margin-top: -20px;
      margin-bottom: 20px; } }
  .section-alternative-heading .main-heading .image.circle .image-container img {
    position: relative; }
    @media (min-width: 768px) {
      .section-alternative-heading .main-heading .image.circle .image-container img {
        bottom: -20px; } }
  @media (min-width: 768px) {
    .section-alternative-heading .main-heading .image.circle svg {
      bottom: -20px; } }
  .section-alternative-heading .main-heading .image.hexagon .image-container {
    width: 290px; }
    @media (min-width: 768px) {
      .section-alternative-heading .main-heading .image.hexagon .image-container {
        width: 400px; } }
  .section-alternative-heading .links {
    display: flex;
    flex-wrap: wrap;
    gap: 1em;
    max-width: 750px;
    margin-top: 30px; }
    @media (min-width: 981px) {
      .section-alternative-heading .links {
        margin-top: 45px; } }
  @media (min-width: 981px) {
    .section-alternative-heading.arrow h2, .section-alternative-heading.image-only h2 {
      padding-bottom: 0; }
    .section-alternative-heading.arrow h1.xxl, .section-alternative-heading.image-only h1.xxl {
      font-size: 153px; }
    .section-alternative-heading.arrow .content, .section-alternative-heading.image-only .content {
      padding-top: 2em;
      flex-basis: 440px; }
    .section-alternative-heading.arrow .image.arrow, .section-alternative-heading.arrow .image.image-only, .section-alternative-heading.image-only .image.arrow, .section-alternative-heading.image-only .image.image-only {
      flex-basis: 550px; }
    .section-alternative-heading.arrow .image-container, .section-alternative-heading.image-only .image-container {
      height: 100% !important;
      width: 100% !important; }
      .section-alternative-heading.arrow .image-container img, .section-alternative-heading.image-only .image-container img {
        margin-top: 0 !important;
        max-height: none !important;
        -o-object-fit: contain;
           object-fit: contain;
        height: 100%;
        width: 100% !important; } }

/*# sourceMappingURL=alternative-heading.css.map */
