@charset "UTF-8";
@font-face {
  font-family: "Switzer";
  src: url("../assets/fonts/switzer/Switzer-Thin.woff2") format("woff2"), url("../assets/fonts/switzer/Switzer-Thin.woff") format("woff");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Switzer";
  src: url("../assets/fonts/switzer/Switzer-ThinItalic.woff2") format("woff2"), url("../assets/fonts/switzer/Switzer-ThinItalic.woff") format("woff");
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Switzer";
  src: url("../assets/fonts/switzer/Switzer-Extralight.woff2") format("woff2"), url("../assets/fonts/switzer/Switzer-Extralight.woff") format("woff");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Switzer";
  src: url("../assets/fonts/switzer/Switzer-ExtralightItalic.woff2") format("woff2"), url("../assets/fonts/switzer/Switzer-ExtralightItalic.woff") format("woff");
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Switzer";
  src: url("../assets/fonts/switzer/Switzer-Light.woff2") format("woff2"), url("../assets/fonts/switzer/Switzer-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Switzer";
  src: url("../assets/fonts/switzer/Switzer-LightItalic.woff2") format("woff2"), url("../assets/fonts/switzer/Switzer-LightItalic.woff") format("woff");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Switzer";
  src: url("../assets/fonts/switzer/Switzer-Regular.woff2") format("woff2"), url("../assets/fonts/switzer/Switzer-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Switzer";
  src: url("../assets/fonts/switzer/Switzer-Italic.woff2") format("woff2"), url("../assets/fonts/switzer/Switzer-Italic.woff") format("woff");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Switzer";
  src: url("../assets/fonts/switzer/Switzer-Medium.woff2") format("woff2"), url("../assets/fonts/switzer/Switzer-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Switzer";
  src: url("../assets/fonts/switzer/Switzer-MediumItalic.woff2") format("woff2"), url("../assets/fonts/switzer/Switzer-MediumItalic.woff") format("woff");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Switzer";
  src: url("../assets/fonts/switzer/Switzer-Semibold.woff2") format("woff2"), url("../assets/fonts/switzer/Switzer-Semibold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Switzer";
  src: url("../assets/fonts/switzer/Switzer-SemiboldItalic.woff2") format("woff2"), url("../assets/fonts/switzer/Switzer-SemiboldItalic.woff") format("woff");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Switzer";
  src: url("../assets/fonts/switzer/Switzer-Bold.woff2") format("woff2"), url("../assets/fonts/switzer/Switzer-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Switzer";
  src: url("../assets/fonts/switzer/Switzer-BoldItalic.woff2") format("woff2"), url("../assets/fonts/switzer/Switzer-BoldItalic.woff") format("woff");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Switzer";
  src: url("../assets/fonts/switzer/Switzer-Extrabold.woff2") format("woff2"), url("../assets/fonts/switzer/Switzer-Extrabold.woff") format("woff");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Switzer";
  src: url("../assets/fonts/switzer/Switzer-ExtraboldItalic.woff2") format("woff2"), url("../assets/fonts/switzer/Switzer-ExtraboldItalic.woff") format("woff");
  font-weight: 800;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Switzer";
  src: url("../assets/fonts/switzer/Switzer-Black.woff2") format("woff2"), url("../assets/fonts/switzer/Switzer-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Switzer";
  src: url("../assets/fonts/switzer/Switzer-BlackItalic.woff2") format("woff2"), url("../assets/fonts/switzer/Switzer-BlackItalic.woff") format("woff");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
html,
body {
  width: 100%;
}

body {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  font-family: "Switzer", sans-serif;
}

input:focus,
textarea:focus,
select:focus,
button:focus,
div:focus {
  outline: none;
}

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

input:invalid {
  border-color: #dc3545;
}

form:invalid button[type=submit] {
  cursor: not-allowed;
  pointer-events: none;
}

.container {
  width: calc(100% - 40px * 2);
  max-width: 1880px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1199px) {
  .container {
    width: calc(100% - 24px * 2);
  }
}
@media (max-width: 767px) {
  .container {
    width: calc(100% - 16px * 2);
  }
}

.mt0 {
  margin-top: 0px !important;
}

.pt0 {
  padding-top: 0px !important;
}

.mb0 {
  margin-bottom: 0px !important;
}

.pb0 {
  padding-bottom: 0px !important;
}

.ml0 {
  margin-left: 0px !important;
}

.pl0 {
  padding-left: 0px !important;
}

.mr0 {
  margin-right: 0px !important;
}

.pr0 {
  padding-right: 0px !important;
}

.mt5 {
  margin-top: 5px !important;
}

.pt5 {
  padding-top: 5px !important;
}

.mb5 {
  margin-bottom: 5px !important;
}

.pb5 {
  padding-bottom: 5px !important;
}

.ml5 {
  margin-left: 5px !important;
}

.pl5 {
  padding-left: 5px !important;
}

.mr5 {
  margin-right: 5px !important;
}

.pr5 {
  padding-right: 5px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.pt10 {
  padding-top: 10px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.pb10 {
  padding-bottom: 10px !important;
}

.ml10 {
  margin-left: 10px !important;
}

.pl10 {
  padding-left: 10px !important;
}

.mr10 {
  margin-right: 10px !important;
}

.pr10 {
  padding-right: 10px !important;
}

.mt15 {
  margin-top: 15px !important;
}

.pt15 {
  padding-top: 15px !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

.pb15 {
  padding-bottom: 15px !important;
}

.ml15 {
  margin-left: 15px !important;
}

.pl15 {
  padding-left: 15px !important;
}

.mr15 {
  margin-right: 15px !important;
}

.pr15 {
  padding-right: 15px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.pt20 {
  padding-top: 20px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.pb20 {
  padding-bottom: 20px !important;
}

.ml20 {
  margin-left: 20px !important;
}

.pl20 {
  padding-left: 20px !important;
}

.mr20 {
  margin-right: 20px !important;
}

.pr20 {
  padding-right: 20px !important;
}

.mt25 {
  margin-top: 25px !important;
}

.pt25 {
  padding-top: 25px !important;
}

.mb25 {
  margin-bottom: 25px !important;
}

.pb25 {
  padding-bottom: 25px !important;
}

.ml25 {
  margin-left: 25px !important;
}

.pl25 {
  padding-left: 25px !important;
}

.mr25 {
  margin-right: 25px !important;
}

.pr25 {
  padding-right: 25px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.pt30 {
  padding-top: 30px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.pb30 {
  padding-bottom: 30px !important;
}

.ml30 {
  margin-left: 30px !important;
}

.pl30 {
  padding-left: 30px !important;
}

.mr30 {
  margin-right: 30px !important;
}

.pr30 {
  padding-right: 30px !important;
}

.mt35 {
  margin-top: 35px !important;
}

.pt35 {
  padding-top: 35px !important;
}

.mb35 {
  margin-bottom: 35px !important;
}

.pb35 {
  padding-bottom: 35px !important;
}

.ml35 {
  margin-left: 35px !important;
}

.pl35 {
  padding-left: 35px !important;
}

.mr35 {
  margin-right: 35px !important;
}

.pr35 {
  padding-right: 35px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.pt40 {
  padding-top: 40px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.pb40 {
  padding-bottom: 40px !important;
}

.ml40 {
  margin-left: 40px !important;
}

.pl40 {
  padding-left: 40px !important;
}

.mr40 {
  margin-right: 40px !important;
}

.pr40 {
  padding-right: 40px !important;
}

.mt45 {
  margin-top: 45px !important;
}

.pt45 {
  padding-top: 45px !important;
}

.mb45 {
  margin-bottom: 45px !important;
}

.pb45 {
  padding-bottom: 45px !important;
}

.ml45 {
  margin-left: 45px !important;
}

.pl45 {
  padding-left: 45px !important;
}

.mr45 {
  margin-right: 45px !important;
}

.pr45 {
  padding-right: 45px !important;
}

.mt50 {
  margin-top: 50px !important;
}

.pt50 {
  padding-top: 50px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.pb50 {
  padding-bottom: 50px !important;
}

.ml50 {
  margin-left: 50px !important;
}

.pl50 {
  padding-left: 50px !important;
}

.mr50 {
  margin-right: 50px !important;
}

.pr50 {
  padding-right: 50px !important;
}

.mt55 {
  margin-top: 55px !important;
}

.pt55 {
  padding-top: 55px !important;
}

.mb55 {
  margin-bottom: 55px !important;
}

.pb55 {
  padding-bottom: 55px !important;
}

.ml55 {
  margin-left: 55px !important;
}

.pl55 {
  padding-left: 55px !important;
}

.mr55 {
  margin-right: 55px !important;
}

.pr55 {
  padding-right: 55px !important;
}

.mt60 {
  margin-top: 60px !important;
}

.pt60 {
  padding-top: 60px !important;
}

.mb60 {
  margin-bottom: 60px !important;
}

.pb60 {
  padding-bottom: 60px !important;
}

.ml60 {
  margin-left: 60px !important;
}

.pl60 {
  padding-left: 60px !important;
}

.mr60 {
  margin-right: 60px !important;
}

.pr60 {
  padding-right: 60px !important;
}

.mt65 {
  margin-top: 65px !important;
}

.pt65 {
  padding-top: 65px !important;
}

.mb65 {
  margin-bottom: 65px !important;
}

.pb65 {
  padding-bottom: 65px !important;
}

.ml65 {
  margin-left: 65px !important;
}

.pl65 {
  padding-left: 65px !important;
}

.mr65 {
  margin-right: 65px !important;
}

.pr65 {
  padding-right: 65px !important;
}

.mt70 {
  margin-top: 70px !important;
}

.pt70 {
  padding-top: 70px !important;
}

.mb70 {
  margin-bottom: 70px !important;
}

.pb70 {
  padding-bottom: 70px !important;
}

.ml70 {
  margin-left: 70px !important;
}

.pl70 {
  padding-left: 70px !important;
}

.mr70 {
  margin-right: 70px !important;
}

.pr70 {
  padding-right: 70px !important;
}

.mt75 {
  margin-top: 75px !important;
}

.pt75 {
  padding-top: 75px !important;
}

.mb75 {
  margin-bottom: 75px !important;
}

.pb75 {
  padding-bottom: 75px !important;
}

.ml75 {
  margin-left: 75px !important;
}

.pl75 {
  padding-left: 75px !important;
}

.mr75 {
  margin-right: 75px !important;
}

.pr75 {
  padding-right: 75px !important;
}

.mt80 {
  margin-top: 80px !important;
}

.pt80 {
  padding-top: 80px !important;
}

.mb80 {
  margin-bottom: 80px !important;
}

.pb80 {
  padding-bottom: 80px !important;
}

.ml80 {
  margin-left: 80px !important;
}

.pl80 {
  padding-left: 80px !important;
}

.mr80 {
  margin-right: 80px !important;
}

.pr80 {
  padding-right: 80px !important;
}

.mt85 {
  margin-top: 85px !important;
}

.pt85 {
  padding-top: 85px !important;
}

.mb85 {
  margin-bottom: 85px !important;
}

.pb85 {
  padding-bottom: 85px !important;
}

.ml85 {
  margin-left: 85px !important;
}

.pl85 {
  padding-left: 85px !important;
}

.mr85 {
  margin-right: 85px !important;
}

.pr85 {
  padding-right: 85px !important;
}

.mt90 {
  margin-top: 90px !important;
}

.pt90 {
  padding-top: 90px !important;
}

.mb90 {
  margin-bottom: 90px !important;
}

.pb90 {
  padding-bottom: 90px !important;
}

.ml90 {
  margin-left: 90px !important;
}

.pl90 {
  padding-left: 90px !important;
}

.mr90 {
  margin-right: 90px !important;
}

.pr90 {
  padding-right: 90px !important;
}

.mt95 {
  margin-top: 95px !important;
}

.pt95 {
  padding-top: 95px !important;
}

.mb95 {
  margin-bottom: 95px !important;
}

.pb95 {
  padding-bottom: 95px !important;
}

.ml95 {
  margin-left: 95px !important;
}

.pl95 {
  padding-left: 95px !important;
}

.mr95 {
  margin-right: 95px !important;
}

.pr95 {
  padding-right: 95px !important;
}

.mt100 {
  margin-top: 100px !important;
}

.pt100 {
  padding-top: 100px !important;
}

.mb100 {
  margin-bottom: 100px !important;
}

.pb100 {
  padding-bottom: 100px !important;
}

.ml100 {
  margin-left: 100px !important;
}

.pl100 {
  padding-left: 100px !important;
}

.mr100 {
  margin-right: 100px !important;
}

.pr100 {
  padding-right: 100px !important;
}

#page-loader {
  position: fixed;
  inset: 0;
  z-index: 9999;
  background: #111111;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 36px;
  transition: opacity 0.55s ease, visibility 0.55s ease;
}
@media (max-width: 991px) {
  #page-loader {
    display: none;
  }
}
#page-loader.hidden {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
#page-loader .loader-logo {
  width: clamp(120px, 14vw, 180px);
  height: auto;
}
#page-loader .loader-bar {
  width: clamp(140px, 16vw, 200px);
  height: 1px;
  background: rgba(255, 255, 255, 0.15);
  border-radius: 1px;
  overflow: hidden;
}
#page-loader .loader-bar .loader-bar-fill {
  height: 100%;
  width: 0%;
  background: #7bb8e1;
  border-radius: 1px;
  transition: width 0.3s ease;
}

.btn {
  display: inline-flex;
  align-items: center;
  padding: 16px 40px;
  font-size: 14px;
  font-family: "Switzer", sans-serif;
  border-radius: 50px;
  border: none;
  cursor: pointer;
  transition: all 300ms ease-in-out;
}
@media (max-width: 767px) {
  .btn {
    padding: 14px 28px;
    font-size: 14px;
  }
}
.btn span {
  display: inline-block;
  transition: all 300ms ease-in-out;
}
.btn:hover span {
  transform: scale(0.95);
}
.btn--primary {
  background: #efefef;
  color: #000000;
}
.btn--primary:hover {
  background-color: #ffffff;
  color: #000000;
}
.btn--primary span {
  color: #000000;
}
.btn--secondary {
  background: rgba(255, 255, 255, 0.15);
  color: #ffffff;
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
}
.btn--secondary:hover {
  background: rgba(255, 255, 255, 0.25);
}
.btn--secondary span {
  color: #ffffff;
}
.btn--dark {
  background: #111111;
  color: #ffffff;
}
.btn--dark:hover {
  background: #2b2b2b;
}

body {
  font-family: "Switzer", sans-serif;
  color: #555555;
  background: #111111;
}

.hero-section {
  position: relative;
  width: 100%;
  height: calc(100svh - 64px);
  background: #111111;
  overflow: visible;
  z-index: 102;
}
@media (max-width: 1199px) {
  .hero-section {
    height: calc(100svh - 56px);
  }
}
@media (max-width: 767px) {
  .hero-section {
    height: calc(100svh - 50px);
  }
}
.hero-section .hero-video-wrapper {
  position: absolute;
  top: 20px;
  left: 40px;
  right: 40px;
  bottom: 40px;
  border-radius: 16px;
  overflow: hidden;
  will-change: top, left, right, bottom, border-radius;
}
@media (max-width: 991px) {
  .hero-section .hero-video-wrapper {
    left: 20px;
    right: 20px;
    bottom: 20px;
  }
}
@media (max-width: 767px) {
  .hero-section .hero-video-wrapper {
    top: 10px;
    left: 12px;
    right: 12px;
    bottom: 12px;
    border-radius: 10px;
  }
}
.hero-section .hero-canvas {
  width: 100%;
  height: 100%;
  display: block;
}
@media (max-width: 991px) {
  .hero-section .hero-canvas {
    display: none;
  }
}
.hero-section .hero-mobile-media {
  display: none;
}
@media (max-width: 991px) {
  .hero-section .hero-mobile-media {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 16px;
    overflow: hidden;
  }
  .hero-section .hero-mobile-media img,
  .hero-section .hero-mobile-media video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }
}
@media (max-width: 767px) {
  .hero-section .hero-mobile-media {
    border-radius: 10px;
  }
}
.hero-section .hero-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
  opacity: 1;
  pointer-events: none;
}
.hero-section .hero-content-wrapper {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: calc(100% - 40px * 2);
  max-width: 1880px;
  transform: translateX(-50%);
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1199px) {
  .hero-section .hero-content-wrapper {
    width: calc(100% - 24px * 2);
  }
}
@media (max-width: 767px) {
  .hero-section .hero-content-wrapper {
    width: calc(100% - 16px * 2);
  }
}
.hero-section .hero-content {
  text-align: center;
  color: #ffffff;
  max-width: 860px;
  width: 100%;
}
.hero-section .hero-title {
  font-size: 80px;
  font-weight: 300;
  line-height: 1.1;
  margin-bottom: 24px;
  color: #ffffff;
  animation: blur-reveal 1s cubic-bezier(0.25, 0.1, 0.25, 1) 0.2s both;
}
@media (max-width: 1199px) {
  .hero-section .hero-title {
    font-size: 64px;
  }
}
@media (max-width: 991px) {
  .hero-section .hero-title {
    font-size: 52px;
  }
}
@media (max-width: 767px) {
  .hero-section .hero-title {
    font-size: 36px;
    margin-bottom: 20px;
  }
}
.hero-section .hero-desc {
  font-size: clamp(14px, 1.5vw, 18px);
  font-weight: 300;
  line-height: 1.65;
  color: #ffffff;
  max-width: 580px;
  margin: 0 auto 48px;
  animation: blur-reveal 1s cubic-bezier(0.25, 0.1, 0.25, 1) 0.5s both;
}
@media (max-width: 767px) {
  .hero-section .hero-desc {
    margin-bottom: 36px;
  }
}
.hero-section .hero-actions {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.875rem;
  flex-wrap: wrap;
  animation: blur-reveal 1s cubic-bezier(0.25, 0.1, 0.25, 1) 0.75s both;
}
.hero-section .hero-scroll-hint {
  position: absolute;
  bottom: 56px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  z-index: 10;
}
@media (max-width: 991px) {
  .hero-section .hero-scroll-hint {
    bottom: 36px;
  }
}
@media (max-width: 767px) {
  .hero-section .hero-scroll-hint {
    bottom: 24px;
  }
}
.hero-section .hero-scroll-hint span {
  display: block;
  width: 12px;
  height: 12px;
  border-right: 1.5px solid rgba(255, 255, 255, 0.65);
  border-bottom: 1.5px solid rgba(255, 255, 255, 0.65);
  transform: rotate(45deg);
  animation: scroll-hint-chevron 1.8s ease-in-out infinite;
}
.hero-section .hero-scroll-hint span:nth-child(2) {
  animation-delay: 0.2s;
}
.hero-section .hero-scroll-hint span:nth-child(3) {
  animation-delay: 0.4s;
}

@keyframes blur-reveal {
  from {
    filter: blur(12px);
    transform: translateY(18px);
    opacity: 0;
  }
  to {
    filter: blur(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes scroll-hint-chevron {
  0% {
    opacity: 0;
    transform: rotate(45deg) translate(-3px, -3px);
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: rotate(45deg) translate(3px, 3px);
  }
}
[data-anim] {
  opacity: 0;
  filter: blur(10px);
  transform: translateY(22px);
  transition: opacity 0.75s cubic-bezier(0.25, 0.1, 0.25, 1), filter 0.75s cubic-bezier(0.25, 0.1, 0.25, 1), transform 0.75s cubic-bezier(0.25, 0.1, 0.25, 1);
}
[data-anim].is-visible {
  opacity: 1;
  filter: blur(0);
  transform: translateY(0);
}

@media (prefers-reduced-motion: reduce) {
  [data-anim] {
    opacity: 1;
    filter: none;
    transform: none;
    transition: none;
  }
}
.why-us {
  background: #111111;
  padding: 150px 0 140px;
  min-height: 860px;
  position: relative;
  z-index: 103;
  overflow: hidden;
  margin-top: -150px;
}
@media (max-width: 991px) {
  .why-us {
    min-height: unset;
    padding: 100px 0 90px;
    margin-top: 0;
  }
}
@media (max-width: 767px) {
  .why-us {
    padding: 72px 0;
  }
}
.why-us > .container {
  max-width: 1380px;
}
.why-us .why-us-deco {
  position: absolute;
  pointer-events: none;
  z-index: 0;
  opacity: 0.55;
}
@media (max-width: 991px) {
  .why-us .why-us-deco {
    display: none;
  }
}
.why-us .why-us-deco-left {
  left: -60px;
  bottom: 0;
  width: 340px;
  height: auto;
}
.why-us .why-us-deco-right {
  top: -40px;
  right: -60px;
  width: 360px;
  height: auto;
}
.why-us .why-us-inner {
  display: grid;
  grid-template-columns: minmax(300px, 0.95fr) minmax(420px, 1fr);
  align-items: start;
  column-gap: 120px;
  min-height: 570px;
  position: relative;
  z-index: 1;
  padding: 16px 0 0;
}
@media (max-width: 991px) {
  .why-us .why-us-inner {
    grid-template-columns: 1fr;
    gap: 48px;
    min-height: unset;
    padding: 0;
  }
}
.why-us .why-us-left h2 {
  display: flex;
  flex-direction: column;
  font-size: clamp(48px, 5vw, 70px);
  font-weight: 200;
  line-height: 1.05;
  color: #ffffff;
  max-width: 430px;
}
.why-us .why-us-left h2 span {
  display: block;
  text-transform: uppercase;
}
.why-us .why-us-left h2 em {
  font-style: italic;
  font-weight: 200;
  text-transform: uppercase;
  color: #1379c3;
}
@media (max-width: 991px) {
  .why-us .why-us-left h2 {
    font-size: clamp(44px, 8vw, 72px);
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .why-us .why-us-left h2 {
    font-size: clamp(36px, 10vw, 50px);
  }
}
.why-us .why-us-right {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding-top: 210px;
  max-width: 640px;
  margin-left: auto;
}
@media (max-width: 991px) {
  .why-us .why-us-right {
    width: 100%;
    max-width: 100%;
    margin-left: 0;
    padding-top: 0;
  }
}
.why-us .why-us-right > p {
  font-size: clamp(18px, 1.6vw, 22px);
  font-weight: 300;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.8);
  max-width: 100%;
  margin-bottom: 54px;
}
@media (max-width: 767px) {
  .why-us .why-us-right > p {
    font-size: 18px;
    margin-bottom: 40px;
  }
}
.why-us .why-us-cols {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
}
@media (max-width: 767px) {
  .why-us .why-us-cols {
    grid-template-columns: 1fr;
    gap: 32px;
  }
}
.why-us .why-us-cols > div::before {
  content: "";
  display: block;
  width: 120px;
  height: 1px;
  background: rgba(255, 255, 255, 0.15);
  margin-bottom: 22px;
}
.why-us .why-us-cols > div p {
  font-size: 18px;
  font-weight: 300;
  line-height: 1.85;
  color: rgba(255, 255, 255, 0.8);
  margin: 0;
}

.products {
  background: #111111;
  padding: 140px 0 120px;
  overflow: hidden;
}
@media (max-width: 1199px) {
  .products {
    padding: 100px 0 90px;
  }
}
@media (max-width: 767px) {
  .products {
    padding: 72px 0 64px;
  }
}
.products .products-header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 56px;
}
@media (max-width: 767px) {
  .products .products-header {
    align-items: center;
    margin-bottom: 36px;
  }
}
.products .products-header h2 {
  font-size: clamp(36px, 4vw, 56px);
  font-weight: 200;
  color: #ffffff;
  line-height: 1;
  margin: 0;
}
.products .products-nav {
  display: flex;
  gap: 10px;
  flex-shrink: 0;
}
.products .products-nav button {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.15);
  background: transparent;
  color: #ffffff;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 150ms ease-in-out;
  padding: 0;
}
.products .products-nav button svg {
  display: block;
  flex-shrink: 0;
}
.products .products-nav button:hover {
  background: #ffffff;
  color: #111111;
  border-color: #ffffff;
}
.products .products-nav button.is-disabled {
  opacity: 0.3;
  pointer-events: none;
}
.products .products-track {
  padding-left: 40px;
}
@media (max-width: 1199px) {
  .products .products-track {
    padding-left: 24px;
  }
}
@media (max-width: 767px) {
  .products .products-track {
    padding-left: 16px;
  }
}
.products .products-track .slick-list {
  overflow: visible !important;
}
.products .products-track .slick-slide {
  padding-right: 24px;
}
@media (max-width: 1199px) {
  .products .products-track .slick-slide {
    padding-right: 20px;
  }
}
@media (max-width: 767px) {
  .products .products-track .slick-slide {
    padding-right: 14px;
  }
}
.products .products-card {
  display: block;
  color: #ffffff;
}
.products .products-card .products-card-img {
  border-radius: 16px;
  overflow: hidden;
  aspect-ratio: 4/3;
  background: #2b2b2b;
}
@media (max-width: 767px) {
  .products .products-card .products-card-img {
    border-radius: 12px;
  }
}
.products .products-card .products-card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: all 500ms ease-in-out;
}
.products .products-card h3 {
  font-size: clamp(20px, 1.8vw, 28px);
  font-weight: 300;
  text-transform: uppercase;
  color: #ffffff;
  margin: 20px 0 0;
  line-height: 1.2;
}
@media (max-width: 767px) {
  .products .products-card h3 {
    font-size: 18px;
    margin-top: 16px;
  }
}
.products .products-card:hover .products-card-img img {
  transform: scale(1.04);
}
.products .products-card:focus-visible {
  outline: 2px solid #1379c3;
  outline-offset: 4px;
  border-radius: 16px;
}

.use-cases {
  background: #1a1a1a;
  padding: 120px 0 140px;
}
@media (max-width: 1199px) {
  .use-cases {
    padding: 90px 0 100px;
  }
}
@media (max-width: 767px) {
  .use-cases {
    padding: 64px 0 72px;
  }
}
.use-cases h2 {
  font-size: clamp(36px, 4vw, 56px);
  font-weight: 200;
  color: #ffffff;
  text-transform: uppercase;
  text-align: center;
  line-height: 1;
  margin: 0 0 clamp(48px, 5vw, 80px);
}
.use-cases .use-cases-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
@media (max-width: 991px) {
  .use-cases .use-cases-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 48px 0;
  }
}
@media (max-width: 767px) {
  .use-cases .use-cases-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}
.use-cases .use-cases-item {
  padding: 0 clamp(20px, 2.5vw, 48px);
}
.use-cases .use-cases-item:first-child {
  padding-left: 0;
}
.use-cases .use-cases-item:last-child {
  padding-right: 0;
}
.use-cases .use-cases-item + .use-cases .use-cases-item {
  border-left: 1px solid rgba(255, 255, 255, 0.15);
}
.use-cases .use-cases-item:nth-child(even) {
  padding-top: 100px;
}
@media (max-width: 991px) {
  .use-cases .use-cases-item:nth-child(even) {
    padding-top: 0;
  }
}
@media (max-width: 991px) {
  .use-cases .use-cases-item:nth-child(2) {
    border-left: 1px solid rgba(255, 255, 255, 0.15);
  }
  .use-cases .use-cases-item:nth-child(3) {
    border-left: none;
    padding-left: 0;
  }
  .use-cases .use-cases-item:nth-child(4) {
    border-left: 1px solid rgba(255, 255, 255, 0.15);
  }
}
@media (max-width: 767px) {
  .use-cases .use-cases-item {
    padding: 0;
    border-left: none !important;
  }
}
.use-cases .use-cases-item > span {
  display: block;
  font-size: 12px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 14px;
}
.use-cases .use-cases-item h3 {
  font-size: clamp(13px, 1vw, 15px);
  text-transform: uppercase;
  color: #ffffff;
  margin: 0 0 24px;
  line-height: 1.3;
}
.use-cases .use-cases-item .use-cases-img {
  border-radius: 12px;
  overflow: hidden;
  aspect-ratio: 3/4;
  background: #2b2b2b;
  margin-bottom: 24px;
}
.use-cases .use-cases-item .use-cases-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.use-cases .use-cases-item p {
  font-size: 14px;
  line-height: 1.75;
  color: rgba(255, 255, 255, 0.8);
  margin: 0;
}

.dual-panels {
  display: grid;
  grid-template-columns: 1fr 1fr;
  background-color: #1a1a1a;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}
@media (max-width: 991px) {
  .dual-panels {
    grid-template-columns: 1fr;
  }
}
.dual-panels .dual-panels-item {
  display: flex;
  flex-direction: column;
  padding: clamp(48px, 6vw, 96px) clamp(32px, 5vw, 80px);
  transition: all 300ms ease-in-out;
}
.dual-panels .dual-panels-item:first-child {
  border-right: 1px solid rgba(255, 255, 255, 0.15);
}
@media (max-width: 991px) {
  .dual-panels .dual-panels-item:first-child {
    border-right: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  }
}
.dual-panels .dual-panels-item:hover {
  background: #1a1a1a;
}
.dual-panels .dual-panels-item:hover .dual-panels-cta svg {
  transform: translateX(5px);
}
.dual-panels .dual-panels-item h2 {
  font-size: clamp(36px, 3.5vw, 56px);
  font-weight: 200;
  color: #ffffff;
  line-height: 1.05;
  margin: 0 0 24px;
}
.dual-panels .dual-panels-item p {
  font-size: 15px;
  font-weight: 300;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.8);
  max-width: 400px;
  margin: 0 0 auto;
  padding-bottom: 48px;
}
.dual-panels .dual-panels-item .dual-panels-cta {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #ffffff;
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
}
.dual-panels .dual-panels-item .dual-panels-cta svg {
  transition: all 150ms ease-in-out;
  flex-shrink: 0;
}

.blog-preview {
  background: #111111;
  padding: 120px 0 130px;
}
@media (max-width: 1199px) {
  .blog-preview {
    padding: 90px 0 100px;
  }
}
@media (max-width: 767px) {
  .blog-preview {
    padding: 64px 0 72px;
  }
}
.blog-preview .blog-preview-header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .blog-preview .blog-preview-header {
    margin-bottom: 40px;
  }
}
.blog-preview .blog-preview-title h2 {
  font-size: clamp(32px, 3.5vw, 52px);
  font-weight: 200;
  color: #ffffff;
  text-transform: uppercase;
  line-height: 1;
  margin: 0;
}
.blog-preview .blog-preview-all {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.8);
  white-space: nowrap;
  flex-shrink: 0;
  transition: all 150ms ease-in-out;
}
.blog-preview .blog-preview-all svg {
  transition: all 150ms ease-in-out;
}
.blog-preview .blog-preview-all:hover {
  color: #ffffff;
}
.blog-preview .blog-preview-all:hover svg {
  transform: translateX(4px);
}
.blog-preview .blog-preview-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}
@media (max-width: 991px) {
  .blog-preview .blog-preview-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .blog-preview .blog-preview-grid {
    grid-template-columns: 1fr;
  }
}
.blog-preview .blog-card {
  display: flex;
  flex-direction: column;
  background: #1a1a1a;
  border-radius: 12px;
  overflow: hidden;
  transition: all 300ms ease-in-out;
}
.blog-preview .blog-card:hover .blog-card-img img {
  transform: scale(1.04);
}
.blog-preview .blog-card:hover h3 a {
  color: #7bb8e1;
}
.blog-preview .blog-card .blog-card-img {
  display: block;
  overflow: hidden;
  aspect-ratio: 16/10;
  flex-shrink: 0;
}
.blog-preview .blog-card .blog-card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 600ms ease;
}
.blog-preview .blog-card .blog-card-body {
  display: flex;
  flex-direction: column;
  flex: 1;
  padding: clamp(24px, 2.5vw, 36px);
}
.blog-preview .blog-card .blog-card-body .blog-card-cat {
  display: inline-block;
  font-size: 11px;
  font-weight: 500;
  text-transform: uppercase;
  color: #1379c3;
  margin-bottom: 14px;
}
.blog-preview .blog-card .blog-card-body h3 {
  font-size: clamp(16px, 1.3vw, 19px);
  font-weight: 300;
  line-height: 1.45;
  margin: 0 0 16px;
}
.blog-preview .blog-card .blog-card-body h3 a {
  color: #ffffff;
  transition: all 150ms ease-in-out;
}
.blog-preview .blog-card .blog-card-body p {
  font-size: 14px;
  line-height: 1.75;
  color: rgba(255, 255, 255, 0.8);
  margin: 0 0 auto;
  padding-bottom: 28px;
}
.blog-preview .blog-card .blog-card-body .blog-card-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
}
.blog-preview .blog-card .blog-card-body .blog-card-footer time {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.4);
}
.blog-preview .blog-card .blog-card-body .blog-card-footer a {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.8);
  transition: all 150ms ease-in-out;
  white-space: nowrap;
}
.blog-preview .blog-card .blog-card-body .blog-card-footer a svg {
  transition: all 150ms ease-in-out;
}
.blog-preview .blog-card .blog-card-body .blog-card-footer a:hover {
  color: #ffffff;
}
.blog-preview .blog-card .blog-card-body .blog-card-footer a:hover svg {
  transform: translateX(3px);
}

.cta-section {
  position: relative;
  min-height: 85vh;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
}
@media (max-width: 991px) {
  .cta-section {
    min-height: 75vh;
  }
}
@media (max-width: 767px) {
  .cta-section {
    min-height: 65vh;
  }
}
.cta-section .cta-bg {
  position: absolute;
  inset: 0;
}
.cta-section .cta-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.cta-section .cta-overlay {
  position: absolute;
  inset: 0;
  background: rgba(8, 63, 104, 0.65);
}
.cta-section .container {
  position: relative;
  z-index: 1;
  padding-top: 80px;
  padding-bottom: 0;
}
@media (max-width: 767px) {
  .cta-section .container {
    padding-top: 56px;
  }
}
.cta-section .cta-inner {
  display: flex;
  flex-direction: column;
}
.cta-section h2 {
  font-size: clamp(36px, 3.8vw, 52px);
  font-weight: 200;
  color: #ffffff;
  text-transform: uppercase;
  line-height: 1.1;
  margin: 0 0 40px;
}
@media (max-width: 767px) {
  .cta-section h2 {
    margin-bottom: 28px;
  }
}
.cta-section h2 em {
  font-style: italic;
  font-weight: 300;
}
.cta-section hr {
  border: none;
  border-top: 1px solid #ffffff;
  margin: 0;
}
.cta-section hr:first-of-type {
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .cta-section hr:first-of-type {
    margin-bottom: 28px;
  }
}
.cta-section hr:last-of-type {
  margin-top: 40px;
}
@media (max-width: 767px) {
  .cta-section hr:last-of-type {
    margin-top: 28px;
  }
}
.cta-section .cta-mid {
  display: flex;
  justify-content: flex-end;
}
.cta-section .cta-mid p {
  font-size: clamp(18px, 1.8vw, 24px);
  font-weight: 300;
  line-height: 1.55;
  color: #ffffff;
  max-width: 520px;
  margin: 0;
}
@media (max-width: 991px) {
  .cta-section .cta-mid p {
    max-width: 100%;
  }
}
.cta-section .cta-bottom {
  padding: 40px 0 64px;
}
@media (max-width: 767px) {
  .cta-section .cta-bottom {
    padding: 28px 0 48px;
  }
}

.page-hero {
  position: relative;
  padding: 72px 0 60px;
  overflow: hidden;
}
@media (max-width: 991px) {
  .page-hero {
    padding: 56px 0 48px;
  }
}
@media (max-width: 767px) {
  .page-hero {
    padding: 40px 0 36px;
  }
}
.page-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at top left, rgba(19, 121, 195, 0.2) 0%, transparent 42%), radial-gradient(circle at bottom right, rgba(123, 184, 225, 0.12) 0%, transparent 38%), url("../assets/images/horizon-banner-asset.svg") center/cover no-repeat;
  pointer-events: none;
}
.page-hero::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 120px;
  background: linear-gradient(transparent, #111111);
  pointer-events: none;
}
.page-hero .page-hero-inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(320px, 0.8fr);
  gap: 64px;
  align-items: end;
  min-height: 260px;
}
@media (max-width: 991px) {
  .page-hero .page-hero-inner {
    grid-template-columns: 1fr;
    gap: 28px;
    min-height: unset;
  }
}
.page-hero .page-hero-inner h1 {
  font-size: clamp(36px, 3.8vw, 64px);
  font-weight: 200;
  line-height: 1.05;
  color: #ffffff;
  margin: 0;
}
@media (max-width: 767px) {
  .page-hero .page-hero-inner h1 {
    font-size: 30px;
  }
}
.page-hero .page-hero-inner p {
  font-size: clamp(15px, 1.2vw, 17px);
  font-weight: 300;
  line-height: 1.8;
  color: rgba(255, 255, 255, 0.8);
  align-self: end;
  margin: 0;
}

