:root {
  --p1: 82, 113, 255;
  --p2: 53, 129, 63;
  --n1: 248, 248, 248;
  --n11: 255, 255, 255;
  --n2: 250, 250, 250;
  --n3: 143, 143, 143;
  --n4: 79, 79, 79;
  --n41: 79, 79, 79;
  --n42: 79, 79, 79;
  --n5: 41, 41, 41;
  --n51: 41, 41, 41;
  --y99: 255, 172, 39;
  --bg1: 120, 171, 168;
  --bg2: 255, 145, 251;
  --bg3: 253, 187, 46;
  --bg4: 82, 113, 255;
  --bg5: 0, 255, 255;
  --bg6: 84, 182, 137;
  --box-shadow-p1: 0px 0px 24px 0px rgba(0, 0, 0, 0.08);
  --box-shadow-p2: 0px 6px 30px 0px rgba(0, 0, 0, 0.04);
  --c-glass: #bbbbbc;
  --c-light: #fff;
  --c-dark: #000;
  --c-content: #4369af;
  --c-action: #0052f5;
  --c-bg: #e8e8e9;
  --glass-reflex-dark: 1;
  --glass-reflex-light: 1;
  --saturation: 150%;
  --lg-bg-color: rgba(255, 255, 255, 0.25);
  --lg-sb-bg-color: rgba(179, 179, 179, 0.25);
  --lg-highlight: rgba(255, 255, 255, 0.75);
  --lg-text: #ffffff;
  --date-bg: rgba(108, 199, 241, 0.25);
  --date-border: rgba(22, 159, 227, 0.95);
  --active-icon: rgba(245, 192, 17, 0.9);
  --off-icon: rgba(121, 149, 175, 0.9);
  --input-bg: rgba(176, 245, 188, 0.10);
  --submit-bg: rgba(94, 243, 161, 0.2);
}

.dark {
  --c-glass: #bbbbbc;
  --c-light: #fff;
  --c-dark: #000;
  --c-content: #5b9bcf;
  --c-action: #03d5ff;
  --c-bg: #1b1b1d;
  --glass-reflex-dark: 2;
  --glass-reflex-light: 0.3;
  --saturation: 150%;
  --p2: 213, 131, 131;
  --n1: 27, 36, 51;
  --n11: 255, 255, 255;
  --n2: 45, 63, 82;
  --n3: 143, 143, 143;
  --n4: 250, 250, 250;
  --n41: 255, 255, 255;
  --n42: 255, 255, 255;
  --n5: 255, 255, 255;
  --n51: 79, 79, 79;
  --y1: 255, 172, 39;
  --lg-bg-color: rgba(42, 50, 75, 0.25);
  --lg-sb-bg-color: rgba(38, 76, 116, 0.25);
  --lg-highlight: rgba(98, 108, 136, 0.75);
  --lg-text: #ffffff;
  --date-bg: rgba(57, 104, 175, 0.25);
  --date-border: rgba(105, 141, 194, 0.95);
  --active-icon: rgba(255, 214, 81, 0.9);
  --off-icon: rgba(120, 186, 224, 0.9);
  --input-bg: rgba(125, 230, 247, 0.10);
  --submit-bg: rgba(73, 197, 255, 0.26);
}

html, body { background: transparent; }

body {
  margin: auto;
  font-family: "DM Sans", sans-serif;
  font-optical-sizing: auto;
  transition: background 400ms cubic-bezier(1, 0, 0.4, 1),
    color 400ms cubic-bezier(1, 0, 0.4, 1);
  min-height: 100vh;
  font-size: 16px;
  line-height: 130%;
  padding: 0;
  margin: 0;
  font-weight: 400;
  overflow-x: hidden;
  position: relative;
}

@property --x1{syntax:'<percentage>';inherits:false;initial-value:-10%} @property --y1{syntax:'<percentage>';inherits:false;initial-value:18%}
@property --x2{syntax:'<percentage>';inherits:false;initial-value:110%} @property --y2{syntax:'<percentage>';inherits:false;initial-value:28%}
@property --x3{syntax:'<percentage>';inherits:false;initial-value:14%}  @property --y3{syntax:'<percentage>';inherits:false;initial-value:-12%}
@property --x4{syntax:'<percentage>';inherits:false;initial-value:86%}  @property --y4{syntax:'<percentage>';inherits:false;initial-value:112%}
@property --x5{syntax:'<percentage>';inherits:false;initial-value:-12%} @property --y5{syntax:'<percentage>';inherits:false;initial-value:64%}
@property --x6{syntax:'<percentage>';inherits:false;initial-value:112%} @property --y6{syntax:'<percentage>';inherits:false;initial-value:70%}
@property --x7{syntax:'<percentage>';inherits:false;initial-value:28%}  @property --y7{syntax:'<percentage>';inherits:false;initial-value:-10%}
@property --x8{syntax:'<percentage>';inherits:false;initial-value:60%}  @property --y8{syntax:'<percentage>';inherits:false;initial-value:110%}
@property --x9{syntax:'<percentage>';inherits:false;initial-value:-10%} @property --y9{syntax:'<percentage>';inherits:false;initial-value:36%}
@property --x10{syntax:'<percentage>';inherits:false;initial-value:110%} @property --y10{syntax:'<percentage>';inherits:false;initial-value:56%}

.page-bg{
  position: fixed;
  inset: 0;
  z-index: -2;
  pointer-events: none;
  background-color: rgba(var(--n1), 1);
}

