@font-face {
	font-family: 'PTSansNarrowBold';
	src: url(/assets/PTN77F-webfont-a6f167927b5075328a85b463c07d58c0.eot);
	src: local('☺'), url(/assets/PTN77F-webfont-f858e85a8a6922020c1237d8f5219733.woff) format('woff'), url(/assets/PTN77F-webfont-13ea5840083b754ac1ef59aee19662df.ttf) format('truetype'), url('/assets/PTN77F-webfont-51aeb4a3555ce47d3635b9aacc910428.svg#webfontSAYAwFVt') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'PTSansNarrowRegular';
	src: url(/assets/PTN57F-webfont-7fdb43b8303e68932b773d30b64f4b5c.eot);
	src: local('☺'), url(/assets/PTN57F-webfont-795460f35c9ff3503ccef657833b091b.woff) format('woff'), url(/assets/PTN57F-webfont-efa60ae0165f025a0af6f314f77290b6.ttf) format('truetype'), url('/assets/PTN57F-webfont-929b3d94a3dc30aeffca71e5886245c9.svg#webfontzjaCm4lR') format('svg');
	font-weight: normal;
	font-style: normal;
}
/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */

.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp
{
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top;
}

.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8020;
}

.fancybox-skin {
	position: relative;
	background: #f9f9f9;
	color: #444;
	text-shadow: none;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
	        border-radius: 4px;
}

.fancybox-opened {
	z-index: 8030;
}

.fancybox-opened .fancybox-skin {
	-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	   -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer, .fancybox-inner {
	position: relative;
}

.fancybox-inner {
	overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch;
}

.fancybox-error {
	color: #444;
	font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	margin: 0;
	padding: 15px;
	white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
}

.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
	background-image: url('fancybox_sprite.png');
}

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: 0.8;
	cursor: pointer;
	z-index: 8060;
}

#fancybox-loading div {
	width: 44px;
	height: 44px;
	background: url('fancybox_loading.gif') center center no-repeat;
}

.fancybox-close {
	position: absolute;
	top: -18px;
	right: -18px;
	width: 36px;
	height: 36px;
	cursor: pointer;
	z-index: 8040;
}

.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	background: transparent url('blank.gif'); /* helps IE */
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	z-index: 8040;
}

.fancybox-prev {
	left: 0;
}

.fancybox-next {
	right: 0;
}

.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 36px;
	height: 34px;
	margin-top: -18px;
	cursor: pointer;
	z-index: 8040;
	visibility: hidden;
}

.fancybox-prev span {
	left: 10px;
	background-position: 0 -36px;
}

.fancybox-next span {
	right: 10px;
	background-position: 0 -72px;
}

.fancybox-nav:hover span {
	visibility: visible;
}

.fancybox-tmp {
	position: absolute;
	top: -99999px;
	left: -99999px;
	visibility: hidden;
	max-width: 99999px;
	max-height: 99999px;
	overflow: visible !important;
}

/* Overlay helper */

.fancybox-lock {
    overflow: hidden !important;
    width: auto;
}

.fancybox-lock body {
    overflow: hidden !important;
}

.fancybox-lock-test {
    overflow-y: hidden !important;
}

.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 8010;
	background: url('fancybox_overlay.png');
}

.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
}

.fancybox-lock .fancybox-overlay {
	overflow: auto;
	overflow-y: scroll;
}

/* Title helper */

.fancybox-title {
	visibility: hidden;
	font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	position: relative;
	text-shadow: none;
	z-index: 8050;
}

.fancybox-opened .fancybox-title {
	visibility: visible;
}

.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -35px;
	z-index: 8050;
	text-align: center;
}

.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 2px 20px;
	background: transparent; /* Fallback for web browsers that doesn't support RGBa */
	background: rgba(0, 0, 0, 0.8);
	-webkit-border-radius: 15px;
	   -moz-border-radius: 15px;
	        border-radius: 15px;
	text-shadow: 0 1px 2px #222;
	color: #FFF;
	font-weight: bold;
	line-height: 24px;
	white-space: nowrap;
}

.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff;
}

.fancybox-title-inside-wrap {
	padding-top: 10px;
}

