/*Constants and Mixins*/
/* line 7, app/assets/stylesheets/privates/company/fileuploader.css.scss */
.fileuploader__container {
  height: 120px;
  position: relative;
}

/* line 11, app/assets/stylesheets/privates/company/fileuploader.css.scss */
.fileuploader__container::after {
  background-color: transparent;
  bottom: -5px;
  color: #2a3552;
  content: '';
  font-size: 11px;
  left: 0;
  padding: 6px;
  position: absolute;
  right: 0;
  text-align: center;
  top: auto;
}

/* line 26, app/assets/stylesheets/privates/company/fileuploader.css.scss */
.fileuploader__default__image {
  background-size: cover;
  border: 1px solid #e8e8e8;
  border-radius: 50%;
  display: block;
  height: 100px;
  margin: auto;
  width: 100px;
}

/* line 35, app/assets/stylesheets/privates/company/fileuploader.css.scss */
.fileuploader__default__image__text {
  bottom: -25px;
  font-size: 11px;
  height: 30px;
  left: 0;
  margin: auto;
  padding: 6px;
  position: absolute;
  right: 0;
  text-align: center;
  top: auto;
}

/* line 48, app/assets/stylesheets/privates/company/fileuploader.css.scss */
.fileuploader__default__image--company {
  background-image: url(/assets/no_photo_company-b25ce4100b846fa9cd5ee4131be9f97f77a4f907aa8fc6847f7ba98e5ced756d.png);
}

/* line 53, app/assets/stylesheets/privates/company/fileuploader.css.scss */
.fileuploader__preview__container {
  margin: auto;
}

/* line 57, app/assets/stylesheets/privates/company/fileuploader.css.scss */
.fileuploader__preview {
  border: 1px solid #e8e8e8;
  border-radius: 50%;
  display: block;
  height: 100px;
  margin: auto;
  width: 100px;
}

/* line 66, app/assets/stylesheets/privates/company/fileuploader.css.scss */
.fileuploader__delete__container {
  text-align: center;
}

/* line 70, app/assets/stylesheets/privates/company/fileuploader.css.scss */
.fileuploader__delete__btn {
  background: transparent;
  border: 0;
  color: #2a3552;
  font-size: 14px;
}

/* line 77, app/assets/stylesheets/privates/company/fileuploader.css.scss */
.fileuploader__error {
  color: #ff5c5c;
}

@media screen and (min-width: 1200px) {
  /* line 84, app/assets/stylesheets/privates/company/fileuploader.css.scss */
  .fileuploader__default__image {
    margin-left: 0;
  }
  /* line 87, app/assets/stylesheets/privates/company/fileuploader.css.scss */
  .fileuploader__default__image__text {
    bottom: 0;
    font-size: 14px;
    left: 30px;
    line-height: normal;
    margin: auto;
    padding-left: 90px;
    right: 0;
    text-align: left;
    top: 0;
  }
  /* line 100, app/assets/stylesheets/privates/company/fileuploader.css.scss */
  .fileuploader__container::after {
    bottom: 0;
    font-size: 14px;
    left: 30px;
    line-height: 82px;
    margin: auto;
    padding-left: 90px;
    right: 0;
    text-align: left;
    top: 0;
  }
  /* line 112, app/assets/stylesheets/privates/company/fileuploader.css.scss */
  .fileuploader__delete__container {
    bottom: -10px;
    height: 20px;
    margin: auto;
    position: absolute;
    top: auto;
  }
  /* line 120, app/assets/stylesheets/privates/company/fileuploader.css.scss */
  .fileuploader__preview__container {
    margin-left: 0;
    position: relative;
  }
}

/* line 2, app/assets/stylesheets/privates/company/form.css.scss */
.form__header {
  color: #061335;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
}

/* line 10, app/assets/stylesheets/privates/company/form.css.scss */
.input__wrapper {
  display: flex;
  flex-direction: column;
}

/* line 15, app/assets/stylesheets/privates/company/form.css.scss */
.input__label {
  color: #838383;
  font-family: Lato, Helvetica, Arial;
  font-size: 16px;
  font-weight: 400;
  line-height: 60px;
  margin: 0;
  padding: 0;
  text-align: center;
}

/* line 26, app/assets/stylesheets/privates/company/form.css.scss */
.input__text {
  border: 1px solid #e6e6e6;
  color: #061335;
  height: 55px;
  line-height: 55px;
  outline: 0;
  padding: 8px 17px;
  position: relative;
  width: 100%;
}

/* line 37, app/assets/stylesheets/privates/company/form.css.scss */
.input__file__container {
  height: 100%;
}

/* line 41, app/assets/stylesheets/privates/company/form.css.scss */
.input__file {
  height: 100%;
}

/* line 45, app/assets/stylesheets/privates/company/form.css.scss */
.input__desc {
  color: #838383;
  font-size: 14px;
  margin-left: 1px;
}

/* line 51, app/assets/stylesheets/privates/company/form.css.scss */
.input__select_wrapper {
  border: 1px solid #e6e6e6;
  height: 55px;
}

/* line 55, app/assets/stylesheets/privates/company/form.css.scss */
.input__select_wrapper::after {
  bottom: 0;
  font-size: 30px;
  height: 30px;
  margin: auto;
  right: 8px;
  top: 0;
}

/* line 65, app/assets/stylesheets/privates/company/form.css.scss */
.input__select {
  color: #061335;
  font-family: Lato, Helvetica, Arial;
  font-size: 16px;
  font-weight: 400;
  height: 100%;
  padding: 8px 17px;
}

/* line 75, app/assets/stylesheets/privates/company/form.css.scss */
.input__checkbox_list_wrapper {
  align-content: space-around;
  display: flex;
  flex-wrap: wrap;
  position: relative;
}

/* line 82, app/assets/stylesheets/privates/company/form.css.scss */
.input__checkbox_wrapper {
  display: flex;
  justify-content: flex-start;
  padding: 5px 10px;
  width: 200px;
}

/* line 89, app/assets/stylesheets/privates/company/form.css.scss */
.input__checkbox_label {
  color: #061335;
  display: inline-block;
  font-family: 'Lato', Arial;
  font-size: 16px;
  font-weight: normal;
  height: 20px;
  line-height: 20px;
  min-height: 0;
  padding: 0;
  padding-left: 28px;
  position: relative;
  text-transform: none;
  vertical-align: top;
  width: auto;
}

/* line 105, app/assets/stylesheets/privates/company/form.css.scss */
.input__checkbox_label::before {
  background-color: #fff;
  border: 1px solid #e6e6e6;
  bottom: 0;
  content: '';
  height: 22px;
  left: -6px;
  margin: auto;
  position: absolute;
  right: auto;
  top: 0;
  width: 22px;
  z-index: 1;
}

/* line 120, app/assets/stylesheets/privates/company/form.css.scss */
.input__checkbox_label.selected::after {
  background-color: #81109c;
  bottom: 0;
  content: '';
  height: 15px;
  left: -2px;
  margin: auto;
  position: absolute;
  right: auto;
  top: 0;
  width: 14px;
  z-index: 1;
}

/* line 135, app/assets/stylesheets/privates/company/form.css.scss */
.input__checkbox {
  display: none;
}

/* line 139, app/assets/stylesheets/privates/company/form.css.scss */
.input__submit_wrapper {
  margin: 0 -10px;
}

/* line 143, app/assets/stylesheets/privates/company/form.css.scss */
.input__submit {
  background: #78a315;
  border: 0;
  color: #fff;
  display: block;
  font-size: 14px;
  font-weight: 900;
  height: 45px;
  line-height: 35px;
  margin-top: 20px;
  text-transform: uppercase;
  width: 100%;
}

/* line 158, app/assets/stylesheets/privates/company/form.css.scss */
.field-with-error {
  position: relative;
}

/* line 161, app/assets/stylesheets/privates/company/form.css.scss */
.field-with-error .error-field {
  bottom: 0;
  display: block;
  height: 100%;
  left: 0;
  margin: auto;
  position: absolute;
  top: 0;
  width: 100%;
}

@media screen and (min-width: 1200px) {
  /* line 175, app/assets/stylesheets/privates/company/form.css.scss */
  .input__wrapper {
    flex-direction: row;
    flex-wrap: wrap;
    margin: 25px 0;
  }
  /* line 181, app/assets/stylesheets/privates/company/form.css.scss */
  .input__label {
    text-align: left;
    width: 160px;
  }
  /* line 185, app/assets/stylesheets/privates/company/form.css.scss */
  .input__label--multirow {
    line-height: 30px;
  }
  /* line 190, app/assets/stylesheets/privates/company/form.css.scss */
  .input__file__container {
    margin-left: 20px;
    width: 665px;
  }
  /* line 195, app/assets/stylesheets/privates/company/form.css.scss */
  .input__checkbox_wrapper {
    padding-bottom: 20px;
    width: 160px;
  }
  /* line 200, app/assets/stylesheets/privates/company/form.css.scss */
  .input__checkbox_list_wrapper {
    margin-left: 20px;
    width: 665px;
  }
  /* line 205, app/assets/stylesheets/privates/company/form.css.scss */
  .input__text {
    margin-left: 20px;
    width: 665px;
  }
  /* line 210, app/assets/stylesheets/privates/company/form.css.scss */
  .input__desc {
    margin-top: -10px;
    padding-left: 171px;
    width: 100%;
  }
  /* line 216, app/assets/stylesheets/privates/company/form.css.scss */
  .input__select_wrapper {
    margin-left: 20px;
    width: 665px;
  }
}

/*Constants and Mixins*/
/* line 5, app/assets/stylesheets/privates/company/navigation.css.scss */
.navigation {
  width: 100%;
}

/* line 8, app/assets/stylesheets/privates/company/navigation.css.scss */
.navigation__list {
  background: #fff;
  border-top: 1px solid #e8e8e8;
  display: none;
  margin: 0;
  margin-top: 0;
}

/* line 16, app/assets/stylesheets/privates/company/navigation.css.scss */
.navigation__element {
  border-bottom: 1px solid #e8e8e8;
  border-top: 0;
  position: relative;
}

/* line 21, app/assets/stylesheets/privates/company/navigation.css.scss */
.navigation__element--active {
  background-color: #81109c;
}

/* line 25, app/assets/stylesheets/privates/company/navigation.css.scss */
.navigation__element:not(.has-visible-submenu):hover {
  background-color: #9e4eb1;
  transition: .5s;
}

/* line 29, app/assets/stylesheets/privates/company/navigation.css.scss */
.navigation__element:not(.has-visible-submenu):hover .navigation__link {
  color: #fff;
}

/* line 33, app/assets/stylesheets/privates/company/navigation.css.scss */
.navigation__element:not(.has-visible-submenu):hover .svg-icon {
  fill: #fff;
  stroke: #fff;
}

/* line 41, app/assets/stylesheets/privates/company/navigation.css.scss */
.navigation__submenu {
  margin-bottom: 20px;
  padding: 0 30px;
  text-align: left;
}

/* line 46, app/assets/stylesheets/privates/company/navigation.css.scss */
.navigation__submenu a {
  color: #fff;
  display: block;
  font-size: 12px;
  font-weight: 300;
  padding: 7px 0;
  text-transform: uppercase;
}

/* line 54, app/assets/stylesheets/privates/company/navigation.css.scss */
.navigation__submenu a:hover {
  text-decoration: underline;
}

/* line 58, app/assets/stylesheets/privates/company/navigation.css.scss */
.navigation__submenu a.submenu--active-link {
  font-weight: 400;
  text-decoration: underline;
}

/* line 65, app/assets/stylesheets/privates/company/navigation.css.scss */
.navigation__link {
  align-items: center;
  color: #81109c;
  display: flex;
  font-size: 14px;
  font-weight: 700;
  height: 100%;
  justify-content: space-between;
  padding: 10px 16px;
  text-transform: uppercase;
  width: 100%;
}

/* line 77, app/assets/stylesheets/privates/company/navigation.css.scss */
.navigation__link:focus, .navigation__link:hover {
  color: #838383;
}

/* line 82, app/assets/stylesheets/privates/company/navigation.css.scss */
.navigation__link--active, .navigation__link--active:focus, .navigation__link--active:hover {
  color: #fff;
}

/* line 88, app/assets/stylesheets/privates/company/navigation.css.scss */
.navigation__link--active .svg-icon {
  fill: #fff;
  stroke: #fff;
}

@media screen and (min-width: 1200px) {
  /* line 96, app/assets/stylesheets/privates/company/navigation.css.scss */
  .navigation {
    display: block;
    flex: 0 0 24%;
    padding-right: 20px;
  }
  /* line 101, app/assets/stylesheets/privates/company/navigation.css.scss */
  .navigation__element {
    border-top: 0;
  }
  /* line 104, app/assets/stylesheets/privates/company/navigation.css.scss */
  .navigation__element::before {
    right: 10px;
  }
  /* line 109, app/assets/stylesheets/privates/company/navigation.css.scss */
  .navigation__submenu {
    padding-right: 40px;
  }
  /* line 113, app/assets/stylesheets/privates/company/navigation.css.scss */
  .navigation__link {
    font-size: 14px;
    font-weight: 400;
    padding: 16px 20px;
  }
  /* line 119, app/assets/stylesheets/privates/company/navigation.css.scss */
  .navigation .has-visible-submenu .navigation__link--active {
    padding-bottom: 5px;
  }
  /* line 123, app/assets/stylesheets/privates/company/navigation.css.scss */
  .navigation__list {
    background-color: #fff;
    box-shadow: 1px 0 1px #f2f2f2;
    display: block !important;
    margin: 20px 0;
  }
}

/* line 13, app/assets/stylesheets/privates/../shared/_bootstrap.scss */
.btn-primary {
  background: #560e99;
}

/* line 16, app/assets/stylesheets/privates/../shared/_bootstrap.scss */
.btn-primary:hover {
  background: #7012c8;
}

/* line 44, app/assets/stylesheets/privates/../shared/_spacing.scss */
.m-x-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}

/* line 54, app/assets/stylesheets/privates/../shared/_spacing.scss */
.m-a-0 {
  margin: 0 0 !important;
}

/* line 55, app/assets/stylesheets/privates/../shared/_spacing.scss */
.m-t-0 {
  margin-top: 0 !important;
}

/* line 56, app/assets/stylesheets/privates/../shared/_spacing.scss */
.m-r-0 {
  margin-right: 0 !important;
}

/* line 57, app/assets/stylesheets/privates/../shared/_spacing.scss */
.m-b-0 {
  margin-bottom: 0 !important;
}

/* line 58, app/assets/stylesheets/privates/../shared/_spacing.scss */
.m-l-0 {
  margin-left: 0 !important;
}

/* line 61, app/assets/stylesheets/privates/../shared/_spacing.scss */
.m-x-0 {
  margin-right: 0 !important;
  margin-left: 0 !important;
}

/* line 65, app/assets/stylesheets/privates/../shared/_spacing.scss */
.m-y-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

/* line 54, app/assets/stylesheets/privates/../shared/_spacing.scss */
.m-a-1 {
  margin: 2rem 2rem !important;
}

/* line 55, app/assets/stylesheets/privates/../shared/_spacing.scss */
.m-t-1 {
  margin-top: 2rem !important;
}

/* line 56, app/assets/stylesheets/privates/../shared/_spacing.scss */
.m-r-1 {
  margin-right: 2rem !important;
}

/* line 57, app/assets/stylesheets/privates/../shared/_spacing.scss */
.m-b-1 {
  margin-bottom: 2rem !important;
}

/* line 58, app/assets/stylesheets/privates/../shared/_spacing.scss */
.m-l-1 {
  margin-left: 2rem !important;
}

/* line 61, app/assets/stylesheets/privates/../shared/_spacing.scss */
.m-x-1 {
  margin-right: 2rem !important;
  margin-left: 2rem !important;
}

/* line 65, app/assets/stylesheets/privates/../shared/_spacing.scss */
.m-y-1 {
  margin-top: 2rem !important;
  margin-bottom: 2rem !important;
}

/* line 54, app/assets/stylesheets/privates/../shared/_spacing.scss */
.m-a-2 {
  margin: 3rem 3rem !important;
}

/* line 55, app/assets/stylesheets/privates/../shared/_spacing.scss */
.m-t-2 {
  margin-top: 3rem !important;
}

/* line 56, app/assets/stylesheets/privates/../shared/_spacing.scss */
.m-r-2 {
  margin-right: 3rem !important;
}

/* line 57, app/assets/stylesheets/privates/../shared/_spacing.scss */
.m-b-2 {
  margin-bottom: 3rem !important;
}

/* line 58, app/assets/stylesheets/privates/../shared/_spacing.scss */
.m-l-2 {
  margin-left: 3rem !important;
}

/* line 61, app/assets/stylesheets/privates/../shared/_spacing.scss */
.m-x-2 {
  margin-right: 3rem !important;
  margin-left: 3rem !important;
}

/* line 65, app/assets/stylesheets/privates/../shared/_spacing.scss */
.m-y-2 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}

/* line 54, app/assets/stylesheets/privates/../shared/_spacing.scss */
.m-a-3 {
  margin: 6rem 6rem !important;
}

/* line 55, app/assets/stylesheets/privates/../shared/_spacing.scss */
.m-t-3 {
  margin-top: 6rem !important;
}

/* line 56, app/assets/stylesheets/privates/../shared/_spacing.scss */
.m-r-3 {
  margin-right: 6rem !important;
}

/* line 57, app/assets/stylesheets/privates/../shared/_spacing.scss */
.m-b-3 {
  margin-bottom: 6rem !important;
}

/* line 58, app/assets/stylesheets/privates/../shared/_spacing.scss */
.m-l-3 {
  margin-left: 6rem !important;
}

/* line 61, app/assets/stylesheets/privates/../shared/_spacing.scss */
.m-x-3 {
  margin-right: 6rem !important;
  margin-left: 6rem !important;
}

/* line 65, app/assets/stylesheets/privates/../shared/_spacing.scss */
.m-y-3 {
  margin-top: 6rem !important;
  margin-bottom: 6rem !important;
}

/* line 54, app/assets/stylesheets/privates/../shared/_spacing.scss */
.m-a-4 {
  margin: 8rem 8rem !important;
}

/* line 55, app/assets/stylesheets/privates/../shared/_spacing.scss */
.m-t-4 {
  margin-top: 8rem !important;
}

/* line 56, app/assets/stylesheets/privates/../shared/_spacing.scss */
.m-r-4 {
  margin-right: 8rem !important;
}

/* line 57, app/assets/stylesheets/privates/../shared/_spacing.scss */
.m-b-4 {
  margin-bottom: 8rem !important;
}

/* line 58, app/assets/stylesheets/privates/../shared/_spacing.scss */
.m-l-4 {
  margin-left: 8rem !important;
}

/* line 61, app/assets/stylesheets/privates/../shared/_spacing.scss */
.m-x-4 {
  margin-right: 8rem !important;
  margin-left: 8rem !important;
}

/* line 65, app/assets/stylesheets/privates/../shared/_spacing.scss */
.m-y-4 {
  margin-top: 8rem !important;
  margin-bottom: 8rem !important;
}

/* line 54, app/assets/stylesheets/privates/../shared/_spacing.scss */
.m-a-5 {
  margin: 10rem 10rem !important;
}

/* line 55, app/assets/stylesheets/privates/../shared/_spacing.scss */
.m-t-5 {
  margin-top: 10rem !important;
}

/* line 56, app/assets/stylesheets/privates/../shared/_spacing.scss */
.m-r-5 {
  margin-right: 10rem !important;
}

/* line 57, app/assets/stylesheets/privates/../shared/_spacing.scss */
.m-b-5 {
  margin-bottom: 10rem !important;
}

/* line 58, app/assets/stylesheets/privates/../shared/_spacing.scss */
.m-l-5 {
  margin-left: 10rem !important;
}

/* line 61, app/assets/stylesheets/privates/../shared/_spacing.scss */
.m-x-5 {
  margin-right: 10rem !important;
  margin-left: 10rem !important;
}

/* line 65, app/assets/stylesheets/privates/../shared/_spacing.scss */
.m-y-5 {
  margin-top: 10rem !important;
  margin-bottom: 10rem !important;
}

/* line 54, app/assets/stylesheets/privates/../shared/_spacing.scss */
.m-a-6 {
  margin: 12rem 12rem !important;
}

/* line 55, app/assets/stylesheets/privates/../shared/_spacing.scss */
.m-t-6 {
  margin-top: 12rem !important;
}

/* line 56, app/assets/stylesheets/privates/../shared/_spacing.scss */
.m-r-6 {
  margin-right: 12rem !important;
}

/* line 57, app/assets/stylesheets/privates/../shared/_spacing.scss */
.m-b-6 {
  margin-bottom: 12rem !important;
}

/* line 58, app/assets/stylesheets/privates/../shared/_spacing.scss */
.m-l-6 {
  margin-left: 12rem !important;
}

/* line 61, app/assets/stylesheets/privates/../shared/_spacing.scss */
.m-x-6 {
  margin-right: 12rem !important;
  margin-left: 12rem !important;
}

/* line 65, app/assets/stylesheets/privates/../shared/_spacing.scss */
.m-y-6 {
  margin-top: 12rem !important;
  margin-bottom: 12rem !important;
}

/* line 54, app/assets/stylesheets/privates/../shared/_spacing.scss */
.p-a-0 {
  padding: 0 0 !important;
}

/* line 55, app/assets/stylesheets/privates/../shared/_spacing.scss */
.p-t-0 {
  padding-top: 0 !important;
}

/* line 56, app/assets/stylesheets/privates/../shared/_spacing.scss */
.p-r-0 {
  padding-right: 0 !important;
}

/* line 57, app/assets/stylesheets/privates/../shared/_spacing.scss */
.p-b-0 {
  padding-bottom: 0 !important;
}

/* line 58, app/assets/stylesheets/privates/../shared/_spacing.scss */
.p-l-0 {
  padding-left: 0 !important;
}

/* line 61, app/assets/stylesheets/privates/../shared/_spacing.scss */
.p-x-0 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

/* line 65, app/assets/stylesheets/privates/../shared/_spacing.scss */
.p-y-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

/* line 54, app/assets/stylesheets/privates/../shared/_spacing.scss */
.p-a-1 {
  padding: 2rem 2rem !important;
}

/* line 55, app/assets/stylesheets/privates/../shared/_spacing.scss */
.p-t-1 {
  padding-top: 2rem !important;
}

/* line 56, app/assets/stylesheets/privates/../shared/_spacing.scss */
.p-r-1 {
  padding-right: 2rem !important;
}

/* line 57, app/assets/stylesheets/privates/../shared/_spacing.scss */
.p-b-1 {
  padding-bottom: 2rem !important;
}

/* line 58, app/assets/stylesheets/privates/../shared/_spacing.scss */
.p-l-1 {
  padding-left: 2rem !important;
}

/* line 61, app/assets/stylesheets/privates/../shared/_spacing.scss */
.p-x-1 {
  padding-right: 2rem !important;
  padding-left: 2rem !important;
}

/* line 65, app/assets/stylesheets/privates/../shared/_spacing.scss */
.p-y-1 {
  padding-top: 2rem !important;
  padding-bottom: 2rem !important;
}

/* line 54, app/assets/stylesheets/privates/../shared/_spacing.scss */
.p-a-2 {
  padding: 3rem 3rem !important;
}

/* line 55, app/assets/stylesheets/privates/../shared/_spacing.scss */
.p-t-2 {
  padding-top: 3rem !important;
}

/* line 56, app/assets/stylesheets/privates/../shared/_spacing.scss */
.p-r-2 {
  padding-right: 3rem !important;
}

/* line 57, app/assets/stylesheets/privates/../shared/_spacing.scss */
.p-b-2 {
  padding-bottom: 3rem !important;
}

/* line 58, app/assets/stylesheets/privates/../shared/_spacing.scss */
.p-l-2 {
  padding-left: 3rem !important;
}

/* line 61, app/assets/stylesheets/privates/../shared/_spacing.scss */
.p-x-2 {
  padding-right: 3rem !important;
  padding-left: 3rem !important;
}

/* line 65, app/assets/stylesheets/privates/../shared/_spacing.scss */
.p-y-2 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}

/* line 54, app/assets/stylesheets/privates/../shared/_spacing.scss */
.p-a-3 {
  padding: 6rem 6rem !important;
}

/* line 55, app/assets/stylesheets/privates/../shared/_spacing.scss */
.p-t-3 {
  padding-top: 6rem !important;
}

/* line 56, app/assets/stylesheets/privates/../shared/_spacing.scss */
.p-r-3 {
  padding-right: 6rem !important;
}

/* line 57, app/assets/stylesheets/privates/../shared/_spacing.scss */
.p-b-3 {
  padding-bottom: 6rem !important;
}

/* line 58, app/assets/stylesheets/privates/../shared/_spacing.scss */
.p-l-3 {
  padding-left: 6rem !important;
}

/* line 61, app/assets/stylesheets/privates/../shared/_spacing.scss */
.p-x-3 {
  padding-right: 6rem !important;
  padding-left: 6rem !important;
}

/* line 65, app/assets/stylesheets/privates/../shared/_spacing.scss */
.p-y-3 {
  padding-top: 6rem !important;
  padding-bottom: 6rem !important;
}

/* line 54, app/assets/stylesheets/privates/../shared/_spacing.scss */
.p-a-4 {
  padding: 8rem 8rem !important;
}

/* line 55, app/assets/stylesheets/privates/../shared/_spacing.scss */
.p-t-4 {
  padding-top: 8rem !important;
}

/* line 56, app/assets/stylesheets/privates/../shared/_spacing.scss */
.p-r-4 {
  padding-right: 8rem !important;
}

/* line 57, app/assets/stylesheets/privates/../shared/_spacing.scss */
.p-b-4 {
  padding-bottom: 8rem !important;
}

/* line 58, app/assets/stylesheets/privates/../shared/_spacing.scss */
.p-l-4 {
  padding-left: 8rem !important;
}

/* line 61, app/assets/stylesheets/privates/../shared/_spacing.scss */
.p-x-4 {
  padding-right: 8rem !important;
  padding-left: 8rem !important;
}

/* line 65, app/assets/stylesheets/privates/../shared/_spacing.scss */
.p-y-4 {
  padding-top: 8rem !important;
  padding-bottom: 8rem !important;
}

/* line 54, app/assets/stylesheets/privates/../shared/_spacing.scss */
.p-a-5 {
  padding: 10rem 10rem !important;
}

/* line 55, app/assets/stylesheets/privates/../shared/_spacing.scss */
.p-t-5 {
  padding-top: 10rem !important;
}

/* line 56, app/assets/stylesheets/privates/../shared/_spacing.scss */
.p-r-5 {
  padding-right: 10rem !important;
}

/* line 57, app/assets/stylesheets/privates/../shared/_spacing.scss */
.p-b-5 {
  padding-bottom: 10rem !important;
}

/* line 58, app/assets/stylesheets/privates/../shared/_spacing.scss */
.p-l-5 {
  padding-left: 10rem !important;
}

/* line 61, app/assets/stylesheets/privates/../shared/_spacing.scss */
.p-x-5 {
  padding-right: 10rem !important;
  padding-left: 10rem !important;
}

/* line 65, app/assets/stylesheets/privates/../shared/_spacing.scss */
.p-y-5 {
  padding-top: 10rem !important;
  padding-bottom: 10rem !important;
}

/* line 54, app/assets/stylesheets/privates/../shared/_spacing.scss */
.p-a-6 {
  padding: 12rem 12rem !important;
}

/* line 55, app/assets/stylesheets/privates/../shared/_spacing.scss */
.p-t-6 {
  padding-top: 12rem !important;
}

/* line 56, app/assets/stylesheets/privates/../shared/_spacing.scss */
.p-r-6 {
  padding-right: 12rem !important;
}

/* line 57, app/assets/stylesheets/privates/../shared/_spacing.scss */
.p-b-6 {
  padding-bottom: 12rem !important;
}

/* line 58, app/assets/stylesheets/privates/../shared/_spacing.scss */
.p-l-6 {
  padding-left: 12rem !important;
}

/* line 61, app/assets/stylesheets/privates/../shared/_spacing.scss */
.p-x-6 {
  padding-right: 12rem !important;
  padding-left: 12rem !important;
}

/* line 65, app/assets/stylesheets/privates/../shared/_spacing.scss */
.p-y-6 {
  padding-top: 12rem !important;
  padding-bottom: 12rem !important;
}

/*Constants and Mixins*/
/* line 22, app/assets/stylesheets/privates/../shared/_styles.scss */
.notvisible {
  visibility: hidden;
  opacity: 0;
  transition: opacity 500ms linear, visibility 0s linear 500ms;
}

/* line 26, app/assets/stylesheets/privates/../shared/_styles.scss */
.asvisible {
  visibility: visible;
  opacity: 1;
  transition: opacity 500ms linear, visibility 0s linear 500ms;
}

/* line 6, app/assets/stylesheets/privates/profiles/pitches.css.scss */
.profile-portfolio .pitch_list__private_stats {
  border-top: 1px solid #bfbfbf;
}

/* line 10, app/assets/stylesheets/privates/profiles/pitches.css.scss */
.profile-portfolio .pitch_list__stats_element .textfill {
  text-align: center;
  margin: auto;
  margin-top: 4px;
}

/* line 17, app/assets/stylesheets/privates/profiles/pitches.css.scss */
.profile-portfolio .pitch_list__element .status {
  top: 29px;
  left: -33px;
  border-bottom: 28px solid #78a315;
  border-left: 28px solid transparent;
  border-right: 28px solid transparent;
  width: 94px;
}

/* line 25, app/assets/stylesheets/privates/profiles/pitches.css.scss */
.profile-portfolio .pitch_list__element .status span {
  font-size: 14px;
  line-height: 30px;
}

/* line 30, app/assets/stylesheets/privates/profiles/pitches.css.scss */
.profile-portfolio .pitch_list__element .status.orange {
  border-bottom-color: #FF8900;
}

/* line 36, app/assets/stylesheets/privates/profiles/pitches.css.scss */
.profile-portfolio .stats-extended {
  background-color: #fff;
  padding: 0;
}

/* line 40, app/assets/stylesheets/privates/profiles/pitches.css.scss */
.profile-portfolio .stats-extended .pitch_list__element {
  border: none;
}

/* line 44, app/assets/stylesheets/privates/profiles/pitches.css.scss */
.profile-portfolio .stats-extended table.statistics-table {
  width: 100%;
}

/* line 47, app/assets/stylesheets/privates/profiles/pitches.css.scss */
.profile-portfolio .stats-extended table.statistics-table th, .profile-portfolio .stats-extended table.statistics-table td {
  width: 50%;
  color: #061335;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 700;
  padding: 10px;
  text-align: left;
}

/* line 57, app/assets/stylesheets/privates/profiles/pitches.css.scss */
.profile-portfolio .stats-extended table.statistics-table td {
  color: #82109c;
}

/* line 60, app/assets/stylesheets/privates/profiles/pitches.css.scss */
.profile-portfolio .stats-extended table.statistics-table td a {
  color: #82109c;
}

/* line 65, app/assets/stylesheets/privates/profiles/pitches.css.scss */
.profile-portfolio .stats-extended table.statistics-table tr {
  border-bottom: 1px solid #dadada;
}

/* line 72, app/assets/stylesheets/privates/profiles/pitches.css.scss */
.profile-portfolio .empty_state i, .profile-portfolio .empty_state span {
  color: #81109c;
}

