/*!******************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/scss/app.scss ***!
  \******************************************************************************************************************************************************/
@import url(https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap);
/*!********************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/normalize.css/normalize.css ***!
  \********************************************************************************************/
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

/*!**********************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/scss/app.scss (1) ***!
  \**********************************************************************************************************************************************************/
html {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 1rem;
  line-height: 1.75rem;
  color: #000000;
  background-color: #ffffff;
  scroll-behavior: smooth;
}

body {
  overflow-x: hidden;
}
body:has(.navigation-open) {
  overflow: hidden;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
*::after, *::before {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
*:hover, *:focus {
  outline: none;
}

a {
  -webkit-text-decoration: none;
  text-decoration: none;
}

.row {
  width: 100%;
  max-width: 1216px;
  padding: 0 48px;
  margin: 0 auto;
}

@media (max-width: 1024px) {
  .row {
    padding: 0 32px;
  }
}
@media (max-width: 991px) {
  .row {
    padding: 0 24px;
  }
}
@media (max-width: 576px) {
  .row {
    padding: 0 16px;
  }
}
.main-header-container {
  z-index: 99;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
}

.main-header {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  padding: 80px 0;
}
.main-header--col {
  display: block;
}
.main-header--col:nth-child(2) {
  padding-left: 48px;
}

@media (max-width: 768px) {
  .main-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 40px 0;
  }
  .main-header--col:nth-child(2) {
    padding-left: 24px;
  }
}
.navigation-wrapper {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.navigation-list {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 56px;
     -moz-column-gap: 56px;
          column-gap: 56px;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.navigation-list .menu-item {
  position: relative;
  display: inline-block;
}
.navigation-list .menu-item::before {
  position: absolute;
  bottom: -6px;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #ffffff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  content: "";
}
.navigation-list .menu-item:hover::before {
  width: 24px;
}
.navigation-list .menu-item a {
  display: inline-block;
  font-weight: 400;
  font-size: 1.25rem;
  line-height: 1.5rem;
  color: #ffffff;
}

@media (max-width: 1024px) {
  .navigation-list {
    -webkit-column-gap: 40px;
       -moz-column-gap: 40px;
            column-gap: 40px;
  }
}
@media (max-width: 576px) {
  .navigation-wrapper {
    display: none;
  }
  .navigation-list {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    -webkit-column-gap: 24px;
       -moz-column-gap: 24px;
            column-gap: 24px;
  }
  .navigation-list .menu-item a {
    font-size: 1rem;
    color: #000000;
  }
  .main-header:has(.nav-btn.open) .navigation-wrapper {
    position: absolute;
    top: calc(100% - 24px);
    right: 0;
    width: 100%;
    height: auto;
    background-color: #ffffff;
    display: block;
    padding: 16px;
  }
}
.main-logo {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.main-footer .main-logo svg {
  height: 34px;
}
.main-logo svg {
  width: auto;
  height: 50px;
}

.intro {
  display: block;
  min-height: 100vh;
  min-height: calc(1vh * 100);
  min-height: calc(var(--vh, 1vh) * 100);
}
.intro--content {
  position: relative;
  display: block;
  height: 100%;
}
.intro--content::after {
  z-index: 2;
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(black), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(180deg, black 0%, rgba(0, 0, 0, 0) 100%);
  content: "";
}
.intro--content--background {
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.intro--content--background img {
  z-index: 1;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.intro--content--background::before, .intro--content--background::after {
  z-index: 2;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(black), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(180deg, black 0%, rgba(0, 0, 0, 0) 100%);
  content: "";
}
.intro--content--foreground {
  z-index: 3;
  position: relative;
  color: #ffffff;
  padding: 280px 0 100px;
}

@media (max-width: 1024px) {
  .intro {
    min-height: auto;
  }
  .intro--content {
    height: auto;
  }
}
@media (max-width: 576px) {
  .intro--content--foreground {
    padding: 200px 0 48px;
  }
}
.intro-head {
  display: grid;
  grid-template-columns: repeat(2, 50%);
}
.intro-head--col {
  display: block;
  padding: 0 48px;
}
.intro-head--col h2 {
  display: block;
  font-weight: 400;
  font-size: 4rem;
  line-height: 4.75rem;
  margin: 0;
}
.intro-head--col h2:has(svg) {
  display: grid;
  grid-template-columns: auto 1fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  grid-column-gap: 45px;
  -webkit-column-gap: 45px;
     -moz-column-gap: 45px;
          column-gap: 45px;
}
.intro-head--col h2 svg {
  width: auto;
  height: 32px;
}
.intro-head--col h2.arrow {
  position: relative;
}
.intro-head--col h2.arrow::after {
  position: absolute;
  top: calc(100% + 80px);
  left: 0;
  width: 15px;
  height: 88px;
  background-image: url(images/h2-arrow.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
}
.intro-head--col h3 {
  display: block;
  font-weight: 400;
  font-size: 2.5rem;
  line-height: 3rem;
  margin: 0;
}
.intro-head--col h4 {
  display: block;
  font-weight: 400;
  font-size: 2rem;
  line-height: 2.5rem;
  margin: 60px 0;
}
.intro-head--col h4:first-child {
  margin-top: 0;
}
.intro-head--col h4:last-child {
  margin-bottom: 0;
}
.intro-head--col p {
  display: block;
  font-weight: 400;
  font-size: 1.875rem;
  line-height: 2.5rem;
  margin: 24px 0;
}
.intro-head--col p:first-child {
  margin-top: 0;
}
.intro-head--col p:last-child {
  margin-bottom: 0;
}

@media (max-width: 1024px) {
  .intro-head--col {
    padding: 0 24px;
  }
  .intro-head--col h2 {
    font-size: 3rem;
    line-height: 4rem;
  }
  .intro-head--col h2:has(svg) {
    -webkit-column-gap: 24px;
       -moz-column-gap: 24px;
            column-gap: 24px;
  }
  .intro-head--col h2.arrow::after {
    top: calc(100% + 16px);
  }
  .intro-head--col h3 {
    font-size: 2rem;
    line-height: 2.5rem;
  }
  .intro-head--col h4 {
    font-size: 1.5rem;
    line-height: 2rem;
    margin: 40px 0;
  }
  .intro-head--col p {
    font-size: 1.125rem;
    line-height: 1.5rem;
  }
}
@media (max-width: 768px) {
  .intro-head {
    display: block;
  }
  .intro-head--col {
    padding: 0 16px;
    margin: 0 0 24px;
  }
  .intro-head--col:last-child {
    margin: 0;
  }
  .intro-head--col:last-child h2 {
    font-size: 2.5rem;
    line-height: 3rem;
  }
  .intro-head--col h2.arrow {
    padding-left: 32px;
  }
  .intro-head--col h2.arrow::after {
    position: absolute;
    top: -36px;
    left: 0;
  }
  .intro-head--col h4 {
    margin: 16px 0;
  }
  .intro-head--col .buttons {
    margin: 48px 0 0;
  }
}
@media (max-width: 576px) {
  .intro-head--col {
    padding: 0;
  }
  .intro-head--col h2 {
    font-weight: 600;
    font-size: 2.5rem;
    line-height: 3rem;
  }
  .intro-head--col h2:has(svg) {
    -webkit-column-gap: 16px;
       -moz-column-gap: 16px;
            column-gap: 16px;
  }
  .intro-head--col h3 {
    font-size: 1.75rem;
    line-height: 2rem;
  }
  .intro-head--col h4 {
    font-size: 1.125rem;
    line-height: 1.5rem;
  }
  .intro-head--col p {
    font-size: 1rem;
    line-height: 1.5rem;
  }
  .intro-head--col .buttons {
    margin: 32px 0 0;
  }
}
.buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}
.buttons.buttons-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 12px;
     -moz-column-gap: 12px;
          column-gap: 12px;
  font-weight: 400;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.btn.btn-main {
  font-size: 1.5rem;
  line-height: 1.875rem;
  color: #ffffff;
  background-color: rgba(255, 255, 255, 0);
  border: 1px solid #ffffff;
  padding: 10px 50px;
}
.btn.btn-main:hover {
  background-color: rgba(255, 255, 255, 0.1);
}
.btn.btn-arrow {
  font-size: 1.25rem;
  line-height: 1.5rem;
  color: #000000;
  background-image: url(images/arrow-btn.svg);
  background-position-x: calc(100% - 16px);
  background-position-y: center;
  background-repeat: no-repeat;
  background-size: 44px;
  border: 1px solid #000000;
  padding: 3px 70px 3px 12px;
}
.btn.btn-arrow.btn-arrow-white {
  color: #ffffff;
  background-image: url(images/arrow-btn-white.svg);
  border: 1px solid #ffffff;
}
.btn.btn-arrow.btn-arrow-white::after {
  background-color: #ffffff;
}
.btn.btn-arrow::after {
  display: inline-block;
  width: 1px;
  height: 16px;
  background-color: #000000;
  content: "";
}
.btn.btn-arrow:hover {
  background-position-x: calc(100% - 12px);
}

@media (max-width: 576px) {
  .btn.btn-main {
    font-size: 1rem;
    line-height: 1.5rem;
    padding: 8px 24px;
  }
  .btn.btn-arrow {
    font-size: 0.875rem;
  }
}
.main-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #000000;
  padding: 34px 24px;
}

.screen-section {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 100vh;
  min-height: calc(1vh * 100);
  min-height: calc(var(--vh, 1vh) * 100);
  padding: 80px 0;
}
.screen-section.screen-section-black {
  background-color: #000000;
}
.screen-section::after {
  z-index: 1;
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  content: "";
}
.screen-section#about-us::after {
  background-image: url(images/about-us.png);
}
.screen-section#gallery::after {
  background-image: url(images/gallery.png);
}
.screen-section#products::after {
  background-image: url(images/products.png);
}
.screen-section#contact::after {
  background-image: url(images/contact.png);
}
.screen-section#form::after {
  background-image: url(images/form.png);
}
.screen-section#product::after, .screen-section#project::after {
  background-image: url(images/product.png);
}