.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, .8);
}

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
	   only screen and (min--moz-device-pixel-ratio: 1.5),
	   only screen and (min-device-pixel-ratio: 1.5){

	#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
		background-image: url('fancybox_sprite@2x.png');
		background-size: 44px 152px; /*The size of the normal image, half the size of the hi-res image*/
	}

	#fancybox-loading div {
		background-image: url('fancybox_loading@2x.gif');
		background-size: 24px 24px; /*The size of the normal image, half the size of the hi-res image*/
	}
}
#fancybox-buttons {
	position: fixed;
	left: 0;
	width: 100%;
	z-index: 8050;
}

#fancybox-buttons.top {
	top: 10px;
}

#fancybox-buttons.bottom {
	bottom: 10px;
}

#fancybox-buttons ul {
	display: block;
	width: 166px;
	height: 30px;
	margin: 0 auto;
	padding: 0;
	list-style: none;
	border: 1px solid #111;
	border-radius: 3px;
	-webkit-box-shadow: inset 0 0 0 1px rgba(255,255,255,.05);
	   -moz-box-shadow: inset 0 0 0 1px rgba(255,255,255,.05);
	        box-shadow: inset 0 0 0 1px rgba(255,255,255,.05);
	background: rgb(50,50,50);
	background: -moz-linear-gradient(top, rgb(68,68,68) 0%, rgb(52,52,52) 50%, rgb(41,41,41) 50%, rgb(51,51,51) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgb(68,68,68)), color-stop(50%,rgb(52,52,52)), color-stop(50%,rgb(41,41,41)), color-stop(100%,rgb(51,51,51)));
	background: -webkit-linear-gradient(top, rgb(68,68,68) 0%,rgb(52,52,52) 50%,rgb(41,41,41) 50%,rgb(51,51,51) 100%);
	background: -o-linear-gradient(top, rgb(68,68,68) 0%,rgb(52,52,52) 50%,rgb(41,41,41) 50%,rgb(51,51,51) 100%);
	background: -ms-linear-gradient(top, rgb(68,68,68) 0%,rgb(52,52,52) 50%,rgb(41,41,41) 50%,rgb(51,51,51) 100%);
	background: linear-gradient(top, rgb(68,68,68) 0%,rgb(52,52,52) 50%,rgb(41,41,41) 50%,rgb(51,51,51) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#444444', endColorstr='#222222',GradientType=0 );
}

#fancybox-buttons ul li {
	float: left;
	margin: 0;
	padding: 0;
}

#fancybox-buttons a {
	display: block;
	width: 30px;
	height: 30px;
	text-indent: -9999px;
	background-color: transparent;
	background-image: url('fancybox_buttons.png');
	background-repeat: no-repeat;
	outline: none;
	opacity: 0.8;
}

#fancybox-buttons a:hover {
	opacity: 1;
}

#fancybox-buttons a.btnPrev {
	background-position: 5px 0;
}

#fancybox-buttons a.btnNext {
	background-position: -33px 0;
	border-right: 1px solid #3e3e3e;
}

#fancybox-buttons a.btnPlay {
	background-position: 0 -30px;
}

#fancybox-buttons a.btnPlayOn {
	background-position: -30px -30px;
}

#fancybox-buttons a.btnToggle {
	background-position: 3px -60px;
	border-left: 1px solid #111;
	border-right: 1px solid #3e3e3e;
	width: 35px
}

#fancybox-buttons a.btnToggleOn {
	background-position: -27px -60px;
}

#fancybox-buttons a.btnClose {
	border-left: 1px solid #111;
	width: 35px;
	background-position: -56px 0px;
}

#fancybox-buttons a.btnDisabled {
	opacity : 0.4;
	cursor: default;
}
#fancybox-thumbs {
	position: fixed;
	left: 0;
	width: 100%;
	overflow: hidden;
	z-index: 8050;
}

#fancybox-thumbs.bottom {
	bottom: 2px;
}

#fancybox-thumbs.top {
	top: 2px;
}

#fancybox-thumbs ul {
	position: relative;
	list-style: none;
	margin: 0;
	padding: 0;
}

#fancybox-thumbs ul li {
	float: left;
	padding: 1px;
	opacity: 0.5;
}

#fancybox-thumbs ul li.active {
	opacity: 0.75;
	padding: 0;
	border: 1px solid #fff;
}

#fancybox-thumbs ul li:hover {
	opacity: 1;
}

#fancybox-thumbs ul li a {
	display: block;
	position: relative;
	overflow: hidden;
	border: 1px solid #222;
	background: #111;
	outline: none;
}

