/*
Theme Name: XT Grid Theme
Author: Xtensive Web Design
Author URI: https://www.xtensive.co.uk
Description: A base theme built with CSS Grid
Version: 1.0
*/
/* Breakpoints */
/* Colors */
/* Employability Colors */
/* Business Colors */
/* Investment Colors */
/* Animations */
@keyframes fadein {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
@keyframes fadeup {
  from {
    opacity: 0;
    transform: translateY(1rem); }
  to {
    opacity: 1;
    transform: translateY(0); } }
@keyframes faderight {
  from {
    opacity: 0;
    transform: translateX(-100%); }
  to {
    opacity: 1;
    transform: translateX(0); } }
@keyframes swipe {
  from {
    margin-left: -100%; }
  to {
    margin-left: 0; } }
.site-header {
  width: 100%;
  border-top: 4px solid #EE701E;
  position: fixed;
  top: 0;
  z-index: 100;
  background: #FFF; }
  @media (min-width: 800px) {
    .site-header {
      position: relative; } }
  .site-header .container {
    align-items: center;
    justify-content: space-between;
    padding: 1rem; }
    @media (min-width: 800px) {
      .site-header .container {
        padding: 0.3rem 1rem; } }
    .site-header .container .custom-logo-link {
      z-index: 20; }
      .site-header .container .custom-logo-link img {
        width: 100%;
        max-width: 150px;
        height: auto;
        display: block;
        transition: .3s; }
        .site-header .container .custom-logo-link img.active {
          filter: brightness(0) invert(1); }
    .site-header .container .btns {
      display: flex; }
      @media (min-width: 800px) {
        .site-header .container .btns {
          display: none; } }
    .site-header .container #mobile-button {
      appearance: none;
      cursor: pointer;
      background: #EE701E;
      border: 0;
      border-radius: 4px;
      width: 35px;
      height: 35px;
      display: flex;
      align-items: center;
      justify-content: center;
      padding: 0.4rem 0.6rem;
      z-index: 20;
      transition: .3s; }
      @media (min-width: 800px) {
        .site-header .container #mobile-button {
          display: none; } }
      .site-header .container #mobile-button:hover, .site-header .container #mobile-button:focus {
        background: #C82C00; }
      .site-header .container #mobile-button.active {
        background: #1D0F44; }
        .site-header .container #mobile-button.active span {
          background: none; }
          .site-header .container #mobile-button.active span:before {
            top: 0;
            transform: rotate(45deg); }
          .site-header .container #mobile-button.active span:after {
            bottom: 0;
            transform: rotate(-45deg); }
      .site-header .container #mobile-button span {
        position: relative;
        width: 100%;
        height: 2px;
        background: #FFF;
        display: block;
        transition: .3s; }
        .site-header .container #mobile-button span:before {
          content: ' ';
          position: absolute;
          top: -7px;
          left: 0;
          width: 100%;
          height: 2px;
          background: #FFF;
          transition: .3s; }
        .site-header .container #mobile-button span:after {
          content: ' ';
          position: absolute;
          bottom: -7px;
          left: 0;
          width: 100%;
          height: 2px;
          background: #FFF;
          transition: .3s; }

.menu-main-menu-container {
  width: 100%; }

#mobile-menu {
  display: flex;
  position: fixed;
  flex-direction: column;
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  background: linear-gradient(45deg, #EE701E 0%, #C82C00 100%);
  padding: 0 1rem;
  margin: 0;
  z-index: 10;
  overflow: hidden;
  transition: height 800ms; }
  @media (min-width: 800px) {
    #mobile-menu {
      display: none; } }
  #mobile-menu.active {
    height: 100%; }
  #mobile-menu .menu {
    padding: 8rem 0 0 0;
    margin: 0;
    list-style-type: none;
    width: 100%; }
    #mobile-menu .menu li {
      padding: 0 0 0.5rem 0; }
      #mobile-menu .menu li:last-child {
        padding: 0; }
      #mobile-menu .menu li a {
        color: #FFF;
        font-size: 1.3rem;
        text-decoration-color: transparent;
        transition: .3s;
        position: relative;
        display: block; }
        #mobile-menu .menu li a:hover, #mobile-menu .menu li a:focus {
          color: #1D0F44; }
    #mobile-menu .menu .sub-menu {
      list-style-type: none;
      padding: 0 1rem;
      margin: 0;
      height: 0;
      overflow: hidden;
      transition: height 800ms; }
      #mobile-menu .menu .sub-menu.active {
        height: auto;
        padding: 0 1rem;
        margin: 0.8rem 0; }
  #mobile-menu .search-form {
    width: 100%;
    margin-top: 2rem;
    display: flex; }
    #mobile-menu .search-form label {
      width: 100%; }
    #mobile-menu .search-form input[type='search'] {
      appearance: none;
      cursor: pointer;
      background: rgba(255, 255, 255, 0.2);
      height: 40px;
      border: 1px solid rgba(255, 255, 255, 0.7);
      width: 100%;
      border-radius: 4px;
      color: #FFF;
      padding: 0.5rem; }
      #mobile-menu .search-form input[type='search']::placeholder {
        color: rgba(255, 255, 255, 0.8);
        font-size: 1.1rem; }

.menu-item-has-children a:after {
  position: absolute;
  content: ' ';
  width: 12px;
  height: 12px;
  background: #1D0F44;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  background: url("/invest/wp-content/uploads/2025/07/down-arrow.png");
  background-size: contain;
  background-repeat: no-repeat; }

.sub-menu li a:after {
  display: none; }

.search-block {
  width: 100%;
  height: 50px;
  position: absolute;
  background: #FFF;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  bottom: -50px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  opacity: 0;
  visibility: hidden;
  transition: .3s; }
  .search-block.active {
    opacity: 1;
    visibility: visible; }
  .search-block .search-form {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 1rem;
    display: flex;
    align-items: center;
    justify-content: space-between; }
    .search-block .search-form label {
      width: 100%; }
    .search-block .search-form input[type='search'] {
      appearance: none;
      cursor: pointer;
      width: 100%;
      border: 0;
      height: 40px;
      font-size: 1rem;
      background: none;
      padding: 0 0.5rem; }
    .search-block .search-form button {
      appearance: none;
      background: #EE701E;
      cursor: pointer;
      border: 0;
      font-size: 0.8rem;
      padding: 0.2rem 1rem 0.3rem 1rem;
      border-radius: 4px;
      display: flex;
      align-items: center;
      justify-content: center;
      transition: .3s;
      height: 35px; }
      .search-block .search-form button:hover, .search-block .search-form button:focus {
        background: #C82C00;
        color: #FFF; }

#main-menu {
  display: none; }
  @media (min-width: 800px) {
    #main-menu {
      display: flex; }
      #main-menu .menu {
        display: flex;
        list-style-type: none;
        padding: 0;
        margin: 0; }
        #main-menu .menu li {
          margin: 0;
          padding: 0.4rem 1rem 0.5rem 1rem;
          position: relative; }
          #main-menu .menu li:after {
            content: ' ';
            position: absolute;
            width: 2px;
            height: 12px;
            background: #111;
            top: 50%;
            right: 0;
            transform: translateY(-50%); }
          #main-menu .menu li:last-child:after {
            display: none; }
          #main-menu .menu li a {
            color: #111;
            text-decoration-color: transparent;
            font-size: 1rem;
            transition: .3s; }
            #main-menu .menu li a:hover, #main-menu .menu li a:focus {
              color: #EE701E; }
        #main-menu .menu .menu-item-has-children:hover .sub-menu, #main-menu .menu .menu-item-has-children:focus-within .sub-menu {
          opacity: 1;
          visibility: visible; }
      #main-menu li:last-child .sub-menu {
        left: auto;
        right: 0; }
      #main-menu .sub-menu {
        position: absolute;
        width: 220px;
        background: #F6F4F0;
        padding: 1rem;
        border-radius: 8px;
        list-style-type: none;
        margin: 0.5rem 0 0 0;
        opacity: 0;
        visibility: hidden;
        left: 0; }
        #main-menu .sub-menu li {
          padding: 0 0 0.5rem 0; }
          #main-menu .sub-menu li:after {
            display: none; }
          #main-menu .sub-menu li:first-child {
            display: none; }
          #main-menu .sub-menu li:last-child {
            padding: 0; } }

#search-btn, .search-btn {
  appearance: none;
  cursor: pointer;
  background: none;
  border: 0;
  padding: 0;
  display: flex;
  align-items: center;
  margin-right: 1rem; }
  #search-btn iconify-icon, .search-btn iconify-icon {
    color: #EE701E;
    transition: .3s; }
  #search-btn:hover iconify-icon, #search-btn:focus iconify-icon, .search-btn:hover iconify-icon, .search-btn:focus iconify-icon {
    color: #C82C00; }

