/**
 * 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 {
  position: relative; }
  .section-heading .background {
    min-height: 400px;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative; }
    .section-heading .background.gradient::after {
      content: '';
      background-image: linear-gradient(190deg, rgba(255, 255, 255, 0) 5%, rgba(248, 200, 148, 0) 7%, #EE7F08 59%);
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      height: 100%;
      z-index: 1; }
      @media (min-width: 981px) {
        .section-heading .background.gradient::after {
          background-image: linear-gradient(190deg, rgba(255, 255, 255, 0) 5%, rgba(248, 200, 148, 0) 47%, #EE7F08 71%);
          height: 40%; } }
    @media (min-width: 981px) {
      .section-heading .background {
        max-width: 65%;
        min-height: 550px; } }
  .section-heading .content {
    background-color: var(--night);
    padding: 0 20px 30px 20px;
    border-radius: 0 0 15px 15px;
    position: relative;
    z-index: 2; }
    @media (min-width: 981px) {
      .section-heading .content {
        max-width: 59%;
        width: 100%;
        border-radius: 0 0 0 30px;
        padding: 50px;
        position: absolute;
        top: 0;
        right: 0;
        z-index: 1; } }
    @media (min-width: 1200px) {
      .section-heading .content {
        width: 59%;
        max-width: 840px;
        padding: 70px; } }
    .section-heading .content-in {
      max-width: 700px;
      margin-left: auto;
      margin-right: auto;
      position: relative;
      top: -150px;
      margin-bottom: -150px; }
      @media (min-width: 981px) {
        .section-heading .content-in {
          max-width: none;
          margin: auto;
          position: static;
          top: auto; } }
      .section-heading .content-in .h5 {
        color: var(--orange); }
        @media (min-width: 981px) {
          .section-heading .content-in .h5 {
            font-size: 40px;
            line-height: 49px; } }
      .section-heading .content-in .inner {
        background-color: var(--white);
        padding: 30px;
        border-radius: 15px; }
        @media (min-width: 981px) {
          .section-heading .content-in .inner {
            padding: 40px;
            border-radius: 30px; } }
        @media (min-width: 1200px) {
          .section-heading .content-in .inner {
            padding: 50px; } }
      .section-heading .content-in .features-wrapper {
        max-width: 375px; }
        .section-heading .content-in .features-wrapper .features {
          margin-top: 30px; }
          @media (min-width: 981px) {
            .section-heading .content-in .features-wrapper .features {
              margin-top: 50px; } }
          .section-heading .content-in .features-wrapper .features .feature-post-in {
            display: flex;
            align-items: center;
            gap: 20px;
            text-decoration: none;
            color: var(--white); }
            .section-heading .content-in .features-wrapper .features .feature-post-in:hover .right .icon {
              background-color: var(--night);
              color: var(--white); }
            .section-heading .content-in .features-wrapper .features .feature-post-in .left {
              width: 100px;
              flex-shrink: 0; }
              .section-heading .content-in .features-wrapper .features .feature-post-in .left .image {
                position: relative;
                padding-top: 100%;
                height: auto;
                overflow: hidden;
                border-radius: 15px; }
                .section-heading .content-in .features-wrapper .features .feature-post-in .left .image > img, .section-heading .content-in .features-wrapper .features .feature-post-in .left .image img {
                  position: absolute;
                  top: 0;
                  left: 0;
                  width: 100%;
                  height: 100%;
                  -o-object-fit: cover;
                     object-fit: cover; }
            .section-heading .content-in .features-wrapper .features .feature-post-in .right {
              display: flex;
              align-items: flex-end;
              gap: 20px;
              width: 100%; }
              .section-heading .content-in .features-wrapper .features .feature-post-in .right-left {
                flex-grow: 1; }
              .section-heading .content-in .features-wrapper .features .feature-post-in .right-right {
                flex-shrink: 0; }
              .section-heading .content-in .features-wrapper .features .feature-post-in .right .label {
                background-color: var(--lightblue);
                border-radius: 10px;
                display: inline-flex;
                align-items: center;
                gap: 5px;
                padding: 10px;
                font-size: 14px;
                line-height: 16px;
                margin-bottom: 10px; }
              .section-heading .content-in .features-wrapper .features .feature-post-in .right .title {
                font-size: 16px;
                line-height: 20px;
                display: -webkit-box;
                -webkit-box-orient: vertical;
                -webkit-line-clamp: 2;
                overflow: hidden; }
              .section-heading .content-in .features-wrapper .features .feature-post-in .right .icon {
                width: 36px;
                height: 36px;
                border-radius: 10px;
                border: 1px solid var(--night);
                background-color: var(--white);
                color: var(--night);
                font-size: 8px;
                display: flex;
                align-items: center;
                justify-content: center;
                transition: ease-in-out 200ms background-color, ease-in-out 200ms color; }
                .section-heading .content-in .features-wrapper .features .feature-post-in .right .icon span {
                  width: auto; }
                  .section-heading .content-in .features-wrapper .features .feature-post-in .right .icon span::before {
                    width: inherit; }
        .section-heading .content-in .features-wrapper .feature-post-in .icon {
          background-color: transparent !important;
          border-color: var(--white) !important;
          color: var(--white) !important; }
        .section-heading .content-in .features-wrapper .feature-post-in:hover .icon {
          background-color: var(--white) !important;
          color: var(--night) !important; }
      .section-heading .content-in .text ul {
        padding: 0;
        list-style: none; }
        .section-heading .content-in .text ul li {
          position: relative;
          padding-left: 26px;
          margin-bottom: 10px; }
          .section-heading .content-in .text ul li:last-child {
            margin-bottom: 0; }
          .section-heading .content-in .text ul li::before {
            content: "\e91b";
            font-family: Icomoon, 'sans-serif';
            font-size: 16px;
            color: var(--night);
            position: absolute;
            top: 0;
            left: 0; }
      .section-heading .content-in .links {
        display: grid;
        grid-template-columns: 1fr;
        gap: 15px 30px; }
        @media (min-width: 768px) {
          .section-heading .content-in .links {
            grid-template-columns: 1fr 1fr; } }
        .section-heading .content-in .links .link .btn {
          width: 100%;
          display: flex; }
      .section-heading .content-in .outer-feature {
        position: relative; }
        @media (min-width: 981px) {
          .section-heading .content-in .outer-feature {
            max-width: 375px;
            position: static; } }
  .section-heading .breadcrumbs {
    padding: 1em 0;
    overflow: hidden;
    text-overflow: ellipsis; }
    .section-heading .breadcrumbs ol {
      display: flex;
      align-items: center;
      gap: 1em;
      list-style: none;
      padding: 0;
      margin: 0; }
      .section-heading .breadcrumbs ol li {
        padding: 0;
        margin: 0;
        text-overflow: ellipsis; }
        .section-heading .breadcrumbs ol li a {
          background: none;
          color: var(--night);
          white-space: nowrap; }
          .section-heading .breadcrumbs ol li a:hover {
            color: var(--lightblue); }
        .section-heading .breadcrumbs ol li:first-of-type a {
          font-size: 10px;
          height: 36px;
          width: 36px;
          border-radius: 10px;
          display: flex;
          align-items: center;
          justify-content: center;
          color: var(--night);
          border: 1px solid var(--gray);
          transition: background-color .14s ease-in-out;
          text-decoration: none; }
          .section-heading .breadcrumbs ol li:first-of-type a:hover {
            text-decoration: none;
            background-color: var(--night);
            color: var(--white); }
            .section-heading .breadcrumbs ol li:first-of-type a:hover .icon-chevron-left {
              color: var(--white); }
        .section-heading .breadcrumbs ol li:first-of-type + .icon-chevron-right {
          display: none; }
        .section-heading .breadcrumbs ol li:last-of-type {
          text-overflow: ellipsis;
          overflow: hidden; }
          .section-heading .breadcrumbs ol li:last-of-type span {
            white-space: nowrap; }
      .section-heading .breadcrumbs ol .icon-chevron-right {
        font-size: 10px; }
  @media (min-width: 981px) {
    .section-heading + section.dark {
      margin-top: 75px; } }

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