#fancybox-thumbs ul li img {
	display: block;
	position: relative;
	border: 0;
	padding: 0;
	max-width: none;
}
/*



 */

:root {
  --pc-bg-0: #07090f;
  --pc-bg-1: #0b1120;
  --pc-bg-2: #111a2f;
  --pc-panel: rgba(15, 24, 45, 0.72);
  --pc-panel-strong: rgba(16, 28, 52, 0.9);
  --pc-border: rgba(117, 140, 188, 0.32);
  --pc-text: #e8efff;
  --pc-muted: #9ba9cc;
  --pc-accent-1: #7d6dff;
  --pc-accent-2: #24d4ff;
  --pc-accent-3: #ff4fd8;
  --pc-shadow: 0 20px 50px rgba(0, 0, 0, 0.45);
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html,
body {
  min-height: 100%;
}

body {
  margin: 0;
  color: var(--pc-text);
  font-family: "Inter", "Segoe UI", "Helvetica Neue", Arial, sans-serif;
  background:
    radial-gradient(circle at 12% 8%, rgba(62, 99, 255, 0.24), transparent 30%),
    radial-gradient(circle at 86% 16%, rgba(175, 74, 255, 0.22), transparent 34%),
    radial-gradient(circle at 35% 90%, rgba(0, 202, 255, 0.16), transparent 35%),
    linear-gradient(160deg, #060814 0%, #0a1230 42%, #140b34 100%);
  background-attachment: fixed;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  background-image:
    radial-gradient(2px 2px at 12% 22%, rgba(255, 255, 255, 0.7), transparent),
    radial-gradient(1px 1px at 26% 68%, rgba(255, 255, 255, 0.6), transparent),
    radial-gradient(2px 2px at 73% 38%, rgba(255, 255, 255, 0.6), transparent),
    radial-gradient(1px 1px at 91% 72%, rgba(255, 255, 255, 0.5), transparent),
    radial-gradient(2px 2px at 58% 83%, rgba(255, 255, 255, 0.5), transparent);
  opacity: 0.55;
  z-index: -1;
}

#container {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  overflow-x: hidden;
}

a {
  color: var(--pc-accent-2);
  text-decoration: none;
  transition: color 0.2s ease;
}

a:hover,
a:focus {
  color: #89e8ff;
  text-decoration: none;
}

.site-shell {
  width: min(1120px, calc(100% - 40px));
  margin: 0 auto;
}

.site-header {
  position: relative;
  z-index: 20;
  width: min(740px, calc(100% - 40px));
  margin: 14px auto 26px;
  border: 1px solid rgba(157, 177, 224, 0.4);
  border-radius: 10px;
  background: rgba(17, 26, 53, 0.74);
  backdrop-filter: blur(12px);
  box-shadow: 0 16px 38px rgba(0, 0, 0, 0.42);
}

.site-header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  padding: 8px 16px;
}

.site-logo-link {
  display: inline-flex;
  align-items: center;
  position: relative;
  margin-top: -10px;
  margin-bottom: -6px;
  z-index: 2;
}

.site-logo {
  width: 124px;
  max-width: 100%;
  height: auto;
  filter: drop-shadow(0 6px 12px rgba(26, 214, 255, 0.32));
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 4px;
  flex-wrap: wrap;
  justify-content: flex-end;
  flex: 1;
}

.site-nav-link {
  color: var(--pc-text);
  font-size: 13px;
  line-height: 1;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  border: 0;
  border-radius: 6px;
  background: transparent;
  padding: 11px 10px;
}

.site-nav-link:hover,
.site-nav-link:focus {
  color: #d8e5ff;
  background: rgba(255, 255, 255, 0.08);
  box-shadow: 0 0 20px rgba(93, 174, 255, 0.14);
}

.site-main {
  width: min(980px, calc(100% - 40px));
  margin: 0 auto;
  flex: 1;
}

#main.site-main {
  position: relative;
  width: min(980px, calc(100% - 40px));
  margin: 0 auto;
}

.site-glass {
  border: 1px solid var(--pc-border);
  border-radius: 18px;
  background: var(--pc-panel);
  backdrop-filter: blur(10px);
  box-shadow: var(--pc-shadow);
}

.site-hero {
  position: relative;
  overflow: hidden;
  padding: 28px 32px;
}

