<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*------------------------------------*\
  ClearFix
\*------------------------------------*/

.clearfix::after {
	content: "";
	display: table;
	clear: both;
}

/*------------------------------------*\
  ICONS
\*------------------------------------*/

.icon::before {
	font-family: "Font Awesome 5 Free";
	font-weight: bold;
}

.icon-brand::before {
	font-family: "Font Awesome 5 Brands";
}

.icon-nav::before {
	content: "\f0c9";
}

.icon-search::before {
	content: "\f002";
}

.icon-up::before {
	content: "\f164";
}

.icon-down::before {
	content: "\f165";
}

.icon-arrow-left::before {
	content: "\f053";
}

.icon-arrow-right::before {
	content: "\f054";
}

.icon-duration::before {
	content: "\f017";
	font-weight: 400;
}

.icon-view::before {
	content: "\f144";
	font-weight: 400;
}

.icon-date::before {
	content: "\f133";
	font-weight: 400;
}

.icon-favorite::before {
	content: "\f004";
}

.icon-share::before {
	content: "\f1e0";
}

.icon-report::before {
	content: "\f024";
}

.icon-twitter::before {
	content: "\f099";
	font-weight: 400;
}

.icon-reddit::before {
	content: "\f281";
}

.icon-tumblr::before {
	content: "\f173";
}

.icon-blogger::before {
	content: "\f37d";
}

.icon-email::before {
	content: "\f0e0";
}

.icon-close::before {
	content: "\f00d";
}

.icon-arrow-up::before {
	content: "\f077";
}

.icon-arrow-down::before {
	content: "\f078";
}

.icon-play::before {
	content: "\f04b";
}

.icon-remove::before {
	content: "\f2ed";
	font-weight: 400;
}

.icon-loading::before {
	content: "\f1ce";
}

/*------------------------------------*\
  Body
\*------------------------------------*/

.wrap {
	padding: 48px 0 50px;
}

@media(min-width:768px) {
	
	.wrap {
		padding: 80px 0 50px;
	}
	
}

.wrap.is-fixed {
	position: fixed;
	width: 100%;
}

.head-1 {
	color: #dadada;
	font-size: 14px;
	line-height: 2.0;
	margin: 20px 0 10px;
	position: relative;
}

@media(min-width:768px) {
	
	.head-1 {
		font-size: 20px;
	}
	
}

.head-1 .flag-icon {
	margin: 0 0 0 5px;
}

@media(min-width:768px) {
	
	.head-1 .flag-icon {
		margin: 0 0 0 10px;
	}
	
}

.head__btn-filter {
	position: absolute;
	top: 2px;
	right: 0;
	color: #999;
	font-size: 12px;
	font-weight: normal;
	cursor: pointer;
}

@media(min-width:768px) {
	
	.head__btn-filter {
		top: 8px;
	}
	
}

.head__btn-filter::before {
	margin: 0 7px 0 0;
}

/*------------------------------------*\
  Header
\*------------------------------------*/

.header {
	position: fixed;
	top: 0;
	width: 100%;
	height: 48px;
	background: #303030;
	z-index: 150;
	transition: all .2s linear;
}

@media(min-width:768px) {
	
	.header {
		width: calc(100% - 100px);
		height: 80px;
		padding: 0 50px;
	}
	
}

.headroom.slideup .header {
	transform: translateY(0%);
}

.headroom.slidedown .header {
	transform: translateY(-100%);
}

.header__logo {
	text-align: center;
}

@media(min-width:768px) {
	
	.header__logo {
		float: left;
		text-align: inherit;
		margin: 16px 0 0;
	}
	
}

.header__logo a {
	display: inline-block;
	color: #fff;
	font-size: 18px;
	font-family: 'Lato', sans-serif;
	font-weight: bold;
	line-height: 48px;
}

@media(min-width:768px) {
	
	.header__logo a {
		font-size: 30px;
	}
	
}

.header__logo__javy {
	color: #247ba0 !important;
}

.header__btn {
	position: absolute;
	top: 0;
	width: 48px;
	height: 48px;
	background: none;
	font-size: 20px;
	color: #fff;
}

@media(min-width:768px) {
	
	.header__btn {
		display: none;
	}
	
}

.header__btn-nav {
	left: 0;
}