.search-btn:hover iconify-icon, .search-btn:focus iconify-icon {
  color: #EE701E !important; }
.search-btn iconify-icon {
  color: #111 !important; }

.cta {
  width: 100%;
  height: 450px;
  position: relative; }
  .cta img {
    width: 100%;
    height: 100%;
    object-fit: cover; }
  .cta .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, rgba(238, 112, 30, 0.8) 0%, rgba(200, 44, 0, 0.8) 100%);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 2rem; }
    .cta .overlay h2 {
      font-size: 2rem;
      color: #FFF;
      padding: 0;
      margin: 0 0 1rem 0; }
    .cta .overlay p {
      font-size: 1.2rem;
      color: #FFF;
      max-width: 800px;
      margin: 0 auto;
      text-align: center;
      padding: 0;
      margin-bottom: 0.5rem; }
    .cta .overlay .btn {
      background: #FFF;
      color: #C82C00;
      margin-top: 2rem; }
      .cta .overlay .btn:hover, .cta .overlay .btn:focus {
        background: #C82C00;
        color: #FFF; }

.site-footer {
  width: 100%;
  background: #F6F4F0; }
  .site-footer .container {
    flex-direction: column;
    align-items: center; }
    @media (min-width: 800px) {
      .site-footer .container {
        flex-direction: row;
        justify-content: space-between;
        align-items: flex-start; } }
    .site-footer .container img {
      width: 100%;
      max-width: 250px; }
    .site-footer .container .socials {
      margin: 2rem 0;
      display: flex; }
      @media (min-width: 800px) {
        .site-footer .container .socials {
          margin: 0; } }
      .site-footer .container .socials a {
        background: #EE701E;
        padding: 0.3rem;
        border-radius: 4px;
        margin: 0 0.4rem;
        transition: .3s; }
      .site-footer .container .socials .fb {
        background: #1877F2; }
        .site-footer .container .socials .fb:hover, .site-footer .container .socials .fb:focus {
          background: #0b5fcc; }
      .site-footer .container .socials .insta {
        background: #c13584; }
        .site-footer .container .socials .insta:hover, .site-footer .container .socials .insta:focus {
          background: #992a69; }
      .site-footer .container .socials .tiktok {
        background: #111; }
        .site-footer .container .socials .tiktok:hover, .site-footer .container .socials .tiktok:focus {
          background: #2b2b2b; }
      .site-footer .container .socials .linkedin {
        background: #0077B5; }
        .site-footer .container .socials .linkedin:hover, .site-footer .container .socials .linkedin:focus {
          background: #0099e8; }
      .site-footer .container .socials iconify-icon {
        display: flex;
        align-items: center;
        justify-content: center;
        color: #FFF; }
    .site-footer .container p {
      color: #111;
      padding: 0;
      margin: 0;
      font-size: 0.8rem !important;
      width: 100%;
      font-weight: 400;
      text-align: center; }
      .site-footer .container p a {
        font-size: 0.8rem !important; }
      @media (min-width: 800px) {
        .site-footer .container p {
          margin-top: 3rem;
          text-align: left; } }
      .site-footer .container p a {
        color: #111;
        text-decoration-color: transparent;
        font-weight: 400;
        transition: .3s; }
        .site-footer .container p a:hover, .site-footer .container p a:focus {
          color: #EE701E; }

.carousel {
  width: 100%;
  height: calc(100svh - 70px);
  margin-top: 70px;
  max-height: 650px;
  position: relative; }
  @media (min-width: 800px) {
    .carousel {
      margin-top: 0;
      height: 600px; } }
  .carousel img {
    width: 100%;
    height: 100%;
    object-fit: cover; }
  .carousel .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 1rem; }
    .carousel .overlay span {
      font-size: 0.9rem;
      color: #FFF;
      text-transform: uppercase;
      letter-spacing: 0.1rem;
      opacity: 0;
      transform: translateY(1rem);
      animation: fadeup 1s ease;
      animation-delay: .3s;
      animation-fill-mode: forwards; }
    .carousel .overlay p {
      padding: 0;
      margin: 0;
      font-size: 2rem;
      line-height: 2.5rem;
      font-weight: 500;
      color: #FFF;
      opacity: 0;
      transform: translateY(1rem);
      animation: fadeup 1s ease;
      animation-delay: .5s;
      animation-fill-mode: forwards; }
      @media (min-width: 800px) {
        .carousel .overlay p {
          font-size: 2.8rem;
          line-height: 3rem;
          max-width: 600px; } }
  .carousel .swiper-button-prev,
  .carousel .swiper-button-next {
    width: 15px;
    color: #FFF;
    opacity: 0;
    transition: opacity 0.3s ease; }
    .carousel .swiper-button-prev:after,
    .carousel .swiper-button-next:after {
      font-size: 15px; }
    .carousel .swiper-button-prev:hover, .carousel .swiper-button-prev:focus,
    .carousel .swiper-button-next:hover,
    .carousel .swiper-button-next:focus {
      color: #EE701E; }
  .carousel:hover .swiper-button-prev, .carousel:hover .swiper-button-next, .carousel:focus-within .swiper-button-prev, .carousel:focus-within .swiper-button-next {
    opacity: 1;
    color: #FFF; }

.tags {
  width: 100%;
  grid-column: 1/2;
  display: flex;
  flex-wrap: wrap;
  opacity: 0;
  transform: translateY(1rem);
  animation: fadeup 1s ease;
  animation-fill-mode: forwards;
  animation-delay: .3s; }
  @media (min-width: 576px) {
    .tags {
      grid-column: 1/3; } }
  @media (min-width: 800px) {
    .tags {
      grid-column: 1/4; } }
  .tags h2 {
    font-size: 1.1rem;
    padding: 0;
    margin: 0 0 0.5rem 0;
    width: 100%; }
  .tags a {
    padding: 0.4rem 0.8rem 0.5rem 0.8rem;
    border-radius: 100px;
    border: 2px solid #EE701E;
    text-decoration-color: transparent;
    color: #C82C00;
    margin-right: 0.5rem;
    transition: .3s; }
    .tags a:hover, .tags a:focus {
      background: #C82C00;
      color: #FFF; }
    .tags a.active {
      background: #C82C00;
      color: #FFF; }
    .tags a:nth-child(2) {
      border-color: #111;
      color: #111; }
      .tags a:nth-child(2):hover, .tags a:nth-child(2):focus {
        background: #111;
        color: #FFF; }
      .tags a:nth-child(2).active {
        background: #111;
        color: #FFF; }
    .tags a:nth-child(3) {
      border-color: #DF016C;
      color: #DF016C; }
      .tags a:nth-child(3):hover, .tags a:nth-child(3):focus {
        background: #DF016C;
        color: #FFF; }
      .tags a:nth-child(3).active {
        background: #DF016C;
        color: #FFF; }
    .tags a:nth-child(4) {
      border-color: #9837C6;
      color: #9837C6; }
      .tags a:nth-child(4):hover, .tags a:nth-child(4):focus {
        background: #9837C6;
        color: #FFF; }
      .tags a:nth-child(4).active {
        background: #9837C6;
        color: #FFF; }
    .tags a:nth-child(5) {
      border-color: #B12006;
      color: #B12006; }
      .tags a:nth-child(5):hover, .tags a:nth-child(5):focus {
        background: #B12006;
        color: #FFF; }
      .tags a:nth-child(5).active {
        background: #B12006;
        color: #FFF; }

.single-event {
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap; }
  .single-event article {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    padding: 2rem;
    opacity: 0;
    transform: translateY(1rem);
    animation: fadeup 1s ease;
    animation-delay: .3s;
    animation-fill-mode: forwards; }
    .single-event article h1 {
      font-size: 2.5rem;
      color: #EE701E;
      padding: 0;
      margin: 0; }
    .single-event article .date {
      font-weight: 900;
      font-size: 1.1rem;
      padding: 0;
      margin: 0 0 2rem 0; }
    .single-event article .featured {
      width: 100%;
      height: 450px; }
      .single-event article .featured img {
        width: 100%;
        height: 100%;
        object-fit: cover; }
    .single-event article img {
      border-radius: 8px; }
    .single-event article a {
      color: #111;
      font-weight: 400; }
  .single-event .aside {
    width: 100%; }
    @media (min-width: 800px) {
      .single-event .aside {
        width: 40%;
        padding-left: 8rem;
        opacity: 0;
        transform: translateY(1rem);
        animation: fadeup 1s ease;
        animation-delay: .5s;
        animation-fill-mode: forwards; } }
    .single-event .aside .title {
      font-size: 1.2rem;
      font-weight: 600; }
    .single-event .aside .event {
      text-decoration-color: transparent;
      margin-bottom: 2rem;
      display: block; }
      .single-event .aside .event .image {
        width: 100%;
        height: 300px;
        border-radius: 8px;
        overflow: hidden;
        margin-bottom: 0.5rem; }
        .single-event .aside .event .image img {
          width: 100%;
          height: 100%;
          object-fit: cover; }
      .single-event .aside .event h2, .single-event .aside .event h3 {
        color: #111;
        padding: 0;
        margin: 0; }
      .single-event .aside .event p {
        color: #111;
        padding: 0;
        margin: 0; }

.share-post {
  width: 100%;
  margin-bottom: 2rem; }
  .share-post span {
    font-size: 0.8rem; }
  .share-post ul {
    list-style-type: none;
    display: flex;
    padding: 0;
    margin: 1rem 0 0 0; }
    .share-post ul a {
      background: #eee;
      display: flex;
      padding: 0.5rem;
      border-radius: 4px;
      margin-right: 0.5rem;
      color: #111; }
    .share-post ul .share-facebook:hover, .share-post ul .share-facebook:focus {
      background: #1877F2;
      color: #FFF; }
    .share-post ul .share-linkedin:hover, .share-post ul .share-linkedin:focus {
      background: #0077B5;
      color: #FFF; }
    .share-post ul .share-email:hover, .share-post ul .share-email:focus {
      background: #EE701E;
      color: #FFF; }

.back {
  border-top: 1px solid #eee;
  margin-top: 2rem;
  padding-top: 2rem; }
  .back .btn-outline {
    display: inline-flex;
    align-items: center;
    justify-content: flex-start; }
    .back .btn-outline iconify-icon {
      display: flex;
      align-items: center;
      justify-content: center;
      padding: 0.2rem 0.5rem 0 0;
      margin: 0; }

.related {
  width: 100%;
  background: #faf9f6;
  padding: 2rem 0;
  text-align: center; }
  @media (min-width: 800px) {
    .related {
      padding: 4rem 0; } }
  .related h2 {
    padding: 0;
    margin: 0 0 4rem 0;
    font-size: 2rem; }
  .related .related-events {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 2rem;
    display: grid;
    grid-gap: 2rem;
    grid-template-columns: 1fr; }
    @media (min-width: 800px) {
      .related .related-events {
        grid-template-columns: repeat(3, 1fr);
        grid-gap: 0 4rem; } }
    .related .related-events .event {
      color: #111;
      text-decoration-color: transparent;
      text-align: left; }
      .related .related-events .event .image {
        width: 100%;
        height: 250px;
        border-radius: 8px;
        overflow: hidden; }
        .related .related-events .event .image img {
          width: 100%;
          height: 100%;
          object-fit: cover;
          transition: .3s; }
        .related .related-events .event .image:hover img, .related .related-events .event .image:focus img {
          transform: scale(1.1, 1.1); }

.single-case .wp-block-quote {
  position: relative;
  margin: 4rem 0;
  padding: 0 2rem; }
  .single-case .wp-block-quote p {
    font-size: 1.5rem;
    line-height: 2.3rem;
    font-style: italic; }
  .single-case .wp-block-quote:before {
    content: ' ';
    position: absolute;
    top: -20px;
    left: -20px;
    width: 50px;
    height: 50px;
    background: url("/invest/wp-content/uploads/2025/07/quote-1.png");
    background-size: 100%;
    background-repeat: no-repeat; }
  .single-case .wp-block-quote:after {
    content: ' ';
    position: absolute;
    bottom: -20px;
    right: -20px;
    width: 50px;
    height: 50px;
    background: url("/invest/wp-content/uploads/2025/07/quote-2.png");
    background-size: 100%;
    background-repeat: no-repeat; }

.page-numbers {
  grid-column: 1/2;
  list-style-type: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center; }
  .page-numbers li a {
    border: 1px solid #111;
    padding: 0.5rem;
    border-radius: 4px;
    margin: 0 0.3rem;
    color: #111;
    font-size: 1rem;
    line-height: 1rem;
    text-decoration-color: transparent;
    transition: .3s; }
    .page-numbers li a:hover, .page-numbers li a:focus {
      background: #111;
      color: #FFF; }
  .page-numbers li .current {
    padding: 0.5rem;
    background: #EE701E;
    margin: 0 0.3rem;
    font-size: 1rem;
    line-height: 1rem;
    border-radius: 4px;
    border: 1px solid #EE701E; }
  .page-numbers li .current-page {
    background: #EE701E; }
  @media (min-width: 576px) {
    .page-numbers {
      grid-column: 1/3; } }
  @media (min-width: 800px) {
    .page-numbers {
      grid-column: 1/4; } }

.archive-list {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  padding: 4rem 2rem; }
  .archive-list a {
    color: #111; }

.purple .page-header {
  background: #49006B url("/invest/wp-content/uploads/2025/07/white-pattern.png"); }
  .purple .page-header .overlay h1 {
    background: #49006B; }
.purple .case-carousel .swiper-slide .overlay .title {
  color: #49006B; }
.purple .home-text {
  background: url("/invest/wp-content/uploads/2025/08/purple-n.png");
  background-repeat: no-repeat;
  background-size: 300px;
  background-position: 0 0; }
  @media (min-width: 800px) {
    .purple .home-text {
      background-size: 550px;
      background-position: 2% 50%; } }
  .purple .home-text .container article h1 {
    color: #49006B;
    position: relative; }
    .purple .home-text .container article h1:after {
      content: "Invest in Renfrewshire";
      position: absolute;
      top: -1.6rem;
      left: 0;
      font-size: 0.9rem;
      color: #49006B; }
.purple .btn {
  background: linear-gradient(120deg, #B66FD8 0%, #9837C6 30%, #49006B 100%);
  background-size: 150% 150%;
  background-position: top left;
  transition: .3s; }
  .purple .btn:hover, .purple .btn:focus {
    background-position: bottom right; }
.purple .service-list .list {
  background: url("/invest/wp-content/uploads/2025/09/purple-10-1.png");
  background-size: 250px;
  background-repeat: no-repeat;
  background-position: bottom right; }
  .purple .service-list .list h2 {
    color: #111; }
  .purple .service-list .list ul li iconify-icon {
    background: #49006B !important; }
.purple .home-services {
  background: #FFF; }
  .purple .home-services .container h2 {
    color: #111;
    font-size: 2rem; }
  .purple .home-services .container .services .box {
    background: #F6F4F0; }
    .purple .home-services .container .services .box:nth-child(1) .content {
      background: url("/invest/wp-content/uploads/2025/08/purple-pattern-4.png");
      background-size: 300px;
      background-repeat: no-repeat;
      background-position: bottom left; }
    .purple .home-services .container .services .box:nth-child(2) .content {
      background: url("/invest/wp-content/uploads/2025/08/paisley-pattern-5.png");
      background-size: 250px;
      background-repeat: no-repeat;
      background-position: top right; }
    .purple .home-services .container .services .box:nth-child(3) .content {
      background: url("/invest/wp-content/uploads/2025/08/purple-pattern-2.png");
      background-size: 150px;
      background-repeat: no-repeat;
      background-position: bottom right; }
    .purple .home-services .container .services .box:nth-child(4) .content {
      background: url("/invest/wp-content/uploads/2025/08/purple-pattern-3.png");
      background-size: 200px;
      background-repeat: no-repeat;
      background-position: center right; }
    .purple .home-services .container .services .box .content .btn {
      background: linear-gradient(120deg, #B66FD8 0%, #9837C6 30%, #49006B 100%) !important;
      background-size: 150% 150% !important; }
    .purple .home-services .container .services .box:hover .content .btn, .purple .home-services .container .services .box:focus .content .btn {
      background-position: bottom right; }
.purple .home-events {
  background: #F6F4F0 url("/invest/wp-content/uploads/2025/08/purple-n.png");
  background-repeat: no-repeat;
  background-position: bottom right;
  background-size: 550px; }
  @media (min-width: 800px) {
    .purple .home-events {
      background-position: center right; } }
  .purple .home-events .container h2 span {
    color: #49006B; }
  .purple .home-events .container .btn-outline {
    border-color: #49006B;
    color: #49006B; }
    .purple .home-events .container .btn-outline:hover, .purple .home-events .container .btn-outline:focus {
      background: #49006B;
      color: #FFF; }
.purple .cta .overlay {
  background: linear-gradient(90deg, rgba(152, 55, 198, 0.8) 0%, rgba(73, 0, 107, 0.8) 50%, rgba(73, 0, 107, 0.8) 100%) !important; }
  .purple .cta .overlay .btn {
    color: #49006B; }
    .purple .cta .overlay .btn:hover, .purple .cta .overlay .btn:focus {
      color: #FFF;
      background: #9837C6; }
.purple .expert-help .content {
  background: #F6F4F0; }
  .purple .expert-help .content h2 span {
    color: #9837C6; }
.purple .single-quote .overlay {
  background: linear-gradient(240deg, rgba(152, 55, 198, 0.8) 0%, rgba(73, 0, 107, 0.8) 50%, rgba(73, 0, 107, 0.8) 100%) !important; }

.pink .btn {
  background: linear-gradient(90deg, #D175A0 0%, #C7578B 30%, #DF016C 100%);
  background-size: 150% 150%;
  background-position: top left;
  transition: .3s; }
  .pink .btn:hover, .pink .btn:focus {
    background-position: bottom right; }
.pink .case-carousel .swiper-slide .overlay .title {
  color: #DF016C; }
.pink .std-content h1 {
  color: #DF016C; }
.pink .content-blocks .featured-case-study .content {
  background: #F6F4F0 url("/invest/wp-content/uploads/2025/07/pink-3.png");
  background-size: 300px;
  background-repeat: no-repeat;
  background-position: bottom left; }
  .pink .content-blocks .featured-case-study .content h2 {
    color: #DF016C; }
.pink .service-list .list {
  background-image: url("/invest/wp-content/uploads/2025/09/pink-10-2.png"); }
.pink .service-list .list ul li iconify-icon {
  background: #DF016C; }
.pink .home-events, .pink .main-events {
  background: #F6F4F0 url("/invest/wp-content/uploads/2025/09/N-Pink.png");
  background-repeat: no-repeat;
  background-size: 350px;
  background-position: 0 90%; }
  @media (min-width: 800px) {
    .pink .home-events, .pink .main-events {
      background-position: center right;
      background-size: 500px; } }
.pink .home-events .container h2 span {
  color: #DF016C; }
.pink .home-events .container .btn-outline {
  border-color: #DF016C;
  color: #DF016C; }
  .pink .home-events .container .btn-outline:hover, .pink .home-events .container .btn-outline:focus {
    background: #DF016C;
    color: #FFF; }
.pink .cta .overlay {
  background: linear-gradient(90deg, rgba(209, 117, 160, 0.8) 0%, rgba(223, 1, 108, 0.8) 100%); }
  .pink .cta .overlay .btn {
    color: #DF016C; }
    .pink .cta .overlay .btn:hover, .pink .cta .overlay .btn:focus {
      background: #DF016C;
      color: #FFF; }
.pink .single-quote .overlay {
  background: linear-gradient(270deg, rgba(209, 117, 160, 0.8) 0%, rgba(223, 1, 108, 0.8) 100%); }
.pink .home-services {
  padding-top: 4rem; }
  .pink .home-services .container h2 {
    color: #111;
    font-size: 2rem; }
  .pink .home-services .container .services .box {
    background: #FFF; }
    .pink .home-services .container .services .box:nth-child(1) .content {
      background: url("/invest/wp-content/uploads/2025/09/pink-10-1.png");
      background-size: 200px;
      background-repeat: no-repeat;
      background-position: 10% 100%; }
    .pink .home-services .container .services .box:nth-child(2) .content {
      background: url("/invest/wp-content/uploads/2025/09/pink-10-2.png");
      background-size: 200px;
      background-repeat: no-repeat;
      background-position: top right; }
    .pink .home-services .container .services .box:nth-child(3) .content {
      background: url("/invest/wp-content/uploads/2025/09/pink-10-3.png");
      background-size: 200px;
      background-repeat: no-repeat;
      background-position: 90% 100%; }
    .pink .home-services .container .services .box:nth-child(4) .content {
      background: url("/invest/wp-content/uploads/2025/09/pink-10-4.png");
      background-size: 200px;
      background-repeat: no-repeat;
      background-position: center right; }
    .pink .home-services .container .services .box .content .btn {
      background: linear-gradient(90deg, #D175A0 0%, #C7578B 30%, #DF016C 100%) !important;
      background-size: 150% 150% !important; }
.pink .two-images-content-block .content h2 {
  color: #DF016C; }

.communities h1 {
  position: relative; }
  .communities h1:before {
    content: 'welcome to';
    position: absolute;
    top: -1rem;
    font-size: 1rem;
    left: 0;
    right: 0;
    margin: 0 auto; }

.red .btn {
  background: linear-gradient(120deg, #F57B66 0%, #F35A3F 20%, #B12006 100%);
  background-size: 150% 150%;
  background-position: top left;
  transition: .3s; }
  .red .btn:hover, .red .btn:focus {
    background-position: bottom right; }
.red .case-carousel .swiper-slide .overlay .title {
  color: #B12006; }
.red .home-text {
  background: url("/invest/wp-content/uploads/2025/10/N-Red.png");
  background-repeat: no-repeat;
  background-size: 300px;
  background-position: 0 0; }
  @media (min-width: 800px) {
    .red .home-text {
      background-size: 550px;
      background-position: 2% 50%; } }
  .red .home-text .container article h1 {
    color: #B12006; }
.red .statistics {
  background: #F6F4F0; }
  .red .statistics .stats .box {
    background: #FFF url("/invest/wp-content/uploads/2025/10/red-pattern-3.png");
    background-size: 240px;
    background-repeat: no-repeat;
    background-position: bottom left; }
    .red .statistics .stats .box:nth-child(even) {
      background: #FFF url("/invest/wp-content/uploads/2025/10/red-pattern-2.png");
      background-position: top right;
      background-size: 240px;
      background-repeat: no-repeat; }
.red .two-images-content-block .content h2 {
  color: #B12006; }
.red .home-events, .red .main-events {
  background: #F6F4F0 url("/invest/wp-content/uploads/2025/09/N-Red.png");
  background-repeat: no-repeat;
  background-size: 350px;
  background-position: 0 90%; }
  @media (min-width: 800px) {
    .red .home-events, .red .main-events {
      background-position: center right;
      background-size: 500px; } }
.red .home-events .container h2 span {
  color: #B12006; }
.red .home-events .container .btn-outline {
  border-color: #B12006;
  color: #B12006; }
  .red .home-events .container .btn-outline:hover, .red .home-events .container .btn-outline:focus {
    background: #B12006;
    color: #FFF; }
.red .single-quote .overlay {
  background: linear-gradient(270deg, rgba(177, 32, 6, 0.8) 0%, rgba(243, 90, 63, 0.8) 100%); }
.red .cta .overlay {
  background: linear-gradient(90deg, rgba(177, 32, 6, 0.8) 0%, rgba(243, 90, 63, 0.8) 100%); }
  .red .cta .overlay .btn {
    color: #B12006; }
    .red .cta .overlay .btn:hover, .red .cta .overlay .btn:focus {
      background: #B12006;
      color: #FFF; }
.red .std-content h1 {
  color: #B12006; }
.red .content-blocks .featured-case-study .content {
  background: #F6F4F0 url("/invest/wp-content/uploads/2025/07/red-3.png");
  background-size: 300px;
  background-repeat: no-repeat;
  background-position: bottom left; }
  .red .content-blocks .featured-case-study .content h2 {
    color: #DF016C; }
.red .service-list .list {
  background-image: url("/invest/wp-content/uploads/2025/09/pink-10-2.png"); }
.red .service-list .list ul li iconify-icon {
  background: #DF016C; }
.red .home-services {
  padding-top: 4rem; }
  .red .home-services .container h2 {
    color: #111;
    font-size: 2rem; }
  .red .home-services .container .services .box {
    background: #FFF; }
    .red .home-services .container .services .box:nth-child(1) .content {
      background: url("/invest/wp-content/uploads/2025/09/pink-10-1.png");
      background-size: 200px;
      background-repeat: no-repeat;
      background-position: 10% 100%; }
    .red .home-services .container .services .box:nth-child(2) .content {
      background: url("/invest/wp-content/uploads/2025/09/pink-10-2.png");
      background-size: 200px;
      background-repeat: no-repeat;
      background-position: top right; }
    .red .home-services .container .services .box:nth-child(3) .content {
      background: url("/invest/wp-content/uploads/2025/09/pink-10-3.png");
      background-size: 200px;
      background-repeat: no-repeat;
      background-position: 90% 100%; }
    .red .home-services .container .services .box:nth-child(4) .content {
      background: url("/invest/wp-content/uploads/2025/09/pink-10-4.png");
      background-size: 200px;
      background-repeat: no-repeat;
      background-position: center right; }
    .red .home-services .container .services .box .content .btn {
      background: linear-gradient(90deg, #D175A0 0%, #C7578B 30%, #DF016C 100%) !important;
      background-size: 150% 150% !important; }

.communities h1 {
  position: relative; }
  .communities h1:before {
    content: 'welcome to';
    position: absolute;
    top: -1rem;
    font-size: 1rem;
    left: 0;
    right: 0;
    margin: 0 auto; }

html {
  box-sizing: border-box;
  font-size: 16px; }

* {
  box-sizing: inherit;
  font-family: "quicksand", sans-serif;
  font-weight: 500;
  box-sizing: border-box; }

body {
  font-size: 16px;
  padding: 0;
  margin: 0; }

.container {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  padding: 2rem;
  display: flex;
  flex-wrap: wrap; }

p, li, p a {
  font-size: 1rem;
  line-height: 1.7rem;
  font-weight: 400; }

.btn, #gform_submit_button_1 {
  padding: 0.7rem 1.5rem 0.8rem 1.5rem;
  border-radius: 100px;
  background: linear-gradient(120deg, #F29354 0%, #EE701E 30%, #C82C00 80%, #A32300 100%);
  background-size: 150% 150%;
  background-position: top left;
  text-transform: uppercase;
  color: #FFF;
  font-size: 1rem;
  text-decoration-color: transparent;
  transition: .4s ease; }
  .btn:hover, .btn:focus, #gform_submit_button_1:hover, #gform_submit_button_1:focus {
    background-position: bottom right; }

#gform_submit_button_1 {
  border: 0;
  cursor: pointer; }

.btn-outline {
  border: 2px solid #EE701E;
  padding: 0.5rem 1rem 0.6rem 1rem;
  border-radius: 100px;
  color: #C82C00;
  text-decoration-color: transparent;
  text-transform: uppercase;
  transition: .3s; }
  .btn-outline:hover, .btn-outline:focus {
    background: #EE701E;
    color: #111; }

.home-text {
  width: 100%;
  padding: 8rem 0 4rem 0;
  background: url("/invest/wp-content/uploads/2025/07/nv-square.png");
  background-repeat: no-repeat;
  background-size: 300px;
  background-position: -10% 90%; }
  @media (min-width: 800px) {
    .home-text {
      background-size: 550px;
      background-position: 2% 50%; } }
  .home-text .container {
    padding: 0 2rem;
    width: 100%;
    display: flex;
    flex-direction: column-reverse; }
    @media (min-width: 800px) {
      .home-text .container {
        flex-direction: row;
        padding: 2rem 4rem 2rem 2rem; } }
    .home-text .container article {
      width: 100%; }
      @media (min-width: 800px) {
        .home-text .container article {
          width: 60%;
          padding-right: 4rem;
          display: flex;
          flex-direction: column;
          align-items: flex-start;
          justify-content: center; } }
      .home-text .container article h1 {
        font-size: 2.5rem;
        line-height: 2.5rem;
        color: #EE701E;
        padding: 0;
        margin: 0 0 1rem 0;
        transition: .3s; }
      .home-text .container article h2 {
        padding: 0;
        margin: 0;
        font-size: 1.5rem;
        line-height: 1.5rem; }
      .home-text .container article .btn {
        display: inline-block;
        margin-top: 1rem; }
    .home-text .container .aside {
      width: 90%;
      margin: 0 5%;
      position: relative;
      margin-bottom: 4rem; }
      @media (min-width: 800px) {
        .home-text .container .aside {
          width: 40%;
          margin: 0;
          margin-bottom: 0; } }
      .home-text .container .aside .image {
        width: 100%;
        height: 300px;
        border: 10px solid #FFF;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
        position: relative; }
        @media (min-width: 800px) {
          .home-text .container .aside .image {
            height: 400px; } }
        .home-text .container .aside .image img {
          width: 100%;
          height: 100%;
          object-fit: cover; }
      .home-text .container .aside .image-2 {
        width: 100%;
        height: 300px;
        position: absolute;
        border: 10px solid #FFF;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
        z-index: -1;
        transition: .3s;
        transform: rotate(12deg);
        top: 0; }
        @media (min-width: 800px) {
          .home-text .container .aside .image-2 {
            height: 400px; } }
        .home-text .container .aside .image-2 img {
          width: 100%;
          height: 100%;
          object-fit: cover; }

.home-services {
  width: 100%;
  padding: 4rem 0 4rem 0;
  background: #F6F4F0; }
  @media (min-width: 800px) {
    .home-services {
      padding: 4rem 0 4rem 0; } }
  .home-services .container {
    align-items: center;
    justify-content: center;
    padding: 0 2rem; }
    .home-services .container h2 {
      color: #111;
      font-size: 2rem;
      line-height: 2rem;
      padding: 0;
      margin: 0 0 4rem 0;
      text-align: center; }
      @media (min-width: 800px) {
        .home-services .container h2 {
          font-size: 2.5rem;
          line-height: 2.5rem; } }
    .home-services .container .services {
      width: 100%;
      display: grid;
      grid-template-columns: repeat(1, 1fr);
      grid-gap: 2rem; }
      @media (min-width: 650px) {
        .home-services .container .services {
          grid-template-columns: repeat(2, 1fr); } }
      .home-services .container .services .box {
        width: 100%;
        border-radius: 8px;
        overflow: hidden;
        background: #FFF;
        text-decoration-color: transparent;
        display: block;
        color: #111; }
        @media (min-width: 800px) {
          .home-services .container .services .box {
            display: flex;
            flex-wrap: wrap; } }
        .home-services .container .services .box:nth-child(4) .content {
          background-image: url("/invest/wp-content/uploads/2025/07/pink-3.png");
          background-size: 300px;
          background-repeat: no-repeat;
          background-position: bottom left; }
        .home-services .container .services .box:nth-child(4) .content .btn {
          background: linear-gradient(90deg, #D175A0 0%, #C7578B 30%, #DF016C 100%);
          background-size: 150% 150%;
          background-position: top left; }
        .home-services .container .services .box:nth-child(2) .content {
          background-image: url("/invest/wp-content/uploads/2025/07/purple-1.png");
          background-size: 250px;
          background-repeat: no-repeat;
          background-position: top right; }
        .home-services .container .services .box:nth-child(2) .content .btn {
          background: linear-gradient(120deg, #B66FD8 0%, #9837C6 30%, #49006B 100%);
          background-size: 150% 150%;
          background-position: top left; }
        .home-services .container .services .box:nth-child(3) .content {
          background-image: url("/invest/wp-content/uploads/2025/07/red-1.png");
          background-size: 150px;
          background-repeat: no-repeat;
          background-position: bottom right; }
        .home-services .container .services .box:nth-child(3) .content .btn {
          background: linear-gradient(120deg, #F57B66 0%, #F35A3F 20%, #B12006 100%);
          background-size: 150% 150%;
          background-position: top left;
          font-size: 0.9rem; }
        .home-services .container .services .box .image {
          width: 100%;
          height: 300px;
          overflow: hidden; }
          @media (min-width: 992px) {
            .home-services .container .services .box .image {
              width: 35%;
              height: auto; } }
          .home-services .container .services .box .image img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            transition: .3s; }
        .home-services .container .services .box .content {
          padding: 2rem;
          display: flex;
          flex-direction: column;
          align-items: flex-start;
          justify-content: flex-start;
          background-image: url("/invest/wp-content/uploads/2025/07/orange-1.png");
          background-size: 200px;
          background-repeat: no-repeat;
          background-position: center right; }
          @media (min-width: 992px) {
            .home-services .container .services .box .content {
              width: 65%;
              height: auto; } }
        .home-services .container .services .box h3 {
          font-size: 1.5rem;
          padding: 0;
          margin: 0; }
        .home-services .container .services .box .btn {
          display: inline-block;
          margin-top: 1rem; }
        .home-services .container .services .box:hover:nth-child(1) .content .btn, .home-services .container .services .box:hover:nth-child(2) .content .btn, .home-services .container .services .box:hover:nth-child(3) .content .btn, .home-services .container .services .box:focus:nth-child(1) .content .btn, .home-services .container .services .box:focus:nth-child(2) .content .btn, .home-services .container .services .box:focus:nth-child(3) .content .btn {
          background-position: bottom right !important; }
        .home-services .container .services .box:hover .image img, .home-services .container .services .box:focus .image img {
          transform: scale(1.1, 1.1); }
        .home-services .container .services .box:hover .content .btn, .home-services .container .services .box:focus .content .btn {
          background-position: bottom right !important; }

.paralax {
  width: 100%;
  height: 500px;
  background-size: cover !important;
  background-attachment: fixed !important; }
  @media (hover: none) {
    .paralax {
      background-attachment: scroll !important; } }

.statistics {
  background: #FFF; }

.stats {
  width: 100%; }
  .stats .box {
    background: #F6F4F0 url("/invest/wp-content/uploads/2025/07/orange-pattern-1.png");
    background-size: 400px;
    background-repeat: no-repeat;
    background-position: center left;
    padding: 2rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    border-radius: 8px;
    min-height: 350px; }
    .stats .box img {
      width: 100%;
      max-width: 100px; }
    .stats .box h3 {
      font-size: 2rem;
      padding: 0;
      margin: 0 0 1rem 0; }
    .stats .box p {
      padding: 0;
      margin: 0; }
    .stats .box:nth-child(even) {
      background: #F6F4F0 url("/invest/wp-content/uploads/2025/07/orange-pattern-2.png");
      background-size: 300px;
      background-repeat: no-repeat;
      background-position: top right; }

.featured-case-study {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 2rem 4rem 2rem;
  display: flex;
  flex-wrap: wrap; }
  @media (min-width: 800px) {
    .featured-case-study {
      flex-direction: row-reverse;
      align-items: center;
      padding: 2rem 4rem 6rem 4rem; } }
  .featured-case-study .image {
    width: 100%;
    height: 400px;
    border-radius: 8px;
    overflow: hidden;
    display: inline-block;
    z-index: -10; }
    @media (min-width: 800px) {
      .featured-case-study .image {
        width: 70%;
        height: 600px;
        display: inline-flex; } }
    @media (min-width: 992px) {
      .featured-case-study .image {
        height: 500px; } }
    .featured-case-study .image img {
      width: 100%;
      height: 100%;
      object-fit: cover; }
  .featured-case-study .content {
    width: 90%;
    margin: -6rem 5% 0 5%;
    border-radius: 8px;
    background: #F6F4F0 url("/invest/wp-content/uploads/2025/07/orange-pattern-1.png");
    background-size: 300px;
    background-repeat: no-repeat;
    background-position: 0 20px;
    display: inline-block;
    z-index: 1;
    padding: 2rem; }
    @media (min-width: 800px) {
      .featured-case-study .content {
        width: 50%;
        margin: 0 -20% 0 0;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: center; } }
    .featured-case-study .content h2 {
      font-size: 2rem;
      line-height: 2rem;
      padding: 0;
      margin: 0; }
      .featured-case-study .content h2 span {
        color: #EE701E; }
      @media (min-width: 800px) {
        .featured-case-study .content h2 {
          font-size: 2.5rem;
          line-height: 2.5rem; } }
    .featured-case-study .content .btn {
      display: inline-block;
      margin-top: 1rem; }

.no-pad {
  padding: 0; }

.content-blocks {
  width: 100%;
  padding: 0; }
  @media (min-width: 800px) {
    .content-blocks {
      padding: 0 4rem; } }
  .content-blocks .featured-case-study {
    padding: 0 0 6rem 0; }
    .content-blocks .featured-case-study .image {
      border-radius: 0; }
      @media (min-width: 800px) {
        .content-blocks .featured-case-study .image {
          border-radius: 8px; } }
    .content-blocks .featured-case-study .content h2 {
      color: #EE701E;
      font-size: 2rem; }
    @media (min-width: 800px) {
      .content-blocks .featured-case-study {
        padding: 0 0 8rem 0; }
        .content-blocks .featured-case-study:nth-child(even) {
          flex-direction: row; }
          .content-blocks .featured-case-study:nth-child(even) .content {
            margin: 0 0 0 -20%; } }

.content-block-top-pad {
  padding-top: 6rem; }

.expert-help {
  margin-top: 6rem; }

.home-events, .main-events {
  width: 100%;
  padding: 4rem 0;
  background: #F6F4F0 url("/invest/wp-content/uploads/2025/07/NV-2.png");
  background-repeat: no-repeat;
  background-position: 10% 98%;
  background-size: 300px; }
  @media (min-width: 800px) {
    .home-events, .main-events {
      background-position: center right; } }
  .home-events .container, .main-events .container {
    padding: 0 2rem;
    text-align: center;
    justify-content: center; }
    @media (min-width: 576px) {
      .home-events .container, .main-events .container {
        justify-content: space-between;
        align-items: center; } }
    .home-events .container h2, .main-events .container h2 {
      font-size: 2rem;
      padding: 0;
      margin: 0;
      order: 1;
      text-align: center; }
      .home-events .container h2 span, .main-events .container h2 span {
        color: #EE701E; }
    .home-events .container .btn, .main-events .container .btn {
      order: 3;
      width: 100%;
      margin: 3rem 0 0 0;
      text-align: center; }
      @media (min-width: 576px) {
        .home-events .container .btn, .main-events .container .btn {
          order: 2;
          width: auto;
          margin: 0; } }
  .home-events .events, .main-events .events {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 2rem;
    order: 2;
    margin-top: 3rem; }
    @media (min-width: 576px) {
      .home-events .events, .main-events .events {
        grid-template-columns: repeat(2, 1fr); } }
    @media (min-width: 800px) {
      .home-events .events, .main-events .events {
        grid-template-columns: repeat(3, 1fr);
        grid-gap: 2rem 3rem; }
        .home-events .events .event:nth-child(4), .main-events .events .event:nth-child(4) {
          display: none; } }
    .home-events .events .event, .main-events .events .event {
      width: 100%;
      border-radius: 8px;
      overflow: hidden;
      color: #111;
      text-decoration-color: transparent;
      text-align: left; }
      .home-events .events .event:hover .image img, .home-events .events .event:focus .image img, .main-events .events .event:hover .image img, .main-events .events .event:focus .image img {
        transform: scale(1.1, 1.1); }
      .home-events .events .event .image, .main-events .events .event .image {
        width: 100%;
        height: 250px;
        position: relative;
        border-radius: 8px;
        overflow: hidden; }
        .home-events .events .event .image img, .main-events .events .event .image img {
          width: 100%;
          height: 100%;
          object-fit: cover;
          transition: .3s; }
        .home-events .events .event .image .date, .main-events .events .event .image .date {
          position: absolute;
          bottom: 0;
          left: 0;
          padding: 0.3rem 0.8rem;
          background: #F6F4F0;
          color: #111;
          border-top-right-radius: 8px;
          border-bottom-left-radius: 8px;
          font-size: 0.9rem; }
      .home-events .events .event h3, .main-events .events .event h3 {
        font-size: 1.5rem;
        padding: 0;
        margin: 0.5rem 0 0 0; }

.main-events {
  width: 100%;
  margin: 0 auto;
  padding: 4rem 2rem;
  background: none; }
  .main-events .events {
    padding: 0;
    margin: 0 auto;
    width: 100%;
    max-width: 1400px; }
    .main-events .events .event {
      opacity: 0;
      transform: translateY(1rem);
      animation: fadeup 1s ease;
      animation-delay: .3s;
      animation-fill-mode: forwards; }
      .main-events .events .event:last-child {
        display: block; }
      .main-events .events .event .image .date {
        background: #FFF; }
    .main-events .events .event:nth-child(2) {
      animation-delay: .5s; }
    .main-events .events .event:nth-child(3) {
      animation-delay: .6s; }
    .main-events .events .event:nth-child(4) {
      animation-delay: .7s; }
    .main-events .events .event:nth-child(5) {
      animation-delay: .8s; }
    .main-events .events .event:nth-child(6) {
      animation-delay: .9s; }
    .main-events .events .event:nth-child(n+7) {
      animation-delay: 1s; }

.logos {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  padding: 4rem 2rem; }
  .logos h2 {
    text-transform: uppercase;
    padding: 0;
    margin: 0 0 1rem 0;
    text-align: center; }

.swiper-pagination {
  position: relative;
  padding-top: 1rem; }

.swiper-pagination-bullet {
  background: #EE701E; }

.swiper-button-next,
.swiper-button-prev {
  color: #111;
  background-color: none;
  padding: 1rem;
  border-radius: 4px;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center; }
  .swiper-button-next:hover, .swiper-button-next:focus,
  .swiper-button-prev:hover,
  .swiper-button-prev:focus {
    background: #EE701E; }
  .swiper-button-next:after,
  .swiper-button-prev:after {
    font-size: 20px; }

.page-header {
  width: 100%;
  height: 350px;
  position: relative;
  background: #EE701E url("/invest/wp-content/uploads/2025/07/white-pattern.png");
  background-size: 400px;
  margin-top: 82px; }
  @media (min-width: 800px) {
    .page-header {
      margin-top: 0; } }
  .page-header img {
    width: 100%;
    height: 100%;
    object-fit: cover; }
  .page-header .overlay {
    width: 100%;
    height: 100%;
    max-width: 1400px;
    margin: 0 auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 0; }
    .page-header .overlay h1 {
      color: #FFF;
      font-size: 2rem;
      background: #EE701E;
      padding: 0.5rem 2rem 0.9rem 2rem;
      margin: 0;
      border-radius: 8px;
      opacity: 0;
      transform: translateY(1rem);
      animation: fadeup 1s ease;
      animation-delay: .3s;
      animation-fill-mode: forwards; }
      @media (min-width: 800px) {
        .page-header .overlay h1 {
          font-size: 3rem; } }

.page-header-small {
  height: 250px; }

.page-header-none .overlay h1 {
  background: none; }

.std-content {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 2rem;
  opacity: 0;
  transform: translateY(1rem);
  animation: fadeup 1s ease;
  animation-delay: .7s;
  animation-fill-mode: forwards;
  text-align: left; }
  @media (min-width: 800px) {
    .std-content {
      padding: 2rem; } }
  .std-content p a {
    color: #111; }
  .std-content .btn {
    display: inline-block;
    margin-top: 2rem; }
  .std-content .small-heading {
    background: #EE701E;
    font-size: 1rem;
    color: #111;
    padding: 0.2rem 0.8rem;
    border-radius: 4px;
    font-weight: 900;
    display: inline-block;
    margin: 0; }
  .std-content h1 {
    font-size: 2.5rem;
    color: #EE701E;
    padding: 0;
    margin: 0 0 1rem 0; }
    @media (min-width: 800px) {
      .std-content h1 {
        font-size: 3rem; } }
  .std-content h2 {
    font-size: 2rem;
    color: #EE701E;
    padding: 0;
    margin: 0 0 1rem 0; }
  .std-content input[type='text'], .std-content input[type='tel'], .std-content input[type='email'], .std-content textarea {
    background: #F6F4F0;
    border: 1px solid #e3ddd0;
    height: 45px;
    border-radius: 8px; }
  .std-content select {
    appearance: none;
    background: #F6F4F0;
    border: 1px solid #e3ddd0;
    border-radius: 8px;
    padding: 10px 40px 10px 15px;
    font-size: 16px;
    color: #333;
    cursor: pointer;
    background-image: url('data:image/svg+xml;charset=US-ASCII,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="%23666" viewBox="0 0 16 16"><path d="M4 6l4 4 4-4"/></svg>');
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-size: 12px; }
  .std-content .ginput_container_consent a {
    color: #111; }

.center {
  text-align: center; }

.large-pad {
  padding: 6rem 2rem; }

.extra-large-pad {
  padding: 4rem 2rem; }
  @media (min-width: 800px) {
    .extra-large-pad {
      padding: 6rem 2rem; } }

.case-carousel {
  width: 100%;
  position: relative; }
  .case-carousel .swiper-slide {
    width: 100%;
    position: relative;
    overflow-y: visible !important; }
    .case-carousel .swiper-slide .image {
      width: 100%;
      height: calc(100svh - 78px);
      max-height: 400px; }
      @media (min-width: 800px) {
        .case-carousel .swiper-slide .image {
          height: 650px;
          max-height: 650px; } }
      .case-carousel .swiper-slide .image img {
        width: 100%;
        height: 100%;
        object-fit: cover; }
    .case-carousel .swiper-slide .overlay {
      position: relative;
      border-radius: 8px;
      display: flex;
      flex-direction: column;
      align-items: flex-start;
      justify-content: flex-start;
      padding: 1rem;
      width: 95%;
      margin: 0 2.5%;
      margin-top: -6rem;
      opacity: 0;
      transform: translateY(1rem);
      animation: fadeup 1s ease;
      animation-fill-mode: forwards;
      animation-delay: .3s;
      background: #F6F4F0; }
      @media (min-width: 800px) {
        .case-carousel .swiper-slide .overlay {
          position: absolute;
          width: 500px;
          margin-top: 0;
          margin: 0 auto;
          border-top-left-radius: 0;
          border-bottom-left-radius: 0;
          bottom: auto;
          top: 50%;
          transform: translateY(-50%);
          left: 0;
          animation: fadein 1s ease;
          animation-fill-mode: forwards;
          text-align: left;
          padding: 2rem; } }
      .case-carousel .swiper-slide .overlay span {
        color: #111; }
      .case-carousel .swiper-slide .overlay .title {
        font-size: 1.5rem;
        line-height: 1.8rem;
        color: #EE701E;
        padding: 0;
        margin: 0;
        font-weight: 500; }
        @media (min-width: 800px) {
          .case-carousel .swiper-slide .overlay .title {
            font-size: 1.7rem;
            line-height: 2rem; } }
      .case-carousel .swiper-slide .overlay .description {
        color: #111;
        line-height: 1.2rem; }
        @media (min-width: 800px) {
          .case-carousel .swiper-slide .overlay .description {
            line-height: 1.7rem; } }
      .case-carousel .swiper-slide .overlay .btn {
        display: inline-block;
        margin-top: 1rem;
        font-size: 0.8rem; }
        @media (min-width: 800px) {
          .case-carousel .swiper-slide .overlay .btn {
            font-size: 0.9rem; } }
  .case-carousel .swiper-button-next, .case-carousel .swiper-button-prev {
    background: #EE701E;
    width: 20px;
    height: 20px; }
    .case-carousel .swiper-button-next:after, .case-carousel .swiper-button-prev:after {
      color: #FFF;
      font-size: 12px; }
    @media (min-width: 800px) {
      .case-carousel .swiper-button-next, .case-carousel .swiper-button-prev {
        position: absolute;
        bottom: 20px;
        top: auto; } }
  @media (min-width: 800px) {
    .case-carousel .swiper-button-prev {
      left: 20px; } }
  @media (min-width: 800px) {
    .case-carousel .swiper-button-next {
      left: 60px; } }

.service-list {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  background: #F6F4F0;
  display: flex;
  flex-wrap: wrap; }
  @media (min-width: 800px) {
    .service-list {
      flex-direction: row-reverse; } }
  .service-list .image {
    width: 100%;
    height: 500px; }
    @media (min-width: 800px) {
      .service-list .image {
        width: 50%;
        height: auto; } }
    .service-list .image img {
      width: 100%;
      height: 100%;
      object-fit: cover; }
  .service-list .list {
    padding: 2rem;
    width: 100%;
    background-image: url("/invest/wp-content/uploads/2025/07/orange-pattern-2.png");
    background-size: 300px;
    background-repeat: no-repeat;
    background-position: top right;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center; }
    @media (min-width: 800px) {
      .service-list .list {
        width: 50%;
        padding: 4rem 2rem; } }
    .service-list .list h2 {
      color: #111;
      padding: 0;
      margin: 0;
      font-size: 1.7rem;
      text-transform: capitalize; }
    .service-list .list ul {
      list-style-type: none;
      padding: 0;
      margin: 2rem 0 0 0; }
      .service-list .list ul li {
        position: relative;
        padding: 0 0 0 35px;
        margin-bottom: 1rem;
        font-size: 1rem;
        line-height: 1.5rem; }
        .service-list .list ul li:last-child {
          margin-bottom: 0; }
        .service-list .list ul li strong {
          font-weight: 900; }
        .service-list .list ul li iconify-icon {
          position: absolute;
          top: 6px;
          left: 0;
          background: #EE701E;
          padding: 0.2rem;
          color: #FFF !important;
          border-radius: 200px; }
    .service-list .list .btn {
      display: inline-block;
      margin-top: 2rem; }

.bottom-pad {
  margin-bottom: 6rem; }

.single-quote {
  width: 100%;
  height: 500px;
  background-size: cover !important;
  background-attachment: fixed !important;
  position: relative; }
  @media (hover: none) {
    .single-quote {
      background-attachment: scroll !important; } }
  .single-quote .overlay {
    position: absolute;
    background: linear-gradient(240deg, rgba(238, 112, 30, 0.8) 0%, rgba(200, 44, 0, 0.8) 100%);
    width: 100%;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 2rem; }
    .single-quote .overlay p {
      font-size: 1.2rem;
      color: #FFF;
      width: 100%;
      max-width: 1000px;
      margin: 0 auto; }
      .single-quote .overlay p em {
        font-size: 1.5rem; }
  .single-quote .swiper-pagination-bullet {
    background: #FFF; }

.triple-box {
  width: 100%;
  padding: 0 2rem;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 2rem; }
  @media (min-width: 992px) {
    .triple-box {
      grid-template-columns: repeat(3, 1fr);
      padding: 0; } }
  .triple-box a {
    width: 100%;
    background: #F6F4F0;
    padding: 2rem;
    text-decoration-color: transparent; }
    @media (min-width: 992px) {
      .triple-box a {
        text-align: center; } }
    .triple-box a:nth-child(1) {
      background: #F6F4F0 url("/invest/wp-content/uploads/2025/09/work-tile-cream.png");
      background-size: contain;
      border-radius: 8px;
      transition: .3s ease-in-out; }
      @media (min-width: 992px) {
        .triple-box a:nth-child(1) {
          border-top-left-radius: 0;
          border-bottom-left-radius: 0; } }
      .triple-box a:nth-child(1):hover, .triple-box a:nth-child(1):focus {
        background: #F29354 url("/invest/wp-content/uploads/2025/09/work-tile-light-orange.png");
        background-size: contain; }
        .triple-box a:nth-child(1):hover h2, .triple-box a:nth-child(1):hover p, .triple-box a:nth-child(1):focus h2, .triple-box a:nth-child(1):focus p {
          color: #111; }
        .triple-box a:nth-child(1):hover .btn, .triple-box a:nth-child(1):focus .btn {
          background: #FFF;
          color: #111; }
    .triple-box a:nth-child(2) {
      background: #F29354 url("/invest/wp-content/uploads/2025/09/employer-tile-cream.png");
      background-size: contain;
      border-radius: 8px;
      transition: .3s ease-in-out; }
      .triple-box a:nth-child(2):hover, .triple-box a:nth-child(2):focus {
        background: #EE701E url("/invest/wp-content/uploads/2025/09/employer-tile-orange.png");
        background-size: contain; }
        .triple-box a:nth-child(2):hover h2, .triple-box a:nth-child(2):hover p, .triple-box a:nth-child(2):focus h2, .triple-box a:nth-child(2):focus p {
          color: #111; }
        .triple-box a:nth-child(2):hover .btn, .triple-box a:nth-child(2):focus .btn {
          background: #FFF;
          color: #111; }
    .triple-box a:nth-child(3) {
      background: #F6F4F0 url("/invest/wp-content/uploads/2025/09/lep-tile-cream.png");
      background-size: contain;
      border-radius: 8px;
      transition: .3s ease-in-out; }
      @media (min-width: 992px) {
        .triple-box a:nth-child(3) {
          border-top-right-radius: 0;
          border-bottom-right-radius: 0; } }
      .triple-box a:nth-child(3):hover, .triple-box a:nth-child(3):focus {
        background: #F29354 url("/invest/wp-content/uploads/2025/09/lep-tile-light-orange.png");
        background-size: contain; }
        .triple-box a:nth-child(3):hover h2, .triple-box a:nth-child(3):hover p, .triple-box a:nth-child(3):focus h2, .triple-box a:nth-child(3):focus p {
          color: #111; }
        .triple-box a:nth-child(3):hover .btn, .triple-box a:nth-child(3):focus .btn {
          background: #FFF;
          color: #111; }
    .triple-box a h2 {
      padding: 0;
      margin: 0;
      color: #EE701E;
      font-size: 2rem;
      line-height: 2.2rem;
      transition: .3s; }
      @media (min-width: 1400px) {
        .triple-box a h2 {
          font-size: 1.7rem;
          line-height: 1.9rem; } }
    .triple-box a p {
      color: #111;
      margin-top: 1rem; }
    .triple-box a .btn {
      display: inline-block;
      margin-top: 1rem;
      transition: .3s; }

.tailored-support {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  padding: 6rem 2rem;
  text-align: center; }
  .tailored-support h2 {
    padding: 0;
    margin: 0;
    font-size: 2rem;
    color: #EE701E; }
    @media (min-width: 800px) {
      .tailored-support h2 {
        font-size: 2.5rem; } }
  .tailored-support .boxes {
    width: 100%;
    margin: 0 auto;
    margin-top: 3rem;
    display: flex;
    flex-wrap: wrap;
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 2rem; }
    @media (min-width: 800px) {
      .tailored-support .boxes {
        grid-template-columns: repeat(2, 1fr); } }
    .tailored-support .boxes .box {
      background: #F6F4F0;
      padding: 2rem;
      border-radius: 8px;
      text-align: left; }
      .tailored-support .boxes .box:nth-child(1) {
        background: #F6F4F0 url("/invest/wp-content/uploads/2025/07/orange-pattern-1.png");
        background-size: 300px;
        background-repeat: no-repeat;
        background-position: 0 50%; }
      .tailored-support .boxes .box:nth-child(2) {
        background: #F6F4F0 url("/invest/wp-content/uploads/2025/07/orange-pattern-2.png");
        background-size: 220px;
        background-repeat: no-repeat;
        background-position: top right; }
      .tailored-support .boxes .box h3 {
        font-size: 2rem;
        padding: 0;
        margin: 0 0 2rem 0; }
        .tailored-support .boxes .box h3 span {
          color: #EE701E; }
      .tailored-support .boxes .box ul {
        list-style-type: none;
        padding: 0;
        margin: 0; }
        .tailored-support .boxes .box ul li {
          display: flex;
          align-items: center;
          margin-bottom: 1rem;
          font-weight: 900; }
          .tailored-support .boxes .box ul li:last-child {
            margin-bottom: 0; }
          .tailored-support .boxes .box ul li iconify-icon {
            background: #EE701E;
            padding: 0.3rem;
            border-radius: 200px;
            color: #FFF;
            margin-right: 0.5rem; }

.content-video {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  padding: 6rem 2rem 0 2rem;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column-reverse; }
  @media (min-width: 800px) {
    .content-video {
      flex-direction: row; } }
  .content-video video {
    width: 100%;
    border-radius: 8px;
    overflow: hidden; }
    @media (min-width: 800px) {
      .content-video video {
        width: 50%; } }
  .content-video .content {
    width: 100%;
    margin-top: 2rem; }
    @media (min-width: 800px) {
      .content-video .content {
        width: 50%;
        padding: 2rem 4rem 2rem 0;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: center; } }
    .content-video .content h2 {
      font-size: 2rem;
      color: #EE701E;
      padding: 0;
      margin: 0; }
    .content-video .content h3 {
      font-size: 1.5rem;
      color: #C82C00;
      padding: 0;
      margin: 0; }

.images {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 2rem; }
  @media (min-width: 400px) {
    .images {
      grid-template-columns: repeat(2, 1fr); } }
  @media (min-width: 992px) {
    .images {
      grid-template-columns: repeat(3, 1fr);
      grid-gap: 0 4rem; } }
  .images .image {
    width: 100%;
    height: 350px;
    overflow: hidden; }
    @media (min-width: 400px) {
      .images .image {
        border-top-right-radius: 8px;
        border-bottom-right-radius: 8px; } }
    .images .image:nth-child(2) {
      display: none; }
      @media (min-width: 400px) {
        .images .image:nth-child(2) {
          display: block;
          border-radius: 0;
          border-top-left-radius: 8px;
          border-bottom-left-radius: 8px;
          margin-top: 2rem; } }
      @media (min-width: 992px) {
        .images .image:nth-child(2) {
          margin-top: 0; } }
    .images .image:nth-child(3) {
      display: none; }
      @media (min-width: 992px) {
        .images .image:nth-child(3) {
          display: block;
          border-radius: 0;
          border-top-left-radius: 8px;
          border-bottom-left-radius: 8px; } }
    .images .image img {
      width: 100%;
      height: 100%;
      object-fit: cover; }

.no-top-pad {
  padding-top: 0; }

.content-blocks-new {
  width: 100%; }
  .content-blocks-new .container {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 2rem;
    background: pink; }

.two-images-content-block {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  padding: 6rem 0;
  display: flex;
  flex-wrap: wrap; }
  .two-images-content-block .two-images-wrapper {
    display: flex;
    flex-wrap: wrap; }
    .two-images-content-block .two-images-wrapper:not(:first-child) {
      padding-top: 4rem; }
      @media (min-width: 800px) {
        .two-images-content-block .two-images-wrapper:not(:first-child) {
          padding-top: 6rem; } }
    @media (min-width: 800px) {
      .two-images-content-block .two-images-wrapper:nth-child(even) {
        flex-direction: row-reverse; }
        .two-images-content-block .two-images-wrapper:nth-child(even) .two-images .image:nth-child(1) {
          border-radius: 8px; }
        .two-images-content-block .two-images-wrapper:nth-child(even) .two-images .image:nth-child(2) {
          border-radius: 0;
          border-top-left-radius: 8px;
          border-bottom-left-radius: 8px; } }
    @media (min-width: 1401px) {
      .two-images-content-block .two-images-wrapper .two-images .image:nth-child(2) {
        border-radius: 8px !important; } }
  .two-images-content-block .two-images {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 2rem; }
    @media (min-width: 400px) {
      .two-images-content-block .two-images {
        grid-template-columns: repeat(2, 1fr); } }
    @media (min-width: 800px) {
      .two-images-content-block .two-images {
        width: 50%; } }
    .two-images-content-block .two-images .image {
      width: 100%;
      height: 400px;
      overflow: hidden; }
      .two-images-content-block .two-images .image img {
        width: 100%;
        height: 100%;
        object-fit: cover; }
      @media (min-width: 400px) {
        .two-images-content-block .two-images .image {
          border-radius: 8px; }
          .two-images-content-block .two-images .image:nth-child(1) {
            border-radius: 0;
            border-top-right-radius: 8px;
            border-bottom-right-radius: 8px; } }
    @media (min-width: 400px) and (min-width: 1401px) {
      .two-images-content-block .two-images .image:nth-child(1) {
        border-radius: 8px; } }

      .two-images-content-block .two-images .image:nth-child(2) {
        display: none; }
        @media (min-width: 400px) {
          .two-images-content-block .two-images .image:nth-child(2) {
            display: block;
            margin-top: 3rem;
            border-radius: 0;
            border-top-left-radius: 8px;
            border-bottom-left-radius: 8px; } }
        @media (min-width: 800px) {
          .two-images-content-block .two-images .image:nth-child(2) {
            border-radius: 8px;
            margin-top: 5rem; } }
  .two-images-content-block .content {
    padding: 2rem;
    width: 100%; }
    @media (min-width: 800px) {
      .two-images-content-block .content {
        width: 50%;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: center;
        padding: 0 4rem; } }
    .two-images-content-block .content h2 {
      font-size: 2rem;
      color: #EE701E;
      padding: 0;
      margin: 0 0 1rem 0; }
    .two-images-content-block .content .btn {
      margin-top: 1rem; }

.std-content.employability h1 {
  position: relative; }
  .std-content.employability h1:before {
    content: 'welcome to';
    position: absolute;
    top: -0.8rem;
    font-size: 1rem;
    left: 0;
    right: 0;
    margin: 0 auto; }

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