.site-hero::after {
  content: "";
  position: absolute;
  width: 320px;
  height: 320px;
  right: -120px;
  top: -120px;
  background: radial-gradient(circle, rgba(36, 212, 255, 0.34) 0%, transparent 70%);
  pointer-events: none;
}

.site-hero h1 {
  margin: 0;
  font-size: clamp(36px, 6vw, 62px);
  line-height: 1.06;
}

.site-hero p {
  margin: 0;
  max-width: 100%;
  color: var(--pc-muted);
  font-size: clamp(20px, 2vw, 24px);
  line-height: 1.55;
}

.site-actions {
  margin-top: 26px;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.pc-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 18px;
  border: 1px solid transparent;
  border-radius: 999px;
  font-size: 13px;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.25s ease, filter 0.2s ease;
}

.pc-btn:hover,
.pc-btn:focus {
  transform: translateY(-1px);
  filter: brightness(1.05);
}

.pc-btn-primary {
  color: #fff;
  background: linear-gradient(125deg, var(--pc-accent-1) 0%, var(--pc-accent-2) 100%);
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.15), 0 12px 34px rgba(43, 110, 255, 0.42);
}

.pc-btn-secondary {
  color: var(--pc-text);
  border-color: rgba(128, 151, 203, 0.52);
  background: rgba(20, 33, 63, 0.65);
}

.site-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-top: 18px;
}

.site-card {
  padding: 18px;
}

.site-card h3 {
  margin: 0;
  font-size: 18px;
}

.site-card p {
  margin: 8px 0 0;
  color: var(--pc-muted);
  line-height: 1.55;
}

.site-form-panel {
  width: min(620px, 100%);
  margin: 12px auto 24px;
  padding: 28px 24px;
}

.site-form-panel h1 {
  margin: 0 0 8px;
  font-size: 32px;
}

.site-form-panel p.lead {
  color: var(--pc-muted);
}

input[type="text"],
input[type="password"],
input[type="email"],
select,
textarea {
  width: 100%;
  border: 1px solid rgba(131, 152, 197, 0.45);
  border-radius: 10px;
  background: rgba(9, 16, 30, 0.72);
  color: var(--pc-text);
  padding: 11px 12px;
  box-shadow: none;
}

input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
select:focus,
textarea:focus {
  outline: none;
  border-color: rgba(36, 212, 255, 0.8);
  box-shadow: 0 0 0 3px rgba(36, 212, 255, 0.2);
}

label,
.help-inline,
.help-block {
  color: var(--pc-muted);
}

.alert,
.alert-error {
  border-radius: 10px;
  border: 1px solid rgba(255, 114, 153, 0.5);
  background: rgba(72, 18, 43, 0.76);
  color: #ffd5e2;
}

