@font-face {
  font-family: "icomoon";
  src: url("../../assets/fonts/icomoon.eot?dd4hcc");
  src: url("../../assets/fonts/icomoon.eot?dd4hcc#iefix") format("embedded-opentype"), url("../../assets/fonts/icomoon.ttf?dd4hcc") format("truetype"), url("../../assets/fonts/icomoon.woff?dd4hcc") format("woff"), url("../../assets/fonts/icomoon.svg?dd4hcc#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
/* Box sizing rules */
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

/* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */
ul[role=list],
ol[role=list] {
  list-style: none;
}

/* Set core root defaults */
html:focus-within {
  scroll-behavior: smooth;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img,
picture {
  max-width: 100%;
  display: block;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

/* Remove all animations, transitions and smooth scroll for people that prefer not to see them */
@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;
  }
}
.heading-xl {
  font-size: clamp(50px, 4.1666666667vw, 80px);
}
@media only screen and (min-width: 1921px) {
  .heading-xl {
    font-size: clamp(80px, 4.1666666667vw, 160px);
  }
}

.heading-l {
  font-size: clamp(40px, 3.125vw, 60px);
}
@media only screen and (min-width: 1921px) {
  .heading-l {
    font-size: clamp(60px, 3.125vw, 120px);
  }
}

h1,
.heading-ml {
  font-size: clamp(35px, 3.3854166667vw, 65px);
  line-height: 1em;
}
@media only screen and (min-width: 1921px) {
  h1,
  .heading-ml {
    font-size: clamp(65px, 3.3854166667vw, 130px);
  }
}

h2,
.heading {
  font-size: clamp(26px, 2.0833333333vw, 40px);
}
@media only screen and (min-width: 1921px) {
  h2,
  .heading {
    font-size: clamp(40px, 2.0833333333vw, 80px);
  }
}

h3,
.heading-ms {
  font-size: clamp(20px, 1.5625vw, 30px);
}
@media only screen and (min-width: 1921px) {
  h3,
  .heading-ms {
    font-size: clamp(30px, 1.5625vw, 60px);
  }
}

h4,
.heading-s {
  font-size: clamp(16px, 1.0416666667vw, 20px);
}
@media only screen and (min-width: 1921px) {
  h4,
  .heading-s {
    font-size: clamp(16px, 1.0416666667vw, 40px);
  }
}

.text-l {
  font-size: clamp(20px, 1.25vw, 24px);
}
@media only screen and (min-width: 1921px) {
  .text-l {
    font-size: clamp(24px, 1.25vw, 48px);
  }
}

.text-ml {
  font-size: clamp(16px, 1.0416666667vw, 20px);
}
@media only screen and (min-width: 1921px) {
  .text-ml {
    font-size: clamp(16px, 1.0416666667vw, 40px);
  }
}

.text {
  font-size: clamp(14px, 0.8333333333vw, 16px);
}
@media only screen and (min-width: 1921px) {
  .text {
    font-size: clamp(16px, 0.8333333333vw, 32px);
  }
}

.text-ms {
  font-size: clamp(12px, 0.7291666667vw, 14px);
}
@media only screen and (min-width: 1921px) {
  .text-ms {
    font-size: clamp(14px, 0.7291666667vw, 28px);
  }
}

.text-s {
  font-size: 12px;
}
@media only screen and (min-width: 1921px) {
  .text-s {
    font-size: clamp(12px, 0.625vw, 24px);
  }
}

.button {
  font-size: clamp(12px, 0.9375vw, 18px);
}
@media only screen and (min-width: 1921px) {
  .button {
    font-size: clamp(18px, 0.9375vw, 36px);
  }
}

.body {
  overflow-x: hidden;
  background-color: #fff;
  font-family: "Manrope", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  color: #343434;
}

main {
  overflow-x: hidden;
}

a {
  margin: 0;
  padding: 0;
  border: none;
  outline: none;
  background-color: transparent;
  text-decoration: none;
  list-style-type: none;
  color: #d01a2f;
}

button {
  cursor: pointer;
}

p {
  font-size: inherit;
}

h1,
h2,
h3,
h4 {
  font-weight: 400;
}

.boxed {
  max-width: clamp(1000px, 87.5vw, 1680px);
  padding-inline: 40px;
}
@media only screen and (min-width: 1921px) {
  .boxed {
    max-width: clamp(1640px, 85.4166666667vw, 3280px);
  }
}
@media only screen and (max-width: 1024px) {
  .boxed {
    padding-inline: 20px;
  }
}

@media only screen and (min-width: 1025px) {
  .boxed-desktop {
    max-width: 1680px;
    padding-inline: 40px;
  }
}

.boxed-sm {
  max-width: 1140px;
  padding-inline: 40px;
}
@media only screen and (min-width: 1921px) {
  .boxed-sm {
    max-width: clamp(1100px, 57.2916666667vw, 2200px);
  }
}

@media only screen and (min-width: 1921px) {
  .boxed-4k {
    max-width: clamp(1640px, 85.4166666667vw, 3280px);
    padding-inline: 40px;
  }
}

.centered {
  margin-inline: auto;
}

@media only screen and (min-width: 1921px) {
  .centered-4k {
    margin-inline: auto;
  }
}

@media only screen and (min-width: 1025px) {
  .centered-desktop {
    margin-inline: auto;
  }
}

@media only screen and (max-width: 1024px) {
  .centered-mob {
    margin-inline: auto;
  }
}

@media only screen and (min-width: 1640px) {
  .push-left {
    margin-left: calc((100vw - 1640px) / 2);
  }
}
@media only screen and (min-width: 1921px) {
  .push-left {
    margin-left: calc((100vw - clamp(1640px, 85.4166666667vw, 3280px)) / 2);
  }
}

@media only screen and (min-width: 1640px) {
  .push-right {
    margin-right: calc((100vw - 1640px) / 2);
  }
}
@media only screen and (min-width: 1921px) {
  .push-right {
    margin-right: calc((100vw - clamp(1640px, 85.4166666667vw, 3280px)) / 2);
  }
}

.no-padding {
  padding-inline: 0;
}

.first-section {
  padding-block: clamp(10px, 15.625vw, 160px);
}

.basic {
  padding-block: clamp(20px, 3.90625vw, 40px);
}

.last-section {
  padding-bottom: clamp(150px, 19.53125vw, 200px);
}

.thin {
  font-weight: 100;
}

.light {
  font-weight: 300;
}

.regular {
  font-weight: 400;
}

.medium {
  font-weight: 500;
}

.semibold {
  font-weight: 600;
}

.bold {
  font-weight: 700;
}

.extrabold {
  font-weight: 700;
}

.black {
  font-weight: 900;
}

.italic {
  font-style: italic;
}

.underline {
  text-decoration: underline;
}

.uppercase {
  text-transform: uppercase;
}

.lowercase {
  text-transform: lowercase;
}

.letter-spacing-wide {
  letter-spacing: 0.4em;
}

.text-center {
  text-align: center;
}

.hidden {
  display: none !important;
}

@media only screen and (min-width: 1025px) {
  .hidden-desktop {
    display: none !important;
  }
}

@media only screen and (max-width: 1024px) {
  .hidden-mobile {
    display: none !important;
  }
}

.black {
  color: #343434;
}

.white {
  color: #fff;
}

.primary {
  color: #5f3f2a;
}

.accent {
  color: #d01a2f;
}

.accent-bg {
  background-color: #d01a2f;
}

.header {
  position: absolute;
  z-index: 100;
  inset-inline: 0;
  background-color: transparent;
  font-size: 20px;
  width: 100vw;
}
.header:before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  opacity: 0;
  backdrop-filter: blur(10px);
}
.header--sticky:before {
  opacity: 1;
}
.header__container {
  display: flex;
  justify-content: space-between;
  padding-top: clamp(10px, 2.9296875vw, 30px);
}
@media only screen and (max-width: 1024px) {
  .header__container {
    gap: 20px;
  }
}
.header__container img {
  max-width: clamp(80px, 15.625vw, 160px);
}
.header__logo-container {
  max-width: clamp(80px, 14.6484375vw, 150px);
}
.header ul {
  margin: 0;
  padding: 0;
  border: none;
  outline: none;
  background-color: transparent;
  text-decoration: none;
  list-style-type: none;
}
.header li {
  display: flex;
  align-items: center;
  gap: 20px;
  font-size: 30px;
}
.header li::after {
  content: "|";
  color: #efeee8;
}
@media only screen and (max-width: 1024px) {
  .header li::after {
    display: none;
  }
}
.header li:last-child::after {
  display: none;
}

@media only screen and (max-width: 1024px) {
  .main-menu {
    position: fixed;
    inset: 0;
    display: flex;
    flex-direction: column;
    gap: 40px;
    height: 100vh;
    padding: 100px 40px;
    background-color: rgba(52, 52, 52, 0.9);
    visibility: visible;
    opacity: 1;
    transform: translateX(0%);
    transition: all ease 300ms;
  }
}
@media only screen and (max-width: 1024px) {
  .main-menu--closed {
    visibility: hidden;
    opacity: 0;
    transform: translateX(100%);
  }
}
.main-menu__list {
  display: flex;
  gap: 20px;
  position: relative;
}
@media only screen and (max-width: 1024px) {
  .main-menu__list {
    flex-direction: column;
    gap: revert;
  }
}
.main-menu__list a {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1px;
  width: fit-content;
  font-size: clamp(20px, 2.9296875vw, 30px);
  color: #efeee8;
}
@media only screen and (min-width: 1921px) {
  .main-menu__list a {
    font-size: clamp(16px, 0.8333333333vw, 32px);
  }
}
@media only screen and (max-width: 1024px) {
  .main-menu__list a {
    align-items: revert;
    font-size: 25px;
    padding-block: 20px;
  }
}
.main-menu__list a:after {
  content: "";
  width: calc(100% + 4px);
  height: 2px;
  background-color: #fff;
  clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
  transition: clip-path ease 300ms;
}
.main-menu__list a:hover:after {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}
.main-menu__list ul {
  position: absolute;
  padding: 8px 16px;
  background-color: #5f3f2a;
  visibility: hidden;
  opacity: 0;
  transition: all ease 300ms;
}
@media only screen and (max-width: 1024px) {
  .main-menu__list ul {
    position: revert;
    display: none;
    padding: revert;
  }
}
.main-menu__list > li:hover ul {
  visibility: visible;
  opacity: 1;
}
@media only screen and (max-width: 1024px) {
  .main-menu__list > li:hover ul {
    display: block;
  }
}

.hero {
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 400px;
  overflow: hidden;
  display: block;
  line-height: 0;
}
@media only screen and (max-width: 1024px) {
  .hero {
    min-height: 300px;
  }
}
.hero video {
  display: block;
}
.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.3);
  pointer-events: none;
  z-index: 1;
}