.bokeh {
  content:"";
  position:fixed; inset:-20vmax; z-index:-1; pointer-events:none; transform:translateZ(0);
  background:
    radial-gradient(circle 12px at var(--x1)  var(--y1),  hsl(200 100% 52% / .22) 98%, transparent 100%),
    radial-gradient(circle 16px at var(--x2)  var(--y2),  hsl( 10  90% 55% / .22) 98%, transparent 100%),
    radial-gradient(circle 14px at var(--x3)  var(--y3),  hsl(150  70% 52% / .20) 98%, transparent 100%),
    radial-gradient(circle 18px at var(--x5)  var(--y5),  hsl( 45 100% 55% / .20) 98%, transparent 100%),
    radial-gradient(circle 14px at var(--x6)  var(--y6),  hsl(190  95% 55% / .20) 98%, transparent 100%),
    radial-gradient(circle 12px at var(--x7)  var(--y7),  hsl(320  85% 60% / .20) 98%, transparent 100%),
    radial-gradient(circle 16px at var(--x9)  var(--y9),  hsl( 30  95% 55% / .20) 98%, transparent 100%),
    radial-gradient(circle 26px at var(--x4)  var(--y4),  hsl(260 85% 70% / .30) 98%, transparent 100%),
    radial-gradient(circle 30px at var(--x8)  var(--y8),  hsl(210 100% 70% / .30) 98%, transparent 100%),
    radial-gradient(circle 24px at var(--x10) var(--y10), hsl(220 100% 68% / .30) 98%, transparent 100%);
  background-repeat:no-repeat;
  animation:
    d1  24s linear -0s  infinite,  d2  24s linear -3s  infinite,  d3  24s linear -6s  infinite,
    d5  24s linear -9s  infinite,  d6  24s linear -12s infinite,  d7  24s linear -15s infinite,
    d9  24s linear -18s infinite,
    d4  48s linear -6s  infinite,  d8  48s linear -24s infinite,  d10 48s linear -36s infinite;
}

@keyframes d1  { 25%{--x1:18%; --y1:8%}  50%{--x1:42%; --y1:26%} 75%{--x1:70%; --y1:10%}  100%{--x1:112%; --y1:44%} }
@keyframes d2  { 25%{--x2:78%; --y2:46%} 50%{--x2:54%; --y2:24%} 75%{--x2:28%; --y2:42%}  100%{--x2:-12%;  --y2:60%} }
@keyframes d3  { 25%{--x3:22%; --y3:12%} 50%{--x3:46%; --y3:22%} 75%{--x3:66%; --y3:48%}  100%{--x3:84%;  --y3:112%} }
@keyframes d5  { 25%{--x5:18%; --y5:56%} 50%{--x5:44%; --y5:62%} 75%{--x5:78%; --y5:28%}  100%{--x5:120%; --y5:22%} }
@keyframes d6  { 25%{--x6:82%; --y6:60%} 50%{--x6:62%; --y6:40%} 75%{--x6:38%; --y6:52%}  100%{--x6:-15%; --y6:26%} }
@keyframes d7  { 25%{--x7:40%; --y7:8%}  50%{--x7:56%; --y7:24%} 75%{--x7:62%; --y7:64%}  100%{--x7:72%;  --y7:112%} }
@keyframes d9  { 25%{--x9:18%; --y9:22%} 50%{--x9:44%; --y9:32%} 75%{--x9:78%; --y9:44%}  100%{--x9:114%; --y9:66%} }
@keyframes d4  { 25%{--x4:72%; --y4:90%} 50%{--x4:48%; --y4:70%} 75%{--x4:26%; --y4:32%}  100%{--x4:8%;   --y4:-12%} }
@keyframes d8  { 25%{--x8:46%; --y8:92%} 50%{--x8:54%; --y8:66%} 75%{--x8:58%; --y8:34%}  100%{--x8:36%;  --y8:-12%} }
@keyframes d10 { 25%{--x10:84%;--y10:40%} 50%{--x10:62%;--y10:58%} 75%{--x10:36%;--y10:42%} 100%{--x10:-12%; --y10:54%} }

@media (prefers-reduced-motion: reduce){
  .bokeh{ animation:none; }
}

html {
  scroll-behavior: initial;
}

.mode-switcher-container {
  position: fixed;
  top: 10px;
  right: 16px;
  z-index: 999;
}

