@charset "UTF-8";
@font-face {
  font-family: 'Gotham';
  src: url("fonts/Gotham-Book.eot");
  src: url("fonts/Gotham-Book.eot?#iefix") format("embedded-opentype"), url("fonts/Gotham-Book.woff2") format("woff2"), url("fonts/Gotham-Book.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Gotham';
  src: url("fonts/Gotham-Medium.eot");
  src: url("fonts/Gotham-Medium.eot?#iefix") format("embedded-opentype"), url("fonts/Gotham-Medium.woff2") format("woff2"), url("fonts/Gotham-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Gotham';
  src: url("fonts/Gotham-Bold.eot");
  src: url("fonts/Gotham-Bold.eot?#iefix") format("embedded-opentype"), url("fonts/Gotham-Bold.woff2") format("woff2"), url("fonts/Gotham-Bold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap; }

* {
  box-sizing: border-box;
  cursor: none; }
  @media (max-width: 768px) {
    * {
      cursor: default; } }

figure {
  margin: 0; }

html, body {
  font-family: "Gotham";
  font-size: 16px;
  color: #0a0a0a;
  letter-spacing: 0;
  padding: 0;
  margin: 0;
  /* Hide scrollbar for Chrome, Safari and Opera */
  /* Hide scrollbar for IE, Edge and Firefox */ }

body {
  opacity: 0;
  background-color: #f8f5f5;
  transition: background-color 0.4s ease; }
  body.is-loaded {
    opacity: 1; }
  body.aha--dark {
    transition: background-color 0.6s ease;
    background-color: #0a0a0a !important; }
  body.popup-open {
    overflow: hidden; }

.ahaPointer {
  pointer-events: none;
  position: fixed;
  height: 0.875rem;
  width: 0.875rem;
  border: 2px solid #E70F47;
  border-radius: 50%;
  z-index: 99999999;
  top: 0;
  left: 0;
  margin: -0.4375rem 0 0 -0.4375rem;
  transition: width 0.3s ease, height 0.3s ease, background-color 0.3s ease, margin 0.3s ease;
  transition-delay: 0.05s;
  transform: translate(50vw, 50vh); }
  .ahaPointer::after, .ahaPointer::before {
    content: '';
    position: absolute;
    width: 0.6875rem;
    height: 1.1875rem;
    background-position: center;
    background-size: contain;
    top: 50%;
    transform: translateY(-50%);
    opacity: 0;
    transition: all 0.3s ease; }
  .ahaPointer::after {
    background-image: url("../images/slider-drag-icon-r.svg");
    right: -10%; }
  .ahaPointer::before {
    background-image: url("../images/slider-drag-icon-l.svg");
    left: -10%; }
  .ahaPointer--hover {
    width: 2.125rem;
    height: 2.125rem;
    background-color: #E70F47;
    margin: -1.0625rem 0 0 -1.0625rem; }
  .ahaPointer--slider {
    width: 2.125rem;
    height: 2.125rem;
    background-color: #E70F47;
    margin: -1.0625rem 0 0 -1.0625rem; }
    .ahaPointer--slider::after {
      opacity: 1;
      right: -90%;
      transition-delay: 0.4s; }
    .ahaPointer--slider::before {
      opacity: 1;
      left: -90%;
      transition-delay: 0.4s; }
  @media (max-width: 768px) {
    .ahaPointer {
      display: none !important; } }

input, select {
  -webkit-appearance: none; }

.header {
  padding: 0 2.5rem;
  position: fixed;
  z-index: 99;
  left: 0;
  top: 0;
  width: 100%; }
  .header::after, .header::before {
    position: absolute;
    pointer-events: none;
    content: '';
    width: 100%;
    height: 0%;
    left: 0;
    top: 0;
    z-index: 0;
    transition: all 0.4s ease; }
  .header.gradient--dark::before {
    transition-delay: 0.4s;
    height: 130%;
    background: linear-gradient(180deg, #0a0a0a 30%, rgba(10, 10, 10, 0.8) 50%, rgba(10, 10, 10, 0) 100%); }
  .header.header--dark::after {
    transition-delay: 0.4s;
    height: 130%;
    background: linear-gradient(180deg, #f8f5f5 30%, rgba(248, 245, 245, 0.8) 50%, rgba(248, 245, 245, 0) 100%); }
  .header.header--dark .header__wrapper .header__lets-talk {
    color: #0a0a0a; }
  .header.header--dark .header__logo .icon-light, .header.header--dark .header__hamburger .icon-light {
    opacity: 0; }
  .header.header--dark .header__logo .icon-dark, .header.header--dark .header__hamburger .icon-dark {
    opacity: 1; }
  .header__overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 0;
    display: none; }
  .header__wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 5.625rem;
    position: relative;
    z-index: 1; }
    @media screen and (min-width: 768px) {
      .header__wrapper {
        justify-content: space-between; } }
    .header__wrapper a {
      text-decoration: none;
      color: #e4d8d8;
      font-weight: 400; }
    .header__wrapper button {
      border: none; }
    .header__wrapper .header__lets-talk {
      font-weight: 600;
      color: #f8f5f5;
      display: none;
      transition: color 0.2s ease-in-out; }
      @media screen and (min-width: 768px) {
        .header__wrapper .header__lets-talk {
          display: block; } }
  .header__logo .icon__holder {
    display: block;
    width: 6.25rem;
    height: 1.75rem;
    position: relative; }
    .header__logo .icon__holder img {
      position: absolute;
      width: 100%;
      left: 0;
      top: 0;
      transition: opacity 0.2s ease-in-out; }
      .header__logo .icon__holder img.icon-dark {
        opacity: 0; }
  .header__hamburger {
    z-index: 10;
    position: fixed;
    right: 1rem;
    bottom: 1rem;
    width: 3.75rem;
    height: 3.75rem;
    border-radius: 50%;
    padding: 1.3125rem 0.875rem;
    background-color: transparent;
    transition: all 0.4s ease; }
    .header__hamburger .icon__holder {
      position: relative;
      display: block;
      width: 2rem;
      height: 1.125rem; }
      .header__hamburger .icon__holder img {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        transition: opacity 0.2s ease-in-out; }
        .header__hamburger .icon__holder img.icon-dark {
          opacity: 0; }
    @media screen and (min-width: 768px) {
      .header__hamburger {
        position: static;
        margin-left: -0.875rem;
        background-color: transparent;
        margin-right: 6.25rem; } }
    .header__hamburger-close {
      display: none;
      z-index: 12;
      background: none;
      position: fixed;
      right: 2rem;
      bottom: 1.75rem;
      padding: 0; }
      .header__hamburger-close img {
        max-width: 1.75rem; }
      @media screen and (min-width: 768px) {
        .header__hamburger-close {
          height: 1.75rem;
          top: 5.3125rem;
          left: 1.875rem; } }
      @media screen and (min-width: 991px) {
        .header__hamburger-close {
          top: 5.3125rem;
          left: 3.875rem; } }
    .header__hamburger.hamburger--dark-bg {
      background-color: #0a0a0a; }
      @media screen and (min-width: 768px) {
        .header__hamburger.hamburger--dark-bg {
          background-color: transparent; } }
  .header__nav {
    margin-bottom: 1.875rem; }
    .header__nav li:last-child {
      margin-bottom: 0; }
    .header__nav--normal:not(:nth-child(2)) {
      position: relative; }
      @media screen and (min-width: 991px) {
        .header__nav--normal:not(:nth-child(2)) li {
          margin-bottom: 0.75rem; } }
      .header__nav--normal:not(:nth-child(2))::before {
        display: none;
        content: '';
        background-color: #726c6c;
        width: 1.875rem;
        height: 0.0625rem;
        margin-bottom: 1.875rem;
        position: relative;
        left: -1.25rem;
        opacity: 0;
        transition: all 0.4s ease-in-out; }
        @media screen and (min-width: 768px) {
          .header__nav--normal:not(:nth-child(2))::before {
            display: block; } }

nav {
  flex-direction: column;
  justify-content: space-between;
  background: #0a0a0a;
  color: #E70F47;
  position: fixed;
  left: -100%;
  top: 0;
  bottom: 0;
  overflow-x: scroll;
  width: 100%;
  z-index: 11;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  z-index: 99; }
  @media screen and (min-width: 768px) {
    nav {
      box-shadow: 5px 0 10px 0px rgba(255, 255, 255, 0.1); } }
  nav a {
    font-size: 1.25rem;
    line-height: 1.6875rem;
    position: relative;
    text-decoration: none;
    color: #e4d8d8 !important;
    font-weight: 400; }
  nav button {
    border: none; }
  nav li {
    margin-bottom: 0.625rem;
    overflow: hidden; }
  nav::-webkit-scrollbar {
    display: none; }
  nav {
    -ms-overflow-style: none;
    scrollbar-width: none; }
  @media screen and (min-width: 768px) {
    nav {
      width: 29.375rem;
      left: -35.9375rem; } }
  @media screen and (min-width: 991px) {
    nav {
      width: 41.25rem;
      left: -47.5rem; } }
  @media screen and (min-width: 1199px) {
    nav {
      width: 47.5rem;
      left: -53.75rem; } }
  nav.active .nav__top .header__nav--normal::before {
    left: 0;
    opacity: 1; }
  nav .nav__top {
    padding: 5rem 2.5rem 0 3.125rem; }
    @media screen and (min-width: 768px) {
      nav .nav__top {
        padding: 5.3125rem 0 0 4.375rem; } }
    @media screen and (min-width: 991px) {
      nav .nav__top {
        padding: 5.3125rem 0 0 8.75rem; } }
    nav .nav__top .header__hamburger-close {
      max-width: 28px; }
  nav .header__nav-title {
    font-weight: 600;
    line-height: 1.2rem;
    position: relative; }
    nav .header__nav-title:last-child {
      padding-bottom: 1.875rem; }
  nav .header__nav--big {
    max-width: 17.25rem; }
    @media screen and (min-width: 480px) {
      nav .header__nav--big {
        max-width: none; }
        nav .header__nav--big a {
          font-size: 2rem;
          line-height: 2.5625rem; } }
    @media screen and (min-width: 991px) {
      nav .header__nav--big {
        max-width: none; }
        nav .header__nav--big a {
          font-size: 1.875rem; } }
    @media screen and (min-width: 1460px) {
      nav .header__nav--big a {
        font-size: 2.25rem; } }
  nav .social-wrapper {
    margin-top: 5rem; }
    nav .social-wrapper a img {
      width: 1.875rem;
      margin-right: 0.9375rem; }
    @media screen and (min-width: 768px) {
      nav .social-wrapper {
        display: none; } }
  nav .nav__bottom {
    display: none;
    background-color: rgba(255, 255, 255, 0.05);
    padding: 2.5rem 2.5rem 4.125rem 4.375rem; }
    nav .nav__bottom a {
      padding-top: 0.5rem;
      display: flex;
      justify-content: space-between;
      align-items: center; }
    @media screen and (min-width: 768px) {
      nav .nav__bottom {
        display: block; } }
    @media screen and (min-width: 991px) {
      nav .nav__bottom {
        padding: 2.5rem 4.5rem 4.125rem 8.75rem; } }

.footer {
  padding: 0 0.625rem;
  position: relative;
  z-index: 10; }
  @media screen and (min-width: 768px) {
    .footer {
      padding: 0 1.25rem; } }
  @media screen and (min-width: 2000px) {
    .footer .footer__bottom,
    .footer .footer__top {
      margin-left: auto;
      margin-right: auto; } }
  .footer .footer__wrapper {
    border-radius: 60px 60px 0 0;
    background: #e4d8d8;
    padding: 3.75rem 2.5rem 2.5rem 2.5rem; }
    @media screen and (min-width: 768px) {
      .footer .footer__wrapper {
        padding: 5rem 2.5rem 3.75rem; } }
    @media screen and (min-width: 1199px) {
      .footer .footer__wrapper {
        padding: 6.25rem 2.5rem 4.375rem 7.5rem; } }
    .footer .footer__wrapper a {
      text-decoration: none;
      color: #0a0a0a;
      font-size: 1rem; }
    .footer .footer__wrapper .footer__top {
      max-width: 71.5625rem; }
      @media screen and (min-width: 768px) {
        .footer .footer__wrapper .footer__top {
          display: flex;
          justify-content: space-between; } }
      .footer .footer__wrapper .footer__top .left-side {
        margin-bottom: 2.5rem; }
        .footer .footer__wrapper .footer__top .left-side > a {
          font-size: 2.25rem;
          display: block;
          line-height: 1;
          max-width: 90%; }
          @media screen and (min-width: 480px) {
            .footer .footer__wrapper .footer__top .left-side > a {
              padding-right: 1.875rem;
              max-width: none; } }
      .footer .footer__wrapper .footer__top .right-side {
        max-width: 20.3125rem;
        flex: 0 0 20.3125rem; }
        @media screen and (min-width: 768px) {
          .footer .footer__wrapper .footer__top .right-side {
            padding-top: 0.125rem; } }
        @media screen and (min-width: 991px) {
          .footer .footer__wrapper .footer__top .right-side {
            padding-top: 0rem; } }
        .footer .footer__wrapper .footer__top .right-side li {
          margin-bottom: 0.9375rem; }
          .footer .footer__wrapper .footer__top .right-side li:last-child {
            margin-bottom: 0; }
        .footer .footer__wrapper .footer__top .right-side a {
          line-height: 1.1875rem; }
          @media screen and (min-width: 768px) {
            .footer .footer__wrapper .footer__top .right-side a {
              font-size: 1.125rem; } }
          @media screen and (min-width: 991px) {
            .footer .footer__wrapper .footer__top .right-side a {
              line-height: 1.5rem;
              font-size: 1.25rem; } }
    .footer .footer__wrapper .footer__bottom {
      max-width: 71.5625rem;
      margin-top: 2.875rem;
      display: flex;
      flex-direction: column-reverse; }
      @media screen and (min-width: 768px) {
        .footer .footer__wrapper .footer__bottom {
          flex-direction: row;
          align-items: center;
          justify-content: space-between; } }
      @media screen and (min-width: 991px) {
        .footer .footer__wrapper .footer__bottom {
          margin-top: 11rem; } }
      .footer .footer__wrapper .footer__bottom .left-side {
        flex: 1; }
      .footer .footer__wrapper .footer__bottom .right-side {
        margin-bottom: 4.6875rem; }
        @media screen and (min-width: 768px) {
          .footer .footer__wrapper .footer__bottom .right-side {
            margin-bottom: 0;
            flex: 0 0 20.3125rem;
            max-width: 20.3125rem; } }
      .footer .footer__wrapper .footer__bottom .copyright {
        color: #726c6c;
        font-size: 0.875rem;
        line-height: 1.1875rem; }
        @media screen and (min-width: 991px) {
          .footer .footer__wrapper .footer__bottom .copyright {
            font-size: 1.25rem;
            line-height: 1.6875rem; } }
  .footer .lets-talk {
    position: relative; }
    .footer .lets-talk img, .footer .lets-talk svg {
      max-width: 3.125rem;
      margin-left: 0.625rem;
      position: absolute;
      bottom: -1.75rem; }
  .footer .footer__social-wrapper {
    display: flex;
    align-items: flex-end; }
    .footer .footer__social-wrapper img {
      max-width: 1.875rem;
      display: block; }
    .footer .footer__social-wrapper a {
      margin-right: 1.1875rem; }
  .footer .footer__note {
    font-size: 1rem;
    line-height: 1.4;
    max-width: 21.875rem;
    margin: 2.1875rem 0 3.625rem;
    color: #0a0a0a; }
    @media screen and (min-width: 991px) {
      .footer .footer__note {
        font-size: 1.25rem;
        line-height: 2rem; } }
    .footer .footer__note a {
      text-decoration: underline !important;
      font-size: inherit;
      color: inherit;
      text-decoration: none; }
  .footer .footer__mail-list li {
    position: relative;
    margin: 0 0 0.9375rem;
    display: flex;
    align-items: center; }
    @media screen and (min-width: 991px) {
      .footer .footer__mail-list li {
        margin: 0 0 0.625rem; } }
    .footer .footer__mail-list li::before {
      content: '';
      width: 1.25rem;
      height: 1rem;
      margin-right: 0.3125rem;
      background-position: center;
      background-repeat: no-repeat;
      background-size: contain;
      background-image: url(../images/mail-icon.svg); }
      @media screen and (min-width: 991px) {
        .footer .footer__mail-list li::before {
          width: 1.6875rem;
          height: 1.125rem;
          margin-right: 0.5rem; } }
    .footer .footer__mail-list li a {
      font-size: 1rem;
      line-height: 0.075rem;
      color: #0a0a0a;
      text-decoration: none; }
      @media screen and (min-width: 991px) {
        .footer .footer__mail-list li a {
          font-size: 1.25rem;
          line-height: 1.5rem; } }

ul, ol {
  margin: 0;
  padding: 0; }
  ul li, ol li {
    list-style: none; }

p {
  font-size: 1em;
  line-height: 1.125;
  margin: 0 0 1.25rem; }
  p:last-of-type {
    margin: 0; }
  p:empty {
    display: none; }

h1, h2, h3, h4, h5, h6 {
  margin: 0 0 1.25rem; }

img {
  max-width: 100%; }

.play__btn {
  width: 4.6875rem;
  height: 4.6875rem;
  background-color: transparent;
  outline: none;
  border: 1px solid #E70F47 !important;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center; }
  @media screen and (min-width: 768px) {
    .play__btn {
      width: 8.75rem;
      height: 8.75rem; } }

.large-title {
  font-size: 2.25rem;
  line-height: 2.25rem;
  font-weight: 400;
  text-align: center;
  color: #0a0a0a; }
  .large-title--white {
    color: #f8f5f5; }
  @media screen and (min-width: 768px) {
    .large-title {
      font-size: 3.625rem;
      line-height: 3.625rem; } }

.mfp-wrap {
  z-index: 9999999 !important; }

.mfp-close {
  cursor: none !important; }

.container {
  max-width: 105rem;
  margin: 0 auto;
  padding: 0 1.5rem; }
  @media screen and (min-width: 768px) {
    .container {
      padding: 0 2.5rem; } }
  @media screen and (min-width: 1366px) {
    .container {
      padding: 0 5rem; } }

.has-circle {
  overflow: hidden;
  position: relative; }

.pin-spacer {
  overflow: hidden !important; }

.red-circle {
  position: absolute;
  left: 50%;
  top: -24vw;
  width: 22.1875rem;
  height: 22.1875rem;
  border: 1px solid #E70F47;
  transform: translateX(-50%);
  border-radius: 50%; }
  @media screen and (min-width: 768px) {
    .red-circle {
      top: -15.625rem;
      width: 81.25rem;
      height: 81.25rem; } }
  @media (max-width: 767px) {
    .red-circle.page404 {
      top: -6.5625rem;
      width: 32.8125rem;
      height: 32.8125rem; } }
  @media only screen and (min-width: 1024px) and (max-width: 1440px) {
    .page-template-contact .red-circle {
      top: -17.5rem; } }

.aha.contact {
  padding: 9.375rem 0 6.4375rem;
  position: relative;
  z-index: 1; }
  @media screen and (min-width: 768px) {
    .aha.contact {
      padding: 15.625rem 0 8.125rem;
      min-height: 75rem; } }
  .aha.contact .contact__wrapper {
    max-width: 70.3125rem;
    margin: 0 auto; }
    .aha.contact .contact__wrapper .contact__title .large-title {
      margin: 0 0 2.5rem; }
      @media screen and (min-width: 768px) {
        .aha.contact .contact__wrapper .contact__title .large-title {
          margin: 0 0 3.125rem; } }
    .aha.contact .contact__wrapper .contact__title p {
      text-align: center;
      font-size: 1.5rem;
      line-height: 1.8125rem;
      font-weight: 400;
      margin: 0 0 3.75rem; }
      @media screen and (min-width: 768px) {
        .aha.contact .contact__wrapper .contact__title p {
          font-size: 1.875rem;
          line-height: 2.1875rem; } }
      @media screen and (min-width: 1460px) {
        .aha.contact .contact__wrapper .contact__title p {
          font-size: 2.25rem;
          line-height: 2.5625rem; } }
      .aha.contact .contact__wrapper .contact__title p a {
        text-decoration: none;
        font-weight: 700;
        color: inherit; }
    .aha.contact .contact__wrapper .contact__form {
      margin: 0 auto 6.25rem;
      max-width: 42.5rem;
      border-top: 1px solid #e4d8d8; }
      .aha.contact .contact__wrapper .contact__form .field-wrap {
        display: flex;
        border-bottom: 1px solid #e4d8d8; }
        .aha.contact .contact__wrapper .contact__form .field-wrap:nth-child(6) {
          border: 0; }
        .aha.contact .contact__wrapper .contact__form .field-wrap label {
          padding: 2rem 0;
          font-size: 1rem;
          line-height: 1.375rem;
          color: #726c6c;
          margin-right: 1.25rem;
          min-width: 4.1875rem; }
          @media screen and (min-width: 768px) {
            .aha.contact .contact__wrapper .contact__form .field-wrap label {
              font-size: 1.25rem;
              line-height: 1.6875rem;
              margin-right: 1.875rem;
              min-width: 6.25rem; } }
        .aha.contact .contact__wrapper .contact__form .field-wrap .wpcf7-form-control-wrap {
          flex: 1;
          position: relative; }
          .aha.contact .contact__wrapper .contact__form .field-wrap .wpcf7-form-control-wrap input:not([type=submit]), .aha.contact .contact__wrapper .contact__form .field-wrap .wpcf7-form-control-wrap select, .aha.contact .contact__wrapper .contact__form .field-wrap .wpcf7-form-control-wrap textarea {
            background-color: transparent;
            border: 0;
            padding: 0;
            appearance: none;
            padding: 2rem 0;
            outline: none;
            width: 100%;
            font-size: 1rem;
            line-height: 1.375rem;
            color: #0a0a0a; }
            @media screen and (min-width: 768px) {
              .aha.contact .contact__wrapper .contact__form .field-wrap .wpcf7-form-control-wrap input:not([type=submit]), .aha.contact .contact__wrapper .contact__form .field-wrap .wpcf7-form-control-wrap select, .aha.contact .contact__wrapper .contact__form .field-wrap .wpcf7-form-control-wrap textarea {
                font-size: 1.25rem;
                line-height: 1.6875rem; } }
          .aha.contact .contact__wrapper .contact__form .field-wrap .wpcf7-form-control-wrap textarea {
            max-height: 11.9375rem;
            resize: none; }
            @media screen and (min-width: 768px) {
              .aha.contact .contact__wrapper .contact__form .field-wrap .wpcf7-form-control-wrap textarea {
                max-height: 11rem; } }
          .aha.contact .contact__wrapper .contact__form .field-wrap .wpcf7-form-control-wrap select {
            background-position: calc(100% - 16px) center;
            background-repeat: no-repeat;
            background-size: 1.1875rem 0.75rem;
            background-image: url("../images/down-red.svg");
            padding-right: 2.5rem; }
            @media screen and (min-width: 768px) {
              .aha.contact .contact__wrapper .contact__form .field-wrap .wpcf7-form-control-wrap select {
                background-position: calc(100% - 25px) center;
                padding-right: 3.125rem; } }
          .aha.contact .contact__wrapper .contact__form .field-wrap .wpcf7-form-control-wrap .wpcf7-not-valid-tip {
            position: absolute;
            right: 0;
            bottom: 0;
            font-size: 0.75rem;
            color: #E70F47; }
            @media screen and (min-width: 768px) {
              .aha.contact .contact__wrapper .contact__form .field-wrap .wpcf7-form-control-wrap .wpcf7-not-valid-tip {
                font-size: 0.875rem; } }
            @media screen and (min-width: 991px) {
              .aha.contact .contact__wrapper .contact__form .field-wrap .wpcf7-form-control-wrap .wpcf7-not-valid-tip {
                font-size: 1rem; } }
        .aha.contact .contact__wrapper .contact__form .field-wrap input[type=submit] {
          padding: 1.125rem 3.6875rem;
          background-color: #0a0a0a;
          border-radius: 3.125rem;
          color: #e4d8d8;
          margin: 1.875rem auto 0;
          font-size: 1rem;
          line-height: 1.125rem;
          font-weight: 600;
          border: 0;
          outline: none; }
          @media screen and (min-width: 768px) {
            .aha.contact .contact__wrapper .contact__form .field-wrap input[type=submit] {
              font-size: 1.25rem;
              line-height: 1.375rem;
              padding: 1.3125rem 3.125rem; } }
      .aha.contact .contact__wrapper .contact__form .wpcf7-response-output {
        text-align: center;
        color: #E70F47;
        position: fixed;
        bottom: 1.0625rem;
        right: 4.6875rem;
        left: 0.9375rem;
        max-width: 21.875rem;
        padding: 1.25rem;
        border: 0.0625rem solid;
        border-radius: 0.625rem;
        background-color: #f8f5f5;
        z-index: 999;
        font-size: 0.75rem;
        line-height: 1.3; }
        @media screen and (min-width: 768px) {
          .aha.contact .contact__wrapper .contact__form .wpcf7-response-output {
            font-size: 1rem;
            right: 0.9375rem;
            left: auto; } }
        .aha.contact .contact__wrapper .contact__form .wpcf7-response-output::after {
          content: '';
          width: 0.75rem;
          height: 0.75rem;
          position: absolute;
          right: 0.375rem;
          top: 0.6875rem;
          background-position: center;
          background-repeat: no-repeat;
          background-size: contain;
          background-image: url("../images/popup-close-mob.svg"); }
          @media screen and (min-width: 768px) {
            .aha.contact .contact__wrapper .contact__form .wpcf7-response-output::after {
              width: 0.9375rem;
              height: 0.9375rem; } }
      .aha.contact .contact__wrapper .contact__form .wpcf7-spinner {
        display: none !important; }
      .aha.contact .contact__wrapper .contact__form .wpcf7 form.sent .wpcf7-response-output {
        color: #46b450; }
    .aha.contact .contact__wrapper .contact__address {
      max-width: 42.5rem;
      margin: 0 auto;
      text-align: center; }
      .aha.contact .contact__wrapper .contact__address .address-placeholder {
        margin: 0 0 1.25rem; }
        @media screen and (min-width: 768px) {
          .aha.contact .contact__wrapper .contact__address .address-placeholder {
            margin: 0 0 2.375rem; } }
      .aha.contact .contact__wrapper .contact__address p {
        font-size: 1.5rem;
        line-height: 1.8125rem;
        margin: 0; }
        @media screen and (min-width: 768px) {
          .aha.contact .contact__wrapper .contact__address p {
            font-size: 1.875rem;
            line-height: 2.1875rem; } }
        @media screen and (min-width: 1460px) {
          .aha.contact .contact__wrapper .contact__address p {
            font-size: 2.25rem;
            line-height: 2.5625rem; } }

.aha.page-404 {
  padding: 9.375rem 0 6.4375rem;
  position: relative;
  z-index: 1; }
  @media screen and (min-width: 768px) {
    .aha.page-404 {
      padding: 15.625rem 0 8.125rem;
      min-height: 75rem; } }
  .aha.page-404 .page-404__wrapper {
    max-width: 20.4375rem;
    margin: 0 auto;
    text-align: center; }
    @media screen and (min-width: 768px) {
      .aha.page-404 .page-404__wrapper {
        max-width: 38.75rem; } }
    .aha.page-404 .page-404__wrapper .page-404__404 {
      width: 17.8125rem;
      height: 12.5rem;
      margin: 0 auto 6.875rem;
      display: flex;
      align-items: center;
      justify-content: center;
      position: relative; }
      @media screen and (min-width: 768px) {
        .aha.page-404 .page-404__wrapper .page-404__404 {
          width: 33.4375rem;
          height: 22.5rem;
          margin: 0 auto 3.75rem; } }
      .aha.page-404 .page-404__wrapper .page-404__404::after {
        content: '';
        position: absolute;
        width: 13.75rem;
        height: 13.75rem;
        left: 50%;
        top: 50%;
        margin-left: -0.3125rem;
        background-color: #0a0a0a;
        border-radius: 50%;
        transform: translate(-50%, -50%);
        filter: blur(22px); }
        @media screen and (min-width: 768px) {
          .aha.page-404 .page-404__wrapper .page-404__404::after {
            width: 23.75rem;
            height: 23.75rem;
            filter: blur(30px); } }
      .aha.page-404 .page-404__wrapper .page-404__404 h1 {
        position: relative;
        z-index: 1;
        font-size: 6.25rem;
        line-height: 7.5rem;
        font-weight: 400;
        margin: 0;
        color: #f8f5f5; }
        @media screen and (min-width: 768px) {
          .aha.page-404 .page-404__wrapper .page-404__404 h1 {
            font-size: 12.5rem;
            line-height: 15rem; } }
    .aha.page-404 .page-404__wrapper .page-404__content h2 {
      font-size: 1.5rem;
      line-height: 1.8125rem;
      font-weight: 400;
      color: #0a0a0a;
      margin: 0 0 2.5rem; }
      @media screen and (min-width: 768px) {
        .aha.page-404 .page-404__wrapper .page-404__content h2 {
          font-size: 2.625rem;
          line-height: 3.125rem;
          margin: 0 0 3.75rem; } }
    .aha.page-404 .page-404__wrapper .page-404__content .page-404__home-btn {
      font-size: 1rem;
      line-height: 1.125rem;
      font-weight: 700;
      text-decoration: none;
      color: #0a0a0a;
      margin: 0; }
      @media screen and (min-width: 768px) {
        .aha.page-404 .page-404__wrapper .page-404__content .page-404__home-btn {
          font-size: 1.25rem;
          line-height: 1.375rem; } }

.aha.carousel .slick-slide {
  outline: none; }

.aha.carousel .slick-track {
  margin: 0;
  display: flex; }

.aha.carousel .slick-list {
  padding-right: 2.1875rem; }
  @media screen and (min-width: 480px) {
    .aha.carousel .slick-list {
      padding-right: 11.25rem; } }

.aha.carousel .carousel__slide {
  margin-right: 1rem;
  height: auto; }
  @media screen and (min-width: 768px) {
    .aha.carousel .carousel__slide {
      margin-right: 2.5rem; } }

.aha.work-dp__wrap .container.bck-btn {
  position: relative;
  margin: 0 auto; }
  @media screen and (min-width: 768px) {
    .aha.work-dp__wrap .container.bck-btn {
      padding: 0 2.5rem; } }
  @media (min-width: 1441px) {
    .aha.work-dp__wrap .container.bck-btn {
      padding: 0 5rem; } }
  .aha.work-dp__wrap .container.bck-btn .back-to-btn--white {
    margin-left: 0;
    top: -12px; }
    @media screen and (min-width: 768px) {
      .aha.work-dp__wrap .container.bck-btn .back-to-btn--white {
        left: 0rem;
        top: -20px; } }
    @media screen and (min-width: 991px) {
      .aha.work-dp__wrap .container.bck-btn .back-to-btn--white {
        top: -50px;
        left: 2.5rem; } }
    @media screen and (min-width: 1199px) {
      .aha.work-dp__wrap .container.bck-btn .back-to-btn--white {
        top: -50px; } }
    @media (min-width: 1441px) {
      .aha.work-dp__wrap .container.bck-btn .back-to-btn--white {
        left: 5rem; } }
    .aha.work-dp__wrap .container.bck-btn .back-to-btn--white a span {
      color: #E4D8D8 !important; }

.aha.work-dp__wrap, .aha.dei__wrap {
  padding: 5.625rem 0; }
  @media screen and (min-width: 768px) {
    .aha.work-dp__wrap, .aha.dei__wrap {
      padding: 9.375rem 0; } }
  .aha.work-dp__wrap em.red-circle, .aha.dei__wrap em.red-circle {
    z-index: 1; }
    @media screen and (min-width: 768px) {
      .aha.work-dp__wrap em.red-circle, .aha.dei__wrap em.red-circle {
        top: -32rem; } }
  .aha.work-dp__wrap .aha.small-banner, .aha.dei__wrap .aha.small-banner {
    margin-bottom: 2.5rem; }
    @media screen and (min-width: 768px) {
      .aha.work-dp__wrap .aha.small-banner, .aha.dei__wrap .aha.small-banner {
        margin-bottom: 3.75rem; } }

.aha.dei__wrap em.red-circle {
  z-index: 1; }
  @media screen and (min-width: 768px) {
    .aha.dei__wrap em.red-circle {
      top: -14.5rem; } }

.aha.dei__wrap .contents__wrapper--title {
  flex-direction: row !important; }

@media screen and (min-width: 768px) {
  .aha.blog-lp__wrap {
    min-height: 75rem; } }

@media screen and (min-width: 768px) {
  .aha.blog-dp__wrap, .aha.job-post__wrap {
    min-height: 75rem; } }

.aha.blog-dp__wrap em.red-circle, .aha.job-post__wrap em.red-circle {
  z-index: 1; }
  @media (max-width: 991px) {
    .aha.blog-dp__wrap em.red-circle, .aha.job-post__wrap em.red-circle {
      width: 135vw;
      height: 135vw;
      top: -23vw; } }

.aha.work-list__wrapper .work-lp-items__load-more .work-lp-items__load-more {
  width: 9.6875rem;
  height: 9.6875rem;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  background-color: transparent;
  border: 2px solid #e4d8d8;
  border-radius: 50%;
  margin: 3.125rem auto 6.25rem;
  font-size: 0.875rem;
  line-height: 0.9375rem;
  font-weight: 600; }
  @media screen and (min-width: 768px) {
    .aha.work-list__wrapper .work-lp-items__load-more .work-lp-items__load-more {
      width: 15rem;
      height: 15rem;
      font-size: 1.25rem;
      line-height: 1.375rem;
      margin: 0 auto 6.25rem; } }

.nodata {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100vh;
  margin-top: 6.25rem; }

@media screen and (min-width: 768px) {
  .aha.careers__wrap {
    min-height: 75rem; } }

.aha.careers__wrap em.red-circle {
  z-index: 1; }
  @media screen and (min-width: 768px) {
    .aha.careers__wrap em.red-circle {
      top: -60vw; } }
  @media screen and (min-width: 991px) {
    .aha.careers__wrap em.red-circle {
      top: -15.625rem; } }

.aha.generic-layout {
  padding: 9.375rem 0; }
  @media screen and (min-width: 768px) {
    .aha.generic-layout {
      padding: 15.625rem 0; } }
  .aha.generic-layout em.red-circle {
    display: none; }
    @media screen and (min-width: 991px) {
      .aha.generic-layout em.red-circle {
        display: block; } }
  .aha.generic-layout .container {
    max-width: 62.5rem;
    position: relative; }
  .aha.generic-layout .large-title {
    text-align: left; }
  .aha.generic-layout .generic-layout__title-wrap {
    margin: 0 0 2.5rem; }
    @media screen and (min-width: 768px) {
      .aha.generic-layout .generic-layout__title-wrap {
        margin: 0 0 7.5rem; } }
  .aha.generic-layout h2 {
    font-size: 1.5rem;
    line-height: 1.625rem;
    font-weight: 400;
    margin: 0 0 0.625rem; }
    @media screen and (min-width: 768px) {
      .aha.generic-layout h2 {
        font-size: 2rem;
        line-height: 2.5rem;
        margin: 0 0 1.25rem; } }
    @media screen and (min-width: 1460px) {
      .aha.generic-layout h2 {
        font-size: 2.625rem;
        line-height: 3.125rem; } }
  .aha.generic-layout h3 {
    font-size: 1.5rem;
    line-height: 1.75rem;
    font-weight: 400;
    margin: 0 0 0.625rem; }
    .aha.generic-layout h3:first-of-type {
      margin: 0 0 1.25rem; }
      @media screen and (min-width: 768px) {
        .aha.generic-layout h3:first-of-type {
          margin: 0 0 7.5rem; } }
    @media screen and (min-width: 768px) {
      .aha.generic-layout h3 {
        font-size: 1.875rem;
        line-height: 2.1875rem; } }
    @media screen and (min-width: 1460px) {
      .aha.generic-layout h3 {
        font-size: 2.25rem;
        line-height: 2.5625rem; } }
  .aha.generic-layout p, .aha.generic-layout ul, .aha.generic-layout ol, .aha.generic-layout blockquote {
    font-size: 1rem;
    line-height: 1.375rem;
    font-weight: 400;
    margin: 0 0 1.875rem; }
    @media screen and (min-width: 768px) {
      .aha.generic-layout p, .aha.generic-layout ul, .aha.generic-layout ol, .aha.generic-layout blockquote {
        font-size: 1.25rem;
        line-height: 1.6875rem;
        margin: 0 0 2.5rem; } }
  .aha.generic-layout ul, .aha.generic-layout ol {
    margin-left: 0.9375rem; }
    .aha.generic-layout ul li, .aha.generic-layout ol li {
      position: relative;
      padding-left: 1.5625rem; }
      .aha.generic-layout ul li::after, .aha.generic-layout ol li::after {
        content: '•';
        position: absolute;
        left: 0;
        top: 0; }
  .aha.generic-layout ol li {
    counter-increment: headerCounter; }
    .aha.generic-layout ol li::after {
      text-align: center;
      content: counter(headerCounter); }
  .aha.generic-layout blockquote {
    font-style: italic; }
  .aha.generic-layout a {
    color: inherit !important; }
  .aha.generic-layout .search-list__pagination .paginations {
    display: flex;
    justify-content: center; }
    .aha.generic-layout .search-list__pagination .paginations a {
      text-decoration: none; }
    .aha.generic-layout .search-list__pagination .paginations .active {
      color: #E70F47; }

.aha.about-content-sec .content-sec__wrapper {
  padding: 3.125rem 0;
  max-width: 56.25rem; }
  @media screen and (min-width: 768px) {
    .aha.about-content-sec .content-sec__wrapper {
      padding: 6.25rem 0 6.875rem; } }
  @media screen and (min-width: 991px) {
    .aha.about-content-sec .content-sec__wrapper {
      margin: 0 8.125rem 0 auto; } }
  @media screen and (min-width: 1460px) {
    .aha.about-content-sec .content-sec__wrapper {
      max-width: 65.625rem; } }
  .aha.about-content-sec .content-sec__wrapper blockquote {
    margin: 0 0 3.4375rem;
    padding: 0;
    color: #e4d8d8;
    font-size: 1.5rem;
    line-height: 1.5rem;
    font-weight: 400; }
    @media screen and (min-width: 768px) {
      .aha.about-content-sec .content-sec__wrapper blockquote {
        font-size: 2rem;
        line-height: 2.5rem; } }
    @media screen and (min-width: 1460px) {
      .aha.about-content-sec .content-sec__wrapper blockquote {
        font-size: 2.625rem;
        line-height: 3.125rem; } }
    .aha.about-content-sec .content-sec__wrapper blockquote cite {
      font-size: 1rem;
      line-height: 1.375rem;
      margin: 1.25rem 0 0;
      display: block;
      font-style: normal; }
      @media screen and (min-width: 768px) {
        .aha.about-content-sec .content-sec__wrapper blockquote cite {
          font-size: 1.25rem;
          line-height: 1.6875rem;
          margin: 1.875rem 0 0; } }
      .aha.about-content-sec .content-sec__wrapper blockquote cite::before {
        content: '—'; }
  .aha.about-content-sec .content-sec__wrapper p {
    color: #e4d8d8;
    font-size: 1rem;
    line-height: 1.375rem;
    margin: 0 0 1.25rem;
    display: block;
    font-style: normal;
    max-width: 42.5rem; }
    @media screen and (min-width: 768px) {
      .aha.about-content-sec .content-sec__wrapper p {
        font-size: 1.25rem;
        line-height: 1.6875rem;
        margin: 0 0 1.875rem; } }

.aha.aha-filter {
  position: fixed;
  z-index: 9;
  bottom: 1.4375rem;
  left: 1rem;
  background-color: #0a0a0a;
  border-radius: 1.4375rem;
  color: #726c6c;
  padding: 0.4375rem 1.25rem;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.375rem;
  visibility: hidden;
  opacity: 0;
  transition: all 0.4s ease-in-out;
  max-width: calc(100% - 105px); }
  @media screen and (min-width: 480px) {
    .aha.aha-filter {
      max-width: none; } }
  @media screen and (min-width: 768px) {
    .aha.aha-filter {
      bottom: 2.5rem;
      left: 2.5rem;
      font-size: 1.25rem;
      line-height: 1.6875rem; } }
  .aha.aha-filter.active {
    visibility: visible;
    opacity: 1; }
  .aha.aha-filter .aha-filter-items__wrap {
    padding: 1.25rem 0 0.625rem; }
    .aha.aha-filter .aha-filter-items__wrap .filter__item {
      text-align: left;
      padding: 0;
      border: 0;
      outline: 0;
      margin: 0 0 0.3125rem;
      display: block;
      background-color: transparent;
      color: #726c6c;
      font-weight: 400; }
      .aha.aha-filter .aha-filter-items__wrap .filter__item.selected {
        color: #e4d8d8; }
  .aha.aha-filter .aha-filter__selected {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #e4d8d8;
    min-width: 8.75rem; }
    .aha.aha-filter .aha-filter__selected span {
      text-overflow: ellipsis;
      overflow: hidden;
      white-space: nowrap; }
    .aha.aha-filter .aha-filter__selected .aha-filter__icon {
      width: 2rem;
      height: 2rem;
      display: flex;
      align-items: center;
      justify-content: center; }
      .aha.aha-filter .aha-filter__selected .aha-filter__icon img {
        position: relative;
        top: -0.0625rem; }

.aha.aha-tab {
  padding: 0 0 3.125rem;
  overflow: hidden; }
  .aha.aha-tab .aha-tab__wrapper {
    position: relative;
    margin-left: 1.5rem; }
    @media screen and (min-width: 1199px) {
      .aha.aha-tab .aha-tab__wrapper {
        margin-left: calc((100vw - 1050px)/2); } }
    .aha.aha-tab .aha-tab__wrapper::after {
      content: '';
      position: absolute;
      width: calc(100% - 24px);
      height: 1px;
      background-color: #726c6c;
      left: 0;
      top: 0; }
      @media screen and (min-width: 1199px) {
        .aha.aha-tab .aha-tab__wrapper::after {
          width: 100%;
          max-width: 65.625rem; } }
      @media screen and (min-width: 1366px) {
        .aha.aha-tab .aha-tab__wrapper::after {
          width: calc(100% - 210px);
          max-width: none; } }
    .aha.aha-tab .aha-tab__wrapper .aha-tab__holder {
      display: flex;
      overflow: hidden;
      padding-right: 1.5rem;
      /* Hide scrollbar for Chrome, Safari and Opera */
      /* Hide scrollbar for IE, Edge and Firefox */
      -ms-overflow-style: none;
      /* IE and Edge */
      scrollbar-width: none;
      /* Firefox */ }
      .aha.aha-tab .aha-tab__wrapper .aha-tab__holder::-webkit-scrollbar {
        display: none; }
      @media screen and (min-width: 1199px) {
        .aha.aha-tab .aha-tab__wrapper .aha-tab__holder {
          padding-right: calc((100vw - 1050px)/2); } }
      .aha.aha-tab .aha-tab__wrapper .aha-tab__holder .jsAhaDrag {
        display: flex;
        z-index: 0 !important; }
      .aha.aha-tab .aha-tab__wrapper .aha-tab__holder .aha-tab__btn {
        padding: 1.25rem 0.5rem;
        margin-right: 0.625rem;
        background-color: transparent;
        outline: none;
        border: 0;
        font-size: 1rem;
        line-height: 1.375rem;
        font-weight: 400;
        color: #0a0a0a;
        position: relative;
        z-index: 1;
        white-space: nowrap; }
        @media screen and (min-width: 768px) {
          .aha.aha-tab .aha-tab__wrapper .aha-tab__holder .aha-tab__btn {
            font-size: 1.25rem;
            margin-right: 0.9375rem;
            padding: 2.125rem 0.9375rem; } }
        .aha.aha-tab .aha-tab__wrapper .aha-tab__holder .aha-tab__btn.active {
          font-weight: 600; }
          .aha.aha-tab .aha-tab__wrapper .aha-tab__holder .aha-tab__btn.active::after {
            top: 0;
            opacity: 1; }
        .aha.aha-tab .aha-tab__wrapper .aha-tab__holder .aha-tab__btn::after {
          content: '';
          position: absolute;
          width: 100%;
          height: 0.3125rem;
          top: -0.3125rem;
          left: 0;
          background-color: #E70F47;
          opacity: 0;
          transition: all 0.4s ease; }
        .aha.aha-tab .aha-tab__wrapper .aha-tab__holder .aha-tab__btn:last-child {
          margin-right: 0; }

.aha.work-list__wrapper {
  padding-bottom: 5rem; }
  @media (max-width: 600px) {
    .aha.work-list__wrapper .container {
      padding: 0 0.625rem; } }

.aha.article2col .article2col__wrapper {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  max-width: 31.25rem;
  margin: 0 auto; }
  @media screen and (min-width: 991px) {
    .aha.article2col .article2col__wrapper {
      flex-wrap: nowrap;
      max-width: 100%; } }
  .aha.article2col .article2col__wrapper .article2col__holder {
    flex: 0 0 100%;
    margin: 0;
    position: relative;
    padding-bottom: 120%; }
    @media screen and (min-width: 991px) {
      .aha.article2col .article2col__wrapper .article2col__holder {
        aspect-ratio: unset;
        flex: 0 0 48%;
        margin: 0 0 11.25rem;
        padding-bottom: 30%; } }
    .aha.article2col .article2col__wrapper .article2col__holder .article2col__item {
      height: 100%;
      position: absolute;
      width: 100%;
      top: 0;
      left: 0; }
      .aha.article2col .article2col__wrapper .article2col__holder .article2col__item .article2col__link {
        position: absolute;
        z-index: 3;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0; }
      .aha.article2col .article2col__wrapper .article2col__holder .article2col__item .article2col__bg {
        position: absolute;
        z-index: 1;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        overflow: hidden; }
        .aha.article2col .article2col__wrapper .article2col__holder .article2col__item .article2col__bg img {
          object-fit: cover;
          width: 100%;
          height: 100%;
          object-position: center; }
      .aha.article2col .article2col__wrapper .article2col__holder .article2col__item .article2col__contents {
        position: relative;
        z-index: 2;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        padding: 2.5rem 1.5rem;
        height: 100%; }
        @media screen and (min-width: 1199px) {
          .aha.article2col .article2col__wrapper .article2col__holder .article2col__item .article2col__contents {
            padding: 2.5rem; } }
        @media (max-width: 768px) {
          .aha.article2col .article2col__wrapper .article2col__holder .article2col__item .article2col__contents {
            background-color: rgba(0, 0, 0, 0.5) !important; } }
        .aha.article2col .article2col__wrapper .article2col__holder .article2col__item .article2col__contents .article2col__header .eyebrow {
          display: block;
          color: white;
          margin: 0 0 1.0625rem;
          font-size: 1.25rem;
          line-height: 1.6875rem;
          opacity: 0; }
          @media (max-width: 768px) {
            .aha.article2col .article2col__wrapper .article2col__holder .article2col__item .article2col__contents .article2col__header .eyebrow {
              display: none; } }
        .aha.article2col .article2col__wrapper .article2col__holder .article2col__item .article2col__contents .article2col__header h3 {
          color: white;
          font-size: 2.25rem;
          line-height: 2.5625rem;
          font-weight: 400;
          opacity: 0; }
          @media (max-width: 768px) {
            .aha.article2col .article2col__wrapper .article2col__holder .article2col__item .article2col__contents .article2col__header h3 {
              opacity: 1 !important;
              transform: none !important;
              font-size: 1.5rem;
              line-height: 1.8125rem;
              max-width: 15.3125rem; } }
        .aha.article2col .article2col__wrapper .article2col__holder .article2col__item .article2col__contents .article2col__footer {
          display: flex;
          flex-wrap: wrap;
          opacity: 0; }
          @media (max-width: 768px) {
            .aha.article2col .article2col__wrapper .article2col__holder .article2col__item .article2col__contents .article2col__footer {
              display: none; } }
          .aha.article2col .article2col__wrapper .article2col__holder .article2col__item .article2col__contents .article2col__footer .tag {
            color: white;
            font-size: 1rem;
            line-height: 1.1875rem;
            display: flex;
            align-content: center; }
            .aha.article2col .article2col__wrapper .article2col__holder .article2col__item .article2col__contents .article2col__footer .tag::after {
              content: '·';
              margin: 0 0.75rem; }
            .aha.article2col .article2col__wrapper .article2col__holder .article2col__item .article2col__contents .article2col__footer .tag:last-child::after {
              display: none; }
      .aha.article2col .article2col__wrapper .article2col__holder .article2col__item .article2col__logo {
        position: absolute;
        bottom: 1.875rem;
        left: 1.5rem;
        z-index: 1;
        width: 4.6875rem;
        height: 2.1875rem; }
        @media (max-width: 990px) {
          .aha.article2col .article2col__wrapper .article2col__holder .article2col__item .article2col__logo {
            width: auto; } }
        @media (max-width: 768px) {
          .aha.article2col .article2col__wrapper .article2col__holder .article2col__item .article2col__logo {
            width: auto; } }
        .aha.article2col .article2col__wrapper .article2col__holder .article2col__item .article2col__logo img {
          align-self: center;
          max-width: 100%; }
          @media (max-width: 990px) {
            .aha.article2col .article2col__wrapper .article2col__holder .article2col__item .article2col__logo img {
              height: 18px;
              width: auto; } }
        @media screen and (min-width: 768px) {
          .aha.article2col .article2col__wrapper .article2col__holder .article2col__item .article2col__logo {
            display: none;
            align-content: center;
            justify-content: flex-start;
            width: 11.25rem;
            height: 5rem;
            bottom: -5.625rem;
            left: 0;
            z-index: unset; } }
        @media (max-width: 768px) {
          .aha.article2col .article2col__wrapper .article2col__holder .article2col__item .article2col__logo {
            transform: none !important;
            opacity: 1 !important;
            -webkit-filter: invert(1);
            filter: invert(1);
            bottom: 1.875rem;
            left: 1.5rem;
            width: 4.6875rem;
            height: 2.1875rem;
            display: block;
            z-index: 2;
            width: auto; } }
        @media screen and (min-width: 991px) {
          .aha.article2col .article2col__wrapper .article2col__holder .article2col__item .article2col__logo {
            display: flex; } }

.aha.back-to-btn {
  display: inline-flex;
  z-index: 8;
  position: relative;
  top: -10px;
  margin-left: 40px; }
  @media (max-width: 1440px) {
    .aha.back-to-btn {
      margin-left: 0px; } }
  @media screen and (min-width: 768px) {
    .aha.back-to-btn {
      top: -20px; } }
  @media screen and (min-width: 991px) {
    .aha.back-to-btn {
      top: -70px;
      position: absolute; } }
  .aha.back-to-btn a {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    text-decoration: none; }
    .aha.back-to-btn a img {
      max-height: 12px;
      margin-right: 10px; }
      @media screen and (min-width: 768px) {
        .aha.back-to-btn a img {
          max-height: 13px; } }
      @media screen and (min-width: 991px) {
        .aha.back-to-btn a img {
          max-height: 14px; } }
    .aha.back-to-btn a span {
      color: #0a0a0a;
      font-size: 0.875rem;
      line-height: 1.0625rem; }
      @media screen and (min-width: 768px) {
        .aha.back-to-btn a span {
          font-size: 1.0625rem;
          line-height: 1.5rem; } }
      @media screen and (min-width: 991px) {
        .aha.back-to-btn a span {
          font-size: 1.25rem;
          line-height: 1.6875rem; } }
  .aha.back-to-btn--white a span {
    color: #F8F5F5 !important; }

.aha.blog-dp-articles {
  padding-bottom: 9.375rem; }
  @media screen and (min-width: 1199px) {
    .aha.blog-dp-articles {
      padding-bottom: 15.625rem; } }
  @media (min-width: 1441px) {
    .aha.blog-dp-articles {
      padding-left: 2.5rem;
      padding-bottom: 25rem; } }
  .aha.blog-dp-articles .container {
    overflow: hidden; }
    @media (max-width: 1440px) {
      .aha.blog-dp-articles .container {
        padding: 0 2.5rem; } }
    @media (max-width: 767px) {
      .aha.blog-dp-articles .container {
        padding: 0 1.5rem; } }
  @media screen and (min-width: 991px) {
    .aha.blog-dp-articles .blog-dp-articles__wrap {
      max-width: 90%;
      margin-left: auto; } }
  @media screen and (min-width: 1199px) {
    .aha.blog-dp-articles .blog-dp-articles__wrap {
      max-width: 68%; } }
  .aha.blog-dp-articles .blog-dp-articles__wrap > .eyebrow {
    display: block;
    font-size: 1rem;
    line-height: 1.375rem;
    margin: 0 0 2.5rem; }
    @media screen and (min-width: 768px) {
      .aha.blog-dp-articles .blog-dp-articles__wrap > .eyebrow {
        font-size: 1.25rem;
        line-height: 1.6875rem; } }
    @media screen and (min-width: 991px) {
      .aha.blog-dp-articles .blog-dp-articles__wrap > .eyebrow {
        margin: 0 0 3.75rem -10%; } }
    @media screen and (min-width: 1199px) {
      .aha.blog-dp-articles .blog-dp-articles__wrap > .eyebrow {
        margin: 0 0 3.75rem -11.25rem; } }
  .aha.blog-dp-articles .blog-dp-articles__wrap .aha.carousel {
    margin-right: -5rem; }
    @media (max-width: 1440px) {
      .aha.blog-dp-articles .blog-dp-articles__wrap .aha.carousel {
        margin-right: -2.5rem; } }
    @media (max-width: 767px) {
      .aha.blog-dp-articles .blog-dp-articles__wrap .aha.carousel {
        margin-right: -1.5rem; } }
    @media screen and (min-width: 991px) {
      .aha.blog-dp-articles .blog-dp-articles__wrap .aha.carousel {
        margin-left: -10%; } }
    @media screen and (min-width: 1199px) {
      .aha.blog-dp-articles .blog-dp-articles__wrap .aha.carousel {
        margin-left: -11.25rem; } }

@media (min-width: 1441px) {
  .aha.blog-dp-contents, .aha.job-post-contents {
    padding-left: 2.5rem; } }

.aha.blog-dp-contents .container, .aha.job-post-contents .container {
  overflow: hidden; }
  @media (max-width: 1440px) {
    .aha.blog-dp-contents .container, .aha.job-post-contents .container {
      padding: 0 2.5rem; } }
  @media (max-width: 767px) {
    .aha.blog-dp-contents .container, .aha.job-post-contents .container {
      padding: 0 1.5rem; } }

.aha.blog-dp-contents .blog-dp-contents__wrapper, .aha.blog-dp-contents .job-post-contents__wrapper, .aha.job-post-contents .blog-dp-contents__wrapper, .aha.job-post-contents .job-post-contents__wrapper {
  position: relative;
  padding-bottom: 4.375rem;
  margin-bottom: 2.5rem; }
  @media screen and (min-width: 768px) {
    .aha.blog-dp-contents .blog-dp-contents__wrapper, .aha.blog-dp-contents .job-post-contents__wrapper, .aha.job-post-contents .blog-dp-contents__wrapper, .aha.job-post-contents .job-post-contents__wrapper {
      padding-bottom: 5rem;
      margin-bottom: 3.75rem; } }
  @media screen and (min-width: 991px) {
    .aha.blog-dp-contents .blog-dp-contents__wrapper, .aha.blog-dp-contents .job-post-contents__wrapper, .aha.job-post-contents .blog-dp-contents__wrapper, .aha.job-post-contents .job-post-contents__wrapper {
      max-width: 90%;
      margin-left: auto; } }
  @media screen and (min-width: 1199px) {
    .aha.blog-dp-contents .blog-dp-contents__wrapper, .aha.blog-dp-contents .job-post-contents__wrapper, .aha.job-post-contents .blog-dp-contents__wrapper, .aha.job-post-contents .job-post-contents__wrapper {
      max-width: 68%; } }
  .aha.blog-dp-contents .blog-dp-contents__wrapper::after, .aha.blog-dp-contents .job-post-contents__wrapper::after, .aha.job-post-contents .blog-dp-contents__wrapper::after, .aha.job-post-contents .job-post-contents__wrapper::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 0.0625rem;
    background-color: #e4d8d8;
    bottom: 0;
    left: 0; }
    @media screen and (min-width: 991px) {
      .aha.blog-dp-contents .blog-dp-contents__wrapper::after, .aha.blog-dp-contents .job-post-contents__wrapper::after, .aha.job-post-contents .blog-dp-contents__wrapper::after, .aha.job-post-contents .job-post-contents__wrapper::after {
        left: -10%;
        width: 100vw; } }
    @media screen and (min-width: 1199px) {
      .aha.blog-dp-contents .blog-dp-contents__wrapper::after, .aha.blog-dp-contents .job-post-contents__wrapper::after, .aha.job-post-contents .blog-dp-contents__wrapper::after, .aha.job-post-contents .job-post-contents__wrapper::after {
        left: -11.25rem; } }
  .aha.blog-dp-contents .blog-dp-contents__wrapper h2, .aha.blog-dp-contents .job-post-contents__wrapper h2, .aha.job-post-contents .blog-dp-contents__wrapper h2, .aha.job-post-contents .job-post-contents__wrapper h2 {
    font-size: 1.5rem;
    line-height: 1.625rem;
    font-weight: 400;
    margin: 0 0 0.625rem;
    max-width: 48.75rem; }
    @media screen and (min-width: 768px) {
      .aha.blog-dp-contents .blog-dp-contents__wrapper h2, .aha.blog-dp-contents .job-post-contents__wrapper h2, .aha.job-post-contents .blog-dp-contents__wrapper h2, .aha.job-post-contents .job-post-contents__wrapper h2 {
        font-size: 2rem;
        line-height: 2.5rem;
        margin: 0 0 1.25rem; } }
    @media screen and (min-width: 1460px) {
      .aha.blog-dp-contents .blog-dp-contents__wrapper h2, .aha.blog-dp-contents .job-post-contents__wrapper h2, .aha.job-post-contents .blog-dp-contents__wrapper h2, .aha.job-post-contents .job-post-contents__wrapper h2 {
        font-size: 2.625rem;
        line-height: 3.125rem; } }
  .aha.blog-dp-contents .blog-dp-contents__wrapper h3, .aha.blog-dp-contents .job-post-contents__wrapper h3, .aha.job-post-contents .blog-dp-contents__wrapper h3, .aha.job-post-contents .job-post-contents__wrapper h3 {
    font-size: 1.5rem;
    line-height: 1.75rem;
    font-weight: 400;
    margin: 0 0 0.625rem;
    max-width: 45rem; }
    @media screen and (min-width: 768px) {
      .aha.blog-dp-contents .blog-dp-contents__wrapper h3, .aha.blog-dp-contents .job-post-contents__wrapper h3, .aha.job-post-contents .blog-dp-contents__wrapper h3, .aha.job-post-contents .job-post-contents__wrapper h3 {
        font-size: 1.875rem;
        line-height: 2.1875rem; } }
    @media screen and (min-width: 1460px) {
      .aha.blog-dp-contents .blog-dp-contents__wrapper h3, .aha.blog-dp-contents .job-post-contents__wrapper h3, .aha.job-post-contents .blog-dp-contents__wrapper h3, .aha.job-post-contents .job-post-contents__wrapper h3 {
        font-size: 2.25rem;
        line-height: 2.5625rem; } }
  .aha.blog-dp-contents .blog-dp-contents__wrapper p, .aha.blog-dp-contents .blog-dp-contents__wrapper ul, .aha.blog-dp-contents .job-post-contents__wrapper p, .aha.blog-dp-contents .job-post-contents__wrapper ul, .aha.job-post-contents .blog-dp-contents__wrapper p, .aha.job-post-contents .blog-dp-contents__wrapper ul, .aha.job-post-contents .job-post-contents__wrapper p, .aha.job-post-contents .job-post-contents__wrapper ul {
    font-size: 1rem;
    line-height: 1.375rem;
    font-weight: 400;
    margin: 0 0 1.875rem;
    max-width: 45rem; }
    @media screen and (min-width: 768px) {
      .aha.blog-dp-contents .blog-dp-contents__wrapper p, .aha.blog-dp-contents .blog-dp-contents__wrapper ul, .aha.blog-dp-contents .job-post-contents__wrapper p, .aha.blog-dp-contents .job-post-contents__wrapper ul, .aha.job-post-contents .blog-dp-contents__wrapper p, .aha.job-post-contents .blog-dp-contents__wrapper ul, .aha.job-post-contents .job-post-contents__wrapper p, .aha.job-post-contents .job-post-contents__wrapper ul {
        font-size: 1.25rem;
        line-height: 1.6875rem;
        margin: 0 0 2.5rem; } }
  .aha.blog-dp-contents .blog-dp-contents__wrapper ul, .aha.blog-dp-contents .job-post-contents__wrapper ul, .aha.job-post-contents .blog-dp-contents__wrapper ul, .aha.job-post-contents .job-post-contents__wrapper ul {
    margin-left: 0.9375rem; }
    .aha.blog-dp-contents .blog-dp-contents__wrapper ul li, .aha.blog-dp-contents .job-post-contents__wrapper ul li, .aha.job-post-contents .blog-dp-contents__wrapper ul li, .aha.job-post-contents .job-post-contents__wrapper ul li {
      position: relative;
      padding-left: 1.25rem; }
      .aha.blog-dp-contents .blog-dp-contents__wrapper ul li::after, .aha.blog-dp-contents .job-post-contents__wrapper ul li::after, .aha.job-post-contents .blog-dp-contents__wrapper ul li::after, .aha.job-post-contents .job-post-contents__wrapper ul li::after {
        content: '•';
        position: absolute;
        left: 0;
        top: 0; }
  .aha.blog-dp-contents .blog-dp-contents__wrapper blockquote, .aha.blog-dp-contents .job-post-contents__wrapper blockquote, .aha.job-post-contents .blog-dp-contents__wrapper blockquote, .aha.job-post-contents .job-post-contents__wrapper blockquote {
    font-size: 1.5rem;
    line-height: 1.8125rem;
    font-weight: 400;
    margin: 3.125rem 0;
    color: #E70F47;
    max-width: 65.625rem; }
    @media screen and (min-width: 768px) {
      .aha.blog-dp-contents .blog-dp-contents__wrapper blockquote, .aha.blog-dp-contents .job-post-contents__wrapper blockquote, .aha.job-post-contents .blog-dp-contents__wrapper blockquote, .aha.job-post-contents .job-post-contents__wrapper blockquote {
        font-size: 2rem;
        line-height: 2.5rem;
        margin: 5rem 0; } }
    @media screen and (min-width: 991px) {
      .aha.blog-dp-contents .blog-dp-contents__wrapper blockquote, .aha.blog-dp-contents .job-post-contents__wrapper blockquote, .aha.job-post-contents .blog-dp-contents__wrapper blockquote, .aha.job-post-contents .job-post-contents__wrapper blockquote {
        margin: 5rem 0 5rem -10%; } }
    @media screen and (min-width: 1199px) {
      .aha.blog-dp-contents .blog-dp-contents__wrapper blockquote, .aha.blog-dp-contents .job-post-contents__wrapper blockquote, .aha.job-post-contents .blog-dp-contents__wrapper blockquote, .aha.job-post-contents .job-post-contents__wrapper blockquote {
        margin: 5rem 0 5rem -11.25rem; } }
    @media screen and (min-width: 1460px) {
      .aha.blog-dp-contents .blog-dp-contents__wrapper blockquote, .aha.blog-dp-contents .job-post-contents__wrapper blockquote, .aha.job-post-contents .blog-dp-contents__wrapper blockquote, .aha.job-post-contents .job-post-contents__wrapper blockquote {
        font-size: 2.625rem;
        line-height: 3.125rem; } }
    .aha.blog-dp-contents .blog-dp-contents__wrapper blockquote p, .aha.blog-dp-contents .job-post-contents__wrapper blockquote p, .aha.job-post-contents .blog-dp-contents__wrapper blockquote p, .aha.job-post-contents .job-post-contents__wrapper blockquote p {
      font-size: inherit;
      font-weight: inherit;
      line-height: inherit;
      color: inherit;
      font-style: inherit;
      max-width: 100%; }
  .aha.blog-dp-contents .blog-dp-contents__wrapper hr, .aha.blog-dp-contents .job-post-contents__wrapper hr, .aha.job-post-contents .blog-dp-contents__wrapper hr, .aha.job-post-contents .job-post-contents__wrapper hr {
    margin: 3.125rem 0;
    border: 0;
    border-top: 1px solid #e4d8d8;
    width: 100%; }
    @media screen and (min-width: 768px) {
      .aha.blog-dp-contents .blog-dp-contents__wrapper hr, .aha.blog-dp-contents .job-post-contents__wrapper hr, .aha.job-post-contents .blog-dp-contents__wrapper hr, .aha.job-post-contents .job-post-contents__wrapper hr {
        margin: 5rem 0; } }
    @media screen and (min-width: 991px) {
      .aha.blog-dp-contents .blog-dp-contents__wrapper hr, .aha.blog-dp-contents .job-post-contents__wrapper hr, .aha.job-post-contents .blog-dp-contents__wrapper hr, .aha.job-post-contents .job-post-contents__wrapper hr {
        width: 100vw;
        margin-left: -10%; } }
    @media screen and (min-width: 1199px) {
      .aha.blog-dp-contents .blog-dp-contents__wrapper hr, .aha.blog-dp-contents .job-post-contents__wrapper hr, .aha.job-post-contents .blog-dp-contents__wrapper hr, .aha.job-post-contents .job-post-contents__wrapper hr {
        margin-left: -11.25rem; } }
  .aha.blog-dp-contents .blog-dp-contents__wrapper a, .aha.blog-dp-contents .job-post-contents__wrapper a, .aha.job-post-contents .blog-dp-contents__wrapper a, .aha.job-post-contents .job-post-contents__wrapper a {
    color: inherit; }
  .aha.blog-dp-contents .blog-dp-contents__wrapper .wp-block-cover, .aha.blog-dp-contents .job-post-contents__wrapper .wp-block-cover, .aha.job-post-contents .blog-dp-contents__wrapper .wp-block-cover, .aha.job-post-contents .job-post-contents__wrapper .wp-block-cover {
    min-height: auto !important;
    padding-left: 0;
    padding-right: 0; }
    .aha.blog-dp-contents .blog-dp-contents__wrapper .wp-block-cover img, .aha.blog-dp-contents .job-post-contents__wrapper .wp-block-cover img, .aha.job-post-contents .blog-dp-contents__wrapper .wp-block-cover img, .aha.job-post-contents .job-post-contents__wrapper .wp-block-cover img {
      position: static !important; }

.aha.job-post-contents .job-post-contents__wrapper {
  margin: 0;
  padding: 0 0 10rem; }
  .aha.job-post-contents .job-post-contents__wrapper::after {
    display: none; }
  .aha.job-post-contents .job-post-contents__wrapper hr {
    border-color: #726c6c; }
  .aha.job-post-contents .job-post-contents__wrapper .foot-btn__wrapper .foot-btn {
    font-size: 1rem;
    line-height: 1.125rem;
    font-weight: 400;
    display: inline-block;
    padding: 1.125rem 2rem;
    background-color: #0a0a0a;
    border: 0;
    border-radius: 3.125rem;
    outline: none;
    color: #e4d8d8;
    text-decoration: none; }
    @media screen and (min-width: 1199px) {
      .aha.job-post-contents .job-post-contents__wrapper .foot-btn__wrapper .foot-btn {
        font-size: 1.25rem;
        line-height: 1.375rem;
        padding: 1.375rem 3.4375rem;
        display: none; } }

.aha.blog-dp-intro, .aha.job-post-intro {
  padding: 5.625rem 0 2.5rem; }
  @media screen and (min-width: 768px) {
    .aha.blog-dp-intro, .aha.job-post-intro {
      padding: 7.5rem 0 3.75rem; } }
  @media screen and (min-width: 991px) {
    .aha.blog-dp-intro, .aha.job-post-intro {
      padding: 11.25rem 0 3.75rem; } }
  @media (max-width: 1440px) {
    .aha.blog-dp-intro .container, .aha.job-post-intro .container {
      padding: 0 2.5rem; } }
  @media (max-width: 767px) {
    .aha.blog-dp-intro .container, .aha.job-post-intro .container {
      padding: 0 1.5rem; } }
  .aha.blog-dp-intro .blog-dp-intro__wrap, .aha.blog-dp-intro .job-post-intro__wrap, .aha.job-post-intro .blog-dp-intro__wrap, .aha.job-post-intro .job-post-intro__wrap {
    display: flex;
    flex-direction: column-reverse; }
    @media screen and (min-width: 991px) {
      .aha.blog-dp-intro .blog-dp-intro__wrap, .aha.blog-dp-intro .job-post-intro__wrap, .aha.job-post-intro .blog-dp-intro__wrap, .aha.job-post-intro .job-post-intro__wrap {
        flex-direction: row; } }
    @media (min-width: 1441px) {
      .aha.blog-dp-intro .blog-dp-intro__wrap, .aha.blog-dp-intro .job-post-intro__wrap, .aha.job-post-intro .blog-dp-intro__wrap, .aha.job-post-intro .job-post-intro__wrap {
        padding-left: 2.5rem; } }
    .aha.blog-dp-intro .blog-dp-intro__wrap .left-sec, .aha.blog-dp-intro .job-post-intro__wrap .left-sec, .aha.job-post-intro .blog-dp-intro__wrap .left-sec, .aha.job-post-intro .job-post-intro__wrap .left-sec {
      position: relative;
      z-index: 2;
      padding: 4.0625rem 0 0; }
      @media screen and (min-width: 991px) {
        .aha.blog-dp-intro .blog-dp-intro__wrap .left-sec, .aha.blog-dp-intro .job-post-intro__wrap .left-sec, .aha.job-post-intro .blog-dp-intro__wrap .left-sec, .aha.job-post-intro .job-post-intro__wrap .left-sec {
          padding: 0 0.625rem 0 0;
          display: flex;
          flex: 1;
          flex-direction: column;
          justify-content: space-between; } }
      .aha.blog-dp-intro .blog-dp-intro__wrap .left-sec .eyebrow, .aha.blog-dp-intro .job-post-intro__wrap .left-sec .eyebrow, .aha.job-post-intro .blog-dp-intro__wrap .left-sec .eyebrow, .aha.job-post-intro .job-post-intro__wrap .left-sec .eyebrow {
        display: none;
        font-size: 1.25rem;
        line-height: 1.6875rem;
        margin: 0 0 2.6875rem;
        color: #0a0a0a; }
        @media screen and (min-width: 991px) {
          .aha.blog-dp-intro .blog-dp-intro__wrap .left-sec .eyebrow, .aha.blog-dp-intro .job-post-intro__wrap .left-sec .eyebrow, .aha.job-post-intro .blog-dp-intro__wrap .left-sec .eyebrow, .aha.job-post-intro .job-post-intro__wrap .left-sec .eyebrow {
            display: block; } }
      .aha.blog-dp-intro .blog-dp-intro__wrap .left-sec .large-title, .aha.blog-dp-intro .job-post-intro__wrap .left-sec .large-title, .aha.job-post-intro .blog-dp-intro__wrap .left-sec .large-title, .aha.job-post-intro .job-post-intro__wrap .left-sec .large-title {
        text-align: left;
        margin: 0 0 0.625rem; }
        @media screen and (min-width: 768px) {
          .aha.blog-dp-intro .blog-dp-intro__wrap .left-sec .large-title, .aha.blog-dp-intro .job-post-intro__wrap .left-sec .large-title, .aha.job-post-intro .blog-dp-intro__wrap .left-sec .large-title, .aha.job-post-intro .job-post-intro__wrap .left-sec .large-title {
            margin: 0 0 1.875rem; } }
      .aha.blog-dp-intro .blog-dp-intro__wrap .left-sec .blog__author, .aha.blog-dp-intro .blog-dp-intro__wrap .left-sec .blog__desig, .aha.blog-dp-intro .blog-dp-intro__wrap .left-sec .job__area, .aha.blog-dp-intro .job-post-intro__wrap .left-sec .blog__author, .aha.blog-dp-intro .job-post-intro__wrap .left-sec .blog__desig, .aha.blog-dp-intro .job-post-intro__wrap .left-sec .job__area, .aha.job-post-intro .blog-dp-intro__wrap .left-sec .blog__author, .aha.job-post-intro .blog-dp-intro__wrap .left-sec .blog__desig, .aha.job-post-intro .blog-dp-intro__wrap .left-sec .job__area, .aha.job-post-intro .job-post-intro__wrap .left-sec .blog__author, .aha.job-post-intro .job-post-intro__wrap .left-sec .blog__desig, .aha.job-post-intro .job-post-intro__wrap .left-sec .job__area {
        display: block;
        font-size: 1.5rem;
        line-height: 1.8125rem;
        color: #0a0a0a; }
        @media screen and (min-width: 768px) {
          .aha.blog-dp-intro .blog-dp-intro__wrap .left-sec .blog__author, .aha.blog-dp-intro .blog-dp-intro__wrap .left-sec .blog__desig, .aha.blog-dp-intro .blog-dp-intro__wrap .left-sec .job__area, .aha.blog-dp-intro .job-post-intro__wrap .left-sec .blog__author, .aha.blog-dp-intro .job-post-intro__wrap .left-sec .blog__desig, .aha.blog-dp-intro .job-post-intro__wrap .left-sec .job__area, .aha.job-post-intro .blog-dp-intro__wrap .left-sec .blog__author, .aha.job-post-intro .blog-dp-intro__wrap .left-sec .blog__desig, .aha.job-post-intro .blog-dp-intro__wrap .left-sec .job__area, .aha.job-post-intro .job-post-intro__wrap .left-sec .blog__author, .aha.job-post-intro .job-post-intro__wrap .left-sec .blog__desig, .aha.job-post-intro .job-post-intro__wrap .left-sec .job__area {
            font-size: 2rem;
            line-height: 2.5rem; } }
        @media screen and (min-width: 1460px) {
          .aha.blog-dp-intro .blog-dp-intro__wrap .left-sec .blog__author, .aha.blog-dp-intro .blog-dp-intro__wrap .left-sec .blog__desig, .aha.blog-dp-intro .blog-dp-intro__wrap .left-sec .job__area, .aha.blog-dp-intro .job-post-intro__wrap .left-sec .blog__author, .aha.blog-dp-intro .job-post-intro__wrap .left-sec .blog__desig, .aha.blog-dp-intro .job-post-intro__wrap .left-sec .job__area, .aha.job-post-intro .blog-dp-intro__wrap .left-sec .blog__author, .aha.job-post-intro .blog-dp-intro__wrap .left-sec .blog__desig, .aha.job-post-intro .blog-dp-intro__wrap .left-sec .job__area, .aha.job-post-intro .job-post-intro__wrap .left-sec .blog__author, .aha.job-post-intro .job-post-intro__wrap .left-sec .blog__desig, .aha.job-post-intro .job-post-intro__wrap .left-sec .job__area {
            font-size: 2.625rem;
            line-height: 3.125rem; } }
      .aha.blog-dp-intro .blog-dp-intro__wrap .left-sec .blog__desig, .aha.blog-dp-intro .blog-dp-intro__wrap .left-sec .job__area, .aha.blog-dp-intro .job-post-intro__wrap .left-sec .blog__desig, .aha.blog-dp-intro .job-post-intro__wrap .left-sec .job__area, .aha.job-post-intro .blog-dp-intro__wrap .left-sec .blog__desig, .aha.job-post-intro .blog-dp-intro__wrap .left-sec .job__area, .aha.job-post-intro .job-post-intro__wrap .left-sec .blog__desig, .aha.job-post-intro .job-post-intro__wrap .left-sec .job__area {
        margin: 0 0 1.25rem;
        color: #726c6c; }
        @media screen and (min-width: 768px) {
          .aha.blog-dp-intro .blog-dp-intro__wrap .left-sec .blog__desig, .aha.blog-dp-intro .blog-dp-intro__wrap .left-sec .job__area, .aha.blog-dp-intro .job-post-intro__wrap .left-sec .blog__desig, .aha.blog-dp-intro .job-post-intro__wrap .left-sec .job__area, .aha.job-post-intro .blog-dp-intro__wrap .left-sec .blog__desig, .aha.job-post-intro .blog-dp-intro__wrap .left-sec .job__area, .aha.job-post-intro .job-post-intro__wrap .left-sec .blog__desig, .aha.job-post-intro .job-post-intro__wrap .left-sec .job__area {
            margin: 0 0 5rem; } }
      .aha.blog-dp-intro .blog-dp-intro__wrap .left-sec .blog__logo, .aha.blog-dp-intro .job-post-intro__wrap .left-sec .blog__logo, .aha.job-post-intro .blog-dp-intro__wrap .left-sec .blog__logo, .aha.job-post-intro .job-post-intro__wrap .left-sec .blog__logo {
        width: 4.375rem;
        height: 1.5625rem;
        display: flex;
        align-items: center; }
        @media screen and (min-width: 768px) {
          .aha.blog-dp-intro .blog-dp-intro__wrap .left-sec .blog__logo, .aha.blog-dp-intro .job-post-intro__wrap .left-sec .blog__logo, .aha.job-post-intro .blog-dp-intro__wrap .left-sec .blog__logo, .aha.job-post-intro .job-post-intro__wrap .left-sec .blog__logo {
            width: 11.25rem;
            height: 4.375rem; } }
        .aha.blog-dp-intro .blog-dp-intro__wrap .left-sec .blog__logo img, .aha.blog-dp-intro .job-post-intro__wrap .left-sec .blog__logo img, .aha.job-post-intro .blog-dp-intro__wrap .left-sec .blog__logo img, .aha.job-post-intro .job-post-intro__wrap .left-sec .blog__logo img {
          max-width: 100%;
          max-height: 100%;
          align-self: center; }
      .aha.blog-dp-intro .blog-dp-intro__wrap .left-sec .footer__wrap, .aha.blog-dp-intro .job-post-intro__wrap .left-sec .footer__wrap, .aha.job-post-intro .blog-dp-intro__wrap .left-sec .footer__wrap, .aha.job-post-intro .job-post-intro__wrap .left-sec .footer__wrap {
        margin: 2.5rem 0 0; }
        .aha.blog-dp-intro .blog-dp-intro__wrap .left-sec .footer__wrap .blog-dp-intro__share .share__title, .aha.blog-dp-intro .job-post-intro__wrap .left-sec .footer__wrap .blog-dp-intro__share .share__title, .aha.job-post-intro .blog-dp-intro__wrap .left-sec .footer__wrap .blog-dp-intro__share .share__title, .aha.job-post-intro .job-post-intro__wrap .left-sec .footer__wrap .blog-dp-intro__share .share__title {
          display: block;
          font-size: 1rem;
          line-height: 1.375rem;
          margin: 0 0 0.625rem; }
          @media screen and (min-width: 768px) {
            .aha.blog-dp-intro .blog-dp-intro__wrap .left-sec .footer__wrap .blog-dp-intro__share .share__title, .aha.blog-dp-intro .job-post-intro__wrap .left-sec .footer__wrap .blog-dp-intro__share .share__title, .aha.job-post-intro .blog-dp-intro__wrap .left-sec .footer__wrap .blog-dp-intro__share .share__title, .aha.job-post-intro .job-post-intro__wrap .left-sec .footer__wrap .blog-dp-intro__share .share__title {
              margin: 0 0 1.25rem;
              font-size: 1.25rem;
              line-height: 1.6875rem; } }
        .aha.blog-dp-intro .blog-dp-intro__wrap .left-sec .footer__wrap .blog-dp-intro__share .share__holder, .aha.blog-dp-intro .job-post-intro__wrap .left-sec .footer__wrap .blog-dp-intro__share .share__holder, .aha.job-post-intro .blog-dp-intro__wrap .left-sec .footer__wrap .blog-dp-intro__share .share__holder, .aha.job-post-intro .job-post-intro__wrap .left-sec .footer__wrap .blog-dp-intro__share .share__holder {
          display: flex;
          align-items: center;
          position: relative; }
          .aha.blog-dp-intro .blog-dp-intro__wrap .left-sec .footer__wrap .blog-dp-intro__share .share__holder a, .aha.blog-dp-intro .job-post-intro__wrap .left-sec .footer__wrap .blog-dp-intro__share .share__holder a, .aha.job-post-intro .blog-dp-intro__wrap .left-sec .footer__wrap .blog-dp-intro__share .share__holder a, .aha.job-post-intro .job-post-intro__wrap .left-sec .footer__wrap .blog-dp-intro__share .share__holder a {
            width: 1.5625rem;
            margin: 0 0.9375rem 0 0; }
            @media screen and (min-width: 768px) {
              .aha.blog-dp-intro .blog-dp-intro__wrap .left-sec .footer__wrap .blog-dp-intro__share .share__holder a, .aha.blog-dp-intro .job-post-intro__wrap .left-sec .footer__wrap .blog-dp-intro__share .share__holder a, .aha.job-post-intro .blog-dp-intro__wrap .left-sec .footer__wrap .blog-dp-intro__share .share__holder a, .aha.job-post-intro .job-post-intro__wrap .left-sec .footer__wrap .blog-dp-intro__share .share__holder a {
                width: 2rem;
                margin: 0 1.25rem 0 0; } }
          .aha.blog-dp-intro .blog-dp-intro__wrap .left-sec .footer__wrap .blog-dp-intro__share .share__holder .copy-alert, .aha.blog-dp-intro .job-post-intro__wrap .left-sec .footer__wrap .blog-dp-intro__share .share__holder .copy-alert, .aha.job-post-intro .blog-dp-intro__wrap .left-sec .footer__wrap .blog-dp-intro__share .share__holder .copy-alert, .aha.job-post-intro .job-post-intro__wrap .left-sec .footer__wrap .blog-dp-intro__share .share__holder .copy-alert {
            color: #0a0a0a;
            position: absolute;
            font-size: 0.75rem;
            left: 0.3125rem;
            top: calc(100% + 5px); }
    .aha.blog-dp-intro .blog-dp-intro__wrap .right-sec, .aha.blog-dp-intro .job-post-intro__wrap .right-sec, .aha.job-post-intro .blog-dp-intro__wrap .right-sec, .aha.job-post-intro .job-post-intro__wrap .right-sec {
      flex: 0 0 68%;
      aspect-ratio: 1/1;
      position: relative;
      margin: 0 -1.5rem;
      padding-top: 115%;
      position: relative; }
      @media screen and (min-width: 768px) {
        .aha.blog-dp-intro .blog-dp-intro__wrap .right-sec, .aha.blog-dp-intro .job-post-intro__wrap .right-sec, .aha.job-post-intro .blog-dp-intro__wrap .right-sec, .aha.job-post-intro .job-post-intro__wrap .right-sec {
          margin: 0 -2.5rem;
          padding-top: 0; } }
      @media screen and (min-width: 991px) {
        .aha.blog-dp-intro .blog-dp-intro__wrap .right-sec, .aha.blog-dp-intro .job-post-intro__wrap .right-sec, .aha.job-post-intro .blog-dp-intro__wrap .right-sec, .aha.job-post-intro .job-post-intro__wrap .right-sec {
          margin: 0;
          aspect-ratio: unset; } }
      .aha.blog-dp-intro .blog-dp-intro__wrap .right-sec:after, .aha.blog-dp-intro .job-post-intro__wrap .right-sec:after, .aha.job-post-intro .blog-dp-intro__wrap .right-sec:after, .aha.job-post-intro .job-post-intro__wrap .right-sec:after {
        content: '';
        position: absolute;
        width: 100%;
        height: 50%;
        background: linear-gradient(180deg, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 50%);
        top: 0;
        left: 0;
        z-index: 1;
        pointer-events: none; }
        @media screen and (min-width: 991px) {
          .aha.blog-dp-intro .blog-dp-intro__wrap .right-sec:after, .aha.blog-dp-intro .job-post-intro__wrap .right-sec:after, .aha.job-post-intro .blog-dp-intro__wrap .right-sec:after, .aha.job-post-intro .job-post-intro__wrap .right-sec:after {
            display: none; } }
      .aha.blog-dp-intro .blog-dp-intro__wrap .right-sec .eyebrow, .aha.blog-dp-intro .job-post-intro__wrap .right-sec .eyebrow, .aha.job-post-intro .blog-dp-intro__wrap .right-sec .eyebrow, .aha.job-post-intro .job-post-intro__wrap .right-sec .eyebrow {
        position: absolute;
        z-index: 1;
        display: block;
        font-size: 1rem;
        line-height: 1.0625rem;
        left: 1.5rem;
        top: 1.5rem;
        color: #f8f5f5;
        z-index: 2;
        font-weight: 500; }
        @media screen and (min-width: 991px) {
          .aha.blog-dp-intro .blog-dp-intro__wrap .right-sec .eyebrow, .aha.blog-dp-intro .job-post-intro__wrap .right-sec .eyebrow, .aha.job-post-intro .blog-dp-intro__wrap .right-sec .eyebrow, .aha.job-post-intro .job-post-intro__wrap .right-sec .eyebrow {
            display: none; } }
      .aha.blog-dp-intro .blog-dp-intro__wrap .right-sec .play__btn, .aha.blog-dp-intro .job-post-intro__wrap .right-sec .play__btn, .aha.job-post-intro .blog-dp-intro__wrap .right-sec .play__btn, .aha.job-post-intro .job-post-intro__wrap .right-sec .play__btn {
        z-index: 2;
        position: absolute;
        left: calc(50% - 37.5px);
        bottom: 30%; }
        @media screen and (min-width: 768px) {
          .aha.blog-dp-intro .blog-dp-intro__wrap .right-sec .play__btn, .aha.blog-dp-intro .job-post-intro__wrap .right-sec .play__btn, .aha.job-post-intro .blog-dp-intro__wrap .right-sec .play__btn, .aha.job-post-intro .job-post-intro__wrap .right-sec .play__btn {
            left: calc(50% - 70px); } }
        @media screen and (min-width: 991px) {
          .aha.blog-dp-intro .blog-dp-intro__wrap .right-sec .play__btn, .aha.blog-dp-intro .job-post-intro__wrap .right-sec .play__btn, .aha.job-post-intro .blog-dp-intro__wrap .right-sec .play__btn, .aha.job-post-intro .job-post-intro__wrap .right-sec .play__btn {
            left: 17%;
            bottom: 30%; } }
      .aha.blog-dp-intro .blog-dp-intro__wrap .right-sec .blog-intro__image, .aha.blog-dp-intro .blog-dp-intro__wrap .right-sec .job-intro__image, .aha.blog-dp-intro .job-post-intro__wrap .right-sec .blog-intro__image, .aha.blog-dp-intro .job-post-intro__wrap .right-sec .job-intro__image, .aha.job-post-intro .blog-dp-intro__wrap .right-sec .blog-intro__image, .aha.job-post-intro .blog-dp-intro__wrap .right-sec .job-intro__image, .aha.job-post-intro .job-post-intro__wrap .right-sec .blog-intro__image, .aha.job-post-intro .job-post-intro__wrap .right-sec .job-intro__image {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0; }
        .aha.blog-dp-intro .blog-dp-intro__wrap .right-sec .blog-intro__image img, .aha.blog-dp-intro .blog-dp-intro__wrap .right-sec .job-intro__image img, .aha.blog-dp-intro .job-post-intro__wrap .right-sec .blog-intro__image img, .aha.blog-dp-intro .job-post-intro__wrap .right-sec .job-intro__image img, .aha.job-post-intro .blog-dp-intro__wrap .right-sec .blog-intro__image img, .aha.job-post-intro .blog-dp-intro__wrap .right-sec .job-intro__image img, .aha.job-post-intro .job-post-intro__wrap .right-sec .blog-intro__image img, .aha.job-post-intro .job-post-intro__wrap .right-sec .job-intro__image img {
          object-fit: cover;
          width: 100%;
          height: 100%;
          object-position: center 10%; }
        .aha.blog-dp-intro .blog-dp-intro__wrap .right-sec .blog-intro__image::after, .aha.blog-dp-intro .blog-dp-intro__wrap .right-sec .job-intro__image::after, .aha.blog-dp-intro .job-post-intro__wrap .right-sec .blog-intro__image::after, .aha.blog-dp-intro .job-post-intro__wrap .right-sec .job-intro__image::after, .aha.job-post-intro .blog-dp-intro__wrap .right-sec .blog-intro__image::after, .aha.job-post-intro .blog-dp-intro__wrap .right-sec .job-intro__image::after, .aha.job-post-intro .job-post-intro__wrap .right-sec .blog-intro__image::after, .aha.job-post-intro .job-post-intro__wrap .right-sec .job-intro__image::after {
          content: '';
          position: absolute;
          width: 100%;
          height: 100%;
          top: 0;
          left: 0;
          background-color: rgba(255, 255, 255, 0.2); }
  .aha.blog-dp-intro .foot-btn, .aha.job-post-intro .foot-btn {
    font-size: 1rem;
    line-height: 1.125rem;
    font-weight: 400;
    display: none;
    padding: 1.125rem 2rem;
    background-color: #0a0a0a;
    border: 0;
    border-radius: 3.125rem;
    outline: none;
    color: #e4d8d8;
    text-decoration: none;
    margin: 0 0 3.125rem; }
    @media screen and (min-width: 1199px) {
      .aha.blog-dp-intro .foot-btn, .aha.job-post-intro .foot-btn {
        font-size: 1.25rem;
        line-height: 1.375rem;
        padding: 1.375rem 3.4375rem;
        display: inline-block; } }

.aha.job-post-intro .job-post-intro__wrap .left-sec .footer__wrap {
  display: none; }
  @media screen and (min-width: 991px) {
    .aha.job-post-intro .job-post-intro__wrap .left-sec .footer__wrap {
      display: block; } }

.aha.job-post-intro .job-post-intro__wrap .right-sec .eyebrow {
  color: #f8f5f5; }

.aha.job-post-intro .job-post-intro__wrap .right-sec .job-intro__image::after {
  display: none; }
  @media screen and (min-width: 991px) {
    .aha.job-post-intro .job-post-intro__wrap .right-sec .job-intro__image::after {
      display: block; } }

.blog-dp-intro .container {
  position: relative; }

.aha.blog-lp-intro {
  padding: 9.375rem 0 1.5625rem;
  position: relative; }
  @media screen and (min-width: 768px) {
    .aha.blog-lp-intro {
      padding: 9.375rem 0 3.125rem; } }
  @media screen and (min-width: 1199px) {
    .aha.blog-lp-intro {
      padding: 15.625rem 0 6.25rem; } }
  .aha.blog-lp-intro .blog-lp-intro__title {
    max-width: 67.25rem;
    margin: 0 auto 3.75rem; }
    .aha.blog-lp-intro .blog-lp-intro__title .large-title {
      margin: 0 0 2.5rem; }
    .aha.blog-lp-intro .blog-lp-intro__title p {
      font-size: 1.5rem;
      line-height: 1.8125rem;
      color: #726c6c; }
      @media screen and (min-width: 768px) {
        .aha.blog-lp-intro .blog-lp-intro__title p {
          font-size: 1.875rem;
          line-height: 2.1875rem; } }
      @media screen and (min-width: 1460px) {
        .aha.blog-lp-intro .blog-lp-intro__title p {
          font-size: 2.25rem;
          line-height: 2.5625rem; } }
  .aha.blog-lp-intro .blog-lp-intro__featured {
    display: flex;
    flex-wrap: wrap;
    max-width: 92.5rem; }
    .aha.blog-lp-intro .blog-lp-intro__featured .blog-featured__image {
      position: relative;
      flex: 0 0 100%;
      aspect-ratio: 3/2; }
      @media screen and (min-width: 1199px) {
        .aha.blog-lp-intro .blog-lp-intro__featured .blog-featured__image {
          flex: 0 0 43.25%; } }
      .aha.blog-lp-intro .blog-lp-intro__featured .blog-featured__image img {
        object-fit: cover;
        width: 100%;
        height: 100%;
        display: block; }
      .aha.blog-lp-intro .blog-lp-intro__featured .blog-featured__image::after {
        content: '';
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        background-color: rgba(0, 0, 0, 0.3); }
    .aha.blog-lp-intro .blog-lp-intro__featured .blog-featured__desc {
      padding: 1.5625rem 0;
      flex: 1; }
      @media screen and (min-width: 768px) {
        .aha.blog-lp-intro .blog-lp-intro__featured .blog-featured__desc {
          padding: 3.125rem 0; } }
      @media screen and (min-width: 1199px) {
        .aha.blog-lp-intro .blog-lp-intro__featured .blog-featured__desc {
          padding: 0.9375rem 3.125rem; } }
      .aha.blog-lp-intro .blog-lp-intro__featured .blog-featured__desc .large-title {
        text-align: left;
        margin: 0 0 1.25rem; }
        @media screen and (min-width: 768px) {
          .aha.blog-lp-intro .blog-lp-intro__featured .blog-featured__desc .large-title {
            margin: 0 0 1.875rem; } }
      .aha.blog-lp-intro .blog-lp-intro__featured .blog-featured__desc .blog-featured__author, .aha.blog-lp-intro .blog-lp-intro__featured .blog-featured__desc .blog-featured__desig {
        font-size: 1.5rem;
        line-height: 1.8125rem;
        display: block;
        color: #0a0a0a;
        max-width: 40.3125rem; }
        @media screen and (min-width: 768px) {
          .aha.blog-lp-intro .blog-lp-intro__featured .blog-featured__desc .blog-featured__author, .aha.blog-lp-intro .blog-lp-intro__featured .blog-featured__desc .blog-featured__desig {
            font-size: 1.75rem;
            line-height: 2.375rem; } }
      .aha.blog-lp-intro .blog-lp-intro__featured .blog-featured__desc .blog-featured__desig {
        color: #726c6c;
        margin: 0 0 1.25rem; }
        @media screen and (min-width: 768px) {
          .aha.blog-lp-intro .blog-lp-intro__featured .blog-featured__desc .blog-featured__desig {
            margin: 0 0 1.875rem; } }
      .aha.blog-lp-intro .blog-lp-intro__featured .blog-featured__desc p {
        max-width: 45rem;
        font-size: 1rem;
        line-height: 1.375rem;
        color: #0a0a0a;
        margin: 0 0 1.875rem; }
        @media screen and (min-width: 768px) {
          .aha.blog-lp-intro .blog-lp-intro__featured .blog-featured__desc p {
            font-size: 1.25rem;
            line-height: 1.6875rem;
            margin: 0 0 2.8125rem; } }
      .aha.blog-lp-intro .blog-lp-intro__featured .blog-featured__desc .link-text {
        display: inline-block;
        font-size: 1rem;
        line-height: 1.375rem;
        color: #0a0a0a;
        font-weight: 600;
        text-decoration: none;
        outline: none; }
        @media screen and (min-width: 768px) {
          .aha.blog-lp-intro .blog-lp-intro__featured .blog-featured__desc .link-text {
            font-size: 1.25rem; } }

.aha.blog-lp-items .blog-lp-items__wrapper {
  margin: 0 0.625rem; }
  @media screen and (min-width: 768px) {
    .aha.blog-lp-items .blog-lp-items__wrapper {
      margin: 0 1.5rem; } }
  @media screen and (min-width: 1199px) {
    .aha.blog-lp-items .blog-lp-items__wrapper {
      margin: 0 0 0 calc((100vw - 1050px)/2); } }
  .aha.blog-lp-items .blog-lp-items__wrapper .nodata {
    min-height: auto;
    margin-bottom: 6.25rem; }
  .aha.blog-lp-items .blog-lp-items__wrapper .blog-card {
    display: flex;
    flex-wrap: wrap;
    max-width: 65.625rem;
    margin-bottom: 0.625rem;
    position: relative; }
    @media screen and (min-width: 768px) {
      .aha.blog-lp-items .blog-lp-items__wrapper .blog-card {
        margin-bottom: 1.875rem; } }
    .aha.blog-lp-items .blog-lp-items__wrapper .blog-card .blog-card__link {
      position: absolute;
      z-index: 2;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0; }
    .aha.blog-lp-items .blog-lp-items__wrapper .blog-card .left-sec {
      flex: 0 0 100%; }
      @media screen and (min-width: 991px) {
        .aha.blog-lp-items .blog-lp-items__wrapper .blog-card .left-sec {
          flex: 0 0 49.53%; } }
      .aha.blog-lp-items .blog-lp-items__wrapper .blog-card .left-sec .blog-card__image {
        aspect-ratio: 71/88;
        position: relative;
        padding-top: 124%; }
        @media screen and (min-width: 768px) {
          .aha.blog-lp-items .blog-lp-items__wrapper .blog-card .left-sec .blog-card__image {
            aspect-ratio: 26/15;
            padding-top: 57.6%; } }
        .aha.blog-lp-items .blog-lp-items__wrapper .blog-card .left-sec .blog-card__image .blog__image {
          position: absolute;
          left: 0;
          top: 0;
          width: 100%;
          height: 100%; }
          .aha.blog-lp-items .blog-lp-items__wrapper .blog-card .left-sec .blog-card__image .blog__image img {
            object-fit: cover;
            width: 100%;
            height: 100%;
            display: block; }
            @media screen and (min-width: 768px) {
              .aha.blog-lp-items .blog-lp-items__wrapper .blog-card .left-sec .blog-card__image .blog__image img {
                object-position: center 20%; } }
          .aha.blog-lp-items .blog-lp-items__wrapper .blog-card .left-sec .blog-card__image .blog__image::after {
            content: '';
            position: absolute;
            width: 100%;
            height: 100%;
            top: 0;
            left: 0;
            background-color: rgba(0, 0, 0, 0.3); }
        .aha.blog-lp-items .blog-lp-items__wrapper .blog-card .left-sec .blog-card__image .blog__details {
          display: flex;
          flex-direction: column;
          justify-content: space-between;
          height: 100%;
          color: #f8f5f5;
          position: relative;
          z-index: 1;
          padding: 1.25rem;
          position: absolute;
          width: 100%;
          top: 0;
          left: 0; }
          @media screen and (min-width: 768px) {
            .aha.blog-lp-items .blog-lp-items__wrapper .blog-card .left-sec .blog-card__image .blog__details {
              padding: 1.875rem; } }
          .aha.blog-lp-items .blog-lp-items__wrapper .blog-card .left-sec .blog-card__image .blog__details .title-sec {
            display: flex;
            justify-content: space-between; }
            .aha.blog-lp-items .blog-lp-items__wrapper .blog-card .left-sec .blog-card__image .blog__details .title-sec .blog__company {
              font-size: 0.875rem;
              line-height: 1.0625rem; }
              @media screen and (min-width: 768px) {
                .aha.blog-lp-items .blog-lp-items__wrapper .blog-card .left-sec .blog-card__image .blog__details .title-sec .blog__company {
                  font-size: 1rem;
                  line-height: 1.1875rem; } }
            .aha.blog-lp-items .blog-lp-items__wrapper .blog-card .left-sec .blog-card__image .blog__details .title-sec figure {
              width: 2.625rem;
              margin-top: -0.125rem; }
              @media screen and (min-width: 768px) {
                .aha.blog-lp-items .blog-lp-items__wrapper .blog-card .left-sec .blog-card__image .blog__details .title-sec figure {
                  width: 3.375rem;
                  margin-top: -0.3125rem; } }
              .aha.blog-lp-items .blog-lp-items__wrapper .blog-card .left-sec .blog-card__image .blog__details .title-sec figure img {
                width: 100%; }
          .aha.blog-lp-items .blog-lp-items__wrapper .blog-card .left-sec .blog-card__image .blog__details .footer-sec {
            display: block; }
            @media screen and (min-width: 991px) {
              .aha.blog-lp-items .blog-lp-items__wrapper .blog-card .left-sec .blog-card__image .blog__details .footer-sec {
                display: none; } }
            .aha.blog-lp-items .blog-lp-items__wrapper .blog-card .left-sec .blog-card__image .blog__details .footer-sec .blog__author {
              display: block;
              font-size: 1rem;
              line-height: 1.1875rem;
              margin: 0 0 0.625rem; }
            .aha.blog-lp-items .blog-lp-items__wrapper .blog-card .left-sec .blog-card__image .blog__details .footer-sec .blog__title {
              display: block;
              font-size: 1.5rem;
              line-height: 1.75rem;
              margin: 0 0 0.625rem; }
            .aha.blog-lp-items .blog-lp-items__wrapper .blog-card .left-sec .blog-card__image .blog__details .footer-sec .blog__logo {
              display: flex;
              -webkit-filter: invert(1);
              filter: invert(1);
              width: 4.4375rem;
              height: 2rem; }
              .aha.blog-lp-items .blog-lp-items__wrapper .blog-card .left-sec .blog-card__image .blog__details .footer-sec .blog__logo img {
                align-self: center;
                max-width: 100%;
                max-height: 100%; }
    .aha.blog-lp-items .blog-lp-items__wrapper .blog-card .right-sec {
      display: none;
      flex-direction: column;
      justify-content: space-between;
      padding: 1.875rem;
      color: #0a0a0a;
      flex: 1; }
      @media screen and (min-width: 991px) {
        .aha.blog-lp-items .blog-lp-items__wrapper .blog-card .right-sec {
          display: flex; } }
      .aha.blog-lp-items .blog-lp-items__wrapper .blog-card .right-sec .title-sec h3 {
        font-size: 1.875rem;
        line-height: 2.1875rem;
        font-weight: 400;
        margin: 0 0 0.625rem; }
        @media screen and (min-width: 1460px) {
          .aha.blog-lp-items .blog-lp-items__wrapper .blog-card .right-sec .title-sec h3 {
            font-size: 2.25rem;
            line-height: 2.5625rem; } }
      .aha.blog-lp-items .blog-lp-items__wrapper .blog-card .right-sec .title-sec .blog__author, .aha.blog-lp-items .blog-lp-items__wrapper .blog-card .right-sec .title-sec .blog__desig {
        display: block;
        font-size: 1.25rem;
        line-height: 1.5rem; }
      .aha.blog-lp-items .blog-lp-items__wrapper .blog-card .right-sec .title-sec .blog__desig {
        margin: 0 0 0.625rem; }
      .aha.blog-lp-items .blog-lp-items__wrapper .blog-card .right-sec .footer-sec .blog__logo {
        display: flex;
        width: 7.125rem;
        height: 2.75rem; }
        .aha.blog-lp-items .blog-lp-items__wrapper .blog-card .right-sec .footer-sec .blog__logo img {
          align-self: center;
          max-width: 100%;
          max-height: 100%; }

.aha.blog-lp-items .blog-lp-items__load-more .blog-lp-items__load-more {
  width: 9.6875rem;
  height: 9.6875rem;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  background-color: transparent;
  border: 2px solid #e4d8d8;
  border-radius: 50%;
  margin: 4.5625rem auto 6.25rem;
  font-size: 0.875rem;
  line-height: 0.9375rem;
  font-weight: 600; }
  @media screen and (min-width: 768px) {
    .aha.blog-lp-items .blog-lp-items__load-more .blog-lp-items__load-more {
      width: 15rem;
      height: 15rem;
      font-size: 1.25rem;
      line-height: 1.375rem;
      margin: 6.25rem auto; } }

.aha.careers-body {
  padding: 0 0 8rem; }
  @media screen and (min-width: 768px) {
    .aha.careers-body {
      padding: 0 0 10rem; } }
  .aha.careers-body .careers-body__wrapper {
    max-width: 56.25rem;
    margin: 0 auto; }
    @media screen and (min-width: 1199px) {
      .aha.careers-body .careers-body__wrapper {
        margin: 0 8vw 0 auto; } }
    @media screen and (min-width: 1460px) {
      .aha.careers-body .careers-body__wrapper {
        max-width: 65.625rem; } }
    .aha.careers-body .careers-body__wrapper h2 {
      font-size: 1.5rem;
      line-height: 1.75rem;
      margin: 0 0 1.25rem;
      font-weight: 400; }
      @media screen and (min-width: 768px) {
        .aha.careers-body .careers-body__wrapper h2 {
          font-size: 1.875rem;
          line-height: 2.1875rem;
          margin: 0 0 1.875rem; } }
      @media screen and (min-width: 1460px) {
        .aha.careers-body .careers-body__wrapper h2 {
          font-size: 2.25rem;
          line-height: 2.5625rem; } }
    .aha.careers-body .careers-body__wrapper p {
      font-size: 1rem;
      line-height: 1.375rem;
      margin: 0 0 1.875rem; }
      @media screen and (min-width: 768px) {
        .aha.careers-body .careers-body__wrapper p {
          font-size: 1.25rem;
          line-height: 1.6875rem; } }
    .aha.careers-body .careers-body__wrapper .careers-body__intro {
      padding: 0 0 0.625rem;
      margin: 0 0 1.875rem;
      border-bottom: 1px solid #726c6c; }
      @media screen and (min-width: 768px) {
        .aha.careers-body .careers-body__wrapper .careers-body__intro {
          padding: 0 0 3.125rem;
          margin: 0 0 3.75rem; } }
      .aha.careers-body .careers-body__wrapper .careers-body__intro h2 {
        text-indent: 2.5rem; }
        @media screen and (min-width: 768px) {
          .aha.careers-body .careers-body__wrapper .careers-body__intro h2 {
            text-indent: 9.375rem; } }
      .aha.careers-body .careers-body__wrapper .careers-body__intro p {
        max-width: 48.75rem; }
    .aha.careers-body .careers-body__wrapper .careers-body__open-positions .open-positions__intro {
      margin: 0 0 1.875rem; }
      @media screen and (min-width: 768px) {
        .aha.careers-body .careers-body__wrapper .careers-body__open-positions .open-positions__intro {
          margin: 0 0 5rem; } }
      .aha.careers-body .careers-body__wrapper .careers-body__open-positions .open-positions__intro p {
        margin: 0 0 1.875rem; }
        @media screen and (min-width: 768px) {
          .aha.careers-body .careers-body__wrapper .careers-body__open-positions .open-positions__intro p {
            margin: 0 0 3.75rem; } }
      .aha.careers-body .careers-body__wrapper .careers-body__open-positions .open-positions__intro h2 {
        margin: 0;
        color: #726c6c; }
        .aha.careers-body .careers-body__wrapper .careers-body__open-positions .open-positions__intro h2.dark {
          color: #0a0a0a; }
    .aha.careers-body .careers-body__wrapper .careers-body__open-positions .open-positions__wrapper {
      margin: 0;
      display: grid;
      grid-template-columns: repeat(1, 1fr);
      row-gap: 0.625rem; }
      @media screen and (min-width: 768px) {
        .aha.careers-body .careers-body__wrapper .careers-body__open-positions .open-positions__wrapper {
          grid-template-columns: repeat(2, 1fr);
          column-gap: 1.875rem;
          row-gap: 1.875rem;
          margin: 0; } }
      @media screen and (min-width: 1199px) {
        .aha.careers-body .careers-body__wrapper .careers-body__open-positions .open-positions__wrapper {
          grid-template-columns: repeat(3, 1fr); } }
      .aha.careers-body .careers-body__wrapper .careers-body__open-positions .open-positions__wrapper .open-positions__item {
        border: 1px solid #e4d8d8;
        padding: 1.25rem;
        min-height: 10rem;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        position: relative;
        transition: border-color 0.4s ease; }
        @media screen and (min-width: 768px) {
          .aha.careers-body .careers-body__wrapper .careers-body__open-positions .open-positions__wrapper .open-positions__item {
            min-height: 15rem;
            padding: 1.875rem 1.25rem 1.25rem; } }
        @media screen and (min-width: 768px) {
          .aha.careers-body .careers-body__wrapper .careers-body__open-positions .open-positions__wrapper .open-positions__item:hover {
            border-color: #726c6c; } }
        .aha.careers-body .careers-body__wrapper .careers-body__open-positions .open-positions__wrapper .open-positions__item .positions__link {
          position: absolute;
          z-index: 1;
          width: 100%;
          height: 100%;
          top: 0;
          left: 0; }
        .aha.careers-body .careers-body__wrapper .careers-body__open-positions .open-positions__wrapper .open-positions__item .eyebrow {
          display: block;
          font-size: 1rem;
          line-height: 1.375rem;
          margin: 0 0 0.3125rem; }
          @media screen and (min-width: 768px) {
            .aha.careers-body .careers-body__wrapper .careers-body__open-positions .open-positions__wrapper .open-positions__item .eyebrow {
              font-size: 1.25rem;
              line-height: 1.6875rem;
              margin: 0 0 0.625rem; } }
        .aha.careers-body .careers-body__wrapper .careers-body__open-positions .open-positions__wrapper .open-positions__item .position__area {
          display: block;
          font-size: 0.875rem;
          line-height: 1.0625rem;
          color: #726c6c; }
          @media screen and (min-width: 768px) {
            .aha.careers-body .careers-body__wrapper .careers-body__open-positions .open-positions__wrapper .open-positions__item .position__area {
              font-size: 1rem;
              line-height: 1.1875rem; } }
    .aha.careers-body .careers-body__wrapper .careers-body__footer h2 {
      margin: 0 0 1.25rem; }
    .aha.careers-body .careers-body__wrapper .careers-body__footer .footer-btn {
      font-size: 1rem;
      line-height: 1.125rem;
      font-weight: 600;
      display: inline-block;
      padding: 1.125rem 2rem;
      background-color: #0a0a0a;
      border: 0;
      border-radius: 3.125rem;
      outline: none;
      color: #e4d8d8;
      text-decoration: none; }
      @media screen and (min-width: 768px) {
        .aha.careers-body .careers-body__wrapper .careers-body__footer .footer-btn {
          font-size: 1.25rem;
          line-height: 1.375rem;
          padding: 1.375rem 3.4375rem; } }

.aha.careers-intro {
  padding: 5.625rem 0 2.5rem; }
  @media screen and (min-width: 768px) {
    .aha.careers-intro {
      padding: 9.375rem 0 3.75rem; } }
  @media screen and (min-width: 768px) {
    .aha.careers-intro .container {
      padding: 0 2.5rem; } }
  @media (min-width: 1441px) {
    .aha.careers-intro .container {
      padding: 0 5rem; } }
  .aha.careers-intro .careers-intro__wrap {
    position: relative;
    margin: 0 -1.5rem; }
    @media screen and (min-width: 768px) {
      .aha.careers-intro .careers-intro__wrap {
        margin: 0 -2.5rem; } }
    @media screen and (min-width: 991px) {
      .aha.careers-intro .careers-intro__wrap {
        aspect-ratio: unset;
        min-height: 29.375rem;
        margin: 0;
        max-width: 100%; } }
    .aha.careers-intro .careers-intro__wrap figure {
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0; }
      .aha.careers-intro .careers-intro__wrap figure img {
        object-fit: cover;
        width: 100%;
        height: 100%; }
      .aha.careers-intro .careers-intro__wrap figure::after {
        position: absolute;
        content: '';
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        background-color: rgba(0, 0, 0, 0.3); }
    .aha.careers-intro .careers-intro__wrap .careers-intro__contents {
      position: relative;
      max-width: 59.375rem;
      padding: 5.625rem 1.25rem;
      margin: 0 auto;
      text-align: center;
      z-index: 1; }
      @media screen and (min-width: 768px) {
        .aha.careers-intro .careers-intro__wrap .careers-intro__contents {
          padding: 6.25rem 1.25rem; } }
      .aha.careers-intro .careers-intro__wrap .careers-intro__contents .large-title {
        margin: 0; }
      .aha.careers-intro .careers-intro__wrap .careers-intro__contents h2 {
        color: #e4d8d8; }

.aha.home3circles {
  display: flex;
  align-items: center;
  padding: 6.25rem 0 4.8125rem; }
  @media screen and (min-width: 768px) {
    .aha.home3circles {
      padding: 10rem 0 6.875rem; } }
  .aha.home3circles .home3circles__wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    max-width: 82.5rem;
    margin: 0 auto; }
    @media screen and (min-width: 768px) {
      .aha.home3circles .home3circles__wrapper {
        height: 100%;
        flex-direction: row; } }
    .aha.home3circles .home3circles__wrapper .home3circle {
      flex: 0 0 16.5625rem;
      height: 16.5625rem;
      width: 16.5625rem;
      border: 1px solid #726C6C;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      border-radius: 50%;
      text-decoration: none;
      overflow: hidden; }
      @media screen and (min-width: 768px) {
        .aha.home3circles .home3circles__wrapper .home3circle {
          width: auto; } }
      @media screen and (min-width: 991px) {
        .aha.home3circles .home3circles__wrapper .home3circle {
          flex: 0 0 21.875rem;
          height: 21.875rem; } }
      @media screen and (min-width: 768px) {
        .aha.home3circles .home3circles__wrapper .home3circle:not(.jsCircleActive) {
          pointer-events: none; } }
      .aha.home3circles .home3circles__wrapper .home3circle:first-child {
        margin-bottom: -3.125rem; }
        @media screen and (min-width: 768px) {
          .aha.home3circles .home3circles__wrapper .home3circle:first-child {
            margin: 0;
            margin-right: -2.5rem; } }
      @media (max-width: 767px) {
        .aha.home3circles .home3circles__wrapper .home3circle:nth-child(2) {
          transform: none !important; }
          .aha.home3circles .home3circles__wrapper .home3circle:nth-child(2) .home3circle__title {
            transform: none !important; } }
      .aha.home3circles .home3circles__wrapper .home3circle:last-child {
        margin-top: -3.125rem; }
        @media screen and (min-width: 768px) {
          .aha.home3circles .home3circles__wrapper .home3circle:last-child {
            margin: 0;
            margin-left: -2.5rem; } }
      .aha.home3circles .home3circles__wrapper .home3circle .home3circle__title {
        font-size: 1.5rem;
        line-height: 1.8125rem;
        text-align: center;
        font-weight: 600;
        color: #0a0a0a;
        max-width: 11.0625rem; }
      .aha.home3circles .home3circles__wrapper .home3circle .home3circle__explore {
        font-size: 1rem;
        line-height: 1.25rem;
        text-align: center;
        font-weight: 400;
        color: #0a0a0a;
        margin: 0.5rem auto 0;
        max-width: 75%;
        text-decoration: underline; }
        @media screen and (min-width: 768px) {
          .aha.home3circles .home3circles__wrapper .home3circle .home3circle__explore {
            opacity: 0;
            margin: 0 auto;
            text-decoration: none; } }

.aha.home3circles-contents .home3circles-contents__wrapper {
  max-width: 56.25rem;
  margin: 0 auto; }
  .aha.home3circles-contents .home3circles-contents__wrapper .home3circles-contents__title {
    position: relative;
    margin: 0 0 0.9375rem;
    max-width: 44.6875rem; }
    @media screen and (min-width: 768px) {
      .aha.home3circles-contents .home3circles-contents__wrapper .home3circles-contents__title {
        padding: 0 12.5rem 0 0;
        margin: 0 0 4.375rem; } }
    .aha.home3circles-contents .home3circles-contents__wrapper .home3circles-contents__title h2 {
      font-size: 3.625rem;
      line-height: 3.625rem;
      font-weight: 400;
      color: #0a0a0a;
      margin: 0 auto;
      text-align: center;
      max-width: 20.3125rem; }
      @media screen and (min-width: 768px) {
        .aha.home3circles-contents .home3circles-contents__wrapper .home3circles-contents__title h2 {
          margin: 0;
          max-width: 100%;
          text-align: left;
          font-size: 3.625rem;
          line-height: 3.625rem;
          font-weight: 600; } }
    .aha.home3circles-contents .home3circles-contents__wrapper .home3circles-contents__title .jsHigherSVG {
      max-width: 100px;
      margin: -5.9375rem auto 0;
      display: block;
      position: relative;
      bottom: -3.125rem;
      right: 0.75rem; }
      @media screen and (min-width: 768px) {
        .aha.home3circles-contents .home3circles-contents__wrapper .home3circles-contents__title .jsHigherSVG {
          max-width: 150px;
          margin: 0;
          position: absolute;
          right: 4.375rem;
          bottom: -1.25rem; } }
  .aha.home3circles-contents .home3circles-contents__wrapper .home3circles-contents__content {
    position: relative;
    z-index: 1; }
    .aha.home3circles-contents .home3circles-contents__wrapper .home3circles-contents__content p {
      font-size: 1.5rem;
      font-weight: 400;
      line-height: 1.8125rem;
      color: #0a0a0a;
      text-indent: 3.125rem; }
      @media screen and (min-width: 768px) {
        .aha.home3circles-contents .home3circles-contents__wrapper .home3circles-contents__content p {
          font-size: 2rem;
          line-height: 2.5rem;
          text-indent: 9.375rem; } }
    .aha.home3circles-contents .home3circles-contents__wrapper .home3circles-contents__content .content__featured, .aha.home3circles-contents .home3circles-contents__wrapper .home3circles-contents__content ul {
      list-style: none;
      margin: 3.75rem 0 0; }
      .aha.home3circles-contents .home3circles-contents__wrapper .home3circles-contents__content .content__featured li, .aha.home3circles-contents .home3circles-contents__wrapper .home3circles-contents__content ul li {
        font-size: 1.5rem;
        line-height: 1.875rem;
        color: #0a0a0a;
        font-weight: 600;
        flex: 0 0 100%;
        margin-bottom: 0.9375rem;
        position: relative;
        padding-left: 30px; }
        .aha.home3circles-contents .home3circles-contents__wrapper .home3circles-contents__content .content__featured li::after, .aha.home3circles-contents .home3circles-contents__wrapper .home3circles-contents__content ul li::after {
          content: '•';
          left: 0;
          top: 0;
          position: absolute; }
        @media screen and (min-width: 991px) {
          .aha.home3circles-contents .home3circles-contents__wrapper .home3circles-contents__content .content__featured li:last-child, .aha.home3circles-contents .home3circles-contents__wrapper .home3circles-contents__content ul li:last-child {
            margin-right: 0; } }

.aha.home3circles-contents .home3circles-contents__rnbw {
  margin-top: -20%; }
  .aha.home3circles-contents .home3circles-contents__rnbw img {
    max-width: 100%; }

.aha.hwt-contents {
  color: #e4d8d8;
  padding: 9.375rem 0 3.125rem; }
  @media screen and (min-width: 768px) {
    .aha.hwt-contents {
      padding: 15.625rem 0 5rem; } }
  .aha.hwt-contents .title__wrapper {
    margin: 0 0 3.75rem;
    text-align: center; }
    @media screen and (min-width: 768px) {
      .aha.hwt-contents .title__wrapper {
        margin: 0 0 6.75rem; } }
    .aha.hwt-contents .title__wrapper .large-title {
      color: #e4d8d8; }
  .aha.hwt-contents hr {
    border: 0.0625rem solid #726c6c;
    border-width: 0.0625rem 0 0 0;
    margin: 0 0 1.25rem; }
    @media screen and (min-width: 768px) {
      .aha.hwt-contents hr {
        margin: 0 0 2.5rem; } }
  .aha.hwt-contents p, .aha.hwt-contents blockquote, .aha.hwt-contents li {
    font-weight: 400;
    font-size: 1.5rem;
    line-height: 1.8125rem;
    margin: 0 0 1.25rem; }
    @media screen and (min-width: 768px) {
      .aha.hwt-contents p, .aha.hwt-contents blockquote, .aha.hwt-contents li {
        font-size: 2rem;
        line-height: 2.5rem;
        margin: 0 2.8125rem 2.5rem 0; } }
    @media screen and (min-width: 1460px) {
      .aha.hwt-contents p, .aha.hwt-contents blockquote, .aha.hwt-contents li {
        font-size: 2.625rem;
        line-height: 3.125rem; } }
  .aha.hwt-contents a {
    color: #e4d8d8 !important; }
  .aha.hwt-contents blockquote {
    color: #726c6c;
    max-width: 42.375rem;
    margin-left: auto;
    margin-right: 2.8125rem; }
  .aha.hwt-contents .contents__wrapper-top {
    max-width: 56.25rem;
    padding-bottom: 1.25rem; }
    @media screen and (min-width: 991px) {
      .aha.hwt-contents .contents__wrapper-top {
        margin: 0 8.125rem 0 auto; } }
    @media screen and (min-width: 1460px) {
      .aha.hwt-contents .contents__wrapper-top {
        max-width: 65.625rem; } }
  .aha.hwt-contents .contents__wrapper-bottom {
    max-width: 71.25rem;
    margin: 0 auto; }
    .aha.hwt-contents .contents__wrapper-bottom p {
      max-width: 49.75rem; }
    .aha.hwt-contents .contents__wrapper-bottom .hwt-figure {
      width: 100%; }
      .aha.hwt-contents .contents__wrapper-bottom .hwt-figure img {
        display: block; }
        @media screen and (min-width: 991px) {
          .aha.hwt-contents .contents__wrapper-bottom .hwt-figure img {
            margin: -3.125rem 0 0 auto; } }

.aha.hwt-contents-bottom {
  padding: 2.5rem 0;
  color: #e4d8d8; }
  @media screen and (min-width: 768px) {
    .aha.hwt-contents-bottom {
      padding: 4.0625rem 0 3.125rem; } }
  .aha.hwt-contents-bottom .contents__wrapper {
    max-width: 56.25rem; }
    @media screen and (min-width: 991px) {
      .aha.hwt-contents-bottom .contents__wrapper {
        margin: 0 8.125rem 0 auto; } }
    @media screen and (min-width: 1460px) {
      .aha.hwt-contents-bottom .contents__wrapper {
        max-width: 65.625rem; } }
  .aha.hwt-contents-bottom p, .aha.hwt-contents-bottom blockquote, .aha.hwt-contents-bottom li {
    font-weight: 400;
    font-size: 1.5rem;
    line-height: 1.8125rem;
    margin: 0 0 1.25rem; }
    @media screen and (min-width: 768px) {
      .aha.hwt-contents-bottom p, .aha.hwt-contents-bottom blockquote, .aha.hwt-contents-bottom li {
        font-size: 2.25rem;
        line-height: 2.6875rem;
        margin: 0 2.8125rem 2.5rem 0; } }
  .aha.hwt-contents-bottom a {
    color: #e4d8d8 !important; }

@media (max-width: 600px) {
  .aha.meet-our-client .container {
    padding: 0 0.625rem; } }

.aha.meet-our-client .meet-our-client__title-wrap {
  max-width: 62.5rem;
  margin: 0 auto; }
  @media screen and (min-width: 1460px) {
    .aha.meet-our-client .meet-our-client__title-wrap {
      max-width: 65.625rem; } }
  .aha.meet-our-client .meet-our-client__title-wrap p {
    font-size: 1.5rem;
    line-height: 1.8125rem;
    color: #0a0a0a;
    font-weight: 400;
    text-align: center;
    margin: 0 0 0.875rem; }
    @media screen and (min-width: 768px) {
      .aha.meet-our-client .meet-our-client__title-wrap p {
        font-size: 2rem;
        line-height: 2.5rem;
        margin: 0 0 3.625rem; } }
    @media screen and (min-width: 1460px) {
      .aha.meet-our-client .meet-our-client__title-wrap p {
        font-size: 2.125rem; } }
  .aha.meet-our-client .meet-our-client__title-wrap .meet-our-client__logo-wrap {
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 0 3.75rem; }
    @media screen and (min-width: 768px) {
      .aha.meet-our-client .meet-our-client__title-wrap .meet-our-client__logo-wrap {
        margin: 0 0 5rem; } }
    .aha.meet-our-client .meet-our-client__title-wrap .meet-our-client__logo-wrap li {
      margin: 0 0.3125rem;
      flex: 0 0 30%; }
      @media screen and (min-width: 768px) {
        .aha.meet-our-client .meet-our-client__title-wrap .meet-our-client__logo-wrap li {
          flex: unset;
          margin: 0 0.9375rem; } }
      .aha.meet-our-client .meet-our-client__title-wrap .meet-our-client__logo-wrap li figure {
        text-align: center; }
        @media screen and (min-width: 768px) {
          .aha.meet-our-client .meet-our-client__title-wrap .meet-our-client__logo-wrap li figure {
            min-width: 9.375rem; } }
        .aha.meet-our-client .meet-our-client__title-wrap .meet-our-client__logo-wrap li figure img {
          max-width: 100%; }
  .aha.meet-our-client .meet-our-client__title-wrap .meet-our-client__slider-wrap {
    margin: 0 auto 3.75rem;
    max-width: 36.25rem; }
    @media screen and (min-width: 768px) {
      .aha.meet-our-client .meet-our-client__title-wrap .meet-our-client__slider-wrap {
        margin: 0 auto 5rem; } }
    .aha.meet-our-client .meet-our-client__title-wrap .meet-our-client__slider-wrap .slick-list {
      padding: 1.875rem 0 0; }
    .aha.meet-our-client .meet-our-client__title-wrap .meet-our-client__slider-wrap .logo__slide {
      display: flex;
      align-items: center;
      justify-content: center; }
      .aha.meet-our-client .meet-our-client__title-wrap .meet-our-client__slider-wrap .logo__slide.slick-active figure {
        opacity: 1;
        top: 0; }
      .aha.meet-our-client .meet-our-client__title-wrap .meet-our-client__slider-wrap .logo__slide figure {
        width: 33.33%;
        padding: 0 0.625rem;
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center;
        position: relative;
        opacity: 0;
        top: -1.875rem;
        transition: all 0.25s ease-in-out; }
        .aha.meet-our-client .meet-our-client__title-wrap .meet-our-client__slider-wrap .logo__slide figure:nth-child(2) {
          transition-delay: 0.1s; }
        .aha.meet-our-client .meet-our-client__title-wrap .meet-our-client__slider-wrap .logo__slide figure:last-child {
          transition-delay: 0.2s; }
        .aha.meet-our-client .meet-our-client__title-wrap .meet-our-client__slider-wrap .logo__slide figure img {
          align-self: center;
          max-width: 100%;
          max-height: 100%; }

.aha.meet-our-client .meet-our-client__sticky-title {
  font-size: 2.25rem;
  line-height: 2.25rem;
  font-weight: 400;
  color: #0a0a0a;
  text-align: center;
  margin: 0 0 5rem;
  backface-visibility: hidden; }
  @media screen and (min-width: 768px) {
    .aha.meet-our-client .meet-our-client__sticky-title {
      font-size: 3.625rem;
      line-height: 3.625rem;
      margin: 0 0 8.5rem; } }
  @media screen and (min-width: 1460px) {
    .aha.meet-our-client .meet-our-client__sticky-title {
      font-size: 4.875rem;
      line-height: 4.875rem; } }

.aha.parctice-area-banner-content {
  position: relative; }
  @media screen and (min-width: 768px) {
    .aha.parctice-area-banner-content {
      border-bottom: 1px solid #726c6c; } }
  .aha.parctice-area-banner-content::after {
    display: block;
    content: '';
    position: absolute;
    width: calc(100% - 48px);
    height: 0.0625rem;
    left: 1.5rem;
    bottom: 0;
    background-color: #726c6c; }
    @media screen and (min-width: 768px) {
      .aha.parctice-area-banner-content::after {
        display: none; } }
  .aha.parctice-area-banner-content .parctice-area-Banner {
    height: 11.25rem; }
    @media screen and (min-width: 768px) {
      .aha.parctice-area-banner-content .parctice-area-Banner {
        margin: 0 0.625rem;
        height: auto; } }
    .aha.parctice-area-banner-content .parctice-area-Banner img {
      object-fit: cover;
      width: 100%;
      height: 100%; }
  .aha.parctice-area-banner-content .parctice-bc-wrapper {
    padding: 3.125rem 0 1.25rem;
    max-width: 62.5rem; }
    @media screen and (min-width: 768px) {
      .aha.parctice-area-banner-content .parctice-bc-wrapper {
        padding: 7.5rem 0 3.75rem; } }
    @media screen and (min-width: 991px) {
      .aha.parctice-area-banner-content .parctice-bc-wrapper {
        margin: 0 8.125rem 0 auto; } }
    @media screen and (min-width: 1460px) {
      .aha.parctice-area-banner-content .parctice-bc-wrapper {
        max-width: 65.625rem; } }
    .aha.parctice-area-banner-content .parctice-bc-wrapper .large-title {
      margin: 0 0 2.5rem;
      text-align: left; }
      @media screen and (min-width: 768px) {
        .aha.parctice-area-banner-content .parctice-bc-wrapper .large-title {
          margin: 0 0 5rem;
          font-size: 2.75rem;
          line-height: 1.2; } }
    .aha.parctice-area-banner-content .parctice-bc-wrapper .parctice-bc-list-wrap {
      display: flex;
      flex-wrap: wrap; }
      .aha.parctice-area-banner-content .parctice-bc-wrapper .parctice-bc-list-wrap .parctice-bc-list {
        flex: 0 0 100%;
        padding: 0 0 2.5rem;
        color: #e4d8d8; }
        @media screen and (min-width: 768px) {
          .aha.parctice-area-banner-content .parctice-bc-wrapper .parctice-bc-list-wrap .parctice-bc-list {
            flex: 0 0 50%;
            padding: 0 0.9375rem 3.75rem; } }
        .aha.parctice-area-banner-content .parctice-bc-wrapper .parctice-bc-list-wrap .parctice-bc-list h3 {
          font-size: 1.5rem;
          line-height: 1.75rem;
          margin: 0 0 0.625rem;
          font-weight: 400;
          max-width: 23.75rem; }
          @media screen and (min-width: 768px) {
            .aha.parctice-area-banner-content .parctice-bc-wrapper .parctice-bc-list-wrap .parctice-bc-list h3 {
              font-size: 1.9375rem;
              line-height: 2.1875rem;
              margin: 0 0 1.25rem; } }
          @media screen and (min-width: 1460px) {
            .aha.parctice-area-banner-content .parctice-bc-wrapper .parctice-bc-list-wrap .parctice-bc-list h3 {
              font-size: 2.25rem;
              line-height: 2.5625rem; } }
        .aha.parctice-area-banner-content .parctice-bc-wrapper .parctice-bc-list-wrap .parctice-bc-list ul {
          list-style: none;
          margin: 0;
          padding: 0;
          max-width: 23.75rem; }
          .aha.parctice-area-banner-content .parctice-bc-wrapper .parctice-bc-list-wrap .parctice-bc-list ul li {
            position: relative;
            padding-left: 0.9375rem;
            font-size: 1rem;
            line-height: 1.375rem;
            font-weight: 400;
            margin-bottom: 0.625rem; }
            @media screen and (min-width: 768px) {
              .aha.parctice-area-banner-content .parctice-bc-wrapper .parctice-bc-list-wrap .parctice-bc-list ul li {
                font-size: 1.25rem;
                line-height: 1.6875rem; } }
            .aha.parctice-area-banner-content .parctice-bc-wrapper .parctice-bc-list-wrap .parctice-bc-list ul li::before {
              content: '•';
              position: absolute;
              left: 0;
              top: 0; }
    .aha.parctice-area-banner-content .parctice-bc-wrapper .aha.generic-layout {
      color: #e4d8d8;
      padding: 0; }
      .aha.parctice-area-banner-content .parctice-bc-wrapper .aha.generic-layout a, .aha.parctice-area-banner-content .parctice-bc-wrapper .aha.generic-layout h1, .aha.parctice-area-banner-content .parctice-bc-wrapper .aha.generic-layout h2, .aha.parctice-area-banner-content .parctice-bc-wrapper .aha.generic-layout h3, .aha.parctice-area-banner-content .parctice-bc-wrapper .aha.generic-layout h4, .aha.parctice-area-banner-content .parctice-bc-wrapper .aha.generic-layout h5, .aha.parctice-area-banner-content .parctice-bc-wrapper .aha.generic-layout h6, .aha.parctice-area-banner-content .parctice-bc-wrapper .aha.generic-layout p, .aha.parctice-area-banner-content .parctice-bc-wrapper .aha.generic-layout li {
        color: inherit !important;
        margin: 0 0 1.25rem; }

.aha.parctice-area-content {
  padding: 4.0625rem 0 2.8125rem; }
  @media screen and (min-width: 768px) {
    .aha.parctice-area-content {
      padding: 10.9375rem 0 9.375rem; } }
  @media screen and (min-width: 991px) {
    .aha.parctice-area-content {
      padding: 14.0625rem 0 0; } }
  @media screen and (min-width: 1199px) {
    .aha.parctice-area-content {
      padding: 10.9375rem 0 0; } }
  .aha.parctice-area-content .parctice-content__wrap {
    max-width: 56.25rem; }
    @media screen and (min-width: 1199px) {
      .aha.parctice-area-content .parctice-content__wrap {
        margin: 0 8.125rem 0 auto; } }
    @media screen and (min-width: 1460px) {
      .aha.parctice-area-content .parctice-content__wrap {
        max-width: 65.625rem; } }
    .aha.parctice-area-content .parctice-content__wrap p {
      font-size: 1.5rem;
      line-height: 1.8125rem;
      color: #0a0a0a;
      margin: 0 0 1.3125rem; }
      @media screen and (min-width: 768px) {
        .aha.parctice-area-content .parctice-content__wrap p {
          font-size: 2rem;
          line-height: 2.5rem;
          margin: 0 0 1.875rem; } }
      @media screen and (min-width: 1460px) {
        .aha.parctice-area-content .parctice-content__wrap p {
          font-size: 2.625rem;
          line-height: 3.125rem; } }
      .aha.parctice-area-content .parctice-content__wrap p:first-of-type {
        text-indent: 3.125rem; }
        @media screen and (min-width: 768px) {
          .aha.parctice-area-content .parctice-content__wrap p:first-of-type {
            text-indent: 10rem; } }
    .aha.parctice-area-content .parctice-content__wrap blockquote {
      font-size: 1.5rem;
      line-height: 1.8125rem;
      color: #0a0a0a;
      margin: 0 0 1.3125rem; }
      @media screen and (min-width: 768px) {
        .aha.parctice-area-content .parctice-content__wrap blockquote {
          font-size: 2rem;
          line-height: 2.5rem;
          margin: 0 0 1.875rem; } }
      @media screen and (min-width: 1199px) {
        .aha.parctice-area-content .parctice-content__wrap blockquote {
          max-width: 43.75rem; } }
      @media screen and (min-width: 1460px) {
        .aha.parctice-area-content .parctice-content__wrap blockquote {
          max-width: 48.75rem;
          font-size: 2.625rem;
          line-height: 3.125rem; } }
      .aha.parctice-area-content .parctice-content__wrap blockquote p:first-of-type {
        text-indent: 0; }
    .aha.parctice-area-content .parctice-content__wrap ul {
      margin: 6.125rem 0 6.25rem; }
      @media screen and (min-width: 768px) {
        .aha.parctice-area-content .parctice-content__wrap ul {
          margin: 10rem 0 6.25rem; } }
      .aha.parctice-area-content .parctice-content__wrap ul li {
        font-size: 1.5rem;
        line-height: 1.8125rem;
        margin: 0 0 2.5rem; }
        @media screen and (min-width: 768px) {
          .aha.parctice-area-content .parctice-content__wrap ul li {
            font-size: 2rem;
            line-height: 2.5rem;
            max-width: 21.25rem; } }
        @media screen and (min-width: 1460px) {
          .aha.parctice-area-content .parctice-content__wrap ul li {
            font-size: 2.625rem;
            line-height: 3.125rem; } }
        .aha.parctice-area-content .parctice-content__wrap ul li:nth-child(2) {
          margin-left: 12.5%; }
          @media screen and (min-width: 768px) {
            .aha.parctice-area-content .parctice-content__wrap ul li:nth-child(2) {
              margin-left: 21%; } }
        .aha.parctice-area-content .parctice-content__wrap ul li:nth-child(3) {
          margin-left: 32%; }
          @media screen and (min-width: 768px) {
            .aha.parctice-area-content .parctice-content__wrap ul li:nth-child(3) {
              margin-left: 42%; } }
    .aha.parctice-area-content .parctice-content__wrap hr {
      margin: 3.125rem 0;
      border: 1px solid #726c6c;
      border-width: 0.0625rem 0 0 0; }
      @media screen and (min-width: 768px) {
        .aha.parctice-area-content .parctice-content__wrap hr {
          margin: 3.75rem 0; } }

.aha.parctice-area-side-nav {
  position: sticky;
  top: calc(100vh - 130px);
  padding: 0 2.5rem;
  margin: 0 0 2.5rem;
  z-index: 1;
  display: none; }
  @media (max-width: 1440px) {
    .aha.parctice-area-side-nav {
      padding: 0 1.5rem; } }
  @media screen and (min-width: 1366px) {
    .aha.parctice-area-side-nav {
      display: block; } }
  .aha.parctice-area-side-nav .side-nav__wrapp {
    padding: 0.3125rem 0.625rem 0.3125rem 1.5625rem;
    position: relative; }
    .aha.parctice-area-side-nav .side-nav__wrapp .side-nav__progress {
      position: absolute;
      left: 0;
      top: 0;
      width: 0.25rem;
      height: 100%;
      border-radius: 0.125rem;
      background-color: #e4d8d8; }
      .aha.parctice-area-side-nav .side-nav__wrapp .side-nav__progress em {
        position: absolute;
        width: 100%;
        height: 33.33%;
        left: 0;
        top: 0;
        border-radius: 0.125rem;
        background-color: #0a0a0a;
        transition: all 0.3s ease; }
    .aha.parctice-area-side-nav .side-nav__wrapp .side-nav__menu {
      display: inline-block; }
      .aha.parctice-area-side-nav .side-nav__wrapp .side-nav__menu li a {
        text-decoration: none;
        color: #0a0a0a;
        font-size: 1rem;
        line-height: 1.875rem;
        font-weight: 400;
        transition: all 0.3s ease; }

.aha--dark .aha.parctice-area-side-nav .side-nav__wrapp .side-nav__progress em {
  background-color: #726c6c; }

.aha--dark .aha.parctice-area-side-nav .side-nav__wrapp .side-nav__menu li a {
  color: #f8f5f5; }

.aha.parctice-area-slider-sec {
  padding: 2.5rem 0 3.125rem; }
  @media screen and (min-width: 768px) {
    .aha.parctice-area-slider-sec {
      padding: 9.0625rem 0 3.125rem; } }
  .aha.parctice-area-slider-sec .container {
    padding-right: 0; }
  .aha.parctice-area-slider-sec .slider-sec_wrapper {
    margin-left: auto;
    max-width: 75rem; }
    @media screen and (min-width: 1460px) {
      .aha.parctice-area-slider-sec .slider-sec_wrapper {
        max-width: 77.5rem; } }
    .aha.parctice-area-slider-sec .slider-sec_wrapper h2 {
      font-size: 1.5rem;
      line-height: 1.2;
      font-weight: 400;
      color: #e4d8d8;
      margin: 0 0 2.5rem;
      max-width: 18.75rem;
      padding-right: 1.5rem; }
      @media screen and (min-width: 768px) {
        .aha.parctice-area-slider-sec .slider-sec_wrapper h2 {
          font-size: 2rem;
          line-height: 2.625rem;
          margin: 0 0 3.75rem;
          max-width: 100%;
          padding-right: 0; } }
      .aha.parctice-area-slider-sec .slider-sec_wrapper h2.dark {
        color: #726c6c;
        margin: 0;
        max-width: 37.1875rem; }
      .aha.parctice-area-slider-sec .slider-sec_wrapper h2 em {
        font-size: 1rem;
        line-height: 1rem;
        font-style: normal;
        width: 2.75rem;
        text-align: center;
        position: relative;
        display: inline-block; }
        @media screen and (min-width: 768px) {
          .aha.parctice-area-slider-sec .slider-sec_wrapper h2 em {
            font-size: 1.375rem;
            line-height: 1.375rem;
            width: 5.0625rem; } }
        .aha.parctice-area-slider-sec .slider-sec_wrapper h2 em svg {
          position: absolute;
          max-width: 100%;
          left: 0;
          top: 50%;
          transform: translateY(-50%); }
    .aha.parctice-area-slider-sec .slider-sec_wrapper .slider-sec__case-studies {
      margin-bottom: 7.25rem; }
    .aha.parctice-area-slider-sec .slider-sec_wrapper .slider-sec__insight-cm {
      margin-bottom: 5.9375rem; }
    .aha.parctice-area-slider-sec .slider-sec_wrapper .slider-sec__insight-cm h2.dark {
      max-width: 65rem;
      margin: 0 0 1.5625rem; }
      @media screen and (min-width: 768px) {
        .aha.parctice-area-slider-sec .slider-sec_wrapper .slider-sec__insight-cm h2.dark {
          font-size: 1.8125rem;
          line-height: 1.2;
          margin: 0 0 1.875rem; } }

.case-study-card {
  position: relative;
  height: 100%;
  display: flex;
  flex-direction: column; }
  .case-study-card .article2col__link {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1; }
  .case-study-card .card-mn-img {
    margin: 0 0 0.625rem;
    padding-bottom: 70%;
    position: relative; }
    .case-study-card .card-mn-img img {
      object-fit: cover;
      width: 100%;
      height: 100%;
      position: absolute;
      left: 0;
      top: 0; }
  .case-study-card .card-logo {
    display: flex;
    height: 2.4375rem;
    width: 6.25rem;
    max-width: 100%; }
    @media screen and (min-width: 768px) {
      .case-study-card .card-logo {
        height: 4.375rem;
        width: 11.25rem; } }
    .case-study-card .card-logo img {
      align-self: center;
      max-width: 100%;
      max-height: 100%; }

.aha-interview-card {
  position: relative;
  height: 100%; }
  .aha-interview-card .article2col__link {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 2; }
  .aha-interview-card .card-mn-img {
    position: relative;
    z-index: 0;
    padding-bottom: 70%; }
    .aha-interview-card .card-mn-img::after {
      content: '';
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      background-color: rgba(0, 0, 0, 0.3); }
    .aha-interview-card .card-mn-img img {
      object-fit: cover;
      width: 100%;
      height: 100%;
      position: absolute;
      left: 0;
      top: 0; }
  .aha-interview-card .interview-card-contents {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 1.25rem; }
    .aha-interview-card .interview-card-contents .contents-top {
      display: flex;
      align-items: center;
      justify-content: space-between; }
      .aha-interview-card .interview-card-contents .contents-top .eyebrow {
        font-size: 0.875rem;
        line-height: 1.0625rem;
        color: #f8f5f5;
        font-weight: 400; }
        @media screen and (min-width: 768px) {
          .aha-interview-card .interview-card-contents .contents-top .eyebrow {
            font-size: 1rem;
            line-height: 1.1875rem; } }
      .aha-interview-card .interview-card-contents .contents-top .card-type {
        width: 2.375rem;
        margin-top: -0.125rem; }
        @media screen and (min-width: 768px) {
          .aha-interview-card .interview-card-contents .contents-top .card-type {
            width: 3.375rem;
            margin-top: -0.3125rem; } }
        .aha-interview-card .interview-card-contents .contents-top .card-type img {
          width: 100%; }
    .aha-interview-card .interview-card-contents .contents-bottom .name {
      display: block;
      font-size: 1rem;
      line-height: 1.1875rem;
      font-weight: 400;
      color: #f8f5f5;
      margin: 0 0 0.625rem; }
      @media screen and (min-width: 768px) {
        .aha-interview-card .interview-card-contents .contents-bottom .name {
          font-size: 1.125rem;
          line-height: 1.375rem; } }
    .aha-interview-card .interview-card-contents .contents-bottom .title {
      font-size: 1.5rem;
      line-height: 1.75rem;
      font-weight: 400;
      color: #f8f5f5;
      margin: 0 0 0.625rem;
      display: -webkit-box;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
      overflow: hidden; }
      @media screen and (min-width: 768px) {
        .aha-interview-card .interview-card-contents .contents-bottom .title {
          font-size: 2rem;
          line-height: 2.3125rem; } }
    .aha-interview-card .interview-card-contents .contents-bottom .logo {
      display: flex;
      width: 5.25rem;
      height: 2rem; }
      @media screen and (min-width: 768px) {
        .aha-interview-card .interview-card-contents .contents-bottom .logo {
          width: 7.125rem;
          height: 2.75rem; } }
      .aha-interview-card .interview-card-contents .contents-bottom .logo img {
        align-self: center;
        max-width: 100%;
        max-height: 100%; }

.aha.parctice-area-spotlight .spotlight__wrapper {
  padding: 15.625rem 0 4.6875rem;
  width: 100vw;
  position: relative;
  display: flex;
  justify-content: center;
  min-height: 31.25rem;
  max-width: 100%; }
  @media screen and (min-width: 768px) {
    .aha.parctice-area-spotlight .spotlight__wrapper {
      aspect-ratio: 4/2;
      padding: 15.625rem 0 26.875rem; } }
  @media screen and (min-width: 991px) {
    .aha.parctice-area-spotlight .spotlight__wrapper {
      padding: 9.375rem 0 4.6875rem; } }
  @media screen and (min-width: 1366px) {
    .aha.parctice-area-spotlight .spotlight__wrapper {
      padding: 15.625rem 0 8.375rem;
      min-height: 51.875rem; } }
  @media (min-width: 1680px) {
    .aha.parctice-area-spotlight .spotlight__wrapper {
      min-height: 50vw; } }
  .aha.parctice-area-spotlight .spotlight__wrapper .spotlight__bg {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    clip-path: circle(90% at 50% 15%);
    margin: 0 auto; }
    @media screen and (min-width: 480px) {
      .aha.parctice-area-spotlight .spotlight__wrapper .spotlight__bg {
        clip-path: circle(90% at 50% 0); } }
    @media screen and (min-width: 991px) {
      .aha.parctice-area-spotlight .spotlight__wrapper .spotlight__bg {
        clip-path: circle(60% at 50% 5%); } }
    @media (min-width: 1441px) {
      .aha.parctice-area-spotlight .spotlight__wrapper .spotlight__bg {
        clip-path: circle(62.5% at 50% 0);
        padding: 0 0.625rem; } }
    @media (min-width: 1680px) {
      .aha.parctice-area-spotlight .spotlight__wrapper .spotlight__bg {
        min-height: 50vw; } }
    @media (min-width: 2000px) {
      .aha.parctice-area-spotlight .spotlight__wrapper .spotlight__bg {
        width: calc(100% - 20px);
        height: calc(100% - 10px); } }
    .aha.parctice-area-spotlight .spotlight__wrapper .spotlight__bg img, .aha.parctice-area-spotlight .spotlight__wrapper .spotlight__bg video {
      object-fit: cover;
      width: 100%;
      height: 100%; }
    .aha.parctice-area-spotlight .spotlight__wrapper .spotlight__bg::after {
      content: '';
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      background-color: rgba(0, 0, 0, 0.5); }
  .aha.parctice-area-spotlight .spotlight__wrapper .spotlight__content {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between; }
    .aha.parctice-area-spotlight .spotlight__wrapper .spotlight__content .large-title {
      max-width: 42.5rem; }
    .aha.parctice-area-spotlight .spotlight__wrapper .spotlight__content .spotlight__play-btn__wrapper {
      position: relative; }
      .aha.parctice-area-spotlight .spotlight__wrapper .spotlight__content .spotlight__play-btn__wrapper .jsDrawParcticeArrow {
        position: absolute;
        top: calc(100% + 20px);
        right: 50%;
        max-width: 6.875rem;
        height: auto; }
        @media screen and (min-width: 480px) {
          .aha.parctice-area-spotlight .spotlight__wrapper .spotlight__content .spotlight__play-btn__wrapper .jsDrawParcticeArrow {
            top: calc(100% + 36px);
            max-width: 13.125rem; } }
        @media screen and (min-width: 768px) {
          .aha.parctice-area-spotlight .spotlight__wrapper .spotlight__content .spotlight__play-btn__wrapper .jsDrawParcticeArrow {
            max-width: none; } }
        @media screen and (min-width: 991px) {
          .aha.parctice-area-spotlight .spotlight__wrapper .spotlight__content .spotlight__play-btn__wrapper .jsDrawParcticeArrow {
            max-width: 15rem; } }
        @media screen and (min-width: 1366px) {
          .aha.parctice-area-spotlight .spotlight__wrapper .spotlight__content .spotlight__play-btn__wrapper .jsDrawParcticeArrow {
            max-width: none; } }

.aha.small-banner .container {
  padding: 0;
  height: 13.4375rem;
  position: relative; }
  @media screen and (min-width: 768px) {
    .aha.small-banner .container {
      padding: 0 2.5rem;
      height: 29.375rem; } }
  @media (min-width: 1441px) {
    .aha.small-banner .container {
      padding: 0 5rem; } }

.aha.small-banner .small-banner__wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }
  @media screen and (min-width: 768px) {
    .aha.small-banner .small-banner__wrapper {
      left: 2.5rem;
      width: calc(100% - 80px); } }
  @media (min-width: 1441px) {
    .aha.small-banner .small-banner__wrapper {
      left: 5rem;
      width: calc(100% - 160px); } }
  .aha.small-banner .small-banner__wrapper::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    top: 0;
    left: 0; }
  .aha.small-banner .small-banner__wrapper img {
    object-fit: cover;
    width: 100%;
    height: 100%; }

.aha.small-banner--main {
  padding: 5.625rem 0 0; }
  @media screen and (min-width: 768px) {
    .aha.small-banner--main {
      padding: 9.375rem 0 0; } }

.aha.small-banner .small-banner__title-wrap {
  position: relative;
  z-index: 1;
  max-width: 21.875rem;
  margin: 0 auto;
  display: flex;
  align-items: center;
  height: 100%;
  padding: 1.25rem 0 0; }
  @media screen and (min-width: 768px) {
    .aha.small-banner .small-banner__title-wrap {
      display: block;
      height: auto;
      padding: 6.25rem 0 0;
      max-width: 57.5rem; } }

.aha.spotlight {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 1; }
  .aha.spotlight .spotlight__wrapper {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2.5rem 1.5rem; }
    @media screen and (min-width: 768px) {
      .aha.spotlight .spotlight__wrapper {
        padding: 2.5rem; } }
    .aha.spotlight .spotlight__wrapper .spotlight__title {
      max-width: 62.5rem; }
      @media screen and (min-width: 1460px) {
        .aha.spotlight .spotlight__wrapper .spotlight__title {
          max-width: 75rem; } }
      .aha.spotlight .spotlight__wrapper .spotlight__title h1 {
        font-size: 2.625rem;
        line-height: 2.875rem;
        color: #f8f5f5;
        font-weight: 400;
        margin: 0; }
        @media screen and (min-width: 768px) {
          .aha.spotlight .spotlight__wrapper .spotlight__title h1 {
            font-size: 3.625rem;
            line-height: 4.125rem; } }
        @media screen and (min-width: 1460px) {
          .aha.spotlight .spotlight__wrapper .spotlight__title h1 {
            font-size: 4.875rem;
            line-height: 5.375rem; } }
    .aha.spotlight .spotlight__wrapper .spotlight__scroll {
      position: absolute;
      width: 2rem;
      height: 2rem;
      background-color: transparent;
      border: 0;
      outline: none;
      padding: 0;
      display: flex;
      align-items: center;
      justify-content: center;
      left: 1.25rem;
      bottom: 2rem; }
      @media screen and (min-width: 768px) {
        .aha.spotlight .spotlight__wrapper .spotlight__scroll {
          left: 50%;
          bottom: 3.125rem;
          transform: translateX(-50%); } }
  .aha.spotlight .spotlight__video-wrap {
    height: 100vh; }
    .aha.spotlight .spotlight__video-wrap video {
      object-fit: cover;
      width: 100%;
      height: 100%; }

.aha.spotlight__slide2wrap {
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative; }
  .aha.spotlight__slide2wrap .title__wrapper {
    position: relative;
    padding: 2.5rem 1.25rem; }
    @media screen and (min-width: 768px) {
      .aha.spotlight__slide2wrap .title__wrapper {
        padding: 2.5rem; } }
    .aha.spotlight__slide2wrap .title__wrapper h2 {
      font-size: 2.625rem;
      line-height: 3.125rem;
      color: #0a0a0a;
      font-weight: 600;
      text-align: center; }
      @media screen and (min-width: 768px) {
        .aha.spotlight__slide2wrap .title__wrapper h2 {
          font-size: 3.625rem;
          line-height: 4.625rem; } }
      @media screen and (min-width: 1460px) {
        .aha.spotlight__slide2wrap .title__wrapper h2 {
          font-size: 4.875rem;
          line-height: 5.875rem; } }
    .aha.spotlight__slide2wrap .title__wrapper .jsSlide2SVG {
      max-width: 26.5rem;
      position: absolute;
      right: 0;
      top: 50%;
      transform: translateY(-50%); }
  .aha.spotlight__slide2wrap .spotlight__scroll2 {
    position: absolute;
    width: 2rem;
    height: 2rem;
    background-color: transparent;
    border: 0;
    outline: none;
    padding: 0;
    display: none;
    align-items: center;
    justify-content: center;
    left: 1.25rem;
    bottom: 2rem; }
    @media screen and (min-width: 768px) {
      .aha.spotlight__slide2wrap .spotlight__scroll2 {
        display: flex;
        left: 50%;
        bottom: 3.125rem;
        transform: translateX(-50%); } }

.slide2Anim {
  height: auto !important; }

.aha.team {
  padding: 0 0 5rem; }
  @media screen and (min-width: 768px) {
    .aha.team {
      padding: 0 0 9.375rem; } }
  .aha.team .team__title-wrap {
    padding: 0 0 7.0625rem;
    max-width: 65.625rem; }
    @media screen and (min-width: 768px) {
      .aha.team .team__title-wrap {
        padding: 0 0 8.75rem; } }
    @media screen and (min-width: 991px) {
      .aha.team .team__title-wrap {
        margin: 0 8.125rem 0 auto; } }
    .aha.team .team__title-wrap .large-title {
      margin: 0;
      color: #e4d8d8;
      display: inline-block;
      padding-right: 3.75rem;
      position: relative; }
      @media screen and (min-width: 768px) {
        .aha.team .team__title-wrap .large-title {
          padding-right: 8.75rem; } }
      .aha.team .team__title-wrap .large-title svg {
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
        max-width: 6.6875rem; }
        @media screen and (min-width: 768px) {
          .aha.team .team__title-wrap .large-title svg {
            max-width: 15.75rem; } }
  .aha.team .team__members-wrap {
    padding: 0 0 3.75rem; }
    @media screen and (min-width: 768px) {
      .aha.team .team__members-wrap {
        padding: 0 0 6.25rem; } }
    .aha.team .team__members-wrap .members__row {
      display: flex;
      justify-content: space-between;
      flex-wrap: wrap;
      margin: 0 -1.125rem;
      align-items: flex-start; }
      @media screen and (min-width: 768px) {
        .aha.team .team__members-wrap .members__row {
          flex-wrap: unset;
          margin: 0; } }
      .aha.team .team__members-wrap .members__row .team__member {
        flex: 0 0 calc(50% - 36px);
        margin: 0 1.125rem 3.125rem;
        position: relative; }
        @media screen and (min-width: 768px) {
          .aha.team .team__members-wrap .members__row .team__member {
            margin: 0 0.625rem;
            max-width: 15rem;
            width: 100%;
            flex: unset; }
            .aha.team .team__members-wrap .members__row .team__member:first-child {
              margin-top: 12.5rem; }
            .aha.team .team__members-wrap .members__row .team__member:nth-child(2) {
              margin-top: 6.25rem; }
            .aha.team .team__members-wrap .members__row .team__member:nth-child(4) {
              margin-top: 9.375rem; } }
        .aha.team .team__members-wrap .members__row .team__member.dummy_member {
          display: none; }
          @media screen and (min-width: 768px) {
            .aha.team .team__members-wrap .members__row .team__member.dummy_member {
              display: block; } }
        .aha.team .team__members-wrap .members__row .team__member .jsPopupTrigger {
          position: absolute;
          padding: 0;
          margin: 0;
          outline: none;
          opacity: 0;
          width: 100%;
          height: 100%;
          left: 0;
          top: 0;
          z-index: 1; }
        .aha.team .team__members-wrap .members__row .team__member .member__image {
          aspect-ratio: 1/1;
          width: 100%;
          height: auto;
          border-radius: 50%;
          overflow: hidden;
          position: relative;
          padding-top: 100%;
          overflow: hidden; }
          .aha.team .team__members-wrap .members__row .team__member .member__image img {
            object-fit: cover;
            width: 100%;
            height: 100%;
            object-position: top center;
            position: absolute;
            top: 0;
            left: 0; }
        .aha.team .team__members-wrap .members__row .team__member .member__details {
          text-align: center;
          padding: 1.25rem 0 0; }
          .aha.team .team__members-wrap .members__row .team__member .member__details .member__name, .aha.team .team__members-wrap .members__row .team__member .member__details .member__desig {
            display: block;
            text-align: center;
            font-size: 1rem;
            line-height: 1rem;
            color: #e4d8d8;
            margin: 0 0 0.375rem; }
            @media screen and (min-width: 768px) {
              .aha.team .team__members-wrap .members__row .team__member .member__details .member__name, .aha.team .team__members-wrap .members__row .team__member .member__details .member__desig {
                font-size: 1.375rem;
                line-height: 1.375rem; } }
          .aha.team .team__members-wrap .members__row .team__member .member__details .member__desig {
            color: #726c6c;
            margin: 0; }
            @media screen and (min-width: 768px) {
              .aha.team .team__members-wrap .members__row .team__member .member__details .member__desig {
                font-size: 1.25rem; } }
  .aha.team .team__popup-wrap {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 999;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.8);
    display: none; }
    .aha.team .team__popup-wrap .popup__holder {
      display: flex;
      height: 101%;
      background-color: #f8f5f5;
      background-size: cover;
      background-position: center;
      position: relative;
      flex-direction: column-reverse;
      overflow: auto;
      padding: 0; }
      @media screen and (min-width: 768px) {
        .aha.team .team__popup-wrap .popup__holder {
          padding: 0 5rem; } }
      @media screen and (min-width: 1199px) {
        .aha.team .team__popup-wrap .popup__holder {
          background-image: url("../images/popup-bg.jpg"); } }
      @media screen and (min-width: 1199px) {
        .aha.team .team__popup-wrap .popup__holder {
          flex-direction: row;
          overflow: unset;
          margin-left: 12%;
          padding: 0; } }
      .aha.team .team__popup-wrap .popup__holder .popup__close {
        position: fixed;
        width: 3.75rem;
        height: 3.75rem;
        border: 1px solid #E70F47;
        border-radius: 50%;
        padding: 0;
        margin: 0;
        bottom: 1rem;
        right: 1rem;
        background-color: transparent;
        background-image: url("../images/popup-close-mob.svg");
        background-position: center;
        background-repeat: no-repeat; }
        @media screen and (min-width: 1199px) {
          .aha.team .team__popup-wrap .popup__holder .popup__close {
            background-color: transparent;
            position: absolute;
            width: 8.75rem;
            height: 8.75rem;
            bottom: auto;
            top: calc(50% - 70px);
            right: calc(100% - 30px);
            background-image: url("../images/popup-close-desk.svg"); } }
      .aha.team .team__popup-wrap .popup__holder .popup__contents {
        /* Hide scrollbar for Chrome, Safari and Opera */
        /* Hide scrollbar for IE, Edge and Firefox */
        -ms-overflow-style: none;
        /* IE and Edge */
        scrollbar-width: none;
        /* Firefox */
        padding: 2.5rem 1.5rem 6.125rem; }
        .aha.team .team__popup-wrap .popup__holder .popup__contents::-webkit-scrollbar {
          display: none; }
        @media screen and (min-width: 768px) {
          .aha.team .team__popup-wrap .popup__holder .popup__contents {
            padding: 5rem 0; } }
        @media screen and (min-width: 1199px) {
          .aha.team .team__popup-wrap .popup__holder .popup__contents {
            padding: 3.75rem 1.5625rem 3.75rem 2.5rem;
            flex: 0 0 28.125rem;
            height: 100%;
            overflow: auto; } }
        @media screen and (min-width: 1366px) {
          .aha.team .team__popup-wrap .popup__holder .popup__contents {
            flex: 0 0 39.0625rem;
            padding: 5rem 1.5625rem 5rem 6.25rem;
            margin-right: 5%; } }
        .aha.team .team__popup-wrap .popup__holder .popup__contents h2 {
          font-size: 2.25rem;
          line-height: 2.25rem;
          font-weight: 400;
          color: #0a0a0a;
          margin: 0; }
          @media screen and (min-width: 768px) {
            .aha.team .team__popup-wrap .popup__holder .popup__contents h2 {
              font-size: 2rem;
              line-height: 2.5rem; } }
          .aha.team .team__popup-wrap .popup__holder .popup__contents h2.light {
            color: #726c6c;
            margin: 0 0 2.5rem; }
            @media screen and (min-width: 768px) {
              .aha.team .team__popup-wrap .popup__holder .popup__contents h2.light {
                margin: 0 0 1.25rem; } }
        .aha.team .team__popup-wrap .popup__holder .popup__contents p {
          font-size: 1rem;
          line-height: 1.375rem;
          color: #0a0a0a;
          margin: 0 0 1.25rem; }
        .aha.team .team__popup-wrap .popup__holder .popup__contents .content__foot {
          margin-bottom: 1.875rem; }
          .aha.team .team__popup-wrap .popup__holder .popup__contents .content__foot:last-of-type {
            margin-bottom: 0; }
          @media screen and (min-width: 768px) {
            .aha.team .team__popup-wrap .popup__holder .popup__contents .content__foot {
              display: flex; } }
          .aha.team .team__popup-wrap .popup__holder .popup__contents .content__foot h3 {
            min-width: 5rem; }
          .aha.team .team__popup-wrap .popup__holder .popup__contents .content__foot h3, .aha.team .team__popup-wrap .popup__holder .popup__contents .content__foot p {
            font-size: 1rem;
            line-height: 1.375rem;
            margin: 0 0 0.625rem; }
            @media screen and (min-width: 768px) {
              .aha.team .team__popup-wrap .popup__holder .popup__contents .content__foot h3, .aha.team .team__popup-wrap .popup__holder .popup__contents .content__foot p {
                margin: 0 4.0625rem 0 0; } }
          .aha.team .team__popup-wrap .popup__holder .popup__contents .content__foot p {
            margin: 0 0 0.625rem; }
            .aha.team .team__popup-wrap .popup__holder .popup__contents .content__foot p:last-of-type {
              margin-bottom: 0; }
      .aha.team .team__popup-wrap .popup__holder .popup__image {
        max-width: 31.25rem;
        margin: 0 auto;
        background-color: white;
        width: 100%;
        flex: 0 0 28.125rem; }
        @media screen and (min-width: 480px) {
          .aha.team .team__popup-wrap .popup__holder .popup__image {
            background-color: transparent; } }
        @media screen and (min-width: 768px) {
          .aha.team .team__popup-wrap .popup__holder .popup__image {
            width: auto;
            flex: 1; } }
        @media screen and (min-width: 1199px) {
          .aha.team .team__popup-wrap .popup__holder .popup__image {
            max-width: none;
            margin: 0; } }
        .aha.team .team__popup-wrap .popup__holder .popup__image img {
          object-fit: cover;
          object-position: top left;
          width: 100%;
          height: 100%; }
  .aha.team .team__join-wrap {
    text-align: center; }
    .aha.team .team__join-wrap h3 {
      font-size: 1.5rem;
      line-height: 1.8125rem;
      font-weight: 400;
      color: #e4d8d8;
      margin: 0; }
      @media screen and (min-width: 768px) {
        .aha.team .team__join-wrap h3 {
          font-size: 2.625rem;
          line-height: 3.125rem; } }
      .aha.team .team__join-wrap h3.dark {
        color: #726c6c; }
    .aha.team .team__join-wrap .team__join-btn {
      text-decoration: none;
      color: #e4d8d8;
      font-size: 0.875rem;
      line-height: 1.0625rem;
      width: 9.6875rem;
      height: 9.6875rem;
      border: 1px solid #e4d8d8;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      margin: 2.5rem auto 0rem; }
      @media screen and (min-width: 768px) {
        .aha.team .team__join-wrap .team__join-btn {
          font-size: 1.25rem;
          line-height: 1.375rem;
          width: 15rem;
          height: 15rem;
          margin: 6.25rem auto 0rem; } }

.aha.testimonial-slider {
  min-height: 100vh;
  display: flex;
  align-items: center;
  padding: 10rem 0; }
  @media screen and (min-width: 991px) {
    .aha.testimonial-slider {
      padding: 0; } }
  .aha.testimonial-slider .container {
    flex: 0 0 100%;
    width: 100%; }
  .aha.testimonial-slider .testimonial-slider__wrapper {
    max-width: 81.25rem;
    margin: 0 auto;
    display: flex;
    flex-direction: column; }
    @media screen and (min-width: 991px) {
      .aha.testimonial-slider .testimonial-slider__wrapper {
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        padding-left: 2.8125rem; } }
    .aha.testimonial-slider .testimonial-slider__wrapper .testimonial-slider__next {
      order: 2; }
      @media screen and (min-width: 991px) {
        .aha.testimonial-slider .testimonial-slider__wrapper .testimonial-slider__next {
          flex: 0 0 18.75rem;
          order: unset; } }
      .aha.testimonial-slider .testimonial-slider__wrapper .testimonial-slider__next .jsTestimonialNext {
        width: 6.5625rem;
        height: 6.5625rem;
        border: 1px solid #726C6C;
        border-radius: 50%;
        background-color: transparent;
        padding: 0;
        background-position: center;
        background-repeat: no-repeat;
        background-size: 3.125rem 3.125rem;
        background-image: url(../images/testimonial-plus-icon.svg);
        outline: none;
        margin: 3.75rem auto 0;
        display: block; }
        @media screen and (min-width: 768px) {
          .aha.testimonial-slider .testimonial-slider__wrapper .testimonial-slider__next .jsTestimonialNext {
            width: 18.75rem;
            height: 18.75rem;
            background-size: 6.25rem 6.25rem; } }
        .aha.testimonial-slider .testimonial-slider__wrapper .testimonial-slider__next .jsTestimonialNext svg {
          width: 100%;
          height: 100%;
          transform: rotate(-90deg); }
          .aha.testimonial-slider .testimonial-slider__wrapper .testimonial-slider__next .jsTestimonialNext svg circle {
            stroke-width: 0.1875rem; }
            @media screen and (min-width: 768px) {
              .aha.testimonial-slider .testimonial-slider__wrapper .testimonial-slider__next .jsTestimonialNext svg circle {
                stroke-width: 0.125rem; } }
        @media screen and (min-width: 991px) {
          .aha.testimonial-slider .testimonial-slider__wrapper .testimonial-slider__next .jsTestimonialNext {
            margin: 0; } }
    @media screen and (min-width: 991px) {
      .aha.testimonial-slider .testimonial-slider__wrapper .testimonial-slider__contents {
        max-width: 57%; } }
    .aha.testimonial-slider .testimonial-slider__wrapper .testimonial-slider__contents h2 {
      font-size: 2.25rem;
      line-height: 2.6875rem;
      font-weight: 400;
      color: #E4D8D8;
      margin: 0 0 1.875rem; }
      @media screen and (min-width: 768px) {
        .aha.testimonial-slider .testimonial-slider__wrapper .testimonial-slider__contents h2 {
          font-size: 2.75rem;
          line-height: 3.4375rem;
          margin: 0 0 2.8125rem; } }
      @media screen and (min-width: 1460px) {
        .aha.testimonial-slider .testimonial-slider__wrapper .testimonial-slider__contents h2 {
          font-size: 3.375rem;
          line-height: 4.0625rem; } }
      .aha.testimonial-slider .testimonial-slider__wrapper .testimonial-slider__contents h2 span {
        display: inline-block;
        margin-right: 0.5rem; }
        @media screen and (min-width: 768px) {
          .aha.testimonial-slider .testimonial-slider__wrapper .testimonial-slider__contents h2 span {
            margin-right: 0.625rem; } }
        .aha.testimonial-slider .testimonial-slider__wrapper .testimonial-slider__contents h2 span:last-child {
          margin-right: 0; }
        .aha.testimonial-slider .testimonial-slider__wrapper .testimonial-slider__contents h2 span em {
          font-style: normal;
          display: inline-block; }
    .aha.testimonial-slider .testimonial-slider__wrapper .testimonial-slider__contents h6 {
      font-size: 0.875rem;
      line-height: 1.0625rem;
      font-weight: 400;
      color: #726C6C;
      margin: 0; }
      @media screen and (min-width: 768px) {
        .aha.testimonial-slider .testimonial-slider__wrapper .testimonial-slider__contents h6 {
          font-size: 1.25rem;
          line-height: 1.6875rem; } }
    .aha.testimonial-slider .testimonial-slider__wrapper .testimonial-slider__contents .jsTestimonialSlider .slick-track {
      display: flex;
      align-items: center; }
    .aha.testimonial-slider .testimonial-slider__wrapper .testimonial-slider__contents .jsTestimonialSlider .slick-slide h2, .aha.testimonial-slider .testimonial-slider__wrapper .testimonial-slider__contents .jsTestimonialSlider .slick-slide h6 {
      position: relative;
      opacity: 0;
      top: 2.5rem;
      transition: opacity 0.8s ease, top 0.8s ease;
      transition-delay: 0.3s; }
    .aha.testimonial-slider .testimonial-slider__wrapper .testimonial-slider__contents .jsTestimonialSlider .slick-slide h6 {
      transition-delay: 0.45s; }
    .aha.testimonial-slider .testimonial-slider__wrapper .testimonial-slider__contents .jsTestimonialSlider .slick-slide.slick-active h2, .aha.testimonial-slider .testimonial-slider__wrapper .testimonial-slider__contents .jsTestimonialSlider .slick-slide.slick-active h6 {
      opacity: 1;
      top: 0; }

.aha.wrk-dp-contents .wrk-dp-contents__wrapper {
  color: #e4d8d8;
  position: relative;
  z-index: 1; }
  .aha.wrk-dp-contents .wrk-dp-contents__wrapper h2 {
    font-size: 1.5rem;
    line-height: 1.625rem;
    font-weight: 400;
    max-width: 51.25rem;
    margin: 0 0 1.25rem;
    position: relative; }
    @media screen and (min-width: 768px) {
      .aha.wrk-dp-contents .wrk-dp-contents__wrapper h2 {
        font-size: 2rem;
        line-height: 2.5rem;
        margin: 0 0 1.875rem; } }
    @media screen and (min-width: 1460px) {
      .aha.wrk-dp-contents .wrk-dp-contents__wrapper h2 {
        font-size: 2.625rem;
        line-height: 3.125rem; } }
  .aha.wrk-dp-contents .wrk-dp-contents__wrapper h6 {
    font-size: 1rem;
    line-height: 1.125rem;
    font-weight: 500;
    margin: 0 0 0.625rem; }
    @media screen and (min-width: 768px) {
      .aha.wrk-dp-contents .wrk-dp-contents__wrapper h6 {
        font-size: 1.25rem;
        line-height: 1.375rem;
        margin: 0 0 1.25rem; } }
  .aha.wrk-dp-contents .wrk-dp-contents__wrapper p {
    font-size: 1rem;
    line-height: 1.375rem;
    font-weight: 400;
    margin: 0 0 2.5rem;
    max-width: 50rem; }
    @media screen and (min-width: 768px) {
      .aha.wrk-dp-contents .wrk-dp-contents__wrapper p {
        font-size: 1.25rem;
        line-height: 1.6875rem; } }
    .aha.wrk-dp-contents .wrk-dp-contents__wrapper p a {
      color: inherit !important; }
  .aha.wrk-dp-contents .wrk-dp-contents__wrapper ul {
    list-style: none;
    margin: 0;
    padding: 0;
    margin: 0 0 2.5rem; }
    .aha.wrk-dp-contents .wrk-dp-contents__wrapper ul li {
      position: relative;
      padding-left: 0.9375rem;
      font-size: 1rem;
      line-height: 1.375rem;
      font-weight: 400;
      margin-bottom: 0.625rem; }
      @media screen and (min-width: 768px) {
        .aha.wrk-dp-contents .wrk-dp-contents__wrapper ul li {
          font-size: 1.25rem;
          line-height: 1.6875rem; } }
      .aha.wrk-dp-contents .wrk-dp-contents__wrapper ul li::before {
        content: '•';
        position: absolute;
        left: 0;
        top: 0; }
  .aha.wrk-dp-contents .wrk-dp-contents__wrapper .jsStarSVG {
    display: none;
    max-width: 2.625rem;
    position: absolute;
    left: -5rem;
    top: 0.625rem; }
    @media screen and (min-width: 768px) {
      .aha.wrk-dp-contents .wrk-dp-contents__wrapper .jsStarSVG {
        display: block; } }
  .aha.wrk-dp-contents .wrk-dp-contents__wrapper .contents__wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end; }
    .aha.wrk-dp-contents .wrk-dp-contents__wrapper .contents__wrapper--title {
      margin-bottom: 3.125rem; }
      @media screen and (min-width: 991px) {
        .aha.wrk-dp-contents .wrk-dp-contents__wrapper .contents__wrapper--title {
          flex-direction: row-reverse; } }
      .aha.wrk-dp-contents .wrk-dp-contents__wrapper .contents__wrapper--title h2 {
        font-size: 1.5rem;
        line-height: 1.8125rem;
        margin: 0 0 2.25rem; }
        @media screen and (min-width: 768px) {
          .aha.wrk-dp-contents .wrk-dp-contents__wrapper .contents__wrapper--title h2 {
            font-size: 2rem;
            line-height: 2.5rem;
            margin: 0 0 1.875rem; } }
        @media screen and (min-width: 1460px) {
          .aha.wrk-dp-contents .wrk-dp-contents__wrapper .contents__wrapper--title h2 {
            font-size: 2.625rem;
            line-height: 3.125rem; } }
    .aha.wrk-dp-contents .wrk-dp-contents__wrapper .contents__wrapper .left-sec {
      max-width: 100%;
      flex: 0 0 100%; }
      @media screen and (min-width: 768px) {
        .aha.wrk-dp-contents .wrk-dp-contents__wrapper .contents__wrapper .left-sec {
          padding-left: 12%; } }
      @media screen and (min-width: 991px) {
        .aha.wrk-dp-contents .wrk-dp-contents__wrapper .contents__wrapper .left-sec {
          max-width: 23.75rem;
          flex: 0 0 23.75rem;
          padding-left: 1.25rem; } }
      .aha.wrk-dp-contents .wrk-dp-contents__wrapper .contents__wrapper .left-sec .content-detail__item {
        display: flex;
        align-items: flex-start;
        margin: 0 0 0.625rem; }
        .aha.wrk-dp-contents .wrk-dp-contents__wrapper .contents__wrapper .left-sec .content-detail__item h6 {
          flex: 0 0 8.4375rem;
          margin: 0 0 1.25rem; }
        .aha.wrk-dp-contents .wrk-dp-contents__wrapper .contents__wrapper .left-sec .content-detail__item p {
          margin: 0 0 0.3125rem; }
        .aha.wrk-dp-contents .wrk-dp-contents__wrapper .contents__wrapper .left-sec .content-detail__item .spc__text {
          font-weight: bold;
          font-size: 1.125rem; }
          @media screen and (min-width: 768px) {
            .aha.wrk-dp-contents .wrk-dp-contents__wrapper .contents__wrapper .left-sec .content-detail__item .spc__text {
              font-size: 1.375rem; } }
    .aha.wrk-dp-contents .wrk-dp-contents__wrapper .contents__wrapper .right-sec {
      flex: 0 0 100%; }
      @media screen and (min-width: 991px) {
        .aha.wrk-dp-contents .wrk-dp-contents__wrapper .contents__wrapper .right-sec {
          flex: 0 0 calc(100% - 380px); } }
      .aha.wrk-dp-contents .wrk-dp-contents__wrapper .contents__wrapper .right-sec .back-to-btn--round {
        position: relative;
        top: 20px; }
        .aha.wrk-dp-contents .wrk-dp-contents__wrapper .contents__wrapper .right-sec .back-to-btn--round a {
          background-color: #e4d8d8;
          color: #0a0a0a;
          min-width: 184px;
          padding: 21px 54px;
          border-radius: 32px;
          color: #0a0a0a;
          font-size: 20px;
          line-height: 22px;
          font-weight: 600; }
      @media screen and (min-width: 768px) {
        .aha.wrk-dp-contents .wrk-dp-contents__wrapper .contents__wrapper .right-sec .right-sec__indent {
          padding-left: 12%; } }
      .aha.wrk-dp-contents .wrk-dp-contents__wrapper .contents__wrapper .right-sec .right-sec__indent .bck-btn .back-to-btn {
        position: relative;
        top: 20px;
        margin: 0; }
      @media screen and (min-width: 768px) {
        .aha.wrk-dp-contents .wrk-dp-contents__wrapper .contents__wrapper .right-sec__back {
          padding-left: 12%; } }
      .aha.wrk-dp-contents .wrk-dp-contents__wrapper .contents__wrapper .right-sec__back .aha.back-to-btn {
        margin-left: 0; }
    .aha.wrk-dp-contents .wrk-dp-contents__wrapper .contents__wrapper .wrk-dp__video-wrap {
      max-width: 100%;
      position: relative;
      margin: 3.75rem 0; }
      @media screen and (min-width: 768px) {
        .aha.wrk-dp-contents .wrk-dp-contents__wrapper .contents__wrapper .wrk-dp__video-wrap {
          margin: 5rem 0; } }
      .aha.wrk-dp-contents .wrk-dp-contents__wrapper .contents__wrapper .wrk-dp__video-wrap video {
        object-fit: cover;
        width: 100%;
        height: 100%; }
      .aha.wrk-dp-contents .wrk-dp-contents__wrapper .contents__wrapper .wrk-dp__video-wrap .video__duration {
        position: absolute;
        left: 0.9375rem;
        bottom: 0.9375rem;
        color: #f8f5f5;
        font-size: 1.125rem;
        line-height: 1.5625rem;
        z-index: 1;
        transition: all 0.4s ease-in-out; }
        @media screen and (min-width: 768px) {
          .aha.wrk-dp-contents .wrk-dp-contents__wrapper .contents__wrapper .wrk-dp__video-wrap .video__duration {
            font-size: 1.25rem;
            line-height: 1.6875rem;
            left: 2.5rem;
            bottom: 2.5rem; } }
      .aha.wrk-dp-contents .wrk-dp-contents__wrapper .contents__wrapper .wrk-dp__video-wrap .play__btn {
        position: absolute;
        z-index: 1;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        transition: all 0.4s ease-in-out; }
      .aha.wrk-dp-contents .wrk-dp-contents__wrapper .contents__wrapper .wrk-dp__video-wrap.active .play__btn, .aha.wrk-dp-contents .wrk-dp-contents__wrapper .contents__wrapper .wrk-dp__video-wrap.active .video__duration {
        opacity: 0;
        visibility: hidden; }
    .aha.wrk-dp-contents .wrk-dp-contents__wrapper .contents__wrapper .wrk-dp__image-wrap {
      margin: 0 0 2.5rem; }
      @media screen and (min-width: 768px) {
        .aha.wrk-dp-contents .wrk-dp-contents__wrapper .contents__wrapper .wrk-dp__image-wrap {
          margin: 0 0 5rem; } }
      .aha.wrk-dp-contents .wrk-dp-contents__wrapper .contents__wrapper .wrk-dp__image-wrap p {
        margin: 0; }
      .aha.wrk-dp-contents .wrk-dp-contents__wrapper .contents__wrapper .wrk-dp__image-wrap img {
        width: 100%;
        display: block; }
        .aha.wrk-dp-contents .wrk-dp-contents__wrapper .contents__wrapper .wrk-dp__image-wrap img.isDesktop {
          display: none; }
          @media screen and (min-width: 768px) {
            .aha.wrk-dp-contents .wrk-dp-contents__wrapper .contents__wrapper .wrk-dp__image-wrap img.isDesktop {
              display: block; } }
        @media screen and (min-width: 768px) {
          .aha.wrk-dp-contents .wrk-dp-contents__wrapper .contents__wrapper .wrk-dp__image-wrap img.isMobile {
            display: none; } }

.aha.wrk-dp-contents.wrk-dp-contents--full-width .wrk-dp-contents__wrapper h2, .aha.wrk-dp-contents.wrk-dp-contents--full-width .wrk-dp-contents__wrapper p {
  max-width: none; }

@media screen and (min-width: 768px) {
  .aha.wrk-dp-contents.wrk-dp-contents--full-width .wrk-dp-contents__wrapper p {
    margin: 0 0 2.5rem; } }

@media screen and (min-width: 991px) {
  .aha.wrk-dp-contents.wrk-dp-contents--full-width .wrk-dp-contents__wrapper .contents__wrapper .right-sec {
    flex: 0 0 100%;
    max-width: 65.625rem;
    margin-right: 8vw; } }

@media screen and (min-width: 1460px) {
  .aha.wrk-dp-contents.wrk-dp-contents--full-width .wrk-dp-contents__wrapper .contents__wrapper .right-sec {
    max-width: 71.875rem; } }

@media screen and (min-width: 768px) {
  .aha.wrk-dp-contents.wrk-dp-contents--full-width .wrk-dp-contents__wrapper .contents__wrapper .right-sec .right-sec__indent {
    padding-left: 6.25rem; } }

.aha.wrk-lp-intro {
  padding: 9.375rem 0 3.75rem; }
  @media screen and (min-width: 768px) {
    .aha.wrk-lp-intro {
      padding: 15.625rem 0 5rem; } }
  .aha.wrk-lp-intro .wrk-lp-intro__wrapper {
    max-width: 65.625rem;
    margin: 0 auto; }
    .aha.wrk-lp-intro .wrk-lp-intro__wrapper .eyebrow {
      display: block;
      font-size: 1rem;
      line-height: 1.375rem;
      font-weight: 400;
      margin: 0 0 0.9375rem;
      color: black; }
      @media screen and (min-width: 768px) {
        .aha.wrk-lp-intro .wrk-lp-intro__wrapper .eyebrow {
          font-size: 1.25rem;
          line-height: 1.6875rem;
          margin: 0 0 1.875rem; } }
    .aha.wrk-lp-intro .wrk-lp-intro__wrapper p {
      color: #0a0a0a;
      font-size: 1.5rem;
      line-height: 1.8125rem;
      margin: 0 0 1.875rem;
      font-weight: 400; }
      @media screen and (min-width: 768px) {
        .aha.wrk-lp-intro .wrk-lp-intro__wrapper p {
          font-size: 2.25rem;
          line-height: 1.3;
          margin: 0 0 3.75rem; } }
    .aha.wrk-lp-intro .wrk-lp-intro__wrapper .large-title {
      margin: 0;
      text-align: left; }