.intro {
  padding-block: clamp(10px, 15.625vw, 160px);
}
.intro__container {
  display: grid;
  gap: 150px;
  grid-template-columns: 2fr 3fr;
}
@media only screen and (max-width: 1024px) {
  .intro__container {
    grid-template-columns: 1fr;
    gap: 50px;
  }
}

.gallery__item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.carousel__track {
  overflow-x: hidden;
}
.carousel__container {
  display: flex;
  gap: 36px;
}
.carousel__slide {
  color: #343434;
  cursor: grab;
}
.carousel__navigation {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-block: 40px;
}
.carousel__button {
  border: none;
  background-color: transparent;
  cursor: pointer;
  transform: rotate(0deg);
}
.carousel__button--previous {
  transform: scaleX(-1);
}
.carousel__button::after {
  content: "\e901";
  font-family: "icomoon";
  font-variant: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding: 8px;
}
.carousel__controls {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: clamp(20px, 4.0363269425vw, 40px);
  margin-top: clamp(40px, 8.072653885vw, 80px);
  margin-inline: auto;
}
.carousel__dots {
  display: none;
  align-items: center;
  width: 100%;
}
.carousel__dot {
  height: 2px;
  width: 100%;
  background-color: rgba(52, 52, 52, 0.3);
  cursor: pointer;
}
.carousel .glide__bullet--active {
  background-color: #343434;
}

