.hhero {
  background: #0A0A0A;
  position: relative;
  overflow: hidden;
}

.hhero__bg {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  z-index: 110;
  width: 3760px;
  max-width: none;
  display: none;
}
@media (min-width: 1200px) {
  .hhero__bg {
    display: block;
  }
}

.hhero__bg-mobile {
  position: absolute;
  right: 0;
  top: 0;
  width: auto;
  height: 100%;
  z-index: -1;
  max-width: none;
}
@media (min-width: 1200px) {
  .hhero__bg-mobile {
    display: none;
  }
}

.hhero__top-part {
  padding: 20px 0 10px 0;
  position: relative;
  z-index: 120;
  display: flex;
  align-items: flex-end;
  min-height: 384px;
}
@media (min-width: 480px) {
  .hhero__top-part {
    padding: 40px 0 10px 0;
    min-height: 411px;
  }
}
@media (min-width: 768px) {
  .hhero__top-part {
    padding: 40px 0 30px 0;
    min-height: 487px;
  }
}
@media (min-width: 1200px) {
  .hhero__top-part {
    padding: 40px 0 71px 0;
    min-height: 625px;
  }
}
.hhero__top-part .l-wrap {
  width: 100%;
}
.hhero__top-part::before {
  content: "";
  position: absolute;
  width: calc(var(--edge-line-position) + 1px);
  left: 0;
  top: 0;
  height: 100%;
  border-right: 1px solid #444444;
  background: #0A0A0A;
  display: none;
}
@media (min-width: 1500px) {
  .hhero__top-part::before {
    display: block;
  }
}
.acf-block-preview .hhero__top-part::before {
  display: none;
}

.hhero__title {
  color: #fff !important;
  line-height: 0.9;
  margin-left: 0.7rem;
  font-size: 32px;
}
@media screen and (min-width: 375px) {
  .hhero__title {
    font-size: calc(32px + 34 * ((100vw - 375px) / 825));
  }
}
@media screen and (min-width: 1200px) {
  .hhero__title {
    font-size: 66px;
  }
}
@media (min-width: 1500px) {
  .hhero__title {
    margin-left: calc(var(--gutter) + 3.5rem);
  }
}
@media (min-width: 1650px) {
  .hhero__title {
    margin-left: 0.7rem;
  }
}
.hhero__title span {
  display: inline-block;
  opacity: 0;
  animation: fadeInUp 1s cubic-bezier(0.16, 1, 0.3, 1) forwards;
}
.hhero__title span.word-1 {
  animation-delay: 0.05s;
}
.hhero__title span.word-2 {
  animation-delay: 0.1s;
}
.hhero__title span.word-3 {
  animation-delay: 0.15s;
}
.hhero__title span.word-4 {
  animation-delay: 0.2s;
}
.hhero__title span.word-5 {
  animation-delay: 0.25s;
}
.hhero__title span.word-6 {
  animation-delay: 0.3s;
}
.hhero__title span.word-7 {
  animation-delay: 0.35s;
}
.hhero__title span.word-8 {
  animation-delay: 0.4s;
}
.hhero__title span.word-9 {
  animation-delay: 0.45s;
}
.hhero__title span.word-10 {
  animation-delay: 0.5s;
}

.c-title.hhero__title:not(.c-title--underline-disabled) em {
  position: relative;
  background-position: left 170%;
  animation: slideBackground 0.5s cubic-bezier(0.16, 1, 0.3, 1) forwards;
  animation-delay: 0.7s;
}

.hhero__title-dot {
  color: #FFB831;
  margin-left: -0.05em;
  position: relative;
}

