/*!*******************************************************************************************************************************************************************************************************************************************!*\
  !*** 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-banner-post/block-hero-banner-post.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,
.hero-banner-post__post-cat,
.poppins-16-400,
.arr-btn,
.pagination-all-posts .pagination-number,
.hero-banner-post__post-date,
.poppins-18-400,
.all-top__cta,
.hero-banner-post__post-txt {
  font-family: "Poppins";
  font-weight: 400;
  line-height: 1.5; }

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


.poppins-14-400,
.hero-banner-post__post-cat {
  font-size: .875rem; }


.poppins-16-400,
.arr-btn,
.pagination-all-posts .pagination-number,
.hero-banner-post__post-date {
  font-size: 1rem; }


.poppins-18-400,
.all-top__cta,
.hero-banner-post__post-txt {
  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,
.hero-banner-post__post-hd,
.poppins-43-600,
.poppins-48-600,
.all-top__h,
.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,
.hero-banner-post__post-hd {
  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,
.all-top__h {
  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, .hero-banner-post__container {
  display: flex;
  flex-direction: column; }

.image-absolute, .hero-banner-post__background-image {
  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; }

.all-top {
  margin-bottom: 24px;
  margin-bottom: clamp(24px, 3.906vw, 40px); }
  .all-top__h {
    margin-bottom: 8px;
    margin-bottom: clamp(8px, 1.375vw, 20px);
    width: max-content; }
  .all-top__cta {
    max-width: 47ch; }
  .all-top__bg-img-short {
    display: block;
    width: 100%;
    height: 75%;
    -o-object-fit: cover;
    object-fit: cover;
    z-index: -1;
    position: absolute;
    top: 0;
    left: 0; }
  .all-top__hero-fig {
    width: 100%;
    position: relative; }
  .all-top__hero-img {
    display: block;
    width: 100%;
    height: auto;
    -o-object-fit: cover;
    object-fit: cover;
    margin-top: 32px; }
  .all-top__overlay-txt {
    color: rgba(255, 255, 255, 0.55);
    font-family: "Poppins";
    font-size: 3rem;
    font-size: clamp(3rem, 14.583vw, 17.5rem);
    font-weight: 600;
    letter-spacing: unset;
    line-height: 1;
    position: absolute;
    left: -0.938vw;
    bottom: -2.188vw;
    text-transform: capitalize; }

.pagination-all-posts {
  margin-top: 28px;
  margin-top: clamp(28px, 3vw, 48px);
  width: fit-content;
  margin-left: auto;
  margin-right: auto; }
  .pagination-all-posts .pagination-number {
    padding: 4px 13px;
    margin: 0 4px;
    font-weight: 500;
    color: #000; }
    .pagination-all-posts .pagination-number.current {
      background-color: #A0CC3A;
      color: #fff; }
  .pagination-all-posts .pagination-ellipsis,
  .pagination-all-posts .pagination-arrow {
    margin: 0 4px; }

.hero-banner-post {
  padding-top: 64px;
  padding-top: clamp(64px, 5.729vw, 110px);
  position: relative;
  height: auto;
  padding-bottom: 32px; }
  @media screen and (min-width: 962px) {
    .hero-banner-post {
      height: 634px;
      padding-bottom: 0; } }
  @media screen and (min-width: 1280px) {
    .hero-banner-post {
      height: 49.5vw; } }
  @media screen and (min-width: 1600px) {
    .hero-banner-post {
      height: 792px;
      max-height: 792px; } }
  .hero-banner-post__background-image {
    z-index: -1; }
  .hero-banner-post .breadcrumbs__item a:hover {
    color: #cfcfcf; }
  .hero-banner-post .all-top__h,
  .hero-banner-post .all-top__cta {
    color: #fff; }
  .hero-banner-post .all-top__cta.anm-slide-l2r {
    transition-delay: .18s; }
  .hero-banner-post__first-post {
    display: grid;
    justify-content: space-between;
    gap: 16px 0; }
    @media screen and (min-width: 601px) {
      .hero-banner-post__first-post {
        grid-template-columns: 42.9vw 1fr;
        gap: 16px 2.1vmax; } }
    @media screen and (min-width: 768px) {
      .hero-banner-post__first-post {
        grid-template-columns: 1fr 1fr;
        gap: 1.25vw 2.1vmax; } }
    @media screen and (min-width: 962px) {
      .hero-banner-post__first-post {
        gap: 1.25vw 4vw; } }
    @media screen and (min-width: 1280px) {
      .hero-banner-post__first-post {
        grid-template-columns: 45.7vw 38vw; } }
    @media screen and (min-width: 1440px) {
      .hero-banner-post__first-post {
        grid-template-columns: 47.38vw 1fr; } }
    @media screen and (min-width: 2560px) {
      .hero-banner-post__first-post {
        grid-template-columns: 42.1vw 1fr; } }
    @media screen and (min-width: 3840px) {
      .hero-banner-post__first-post {
        grid-template-columns: 37.79vw 1fr; } }
  .hero-banner-post__post-img-link {
    grid-row: 1 / 5;
    height: 62.5vw; }
    @media screen and (min-width: 601px) {
      .hero-banner-post__post-img-link {
        height: 31vw; } }
    @media screen and (min-width: 768px) {
      .hero-banner-post__post-img-link {
        height: 27vw; } }
    @media screen and (min-width: 962px) {
      .hero-banner-post__post-img-link {
        height: 302px; } }
    @media screen and (min-width: 1280px) {
      .hero-banner-post__post-img-link {
        height: 31.125vw; } }
    @media screen and (min-width: 1600px) {
      .hero-banner-post__post-img-link {
        height: 498px;
        max-height: 498px; } }
    .hero-banner-post__post-img-link > img {
      display: block;
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
      object-fit: cover; }
  .hero-banner-post__post-info {
    grid-row-gap: 0;
    row-gap: 0;
    grid-column-gap: 16px;
    -webkit-column-gap: 16px;
    -moz-column-gap: 16px;
    column-gap: 16px;
    grid-gap: 0 16px;
    gap: 0 16px;
    display: flex;
    align-items: center; }
  .hero-banner-post__post-cat {
    background-color: #FAA51C;
    border-radius: 8px;
    padding: 4px 10px;
    color: #fff; }
  .hero-banner-post__post-date {
    padding-top: 3px;
    color: #b3b3b3; }
  .hero-banner-post__post-hd {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    color: #fff; }
  .hero-banner-post__post-txt {
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    color: #fff; }