.theme-changer {
  --w-closed: 44px; 
  --h-closed: 44px;
  --w-open: 158px;  
  --h-open: 54px;
  position: fixed; 
  top: 10px; 
  right: 16px; 
  z-index: 999;
  width: var(--w-closed); 
  height: var(--h-closed);
  padding: 0;
  border-radius: 9999px;
  display: grid; 
  align-items: center;
  box-sizing: border-box;
  backdrop-filter: url(#lg-dist);
  background-color: color-mix(in srgb, var(--c-glass) 12%, transparent);
  box-shadow: inset 0 0 0 1px color-mix( in srgb, var(--c-light) calc(var(--glass-reflex-light) * 10%), transparent ),
              inset 1.8px 3px 0px -2px color-mix(in srgb, var(--c-light) calc(var(--glass-reflex-light) * 90%), transparent),
              inset -2px -2px 0px -2px color-mix(in srgb, var(--c-light) calc(var(--glass-reflex-light) * 80%), transparent),
              inset -3px -8px 1px -6px color-mix(in srgb, var(--c-light) calc(var(--glass-reflex-light) * 60%), transparent),
              inset -0.3px -1px 4px 0px color-mix( in srgb, var(--c-dark) calc(var(--glass-reflex-dark) * 12%), transparent ),
              inset -1.5px 2.5px 0px -2px color-mix( in srgb, var(--c-dark) calc(var(--glass-reflex-dark) * 20%), transparent ),
              inset 0px 3px 4px -2px color-mix(in srgb, var(--c-dark) calc(var(--glass-reflex-dark) * 20%), transparent),
              inset 2px -6.5px 1px -4px color-mix( in srgb, var(--c-dark) calc(var(--glass-reflex-dark) * 10%), transparent ),
              0px 1px 5px 0px color-mix( in srgb, var(--c-dark) calc(var(--glass-reflex-dark) * 10%), transparent ),
              0px 6px 16px 0px color-mix( in srgb, var(--c-dark) calc(var(--glass-reflex-dark) * 8%), transparent );
  transition:
    width .28s cubic-bezier(.2,.8,.2,1),
    height .28s cubic-bezier(.2,.8,.2,1),
    border-radius .28s cubic-bezier(.2,.8,.2,1);
}

.theme-button {
  position: absolute; 
  inset: 0;
  display: grid; 
  place-items: center;
  border: 0; 
  background: transparent; 
  cursor: pointer;
  transition: transform .28s ease, opacity .18s ease;
  z-index:9999;
}

.theme-icon { width:20px; height:20px; fill: var(--c-content); }

.mode-switch {
  --max-x: 70px;
  --pill-x: 0px;
  --pill-w: 68px;
  --pill-h: calc(100% - 10px);
  --pill-left: 10px;
  --pill-top: 4px;
  --slide-dur: 160ms;
  --pill-cx: calc(var(--pill-left) + var(--pill-x) + var(--pill-w)/2);
  --pill-cy: calc(var(--pill-top)  + var(--pill-h)/2);
  position: relative;
  overflow: visible;
  user-select: none;
  touch-action: pan-x;
  display: flex;
  align-items: center;
  gap: 8px;
  max-width: 158px;
  width: var(--w-open); 
  height: var(--h-open);
  opacity: 0;
  box-sizing: border-box;
  padding: 8px 12px 10px;
  margin: 0;
  border: none;
  border-radius: 10em;
  transition: background-color 400ms cubic-bezier(1, 0, 0.4, 1),
              box-shadow 400ms cubic-bezier(1, 0, 0.4, 1),
              opacity .18s .12s ease;
}

.theme-changer[data-state="open"] {
  width: var(--w-open); 
  height: var(--h-open);
  border-radius: 999px;
}

.theme-changer[data-state="open"] .theme-button {
  transform: translateX(-56px);
  opacity: 0;
  pointer-events: none;
}

.theme-changer[data-state="open"] .mode-switch { opacity: 1; }

.theme-changer[data-state="closing"] {
  width: var(--w-open);
  height: var(--h-open);
  border-radius: 999px;
}

.theme-changer[data-state="closing"] .mode-switch {
  opacity: 0;
  transition: opacity .06s ease;
}

.theme-changer[data-state="closing"] .theme-button {
  transform: translateX(0);
  opacity: 1;
  pointer-events: auto;
  transition: transform .22s ease, opacity .18s ease;
}

.mode-switch_pill {
  position: absolute;
  left: 10px;
  top: 4px;
  display: block;
  width: 68px;
  height: calc(100% - 10px);
  border-radius: 999px;
  background-color: color-mix(in srgb, var(--c-glass) 16%, transparent);
  pointer-events: none;
  z-index: 5;
  transform: translateX(var(--pill-x, 0px)) scale(1);
  transition: transform        120ms cubic-bezier(1, 0, 0.4, 1),
              background-color 120ms cubic-bezier(1, 0, 0.4, 1),
              box-shadow       120ms cubic-bezier(1, 0, 0.4, 1);
  box-shadow: inset 0 0 0 1px color-mix(in srgb, var(--c-light) 10%, transparent),
              inset 2px 1px 0 -1px color-mix(in srgb, var(--c-light) 90%, transparent),
              inset -1.5px -1px 0 -1px color-mix(in srgb, var(--c-light) 80%, transparent),
              inset -2px -6px 1px -5px color-mix(in srgb, var(--c-light) 60%, transparent),
              inset -1px 2px 3px -1px color-mix(in srgb, var(--c-dark) 20%, transparent),
              inset 0 -4px 1px -2px color-mix(in srgb, var(--c-dark) 10%, transparent),
              0 3px 6px 0 color-mix(in srgb, var(--c-dark) 8%, transparent);
}

.mode-switch.dragging .mode-switch_option,
.mode-switch.dragging .mode-switch_input,
.mode-switch.touching .mode-switch_option,
.mode-switch.touching .mode-switch_input { pointer-events: none; }
.mode-switch.dragging .mode-switch_pill {
  backdrop-filter: url(#lg-dist2);
  transform: translateX(var(--pill-x, 0px)) scale(1.48); transition: none !important;
}

.mode-switch_legend {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  white-space: nowrap;
  clip-path: inset(100%);
  clip: rect(0 0 0 0);
  overflow: hidden;
}

.mode-switch_input {
  clip: rect(0 0 0 0);
  clip-path: inset(100%);
  height: 1px;
  width: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
}

.mode-switch_filter {
  position: absolute;
  width: 0;
  height: 0;
  z-index: -1;
}

.mode-switch_filter, .mode-switch_filter * { pointer-events: none; }

.mode-switch_option {
  display: flex;
  position: relative; 
  z-index: 1;
  justify-content: center;
  align-items: center;
  padding: 0 16px;
  width: 68px;
  height: 100%;
  box-sizing: border-box;
  border-radius: 99em;
  opacity: 1;
  transition: all 160ms;
}

.iconbox{ position: relative; width: 28px;  height: 28px; }
.iconbox svg{ position:absolute; inset:0; display:block; width:100%; height:100%; }

.iconbox .mode-switch_icon {
  opacity: calc(1 - var(--t, 0));
}

.iconbox .mode-switch_icon path {
  fill: var(--off-icon);
  filter: drop-shadow(1px 1px 0px rgba(0,0,0,0.2));
}

.iconbox .icon-fill {
  opacity: var(--t, 0);
  pointer-events: none;
  filter: drop-shadow(1px 1px 0px rgba(0,0,0,0.2));
}

.iconbox .icon-fill path {
  stroke: none;
  fill: var(--active-icon);
}

.mode-switch:has(.mode-switch_option:hover) { --preview-delay: var(--slide-dur); }

.mode-switch_icon {
  display: block;
  width: 100%;
  background: transparent !important;
  transform: scale(1);
  transform-origin: center;
  transition: transform var(--slide-dur) cubic-bezier(1,0,.4,1) var(--preview-delay, 0ms);
}

.mode-switch_icon path {
  transition: fill   var(--slide-dur) cubic-bezier(1,0,.4,1) var(--preview-delay, 0ms), stroke var(--slide-dur) cubic-bezier(1,0,.4,1) var(--preview-delay, 0ms);
}

.mode-switch_icon, .mode-switch_icon * { pointer-events: none; }

.mode-switch_option:hover {
  --c: var(--c-action);
  cursor: pointer;
}
.mode-switch_option:hover .mode-switch_icon {
  transform: scale(1.12);
}

.mode-switch_option:has(input:checked) {
  --c: var(--c-content);
  cursor: auto;
}
.mode-switch_option:has(input:checked) .mode-switch_icon {
  transform: scale(1);
}

.mode-switch:has(input[c-option="1"]:checked) { --pill-x: 0px; }
.mode-switch:has(input[c-option="2"]:checked) { --pill-x: var(--max-x); }

.mode-switcher-container.glass { 
  --lg-bg-color: color-mix(in srgb, var(--c-glass) 12%, transparent);
  --lg-highlight: color-mix(in srgb, var(--c-light) 28%, transparent);
  --lg-text: var(--c-content);
  border-radius: 999px;
  overflow: visible;
  width: 158px; 
  height: 54px; 
  padding: 0;
  position: fixed; 
  top: 10px; 
  right: 16px; 
  z-index: 999;
}

.mode-switcher-container.glass .mode-switch {
  background: transparent;
  box-shadow: none;
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
}

.mode-switcher-container.glass .glass-filter,
.mode-switcher-container.glass .glass-overlay,
.mode-switcher-container.glass .glass-specular {
  border-radius: inherit;
}

.glass {
  border: none;
  overflow: hidden;
  background: transparent;
  color: var(--lg-text, var(--c-content));
  box-shadow: 0 6px 6px rgba(0, 0, 0, 0.2), 0 0 20px rgba(0, 0, 0, 0.1);
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 2.2);
}

.glass-filter {
  position: absolute;
  inset: 0;
  z-index: 0;
  backdrop-filter: url(#lg-dist);
  isolation: isolate;
}

.glass-overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: var(--lg-bg-color);
}

.glass-specular {
  position: absolute;
  inset: 0;
  z-index: 2;
  border-radius: inherit;
  overflow: hidden;
  box-shadow: inset 1px 1px 0 var(--lg-highlight), inset 0 0 5px var(--lg-highlight);
}

.card.glass .card-body {
  position: relative;
  z-index: 3;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  filter: none !important;
}

@media (prefers-reduced-motion: reduce) {
  .glass { transition: none; }
}

@keyframes scaleToggle {
  0% {
    scale: 1 1;
  }
  50% {
    scale: 1.1 1;
  }
  100% {
    scale: 1 1;
  }
}

@keyframes scaleToggle2 {
  0% {
    scale: 1 1;
  }
  50% {
    scale: 1.2 1;
  }
  100% {
    scale: 1 1;
  }
}

@keyframes scaleToggle3 {
  0% {
    scale: 1 1;
  }
  50% {
    scale: 1.1 1;
  }
  100% {
    scale: 1 1;
  }
}

.display-one {
  font-size: clamp(28px, 6vw, 80px);
  line-height: 120%;
}

.display-four {
  font-size: 56px;
  line-height: 120%;
}


h1,
h1 > a {
  font-size: 48px;
  line-height: 120%;
}


h2,
h2 > a {
  font-size: 40px;
  line-height: 120%;
}


h3,
h3 > a {
  font-size: 32px;
  line-height: 120%;
}


h4,
h4 > a {
  font-size: 28px;
  line-height: 120%;
}

.fs-five,
h5,
h5 > a {
  font-size: 24px;
  line-height: 120%;
}

.fs-six,
h6,
h6 > a {
  font-size: 20px;
  line-height: 120%;
}

.fs-seven {
  font-size: 16px;
  line-height: 130%;
}

.fs-eight {
  font-size: 16px;
  line-height: 130%;
}

.fs-nine {
  font-size: 14px;
  line-height: 130%;
}

table thead tr th {
  font-size: 16px;
  line-height: 130%;
}

a,
p,
li {
  font-size: 16px;
  line-height: 150%;
}

@media (max-width: 1199px) {
  h1,
  h1 > a {
    font-size: 40px;
    line-height: 120%;
  }
  h2,
  h2 > a {
    font-size: 32px;
    line-height: 120%;
  }
}
.pt-120 {
  padding-top: 120px;
}

.pb-120 {
  padding-bottom: 120px;
}

.pb-60 {
  padding-bottom: 60px;
}

@media (max-width: 991px) {
  .display-four {
    font-size: 48px;
    line-height: 120%;
  }
  
  h1,
  h1 > a {
    font-size: 40px;
    line-height: 120%;
  }
  
  h2,
  h2 > a {
    font-size: 32px;
    line-height: 120%;
  }
  
  h3,
  h3 > a {
    font-size: 28px;
    line-height: 130%;
  }
  
  h4,
  h4 > a {
    font-size: 24px;
    line-height: 130%;
  }
  .fs-five,
  h5,
  h5 > a {
    font-size: 18px;
    line-height: 130%;
  }
  .fs-six,
  h6,
  h6 > a {
    font-size: 18px;
    line-height: 130%;
  }
  .fs-seven {
    font-size: 16px;
    line-height: 130%;
  }
  table thead tr th {
    font-size: 16px;
    line-height: 130%;
  }
  a,
  p,
  li {
    font-size: 16px;
    line-height: 22px;
  }
  .pt-120 {
    padding-top: 60px;
  }
  .pb-120 {
    padding-bottom: 60px;
  }
  .pb-60 {
    padding-bottom: 30px;
  }
}
@media (max-width: 575px) {
  .display-four {
    font-size: 32px;
    line-height: 38.4px;
  }
  
  h1,
  h1 > a {
    font-size: 32px;
    line-height: 120%;
  }
  
  h2,
  h2 > a {
    font-size: 28px;
    line-height: 120%;
  }
  
  h3,
  h3 > a {
    font-size: 26px;
    line-height: 130%;
  }
  
  h4,
  h4 > a {
    font-size: 22px;
    line-height: 130%;
  }
  .fs-five,
  h5,
  h5 > a {
    font-size: 16px;
    line-height: 130%;
  }
  .fs-six,
  h6,
  h6 > a {
    font-size: 16px;
    line-height: 130%;
  }
  .fs-seven {
    font-size: 16px;
    line-height: 130%;
  }
  .fs-nine {
    font-size: 11px;
    line-height: 130%;
  }
  table thead tr th {
    font-size: 14px;
    line-height: 130%;
  }
  .pt-120 {
    padding-top: 50px;
  }
  .pb-120 {
    padding-bottom: 50px;
  }
  .pb-60 {
    padding-bottom: 40px;
  }
}

a,
p,
li {
  margin: 0;
  color: rgba(var(--d1), 1);
  font-weight: 400;
}

a {
  text-decoration: none;
  outline: none;
  transition: all 0.3s ease;
}
a:focus, a:hover {
  text-decoration: none;
  outline: none;
}

h1,
h1 > a,
h2,
h2 > a,
h3,
h3 > a,
h4,
h4 > a,
h5,
h5 > a,
h6,
h6 > a,
.display-one,
.display-four {
  color: rgba(var(--d1), 1);
  font-weight: 700;
  padding: 0;
  margin: 0;
  line-height: 120%;
  display: block;
  transition: var(--transition);
}
h1 span,
h1 > a span,
h2 span,
h2 > a span,
h3 span,
h3 > a span,
h4 span,
h4 > a span,
h5 span,
h5 > a span,
h6 span,
h6 > a span,
.display-one span,
.display-four span {
  font-size: inherit;
  font-family: inherit;
  line-height: inherit;
  font-weight: inherit;
}

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

ul,
ol {
  padding: 0;
  margin: 0;
  list-style: none;
}
ul li,
ol li {
  font-size: inherit;
  font-weight: inherit;
}

.p1-color {
  color: rgba(var(--p1), 1);
}

.p2-color {
  color: rgba(var(--p2), 1);
}

.n4-color {
  color: rgba(var(--n4), 1);
}

.n5-color {
  color: rgba(var(--n5), 1);
}

.bg1-color {
  background-color: rgba(var(--p1), 0.8);
}

.bg1-color a {
  color: rgba(255, 255, 255, 1);
}

.order-sm-2 {
  padding-top: 8px;
}

.order-sm-1 {
  visibility: hidden;
}

span {
  display: inline-block;
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}

::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}