/* line 79, app/assets/stylesheets/privates/profiles/pitches.css.scss */
.profile_pitch__actions {
  background-color: #061335;
  text-align: left;
  color: #fff;
  text-transform: uppercase;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

/* line 90, app/assets/stylesheets/privates/profiles/pitches.css.scss */
.profile_pitch__actions .info {
  display: inline-block;
  line-height: 42px;
  padding-left: 10px;
  vertical-align: middle;
}

/* line 97, app/assets/stylesheets/privates/profiles/pitches.css.scss */
.profile_pitch__actions .svg-icon {
  margin-right: 5px;
}

/* line 102, app/assets/stylesheets/privates/profiles/pitches.css.scss */
.profile_pitch__actions_container {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  float: none;
  justify-content: flex-end;
  padding: 0;
}

/* line 111, app/assets/stylesheets/privates/profiles/pitches.css.scss */
.profile_pitch__action_element {
  align-items: center;
  color: #fff;
  display: flex;
  font-size: 12px;
  justify-content: center;
  padding: 10px;
}

/* line 120, app/assets/stylesheets/privates/profiles/pitches.css.scss */
.profile_pitch__action_element:hover, .profile_pitch__action_element:focus, .profile_pitch__action_element:active, .profile_pitch__action_element.selected {
  background-color: #81109c;
  color: #fff;
}

@media screen and (min-width: 650px) {
  /* line 129, app/assets/stylesheets/privates/profiles/pitches.css.scss */
  .profile-portfolio .pitch_list__stats_element {
    text-align: left;
  }
  /* line 132, app/assets/stylesheets/privates/profiles/pitches.css.scss */
  .profile-portfolio .pitch_list__stats_element .textfill {
    text-align: left;
    margin: 0;
    margin-top: 4px;
  }
}

@media screen and (min-width: 992px) {
  /* line 143, app/assets/stylesheets/privates/profiles/pitches.css.scss */
  .profiles .profile-portfolio .pitch_list__avatar {
    border-bottom: 0px;
    float: left;
    width: 30%;
  }
  /* line 148, app/assets/stylesheets/privates/profiles/pitches.css.scss */
  .profiles .profile-portfolio .pitch_list__avatar .pitch_list__description {
    position: relative;
    width: 65.2%;
    z-index: 1;
  }
  /* line 154, app/assets/stylesheets/privates/profiles/pitches.css.scss */
  .profiles .profile-portfolio .pitch_list__avatar img {
    width: 100%;
  }
}

@media screen and (min-width: 1200px) {
  /* line 163, app/assets/stylesheets/privates/profiles/pitches.css.scss */
  .profiles .profile-portfolio .pitch_list__avatar {
    width: 30%;
  }
  /* line 166, app/assets/stylesheets/privates/profiles/pitches.css.scss */
  .profiles .profile-portfolio .pitch_list__avatar img {
    height: 100%;
    width: 101%;
  }
  /* line 173, app/assets/stylesheets/privates/profiles/pitches.css.scss */
  .pitch_list__description {
    width: 70%;
    height: 144px;
  }
}

/* line 5, app/assets/stylesheets/privates/profiles/pitch_list_element_details.css.scss */
.pitch_list__element .more_details {
  background-color: #fff;
  border-top: 1px solid #e4e4e4;
  display: none;
  overflow: hidden;
  width: 100%;
}

/* line 12, app/assets/stylesheets/privates/profiles/pitch_list_element_details.css.scss */
.pitch_list__element .more_details__header {
  text-align: center;
  background-color: #fff;
  font-size: 18px;
  border-bottom: 1px solid #e4e4e4;
  padding: 15px 0px;
  color: #373636;
}

/* line 21, app/assets/stylesheets/privates/profiles/pitch_list_element_details.css.scss */
.pitch_list__element .more_details .spv_list {
  font-size: 12px;
  text-align: center;
  width: 100%;
}

/* line 26, app/assets/stylesheets/privates/profiles/pitch_list_element_details.css.scss */
.pitch_list__element .more_details .spv_list th {
  text-align: left;
  padding: 10px 0px;
  background-color: #fff;
  padding-left: 20px;
  width: 35%;
  border-bottom: 1px solid #e4e4e4;
}

/* line 35, app/assets/stylesheets/privates/profiles/pitch_list_element_details.css.scss */
.pitch_list__element .more_details .spv_list td {
  text-align: left;
  padding: 10px 0px;
  padding-left: 20px;
  border-bottom: 1px solid #e4e4e4;
  color: #81109c;
  background-color: #fff;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}

/* line 47, app/assets/stylesheets/privates/profiles/pitch_list_element_details.css.scss */
.pitch_list__element .more_details .spv_list td.spv_list--no-bottom-border {
  border-bottom: 0;
}

/* line 51, app/assets/stylesheets/privates/profiles/pitch_list_element_details.css.scss */
.pitch_list__element .more_details .spv_list__description-row p {
  font-size: 10px;
  padding-right: 10px;
}

/* line 57, app/assets/stylesheets/privates/profiles/pitch_list_element_details.css.scss */
.pitch_list__element .more_details .spv_list_table--small td,
.pitch_list__element .more_details .spv_list_table--small th {
  font-size: 12px;
}

/* line 62, app/assets/stylesheets/privates/profiles/pitch_list_element_details.css.scss */
.pitch_list__element .more_details .spv_list_table--small th:last-child,
.pitch_list__element .more_details .spv_list_table--small td:last-child {
  padding-right: 20px;
}

/* line 69, app/assets/stylesheets/privates/profiles/pitch_list_element_details.css.scss */
.pitch_list__element .more_details .spv_list_table--purple td,
.pitch_list__element .more_details .spv_list_table--purple th {
  background-color: #e49df5;
}

/* line 75, app/assets/stylesheets/privates/profiles/pitch_list_element_details.css.scss */
.pitch_list__element .more_details .spv_list-margin {
  margin-bottom: 35px;
}

/* line 81, app/assets/stylesheets/privates/profiles/pitch_list_element_details.css.scss */
.pitch_list__element .more_details .file_in_pitch {
  background-color: #fff;
  width: 100%;
  border-bottom: 1px solid #e4e4e4;
}

/* line 86, app/assets/stylesheets/privates/profiles/pitch_list_element_details.css.scss */
.pitch_list__element .more_details .file_in_pitch img {
  height: 30px;
}

/* line 90, app/assets/stylesheets/privates/profiles/pitch_list_element_details.css.scss */
.pitch_list__element .more_details .file_in_pitch span {
  font-size: 12px;
  position: relative;
  color: #81109c;
  font-weight: 700;
}

/* line 98, app/assets/stylesheets/privates/profiles/pitch_list_element_details.css.scss */
.pitch_list__element .more_details .transaction_list {
  font-size: 14px;
  text-align: center;
  width: 100%;
  color: #535252;
}

/* line 104, app/assets/stylesheets/privates/profiles/pitch_list_element_details.css.scss */
.pitch_list__element .more_details .transaction_list th {
  text-align: center;
  padding: 10px 0px;
  width: 50%;
  border-bottom: 1px solid #e4e4e4;
  background-color: #f1efef;
}

/* line 111, app/assets/stylesheets/privates/profiles/pitch_list_element_details.css.scss */
.pitch_list__element .more_details .transaction_list th:first-of-type {
  border-right: 1px solid #e4e4e4;
}

/* line 116, app/assets/stylesheets/privates/profiles/pitch_list_element_details.css.scss */
.pitch_list__element .more_details .transaction_list td {
  padding: 10px 0px;
  border-bottom: 1px solid #e4e4e4;
  color: #9c9c9c;
  background-color: #fff;
  font-size: 14px;
  word-break: break-word;
}

/* line 126, app/assets/stylesheets/privates/profiles/pitch_list_element_details.css.scss */
.pitch_list__element .more_details .keep_private_wrapper {
  background-color: #fff;
}

/* line 129, app/assets/stylesheets/privates/profiles/pitch_list_element_details.css.scss */
.pitch_list__element .more_details .keep_private_wrapper .styled_checkbox {
  padding: 0px 20px;
}

/* line 133, app/assets/stylesheets/privates/profiles/pitch_list_element_details.css.scss */
.pitch_list__element .more_details .keep_private_wrapper .styled_checkbox input[type=checkbox]:checked + label::before {
  color: #78a315;
  border: 1px solid #78a315;
}

@media screen and (min-width: 650px) {
  /* line 142, app/assets/stylesheets/privates/profiles/pitch_list_element_details.css.scss */
  .pitch_list__element .more_details .spv_list {
    font-size: 14px;
  }
  /* line 146, app/assets/stylesheets/privates/profiles/pitch_list_element_details.css.scss */
  .pitch_list__element .more_details .spv_list td {
    font-size: 14px;
  }
  /* line 150, app/assets/stylesheets/privates/profiles/pitch_list_element_details.css.scss */
  .pitch_list__element .more_details__header {
    font-size: 24px;
  }
  /* line 154, app/assets/stylesheets/privates/profiles/pitch_list_element_details.css.scss */
  .pitch_list__element .more_details .file_in_pitch span {
    font-size: 14px;
  }
}

@media screen and (min-width: 992px) {
  /* line 160, app/assets/stylesheets/privates/profiles/pitch_list_element_details.css.scss */
  .pitch_list__element .more_details .spv_list, .pitch_list__element .more_details .transaction_list {
    font-size: 16px;
  }
  /* line 164, app/assets/stylesheets/privates/profiles/pitch_list_element_details.css.scss */
  .pitch_list__element .more_details__header {
    font-size: 20px;
  }
  /* line 168, app/assets/stylesheets/privates/profiles/pitch_list_element_details.css.scss */
  .pitch_list__element .more_details .file_in_pitch {
    width: 50%;
    text-align: left;
    padding-left: 12%;
  }
  /* line 174, app/assets/stylesheets/privates/profiles/pitch_list_element_details.css.scss */
  .pitch_list__element .one_file .more_details .file_in_pitch {
    width: 100%;
  }
}

@media screen and (min-width: 1200px) {
  /* line 180, app/assets/stylesheets/privates/profiles/pitch_list_element_details.css.scss */
  .pitch_list__element .more_details .file_in_pitch img {
    height: 50px;
  }
}

/* line 6, app/assets/stylesheets/components/_access-denied.scss */
.access-denied__text--black p {
  color: #333;
}

/* line 11, app/assets/stylesheets/components/_access-denied.scss */
.access-denied__border--gray {
  border: 1px solid #e4e4e4;
}

/* line 15, app/assets/stylesheets/components/_access-denied.scss */
.access-denied--bg-gradient {
  background: linear-gradient(45deg, #3f1b65 0%, #0f1760 100%);
}

/* line 19, app/assets/stylesheets/components/_access-denied.scss */
.access-denied--bg-gradient-blue-purple {
  background: linear-gradient(45deg, #0f1760 0%, #3f1b65 100%);
}

/* line 23, app/assets/stylesheets/components/_access-denied.scss */
.access-denied__logo {
  margin: auto;
  text-align: center;
}

/* line 28, app/assets/stylesheets/components/_access-denied.scss */
.access-denied--p40 {
  padding: 40px 0;
}

/* line 33, app/assets/stylesheets/components/_access-denied.scss */
.access-denied__link--purple a {
  color: #81109c;
}

/* line 38, app/assets/stylesheets/components/_access-denied.scss */
.access-denied__header {
  color: #fff;
  font-family: "Lato", Arial;
  font-size: 30px;
  font-weight: 100;
  margin: 40px 0 25px;
  text-align: center;
  text-transform: none;
}

/* line 48, app/assets/stylesheets/components/_access-denied.scss */
.access-denied__desc {
  color: #fff;
  font-size: 15px;
  margin-top: 40px;
  padding: 0;
  text-align: center;
}

/* line 55, app/assets/stylesheets/components/_access-denied.scss */
.access-denied__desc--link {
  color: #fff;
  font-weight: 700;
  text-decoration: none;
}

/* line 62, app/assets/stylesheets/components/_access-denied.scss */
.access-denied__select {
  margin-bottom: 0;
}

/* line 66, app/assets/stylesheets/components/_access-denied.scss */
.access-denied__details-link {
  color: #2a3552;
  display: block;
  font-size: 16px;
  font-weight: 700;
  margin: 20px auto;
  outline: 0;
  text-align: center;
  text-decoration: underline;
}

/* line 77, app/assets/stylesheets/components/_access-denied.scss */
.access-denied__content {
  font-family: "Lato", Arial;
}

/* line 80, app/assets/stylesheets/components/_access-denied.scss */
.access-denied__content--purple-links a {
  color: #81109c;
}

/* line 84, app/assets/stylesheets/components/_access-denied.scss */
.access-denied__content__bg--gray {
  background: #f6f6f6;
}

/* line 88, app/assets/stylesheets/components/_access-denied.scss */
.access-denied__content__bg--white {
  background: #fff;
}

/* line 92, app/assets/stylesheets/components/_access-denied.scss */
.access-denied__content a {
  text-decoration: underline;
}

/* line 96, app/assets/stylesheets/components/_access-denied.scss */
.access-denied__content .submit-btn {
  clear: both;
  color: #fff;
  display: block;
  float: none;
  margin: 10px;
  padding: 12px;
  text-decoration: none;
  width: 230px;
}

/* line 106, app/assets/stylesheets/components/_access-denied.scss */
.access-denied__content .submit-btn--green {
  border-color: #78a315;
  color: #78a315;
}

/* line 111, app/assets/stylesheets/components/_access-denied.scss */
.access-denied__content .submit-btn--green:hover {
  background: #78a315;
  color: #fff;
}

/* line 116, app/assets/stylesheets/components/_access-denied.scss */
.access-denied__content .submit-btn--blue {
  border-color: #2a3552;
  color: #2a3552;
}

/* line 121, app/assets/stylesheets/components/_access-denied.scss */
.access-denied__content .submit-btn--blue:hover {
  background: #2a3552;
  color: #fff;
}

/* line 127, app/assets/stylesheets/components/_access-denied.scss */
.access-denied__content--link {
  font-weight: 700;
}

/* line 131, app/assets/stylesheets/components/_access-denied.scss */
.access-denied__content .submit-btn--white {
  color: #fff;
  font-size: 16px;
  font-weight: 700;
}

/* line 137, app/assets/stylesheets/components/_access-denied.scss */
.access-denied__content .submit-btn--center {
  margin: 10px auto;
}

/* line 141, app/assets/stylesheets/components/_access-denied.scss */
.access-denied__content .submit-btn--leave {
  background: transparent;
  border: 2px solid;
  padding: 8px;
  text-align: center;
  text-transform: uppercase;
}

/* line 149, app/assets/stylesheets/components/_access-denied.scss */
.access-denied__content .input-text {
  width: 70%;
}

/* line 156, app/assets/stylesheets/components/_access-denied.scss */
.access-denied__confirmation_required {
  align-items: center;
  display: flex;
  justify-content: center;
}

/* line 161, app/assets/stylesheets/components/_access-denied.scss */
.access-denied__confirmation_required .general-inputs__checkbox {
  width: auto;
}

/* line 165, app/assets/stylesheets/components/_access-denied.scss */
.access-denied__confirmation_required label {
  width: auto;
}

/* line 169, app/assets/stylesheets/components/_access-denied.scss */
.access-denied__confirmation_required input {
  margin: 0;
  margin-right: 20px;
}

/* line 13, app/assets/stylesheets/shared/_bootstrap.scss */
.btn-primary {
  background: #560e99;
}

/* line 16, app/assets/stylesheets/shared/_bootstrap.scss */
.btn-primary:hover {
  background: #7012c8;
}

/* line 7, app/assets/stylesheets/components/_announcements.scss */
.announcements {
  background-color: #fd8436;
  color: #fff;
  font-family: Lato, Ariel;
  font-size: 14px;
  letter-spacing: .5px;
  margin-top: -20px;
  padding-top: 20px;
}

/* line 16, app/assets/stylesheets/components/_announcements.scss */
.announcements--full-width {
  margin-bottom: 15px;
  margin-left: -25px;
  margin-right: -25px;
}

/* line 22, app/assets/stylesheets/components/_announcements.scss */
.announcements--full-width .announcements__container::before, .announcements--full-width .announcements__container::after {
  bottom: unset;
  top: 50%;
  transform: translateY(-50%);
}

/* line 29, app/assets/stylesheets/components/_announcements.scss */
.announcements--full-width .announcements__container a {
  text-decoration: underline;
}

/* line 35, app/assets/stylesheets/components/_announcements.scss */
.announcements--relative {
  position: relative;
}

/* line 39, app/assets/stylesheets/components/_announcements.scss */
.announcements__container {
  overflow: auto;
}

/* line 42, app/assets/stylesheets/components/_announcements.scss */
.announcements__container::before {
  border: 2px solid #fff;
  border-radius: 50%;
  bottom: 0;
  content: '';
  height: 40px;
  left: 30px;
  margin: auto;
  position: absolute;
  right: auto;
  top: 0;
  width: 40px;
}

/* line 56, app/assets/stylesheets/components/_announcements.scss */
.announcements__container::after {
  background: url(/assets/gfx_new/expl_mark-8df39a2e8e82353642773824ffaec05133f8459a7da94c4a6f30cc642052ceb9.png) no-repeat 0 0;
  background-position: center;
  bottom: 0;
  content: '';
  font-size: 15px;
  height: 40px;
  left: 30px;
  margin: auto;
  position: absolute;
  right: auto;
  text-align: center;
  top: 0;
  width: 40px;
}

/* line 74, app/assets/stylesheets/components/_announcements.scss */
.announcement {
  height: auto;
  max-height: 100px;
  padding-left: 80px;
  padding-right: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
}

/* line 82, app/assets/stylesheets/components/_announcements.scss */
.announcement p {
  margin: 0;
}

/* line 87, app/assets/stylesheets/components/_announcements.scss */
.announcement__submit {
  background-color: #f16d1d;
  cursor: pointer;
  display: block;
  line-height: 30px;
  padding: 5px 0;
  text-align: center;
  transition: all .3s ease;
}

/* line 97, app/assets/stylesheets/components/_announcements.scss */
.announcement__submit:hover {
  background-color: #f1630f;
  color: #fff;
  text-decoration: none;
}

/* line 1, app/assets/stylesheets/components/_autocomplete_select.scss */
.form-autocomplete {
  padding: 15px 0 10px;
}

/* line 4, app/assets/stylesheets/components/_autocomplete_select.scss */
.form-autocomplete label {
  margin-top: 30px;
}

/* line 9, app/assets/stylesheets/components/_autocomplete_select.scss */
.form-autocomplete .withdrawals-autocomplete__control {
  background-color: #fff;
  border: 1px solid #ececec;
  color: #a6a6a6;
  font: 16px Lato, Arial;
  font-weight: 700;
  margin: 0;
  outline: 0;
  padding: 7px;
  text-align: left;
  width: 100%;
}

/* line 22, app/assets/stylesheets/components/_autocomplete_select.scss */
.form-autocomplete .withdrawals-autocomplete__dropdown-indicator {
  align-items: center;
  background: #f6f6f6;
  display: flex;
  flex: 1;
  font-weight: bold;
  height: 100%;
  justify-content: center;
  padding-top: 15px;
  position: absolute;
  right: 0;
  text-align: center;
  text-transform: uppercase;
  top: 0;
  width: 50px;
}

/* line 4, app/assets/stylesheets/components/_avatar.scss */
.avatar {
  border-radius: 50%;
  height: 90px;
  width: 90px;
}

/* line 9, app/assets/stylesheets/components/_avatar.scss */
.avatar--full-size {
  border-radius: 0;
  height: 100%;
  width: 100%;
}

/* line 15, app/assets/stylesheets/components/_avatar.scss */
.avatar--80 {
  height: 80px;
  width: 80px;
}

/* line 20, app/assets/stylesheets/components/_avatar.scss */
.avatar--small {
  height: 20px;
  width: 20px;
}

/* line 25, app/assets/stylesheets/components/_avatar.scss */
.avatar--margin-center {
  margin: 0 auto;
}

/* line 29, app/assets/stylesheets/components/_avatar.scss */
.avatar__absolute {
  position: absolute;
}

/* line 33, app/assets/stylesheets/components/_avatar.scss */
.avatar__absolute--top-center {
  bottom: auto;
  left: 0;
  margin: 0 auto;
  right: 0;
  top: -60px;
}

/* line 42, app/assets/stylesheets/components/_avatar.scss */
.avatar--bg-white {
  background-color: #fff;
}

/* line 46, app/assets/stylesheets/components/_avatar.scss */
.avatar--border {
  box-shadow: 2px 5px 21px #c9bfd2;
}

/*Constants and Mixins*/
/* line 13, app/assets/stylesheets/components/../shared/_bootstrap.scss */
.btn-primary {
  background: #560e99;
}

/* line 16, app/assets/stylesheets/components/../shared/_bootstrap.scss */
.btn-primary:hover {
  background: #7012c8;
}

/* line 10, app/assets/stylesheets/components/_bf-progress-bar.scss */
.bf-progress-bar__label {
  color: #838383;
  font-family: Lato, Arial;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 5px;
  text-align: center;
}

/* line 20, app/assets/stylesheets/components/_bf-progress-bar.scss */
.bf-progress-bar__overall .bf-progress-bar__label {
  position: relative;
}

/* line 25, app/assets/stylesheets/components/_bf-progress-bar.scss */
.bf-progress-bar__progress-wrapper {
  background: #fff;
  border: 1px solid #e6e6e6;
  border-bottom: 0;
  border-radius: 20px 20px 0 0;
  height: 40px;
  line-height: 40px;
  overflow: hidden;
  position: relative;
}

/* line 36, app/assets/stylesheets/components/_bf-progress-bar.scss */
.bf-progress-bar__progress {
  background: linear-gradient(to right, #560e99 0%, #81109c 100%);
  color: #fff;
  font-weight: 700;
  height: 100%;
  left: 0;
  position: absolute;
  text-align: center;
  text-shadow: 1px 1px 1px #000;
  top: 0;
  transition: width .65s ease;
  width: 0;
}

/* line 50, app/assets/stylesheets/components/_bf-progress-bar.scss */
.bf-progress-bar__section-progress {
  border-radius: 20px;
  border-bottom: 1px solid #e6e6e6;
  margin-bottom: 50px;
  position: relative;
}

/* line 58, app/assets/stylesheets/components/_bf-progress-bar.scss */
.pitch-compose__swiper-bars {
  position: relative;
}

/* line 60, app/assets/stylesheets/components/_bf-progress-bar.scss */
.pitch-compose__swiper-bars::before {
  bottom: 25px;
  color: #9d9d9d;
  content: 'Start';
  font-family: Lato, Arial;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  position: absolute;
  right: auto;
}

/* line 72, app/assets/stylesheets/components/_bf-progress-bar.scss */
.pitch-compose__swiper-bars::after {
  bottom: 25px;
  color: #9d9d9d;
  content: 'Finish';
  font-family: Lato, Arial;
  font-size: 14px;
  font-weight: 400;
  left: auto;
  position: absolute;
  right: 0;
}

/* line 13, app/assets/stylesheets/components/../shared/_bootstrap.scss */
.btn-primary {
  background: #560e99;
}

/* line 16, app/assets/stylesheets/components/../shared/_bootstrap.scss */
.btn-primary:hover {
  background: #7012c8;
}

/* line 33, app/assets/stylesheets/components/_button.scss */
.button {
  clear: both;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  float: none;
  padding: 18px 50px;
  width: 100%;
}

@media screen and (min-width: 992px) {
  /* line 43, app/assets/stylesheets/components/_button.scss */
  .button:not(.filter, .sort) {
    min-width: 210px;
  }
}

/* line 48, app/assets/stylesheets/components/_button.scss */
.button--no-min-width {
  min-width: 0;
}

/* line 52, app/assets/stylesheets/components/_button.scss */
.button--max-width210 {
  max-width: 210px;
}

/* line 56, app/assets/stylesheets/components/_button.scss */
.button--max-width300 {
  max-width: 300px;
}

/* line 60, app/assets/stylesheets/components/_button.scss */
.button--max-width790 {
  max-width: 790px;
}

/* line 64, app/assets/stylesheets/components/_button.scss */
.button--no-underline {
  text-decoration: none;
}

/* line 68, app/assets/stylesheets/components/_button.scss */
.button--remove {
  background: #ec4d40;
}

/* line 7, app/assets/stylesheets/components/_button.scss */
.button--remove:hover {
  background: #e82a1b;
  transition: all .3s ease;
}

/* line 12, app/assets/stylesheets/components/_button.scss */
.button--remove:active {
  background: #9d1a10;
}

/* line 73, app/assets/stylesheets/components/_button.scss */
.button--text-center {
  text-align: center;
}

/* line 77, app/assets/stylesheets/components/_button.scss */
.button--uppercase {
  text-transform: uppercase;
}

/* line 81, app/assets/stylesheets/components/_button.scss */
.button--border-none {
  border: 0;
}

/* line 85, app/assets/stylesheets/components/_button.scss */
.button--p15 {
  padding: 15px;
}

/* line 89, app/assets/stylesheets/components/_button.scss */
.button--p10-15 {
  padding: 10px 15px;
}

/* line 93, app/assets/stylesheets/components/_button.scss */
.button--lh20 {
  line-height: 20px;
}

/* line 97, app/assets/stylesheets/components/_button.scss */
.button--green-outline {
  border: 3px solid #78a315;
  color: #78a315;
}

/* line 21, app/assets/stylesheets/components/_button.scss */
.button--green-outline:hover {
  border-color: #5d7f10;
  color: #5d7f10;
  transition: all .3s ease;
}

/* line 27, app/assets/stylesheets/components/_button.scss */
.button--green-outline:active {
  border-color: #253206;
  color: #253206;
}

/* line 101, app/assets/stylesheets/components/_button.scss */
.button--bold {
  font-weight: 700;
}

/* line 105, app/assets/stylesheets/components/_button.scss */
.button--block {
  display: block;
}

/* line 109, app/assets/stylesheets/components/_button.scss */
.button--green {
  background: #78a315;
}

/* line 7, app/assets/stylesheets/components/_button.scss */
.button--green:hover {
  background: #5d7f10;
  transition: all .3s ease;
}

/* line 12, app/assets/stylesheets/components/_button.scss */
.button--green:active {
  background: #253206;
}

/* line 113, app/assets/stylesheets/components/_button.scss */
.button--red {
  background: #b72720;
}

/* line 7, app/assets/stylesheets/components/_button.scss */
.button--red:hover {
  background: #94201a;
  transition: all .3s ease;
}

/* line 12, app/assets/stylesheets/components/_button.scss */
.button--red:active {
  background: #4a100d;
}

/* line 117, app/assets/stylesheets/components/_button.scss */
.button--violet {
  background: #81109c;
}

/* line 7, app/assets/stylesheets/components/_button.scss */
.button--violet:hover {
  background: #620c77;
  transition: all .3s ease;
}

/* line 12, app/assets/stylesheets/components/_button.scss */
.button--violet:active {
  background: #210428;
}

/* line 121, app/assets/stylesheets/components/_button.scss */
.button--blue {
  background: #2a3552;
}

/* line 7, app/assets/stylesheets/components/_button.scss */
.button--blue:hover {
  background: #1c2437;
  transition: all .3s ease;
}

/* line 12, app/assets/stylesheets/components/_button.scss */
.button--blue:active {
  background: black;
}

/* line 125, app/assets/stylesheets/components/_button.scss */
.button--not-rounded {
  border-radius: 0;
}

/* line 129, app/assets/stylesheets/components/_button.scss */
.button--margin-top {
  margin-top: 20px;
}

/* line 133, app/assets/stylesheets/components/_button.scss */
.button--center {
  margin: 0 auto;
}

/* line 137, app/assets/stylesheets/components/_button.scss */
.button--width-auto {
  width: auto;
}

/* line 141, app/assets/stylesheets/components/_button.scss */
.button--w200 {
  width: 200px;
}

/* line 145, app/assets/stylesheets/components/_button.scss */
.button--complete-details {
  margin: 0;
  margin-left: -20px;
  width: 110%;
}

/* line 151, app/assets/stylesheets/components/_button.scss */
.button--full-width {
  background: #78a315;
  clear: both;
  color: #fff;
  display: block;
  float: none;
  font-size: 14px;
  font-weight: 700;
  height: 45px;
  line-height: 35px;
  margin: 0 5px;
  margin-top: 20px;
  text-transform: uppercase;
  width: 100%;
}

/* line 13, app/assets/stylesheets/components/../shared/_bootstrap.scss */
.btn-primary {
  background: #560e99;
}

/* line 16, app/assets/stylesheets/components/../shared/_bootstrap.scss */
.btn-primary:hover {
  background: #7012c8;
}

/* line 9, app/assets/stylesheets/components/_circle-steps.scss */
.circle-steps {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 620px;
  position: relative;
  width: 100%;
  z-index: 1;
}

/* line 20, app/assets/stylesheets/components/_circle-steps.scss */
.circle-steps .circle-wrapper {
  display: none;
}

/* line 23, app/assets/stylesheets/components/_circle-steps.scss */
.circle-steps .circle-wrapper--active {
  display: block;
  margin: 0 auto;
}

/* line 27, app/assets/stylesheets/components/_circle-steps.scss */
.circle-steps .circle-wrapper--active .circle-steps__step {
  background-color: #641a7a;
  border: 0;
  box-shadow: 1px 1px 12px #661a7c;
  color: #fff;
  display: block;
  margin: 0 auto;
}

/* line 35, app/assets/stylesheets/components/_circle-steps.scss */
.circle-steps .circle-wrapper--active .circle-steps__step::before {
  display: none;
}

/* line 39, app/assets/stylesheets/components/_circle-steps.scss */
.circle-steps .circle-wrapper--active .circle-steps__step-text {
  color: #641a7a;
}

/* line 47, app/assets/stylesheets/components/_circle-steps.scss */
.circle-steps .circle-wrapper--completed .circle-steps__step {
  background-color: #78a315;
  color: #b6cb92;
}

/* line 52, app/assets/stylesheets/components/_circle-steps.scss */
.circle-steps .circle-wrapper--completed .circle-steps__step-text {
  color: #78a315;
}

/* line 56, app/assets/stylesheets/components/_circle-steps.scss */
.circle-steps .circle-wrapper--completed .circle-steps__step--half-step::after {
  background-color: #78a315;
}

/* line 60, app/assets/stylesheets/components/_circle-steps.scss */
.circle-steps .circle-wrapper--completed .circle-steps__step--half-step--violet::after {
  background-color: #641a7a;
}

/* line 67, app/assets/stylesheets/components/_circle-steps.scss */
.circle-steps--no-max {
  max-width: 100%;
}

/* line 71, app/assets/stylesheets/components/_circle-steps.scss */
.circle-steps--max-340 {
  max-width: 340px;
}

/* line 75, app/assets/stylesheets/components/_circle-steps.scss */
.circle-steps__step {
  border: 1px solid #e3e3e3;
  border-radius: 50%;
  color: #d2d2d2;
  display: none;
  font-family: Lato, Arial;
  height: 70px;
  text-align: center;
  transition: all .5s ease-in;
  width: 70px;
}

/* line 86, app/assets/stylesheets/components/_circle-steps.scss */
.circle-steps__step-number {
  font-size: 30px;
  line-height: 70px;
}

/* line 91, app/assets/stylesheets/components/_circle-steps.scss */
.circle-steps__step-text {
  color: #d2d2d2;
  padding-top: 10px;
}

/* line 96, app/assets/stylesheets/components/_circle-steps.scss */
.circle-steps__step--active {
  background-color: #641a7a;
  border: 0;
  box-shadow: 1px 1px 12px #661a7c;
  color: #fff;
  display: block;
  margin: 0 auto;
}

/* line 104, app/assets/stylesheets/components/_circle-steps.scss */
.circle-steps__step--active .circle-steps__step-text {
  color: #641a7a;
}

/* line 109, app/assets/stylesheets/components/_circle-steps.scss */
.circle-steps__step--completed {
  background-color: #78a315;
  color: #b6cb92;
}

/* line 113, app/assets/stylesheets/components/_circle-steps.scss */
.circle-steps__step--completed .circle-steps__step-text {
  color: #78a315;
}

@media all and (min-width: 767px) {
  /* line 126, app/assets/stylesheets/components/_circle-steps.scss */
  .circle-steps .circle-wrapper:last-child .circle-steps__step::before {
    display: none;
  }
  /* line 130, app/assets/stylesheets/components/_circle-steps.scss */
  .circle-steps .circle-wrapper {
    display: block;
    margin: 0;
  }
  /* line 134, app/assets/stylesheets/components/_circle-steps.scss */
  .circle-steps .circle-wrapper .circle-steps__step::before {
    display: block;
  }
  /* line 140, app/assets/stylesheets/components/_circle-steps.scss */
  .circle-steps--max-340 .circle-steps__step--half-step::after {
    right: -115px;
  }
  /* line 145, app/assets/stylesheets/components/_circle-steps.scss */
  .circle-steps__step {
    display: block;
    position: relative;
  }
  /* line 149, app/assets/stylesheets/components/_circle-steps.scss */
  .circle-steps__step::before {
    background-color: #e3e3e3;
    bottom: 0;
    content: '';
    height: 1px;
    left: auto;
    margin: auto;
    position: absolute;
    right: -170px;
    top: 0;
    width: 140px;
  }
  /* line 163, app/assets/stylesheets/components/_circle-steps.scss */
  .circle-steps__step:last-child::before {
    display: none;
  }
  /* line 167, app/assets/stylesheets/components/_circle-steps.scss */
  .circle-steps__step--short-line::before {
    right: -93px;
    width: 80px;
  }
  /* line 172, app/assets/stylesheets/components/_circle-steps.scss */
  .circle-steps__step--active {
    margin: 0;
  }
  /* line 176, app/assets/stylesheets/components/_circle-steps.scss */
  .circle-steps__step--center {
    margin: 0 auto;
  }
  /* line 181, app/assets/stylesheets/components/_circle-steps.scss */
  .circle-steps__step--half-step::after {
    background: #f6f6f6;
    border: 1px solid #e3e3e3;
    border-radius: 50%;
    bottom: 0;
    color: #d2d2d2;
    content: '';
    font-family: Lato, Arial;
    height: 18px;
    left: auto;
    margin: auto;
    position: absolute;
    right: -65px;
    text-align: center;
    top: 0;
    transition: all .5s ease-in;
    width: 18px;
  }
}

@media all and (min-width: 992px) {
  /* line 205, app/assets/stylesheets/components/_circle-steps.scss */
  .circle-steps__step--short-line::before {
    right: -140px;
    width: 110px;
  }
  /* line 210, app/assets/stylesheets/components/_circle-steps.scss */
  .circle-steps__step--half-step::after {
    right: -100px;
  }
}

@media all and (min-width: 1200px) {
  /* line 216, app/assets/stylesheets/components/_circle-steps.scss */
  .circle-steps__step--short-line::before {
    right: -200px;
    width: 170px;
  }
  /* line 221, app/assets/stylesheets/components/_circle-steps.scss */
  .circle-steps__step--half-step::after {
    right: -130px;
  }
}

/* line 4, app/assets/stylesheets/privates/modules/social-media-icons.css.scss */
.social__icon {
  background: transparent !important;
  display: inline-block;
  height: 20px;
  margin-right: 10px;
  width: 20px;
}

/* line 11, app/assets/stylesheets/privates/modules/social-media-icons.css.scss */
.social__icon > div {
  background-color: transparent !important;
  background-image: url(/assets/sprites/profile-sprites-02bbc1166856a2df77112383ba4cbb53dbd944502b55ed56480d7c0a4c4736d9.png);
  height: 20px !important;
  transition: all .4s ease;
  width: 20px;
}

/* line 19, app/assets/stylesheets/privates/modules/social-media-icons.css.scss */
.social__icon--facebook {
  background-position: -737px -52px;
}

/* line 22, app/assets/stylesheets/privates/modules/social-media-icons.css.scss */
.social__icon--facebook:hover {
  background-color: transparent;
  background-position: -737px -82px;
}

/* line 28, app/assets/stylesheets/privates/modules/social-media-icons.css.scss */
.social__icon--twitter {
  background-position: -803px -52px;
}

/* line 31, app/assets/stylesheets/privates/modules/social-media-icons.css.scss */
.social__icon--twitter:hover {
  background-color: transparent;
  background-position: -803px -82px;
}

/* line 37, app/assets/stylesheets/privates/modules/social-media-icons.css.scss */
.social__icon--linkedin {
  background-position: -769px -52px;
}

/* line 40, app/assets/stylesheets/privates/modules/social-media-icons.css.scss */
.social__icon--linkedin:hover {
  background-color: transparent;
  background-position: -769px -82px;
}

/* line 5, app/assets/stylesheets/components/_company-box-info.scss */
.company-box-info {
  align-items: center;
  background-color: #fff;
  border: 1px solid #b2b2b2;
  box-shadow: 1px 1px 4px #b2b2b2;
  display: flex;
  flex-flow: row wrap;
  margin-top: 25px;
  padding: 5px 20px;
  position: relative;
}

/* line 16, app/assets/stylesheets/components/_company-box-info.scss */
.company-box-info--open {
  padding-bottom: 0;
}

/* line 20, app/assets/stylesheets/components/_company-box-info.scss */
.company-box-info__logo {
  border: 1px solid #bfbfbf;
  border-radius: 50%;
  display: inline-block;
  height: 65px;
  overflow: hidden;
  vertical-align: top;
  width: 65px;
}

/* line 30, app/assets/stylesheets/components/_company-box-info.scss */
.company-box-info__logo-image {
  width: 100%;
}

/* line 34, app/assets/stylesheets/components/_company-box-info.scss */
.company-box-info__name {
  width: 90%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 24px;
}

/* line 40, app/assets/stylesheets/components/_company-box-info.scss */
.company-box-info__social-media {
  display: none;
  margin-top: 10px;
}

/* line 45, app/assets/stylesheets/components/_company-box-info.scss */
.company-box-info__info {
  align-items: center;
  color: #838383;
  display: flex;
  font-size: 14px;
  font-weight: 700;
  justify-content: flex-start;
  margin: 5px 25px;
  margin-left: 0;
}

/* line 56, app/assets/stylesheets/components/_company-box-info.scss */
.company-box-info__icon {
  display: inline-block;
  padding: 10px 0 10px 35px;
}

/* line 60, app/assets/stylesheets/components/_company-box-info.scss */
.company-box-info__icon--website {
  color: #838383;
}

/* line 66, app/assets/stylesheets/components/_company-box-info.scss */
.company-box-info__description {
  color: #838383;
  font-size: 14px;
  font-weight: 700;
}

/* line 72, app/assets/stylesheets/components/_company-box-info.scss */
.company-box-info__main-details {
  display: inline-block;
  margin-left: 10px;
  width: 60%;
}

/* line 78, app/assets/stylesheets/components/_company-box-info.scss */
.company-box-info__other-details-wrapper {
  display: none;
  margin: auto;
}

/* line 83, app/assets/stylesheets/components/_company-box-info.scss */
.company-box-info__other-details {
  border-bottom: 1px solid #bfbfbf;
  border-top: 1px solid #bfbfbf;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 10px 0 5px;
  padding: 20px 0;
}

/* line 93, app/assets/stylesheets/components/_company-box-info.scss */
.company-box-info__cta {
  display: none;
  margin: auto;
  text-align: center;
}

/* line 99, app/assets/stylesheets/components/_company-box-info.scss */
.company-box-info__invest-btn, .company-box-info__edit-btn {
  background-color: #78a315;
  clear: both;
  color: #fff;
  display: inline-block;
  float: none;
  font-size: 14px;
  font-weight: 700;
  margin: 7px 5px;
  padding: 8px 15px;
  text-transform: uppercase;
  width: 160px;
}

/* line 113, app/assets/stylesheets/components/_company-box-info.scss */
.company-box-info__invest-btn:hover, .company-box-info__edit-btn:hover {
  color: #fff;
  opacity: .9;
}

/* line 119, app/assets/stylesheets/components/_company-box-info.scss */
.company-box-info__edit-btn {
  background-color: #2a3552;
}

/* line 123, app/assets/stylesheets/components/_company-box-info.scss */
.company-box-info__mobile-toggle {
  cursor: pointer;
  height: 75px;
  position: absolute;
  right: 0;
  top: 0;
  transition: transform .4s;
  width: 70px;
}

/* line 132, app/assets/stylesheets/components/_company-box-info.scss */
.company-box-info__mobile-toggle--selected {
  transform: rotate(180deg);
}

/* line 136, app/assets/stylesheets/components/_company-box-info.scss */
.company-box-info__mobile-toggle::after, .company-box-info__mobile-toggle::before {
  background-color: #838383;
  bottom: auto;
  content: '';
  height: 2px;
  left: auto;
  position: absolute;
  right: 30px;
  top: 40px;
  transform: rotate(45deg);
  width: 20px;
}

/* line 150, app/assets/stylesheets/components/_company-box-info.scss */
.company-box-info__mobile-toggle::before {
  right: 17px;
  transform: rotate(135deg);
}

@media screen and (min-width: 650px) {
  /* line 159, app/assets/stylesheets/components/_company-box-info.scss */
  .company-box-info__name {
    width: 98%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}

@media screen and (min-width: 1200px) {
  /* line 166, app/assets/stylesheets/components/_company-box-info.scss */
  .company-box-info {
    margin-top: 60px;
    padding: 20px;
  }
  /* line 170, app/assets/stylesheets/components/_company-box-info.scss */
  .company-box-info__social-media {
    display: block;
    left: 0;
    margin-top: 5px;
    position: relative;
    top: 0;
  }
  /* line 178, app/assets/stylesheets/components/_company-box-info.scss */
  .company-box-info__description {
    display: block;
    padding-right: 60px;
  }
  /* line 183, app/assets/stylesheets/components/_company-box-info.scss */
  .company-box-info__invest-btn, .company-box-info__edit-btn {
    bottom: 0;
    height: 35px;
    left: 0;
    margin: auto;
    position: absolute;
    top: 0;
    width: 150px;
  }
  /* line 194, app/assets/stylesheets/components/_company-box-info.scss */
  .company-box-info__logo {
    float: left;
    height: 100px;
    margin-left: 10px;
    width: 100px;
  }
  /* line 201, app/assets/stylesheets/components/_company-box-info.scss */
  .company-box-info__cta {
    display: block;
    height: 100%;
    padding: 20px;
    position: absolute;
    right: 0;
    top: 0;
    width: 180px;
  }
  /* line 211, app/assets/stylesheets/components/_company-box-info.scss */
  .company-box-info__other-details-wrapper {
    border-left: 1px solid #bfbfbf;
    display: block;
    margin-left: 0;
    padding-left: 25px;
    width: 505px;
  }
  /* line 219, app/assets/stylesheets/components/_company-box-info.scss */
  .company-box-info__other-details {
    border: 0;
    justify-content: flex-start;
    margin: auto;
    position: relative;
  }
  /* line 225, app/assets/stylesheets/components/_company-box-info.scss */
  .company-box-info__other-details::before {
    background-color: #bfbfbf;
    bottom: 0;
    content: '';
    height: 100%;
    left: 190px;
    margin: auto;
    position: absolute;
    right: auto;
    top: 0;
    width: 1px;
  }
  /* line 238, app/assets/stylesheets/components/_company-box-info.scss */
  .company-box-info__other-details::after {
    background-color: #bfbfbf;
    bottom: 0;
    content: '';
    height: 100%;
    margin: auto;
    position: absolute;
    right: 60px;
    top: 0;
    width: 1px;
  }
  /* line 251, app/assets/stylesheets/components/_company-box-info.scss */
  .company-box-info__name {
    font-size: 30px;
    padding-right: 60px;
  }
  /* line 256, app/assets/stylesheets/components/_company-box-info.scss */
  .company-box-info__info {
    margin: 5px 15px;
    margin-left: 0;
    padding-right: 30px;
    width: 42%;
    word-break: break-word;
  }
  /* line 263, app/assets/stylesheets/components/_company-box-info.scss */
  .company-box-info__info svg {
    margin-right: 10px;
  }
  /* line 268, app/assets/stylesheets/components/_company-box-info.scss */
  .company-box-info__main-details {
    float: left;
    margin-left: 20px;
    width: 30%;
  }
  /* line 274, app/assets/stylesheets/components/_company-box-info.scss */
  .company-box-info__mobile-toggle {
    display: none;
  }
}

/* line 13, app/assets/stylesheets/components/../shared/_bootstrap.scss */
.btn-primary {
  background: #560e99;
}

/* line 16, app/assets/stylesheets/components/../shared/_bootstrap.scss */
.btn-primary:hover {
  background: #7012c8;
}

/* line 4, app/assets/stylesheets/components/_content-tabs.scss */
.content-tabs {
  align-items: baseline;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-around;
  padding-bottom: 30px;
}

/* line 11, app/assets/stylesheets/components/_content-tabs.scss */
.content-tabs--fit-to-container {
  background-color: #f6f6f6;
  margin: -20px -10px 20px;
  padding-top: 20px;
  position: relative;
}

/* line 17, app/assets/stylesheets/components/_content-tabs.scss */
.content-tabs--fit-to-container::before {
  background-color: #838383;
  bottom: 18px;
  content: '';
  height: 1px;
  left: auto;
  position: absolute;
  top: auto;
  width: 100%;
}

/* line 31, app/assets/stylesheets/components/_content-tabs.scss */
.content-tabs--no-border-bottom::before {
  display: none;
}

/* line 35, app/assets/stylesheets/components/_content-tabs.scss */
.content-tabs__tab {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center;
}

/* line 41, app/assets/stylesheets/components/_content-tabs.scss */
.content-tabs__link {
  color: #838383;
  cursor: pointer;
  display: block;
  font-size: 12px;
  height: 100%;
  padding-bottom: 12px;
  text-transform: uppercase;
  width: 100%;
}

/* line 51, app/assets/stylesheets/components/_content-tabs.scss */
.content-tabs__link--active {
  color: #81109c;
  display: block;
  height: 100%;
  position: relative;
  width: 100%;
}

/* line 59, app/assets/stylesheets/components/_content-tabs.scss */
.content-tabs__link--active:focus {
  color: #81109c;
}

/* line 63, app/assets/stylesheets/components/_content-tabs.scss */
.content-tabs__link--active::before {
  background-color: #81109c;
  bottom: -12px;
  content: '';
  height: 3px;
  left: 0;
  margin: auto;
  position: absolute;
  top: auto;
  width: 100%;
}

@media all and (min-width: 992px) {
  /* line 80, app/assets/stylesheets/components/_content-tabs.scss */
  .content-tabs__link {
    font-size: 14px;
  }
}

/* line 13, app/assets/stylesheets/components/../shared/_bootstrap.scss */
.btn-primary {
  background: #560e99;
}

/* line 16, app/assets/stylesheets/components/../shared/_bootstrap.scss */
.btn-primary:hover {
  background: #7012c8;
}

/* line 11, app/assets/stylesheets/components/_countdown.scss */
.countdown--font-white .countdown__tiles-label {
  color: #fff;
}

/* line 14, app/assets/stylesheets/components/_countdown.scss */
.countdown--font-white .countdown__tiles-time {
  background-color: #fff;
}

/* line 17, app/assets/stylesheets/components/_countdown.scss */
.countdown--font-white .countdown__tiles-separator {
  color: #fff;
}

/* line 20, app/assets/stylesheets/components/_countdown.scss */
.countdown--font-white .countdown__tiles-separator::before {
  height: 40px;
}

/* line 25, app/assets/stylesheets/components/_countdown.scss */
.countdown--font-white .countdown__time {
  color: #fff;
}

/* line 28, app/assets/stylesheets/components/_countdown.scss */
.countdown--font-white .countdown__time-number {
  color: #fff;
}

/* line 34, app/assets/stylesheets/components/_countdown.scss */
.countdown__wrapper {
  align-items: center;
  display: flex;
  flex-wrap: nowrap;
  font-family: Lato, Arial;
  justify-content: space-around;
  margin: 0 auto;
  max-width: 460px;
}

/* line 43, app/assets/stylesheets/components/_countdown.scss */
.countdown__wrapper--border-top-bottom {
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-left: 0;
  border-right: 0;
}

/* line 50, app/assets/stylesheets/components/_countdown.scss */
.countdown__time {
  color: #fff;
}

/* line 53, app/assets/stylesheets/components/_countdown.scss */
.countdown__time-number {
  font-size: 26px;
  font-weight: 700;
}

@media all and (min-width: 768px) {
  /* line 53, app/assets/stylesheets/components/_countdown.scss */
  .countdown__time-number {
    font-size: 36px;
  }
}

/* line 61, app/assets/stylesheets/components/_countdown.scss */
.countdown__time-label span {
  color: #fff;
  font-size: 16px;
}

@media all and (min-width: 768px) {
  /* line 61, app/assets/stylesheets/components/_countdown.scss */
  .countdown__time-label span {
    color: rgba(255, 255, 255, 0.7);
  }
}

/* line 69, app/assets/stylesheets/components/_countdown.scss */
.countdown__time-separator {
  position: relative;
}

/* line 72, app/assets/stylesheets/components/_countdown.scss */
.countdown__time-separator::before {
  bottom: 0;
  color: #fff;
  content: ':';
  font-size: 26px;
  height: 40px;
  left: auto;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
}

@media all and (min-width: 768px) {
  /* line 72, app/assets/stylesheets/components/_countdown.scss */
  .countdown__time-separator::before {
    color: rgba(255, 255, 255, 0.7);
  }
}

/* line 91, app/assets/stylesheets/components/_countdown.scss */
.countdown__tiles {
  align-items: center;
  display: flex;
  flex-wrap: nowrap;
  font-family: Lato, Arial;
  justify-content: space-around;
  margin: 0 auto;
  max-width: 460px;
}

/* line 100, app/assets/stylesheets/components/_countdown.scss */
.countdown__tiles-tile {
  overflow: visible;
  position: relative;
  text-align: center;
  width: 55px;
}

@media all and (min-width: 768px) {
  /* line 100, app/assets/stylesheets/components/_countdown.scss */
  .countdown__tiles-tile {
    width: 70px;
  }
}

/* line 110, app/assets/stylesheets/components/_countdown.scss */
.countdown__tiles-separator {
  position: relative;
}

/* line 113, app/assets/stylesheets/components/_countdown.scss */
.countdown__tiles-separator::before {
  bottom: 0;
  content: ':';
  font-size: 26px;
  height: 70px;
  left: auto;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
}

/* line 128, app/assets/stylesheets/components/_countdown.scss */
.countdown__tiles-time {
  background-color: #f1efef;
  border: 1px solid #eaeaea;
  border-radius: 7px;
  font-size: 20px;
  margin: 0 auto;
  padding: 10px 5px;
  text-align: center;
  width: 45px;
}

@media all and (min-width: 768px) {
  /* line 128, app/assets/stylesheets/components/_countdown.scss */
  .countdown__tiles-time {
    font-size: 28px;
    height: 85px;
    line-height: 65px;
    width: 70px;
  }
}

/* line 145, app/assets/stylesheets/components/_countdown.scss */
.countdown__tiles-label {
  margin-top: 10px;
}

@media all and (min-width: 768px) {
  /* line 145, app/assets/stylesheets/components/_countdown.scss */
  .countdown__tiles-label {
    font-size: 18px;
  }
}

/* line 13, app/assets/stylesheets/components/../shared/_bootstrap.scss */
.btn-primary {
  background: #560e99;
}

/* line 16, app/assets/stylesheets/components/../shared/_bootstrap.scss */
.btn-primary:hover {
  background: #7012c8;
}

/* line 6, app/assets/stylesheets/components/_custom_form.scss */
.custom-form__wrapper {
  padding: 20px;
  padding-bottom: 0;
}

/* line 11, app/assets/stylesheets/components/_custom_form.scss */
.custom-form__row {
  margin: 20px 0;
}

/* line 14, app/assets/stylesheets/components/_custom_form.scss */
.custom-form__row--blue {
  background-color: #2a3552;
}

/* line 18, app/assets/stylesheets/components/_custom_form.scss */
.custom-form__row--full-width {
  margin: 0 -30px;
}

/* line 23, app/assets/stylesheets/components/_custom_form.scss */
.custom-form__header {
  color: #2a3552;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 20px;
  text-align: left;
  text-transform: uppercase;
}

/* line 32, app/assets/stylesheets/components/_custom_form.scss */
.custom-form__balance {
  color: #fff;
  display: block;
  margin: 0;
  padding: 20px;
  text-align: right;
  width: 100%;
}

/* line 40, app/assets/stylesheets/components/_custom_form.scss */
.custom-form__balance--uppercase {
  text-transform: uppercase;
}

/* line 45, app/assets/stylesheets/components/_custom_form.scss */
.custom-form__label {
  color: #838383;
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
  padding-right: 20px;
  width: 100%;
}

/* line 54, app/assets/stylesheets/components/_custom_form.scss */
.custom-form__input-wrapper {
  border: 1px solid #bfbfbf;
  height: 55px;
  line-height: normal;
  padding: 8px;
  position: relative;
  width: 100%;
}

/* line 62, app/assets/stylesheets/components/_custom_form.scss */
.custom-form__input-wrapper--no-border {
  border: 0;
}

/* line 66, app/assets/stylesheets/components/_custom_form.scss */
.custom-form__input-wrapper .field-with-error {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

/* line 73, app/assets/stylesheets/components/_custom_form.scss */
.custom-form__input-wrapper .field-with-error input {
  padding: 8px;
}

/* line 78, app/assets/stylesheets/components/_custom_form.scss */
.custom-form__input-wrapper .popup-hint-text {
  align-items: center;
  background-color: #ffe6e6;
  border: 1px solid #b72720;
  display: flex;
  font-size: 11px;
  justify-content: flex-start;
  left: 0;
  line-height: normal;
  margin-left: 2px;
  padding-right: 20px;
  text-align: right;
  text-indent: 10px;
  width: 100%;
}

/* line 97, app/assets/stylesheets/components/_custom_form.scss */
.custom-form__input {
  border: 0;
  height: 100%;
  margin: 0;
  outline: 0;
  width: 100%;
}

/* line 105, app/assets/stylesheets/components/_custom_form.scss */
.custom-form__submit {
  background: #78a315;
  color: #fff;
  display: block;
  font-size: 14px;
  font-weight: 700;
  height: 45px;
  line-height: 35px;
  margin-top: 20px;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
}

/* line 118, app/assets/stylesheets/components/_custom_form.scss */
.custom-form__submit--blue {
  background-color: #2a3552;
}

/* line 122, app/assets/stylesheets/components/_custom_form.scss */
.custom-form__submit--green {
  background-color: #78a315;
}

/* line 126, app/assets/stylesheets/components/_custom_form.scss */
.custom-form__submit:hover {
  color: #fff;
}

/* line 131, app/assets/stylesheets/components/_custom_form.scss */
.custom-form__select {
  font-size: 16px;
  height: 100%;
  margin: 0;
  padding: 0;
}

/* line 138, app/assets/stylesheets/components/_custom_form.scss */
.custom-form__fake-select {
  border: 0;
  height: 100%;
  margin: 0;
  width: 100%;
}

/* line 144, app/assets/stylesheets/components/_custom_form.scss */
.custom-form__fake-select select {
  font-size: 14px;
  height: 100%;
  padding: 0;
}

/* line 150, app/assets/stylesheets/components/_custom_form.scss */
.custom-form__fake-select--uppercase select {
  text-transform: uppercase;
}

/* line 154, app/assets/stylesheets/components/_custom_form.scss */
.custom-form__fake-select::after {
  font-size: 26px;
  height: 25px;
}

@media screen and (min-width: 768px) {
  /* line 163, app/assets/stylesheets/components/_custom_form.scss */
  .custom-form__row {
    align-items: center;
    display: flex;
    flex-grow: 1;
    flex-wrap: nowrap;
  }
  /* line 170, app/assets/stylesheets/components/_custom_form.scss */
  .custom-form__label {
    width: 20%;
  }
  /* line 174, app/assets/stylesheets/components/_custom_form.scss */
  .custom-form__input-wrapper {
    width: 80%;
  }
  /* line 177, app/assets/stylesheets/components/_custom_form.scss */
  .custom-form__input-wrapper .field-with-error .popup-hint-text {
    font-size: 13px;
    line-height: 25px;
  }
}

/* line 13, app/assets/stylesheets/components/../shared/_bootstrap.scss */
.btn-primary {
  background: #560e99;
}

/* line 16, app/assets/stylesheets/components/../shared/_bootstrap.scss */
.btn-primary:hover {
  background: #7012c8;
}

/* line 6, app/assets/stylesheets/components/_document-upload.scss */
.document-upload {
  font-family: Lato, Arial;
}

/* line 9, app/assets/stylesheets/components/_document-upload.scss */
.document-upload__box {
  border: 1px solid #560e99;
  height: 180px;
  position: relative;
}

/* line 14, app/assets/stylesheets/components/_document-upload.scss */
.document-upload__box .id-file-upload {
  height: 100%;
}

/* line 18, app/assets/stylesheets/components/_document-upload.scss */
.document-upload__box--no-border {
  border: 0;
  cursor: auto;
}

/* line 23, app/assets/stylesheets/components/_document-upload.scss */
.document-upload__box--border-orange {
  border: 1px solid #fcd484;
}

/* line 27, app/assets/stylesheets/components/_document-upload.scss */
.document-upload__box--border-red {
  border: 1px solid #b72720;
}

/* line 31, app/assets/stylesheets/components/_document-upload.scss */
.document-upload__box--border-green {
  border: 1px solid #78a315;
}

/* line 35, app/assets/stylesheets/components/_document-upload.scss */
.document-upload__box--absolute {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

/* line 43, app/assets/stylesheets/components/_document-upload.scss */
.document-upload__box--flex {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

/* line 49, app/assets/stylesheets/components/_document-upload.scss */
.document-upload__box--not-visible {
  height: 0;
  margin-top: -2px;
  min-height: 100%;
  opacity: 0;
  transition: none;
  visibility: hidden;
}

/* line 59, app/assets/stylesheets/components/_document-upload.scss */
.document-upload__box-content {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
  text-align: center;
}

/* line 66, app/assets/stylesheets/components/_document-upload.scss */
.document-upload__box-content--border-red {
  border: 1px solid #b72720;
}

/* line 70, app/assets/stylesheets/components/_document-upload.scss */
.document-upload__box-content.error {
  cursor: pointer;
}

/* line 75, app/assets/stylesheets/components/_document-upload.scss */
.document-upload__text {
  font-size: 16px;
}

/* line 78, app/assets/stylesheets/components/_document-upload.scss */
.document-upload__text--red {
  color: #b72720;
}

/* line 82, app/assets/stylesheets/components/_document-upload.scss */
.document-upload__text--bold {
  font-weight: 700;
  text-transform: uppercase;
}

/* line 88, app/assets/stylesheets/components/_document-upload.scss */
.document-upload__loader {
  position: relative;
  z-index: 9;
}

/* line 92, app/assets/stylesheets/components/_document-upload.scss */
.document-upload__loader-h60 {
  height: 60px;
}

/* line 96, app/assets/stylesheets/components/_document-upload.scss */
.document-upload__loader .loader {
  left: 0;
  position: absolute;
  right: 0;
}

/* line 103, app/assets/stylesheets/components/_document-upload.scss */
.document-upload__reject-msg {
  background: rgba(255, 255, 255, 0.8);
  height: 100vh;
  left: 0;
  opacity: 0;
  padding-top: 100px;
  position: fixed;
  top: 0;
  visibility: hidden;
  width: 100%;
  z-index: 999;
}

/* line 115, app/assets/stylesheets/components/_document-upload.scss */
.document-upload__reject-msg.__visible {
  opacity: 1;
  visibility: visible;
}

/* line 119, app/assets/stylesheets/components/_document-upload.scss */
.document-upload__reject-msg.__visible .dialog {
  display: block;
  height: 100%;
  width: 510px;
}

/* line 124, app/assets/stylesheets/components/_document-upload.scss */
.document-upload__reject-msg.__visible .dialog .dialog_close {
  background-color: transparent;
  right: 7px;
  top: 7px;
}

/* line 129, app/assets/stylesheets/components/_document-upload.scss */
.document-upload__reject-msg.__visible .dialog .dialog_close:hover {
  color: #838383;
}

/* line 136, app/assets/stylesheets/components/_document-upload.scss */
.document-upload__reject-msg ul, .document-upload__reject-msg ol {
  padding-left: 20px;
}

/* line 142, app/assets/stylesheets/components/_document-upload.scss */
.document-upload__reject-reason:hover {
  text-decoration: underline;
}

/* line 147, app/assets/stylesheets/components/_document-upload.scss */
.document-upload__errors {
  color: #b72720;
  text-align: center;
  text-transform: uppercase;
  overflow: auto;
}

/* line 154, app/assets/stylesheets/components/_document-upload.scss */
.document-upload__header {
  background: #2a3552;
  color: #fff;
  font-size: 16px;
  height: 40px;
  line-height: 40px;
  position: absolute;
  text-align: center;
  top: 0;
  width: 100%;
  z-index: 2;
}

/* line 168, app/assets/stylesheets/components/_document-upload.scss */
.document-upload__cancel {
  bottom: 30px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  width: 100px;
}

/* line 176, app/assets/stylesheets/components/_document-upload.scss */
.document-upload__cancel button {
  background: #b72720;
  width: 100%;
}

/* line 182, app/assets/stylesheets/components/_document-upload.scss */
.document-upload__progress {
  border-top: 1px solid #000;
  bottom: 0;
  position: absolute;
  width: 100%;
}

/* line 188, app/assets/stylesheets/components/_document-upload.scss */
.document-upload__progress--no-border {
  border: 0;
}

/* line 193, app/assets/stylesheets/components/_document-upload.scss */
.document-upload__progress-bar {
  background: linear-gradient(45deg, #3f1b65 0%, #0f1760 100%);
  color: #fff;
  font-size: 11px;
  height: 12px;
  line-height: 12px;
  text-align: center;
  transition: all .7s ease;
}

/* line 202, app/assets/stylesheets/components/_document-upload.scss */
.document-upload__progress-bar--bottom {
  bottom: 0;
  position: absolute;
  width: 100%;
}

/* line 211, app/assets/stylesheets/components/_document-upload.scss */
.document-upload__box-delete button {
  background-color: #b72720;
  border-radius: 0;
  font-size: 12px;
  width: 100%;
}

@media screen and (min-width: 768px) {
  /* line 221, app/assets/stylesheets/components/_document-upload.scss */
  .document-upload__reject-msg.__visible .dialog,
.document-upload__reject-msg.__visible .dialog {
    max-height: 422px;
  }
  /* line 226, app/assets/stylesheets/components/_document-upload.scss */
  .document-upload__reject-msg.__visible .dialog .document-upload__reject-msg-html {
    display: block;
    height: 350px;
    overflow: auto;
    padding: 0 10px;
    padding-bottom: 20px;
  }
}

/* line 13, app/assets/stylesheets/components/../shared/_bootstrap.scss */
.btn-primary {
  background: #560e99;
}

/* line 16, app/assets/stylesheets/components/../shared/_bootstrap.scss */
.btn-primary:hover {
  background: #7012c8;
}

/* line 4, app/assets/stylesheets/components/_document_identity.scss */
.document-identity {
  border: 1px solid #838383;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  height: 230px;
  justify-content: center;
  margin: 20px;
  padding: 20px;
  position: relative;
  width: 100%;
}

/* line 16, app/assets/stylesheets/components/_document_identity.scss */
.document-identity--loading {
  opacity: .3;
}

/* line 20, app/assets/stylesheets/components/_document_identity.scss */
.document-identity--margin-auto {
  margin: 0 auto;
}

/* line 24, app/assets/stylesheets/components/_document_identity.scss */
.document-identity--bg-white {
  background-color: #fff;
}

/* line 28, app/assets/stylesheets/components/_document_identity.scss */
.document-identity:hover {
  box-shadow: 1px 1px 1px #bfbfbf;
}

/* line 34, app/assets/stylesheets/components/_document_identity.scss */
.document-identity-container--column-center {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
  left: 0;
  position: absolute;
  top: 0;
}

/* line 45, app/assets/stylesheets/components/_document_identity.scss */
.document-identity--position-absolute {
  bottom: 20px;
  left: 0;
  position: absolute;
  right: 0;
  top: auto;
}

/* line 53, app/assets/stylesheets/components/_document_identity.scss */
.document-identity__header {
  color: #2a3552;
  font-size: 16px;
  font-weight: 700;
  margin: 0 auto;
  overflow: hidden;
  text-align: center;
  text-overflow: ellipsis;
  text-transform: uppercase;
  white-space: nowrap;
  width: 90%;
}

/* line 65, app/assets/stylesheets/components/_document_identity.scss */
.document-identity__header--full-name {
  text-overflow: unset;
  white-space: unset;
}

/* line 71, app/assets/stylesheets/components/_document_identity.scss */
.document-identity__desc {
  color: #838383;
  font-size: 16px;
  line-height: 28px;
  overflow: auto;
  padding: 0 15px;
  text-align: center;
  text-overflow: ellipsis;
}

/* line 81, app/assets/stylesheets/components/_document_identity.scss */
.document-identity__status {
  line-height: 45px;
  margin: 10px auto;
  text-align: center;
}

/* line 87, app/assets/stylesheets/components/_document_identity.scss */
.document-identity__options {
  bottom: 0;
  display: flex;
  justify-content: center;
  left: 0;
  padding: 10px;
  position: absolute;
  width: 100%;
}

/* line 97, app/assets/stylesheets/components/_document_identity.scss */
.document-identity__option {
  background: transparent;
  color: #838383;
  font-family: Lato, Arial;
  font-size: 14px;
  font-weight: 400;
  line-height: 25px;
  margin: 0 10px;
  padding: 0;
  text-transform: none;
}

/* line 108, app/assets/stylesheets/components/_document_identity.scss */
.document-identity__option--text {
  align-items: center;
  display: flex;
  font-size: 14px;
  justify-content: center;
  position: relative;
  transition: all .3s ease;
  vertical-align: top;
}

/* line 118, app/assets/stylesheets/components/_document_identity.scss */
.document-identity__option .svg-icon {
  margin-right: 5px;
}

/* line 122, app/assets/stylesheets/components/_document_identity.scss */
.document-identity__option--text:hover {
  color: #000;
  text-decoration: underline;
}

/* line 129, app/assets/stylesheets/components/_document_identity.scss */
.document-identity--justify-left {
  justify-content: flex-start;
}

/* line 133, app/assets/stylesheets/components/_document_identity.scss */
.document-identity__status-text {
  align-items: center;
  display: flex;
  font-size: 16px;
  font-weight: 700;
  justify-content: center;
  position: relative;
}

/* line 141, app/assets/stylesheets/components/_document_identity.scss */
.document-identity__status-text .svg-icon {
  margin-right: 5px;
}

/* line 145, app/assets/stylesheets/components/_document_identity.scss */
.document-identity__status-text--add-file {
  color: #560e99;
}

/* line 149, app/assets/stylesheets/components/_document_identity.scss */
.document-identity__status-text--verified {
  color: #78a315;
}

/* line 153, app/assets/stylesheets/components/_document_identity.scss */
.document-identity__status-text--rejected {
  color: #b72720;
}

/* line 157, app/assets/stylesheets/components/_document_identity.scss */
.document-identity__status-text--pending {
  color: #fcd484;
}

/* line 161, app/assets/stylesheets/components/_document_identity.scss */
.document-identity__status-text--orange {
  color: #ff8900;
}

@media all and (min-width: 767px) {
  /* line 170, app/assets/stylesheets/components/_document_identity.scss */
  .document-identity {
    width: 360px;
  }
  /* line 173, app/assets/stylesheets/components/_document_identity.scss */
  .document-identity--flex-basic-43 {
    flex-basis: 43%;
  }
  /* line 177, app/assets/stylesheets/components/_document_identity.scss */
  .document-identity--flex-basic-48 {
    flex-basis: 48%;
  }
  /* line 181, app/assets/stylesheets/components/_document_identity.scss */
  .document-identity--width-max-260 {
    max-width: 260px;
    width: 100%;
  }
}

/* line 3, app/assets/stylesheets/components/_document_preview.scss */
.display-preview-link {
  cursor: pointer;
}

/* line 7, app/assets/stylesheets/components/_document_preview.scss */
.document-preview {
  font-size: 12px;
  height: 100vh;
  left: 0;
  overflow-y: auto;
  position: fixed;
  text-transform: none;
  top: 0;
  width: 100vw;
  z-index: 100000;
}

/* line 18, app/assets/stylesheets/components/_document_preview.scss */
.document-preview-backdrop {
  background-color: rgba(0, 0, 0, 0.3);
}

/* line 22, app/assets/stylesheets/components/_document_preview.scss */
.document-preview-header {
  background: linear-gradient(to bottom, black 0%, transparent 100%);
  height: 50px;
  left: 0;
  margin-bottom: 10px;
  padding: 0 0 16px;
  position: fixed;
  text-align: right;
  top: 0;
  width: 100%;
  z-index: 9;
}

/* line 35, app/assets/stylesheets/components/_document_preview.scss */
.document-preview-filename {
  color: #fff;
  font-size: 18px;
  left: 0;
  padding: 15px;
  position: fixed;
  top: 0;
  z-index: 9;
}

/* line 45, app/assets/stylesheets/components/_document_preview.scss */
.document-preview-close {
  background: transparent;
  color: #fff;
  font-size: 24px;
  font-weight: 300;
  margin: 0 10px;
  padding: 10px;
}

/* line 54, app/assets/stylesheets/components/_document_preview.scss */
.document-preview .page {
  display: flex;
  flex: 1;
  flex-direction: row;
  justify-content: space-between;
  padding: 30px 15px;
}

@media (max-width: 1200px) {
  /* line 54, app/assets/stylesheets/components/_document_preview.scss */
  .document-preview .page {
    flex-direction: column;
  }
}

/* line 66, app/assets/stylesheets/components/_document_preview.scss */
.document-preview-container {
  background-color: #fff;
  font-family: Arial;
  left: 0;
  margin: auto;
  margin-bottom: 30px;
  max-width: 800px;
  min-height: 50vh;
  overflow: hidden;
  position: relative;
  top: 25%;
  width: 50%;
}

@media (max-width: 1200px) {
  /* line 66, app/assets/stylesheets/components/_document_preview.scss */
  .document-preview-container {
    width: 90%;
  }
}

/* line 84, app/assets/stylesheets/components/_document_preview.scss */
.document-preview h1 {
  font-size: 1.4em;
  font-weight: 700;
  padding-bottom: 10px;
}

/* line 90, app/assets/stylesheets/components/_document_preview.scss */
.document-preview h2 {
  font-size: 1.2em;
  font-weight: 700;
}

/* line 95, app/assets/stylesheets/components/_document_preview.scss */
.document-preview .intend {
  display: inline-block;
  text-indent: 40px;
}

@media screen and (max-width: 1200px) {
  /* line 95, app/assets/stylesheets/components/_document_preview.scss */
  .document-preview .intend {
    text-indent: 20px;
  }
}

/* line 103, app/assets/stylesheets/components/_document_preview.scss */
.document-preview .company {
  font-size: 1.6em;
}

/* line 107, app/assets/stylesheets/components/_document_preview.scss */
.document-preview .column {
  flex-basis: 80%;
  text-align: justify;
}

/* line 111, app/assets/stylesheets/components/_document_preview.scss */
.document-preview .column.m-t-45 {
  margin-top: 45px;
}

/* line 116, app/assets/stylesheets/components/_document_preview.scss */
.document-preview .download-link {
  display: inline-block;
  width: 30px;
}

/* line 120, app/assets/stylesheets/components/_document_preview.scss */
.document-preview .download-link img {
  width: 100%;
}

/* line 125, app/assets/stylesheets/components/_document_preview.scss */
.document-preview .justify {
  text-align: justify;
}

/* line 129, app/assets/stylesheets/components/_document_preview.scss */
.document-preview .note {
  display: block;
  text-align: left;
}

/* line 3, app/assets/stylesheets/components/_errors.scss */
.errors {
  background: #b72720;
  color: #fff;
  font-family: "Lato", Arial;
  font-size: 13px;
  font-weight: 300;
  margin: 15px 0;
  padding: 12px 15px;
}

/* line 13, app/assets/stylesheets/components/../shared/_bootstrap.scss */
.btn-primary {
  background: #560e99;
}

/* line 16, app/assets/stylesheets/components/../shared/_bootstrap.scss */
.btn-primary:hover {
  background: #7012c8;
}

/* line 48, app/assets/stylesheets/components/_general-inputs.scss */
.pitch-compose__forms input::-webkit-outer-spin-button,
.pitch-compose__forms input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  display: none;
  margin: 0;
}

/* line 55, app/assets/stylesheets/components/_general-inputs.scss */
.after-submit input:not([type='submit']):invalid, .after-submit textarea:invalid, input.error:not([type='submit']) {
  z-index: 9;
}

/* line 14, app/assets/stylesheets/components/_general-inputs.scss */
.after-submit input:not([type='submit']):invalid::-webkit-input-placeholder, .after-submit textarea:invalid::-webkit-input-placeholder, input.error:not([type='submit'])::-webkit-input-placeholder {
  color: #ff5c5c;
  font-size: 16px;
  font-weight: 400;
}

/* line 14, app/assets/stylesheets/components/_general-inputs.scss */
#profile_birth_year::-webkit-input-placeholder {
  font-size: 13px;
}

/* line 69, app/assets/stylesheets/components/_general-inputs.scss */
.pitch-compose__forms input.error:not([type='submit']) {
  border: 1px solid #b72720 !important;
  background-color: #ffe6e6;
}

/* line 14, app/assets/stylesheets/components/_general-inputs.scss */
.pitch-compose__forms input.error:not([type='submit'])::-webkit-input-placeholder {
  color: #ff5c5c;
  font-size: 16px;
  font-weight: 400;
}

/* line 79, app/assets/stylesheets/components/_general-inputs.scss */
.general-inputs {
  font-family: Lato, Arial;
  margin: 20px 0;
  position: relative;
  width: 100%;
}

/* line 85, app/assets/stylesheets/components/_general-inputs.scss */
.general-inputs abbr[title] {
  border-bottom: 0;
  cursor: pointer;
  text-decoration: none;
}

/* line 91, app/assets/stylesheets/components/_general-inputs.scss */
.general-inputs input:invalid {
  box-shadow: none;
}

/* line 95, app/assets/stylesheets/components/_general-inputs.scss */
.general-inputs .fake-inputs input {
  cursor: pointer;
}

/* line 99, app/assets/stylesheets/components/_general-inputs.scss */
.general-inputs:last-child {
  margin-bottom: 0;
}

/* line 103, app/assets/stylesheets/components/_general-inputs.scss */
.general-inputs__add-inputs {
  cursor: pointer;
  font-size: 16px;
  font-weight: 300;
  position: relative;
}

/* line 109, app/assets/stylesheets/components/_general-inputs.scss */
.general-inputs__add-inputs::before {
  position: relative;
  background-color: #f1efef;
  border-radius: 50%;
  color: #81109c;
  cursor: pointer;
  display: inline-block;
  font-size: 24px;
  font-weight: 400;
  height: 30px;
  line-height: 25px;
  margin-right: 10px;
  text-align: center;
  width: 30px;
  content: '+';
}

/* line 119, app/assets/stylesheets/components/_general-inputs.scss */
.general-inputs__3-inputs {
  display: flex;
  justify-content: space-between;
}

/* line 123, app/assets/stylesheets/components/_general-inputs.scss */
.general-inputs__3-inputs > div {
  margin-top: 10px;
}

@media screen and (min-width: 992px) {
  /* line 123, app/assets/stylesheets/components/_general-inputs.scss */
  .general-inputs__3-inputs > div {
    width: 32%;
  }
}

/* line 132, app/assets/stylesheets/components/_general-inputs.scss */
.general-inputs__2-inputs {
  display: flex;
  justify-content: space-between;
}

/* line 136, app/assets/stylesheets/components/_general-inputs.scss */
.general-inputs__2-inputs > div {
  margin-top: 10px;
}

@media screen and (min-width: 992px) {
  /* line 140, app/assets/stylesheets/components/_general-inputs.scss */
  .general-inputs__2-inputs > div:first-of-type {
    width: 32%;
  }
  /* line 143, app/assets/stylesheets/components/_general-inputs.scss */
  .general-inputs__2-inputs > div:last-of-type {
    width: 66%;
  }
}

/* line 150, app/assets/stylesheets/components/_general-inputs.scss */
.general-inputs__label {
  color: #3c3c3c;
  font-family: Lato, Arial;
  font-size: 16px;
  font-weight: 400;
  text-transform: capitalize;
}

/* line 157, app/assets/stylesheets/components/_general-inputs.scss */
.general-inputs__label--no-text-transform {
  text-transform: none;
}

/* line 161, app/assets/stylesheets/components/_general-inputs.scss */
.general-inputs__label--center {
  text-align: center;
}

/* line 165, app/assets/stylesheets/components/_general-inputs.scss */
.general-inputs__label--violet {
  color: #81109c;
}

/* line 169, app/assets/stylesheets/components/_general-inputs.scss */
.general-inputs__label--border-violet {
  border: 1px solid #81109c;
  border-left: 0;
  border-right: 0;
}

/* line 176, app/assets/stylesheets/components/_general-inputs.scss */
.general-inputs .svg-icon {
  bottom: 15px;
  cursor: pointer;
  fill: #adadad;
  left: auto;
  position: absolute;
  right: 10px;
  stroke: #adadad;
  stroke-width: 5px;
  top: auto;
}

/* line 187, app/assets/stylesheets/components/_general-inputs.scss */
.general-inputs .svg-icon.toggle-password-icon {
  top: 10px;
  z-index: 10;
}

/* line 195, app/assets/stylesheets/components/_general-inputs.scss */
.general-inputs__icon--crossed .svg-icon {
  bottom: 10px;
}

/* line 199, app/assets/stylesheets/components/_general-inputs.scss */
.general-inputs__icon--crossed::after {
  background-color: #adadad;
  bottom: auto;
  content: '';
  height: 26px;
  margin: auto;
  position: absolute;
  right: 22px;
  top: 50px;
  transform: rotate(45deg);
  width: 1px;
}

@media screen and (min-width: 992px) {
  /* line 199, app/assets/stylesheets/components/_general-inputs.scss */
  .general-inputs__icon--crossed::after {
    top: 54px;
  }
}

/* line 216, app/assets/stylesheets/components/_general-inputs.scss */
.general-inputs .svg-icon {
  bottom: 15px;
  cursor: pointer;
  fill: #adadad;
  left: auto;
  position: absolute;
  right: 10px;
  stroke: #adadad;
  stroke-width: 5px;
  top: auto;
}

/* line 227, app/assets/stylesheets/components/_general-inputs.scss */
.general-inputs .svg-icon--bottom10 {
  bottom: 10px;
}

/* line 233, app/assets/stylesheets/components/_general-inputs.scss */
.general-inputs__fake-select select {
  font-family: Lato, Arial;
  font-size: 16px;
  height: 42px;
  line-height: 20px;
  padding: 10px;
}

/* line 240, app/assets/stylesheets/components/_general-inputs.scss */
.general-inputs__fake-select select:active, .general-inputs__fake-select select:focus {
  border: 1px solid #81109c;
  box-shadow: none;
  color: #81109c;
}

/* line 247, app/assets/stylesheets/components/_general-inputs.scss */
.general-inputs__fake-select select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000;
}

/* line 253, app/assets/stylesheets/components/_general-inputs.scss */
.general-inputs__fake-select::after {
  background: #f1efef;
  border-radius: 55%;
  bottom: auto;
  color: #81109c;
  font-size: 18px;
  height: 25px;
  left: auto;
  line-height: 26px;
  margin: auto;
  padding: 0 0 2px;
  pointer-events: none;
  position: absolute;
  right: 10px;
  text-align: center;
  top: 9px;
  width: 25px;
}

/* line 276, app/assets/stylesheets/components/_general-inputs.scss */
.general-inputs__add-fake-file::after, .general-inputs__token-input::after {
  background: #f1efef;
  border-radius: 55%;
  bottom: 0;
  color: #81109c;
  content: '+';
  font-size: 18px;
  height: 25px;
  left: auto;
  line-height: 24px;
  margin: auto;
  padding: 0 0 2px;
  pointer-events: none;
  position: absolute;
  right: 10px;
  text-align: center;
  top: 0;
  width: 25px;
}

/* line 297, app/assets/stylesheets/components/_general-inputs.scss */
.general-inputs__token-input {
  cursor: pointer;
  height: 30px;
  position: absolute;
  right: 0;
  top: 0;
  width: 30px;
  z-index: 1;
  margin: auto;
  left: auto;
  bottom: 0;
}

/* line 310, app/assets/stylesheets/components/_general-inputs.scss */
.general-inputs__submit {
  background-color: #78a315;
  border: 0;
  border-radius: 0;
  color: #fff;
  display: block;
  font-family: Lato, Arial;
  font-size: 14px;
  font-weight: 700;
  margin: 10px 0;
  outline: 0;
  padding: 15px 10px;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
}

/* line 326, app/assets/stylesheets/components/_general-inputs.scss */
.general-inputs__submit--full-width {
  width: 100%;
}

/* line 330, app/assets/stylesheets/components/_general-inputs.scss */
.general-inputs__submit--purple {
  background-color: #81109c;
}

/* line 334, app/assets/stylesheets/components/_general-inputs.scss */
.general-inputs__submit--blue {
  background-color: #2a3552;
}

/* line 338, app/assets/stylesheets/components/_general-inputs.scss */
.general-inputs__submit--margin-auto, .general-inputs__submit--center {
  margin: 0 auto;
}

/* line 344, app/assets/stylesheets/components/_general-inputs.scss */
.general-inputs input,
.general-inputs textarea {
  font-size: 16px;
  margin: 0;
  margin-bottom: 5px;
  outline: 0;
  padding: 10px;
}

/* line 14, app/assets/stylesheets/components/_general-inputs.scss */
.general-inputs input::-webkit-input-placeholder,
.general-inputs textarea::-webkit-input-placeholder {
  color: #cecece;
  font-size: 16px;
  font-weight: 400;
}

/* line 359, app/assets/stylesheets/components/_general-inputs.scss */
.general-inputs input:active, .general-inputs input:focus,
.general-inputs textarea:active,
.general-inputs textarea:focus {
  border: 1px solid #81109c;
  box-shadow: none;
  color: #81109c;
}

/* line 366, app/assets/stylesheets/components/_general-inputs.scss */
.general-inputs input.general-inputs__textarea--f12,
.general-inputs textarea.general-inputs__textarea--f12 {
  font-size: 12px;
}

/* line 372, app/assets/stylesheets/components/_general-inputs.scss */
.general-inputs__checkbox, .general-inputs__radio {
  cursor: pointer;
  margin: 0 0 10px;
  padding: 0;
  text-align: left;
}

/* line 379, app/assets/stylesheets/components/_general-inputs.scss */
.general-inputs__checkbox label, .general-inputs__radio label {
  cursor: pointer;
  font-family: Lato;
  font-size: 14px;
  font-weight: 400;
  height: 20px;
  line-height: 20px;
  min-height: 0;
  padding: 0;
  padding-left: 28px;
  position: relative;
  text-transform: none;
  vertical-align: top;
  width: auto;
}

/* line 394, app/assets/stylesheets/components/_general-inputs.scss */
.general-inputs__checkbox label.height-auto, .general-inputs__radio label.height-auto {
  height: auto;
}

/* line 398, app/assets/stylesheets/components/_general-inputs.scss */
.general-inputs__checkbox label.strong, .general-inputs__radio label.strong {
  font-weight: 700;
}

/* line 402, app/assets/stylesheets/components/_general-inputs.scss */
.general-inputs__checkbox label.f-18, .general-inputs__radio label.f-18 {
  font-size: 18px;
}

/* line 405, app/assets/stylesheets/components/_general-inputs.scss */
.general-inputs__checkbox label.f-18.selected, .general-inputs__radio label.f-18.selected {
  color: #81109c;
}

/* line 410, app/assets/stylesheets/components/_general-inputs.scss */
.general-inputs__checkbox label.f-16, .general-inputs__radio label.f-16 {
  font-size: 16px;
}

/* line 414, app/assets/stylesheets/components/_general-inputs.scss */
.general-inputs__checkbox label.error, .general-inputs__radio label.error {
  color: #b72720;
  margin-bottom: 0;
  padding-left: 0;
}

/* line 419, app/assets/stylesheets/components/_general-inputs.scss */
.general-inputs__checkbox label.error::before, .general-inputs__radio label.error::before {
  display: none;
}

/* line 424, app/assets/stylesheets/components/_general-inputs.scss */
.general-inputs__checkbox label::before, .general-inputs__radio label::before {
  position: absolute;
  top: 0;
  content: '';
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 22px;
  height: 22px;
  background-color: #fff;
  border: 1px solid #e6e6e6;
  content: '';
  right: auto;
  z-index: 1;
}

/* line 433, app/assets/stylesheets/components/_general-inputs.scss */
.general-inputs__checkbox label.selected::after, .general-inputs__radio label.selected::after {
  position: absolute;
  top: 0;
  content: '';
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 14px;
  height: 15px;
  background-color: #81109c;
  content: '';
  left: 4px;
  margin: auto;
  right: auto;
  z-index: 1;
}

/* line 445, app/assets/stylesheets/components/_general-inputs.scss */
.general-inputs__checkbox--bg-gray, .general-inputs__radio--bg-gray {
  background-color: #f6f6f6;
}

/* line 449, app/assets/stylesheets/components/_general-inputs.scss */
.general-inputs__checkbox--align-top label, .general-inputs__radio--align-top label {
  padding-left: 35px;
}

/* line 452, app/assets/stylesheets/components/_general-inputs.scss */
.general-inputs__checkbox--align-top label::before, .general-inputs__radio--align-top label::before {
  bottom: auto;
}

/* line 456, app/assets/stylesheets/components/_general-inputs.scss */
.general-inputs__checkbox--align-top label.selected::after, .general-inputs__radio--align-top label.selected::after {
  top: 4px;
  bottom: auto;
}

/* line 462, app/assets/stylesheets/components/_general-inputs.scss */
.general-inputs__checkbox--columns, .general-inputs__radio--columns {
  width: 50%;
}

/* line 469, app/assets/stylesheets/components/_general-inputs.scss */
.general-inputs__radio label::first-letter {
  text-transform: capitalize;
}

/* line 473, app/assets/stylesheets/components/_general-inputs.scss */
.general-inputs__radio label::before,
.general-inputs__radio label.selected::after {
  border-radius: 50%;
}

/* line 479, app/assets/stylesheets/components/_general-inputs.scss */
.general-inputs__checkbox-input, .general-inputs__radio-input {
  opacity: 0;
  position: absolute;
}

/* line 485, app/assets/stylesheets/components/_general-inputs.scss */
.general-inputs__checkbox-input:focus + label::before, .general-inputs__radio-input:focus + label::before {
  border-color: #81109c;
}

/* line 491, app/assets/stylesheets/components/_general-inputs.scss */
.general-inputs__password-settings {
  align-items: center;
  display: flex;
  justify-content: space-between;
}

/* line 497, app/assets/stylesheets/components/_general-inputs.scss */
.general-inputs__password-reminder {
  margin-top: -5px;
}

/* line 501, app/assets/stylesheets/components/_general-inputs.scss */
.general-inputs__password-reminder-link {
  color: #2a3552;
  font-size: 11px;
}

/* line 506, app/assets/stylesheets/components/_general-inputs.scss */
.general-inputs__textarea {
  font-size: 12px;
}

/* line 510, app/assets/stylesheets/components/_general-inputs.scss */
.general-inputs__email, .general-inputs__password, .general-inputs__text, .general-inputs__number, .general-inputs__fake-select, .general-inputs__textarea {
  -webkit-appearance: none;
  border: 1px solid #d4d3d3;
  width: 100%;
}

/* line 523, app/assets/stylesheets/components/_general-inputs.scss */
.general-inputs__number-increase {
  background-color: #f1efef;
  border-radius: 50%;
  color: #81109c;
  cursor: pointer;
  display: inline-block;
  font-size: 24px;
  font-weight: 400;
  height: 30px;
  line-height: 25px;
  margin-right: 10px;
  text-align: center;
  width: 30px;
  bottom: auto;
  left: auto;
  margin: auto;
  position: absolute;
  right: 50px;
  top: 8px;
}

/* line 533, app/assets/stylesheets/components/_general-inputs.scss */
.general-inputs__number-increase--right45 {
  right: 45px;
}

/* line 537, app/assets/stylesheets/components/_general-inputs.scss */
.general-inputs__number-increase::after {
  content: '\f106';
  font: var(--fa-font-solid);
  height: 10px;
  width: 10px;
  font-size: 18px;
}

/* line 547, app/assets/stylesheets/components/_general-inputs.scss */
.general-inputs__number-decrease {
  background-color: #f1efef;
  border-radius: 50%;
  color: #81109c;
  cursor: pointer;
  display: inline-block;
  font-size: 24px;
  font-weight: 400;
  height: 30px;
  line-height: 25px;
  margin-right: 10px;
  text-align: center;
  width: 30px;
  bottom: auto;
  left: auto;
  margin: auto;
  position: absolute;
  right: 10px;
  top: 8px;
}

/* line 557, app/assets/stylesheets/components/_general-inputs.scss */
.general-inputs__number-decrease::after {
  content: '\f107';
  font: var(--fa-font-solid);
  font-size: 18px;
  height: 10px;
  width: 10px;
  transform: rotate(180deg);
}

/* line 568, app/assets/stylesheets/components/_general-inputs.scss */
.general-inputs--z-index9 {
  z-index: 9;
}

/* line 572, app/assets/stylesheets/components/_general-inputs.scss */
.general-inputs__add-btn, .general-inputs__remove-btn {
  color: #3c3c3c;
  cursor: pointer;
  opacity: .7;
  text-transform: capitalize;
  transition: opacity .4s;
}

/* line 581, app/assets/stylesheets/components/_general-inputs.scss */
.general-inputs__add-btn:hover, .general-inputs__remove-btn:hover {
  opacity: 1;
  text-decoration: underline;
}

/* line 586, app/assets/stylesheets/components/_general-inputs.scss */
.general-inputs__add-btn::before, .general-inputs__remove-btn::before {
  background-color: #f1efef;
  border-radius: 50%;
  color: #81109c;
  cursor: pointer;
  display: inline-block;
  font-size: 24px;
  font-weight: 400;
  height: 30px;
  line-height: 25px;
  margin-right: 10px;
  text-align: center;
  width: 30px;
  content: '+';
}

/* line 593, app/assets/stylesheets/components/_general-inputs.scss */
.general-inputs__remove-btn {
  display: none;
}

/* line 595, app/assets/stylesheets/components/_general-inputs.scss */
.general-inputs__remove-btn::before {
  content: '-';
}

/* line 600, app/assets/stylesheets/components/_general-inputs.scss */
.general-inputs__errors {
  background: #b72720;
  color: #fff;
  font-family: "Lato", Arial;
  font-size: 13px;
  font-weight: 300;
  margin: 15px 0;
  padding: 12px 15px;
}

/* line 611, app/assets/stylesheets/components/_general-inputs.scss */
.general-inputs .field-with-error .general-inputs__text {
  position: relative;
}

/* line 614, app/assets/stylesheets/components/_general-inputs.scss */
.general-inputs .field-with-error .general-inputs__text:focus {
  box-shadow: none;
}

/* line 619, app/assets/stylesheets/components/_general-inputs.scss */
.general-inputs .field-with-error .popup-hint-text {
  margin: 0;
  width: 100%;
}

/* line 625, app/assets/stylesheets/components/_general-inputs.scss */
.general-inputs__error {
  background: #ffe6e6;
  color: #ff5c5c;
  display: block;
  font-family: "Lato", Arial, sans-serif;
  font-size: 13px;
  font-weight: 300;
  margin: 0 0 15px;
  padding: 12px 15px;
  text-transform: capitalize;
}

/* line 638, app/assets/stylesheets/components/_general-inputs.scss */
.general-inputs label.error {
  color: #b72720;
  font-family: Lato;
  font-size: 14px;
  font-weight: 400;
  text-transform: none;
}

/* line 647, app/assets/stylesheets/components/_general-inputs.scss */
.general-inputs .login-validation {
  color: #b72720;
  font-family: Lato;
  font-size: 12px;
  font-weight: 400;
  margin-top: 10px;
  padding-left: 0;
  text-transform: none;
}

/* line 657, app/assets/stylesheets/components/_general-inputs.scss */
.general-inputs .js-cursor {
  cursor: pointer;
}

@media screen and (min-width: 992px) {
  /* line 664, app/assets/stylesheets/components/_general-inputs.scss */
  .general-inputs__date-of-birth {
    align-items: center;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
  }
  /* line 671, app/assets/stylesheets/components/_general-inputs.scss */
  .general-inputs__2-columns {
    display: flex;
    justify-content: space-between;
  }
  /* line 675, app/assets/stylesheets/components/_general-inputs.scss */
  .general-inputs__2-columns .general-inputs {
    width: 45%;
  }
  /* line 680, app/assets/stylesheets/components/_general-inputs.scss */
  .general-inputs__label {
    font-size: 18px;
  }
  /* line 683, app/assets/stylesheets/components/_general-inputs.scss */
  .general-inputs__label--required::after {
    content: '*';
  }
  /* line 688, app/assets/stylesheets/components/_general-inputs.scss */
  .general-inputs__date-of-birth-elem {
    flex-basis: 32%;
  }
  /* line 692, app/assets/stylesheets/components/_general-inputs.scss */
  .general-inputs__checkbox {
    width: 33%;
  }
  /* line 695, app/assets/stylesheets/components/_general-inputs.scss */
  .general-inputs__checkbox--full-width {
    width: 100%;
  }
  /* line 701, app/assets/stylesheets/components/_general-inputs.scss */
  .modal-dialog {
    width: 980px;
  }
  /* line 705, app/assets/stylesheets/components/_general-inputs.scss */
  .modal-body {
    padding: 15px 30px;
  }
}

/* line 710, app/assets/stylesheets/components/_general-inputs.scss */
.token-withdrawal {
  width: 100%;
}

/* line 714, app/assets/stylesheets/components/_general-inputs.scss */
.token-withdrawal--disabled label {
  color: #d0d0d0;
  cursor: not-allowed;
}

/* line 718, app/assets/stylesheets/components/_general-inputs.scss */
.token-withdrawal--disabled label::before {
  background: #eee;
}

/* line 723, app/assets/stylesheets/components/_general-inputs.scss */
.token-withdrawal--disabled input {
  display: none;
}

/* line 728, app/assets/stylesheets/components/_general-inputs.scss */
.token-withdrawal input {
  display: none;
}

/* line 732, app/assets/stylesheets/components/_general-inputs.scss */
.token-withdrawal__label {
  cursor: pointer;
  font-family: Lato;
  font-size: 14px;
  font-weight: 400;
  height: 20px;
  line-height: 20px;
  padding: 0 0 0 28px;
  position: relative;
  text-transform: inherit;
}

/* line 743, app/assets/stylesheets/components/_general-inputs.scss */
.token-withdrawal__label::before {
  position: absolute;
  top: 0;
  content: '';
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 22px;
  height: 22px;
  background-color: #fff;
  border: 1px solid #e6e6e6;
  content: '';
  right: auto;
  z-index: 1;
}

/* line 752, app/assets/stylesheets/components/_general-inputs.scss */
input:checked + .token-withdrawal__label::after {
  position: absolute;
  top: 0;
  content: '';
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 14px;
  height: 15px;
  background-color: #81109c;
  content: '';
  left: 4px;
  margin: auto;
  right: auto;
  z-index: 1;
}

/* line 763, app/assets/stylesheets/components/_general-inputs.scss */
.company-description-input {
  height: 135px;
}

/* line 767, app/assets/stylesheets/components/_general-inputs.scss */
.pitch-creation-margin-small {
  margin-top: 40px !important;
}

/* line 771, app/assets/stylesheets/components/_general-inputs.scss */
.pitch-creation-margin-large {
  margin-top: 100px !important;
}

/* line 775, app/assets/stylesheets/components/_general-inputs.scss */
.error-field-margin {
  margin-top: 40px !important;
}

/* line 779, app/assets/stylesheets/components/_general-inputs.scss */
.validated-input-spacing {
  margin-bottom: 50px !important;
}

/* line 783, app/assets/stylesheets/components/_general-inputs.scss */
.password-error-width {
  width: 70% !important;
}

@media screen and (max-width: 460px) {
  /* line 783, app/assets/stylesheets/components/_general-inputs.scss */
  .password-error-width {
    width: 100% !important;
  }
}

/* line 790, app/assets/stylesheets/components/_general-inputs.scss */
.input-height {
  height: 40px !important;
}

/* line 795, app/assets/stylesheets/components/_general-inputs.scss */
.profile_box-yield-account__input--radiobuton .input-height {
  height: auto !important;
}

/* line 800, app/assets/stylesheets/components/_general-inputs.scss */
.general-inputs__checkbox--full-width .error {
  display: block;
  margin-top: 15px;
}

@supports (-webkit-overflow-scrolling: touch) {
  /* line 807, app/assets/stylesheets/components/_general-inputs.scss */
  .general-inputs__email, .general-inputs__password, .general-inputs__text, .general-inputs__number, .general-inputs__fake-select, .general-inputs__textarea {
    border-radius: 0;
  }
}

/* line 3, app/assets/stylesheets/components/_hinter.scss */
[data-hint-title] {
  position: relative;
}

/* line 7, app/assets/stylesheets/components/_hinter.scss */
.hint {
  bottom: 15px;
  display: none;
  float: none;
  height: auto;
  margin: auto;
  max-width: 400px;
  overflow: visible;
  padding: 5px;
  position: absolute;
  top: auto;
  transform: translateX(-46%);
  width: 120px;
  z-index: 5;
}

/* line 22, app/assets/stylesheets/components/_hinter.scss */
.hint__text {
  background: #2a3552;
  color: #fff;
  font-family: 'Lato', Arial;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  height: auto;
  margin: 0;
  padding: 3px 4px;
  text-align: center;
  text-transform: none;
  width: auto;
}

/* line 37, app/assets/stylesheets/components/_hinter.scss */
.hint__arrow {
  background-image: url(/assets/gfx/info_arr-b8171c01691028bd3c48fa95097f112bbfe0cd13169a7941b21c40522b3657fe.png);
  background-position: bottom center;
  background-repeat: no-repeat;
  height: 4px;
  margin: 0;
  padding: 0;
  width: auto;
}

/* line 5, app/assets/stylesheets/components/_icon.scss */
.icon--top-right {
  position: absolute;
  right: 5px;
  top: 20px;
}

/* line 11, app/assets/stylesheets/components/_icon.scss */
.icon--purple {
  color: #81109c;
}

/* line 16, app/assets/stylesheets/components/_icon.scss */
.calendar-icon {
  background-image: url(/assets/calendar-d76ea4feb2e16be57bfbefe7f4e7402a9639ee9b2d197485a5186bf174098354.png);
  background-position: 98% center;
  background-repeat: no-repeat;
}

/* line 3, app/assets/stylesheets/components/_investor_documents.scss */
.document-type-section {
  display: flex;
  justify-content: center;
  list-style: none;
  margin: 20px auto;
  padding: 0;
  text-transform: uppercase;
  width: 500px;
}

/* line 12, app/assets/stylesheets/components/_investor_documents.scss */
.document-type-section li {
  border-bottom: 1px solid #f1efef;
  cursor: pointer;
  padding: 0 30px 20px;
}

/* line 17, app/assets/stylesheets/components/_investor_documents.scss */
.document-type-section li.selected {
  border-bottom: 4px solid #81109c;
  color: #81109c;
  font-weight: 700;
}

/* line 24, app/assets/stylesheets/components/_investor_documents.scss */
.document-type-section-no-documents {
  margin-bottom: 30px;
  padding: 20px;
  text-align: center;
}

@media screen and (max-width: 650px) {
  /* line 3, app/assets/stylesheets/components/_investor_documents.scss */
  .document-type-section {
    width: 100%;
  }
  /* line 33, app/assets/stylesheets/components/_investor_documents.scss */
  .document-type-section li {
    flex-basis: 50%;
    text-align: center;
  }
}

/* line 40, app/assets/stylesheets/components/_investor_documents.scss */
.investor-documents {
  display: block;
  margin: 20px auto 35px;
  width: 100%;
}

@media screen and (min-width: 650px) {
  /* line 40, app/assets/stylesheets/components/_investor_documents.scss */
  .investor-documents {
    width: 500px;
  }
}

/* line 49, app/assets/stylesheets/components/_investor_documents.scss */
.investor-documents-agreement-link {
  font-weight: 400 !important;
}

/* line 54, app/assets/stylesheets/components/_investor_documents.scss */
.investor-documents-body,
.investor-documents-row {
  clear: both;
}

/* line 59, app/assets/stylesheets/components/_investor_documents.scss */
.investor-documents-row {
  position: relative;
  text-transform: capitalize;
  z-index: 1;
}

/* line 64, app/assets/stylesheets/components/_investor_documents.scss */
.investor-documents-row.expired {
  opacity: .6;
}

/* line 70, app/assets/stylesheets/components/_investor_documents.scss */
.investor-documents-row .investor-documents-head.wide,
.investor-documents-row .investor-documents-cell.wide {
  width: 75%;
}

/* line 74, app/assets/stylesheets/components/_investor_documents.scss */
.investor-documents-row .investor-documents-head.half,
.investor-documents-row .investor-documents-cell.half {
  width: 50%;
}

@media screen and (max-width: 650px) {
  /* line 68, app/assets/stylesheets/components/_investor_documents.scss */
  .investor-documents-row .investor-documents-head,
.investor-documents-row .investor-documents-cell {
    padding: 15px 0;
  }
  /* line 81, app/assets/stylesheets/components/_investor_documents.scss */
  .investor-documents-row .investor-documents-head:first-child,
.investor-documents-row .investor-documents-cell:first-child {
    padding-left: 7px;
  }
  /* line 85, app/assets/stylesheets/components/_investor_documents.scss */
  .investor-documents-row .investor-documents-head:last-child,
.investor-documents-row .investor-documents-cell:last-child {
    padding-right: 7px;
  }
}

/* line 91, app/assets/stylesheets/components/_investor_documents.scss */
.investor-documents-row:nth-child(even) {
  background-color: #f1efef;
}

/* line 95, app/assets/stylesheets/components/_investor_documents.scss */
.investor-documents-row.download-document:hover {
  cursor: pointer;
  opacity: 1;
}

/* line 100, app/assets/stylesheets/components/_investor_documents.scss */
.investor-documents-row img {
  width: 13px;
}

/* line 104, app/assets/stylesheets/components/_investor_documents.scss */
.investor-documents-row .investor-documents-cell:last-child,
.investor-documents-row .investor-documents-head:last-child {
  text-align: center;
}

/* line 110, app/assets/stylesheets/components/_investor_documents.scss */
.investor-documents-head {
  font-weight: bold;
}

/* line 114, app/assets/stylesheets/components/_investor_documents.scss */
.investor-documents-cell,
.investor-documents-head {
  float: left;
  overflow: hidden;
  padding: 15px 10px;
  width: 25%;
}

/* line 122, app/assets/stylesheets/components/_investor_documents.scss */
.investor-documents::after,
.investor-documents-row::after {
  clear: both;
  content: " ";
  display: block;
  font-size: 0;
  height: 0;
  visibility: hidden;
}

/* line 13, app/assets/stylesheets/components/../shared/_bootstrap.scss */
.btn-primary {
  background: #560e99;
}

/* line 16, app/assets/stylesheets/components/../shared/_bootstrap.scss */
.btn-primary:hover {
  background: #7012c8;
}

/* line 5, app/assets/stylesheets/components/_join-form.scss */
.register-header {
  font-size: 20px;
  font-weight: 400;
}

/* line 10, app/assets/stylesheets/components/_join-form.scss */
.form-header {
  display: flex;
  justify-content: space-around;
  list-style: none;
  margin: 0;
  padding: 17px 0 0;
  width: 100%;
}

/* line 18, app/assets/stylesheets/components/_join-form.scss */
.form-header .header-item {
  border-bottom: 5px solid transparent;
  cursor: pointer;
  flex: 1 50%;
  font-size: 14px;
  font-weight: bold;
  padding: 13px 0;
  text-align: center;
  text-transform: uppercase;
  transition: border-bottom-color ease-in-out .3s, color ease-in-out .3s;
}

/* line 29, app/assets/stylesheets/components/_join-form.scss */
.form-header .header-item:hover {
  border-bottom-color: rgba(129, 16, 156, 0.5);
  cursor: pointer;
}

/* line 34, app/assets/stylesheets/components/_join-form.scss */
.form-header .header-item.active {
  border-bottom-color: #81109c;
  color: #81109c;
}

/* line 42, app/assets/stylesheets/components/_join-form.scss */
.join-form {
  background-color: #fff;
  font-family: Lato, sans-serif;
  position: relative;
}

/* line 47, app/assets/stylesheets/components/_join-form.scss */
.join-form--locked {
  background: #fdb651;
  padding: 22px;
}

/* line 51, app/assets/stylesheets/components/_join-form.scss */
.join-form--locked .locked-message {
  text-align: center;
}

/* line 55, app/assets/stylesheets/components/_join-form.scss */
.join-form--locked h2 {
  font-size: 18px;
  font-weight: bold;
  line-height: 16px;
}

/* line 61, app/assets/stylesheets/components/_join-form.scss */
.join-form--locked .general-form {
  background: #fff;
}

/* line 66, app/assets/stylesheets/components/_join-form.scss */
.join-form .general-form {
  padding: 30px 15px;
}

/* line 70, app/assets/stylesheets/components/_join-form.scss */
.join-form .form-content {
  display: none;
}

/* line 73, app/assets/stylesheets/components/_join-form.scss */
.join-form .form-content.visible {
  display: block;
}

/* line 78, app/assets/stylesheets/components/_join-form.scss */
.join-form .form-description {
  color: #a5aebd;
  display: block;
  font-size: 20px;
  font-weight: normal;
  line-height: 1.5;
  margin-bottom: 30px;
}

/* line 87, app/assets/stylesheets/components/_join-form.scss */
.join-form__switch-form {
  font-family: Lato, Arial;
  font-size: 14px;
  text-align: center;
}

/* line 93, app/assets/stylesheets/components/_join-form.scss */
.join-form__switch-form-link {
  color: #81109c;
  font-weight: 700;
}

/* line 98, app/assets/stylesheets/components/_join-form.scss */
.join-form--column {
  flex-direction: column;
  padding: 23px 40px;
}

/* line 103, app/assets/stylesheets/components/_join-form.scss */
.join-form .section__separator {
  display: none;
}

/* line 107, app/assets/stylesheets/components/_join-form.scss */
.join-form .reset-password--success {
  margin: 90px auto 0;
}

/* line 111, app/assets/stylesheets/components/_join-form.scss */
.join-form .reset_password {
  margin: 0 auto;
  max-width: 600px;
}

@media screen and (min-width: 600px) {
  /* line 111, app/assets/stylesheets/components/_join-form.scss */
  .join-form .reset_password {
    padding: 23px 40px;
  }
}

/* line 119, app/assets/stylesheets/components/_join-form.scss */
.join-form .password-container {
  position: relative;
}

/* line 123, app/assets/stylesheets/components/_join-form.scss */
.join-form .general-inputs__label {
  color: #a5aebd;
}

/* line 129, app/assets/stylesheets/components/_join-form.scss */
.rest-password-container {
  margin-top: 20px;
  text-align: center;
}

/* line 133, app/assets/stylesheets/components/_join-form.scss */
.rest-password-container .reminder-link {
  font-size: 14px;
}

/* line 138, app/assets/stylesheets/components/_join-form.scss */
.security {
  text-align: center;
}

/* line 141, app/assets/stylesheets/components/_join-form.scss */
.security .svg-icon {
  vertical-align: bottom;
}

@media all and (min-width: 1200px) {
  /* line 147, app/assets/stylesheets/components/_join-form.scss */
  .join-form {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin: 0 auto;
    max-width: 980px;
  }
  /* line 155, app/assets/stylesheets/components/_join-form.scss */
  .join-form .reset-password--success {
    margin-top: 20px;
  }
  /* line 159, app/assets/stylesheets/components/_join-form.scss */
  .join-form--column {
    flex-direction: column;
  }
  /* line 163, app/assets/stylesheets/components/_join-form.scss */
  .join-form .social-btns {
    width: 30%;
  }
  /* line 167, app/assets/stylesheets/components/_join-form.scss */
  .join-form .general-form {
    padding: 40px;
    position: relative;
    width: 55%;
  }
}

/* line 179, app/assets/stylesheets/components/_join-form.scss */
.general-form select:invalid {
  color: #b9b9b9;
}

@media (min-width: 1200px) {
  /* line 187, app/assets/stylesheets/components/_join-form.scss */
  .join-form {
    max-width: 580px;
  }
  /* line 190, app/assets/stylesheets/components/_join-form.scss */
  .join-form .general-form {
    padding: 23px 40px;
    width: 100%;
  }
  /* line 195, app/assets/stylesheets/components/_join-form.scss */
  .join-form .general-inputs {
    margin: 10px 0;
  }
  /* line 199, app/assets/stylesheets/components/_join-form.scss */
  .join-form .fake-select {
    margin-bottom: 0;
  }
}

@media (max-width: 1199px) {
  /* line 207, app/assets/stylesheets/components/_join-form.scss */
  #register-form .join-form {
    padding-top: 0;
  }
  /* line 212, app/assets/stylesheets/components/_join-form.scss */
  .join-form-container {
    padding: 0 !important;
  }
  /* line 215, app/assets/stylesheets/components/_join-form.scss */
  .join-form-container .general-inputs {
    margin-bottom: 5px;
  }
}

/*Constants and Mixins*/
/* line 7, app/assets/stylesheets/components/_links.scss */
.link {
  font-family: Lato, Arial;
}

/* line 12, app/assets/stylesheets/components/_links.scss */
.links--violet {
  color: #81109c;
}

/* line 16, app/assets/stylesheets/components/_links.scss */
.links--white {
  color: #fff;
}

/* line 20, app/assets/stylesheets/components/_links.scss */
.links--f14 {
  font-size: 14px;
}

/* line 24, app/assets/stylesheets/components/_links.scss */
.links--underlined {
  text-decoration: underline;
}

/* line 28, app/assets/stylesheets/components/_links.scss */
.links--inline {
  display: inline;
}

/* line 32, app/assets/stylesheets/components/_links.scss */
.links--block {
  display: block;
  height: 100%;
  width: 100%;
}

/* line 38, app/assets/stylesheets/components/_links.scss */
.links__linkedin.fa {
  color: #0077B5;
  font-size: 26px;
  margin: 0 3px;
  margin-top: 5px;
  opacity: .7;
}

/* line 46, app/assets/stylesheets/components/_links.scss */
.links__twitter.fa {
  color: #0084b4;
  font-size: 26px;
  margin: 0 3px;
  margin-top: 5px;
  opacity: .7;
}

/* line 54, app/assets/stylesheets/components/_links.scss */
.links__icon {
  transition: all .4s;
}

/* line 56, app/assets/stylesheets/components/_links.scss */
.links__icon.fa:hover {
  opacity: 1;
}

/* line 3, app/assets/stylesheets/components/_list.scss */
.list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

/* line 8, app/assets/stylesheets/components/_list.scss */
.list--p-t-1:not(:first-child) {
  padding-top: 20px;
}

/* line 13, app/assets/stylesheets/components/_list.scss */
.list__item {
  padding-left: 1.3em;
  text-indent: -.6em;
  margin: 5px 0;
}

/* line 18, app/assets/stylesheets/components/_list.scss */
.list__item::before {
  background-color: #838383;
  border-radius: 5px;
  content: '';
  height: 10px;
  width: 10px;
  display: inline-block;
  margin-left: -.6em;
  margin-right: .8em;
}

/* line 29, app/assets/stylesheets/components/_list.scss */
.list__item--violet {
  color: #81109c;
}

/* line 32, app/assets/stylesheets/components/_list.scss */
.list__item--violet::before {
  background-color: #d19ade;
}

/* line 37, app/assets/stylesheets/components/_list.scss */
.list__item--halves {
  width: 50%;
  float: left;
}

/* line 5, app/assets/stylesheets/components/_media.scss */
.media {
  align-items: flex-start;
  display: flex;
}

/* line 9, app/assets/stylesheets/components/_media.scss */
.media__full-width {
  width: 100%;
}

/* line 13, app/assets/stylesheets/components/_media.scss */
.media--min-260w {
  min-width: 260px;
}

/* line 17, app/assets/stylesheets/components/_media.scss */
.media--vertically-centered {
  align-items: center;
}

/* line 21, app/assets/stylesheets/components/_media.scss */
.media--relative {
  position: relative;
}

/* line 25, app/assets/stylesheets/components/_media.scss */
.media--overflow-visible {
  overflow: visible;
}

/* line 29, app/assets/stylesheets/components/_media.scss */
.media__remove-user {
  color: #838383;
  font-size: 15px;
  font-weight: 700;
  position: absolute;
  right: 5px;
  top: 5px;
}

/* line 37, app/assets/stylesheets/components/_media.scss */
.media__remove-user:hover {
  color: #838383;
}

/* line 42, app/assets/stylesheets/components/_media.scss */
.media--blue {
  color: #2a3552;
}

/* line 46, app/assets/stylesheets/components/_media.scss */
.media--border-gray {
  border-bottom: 1px solid #838383;
  padding: 20px 0;
}

/* line 50, app/assets/stylesheets/components/_media.scss */
.media--border-gray:last-of-type:not(.owner) {
  border: 0;
}

/* line 55, app/assets/stylesheets/components/_media.scss */
.media__btn {
  color: #fff;
  cursor: pointer;
  display: block;
  font-size: 12px;
  font-weight: 700;
  margin: 5px auto;
  padding: 5px;
  text-align: center;
  transition: all .3s ease;
}

/* line 66, app/assets/stylesheets/components/_media.scss */
.media__btn--w140 {
  width: 140px;
}

/* line 70, app/assets/stylesheets/components/_media.scss */
.media__btn--blue {
  background: #2a3552;
}

/* line 74, app/assets/stylesheets/components/_media.scss */
.media__btn--uppercase {
  text-transform: uppercase;
}

/* line 78, app/assets/stylesheets/components/_media.scss */
.media__btn--align-left {
  margin-left: 0;
}

/* line 82, app/assets/stylesheets/components/_media.scss */
.media__btn--purple {
  background: #560e99;
  opacity: .9;
}

/* line 87, app/assets/stylesheets/components/_media.scss */
.media__btn:hover {
  color: #fff;
  opacity: .8;
}

/* line 92, app/assets/stylesheets/components/_media.scss */
.media__btn:focus {
  color: #fff;
}

/* line 98, app/assets/stylesheets/components/_media.scss */
.media__figure {
  margin-right: 1.3em;
}

/* line 102, app/assets/stylesheets/components/_media.scss */
.media__body {
  flex: 1;
}

/* line 106, app/assets/stylesheets/components/_media.scss */
.media__space-between {
  display: flex;
  justify-content: space-between;
}

/* line 111, app/assets/stylesheets/components/_media.scss */
.verification-status {
  color: #2a3552;
  font-size: 1.35em;
  text-transform: capitalize;
}

/* line 117, app/assets/stylesheets/components/_media.scss */
.verification-status--yellow {
  color: #ffca4d;
}

/* line 121, app/assets/stylesheets/components/_media.scss */
.verification-status--red {
  color: #b72720;
}

/* line 125, app/assets/stylesheets/components/_media.scss */
.verification-status--green {
  color: #78a315;
}

/* line 13, app/assets/stylesheets/components/../shared/_bootstrap.scss */
.btn-primary {
  background: #560e99;
}

/* line 16, app/assets/stylesheets/components/../shared/_bootstrap.scss */
.btn-primary:hover {
  background: #7012c8;
}

/* line 4, app/assets/stylesheets/components/_modal-dialog.scss */
.modal-dialog {
  margin: 90px 20px;
}

@media all and (min-width: 768px) {
  /* line 4, app/assets/stylesheets/components/_modal-dialog.scss */
  .modal-dialog {
    margin: 90px auto;
  }
}

/* line 12, app/assets/stylesheets/components/_modal-dialog.scss */
.x {
  cursor: pointer;
  display: block;
  height: 32px;
  position: fixed;
  right: 0;
  top: 0;
  transition: transform .25s ease-in-out;
  width: 32px;
  z-index: 9;
}

/* line 24, app/assets/stylesheets/components/_modal-dialog.scss */
.x::before {
  border-top: 2px solid #000;
  bottom: 0;
  content: '';
  display: block;
  height: 0;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  transform: rotate(45deg);
  transform-origin: center;
  width: 32px;
}

/* line 40, app/assets/stylesheets/components/_modal-dialog.scss */
.x::after {
  border-top: 2px solid #000;
  bottom: 0;
  content: '';
  display: block;
  height: 0;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  transform: rotate(-45deg);
  transform-origin: center;
  width: 32px;
}

/* line 3, app/assets/stylesheets/components/_name.scss */
.name {
  font-size: 1.25em;
}

/* line 6, app/assets/stylesheets/components/_name.scss */
.name__subtitle {
  color: #81109c;
  font-size: .9em;
}

/* line 11, app/assets/stylesheets/components/_name.scss */
.name--elipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  width: 80%;
}

/* line 3, app/assets/stylesheets/components/_no_data.scss */
.no-data {
  align-items: center;
  display: flex;
  justify-content: center;
  padding-bottom: 20px;
  text-align: center;
}

/* line 10, app/assets/stylesheets/components/_no_data.scss */
.no-data__content {
  margin: 20px;
}

/* line 14, app/assets/stylesheets/components/_no_data.scss */
.no-data__icon {
  color: #560e99;
  font-size: 52px !important;
  margin-bottom: 20px;
}

/* line 20, app/assets/stylesheets/components/_no_data.scss */
.no-data__text {
  font-size: 16px;
}

/*Constants and Mixins*/
/* line 1, app/assets/stylesheets/components/../../../javascript/bundles/styles/elements/_btn.scss */
.btn {
  background-color: #58b255;
  border-radius: 0;
  color: #fff;
  font-family: Lato, Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: normal;
  letter-spacing: inherit;
  line-height: inherit;
  opacity: 1;
  padding: 10px 25px;
  text-transform: inherit;
  transition: opacity .3s ease-in-out;
  white-space: normal;
}

/* line 16, app/assets/stylesheets/components/../../../javascript/bundles/styles/elements/_btn.scss */
.btn-transparent {
  background-color: transparent;
}

/* line 20, app/assets/stylesheets/components/../../../javascript/bundles/styles/elements/_btn.scss */
.btn-no-padding {
  padding: 0;
}

/* line 24, app/assets/stylesheets/components/../../../javascript/bundles/styles/elements/_btn.scss */
.btn-block {
  display: block;
}

/* line 28, app/assets/stylesheets/components/../../../javascript/bundles/styles/elements/_btn.scss */
.btn:focus {
  color: #fff;
}

/* line 32, app/assets/stylesheets/components/../../../javascript/bundles/styles/elements/_btn.scss */
.btn:not(:disabled):hover, .btn:not(.btn-disabled):hover {
  color: #fff;
  opacity: .8;
}

/* line 39, app/assets/stylesheets/components/../../../javascript/bundles/styles/elements/_btn.scss */
.btn-success:disabled, .btn-success-disabled {
  background-color: #848484;
}

/* line 45, app/assets/stylesheets/components/../../../javascript/bundles/styles/elements/_btn.scss */
.btn-secondary {
  background-color: #faac2f;
}

/* line 49, app/assets/stylesheets/components/../../../javascript/bundles/styles/elements/_btn.scss */
.btn-active {
  background-color: #81109c;
  color: #fff;
}

/* line 53, app/assets/stylesheets/components/../../../javascript/bundles/styles/elements/_btn.scss */
.btn-active:disabled, .btn-active-disabled {
  background-color: #673b71;
}

/* line 57, app/assets/stylesheets/components/../../../javascript/bundles/styles/elements/_btn.scss */
.btn-active:disabled:hover, .btn-active-disabled:hover {
  background-color: #673b71;
}

/* line 63, app/assets/stylesheets/components/../../../javascript/bundles/styles/elements/_btn.scss */
.btn:disabled, .btn-disabled {
  background-color: rgba(202, 202, 202, 0.3);
  opacity: .6;
}

/* line 68, app/assets/stylesheets/components/../../../javascript/bundles/styles/elements/_btn.scss */
.btn:disabled > button:disabled, .btn-disabled > button:disabled {
  background-color: transparent !important;
}

/* line 72, app/assets/stylesheets/components/../../../javascript/bundles/styles/elements/_btn.scss */
.btn:disabled:hover, .btn-disabled:hover {
  cursor: not-allowed;
}

/* line 77, app/assets/stylesheets/components/../../../javascript/bundles/styles/elements/_btn.scss */
.btn-cancel {
  background-color: #cacaca;
  color: #fff;
}

/* line 83, app/assets/stylesheets/components/../../../javascript/bundles/styles/elements/_btn.scss */
.cancel-button {
  background-color: #fee4e4;
  height: 20px;
  margin-right: 2px;
  min-width: 20px;
  position: relative;
  transform: rotate(45deg);
}

/* line 91, app/assets/stylesheets/components/../../../javascript/bundles/styles/elements/_btn.scss */
.cancel-button:hover {
  background-color: #fdcbcb;
}

/* line 95, app/assets/stylesheets/components/../../../javascript/bundles/styles/elements/_btn.scss */
.cancel-button::before {
  background-color: #ca615c;
  bottom: 0;
  content: "";
  height: 10px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 2px;
}

/* line 108, app/assets/stylesheets/components/../../../javascript/bundles/styles/elements/_btn.scss */
.cancel-button::after {
  background-color: #ca615c;
  bottom: 0;
  content: "";
  height: 2px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 10px;
}

/* line 121, app/assets/stylesheets/components/../../../javascript/bundles/styles/elements/_btn.scss */
.cancel-button-big {
  height: 35px;
  margin: 0;
  min-width: 35px;
}

/* line 126, app/assets/stylesheets/components/../../../javascript/bundles/styles/elements/_btn.scss */
.cancel-button-big::before {
  height: 15px;
}

/* line 130, app/assets/stylesheets/components/../../../javascript/bundles/styles/elements/_btn.scss */
.cancel-button-big::after {
  width: 15px;
}

/* line 136, app/assets/stylesheets/components/../../../javascript/bundles/styles/elements/_btn.scss */
.arrow-icon {
  background: #faecfd;
  border-radius: 50%;
  color: #9238a6;
  cursor: pointer;
  font-size: 18px;
  height: 20px;
  min-width: 20px;
  text-align: center;
}

/* line 146, app/assets/stylesheets/components/../../../javascript/bundles/styles/elements/_btn.scss */
.arrow-icon-big {
  height: 35px;
  width: 35px;
}

/* line 151, app/assets/stylesheets/components/../../../javascript/bundles/styles/elements/_btn.scss */
.arrow-icon::after {
  background: #faecfd;
  content: "";
  height: 100%;
  left: 0;
  top: -1px;
  width: 100%;
  z-index: 0;
}

/* line 161, app/assets/stylesheets/components/../../../javascript/bundles/styles/elements/_btn.scss */
.arrow-icon::before {
  z-index: 1;
}

/* line 165, app/assets/stylesheets/components/../../../javascript/bundles/styles/elements/_btn.scss */
.arrow-icon:hover {
  background-color: #f4d5fb;
}

/* line 3, app/assets/stylesheets/components/_notice.scss */
.notice {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  font-family: "Lato", Arial;
  background-color: #48ab44;
  color: #ffffff;
  font-size: 16px;
  font-weight: 300;
  left: 0;
  margin-top: -13px;
  padding: 5px;
  position: fixed;
  text-align: center;
  top: 70px;
  width: 100%;
  z-index: 999;
}

@media screen and (min-width: 650px) {
  /* line 3, app/assets/stylesheets/components/_notice.scss */
  .notice {
    margin-top: -15px;
  }
}

@media screen and (min-width: 992px) {
  /* line 3, app/assets/stylesheets/components/_notice.scss */
  .notice {
    font-size: 18px;
    margin-top: -5px;
    padding: 13px;
    top: 75px;
  }
}

/* line 32, app/assets/stylesheets/components/_notice.scss */
.notice.visible {
  display: block !important;
}

/* line 36, app/assets/stylesheets/components/_notice.scss */
.notice.relative {
  position: relative;
}

/* line 40, app/assets/stylesheets/components/_notice.scss */
.notice.t0 {
  top: 0;
}

/* line 44, app/assets/stylesheets/components/_notice.scss */
.notice.zindex1 {
  z-index: 1;
}

/* line 48, app/assets/stylesheets/components/_notice.scss */
.notice-violet {
  background-color: #fbeaff;
  color: #81109c;
}

/* line 53, app/assets/stylesheets/components/_notice.scss */
.notice-orange {
  background: #fef9e1;
  color: #e1b641;
  font-size: 14px;
  font-weight: 400;
  margin: 10px 0 !important;
}

/* line 60, app/assets/stylesheets/components/_notice.scss */
.notice-orange a {
  color: inherit;
  text-decoration: underline;
}

/* line 65, app/assets/stylesheets/components/_notice.scss */
.notice-orange-no-icon {
  text-align: justify;
}

/* line 70, app/assets/stylesheets/components/_notice.scss */
.notice-re-verification {
  margin-bottom: 20px !important;
}

/* line 74, app/assets/stylesheets/components/_notice.scss */
.notice-low-index {
  z-index: 1;
}

/* line 78, app/assets/stylesheets/components/_notice.scss */
.notice-content {
  padding: 10px 40px;
  position: relative;
}

/* line 82, app/assets/stylesheets/components/_notice.scss */
.notice-content::before {
  background-color: #81109c;
  border-radius: 50%;
  bottom: 0;
  color: #fff;
  content: "i";
  font-size: 12px;
  font-weight: 700;
  height: 20px;
  left: 10px;
  line-height: 20px;
  margin: auto;
  position: absolute;
  top: 0;
  width: 20px;
}

/* line 100, app/assets/stylesheets/components/_notice.scss */
.notice-content-orange::before {
  background: #e1b641;
}

/* line 106, app/assets/stylesheets/components/_notice.scss */
.notice-msg {
  font-size: 14px;
  padding-left: 10px;
  text-align: left;
}

/* line 112, app/assets/stylesheets/components/_notice.scss */
.notice span {
  background: url(/assets/gfx_new/notice-7c7a4f6d5152e0a1410c2c07f6ca11bd08af0a0a72f671e5eeb48d01fd5135ce.png) left no-repeat;
  background-size: auto 100%;
  display: inline-block;
  padding-left: 30px;
}

/* line 119, app/assets/stylesheets/components/_notice.scss */
.notice.notice_m {
  background-color: #FF8900;
}

/* line 122, app/assets/stylesheets/components/_notice.scss */
.notice.notice_m span {
  background: url(/assets/gfx_new/notification-2a5dc86797a53bdd94a24e20f30a26d6dc0c1ae8ed492727997244cece374c01.png) left no-repeat;
}

/* line 127, app/assets/stylesheets/components/_notice.scss */
.notice.notice_success {
  background: #93c71a;
}

/* line 131, app/assets/stylesheets/components/_notice.scss */
.notice__confirm-btn {
  background: #ffffff;
  box-shadow: 1px 1px 1px #FF8900;
  color: #FF8900;
  cursor: pointer;
  display: block;
  font-family: Lato;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  padding: 5px 0;
  position: absolute;
  width: 100%;
}

/* line 145, app/assets/stylesheets/components/_notice.scss */
.notice__confirm-btn:hover {
  background: #f7f7f7;
  text-decoration: underline;
}

/* line 151, app/assets/stylesheets/components/_notice.scss */
.notice.notice_extended {
  background-color: #bfbfbf;
}

/* line 154, app/assets/stylesheets/components/_notice.scss */
.notice.notice_extended span {
  background: none;
  color: #ffffff;
  padding-left: 10px;
}

/* line 161, app/assets/stylesheets/components/_notice.scss */
.notice.smaller_notice {
  font-size: 16px;
  padding: 10px;
}

/* line 166, app/assets/stylesheets/components/_notice.scss */
.notice.mini_notice {
  font-size: 13px;
  padding: 10px;
}

/* line 173, app/assets/stylesheets/components/_notice.scss */
.gray-container--headless .notice {
  top: 0;
}

/* line 13, app/assets/stylesheets/components/../shared/_bootstrap.scss */
.btn-primary {
  background: #560e99;
}

/* line 16, app/assets/stylesheets/components/../shared/_bootstrap.scss */
.btn-primary:hover {
  background: #7012c8;
}

/* line 4, app/assets/stylesheets/components/_page-separator.scss */
.page-separator {
  padding: 65px 30px;
  width: 100%;
  background-size: cover;
  background-position: center;
  background-image: url(/assets/company-quote-ca2e6de83ff994514a6efd0c734f9f53425b2a33e88554d2ab0493ad5d918f36.jpg);
  position: relative;
}

@media all and (min-width: 992px) {
  /* line 4, app/assets/stylesheets/components/_page-separator.scss */
  .page-separator {
    padding: 100px 30px;
  }
}

/* line 16, app/assets/stylesheets/components/_page-separator.scss */
.page-separator::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1;
}

/* line 28, app/assets/stylesheets/components/_page-separator.scss */
.page-separator__text {
  color: #fff;
  font-size: 25px;
  font-weight: 300;
  text-align: center;
  z-index: 2;
  position: relative;
}

@media all and (min-width: 992px) {
  /* line 28, app/assets/stylesheets/components/_page-separator.scss */
  .page-separator__text {
    font-size: 35px;
  }
}

@media all and (min-width: 1200px) {
  /* line 28, app/assets/stylesheets/components/_page-separator.scss */
  .page-separator__text {
    font-size: 50px;
  }
}

/*Constants and Mixins*/
/* line 3, app/assets/stylesheets/components/_password_strength.scss */
.password-strength {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 10px -5px 0;
  position: relative;
}

/* line 10, app/assets/stylesheets/components/_password_strength.scss */
.password-strength-label {
  position: absolute;
  right: 5px;
  top: 15px;
}

/* line 15, app/assets/stylesheets/components/_password_strength.scss */
.password-strength-label-very-weak {
  color: #ff6161;
}

/* line 20, app/assets/stylesheets/components/_password_strength.scss */
.password-strength-label-weak {
  color: #ca615c;
}

/* line 24, app/assets/stylesheets/components/_password_strength.scss */
.password-strength-label-so-so {
  color: #ffc107;
}

/* line 28, app/assets/stylesheets/components/_password_strength.scss */
.password-strength-label-good {
  color: #58b255;
}

/* line 32, app/assets/stylesheets/components/_password_strength.scss */
.password-strength-label-strong {
  color: #397237;
}

/* line 37, app/assets/stylesheets/components/_password_strength.scss */
.password-strength-item {
  background-color: #cacaca;
  height: 5px;
  width: 100%;
  margin: 5px;
  transition: background-color 0.6s ease-in-out;
}

/* line 44, app/assets/stylesheets/components/_password_strength.scss */
.password-strength-item-empty {
  background-color: #cacaca;
}

/* line 48, app/assets/stylesheets/components/_password_strength.scss */
.password-strength-item-very-weak {
  background-color: #ff6161;
}

/* line 53, app/assets/stylesheets/components/_password_strength.scss */
.password-strength-item-weak {
  background-color: #ca615c;
}

/* line 57, app/assets/stylesheets/components/_password_strength.scss */
.password-strength-item-so-so {
  background-color: #ffc107;
}

/* line 61, app/assets/stylesheets/components/_password_strength.scss */
.password-strength-item-good {
  background-color: #58b255;
}

/* line 65, app/assets/stylesheets/components/_password_strength.scss */
.password-strength-item-strong {
  background-color: #397237;
}

/* line 70, app/assets/stylesheets/components/_password_strength.scss */
.password-strength-js-disable-form-submit {
  opacity: .4;
  pointer-events: none;
}

/* line 76, app/assets/stylesheets/components/_password_strength.scss */
.password-requirements {
  padding: 0;
  margin: 0 auto;
  margin-top: 20px;
  text-align: justify;
}

/* line 82, app/assets/stylesheets/components/_password_strength.scss */
.password-requirements-wrapper {
  display: none;
}

/* line 86, app/assets/stylesheets/components/_password_strength.scss */
.password-requirements-item {
  color: #b7b7b7;
  list-style-type: none;
  transition: color 0.6s ease-in-out;
  width: 43%;
  padding: 5px;
  text-align: left;
  padding-left: 20px;
}

/* line 95, app/assets/stylesheets/components/_password_strength.scss */
.password-requirements-item:before {
  color: #cacaca;
  margin: 0 0 0 -1em;
  width: 1em;
  content: "\2022";
  position: relative;
}

/* line 103, app/assets/stylesheets/components/_password_strength.scss */
.password-requirements-item-success {
  color: #397237;
}

/* line 106, app/assets/stylesheets/components/_password_strength.scss */
.password-requirements-item-success:before {
  color: #397237;
}

/*Constants and Mixins*/
/* line 13, app/assets/stylesheets/components/../shared/_bootstrap.scss */
.btn-primary {
  background: #560e99;
}

/* line 16, app/assets/stylesheets/components/../shared/_bootstrap.scss */
.btn-primary:hover {
  background: #7012c8;
}

/* line 5, app/assets/stylesheets/components/_pitch-compose.scss */
.sidebar {
  will-change: min-height;
}

/* line 9, app/assets/stylesheets/components/_pitch-compose.scss */
.sidebar__inner {
  transform: translate(0, 0);
  /* For browsers don't support translate3d. */
  transform: translate3d(0, 0, 0);
  will-change: position, transform;
}

/* line 15, app/assets/stylesheets/components/_pitch-compose.scss */
.is-affixed .inner-wrapper-sticky {
  top: -60px;
}

/* line 19, app/assets/stylesheets/components/_pitch-compose.scss */
.pitch-compose {
  font-family: Lato, Arial;
  width: 100%;
}

/* line 23, app/assets/stylesheets/components/_pitch-compose.scss */
.pitch-compose .collaborators-page-react-component [class^='CollaboratorsPageStyles__collaborators-page__'] {
  margin-top: 0;
  padding: 0;
}

/* line 28, app/assets/stylesheets/components/_pitch-compose.scss */
.pitch-compose .collaborators-page-react-component [class^='CollaboratorStyles__collaborator__'] {
  width: calc(50% - 30px);
}

/* line 36, app/assets/stylesheets/components/_pitch-compose.scss */
.pitch-compose--image-bg {
  left: 50%;
  line-height: 100%;
  margin-left: -50vw;
  margin-right: -50vw;
  margin-top: -10px;
  position: relative;
  right: 50%;
  width: 100vw;
}

/* line 46, app/assets/stylesheets/components/_pitch-compose.scss */
.pitch-compose--image-bg::before {
  background-image: url(/assets/compose-bg-a3b7fd67bc74913b0c00156f37a5a5e17c9535a2f95fb9737804da1f475dcfff.jpg);
  background-size: cover;
  content: '';
  height: 100vh;
  left: 0;
  position: absolute;
  top: 0;
  opacity: .1;
  width: 100%;
}

/* line 58, app/assets/stylesheets/components/_pitch-compose.scss */
.pitch-compose--image-bg::after {
  /* FF3.6+ */
  /* Chrome,Safari4+ */
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  /* IE10+ */
  background: linear-gradient(to bottom, rgba(241, 239, 239, 0) 0%, #f1efef 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=1 );
  /* IE6-9 */
  content: '';
  height: 100vh;
  left: 0;
  opacity: 1;
  position: absolute;
  top: 0;
  width: 100%;
}

/* line 70, app/assets/stylesheets/components/_pitch-compose.scss */
.pitch-compose__swiper-bars {
  display: none;
  opacity: 0;
  transition: opacity .3s ease-out;
}

@media screen and (min-width: 992px) {
  /* line 70, app/assets/stylesheets/components/_pitch-compose.scss */
  .pitch-compose__swiper-bars {
    display: block;
  }
}

/* line 79, app/assets/stylesheets/components/_pitch-compose.scss */
.pitch-compose__progress-bars {
  display: none;
}

@media screen and (min-width: 992px) {
  /* line 79, app/assets/stylesheets/components/_pitch-compose.scss */
  .pitch-compose__progress-bars {
    display: block;
  }
}

/* line 86, app/assets/stylesheets/components/_pitch-compose.scss */
.pitch-compose__tab-number-active {
  color: #81109c;
}

/* line 90, app/assets/stylesheets/components/_pitch-compose.scss */
.pitch-compose__tab {
  background: #fff;
  cursor: pointer;
  display: flex;
  font-family: Lato, Arial;
  font-size: 18px;
  font-weight: 400;
  justify-content: center;
  line-height: 70px;
  overflow: hidden;
  padding: 0 50px;
  text-align: center;
}

/* line 104, app/assets/stylesheets/components/_pitch-compose.scss */
.pitch-compose__tab--no-data .pitch-compose__tab-status,
.pitch-compose__tab--no-data .pitch-compose__tab-status-msg {
  display: none !important;
}

/* line 110, app/assets/stylesheets/components/_pitch-compose.scss */
.pitch-compose__tab .pitch-compose__tab-number {
  margin-left: 10px;
}

@media screen and (min-width: 992px) {
  /* line 90, app/assets/stylesheets/components/_pitch-compose.scss */
  .pitch-compose__tab {
    border-bottom: 4px solid #fff;
    border-right: 1px solid #dadada;
    flex-shrink: 1;
    font-size: 14px;
    line-height: 55px;
    padding: 0;
  }
  /* line 122, app/assets/stylesheets/components/_pitch-compose.scss */
  .pitch-compose__tab .pitch-compose__tab-number {
    display: none;
  }
  /* line 126, app/assets/stylesheets/components/_pitch-compose.scss */
  .pitch-compose__tab:last-of-type {
    border-right: 0;
  }
  /* line 130, app/assets/stylesheets/components/_pitch-compose.scss */
  .pitch-compose__tab--active {
    border-bottom: 4px solid #81109c;
  }
  /* line 133, app/assets/stylesheets/components/_pitch-compose.scss */
  .pitch-compose__tab--active a {
    color: #81109c;
  }
  /* line 138, app/assets/stylesheets/components/_pitch-compose.scss */
  .pitch-compose__tab a {
    color: #9d9d9d;
    display: block;
    height: 100%;
    width: 100%;
  }
  /* line 145, app/assets/stylesheets/components/_pitch-compose.scss */
  .pitch-compose__tab.message-available:hover .pitch-compose__tab-status-msg {
    display: block;
  }
}

@media screen and (min-width: 1200px) {
  /* line 90, app/assets/stylesheets/components/_pitch-compose.scss */
  .pitch-compose__tab {
    flex-basis: 300px;
  }
  /* line 152, app/assets/stylesheets/components/_pitch-compose.scss */
  .pitch-compose__tab a {
    font-size: 16px;
  }
  /* line 156, app/assets/stylesheets/components/_pitch-compose.scss */
  .pitch-compose__tab--longer {
    flex-basis: 400px;
  }
}

/* line 162, app/assets/stylesheets/components/_pitch-compose.scss */
.pitch-compose__form-errors {
  display: none;
}

/* line 166, app/assets/stylesheets/components/_pitch-compose.scss */
.pitch-compose__tab-status-msg {
  display: none;
}

@media screen and (min-width: 992px) {
  /* line 166, app/assets/stylesheets/components/_pitch-compose.scss */
  .pitch-compose__tab-status-msg {
    background: #fff;
    border: 1px solid #dadada;
    border-radius: 10px;
    bottom: 45px;
    box-shadow: 1px 2px 6px #dadada;
    color: #838383;
    cursor: default;
    font-size: 14px;
    left: 0;
    line-height: 20px;
    margin: 0 auto;
    padding: 5px;
    position: absolute;
    right: 0;
    width: 80%;
  }
  /* line 186, app/assets/stylesheets/components/_pitch-compose.scss */
  .pitch-compose__tab-status-msg p {
    margin: 0;
  }
  /* line 190, app/assets/stylesheets/components/_pitch-compose.scss */
  .pitch-compose__tab-status-msg::after {
    background: #fff;
    border: 1px solid #dadada;
    border-left: 0;
    border-top: 0;
    bottom: -5px;
    box-shadow: 1px 1px 2px #dadada;
    content: '';
    height: 10px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: auto;
    transform: rotate(45deg);
    width: 10px;
    z-index: 3;
  }
}

/* line 211, app/assets/stylesheets/components/_pitch-compose.scss */
.pitch-compose__tab-status {
  border-radius: 50%;
  bottom: 0;
  color: #fff;
  display: block;
  font-weight: 700;
  height: 30px;
  left: auto;
  line-height: 29px;
  margin: auto;
  position: absolute;
  right: 16%;
  text-align: center;
  top: 0;
  width: 30px;
}

@media screen and (min-width: 992px) {
  /* line 211, app/assets/stylesheets/components/_pitch-compose.scss */
  .pitch-compose__tab-status {
    right: 20%;
  }
}

/* line 231, app/assets/stylesheets/components/_pitch-compose.scss */
.pitch-compose__tab-status-red {
  background-color: #b72720;
}

/* line 234, app/assets/stylesheets/components/_pitch-compose.scss */
.pitch-compose__tab-status-red::before {
  content: '!';
  font-size: 17px;
}

/* line 240, app/assets/stylesheets/components/_pitch-compose.scss */
.pitch-compose__tab-status-green {
  background-color: #78a315;
}

/* line 243, app/assets/stylesheets/components/_pitch-compose.scss */
.pitch-compose__tab-status-green::before {
  background-image: url(/assets/tick-e6c09d4831008a4ad948dd82643c3beb22440187ed91f8ec22f70e4256863496.png);
  background-position: center;
  background-repeat: no-repeat;
  content: '';
  height: 100%;
  left: 0;
  position: absolute;
  width: 100%;
  z-index: 9;
}

@media screen and (min-width: 992px) {
  /* line 211, app/assets/stylesheets/components/_pitch-compose.scss */
  .pitch-compose__tab-status {
    height: 20px;
    line-height: 19px;
    right: 30px;
    width: 20px;
  }
}

@media screen and (min-width: 1200px) {
  /* line 211, app/assets/stylesheets/components/_pitch-compose.scss */
  .pitch-compose__tab-status {
    right: 20px;
  }
}

/* line 268, app/assets/stylesheets/components/_pitch-compose.scss */
.pitch-compose__tabs {
  border: 1px solid #dadada;
  border-bottom: 0;
}

@media screen and (min-width: 992px) {
  /* line 273, app/assets/stylesheets/components/_pitch-compose.scss */
  .pitch-compose__tabs .swiper-container {
    border-bottom: 1px solid #dadada;
    overflow: visible;
  }
}

/* line 282, app/assets/stylesheets/components/_pitch-compose.scss */
.pitch-compose__tabs .swiper-container .swiper-slide a {
  margin-left: -30px;
}

@media screen and (min-width: 992px) {
  /* line 280, app/assets/stylesheets/components/_pitch-compose.scss */
  .pitch-compose__tabs .swiper-container .swiper-slide {
    margin-left: 0;
    overflow: visible;
    width: 20%;
  }
}

/* line 293, app/assets/stylesheets/components/_pitch-compose.scss */
.pitch-compose__tabs .swiper-container::before {
  background: #fff;
  content: '';
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 50px;
  z-index: 2;
}

@media screen and (min-width: 992px) {
  /* line 293, app/assets/stylesheets/components/_pitch-compose.scss */
  .pitch-compose__tabs .swiper-container::before {
    display: none;
  }
}

/* line 308, app/assets/stylesheets/components/_pitch-compose.scss */
.pitch-compose__tabs .swiper-container::after {
  background: #fff;
  content: '';
  height: 100%;
  left: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 50px;
  z-index: 2;
}

@media screen and (min-width: 992px) {
  /* line 308, app/assets/stylesheets/components/_pitch-compose.scss */
  .pitch-compose__tabs .swiper-container::after {
    display: none;
  }
}

/* line 325, app/assets/stylesheets/components/_pitch-compose.scss */
.pitch-compose__swiper {
  height: 70px;
  margin-bottom: 30px;
  position: relative;
  z-index: 1000;
}

@media screen and (min-width: 992px) {
  /* line 325, app/assets/stylesheets/components/_pitch-compose.scss */
  .pitch-compose__swiper {
    height: auto;
    margin-bottom: 0;
  }
}

@media screen and (min-width: 992px) {
  /* line 336, app/assets/stylesheets/components/_pitch-compose.scss */
  .pitch-compose__swiper .swiper-button-circle {
    display: none;
  }
}

/* line 343, app/assets/stylesheets/components/_pitch-compose.scss */
.pitch-compose__dot-paragraph {
  padding-left: 30px;
  position: relative;
}

/* line 347, app/assets/stylesheets/components/_pitch-compose.scss */
.pitch-compose__dot-paragraph::before {
  background-color: #81109c;
  border-radius: 50%;
  bottom: auto;
  content: '';
  height: 15px;
  left: 0;
  position: absolute;
  right: auto;
  top: 5px;
  width: 15px;
}

@media screen and (min-width: 992px) {
  /* line 361, app/assets/stylesheets/components/_pitch-compose.scss */
  .pitch-compose .section__files {
    justify-content: flex-start;
  }
}

/* line 367, app/assets/stylesheets/components/_pitch-compose.scss */
.pitch-compose__file-uploader-loader {
  background: #fff;
  height: 100px;
  position: absolute;
  width: 100%;
  z-index: 20;
}

/* line 375, app/assets/stylesheets/components/_pitch-compose.scss */
.pitch-compose__uploaded-file-preview {
  text-align: center;
}

/* line 378, app/assets/stylesheets/components/_pitch-compose.scss */
.pitch-compose__uploaded-file-preview img {
  width: 100%;
}

@media screen and (min-width: 992px) {
  /* line 378, app/assets/stylesheets/components/_pitch-compose.scss */
  .pitch-compose__uploaded-file-preview img {
    width: auto;
  }
}

/* line 387, app/assets/stylesheets/components/_pitch-compose.scss */
.pitch-compose__actions {
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  list-style: none;
  padding: 0;
}

/* line 395, app/assets/stylesheets/components/_pitch-compose.scss */
.pitch-compose__actions .button {
  min-width: 100% !important;
}

/* line 399, app/assets/stylesheets/components/_pitch-compose.scss */
.pitch-compose__actions-item {
  width: 48%;
}

/* line 403, app/assets/stylesheets/components/_pitch-compose.scss */
.pitch-compose__actions-item--full-width {
  width: 100%;
}

@media screen and (min-width: 992px) {
  /* line 387, app/assets/stylesheets/components/_pitch-compose.scss */
  .pitch-compose__actions {
    border: 1px solid #dadada;
    border-left: 0;
    border-right: 0;
    padding: 20px 0;
    width: auto;
  }
}

/* line 416, app/assets/stylesheets/components/_pitch-compose.scss */
.pitch-compose__faq {
  align-items: center;
  background-color: #d0d0d0;
  border-bottom: 1px solid #dadada;
  display: flex;
  font-family: Lato, Arial;
  font-size: 18px;
  justify-content: center;
  left: 0;
  line-height: 50px;
  position: fixed;
  text-align: center;
  top: 65px;
  width: 100%;
}

/* line 432, app/assets/stylesheets/components/_pitch-compose.scss */
.pitch-compose__faq p {
  font-family: Lato, Arial;
  font-size: 18px;
  font-weight: 400;
  margin-top: 15px;
  margin-right: 5px;
}

@media screen and (min-width: 992px) {
  /* line 416, app/assets/stylesheets/components/_pitch-compose.scss */
  .pitch-compose__faq {
    background-color: #fff;
    display: block;
    left: 0;
    position: relative;
    top: 0;
    width: 100%;
  }
  /* line 448, app/assets/stylesheets/components/_pitch-compose.scss */
  .pitch-compose__faq p:first-of-type {
    font-size: 32px;
    font-weight: 300;
    margin: auto;
  }
  /* line 454, app/assets/stylesheets/components/_pitch-compose.scss */
  .pitch-compose__faq p:last-of-type {
    margin-top: -10px;
    margin-right: 0;
  }
  /* line 459, app/assets/stylesheets/components/_pitch-compose.scss */
  .pitch-compose__faq--icon {
    background-image: url(/assets/faq-icon-1f3e80dda4aafd59f3e5bd2efc26ed468950636af820938374cd3b8936c89842.png);
    background-repeat: no-repeat;
    height: 54px;
    margin: 0 auto;
    width: 45px;
  }
}

/* line 470, app/assets/stylesheets/components/_pitch-compose.scss */
.pitch-compose__fixed-section {
  bottom: 0;
  left: 0;
  position: fixed;
  right: auto;
  width: 100%;
  z-index: 999;
}

@media screen and (min-width: 992px) {
  /* line 470, app/assets/stylesheets/components/_pitch-compose.scss */
  .pitch-compose__fixed-section {
    position: relative;
  }
}

/* line 482, app/assets/stylesheets/components/_pitch-compose.scss */
.pitch-compose__fixed-section-content {
  display: flex;
  flex-direction: column;
}

@media screen and (min-width: 992px) {
  /* line 482, app/assets/stylesheets/components/_pitch-compose.scss */
  .pitch-compose__fixed-section-content {
    width: 226px;
  }
}

@media screen and (min-width: 1200px) {
  /* line 482, app/assets/stylesheets/components/_pitch-compose.scss */
  .pitch-compose__fixed-section-content {
    width: 306px;
  }
}

@media screen and (min-width: 992px) {
  /* line 470, app/assets/stylesheets/components/_pitch-compose.scss */
  .pitch-compose__fixed-section {
    position: relative;
    width: 226px;
  }
}

@media screen and (min-width: 1200px) {
  /* line 470, app/assets/stylesheets/components/_pitch-compose.scss */
  .pitch-compose__fixed-section {
    margin-right: 50px;
    position: relative;
    width: 306px;
  }
}

/* line 507, app/assets/stylesheets/components/_pitch-compose.scss */
.pitch-compose__remove-file {
  background-color: #b72720;
  color: #fff;
  cursor: pointer;
  padding: 10px 20px;
  text-align: center;
  text-transform: uppercase;
}

/* line 516, app/assets/stylesheets/components/_pitch-compose.scss */
.pitch-compose__img-switch {
  align-items: center;
  display: flex;
  justify-content: space-between;
}

/* line 521, app/assets/stylesheets/components/_pitch-compose.scss */
.pitch-compose__img-switch-img {
  max-width: 200px;
  width: 40%;
}

/* line 526, app/assets/stylesheets/components/_pitch-compose.scss */
.pitch-compose__img-switch img {
  width: 100%;
}

/* line 531, app/assets/stylesheets/components/_pitch-compose.scss */
.pitch-compose__header {
  border-bottom: 1px solid #dadada;
  font-family: Lato, Arial;
  font-size: 36px;
  font-weight: 300;
  margin-bottom: 15px;
}

/* line 539, app/assets/stylesheets/components/_pitch-compose.scss */
.pitch-compose__content {
  border: 1px solid #dadada;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  padding: 10px;
  position: relative;
}

/* line 547, app/assets/stylesheets/components/_pitch-compose.scss */
.pitch-compose__content--bg-white {
  background-color: #fff;
}

/* line 551, app/assets/stylesheets/components/_pitch-compose.scss */
.pitch-compose__content .sticky-wrapper {
  position: relative;
  width: 100%;
  z-index: 9;
}

@media screen and (min-width: 992px) {
  /* line 539, app/assets/stylesheets/components/_pitch-compose.scss */
  .pitch-compose__content {
    border-top: 0;
    flex-wrap: nowrap;
    justify-content: space-between;
    padding: 30px;
  }
}

/* line 566, app/assets/stylesheets/components/_pitch-compose.scss */
.pitch-compose__team-members {
  position: relative;
}

/* line 569, app/assets/stylesheets/components/_pitch-compose.scss */
.pitch-compose__team-members .token-input-list-custom {
  min-height: 44px;
}

/* line 574, app/assets/stylesheets/components/_pitch-compose.scss */
.pitch-compose__forms {
  width: 100%;
}

@media screen and (min-width: 992px) {
  /* line 574, app/assets/stylesheets/components/_pitch-compose.scss */
  .pitch-compose__forms {
    width: 622px;
    min-height: 350px;
  }
}

/* line 587, app/assets/stylesheets/components/_pitch-compose.scss */
.warning-info {
  background-color: #fef9e1;
  border: 1px solid #fdb651;
  color: #fdb651;
  font-size: 16px;
  padding: 10px;
}

/* line 595, app/assets/stylesheets/components/_pitch-compose.scss */
.prime-trust {
  font-size: 16px;
  outline: 0;
  padding: 10px;
}

/* line 13, app/assets/stylesheets/components/../shared/_bootstrap.scss */
.btn-primary {
  background: #560e99;
}

/* line 16, app/assets/stylesheets/components/../shared/_bootstrap.scss */
.btn-primary:hover {
  background: #7012c8;
}

/* line 4, app/assets/stylesheets/components/_pitch-page-stats.scss */
.pitch-page-stats {
  background-color: #fff;
  border: 1px solid #dadada;
  box-sizing: border-box;
  color: #838383;
  font-family: "Lato", Arial;
  font-size: 12px;
  margin-bottom: 20px;
  padding: 15px;
  padding-bottom: 0;
  position: relative;
  text-transform: uppercase;
  width: 100%;
}

/* line 18, app/assets/stylesheets/components/_pitch-page-stats.scss */
.pitch-page-stats__header {
  text-align: center;
}

/* line 22, app/assets/stylesheets/components/_pitch-page-stats.scss */
.pitch-page-stats--f18 {
  font-size: 18px;
}

/* line 26, app/assets/stylesheets/components/_pitch-page-stats.scss */
.pitch-page-stats--black {
  color: #000;
}

/* line 30, app/assets/stylesheets/components/_pitch-page-stats.scss */
.pitch-page-stats__amount {
  color: #81109c;
  font-size: 22px;
  font-weight: 700;
}

/* line 36, app/assets/stylesheets/components/_pitch-page-stats.scss */
.pitch-page-stats__crypto-section {
  margin: 5px 0;
  text-align: center;
}

/* line 41, app/assets/stylesheets/components/_pitch-page-stats.scss */
.pitch-page-stats__time-remaining > span {
  font-size: 12px;
}

/* line 45, app/assets/stylesheets/components/_pitch-page-stats.scss */
.pitch-page-stats__label {
  align-items: center;
  display: flex;
  font-weight: 300;
  justify-content: center;
  padding-bottom: 10px;
}

/* line 53, app/assets/stylesheets/components/_pitch-page-stats.scss */
.pitch-page-stats__value {
  color: #000;
}

/* line 57, app/assets/stylesheets/components/_pitch-page-stats.scss */
.pitch-page-stats__row {
  margin: 10px 0;
}

/* line 61, app/assets/stylesheets/components/_pitch-page-stats.scss */
.pitch-page-stats__stats-with-icons {
  border-bottom: 1px solid #dadada;
  margin: 15px 0;
}

/* line 66, app/assets/stylesheets/components/_pitch-page-stats.scss */
.pitch-page-stats__box {
  border-top: 1px solid #dadada;
  padding: 10px 0;
  text-align: center;
}

/* line 72, app/assets/stylesheets/components/_pitch-page-stats.scss */
.pitch-page-stats__other-stats {
  text-align: center;
}

/* line 76, app/assets/stylesheets/components/_pitch-page-stats.scss */
.pitch-page-stats--transform-none {
  text-transform: none;
}

/* line 81, app/assets/stylesheets/components/_pitch-page-stats.scss */
.pitch-page-stats__submit-btn .action {
  font-size: 16px;
  font-weight: 400;
  margin: 0;
}

@media screen and (min-width: 1200px) {
  /* line 90, app/assets/stylesheets/components/_pitch-page-stats.scss */
  .pitch-page-stats {
    font-size: 11px;
  }
  /* line 93, app/assets/stylesheets/components/_pitch-page-stats.scss */
  .pitch-page-stats__label {
    padding-bottom: 0;
  }
  /* line 98, app/assets/stylesheets/components/_pitch-page-stats.scss */
  .pitch-page-stats__other-stats .pitch-page-stats__row {
    flex: 1;
    justify-content: center;
  }
  /* line 103, app/assets/stylesheets/components/_pitch-page-stats.scss */
  .pitch-page-stats__other-stats .pitch-page-stats__label {
    flex-basis: 56%;
    justify-content: flex-end;
  }
  /* line 108, app/assets/stylesheets/components/_pitch-page-stats.scss */
  .pitch-page-stats__other-stats .pitch-page-stats__value {
    flex-basis: 44%;
    padding-left: 10px;
    text-align: left;
  }
  /* line 115, app/assets/stylesheets/components/_pitch-page-stats.scss */
  .pitch-page-stats__stats-with-icons {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  /* line 120, app/assets/stylesheets/components/_pitch-page-stats.scss */
  .pitch-page-stats__stats-with-icons .pitch-page-stats__label {
    font-size: 10px;
    padding: 5px 0 10px;
  }
  /* line 125, app/assets/stylesheets/components/_pitch-page-stats.scss */
  .pitch-page-stats__stats-with-icons .pitch-page-stats__value {
    font-size: 16px;
    padding: 0 0 10px 24px;
  }
  /* line 131, app/assets/stylesheets/components/_pitch-page-stats.scss */
  .pitch-page-stats__box {
    flex: 1;
    flex-basis: 60%;
  }
  /* line 135, app/assets/stylesheets/components/_pitch-page-stats.scss */
  .pitch-page-stats__box .pitch-page-stats__label {
    justify-content: flex-start;
  }
  /* line 139, app/assets/stylesheets/components/_pitch-page-stats.scss */
  .pitch-page-stats__box .pitch-page-stats__value {
    overflow: hidden;
    text-align: left;
  }
  /* line 144, app/assets/stylesheets/components/_pitch-page-stats.scss */
  .pitch-page-stats__box:nth-of-type(even) {
    flex-basis: 40%;
  }
  /* line 149, app/assets/stylesheets/components/_pitch-page-stats.scss */
  .pitch-page-stats__row {
    display: flex;
    justify-content: space-between;
  }
}

/* line 3, app/assets/stylesheets/components/_pitch_card.scss */
.pitch_card {
  width: 100%;
  overflow: hidden;
  background-color: #fff;
  position: relative;
  border: 1px solid #dadada;
}

/* line 10, app/assets/stylesheets/components/_pitch_card.scss */
.pitch_card .avatar {
  width: 100%;
  height: auto;
}

/* line 15, app/assets/stylesheets/components/_pitch_card.scss */
.pitch_card .status {
  position: absolute;
  top: 15px;
  left: -20px;
  transform: rotate(-45deg);
  border-bottom: 18px solid #78a315;
  border-left: 18px solid transparent;
  border-right: 18px solid transparent;
  height: 0;
  width: 90px;
  text-align: center;
  z-index: 4;
  box-sizing: content-box;
  top: 29px;
  left: -25px;
}

/* line 31, app/assets/stylesheets/components/_pitch_card.scss */
.pitch_card .status span {
  color: white;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 9px;
  padding-top: 11px;
  position: relative;
  top: -2px;
  margin-left: -4px;
}

/* line 43, app/assets/stylesheets/components/_pitch_card.scss */
.pitch_card .desc {
  padding-left: 0;
}

/* line 47, app/assets/stylesheets/components/_pitch_card.scss */
.pitch_card .popular_progress div, .pitch_card .popular_progress div span {
  color: #fff !important;
  top: -1px;
  position: relative;
}

/* line 53, app/assets/stylesheets/components/_pitch_card.scss */
.pitch_card .padding15 {
  padding: 15px;
}

/* line 57, app/assets/stylesheets/components/_pitch_card.scss */
.pitch_card .micro {
  font-size: 11px;
  color: #a2a2a2;
}

/* line 62, app/assets/stylesheets/components/_pitch_card.scss */
.pitch_card .avatar {
  text-align: center;
}

/* line 65, app/assets/stylesheets/components/_pitch_card.scss */
.pitch_card .avatar img {
  width: 100%;
}

/* line 70, app/assets/stylesheets/components/_pitch_card.scss */
.pitch_card .info {
  position: relative;
  height: 160px;
  overflow: hidden;
}

/* line 75, app/assets/stylesheets/components/_pitch_card.scss */
.pitch_card .info:before {
  position: absolute;
  top: -15px;
  left: -15px;
  width: 110%;
  height: 1px;
  content: '';
  background-color: #f3f3f3;
}

/* line 85, app/assets/stylesheets/components/_pitch_card.scss */
.pitch_card .info:after {
  position: absolute;
  bottom: 10px;
  left: -15px;
  width: 110%;
  height: 1px;
  content: '';
  background-color: #f3f3f3;
}

/* line 95, app/assets/stylesheets/components/_pitch_card.scss */
.pitch_card .info .title {
  font-weight: 700;
  color: #3c3c3c;
  text-transform: uppercase;
  font-size: 14px;
  margin: 15px 0px;
  display: block;
  line-height: 16px;
  text-decoration: none;
}

/* line 106, app/assets/stylesheets/components/_pitch_card.scss */
.pitch_card .info .desc {
  color: #a2a2a2;
  font-size: 16px;
  line-height: 18px;
}

/* line 113, app/assets/stylesheets/components/_pitch_card.scss */
.pitch_card .pitch_stats {
  position: relative;
  text-align: left;
}

/* line 117, app/assets/stylesheets/components/_pitch_card.scss */
.pitch_card .pitch_stats .reward-img {
  background-image: url(/../homepage/sprites.png);
  height: 23px;
  width: 24px;
  background-position: -406px -19px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}

/* line 127, app/assets/stylesheets/components/_pitch_card.scss */
.pitch_card .pitch_stats .shares-img {
  background-image: url(/../homepage/sprites.png);
  height: 25px;
  width: 23px;
  background-position: -406px -48px;
  display: inline-block;
  vertical-align: middle;
}

/* line 136, app/assets/stylesheets/components/_pitch_card.scss */
.pitch_card .pitch_stats .equity {
  display: table;
  line-height: 14px;
  margin: auto;
  font-size: 11px;
  font-weight: 700;
  text-align: right;
  width: 65%;
  height: 30px;
  vertical-align: top;
  right: 0;
  float: right;
}

/* line 149, app/assets/stylesheets/components/_pitch_card.scss */
.pitch_card .pitch_stats .equity .micro {
  display: table-cell;
  vertical-align: middle;
}

/* line 154, app/assets/stylesheets/components/_pitch_card.scss */
.pitch_card .pitch_stats .equity .value {
  color: #390c96;
}

/* line 160, app/assets/stylesheets/components/_pitch_card.scss */
.pitch_card .popular_progress {
  width: 100%;
  background: #89219f;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #89219f 0%, #7b109b 12%, #630e9a 24%, #4e0d98 46%, #2a0b95 73%, #0d0993 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#89219f', endColorstr='#0d0993', GradientType=1);
  /* IE6-9 */
  position: relative;
  height: 17px;
  overflow: hidden;
  margin: 0;
}

/* line 182, app/assets/stylesheets/components/_pitch_card.scss */
.pitch_card .popular_progress .bar_mask {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  background-color: #b9b9b9;
}

/* line 190, app/assets/stylesheets/components/_pitch_card.scss */
.pitch_card .popular_progress .progress_bar_color {
  background-color: transparent;
}

/* line 194, app/assets/stylesheets/components/_pitch_card.scss */
.pitch_card .popular_progress div span {
  font-size: 11px;
  font-weight: 700;
  line-height: 3px;
}

/* line 201, app/assets/stylesheets/components/_pitch_card.scss */
.pitch_card .img-wrapper {
  padding: 5px 15px;
}

/* line 205, app/assets/stylesheets/components/_pitch_card.scss */
.pitch_card .pitch_about {
  padding: 5px 0;
}

/* line 208, app/assets/stylesheets/components/_pitch_card.scss */
.pitch_card .pitch_about .end_details {
  display: inline-block;
  width: 49%;
  text-align: right;
}

/* line 213, app/assets/stylesheets/components/_pitch_card.scss */
.pitch_card .pitch_about .end_details:first-of-type {
  text-align: left;
}

/* line 217, app/assets/stylesheets/components/_pitch_card.scss */
.pitch_card .pitch_about .end_details .blue {
  color: #82109c;
  font-size: 16px;
  display: block;
  margin-top: 10px;
}

/* line 224, app/assets/stylesheets/components/_pitch_card.scss */
.pitch_card .pitch_about .end_details .time {
  margin-top: 10px;
  display: block;
  text-transform: uppercase;
}

/* line 7, app/assets/stylesheets/components/_pitch_list.css.scss */
.pitch_list {
  text-align: center;
  padding-bottom: 20px;
}

/* line 11, app/assets/stylesheets/components/_pitch_list.css.scss */
.pitch_list .status {
  position: absolute;
  top: 23px;
  left: -23px;
  transform: rotate(-45deg);
  border-bottom: 18px solid #78a315;
  border-left: 18px solid transparent;
  border-right: 18px solid transparent;
  height: 0;
  width: 74px;
  text-align: center;
  z-index: 5;
  box-sizing: content-box;
}

/* line 27, app/assets/stylesheets/components/_pitch_list.css.scss */
.pitch_list .status.orange {
  border-bottom-color: orange;
}

/* line 31, app/assets/stylesheets/components/_pitch_list.css.scss */
.pitch_list .status span {
  color: white;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 7px;
  line-height: 13px;
  padding-top: 5px;
  position: relative;
  top: -1px;
}

/* line 43, app/assets/stylesheets/components/_pitch_list.css.scss */
.pitch_list__download__files__list {
  margin-bottom: -21px;
}

/* line 45, app/assets/stylesheets/components/_pitch_list.css.scss */
.pitch_list__download__files__list.more_details {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

/* line 49, app/assets/stylesheets/components/_pitch_list.css.scss */
.pitch_list__download__files__list.more_details .file_in_pitch {
  align-items: center;
  display: flex;
  justify-content: center;
  padding: 10px;
}

/* line 58, app/assets/stylesheets/components/_pitch_list.css.scss */
.pitch_list__element {
  border: 1px solid #e4e4e4;
  display: inline-block;
  font-family: Lato;
  margin: 0 auto 20px;
  position: relative;
  right: 0;
  width: 100%;
}

/* line 67, app/assets/stylesheets/components/_pitch_list.css.scss */
.pitch_list__element-bg-gray {
  background-color: #f6f6f6;
}

/* line 71, app/assets/stylesheets/components/_pitch_list.css.scss */
.pitch_list__element-gray-out {
  opacity: .6;
}

/* line 75, app/assets/stylesheets/components/_pitch_list.css.scss */
.pitch_list__element.empty {
  height: 200px;
}

/* line 78, app/assets/stylesheets/components/_pitch_list.css.scss */
.pitch_list__element.empty .vertical_center {
  height: 100%;
}

/* line 81, app/assets/stylesheets/components/_pitch_list.css.scss */
.pitch_list__element.empty .vertical_center a {
  display: block;
  height: 100%;
}

/* line 85, app/assets/stylesheets/components/_pitch_list.css.scss */
.pitch_list__element.empty .vertical_center a img {
  margin-top: 60px;
  margin-bottom: 10px;
}

/* line 90, app/assets/stylesheets/components/_pitch_list.css.scss */
.pitch_list__element.empty .vertical_center a span:first-of-type {
  color: #878787;
  margin-top: 5px;
  font-size: 10px;
}

/* line 96, app/assets/stylesheets/components/_pitch_list.css.scss */
.pitch_list__element.empty .vertical_center a span:last-of-type {
  color: #78a315;
  font-size: 16px;
}

/* line 105, app/assets/stylesheets/components/_pitch_list.css.scss */
.pitch_list button.btn.profile-see-more {
  position: relative;
  outline: none;
}

/* line 110, app/assets/stylesheets/components/_pitch_list.css.scss */
.pitch_list .portfolio_dividends_list {
  width: 100%;
}

/* line 113, app/assets/stylesheets/components/_pitch_list.css.scss */
.pitch_list .portfolio_dividends_list tr, .pitch_list .portfolio_dividends_list td {
  padding: 10px 0px;
  border-bottom: 1px solid #e4e4e4;
  color: #9c9c9c;
  background-color: #fff;
  font-size: 14px;
  font-family: Lato, sans-serif;
  font-weight: 400;
}

/* line 123, app/assets/stylesheets/components/_pitch_list.css.scss */
.pitch_list .portfolio_dividends_list td {
  width: 33.3%;
}

/* line 127, app/assets/stylesheets/components/_pitch_list.css.scss */
.pitch_list .portfolio_dividends_list th {
  text-align: center;
  padding: 10px 0px;
  width: 33.3%;
  border-bottom: 1px solid #e4e4e4;
  background-color: #f1efef;
}

/* line 136, app/assets/stylesheets/components/_pitch_list.css.scss */
.pitch_list__more_details {
  font-size: 12px;
  padding: 0px 20px;
  background: #fff;
  padding-bottom: 0px;
  position: relative;
}

/* line 145, app/assets/stylesheets/components/_pitch_list.css.scss */
.pitch_list__more_details:before {
  content: '';
  width: 100%;
  position: absolute;
  height: 1px;
  background-color: #d4d4d4;
  left: 0px;
  top: 0px;
}

/* line 155, app/assets/stylesheets/components/_pitch_list.css.scss */
.pitch_list__more_details p {
  border-bottom: 1px solid #d4d4d4;
  padding-bottom: 10px;
  padding-top: 10px;
}

/* line 160, app/assets/stylesheets/components/_pitch_list.css.scss */
.pitch_list__more_details p:last-of-type {
  border-bottom: none;
}

/* line 164, app/assets/stylesheets/components/_pitch_list.css.scss */
.pitch_list__more_details p a {
  color: #737886;
  font-weight: 700;
  font-size: 12px;
}

/* line 171, app/assets/stylesheets/components/_pitch_list.css.scss */
.pitch_list__more_details .pending {
  color: #000;
  margin-bottom: 0;
}

/* line 176, app/assets/stylesheets/components/_pitch_list.css.scss */
.pitch_list__more_details .update {
  float: left;
  font-size: 14px;
  margin-bottom: 10px;
  color: #81109c;
}

/* line 182, app/assets/stylesheets/components/_pitch_list.css.scss */
.pitch_list__more_details .update i {
  margin-right: 10px;
  color: #78a315;
}

/* line 189, app/assets/stylesheets/components/_pitch_list.css.scss */
.pitch_list__stats_element {
  font-size: 14px;
  display: inline-block;
  width: 50%;
  vertical-align: top;
  margin: 10px 0;
}

/* line 197, app/assets/stylesheets/components/_pitch_list.css.scss */
.pitch_list__stats_label {
  color: #bfbfbf;
  font-size: 12px;
  line-height: 11px;
  font-weight: 700;
  text-transform: uppercase;
}

/* line 205, app/assets/stylesheets/components/_pitch_list.css.scss */
.pitch_list__stats_digits {
  color: #81109c;
  font-weight: 700;
  font-size: 14px;
  margin-top: 5px;
}

/* line 211, app/assets/stylesheets/components/_pitch_list.css.scss */
.pitch_list__stats_digits a {
  color: #81109c;
}

/* line 216, app/assets/stylesheets/components/_pitch_list.css.scss */
.pitch_list__top-up-btn {
  position: absolute;
  width: 55px;
  height: 55px;
  left: 10px;
  top: 10px;
  cursor: pointer;
  background: rgba(255, 255, 255, 0.7);
  border-radius: 50%;
  border: 1px solid #78a315;
  color: #78a315;
  transition: 0.5s;
}

/* line 229, app/assets/stylesheets/components/_pitch_list.css.scss */
.pitch_list__top-up-btn:hover {
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid #81109c;
}

/* line 233, app/assets/stylesheets/components/_pitch_list.css.scss */
.pitch_list__top-up-btn:hover a {
  color: #78a315;
}

/* line 238, app/assets/stylesheets/components/_pitch_list.css.scss */
.pitch_list__top-up-btn i {
  font-size: 20px;
  position: absolute;
  left: 16px;
  top: 11px;
}

/* line 245, app/assets/stylesheets/components/_pitch_list.css.scss */
.pitch_list__top-up-btn a {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 10px;
  text-transform: uppercase;
  line-height: 72px;
  text-align: center;
  color: #81109c;
  font-weight: 700;
}

/* line 258, app/assets/stylesheets/components/_pitch_list.css.scss */
.pitch_list__avatar {
  position: relative;
}

/* line 261, app/assets/stylesheets/components/_pitch_list.css.scss */
.pitch_list__avatar .company-avatar {
  background-position: center;
  background-repeat: no-repeat;
  background-size: 30%;
  height: 140px;
}

@media screen and (min-width: 650px) {
  /* line 261, app/assets/stylesheets/components/_pitch_list.css.scss */
  .pitch_list__avatar .company-avatar {
    background-size: 20%;
  }
}

@media screen and (min-width: 992px) {
  /* line 261, app/assets/stylesheets/components/_pitch_list.css.scss */
  .pitch_list__avatar .company-avatar {
    background-size: 100%;
    height: 130px;
  }
  /* line 275, app/assets/stylesheets/components/_pitch_list.css.scss */
  .pitch_list__avatar .company-avatar.no-image {
    background-size: 50%;
  }
}

@media screen and (min-width: 1200px) {
  /* line 261, app/assets/stylesheets/components/_pitch_list.css.scss */
  .pitch_list__avatar .company-avatar {
    height: 145px;
  }
}

/* line 286, app/assets/stylesheets/components/_pitch_list.css.scss */
.pitch_list__avatar .bc_portfolio_band {
  display: none;
}

/* line 290, app/assets/stylesheets/components/_pitch_list.css.scss */
.pitch_list__avatar .green.status span {
  top: 4px;
  font-size: 8px;
}

/* line 295, app/assets/stylesheets/components/_pitch_list.css.scss */
.pitch_list__avatar .shares-sold {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  line-height: 190px;
  left: 0;
  right: 0;
  transform: rotate(-10deg);
  border: 10px solid #e7222a;
  border-radius: 25px;
  background-color: rgba(255, 255, 255, 0.7);
  padding: 10px;
  width: 180px;
  height: 90px;
}

/* line 311, app/assets/stylesheets/components/_pitch_list.css.scss */
.pitch_list__avatar .shares-sold:after {
  content: 'SOLD';
  font-size: 47px;
  font-weight: 900;
  color: #e7222a;
  position: absolute;
  height: 60px;
  left: 0;
  right: 0;
  margin: auto;
  top: 0;
  line-height: 55px;
  bottom: 0;
  border: 3px solid #e7222a;
  width: 150px;
  border-radius: 16px;
}

/* line 329, app/assets/stylesheets/components/_pitch_list.css.scss */
.pitch_list__avatar .shares-sold:before {
  content: '';
  background-image: url(/assets/sold-dist-a6feb234fdee3ed8d94fda310d6ce601ad318d3f030725b96af34900c1119eea.png);
  position: absolute;
  width: 110%;
  height: 130%;
  left: -10px;
  top: -10px;
  z-index: 9;
  background-size: 240%;
  background-position: 385px -64px;
  border-radius: 30px;
}

/* line 344, app/assets/stylesheets/components/_pitch_list.css.scss */
.pitch_list__avatar a {
  display: block;
  width: 100%;
  height: 100%;
}

/* line 350, app/assets/stylesheets/components/_pitch_list.css.scss */
.pitch_list__avatar img {
  width: 100%;
  border-bottom: 1px solid #e4e4e4;
}

/* line 356, app/assets/stylesheets/components/_pitch_list.css.scss */
.pitch_list .currency_symbols-wrapper {
  background: #fff;
}

/* line 359, app/assets/stylesheets/components/_pitch_list.css.scss */
.pitch_list .currency_symbols-wrapper .currency-icon {
  margin: 0px 2px;
  padding-top: 6px;
}

/* line 365, app/assets/stylesheets/components/_pitch_list.css.scss */
.pitch_list__description {
  background-color: #fff;
  border-bottom: 1px solid #e4e4e4;
  font-family: Lato;
  text-align: left;
  padding: 15px;
}

/* line 372, app/assets/stylesheets/components/_pitch_list.css.scss */
.pitch_list__description p {
  margin-bottom: 5px;
}

/* line 376, app/assets/stylesheets/components/_pitch_list.css.scss */
.pitch_list__description .title {
  color: #737886;
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
}

/* line 383, app/assets/stylesheets/components/_pitch_list.css.scss */
.pitch_list__description .owner {
  display: block;
  font-size: 14px;
  font-weight: 700;
  color: #bfbfbf;
}

/* line 390, app/assets/stylesheets/components/_pitch_list.css.scss */
.pitch_list__description .text {
  color: #bfbfbf;
  font-size: 14px;
  line-height: 16px;
}

/* line 397, app/assets/stylesheets/components/_pitch_list.css.scss */
.pitch_list__progress_bar {
  border: 1px solid #e4e4e4;
}

/* line 400, app/assets/stylesheets/components/_pitch_list.css.scss */
.pitch_list__progress_bar .progress_bar {
  width: 100%;
  position: relative;
  overflow: hidden;
  margin: 0;
  height: 25px;
  margin-top: 0;
}

/* line 408, app/assets/stylesheets/components/_pitch_list.css.scss */
.pitch_list__progress_bar .progress_bar .bar_mask {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  margin-right: 0px !important;
  background-color: #b9b9b9 !important;
}

/* line 417, app/assets/stylesheets/components/_pitch_list.css.scss */
.pitch_list__progress_bar .progress_bar.animate_progress_bar {
  background: #b9b9b9;
}

/* line 420, app/assets/stylesheets/components/_pitch_list.css.scss */
.pitch_list__progress_bar .progress_bar.animate_progress_bar .progress_bar_color {
  height: 100%;
  line-height: 25px;
  width: 0px;
  background: #89219f;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #89219f 0%, #7b109b 12%, #630e9a 24%, #4e0d98 46%, #2a0b95 73%, #0d0993 100%);
}

/* line 435, app/assets/stylesheets/components/_pitch_list.css.scss */
.pitch_list__progress_bar .progress_bar.animate_progress_bar .progress_bar_color span {
  font-weight: 300;
  width: 100%;
  text-align: right;
  display: block;
  padding-right: 10px;
}

/* line 445, app/assets/stylesheets/components/_pitch_list.css.scss */
.pitch_list__progress_bar .progress_bar .progress_bar_color {
  background-color: transparent;
  height: 100%;
  font-size: 11px;
  color: #fff;
  line-height: 25px;
}

/* line 452, app/assets/stylesheets/components/_pitch_list.css.scss */
.pitch_list__progress_bar .progress_bar .progress_bar_color span {
  font-size: 11px;
  display: inline-block;
  color: #fff;
  margin: 0;
  line-height: 25px;
  font-weight: 300;
}

/* line 464, app/assets/stylesheets/components/_pitch_list.css.scss */
.pitch_list__public_stats, .pitch_list__private_stats {
  background: #fff;
  padding: 5px 15px;
}

/* line 468, app/assets/stylesheets/components/_pitch_list.css.scss */
.pitch_list__public_stats .end_details, .pitch_list__private_stats .end_details {
  float: left;
  width: 50%;
}

/* line 472, app/assets/stylesheets/components/_pitch_list.css.scss */
.pitch_list__public_stats .end_details .micro, .pitch_list__private_stats .end_details .micro {
  font-size: 11px;
  color: #888888;
}

/* line 476, app/assets/stylesheets/components/_pitch_list.css.scss */
.pitch_list__public_stats .end_details .micro img, .pitch_list__private_stats .end_details .micro img {
  width: 10px;
  height: 10px;
  display: inline-block;
  margin-top: -2px;
}

/* line 484, app/assets/stylesheets/components/_pitch_list.css.scss */
.pitch_list__public_stats .end_details .time, .pitch_list__private_stats .end_details .time {
  font-size: 14px;
  display: block;
  text-transform: uppercase;
  font-weight: 700;
  font-family: Lato;
}

/* line 492, app/assets/stylesheets/components/_pitch_list.css.scss */
.pitch_list__public_stats .end_details .blue, .pitch_list__private_stats .end_details .blue {
  text-transform: uppercase;
  font-weight: 700;
  font-family: Lato;
  color: #132041;
  font-size: 16px;
  display: block;
}

/* line 501, app/assets/stylesheets/components/_pitch_list.css.scss */
.pitch_list__public_stats .end_details:first-of-type, .pitch_list__private_stats .end_details:first-of-type {
  text-align: left;
}

/* line 505, app/assets/stylesheets/components/_pitch_list.css.scss */
.pitch_list__public_stats .end_details:nth-of-type(2), .pitch_list__private_stats .end_details:nth-of-type(2) {
  text-align: right;
}

/* line 512, app/assets/stylesheets/components/_pitch_list.css.scss */
.pitch_list__element .pitch_list__public_stats {
  padding-bottom: 50px;
}

/* line 516, app/assets/stylesheets/components/_pitch_list.css.scss */
.portfolio_dividends_list_wrapper {
  position: relative;
}

/* line 519, app/assets/stylesheets/components/_pitch_list.css.scss */
.portfolio_dividends_list_wrapper .portfolio_dividends_list {
  list-style: none;
  padding: 0;
}

/* line 523, app/assets/stylesheets/components/_pitch_list.css.scss */
.portfolio_dividends_list_wrapper .portfolio_dividends_list li {
  font-family: sans-serif !important;
  color: #81109c;
}

/* line 528, app/assets/stylesheets/components/_pitch_list.css.scss */
.portfolio_dividends_list_wrapper .portfolio_dividends_list.popup {
  position: absolute;
  bottom: 0;
  border: 1px solid #e4e4e4;
  padding: 5px 10px;
  background-color: rgba(255, 255, 255, 0.8);
}

/* line 535, app/assets/stylesheets/components/_pitch_list.css.scss */
.portfolio_dividends_list_wrapper .portfolio_dividends_list.popup li {
  color: #81109c;
  white-space: nowrap;
  margin: 4px 0px;
  border-bottom: 1px solid #78a315;
  width: auto;
  display: block;
  font-size: 12px;
}

/* line 544, app/assets/stylesheets/components/_pitch_list.css.scss */
.portfolio_dividends_list_wrapper .portfolio_dividends_list.popup li:before {
  display: none;
}

/* line 548, app/assets/stylesheets/components/_pitch_list.css.scss */
.portfolio_dividends_list_wrapper .portfolio_dividends_list.popup li:last-of-type {
  border-bottom: none;
}

@media screen and (min-width: 650px) {
  /* line 557, app/assets/stylesheets/components/_pitch_list.css.scss */
  .pitch_list__element {
    max-width: 100%;
  }
  /* line 561, app/assets/stylesheets/components/_pitch_list.css.scss */
  .pitch_list__stats_element {
    width: 33%;
  }
}

@media screen and (min-width: 992px) {
  /* line 568, app/assets/stylesheets/components/_pitch_list.css.scss */
  .pitch_list__avatar {
    width: 30%;
    float: left;
    border-right: none;
    border-bottom: 1px solid #e4e4e4;
    background-color: #fff;
    overflow: hidden;
  }
  /* line 576, app/assets/stylesheets/components/_pitch_list.css.scss */
  .pitch_list__avatar.company {
    width: 20%;
  }
  /* line 581, app/assets/stylesheets/components/_pitch_list.css.scss */
  .pitch_list__description {
    vertical-align: top;
    border-left: 1px solid #e4e4e4;
    float: left;
    width: 70%;
    height: 112px;
    overflow: hidden;
    padding: 10px 20px;
  }
  /* line 590, app/assets/stylesheets/components/_pitch_list.css.scss */
  .pitch_list__description.company {
    height: 131px;
    width: 80%;
  }
  /* line 595, app/assets/stylesheets/components/_pitch_list.css.scss */
  .pitch_list__description p {
    margin-bottom: 3px;
  }
  /* line 599, app/assets/stylesheets/components/_pitch_list.css.scss */
  .pitch_list__description .text {
    color: #bfbfbf;
    font-size: 12px;
    line-height: 14px;
    padding-bottom: 22px;
  }
  /* line 606, app/assets/stylesheets/components/_pitch_list.css.scss */
  .pitch_list__description .title {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
    display: block;
  }
  /* line 615, app/assets/stylesheets/components/_pitch_list.css.scss */
  .pitch_list__public_stats, .pitch_list__private_stats {
    text-align: left;
  }
  /* line 619, app/assets/stylesheets/components/_pitch_list.css.scss */
  .pitch_list__stats_element {
    width: auto;
    margin-right: 30px;
    margin-bottom: 10px;
    margin-top: 10px;
  }
  /* line 626, app/assets/stylesheets/components/_pitch_list.css.scss */
  .pitch_list__stats_element:last-of-type {
    margin-right: 0px;
  }
  /* line 630, app/assets/stylesheets/components/_pitch_list.css.scss */
  .pitch_list__progress_bar {
    left: 196px;
    height: 15px;
    line-height: 31px;
    top: 96px;
    position: absolute;
    border: 0;
    border-bottom: 1px solid #d4d4d4;
    width: 70%;
    left: auto;
    right: 0;
  }
  /* line 642, app/assets/stylesheets/components/_pitch_list.css.scss */
  .pitch_list__progress_bar .progress_bar {
    height: 100%;
  }
  /* line 645, app/assets/stylesheets/components/_pitch_list.css.scss */
  .pitch_list__progress_bar .progress_bar .progress_bar_color {
    line-height: 16px;
    font-size: 10px;
  }
  /* line 649, app/assets/stylesheets/components/_pitch_list.css.scss */
  .pitch_list__progress_bar .progress_bar .progress_bar_color span {
    line-height: 16px;
    font-size: 10px;
  }
  /* line 657, app/assets/stylesheets/components/_pitch_list.css.scss */
  .pitch_list .pitch_list__description .title {
    font-size: 14px;
  }
  /* line 662, app/assets/stylesheets/components/_pitch_list.css.scss */
  .pitch_list__avatar img {
    height: auto;
    width: 100%;
    border: 0;
  }
  /* line 668, app/assets/stylesheets/components/_pitch_list.css.scss */
  .portfolio_dividends_list_wrapper .portfolio_dividends_list li:nth-child(2) {
    text-align: center;
  }
}

@media screen and (min-width: 1200px) {
  /* line 675, app/assets/stylesheets/components/_pitch_list.css.scss */
  .pitch_list__avatar {
    width: 30%;
    height: 144px;
  }
  /* line 679, app/assets/stylesheets/components/_pitch_list.css.scss */
  .pitch_list__avatar.company {
    height: 145px;
  }
  /* line 683, app/assets/stylesheets/components/_pitch_list.css.scss */
  .pitch_list__avatar img {
    height: 100%;
  }
  /* line 688, app/assets/stylesheets/components/_pitch_list.css.scss */
  .pitch_list__download__files__list.more_details .file_in_pitch {
    justify-content: flex-start;
    padding-left: 10%;
  }
  /* line 693, app/assets/stylesheets/components/_pitch_list.css.scss */
  .pitch_list__description {
    width: 70%;
    height: 144px;
  }
  /* line 697, app/assets/stylesheets/components/_pitch_list.css.scss */
  .pitch_list__description .text {
    font-size: 16px;
    line-height: 16px;
  }
  /* line 702, app/assets/stylesheets/components/_pitch_list.css.scss */
  .pitch_list__description .title {
    font-size: 16px;
  }
  /* line 706, app/assets/stylesheets/components/_pitch_list.css.scss */
  .pitch_list__description.company {
    height: 145px;
  }
  /* line 711, app/assets/stylesheets/components/_pitch_list.css.scss */
  .pitch_list__progress_bar {
    width: 70%;
    left: auto;
    height: 25px;
    right: 0;
    top: 119px;
  }
  /* line 718, app/assets/stylesheets/components/_pitch_list.css.scss */
  .pitch_list__progress_bar .progress_bar .progress_bar_color {
    line-height: 26px;
    font-size: 12px;
  }
  /* line 722, app/assets/stylesheets/components/_pitch_list.css.scss */
  .pitch_list__progress_bar .progress_bar .progress_bar_color span {
    line-height: 26px;
  }
}

/* line 13, app/assets/stylesheets/components/../shared/_bootstrap.scss */
.btn-primary {
  background: #560e99;
}

/* line 16, app/assets/stylesheets/components/../shared/_bootstrap.scss */
.btn-primary:hover {
  background: #7012c8;
}

/* line 6, app/assets/stylesheets/components/_press-section.scss */
.press-section {
  font-family: Lato, Arial;
}

/* line 9, app/assets/stylesheets/components/_press-section.scss */
.press-section__header {
  font-size: 26px;
  font-weight: 300;
  padding-top: 20px;
}

/* line 15, app/assets/stylesheets/components/_press-section.scss */
.press-section__list {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  list-style: none;
  margin: 30px 0;
  padding-left: 0;
  text-align: center;
}

@media all and (min-width: 1200px) {
  /* line 15, app/assets/stylesheets/components/_press-section.scss */
  .press-section__list {
    justify-content: space-between;
  }
}

/* line 30, app/assets/stylesheets/components/_press-section.scss */
.press-section__list-element {
  margin: 10px 15px;
}

/* line 34, app/assets/stylesheets/components/_press-section.scss */
.press-section__list-element a {
  background-image: url(/assets/homepage/sprites-ae5db2cdb8bd565262c90419571aa851aea3d0e817b7f7d15e2a2174a5591998.png);
}

/* line 38, app/assets/stylesheets/components/_press-section.scss */
.press-section__list-element.cbn {
  width: 90px;
}

/* line 41, app/assets/stylesheets/components/_press-section.scss */
.press-section__list-element.cbn a {
  background-position: -553px -401px;
  height: 86px;
}

/* line 47, app/assets/stylesheets/components/_press-section.scss */
.press-section__list-element.bbc {
  width: 155px;
}

/* line 50, app/assets/stylesheets/components/_press-section.scss */
.press-section__list-element.bbc a {
  background-position: -539px -175px;
  height: 53px;
}

/* line 56, app/assets/stylesheets/components/_press-section.scss */
.press-section__list-element.rt {
  width: 93px;
}

/* line 59, app/assets/stylesheets/components/_press-section.scss */
.press-section__list-element.rt a {
  background-size: 60%;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(/assets/rt-3ef2dfa6f276ebb88329ed55cdd53168be38bc4dcde0121f3dfaf6e04067e58c.png);
  height: 60px;
}

/* line 68, app/assets/stylesheets/components/_press-section.scss */
.press-section__list-element.bloomberg {
  width: 205px;
}

/* line 71, app/assets/stylesheets/components/_press-section.scss */
.press-section__list-element.bloomberg a {
  background-size: 80%;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(/assets/bloomberg-8f8600db43733ef9df3d8e1bd4291d37b427720ef7e16b8890d592c8290e9723.png);
  height: 60px;
}

/* line 80, app/assets/stylesheets/components/_press-section.scss */
.press-section__list-element.coindesk {
  width: 188px;
}

/* line 83, app/assets/stylesheets/components/_press-section.scss */
.press-section__list-element.coindesk a {
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(/assets/new_coindesk-9cfacb79e906fb2c430a80cf385d00abf7db4e2ff2b6192bbe0c86c7854725c3.png);
  height: 50px;
}

/* line 92, app/assets/stylesheets/components/_press-section.scss */
.press-section__list-element.nasdaq {
  width: 188px;
}

/* line 95, app/assets/stylesheets/components/_press-section.scss */
.press-section__list-element.nasdaq a {
  background-image: url(/assets/nasdaq-6faecb0b01cd9e83a279928d27f4342c9cabe4a9cb5a5fc70c72a0c44542ba3e.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  height: 50px;
}

@media all and (min-width: 992px) {
  /* line 30, app/assets/stylesheets/components/_press-section.scss */
  .press-section__list-element {
    filter: grayscale(100%);
    transition: .5s ease-in-out;
  }
  /* line 108, app/assets/stylesheets/components/_press-section.scss */
  .press-section__list-element:hover {
    filter: grayscale(0%);
  }
}

/* line 3, app/assets/stylesheets/components/_scroll_up.scss */
.scroll-up {
  bottom: 10px;
  color: rgba(255, 255, 255, 0.4);
  display: none;
  line-height: 85px;
  position: fixed;
  right: 10px;
  text-align: center;
  text-transform: uppercase;
  z-index: 99999;
}

/* line 14, app/assets/stylesheets/components/_scroll_up.scss */
.scroll-up .inner {
  background: linear-gradient(to left, #560e99 0%, #81109c 90%);
  border-radius: 20px;
  box-shadow: 0 3px 13px rgba(61, 50, 50, 0.6);
  cursor: pointer;
  height: 60px;
  width: 60px;
}

/* line 22, app/assets/stylesheets/components/_scroll_up.scss */
.scroll-up .inner::after, .scroll-up .inner::before {
  border: 1px solid #fff;
  border-radius: 30px;
  content: "";
  height: 2px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 24px;
  width: 20px;
}

/* line 36, app/assets/stylesheets/components/_scroll_up.scss */
.scroll-up .inner::before {
  left: 13px;
  transform: rotate(45deg);
}

/* line 41, app/assets/stylesheets/components/_scroll_up.scss */
.scroll-up .inner::after {
  right: 13px;
  transform: rotate(-45deg);
}

@media (max-width: 991px) {
  /* line 50, app/assets/stylesheets/components/_scroll_up.scss */
  .scroll-up {
    bottom: 0;
    font-size: 0;
    height: 90px;
    padding: 0 20px 60px 5px;
    right: 0;
    width: 90px;
  }
  /* line 59, app/assets/stylesheets/components/_scroll_up.scss */
  .scroll-up .inner::after, .scroll-up .inner::before {
    top: 28px;
  }
  /* line 64, app/assets/stylesheets/components/_scroll_up.scss */
  .scroll-up .inner::after {
    right: 35px;
  }
  /* line 68, app/assets/stylesheets/components/_scroll_up.scss */
  .scroll-up .inner::before {
    left: -6px;
  }
}

/* line 13, app/assets/stylesheets/components/../shared/_bootstrap.scss */
.btn-primary {
  background: #560e99;
}

/* line 16, app/assets/stylesheets/components/../shared/_bootstrap.scss */
.btn-primary:hover {
  background: #7012c8;
}

@media all and (max-width: 991px) {
  /* line 9, app/assets/stylesheets/components/_search_pitch_card.scss */
  .pitches__list {
    margin-left: -15px;
    margin-right: -15px;
  }
}

@media (max-width: 1200px) {
  /* line 9, app/assets/stylesheets/components/_search_pitch_card.scss */
  .pitches__list {
    margin-top: 50px !important;
  }
}

@media all and (min-width: 768px) {
  /* line 20, app/assets/stylesheets/components/_search_pitch_card.scss */
  .pitch__container {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

/* line 27, app/assets/stylesheets/components/_search_pitch_card.scss */
.pitch-card {
  border: 1px solid #e3e3e3;
  font-family: Lato, Arial;
  position: relative;
  transition: all .3s ease;
}

/* line 34, app/assets/stylesheets/components/_search_pitch_card.scss */
.pitch-card:hover {
  box-shadow: 1px 1px 8px #e3e3e3;
}

/* line 38, app/assets/stylesheets/components/_search_pitch_card.scss */
.pitch-card--transparent {
  opacity: .6;
}

/* line 42, app/assets/stylesheets/components/_search_pitch_card.scss */
.pitch-card__unavailable {
  height: 100%;
  position: absolute;
  width: 100%;
  z-index: 2;
}

/* line 49, app/assets/stylesheets/components/_search_pitch_card.scss */
.pitch-card--highlighted {
  box-shadow: 1px 1px 10px #81109c;
}

/* line 53, app/assets/stylesheets/components/_search_pitch_card.scss */
.pitch-card__gradient {
  background: linear-gradient(to bottom, #81109c 42%, #902c9e 99%);
  opacity: .9;
}

/* line 57, app/assets/stylesheets/components/_search_pitch_card.scss */
.pitch-card__gradient .text {
  bottom: 0;
  color: #fff;
  font-size: 24px;
  height: 30px;
  left: 0;
  margin: auto;
  padding: 0 20px;
  position: absolute;
  right: 0;
  text-align: center;
  text-shadow: 2px 2px 6px #fff;
  top: 0;
}

/* line 73, app/assets/stylesheets/components/_search_pitch_card.scss */
.pitch-card__content {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
}

@media all and (min-width: 992px) {
  /* line 73, app/assets/stylesheets/components/_search_pitch_card.scss */
  .pitch-card__content {
    flex-direction: row;
    justify-content: space-between;
  }
}

@media all and (min-width: 992px) {
  /* line 86, app/assets/stylesheets/components/_search_pitch_card.scss */
  .pitch-card__token-pitch .pitch-card__description {
    width: 645px;
  }
}

@media all and (min-width: 1200px) {
  /* line 86, app/assets/stylesheets/components/_search_pitch_card.scss */
  .pitch-card__token-pitch .pitch-card__description {
    width: 845px;
  }
}

@media all and (min-width: 992px) {
  /* line 96, app/assets/stylesheets/components/_search_pitch_card.scss */
  .pitch-card__token-pitch .pitch-card__summary {
    width: 600px;
  }
}

@media all and (min-width: 1200px) {
  /* line 96, app/assets/stylesheets/components/_search_pitch_card.scss */
  .pitch-card__token-pitch .pitch-card__summary {
    width: 800px;
  }
}

/* line 107, app/assets/stylesheets/components/_search_pitch_card.scss */
.pitch-card__token-pitch .pitch-card__stats {
  width: 100%;
}

@media all and (min-width: 992px) {
  /* line 107, app/assets/stylesheets/components/_search_pitch_card.scss */
  .pitch-card__token-pitch .pitch-card__stats {
    margin-top: 10px;
  }
}

@media all and (min-width: 1200px) {
  /* line 107, app/assets/stylesheets/components/_search_pitch_card.scss */
  .pitch-card__token-pitch .pitch-card__stats {
    margin-top: 18px;
  }
}

/* line 119, app/assets/stylesheets/components/_search_pitch_card.scss */
.pitch-card__token-pitch .pitch-card__stat {
  margin-right: 20px;
}

/* line 124, app/assets/stylesheets/components/_search_pitch_card.scss */
.pitch-card__images {
  position: relative;
}

/* line 128, app/assets/stylesheets/components/_search_pitch_card.scss */
.pitch-card__image {
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  border-bottom: 1px solid #e3e3e3;
  border-right: 1px solid #e3e3e3;
  height: 200px;
}

@media all and (min-width: 992px) {
  /* line 128, app/assets/stylesheets/components/_search_pitch_card.scss */
  .pitch-card__image {
    height: 160px;
    width: 250px;
  }
}

/* line 142, app/assets/stylesheets/components/_search_pitch_card.scss */
.pitch-card__description {
  padding: 10px 0;
  padding-bottom: 0;
  width: 100%;
}

@media all and (min-width: 992px) {
  /* line 142, app/assets/stylesheets/components/_search_pitch_card.scss */
  .pitch-card__description {
    width: 470px;
  }
}

@media all and (min-width: 1200px) {
  /* line 142, app/assets/stylesheets/components/_search_pitch_card.scss */
  .pitch-card__description {
    width: 590px;
  }
}

/* line 156, app/assets/stylesheets/components/_search_pitch_card.scss */
.pitch-card__summary {
  color: #b5b5b5;
  font-size: 16px;
  height: 150px;
  line-height: 24px;
  padding: 10px 0;
}

@media all and (min-width: 992px) {
  /* line 156, app/assets/stylesheets/components/_search_pitch_card.scss */
  .pitch-card__summary {
    font-size: 14px;
    height: 130px;
  }
}

@media all and (min-width: 1200px) {
  /* line 156, app/assets/stylesheets/components/_search_pitch_card.scss */
  .pitch-card__summary {
    font-size: 16px;
    height: 115px;
    width: 560px;
  }
}

/* line 175, app/assets/stylesheets/components/_search_pitch_card.scss */
.pitch-card__exited {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  line-height: 180px;
  left: 0;
  right: 0;
  transform: rotate(-10deg);
  border: 10px solid #e7222a;
  border-radius: 25px;
  background-color: rgba(255, 255, 255, 0.7);
  padding: 10px;
  width: 180px;
  height: 90px;
}

/* line 191, app/assets/stylesheets/components/_search_pitch_card.scss */
.pitch-card__exited:after {
  content: 'SOLD';
  font-size: 47px;
  font-weight: 900;
  color: #e7222a;
  position: absolute;
  height: 60px;
  left: 0;
  right: 0;
  margin: auto;
  top: 0;
  line-height: 55px;
  bottom: 0;
  border: 3px solid #e7222a;
  width: 150px;
  border-radius: 16px;
  padding-left: 11px;
}

/* line 210, app/assets/stylesheets/components/_search_pitch_card.scss */
.pitch-card__exited:before {
  content: '';
  background-image: url(/../sold-dist.png);
  position: absolute;
  width: 110%;
  height: 130%;
  left: -10px;
  top: -10px;
  z-index: 9;
  background-size: 240%;
  background-position: 385px -64px;
  border-radius: 30px;
}

/* line 225, app/assets/stylesheets/components/_search_pitch_card.scss */
.pitch-card__progress {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 20px auto;
}

/* line 232, app/assets/stylesheets/components/_search_pitch_card.scss */
.pitch-card__progress-wrapper {
  position: relative;
}

@media all and (min-width: 992px) {
  /* line 225, app/assets/stylesheets/components/_search_pitch_card.scss */
  .pitch-card__progress {
    margin: 0;
    width: 265px;
  }
}

@media all and (min-width: 992px) {
  /* line 241, app/assets/stylesheets/components/_search_pitch_card.scss */
  .pitch-card__progress .pitch-card__stat {
    margin: 0;
    margin-top: -15px;
    width: 100%;
  }
}

@media all and (min-width: 1200px) {
  /* line 241, app/assets/stylesheets/components/_search_pitch_card.scss */
  .pitch-card__progress .pitch-card__stat {
    margin-top: 5px;
    padding-left: 50px;
  }
}

@media all and (max-width: 767px) {
  /* line 253, app/assets/stylesheets/components/_search_pitch_card.scss */
  .pitch-card__progress .pitch-card__stat.pitch-stat-margin {
    margin-right: 0;
  }
}

/* line 261, app/assets/stylesheets/components/_search_pitch_card.scss */
.pitch-card__progress-bar {
  border-radius: 50%;
  font-family: Lato, Arial;
  margin: 0 auto 0 65px;
}

@media all and (min-width: 992px) {
  /* line 261, app/assets/stylesheets/components/_search_pitch_card.scss */
  .pitch-card__progress-bar {
    margin-left: 30px;
  }
}

@media all and (min-width: 1200px) {
  /* line 261, app/assets/stylesheets/components/_search_pitch_card.scss */
  .pitch-card__progress-bar {
    margin-left: 120px;
  }
}

@media all and (max-width: 767px) {
  /* line 261, app/assets/stylesheets/components/_search_pitch_card.scss */
  .pitch-card__progress-bar {
    margin-left: 55px;
    width: 100%;
  }
}

/* line 280, app/assets/stylesheets/components/_search_pitch_card.scss */
.pitch-card__minimum-popup {
  background: #fff;
  border: 1px solid #e3e3e3;
  border-radius: 10px;
  box-shadow: 1px 1px 1px #e3e3e3;
  font-size: 14px;
  padding: 10px;
  position: relative;
  text-align: center;
  width: 200px;
  z-index: 2;
}

/* line 292, app/assets/stylesheets/components/_search_pitch_card.scss */
.pitch-card__minimum-popup-wrapper {
  margin-left: 50px;
  position: absolute;
  top: auto;
}

@media all and (min-width: 992px) {
  /* line 292, app/assets/stylesheets/components/_search_pitch_card.scss */
  .pitch-card__minimum-popup-wrapper {
    margin-left: 30px;
  }
}

@media all and (min-width: 1200px) {
  /* line 292, app/assets/stylesheets/components/_search_pitch_card.scss */
  .pitch-card__minimum-popup-wrapper {
    margin-left: 120px;
  }
}

/* line 306, app/assets/stylesheets/components/_search_pitch_card.scss */
.pitch-card__minimum-popup::after {
  background: #fff;
  border: 1px solid #e3e3e3;
  bottom: -10px;
  box-shadow: 1px 1px 1px #e3e3e3;
  content: '';
  height: 20px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: auto;
  transform: rotate(45deg);
  width: 20px;
  z-index: 0;
}

/* line 323, app/assets/stylesheets/components/_search_pitch_card.scss */
.pitch-card__minimum-popup::before {
  background: #fff;
  bottom: 0;
  content: '';
  height: 13px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: auto;
  width: 50px;
  z-index: 1;
}

/* line 337, app/assets/stylesheets/components/_search_pitch_card.scss */
.pitch-card__minimum-popup-amount {
  color: #81109c;
  font-weight: 700;
}

/* line 343, app/assets/stylesheets/components/_search_pitch_card.scss */
.pitch-card__company {
  align-items: center;
  bottom: 0;
  display: flex;
  justify-content: flex-start;
  padding: 10px;
  position: absolute;
  width: 100%;
  z-index: 1;
}

@media all and (min-width: 992px) {
  /* line 343, app/assets/stylesheets/components/_search_pitch_card.scss */
  .pitch-card__company {
    align-items: center;
    border-right: 1px solid #e3e3e3;
    display: flex;
    height: 80px;
    justify-content: center;
    padding: 10px;
    position: relative;
    text-align: center;
    width: 250px;
  }
}

/* line 366, app/assets/stylesheets/components/_search_pitch_card.scss */
.pitch-card__company-avatar {
  background-color: #fff;
  background-position: center;
  background-size: cover;
  border: 1px solid #e3e3e3;
  height: 50px;
  margin-right: 15px;
  width: 50px;
  z-index: 1;
}

@media all and (min-width: 992px) {
  /* line 366, app/assets/stylesheets/components/_search_pitch_card.scss */
  .pitch-card__company-avatar {
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: -25px;
    z-index: 1;
  }
}

/* line 386, app/assets/stylesheets/components/_search_pitch_card.scss */
.pitch-card__company-name {
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  margin: 0;
  text-shadow: 1px 1px 3px #000;
  text-transform: uppercase;
  width: 70%;
}

@media all and (min-width: 992px) {
  /* line 386, app/assets/stylesheets/components/_search_pitch_card.scss */
  .pitch-card__company-name {
    color: #515151;
    margin-top: 20px;
    overflow: hidden;
    text-shadow: none;
    width: 100%;
  }
}

/* line 405, app/assets/stylesheets/components/_search_pitch_card.scss */
.pitch-card__pitch-name {
  color: #515151;
  font-size: 18px;
  font-weight: 700;
  padding-top: 10px;
  width: 100%;
}

@media all and (min-width: 992px) {
  /* line 405, app/assets/stylesheets/components/_search_pitch_card.scss */
  .pitch-card__pitch-name {
    font-size: 16px;
    overflow: hidden;
    padding-top: 0;
    text-overflow: ellipsis;
    text-transform: capitalize;
    white-space: nowrap;
    width: 100%;
  }
}

@media all and (min-width: 1200px) {
  /* line 405, app/assets/stylesheets/components/_search_pitch_card.scss */
  .pitch-card__pitch-name {
    font-size: 18px;
    padding-top: 10px;
  }
}

/* line 429, app/assets/stylesheets/components/_search_pitch_card.scss */
.pitch-card__stats {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  line-height: 30px;
}

@media all and (min-width: 992px) {
  /* line 429, app/assets/stylesheets/components/_search_pitch_card.scss */
  .pitch-card__stats {
    height: 60px;
    width: 500px;
  }
}

@media all and (min-width: 1200px) {
  /* line 429, app/assets/stylesheets/components/_search_pitch_card.scss */
  .pitch-card__stats {
    margin-top: 10px;
  }
}

/* line 446, app/assets/stylesheets/components/_search_pitch_card.scss */
.pitch-card__stat-name {
  color: #b5b5b5;
  text-transform: capitalize;
}

/* line 450, app/assets/stylesheets/components/_search_pitch_card.scss */
.pitch-card__stat-name::after {
  content: ':';
  margin-right: 5px;
}

/* line 457, app/assets/stylesheets/components/_search_pitch_card.scss */
.pitch-card__stat-value {
  color: #000;
  font-weight: 700;
  text-transform: capitalize;
}

/* line 462, app/assets/stylesheets/components/_search_pitch_card.scss */
.pitch-card__stat-value--violet {
  color: #81109c;
}

/* line 466, app/assets/stylesheets/components/_search_pitch_card.scss */
.pitch-card__stat-value .start-counter {
  color: #81109c;
  text-decoration: underline;
  text-transform: none;
}

/* line 473, app/assets/stylesheets/components/_search_pitch_card.scss */
.pitch-card__stat {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  font-size: 16px;
  margin: 0;
  margin-right: 30px;
  text-transform: capitalize;
}

/* line 13, app/assets/stylesheets/components/../shared/_bootstrap.scss */
.btn-primary {
  background: #560e99;
}

/* line 16, app/assets/stylesheets/components/../shared/_bootstrap.scss */
.btn-primary:hover {
  background: #7012c8;
}

/* line 6, app/assets/stylesheets/components/_section.scss */
.section {
  font-family: Lato, Arial;
}

/* line 10, app/assets/stylesheets/components/_section.scss */
.section__boxes, .section--flex {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}

/* line 18, app/assets/stylesheets/components/_section.scss */
.section__column-wrapper {
  display: flex;
  flex-direction: column-reverse;
  flex-wrap: nowrap;
  justify-content: space-between;
}

/* line 25, app/assets/stylesheets/components/_section.scss */
.section--space-between {
  justify-content: space-between;
}

/* line 29, app/assets/stylesheets/components/_section.scss */
.section--text-justify {
  text-align: justify;
}

/* line 33, app/assets/stylesheets/components/_section.scss */
.section--justify-left {
  justify-content: flex-start;
}

/* line 37, app/assets/stylesheets/components/_section.scss */
.section__page-name {
  font-family: Lato, Arial;
}

/* line 41, app/assets/stylesheets/components/_section.scss */
.section--text-center {
  text-align: center;
}

/* line 46, app/assets/stylesheets/components/_section.scss */
.section--text-left {
  text-align: left;
}

/* line 50, app/assets/stylesheets/components/_section.scss */
.section--justify-left {
  justify-content: flex-start;
}

/* line 54, app/assets/stylesheets/components/_section.scss */
.section--no-wrap {
  flex-wrap: nowrap;
}

/* line 58, app/assets/stylesheets/components/_section.scss */
.section--gray {
  background-color: #bfbfbf;
}

/* line 62, app/assets/stylesheets/components/_section.scss */
.section--light-gray {
  background-color: #f9f9f9;
}

/* line 66, app/assets/stylesheets/components/_section.scss */
.section--margin-out-40 {
  margin: 0 -40px;
}

/* line 70, app/assets/stylesheets/components/_section.scss */
.section--capitalize {
  text-transform: capitalize;
}

/* line 74, app/assets/stylesheets/components/_section.scss */
.section__sub-text {
  font-size: 15px;
  font-weight: 400;
}

/* line 79, app/assets/stylesheets/components/_section.scss */
.section__mobile-wrap {
  flex-wrap: wrap;
}

@media all and (min-width: 768px) {
  /* line 79, app/assets/stylesheets/components/_section.scss */
  .section__mobile-wrap {
    flex-wrap: nowrap;
  }
}

/* line 87, app/assets/stylesheets/components/_section.scss */
.section--white, .section--white.company {
  background: #fff;
}

/* line 92, app/assets/stylesheets/components/_section.scss */
.section__description {
  color: #838383;
  line-height: 28px;
}

/* line 97, app/assets/stylesheets/components/_section.scss */
.section--w890 {
  max-width: 890px;
  width: 100%;
}

/* line 102, app/assets/stylesheets/components/_section.scss */
.section--max-620 {
  max-width: 620px;
  width: 100%;
}

/* line 107, app/assets/stylesheets/components/_section.scss */
.section--max-450 {
  max-width: 450px;
  width: 100%;
}

/* line 112, app/assets/stylesheets/components/_section.scss */
.section--width-200 {
  width: 200px;
}

/* line 116, app/assets/stylesheets/components/_section.scss */
.section--margin-center {
  margin: 0 auto;
}

/* line 120, app/assets/stylesheets/components/_section.scss */
.section--f12 {
  font-size: 12px;
}

/* line 124, app/assets/stylesheets/components/_section.scss */
.section--f14 {
  font-size: 14px;
}

/* line 128, app/assets/stylesheets/components/_section.scss */
.section--f16 {
  font-size: 16px;
}

/* line 132, app/assets/stylesheets/components/_section.scss */
.section--f18 {
  font-size: 18px;
}

/* line 136, app/assets/stylesheets/components/_section.scss */
.section--f20 {
  font-size: 20px;
}

/* line 140, app/assets/stylesheets/components/_section.scss */
.section--f26 {
  font-size: 26px;
}

/* line 144, app/assets/stylesheets/components/_section.scss */
.section--f32 {
  font-size: 32px;
}

/* line 148, app/assets/stylesheets/components/_section.scss */
.section--f46 {
  font-size: 46px;
}

/* line 152, app/assets/stylesheets/components/_section.scss */
.section--p20 {
  padding: 20px;
}

/* line 156, app/assets/stylesheets/components/_section.scss */
.section--p-x-10 {
  padding: 0 10px;
}

/* line 160, app/assets/stylesheets/components/_section.scss */
.section--p-y-70 {
  padding: 70px 0;
}

/* line 164, app/assets/stylesheets/components/_section.scss */
.section--p-t-75 {
  padding-top: 75px;
}

/* line 168, app/assets/stylesheets/components/_section.scss */
.section--pt0 {
  padding-top: 0;
}

/* line 172, app/assets/stylesheets/components/_section.scss */
.section--mt20 {
  margin-top: 20px;
}

/* line 176, app/assets/stylesheets/components/_section.scss */
.section--pbt0 {
  padding-bottom: 0;
  padding-top: 0;
}

/* line 181, app/assets/stylesheets/components/_section.scss */
.section__header {
  color: #2a3552;
  font-family: Lato, Arial;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
}

/* line 188, app/assets/stylesheets/components/_section.scss */
.section__header--light {
  font-size: 30px;
  font-weight: 300;
  text-transform: none;
}

/* line 194, app/assets/stylesheets/components/_section.scss */
.section__header--white {
  color: #fff;
}

/* line 198, app/assets/stylesheets/components/_section.scss */
.section__header--purple {
  color: #560e99;
}

/* line 202, app/assets/stylesheets/components/_section.scss */
.section__header--f24 {
  font-size: 24px;
}

/* line 206, app/assets/stylesheets/components/_section.scss */
.section__header--no-transform {
  text-transform: none;
}

/* line 210, app/assets/stylesheets/components/_section.scss */
.section__header--bottom-gray {
  border-bottom: 1px solid #e6e6e6;
  padding-bottom: 5px;
}

/* line 217, app/assets/stylesheets/components/_section.scss */
.section--font-light {
  font-weight: 300;
}

/* line 221, app/assets/stylesheets/components/_section.scss */
.section__center-vertically {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
}

/* line 227, app/assets/stylesheets/components/_section.scss */
.section--green {
  color: #78a315;
}

/* line 231, app/assets/stylesheets/components/_section.scss */
.section--bottom-gray {
  border-bottom: 1px solid #e6e6e6;
}

/* line 237, app/assets/stylesheets/components/_section.scss */
.section__buttons-white a {
  color: #fff;
}

/* line 241, app/assets/stylesheets/components/_section.scss */
.section__buttons a {
  background-color: #78a315;
  color: #fff;
  cursor: pointer;
  display: block;
  font-family: 'Lato';
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0;
  margin: 10px 0;
  padding: 15px;
  text-align: center;
  text-transform: uppercase;
  transition: .5s;
  width: 100%;
}

/* line 259, app/assets/stylesheets/components/_section.scss */
.section--justify-content {
  justify-content: center;
}

/* line 263, app/assets/stylesheets/components/_section.scss */
.section__separator {
  overflow: hidden;
  position: relative;
}

/* line 267, app/assets/stylesheets/components/_section.scss */
.section__separator--no-text {
  height: 3px;
}

/* line 271, app/assets/stylesheets/components/_section.scss */
.section__separator--gray {
  background-color: #838383;
}

/* line 275, app/assets/stylesheets/components/_section.scss */
.section__separator--h1 {
  height: 1px;
}

/* line 279, app/assets/stylesheets/components/_section.scss */
.section__separator::before {
  background-color: #878787;
  content: ' ';
  height: 1px;
  position: absolute;
  right: 50%;
  top: 50%;
  width: 100%;
}

/* line 289, app/assets/stylesheets/components/_section.scss */
.section__separator::after {
  background-color: #878787;
  content: ' ';
  height: 1px;
  left: 50%;
  position: absolute;
  top: 50%;
  width: 100%;
}

/* line 299, app/assets/stylesheets/components/_section.scss */
.section__separator span {
  background-color: #FFF;
  position: relative;
  z-index: 2;
  font-size: 12px;
  padding: 0 5px;
  display: inline-block;
  margin: auto;
  text-transform: uppercase;
}

/* line 311, app/assets/stylesheets/components/_section.scss */
.section--bold {
  font-weight: 700;
}

/* line 317, app/assets/stylesheets/components/_section.scss */
.section__link--bold {
  font-weight: 700;
}

/* line 321, app/assets/stylesheets/components/_section.scss */
.section__link--underline {
  text-decoration: underline;
}

/* line 325, app/assets/stylesheets/components/_section.scss */
.section__link--purple {
  color: #560e99;
}

/* line 330, app/assets/stylesheets/components/_section.scss */
.section__column {
  margin: 0 auto;
}

/* line 334, app/assets/stylesheets/components/_section.scss */
.section__center {
  margin: auto;
}

@media all and (min-width: 992px) {
  /* line 341, app/assets/stylesheets/components/_section.scss */
  .section__buttons {
    align-items: center;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
  }
  /* line 347, app/assets/stylesheets/components/_section.scss */
  .section__buttons a {
    margin: 10px 0;
    width: 48%;
  }
  /* line 353, app/assets/stylesheets/components/_section.scss */
  .section__column {
    margin: 0;
  }
  /* line 357, app/assets/stylesheets/components/_section.scss */
  .section__column-wrapper {
    flex-direction: row;
  }
  /* line 361, app/assets/stylesheets/components/_section.scss */
  .section__sidebar {
    max-width: 250px;
    width: 100%;
  }
}

@media all and (min-width: 1200px) {
  /* line 370, app/assets/stylesheets/components/_section.scss */
  .section__sidebar {
    max-width: 370px;
  }
}

/* line 2, app/assets/stylesheets/components/_select2.scss */
.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle;
}

/* line 2, app/assets/stylesheets/components/_select2.scss */
.select2-container .select2-selection--single {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 28px;
  -moz-user-select: none;
       user-select: none;
  -webkit-user-select: none;
}

/* line 2, app/assets/stylesheets/components/_select2.scss */
.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 8px;
  padding-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* line 2, app/assets/stylesheets/components/_select2.scss */
.select2-container .select2-selection--single .select2-selection__clear {
  position: relative;
}

/* line 2, app/assets/stylesheets/components/_select2.scss */
.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
  padding-right: 8px;
  padding-left: 20px;
}

/* line 2, app/assets/stylesheets/components/_select2.scss */
.select2-container .select2-selection--multiple {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 32px;
  -moz-user-select: none;
       user-select: none;
  -webkit-user-select: none;
}

/* line 2, app/assets/stylesheets/components/_select2.scss */
.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline-block;
  overflow: hidden;
  padding-left: 8px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* line 2, app/assets/stylesheets/components/_select2.scss */
.select2-container .select2-search--inline {
  float: left;
}

/* line 2, app/assets/stylesheets/components/_select2.scss */
.select2-container .select2-search--inline .select2-search__field {
  box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin-top: 5px;
  padding: 0;
}

/* line 2, app/assets/stylesheets/components/_select2.scss */
.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

/* line 2, app/assets/stylesheets/components/_select2.scss */
.select2-dropdown {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051;
}

/* line 2, app/assets/stylesheets/components/_select2.scss */
.select2-results {
  display: block;
}

/* line 2, app/assets/stylesheets/components/_select2.scss */
.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* line 2, app/assets/stylesheets/components/_select2.scss */
.select2-results__option {
  padding: 6px;
  -moz-user-select: none;
       user-select: none;
  -webkit-user-select: none;
}

/* line 2, app/assets/stylesheets/components/_select2.scss */
.select2-results__option[aria-selected] {
  cursor: pointer;
}

/* line 2, app/assets/stylesheets/components/_select2.scss */
.select2-container--open .select2-dropdown {
  left: 0;
}

/* line 2, app/assets/stylesheets/components/_select2.scss */
.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 2, app/assets/stylesheets/components/_select2.scss */
.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 2, app/assets/stylesheets/components/_select2.scss */
.select2-search--dropdown {
  display: block;
  padding: 4px;
}

/* line 2, app/assets/stylesheets/components/_select2.scss */
.select2-search--dropdown .select2-search__field {
  padding: 4px;
  width: 100%;
  box-sizing: border-box;
}

/* line 2, app/assets/stylesheets/components/_select2.scss */
.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

/* line 2, app/assets/stylesheets/components/_select2.scss */
.select2-search--dropdown.select2-search--hide {
  display: none;
}

/* line 2, app/assets/stylesheets/components/_select2.scss */
.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0);
}

/* line 2, app/assets/stylesheets/components/_select2.scss */
.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
}

/* line 2, app/assets/stylesheets/components/_select2.scss */
.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px;
}

/* line 2, app/assets/stylesheets/components/_select2.scss */
.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}

/* line 2, app/assets/stylesheets/components/_select2.scss */
.select2-container--default .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
}

/* line 2, app/assets/stylesheets/components/_select2.scss */
.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #999;
}

/* line 2, app/assets/stylesheets/components/_select2.scss */
.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
}

/* line 2, app/assets/stylesheets/components/_select2.scss */
.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}

/* line 2, app/assets/stylesheets/components/_select2.scss */
.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left;
}

