/*!*******************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./node_modules/sass-resources-loader/lib/loader.js??ruleSet[1].rules[0].use[3]!./template-parts/block-hero/block-hero.scss ***!
  \*******************************************************************************************************************************************************************************************************************/
@font-face {
  font-family: "Roboto";
  src: url(9d43b86421e004e704b9.woff2) format("woff2"), url(0944be1093c62cedb919.woff) format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Poppins';
  src: url(b0196a8e33f742b969fa.woff2) format("woff2"), url(920af10f4250330f4554.woff) format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Poppins';
  src: url(9c0b2b4c7ffc5f720a21.woff2) format("woff2"), url(b81a0cdf05e7d53d693e.woff) format("woff");
  font-weight: normal;
  font-style: italic;
  font-display: swap; }

@font-face {
  font-family: 'Poppins';
  src: url(da98bcbc9fb47348882d.woff2) format("woff2"), url(04196e78ff1a51a39da7.woff) format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Poppins';
  src: url(a4fbdbaf3fa3c8509f4a.woff2) format("woff2"), url(cb6a910c072b9107c9f6.woff) format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap; }

.r-22-400 {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-size: 22px;
  line-height: 150%;
  letter-spacing: 0.03em; }

.r-16-400 {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0.03em; }

.poppins-12-400,
.poppins-14-400,
.poppins-16-400,
.arr-btn,
.poppins-18-400,
.hero-banner__top-text {
  font-family: "Poppins";
  font-weight: 400;
  line-height: 1.5; }

.poppins-12-400 {
  font-size: .75rem; }

.poppins-14-400 {
  font-size: .875rem; }


.poppins-16-400,
.arr-btn {
  font-size: 1rem; }


.poppins-18-400,
.hero-banner__top-text {
  font-size: 1rem;
  font-size: clamp(1rem, 1.125vw, 1.125rem); }

.poppins-x-600,
.poppins-18-600,
.poppins-20-600,
.poppins-24-600,
.poppins-32-600,
.poppins-36-600,
.poppins-40-600,
.poppins-43-600,
.poppins-48-600,
.poppins-100-600 {
  font-family: "Poppins";
  font-weight: 600;
  line-height: 1.2; }

.poppins-18-600 {
  font-size: 1rem;
  font-size: clamp(1rem, 1.125vw, 1.125rem); }

.poppins-20-600 {
  font-size: 1.063rem;
  font-size: clamp(1.063rem, 2vw, 1.25rem); }

.poppins-24-600 {
  font-size: 1.125rem;
  font-size: clamp(1.125rem, 2.2vw, 1.5rem); }

.poppins-32-600 {
  font-size: 1.25rem;
  font-size: clamp(1.25rem, 2.8vw, 2rem); }

.poppins-36-600 {
  font-size: 1.438rem;
  font-size: clamp(1.438rem, 2.8vw, 2.25rem); }

.poppins-40-600 {
  font-size: 1.438rem;
  font-size: clamp(1.438rem, 4.4vw, 2.5rem); }

.poppins-43-600 {
  font-size: 1.625rem;
  font-size: clamp(1.625rem, 4vw, 2.688rem);
  line-height: 1.1; }

.poppins-48-600 {
  font-size: 1.5rem;
  font-size: clamp(1.5rem, 4.6vw, 3rem); }

.poppins-100-600 {
  font-size: 3.125rem;
  font-size: clamp(3.125rem, 6vw, 6.25rem); }

.skip-link {
  position: absolute;
  z-index: 999;
  height: 0;
  overflow: hidden; }
  .skip-link:focus {
    height: auto; }

.line-link {
  position: relative; }
  .line-link::after {
    content: "";
    position: absolute;
    width: 100%;
    background-color: #000;
    height: 2px;
    top: 100%;
    left: 0;
    will-change: transform;
    transform-origin: 100% 50%;
    transform: scale3d(0, 1, 1);
    transition: transform 0.3s cubic-bezier(0.2, 1, 0.8, 1); }
  .line-link:hover::after {
    transform-origin: 0% 50%;
    transform: scale3d(1, 1, 1);
    transition-timing-function: cubic-bezier(0.7, 0, 0.2, 1); }

