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

html {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  scroll-behavior: smooth;
}

body {
  margin: 0;
  padding: 0;
  color: #f9f9f9;
  background-color: #1f1e1d;
  font-family: "Montserrat", sans-serif;
  line-height: 1.5;
  overflow-x: hidden;
  min-height: 100dvh;
  position: relative;
}
body:has(#wpadminbar) .header {
  top: 32px;
}

.fixed-background {
  position: absolute;
  border-radius: inherit;
  corner-shape: inherit;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: url(https://framerusercontent.com/images/6mcf62RlDfRfU61Yg5vb2pefpi4.png?width=256&height=256);
  background-repeat: repeat;
  background-position: center top;
  border: 0;
  background-size: 153.5px auto;
  opacity: 0.08;
  width: 100dvw;
  height: 100%;
  z-index: -1;
  pointer-events: none;
}

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

a {
  color: #f84525;
  text-decoration: none;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

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

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

h1 {
  font-size: clamp(32px, 5vw, 55px);
  line-height: 1.2;
}

h2 {
  font-size: clamp(28px, 4vw, 42px);
  line-height: 1.2;
}

h3 {
  font-size: clamp(22px, 3vw, 32px);
  line-height: 1.3;
}

button {
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  font: inherit;
  color: inherit;
}

a:focus-visible,
button:focus-visible,
input:focus-visible,
textarea:focus-visible,
select:focus-visible {
  outline: 2px solid #f84525;
  outline-offset: 2px;
}

.no-scrollbar {
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.no-scrollbar::-webkit-scrollbar {
  display: none;
}

a.wave-effect {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #f84525;
  text-decoration: none;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
a.wave-effect:hover {
  color: #f9f9f9;
}
a.wave-effect span[data-wave] {
  display: inline-block;
}

@-webkit-keyframes waveLetter {
  0%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  25% {
    -webkit-transform: translateY(-4px);
            transform: translateY(-4px);
  }
  50% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  75% {
    -webkit-transform: translateY(2px);
            transform: translateY(2px);
  }
}

@keyframes waveLetter {
  0%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  25% {
    -webkit-transform: translateY(-4px);
            transform: translateY(-4px);
  }
  50% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  75% {
    -webkit-transform: translateY(2px);
            transform: translateY(2px);
  }
}
.page-loading {
  position: fixed;
  inset: 0;
  z-index: 1000;
  background-color: #1f1e1d;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: hidden;
  -webkit-transition: -webkit-transform 0.4s ease-in-out;
  transition: -webkit-transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
}
.page-loading .page-loading__image {
  width: 150px;
  height: auto;
}
@media (min-width: 1024px) {
  .page-loading .page-loading__image {
    width: 250px;
  }
}
.page-loading.loaded .page-loading__image {
  -webkit-animation: hide 0.2s forwards;
          animation: hide 0.2s forwards;
}
.page-loading.loaded {
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}

@-webkit-keyframes hide {
  from {
    clip-path: inset(0 0 0 0);
  }
  to {
    clip-path: inset(0 0 100% 0);
  }
}

@keyframes hide {
  from {
    clip-path: inset(0 0 0 0);
  }
  to {
    clip-path: inset(0 0 100% 0);
  }
}
.easy-load {
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  opacity: 0;
  -webkit-transition: opacity 0.6s ease-out, -webkit-transform 0.6s ease-out;
  transition: opacity 0.6s ease-out, -webkit-transform 0.6s ease-out;
  transition: transform 0.6s ease-out, opacity 0.6s ease-out;
  transition: transform 0.6s ease-out, opacity 0.6s ease-out, -webkit-transform 0.6s ease-out;
}
.easy-load.in-view {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}

.easy-load-animated {
  opacity: 0;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
}
.easy-load-animated.in-view {
  -webkit-animation: easyLoad 0.6s ease-out forwards;
          animation: easyLoad 0.6s ease-out forwards;
}

@-webkit-keyframes easyLoad {
  0% {
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}

@keyframes easyLoad {
  0% {
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
.section-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  margin-bottom: 20px;
}
.section-header .section-header-title {
  font-size: 48px;
  line-height: 1;
  font-weight: 300;
  margin-bottom: 20px;
  letter-spacing: -0.02em;
}
.section-header .section-header-title mark {
  color: #58575c;
  background-color: transparent;
}
.section-header .section-header-description {
  color: #58575c;
  font-size: 15px;
  line-height: 1.1;
  font-weight: 300;
  text-align: right;
}

.light-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 50px;
}
.light-header .light-header-title {
  font-size: 20px;
  line-height: 1;
  font-weight: 600;
  margin-bottom: 20px;
  letter-spacing: -0.02em;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
  width: 100%;
  white-space: nowrap;
}
.light-header .light-header-title::before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: -webkit-gradient(linear, left top, right top, from(transparent), to(#333135));
  background: linear-gradient(to right, transparent 0%, #333135 100%);
  border-radius: 2px;
}
.light-header .light-header-title::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: -webkit-gradient(linear, left top, right top, from(#333135), to(transparent));
  background: linear-gradient(to right, #333135 0%, transparent 100%);
  border-radius: 2px;
}

.faq {
  padding: 100px 0;
  position: relative;
}
.faq .faq-inner {
  display: grid;
  grid-template-columns: 1fr;
  gap: 50px;
}
@media (min-width: 1024px) {
  .faq .faq-inner {
    grid-template-columns: 1fr 1fr;
    gap: 20px;
  }
}
.faq .faq-inner .section-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 20px;
}
@media (min-width: 1024px) {
  .faq .faq-inner .section-header {
    position: sticky;
    top: 140px;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
  }
}
.faq .faq-inner .section-header .section-header-title {
  margin-bottom: 0;
}
.faq .faq-inner .section-header .section-header-description {
  color: #58575c;
  font-size: 18px;
  line-height: 1.5;
  font-weight: 300;
  text-align: left;
  margin-bottom: 30px;
}
.faq .faq-inner .section-header .faq-cta {
  color: #f9f9f9;
  font-weight: 400;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  text-decoration: none;
  position: relative;
  font-size: 16px;
  scroll-margin-top: 100px;
}
.faq .faq-inner .section-header .faq-cta:hover {
  color: #f84525;
}
.faq .faq-inner .section-header .faq-cta::after {
  content: "*";
  color: #f84525;
  font-size: 24px;
  font-weight: 300;
  margin-left: 2px;
}
.faq .faq-inner .faq-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-top: -25px;
}
.faq .faq-inner .faq-list .faq-item {
  width: 100%;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 25px 0;
  cursor: pointer;
}
.faq .faq-inner .faq-list .faq-item .faq-item-question {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 40px;
  font-size: 26px;
  line-height: 1.2;
  font-weight: 500;
  color: #f9f9f9;
  letter-spacing: -0.02em;
  -webkit-transition: color 0.3s ease, opacity 0.3s ease;
  transition: color 0.3s ease, opacity 0.3s ease;
  width: 100%;
}
.faq .faq-inner .faq-list .faq-item .faq-item-question::after {
  content: "";
  width: 28px;
  height: 28px;
  background-image: url("../../assets/images/icons/eye-close.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  opacity: 1;
  margin-top: 5px;
}
.faq .faq-inner .faq-list .faq-item:hover .faq-item-question {
  color: #f9f9f9;
}
.faq .faq-inner .faq-list .faq-item:hover .faq-item-question::after {
  opacity: 1;
}
.faq .faq-inner .faq-list .faq-item.active .faq-item-question {
  color: #f9f9f9;
}
.faq .faq-inner .faq-list .faq-item.active .faq-item-question::after {
  opacity: 1;
}
.faq .faq-inner .faq-list .faq-item .faq-item-answer {
  display: grid;
  grid-template-rows: 0fr;
  overflow: hidden;
  -webkit-transition: grid-template-rows 0.5s ease, display 0.5s ease allow-discrete;
  transition: grid-template-rows 0.5s ease, display 0.5s ease allow-discrete;
  transition: grid-template-rows 0.5s ease, display 0.5s ease allow-discrete, -ms-grid-rows 0.5s ease;
}
.faq .faq-inner .faq-list .faq-item .faq-item-answer .faq-item-answer-text {
  min-height: 0;
  font-size: 18px;
  line-height: 1.5;
  font-weight: 400;
  color: #58575c;
  padding-top: 0;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease, padding-top 0.3s ease, color 0.3s ease;
  transition: opacity 0.3s ease, padding-top 0.3s ease, color 0.3s ease;
}
.faq .faq-inner .faq-list .faq-item.active .faq-item-question::after {
  background-image: url("../../assets/images/icons/eye-open.svg");
}
.faq .faq-inner .faq-list .faq-item.active .faq-item-answer {
  grid-template-rows: 1fr;
}
.faq .faq-inner .faq-list .faq-item.active .faq-item-answer .faq-item-answer-text {
  opacity: 1;
  padding-top: 10px;
}
.faq .faq-inner .faq-list:has(.faq-item:hover) .faq-item:not(:hover) .faq-item-question {
  color: #58575c;
}
.faq .faq-inner .faq-list:has(.faq-item:hover) .faq-item:not(:hover) .faq-item-question::after {
  opacity: 0.6;
}
.faq .faq-inner .faq-list:has(.faq-item:hover) .faq-item:not(:hover).active .faq-item-question {
  color: #f9f9f9;
}
.faq .faq-inner .faq-list:has(.faq-item:hover) .faq-item:not(:hover).active .faq-item-question::after {
  opacity: 1;
}
@starting-style {
  .faq .faq-inner .faq-list .faq-item.active .faq-item-answer {
    grid-template-rows: 0fr;
  }
  .faq .faq-inner .faq-list .faq-item.active .faq-item-answer .faq-item-answer-text {
    opacity: 0;
  }
}

.container {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 16px;
  padding-right: 16px;
}
@media (min-width: 480px) {
  .container {
    padding-left: 24px;
    padding-right: 24px;
  }
}
@media (min-width: 768px) {
  .container {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (min-width: 1024px) {
  .container {
    padding-left: 110px;
    padding-right: 110px;
  }
}
@media (min-width: 1600px) {
  .container {
    max-width: 1450px;
    padding: 0 40px;
  }
}
@media (min-width: 1950px) {
  .container {
    max-width: 1800px;
  }
}
@media (min-width: 1950px) {
  .container {
    padding: 0 40px;
  }
}
.container.container-header {
  max-width: 100%;
}
@media (min-width: 1300px) {
  .container.container-header {
    padding-left: 50px;
    padding-right: 50px;
  }
}
.container.container-narrow {
  max-width: 800px;
}
.container.container-wide {
  max-width: 1400px;
}

.header {
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  background: -webkit-gradient(linear, left top, left bottom, from(#1f1e1d), to(transparent));
  background: linear-gradient(to bottom, #1f1e1d, transparent);
  padding: 8px 0;
  overflow: visible;
}
@media (min-width: 480px) {
  .header {
    padding: 10px 0;
  }
}
@media (min-width: 1300px) {
  .header {
    padding: 20px 0;
  }
}
.header .header-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 60px;
  overflow: visible;
}
@media (min-width: 480px) {
  .header .header-inner {
    height: 70px;
  }
}
@media (min-width: 768px) {
  .header .header-inner {
    height: 80px;
  }
}
.header .header-logo {
  z-index: 9999;
  overflow: visible;
  position: relative;
}
.header .header-logo a {
  display: block;
  overflow: visible;
}
.header .header-logo svg {
  width: auto;
  height: 32px;
  display: block;
  overflow: visible;
  position: relative;
  z-index: 9999;
}
@media (min-width: 480px) {
  .header .header-logo svg {
    height: 36px;
  }
}
@media (min-width: 768px) {
  .header .header-logo svg {
    height: 40px;
  }
}
.header .header-logo svg .cls-1 {
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  will-change: cx, cy, opacity, transform;
  transform-box: fill-box;
  -webkit-transform-origin: center center;
          transform-origin: center center;
}
.header .header-logo svg.dot-ready .cls-1 {
  opacity: 1;
  -webkit-animation: dotPulse 2s ease-in-out infinite;
          animation: dotPulse 2s ease-in-out infinite;
  -webkit-transform-origin: bottom center;
          transform-origin: bottom center;
}
.header .header-logo svg.dot-white .cls-1 {
  fill: #ffffff;
}
.header .header-logo svg .cls-2 {
  transform-box: fill-box;
  -webkit-transform-origin: center center;
          transform-origin: center center;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}
.header .header-logo .logo-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
  clip-path: circle(0px at 100% 50%);
  -webkit-transition: clip-path 0.6s ease-in-out;
  transition: clip-path 0.6s ease-in-out;
  z-index: 10000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header .header-logo .logo-overlay svg {
  width: auto;
  height: 32px;
  display: block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media (min-width: 480px) {
  .header .header-logo .logo-overlay svg {
    height: 36px;
  }
}
@media (min-width: 768px) {
  .header .header-logo .logo-overlay svg {
    height: 40px;
  }
}
.header .header-logo img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  max-width: 150px;
}
.header .header-logo .header-logo-text {
  font-size: 24px;
  font-weight: 700;
  color: #f9f9f9;
  text-decoration: none;
}
.header .header-logo .header-logo-text:hover {
  color: #f84525;
}
.header .header-nav {
  margin-left: auto;
  margin-right: 20px;
}
@media (min-width: 768px) {
  .header .header-nav {
    margin-right: 30px;
  }
}
@media (min-width: 1024px) {
  .header .header-nav {
    margin-right: 50px;
  }
}
.header .header-nav .header-nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
}
@media (min-width: 768px) {
  .header .header-nav .header-nav-list {
    gap: 20px;
  }
}
@media (min-width: 1024px) {
  .header .header-nav .header-nav-list {
    gap: 32px;
  }
}
.header .header-nav li {
  list-style: none;
}
.header .header-nav a {
  color: #f9f9f9;
  font-weight: 600;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  text-decoration: none;
  position: relative;
  font-size: 11px;
  height: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 480px) {
  .header .header-nav a {
    font-size: 12px;
  }
}
@media (min-width: 1024px) {
  .header .header-nav a {
    font-size: 14px;
  }
}
.header .header-nav a:hover {
  color: #f84525;
}
.header .header-nav .current-menu-item a {
  color: #f84525;
}
.header .header-nav .current-menu-item a::after {
  content: "";
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 75%;
  height: 1px;
  background-color: #f9f9f9;
  -webkit-animation: lineGrow 0.6s ease forwards;
          animation: lineGrow 0.6s ease forwards;
}
.header .header-cta {
  display: none;
}
.header .header-toggle {
  width: 36px;
  height: 36px;
  padding: 6px;
  cursor: pointer;
  position: relative;
  z-index: 101;
  background-color: #f9f9f9;
  border-radius: 50%;
  -webkit-transition: -webkit-transform 0.2s ease-out;
  transition: -webkit-transform 0.2s ease-out;
  transition: transform 0.2s ease-out;
  transition: transform 0.2s ease-out, -webkit-transform 0.2s ease-out;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media (min-width: 480px) {
  .header .header-toggle {
    width: 40px;
    height: 40px;
    padding: 7px;
  }
}
.header .header-toggle::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 40px;
  height: 40px;
  background-color: #1f1e1d;
  border-radius: 50%;
  -webkit-transform: translate(-50%, -50%) scale(0);
          transform: translate(-50%, -50%) scale(0);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  z-index: -1;
}
@media (min-width: 480px) {
  .header .header-toggle::before {
    width: 45px;
    height: 45px;
  }
}
.header .header-toggle .header-toggle-line {
  display: block;
  width: 100%;
  height: 1px;
  background-color: #1f1e1d;
  position: relative;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
.header .header-toggle .header-toggle-line::before, .header .header-toggle .header-toggle-line::after {
  content: "";
  display: block;
  width: 85%;
  height: 1px;
  background-color: #1f1e1d;
  position: absolute;
  left: 0;
  -webkit-transition: top 0.3s ease, background-color 0.3s ease, width 0.3s ease, -webkit-transform 0.3s ease;
  transition: top 0.3s ease, background-color 0.3s ease, width 0.3s ease, -webkit-transform 0.3s ease;
  transition: transform 0.3s ease, top 0.3s ease, background-color 0.3s ease, width 0.3s ease;
  transition: transform 0.3s ease, top 0.3s ease, background-color 0.3s ease, width 0.3s ease, -webkit-transform 0.3s ease;
}
.header .header-toggle .header-toggle-line::before {
  top: -5px;
}
@media (min-width: 480px) {
  .header .header-toggle .header-toggle-line::before {
    top: -6px;
  }
}
.header .header-toggle .header-toggle-line::after {
  top: 5px;
}
@media (min-width: 480px) {
  .header .header-toggle .header-toggle-line::after {
    top: 6px;
  }
}
.header .header-toggle[aria-expanded=true]::before {
  -webkit-transform: translate(-50%, -50%) scale(1);
          transform: translate(-50%, -50%) scale(1);
}
.header .header-toggle[aria-expanded=true] .header-toggle-line {
  background-color: transparent;
}
.header .header-toggle[aria-expanded=true] .header-toggle-line::before, .header .header-toggle[aria-expanded=true] .header-toggle-line::after {
  background-color: #f9f9f9;
  width: 100%;
}
.header .header-toggle[aria-expanded=true] .header-toggle-line::before {
  top: 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.header .header-toggle[aria-expanded=true] .header-toggle-line::after {
  top: 0;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.header .header-toggle-menu {
  --toggle-x: calc(100% - 40px);
  --toggle-y: 40px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  height: 100dvh;
  background-color: #f9f9f9;
  z-index: 100;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  clip-path: circle(0% at var(--toggle-x) var(--toggle-y));
  -webkit-transition: clip-path 0.6s ease-in-out;
  transition: clip-path 0.6s ease-in-out;
  pointer-events: none;
  padding: 16px;
  overflow-y: auto;
}
@media (min-width: 768px) {
  .header .header-toggle-menu {
    padding: 24px;
  }
}
.header .header-toggle-menu .header-toggle-menu-inner {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 1200px;
  height: 100%;
}
@media (min-width: 768px) {
  .header .header-toggle-menu .header-toggle-menu-inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 0;
    height: auto;
    padding-top: 0;
  }
}
.header .header-toggle-menu .header-toggle-menu-inner .menu-menu-toggle-container ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  opacity: 0;
  -webkit-transform: translateX(-20px);
          transform: translateX(-20px);
  -webkit-transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, transform 0.3s ease;
  transition: opacity 0.3s ease, transform 0.3s ease, -webkit-transform 0.3s ease;
  -webkit-transition-delay: 0;
          transition-delay: 0;
  position: relative;
}
@media (min-width: 768px) {
  .header .header-toggle-menu .header-toggle-menu-inner .menu-menu-toggle-container ul {
    -webkit-transform: translateX(-30px);
            transform: translateX(-30px);
  }
}
.header .header-toggle-menu .header-toggle-menu-inner .menu-menu-toggle-container ul li {
  list-style: none;
  position: relative;
  counter-increment: menu-item;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.header .header-toggle-menu .header-toggle-menu-inner .menu-menu-toggle-container ul li a {
  font-size: 28px;
  line-height: 40px;
  font-weight: 700;
  text-decoration: none;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  position: relative;
  padding-left: 0;
  z-index: 2;
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #1f1e1d), color-stop(50%, #bbb));
  background: linear-gradient(to right, #1f1e1d 50%, #bbb 50%);
  background-size: 200% 100%;
  background-position: 0% 0;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-transition: background-position 0.4s ease, -webkit-transform 0.3s ease;
  transition: background-position 0.4s ease, -webkit-transform 0.3s ease;
  transition: background-position 0.4s ease, transform 0.3s ease;
  transition: background-position 0.4s ease, transform 0.3s ease, -webkit-transform 0.3s ease;
  cursor: pointer;
}
@media (min-width: 480px) {
  .header .header-toggle-menu .header-toggle-menu-inner .menu-menu-toggle-container ul li a {
    font-size: 36px;
    line-height: 50px;
    gap: 12px;
  }
}
@media (min-width: 768px) {
  .header .header-toggle-menu .header-toggle-menu-inner .menu-menu-toggle-container ul li a {
    font-size: 45px;
    line-height: 60px;
    gap: 15px;
  }
}
@media (min-width: 1024px) {
  .header .header-toggle-menu .header-toggle-menu-inner .menu-menu-toggle-container ul li a {
    font-size: 75px;
    line-height: 80px;
    -webkit-transform: translateX(-30px);
            transform: translateX(-30px);
    gap: 20px;
  }
}
.header .header-toggle-menu .header-toggle-menu-inner .menu-menu-toggle-container ul li:nth-child(n+4) a {
  font-size: 20px;
  line-height: 30px;
}
@media (min-width: 480px) {
  .header .header-toggle-menu .header-toggle-menu-inner .menu-menu-toggle-container ul li:nth-child(n+4) a {
    font-size: 20px;
    line-height: 30px;
  }
}
@media (min-width: 768px) {
  .header .header-toggle-menu .header-toggle-menu-inner .menu-menu-toggle-container ul li:nth-child(n+4) a {
    font-size: 20px;
    line-height: 30px;
  }
}
@media (min-width: 1024px) {
  .header .header-toggle-menu .header-toggle-menu-inner .menu-menu-toggle-container ul li:nth-child(n+4) a {
    font-size: 20px;
    line-height: 30px;
  }
}
.header .header-toggle-menu .header-toggle-menu-inner .menu-menu-toggle-container ul li::before {
  content: counter(menu-item, decimal-leading-zero) ".";
  font-size: 12px;
  font-weight: 700;
  color: #9c9c9c;
  margin-top: 12px;
  width: 24px;
  opacity: 1;
  z-index: 1;
  pointer-events: none;
  line-height: 1;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
@media (min-width: 480px) {
  .header .header-toggle-menu .header-toggle-menu-inner .menu-menu-toggle-container ul li::before {
    font-size: 14px;
    margin-top: 16px;
    width: 28px;
  }
}
@media (min-width: 768px) {
  .header .header-toggle-menu .header-toggle-menu-inner .menu-menu-toggle-container ul li::before {
    font-size: 15px;
    margin-top: 19px;
    width: 30px;
  }
}
@media (min-width: 1024px) {
  .header .header-toggle-menu .header-toggle-menu-inner .menu-menu-toggle-container ul li::before {
    font-size: 12px;
    margin-top: 7px;
    width: 30px;
  }
}
@media (min-width: 1024px) {
  .header .header-toggle-menu .header-toggle-menu-inner .menu-menu-toggle-container ul li::before {
    opacity: 0;
    -webkit-transition: opacity 0.2s ease;
    transition: opacity 0.2s ease;
  }
  .header .header-toggle-menu .header-toggle-menu-inner .menu-menu-toggle-container ul li:hover a {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  .header .header-toggle-menu .header-toggle-menu-inner .menu-menu-toggle-container ul li:hover::before {
    opacity: 1;
  }
}
.header .header-toggle-menu .header-toggle-menu-inner .menu-menu-toggle-container ul li#menu-item-47 {
  margin-top: 30px;
}
.header .header-toggle-menu .header-toggle-menu-inner .menu-menu-toggle-container ul li#menu-item-47 a {
  gap: 5px;
}
.header .header-toggle-menu .header-toggle-menu-inner .menu-menu-toggle-container ul li#menu-item-47 a:after {
  content: "HIRING";
  color: #f9f9f9;
  background-color: #f84525;
  -webkit-text-fill-color: #f9f9f9;
  padding: 4px 5px;
  line-height: 1;
  border-radius: 20px;
  font-size: 8px;
  font-weight: 700;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
}
@media (min-width: 480px) {
  .header .header-toggle-menu .header-toggle-menu-inner .menu-menu-toggle-container ul li#menu-item-47 a:after {
    font-size: 10px;
  }
}
@media (min-width: 1024px) {
  .header .header-toggle-menu .header-toggle-menu-inner .menu-menu-toggle-container ul:has(li:hover) li:not(:hover) a {
    background-position: 100% 0;
  }
}
.header .header-toggle-menu .header-toggle-menu-inner .menu-menu-toggle-container ul ul {
  counter-reset: menu-item;
}
.header .header-toggle-menu .header-toggle-menu-inner .menu-menu-toggle-container ul::before {
  content: "MENU";
  position: absolute;
  top: 30px;
  left: -90px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 3px;
  color: #9c9c9c;
  text-align: left;
  text-transform: uppercase;
  background: none;
  border: none;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
.header .header-toggle-menu .header-toggle-menu-inner .company-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-item-align: start;
      align-self: flex-start;
  margin-bottom: 0;
  margin-top: auto;
}
@media (min-width: 1024px) {
  .header .header-toggle-menu .header-toggle-menu-inner .company-info {
    -ms-flex-item-align: end;
        align-self: flex-end;
    margin-top: 0;
    margin-bottom: 0;
  }
}
.header .header-toggle-menu .header-toggle-menu-inner .company-info a {
  font-size: 16px;
  font-weight: 300;
  color: #f84525;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
  margin-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media (min-width: 1024px) {
  .header .header-toggle-menu .header-toggle-menu-inner .company-info a {
    font-size: 18px;
  }
}
.header .header-toggle-menu .header-toggle-menu-inner .company-info a span {
  font-size: 16px;
  font-weight: 400;
  color: #f84525;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
@media (min-width: 1024px) {
  .header .header-toggle-menu .header-toggle-menu-inner .company-info a span {
    font-size: 18px;
  }
}
.header .header-toggle-menu .header-toggle-menu-inner .company-info a span:hover {
  text-decoration: none;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
}
.header .header-toggle-menu .header-toggle-menu-inner .company-info a span.company-info-phone-country {
  margin-left: 8px;
  font-size: 12px;
  font-weight: 400;
  color: #1f1e1d;
  cursor: default;
  pointer-events: none;
  text-decoration: none;
}
.header .header-toggle-menu .header-toggle-menu-inner .company-info a:hover {
  text-decoration: none;
}
.header .header-toggle-menu .header-toggle-menu-inner .company-info p {
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  color: #1f1e1d;
}
@media (min-width: 1024px) {
  .header .header-toggle-menu .header-toggle-menu-inner .company-info p {
    font-size: 16px;
    line-height: 24px;
  }
}
.header .header-toggle-menu .header-toggle-menu-inner .company-info p.company-info-address {
  margin-bottom: 20px;
  margin-top: 20px;
}
.header .header-toggle-menu .header-toggle-menu-inner .company-info p.company-info-copyright {
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  color: #1f1e1d;
}
@media (min-width: 1024px) {
  .header .header-toggle-menu .header-toggle-menu-inner .company-info p.company-info-copyright {
    font-size: 16px;
  }
}
.header .header-toggle-menu .header-toggle-menu-inner .company-info .company-info-social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  margin-bottom: 40px;
}
.header .header-toggle-menu .header-toggle-menu-inner .company-info .company-info-social li {
  list-style: none;
}
.header .header-toggle-menu .header-toggle-menu-inner .company-info .company-info-social li a {
  width: 20px;
  height: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  pointer-events: none;
}
.header .header-toggle-menu .header-toggle-menu-inner .company-info .company-info-social li a img {
  width: 100%;
  height: 100%;
  -webkit-filter: brightness(0) saturate(100%) invert(65%) sepia(1%) saturate(0%) hue-rotate(345deg) brightness(96%) contrast(91%);
          filter: brightness(0) saturate(100%) invert(65%) sepia(1%) saturate(0%) hue-rotate(345deg) brightness(96%) contrast(91%);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.header .header-toggle-menu .header-toggle-menu-inner .company-info .company-info-social li a:hover img {
  -webkit-filter: brightness(1) invert(0);
          filter: brightness(1) invert(0);
}
.header .header-toggle-menu.is-open {
  clip-path: circle(150% at var(--toggle-x) var(--toggle-y));
  pointer-events: auto;
}
.header .header-toggle-menu.is-open .header-toggle-menu-inner .menu-menu-toggle-container ul {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition-delay: 0.35s;
          transition-delay: 0.35s;
}

@-webkit-keyframes dotPulse {
  0%, 100% {
    opacity: 0.65;
    -webkit-transform: scale(0.7);
            transform: scale(0.7);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes dotPulse {
  0%, 100% {
    opacity: 0.65;
    -webkit-transform: scale(0.7);
            transform: scale(0.7);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes waveLetter {
  0%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  25% {
    -webkit-transform: translateY(-4px);
            transform: translateY(-4px);
  }
  50% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  75% {
    -webkit-transform: translateY(2px);
            transform: translateY(2px);
  }
}
@-webkit-keyframes lineGrow {
  0% {
    width: 0;
  }
  100% {
    width: 75%;
  }
}
@keyframes lineGrow {
  0% {
    width: 0;
  }
  100% {
    width: 75%;
  }
}
.nav-open {
  overflow: hidden;
}

@-webkit-keyframes letterFlip {
  0% {
    -webkit-transform: rotateY(0deg);
            transform: rotateY(0deg);
  }
  100% {
    -webkit-transform: rotateY(360deg);
            transform: rotateY(360deg);
  }
}

@keyframes letterFlip {
  0% {
    -webkit-transform: rotateY(0deg);
            transform: rotateY(0deg);
  }
  100% {
    -webkit-transform: rotateY(360deg);
            transform: rotateY(360deg);
  }
}
.letter-flip {
  -webkit-animation: letterFlip 0.5s cubic-bezier(0.4, 0, 0.2, 1) forwards;
          animation: letterFlip 0.5s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}

footer {
  width: 100%;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  padding: 20px 0;
}
footer .footer-inner {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
footer .all-rights-reserved {
  grid-column: 2;
  justify-self: center;
  font-size: 12px;
  font-weight: 400;
  color: #9c9c9c;
  text-align: center;
}
@media (min-width: 480px) {
  footer .all-rights-reserved {
    font-size: 14px;
  }
}
footer .footer-links {
  grid-column: 3;
  justify-self: end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 20px;
}
footer .footer-links a {
  font-size: 14px;
  font-weight: 400;
  color: #9c9c9c;
  text-decoration: none;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
footer .footer-links a:hover {
  color: #f9f9f9;
}

.home {
  position: relative;
}
.home .hero {
  color: #f9f9f9;
  height: calc(100dvh - 76px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 40px 0;
  position: relative;
}
@media (min-width: 768px) {
  .home .hero {
    height: calc(100dvh - 100px);
  }
}
@media (min-width: 1300px) {
  .home .hero {
    height: calc(100dvh - 120px);
  }
}
.home .hero .hero-inner {
  height: 100%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 50px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  z-index: 2;
  position: relative;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}
.home .hero .hero-inner .hero-content {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.home .hero .hero-inner .hero-content .hero-title {
  font-size: 54px;
  line-height: 1;
  font-weight: 300;
  margin-bottom: 50px;
  letter-spacing: -0.02em;
}
.home .hero .hero-inner .hero-content .hero-title mark {
  color: #58575c;
  background-color: transparent;
}
.home .hero .hero-inner .hero-content .hero-title .indent {
  display: inline-block;
  margin-left: 110px;
}
.home .hero .hero-inner .hero-content .see-our-cases-btn {
  color: #f9f9f9;
  font-weight: 400;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  text-decoration: none;
  position: relative;
  font-size: 16px;
  scroll-margin-top: 100px;
  margin: 0 auto;
}
.home .hero .hero-inner .hero-content .see-our-cases-btn:hover {
  color: #f84525;
}
.home .hero .hero-inner .hero-content .see-our-cases-btn::after {
  content: "*";
  color: #f84525;
  font-size: 24px;
  font-weight: 300;
  margin-left: 2px;
}
.home .hero .hero-bg-elements {
  position: absolute;
  top: 0;
  right: 50px;
  pointer-events: none;
  height: 100dvh;
  width: 100dvh;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}
.home .hero .hero-bg-elements .logo-bg {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  height: 150dvh;
  width: auto;
  z-index: -1;
  pointer-events: none;
  clip-path: inset(0 100% 0 0);
  -webkit-animation: revealLogo 0.3s ease-in 0.5s forwards;
          animation: revealLogo 0.3s ease-in 0.5s forwards;
  z-index: -2;
}
.home .hero .hero-bg-elements .logo-bg svg {
  height: 100%;
  width: auto;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}
.home .hero .hero-bg-elements .logo-bg svg path,
.home .hero .hero-bg-elements .logo-bg svg circle {
  fill: #272628;
}
.home .hero .hero-bg-elements .draw-circle {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -180px;
  margin-top: -120px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  height: calc(100dvh + 180px);
  width: calc(100dvh + 180px);
  pointer-events: none;
  z-index: -1;
  -webkit-animation: blinkAndGlow 3s ease-in-out 0.3s forwards;
          animation: blinkAndGlow 3s ease-in-out 0.3s forwards;
  -webkit-animation-delay: 1.2s;
          animation-delay: 1.2s;
}
.home .hero .hero-bg-elements .draw-circle svg {
  width: 100%;
  height: 100%;
  -webkit-transform: rotate(-90deg) scaleY(-1);
          transform: rotate(-90deg) scaleY(-1);
  overflow: visible;
}
.home .hero .hero-bg-elements .draw-circle svg circle {
  fill: none;
  stroke: #3f3c40;
  stroke-width: 0.1;
  stroke-dasharray: 443;
  stroke-dashoffset: 443;
  -webkit-animation: drawCircleLine 14s linear infinite;
          animation: drawCircleLine 14s linear infinite;
}
.home .hero .hero-bg-elements .c-plus {
  position: absolute;
  bottom: 20px;
  left: 150px;
  height: auto;
  width: 60px;
  opacity: 0;
  -webkit-animation: blinkAndGlow 3s ease-in-out 0.3s forwards;
          animation: blinkAndGlow 3s ease-in-out 0.3s forwards;
  -webkit-animation-delay: 1.2s;
          animation-delay: 1.2s;
}
.home .hero .hero-bg-elements .c-plus-2 {
  position: absolute;
  top: 250px;
  right: 180px;
  height: auto;
  width: 60px;
  z-index: 2;
  opacity: 0;
  -webkit-animation: blinkAndGlow 3s ease-in-out 0.3s forwards;
          animation: blinkAndGlow 3s ease-in-out 0.3s forwards;
  -webkit-animation-delay: 1.2s;
          animation-delay: 1.2s;
}
.home .hero .realized-projects {
  position: absolute;
  bottom: 20px;
  right: 20px;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}
.home .hero .realized-projects .realized-projects-text {
  font-size: 24px;
  line-height: 1;
  font-weight: 300;
  color: #58575c;
}
.home .hero .scroll-down {
  position: fixed;
  bottom: 20px;
  left: 50px;
  z-index: 2;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
  -webkit-animation: blinkAndGlow 3s ease-in-out 0.3s forwards;
          animation: blinkAndGlow 3s ease-in-out 0.3s forwards;
  -webkit-animation-delay: 1.2s;
          animation-delay: 1.2s;
}
.home .hero .scroll-down .scroll-down-text {
  font-size: 16px;
  line-height: 1;
  font-weight: 300;
  color: #f9f9f9;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
}
.home .hero .scroll-down .scroll-down-text::before {
  content: "";
  width: 1px;
  height: 100px;
  background-color: #f84525;
  -webkit-transform-origin: top;
          transform-origin: top;
  -webkit-animation: scrollDown 4s ease-in-out infinite;
          animation: scrollDown 4s ease-in-out infinite;
}
.home .our-cases {
  padding: 100px 0;
  position: relative;
}
.home .our-cases .our-cases-inner {
  position: relative;
  z-index: 1;
}
.home .our-cases .our-cases-inner .our-cases-table {
  width: 100%;
  border-collapse: collapse;
  position: relative;
}
.home .our-cases .our-cases-inner .our-cases-table thead .our-cases-header {
  border-bottom: 1px solid #58575c;
}
.home .our-cases .our-cases-inner .our-cases-table thead .our-cases-header th {
  padding: 20px 0;
  text-align: left;
  font-size: 18px;
  line-height: 1.2;
  font-weight: 400;
  color: #58575c;
  vertical-align: middle;
}
.home .our-cases .our-cases-inner .our-cases-table thead .our-cases-header th.our-cases-header-name {
  width: auto;
  min-width: 200px;
  padding-right: 50px;
}
.home .our-cases .our-cases-inner .our-cases-table thead .our-cases-header th.our-cases-header-technology {
  width: 100%;
}
.home .our-cases .our-cases-inner .our-cases-table thead .our-cases-header th.our-cases-header-action {
  width: auto;
  min-width: 150px;
  text-align: center;
}
.home .our-cases .our-cases-inner .our-cases-table thead .our-cases-header th.our-cases-header-location {
  width: auto;
  min-width: 110px;
  text-align: right;
  padding-left: 50px;
}
.home .our-cases .our-cases-inner .our-cases-table tbody.our-cases-list {
  position: relative;
}
.home .our-cases .our-cases-inner .our-cases-table tbody.our-cases-list .our-cases-item {
  border-bottom: 1px solid #58575c;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
  cursor: pointer;
}
.home .our-cases .our-cases-inner .our-cases-table tbody.our-cases-list .our-cases-item::after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #f84525;
  -webkit-transition: width 0.5s ease;
  transition: width 0.5s ease;
}
.home .our-cases .our-cases-inner .our-cases-table tbody.our-cases-list .our-cases-item td {
  padding: 40px 0;
  vertical-align: top;
}
.home .our-cases .our-cases-inner .our-cases-table tbody.our-cases-list .our-cases-item td.our-cases-item-name {
  padding-right: 50px;
}
.home .our-cases .our-cases-inner .our-cases-table tbody.our-cases-list .our-cases-item td.our-cases-item-name .our-cases-item-year-location {
  display: block;
  font-size: 18px;
  line-height: 1;
  font-weight: 300;
  color: #f9f9f9;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
  white-space: nowrap;
  margin-bottom: -14px;
}
.home .our-cases .our-cases-inner .our-cases-table tbody.our-cases-list .our-cases-item td.our-cases-item-technology .our-case-expandable-wrapper {
  margin-top: 0;
  display: block;
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.5s ease, margin-top 0.5s ease;
  transition: max-height 0.5s ease, margin-top 0.5s ease;
}
.home .our-cases .our-cases-inner .our-cases-table tbody.our-cases-list .our-cases-item td.our-cases-item-technology .our-case-expandable-content {
  display: grid;
  grid-template-rows: 0fr;
  overflow: hidden;
  -webkit-transition: grid-template-rows 0.5s ease, display 0.5s ease allow-discrete;
  transition: grid-template-rows 0.5s ease, display 0.5s ease allow-discrete;
  transition: grid-template-rows 0.5s ease, display 0.5s ease allow-discrete, -ms-grid-rows 0.5s ease;
}
.home .our-cases .our-cases-inner .our-cases-table tbody.our-cases-list .our-cases-item td.our-cases-item-technology .our-case-expandable-content .our-case-expandable-inner {
  min-height: 0;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.home .our-cases .our-cases-inner .our-cases-table tbody.our-cases-list .our-cases-item td.our-cases-item-technology .our-case-expandable-content .our-case-expandable-section {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding-top: 0;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease, padding-top 0.3s ease;
  transition: opacity 0.3s ease, padding-top 0.3s ease;
}
.home .our-cases .our-cases-inner .our-cases-table tbody.our-cases-list .our-cases-item td.our-cases-item-technology .our-case-expandable-content .our-case-expandable-section .our-case-expandable-title {
  font-size: 18px;
  line-height: 1.5;
  font-weight: 400;
  color: #f9f9f9;
  margin-bottom: 5px;
}
.home .our-cases .our-cases-inner .our-cases-table tbody.our-cases-list .our-cases-item td.our-cases-item-technology .our-case-expandable-content .our-case-expandable-section .our-case-categories {
  margin-top: 5px;
}
.home .our-cases .our-cases-inner .our-cases-table tbody.our-cases-list .our-cases-item td.our-cases-item-action {
  text-align: center;
  padding-left: 30px;
  padding-right: 30px;
}
.home .our-cases .our-cases-inner .our-cases-table tbody.our-cases-list .our-cases-item td.our-cases-item-location {
  text-align: right;
  padding-left: 50px;
}
.home .our-cases .our-cases-inner .our-cases-table tbody.our-cases-list .our-cases-item td.our-cases-item-location span {
  display: block;
  white-space: nowrap;
  min-height: 42px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.home .our-cases .our-cases-inner .our-cases-table tbody.our-cases-list .our-cases-item .our-cases-open-project-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 15px;
  padding: 12px 24px;
  background-color: transparent;
  border: 1px solid #58575c;
  color: #f9f9f9;
  text-decoration: none;
  font-size: 16px;
  line-height: 1;
  font-weight: 400;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
  text-wrap: nowrap;
  white-space: nowrap;
  background: rgba(77, 71, 71, 0.15);
  backdrop-filter: blur(5px) saturate(180%);
  border-radius: 50px;
}
.home .our-cases .our-cases-inner .our-cases-table tbody.our-cases-list .our-cases-item .our-cases-open-project-btn:hover {
  background-color: #58575c;
  border-color: #f9f9f9;
  color: #f9f9f9;
}
.home .our-cases .our-cases-inner .our-cases-table tbody.our-cases-list .our-cases-item .our-cases-open-project-btn:hover::after {
  opacity: 1;
}
.home .our-cases .our-cases-inner .our-cases-table tbody.our-cases-list .our-cases-item .our-cases-open-project-btn::after {
  content: "";
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 16px;
  height: 16px;
  background-image: url("../images/new-tab.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-filter: invert(1);
          filter: invert(1);
  opacity: 1;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.home .our-cases .our-cases-inner .our-cases-table tbody.our-cases-list .our-cases-item .our-cases-item-title {
  font-size: 32px;
  line-height: 1.2;
  font-weight: 300;
  color: #f9f9f9;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
  letter-spacing: -0.02em;
  margin: 0;
  white-space: nowrap;
  max-width: 450px;
  overflow: hidden;
  text-overflow: ellipsis;
  text-wrap: nowrap;
}
.home .our-cases .our-cases-inner .our-cases-table tbody.our-cases-list .our-cases-item .our-case-categories {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 10px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin-top: 18px;
}
.home .our-cases .our-cases-inner .our-cases-table tbody.our-cases-list .our-cases-item .our-case-categories .our-case-category {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #f9f9f9;
  font-size: 14px;
  line-height: 1.2;
  font-weight: 300;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-wrap: nowrap;
  white-space: nowrap;
}
.home .our-cases .our-cases-inner .our-cases-table tbody.our-cases-list .our-cases-item .our-case-categories .our-case-category:after {
  content: ",";
  color: #f9f9f9;
  font-size: 14px;
  line-height: 1;
  font-weight: 300;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-wrap: nowrap;
  white-space: nowrap;
}
.home .our-cases .our-cases-inner .our-cases-table tbody.our-cases-list .our-cases-item .our-case-categories .our-case-category:last-child:after {
  content: "";
}
.home .our-cases .our-cases-inner .our-cases-table tbody.our-cases-list .our-cases-item .our-cases-item-year,
.home .our-cases .our-cases-inner .our-cases-table tbody.our-cases-list .our-cases-item .our-cases-item-year-location {
  font-size: 20px;
  line-height: 1;
  font-weight: 300;
  color: #f9f9f9;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
  white-space: nowrap;
}
.home .our-cases .our-cases-inner .our-cases-table tbody.our-cases-list .our-cases-item:hover::after {
  width: 100%;
}
.home .our-cases .our-cases-inner .our-cases-table tbody.our-cases-list .our-cases-item:hover .our-cases-item-title {
  color: #f9f9f9;
}
.home .our-cases .our-cases-inner .our-cases-table tbody.our-cases-list .our-cases-item:hover .our-case-categories .our-case-category {
  color: #f9f9f9;
}
.home .our-cases .our-cases-inner .our-cases-table tbody.our-cases-list .our-cases-item:hover .our-case-categories .our-case-category:after {
  color: #f9f9f9;
}
.home .our-cases .our-cases-inner .our-cases-table tbody.our-cases-list .our-cases-item:hover .our-cases-open-project-btn {
  border-color: #f9f9f9;
  color: #f9f9f9;
}
.home .our-cases .our-cases-inner .our-cases-table tbody.our-cases-list .our-cases-item:hover .our-cases-open-project-btn::after {
  opacity: 1;
}
.home .our-cases .our-cases-inner .our-cases-table tbody.our-cases-list .our-cases-item:hover .our-cases-item-year,
.home .our-cases .our-cases-inner .our-cases-table tbody.our-cases-list .our-cases-item:hover .our-cases-item-year-location {
  color: #f9f9f9;
}
.home .our-cases .our-cases-inner .our-cases-table tbody.our-cases-list .our-cases-item.active .our-cases-item-title {
  color: #f9f9f9;
}
.home .our-cases .our-cases-inner .our-cases-table tbody.our-cases-list .our-cases-item.active .our-case-categories .our-case-category {
  color: #f9f9f9;
}
.home .our-cases .our-cases-inner .our-cases-table tbody.our-cases-list .our-cases-item.active .our-case-categories .our-case-category:after {
  color: #f9f9f9;
}
.home .our-cases .our-cases-inner .our-cases-table tbody.our-cases-list .our-cases-item.active .our-cases-open-project-btn {
  border-color: #f9f9f9;
  color: #f9f9f9;
}
.home .our-cases .our-cases-inner .our-cases-table tbody.our-cases-list .our-cases-item.active .our-cases-open-project-btn::after {
  opacity: 1;
}
.home .our-cases .our-cases-inner .our-cases-table tbody.our-cases-list .our-cases-item.active .our-cases-item-year,
.home .our-cases .our-cases-inner .our-cases-table tbody.our-cases-list .our-cases-item.active .our-cases-item-year-location {
  color: #f9f9f9;
}
.home .our-cases .our-cases-inner .our-cases-table tbody.our-cases-list .our-cases-item.active td.our-cases-item-technology .our-case-expandable-wrapper {
  max-height: 2000px;
  margin-top: 40px;
}
.home .our-cases .our-cases-inner .our-cases-table tbody.our-cases-list .our-cases-item.active td.our-cases-item-technology .our-case-expandable-content {
  grid-template-rows: 1fr !important;
}
.home .our-cases .our-cases-inner .our-cases-table tbody.our-cases-list .our-cases-item.active td.our-cases-item-technology .our-case-expandable-content .our-case-expandable-inner {
  opacity: 1 !important;
}
.home .our-cases .our-cases-inner .our-cases-table tbody.our-cases-list .our-cases-item.active td.our-cases-item-technology .our-case-expandable-content .our-case-expandable-section {
  opacity: 1 !important;
  padding-top: 20px;
}
.home .our-cases .our-cases-inner .our-cases-table tbody.our-cases-list .our-cases-item.active td.our-cases-item-technology .our-case-expandable-content .our-case-expandable-section:first-child {
  padding-top: 0;
}
.home .our-cases .our-cases-inner .our-cases-table tbody.our-cases-list:has(.our-cases-item:hover) .our-cases-item:not(:hover) .our-cases-item-title {
  color: #58575c;
}
.home .our-cases .our-cases-inner .our-cases-table tbody.our-cases-list:has(.our-cases-item:hover) .our-cases-item:not(:hover) .our-case-categories .our-case-category {
  color: #58575c;
}
.home .our-cases .our-cases-inner .our-cases-table tbody.our-cases-list:has(.our-cases-item:hover) .our-cases-item:not(:hover) .our-case-categories .our-case-category:after {
  color: #58575c;
}
.home .our-cases .our-cases-inner .our-cases-table tbody.our-cases-list:has(.our-cases-item:hover) .our-cases-item:not(:hover) .our-cases-open-project-btn {
  border-color: #58575c;
  color: #58575c;
}
.home .our-cases .our-cases-inner .our-cases-table tbody.our-cases-list:has(.our-cases-item:hover) .our-cases-item:not(:hover) .our-cases-open-project-btn::after {
  opacity: 0.2;
}
.home .our-cases .our-cases-inner .our-cases-table tbody.our-cases-list:has(.our-cases-item:hover) .our-cases-item:not(:hover) .our-cases-item-year,
.home .our-cases .our-cases-inner .our-cases-table tbody.our-cases-list:has(.our-cases-item:hover) .our-cases-item:not(:hover) .our-cases-item-year-location {
  color: #58575c;
}
.home .our-cases .our-cases-inner .our-cases-table tbody.our-cases-list:has(.our-cases-item:hover) .our-cases-item:not(:hover).active .our-cases-item-title {
  color: #f9f9f9;
}
.home .our-cases .our-cases-inner .our-cases-table tbody.our-cases-list:has(.our-cases-item:hover) .our-cases-item:not(:hover).active .our-case-categories .our-case-category {
  color: #f9f9f9;
}
.home .our-cases .our-cases-inner .our-cases-table tbody.our-cases-list:has(.our-cases-item:hover) .our-cases-item:not(:hover).active .our-case-categories .our-case-category:after {
  color: #f9f9f9;
}
.home .our-cases .our-cases-inner .our-cases-table tbody.our-cases-list:has(.our-cases-item:hover) .our-cases-item:not(:hover).active .our-cases-open-project-btn {
  border-color: #f9f9f9;
  color: #f9f9f9;
}
.home .our-cases .our-cases-inner .our-cases-table tbody.our-cases-list:has(.our-cases-item:hover) .our-cases-item:not(:hover).active .our-cases-open-project-btn::after {
  opacity: 1;
}
.home .our-cases .our-cases-inner .our-cases-table tbody.our-cases-list:has(.our-cases-item:hover) .our-cases-item:not(:hover).active .our-cases-item-year,
.home .our-cases .our-cases-inner .our-cases-table tbody.our-cases-list:has(.our-cases-item:hover) .our-cases-item:not(:hover).active .our-cases-item-year-location {
  color: #f9f9f9;
}
.home .our-cases .our-cases-inner .our-cases-table tbody.our-cases-list:has(.our-cases-item.active) .our-cases-item:not(.active) .our-cases-item-title {
  color: #58575c;
}
.home .our-cases .our-cases-inner .our-cases-table tbody.our-cases-list:has(.our-cases-item.active) .our-cases-item:not(.active) .our-case-categories .our-case-category {
  color: #58575c;
}
.home .our-cases .our-cases-inner .our-cases-table tbody.our-cases-list:has(.our-cases-item.active) .our-cases-item:not(.active) .our-case-categories .our-case-category:after {
  color: #58575c;
}
.home .our-cases .our-cases-inner .our-cases-table tbody.our-cases-list:has(.our-cases-item.active) .our-cases-item:not(.active) .our-cases-open-project-btn {
  border-color: #58575c;
  color: #58575c;
}
.home .our-cases .our-cases-inner .our-cases-table tbody.our-cases-list:has(.our-cases-item.active) .our-cases-item:not(.active) .our-cases-open-project-btn::after {
  opacity: 0.2;
}
.home .our-cases .our-cases-inner .our-cases-table tbody.our-cases-list:has(.our-cases-item.active) .our-cases-item:not(.active) .our-cases-item-year,
.home .our-cases .our-cases-inner .our-cases-table tbody.our-cases-list:has(.our-cases-item.active) .our-cases-item:not(.active) .our-cases-item-year-location {
  color: #58575c;
}
.home .our-cases .our-cases-inner .our-cases-table tbody.our-cases-list:has(.our-cases-item.active) .our-cases-item:not(.active):hover .our-cases-item-title {
  color: #f9f9f9;
}
.home .our-cases .our-cases-inner .our-cases-table tbody.our-cases-list:has(.our-cases-item.active) .our-cases-item:not(.active):hover .our-case-categories .our-case-category {
  color: #f9f9f9;
}
.home .our-cases .our-cases-inner .our-cases-table tbody.our-cases-list:has(.our-cases-item.active) .our-cases-item:not(.active):hover .our-case-categories .our-case-category:after {
  color: #f9f9f9;
}
.home .our-cases .our-cases-inner .our-cases-table tbody.our-cases-list:has(.our-cases-item.active) .our-cases-item:not(.active):hover .our-cases-open-project-btn {
  border-color: #f9f9f9;
  color: #f9f9f9;
}
.home .our-cases .our-cases-inner .our-cases-table tbody.our-cases-list:has(.our-cases-item.active) .our-cases-item:not(.active):hover .our-cases-open-project-btn::after {
  opacity: 1;
}
.home .our-cases .our-cases-inner .our-cases-table tbody.our-cases-list:has(.our-cases-item.active) .our-cases-item:not(.active):hover .our-cases-item-year,
.home .our-cases .our-cases-inner .our-cases-table tbody.our-cases-list:has(.our-cases-item.active) .our-cases-item:not(.active):hover .our-cases-item-year-location {
  color: #f9f9f9;
}
.home .our-cases .our-cases-inner .our-cases-table tbody.our-cases-list:has(.our-cases-item:hover) .our-cases-item:not(:hover) .our-cases-item-title {
  color: #58575c;
}
.home .our-cases .our-cases-inner .our-cases-table tbody.our-cases-list:has(.our-cases-item:hover) .our-cases-item:not(:hover) .our-case-categories .our-case-category {
  color: #58575c;
}
.home .our-cases .our-cases-inner .our-cases-table tbody.our-cases-list:has(.our-cases-item:hover) .our-cases-item:not(:hover) .our-case-categories .our-case-category:after {
  color: #58575c;
}
.home .our-cases .our-cases-inner .our-cases-table tbody.our-cases-list:has(.our-cases-item:hover) .our-cases-item:not(:hover) .our-cases-open-project-btn {
  border-color: #58575c;
  color: #58575c;
}
.home .our-cases .our-cases-inner .our-cases-table tbody.our-cases-list:has(.our-cases-item:hover) .our-cases-item:not(:hover) .our-cases-open-project-btn::after {
  opacity: 0.2;
}
.home .our-cases .our-cases-inner .our-cases-table tbody.our-cases-list:has(.our-cases-item:hover) .our-cases-item:not(:hover) .our-cases-item-year,
.home .our-cases .our-cases-inner .our-cases-table tbody.our-cases-list:has(.our-cases-item:hover) .our-cases-item:not(:hover) .our-cases-item-year-location {
  color: #58575c;
}
.home .our-cases .our-cases-inner .our-cases-table tbody.our-cases-list:has(.our-cases-item:hover) .our-cases-item:not(:hover).active .our-cases-item-title {
  color: #f9f9f9;
}
.home .our-cases .our-cases-inner .our-cases-table tbody.our-cases-list:has(.our-cases-item:hover) .our-cases-item:not(:hover).active .our-case-categories .our-case-category {
  color: #f9f9f9;
}
.home .our-cases .our-cases-inner .our-cases-table tbody.our-cases-list:has(.our-cases-item:hover) .our-cases-item:not(:hover).active .our-case-categories .our-case-category:after {
  color: #f9f9f9;
}
.home .our-cases .our-cases-inner .our-cases-table tbody.our-cases-list:has(.our-cases-item:hover) .our-cases-item:not(:hover).active .our-cases-open-project-btn {
  border-color: #f9f9f9;
  color: #f9f9f9;
}
.home .our-cases .our-cases-inner .our-cases-table tbody.our-cases-list:has(.our-cases-item:hover) .our-cases-item:not(:hover).active .our-cases-open-project-btn::after {
  opacity: 1;
}
.home .our-cases .our-cases-inner .our-cases-table tbody.our-cases-list:has(.our-cases-item:hover) .our-cases-item:not(:hover).active .our-cases-item-year,
.home .our-cases .our-cases-inner .our-cases-table tbody.our-cases-list:has(.our-cases-item:hover) .our-cases-item:not(:hover).active .our-cases-item-year-location {
  color: #f9f9f9;
}
@starting-style {
  .home .our-cases .our-cases-inner .our-cases-table tbody.our-cases-list .our-cases-item:not(.active) .our-case-expandable-content {
    grid-template-rows: 0fr;
  }
  .home .our-cases .our-cases-inner .our-cases-table tbody.our-cases-list .our-cases-item:not(.active) .our-case-expandable-content .our-case-expandable-inner {
    opacity: 0;
  }
  .home .our-cases .our-cases-inner .our-cases-table tbody.our-cases-list .our-cases-item:not(.active) .our-case-expandable-content .our-case-expandable-section {
    opacity: 0;
  }
}
.home .our-cases .our-cases-inner .our-cases-table::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -30%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 120%;
  height: 120%;
  background: radial-gradient(circle, rgba(248, 69, 37, 0.25) 0%, rgba(248, 69, 37, 0.12) 35%, rgba(248, 69, 37, 0.05) 50%, transparent 70%);
  pointer-events: none;
  z-index: -1;
  -webkit-filter: blur(80px);
          filter: blur(80px);
}
.home .development-process {
  padding: 100px 0;
  position: relative;
}
.home .development-process .development-process-inner {
  display: grid;
  grid-template-columns: 1fr;
  gap: 50px;
}
@media (min-width: 1024px) {
  .home .development-process .development-process-inner {
    grid-template-columns: 1fr 1fr;
    gap: 20px;
  }
}
.home .development-process .development-process-inner .section-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 20px;
}
@media (min-width: 1024px) {
  .home .development-process .development-process-inner .section-header {
    position: sticky;
    top: 140px;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
  }
}
.home .development-process .development-process-inner .section-header .section-header-title {
  margin-bottom: 0;
}
.home .development-process .development-process-inner .section-header .section-header-description {
  color: #f9f9f9;
  font-size: 18px;
  line-height: 1.5;
  font-weight: 300;
  text-align: left;
  margin-bottom: 30px;
}
.home .development-process .development-process-inner .section-header .development-process-cta {
  color: #f9f9f9;
  font-weight: 400;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  text-decoration: none;
  position: relative;
  font-size: 16px;
  scroll-margin-top: 100px;
}
.home .development-process .development-process-inner .section-header .development-process-cta:hover {
  color: #f84525;
}
.home .development-process .development-process-inner .section-header .development-process-cta::after {
  content: "*";
  color: #f84525;
  font-size: 24px;
  font-weight: 300;
  margin-left: 2px;
}
.home .development-process .development-process-inner .development-process-list {
  display: grid;
  grid-template-columns: 1fr;
  position: relative;
  z-index: -3;
}
.home .development-process .development-process-inner .development-process-list::before {
  content: "";
  position: absolute;
  left: 20px;
  top: 0;
  width: 1px;
  height: 100%;
  background-color: #58575c;
  z-index: -3;
}
.home .development-process .development-process-inner .development-process-list::after {
  content: "";
  position: absolute;
  left: 20px;
  top: 0;
  width: 1px;
  height: var(--line-height, 0%);
  background-color: #f84525;
  z-index: -3;
  -webkit-transition: height 0.05s linear;
  transition: height 0.05s linear;
  -webkit-transform-origin: top;
          transform-origin: top;
}
.home .development-process .development-process-inner .development-process-list .development-process-item {
  display: grid;
  grid-template-columns: 40px 1fr;
  gap: 20px;
  position: relative;
  padding-bottom: 35px;
}
.home .development-process .development-process-inner .development-process-list .development-process-item:last-of-type {
  padding-bottom: 0;
}
.home .development-process .development-process-inner .development-process-list .development-process-item .development-process-item-number {
  font-size: 26px;
  line-height: 1.2;
  font-weight: 300;
  color: #58575c;
  position: relative;
  z-index: -1;
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.home .development-process .development-process-inner .development-process-list .development-process-item .development-process-item-number::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 40px;
  background-color: #1f1e1d;
  z-index: -2;
}
.home .development-process .development-process-inner .development-process-list .development-process-item .development-process-item-title-desc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 0;
}
.home .development-process .development-process-inner .development-process-list .development-process-item .development-process-item-title-desc .development-process-item-title {
  font-size: 26px;
  line-height: 1.2;
  font-weight: 600;
  color: #58575c;
  letter-spacing: -0.02em;
  margin-bottom: 5px;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
  margin-top: 3px;
}
.home .development-process .development-process-inner .development-process-list .development-process-item .development-process-item-title-desc .development-process-item-desc {
  font-size: 18px;
  line-height: 1.5;
  font-weight: 400;
  color: #58575c;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.home .development-process .development-process-inner .development-process-list .development-process-item.active .development-process-item-number {
  color: #f9f9f9;
}
.home .development-process .development-process-inner .development-process-list .development-process-item.active .development-process-item-title {
  color: #f9f9f9;
}
.home .our-services {
  padding: 100px 0;
  position: relative;
}
.home .our-services::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -10%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 80%;
  height: 90%;
  background: radial-gradient(circle, rgba(248, 69, 37, 0.25) 0%, rgba(248, 69, 37, 0.12) 35%, rgba(248, 69, 37, 0.05) 50%, transparent 70%);
  pointer-events: none;
  z-index: 0;
  -webkit-filter: blur(80px);
          filter: blur(80px);
}
.home .our-services .our-services-inner {
  position: relative;
  z-index: 1;
}
.home .our-services .our-services-inner .our-services-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
}
.home .our-services .our-services-inner .our-services-list .our-services-item {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 50px;
  padding: 40px 0;
  border-bottom: 1px solid #58575c;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
}
.home .our-services .our-services-inner .our-services-list .our-services-item::after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #f84525;
  -webkit-transition: width 0.5s ease;
  transition: width 0.5s ease;
}
.home .our-services .our-services-inner .our-services-list .our-services-item .service-item-number {
  font-size: 32px;
  line-height: 1.2;
  font-weight: 300;
  color: #58575c;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
  margin-right: 20px;
}
.home .our-services .our-services-inner .our-services-list .our-services-item .service-item-title-desc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 0;
}
.home .our-services .our-services-inner .our-services-list .our-services-item .service-item-title-desc .service-item-title {
  font-size: 32px;
  font-weight: 300;
  line-height: 1.2;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
  letter-spacing: -0.02em;
}
.home .our-services .our-services-inner .our-services-list .our-services-item .service-item-title-desc .service-item-description-wrapper {
  display: grid;
  grid-template-rows: 0fr;
  overflow: hidden;
  -webkit-transition: grid-template-rows 0.5s ease, display 0.5s ease allow-discrete;
  transition: grid-template-rows 0.5s ease, display 0.5s ease allow-discrete;
  transition: grid-template-rows 0.5s ease, display 0.5s ease allow-discrete, -ms-grid-rows 0.5s ease;
}
.home .our-services .our-services-inner .our-services-list .our-services-item .service-item-title-desc .service-item-description-wrapper .service-item-description {
  min-height: 0;
  font-size: 18px;
  line-height: 1.5;
  font-weight: 400;
  color: #58575c;
  max-width: 600px;
  padding-top: 0;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease, padding-top 0.3s ease;
  transition: opacity 0.3s ease, padding-top 0.3s ease;
}
.home .our-services .our-services-inner .our-services-list .our-services-item .see-more {
  font-size: 20px;
  line-height: 1;
  font-weight: 300;
  color: #f9f9f9;
  text-decoration: none;
  white-space: nowrap;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.home .our-services .our-services-inner .our-services-list .our-services-item:hover::after {
  width: 100%;
}
.home .our-services .our-services-inner .our-services-list .our-services-item:hover .service-item-number {
  color: #f9f9f9;
}
.home .our-services .our-services-inner .our-services-list .our-services-item:hover .service-item-title-desc .service-item-title {
  color: #f9f9f9;
}
.home .our-services .our-services-inner .our-services-list .our-services-item:hover .see-more {
  color: #f9f9f9;
}
.home .our-services .our-services-inner .our-services-list .our-services-item.active .service-item-number {
  color: #f9f9f9;
}
.home .our-services .our-services-inner .our-services-list .our-services-item.active .service-item-title-desc .service-item-description-wrapper {
  grid-template-rows: 1fr;
}
.home .our-services .our-services-inner .our-services-list .our-services-item.active .service-item-title-desc .service-item-description-wrapper .service-item-description {
  opacity: 1;
  padding-top: 20px;
}
.home .our-services .our-services-inner .our-services-list:has(.our-services-item:hover) .our-services-item:not(:hover) .service-item-number {
  color: #58575c;
}
.home .our-services .our-services-inner .our-services-list:has(.our-services-item:hover) .our-services-item:not(:hover) .service-item-title-desc .service-item-title {
  color: #58575c;
}
.home .our-services .our-services-inner .our-services-list:has(.our-services-item:hover) .our-services-item:not(:hover) .see-more {
  color: #58575c;
}
.home .our-services .our-services-inner .our-services-list:has(.our-services-item:hover) .our-services-item:not(:hover).active .service-item-number {
  color: #f9f9f9;
}
.home .our-services .our-services-inner .our-services-list:has(.our-services-item:hover) .our-services-item:not(:hover).active .service-item-title-desc .service-item-title {
  color: #f9f9f9;
}
.home .our-services .our-services-inner .our-services-list:has(.our-services-item:hover) .our-services-item:not(:hover).active .see-more {
  color: #f9f9f9;
}
@starting-style {
  .home .our-services .our-services-inner .our-services-list .our-services-item.active .service-item-title-desc .service-item-description-wrapper {
    grid-template-rows: 0fr;
  }
  .home .our-services .our-services-inner .our-services-list .our-services-item.active .service-item-title-desc .service-item-description-wrapper .service-item-description {
    opacity: 0;
  }
}
.home .our-partners {
  padding: 100px 0;
  overflow: hidden;
  position: relative;
  z-index: -3;
}
.home .our-partners .container {
  max-width: 100%;
}
@media (min-width: 1681px) {
  .home .our-partners .container {
    max-width: 1800px;
  }
}
.home .our-partners .our-partners-list {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.home .our-partners .our-partners-list::before, .home .our-partners .our-partners-list::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 150px;
  pointer-events: none;
  z-index: 2;
}
.home .our-partners .our-partners-list::before {
  left: 0;
  background: -webkit-gradient(linear, left top, right top, from(#1f1e1d), to(transparent));
  background: linear-gradient(to right, #1f1e1d 0%, transparent 100%);
}
.home .our-partners .our-partners-list::after {
  right: 0;
  background: -webkit-gradient(linear, right top, left top, from(#1f1e1d), to(transparent));
  background: linear-gradient(to left, #1f1e1d 0%, transparent 100%);
}
.home .our-partners .our-partners-list .our-partners-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 80px;
  -webkit-animation: scroll 30s linear infinite;
          animation: scroll 30s linear infinite;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.home .our-partners .our-partners-list .our-partners-track .our-partners-item {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  pointer-events: none;
}
.home .our-partners .our-partners-list .our-partners-track .our-partners-item img {
  height: 60px;
  width: 200px;
  -o-object-fit: contain;
     object-fit: contain;
  pointer-events: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}
@-webkit-keyframes scroll {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
@keyframes scroll {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.home .about {
  height: 1000dvh;
}

@-webkit-keyframes scrollDown {
  0% {
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
  }
  50% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
    -webkit-transform-origin: top;
            transform-origin: top;
  }
  50.01% {
    -webkit-transform-origin: bottom;
            transform-origin: bottom;
  }
  100% {
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
    -webkit-transform-origin: bottom;
            transform-origin: bottom;
  }
}

@keyframes scrollDown {
  0% {
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
  }
  50% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
    -webkit-transform-origin: top;
            transform-origin: top;
  }
  50.01% {
    -webkit-transform-origin: bottom;
            transform-origin: bottom;
  }
  100% {
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
    -webkit-transform-origin: bottom;
            transform-origin: bottom;
  }
}
@-webkit-keyframes blinkAndGlow {
  0% {
    opacity: 0;
  }
  3% {
    opacity: 1;
  }
  6% {
    opacity: 0;
  }
  9% {
    opacity: 1;
  }
  12% {
    opacity: 0;
  }
  15% {
    opacity: 1;
  }
  20% {
    opacity: 0;
  }
  25% {
    opacity: 1;
  }
  32% {
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  50% {
    opacity: 0.7;
  }
  60% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@keyframes blinkAndGlow {
  0% {
    opacity: 0;
  }
  3% {
    opacity: 1;
  }
  6% {
    opacity: 0;
  }
  9% {
    opacity: 1;
  }
  12% {
    opacity: 0;
  }
  15% {
    opacity: 1;
  }
  20% {
    opacity: 0;
  }
  25% {
    opacity: 1;
  }
  32% {
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  50% {
    opacity: 0.7;
  }
  60% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes drawCircleLine {
  0% {
    stroke-dashoffset: 443;
  }
  50% {
    stroke-dashoffset: 0;
  }
  100% {
    stroke-dashoffset: -443;
  }
}
@keyframes drawCircleLine {
  0% {
    stroke-dashoffset: 443;
  }
  50% {
    stroke-dashoffset: 0;
  }
  100% {
    stroke-dashoffset: -443;
  }
}
@-webkit-keyframes revealLogo {
  0% {
    clip-path: inset(0 100% 0 0);
  }
  100% {
    clip-path: inset(0 0 0 0);
  }
}
@keyframes revealLogo {
  0% {
    clip-path: inset(0 100% 0 0);
  }
  100% {
    clip-path: inset(0 0 0 0);
  }
}
.page-template-lets-talk .lets-talk {
  background-color: #1f1e1d;
  color: #f9f9f9;
  min-height: calc(100dvh - 134px);
  padding: 40px 0;
}
@media (min-width: 480px) {
  .page-template-lets-talk .lets-talk {
    padding: 50px 0;
  }
}
@media (min-width: 768px) {
  .page-template-lets-talk .lets-talk {
    min-height: calc(100dvh - 181px);
    padding: 80px 0;
  }
}
.page-template-lets-talk .lets-talk-inner {
  max-width: 100%;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .page-template-lets-talk .lets-talk-inner {
    max-width: 650px;
  }
}
.page-template-lets-talk .lets-talk-header {
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .page-template-lets-talk .lets-talk-header {
    margin-bottom: 40px;
  }
}
.page-template-lets-talk .lets-talk-header .coming-soon-message {
  position: relative;
  padding-left: 16px;
  margin-bottom: 30px;
}
@media (min-width: 480px) {
  .page-template-lets-talk .lets-talk-header .coming-soon-message {
    padding-left: 20px;
  }
}
@media (min-width: 768px) {
  .page-template-lets-talk .lets-talk-header .coming-soon-message {
    margin-bottom: 40px;
  }
}
.page-template-lets-talk .lets-talk-header .coming-soon-message::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 3px;
  height: 100%;
  background-color: #f84525;
}
.page-template-lets-talk .lets-talk-header .coming-soon-message .coming-soon-label {
  display: block;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #f84525;
  margin-bottom: 8px;
}
@media (min-width: 480px) {
  .page-template-lets-talk .lets-talk-header .coming-soon-message .coming-soon-label {
    font-size: 14px;
    margin-bottom: 10px;
  }
}
.page-template-lets-talk .lets-talk-header .coming-soon-message p {
  font-size: 14px;
  line-height: 1.6;
  color: #9c9c9c;
  margin: 0;
}
@media (min-width: 480px) {
  .page-template-lets-talk .lets-talk-header .coming-soon-message p {
    font-size: 16px;
  }
}
.page-template-lets-talk .lets-talk-header h1 {
  font-size: 32px;
  font-weight: 700;
  line-height: 1.2;
  color: #f9f9f9;
  margin-bottom: 12px;
}
@media (min-width: 480px) {
  .page-template-lets-talk .lets-talk-header h1 {
    font-size: 38px;
    margin-bottom: 15px;
  }
}
@media (min-width: 768px) {
  .page-template-lets-talk .lets-talk-header h1 {
    font-size: 55px;
  }
}
.page-template-lets-talk .lets-talk-header .lets-talk-subtitle {
  font-size: 14px;
  line-height: 1.6;
  color: #9c9c9c;
  margin: 0;
}
@media (min-width: 480px) {
  .page-template-lets-talk .lets-talk-header .lets-talk-subtitle {
    font-size: 16px;
  }
}
.page-template-lets-talk .contact-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
}
@media (min-width: 768px) {
  .page-template-lets-talk .contact-form {
    gap: 20px;
  }
}
.page-template-lets-talk .contact-form .form-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
}
@media (min-width: 600px) {
  .page-template-lets-talk .contact-form .form-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 20px;
  }
  .page-template-lets-talk .contact-form .form-row .form-group {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
.page-template-lets-talk .contact-form .form-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 6px;
}
@media (min-width: 480px) {
  .page-template-lets-talk .contact-form .form-group {
    gap: 8px;
  }
}
.page-template-lets-talk .contact-form .form-group label {
  font-size: 12px;
  font-weight: 600;
  color: #9c9c9c;
  text-transform: uppercase;
  letter-spacing: 1px;
}
@media (min-width: 480px) {
  .page-template-lets-talk .contact-form .form-group label {
    font-size: 14px;
  }
}
.page-template-lets-talk .contact-form .form-group input,
.page-template-lets-talk .contact-form .form-group textarea {
  padding: 14px 16px;
  font-size: 16px;
  font-weight: 400;
  font-family: inherit;
  color: #f9f9f9;
  background-color: rgb(52.08, 50.4, 48.72);
  border: 1px solid transparent;
  border-radius: 4px;
  outline: none;
  -webkit-transition: background-color 0.3s ease, border-color 0.3s ease;
  transition: background-color 0.3s ease, border-color 0.3s ease;
  font-size: 16px;
}
@media (min-width: 480px) {
  .page-template-lets-talk .contact-form .form-group input,
  .page-template-lets-talk .contact-form .form-group textarea {
    padding: 16px 20px;
  }
}
.page-template-lets-talk .contact-form .form-group input::-webkit-input-placeholder, .page-template-lets-talk .contact-form .form-group textarea::-webkit-input-placeholder {
  color: rgb(117.75, 117.75, 117.75);
}
.page-template-lets-talk .contact-form .form-group input::-moz-placeholder, .page-template-lets-talk .contact-form .form-group textarea::-moz-placeholder {
  color: rgb(117.75, 117.75, 117.75);
}
.page-template-lets-talk .contact-form .form-group input:-ms-input-placeholder, .page-template-lets-talk .contact-form .form-group textarea:-ms-input-placeholder {
  color: rgb(117.75, 117.75, 117.75);
}
.page-template-lets-talk .contact-form .form-group input::-ms-input-placeholder, .page-template-lets-talk .contact-form .form-group textarea::-ms-input-placeholder {
  color: rgb(117.75, 117.75, 117.75);
}
.page-template-lets-talk .contact-form .form-group input::placeholder,
.page-template-lets-talk .contact-form .form-group textarea::placeholder {
  color: rgb(117.75, 117.75, 117.75);
}
.page-template-lets-talk .contact-form .form-group input:hover,
.page-template-lets-talk .contact-form .form-group textarea:hover {
  background-color: rgb(57.35, 55.5, 53.65);
}
.page-template-lets-talk .contact-form .form-group input:focus,
.page-template-lets-talk .contact-form .form-group textarea:focus {
  background-color: rgb(62.62, 60.6, 58.58);
  border-color: #f84525;
}
.page-template-lets-talk .contact-form .form-group textarea {
  resize: vertical;
  min-height: 120px;
}
@media (min-width: 480px) {
  .page-template-lets-talk .contact-form .form-group textarea {
    min-height: 150px;
  }
}
.page-template-lets-talk .contact-form button {
  padding: 16px 32px;
  font-size: 14px;
  font-weight: 700;
  color: #1f1e1d;
  background-color: #f9f9f9;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  -webkit-transition: background-color 0.3s ease, color 0.3s ease, -webkit-transform 0.2s ease;
  transition: background-color 0.3s ease, color 0.3s ease, -webkit-transform 0.2s ease;
  transition: background-color 0.3s ease, color 0.3s ease, transform 0.2s ease;
  transition: background-color 0.3s ease, color 0.3s ease, transform 0.2s ease, -webkit-transform 0.2s ease;
  -ms-flex-item-align: start;
      align-self: flex-start;
  width: 100%;
}
@media (min-width: 480px) {
  .page-template-lets-talk .contact-form button {
    width: auto;
    padding: 18px 40px;
    font-size: 16px;
  }
}
.page-template-lets-talk .contact-form button:hover {
  background-color: #f84525;
  color: #f9f9f9;
}
.page-template-lets-talk .contact-form button:active {
  -webkit-transform: scale(0.98);
          transform: scale(0.98);
}
.page-template-lets-talk .contact-form button:disabled {
  opacity: 0.7;
  cursor: not-allowed;
}
.page-template-lets-talk .contact-form .form-message {
  margin-top: 20px;
  padding: 16px 20px;
  border-radius: 4px;
  font-size: 14px;
}
.page-template-lets-talk .contact-form .form-message.success {
  background-color: rgba(34, 197, 94, 0.15);
  color: #22c55e;
  border: 1px solid rgba(34, 197, 94, 0.3);
}
.page-template-lets-talk .contact-form .form-message.error {
  background-color: rgba(248, 69, 37, 0.15);
  color: #f84525;
  border: 1px solid rgba(248, 69, 37, 0.3);
}
.page-template-lets-talk .back-link {
  display: inline-block;
  margin-top: 30px;
  font-size: 13px;
  color: #9c9c9c;
  text-decoration: none;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
@media (min-width: 480px) {
  .page-template-lets-talk .back-link {
    margin-top: 40px;
    font-size: 14px;
  }
}
.page-template-lets-talk .back-link:hover {
  color: #f84525;
}

.error-404 {
  min-height: calc(100dvh - 134px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #1f1e1d;
  padding: 40px 0;
}
@media (min-width: 768px) {
  .error-404 {
    min-height: calc(100dvh - 181px);
  }
}
.error-404 .error-404-inner {
  text-align: center;
  max-width: 600px;
  margin: 0 auto;
}
.error-404 .error-code {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  margin-bottom: 40px;
}
@media (min-width: 480px) {
  .error-404 .error-code {
    gap: 12px;
    margin-bottom: 50px;
  }
}
@media (min-width: 768px) {
  .error-404 .error-code {
    gap: 16px;
    margin-bottom: 60px;
  }
}
.error-404 .error-code .digit {
  font-size: clamp(80px, 20vw, 180px);
  font-weight: 800;
  line-height: 1;
  color: #f9f9f9;
  text-shadow: 0 0 60px rgba(248, 69, 37, 0.3);
  -webkit-animation: digitFloat 3s ease-in-out infinite;
          animation: digitFloat 3s ease-in-out infinite;
}
.error-404 .error-code .digit:nth-child(1) {
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}
.error-404 .error-code .digit:nth-child(2) {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}
.error-404 .error-code .digit:nth-child(3) {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}
.error-404 .error-code .digit.zero {
  color: #f84525;
  text-shadow: 0 0 40px rgba(248, 69, 37, 0.5), 0 0 80px rgba(248, 69, 37, 0.3);
}
@-webkit-keyframes digitFloat {
  0%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
}
@keyframes digitFloat {
  0%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
}
.error-404 .error-content h1 {
  font-size: clamp(28px, 6vw, 42px);
  font-weight: 700;
  color: #f9f9f9;
  margin-bottom: 16px;
}
@media (min-width: 480px) {
  .error-404 .error-content h1 {
    margin-bottom: 20px;
  }
}
.error-404 .error-content p {
  font-size: clamp(14px, 3vw, 16px);
  color: #9c9c9c;
  line-height: 1.7;
  margin-bottom: 32px;
  max-width: 450px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 480px) {
  .error-404 .error-content p {
    margin-bottom: 40px;
  }
}
.error-404 .back-home-btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 16px 32px;
  font-size: 14px;
  font-weight: 600;
  color: #1f1e1d;
  background-color: #f9f9f9;
  border-radius: 4px;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (min-width: 480px) {
  .error-404 .back-home-btn {
    padding: 18px 40px;
    font-size: 16px;
  }
}
.error-404 .back-home-btn:hover {
  background-color: #f84525;
  color: #f9f9f9;
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
  -webkit-box-shadow: 0 10px 30px rgba(248, 69, 37, 0.3);
          box-shadow: 0 10px 30px rgba(248, 69, 37, 0.3);
}
.error-404 .back-home-btn:active {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.error-404 .back-home-btn span {
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.error-404 .back-home-btn:hover span {
  -webkit-transform: translateX(-4px);
          transform: translateX(-4px);
}

.error-404:hover .error-code .digit {
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
}/*# sourceMappingURL=style.css.map */