.lightbox {
  position: fixed;
  inset: 0;
  z-index: 1000;
  align-items: center;
  padding-bottom: clamp(24px, 4.6875vw, 48px);
  background-color: rgba(52, 52, 52, 0.8);
  color: #fff;
  text-align: center;
  visibility: visible;
  opacity: 1;
}
@media only screen and (min-width: 1921px) {
  .lightbox {
    padding-bottom: clamp(48px, 2.5vw, 96px);
  }
}
.lightbox--hidden {
  visibility: hidden;
  opacity: 0;
}
.lightbox__container {
  height: 100%;
  display: grid;
  grid-template-rows: auto 1fr auto;
}
.lightbox__img-container {
  margin-inline: auto;
  padding-bottom: clamp(20px, 3.90625vw, 40px);
  max-height: 80vh !important;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (min-width: 1921px) {
  .lightbox__img-container {
    padding-bottom: clamp(40px, 2.0833333333vw, 80px);
  }
}
.lightbox__img-container img {
  margin-inline: auto;
  max-height: 80vh;
  width: auto;
  max-width: 100%;
  object-fit: contain;
}
@media only screen and (min-width: 1025px) {
  .lightbox__img-container img {
    max-height: 85vh;
  }
}
.lightbox__close {
  width: 100%;
  color: #fff;
  text-align: right;
}
.lightbox__close-button {
  opacity: 0.8;
  cursor: pointer;
}
.lightbox__close-button:hover {
  opacity: 1;
}
.lightbox .carousel__container {
  height: 100%;
}
.lightbox .carousel__slide {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.lightbox .carousel__button:after {
  color: #fff;
}
.lightbox .carousel__dot {
  height: 2px;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.3);
  cursor: pointer;
}
.lightbox .glide__bullet--active {
  background-color: #fff;
}

.accordion__item {
  border: solid 1px rgba(95, 63, 42, 0.2);
  transition: border ease 300ms;
}
.accordion__item:hover {
  border: solid 1px #5f3f2a;
}
.accordion__item--open {
  border: solid 1px #5f3f2a;
}
.accordion__button, .accordion__text {
  padding: clamp(8px, 1.5625vw, 16px);
}
.accordion__button {
  cursor: pointer;
  transition: all ease 300ms;
}
.accordion__button--active {
  background-color: #5f3f2a;
  color: #fff;
}
.accordion__content {
  max-height: 0;
  overflow: hidden;
  transition: max-height ease 300ms;
}

.footer {
  padding-block: clamp(20px, 3.90625vw, 40px);
  background-color: #171718;
  color: #f6892b;
}
.footer__container {
  display: flex;
  justify-self: center;
}
@media only screen and (max-width: 1024px) {
  .footer__container {
    flex-direction: column;
    gap: 40px;
  }
}
.footer__logo-container img {
  max-width: clamp(80px, 15.625vw, 160px);
}
.footer ul {
  margin: 0;
  padding: 0;
  border: none;
  outline: none;
  background-color: transparent;
  text-decoration: none;
  list-style-type: none;
}

.loader {
  display: grid;
  place-content: center;
  background-color: #fff;
  position: fixed;
  inset: 0;
  z-index: 999;
}
.loader__spinner {
  width: clamp(45px, 5.8536585366vw, 96px);
  height: clamp(45px, 5.8536585366vw, 96px);
  position: relative;
}
.loader__img {
  position: absolute;
  inset: 0;
}
.loader__img--full {
  animation: fill 2.5s linear infinite;
}
@keyframes fill {
  0% {
    clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0% 100%);
  }
  100% {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  }
}

.button {
  margin: 0;
  padding: 0;
  border: none;
  outline: none;
  background-color: transparent;
  text-decoration: none;
  list-style-type: none;
}

.link {
  color: #d01a2f;
}

.hamburger {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 30px;
  cursor: pointer;
  z-index: 10;
}
@media only screen and (min-width: 1025px) {
  .hamburger {
    display: none;
  }
}
.hamburger--pressed .hamburger__button {
  transform: translateX(-50px);
  background: transparent;
}
.hamburger--pressed .hamburger__button:before {
  transform: rotate(45deg) translate(35px, -35px);
}
.hamburger--pressed .hamburger__button:after {
  transform: rotate(-45deg) translate(35px, 35px);
}
.hamburger__button {
  display: flex;
  position: relative;
  z-index: 2;
  width: 36px;
  height: 2px;
  background: #efeee8;
  cursor: pointer;
  transition: all 0.5s ease-in-out;
}
@media only screen and (min-width: 1025px) {
  .hamburger__button {
    display: none;
  }
}
.hamburger__button:before, .hamburger__button:after {
  content: "";
  position: absolute;
  width: 36px;
  height: 2px;
  background: #efeee8;
  transition: all 0.5s ease-in-out;
}
.hamburger__button:before {
  transform: translateY(-10px);
}
.hamburger__button:after {
  transform: translateY(10px);
}

.marquee {
  --gap: 1rem;
  display: flex;
  overflow: hidden;
  user-select: none;
  gap: var(--gap);
  transition: all ease 200ms 200ms;
  background-color: #5f3f2a;
  color: #fff;
}
.marquee__content {
  flex-shrink: 0;
  display: flex;
  justify-content: space-around;
  min-width: 100%;
  gap: var(--gap);
  animation: scroll 30s linear infinite;
  white-space: nowrap;
}
.marquee__img {
  padding-top: 8px;
  max-width: 60px;
}
@keyframes scroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(calc(-100% - var(--gap)));
  }
}

