*{
	box-sizing:border-box;
	margin:0;
	padding:0
}
html{
	overscroll-behavior:none;
	background-color:#000;
	font-family:system-ui,-apple-system,blinkmacsystemfont,segoe ui,roboto,helvetica neue,arial,noto sans,sans-serif,"apple color emoji","segoe ui emoji",segoe ui symbol,"noto color emoji";
	line-height:1.15
}
body{
	display:flex;
	flex-direction:column;
	min-height:100vh
}
@media(prefers-color-scheme:dark){
	body .wrapper{
		background-color:#222;
		color:#d9d9d9
	}
}
.wrapper{
	z-index:2;
	display:flex;
	flex:1;
	flex-direction:column;
	padding-left:24px;
	padding-right:24px;
	justify-content:space-between;
	align-items:center;
	color:#313131;
	background-color:#fff
}
.main-content{
	line-height:1.6;
	padding-right:1.5rem;
	padding-left:1.5rem;
	margin:8rem auto;
	width:100%;
	max-width:60rem
}
.website-name-title{
	font-size:2.5rem;
	line-height:3.75rem;
	font-weight:500
}
.main-content .main-top-text{
	font-weight:500
}
.main-content .main-bottom-text{
	line-height:2.25rem;
	font-size:1.5rem;
	font-weight:400
}
.container{
	z-index:1;
	top:0;
	left:0;
	position:fixed;
	height:100vh;
	width:100vw
}
video#video{
	height:100%;
	width:100%;
	object-fit:cover
}
.footer{
	padding-top:1rem;
	padding-bottom:1rem;
	width:100%;
	line-height:1.125rem;
	font-size:.75rem;
	max-width:57rem;
	border-top:1px solid #ccc;
	text-align:center
}
.ray-id{
	padding-bottom:.5rem
}
#logo{
	height:25px;
	margin-bottom:1px
}
a{
	text-decoration:none;
	color:#d9d9d9
}
.footer a:hover{
	text-decoration:underline;
	color:#ee730a
}
.footer .ray-id code{
	font-family:monaco,courier,monospace
}
@media(prefers-color-scheme:dark){
	a{
		color:#fff
	}
}
@media(prefers-color-scheme:light){
	a{
		color:#0051c3
	}
}
a{
	transition:color .15s ease;background-color:transparent
}
.cl-button-wrapper{
	width:300px;
	height:65px;
	border:1px solid #797979;
	border-radius:0px;
	display:flex;
	align-items:center;
	justify-content:space-between;
	background:#232323;
	box-sizing:border-box;
	padding:0 10px
}
.cf-set-align{
	place-items:center;
	justify-content:space-between;
	display:flex
}
.cb-c{
	display: flex;
	align-items: center;
	gap: 8px;
	cursor: pointer
}
.cb-lb{
	display: flex;
	align-items: center;
	gap:4px;
}
.cb-lb .check {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 3px;
}
.cb-lb-t {
  font-size: 14px;
}
.cb-lb input[type="checkbox"] {
  width: 21px;
  height: 21px;
  margin: 0;
  cursor: pointer;
}
#branding {
  display: flex;
  align-items: center;
  gap: 8px;
}

#branding a {
  display: flex;
  align-items: center;
}

#terms {
  font-size: 11px;
  color: #777;
}
/**/
.cbt{
	color:#fff;
	grid-column:2;
	margin-left:8px
}
@media(prefers-color-scheme:dark){
	.logo-text{
		fill:#fff
	}
}
@media(prefers-color-scheme:light){
	.logo-text{
		fill:#000
	}
}
.cf-prompt{
	width:300px;
	margin:2rem 0
}
#branding{
	display:inline-flex;
	flex-direction:column;
	margin:0 16px 0 0;
	text-align:right
}
.cf-set-align input{
	cursor:pointer;
	grid-area:1/1;
	height:24px;
	margin:0;
	opacity:0;
	width:24px;
	z-index:9999
}
.font-normal{
	font-size:14px;
	font-weight:400;
	font-family:-apple-system,system-ui,blinkmacsystemfont,segoe ui,roboto,oxygen,ubuntu,helvetica neue,arial,sans-serif;
	-webkit-font-smoothing:anialiased;
	font-style:normal
}
@media(prefers-color-scheme:dark){
	#terms a{
		color:#bbb;
		white-space:nowrap
	}
}
#terms .link-spacer{
	margin:0 .2rem
}
#terms a:hover{
	text-decoration:underline
}
#terms{
	display:inline-flex;
	font-size:8px;
	font-style:normal;
	justify-content:flex-end;
	line-height:10px
}
.wrapper[hidden]{
	display:none
}
.cb-i {
  width: 24px;
  height: 24px;
  border: 2px solid #797979;
  border-radius: 3px;
  display: block;
  position: relative;
  background: #f9f9f9;
}
@media (prefers-color-scheme:dark){
	.cf-set-align .cb-i{
		background-color:#222;
		border:2px solid #dadada
	}
}
@media (prefers-color-scheme:light){
	.cf-set-align .cb-i{
		background-color:#fff;
		border:2px solid #6d6d6d
	}
}
@media (max-width: 720px) {
  h2 .main-bottom-text {
    line-height: 1.5rem;
    font-size: 1rem;
  }
}
.cf-set-align .cb-i::after{
	border-radius:5px;
	content:"";
	position:absolute
}
.cbt{
	align-items:center;
	display:flex;
	flex-flow:row-reverse nowrap;
	place-content:center flex-end
}