@charset "UTF-8";
@font-face {
  font-family: "epilogue";
  src: url("./fonts/Epilogue-Regular.eot?") format("eot"), url("./fonts/Epilogue-Regular.woff") format("woff"), url("./fonts/Epilogue-Regular.ttf") format("truetype"), url("./fonts/Epilogue-Regular.svg") format("svg");
  font-weight: normal;
  font-style: normal;
  text-rendering: optimizeLegibility; }
@font-face {
  font-family: "epilogue";
  src: url("./fonts/Epilogue-Bold.eot?") format("eot"), url("./fonts/Epilogue-Bold.woff") format("woff"), url("./fonts/Epilogue-Bold.ttf") format("truetype"), url("./fonts/Epilogue-Bold.svg") format("svg");
  font-weight: bold;
  font-style: normal;
  text-rendering: optimizeLegibility; }
:root {
  --m: 2.5rem;
  --font-text: 'epilogue', sans-serif;
  --font-headers: 'epilogue', sans-serif;
  --fontsize-small: 1.5rem;
  --fontsize-default: 2rem;
  --fontsize-big: 2.5rem;
  --fontsize-bigger: 3rem;
  --fontsize-subtitle: 3.5rem;
  --fontsize-title: 4rem;
  --lineheight-default: 1.6;
  --height-header: calc( var(--m)*2 );
  --color-bg: white;
  --color-text: #464a4e; }

@keyframes fadeup {
  0% {
    opacity: 0;
    transform: translateY(20px); }
  100% {
    opacity: 1;
    transform: translateY(0); } }
@keyframes fadein {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom. */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin. */
body {
  margin: 0; }

/* HTML5 display definitions
 * ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11. */
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera. */
audio, canvas, progress, video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices. */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22. */
[hidden], template {
  display: none; }

/* Links
 * ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10. */
a {
  background-color: transparent; }
  a:active, a:hover {
    outline: 0; }

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state. */
/* Text-level semantics
 * ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome. */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome. */
b, strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome. */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome. */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9. */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers. */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers. */
sub {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
 * ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10. */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11. */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
 * ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari. */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers. */
hr {
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers. */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers. */
code, kbd, pre, samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
 * ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set. */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome. */
button, input, optgroup, select, textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11. */
button {
  overflow: visible;
  text-transform: none; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox. */
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others. */
button, html input[type="button"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

input[type="reset"], input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements. */
button[disabled], html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+. */
button::-moz-focus-inner {
  border: 0;
  padding: 0; }

input {
  line-height: normal; }
  input::-moz-focus-inner {
    border: 0;
    padding: 0; }
  input[type="checkbox"], input[type="radio"] {
    box-sizing: border-box;
    /* 1 */
    padding: 0;
    /* 2 */ }
  input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
    height: auto; }
  input[type="search"] {
    -webkit-appearance: textfield;
    /* 1 */
    box-sizing: content-box;
    /* 2 */ }
    input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
      -webkit-appearance: none; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet. */
/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10. */
/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`. */
/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome. */
/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance). */
/**
 * Define consistent border, margin, and padding. */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets. */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11. */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X. */
optgroup {
  font-weight: bold; }

/* Tables
 * ========================================================================== */
/**
 * Remove most spacing between table cells. */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td, th {
  padding: 0; }

* {
  box-sizing: border-box; }

html {
  font-size: 62.5%;
  scroll-behavior: smooth; }

body {
  font-family: var(--font-text);
  background-color: var(--color-bg);
  font-size: var(--fontsize-default, 1.5rem);
  line-height: var(--lineheight-default, 1.6);
  color: var(--color-text);
  overflow-x: hidden;
  margin: 0; }

p {
  margin: 0; }

ul, li {
  padding: 0;
  margin: 0; }

figure {
  margin: 0; }

h1, h2, h3, h4, h5 {
  font-family: var(--font-headers);
  font-weight: bold; }

h1 {
  font-size: var(--fontsize-title, 2.5rem);
  line-height: var(--lineheight-title, 1.5); }

h2 {
  font-size: var(--fontsize-subtitle, 2.25rem);
  line-height: var(--lineheight-subtitle, 1.5); }

h3 {
  font-size: var(--fontsize-bigger, 2rem);
  line-height: var(--lineheight-bigger, 1.5); }

h4 {
  font-size: var(--fontsize-big, 1.75rem);
  line-height: var(--lineheight-big, 1.5); }

h5 {
  font-size: var(--fontsize-default, 1.5rem);
  line-height: var(--lineheight-default, 1.5); }

h1, h2, h3, h4, h5 {
  margin-top: 0; }

small {
  font-size: var(--fontsize-small); }

img {
  max-width: 100%;
  height: auto; }

iframe {
  max-width: 100%; }

li {
  list-style: none; }

a {
  text-decoration: none;
  transition: color 0.2s ease; }

a:focus {
  outline: 0; }

a:link, a:visited {
  color: #f14776; }

a:hover {
  color: #51ae83; }

a:active {
  color: #f14776; }

input,
select,
button,
textarea {
  max-width: 100%; }
  input::focus, input::-moz-focus-outer, input::-moz-focus-inner,
  select::focus,
  select::-moz-focus-outer,
  select::-moz-focus-inner,
  button::focus,
  button::-moz-focus-outer,
  button::-moz-focus-inner,
  textarea::focus,
  textarea::-moz-focus-outer,
  textarea::-moz-focus-inner {
    border: 0;
    outline: 0; }

select:hover {
  cursor: pointer; }

::-moz-selection,
::selection {
  background: var(--color-text);
  color: var(--color-bg); }

::-webkit-scrollbar {
  height: 24px;
  width: 8px;
  background: var(--color-text); }

::-webkit-scrollbar-thumb {
  background-color: var(--color-text); }

* {
  scrollbar-color: var(--color-text) var(--color-bg); }

.fixed-container {
  width: 1080px;
  max-width: 100%;
  margin: 96px auto 72px; }

.flex, .flex-between {
  display: flex;
  align-items: center; }

.flex-between {
  justify-content: space-between; }

.grid-one {
  display: grid;
  grid-template-columns: 100%;
  grid-gap: 24px; }

.grid-two {
  display: grid;
  grid-template-columns: 100%;
  grid-gap: 24px; }
  @media screen and (min-width: 600px) {
    .grid-two {
      grid-template-columns: 1fr 1fr;
      grid-gap: 24px; } }

.grid-three {
  display: grid;
  max-width: 100%;
  grid-template-columns: 100%;
  grid-gap: 24px; }
  @media screen and (min-width: 600px) {
    .grid-three {
      grid-template-columns: 1fr 1fr;
      grid-gap: 24px; } }
  @media screen and (min-width: 600px) {
    .grid-three {
      grid-template-columns: 1fr 1fr 1fr;
      grid-gap: 24px; } }

.full-width {
  width: 100%; }

.menu-inline > li {
  display: inline; }
  .menu-inline > li:not(:last-child) {
    margin-right: 12px; }

.hidden {
  display: none; }

@keyframes showup {
  0% {
    opacity: 0;
    transform: translateY(20px); }
  100% {
    opacity: 1;
    transform: translateY(0); } }
.region-content__inner {
  padding: 0 24px; }

.region-header {
  position: fixed;
  height: 48px;
  line-height: 48px;
  width: 100%;
  padding: 0 12px;
  z-index: 1000; }

.region-header .bcc-icon {
  filter: invert(1); }

.region-content {
  min-height: calc(100vh - 48px); }

.region-footer {
  min-height: 48px;
  font-size: var(--fontsize-small);
  padding: 12px;
  line-height: 1.2; }

@media all and (min-width: 900px) {
  .region-footer {
    line-height: 48px;
    padding: 0 12px; } }
#profiles {
  display: block;
  overflow: visible;
  margin: 0 auto;
  position: relative;
  top: 48px;
  cursor: crosshair; }

.profile__selectors {
  position: fixed;
  top: 72px;
  left: 24px;
  font-size: 0.8em; }

.profiles__selector {
  appearance: none;
  border: 0;
  background: white;
  border-bottom: 1px dashed; }

@keyframes animateIn {
  0% {
    opacity: 0;
    transform: scale(0.5); }
  100% {
    opacity: 0.8;
    transform: scale(1); } }
.graph {
  animation-name: animateIn;
  animation-duration: 900ms;
  animation-fill-mode: forwards;
  animation-timing-function: cubic-bezier(0.7, 0.85, 0.41, 1.21); }
  .graph circle {
    transition: transform 0.2s; }

.graph:hover {
  cursor: help; }
  .graph:hover circle {
    stroke: rgba(0, 0, 0, 0.15);
    transform: scale(1.02); }

.profiles .hidden {
  display: none; }

.graph circle {
  transition: fill 0.3s ease;
  filter: saturate(125%);
  position: relative;
  z-index: 0; }
  .graph circle.active {
    fill: #111; }
  .graph circle.active + text tspan {
    fill: white !important; }

.region-footer a {
  text-decoration: underline;
  text-decoration-style: dotted; }
  .region-footer a:link, .region-footer a:visited {
    color: #111; }
  .region-footer a:hover {
    color: #555; }
  .region-footer a:active {
    color: #111; }

.profile-form-wrapper {
  width: 576px;
  margin: 0 auto;
  padding: 48px 0; }

.field__label {
  font-weight: bold;
  color: black; }

.field:not(:first-child) {
  margin-top: 24px; }

.field__help {
  font-size: 0.8em;
  margin-bottom: 12px; }

.profile-form input:not([type="submit"], [type="checkbox"]),
.profile-form select {
  border: 0;
  width: 100%;
  display: block;
  min-height: 48px; }
  .profile-form input:not([type="submit"], [type="checkbox"]):focus,
  .profile-form select:focus {
    outline-color: #f1ce4a; }

.profile-form textarea,
.profile-form input:not([type="submit"], [type="checkbox"], [type="file"]),
.profile-form select {
  border: 0;
  background-color: #f5f5f5;
  width: 100%;
  display: block;
  min-height: 48px;
  outline: 1px solid #f0f0f0;
  transition: outline-color 0.2s ease;
  padding: 0 12px; }
  .profile-form textarea:focus,
  .profile-form input:not([type="submit"], [type="checkbox"], [type="file"]):focus,
  .profile-form select:focus {
    outline-color: #f1ce4a; }

#create-profile input[type="submit"] {
  background-color: #34ac4f;
  font-size: 0.8em;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-top: 72px;
  display: block;
  min-height: 48px;
  outline: 0;
  border: 0;
  width: 100%;
  color: white;
  font-weight: bold; }
  #create-profile input[type="submit"]:hover {
    background-color: #2eb24c; }

.field.required label:after {
  content: "*";
  font-size: 1.5em;
  line-height: 1em;
  color: red; }

.profile-form__label {
  text-transform: uppercase;
  color: black;
  margin-top: 48px;
  font-size: 0.8em;
  border-bottom: 2px solid; }
  .profile-form__label span {
    font-weight: normal;
    float: right; }

.phone-field-ext,
.phone-field-ext + input {
  display: none !important; }

.profile-form__step-browser {
  display: none; }

.profile-form__step {
  padding-bottom: 48px;
  margin-bottom: 48px;
  border-bottom: 4px dotted #f1ce4a; }

.field__help--boolean {
  line-height: 1;
  margin-bottom: 0; }

.input[type="submit"] {
  float: left; }

.profile-form #id_categories_offer,
.profile-form #id_categories_demand {
  resize: both;
  min-height: 384px; }

.profile-form #id_description_offer,
.profile-form #id_description_demand {
  height: 120px; }

.profile-form optgroup {
  font-size: 0.8em;
  margin: 8px 0; }

.profile-form optgroup:hover {
  cursor: s-resize; }

.profile-form optgroup.active:hover {
  cursor: n-resize; }

.profile-form optgroup option {
  display: none;
  font-size: 1.2em;
  margin: 4px 0; }
  .profile-form optgroup option:hover {
    cursor: pointer; }

.profile-form optgroup.active option,
#id_hood option {
  display: block; }

.form-browser {
  position: fixed;
  top: 72px;
  left: 12px; }
  .form-browser a {
    color: #111;
    font-size: 0.8em;
    transition: opacity 0.2s ease; }
    .form-browser a:before {
      content: "→";
      margin-right: 12px; }
    .form-browser a:hover {
      opacity: 0.8; }

.form-browser__label {
  color: black;
  margin-bottom: 12px; }

.form-cancel {
  color: #111 !important;
  font-size: 0.8em;
  margin-top: 24px;
  display: block; }

.landing {
  width: 480px;
  max-width: 100%;
  padding: 48px 24px;
  margin: 0 auto;
  animation: showup 1s 1 forwards; }

.landing__title {
  text-transform: uppercase;
  text-align: center;
  border-bottom: 4px solid #f192a0; }

.landing__text {
  text-align: justify; }

.landing__construction {
  margin-top: 24px;
  text-align: center;
  font-size: 0.8em;
  font-style: italic; }

.main-menu a {
  font-size: 0.8em; }
  .main-menu a:link, .main-menu a:visited {
    color: #111; }
  .main-menu a:hover {
    color: #fad721; }
  .main-menu a:active {
    color: #111; }

.site-messages {
  position: fixed;
  top: 48px;
  right: 48px; }

.site-message {
  background-color: #111;
  border-radius: 12px;
  width: 360px;
  text-align: center;
  font-size: 0.8em;
  color: white;
  padding: 12px; }

.site-message--success {
  background-color: #34ac4f;
  animation: showup 1s 1 forwards; }

.profile {
  width: 360px;
  max-width: 100%;
  position: fixed;
  right: 0;
  top: 72px;
  padding: 0 24px;
  background: rgba(255, 255, 255, 0.75);
  transition: transform 0.2s ease; }

[data-field="name"] {
  line-height: 1.2;
  letter-spacing: -1px; }

.profile.folded {
  transform: translateX(400px); }

.profile__field {
  margin: 0 0 24px; }

.profile__image img {
  clip-path: circle(33%); }

.profile__label {
  text-transform: uppercase;
  margin: 0; }

.profile__value:before {
  margin-right: 12px;
  position: relative;
  top: 3px;
  opacity: 0.5; }

[data-field="phone"]:before {
  content: url("/static/bcc/img/icons/phone.svg"); }

[data-field="language"]:before {
  content: url("/static/bcc/img/icons/globe.svg"); }

.profile__close {
  font-size: 1.5em;
  position: absolute;
  left: -24px;
  top: -24px;
  opacity: 0.75;
  transition: opacity 0.2s ease; }
  .profile__close:hover {
    opacity: 1;
    cursor: pointer; }

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