/**
 * 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-heading {
  min-height: 595px;
  position: relative;
  background: linear-gradient(252deg, #184182, #4a9dc4, #23407d, #4088a7);
  background-size: 240% 240%;
  -webkit-animation: gradient-animation 30s ease infinite;
          animation: gradient-animation 30s ease infinite; }
  @media (max-width: 980px) {
    #section-heading {
      overflow: hidden; } }
  @media (min-width: 981px) {
    #section-heading {
      display: flex;
      min-height: 635px; } }
  #section-heading .usps {
    display: flex;
    gap: 1em;
    align-items: center; }
    @media (max-width: 980px) {
      #section-heading .usps {
        padding: 1em;
        flex-wrap: nowrap;
        overflow-x: scroll;
        white-space: nowrap;
        width: 112%;
        margin-left: -6%;
        gap: 3em;
        background-color: #fff; } }
    @media (min-width: 981px) {
      #section-heading .usps {
        justify-content: center;
        position: absolute;
        top: 1rem;
        left: 0;
        z-index: 1; } }
    #section-heading .usps .usp {
      padding: .25em 0;
      color: #1C3F85; }
      @media (min-width: 981px) {
        #section-heading .usps .usp {
          color: #fff; } }
      #section-heading .usps .usp span {
        color: #ffc840;
        margin-right: .25em; }
  #section-heading .container {
    position: relative;
    z-index: 2;
    max-width: 1400px; }
    @media (min-width: 981px) {
      #section-heading .container {
        display: flex; } }
    #section-heading .container .block {
      color: #fff;
      padding: 4rem 0;
      position: relative;
      z-index: 9;
      max-width: 525px;
      margin-top: auto; }
      @media (min-width: 981px) {
        #section-heading .container .block {
          padding: 3rem 0; } }
      #section-heading .container .block h1, #section-heading .container .block a {
        color: #fff; }
      #section-heading .container .block h1 {
        margin: .5rem 0; }
      #section-heading .container .block .facetwp-facet {
        margin: 1em 0 0; }
        #section-heading .container .block .facetwp-facet .facetwp-input-wrap {
          width: 100%; }
          #section-heading .container .block .facetwp-facet .facetwp-input-wrap input {
            height: 50px;
            border-radius: 50px;
            width: 100%;
            border: 0;
            padding: 8px 8px 8px 16px; }
          #section-heading .container .block .facetwp-facet .facetwp-input-wrap .facetwp-icon {
            width: 32px;
            height: 32px;
            color: #000;
            background-color: #FBB911;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            opacity: 1;
            right: 9px;
            top: 50%;
            transform: translateY(-50%); }
            #section-heading .container .block .facetwp-facet .facetwp-input-wrap .facetwp-icon:before {
              background-position: 7px 50%;
              background-size: 15px 15px; }
      #section-heading .container .block .search-suggestions-block {
        margin-top: 1.5em; }
        #section-heading .container .block .search-suggestions-block .search-suggestions-title {
          margin-bottom: 1em;
          color: #fff;
          font-weight: 700;
          font-size: 18px;
          display: block; }
        #section-heading .container .block .search-suggestions-block .search-suggestions-wrapper {
          display: flex;
          flex-wrap: wrap;
          gap: 1em; }
          #section-heading .container .block .search-suggestions-block .search-suggestions-wrapper a.btn {
            background-color: transparent;
            color: #fff;
            border: 2px solid #fff;
            font-size: 14px; }
            #section-heading .container .block .search-suggestions-block .search-suggestions-wrapper a.btn:hover {
              background-color: #fff;
              color: #162321; }
  #section-heading .image {
    position: absolute;
    top: 11rem;
    right: 0;
    height: 100%;
    width: 30rem;
    justify-content: center;
    align-items: center;
    display: none; }
    @media (min-width: 981px) {
      #section-heading .image {
        display: flex; } }
    @media (min-width: 1280px) {
      #section-heading .image {
        top: 9rem;
        width: 35rem; } }
    @media all and (min-width: 1350px) {
      #section-heading .image {
        top: 3rem;
        right: 2rem;
        width: 50rem; } }
    #section-heading .image img {
      height: auto;
      width: auto; }

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