::-webkit-scrollbar-button,
::-webkit-scrollbar-thumb {
  background: rgba(var(--p1), 1);
}

::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey;
  border-radius: 5px;
}

.social-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid rgba(var(--n5), 0.1);
  transition: all 0.3s ease-in-out;
}
.social-icon:hover {
  background-color: rgba(var(--p1), 1);
}
.social-icon:hover i {
  color: rgba(var(--n11), 1);
}

.ph {
  font-size: 24px !important;
}

.line-divider {
  height: 1px;
  width: 100%;
  background-color: rgba(var(--n5), 0.1);
}

.section-heading {
  width: 732px;
}

.title-line {
  width: 4px;
  height: 67px;
  background-color: rgba(var(--p1));
}

.exp-timeline {
  --bsb-tl-color:var(--bs-primary-bg-subtle);
  --bsb-tl-circle-color:var(--bs-light);
  --bsb-tl-circle-border-color:var(--bs-primary);
  --bsb-tl-indicator-color:var(--bs-white);
  --bsb-tl-circle-size:16px;
  --bsb-tl-circle-offset:8px;
  --bsb-tl-circle-border-size:2px
}
.exp-timeline .timeline {
  list-style:none;
  margin:0;
  padding:0;
  position:relative
}
.exp-timeline .timeline:after {
  background-color:var(--bsb-tl-color);
  bottom:0;
  content:"";
  left:0;
  margin-left:-1px;
  position:absolute;
  top:0;width:2px
}
@media(min-width:990px){
  .exp-timeline .timeline:after {
    left:33%
  }
}
.exp-timeline .timeline>.timeline-item {
  margin:0;
  padding:0;
  position:relative
}
.exp-timeline .timeline>.timeline-item:after {
  background:var(--bsb-tl-circle-color);
  border:var(--bsb-tl-circle-border-size) solid var(--bsb-tl-circle-border-color);
  border-radius:50%;
  content:"";
  height:var(--bsb-tl-circle-size);
  left:calc(var(--bsb-tl-circle-offset)*-1);
  position:absolute;
  top:calc(50% - var(--bsb-tl-circle-offset));
  width:var(--bsb-tl-circle-size);
  z-index:1
}
.exp-timeline .timeline>.timeline-item .timeline-body {
  margin:0;
  padding:0;
  position:relative
}
.exp-timeline .timeline>.timeline-item .timeline-meta {
  padding:0 0 1rem 2.5rem
}
.exp-timeline .timeline>.timeline-item .timeline-meta .timeline-dates {
  background-color: var(--date-bg);
  border-radius: 10px;
  border: 1px solid var(--date-border);
  color: var(--c-content);
}
.exp-timeline .timeline>.timeline-item:first-child .timeline-meta{
  padding:2.5rem 0 1rem 2.5rem
}
.exp-timeline .timeline>.timeline-item .timeline-content{
  padding:0 0 2.5rem 2.5rem
}
@media(min-width:990px){
  .exp-timeline .timeline>.timeline-item{
    left:33%;width:67%
  }
  .exp-timeline .timeline>.timeline-item .timeline-meta{
    display:flex;
    justify-content:flex-end;
    left:-100%;
    margin:0;
    padding:0 2.5rem 0 0;
    position:absolute;
    top:calc(50% - 17px);
    width:100%;z-index:1
  }
  .exp-timeline .timeline>.timeline-item:first-child .timeline-meta{
    padding:0 2.5rem 0 0
  }
  .exp-timeline .timeline>.timeline-item .timeline-content{
    padding:2.5rem
  }
  .exp-timeline .timeline>.timeline-item .timeline-indicator{
    position:relative
  }
  .exp-timeline .timeline>.timeline-item .timeline-indicator:after{
    border-width:1px;
    border:10px solid var(--bsb-tl-indicator-color);
    border-color:transparent var(--bsb-tl-indicator-color) transparent transparent;
    border-left-width:0;
    content:"";
    left:calc(2.5rem - 10px);
    position:absolute;
    top:calc(50% - var(--bsb-tl-circle-offset));
    z-index:1
  }
}