.contact-methods {
  display: flex;
  flex-direction: column;
  gap: clamp(32px, 3.90625vw, 40px);
  margin-right: 30px;
}
@media only screen and (max-width: 1024px) {
  .contact-methods {
    margin-top: 50px;
    margin-right: 0;
    gap: 28px;
  }
}
.contact-methods__section {
  display: flex;
  flex-direction: column;
  gap: clamp(12px, 1.5625vw, 16px);
  padding: clamp(18px, 2.34375vw, 24px);
  background-color: #171718;
  border-radius: 12px;
  border: 1px solid rgba(246, 137, 43, 0.1);
  box-shadow: 0 2px 8px rgba(52, 52, 52, 0.08);
  transition: all 0.3s ease;
}
.contact-methods__section:hover {
  border-color: rgba(246, 137, 43, 0.2);
  box-shadow: 0 4px 16px rgba(52, 52, 52, 0.12);
  transform: translateY(-2px);
}
.contact-methods__title {
  font-size: clamp(11px, 1.171875vw, 12px);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #efeee8;
  margin-bottom: clamp(4px, 0.78125vw, 8px);
}
.contact-methods__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: clamp(10px, 1.171875vw, 12px);
  padding: clamp(12px, 1.3671875vw, 14px) clamp(18px, 2.34375vw, 24px);
  background-color: rgba(246, 137, 43, 0.1);
  border: 1px solid rgba(246, 137, 43, 0.2);
  border-radius: 50px;
  color: #f6892b;
  text-decoration: none;
  font-size: clamp(14px, 1.46484375vw, 15px);
  font-weight: 500;
  transition: all 0.3s ease;
  cursor: pointer;
  line-height: 1;
}
.contact-methods__button:hover {
  background-color: #f6892b;
  color: #171718;
  border-color: #f6892b;
  transform: translateY(-3px);
  box-shadow: 0 6px 20px rgba(246, 137, 43, 0.4);
}
.contact-methods__button:active {
  transform: translateY(-1px);
  box-shadow: 0 2px 10px rgba(246, 137, 43, 0.3);
}
.contact-methods__button--small {
  padding: clamp(10px, 1.171875vw, 12px) clamp(16px, 1.953125vw, 20px);
  font-size: clamp(13px, 1.3671875vw, 14px);
  font-weight: 600;
}
.contact-methods__icon {
  width: clamp(22px, 2.34375vw, 24px);
  height: clamp(22px, 2.34375vw, 24px);
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #f6892b;
  transition: color 0.3s ease;
}
.contact-methods__icon svg {
  width: 100%;
  height: 100%;
  fill: currentColor;
}
.contact-methods__button:hover .contact-methods__icon {
  color: #171718;
}
.contact-methods__info {
  font-size: clamp(12px, 1.26953125vw, 13px);
  color: rgba(246, 137, 43, 0.7);
  text-align: center;
  font-weight: 400;
  transition: color 0.3s ease;
}
.contact-methods__section:hover .contact-methods__info {
  color: rgba(246, 137, 43, 0.85);
}
.contact-methods__social {
  display: flex;
  flex-direction: column;
  gap: clamp(10px, 1.171875vw, 12px);
}

.social {
  justify-self: right;
  display: flex;
  flex-direction: column;
  gap: clamp(16px, 2.34375vw, 24px);
  margin-right: 30px;
}
@media only screen and (max-width: 1024px) {
  .social {
    justify-self: center;
    margin-top: 50px;
    margin-right: 0;
  }
}

.audio {
  position: absolute;
  right: 0px;
  bottom: 30px;
  z-index: 200;
}

.home .footer {
  display: none;
}

.home-hero {
  height: 100vh;
  height: 100dvh;
}

.home-video-container {
  position: absolute;
  z-index: 100;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}

.home-video {
  height: 400px;
  width: 100%;
  object-fit: cover;
}
@media only screen and (max-width: 1024px) {
  .home-video {
    height: 300px;
    width: 190%;
  }
}

.home-img {
  height: 100vh;
  width: 100%;
  object-fit: cover;
}

.welcome {
  z-index: 101;
  position: absolute;
  inset: 0;
  margin: auto;
  display: grid;
  align-items: center;
  justify-items: center;
}
.welcome__img {
  width: 100%;
  height: auto;
}
@media only screen and (min-width: 1025px) {
  .welcome__img {
    padding: 17px;
  }
}
.welcome__container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 620px;
}
@media only screen and (max-width: 1024px) {
  .welcome__container {
    padding-inline: 100px;
    flex-direction: column;
    justify-content: center;
    gap: 60px;
  }
}
.welcome__img-container {
  width: 100%;
  max-width: 230px;
  max-width: clamp(120px, 22.4609375vw, 230px);
}
.welcome__menu-list {
  display: flex;
  flex-direction: column;
  gap: clamp(5px, 1.46484375vw, 15px);
  font-size: clamp(24px, 4.39453125vw, 45px);
  font-weight: 300;
  margin: 0;
  padding: 0;
}
@media only screen and (min-width: 1921px) {
  .welcome__menu-list {
    font-size: clamp(45px, 2.34375vw, 90px);
  }
}
.welcome__menu li {
  list-style-type: none;
}
.welcome__menu a {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1px;
  width: fit-content;
  color: #efeee8;
}
.welcome__menu a:after {
  content: "";
  width: calc(100% + 4px);
  height: 2px;
  background-color: #fff;
  clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
  transition: clip-path ease 300ms;
}
.welcome__menu a:hover:after {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}

.carousel-instruments {
  margin-bottom: 100px;
}
.carousel-instruments__img {
  aspect-ratio: 1;
  object-fit: cover;
}

.instruments-marquee {
  padding-block: clamp(100px, 18.06640625vw, 185px);
}