.header__btn-search {
	right: 0;
}

.header__search {
	display: none;
}

.header__search.is-open {
	display: block;
	position: absolute;
	top: 0;
	width: 100%;
	background: #303030;
}

.header__search__form {
	width: calc(100% - 75px);
	height: 24px;
	background: #202020;
	border: none;
	border-radius: 5px;
	padding: 5px 10px;
	margin: 7px 48px 7px 7px;
	color: #fff;
	line-height: 20px;
}

.header__search-pc,
.header__auth-pc {
	display: none;
}

@media(min-width:768px) {
	
	.header__search-pc {
		display: block;
		float: left;
		margin: 20px 0 0 50px;
		position: relative;
	}
	
	.header__search-pc__form {
		color: #dadada;
		font-size: 18px;
		line-height: 40px;
		width: 300px;
		padding: 0 20px;
		margin: 0;
		background: #000;
		border-radius: 20px;
	}
	
	.header__search-pc__btn {
		position: absolute;
		top: 0;
		right: 0;
		width: 60px;
		height: 40px;
		background: #247ba0;
		border-radius: 0 20px 20px 0;
		color: #fff;
		font-size: 14px;
	}
	
	.header__auth-pc {
		display: block;
		float: right;
		margin: 20px 0 0;
		position: relative;
	}
	
	.header__auth-pc__btn {
		display: inline-block;
		line-height: 40px;
	}
	
	.header__auth-pc__btn-signup {
		background: #247ba0;
		padding: 0 20px;
		border-radius: 20px;
		margin: 0 0 0 20px;
	}
	
	.header__auth-pc__btn-menu {
		width: 70px;
		background: #202020;
		padding: 0 30px 0 20px;
		border-radius: 20px;
		cursor: pointer;
		position: relative;
		display: block;
	}
	
	.header__auth-pc__btn-menu::after {
		border-bottom: 2px solid #999;
		border-right: 2px solid #999;
		content: '';
		display: block;
		height: 5px;
		margin: -4px 0 0;
		pointer-events: none;
		position: absolute;
		right: 15px;
		top: 50%;
		transform-origin: 66% 66%;
		transform: rotate(45deg);
		transition: all 0.15s ease-in-out;
		width: 5px;
	}
	
	.is-open .header__auth-pc__btn-menu::after {
		transform: rotate(-135deg);
	}
	
	.header__auth-pc__menu,
	.slidedown .is-open .header__auth-pc__menu {
		opacity: 0;
		transform-origin: 50% 0;
		transform: scale(0.75) translateY(-20px);
		transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
		pointer-events: none;
	}
	
	.is-open .header__auth-pc__menu {
		display: block;
		background: #303030;
		border-radius: 5px;
		box-shadow: 0 14px 36px 2px rgba(0, 0, 0, 0.5);
		box-sizing: border-box;
		margin: 5px 0 0;
		overflow: hidden;
		position: absolute;
		right: 0;
		width: 200px;
		z-index: 15;
		opacity: 1;
		transform: scale(1) translateY(0);
		pointer-events: auto;
	}
	
	.header__auth-pc__menu__item a {
		color: #999;
		line-height: 40px;
		padding: 0 30px 0 20px;
	}
	
	.header__auth-pc__menu__item a:hover {
		background: #202020;
		transition: all 0.2s;
	}
	
}

/*------------------------------------*\
  Footer
\*------------------------------------*/

.footer {
	border-top: 1px solid #303030;
}

.footer__desc {
	color: #707070;
	font-size: 11px;
	line-height: 1.5;
	border-bottom: 1px solid #303030;
	padding: 20px;
	margin: 0 0 30px;
}

.footer__nav {
	font-size: 0;
	text-align: center;
	margin: 0 0 20px;
}

.footer__nav__item {
	display: inline;
	margin: 0 5px;
}

.footer__nav__item a {
	display: inline;
	color: #999;
	font-size: 11px;
}

.footer__rta {
	width: 70px;
	margin: 0 auto 20px;
}

.footer__rta img {
	width: 100%;
}

.footer__copyright {
	color: #707070;
	font-size: 11px;
	text-align: center;
}

.footer__copyright a {
	display: inline;
	color: #999;
}

/*------------------------------------*\
  Filter
\*------------------------------------*/

