@font-face {
  font-family: "HelveticaLight";
  src: url("../fonts/HelveticaNeue-Light.woff2") format("woff2"), url("../fonts/HelveticaNeue-Light.woff") format("woff");
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body,
body *,
*,
*+*{
    font-family: "HelveticaNeueLight", Helvetica, sans-serif;
  	font-size: 13px;
}
a{
	display:block;
	color: #000;
	text-decoration: none;
}a:hover{
	text-decoration: underline;
}
img {
  width: 100%;
  height: auto;
}

ul {
  list-style-type: none;
}

.container {
  width: 100%;
  padding: 50px;
}

.container__content {
  max-width: 900px;
  height: 500px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.container__content__top {
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.container__content__top-logo {
  width: 190px;
}
.container__content__top-row {
  width: 28rem;
  min-height: 50%;
}
.container__content__top-row .row {
  display: flex;
  justify-content: space-between;
  margin-bottom: 2rem;
}
.container__content__top-row .row .column-right {
  margin-top: 15px;
}
.container__content__top-row .row .sm-divider {
  display: block;
  margin: 5px 0;
  width: 10px;
  height: 1px;
  background-color: rgba(0, 0, 0, 0.6156862745);
}
.container__content__top-row .row:nth-child(2) {
  margin-bottom: 1rem;
}
.container__content__top-row .row:last-child .column-right {
  margin-top: 0;
}
.container__content__bottom-soon {
  text-transform: uppercase;
  font-size: 14px;
}

@media (max-width: 670px) {
	.container {
	  padding: 15px;
	}
  .container__content__top {
    flex-direction: column;
    justify-content: flex-start;
  }
  .container__content__top-row {
    width: 100%;
    margin-top: 3rem;
  }
}

/*# sourceMappingURL=style.css.map */