.arr-btn {
  position: relative;
  width: max-content;
  border-radius: 16px;
  background-color: #A0CC3A;
  padding: 12px 15px 11px 36px;
  display: flex;
  align-items: center;
  overflow: hidden;
  will-change: transform, opacity, border-radius;
  transition: transform .54s ease, opacity .4s ease, border-radius .22s ease;
  transform: translateX(-30px) scale(1.1, 1);
  transform-origin: center right;
  opacity: 0; }
  .arr-btn__icon {
    position: relative;
    width: 14px;
    height: 14px;
    position: absolute;
    left: 19px;
    top: 50%;
    transform: translate(-50%, -40%) scale(1);
    transition: left 0.2s ease-in-out 0s, transform 0.18s ease-in-out 0.16s; }
    .arr-btn__icon > svg {
      display: block;
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
      object-fit: cover; }
  .arr-btn__txt-placeholder {
    position: relative; }
  .arr-btn__txt {
    opacity: 0; }
  .arr-btn__txt-abs {
    will-change: transform;
    -webkit-transition-property: transform;
    -moz-transition-property: transform;
    transition-property: transform;
    -webkit-transition-timing-function: ease-in-out;
    -moz-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    position: absolute;
    left: 0;
    top: 50%;
    color: #000;
    transform: translate(0%, -50%) scale(1); }
  .arr-btn:hover .arr-btn__icon {
    left: 50%;
    transform: translate(-50%, -42%) rotate(45deg) scale(1.12);
    transition: transform 0.14s ease-in-out 0s, left 0.25s ease-in-out 0.1s; }
  .arr-btn:hover .arr-btn__txt-abs {
    transform: translate(135%, -50%) scale(1.2, 1); }

.arr-btn.show {
  transform: translateX(0) scale(1);
  opacity: 1; }
  .arr-btn.show .arr-btn__icon > svg {
    rotate: 0deg; }

.card-link {
  position: relative;
  width: 100%;
  display: flex;
  margin-bottom: 9px;
  overflow: hidden; }

.container1381 {
  width: 100%;
  max-width: 1381px;
  margin: 0 auto;
  position: relative; }
  @media screen and (max-width: 1381px) {
    .container1381 {
      padding: 0 25px; } }

.flex-row {
  display: flex;
  flex-direction: row; }

.flex-wrap {
  display: flex;
  flex-wrap: wrap; }

.flex-column {
  display: flex;
  flex-direction: column; }

.image-absolute {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  background-position: center center;
  background-repeat: no-repeat; }

.hover-acc {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }

.hover-acc__tile {
  will-change: flex-basis;
  -webkit-transition-property: flex-basis;
  -moz-transition-property: flex-basis;
  transition-property: flex-basis;
  -webkit-transition-timing-function: ease;
  -moz-transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-transition-duration: 0.48s;
  -moz-transition-duration: 0.48s;
  transition-duration: 0.48s;
  -webkit-transition-delay: unset;
  transition-delay: unset;
  position: relative;
  margin-bottom: 3vw; }
  @media screen and (min-width: 962px) and (hover: hover) {
    .hover-acc__tile:hover > p,
    .hover-acc__tile:hover .hover-acc__hd {
      transform: translateX(4px) scale(1.14);
      opacity: 1;
      letter-spacing: 1px; }
    .hover-acc__tile:hover .arr-dot {
      opacity: 1;
      transform: scale(1); }
    .hover-acc__tile:hover .hover-acc__bgd > img {
      filter: brightness(0.75); } }
  .hover-acc__tile > p,
  .hover-acc__tile .hover-acc__hd {
    will-change: transform, opacity, letter-spacing;
    -webkit-transition-property: transform, opacity, letter-spacing;
    -moz-transition-property: transform, opacity, letter-spacing;
    transition-property: transform, opacity, letter-spacing;
    -webkit-transition-timing-function: ease;
    -moz-transition-timing-function: ease;
    transition-timing-function: ease;
    -webkit-transition-duration: 0.4s;
    -moz-transition-duration: 0.4s;
    transition-duration: 0.4s;
    -webkit-transition-delay: 0.02s;
    transition-delay: 0.02s;
    top: 20px;
    top: clamp(20px, 1.9vmax, 30px);
    left: 20px;
    left: clamp(20px, 1.9vmax, 30px);
    position: absolute;
    transform: translateX(0) scale(1);
    transform-origin: top left;
    opacity: 0.9;
    color: #fff;
    font-family: "Poppins";
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.2;
    letter-spacing: 1px; }
    @media screen and (min-width: 390px) {
      .hover-acc__tile > p,
      .hover-acc__tile .hover-acc__hd {
        font-size: 4vw; } }
    @media screen and (min-width: 601px) {
      .hover-acc__tile > p,
      .hover-acc__tile .hover-acc__hd {
        font-size: 1.5rem; } }
    @media screen and (min-width: 962px) {
      .hover-acc__tile > p,
      .hover-acc__tile .hover-acc__hd {
        font-size: 1.663vw;
        letter-spacing: 0; } }
    @media screen and (min-width: 1360px) {
      .hover-acc__tile > p,
      .hover-acc__tile .hover-acc__hd {
        font-size: 1.5rem; } }