.about-page {
  background: linear-gradient(180deg, #111111 0%, #1a1a1a 46%, #111111 100%);
  color: rgba(255, 255, 255, 0.8);
}
.about-page .about-story {
  padding: 52px 0 120px;
}
@media (max-width: 991px) {
  .about-page .about-story {
    padding: 24px 0 90px;
  }
}
@media (max-width: 767px) {
  .about-page .about-story {
    padding: 18px 0 72px;
  }
}
.about-page .about-story .about-story-grid {
  display: grid;
  grid-template-columns: minmax(320px, 0.95fr) minmax(0, 1.05fr);
  gap: 80px;
  align-items: center;
}
@media (max-width: 1199px) {
  .about-page .about-story .about-story-grid {
    gap: 48px;
  }
}
@media (max-width: 991px) {
  .about-page .about-story .about-story-grid {
    grid-template-columns: 1fr;
  }
}
.about-page .about-story .about-story-visual {
  position: relative;
}
.about-page .about-story .about-story-visual img {
  display: block;
  width: 100%;
  aspect-ratio: 0.95;
  object-fit: cover;
  border-radius: 28px;
}
.about-page .about-story .about-story-content > p {
  font-size: 13px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: #7bb8e1;
  margin: 0 0 18px;
}
.about-page .about-story .about-story-content h2 {
  font-size: clamp(36px, 3.5vw, 60px);
  font-weight: 200;
  line-height: 1.08;
  letter-spacing: -0.03em;
  color: #ffffff;
  margin: 0 0 28px;
  max-width: 760px;
}
.about-page .about-story .about-story-content p {
  font-size: 16px;
  font-weight: 300;
  line-height: 1.85;
  color: rgba(255, 255, 255, 0.8);
  margin: 0 0 18px;
}
.about-page .about-story .about-story-content p:last-child {
  margin-bottom: 0;
}
.about-page .about-vision {
  padding: 0 0 120px;
}
@media (max-width: 991px) {
  .about-page .about-vision {
    padding: 0 0 90px;
  }
}
@media (max-width: 767px) {
  .about-page .about-vision {
    padding: 0 0 72px;
  }
}
.about-page .about-vision .about-vision-heading {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(320px, 0.8fr);
  gap: 56px;
  align-items: end;
  margin-bottom: 42px;
}
@media (max-width: 991px) {
  .about-page .about-vision .about-vision-heading {
    grid-template-columns: 1fr;
    gap: 18px;
    margin-bottom: 32px;
  }
}
.about-page .about-vision .about-vision-heading p {
  font-size: 13px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: #7bb8e1;
  margin: 0;
}
.about-page .about-vision .about-vision-heading h2 {
  font-size: clamp(34px, 3.1vw, 54px);
  font-weight: 200;
  line-height: 1.1;
  color: #ffffff;
  margin: 0;
  max-width: 820px;
}
.about-page .about-vision .about-vision-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px;
}
@media (max-width: 767px) {
  .about-page .about-vision .about-vision-grid {
    grid-template-columns: 1fr;
  }
}
.about-page .about-vision .about-vision-card {
  min-height: 320px;
  padding: 34px 34px 38px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.02);
}
@media (max-width: 767px) {
  .about-page .about-vision .about-vision-card {
    min-height: unset;
    padding: 28px 24px 30px;
  }
}
.about-page .about-vision .about-vision-card span {
  display: inline-flex;
  margin-bottom: 36px;
  font-size: 13px;
  color: #7bb8e1;
}
.about-page .about-vision .about-vision-card h3 {
  font-size: clamp(28px, 2vw, 38px);
  font-weight: 200;
  color: #ffffff;
  margin: 0 0 18px;
}
.about-page .about-vision .about-vision-card p {
  font-size: 15px;
  font-weight: 300;
  line-height: 1.85;
  color: rgba(255, 255, 255, 0.8);
  margin: 0;
  max-width: 520px;
}
.about-page .about-quality {
  padding: 0 0 120px;
}
@media (max-width: 991px) {
  .about-page .about-quality {
    padding: 0 0 90px;
  }
}
@media (max-width: 767px) {
  .about-page .about-quality {
    padding: 0 0 72px;
  }
}
.about-page .about-quality .about-quality-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(320px, 0.85fr);
  gap: 72px;
  align-items: stretch;
}
@media (max-width: 1199px) {
  .about-page .about-quality .about-quality-grid {
    gap: 44px;
  }
}
@media (max-width: 991px) {
  .about-page .about-quality .about-quality-grid {
    grid-template-columns: 1fr;
  }
}
.about-page .about-quality .about-quality-content > p {
  font-size: 13px;
  font-weight: 300;
  text-transform: uppercase;
  color: #7bb8e1;
  margin: 0 0 18px;
}
.about-page .about-quality .about-quality-content h2 {
  font-size: clamp(34px, 3.1vw, 56px);
  font-weight: 200;
  line-height: 1.08;
  color: #ffffff;
  margin: 0 0 36px;
  max-width: 760px;
}
.about-page .about-quality .about-quality-list {
  display: grid;
  gap: 24px;
}
.about-page .about-quality .about-quality-list article {
  padding: 0 0 24px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}
