/*!***************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[6].rules[0].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[6].rules[0].oneOf[0].use[2]!./node_modules/resolve-url-loader/index.js??ruleSet[1].rules[6].rules[1].use[0]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[6].rules[1].use[1]!./apps/building-scout/front-end/src/styles.scss ***!
  \***************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
* {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  outline: 0;
}

@font-face {
  font-family: einer-grotesk-light;
  src: url(/assets/fonts/einer-grotesk/einer-grotesk-light.woff);
}

@font-face {
  font-family: einer-grotesk-regular;
  src: url(/assets/fonts/einer-grotesk/einer-grotesk-regular.woff);
}

@font-face {
  font-family: einer-grotesk-heavy;
  src: url(/assets/fonts/einer-grotesk/einer-grotesk-heavy.woff);
}

.row {
  display: grid;
  width: 100%;
  grid-template-columns: repeat(12, 1fr);
}

.col-1 {
  grid-column: span 1;
}

.col-2 {
  grid-column: span 2;
}

.col-3 {
  grid-column: span 3;
}

.col-4 {
  grid-column: span 4;
}

.col-5 {
  grid-column: span 5;
}

.col-6 {
  grid-column: span 6;
}

.col-7 {
  grid-column: span 7;
}

.col-8 {
  grid-column: span 8;
}

.col-9 {
  grid-column: span 9;
}

.col-10 {
  grid-column: span 10;
}

.col-11 {
  grid-column: span 11;
}

.col-12 {
  grid-column: span 12;
}

.table {
  display: flex;
  flex-flow: column nowrap;
  font-size: 1rem;
  line-height: 19px;
  flex: 1 1 auto;
}

.th {
  display: none;
  font-weight: 700;
  background-color: #f2f2f2;
}

.th > .td {
  white-space: normal;
  justify-content: center;
}

.tr {
  width: 100%;
  display: flex;
  flex-flow: row nowrap;
}

.td {
  display: flex;
  flex-flow: row nowrap;
  flex-grow: 1;
  flex-basis: 0;
  padding: 0.5em;
  word-break: break-word;
  overflow: hidden;
  text-overflow: ellipsis;
  min-width: 0;
  white-space: nowrap;
  border-bottom: 1px solid #fff;
}

p {
  font-family: einer-grotesk-light, sans-serif;
  font-size: 16px;
  line-height: 20px;
}

input {
  font-family: einer-grotesk-light, sans-serif;
  font-size: 16px;
}

h2 {
  font-family: einer-grotesk-heavy, sans-serif;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 24px;
  color: #39414a;
  padding-bottom: 3px;
  border-bottom: 1px solid #39414a;
  position: relative;
  border-bottom: 0;
}

h2:before {
  content: "";
  position: absolute;
  bottom: 0;
  top: calc(100% - 1px);
  left: 0;
  right: 0;
  background: linear-gradient(to left, #F57F20 0%, #E6584A 30%, #B14A62 60%, #58487D 100%);
}

hr {
  border: 0;
  height: 1px;
  position: relative;
  width: 80%;
  margin: 8px auto;
}

hr:before {
  content: "";
  position: absolute;
  bottom: 0;
  top: calc(100% - 1px);
  left: 0;
  right: 0;
  background: linear-gradient(to left, rgba(245, 127, 32, 0) 0%, #e6584a 30%, #b14a62 60%, rgba(88, 72, 125, 0) 100%);
}

h3 {
  font-family: einer-grotesk-light, sans-serif;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 20px;
  color: #39414a;
}

h3.content-header {
  font-size: 14px;
  width: calc(100% - 24px);
  position: relative;
  left: 4px;
  margin-top: 8px;
}

h3.content-header:before {
  content: "";
  position: absolute;
  bottom: 0;
  top: calc(100% - 1px);
  left: 0;
  right: 0;
  background: linear-gradient(to left, #F57F20 0%, #E6584A 30%, #B14A62 60%, #58487D 100%);
}

section {
  margin-top: 16px;
  font-size: 16px;
}

section.section--xl {
  margin-top: 24px;
}

section.section--s {
  margin-top: 8px;
}

.graph-circle {
  width: 8px;
  height: 8px;
  border-radius: 100%;
  background-color: #F75700;
}

.graph-square {
  width: 8px;
  height: 8px;
  background-color: #F7175E;
}

.graph-triangle {
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  position: relative;
  right: 2px;
  top: -1px;
  border-bottom: 8px solid #117a16;
}

ul li {
  padding-left: 16px;
  position: relative;
  font-family: einer-grotesk-light, serif;
}

ul li:before {
  content: "";
  position: absolute;
  left: 0;
  width: 3px;
  height: 3px;
  border-radius: 100%;
  background-color: black;
  top: 50%;
}

input::placeholder {
  font-style: italic;
}

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