/**
 * 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
 */
@media (max-width: 980px) {
  .section-colleague-story .container-wrapper {
    padding: 0; } }

@media (min-width: 981px) {
  .section-colleague-story .container-wrapper {
    max-width: 1200px;
    width: 90%;
    margin: 0 auto; } }

.section-colleague-story .container-wrapper .content-wrapper {
  padding: 45px 22.5px;
  background: linear-gradient(180deg, rgba(44, 67, 94, 0.33) -28.28%, rgba(44, 67, 94, 0.099) 127.35%); }
  @media (min-width: 981px) {
    .section-colleague-story .container-wrapper .content-wrapper {
      display: flex;
      gap: 90px;
      flex-wrap: wrap;
      padding: 45px; } }
  .section-colleague-story .container-wrapper .content-wrapper .top .tile {
    background: linear-gradient(180deg, #00FFA0 0%, rgba(1, 255, 161, 0) 100%);
    position: relative;
    padding: 45px;
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 30px;
    height: 100%; }
    .section-colleague-story .container-wrapper .content-wrapper .top .tile .image {
      position: relative;
      z-index: 1; }
      .section-colleague-story .container-wrapper .content-wrapper .top .tile .image .image-container {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: flex-end;
        height: 100%; }
        .section-colleague-story .container-wrapper .content-wrapper .top .tile .image .image-container img {
          margin-top: auto; }
      .section-colleague-story .container-wrapper .content-wrapper .top .tile .image svg {
        position: absolute;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
        z-index: -1;
        width: auto; }
      .section-colleague-story .container-wrapper .content-wrapper .top .tile .image.triangle .image-container {
        -webkit-clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
                clip-path: polygon(50% 0%, 0% 100%, 100% 100%); }
      .section-colleague-story .container-wrapper .content-wrapper .top .tile .image.circle .image-container {
        -webkit-clip-path: circle(50% at 50% 50%);
                clip-path: circle(50% at 50% 50%); }
      .section-colleague-story .container-wrapper .content-wrapper .top .tile .image.square .image-container {
        -webkit-clip-path: inset(0 0 0 0);
                clip-path: inset(0 0 0 0); }
      .section-colleague-story .container-wrapper .content-wrapper .top .tile .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%); }
    .section-colleague-story .container-wrapper .content-wrapper .top .tile .image {
      display: flex;
      justify-content: center; }
      .section-colleague-story .container-wrapper .content-wrapper .top .tile .image .image-container {
        width: 150px;
        height: 150px; }
        @media (min-width: 768px) {
          .section-colleague-story .container-wrapper .content-wrapper .top .tile .image .image-container {
            width: 190px;
            height: 190px; } }
        .section-colleague-story .container-wrapper .content-wrapper .top .tile .image .image-container img {
          height: 110px;
          width: auto; }
          @media (min-width: 768px) {
            .section-colleague-story .container-wrapper .content-wrapper .top .tile .image .image-container img {
              height: 140px; } }
      .section-colleague-story .container-wrapper .content-wrapper .top .tile .image svg {
        height: 150px; }
        @media (min-width: 768px) {
          .section-colleague-story .container-wrapper .content-wrapper .top .tile .image svg {
            height: 190px; } }
      @media (min-width: 768px) {
        .section-colleague-story .container-wrapper .content-wrapper .top .tile .image.hexagon {
          margin-right: -15px; } }
      .section-colleague-story .container-wrapper .content-wrapper .top .tile .image.hexagon .image-container {
        width: 170px; }
        @media (min-width: 768px) {
          .section-colleague-story .container-wrapper .content-wrapper .top .tile .image.hexagon .image-container {
            width: 220px; } }
        .section-colleague-story .container-wrapper .content-wrapper .top .tile .image.hexagon .image-container img {
          height: 120px;
          width: auto; }
          @media (min-width: 768px) {
            .section-colleague-story .container-wrapper .content-wrapper .top .tile .image.hexagon .image-container img {
              height: 150px; } }
    .section-colleague-story .container-wrapper .content-wrapper .top .tile .content {
      padding-bottom: 30px; }
      @media (min-width: 981px) {
        .section-colleague-story .container-wrapper .content-wrapper .top .tile .content {
          padding-bottom: 90px; } }
      .section-colleague-story .container-wrapper .content-wrapper .top .tile .content .h4 {
        text-transform: uppercase;
        margin: 0; }
        .section-colleague-story .container-wrapper .content-wrapper .top .tile .content .h4 a:hover {
          text-decoration: none; }
      .section-colleague-story .container-wrapper .content-wrapper .top .tile .content p {
        margin: 0; }
      .section-colleague-story .container-wrapper .content-wrapper .top .tile .content .icon-arrow-medium-next {
        position: absolute;
        bottom: 1.5em;
        right: 1em;
        font-size: 27px;
        transition: transform .3s ease-in-out; }
    .section-colleague-story .container-wrapper .content-wrapper .top .tile:hover .content span {
      transform: translateX(10px); }
  @media (min-width: 981px) {
    .section-colleague-story .container-wrapper .content-wrapper .top {
      flex: 1; } }
  .section-colleague-story .container-wrapper .content-wrapper .top .function {
    margin: 0; }
  @media (min-width: 981px) {
    .section-colleague-story .container-wrapper .content-wrapper .bottom {
      flex: 2; } }
  .section-colleague-story .container-wrapper .content-wrapper .bottom h2 {
    padding-bottom: 30px; }
    @media (min-width: 981px) {
      .section-colleague-story .container-wrapper .content-wrapper .bottom h2 {
        padding-bottom: 45px; } }
  .section-colleague-story .container-wrapper .content-wrapper .bottom .btn {
    width: 100%; }
    @media (min-width: 981px) {
      .section-colleague-story .container-wrapper .content-wrapper .bottom .btn {
        width: auto; } }

/*# sourceMappingURL=colleague-story.css.map */
