/* app/stylesheet/marketing.css */
body .station-preview,
body .page-preview {
  font-family: DM Sans;
  margin: 0;
  color: #002;
}
.fw-700 {
  font-weight: 700;
}
.fw-500 {
  font-weight: 500;
}
.fw-400 {
  font-weight: 400;
}
.fw-300 {
  font-weight: 300;
}
.fs-it {
  font-style: italic;
}
.fs-nor {
  font-style: normal;
}
.site-blue {
  color: #0084ff;
}
.w-100 {
  width: 100%;
}
.fluid-container {
  width: 100%;
  height: 100%;
  background-size: cover;
}
.fluid-container .container {
  height: 100vh;
  padding: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
.station-preview .fluid-container .container {
  height: 90vh;
  padding: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
.w-50 {
  width: 50%;
  float: left;
  overflow: hidden;
  height: 100%;
}
.w-55 {
  width: 55%;
  float: left;
  overflow: hidden;
  height: 100%;
}
.fluid-container.chef-craft .container {
  max-width: 100%;
}
.upload-section-button {
  width: .1px;
  height: .1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}
.upload-section-button + label {
  outline: 1px dotted #000;
  outline: -webkit-focus-ring-color auto 5px;
}
.iupload-section-button + label * {
  pointer-events: none;
}
.upload-section {
  display: inline-block;
  border: 1px solid #000;
  padding: 20px;
  background-color: #fff;
  position: relative;
  bottom: 12px;
  left: 24px;
}
.upload-section .cursor-pointer {
  font-size: 14px;
  display: flex;
  line-height: normal;
  color: #000;
}
.upload-section .cursor-pointer i {
  margin-right: 4px;
  line-height: normal;
}
