/*
    Theme Name: Grzegorz Majka
    Description: Szablon dedykowany dla Grzegorz Majka
    Version: 1.16
    Author: Piotr Sember
    Author URI: https://kodhtml.pl
*/
html {
  font-size: 10px;
}

body {
  margin: 0;
  background: #fff;
  line-height: 1.9;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  color: #707070;
  font-family: KazimirText2, sans-serif;
  font-weight: 300;
  font-size: 2rem;
}

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

body a {
  color: inherit;
  outline: none;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

a img {
  border: none;
}

h1, h2, h3, h4, h5, h6, p, ul, ol {
  margin: 0;
}

ul, ol {
  padding-left: 1.5em;
}

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

input, textarea, select, button {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  outline: none;
  color: inherit;
  border-radius: 0;
  box-shadow: none;
  display: block;
  border: none;
  background: transparent;
}

svg, img:not(.x2) {
  max-width: 100%;
  width: auto;
  height: auto;
}

.d-table {
  display: table;
  width: 100%;
  height: 100%;
  table-layout: fixed;
  border-collapse: collapse;
}

.d-table > * {
  display: table-cell;
  vertical-align: middle;
}

.clr {
  clear: both !important;
  float: none !important;
  display: block !important;
  width: auto !important;
  height: auto !important;
  padding: 0 !important;
  margin: 0 !important;
}

td {
  padding-left: 2rem;
}

td:first-child {
  padding-left: 0;
}

main {
  display: block;
}

body .container {
  margin-left: auto;
  margin-right: auto;
  display: block;
  max-width: 1128px;
  padding-left: 20px;
  padding-right: 20px;
}
@media (max-width: 1024px) {
  body .container {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 599px) {
  body .container {
    padding-left: 16px;
    padding-right: 16px;
  }
}

.bg-image {
  position: absolute;
  opacity: 0;
  visibility: hidden;
  z-index: -1;
}

.rwd-bg {
  background-position: center center;
  background-repeat: repeat;
}
.rwd-bg.full-bg {
  background-repeat: no-repeat;
  background-size: cover;
}

iframe {
  max-width: 100%;
}

.video-container {
  position: relative;
  padding-bottom: 56.25%;
}

.video-container embed, .video-container iframe, .video-container object {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* butter.css */
* {
  box-sizing: border-box;
}

body {
  width: 100%;
  margin: 0;
}

.test-div {
  position: relative;
  width: 100%;
  height: 75vh;
}

.black-div {
  background-color: #000000;
}

.test-heading {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
}

.white-heading {
  color: #ffffff;
}

@font-face {
  font-family: "KazimirText2";
  src: url("./fonts/kazimir-text/KazimirText-Hairline.ttf") format("truetype");
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: "KazimirText2";
  src: url("./fonts/kazimir-text/KazimirText-HairlineIt.ttf") format("truetype");
  font-weight: 100;
  font-style: italic;
}
@font-face {
  font-family: "KazimirText2";
  src: url("./fonts/kazimir-text/KazimirText-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "KazimirText2";
  src: url("./fonts/kazimir-text/KazimirText-LightIt.ttf") format("truetype");
  font-weight: 300;
  font-style: italic;
}
@font-face {
  font-family: "KazimirText2";
  src: url("./fonts/kazimir-text/KazimirText-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "KazimirText2";
  src: url("./fonts/kazimir-text/KazimirText-MediumIt.ttf") format("truetype");
  font-weight: 500;
  font-style: italic;
}
@font-face {
  font-family: "KazimirText2";
  src: url("./fonts/kazimir-text/KazimirText-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "KazimirText2";
  src: url("./fonts/kazimir-text/KazimirText-BoldIt.ttf") format("truetype");
  font-weight: 700;
  font-style: italic;
}
nav#nav {
  position: fixed;
  z-index: 1000;
  top: 0;
  width: 100%;
  color: #707070;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
nav#nav .user-links {
  grid-column: span 2;
  text-align: right;
}
nav#nav .user-links a {
  font-weight: 700;
}
nav#nav .content {
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  position: relative;
  padding: 5.2rem 0 1.3rem 0;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
@media (max-width: 1024px) {
  nav#nav .content {
    grid-template-columns: 1fr 5fr 1fr;
  }
}
@media (max-width: 599px) {
  nav#nav .content {
    grid-template-columns: 1fr 1fr;
  }
}
nav#nav .content > *:nth-child(1) {
  position: relative;
}
nav#nav .content > *:nth-child(2) {
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.show-menu nav#nav .content > *:nth-child(2) {
  opacity: 0;
  visibility: hidden;
}
@media (max-width: 767px) {
  nav#nav .content > *:nth-child(2) {
    display: none;
  }
}
@media (max-width: 1024px) {
  nav#nav .content > *:nth-child(2) .menu {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
  }
}
nav#nav .content > *:nth-child(3) {
  justify-self: end;
}
.scrolled nav#nav .content {
  padding: 1rem 0;
}
nav#nav .logo {
  width: 19.6rem;
}
@media (max-width: 1024px) {
  nav#nav .logo {
    width: 16rem;
  }
}
@media (max-width: 767px) {
  nav#nav .logo {
    width: 23rem;
  }
}
nav#nav .logo img #Group_99, nav#nav .logo svg #Group_99 {
  -webkit-transition: all 0.6s ease-out 0s;
  transition: all 0.6s ease-out 0s;
}
.scrolled nav#nav .logo img #Group_99, .scrolled nav#nav .logo svg #Group_99 {
  opacity: 0;
}
nav#nav #menu-btn {
  display: flex;
  flex-direction: row;
}
nav#nav #menu-btn .text {
  position: relative;
  font-size: 1.4rem;
  padding-right: 1.4rem;
  -webkit-transform: translateX(-2px);
  transform: translateX(-2px);
  visibility: hidden;
  -webkit-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
}
.show-menu nav#nav #menu-btn .text {
  visibility: visible;
}
nav#nav #menu-btn .text .text-menu {
  -webkit-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
  opacity: 0;
}
.show-menu nav#nav #menu-btn .text .text-menu {
  visibility: visible;
  opacity: 0;
}
nav#nav #menu-btn .text-close {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.show-menu nav#nav #menu-btn .text-close {
  opacity: 1;
}
nav#nav #menu-btn:hover .text {
  visibility: visible;
}
nav#nav #menu-btn:hover .text .text-menu {
  opacity: 1;
}
.show-menu nav#nav #menu-btn:hover .text .text-menu {
  opacity: 0;
}
nav#nav #menu-btn:hover .lines span:first-child {
  transform: scale(0);
  -webkit-transform: scale(0);
}
nav#nav #menu-btn:hover .lines span:last-child {
  transform: rotate(90deg) translateX(-10px);
  -webkit-transform: rotate(90deg) translateX(-10px);
}
@media (max-width: 1024px) {
  nav#nav #menu-btn:hover .text {
    visibility: hidden;
  }
  nav#nav #menu-btn:hover .lines span {
    transform: none;
    -webkit-transform: none;
  }
}
nav#nav .menu {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 2rem;
  line-height: 1.45;
  position: relative;
}
nav#nav .menu:after {
  content: "" !important;
  display: table !important;
  clear: both !important;
}
nav#nav .menu li {
  float: left;
  margin-right: 4.3rem;
  padding: 1rem 0;
}
@media (max-width: 1024px) {
  nav#nav .menu li {
    margin-right: 2.3rem;
  }
}
nav#nav .menu li:last-child {
  margin-right: 0;
}
@media (max-width: 767px) {
  nav#nav .menu li {
    float: none;
  }
}
nav#nav .menu li a {
  display: block;
  display: inline-block;
  position: relative;
}
nav#nav .menu li a::before {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 2px;
  background: #707070;
  display: block;
  content: "";
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
@media (min-width: 1025px) {
  nav#nav .menu li a:hover::before {
    width: 100%;
  }
}
@media (min-width: 1025px) {
  nav#nav .menu li:hover .sub-menu {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
nav#nav .menu li .sub-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  position: absolute;
  top: 100%;
  visibility: hidden;
  opacity: 0;
  -webkit-transform: translateY(-20px);
  transform: translateY(-20px);
  font-size: 1.4rem;
  line-height: 1.4285714286;
}
nav#nav .menu li .sub-menu li {
  float: left;
  margin-right: 1.2rem;
  padding: 0 1.2rem 0 0;
  border-right: 1px solid #707070;
}
nav#nav .menu li .sub-menu li:last-child {
  margin-right: 0;
  padding-right: 0;
  border-right: 0;
}
nav#nav .menu li .sub-menu li a::before {
  height: 1px;
}
.single-post nav#nav .menu li.posts-main > a, nav#nav .menu li.current-page-parent > a, nav#nav .menu li.current-page-ancestor > a, nav#nav .menu li.current-menu-parent > a, nav#nav .menu li.current-menu-ancestor > a, nav#nav .menu li.current-menu-item > a {
  display: inline-block;
  position: relative;
}
.single-post nav#nav .menu li.posts-main > a::before, nav#nav .menu li.current-page-parent > a::before, nav#nav .menu li.current-page-ancestor > a::before, nav#nav .menu li.current-menu-parent > a::before, nav#nav .menu li.current-menu-ancestor > a::before, nav#nav .menu li.current-menu-item > a::before {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: #707070;
  display: block;
  content: "";
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
@media (min-width: 1025px) {
  .single-post nav#nav .menu li.posts-main > a:hover::before, nav#nav .menu li.current-page-parent > a:hover::before, nav#nav .menu li.current-page-ancestor > a:hover::before, nav#nav .menu li.current-menu-parent > a:hover::before, nav#nav .menu li.current-menu-ancestor > a:hover::before, nav#nav .menu li.current-menu-item > a:hover::before {
    width: 100%;
  }
}