.instruments-contact {
  position: relative;
  background-image: url("../../assets/img/logo_1.svg");
  background-color: #171718;
  background-size: 100px;
  background-position: center top;
}
.instruments-contact:after {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(23, 23, 24, 0.8);
}
.instruments-contact--olive:after {
  background-color: rgba(96, 105, 88, 0.8);
}
.instruments-contact__container {
  position: relative;
  z-index: 1;
  display: grid;
  margin-left: auto;
  padding-block: clamp(60px, 17.578125vw, 180px);
  background-color: #efeee8;
}
@media only screen and (min-width: 1025px) {
  .instruments-contact__container {
    grid-template-columns: 3fr 1fr;
    padding: clamp(35px, 9.765625vw, 100px) clamp(20px, 14.6484375vw, 150px);
  }
}
.instruments-contact__logo {
  justify-self: end;
  max-width: 200px;
  margin-top: clamp(75px, 14.6484375vw, 150px);
}
@media only screen and (max-width: 1024px) {
  .instruments-contact__logo {
    display: none;
  }
}
.instruments-contact__form {
  padding-top: clamp(20px, 3.90625vw, 40px);
}
.instruments-contact__form .contact__btn {
  display: flex;
  align-items: center;
  margin-top: clamp(40px, 7.8125vw, 80px);
  gap: 12px;
  padding: 10px 50px;
  background-color: #171718;
  border-radius: 40px;
  width: fit-content;
  cursor: pointer;
}
@media only screen and (max-width: 1024px) {
  .instruments-contact__form .contact__btn {
    justify-self: center;
  }
}
.instruments-contact__form .contact__btn p {
  padding-top: 0px;
}
.instruments-contact__form .contact__btn:after {
  content: "\e900";
  font-family: "icomoon";
  font-variant: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #f6892b;
  padding: 8px;
  border: solid 1px #f6892b;
  border-radius: 100%;
}
.instruments-contact__form .contact__btn .wpcf7-spinner {
  display: none;
}
.instruments-contact__form .contact__btn input {
  border: none;
  color: #f6892b;
  font-size: clamp(20px, 2.9296875vw, 30px);
}
@media only screen and (min-width: 1921px) {
  .instruments-contact__form .contact__btn input {
    font-size: clamp(30px, 1.5625vw, 60px);
  }
}
.instruments-contact__form p {
  padding-top: 20px;
}
.instruments-contact__form input, .instruments-contact__form textarea {
  border: none;
  background-color: transparent;
  border-bottom: solid 1px rgba(52, 52, 52, 0.5);
}
.instruments-contact__form textarea {
  max-width: 400px;
  max-height: 400px;
}

.instruments-content {
  padding-block: clamp(40px, 7.8125vw, 80px);
}
.instruments-content__container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(40px, 7.8125vw, 80px);
  align-items: start;
}
@media only screen and (max-width: 1024px) {
  .instruments-content__container {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}
.instruments-content__text {
  position: sticky;
  top: 100px;
}
.instruments-content__text h1 {
  margin-bottom: clamp(20px, 3.90625vw, 40px);
}
.instruments-content__info {
  margin-top: clamp(30px, 4.8828125vw, 50px);
  padding-top: clamp(30px, 4.8828125vw, 50px);
  border-top: 1px solid rgba(52, 52, 52, 0.15);
}
.instruments-content__price-box {
  display: inline-flex;
  flex-direction: column;
  gap: 8px;
  padding: clamp(20px, 2.9296875vw, 30px) clamp(30px, 3.90625vw, 40px);
  background: linear-gradient(135deg, rgba(95, 63, 42, 0.1), rgba(95, 63, 42, 0.05));
  border-radius: 16px;
  border: 1px solid rgba(95, 63, 42, 0.2);
  margin-bottom: clamp(20px, 2.9296875vw, 30px);
}
.instruments-content__price-box .price-label {
  font-size: clamp(14px, 1.5625vw, 16px);
  text-transform: uppercase;
  letter-spacing: 1px;
  color: rgba(52, 52, 52, 0.6);
  font-weight: 500;
}
.instruments-content__price-box .price-amount {
  font-size: clamp(32px, 4.6875vw, 48px);
  font-weight: 600;
  color: #343434;
  line-height: 1;
}
@media only screen and (min-width: 1921px) {
  .instruments-content__price-box .price-amount {
    font-size: clamp(48px, 2.5vw, 96px);
  }
}
.instruments-content__notice {
  font-size: clamp(16px, 1.7578125vw, 18px);
  color: rgba(52, 52, 52, 0.7);
  margin-bottom: clamp(25px, 3.41796875vw, 35px);
  line-height: 1.6;
}
.instruments-content__cta-button {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: clamp(14px, 1.7578125vw, 18px) clamp(28px, 3.515625vw, 36px);
  background-color: #171718;
  color: #f6892b;
  border-radius: 50px;
  font-size: clamp(16px, 1.7578125vw, 18px);
  font-weight: 500;
  text-decoration: none;
  transition: all 0.3s ease;
  cursor: pointer;
}
@media only screen and (min-width: 1921px) {
  .instruments-content__cta-button {
    font-size: clamp(18px, 0.9375vw, 36px);
  }
}
.instruments-content__cta-button svg {
  transition: transform 0.3s ease;
}
.instruments-content__cta-button:hover {
  background-color: #5f3f2a;
  color: #343434;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(52, 52, 52, 0.15);
}
.instruments-content__cta-button:hover svg {
  transform: translateX(4px);
}

.gallery-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(10px, 1.953125vw, 20px);
  grid-auto-flow: dense;
}
@media only screen and (max-width: 1024px) {
  .gallery-grid {
    grid-template-columns: 1fr;
  }
}
.gallery-grid__item {
  overflow: hidden;
  cursor: pointer;
  transition: transform 0.3s ease;
}
.gallery-grid__item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.gallery-grid__item:hover {
  transform: scale(1.02);
}
.gallery-grid__item--single {
  grid-column: span 1;
  aspect-ratio: 1/1;
}
@media only screen and (max-width: 1024px) {
  .gallery-grid__item--single {
    aspect-ratio: 4/3;
  }
}
.gallery-grid__item--double {
  grid-column: span 2;
  aspect-ratio: 2/1;
}
@media only screen and (max-width: 1024px) {
  .gallery-grid__item--double {
    grid-column: span 1;
    aspect-ratio: 4/3;
  }
}

.instruments-video {
  position: relative;
  background-color: #171718;
  margin-block: 0;
}
.instruments-video__wave {
  position: relative;
  width: 100%;
  overflow: hidden;
  line-height: 0;
  height: clamp(60px, 11.71875vw, 120px);
  z-index: 1;
  height: 83px;
  background-color: #171718 !important;
}
@media only screen and (min-width: 1921px) {
  .instruments-video__wave {
    height: clamp(120px, 6.25vw, 240px);
  }
}
.instruments-video__wave::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #f6892b;
  mask-image: url("../../assets/img/vecteezy_geometric-greek-key-pattern_36649081.svg");
  mask-repeat: repeat;
  mask-size: 80px 80px;
  z-index: 1;
}
.instruments-video__wave svg {
  display: none;
}
.instruments-video__wave--top {
  background-color: #fff;
}
.instruments-video__wave--bottom {
  background-color: #fff;
}
.instruments-video__content {
  position: relative;
  background-color: #171718;
  padding-block: clamp(20px, 2.44140625vw, 25px);
  margin-top: -2px;
  margin-bottom: -2px;
  z-index: 1;
}
.instruments-video__container {
  position: relative;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  aspect-ratio: 16/9;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.4);
  z-index: 2;
}
@media only screen and (max-width: 1024px) {
  .instruments-video__container {
    border-radius: 12px;
  }
}
.instruments-video__iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}

