@charset "UTF-8";
/*RESET CSS*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

a,
a:visited,
a:active {
  text-decoration: none;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

img {
  display: block;
}

a[href^=tel] {
  color: inherit; /* Inherit text color of parent element. */
  text-decoration: none; /* Remove underline. */
  /* Additional css propery: value; pairs here */
}

:root {
  --c-main: rgba(255, 252, 0, 1);
  --c-black: #000;
  --c-white: #fff;
  --c-dark:#323232;
}

html {
  font-size: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 100%;
  margin: 0;
  -ms-scroll-chaining: none;
      overscroll-behavior: none;
}

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

body {
  margin: 0;
  padding: 0;
  font-family: "Gilroy";
  -ms-scroll-chaining: none;
      overscroll-behavior: none;
  overflow-y: hidden;
  overflow-x: hidden;
}
body.overflowY {
  overflow-y: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 600;
}

h1,
h2,
h3,
p {
  margin: 0;
}

a {
  text-decoration: none;
  transition: 200ms ease-in-out;
  -webkit-transition-property: color, background-color, opacity;
  transition-property: color, background-color, opacity;
  -webkit-transition: 200ms ease-in-out;
  -moz-transition: 200ms ease-in-out;
  -ms-transition: 200ms ease-in-out;
  -o-transition: 200ms ease-in-out;
  color: var(--c-gray-700);
}

img {
  display: block;
  width: 100%;
  height: auto;
}

ul {
  margin: 0;
  padding: 0;
}

li {
  list-style-type: none;
}

.container {
  max-width: 1224px;
  width: 100%;
  margin-inline: auto;
}

.noScroll {
  overflow-y: hidden;
}

.swiper-wrapper {
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
}

.reveal {
  position: relative;
  overflow: hidden;
}

.test {
  clip-path: polygon(0px 100%, 100% 80%, 100% 100%, 0% 100%);
  clip-path: polygon(0px 80%, 100% 60%, 100% 100%, 0% 100%);
  clip-path: polygon(0px 60%, 100% 40%, 100% 100%, 0% 100%);
  clip-path: polygon(0px 20%, 100% 0%, 100% 100%, 0% 100%);
}

