

html {
  background-color: rgb(10, 10, 10);
}


body {
  margin: 0;
  color: #fff;
  word-wrap: break-word;
  word-break: break-word;
  transition: background-color .25s;
  -moz-transition: background-color .25s;
  -webkit-transition: background-color .25s; }

button {
  background-color: transparent;
  font-weight: bold;
  text-transform: uppercase;
  border: none;
  border-radius: 4px;
  padding: 0.8em 1.2em;
  transition: background-color .25s; }

button:hover, button:focus {
  background-color: rgba(255, 255, 255, 0.1); }

button:focus {
  outline: 1px solid #FFFFFF; }

.card {
  padding: 1em 2em;
  margin: 1em;
  color: #0095ff;
  background-color: #0095ff;
  border-radius: 30px;
  box-shadow: 0 0.3em 0.8em rgba(0, 0, 0, 0.25); }

.card * {
  color: #FFF !important; }

.card:nth-child(1) {
    background:   

	width: 100wh;
	height: 50vh;
	color: #C0C0C0;
	background: #0a0f14
}

.card--small {
  display: block;
  margin: 0;
  background-color: #FFF;
  text-decoration: none;
  padding: 0.4em 1.8em; }

.card--small * {
  color: #000 !important; }

.card--small .link__img {
  filter: contrast(0) brightness(0) !important; }

.link {
  text-decoration: none;
  display: flex;
  align-items: center;
  height: 2em;
  margin-bottom: 0.5em;
  user-select: none;
  position: relative; }

.link--elevated {
  opacity: 0.7;
  transition: opacity .25s; }

.link--elevated:hover, .link--elevated:focus {
  opacity: 1; }

  
.link__title {
  color: #808080;
  margin-left: 18px;
  transition: color .25s;
  -moz-transition: color .25s;
  -webkit-transition: color .25s; }

.link__title--right {
  position: absolute;
  right: 0;
  display: none; }

.link:hover .link__title {
  color: #FFFFFF; }

@media (min-width: 600px) {
  .link__title--right {
    display: inline; } }
.select {
  display: inline-block;
  position: relative; }

.select::after {
  content: ' ';
  display: block;
  line-height: 1;
  font-size: 1em;
  position: absolute;
  bottom: 15px;
  right: 14px;
  width: 24px;
  height: 24px;
  background: url(/images/ic/drop-arrow.svg);
  user-select: none;
  pointer-events: none; }

.select__title {
  display: block;
  margin: 0;
  margin-bottom: .2em;
  padding: 0;
  font-size: .8em;
  font-weight: bolder; }

select::-ms-expand {
  display: none; }

select {
  width: 200px;
  height: 32px;
  padding: .4em .6em;
  margin: 0;
  margin-right: 10px;
  margin-bottom: 10px;
  background-color: rgba(0, 0, 0, 0.1);
  outline: none;
  border: none;
  border-bottom: 1px solid currentColor;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  transition: background-color .25s; }

select:hover {
  background-color: rgba(0, 0, 0, 0.15); }

select:focus {
  background-color: rgba(0, 0, 0, 0.2); }

option {
  background-color: #000; }
main {
  display: block;
  margin-left: 20px;
  margin-right: 20px;
  margin-bottom: 2em;
  padding-top: 2em;
  transition: transform .25s;
  -moz-transition: transform .25s;
  -webkit-transition: transform .25s; }  