/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Apr 02 2026 | 21:33:21 */
body {
	background-color: #0A0A0A;
	font-family: "Plus Jakarta Sans", sans-serif;
	color: #CCCDCE;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 { font-family: 'Unbounded', sans-serif; }

h1, h2, h3, h4 {
	color: #ffffff;
	font-weight: 400;
}

h1, h2, h3, h4, h5, h6, a, input[type="button"], button {
	text-transform: upppercase !Important;
}

h1, h2, .h1, .h2 { line-height: 1.14; } 

h3, h4, .h3, .h4 {
	line-height: 1.35;
} 

body::before {
  content: "";
  position: fixed;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: 1400px;
  height: 100%;
  background-image: linear-gradient(to right, rgba(255,255,255,0.1) 1px, transparent 1px);
  background-size: calc(calc(100% - .5px) / 4) 300px;
/*   background-repeat: repeat-y; */
  z-index: -1;
  pointer-events: none;
}

.box-xl {
	padding: clamp(3rem, 5vw, 2rem);
}

.box {
	padding: clamp(2rem, 5vw, 1.5rem);
}

.box-sm {
	padding: 1rem;
}