/* line 2, app/assets/stylesheets/components/_select2.scss */
.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto;
}

/* line 2, app/assets/stylesheets/components/_select2.scss */
.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default;
}

/* line 2, app/assets/stylesheets/components/_select2.scss */
.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
  display: none;
}

/* line 2, app/assets/stylesheets/components/_select2.scss */
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}

/* line 2, app/assets/stylesheets/components/_select2.scss */
.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
}

/* line 2, app/assets/stylesheets/components/_select2.scss */
.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0 5px;
  width: 100%;
}

/* line 2, app/assets/stylesheets/components/_select2.scss */
.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
  list-style: none;
}

/* line 2, app/assets/stylesheets/components/_select2.scss */
.select2-container--default .select2-selection--multiple .select2-selection__placeholder {
  color: #999;
  margin-top: 5px;
  float: left;
}

/* line 2, app/assets/stylesheets/components/_select2.scss */
.select2-container--default .select2-selection--multiple .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-top: 5px;
  margin-right: 10px;
}

/* line 2, app/assets/stylesheets/components/_select2.scss */
.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}

/* line 2, app/assets/stylesheets/components/_select2.scss */
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: #999;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}

/* line 2, app/assets/stylesheets/components/_select2.scss */
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #333;
}

/* line 2, app/assets/stylesheets/components/_select2.scss */
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline {
  float: right;
}

