html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  border: 0;
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline; }

:focus {
  outline: 0; }

body {
  background-color: #eee;
  line-height: 1; }

ol, ul {
  list-style: none; }

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

caption, th, td {
  font-weight: normal;
  text-align: left; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: ""; }

blockquote, q {
  quotes: "" ""; }

a img {
  border: 0; }

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

h1 {
  font-size: 2.25rem;
  line-height: 1.3; }

@media screen and (max-width: 80rem) {
  h1 {
    font-size: 1.5rem; } }

h2 {
  font-size: 1.5rem;
  line-height: 1.3; }

@media screen and (max-width: 80rem) {
  h2 {
    font-size: 1rem; } }

body {
  font-size: 0.9375rem;
  line-height: 1.3; }

a {
  text-decoration: none; }
  a:hover {
    text-decoration: underline; }

.align-right {
  text-align: right; }

.pad-bottom {
  padding-bottom: 36px; }

.pad-left {
  padding-left: 42px !important; }

.pad-right {
  padding-right: 42px !important; }

.tab-pad-left {
  padding-left: 30px !important; }

.tab-pad-right {
  padding-right: 30px !important; }

.color-light-gray {
  color: #B2BBC3; }

.ui-container {
  width: 100%;
  height: 100%; }

*,
*:after,
*:before {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.row {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  position: relative;
  padding: 48px 0; }
  .row.wrap {
    flex-wrap: wrap;
    -webkit-flex: 1 1 auto; }
  .row.pad-top {
    margin-top: 96px; }

@media screen and (max-width: 64rem) {
  .row {
    padding: 24px 0; } }

@media screen and (max-width: 53.75rem) {
  .row {
    flex-wrap: wrap;
    -webkit-flex: 1 1 auto; } }

.row-wrap {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  position: relative;
  padding: 48px 0; }

.form-row {
  display: flex;
  flex-direction: column;
  position: relative;
  padding: 12px 0; }

.column {
  display: flex;
  flex-direction: column;
  position: relative;
  padding: 0 5px; }

@media screen and (max-width: 53.75rem) {
  .column {
    padding: 0 5px; } }

.grid-container {
  display: table;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: 1280px;
  padding: 0 40px; }

ul.grid-container {
  margin: 0; }

@media screen and (max-width: 53.75rem) {
  .grid-container {
    max-width: 860px;
    padding: 0 30px; } }

@media screen and (max-width: 41.25rem) {
  .grid-container {
    max-width: 660px;
    padding: 0 15px; } }

.container {
  width: 100%;
  height: 100%; }

.block {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  margin: 0 5px 10px; }

@media screen and (max-width: 53.75rem) {
  .block {
    margin: 0 5px 10px; } }

.hd-1 {
  flex-basis: 20%;
  width: 100%;
  max-width: 20%; }

.hd-2 {
  flex-basis: 40%;
  width: 100%;
  max-width: 40%; }

.hd-3 {
  flex-basis: 60%;
  width: 100%;
  max-width: 60%; }

.hd-4 {
  flex-basis: 80%;
  width: 100%;
  max-width: 80%; }

.hd-5 {
  flex-basis: 100%;
  width: 100%;
  max-width: 100%; }

@media screen and (max-width: 64rem) {
  .desk-1 {
    flex-basis: 20%;
    width: 100%;
    max-width: 20%; }
  .desk-2 {
    flex-basis: 40%;
    width: 100%;
    max-width: 40%; }
  .desk-3 {
    flex-basis: 60%;
    width: 100%;
    max-width: 60%; }
  .desk-4 {
    flex-basis: 80%;
    width: 100%;
    max-width: 80%; }
  .desk-5 {
    flex-basis: 100%;
    width: 100%;
    max-width: 100%; } }

@media screen and (max-width: 53.75rem) {
  .tab-1 {
    flex-basis: 25%;
    width: 100%;
    max-width: 25%; }
  .tab-2 {
    flex-basis: 50%;
    width: 100%;
    max-width: 50%; }
  .tab-3 {
    flex-basis: 75%;
    width: 100%;
    max-width: 75%; }
  .tab-4 {
    flex-basis: 100%;
    width: 100%;
    max-width: 100%; } }

@media screen and (max-width: 41.25rem) {
  .mobile-1 {
    flex-basis: 100%;
    width: 100%;
    max-width: 100%; } }

.no-wrap {
  flex-wrap: nowrap; }

@media screen and (max-width: 41.25rem) {
  .mobile-wrap {
    flex-wrap: wrap; }
  .mobile-margin-bottom {
    margin-bottom: 36px !important; }
  .mobile-hide {
    display: none; } }

.no-margin {
  margin: 0;
  padding: 0; }

@media screen and (max-width: 41.25rem) {
  .mobile-no-margin {
    margin: 0 !important;
    padding: 0 !important; } }

.no-margin-top {
  margin-top: 0;
  padding-top: 0; }

.no-margin-bottom {
  margin-bottom: 0;
  padding-bottom: 0; }

.no-margin-left {
  margin-left: 0;
  padding-left: 0; }

.no-margin-right {
  margin-right: 0;
  padding-right: 0; }

html, body {
  width: 100%;
  height: 100%;
  background: #262626;
  font-family: "Roboto", sans-serif;
  color: #ffffff; }

.ui-container {
  display: table;
  background: url("/_images/background.jpg") no-repeat;
  background-position: top;
  background-size: cover; }

@media screen and (max-width: 41.25rem) {
  .ui-container {
    background-size: auto; } }

header {
  padding: 72px 0;
  text-align: center; }

.ad-container img {
  width: 320px;
  height: 250px; }

@media screen and (max-width: 53.75rem) {
  .ad-container {
    margin-top: 72px;
    text-align: center; } }

@media screen and (max-width: 41.25rem) {
  .ad-container {
    margin-top: 72px;
    text-align: center; } }

.thumbnail {
  margin-bottom: 10px; }
  .thumbnail a {
    display: block;
    position: relative;
    width: 100%;
    max-width: 250px;
    height: 100%;
    max-height: 332px;
    border-radius: 10px;
    overflow: hidden; }
    .thumbnail a img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: center; }
    .thumbnail a .overlay {
      display: table;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: auto; }
  .thumbnail:nth-child(5n) {
    padding-right: 0; }
  .thumbnail:nth-child(5n+1) {
    padding-left: 0; }
  @media screen and (max-width: 41.25rem) {
    .thumbnail a {
      max-width: 100%;
      height: auto;
      max-height: 100%; } }

@media screen and (max-width: 53.75rem) {
  .thumbnail {
    padding: 0 5px; }
    .thumbnail:nth-child(5n) {
      padding-right: 5px; }
    .thumbnail:nth-child(5n+1) {
      padding-left: 5px; }
    .thumbnail:nth-child(4n) {
      padding-right: 0; }
    .thumbnail:nth-child(4n+1) {
      padding-left: 0; } }

@media screen and (max-width: 41.25rem) {
  .thumbnail {
    padding: 0; } }

footer {
  padding: 48px 0 0;
  background: #222324;
  text-align: center;
  color: #B2BBC3; }
  footer .grid-container .row {
    display: table;
    width: 100%;
    text-align: center; }
  footer .legal a {
    margin-left: 24px;
    color: #B2BBC3; }
  @media screen and (max-width: 41.25rem) {
    footer .legal a {
      clear: both;
      display: table;
      width: 100%;
      margin-left: 0;
      margin: 36px 0; } }
