/*-- -------------------------- -->
<---           Hero             -->
<--- -------------------------- -*/

/* Mobile - 360px */
@media only screen and (min-width: 0rem) {
  #hero-1 {
    overflow: visible;
    z-index: 1;
    min-height: calc(100vh - 84px);
    min-height: calc(100svh - 84px);

    .cs-picture {
      img {
        width: 100%;
      }
    }

    .video-wrapper {
      position: absolute;
      top: 0;
      left: 0;
      height: 100%;
      width: 100%;

      .full-screen-video-component {
        position: relative;
        height: 100%;
        overflow: hidden;

        .hidable {
          display: none;
        }
      }
      .poster {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        z-index: -1000;
        background: center center / cover;
      }
    }
    .overlay-component {
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      background-color: var(
        --overlay-color,
        var(--section-overlay, rgba(0, 0, 0, 0.3))
      );
      transition-property: opacity;
      transition-timing-function: linear;
    }
    .height-class-Full {
      /* min-height: 100vh;
      min-height: 100svh; */

      .center-block {
        -webkit-flex: 1 0 auto;
        -ms-flex: 1 0 auto;
        flex: 1 0 auto;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-align-items: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        text-align: center;
        position: absolute;
        z-index: 1;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
      }

      .cs-container {
        width: 100%;
        max-width: calc(1280 / 16 * 1rem);
        margin: auto;
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
        align-items: center;
        gap: calc(48 / 16 * 1rem);
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -35%);
        padding: var(--sectionPadding);
      }

      .cs-content {
        text-align: left;
        width: 100%;
        max-width: calc(630 / 16 * 1rem);
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
        align-items: start;
        flex-direction: column;
      }

      .cs-topper {
        /* 13px - 16px */
        font-size: clamp(0.8125rem, 1.5vw, 1rem);
        line-height: 1.2em;
        font-weight: 700;
        letter-spacing: 0.1em;
        text-align: inherit;
        text-transform: uppercase;
        margin-bottom: calc(16 / 16 * 1rem);
        color: var(--secondary);
        display: inline-block;
        position: relative;
      }

      .cs-title {
        /* 39px - 61px */
        /* font-size: clamp(2.4375rem, 6.4vw, 3.8125rem); */
        font-weight: 700;
        line-height: 1.2em;
        text-align: inherit;
        max-width: calc(829 / 16 * 1rem);
        color: #fff;
        position: relative;
      }

      .cs-text {
        /* 16px - 20px */
        font-size: clamp(1rem, 1.95vw, 1.25rem);
        line-height: 1.5em;
        text-align: inherit;
        width: 100%;
        /* 464px - 622px */
        max-width: clamp(29rem, 60vw, 38.785rem);
        margin: 0;
        margin-bottom: calc(32 / 16 * 1rem);
        color: #fff;
      }

      .cs-button-group {
        display: flex;
        justify-content: flex-start;
        flex-wrap: wrap;
        gap: calc(8 / 16 * 1rem);
      }

      .cs-button1 {
        background-color: var(--secondary);
      }
    }
    .bottom-spacer {
      position: relative;
      z-index: 0;
      -webkit-flex: 1 0 0%;
      -ms-flex: 1 0 0%;
      flex: 1 0 0%;
      max-height: 140px;
    }
    video {
      position: absolute;
      z-index: -1000;
      width: 100%;
      object-fit: cover;
    }
  }
}

@media screen and (min-width: 1024px) {
  #hero-1 {
    .video-wrapper {
      .full-screen-video-component {
        .hidable {
          display: block;
        }
      }

      .poster {
        display: none;
      }
    }

    /* .height-class-Full {
      .cs-container {
        top: 700px;
      }
    } */
  }
}

/* Dark Mode */
@media only screen and (min-width: 0rem) {
  body.dark-mode {
    #hero-1427 {
      .cs-background {
        &:before {
          opacity: 0.72;
        }
      }
    }
  }
}

/*-- -------------------------- -->
<---           Hero             -->
<--- -------------------------- -*/