.about-page .about-quality .about-quality-list article:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}
.about-page .about-quality .about-quality-list article h3 {
  font-size: 24px;
  font-weight: 300;
  color: #ffffff;
  margin: 0 0 10px;
}
.about-page .about-quality .about-quality-list article p {
  font-size: 15px;
  font-weight: 300;
  line-height: 1.8;
  color: rgba(255, 255, 255, 0.8);
  margin: 0;
  max-width: 620px;
}
.about-page .about-quality .about-quality-visual img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 580px;
  object-fit: cover;
  border-radius: 28px;
}
@media (max-width: 767px) {
  .about-page .about-quality .about-quality-visual img {
    min-height: 380px;
  }
}

.contact-page {
  background: linear-gradient(180deg, #111111 0%, #1a1a1a 48%, #111111 100%);
  color: rgba(255, 255, 255, 0.8);
}
.contact-page .contact-overview {
  padding: 80px 0 110px;
}
@media (max-width: 991px) {
  .contact-page .contact-overview {
    padding: 64px 0 84px;
  }
}
@media (max-width: 767px) {
  .contact-page .contact-overview {
    padding: 0 0 68px;
  }
}
.contact-page .contact-overview .contact-overview-heading {
  margin-bottom: 28px;
}
.contact-page .contact-overview .contact-overview-heading h2 {
  font-size: clamp(30px, 2.6vw, 46px);
  font-weight: 200;
  line-height: 1.1;
  color: #ffffff;
  margin: 0;
  max-width: 780px;
}
.contact-page .contact-overview .contact-overview-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}
@media (max-width: 767px) {
  .contact-page .contact-overview .contact-overview-grid {
    grid-template-columns: 1fr;
  }
}
.contact-page .contact-overview .contact-overview-card {
  padding: 28px 28px 32px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.03);
}
.contact-page .contact-overview .contact-overview-card .contact-overview-head {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 22px;
}
.contact-page .contact-overview .contact-overview-card .contact-overview-head img {
  width: 28px;
  height: 28px;
  display: block;
  filter: brightness(0) invert(1);
  opacity: 0.82;
  flex-shrink: 0;
}
.contact-page .contact-overview .contact-overview-card h3 {
  font-size: 30px;
  font-weight: 200;
  color: #ffffff;
  margin: 0;
}
.contact-page .contact-overview .contact-overview-card a,
.contact-page .contact-overview .contact-overview-card address {
  font-size: 15px;
  font-style: normal;
  font-weight: 300;
  line-height: 1.8;
  color: #ffffff;
  margin: 0;
}
.contact-page .contact-overview .contact-overview-card a {
  transition: all 150ms ease-in-out;
}
.contact-page .contact-overview .contact-overview-card a:hover {
  color: #7bb8e1;
}
.contact-page .contact-main {
  padding: 0 0 120px;
}
@media (max-width: 991px) {
  .contact-page .contact-main {
    padding: 0 0 90px;
  }
}
@media (max-width: 767px) {
  .contact-page .contact-main {
    padding: 0 0 72px;
  }
}
.contact-page .contact-main .contact-main-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.78fr);
  gap: 28px;
  align-items: stretch;
}
@media (max-width: 1199px) {
  .contact-page .contact-main .contact-main-grid {
    grid-template-columns: 1fr;
  }
}
.contact-page .contact-main .contact-form-column,
.contact-page .contact-main .contact-map-column {
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.03);
}
.contact-page .contact-main .contact-form-column {
  padding: 34px 34px 38px;
  display: flex;
  flex-direction: column;
}
@media (max-width: 767px) {
  .contact-page .contact-main .contact-form-column {
    padding: 28px 22px 30px;
  }
}
.contact-page .contact-main .contact-form-column h2 {
  font-size: clamp(32px, 2.8vw, 52px);
  font-weight: 200;
  line-height: 1.08;
  color: #ffffff;
  margin: 0 0 32px;
  max-width: 760px;
}
.contact-page .contact-main .contact-form-column form {
  flex: 1;
}
.contact-page .contact-main .contact-form-column form {
  display: grid;
  gap: 18px;
}
.contact-page .contact-main .contact-form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}
@media (max-width: 767px) {
  .contact-page .contact-main .contact-form-row {
    grid-template-columns: 1fr;
  }
}
.contact-page .contact-main .contact-field {
  display: grid;
  gap: 10px;
}
.contact-page .contact-main .contact-field label {
  font-size: 13px;
  font-weight: 300;
  color: rgba(255, 255, 255, 0.8);
}
.contact-page .contact-main .contact-field input,
.contact-page .contact-main .contact-field select,
.contact-page .contact-main .contact-field textarea {
  width: 100%;
  padding: 16px 18px;
  border-radius: 18px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  background: rgba(255, 255, 255, 0.03);
  color: #ffffff;
  font-size: 15px;
  font-weight: 300;
  transition: all 150ms ease-in-out;
  appearance: none;
}
.contact-page .contact-main .contact-field input::placeholder,
.contact-page .contact-main .contact-field select::placeholder,
.contact-page .contact-main .contact-field textarea::placeholder {
  color: rgba(255, 255, 255, 0.45);
}
.contact-page .contact-main .contact-field input:focus,
.contact-page .contact-main .contact-field select:focus,
.contact-page .contact-main .contact-field textarea:focus {
  border-color: #7bb8e1;
  background: rgba(255, 255, 255, 0.05);
}
.contact-page .contact-main .contact-field textarea {
  min-height: 180px;
  resize: vertical;
}
.contact-page .contact-main .contact-form-footer {
  display: grid;
  gap: 18px;
}
@media (max-width: 767px) {
  .contact-page .contact-main .contact-form-footer {
    gap: 16px;
  }
}
.contact-page .contact-main .contact-form-footer input[type=submit] {
  width: fit-content;
  min-width: 220px;
  justify-self: flex-start;
  appearance: none;
  display: inline-flex;
}
.contact-page .contact-main .contact-form-footer input[type=submit]:hover {
  transform: scale(0.97);
}
.contact-page .contact-main .contact-form-footer input[type=submit]:disabled {
  opacity: 0.5;
  cursor: not-allowed;
  pointer-events: none;
}
.contact-page .contact-main .contact-form-footer .wpcf7-spinner {
  display: none;
}
.contact-page .contact-main .contact-checkbox .wpcf7-list-item {
  display: block;
  margin: 0;
}
.contact-page .contact-main .contact-checkbox label {
  display: grid;
  grid-template-columns: 20px 1fr;
  gap: 12px;
  align-items: start;
  margin: 0;
  cursor: pointer;
}
.contact-page .contact-main .contact-checkbox input[type=checkbox] {
  width: 20px;
  height: 20px;
  margin: 2px 0 0;
  border-radius: 6px;
  accent-color: #1379c3;
  flex-shrink: 0;
}
.contact-page .contact-main .contact-checkbox input[type=checkbox]:checked::before {
  content: none;
}
.contact-page .contact-main .contact-checkbox .wpcf7-list-item-label {
  font-size: 14px;
  font-weight: 300;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.8);
}
.contact-page .contact-main .contact-checkbox .wpcf7-list-item-label a {
  color: #7bb8e1;
  text-decoration: underline;
}
.contact-page .contact-main .contact-checkbox .wpcf7-list-item-label a:hover {
  color: #ffffff;
}
.contact-page .contact-main .contact-map-column {
  overflow: hidden;
  min-height: 100%;
}
.contact-page .contact-main .contact-map-column iframe {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 760px;
  border: 0;
}
@media (max-width: 1199px) {
  .contact-page .contact-main .contact-map-column iframe {
    min-height: 520px;
  }
}
@media (max-width: 767px) {
  .contact-page .contact-main .contact-map-column iframe {
    min-height: 420px;
  }
}

.references-page {
  background: linear-gradient(180deg, #111111 0%, #1a1a1a 48%, #111111 100%);
  color: rgba(255, 255, 255, 0.8);
}
.references-page .references-logos {
  padding: 80px 0;
}
@media (max-width: 991px) {
  .references-page .references-logos {
    padding: 64px 0;
  }
}
@media (max-width: 767px) {
  .references-page .references-logos {
    padding: 48px 0;
  }
}
.references-page .references-logos .references-logos-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 18px;
}
@media (max-width: 1199px) {
  .references-page .references-logos .references-logos-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (max-width: 991px) {
  .references-page .references-logos .references-logos-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 767px) {
  .references-page .references-logos .references-logos-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
.references-page .references-logos .logos-empty {
  text-align: center;
  color: rgba(255, 255, 255, 0.35);
  font-size: 15px;
  font-weight: 300;
  letter-spacing: 0.04em;
  padding: 60px 0;
}
.references-page .references-logos .references-logo-item {
  min-height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 28px 32px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.03);
  transition: all 300ms ease-in-out;
}
.references-page .references-logos .references-logo-item:hover {
  background: rgba(255, 255, 255, 0.07);
  border-color: rgba(255, 255, 255, 0.18);
}
.references-page .references-logos .references-logo-item img {
  max-width: 140px;
  max-height: 48px;
  width: 100%;
  height: auto;
  object-fit: contain;
  filter: brightness(0) invert(1);
  opacity: 0.6;
  transition: filter all 300ms ease-in-out, opacity all 300ms ease-in-out;
}
.references-page .references-logos .references-logo-item:hover img {
  filter: none;
  opacity: 1;
}

.partners-page {
  background: linear-gradient(180deg, #111111 0%, #1a1a1a 48%, #111111 100%);
  color: rgba(255, 255, 255, 0.8);
}
.partners-page .partners-logos {
  padding: 80px 0 100px;
}
@media (max-width: 991px) {
  .partners-page .partners-logos {
    padding: 64px 0 80px;
  }
}
@media (max-width: 767px) {
  .partners-page .partners-logos {
    padding: 48px 0 64px;
  }
}
.partners-page .partners-logos .partners-logos-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}
@media (max-width: 991px) {
  .partners-page .partners-logos .partners-logos-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 767px) {
  .partners-page .partners-logos .partners-logos-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
  }
}
.partners-page .partners-logos .logos-empty {
  text-align: center;
  color: rgba(255, 255, 255, 0.35);
  font-size: 15px;
  font-weight: 300;
  letter-spacing: 0.04em;
  padding: 60px 0;
}
.partners-page .partners-logos .partners-logo-item {
  min-height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 28px 32px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.03);
  transition: all 300ms ease-in-out;
}
.partners-page .partners-logos .partners-logo-item:hover {
  background: rgba(255, 255, 255, 0.07);
  border-color: rgba(255, 255, 255, 0.18);
}
.partners-page .partners-logos .partners-logo-item img {
  max-width: 140px;
  max-height: 48px;
  width: 100%;
  height: auto;
  object-fit: contain;
  filter: brightness(0) invert(1);
  opacity: 0.6;
  transition: filter all 300ms ease-in-out, opacity all 300ms ease-in-out;
}
.partners-page .partners-logos .partners-logo-item:hover img {
  filter: none;
  opacity: 1;
}