#big-menu {
  -webkit-transition: all 4s ease 0s;
  transition: all 4s ease 0s;
  position: fixed;
  left: 100vw;
  top: 0;
  width: 100%;
  height: 100%;
  visibility: hidden;
  opacity: 0;
  z-index: 800;
  color: #000000;
}
.show-menu #big-menu {
  visibility: visible;
  opacity: 1;
  left: 0;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.show-menu #big-menu .bg {
  opacity: 0.95;
  -webkit-transition: all 1s ease-out 0.5s;
  transition: all 1s ease-out 0.5s;
}
.show-menu #big-menu .bg2 {
  right: 0;
  -webkit-transition: right 1s ease-out 0.6s;
  transition: right 1s ease-out 0.6s;
}
.show-menu #big-menu .container {
  opacity: 1;
  -webkit-transition: opacity 2.4s ease-out 2s;
  transition: opacity 2.4s ease-out 2s;
}
#big-menu .bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background: #EBE5DB;
  opacity: 0;
  -webkit-transition: top 1s ease-out 0s;
  transition: top 1s ease-out 0s;
}
#big-menu .bg2 {
  position: absolute;
  right: -100vw;
  top: 0;
  width: 50%;
  height: 100%;
  z-index: 2;
  background: #8b7f70;
  opacity: 0.63;
  -webkit-transition: all 1s ease-out 0s;
  transition: all 1s ease-out 0s;
}
@media (max-width: 1024px) {
  #big-menu .bg2 {
    width: 75%;
  }
}
@media (max-width: 599px) {
  #big-menu .bg2 {
    width: 90%;
  }
}
#big-menu .container {
  position: relative;
  z-index: 5;
  text-align: right;
  height: 100%;
  overflow: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  opacity: 0;
  -webkit-transition: all 1s ease-out 0s;
  transition: all 1s ease-out 0s;
  max-width: 50%;
  margin-left: auto;
  margin-right: 0;
  padding-right: 11%;
  padding-left: 8%;
}
@media (max-width: 1024px) {
  #big-menu .container {
    max-width: 75%;
  }
}
@media (max-width: 599px) {
  #big-menu .container {
    max-width: 90%;
  }
}
#big-menu .container .menu-container-in {
  padding-top: 4rem;
  padding-bottom: 4rem;
}
@media (max-width: 1024px) {
  #big-menu .container .menu-container-in {
    max-height: 80vh;
    overflow-y: scroll;
  }
}
#big-menu .container .contact-info {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  font-size: 1.4rem;
  line-height: 1;
  gap: 1.6rem;
}
#big-menu .container .contact-info .client-panel {
  font-weight: 500;
  display: inline-block;
  position: relative;
}
#big-menu .container .contact-info .client-panel::before {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 1px;
  background: #000000;
  display: block;
  content: "";
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
@media (min-width: 1025px) {
  #big-menu .container .contact-info .client-panel:hover::before {
    width: 100%;
  }
}
#big-menu .container .contact-info .btn-arrow img {
  filter: brightness(0);
}
#big-menu .container ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
#big-menu .container .menu {
  padding: 0 0 7rem 0;
  font-size: 5.4rem;
  line-height: 1.1;
  display: flex;
  flex-direction: column;
  gap: 2.7rem;
}
@media (max-width: 1640px) {
  #big-menu .container .menu {
    font-size: 4.2rem;
    gap: 2.4rem;
  }
}
#big-menu .container .menu li.menu-item-has-children > a {
  padding-right: 0.6em;
  background: url("images/arr-down.svg") no-repeat right 20%;
  background-size: auto 0.9em;
}
#big-menu .container .menu a {
  display: inline-block;
  position: relative;
}
#big-menu .container .menu a::before {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 4px;
  background: #000000;
  display: block;
  content: "";
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
@media (min-width: 1025px) {
  #big-menu .container .menu a:hover::before {
    width: 100%;
  }
}
#big-menu .container .menu a span {
  display: inline-block;
}
#big-menu .container .menu .sub-menu {
  margin-top: 3.8rem;
  font-size: 3rem;
  display: flex;
  flex-direction: column;
  gap: 2.7rem;
}
@media (max-width: 1640px) {
  #big-menu .container .menu .sub-menu {
    font-size: 2.6rem;
    margin-top: 3.2rem;
    gap: 2.4rem;
  }
}
#big-menu .container .menu .sub-menu a {
  display: inline-block;
  position: relative;
}
#big-menu .container .menu .sub-menu a::before {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 2px;
  background: #000000;
  display: block;
  content: "";
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
@media (min-width: 1025px) {
  #big-menu .container .menu .sub-menu a:hover::before {
    width: 100%;
  }
}

main {
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

#menu-btn {
  z-index: 6000;
  display: block;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  position: relative;
}
#menu-btn .lines {
  width: 36px;
}
#menu-btn .lines span {
  display: block;
  height: 1px;
  margin-top: 10px;
  width: 36px;
  background: #707070;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
#menu-btn .lines span:first-child {
  margin-top: 0 !important;
}
.show-menu #menu-btn .lines span:nth-child(1) {
  -webkit-transform: translateY(11px) rotate(45deg) !important;
  transform: translateY(11px) rotate(45deg) !important;
}
.show-menu #menu-btn .lines span:nth-child(2) {
  opacity: 0;
}
.show-menu #menu-btn .lines span:nth-child(3) {
  -webkit-transform: translateY(-11px) rotate(-45deg) !important;
  transform: translateY(-11px) rotate(-45deg) !important;
}

