@charset "UTF-8";
@font-face {
  font-family: "Artegra Sans";
  src: url("../fonts/Artegra/ArtegraSansExBold.woff2") format("woff2"), url("../fonts/Artegra/ArtegraSansExBold.woff") format("woff"), url("../fonts/Artegra/ArtegraSansExBold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
:root {
  --yellow: #ffbf02;
  --black: #22252d;
  --green: #184149;
}

*,
::before,
::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}
html.lock {
  overflow: hidden;
}

body {
  font-family: "Roboto", sans-serif;
  margin: 0;
  overflow-x: hidden;
  background-color: #fff;
  min-height: 100vh;
  line-height: 1.5;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body.lock {
  overflow: hidden;
}
body::before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 998;
}
@media screen and (min-width: 1025px) {
  body::before {
    display: none;
  }
}
body.menu-open::before {
  opacity: 1;
  visibility: visible;
}

ul,
ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

p {
  padding: 0;
  margin: 0;
  cursor: default;
  line-height: 1.5;
}

a {
  text-decoration: none;
  cursor: pointer;
}

h1,
h2,
h3 {
  margin: 0;
  font-family: inherit;
}

img {
  display: block;
}

.container {
  max-width: 1324px;
  width: 100%;
  padding: 0px 56px;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  .container {
    padding: 0px 32px;
  }
}
@media screen and (max-width: 768px) {
  .container {
    padding: 0px 16px;
  }
}

section {
  position: relative;
  padding: 80px 0;
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  section {
    padding: 60px 0;
  }
}
@media screen and (max-width: 768px) {
  section {
    padding: 48px 0;
  }
}

.btn {
  background-color: var(--accent-color2);
  color: #000000;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  padding: 12px 24px;
  border-radius: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  gap: 8px;
  border: 1px solid #111827;
  cursor: pointer;
}
.btn.white {
  background-color: #fff;
  color: #111827;
  border: 1px solid #000000;
}
.btn.white:hover {
  background-color: #000;
  color: #fff;
}
.btn.clear {
  background-color: transparent;
  color: #111827;
  border: 1px solid #111827;
  font-weight: 600;
}
.btn.clear:hover {
  background-color: 111827;
  color: #fff;
}
.btn.clear:hover path {
  stroke: #fff;
}

.slider-navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 32px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 24px;
}
@media screen and (max-width: 768px) {
  .slider-navigation {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.slider-navigation .prev,
.slider-navigation .next {
  width: 50px;
  height: 45px;
  background-color: rgba(255, 255, 255, 0);
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
  border: 1px solid #ccc;
  -webkit-transition: all 0.1s linear;
  transition: all 0.1s linear;
}
.slider-navigation .prev:hover,
.slider-navigation .next:hover {
  border: 1px solid #000000;
}
.just-validate-error-label {
  font-size: 12px;
  color: #dc2626;
  min-height: 16px;
}

.slider {
  position: relative;
}

/* Слайдер */
/* Слайдер запущен */
/* Слайдер с точками */
/* Ограничивающая оболочка */
.slick-list {
  overflow: hidden;
}

/* Лента слайдов */
.slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/* Слайд */
/* Слайд активный (показывается) */
/* Слайд основной */
/* Слайд по центру */
/* Клонированный слайд */
/* Стрелка */
/* Стрелка влево */
/* Стрелка вправо */
/* Стрелка не активная */
.slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.slick-dots li {
  height: 12px;
}

.slick-dots button {
  font-size: 0;
  width: 12px;
  height: 12px;
  padding: 0;
  background-color: #e1e1e1;
  border: 1px solid #ffffff;
  display: block;
  border-radius: 50%;
}

/* Активная точка */
.slick-dots li.slick-active button {
  background-color: var(--accent-color1);
}

.text_12 {
  font-family: "Roboto", sans-serif;
  font-size: 12px;
  line-height: 1.5;
  vertical-align: baseline;
}

.text_14 {
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  line-height: 1.5;
  vertical-align: baseline;
}

.text_16 {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  line-height: 1.5;
  vertical-align: baseline;
}

.text_18 {
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  color: #252525;
  line-height: 1.5;
  vertical-align: baseline;
}

.text_20 {
  font-family: "Roboto", sans-serif;
  font-size: 20px;
  line-height: 1.5;
  vertical-align: baseline;
}

.text_24 {
  font-family: "Roboto", sans-serif;
  font-size: 24px;
  line-height: 1.4;
  vertical-align: baseline;
}

.text_28 {
  font-family: "Roboto", sans-serif;
  font-size: 28px;
  line-height: 1.4;
  vertical-align: baseline;
}

.text_32 {
  font-family: "Roboto", sans-serif;
  font-size: 32px;
  line-height: 1.4;
  vertical-align: baseline;
}

.text_36 {
  font-family: "Roboto", sans-serif;
  font-size: 36px;
  line-height: 1.3;
  vertical-align: baseline;
}

.text_40 {
  font-family: "Roboto", sans-serif;
  font-size: 40px;
  line-height: 1.3;
  vertical-align: baseline;
}

.text_48 {
  font-family: "Roboto", sans-serif;
  font-size: 48px;
  line-height: 1.2;
  vertical-align: baseline;
}

.title_18 {
  font-family: "Artegra Sans", "Roboto", sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.3;
  vertical-align: baseline;
}

.title_20 {
  font-family: "Artegra Sans", "Roboto", sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.3;
  vertical-align: baseline;
}
@media screen and (max-width: 768px) {
  .title_20 {
    font-size: 18px;
  }
}

.title_24 {
  font-family: "Artegra Sans", "Roboto", sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2;
  vertical-align: baseline;
}
@media screen and (max-width: 768px) {
  .title_24 {
    font-size: 20px;
  }
}

.section-title {
  font-family: "Artegra Sans", "Roboto", sans-serif;
  font-size: 50px;
  text-transform: uppercase;
  font-weight: 700;
  position: relative;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 5px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  margin-bottom: 40px;
}
.section-title::after {
  content: "";
  width: 30px;
  height: 40px;
  border-bottom: 2px solid var(--yellow);
  border-right: 2px solid var(--yellow);
  position: absolute;
  right: -13px;
  bottom: 2px;
  border-radius: 0 0 14px 0;
}
.section-title::before {
  content: "";
  width: 30px;
  height: 40px;
  border-top: 2px solid var(--yellow);
  border-left: 2px solid var(--yellow);
  position: absolute;
  left: -12px;
  top: -8px;
  border-radius: 14px 0 0 0;
}
@media screen and (max-width: 768px) {
  .section-title {
    font-size: 40px;
  }
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Artegra Sans", "Roboto", sans-serif;
  line-height: 1.2;
  vertical-align: baseline;
}

.header {
  position: fixed;
  top: 12px;
  width: 100%;
  z-index: 1000;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  /* Ліва частина */
  /* ЛОГО */
  /* Права частина */
  /* Мобільне меню */
  /* Моб навігація */
}
.header .container {
  max-width: 1500px;
}
@media screen and (max-width: 1024px) {
  .header .header-links.active ~ .burger-menu span {
    background-color: transparent;
  }
  .header .header-links.active ~ .burger-menu span::before, .header .header-links.active ~ .burger-menu span::after {
    background-color: var(--black);
  }
}
.header .header-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  min-height: 64px;
  height: auto;
  padding: 0px 16px;
  padding-left: calc(16px + env(safe-area-inset-left));
  padding-right: calc(16px + env(safe-area-inset-right));
  background-color: rgba(0, 0, 0, 0.3882352941);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  border-radius: 15px;
}
@media screen and (max-width: 1024px) {
  .header .header-container {
    padding: 8px 12px;
  }
}
.header .left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 64px;
  height: auto;
}
.header .header-logo {
  height: 58px; /* стабільно на айфоні */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  z-index: 1001;
}
@media screen and (max-width: 1024px) {
  .header .header-logo {
    z-index: 1002;
  }
}
.header .header-logo img {
  height: 100%;
  width: auto; /* замість 100% */
  -o-object-fit: contain;
     object-fit: contain;
}
.header .right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header .right .header-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 32px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (max-width: 1024px) {
  .header .right .header-links {
    position: fixed;
    background-color: #fff;
    height: 100vh;
    right: -100%;
    top: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 400px;
    max-width: 85vw;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: 100px 32px 32px;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    border-radius: 15px;
    -webkit-box-shadow: -2px 0 20px rgba(0, 0, 0, 0.15);
            box-shadow: -2px 0 20px rgba(0, 0, 0, 0.15);
    z-index: 999;
    overflow-y: auto;
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  }
  .header .right .header-links.active {
    right: 0;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  .header .right .header-links .mobile-btn {
    display: block;
    width: 100%;
    margin-top: 24px;
    border: 1px solid var(--black);
    color: var(--black);
    background-color: transparent;
  }
}
@media screen and (max-width: 768px) {
  .header .right .header-links {
    width: 100%;
    max-width: 100%;
    padding: 90px 24px 24px;
  }
}
.header .right .mobile-nav {
  display: none;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .header .right .mobile-nav {
    display: block;
  }
}
.header .right .mobile-nav .nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  gap: 0;
}
.header .right .mobile-nav .nav-item {
  padding: 16px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.header .right .mobile-nav .nav-item:last-child {
  border-bottom: none;
}
.header .right .mobile-nav .nav-item a {
  font-size: 18px;
  color: var(--black);
  width: 100%;
  display: block;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  text-transform: uppercase;
  font-weight: 500;
  position: relative;
}
.header .right .mobile-nav .nav-item a.active {
  color: var(--yellow);
  font-weight: 600;
}
.header .right .mobile-nav .nav-item a.active::before {
  content: "";
  position: absolute;
  left: -32px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 4px;
  height: 24px;
  background-color: var(--yellow);
  border-radius: 0 2px 2px 0;
}
.header .burger-menu {
  padding: 0 16px;
  height: 45px;
  width: 50px;
  display: none;
  border-radius: 10px;
  cursor: pointer;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  z-index: 1001;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .header .burger-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media screen and (max-width: 768px) {
  .header .burger-menu {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}
.header .burger-menu:hover {
  background-color: rgba(255, 255, 255, 0.1);
}
.header .burger-menu span {
  min-width: 32px;
  height: 3px;
  background-color: #fff;
  border-radius: 1px;
  position: relative;
  display: block;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.header .burger-menu span::before, .header .burger-menu span::after {
  content: "";
  width: 32px;
  height: 3px;
  border-radius: 1px;
  position: absolute;
  background-color: #fff;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.header .burger-menu span::before {
  right: 0;
  top: -8px;
}
.header .burger-menu span::after {
  right: 0;
  bottom: -8px;
}
.header .burger-menu.active span {
  background-color: transparent;
}
.header .burger-menu.active span::before {
  top: 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.header .burger-menu.active span::after {
  bottom: 0;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.header .btn {
  position: relative;
  overflow: hidden;
  border-radius: 12px;
  white-space: nowrap;
  border: 1px solid #fff;
  color: #ffffff;
}
@media screen and (max-width: 1024px) {
  .header .btn {
    display: none;
  }
}
.header .btn:hover, .header .btn:focus {
  border: 1px solid var(--yellow);
  color: var(--yellow);
}
.header .nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 12px 0;
}
.header .nav .nav-list {
  padding: 12px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 40px;
}
.header .nav .nav-list .nav-item a {
  font-size: 16px;
  color: #ffffff;
  text-transform: uppercase;
  -webkit-transition: all 0.1s ease;
  transition: all 0.1s ease;
  position: relative;
}
.header .nav .nav-list .nav-item a:hover {
  color: var(--yellow);
}
.header .nav .nav-list .nav-item a.active {
  color: var(--yellow);
}
@media screen and (max-width: 1024px) {
  .header .nav {
    display: none;
  }
}

.hero {
  height: 100vh;
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.hero .background-hero {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -1;
  will-change: transform;
}
@media screen and (max-width: 768px) {
  .hero .background-hero {
    height: 100%;
  }
}
.hero .wrapper {
  width: 100%;
  min-height: 100vh;
  background-color: var(--green);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 120px 0 80px;
}
@media screen and (max-width: 1024px) {
  .hero .wrapper {
    padding: 100px 0 60px;
  }
}
@media screen and (max-width: 768px) {
  .hero .wrapper {
    min-height: 100%;
    padding: 130px 16px 40px;
  }
}
.hero .container {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  .hero .container {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.hero .card {
  width: 80%;
}
@media screen and (max-width: 1024px) {
  .hero .card {
    max-width: 900px;
    width: 85%;
  }
}
@media screen and (max-width: 768px) {
  .hero .card {
    width: 100%;
    max-width: 100%;
  }
}
.hero .hero-title {
  font-family: "Artegra Sans", "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 50px;
  line-height: 1.1;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  margin-bottom: 32px;
  color: #ffffff;
  letter-spacing: -1px;
  position: relative;
}
.hero .hero-title span {
  color: var(--yellow);
}
.hero .hero-title::after {
  content: "";
  width: 30px;
  height: 45px;
  border-bottom: 2px solid var(--yellow);
  border-right: 2px solid var(--yellow);
  position: absolute;
  right: 30px;
  bottom: -5px;
  border-radius: 0 0 14px 0;
}
@media screen and (max-width: 768px) {
  .hero .hero-title::after {
    right: 0px;
    bottom: -3px;
  }
}
.hero .hero-title::before {
  content: "";
  width: 30px;
  height: 45px;
  border-top: 2px solid var(--yellow);
  border-left: 2px solid var(--yellow);
  position: absolute;
  left: -12px;
  top: -15px;
  border-radius: 14px 0 0 0;
}
@media screen and (max-width: 1024px) {
  .hero .hero-title {
    font-size: 45px;
    line-height: 1.15;
    margin-bottom: 28px;
    letter-spacing: -0.5px;
  }
}
@media screen and (max-width: 768px) {
  .hero .hero-title {
    font-size: 33px;
    line-height: 1.2;
    margin-bottom: 24px;
    letter-spacing: -0.3px;
  }
}
.hero .text {
  font-size: 18px;
  color: rgba(255, 255, 255, 0.95);
  line-height: 1.7;
  margin-bottom: 40px;
  font-weight: 400;
}
.hero .text span {
  color: var(--yellow);
  font-size: 20px;
  font-weight: 700;
  font-family: "Artegra Sans", "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}
@media screen and (max-width: 768px) {
  .hero .text span {
    font-size: 18px;
  }
}
@media screen and (max-width: 1024px) {
  .hero .text {
    font-size: 17px;
    line-height: 1.65;
    margin-bottom: 36px;
  }
}
@media screen and (max-width: 768px) {
  .hero .text {
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 32px;
  }
}
.hero .text strong {
  color: var(--yellow);
  font-weight: 500;
}
.hero .text em {
  color: #ffffff;
  font-style: normal;
  font-weight: 500;
}
.hero .hero-btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 13px 40px;
  background-color: var(--yellow);
  color: var(--black);
  font-size: 16px;
  font-weight: 700;
  border-radius: 12px;
  border: 2px solid var(--yellow);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
@media screen and (max-width: 1024px) {
  .hero .hero-btn {
    padding: 12px 36px;
  }
}
@media screen and (max-width: 768px) {
  .hero .hero-btn {
    width: 100%;
    letter-spacing: 0.3px;
  }
}
.hero .hero-btn:hover {
  background-color: transparent;
  color: var(--yellow);
  border-color: var(--yellow);
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
}
.hero .hero-btn:active {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.about-us {
  background-color: #fff;
}
@media screen and (max-width: 1024px) {
  .about-us {
    padding: 80px 0;
  }
}
@media screen and (max-width: 768px) {
  .about-us {
    padding: 60px 0;
  }
}
.about-us .about-content {
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}
@media screen and (max-width: 1024px) {
  .about-us .about-content {
    gap: 48px;
  }
}
@media screen and (max-width: 768px) {
  .about-us .about-content {
    gap: 40px;
  }
}
.about-us .about-intro {
  max-width: 930px;
  margin: 0 auto;
}
.about-us .about-intro p {
  color: var(--black);
  line-height: 1.7;
  margin-bottom: 32px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .about-us .about-intro p {
    margin-bottom: 24px;
  }
}
.about-us .foundation-history {
  margin-top: 48px;
  padding: 48px 40px;
  background-color: #fff;
  border-radius: 20px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .about-us .foundation-history {
    margin-top: 32px;
    padding: 32px 24px;
    border-radius: 16px;
  }
}
.about-us .foundation-history .foundation-history-title {
  font-family: "Artegra Sans", "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 40px;
  text-transform: uppercase;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  text-align: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  margin-bottom: 40px;
  color: var(--black);
}
@media screen and (max-width: 768px) {
  .about-us .foundation-history .foundation-history-title {
    font-size: 30px;
    margin-bottom: 32px;
  }
}
.about-us .foundation-history .timeline {
  position: relative;
  padding: 40px 0 20px;
}
@media screen and (max-width: 768px) {
  .about-us .foundation-history .timeline {
    padding: 20px 0;
  }
}
.about-us .foundation-history .timeline .timeline-line {
  position: absolute;
  top: 60px;
  left: 0;
  right: 0;
  height: 2px;
  background: rgba(0, 0, 0, 0.368627451);
  z-index: 0;
}
@media screen and (max-width: 768px) {
  .about-us .foundation-history .timeline .timeline-line {
    display: none;
  }
}
.about-us .foundation-history .timeline .timeline-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  z-index: 1;
  gap: 12px;
}
@media screen and (max-width: 1200px) {
  .about-us .foundation-history .timeline .timeline-items {
    gap: 8px;
  }
}
@media screen and (max-width: 1024px) {
  .about-us .foundation-history .timeline .timeline-items {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 24px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (max-width: 768px) {
  .about-us .foundation-history .timeline .timeline-items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 24px;
  }
}
.about-us .foundation-history .timeline .timeline-item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  position: relative;
  min-width: 0;
}
@media screen and (max-width: 1024px) {
  .about-us .foundation-history .timeline .timeline-item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(50% - 12px);
            flex: 0 0 calc(50% - 12px);
    max-width: 200px;
  }
}
@media screen and (max-width: 768px) {
  .about-us .foundation-history .timeline .timeline-item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: left;
    gap: 20px;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    max-width: 100%;
  }
}
.about-us .foundation-history .timeline .timeline-item .timeline-year {
  padding: 12px 18px 10px 18px;
  background-color: var(--yellow);
  color: var(--green);
  font-family: "Artegra Sans", "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 17px;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  border-radius: 10px;
  margin-bottom: 16px;
  white-space: nowrap;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-align: center;
}
@media screen and (max-width: 1200px) {
  .about-us .foundation-history .timeline .timeline-item .timeline-year {
    font-size: 15px;
    padding: 12px 18px 10px 18px;
  }
}
@media screen and (max-width: 768px) {
  .about-us .foundation-history .timeline .timeline-item .timeline-year {
    margin-bottom: 0;
    font-size: 15px;
    padding: 12px 18px 10px 18px;
    min-width: 90px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}
.about-us .foundation-history .timeline .timeline-item .timeline-description {
  font-size: 15px;
  color: var(--black);
  line-height: 1.6;
  margin: 0;
  font-weight: 400;
}
@media screen and (max-width: 1200px) {
  .about-us .foundation-history .timeline .timeline-item .timeline-description {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  .about-us .foundation-history .timeline .timeline-item .timeline-description {
    font-size: 14px;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding-top: 2px;
    text-align: left;
  }
}
.about-us .foundation-history .timeline .timeline-item.timeline-item-active .timeline-year {
  background-color: var(--green);
  color: #fff;
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
}
.about-us .foundation-history .timeline .timeline-item:hover:not(.timeline-item-active) .timeline-year {
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
}
.about-us .highlight-box {
  padding: 24px 32px;
  background-color: rgba(24, 65, 73, 0.05);
  border-left: 6px solid var(--yellow);
}
@media screen and (max-width: 768px) {
  .about-us .highlight-box {
    padding: 20px 24px;
  }
}
.about-us .highlight-box .highlight-label {
  display: block;
  font-family: "Artegra Sans", "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 20px;
  font-weight: 700;
  color: var(--green);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  margin-bottom: 12px;
}
@media screen and (max-width: 768px) {
  .about-us .highlight-box .highlight-label {
    font-size: 18px;
    margin-bottom: 8px;
  }
}
.about-us .highlight-box p {
  margin: 0;
  color: var(--black);
  line-height: 1.6;
}
.about-us .about-cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 32px;
}
@media screen and (max-width: 768px) {
  .about-us .about-cards {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 24px;
  }
}
.about-us .about-card {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 40px;
  background-color: var(--green);
  border-radius: 8px;
}
@media screen and (max-width: 768px) {
  .about-us .about-card {
    padding: 32px 24px;
  }
}
.about-us .about-card.vision {
  background-color: var(--yellow);
  color: var(--black);
}
.about-us .about-card.vision h3 {
  color: var(--green);
}
.about-us .about-card.vision p {
  color: var(--green);
}
.about-us .about-card h3 {
  margin-bottom: 20px;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .about-us .about-card h3 {
    margin-bottom: 16px;
  }
}
.about-us .about-card p {
  color: rgba(255, 255, 255, 0.9);
  line-height: 1.7;
  margin: 0 0 20px 0;
}
@media screen and (max-width: 768px) {
  .about-us .about-card p {
    margin-bottom: 16px;
  }
}
.about-us .about-card p:last-child {
  margin-bottom: 0;
}
.about-us .about-card .about-question {
  margin-top: 24px;
  padding-top: 24px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
@media screen and (max-width: 768px) {
  .about-us .about-card .about-question {
    margin-top: 20px;
    padding-top: 20px;
  }
}

.founders {
  background-color: var(--green);
}
@media screen and (max-width: 1024px) {
  .founders {
    padding: 80px 0;
  }
}
@media screen and (max-width: 768px) {
  .founders {
    padding: 60px 0;
  }
}
.founders .section-title {
  color: #fff;
}
.founders .section-title::after {
  color: var(--yellow);
}
.founders .founders-content {
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 64px;
}
@media screen and (max-width: 1024px) {
  .founders .founders-content {
    gap: 48px;
  }
}
@media screen and (max-width: 768px) {
  .founders .founders-content {
    gap: 40px;
  }
}
.founders .founders-intro {
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
}
.founders .founders-intro p {
  color: rgba(255, 255, 255, 0.9);
  line-height: 1.7;
  margin: 0;
}
.founders .founders-cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 48px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 1024px) {
  .founders .founders-cards {
    gap: 32px;
  }
}
@media screen and (max-width: 768px) {
  .founders .founders-cards {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 32px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.founders .founder-card {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-width: 600px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 32px;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .founders .founder-card {
    max-width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
    gap: 24px;
  }
}
.founders .founder-photo {
  width: 280px;
  height: 350px;
  border-radius: 14px;
  overflow: hidden;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border: 1px solid var(--yellow);
}
@media screen and (max-width: 768px) {
  .founders .founder-photo {
    width: 80%;
  }
}
.founders .founder-photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}
.founders .founder-info {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.founders .founder-info h3 {
  margin-bottom: 8px;
  color: #fff;
}
.founders .founder-info .founder-role {
  color: var(--yellow);
  font-weight: 500;
  margin-bottom: 16px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 14px;
}
.founders .founder-info p {
  color: rgba(255, 255, 255, 0.8);
  line-height: 1.6;
  margin: 0;
}
.founders .participants-section {
  margin-top: 80px;
}
@media screen and (max-width: 1024px) {
  .founders .participants-section {
    margin-top: 60px;
  }
}
@media screen and (max-width: 768px) {
  .founders .participants-section {
    margin-top: 48px;
  }
}
.founders .participants-section .section-title {
  font-size: 40px;
}
.founders .participants-section .section-title::after, .founders .participants-section .section-title::before {
  display: none;
}
.founders .participants-title {
  font-family: "Artegra Sans", "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 48px;
  font-weight: 700;
  color: var(--yellow);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  text-align: center;
  margin-bottom: 48px;
  text-transform: uppercase;
  letter-spacing: 2px;
}
@media screen and (max-width: 1024px) {
  .founders .participants-title {
    font-size: 40px;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 768px) {
  .founders .participants-title {
    font-size: 32px;
    margin-bottom: 32px;
    letter-spacing: 1px;
  }
}
.founders .participants-slider {
  margin: 0 -16px;
}
.founders .participants-slider .slick-list {
  margin: 0 -16px;
  padding: 0 16px;
}
.founders .participants-slider .slick-slide {
  padding: 0 16px;
}
.founders .participants-slider .slick-arrow {
  display: none !important;
}
.founders .participants-arrows {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
  margin-top: 32px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .founders .participants-arrows {
    margin-top: 24px;
    gap: 20px;
  }
}
@media screen and (min-width: 769px) {
  .founders .participants-arrows.hide-on-desktop {
    display: none;
  }
}
.founders .participants-arrows button {
  width: auto;
  height: auto;
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: static;
  -webkit-transform: none;
          transform: none;
}
.founders .participants-arrows button img {
  width: 48px;
  height: 48px;
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: block;
}
@media screen and (max-width: 768px) {
  .founders .participants-arrows button img {
    width: 40px;
    height: 40px;
  }
}
.founders .participants-arrows button:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.founders .participants-arrows button:hover img {
  -webkit-filter: brightness(0) invert(1) brightness(0.9);
          filter: brightness(0) invert(1) brightness(0.9);
}
.founders .participants-arrows button.slick-disabled {
  opacity: 0.4;
  cursor: not-allowed;
}
.founders .participants-arrows button.slick-disabled:hover {
  -webkit-transform: none;
          transform: none;
}
.founders .participants-arrows button:before {
  display: none !important;
}
.founders .participant-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  padding: 0 8px;
}
.founders .participant-photo {
  width: 100%;
  height: 330px;
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 16px;
  background-color: rgba(255, 255, 255, 0.1);
}
@media screen and (max-width: 768px) {
  .founders .participant-photo {
    border-radius: 10px;
    margin: 0 auto;
    margin-bottom: 12px;
    width: 80%;
    height: 350px;
  }
}
.founders .participant-photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
  display: block;
}
.founders .participant-info h3 {
  color: #fff;
  margin-bottom: 4px;
}
@media screen and (max-width: 768px) {
  .founders .participant-info h3 {
    font-size: 16px;
  }
}
.founders .participant-info p {
  color: rgba(255, 255, 255, 0.7);
  margin: 0;
}
@media screen and (max-width: 768px) {
  .founders .participant-info p {
    font-size: 12px;
  }
}

.what-we-do {
  background-color: #fff;
  padding: 100px 0;
  position: relative;
}
.what-we-do .section-title::after, .what-we-do .section-title::before {
  display: none;
}
@media screen and (max-width: 1024px) {
  .what-we-do {
    padding: 80px 0;
  }
}
@media screen and (max-width: 768px) {
  .what-we-do {
    padding: 60px 0;
  }
}
.what-we-do .background-img {
  position: absolute;
  top: 20px;
  left: 20px;
  width: 25%;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0.15;
}
@media screen and (max-width: 1024px) {
  .what-we-do .background-img {
    width: 40%;
    top: 0;
    left: 0;
  }
}
.what-we-do .what-we-do-content {
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 64px;
}
@media screen and (max-width: 1024px) {
  .what-we-do .what-we-do-content {
    gap: 48px;
  }
}
@media screen and (max-width: 768px) {
  .what-we-do .what-we-do-content {
    gap: 40px;
  }
}
.what-we-do .what-we-do-intro {
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
}
.what-we-do .what-we-do-intro p {
  color: var(--black);
  line-height: 1.7;
  margin: 0;
}
.what-we-do .what-we-do-cubes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 12px;
}
@media screen and (max-width: 768px) {
  .what-we-do .what-we-do-cubes {
    gap: 16px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.what-we-do .what-we-do-cube {
  width: calc(50% - 6px);
  background-color: var(--yellow);
  padding: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  text-align: left;
  text-decoration: none;
  position: relative;
  min-height: 300px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-radius: 14px;
  color: var(--green);
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  .what-we-do .what-we-do-cube {
    padding: 32px;
    min-height: 280px;
  }
}
@media screen and (max-width: 768px) {
  .what-we-do .what-we-do-cube {
    width: 100%;
    padding: 32px 24px;
    min-height: 220px;
  }
}
@media screen and (max-width: 480px) {
  .what-we-do .what-we-do-cube {
    padding: 24px 20px;
    min-height: 200px;
  }
}
.what-we-do .what-we-do-cube .cube-icon {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 25%;
  height: auto;
  opacity: 0.15;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  pointer-events: none;
  z-index: 0;
}
@media screen and (max-width: 1024px) {
  .what-we-do .what-we-do-cube .cube-icon {
    width: 200px;
  }
}
@media screen and (max-width: 768px) {
  .what-we-do .what-we-do-cube .cube-icon {
    width: 150px;
  }
}
@media screen and (max-width: 480px) {
  .what-we-do .what-we-do-cube .cube-icon {
    width: 100px;
  }
}
.what-we-do .what-we-do-cube:hover {
  background-color: var(--green);
  color: var(--yellow);
}
.what-we-do .what-we-do-cube:hover .cube-icon {
  opacity: 0.2;
}
.what-we-do .what-we-do-cube .cube-title {
  font-family: "Artegra Sans", "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 16px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  line-height: 1.2;
  text-transform: uppercase;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1024px) {
  .what-we-do .what-we-do-cube .cube-title {
    font-size: 24px;
    margin-bottom: 12px;
  }
}
@media screen and (max-width: 768px) {
  .what-we-do .what-we-do-cube .cube-title {
    font-size: 20px;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 480px) {
  .what-we-do .what-we-do-cube .cube-title {
    font-size: 18px;
    margin-bottom: 8px;
  }
}
.what-we-do .what-we-do-cube .cube-subtitle {
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 0;
  line-height: 1.5;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1024px) {
  .what-we-do .what-we-do-cube .cube-subtitle {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .what-we-do .what-we-do-cube .cube-subtitle {
    font-size: 14px;
  }
}
@media screen and (max-width: 480px) {
  .what-we-do .what-we-do-cube .cube-subtitle {
    font-size: 13px;
  }
}
.what-we-do .what-we-do-cube .cube-link {
  position: absolute;
  bottom: 24px;
  right: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (max-width: 1024px) {
  .what-we-do .what-we-do-cube .cube-link {
    bottom: 20px;
    right: 20px;
    font-size: 13px;
  }
}
@media screen and (max-width: 768px) {
  .what-we-do .what-we-do-cube .cube-link {
    bottom: 20px;
    right: 20px;
    font-size: 12px;
    gap: 6px;
  }
}
@media screen and (max-width: 480px) {
  .what-we-do .what-we-do-cube .cube-link {
    bottom: 16px;
    right: 16px;
    font-size: 11px;
  }
}
.what-we-do .what-we-do-cube .cube-link svg {
  width: 16px;
  height: 16px;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
@media screen and (max-width: 768px) {
  .what-we-do .what-we-do-cube .cube-link svg {
    width: 14px;
    height: 14px;
  }
}
@media screen and (max-width: 480px) {
  .what-we-do .what-we-do-cube .cube-link svg {
    width: 12px;
    height: 12px;
  }
}
.what-we-do .what-we-do-cube:hover .cube-link {
  gap: 12px;
}
.what-we-do .what-we-do-cube:hover .cube-link svg {
  -webkit-transform: translate(2px, -2px);
          transform: translate(2px, -2px);
}

.youtube-videos {
  background-color: var(--green);
  padding: 100px 0;
}
@media screen and (max-width: 1024px) {
  .youtube-videos {
    padding: 80px 0;
  }
}
@media screen and (max-width: 768px) {
  .youtube-videos {
    padding: 60px 0;
  }
}
.youtube-videos .section-title {
  text-align: center;
  margin-bottom: 64px;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .youtube-videos .section-title {
    margin-bottom: 48px;
  }
}
.youtube-videos .videos-container {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 32px 1fr 32px 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
}
@media screen and (max-width: 1024px) {
  .youtube-videos .videos-container {
    -ms-grid-columns: 1fr 24px 1fr;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
  }
}
@media screen and (max-width: 768px) {
  .youtube-videos .videos-container {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 24px;
  }
}
.youtube-videos .video-loading,
.youtube-videos .video-error {
  grid-column: 1/-1;
  text-align: center;
  padding: 40px;
  color: #fff;
  font-size: 18px;
}
.youtube-videos .video-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.youtube-videos .video-card:hover {
  -webkit-transform: translateY(-4px);
          transform: translateY(-4px);
}
.youtube-videos .video-card iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
  border-radius: 12px;
  border: none;
}
.youtube-videos .video-thumbnail-wrapper {
  position: relative;
  width: 100%;
  margin-bottom: 16px;
}
.youtube-videos .video-thumbnail {
  position: relative;
  width: 100%;
  aspect-ratio: 16/9;
  border-radius: 12px;
  overflow: hidden;
  background-color: #f0f0f0;
  cursor: pointer;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.youtube-videos .video-thumbnail:hover {
  -webkit-transform: scale(1.02);
          transform: scale(1.02);
}
.youtube-videos .video-thumbnail img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.youtube-videos .video-thumbnail .video-play-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  pointer-events: none;
}
.youtube-videos .video-thumbnail:hover .video-play-icon {
  -webkit-transform: translate(-50%, -50%) scale(1.1);
          transform: translate(-50%, -50%) scale(1.1);
}
.youtube-videos .video-player-container {
  width: 100%;
  aspect-ratio: 16/9;
  border-radius: 12px;
  overflow: hidden;
  background-color: #000;
}
.youtube-videos .video-player-container iframe {
  width: 100%;
  height: 100%;
  border: none;
}
.youtube-videos .video-title {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.4;
  margin: 0;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .youtube-videos .video-title {
    font-size: 14px;
  }
}

.footer {
  background-color: var(--black);
  padding: 40px 0;
}
@media screen and (max-width: 1024px) {
  .footer {
    padding: 60px 0 24px;
  }
}
@media screen and (max-width: 768px) {
  .footer {
    padding: 48px 0 20px;
  }
}
.footer .footer-content {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 2fr 48px 1.5fr 48px 1.5fr 48px 1fr;
  grid-template-columns: 2fr 1.5fr 1.5fr 1fr;
  gap: 48px;
  margin-bottom: 48px;
}
@media screen and (max-width: 1024px) {
  .footer .footer-content {
    -ms-grid-columns: 1fr 40px 1fr;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
  }
}
@media screen and (max-width: 768px) {
  .footer .footer-content {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 32px;
    margin-bottom: 32px;
  }
}
.footer .footer-column h4 {
  margin-bottom: 24px;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .footer .footer-column h4 {
    margin-bottom: 20px;
  }
}
.footer .footer-column p {
  color: rgba(255, 255, 255, 0.7);
  line-height: 1.6;
  margin: 0;
}
.footer .footer-logo .footer-logo-link {
  display: inline-block;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .footer .footer-logo .footer-logo-link {
    margin-bottom: 16px;
  }
}
.footer .footer-logo .footer-logo-link img {
  height: 50px;
  width: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.footer .footer-logo p {
  max-width: 300px;
}
@media screen and (max-width: 768px) {
  .footer .footer-logo p {
    max-width: 100%;
  }
}
.footer .footer-nav-list,
.footer .footer-contacts-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
}
@media screen and (max-width: 768px) {
  .footer .footer-nav-list,
  .footer .footer-contacts-list {
    gap: 12px;
  }
}
@media screen and (min-width: 769px) {
  .footer .footer-nav-list {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 24px 1fr;
    grid-template-columns: repeat(2, 1fr);
    -webkit-column-gap: 24px;
       -moz-column-gap: 24px;
            column-gap: 24px;
    row-gap: 12px;
    -ms-flex-line-pack: start;
        align-content: start;
  }
}
.footer .footer-link {
  color: rgba(255, 255, 255, 0.8);
  text-decoration: none;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  font-size: 16px;
  line-height: 1.5;
}
.footer .footer-link:hover {
  color: var(--yellow);
}
.footer .footer-link .footer-icon {
  width: 20px;
  height: 20px;
  opacity: 0.8;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
.footer .footer-link:hover .footer-icon {
  opacity: 1;
}
.footer .footer-social-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
}
@media screen and (max-width: 768px) {
  .footer .footer-social-list {
    gap: 12px;
  }
}
.footer .footer-social-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.1);
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.footer .footer-social-link img {
  width: 20px;
  height: 20px;
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
  opacity: 0.8;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
.footer .footer-social-link:hover {
  background-color: var(--yellow);
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
}
.footer .footer-social-link:hover img {
  opacity: 1;
  -webkit-filter: brightness(0);
          filter: brightness(0);
}
.footer .footer-bottom {
  padding-top: 32px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  text-align: center;
}
@media screen and (max-width: 768px) {
  .footer .footer-bottom {
    padding-top: 24px;
  }
}
.footer .footer-bottom p {
  color: rgba(255, 255, 255, 0.6);
  margin: 0;
}

.page-hero {
  background-color: var(--black);
  padding: 150px 0 80px;
}
@media screen and (max-width: 768px) {
  .page-hero {
    padding: 150px 0 48px;
  }
}
.page-hero .page-hero-content .container {
  text-align: center;
}
.page-hero .page-hero-title {
  font-family: "Artegra Sans", "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 56px;
  font-weight: 700;
  color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  margin-bottom: 24px;
  line-height: 1.2;
}
@media screen and (max-width: 1024px) {
  .page-hero .page-hero-title {
    font-size: 48px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 768px) {
  .page-hero .page-hero-title {
    font-size: 36px;
    margin-bottom: 16px;
  }
}
.page-hero .page-hero-text {
  font-size: 20px;
  color: rgba(255, 255, 255, 0.8);
  line-height: 1.6;
  max-width: 700px;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  .page-hero .page-hero-text {
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  .page-hero .page-hero-text {
    font-size: 16px;
  }
}

.events {
  background-color: #fff;
  padding: 100px 0;
}
@media screen and (max-width: 1024px) {
  .events {
    padding: 80px 0;
  }
}
@media screen and (max-width: 768px) {
  .events {
    padding: 60px 0;
  }
}
.events .events-content {
  margin: 0 auto;
}
.events .events-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 32px 1fr 32px 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
}
@media screen and (max-width: 1024px) {
  .events .events-grid {
    -ms-grid-columns: 1fr 24px 1fr;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
  }
}
@media screen and (max-width: 768px) {
  .events .events-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 24px;
  }
}
.events .event-card {
  background-color: #fff;
  border-radius: 8px;
  overflow: hidden;
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
          box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.events .event-card:hover {
  -webkit-transform: translateY(-4px);
          transform: translateY(-4px);
  -webkit-box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);
          box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);
}
.events .event-image {
  width: 100%;
  height: 200px;
  overflow: hidden;
  background-color: rgba(24, 65, 73, 0.1);
}
.events .event-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.event-card:hover .events .event-image img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.events .event-info {
  padding: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.events .event-date {
  color: var(--green);
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.events .event-card h3 {
  margin: 0;
  color: var(--black);
}
.events .event-card p {
  color: var(--black);
  line-height: 1.6;
  margin: 0;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.events .event-link {
  color: var(--green);
  text-decoration: none;
  font-weight: 500;
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
  margin-top: 8px;
}
.events .event-link:hover {
  color: var(--yellow);
}

.news {
  background-color: rgba(24, 65, 73, 0.03);
  padding: 100px 0;
}
@media screen and (max-width: 1024px) {
  .news {
    padding: 80px 0;
  }
}
@media screen and (max-width: 768px) {
  .news {
    padding: 60px 0;
  }
}
.news .news-content {
  margin: 0 auto;
}
.news .news-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 32px 1fr 32px 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
}
@media screen and (max-width: 1024px) {
  .news .news-grid {
    -ms-grid-columns: 1fr 24px 1fr;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
  }
}
@media screen and (max-width: 768px) {
  .news .news-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 24px;
  }
}
.news .news-card {
  background-color: #fff;
  border-radius: 8px;
  overflow: hidden;
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
          box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.news .news-card:hover {
  -webkit-transform: translateY(-4px);
          transform: translateY(-4px);
  -webkit-box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);
          box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);
}
.news .news-image {
  width: 100%;
  height: 200px;
  overflow: hidden;
  background-color: rgba(24, 65, 73, 0.1);
}
.news .news-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.news-card:hover .news .news-image img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.news .news-info {
  padding: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.news .news-date {
  color: var(--green);
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.news .news-card h3 {
  margin: 0;
  color: var(--black);
}
.news .news-card p {
  color: var(--black);
  line-height: 1.6;
  margin: 0;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.news .news-link {
  color: var(--green);
  text-decoration: none;
  font-weight: 500;
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
  margin-top: 8px;
}
.news .news-link:hover {
  color: var(--yellow);
}

.single-content {
  padding: 150px 0 100px 0;
  background-color: #fff;
}
@media screen and (max-width: 1024px) {
  .single-content {
    padding: 150px 0 80px 0;
  }
}
@media screen and (max-width: 768px) {
  .single-content {
    padding: 150px 0 60px 0;
  }
}
.single-content .back-link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  color: var(--green);
  text-decoration: none;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 32px;
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
}
@media screen and (max-width: 768px) {
  .single-content .back-link {
    margin-bottom: 24px;
    font-size: 14px;
  }
}
.single-content .back-link span {
  font-size: 20px;
}
.single-content .back-link:hover {
  color: var(--yellow);
}

.single-post {
  max-width: 1200px;
  margin: 0 auto;
}
.single-post .single-post-header {
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .single-post .single-post-header {
    margin-bottom: 32px;
  }
}
.single-post .single-post-date {
  display: inline-block;
  color: var(--green);
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 16px;
}
@media screen and (max-width: 768px) {
  .single-post .single-post-date {
    margin-bottom: 12px;
  }
}
.single-post .single-post-title {
  font-family: "Artegra Sans", "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 48px;
  font-weight: 700;
  color: var(--black);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  line-height: 1.2;
  margin-bottom: 24px;
}
@media screen and (max-width: 1024px) {
  .single-post .single-post-title {
    font-size: 40px;
  }
}
@media screen and (max-width: 768px) {
  .single-post .single-post-title {
    font-size: 32px;
    margin-bottom: 20px;
  }
}
.single-post .single-post-excerpt {
  color: var(--black);
  line-height: 1.7;
  font-size: 20px;
}
@media screen and (max-width: 768px) {
  .single-post .single-post-excerpt {
    font-size: 18px;
  }
}
.single-post .single-post-image {
  width: 100%;
  height: 500px;
  margin-bottom: 48px;
  border-radius: 8px;
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  .single-post .single-post-image {
    height: 400px;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 768px) {
  .single-post .single-post-image {
    height: 300px;
    margin-bottom: 32px;
  }
}
.single-post .single-post-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.single-post .single-post-content {
  max-width: 900px;
}
.single-post .single-post-body h2 {
  font-family: "Artegra Sans", "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 32px;
  font-weight: 700;
  color: var(--black);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  margin: 40px 0 24px;
  line-height: 1.3;
}
@media screen and (max-width: 1024px) {
  .single-post .single-post-body h2 {
    font-size: 28px;
    margin: 32px 0 20px;
  }
}
@media screen and (max-width: 768px) {
  .single-post .single-post-body h2 {
    font-size: 24px;
    margin: 28px 0 16px;
  }
}
.single-post .single-post-body p {
  color: var(--black);
  line-height: 1.7;
  margin-bottom: 24px;
}
@media screen and (max-width: 768px) {
  .single-post .single-post-body p {
    margin-bottom: 20px;
  }
}
.single-post .single-post-cta {
  margin-top: 48px;
  text-align: center;
  padding-top: 32px;
  border-top: 1px solid rgba(34, 37, 45, 0.1);
}
@media screen and (max-width: 768px) {
  .single-post .single-post-cta {
    margin-top: 40px;
    padding-top: 24px;
  }
}
.single-post .single-post-cta .btn {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  max-width: 300px;
  margin: 0 auto;
}
.single-post .single-post-cta .btn:hover {
  background-color: var(--black);
  color: #fff;
}

.contact {
  background-color: #fff;
  padding: 100px 0;
}
@media screen and (max-width: 1024px) {
  .contact {
    padding: 80px 0;
  }
}
@media screen and (max-width: 768px) {
  .contact {
    padding: 60px 0;
  }
}
.contact .contact-content {
  max-width: 1200px;
  margin: 0 auto;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 64px 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
}
@media screen and (max-width: 1024px) {
  .contact .contact-content {
    gap: 48px;
  }
}
@media screen and (max-width: 768px) {
  .contact .contact-content {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 40px;
  }
}
.contact .contact-info h2 {
  margin-bottom: 24px;
  color: var(--black);
}
@media screen and (max-width: 768px) {
  .contact .contact-info h2 {
    margin-bottom: 20px;
  }
}
.contact .contact-info > p {
  color: var(--black);
  line-height: 1.7;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .contact .contact-info > p {
    margin-bottom: 32px;
  }
}
.contact .contact-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 32px;
  margin-bottom: 48px;
}
@media screen and (max-width: 768px) {
  .contact .contact-items {
    gap: 24px;
    margin-bottom: 40px;
  }
}
.contact .contact-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
@media screen and (max-width: 768px) {
  .contact .contact-item {
    gap: 16px;
  }
}
.contact .contact-icon {
  background-color: var(--yellow);
  width: 48px;
  height: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 8px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .contact .contact-icon {
    width: 40px;
    height: 40px;
  }
}
.contact .contact-icon img {
  width: 24px;
  height: 24px;
  opacity: 0.8;
}
@media screen and (max-width: 768px) {
  .contact .contact-icon img {
    width: 20px;
    height: 20px;
  }
}
.contact .contact-details {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.contact .contact-details a {
  color: var(--green);
  text-decoration: none;
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
}
.contact .contact-details a:hover {
  color: var(--yellow);
}
.contact .contact-details p {
  color: var(--black);
  margin: 0;
}
.contact .contact-social h3 {
  color: var(--black);
  margin-bottom: 12px;
}
.contact .contact-social-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
}
@media screen and (max-width: 768px) {
  .contact .contact-social-list {
    gap: 12px;
  }
}
.contact .contact-social-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background-color: rgba(24, 65, 73, 0.05);
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
@media screen and (max-width: 768px) {
  .contact .contact-social-link {
    width: 40px;
    height: 40px;
  }
}
.contact .contact-social-link img {
  width: 20px;
  height: 20px;
  -webkit-filter: brightness(0) saturate(100%);
          filter: brightness(0) saturate(100%);
  opacity: 0.7;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
@media screen and (max-width: 768px) {
  .contact .contact-social-link img {
    width: 18px;
    height: 18px;
  }
}
.contact .contact-social-link:hover {
  background-color: var(--green);
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
}
.contact .contact-social-link:hover img {
  opacity: 1;
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}
.contact .contact-form-wrapper h2 {
  margin-bottom: 32px;
  color: var(--black);
}
@media screen and (max-width: 768px) {
  .contact .contact-form-wrapper h2 {
    margin-bottom: 24px;
  }
}
.contact .contact-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
}
@media screen and (max-width: 768px) {
  .contact .contact-form {
    gap: 20px;
  }
}
.contact .form-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
}
.contact .form-label {
  font-size: 14px;
  font-weight: 500;
  color: var(--black);
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.contact .form-input {
  padding: 16px 20px;
  border: 2px solid rgba(34, 37, 45, 0.2);
  border-radius: 15px;
  font-size: 16px;
  font-family: "Roboto", sans-serif;
  color: var(--black);
  background-color: #fff;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.contact .form-input:focus {
  outline: none;
  border-color: var(--green);
}
.contact .form-input::-webkit-input-placeholder {
  color: rgba(34, 37, 45, 0.5);
}
.contact .form-input::-moz-placeholder {
  color: rgba(34, 37, 45, 0.5);
}
.contact .form-input:-ms-input-placeholder {
  color: rgba(34, 37, 45, 0.5);
}
.contact .form-input::-ms-input-placeholder {
  color: rgba(34, 37, 45, 0.5);
}
.contact .form-input::placeholder {
  color: rgba(34, 37, 45, 0.5);
}
.contact .form-textarea {
  resize: vertical;
  min-height: 120px;
  font-family: "Roboto", sans-serif;
  line-height: 1.6;
}
.contact .contact-form .btn {
  -ms-flex-item-align: start;
      align-self: flex-start;
  margin-top: 8px;
}

.error-page {
  min-height: calc(100vh - 160px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 120px 0;
  background-color: var(--green);
  position: relative;
  overflow: hidden;
}
.error-page .background-img {
  position: absolute;
  bottom: 20px;
  left: 20px;
  width: 20%;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0.1;
  z-index: 0;
}
@media screen and (max-width: 1024px) {
  .error-page .background-img {
    width: 40%;
    opacity: 0.08;
  }
}
@media screen and (max-width: 768px) {
  .error-page .background-img {
    width: 50%;
    opacity: 0.05;
    top: 10px;
    right: 10px;
  }
}
@media screen and (max-width: 768px) {
  .error-page {
    min-height: calc(100vh - 120px);
    padding: 80px 0;
  }
}
.error-page .error-content {
  text-align: center;
  max-width: 700px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.error-page .error-number {
  font-family: "Artegra Sans", "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 200px;
  font-weight: 700;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  color: var(--yellow);
  margin-bottom: 32px;
  text-shadow: 0 4px 20px rgba(255, 191, 2, 0.2);
  position: relative;
  display: inline-block;
}
@media screen and (max-width: 1024px) {
  .error-page .error-number {
    font-size: 160px;
    margin-bottom: 28px;
  }
}
@media screen and (max-width: 768px) {
  .error-page .error-number {
    font-size: 120px;
    margin-bottom: 24px;
  }
}
.error-page .error-title {
  font-family: "Artegra Sans", "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 48px;
  font-weight: 700;
  color: #ffffff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  margin-bottom: 24px;
  text-transform: uppercase;
  letter-spacing: 2px;
  line-height: 1.2;
  position: relative;
  display: inline-block;
}
.error-page .error-title::after {
  content: "";
  width: 30px;
  height: 45px;
  border-bottom: 2px solid var(--yellow);
  border-right: 2px solid var(--yellow);
  position: absolute;
  right: -40px;
  bottom: 0px;
  border-radius: 0 0 14px 0;
}
@media screen and (max-width: 768px) {
  .error-page .error-title::after {
    display: none;
  }
}
.error-page .error-title::before {
  content: "";
  width: 30px;
  height: 45px;
  border-top: 2px solid var(--yellow);
  border-left: 2px solid var(--yellow);
  position: absolute;
  left: -40px;
  top: -15px;
  border-radius: 14px 0 0 0;
}
@media screen and (max-width: 768px) {
  .error-page .error-title::before {
    display: none;
  }
}
@media screen and (max-width: 1024px) {
  .error-page .error-title {
    font-size: 40px;
    letter-spacing: 1.5px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 768px) {
  .error-page .error-title {
    font-size: 28px;
    letter-spacing: 1px;
    margin-bottom: 16px;
  }
}
.error-page .error-text {
  font-size: 18px;
  color: rgba(255, 255, 255, 0.9);
  line-height: 1.7;
  margin-bottom: 48px;
  font-weight: 400;
}
@media screen and (max-width: 1024px) {
  .error-page .error-text {
    font-size: 17px;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 768px) {
  .error-page .error-text {
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 32px;
  }
}
.error-page .error-actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .error-page .error-actions {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 16px;
  }
}
.error-page .error-actions .btn {
  min-width: 200px;
  padding: 13px 40px;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  border-radius: 12px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (max-width: 768px) {
  .error-page .error-actions .btn {
    width: 100%;
    min-width: auto;
    padding: 12px 32px;
  }
}

.btn-outline {
  background-color: transparent;
  color: #ffffff;
  border: 2px solid #ffffff;
}
.btn-outline:hover {
  background-color: #ffffff;
  color: var(--green);
  border-color: #ffffff;
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
}
.btn-outline:active {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}