.projects-page {
  background: linear-gradient(180deg, #111111 0%, #1a1a1a 48%, #111111 100%);
  color: rgba(255, 255, 255, 0.8);
}
.projects-page .projects-list {
  padding: 80px 0 130px;
}
@media (max-width: 991px) {
  .projects-page .projects-list {
    padding: 64px 0 100px;
  }
}
@media (max-width: 767px) {
  .projects-page .projects-list {
    padding: 0 0 80px;
  }
}
.projects-page .projects-list .projects-empty {
  text-align: center;
  color: rgba(255, 255, 255, 0.35);
  font-size: 15px;
  font-weight: 300;
  letter-spacing: 0.04em;
  padding: 60px 0;
}
.projects-page .projects-list .project-showcase {
  display: grid;
  grid-template-columns: minmax(320px, 1fr) minmax(320px, 0.92fr);
  gap: 42px;
  align-items: center;
  margin-bottom: 38px;
  padding: 30px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 30px;
  background: rgba(255, 255, 255, 0.03);
}
.projects-page .projects-list .project-showcase:last-child {
  margin-bottom: 0;
}
.projects-page .projects-list .project-showcase:nth-child(odd) .project-showcase-gallery {
  order: 1;
}
.projects-page .projects-list .project-showcase:nth-child(odd) .project-showcase-content {
  order: 2;
}
.projects-page .projects-list .project-showcase:nth-child(even) .project-showcase-gallery {
  order: 2;
}
.projects-page .projects-list .project-showcase:nth-child(even) .project-showcase-content {
  order: 1;
}
@media (max-width: 1199px) {
  .projects-page .projects-list .project-showcase {
    grid-template-columns: 1fr;
    padding: 24px;
  }
  .projects-page .projects-list .project-showcase:nth-child(even) .project-showcase-gallery,
  .projects-page .projects-list .project-showcase:nth-child(even) .project-showcase-content {
    order: initial;
  }
}
@media (max-width: 767px) {
  .projects-page .projects-list .project-showcase {
    gap: 24px;
    padding: 18px;
    border-radius: 24px;
  }
}
.projects-page .projects-list .project-showcase-gallery {
  min-width: 0;
}
.projects-page .projects-list .project-gallery-slider {
  position: relative;
}
.projects-page .projects-list .project-gallery-slider .slick-list {
  border-radius: 22px;
  overflow: hidden;
}
.projects-page .projects-list .project-gallery-slider .slick-slide > div {
  line-height: 0;
}
.projects-page .projects-list .project-gallery-slider img {
  display: block;
  width: 100%;
  aspect-ratio: 1.22;
  object-fit: cover;
}
.projects-page .projects-list .project-gallery-slider .project-gallery-arrow {
  position: absolute;
  bottom: 18px;
  z-index: 2;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.15);
  background: rgba(17, 17, 17, 0.72);
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  cursor: pointer;
  transition: all 150ms ease-in-out;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}
.projects-page .projects-list .project-gallery-slider .project-gallery-arrow svg {
  display: block;
  flex-shrink: 0;
}
.projects-page .projects-list .project-gallery-slider .project-gallery-arrow:hover {
  background: rgba(8, 63, 104, 0.88);
  border-color: rgba(255, 255, 255, 0.8);
}
.projects-page .projects-list .project-gallery-slider .project-gallery-arrow::before {
  display: none;
}
@media (max-width: 767px) {
  .projects-page .projects-list .project-gallery-slider .project-gallery-arrow {
    width: 42px;
    height: 42px;
    bottom: 14px;
  }
}
.projects-page .projects-list .project-gallery-slider .project-gallery-prev {
  right: 72px;
}
.projects-page .projects-list .project-gallery-slider .project-gallery-next {
  right: 18px;
}
.projects-page .projects-list .project-showcase-content span {
  display: inline-flex;
  margin-bottom: 16px;
  font-size: 13px;
  color: #7bb8e1;
}
.projects-page .projects-list .project-showcase-content h3 {
  font-size: clamp(34px, 2.8vw, 48px);
  font-weight: 200;
  line-height: 1.08;
  color: #ffffff;
  margin: 0 0 18px;
  max-width: 640px;
}
.projects-page .projects-list .project-showcase-content > p {
  font-size: 16px;
  font-weight: 300;
  line-height: 1.85;
  color: rgba(255, 255, 255, 0.8);
  margin: 0 0 26px;
  max-width: 620px;
}
.projects-page .projects-list .project-showcase-meta {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}
@media (max-width: 767px) {
  .projects-page .projects-list .project-showcase-meta {
    grid-template-columns: 1fr;
    gap: 12px;
  }
}
.projects-page .projects-list .project-showcase-meta div {
  padding-top: 14px;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
}
.projects-page .projects-list .project-showcase-meta small {
  display: block;
  font-size: 12px;
  font-weight: 300;
  color: #999999;
  margin-bottom: 6px;
}
.projects-page .projects-list .project-showcase-meta strong {
  display: block;
  font-size: 14px;
  font-weight: 400;
  color: #ffffff;
}

.product-detail-page {
  background: linear-gradient(180deg, #111111 0%, #1a1a1a 48%, #111111 100%);
  color: rgba(255, 255, 255, 0.8);
}
.product-detail-page .product-detail-hero {
  position: relative;
  padding: 130px 0 72px;
  overflow: hidden;
}
@media (max-width: 991px) {
  .product-detail-page .product-detail-hero {
    padding: 100px 0 56px;
  }
}
@media (max-width: 767px) {
  .product-detail-page .product-detail-hero {
    padding: 84px 0 44px;
  }
}
.product-detail-page .product-detail-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at top left, rgba(19, 121, 195, 0.2) 0%, transparent 42%), radial-gradient(circle at right center, rgba(123, 184, 225, 0.1) 0%, transparent 38%);
  pointer-events: none;
}
.product-detail-page .product-detail-hero .product-detail-hero-inner {
  position: relative;
  z-index: 1;
  max-width: 1080px;
  min-height: 280px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.product-detail-page .product-detail-hero .product-detail-hero-copy h1 {
  font-size: clamp(46px, 4.8vw, 82px);
  font-weight: 200;
  line-height: 1.03;
  letter-spacing: -0.03em;
  color: #ffffff;
  margin: 0 0 20px;
  max-width: 980px;
}
@media (max-width: 767px) {
  .product-detail-page .product-detail-hero .product-detail-hero-copy h1 {
    font-size: 38px;
  }
}
.product-detail-page .product-detail-hero .product-detail-hero-copy p {
  font-size: clamp(15px, 1.2vw, 18px);
  font-weight: 300;
  line-height: 1.8;
  color: rgba(255, 255, 255, 0.8);
  margin: 0;
  max-width: 760px;
  margin-inline: auto;
}
.product-detail-page .product-detail-gallery {
  padding: 18px 0 92px;
}
@media (max-width: 991px) {
  .product-detail-page .product-detail-gallery {
    padding: 12px 0 80px;
  }
}
@media (max-width: 767px) {
  .product-detail-page .product-detail-gallery {
    padding: 10px 0 72px;
  }
}
.product-detail-page .product-detail-gallery .product-gallery-slider {
  position: relative;
  max-width: 1540px;
  margin: 0 auto;
}
.product-detail-page .product-detail-gallery .product-gallery-slider .slick-list {
  border-radius: 28px;
  overflow: hidden;
}
.product-detail-page .product-detail-gallery .product-gallery-slider .slick-slide > div {
  line-height: 0;
}
.product-detail-page .product-detail-gallery .product-gallery-slider img {
  display: block;
  width: 100%;
  aspect-ratio: 2.1;
  object-fit: cover;
}
@media (max-width: 991px) {
  .product-detail-page .product-detail-gallery .product-gallery-slider img {
    aspect-ratio: 1.75;
  }
}
@media (max-width: 767px) {
  .product-detail-page .product-detail-gallery .product-gallery-slider img {
    aspect-ratio: 1.35;
  }
}
.product-detail-page .product-detail-gallery .product-gallery-slider .product-gallery-arrow {
  position: absolute;
  bottom: 20px;
  z-index: 2;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.15);
  background: rgba(17, 17, 17, 0.74);
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  cursor: pointer;
  transition: all 150ms ease-in-out;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}
.product-detail-page .product-detail-gallery .product-gallery-slider .product-gallery-arrow:hover {
  background: rgba(8, 63, 104, 0.88);
  border-color: rgba(255, 255, 255, 0.8);
}
.product-detail-page .product-detail-gallery .product-gallery-slider .product-gallery-arrow::before {
  display: none;
}
@media (max-width: 767px) {
  .product-detail-page .product-detail-gallery .product-gallery-slider .product-gallery-arrow {
    width: 44px;
    height: 44px;
    bottom: 14px;
  }
}
.product-detail-page .product-detail-gallery .product-gallery-slider .product-gallery-prev {
  right: 78px;
}
.product-detail-page .product-detail-gallery .product-gallery-slider .product-gallery-next {
  right: 20px;
}
.product-detail-page .product-detail-specs {
  padding: 0 0 92px;
}
@media (max-width: 767px) {
  .product-detail-page .product-detail-specs {
    padding: 0 0 72px;
  }
}
.product-detail-page .product-detail-specs .product-specs-header {
  padding: 72px 0 48px;
}
@media (max-width: 767px) {
  .product-detail-page .product-detail-specs .product-specs-header {
    padding: 48px 0 32px;
  }
}
.product-detail-page .product-detail-specs .product-specs-header h2 {
  font-size: clamp(26px, 2.2vw, 38px);
  font-weight: 400;
  color: #ffffff;
  margin: 0 0 10px;
}
.product-detail-page .product-detail-specs .product-specs-header p {
  font-size: 16px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.8);
  margin: 0;
}
.product-detail-page .product-detail-specs .product-specs-gruplar {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0 32px;
  padding-bottom: 72px;
}
@media (max-width: 991px) {
  .product-detail-page .product-detail-specs .product-specs-gruplar {
    grid-template-columns: 1fr 1fr;
    gap: 32px;
  }
}
@media (max-width: 767px) {
  .product-detail-page .product-detail-specs .product-specs-gruplar {
    grid-template-columns: 1fr;
    gap: 32px 0;
    padding-bottom: 0;
  }
}
.product-detail-page .product-detail-specs .product-specs-grup h3 {
  font-size: 16px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.8);
  margin: 0 0 12px;
}
.product-detail-page .product-detail-specs .product-specs-icerik table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0 6px;
}
.product-detail-page .product-detail-specs .product-specs-icerik tr {
  background: rgba(255, 255, 255, 0.06);
}
.product-detail-page .product-detail-specs .product-specs-icerik td,
.product-detail-page .product-detail-specs .product-specs-icerik th {
  padding: 12px 16px;
  text-align: left;
  font-size: 13px;
  border: none;
}
.product-detail-page .product-detail-specs .product-specs-icerik td:first-child,
.product-detail-page .product-detail-specs .product-specs-icerik th:first-child {
  border-radius: 6px 0 0 6px;
  color: #999999;
  font-weight: 400;
  width: 50%;
}
.product-detail-page .product-detail-specs .product-specs-icerik td:last-child,
.product-detail-page .product-detail-specs .product-specs-icerik th:last-child {
  border-radius: 0 6px 6px 0;
  color: #ffffff;
  font-weight: 500;
}
.product-detail-page .product-detail-content {
  padding: 0 0 150px;
}
@media (max-width: 991px) {
  .product-detail-page .product-detail-content {
    padding: 0 0 72px;
  }
}
@media (max-width: 767px) {
  .product-detail-page .product-detail-content {
    padding: 0 0 56px;
  }
}
.product-detail-page .product-detail-content .product-detail-content-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 0.78fr);
  gap: 54px;
  align-items: start;
}
@media (max-width: 1199px) {
  .product-detail-page .product-detail-content .product-detail-content-grid {
    grid-template-columns: 1fr;
    gap: 34px;
  }
}
@media (max-width: 1199px) {
  .product-detail-page .product-detail-content .product-detail-body {
    position: static;
  }
}
.product-detail-page .product-detail-content .product-detail-body h2 {
  font-size: clamp(30px, 2.6vw, 44px);
  font-weight: 200;
  color: #ffffff;
  margin: 0 0 22px;
}
.product-detail-page .product-detail-content .product-detail-body p {
  font-size: 16px;
  font-weight: 300;
  line-height: 1.85;
  color: rgba(255, 255, 255, 0.8);
  margin: 0 0 18px;
}
.product-detail-page .product-detail-content .product-detail-body p:last-child {
  margin-bottom: 0;
}
.product-detail-page .product-detail-content .product-detail-side {
  display: flex;
  flex-direction: column;
  gap: 28px;
  padding: 28px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.03);
}
.product-detail-page .product-detail-content .product-detail-side h3 {
  font-size: 28px;
  font-weight: 200;
  color: #ffffff;
  margin: 0 0 18px;
}
.product-detail-page .product-detail-content .product-detail-side h3:not(:first-child) {
  margin-top: 26px;
}
.product-detail-page .product-detail-content .product-detail-side ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.product-detail-page .product-detail-content .product-detail-side ul li {
  position: relative;
  padding-left: 18px;
  font-size: 15px;
  font-weight: 300;
  line-height: 1.8;
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 12px;
}
.product-detail-page .product-detail-content .product-detail-side ul li::before {
  content: "";
  position: absolute;
  top: 11px;
  left: 0;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #7bb8e1;
}
.product-detail-page .product-detail-content .product-detail-side ul li:last-child {
  margin-bottom: 0;
}
.product-detail-page .product-detail-content .product-detail-side p {
  font-size: 15px;
  font-weight: 300;
  line-height: 1.8;
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 12px;
}
.product-detail-page .product-detail-content .product-detail-side p:last-child {
  margin-bottom: 0;
}
.product-detail-page .product-detail-content .product-detail-side p strong {
  display: block;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.08em;
  color: #7bb8e1;
  margin-bottom: 4px;
}
.product-detail-page .installation-options {
  padding: 0 0 150px;
}
@media (max-width: 767px) {
  .product-detail-page .installation-options {
    padding: 0 0 72px;
  }
}
.product-detail-page .installation-options .installation-layout {
  display: grid;
  grid-template-columns: 5fr 7fr;
  gap: 0 80px;
  align-items: start;
}
@media (max-width: 991px) {
  .product-detail-page .installation-options .installation-layout {
    grid-template-columns: 1fr;
    gap: 48px 0;
  }
}
.product-detail-page .installation-options .installation-intro {
  position: sticky;
  top: 120px;
}
@media (max-width: 991px) {
  .product-detail-page .installation-options .installation-intro {
    position: static;
  }
}
.product-detail-page .installation-options .installation-intro .installation-overline {
  font-size: 13px;
  font-weight: 300;
  color: rgba(255, 255, 255, 0.8);
  letter-spacing: 0.08em;
  margin: 0 0 20px;
}
.product-detail-page .installation-options .installation-intro h2 {
  font-size: clamp(32px, 3vw, 52px);
  font-weight: 200;
  color: #ffffff;
  line-height: 1.15;
  margin: 0 0 24px;
}
.product-detail-page .installation-options .installation-intro p {
  font-size: 15px;
  font-weight: 300;
  line-height: 1.8;
  color: rgba(255, 255, 255, 0.8);
  margin: 0;
}
.product-detail-page .installation-options .installation-item {
  display: flex;
  align-items: center;
  gap: 36px;
  padding: 40px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}