/* line 2, app/assets/stylesheets/components/_select2.scss */
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}

/* line 2, app/assets/stylesheets/components/_select2.scss */
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}

/* line 2, app/assets/stylesheets/components/_select2.scss */
.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0;
}

/* line 2, app/assets/stylesheets/components/_select2.scss */
.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default;
}

/* line 2, app/assets/stylesheets/components/_select2.scss */
.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none;
}

/* line 2, app/assets/stylesheets/components/_select2.scss */
.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 2, app/assets/stylesheets/components/_select2.scss */
.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 2, app/assets/stylesheets/components/_select2.scss */
.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
}

/* line 2, app/assets/stylesheets/components/_select2.scss */
.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: textfield;
}

/* line 2, app/assets/stylesheets/components/_select2.scss */
.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}

/* line 2, app/assets/stylesheets/components/_select2.scss */
.select2-container--default .select2-results__option[role=group] {
  padding: 0;
}

/* line 2, app/assets/stylesheets/components/_select2.scss */
.select2-container--default .select2-results__option[aria-disabled=true] {
  color: #999;
}

/* line 2, app/assets/stylesheets/components/_select2.scss */
.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #ddd;
}

/* line 2, app/assets/stylesheets/components/_select2.scss */
.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em;
}

/* line 2, app/assets/stylesheets/components/_select2.scss */
.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0;
}

