/*! bswindcss v4.1.12 | MIT License */
@layer theme, base, components, utilities;
@layer theme{
	:root, :host{
		--font-sans: ui-sans-serif, system-ui, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol','Noto Color Emoji';
		--font-serif: ui-serif, Georgia, Cambria, 'Times New Roman', Times, serif;
		--font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, 'Liberation Mono', 'Courier New',monospace;
		--default-font-family: var(--font-sans);--default-mono-font-family: var(--font-mono);
	}
}

@layer base{
*, ::after, ::before, ::backdrop, ::file-selector-button{box-sizing: border-box;margin: 0;padding: 0;border: 0 solid;position: relative;}


html, body {
	height: 100%;
	font-family: system-ui, sans-serif;
	line-height: 1.5;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
body{

}

img, picture, video, canvas, svg {
	display: block;
	max-width: 100%;
	height: auto;
}

input, button, textarea, select {
	font: inherit;
	color: inherit;
	outline:0;
}

ul, ol {
	list-style: none;
}

a {
	text-decoration: none;
	color: inherit;
}

button {
	background: none;
	border: none;
	cursor: pointer;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

:root{
	/*colors*/
	--p:#0D6EFD;
	--w:#FFC107;
	--d:#DC3545;
	--s:#198754;
	--l:#F8F9FA;
	--i:#0DCAF0;
	--f:#fff;
	--b:#000;
	--da:#212529;
	--se:#595C5F;
	--spc:0.25rem;/*spacing*/
	--bc:#ccc; /*border-color*/
	--os:solid; /*outline-style*/
	--gx:0;
	--gy:0;
}

html, :host{line-height: 1.5;-webkit-text-size-adjust: 100%;tab-size: 4;font-family: var(--default-font-family, ui-sans-serif, system-ui, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji');font-feature-settings: var(--default-font-feature-settings, normal);font-variation-settings: var(--default-font-variation-settings, normal);-webkit-tap-highlight-color: transparent;}

hr{height: 0;color: inherit;border-top-width: 1px;}
abbr:where([title]){-webkit-text-decoration: underline dotted;text-decoration: underline dotted;}
a{color: inherit;-webkit-text-decoration: inherit;text-decoration: inherit;}

b, strong{font-weight:bolder;}

code, kbd, samp, pre{font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, 'Liberation Mono', 'Courier New', monospace);font-feature-settings: var(--default-mono-font-feature-settings, normal);font-variation-settings: var(--default-mono-font-variation-settings, normal);font-size: 1em;}

small{font-size: 80%;}
sub, sup{font-size: 75%;line-height: 0;position: relative;vertical-align: baseline;}
sub{bottom: -0.25em;}
sup{top: -0.5em;}

table{text-indent: 0;border-color: inherit;border-collapse: collapse;}
:-moz-focusring{outline: auto;}
progress{vertical-align: baseline;}
summary{display: list-item;}
ol, ul, menu{list-style: none;}
img, svg, video, canvas, audio, iframe, embed, object{display: block;vertical-align: middle;}
img, video{max-width: 100%;height: auto;}
button, input, select, optgroup, textarea, ::file-selector-button{font: inherit;font-feature-settings: inherit;font-variation-settings: inherit;letter-spacing: inherit;color: inherit;border-radius: 0;background-color: transparent;opacity: 1;}

:where(select:is([multiple], [size])) optgroup{font-weight: bolder;}
:where(select:is([multiple], [size])) optgroup option{padding-inline-start: 20px;}
::file-selector-button{margin-inline-end: 4px;}
::placeholder{opacity: 1;}

@supports (not (-webkit-appearance: -apple-pay-button))or (contain-intrinsic-size: 1px){
	::placeholder{
		color: currentcolor;
		@supports (color: color-mix(in lab, red, red)){color: color-mix(in oklab, currentcolor 50%, transparent);}
	}
}
textarea{resize: vertical;}
::-webkit-search-decoration{-webkit-appearance: none;}
::-webkit-date-and-time-value{min-height: 1lh;text-align: inherit;}
::-webkit-datetime-edit{display: inline-flex;}
::-webkit-datetime-edit-fields-wrapper{padding: 0;}
::-webkit-datetime-edit, ::-webkit-datetime-edit-year-field, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-minute-field, ::-webkit-datetime-edit-second-field, ::-webkit-datetime-edit-millisecond-field, ::-webkit-datetime-edit-meridiem-field{padding-block: 0;}
::-webkit-calendar-picker-indicator{line-height: 1;}
:-moz-ui-invalid{box-shadow: none;}
button, input:where([type='button'], [type='reset'], [type='submit']), ::file-selector-button{appearance: button;}
::-webkit-inner-spin-button, ::-webkit-outer-spin-button{height: auto;}
[hidden]:where(:not([hidden='until-found'])){display: none !important;}


}


/*
,.bx,.by,.br,.bl,.bt,.bb
*/
.b{
	border-style:solid;
}


.container {
	width: 100%;
	margin-left:auto;
	margin-right:auto;
/*	padding-left:1rem;
	padding-right:1rem; */

	@media (width >= 40rem) {
		max-width: 38rem;
	}
	@media (width >= 48rem) {
		max-width: 42rem;
	}
	@media (width >= 64rem) {
		max-width: 60rem;
	}
	@media (width >= 76rem) {
		max-width: 70rem;
	}
	@media (width >= 96rem) {
		max-width: 90rem;
	}
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

img{
	user-select:none;
	-webkit-user-select:none;
	-webkit-user-drag:none;
}

@layer utilities{
.acc{align-content:center}
.aic{align-items:center}
.bb{border-bottom:1px solid var(--bc)}
.bg-\#010308{background-color:#010308}
.bottom-0{bottom:0}
.db{display:block}
.df{display:flex}
.dib{display:inline-block}
.dn{display:none}
.f-1\.3{font-size:1.3rem}
.f-2{font-size:2rem}
.fdc{flex-direction:column}
.fw-400{font-weight:400}
.fw-500{font-weight:500}
.h-100vh{height:100vh}
.h-100{height:100%}
.jcc{justify-content:center}
.left-0{left:0}
.lh-1\.2{line-height:1.2}
.m-0{margin:0}
.of-cover{object-fit:cover}
.oh{overflow:hidden}
.p-0{padding:0}
.pa{position:absolute}
.pb-1{padding-bottom:calc(var(--spc) * 1)}
.pb-7rem{padding-bottom:7rem}
.pr{position:relative}
.py-2{padding-block:calc(var(--spc) * 2)}
.t-f{color:#fff}
.tc{text-align:center}
.w-100{width:100%}

@media (width> 768px)/*md-tablet upper*/{
.md\:db{display:block}
.md\:dn{display:none}
}
}/*utility end*/