input[type=checkbox] {
  width: 20px;
  height: 20px;
  accent-color: rgba(var(--p1), 1);
}

input[type=radio] {
  width: 20px;
  height: 20px;
}

@media (max-width: 1199px) {
  .section-heading {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .title-line {
    height: 50px;
  }
}
@media (max-width: 575px) {
  .title-line {
    height: 40px;
  }
}
.side-menu {
  position: fixed;
  left: 26px;
  top: 50%;
  width: 260px;
  height: 80vh;
  translate: 0 -50%;
  transition: all 0.5s ease-in-out;
  z-index: 999;
  border-radius: 2em;

}
.side-menu .side-menu-container {
  width: 100%;
  overflow: hidden;
}
.side-menu .side-menu-container .sidebar-profile .thumb {
  width: 32px;
  height: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background-color: rgba(var(--n1), 1);
  position: absolute;
  top: 50px;
  right: 60px;
}
.side-menu .side-menu-container .menu-list ul li {
  transition: all 0.3s ease-in-out;
}
.side-menu .side-menu-container .menu-list ul li div {
  transition: all 0.3s ease-in-out;
}
.side-menu .side-menu-container .menu-list ul li:hover {
  background-color: rgba(var(--p1), 1);
}
.side-menu .side-menu-container .menu-list ul li:hover a {
  color: rgba(var(--n11), 1);
}
.side-menu .side-menu-container .menu-list ul li:hover a div {
  color: rgba(var(--n11), 1);
}

.side-menu.glass .glass-filter {
  position: absolute; inset: 0;
  z-index: 0;
  pointer-events: none;
  backdrop-filter: blur(0px);
  filter: url(#lg-dist);
}

.side-menu.glass .glass-overlay {
  position: absolute; inset: 0;
  z-index: 1;
  pointer-events: none;
  background: var(--lg-sb-bg-color);
}

.side-menu.glass .glass-specular {
  position: absolute; inset: 0;
  z-index: 2;
  pointer-events: none;
  border-radius: inherit;
  box-shadow:
    inset 1px 1px 0 var(--lg-highlight),
    inset 0 0 5px var(--lg-highlight)
}

.side-menu.glass > :not(.glass-filter):not(.glass-overlay):not(.glass-specular) {
  position: relative;
  z-index: 3;
}

.sidebar-footer {
  position: absolute !important;
  left: 0;
  right: 0;
  bottom: 20px;
}

.main-content {
  margin-left: 300px;
  transition: margin-left 0.5s ease-in-out;
  overflow-x: hidden;
}

@media (max-width: 991px) {
  .side-menu {
    visibility: hidden;
    opacity: 0;
    margin-left: -100%;
  }
  .order-sm-1 {
    visibility: visible;
  }
  .side-menu.active {
    visibility: visible;
    opacity: 1;
    margin-left: 0;
  }
  .main-content {
    margin-left: 0;
  }
}
.banner-content {
  width: 900px;
}
.banner-content .typing-text {
  color: rgba(var(--p1), 1);
}
.banner-content .typing-text::after {
  content: "|";
  animation: blink 1s step-end infinite;
}
@keyframes blink {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
}

@keyframes rotatedBg {
  0%, 100% {
    transform: rotate(11.163deg);
  }
  50% {
    transform: rotate(-11.163deg);
  }
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
  gap: 1rem;
  align-items: stretch;
}

.card {
  border-radius: 1rem !important;
}

.service-card {
  position: relative;
  container-type: inline-size;
  border-radius: 1rem;
  z-index: 0;
  padding: 0.75rem;
}

.service-card::before {
  content: '';
  position: absolute;
  top: 26px;
  right: 16px;
  width: 40px;
  height: 40px;
  background-image: url("../images/icons.png");
  background-repeat: no-repeat;
  background-size: 250px 250px;
  opacity: 1;
  z-index: 1;
}

.service-card.copilot::before  { background-position: -40px   0px; }
.service-card.css::before      { background-position: -80px   0px; }
.service-card.html::before     { background-position: -120px  0px; }
.service-card.php::before      { background-position: -160px  0px; }
.service-card.windows::before  { background-position:   0px  -40px; }
.service-card.ad::before       { background-position: -40px  -40px; }
.service-card.servers::before  { background-position: -80px  -40px; }
.service-card.backup::before   { background-position: -120px -40px; }

.service-card h4 {
  font-size: 18px;
  line-height: 120%;
  font-weight: 800;
  margin: 20px 0;
}

.service-card p {
  font-size: 16px;
  line-height: 130%;
  margin-bottom: 12px;
}

.service-card h4,
.service-card p {
  position: relative;
  z-index: 2;
}

.project-card .thumb {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(143, 143, 143, 0.25);
  transition: all 0.3s ease-in-out;
  background-color: rgba(var(--n2), 1);
  border-radius: 12px;
}
.project-card .thumb .post-thumb {
  position: relative;
  overflow: hidden;
  width: 100%;
  display: block;
  transition: all 0.3s ease-in-out;
  border-radius: 12px;
}
.project-card .thumb .post-thumb img {
  border-radius: 16px;
}
.project-card .thumb:hover {
  border: 1px solid rgba(var(--p1), 1);
  box-shadow: 0px 12px 40px 0px rgba(0, 0, 0, 0.16);
  cursor: pointer;
}
.project-card .project-title {
  transition: all 0.5s ease-in-out;
}
.project-card .project-title:hover {
  color: rgba(var(--p1), 1);
}
.project-card .project-link {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: rgba(var(--n4), 0.2);
  transition: all 0.5s ease-in-out;
}
.project-card .project-link i {
  transition: all 0.5s ease-in-out;
}
.project-card .project-link:hover {
  background-color: rgba(var(--p1), 1);
}
.project-card .project-link:hover i {
  color: rgba(var(--n1), 1);
  transform: rotate(45deg);
}

.overlay {
  position: fixed; 
  inset: 0; 
  z-index:9999; 
  display: flex; 
  align-items: center; 
  justify-content: center;
}

.overlay[hidden] {
  display: none;
}

.overlay-backdrop {
  position: absolute; 
  inset: 0; 
  background: rgba(0,0,0,.25);
  -webkit-backdrop-filter: blur(10px) saturate(110%);
  backdrop-filter: blur(10px) saturate(110%);
}

.overlay-content {
  position: relative;
  width: 90%;
  height: 90%;
  background: transparent;
  border-radius: 12px;
  box-shadow: 0 10px 40px rgba(0,0,0,.25);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  isolation: isolate;
}

@media (max-width: 1199px) {
  .overlay-content {
    width: 100%;
    height: 100%;
    box-shadow: none;
    border-radius: none;
  }
}

.browser {
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 48px;
  display: flex; 
  align-items: center; 
  gap: 10px;
  padding: 8px 10px;
  z-index: 2;
  background: transparent;
}

.browser::before {
  content:"";
  position:absolute; inset:0;
  background: rgba(245,246,248,.6);
  -webkit-backdrop-filter: blur(10px) saturate(120%);
  backdrop-filter: blur(10px) saturate(120%);
  border-bottom: 1px solid rgba(227,229,232,.6);
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  pointer-events: none;
}

.browser .icon { position: relative; z-index: 3; }

.contact-card {
  position: relative;
  container-type: inline-size;
  border-radius: 1rem;
  z-index: 0;
  padding: 2rem;
  width: 100%;
  max-width: 862px;
  justify-self: center;
}

.contact-form {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
}

.contact-form button {
  border: none;
  backdrop-filter: url(#lg-dist);
  background-color: color-mix(in srgb, var(--c-glass) 12%, transparent);
  box-shadow: inset 0 0 0 1px color-mix( in srgb, var(--c-light) calc(var(--glass-reflex-light) * 10%), transparent ),
              inset 1.8px 3px 0px -2px color-mix(in srgb, var(--c-light) calc(var(--glass-reflex-light) * 90%), transparent),
              inset -2px -2px 0px -2px color-mix(in srgb, var(--c-light) calc(var(--glass-reflex-light) * 80%), transparent),
              inset -3px -8px 1px -6px color-mix(in srgb, var(--c-light) calc(var(--glass-reflex-light) * 60%), transparent),
              inset -0.3px -1px 4px 0px color-mix( in srgb, var(--c-dark) calc(var(--glass-reflex-dark) * 12%), transparent ),
              inset -1.5px 2.5px 0px -2px color-mix( in srgb, var(--c-dark) calc(var(--glass-reflex-dark) * 20%), transparent ),
              inset 0px 3px 4px -2px color-mix(in srgb, var(--c-dark) calc(var(--glass-reflex-dark) * 20%), transparent),
              inset 2px -6.5px 1px -4px color-mix( in srgb, var(--c-dark) calc(var(--glass-reflex-dark) * 10%), transparent ),
              0px 1px 5px 0px color-mix( in srgb, var(--c-dark) calc(var(--glass-reflex-dark) * 10%), transparent ),
              0px 6px 16px 0px color-mix( in srgb, var(--c-dark) calc(var(--glass-reflex-dark) * 8%), transparent );
  color: rgba(var(--n5), 1);
  border-radius: 16px;
  width: 100%;
  max-width: 200px;
  padding: 10px 8px;
  will-change: transform;
  transition: transform 450ms cubic-bezier(0.34, 1.56, 0.64, 1);
  overflow: hidden;
  justify-self: center;
  z-index: 99;
}

.form-status {
  width: 100%;
  justify-self: center;
  z-index: 6;
  border-radius: 12px;
  padding: 12px 10px;
  font-weight: bold;
}

.form-error {
  border: 1px solid #e90e3d;
  background: rgba(252, 23, 23, 0.35);
  color: rgba(var(--n4), 1);
}

.form-successful {
  border: 1px solid #3daa2f;
  background: rgba(45, 146, 50, 0.35);
  color: rgba(var(--n4), 1);
}

.contact-form button::after {
  content: '';
  position: absolute;
  top: -50%;
  left: -25%;
  width: 150%;
  height: 200%;
  background: linear-gradient(45deg, transparent, rgba(255,255,255,0.3), transparent);
  transform: translateX(-100%) scale(1.2);
  transition: 0.6s;
}

.contact-form button:hover {
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2), 0 0 20px rgba(0, 0, 0, 0.1), inset 1px 1px 0 var(--lg-highlight), inset 0 0 5px var(--lg-highlight);
  transform: scale(1.15);
} 


.contact-form button:hover::after {
  transform: translateX(100%);
}

.contact-form button:active {
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2), 0 0 10px rgba(0, 0, 0, 0.1), inset -1px -1px 0 var(--lg-highlight), inset 0 0 5px var(--lg-highlight);
  transform: scale(0.90);
}

.field{ position:relative; }

.cf-turnstile { z-index: 99; }

.form-row.two-col {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

.form-row.full {
  grid-column: 1 / -1;
}

.input_field-glass {
	position: relative;
	display: block;
	float: none;
	border: none;
	font-weight: 400;
	-webkit-appearance: none;
	padding: 0.25em 0.5em;
	margin-top: 1.4em;
  line-height: 2.2em;
	width: 100%;
	color: rgba(var(--n5), 1);
	font-size: 1.2em;
  border-radius: 10px;
  overflow: hidden;
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 2.2);
  resize: none;
  caret-color: #46a6ff;
  backdrop-filter: url(#lg-dist);
  background-color: color-mix(in srgb, var(--c-glass) 12%, transparent);
  box-shadow: inset 0 0 0 1px color-mix( in srgb, var(--c-light) calc(var(--glass-reflex-light) * 10%), transparent ),
              inset 1.8px 3px 0px -2px color-mix(in srgb, var(--c-light) calc(var(--glass-reflex-light) * 90%), transparent),
              inset -2px -2px 0px -2px color-mix(in srgb, var(--c-light) calc(var(--glass-reflex-light) * 80%), transparent),
              inset -3px -8px 1px -6px color-mix(in srgb, var(--c-light) calc(var(--glass-reflex-light) * 60%), transparent),
              inset -0.3px -1px 4px 0px color-mix( in srgb, var(--c-dark) calc(var(--glass-reflex-dark) * 12%), transparent ),
              inset -1.5px 2.5px 0px -2px color-mix( in srgb, var(--c-dark) calc(var(--glass-reflex-dark) * 20%), transparent ),
              inset 0px 3px 4px -2px color-mix(in srgb, var(--c-dark) calc(var(--glass-reflex-dark) * 20%), transparent),
              inset 2px -6.5px 1px -4px color-mix( in srgb, var(--c-dark) calc(var(--glass-reflex-dark) * 10%), transparent ),
              0px 1px 5px 0px color-mix( in srgb, var(--c-dark) calc(var(--glass-reflex-dark) * 10%), transparent ),
              0px 6px 16px 0px color-mix( in srgb, var(--c-dark) calc(var(--glass-reflex-dark) * 8%), transparent );
  transition: background-color 400ms cubic-bezier(1, 0, 0.4, 1),
              box-shadow 400ms cubic-bezier(1, 0, 0.4, 1);
  z-index: 9;
}

.input_label-glass {
	position: absolute;
  left: 12px;
  top: 43px;
	color: rgba(var(--n3), 1);
	font-weight: bold;
	font-size: 16px;
	width: 100%;
  transition: 0.3s;
  z-index: 99;
}

.input_label-glass:hover { cursor: text; }

.input_field-glass:focus ~ label, .has-content.input_field-glass ~ label{
  top: 4px; 
  left: 8px; 
  color: rgba(var(--p1), 1); 
  transition: 0.3s;
}

.input_field-glass:focus,
.input_field-glass:focus-visible{
  outline: none;
  background: var(--input-bg);
}

.input_field-glass:focus ~ .input_label-glass,
.input_field-glass:not(:placeholder-shown) ~ .input_label-glass {
  top: 4px;
  left: 8px;
  color: rgba(var(--p1), 1);
  transition: 0.3s;
}

.input_field-glass:valid ~ .input_label-glass {
  top: 4px;
  left: 8px;
  color: rgba(var(--p1), 1);
}

@media (max-width: 720px) {
  .form-row.two-col {
    grid-template-columns: 1fr;
  }
}

.traffic {display:flex; gap:6px; padding:0 6px;}
.nav {display:flex; gap:6px;}
.icon {height:32px; min-width:32px; border:1px solid #ddd; background:#fff; border-radius:8px; cursor:pointer}
.icon:disabled {opacity:.4;}
.icon:hover {
  background: rgb(232, 234, 236);
}
.icon:active {
  background: rgb(222, 222, 222);
}
.icon.close {
  font-size:16px;
  transition: background 0.2s ease;
}
.icon.close:hover{
  background:#a33a3f;
  color: #fff;
}
.icon.close:active{
  background:#7a2c30;
  color: #fff;
}
.spacer {flex:1}

.viewport {
  position: absolute;
  inset: 0;
  z-index: 1;
}

.viewport > iframe {
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
}
iframe {width:100%; height:100%; border:0; display:block}
.fallback {position:absolute; inset:0; display:flex; align-items:center; justify-content:center; background:#f3f4f6;}
.fallback[hidden] {display:none;}
.fallback .card {max-width:520px; border:1px solid #e3e5e8; border-radius:12px; padding:20px; background:#fff; text-align:center}
.overlay iframe {flex:1; border:0; width:100%; height:100%;}
.overlay, .overlay-content, .viewport { overscroll-behavior: contain; }

@media (max-width: 1199px) {
  .banner-content {
    width: 100%;
  }
}
@media (max-width: 991px) {
  .banner-content {
    width: 100%;
  }
}
@media (max-width: 575px) {
  .project-card .project-link {
    width: 40px;
    height: 40px;
  }
}