/* line 2, app/assets/stylesheets/components/_select2.scss */
.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -1em;
  padding-left: 2em;
}

/* line 2, app/assets/stylesheets/components/_select2.scss */
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -2em;
  padding-left: 3em;
}

/* line 2, app/assets/stylesheets/components/_select2.scss */
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -3em;
  padding-left: 4em;
}

/* line 2, app/assets/stylesheets/components/_select2.scss */
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -4em;
  padding-left: 5em;
}

/* line 2, app/assets/stylesheets/components/_select2.scss */
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -5em;
  padding-left: 6em;
}

/* line 2, app/assets/stylesheets/components/_select2.scss */
.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #81109c;
  color: white;
}

/* line 2, app/assets/stylesheets/components/_select2.scss */
.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

/* line 2, app/assets/stylesheets/components/_select2.scss */
.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #aaa;
  border-radius: 4px;
  outline: 0;
  background-image: linear-gradient(to bottom, #fff 50%, #eee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0);
}

/* line 2, app/assets/stylesheets/components/_select2.scss */
.select2-container--classic .select2-selection--single:focus {
  border: 1px solid #81109c;
}

/* line 2, app/assets/stylesheets/components/_select2.scss */
.select2-container--classic .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}

/* line 2, app/assets/stylesheets/components/_select2.scss */
.select2-container--classic .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-right: 10px;
}