.hhero__cta-part {
  border-top: 1px solid #444444;
  border-bottom: 1px solid #444444;
  background-image: linear-gradient(135deg, #444444 3.13%, #0a0a0a 3.13%, #0a0a0a 50%, #444444 50%, #444444 53.13%, #0a0a0a 53.13%, #0a0a0a 100%);
  background-size: 22.63px 22.63px;
  position: relative;
}
.hhero__cta-part::before {
  content: "";
  position: absolute;
  width: calc(var(--edge-line-position) + 1px);
  left: 0;
  top: -1px;
  height: calc(100% + 1px);
  border-right: 1px solid #444444;
  background: #0A0A0A;
  z-index: 99;
  display: none;
}
@media (min-width: 1500px) {
  .hhero__cta-part::before {
    display: block;
  }
}
.hhero__cta-part::after {
  content: "";
  position: absolute;
  width: 70%;
  right: 0;
  top: 0px;
  height: 100%;
  background: linear-gradient(to right, transparent 0px, transparent 100px, #0A0A0A 900px);
  z-index: 99;
}

.hhero__cta-content {
  display: flex;
}
@media (min-width: 1500px) {
  .hhero__cta-content {
    padding-left: 5.5rem;
  }
}
@media (min-width: 1650px) {
  .hhero__cta-content {
    padding-left: 0;
  }
}

.hhero__cta-btn-wrap {
  padding: 1.5rem;
  border-left: 1px solid #444444;
  border-right: 1px solid #444444;
  background: #0A0A0A;
  position: relative;
  z-index: 120;
}

.hhero__cta-button {
  --background: #0A0A0A;
  --edge-size: 15px;
  --border-color: #FFB831;
  --border-left-width: 1rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 1.5rem 3rem;
  background: var(--background);
  border-left-width: var(--border-left-width);
  border-color: var(--border-color);
  text-transform: uppercase;
  color: #fff;
  font-weight: 500;
  font-size: 1rem;
  gap: 0.5rem;
  letter-spacing: 0.1em;
  position: relative;
  isolation: isolate;
  clip-path: polygon(100% 0, 100% calc(100% - var(--edge-size)), calc(100% - var(--edge-size)) 100%, 0 100%, 0 0);
}
@media (min-width: 768px) {
  .hhero__cta-button {
    --edge-size: 25px;
    padding: 3rem 4rem;
  }
}
@media (min-width: 1200px) {
  .hhero__cta-button {
    --edge-size: 35px;
    height: 178px;
    width: 405px;
  }
}
.hhero__cta-button::before, .hhero__cta-button::after {
  content: "";
  position: absolute;
  inset: 0;
}
.hhero__cta-button::before {
  z-index: -2;
  background: var(--border-color);
}
.hhero__cta-button::after {
  background: var(--background);
  z-index: -1;
  clip-path: polygon(calc(100% - 1px) 1px, calc(100% - 1px) calc(100% - 1px - var(--edge-size)), calc(100% - 1px - var(--edge-size)) calc(100% - 1px), 1px calc(100% - 1px), 1px 1px);
}
.hhero__cta-button:hover {
  text-decoration: none;
  color: #0F1620;
}
.hhero__cta-button:hover span::after,
.hhero__cta-button:hover span::before {
  transform: translateX(0);
}
.hhero__cta-button span {
  isolation: isolate;
}
.hhero__cta-button svg {
  position: relative;
  z-index: 11;
}
.hhero__cta-button span::after,
.hhero__cta-button span::before {
  content: "";
  position: absolute;
  left: calc(-1 * var(--border-left-width));
  top: 0px;
  width: calc(100% + var(--border-left-width));
  height: 100%;
  background: var(--border-color);
  transform: translateX(-100%);
  transition: all 0.3s ease-in-out;
  z-index: -2;
}

.hhero__info {
  background: #FFB831;
  position: relative;
  z-index: 100;
}
.hhero__info::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 50%;
  height: 100%;
  background: #0A0A0A;
  display: none;
}
@media (min-width: 768px) {
  .hhero__info::after {
    display: block;
  }
}
.hhero__info::before {
  content: "";
  position: absolute;
  left: var(--edge-line-position);
  top: 0;
  width: 1px;
  height: 100%;
  background: #FFCD6F;
  z-index: 9;
}
.hhero__info .splide {
  z-index: 99;
}

.hhero__info-in {
  position: relative;
  background: #FFB831;
}

.hhero__info-triangle-wrap {
  position: absolute;
  left: -100px;
  top: -202px;
  width: 202px;
  height: 202px;
  z-index: 700;
  display: none;
}
@media (min-width: 1500px) {
  .hhero__info-triangle-wrap {
    display: block;
  }
}
@media (min-width: 1890px) {
  .hhero__info-triangle-wrap {
    left: 0;
  }
}
.hhero__info-triangle-wrap::before {
  content: "";
  position: absolute;
  right: 21px;
  bottom: 0;
  width: 1px;
  height: 21px;
  background: #FFCD6F;
  z-index: 9999999;
}
@media (min-width: 1890px) {
  .hhero__info-triangle-wrap::before {
    height: 121px;
    right: auto;
    left: var(--edge-line-position);
  }
}

.hhero__info-section {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  z-index: 9999;
}
@media (min-width: 768px) {
  .hhero__info-section {
    background: #0A0A0A;
  }
}
@media (min-width: 1200px) {
  .hhero__info-section {
    flex-wrap: nowrap;
  }
}

.hhero__info-content-wrap {
  background: #FFB831;
  width: 100%;
  padding: 1rem 0;
}
@media (min-width: 768px) {
  .hhero__info-content-wrap {
    width: 702px;
    flex: 0 0 702px;
    clip-path: polygon(calc(100% - 50px) 0%, 100% 50px, 100% 100%, 0 100%, 0 0);
    padding: 1.5rem 1.5rem 1.5rem 0;
  }
}
@media (min-width: 1200px) {
  .hhero__info-content-wrap {
    padding: 2rem 2rem 2rem 0;
    width: 50%;
    flex: 0 0 50%;
  }
}
@media (min-width: 1500px) {
  .hhero__info-content-wrap {
    width: 702px;
    flex: 0 0 702px;
  }
}

.hhero__info-content {
  background: #fff;
  clip-path: polygon(calc(100% - 35px) 0%, 100% 35px, 100% 100%, 0 100%, 0 0);
  padding: 1rem var(--gutter);
}
@media (min-width: 480px) {
  .hhero__info-content {
    padding: 2rem;
    min-width: 380px;
  }
}
@media (min-width: 768px) {
  .hhero__info-content {
    padding: 2rem var(--gutter);
  }
}
@media (min-width: 1200px) {
  .hhero__info-content {
    width: auto;
  }
}
@media (min-width: 1500px) {
  .hhero__info-content {
    padding: 4.375rem 8.125rem 4.6875rem 5rem;
  }
}

.hhero__info-text {
  padding-top: 0.375rem;
  line-height: 1.5;
  color: #4E4E4E;
}

.hhero__info-btn-wrap {
  margin-top: 1.8rem;
}

.hhero__info-side {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  position: relative;
  border-right: 1px solid #444444;
  margin-inline: calc(-1 * var(--gutter));
  width: calc(100% + 2 * var(--gutter));
}
@media (min-width: 1200px) {
  .hhero__info-side {
    width: 100%;
    margin: 0;
  }
}

.hhero__info-side-photo {
  width: 100%;
}

.hhero__testimonials {
  background-image: linear-gradient(45deg, #FFCD6F 4.55%, transparent 4.55%, transparent 50%, #FFCD6F 50%, #FFCD6F 54.55%, transparent 54.55%, transparent 100%);
  background-size: 11px 11px;
  background-color: #FFB831;
  border-top: 1px solid #444444;
  position: relative;
  z-index: 99;
}
.hhero__testimonials::before, .hhero__testimonials::after {
  content: "";
  position: absolute;
  width: calc(var(--edge-line-position) + 1px);
  left: 0;
  top: 0;
  height: 100%;
  border-right: 1px solid #FFCD6F;
  background: #FFB831;
  display: none;
}
@media (min-width: 1200px) {
  .hhero__testimonials::before, .hhero__testimonials::after {
    display: block;
  }
}
.hhero__testimonials::after {
  left: auto;
  right: 0;
  background-color: #0A0A0A;
  border-left: 1px solid #444444;
  border-right: 0;
}

.hhero__testimonials-in::before {
  content: "";
  position: absolute;
  right: 0;
  width: 50%;
  height: 100%;
  background-color: #0A0A0A;
  background-image: linear-gradient(135deg, #444444 4.55%, transparent 4.55%, transparent 50%, #444444 50%, #444444 54.55%, transparent 54.55%, transparent 100%);
  background-size: 11px 11px;
}
.hhero__testimonials-in::after {
  content: "";
  position: absolute;
  left: 0;
  top: -1px;
  width: 50%;
  height: 1px;
  background: #FFCD6F;
}

.hhero__testimonials-wrap {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  background: #1F1F1F;
  position: relative;
  z-index: 10;
}
@media (min-width: 768px) {
  .hhero__testimonials-wrap {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
.hhero__testimonials-wrap::after {
  content: "";
  position: absolute;
  left: 0;
  top: -1px;
  width: 50%;
  height: 1px;
  background: #444444;
}

.hhero__testimonial {
  color: #fff;
  border-right: 1px solid #444444;
  padding: 1.5rem var(--gutter);
  display: flex;
  flex-direction: column;
  gap: 1rem;
  justify-content: space-between;
  transition: all 0.3s ease-in-out;
  border-bottom: 1px solid #444444;
}
@media (min-width: 768px) {
  .hhero__testimonial {
    padding: 1.5rem 1rem;
    gap: 1.5rem;
  }
}
@media (min-width: 1200px) {
  .hhero__testimonial {
    padding: 4.5rem 2.5rem;
    gap: 3rem;
  }
}
@media (min-width: 768px) {
  .hhero__testimonial:hover {
    background: #fff;
    color: #313131;
  }
  .hhero__testimonial:hover .hhero__testimonial-avatar-wrap {
    background: #FFB831;
  }
  .hhero__testimonial:hover .hhero__testimonial-avatar-wrap::after {
    background: #FFB831;
  }
  .hhero__testimonial:hover .hhero__testimonial-avatar {
    filter: grayscale(0);
  }
  .hhero__testimonial:hover .hhero__testimonial-author-info,
.hhero__testimonial:hover .hhero__testimonial-author-name {
    color: #313131;
  }
}

.hhero__testimonial-top {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
@media (min-width: 768px) {
  .hhero__testimonial-top {
    gap: 1.5rem;
  }
}
@media (min-width: 1200px) {
  .hhero__testimonial-top {
    gap: 3rem;
  }
}

.hhero__testimonial-text {
  line-height: 1.5;
  font-size: 1rem;
}
@media (min-width: 768px) {
  .hhero__testimonial-text {
    font-size: 0.875rem;
  }
}
@media (min-width: 1200px) {
  .hhero__testimonial-text {
    font-size: 1rem;
  }
}

.hhero__testimonial-author {
  display: flex;
  gap: 1rem;
}
@media (min-width: 768px) {
  .hhero__testimonial-author {
    flex-wrap: wrap;
  }
}

.hhero__testimonial-avatar-wrap {
  background: #FFB831;
  width: 112px;
  height: 112px;
  transition: all 0.3s ease-in-out;
  clip-path: polygon(0 0, calc(100% - 30px) 0%, 100% 30px, 100% 100%, 0 100%);
  position: relative;
  padding: 1px;
}
.hhero__testimonial-avatar-wrap::after {
  content: "";
  background: #313131;
  position: absolute;
  inset: 1px;
  clip-path: polygon(0 0, calc(100% - 30px) 0%, 100% 30px, 100% 100%, 0 100%);
  z-index: -1;
  transition: var(--transition-default);
}

.hhero__testimonial-avatar {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center bottom;
  filter: grayscale(100%);
  transition: filter 0.3s ease-in-out;
}

.hhero__testimonial-author-info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #D0D5DD;
  transition: var(--transition-default);
}
@media (min-width: 768px) {
  .hhero__testimonial-author-info {
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .hhero__testimonial-author-info {
    width: auto;
  }
}
.hhero__testimonial-author-info > div {
  transition: var(--transition-default);
}

.hhero__testimonial-author-name {
  font-weight: 500;
  color: #fff;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translateX(-10px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes dashDraw {
  to {
    stroke-dashoffset: 0;
  }
}
@keyframes pop {
  0% {
    opacity: 0;
    transform: scale(0.9);
  }
  50% {
    opacity: 1;
    transform: scale(1.05);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes popBig {
  0% {
    opacity: 0;
    transform: scale(0.7);
  }
  50% {
    opacity: 1;
    transform: scale(1.3);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes resizeBigSmall {
  0% {
    transform: scale(1);
  }
  50% {
    opacity: 1;
    transform: scale(1.1);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes rotateSlow {
  to {
    transform: rotate(-360deg);
  }
}
@keyframes slideIn {
  from {
    opacity: 0;
    transform: translateX(-20px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes rotateRight {
  to {
    transform: rotate(360deg);
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(15px) rotate(-2deg);
  }
  100% {
    opacity: 1;
    transform: translateY(0) rotate(0deg);
  }
}
@keyframes fadeInBackground {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes slideBackground {
  0% {
    background-position: center 170%;
  }
  100% {
    background-position: center calc(100% - 0.15em);
  }
}
.hhero__bg {
  --opacity-time: 2s;
}
.hhero__bg #whiteLine {
  opacity: 0;
  animation: fadeInRight var(--opacity-time) ease forwards;
  animation-delay: 0s;
}
.hhero__bg #line--dashed {
  opacity: 0;
  stroke-dashoffset: 1000;
  animation: fadeInRight var(--opacity-time) ease forwards, dashDraw 55s linear infinite;
  animation-delay: 0.2s, 0.2s;
}
.hhero__bg #gradientLine {
  opacity: 0;
  animation: fadeInRight var(--opacity-time) ease forwards;
  animation-delay: 0.35s;
}
.hhero__bg #orangeLine-curvy {
  opacity: 0;
  animation: fadeInRight var(--opacity-time) ease forwards;
  animation-delay: 0.5s;
}
.hhero__bg #blueLine {
  opacity: 0;
  animation: fadeInRight var(--opacity-time) ease forwards;
  animation-delay: 0.65s;
}
.hhero__bg #line--dashed2 {
  opacity: 0;
  stroke-dashoffset: 1000;
  animation: fadeInRight var(--opacity-time) ease forwards, dashDraw 130s linear infinite reverse;
  animation-delay: 0.8s, 0.8s;
}
.hhero__bg #orangeLine, .hhero__bg #lines--right {
  opacity: 0;
  transform: translateX(-100px);
  transform-box: fill-box;
  transform-origin: center center;
  animation: slideIn 0.75s ease forwards;
}
.hhero__bg #orangeLine {
  animation-delay: 2s;
}
.hhero__bg #lines--right {
  animation-delay: 2.2s;
}
.hhero__bg #whatLogo {
  opacity: 0;
  transform: scale(0);
  transform-box: fill-box;
  transform-origin: center center;
  animation: pop 1s ease forwards;
  animation-delay: 1.5s;
}
.hhero__bg #squareLogo--dashed {
  transform-box: fill-box;
  transform-origin: center center;
  animation: rotateRight 20s 1.6s linear infinite;
}
.hhero__bg #squareLogo--dashed path {
  opacity: 0;
  transform-box: fill-box;
  transform-origin: center center;
  animation: pop 1s ease 1.6s 1 forwards;
}
.hhero__bg #orangeDot {
  opacity: 0;
  transform: scale(0.8);
  transform-box: fill-box;
  transform-origin: center center;
  animation: popBig 1s ease forwards, resizeBigSmall 4s ease infinite;
  animation-delay: 2.5s, 4s;
}