@charset "UTF-8";
@font-face {
  font-family: "Aeonik Pro";
  font-weight: 500;
  src: url("../../fonts/aeonikpro-medium.otf") format("opentype");
}
@font-face {
  font-family: "Aeonik Pro";
  font-weight: 400;
  src: url("../../fonts/aeonikpro-regular.otf") format("opentype");
}
*,
*::before,
*::after {
  box-sizing: border-box;
}

html,
body,
#smooth-wrapper,
#smooth-content,
main {
  background: #2d2d2d;
}

section,
footer {
  position: relative;
  z-index: 1;
  backface-visibility: hidden;
  transform: translateZ(0);
}

.is-hidden {
  opacity: 0;
}

.grecaptcha-badge {
  display: none !important;
}

main {
  min-height: 100vh;
  position: relative;
  overflow: hidden;
}
* {
  margin: 0;
  padding: 0;
}

ul[role="list"],
ol[role="list"] {
  list-style: none;
}

html:focus-within {
  scroll-behavior: smooth;
}

a:not([class]) {
  -webkit-text-decoration-skip: ink;
  text-decoration-skip-ink: auto;
}

img,
svg,
video,
canvas {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  font-style: italic;
  background-repeat: no-repeat;
  background-size: cover;
}

input,
button,
textarea,
select {
  font: inherit;
  cursor: pointer;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type="number"] {
  -moz-appearance: textfield;
  -webkit-appearance: textfield;
  appearance: textfield;
}

@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
    transition: none;
  }
}
body,
html {
  height: 100%;
  scroll-behavior: smooth;
  font-family: "Aeonik Pro", system-ui, sans-serif;
}

body {
  margin: 0 auto;
  position: relative;
}

h1,
h2,
h3,
h4,
ul,
p {
  list-style: none;
  padding-left: 0;
  margin: 0;
}

button {
  background-color: transparent;
  border: none;
}

a {
  text-decoration: none;
}

.header {
  position: fixed;
  z-index: 10000;
  inset-block-end: 4px;
  inset-inline: 9px;
}
@media screen and (min-width: 768px) {
  .header {
    inset-inline: 18px;
  }
}
@media screen and (min-width: 1024px) {
  .header {
    inset-inline: clamp(19.7333333333px, calc(1.9270833333vw), 37px);
    inset-block-end: clamp(4.8px, calc(0.46875vw), 9px);
  }
}
.header__container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header__container > * {
  flex: 1;
  display: flex;
  align-items: center;
}
.header__container > div {
  display: flex;
  justify-content: center;
  gap: 6px;
}
@media screen and (min-width: 1024px) {
  .header__container > div {
    gap: clamp(4.2666666667px, calc(0.4166666667vw), 8px);
  }
}
.header__container > div:first-child {
  justify-content: flex-start;
}
.header__container > div:last-child {
  justify-content: flex-end;
}
.header__container > div > button.menu {
  display: flex;
  align-items: center;
  padding: 0 14px;
  gap: 10px;
  border-radius: 50px;
  background-color: #f7f7f5;
  height: 62px;
  width: -moz-fit-content;
  width: fit-content;
  transition: all 0.5s cubic-bezier(0.33, 1.53, 0.69, 0.99);
}
@media screen and (min-width: 1024px) {
  .header__container > div > button.menu {
    height: auto;
    gap: clamp(5.3333333333px, calc(0.5208333333vw), 10px);
    border-radius: clamp(26.6666666667px, calc(2.6041666667vw), 50px);
    padding-inline: clamp(7.4666666667px, calc(0.7291666667vw), 14px);
    padding-block: clamp(14.9333333333px, calc(1.4583333333vw), 28px);
  }
  .header__container > div > button.menu:hover {
    background-color: #b5d99c;
  }
}
.header__container > div > button.menu > span {
  color: #2d2d2d;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  text-transform: lowercase;
}
@media screen and (min-width: 1024px) {
  .header__container > div > button.menu > span {
    font-size: clamp(8.5333333333px, calc(0.8333333333vw), 16px);
  }
}
.header__container > div > button.menu > svg {
  width: 30px;
  height: 12px;
  fill: #2d2d2d;
}
@media screen and (min-width: 1024px) {
  .header__container > div > button.menu > svg {
    width: clamp(16px, calc(1.5625vw), 30px);
    height: clamp(6.4px, calc(0.625vw), 12px);
  }
}
.header__container > div > a.book {
  display: none;
}
@media screen and (min-width: 1024px) {
  .header__container > div > a.book {
    display: flex;
    align-items: center;
    border-width: clamp(0.5333333333px, calc(0.0520833333vw), 1px);
    border-color: #414141;
    border-style: solid;
    height: clamp(27.7333333333px, calc(2.7083333333vw), 52px);
    padding-inline: clamp(7.4666666667px, calc(0.7291666667vw), 14px);
    gap: clamp(2.1333333333px, calc(0.2083333333vw), 4px);
    border-radius: clamp(13.3333333333px, calc(1.3020833333vw), 25px);
    margin-right: clamp(8.5333333333px, calc(0.8333333333vw), 16px);
    transition: all 0.5s cubic-bezier(0.33, 1.53, 0.69, 0.99);
  }
  .header__container > div > a.book:hover {
    background-color: #414141;
  }
  .header__container > div > a.book:hover > svg {
    transform: rotate(0deg);
  }
}
.header__container > div > a.book > span {
  color: #b5d99c;
  font-size: clamp(8.5333333333px, calc(0.8333333333vw), 16px);
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
}
.header__container > div > a.book > svg {
  width: 24px;
  height: 24px;
  fill: #b5d99c;
  transition: all 0.5s cubic-bezier(0.33, 1.53, 0.69, 0.99);
}
@media screen and (min-width: 1024px) {
  .header__container > div > a.book > svg {
    width: clamp(17.0666666667px, calc(1.6666666667vw), 32px);
    height: clamp(17.0666666667px, calc(1.6666666667vw), 32px);
    transform: rotate(-45deg);
  }
}
.header__container > div > span {
  background: #414141;
  color: #f7f7f5;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  border-radius: 38.75px;
  padding: 16.5px 10.5px;
  text-transform: uppercase;
}
@media screen and (min-width: 1024px) {
  .header__container > div > span {
    font-size: clamp(8.5333333333px, calc(0.8333333333vw), 16px);
    border-radius: clamp(13.3333333333px, calc(1.3020833333vw), 25px);
    padding-inline: clamp(7.4666666667px, calc(0.7291666667vw), 14px);
    padding-block: clamp(9.6px, calc(0.9375vw), 18px);
  }
}
.header__container > div > a.lang-switch__btn,
.header__container > div > a.logo {
  color: #f7f7f5;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  padding: 16.5px 10.5px;
  text-transform: uppercase;
  background-color: transparent;
  transition: all 0.5s cubic-bezier(0.33, 1.53, 0.69, 0.99);
}
@media screen and (min-width: 1024px) {
  .header__container > div > a.lang-switch__btn,
  .header__container > div > a.logo {
    font-size: clamp(8.5333333333px, calc(0.8333333333vw), 16px);
    border-radius: clamp(13.3333333333px, calc(1.3020833333vw), 25px);
    padding-inline: clamp(7.4666666667px, calc(0.7291666667vw), 14px);
    padding-block: clamp(9.6px, calc(0.9375vw), 18px);
  }
  .header__container > div > a.lang-switch__btn:hover,
  .header__container > div > a.logo:hover {
    background-color: #414141;
  }
}
@media screen and (min-width: 1024px) {
  .header__container > div > a.logo {
    border-radius: clamp(
      17.7777777778px,
      calc(1.7361111111vw),
      33.3333333333px
    );
  }
  .header__container > div > a.logo:hover > svg {
    fill: #b5d99c;
  }
}
.header__container > div > a.logo > svg {
  width: 70px;
  height: 19.783px;
  fill: #f7f7f5;
  transition: all 0.5s cubic-bezier(0.33, 1.53, 0.69, 0.99);
}
@media screen and (min-width: 1024px) {
  .header__container > div > a.logo > svg {
    width: clamp(57.6px, calc(5.625vw), 108px);
    height: clamp(16.2780444444px, calc(1.5896527778vw), 30.5213333333px);
  }
}

.frame {
  position: fixed;
  inset: 0;
  z-index: 9999;
  pointer-events: none;
}

.frame::before {
  content: "";
  position: absolute;
  inset: 9px;
  inset-block-end: 70px;
  border-radius: 18px;
  background: transparent;
  box-shadow: 0 0 0 100vmax #2d2d2d;
}
@media screen and (min-width: 768px) {
  .frame::before {
    inset: 18px;
    inset-block-end: 70px;
  }
}
@media screen and (min-width: 1024px) {
  .frame::before {
    inset: clamp(19.7333333333px, calc(1.9270833333vw), 37px);
    inset-block-end: clamp(49.0666666667px, calc(4.7916666667vw), 92px);
    border-radius: clamp(14.9333333333px, calc(1.4583333333vw), 28px);
  }
}

.hero {
  background-color: var(--bg, #b5d99c);
}
.hero__container {
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 65px 16px 74px;
  min-height: 680px;
  height: -moz-fit-content;
  height: fit-content;
  max-width: 1920px;
  margin-inline: auto;
  position: relative;
}
@media screen and (min-width: 768px) {
  .hero__container {
    padding: 138px 37px;
    min-height: 1024px;
    flex-direction: row;
    flex-wrap: wrap;
  }
}
@media screen and (min-width: 1024px) {
  .hero__container {
    flex-direction: column;
    min-height: clamp(576px, calc(56.25vw), 1080px);
    padding-block: clamp(68.8px, calc(6.71875vw), 129px);
    padding-inline: clamp(39.4666666667px, calc(3.8541666667vw), 74px);
  }
}
.hero__container--head {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  height: -moz-fit-content;
  height: fit-content;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .hero__container--head {
    width: 100%;
    height: 144px;
  }
}
@media screen and (min-width: 1024px) {
  .hero__container--head {
    height: unset;
  }
}
.hero__container--head > div {
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 80%;
}
@media screen and (min-width: 768px) {
  .hero__container--head > div {
    width: 50%;
  }
}
@media screen and (min-width: 1024px) {
  .hero__container--head > div {
    gap: clamp(14.9333333333px, calc(1.4583333333vw), 28px);
  }
}
.hero__container--head > div > h1 {
  color: #2d2d2d;
  font-size: 48px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (min-width: 768px) {
  .hero__container--head > div > h1 {
    font-size: 48px;
  }
}
@media screen and (min-width: 1024px) {
  .hero__container--head > div > h1 {
    font-size: clamp(53.3333333333px, calc(5.2083333333vw), 100px);
  }
}
.hero__container--head > div > span {
  color: #2d2d2d;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
}
@media screen and (min-width: 1024px) {
  .hero__container--head > div > span {
    font-size: clamp(8.5333333333px, calc(0.8333333333vw), 16px);
  }
}
.hero__container--head > button {
  writing-mode: vertical-rl;
  text-orientation: mixed;
  position: absolute;
  inset-inline-start: 74px;
  inset-block-start: 16px;
  color: #1d401f;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 110%;
  transition: all 0.5s cubic-bezier(0.33, 1.53, 0.69, 0.99);
}
@media screen and (min-width: 768px) {
  .hero__container--head > button {
    inset-inline-start: 138px;
    inset-block-start: 37px;
  }
}
@media screen and (min-width: 1024px) {
  .hero__container--head > button {
    inset-inline-start: clamp(68.8px, calc(6.71875vw), 129px);
    inset-block-start: clamp(39.4666666667px, calc(3.8541666667vw), 74px);
    font-size: clamp(12.8px, calc(1.25vw), 24px);
  }
  .hero__container--head > button:hover {
    color: #80a676;
  }
}
.hero__container--head-fishes {
  height: 240px;
}
@media screen and (min-width: 768px) {
  .hero__container--head-fishes {
    height: 144px;
  }
}
@media screen and (min-width: 1024px) {
  .hero__container--head-fishes {
    height: unset;
  }
}
@media screen and (min-width: 768px) {
  .hero__container--head-turtle > div,
  .hero__container--head-frog > div,
  .hero__container--head-fishes > div {
    width: 80%;
  }
}
@media screen and (min-width: 1024px) {
  .hero__container--head-turtle > div,
  .hero__container--head-frog > div,
  .hero__container--head-fishes > div {
    width: 50%;
  }
}
@media screen and (min-width: 768px) {
  .hero__container--head-turtle > div > h1,
  .hero__container--head-frog > div > h1,
  .hero__container--head-fishes > div > h1 {
    font-size: 77px;
  }
}
@media screen and (min-width: 1024px) {
  .hero__container--head-turtle > div > h1,
  .hero__container--head-frog > div > h1,
  .hero__container--head-fishes > div > h1 {
    font-size: clamp(53.3333333333px, calc(5.2083333333vw), 100px);
  }
}
.hero__container--body {
  position: relative;
}
@media screen and (min-width: 768px) {
  .hero__container--body {
    width: 100%;
  }
}
.hero__container--body svg {
  position: absolute;
  overflow: visible;
  max-width: none;
}
.hero__container--body .koto-master {
  display: none;
}
.hero__container--body .koto-visual {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
}
.hero__container--body .koto-hit-overlay {
  position: absolute;
  inset: 0;
  z-index: 5;
  pointer-events: auto;
}
.hero__container--body {
  /* Але щоб overlay не ламав кліки по кнопках/лінках */
}
.hero__container--body .koto-hit-overlay {
  pointer-events: none;
}
.hero__container--body .koto-hit-overlay .koto-hits path {
  pointer-events: stroke;
}
.hero__container--body .string-layer path {
  fill: none;
  stroke: #627853;
  stroke-width: 1;
  stroke-linecap: round;
  stroke-linejoin: round;
  vector-effect: non-scaling-stroke;
  transition: stroke 120ms ease;
}
@media screen and (min-width: 1024px) {
  .hero__container--body .string-layer path {
    stroke-width: clamp(0.8px, calc(0.078125vw), 1.5px);
  }
}
.hero__container--body .string-layer path.active {
  stroke: #4d6b55;
}
.hero__container--body .hit-layer path {
  fill: none;
  stroke: transparent;
  stroke-width: 30;
  pointer-events: stroke;
  cursor: grab;
}
.hero__container--body .hit-layer path:active {
  cursor: grabbing;
}
.hero__container--body .koto-hit-overlay {
  display: none;
}
.hero__container--body .hit-layer path {
  display: none;
}
.hero__container--body-star {
  height: 320px;
}
@media screen and (min-width: 768px) {
  .hero__container--body-star {
    height: 370px;
  }
}
@media screen and (min-width: 1024px) {
  .hero__container--body-star {
    height: clamp(192px, calc(18.75vw), 360px);
  }
}
.hero__container--body-star svg {
  width: 303px;
  height: 320px;
  right: -40px;
}
@media screen and (min-width: 768px) {
  .hero__container--body-star svg {
    width: 619px;
    height: 654px;
    top: -140px;
    right: -110px;
  }
}
@media screen and (min-width: 1024px) {
  .hero__container--body-star svg {
    width: clamp(395.2px, calc(38.59375vw), 741px);
    height: clamp(414.4px, calc(40.46875vw), 777px);
    bottom: clamp(-226.6666666667px, calc(-11.8055555556vw), -120.8888888889px);
    top: unset;
    left: 50%;
    transform: translateX(-50%);
  }
}
.hero__container--body-fishes {
  height: 227px;
}
@media screen and (min-width: 768px) {
  .hero__container--body-fishes {
    height: 380px;
  }
}
@media screen and (min-width: 1024px) {
  .hero__container--body-fishes {
    height: clamp(206.2222222222px, calc(20.1388888889vw), 386.6666666667px);
  }
}
.hero__container--body-fishes svg:first-child {
  left: 40%;
  top: -180px;
}
@media screen and (min-width: 768px) {
  .hero__container--body-fishes svg:first-child {
    left: unset;
    right: 0;
    top: -80px;
  }
}
@media screen and (min-width: 1024px) {
  .hero__container--body-fishes svg:first-child {
    right: 5%;
    top: clamp(-300px, calc(-15.625vw), -160px);
  }
}
.hero__container--body-fishes svg:last-child {
  right: 45%;
  bottom: 0;
  rotate: 240deg;
}
@media screen and (min-width: 768px) {
  .hero__container--body-fishes svg:last-child {
    right: unset;
    left: -150px;
    bottom: -50px;
    rotate: 280deg;
  }
}
@media screen and (min-width: 1024px) {
  .hero__container--body-fishes svg:last-child {
    left: unset;
    bottom: clamp(-138.6666666667px, calc(-7.2222222222vw), -73.9555555556px);
    rotate: 240deg;
  }
}
.hero__container--body-fishes svg {
  width: 347px;
  height: 250px;
}
@media screen and (min-width: 768px) {
  .hero__container--body-fishes svg {
    width: 478px;
    height: 344px;
  }
}
@media screen and (min-width: 1024px) {
  .hero__container--body-fishes svg {
    width: clamp(353.6768px, calc(34.53875vw), 663.144px);
    height: clamp(255.6629333333px, calc(24.9670833333vw), 479.368px);
  }
}
.hero__container--body-crane {
  height: 320px;
}
@media screen and (min-width: 768px) {
  .hero__container--body-crane {
    height: 390px;
  }
}
@media screen and (min-width: 1024px) {
  .hero__container--body-crane {
    height: clamp(152.8888888889px, calc(14.9305555556vw), 286.6666666667px);
  }
}
.hero__container--body-crane > svg {
  width: 522px;
  height: 423px;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}
@media screen and (min-width: 768px) {
  .hero__container--body-crane > svg {
    width: 827px;
    height: 670px;
  }
}
@media screen and (min-width: 1024px) {
  .hero__container--body-crane > svg {
    width: clamp(548.2666666667px, calc(53.5416666667vw), 1028px);
    height: clamp(443.7333333333px, calc(43.3333333333vw), 832px);
    bottom: clamp(-192px, calc(-10vw), -102.4px);
  }
}
.hero__container--body-butterfly {
  height: 350px;
}
@media screen and (min-width: 768px) {
  .hero__container--body-butterfly {
    height: 390px;
  }
}
@media screen and (min-width: 1024px) {
  .hero__container--body-butterfly {
    height: clamp(184.8888888889px, calc(18.0555555556vw), 346.6666666667px);
  }
}
.hero__container--body-butterfly > svg {
  width: 491px;
  height: 379px;
  right: 0;
  top: -20px;
}
@media screen and (min-width: 768px) {
  .hero__container--body-butterfly > svg {
    width: 790px;
    height: 610px;
    right: 35%;
    top: -30px;
  }
}
@media screen and (min-width: 1024px) {
  .hero__container--body-butterfly > svg {
    width: clamp(453.6888888889px, calc(44.3055555556vw), 850.6666666667px);
    height: clamp(350.5777777778px, calc(34.2361111111vw), 657.3333333333px);
    left: 50%;
    right: unset;
    transform: translateX(-50%);
    top: unset;
    bottom: clamp(-133.3333333333px, calc(-6.9444444444vw), -71.1111111111px);
  }
}
.hero__container--body-frog {
  height: 320px;
}
@media screen and (min-width: 768px) {
  .hero__container--body-frog {
    height: 453px;
  }
}
@media screen and (min-width: 1024px) {
  .hero__container--body-frog {
    height: clamp(257.4222222222px, calc(25.1388888889vw), 482.6666666667px);
  }
}
.hero__container--body-frog > svg {
  width: 566px;
  height: 350px;
  left: 0;
  top: 0;
}
@media screen and (min-width: 768px) {
  .hero__container--body-frog > svg {
    width: 732px;
    height: 453px;
    left: 50%;
    transform: translateX(-50%);
  }
}
@media screen and (min-width: 1024px) {
  .hero__container--body-frog > svg {
    width: clamp(621.5111111111px, calc(60.6944444444vw), 1165.3333333333px);
    height: clamp(384px, calc(37.5vw), 720px);
    top: clamp(-93.3333333333px, calc(-4.8611111111vw), -49.7777777778px);
  }
}
.hero__container--body-turtle-cases {
  height: 370px;
}
@media screen and (min-width: 768px) {
  .hero__container--body-turtle-cases {
    height: 556px;
  }
}
@media screen and (min-width: 1024px) {
  .hero__container--body-turtle-cases {
    height: clamp(278.7555555556px, calc(27.2222222222vw), 522.6666666667px);
  }
}
.hero__container--body-turtle-cases > svg {
  width: 335px;
  height: 320px;
  top: 44px;
  right: 10%;
}
@media screen and (min-width: 768px) {
  .hero__container--body-turtle-cases > svg {
    width: 721px;
    height: 687px;
    top: 53px;
  }
}
@media screen and (min-width: 1024px) {
  .hero__container--body-turtle-cases > svg {
    width: clamp(430.9333333333px, calc(42.0833333333vw), 808px);
    height: clamp(410.3111111111px, calc(40.0694444444vw), 769.3333333333px);
    top: clamp(-93.3333333333px, calc(-4.8611111111vw), -49.7777777778px);
  }
}
.hero__container--body-turtle-news {
  height: 320px;
}
@media screen and (min-width: 768px) {
  .hero__container--body-turtle-news {
    height: 556px;
  }
}
@media screen and (min-width: 1024px) {
  .hero__container--body-turtle-news {
    height: clamp(278.7555555556px, calc(27.2222222222vw), 522.6666666667px);
  }
}
.hero__container--body-turtle-news > svg {
  width: 335px;
  height: 320px;
  top: 0;
  right: 10%;
}
@media screen and (min-width: 768px) {
  .hero__container--body-turtle-news > svg {
    width: 721px;
    height: 687px;
    top: 10px;
    right: 20%;
  }
}
@media screen and (min-width: 1024px) {
  .hero__container--body-turtle-news > svg {
    width: clamp(430.9333333333px, calc(42.0833333333vw), 808px);
    height: clamp(410.3111111111px, calc(40.0694444444vw), 769.3333333333px);
    top: clamp(-93.3333333333px, calc(-4.8611111111vw), -49.7777777778px);
  }
}
.hero__container--footer {
  display: flex;
  flex-direction: column;
  gap: 37px;
  margin-top: 32px;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .hero__container--footer {
    width: 100%;
    flex-direction: row;
    margin-top: 25px;
    align-items: flex-end;
  }
}
@media screen and (min-width: 1024px) {
  .hero__container--footer {
    margin-top: unset;
    gap: clamp(24px, calc(2.34375vw), 45px);
  }
}
.hero__container--footer > div {
  display: flex;
  flex-direction: column;
  gap: 37px;
}
@media screen and (min-width: 768px) {
  .hero__container--footer > div {
    width: 50%;
    margin-left: auto;
  }
}
@media screen and (min-width: 1024px) {
  .hero__container--footer > div {
    gap: clamp(24px, calc(2.34375vw), 45px);
    width: 30%;
    justify-content: flex-end;
  }
}
.hero__container--footer > div > p {
  color: #2d2d2d;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 148%;
}
@media screen and (min-width: 1024px) {
  .hero__container--footer > div > p {
    font-size: clamp(11.3777777778px, calc(1.1111111111vw), 21.3333333333px);
  }
}
.hero__container--footer > div > div {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 8px;
}
@media screen and (min-width: 1024px) {
  .hero__container--footer > div > div {
    gap: clamp(5.6888888889px, calc(0.5555555556vw), 10.6666666667px);
    flex-direction: row;
  }
}
.hero__container--footer > div > div > a,
.hero__container--footer > div > div > button {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 48px;
  height: 72px;
  padding: 14px 14px;
  flex: 1 1 auto;
  width: auto;
  min-width: -moz-max-content;
  min-width: max-content;
  transition: all 0.5s cubic-bezier(0.33, 1.53, 0.69, 0.99);
}
@media screen and (min-width: 1024px) {
  .hero__container--footer > div > div > a,
  .hero__container--footer > div > div > button {
    gap: clamp(5.3333333333px, calc(0.5208333333vw), 10px);
    border-radius: clamp(25.6px, calc(2.5vw), 48px);
    height: clamp(48px, calc(4.6875vw), 90px);
    padding-block: clamp(20.2666666667px, calc(1.9791666667vw), 38px);
    padding-inline: clamp(7.4666666667px, calc(0.7291666667vw), 14px);
  }
}
.hero__container--footer > div > div > a:first-child,
.hero__container--footer > div > div > button:first-child {
  background-color: #2d2d2d;
}
@media screen and (min-width: 1024px) {
  .hero__container--footer > div > div > a:first-child:hover,
  .hero__container--footer > div > div > button:first-child:hover {
    background-color: #eef2ce;
  }
  .hero__container--footer > div > div > a:first-child:hover > span,
  .hero__container--footer > div > div > button:first-child:hover > span {
    color: #2d2d2d;
  }
  .hero__container--footer > div > div > a:first-child:hover > i,
  .hero__container--footer > div > div > button:first-child:hover > i {
    background-color: #2d2d2d;
  }
  .hero__container--footer > div > div > a:first-child:hover > i > svg,
  .hero__container--footer > div > div > button:first-child:hover > i > svg {
    fill: #eef2ce;
  }
}
.hero__container--footer > div > div > a:last-child,
.hero__container--footer > div > div > button:last-child {
  background-color: #b5d99c;
  border: 1.5px solid #2d2d2d;
}
.hero__container--footer > div > div > a:last-child > span,
.hero__container--footer > div > div > button:last-child > span {
  color: #2d2d2d !important;
}
@media screen and (min-width: 1024px) {
  .hero__container--footer > div > div > a:last-child,
  .hero__container--footer > div > div > button:last-child {
    border-width: clamp(1.0666666667px, calc(0.1041666667vw), 2px);
  }
  .hero__container--footer > div > div > a:last-child:hover,
  .hero__container--footer > div > div > button:last-child:hover {
    background-color: #2d2d2d;
  }
  .hero__container--footer > div > div > a:last-child:hover > span,
  .hero__container--footer > div > div > button:last-child:hover > span {
    color: #eef2ce !important;
  }
}
.hero__container--footer > div > div > a > span:first-child,
.hero__container--footer > div > div > button > span:first-child {
  color: #eef2ce;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  transition: all 0.5s cubic-bezier(0.33, 1.53, 0.69, 0.99);
}
@media screen and (min-width: 1024px) {
  .hero__container--footer > div > div > a > span:first-child,
  .hero__container--footer > div > div > button > span:first-child {
    font-size: clamp(9.9555555556px, calc(0.9722222222vw), 18.6666666667px);
  }
}
.hero__container--footer > div > div > a > i,
.hero__container--footer > div > div > button > i {
  background-color: #eef2ce;
  border-radius: 100px;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.5s cubic-bezier(0.33, 1.53, 0.69, 0.99);
}
@media screen and (min-width: 1024px) {
  .hero__container--footer > div > div > a > i,
  .hero__container--footer > div > div > button > i {
    width: clamp(27.5768888889px, calc(2.6930555556vw), 51.7066666667px);
    height: clamp(27.5768888889px, calc(2.6930555556vw), 51.7066666667px);
    border-radius: clamp(53.3333333333px, calc(5.2083333333vw), 100px);
  }
}
.hero__container--footer > div > div > a > i > svg,
.hero__container--footer > div > div > button > i > svg {
  width: 34px;
  height: 34px;
  fill: #2d2d2d;
  transition: all 0.5s cubic-bezier(0.33, 1.53, 0.69, 0.99);
}
@media screen and (min-width: 1024px) {
  .hero__container--footer > div > div > a > i > svg,
  .hero__container--footer > div > div > button > i > svg {
    width: clamp(19.0435555556px, calc(1.8597222222vw), 35.7066666667px);
    height: clamp(19.0435555556px, calc(1.8597222222vw), 35.7066666667px);
  }
}
.hero__container--footer > div.hero-partners {
  display: flex;
  flex-direction: row;
  gap: 8px;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: unset;
}
@media screen and (min-width: 768px) {
  .hero__container--footer > div.hero-partners {
    flex-direction: column;
    justify-content: flex-end;
    gap: 18px;
  }
}
@media screen and (min-width: 1024px) {
  .hero__container--footer > div.hero-partners {
    gap: clamp(9.6px, calc(0.9375vw), 18px);
    flex-direction: row;
  }
}
.hero__container--footer > div.hero-partners > i {
  padding: 12.13px 13.61px;
  border-radius: 5.143px;
  border: 0.857px solid #636363;
  background: #b5d99c;
  width: -moz-fit-content;
  width: fit-content;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .hero__container--footer > div.hero-partners > i {
    padding: 14.15px 15.88px;
    height: 70px;
    border-radius: 6px;
    border-width: 1px;
  }
}
@media screen and (min-width: 1024px) {
  .hero__container--footer > div.hero-partners > i {
    height: clamp(51.7333333333px, calc(5.0520833333vw), 97px);
    border-width: clamp(0.5333333333px, calc(0.0520833333vw), 1px);
    border-radius: clamp(4.2666666667px, calc(0.4166666667vw), 8px);
    padding-block: clamp(
      10.4604444444px,
      calc(1.0215277778vw),
      19.6133333333px
    );
    padding-inline: clamp(11.7333333333px, calc(1.1458333333vw), 22px);
  }
}
.hero__container--footer > div.hero-partners > i:first-child > svg {
  width: 68.66px;
  height: 45.773px;
}
@media screen and (min-width: 768px) {
  .hero__container--footer > div.hero-partners > i:first-child > svg {
    width: 80.103px;
    height: 53.402px;
  }
}
@media screen and (min-width: 1024px) {
  .hero__container--footer > div.hero-partners > i:first-child > svg {
    width: clamp(59.2px, calc(5.78125vw), 111px);
    height: clamp(39.4666666667px, calc(3.8541666667vw), 74px);
  }
}
.hero__container--footer > div.hero-partners > i:last-child > svg {
  width: 106.392px;
  height: 35.741px;
}
@media screen and (min-width: 768px) {
  .hero__container--footer > div.hero-partners > i:last-child > svg {
    width: 124.124px;
    height: 41.698px;
  }
}
@media screen and (min-width: 1024px) {
  .hero__container--footer > div.hero-partners > i:last-child > svg {
    width: clamp(91.7333333333px, calc(8.9583333333vw), 172px);
    height: clamp(30.8167111111px, calc(3.0094444444vw), 57.7813333333px);
  }
}
.hero__container--footer > div.hero-partners > i > svg {
  fill: #2d2d2d;
}
.hero__container--footer > a.hero-news {
  cursor: pointer;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 18px;
  padding: 8px;
  border-radius: 12px;
  background: #2d2d2d;
}
@media screen and (min-width: 768px) {
  .hero__container--footer > a.hero-news {
    width: 50%;
  }
}
@media screen and (min-width: 1024px) {
  .hero__container--footer > a.hero-news {
    width: 33%;
    padding: clamp(9.6px, calc(0.9375vw), 18px);
    border-radius: clamp(9.6px, calc(0.9375vw), 18px);
  }
}
.hero__container--footer > a.hero-news > img {
  width: 70px;
  height: 70px;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 8px;
}
@media screen and (min-width: 1024px) {
  .hero__container--footer > a.hero-news > img {
    width: clamp(49.7777777778px, calc(4.8611111111vw), 93.3333333333px);
    height: clamp(49.7777777778px, calc(4.8611111111vw), 93.3333333333px);
    border-radius: clamp(5.6888888889px, calc(0.5555555556vw), 10.6666666667px);
  }
}
.hero__container--footer > a.hero-news > p {
  color: #f7f7f5;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
}
@media screen and (min-width: 1024px) {
  .hero__container--footer > a.hero-news > p {
    font-size: clamp(11.2px, calc(1.09375vw), 21px);
  }
}
@media screen and (min-width: 768px) {
  .hero__container--footer-star > div {
    margin-left: unset;
  }
}
@media screen and (min-width: 1024px) {
  .hero__container--footer-star > div {
    margin-left: auto;
  }
}
.hero__container--footer-frog > div {
  max-width: 338px;
}
@media screen and (min-width: 768px) {
  .hero__container--footer-frog > div {
    max-width: unset;
  }
}
@media screen and (min-width: 768px) {
  .hero__container--footer-crane > div {
    width: 65%;
  }
}
@media screen and (min-width: 1024px) {
  .hero__container--footer-crane > div {
    width: 30%;
  }
}

.hero__container--body-star {
  position: relative;
}

.hero__container--body-star .koto-visual,
.hero__container--body-star .koto-hit-overlay {
  position: absolute;
  overflow: visible;
  max-width: none;
  width: 303px;
  height: 320px;
  right: -40px;
}
@media screen and (min-width: 768px) {
  .hero__container--body-star .koto-visual,
  .hero__container--body-star .koto-hit-overlay {
    width: 619px;
    height: 654px;
    top: -140px;
    right: -110px;
  }
}
@media screen and (min-width: 1024px) {
  .hero__container--body-star .koto-visual,
  .hero__container--body-star .koto-hit-overlay {
    width: clamp(395.2px, calc(38.59375vw), 741px);
    height: clamp(414.4px, calc(40.46875vw), 777px);
    bottom: clamp(-226.6666666667px, calc(-11.8055555556vw), -120.8888888889px);
    top: unset;
    left: 50%;
    right: unset;
    transform: translateX(-50%);
  }
}

/* visual під контентом */
.hero__container--body-star .koto-visual {
  z-index: 0;
  pointer-events: none;
}

/* overlay над контентом */
.hero__container--body-star .koto-hit-overlay {
  z-index: 5;
  pointer-events: none;
  /* важливо */
}

.hero__container--body-star .koto-hit-overlay .koto-hits path {
  pointer-events: stroke;
  /* ловимо тільки по лініях */
}

.main-cases {
  background-color: #2d2d2d;
}
.main-cases__container {
  display: flex;
  flex-direction: column;
  gap: 74px;
  max-width: 1920px;
  margin-inline: auto;
  padding: 74px 18px;
}
@media screen and (min-width: 768px) {
  .main-cases__container {
    padding: 101px 37px;
  }
}
@media screen and (min-width: 1024px) {
  .main-cases__container {
    gap: clamp(42.4888888889px, calc(4.1493055556vw), 79.6666666667px);
    padding-block: clamp(78.9333333333px, calc(7.7083333333vw), 148px);
    padding-inline: clamp(39.4666666667px, calc(3.8541666667vw), 74px);
  }
}
.main-cases__container--head {
  display: flex;
  flex-direction: column;
  gap: 37px;
}
@media screen and (min-width: 768px) {
  .main-cases__container--head {
    flex-direction: row;
    justify-content: space-between;
    gap: 48px;
  }
}
.main-cases__container--head > h2 {
  color: #f7f7f5;
  font-size: 39px;
  font-style: normal;
  font-weight: 400;
  line-height: 110%;
}
@media screen and (min-width: 768px) {
  .main-cases__container--head > h2 {
    font-size: 48px;
    width: 50%;
  }
}
@media screen and (min-width: 1024px) {
  .main-cases__container--head > h2 {
    font-size: clamp(33.3368888889px, calc(3.2555555556vw), 62.5066666667px);
  }
}
.main-cases__container--head > p {
  color: #f7f7f5;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
}
@media screen and (min-width: 768px) {
  .main-cases__container--head > p {
    width: 50%;
  }
}
@media screen and (min-width: 1024px) {
  .main-cases__container--head > p {
    width: 25%;
    font-size: clamp(11.3777777778px, calc(1.1111111111vw), 21.3333333333px);
  }
}
.main-cases__container--body {
  width: 100%;
}
.main-cases__container--body > ul {
  display: flex;
  flex-direction: column;
  gap: 18px;
}
@media screen and (min-width: 768px) {
  .main-cases__container--body > ul {
    flex-direction: row;
    flex-wrap: wrap;
    align-items: stretch;
  }
}
@media screen and (min-width: 1024px) {
  .main-cases__container--body > ul {
    gap: clamp(9.6px, calc(0.9375vw), 18px);
  }
}
.main-cases__container--body > ul > li {
  display: flex;
  position: relative;
  overflow: visible;
}
@media screen and (min-width: 768px) {
  .main-cases__container--body > ul > li {
    width: calc(50% - 9px);
    flex: 1 1 auto;
  }
}
@media screen and (min-width: 1024px) {
  .main-cases__container--body > ul > li.is-following {
    cursor: none !important;
  }
  .main-cases__container--body > ul > li.is-following .archive-post__media {
    opacity: 1;
  }
}
.main-cases__container--body > ul > li > a {
  position: relative;
  overflow: visible;
  display: flex;
  flex-direction: column-reverse;
  width: 100%;
  height: 100%;
  -webkit-user-drag: none;
  user-drag: none;
}
@media screen and (min-width: 1024px) {
  .main-cases__container--body > ul > li > a {
    flex-direction: column;
  }
  .main-cases__container--body > ul > li > a:hover {
    cursor: none !important;
  }
}
.main-cases__container--body > ul > li > a > div:first-child {
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 24px;
  padding: 28px 18px;
  border-radius: 14px;
  background: #fff;
  height: -moz-fit-content;
  height: fit-content;
  z-index: 3;
  min-height: 159px;
}
@media screen and (min-width: 1024px) {
  .main-cases__container--body > ul > li > a > div:first-child {
    height: 100%;
    padding: clamp(21.3333333333px, calc(2.0833333333vw), 40px);
    border-radius: clamp(9.6px, calc(0.9375vw), 18px);
    gap: clamp(16.3555555556px, calc(1.5972222222vw), 30.6666666667px);
  }
}
.main-cases__container--body > ul > li > a > div:first-child > span {
  display: none;
}
@media screen and (min-width: 1024px) {
  .main-cases__container--body > ul > li > a > div:first-child > span {
    display: flex;
    color: #80a676;
    font-style: normal;
    font-weight: 400;
    line-height: 110%;
    font-size: clamp(33.3368888889px, calc(3.2555555556vw), 62.5066666667px);
  }
}
.main-cases__container--body > ul > li > a > div:first-child > h2 {
  color: #1d401f;
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: 110%;
}
@media screen and (min-width: 1024px) {
  .main-cases__container--body > ul > li > a > div:first-child > h2 {
    font-size: clamp(18.2044444444px, calc(1.7777777778vw), 34.1333333333px);
    line-height: 128%;
  }
}
.main-cases__container--body > ul > li > a > div:first-child > h2 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  word-break: break-word;
  overflow-wrap: anywhere;
}
.main-cases__container--body > ul > li > a > div:first-child > p {
  display: none;
}
@media screen and (min-width: 1024px) {
  .main-cases__container--body > ul > li > a > div:first-child > p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    word-break: break-word;
    overflow-wrap: anywhere;
    color: #2d2d2d;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
    font-size: clamp(11.3777777778px, calc(1.1111111111vw), 21.3333333333px);
  }
}
.main-cases__container--body > ul > li > a > div:first-child > div > ul {
  display: flex;
  gap: 8px;
  touch-action: pan-y;
  will-change: transform;
}
@media screen and (min-width: 1024px) {
  .main-cases__container--body > ul > li > a > div:first-child > div > ul {
    gap: clamp(4.2666666667px, calc(0.4166666667vw), 8px);
  }
}
.main-cases__container--body
  > ul
  > li
  > a
  > div:first-child
  > div
  > ul:not(.is-draggable) {
  transform: translateX(0) !important;
}
.main-cases__container--body > ul > li > a > div:first-child > div > ul,
.main-cases__container--body > ul > li > a > div:first-child > div > ul * {
  -moz-user-select: none;
  user-select: none;
  -webkit-user-select: none;
  -webkit-user-drag: none;
  user-drag: none;
}
.main-cases__container--body > ul > li > a > div:first-child > div > ul img {
  -webkit-user-drag: none;
  user-drag: none;
}
.main-cases__container--body > ul > li > a > div:first-child > div > ul > li {
  display: flex;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-user-drag: none;
}
.main-cases__container--body
  > ul
  > li
  > a
  > div:first-child
  > div
  > ul
  > li
  > span {
  color: #2d2d2d;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  padding: 18px 14px;
  border-radius: 50px;
  background-color: #e5f2e8;
  width: -moz-max-content;
  width: max-content;
}
@media screen and (min-width: 1024px) {
  .main-cases__container--body
    > ul
    > li
    > a
    > div:first-child
    > div
    > ul
    > li
    > span {
    padding-block: clamp(9.6px, calc(0.9375vw), 18px);
    padding-inline: clamp(7.4666666667px, calc(0.7291666667vw), 14px);
    font-size: clamp(8.5333333333px, calc(0.8333333333vw), 16px);
    border-radius: clamp(26.6666666667px, calc(2.6041666667vw), 50px);
  }
}
.main-cases__container--body > ul > li > a > div:last-child {
  position: relative;
  display: flex;
  width: 100%;
  height: 331px;
  margin-bottom: -40px;
  z-index: 1;
}
@media screen and (min-width: 1024px) {
  .main-cases__container--body > ul > li > a > div:last-child {
    width: clamp(243.7333333333px, calc(23.8020833333vw), 457px);
    height: clamp(248.5333333333px, calc(24.2708333333vw), 466px);
    transform: rotate(11.977deg);
    position: absolute;
    left: 0;
    top: 0;
    display: flex;
    transform: translate3d(var(--mx, 0px), var(--my, 0px), 0);
    will-change: transform;
    pointer-events: none;
    z-index: 31;
    opacity: 0;
    transition: opacity 150ms ease;
  }
}
@media screen and (min-width: 1024px) {
  .main-cases__container--body
    > ul
    > li
    > a
    > div:last-child
    > div:first-child {
    width: clamp(243.7333333333px, calc(23.8020833333vw), 457px);
    height: clamp(248.5333333333px, calc(24.2708333333vw), 466px);
    transform: rotate(11.977deg);
  }
}
.main-cases__container--body
  > ul
  > li
  > a
  > div:last-child
  > div:first-child
  > video,