.product-detail-page .installation-options .installation-item:first-child {
  border-top: 1px solid rgba(255, 255, 255, 0.15);
}
@media (max-width: 991px) {
  .product-detail-page .installation-options .installation-item {
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
  }
}
@media (max-width: 767px) {
  .product-detail-page .installation-options .installation-item {
    gap: 20px;
    padding: 28px 0;
  }
}
.product-detail-page .installation-options .installation-item .installation-item-content {
  flex: 1;
}
.product-detail-page .installation-options .installation-item .installation-item-content h3 {
  font-size: 18px;
  font-weight: 400;
  color: #ffffff;
  margin: 0 0 12px;
}
.product-detail-page .installation-options .installation-item .installation-item-content p {
  font-size: 14px;
  font-weight: 300;
  line-height: 1.75;
  color: rgba(255, 255, 255, 0.8);
  margin: 0;
}
.product-detail-page .installation-options .installation-item .installation-item-image {
  flex-shrink: 0;
  width: 450px;
}
@media (max-width: 991px) {
  .product-detail-page .installation-options .installation-item .installation-item-image {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .product-detail-page .installation-options .installation-item .installation-item-image {
    width: 100%;
  }
}
.product-detail-page .installation-options .installation-item .installation-item-image img {
  width: 100%;
  height: auto;
  object-fit: contain;
  display: block;
}

.products-page {
  background: linear-gradient(180deg, #111111 0%, #1a1a1a 48%, #111111 100%);
  color: rgba(255, 255, 255, 0.8);
}
.products-page .products-catalog {
  padding: 80px 0 130px;
}
@media (max-width: 991px) {
  .products-page .products-catalog {
    padding: 64px 0 100px;
  }
}
@media (max-width: 767px) {
  .products-page .products-catalog {
    padding: 0 0 80px;
  }
}
.products-page .products-catalog .products-catalog-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}
@media (max-width: 991px) {
  .products-page .products-catalog .products-catalog-grid {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 767px) {
  .products-page .products-catalog .products-catalog-grid {
    gap: 18px;
  }
}
.products-page .products-catalog .product-catalog-card {
  min-width: 0;
}
.products-page .products-catalog .product-catalog-card a {
  display: grid;
  grid-template-columns: minmax(240px, 0.92fr) minmax(0, 1fr);
  gap: 24px;
  align-items: stretch;
  min-height: 100%;
  padding: 20px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.03);
  text-decoration: none;
  transition: all 150ms ease-in-out;
}
.products-page .products-catalog .product-catalog-card a:hover {
  border-color: rgba(255, 255, 255, 0.8);
  background: rgba(255, 255, 255, 0.05);
  transform: translateY(-4px);
}
@media (max-width: 1199px) {
  .products-page .products-catalog .product-catalog-card a {
    grid-template-columns: minmax(220px, 0.9fr) minmax(0, 1fr);
    gap: 20px;
  }
}
@media (max-width: 767px) {
  .products-page .products-catalog .product-catalog-card a {
    grid-template-columns: 1fr;
    padding: 16px;
    gap: 16px;
    border-radius: 22px;
  }
}
.products-page .products-catalog .product-catalog-image {
  min-width: 0;
  align-self: center;
  border-radius: 22px;
  overflow: hidden;
  aspect-ratio: 16/9;
}
@media (max-width: 767px) {
  .products-page .products-catalog .product-catalog-image {
    aspect-ratio: 4/3;
    align-self: auto;
  }
}
.products-page .products-catalog .product-catalog-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.products-page .products-catalog .product-catalog-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 18px;
  padding: 8px 4px 8px 0;
}
@media (max-width: 767px) {
  .products-page .products-catalog .product-catalog-content {
    padding: 0;
    gap: 14px;
  }
}
.products-page .products-catalog .product-catalog-content h3 {
  font-size: clamp(28px, 2.2vw, 38px);
  font-weight: 200;
  line-height: 1.08;
  color: #ffffff;
  margin: 0;
}
.products-page .products-catalog .product-catalog-content p {
  font-size: 15px;
  font-weight: 300;
  line-height: 1.8;
  color: rgba(255, 255, 255, 0.8);
  margin: 0;
  max-width: 420px;
}

.seo-content-section {
  background-color: #111111;
  padding: 40px 0;
}
@media (max-width: 767px) {
  .seo-content-section {
    padding: 30px 0;
  }
}
.seo-content-section .accordion .accordion-item {
  border: none;
  background-color: #111111;
}
.seo-content-section .accordion .accordion-button {
  display: flex;
  align-items: center;
  padding: 15px 0;
  background-color: #111111;
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  border: none;
  box-shadow: none;
}
@media (max-width: 767px) {
  .seo-content-section .accordion .accordion-button {
    padding: 10px 0;
    font-size: 14px;
  }
}
.seo-content-section .accordion .accordion-button:not(.collapsed) {
  background-color: #111111;
  box-shadow: none;
}
.seo-content-section .accordion .accordion-button:focus {
  box-shadow: none;
  border: none;
}
.seo-content-section .accordion .accordion-button::after {
  flex-shrink: 0;
  width: 1rem;
  height: 1rem;
  margin-left: auto;
  content: "";
  background-image: url("../assets/icons/angle-down.svg");
  background-repeat: no-repeat;
  background-size: 1rem;
  filter: brightness(0) invert(1);
  transition: all 300ms ease-in-out;
}
.seo-content-section .accordion .accordion-button:not(.collapsed)::after {
  transform: rotate(180deg);
}
.seo-content-section .accordion .accordion-body {
  padding: 30px 25px;
}
@media (max-width: 767px) {
  .seo-content-section .accordion .accordion-body {
    padding: 25px 20px;
  }
}
.seo-content-section .accordion .accordion-body h3 {
  font-size: 20px;
  color: #ffffff;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .seo-content-section .accordion .accordion-body h3 {
    font-size: 18px;
    margin-bottom: 15px;
  }
}
.seo-content-section .accordion .accordion-body h4 {
  font-size: 16px;
  margin-top: 25px;
  margin-bottom: 12px;
  color: #ffffff;
}
@media (max-width: 767px) {
  .seo-content-section .accordion .accordion-body h4 {
    font-size: 15px;
    margin-top: 20px;
  }
}
.seo-content-section .accordion .accordion-body h4:first-of-type {
  margin-top: 0;
}
.seo-content-section .accordion .accordion-body p {
  font-size: 14px;
  line-height: 1.8;
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 12px;
}
.seo-content-section .accordion .accordion-body p:last-child {
  margin-bottom: 0;
}
.seo-content-section .accordion .accordion-body p strong {
  font-weight: 700;
  color: #ffffff;
}
.seo-content-section .accordion .accordion-body ul,
.seo-content-section .accordion .accordion-body ol {
  color: rgba(255, 255, 255, 0.8);
  font-size: 14px;
  line-height: 1.8;
}

.page-default {
  padding: 60px 0px;
}
@media (max-width: 991px) {
  .page-default {
    padding: 40px 0px;
  }
}
.page-default .page-content .page-header {
  margin-bottom: 50px;
  padding-bottom: 30px;
  border-bottom: 2px solid rgba(0, 0, 0, 0.1);
}
.page-default .page-content .page-header h1 {
  font-size: 42px;
  font-weight: 700;
  margin-bottom: 15px;
  line-height: 1.3;
  color: #000000;
}
@media (max-width: 767px) {
  .page-default .page-content .page-header h1 {
    font-size: 32px;
  }
}
.page-default .page-content .page-header .last-updated {
  font-size: 14px;
  color: #666;
  opacity: 0.7;
  margin: 0;
}
.page-default .page-content .page-header .last-updated time {
  font-weight: 500;
}
.page-default .page-content .page-body h1 {
  font-size: 48px;
  font-weight: 700;
  margin-top: 50px;
  margin-bottom: 25px;
  color: #000000;
  line-height: 1.2;
}
@media (max-width: 767px) {
  .page-default .page-content .page-body h1 {
    font-size: 36px;
  }
}
.page-default .page-content .page-body h1:first-child {
  margin-top: 0;
}
.page-default .page-content .page-body h2 {
  font-size: 36px;
  font-weight: 700;
  margin-top: 45px;
  margin-bottom: 22px;
  color: #000000;
  line-height: 1.25;
}
@media (max-width: 767px) {
  .page-default .page-content .page-body h2 {
    font-size: 28px;
  }
}
.page-default .page-content .page-body h2:first-child {
  margin-top: 0;
}
.page-default .page-content .page-body h3 {
  font-size: 28px;
  font-weight: 700;
  margin-top: 40px;
  margin-bottom: 20px;
  color: #000000;
  line-height: 1.3;
}
@media (max-width: 767px) {
  .page-default .page-content .page-body h3 {
    font-size: 24px;
  }
}
.page-default .page-content .page-body h4 {
  font-size: 24px;
  font-weight: 600;
  margin-top: 35px;
  margin-bottom: 18px;
  color: #000000;
  line-height: 1.3;
}
@media (max-width: 767px) {
  .page-default .page-content .page-body h4 {
    font-size: 20px;
  }
}
.page-default .page-content .page-body h5 {
  font-size: 20px;
  font-weight: 600;
  margin-top: 30px;
  margin-bottom: 15px;
  color: #000000;
  line-height: 1.4;
}
@media (max-width: 767px) {
  .page-default .page-content .page-body h5 {
    font-size: 18px;
  }
}
.page-default .page-content .page-body h6 {
  font-size: 16px;
  font-weight: 600;
  margin-top: 25px;
  margin-bottom: 12px;
  color: #000000;
  line-height: 1.4;
}
.page-default .page-content .page-body p {
  font-size: 16px;
  line-height: 1.8;
  color: #444;
  opacity: 0.85;
  margin-bottom: 18px;
}
.page-default .page-content .page-body p:last-of-type {
  margin-bottom: 0;
}
.page-default .page-content .page-body ul,
.page-default .page-content .page-body ol {
  margin-bottom: 20px;
  padding-left: 30px;
}
.page-default .page-content .page-body ul li,
.page-default .page-content .page-body ol li {
  font-size: 16px;
  line-height: 1.8;
  color: #444;
  opacity: 0.85;
  margin-bottom: 10px;
}
.page-default .page-content .page-body ul li:last-child,
.page-default .page-content .page-body ol li:last-child {
  margin-bottom: 0;
}
.page-default .page-content .page-body ul li {
  list-style-type: disc;
}
.page-default .page-content .page-body ol li {
  list-style-type: decimal;
}
.page-default .page-content .page-body a {
  color: #1379c3;
  text-decoration: underline;
  transition: all 300ms ease-in-out;
}
.page-default .page-content .page-body a:hover {
  opacity: 0.8;
}
.page-default .page-content .page-body strong,
.page-default .page-content .page-body b {
  font-weight: 700;
  color: #000000;
}
.page-default .page-content .page-body blockquote, .page-default .page-content .page-body .single-post .post-content .main-content .main-content-text .wp-block-quote, .single-post .post-content .main-content .main-content-text .page-default .page-content .page-body .wp-block-quote {
  background-color: rgba(0, 0, 0, 0.05);
  border-left: 4px solid #1379c3;
  padding: 20px;
  margin: 25px 0;
  border-radius: 8px;
  font-style: italic;
  color: #555;
  font-size: 16px;
  line-height: 1.8;
}
.page-default .page-content .page-body table {
  width: 100%;
  border-collapse: collapse;
  margin: 25px 0;
  border-radius: 8px;
  overflow: hidden;
}
.page-default .page-content .page-body table th {
  background-color: rgba(0, 0, 0, 0.05);
  padding: 12px;
  text-align: left;
  font-weight: 700;
  border-bottom: 2px solid rgba(0, 0, 0, 0.1);
  font-size: 14px;
  color: #000000;
}
.page-default .page-content .page-body table td {
  padding: 12px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  font-size: 14px;
  color: #444;
}
.page-default .page-content .page-body table tr:last-child td {
  border-bottom: none;
}

.blog-page {
  padding-top: 36px !important;
  background: linear-gradient(180deg, #111111 0%, #1a1a1a 48%, #111111 100%);
  color: rgba(255, 255, 255, 0.8);
}
.blog-page .blog-posts {
  padding: 40px 0;
}
@media (max-width: 991px) {
  .blog-page .blog-posts {
    padding-bottom: 30px 0;
  }
}
.blog-page .post-card {
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 12px;
  background-color: rgba(255, 255, 255, 0.03);
  overflow: hidden;
  height: 100%;
  transition: all 300ms ease-in-out;
}
.blog-page .post-card:hover {
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.4);
  border-color: rgba(255, 255, 255, 0.25);
}
.blog-page .post-card-link {
  text-decoration: none;
  color: inherit;
}
.blog-page .post-image {
  margin: 16px 16px 0 16px;
  border-radius: 8px;
  overflow: hidden;
  aspect-ratio: 16/10;
}
.blog-page .post-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-radius: 8px;
}
.blog-page .post-body {
  padding: 20px;
}
.blog-page .post-body .post-info {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 15px;
}
.blog-page .post-body .category-tag {
  display: inline-block;
  width: fit-content;
  font-size: 13px;
  font-weight: 600;
  background-color: rgba(19, 121, 195, 0.18);
  color: #7bb8e1;
  padding: 4px 10px;
  border-radius: 6px;
  text-decoration: none;
  transition: all 300ms ease-in-out;
}
.blog-page .post-body .category-tag:hover {
  background-color: rgba(19, 121, 195, 0.32);
  color: #7bb8e1;
}
.blog-page .post-body .meta-data {
  display: flex;
  gap: 20px;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.38);
}
.blog-page .post-body .meta-data .time,
.blog-page .post-body .meta-data .date {
  display: flex;
  align-items: center;
  gap: 5px;
}
.blog-page .post-body .meta-data img {
  width: 16px;
  height: 16px;
  opacity: 0.5;
  filter: invert(1);
}
.blog-page .post-body .post-title {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 10px;
  line-height: 1.3;
  color: #ffffff;
}
.blog-page .post-body .post-excerpt {
  font-size: 15px;
  color: rgba(255, 255, 255, 0.5);
  line-height: 1.5;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 0;
}
.blog-page .pagination-nav {
  margin-top: 40px;
  text-align: center;
}
.blog-page .pagination-nav .page-numbers {
  display: inline-block;
  margin: 0 5px;
  padding: 8px 15px;
  color: rgba(255, 255, 255, 0.5);
  text-decoration: none;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 6px;
  transition: all 300ms ease-in-out;
}
.blog-page .pagination-nav .page-numbers:hover {
  background: rgba(255, 255, 255, 0.15);
  color: #ffffff;
  border-color: rgba(255, 255, 255, 0.25);
}
.blog-page .pagination-nav .page-numbers.current {
  background: #1379c3;
  color: #ffffff;
  border-color: #1379c3;
}