.filter {
	display: none;
}

.filter.is-open {
	display: block;
	background: #2b2b2b;
	margin: 0 0 20px;
}

.filter__body {
	padding: 20px;
	border-bottom: 1px solid #202020;
}

.filter__item {
	width: calc(50% - 5px);
}

.filter__item:nth-child(odd) {
	float: left;
}

.filter__item:nth-child(even) {
	float: right;
}

.filter__item__name {
	color: #dadada;
	margin: 0 0 10px;
}

.filter__control {
	padding: 10px;
}

.filter__btn-reset {
	float: left;
	line-height: 20px;
	cursor: pointer;
}

.filter__btn-reset::before {
	margin: 0 5px 0 0;
}

.filter__btn-submit {
	float: right;
	background: #247ba0;
	color: #fff;
	line-height: 20px;
	padding: 0 10px;
	border-radius: 5px;
}

.nice-select {
	-webkit-tap-highlight-color: transparent;
	background: #303030;
	border-radius: 5px;
	box-sizing: border-box;
	clear: both;
	cursor: pointer;
	display: block;
	float: left;
	height: 42px;
	line-height: 40px;
	outline: none;
	padding: 0 30px 0 20px;
	position: relative;
	text-align: left !important;
	transition: all 0.2s ease-in-out;
	user-select: none;
	white-space: nowrap;
	width: 100%;
}

.nice-select::after {
	border-bottom: 2px solid #999;
	border-right: 2px solid #999;
	content: '';
	display: block;
	height: 5px;
	margin: -4px 0 0;
	pointer-events: none;
	position: absolute;
	right: 12px;
	top: 50%;
	transform-origin: 66% 66%;
	transform: rotate(45deg);
	transition: all 0.15s ease-in-out;
	width: 5px;
}

.nice-select.open::after {
	transform: rotate(-135deg);
}

.nice-select.open .list {
	opacity: 1;
	pointer-events: auto;
	transform: scale(1) translateY(0);
}

.nice-select .list {
	background: #303030;
	border-radius: 5px;
	box-shadow: 0 14px 36px 2px rgba(0, 0, 0, 0.5);
	box-sizing: border-box;
	margin: 5px 0 0;
	opacity: 0;
	overflow: hidden;
	pointer-events: none;
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	max-height: 200px;
	overflow: scroll;
	transform-origin: 50% 0;
	transform: scale(0.75) translateY(-20px);
	transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
	z-index: 9;
}

.nice-select .list:hover .option:not(:hover) {
	background-color: transparent !important;
}

.nice-select .option {
	cursor: pointer;
	font-weight: 400;
	line-height: 40px;
	list-style: none;
	min-height: 40px;
	outline: none;
	padding: 0 30px 0 20px;
	text-align: left;
	transition: all 0.2s;
}

.nice-select .option:hover,
.nice-select .option.focus,
.nice-select .option.selected.focus {
	background-color: #202020;
}

.nice-select .option.selected {
	font-weight: bold;
}

/*------------------------------------*\
  Videos
\*------------------------------------*/

.contents {
	margin: 0 10px 30px;
}

@media(min-width:768px) {
	
	.contents {
		margin: 0 50px 30px;
	}
	
}

.videos-ad__ad,
.videos-ad__space {
	display: none;
}

@media(min-width:768px) {
	
	.videos-ad__wrap {
		background: #000;
		position: relative;
	}
	
	.videos-ad {
		float: left;
		width: calc((60% - (3 * 16px / 5)) + 8px);
		background: #202020;
		padding: 0 20px 0 0;
	}
	
	.videos-ad__ad {
		display: block;
		float: right;
		width: calc((40% - (2 * 16px / 5)) - 12px);
	}
	
	.videos-ad__ad__banner {
		position: absolute;
		top: calc(50% - 10px);
		transform: translateY(-50%);
		width: 300px;
		height: 250px;
		margin: 0 calc((((40% - (2 * 16px / 5)) - 12px) - 300px) / 2);
	}
	
	.videos-ad__space {
		display: block;
		position: absolute;
		bottom: 0;
		right: 0;
		background: #202020;
		width: calc((40% - (2 * 16px / 5)) - 12px);
		height: 20px;
	}
	
}

.video {
	float: left;
	width: calc(50% - 5px);
}