/* line 2, app/assets/stylesheets/components/_select2.scss */
.select2-container--classic .select2-selection--single .select2-selection__placeholder {
  color: #999;
}

/* line 2, app/assets/stylesheets/components/_select2.scss */
.select2-container--classic .select2-selection--single .select2-selection__arrow {
  background-color: #ddd;
  border: none;
  border-left: 1px solid #aaa;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
  background-image: linear-gradient(to bottom, #eee 50%, #ccc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0);
}

/* line 2, app/assets/stylesheets/components/_select2.scss */
.select2-container--classic .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}

/* line 2, app/assets/stylesheets/components/_select2.scss */
.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left;
}

/* line 2, app/assets/stylesheets/components/_select2.scss */
.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto;
}

/* line 2, app/assets/stylesheets/components/_select2.scss */
.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #81109c;
}

/* line 2, app/assets/stylesheets/components/_select2.scss */
.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
  background: transparent;
  border: none;
}

/* line 2, app/assets/stylesheets/components/_select2.scss */
.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}

/* line 2, app/assets/stylesheets/components/_select2.scss */
.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: linear-gradient(to bottom, #fff 0%, #eee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0);
}

/* line 2, app/assets/stylesheets/components/_select2.scss */
.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: linear-gradient(to bottom, #eee 50%, #fff 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0);
}