.instruments-details {
  padding-block: clamp(60px, 9.765625vw, 100px);
  background-color: #fff;
}
.instruments-details__container {
  max-width: 1200px;
}
.instruments-details__content {
  text-align: center;
}
.instruments-details__content h2 {
  margin-bottom: clamp(30px, 4.8828125vw, 50px);
  color: #343434;
}
.instruments-details__text {
  text-align: left;
  line-height: 1.7;
}
.instruments-details__text p {
  margin-bottom: clamp(16px, 2.34375vw, 24px);
}
.instruments-details__text p:last-child {
  margin-bottom: 0;
}
.instruments-details__text h3, .instruments-details__text h4, .instruments-details__text h5, .instruments-details__text h6 {
  margin-top: clamp(30px, 3.90625vw, 40px);
  margin-bottom: clamp(15px, 1.953125vw, 20px);
  color: #5f3f2a;
}
.instruments-details__text ul, .instruments-details__text ol {
  margin-left: clamp(20px, 2.9296875vw, 30px);
  margin-bottom: clamp(16px, 2.34375vw, 24px);
}
.instruments-details__text ul li, .instruments-details__text ol li {
  margin-bottom: clamp(8px, 1.171875vw, 12px);
}
.instruments-details__text strong, .instruments-details__text b {
  color: #5f3f2a;
  font-weight: 600;
}
.instruments-details__text em, .instruments-details__text i {
  font-style: italic;
  color: rgba(52, 52, 52, 0.8);
}
.instruments-details__text img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  margin: clamp(16px, 2.34375vw, 24px) 0;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}
.instruments-details__text img.alignleft {
  float: left;
  margin: 0 clamp(20px, 2.9296875vw, 30px) clamp(16px, 2.34375vw, 24px) 0;
  max-width: clamp(250px, 29.296875vw, 300px);
}
@media only screen and (max-width: 1024px) {
  .instruments-details__text img.alignleft {
    float: none;
    margin: clamp(16px, 2.34375vw, 24px) 0;
    max-width: 100%;
  }
}
.instruments-details__text img.alignright {
  float: right;
  margin: 0 0 clamp(16px, 2.34375vw, 24px) clamp(20px, 2.9296875vw, 30px);
  max-width: clamp(250px, 29.296875vw, 300px);
}
@media only screen and (max-width: 1024px) {
  .instruments-details__text img.alignright {
    float: none;
    margin: clamp(16px, 2.34375vw, 24px) 0;
    max-width: 100%;
  }
}
.instruments-details__text img.aligncenter {
  display: block;
  margin: clamp(24px, 3.125vw, 32px) auto;
  max-width: clamp(400px, 48.828125vw, 500px);
}
.instruments-details__text figure {
  margin: clamp(24px, 3.125vw, 32px) 0;
}
.instruments-details__text figure.alignleft {
  float: left;
  margin: 0 clamp(20px, 2.9296875vw, 30px) clamp(16px, 2.34375vw, 24px) 0;
  max-width: clamp(250px, 29.296875vw, 300px);
}
@media only screen and (max-width: 1024px) {
  .instruments-details__text figure.alignleft {
    float: none;
    margin: clamp(16px, 2.34375vw, 24px) 0;
    max-width: 100%;
  }
}
.instruments-details__text figure.alignright {
  float: right;
  margin: 0 0 clamp(16px, 2.34375vw, 24px) clamp(20px, 2.9296875vw, 30px);
  max-width: clamp(250px, 29.296875vw, 300px);
}
@media only screen and (max-width: 1024px) {
  .instruments-details__text figure.alignright {
    float: none;
    margin: clamp(16px, 2.34375vw, 24px) 0;
    max-width: 100%;
  }
}
.instruments-details__text figure.aligncenter {
  text-align: center;
  margin: clamp(24px, 3.125vw, 32px) auto;
  max-width: clamp(400px, 48.828125vw, 500px);
}
.instruments-details__text figure img {
  margin: 0;
}
.instruments-details__text figure figcaption {
  font-size: clamp(14px, 1.5625vw, 16px);
  color: rgba(52, 52, 52, 0.6);
  font-style: italic;
  text-align: center;
  margin-top: clamp(8px, 1.171875vw, 12px);
  line-height: 1.4;
}

.instruments-collaborations {
  padding-block: clamp(60px, 9.765625vw, 100px);
  background-color: #efeee8;
}
.instruments-collaborations__container {
  position: relative;
}
.instruments-collaborations__title {
  text-align: center;
  margin-bottom: clamp(40px, 5.859375vw, 60px);
  color: #343434;
}