@media (max-width: 1024px) {
  .screen-section {
    min-height: 0;
    min-height: initial;
  }
}
@media (max-width: 576px) {
  .screen-section {
    padding: 48px 0;
  }
  .screen-section#about-us::after, .screen-section#product::after, .screen-section#project::after {
    background-image: none;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.05)), to(rgba(0, 0, 0, 0)));
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.05) 0%, rgba(0, 0, 0, 0) 100%);
  }
}
.section-header {
  display: block;
}
.section-header.section-header-white h2 {
  color: #ffffff;
}
.section-header h2 {
  display: block;
  font-weight: 400;
  font-size: 4rem;
  line-height: 4.75rem;
  color: #000000;
  margin: 0;
}

@media (max-width: 1024px) {
  .section-header h2 {
    font-size: 3rem;
    line-height: 4rem;
  }
}
@media (max-width: 768px) {
  .section-header h2 {
    font-size: 2.5rem;
    line-height: 3.5rem;
  }
}
@media (max-width: 576px) {
  .section-header h2 {
    font-size: 1.75rem;
    line-height: 2.5rem;
  }
}
.content {
  z-index: 2;
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 100px;
  -webkit-column-gap: 100px;
     -moz-column-gap: 100px;
          column-gap: 100px;
}
.content.content-full {
  display: block;
}
.content--col {
  display: block;
}
.content--col--body {
  display: block;
  margin: 56px 0;
}
.content--col--body:first-child {
  margin-top: 0;
}
.content--col--body:last-child {
  margin-bottom: 0;
}
.content--col--body.primary-body h2, .content--col--body.primary-body h3, .content--col--body.primary-body h4 {
  position: relative;
  font-weight: 700;
  font-size: 1.75rem;
  line-height: 2.5rem;
  color: #000000;
  margin: 0;
}
.content--col--body.primary-body h2::before, .content--col--body.primary-body h3::before, .content--col--body.primary-body h4::before {
  position: absolute;
  bottom: -6px;
  left: 0;
  width: 24px;
  height: 2px;
  background-color: #000000;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  content: "";
}
.content--col--body.primary-body p {
  font-size: 1.75rem;
}
.content--col--body.secondary-body ul {
  list-style-type: disc;
  list-style-position: inside;
}
.content--col--body.secondary-body ul li {
  display: list-item;
  font-size: 1.5rem;
  line-height: 2.5rem;
  color: #000000;
  margin: 0;
}
.content--col--body p {
  display: block;
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 2rem;
  margin: 32px 0;
}
.content--col--body p:first-child {
  margin-top: 0;
}
.content--col--body p:last-child {
  margin-bottom: 0;
}
.content--col--body ul {
  display: block;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.content--col--body ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-column-gap: 40px;
     -moz-column-gap: 40px;
          column-gap: 40px;
  color: #ffffff;
  margin: 0 0 80px;
}
.content--col--body ul li:last-child {
  margin: 0;
}
.content--col--body ul li:has(a[href^="mailto:"]) svg {
  margin: 10px 0 0;
}
.content--col--body ul li svg {
  width: 40px;
  height: auto;
}
.content--col--body ul li div {
  display: block;
  font-weight: 400;
  font-size: 2rem;
  line-height: 3rem;
  color: #ffffff;
}
.content--col--body ul li div a {
  color: #ffffff;
}
.content--col--footer {
  display: block;
}
.content--col--footer p {
  display: block;
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 2rem;
  margin: 16px 0;
}
.content--col--footer p:first-child {
  margin-top: 0;
}
.content--col--footer p:last-child {
  margin-bottom: 0;
}