.site-footer {
  width: 100%;
  margin: auto 0 0;
  padding: 10px 16px 8px;
  border-top: 1px solid rgba(119, 139, 190, 0.35);
  background: linear-gradient(180deg, rgba(8, 15, 32, 0.62) 0%, rgba(8, 15, 32, 0.88) 100%);
  backdrop-filter: blur(8px);
}
.site-footer-inner {
  width: min(980px, calc(100% - 12px));
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  gap: 12px;
  flex-wrap: wrap;
  align-items: center;
}
.site-footer-links {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}
.site-footer-links a {
  font-size: 12px;
}
.site-footer-copy {
  color: var(--pc-muted);
  font-size: 12px;
}
.site-home-stack {
  width: min(760px, calc(100% - 24px));
  margin: 0 auto;
  padding-bottom: 6px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.site-home-hero {
  width: min(640px, 100%);
  text-align: center;
  border-color: rgba(122, 202, 255, 0.65);
  background: linear-gradient(180deg, rgba(98, 139, 186, 0.44) 0%, rgba(28, 44, 84, 0.68) 100%);
  box-shadow: 0 0 30px rgba(106, 191, 255, 0.4), 0 18px 42px rgba(8, 12, 30, 0.6);
}
.site-home-actions {
  justify-content: center;
  margin-top: 20px;
}
#homepage .pc-btn {
  min-width: 128px;
  padding: 12px 16px;
  font-size: 12px;
}
#homepage .pc-btn-primary {
  color: #031725;
  background: linear-gradient(120deg, #13d8ff 0%, #31efff 100%);
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.22), 0 12px 34px rgba(36, 212, 255, 0.38);
}
#homepage .pc-btn-secondary {
  color: #f2f6ff;
  border-color: rgba(189, 204, 241, 0.58);
  background: rgba(35, 43, 72, 0.52);
}
.site-home-grid .site-home-card {
  min-height: 186px;
  border-color: rgba(158, 178, 221, 0.54);
  background: linear-gradient(180deg, rgba(77, 99, 138, 0.44) 0%, rgba(30, 42, 74, 0.72) 100%);
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  box-shadow: 0 10px 28px rgba(7, 10, 24, 0.46);
}
.site-home-card h3 {
  font-size: 41px;
  line-height: 1.1;
}
.site-home-card p {
  margin-top: 10px;
  font-size: 19px;
  line-height: 1.5;
}
.site-home-grid {
  width: 100%;
}
.site-legal-page {
  width: min(980px, calc(100% - 40px));
  margin: 28px auto;
  padding: 26px 24px;
}
.site-legal-page h1,
.site-legal-page h2 {
  margin-top: 0;
}
.site-legal-page p,
.site-legal-page li {
  color: var(--pc-muted);
  line-height: 1.65;
}
.site-error-wrap {
  width: min(700px, calc(100% - 40px));
  margin: 80px auto 30px;
  text-align: center;
  padding: 40px 24px;
}
.site-error-code {
  margin: 0;
  font-size: 82px;
  line-height: 1;
  background: linear-gradient(130deg, var(--pc-accent-2), var(--pc-accent-3));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.site-error-wrap p {
  color: var(--pc-muted);
}
.js-motion-ready .reveal-on-load {
  opacity: 0;
  transform: translateY(16px);
  transition: opacity 0.65s ease, transform 0.65s ease;
}
.js-motion-ready .reveal-on-load.is-visible {
  opacity: 1;
  transform: translateY(0);
}
@media (max-width: 760px) {
  .site-shell,
  .site-main,
  .site-footer,
  .site-legal-page {
    width: calc(100% - 24px);
  }

  .site-header {
    width: calc(100% - 24px);
    margin-top: 12px;
  }

  .site-header-inner {
    flex-direction: column;
    align-items: stretch;
    gap: 10px;
  }

  .site-logo-link {
    margin-top: 0;
    margin-bottom: 0;
    justify-content: center;
  }

  .site-nav {
    justify-content: center;
  }

  .site-nav-link {
    flex: 1 1 40%;
    text-align: center;
  }

  .site-home-stack {
    width: 100%;
  }

  .site-grid {
    grid-template-columns: 1fr;
  }

  .site-home-hero {
    width: 100%;
  }
}
@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }

  .js-motion-ready .reveal-on-load {
    opacity: 1;
    transform: none;
  }
}
#main.site-main {
  flex: 1 0 auto;
  min-height: 0;
  display: block;
}

.site-home-stack,
.site-about-stack {
  width: min(740px, calc(100vw - 32px));
  max-width: 740px;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  margin-left: 0;
  margin-right: 0;
}

.site-home-stack > section,
.site-about-stack > section {
  width: 100%;
}

.site-about-stack .site-grid {
  width: 100%;
  margin-top: 16px;
}

label abbr,
.required abbr[title] {
  border-bottom: 0;
  text-decoration: none;
  vertical-align: baseline;
}

input[type="text"],
input[type="password"],
input[type="email"],
select,
textarea {
  min-height: 42px;
  font-size: 16px;
  line-height: 1.25;
}

input.pc-btn-primary,
button.pc-btn-primary,
input.pc-btn-secondary,
button.pc-btn-secondary {
  border-radius: 999px;
  min-height: 40px;
  padding: 10px 18px;
  font-size: 12px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

input.pc-btn-primary,
button.pc-btn-primary {
  color: #031725;
  background: linear-gradient(120deg, #13d8ff 0%, #31efff 100%);
  border: 1px solid rgba(116, 236, 255, 0.85);
}

input.pc-btn-secondary,
button.pc-btn-secondary {
  color: #f2f6ff;
  background: rgba(35, 43, 72, 0.72);
  border: 1px solid rgba(189, 204, 241, 0.58);
}

@media (max-width: 760px) {
  .site-home-stack,
  .site-about-stack {
    width: calc(100vw - 24px);
    max-width: none;
  }
}
/*




 */