@media(min-width:768px) {
	
	.video {
		width: calc(20% - (16px / 5));
	}
	
	.videos-ad .video {
		width: calc((100% / 3) - (8px / 3));
	}
	
}

.video:nth-child(odd) {
	margin: 0 10px 20px 0;
}

.video:nth-child(even) {
	margin: 0 0 20px 0;
}

@media(min-width:768px) {
	
	.video {
		margin: 0 4px 20px 0 !important;
	}
	
	.video:nth-child(5n) {
		margin: 0 0 20px 0 !important;
	}
	
	.videos-ad .video:nth-child(5n) {
		margin: 0 4px 20px 0 !important;
	}
	
	.videos-ad .video:nth-child(3n) {
		margin: 0 0 20px 0 !important;
	}
	
}

.video__thumb {
	position: relative;
	height: auto;
	overflow: hidden;
	background: rgba(48, 48, 48, 0.5);
	margin: 0 0 10px;
}

.video__thumb::before {
	content: '';
	display: block;
	padding: 56.25% 0 0;
}

.video__thumb a {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
}

.video__thumb img {
	width: 100%;
	opacity: 0;
}

.video__thumb img:not(.initial) {
	transition: opacity 0.5s;
}

.video__thumb img.loaded {
	opacity: 1;
}

.video__duration {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 25px;
	background: linear-gradient(to top, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0));
	font-style: italic;
}

.video__duration__value {
	position: absolute;
	bottom: 5px;
	right: 5px;
	color: #fff;
	font-size: 10px;
	font-weight: bold;
}

.video__btn-remove {
	color: #fff;
	text-align: center;
	line-height: 30px;
	background: #ff1654;
	width: 30px;
	border-radius: 50%;
	position: absolute;
	top: 5px;
	left: 5px;
	cursor: pointer;
}

.video__title {
	font-weight: normal;
	height: 12px;
	margin: 0 0 5px;
}

@media(min-width:768px) {
	
	.video__title {
		margin: 0 0 10px;
	}
	
}