.hover-acc__bgd {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  overflow: hidden; }
  .hover-acc__bgd > img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    will-change: filter;
    -webkit-transition-property: filter;
    -moz-transition-property: filter;
    transition-property: filter;
    -webkit-transition-timing-function: ease;
    -moz-transition-timing-function: ease;
    transition-timing-function: ease;
    -webkit-transition-duration: 0.28s;
    -moz-transition-duration: 0.28s;
    transition-duration: 0.28s;
    -webkit-transition-delay: 0.02s;
    transition-delay: 0.02s; }

.hero-banner {
  position: relative;
  width: 100%;
  height: auto;
  padding-bottom: 64px; }
  @media screen and (min-width: 1280px) {
    .hero-banner {
      min-height: calc(100vh - 56px);
      min-height: calc(100dvh - 56px);
      padding-bottom: 2.292vmax; } }
  @media screen and (min-width: 2560px) {
    .hero-banner {
      min-height: unset; } }
  .hero-banner__background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  .hero-banner__top {
    padding-top: 56px;
    margin-bottom: 3.2vh;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    gap: .5em 1rem; }
    @media screen and (min-width: 962px) {
      .hero-banner__top {
        flex-direction: column; } }
  .hero-banner__title {
    margin-bottom: 0.11em;
    color: #fff;
    text-align: center; }
  .hero-banner__top-text {
    display: none; }
    @media screen and (min-width: 480px) {
      .hero-banner__top-text {
        z-index: 1;
        display: block;
        color: #fff; } }
    .hero-banner__top-text.anm-uni {
      will-change: transform, opacity;
      -webkit-transform: translate(-60px, 0);
      transform: translate(-60px, 0);
      opacity: 0;
      -webkit-transition-property: opacity, -webkit-transform;
      transition-property: opacity, -webkit-transform;
      transition-property: transform, opacity;
      transition-property: transform, opacity, -webkit-transform;
      -webkit-transition-duration: 0.6s;
      transition-duration: 0.6s;
      -webkit-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
      transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
      -webkit-transition-delay: 0.2s;
      transition-delay: 0.2s; }
      .hero-banner__top-text.anm-uni.show {
        -webkit-transform: translate(0, 0) scale(1, 1);
        transform: translate(0, 0) scale(1, 1);
        opacity: 1; }
    .hero-banner__top-text > p {
      width: 27ch;
      text-align: center;
      line-height: 1.4; }
  @media screen and (min-width: 962px) {
    .hero-banner .hover-acc {
      justify-content: flex-start;
      flex-wrap: nowrap; } }
  .hero-banner .hover-acc__tile:first-of-type {
    flex-basis: 100%;
    height: 92vw; }
  .hero-banner .hover-acc__tile:not(:first-of-type) {
    flex-basis: 31%;
    height: 60vw; }
  @media screen and (min-width: 601px) {
    .hero-banner .hover-acc__tile:first-of-type {
      height: 80vw; }
    .hero-banner .hover-acc__tile:not(:first-of-type) {
      height: 58vw; } }
  @media screen and (min-width: 768px) {
    .hero-banner .hover-acc__tile {
      overflow: hidden; }
      .hero-banner .hover-acc__tile:first-of-type {
        height: 58vw; }
      .hero-banner .hover-acc__tile:not(:first-of-type) {
        height: 45vw; } }
  @media screen and (min-width: 962px) {
    .hero-banner .hover-acc__tile {
      margin-bottom: 0; }
      .hero-banner .hover-acc__tile:not(:first-of-type):not(:last-of-type) {
        border-left: .6vw solid transparent;
        border-right: .6vw solid transparent; }
      .hero-banner .hover-acc__tile:first-of-type {
        flex-basis: 43%;
        height: 36vw;
        border-right: .6vw solid transparent; }
      .hero-banner .hover-acc__tile:last-of-type {
        border-left: .6vw solid transparent; }
      .hero-banner .hover-acc__tile:not(:first-of-type) {
        flex-basis: 19%;
        height: 36vw; }
        .hero-banner .hover-acc__tile:not(:first-of-type):nth-of-type(1) {
          transition-delay: 0.07s; }
        .hero-banner .hover-acc__tile:not(:first-of-type):nth-of-type(2) {
          transition-delay: 0.14s; }
        .hero-banner .hover-acc__tile:not(:first-of-type):nth-of-type(3) {
          transition-delay: 0.21s; }
        .hero-banner .hover-acc__tile:not(:first-of-type):nth-of-type(4) {
          transition-delay: 0.28s; } }
  @media screen and (min-width: 1440px) {
    .hero-banner .hover-acc__tile:first-of-type, .hero-banner .hover-acc__tile:not(:first-of-type) {
      height: 31vw; } }
  @media screen and (min-width: 2560px) {
    .hero-banner .hover-acc__tile:first-of-type, .hero-banner .hover-acc__tile:not(:first-of-type) {
      height: 26vw; } }
  @media screen and (min-width: 962px) {
    .hero-banner .hover-acc.start .hover-acc__tile:first-of-type {
      flex-basis: 25%; }
    .hero-banner .hover-acc.start .hover-acc__tile:not(:first-of-type) {
      flex-basis: 16%; } }
  .hero-banner .hover-acc.hoverable {
    justify-content: space-between; }
    @media screen and (min-width: 962px) and (hover: hover) {
      .hero-banner .hover-acc.hoverable:hover > .hover-acc__tile:first-of-type:hover {
        flex-basis: 50%; }
      .hero-banner .hover-acc.hoverable:hover > .hover-acc__tile:not(:first-of-type):hover {
        flex-basis: 36%; }
      .hero-banner .hover-acc.hoverable:hover > .hover-acc__tile:first-of-type:not(:hover) {
        flex-basis: 28%; }
        .hero-banner .hover-acc.hoverable:hover > .hover-acc__tile:first-of-type:not(:hover) .hover-acc__hd {
          opacity: 0.12;
          transform: translateX(0) scale(0.75); }
      .hero-banner .hover-acc.hoverable:hover > .hover-acc__tile:not(:first-of-type):not(:hover) {
        flex-basis: 18%; }
        .hero-banner .hover-acc.hoverable:hover > .hover-acc__tile:not(:first-of-type):not(:hover) .hover-acc__hd {
          opacity: 0.12;
          transform: translateX(0) scale(0.75); } }
    @media screen and (min-width: 962px) {
      .hero-banner .hover-acc.hoverable .hover-acc__tile:not(:first-of-type) {
        transition-delay: 0s; } }
  .hero-banner .hover-acc__tile:first-of-type .hover-acc__hd {
    top: 8px;
    left: 8px; }
    @media screen and (min-width: 390px) {
      .hero-banner .hover-acc__tile:first-of-type .hover-acc__hd {
        top: 2.1vw;
        left: 2.1vw; } }
    @media screen and (min-width: 601px) {
      .hero-banner .hover-acc__tile:first-of-type .hover-acc__hd {
        top: 16px;
        top: clamp(16px, 1.146vmax, 22px);
        left: 16px;
        left: clamp(16px, 1.25vmax, 24px); } }
  .hero-banner .hover-acc__tile:not(:first-of-type) .hover-acc__hd {
    left: 0;
    top: 104%;
    height: auto; }
    @media screen and (min-width: 601px) {
      .hero-banner .hover-acc__tile:not(:first-of-type) .hover-acc__hd {
        top: 16px;
        top: clamp(16px, 1.146vmax, 22px);
        left: 16px;
        left: clamp(16px, 1.25vmax, 24px); } }