.buffPage {
  width: 100%;
  height: 100vh;
  position: fixed;
  z-index: 9999999999;
  pointer-events: none;
  display: none;
}
@media (max-width: 768px) {
  .buffPage {
    display: none;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.buffPage .page-logo {
  width: 64px;
  position: relative;
  z-index: 11;
}
.buffPage .yellow {
  background: var(--c-main);
  z-index: 9;
}
.buffPage .black {
  background: var(--c-black);
  z-index: 10;
}
.buffPage-item {
  width: 100%;
  height: 100%;
  position: fixed;
}

.swiper-no-mousewheel {
  height: 100vh;
}

.header {
  width: 100%;
  position: relative;
  top: 0;
  left: 0;
  z-index: 999999;
}
.header.blur {
  -webkit-backdrop-filter: blur(16px);
          backdrop-filter: blur(16px);
  background: rgba(255, 255, 255, 0.72);
}
.header.active .header-logo a svg path {
  fill: var(--c-main) !important;
}
.header-wrapper {
  width: 100%;
  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-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 39px 40px;
}
.header-logo {
  opacity: 0;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}
.header-logo a {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 32px;
}
.header-logo a img {
  width: 79px;
  height: 32px;
}
.header-logo a svg path {
  fill: var(--c-dark);
  transition: 1500ms all;
  -webkit-transition: 1500ms all;
  -moz-transition: 1500ms all;
  -ms-transition: 1500ms all;
  -o-transition: 1500ms all;
}
.header-burger {
  display: none;
}
.header-menu nav.menu {
  width: 100%;
}
.header-menu nav.menu ul {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-column-gap: 80px;
     -moz-column-gap: 80px;
          column-gap: 80px;
}
.header-menu nav.menu ul li {
  opacity: 0;
  -webkit-transform: translateY(-50px);
          transform: translateY(-50px);
}
.header-menu nav.menu ul li a span {
  transition: 1000ms all;
  -webkit-transition: 1000ms all;
  -moz-transition: 1000ms all;
  -ms-transition: 1000ms all;
  -o-transition: 1000ms all;
  color: var(--c-dark);
  transition: 1500ms all;
  -webkit-transition: 1500ms all;
  -moz-transition: 1500ms all;
  -ms-transition: 1500ms all;
  -o-transition: 1500ms all;
  font-weight: 400;
  font-size: 16px;
  line-height: 19.41px;
}
.header-menu nav.menu ul li a:hover span {
  opacity: 0.72;
}
.header-menu nav.menu ul li a.active span {
  font-weight: 500;
}
.header-menu nav.menu ul li.lang {
  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: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 4px;
     -moz-column-gap: 4px;
          column-gap: 4px;
}
.header-menu nav.menu ul li.lang a:first-child::after {
  content: "/";
  font-size: 16px;
  line-height: 19.41px;
  color: var(--c-white);
  font-weight: 400;
  display: inline-block;
  margin-left: 4px;
}
.header-menu nav.menu ul li.lang a.active span {
  font-weight: 600;
}
.header.header-white .header-logo svg path {
  fill: var(--c-white);
}
.header.header-white .header-menu ul li a span {
  color: var(--c-white);
}
.header-social {
  display: none;
}
@media (max-width: 768px) {
  .header {
    background: transparent !important;
    -webkit-backdrop-filter: none !important;
            backdrop-filter: none !important;
  }
  .header-wrapper {
    padding: 16px;
  }
  .header.active .header-logo svg path {
    fill: var(--c-main) !important;
  }
  .header-logo {
    position: relative;
    z-index: 999999;
  }
  .header-logo svg {
    width: 59px;
    height: 24px;
  }
  .header-menu {
    position: fixed;
    width: 100%;
    z-index: 99;
    height: 100vh;
    top: 0;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    visibility: hidden;
    background: rgb(50, 50, 50);
    opacity: 0;
    clip-path: polygon(0 0, 0% 0, -100% 100%, 0 100%);
    row-gap: 72px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .header-menu nav.menu ul {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    row-gap: 56px;
  }
  .header-menu nav.menu ul li {
    overflow: hidden;
  }
  .header-menu nav.menu ul li a {
    position: relative;
    display: inline-block; /* Change the default display: inline */
  }
  .header-menu nav.menu ul li a span {
    font-size: 32px;
    line-height: 38.82px;
    font-weight: 400;
    color: var(--c-main) !important;
  }
  .header-menu nav.menu ul li.lang {
    -webkit-column-gap: 8px;
       -moz-column-gap: 8px;
            column-gap: 8px;
  }
  .header-menu nav.menu ul li.lang.active a::after {
    color: var(--c-white);
  }
  .header-menu nav.menu ul li.lang a span {
    color: var(--c-white) !important;
  }
  .header.header-white .header-burger svg path, .header.header-white .header-burger svg rect {
    stroke: var(--c-white) !important;
    -webkit-transition: stroke 0.5s ease;
    transition: stroke 0.5s ease;
  }
  .header-burger {
    position: relative;
    z-index: 999999;
    display: block;
    width: 24px;
    height: 24px;
  }
  .header-burger svg path, .header-burger svg rect {
    stroke: var(--c-dark) !important;
    -webkit-transition: stroke 0.5s ease;
    transition: stroke 0.5s ease;
  }
  .header-burger svg .line1 {
    -webkit-transform-origin: 5px -2px !important;
            transform-origin: 5px -2px !important;
  }
  .header-burger.active svg path, .header-burger.active svg rect {
    stroke: var(--c-main) !important;
    -webkit-transition: stroke 0.5s ease;
    transition: stroke 0.5s ease;
  }
  .header-social {
    display: block;
  }
  .header-social ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 32px;
       -moz-column-gap: 32px;
            column-gap: 32px;
  }
  .header-social ul li {
    opacity: 0;
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
  }
  .header-social ul li a {
    padding: 8px;
    background: var(--c-main);
    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;
  }
  .header-social ul li a img {
    width: 16px;
    height: 16px;
  }
}

@font-face {
  font-family: "Gilroy";
  src: url("../fonts/Gilroy-Bold.woff2") format("woff2"), url("../fonts/Gilroy-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gilroy";
  src: url("../fonts/Gilroy-Black.woff2") format("woff2"), url("../fonts/Gilroy-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gilroy";
  src: url("../fonts/Gilroy-BlackItalic.woff2") format("woff2"), url("../fonts/Gilroy-BlackItalic.woff") format("woff");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Gilroy";
  src: url("../fonts/Gilroy-BoldItalic.woff2") format("woff2"), url("../fonts/Gilroy-BoldItalic.woff") format("woff");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Gilroy";
  src: url("../fonts/Gilroy-ExtraBold.woff2") format("woff2"), url("../fonts/Gilroy-ExtraBold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gilroy";
  src: url("../fonts/Gilroy-ExtraBoldItalic.woff2") format("woff2"), url("../fonts/Gilroy-ExtraBoldItalic.woff") format("woff");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Gilroy";
  src: url("../fonts/Gilroy-Heavy.woff2") format("woff2"), url("../fonts/Gilroy-Heavy.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gilroy";
  src: url("../fonts/Gilroy-HeavyItalic.woff2") format("woff2"), url("../fonts/Gilroy-HeavyItalic.woff") format("woff");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Gilroy";
  src: url("../fonts/Gilroy-Light.woff2") format("woff2"), url("../fonts/Gilroy-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gilroy";
  src: url("../fonts/Gilroy-LightItalic.woff2") format("woff2"), url("../fonts/Gilroy-LightItalic.woff") format("woff");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Gilroy";
  src: url("../fonts/Gilroy-Medium.woff2") format("woff2"), url("../fonts/Gilroy-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gilroy";
  src: url("../fonts/Gilroy-MediumItalic.woff2") format("woff2"), url("../fonts/Gilroy-MediumItalic.woff") format("woff");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Gilroy";
  src: url("../fonts/Gilroy-Regular.woff2") format("woff2"), url("../fonts/Gilroy-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gilroy";
  src: url("../fonts/Gilroy-RegularItalic.woff2") format("woff2"), url("../fonts/Gilroy-RegularItalic.woff") format("woff");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Gilroy";
  src: url("../fonts/Gilroy-SemiBold.woff2") format("woff2"), url("../fonts/Gilroy-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gilroy";
  src: url("../fonts/Gilroy-UltraLight.woff2") format("woff2"), url("../fonts/Gilroy-UltraLight.woff") format("woff");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gilroy";
  src: url("../fonts/Gilroy-UltraLightItalic.woff2") format("woff2"), url("../fonts/Gilroy-UltraLightItalic.woff") format("woff");
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Gilroy";
  src: url("../fonts/Gilroy-ThinItalic.woff2") format("woff2"), url("../fonts/Gilroy-ThinItalic.woff") format("woff");
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Gilroy";
  src: url("../fonts/Gilroy-Thin.woff2") format("woff2"), url("../fonts/Gilroy-Thin.woff") format("woff");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gilroy";
  src: url("../fonts/Gilroy-SemiBoldItalic.woff2") format("woff2"), url("../fonts/Gilroy-SemiBoldItalic.woff") format("woff");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
.buff {
  position: absolute;
  left: 0;
  bottom: 0 !important;
  width: 100%;
  height: 100%;
  background-color: var(--c-main);
  /*
  &::after{
      content: '';
      width: 100%;
      height: 158px;
      position: absolute;
      top: 0;
      left: 0;
      background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 1440 158' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1440 0L1440 158H0L1440 0Z' fill='%23FFFC00'/%3E%3C/svg%3E%0A");
      background-size: cover;
  }
      */
}

@supports (-webkit-touch-callout: none) {
  .home .buff {
    clip-path: polygon(0px 90%, 100% 72%, 100% 100%, 0% 100%) !important;
  }
  .services .buff {
    clip-path: polygon(0px 72%, 100% 54%, 100% 100%, 0% 100%) !important;
  }
  .works .buff {
    clip-path: polygon(0px 54%, 100% 36%, 100% 100%, 0% 100%) !important;
  }
  .brands .buff {
    clip-path: polygon(0px 36%, 100% 18%, 100% 100%, 0% 100%) !important;
  }
  .contact .buff {
    clip-path: polygon(0px 18%, 100% 0%, 100% 100%, 0% 100%) !important;
  }
}
.main {
  width: 100%;
  height: 100vh;
  display: block;
  position: relative;
  margin-top: -110px;
}
.main-page {
  width: 100%;
  position: relative;
}
.main-page.home {
  height: 100vh !important;
}
.main-page.home .buff {
  clip-path: polygon(0px 100%, 100% 80%, 100% 100%, 0% 100%);
  z-index: 1;
}
.main-page.home > img, .main-page.home iframe, .main-page.home video {
  position: relative;
  z-index: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.main-page.home .home-content {
  position: absolute;
  bottom: 140px;
  left: 42px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 10px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.main-page.home .home-content-logo {
  height: 90px;
  width: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 768px) {
  .main-page.home .home-content {
    left: 16px;
    bottom: 240px;
  }
}
.main-page-navs {
  position: fixed;
  z-index: 9999;
  bottom: 0;
  width: 100%;
  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-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 20px 24px;
}
.main-page-navs.dark a svg path {
  stroke: #000;
}
.main-page-navs a {
  position: relative;
  z-index: 9999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-column-gap: 12px;
     -moz-column-gap: 12px;
          column-gap: 12px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.main-page-navs a.hide {
  display: none;
}
.main-page-navs a:hover {
  opacity: 0.72 !important;
}
.main-page-navs a img {
  width: 48px;
  height: 48px;
}
.main-page-navs a span {
  display: none;
  color: var(--c-black);
  font-weight: 400;
  font-size: 20px;
  line-height: 24.5px;
}
.main-page-navs a .icon {
  display: block;
  width: 40px;
  height: 40px;
}
@media (max-width: 768px) {
  .main-page-navs {
    padding: 10px 24px;
    background: var(--c-main);
  }
  .main-page-navs.active {
    background: transparent;
  }
  .main-page-navs a span {
    display: none;
  }
  .main-page-navs a .icon img {
    width: 40px;
    height: 40px;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
@media (max-width: 768px) {
  .main {
    margin-top: -60px;
  }
}

.services {
  width: 100%;
  height: 100vh !important;
  position: relative;
  z-index: 999;
}
.services .buff {
  clip-path: polygon(0px 80%, 100% 60%, 100% 100%, 0% 100%);
}
.services-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 24px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
  position: relative;
  z-index: 99;
  padding: 110px 0 80px 0;
}
.services-title {
  text-align: center;
}
.services-title h1 {
  font-size: 120px;
  font-weight: 600;
  line-height: 178.27px;
  color: var(--c-dark);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}
.services-title .char {
  -webkit-transform: translateY(148px);
          transform: translateY(148px);
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}
.services-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  row-gap: 24px;
  -webkit-column-gap: 24px;
     -moz-column-gap: 24px;
          column-gap: 24px;
  max-width: 1192px;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.services-items .servicesItem {
  border: 2px solid var(--c-dark);
  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: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transform: translateX(-50px);
          transform: translateX(-50px);
  opacity: 0;
}
.services-items .servicesItem-icon {
  padding: 8px;
  border-right: 2px solid var(--c-dark);
}
.services-items .servicesItem-icon img {
  width: 40px;
  height: 40px;
}
.services-items .servicesItem-text {
  padding: 8px 16px;
}
.services-items .servicesItem-text span {
  font-weight: 400;
  font-size: 32px;
  line-height: 39.62px;
  color: var(--c-dark);
}
@media (max-width: 768px) {
  .services-wrapper {
    row-gap: 19px;
    padding: 76px 0 0 0;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .services-title h1 {
    font-weight: 400;
    font-size: 24px;
    line-height: 29.4px;
  }
  .services-items {
    row-gap: 16px;
    -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;
  }
  .services-items .servicesItem {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .services-items .servicesItem-icon img {
    width: 32px;
    height: 32px;
  }
  .services-items .servicesItem-text {
    padding: 9px 16px;
  }
  .services-items .servicesItem-text span {
    font-size: 24px;
    line-height: 29.71px;
  }
}

.brands {
  width: 100%;
  height: 100vh !important;
  padding-top: 112px;
  overflow-y: scroll;
}
.brands-bg {
  position: fixed;
  top: 100%;
  height: 100%;
  left: 0;
  background: var(--c-main);
  width: 100%;
}
.brands .buff {
  clip-path: polygon(0px 40%, 100% 20%, 100% 100%, 0% 100%);
  z-index: -1;
}
.brands-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 32px;
     -moz-column-gap: 32px;
          column-gap: 32px;
  row-gap: 32px;
  padding: 48px 160px;
  width: 100%;
  height: 100%;
  overflow-y: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.brands-wrapper::-webkit-scrollbar {
  display: none;
}
.brands-wrapper .brand {
  width: 160px;
  height: 80px;
  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;
  margin: 0 auto;
  -webkit-transform: scale(0);
          transform: scale(0);
  opacity: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.brands-wrapper .brand:hover {
  opacity: 0.72 !important;
  transition: 500ms all;
  -webkit-transition: 500ms all;
  -moz-transition: 500ms all;
  -ms-transition: 500ms all;
  -o-transition: 500ms all;
}
@media (max-width: 768px) {
  .brands {
    padding-top: 60px;
  }
  .brands-wrapper {
    -ms-grid-columns: 1fr 16px 1fr 16px 1fr;
    grid-template-columns: repeat(3, 1fr);
    padding: 8px 24px;
    row-gap: 6.3px;
    -webkit-column-gap: 16px;
       -moz-column-gap: 16px;
            column-gap: 16px;
    padding-bottom: 132px;
  }
  .brands-wrapper .brand {
    width: 104px;
    height: 56px;
  }
}

.contact {
  width: 100%;
  height: 100vh !important;
}
.contact .buff {
  clip-path: polygon(0px 20%, 100% 0%, 100% 100%, 0% 100%);
  z-index: -1;
}
.contact-wrapper {
  width: 100%;
  height: 100%;
  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-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.contact-map {
  max-width: 696px;
  width: 100%;
  height: inherit;
  padding-top: 112px;
}
.contact-map img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  opacity: 0;
  -webkit-transform: translateX(50%);
          transform: translateX(50%);
}
.contact-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 64px;
  padding-left: 108px;
}
.contact-info-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.contact-info-items a {
  font-size: 24px;
  font-weight: 400;
  line-height: 29.11px;
  color: var(--c-dark);
}
.contact-info-items p {
  font-size: 24px;
  font-weight: 400;
  line-height: 29.11px;
  color: var(--c-dark);
}
.contact-info-social ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-column-gap: 24px;
     -moz-column-gap: 24px;
          column-gap: 24px;
}
.contact-info-social ul li a {
  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: 32px;
  height: 32px;
  background: var(--c-dark);
}
.contact-info-social ul li a:hover {
  opacity: 0.8;
}
.contact-info-social ul li a img {
  width: 16px;
  height: 16px;
}
@media (max-width: 768px) {
  .contact-wrapper {
    padding: 8px 16px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    row-gap: 32px;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    padding-top: 76px !important;
  }
  .contact-map {
    max-width: 381px;
    width: 100%;
    height: 281px;
    padding-top: 0;
  }
  .contact-info {
    row-gap: 32px;
    padding: 0;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .contact-info-items {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .contact-info-items a {
    font-size: 20px;
    line-height: 24.26px;
  }
  .contact-info-items p {
    font-size: 20px;
    line-height: 24.26px;
    text-align: center;
  }
  .contact-info-social ul {
    -webkit-column-gap: 32px;
       -moz-column-gap: 32px;
            column-gap: 32px;
  }
}

.works-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  background: var(--c-main);
  z-index: -3;
  top: 100vh;
  left: 0;
}
.works-bg::after {
  z-index: 1;
  width: 100%;
  height: 180px;
  content: "";
  position: absolute;
  top: 180px;
  left: 0;
  clip-path: polygon(0px 100%, 100% 0, 100% 100%, 0% 100%);
  background: var(--c-dark);
}
.works-bg::before {
  z-index: 1;
  background: var(--c-dark);
  height: 1270px;
  width: 100%;
  top: 360px;
  content: "";
  position: absolute;
  left: 0;
}
.works .wrapper-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: -1;
}
.works .wrapper-bg .buff {
  clip-path: polygon(0px 60%, 100% 40%, 100% 100%, 0% 100%);
  position: absolute;
  bottom: 0;
  left: 0;
}
.works-wrapper {
  overflow-y: auto;
  height: 100vh;
  padding-top: 208px;
  padding-bottom: 216px;
  width: 100%;
  width: 100%;
  margin: 0 auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.works-wrapper > .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 32px;
}
.works-wrapper ::-webkit-scrollbar {
  display: none;
}
@media (max-width: 768px) {
  .works-wrapper {
    max-width: 100%;
    padding: 0 24px;
    row-gap: 32px;
  }
}
@media (max-width: 768px) {
  .works {
    padding-top: 76px;
  }
  .works-wrapper {
    padding-bottom: 132px !important;
  }
  .works-wrapper > .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 24px;
  }
}

.workFeature {
  width: 100%;
  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-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 48px;
     -moz-column-gap: 48px;
          column-gap: 48px;
}
.workFeature-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 8px;
  min-width: 586px;
}
.workFeature-logo img {
  height: 24px;
  width: auto;
}
.workFeature-title h3 {
  font-weight: 400;
  font-size: 40px;
  line-height: 49.52px;
  color: var(--c-dark);
}
.workFeature-description p {
  line-height: 19.2px;
  font-size: 16px;
  font-weight: 400;
}
.workFeature-badges {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-column-gap: 8px;
     -moz-column-gap: 8px;
          column-gap: 8px;
}
@media (max-width: 768px) {
  .workFeature-badges {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    row-gap: 8px;
  }
}
.workFeature-thumbnail {
  min-width: 590px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: relative;
  height: 332px;
}
.workFeature-thumbnail-bg {
  position: absolute;
  width: 484px;
  height: 381px;
  top: -95px;
  right: -56px;
}
.workFeature-thumbnail img {
  position: relative;
  z-index: 2;
}
.workFeature-thumbnail iframe {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.workFeature-thumbnail a {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 72px;
  height: 72px;
  background: rgba(50, 50, 50, 0.8);
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
  z-index: 4;
}
@media (max-width: 768px) {
  .workFeature {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 24px;
  }
  .workFeature-content {
    min-width: 100%;
  }
  .workFeature-title h3 {
    font-size: 32px;
    line-height: 39.62px;
  }
  .workFeature-description {
    display: none;
  }
  .workFeature-thumbnail {
    width: 347px;
    height: 195px;
    min-width: unset;
  }
  .workFeature-thumbnail-bg {
    background-image: url("data:image/svg+xml,%3Csvg width='244' height='192' viewBox='0 0 244 192' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M244 0L0 16.5317L11.7523 192L228.05 187.94L244 0Z' fill='%2370D028'/%3E%3C/svg%3E%0A");
    width: 244px;
    height: 192px;
    top: -20px;
    right: -16px;
  }
  .workFeature-thumbnail img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.badges {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-column-gap: 8px;
     -moz-column-gap: 8px;
          column-gap: 8px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: rgba(50, 50, 50, 0.08);
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  padding: 4px;
}
.badges img {
  width: 16px;
  height: 16px;
}
.badges span {
  font-weight: 400;
  font-size: 14px;
  line-height: 17.33px;
  color: var(--c-dark);
}

.projects {
  width: 100%;
}
.projects-wrapper {
  max-width: 1224px;
  padding: 0 124px;
  margin: 0 auto;
  width: 100%;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 56px 1fr 56px 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: 56px;
}
@media (max-width: 768px) {
  .projects {
    padding-top: 0;
  }
  .projects-wrapper {
    max-width: 100%;
    padding: 0;
    -ms-grid-columns: 1fr 16px 1fr;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }
}

.project-card {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 16px;
}
.project-card .thumbnail {
  width: 100%;
  height: 162px;
  position: relative;
}
.project-card .thumbnail a {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 72px;
  height: 72px;
  background: rgba(50, 50, 50, 0.8);
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
  z-index: 3;
}
.project-card .thumbnail img {
  width: 100%;
  height: inherit;
  -o-object-fit: cover;
     object-fit: cover;
  position: relative;
  z-index: 2;
}
.project-card .thumbnail iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.project-card-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.project-card-content h4 {
  font-weight: 600;
  font-size: 24px;
  line-height: 29.71px;
  mix-blend-mode: difference;
  color: var(--c-dark);
  mix-blend-mode: multiply;
}
.project-card-logo {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 8px;
}
.project-card-logo img {
  mix-blend-mode: multiply;
}
.project-card-badges {
  margin-top: 16px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 8px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  mix-blend-mode: multiply;
}
@media (max-width: 768px) {
  .project-card {
    row-gap: 12px;
  }
  .project-card .thumbnail {
    height: 92px;
  }
  .project-card .thumbnail a {
    width: 40px;
    height: 40px;
  }
  .project-card-logo {
    margin-bottom: 4px;
  }
  .project-card-logo img {
    max-height: 14px;
    height: 100%;
    width: auto;
  }
  .project-card-content h4 {
    font-size: 14px;
    line-height: 19.81px;
    font-weight: 400;
  }
  .project-card-badges {
    margin-top: 12px;
  }
  .project-card-badges .badges {
    display: none;
  }
  .project-card .badges:nth-child(1) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .project-card .badges:nth-child(2) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .project-card .badges:nth-child(3) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}