@font-face {
    font-family: SFPro;
    src: url("../fonts/SFPro/SF-Pro-Text-Regular.otf") format("opentype");
}

@font-face {
    font-family: SFPro;
    font-weight: bold;
    src: url("../fonts/SFPro/SF-Pro-Text-Bold.otf") format("opentype");
}

@font-face {
    font-family: SFPro;
    font-weight: 600;
    src: url("../fonts/SFPro/SF-Pro-Text-Semibold.otf") format("opentype");
}

html, body {
  background: #f5f5f5;
  margin: 0;
  padding: 0;
  font-family: SFPro;
}

#treel-logo {
  height: 72px;
  background: rgba(241,123,93,1);
  background: -moz-linear-gradient(left, rgba(241,123,93,1) 0%, rgba(232,71,104,1) 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, rgba(241,123,93,1)), color-stop(100%, rgba(232,71,104,1)));
  background: -webkit-linear-gradient(left, rgba(241,123,93,1) 0%, rgba(232,71,104,1) 100%);
  background: -o-linear-gradient(left, rgba(241,123,93,1) 0%, rgba(232,71,104,1) 100%);
  background: -ms-linear-gradient(left, rgba(241,123,93,1) 0%, rgba(232,71,104,1) 100%);
  background: linear-gradient(to right, rgba(241,123,93,1) 0%, rgba(232,71,104,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f17b5d', endColorstr='#e84768', GradientType=1 );
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

#treel-logo>img {
  width: 174px;
  height: 28px;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
}

.legal-info {
  width: 90%;
  padding: 0 5%;
}

#media-block {
  margin: 48px 0;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

#media-block>section {
  width: 620px;
  background: #fff;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.1);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.1);
  box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.1);
  align-self: auto;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
}

#media-block>section>header {
  padding: 16px;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

#media-block>section>header>* {
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
}

#media-block>section>header>img {
  width: 42px;
  height: 42px;
  min-width: 42px;
  min-height: 42px;
  margin-right: 8px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}

#media-block>section>header>p {
  margin: 0;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0.33px;
}

#media-block>section>header>p>b {
  font-weight: 600;
}

#media-block>section>article {
  margin: 0 16px 16px 16px;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: -0.34px;
}
#media-block>section>article>p {
  margin: 0;
  white-space: pre-wrap;
}
#media-block>section>article>a {
  color: #ea4466;
  text-decoration: none;
}

#asset {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  overflow: hidden;
}

#asset>* {
  flex: 0 1 auto;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
}

@media all and (max-width: 620px) {
  #treel-logo {
    height: 40px;
  }

  #treel-logo>img {
    height: 14px;
    width: 87px;
  }

  #media-block {
    margin: 0;
  }
}

#asset>iframe {
  height: 600px;
  min-width: 100%;
  max-width: 100%;
  width: 100px;
  border: none;
}