.single-post {
  background-color: #ffffff;
}
.single-post .post-content {
  padding: 80px;
}
@media (max-width: 992px) {
  .single-post .post-content {
    padding: 50px 0;
  }
}
.single-post .post-content .main-content .breadcrumb {
  margin-bottom: 30px;
}
.single-post .post-content .main-content .breadcrumb ol {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  font-size: 14px;
}
.single-post .post-content .main-content .breadcrumb li {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #555555;
}
.single-post .post-content .main-content .breadcrumb li:not(:last-child)::after {
  content: "/";
  color: rgba(0, 0, 0, 0.4);
  font-weight: 300;
}
.single-post .post-content .main-content .breadcrumb li:last-child span {
  color: #000000;
  font-weight: 500;
}
.single-post .post-content .main-content .breadcrumb a {
  color: #555555;
  text-decoration: none;
  transition: all 300ms ease-in-out;
}
.single-post .post-content .main-content .breadcrumb a:hover {
  color: #000000;
}
.single-post .post-content .main-content .toc-box {
  margin-bottom: 30px;
  padding: 0;
  border-radius: 8px;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.single-post .post-content .main-content .toc-box .accordion-item {
  background: transparent;
  border: none;
}
.single-post .post-content .main-content .toc-box .accordion-header {
  margin: 0;
}
.single-post .post-content .main-content .toc-box .accordion-button {
  background-color: transparent;
  border: none;
  box-shadow: none;
  padding: 15px;
  font-size: 16px;
  font-weight: 600;
  color: #2b2b2b;
  border-radius: 8px;
}
@media (max-width: 991px) {
  .single-post .post-content .main-content .toc-box .accordion-button {
    font-size: 14px;
    padding: 10px;
  }
}
.single-post .post-content .main-content .toc-box .accordion-button:not(.collapsed) {
  background-color: transparent;
  color: #2b2b2b;
  box-shadow: none;
}
.single-post .post-content .main-content .toc-box .accordion-button:focus {
  box-shadow: none;
  border: none;
}
.single-post .post-content .main-content .toc-box .accordion-button::after {
  background-image: none;
  content: "+";
  font-size: 20px;
  font-weight: 400;
  width: auto;
  height: auto;
  background-size: auto;
}
.single-post .post-content .main-content .toc-box .accordion-button:not(.collapsed)::after {
  content: "−";
  transform: none;
}
.single-post .post-content .main-content .toc-box .accordion-body {
  padding: 0 25px 20px 25px;
}
.single-post .post-content .main-content .toc-box h4 {
  font-size: 18px;
  font-weight: 600;
  margin: 0;
  color: #2b2b2b;
}
.single-post .post-content .main-content .toc-box ol {
  list-style: none;
  padding: 0;
  margin: 0;
}
.single-post .post-content .main-content .toc-box .toc-list {
  counter-reset: main-counter;
}
.single-post .post-content .main-content .toc-box .toc-list > li {
  counter-increment: main-counter;
  margin-bottom: 8px;
}
.single-post .post-content .main-content .toc-box .toc-list > li::before {
  content: counter(main-counter) ". ";
  font-weight: 600;
  color: #2b2b2b;
}
.single-post .post-content .main-content .toc-box .toc-list > li > a {
  color: #555555;
  text-decoration: none;
  font-size: 14px;
  line-height: 1.6;
  transition: all 300ms ease-in-out;
}
.single-post .post-content .main-content .toc-box .toc-list > li > a:hover {
  color: #2b2b2b;
}
.single-post .post-content .main-content .toc-box .toc-list > li > ol {
  counter-reset: sub-counter;
  padding-left: 20px;
  margin-top: 8px;
}
.single-post .post-content .main-content .toc-box .toc-list > li > ol > li {
  counter-increment: sub-counter;
  margin-bottom: 6px;
}
.single-post .post-content .main-content .toc-box .toc-list > li > ol > li::before {
  content: counter(main-counter) "." counter(sub-counter) " ";
  font-weight: 600;
  color: #2b2b2b;
  opacity: 0.85;
}
.single-post .post-content .main-content .toc-box .toc-list > li > ol > li > a {
  font-size: 14px;
  line-height: 1.5;
  color: #555555;
  text-decoration: none;
  opacity: 0.9;
  transition: all 300ms ease-in-out;
}
.single-post .post-content .main-content .toc-box .toc-list > li > ol > li > a:hover {
  color: #2b2b2b;
  opacity: 1;
}
.single-post .post-content .main-content .toc-box .toc-list > li > ol > li > ol {
  counter-reset: subsub-counter;
  padding-left: 20px;
  margin-top: 6px;
}
.single-post .post-content .main-content .toc-box .toc-list > li > ol > li > ol > li {
  counter-increment: subsub-counter;
  margin-bottom: 5px;
}
.single-post .post-content .main-content .toc-box .toc-list > li > ol > li > ol > li::before {
  content: counter(main-counter) "." counter(sub-counter) "." counter(subsub-counter) " ";
  font-weight: 600;
  color: #2b2b2b;
  opacity: 0.75;
}
.single-post .post-content .main-content .toc-box .toc-list > li > ol > li > ol > li > a {
  font-size: 13px;
  line-height: 1.4;
  color: #555555;
  text-decoration: none;
  opacity: 0.85;
  transition: all 300ms ease-in-out;
}
.single-post .post-content .main-content .toc-box .toc-list > li > ol > li > ol > li > a:hover {
  color: #2b2b2b;
  opacity: 1;
}
.single-post .post-content .main-content .toc-box .toc-list > li > ol > li > ol > li > ol {
  counter-reset: level4-counter;
  padding-left: 20px;
  margin-top: 5px;
}
.single-post .post-content .main-content .toc-box .toc-list > li > ol > li > ol > li > ol > li {
  counter-increment: level4-counter;
  margin-bottom: 4px;
}
.single-post .post-content .main-content .toc-box .toc-list > li > ol > li > ol > li > ol > li::before {
  content: counter(main-counter) "." counter(sub-counter) "." counter(subsub-counter) "." counter(level4-counter) " ";
  font-weight: 600;
  color: #2b2b2b;
  opacity: 0.65;
}
.single-post .post-content .main-content .toc-box .toc-list > li > ol > li > ol > li > ol > li > a {
  font-size: 12px;
  line-height: 1.3;
  color: #555555;
  text-decoration: none;
  opacity: 0.8;
  transition: all 300ms ease-in-out;
}
.single-post .post-content .main-content .toc-box .toc-list > li > ol > li > ol > li > ol > li > a:hover {
  color: #2b2b2b;
  opacity: 1;
}
.single-post .post-content .main-content .toc-box .toc-list > li > ol > li > ol > li > ol > li > ol {
  counter-reset: level5-counter;
  padding-left: 20px;
  margin-top: 4px;
}
.single-post .post-content .main-content .toc-box .toc-list > li > ol > li > ol > li > ol > li > ol > li {
  counter-increment: level5-counter;
  margin-bottom: 3px;
}
.single-post .post-content .main-content .toc-box .toc-list > li > ol > li > ol > li > ol > li > ol > li::before {
  content: counter(main-counter) "." counter(sub-counter) "." counter(subsub-counter) "." counter(level4-counter) "." counter(level5-counter) " ";
  font-weight: 600;
  color: #2b2b2b;
  opacity: 0.55;
}
.single-post .post-content .main-content .toc-box .toc-list > li > ol > li > ol > li > ol > li > ol > li > a {
  font-size: 11px;
  line-height: 1.3;
  color: #555555;
  text-decoration: none;
  opacity: 0.75;
  transition: all 300ms ease-in-out;
}
.single-post .post-content .main-content .toc-box .toc-list > li > ol > li > ol > li > ol > li > ol > li > a:hover {
  color: #2b2b2b;
  opacity: 1;
}
.single-post .post-content .main-content .post-meta {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 20px;
  font-size: 14px;
  margin-top: 15px;
  width: 100%;
  flex-wrap: wrap;
}
@media (max-width: 992px) {
  .single-post .post-content .main-content .post-meta {
    align-items: flex-start;
    gap: 15px;
  }
}
.single-post .post-content .main-content .post-meta span {
  display: flex;
  align-items: center;
  gap: 5px;
  opacity: 0.6;
  font-size: 14px;
}
.single-post .post-content .main-content .post-meta a {
  display: flex;
  align-items: center;
  gap: 5px;
  opacity: 0.6;
  font-size: 14px;
  color: #000000;
  text-decoration: none;
  transition: all 300ms ease-in-out;
}
.single-post .post-content .main-content .post-meta a:hover {
  opacity: 1;
}
.single-post .post-content .main-content .post-meta img {
  width: 20px;
  height: 20px;
}
.single-post .post-content .main-content .post-meta .post-share {
  margin-left: auto;
}
@media (max-width: 992px) {
  .single-post .post-content .main-content .post-meta .post-share {
    margin-left: 0;
    width: 100%;
  }
}
.single-post .post-content .main-content .post-header {
  margin-bottom: 50px;
}
.single-post .post-content .main-content .post-header h1 {
  font-size: 42px;
  margin-bottom: 20px;
  font-weight: 700;
  line-height: 1.3;
  color: #000000;
}
@media (max-width: 768px) {
  .single-post .post-content .main-content .post-header h1 {
    font-size: 32px;
  }
}
.single-post .post-content .main-content .post-meta .post-share {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}
.single-post .post-content .main-content .post-meta .post-share .share-label {
  font-weight: 600;
  color: #000000;
  font-size: 14px;
}
.single-post .post-content .main-content .post-meta .post-share .share-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 1px solid rgba(0, 0, 0, 0.1);
  color: #000000;
  text-decoration: none;
  transition: all 300ms ease-in-out;
}
.single-post .post-content .main-content .post-meta .post-share .share-btn img {
  font-size: 14px;
  transition: all 300ms ease-in-out;
}
.single-post .post-content .main-content .post-meta .post-share .share-btn:hover {
  transform: translateY(-2px);
}
.single-post .post-content .main-content .post-meta .post-share .share-btn:hover img {
  filter: invert(1);
}
.single-post .post-content .main-content .post-meta .post-share .share-btn.facebook:hover {
  background-color: #1877f2;
  color: #fff;
  border-color: #1877f2;
}
.single-post .post-content .main-content .post-meta .post-share .share-btn.twitter:hover {
  background-color: #000;
  color: #fff;
  border-color: #000;
}
.single-post .post-content .main-content .post-meta .post-share .share-btn.linkedin:hover {
  background-color: #0a66c2;
  color: #fff;
  border-color: #0a66c2;
}
.single-post .post-content .main-content .post-meta .post-share .share-btn.whatsapp:hover {
  background-color: #25d366;
  color: #fff;
  border-color: #25d366;
}
.single-post .post-content .main-content .post-image-lg {
  margin-bottom: 20px;
}
.single-post .post-content .main-content .post-image-lg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px;
}
.single-post .post-content .main-content .main-content-text {
  margin-bottom: 30px;
}
.single-post .post-content .main-content .main-content-text h1,
.single-post .post-content .main-content .main-content-text h2,
.single-post .post-content .main-content .main-content-text h3,
.single-post .post-content .main-content .main-content-text h4,
.single-post .post-content .main-content .main-content-text h5,
.single-post .post-content .main-content .main-content-text h6 {
  margin-top: 30px;
  margin-bottom: 15px;
  font-weight: 700;
  line-height: 1.3;
  color: #000000;
}
.single-post .post-content .main-content .main-content-text h1 {
  font-size: 32px;
}
@media (max-width: 768px) {
  .single-post .post-content .main-content .main-content-text h1 {
    font-size: 28px;
  }
}
.single-post .post-content .main-content .main-content-text h2 {
  font-size: 28px;
}
@media (max-width: 768px) {
  .single-post .post-content .main-content .main-content-text h2 {
    font-size: 24px;
  }
}
.single-post .post-content .main-content .main-content-text h3 {
  font-size: 24px;
}
@media (max-width: 768px) {
  .single-post .post-content .main-content .main-content-text h3 {
    font-size: 20px;
  }
}
.single-post .post-content .main-content .main-content-text h4 {
  font-size: 20px;
}
@media (max-width: 768px) {
  .single-post .post-content .main-content .main-content-text h4 {
    font-size: 18px;
  }
}
.single-post .post-content .main-content .main-content-text h5 {
  font-size: 18px;
  font-weight: 600;
}
@media (max-width: 768px) {
  .single-post .post-content .main-content .main-content-text h5 {
    font-size: 16px;
  }
}
.single-post .post-content .main-content .main-content-text h6 {
  font-size: 16px;
  font-weight: 600;
}
.single-post .post-content .main-content .main-content-text p {
  font-size: 16px;
  line-height: 1.8;
  opacity: 0.8;
  font-weight: 400;
  margin-bottom: 15px;
}
.single-post .post-content .main-content .main-content-text p:last-of-type {
  margin-bottom: 0;
}
.single-post .post-content .main-content .main-content-text a {
  color: #1379c3;
  text-decoration: underline;
  transition: all 300ms ease-in-out;
}
.single-post .post-content .main-content .main-content-text a:hover {
  opacity: 0.8;
}
.single-post .post-content .main-content .main-content-text strong,
.single-post .post-content .main-content .main-content-text b {
  font-weight: 700;
  color: #000000;
}
.single-post .post-content .main-content .main-content-text em,
.single-post .post-content .main-content .main-content-text i {
  font-style: italic;
}
.single-post .post-content .main-content .main-content-text ul,
.single-post .post-content .main-content .main-content-text ol {
  line-height: 1.8;
}
.single-post .post-content .main-content .main-content-text ul li,
.single-post .post-content .main-content .main-content-text ol li {
  margin-bottom: 8px;
  font-size: 16px;
  opacity: 0.8;
}
.single-post .post-content .main-content .main-content-text ul li:last-child,
.single-post .post-content .main-content .main-content-text ol li:last-child {
  margin-bottom: 0;
}
.single-post .post-content .main-content .main-content-text ul li {
  list-style-type: disc;
}
.single-post .post-content .main-content .main-content-text blockquote, .single-post .post-content .main-content .main-content-text .wp-block-quote {
  background-color: rgba(0, 0, 0, 0.05);
  border-left: 4px solid #1379c3;
  padding: 20px;
  margin: 25px 0;
  border-radius: 8px;
  font-style: italic;
  opacity: 0.85;
  font-size: 16px;
  line-height: 1.8;
}
.single-post .post-content .main-content .main-content-text blockquote p, .single-post .post-content .main-content .main-content-text .wp-block-quote p {
  margin-bottom: 0;
}
.single-post .post-content .main-content .main-content-text blockquote p:first-child, .single-post .post-content .main-content .main-content-text .wp-block-quote p:first-child {
  margin-top: 0;
}
.single-post .post-content .main-content .main-content-text blockquote footer, .single-post .post-content .main-content .main-content-text .wp-block-quote footer {
  margin-top: 10px;
  font-size: 14px;
  font-style: normal;
  opacity: 0.7;
}
.single-post .post-content .main-content .main-content-text blockquote footer::before, .single-post .post-content .main-content .main-content-text .wp-block-quote footer::before {
  content: "— ";
}
.single-post .post-content .main-content .main-content-text pre {
  background-color: #1e1e1e;
  color: #d4d4d4;
  padding: 20px;
  border-radius: 8px;
  overflow-x: auto;
  margin: 25px 0;
  font-size: 14px;
  line-height: 1.6;
  font-family: "Courier New", Courier, monospace;
}
.single-post .post-content .main-content .main-content-text pre code {
  background-color: transparent;
  color: inherit;
  padding: 0;
}
.single-post .post-content .main-content .main-content-text code {
  background-color: rgba(0, 0, 0, 0.05);
  color: #d73a49;
  padding: 2px 6px;
  border-radius: 4px;
  font-family: "Courier New", Courier, monospace;
  font-size: 14px;
}
.single-post .post-content .main-content .main-content-text hr {
  margin: 30px 0;
  border: none;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.single-post .post-content .main-content .main-content-text img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 25px 0;
  border-radius: 8px;
}
.single-post .post-content .main-content .main-content-text img.alignleft {
  float: left;
  margin-right: 20px;
  margin-bottom: 10px;
  max-width: 40%;
}
@media (max-width: 768px) {
  .single-post .post-content .main-content .main-content-text img.alignleft {
    float: none;
    max-width: 100%;
    margin-right: 0;
  }
}
.single-post .post-content .main-content .main-content-text img.alignright {
  float: right;
  margin-left: 20px;
  margin-bottom: 10px;
  max-width: 40%;
}
@media (max-width: 768px) {
  .single-post .post-content .main-content .main-content-text img.alignright {
    float: none;
    max-width: 100%;
    margin-left: 0;
  }
}
.single-post .post-content .main-content .main-content-text img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.single-post .post-content .main-content .main-content-text img.wp-smiley {
  max-width: 20px;
  height: auto;
  display: inline;
  margin: 0;
}
.single-post .post-content .main-content .main-content-text figure {
  margin: 25px 0;
}
.single-post .post-content .main-content .main-content-text figure img {
  margin: 0;
}
.single-post .post-content .main-content .main-content-text figure figcaption {
  font-size: 14px;
  opacity: 0.6;
  font-style: italic;
  margin-top: 10px;
  text-align: center;
}
.single-post .post-content .main-content .main-content-text table {
  width: 100%;
  border-collapse: collapse;
  margin: 25px 0;
  border-radius: 8px;
  overflow: hidden;
}
.single-post .post-content .main-content .main-content-text table th {
  background-color: rgba(0, 0, 0, 0.05);
  padding: 12px;
  text-align: left;
  font-weight: 700;
  border-bottom: 2px solid rgba(0, 0, 0, 0.1);
  font-size: 14px;
}
.single-post .post-content .main-content .main-content-text table td {
  padding: 12px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  font-size: 14px;
  opacity: 0.8;
}
.single-post .post-content .main-content .main-content-text table tr:last-child td {
  border-bottom: none;
}
.single-post .post-content .main-content .main-content-text .wp-block-image {
  margin: 25px 0;
}
.single-post .post-content .main-content .main-content-text .wp-block-image img {
  margin: 0;
}
.single-post .post-content .main-content .main-content-text .wp-block-video {
  margin: 25px 0;
}
.single-post .post-content .main-content .main-content-text .wp-block-video video {
  max-width: 100%;
  height: auto;
  display: block;
}
.single-post .post-content .main-content .main-content-text .wp-block-audio {
  margin: 25px 0;
}
.single-post .post-content .main-content .main-content-text .wp-block-pullquote {
  border-left: 5px solid #1379c3;
  padding: 30px 20px;
  margin: 30px 0;
  font-size: 18px;
  font-style: italic;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.02);
  border-radius: 8px;
  line-height: 1.6;
}
.single-post .post-content .main-content .main-content-text .wp-block-pullquote p {
  margin-bottom: 10px;
  font-size: 18px;
}
.single-post .post-content .main-content .main-content-text .wp-block-pullquote cite {
  display: block;
  margin-top: 15px;
  font-size: 14px;
  font-style: normal;
  opacity: 0.7;
}
.single-post .post-content .main-content .main-content-text .wp-block-embed {
  margin: 25px 0;
}
.single-post .post-content .main-content .main-content-text .wp-block-embed iframe {
  max-width: 100%;
  height: auto;
}
.single-post .post-content .main-content .main-content-text .wp-block-separator {
  margin: 30px 0;
  border: none;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  opacity: 1;
}
.single-post .post-content .main-content .main-content-text .wp-block-columns {
  display: grid;
  gap: 20px;
  margin: 25px 0;
}
.single-post .post-content .main-content .main-content-text .wp-block-columns .wp-block-column {
  min-width: 0;
}
.single-post .post-content .main-content .main-content-text .wp-block-button {
  display: inline-block;
  margin: 15px 0;
}
.single-post .post-content .main-content .main-content-text .wp-block-button a {
  display: inline-block;
  padding: 12px 24px;
  background-color: #1379c3;
  color: white;
  text-decoration: none;
  border-radius: 8px;
  font-weight: 600;
  transition: all 300ms ease-in-out;
  font-size: 16px;
}
.single-post .post-content .main-content .main-content-text .wp-block-button a:hover {
  opacity: 0.9;
  transform: translateY(-2px);
}
.single-post .post-content .main-content .main-content-text .wp-block-button.is-style-outline a {
  background-color: transparent;
  color: #1379c3;
  border: 2px solid #1379c3;
}
.single-post .post-content .main-content .main-content-text .wp-block-list {
  margin-bottom: 15px;
}
.single-post .post-content .main-content .main-content-text .wp-block-heading:not(:first-child) {
  margin-top: 30px;
}
.single-post .post-content .main-content .main-content-text .wp-block-heading {
  margin-bottom: 15px;
  font-weight: 700;
}
.single-post .post-content .main-content .main-content-text .wp-block-paragraph {
  margin-bottom: 15px;
}
.single-post .post-content .main-content .main-content-text .wp-block-group {
  margin: 25px 0;
  padding: 0;
}
.single-post .post-content .main-content .main-content-text .wp-block-group.has-background {
  padding: 20px;
  border-radius: 8px;
}
.single-post .post-content .main-content .main-content-text .wp-block-cover {
  margin: 25px 0;
  border-radius: 8px;
  min-height: 300px;
}
@media (max-width: 768px) {
  .single-post .post-content .main-content .main-content-text .wp-block-cover {
    min-height: 200px;
  }
}
.single-post .post-content .main-content .main-content-text .wp-block-gallery {
  margin: 25px 0;
  display: grid;
  gap: 15px;
}
.single-post .post-content .main-content .main-content-text .wp-block-gallery figcaption {
  font-size: 14px;
  opacity: 0.6;
}
.single-post .post-content .sidebar-toc {
  width: 280px;
  margin-right: 40px;
}
@media (max-width: 992px) {
  .single-post .post-content .sidebar-toc {
    width: 0px;
    margin-right: 0;
  }
}
@media (max-width: 992px) {
  .single-post .post-content .post-content .container {
    flex-direction: column;
  }
  .single-post .post-content .main-content {
    width: 100%;
    padding-top: 0;
  }
}
.single-post .post-content .post-footer-meta {
  padding-top: 20px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  margin-top: 40px;
}
.single-post .post-content .post-footer-meta .meta-section {
  margin-bottom: 25px;
}
.single-post .post-content .post-footer-meta .meta-title {
  font-size: 16px;
  font-weight: 500;
  color: #555555;
  margin-bottom: 10px;
}
.single-post .post-content .post-footer-meta .meta-items {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.single-post .post-content .post-footer-meta .meta-tag {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  color: #000000;
  border: 1px solid #000000;
  padding: 8px 15px;
  border-radius: 20px;
  font-size: 14px;
  transition: all 300ms ease-in-out;
  white-space: nowrap;
}
.single-post .post-content .post-footer-meta .meta-tag:hover {
  background: #000000;
  color: #ffffff;
}
.single-post .post-content .post-footer-meta .copy-button {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border: 1px solid #000000;
  padding: 10px 20px;
  border-radius: 20px;
  font-size: 16px;
  background-color: transparent;
  color: #000000;
  cursor: pointer;
  transition: all 300ms ease-in-out;
}
.single-post .post-content .post-footer-meta .copy-button svg {
  width: 18px;
  height: 18px;
  fill: currentColor;
}
.single-post .post-content .post-footer-meta .copy-button:hover {
  border-color: #000000;
  color: #000000;
}
.single-post .post-content .mini-title {
  margin-left: 20px;
}
@media (max-width: 992px) {
  .single-post .post-content .mini-title {
    margin-left: 0;
    margin-top: 60px;
  }
}
.single-post .post-content .mini-title h4 {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 600;
}
.single-post .post-content .blog-item {
  margin-bottom: 40px;
  margin-left: 20px;
}
@media (max-width: 992px) {
  .single-post .post-content .blog-item {
    margin-left: 0;
  }
}
.single-post .post-content .blog-item .blog-link {
  display: flex;
  text-decoration: none;
  color: inherit;
  transition: all 300ms ease-in-out;
}
.single-post .post-content .blog-item .blog-link:hover {
  opacity: 0.8;
}
.single-post .post-content .blog-item .image {
  flex: 0 0 80px;
  height: 80px;
  border-radius: 10px;
  overflow: hidden;
}
.single-post .post-content .blog-item .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}
.single-post .post-content .blog-item .text {
  display: flex;
  flex-direction: column;
  margin-left: 10px;
  flex: 1;
}
.single-post .post-content .blog-item .text h6 {
  color: #000000;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 8px;
}
.single-post .post-content .blog-item .text span {
  color: #555;
  font-size: 14px;
  display: flex;
  align-items: center;
  gap: 5px;
  margin-bottom: 5px;
}
.single-post .post-content .blog-item .text span.date img, .single-post .post-content .blog-item .text span.reading img {
  width: 15px;
  height: 15px;
}
.single-post .post-content .post-navigation {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  margin-top: 60px;
  padding-top: 40px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
@media (max-width: 992px) {
  .single-post .post-content .post-navigation {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
.single-post .post-content .post-navigation .nav-prev a,
.single-post .post-content .post-navigation .nav-next a {
  display: block;
  padding: 20px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 12px;
  text-decoration: none;
  color: #000000;
  font-weight: 500;
  transition: all 300ms ease-in-out;
}
.single-post .post-content .post-navigation .nav-prev a:hover,
.single-post .post-content .post-navigation .nav-next a:hover {
  border-color: #000000;
  background-color: rgba(0, 0, 0, 0.05);
}
.single-post .post-content .post-navigation .nav-prev a {
  text-align: left;
}
.single-post .post-content .post-navigation .nav-next a {
  text-align: right;
}
.single-post .pagination-nav {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  margin-top: 60px;
  padding: 40px 0;
}
.single-post .pagination-nav .page-numbers {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 44px;
  height: 44px;
  padding: 0 10px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  text-decoration: none;
  color: #000000;
  font-weight: 500;
  transition: all 300ms ease-in-out;
}
.single-post .pagination-nav .page-numbers:hover {
  border-color: #1379c3;
  color: #1379c3;
}
.single-post .pagination-nav .page-numbers.current {
  background-color: #1379c3;
  color: #fff;
  border-color: #1379c3;
}
.single-post .pagination-nav .page-numbers.dots {
  border: none;
  cursor: default;
}
.single-post .pagination-nav .page-numbers.dots:hover {
  border: none;
  color: #000000;
}
.single-post .pagination-nav .page-numbers.prev, .single-post .pagination-nav .page-numbers.next {
  padding: 0 15px;
}
.single-post .pagination-nav .page-numbers.prev:hover, .single-post .pagination-nav .page-numbers.next:hover {
  background-color: rgba(61, 178, 136, 0.1);
}
@media (max-width: 768px) {
  .single-post .pagination-nav {
    gap: 4px;
    font-size: 14px;
  }
  .single-post .pagination-nav .page-numbers {
    min-width: 36px;
    height: 36px;
    padding: 0 6px;
  }
  .single-post .pagination-nav .page-numbers.prev, .single-post .pagination-nav .page-numbers.next {
    padding: 0 10px;
  }
}

.page-404 {
  padding: 60px 20px;
  min-height: calc(100vh - 300px);
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .page-404 {
    padding: 50px 15px;
    min-height: calc(100vh - 250px);
  }
}
@media (max-width: 767px) {
  .page-404 {
    padding: 40px 15px;
  }
}
@media (max-width: 320px) {
  .page-404 {
    padding: 30px 10px;
    min-height: calc(100vh - 200px);
  }
}
.page-404 .container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.page-404 .container h1 {
  font-size: clamp(120px, 20vw, 200px);
  font-weight: 700;
  background: linear-gradient(130deg, #1379c3, #2b2b2b);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-transform: uppercase;
  margin: 0 0 15px 0;
  line-height: 1;
  letter-spacing: -5px;
}
@media (max-width: 767px) {
  .page-404 .container h1 {
    font-size: 80px;
    letter-spacing: -3px;
  }
}
@media (max-width: 320px) {
  .page-404 .container h1 {
    font-size: 60px;
    letter-spacing: -2px;
  }
}
.page-404 .container h2 {
  font-size: clamp(24px, 4vw, 36px);
  font-weight: 600;
  color: #2b2b2b;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 30px;
  letter-spacing: 2px;
  line-height: 1.2;
}
@media (max-width: 767px) {
  .page-404 .container h2 {
    font-size: 28px;
    margin-bottom: 25px;
  }
}
@media (max-width: 320px) {
  .page-404 .container h2 {
    font-size: 22px;
    letter-spacing: 1px;
  }
}
.page-404 .container .messages {
  margin-bottom: 40px;
  max-width: 600px;
}
@media (max-width: 767px) {
  .page-404 .container .messages {
    margin-bottom: 35px;
  }
}
@media (max-width: 320px) {
  .page-404 .container .messages {
    margin-bottom: 30px;
  }
}
.page-404 .container .messages p {
  font-size: 16px;
  font-weight: 400;
  color: #555555;
  line-height: 1.6;
  margin-top: 0;
  margin-bottom: 30px;
  letter-spacing: 0.5px;
}
@media (max-width: 320px) {
  .page-404 .container .messages p {
    font-size: 14px;
    margin-bottom: 25px;
  }
}
.page-404 .container .messages a.button-base {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  color: white;
  font-weight: 600;
  text-decoration: none;
  background-color: #1379c3;
  padding: 15px 40px;
  border-radius: 50px;
  border: 2px solid #1379c3;
  cursor: pointer;
  transition: all 300ms ease-in-out;
  position: relative;
  overflow: hidden;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 14px;
}
.page-404 .container .messages a.button-base:hover {
  background-color: #0d5c96;
  border-color: #0d5c96;
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(0, 147, 130, 0.3);
}
.page-404 .container .messages a.button-base:hover .icon {
  transform: translateX(4px);
}
.page-404 .container .messages a.button-base:active {
  transform: translateY(0);
  box-shadow: 0 4px 10px rgba(0, 147, 130, 0.2);
}
.page-404 .container .messages a.button-base .button-text {
  display: inline-block;
}
.page-404 .container .messages a.button-base .icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  transition: all 300ms ease-in-out;
}
.page-404 .container .messages a.button-base .fill-container {
  display: none;
}
@media (max-width: 320px) {
  .page-404 .container .messages a.button-base {
    padding: 12px 30px;
    font-size: 13px;
    letter-spacing: 0.5px;
  }
}
.page-404 .container .social-links {
  margin-top: 50px;
}
@media (max-width: 320px) {
  .page-404 .container .social-links {
    margin-top: 35px;
  }
}
.page-404 .container .social-links .social-media {
  display: flex;
  justify-content: center;
  align-items: center;
  list-style: none;
  padding: 0;
  margin: 0;
  gap: 20px;
  flex-wrap: wrap;
}
@media (max-width: 320px) {
  .page-404 .container .social-links .social-media {
    gap: 15px;
  }
}
.page-404 .container .social-links .social-media li {
  display: inline-block;
}
.page-404 .container .social-links .social-media li a {
  color: #1379c3;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  background-color: white;
  border: 2px solid #ddeef9;
  border-radius: 50%;
  transition: all 300ms ease-in-out;
  text-decoration: none;
}
.page-404 .container .social-links .social-media li a img {
  width: 20px;
  height: 20px;
}
.page-404 .container .social-links .social-media li a:hover {
  background-color: #1379c3;
  border-color: #1379c3;
  transform: translateY(-4px);
  box-shadow: 0 8px 20px rgba(0, 147, 130, 0.2);
}
.page-404 .container .social-links .social-media li a:focus {
  outline: 2px solid #1379c3;
  outline-offset: 2px;
}
@media (max-width: 320px) {
  .page-404 .container .social-links .social-media li a {
    width: 45px;
    height: 45px;
  }
  .page-404 .container .social-links .social-media li a img {
    width: 18px;
    height: 18px;
  }
}

@keyframes slideDown {
  from {
    opacity: 0;
    transform: translateY(-30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.ytVideoWrapper {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0;
  background-color: #000;
  z-index: 10000 !important;
  transition: all 300ms ease-in-out;
  overflow: hidden;
}
.ytVideoWrapper.active {
  height: 100%;
}
.ytVideoWrapper.active .iframewrapper {
  height: 100vh;
}
.ytVideoWrapper.active .closeBtn {
  display: block;
}

.ytVideoWrapper .iframewrapper {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100vw;
  height: 0;
  background-color: #1a1a1a;
  z-index: 1000 !important;
  transition: all 300ms ease-in-out;
  overflow: hidden;
}
.ytVideoWrapper .iframewrapper #ytplayer,
.ytVideoWrapper .iframewrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
}

.ytVideoWrapper .closeBtn {
  position: fixed;
  top: 0;
  right: 0;
  width: 80px;
  height: 80px;
  z-index: 1011 !important;
  display: none;
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0.7);
  border: none;
  padding: 0;
  transition: all 150ms ease-in-out;
}
.ytVideoWrapper .closeBtn:hover {
  background-color: rgba(0, 0, 0, 0.9);
}
.ytVideoWrapper .closeBtn:focus-visible {
  outline: 2px solid #1379c3;
  outline-offset: -2px;
}
.ytVideoWrapper .closeBtn .line {
  position: absolute;
  background-color: white;
  left: 50%;
  top: 50%;
  transform-origin: center;
  transition: all 150ms ease-in-out;
}
.ytVideoWrapper .closeBtn .line.a {
  width: 40px;
  height: 3px;
  margin-left: -20px;
  margin-top: -1.5px;
  transform: rotate(45deg);
}
.ytVideoWrapper .closeBtn .line.b {
  width: 3px;
  height: 40px;
  margin-left: -1.5px;
  margin-top: -20px;
  transform: rotate(45deg);
}
.ytVideoWrapper .closeBtn:hover .line {
  background-color: hsl(0, 0%, 110%);
}

.play-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  background-color: #1379c3;
  border: none;
  border-radius: 9999px;
  padding: 0;
  transition: all 300ms ease-in-out;
  position: relative;
  overflow: hidden;
  width: 60px;
  height: 60px;
}
.play-btn::before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-left: 12px solid white;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  margin-left: 2px;
}
.play-btn:hover {
  background-color: #0d5c96;
  transform: scale(1.05);
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.1);
}
.play-btn:active {
  transform: scale(0.95);
}
.play-btn:focus-visible {
  outline: 2px solid white;
  outline-offset: 3px;
}
@media (max-width: 320px) {
  .play-btn {
    width: 50px;
    height: 50px;
  }
  .play-btn::before {
    border-left-width: 10px;
    border-top-width: 6px;
    border-bottom-width: 6px;
  }
}

.video-banner {
  position: relative;
  overflow: hidden;
  background-color: #000;
  border-radius: 0.75rem;
}
.video-banner img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}
.video-banner .text {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.6) 100%);
  padding: 1.5rem;
  text-align: center;
  color: white;
  z-index: 10;
}
.video-banner .text h2 {
  font-size: 2.25rem;
  font-weight: 700;
  margin-bottom: 1rem;
  line-height: 1.2;
}
@media (max-width: 767px) {
  .video-banner .text h2 {
    font-size: 1.875rem;
  }
}
@media (max-width: 320px) {
  .video-banner .text h2 {
    font-size: 1.5rem;
  }
}
.video-banner .text p {
  font-size: 1.125rem;
  font-weight: 400;
  margin-bottom: 1.5rem;
  line-height: 1.75;
  max-width: 600px;
}
@media (max-width: 767px) {
  .video-banner .text p {
    font-size: 1rem;
    margin-bottom: 1rem;
  }
}
@media (max-width: 320px) {
  .video-banner .text p {
    font-size: 0.875rem;
  }
}