@media only screen and (min-width: 0rem) {
  #hero-408 {
    padding: var(--sectionPadding);
    padding-top: clamp(12rem, 20vw, 14.5rem);
    padding-right: 0;
    position: relative;
    z-index: 10;
  }
  #hero-408 .cs-container {
    width: 100%;
    max-width: 34.375rem;
    margin: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: clamp(2.25rem, 10vw, 6.25rem);
  }
  #hero-408 .cs-content {
    text-align: center;
    max-width: 39.375rem;
    padding-right: 1rem;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
  }
  #hero-408 .cs-title {
    font-size: clamp(2rem, 4.4vw, 3.5rem);
    line-height: 1.2em;
    text-align: inherit;
    max-width: 43.75rem;
    margin: 0 0 clamp(0.75rem, 1.5vw, 1.5rem);
    color: var(--headerColor);
    position: relative;
  }
  #hero-408 .cs-color {
    color: var(--primary);
    display: block;
  }
  #hero-408 .cs-text {
    font-size: clamp(1rem, 2vw, 1.25rem);
    line-height: 1.5em;
    text-align: inherit;
    width: 100%;
    max-width: 40.625rem;
    margin: 0;
    margin-bottom: clamp(1.5rem, 4.2vw, 3rem);
    color: var(--bodyTextColor);
  }
  #hero-408 .cs-button-box {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.5rem;
  }
  #hero-408 .cs-header {
    font-size: clamp(0.875rem, 1.5vw, 1.25rem);
    line-height: 1.5em;
    margin: clamp(2.5rem, 5vw, 6.25rem) 0 0.75rem 0;
    width: 100%;
    color: var(--bodyTextColor);
    display: block;
  }
  #hero-408 .cs-logo-group {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  #hero-408 .cs-logo {
    width: auto;
    height: clamp(1.125rem, 1.5vw, 2rem);
    filter: grayscale(1);
  }
  #hero-408 .cs-stat-group {
    width: 100%;
    border-radius: 1.25rem 0 0 1.25rem;
    aspect-ratio: 330/356;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    flex-wrap: nowrap;
    position: relative;
    z-index: 1;
  }
  #hero-408 .cs-stat-box {
    width: 50%;
    height: 9.125rem;
    padding: clamp(1.5rem, 3vw, 3rem);
    box-sizing: border-box;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  #hero-408 .cs-stat-box:nth-of-type(1) {
    background-color: rgba(46, 51, 139, 0.96);
  }
  #hero-408 .cs-stat-box:nth-of-type(2) {
    background-color: rgba(76, 81, 172, 0.96);
  }
  #hero-408 .cs-stat {
    font-size: clamp(1.5625rem, 3.5vw, 3.8125rem);
    line-height: 1.2em;
    text-align: left;
    margin: 0;
    display: block;
  }
  #hero-408 .cs-desc {
    font-size: clamp(0.875rem, 1.6vw, 1.25rem);
    line-height: 1.2em;
    margin: 0.25rem 0 0 0;
    display: block;
  }
  #hero-408 .cs-background {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    z-index: -1;
  }
  #hero-408 .cs-background img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: bottom;
  }
}
@media only screen and (min-width: 48rem) {
  #hero-408 {
    padding-right: 0;
  }
  #hero-408 .cs-container {
    max-width: 100%;
    flex-direction: row;
    justify-content: flex-end;
  }
  #hero-408 .cs-content {
    text-align: left;
    justify-content: flex-start;
    width: 45%;
    padding: 0;
  }
  #hero-408 .cs-stat-group {
    width: 45%;
    max-height: 46.0625rem;
    aspect-ratio: 315/340;
    flex: none;
  }
  #hero-408 .cs-stat-box {
    height: clamp(7.875rem, 18vw, 13.8125rem);
  }
}
@media only screen and (max-width: 81.25rem) {
  /* body:not(.dark-mode) #hero-408 {
    background-color: aliceblue;
  } */
  body:not(.dark-mode) #services-448 {
    background-color: #eaebff;
    position: relative;
    z-index: -2;
  }
}
@media only screen and (min-width: 0rem) {
  body.dark-mode #hero-408 .cs-title,
  body.dark-mode #hero-408 .cs-text,
  body.dark-mode #hero-408 .cs-header,
  body.dark-mode #hero-408 .cs-button-transparent {
    color: var(--bodyTextColorWhite);
  }
  body.dark-mode #hero-408 .cs-logo {
    filter: grayscale(1) brightness(400%);
  }
}
@media only screen and (min-width: 0rem) {
  #services-448 {
    padding: var(--sectionPadding);
  }
  #services-448 .cs-container {
    width: 100%;
    max-width: 34.375rem;
    margin: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: clamp(3rem, 6vw, 4rem);
  }
  #services-448 .cs-content {
    text-align: center;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  #services-448 .cs-title {
    max-width: 25ch;
  }
  #services-448 .cs-text {
    max-width: 53.125rem;
  }
  #services-448 .cs-card-group {
    width: 100%;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    column-gap: clamp(1rem, 1.5vw, 1.25rem);
    row-gap: clamp(1.5rem, 5vw, 3.75rem);
  }
  #services-448 .cs-item {
    list-style: none;
    width: 100%;
    max-width: 22.5rem;
    padding-top: 9rem;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  #services-448 .cs-item:hover .cs-picture img {
    transform: scale(1.2);
    opacity: 0.4;
  }
  #services-448 .cs-item:hover .cs-flex:before {
    opacity: 1;
  }
  #services-448 .cs-picture {
    width: 100%;
    height: 15.625rem;
    border-radius: 0.5rem;
    background-color: var(--primary);
    overflow: hidden;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
  }
  #services-448 .cs-picture img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: top;
    transition:
      transform 0.9s,
      opacity 0.5s;
  }
  #services-448 .cs-flex {
    text-align: center;
    width: 88%;
    padding: 0 1.5rem 1.5rem 1.5rem;
    box-sizing: border-box;
    border: 1px solid #dad9e3;
    border-radius: 0.75rem;
    background-color: #fff;
    box-shadow: 0px 24px 54px rgba(87, 107, 147, 0.12);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    position: relative;
    min-height: 320px;
  }
  #services-448 .cs-flex:before {
    content: '';
    background: transparent;
    pointer-events: none;
    border: 4px solid var(--primary);
    border-radius: 0.75rem;
    box-sizing: border-box;
    opacity: 0;
    position: absolute;
    display: block;
    top: -1px;
    left: -1px;
    right: -1px;
    bottom: -1px;
    transition: opacity 0.5s;
  }
  #services-448 .cs-wrapper {
    width: clamp(5rem, 9.2vw, 7.5rem);
    height: clamp(5rem, 9.2vw, 7.5rem);
    margin: 0 0 clamp(1.25rem, 1.5vw, 1.5rem);
    margin-top: calc(clamp(5rem, 9.2vw, 7.5rem) * -0.5);
    border-radius: 50%;
    border: 4px solid var(--primary);
    background-color: #fff;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 10;
  }
  #services-448 .cs-icon {
    width: clamp(3rem, 4.3vw, 4rem);
    height: auto;
    display: block;
  }
  #services-448 .cs-h3 {
    font-size: 1.5rem;
    line-height: 1.2em;
    margin: 0 0 0.5rem 0;
    color: var(--headerColor);
    position: relative;
    z-index: 10;
  }
  #services-448 .cs-item-text {
    font-size: 1.1rem;
    line-height: 1.5em;
    font-weight: 400;
    margin: 0 0 clamp(1.25rem, 1.5vw, 1.5rem);
    color: var(--bodyTextColor);
    position: relative;
    z-index: 10;
  }
  #services-448 .cs-link {
    font-size: clamp(1.2rem, 1.5vw, 1.2rem);
    font-family: 'Abel', Arial, sans-serif;
    font-weight: 700;
    line-height: 1.5em;
    text-transform: uppercase;
    text-decoration: none;
    margin: 0;
    color: var(--primary);
    display: inline-block;
    position: relative;
    z-index: 10;
  }
  #services-448 .cs-link:hover:before {
    width: 100%;
  }
  #services-448 .cs-link:before {
    content: '';
    width: 0%;
    height: 3px;
    background: currentColor;
    opacity: 1;
    position: absolute;
    display: block;
    bottom: -0.125rem;
    left: 0;
    transition: width 0.3s;
  }
  #services-448 .cs-floater-wrapper {
    display: none;
  }
}
@media only screen and (min-width: 48rem) {
  #services-448 {
    padding-top: 3.125rem;
  }
  #services-448 .cs-container {
    max-width: 50rem;
  }
  #services-448 .cs-card-group {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
  }
  #services-448 .cs-item {
    width: 100%;
    max-width: 100%;
    grid-column: span 6;
  }
}
@media only screen and (min-width: 64rem) {
  #services-448 .cs-card-group {
    flex-wrap: nowrap;
  }
  #services-448 .cs-item {
    width: 100%;
    padding-top: clamp(9rem, 17.5vw, 17.125rem);
  }
  #services-448 .cs-picture {
    height: clamp(14rem, 28vw, 26.75rem);
  }
}
@media only screen and (min-width: 81.25rem) {
  #services-448 {
    position: relative;
    z-index: 1;
  }
  #services-448 .cs-container {
    max-width: 90rem;
  }
  #services-448 .cs-item {
    grid-column: span 3;
  }
  #services-448 .cs-floater-wrapper {
    width: 100%;
    height: 60.375rem;
    overflow: hidden;
    display: block;
    position: absolute;
    left: 0;
    top: -21.875rem;
    z-index: -1;
  }
  #services-448 .cs-floater {
    width: 59.25rem;
    height: auto;
    opacity: 0.05;
    display: block;
    position: absolute;
    left: -20.1875rem;
    right: auto;
    transform: scaleX(-1);
  }
}
@media only screen and (min-width: 0rem) {
  body.dark-mode #services-448 .cs-title {
    color: var(--bodyTextColorWhite);
  }
  body.dark-mode #services-448 .cs-text {
    color: var(--bodyTextColorWhite);
    opacity: 0.8;
  }
  body.dark-mode #services-448 .cs-flex,
  body.dark-mode #services-448 .cs-wrapper {
    background-color: var(--dark);
  }
  body.dark-mode #services-448 .cs-wrapper {
    border-color: var(--secondary);
  }
  body.dark-mode #services-448 .cs-flex {
    position: relative;
    z-index: 1;
    border-color: rgba(255, 255, 255, 0.1);
  }
  body.dark-mode #services-448 .cs-flex:before {
    border-color: var(--secondary);
  }
  body.dark-mode #services-448 .cs-flex:after {
    content: '';
    width: 100%;
    border-radius: 0.75rem;
    height: 100%;
    background: rgba(0, 0, 0, 0.2);
    opacity: 1;
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    z-index: 2;
  }
  body.dark-mode #services-448 .cs-icon {
    filter: grayscale(1) brightness(2000%);
  }
  body.dark-mode #services-448 .cs-h3,
  body.dark-mode #services-448 .cs-item-text {
    color: var(--bodyTextColorWhite);
  }
  body.dark-mode #services-448 .cs-link {
    color: var(--secondary);
  }
}