/* line 2, app/assets/stylesheets/components/_select2.scss */
.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0;
}

/* line 2, app/assets/stylesheets/components/_select2.scss */
.select2-container--classic .select2-selection--multiple:focus {
  border: 1px solid #81109c;
}

/* line 2, app/assets/stylesheets/components/_select2.scss */
.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
  list-style: none;
  margin: 0;
  padding: 0 5px;
}

/* line 2, app/assets/stylesheets/components/_select2.scss */
.select2-container--classic .select2-selection--multiple .select2-selection__clear {
  display: none;
}

/* line 2, app/assets/stylesheets/components/_select2.scss */
.select2-container--classic .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}

/* line 2, app/assets/stylesheets/components/_select2.scss */
.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
  color: #888;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}

/* line 2, app/assets/stylesheets/components/_select2.scss */
.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #555;
}

/* line 2, app/assets/stylesheets/components/_select2.scss */
.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  float: right;
}

/* line 2, app/assets/stylesheets/components/_select2.scss */
.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}

/* line 2, app/assets/stylesheets/components/_select2.scss */
.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}

/* line 2, app/assets/stylesheets/components/_select2.scss */
.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #81109c;
}

/* line 2, app/assets/stylesheets/components/_select2.scss */
.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 2, app/assets/stylesheets/components/_select2.scss */
.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 2, app/assets/stylesheets/components/_select2.scss */
.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0;
}

/* line 2, app/assets/stylesheets/components/_select2.scss */
.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  box-shadow: none;
}

/* line 2, app/assets/stylesheets/components/_select2.scss */
.select2-container--classic .select2-dropdown {
  background-color: #fff;
  border: 1px solid transparent;
}

/* line 2, app/assets/stylesheets/components/_select2.scss */
.select2-container--classic .select2-dropdown--above {
  border-bottom: none;
}

/* line 2, app/assets/stylesheets/components/_select2.scss */
.select2-container--classic .select2-dropdown--below {
  border-top: none;
}

/* line 2, app/assets/stylesheets/components/_select2.scss */
.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}

/* line 2, app/assets/stylesheets/components/_select2.scss */
.select2-container--classic .select2-results__option[role=group] {
  padding: 0;
}

/* line 2, app/assets/stylesheets/components/_select2.scss */
.select2-container--classic .select2-results__option[aria-disabled=true] {
  color: grey;
}

/* line 2, app/assets/stylesheets/components/_select2.scss */
.select2-container--classic .select2-results__option--highlighted[aria-selected] {
  background-color: #3875d7;
  color: #fff;
}

/* line 2, app/assets/stylesheets/components/_select2.scss */
.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

/* line 2, app/assets/stylesheets/components/_select2.scss */
.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #81109c;
}

/* line 13, app/assets/stylesheets/components/../shared/_bootstrap.scss */
.btn-primary {
  background: #560e99;
}

/* line 16, app/assets/stylesheets/components/../shared/_bootstrap.scss */
.btn-primary:hover {
  background: #7012c8;
}

/* line 4, app/assets/stylesheets/components/_social-btns.scss */
.social-btns {
  font-family: Lato, Arial;
  flex-direction: column;
}

/* line 8, app/assets/stylesheets/components/_social-btns.scss */
.social-btns__list {
  flex-grow: 1;
  width: 100%;
}

/* line 13, app/assets/stylesheets/components/_social-btns.scss */
.social-btns__header {
  display: none;
}

/* line 17, app/assets/stylesheets/components/_social-btns.scss */
.social-btns__elem {
  color: #fff;
  cursor: pointer;
  display: block;
  font-family: Lato, Arial;
  font-size: 14px;
  font-weight: 400;
  margin: 10px 0;
  padding: 15px 30px;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  transition: opacity .4s ease-in;
}

/* line 31, app/assets/stylesheets/components/_social-btns.scss */
.social-btns__elem:hover {
  opacity: .8;
}

/* line 35, app/assets/stylesheets/components/_social-btns.scss */
.social-btns__elem .svg-icon {
  margin-right: 10px;
}

/* line 39, app/assets/stylesheets/components/_social-btns.scss */
.social-btns__elem--facebook {
  background-color: #3a589b;
}

/* line 43, app/assets/stylesheets/components/_social-btns.scss */
.social-btns__elem--linkedin {
  background-color: #007ab9;
}

/* line 47, app/assets/stylesheets/components/_social-btns.scss */
.social-btns__elem--civic {
  background-color: #3ab03e;
}

/* line 53, app/assets/stylesheets/components/_social-btns.scss */
.social-btns .civic {
  background-color: #3ab03e;
  padding-left: 30px;
}

/* line 57, app/assets/stylesheets/components/_social-btns.scss */
.social-btns .civic::before {
  display: none;
}

/* line 61, app/assets/stylesheets/components/_social-btns.scss */
.social-btns .civic img {
  margin-top: 0;
}

/* line 65, app/assets/stylesheets/components/_social-btns.scss */
.social-btns .civic span {
  padding: 0;
  text-align: center;
}

/* line 70, app/assets/stylesheets/components/_social-btns.scss */
.social-btns .civic--pt5 {
  padding-top: 5px;
}

/* line 74, app/assets/stylesheets/components/_social-btns.scss */
.social-btns .civic--pl5 {
  padding-left: 5px;
}

@media all and (min-width: 768px) {
  /* line 81, app/assets/stylesheets/components/_social-btns.scss */
  .social-btns {
    align-items: center;
    display: flex;
    flex-direction: column;
    flex-grow: 0;
    flex-shrink: 0;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin-bottom: 20px;
  }
  /* line 93, app/assets/stylesheets/components/_social-btns.scss */
  .social-btns__header--f30 {
    font-size: 30px;
  }
  /* line 97, app/assets/stylesheets/components/_social-btns.scss */
  .social-btns__header--weight300 {
    font-weight: 300;
  }
  /* line 101, app/assets/stylesheets/components/_social-btns.scss */
  .social-btns__header--mt40 {
    margin-top: 40px;
  }
  /* line 105, app/assets/stylesheets/components/_social-btns.scss */
  .social-btns__header--mb20 {
    margin-bottom: 20px;
  }
  /* line 111, app/assets/stylesheets/components/_social-btns.scss */
  .social-btns .civic {
    padding-left: 30px;
  }
  /* line 115, app/assets/stylesheets/components/_social-btns.scss */
  .social-btns .social-button {
    margin-top: 0;
  }
  /* line 118, app/assets/stylesheets/components/_social-btns.scss */
  .social-btns .social-button--w200 {
    width: 200px;
  }
  /* line 122, app/assets/stylesheets/components/_social-btns.scss */
  .social-btns .social-button--w-max {
    width: 100%;
  }
}

@media all and (min-width: 992px) {
  /* line 132, app/assets/stylesheets/components/_social-btns.scss */
  .social-btns__list {
    display: flex;
    justify-content: flex-start;
  }
  /* line 137, app/assets/stylesheets/components/_social-btns.scss */
  .social-btns__elem {
    font-size: 12px;
    margin: 5px 0;
    width: 33%;
  }
}

@media all and (min-width: 1200px) {
  /* line 147, app/assets/stylesheets/components/_social-btns.scss */
  .social-btns__list {
    flex-direction: column;
  }
  /* line 151, app/assets/stylesheets/components/_social-btns.scss */
  .social-btns__elem {
    padding: 8px 30px;
    width: 100%;
  }
  /* line 156, app/assets/stylesheets/components/_social-btns.scss */
  .social-btns__header {
    display: block;
  }
  /* line 159, app/assets/stylesheets/components/_social-btns.scss */
  .social-btns__header--mt160 {
    margin-top: 160px;
  }
  /* line 163, app/assets/stylesheets/components/_social-btns.scss */
  .social-btns__header--mb20 {
    margin-bottom: 20px;
  }
}

/* line 5, app/assets/stylesheets/components/_spinners.scss */
.loader,
.loader:before,
.loader:after {
  border-radius: 50%;
  width: 2.5em;
  height: 2.5em;
  animation-fill-mode: both;
  animation: load7 1.8s infinite ease-in-out;
}

/* line 16, app/assets/stylesheets/components/_spinners.scss */
.loader {
  color: #560e99;
  font-size: 10px;
  margin: 100px auto;
  position: relative;
  text-indent: -9999em;
  transform: translateZ(0);
  animation-delay: -0.16s;
}

/* line 28, app/assets/stylesheets/components/_spinners.scss */
.loader--small {
  transform: scale(0.5, 0.5);
}

/* line 32, app/assets/stylesheets/components/_spinners.scss */
.loader--vertical-center {
  margin: auto;
}

/* line 36, app/assets/stylesheets/components/_spinners.scss */
.loader:before,
.loader:after {
  content: '';
  position: absolute;
  top: 0;
}

/* line 42, app/assets/stylesheets/components/_spinners.scss */
.loader:before {
  left: -3.5em;
  animation-delay: -0.32s;
}

/* line 47, app/assets/stylesheets/components/_spinners.scss */
.loader:after {
  left: 3.5em;
}

/* line 51, app/assets/stylesheets/components/_spinners.scss */
.loader.small {
  font-size: 5px;
  margin: 13px auto;
}

@keyframes load7 {
  0%,
80%,
100% {
    box-shadow: 0 2.5em 0 -1.3em;
  }
  40% {
    box-shadow: 0 2.5em 0 0;
  }
}

/* line 77, app/assets/stylesheets/components/_spinners.scss */
.lds-ring {
  display: inline-block;
  height: 64px;
  position: relative;
  width: 64px;
}

/* line 83, app/assets/stylesheets/components/_spinners.scss */
.lds-ring-wrapper {
  color: #81109c;
  font-family: Lato, Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
}

/* line 91, app/assets/stylesheets/components/_spinners.scss */
.lds-ring div {
  animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border: 6px solid #81109c;
  border-color: #81109c transparent transparent transparent;
  border-radius: 50%;
  box-sizing: border-box;
  display: block;
  height: 51px;
  margin: 6px;
  position: absolute;
  width: 51px;
}

/* line 103, app/assets/stylesheets/components/_spinners.scss */
.lds-ring div:nth-child(1) {
  animation-delay: -.45s;
}

/* line 107, app/assets/stylesheets/components/_spinners.scss */
.lds-ring div:nth-child(2) {
  animation-delay: -.3s;
}

/* line 111, app/assets/stylesheets/components/_spinners.scss */
.lds-ring div:nth-child(3) {
  animation-delay: -.15s;
}

@keyframes lds-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/* line 6, app/assets/stylesheets/components/_status-info.scss */
.status-info:not(:first-child) {
  margin-top: 20px;
}

/* line 10, app/assets/stylesheets/components/_status-info.scss */
.status-info-label {
  font-weight: 700;
  margin-bottom: 5px;
}