@media (max-width: 767px) {
  .ytVideoWrapper .closeBtn {
    width: 70px;
    height: 70px;
  }
  .ytVideoWrapper .closeBtn .line.a {
    width: 35px;
    margin-left: -17.5px;
  }
  .ytVideoWrapper .closeBtn .line.b {
    height: 35px;
    margin-top: -17.5px;
  }
}
@media (max-width: 320px) {
  .ytVideoWrapper .closeBtn {
    width: 60px;
    height: 60px;
  }
  .ytVideoWrapper .closeBtn .line.a {
    width: 30px;
    margin-left: -15px;
  }
  .ytVideoWrapper .closeBtn .line.b {
    height: 30px;
    margin-top: -15px;
  }
  .video-banner .text {
    padding: 1rem;
  }
  .video-banner .text h2,
  .video-banner .text p {
    max-width: 90%;
  }
}
.site-header {
  position: sticky;
  top: 0;
  width: 100%;
  background-color: #111111;
  z-index: 200;
  transition: all 300ms ease-in-out;
}
.site-header .container {
  display: flex;
  align-items: center;
  position: relative;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  transition: all 300ms ease-in-out;
}
.site-header .logo {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  min-width: 100px;
  transition: all 300ms ease-in-out;
}
.site-header .logo:hover {
  opacity: 0.8;
}
.site-header .logo:focus-visible {
  outline: 2px solid #1379c3;
  outline-offset: 4px;
  border-radius: 0.5rem;
}
.site-header .logo img {
  width: auto;
  height: 44px;
  object-fit: contain;
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .site-header .logo img {
    height: 32px;
  }
}
@media (max-width: 1199px) {
  .site-header .logo img {
    height: 36px;
  }
}
@media (max-width: 767px) {
  .site-header .logo img {
    height: 30px;
  }
}
.site-header nav {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
}
@media (max-width: 1199px) {
  .site-header nav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    transform: translateX(-100%);
    background-color: #111111;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    transition: all 300ms ease-in-out;
    z-index: 104;
  }
  .site-header nav.active {
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
  }
}
.site-header nav .header-menu {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 1.75rem;
  align-items: center;
  white-space: nowrap;
}
@media (max-width: 1199px) {
  .site-header nav .header-menu {
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    width: 100%;
    flex: 1;
    padding: 4rem 0 0;
    overflow-y: auto;
    white-space: normal;
    transition: all 300ms ease-in-out;
  }
  .site-header nav .header-menu.submenu-open {
    transform: translateX(-100%);
  }
}
.site-header nav .header-menu .menu-item {
  position: relative;
}
.site-header nav .header-menu .menu-item a {
  display: block;
  color: #ffffff;
  font-size: 0.875rem;
  padding: 0.4rem 0;
  transition: all 150ms ease-in-out;
}
@media (max-width: 1199px) {
  .site-header nav .header-menu .menu-item a {
    padding: 1rem 1.5rem;
    border-left: 4px solid transparent;
  }
}
.site-header nav .header-menu .menu-item a:hover, .site-header nav .header-menu .menu-item a:focus-visible {
  color: #1379c3;
}
.site-header nav .header-menu .menu-item a:focus-visible {
  outline: 2px solid #1379c3;
  outline-offset: 4px;
}
@media (max-width: 1199px) {
  .site-header nav .header-menu .menu-item a:focus-visible {
    outline-offset: -2px;
  }
}
.site-header nav .header-menu .menu-item.menu-item-has-children > a {
  position: relative;
  padding-right: 1.25rem;
}
.site-header nav .header-menu .menu-item.menu-item-has-children > a::after {
  content: url("../assets/icons/angle-down.svg");
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  display: inline-block;
  width: 16px;
  height: 16px;
  transition: all 300ms ease-in-out;
  pointer-events: none;
  filter: brightness(0) invert(1);
}
@media (max-width: 1199px) {
  .site-header nav .header-menu .menu-item.menu-item-has-children > a::after {
    margin-right: 1rem;
    transform: translateY(-50%) rotate(-90deg);
  }
}
@media (hover: hover) {
  .site-header nav .header-menu .menu-item.menu-item-has-children > a:hover::after {
    transform: translateY(-50%) rotate(180deg);
  }
}
@media (hover: hover) and (max-width: 1199px) {
  .site-header nav .header-menu .menu-item.menu-item-has-children > a:hover::after {
    transform: translateY(-50%) rotate(-90deg);
  }
}
.site-header nav .header-menu .menu-item.menu-item-has-children .sub-menu {
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 220px;
  background-color: #2b2b2b;
  border-radius: 0.5rem;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.15);
  list-style: none;
  margin: 0;
  padding: 0.625rem 0;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-10px);
  transition: all 300ms ease-in-out;
  z-index: 50;
}
@media (max-width: 1199px) {
  .site-header nav .header-menu .menu-item.menu-item-has-children .sub-menu {
    position: fixed;
    top: 0;
    left: 100%;
    width: 100%;
    height: 100vh;
    background-color: #111111;
    border-radius: 0;
    box-shadow: none;
    padding: 4rem 0 2rem;
    margin: 0;
    opacity: 1;
    visibility: visible;
    transform: none;
    overflow-y: auto;
    transition: all 300ms ease-in-out;
    z-index: 100;
  }
}
@media (max-width: 1199px) {
  .site-header nav .header-menu .menu-item.menu-item-has-children .sub-menu.active {
    left: 0;
  }
}
.site-header nav .header-menu .menu-item.menu-item-has-children .sub-menu .mobile-back-btn {
  display: none;
}
@media (max-width: 1199px) {
  .site-header nav .header-menu .menu-item.menu-item-has-children .sub-menu .mobile-back-btn {
    display: flex;
    justify-content: flex-start;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    margin-bottom: 0.5rem;
  }
  .site-header nav .header-menu .menu-item.menu-item-has-children .sub-menu .mobile-back-btn a {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 1rem 1.5rem;
    color: #ffffff;
    font-weight: 600;
    font-size: 0.875rem;
    border-left: none;
    transition: all 150ms ease-in-out;
  }
  .site-header nav .header-menu .menu-item.menu-item-has-children .sub-menu .mobile-back-btn a::before {
    content: url("../assets/icons/angle-down.svg");
    display: inline-block;
    width: 16px;
    height: 16px;
    transform: rotate(90deg);
    filter: brightness(0) invert(1);
  }
}
.site-header nav .header-menu .menu-item.menu-item-has-children .sub-menu .menu-item a {
  color: #ffffff;
  padding: 0.625rem 1rem;
  border: none;
  font-size: 0.875rem;
  display: flex;
  align-items: center;
}
@media (max-width: 1199px) {
  .site-header nav .header-menu .menu-item.menu-item-has-children .sub-menu .menu-item a {
    padding: 1rem 1.5rem;
    border-left: 4px solid transparent;
  }
}
.site-header nav .header-menu .menu-item.menu-item-has-children .sub-menu .menu-item a:hover, .site-header nav .header-menu .menu-item.menu-item-has-children .sub-menu .menu-item a:focus-visible {
  color: #1379c3;
}
.site-header nav .header-menu .menu-item.menu-item-has-children:hover > .sub-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.site-header nav .header-menu .menu-item.menu-item-has-children .sub-menu .menu-item-has-children > a {
  padding-right: 1.25rem;
}
.site-header nav .header-menu .menu-item.menu-item-has-children .sub-menu .menu-item-has-children > a::after {
  transform: translateY(-50%) rotate(-90deg);
}
@media (max-width: 1199px) {
  .site-header nav .header-menu .menu-item.menu-item-has-children .sub-menu .menu-item-has-children > a::after {
    transform: translateY(-50%) rotate(-90deg);
  }
}
@media (hover: hover) {
  .site-header nav .header-menu .menu-item.menu-item-has-children .sub-menu .menu-item-has-children > a:hover::after {
    transform: translateY(-50%) rotate(-90deg);
  }
}
.site-header nav .header-menu .menu-item.menu-item-has-children .sub-menu .menu-item-has-children > .sub-menu {
  top: 0;
  left: calc(100% + 8px);
  transform: translateY(-10px);
  opacity: 0;
  visibility: hidden;
}
@media (max-width: 1199px) {
  .site-header nav .header-menu .menu-item.menu-item-has-children .sub-menu .menu-item-has-children > .sub-menu {
    left: 100%;
    transform: none;
    opacity: 1;
    visibility: visible;
  }
}
@media (max-width: 1199px) {
  .site-header nav .header-menu .menu-item.menu-item-has-children .sub-menu .menu-item-has-children > .sub-menu.active {
    left: 0;
  }
}
.site-header nav .header-menu .menu-item.menu-item-has-children .sub-menu .menu-item-has-children:hover > .sub-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
@media (max-width: 1199px) {
  .site-header nav .header-menu .menu-item.menu-item-has-children .sub-menu .menu-item-has-children:hover > .sub-menu {
    opacity: 1;
    visibility: visible;
    transform: none;
  }
}
@media (max-width: 1199px) {
  .site-header nav .header-menu .menu-item.menu-item-has-children .sub-menu.submenu-open {
    transform: translateX(-100%);
  }
}
.site-header nav .nav-mobile-footer {
  display: none;
}
@media (max-width: 1199px) {
  .site-header nav .nav-mobile-footer {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
    width: 100%;
    flex-shrink: 0;
    padding: 1.5rem;
    border-top: 1px solid rgba(255, 255, 255, 0.15);
  }
}
.site-header nav .nav-mobile-footer .nav-mobile-phone {
  display: flex;
  align-items: center;
  gap: 0.625rem;
  color: rgba(255, 255, 255, 0.8);
  font-size: 1rem;
  font-weight: 500;
  transition: all 150ms ease-in-out;
}
.site-header nav .nav-mobile-footer .nav-mobile-phone:hover {
  color: #1379c3;
}
.site-header nav .nav-mobile-footer .nav-mobile-phone img {
  width: 20px;
  height: 20px;
}
.site-header nav .nav-mobile-footer .nav-mobile-social {
  display: flex;
  gap: 0.75rem;
  align-items: center;
}
.site-header nav .nav-mobile-footer .nav-mobile-social a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.15);
  padding: 0;
  transition: all 150ms ease-in-out;
}
.site-header nav .nav-mobile-footer .nav-mobile-social a:hover {
  border-color: #1379c3;
}
.site-header nav .nav-mobile-footer .nav-mobile-social a img {
  width: 18px;
  height: 18px;
  filter: brightness(0) invert(1);
}
.site-header .header-actions {
  margin-left: auto;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  gap: 1.25rem;
}
.site-header .header-actions .header-phone {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  color: rgba(255, 255, 255, 0.8);
  font-size: 0.875rem;
  font-weight: 500;
  white-space: nowrap;
  transition: all 150ms ease-in-out;
}
.site-header .header-actions .header-phone:hover {
  color: #1379c3;
}
.site-header .header-actions .header-phone img {
  width: 18px;
  height: 18px;
}
@media (max-width: 1199px) {
  .site-header .header-actions .header-phone {
    display: none;
  }
}
.site-header .header-actions .lang-switcher {
  position: relative;
}
.site-header .header-actions .lang-switcher .lang-current {
  display: flex;
  align-items: center;
  gap: 0.375rem;
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  cursor: pointer;
  padding: 0.3rem 0.625rem;
  font-family: "Switzer", sans-serif;
  font-size: 0.75rem;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.8);
  transition: all 150ms ease-in-out;
  backdrop-filter: blur(8px);
}
.site-header .header-actions .lang-switcher .lang-current:hover {
  background: rgba(255, 255, 255, 0.13);
  border-color: rgba(255, 255, 255, 0.22);
  color: #ffffff;
}
.site-header .header-actions .lang-switcher .lang-current:focus-visible {
  outline: 2px solid #1379c3;
  outline-offset: 2px;
  border-radius: 8px;
}
.site-header .header-actions .lang-switcher .lang-current .lang-flag {
  width: 16px;
  display: block;
  filter: brightness(0) invert(1);
  opacity: 0.8;
}
.site-header .header-actions .lang-switcher .lang-current .lang-arrow {
  width: 10px;
  height: 10px;
  filter: brightness(0) invert(1);
  transition: transform all 150ms ease-in-out;
  opacity: 0.6;
}
.site-header .header-actions .lang-switcher .lang-current[aria-expanded=true] {
  background: rgba(255, 255, 255, 0.13);
  border-color: rgba(255, 255, 255, 0.22);
  color: #ffffff;
}
.site-header .header-actions .lang-switcher .lang-current[aria-expanded=true] .lang-arrow {
  transform: rotate(180deg);
  opacity: 1;
}
.site-header .header-actions .lang-switcher .lang-dropdown {
  position: absolute;
  top: calc(100% + 0.5rem);
  right: 0;
  min-width: 140px;
  background: rgba(17, 17, 17, 0.6);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 12px;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.4), 0 1px 0 rgba(255, 255, 255, 0.06) inset;
  list-style: none;
  margin: 0;
  padding: 6px;
  display: flex;
  flex-direction: column;
  gap: 6px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-8px) scale(0.97);
  transform-origin: top right;
  transition: all 300ms ease-in-out;
  z-index: 50;
}
.site-header .header-actions .lang-switcher .lang-dropdown.active {
  opacity: 1;
  visibility: visible;
  transform: translateY(0) scale(1);
}
.site-header .header-actions .lang-switcher .lang-dropdown li {
  border-radius: 8px;
  overflow: hidden;
}
.site-header .header-actions .lang-switcher .lang-dropdown li a {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.5rem 0.75rem;
  color: rgba(255, 255, 255, 0.6);
  font-size: 0.8125rem;
  border-radius: 8px;
  transition: all 150ms ease-in-out;
}
.site-header .header-actions .lang-switcher .lang-dropdown li a:hover {
  background: rgba(255, 255, 255, 0.08);
  color: #ffffff;
}
.site-header .header-actions .lang-switcher .lang-dropdown li a img {
  width: 20px;
  height: 14px;
  border-radius: 3px;
  object-fit: cover;
  display: block;
}
.site-header .header-actions .lang-switcher .lang-dropdown li.active a {
  color: #ffffff;
  font-weight: 600;
  background: rgba(255, 255, 255, 0.06);
}