.logo {
  display: block;
  position: relative;
}
.logo img, .logo svg {
  display: block;
  width: 100%;
  height: auto;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.logo .logo-animate {
  position: absolute;
  top: 0;
  left: 4.5918367347%;
  width: 37.7551020408%;
  transform: translateY(7%);
}

.scroll-progress-bar {
  position: fixed;
  top: 50%;
  left: 13.5rem;
  transform: translateY(-50%);
  z-index: 9;
  mix-blend-mode: exclusion;
  width: 9px;
}
@media (max-width: 1366px) {
  .scroll-progress-bar {
    left: 4rem;
  }
}
@media (max-width: 1024px) {
  .scroll-progress-bar {
    top: 25rem;
    left: 4rem;
  }
}
@media (max-width: 599px) {
  .scroll-progress-bar {
    left: 1rem;
  }
}
.scroll-progress-bar .progress-line {
  height: 25.4rem;
  background-color: #fff;
  width: 1px;
  display: block;
  position: relative;
}
.scroll-progress-bar .progress-line .progress-circle {
  display: block;
  width: 9px;
  height: 9px;
  border-radius: 100%;
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 50%;
  will-change: top;
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s cubic-bezier(0.37, 0.61, 0.24, 1.2) 0s;
  transition: all 0.3s cubic-bezier(0.37, 0.61, 0.24, 1.2) 0s;
}

.elements-list-container {
  position: relative;
}
.js .elements-list-container {
  opacity: 0;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  transition-delay: 300ms;
}
.js .elements-list-container.ready {
  opacity: 1;
}
.elements-list-container:after {
  content: "" !important;
  display: table !important;
  clear: both !important;
}
.elements-list-container:after {
  content: "" !important;
  display: table !important;
  clear: both !important;
}
.elements-list-container .arr-prev, .elements-list-container .arr-next {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  position: absolute;
  height: 100%;
  width: 6rem;
}
.elements-list-container .arr-prev img, .elements-list-container .arr-prev svg, .elements-list-container .arr-next img, .elements-list-container .arr-next svg {
  display: block;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.elements-list-container .arr-prev img, .elements-list-container .arr-prev svg, .elements-list-container .arr-next img, .elements-list-container .arr-next svg {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.elements-list-container .arr-prev.disabled, .elements-list-container .arr-next.disabled {
  cursor: auto;
  opacity: 0;
  visibility: hidden;
}
.elements-list-container .arr-prev {
  right: 100%;
  margin-right: 1rem;
}
@media (min-width: 1025px) {
  .elements-list-container .arr-prev:hover img, .elements-list-container .arr-prev:hover svg {
    -webkit-transform: translateY(-50%) translateX(-3px);
    transform: translateY(-50%) translateX(-3px);
  }
}
.elements-list-container .arr-next {
  left: 100%;
  margin-left: 1rem;
}
@media (min-width: 1025px) {
  .elements-list-container .arr-next:hover img, .elements-list-container .arr-next:hover svg {
    -webkit-transform: translateY(-50%) translateX(3px);
    transform: translateY(-50%) translateX(3px);
  }
}
.elements-list-container .elements-list {
  float: left;
  position: relative;
  overflow: hidden;
  padding-bottom: 1px;
  width: 100%;
}
.elements-list-container .elements-list .elements-group {
  display: table;
  table-layout: fixed;
  border-collapse: collapse;
  -webkit-transform: translateX(-200%);
  transform: translateX(-200%);
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  width: calc(100% + 16px);
  margin-left: -16px;
  height: 100%;
  z-index: 1;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  -webkit-transition-property: -webkit-transform, opacity;
  transition-property: transform, opacity;
  background: transparent;
}
.elements-list-container .elements-list .elements-group.no-anim {
  -webkit-transition: none !important;
  transition: none !important;
}
.elements-list-container .elements-list .elements-group.prev {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  opacity: 1;
}
.elements-list-container .elements-list .elements-group.current {
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
  position: relative;
  z-index: 2;
  opacity: 1;
}
.elements-list-container .elements-list .elements-group.next {
  position: absolute;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  opacity: 1;
}
.elements-list-container .elements-list .elements-group.next + .elements-group {
  opacity: 1;
  -webkit-transform: translateX(200%);
  transform: translateX(200%);
}
.elements-list-container .elements-list .elements-group.next + .elements-group + .elements-group {
  opacity: 0;
  -webkit-transform: translateX(300%);
  transform: translateX(300%);
}
.elements-list-container .elements-list .elements-group .el {
  display: table-cell;
  vertical-align: top;
  padding-left: 16px;
}

.elements-list-type-our-process-steps .elements-list {
  overflow: visible;
}
.elements-list-type-our-process-steps .elements-list .elements-group {
  display: block;
  margin-left: 0;
  width: 100%;
  transition: opacity 0.2s ease-in-out, transform 1s ease-in-out, -webkit-transform 1s ease-in-out, margin 1s ease-in-out;
  -webkit-transition: opacity 0.2s ease-in-out, transform 1s ease-in-out, -webkit-transform 1s ease-in-out, margin 1s ease-in-out;
}
.elements-list-type-our-process-steps .elements-list .elements-group.next {
  margin-left: 16px;
}
.elements-list-type-our-process-steps .elements-list .elements-group.next .el .step {
  width: 76%;
}
.elements-list-type-our-process-steps .elements-list .elements-group .el {
  display: block;
  padding-left: 0;
}
.elements-list-type-our-process-steps .elements-list .elements-group .el .parallax-window {
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.elements-list-type-our-process-steps .elements-list .elements-group .el .parallax-window .parallax-window-in {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 120%;
}
.elements-list-type-our-process-steps .elements-list .elements-group .el .step {
  transition: 1s width ease-out;
  -webkit-transition: 1s width ease-out;
  position: relative;
  max-height: 75vh;
  background: #707070;
  color: #fff;
  width: 100%;
}
.elements-list-type-our-process-steps .elements-list .elements-group .el .step:after {
  padding-top: 61.9469%;
  content: "";
  display: block;
}
.elements-list-type-our-process-steps .elements-list .elements-group .el .step video, .elements-list-type-our-process-steps .elements-list .elements-group .el .step img {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 2;
}
.elements-list-type-our-process-steps .elements-list .elements-group .el .step .content {
  padding-left: 17vw;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 4;
}
@media (max-width: 1024px) {
  .elements-list-type-our-process-steps .elements-list .elements-group .el .step .content {
    padding: 4rem 0 2rem 2rem;
  }
}
.elements-list-type-our-process-steps .elements-list .elements-group .el .step .content .container {
  height: 100%;
}
.elements-list-type-our-process-steps .elements-list .elements-group .el .step .content .container .container-in {
  max-width: 53rem;
  height: 100%;
  grid-template-columns: 1fr;
  grid-template-rows: calc(50% + 8.7rem) calc(50% - 8.7rem);
}
@media (max-width: 1024px) {
  .elements-list-type-our-process-steps .elements-list .elements-group .el .step .content .container .container-in {
    max-width: none;
    display: flex !important;
    flex-direction: column;
    justify-content: center;
  }
}
.elements-list-type-our-process-steps .elements-list .elements-group .el .step .content .container .container-in .title-box {
  align-self: end;
  -webkit-transition: all 0.4s ease-in-out 0.1s;
  transition: all 0.4s ease-in-out 0.1s;
}
@media (max-width: 599px) {
  .elements-list-type-our-process-steps .elements-list .elements-group .el .step .content .container .container-in .title-box h3 {
    font-size: 4rem;
  }
}
.elements-list-type-our-process-steps .elements-list .elements-group .el .step .content .container .container-in .description {
  align-self: end;
  padding: 5rem 0;
  -webkit-transition: all 0.6s ease-in-out 0.3s;
  transition: all 0.6s ease-in-out 0.3s;
}
@media (max-width: 599px) {
  .elements-list-type-our-process-steps .elements-list .elements-group .el .step .content .container .container-in .description {
    padding: 2rem 0 0 0;
    font-size: 1.6rem;
  }
}
.elements-list-type-our-process-steps .arr-next {
  display: flex;
  flex-direction: row;
  width: auto;
  left: auto;
  right: 3.2rem;
  top: 5.8rem;
  height: auto;
  margin: 0;
  z-index: 10;
  font-size: 1.4rem;
  font-weight: 700;
  white-space: nowrap;
  color: #fff;
}
.elements-list-type-our-process-steps .arr-next span {
  margin-right: 2.2rem;
  position: relative;
  display: inline-block;
}
.elements-list-type-our-process-steps .arr-next span::before {
  position: absolute;
  -webkit-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
  display: block;
  content: "";
  height: 1px;
  background: #fff;
  width: 0;
  bottom: 5px;
  left: 0;
}
.elements-list-type-our-process-steps .arr-next img, .elements-list-type-our-process-steps .arr-next svg {
  width: 6rem;
  position: static;
  -webkit-transform: none;
  transform: none;
  -webkit-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
}
@media (min-width: 1025px) {
  .elements-list-type-our-process-steps .arr-next:hover span::before {
    width: 100%;
  }
  .elements-list-type-our-process-steps .arr-next:hover img {
    -webkit-transform: translateX(3px);
    transform: translateX(3px);
  }
}
.elements-list-type-our-process-steps .arr-prev {
  display: flex;
  flex-direction: row;
  width: auto;
  left: 3.2rem;
  right: auto;
  top: 5.8rem;
  height: auto;
  margin: 0;
  z-index: 10;
  font-size: 1.4rem;
  font-weight: 700;
  white-space: nowrap;
  color: #fff;
}
.elements-list-type-our-process-steps .arr-prev span {
  -webkit-order: 2;
  order: 2;
  margin-left: 2.2rem;
  position: relative;
  display: inline-block;
}
.elements-list-type-our-process-steps .arr-prev span::before {
  position: absolute;
  -webkit-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
  display: block;
  content: "";
  height: 1px;
  background: #fff;
  width: 0;
  bottom: 5px;
  right: 0;
}
.elements-list-type-our-process-steps .arr-prev img, .elements-list-type-our-process-steps .arr-prev svg {
  width: 6rem;
  position: static;
  -webkit-transform: none;
  transform: none;
  -webkit-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
}
@media (min-width: 1025px) {
  .elements-list-type-our-process-steps .arr-prev:hover span::before {
    width: 100%;
  }
  .elements-list-type-our-process-steps .arr-prev:hover img {
    -webkit-transform: translateX(-3px);
    transform: translateX(-3px);
  }
}
@media (max-width: 1024px) {
  .elements-list-type-our-process-steps .arr-next, .elements-list-type-our-process-steps .arr-prev {
    top: -5rem;
    color: #707070;
  }
  .elements-list-type-our-process-steps .arr-next img, .elements-list-type-our-process-steps .arr-prev img {
    filter: brightness(0);
  }
}
.elements-list-type-our-process-steps .elements-pagination {
  display: none !important;
}

.elements-list-type-product-more .elements-list .elements-group {
  transition: 0.6s transform ease-in-out, 0.6s opacity ease-in-out;
  -webkit-transition: 0.6s transform ease-in-out, 0.6s opacity ease-in-out;
  width: 100% !important;
  margin: 0 auto !important;
}
.elements-list-type-product-more .elements-list .elements-group .el {
  position: relative;
}
.elements-list-type-product-more .elements-list .elements-group .el:after {
  padding-top: 100%;
  content: "";
  display: block;
}
.elements-list-type-product-more .elements-list .elements-group .el .el-in {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.elements-list-type-product-more .elements-list .elements-group .el .el-in .img-opacity-0 {
  opacity: 0;
  position: relative;
  display: block;
}
.elements-list-type-product-more .elements-list .elements-group .el .el-in .parallax-window {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.elements-list-type-product-more .elements-list .elements-group .el .el-in .parallax-window .parallax-window-in {
  display: flex;
  align-items: center;
  justify-content: center;
}
.elements-list-type-product-more .elements-list .elements-group .el .el-in .parallax-window .parallax-window-in .image img {
  object-fit: contain;
  display: block;
  width: 100%;
  height: 100%;
}
.elements-list-type-product-more .elements-list .elements-group.next + .elements-group {
  opacity: 0;
}

.elements-list-container.elements-list-type-product-materials .elements-list {
  overflow: visible;
}
.elements-list-container.elements-list-type-product-materials .elements-list .elements-group {
  opacity: 0;
  transition: 0.6s transform ease-in-out, 0.6s opacity ease-in-out;
  -webkit-transition: 0.6s transform ease-in-out, 0.6s opacity ease-in-out;
}
.elements-list-container.elements-list-type-product-materials .elements-list .elements-group.current {
  opacity: 1;
}
.elements-list-container.elements-list-type-product-materials .elements-list .elements-group.next + .elements-group {
  opacity: 0;
}
.elements-list-type-other-products .elements-list .elements-group {
  transition: 1s transform ease-in-out, 0.4s opacity ease-in-out;
  -webkit-transition: 1s transform ease-in-out, 0.4s opacity ease-in-out;
}
@media (max-width: 767px) {
  .elements-list-type-other-products .elements-list .elements-group {
    width: calc(180% + 16px);
  }
}
.elements-list-type-other-products .elements-list .elements-group .el .product-img {
  overflow: hidden;
}
.elements-list-type-other-products .elements-list .elements-group .el .product-img img {
  -webkit-transition: all 1s ease-out 0s;
  transition: all 1s ease-out 0s;
}
.elements-list-type-other-products .elements-list .elements-group:hover .el .product-img img {
  transform: scale(1.1);
}

h1 {
  font-size: 6.1rem;
  font-weight: 100;
  line-height: 1.4262295082;
}
@media (max-width: 1023px) {
  h1 {
    font-size: 4rem;
  }
}

h2 {
  font-size: 6.1rem;
  font-weight: 100;
  line-height: 1.4262295082;
}
@media (max-width: 1023px) {
  h2 {
    font-size: 3.4rem;
  }
}

h3 {
  font-size: 4.4rem;
  font-weight: 300;
  line-height: 1.4262295082;
}
@media (max-width: 1023px) {
  h3 {
    font-size: 3rem;
  }
}

h4 {
  font-size: 3.6rem;
  line-height: 1.4262295082;
}
@media (max-width: 1023px) {
  h4 {
    font-size: 2.4rem;
  }
}

h5 {
  font-size: 2.6rem;
  line-height: 1.4262295082;
}
@media (max-width: 1023px) {
  h5 {
    font-size: 1.8rem;
  }
}

h6 {
  font-size: inherit;
}

h1, h2, h3, h4, h5, h6 {
  color: inherit;
}

strong {
  font-weight: 700;
}

hr {
  margin: 1em 0 !important;
  display: block;
  height: 1px;
  width: 100%;
  padding: 0;
  border: none;
  border-top: 1px solid #707070;
}

main {
  background: #fff;
  overflow: hidden;
  padding-top: 11.4rem;
}
main a {
  color: #000000;
}
main section {
  margin-bottom: 10rem;
}
main img.alignleft {
  float: left;
  margin: 0 3rem 3rem 0;
}
main img.alignright {
  float: right;
  margin: 0 0 3rem 3rem;
}
main img.aligncenter {
  display: block;
  margin: 0 auto;
}

.js .anim-block {
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  -webkit-transform: translateX(-20px);
  transform: translateX(-20px);
  opacity: 0;
}
.js .anim-block.active.step-1 {
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
.js .anim-block.active.step-2 {
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s;
}
.js .anim-block.active.step-3 {
  -webkit-transition-delay: 0.9s;
  transition-delay: 0.9s;
}
.js .anim-block.active.step-4 {
  -webkit-transition-delay: 1.2s;
  transition-delay: 1.2s;
}
.js .anim-block.active.step-5 {
  -webkit-transition-delay: 1.5s;
  transition-delay: 1.5s;
}
.js .anim-block.active.step-6 {
  -webkit-transition-delay: 1.8s;
  transition-delay: 1.8s;
}
.js .anim-block.active.step-7 {
  -webkit-transition-delay: 2.1s;
  transition-delay: 2.1s;
}
.js .anim-block.active.step-8 {
  -webkit-transition-delay: 2.4s;
  transition-delay: 2.4s;
}
.js .anim-block.active.step-9 {
  -webkit-transition-delay: 2.7s;
  transition-delay: 2.7s;
}
.js .anim-block.active.step-10 {
  -webkit-transition-delay: 3s;
  transition-delay: 3s;
}

.js .anim-block-rev {
  -webkit-transform: translateX(20px);
  transform: translateX(20px);
}

.js .anim-block-top {
  -webkit-transform: translateY(-20px);
  transform: translateY(-20px);
}

.js .anim-block-bottom {
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
}

.js .anim-block-opac {
  -webkit-transform: translateX(0);
  transform: translateX(0);
  opacity: 0;
}

.js .anim-block.active {
  -webkit-transform: translateX(0px) translateY(0px) scale(1);
  transform: translateX(0px) translateY(0px) scale(1);
  opacity: 1;
}
@media (max-width: 767px) {
  .js .anim-block.active {
    -webkit-transition-delay: 0s !important;
    transition-delay: 0s !important;
  }
}

.js .anim-block.active-2 {
  opacity: 0;
  -webkit-transition-delay: 0s !important;
  transition-delay: 0s !important;
}

.js .anim-block-scale > * {
  -webkit-transform: scale(0);
  transform: scale(0);
  opacity: 0;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.js .anim-block-scale.active > * {
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}

.parallax-window {
  position: relative;
  overflow: hidden;
}
.parallax-window > img {
  opacity: 0;
  position: relative;
  z-index: 0;
}
.parallax-window img {
  display: block;
  max-width: 100%;
  width: auto;
}
.parallax-window .parallax-window-in {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 115%;
  z-index: 0;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.js .parallax-window .parallax-window-in[style] {
  -webkit-transition: all 0.1s ease-out 0s;
  transition: all 0.1s ease-out 0s;
}
.parallax-window .parallax-window-in.no-anim {
  -webkit-transition: none;
  transition: none;
}
.parallax-window .parallax-window-in img {
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  height: 100%;
  max-width: none;
}

.grid-12, .grid, nav#nav .content, .elements-list-type-our-process-steps .elements-list .elements-group .el .step .content .container .container-in {
  display: grid;
  grid-column-gap: 1.6rem;
  grid-row-gap: 1.6rem;
  width: 100%;
}

.grid-12 {
  grid-template-columns: repeat(12, 1fr);
}

.scroll-down {
  cursor: pointer;
  width: 1.3rem;
  height: auto;
  display: block;
  position: absolute;
  left: 25%;
  bottom: 4rem;
  z-index: 4;
}
.scroll-down img {
  width: 100%;
  display: block;
  -webkit-animation: updown 0.6s linear 0s infinite alternate;
  animation: updown 0.6s linear 0s infinite alternate;
}
@-webkit-keyframes updown {
  from {
    -webkit-transform: translateY(-2px);
  }
  to {
    -webkit-transform: translateY(2px);
  }
}
@keyframes updown {
  from {
    transform: translateY(-2px);
  }
  to {
    transform: translateY(2px);
  }
}

.insta-link {
  display: block;
  width: 1.4rem;
}
.insta-link img {
  display: block;
  width: 100%;
  height: auto;
}
@media (min-width: 1025px) {
  .insta-link:hover {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
}

a[href*="tel:"] {
  white-space: nowrap;
}

.form-container {
  position: relative;
}
.form-container::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  display: block;
  background: #fff url("images/ajax-loader.gif") no-repeat center center;
  cursor: wait;
  z-index: 4;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.form-container.sending::before {
  opacity: 0.8;
  visibility: visible;
}
.form-container .form-re .ok, .form-container .form-re .err {
  display: none;
}
.form-container .form-re.ok .ok, .form-container .form-re.err .err {
  display: inline-block;
}
.form-container .form-re .err {
  color: #f00;
}

.section-title {
  font-size: 6.1rem;
  line-height: 1.4262295082;
  font-weight: 100;
}
@media (max-width: 599px) {
  .section-title {
    font-size: 4rem;
  }
}
.section-title.anim-block {
  will-change: transform, opacity;
  -webkit-transition: all 1.2s ease-in-out 0.4s;
  transition: all 1.2s ease-in-out 0.4s;
}

.text.anim-block {
  will-change: transform, opacity;
  -webkit-transition: all 1.2s ease-in-out 0s;
  transition: all 1.2s ease-in-out 0s;
}

.js .img-3d img {
  transition: 0.4s transform ease-out 0s;
  -webkit-transition: 0.4s transform ease-out 0s;
}
.js .img-3d.img-3d-sp-1 img {
  transition: 0.1s transform ease-out 0s;
  -webkit-transition: 0.1s transform ease-out 0s;
}
.js .img-3d.img-3d-sp-2 img {
  transition: 0.2s transform ease-out 0s;
  -webkit-transition: 0.2s transform ease-out 0s;
}
.js .img-3d.img-3d-sp-3 img {
  transition: 0.3s transform ease-out 0s;
  -webkit-transition: 0.3s transform ease-out 0s;
}
.js .img-3d.img-3d-sp-4 img {
  transition: 0.4s transform ease-out 0s;
  -webkit-transition: 0.4s transform ease-out 0s;
}
.js .img-3d.img-3d-sp-5 img {
  transition: 0.5s transform ease-out 0s;
  -webkit-transition: 0.5s transform ease-out 0s;
}
.js .img-3d.img-3d-sp-6 img {
  transition: 0.6s transform ease-out 0s;
  -webkit-transition: 0.6s transform ease-out 0s;
}
.js .img-3d.img-3d-sp-7 img {
  transition: 0.7s transform ease-out 0s;
  -webkit-transition: 0.7s transform ease-out 0s;
}
.js .img-3d.img-3d-sp-8 img {
  transition: 0.8s transform ease-out 0s;
  -webkit-transition: 0.8s transform ease-out 0s;
}
.js .img-3d.img-3d-sp-9 img {
  transition: 0.9s transform ease-out 0s;
  -webkit-transition: 0.9s transform ease-out 0s;
}
.js .img-3d.img-3d-sp-10 img {
  transition: 1s transform ease-out 0s;
  -webkit-transition: 1s transform ease-out 0s;
}

.img-3d {
  position: relative;
}
.img-3d img {
  transform: translate3d(0, 0, 0);
  display: block;
}
.img-3d img:nth-child(1) {
  z-index: 2 !important;
  position: absolute !important;
  left: -16px !important;
  top: -16px !important;
  opacity: 0.8 !important;
}
.img-3d img:nth-child(2) {
  position: relative !important;
  z-index: 3 !important;
}
.img-3d.space {
  padding: 16px 0 0 16px;
}
.img-3d.position-2.space {
  padding: 16px 16px 0 0;
}
.img-3d.position-2 img:nth-child(1) {
  left: 16px !important;
  top: -16px !important;
}
.img-3d.position-3.space {
  padding: 0 16px 16px 0;
}
.img-3d.position-3 img:nth-child(1) {
  left: 16px !important;
  top: 16px !important;
}
.img-3d.position-4.space {
  padding: 0 0 16px 16px;
}
.img-3d.position-4 img:nth-child(1) {
  left: -16px !important;
  top: 16px !important;
}
.img-3d.leaved img {
  transform: translate(0, 0) !important;
}
.img-3d ~ * {
  pointer-events: none;
}

.custom-cursor {
  display: none;
}
@media (min-width: 1340px) {
  .custom-cursor {
    display: block;
    position: fixed;
    top: 50%;
    left: 50%;
    width: 12px;
    height: 12px;
    margin: -6px 0 0 -6px;
    background: none;
    z-index: 5000;
    pointer-events: none;
    mix-blend-mode: exclusion;
  }
}
.custom-cursor div {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transform-origin: center;
  transform-origin: center;
  transition: all 0.2s;
  border-radius: 50%;
  background: #fff;
  transform: scale(1);
}
.custom-cursor.cursor-mini div {
  transform: scale(4);
}

.main-title:after {
  -webkit-transition: width 1s 2s ease-out;
  transition: width 1s 2s ease-out;
  -webkit-animation: line-width 2s cubic-bezier(0.39, 0.58, 0.41, 0.85) 1.4s 1 both;
  animation: line-width 2s cubic-bezier(0.39, 0.58, 0.41, 0.85) 1.4s 1 both;
}
@-webkit-keyframes line-width {
  from {
    width: 100%;
  }
  to {
    width: 30.7rem;
  }
}
@keyframes line-width {
  from {
    width: 100%;
  }
  to {
    width: 30.7rem;
  }
}

.container.container-type-2 {
  max-width: none;
  padding-left: 14rem;
  padding-right: 14rem;
}
@media (max-width: 1024px) {
  .container.container-type-2 {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 767px) {
  .container.container-type-2 {
    padding-left: 16px;
    padding-right: 16px;
  }
}

.default-content {
  padding-top: 10rem;
}

.btn.btn-arrow {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 1.4rem;
}
.btn.btn-arrow span {
  display: inline-block;
}
.btn.btn-arrow span::before {
  display: block;
  content: "";
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  position: absolute;
  left: 0;
  bottom: 0;
}
.btn.btn-arrow img {
  width: 5.7rem;
  height: auto;
  display: block;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
@media (hover: hover) {
  .btn.btn-arrow:hover span {
    display: inline-block;
    position: relative;
  }
  .btn.btn-arrow:hover span::before {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background: #707070;
    display: block;
    content: "";
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
  }
}
@media (hover: hover) and (min-width: 1025px) {
  .btn.btn-arrow:hover span:hover::before {
    width: 100%;
  }
}
@media (hover: hover) {
  .btn.btn-arrow:hover img {
    transform: translateX(4px);
  }
}

.semibold {
  font-weight: 500 !important;
}

.home main {
  padding-top: 0;
}

.main-section {
  position: relative;
  min-height: 100vh;
}
.main-section .anim-block {
  -webkit-transition: all 2.2s ease-out 0s;
  transition: all 2.2s ease-out 0s;
}
.main-section .home-1 {
  position: absolute;
  left: 0;
  top: 0;
  width: 50%;
  height: 100%;
  z-index: 1;
  background: #e9e0d7;
}
.main-section .home-1.anim-block {
  -webkit-transition: all 2.5s ease-out 0s;
  transition: all 2.5s ease-out 0s;
}
.main-section .home-1 .parallax-window-in {
  height: 108%;
}
.main-section .home-1 .parallax-window-in img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: right center;
}
@media (max-width: 1365px) {
  .main-section .home-1 .parallax-window-in img {
    object-fit: contain;
  }
}
@media (max-width: 767px) {
  .main-section .home-1 .parallax-window-in img {
    object-position: right 75%;
  }
}
.main-section .home-2 {
  position: absolute;
  right: 0;
  top: 11.4rem;
  z-index: 1;
  width: 100%;
  height: 100%;
}
.main-section .home-2.anim-block {
  -webkit-transition: all 2.4s ease-out 0s;
  transition: all 2.4s ease-out 0s;
}
.main-section .home-2 .parallax-window {
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
@media (max-width: 1024px) {
  .main-section .home-2 .parallax-window {
    top: 10vh;
    overflow: visible;
  }
}
.main-section .home-2 .parallax-window .parallax-window-in {
  height: 140%;
}
.main-section .home-2 .parallax-window .parallax-window-in img {
  display: block;
  width: 33.3333333333%;
  height: auto;
  margin-left: auto;
  max-width: 50rem;
}
@media (max-height: 720px) and (orientation: landscape) {
  .main-section .home-2 .parallax-window .parallax-window-in img {
    margin-top: 10rem;
  }
}
.main-section .position-3-outter.parallax-window {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  overflow: visible;
  z-index: 4;
}
.main-section .position-3-outter.parallax-window .parallax-window-in {
  height: 108%;
}
.main-section .position-3-outter .insta-link {
  position: absolute;
  right: 0;
  bottom: 4rem;
}
.main-section .img-3d {
  position: absolute;
  right: 8.3333333333%;
  bottom: 0;
  margin-bottom: -16%;
  width: 33.3333333333%;
  height: auto;
  z-index: 1;
  max-width: 50rem;
}
.main-section .img-3d.position-3 {
  z-index: 3;
}
@media (max-width: 767px) {
  .main-section .img-3d.position-3 {
    bottom: 16vh;
  }
}
@media (max-height: 720px) and (orientation: landscape) {
  .main-section .img-3d.position-3 {
    bottom: -32vh;
  }
}
.main-section .container .content {
  position: relative;
}
.main-section .container .content .text {
  position: relative;
  z-index: 3;
  height: 100vh;
  max-height: 770px;
  min-height: min-content;
  justify-content: center;
  display: flex;
  flex-direction: column;
  padding-top: 3rem;
}
.main-section .container .content .text .main-title {
  font-size: 6.1rem;
  font-weight: 100;
  text-align: center;
  margin-bottom: 0.3em;
}
.main-section .container .content .text .main-title::after {
  content: "";
  display: block;
  height: 1px;
  margin: 0 auto;
  background: #707070;
}
.main-section .container .content .text .main-subtitle {
  font-size: 1.4rem;
  font-weight: 700;
  text-align: center;
}
@media (max-width: 767px) {
  .main-section .container .content .text .main-subtitle {
    margin-bottom: 12vh;
  }
}
@media (max-height: 720px) and (orientation: landscape) {
  .main-section .container .content .text .main-subtitle {
    margin-bottom: 0;
  }
}

.our-process {
  padding-top: 28rem;
}
.our-process .images-3d {
  position: relative;
  width: 50%;
  margin: 0 auto 6.5rem auto;
  padding: 31.5rem 4rem;
  text-align: center;
  color: #fff;
}
.our-process .images-3d .bg {
  background: #EBE5DB;
  position: absolute;
  right: -16.6666%;
  width: calc(66.6666% + 50vw);
  height: calc(69% + 28rem);
  bottom: 31%;
  z-index: 0;
}
@media (max-width: 1024px) {
  .our-process .images-3d {
    padding-top: 28.8%;
    padding-bottom: 28.8%;
  }
}
@media (max-width: 767px) {
  .our-process .images-3d {
    padding-top: 28.4%;
    padding-bottom: 28.4%;
  }
}
@media (max-width: 599px) {
  .our-process .images-3d {
    padding-top: 20.8%;
    padding-bottom: 20.8%;
  }
}
.our-process .images-3d .img-3d {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.our-process .images-3d .img-3d img {
  object-fit: cover;
}
.our-process .images-3d .section-title {
  position: relative;
  z-index: 3;
}
@media (max-width: 767px) {
  .our-process .images-3d .section-title {
    font-size: 5rem;
  }
}
@media (max-width: 599px) {
  .our-process .images-3d .section-title {
    font-size: 4rem;
  }
}
@media (max-width: 413px) {
  .our-process .images-3d .section-title {
    font-size: 3rem;
  }
}
.our-process .text {
  max-width: 45.3rem;
  margin: 0 auto 7.5rem auto;
  text-align: center;
}
.our-process .slider {
  width: calc(100% - 50vw + 460px);
}
@media (max-width: 1024px) {
  .our-process .slider {
    width: 95%;
  }
}
@media (max-width: 1024px) {
  .our-process .slider {
    margin-top: 10rem;
  }
}

.random-products .section-title {
  margin-bottom: 4.4rem;
}
.random-products .grid-12.anim-block {
  -webkit-transition: opacity 0.6s ease-in 0.3s;
  transition: opacity 0.6s ease-in 0.3s;
}
.random-products .elements-list-type-other-products {
  grid-column: 2/span 10;
}
.random-products .elements-list-type-other-products .elements-list {
  overflow: visible;
  width: 50%;
  margin-right: 50%;
  margin-bottom: 3.3rem;
}

.single-gm_products main {
  padding-top: 0;
}
.single-gm_products .product-header {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
}
.single-gm_products .product-header.anim-block {
  -webkit-transition: all 2s ease-out 0s;
  transition: all 2s ease-out 0s;
}
.single-gm_products .product-header .bg {
  z-index: 1;
  position: relative;
  display: block;
  width: 100%;
  max-width: none;
  min-height: 50rem;
  object-fit: cover;
  transition: 1s transform ease-in-out;
  -webkit-transition: 1s transform ease-in-out;
  grid-column: 1;
  grid-row: 1;
}
.single-gm_products .product-header .content-bottom {
  padding-top: 3rem;
  padding-bottom: 3rem;
  position: relative;
  font-size: 1.4rem;
  font-weight: 700;
  color: #707070;
  grid-row: 3;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.single-gm_products .product-header .content-bottom .insta-link {
  position: absolute;
  right: 0;
  top: 50%;
  width: 3rem;
  display: block;
  transform: translateY(-50%);
}
.single-gm_products .product-header .content-bottom .insta-link img {
  display: block;
  width: 100%;
  max-width: none;
  height: auto;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
@media (hover: hover) {
  .single-gm_products .product-header .content-bottom .insta-link:hover img {
    transform: scale(1.1);
  }
}
.single-gm_products .product-header .content-title {
  grid-row: 2;
}
.single-gm_products .product-header .btn-arrow {
  color: inherit;
}
.single-gm_products .product-header .over-container {
  z-index: 5;
  grid-column: 1;
  grid-row: 1;
}
.single-gm_products .product-header .over-container .container {
  height: 100%;
}
.single-gm_products .product-header .over-container .container .content {
  position: relative;
  height: 100%;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-row: 1fr auto 1fr;
  color: #fff;
  padding-top: 3rem;
}
.single-gm_products .product-header .over-container .container .content .main-title {
  font-size: 6.1rem;
  font-weight: 100;
  text-align: center;
  margin-bottom: 0.3em;
}
.single-gm_products .product-header .over-container .container .content .main-title::after {
  content: "";
  display: block;
  height: 1px;
  margin: 0 auto;
  background: #707070;
}
.single-gm_products .product-header .over-container .container .content .main-subtitle {
  font-size: 1.4rem;
  font-weight: 700;
  text-align: center;
}
.single-gm_products .product-slider {
  margin-bottom: 5rem;
}
.single-gm_products .product-slider .elements-list-container {
  grid-column: 2/span 10;
}
@media (max-width: 767px) {
  .single-gm_products .product-slider .elements-list-container {
    grid-column: span 12;
  }
}
.single-gm_products .product-slider .elements-list-container .elements-group {
  -webkit-transform: translateX(0) translateY(0) !important;
  transform: translateX(0) translateY(0) !important;
  opacity: 0;
}
.single-gm_products .product-slider .elements-list-container .elements-group.current {
  opacity: 1;
}
.single-gm_products .product-slider .arr-next {
  display: flex;
  flex-direction: row;
  width: auto;
  left: auto;
  right: 0;
  top: auto;
  bottom: 0;
  height: auto;
  margin: 0;
  z-index: 10;
  font-size: 1.4rem;
  font-weight: 700;
  white-space: nowrap;
  color: #707070;
}
.single-gm_products .product-slider .arr-next span {
  margin-right: 2.2rem;
  position: relative;
  display: inline-block;
}
@media (max-width: 599px) {
  .single-gm_products .product-slider .arr-next span {
    margin-right: 1.6rem;
  }
}
.single-gm_products .product-slider .arr-next span::before {
  position: absolute;
  -webkit-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
  display: block;
  content: "";
  height: 1px;
  background: #707070;
  width: 0;
  bottom: 5px;
  left: 0;
}
.single-gm_products .product-slider .arr-next img, .single-gm_products .product-slider .arr-next svg {
  width: 6rem;
  position: static;
  -webkit-transform: none;
  transform: none;
  -webkit-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
}
@media (min-width: 1025px) {
  .single-gm_products .product-slider .arr-next:hover span::before {
    width: 100%;
  }
  .single-gm_products .product-slider .arr-next:hover img {
    -webkit-transform: translateX(3px);
    transform: translateX(3px);
  }
}
.single-gm_products .product-slider .arr-prev {
  display: flex;
  flex-direction: row;
  width: auto;
  left: 0;
  right: auto;
  top: auto;
  bottom: 0;
  height: auto;
  margin: 0;
  z-index: 10;
  font-size: 1.4rem;
  font-weight: 700;
  white-space: nowrap;
  color: #707070;
}
.single-gm_products .product-slider .arr-prev span {
  -webkit-order: 2;
  order: 2;
  margin-left: 2.2rem;
  position: relative;
  display: inline-block;
}
@media (max-width: 599px) {
  .single-gm_products .product-slider .arr-prev span {
    margin-left: 1.6rem;
  }
}
.single-gm_products .product-slider .arr-prev span::before {
  position: absolute;
  -webkit-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
  display: block;
  content: "";
  height: 1px;
  background: #707070;
  width: 0;
  bottom: 5px;
  right: 0;
}
.single-gm_products .product-slider .arr-prev img, .single-gm_products .product-slider .arr-prev svg {
  width: 6rem;
  position: static;
  -webkit-transform: none;
  transform: none;
  -webkit-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
}
@media (min-width: 1025px) {
  .single-gm_products .product-slider .arr-prev:hover span::before {
    width: 100%;
  }
  .single-gm_products .product-slider .arr-prev:hover img {
    -webkit-transform: translateX(-3px);
    transform: translateX(-3px);
  }
}
.single-gm_products .product-slider .elements-pagination {
  display: none !important;
}
.single-gm_products .text-section .text {
  text-align: center;
  max-width: 73rem;
  margin: 0 auto;
}
@media (max-width: 1024px) {
  .single-gm_products .text-section .text {
    max-width: 60rem;
  }
}
@media (max-width: 599px) {
  .single-gm_products .text-section .text {
    max-width: 90%;
  }
}
.single-gm_products .materials .section-title {
  margin-bottom: 6.5rem;
  text-align: center;
}
.single-gm_products .materials .elements-list-container {
  grid-column: 4/span 6;
}
.single-gm_products .materials .elements-list-container .elements-group {
  -webkit-transform: translateX(0) translateY(0) !important;
  transform: translateX(0) translateY(0) !important;
  opacity: 0;
}
.single-gm_products .materials .elements-list-container .elements-group.current {
  opacity: 1;
}
.single-gm_products .materials .elements-list-container .arr-prev, .single-gm_products .materials .elements-list-container .arr-next {
  flex-direction: column-reverse !important;
  align-items: center;
}
.single-gm_products .materials .elements-list-container .arr-prev img, .single-gm_products .materials .elements-list-container .arr-prev svg, .single-gm_products .materials .elements-list-container .arr-next img, .single-gm_products .materials .elements-list-container .arr-next svg {
  width: 6rem;
  position: static;
  -webkit-transform: none;
  transform: none;
  -webkit-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
}
.single-gm_products .materials .elements-list-container .arr-next {
  display: flex;
  flex-direction: row;
  width: auto;
  left: auto;
  right: 0;
  top: 50%;
  height: auto;
  margin: 0;
  z-index: 10;
  font-size: 1.4rem;
  font-weight: 700;
  white-space: nowrap;
  color: #707070;
  -webkit-transform: translateY(-50%) translateX(90%);
  transform: translateY(-50%) translateX(90%);
}
.single-gm_products .materials .elements-list-container .arr-next span {
  margin-right: 2.2rem;
  position: relative;
  display: inline-block;
}
.single-gm_products .materials .elements-list-container .arr-next span::before {
  position: absolute;
  -webkit-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
  display: block;
  content: "";
  height: 1px;
  background: #707070;
  width: 0;
  bottom: 5px;
  left: 0;
}
@media (min-width: 1025px) {
  .single-gm_products .materials .elements-list-container .arr-next:hover span::before {
    width: 100%;
  }
  .single-gm_products .materials .elements-list-container .arr-next:hover img {
    -webkit-transform: translateX(3px);
    transform: translateX(3px);
  }
}
.single-gm_products .materials .elements-list-container .arr-prev {
  display: flex;
  flex-direction: row;
  width: auto;
  left: 0;
  right: auto;
  top: 50%;
  height: auto;
  margin: 0;
  z-index: 10;
  font-size: 1.4rem;
  font-weight: 700;
  white-space: nowrap;
  color: #707070;
  -webkit-transform: translateY(-50%) translateX(-90%);
  transform: translateY(-50%) translateX(-90%);
}
.single-gm_products .materials .elements-list-container .arr-prev span {
  -webkit-order: 2;
  order: 2;
  margin-left: 2.2rem;
  position: relative;
  display: inline-block;
}
.single-gm_products .materials .elements-list-container .arr-prev span::before {
  position: absolute;
  -webkit-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
  display: block;
  content: "";
  height: 1px;
  background: #707070;
  width: 0;
  bottom: 5px;
  right: 0;
}
@media (min-width: 1025px) {
  .single-gm_products .materials .elements-list-container .arr-prev:hover span::before {
    width: 100%;
  }
  .single-gm_products .materials .elements-list-container .arr-prev:hover img {
    -webkit-transform: translateX(-3px);
    transform: translateX(-3px);
  }
}
.single-gm_products .materials .elements-list-container .elements-pagination {
  display: none !important;
}
.single-gm_products .others-products .section-title {
  margin-bottom: 4.4rem;
}
.single-gm_products .others-products .elements-list-type-other-products {
  grid-column: 2/span 10;
}
.single-gm_products .others-products .elements-list-type-other-products .elements-list {
  overflow: visible;
  width: 50%;
  margin-right: 50%;
  margin-bottom: 3.3rem;
}

.elements-list-type-other-products {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.elements-list-type-other-products .product {
  display: block;
  padding-top: 3.5rem;
  position: relative;
}
.elements-list-type-other-products .product .product-name {
  padding-left: 3.5rem;
  padding-right: 3.5rem;
  font-size: 2rem;
  font-weight: inherit;
}
.elements-list-type-other-products .product .product-category {
  display: block;
  padding-left: 3.5rem;
  padding-right: 3.5rem;
  font-size: 1.4rem;
  opacity: 0.8;
  margin-bottom: 1.5rem;
}
.elements-list-type-other-products .product .product-img {
  display: block;
  position: relative;
}
.elements-list-type-other-products .product .product-img:after {
  padding-top: 66.8919%;
  content: "";
  display: block;
}
.elements-list-type-other-products .product .product-img img {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center center;
  mix-blend-mode: multiply;
}
.elements-list-type-other-products .product .product-link {
  font-size: 6.1rem;
  font-weight: 100;
  text-align: center;
  display: flex;
  padding: 3.5rem;
  flex-direction: column;
  justify-content: center;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  opacity: 0;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
@media (min-width: 1025px) {
  .elements-list-type-other-products .product:hover {
    background: #F0EAE4;
  }
  .elements-list-type-other-products .product:hover .product-link {
    opacity: 1;
  }
}
.elements-list-type-other-products .elements-list {
  order: 1;
  width: 100%;
}
.elements-list-type-other-products .arr-next {
  position: static;
  order: 4;
  display: flex;
  flex-direction: row;
  width: auto;
  left: auto;
  right: auto;
  bottom: auto;
  height: auto;
  margin: 0;
  z-index: 10;
  font-size: 1.4rem;
  font-weight: 700;
  white-space: nowrap;
  color: #707070;
}
.elements-list-type-other-products .arr-next span {
  margin-right: 2.2rem;
  position: relative;
  display: inline-block;
}
.elements-list-type-other-products .arr-next span::before {
  position: absolute;
  -webkit-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
  display: block;
  content: "";
  height: 1px;
  background: #707070;
  width: 0;
  bottom: 5px;
  left: 0;
}
.elements-list-type-other-products .arr-next img, .elements-list-type-other-products .arr-next svg {
  width: 6rem;
  position: static;
  -webkit-transform: none;
  transform: none;
  -webkit-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
}
@media (min-width: 1025px) {
  .elements-list-type-other-products .arr-next:hover span::before {
    width: 100%;
  }
  .elements-list-type-other-products .arr-next:hover img {
    -webkit-transform: translateX(3px);
    transform: translateX(3px);
  }
}
.elements-list-type-other-products .arr-prev {
  order: 3;
  display: flex;
  flex-direction: row;
  width: auto;
  position: static;
  left: auto;
  right: auto;
  bottom: auto;
  height: auto;
  margin: 0;
  z-index: 10;
  font-size: 1.4rem;
  font-weight: 700;
  white-space: nowrap;
  color: #707070;
}
.elements-list-type-other-products .arr-prev span {
  -webkit-order: 2;
  order: 2;
  margin-left: 2.2rem;
  position: relative;
  display: inline-block;
}
.elements-list-type-other-products .arr-prev span::before {
  position: absolute;
  -webkit-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
  display: block;
  content: "";
  height: 1px;
  background: #707070;
  width: 0;
  bottom: 5px;
  right: 0;
}
.elements-list-type-other-products .arr-prev img, .elements-list-type-other-products .arr-prev svg {
  width: 6rem;
  position: static;
  -webkit-transform: none;
  transform: none;
  -webkit-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
}
@media (min-width: 1025px) {
  .elements-list-type-other-products .arr-prev:hover span::before {
    width: 100%;
  }
  .elements-list-type-other-products .arr-prev:hover img {
    -webkit-transform: translateX(-3px);
    transform: translateX(-3px);
  }
}
.elements-list-type-other-products .elements-pagination {
  order: 3;
  height: 1.9em;
  font-size: 1.3rem;
  opacity: 0.5;
  border-left: 2px solid #707070;
  margin: 0 2.4rem;
}
.elements-list-type-other-products .elements-pagination * {
  display: none;
}

@media (max-width: 1128px) {
  html {
    font-size: 56.25%;
  }
}
@media (max-width: 599px) {
  html {
    font-size: 43.75%;
  }
}
.contact-form-section {
  margin-bottom: 5rem;
}
.contact-form-section .content .separator {
  grid-column: span 1;
}
.contact-form-section .content .text-block {
  grid-column: span 6;
  padding-right: 40px;
}
@media (max-width: 1024px) {
  .contact-form-section .content .text-block {
    grid-column: span 12;
  }
}
@media (max-width: 767px) {
  .contact-form-section .content .text-block {
    padding-right: 0;
  }
}
.contact-form-section .content .form-block {
  grid-column: span 4;
  padding-top: 1.6rem;
  -webkit-transition: all 0.6s ease-in-out 0.6s;
  transition: all 0.6s ease-in-out 0.6s;
}
@media (max-width: 1024px) {
  .contact-form-section .content .form-block {
    grid-column: span 6;
    padding-top: 8rem;
  }
}
@media (max-width: 767px) {
  .contact-form-section .content .form-block {
    grid-column: span 8;
  }
}
@media (max-width: 599px) {
  .contact-form-section .content .form-block {
    grid-column: span 10;
  }
}
.contact-form-section .content .section-title {
  color: #000000;
}
@media (max-width: 767px) {
  .contact-form-section .content .section-title {
    padding-bottom: 4rem;
  }
}
.contact-form-section .content .form-container .form-field {
  margin-bottom: 1.4rem;
}
.contact-form-section .content .form-container .form-field.err input, .contact-form-section .content .form-container .form-field.err textarea {
  color: #f00;
  border-bottom-color: #f00;
}
.contact-form-section .content .form-container .form-field.err input::-webkit-input-placeholder, .contact-form-section .content .form-container .form-field.err textarea::-webkit-input-placeholder {
  color: #f00 !important;
}
.contact-form-section .content .form-container .form-field.err input::-moz-placeholder, .contact-form-section .content .form-container .form-field.err textarea::-moz-placeholder {
  color: #f00 !important;
}
.contact-form-section .content .form-container .form-field.err input:-ms-input-placeholder, .contact-form-section .content .form-container .form-field.err textarea:-ms-input-placeholder {
  color: #f00 !important;
}
.contact-form-section .content .form-container .form-field.err input:-moz-placeholder, .contact-form-section .content .form-container .form-field.err textarea:-moz-placeholder {
  color: #f00 !important;
}
.contact-form-section .content .form-container input, .contact-form-section .content .form-container textarea {
  width: 100%;
  border: none;
  padding: 1rem;
  border-bottom: 1px solid #707070;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.contact-form-section .content .form-container input::-webkit-input-placeholder, .contact-form-section .content .form-container textarea::-webkit-input-placeholder {
  color: #707070 !important;
}
.contact-form-section .content .form-container input::-moz-placeholder, .contact-form-section .content .form-container textarea::-moz-placeholder {
  color: #707070 !important;
}
.contact-form-section .content .form-container input:-ms-input-placeholder, .contact-form-section .content .form-container textarea:-ms-input-placeholder {
  color: #707070 !important;
}
.contact-form-section .content .form-container input:-moz-placeholder, .contact-form-section .content .form-container textarea:-moz-placeholder {
  color: #707070 !important;
}
.contact-form-section .content .form-container textarea {
  height: 11.3rem;
}
.contact-form-section .content .form-container .form-submit {
  text-align: right;
  padding-top: 1.4rem;
}
@media (max-width: 1024px) {
  .contact-form-section .content .form-container .form-submit {
    padding-top: 3rem;
  }
}
.contact-form-section .content .form-container .submit-btn {
  font-size: 1.4rem;
  font-weight: 700;
  cursor: pointer;
  padding-right: 7.4rem;
  background: url("images/arr-next-2.svg") no-repeat right center;
  background-position: right 2px center;
  -webkit-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
}
@media (min-width: 1025px) {
  .contact-form-section .content .form-container .submit-btn:hover {
    background-position: right 0 center;
  }
}
.contact-form-section .content .form-container .form-re {
  font-size: 0.9em;
}

footer.footer {
  background: #D8D8D8;
  margin-left: 2rem;
  margin-right: 2rem;
  color: #707070;
  font-size: 1.6rem;
}
footer.footer .footer-logo {
  grid-column: span 11;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 1023px) {
  footer.footer .footer-logo {
    grid-column: span 12;
  }
}
footer.footer .footer-logo .logo {
  width: 50%;
  max-width: 21.9rem;
}
footer.footer .footer-logo .insta-link {
  width: 3rem;
}
footer.footer .footer-logo .insta-link img {
  display: block;
  width: 100%;
  height: auto;
}
footer.footer .footer-menu {
  grid-column: 10/span 2;
  color: #000000;
  font-weight: 500;
}
@media (max-width: 1023px) {
  footer.footer .footer-menu {
    grid-column: 10/span 3;
  }
}
@media (max-width: 767px) {
  footer.footer .footer-menu {
    grid-column: span 5;
  }
}
footer.footer .footer-menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
}
footer.footer .footer-menu .menu {
  padding-top: 3rem;
  border-top: 1px solid #000000;
}
@media (max-width: 767px) {
  footer.footer .footer-menu .menu {
    padding-top: 1.5rem;
  }
}
footer.footer .footer-menu .menu a {
  display: inline-block;
  position: relative;
}
footer.footer .footer-menu .menu a::before {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 2px;
  background: #000000;
  display: block;
  content: "";
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
@media (min-width: 1025px) {
  footer.footer .footer-menu .menu a:hover::before {
    width: 100%;
  }
}
footer.footer .container {
  position: relative;
}
footer.footer .content {
  position: relative;
  padding-top: 7rem;
}
footer.footer .text-top {
  font-weight: 500;
  color: #000000;
  grid-column: span 6;
}
@media (max-width: 1023px) {
  footer.footer .text-top {
    grid-column: span 10;
  }
}
@media (max-width: 599px) {
  footer.footer .text-top {
    grid-column: span 10;
  }
}
footer.footer .content-in {
  position: relative;
  z-index: 4;
  grid-row-gap: 7rem;
}
@media (max-width: 767px) {
  footer.footer .content-in {
    grid-row-gap: 4.5rem;
  }
}
footer.footer .content-in .text {
  padding-top: 3rem;
  border-top: 1px solid transparent;
  grid-column: span 3;
}
@media (max-width: 1023px) {
  footer.footer .content-in .text {
    grid-column: span 4;
  }
}
@media (max-width: 767px) {
  footer.footer .content-in .text {
    grid-column: span 5 !important;
    padding-top: 0;
  }
}
footer.footer .content-in .text-top + .text {
  grid-column: 1/span 3;
}
@media (max-width: 1023px) {
  footer.footer .content-in .text-top + .text {
    grid-column: 1/span 4;
  }
}
footer.footer .content-in .copyright {
  line-height: 1;
  grid-column: span 11;
  display: flex;
  gap: 1.6rem;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 1023px) {
  footer.footer .content-in .copyright {
    grid-column: span 12;
  }
}
@media (max-width: 599px) {
  footer.footer .content-in .copyright {
    flex-direction: column;
  }
}
footer.footer .content-in .copyright .menu {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 2rem;
}
footer.footer .content-in .copyright .menu li:not(:last-child) {
  padding-right: 2rem;
  border-right: 1px solid #707070;
}
footer.footer .footer-bg {
  grid-column: span 12;
  display: block;
  max-width: none;
  width: 100%;
}

.single-gm_portal {
  /* .menuSection > div {
      padding: 0 14rem;
  } */
}
.single-gm_portal main a {
  color: inherit;
}
.single-gm_portal .menuSection {
  width: 100%;
  margin: 0 auto;
  background: white;
}
.single-gm_portal .menuContent {
  display: flex;
  flex-direction: column;
  padding-bottom: 6rem;
}
.single-gm_portal .desk {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  column-gap: 1.6rem;
}
.single-gm_portal .headerMenu > div:nth-child(1) {
  padding-top: 8.3rem;
  font-size: 6.1rem;
  line-height: 8.7rem;
  color: #707070;
}
.single-gm_portal .headerMenu > hr:nth-child(2) {
  margin-top: 1.7rem;
  border-color: #707070;
  margin: 0 !important;
}
.single-gm_portal .sectionLeft {
  grid-column: 1/span 8;
  display: flex;
  flex-direction: column;
}
.single-gm_portal .sectionRight {
  grid-column: 9/span 4;
  grid-row: 1;
  padding-top: 3.2rem;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: flex-start;
  overflow: clip;
  /* align-items: flex-end; */
}
.single-gm_portal .height0 {
  max-height: 0;
  transition: all 0.5s;
}
.single-gm_portal .sectionBar {
  display: none;
  cursor: pointer;
}
.single-gm_portal .stickyMenu {
  position: sticky;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  z-index: 10;
  top: 5rem;
  padding-bottom: 2rem;
}
.single-gm_portal .stickyMenu > a > div {
  position: relative;
  font-size: 2rem;
  line-height: 2.9rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  border-bottom: solid 1px #707070;
  transition: all 0.5s;
  padding-right: 15px;
  background-color: white;
}
.single-gm_portal .stickyMenu > a > div::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  background: #707070;
  bottom: 0px;
  left: 0px;
  opacity: 0;
  transition: all 0.5s;
}
.single-gm_portal .stickyMenu > a > div:hover {
  padding-left: 15px;
  padding-right: 0px;
  /* font-weight: 500; */
  cursor: pointer;
}
.single-gm_portal .stickyMenu > a > div:hover::after {
  opacity: 1;
  cursor: pointer;
}
.single-gm_portal .maxHeight {
  max-height: 48.5rem;
}
@media (max-width: 747px) {
  .single-gm_portal {
    /* .desk {
      flex-direction: column-reverse;
    } */
  }
  .single-gm_portal .stickyMenu {
    max-width: none;
    width: 100%;
  }
}
@media (max-width: 400px) {
  .single-gm_portal .hiContent {
    display: none;
  }
}
.single-gm_portal .activeLink > div {
  padding-left: 15px;
  position: relative;
  font-size: 2rem;
  line-height: 2.9rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  border-bottom: solid 1px #707070;
  transition: all 0.5s;
  background-color: white;
}
.single-gm_portal .activeLink > div::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px !important;
  background: #707070;
  bottom: 0px;
  left: 0px;
  opacity: 1 !important;
  z-index: 10;
}
.single-gm_portal main section {
  margin-bottom: 0;
}
.single-gm_portal .logIn {
  font-family: KazmirText !important;
  font-size: 2rem;
  line-height: 2.9rem;
}

.contactBlock {
  padding-top: 5.6rem;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 1.6rem;
  grid-row-gap: 6.5rem;
}
.contactBlock .itemDesk {
  font-size: 1.4rem;
  line-height: 2rem;
  flex-grow: 0;
  flex-shrink: 0;
}
.contactBlock .itemDesk > :not(:first-child) {
  margin-top: 1.6rem;
}
.contactBlock .email a {
  font-size: 2rem;
}
.contactBlock hr {
  border-color: #707070;
}
.contactBlock .name {
  font-size: 2rem;
  line-height: 2.9rem;
  font-weight: bold;
}
.contactBlock .position {
  font-size: 2rem;
  line-height: 2.9rem;
}
.contactBlock .position + .email {
  margin-top: 0;
}
.contactBlock .addText {
  font-size: 1.4rem;
  line-height: 2rem;
  color: #CDAA35;
}
.contactBlock .download a {
  color: #707070 !important;
}
.contactBlock .download:hover {
  cursor: pointer;
  font-weight: bold;
  text-decoration: underline;
  transition: all 0.3s;
}
.contactBlock .boldtxt {
  font-weight: bold;
}

.textBlock {
  padding-top: 3.1rem;
  font-size: 2rem;
  line-height: 1.45;
}
.textBlock strong {
  display: inline-block;
  font-size: 1.4rem;
  line-height: 1.3333333333;
  font-weight: 700;
}

.tableImageFile {
  padding-top: 4.8rem;
  display: flex;
  flex-direction: column;
}
.tableImageFile .itemDesk {
  display: flex;
  flex-direction: row;
  gap: 1.6rem;
  font-size: 1.4rem;
  line-height: 2rem;
  min-height: 10.7rem;
  height: 100%;
}
.tableImageFile > hr {
  border-color: #707070;
}
.tableImageFile .name {
  flex-grow: 0;
  flex-shrink: 0;
  display: flex;
  flex-direction: row;
  gap: 2rem;
  width: 36.1111111111%;
}
.tableImageFile .name > img {
  max-height: 24px;
  max-width: 18px;
  /* padding-right: 2rem; */
}
.tableImageFile .image {
  /* width: 260px;
  height: 107px; */
  flex-grow: 0;
  flex-shrink: 0;
  text-align: center;
  width: 41.6666666667%;
}
.tableImageFile .link {
  flex-grow: 0;
  flex-shrink: 0;
  margin-left: auto;
}
.tableImageFile .link a {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-end;
  height: fit-content;
  /* min-width: 16.8rem;
  max-width: 16.8rem; */
}
.tableImageFile .link img {
  height: 10px;
  width: 28px;
  margin-left: 1rem;
  margin-top: 0.5rem;
}
@media (min-width: 1025px) {
  .tableImageFile .link a:hover {
    text-decoration: underline;
  }
}

.tableDescFile {
  padding-top: 4.8rem;
  display: flex;
  flex-direction: column;
}
.tableDescFile .itemDesk {
  display: flex;
  flex-direction: row;
  gap: 1.6rem;
  font-size: 1.4rem;
  line-height: 2rem;
  min-height: 10.7rem;
  height: 100%;
}
.tableDescFile hr {
  border-color: #707070;
}
.tableDescFile .name {
  flex-grow: 0;
  flex-shrink: 0;
  display: flex;
  flex-direction: row;
  gap: 2rem;
  width: 36.1111111111%;
}
.tableDescFile .name > img {
  max-height: 24px;
  max-width: 18px;
  /* padding-right: 2rem; */
}
.tableDescFile .desc {
  font-size: 1.4rem;
  line-height: 2rem;
  text-align: left;
  width: 41.6666666667%;
}
.tableDescFile .link {
  flex-grow: 0;
  flex-shrink: 0;
  margin-left: auto;
}
.tableDescFile .link a {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-end;
  height: fit-content;
  /* min-width: 16.8rem;
  max-width: 16.8rem; */
}
.tableDescFile .link img {
  height: 10px;
  width: 28px;
  margin-left: 1rem;
  margin-top: 0.5rem;
}
@media (min-width: 1025px) {
  .tableDescFile .link a:hover {
    text-decoration: underline;
  }
}

.table3d {
  padding-top: 4.8rem;
  display: flex;
  flex-direction: column;
}
.table3d .itemDesk {
  display: flex;
  flex-direction: row;
  gap: 1.6rem;
  font-size: 1.4rem;
  line-height: 2rem;
  min-height: 10.7rem;
  height: 100%;
}
.table3d > hr {
  border-color: #707070;
}
.table3d .title {
  font-weight: 700;
}
.table3d .name {
  flex-grow: 0;
  flex-shrink: 0;
  display: flex;
  flex-direction: row;
  gap: 2rem;
  width: 36.1111111111%;
}
.table3d .name > img {
  max-height: 24px;
  max-width: 18px;
  /* padding-right: 2rem; */
}
.table3d .image {
  /* width: 260px;
  height: 107px; */
  flex-grow: 0;
  flex-shrink: 0;
  text-align: center;
  width: 41.6666666667%;
}
.table3d .link {
  flex-grow: 0;
  flex-shrink: 0;
  margin-left: auto;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.table3d .link a {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-end;
  height: fit-content;
  /* min-width: 16.8rem;
  max-width: 16.8rem; */
}
.table3d .link img {
  height: 10px;
  width: 28px;
  margin-left: 1rem;
  margin-top: 0.5rem;
}
@media (min-width: 1025px) {
  .table3d .link a:hover {
    text-decoration: underline;
  }
}

body[class*=um-page-] .default-content {
  padding-bottom: 10rem;
  margin-bottom: 0;
  background: url("images/um-bg.jpg") no-repeat right center;
  background-size: auto 100%;
}

.page .default-content .content {
  grid-column: span 7;
}
@media (max-width: 767px) {
  .page .default-content .content {
    grid-column: span 12;
  }
}
.page .default-content .um {
  max-width: none;
  width: 100%;
}
.page .default-content .um-login form {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 1.6rem;
}
.page .default-content .um-login ._um_row_1 {
  flex-grow: 1;
  margin: 0 !important;
}
.page .default-content .um-login .um-col-alt {
  align-self: flex-end;
  margin: 0 !important;
  padding-bottom: 1rem;
}
.page .default-content .um-login .um-col-alt .um-center {
  text-align: left;
}
@media (max-width: 767px) {
  .page .default-content .um-login .um-col-alt {
    width: 100%;
  }
}
.page .default-content .um-login .um-col-alt-b {
  width: 100%;
  text-align: left;
  font-weight: 700;
}
.page .default-content a.um-link-alt {
  font-weight: 700 !important;
  text-align: left !important;
  display: inline-block !important;
  color: #707070 !important;
}
.page .default-content .um-button {
  border: none !important;
  padding: 0 7rem 0 0 !important;
  font-size: 1.4rem !important;
  font-weight: 700 !important;
  color: inherit !important;
  width: auto !important;
  min-width: 0 !important;
  position: relative !important;
  background: url("images/button-arr.svg") no-repeat right 38% !important;
  background-size: 5.7rem auto !important;
  display: inline-block;
  position: relative;
  line-height: 1.5 !important;
}
.page .default-content .um-button::before {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 2px;
  background: #707070;
  display: block;
  content: "";
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
@media (min-width: 1025px) {
  .page .default-content .um-button:hover::before {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .page .default-content .um-button {
    font-size: 2rem !important;
  }
}
.page .default-content .um-form input[type=text], .page .default-content .um-form input[type=search], .page .default-content .um-form input[type=tel], .page .default-content .um-form input[type=number], .page .default-content .um-form input[type=password] {
  border: none !important;
  outline: none !important;
  border-bottom: 1px solid #707070 !important;
  font-size: 2rem !important;
  font-weight: 300 !important;
  padding: 1rem 2rem !important;
  color: #707070 !important;
}
.page .default-content .um-form input[type=text]::-webkit-input-placeholder, .page .default-content .um-form input[type=search]::-webkit-input-placeholder, .page .default-content .um-form input[type=tel]::-webkit-input-placeholder, .page .default-content .um-form input[type=number]::-webkit-input-placeholder, .page .default-content .um-form input[type=password]::-webkit-input-placeholder {
  color: #707070 !important;
}
.page .default-content .um-form input[type=text]::-moz-placeholder, .page .default-content .um-form input[type=search]::-moz-placeholder, .page .default-content .um-form input[type=tel]::-moz-placeholder, .page .default-content .um-form input[type=number]::-moz-placeholder, .page .default-content .um-form input[type=password]::-moz-placeholder {
  color: #707070 !important;
}
.page .default-content .um-form input[type=text]:-ms-input-placeholder, .page .default-content .um-form input[type=search]:-ms-input-placeholder, .page .default-content .um-form input[type=tel]:-ms-input-placeholder, .page .default-content .um-form input[type=number]:-ms-input-placeholder, .page .default-content .um-form input[type=password]:-ms-input-placeholder {
  color: #707070 !important;
}
.page .default-content .um-form input[type=text]:-moz-placeholder, .page .default-content .um-form input[type=search]:-moz-placeholder, .page .default-content .um-form input[type=tel]:-moz-placeholder, .page .default-content .um-form input[type=number]:-moz-placeholder, .page .default-content .um-form input[type=password]:-moz-placeholder {
  color: #707070 !important;
}
.page .default-content .um-register ._um_row_1 {
  flex-grow: 1;
  margin: 0 !important;
}
.page .default-content .um-register ._um_row_1 .um-col-1 {
  display: flex;
  flex-direction: row;
  gap: 1.6rem;
}
.page .default-content .um-register ._um_row_1 .um-col-1 > * {
  flex: 1 1 0;
}
.page .default-content .um-register form {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 1.6rem;
}
.page .default-content .um-register form > * {
  order: 1;
}
.page .default-content .um-register ._um_row_2 {
  flex-grow: 1;
  margin: 0 !important;
}
.page .default-content .um-register .um-toggle-gdpr, .page .default-content .um-register .um-gdpr-content {
  display: none !important;
}
.page .default-content .um-register .um-field-type_terms_conditions {
  order: 99;
  width: 100%;
}
.page .default-content .um-register .um-col-alt {
  align-self: flex-end;
  margin: 0 !important;
  padding-bottom: 1rem;
}
.page .default-content .um-register .um-col-alt .um-center {
  text-align: left;
}
@media (max-width: 767px) {
  .page .default-content .um-register .um-col-alt {
    width: 100%;
  }
}
.page .default-content .um-password .um-field-block * {
  text-align: left !important;
}
.page .default-content .um-notice {
  width: 100%;
  flex-basis: 100%;
}

.single-gm_portal .scroll-progress-bar,
body[class*=um-page-] .scroll-progress-bar {
  display: none !important;
}

.um-field-error {
  border-radius: 1rem !important;
  background-color: #fff !important;
  color: #707070 !important;
  border: 3px solid rgb(229, 29, 29);
}

.um-field-arrow {
  display: none;
}

.um-err .um-button {
  margin-bottom: 6.5rem !important;
}

#mailchimp-popup {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 999;
  background: rgba(255, 255, 255, 0.7);
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
#mailchimp-popup:not(.show) {
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
}

#mailchimp-popup-container {
  color: #707070;
  background: #fff;
  max-width: 72rem;
  padding: 0.8rem;
  width: 96%;
  height: auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 0;
  grid-row-gap: 1.6rem;
  box-shadow: 0 3px 23px rgba(0, 0, 0, 0.16);
}
@media (max-width: 599px) {
  #mailchimp-popup-container {
    grid-template-columns: 1fr;
  }
}
#mailchimp-popup-container .bg {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center center;
}
@media (max-width: 599px) {
  #mailchimp-popup-container .bg {
    aspect-ratio: 2/1;
    object-position: center top;
    object-fit: cover;
  }
}
#mailchimp-popup-container .mailchimp-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 2rem 1rem 2rem 2rem;
}
#mailchimp-popup-container input {
  background: transparent;
  border: none;
  box-shadow: none;
}
#mailchimp-popup-container input[type=email] {
  color: #000000;
  border-bottom: 1px solid #707070;
  padding: 0.9rem 1.6rem;
  font-size: 2rem;
  width: 100%;
}
#mailchimp-popup-container input[type=email]::-webkit-input-placeholder {
  color: #000000 !important;
}
#mailchimp-popup-container input[type=email]::-moz-placeholder {
  color: #000000 !important;
}
#mailchimp-popup-container input[type=email]:-ms-input-placeholder {
  color: #000000 !important;
}
#mailchimp-popup-container input[type=email]:-moz-placeholder {
  color: #000000 !important;
}
#mailchimp-popup-container h2, #mailchimp-popup-container h3, #mailchimp-popup-container .newsletter-title {
  font-size: 3rem;
  line-height: 1.4333333333;
}
#mailchimp-popup-container .newsletter-title {
  padding-top: 2.4rem;
}
#mailchimp-popup-container .indicates-required {
  display: none !important;
}
#mailchimp-popup-container .mc-field-group {
  margin-top: 6.4rem;
  margin-bottom: 6.4rem;
}
@media (max-width: 1023px) {
  #mailchimp-popup-container .mc-field-group {
    margin-top: 2.4rem;
    margin-bottom: 2.4rem;
  }
}
#mailchimp-popup-container .mc-field-group label {
  display: none !important;
}
#mailchimp-popup-container .btn {
  margin-left: auto;
  font-size: 1.4rem;
  font-weight: 700;
  padding: 0;
}

#newsletter-close {
  cursor: pointer;
  align-self: end;
  margin-bottom: auto;
  display: inline-block;
  color: #000000;
  font-size: 1.4rem;
  position: relative;
  line-height: 1.2857142857;
  padding: 0.8rem 5rem 0.4rem 0;
}
#newsletter-close::before, #newsletter-close::after {
  content: "";
  display: block;
  width: 3.6rem;
  height: 1px;
  background: #000000;
  position: absolute;
  right: 0;
  top: 50%;
}
#newsletter-close::before {
  transform: rotate(45deg);
}
#newsletter-close::after {
  transform: rotate(-45deg);
}
@media (hover: hover) {
  #newsletter-close:hover::before, #newsletter-close:hover::after {
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
  }
  #newsletter-close:hover::before {
    transform: rotate(135deg);
  }
  #newsletter-close:hover::after {
    transform: rotate(45deg);
  }
}