@media (max-width: 1024px) {
  .content {
    -webkit-column-gap: 64px;
       -moz-column-gap: 64px;
            column-gap: 64px;
    overflow: hidden;
  }
  .content--col--body {
    margin: 40px 0;
  }
  .content--col--body.primary-body h2, .content--col--body.primary-body h3, .content--col--body.primary-body h4 {
    font-size: 1.5rem;
    line-height: 2rem;
  }
  .content--col--body.primary-body p {
    font-size: 1.125rem;
  }
  .content--col--body.secondary-body ul li {
    font-size: 1rem;
    line-height: 1.5rem;
  }
  .content--col--body p {
    font-size: 1rem;
    line-height: 1.5rem;
    margin: 24px 0;
  }
  .content--col--body ul li {
    -webkit-column-gap: 24px;
       -moz-column-gap: 24px;
            column-gap: 24px;
    margin: 0 0 40px;
  }
  .content--col--body ul li svg {
    width: 32px;
  }
  .content--col--body ul li div {
    font-size: 1.125rem;
    line-height: 1.5rem;
  }
  .content--col--footer p {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}
@media (max-width: 576px) {
  .content {
    grid-template-columns: 1fr;
    -webkit-column-gap: 0;
       -moz-column-gap: 0;
            column-gap: 0;
    row-gap: 56px;
  }
  .content--col--body {
    margin: 32px 0;
  }
  .content--col--body ul li {
    -webkit-column-gap: 24px;
       -moz-column-gap: 24px;
            column-gap: 24px;
    margin: 0 0 24px;
  }
  .content--col--body ul li:has(a[href^="mailto:"]) svg {
    margin: 4px 0 0;
  }
  .content--col--body ul li svg {
    width: 24px;
  }
  .content--col--body ul li div {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}
.products {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-gap: 6px;
  gap: 6px;
}

@media (max-width: 1024px) {
  .products {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 576px) {
  .products {
    grid-template-columns: repeat(2, 1fr);
  }
}
.product {
  position: relative;
  display: block;
  min-height: 510px;
  background-color: #D9D9D9;
  padding: 104px 8px 40px;
}
.product--background {
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  background: -webkit-gradient(linear, left bottom, left top, from(black), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(0deg, black 0%, rgba(0, 0, 0, 0) 100%);
}
.product--background span {
  position: absolute;
  bottom: -24px;
  left: 16px;
  display: inline-block;
  font-weight: 900;
  font-size: 3.125rem;
  text-transform: uppercase;
  line-height: 1;
  color: rgba(255, 255, 255, 0.1);
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  -webkit-transform-origin: top left;
          transform-origin: top left;
}
.product--foreground {
  z-index: 2;
  position: relative;
  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: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}
.product--foreground--col {
  display: block;
}
.product--foreground--col h3 {
  display: block;
  font-weight: 400;
  font-size: 1.25rem;
  line-height: 1.5rem;
  color: #ffffff;
  margin: 0 0 24px;
}

form {
  display: grid;
  grid-template-columns: 1fr;
  grid-row-gap: 12px;
  row-gap: 12px;
}
form .label-box {
  display: block;
  width: 100%;
}
form .label-box:has(.wpcf7-submit) {
  text-align: right;
}
form .label-box:has(.wpcf7-list-item) {
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  grid-template-columns: 18px 1fr;
  grid-column-gap: 16px;
  -webkit-column-gap: 16px;
     -moz-column-gap: 16px;
          column-gap: 16px;
  padding: 20px 0;
}
form .label-box:has(a) {
  color: #000000;
  font-size: 0.9375rem;
  line-height: 1.5625rem;
}
form .label-box:has(a) a {
  color: #000000;
}
form .label-box label {
  display: block;
  width: 100%;
}
form .label-box label span {
  display: block;
}
form .label-box label span input, form .label-box label span textarea, form .label-box label span select {
  display: block;
  width: 100%;
  font-size: 0.9375rem;
  line-height: 1.5625rem;
  color: #ffffff;
  background-color: #1D1D1D;
  border: none;
  padding: 12px 20px;
}
form .label-box label span input::-webkit-input-placeholder, form .label-box label span textarea::-webkit-input-placeholder, form .label-box label span select::-webkit-input-placeholder {
  color: #ffffff;
}
form .label-box label span input::-moz-placeholder, form .label-box label span textarea::-moz-placeholder, form .label-box label span select::-moz-placeholder {
  color: #ffffff;
}
form .label-box label span input:-ms-input-placeholder, form .label-box label span textarea:-ms-input-placeholder, form .label-box label span select:-ms-input-placeholder {
  color: #ffffff;
}
form .label-box label span input::-ms-input-placeholder, form .label-box label span textarea::-ms-input-placeholder, form .label-box label span select::-ms-input-placeholder {
  color: #ffffff;
}
form .label-box label span input::placeholder, form .label-box label span textarea::placeholder, form .label-box label span select::placeholder {
  color: #ffffff;
}
form .label-box label span select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg width=%2718%27 height=%277%27 viewBox=%270 0 18 7%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath d=%27M8.66028 6.75L17.3205 0H0L8.66028 6.75Z%27 fill=%27white%27/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 20px center;
  background-size: 18px 7px;
  padding-right: 40px;
}
form .label-box label span textarea {
  min-height: 200px;
}
form .label-box label span input[type=file] {
  background-image: url(images/input-file.svg);
  background-repeat: no-repeat;
  background-position: right 20px center;
  background-size: 24px;
  padding-right: 40px;
}
form .label-box label span .wpcf7-not-valid-tip {
  display: block;
  font-size: 0.875rem;
  line-height: 1.5rem;
  margin-top: 4px;
}
form .label-box .wpcf7-list-item {
  margin: 0;
}
form .label-box .wpcf7-spinner {
  display: none;
}
form .wpcf7-response-output {
  grid-column: 1/3;
  border: 1px solid #000000;
  margin: 16px 0 0 0;
  padding: 16px;
}

@media (max-width: 576px) {
  form {
    row-gap: 8px;
  }
  form .label-box {
    font-size: 0.875rem;
    line-height: 1.125rem;
  }
  form .label-box:has(.wpcf7-list-item) {
    padding: 16px 0;
  }
  form .label-box label span input, form .label-box label span textarea, form .label-box label span select {
    font-size: 0.875rem;
    line-height: 1.125rem;
    padding: 10px 16px;
  }
  form .label-box label span select {
    background-position: right 16px center;
    padding-right: 32px;
  }
  form .label-box label span textarea {
    min-height: 140px;
  }
  form .label-box label span input[type=file] {
    background-position: right 16px center;
    padding-right: 32px;
  }
}
@supports (-webkit-appearance: none) or (-moz-appearance: none) {
  input[type=checkbox] {
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 18px;
    height: 18px;
    margin: 0;
    border: 1px solid #000;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    cursor: pointer;
  }
  input[type=checkbox]:after {
    position: absolute;
    top: 4px;
    left: 4px;
    display: block;
    width: 8px;
    height: 8px;
    content: "";
  }
  input[type=checkbox]:checked::after {
    background-color: #000;
  }
  input[type=checkbox]:disabled {
    cursor: not-allowed;
    opacity: 0.75;
  }
  input[type=checkbox]:disabled + label {
    cursor: not-allowed;
  }
}
#partners {
  display: block;
  border-top: 1px solid #D9D9D9;
  padding: 32px 0;
}

.partners {
  display: block;
  width: 100%;
  margin: 32px 0 0;
  padding: 0 0 32px;
}
.partners .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.partners .slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  bottom: 0;
}
.partners .slick-dots li {
  background-color: #D7D7D7;
  border: 2px solid #D7D7D7;
  margin: 0;
}
.partners .slick-dots li.slick-active {
  background-color: #ffffff;
}
.partners .slick-list {
  padding: 0 !important;
}
.partners--col {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 60px;
}
.partners--col img {
  max-width: 140px;
  max-height: 90px;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
}

@media (max-width: 1024px) {
  .partners--col {
    padding: 0 40px;
  }
  .partners--col img {
    max-width: 120px;
    max-height: 72px;
  }
}
@media (max-width: 576px) {
  .partners--slide {
    text-align: center;
  }
  .partners--col {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 0 24px;
  }
  .partners--col img {
    max-width: 60vw;
  }
}
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track, .slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  float: left;
  height: auto;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.slick-arrow {
  z-index: 10;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 124px;
  width: 124px;
  line-height: 0px;
  font-size: 0px;
  color: #ffffff;
  background-color: rgba(255, 255, 255, 0);
  border: 1px solid #ffffff;
  border-radius: 50%;
  padding: 0;
  outline: none;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.slick-arrow:hover {
  background-color: rgba(255, 255, 255, 0.1);
}
.slick-arrow.slick-prev {
  left: -180px;
}
.slick-arrow.slick-next {
  right: -180px;
}
.slick-arrow svg {
  width: 50px;
  height: auto;
}

.slick-dotted.slick-slider {
  margin-bottom: 0px;
}

.slick-dots {
  position: absolute;
  bottom: -90px;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  list-style-type: none;
  -webkit-column-gap: 18px;
     -moz-column-gap: 18px;
          column-gap: 18px;
  width: 100%;
  margin: 0;
  padding: 0;
}
.slick-dots li {
  display: inline-block;
  height: 14px;
  width: 14px;
  background-color: #ffffff;
  border: 2px solid #ffffff;
  border-radius: 50%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
}
.slick-dots li button {
  display: none;
}
.slick-dots li.slick-active {
  background-color: #000000;
}

@media (max-width: 576px) {
  .slick-dots li {
    height: 10px;
    width: 10px;
    border: 1px solid #ffffff;
  }
}
.projects {
  width: calc(100% + 80px);
  margin: 0 -40px;
}
.projects .slick-slide {
  margin: 0 4px;
}
.projects .slick-list {
  margin: 0 -4px;
}

@media (max-width: 1024px) {
  .projects {
    width: 100%;
    margin: 0;
    padding: 0 0 64px;
  }
  .projects .slick-dots {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    bottom: 0;
  }
  .projects .slick-dots li {
    margin: 0;
  }
  .projects .slick-slide {
    margin: 0 4px;
  }
  .projects .slick-list {
    margin: 0 -4px;
  }
}
.project {
  position: relative;
  display: block;
}
.project--content {
  position: relative;
  display: block;
}
.project--content--background {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.project--content--background img {
  width: 100%;
  height: auto;
}
.project--content--background::after {
  z-index: 2;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 300px;
  background: -webkit-gradient(linear, left bottom, left top, from(black), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(0deg, black 0%, rgba(0, 0, 0, 0) 100%);
  content: "";
}
.project--content--description {
  z-index: 3;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  color: #ffffff;
  padding: 4px 12px;
}
.project--content--description h3 {
  display: block;
  font-weight: 400;
  font-size: 1.25rem;
  line-height: 1.5rem;
  margin: 0;
}
.project--content--description p {
  display: block;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 2rem;
  margin: 0;
}
.project--footer {
  display: block;
  margin: 30px 0 0;
}

.project-gallery {
  display: block;
  padding: 0 0 60px;
}
.project-gallery .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.project-gallery .slick-slide {
  margin: 0 50px;
}
.project-gallery .slick-list {
  margin: 0 -50px;
}
.project-gallery .slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  bottom: 0;
}
.project-gallery .slick-dots li {
  background-color: #D7D7D7;
  border: 2px solid #D7D7D7;
  margin: 0;
}
.project-gallery .slick-dots li.slick-active {
  background-color: #ffffff;
}
.project-gallery .slick-arrow {
  color: #000000;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #000000;
}
.project-gallery .slick-arrow:hover {
  background-color: rgba(0, 0, 0, 0.05);
}
.project-gallery--item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.slick-current .project-gallery--item img {
  width: calc(100% + 80px);
  margin: 0 -40px;
}
.project-gallery--item img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

@media (max-width: 576px) {
  .project-gallery {
    padding: 0 0 48px;
  }
  .project-gallery .slick-slide {
    margin: 0 4px;
  }
  .project-gallery .slick-list {
    margin: 0 -4px;
  }
  .project-gallery .slick-dots li {
    border: 1px solid #D7D7D7;
  }
  .project-gallery .slick-arrow {
    display: none;
  }
  .slick-current .project-gallery--item img {
    width: 100%;
    margin: 0;
  }
}
.achievement {
  display: block;
}
.achievement--icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.achievement--icon svg {
  width: auto;
  height: 48px;
}
.achievement--content {
  display: block;
  text-align: center;
  margin: 32px 0 0;
}
.achievement--content p {
  display: block;
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 2rem;
  margin: 0;
}
.achievement--content h3 {
  display: block;
  font-weight: 400;
  font-size: 3rem;
  line-height: 3.5rem;
  margin: 0;
}

@media (max-width: 1024px) {
  .achievement--icon svg {
    height: 40px;
  }
  .achievement--content {
    margin: 24px 0 0;
  }
  .achievement--content p {
    font-size: 1.125rem;
    line-height: 1.5rem;
    margin: 0;
  }
  .achievement--content h3 {
    font-size: 2rem;
    line-height: 2.5rem;
  }
}
@media (max-width: 576px) {
  .achievement--icon svg {
    height: 32px;
  }
  .achievement--content {
    margin: 20px 0 0;
  }
  .achievement--content p {
    font-size: 0.875rem;
  }
  .achievement--content h3 {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}
.counter {
  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: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  row-gap: 40px;
  height: 100%;
}

.nav-btn {
  z-index: 10000;
  position: relative;
  display: none;
  width: 40px;
  height: 40px;
  background-color: #ffffff;
  border: 1px solid #000000;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.nav-btn span {
  position: absolute;
  left: 10px;
  display: block;
  width: 20px;
  height: 2px;
  background-color: #000000;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.nav-btn span:nth-child(1) {
  top: 10px;
}
.nav-btn span:nth-child(2), .nav-btn span:nth-child(3) {
  top: 18px;
}
.nav-btn span:nth-child(4) {
  top: 26px;
}
.nav-btn.open span:nth-child(1) {
  top: 10px;
  width: 0%;
  left: 50%;
}
.nav-btn.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.nav-btn.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.nav-btn.open span:nth-child(4) {
  top: 10px;
  width: 0%;
  left: 50%;
}

@media (max-width: 991px) {
  .nav-btn {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
}

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