.main-cases__container--body
  > ul
  > li
  > a
  > div:last-child
  > div:first-child
  > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 18px;
}
@media screen and (min-width: 1024px) {
  .main-cases__container--body
    > ul
    > li
    > a
    > div:last-child
    > div:first-child
    > video,
  .main-cases__container--body
    > ul
    > li
    > a
    > div:last-child
    > div:first-child
    > img {
    border-radius: clamp(9.6px, calc(0.9375vw), 18px);
  }
}
.main-cases__container--body > ul > li > a > div:last-child > div:last-child {
  position: absolute;
  bottom: 30px;
  right: 0;
  display: flex;
  align-items: center;
  gap: 4px;
  border-radius: 18px 18px 0 0;
  background-color: #2d2d2d;
  padding: 4px 12px 16px 12px;
  z-index: 2;
}
@media screen and (min-width: 1024px) {
  .main-cases__container--body > ul > li > a > div:last-child > div:last-child {
    background-color: unset;
    padding: unset;
    gap: unset;
    border-radius: unset;
    right: unset;
    bottom: unset;
    align-items: flex-end;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
.main-cases__container--body
  > ul
  > li
  > a
  > div:last-child
  > div:last-child
  > span {
  background-color: #2d2d2d;
  color: #eef2ce;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  text-transform: lowercase;
  width: -moz-max-content;
  width: max-content;
}
@media screen and (min-width: 1024px) {
  .main-cases__container--body
    > ul
    > li
    > a
    > div:last-child
    > div:last-child
    > span {
    padding: clamp(7.4666666667px, calc(0.7291666667vw), 14px);
    border-radius: clamp(25.6px, calc(2.5vw), 48px);
    font-size: clamp(8.5333333333px, calc(0.8333333333vw), 16px);
  }
}
.main-cases__container--body
  > ul
  > li
  > a
  > div:last-child
  > div:last-child
  > i {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #b5d99c;
  width: 52px;
  height: 52px;
  border-radius: 100px;
}
@media screen and (min-width: 1024px) {
  .main-cases__container--body
    > ul
    > li
    > a
    > div:last-child
    > div:last-child
    > i {
    width: clamp(48px, calc(4.6875vw), 90px);
    height: clamp(48px, calc(4.6875vw), 90px);
    border-radius: clamp(53.3333333333px, calc(5.2083333333vw), 100px);
  }
}
.main-cases__container--body
  > ul
  > li
  > a
  > div:last-child
  > div:last-child
  > i
  > svg {
  width: 23.724px;
  height: 23.724px;
  fill: #1d401f;
  rotate: -45deg;
}
@media screen and (min-width: 1024px) {
  .main-cases__container--body
    > ul
    > li
    > a
    > div:last-child
    > div:last-child
    > i
    > svg {
    width: clamp(19.0449777778px, calc(1.8598611111vw), 35.7093333333px);
    height: clamp(19.0449777778px, calc(1.8598611111vw), 35.7093333333px);
  }
}
.main-cases__container--footer > a {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 11px 14px;
  gap: 10px;
  border-radius: 48px;
  background-color: #b5d99c;
  color: #2d2d2d;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  transition: all 0.5s cubic-bezier(0.33, 1.53, 0.69, 0.99);
}
@media screen and (min-width: 1024px) {
  .main-cases__container--footer > a {
    font-size: clamp(9.9555555556px, calc(0.9722222222vw), 18.6666666667px);
    padding-block: clamp(10.6666666667px, calc(1.0416666667vw), 20px);
    padding-inline: clamp(7.4666666667px, calc(0.7291666667vw), 14px);
    gap: clamp(5.6888888889px, calc(0.5555555556vw), 10.6666666667px);
    border-radius: clamp(25.6px, calc(2.5vw), 48px);
  }
  .main-cases__container--footer > a:hover {
    background-color: #eef2ce;
    color: #2d2d2d;
  }
  .main-cases__container--footer > a:hover > span {
    background-color: #2d2d2d;
  }
  .main-cases__container--footer > a:hover > span > svg {
    fill: #eef2ce;
  }
}
.main-cases__container--footer > a > span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  background-color: #2d2d2d;
  border-radius: 100px;
  transition: all 0.5s cubic-bezier(0.33, 1.53, 0.69, 0.99);
}
@media screen and (min-width: 1024px) {
  .main-cases__container--footer > a > span {
    width: clamp(26.6666666667px, calc(2.6041666667vw), 50px);
    height: clamp(26.6666666667px, calc(2.6041666667vw), 50px);
  }
}
.main-cases__container--footer > a > span > svg {
  width: 34px;
  height: 34px;
  fill: #b5d99c;
  transition: all 0.5s cubic-bezier(0.33, 1.53, 0.69, 0.99);
}
@media screen and (min-width: 1024px) {
  .main-cases__container--footer > a > span > svg {
    width: clamp(18.1333333333px, calc(1.7708333333vw), 34px);
    height: clamp(18.1333333333px, calc(1.7708333333vw), 34px);
  }
}

.main-feedback {
  background-color: #f7f7f5;
}
.main-feedback__container {
  position: relative;
  max-width: 1920px;
  margin-inline: auto;
  padding: 74px 18px;
  display: flex;
  flex-direction: column;
  gap: 37px;
}
@media screen and (min-width: 768px) {
  .main-feedback__container {
    padding: 138px 37px;
    gap: 48px;
  }
}
@media screen and (min-width: 1024px) {
  .main-feedback__container {
    padding-block: clamp(98.1333333333px, calc(9.5833333333vw), 184px);
    padding-inline: clamp(39.4666666667px, calc(3.8541666667vw), 74px);
    gap: clamp(39.4666666667px, calc(3.8541666667vw), 74px);
  }
}
.main-feedback__container--head > h2 {
  color: #2d2d2d;
  text-align: center;
  font-size: 39px;
  font-style: normal;
  font-weight: 400;
  line-height: 110%;
}
.main-feedback__container--body {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 28px;
}
@media screen and (min-width: 1024px) {
  .main-feedback__container--body {
    gap: clamp(26.3111111111px, calc(2.5694444444vw), 49.3333333333px);
  }
}
.main-feedback__container--body > ul {
  display: flex;
  gap: 18px;
  width: 100%;
  will-change: transform;
  cursor: grab;
  touch-action: pan-y;
}
@media screen and (min-width: 1024px) {
  .main-feedback__container--body > ul {
    gap: clamp(17.0666666667px, calc(1.6666666667vw), 32px);
  }
}
.main-feedback__container--body > ul > li {
  position: relative;
  display: flex;
  gap: 18px;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-user-drag: none;
  min-width: 324px;
  max-width: 324px;
  width: 324px;
  border-radius: 16.2px;
}
@media screen and (min-width: 768px) {
  .main-feedback__container--body > ul > li {
    width: calc(90vw - 37px);
    min-width: calc(90vw - 37px);
    max-width: calc(90vw - 37px);
    padding: 8px;
    gap: 18px;
    border-radius: 18px;
    background: #fff;
  }
}
@media screen and (min-width: 1024px) {
  .main-feedback__container--body > ul > li {
    min-width: clamp(
      539.0222222222px,
      calc(52.6388888889vw),
      1010.6666666667px
    );
    max-width: clamp(
      539.0222222222px,
      calc(52.6388888889vw),
      1010.6666666667px
    );
    width: clamp(539.0222222222px, calc(52.6388888889vw), 1010.6666666667px);
    gap: clamp(8px, calc(0.78125vw), 15px);
    padding: clamp(19.7333333333px, calc(1.9270833333vw), 37px);
    border-radius: clamp(14.9333333333px, calc(1.4583333333vw), 28px);
    gap: clamp(9.6px, calc(0.9375vw), 18px);
    margin-inline: auto;
  }
}
.main-feedback__container--body > ul > li > div:first-child {
  width: 100%;
  height: auto;
  aspect-ratio: 9/16;
  position: relative;
  border-radius: 16.2px;
}
@media screen and (min-width: 768px) {
  .main-feedback__container--body > ul > li > div:first-child {
    width: 50%;
    border-radius: 18px;
    margin-block: auto;
  }
}
@media screen and (min-width: 1024px) {
  .main-feedback__container--body > ul > li > div:first-child {
    width: clamp(192px, calc(18.75vw), 360px);
    border-radius: clamp(9.6px, calc(0.9375vw), 18px);
  }
}
.main-feedback__container--body > ul > li > div:first-child > img,
.main-feedback__container--body > ul > li > div:first-child > video {
  width: 100%;
  aspect-ratio: 9/16;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  border-radius: 16.2px;
}
@media screen and (min-width: 768px) {
  .main-feedback__container--body > ul > li > div:first-child > img,
  .main-feedback__container--body > ul > li > div:first-child > video {
    border-radius: 18px;
  }
}
@media screen and (min-width: 1024px) {
  .main-feedback__container--body > ul > li > div:first-child > img,
  .main-feedback__container--body > ul > li > div:first-child > video {
    border-radius: clamp(9.6px, calc(0.9375vw), 18px);
  }
}
.main-feedback__container--body > ul > li > div:first-child > div {
  position: absolute;
  z-index: 3;
  display: flex;
  align-items: center;
  gap: 12px;
  height: 100%;
  width: 100%;
  transition: all 0.5s cubic-bezier(0.33, 1.53, 0.69, 0.99);
}
.main-feedback__container--body > ul > li > div:first-child > div > button {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 80px;
  background-color: rgba(181, 217, 156, 0.5019607843);
  z-index: 3;
  transition: all 0.5s cubic-bezier(0.33, 1.53, 0.69, 0.99);
}
@media screen and (min-width: 1024px) {
  .main-feedback__container--body > ul > li > div:first-child > div > button {
    width: clamp(42.6666666667px, calc(4.1666666667vw), 80px);
    height: clamp(42.6666666667px, calc(4.1666666667vw), 80px);
    border-radius: clamp(42.6666666667px, calc(4.1666666667vw), 80px);
  }
}
.main-feedback__container--body
  > ul
  > li
  > div:first-child
  > div
  > button.is-playing
  svg.play {
  opacity: 0;
}
.main-feedback__container--body
  > ul
  > li
  > div:first-child
  > div
  > button.is-playing
  svg.pause {
  opacity: 1;
}
.main-feedback__container--body
  > ul
  > li
  > div:first-child
  > div
  > button
  > svg {
  height: 60px;
  width: 60px;
  fill: #f7f7f5;
  opacity: 1;
  transition: all 0.5s cubic-bezier(0.33, 1.53, 0.69, 0.99);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (min-width: 1024px) {
  .main-feedback__container--body
    > ul
    > li
    > div:first-child
    > div
    > button
    > svg {
    width: clamp(32px, calc(3.125vw), 60px);
    height: clamp(32px, calc(3.125vw), 60px);
  }
}
.main-feedback__container--body
  > ul
  > li
  > div:first-child
  > div
  > button
  > svg.pause {
  opacity: 0;
}
.main-feedback__container--body > ul > li > div:first-child > div > div {
  position: absolute;
  bottom: 8px;
  left: 18px;
  right: 18px;
  flex: 1 1 auto;
  height: 6px;
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.2);
  overflow: hidden;
  cursor: pointer;
  transition: all 0.5s cubic-bezier(0.33, 1.53, 0.69, 0.99);
  opacity: 0;
  pointer-events: none;
}
.main-feedback__container--body > ul > li > div:first-child > div > div > span {
  position: absolute;
  inset: 0 auto 0 0;
  width: 0;
  height: 100%;
  background-color: #b5d99c;
}
.main-feedback__container--body > ul > li > div:last-child {
  position: absolute;
  inset-inline: 18px;
  inset-block-end: 18px;
  z-index: 3;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  padding: 18px;
  border-radius: 18px;
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  .main-feedback__container--body > ul > li > div:last-child {
    position: relative;
    inset: unset;
    width: 50%;
  }
}
@media screen and (min-width: 1024px) {
  .main-feedback__container--body > ul > li > div:last-child {
    padding: clamp(21.3333333333px, calc(2.0833333333vw), 40px);
    gap: clamp(12.8px, calc(1.25vw), 24px);
    width: 64%;
  }
}
.main-feedback__container--body > ul > li > div:last-child.is-expanded {
  background: #fff;
  backdrop-filter: none;
}
.main-feedback__container--body
  > ul
  > li
  > div:last-child.is-expanded
  .description-toggle
  > i {
  background-color: #b5d99c;
}
.main-feedback__container--body
  > ul
  > li
  > div:last-child.is-expanded
  .description-toggle
  > i
  > svg {
  fill: #2d2d2d;
}
.main-feedback__container--body > ul > li > div:last-child > div:first-child {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
}
@media screen and (min-width: 1024px) {
  .main-feedback__container--body > ul > li > div:last-child > div:first-child {
    gap: clamp(6.4px, calc(0.625vw), 12px);
  }
}
.main-feedback__container--body
  > ul
  > li
  > div:last-child
  > div:first-child
  > div {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
}
@media screen and (min-width: 1024px) {
  .main-feedback__container--body
    > ul
    > li
    > div:last-child
    > div:first-child
    > div {
    gap: clamp(5.6888888889px, calc(0.5555555556vw), 10.6666666667px);
  }
}
.main-feedback__container--body
  > ul
  > li
  > div:last-child
  > div:first-child
  > div
  > h3 {
  color: #2d2d2d;
  font-size: 24.413px;
  font-style: normal;
  font-weight: 500;
  line-height: 110%;
  transition: all 0.5s cubic-bezier(0.33, 1.53, 0.69, 0.99);
}
@media screen and (min-width: 1024px) {
  .main-feedback__container--body
    > ul
    > li
    > div:last-child
    > div:first-child
    > div
    > h3 {
    font-size: clamp(20.8334222222px, calc(2.0345138889vw), 39.0626666667px);
  }
}
.main-feedback__container--body
  > ul
  > li
  > div:last-child
  > div:first-child
  > div
  > img {
  width: 44px;
  height: 44px;
}
@media screen and (min-width: 1024px) {
  .main-feedback__container--body
    > ul
    > li
    > div:last-child
    > div:first-child
    > div
    > img {
    width: clamp(23.4666666667px, calc(2.2916666667vw), 44px);
    height: clamp(23.4666666667px, calc(2.2916666667vw), 44px);
  }
}
.main-feedback__container--body
  > ul
  > li
  > div:last-child
  > div:first-child
  > span {
  color: #fff;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  padding: 8px;
  border-radius: 50px;
  background-color: #414141;
}
@media screen and (min-width: 768px) {
  .main-feedback__container--body
    > ul
    > li
    > div:last-child
    > div:first-child
    > span {
    padding: 12px;
  }
}
@media screen and (min-width: 1024px) {
  .main-feedback__container--body
    > ul
    > li
    > div:last-child
    > div:first-child
    > span {
    font-size: clamp(8.5333333333px, calc(0.8333333333vw), 16px);
    border-radius: clamp(26.6666666667px, calc(2.6041666667vw), 50px);
    padding-block: clamp(9.6px, calc(0.9375vw), 18px);
    padding-inline: clamp(7.4666666667px, calc(0.7291666667vw), 14px);
  }
}
.main-feedback__container--body > ul > li > div:last-child > div.last {
  display: flex;
  flex-direction: column;
  gap: 4px;
  transition: all 0.5s cubic-bezier(0.33, 1.53, 0.69, 0.99);
}
.main-feedback__container--body > ul > li > div:last-child > div.last > p {
  color: #2d2d2d;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  padding-right: 4px;
  display: block;
  overflow: hidden;
  word-break: break-word;
  overflow-wrap: anywhere;
  transition: all 0.5s cubic-bezier(0.33, 1.53, 0.69, 0.99);
}
@media screen and (min-width: 768px) {
  .main-feedback__container--body > ul > li > div:last-child > div.last > p {
    overflow: visible;
    font-size: 14px;
  }
}
@media screen and (min-width: 1024px) {
  .main-feedback__container--body > ul > li > div:last-child > div.last > p {
    font-size: clamp(11.2px, calc(1.09375vw), 21px);
  }
}
.main-feedback__container--body
  > ul
  > li
  > div:last-child
  > div.last
  > p::-webkit-scrollbar {
  width: 4px;
}
.main-feedback__container--body
  > ul
  > li
  > div:last-child
  > div.last
  > p::-webkit-scrollbar-thumb {
  background: #b5d99c;
  border-radius: 4px;
}
.main-feedback__container--body
  > ul
  > li
  > div:last-child
  > div.last
  > p::-webkit-scrollbar-track {
  background: rgba(45, 45, 45, 0.12);
}
.main-feedback__container--body > ul > li > div:last-child > div.last > button {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
@media screen and (min-width: 768px) {
  .main-feedback__container--body
    > ul
    > li
    > div:last-child
    > div.last
    > button {
    display: none;
  }
}
.main-feedback__container--body
  > ul
  > li
  > div:last-child
  > div.last
  > button
  .label-wrap {
  display: inline-grid;
  align-items: center;
}
.main-feedback__container--body
  > ul
  > li
  > div:last-child
  > div.last
  > button
  .label-wrap
  > span {
  grid-area: 1/1;
  color: #2d2d2d;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  text-decoration: underline;
  transition: all 0.5s cubic-bezier(0.33, 1.53, 0.69, 0.99);
}
.main-feedback__container--body
  > ul
  > li
  > div:last-child
  > div.last
  > button
  .label-wrap
  > .less {
  opacity: 0;
  pointer-events: none;
}
.main-feedback__container--body
  > ul
  > li
  > div:last-child
  > div.last
  > button
  > i {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  border-radius: 24px;
  background-color: #2d2d2d;
  transition: all 0.5s cubic-bezier(0.33, 1.53, 0.69, 0.99);
}
.main-feedback__container--body
  > ul
  > li
  > div:last-child
  > div.last
  > button
  > i
  > svg {
  width: 18px;
  height: 18px;
  fill: #b5d99c;
  transform: rotate(90deg);
  transition: all 0.5s cubic-bezier(0.33, 1.53, 0.69, 0.99);
}
.main-feedback__container--body > ul > li > div:last-child > svg {
  width: 203px;
  height: 37.4px;
}
@media screen and (min-width: 768px) {
  .main-feedback__container--body > ul > li > div:last-child > svg {
    width: 280px;
    height: 51.7px;
    margin-top: auto;
  }
}
@media screen and (min-width: 1024px) {
  .main-feedback__container--body > ul > li > div:last-child > svg {
    width: clamp(149.3333333333px, calc(14.5833333333vw), 280px);
    height: clamp(27.8755555556px, calc(2.7222222222vw), 52.2666666667px);
  }
}
.main-feedback__container--body > div {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.main-feedback__container--body > div > div.pagination {
  position: relative;
  height: 8px;
  width: 153px;
  border-radius: 8px;
  background-color: rgba(55, 55, 55, 0.25);
  overflow: hidden;
  cursor: pointer;
}
@media screen and (min-width: 1024px) {
  .main-feedback__container--body > div > div.pagination {
    height: clamp(4.2666666667px, calc(0.4166666667vw), 8px);
    width: clamp(276.2666666667px, calc(26.9791666667vw), 518px);
    border-radius: clamp(4.2666666667px, calc(0.4166666667vw), 8px);
  }
}
.main-feedback__container--body > div > div.pagination > span {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  height: 100%;
  width: 0;
  border-radius: 8px;
  background-color: #80a676;
  transition:
    transform 0.1s ease,
    width 0.25s ease;
}
@media screen and (min-width: 1024px) {
  .main-feedback__container--body > div > div.pagination > span {
    border-radius: clamp(4.2666666667px, calc(0.4166666667vw), 8px);
  }
}
.main-feedback__container--body > div > div.pagination > span:active {
  cursor: grabbing;
}
.main-feedback__container--body > div > div.buttons {
  display: flex;
  gap: 8px;
  margin-left: auto;
}
@media screen and (min-width: 1024px) {
  .main-feedback__container--body > div > div.buttons {
    gap: clamp(5.6888888889px, calc(0.5555555556vw), 10.6666666667px);
  }
}
.main-feedback__container--body > div > div.buttons > button {
  width: 62px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 37.333px;
  border: 1px solid #80a676;
  background-color: #f7f7f5;
  transition: all 0.5s cubic-bezier(0.33, 1.53, 0.69, 0.99);
}
@media screen and (min-width: 1024px) {
  .main-feedback__container--body > div > div.buttons > button {
    width: clamp(42.5102222222px, calc(4.1513888889vw), 79.7066666667px);
    height: clamp(48px, calc(4.6875vw), 90px);
    border-width: clamp(0.5333333333px, calc(0.0520833333vw), 1px);
    border-radius: clamp(25.6px, calc(2.5vw), 48px);
  }
  .main-feedback__container--body > div > div.buttons > button:hover {
    background-color: #b5d99c;
    border-color: #b5d99c;
  }
  .main-feedback__container--body > div > div.buttons > button:hover > svg {
    fill: #2d2d2d;
  }
}
.main-feedback__container--body > div > div.buttons > button:first-child {
  rotate: 180deg;
}
.main-feedback__container--body > div > div.buttons > button > svg {
  width: 27.774px;
  height: 27.774px;
  fill: #80a676;
  transition: all 0.5s cubic-bezier(0.33, 1.53, 0.69, 0.99);
}
@media screen and (min-width: 1024px) {
  .main-feedback__container--body > div > div.buttons > button > svg {
    width: clamp(19.0435555556px, calc(1.8597222222vw), 35.7066666667px);
    height: clamp(19.0435555556px, calc(1.8597222222vw), 35.7066666667px);
  }
}

.archive-list {
  background-color: #2d2d2d;
}
.archive-list__container {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 37px;
  padding: 65px 16px 74px;
  height: -moz-fit-content;
  height: fit-content;
  max-width: 1920px;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .archive-list__container {
    padding: 138px 37px;
    flex-direction: row;
    flex-wrap: wrap;
  }
}
@media screen and (min-width: 1024px) {
  .archive-list__container {
    flex-direction: column;
    padding-block: clamp(68.8px, calc(6.71875vw), 129px);
    padding-inline: clamp(39.4666666667px, calc(3.8541666667vw), 74px);
  }
}
.archive-list__container--head {
  display: flex;
  flex-direction: column;
  gap: 12px;
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .archive-list__container--head {
    gap: clamp(9.6px, calc(0.9375vw), 18px);
  }
}
.archive-list__container--head > p {
  color: #fff;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 148%;
}
@media screen and (min-width: 1024px) {
  .archive-list__container--head > p {
    font-size: clamp(11.3777777778px, calc(1.1111111111vw), 21.3333333333px);
  }
}
.archive-list__container--head .archive-filter {
  position: relative;
  z-index: 20;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.archive-list__container--head .archive-filter__fakebar {
  position: absolute;
  top: 84px;
  bottom: 18px;
  right: 14px;
  width: 4px;
  border-radius: 4px;
  background: rgba(238, 242, 206, 0.2);
  pointer-events: none;
}
@media screen and (min-width: 768px) {
  .archive-list__container--head .archive-filter__fakebar {
    display: none;
  }
}
.archive-list__container--head .archive-filter__fakethumb {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  border-radius: 4px;
  background: #b5d99c;
  transform: translateY(0);
  height: 24px;
}
@media screen and (min-width: 768px) {
  .archive-list__container--head .archive-filter__fakethumb {
    display: none;
  }
}
.archive-list__container--head
  .archive-filter.no-scroll
  .archive-filter__fakebar {
  display: none;
}
.archive-list__container--head
  .archive-filter.no-scroll
  .archive-filter__scroll {
  padding-right: 0;
}
.archive-list__container--head .archive-filter__toggle {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 13px 14px;
  border-radius: 48px;
  border: 2px solid #b5d99c;
  background: #2d2d2d;
  z-index: 31;
  position: relative;
  margin-bottom: 12px;
  margin-top: 0;
  transition: all 0.5s cubic-bezier(0.33, 1.53, 0.69, 0.99);
}
@media screen and (min-width: 768px) {
  .archive-list__container--head .archive-filter__toggle {
    display: none;
  }
}
.archive-list__container--head .archive-filter__toggle > span {
  color: #b5d99c;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  transition: all 0.5s cubic-bezier(0.33, 1.53, 0.69, 0.99);
}
.archive-list__container--head .archive-filter__toggle > svg {
  width: 24px;
  height: 24px;
  fill: #b5d99c;
  transform: rotate(90deg);
  transition: all 0.5s cubic-bezier(0.33, 1.53, 0.69, 0.99);
}
.archive-list__container--head .archive-filter__menu {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  z-index: 30;
  padding-top: 68px;
  padding-inline: 14px;
  padding-bottom: 14px;
  border-radius: 33px;
  border: 2px solid #b5d99c;
  background: #2d2d2d;
  opacity: 0;
  pointer-events: none;
  transform: translateY(0);
  max-height: 0;
  overflow: hidden;
  transition:
    opacity 0.35s cubic-bezier(0.33, 1.53, 0.69, 0.99),
    transform 0.45s cubic-bezier(0.33, 1.53, 0.69, 0.99),
    padding 0.45s cubic-bezier(0.33, 1.53, 0.69, 0.99),
    max-height 0.45s cubic-bezier(0.33, 1.43, 0.59, 0.99);
}
@media screen and (min-width: 768px) {
  .archive-list__container--head .archive-filter__menu {
    position: relative;
    top: unset;
    left: unset;
    right: unset;
    opacity: 1;
    border: unset;
    padding: unset;
    max-height: unset;
    overflow: unset;
    pointer-events: unset;
    transform: unset;
    width: 100%;
    background-color: transparent;
  }
}
.archive-list__container--head .archive-filter__scroll {
  max-height: 280px;
  overflow-y: auto;
  touch-action: pan-y;
  -webkit-overflow-scrolling: touch;
}
.archive-list__container--head .archive-filter__scroll::-webkit-scrollbar {
  display: none !important;
}
.archive-list__container--head
  .archive-filter__scroll::-webkit-scrollbar-track {
  display: none !important;
}
.archive-list__container--head
  .archive-filter__scroll::-webkit-scrollbar-thumb {
  display: none !important;
}
@media screen and (min-width: 768px) {
  .archive-list__container--head .archive-filter__scroll {
    overflow-y: unset;
    -webkit-overflow-scrolling: unset;
    max-height: unset;
    display: flex;
    flex-wrap: nowrap;
    gap: 8px;
    will-change: transform;
    cursor: grab;
    touch-action: pan-y;
  }
  .archive-list__container--head .archive-filter__scroll:not(.is-draggable) {
    transform: translateX(0) !important;
  }
  .archive-list__container--head .archive-filter__scroll.is-dragging {
    cursor: grabbing;
  }
  .archive-list__container--head .archive-filter__scroll > li {
    display: flex;
    position: relative;
  }
}
@media screen and (min-width: 1024px) {
  .archive-list__container--head .archive-filter__scroll {
    gap: clamp(4.2666666667px, calc(0.4166666667vw), 8px);
  }
}
.archive-list__container--head .archive-filter__opt {
  width: 100%;
  display: flex;
  align-items: center;
  padding: 14px;
  border-radius: 34px;
  background: transparent;
  transition: all 0.5s cubic-bezier(0.33, 1.53, 0.69, 0.99);
}
@media screen and (min-width: 768px) {
  .archive-list__container--head .archive-filter__opt {
    width: -moz-max-content;
    width: max-content;
    border-radius: 50px;
    border: 1px solid #b5d99c;
    background: #2d2d2d;
    min-width: 20px;
  }
}
@media screen and (min-width: 1024px) {
  .archive-list__container--head .archive-filter__opt {
    border-radius: clamp(26.6666666667px, calc(2.6041666667vw), 50px);
    min-width: clamp(11.3777777778px, calc(1.1111111111vw), 21.3333333333px);
    border-width: clamp(1.0666666667px, calc(0.1041666667vw), 2px);
    padding-block: clamp(9.6px, calc(0.9375vw), 18px);
    padding-inline: clamp(12.8px, calc(1.25vw), 24px);
  }
}
.archive-list__container--head .archive-filter__opt > span {
  color: #b5d99c;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  transition: all 0.5s cubic-bezier(0.33, 1.53, 0.69, 0.99);
}
@media screen and (min-width: 768px) {
  .archive-list__container--head .archive-filter__opt > span {
    font-size: 14px;
    font-weight: 500;
    line-height: 100%;
  }
}
@media screen and (min-width: 1024px) {
  .archive-list__container--head .archive-filter__opt > span {
    font-size: clamp(8.5333333333px, calc(0.8333333333vw), 16px);
  }
}
.archive-list__container--head .archive-filter__opt.is-hidden {
  display: none;
}
@media screen and (min-width: 768px) {
  .archive-list__container--head .archive-filter__opt.is-hidden {
    display: flex;
    opacity: 1;
    background: #b5d99c;
    border: 1px solid #b5d99c;
  }
  .archive-list__container--head .archive-filter__opt.is-hidden > span {
    color: #1d401f;
  }
}
@media screen and (min-width: 1024px) {
  .archive-list__container--head .archive-filter__opt.is-hidden {
    border-width: clamp(1.0666666667px, calc(0.1041666667vw), 2px);
  }
}
.archive-list__container--head .archive-filter.is-open {
  z-index: 21;
}
.archive-list__container--head .archive-filter.is-open .archive-filter__toggle {
  background: #b5d99c;
  width: calc(100% - 24px);
  margin-top: 12px;
  margin-bottom: 0px;
}
.archive-list__container--head
  .archive-filter.is-open
  .archive-filter__toggle
  > span {
  color: #2d2d2d;
}
.archive-list__container--head
  .archive-filter.is-open
  .archive-filter__toggle
  > svg {
  fill: #2d2d2d;
  transform: rotate(-90deg);
}
.archive-list__container--head .archive-filter.is-open .archive-filter__menu {
  opacity: 1;
  pointer-events: auto;
  max-height: 362px;
}
.archive-list__container--body {
  width: 100%;
}
.archive-list__container--body > ul {
  display: flex;
  flex-direction: column;
  gap: 18px;
}
@media screen and (min-width: 768px) {
  .archive-list__container--body > ul {
    flex-direction: row;
    flex-wrap: wrap;
    align-items: stretch;
  }
}
@media screen and (min-width: 1024px) {
  .archive-list__container--body > ul {
    gap: clamp(9.6px, calc(0.9375vw), 18px);
  }
}
.archive-list__container--body > ul > li {
  display: flex;
  position: relative;
  overflow: visible;
}
@media screen and (min-width: 768px) {
  .archive-list__container--body > ul > li {
    width: calc(50% - 9px);
    flex: 1 1 auto;
  }
}
@media screen and (min-width: 1024px) {
  .archive-list__container--body > ul > li.is-following {
    cursor: none !important;
  }
  .archive-list__container--body > ul > li.is-following .archive-post__media {
    opacity: 1;
  }
}
.archive-list__container--body > ul > li.archive-post--empty {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 21px;
  padding: 18px;
  width: 100%;
  height: 100%;
  border-radius: 14px;
  border: 2px solid #555;
  padding-block: 180px;
}
@media screen and (min-width: 768px) {
  .archive-list__container--body > ul > li.archive-post--empty {
    padding: 44px;
    padding-block: 320px;
  }
}
@media screen and (min-width: 1024px) {
  .archive-list__container--body > ul > li.archive-post--empty {
    padding-block: 250px;
  }
}
.archive-list__container--body > ul > li.archive-post--empty > h2 {
  color: #f7f7f5;
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: 110%;
}
@media screen and (min-width: 1024px) {
  .archive-list__container--body > ul > li.archive-post--empty > h2 {
    max-width: clamp(467.7333333333px, calc(45.6770833333vw), 877px);
  }
}
.archive-list__container--body > ul > li.archive-post--empty > p {
  color: #f7f7f5;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
}
@media screen and (min-width: 1024px) {
  .archive-list__container--body > ul > li.archive-post--empty > p {
    max-width: clamp(467.7333333333px, calc(45.6770833333vw), 877px);
  }
}
.archive-list__container--body > ul > li > a {
  position: relative;
  overflow: visible;
  display: flex;
  flex-direction: column-reverse;
  width: 100%;
  height: 100%;
  -webkit-user-drag: none;
  user-drag: none;
}
@media screen and (min-width: 1024px) {
  .archive-list__container--body > ul > li > a {
    flex-direction: column;
  }
  .archive-list__container--body > ul > li > a:hover {
    cursor: none !important;
  }
}
.archive-list__container--body > ul > li > a > div:first-child {
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 24px;
  padding: 28px 18px;
  border-radius: 14px;
  background: #fff;
  height: -moz-fit-content;
  height: fit-content;
  z-index: 3;
  min-height: 159px;
}
@media screen and (min-width: 1024px) {
  .archive-list__container--body > ul > li > a > div:first-child {
    height: 100%;
    padding: clamp(21.3333333333px, calc(2.0833333333vw), 40px);
    border-radius: clamp(9.6px, calc(0.9375vw), 18px);
    gap: clamp(16.3555555556px, calc(1.5972222222vw), 30.6666666667px);
  }
}
.archive-list__container--body > ul > li > a > div:first-child > span {
  display: none;
}
@media screen and (min-width: 1024px) {
  .archive-list__container--body > ul > li > a > div:first-child > span {
    display: flex;
    color: #80a676;
    font-style: normal;
    font-weight: 400;
    line-height: 110%;
    font-size: clamp(33.3368888889px, calc(3.2555555556vw), 62.5066666667px);
  }
}
.archive-list__container--body > ul > li > a > div:first-child > h2 {
  color: #1d401f;
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: 110%;
}
@media screen and (min-width: 1024px) {
  .archive-list__container--body > ul > li > a > div:first-child > h2 {
    font-size: clamp(18.2044444444px, calc(1.7777777778vw), 34.1333333333px);
    line-height: 128%;
  }
}
.archive-list__container--body > ul > li > a > div:first-child > h2 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  word-break: break-word;
  overflow-wrap: anywhere;
}
.archive-list__container--body > ul > li > a > div:first-child > p {
  display: none;
}
@media screen and (min-width: 1024px) {
  .archive-list__container--body > ul > li > a > div:first-child > p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    word-break: break-word;
    overflow-wrap: anywhere;
    color: #2d2d2d;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
    font-size: clamp(11.3777777778px, calc(1.1111111111vw), 21.3333333333px);
  }
}
.archive-list__container--body > ul > li > a > div:first-child > div > ul {
  display: flex;
  gap: 8px;
  touch-action: pan-y;
  will-change: transform;
}
@media screen and (min-width: 1024px) {
  .archive-list__container--body > ul > li > a > div:first-child > div > ul {
    gap: clamp(4.2666666667px, calc(0.4166666667vw), 8px);
  }
}
.archive-list__container--body
  > ul
  > li
  > a
  > div:first-child
  > div
  > ul:not(.is-draggable) {
  transform: translateX(0) !important;
}
.archive-list__container--body > ul > li > a > div:first-child > div > ul,
.archive-list__container--body > ul > li > a > div:first-child > div > ul * {
  -moz-user-select: none;
  user-select: none;
  -webkit-user-select: none;
  -webkit-user-drag: none;
  user-drag: none;
}
.archive-list__container--body > ul > li > a > div:first-child > div > ul img {
  -webkit-user-drag: none;
  user-drag: none;
}
.archive-list__container--body > ul > li > a > div:first-child > div > ul > li {
  display: flex;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-user-drag: none;
}
.archive-list__container--body
  > ul
  > li
  > a
  > div:first-child
  > div
  > ul
  > li
  > span {
  color: #2d2d2d;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  padding: 18px 14px;
  border-radius: 50px;
  background-color: #e5f2e8;
  width: -moz-max-content;
  width: max-content;
}
@media screen and (min-width: 1024px) {
  .archive-list__container--body
    > ul
    > li
    > a
    > div:first-child
    > div
    > ul
    > li
    > span {
    padding-block: clamp(9.6px, calc(0.9375vw), 18px);
    padding-inline: clamp(7.4666666667px, calc(0.7291666667vw), 14px);
    font-size: clamp(8.5333333333px, calc(0.8333333333vw), 16px);
    border-radius: clamp(26.6666666667px, calc(2.6041666667vw), 50px);
  }
}
.archive-list__container--body > ul > li > a > div:last-child {
  position: relative;
  display: flex;
  width: 100%;
  height: 331px;
  margin-bottom: -40px;
  z-index: 1;
}
@media screen and (min-width: 1024px) {
  .archive-list__container--body > ul > li > a > div:last-child {
    width: clamp(243.7333333333px, calc(23.8020833333vw), 457px);
    height: clamp(248.5333333333px, calc(24.2708333333vw), 466px);
    transform: rotate(11.977deg);
    position: absolute;
    left: 0;
    top: 0;
    display: flex;
    transform: translate3d(var(--mx, 0px), var(--my, 0px), 0);
    will-change: transform;
    pointer-events: none;
    z-index: 31;
    opacity: 0;
    transition: opacity 150ms ease;
  }
}
@media screen and (min-width: 1024px) {
  .archive-list__container--body
    > ul
    > li
    > a
    > div:last-child
    > div:first-child {
    width: clamp(243.7333333333px, calc(23.8020833333vw), 457px);
    height: clamp(248.5333333333px, calc(24.2708333333vw), 466px);
    transform: rotate(11.977deg);
  }
}
.archive-list__container--body
  > ul
  > li
  > a
  > div:last-child
  > div:first-child
  > video,
.archive-list__container--body
  > ul
  > li
  > a
  > div:last-child
  > div:first-child
  > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 18px;
}
@media screen and (min-width: 1024px) {
  .archive-list__container--body
    > ul
    > li
    > a
    > div:last-child
    > div:first-child
    > video,
  .archive-list__container--body
    > ul
    > li
    > a
    > div:last-child
    > div:first-child
    > img {
    border-radius: clamp(9.6px, calc(0.9375vw), 18px);
  }
}
.archive-list__container--body > ul > li > a > div:last-child > div:last-child {
  position: absolute;
  bottom: 30px;
  right: 0;
  display: flex;
  align-items: center;
  gap: 4px;
  border-radius: 18px 18px 0 0;
  background-color: #2d2d2d;
  padding: 4px 12px 16px 12px;
  z-index: 2;
}
@media screen and (min-width: 1024px) {
  .archive-list__container--body
    > ul
    > li
    > a
    > div:last-child
    > div:last-child {
    background-color: unset;
    padding: unset;
    gap: unset;
    border-radius: unset;
    right: unset;
    bottom: unset;
    align-items: flex-end;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
.archive-list__container--body
  > ul
  > li
  > a
  > div:last-child
  > div:last-child
  > span {
  background-color: #2d2d2d;
  color: #eef2ce;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  text-transform: lowercase;
  width: -moz-max-content;
  width: max-content;
}
@media screen and (min-width: 1024px) {
  .archive-list__container--body
    > ul
    > li
    > a
    > div:last-child
    > div:last-child
    > span {
    padding: clamp(7.4666666667px, calc(0.7291666667vw), 14px);
    border-radius: clamp(25.6px, calc(2.5vw), 48px);
    font-size: clamp(8.5333333333px, calc(0.8333333333vw), 16px);
  }
}
.archive-list__container--body
  > ul
  > li
  > a
  > div:last-child
  > div:last-child
  > i {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #b5d99c;
  width: 52px;
  height: 52px;
  border-radius: 100px;
}
@media screen and (min-width: 1024px) {
  .archive-list__container--body
    > ul
    > li
    > a
    > div:last-child
    > div:last-child
    > i {
    width: clamp(48px, calc(4.6875vw), 90px);
    height: clamp(48px, calc(4.6875vw), 90px);
    border-radius: clamp(53.3333333333px, calc(5.2083333333vw), 100px);
  }
}
.archive-list__container--body
  > ul
  > li
  > a
  > div:last-child
  > div:last-child
  > i
  > svg {
  width: 23.724px;
  height: 23.724px;
  fill: #1d401f;
  rotate: -45deg;
}
@media screen and (min-width: 1024px) {
  .archive-list__container--body
    > ul
    > li
    > a
    > div:last-child
    > div:last-child
    > i
    > svg {
    width: clamp(19.0449777778px, calc(1.8598611111vw), 35.7093333333px);
    height: clamp(19.0449777778px, calc(1.8598611111vw), 35.7093333333px);
  }
}

.archive-posts-loader {
  display: flex;
  justify-content: center;
  margin-top: 40px;
  width: 100%;
  pointer-events: none;
}
.archive-posts-loader .loader {
  width: 100px;
  height: 40px;
  --g: radial-gradient(
      farthest-side,
      #0000 calc(95% - 3px),
      #b5d99c calc(100% - 3px) 98%,
      #0000 101%
    )
    no-repeat;
  background: var(--g), var(--g), var(--g);
  background-size: 30px 30px;
  animation: l9 1s infinite alternate;
}
@keyframes l9 {
  0% {
    background-position:
      0 50%,
      50% 50%,
      100% 50%;
  }
  20% {
    background-position:
      0 0,
      50% 50%,
      100% 50%;
  }
  40% {
    background-position:
      0 100%,
      50% 0,
      100% 50%;
  }
  60% {
    background-position:
      0 50%,
      50% 100%,
      100% 0;
  }
  80% {
    background-position:
      0 50%,
      50% 50%,
      100% 100%;
  }
  100% {
    background-position:
      0 50%,
      50% 50%,
      100% 50%;
  }
}

.archive-posts-loader[hidden] {
  display: none !important;
}

.home-list {
  background-color: #2d2d2d;
}
.home-list__container {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 37px;
  padding: 65px 16px 74px;
  height: -moz-fit-content;
  height: fit-content;
  max-width: 1920px;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .home-list__container {
    padding: 138px 37px;
    flex-direction: row;
    flex-wrap: wrap;
  }
}
@media screen and (min-width: 1024px) {
  .home-list__container {
    flex-direction: column;
    padding-block: clamp(68.8px, calc(6.71875vw), 129px);
    padding-inline: clamp(39.4666666667px, calc(3.8541666667vw), 74px);
  }
}
.home-list__container--head {
  display: flex;
  flex-direction: column;
  gap: 12px;
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .home-list__container--head {
    gap: clamp(9.6px, calc(0.9375vw), 18px);
  }
}
.home-list__container--head > p {
  color: #fff;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 148%;
}
@media screen and (min-width: 1024px) {
  .home-list__container--head > p {
    font-size: clamp(11.3777777778px, calc(1.1111111111vw), 21.3333333333px);
  }
}
.home-list__container--head .home-filter {
  position: relative;
  z-index: 20;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.home-list__container--head .home-filter__fakebar {
  position: absolute;
  top: 84px;
  bottom: 18px;
  right: 14px;
  width: 4px;
  border-radius: 4px;
  background: rgba(238, 242, 206, 0.2);
  pointer-events: none;
}
@media screen and (min-width: 768px) {
  .home-list__container--head .home-filter__fakebar {
    display: none;
  }
}
.home-list__container--head .home-filter__fakethumb {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  border-radius: 4px;
  background: #b5d99c;
  transform: translateY(0);
  height: 24px;
}
@media screen and (min-width: 768px) {
  .home-list__container--head .home-filter__fakethumb {
    display: none;
  }
}
.home-list__container--head .home-filter.no-scroll .home-filter__fakebar {
  display: none;
}
.home-list__container--head .home-filter.no-scroll .home-filter__scroll {
  padding-right: 0;
}
.home-list__container--head .home-filter__toggle {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 13px 14px;
  border-radius: 48px;
  border: 2px solid #b5d99c;
  background: #2d2d2d;
  z-index: 31;
  position: relative;
  margin-bottom: 12px;
  margin-top: 0;
  transition: all 0.5s cubic-bezier(0.33, 1.53, 0.69, 0.99);
}
@media screen and (min-width: 768px) {
  .home-list__container--head .home-filter__toggle {
    display: none;
  }
}
.home-list__container--head .home-filter__toggle > span {
  color: #b5d99c;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  transition: all 0.5s cubic-bezier(0.33, 1.53, 0.69, 0.99);
}
.home-list__container--head .home-filter__toggle > svg {
  width: 24px;
  height: 24px;
  fill: #b5d99c;
  transform: rotate(90deg);
  transition: all 0.5s cubic-bezier(0.33, 1.53, 0.69, 0.99);
}
.home-list__container--head .home-filter__menu {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  z-index: 30;
  padding-top: 68px;
  padding-inline: 14px;
  padding-bottom: 14px;
  border-radius: 33px;
  border: 2px solid #b5d99c;
  background: #2d2d2d;
  opacity: 0;
  pointer-events: none;
  transform: translateY(0);
  max-height: 0;
  overflow: hidden;
  transition:
    opacity 0.35s cubic-bezier(0.33, 1.53, 0.69, 0.99),
    transform 0.45s cubic-bezier(0.33, 1.53, 0.69, 0.99),
    padding 0.45s cubic-bezier(0.33, 1.53, 0.69, 0.99),
    max-height 0.45s cubic-bezier(0.33, 1.43, 0.59, 0.99);
}
@media screen and (min-width: 768px) {
  .home-list__container--head .home-filter__menu {
    position: relative;
    top: unset;
    left: unset;
    right: unset;
    opacity: 1;
    border: unset;
    padding: unset;
    max-height: unset;
    overflow: unset;
    pointer-events: unset;
    transform: unset;
    width: 100%;
    background-color: transparent;
  }
}
.home-list__container--head .home-filter__scroll {
  max-height: 280px;
  overflow-y: auto;
  touch-action: pan-y;
  -webkit-overflow-scrolling: touch;
}
.home-list__container--head .home-filter__scroll::-webkit-scrollbar {
  display: none !important;
}
.home-list__container--head .home-filter__scroll::-webkit-scrollbar-track {
  display: none !important;
}
.home-list__container--head .home-filter__scroll::-webkit-scrollbar-thumb {
  display: none !important;
}
@media screen and (min-width: 768px) {
  .home-list__container--head .home-filter__scroll {
    overflow-y: unset;
    -webkit-overflow-scrolling: unset;
    max-height: unset;
    display: flex;
    flex-wrap: nowrap;
    gap: 8px;
    will-change: transform;
    cursor: grab;
    touch-action: pan-y;
  }
  .home-list__container--head .home-filter__scroll:not(.is-draggable) {
    transform: translateX(0) !important;
  }
  .home-list__container--head .home-filter__scroll.is-dragging {
    cursor: grabbing;
  }
  .home-list__container--head .home-filter__scroll > li {
    display: flex;
    position: relative;
  }
}
@media screen and (min-width: 1024px) {
  .home-list__container--head .home-filter__scroll {
    gap: clamp(4.2666666667px, calc(0.4166666667vw), 8px);
  }
}
.home-list__container--head .home-filter__opt {
  width: 100%;
  display: flex;
  align-items: center;
  padding: 14px;
  border-radius: 34px;
  background: transparent;
  transition: all 0.5s cubic-bezier(0.33, 1.53, 0.69, 0.99);
}
@media screen and (min-width: 768px) {
  .home-list__container--head .home-filter__opt {
    width: -moz-max-content;
    width: max-content;
    border-radius: 50px;
    border: 1px solid #b5d99c;
    background: #2d2d2d;
    min-width: 20px;
  }
}
@media screen and (min-width: 1024px) {
  .home-list__container--head .home-filter__opt {
    border-radius: clamp(26.6666666667px, calc(2.6041666667vw), 50px);
    min-width: clamp(11.3777777778px, calc(1.1111111111vw), 21.3333333333px);
    border-width: clamp(1.0666666667px, calc(0.1041666667vw), 2px);
    padding-block: clamp(9.6px, calc(0.9375vw), 18px);
    padding-inline: clamp(12.8px, calc(1.25vw), 24px);
  }
}
.home-list__container--head .home-filter__opt > span {
  color: #b5d99c;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  transition: all 0.5s cubic-bezier(0.33, 1.53, 0.69, 0.99);
}
@media screen and (min-width: 768px) {
  .home-list__container--head .home-filter__opt > span {
    font-size: 14px;
    font-weight: 500;
    line-height: 100%;
  }
}
@media screen and (min-width: 1024px) {
  .home-list__container--head .home-filter__opt > span {
    font-size: clamp(8.5333333333px, calc(0.8333333333vw), 16px);
  }
}
.home-list__container--head .home-filter__opt.is-hidden {
  display: none;
}
@media screen and (min-width: 768px) {
  .home-list__container--head .home-filter__opt.is-hidden {
    display: flex;
    opacity: 1;
    background: #b5d99c;
    border: 1px solid #b5d99c;
  }
  .home-list__container--head .home-filter__opt.is-hidden > span {
    color: #1d401f;
  }
}
@media screen and (min-width: 1024px) {
  .home-list__container--head .home-filter__opt.is-hidden {
    border-width: clamp(1.0666666667px, calc(0.1041666667vw), 2px);
  }
}
.home-list__container--head .home-filter.is-open .home-filter__toggle {
  background: #b5d99c;
  width: calc(100% - 24px);
  margin-top: 12px;
  margin-bottom: 0px;
}
.home-list__container--head .home-filter.is-open .home-filter__toggle > span {
  color: #2d2d2d;
}
.home-list__container--head .home-filter.is-open .home-filter__toggle > svg {
  fill: #2d2d2d;
  transform: rotate(-90deg);
}
.home-list__container--head .home-filter.is-open .home-filter__menu {
  opacity: 1;
  pointer-events: auto;
  max-height: 362px;
}
.home-list__container--body {
  width: 100%;
}
.home-list__container--body > ul {
  display: flex;
  flex-direction: column;
  gap: 18px;
}
@media screen and (min-width: 768px) {
  .home-list__container--body > ul {
    flex-direction: row;
    flex-wrap: wrap;
    align-items: stretch;
  }
}
@media screen and (min-width: 1024px) {
  .home-list__container--body > ul {
    gap: clamp(9.6px, calc(0.9375vw), 18px);
  }
}
.home-list__container--body > ul > li {
  display: flex;
  position: relative;
  overflow: visible;
}
@media screen and (min-width: 768px) {
  .home-list__container--body > ul > li {
    width: calc(50% - 9px);
    flex: 1 1 auto;
  }
}
@media screen and (min-width: 1024px) {
  .home-list__container--body > ul > li.is-following {
    cursor: none !important;
  }
  .home-list__container--body > ul > li.is-following .home-post__media {
    opacity: 1;
  }
}
.home-list__container--body > ul > li.home-post--empty {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 21px;
  padding: 18px;
  width: 100%;
  height: 100%;
  border-radius: 14px;
  border: 2px solid #555;
  padding-block: 180px;
}
@media screen and (min-width: 768px) {
  .home-list__container--body > ul > li.home-post--empty {
    padding: 44px;
    padding-block: 320px;
  }
}
@media screen and (min-width: 1024px) {
  .home-list__container--body > ul > li.home-post--empty {
    padding-block: 250px;
  }
}
.home-list__container--body > ul > li.home-post--empty > h2 {
  color: #f7f7f5;
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: 110%;
}
@media screen and (min-width: 1024px) {
  .home-list__container--body > ul > li.home-post--empty > h2 {
    max-width: clamp(467.7333333333px, calc(45.6770833333vw), 877px);
  }
}
.home-list__container--body > ul > li.home-post--empty > p {
  color: #f7f7f5;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
}
@media screen and (min-width: 1024px) {
  .home-list__container--body > ul > li.home-post--empty > p {
    max-width: clamp(467.7333333333px, calc(45.6770833333vw), 877px);
  }
}
.home-list__container--body > ul > li > a {
  position: relative;
  overflow: visible;
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  -webkit-user-drag: none;
  user-drag: none;
}
@media screen and (min-width: 1024px) {
  .home-list__container--body > ul > li > a:hover {
    cursor: none !important;
  }
}
.home-list__container--body > ul > li > a > div:first-child {
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 24px;
  padding: 28px 18px;
  border-radius: 14px;
  background: #fff;
  height: 100%;
  min-height: 200px;
}
@media screen and (min-width: 1024px) {
  .home-list__container--body > ul > li > a > div:first-child {
    padding: clamp(21.3333333333px, calc(2.0833333333vw), 40px);
    border-radius: clamp(9.6px, calc(0.9375vw), 18px);
    gap: clamp(16.3555555556px, calc(1.5972222222vw), 30.6666666667px);
  }
}
.home-list__container--body > ul > li > a > div:first-child > span {
  display: none;
}
@media screen and (min-width: 1024px) {
  .home-list__container--body > ul > li > a > div:first-child > span {
    display: flex;
    color: #80a676;
    font-style: normal;
    font-weight: 400;
    line-height: 110%;
    font-size: clamp(33.3368888889px, calc(3.2555555556vw), 62.5066666667px);
  }
}
.home-list__container--body > ul > li > a > div:first-child > h2 {
  color: #1d401f;
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: 110%;
}
@media screen and (min-width: 1024px) {
  .home-list__container--body > ul > li > a > div:first-child > h2 {
    font-size: clamp(18.2044444444px, calc(1.7777777778vw), 34.1333333333px);
    line-height: 128%;
  }
}
.home-list__container--body > ul > li > a > div:first-child > p {
  display: none;
}
@media screen and (min-width: 1024px) {
  .home-list__container--body > ul > li > a > div:first-child > p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    word-break: break-word;
    overflow-wrap: anywhere;
    color: #2d2d2d;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
    font-size: clamp(11.3777777778px, calc(1.1111111111vw), 21.3333333333px);
  }
}
.home-list__container--body > ul > li > a > div:first-child > div > ul {
  display: flex;
  gap: 8px;
  touch-action: pan-y;
  will-change: transform;
}
@media screen and (min-width: 1024px) {
  .home-list__container--body > ul > li > a > div:first-child > div > ul {
    gap: clamp(4.2666666667px, calc(0.4166666667vw), 8px);
  }
}
.home-list__container--body
  > ul
  > li
  > a
  > div:first-child
  > div
  > ul:not(.is-draggable) {
  transform: translateX(0) !important;
}
.home-list__container--body > ul > li > a > div:first-child > div > ul,
.home-list__container--body > ul > li > a > div:first-child > div > ul * {
  -moz-user-select: none;
  user-select: none;
  -webkit-user-select: none;
  -webkit-user-drag: none;
  user-drag: none;
}
.home-list__container--body > ul > li > a > div:first-child > div > ul img {
  -webkit-user-drag: none;
  user-drag: none;
}
.home-list__container--body > ul > li > a > div:first-child > div > ul > li {
  display: flex;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-user-drag: none;
}
.home-list__container--body
  > ul
  > li
  > a
  > div:first-child
  > div
  > ul
  > li
  > span {
  color: #2d2d2d;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  padding: 18px 14px;
  border-radius: 50px;
  background-color: #e5f2e8;
  width: -moz-max-content;
  width: max-content;
}
@media screen and (min-width: 1024px) {
  .home-list__container--body
    > ul
    > li
    > a
    > div:first-child
    > div
    > ul
    > li
    > span {
    padding-block: clamp(9.6px, calc(0.9375vw), 18px);
    padding-inline: clamp(7.4666666667px, calc(0.7291666667vw), 14px);
    font-size: clamp(8.5333333333px, calc(0.8333333333vw), 16px);
    border-radius: clamp(26.6666666667px, calc(2.6041666667vw), 50px);
  }
}
.home-list__container--body > ul > li > a > div:last-child {
  display: none;
}
@media screen and (min-width: 1024px) {
  .home-list__container--body > ul > li > a > div:last-child {
    width: clamp(243.7333333333px, calc(23.8020833333vw), 457px);
    height: clamp(248.5333333333px, calc(24.2708333333vw), 466px);
    transform: rotate(11.977deg);
    position: absolute;
    left: 0;
    top: 0;
    display: flex;
    transform: translate3d(var(--mx, 0px), var(--my, 0px), 0);
    will-change: transform;
    pointer-events: none;
    z-index: 31;
    opacity: 0;
    transition: opacity 150ms ease;
  }
}
.home-list__container--body > ul > li > a > div:last-child > div:first-child {
  width: clamp(243.7333333333px, calc(23.8020833333vw), 457px);
  height: clamp(248.5333333333px, calc(24.2708333333vw), 466px);
  transform: rotate(11.977deg);
}
.home-list__container--body
  > ul
  > li
  > a
  > div:last-child
  > div:first-child
  > video,
.home-list__container--body
  > ul
  > li
  > a
  > div:last-child
  > div:first-child
  > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: clamp(9.6px, calc(0.9375vw), 18px);
}
.home-list__container--body > ul > li > a > div:last-child > div:last-child {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: flex-end;
}
.home-list__container--body
  > ul
  > li
  > a
  > div:last-child
  > div:last-child
  > span {
  padding: clamp(7.4666666667px, calc(0.7291666667vw), 14px);
  border-radius: clamp(25.6px, calc(2.5vw), 48px);
  font-size: clamp(8.5333333333px, calc(0.8333333333vw), 16px);
  background-color: #2d2d2d;
  color: #eef2ce;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  width: -moz-max-content;
  width: max-content;
}
.home-list__container--body
  > ul
  > li
  > a
  > div:last-child
  > div:last-child
  > i {
  display: flex;
  align-items: center;
  justify-content: center;
  width: clamp(48px, calc(4.6875vw), 90px);
  height: clamp(48px, calc(4.6875vw), 90px);
  border-radius: clamp(53.3333333333px, calc(5.2083333333vw), 100px);
  background-color: #b5d99c;
}
.home-list__container--body
  > ul
  > li
  > a
  > div:last-child
  > div:last-child
  > i
  > svg {
  width: clamp(19.0449777778px, calc(1.8598611111vw), 35.7093333333px);
  height: clamp(19.0449777778px, calc(1.8598611111vw), 35.7093333333px);
  fill: #1d401f;
  rotate: -45deg;
}

.home-posts-loader {
  display: flex;
  justify-content: center;
  margin-top: 40px;
  width: 100%;
  pointer-events: none;
}
.home-posts-loader .loader {
  width: 100px;
  height: 40px;
  --g: radial-gradient(
      farthest-side,
      #0000 calc(95% - 3px),
      #b5d99c calc(100% - 3px) 98%,
      #0000 101%
    )
    no-repeat;
  background: var(--g), var(--g), var(--g);
  background-size: 30px 30px;
  animation: l9 1s infinite alternate;
}
@keyframes l9 {
  0% {
    background-position:
      0 50%,
      50% 50%,
      100% 50%;
  }
  20% {
    background-position:
      0 0,
      50% 50%,
      100% 50%;
  }
  40% {
    background-position:
      0 100%,
      50% 0,
      100% 50%;
  }
  60% {
    background-position:
      0 50%,
      50% 100%,
      100% 0;
  }
  80% {
    background-position:
      0 50%,
      50% 50%,
      100% 100%;
  }
  100% {
    background-position:
      0 50%,
      50% 50%,
      100% 50%;
  }
}

.home-posts-loader[hidden] {
  display: none !important;
}

.single-hero {
  background-color: var(--bg, #b5d99c);
}
.single-hero__container {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 65px 16px 74px;
  min-height: 678px;
  height: -moz-fit-content;
  height: fit-content;
  max-width: 1920px;
  margin-inline: auto;
  position: relative;
}
@media screen and (min-width: 768px) {
  .single-hero__container {
    padding: 138px 37px;
    min-height: 1024px;
  }
}
@media screen and (min-width: 1024px) {
  .single-hero__container {
    flex-direction: column;
    min-height: clamp(576px, calc(56.25vw), 1080px);
    padding-block: clamp(68.8px, calc(6.71875vw), 129px);
    padding-inline: clamp(39.4666666667px, calc(3.8541666667vw), 74px);
    gap: clamp(39.4666666667px, calc(3.8541666667vw), 74px);
  }
}
.single-hero__container--head {
  display: flex;
  flex-direction: column;
  gap: 28px;
  z-index: 1;
}
@media screen and (min-width: 1024px) {
  .single-hero__container--head {
    width: 50%;
    gap: clamp(14.9333333333px, calc(1.4583333333vw), 28px);
  }
}
.single-hero__container--head > h1 {
  color: #2d2d2d;
  font-size: 39px;
  font-style: normal;
  font-weight: 400;
  line-height: 110%;
}
@media screen and (min-width: 768px) {
  .single-hero__container--head > h1 {
    font-size: 48px;
    line-height: 100%;
  }
}
@media screen and (min-width: 1024px) {
  .single-hero__container--head > h1 {
    font-size: clamp(53.3333333333px, calc(5.2083333333vw), 100px);
  }
}
.single-hero__container--head > ul {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
@media screen and (min-width: 1024px) {
  .single-hero__container--head > ul {
    gap: clamp(4.2666666667px, calc(0.4166666667vw), 8px);
  }
}
.single-hero__container--head > ul > li {
  padding: 8px;
  border-radius: 18px;
  background-color: #2d2d2d;
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (min-width: 1024px) {
  .single-hero__container--head > ul > li {
    padding: clamp(4.2666666667px, calc(0.4166666667vw), 8px);
    border-radius: clamp(9.6px, calc(0.9375vw), 18px);
  }
}
.single-hero__container--head > ul > li > span {
  color: #f7f7f5;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
}
@media screen and (min-width: 1024px) {
  .single-hero__container--head > ul > li > span {
    font-size: clamp(8.5333333333px, calc(0.8333333333vw), 16px);
  }
}
.single-hero__container--body {
  position: relative;
}
@media screen and (min-width: 1024px) {
  .single-hero__container--body {
    width: 50%;
    position: absolute;
    right: 0;
    top: 40%;
    transform: translateY(-50%);
  }
}
.single-hero__container--body > div {
  width: 100%;
  height: 75vw;
}
@media screen and (min-width: 768px) {
  .single-hero__container--body > div {
    height: 50vw;
  }
}
@media screen and (min-width: 1024px) {
  .single-hero__container--body > div {
    height: 50vw;
    max-height: clamp(448px, calc(43.75vw), 840px);
  }
}
.single-hero__container--body > div > img,
.single-hero__container--body > div > video {
  width: 60vw;
  height: 60vw;
  transform: rotate(-10deg);
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 18px;
  margin: auto;
  margin-right: 5%;
  z-index: 0;
}
@media screen and (min-width: 768px) {
  .single-hero__container--body > div > img,
  .single-hero__container--body > div > video {
    width: 40vw;
    height: 40vw;
  }
}
@media screen and (min-width: 1024px) {
  .single-hero__container--body > div > img,
  .single-hero__container--body > div > video {
    max-width: clamp(364.8px, calc(35.625vw), 684px);
    max-height: clamp(364.8px, calc(35.625vw), 684px);
    border-radius: clamp(9.6px, calc(0.9375vw), 18px);
    margin: auto;
    margin-bottom: clamp(
      -66.6666666667px,
      calc(-3.4722222222vw),
      -35.5555555556px
    );
  }
}
.single-hero__container--footer {
  z-index: 1;
}
@media screen and (min-width: 1024px) {
  .single-hero__container--footer {
    width: 50%;
    margin-top: auto;
  }
}
.single-hero__container--footer > ul {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}
@media screen and (min-width: 768px) {
  .single-hero__container--footer > ul {
    gap: 50px;
  }
}
@media screen and (min-width: 1024px) {
  .single-hero__container--footer > ul {
    gap: clamp(26.6666666667px, calc(2.6041666667vw), 50px);
  }
}
.single-hero__container--footer > ul > li {
  display: flex;
  flex-direction: column;
  gap: 4px;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (min-width: 768px) {
  .single-hero__container--footer > ul > li {
    gap: 8px;
  }
}
@media screen and (min-width: 1024px) {
  .single-hero__container--footer > ul > li {
    gap: clamp(4.2666666667px, calc(0.4166666667vw), 8px);
  }
}
.single-hero__container--footer > ul > li > span {
  color: #2d2d2d;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
}
@media screen and (min-width: 1024px) {
  .single-hero__container--footer > ul > li > span {
    font-size: clamp(9.6px, calc(0.9375vw), 18px);
  }
}
.single-hero__container--footer > ul > li > p {
  color: #2d2d2d;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 110%;
}
@media screen and (min-width: 768px) {
  .single-hero__container--footer > ul > li > p {
    font-size: 24px;
  }
}
@media screen and (min-width: 1024px) {
  .single-hero__container--footer > ul > li > p {
    font-size: clamp(12.8px, calc(1.25vw), 24px);
  }
}

.acf-media {
  position: relative;
  width: 100%;
  height: 100%;
}

.acf-media__poster,
.acf-media__video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
}

.acf-media__poster {
  opacity: 1;
  transition: opacity 400ms ease;
  z-index: 2;
}

.acf-media__video {
  opacity: 0;
  transition: opacity 400ms ease;
  z-index: 1;
}

/* Відео готове, один раз перейшли з poster у video */
.acf-media.is-ready .acf-media__video {
  opacity: 1;
}

.acf-media.is-ready .acf-media__poster {
  opacity: 0;
}

.secret-message {
  position: absolute;
  z-index: 10;
  display: flex;
  justify-content: flex-end;
  inset-inline: 16px;
  inset-block-start: 70px;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(-250%);
  transition: transform 1s cubic-bezier(0.33, 1, 0.69, 0.99);
}
@media screen and (min-width: 768px) {
  .secret-message {
    inset-inline-end: 60px;
    inset-block-start: 132px;
  }
}
@media screen and (min-width: 1024px) {
  .secret-message {
    inset-inline-end: clamp(
      56.8888888889px,
      calc(5.5555555556vw),
      106.6666666667px
    );
    inset-block-start: clamp(
      68.9777777778px,
      calc(6.7361111111vw),
      129.3333333333px
    );
  }
}
.secret-message__container {
  display: flex;
  max-width: 452px;
  width: calc(100% - 9px);
  padding: 37px 24px;
  align-items: center;
  gap: 18px;
  border-radius: 18px;
  border-bottom: 4px solid #2d2d2d;
  background: #f7f7f5;
}
@media screen and (min-width: 768px) {
  .secret-message__container {
    width: 100%;
  }
}
@media screen and (min-width: 1024px) {
  .secret-message__container {
    padding-block: clamp(
      26.3111111111px,
      calc(2.5694444444vw),
      49.3333333333px
    );
    padding-inline: clamp(17.0666666667px, calc(1.6666666667vw), 32px);
    gap: clamp(12.8px, calc(1.25vw), 24px);
    border-radius: clamp(12.8px, calc(1.25vw), 24px);
    border-width: clamp(2.8444444444px, calc(0.2777777778vw), 5.3333333333px);
    max-width: clamp(321.4222222222px, calc(31.3888888889vw), 602.6666666667px);
  }
}
.secret-message__container > button {
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 1024px) {
  .secret-message__container > button {
    width: clamp(31.2888888889px, calc(3.0555555556vw), 58.6666666667px);
    height: clamp(31.2888888889px, calc(3.0555555556vw), 58.6666666667px);
  }
}
.secret-message__container > button > svg {
  width: 28.214px;
  height: 14.781px;
  fill: #1d401f;
}
@media screen and (min-width: 1024px) {
  .secret-message__container > button > svg {
    width: clamp(20.0632888889px, calc(1.9593055556vw), 37.6186666667px);
    height: clamp(10.5109333333px, calc(1.0264583333vw), 19.708px);
  }
}
.secret-message__container > p {
  color: #2d2d2d;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 138%;
}
@media screen and (min-width: 1024px) {
  .secret-message__container > p {
    font-size: clamp(11.3777777778px, calc(1.1111111111vw), 21.3333333333px);
  }
}

.modal-menu {
  position: fixed;
  inset: 0;
  z-index: 9998;
  background-color: #2d2d2d;
  width: 100dvw;
  height: 100dvh;
  pointer-events: none;
  visibility: hidden;
  transform: translateY(-100%);
  transition: transform 1s cubic-bezier(0.33, 1, 0.69, 0.99);
  overflow-y: scroll;
}
.modal-menu__container {
  display: flex;
  flex-direction: column;
  height: 100%;
  gap: 37px;
  padding: 9px;
  padding-bottom: 74px;
  margin-bottom: 100px;
}
@media screen and (min-width: 768px) {
  .modal-menu__container {
    padding: 37px;
    padding-bottom: 74px;
  }
}
@media screen and (min-width: 1024px) {
  .modal-menu__container {
    padding-top: clamp(19.7333333333px, calc(1.9270833333vw), 37px);
    padding-right: clamp(40.96px, calc(4vw), 76.8px);
    padding-bottom: clamp(
      96.3128888889px,
      calc(9.4055555556vw),
      180.5866666667px
    );
    padding-left: clamp(
      96.3128888889px,
      calc(9.4055555556vw),
      180.5866666667px
    );
  }
}
.modal-menu__container--head {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.modal-menu__container--head > p {
  color: #696969;
  font-size: 21px;
  font-style: normal;
  font-weight: 400;
  line-height: 110%;
}
@media screen and (min-width: 1024px) {
  .modal-menu__container--head > p {
    font-size: clamp(13.5125333333px, calc(1.3195833333vw), 25.336px);
  }
}
.modal-menu__container--head > button {
  width: 52px;
  height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
  background-color: #2d2d2d;
  transition: all 0.5s cubic-bezier(0.33, 1.53, 0.69, 0.99);
}
@media screen and (min-width: 1024px) {
  .modal-menu__container--head > button {
    width: clamp(64px, calc(6.25vw), 120px);
    height: clamp(64px, calc(6.25vw), 120px);
    padding: clamp(7.1111111111px, calc(0.6944444444vw), 13.3333333333px);
    border-radius: clamp(
      71.1111111111px,
      calc(6.9444444444vw),
      133.3333333333px
    );
  }
  .modal-menu__container--head > button:hover {
    background-color: #b5d99c;
  }
  .modal-menu__container--head > button:hover > svg {
    fill: #2d2d2d;
  }
}
.modal-menu__container--head > button > svg {
  width: 33.344px;
  height: 17.469px;
  fill: #b5d99c;
  transition: all 0.5s cubic-bezier(0.33, 1.53, 0.69, 0.99);
}
@media screen and (min-width: 1024px) {
  .modal-menu__container--head > button > svg {
    width: clamp(41.0389333333px, calc(4.0077083333vw), 76.948px);
    height: clamp(21.4997333333px, calc(2.0995833333vw), 40.312px);
  }
}
.modal-menu__container--body {
  display: flex;
  flex-direction: column;
  gap: 47px;
  margin-block: auto;
}
@media screen and (min-width: 768px) {
  .modal-menu__container--body {
    flex-direction: row;
    align-items: center;
  }
  .modal-menu__container--body > div {
    width: 50%;
  }
}
@media screen and (min-width: 1024px) {
  .modal-menu__container--body {
    justify-content: space-between;
  }
}
.modal-menu__container--body > div:last-child {
  display: flex;
  gap: 8px;
}
@media screen and (min-width: 768px) {
  .modal-menu__container--body > div:last-child {
    flex-direction: column;
  }
}
@media screen and (min-width: 1024px) {
  .modal-menu__container--body > div:last-child {
    width: 33%;
    gap: clamp(9.9633777778px, calc(0.9729861111vw), 18.6813333333px);
  }
}
.modal-menu__container--body > div:last-child > button,
.modal-menu__container--body > div:last-child > a {
  height: 280px;
  padding: 8px;
  border-radius: 198px;
  background-color: #373737;
  display: flex;
  flex-direction: column-reverse;
  justify-content: center;
  align-items: center;
  gap: 18px;
  width: 50%;
  transition: all 0.5s cubic-bezier(0.33, 1.53, 0.69, 0.99);
}
@media screen and (min-width: 768px) {
  .modal-menu__container--body > div:last-child > button,
  .modal-menu__container--body > div:last-child > a {
    width: 100%;
    flex-direction: row;
    height: 152px;
  }
}
@media screen and (min-width: 1024px) {
  .modal-menu__container--body > div:last-child > button,
  .modal-menu__container--body > div:last-child > a {
    gap: clamp(9.9633777778px, calc(0.9729861111vw), 18.6813333333px);
    padding-block: clamp(5.5352888889px, calc(0.5405555556vw), 10.3786666667px);
    padding-inline: clamp(
      9.9633777778px,
      calc(0.9729861111vw),
      18.6813333333px
    );
    height: clamp(127.8613333333px, calc(12.4864583333vw), 239.74px);
    border-radius: clamp(109.5957333333px, calc(10.7027083333vw), 205.492px);
  }
  .modal-menu__container--body > div:last-child > button:hover,
  .modal-menu__container--body > div:last-child > a:hover {
    background-color: #b5d99c;
  }
  .modal-menu__container--body > div:last-child > button:hover > span,
  .modal-menu__container--body > div:last-child > a:hover > span {
    color: #1d401f;
  }
  .modal-menu__container--body
    > div:last-child
    > button:hover
    > span.book-call
    > svg,
  .modal-menu__container--body
    > div:last-child
    > a:hover
    > span.book-call
    > svg {
    fill: #2d2d2d;
  }
  .modal-menu__container--body > div:last-child > button:hover > span.discuss,
  .modal-menu__container--body > div:last-child > a:hover > span.discuss {
    background-color: #373737;
  }
  .modal-menu__container--body
    > div:last-child
    > button:hover
    > span.discuss
    > svg,
  .modal-menu__container--body > div:last-child > a:hover > span.discuss > svg {
    fill: #b5d99c;
  }
}
.modal-menu__container--body > div:last-child > button > span,
.modal-menu__container--body > div:last-child > a > span {
  color: #f7f7f5;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 110%;
  transition: all 0.5s cubic-bezier(0.33, 1.53, 0.69, 0.99);
}
@media screen and (min-width: 1024px) {
  .modal-menu__container--body > div:last-child > button > span,
  .modal-menu__container--body > div:last-child > a > span {
    font-size: clamp(20.2688px, calc(1.979375vw), 38.004px);
  }
}
.modal-menu__container--body > div:last-child > button > span:last-child,
.modal-menu__container--body > div:last-child > a > span:last-child {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 85.092px;
  width: 44px;
  height: 44px;
}
@media screen and (min-width: 1024px) {
  .modal-menu__container--body > div:last-child > button > span:last-child,
  .modal-menu__container--body > div:last-child > a > span:last-child {
    width: clamp(24.3548444444px, calc(2.3784027778vw), 45.6653333333px);
    height: clamp(24.3548444444px, calc(2.3784027778vw), 45.6653333333px);
    border-radius: clamp(55.3514666667px, calc(5.4054166667vw), 103.784px);
  }
}
.modal-menu__container--body > div:last-child > button > span.book-call > svg,
.modal-menu__container--body > div:last-child > a > span.book-call > svg {
  width: 44px;
  height: 44px;
  fill: #b5d99c;
  transition: all 0.5s cubic-bezier(0.33, 1.53, 0.69, 0.99);
}
@media screen and (min-width: 1024px) {
  .modal-menu__container--body > div:last-child > button > span.book-call > svg,
  .modal-menu__container--body > div:last-child > a > span.book-call > svg {
    width: clamp(24.3548444444px, calc(2.3784027778vw), 45.6653333333px);
    height: clamp(24.3548444444px, calc(2.3784027778vw), 45.6653333333px);
  }
}
.modal-menu__container--body > div:last-child > button > span.discuss,
.modal-menu__container--body > div:last-child > a > span.discuss {
  background: #b5d99c;
}
.modal-menu__container--body > div:last-child > button > span.discuss > svg,
.modal-menu__container--body > div:last-child > a > span.discuss > svg {
  width: 30.385px;
  height: 30.385px;
  transform: rotate(-45deg);
  fill: #2d2d2d;
  transition: all 0.5s cubic-bezier(0.33, 1.53, 0.69, 0.99);
}
@media screen and (min-width: 1024px) {
  .modal-menu__container--body > div:last-child > button > span.discuss > svg,
  .modal-menu__container--body > div:last-child > a > span.discuss > svg {
    width: clamp(17.0666666667px, calc(1.6666666667vw), 32px);
    height: clamp(17.0666666667px, calc(1.6666666667vw), 32px);
  }
}

.callback {
  background-color: #2d2d2d;
}
@media screen and (min-width: 768px) {
  .callback {
    padding: 101px 37px;
  }
}
@media screen and (min-width: 1024px) {
  .callback {
    padding-block: clamp(
      79.1111111111px,
      calc(7.7256944444vw),
      148.3333333333px
    );
    padding-inline: clamp(39.4666666667px, calc(3.8541666667vw), 74px);
  }
}
.callback__container {
  position: relative;
  max-width: 1920px;
  margin-inline: auto;
  background-color: #b5d99c;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 30px 18px;
  min-height: 678px;
  height: -moz-fit-content;
  height: fit-content;
}
@media screen and (min-width: 768px) {
  .callback__container {
    min-height: 678px;
    border-radius: 18px;
    padding: 40px 90px;
  }
}
@media screen and (min-width: 1024px) {
  .callback__container {
    min-height: clamp(426.6666666667px, calc(41.6666666667vw), 800px);
    padding-block: clamp(21.3333333333px, calc(2.0833333333vw), 40px);
    padding-inline: clamp(48px, calc(4.6875vw), 90px);
    border-radius: clamp(14.9333333333px, calc(1.4583333333vw), 28px);
  }
}
.callback__container--head {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 40px;
}
@media screen and (min-width: 1024px) {
  .callback__container--head {
    gap: clamp(21.3333333333px, calc(2.0833333333vw), 40px);
    max-width: clamp(423.4666666667px, calc(41.3541666667vw), 794px);
  }
}
.callback__container--head > div:first-child {
  display: flex;
  flex-direction: column;
  gap: 18px;
}
@media screen and (min-width: 1024px) {
  .callback__container--head > div:first-child {
    gap: clamp(9.6px, calc(0.9375vw), 18px);
  }
}
.callback__container--head > div:first-child > h2 {
  color: #2d2d2d;
  text-align: center;
  font-size: 48px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
}
@media screen and (min-width: 768px) {
  .callback__container--head > div:first-child > h2 {
    font-size: 77px;
  }
}
@media screen and (min-width: 1024px) {
  .callback__container--head > div:first-child > h2 {
    font-size: clamp(53.3333333333px, calc(5.2083333333vw), 100px);
  }
}
.callback__container--head > div:first-child > p {
  color: #2d2d2d;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 148%;
}
@media screen and (min-width: 1024px) {
  .callback__container--head > div:first-child > p {
    font-size: clamp(11.3777777778px, calc(1.1111111111vw), 21.3333333333px);
    line-height: 160%;
  }
}
.callback__container--head > div:last-child {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}
@media screen and (min-width: 768px) {
  .callback__container--head > div:last-child {
    flex-direction: row;
  }
}
@media screen and (min-width: 1024px) {
  .callback__container--head > div:last-child {
    gap: clamp(11.7333333333px, calc(1.1458333333vw), 22px);
  }
}
.callback__container--head > div:last-child > a {
  background-color: #b5d99c;
  color: #2d2d2d;
}
@media screen and (min-width: 1024px) {
  .callback__container--head > div:last-child > a:hover {
    background-color: #2d2d2d;
    color: #eef2ce;
  }
}
.callback__container--head > div:last-child > button,
.callback__container--head > div:last-child > a.sv {
  background-color: #2d2d2d;
  color: #eef2ce;
}
@media screen and (min-width: 1024px) {
  .callback__container--head > div:last-child > button:hover,
  .callback__container--head > div:last-child > a.sv:hover {
    background-color: #eef2ce;
    border-color: #eef2ce;
    color: #2d2d2d;
  }
  .callback__container--head > div:last-child > button:hover > span,
  .callback__container--head > div:last-child > a.sv:hover > span {
    background-color: #2d2d2d;
  }
  .callback__container--head > div:last-child > button:hover > span > svg,
  .callback__container--head > div:last-child > a.sv:hover > span > svg {
    fill: #eef2ce;
  }
}
.callback__container--head > div:last-child > a,
.callback__container--head > div:last-child > button {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border: 1.5px solid #2d2d2d;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  padding: 10.15px 14px;
  height: 72px;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 48px;
  transition: all 0.5s cubic-bezier(0.33, 1.53, 0.69, 0.99);
}
@media screen and (min-width: 1024px) {
  .callback__container--head > div:last-child > a,
  .callback__container--head > div:last-child > button {
    border-radius: clamp(25.6px, calc(2.5vw), 48px);
    border-width: clamp(1.0666666667px, calc(0.1041666667vw), 2px);
    padding-block: clamp(
      10.2115555556px,
      calc(0.9972222222vw),
      19.1466666667px
    );
    padding-inline: clamp(7.4666666667px, calc(0.7291666667vw), 14px);
    height: clamp(48px, calc(4.6875vw), 90px);
    font-size: clamp(9.9555555556px, calc(0.9722222222vw), 18.6666666667px);
    gap: clamp(5.3333333333px, calc(0.5208333333vw), 10px);
  }
}
.callback__container--head > div:last-child > a > span,
.callback__container--head > div:last-child > button > span {
  width: 51.71px;
  height: 51.71px;
  padding: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
  background-color: #eef2ce;
  transition: all 0.5s cubic-bezier(0.33, 1.53, 0.69, 0.99);
}
@media screen and (min-width: 1024px) {
  .callback__container--head > div:last-child > a > span,
  .callback__container--head > div:last-child > button > span {
    border-radius: clamp(53.3333333333px, calc(5.2083333333vw), 100px);
    width: clamp(27.5768888889px, calc(2.6930555556vw), 51.7066666667px);
    height: clamp(27.5768888889px, calc(2.6930555556vw), 51.7066666667px);
    padding: clamp(4.2666666667px, calc(0.4166666667vw), 8px);
  }
}
.callback__container--head > div:last-child > a > span > svg,
.callback__container--head > div:last-child > button > span > svg {
  width: 35.709px;
  height: 35.709px;
  rotate: -45deg;
  fill: #2d2d2d;
  transition: all 0.5s cubic-bezier(0.33, 1.53, 0.69, 0.99);
}
@media screen and (min-width: 1024px) {
  .callback__container--head > div:last-child > a > span > svg,
  .callback__container--head > div:last-child > button > span > svg {
    width: clamp(19.0449777778px, calc(1.8598611111vw), 35.7093333333px);
    height: clamp(19.0449777778px, calc(1.8598611111vw), 35.7093333333px);
  }
}
.callback__container--body > svg {
  position: absolute;
  overflow: visible;
  max-width: none;
  width: 353.068px;
  height: 187.907px;
}
@media screen and (min-width: 1024px) {
  .callback__container--body > svg {
    width: clamp(353.7016888889px, calc(34.5411805556vw), 663.1906666667px);
    height: clamp(188.2439111111px, calc(18.3831944444vw), 352.9573333333px);
  }
}
.callback__container--body > svg:first-child {
  right: -30%;
  top: -6%;
  transform: rotate(10deg);
}
@media screen and (min-width: 768px) {
  .callback__container--body > svg:first-child {
    right: -10%;
    top: -5%;
  }
}
@media screen and (min-width: 1024px) {
  .callback__container--body > svg:first-child {
    top: 10%;
    right: -3%;
    transform: rotate(-10deg);
  }
}
.callback__container--body > svg:last-child {
  left: -25%;
  bottom: 3%;
  rotate: 240deg;
}
@media screen and (min-width: 768px) {
  .callback__container--body > svg:last-child {
    left: -6%;
    bottom: 6%;
  }
}
@media screen and (min-width: 1024px) {
  .callback__container--body > svg:last-child {
    left: -4%;
    bottom: 16%;
  }
}
.callback__container--body .koto-master {
  display: none;
}
.callback__container--body .koto-visual {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
}
.callback__container--body .koto-hit-overlay {
  position: absolute;
  inset: 0;
  z-index: 5;
  pointer-events: auto;
}
.callback__container--body {
  /* Але щоб overlay не ламав кліки по кнопках/лінках */
}
.callback__container--body .koto-hit-overlay {
  pointer-events: none;
}
.callback__container--body .koto-hit-overlay .koto-hits path {
  pointer-events: stroke;
}
.callback__container--body .string-layer path {
  fill: none;
  stroke: #627853;
  stroke-width: 1;
  stroke-linecap: round;
  stroke-linejoin: round;
  vector-effect: non-scaling-stroke;
  transition: stroke 120ms ease;
}
@media screen and (min-width: 1024px) {
  .callback__container--body .string-layer path {
    stroke-width: clamp(0.8px, calc(0.078125vw), 1.5px);
  }
}
.callback__container--body .string-layer path.active {
  stroke: #4d6b55;
}
.callback__container--body .hit-layer path {
  fill: none;
  stroke: transparent;
  stroke-width: 30;
  pointer-events: stroke;
  cursor: grab;
}
.callback__container--body .hit-layer path:active {
  cursor: grabbing;
}
.growth-tools {
  background-color: #2d2d2d;
}
.growth-tools__container {
  position: relative;
  max-width: 1920px;
  margin-inline: auto;
  display: flex;
  flex-direction: column;
  gap: 38px;
  padding: 74px 18px;
}
@media screen and (min-width: 768px) {
  .growth-tools__container {
    padding: 138px 37px;
    gap: 140px;
  }
}
@media screen and (min-width: 1024px) {
  .growth-tools__container {
    gap: clamp(53.6888888889px, calc(5.2430555556vw), 100.6666666667px);
    padding-block: clamp(78.9333333333px, calc(7.7083333333vw), 148px);
    padding-inline: clamp(39.4666666667px, calc(3.8541666667vw), 74px);
  }
}
.growth-tools__container--head {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
}
@media screen and (min-width: 1024px) {
  .growth-tools__container--head {
    gap: clamp(6.4px, calc(0.625vw), 12px);
  }
}
.growth-tools__container--head > span {
  color: #80a676;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 148%;
}
@media screen and (min-width: 1024px) {
  .growth-tools__container--head > span {
    font-size: clamp(11.2px, calc(1.09375vw), 21px);
  }
}
.growth-tools__container--head > h2 {
  color: #f7f7f5;
  text-align: center;
  font-size: 39px;
  font-style: normal;
  font-weight: 400;
  line-height: 110%;
}
@media screen and (min-width: 768px) {
  .growth-tools__container--head > h2 {
    font-size: 48px;
  }
}
@media screen and (min-width: 1024px) {
  .growth-tools__container--head > h2 {
    font-size: clamp(33.3368888889px, calc(3.2555555556vw), 62.5066666667px);
    max-width: clamp(492.0888888889px, calc(48.0555555556vw), 922.6666666667px);
  }
}
.growth-tools__container--body {
  display: flex;
  width: 100%;
}
.growth-tools__container--body > ul {
  display: flex;
  gap: 8px;
  width: 100%;
  will-change: transform;
  cursor: grab;
  touch-action: pan-y;
}
@media screen and (min-width: 1024px) {
  .growth-tools__container--body > ul {
    gap: clamp(9.6px, calc(0.9375vw), 18px);
  }
}
.growth-tools__container--body > ul:not(.is-draggable) {
  transform: translateX(0) !important;
}
.growth-tools__container--body > ul.is-dragging {
  cursor: grabbing;
}
.growth-tools__container--body > ul > li {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 18px;
  padding: 24px;
  min-height: 444px;
  border-radius: 18px;
  background: #373737;
  min-width: 80vw;
  max-width: 575px;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-user-drag: none;
}
@media screen and (min-width: 768px) {
  .growth-tools__container--body > ul > li {
    padding: 37px;
  }
}
@media screen and (min-width: 1024px) {
  .growth-tools__container--body > ul > li {
    gap: clamp(9.6px, calc(0.9375vw), 18px);
    border-radius: clamp(9.6px, calc(0.9375vw), 18px);
    max-width: clamp(306.6666666667px, calc(29.9479166667vw), 575px);
    min-width: clamp(306.6666666667px, calc(29.9479166667vw), 575px);
    padding: clamp(19.7333333333px, calc(1.9270833333vw), 37px);
    min-height: clamp(236.2666666667px, calc(23.0729166667vw), 443px);
  }
}
.growth-tools__container--body > ul > li > svg {
  stroke: #80a676;
  fill: transparent;
  width: 62px;
  height: 62px;
}
@media screen and (min-width: 768px) {
  .growth-tools__container--body > ul > li > svg {
    width: 91px;
    height: 91px;
  }
}
@media screen and (min-width: 1024px) {
  .growth-tools__container--body > ul > li > svg {
    width: clamp(64px, calc(6.25vw), 120px);
    height: clamp(64px, calc(6.25vw), 120px);
  }
}
.growth-tools__container--body > ul > li > h3 {
  color: #f7f7f5;
  font-size: 28px;
  font-style: normal;
  font-weight: 500;
  line-height: 110%;
}
@media screen and (min-width: 1024px) {
  .growth-tools__container--body > ul > li > h3 {
    font-size: clamp(18.2044444444px, calc(1.7777777778vw), 34.1333333333px);
    line-height: 128%;
  }
}
.growth-tools__container--body > ul > li > p {
  color: #b3b3b3;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 148%;
}
@media screen and (min-width: 1024px) {
  .growth-tools__container--body > ul > li > p {
    font-size: clamp(11.3777777778px, calc(1.1111111111vw), 21.3333333333px);
    line-height: 160%;
  }
}

.service-hero {
  background-color: var(--bg, #b5d99c);
}
.service-hero__container {
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 65px 16px 74px;
  min-height: 900px;
  height: -moz-fit-content;
  height: fit-content;
  max-width: 1920px;
  margin-inline: auto;
  position: relative;
}
@media screen and (min-width: 768px) {
  .service-hero__container {
    padding: 138px 37px;
    min-height: 1024px;
    flex-direction: row;
    flex-wrap: wrap;
  }
}
@media screen and (min-width: 1024px) {
  .service-hero__container {
    flex-direction: column;
    justify-content: space-between;
    min-height: clamp(576px, calc(56.25vw), 1080px);
    padding-block: clamp(68.8px, calc(6.71875vw), 129px);
    padding-inline: clamp(39.4666666667px, calc(3.8541666667vw), 74px);
  }
}
.service-hero__container--head {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  height: -moz-fit-content;
  height: fit-content;
  z-index: 3;
}
@media screen and (min-width: 768px) {
  .service-hero__container--head {
    width: 100%;
    height: 144px;
  }
}
@media screen and (min-width: 1024px) {
  .service-hero__container--head {
    height: unset;
  }
}
.service-hero__container--head > div {
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 80%;
}
@media screen and (min-width: 768px) {
  .service-hero__container--head > div {
    width: 50%;
  }
}
@media screen and (min-width: 1024px) {
  .service-hero__container--head > div {
    gap: clamp(14.9333333333px, calc(1.4583333333vw), 28px);
  }
}
.service-hero__container--head > div > h1 {
  color: #2d2d2d;
  font-size: 48px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (min-width: 768px) {
  .service-hero__container--head > div > h1 {
    font-size: 48px;
  }
}
@media screen and (min-width: 1024px) {
  .service-hero__container--head > div > h1 {
    font-size: clamp(53.3333333333px, calc(5.2083333333vw), 100px);
  }
}
.service-hero__container--head > div > span {
  color: #2d2d2d;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
}
@media screen and (min-width: 1024px) {
  .service-hero__container--head > div > span {
    font-size: clamp(8.5333333333px, calc(0.8333333333vw), 16px);
  }
}
.service-hero__container--head > button {
  writing-mode: vertical-rl;
  text-orientation: mixed;
  position: absolute;
  inset-inline-start: 74px;
  inset-block-start: 16px;
  color: #1d401f;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 110%;
  transition: all 0.5s cubic-bezier(0.33, 1.53, 0.69, 0.99);
}
@media screen and (min-width: 768px) {
  .service-hero__container--head > button {
    inset-inline-start: 138px;
    inset-block-start: 37px;
  }
}
@media screen and (min-width: 1024px) {
  .service-hero__container--head > button {
    inset-inline-start: clamp(68.8px, calc(6.71875vw), 129px);
    inset-block-start: clamp(39.4666666667px, calc(3.8541666667vw), 74px);
    font-size: clamp(12.8px, calc(1.25vw), 24px);
  }
  .service-hero__container--head > button:hover {
    color: #80a676;
  }
}
.service-hero__container--body {
  position: relative;
  overflow: visible;
}
.service-hero__container--footer {
  display: flex;
  flex-direction: column;
  gap: 37px;
  margin-top: 32px;
  z-index: 3;
}
@media screen and (min-width: 768px) {
  .service-hero__container--footer {
    width: 100%;
    flex-direction: row;
    margin-top: 25px;
    align-items: flex-end;
  }
}
@media screen and (min-width: 1024px) {
  .service-hero__container--footer {
    margin-top: unset;
    gap: clamp(24px, calc(2.34375vw), 45px);
  }
}
.service-hero__container--footer > div {
  display: flex;
  flex-direction: column;
  gap: 37px;
}
@media screen and (min-width: 768px) {
  .service-hero__container--footer > div {
    width: 50%;
    margin-left: auto;
  }
}
@media screen and (min-width: 1024px) {
  .service-hero__container--footer > div {
    gap: clamp(24px, calc(2.34375vw), 45px);
    width: 30%;
    justify-content: flex-end;
  }
}
.service-hero__container--footer > div > p {
  color: #2d2d2d;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 148%;
}
@media screen and (min-width: 1024px) {
  .service-hero__container--footer > div > p {
    font-size: clamp(11.3777777778px, calc(1.1111111111vw), 21.3333333333px);
  }
}
.service-hero__container--footer > div > div {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 8px;
}
@media screen and (min-width: 1024px) {
  .service-hero__container--footer > div > div {
    gap: clamp(5.6888888889px, calc(0.5555555556vw), 10.6666666667px);
    flex-direction: row;
  }
}
.service-hero__container--footer > div > div > a,
.service-hero__container--footer > div > div > button {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 48px;
  height: 72px;
  padding: 14px 14px;
  flex: 1 1 auto;
  width: auto;
  min-width: -moz-max-content;
  min-width: max-content;
  transition: all 0.5s cubic-bezier(0.33, 1.53, 0.69, 0.99);
}
@media screen and (min-width: 1024px) {
  .service-hero__container--footer > div > div > a,
  .service-hero__container--footer > div > div > button {
    gap: clamp(5.3333333333px, calc(0.5208333333vw), 10px);
    border-radius: clamp(25.6px, calc(2.5vw), 48px);
    height: clamp(48px, calc(4.6875vw), 90px);
    padding-block: clamp(20.2666666667px, calc(1.9791666667vw), 38px);
    padding-inline: clamp(7.4666666667px, calc(0.7291666667vw), 14px);
  }
}
.service-hero__container--footer > div > div > a:first-child,
.service-hero__container--footer > div > div > button:first-child {
  background-color: #2d2d2d;
}
@media screen and (min-width: 1024px) {
  .service-hero__container--footer > div > div > a:first-child:hover,
  .service-hero__container--footer > div > div > button:first-child:hover {
    background-color: #eef2ce;
  }
  .service-hero__container--footer > div > div > a:first-child:hover > span,
  .service-hero__container--footer
    > div
    > div
    > button:first-child:hover
    > span {
    color: #2d2d2d;
  }
  .service-hero__container--footer > div > div > a:first-child:hover > i,
  .service-hero__container--footer > div > div > button:first-child:hover > i {
    background-color: #2d2d2d;
  }
  .service-hero__container--footer > div > div > a:first-child:hover > i > svg,
  .service-hero__container--footer
    > div
    > div
    > button:first-child:hover
    > i
    > svg {
    fill: #eef2ce;
  }
}
.service-hero__container--footer > div > div > a:last-child,
.service-hero__container--footer > div > div > button:last-child {
  background-color: rgba(45, 45, 45, 0.3);
}
.service-hero__container--footer > div > div > a:last-child > span,
.service-hero__container--footer > div > div > button:last-child > span {
  color: #fff;
}
@media screen and (min-width: 1024px) {
  .service-hero__container--footer > div > div > a:last-child:hover,
  .service-hero__container--footer > div > div > button:last-child:hover {
    background-color: rgba(45, 45, 45, 0.6);
  }
  .service-hero__container--footer > div > div > a:last-child:hover > span,
  .service-hero__container--footer
    > div
    > div
    > button:last-child:hover
    > span {
    color: #eef2ce;
  }
}
.service-hero__container--footer > div > div > a > span:first-child,
.service-hero__container--footer > div > div > button > span:first-child {
  color: #eef2ce;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  transition: all 0.5s cubic-bezier(0.33, 1.53, 0.69, 0.99);
}
@media screen and (min-width: 1024px) {
  .service-hero__container--footer > div > div > a > span:first-child,
  .service-hero__container--footer > div > div > button > span:first-child {
    font-size: clamp(9.9555555556px, calc(0.9722222222vw), 18.6666666667px);
  }
}
.service-hero__container--footer > div > div > a > i,
.service-hero__container--footer > div > div > button > i {
  background-color: #eef2ce;
  border-radius: 100px;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.5s cubic-bezier(0.33, 1.53, 0.69, 0.99);
}
@media screen and (min-width: 1024px) {
  .service-hero__container--footer > div > div > a > i,
  .service-hero__container--footer > div > div > button > i {
    width: clamp(27.5768888889px, calc(2.6930555556vw), 51.7066666667px);
    height: clamp(27.5768888889px, calc(2.6930555556vw), 51.7066666667px);
    border-radius: clamp(53.3333333333px, calc(5.2083333333vw), 100px);
  }
}
.service-hero__container--footer > div > div > a > i > svg,
.service-hero__container--footer > div > div > button > i > svg {
  width: 34px;
  height: 34px;
  fill: #2d2d2d;
  transition: all 0.5s cubic-bezier(0.33, 1.53, 0.69, 0.99);
}
@media screen and (min-width: 1024px) {
  .service-hero__container--footer > div > div > a > i > svg,
  .service-hero__container--footer > div > div > button > i > svg {
    width: clamp(19.0435555556px, calc(1.8597222222vw), 35.7066666667px);
    height: clamp(19.0435555556px, calc(1.8597222222vw), 35.7066666667px);
  }
}

.service-hero__sources {
  display: none;
}
.service-hero__floating {
  position: absolute;
  top: 50%;
  left: 62%;
  width: 520px;
  height: 520px;
  transform: translate(-50%, -50%);
  pointer-events: none;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .service-hero__floating {
    transform: translate(-100%, -50%);
  }
}
@media screen and (min-width: 1024px) {
  .service-hero__floating {
    width: clamp(420px, 36vw, 690px);
    height: clamp(420px, 36vw, 690px);
  }
}
.service-hero__card {
  position: absolute;
  inset: 0;
  margin: auto;
  width: 159.125px;
  height: 159.125px;
  aspect-ratio: 0.74;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 24px 50px rgba(45, 45, 45, 0.15);
  transition: all 0.5s cubic-bezier(0.33, 1.53, 0.69, 0.99);
}
@media screen and (min-width: 768px) {
  .service-hero__card {
    width: 282.215px;
    height: 282.215px;
  }
}
@media screen and (min-width: 1024px) {
  .service-hero__card {
    width: clamp(226.3047111111px, calc(22.1000694444vw), 424.3213333333px);
    height: clamp(226.3047111111px, calc(22.1000694444vw), 424.3213333333px);
    border-radius: clamp(4.2666666667px, calc(0.4166666667vw), 8px);
  }
}
.service-hero__card img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
}
.service-hero__card.is-moving {
  transform: translate(-40px, 120px) rotate(-12deg) scale(0.9);
  opacity: 0;
}
.service-hero__card--1 {
  transform: translate(-70px, 35px) rotate(-9deg);
  z-index: 1;
  opacity: 0.45;
}
.service-hero__card--2 {
  transform: translate(35px, -38px) rotate(9deg);
  z-index: 2;
  opacity: 0.7;
}
.service-hero__card--3 {
  transform: translate(-10px, 90px) rotate(-8deg);
  z-index: 3;
  opacity: 1;
}

.cursor-photo {
  position: absolute;
  width: clamp(226.3047111111px, calc(22.1000694444vw), 424.3213333333px);
  height: clamp(226.3047111111px, calc(22.1000694444vw), 424.3213333333px);
  transform-origin: center;
  transform: translate(-50%, -50%) scale(0.7);
  opacity: 0;
  pointer-events: none;
  z-index: 2;
  transition:
    opacity 1.2s ease,
    transform 1.6s cubic-bezier(0.19, 1, 0.22, 1);
}
.cursor-photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: clamp(8.5333333333px, calc(0.8333333333vw), 16px);
  display: block;
}

.cursor-photo.is-visible {
  opacity: 1;
  transform: translate(-50%, -50%) translate(var(--offset-x), var(--offset-y))
    rotate(var(--rotation)) scale(1);
}

.cursor-photo.is-leaving {
  opacity: 0;
  transform: translate(-50%, -50%)
    translate(var(--offset-x), calc(var(--offset-y) + 60px))
    rotate(var(--rotation)) scale(0.85);
}

.service-cases {
  background-color: #2d2d2d;
}
.service-cases__container {
  position: relative;
  max-width: 1920px;
  margin-inline: auto;
  display: flex;
  flex-direction: column;
  gap: 37px;
  padding: 74px 18px;
}
@media screen and (min-width: 768px) {
  .service-cases__container {
    padding: 101px 37px;
    gap: 74px;
  }
}
@media screen and (min-width: 1024px) {
  .service-cases__container {
    gap: clamp(42.4888888889px, calc(4.1493055556vw), 79.6666666667px);
    padding-block: clamp(78.9333333333px, calc(7.7083333333vw), 148px);
    padding-inline: clamp(39.4666666667px, calc(3.8541666667vw), 74px);
  }
}
.service-cases__container--head {
  display: flex;
  flex-direction: column;
  gap: 37px;
}
@media screen and (min-width: 768px) {
  .service-cases__container--head {
    flex-direction: row;
    justify-content: space-between;
    gap: 48px;
  }
}
.service-cases__container--head > h2 {
  color: #f7f7f5;
  font-size: 39px;
  font-style: normal;
  font-weight: 400;
  line-height: 110%;
}
@media screen and (min-width: 768px) {
  .service-cases__container--head > h2 {
    font-size: 48px;
    width: 50%;
  }
}
@media screen and (min-width: 1024px) {
  .service-cases__container--head > h2 {
    font-size: clamp(33.3368888889px, calc(3.2555555556vw), 62.5066666667px);
  }
}
.service-cases__container--head > p {
  color: #f7f7f5;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
}
@media screen and (min-width: 768px) {
  .service-cases__container--head > p {
    width: 50%;
  }
}
@media screen and (min-width: 1024px) {
  .service-cases__container--head > p {
    width: 25%;
    font-size: clamp(11.3777777778px, calc(1.1111111111vw), 21.3333333333px);
  }
}
.service-cases__container--body {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 17px;
}
.service-cases__container--body > ul {
  display: flex;
  gap: 12px;
  width: 100%;
  will-change: transform;
  cursor: grab;
  touch-action: pan-y;
}
@media screen and (min-width: 1024px) {
  .service-cases__container--body > ul {
    gap: clamp(9.6px, calc(0.9375vw), 18px);
  }
}
.service-cases__container--body > ul:not(.is-draggable) {
  transform: translateX(0) !important;
}
.service-cases__container--body > ul.is-dragging {
  cursor: grabbing;
}
.service-cases__container--body > ul > li {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  overflow: visible;
  border-radius: 18px;
  background: #373737;
  min-width: 80vw;
  width: 100%;
  max-width: 575px;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-user-drag: none;
}
@media screen and (min-width: 768px) {
  .service-cases__container--body > ul > li {
    min-width: 598px;
    max-width: 598px;
  }
}
@media screen and (min-width: 1024px) {
  .service-cases__container--body > ul > li {
    min-width: clamp(467.7333333333px, calc(45.6770833333vw), 877px);
    max-width: clamp(467.7333333333px, calc(45.6770833333vw), 877px);
    border-radius: clamp(9.6px, calc(0.9375vw), 18px);
  }
  .service-cases__container--body > ul > li.is-following {
    cursor: none !important;
  }
  .service-cases__container--body > ul > li.is-following .archive-post__media {
    opacity: 1;
  }
}
.service-cases__container--body > ul > li > a {
  position: relative;
  overflow: visible;
  display: flex;
  flex-direction: column-reverse;
  width: 100%;
  height: 100%;
  -webkit-user-drag: none;
  user-drag: none;
}
@media screen and (min-width: 1024px) {
  .service-cases__container--body > ul > li > a {
    flex-direction: column;
  }
  .service-cases__container--body > ul > li > a:hover {
    cursor: none !important;
  }
}
.service-cases__container--body > ul > li > a > div:first-child {
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 24px;
  padding: 28px 18px;
  border-radius: 14px;
  background: #fff;
  height: -moz-fit-content;
  height: fit-content;
  z-index: 3;
  min-height: -moz-fit-content;
  min-height: fit-content;
}
@media screen and (min-width: 1024px) {
  .service-cases__container--body > ul > li > a > div:first-child {
    height: 100%;
    padding: clamp(21.3333333333px, calc(2.0833333333vw), 40px);
    border-radius: clamp(9.6px, calc(0.9375vw), 18px);
    gap: clamp(16.3555555556px, calc(1.5972222222vw), 30.6666666667px);
  }
}
.service-cases__container--body > ul > li > a > div:first-child > span {
  display: none;
}
@media screen and (min-width: 1024px) {
  .service-cases__container--body > ul > li > a > div:first-child > span {
    display: flex;
    color: #80a676;
    font-style: normal;
    font-weight: 400;
    line-height: 110%;
    font-size: clamp(33.3368888889px, calc(3.2555555556vw), 62.5066666667px);
  }
}
.service-cases__container--body > ul > li > a > div:first-child > h2 {
  color: #1d401f;
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: 110%;
}
@media screen and (min-width: 1024px) {
  .service-cases__container--body > ul > li > a > div:first-child > h2 {
    font-size: clamp(18.2044444444px, calc(1.7777777778vw), 34.1333333333px);
    line-height: 128%;
  }
}
.service-cases__container--body > ul > li > a > div:first-child > h2 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  word-break: break-word;
  overflow-wrap: anywhere;
}
.service-cases__container--body > ul > li > a > div:first-child > p {
  display: none;
}
@media screen and (min-width: 1024px) {
  .service-cases__container--body > ul > li > a > div:first-child > p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    word-break: break-word;
    overflow-wrap: anywhere;
    color: #2d2d2d;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
    font-size: clamp(11.3777777778px, calc(1.1111111111vw), 21.3333333333px);
  }
}
.service-cases__container--body > ul > li > a > div:first-child > div > ul {
  display: flex;
  gap: 8px;
  touch-action: pan-y;
  will-change: transform;
}
@media screen and (min-width: 1024px) {
  .service-cases__container--body > ul > li > a > div:first-child > div > ul {
    gap: clamp(4.2666666667px, calc(0.4166666667vw), 8px);
  }
}
.service-cases__container--body
  > ul
  > li
  > a
  > div:first-child
  > div
  > ul:not(.is-draggable) {
  transform: translateX(0) !important;
}
.service-cases__container--body > ul > li > a > div:first-child > div > ul,
.service-cases__container--body > ul > li > a > div:first-child > div > ul * {
  -moz-user-select: none;
  user-select: none;
  -webkit-user-select: none;
  -webkit-user-drag: none;
  user-drag: none;
}
.service-cases__container--body > ul > li > a > div:first-child > div > ul img {
  -webkit-user-drag: none;
  user-drag: none;
}
.service-cases__container--body
  > ul
  > li
  > a
  > div:first-child
  > div
  > ul
  > li {
  display: flex;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-user-drag: none;
}
.service-cases__container--body
  > ul
  > li
  > a
  > div:first-child
  > div
  > ul
  > li
  > span {
  color: #2d2d2d;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  padding: 18px 14px;
  border-radius: 50px;
  background-color: #e5f2e8;
  width: -moz-max-content;
  width: max-content;
}
@media screen and (min-width: 1024px) {
  .service-cases__container--body
    > ul
    > li
    > a
    > div:first-child
    > div
    > ul
    > li
    > span {
    padding-block: clamp(9.6px, calc(0.9375vw), 18px);
    padding-inline: clamp(7.4666666667px, calc(0.7291666667vw), 14px);
    font-size: clamp(8.5333333333px, calc(0.8333333333vw), 16px);
    border-radius: clamp(26.6666666667px, calc(2.6041666667vw), 50px);
  }
}
.service-cases__container--body > ul > li > a > div:last-child {
  position: relative;
  display: flex;
  width: 100%;
  height: 100%;
  margin-bottom: -40px;
  z-index: 1;
}
@media screen and (min-width: 1024px) {
  .service-cases__container--body > ul > li > a > div:last-child {
    width: clamp(243.7333333333px, calc(23.8020833333vw), 457px);
    height: clamp(248.5333333333px, calc(24.2708333333vw), 466px);
    transform: rotate(11.977deg);
    position: absolute;
    left: 0;
    top: 0;
    display: flex;
    transform: translate3d(var(--mx, 0px), var(--my, 0px), 0);
    will-change: transform;
    pointer-events: none;
    z-index: 31;
    opacity: 0;
    transition: opacity 150ms ease;
  }
}
@media screen and (min-width: 1024px) {
  .service-cases__container--body
    > ul
    > li
    > a
    > div:last-child
    > div:first-child {
    width: clamp(243.7333333333px, calc(23.8020833333vw), 457px);
    height: clamp(248.5333333333px, calc(24.2708333333vw), 466px);
    transform: rotate(11.977deg);
  }
}
.service-cases__container--body
  > ul
  > li
  > a
  > div:last-child
  > div:first-child
  > video,
.service-cases__container--body
  > ul
  > li
  > a
  > div:last-child
  > div:first-child
  > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 18px;
}
@media screen and (min-width: 1024px) {
  .service-cases__container--body
    > ul
    > li
    > a
    > div:last-child
    > div:first-child
    > video,
  .service-cases__container--body
    > ul
    > li
    > a
    > div:last-child
    > div:first-child
    > img {
    border-radius: clamp(9.6px, calc(0.9375vw), 18px);
  }
}
.service-cases__container--body
  > ul
  > li
  > a
  > div:last-child
  > div:last-child {
  position: absolute;
  bottom: 30px;
  right: 0;
  display: flex;
  align-items: center;
  gap: 4px;
  border-radius: 18px 18px 0 0;
  background-color: #2d2d2d;
  padding: 4px 12px 16px 12px;
  z-index: 5;
}
@media screen and (min-width: 1024px) {
  .service-cases__container--body
    > ul
    > li
    > a
    > div:last-child
    > div:last-child {
    background-color: unset;
    padding: unset;
    gap: unset;
    border-radius: unset;
    right: unset;
    bottom: unset;
    align-items: flex-end;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
.service-cases__container--body
  > ul
  > li
  > a
  > div:last-child
  > div:last-child
  > span {
  background-color: #2d2d2d;
  color: #eef2ce;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  text-transform: lowercase;
  width: -moz-max-content;
  width: max-content;
}
@media screen and (min-width: 1024px) {
  .service-cases__container--body
    > ul
    > li
    > a
    > div:last-child
    > div:last-child
    > span {
    padding: clamp(7.4666666667px, calc(0.7291666667vw), 14px);
    border-radius: clamp(25.6px, calc(2.5vw), 48px);
    font-size: clamp(8.5333333333px, calc(0.8333333333vw), 16px);
  }
}
.service-cases__container--body
  > ul
  > li
  > a
  > div:last-child
  > div:last-child
  > i {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #b5d99c;
  width: 52px;
  height: 52px;
  border-radius: 100px;
}
@media screen and (min-width: 1024px) {
  .service-cases__container--body
    > ul
    > li
    > a
    > div:last-child
    > div:last-child
    > i {
    width: clamp(48px, calc(4.6875vw), 90px);
    height: clamp(48px, calc(4.6875vw), 90px);
    border-radius: clamp(53.3333333333px, calc(5.2083333333vw), 100px);
  }
}
.service-cases__container--body
  > ul
  > li
  > a
  > div:last-child
  > div:last-child
  > i
  > svg {
  width: 23.724px;
  height: 23.724px;
  fill: #1d401f;
  rotate: -45deg;
}
@media screen and (min-width: 1024px) {
  .service-cases__container--body
    > ul
    > li
    > a
    > div:last-child
    > div:last-child
    > i
    > svg {
    width: clamp(19.0449777778px, calc(1.8598611111vw), 35.7093333333px);
    height: clamp(19.0449777778px, calc(1.8598611111vw), 35.7093333333px);
  }
}
.service-cases__container--body > div {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.service-cases__container--body > div > div.pagination {
  position: relative;
  height: 8px;
  width: 153px;
  border-radius: 8px;
  background-color: rgba(238, 242, 206, 0.2);
  overflow: hidden;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .service-cases__container--body > div > div.pagination {
    height: 12px;
    border-radius: 12px;
  }
}
@media screen and (min-width: 1024px) {
  .service-cases__container--body > div > div.pagination {
    height: clamp(8.5333333333px, calc(0.8333333333vw), 16px);
    width: clamp(276.2666666667px, calc(26.9791666667vw), 518px);
    border-radius: clamp(8.5333333333px, calc(0.8333333333vw), 16px);
  }
}
.service-cases__container--body > div > div.pagination > span {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  height: 100%;
  width: 0;
  border-radius: 8px;
  background-color: #b5d99c;
  transition:
    transform 0.1s ease,
    width 0.25s ease;
}
@media screen and (min-width: 1024px) {
  .service-cases__container--body > div > div.pagination > span {
    border-radius: clamp(4.2666666667px, calc(0.4166666667vw), 8px);
  }
}
.service-cases__container--body > div > div.pagination > span:active {
  cursor: grabbing;
}
.service-cases__container--body > div > div.buttons {
  display: flex;
  gap: 8px;
  margin-left: auto;
}
@media screen and (min-width: 1024px) {
  .service-cases__container--body > div > div.buttons {
    gap: clamp(5.6888888889px, calc(0.5555555556vw), 10.6666666667px);
  }
}
.service-cases__container--body > div > div.buttons > button {
  width: 62px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 37.333px;
  border: 1px solid #b5d99c;
  background-color: #2d2d2d;
  transition: all 0.5s cubic-bezier(0.33, 1.53, 0.69, 0.99);
}
@media screen and (min-width: 1024px) {
  .service-cases__container--body > div > div.buttons > button {
    width: clamp(42.5102222222px, calc(4.1513888889vw), 79.7066666667px);
    height: clamp(48px, calc(4.6875vw), 90px);
    border-width: clamp(0.5333333333px, calc(0.0520833333vw), 1px);
    border-radius: clamp(25.6px, calc(2.5vw), 48px);
  }
  .service-cases__container--body > div > div.buttons > button:hover {
    background-color: #b5d99c;
  }
  .service-cases__container--body > div > div.buttons > button:hover > svg {
    fill: #2d2d2d;
  }
}
.service-cases__container--body > div > div.buttons > button:first-child {
  rotate: 180deg;
}
.service-cases__container--body > div > div.buttons > button > svg {
  width: 27.774px;
  height: 27.774px;
  fill: #b5d99c;
  transition: all 0.5s cubic-bezier(0.33, 1.53, 0.69, 0.99);
}
@media screen and (min-width: 1024px) {
  .service-cases__container--body > div > div.buttons > button > svg {
    width: clamp(19.0435555556px, calc(1.8597222222vw), 35.7066666667px);
    height: clamp(19.0435555556px, calc(1.8597222222vw), 35.7066666667px);
  }
}

.service-steps {
  background-color: #2d2d2d;
}
.service-steps__container {
  position: relative;
  max-width: 1920px;
  margin-inline: auto;
  display: flex;
  flex-direction: column;
  gap: 37px;
  padding: 74px 18px;
}
@media screen and (min-width: 768px) {
  .service-steps__container {
    padding: 101px 37px;
    gap: 74px;
  }
}
@media screen and (min-width: 1024px) {
  .service-steps__container {
    gap: clamp(42.4888888889px, calc(4.1493055556vw), 79.6666666667px);
    padding-block: clamp(78.9333333333px, calc(7.7083333333vw), 148px);
    padding-inline: clamp(39.4666666667px, calc(3.8541666667vw), 74px);
  }
}
.service-steps__container--head {
  display: flex;
  flex-direction: column;
  gap: 37px;
}
@media screen and (min-width: 768px) {
  .service-steps__container--head {
    flex-direction: row;
    gap: 18px;
  }
  .service-steps__container--head:not(:has(> p)) > h2 {
    width: 100%;
  }
  .service-steps__container--head:has(> p) > h2 {
    width: 50%;
  }
  .service-steps__container--head:has(> p) > p {
    width: 50%;
  }
}
@media screen and (min-width: 1024px) {
  .service-steps__container--head {
    justify-content: space-between;
  }
  .service-steps__container--head:not(:has(> p)) > h2 {
    width: 50%;
  }
}
.service-steps__container--head > h2 {
  color: #f7f7f5;
  font-size: 39px;
  font-style: normal;
  font-weight: 400;
  line-height: 110%;
}
@media screen and (min-width: 768px) {
  .service-steps__container--head > h2 {
    width: 50%;
  }
}
@media screen and (min-width: 1024px) {
  .service-steps__container--head > h2 {
    font-size: clamp(33.3368888889px, calc(3.2555555556vw), 62.5066666667px);
    width: 50%;
  }
}
.service-steps__container--head > p {
  color: #f7f7f5;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 148%;
}
@media screen and (min-width: 768px) {
  .service-steps__container--head > p {
    width: 50%;
  }
}
@media screen and (min-width: 1024px) {
  .service-steps__container--head > p {
    font-size: clamp(11.3777777778px, calc(1.1111111111vw), 21.3333333333px);
    line-height: 160%;
    width: 30%;
  }
}
.service-steps__container--body {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 17px;
}
.service-steps__container--body > ul {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 1024px) {
  .service-steps__container--body > ul {
    flex-direction: row;
    align-items: flex-start;
  }
  .service-steps__container--body > ul:has(> li:nth-child(5)) > li:nth-child(2),
  .service-steps__container--body
    > ul:has(> li:nth-child(5))
    > li:nth-child(4) {
    margin-top: clamp(10.6666666667px, calc(1.0416666667vw), 20px);
  }
  .service-steps__container--body
    > ul:has(> li:nth-child(5))
    > li:nth-child(3) {
    margin-top: clamp(21.3333333333px, calc(2.0833333333vw), 40px);
  }
  .service-steps__container--body
    > ul:has(> li:nth-child(4)):not(:has(> li:nth-child(5)))
    > li:nth-child(2),
  .service-steps__container--body
    > ul:has(> li:nth-child(4)):not(:has(> li:nth-child(5)))
    > li:nth-child(3) {
    margin-top: clamp(10.6666666667px, calc(1.0416666667vw), 20px);
  }
  .service-steps__container--body
    > ul:has(> li:nth-child(3)):not(:has(> li:nth-child(4)))
    > li:nth-child(2) {
    margin-top: clamp(10.6666666667px, calc(1.0416666667vw), 20px);
  }
}
.service-steps__container--body > ul > li {
  display: flex;
  flex-direction: column;
  padding: 37px 18px;
  gap: 28px;
  border-radius: 18px;
  border: 1px solid transparent;
  border-bottom: unset;
  background:
    linear-gradient(#2d2d2d, #2d2d2d) padding-box,
    linear-gradient(180deg, #8ca691, rgba(140, 166, 145, 0)) border-box;
}
.service-steps__container--body > ul > li.is-open .js-accordion-panel {
  opacity: 1;
  pointer-events: auto;
}
.service-steps__container--body
  > ul
  > li.is-open
  .js-accordion-head
  > div
  > button
  > svg {
  transform: rotate(-90deg);
}
@media screen and (min-width: 1024px) {
  .service-steps__container--body > ul > li .js-accordion-panel {
    max-height: none !important;
    opacity: 1 !important;
    pointer-events: auto !important;
  }
  .service-steps__container--body > ul > li .js-accordion-panel[hidden] {
    display: block !important;
  }
  .service-steps__container--body > ul > li .js-accordion-head > div > button {
    display: none !important;
  }
}
@media screen and (min-width: 1024px) {
  .service-steps__container--body > ul > li {
    flex: 1 1 0;
    min-width: 0;
  }
}
.service-steps__container--body > ul > li > div:first-child {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.service-steps__container--body > ul > li > div:first-child > div {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 8px;
}
.service-steps__container--body > ul > li > div:first-child > div > span {
  color: #f7f7f5;
  font-size: 18.309px;
  font-style: normal;
  font-weight: 400;
  line-height: 110%;
}
@media screen and (min-width: 1024px) {
  .service-steps__container--body > ul > li > div:first-child > div > span {
    font-size: clamp(13.0197333333px, calc(1.2714583333vw), 24.412px);
  }
}
.service-steps__container--body > ul > li > div:first-child > div > button {
  width: 34px;
  height: 34px;
}
@media screen and (min-width: 1024px) {
  .service-steps__container--body > ul > li > div:first-child > div > button {
    display: none;
  }
}
.service-steps__container--body
  > ul
  > li
  > div:first-child
  > div
  > button
  > svg {
  width: 34px;
  height: 34px;
  fill: #b5d99c;
  transform: rotate(90deg);
  transition: all 0.5s cubic-bezier(0.33, 1.53, 0.69, 0.99);
}
.service-steps__container--body > ul > li > div:first-child > h3 {
  color: #2d2d2d;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 148%;
  padding: 18px 24px;
  border-radius: 50px;
  background-color: #b5d99c;
}
@media screen and (min-width: 1024px) {
  .service-steps__container--body > ul > li > div:first-child > h3 {
    font-size: clamp(11.2px, calc(1.09375vw), 21px);
    line-height: 100%;
    padding-block: clamp(9.6px, calc(0.9375vw), 18px);
    padding-inline: clamp(12.8px, calc(1.25vw), 24px);
    border-radius: clamp(26.6666666667px, calc(2.6041666667vw), 50px);
  }
}
.service-steps__container--body > ul > li > div:last-child {
  display: flex;
  flex-direction: column;
  gap: 24px;
  overflow: hidden;
  max-height: 0;
  opacity: 0;
  pointer-events: none;
  transition:
    max-height 1s cubic-bezier(0.33, 1.53, 0.69, 0.99),
    opacity 1s cubic-bezier(0.33, 1.53, 0.69, 0.99);
}
@media screen and (min-width: 1024px) {
  .service-steps__container--body > ul > li > div:last-child {
    gap: clamp(12.0888888889px, calc(1.1805555556vw), 22.6666666667px);
  }
}
.service-steps__container--body > ul > li > div:last-child > h4 {
  color: #b5d99c;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
}
@media screen and (min-width: 1024px) {
  .service-steps__container--body > ul > li > div:last-child > h4 {
    font-size: clamp(9.6px, calc(0.9375vw), 18px);
  }
}
.service-steps__container--body > ul > li > div:last-child > ul {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media screen and (min-width: 1024px) {
  .service-steps__container--body > ul > li > div:last-child > ul {
    gap: clamp(12.0888888889px, calc(1.1805555556vw), 22.6666666667px);
  }
}
.service-steps__container--body > ul > li > div:last-child > ul > li > p {
  color: #f7f7f5;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
}
@media screen and (min-width: 1024px) {
  .service-steps__container--body > ul > li > div:last-child > ul > li > p {
    font-size: clamp(11.7333333333px, calc(1.1458333333vw), 22px);
  }
}

.case-hero {
  background-color: var(--bg, #b5d99c);
}
.case-hero__container {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 65px 16px 74px;
  min-height: 678px;
  height: -moz-fit-content;
  height: fit-content;
  max-width: 1920px;
  margin-inline: auto;
  position: relative;
}
@media screen and (min-width: 768px) {
  .case-hero__container {
    padding: 138px 37px;
    min-height: 1024px;
  }
}
@media screen and (min-width: 1024px) {
  .case-hero__container {
    flex-direction: column;
    min-height: clamp(576px, calc(56.25vw), 1080px);
    padding-block: clamp(68.8px, calc(6.71875vw), 129px);
    padding-inline: clamp(39.4666666667px, calc(3.8541666667vw), 74px);
    gap: clamp(39.4666666667px, calc(3.8541666667vw), 74px);
  }
}
@media screen and (min-width: 1024px) {
  .case-hero__container--head {
    width: 50%;
  }
}
.case-hero__container--head > h1 {
  color: #2d2d2d;
  font-size: 39px;
  font-style: normal;
  font-weight: 400;
  line-height: 110%;
}
@media screen and (min-width: 768px) {
  .case-hero__container--head > h1 {
    font-size: 48px;
    line-height: 100%;
  }
}
@media screen and (min-width: 1024px) {
  .case-hero__container--head > h1 {
    font-size: clamp(33.3368888889px, calc(3.2555555556vw), 62.5066666667px);
  }
}
.case-hero__container--body {
  position: relative;
}
@media screen and (min-width: 1024px) {
  .case-hero__container--body {
    width: 50%;
    position: absolute;
    right: 0;
    top: 40%;
    transform: translateY(-50%);
  }
}
.case-hero__container--body > div {
  width: 100%;
  height: 75vw;
}
@media screen and (min-width: 768px) {
  .case-hero__container--body > div {
    height: 50vw;
  }
}
@media screen and (min-width: 1024px) {
  .case-hero__container--body > div {
    height: 50vw;
    max-height: clamp(448px, calc(43.75vw), 840px);
  }
}
.case-hero__container--body > div > img,
.case-hero__container--body > div > video {
  position: absolute;
  inset: 0;
  width: 60vw;
  height: 60vw;
  transform: rotate(10deg);
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 18px;
  margin: auto;
  margin-right: 5%;
  z-index: 0;
}
@media screen and (min-width: 768px) {
  .case-hero__container--body > div > img,
  .case-hero__container--body > div > video {
    width: 40vw;
    height: 40vw;
  }
}
@media screen and (min-width: 1024px) {
  .case-hero__container--body > div > img,
  .case-hero__container--body > div > video {
    max-width: clamp(364.8px, calc(35.625vw), 684px);
    max-height: clamp(364.8px, calc(35.625vw), 684px);
    border-radius: clamp(9.6px, calc(0.9375vw), 18px);
    margin: auto;
    margin-bottom: clamp(
      -66.6666666667px,
      calc(-3.4722222222vw),
      -35.5555555556px
    );
  }
}
.case-hero__container--footer {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media screen and (min-width: 1024px) {
  .case-hero__container--footer {
    width: 50%;
    gap: clamp(26.3111111111px, calc(2.5694444444vw), 49.3333333333px);
    margin-top: auto;
  }
}
.case-hero__container--footer > ul {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
  gap: 8px;
}
@media screen and (min-width: 1024px) {
  .case-hero__container--footer > ul {
    gap: clamp(5.6888888889px, calc(0.5555555556vw), 10.6666666667px);
  }
}
.case-hero__container--footer > ul.cols-1 > li {
  flex: 1 1 100%;
  min-width: 100%;
  max-width: 100%;
}
.case-hero__container--footer > ul.cols-2 > li {
  flex: 1 1 auto;
  max-width: calc(50% - 6px);
}
.case-hero__container--footer > ul.cols-3 > li {
  flex: 1 1 auto;
  max-width: calc(33.333% - 8px);
}
.case-hero__container--footer > ul.first > li {
  display: flex;
  flex-direction: column;
  gap: 8px;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (min-width: 1024px) {
  .case-hero__container--footer > ul.first > li {
    gap: clamp(5.6888888889px, calc(0.5555555556vw), 10.6666666667px);
  }
}
.case-hero__container--footer > ul.first > li > span {
  color: #2d2d2d;
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
}
@media screen and (min-width: 1024px) {
  .case-hero__container--footer > ul.first > li > span {
    font-size: clamp(8.5333333333px, calc(0.8333333333vw), 16px);
  }
}
.case-hero__container--footer > ul.first > li > h2 {
  color: #2d2d2d;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 148%;
}
@media screen and (min-width: 1024px) {
  .case-hero__container--footer > ul.first > li > h2 {
    font-size: clamp(12.8px, calc(1.25vw), 24px);
  }
}
.case-hero__container--footer > ul.last > li {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
@media screen and (min-width: 1024px) {
  .case-hero__container--footer > ul.last > li {
    gap: clamp(5.6888888889px, calc(0.5555555556vw), 10.6666666667px);
  }
}
.case-hero__container--footer > ul.last > li > img {
  width: 24px;
  height: 24px;
}
@media screen and (min-width: 768px) {
  .case-hero__container--footer > ul.last > li > img {
    width: 48px;
    height: 48px;
  }
}
@media screen and (min-width: 1024px) {
  .case-hero__container--footer > ul.last > li > img {
    width: clamp(37.3333333333px, calc(3.6458333333vw), 70px);
    height: clamp(37.3333333333px, calc(3.6458333333vw), 70px);
  }
}
.case-hero__container--footer > ul.last > li > span {
  color: #2d2d2d;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 110%;
}
@media screen and (min-width: 768px) {
  .case-hero__container--footer > ul.last > li > span {
    font-size: 48px;
  }
}
@media screen and (min-width: 1024px) {
  .case-hero__container--footer > ul.last > li > span {
    font-size: clamp(33.3333333333px, calc(3.2552083333vw), 62.5px);
  }
}
.case-hero__container--footer > ul.last > li > p {
  color: #2d2d2d;
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
}
@media screen and (min-width: 1024px) {
  .case-hero__container--footer > ul.last > li > p {
    font-size: clamp(8.5333333333px, calc(0.8333333333vw), 16px);
  }
}

.case-gallery {
  background-color: #2d2d2d;
}
.case-gallery__container {
  position: relative;
  max-width: 1920px;
  margin-inline: auto;
  display: flex;
  flex-direction: column;
  gap: 37px;
  padding: 74px 18px;
}
@media screen and (min-width: 768px) {
  .case-gallery__container {
    padding: 138px 37px;
    gap: 37px;
  }
}
@media screen and (min-width: 1024px) {
  .case-gallery__container {
    gap: clamp(53.6888888889px, calc(5.2430555556vw), 100.6666666667px);
    padding-block: clamp(78.9333333333px, calc(7.7083333333vw), 148px);
    padding-inline: clamp(81.0666666667px, calc(7.9166666667vw), 152px);
  }
}
.case-gallery__container--head {
  display: flex;
  flex-direction: column;
  gap: 37px;
}
@media screen and (min-width: 1024px) {
  .case-gallery__container--head {
    flex-direction: row;
    justify-content: space-between;
    gap: clamp(34.1333333333px, calc(3.3333333333vw), 64px);
  }
}
.case-gallery__container--head > h2 {
  color: #f7f7f5;
  font-size: 39px;
  font-style: normal;
  font-weight: 400;
  line-height: 110%;
}
@media screen and (min-width: 768px) {
  .case-gallery__container--head > h2 {
    font-size: 48px;
  }
}
@media screen and (min-width: 1024px) {
  .case-gallery__container--head > h2 {
    border-radius: clamp(33.3333333333px, calc(3.2552083333vw), 62.5px);
    font-size: clamp(33.3333333333px, calc(3.2552083333vw), 62.5px);
  }
}
.case-gallery__container--head > div > div {
  position: relative;
  width: 100%;
  background: #373737;
  border-radius: 48px;
  padding: 6px;
  overflow: hidden;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 100%;
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .case-gallery__container--head > div > div {
    padding: 8px;
  }
}
@media screen and (min-width: 1024px) {
  .case-gallery__container--head > div > div {
    padding: clamp(5.6888888889px, calc(0.5555555556vw), 10.6666666667px);
    border-radius: clamp(34.1333333333px, calc(3.3333333333vw), 64px);
  }
}
.case-gallery__container--head > div > div > ul {
  display: flex;
  gap: 10px;
  width: 100%;
  min-width: 100%;
  max-width: none;
  will-change: transform;
  cursor: grab;
  touch-action: pan-y;
}
@media screen and (min-width: 1024px) {
  .case-gallery__container--head > div > div > ul {
    gap: clamp(7.1111111111px, calc(0.6944444444vw), 13.3333333333px);
  }
}
.case-gallery__container--head > div > div > ul > li {
  width: -moz-fit-content;
  width: fit-content;
  min-width: -moz-fit-content;
  min-width: fit-content;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-user-drag: none;
}
.case-gallery__container--head > div > div > ul > li > button {
  padding: 22px 14px;
  border-radius: 48px;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-user-drag: none;
  color: #fff;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  display: flex;
  min-width: -moz-max-content;
  min-width: max-content;
}
@media screen and (min-width: 768px) {
  .case-gallery__container--head > div > div > ul > li > button {
    padding: 28px 35px;
    font-size: 16px;
  }
}
@media screen and (min-width: 1024px) {
  .case-gallery__container--head > div > div > ul > li > button {
    font-size: clamp(11.3777777778px, calc(1.1111111111vw), 21.3333333333px);
    padding-block: clamp(
      19.9111111111px,
      calc(1.9444444444vw),
      37.3333333333px
    );
    padding-inline: clamp(26.6666666667px, calc(2.6041666667vw), 50px);
    border-radius: clamp(34.1333333333px, calc(3.3333333333vw), 64px);
  }
}
.case-gallery__container--head > div > div > ul > li > button.is-active {
  background-color: var(--bg, #b5d99c);
  color: #2d2d2d;
  border-color: transparent;
}
.case-gallery__container--body > div.tab4x5 > div > ul > li {
  width: 324px;
  min-width: 324px;
  height: 405px;
  aspect-ratio: 4/5;
}
@media screen and (min-width: 768px) {
  .case-gallery__container--body > div.tab4x5 > div > ul > li {
    width: 360px;
    min-width: 360px;
    height: 450px;
  }
}
@media screen and (min-width: 1024px) {
  .case-gallery__container--body > div.tab4x5 > div > ul > li {
    min-width: clamp(256px, calc(25vw), 480px);
    width: clamp(256px, calc(25vw), 480px);
    height: clamp(320px, calc(31.25vw), 600px);
  }
}
.case-gallery__container--body > div.tab9x16 > div > ul > li {
  width: 324px;
  min-width: 324px;
  height: 576px;
  aspect-ratio: 9/16;
}
@media screen and (min-width: 768px) {
  .case-gallery__container--body > div.tab9x16 > div > ul > li {
    width: 365px;
    min-width: 365px;
    height: 650px;
  }
}
@media screen and (min-width: 1024px) {
  .case-gallery__container--body > div.tab9x16 > div > ul > li {
    min-width: clamp(259.5555555556px, calc(25.3472222222vw), 486.6666666667px);
    width: clamp(259.5555555556px, calc(25.3472222222vw), 486.6666666667px);
    height: clamp(462.2222222222px, calc(45.1388888889vw), 866.6666666667px);
  }
}
.case-gallery__container--body > div.tab1x1 > div > ul > li {
  width: 324px;
  min-width: 324px;
  height: 324px;
  aspect-ratio: 1/1;
}
@media screen and (min-width: 768px) {
  .case-gallery__container--body > div.tab1x1 > div > ul > li {
    width: 518px;
    min-width: 518px;
    height: 518px;
  }
}
@media screen and (min-width: 1024px) {
  .case-gallery__container--body > div.tab1x1 > div > ul > li {
    min-width: clamp(398.2222222222px, calc(38.8888888889vw), 746.6666666667px);
    width: clamp(398.2222222222px, calc(38.8888888889vw), 746.6666666667px);
    height: clamp(398.2222222222px, calc(38.8888888889vw), 746.6666666667px);
  }
}
.case-gallery__container--body > div > div {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 37px;
}
.case-gallery__container--body > div > div > ul {
  display: flex;
  gap: 18px;
  width: 100%;
  will-change: transform;
  cursor: grab;
  touch-action: pan-y;
}
@media screen and (min-width: 1024px) {
  .case-gallery__container--body > div > div > ul {
    gap: clamp(17.0666666667px, calc(1.6666666667vw), 32px);
    width: 80%;
  }
}
.case-gallery__container--body > div > div > ul > li {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-user-drag: none;
}
.case-gallery__container--body > div > div > ul > li > div > img,
.case-gallery__container--body > div > div > ul > li > div > video {
  width: 100%;
  height: 100%;
  aspect-ratio: 9/16;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
@media screen and (min-width: 768px) {
  .case-gallery__container--body > div > div > ul > li > div > img,
  .case-gallery__container--body > div > div > ul > li > div > video {
    border-radius: 18px;
  }
}
@media screen and (min-width: 1024px) {
  .case-gallery__container--body > div > div > ul > li > div > img,
  .case-gallery__container--body > div > div > ul > li > div > video {
    border-radius: clamp(9.6px, calc(0.9375vw), 18px);
  }
}
.case-gallery__container--body > div > div > ul > li > div > div {
  position: absolute;
  z-index: 3;
  display: flex;
  align-items: center;
  gap: 12px;
  height: 100%;
  width: 100%;
  transition: all 0.5s cubic-bezier(0.33, 1.53, 0.69, 0.99);
}
.case-gallery__container--body > div > div > ul > li > div > div > button {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 80px;
  background-color: rgba(181, 217, 156, 0.5019607843);
  z-index: 3;
  transition: all 0.5s cubic-bezier(0.33, 1.53, 0.69, 0.99);
}
@media screen and (min-width: 1024px) {
  .case-gallery__container--body > div > div > ul > li > div > div > button {
    width: clamp(42.6666666667px, calc(4.1666666667vw), 80px);
    height: clamp(42.6666666667px, calc(4.1666666667vw), 80px);
    border-radius: clamp(42.6666666667px, calc(4.1666666667vw), 80px);
  }
}
.case-gallery__container--body
  > div
  > div
  > ul
  > li
  > div
  > div
  > button.is-playing
  svg.play {
  opacity: 0;
}
.case-gallery__container--body
  > div
  > div
  > ul
  > li
  > div
  > div
  > button.is-playing
  svg.pause {
  opacity: 1;
}
.case-gallery__container--body
  > div
  > div
  > ul
  > li
  > div
  > div
  > button
  > svg {
  height: 60px;
  width: 60px;
  fill: #f7f7f5;
  opacity: 1;
  transition: all 0.5s cubic-bezier(0.33, 1.53, 0.69, 0.99);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (min-width: 1024px) {
  .case-gallery__container--body
    > div
    > div
    > ul
    > li
    > div
    > div
    > button
    > svg {
    width: clamp(32px, calc(3.125vw), 60px);
    height: clamp(32px, calc(3.125vw), 60px);
  }
}
.case-gallery__container--body
  > div
  > div
  > ul
  > li
  > div
  > div
  > button
  > svg.pause {
  opacity: 0;
}
.case-gallery__container--body > div > div > ul > li > div > div > div {
  position: absolute;
  bottom: 18px;
  left: 18px;
  right: 18px;
  flex: 1 1 auto;
  height: 6px;
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.2);
  overflow: hidden;
  cursor: pointer;
  transition: all 0.5s cubic-bezier(0.33, 1.53, 0.69, 0.99);
  opacity: 0;
  pointer-events: none;
}
.case-gallery__container--body > div > div > ul > li > div > div > div > span {
  position: absolute;
  inset: 0 auto 0 0;
  width: 0;
  height: 100%;
  background-color: #b5d99c;
}
.case-gallery__container--body > div > div > div {
  display: flex;
  gap: 37px;
  align-items: center;
}
.case-gallery__container--body > div > div > div > div.pagination {
  position: relative;
  height: 8px;
  width: 100%;
  border-radius: 8px;
  background-color: rgba(238, 242, 206, 0.2);
  overflow: hidden;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .case-gallery__container--body > div > div > div > div.pagination {
    height: 12px;
    border-radius: 12px;
  }
}
@media screen and (min-width: 1024px) {
  .case-gallery__container--body > div > div > div > div.pagination {
    height: clamp(8.5333333333px, calc(0.8333333333vw), 16px);
    border-radius: clamp(8.5333333333px, calc(0.8333333333vw), 16px);
  }
}
.case-gallery__container--body > div > div > div > div.pagination > span {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  height: 100%;
  width: 0;
  border-radius: 8px;
  background-color: var(--bg, #b5d99c);
  transition:
    transform 0.1s ease,
    width 0.25s ease;
}
@media screen and (min-width: 1024px) {
  .case-gallery__container--body > div > div > div > div.pagination > span {
    border-radius: clamp(4.2666666667px, calc(0.4166666667vw), 8px);
  }
}
.case-gallery__container--body
  > div
  > div
  > div
  > div.pagination
  > span:active {
  cursor: grabbing;
}
.case-gallery__container--body > div > div > div > div.buttons {
  display: flex;
  gap: 8px;
  margin-left: auto;
}
@media screen and (min-width: 1024px) {
  .case-gallery__container--body > div > div > div > div.buttons {
    flex-direction: column;
    gap: clamp(5.6888888889px, calc(0.5555555556vw), 10.6666666667px);
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
  }
}
.case-gallery__container--body > div > div > div > div.buttons > button {
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 198px;
  background-color: #373737;
  transition: all 0.5s cubic-bezier(0.33, 1.53, 0.69, 0.99);
}
@media screen and (min-width: 768px) {
  .case-gallery__container--body > div > div > div > div.buttons > button {
    width: 168px;
    height: 168px;
  }
}
@media screen and (min-width: 1024px) {
  .case-gallery__container--body > div > div > div > div.buttons > button {
    width: clamp(164.2666666667px, calc(16.0416666667vw), 308px);
    height: clamp(164.2666666667px, calc(16.0416666667vw), 308px);
    border-radius: clamp(140.8px, calc(13.75vw), 264px);
  }
  .case-gallery__container--body
    > div
    > div
    > div
    > div.buttons
    > button:hover {
    background-color: var(--bg, #b5d99c);
  }
  .case-gallery__container--body
    > div
    > div
    > div
    > div.buttons
    > button:hover
    > span {
    background-color: #373737;
  }
  .case-gallery__container--body
    > div
    > div
    > div
    > div.buttons
    > button:hover
    > span
    > svg {
    fill: var(--bg, #b5d99c);
  }
}
.case-gallery__container--body
  > div
  > div
  > div
  > div.buttons
  > button:first-child {
  rotate: 180deg;
}
.case-gallery__container--body > div > div > div > div.buttons > button > span {
  transition: all 0.5s cubic-bezier(0.33, 1.53, 0.69, 0.99);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 25px;
  height: 25px;
  border-radius: 55.556px;
  background-color: var(--bg, #b5d99c);
}
@media screen and (min-width: 768px) {
  .case-gallery__container--body
    > div
    > div
    > div
    > div.buttons
    > button
    > span {
    width: 35px;
    height: 35px;
  }
}
@media screen and (min-width: 1024px) {
  .case-gallery__container--body
    > div
    > div
    > div
    > div.buttons
    > button
    > span {
    width: clamp(32px, calc(3.125vw), 60px);
    height: clamp(32px, calc(3.125vw), 60px);
    border-radius: clamp(
      71.1111111111px,
      calc(6.9444444444vw),
      133.3333333333px
    );
  }
}
.case-gallery__container--body
  > div
  > div
  > div
  > div.buttons
  > button
  > span
  > svg {
  width: 19.838px;
  height: 19.838px;
  fill: #373737;
  transition: all 0.5s cubic-bezier(0.33, 1.53, 0.69, 0.99);
}
@media screen and (min-width: 768px) {
  .case-gallery__container--body
    > div
    > div
    > div
    > div.buttons
    > button
    > span
    > svg {
    width: 27.774px;
    height: 27.774px;
  }
}
@media screen and (min-width: 1024px) {
  .case-gallery__container--body
    > div
    > div
    > div
    > div.buttons
    > button
    > span
    > svg {
    width: clamp(25.3930666667px, calc(2.4797916667vw), 47.612px);
    height: clamp(25.3930666667px, calc(2.4797916667vw), 47.612px);
  }
}

.case-feedback {
  background-color: #2d2d2d;
}
.case-feedback__container {
  position: relative;
  max-width: 1920px;
  margin-inline: auto;
  display: flex;
  flex-direction: column;
  gap: 38px;
  padding: 74px 18px;
}
@media screen and (min-width: 768px) {
  .case-feedback__container {
    padding: 138px 37px;
    gap: 140px;
  }
}
@media screen and (min-width: 1024px) {
  .case-feedback__container {
    gap: clamp(53.6888888889px, calc(5.2430555556vw), 100.6666666667px);
    padding-block: clamp(78.9333333333px, calc(7.7083333333vw), 148px);
    padding-inline: clamp(39.4666666667px, calc(3.8541666667vw), 74px);
  }
}
@media screen and (min-width: 768px) {
  .case-feedback__container--head {
    width: 580px;
    margin-inline: auto;
  }
}
@media screen and (min-width: 1024px) {
  .case-feedback__container--head {
    width: clamp(487.4666666667px, calc(47.6041666667vw), 914px);
  }
}
.case-feedback__container--head > h2 {
  color: #f7f7f5;
  text-align: center;
  font-size: 39px;
  font-style: normal;
  font-weight: 400;
  line-height: 110%;
}
@media screen and (min-width: 1024px) {
  .case-feedback__container--head > h2 {
    font-size: clamp(33.3368888889px, calc(3.2555555556vw), 62.5066666667px);
  }
}
.case-feedback__container--body {
  position: relative;
}
@media screen and (min-width: 768px) {
  .case-feedback__container--body {
    display: flex;
    width: 100%;
    padding: 8px;
    gap: 18px;
    border-radius: 18px;
    background: #fff;
  }
}
@media screen and (min-width: 1024px) {
  .case-feedback__container--body {
    padding: clamp(19.7333333333px, calc(1.9270833333vw), 37px);
    border-radius: clamp(14.9333333333px, calc(1.4583333333vw), 28px);
    gap: clamp(9.6px, calc(0.9375vw), 18px);
    max-width: clamp(606.9333333333px, calc(59.2708333333vw), 1138px);
    margin-inline: auto;
  }
}
.case-feedback__container--body > div:first-child {
  width: 100%;
  aspect-ratio: 9/16;
  position: relative;
}
@media screen and (min-width: 768px) {
  .case-feedback__container--body > div:first-child {
    width: 50%;
    border-radius: 18px;
    margin-block: auto;
  }
}
@media screen and (min-width: 1024px) {
  .case-feedback__container--body > div:first-child {
    width: clamp(192px, calc(18.75vw), 360px);
    border-radius: clamp(9.6px, calc(0.9375vw), 18px);
  }
}
.case-feedback__container--body > div:first-child > img,
.case-feedback__container--body > div:first-child > video {
  width: 100%;
  aspect-ratio: 9/16;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
@media screen and (min-width: 768px) {
  .case-feedback__container--body > div:first-child > img,
  .case-feedback__container--body > div:first-child > video {
    border-radius: 18px;
  }
}
@media screen and (min-width: 1024px) {
  .case-feedback__container--body > div:first-child > img,
  .case-feedback__container--body > div:first-child > video {
    border-radius: clamp(9.6px, calc(0.9375vw), 18px);
  }
}
.case-feedback__container--body > div:first-child > div {
  position: absolute;
  z-index: 3;
  display: flex;
  align-items: center;
  gap: 12px;
  height: 100%;
  width: 100%;
  transition: all 0.5s cubic-bezier(0.33, 1.53, 0.69, 0.99);
}
.case-feedback__container--body > div:first-child > div > button {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 80px;
  background-color: rgba(181, 217, 156, 0.5019607843);
  z-index: 3;
  transition: all 0.5s cubic-bezier(0.33, 1.53, 0.69, 0.99);
}
@media screen and (min-width: 1024px) {
  .case-feedback__container--body > div:first-child > div > button {
    width: clamp(42.6666666667px, calc(4.1666666667vw), 80px);
    height: clamp(42.6666666667px, calc(4.1666666667vw), 80px);
    border-radius: clamp(42.6666666667px, calc(4.1666666667vw), 80px);
  }
}
.case-feedback__container--body
  > div:first-child
  > div
  > button.is-playing
  svg.play {
  opacity: 0;
}
.case-feedback__container--body
  > div:first-child
  > div
  > button.is-playing
  svg.pause {
  opacity: 1;
}
.case-feedback__container--body > div:first-child > div > button > svg {
  height: 60px;
  width: 60px;
  fill: #f7f7f5;
  opacity: 1;
  transition: all 0.5s cubic-bezier(0.33, 1.53, 0.69, 0.99);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (min-width: 1024px) {
  .case-feedback__container--body > div:first-child > div > button > svg {
    width: clamp(32px, calc(3.125vw), 60px);
    height: clamp(32px, calc(3.125vw), 60px);
  }
}
.case-feedback__container--body > div:first-child > div > button > svg.pause {
  opacity: 0;
}
.case-feedback__container--body > div:first-child > div > div {
  position: absolute;
  bottom: 8px;
  left: 18px;
  right: 18px;
  flex: 1 1 auto;
  height: 6px;
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.2);
  overflow: hidden;
  cursor: pointer;
  transition: all 0.5s cubic-bezier(0.33, 1.53, 0.69, 0.99);
  opacity: 0;
  pointer-events: none;
}
.case-feedback__container--body > div:first-child > div > div > span {
  position: absolute;
  inset: 0 auto 0 0;
  width: 0;
  height: 100%;
  background-color: #b5d99c;
}
.case-feedback__container--body > div:last-child {
  position: absolute;
  inset-inline: 18px;
  inset-block-end: 18px;
  z-index: 3;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  padding: 18px;
  border-radius: 18px;
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  .case-feedback__container--body > div:last-child {
    position: relative;
    inset: unset;
    width: 50%;
  }
}
@media screen and (min-width: 1024px) {
  .case-feedback__container--body > div:last-child {
    padding: clamp(21.3333333333px, calc(2.0833333333vw), 40px);
    gap: clamp(12.8px, calc(1.25vw), 24px);
    width: 64%;
  }
}
.case-feedback__container--body > div:last-child.is-expanded {
  background: #fff;
  backdrop-filter: none;
}
.case-feedback__container--body
  > div:last-child.is-expanded
  .description-toggle
  > i {
  background-color: #b5d99c;
}
.case-feedback__container--body
  > div:last-child.is-expanded
  .description-toggle
  > i
  > svg {
  fill: #2d2d2d;
}
.case-feedback__container--body > div:last-child > div:first-child {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
}
@media screen and (min-width: 1024px) {
  .case-feedback__container--body > div:last-child > div:first-child {
    gap: clamp(6.4px, calc(0.625vw), 12px);
  }
}
.case-feedback__container--body > div:last-child > div:first-child > div {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
}
@media screen and (min-width: 1024px) {
  .case-feedback__container--body > div:last-child > div:first-child > div {
    gap: clamp(5.6888888889px, calc(0.5555555556vw), 10.6666666667px);
  }
}
.case-feedback__container--body > div:last-child > div:first-child > div > h3 {
  color: #2d2d2d;
  font-size: 24.413px;
  font-style: normal;
  font-weight: 500;
  line-height: 110%;
  transition: all 0.5s cubic-bezier(0.33, 1.53, 0.69, 0.99);
}
@media screen and (min-width: 1024px) {
  .case-feedback__container--body
    > div:last-child
    > div:first-child
    > div
    > h3 {
    font-size: clamp(20.8334222222px, calc(2.0345138889vw), 39.0626666667px);
  }
}
.case-feedback__container--body > div:last-child > div:first-child > div > img {
  width: 44px;
  height: 44px;
}
@media screen and (min-width: 1024px) {
  .case-feedback__container--body
    > div:last-child
    > div:first-child
    > div
    > img {
    width: clamp(23.4666666667px, calc(2.2916666667vw), 44px);
    height: clamp(23.4666666667px, calc(2.2916666667vw), 44px);
  }
}
.case-feedback__container--body > div:last-child > div:first-child > span {
  color: #fff;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  padding: 8px;
  border-radius: 50px;
  background-color: #414141;
}
@media screen and (min-width: 768px) {
  .case-feedback__container--body > div:last-child > div:first-child > span {
    padding: 12px;
  }
}
@media screen and (min-width: 1024px) {
  .case-feedback__container--body > div:last-child > div:first-child > span {
    font-size: clamp(8.5333333333px, calc(0.8333333333vw), 16px);
    border-radius: clamp(26.6666666667px, calc(2.6041666667vw), 50px);
    padding-block: clamp(9.6px, calc(0.9375vw), 18px);
    padding-inline: clamp(7.4666666667px, calc(0.7291666667vw), 14px);
  }
}
.case-feedback__container--body > div:last-child > div.last {
  display: flex;
  flex-direction: column;
  gap: 4px;
  transition: all 0.5s cubic-bezier(0.33, 1.53, 0.69, 0.99);
}
.case-feedback__container--body > div:last-child > div.last > p {
  color: #2d2d2d;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  padding-right: 4px;
  display: block;
  overflow: hidden;
  word-break: break-word;
  overflow-wrap: anywhere;
  transition: all 0.5s cubic-bezier(0.33, 1.53, 0.69, 0.99);
}
@media screen and (min-width: 768px) {
  .case-feedback__container--body > div:last-child > div.last > p {
    overflow: visible;
    font-size: 14px;
  }
}
@media screen and (min-width: 1024px) {
  .case-feedback__container--body > div:last-child > div.last > p {
    font-size: clamp(11.2px, calc(1.09375vw), 21px);
  }
}
.case-feedback__container--body
  > div:last-child
  > div.last
  > p::-webkit-scrollbar {
  width: 4px;
}
.case-feedback__container--body
  > div:last-child
  > div.last
  > p::-webkit-scrollbar-thumb {
  background: #b5d99c;
  border-radius: 4px;
}
.case-feedback__container--body
  > div:last-child
  > div.last
  > p::-webkit-scrollbar-track {
  background: rgba(45, 45, 45, 0.12);
}
.case-feedback__container--body > div:last-child > div.last > button {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
@media screen and (min-width: 768px) {
  .case-feedback__container--body > div:last-child > div.last > button {
    display: none;
  }
}
.case-feedback__container--body
  > div:last-child
  > div.last
  > button
  .label-wrap {
  display: inline-grid;
  align-items: center;
}
.case-feedback__container--body
  > div:last-child
  > div.last
  > button
  .label-wrap
  > span {
  grid-area: 1/1;
  color: #2d2d2d;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  text-decoration: underline;
  transition: all 0.5s cubic-bezier(0.33, 1.53, 0.69, 0.99);
}
.case-feedback__container--body
  > div:last-child
  > div.last
  > button
  .label-wrap
  > .less {
  opacity: 0;
  pointer-events: none;
}
.case-feedback__container--body > div:last-child > div.last > button > i {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  border-radius: 24px;
  background-color: #2d2d2d;
  transition: all 0.5s cubic-bezier(0.33, 1.53, 0.69, 0.99);
}
.case-feedback__container--body > div:last-child > div.last > button > i > svg {
  width: 18px;
  height: 18px;
  fill: #b5d99c;
  transform: rotate(90deg);
  transition: all 0.5s cubic-bezier(0.33, 1.53, 0.69, 0.99);
}
.case-feedback__container--body > div:last-child > svg {
  width: 203px;
  height: 37.4px;
}
@media screen and (min-width: 768px) {
  .case-feedback__container--body > div:last-child > svg {
    width: 280px;
    height: 51.7px;
    margin-top: auto;
  }
}
@media screen and (min-width: 1024px) {
  .case-feedback__container--body > div:last-child > svg {
    width: clamp(149.3333333333px, calc(14.5833333333vw), 280px);
    height: clamp(27.8755555556px, calc(2.7222222222vw), 52.2666666667px);
  }
}
.case-feedback__container--footer {
  display: flex;
  flex-direction: column;
  gap: 18px;
}
@media screen and (min-width: 768px) {
  .case-feedback__container--footer {
    flex-direction: row;
    gap: 46px;
  }
}
.case-feedback__container--footer > a {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 198px;
  background-color: #373737;
  width: 100%;
  height: 168px;
  padding: 10px;
  gap: 10px;
  color: #f7f7f5;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 110%;
  transition: all 0.5s cubic-bezier(0.33, 1.53, 0.69, 0.99);
}
@media screen and (min-width: 768px) {
  .case-feedback__container--footer > a {
    width: 50%;
  }
}
@media screen and (min-width: 1024px) {
  .case-feedback__container--footer > a {
    width: clamp(246.4px, calc(24.0625vw), 462px);
    height: clamp(123.2px, calc(12.03125vw), 231px);
    gap: clamp(11.3777777778px, calc(1.1111111111vw), 21.3333333333px);
    padding: clamp(5.3333333333px, calc(0.5208333333vw), 10px);
    font-size: clamp(19.5299555556px, calc(1.9072222222vw), 36.6186666667px);
    border-radius: clamp(105.6px, calc(10.3125vw), 198px);
  }
  .case-feedback__container--footer > a:hover {
    background-color: var(--bg, #b5d99c);
    color: #373737;
  }
  .case-feedback__container--footer > a:hover > span {
    background-color: #373737;
  }
  .case-feedback__container--footer > a:hover > span > svg {
    fill: var(--bg, #b5d99c);
  }
}
.case-feedback__container--footer > a > span {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--bg, #b5d99c);
  width: 35px;
  height: 35px;
  border-radius: 77.778px;
  transition: all 0.5s cubic-bezier(0.33, 1.53, 0.69, 0.99);
}
@media screen and (min-width: 1024px) {
  .case-feedback__container--footer > a > span {
    width: clamp(24px, calc(2.34375vw), 45px);
    height: clamp(24px, calc(2.34375vw), 45px);
    border-radius: clamp(53.3333333333px, calc(5.2083333333vw), 100px);
  }
}
.case-feedback__container--footer > a > span > svg {
  width: 27.774px;
  height: 27.774px;
  fill: #2d2d2d;
  transition: all 0.5s cubic-bezier(0.33, 1.53, 0.69, 0.99);
}
@media screen and (min-width: 1024px) {
  .case-feedback__container--footer > a > span > svg {
    width: clamp(19.0449777778px, calc(1.8598611111vw), 35.7093333333px);
    height: clamp(19.0449777778px, calc(1.8598611111vw), 35.7093333333px);
  }
}
.case-feedback__container--footer > a.prev {
  flex-direction: row-reverse;
}
.case-feedback__container--footer > a.prev > span > svg {
  rotate: 180deg;
}
.case-feedback__container--footer > a.next {
  margin-left: auto;
}

.team-gallery {
  background-color: #2d2d2d;
}
.team-gallery__container {
  position: relative;
  max-width: 1920px;
  margin-inline: auto;
  padding: 74px 18px;
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .team-gallery__container {
    padding: 138px 37px;
  }
}
@media screen and (min-width: 1024px) {
  .team-gallery__container {
    padding-block: clamp(98.1333333333px, calc(9.5833333333vw), 184px);
    padding-inline: clamp(39.4666666667px, calc(3.8541666667vw), 74px);
  }
}
@media screen and (min-width: 1024px) {
  .team-gallery__container--head {
    width: 50%;
    margin-right: auto;
  }
}
.team-gallery__container--head > h2 {
  color: #f7f7f5;
  font-size: 39px;
  font-style: normal;
  font-weight: 400;
  line-height: 110%;
}
@media screen and (min-width: 1024px) {
  .team-gallery__container--head > h2 {
    font-size: clamp(33.3368888889px, calc(3.2555555556vw), 62.5066666667px);
  }
}
.team-gallery__container--body {
  margin-block: 37px 148px;
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 28px;
}
@media screen and (min-width: 768px) {
  .team-gallery__container--body {
    margin-block: 74px 212px;
  }
}
@media screen and (min-width: 1024px) {
  .team-gallery__container--body {
    margin-top: clamp(42.3111111111px, calc(4.1319444444vw), 79.3333333333px);
    margin-bottom: clamp(
      124.9777777778px,
      calc(12.2048611111vw),
      234.3333333333px
    );
    gap: clamp(26.3111111111px, calc(2.5694444444vw), 49.3333333333px);
  }
}
.team-gallery__container--body > ul {
  display: flex;
  gap: 18px;
  width: 100%;
  will-change: transform;
  cursor: grab;
  touch-action: pan-y;
}
@media screen and (min-width: 1024px) {
  .team-gallery__container--body > ul {
    gap: clamp(17.0666666667px, calc(1.6666666667vw), 32px);
  }
}
.team-gallery__container--body > ul > li {
  display: flex;
  flex-direction: column;
  gap: 18px;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-user-drag: none;
  width: 324px;
}
@media screen and (min-width: 768px) {
  .team-gallery__container--body > ul > li {
    width: calc(50vw - 37px);
  }
}
@media screen and (min-width: 1024px) {
  .team-gallery__container--body > ul > li {
    width: clamp(236.8px, calc(23.125vw), 444px);
    gap: clamp(8px, calc(0.78125vw), 15px);
  }
}
.team-gallery__container--body > ul > li > div {
  position: relative;
  border-radius: 18px;
  width: 324px;
  height: 324px;
  background-color: #b5d99c;
}
@media screen and (min-width: 768px) {
  .team-gallery__container--body > ul > li > div {
    width: calc(50vw - 37px);
    height: calc(50vw - 37px);
  }
}
@media screen and (min-width: 1024px) {
  .team-gallery__container--body > ul > li > div {
    width: clamp(236.8px, calc(23.125vw), 444px);
    height: clamp(236.8px, calc(23.125vw), 444px);
    border-radius: clamp(9.6px, calc(0.9375vw), 18px);
  }
}
.team-gallery__container--body > ul > li > div > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
.team-gallery__container--body > ul > li > div > span {
  position: absolute;
  left: 24px;
  top: 24px;
  padding: 14px 8px;
  border-radius: 50px;
  background-color: #f7f7f5;
  color: #1d401f;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  writing-mode: sideways-lr;
  text-orientation: mixed;
}
@media screen and (min-width: 1024px) {
  .team-gallery__container--body > ul > li > div > span {
    padding-inline: clamp(7.4666666667px, calc(0.7291666667vw), 14px);
    padding-block: clamp(4.2666666667px, calc(0.4166666667vw), 8px);
    border-radius: clamp(26.6666666667px, calc(2.6041666667vw), 50px);
    top: clamp(12.8px, calc(1.25vw), 24px);
    left: clamp(12.8px, calc(1.25vw), 24px);
    font-size: clamp(7.4666666667px, calc(0.7291666667vw), 14px);
  }
}
.team-gallery__container--body > ul > li > h3 {
  color: #f7f7f5;
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: 110%;
}
@media screen and (min-width: 1024px) {
  .team-gallery__container--body > ul > li > h3 {
    font-size: clamp(18.2044444444px, calc(1.7777777778vw), 34.1333333333px);
    line-height: 128%;
  }
}
.team-gallery__container--body > ul > li > span {
  padding: 12px;
  border-radius: 50px;
  background-color: #414141;
  color: #b5d99c;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (min-width: 1024px) {
  .team-gallery__container--body > ul > li > span {
    font-size: clamp(8.5333333333px, calc(0.8333333333vw), 16px);
    border-radius: clamp(26.6666666667px, calc(2.6041666667vw), 50px);
    padding-block: clamp(9.6px, calc(0.9375vw), 18px);
    padding-inline: clamp(7.4666666667px, calc(0.7291666667vw), 14px);
  }
}
.team-gallery__container--body > ul > li > p {
  color: #f7f7f5;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
}
@media screen and (min-width: 1024px) {
  .team-gallery__container--body > ul > li > p {
    font-size: clamp(8.5333333333px, calc(0.8333333333vw), 16px);
  }
}
.team-gallery__container--body > div {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.team-gallery__container--body > div > div.pagination {
  position: relative;
  height: 8px;
  width: 153px;
  border-radius: 8px;
  background-color: rgba(238, 242, 206, 0.2);
  overflow: hidden;
  cursor: pointer;
}
@media screen and (min-width: 1024px) {
  .team-gallery__container--body > div > div.pagination {
    height: clamp(4.2666666667px, calc(0.4166666667vw), 8px);
    width: clamp(276.2666666667px, calc(26.9791666667vw), 518px);
    border-radius: clamp(4.2666666667px, calc(0.4166666667vw), 8px);
  }
}
.team-gallery__container--body > div > div.pagination > span {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  height: 100%;
  width: 0;
  border-radius: 8px;
  background-color: #b5d99c;
  transition:
    transform 0.1s ease,
    width 0.25s ease;
}
@media screen and (min-width: 1024px) {
  .team-gallery__container--body > div > div.pagination > span {
    border-radius: clamp(4.2666666667px, calc(0.4166666667vw), 8px);
  }
}
.team-gallery__container--body > div > div.pagination > span:active {
  cursor: grabbing;
}
.team-gallery__container--body > div > div.buttons {
  display: flex;
  gap: 8px;
  margin-left: auto;
}
@media screen and (min-width: 1024px) {
  .team-gallery__container--body > div > div.buttons {
    gap: clamp(5.6888888889px, calc(0.5555555556vw), 10.6666666667px);
  }
}
.team-gallery__container--body > div > div.buttons > button {
  width: 62px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 37.333px;
  border: 1px solid #b5d99c;
  background-color: #2d2d2d;
  transition: all 0.5s cubic-bezier(0.33, 1.53, 0.69, 0.99);
}
@media screen and (min-width: 1024px) {
  .team-gallery__container--body > div > div.buttons > button {
    width: clamp(42.5102222222px, calc(4.1513888889vw), 79.7066666667px);
    height: clamp(48px, calc(4.6875vw), 90px);
    border-width: clamp(0.5333333333px, calc(0.0520833333vw), 1px);
    border-radius: clamp(25.6px, calc(2.5vw), 48px);
  }
  .team-gallery__container--body > div > div.buttons > button:hover {
    background-color: #b5d99c;
  }
  .team-gallery__container--body > div > div.buttons > button:hover > svg {
    fill: #2d2d2d;
  }
}
.team-gallery__container--body > div > div.buttons > button:first-child {
  rotate: 180deg;
}
.team-gallery__container--body > div > div.buttons > button > svg {
  width: 27.774px;
  height: 27.774px;
  fill: #b5d99c;
  transition: all 0.5s cubic-bezier(0.33, 1.53, 0.69, 0.99);
}
@media screen and (min-width: 1024px) {
  .team-gallery__container--body > div > div.buttons > button > svg {
    width: clamp(19.0435555556px, calc(1.8597222222vw), 35.7066666667px);
    height: clamp(19.0435555556px, calc(1.8597222222vw), 35.7066666667px);
  }
}
@media screen and (min-width: 768px) {
  .team-gallery__container--footer {
    width: 50%;
    margin-left: auto;
  }
}
.team-gallery__container--footer > p {
  color: #f7f7f5;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 115%;
}
@media screen and (min-width: 1024px) {
  .team-gallery__container--footer > p {
    font-size: clamp(20.8334222222px, calc(2.0345138889vw), 39.0626666667px);
    line-height: 110%;
  }
} /*# sourceMappingURL=index.css.map */