.collaborations-slider {
  position: relative;
}
.collaborations-slider .glide__track {
  overflow: hidden;
}
.collaborations-slider .glide__slides {
  display: flex;
  gap: clamp(20px, 2.9296875vw, 30px);
}
.collaborations-slider .glide__slide {
  display: flex;
  justify-content: center;
}
.collaborations-slider .glide__arrows {
  position: relative;
  display: flex;
  justify-content: center;
  gap: clamp(20px, 3.90625vw, 40px);
  margin-top: clamp(30px, 4.8828125vw, 50px);
}
@media only screen and (max-width: 1024px) {
  .collaborations-slider .glide__arrows {
    margin-top: 30px;
  }
}
.collaborations-slider .glide__arrow {
  width: clamp(40px, 4.8828125vw, 50px);
  height: clamp(40px, 4.8828125vw, 50px);
  border: 2px solid #5f3f2a;
  border-radius: 50%;
  background-color: transparent;
  color: #5f3f2a;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}
.collaborations-slider .glide__arrow:hover {
  background-color: #5f3f2a;
  color: #fff;
  transform: scale(1.1);
}
.collaborations-slider .glide__arrow svg {
  width: 24px;
  height: 24px;
}
.collaborations-slider .glide__bullets {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: clamp(20px, 2.9296875vw, 30px);
}
.collaborations-slider .glide__bullets .glide__bullet {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: rgba(95, 63, 42, 0.3);
  border: none;
  cursor: pointer;
  transition: all 0.3s ease;
}
.collaborations-slider .glide__bullets .glide__bullet--active {
  background-color: #5f3f2a;
  transform: scale(1.3);
}

.collaboration-card {
  background-color: #fff;
  border-radius: 12px;
  padding: clamp(20px, 2.9296875vw, 30px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.collaboration-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}
.collaboration-card__image {
  width: 100%;
  aspect-ratio: 1;
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: clamp(16px, 1.953125vw, 20px);
}
.collaboration-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
  transition: transform 0.3s ease;
}
.collaboration-card__image:hover img {
  transform: scale(1.05);
}
.collaboration-card__title {
  font-size: clamp(18px, 2.34375vw, 24px);
  font-weight: 600;
  color: #5f3f2a;
  margin-bottom: clamp(12px, 1.5625vw, 16px);
  line-height: 1.3;
}
@media only screen and (min-width: 1921px) {
  .collaboration-card__title {
    font-size: clamp(24px, 1.25vw, 48px);
  }
}
.collaboration-card__text {
  font-size: clamp(14px, 1.5625vw, 16px);
  line-height: 1.6;
  color: rgba(52, 52, 52, 0.7);
  flex-grow: 1;
}
.collaboration-card__text p {
  margin-bottom: 10px;
}
.collaboration-card__text p:last-child {
  margin-bottom: 0;
}

.workshop-intro {
  padding-block: clamp(60px, 9.765625vw, 100px);
  background-color: #fff;
}
.workshop-intro__container {
  max-width: clamp(1000px, 87.5vw, 1680px);
  padding-inline: 40px;
  margin-inline: auto;
}
@media only screen and (min-width: 1921px) {
  .workshop-intro__container {
    max-width: clamp(1640px, 85.4166666667vw, 3280px);
  }
}
@media only screen and (max-width: 1024px) {
  .workshop-intro__container {
    padding-inline: 20px;
  }
}
.workshop-intro__header {
  display: grid;
  gap: clamp(40px, 5.859375vw, 60px);
  margin-bottom: clamp(50px, 7.8125vw, 80px);
}
@media only screen and (min-width: 1025px) {
  .workshop-intro__header {
    grid-template-columns: 1fr 2fr;
    align-items: start;
  }
}
@media only screen and (max-width: 1024px) {
  .workshop-intro__header {
    grid-template-columns: 1fr;
  }
}
.workshop-intro__header-left {
  display: flex;
  flex-direction: column;
  gap: clamp(50px, 3.41796875vw, 100px);
}
.workshop-intro__title {
  font-size: clamp(36px, 5.46875vw, 56px);
  font-weight: 700;
  color: #343434;
  line-height: 1.2;
  margin-top: clamp(30px, 3.90625vw, 40px);
}
@media only screen and (min-width: 1921px) {
  .workshop-intro__title {
    font-size: clamp(56px, 2.9166666667vw, 112px);
  }
}
@media only screen and (max-width: 1024px) {
  .workshop-intro__title {
    font-size: clamp(32px, 4.6875vw, 36px);
  }
}
.workshop-intro__mainimage {
  overflow: hidden;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  aspect-ratio: 4/5;
}
.workshop-intro__mainimage img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.workshop-intro__text {
  line-height: 1.8;
  font-size: clamp(16px, 1.7578125vw, 18px);
}
.workshop-intro__text p {
  margin-bottom: clamp(20px, 2.9296875vw, 30px);
}
.workshop-intro__text p:last-child {
  margin-bottom: 0;
}
.workshop-intro__text h2, .workshop-intro__text h3, .workshop-intro__text h4 {
  margin-top: clamp(30px, 3.90625vw, 40px);
  margin-bottom: clamp(15px, 1.953125vw, 20px);
  color: #5f3f2a;
}
.workshop-intro__text ul, .workshop-intro__text ol {
  margin-left: clamp(20px, 2.9296875vw, 30px);
  margin-bottom: clamp(16px, 2.34375vw, 24px);
}
.workshop-intro__text ul li, .workshop-intro__text ol li {
  margin-bottom: clamp(8px, 1.171875vw, 12px);
}
.workshop-intro__text strong, .workshop-intro__text b {
  color: #5f3f2a;
  font-weight: 600;
}
.workshop-intro__photo {
  overflow: hidden;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  aspect-ratio: 16/10;
}
.workshop-intro__photo:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}
.workshop-intro__photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.3s ease;
}
.workshop-intro__photo:hover img {
  transform: scale(1.05);
}

.workshop-photos-carousel {
  position: relative;
}
.workshop-photos-carousel .glide__track {
  overflow: hidden;
}
.workshop-photos-carousel .glide__slides {
  display: flex;
  gap: clamp(20px, 2.9296875vw, 30px);
}
.workshop-photos-carousel .glide__slide {
  display: flex;
  justify-content: center;
}
.workshop-photos-carousel .glide__arrows {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  display: flex;
  justify-content: space-between;
  pointer-events: none;
  z-index: 10;
  padding-inline: clamp(-25px, -2.9296875vw, -30px);
}
@media only screen and (max-width: 1024px) {
  .workshop-photos-carousel .glide__arrows {
    padding-inline: 10px;
  }
}
.workshop-photos-carousel .glide__arrow {
  pointer-events: all;
  width: clamp(40px, 4.8828125vw, 50px);
  height: clamp(40px, 4.8828125vw, 50px);
  border: 2px solid #5f3f2a;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.9);
  color: #5f3f2a;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  backdrop-filter: blur(10px);
}
.workshop-photos-carousel .glide__arrow:hover {
  background-color: #5f3f2a;
  color: #fff;
  transform: scale(1.1);
}
.workshop-photos-carousel .glide__arrow svg {
  width: 20px;
  height: 20px;
}
.workshop-photos-carousel .glide__bullets {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: clamp(25px, 3.41796875vw, 35px);
}
.workshop-photos-carousel .glide__bullets .glide__bullet {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: rgba(52, 52, 52, 0.2);
  border: none;
  cursor: pointer;
  transition: all 0.3s ease;
}
.workshop-photos-carousel .glide__bullets .glide__bullet--active {
  background-color: #5f3f2a;
  transform: scale(1.3);
}