.menu-trigger {
  position: relative;
  z-index: 110;
  width: 28px;
  height: 20px;
  display: none;
  transition: all 300ms ease-in-out;
  cursor: pointer;
  box-sizing: border-box;
  background-color: transparent;
  border: none;
  padding: 0;
}
@media (max-width: 1199px) {
  .menu-trigger {
    display: inline-block;
  }
}
.menu-trigger:focus-visible {
  outline: 2px solid #1379c3;
  outline-offset: 2px;
}
.menu-trigger span {
  display: inline-block;
  transition: all 300ms ease-in-out;
  box-sizing: border-box;
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #ffffff;
  border-radius: 2px;
}
.menu-trigger span:nth-of-type(1) {
  top: 0;
}
.menu-trigger span:nth-of-type(2) {
  top: 9px;
}
.menu-trigger span:nth-of-type(3) {
  bottom: 0;
}
.menu-trigger.active span:nth-of-type(1) {
  transform: translateY(9px) rotate(45deg);
}
.menu-trigger.active span:nth-of-type(2) {
  opacity: 0;
}
.menu-trigger.active span:nth-of-type(3) {
  transform: translateY(-9px) rotate(-45deg);
}
.menu-trigger:active {
  transform: scale(0.95);
}

.site-footer {
  background: linear-gradient(160deg, #083f68 0%, #111111 100%);
  position: relative;
  overflow: hidden;
  padding: 80px 0 0;
}
@media (max-width: 767px) {
  .site-footer {
    padding: 60px 0 0;
  }
}
.site-footer .container {
  position: relative;
  z-index: 1;
}
.site-footer .footer-main {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 48px;
  padding-bottom: 64px;
  align-items: start;
}
@media (max-width: 1199px) {
  .site-footer .footer-main {
    gap: 32px;
  }
}
@media (max-width: 991px) {
  .site-footer .footer-main {
    grid-template-columns: 1fr 1fr;
    gap: 40px 32px;
  }
}
@media (max-width: 767px) {
  .site-footer .footer-main {
    grid-template-columns: 1fr;
    gap: 36px;
    padding-bottom: 48px;
  }
}
@media (max-width: 991px) {
  .site-footer .footer-slogan-col {
    grid-column: 1/-1;
  }
}
.site-footer .footer-slogan-col > p {
  font-size: clamp(28px, 3vw, 42px);
  font-weight: 200;
  color: #ffffff;
  line-height: 1.3;
  margin: 0 0 36px;
}
.site-footer .footer-social {
  display: flex;
  gap: 10px;
}
.site-footer .footer-social a {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.15);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 150ms ease-in-out;
}
.site-footer .footer-social a img {
  width: 15px;
  height: 15px;
  filter: brightness(0) invert(1);
  display: block;
}
.site-footer .footer-social a:hover {
  background: rgba(255, 255, 255, 0.15);
  border-color: rgba(255, 255, 255, 0.8);
}
.site-footer .footer-social a:focus-visible {
  outline: 2px solid #ffffff;
  outline-offset: 2px;
}
.site-footer .footer-nav-col h4 {
  font-size: clamp(15px, 1.3vw, 19px);
  font-weight: 300;
  color: #ffffff;
  margin: 0 0 20px;
}
@media (max-width: 991px) {
  .site-footer .footer-nav-col h4 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0;
    padding: 16px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    cursor: pointer;
    user-select: none;
  }
  .site-footer .footer-nav-col h4::after {
    content: url("../assets/icons/angle-down.svg");
    display: inline-block;
    width: 16px;
    height: 16px;
    filter: brightness(0) invert(1);
    opacity: 0.5;
    transition: transform 300ms ease-in-out, opacity 300ms ease-in-out;
    flex-shrink: 0;
  }
  .site-footer .footer-nav-col h4.active::after {
    transform: rotate(180deg);
    opacity: 1;
  }
}
.site-footer .footer-nav-col ul {
  list-style: none;
  padding: 0;
  margin: 0;
  columns: 2;
}
@media (max-width: 991px) {
  .site-footer .footer-nav-col ul {
    overflow: hidden;
    max-height: 0;
    transition: max-height 0.35s ease, padding 0.35s ease;
    padding-top: 0;
    columns: unset;
  }
  .site-footer .footer-nav-col ul.open {
    max-height: 600px;
    padding-top: 12px;
  }
}
.site-footer .footer-nav-col ul li {
  margin-bottom: 12px;
}
.site-footer .footer-nav-col ul li:last-child {
  margin-bottom: 0;
}
.site-footer .footer-nav-col ul li a {
  font-size: 14px;
  font-weight: 300;
  color: rgba(255, 255, 255, 0.8);
  transition: all 150ms ease-in-out;
}
.site-footer .footer-nav-col ul li a:hover {
  color: #ffffff;
}
.site-footer .footer-contact-col .footer-contact-group {
  margin-bottom: 36px;
}
.site-footer .footer-contact-col .footer-contact-group:last-child {
  margin-bottom: 0;
}
.site-footer .footer-contact-col .footer-contact-group > span {
  display: block;
  font-size: clamp(15px, 1.3vw, 19px);
  font-weight: 300;
  color: #ffffff;
  margin-bottom: 16px;
}
.site-footer .footer-contact-col .footer-contact-group a {
  display: block;
  font-size: 15px;
  font-weight: 400;
  color: #ffffff;
  margin-bottom: 8px;
  transition: all 150ms ease-in-out;
}
.site-footer .footer-contact-col .footer-contact-group a:last-child {
  margin-bottom: 0;
}
.site-footer .footer-contact-col .footer-contact-group a:hover {
  opacity: 0.65;
}
.site-footer .footer-contact-col .footer-contact-group .footer-address-row {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
}
.site-footer .footer-contact-col .footer-contact-group .footer-address-row address {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  color: #ffffff;
  line-height: 1.6;
}
.site-footer .footer-contact-col .footer-contact-group .footer-address-row a {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 12px;
  font-weight: 400;
  text-transform: uppercase;
  color: #ffffff;
  opacity: 0.55;
  flex-shrink: 0;
  margin-top: 3px;
  transition: all 150ms ease-in-out;
}
.site-footer .footer-contact-col .footer-contact-group .footer-address-row a svg {
  display: block;
  flex-shrink: 0;
}
.site-footer .footer-contact-col .footer-contact-group .footer-address-row a:hover {
  opacity: 1;
}
.site-footer .footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  padding: 24px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .site-footer .footer-bottom {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
  }
}
.site-footer .footer-bottom p {
  font-size: 13px;
  color: #ffffff;
  opacity: 0.35;
  margin: 0;
}
.site-footer .footer-bottom ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .site-footer .footer-bottom ul {
    gap: 16px;
  }
}
.site-footer .footer-bottom ul li a {
  font-size: 12px;
  color: #ffffff;
  opacity: 0.35;
  transition: all 150ms ease-in-out;
}
.site-footer .footer-bottom ul li a:hover {
  opacity: 0.75;
}

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