@charset "UTF-8";
/* IMPORTS */
/* VARIABLES */
/*
 * Cityu Template Theme
 */
/* MIXINS */
.t-top-services .field--name-field-cityu-learn-more-link {
  margin-left: auto;
  margin-right: auto;
  max-width: 1152px;
  padding-left: 12px;
  padding-right: 12px; }
  @media (max-width: 1199.98px) {
    .t-top-services .field--name-field-cityu-learn-more-link {
      max-width: 960px;
      padding-left: 12px;
      padding-right: 12px; } }
  @media (max-width: 999.98px) {
    .t-top-services .field--name-field-cityu-learn-more-link {
      max-width: 720px;
      padding-left: 8px;
      padding-right: 8px; } }
  @media (max-width: 759.98px) {
    .t-top-services .field--name-field-cityu-learn-more-link {
      max-width: 568px;
      padding-left: 20px;
      padding-right: 20px; } }

.t-top-services .node--view-mode-cityu-top-service .learn-more a {
  color: #838990; }
  .t-top-services .node--view-mode-cityu-top-service .learn-more a:hover {
    color: #bf165e; }

.t-top-services .node--view-mode-cityu-top-service > h3 a {
  color: #2E2E2E; }
  .t-top-services .node--view-mode-cityu-top-service > h3 a:hover {
    color: #bf165e; }

.t-top-services .field--name-field-cityu-learn-more-link a {
  color: #bf165e; }
  .t-top-services .field--name-field-cityu-learn-more-link a:hover {
    color: #6b203e; }

.t-top-services {
  position: relative;
  padding: 175px 0 22px;
  background-color: #fff;
  min-height: 762px; }
  @media (max-width: 1199.98px) {
    .t-top-services {
      padding: 145px 0 49px; } }
  @media (max-width: 999.98px) {
    .t-top-services {
      padding: 49px 0 49px;
      min-height: 0; } }
  .t-top-services .container {
    position: relative;
    z-index: 1; }
  .t-top-services > .container {
    z-index: 2; }
  .t-top-services .col-12 > h2 {
    margin-bottom: 80px;
    font-size: 36px;
    line-height: 1.33;
    letter-spacing: -0.2px;
    font-weight: 900;
    text-align: center;
    color: #ffffff; }
    @media (max-width: 1199.98px) {
      .t-top-services .col-12 > h2 {
        margin-bottom: 54px; } }
    @media (max-width: 999.98px) {
      .t-top-services .col-12 > h2 {
        margin-bottom: 32px;
        font-size: 30px;
        line-height: 1.6;
        letter-spacing: -0.17px;
        color: #44403f; } }
    @media (max-width: 759.98px) {
      .t-top-services .col-12 > h2 {
        margin-bottom: 40px;
        font-size: 24px;
        line-height: 1.46;
        letter-spacing: -0.13px; } }
  .t-top-services .field--name-field-cityu-services {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    min-height: 530px; }
    @media (max-width: 1199.98px) {
      .t-top-services .field--name-field-cityu-services {
        min-height: 433px; } }
    @media (max-width: 999.98px) {
      .t-top-services .field--name-field-cityu-services {
        min-height: 0; } }
    @media (max-width: 759.98px) {
      .t-top-services .field--name-field-cityu-services {
        display: block; } }
    .t-top-services .field--name-field-cityu-services > .field__item {
      margin-right: 72px;
      margin-bottom: 30px;
      padding: 55px 32px 0;
      width: 264px;
      height: 250px;
      background-color: #ffffff;
      border-radius: 8px;
      box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.2); }
      @media (max-width: 1199.98px) {
        .t-top-services .field--name-field-cityu-services > .field__item {
          margin-right: 59px;
          margin-bottom: 25px;
          padding: 45px 16px 0;
          width: 215px;
          height: 204px; } }
      @media (max-width: 999.98px) {
        .t-top-services .field--name-field-cityu-services > .field__item {
          margin-left: 0 !important;
          margin-bottom: 30px;
          padding: 55px 32px 0;
          width: 256px;
          height: 242px; }
          .t-top-services .field--name-field-cityu-services > .field__item:nth-child(odd) {
            margin-right: 16px !important; }
          .t-top-services .field--name-field-cityu-services > .field__item:nth-child(even) {
            margin-right: 0 !important; } }
      @media (max-width: 759.98px) {
        .t-top-services .field--name-field-cityu-services > .field__item {
          margin-left: auto !important;
          margin-bottom: 20px !important;
          padding: 35px 20px 0;
          width: 264px;
          height: 211px; }
          .t-top-services .field--name-field-cityu-services > .field__item:nth-child(odd) {
            margin-right: auto !important; }
          .t-top-services .field--name-field-cityu-services > .field__item:nth-child(even) {
            margin-right: auto !important; } }
      .t-top-services .field--name-field-cityu-services > .field__item:first-child {
        margin-left: auto; }
        @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
          .t-top-services .field--name-field-cityu-services > .field__item:first-child {
            margin-left: 0; } }
      .t-top-services .field--name-field-cityu-services > .field__item:last-child {
        margin-right: auto;
        margin-bottom: 0; }
      .t-top-services .field--name-field-cityu-services > .field__item:first-of-type:nth-last-of-type(4) {
        margin-left: calc((100% - 264px * 2 - 72px)/2); }
        @media (max-width: 1199.98px) {
          .t-top-services .field--name-field-cityu-services > .field__item:first-of-type:nth-last-of-type(4) {
            margin-left: calc((100% - 215px * 2 - 59px)/2); } }
        .t-top-services .field--name-field-cityu-services > .field__item:first-of-type:nth-last-of-type(4) + .field__item {
          margin-right: calc((100% - 264px * 2 - 72px)/2); }
          @media (max-width: 1199.98px) {
            .t-top-services .field--name-field-cityu-services > .field__item:first-of-type:nth-last-of-type(4) + .field__item {
              margin-right: calc((100% - 215px * 2 - 59px)/2); } }
        .t-top-services .field--name-field-cityu-services > .field__item:first-of-type:nth-last-of-type(4) + .field__item + .field__item {
          margin-left: calc((100% - 264px * 2 - 72px)/2);
          margin-bottom: 0; }
          @media (max-width: 1199.98px) {
            .t-top-services .field--name-field-cityu-services > .field__item:first-of-type:nth-last-of-type(4) + .field__item + .field__item {
              margin-left: calc((100% - 215px * 2 - 59px)/2); } }
        .t-top-services .field--name-field-cityu-services > .field__item:first-of-type:nth-last-of-type(4) + .field__item + .field__item + .field__item {
          margin-right: calc((100% - 264px * 2 - 72px)/2);
          margin-bottom: 0; }
          @media (max-width: 1199.98px) {
            .t-top-services .field--name-field-cityu-services > .field__item:first-of-type:nth-last-of-type(4) + .field__item + .field__item + .field__item {
              margin-right: calc((100% - 215px * 2 - 59px)/2); } }
      .t-top-services .field--name-field-cityu-services > .field__item:first-of-type:nth-last-of-type(5) + .field__item + .field__item {
        margin-right: auto; }
      .t-top-services .field--name-field-cityu-services > .field__item:first-of-type:nth-last-of-type(5) + .field__item + .field__item + .field__item {
        margin-left: auto;
        margin-bottom: 0; }
        @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
          .t-top-services .field--name-field-cityu-services > .field__item:first-of-type:nth-last-of-type(5) + .field__item + .field__item + .field__item {
            margin-left: 0; } }
      .t-top-services .field--name-field-cityu-services > .field__item:first-of-type:nth-last-of-type(5) + .field__item + .field__item + .field__item + .field__item {
        margin-bottom: 0; }
      .t-top-services .field--name-field-cityu-services > .field__item:first-of-type:nth-last-of-type(6) + .field__item + .field__item {
        margin-right: auto; }
      .t-top-services .field--name-field-cityu-services > .field__item:first-of-type:nth-last-of-type(6) + .field__item + .field__item + .field__item {
        margin-left: auto;
        margin-bottom: 0; }
        @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
          .t-top-services .field--name-field-cityu-services > .field__item:first-of-type:nth-last-of-type(6) + .field__item + .field__item + .field__item {
            margin-left: 0; } }
      .t-top-services .field--name-field-cityu-services > .field__item:first-of-type:nth-last-of-type(6) + .field__item + .field__item + .field__item + .field__item {
        margin-bottom: 0; }
      .t-top-services .field--name-field-cityu-services > .field__item:first-of-type:nth-last-of-type(6) + .field__item + .field__item + .field__item + .field__item + .field__item {
        margin-bottom: 0; }
  .t-top-services .node--view-mode-cityu-top-service .field--name-field-cityu-service-category {
    margin-bottom: 17px; }
    @media (max-width: 1199.98px) {
      .t-top-services .node--view-mode-cityu-top-service .field--name-field-cityu-service-category {
        margin-bottom: 10px; } }
    @media (max-width: 999.98px) {
      .t-top-services .node--view-mode-cityu-top-service .field--name-field-cityu-service-category {
        margin-bottom: 17px; } }
    .t-top-services .node--view-mode-cityu-top-service .field--name-field-cityu-service-category i::before {
      font-size: 30px;
      color: #bf165e; }
  .t-top-services .node--view-mode-cityu-top-service > h3 {
    margin-bottom: 21px;
    font-size: 18px;
    line-height: 1.3;
    font-weight: 900; }
    @media (max-width: 1199.98px) {
      .t-top-services .node--view-mode-cityu-top-service > h3 {
        margin-bottom: 18px; } }
    @media (max-width: 999.98px) {
      .t-top-services .node--view-mode-cityu-top-service > h3 {
        margin-bottom: 20px; } }
    .t-top-services .node--view-mode-cityu-top-service > h3 a {
      display: block; }
    .t-top-services .node--view-mode-cityu-top-service > h3 .field--name-title {
      display: block;
      display: -webkit-box;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 3;
      overflow: hidden; }
  .t-top-services .node--view-mode-cityu-top-service .learn-more {
    font-size: 13.5px;
    line-height: 1.33;
    letter-spacing: 1px;
    font-weight: 900; }
    .t-top-services .node--view-mode-cityu-top-service .learn-more a:hover::after {
      color: #bf165e; }
    .t-top-services .node--view-mode-cityu-top-service .learn-more a::after {
      content: "";
      font-family: "Font Awesome 5 Pro";
      font-weight: 400;
      color: #838990;
      margin-left: 6px; }
    .t-top-services .node--view-mode-cityu-top-service .learn-more a[target=_blank]::after {
      content: "";
      font-family: "Font Awesome 5 Pro";
      font-weight: 400;
      color: #838990;
      margin-left: 6px; }
  .t-top-services .field--name-field-cityu-top-service-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 762px; }
    @media (max-width: 1199.98px) {
      .t-top-services .field--name-field-cityu-top-service-bg {
        height: 622px; } }
    @media (max-width: 999.98px) {
      .t-top-services .field--name-field-cityu-top-service-bg {
        display: none; } }
    .t-top-services .field--name-field-cityu-top-service-bg svg {
      width: 100%;
      height: 762px; }
      @media (max-width: 1199.98px) {
        .t-top-services .field--name-field-cityu-top-service-bg svg {
          height: 622px; } }
    .t-top-services .field--name-field-cityu-top-service-bg::before {
      content: "";
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      border-width: 50vw;
      border-top-width: 66px;
      border-bottom-width: 66px;
      border-style: solid;
      border-color: #fff #fff transparent transparent; }
      @media (max-width: 1199.98px) {
        .t-top-services .field--name-field-cityu-top-service-bg::before {
          border-top-width: 58px;
          border-bottom-width: 58px; } }
    .t-top-services .field--name-field-cityu-top-service-bg::after {
      content: "";
      display: block;
      position: absolute;
      left: 0;
      bottom: 0;
      border-width: 50vw;
      border-top-width: 66px;
      border-bottom-width: 66px;
      border-style: solid;
      border-color: transparent transparent #fff #fff; }
      @media (max-width: 1199.98px) {
        .t-top-services .field--name-field-cityu-top-service-bg::after {
          border-top-width: 58px;
          border-bottom-width: 58px; } }
  .t-top-services .field--name-field-cityu-learn-more-link {
    position: relative;
    z-index: 1;
    text-align: center;
    margin-top: 50px;
    font-size: 13.5px;
    font-weight: 900;
    line-height: 1.33;
    letter-spacing: 1px; }
    @media (max-width: 999.98px) {
      .t-top-services .field--name-field-cityu-learn-more-link {
        margin-top: 40px; } }
    @media (max-width: 759.98px) {
      .t-top-services .field--name-field-cityu-learn-more-link {
        display: none;
        margin-top: 20px; } }
    .t-top-services .field--name-field-cityu-learn-more-link a:hover::after {
      color: #6b203e; }
    .t-top-services .field--name-field-cityu-learn-more-link a::after {
      content: "";
      font-family: "Font Awesome 5 Pro";
      font-weight: 400;
      color: #bf165e;
      margin-left: 6px; }