.video__title a {
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.video__info {
	font-size: 11px;
}

@media(min-width:768px) {
	
	.video__info {
		font-size: 12px;
		margin: 0 0 10px;
	}
	
}

.video__info__views {
	float: left;
	margin: 0 10px 0 0;
}

.video__info__views::before {
	margin: 0 5px 0 0;
}

.video__info__rating {
	float: left;
}

.video__info__rating::before {
	margin: 0 5px 0 0;
}

.video__info__rating.is-up {
	color: #70c1b3;
}

.video__info__rating.is-down {
	color: #ff1654;
}

.videos__none {
	line-height: 1.5;
	text-align: center;
	padding: 50px 0;
}

.videos__none a {
	display: inline;
}

/*------------------------------------*\
  Pager
\*------------------------------------*/

.pager {
	font-size: 0;
	text-align: center;
}

@media(min-width:768px) {
	
	.pager {
		margin: 30px 0 0;
	}
	
}

.pager__item {
	display: inline-block;
	font-size: 14px;
	margin: 0 5px;
}

.pager__item a {
	line-height: 30px;
	background: #303030;
	padding: 0 10px;
	border-radius: 5px;
}

@media(min-width:768px) {
	
	.pager__item a {
		line-height: 40px;
		padding: 0 20px;
	}
	
}

.pager__item a.icon {
	background: #247ba0;
}

.pager__item__current {
	color: #fff;
	font-size: 14px;
	text-align: center;
	line-height: 20px;
	vertical-align: baseline;
	width: 60px;
	background: #000;
	border: 1px solid #303030;
	border-radius: 5px;
	padding: 4px 0;
}

@media(min-width:768px) {
	
	.pager__item__current {
		line-height: 30px;
	}
	
}

/*------------------------------------*\
  Video View
\*------------------------------------*/

@media(min-width:768px) {
	
	.video-view {
		padding: 20px 0 0;
		margin: 0 50px;
	}
	
	.video-view__main {
		float: left;
		width: calc(100% - 320px);
	}
	
}

.video-view__info {
	padding: 20px 10px;
}

.video-view__title {
	color: #fff;
	font-size: 16px;
	line-height: 1.5;
	margin: 0 0 5px;
}

@media(min-width:768px) {
	
	.video-view__title {
		font-size: 20px;
	}
	
}

.video-view__publisher {
	border-bottom: 1px solid #303030;
	padding: 0 0 20px;
	margin: 0 0 10px;
}

@media(min-width:768px) {
	
	.video-view__publisher {
		margin: 0 0 20px;
	}
	
}

.video-view__publisher__name {
	color: #dadada;
}

.video-view__data {
	margin: 0 0 10px;
}

@media(min-width:768px) {
	
	.video-view__data {
		margin: 0 0 20px;
	}
	
}

.video-view__data__item {
	display: inline-block;
	width: calc((100% - 20px) / 3);
	color: #dadada;
	text-align: center;
}

.video-view__data__item::before {
	margin: 0 7px 0 0;
}

.video-view__rating {
	border: 1px solid #303030;
}

.video-view__rating__btn {
	float: left;
	line-height: 60px;
	text-align: center;
	width: 60px;
	cursor: pointer;
}

.video-view__rating.is-voted .video-view__rating__btn {
	cursor: inherit;
	pointer-events: none;
}

.video-view__rating__btn.is-up.is-selected::before {
	color: #70c1b3;
}

.video-view__rating__btn.is-down.is-selected::before {
	color: #ff1654;
}

.video-view__rating__container {
	float: left;
	width: calc(100% - 142px);
	border-left: 1px solid #303030;
	border-right: 1px solid #303030;
	padding: 5px 10px;
}

.video-view__rating__value {
	text-align: center;
	line-height: 20px;
}

.video-view__rating__bar {
	width: 100%;
	height: 4px;
	background: #ff1654;
	margin: 3px 0;
}

.video-view__rating__bar.is-zero {
	background: #999;
}

.video-view__rating__bar__up {
	width: 75%;
	height: 4px;
	background: #70c1b3;
}

.video-view__rating__percent {
	color: #dadada;
	text-align: center;
	line-height: 20px;
}

.video-view__control__list {
	font-size: 0;
	padding: 10px 0;
	border-bottom: 1px solid #303030;
}

@media(min-width:768px) {
	
	.video-view__control__list {
		padding: 20px 0;
	}
	
}

.video-view__control__list__item {
	display: inline-block;
	width: calc((100% - 20px) / 3);
	font-size: 12px;
	text-align: center;
	cursor: pointer;
}

.video-view__control__list__item::before {
	font-size: 16px;
	display: block;
	margin: 0 0 5px;
}

.video-view__control__list__item a {
	color: #999;
}

.video-view__control__list__item-favorite.is-selected {
	color: #ff1654;
}

.video-view__control__list__item-share.is-selected {
	color: #dadada;
}

.video-view__share {
	display: none;
	padding: 20px 0 0;
	border-bottom: 1px solid #303030;
}

.video-view__share.is-open {
	display: block;
}

.video-view__share__head {
	color: #dadada;
	font-size: 14px;
	font-weight: normal;
	margin: 0 0 10px;
}

.at-share-btn-elements {
	margin: 0 0 5px;
}

.video-view__share__textarea {
	color: #707070;
	font-size: 12px;
	line-height: 16px;
	width: calc(100% - 22px);
	height: 32px;
	background: #000;
	border: 1px solid #303030;
	padding: 10px;
	margin: 0 0 5px;
}

.video-view__share__copy {
	width: 70px;
	cursor: pointer;
	margin: 0 auto 20px;
}

.video-view__share__embed-size {
	font-size: 0;
	margin: 0 0 10px;
}

.video-view__share__embed-size__item {
	cursor: pointer;
	display: inline-block;
	width: 25%;
	padding: 5px 0;
	border-radius: 5px;
	font-size: 12px;
	text-align: center;
}

.video-view__share__embed-size__item.is-active {
	background: #303030;
}

.video-view__tags {
	padding: 10px 10px 5px;
	border-bottom: 1px solid #303030;
}

@media(min-width:768px) {
	
	.video-view__tags {
		padding: 20px 10px 15px;
	}
	
}

.video-view__tags__item {
	display: inline-block;
	margin: 0 5px 5px 0;
}

.video-view__tags__item a {
	color: #999;
	line-height: 20px;
	background: #303030;
	border-radius: 5px;
	padding: 0 7px;
}

.video-view__original {
	padding: 10px 0;
	border-bottom: 1px solid #303030;
}

@media(min-width:768px) {
	
	.video-view__original {
		padding: 20px 0;
	}
	
}

.video-view__original__title {
	font-weight: normal;
	margin: 0 0 10px;
}

.video-view__original__link a {
	word-break: break-all;
	line-height: 1.5;
}

.video-view__side {
	display: none;
}

@media(min-width:768px) {
	
	.video-view__side {
		display: block;
		float: right;
		width: 300px;
	}
	
	.videos-view__side__ad__banner {
		margin: 0 0 20px;
	}
	
}

/*------------------------------------*\
  Cushion
\*------------------------------------*/

.cushion {
	position: relative;
	height: auto;
	overflow: hidden;
	background: #000;
	margin: 0 0 20px;
}

@media(min-width:768px) {
	
	.cushion {
		margin: 20px 50px 50px;
	}
	
}

.cushion::before {
	content: '';
	display: block;
	padding: 56.25% 0 0;
}

.cushion a {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
}

.cushion a::before {
	position: absolute;
	display: block;
	width: 98px;
	height: 98px;
	background: rgba(0, 0, 0, 0.45);
	border-radius: 50%;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-size: 24px;
	line-height: 98px;
	text-align: center;
}

.cushion img {
	width: 100%;
}

/*------------------------------------*\
  Modal
\*------------------------------------*/

.modal {
	display: none;
	opacity: 0;
}

.modal.is-open {
	display: block;
	opacity: 1;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 200;
	width: 100%;
	height: 100%;
	background: rgba(32, 32, 32, 0.9);
	animation: scaleUp 0.2s linear;
}

.modal__nav {
	padding: 58px 0 0;
}

.modal__nav .modal__btn-close {
	position: absolute;
	top: 0;
	right: 0;
	color: #FFF;
	font-size: 20px;
	line-height: 48px;
	text-align: center;
	width: 48px;
}

.modal__nav__auth {
	margin: 0 20px 20px;
}

.modal__nav__auth__btn {
	width: calc(50% - 10px);
	border-radius: 5px;
	text-align: center;
	line-height: 40px;
}

.modal__nav__auth__btn-signup {
	float: left;
	background: #247ba0;
}

.modal__nav__auth__btn-login {
	float: right;
	background: #303030;
}

.modal__user-name {
	font-size: 16px;
	text-align: center;
	margin: 0 0 20px;
}

.modal__nav__list {
	border-top: 1px solid #303030;
}

.modal__nav__list__item {
	border-bottom: 1px solid #303030;
}

.modal__nav__list__item a {
	line-height: 40px;
	padding: 0 20px;
}

.modal__wrap {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 90%;
    transform: translate(-50%, -50%);
    background: #000;
    padding: 40px 20px;
    box-sizing: border-box;
    text-align: center;
}

.modal__btn-close {
	position: absolute;
	top: 0;
	right: 0;
	width: 40px;
	color: #fff;
	font-size: 20px;
	line-height: 40px;
}

.modal__title {
	color: #dadada;
	font-size: 14px;
	line-height: 1.5;
	margin: 0 0 20px;
}

.modal__btn {
	line-height: 40px;
	border-radius: 5px;
}

.modal__btn-login {
	background: #303030;
}

.modal__btn-signup {
	background: #247ba0;;
}

.hr__or {
	display: flex;
	font-size: 14px;
	font-weight: normal;
	line-height: 1.5;
	text-align: center;
	align-items: center;
	margin: 30px 0 20px;
}

.hr__or::before,
.hr__or::after {
	border-top: 1px solid #303030;
	content: '';
	flex-grow: 1;
	min-width: 30px;
}

.hr__or::before {
	margin-right: 0.7em;
}

.hr__or::after {
	margin-left: 0.7em;
}

/*------------------------------------*\
  Page
\*------------------------------------*/

.page {
	padding: 30px 20px;
}

@media(min-width:768px) {
	
	.page {
		padding: 50px 20px;
	}
	
	.page-form {
		width: 50%;
		margin: 0 auto;
	}
	
	.page-legal {
		margin: 0 50px;
	}
	
}

.page__title {
	color: #dadada;
	font-size: 14px;
	margin: 0 0 30px;
}

@media(min-width:768px) {
	
	.page__title {
		font-size: 24px;
	}
	
}

/*------------------------------------*\
  Form
\*------------------------------------*/

.form__text {
	line-height: 1.5;
	margin: 0 0 20px;
}

.form__item {
	margin: 0 0 20px;
}

.form__item-select {
	height: 42px;
}

.form__control {
	display: block;
	color: #fff;
	font-size: 14px;
	line-height: 24px;
	box-sizing: border-box;
	width: 100%;
	border-radius: 5px;
	border: 1px solid #303030;
	background: #000;
	padding: 10px;
}

textarea.form__control {
	height: 100px;
}

.form__control:focus {
	border: 1px solid #70c1b3;
}

.form__control.is-error {
	border: 1px solid #ff1654;
}

.form__item__error {
	color: #ff1654;
	margin: 5px 0;
}

.form__item__title {
	margin: 0 0 10px;
}

.form__btn-submit {
	color: #fff;
	font-size: 14px;
	line-height: 40px;
	width: 100%;
	background: #247ba0;
	border-radius: 5px;
}

.form__btn-submit:disabled {
	color: #707070;
	background: #2b2b2b;
	position: relative;
}

.form__btn-submit:disabled::before {
	position: absolute;
	right: 20px;
	animation: spin 1s infinite linear;
}

a.form__btn-submit {
	text-align: center;
}

.form__btn-secondary {
	background: #303030;
}

.form__note {
	color: #707070;
	font-size: 11px;
	line-height: 1.5;
	margin: 10px 0 0;
}

.form__note a {
	display: inline;
	color: #999;
	text-decoration: underline;
}

.g-recaptcha &gt; div {
	margin: 0 auto;
}

.upload__notes {
	background: #2b2b2b;
	list-style: disc inside;
	padding: 20px;
	margin: 0 0 20px;
}

.upload__notes__item {
	line-height: 1.5;
}

.upload__notes__item a {
	display: inline;
}

/*------------------------------------*\
  Table
\*------------------------------------*/

.table-videos {
	width: 100%;
	margin: 0 0 50px;
}

.table-videos__head {
	color: #dadada;
	line-height: 1.5;
	padding: 15px 10px;
	border-bottom: 2px solid #303030;
}

.table-videos__body {
	line-height: 1.5;
	word-break: break-all;
	padding: 15px 10px;
	border-bottom: 1px solid #303030;
}

/*------------------------------------*\
  Takedown
\*------------------------------------*/

.takedown__url {
	background: #2b2b2b;
	padding: 20px;
	margin: 0 0 20px;
}

.takedown__url__title {
	color: #707070;
	margin: 0 0 10px;
}

.form__confirm {
	background: #2b2b2b;
	padding: 20px;
}

.form__confirm__text {
	line-height: 1.5;
	margin: 0 0 10px;
}

.form__confirm__text a {
	display: inline;
}

.form__confirm__check {
	color: #dadada;
	text-align: center;
}

/*------------------------------------*\
  Legal
\*------------------------------------*/

.page-legal h2 {
	color: #dadada;
	margin: 30px 0 20px;
}

@media(min-width:768px) {
	
	.page-legal h2 {
		font-size: 16px;
	}
	
}

.page-legal p {
	line-height: 1.5;
	margin: 0 0 20px;
}

.page-legal ul {
	list-style: disc inside;
	background: #2b2b2b;
	padding: 20px;
	margin: 0 0 20px;
}

.page-legal li {
	line-height: 1.5;
	margin: 0 0 20px;
}

.page-legal li:last-child {
	margin: 0;
}

/*------------------------------------*\
  Animation
\*------------------------------------*/

@keyframes scaleUp {

	0% {
		opacity: 0;
		transform: scale(0, 0);
	}

	100% {
		opacity: 1;
		transform: scale(1, 1);
	}
	
}

@keyframes spin {

	0% {
		transform: rotate(0deg);
	}

	100% {
		transform: rotate(359deg);
	}

}

/*------------------------------------*\
  Banner
\*------------------------------------*/

.banner-rectangle {
	margin: 10px auto;
}

@media(min-width:768px) {
	
	.banner-rectangle {
		display: none;
	}
	
}</pre></body></html>