/* line 15, app/assets/stylesheets/components/_status-info.scss */
.status-info-wrapper {
  display: flex;
  flex-direction: column;
  padding-right: 20px;
}

/* line 20, app/assets/stylesheets/components/_status-info.scss */
.status-info-wrapper-upper-10 {
  margin-top: -10px;
}

@media screen and (min-width: 1200px) {
  /* line 15, app/assets/stylesheets/components/_status-info.scss */
  .status-info-wrapper {
    padding-left: 60px;
  }
}

/* line 29, app/assets/stylesheets/components/_status-info.scss */
.status-info-claim-bft {
  margin-left: 0;
  margin-top: 20px;
  text-align: center;
  width: 220px;
}

@media screen and (min-width: 1200px) {
  /* line 29, app/assets/stylesheets/components/_status-info.scss */
  .status-info-claim-bft {
    margin-left: 60px;
  }
}

/* line 39, app/assets/stylesheets/components/_status-info.scss */
.status-info-claim-bft a {
  background: #81109c;
  color: #fff;
  display: block;
  font-size: 14px;
  font-weight: 700;
  height: 100%;
  line-height: normal;
  padding: 10px;
  width: 100%;
}

/* line 52, app/assets/stylesheets/components/_status-info.scss */
.status-info-badge {
  background: #b7b7b7;
  border-radius: 10px;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  margin: 0 5px;
  padding: 2px 8px;
  text-transform: uppercase;
}

/* line 62, app/assets/stylesheets/components/_status-info.scss */
.status-info-badge-unverified, .status-info-badge-uncertified, .status-info-badge-rejected {
  background: #ff6161;
}

/* line 68, app/assets/stylesheets/components/_status-info.scss */
.status-info-badge-pending {
  background: #fdb651;
}

/* line 72, app/assets/stylesheets/components/_status-info.scss */
.status-info-badge-verified, .status-info-badge-certified, .status-info-badge-self-certified {
  background: #63a751;
}

/* line 79, app/assets/stylesheets/components/_status-info.scss */
.status-info-link {
  color: #58b255;
  line-height: 25px;
  padding: 0;
  text-decoration: underline;
  white-space: nowrap;
}

/* line 13, app/assets/stylesheets/components/../shared/_bootstrap.scss */
.btn-primary {
  background: #560e99;
}

/* line 16, app/assets/stylesheets/components/../shared/_bootstrap.scss */
.btn-primary:hover {
  background: #7012c8;
}

/* line 5, app/assets/stylesheets/components/_sticky_menu.css.scss */
.sticky-menu {
  background-color: #fff;
  font-family: Lato, Arial;
  font-size: 14px;
  left: 0;
  position: fixed;
  top: -20px;
  transition: .3s top;
  width: 100%;
  z-index: 5;
}

/* line 16, app/assets/stylesheets/components/_sticky_menu.css.scss */
.sticky-menu__wrapper {
  align-items: center;
  display: flex;
  flex-grow: 1;
  flex-wrap: wrap;
  height: 50px;
}

/* line 24, app/assets/stylesheets/components/_sticky_menu.css.scss */
.sticky-menu__details {
  display: flex;
  flex-grow: 1;
  width: 40%;
}

/* line 30, app/assets/stylesheets/components/_sticky_menu.css.scss */
.sticky-menu__socials {
  display: none;
}

/* line 34, app/assets/stylesheets/components/_sticky_menu.css.scss */
.sticky-menu__sections {
  width: 40%;
}

/* line 38, app/assets/stylesheets/components/_sticky_menu.css.scss */
.sticky-menu__invest {
  width: 20%;
}

/* line 42, app/assets/stylesheets/components/_sticky_menu.css.scss */
.sticky-menu__list {
  position: relative;
}

/* line 46, app/assets/stylesheets/components/_sticky_menu.css.scss */
.sticky-menu__image {
  width: 100%;
}

/* line 50, app/assets/stylesheets/components/_sticky_menu.css.scss */
.sticky-menu__name {
  line-height: 36px;
  overflow: hidden;
  padding: 0 5px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* line 58, app/assets/stylesheets/components/_sticky_menu.css.scss */
.sticky-menu__logo {
  border: 1px solid #bfbfbf;
  border-radius: 50%;
  flex-shrink: 0;
  height: 36px;
  overflow: hidden;
  width: 36px;
}

/* line 67, app/assets/stylesheets/components/_sticky_menu.css.scss */
.sticky-menu__button {
  background: #78a315;
  color: #fff;
  font-size: 10px;
  font-weight: 700;
  padding: 4px 10px;
  text-align: center;
  text-transform: uppercase;
}

/* line 77, app/assets/stylesheets/components/_sticky_menu.css.scss */
.sticky-menu__element {
  cursor: pointer;
  opacity: 0;
  position: absolute;
  top: -1000px;
  transition: top .4s, opacity 1.8s;
  visibility: hidden;
}

/* line 85, app/assets/stylesheets/components/_sticky_menu.css.scss */
.sticky-menu__element--active {
  bottom: 0;
  height: 20px;
  left: 0;
  margin: auto;
  opacity: 1;
  right: 0;
  text-align: center;
  top: 0;
  visibility: visible;
  z-index: 2;
}

/* line 99, app/assets/stylesheets/components/_sticky_menu.css.scss */
.sticky-menu--displayed {
  box-shadow: 1px 1px 4px #bfbfbf;
  top: 65px;
}

@media all and (min-width: 650px) {
  /* line 107, app/assets/stylesheets/components/_sticky_menu.css.scss */
  .sticky-menu {
    font-size: 16px;
  }
  /* line 110, app/assets/stylesheets/components/_sticky_menu.css.scss */
  .sticky-menu__name {
    font-size: 18px;
    padding: 0 10px;
  }
  /* line 115, app/assets/stylesheets/components/_sticky_menu.css.scss */
  .sticky-menu--displayed {
    top: 70px;
  }
  /* line 119, app/assets/stylesheets/components/_sticky_menu.css.scss */
  .sticky-menu__button {
    font-size: 14px;
  }
}

@media all and (min-width: 992px) {
  /* line 127, app/assets/stylesheets/components/_sticky_menu.css.scss */
  .sticky-menu__details {
    width: 25%;
  }
  /* line 131, app/assets/stylesheets/components/_sticky_menu.css.scss */
  .sticky-menu__sections {
    padding-right: 50px;
    width: 50%;
  }
  /* line 136, app/assets/stylesheets/components/_sticky_menu.css.scss */
  .sticky-menu__invest {
    width: 160px;
  }
  /* line 140, app/assets/stylesheets/components/_sticky_menu.css.scss */
  .sticky-menu__list {
    display: flex;
    font-size: 14px;
    justify-content: space-around;
  }
  /* line 146, app/assets/stylesheets/components/_sticky_menu.css.scss */
  .sticky-menu__element {
    color: #b9b9b9;
    font-weight: 700;
    opacity: 1;
    position: relative;
    top: auto;
    visibility: visible;
  }
  /* line 154, app/assets/stylesheets/components/_sticky_menu.css.scss */
  .sticky-menu__element--active {
    color: #2a3552;
    margin: 0;
  }
}

@media all and (min-width: 1200px) {
  /* line 164, app/assets/stylesheets/components/_sticky_menu.css.scss */
  .sticky-menu__wrapper {
    display: flex;
    flex-grow: 1;
    flex-wrap: wrap;
    height: 70px;
  }
  /* line 171, app/assets/stylesheets/components/_sticky_menu.css.scss */
  .sticky-menu__logo {
    height: 45px;
    width: 45px;
  }
  /* line 176, app/assets/stylesheets/components/_sticky_menu.css.scss */
  .sticky-menu__socials {
    display: block;
    flex-shrink: 0;
    height: 17px;
    margin-left: 20px;
  }
  /* line 183, app/assets/stylesheets/components/_sticky_menu.css.scss */
  .sticky-menu__button {
    margin-left: auto;
    margin-right: 0;
    padding: 6px 10px;
    width: 160px;
  }
  /* line 190, app/assets/stylesheets/components/_sticky_menu.css.scss */
  .sticky-menu__details {
    align-items: center;
    width: 33%;
  }
  /* line 195, app/assets/stylesheets/components/_sticky_menu.css.scss */
  .sticky-menu__sections {
    padding-right: 0;
    width: 50%;
  }
  /* line 200, app/assets/stylesheets/components/_sticky_menu.css.scss */
  .sticky-menu__invest {
    width: 17%;
  }
}

/* line 13, app/assets/stylesheets/components/../shared/_bootstrap.scss */
.btn-primary {
  background: #560e99;
}

/* line 16, app/assets/stylesheets/components/../shared/_bootstrap.scss */
.btn-primary:hover {
  background: #7012c8;
}

/* line 6, app/assets/stylesheets/components/_svg-icon.scss */
.svg-icon {
  display: inline-block;
  fill: #fff;
  height: 25px;
  stroke: #fff;
  width: 25px;
}

/* line 13, app/assets/stylesheets/components/_svg-icon.scss */
.svg-icon svg * {
  transition: all .5s;
}

/* line 19, app/assets/stylesheets/components/_svg-icon.scss */
.svg-icon--absolute {
  position: absolute;
  z-index: 2;
}

/* line 24, app/assets/stylesheets/components/_svg-icon.scss */
.svg-icon__circle {
  border: 1px solid transparent;
  border-radius: 50%;
  margin: auto;
}

/* line 29, app/assets/stylesheets/components/_svg-icon.scss */
.svg-icon__circle--w100 {
  width: 100px;
}

/* line 33, app/assets/stylesheets/components/_svg-icon.scss */
.svg-icon__circle--violet {
  box-shadow: 0px 0px 23px #f2eaf5;
}

/* line 38, app/assets/stylesheets/components/_svg-icon.scss */
.svg-icon--center-left {
  bottom: 0;
  left: 25px;
  margin: auto;
  right: auto;
  top: 0;
}

/* line 46, app/assets/stylesheets/components/_svg-icon.scss */
.svg-icon--left15 {
  left: 15px;
}

/* line 50, app/assets/stylesheets/components/_svg-icon.scss */
.svg-icon--header {
  display: none;
  height: 42px;
  width: 42px;
}

/* line 56, app/assets/stylesheets/components/_svg-icon.scss */
.svg-icon--size20 {
  height: 20px;
  width: 20px;
}

/* line 61, app/assets/stylesheets/components/_svg-icon.scss */
.svg-icon--size25 {
  height: 25px;
  width: 25px;
}

/* line 66, app/assets/stylesheets/components/_svg-icon.scss */
.svg-icon--size30 {
  height: 30px;
  width: 30px;
}

/* line 71, app/assets/stylesheets/components/_svg-icon.scss */
.svg-icon--size50 {
  height: 50px;
  width: 50px;
}

/* line 76, app/assets/stylesheets/components/_svg-icon.scss */
.svg-icon--size70 {
  height: 70px;
  width: 70px;
}

/* line 81, app/assets/stylesheets/components/_svg-icon.scss */
.svg-icon--size80 {
  height: 80px;
  width: 80px;
}

/* line 86, app/assets/stylesheets/components/_svg-icon.scss */
.svg-icon--size200 {
  height: 200px;
  width: 200px;
}

/* line 91, app/assets/stylesheets/components/_svg-icon.scss */
.svg-icon--violet {
  fill: #81109c;
  stroke: #81109c;
}

/* line 96, app/assets/stylesheets/components/_svg-icon.scss */
.svg-icon--gray {
  fill: #838383;
  stroke: #838383;
}

/* line 101, app/assets/stylesheets/components/_svg-icon.scss */
.svg-icon--white {
  fill: #fff;
}

/* line 105, app/assets/stylesheets/components/_svg-icon.scss */
.svg-icon--green {
  fill: #78a315;
  stroke: #78a315;
}

/* line 110, app/assets/stylesheets/components/_svg-icon.scss */
.svg-icon--yellow {
  fill: #fcd484;
  stroke: #fcd484;
}

/* line 115, app/assets/stylesheets/components/_svg-icon.scss */
.svg-icon--purple {
  fill: #560e99;
  stroke: #560e99;
}

/* line 120, app/assets/stylesheets/components/_svg-icon.scss */
.svg-icon--red {
  fill: #b72720;
  stroke: #b72720;
}

/* line 125, app/assets/stylesheets/components/_svg-icon.scss */
.svg-icon--rotate45 {
  transform: rotate(45deg);
}

/* line 129, app/assets/stylesheets/components/_svg-icon.scss */
.svg-icon--stroke8 {
  stroke-width: 8px;
}

/* line 133, app/assets/stylesheets/components/_svg-icon.scss */
.svg-icon--stroke5 {
  stroke-width: 5px;
}

/* line 137, app/assets/stylesheets/components/_svg-icon.scss */
.svg-icon--stroke4 {
  stroke-width: 4px;
}

/* line 141, app/assets/stylesheets/components/_svg-icon.scss */
.svg-icon--m-r-5 {
  margin-right: 5px;
}

@media all and (min-width: 992px) {
  /* line 148, app/assets/stylesheets/components/_svg-icon.scss */
  .svg-icon--header {
    display: inline-block;
  }
}

/* line 4, app/assets/stylesheets/components/_switch-box.scss */
.switch-box {
  display: inline-block;
  margin-top: 14px;
}

/* line 10, app/assets/stylesheets/components/_switch-box.scss */
.switch-box .checkbox-input {
  display: none;
}

/* line 13, app/assets/stylesheets/components/_switch-box.scss */
.switch-box .checkbox-input + .checkbox-label {
  background: #f2f2f2;
  border: 2px solid #dadada;
  border-radius: 10px;
  cursor: pointer;
  font-weight: 100;
  height: 24px;
  margin-top: 0;
  position: relative;
  width: 80px;
}

/* line 24, app/assets/stylesheets/components/_switch-box.scss */
.switch-box .checkbox-input + .checkbox-label::before {
  background: #fff;
  border-radius: 50%;
  bottom: 2px;
  box-shadow: 1px 1px 12px #e0cde5;
  color: #fff;
  content: ' ';
  font-family: "Lato", Arial;
  font-size: 15px;
  height: 16px;
  left: 2px;
  padding-top: 5px;
  position: absolute;
  text-align: center;
  top: 2px;
  transition: .5s;
  width: 16px;
}

/* line 46, app/assets/stylesheets/components/_switch-box.scss */
.switch-box .checkbox-input:checked + .checkbox-label {
  background: #321895;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #321895 0%, #6c1a98 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$leftColor', endColorstr='$rightColor',GradientType=1 );
  /* IE6-9 */
}

/* line 52, app/assets/stylesheets/components/_switch-box.scss */
.switch-box .checkbox-input:checked + .checkbox-label::before {
  background: #fff;
  border-radius: 50%;
  color: #fff;
  content: '';
  height: 16px;
  left: 76%;
  width: 16px;
}

/* line 7, app/assets/stylesheets/components/_table-row-info.scss */
.transaction__amount {
  min-width: 80px;
}

/* line 11, app/assets/stylesheets/components/_table-row-info.scss */
.transaction__dividend-zero-info {
  color: #81109c;
  cursor: pointer;
  display: inline-block;
  margin: 0;
  padding: 5px;
  text-align: center;
  font-family: Lato;
  font-weight: 400;
  font-size: 14px;
  position: relative;
}

/* line 23, app/assets/stylesheets/components/_table-row-info.scss */
.transaction__dividend-zero-info::before {
  content: 'i';
  position: absolute;
  width: 22px;
  height: 22px;
  border: 1px solid #81109c;
  border-radius: 50%;
  top: -5px;
}

/* line 33, app/assets/stylesheets/components/_table-row-info.scss */
.transaction__dividend-zero-info--active::after {
  background: #81109c;
  bottom: auto;
  content: '';
  height: 10px;
  left: 11px;
  margin: auto;
  position: absolute;
  top: 20px;
  transform: rotate(45deg);
  width: 10px;
}

/* line 47, app/assets/stylesheets/components/_table-row-info.scss */
.transaction__row-extended {
  height: 110px;
  position: relative;
  vertical-align: top;
}

/* line 53, app/assets/stylesheets/components/_table-row-info.scss */
.transaction__message {
  background: #81109c;
  color: #fff;
  display: none;
  font-size: 12px;
  left: 0;
  margin: 10px;
  padding: 5px;
  position: absolute;
  text-align: center;
  width: calc(100% - 20px);
  z-index: 999;
}

/* line 66, app/assets/stylesheets/components/_table-row-info.scss */
.transaction__message p {
  color: #fff;
  margin: 0;
}

@media screen and (min-width: 768px) {
  /* line 76, app/assets/stylesheets/components/_table-row-info.scss */
  .transaction__row-extended {
    height: 80px;
  }
  /* line 80, app/assets/stylesheets/components/_table-row-info.scss */
  .transaction__amount {
    position: relative;
  }
  /* line 84, app/assets/stylesheets/components/_table-row-info.scss */
  .transaction__dividend-zero-info::after {
    display: none;
  }
  /* line 88, app/assets/stylesheets/components/_table-row-info.scss */
  .transaction__message {
    left: 80px;
    padding: 10px;
    text-align: left;
    top: -20px;
    width: 240px;
  }
  /* line 95, app/assets/stylesheets/components/_table-row-info.scss */
  .transaction__message::before {
    background: #81109c;
    bottom: auto;
    content: '';
    height: 10px;
    left: -5px;
    margin: auto;
    position: absolute;
    top: 25px;
    transform: rotate(45deg);
    width: 10px;
  }
}

/* line 13, app/assets/stylesheets/components/../shared/_bootstrap.scss */
.btn-primary {
  background: #560e99;
}

/* line 16, app/assets/stylesheets/components/../shared/_bootstrap.scss */
.btn-primary:hover {
  background: #7012c8;
}

/* line 4, app/assets/stylesheets/components/_table.scss */
.table-component {
  overflow-x: auto;
}

/* line 8, app/assets/stylesheets/components/_table.scss */
.table-component__table {
  font-size: 12px;
  position: relative;
  width: 100%;
}

/* line 14, app/assets/stylesheets/components/_table.scss */
.table-component__body-row:nth-child(even) {
  background-color: #f9f3fa;
}

/* line 18, app/assets/stylesheets/components/_table.scss */
.table-component--fit-to-container {
  margin: -20px -10px 0;
}

/* line 22, app/assets/stylesheets/components/_table.scss */
.table-component__toggle-details {
  color: #81109c;
  display: block;
}

/* line 27, app/assets/stylesheets/components/_table.scss */
.table-component__cell {
  color: #838383;
  padding: 10px;
  word-break: break-word;
}

/* line 32, app/assets/stylesheets/components/_table.scss */
.table-component__cell--link {
  color: #838383;
}

/* line 36, app/assets/stylesheets/components/_table.scss */
.table-component__cell--link:hover {
  color: #838383;
  opacity: .9;
}

/* line 41, app/assets/stylesheets/components/_table.scss */
.table-component__cell.red {
  color: #b72720;
}

/* line 45, app/assets/stylesheets/components/_table.scss */
.table-component__cell.paid {
  color: #78a315;
}

/* line 50, app/assets/stylesheets/components/_table.scss */
.table-component__header {
  color: #838383;
  font-size: 14px;
  padding: 10px 20px;
}

/* line 56, app/assets/stylesheets/components/_table.scss */
.table-component__header-row {
  background-color: #bfbfbf;
}

/* line 60, app/assets/stylesheets/components/_table.scss */
.table-component__subtable {
  font-size: 12px;
  margin: auto;
  table-layout: fixed;
  width: 90%;
}

/* line 67, app/assets/stylesheets/components/_table.scss */
.table-component__container-column {
  display: none;
  padding: 10px 0;
}

/* line 72, app/assets/stylesheets/components/_table.scss */
.table-component__pagination {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 15px 0;
}

/* line 78, app/assets/stylesheets/components/_table.scss */
.table-component__pagination a,
.table-component__pagination .current {
  color: #838383;
  padding: 0 5px;
}

/* line 84, app/assets/stylesheets/components/_table.scss */
.table-component__pagination .current {
  color: #81109c;
  font-weight: 700;
}

@media all and (min-width: 768px) {
  /* line 95, app/assets/stylesheets/components/_table.scss */
  .table-component {
    overflow-x: visible;
  }
  /* line 98, app/assets/stylesheets/components/_table.scss */
  .table-component__table {
    font-size: 14px;
    table-layout: fixed;
  }
  /* line 103, app/assets/stylesheets/components/_table.scss */
  .table-component__cell--hint {
    position: relative;
  }
}

/* line 3, app/assets/stylesheets/components/_tabs.scss */
.tabs {
  font-family: Lato, Arial;
}

/* line 7, app/assets/stylesheets/components/_tabs.scss */
.tab {
  border-bottom: 1px solid #bfbfbf;
}

/* line 10, app/assets/stylesheets/components/_tabs.scss */
.tab--active {
  border-bottom: 3px solid #81109c;
}

/* line 13, app/assets/stylesheets/components/_tabs.scss */
.tab--active a {
  color: #81109c;
  font-weight: 700;
}

/* line 19, app/assets/stylesheets/components/_tabs.scss */
.tab--disabled a {
  color: #bfbfbf;
  pointer-events: none;
}

/* line 24, app/assets/stylesheets/components/_tabs.scss */
.tab__link {
  border: 0;
  font-size: 20px;
}

/* line 6, app/assets/stylesheets/components/_two-fa-login.scss */
.two-fa-login {
  font-family: Lato, Arial;
  font-weight: 400;
}

/* line 12, app/assets/stylesheets/components/_two-fa-login.scss */
.two-fa-login--column {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

/* line 18, app/assets/stylesheets/components/_two-fa-login.scss */
.two-fa-login--text-center {
  text-align: center;
}

/* line 22, app/assets/stylesheets/components/_two-fa-login.scss */
.two-fa-login__welcome-text {
  color: #666;
  font-size: 18px;
  font-weight: 700;
}

/* line 28, app/assets/stylesheets/components/_two-fa-login.scss */
.two-fa-login__verify-text {
  font-size: 16px;
  margin: 5px 0;
}

/* line 33, app/assets/stylesheets/components/_two-fa-login.scss */
.two-fa-login__switch-link {
  align-items: center;
  color: #560e99;
  display: flex;
  font-size: 14px;
  justify-content: center;
}

/* line 41, app/assets/stylesheets/components/_two-fa-login.scss */
.two-fa-login__help-box {
  color: #666;
  font-family: Lato, Arial;
  font-size: 16px;
  line-height: 25px;
  padding: 40px 20px;
  text-align: center;
}

/* line 49, app/assets/stylesheets/components/_two-fa-login.scss */
.two-fa-login__help-box--bg-gray {
  background-color: #f1efef;
}

/* line 54, app/assets/stylesheets/components/_two-fa-login.scss */
.two-fa-login__outer-link {
  color: #560e99;
  display: block;
  font-weight: 700;
  margin-top: 5px;
  text-decoration: underline;
}

/* line 13, app/assets/stylesheets/components/../shared/_bootstrap.scss */
.btn-primary {
  background: #560e99;
}

/* line 16, app/assets/stylesheets/components/../shared/_bootstrap.scss */
.btn-primary:hover {
  background: #7012c8;
}

/* line 4, app/assets/stylesheets/components/_verification-status-bar.scss */
.verification-status-bar {
  align-items: center;
  border-bottom: 1px solid #e8e8e8;
  display: flex;
  font-family: Lato, Arial;
  flex-wrap: wrap;
  font-size: 16px;
  justify-content: center;
  margin: 10px auto;
  margin-top: -20px;
  padding: 20px;
  text-align: center;
  width: 100%;
}

/* line 18, app/assets/stylesheets/components/_verification-status-bar.scss */
.verification-status-bar__container {
  margin-left: -10px;
  margin-right: -10px;
}

/* line 22, app/assets/stylesheets/components/_verification-status-bar.scss */
.verification-status-bar__container--white {
  background: #fff;
}

/* line 27, app/assets/stylesheets/components/_verification-status-bar.scss */
.verification-status-bar__status-header {
  color: #2a3552;
  font-weight: 700;
  text-transform: uppercase;
}

/* line 33, app/assets/stylesheets/components/_verification-status-bar.scss */
.verification-status-bar__status-text {
  display: flex;
  font-weight: 700;
  margin: 0 5px;
  text-transform: uppercase;
}

/* line 40, app/assets/stylesheets/components/_verification-status-bar.scss */
.verification-status-bar__status-text--green, .verification-status-bar__status-text--fully_verified, .verification-status-bar__status-text--verified, .verification-status-bar__status-text--certified {
  color: #78a315;
}

/* line 47, app/assets/stylesheets/components/_verification-status-bar.scss */
.verification-status-bar__status-text--yellow, .verification-status-bar__status-text--part_verified, .verification-status-bar__status-text--awaiting_certification, .verification-status-bar__status-text--awaiting_verification {
  color: #fcd484;
}

/* line 54, app/assets/stylesheets/components/_verification-status-bar.scss */
.verification-status-bar__status-text--gray, .verification-status-bar__status-text--unverified, .verification-status-bar__status-text--incomplete, .verification-status-bar__status-text--self_certified {
  color: #838383;
}

/* line 61, app/assets/stylesheets/components/_verification-status-bar.scss */
.verification-status-bar__status-text--rejected_certification, .verification-status-bar__status-text--uncertified {
  color: #b72720;
}

/* line 66, app/assets/stylesheets/components/_verification-status-bar.scss */
.verification-status-bar__status-text--white {
  color: #fff;
  margin: 0;
}

/* line 72, app/assets/stylesheets/components/_verification-status-bar.scss */
.verification-status-bar__status-desc {
  background: #81109c;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  left: -185px;
  letter-spacing: .5px;
  line-height: 24px;
  margin: auto;
  opacity: 0;
  padding: 10px;
  position: absolute;
  right: 0;
  text-align: left;
  text-transform: none;
  top: 20px;
  transition: all .3s ease;
  visibility: hidden;
  width: 260px;
  z-index: 2;
}

/* line 93, app/assets/stylesheets/components/_verification-status-bar.scss */
.verification-status-bar__status-desc--center {
  top: 30px;
  z-index: 9;
}

/* line 98, app/assets/stylesheets/components/_verification-status-bar.scss */
.verification-status-bar__status-desc--bottom {
  z-index: 9;
}

/* line 102, app/assets/stylesheets/components/_verification-status-bar.scss */
.verification-status-bar__status-desc p {
  color: #fff;
  margin: 0;
}

/* line 107, app/assets/stylesheets/components/_verification-status-bar.scss */
.verification-status-bar__status-desc strong {
  display: block;
  text-transform: capitalize;
}

/* line 112, app/assets/stylesheets/components/_verification-status-bar.scss */
.verification-status-bar__status-desc::before {
  background: #81109c;
  bottom: auto;
  content: '';
  height: 10px;
  left: auto;
  margin: auto;
  position: absolute;
  right: 55px;
  top: -5px;
  transform: rotate(45deg);
  width: 10px;
}

/* line 127, app/assets/stylesheets/components/_verification-status-bar.scss */
.verification-status-bar__info-icon {
  cursor: pointer;
  position: relative;
}

/* line 131, app/assets/stylesheets/components/_verification-status-bar.scss */
.verification-status-bar__info-icon:hover .verification-status-bar__status-desc {
  opacity: 1;
  visibility: visible;
}

/* line 136, app/assets/stylesheets/components/_verification-status-bar.scss */
.verification-status-bar__info-icon::before {
  bottom: 0;
  color: #81109c;
  content: 'i';
  height: 20px;
  line-height: 20px;
  margin: auto;
  position: absolute;
  right: -25px;
  text-transform: lowercase;
  top: 0;
  width: 20px;
}

/* line 150, app/assets/stylesheets/components/_verification-status-bar.scss */
.verification-status-bar__info-icon::after {
  border: 1px solid #81109c;
  border-radius: 50%;
  bottom: 0;
  content: '';
  height: 20px;
  margin: auto;
  position: absolute;
  right: -25px;
  text-transform: lowercase;
  top: 0;
  width: 20px;
}

/* line 165, app/assets/stylesheets/components/_verification-status-bar.scss */
.verification-status-bar__info-icon--white::before {
  color: #fff;
  content: '?';
}

/* line 170, app/assets/stylesheets/components/_verification-status-bar.scss */
.verification-status-bar__info-icon--white::after {
  border: 1px solid #fff;
}

@media (min-width: 1200px) {
  /* line 179, app/assets/stylesheets/components/_verification-status-bar.scss */
  .verification-status-bar__status-desc {
    bottom: auto;
    left: auto;
    right: -207px;
    top: -70px;
    width: 170px;
  }
  /* line 186, app/assets/stylesheets/components/_verification-status-bar.scss */
  .verification-status-bar__status-desc--center {
    top: -40px;
  }
  /* line 190, app/assets/stylesheets/components/_verification-status-bar.scss */
  .verification-status-bar__status-desc::before {
    bottom: auto;
    left: -5px;
    top: 65px;
    right: auto;
    width: 12px;
  }
  /* line 198, app/assets/stylesheets/components/_verification-status-bar.scss */
  .verification-status-bar__status-desc--center::before {
    bottom: 0;
    top: 0;
  }
  /* line 203, app/assets/stylesheets/components/_verification-status-bar.scss */
  .verification-status-bar__status-desc--bottom {
    bottom: auto;
    left: auto;
    right: -90px;
    top: 30px;
  }
  /* line 210, app/assets/stylesheets/components/_verification-status-bar.scss */
  .verification-status-bar__status-desc--bottom::before {
    bottom: auto;
    top: -4px;
    left: 90px;
  }
}

/*Constants and Mixins*/
/* line 3, app/assets/stylesheets/components/company-box.css.scss */
.company-box {
  background-color: #ffffff;
  border: 1px solid #e8e8e8;
  margin-bottom: 20px;
}

/* line 8, app/assets/stylesheets/components/company-box.css.scss */
.company-box__info-container {
  padding: 20px;
  position: relative;
}

/* line 13, app/assets/stylesheets/components/company-box.css.scss */
.company-box__avatar {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  height: 170px;
}

/* line 21, app/assets/stylesheets/components/company-box.css.scss */
.company-box__cta {
  background-color: #132041;
  color: #ffffff;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  width: 100%;
}

/* line 30, app/assets/stylesheets/components/company-box.css.scss */
.company-box__icon {
  align-items: center;
  color: #ffffff;
  display: flex;
  font-size: 14px;
  line-height: 42px;
  padding: 0 10px;
  text-transform: uppercase;
}

/* line 39, app/assets/stylesheets/components/company-box.css.scss */
.company-box__icon:hover, .company-box__icon:focus {
  background-color: #81109c;
  color: #ffffff;
  opacity: .9;
}

/* line 46, app/assets/stylesheets/components/company-box.css.scss */
.company-box__icon .svg-icon {
  margin-right: 5px;
}

/* line 50, app/assets/stylesheets/components/company-box.css.scss */
.company-box__icon--apply-for-finance {
  padding-left: 40px;
  position: relative;
}

/* line 55, app/assets/stylesheets/components/company-box.css.scss */
.company-box__icon--apply-for-finance::before {
  background-image: url(/assets/sprites/profile-sprites-02bbc1166856a2df77112383ba4cbb53dbd944502b55ed56480d7c0a4c4736d9.png);
  background-position: -1131px -40px;
  bottom: 0;
  content: '';
  height: 30px;
  left: 0;
  position: absolute;
  right: auto;
  top: 0;
  width: 40px;
}

/* line 72, app/assets/stylesheets/components/company-box.css.scss */
.company-box__image {
  width: 100%;
}

/* line 76, app/assets/stylesheets/components/company-box.css.scss */
.company-box__title {
  color: #737886;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
}

/* line 83, app/assets/stylesheets/components/company-box.css.scss */
.company-box__owner {
  color: #bfbfbf;
  font-size: 14px;
  font-weight: 700;
}

/* line 89, app/assets/stylesheets/components/company-box.css.scss */
.company-box__description {
  color: #bfbfbf;
  font-size: 14px;
  line-height: 16px;
}

/* line 95, app/assets/stylesheets/components/company-box.css.scss */
.company-box__stats-element {
  padding: 5px 10px;
  text-align: center;
}

/* line 100, app/assets/stylesheets/components/company-box.css.scss */
.company-box__stats {
  border-top: 1px solid #e8e8e8;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  padding: 20px;
}

/* line 108, app/assets/stylesheets/components/company-box.css.scss */
.company-box__stats-label {
  color: #bfbfbf;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}

/* line 115, app/assets/stylesheets/components/company-box.css.scss */
.company-box__stats-value {
  color: #81109c;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}

/* line 122, app/assets/stylesheets/components/company-box.css.scss */
.company-box__info {
  overflow: hidden;
  padding-right: 40px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

@media (min-width: 768px) {
  /* line 131, app/assets/stylesheets/components/company-box.css.scss */
  .company-box {
    display: flex;
    flex-wrap: wrap;
  }
  /* line 135, app/assets/stylesheets/components/company-box.css.scss */
  .company-box__avatar {
    background-size: cover;
    flex-shrink: 0;
    height: 130px;
    width: 25%;
  }
  /* line 141, app/assets/stylesheets/components/company-box.css.scss */
  .company-box__avatar--default {
    background-size: 60%;
  }
  /* line 146, app/assets/stylesheets/components/company-box.css.scss */
  .company-box__description {
    margin-top: 10px;
  }
  /* line 150, app/assets/stylesheets/components/company-box.css.scss */
  .company-box__info-container {
    flex-shrink: 0;
    width: 75%;
  }
  /* line 155, app/assets/stylesheets/components/company-box.css.scss */
  .company-box__stats {
    justify-content: flex-start;
    padding: 10px;
    width: 100%;
  }
  /* line 161, app/assets/stylesheets/components/company-box.css.scss */
  .company-box__stats-value {
    text-align: left;
  }
}

/* line 4, app/assets/stylesheets/components/empty_content_info.css.scss */
.empty-content-info {
  color: #838383;
  display: block;
  font-family: 'Lato', Arial;
  font-size: 17px;
  margin: 20px 0;
  text-align: center;
}

/* line 12, app/assets/stylesheets/components/empty_content_info.css.scss */
.empty-content-info__icon.fa {
  display: block;
  font-size: 50px;
  margin-bottom: 10px;
}

/* line 18, app/assets/stylesheets/components/empty_content_info.css.scss */
.empty-content-info__text {
  color: #81109c;
}

/* line 15, app/assets/stylesheets/privates/companies.css.scss */
.companies {
  background: #f6f6f6;
  font-family: Lato,Helvetica,Arial,sans-serif;
  font-size: 13px;
  padding-bottom: 10px;
}

/* line 21, app/assets/stylesheets/privates/companies.css.scss */
.companies div[class^='AppStyle__company-content'] {
  font-size: 16px;
}

/* line 25, app/assets/stylesheets/privates/companies.css.scss */
.companies .general-inputs__radio .selected {
  color: #81109c;
}

/* line 29, app/assets/stylesheets/privates/companies.css.scss */
.companies .general-inputs__radio .selected::after {
  height: 16px;
  left: 3px;
  width: 16px;
}

/* line 36, app/assets/stylesheets/privates/companies.css.scss */
.companies .general-inputs__radio label {
  font-size: 18px;
}

/* line 40, app/assets/stylesheets/privates/companies.css.scss */
.companies .general-inputs .popup-hint-text {
  font-size: 14px;
  text-transform: uppercase;
}

/* line 45, app/assets/stylesheets/privates/companies.css.scss */
.companies .general-inputs .select2-search__field {
  padding: 0 !important;
}

/* line 48, app/assets/stylesheets/privates/companies.css.scss */
.companies .general-inputs .select2-search__field:focus {
  border: none !important;
}

/* line 53, app/assets/stylesheets/privates/companies.css.scss */
.companies .general-inputs .select2-container {
  padding: 5px 0;
}

/* line 55, app/assets/stylesheets/privates/companies.css.scss */
.companies .general-inputs .select2-container .select2-selection {
  border: 0;
}

/* line 62, app/assets/stylesheets/privates/companies.css.scss */
.search-profiles {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}

/* line 69, app/assets/stylesheets/privates/companies.css.scss */
.search-profiles ul.token-input-list-custom li {
  font-size: 16px;
  height: 40px;
  line-height: 40px;
}

/* line 74, app/assets/stylesheets/privates/companies.css.scss */
.search-profiles ul.token-input-list-custom li img {
  height: 40px;
}

/* line 78, app/assets/stylesheets/privates/companies.css.scss */
.search-profiles ul.token-input-list-custom li p span {
  top: 0;
}

/* line 82, app/assets/stylesheets/privates/companies.css.scss */
.search-profiles ul.token-input-list-custom li input {
  font-size: 18px;
  padding: 20px;
  width: 100% !important;
}

/* line 89, app/assets/stylesheets/privates/companies.css.scss */
.search-profiles #token-input-team-members {
  margin-top: -20px;
  z-index: -1;
}

/* line 94, app/assets/stylesheets/privates/companies.css.scss */
.search-profiles #team-invite {
  visibility: visible;
  opacity: 1;
  transition: opacity 500ms linear, visibility 0s linear 500ms;
}

/* line 96, app/assets/stylesheets/privates/companies.css.scss */
.search-profiles #team-invite.notvisible {
  visibility: hidden;
  opacity: 0;
  transition: opacity 500ms linear, visibility 0s linear 500ms;
}

/* line 101, app/assets/stylesheets/privates/companies.css.scss */
.search-profiles .button--green-outline {
  background-color: transparent !important;
  border: 3px solid #48ab44;
  color: #48ab44;
  font-size: 16px;
  padding: 20px;
}

/* line 109, app/assets/stylesheets/privates/companies.css.scss */
.search-profiles .button--green-outline:hover {
  box-shadow: none;
}

/* line 114, app/assets/stylesheets/privates/companies.css.scss */
.search-profiles__label {
  color: #838383;
  width: 20%;
}

/* line 119, app/assets/stylesheets/privates/companies.css.scss */
.search-profiles .token-input-list-custom {
  padding: 10px;
  width: 80%;
  z-index: 2;
}

/* line 126, app/assets/stylesheets/privates/companies.css.scss */
.apply-link {
  background-color: #48ab44;
  color: #ffffff;
  display: block;
  margin: 0 -10px;
  margin-bottom: -20px;
  padding: 10px;
  text-align: center;
}

/* line 135, app/assets/stylesheets/privates/companies.css.scss */
.apply-link:hover {
  color: #ffffff;
}

/* line 141, app/assets/stylesheets/privates/companies.css.scss */
#imageUploader input {
  border: 1px solid #bfbfbf;
  height: 55px;
  margin-bottom: 0;
}
