@charset "UTF-8";
@font-face {
  font-family: "Andale Mono";
  src: local("Andale Mono"), local("Andale Mono"), url("../fonts/ANDALEMO.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

html,
body {
  height: 100%;
  scroll-behavior: smooth;
}

html {
  font-size: 16px;
}
@media (min-width: 768px) {
  html {
    font-size: 18px;
  }
}
@media (min-width: 1500px) {
  html {
    font-size: 20px;
  }
}
@media (min-width: 1700px) {
  html {
    font-size: 22px;
  }
}
@media (min-width: 1921px) {
  html {
    font-size: 24px;
  }
}

@media (min-width: 1200px) and (max-width: 1920px) {
  .container {
    max-width: 80%;
  }
}
@media (min-width: 1921px) {
  .container {
    max-width: 1860px;
  }
}
@media (max-width: 1440px) {
  .container {
    padding: 0 30px;
    max-width: 90%;
  }
}
@media (max-width: 467px) {
  .container {
    padding: 0 24px;
  }
}

@keyframes slideme {
  0% {
    left: -30px;
    margin-left: 0px;
  }
  30% {
    left: 110%;
    margin-left: 80px;
  }
  100% {
    left: 110%;
    margin-left: 80px;
  }
}
@keyframes countingBar {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
@keyframes marker {
  0% {
    background-size: 0 85%;
  }
  100% {
    background-size: 100% 85%;
  }
}
@keyframes marker-reverse {
  0% {
    background-size: 100% 85%;
  }
  100% {
    background-size: 0 85%;
  }
}
@keyframes expander {
  0% {
    min-height: 0;
  }
  100% {
    min-height: 430px;
  }
}
@keyframes rolling {
  0% {
    transform: scale(0.5) rotate(0deg);
  }
  50% {
    transform: scale(1) rotate(180deg);
  }
  100% {
    transform: scale(0.5) rotate(360deg);
  }
}
@keyframes gray-round {
  0% {
    transform: scale(0);
    opacity: 0;
  }
  100% {
    transform: scale(2);
    opacity: 1;
  }
}
main {
  overflow-x: hidden;
}

.container {
  margin: 0 auto;
}

ul {
  padding: 0;
  margin: 0;
}

:root {
  --font-family: "Andale Mono", sans-serif;
  --second-family: "Noto Serif Display", sans-serif;
}

.header-secondary {
  padding: 32px 0;
  margin-bottom: 32px;
}
@media (max-width: 767px) {
  .header {
    padding: 20px 0;
  }
}
@media (max-width: 767px) {
  .header-primary {
    margin-bottom: 0;
    padding: 20px 0;
  }
}
.header__wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
@media (max-width: 1099px) {
  .header__wrapper {
    justify-content: center;
  }
}
.header__nav {
  display: flex;
  gap: 90px;
  list-style: none;
}
@media (max-width: 1660px) {
  .header__nav {
    gap: 60px;
  }
}
@media (max-width: 1440px) {
  .header__nav {
    gap: 30px;
  }
}
@media (max-width: 1099px) {
  .header__nav {
    display: none;
  }
}
.header__nav a {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  color: #0b0b0b;
  text-decoration: none;
}

/* Base styles for burger icon */
.burger-icon {
  display: none;
  flex-direction: column;
  justify-content: space-between;
  width: 30px;
  height: 20px;
  cursor: pointer;
  z-index: 1001;
}
@media (max-width: 1099px) {
  .burger-icon {
    display: flex;
  }
}

.burger-icon {
  position: absolute;
  left: 0;
}
.burger-icon span {
  display: block;
  width: 22px;
  height: 4px;
  background-color: #333;
  transition: 0.8s ease;
}

/* Animation for burger icon */
.burger-icon.active span:nth-child(1) {
  transform: translateY(8px) rotate(45deg);
  background-color: #fff;
}

.burger-icon.active span:nth-child(2) {
  opacity: 0;
  background-color: #fff;
}

.burger-icon.active span:nth-child(3) {
  transform: translateY(-8px) rotate(-45deg);
  background-color: #fff;
}

/* Base styles for burger menu */
.burger-menu {
  position: fixed;
  top: -100%;
  left: 0;
  width: 100%;
  height: 400px;
  background-color: rgb(0, 0, 0);
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 1s ease;
  z-index: 1000;
  opacity: 0;
}

.burger-menu.open {
  top: 0;
  opacity: 1;
}

.burger-menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.burger-menu ul a {
  text-decoration: none;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 18px;
  color: #fff;
  text-decoration: none;
  transition: color 0.3s;
}

.burger-menu a:hover {
  color: #ff6347; /* Example highlight color */
}

.footer {
  padding: 40px 0;
  background-color: #ffffff;
  font-family: "Sen", sans-serif;
}
.footer__inner {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0 auto;
}
@media (max-width: 1440px) {
  .footer__inner {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (max-width: 767px) {
  .footer__inner {
    grid-template-columns: 1fr 1fr;
  }
}
.footer__heading {
  font-family: var(--second-family);
  font-weight: 400;
  font-size: 16px;
  color: #0b0b0b;
  margin-bottom: 18px;
}
.footer__column {
  flex: 1;
  margin-bottom: 20px;
}
.footer__column--brand {
  max-width: 250px;
  margin-right: 113px;
}
@media (max-width: 1440px) {
  .footer__column--brand {
    margin-right: 0;
    margin-bottom: 62px;
  }
}
@media (max-width: 767px) {
  .footer__column--brand {
    max-width: 100%;
    grid-column: 1/-1;
  }
}
.footer__column--brand .footer__logo {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 12px;
}
.footer__column--brand .footer__tagline {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  line-height: 157%;
  color: #0b0b0b;
}
.footer__column--navigation .footer__heading, .footer__column--company .footer__heading, .footer__column--legal .footer__heading {
  font-family: var(--second-family);
  font-weight: 400;
  font-size: 16px;
  color: #0b0b0b;
  margin-bottom: 18px;
  text-transform: uppercase;
}
.footer__column--navigation .footer__list, .footer__column--company .footer__list, .footer__column--legal .footer__list {
  list-style: none;
  padding: 0;
}
.footer__column--navigation .footer__list .footer__item, .footer__column--company .footer__list .footer__item, .footer__column--legal .footer__list .footer__item {
  margin-bottom: 5px;
}
.footer__column--navigation .footer__list .footer__item a, .footer__column--company .footer__list .footer__item a, .footer__column--legal .footer__list .footer__item a {
  text-decoration: none;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  color: #0b0b0b;
  text-transform: uppercase;
}
.footer__column--navigation .footer__list .footer__item a:hover, .footer__column--company .footer__list .footer__item a:hover, .footer__column--legal .footer__list .footer__item a:hover {
  text-decoration: underline;
}
@media (max-width: 1440px) {
  .footer__column--legal {
    margin-bottom: 61px;
  }
}
@media (max-width: 767px) {
  .footer__column--legal {
    grid-column: -1/1;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 50%;
    margin-left: auto;
  }
}
.footer__column--app {
  text-align: left;
  flex: 2;
  max-width: 450px;
}
@media (max-width: 1440px) {
  .footer__column--app {
    grid-column: 1/-1;
  }
}
@media (max-width: 767px) {
  .footer__column--app {
    margin: 0 0 64px 0;
  }
}
.footer__column--app .footer__qr {
  margin-bottom: 10px;
  display: flex;
  gap: 24px;
}
.footer__column--app .footer__qr img {
  max-width: 100px;
  height: auto;
  object-fit: cover;
}
.footer__column--app .footer__description {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  color: #0b0b0b;
}
.footer__copyright {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  line-height: 157%;
  color: #0b0b0b;
  text-transform: uppercase;
}

.product-list {
  margin-bottom: 160px;
}
@media (max-width: 767px) {
  .product-list {
    margin-bottom: 60px;
  }
}
.product-list__wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  column-gap: 20px;
  row-gap: 70px;
}
@media (max-width: 991px) {
  .product-list__wrapper {
    grid-template-columns: 1fr 1fr;
    row-gap: 45px;
  }
}
.product-list__card {
  display: flex;
  flex-direction: column;
  text-decoration: none;
}
.product-list__card img {
  display: flex;
  width: 100%;
  object-fit: cover;
}
.product-list__card h3 {
  margin: 30px 0 16px;
  font-family: var(--second-family);
  font-weight: 400;
  font-size: 31px;
  color: #0b0b0b;
  transition: 0.4s ease;
}
@media (max-width: 1440px) {
  .product-list__card h3 {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .product-list__card h3 {
    font-size: 20px;
  }
}
.product-list__card h3:hover {
  transition: 0.4s ease;
  text-shadow: 0 0 0.5px #000;
}
.product-list__card p, .product-list__card span {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 144%;
  color: #0b0b0b;
  margin: 0;
}
.product-list__link {
  margin-top: 30px !important;
  transition: 0.4s ease;
}
.product-list__link:hover {
  transition: 0.4s ease;
  text-decoration: underline !important;
  text-underline-offset: 2px;
}

.cta-banner {
  margin-bottom: 96px;
}
.cta-banner__wrapper {
  background: #f3f2ee;
  display: flex;
  justify-content: space-between;
  padding: 78px 68px;
}
@media (max-width: 1440px) {
  .cta-banner__wrapper {
    padding: 48px;
    gap: 40px;
  }
}
@media (max-width: 991px) {
  .cta-banner__wrapper {
    padding: 32px;
  }
}
@media (max-width: 767px) {
  .cta-banner__wrapper {
    flex-direction: column;
    padding: 48px 24px;
  }
}
.cta-banner__form {
  width: 60%;
}
@media (max-width: 767px) {
  .cta-banner__form {
    width: 100%;
  }
}
.cta-banner__form h3 {
  font-family: var(--second-family);
  font-weight: 400;
  font-size: 31px;
  color: #0b0b0b;
  margin-bottom: 11px;
}
.cta-banner__form p {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 144%;
  color: #0b0b0b;
}
.cta-banner__form input {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 18px;
  color: #0b0b0b;
  padding: 18px 26px;
  border-radius: 0;
  border: none;
  width: 35%;
  margin-right: 34px;
  margin-top: 56px;
}
@media (max-width: 1440px) {
  .cta-banner__form input {
    width: -webkit-fill-available;
    margin-right: 0;
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .cta-banner__form input {
    margin-top: 0px;
    padding: 16px 22px;
  }
}
.cta-banner__form button {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 18px;
  color: #0b0b0b;
  border: 1px solid #0b0b0b;
  padding: 18px 74px;
  border-radius: 0 !important;
  background-color: transparent !important;
}
@media (max-width: 1440px) {
  .cta-banner__form button {
    padding: 18px 32px;
    width: 100%;
  }
}
@media (max-width: 1099px) {
  .cta-banner__form button {
    border-width: 2px;
  }
}
.cta-banner__input {
  margin-bottom: 96px;
}
@media (max-width: 1440px) {
  .cta-banner__input {
    display: flex;
    flex-direction: column;
  }
}
@media (max-width: 1099px) {
  .cta-banner__input {
    margin-bottom: 46px;
  }
}
.cta-banner__socials {
  display: flex;
  gap: 16px;
}
.cta-banner__socials a {
  text-decoration: none;
}
@media (max-width: 991px) {
  .cta-banner__socials {
    display: none;
  }
}
.cta-banner__info h4 {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 21px;
  line-height: 129%;
  color: #0b0b0b;
  opacity: 0.8;
}
.cta-banner__info div:nth-child(1) > h4 {
  color: #b96a4a;
  margin-bottom: 15px;
}
.cta-banner__info h5 {
  font-family: var(--second-family);
  font-weight: 400;
  font-size: 21px;
  line-height: 172%;
  color: #0b0b0b;
  margin: 0 0 11px;
}
.cta-banner__info p {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 144%;
  color: #0b0b0b;
  display: flex;
  align-items: center;
  gap: 12px;
}
.cta-banner__info div:nth-child(1) > p {
  margin: 11px 0 89px;
}

.section-title {
  font-family: var(--second-family);
  font-weight: 400;
  font-size: 68px;
  color: #0b0b0b;
  margin-bottom: 24px;
  margin-top: 0px;
}
.section-title--secondary {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 21px;
  line-height: 129%;
  color: #0b0b0b;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .section-title--secondary.text-center--mobile {
    text-align: center;
  }
}
.section-title.text-center {
  text-align: center;
}
@media (max-width: 767px) {
  .section-title.text-left--mobile {
    text-align: left;
  }
}
@media (max-width: 467px) {
  .section-title.text-sm--mobile {
    font-size: 24px;
  }
}
.section-subtitle {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 21px;
  line-height: 129%;
  color: #0b0b0b;
}
.section-subtitle.text-center {
  text-align: center;
}
@media (max-width: 767px) {
  .section-subtitle.text-left--mobile {
    text-align: left;
  }
}
.section-divider {
  padding: 102px 0;
}
.section-divider__border {
  background-color: #cecece;
  width: 100%;
  height: 1px;
}

.ui__button-primary {
  display: flex;
  align-items: center;
  text-decoration: none;
  border: 2px solid #000;
  padding: 16px;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 18px;
  color: #0b0b0b !important;
  position: relative;
  width: fit-content;
}
.ui__button-primary span {
  display: flex;
  margin-left: 16px;
}
.ui__button-primary span::before {
  content: "";
  position: absolute;
  height: 60px;
  width: 2px;
  top: 0;
  background-color: #000;
}
@media (max-width: 767px) {
  .ui__button-primary span::before {
    height: 52px;
  }
}
.ui__button-primary span svg {
  margin-left: 16px;
}
.ui__button-secondary {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: #0b0b0b !important;
  text-decoration: none !important;
  margin-top: 30px;
  transition: 0.4s ease;
}
.ui__button-secondary:hover {
  transition: 0.4s ease;
  text-decoration: underline !important;
  text-underline-offset: 2px;
}

.hero {
  position: relative;
}
.hero .desktop-img {
  display: block;
}
.hero .mobile-img {
  display: none;
}
@media (max-width: 1099px) {
  .hero .desktop-img {
    display: none; /* Скрываем для мобильных */
  }
  .hero .mobile-img {
    display: block; /* Показываем для мобильных */
  }
}
.hero__img {
  width: 100%;
  display: flex;
  position: relative;
  max-height: 100vh;
}
.hero__img h1 {
  font-family: var(--second-family);
  font-weight: 400;
  font-size: 91px;
  color: #fff;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 50%;
  display: flex;
  justify-content: center;
  align-items: baseline;
  gap: 24px;
  opacity: 0;
}
@media (max-width: 1280px) {
  .hero__img h1 {
    font-size: 78px;
  }
}
@media (max-width: 1099px) {
  .hero__img h1 {
    text-align: center;
    align-items: center;
    flex-direction: column;
    top: 15%;
  }
}
@media (max-width: 991px) {
  .hero__img h1 {
    font-size: 68px;
  }
}
@media (max-width: 767px) {
  .hero__img h1 {
    max-width: 500px;
    text-align: center;
    align-items: center;
    flex-direction: column;
    top: 15%;
  }
}
@media (max-width: 390px) {
  .hero__img h1 {
    font-size: 41px;
  }
}
.hero__img h1 strong {
  font-family: "Pinyon Script", sans-serif;
  font-weight: 300;
}
@media (max-width: 991px) {
  .hero__img h1 strong {
    font-size: 68px;
  }
}
@media (max-width: 390px) {
  .hero__img h1 strong {
    font-size: 41px;
  }
}
.hero__img img {
  width: 100%;
  object-fit: cover;
  display: flex;
  transition: width 0.2s ease, height 0.2s ease;
  max-height: 100vh;
}
.hero__fader {
  position: absolute;
  width: 100vw;
  height: 100%;
  object-fit: cover;
  background: linear-gradient(180deg, rgba(29, 28, 35, 0) 0%, #fff 100%);
  left: 0;
  bottom: -150px;
  opacity: 0;
}
@media (max-width: 767px) {
  .hero__fader {
    height: 50%;
  }
}

.marquee {
  margin: 100px 0 200px;
  height: 116px;
  width: 100%;
  overflow: hidden;
  position: relative;
  display: flex;
  align-items: center;
  border-top: 2px solid #000;
  border-bottom: 2px solid #000;
}
@media (max-width: 767px) {
  .marquee {
    border-width: 1px;
    height: 62px;
    margin: 115px 0 0px;
  }
}

.marquee div {
  display: flex;
  align-items: center;
  width: 200%;
  height: 30px;
  position: absolute;
  overflow: hidden;
  animation: marquee 25s linear infinite;
}

.marquee span {
  float: left;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 28px;
  color: #0b0b0b;
  width: 100%;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .marquee span {
    font-size: 14px;
  }
}

@keyframes marquee {
  0% {
    left: 0;
  }
  100% {
    left: -100%;
  }
}
@media (max-width: 991px) {
  .index-main section.info-section {
    margin-bottom: 120px;
  }
}
@media (max-width: 767px) {
  .index-main section.info-section {
    margin-bottom: 60px;
  }
}

.new-articles {
  margin-top: 140px;
  margin-bottom: 140px;
}
@media (max-width: 767px) {
  .new-articles {
    margin-top: 80px;
  }
}
@media (max-width: 991px) {
  .new-articles .section-title {
    font-size: 56px;
  }
}
@media (max-width: 767px) {
  .new-articles .section-title {
    font-size: 46px;
  }
  .new-articles .section-title br {
    display: none;
  }
}
@media (max-width: 991px) {
  .new-articles .section-subtitle {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .new-articles .section-subtitle {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .new-articles .container {
    padding: 0 0 0 30px;
  }
}
@media (max-width: 467px) {
  .new-articles .container {
    padding: 0 0 0 24px;
  }
}
.new-articles__wrapper {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .new-articles__wrapper {
    flex-direction: column;
    gap: 65px;
  }
}
.new-articles__title {
  max-width: 400px;
}
@media (max-width: 767px) {
  .new-articles__title {
    padding: 0 30px 0 0;
  }
}
@media (max-width: 467px) {
  .new-articles__title {
    padding: 0 24px 0 0;
  }
}
.new-articles__title .ui__button-primary {
  margin-top: 47px;
}
@media (max-width: 767px) {
  .new-articles__title .ui__button-primary {
    font-size: 14.5px;
    padding: 14px;
    width: 100%;
    justify-content: space-between;
  }
}
.new-articles__card {
  text-decoration: none;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.new-articles__card .ui__button-secondary {
  margin-top: auto !important;
}
.new-articles__card img {
  width: 100%;
  object-fit: cover;
  width: 290px;
  height: 390px;
}
@media (max-width: 991px) {
  .new-articles__card img {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .new-articles__card img {
    height: 250px;
  }
}
.new-articles__card h4 {
  font-family: var(--second-family);
  font-weight: 400;
  font-size: 30px;
  color: #0b0b0b;
  margin: 30px 0 12px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
}
@media (max-width: 767px) {
  .new-articles__card h4 {
    font-size: 24px;
    margin: 20px 0 10px;
  }
}
.new-articles__card p {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 144%;
  color: #0b0b0b;
}
@media (max-width: 767px) {
  .new-articles__card p {
    margin: 10px 0;
  }
}
.new-articles__swiper {
  position: relative;
  overflow: hidden;
  max-width: 1160px;
}
.new-articles__swiper .swiper-wrapper {
  display: flex;
  flex-direction: row;
}
.new-articles__swiper .swiper-slide {
  width: 25%;
  height: 100%;
  flex-shrink: 0;
  max-width: 290px;
}
@media (max-width: 991px) {
  .new-articles__swiper .swiper-slide {
    max-width: 100%;
  }
}
.new-articles__swiper-button-next, .new-articles__swiper-button-prev {
  position: absolute;
  top: 34%;
  transform: translateY(-50%);
  font-size: 18px;
  cursor: pointer;
}
.new-articles__swiper-button-next {
  right: 0px;
}
.top-stories {
  margin-bottom: 93px;
}
@media (max-width: 767px) {
  .top-stories {
    margin-bottom: 60px;
  }
}
.top-stories__wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  gap: 20px;
}
@media (max-width: 991px) {
  .top-stories__wrapper {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (max-width: 567px) {
  .top-stories__wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
.top-stories__card {
  text-decoration: none;
}
.top-stories__card img {
  width: 100%;
  object-fit: cover;
}
.top-stories__card h5 {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 21px;
  line-height: 129%;
  color: #b96a4a;
  margin: 30px 0 15px;
}
@media (max-width: 991px) {
  .top-stories__card h5 {
    margin: 20px 0 0 0;
  }
}
@media (max-width: 991px) {
  .top-stories__card h5 {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .top-stories__card h5 {
    font-size: 16px;
    margin-bottom: 8px;
  }
}
.top-stories__card p {
  font-family: var(--second-family);
  font-weight: 400;
  font-size: 21px;
  line-height: 172%;
  color: #0b0b0b;
}
@media (max-width: 991px) {
  .top-stories__card p {
    margin: 0px 0 30px;
  }
}
@media (max-width: 991px) {
  .top-stories__card p {
    font-size: 18px;
  }
}

.top-stories-banner {
  margin-bottom: 131px;
}
.top-stories-banner .container {
  position: relative;
}
@media (max-width: 1440px) {
  .top-stories-banner .container {
    padding: 0;
  }
}
.top-stories-banner__title {
  font-family: var(--second-family);
  font-style: italic;
  font-weight: 400;
  font-size: 21px;
  line-height: 172%;
  text-align: center;
  color: #0b0b0b;
  position: absolute;
  top: 90px;
  margin: 0 auto;
  left: 0;
  right: 0;
}
@media (max-width: 1440px) {
  .top-stories-banner__title {
    top: 56px;
  }
}
.top-stories-banner__wrapper {
  background: #f2f0ec;
  padding: 170px 135px 70px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  gap: 20px;
}
@media (max-width: 1440px) {
  .top-stories-banner__wrapper {
    grid-template-columns: 1fr 1fr 1fr;
    padding: 142px 82px 72px;
  }
}
@media (max-width: 767px) {
  .top-stories-banner__wrapper {
    grid-template-columns: 1fr 1fr;
    padding: 142px 30px 70px;
  }
}
@media (max-width: 467px) {
  .top-stories-banner__wrapper {
    padding: 142px 24px 47px;
  }
}

@media (max-width: 1440px) {
  .our-mission .section-title {
    font-size: 56px;
  }
}
@media (max-width: 767px) {
  .our-mission .section-title {
    font-size: 46px;
  }
}
@media (max-width: 991px) {
  .our-mission .section-subtitle {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .our-mission .section-subtitle {
    font-size: 18px;
  }
}
.our-mission__title {
  display: flex;
  justify-content: space-between;
  margin-bottom: 70px;
}
@media (min-width: 992px) {
  .our-mission__title {
    gap: 60px;
  }
}
@media (max-width: 991px) {
  .our-mission__title {
    flex-direction: column;
    margin-bottom: 10px;
  }
}
.our-mission__title h4 {
  font-family: var(--second-family);
  font-weight: 400;
  font-size: 68px;
  color: #0b0b0b;
}
.our-mission__title p {
  max-width: 900px;
}
.our-mission__wrapper {
  display: flex;
  gap: 20px;
}
@media (max-width: 767px) {
  .our-mission__wrapper {
    flex-direction: column;
    gap: 40px;
  }
}
.our-mission__card {
  text-decoration: none;
  width: 50%;
}
@media (max-width: 991px) {
  .our-mission__card {
    width: 100%;
  }
}
.our-mission__card img {
  width: 100%;
  object-fit: cover;
  aspect-ratio: 1.5/1.25;
}
.our-mission__card h4 {
  font-family: var(--second-family);
  font-weight: 400;
  font-size: 31px;
  color: #0b0b0b;
  margin: 30px 0 12px;
}
@media (max-width: 767px) {
  .our-mission__card h4 {
    font-size: 24px;
    margin: 20px 0 10px;
  }
}
.our-mission__card p {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 144%;
  color: #0b0b0b;
}
@media (max-width: 767px) {
  .our-mission__card p {
    margin: 10px 0;
  }
}
.our-mission__card .ui__button-secondary {
  margin: 50px 0 0;
}
@media (max-width: 991px) {
  .our-mission__card .ui__button-secondary {
    margin-top: 30px;
  }
}

.text-section {
  margin-bottom: 160px;
}
@media (max-width: 991px) {
  .text-section {
    margin-bottom: 120px;
  }
}
@media (max-width: 767px) {
  .text-section {
    font-size: 80px;
  }
}
@media (max-width: 1440px) {
  .text-section .section-title {
    font-size: 56px;
  }
}
@media (max-width: 767px) {
  .text-section .section-title {
    font-size: 46px;
  }
}
@media (max-width: 991px) {
  .text-section .section-subtitle {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .text-section .section-subtitle {
    font-size: 18px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    line-clamp: 4;
    -webkit-box-orient: vertical;
  }
}
.text-section__wrapper {
  display: flex;
}
@media (min-width: 992px) {
  .text-section__wrapper {
    gap: 60px;
  }
}
@media (max-width: 991px) {
  .text-section__wrapper {
    flex-direction: column;
  }
}
.text-section__title {
  display: flex;
  flex-direction: column;
}
.text-section__title h3 {
  font-family: var(--second-family);
  font-weight: 400;
  font-size: 68px;
  color: #0b0b0b;
  margin-bottom: 14px;
}
.text-section__title h4 {
  font-family: var(--second-family);
  font-style: italic;
  font-weight: 300;
  font-size: 36px;
  color: #b96a4a;
  margin: 0;
}
@media (max-width: 767px) {
  .text-section__title h4 {
    font-size: 22px;
  }
}
.text-section__subtitle {
  display: flex;
  flex-direction: column;
  max-width: 900px;
}

.main-gallery {
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .main-gallery {
    max-height: 500px;
  }
}
.main-gallery__wrapper {
  display: flex;
}
@media (max-width: 767px) {
  .main-gallery__wrapper {
    height: 420px;
  }
}
.main-gallery__img {
  width: fit-content !important;
}
.main-gallery__img img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .main-gallery__img img {
    width: 100%;
    object-fit: cover;
    height: 420px;
  }
}

.info-section {
  background: #f2f0ec;
  margin-bottom: 142px;
}
@media (max-width: 991px) {
  .info-section {
    margin-bottom: 156px;
  }
}
.info-section .container {
  margin: 0 auto 0 0;
}
@media (max-width: 1440px) {
  .info-section .container {
    padding-left: 0;
  }
}
@media (max-width: 991px) {
  .info-section .container {
    padding: 0 0;
    width: 100%;
    max-width: 100%;
  }
}
@media (max-width: 1440px) {
  .info-section .section-title {
    font-size: 48px;
  }
}
@media (max-width: 767px) {
  .info-section .section-title {
    font-size: 32px;
  }
}
@media (max-width: 767px) {
  .info-section .section-subtitle {
    font-size: 18px;
  }
}
@media (max-width: 467px) {
  .info-section .section-subtitle {
    font-size: 16px;
  }
}
.info-section__wrapper {
  display: flex;
  gap: 81px;
  width: 100%;
}
@media (max-width: 1440px) {
  .info-section__wrapper {
    gap: 40px;
  }
}
@media (max-width: 991px) {
  .info-section__wrapper {
    flex-direction: column;
  }
}
@media (max-width: 567px) {
  .info-section__wrapper {
    gap: 30px;
  }
}
.info-section__img {
  display: flex;
  width: 815px;
  height: 856px;
}
@media (max-width: 991px) {
  .info-section__img {
    width: 100%;
    height: 100%;
    aspect-ratio: 1/1;
  }
}
.info-section__img img {
  width: 100%;
  object-fit: cover;
}
.info-section__info {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 991px) {
  .info-section__info {
    padding: 0 30px;
  }
}
@media (max-width: 467px) {
  .info-section__info {
    padding: 0 24px;
  }
}
.info-section__text h3 {
  max-width: 867px;
}
.info-section__text p {
  max-width: 867px;
}
.info-section__cards {
  display: flex;
  gap: 44px;
  margin-top: 44px;
  height: 350px;
}
@media (max-width: 767px) {
  .info-section__cards {
    padding-bottom: 40px;
  }
}
.info-section__cards .swiper-wrapper {
  display: flex;
  gap: 44px;
}
.info-section__card {
  display: flex;
  flex-direction: column;
  max-width: 234px;
  aspect-ratio: 1/1;
}
.info-section__card img {
  display: flex;
  width: 100%;
  object-fit: cover;
  max-width: 234px;
  aspect-ratio: 1/1;
}
.info-section__card p {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 144%;
  color: #0b0b0b;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}

.info-blocks {
  margin-bottom: 83px;
}
.info-blocks__wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 20px;
}
@media (max-width: 991px) {
  .info-blocks__wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 467px) {
  .info-blocks__wrapper {
    column-gap: 20px;
    row-gap: 0;
  }
}
.info-blocks__block h4 {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 21px;
  line-height: 129%;
  text-transform: uppercase;
  text-align: center;
  color: #b96a4a;
}
@media (max-width: 991px) {
  .info-blocks__block h4 {
    font-size: 18px;
  }
}
.info-blocks__block p {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 144%;
  text-align: center;
  color: #0b0b0b;
}

.travel-articles .section-subtitle {
  max-width: 1000px;
  margin: 0 auto;
}
.travel-articles__wrapper {
  display: flex;
  gap: 60px;
  margin-top: 70px;
  margin-bottom: 100px;
  position: relative;
}
@media (min-width: 1920px) {
  .travel-articles__wrapper {
    justify-content: center;
  }
}
@media (max-width: 1440px) {
  .travel-articles__wrapper {
    gap: 30px;
  }
}
@media (max-width: 991px) {
  .travel-articles__wrapper--desktop {
    display: none;
  }
}
.travel-articles__wrapper--mobile {
  display: none;
}
@media (max-width: 991px) {
  .travel-articles__wrapper--mobile {
    display: flex;
    flex-direction: column;
  }
}
.travel-articles__wrapper::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #cecece;
  bottom: 0;
}
@media (max-width: 991px) {
  .travel-articles__wrapper::after {
    display: none;
    content: none;
  }
}
@media (max-width: 1919px) {
  .travel-articles__img img {
    width: 100%;
    object-fit: cover;
  }
}
.travel-articles__col {
  display: flex;
  flex-direction: column;
  gap: 160px;
  position: relative;
}
.travel-articles__col--mobile {
  display: flex;
  flex-direction: row;
  gap: 20px;
}
.travel-articles__col .travel-articles__card:last-of-type {
  padding-bottom: 150px;
}
@media (max-width: 991px) {
  .travel-articles__col .travel-articles__card:last-of-type {
    padding-bottom: 0;
  }
}
.travel-articles__col.travel-articles__left::after {
  content: "";
  position: absolute;
  height: 100%;
  width: 1px;
  background-color: #cecece;
  right: -30px;
}
@media (max-width: 1440px) {
  .travel-articles__col.travel-articles__left::after {
    right: -15px;
  }
}
@media (max-width: 991px) {
  .travel-articles__col.travel-articles__left::after {
    display: none;
    content: none;
  }
}
.travel-articles__col.travel-articles__right::after {
  content: "";
  position: absolute;
  height: 100%;
  width: 1px;
  background-color: #cecece;
  left: -30px;
}
@media (max-width: 1440px) {
  .travel-articles__col.travel-articles__right::after {
    left: -15px;
  }
}
@media (max-width: 991px) {
  .travel-articles__col.travel-articles__right::after {
    display: none;
    content: none;
  }
}
.travel-articles__card {
  display: flex;
  flex-direction: column;
  text-decoration: none;
}
.travel-articles__card img {
  display: flex;
  width: 100%;
  object-fit: cover;
  height: 300px;
}
@media (max-width: 767px) {
  .travel-articles__card img {
    height: fit-content;
    aspect-ratio: 1/1;
  }
}
.travel-articles__card h4 {
  margin: 30px 0 16px;
  font-family: var(--second-family);
  font-weight: 400;
  font-size: 31px;
  color: #0b0b0b;
  transition: 0.4s ease;
  cursor: pointer;
}
@media (max-width: 991px) {
  .travel-articles__card h4 {
    font-size: 24px;
    margin: 20px 0 10px;
  }
}
@media (max-width: 567px) {
  .travel-articles__card h4 {
    font-size: 20px;
  }
}
.travel-articles__card h4:hover {
  transition: 0.4s ease;
  text-shadow: 0 0 0.5px #000;
}
.travel-articles__card p, .travel-articles__card span {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 144%;
  color: #0b0b0b;
  margin: 0;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
}
@media (max-width: 991px) {
  .travel-articles div.travel-articles__wrapper.travel-articles__wrapper--mobile > a:nth-child(4) > h4 {
    margin-top: 0;
  }
}

.travel-guides {
  margin-bottom: 140px;
}
@media (max-width: 1024px) {
  .travel-guides {
    margin-bottom: 100px;
  }
}
@media (max-width: 467px) {
  .travel-guides {
    margin-bottom: 70px;
  }
}
.travel-guides__card {
  display: flex;
}
.travel-guides__card img {
  display: flex;
  object-fit: cover;
  width: 100%;
  aspect-ratio: 2/1.5;
}
.travel-guides__slider {
  display: flex;
}
.travel-guides__slider .swiper-wrapper {
  display: flex;
}
.article-categories {
  margin-bottom: 115px;
}
.article-categories__wrapper {
  display: flex;
  flex-direction: column;
  margin-bottom: 80px;
}

.article-category {
  display: flex;
  gap: 26px;
}
@media (max-width: 991px) {
  .article-category {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 767px) {
  .article-category {
    gap: 20px;
  }
}

.article-hero {
  margin-bottom: 132px;
}
@media (max-width: 991px) {
  .article-hero {
    margin-bottom: 60px;
  }
}
.article-hero__wrapper {
  display: flex;
  background: #f3f2ee;
}
@media (max-width: 767px) {
  .article-hero__wrapper {
    flex-direction: column;
  }
}
.article-hero .section-title {
  max-width: 700px;
}
@media (max-width: 1440px) {
  .article-hero .section-title {
    font-size: 56px;
  }
}
@media (max-width: 991px) {
  .article-hero .section-title {
    font-size: 46px;
  }
}
@media (max-width: 767px) {
  .article-hero .section-title {
    font-size: 38px;
  }
}
.article-hero__title {
  width: 50%;
  aspect-ratio: 1/1;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 24px;
}
@media (max-width: 767px) {
  .article-hero__title {
    max-width: fit-content;
    width: 100%;
    aspect-ratio: unset;
    padding: 32px;
  }
}
.article-hero__img {
  width: 50%;
  aspect-ratio: 1/1;
}
@media (max-width: 767px) {
  .article-hero__img {
    max-width: 100%;
    width: 100%;
  }
}
.article-hero__img img {
  height: 100%;
  width: 100%;
  display: flex;
  object-fit: cover;
}

@media (max-width: 991px) {
  .article-main .section-divider {
    padding: 70px 0;
  }
}
.article__text p {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
  color: #0b0b0b;
  max-width: 900px;
  margin: 0 auto 62px;
}
.article__text p > strong {
  float: left;
  line-height: 1;
  margin-right: 24px;
  font-family: var(--second-family);
  font-weight: 400;
  font-size: 68px;
  text-align: center;
  color: #0b0b0b;
}
.article-banner {
  background: #000;
  display: flex;
  justify-content: space-between;
  max-width: 1320px;
  margin: 85px auto 85px;
}
@media (max-width: 991px) {
  .article-banner {
    flex-direction: column;
  }
}
@media (max-width: 767px) {
  .article-banner {
    margin: 60px auto 60px;
  }
}
.article-banner img {
  width: 100%;
  display: flex;
  object-fit: cover;
  max-width: 330px;
}
@media (max-width: 991px) {
  .article-banner img {
    max-width: 100%;
    max-height: 150px;
    aspect-ratio: 1/1;
  }
}
.article-banner__text {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 10px 26px;
}
@media (max-width: 991px) {
  .article-banner__text {
    width: fit-content;
    padding: 24px;
  }
}
.article-banner__title {
  font-family: var(--second-family);
  font-weight: 400;
  font-size: 31px;
  color: #fff;
  margin: 0 0 10px 0;
}
.article-banner__subtitle {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 144%;
  color: #fff;
  margin: 0;
  max-width: 385px;
}

.article-author {
  margin-bottom: 153px;
}
@media (max-width: 767px) {
  .article-author {
    margin-bottom: 120px;
  }
}
@media (max-width: 467px) {
  .article-author {
    margin-bottom: 80px;
  }
}
.article-author__wrapper {
  display: flex;
  gap: 132px;
}
@media (max-width: 1440px) {
  .article-author__wrapper {
    gap: 62px;
  }
}
@media (max-width: 991px) {
  .article-author__wrapper {
    flex-direction: column-reverse;
  }
}
.article-author__img {
  display: flex;
  width: 50%;
}
@media (max-width: 991px) {
  .article-author__img {
    width: 100%;
  }
}
.article-author__img img {
  width: 100%;
  display: flex;
  object-fit: cover;
}
.article-author__info {
  display: flex;
  max-width: 50%;
}
@media (max-width: 991px) {
  .article-author__info {
    max-width: 100%;
  }
}
.article-author__text > p {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
  color: #0b0b0b;
}
.article-author__text .section-divider {
  padding: 64px 0;
}
.article-author__author {
  display: flex;
  gap: 34px;
  margin-left: 43px;
}
@media (max-width: 991px) {
  .article-author__author {
    margin-left: 0;
  }
}
.article-author__avatar img {
  width: 100%;
  object-fit: cover;
  display: flex;
  border-radius: 50%;
  max-width: 116px;
  max-height: 116px;
  aspect-ratio: 1;
}
.article-author__bio h4 {
  font-family: var(--second-family);
  font-weight: 400;
  font-size: 31px;
  color: #0b0b0b;
  margin: 0 0 10px 0;
}
@media (max-width: 991px) {
  .article-author__bio h4 {
    font-size: 21px;
  }
}
.article-author__bio p {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 144%;
  color: #0b0b0b;
  max-width: 385px;
}
@media (max-width: 991px) {
  .article-author__bio p {
    font-size: 14px;
  }
}

.favorite-picks .section-title {
  margin-bottom: 82px;
}
@media (max-width: 767px) {
  .favorite-picks .section-title {
    margin-bottom: 30px;
  }
}

.gallery {
  margin-bottom: 77px;
}
@media (max-width: 767px) {
  .gallery {
    margin-bottom: 60px;
  }
}
.gallery-main {
  overflow: visible;
}

.faces-of-humanity {
  display: flex;
  gap: 20px;
}
@media (max-width: 991px) {
  .faces-of-humanity .section-title {
    font-size: 56px;
  }
}
@media (max-width: 767px) {
  .faces-of-humanity .section-title {
    font-size: 46px;
  }
}
@media (max-width: 991px) {
  .faces-of-humanity .section-subtitle {
    font-size: 18px;
  }
}
@media (max-width: 991px) {
  .faces-of-humanity {
    flex-direction: column;
    gap: 60px;
  }
}
.faces-of-humanity__sidebar {
  position: sticky;
  top: 0;
  background: transparent;
  padding: 20px;
  max-width: 385px;
  height: fit-content;
}
@media (max-width: 991px) {
  .faces-of-humanity__sidebar {
    position: relative;
    max-width: 100%;
    padding: 0;
  }
}
.faces-of-humanity__tabs {
  display: flex;
  flex-direction: column;
  margin-top: 72px;
}
@media (max-width: 991px) {
  .faces-of-humanity__tabs {
    display: none;
  }
}
.faces-of-humanity__tab {
  border-bottom: 1px solid #cecece;
  border-top: none;
  border-right: none;
  border-left: none;
  background-color: transparent;
  cursor: pointer;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 21px;
  line-height: 129%;
  color: #b96a4a;
  padding: 30px 4px 22px 4px;
  text-align: left;
}
.faces-of-humanity__tab--active {
  background: transparent;
  color: #0b0b0b;
}
.faces-of-humanity__grid {
  display: none;
  transform: translateY(-200px);
  opacity: 0;
  transition: 1s ease;
}
.faces-of-humanity__grid--active {
  transform: translateY(0);
  opacity: 1;
  transition: 1s ease;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  gap: 20px 20px;
  grid-auto-flow: row;
  grid-template-areas: "photo-1 photo-1 photo-1 photo-1 photo-1 photo-2 photo-2 photo-2 photo-2 photo-2" "photo-1 photo-1 photo-1 photo-1 photo-1 photo-2 photo-2 photo-2 photo-2 photo-2" "photo-1 photo-1 photo-1 photo-1 photo-1 photo-3 photo-3 photo-3 photo-4 photo-4" "photo-5 photo-5 photo-5 photo-5 photo-5 photo-3 photo-3 photo-3 photo-4 photo-4" "photo-5 photo-5 photo-5 photo-5 photo-5 photo-3 photo-3 photo-3 photo-4 photo-4" "photo-6 photo-6 photo-7 photo-7 photo-7 photo-7 photo-8 photo-8 photo-8 photo-8" "photo-6 photo-6 photo-7 photo-7 photo-7 photo-7 photo-8 photo-8 photo-8 photo-8" "photo-6 photo-6 photo-7 photo-7 photo-7 photo-7 photo-9 photo-9 photo-9 photo-9" "photo-10 photo-10 photo-10 photo-10 photo-10 photo-10 photo-9 photo-9 photo-9 photo-9" "photo-10 photo-10 photo-10 photo-10 photo-10 photo-10 photo-9 photo-9 photo-9 photo-9";
}
@media (max-width: 767px) {
  .faces-of-humanity__grid--active {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    gap: 12px 12px;
    grid-template-areas: "photo-1 photo-1 photo-1 photo-1 photo-1 photo-1 photo-1 photo-1 photo-1 photo-1 photo-1 photo-1" "photo-1 photo-1 photo-1 photo-1 photo-1 photo-1 photo-1 photo-1 photo-1 photo-1 photo-1 photo-1" "photo-5 photo-5 photo-5 photo-5 photo-5 photo-5 photo-5 photo-5 photo-5 photo-5 photo-5 photo-5" "photo-5 photo-5 photo-5 photo-5 photo-5 photo-5 photo-5 photo-5 photo-5 photo-5 photo-5 photo-5" "photo-2 photo-2 photo-2 photo-2 photo-2 photo-2 photo-2 photo-2 photo-2 photo-2 photo-2 photo-2" "photo-2 photo-2 photo-2 photo-2 photo-2 photo-2 photo-2 photo-2 photo-2 photo-2 photo-2 photo-2" "photo-3 photo-3 photo-3 photo-3 photo-3 photo-3 photo-3 photo-4 photo-4 photo-4 photo-4 photo-4" "photo-3 photo-3 photo-3 photo-3 photo-3 photo-3 photo-3 photo-4 photo-4 photo-4 photo-4 photo-4" "photo-6 photo-6 photo-6 photo-6 photo-6 photo-7 photo-7 photo-7 photo-7 photo-7 photo-7 photo-7" "photo-6 photo-6 photo-6 photo-6 photo-6 photo-7 photo-7 photo-7 photo-7 photo-7 photo-7 photo-7" "photo-10 photo-10 photo-10 photo-10 photo-10 photo-10 photo-10 photo-10 photo-10 photo-10 photo-10 photo-10" "photo-10 photo-10 photo-10 photo-10 photo-10 photo-10 photo-10 photo-10 photo-10 photo-10 photo-10 photo-10" "photo-8 photo-8 photo-8 photo-8 photo-8 photo-8 photo-8 photo-8 photo-8 photo-8 photo-8 photo-8" "photo-8 photo-8 photo-8 photo-8 photo-8 photo-8 photo-8 photo-8 photo-8 photo-8 photo-8 photo-8" "photo-9 photo-9 photo-9 photo-9 photo-9 photo-9 photo-9 photo-9 photo-9 photo-9 photo-9 photo-9" "photo-9 photo-9 photo-9 photo-9 photo-9 photo-9 photo-9 photo-9 photo-9 photo-9 photo-9 photo-9";
  }
}
.faces-of-humanity__grid .photo-1 {
  -ms-grid-row: 1;
  -ms-grid-row-span: 5;
  -ms-grid-column: 1;
  -ms-grid-column-span: 9;
  grid-area: photo-1;
}
.faces-of-humanity__grid .photo-2 {
  -ms-grid-row: 1;
  -ms-grid-row-span: 3;
  -ms-grid-column: 11;
  -ms-grid-column-span: 9;
  grid-area: photo-2;
}
.faces-of-humanity__grid .photo-3 {
  -ms-grid-row: 5;
  -ms-grid-row-span: 5;
  -ms-grid-column: 11;
  -ms-grid-column-span: 5;
  grid-area: photo-3;
}
.faces-of-humanity__grid .photo-4 {
  -ms-grid-row: 5;
  -ms-grid-row-span: 5;
  -ms-grid-column: 17;
  -ms-grid-column-span: 3;
  grid-area: photo-4;
}
.faces-of-humanity__grid .photo-5 {
  -ms-grid-row: 7;
  -ms-grid-row-span: 3;
  -ms-grid-column: 1;
  -ms-grid-column-span: 9;
  grid-area: photo-5;
}
.faces-of-humanity__grid .photo-6 {
  -ms-grid-row: 11;
  -ms-grid-row-span: 5;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
  grid-area: photo-6;
}
.faces-of-humanity__grid .photo-7 {
  -ms-grid-row: 11;
  -ms-grid-row-span: 5;
  -ms-grid-column: 5;
  -ms-grid-column-span: 7;
  grid-area: photo-7;
}
.faces-of-humanity__grid .photo-8 {
  -ms-grid-row: 11;
  -ms-grid-row-span: 3;
  -ms-grid-column: 13;
  -ms-grid-column-span: 7;
  grid-area: photo-8;
}
.faces-of-humanity__grid .photo-9 {
  -ms-grid-row: 15;
  -ms-grid-row-span: 5;
  -ms-grid-column: 13;
  -ms-grid-column-span: 7;
  grid-area: photo-9;
}
.faces-of-humanity__grid .photo-10 {
  -ms-grid-row: 17;
  -ms-grid-row-span: 3;
  -ms-grid-column: 1;
  -ms-grid-column-span: 11;
  grid-area: photo-10;
}
@media (max-width: 767px){
  .faces-of-humanity__grid .photo-1 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 23;
  }
  .faces-of-humanity__grid .photo-2 {
    -ms-grid-row: 9;
    -ms-grid-row-span: 3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 23;
  }
  .faces-of-humanity__grid .photo-3 {
    -ms-grid-row: 13;
    -ms-grid-row-span: 3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 13;
  }
  .faces-of-humanity__grid .photo-4 {
    -ms-grid-row: 13;
    -ms-grid-row-span: 3;
    -ms-grid-column: 15;
    -ms-grid-column-span: 9;
  }
  .faces-of-humanity__grid .photo-5 {
    -ms-grid-row: 5;
    -ms-grid-row-span: 3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 23;
  }
  .faces-of-humanity__grid .photo-6 {
    -ms-grid-row: 17;
    -ms-grid-row-span: 3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 9;
  }
  .faces-of-humanity__grid .photo-7 {
    -ms-grid-row: 17;
    -ms-grid-row-span: 3;
    -ms-grid-column: 11;
    -ms-grid-column-span: 13;
  }
  .faces-of-humanity__grid .photo-8 {
    -ms-grid-row: 25;
    -ms-grid-row-span: 3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 23;
  }
  .faces-of-humanity__grid .photo-9 {
    -ms-grid-row: 29;
    -ms-grid-row-span: 3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 23;
  }
  .faces-of-humanity__grid .photo-10 {
    -ms-grid-row: 21;
    -ms-grid-row-span: 3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 23;
  }
}
.faces-of-humanity__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.faces-of-humanity__dropdown {
  position: relative;
  display: none;
}
@media (max-width: 991px) {
  .faces-of-humanity__dropdown {
    display: inline-block;
  }
}
.faces-of-humanity__dropdown.open .faces-of-humanity__dropdown-button svg {
  transform: rotate(180deg);
  transition: 0.2s ease;
}
.faces-of-humanity__dropdown.open .faces-of-humanity__dropdown-content {
  display: flex;
  flex-direction: column;
}
.faces-of-humanity__dropdown .faces-of-humanity__dropdown-button svg {
  transform: rotate(0deg);
  transition: 0.2s ease;
}
.faces-of-humanity__dropdown-button {
  position: relative;
  z-index: 10;
  border-bottom: 1px solid #cecece;
  border-top: none;
  border-right: none;
  border-left: none;
  background-color: transparent;
  cursor: pointer;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 21px;
  line-height: 129%;
  color: #0B0B0B;
  padding: 30px 4px 22px 4px;
  text-align: left;
}
@media (max-width: 567px) {
  .faces-of-humanity__dropdown-button {
    width: calc(100vw - 60px);
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}
@media (max-width: 467px) {
  .faces-of-humanity__dropdown-button {
    width: calc(100vw - 48px);
  }
}
.faces-of-humanity__dropdown-button--active {
  background: transparent;
  color: #0b0b0b;
}
.faces-of-humanity__dropdown-content {
  display: none;
  position: absolute;
  background-color: #fff;
  min-width: 200px;
  box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.2);
  z-index: 1;
  border: 1px solid #ccc;
}
.faces-of-humanity__tab {
  color: #0B0B0B;
  padding: 30px !important;
}
@media (max-width: 467px) {
  .faces-of-humanity__tab {
    padding: 24px !important;
  }
}
.faces-of-humanity__tab--active {
  color: #b96a4a;
  white-space: nowrap;
}

.faces-of-humanity__tab {
  background-color: #fff;
  padding: 10px 20px;
  border: none;
  text-align: left;
  width: 100%;
  cursor: pointer;
  border-bottom: 1px solid #cecece;
}

.faces-of-humanity__tab:hover {
  background-color: #f1f1f1;
}
/*# sourceMappingURL=style.css.map */









/* new */

.faces-of-humanity__tab {
	color: #b96a4a;
}
.faces-of-humanity__tab:hover {
    background-color: transparent;
	color: #0B0B0B;
}
.faces-of-humanity__tab--active {
	color: #0B0B0B;
}

.top-stories__card {
	display: flex;
    flex-direction: column;
}
.top-stories__card p {
	margin: auto 0 0 0;
}

@media (width:1920px) {
	.info-section__wrapper {
		width: max-content;
	}
}
@media (max-width:1919px) {
	.travel-articles__col {
		gap: 2.5rem;
	}
}
@media (min-width:1440px) {
	.info-section__wrapper {
		width: 125%;
	}
}

.product-list__link {
	margin-top: auto !important; 
}
.travel-articles__card {
	width: 100%;
	height: 100%;
}
.travel-articles__card p:not(.product-list__link) {
	margin-bottom: 30px;
}

@media (max-width:467px) {
	.section-title {
		font-size: clamp(2rem, -4.3627rem + 29.5082vw, 4.25rem);
	}
	.hero .container {
		padding: 0 8px;
	}
	.footer__column--app .footer__qr img {
		height: 100%;
		object-fit: none;
	}
	.travel-articles__col.travel-articles__col--mobile {
		gap: 20px !important;
	}
}
@media (max-width:390px) {
	.container {
		padding: 0px;
	}
	.faces-of-humanity__dropdown-button {
        width: calc(100vw - 40px) !important;
    }
}