.about-content {
  padding-block: clamp(60px, 9.765625vw, 100px);
  background-color: #fff;
}
.about-content__container {
  max-width: 900px;
}
.about-content__text {
  line-height: 1.7;
  font-size: clamp(16px, 1.7578125vw, 18px);
}
.about-content__text p {
  margin-bottom: clamp(16px, 2.34375vw, 24px);
}
.about-content__text p:last-child {
  margin-bottom: 0;
}
.about-content__text h2, .about-content__text h3, .about-content__text h4 {
  margin-top: clamp(30px, 3.90625vw, 40px);
  margin-bottom: clamp(15px, 1.953125vw, 20px);
  color: #5f3f2a;
}
.about-content__text ul, .about-content__text ol {
  margin-left: clamp(20px, 2.9296875vw, 30px);
  margin-bottom: clamp(16px, 2.34375vw, 24px);
}
.about-content__text ul li, .about-content__text ol li {
  margin-bottom: clamp(8px, 1.171875vw, 12px);
}

.videos-carousel {
  position: relative;
}
.videos-carousel .glide__track {
  overflow: visible;
}
.videos-carousel .glide__slides {
  display: flex;
}
.videos-carousel .glide__slide {
  display: flex;
  justify-content: center;
}
.videos-carousel .glide__bullets {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: clamp(30px, 3.90625vw, 40px);
}
.videos-carousel .glide__bullets .glide__bullet {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: rgba(246, 137, 43, 0.3);
  border: none;
  cursor: pointer;
  transition: all 0.3s ease;
}
.videos-carousel .glide__bullets .glide__bullet--active {
  background-color: #f6892b;
  transform: scale(1.3);
}

.videos-navigation {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  display: flex;
  justify-content: space-between;
  pointer-events: none;
  z-index: 10;
  padding-inline: clamp(-120px, -21.484375vw, -220px);
}
@media only screen and (max-width: 1024px) {
  .videos-navigation {
    display: none;
  }
}
.videos-navigation__item {
  display: flex;
  align-items: center;
  gap: clamp(12px, 1.953125vw, 20px);
  pointer-events: all;
}
.videos-navigation__item--left {
  flex-direction: row;
}
.videos-navigation__item--right {
  flex-direction: row;
}
.videos-navigation__preview {
  width: clamp(140px, 19.53125vw, 200px);
  height: clamp(79px, 10.9375vw, 112px);
  border-radius: 8px;
  overflow: hidden;
  border: 2px solid #f6892b;
  background-color: rgba(23, 23, 24, 0.9);
  backdrop-filter: blur(10px);
  transition: all 0.3s ease;
  cursor: pointer;
  position: relative;
}
.videos-navigation__preview:hover {
  transform: scale(1.05);
  box-shadow: 0 4px 20px rgba(246, 137, 43, 0.3);
}
.videos-navigation__preview img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.videos-navigation__preview::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 12px 0 12px 20px;
  border-color: transparent transparent transparent #f6892b;
  opacity: 0.8;
}
.videos-navigation .glide__arrow {
  width: clamp(50px, 5.859375vw, 60px);
  height: clamp(50px, 5.859375vw, 60px);
  border: 2px solid #f6892b;
  border-radius: 50%;
  background-color: rgba(23, 23, 24, 0.8);
  color: #f6892b;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  backdrop-filter: blur(10px);
  flex-shrink: 0;
  border: none;
  outline: none;
}
.videos-navigation .glide__arrow:hover {
  background-color: #f6892b;
  color: #171718;
  transform: scale(1.1);
}
.videos-navigation .glide__arrow:active {
  transform: scale(0.95);
}
.videos-navigation .glide__arrow svg {
  width: 28px;
  height: 28px;
}

.lessons-partner {
  padding: clamp(60px, 9.765625vw, 100px) 0;
  background-color: #171718;
}
.lessons-partner__container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: clamp(32px, 4.6875vw, 48px);
  max-width: 900px;
  margin: 0 auto;
}
.lessons-partner__image {
  width: 100%;
  max-width: clamp(200px, 27.34375vw, 280px);
}
.lessons-partner__image a, .lessons-partner__image img {
  display: block;
  width: 100%;
  height: auto;
  transition: transform 0.3s ease, opacity 0.3s ease;
}
.lessons-partner__image a:hover img {
  transform: scale(1.05);
  opacity: 0.85;
}
.lessons-partner__text {
  text-align: center;
  font-size: clamp(15px, 1.66015625vw, 17px);
  line-height: 1.7;
  color: #fff;
  max-width: clamp(100%, 97.65625vw, 1000px);
  width: 100%;
}
.lessons-partner__text p {
  margin-bottom: 1em;
}
.lessons-partner__text p:last-child {
  margin-bottom: 0;
}
.lessons-partner__text strong {
  color: #f6892b;
  font-weight: 600;
}
.lessons-partner__cta {
  margin-top: clamp(8px, 1.5625vw, 16px);
}
.lessons-partner__button {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: clamp(14px, 1.5625vw, 16px) clamp(28px, 3.515625vw, 36px);
  background-color: #f6892b;
  color: #fff;
  text-decoration: none;
  font-size: clamp(15px, 1.5625vw, 16px);
  font-weight: 600;
  border-radius: 50px;
  transition: all 0.3s ease;
  box-shadow: 0 4px 16px rgba(246, 137, 43, 0.25);
}
.lessons-partner__button svg {
  width: 20px;
  height: 20px;
  transition: transform 0.3s ease;
}
.lessons-partner__button:hover {
  background-color: #ee740a;
  transform: translateY(-2px);
  box-shadow: 0 6px 24px rgba(246, 137, 43, 0.35);
}
.lessons-partner__button:hover svg {
  transform: translateX(4px);
}
.lessons-partner__button:active {
  transform: translateY(0);
  box-shadow: 0 2px 12px rgba(246, 137, 43, 0.3);
}

/*# sourceMappingURL=main.css.map */
