/* 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/shared/_bootstrap.scss */
.btn-primary {
  background: #560e99;
}

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

/* line 10, app/assets/stylesheets/shame.css.scss */
.document-preview h1 {
  font-size: 1.4em !important;
  font-weight: 700 !important;
}

/* line 21, app/assets/stylesheets/shame.css.scss */
#skeuocard input {
  font-size: 12px;
}

/* line 24, app/assets/stylesheets/shame.css.scss */
#skeuocard input.group6 {
  width: 4.6em;
}

/* line 28, app/assets/stylesheets/shame.css.scss */
#skeuocard input.group5 {
  width: 3.8em;
}

/* line 32, app/assets/stylesheets/shame.css.scss */
#skeuocard input.group4 {
  width: 3.2em;
}

/* line 36, app/assets/stylesheets/shame.css.scss */
#skeuocard input.group2 {
  width: 2em;
}

/* line 42, app/assets/stylesheets/shame.css.scss */
.arial {
  font-family: Arial !important;
}

/* line 50, app/assets/stylesheets/shame.css.scss */
#investor_kyc_form .field-with-error {
  height: 29px;
}

/* line 54, app/assets/stylesheets/shame.css.scss */
#investor_kyc_form .popup-hint-text {
  line-height: 30px;
  text-indent: 10px;
}

/* line 59, app/assets/stylesheets/shame.css.scss */
#investor_kyc_form input:not([type="submit"]):invalid::-moz-placeholder {
  font-size: 11px;
  line-height: 14px;
}
#investor_kyc_form input:not([type="submit"]):invalid::placeholder {
  font-size: 11px;
  line-height: 14px;
}

/* line 79, app/assets/stylesheets/shame.css.scss */
.tab__link {
  border: none !important;
}

/* line 83, app/assets/stylesheets/shame.css.scss */
.after-submit input:not([type='submit']):invalid, .after-submit textarea:invalid {
  border: 1px solid #b72720 !important;
}

/* line 87, app/assets/stylesheets/shame.css.scss */
.general-inputs__submit:disabled {
  background: #838383 !important;
}

/* line 91, app/assets/stylesheets/shame.css.scss */
.pitch-page-stats__submit-btn .action {
  font-size: 16px !important;
  font-weight: 400 !important;
  margin: 0 !important;
}

/* line 97, app/assets/stylesheets/shame.css.scss */
.media__btn {
  color: #fff !important;
}

/* line 101, app/assets/stylesheets/shame.css.scss */
.m-0-auto {
  margin: 0 auto !important;
}

/* line 105, app/assets/stylesheets/shame.css.scss */
.link--violet {
  color: #81109c !important;
}

/* line 108, app/assets/stylesheets/shame.css.scss */
.general__button__style--center {
  float: none !important;
}

/* line 111, app/assets/stylesheets/shame.css.scss */
.social-btns__elem,
.button.add_custom_description_fields,
.remove_fields {
  color: #fff !important;
}

/* line 117, app/assets/stylesheets/shame.css.scss */
.search-profiles .button--green-outline {
  background-color: transparent !important;
  border: 3px solid #78a315 !important;
  color: #78a315 !important;
  font-size: 16px !important;
  padding: 20px !important;
}

/* line 125, app/assets/stylesheets/shame.css.scss */
.button--complete-details {
  margin: 0 !important;
  margin-left: -20px !important;
  width: 110% !important;
}

/* line 131, app/assets/stylesheets/shame.css.scss */
.general-inputs__submit {
  background-color: #48ab44 !important;
  border: 0 !important;
  border-radius: 0 !important;
  color: #fff !important;
  font-family: Lato, Arial !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  padding: 15px 10px !important;
}

/* line 141, app/assets/stylesheets/shame.css.scss */
.general-inputs__submit--purple {
  background-color: #560e99 !important;
}

/* line 145, app/assets/stylesheets/shame.css.scss */
.general-inputs__submit--blue {
  background-color: #2a3552 !important;
}

/* line 150, app/assets/stylesheets/shame.css.scss */
.general-inputs {
  font-family: Lato, Arial !important;
  margin-top: 0 !important;
  padding: 0 !important;
}

/* line 156, app/assets/stylesheets/shame.css.scss */
.general-inputs input,
.general-inputs textarea {
  font-size: 16px !important;
  margin: 0 !important;
  margin-bottom: 0 !important;
  padding: 10px !important;
}

/* line 164, app/assets/stylesheets/shame.css.scss */
.general-inputs__email,
.general-inputs__password,
.general-inputs__text,
.general-inputs__fake-select,
.general-inputs__textarea {
  -webkit-appearance: none !important;
  border: 1px solid #e6e6e6 !important;
  font-family: Lato, Arial !important;
  width: 100% !important;
}

/* line 175, app/assets/stylesheets/shame.css.scss */
.general-inputs input:active,
.general-inputs input:focus,
.general-inputs textarea:active,
.general-inputs textarea:focus {
  border: 1px solid #81109c !important;
  box-shadow: none !important;
  color: #81109c !important;
}

/* line 184, app/assets/stylesheets/shame.css.scss */
.section__link--purple {
  color: #560e99 !important;
}

/* line 188, app/assets/stylesheets/shame.css.scss */
.section__buttons.section__buttons--white a {
  color: #fff !important;
}

/* line 192, app/assets/stylesheets/shame.css.scss */
.general-inputs .field-with-error .general-inputs__text:focus {
  box-shadow: none !important;
}

/* line 196, app/assets/stylesheets/shame.css.scss */
.field-with-error .general-inputs__text {
  position: relative !important;
}

/* line 200, app/assets/stylesheets/shame.css.scss */
.two-fa-login__switch-link,
.two-fa-login__outer-link {
  color: #81109c !important;
}

/* line 205, app/assets/stylesheets/shame.css.scss */
.join-form__switch-form-link {
  color: #81109c !important;
}

/* line 209, app/assets/stylesheets/shame.css.scss */
.access-denied__content--purple-links a {
  color: #81109c !important;
}

/* line 213, app/assets/stylesheets/shame.css.scss */
.pitch-compose__tab--active a {
  color: #81109c !important;
}

@media screen and (min-width: 992px) {
  /* line 217, app/assets/stylesheets/shame.css.scss */
  .pitch-compose__tab:not(.pitch-compose__tab--active) a {
    color: #9d9d9d !important;
  }
}

/* line 223, app/assets/stylesheets/shame.css.scss */
.links--white {
  color: #fff !important;
}

/* line 229, app/assets/stylesheets/shame.css.scss */
.line-height26 {
  line-height: 26px !important;
}

/* line 233, app/assets/stylesheets/shame.css.scss */
.button {
  float: none !important;
  font-family: Lato, Arial !important;
  font-size: 13px !important;
}

/* line 238, app/assets/stylesheets/shame.css.scss */
.button--compliance-btn {
  padding: 18px 50px !important;
}

/* line 242, app/assets/stylesheets/shame.css.scss */
.button--green {
  background-color: #48ab44 !important;
  color: #fff !important;
}

/* line 247, app/assets/stylesheets/shame.css.scss */
.button--violet {
  background-color: #81109c !important;
}

/* line 251, app/assets/stylesheets/shame.css.scss */
.button--blue {
  background-color: #2a3552 !important;
}

/* line 255, app/assets/stylesheets/shame.css.scss */
.button--no-underline {
  text-decoration: none !important;
}

/* line 259, app/assets/stylesheets/shame.css.scss */
.button--not-rounded {
  border-radius: 0 !important;
}

/* line 263, app/assets/stylesheets/shame.css.scss */
.button--uppercase {
  text-transform: uppercase !important;
}

/* line 267, app/assets/stylesheets/shame.css.scss */
.button--width-auto {
  width: auto !important;
}

/* line 271, app/assets/stylesheets/shame.css.scss */
.button--violet {
  background-color: #81109c !important;
  color: #fff !important;
}

/* line 276, app/assets/stylesheets/shame.css.scss */
.button--remove {
  background: #ec4d40 !important;
}

/* line 69, app/assets/stylesheets/shame.css.scss */
.button--remove:hover {
  background: #e82a1b !important;
  transition: all .3s ease;
}

/* line 74, app/assets/stylesheets/shame.css.scss */
.button--remove:active {
  background: #9d1a10 !important;
}

/* line 281, app/assets/stylesheets/shame.css.scss */
.button--p15 {
  padding: 15px !important;
}

/* line 287, app/assets/stylesheets/shame.css.scss */
section .compliance_page__btn--leave {
  color: #fff !important;
}

/* line 291, app/assets/stylesheets/shame.css.scss */
.button:not(.sort) {
  color: #fff !important;
}

/* line 294, app/assets/stylesheets/shame.css.scss */
.button.sort:not(.sort) {
  color: #878787 !important;
}

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

/* line 312, app/assets/stylesheets/shame.css.scss */
.document-identity__option:hover {
  box-shadow: none !important;
}

/* line 317, app/assets/stylesheets/shame.css.scss */
.document-upload__box--not-visible {
  min-height: 100% !important;
  transition: none !important;
}

/* line 322, app/assets/stylesheets/shame.css.scss */
.document-upload__cancel button,
.document-upload__box-delete button,
.document-upload__box-delete button:hover {
  background: transparent !important;
  box-shadow: none !important;
  color: #2a3552 !important;
  text-decoration: underline;
}

/* line 331, app/assets/stylesheets/shame.css.scss */
.id-file-upload-buttons button:hover {
  box-shadow: none !important;
}

/* line 335, app/assets/stylesheets/shame.css.scss */
.access-denied__content .submit-btn--white,
.access-denied__desc--link {
  color: #fff !important;
}

/* line 340, app/assets/stylesheets/shame.css.scss */
.new_styling .notice__confirm-btn {
  color: #ff8900 !important;
}

/* line 345, app/assets/stylesheets/shame.css.scss */
.new_styling .edit_investment .field-with-error,
.new_styling .new_investment .field-with-error {
  height: 60px;
}

/* line 349, app/assets/stylesheets/shame.css.scss */
.new_styling .edit_investment .field-with-error input,
.new_styling .new_investment .field-with-error input {
  padding-left: 80px !important;
}

/* line 353, app/assets/stylesheets/shame.css.scss */
.new_styling .edit_investment .field-with-error .popup-hint-text,
.new_styling .new_investment .field-with-error .popup-hint-text {
  margin: 0;
  width: 100%;
  z-index: 5;
}

/* line 361, app/assets/stylesheets/shame.css.scss */
.access-denied__select {
  margin-bottom: 0 !important;
}

/* line 365, app/assets/stylesheets/shame.css.scss */
.files .id-file-upload-buttons button {
  background: none !important;
  color: #2a3552 !important;
  float: none !important;
  font-size: 17px !important;
  margin-left: 5px !important;
  margin-top: -5px !important;
  padding: 0 !important;
}

/* line 376, app/assets/stylesheets/shame.css.scss */
.access-denied__content .input-text {
  width: 100% !important;
}

/* line 381, app/assets/stylesheets/shame.css.scss */
.improved_forms input:not([type='submit']) {
  border: 1px solid rgba(218, 218, 218, 0.8) !important;
  font-size: 12px !important;
  padding: 12px !important;
  width: 100% !important;
}

/* line 389, app/assets/stylesheets/shame.css.scss */
.custom-form__input-wrapper .field-with-error .error-field,
.custom-form__input-wrapper .field-with-error .error-field .popup-hint-text {
  color: #ff5c5c !important;
  font-size: 13px !important;
  font-weight: 700 !important;
  height: 100% !important;
  left: 0 !important;
  margin: auto !important;
  max-width: 100%;
  text-transform: uppercase !important;
  width: 100% !important;
  z-index: 2 !important;
}

/* line 403, app/assets/stylesheets/shame.css.scss */
.field-with-error .error-field {
  border: 1px solid #b72720;
  background-color: #ffe6e6;
  z-index: 1;
}

/* line 409, app/assets/stylesheets/shame.css.scss */
.error-password-field {
  border: 1px solid #b72720;
  background-color: #ffe6e6;
}

/* line 415, app/assets/stylesheets/shame.css.scss */
.custom-form__submit {
  font-size: 14px !important;
  font-weight: 700 !important;
}

/* line 421, app/assets/stylesheets/shame.css.scss */
.custom-form__balance {
  color: #fff !important;
  margin: 0 !important;
  padding: 20px !important;
  text-align: right !important;
  width: 100% !important;
}

/* line 430, app/assets/stylesheets/shame.css.scss */
.custom-form__select {
  height: 100% !important;
  margin: 0 !important;
}

/* line 436, app/assets/stylesheets/shame.css.scss */
.button--full-width {
  font-size: 14px !important;
  font-weight: 700 !important;
  line-height: 35px !important;
}

/* line 443, app/assets/stylesheets/shame.css.scss */
.input__select {
  height: 100% !important;
}

/* line 448, app/assets/stylesheets/shame.css.scss */
.with-currency input {
  padding-left: 35px !important;
}

/* line 453, app/assets/stylesheets/shame.css.scss */
.field-with-error .error-field {
  display: block !important;
  top: 0 !important;
}

/* line 460, app/assets/stylesheets/shame.css.scss */
#divinputfile.fileuploader__container {
  height: 120px;
  position: relative;
}

/* line 466, app/assets/stylesheets/shame.css.scss */
.edit_company .fileuploader__delete__container {
  left: 110px;
  top: 0;
}

/* line 472, app/assets/stylesheets/shame.css.scss */
.input-described .desc {
  margin-top: 5px;
}

/* line 477, app/assets/stylesheets/shame.css.scss */
.field-with-error input[type='text'] {
  height: 100% !important;
  margin: 0 !important;
  position: absolute;
}

/* line 483, app/assets/stylesheets/shame.css.scss */
.field-with-error-security {
  position: relative !important;
}

/* line 487, app/assets/stylesheets/shame.css.scss */
#fakeinputfile .general-inputs__text {
  margin-bottom: 0px !important;
}

/* line 491, app/assets/stylesheets/shame.css.scss */
.tinymce button {
  background-color: transparent !important;
}

/* line 495, app/assets/stylesheets/shame.css.scss */
.tinymce .mce-panel {
  border: 1px solid #e6e6e6 !important;
}

@media screen and (min-width: 768px) {
  /* line 502, app/assets/stylesheets/shame.css.scss */
  .social-btns .social-button--w200 {
    width: 200px !important;
  }
  /* line 506, app/assets/stylesheets/shame.css.scss */
  .social-btns .social-button--w-max {
    width: 100% !important;
  }
}

@media screen and (min-width: 1200px) {
  /* line 516, app/assets/stylesheets/shame.css.scss */
  .field-with-error .popup-hint-text {
    padding-right: 10px;
    width: 99%;
  }
  /* line 524, app/assets/stylesheets/shame.css.scss */
  #divinputfile.fileuploader__container::after {
    display: none;
  }
}

/* line 531, app/assets/stylesheets/shame.css.scss */
section:not(.section--gray):not(.company):not(.profiles):not(.clear-styles) input.js-redirect-to-support:not([type="submit"]),
section:not(.section--gray):not(.company):not(.profiles):not(.clear-styles) input.js-ach-payment-path:not([type="submit"]) {
  background-color: #48ab44;
  background-image: none;
  border: 0;
  border-radius: 0;
  box-sizing: border-box;
  color: #fff;
  cursor: pointer;
  float: right;
  font-family: Lato, Arial;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0;
  padding: 6px;
  text-align: center;
  transition: .5s;
  width: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Basic styles to create a modal in third party sites. */
/* line 1, ../sass/civic-styles/base/_typography.scss
body {
  color: #202121;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  line-height: 1.2;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

*/
/* line 10, ../sass/civic-styles/base/_typography.scss
h1,
h2,
h3,
h4,
h5,
h6 {
  display: block;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.2;
}*/
/* line 27, app/assets/stylesheets/landing-pages/../_civic-modal.scss */
#civic-embed-panel {
  height: 550px;
  min-height: 550px;
  margin: 16px;
}

/* line 1, ../sass/civic-styles/layout/onboarding/_index.scss */
/* line 34, app/assets/stylesheets/landing-pages/../_civic-modal.scss */
.civic-onboarding {
  overflow: visible;
  color: #ffffff;
  text-align: center;
  background-image: url(/images/onboarding/background-gradient.svg);
}

/* line 6, ../sass/civic-styles/base/_reset.scss */
/* line 41, app/assets/stylesheets/landing-pages/../_civic-modal.scss */
a:hover, a:active, a:visited {
  outline: none;
}

/* line 45, app/assets/stylesheets/landing-pages/../_civic-modal.scss */
.civic-onboarding a.app-download {
  color: #ffffff;
  border-bottom: 1px dotted rgba(255, 255, 255, 0.7);
}

/* Headings */
/* line 9, ../sass/civic-styles/base/_reset.scss
h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
} */
/* line 653, ../sass/civic-styles/layout/onboarding/_index.scss */
/* line 56, app/assets/stylesheets/landing-pages/../_civic-modal.scss */
.civic-onboarding button {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

@media (max-width: 767px) {
  /* line 44, ../sass/civic-styles/base/_buttons.scss */
  /* line 61, app/assets/stylesheets/landing-pages/../_civic-modal.scss */
  button.medium, input.medium[type="button"], input.medium[type="reset"], input.medium[type="submit"],
.civic-button-a.medium {
    width: 100%;
    max-width: 320px;
  }
}

/* line 44, ../sass/civic-styles/base/_buttons.scss */
/* line 68, app/assets/stylesheets/landing-pages/../_civic-modal.scss */
button.medium, input.medium[type="button"], input.medium[type="reset"], input.medium[type="submit"],
.civic-button-a.medium {
  min-width: 200px;
  height: 48px;
  padding: 0 32px;
}

/* line 1, ../sass/civic-styles/base/_buttons.scss */
/* line 75, app/assets/stylesheets/landing-pages/../_civic-modal.scss */
button, input[type="button"], input[type="reset"], input[type="submit"]:not(.general-inputs__submit),
.civic-button-a {
  -moz-appearance: none;
  -webkit-appearance: none;
  -moz-user-select: -moz-none;
  -webkit-user-select: none;
  user-select: none;
  text-transform: uppercase;
  background-color: #3ab03e;
  border: 0;
  outline: 0;
  border-radius: 100px;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  letter-spacing: 1px;
  padding: 4px 8px;
  text-decoration: none;
  transition: all 0.25s ease;
  vertical-align: middle;
  white-space: nowrap;
  box-sizing: border-box;
}

/* line 1310, ../sass/civic-styles/layout/onboarding/_index.scss */
/* line 112, app/assets/stylesheets/landing-pages/../_civic-modal.scss */
.civic-onboarding h3 {
  color: #ffffff;
  font-weight: 600;
  font-size: 24px;
}

/* line 53, ../sass/civic-styles/base/_typography.scss */
/* line 118, app/assets/stylesheets/landing-pages/../_civic-modal.scss */
a {
  color: #3ab03e;
  text-decoration: none;
  transition: color 0.25s ease;
}

/* line 204, ../sass/modals/_informant.scss */
/* line 124, app/assets/stylesheets/landing-pages/../_civic-modal.scss */
.civic-informant .civic-button-container .civic-help-links:hover {
  color: #525252;
  cursor: pointer;
}

/* line 2, ../sass/_lights-out.scss */
/* line 129, app/assets/stylesheets/landing-pages/../_civic-modal.scss */
body .civic-lights-out, html .civic-lights-out {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 0;
  background: #000000;
  transition: opacity 0.25s ease;
  opacity: 0;
  visibility: hidden;
}

/* line 18, ../sass/_lights-out.scss */
/* line 148, app/assets/stylesheets/landing-pages/../_civic-modal.scss */
body.civic-hit-the-lights, html.civic-hit-the-lights {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  -webkit-overflow-scrolling: auto;
}

/* line 28, ../sass/_lights-out.scss */
/* line 159, app/assets/stylesheets/landing-pages/../_civic-modal.scss */
body.civic-hit-the-lights .civic-lights-out, html.civic-hit-the-lights .civic-lights-out {
  opacity: 0.80;
  visibility: visible;
  z-index: 999970;
}

/* line 34, ../sass/_lights-out.scss */
/* line 165, app/assets/stylesheets/landing-pages/../_civic-modal.scss */
body.civic-hit-the-lights .zEWidget-launcher, html.civic-hit-the-lights .zEWidget-launcher {
  z-index: 1 !important;
}

@media (min-width: 1024px) and (max-width: 1199px) {
  /* line 39, ../sass/_lights-out.scss */
  /* line 170, app/assets/stylesheets/landing-pages/../_civic-modal.scss */
  body.civic-hit-the-lights-desktop, html.civic-hit-the-lights-desktop {
    position: fixed;
    overflow: hidden;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    height: 100%;
    -webkit-overflow-scrolling: auto;
  }
  /* line 51, ../sass/_lights-out.scss */
  /* line 182, app/assets/stylesheets/landing-pages/../_civic-modal.scss */
  body.civic-hit-the-lights-desktop .civic-lights-out, html.civic-hit-the-lights-desktop .civic-lights-out {
    opacity: 0.35;
    visibility: visible;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  /* line 58, ../sass/_lights-out.scss */
  /* line 189, app/assets/stylesheets/landing-pages/../_civic-modal.scss */
  body.civic-hit-the-lights-tablet, html.civic-hit-the-lights-tablet {
    position: fixed;
    overflow: hidden;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    height: 100%;
    -webkit-overflow-scrolling: auto;
  }
  /* line 70, ../sass/_lights-out.scss */
  /* line 201, app/assets/stylesheets/landing-pages/../_civic-modal.scss */
  body.civic-hit-the-lights-tablet .civic-lights-out, html.civic-hit-the-lights-tablet .civic-lights-out {
    opacity: 0.35;
    visibility: visible;
  }
}

@media (max-width: 767px) {
  /* line 77, ../sass/_lights-out.scss */
  /* line 208, app/assets/stylesheets/landing-pages/../_civic-modal.scss */
  body.civic-hit-the-lights-mobile, html.civic-hit-the-lights-mobile {
    position: fixed;
    overflow: hidden;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    height: 100%;
    -webkit-overflow-scrolling: auto;
  }
  /* line 89, ../sass/_lights-out.scss */
  /* line 220, app/assets/stylesheets/landing-pages/../_civic-modal.scss */
  body.civic-hit-the-lights-mobile .civic-lights-out, html.civic-hit-the-lights-mobile .civic-lights-out {
    opacity: 0.35;
    visibility: visible;
  }
}

/* line 97, ../sass/_lights-out.scss */
/* line 226, app/assets/stylesheets/landing-pages/../_civic-modal.scss */
body.civic-info-party .civic-lights-out, html.civic-info-party .civic-lights-out {
  opacity: 0.35;
  visibility: visible;
}

@media (max-width: 767px) {
  /* line 103, ../sass/_lights-out.scss */
  /* line 232, app/assets/stylesheets/landing-pages/../_civic-modal.scss */
  body.civic-mobile-fullview, html.civic-mobile-fullview {
    position: fixed;
    overflow: hidden;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    height: 100%;
    -webkit-overflow-scrolling: auto;
  }
}

@media (max-width: 767px) {
  /* line 117, ../sass/_lights-out.scss */
  /* line 246, app/assets/stylesheets/landing-pages/../_civic-modal.scss */
  body.civic-mobile-fullview .civic-lights-out, html.civic-mobile-fullview .civic-lights-out {
    opacity: 0;
    visibility: hidden;
  }
}

/* line 2, ../sass/_no-scroll.scss */
/* line 253, app/assets/stylesheets/landing-pages/../_civic-modal.scss */
body.civic-no-scroll, html.civic-no-scroll {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  height: 100%;
  -webkit-overflow-scrolling: auto;
}

/* line 1, ../sass/modals/_modal.scss */
/* line 266, app/assets/stylesheets/landing-pages/../_civic-modal.scss */
.civic-modal {
  position: fixed;
  display: block;
  display: -moz-flex;
  display: flex;
  box-pack: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  box-orient: vertical;
  box-direction: normal;
  -moz-flex-direction: column;
  flex-direction: column;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 999971;
  opacity: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  visibility: hidden;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  box-sizing: border-box;
}

@media (max-width: 767px) {
  /* line 1, ../sass/modals/_modal.scss */
  /* line 312, app/assets/stylesheets/landing-pages/../_civic-modal.scss */
  .civic-modal {
    padding: 0 24px;
  }
}

/* line 25, ../sass/modals/_modal.scss */
/* line 317, app/assets/stylesheets/landing-pages/../_civic-modal.scss */
.civic-modal .civic-window {
  position: relative;
  width: 100%;
  max-width: 600px;
  max-height: 90%;
  margin: 0 auto;
  border-radius: 8px;
  box-sizing: border-box;
  transition: margin-top 0.5s ease;
}

@media (max-width: 767px) {
  /* line 25, ../sass/modals/_modal.scss */
  /* line 336, app/assets/stylesheets/landing-pages/../_civic-modal.scss */
  .civic-modal .civic-window {
    max-width: 400px;
  }
}

/* line 41, ../sass/modals/_modal.scss */
/* line 341, app/assets/stylesheets/landing-pages/../_civic-modal.scss */
.civic-modal .civic-window .civic-content {
  position: relative;
  box-sizing: border-box;
  margin-bottom: 24px;
  padding: 40px;
  background: #ffffff;
  border-radius: 8px;
  box-shadow: 0 0 20px 0 rgba(32, 33, 33, 0.16);
}

@media (max-width: 767px) {
  /* line 41, ../sass/modals/_modal.scss */
  /* line 358, app/assets/stylesheets/landing-pages/../_civic-modal.scss */
  .civic-modal .civic-window .civic-content {
    padding: 16px;
  }
}

/* line 67, ../sass/modals/_modal.scss */
/* line 363, app/assets/stylesheets/landing-pages/../_civic-modal.scss */
.civic-modal.civic-show {
  opacity: 1;
  visibility: visible;
  transition: opacity 0.5s ease;
}

/* line 72, ../sass/modals/_modal.scss */
/* line 372, app/assets/stylesheets/landing-pages/../_civic-modal.scss */
.civic-modal.civic-show .civic-window {
  margin-top: -40px;
}

@media (max-height: 800px) {
  /* line 72, ../sass/modals/_modal.scss */
  /* line 377, app/assets/stylesheets/landing-pages/../_civic-modal.scss */
  .civic-modal.civic-show .civic-window {
    margin-top: 0;
  }
}

@media (max-width: 767px) {
  /* line 72, ../sass/modals/_modal.scss */
  /* line 383, app/assets/stylesheets/landing-pages/../_civic-modal.scss */
  .civic-modal.civic-show .civic-window {
    margin-top: 0;
  }
}

/* line 3, ../sass/modals/_feedback.scss */
/* line 389, app/assets/stylesheets/landing-pages/../_civic-modal.scss */
.civic-modal.feedback .civic-window {
  max-width: 400px;
}

/* line 6, ../sass/modals/_feedback.scss */
/* line 393, app/assets/stylesheets/landing-pages/../_civic-modal.scss */
.civic-modal.feedback .civic-window .civic-content {
  padding: 32px;
}

@media (max-width: 767px) {
  /* line 6, ../sass/modals/_feedback.scss */
  /* line 398, app/assets/stylesheets/landing-pages/../_civic-modal.scss */
  .civic-modal.feedback .civic-window .civic-content {
    padding-bottom: 80px;
  }
}

/* line 13, ../sass/modals/_feedback.scss */
/* line 403, app/assets/stylesheets/landing-pages/../_civic-modal.scss */
.civic-modal.feedback .civic-window .civic-content .company {
  display: block;
  margin: 8px 0 16px 0;
}

/* line 20, ../sass/modals/_feedback.scss */
/* line 408, app/assets/stylesheets/landing-pages/../_civic-modal.scss */
.civic-modal.feedback h1 {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 24px;
  font-weight: 600;
  color: #ffffff;
  margin-bottom: 32px;
  border-radius: 8px 8px 0 0;
}

@media (max-width: 767px) {
  /* line 20, ../sass/modals/_feedback.scss */
  /* line 420, app/assets/stylesheets/landing-pages/../_civic-modal.scss */
  .civic-modal.feedback h1 {
    margin-bottom: 16px;
  }
}

/* line 33, ../sass/modals/_feedback.scss */
/* line 425, app/assets/stylesheets/landing-pages/../_civic-modal.scss */
.civic-modal.feedback p {
  color: rgba(255, 255, 255, 0.7);
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
}

/* line 39, ../sass/modals/_feedback.scss */
/* line 432, app/assets/stylesheets/landing-pages/../_civic-modal.scss */
.civic-modal.feedback p .white {
  color: #ffffff;
}

@media (max-width: 767px) {
  /* line 33, ../sass/modals/_feedback.scss */
  /* line 437, app/assets/stylesheets/landing-pages/../_civic-modal.scss */
  .civic-modal.feedback p {
    font-size: 16px;
  }
}

/* line 48, ../sass/modals/_feedback.scss */
/* line 442, app/assets/stylesheets/landing-pages/../_civic-modal.scss */
.civic-modal.feedback .civic-phone-number {
  font-size: 32px;
  font-weight: 500;
  color: #ffffff;
  margin-top: 16px;
}

@media (max-width: 767px) {
  /* line 55, ../sass/modals/_feedback.scss */
  /* line 450, app/assets/stylesheets/landing-pages/../_civic-modal.scss */
  .civic-modal.feedback .civic-button-container {
    position: absolute;
    right: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    max-width: none;
    z-index: 999974;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
    background: rgba(32, 33, 33, 0.16);
    border-radius: 0 0 8px 8px;
    margin-top: 16px;
    transition: all 0.25s ease;
  }
}

@media (max-width: 767px) {
  /* line 73, ../sass/modals/_feedback.scss */
  /* line 474, app/assets/stylesheets/landing-pages/../_civic-modal.scss */
  .civic-modal.feedback .civic-button-container:hover {
    background: rgba(32, 33, 33, 0.16);
  }
}

/* line 79, ../sass/modals/_feedback.scss */
/* line 479, app/assets/stylesheets/landing-pages/../_civic-modal.scss */
.civic-modal.feedback .civic-button-container button {
  margin-top: 40px;
  width: 100%;
  max-width: 100%;
  transition: all 0.25s ease;
  background: rgba(32, 33, 33, 0.16);
}

@media (max-width: 767px) {
  /* line 79, ../sass/modals/_feedback.scss */
  /* line 491, app/assets/stylesheets/landing-pages/../_civic-modal.scss */
  .civic-modal.feedback .civic-button-container button {
    margin-top: 0;
    border-radius: 0;
    background: transparent;
    transition: none;
  }
}

/* line 93, ../sass/modals/_feedback.scss */
/* line 504, app/assets/stylesheets/landing-pages/../_civic-modal.scss */
.civic-modal.feedback .civic-button-container button:hover {
  background: rgba(32, 33, 33, 0.24);
}

@media (max-width: 767px) {
  /* line 93, ../sass/modals/_feedback.scss */
  /* line 509, app/assets/stylesheets/landing-pages/../_civic-modal.scss */
  .civic-modal.feedback .civic-button-container button:hover {
    background: transparent;
  }
}

@media (max-width: 767px) {
  /* line 101, ../sass/modals/_feedback.scss */
  /* line 515, app/assets/stylesheets/landing-pages/../_civic-modal.scss */
  .civic-modal.feedback .civic-button-container button .hide-me {
    display: none;
  }
}

/* line 108, ../sass/modals/_feedback.scss */
/* line 520, app/assets/stylesheets/landing-pages/../_civic-modal.scss */
.civic-modal.feedback .civic-button-container .civic-help-links {
  display: block;
  font-weight: 500;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-top: 32px;
}

@media (max-width: 767px) {
  /* line 108, ../sass/modals/_feedback.scss */
  /* line 530, app/assets/stylesheets/landing-pages/../_civic-modal.scss */
  .civic-modal.feedback .civic-button-container .civic-help-links {
    height: 56px;
    line-height: 56px;
  }
}

@media (max-width: 767px) {
  /* line 125, ../sass/modals/_feedback.scss */
  /* line 537, app/assets/stylesheets/landing-pages/../_civic-modal.scss */
  .civic-modal.feedback .civic-button-container.two-up {
    display: -moz-flex;
    display: flex;
    box-align: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center;
    box-orient: horizontal;
    box-direction: normal;
    -moz-flex-direction: row;
    flex-direction: row;
  }
}

@media (max-width: 767px) {
  /* line 132, ../sass/modals/_feedback.scss */
  /* line 567, app/assets/stylesheets/landing-pages/../_civic-modal.scss */
  .civic-modal.feedback .civic-button-container.two-up button {
    box-ordinal-group: 2;
    -moz-order: 2;
    order: 2;
    -ms-flex-order: 2;
    padding: 0;
    width: 50%;
    min-width: 0;
    max-width: none;
    margin: 0;
  }
}

@media (max-width: 767px) {
  /* line 143, ../sass/modals/_feedback.scss */
  /* line 584, app/assets/stylesheets/landing-pages/../_civic-modal.scss */
  .civic-modal.feedback .civic-button-container.two-up .civic-help-links {
    box-ordinal-group: 1;
    -moz-order: 1;
    order: 1;
    -ms-flex-order: 1;
    width: 50%;
    min-width: 0;
    max-width: none;
    margin: 0;
  }
}

/* line 156, ../sass/modals/_feedback.scss */
/* line 599, app/assets/stylesheets/landing-pages/../_civic-modal.scss */
.civic-modal.feedback.error .civic-content {
  background: #e53935;
}

@media (max-width: 767px) {
  /* line 161, ../sass/modals/_feedback.scss */
  /* line 604, app/assets/stylesheets/landing-pages/../_civic-modal.scss */
  .civic-modal.feedback.error .civic-button-container {
    background: rgba(32, 33, 33, 0.16);
  }
}

@media (max-width: 767px) {
  /* line 166, ../sass/modals/_feedback.scss */
  /* line 610, app/assets/stylesheets/landing-pages/../_civic-modal.scss */
  .civic-modal.feedback.error .civic-button-container:hover {
    background: rgba(32, 33, 33, 0.24);
  }
}

/* line 172, ../sass/modals/_feedback.scss */
/* line 615, app/assets/stylesheets/landing-pages/../_civic-modal.scss */
.civic-modal.feedback.error .civic-button-container button {
  background: rgba(32, 33, 33, 0.16);
}

@media (max-width: 767px) {
  /* line 172, ../sass/modals/_feedback.scss */
  /* line 620, app/assets/stylesheets/landing-pages/../_civic-modal.scss */
  .civic-modal.feedback.error .civic-button-container button {
    background: transparent;
  }
}

/* line 179, ../sass/modals/_feedback.scss */
/* line 625, app/assets/stylesheets/landing-pages/../_civic-modal.scss */
.civic-modal.feedback.error .civic-button-container button:hover {
  background: rgba(32, 33, 33, 0.24);
}

@media (max-width: 767px) {
  /* line 179, ../sass/modals/_feedback.scss */
  /* line 630, app/assets/stylesheets/landing-pages/../_civic-modal.scss */
  .civic-modal.feedback.error .civic-button-container button:hover {
    background: transparent;
  }
}

@media (max-width: 767px) {
  /* line 189, ../sass/modals/_feedback.scss */
  /* line 636, app/assets/stylesheets/landing-pages/../_civic-modal.scss */
  .civic-modal.feedback.error .civic-button-container.two-up:hover {
    background: rgba(32, 33, 33, 0.16);
  }
}

/* line 199, ../sass/modals/_feedback.scss */
/* line 641, app/assets/stylesheets/landing-pages/../_civic-modal.scss */
.civic-modal.feedback.success .civic-content {
  background: #3ab03e;
}

/* line 251, ../sass/modals/_feedback.scss */
/* line 645, app/assets/stylesheets/landing-pages/../_civic-modal.scss */
.civic-modal.feedback.warning .civic-content {
  background: #fa7046;
}

@media (max-width: 767px) {
  /* line 255, ../sass/modals/_feedback.scss */
  /* line 650, app/assets/stylesheets/landing-pages/../_civic-modal.scss */
  .civic-modal.feedback.warning .civic-button-container {
    background: rgba(32, 33, 33, 0.16);
  }
}

@media (max-width: 767px) {
  /* line 260, ../sass/modals/_feedback.scss */
  /* line 656, app/assets/stylesheets/landing-pages/../_civic-modal.scss */
  .civic-modal.feedback.warning .civic-button-container:hover {
    background: rgba(32, 33, 33, 0.24);
  }
}

/* line 266, ../sass/modals/_feedback.scss */
/* line 661, app/assets/stylesheets/landing-pages/../_civic-modal.scss */
.civic-modal.feedback.warning .civic-button-container button {
  background: rgba(32, 33, 33, 0.16);
}

@media (max-width: 767px) {
  /* line 266, ../sass/modals/_feedback.scss */
  /* line 666, app/assets/stylesheets/landing-pages/../_civic-modal.scss */
  .civic-modal.feedback.warning .civic-button-container button {
    background: transparent;
  }
}

/* line 273, ../sass/modals/_feedback.scss */
/* line 671, app/assets/stylesheets/landing-pages/../_civic-modal.scss */
.civic-modal.feedback.warning .civic-button-container button:hover {
  background: rgba(32, 33, 33, 0.24);
}

@media (max-width: 767px) {
  /* line 273, ../sass/modals/_feedback.scss */
  /* line 676, app/assets/stylesheets/landing-pages/../_civic-modal.scss */
  .civic-modal.feedback.warning .civic-button-container button:hover {
    background: transparent;
  }
}

@media (max-width: 767px) {
  /* line 283, ../sass/modals/_feedback.scss */
  /* line 682, app/assets/stylesheets/landing-pages/../_civic-modal.scss */
  .civic-modal.feedback.warning .civic-button-container.two-up:hover {
    background: rgba(32, 33, 33, 0.16);
  }
}

/* line 3, ../sass/modals/_informant.scss */
/* line 688, app/assets/stylesheets/landing-pages/../_civic-modal.scss */
.civic-informant .civic-top h1 {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 40px;
  font-weight: 400;
  color: #525252;
}

@media (max-width: 767px) {
  /* line 3, ../sass/modals/_informant.scss */
  /* line 696, app/assets/stylesheets/landing-pages/../_civic-modal.scss */
  .civic-informant .civic-top h1 {
    font-size: 32px;
    margin-top: 8px;
  }
}

@media (max-width: 320px) {
  /* line 3, ../sass/modals/_informant.scss */
  /* line 703, app/assets/stylesheets/landing-pages/../_civic-modal.scss */
  .civic-informant .civic-top h1 {
    font-size: 24px;
    margin-top: 0;
  }
}

/* line 19, ../sass/modals/_informant.scss */
/* line 709, app/assets/stylesheets/landing-pages/../_civic-modal.scss */
.civic-informant .civic-top h1 .seconrdary {
  margin-top: 4px;
  color: #FFFFFF;
  font-size: 28px;
}

@media (max-width: 767px) {
  /* line 19, ../sass/modals/_informant.scss */
  /* line 716, app/assets/stylesheets/landing-pages/../_civic-modal.scss */
  .civic-informant .civic-top h1 .seconrdary {
    font-size: 20px;
  }
}

@media (max-width: 320px) {
  /* line 19, ../sass/modals/_informant.scss */
  /* line 722, app/assets/stylesheets/landing-pages/../_civic-modal.scss */
  .civic-informant .civic-top h1 .seconrdary {
    font-size: 16px;
  }
}

/* line 34, ../sass/modals/_informant.scss */
/* line 727, app/assets/stylesheets/landing-pages/../_civic-modal.scss */
.civic-informant .civic-top h3 {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 24px;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 1.5;
}

@media (max-width: 320px) {
  /* line 34, ../sass/modals/_informant.scss */
  /* line 736, app/assets/stylesheets/landing-pages/../_civic-modal.scss */
  .civic-informant .civic-top h3 {
    font-size: 14px;
  }
}

/* line 49, ../sass/modals/_informant.scss */
/* line 741, app/assets/stylesheets/landing-pages/../_civic-modal.scss */
.civic-informant .civic-top h3 strong {
  font-weight: 600;
  color: #525252;
}

/* line 56, ../sass/modals/_informant.scss */
/* line 746, app/assets/stylesheets/landing-pages/../_civic-modal.scss */
.civic-informant p {
  font-size: 18px;
  color: #FFFFFF;
  line-height: 1.5;
  text-align: center;
}

@media (max-width: 767px) {
  /* line 56, ../sass/modals/_informant.scss */
  /* line 754, app/assets/stylesheets/landing-pages/../_civic-modal.scss */
  .civic-informant p {
    font-size: 12px;
    text-align: center;
  }
}

/* line 68, ../sass/modals/_informant.scss */
/* line 760, app/assets/stylesheets/landing-pages/../_civic-modal.scss */
.civic-informant .civic-bottom {
  margin-top: 32px;
  margin-left: -40px;
  margin-right: -40px;
  margin-bottom: -40px;
  padding: 32px 40px 40px 40px;
  background: rgba(58, 176, 62, 0.05);
  border-radius: 0 0 8px 8px;
}

@media (max-width: 767px) {
  /* line 68, ../sass/modals/_informant.scss */
  /* line 773, app/assets/stylesheets/landing-pages/../_civic-modal.scss */
  .civic-informant .civic-bottom {
    margin-top: 16px;
    margin-left: -16px;
    margin-right: -16px;
    margin-bottom: -16px;
    padding: 16px 16px 64px 16px;
  }
}

/* line 85, ../sass/modals/_informant.scss */
/* line 782, app/assets/stylesheets/landing-pages/../_civic-modal.scss */
.civic-informant .civic-bottom strong {
  font-weight: 600;
  color: #525252;
}

/* line 92, ../sass/modals/_informant.scss */
/* line 787, app/assets/stylesheets/landing-pages/../_civic-modal.scss */
.civic-informant .civic-bottom .civic-description p {
  font-size: 18px;
  line-height: 1.5;
  color: #FFFFFF;
  text-align: center;
}

@media (max-width: 767px) {
  /* line 92, ../sass/modals/_informant.scss */
  /* line 795, app/assets/stylesheets/landing-pages/../_civic-modal.scss */
  .civic-informant .civic-bottom .civic-description p {
    font-size: 14px;
    text-align: center;
  }
}

@media (max-width: 320px) {
  /* line 92, ../sass/modals/_informant.scss */
  /* line 802, app/assets/stylesheets/landing-pages/../_civic-modal.scss */
  .civic-informant .civic-bottom .civic-description p {
    font-size: 12px;
    text-align: center;
  }
}

/* line 110, ../sass/modals/_informant.scss */
/* line 808, app/assets/stylesheets/landing-pages/../_civic-modal.scss */
.civic-informant .civic-bottom button {
  margin-top: 32px;
}

@media (max-width: 767px) {
  /* line 110, ../sass/modals/_informant.scss */
  /* line 813, app/assets/stylesheets/landing-pages/../_civic-modal.scss */
  .civic-informant .civic-bottom button {
    position: absolute;
    right: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    max-width: none;
    z-index: 999974;
    border-radius: 0 0 8px 8px;
    margin-top: 16px;
    transition: none;
  }
}

/* line 128, ../sass/modals/_informant.scss */
/* line 832, app/assets/stylesheets/landing-pages/../_civic-modal.scss */
.civic-informant form {
  border-radius: 0;
  box-shadow: none;
  padding: 0;
  margin: 0 auto;
  background: transparent;
}

@media (max-width: 767px) {
  /* line 34, ../sass/modals/_informant.scss */
  /* line 845, app/assets/stylesheets/landing-pages/../_civic-modal.scss */
  .civic-informant .civic-top h3 {
    font-size: 20px;
    padding: 8px;
  }
}

/* line 162, ../sass/modals/_informant.scss */
/* line 851, app/assets/stylesheets/landing-pages/../_civic-modal.scss */
.civic-informant .civic-button-container button {
  margin-top: 40px;
  margin-bottom: 32px;
  transition: all 0.25s ease;
}

@media (max-width: 767px) {
  /* line 183, ../sass/modals/_informant.scss */
  /* line 861, app/assets/stylesheets/landing-pages/../_civic-modal.scss */
  .civic-informant .civic-button-container button .hide-me {
    display: none;
  }
}

/* line 190, ../sass/modals/_informant.scss */
/* line 866, app/assets/stylesheets/landing-pages/../_civic-modal.scss */
.civic-informant .civic-button-container .civic-help-links {
  display: block;
  color: #FFFFFF;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1px;
}

/* line 204, ../sass/modals/_informant.scss */
/* line 874, app/assets/stylesheets/landing-pages/../_civic-modal.scss */
.civic-informant .civic-button-container .civic-help-links:hover {
  color: #525252;
  cursor: pointer;
}

/* line 241, ../sass/modals/_informant.scss */
/* line 879, app/assets/stylesheets/landing-pages/../_civic-modal.scss */
#user-welcome.civic-informant .features {
  text-align: center;
}

/* line 244, ../sass/modals/_informant.scss */
/* line 883, app/assets/stylesheets/landing-pages/../_civic-modal.scss */
#user-welcome.civic-informant .features div {
  display: inline-block;
  font-weight: 600;
  color: #525252;
  max-width: 96px;
  margin: 32px 12px 16px 12px;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1px;
  vertical-align: top;
  text-align: center;
  line-height: 1.25;
}

@media (max-width: 767px) {
  /* line 244, ../sass/modals/_informant.scss */
  /* line 898, app/assets/stylesheets/landing-pages/../_civic-modal.scss */
  #user-welcome.civic-informant .features div {
    font-size: 8px;
    max-width: 56px;
    margin: 16px 4px 8px 4px;
  }
}

@media (max-width: 320px) {
  /* line 244, ../sass/modals/_informant.scss */
  /* line 906, app/assets/stylesheets/landing-pages/../_civic-modal.scss */
  #user-welcome.civic-informant .features div {
    font-size: 8px;
    text-align: center;
    max-width: 52px;
    margin: 16px 2px 8px 2px;
  }
}

/* line 270, ../sass/modals/_informant.scss */
/* line 914, app/assets/stylesheets/landing-pages/../_civic-modal.scss */
#user-welcome.civic-informant .features div img {
  display: block;
  margin-bottom: 8px;
}

@media (max-width: 767px) {
  /* line 270, ../sass/modals/_informant.scss */
  /* line 920, app/assets/stylesheets/landing-pages/../_civic-modal.scss */
  #user-welcome.civic-informant .features div img {
    width: 56px;
    height: 56px;
  }
}

@media (max-width: 320px) {
  /* line 270, ../sass/modals/_informant.scss */
  /* line 927, app/assets/stylesheets/landing-pages/../_civic-modal.scss */
  #user-welcome.civic-informant .features div img {
    width: 52px;
    height: 52px;
  }
}

/* line 288, ../sass/modals/_informant.scss */
/* line 933, app/assets/stylesheets/landing-pages/../_civic-modal.scss */
#user-welcome.civic-informant h3 br.last {
  display: none;
}

@media (max-width: 767px) {
  /* line 288, ../sass/modals/_informant.scss */
  /* line 938, app/assets/stylesheets/landing-pages/../_civic-modal.scss */
  #user-welcome.civic-informant h3 br.last {
    display: block;
  }
}

/* line 297, ../sass/modals/_informant.scss */
/* line 943, app/assets/stylesheets/landing-pages/../_civic-modal.scss */
#user-welcome.civic-informant .civic-bottom {
  background: rgba(67, 156, 230, 0.05);
}

/* line 300, ../sass/modals/_informant.scss */
/* line 947, app/assets/stylesheets/landing-pages/../_civic-modal.scss */
#user-welcome.civic-informant .civic-bottom .civic-description {
  display: -moz-flex;
  display: flex;
  box-align: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  box-orient: vertical;
  box-direction: normal;
  -moz-flex-direction: column;
  flex-direction: column;
}

/* line 305, ../sass/modals/_informant.scss */
/* line 975, app/assets/stylesheets/landing-pages/../_civic-modal.scss */
#user-welcome.civic-informant .civic-bottom .civic-description h2 {
  font-size: 20px;
  color: #1f89e1;
  font-weight: 600;
  margin-bottom: 8px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

@media (max-width: 767px) {
  /* line 305, ../sass/modals/_informant.scss */
  /* line 985, app/assets/stylesheets/landing-pages/../_civic-modal.scss */
  #user-welcome.civic-informant .civic-bottom .civic-description h2 {
    font-size: 14px;
    margin-top: 8px;
  }
}

/* line 319, ../sass/modals/_informant.scss */
/* line 991, app/assets/stylesheets/landing-pages/../_civic-modal.scss */
#user-welcome.civic-informant .civic-bottom .civic-description img {
  width: 80px;
  height: 80px;
  margin-right: 24px;
}

@media (max-width: 767px) {
  /* line 319, ../sass/modals/_informant.scss */
  /* line 998, app/assets/stylesheets/landing-pages/../_civic-modal.scss */
  #user-welcome.civic-informant .civic-bottom .civic-description img {
    width: 56px;
    height: 56px;
    margin: 0 0 8px 0;
  }
}

/* line 331, ../sass/modals/_informant.scss */
/* line 1005, app/assets/stylesheets/landing-pages/../_civic-modal.scss */
#user-welcome.civic-informant .civic-bottom .civic-description p {
  color: rgba(67, 156, 230, 0.8);
  width: 360px;
  margin: 0 auto;
}

@media (max-width: 767px) {
  /* line 331, ../sass/modals/_informant.scss */
  /* line 1012, app/assets/stylesheets/landing-pages/../_civic-modal.scss */
  #user-welcome.civic-informant .civic-bottom .civic-description p {
    text-align: center;
    width: 248px;
  }
}

@media (max-width: 767px) {
  /* line 300, ../sass/modals/_informant.scss */
  /* line 1019, app/assets/stylesheets/landing-pages/../_civic-modal.scss */
  #user-welcome.civic-informant .civic-bottom .civic-description {
    box-orient: vertical;
    box-direction: normal;
    -moz-flex-direction: column;
    flex-direction: column;
  }
}

/* line 347, ../sass/modals/_informant.scss */
/* line 1033, app/assets/stylesheets/landing-pages/../_civic-modal.scss */
#user-welcome.civic-informant .civic-bottom .civicAddThisToolbox {
  display: -moz-flex;
  display: flex;
  box-pack: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  box-align: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  text-align: center;
  margin: 24px auto 0;
}

@media (max-width: 767px) {
  /* line 347, ../sass/modals/_informant.scss */
  /* line 1063, app/assets/stylesheets/landing-pages/../_civic-modal.scss */
  #user-welcome.civic-informant .civic-bottom .civicAddThisToolbox {
    margin-bottom: 16px;
  }
}

/* line 359, ../sass/modals/_informant.scss */
/* line 1068, app/assets/stylesheets/landing-pages/../_civic-modal.scss */
#user-welcome.civic-informant .civic-bottom .civicAddThisToolbox .at300b {
  margin: 8px 0;
}

/* line 363, ../sass/modals/_informant.scss */
/* line 1072, app/assets/stylesheets/landing-pages/../_civic-modal.scss */
#user-welcome.civic-informant .civic-bottom .civicAddThisToolbox .civicSocialButton {
  margin: 0 8px;
  width: 40px;
  height: 40px;
  border-radius: 40px;
  line-height: 40px;
  transition: all 0.2s ease-in-out;
}

/* line 371, ../sass/modals/_informant.scss */
/* line 1084, app/assets/stylesheets/landing-pages/../_civic-modal.scss */
#user-welcome.civic-informant .civic-bottom .civicAddThisToolbox .civicSocialButton:hover {
  transform: translateY(-4px);
}

/* line 375, ../sass/modals/_informant.scss */
/* line 1091, app/assets/stylesheets/landing-pages/../_civic-modal.scss */
#user-welcome.civic-informant .civic-bottom .civicAddThisToolbox .civicSocialButton .at-icon-wrapper {
  background-color: transparent !important;
  margin: 4px 0 0 0;
}

/* line 380, ../sass/modals/_informant.scss */
/* line 1096, app/assets/stylesheets/landing-pages/../_civic-modal.scss */
#user-welcome.civic-informant .civic-bottom .civicAddThisToolbox .civicSocialButton.facebook {
  background-color: #3b5998;
}

/* line 383, ../sass/modals/_informant.scss */
/* line 1100, app/assets/stylesheets/landing-pages/../_civic-modal.scss */
#user-welcome.civic-informant .civic-bottom .civicAddThisToolbox .civicSocialButton.twitter {
  background-color: #1da1f2;
}

/* line 386, ../sass/modals/_informant.scss */
/* line 1104, app/assets/stylesheets/landing-pages/../_civic-modal.scss */
#user-welcome.civic-informant .civic-bottom .civicAddThisToolbox .civicSocialButton.linkedin {
  background-color: #0077b5;
}

/* line 389, ../sass/modals/_informant.scss */
/* line 1108, app/assets/stylesheets/landing-pages/../_civic-modal.scss */
#user-welcome.civic-informant .civic-bottom .civicAddThisToolbox .civicSocialButton.email {
  background-color: #FFFFFF;
}

/* line 395, ../sass/modals/_informant.scss */
/* line 1112, app/assets/stylesheets/landing-pages/../_civic-modal.scss */
#user-welcome.civic-informant .civic-bottom button {
  background: #439ce6;
}

/* line 398, ../sass/modals/_informant.scss */
/* line 1116, app/assets/stylesheets/landing-pages/../_civic-modal.scss */
#user-welcome.civic-informant .civic-bottom button:hover {
  background: #2c90e3;
}

/* line 402, ../sass/modals/_informant.scss */
/* line 1120, app/assets/stylesheets/landing-pages/../_civic-modal.scss */
#user-welcome.civic-informant .civic-bottom button:focus {
  background: #2269A3;
}

/* line 411, ../sass/modals/_informant.scss */
/* line 1124, app/assets/stylesheets/landing-pages/../_civic-modal.scss */
#verification-retry.civic-informant img {
  display: inline-block;
  width: auto;
  height: auto;
  margin: 16px;
}

@media (max-width: 767px) {
  /* line 411, ../sass/modals/_informant.scss */
  /* line 1132, app/assets/stylesheets/landing-pages/../_civic-modal.scss */
  #verification-retry.civic-informant img {
    width: 56px;
    height: 58px;
    margin: 16px 8px 8px 16px;
  }
}

@media (max-width: 320px) {
  /* line 411, ../sass/modals/_informant.scss */
  /* line 1140, app/assets/stylesheets/landing-pages/../_civic-modal.scss */
  #verification-retry.civic-informant img {
    margin: 8px 16px;
  }
}

@media (max-width: 767px) {
  /* line 428, ../sass/modals/_informant.scss */
  /* line 1146, app/assets/stylesheets/landing-pages/../_civic-modal.scss */
  #verification-retry.civic-informant br {
    display: none;
  }
}

/* line 434, ../sass/modals/_informant.scss */
/* line 1151, app/assets/stylesheets/landing-pages/../_civic-modal.scss */
#verification-retry.civic-informant .civic-bottom {
  background: rgba(250, 112, 70, 0.05);
}

/* line 437, ../sass/modals/_informant.scss */
/* line 1155, app/assets/stylesheets/landing-pages/../_civic-modal.scss */
#verification-retry.civic-informant .civic-bottom p {
  color: #fa7046;
  text-align: center;
}

/* line 441, ../sass/modals/_informant.scss */
/* line 1160, app/assets/stylesheets/landing-pages/../_civic-modal.scss */
#verification-retry.civic-informant .civic-bottom p strong {
  color: #fa7046;
}

/* line 446, ../sass/modals/_informant.scss */
/* line 1164, app/assets/stylesheets/landing-pages/../_civic-modal.scss */
#verification-retry.civic-informant .civic-bottom a {
  color: #fa7046;
}

/* line 449, ../sass/modals/_informant.scss */
/* line 1168, app/assets/stylesheets/landing-pages/../_civic-modal.scss */
#verification-retry.civic-informant .civic-bottom a:hover {
  border-bottom: 1px dotted #fa7046;
}

/* line 454, ../sass/modals/_informant.scss */
/* line 1172, app/assets/stylesheets/landing-pages/../_civic-modal.scss */
#verification-retry.civic-informant .civic-bottom button {
  background: #fa7046;
}

/* line 457, ../sass/modals/_informant.scss */
/* line 1176, app/assets/stylesheets/landing-pages/../_civic-modal.scss */
#verification-retry.civic-informant .civic-bottom button:hover {
  background: #f95d2d;
}

/* line 465, ../sass/modals/_informant.scss */
/* line 1180, app/assets/stylesheets/landing-pages/../_civic-modal.scss */
#verification-retry.civic-informant.second-retry .civic-top h1 {
  font-size: 32px;
}

@media (max-width: 767px) {
  /* line 465, ../sass/modals/_informant.scss */
  /* line 1185, app/assets/stylesheets/landing-pages/../_civic-modal.scss */
  #verification-retry.civic-informant.second-retry .civic-top h1 {
    font-size: 24px;
  }
}

@media (max-width: 320px) {
  /* line 465, ../sass/modals/_informant.scss */
  /* line 1191, app/assets/stylesheets/landing-pages/../_civic-modal.scss */
  #verification-retry.civic-informant.second-retry .civic-top h1 {
    font-size: 20px;
  }
}

/* line 478, ../sass/modals/_informant.scss */
/* line 1196, app/assets/stylesheets/landing-pages/../_civic-modal.scss */
#verification-retry.civic-informant.second-retry .civic-top h3 strong {
  color: #525252;
}

/* line 484, ../sass/modals/_informant.scss */
/* line 1200, app/assets/stylesheets/landing-pages/../_civic-modal.scss */
#verification-retry.civic-informant.second-retry img {
  width: auto;
  height: auto;
}

@media (max-width: 767px) {
  /* line 484, ../sass/modals/_informant.scss */
  /* line 1206, app/assets/stylesheets/landing-pages/../_civic-modal.scss */
  #verification-retry.civic-informant.second-retry img {
    width: 53px;
    height: 64px;
  }
}

@media (max-width: 767px) {
  /* line 494, ../sass/modals/_informant.scss */
  /* line 1213, app/assets/stylesheets/landing-pages/../_civic-modal.scss */
  #verification-retry.civic-informant.second-retry .civic-bottom {
    padding: 0 0 64px 0;
  }
}

/* line 499, ../sass/modals/_informant.scss */
/* line 1218, app/assets/stylesheets/landing-pages/../_civic-modal.scss */
#verification-retry.civic-informant.second-retry .civic-bottom button {
  margin: 0 0 32px 0;
}

@media (max-width: 767px) {
  /* line 499, ../sass/modals/_informant.scss */
  /* line 1223, app/assets/stylesheets/landing-pages/../_civic-modal.scss */
  #verification-retry.civic-informant.second-retry .civic-bottom button {
    margin: 0;
  }
}

@media (max-width: 320px) {
  /* line 499, ../sass/modals/_informant.scss */
  /* line 1229, app/assets/stylesheets/landing-pages/../_civic-modal.scss */
  #verification-retry.civic-informant.second-retry .civic-bottom button {
    font-size: 12px;
  }
}

/* line 511, ../sass/modals/_informant.scss */
/* line 1234, app/assets/stylesheets/landing-pages/../_civic-modal.scss */
#verification-retry.civic-informant.second-retry .civic-bottom a {
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
}

@media (max-width: 767px) {
  /* line 511, ../sass/modals/_informant.scss */
  /* line 1241, app/assets/stylesheets/landing-pages/../_civic-modal.scss */
  #verification-retry.civic-informant.second-retry .civic-bottom a {
    display: block;
    padding: 16px 16px 0 16px;
  }
  /* line 520, ../sass/modals/_informant.scss */
  /* line 1246, app/assets/stylesheets/landing-pages/../_civic-modal.scss */
  #verification-retry.civic-informant.second-retry .civic-bottom a:hover {
    border: none;
  }
}

@media (max-width: 320px) {
  /* line 511, ../sass/modals/_informant.scss */
  /* line 1252, app/assets/stylesheets/landing-pages/../_civic-modal.scss */
  #verification-retry.civic-informant.second-retry .civic-bottom a {
    font-size: 12px;
    line-height: 1.5;
  }
}

/* line 536, ../sass/modals/_informant.scss */
/* line 1258, app/assets/stylesheets/landing-pages/../_civic-modal.scss */
#secure-modal.civic-informant .civic-top img {
  margin: 16px;
}

@media (max-width: 767px) {
  /* line 536, ../sass/modals/_informant.scss */
  /* line 1263, app/assets/stylesheets/landing-pages/../_civic-modal.scss */
  #secure-modal.civic-informant .civic-top img {
    width: 32px;
    height: 44px;
    margin: 8px;
  }
}

@media (max-width: 320px) {
  /* line 536, ../sass/modals/_informant.scss */
  /* line 1271, app/assets/stylesheets/landing-pages/../_civic-modal.scss */
  #secure-modal.civic-informant .civic-top img {
    width: 24px;
    height: 33px;
  }
}

/* line 552, ../sass/modals/_informant.scss */
/* line 1277, app/assets/stylesheets/landing-pages/../_civic-modal.scss */
#secure-modal.civic-informant .civic-top p strong {
  color: #525252;
}

/* line 561, ../sass/modals/_informant.scss */
/* line 1281, app/assets/stylesheets/landing-pages/../_civic-modal.scss */
#cookie-monster.civic-informant .civic-top img {
  margin: 24px 0;
}

@media (max-width: 320px) {
  /* line 561, ../sass/modals/_informant.scss */
  /* line 1286, app/assets/stylesheets/landing-pages/../_civic-modal.scss */
  #cookie-monster.civic-informant .civic-top img {
    width: 48px;
    height: 48px;
    margin: 8px 0;
  }
}

/* line 571, ../sass/modals/_informant.scss */
/* line 1293, app/assets/stylesheets/landing-pages/../_civic-modal.scss */
#cookie-monster.civic-informant .civic-top h3 {
  margin: 0 32px;
}

@media (max-width: 767px) {
  /* line 571, ../sass/modals/_informant.scss */
  /* line 1298, app/assets/stylesheets/landing-pages/../_civic-modal.scss */
  #cookie-monster.civic-informant .civic-top h3 {
    margin: 0;
  }
}

/* line 579, ../sass/modals/_informant.scss */
/* line 1303, app/assets/stylesheets/landing-pages/../_civic-modal.scss */
#cookie-monster.civic-informant .civic-top a {
  display: inline-block;
  font-size: 20px;
  color: #439ce6;
  margin-top: 24px;
  border-bottom: 1px dotted #439ce6;
}

@media (max-width: 767px) {
  /* line 579, ../sass/modals/_informant.scss */
  /* line 1312, app/assets/stylesheets/landing-pages/../_civic-modal.scss */
  #cookie-monster.civic-informant .civic-top a {
    font-size: 18px;
    margin: 16px 0;
  }
}

@media (max-width: 320px) {
  /* line 579, ../sass/modals/_informant.scss */
  /* line 1319, app/assets/stylesheets/landing-pages/../_civic-modal.scss */
  #cookie-monster.civic-informant .civic-top a {
    font-size: 14px;
  }
}

/* line 595, ../sass/modals/_informant.scss */
/* line 1324, app/assets/stylesheets/landing-pages/../_civic-modal.scss */
#cookie-monster.civic-informant .civic-top a:hover {
  border-bottom: 1px solid #439ce6;
}

/* line 601, ../sass/modals/_informant.scss */
/* line 1328, app/assets/stylesheets/landing-pages/../_civic-modal.scss */
#cookie-monster.civic-informant .civic-bottom {
  padding: 32px;
  background: rgba(67, 156, 230, 0.05);
}

@media (max-width: 767px) {
  /* line 601, ../sass/modals/_informant.scss */
  /* line 1334, app/assets/stylesheets/landing-pages/../_civic-modal.scss */
  #cookie-monster.civic-informant .civic-bottom {
    padding: 24px 16px;
  }
}

/* line 609, ../sass/modals/_informant.scss */
/* line 1339, app/assets/stylesheets/landing-pages/../_civic-modal.scss */
#cookie-monster.civic-informant .civic-bottom .civic-description {
  display: -moz-flex;
  display: flex;
  box-pack: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  box-align: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
}

/* line 614, ../sass/modals/_informant.scss */
/* line 1366, app/assets/stylesheets/landing-pages/../_civic-modal.scss */
#cookie-monster.civic-informant .civic-bottom .civic-description img {
  margin: 0 24px;
}

@media (max-width: 767px) {
  /* line 614, ../sass/modals/_informant.scss */
  /* line 1371, app/assets/stylesheets/landing-pages/../_civic-modal.scss */
  #cookie-monster.civic-informant .civic-bottom .civic-description img {
    max-width: 24px;
    margin: 0 0 16px 0;
  }
}

/* line 623, ../sass/modals/_informant.scss */
/* line 1377, app/assets/stylesheets/landing-pages/../_civic-modal.scss */
#cookie-monster.civic-informant .civic-bottom .civic-description p {
  text-align: left;
  color: rgba(67, 156, 230, 0.7);
  width: 400px;
}

@media (max-width: 767px) {
  /* line 623, ../sass/modals/_informant.scss */
  /* line 1384, app/assets/stylesheets/landing-pages/../_civic-modal.scss */
  #cookie-monster.civic-informant .civic-bottom .civic-description p {
    text-align: center;
    width: auto;
  }
}

@media (max-width: 767px) {
  /* line 609, ../sass/modals/_informant.scss */
  /* line 1391, app/assets/stylesheets/landing-pages/../_civic-modal.scss */
  #cookie-monster.civic-informant .civic-bottom .civic-description {
    box-orient: vertical;
    box-direction: normal;
    -moz-flex-direction: column;
    flex-direction: column;
  }
}

/* line 642, ../sass/modals/_informant.scss */
/* line 1405, app/assets/stylesheets/landing-pages/../_civic-modal.scss */
#partner-down.civic-informant img {
  margin: 16px 0;
}

/* line 646, ../sass/modals/_informant.scss */
/* line 1409, app/assets/stylesheets/landing-pages/../_civic-modal.scss */
#partner-down.civic-informant .civic-bottom {
  background: rgba(250, 112, 70, 0.05);
}

/* line 649, ../sass/modals/_informant.scss */
/* line 1413, app/assets/stylesheets/landing-pages/../_civic-modal.scss */
#partner-down.civic-informant .civic-bottom p {
  text-align: center;
}

/* line 653, ../sass/modals/_informant.scss */
/* line 1417, app/assets/stylesheets/landing-pages/../_civic-modal.scss */
#partner-down.civic-informant .civic-bottom a {
  color: #fa7046;
}

/* line 656, ../sass/modals/_informant.scss */
/* line 1421, app/assets/stylesheets/landing-pages/../_civic-modal.scss */
#partner-down.civic-informant .civic-bottom a:hover {
  border-bottom: 1px dotted #fa7046;
}

/* line 661, ../sass/modals/_informant.scss */
/* line 1425, app/assets/stylesheets/landing-pages/../_civic-modal.scss */
#partner-down.civic-informant .civic-bottom button {
  background: #fa7046;
}

/* line 664, ../sass/modals/_informant.scss */
/* line 1429, app/assets/stylesheets/landing-pages/../_civic-modal.scss */
#partner-down.civic-informant .civic-bottom button:hover {
  background: #f95d2d;
}

/* line 673, ../sass/modals/_informant.scss */
/* line 1433, app/assets/stylesheets/landing-pages/../_civic-modal.scss */
.civic-informant.civic-form-modal form {
  margin-top: 40px;
}

@media (max-width: 767px) {
  /* line 673, ../sass/modals/_informant.scss */
  /* line 1438, app/assets/stylesheets/landing-pages/../_civic-modal.scss */
  .civic-informant.civic-form-modal form {
    margin-top: 24px;
    margin-bottom: 40px;
    /* OFFSET THE INPUT FEEDBACK */
  }
}

/* line 1445, app/assets/stylesheets/landing-pages/../_civic-modal.scss */
#civic-iframe-zone {
  width: 100%;
  padding: 5px;
}

/* line 1450, app/assets/stylesheets/landing-pages/../_civic-modal.scss */
.civic-qrcode-img {
  width: 100%;
  max-width: 460px;
}

/* line 1455, app/assets/stylesheets/landing-pages/../_civic-modal.scss */
.civic-button-b, .outlined {
  background-color: #3AB03E;
  color: white !important;
  border-radius: 32px;
  padding: 12px 28px 12px 12px;
  font-family: 'Roboto', sans-serif;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 500;
  margin-bottom: 24px;
  font-size: 14px;
  font-weight: 500;
  display: inline-block;
  align-items: center;
  border: 0;
}

/* line 1472, app/assets/stylesheets/landing-pages/../_civic-modal.scss */
.civic-button-b:hover {
  background-color: #43c147;
}

/* line 1476, app/assets/stylesheets/landing-pages/../_civic-modal.scss */
.civic-login {
  display: inline-block;
  vertical-align: middle;
}

/* line 1481, app/assets/stylesheets/landing-pages/../_civic-modal.scss */
.civic-logo {
  width: 28px;
  height: 28px;
  margin-right: 16px;
  vertical-align: middle;
  display: inline-block;
}

/* line 1489, app/assets/stylesheets/landing-pages/../_civic-modal.scss */
.civic-onboarding a {
  color: #ffffff;
}

/* line 894, ../sass/civic-styles/layout/onboarding/_index.scss */
/* line 1494, app/assets/stylesheets/landing-pages/../_civic-modal.scss */
.civic-onboarding .civic-help-links {
  position: relative;
  display: block;
  margin: 0 auto;
  max-width: 480px;
  padding: 8px;
}

/* line 20, ../sass/civic-styles/bourbon/addons/_clearfix.scss */
/* line 1502, app/assets/stylesheets/landing-pages/../_civic-modal.scss */
.civic-onboarding .civic-help-links::after {
  clear: both;
  content: "";
  display: table;
}

/* line 901, ../sass/civic-styles/layout/onboarding/_index.scss */
/* line 1508, app/assets/stylesheets/landing-pages/../_civic-modal.scss */
.civic-onboarding .civic-help-links.additional {
  margin-top: 32px;
}

/* line 905, ../sass/civic-styles/layout/onboarding/_index.scss */
/* line 1512, app/assets/stylesheets/landing-pages/../_civic-modal.scss */
.civic-onboarding .civic-help-links a {
  display: inline-block;
  font-size: 17px;
  border-bottom: 1px dotted rgba(255, 255, 255, 0.7);
  transition: border 0.25s;
  margin-bottom: 16px;
}

/* line 912, ../sass/civic-styles/layout/onboarding/_index.scss */
/* line 1523, app/assets/stylesheets/landing-pages/../_civic-modal.scss */
.civic-onboarding .civic-help-links a:hover {
  border-bottom: 1px solid #ffffff;
}

/* line 917, ../sass/civic-styles/layout/onboarding/_index.scss */
/* line 1527, app/assets/stylesheets/landing-pages/../_civic-modal.scss */
.civic-onboarding .civic-help-links .left {
  float: left;
}

@media (max-width: 767px) {
  /* line 917, ../sass/civic-styles/layout/onboarding/_index.scss */
  /* line 1532, app/assets/stylesheets/landing-pages/../_civic-modal.scss */
  .civic-onboarding .civic-help-links .left {
    float: none;
  }
}

/* line 925, ../sass/civic-styles/layout/onboarding/_index.scss */
/* line 1537, app/assets/stylesheets/landing-pages/../_civic-modal.scss */
.civic-onboarding .civic-help-links .right {
  float: right;
}

@media (max-width: 767px) {
  /* line 925, ../sass/civic-styles/layout/onboarding/_index.scss */
  /* line 1542, app/assets/stylesheets/landing-pages/../_civic-modal.scss */
  .civic-onboarding .civic-help-links .right {
    float: none;
  }
}

/* line 99, ../sass/civic-styles/base/_buttons.scss */
/* line 1547, app/assets/stylesheets/landing-pages/../_civic-modal.scss */
button.outline, input.outline[type="button"], input.outline[type="reset"], input.outline[type="submit"],
.civic-button-a.outline {
  background: transparent;
  border: 2px solid #ffffff;
}

/* line 103, ../sass/civic-styles/base/_buttons.scss */
/* line 1553, app/assets/stylesheets/landing-pages/../_civic-modal.scss */
button.outline:hover, input.outline[type="button"]:hover, input.outline[type="reset"]:hover, input.outline[type="submit"]:hover,
.civic-button-a.outline:hover {
  color: #3fa692;
  background: #ffffff;
}

/* line 108, ../sass/civic-styles/base/_buttons.scss */
/* line 1559, app/assets/stylesheets/landing-pages/../_civic-modal.scss */
button.outline.green, input.outline.green[type="button"], input.outline.green[type="reset"], input.outline.green[type="submit"],
.civic-button-a.outline.green {
  color: #3ab03e;
  border: 2px solid #3ab03e;
}

/* line 112, ../sass/civic-styles/base/_buttons.scss */
/* line 1565, app/assets/stylesheets/landing-pages/../_civic-modal.scss */
button.outline.green:hover, input.outline.green[type="button"]:hover, input.outline.green[type="reset"]:hover, input.outline.green[type="submit"]:hover,
.civic-button-a.outline.green:hover {
  color: #ffffff;
  background: #3ab03e;
}

/* line 118, ../sass/civic-styles/base/_buttons.scss */
/* line 1571, app/assets/stylesheets/landing-pages/../_civic-modal.scss */
button.outline.secondary, input.outline.secondary[type="button"], input.outline.secondary[type="reset"], input.outline.secondary[type="submit"],
.civic-button-a.outline.secondary {
  color: #868787;
  border: 2px solid #c5c5c6;
}

/* line 122, ../sass/civic-styles/base/_buttons.scss */
/* line 1577, app/assets/stylesheets/landing-pages/../_civic-modal.scss */
button.outline.secondary:hover, input.outline.secondary[type="button"]:hover, input.outline.secondary[type="reset"]:hover, input.outline.secondary[type="submit"]:hover,
.civic-button-a.outline.secondary:hover {
  color: #ffffff;
  background: #c5c5c6;
}

/* line 129, ../sass/civic-styles/base/_buttons.scss */
/* line 1583, app/assets/stylesheets/landing-pages/../_civic-modal.scss */
button.outline:disabled:hover, button.outline.disabled:hover, input.outline[type="button"]:disabled:hover, input.outline.disabled[type="button"]:hover, input.outline[type="reset"]:disabled:hover, input.outline.disabled[type="reset"]:hover, input.outline[type="submit"]:disabled:hover, input.outline.disabled[type="submit"]:hover,
.civic-button-a.outline:disabled:hover,
.civic-button-a.outline.disabled:hover {
  color: #ffffff;
  background: transparent;
}

@media (max-width: 767px) {
  /* line 439, ../sass/civic-styles/layout/onboarding/_index.scss */
  /* line 1591, app/assets/stylesheets/landing-pages/../_civic-modal.scss */
  .civic-onboarding .alt-choice button.outline:hover {
    box-shadow: none;
  }
}

/* line 811, ../sass/civic-styles/layout/onboarding/_index.scss */
/* line 1599, app/assets/stylesheets/landing-pages/../_civic-modal.scss */
.civic-onboarding form button.outline, .civic-onboarding .copy-container button.outline {
  color: #868787;
  border: 2px solid #c5c5c6;
}

/* line 815, ../sass/civic-styles/layout/onboarding/_index.scss */
/* line 1604, app/assets/stylesheets/landing-pages/../_civic-modal.scss */
.civic-onboarding form button.outline:hover, .civic-onboarding .copy-container button.outline:hover {
  color: #ffffff;
  background: #c5c5c6;
}

/* line 820, ../sass/civic-styles/layout/onboarding/_index.scss */
/* line 1609, app/assets/stylesheets/landing-pages/../_civic-modal.scss */
.civic-onboarding form button.outline.js-back, .civic-onboarding .copy-container button.outline.js-back {
  margin-right: 32px;
}

@media (max-width: 767px) {
  /* line 820, ../sass/civic-styles/layout/onboarding/_index.scss */
  /* line 1614, app/assets/stylesheets/landing-pages/../_civic-modal.scss */
  .civic-onboarding form button.outline.js-back, .civic-onboarding .copy-container button.outline.js-back {
    margin-right: 0;
  }
}

/*Constants and Mixins*/
/**
 * Swiper 3.3.1
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * 
 * http://www.idangero.us/swiper/
 * 
 * Copyright 2016, Vladimir Kharlampidi
 * The iDangero.us
 * http://www.idangero.us/
 * 
 * Licensed under MIT
 * 
 * Released on: February 7, 2016
 */
/* line 15, vendor/assets/stylesheets/swiper.min.css */
.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

/* line 15, vendor/assets/stylesheets/swiper.min.css */
.swiper-container-no-flexbox .swiper-slide {
  float: left;
}

/* line 15, vendor/assets/stylesheets/swiper.min.css */
.swiper-container-vertical > .swiper-wrapper {
  flex-direction: column;
}

/* line 15, vendor/assets/stylesheets/swiper.min.css */
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}

/* line 15, vendor/assets/stylesheets/swiper.min.css */
.swiper-container-android .swiper-slide, .swiper-wrapper {
  transform: translate3d(0, 0, 0);
}

/* line 15, vendor/assets/stylesheets/swiper.min.css */
.swiper-container-multirow > .swiper-wrapper {
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  flex-wrap: wrap;
}

/* line 15, vendor/assets/stylesheets/swiper.min.css */
.swiper-container-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}

/* line 15, vendor/assets/stylesheets/swiper.min.css */
.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex: 0 0 auto;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
}

/* line 15, vendor/assets/stylesheets/swiper.min.css */
.swiper-container-autoheight, .swiper-container-autoheight .swiper-slide {
  height: auto;
}

/* line 15, vendor/assets/stylesheets/swiper.min.css */
.swiper-container-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform,height;
}

/* line 15, vendor/assets/stylesheets/swiper.min.css */
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

/* line 15, vendor/assets/stylesheets/swiper.min.css */
.swiper-wp8-horizontal {
  touch-action: pan-y;
}

/* line 15, vendor/assets/stylesheets/swiper.min.css */
.swiper-wp8-vertical {
  touch-action: pan-x;
}

/* line 15, vendor/assets/stylesheets/swiper.min.css */
.swiper-button-next, .swiper-button-prev {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat;
}

/* line 15, vendor/assets/stylesheets/swiper.min.css */
.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
  opacity: .35;
  cursor: auto;
  pointer-events: none;
}

/* line 15, vendor/assets/stylesheets/swiper.min.css */
.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto;
}

/* line 15, vendor/assets/stylesheets/swiper.min.css */
.swiper-button-prev.swiper-button-black, .swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

/* line 15, vendor/assets/stylesheets/swiper.min.css */
.swiper-button-prev.swiper-button-white, .swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

/* line 15, vendor/assets/stylesheets/swiper.min.css */
.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto;
}

/* line 15, vendor/assets/stylesheets/swiper.min.css */
.swiper-button-next.swiper-button-black, .swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

/* line 15, vendor/assets/stylesheets/swiper.min.css */
.swiper-button-next.swiper-button-white, .swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

/* line 15, vendor/assets/stylesheets/swiper.min.css */
.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: .3s;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

/* line 15, vendor/assets/stylesheets/swiper.min.css */
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

/* line 15, vendor/assets/stylesheets/swiper.min.css */
.swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%;
}

/* line 15, vendor/assets/stylesheets/swiper.min.css */
.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: .2;
}

/* line 15, vendor/assets/stylesheets/swiper.min.css */
button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}

/* line 15, vendor/assets/stylesheets/swiper.min.css */
.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

/* line 15, vendor/assets/stylesheets/swiper.min.css */
.swiper-pagination-white .swiper-pagination-bullet {
  background: #fff;
}

/* line 15, vendor/assets/stylesheets/swiper.min.css */
.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff;
}

/* line 15, vendor/assets/stylesheets/swiper.min.css */
.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #fff;
}

/* line 15, vendor/assets/stylesheets/swiper.min.css */
.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000;
}

/* line 15, vendor/assets/stylesheets/swiper.min.css */
.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  transform: translate3d(0, -50%, 0);
}

/* line 15, vendor/assets/stylesheets/swiper.min.css */
.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 5px 0;
  display: block;
}

/* line 15, vendor/assets/stylesheets/swiper.min.css */
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 5px;
}

/* line 15, vendor/assets/stylesheets/swiper.min.css */
.swiper-pagination-progress {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

/* line 15, vendor/assets/stylesheets/swiper.min.css */
.swiper-pagination-progress .swiper-pagination-progressbar {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}

/* line 15, vendor/assets/stylesheets/swiper.min.css */
.swiper-container-rtl .swiper-pagination-progress .swiper-pagination-progressbar {
  transform-origin: right top;
}

/* line 15, vendor/assets/stylesheets/swiper.min.css */
.swiper-container-horizontal > .swiper-pagination-progress {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

/* line 15, vendor/assets/stylesheets/swiper.min.css */
.swiper-container-vertical > .swiper-pagination-progress {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

/* line 15, vendor/assets/stylesheets/swiper.min.css */
.swiper-pagination-progress.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.5);
}

/* line 15, vendor/assets/stylesheets/swiper.min.css */
.swiper-pagination-progress.swiper-pagination-white .swiper-pagination-progressbar {
  background: #fff;
}

/* line 15, vendor/assets/stylesheets/swiper.min.css */
.swiper-pagination-progress.swiper-pagination-black .swiper-pagination-progressbar {
  background: #000;
}

/* line 15, vendor/assets/stylesheets/swiper.min.css */
.swiper-container-3d {
  -o-perspective: 1200px;
  perspective: 1200px;
}

/* line 15, vendor/assets/stylesheets/swiper.min.css */
.swiper-container-3d .swiper-cube-shadow, .swiper-container-3d .swiper-slide, .swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top, .swiper-container-3d .swiper-wrapper {
  transform-style: preserve-3d;
}

/* line 15, vendor/assets/stylesheets/swiper.min.css */
.swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

/* line 15, vendor/assets/stylesheets/swiper.min.css */
.swiper-container-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

/* line 15, vendor/assets/stylesheets/swiper.min.css */
.swiper-container-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

/* line 15, vendor/assets/stylesheets/swiper.min.css */
.swiper-container-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

/* line 15, vendor/assets/stylesheets/swiper.min.css */
.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

/* line 15, vendor/assets/stylesheets/swiper.min.css */
.swiper-container-coverflow .swiper-wrapper, .swiper-container-flip .swiper-wrapper {
  -ms-perspective: 1200px;
}

/* line 15, vendor/assets/stylesheets/swiper.min.css */
.swiper-container-cube, .swiper-container-flip {
  overflow: visible;
}

/* line 15, vendor/assets/stylesheets/swiper.min.css */
.swiper-container-cube .swiper-slide, .swiper-container-flip .swiper-slide {
  pointer-events: none;
  backface-visibility: hidden;
  z-index: 1;
}

/* line 15, vendor/assets/stylesheets/swiper.min.css */
.swiper-container-cube .swiper-slide .swiper-slide, .swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

/* line 15, vendor/assets/stylesheets/swiper.min.css */
.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-active .swiper-slide-active, .swiper-container-flip .swiper-slide-active, .swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

/* line 15, vendor/assets/stylesheets/swiper.min.css */
.swiper-container-cube .swiper-slide-shadow-bottom, .swiper-container-cube .swiper-slide-shadow-left, .swiper-container-cube .swiper-slide-shadow-right, .swiper-container-cube .swiper-slide-shadow-top, .swiper-container-flip .swiper-slide-shadow-bottom, .swiper-container-flip .swiper-slide-shadow-left, .swiper-container-flip .swiper-slide-shadow-right, .swiper-container-flip .swiper-slide-shadow-top {
  z-index: 0;
  backface-visibility: hidden;
}

/* line 15, vendor/assets/stylesheets/swiper.min.css */
.swiper-container-cube .swiper-slide {
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

/* line 15, vendor/assets/stylesheets/swiper.min.css */
.swiper-container-cube.swiper-container-rtl .swiper-slide {
  transform-origin: 100% 0;
}

/* line 15, vendor/assets/stylesheets/swiper.min.css */
.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-next, .swiper-container-cube .swiper-slide-next + .swiper-slide, .swiper-container-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}

/* line 15, vendor/assets/stylesheets/swiper.min.css */
.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: .6;
  filter: blur(50px);
  z-index: 0;
}

/* line 15, vendor/assets/stylesheets/swiper.min.css */
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}

/* line 15, vendor/assets/stylesheets/swiper.min.css */
.swiper-container-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}

/* line 15, vendor/assets/stylesheets/swiper.min.css */
.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

/* line 15, vendor/assets/stylesheets/swiper.min.css */
.swiper-container-fade .swiper-slide-active, .swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

/* line 15, vendor/assets/stylesheets/swiper.min.css */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

/* line 15, vendor/assets/stylesheets/swiper.min.css */
.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

/* line 15, vendor/assets/stylesheets/swiper.min.css */
.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

/* line 15, vendor/assets/stylesheets/swiper.min.css */
.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

/* line 15, vendor/assets/stylesheets/swiper.min.css */
.swiper-scrollbar-cursor-drag {
  cursor: move;
}

/* line 15, vendor/assets/stylesheets/swiper.min.css */
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  animation: swiper-preloader-spin 1s steps(12, end) infinite;
}

/* line 15, vendor/assets/stylesheets/swiper.min.css */
.swiper-lazy-preloader:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  background-size: 100%;
  background-repeat: no-repeat;
}

/* line 15, vendor/assets/stylesheets/swiper.min.css */
.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}

@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg);
  }
}

/* line 1, vendor/assets/bower_components/toastr/toastr.scss */
.toast-title {
  font-weight: bold;
}

/* line 4, vendor/assets/bower_components/toastr/toastr.scss */
.toast-message {
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}

/* line 8, vendor/assets/bower_components/toastr/toastr.scss */
.toast-message a,
.toast-message label {
  color: #ffffff;
}

/* line 12, vendor/assets/bower_components/toastr/toastr.scss */
.toast-message a:hover {
  color: #cccccc;
  text-decoration: none;
}

/* line 16, vendor/assets/bower_components/toastr/toastr.scss */
.toast-close-button {
  position: relative;
  right: -0.3em;
  top: -0.3em;
  float: right;
  font-size: 20px;
  font-weight: bold;
  color: #ffffff;
  -webkit-text-shadow: 0 1px 0 #ffffff;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.8;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  filter: alpha(opacity=80);
}

/* line 30, vendor/assets/bower_components/toastr/toastr.scss */
.toast-close-button:hover,
.toast-close-button:focus {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.4;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
  filter: alpha(opacity=40);
}

/*Additional properties for button version
 iOS requires the button element instead of an anchor tag.
 If you want the anchor version, it requires `href="#"`.*/
/* line 42, vendor/assets/bower_components/toastr/toastr.scss */
button.toast-close-button {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}

/* line 49, vendor/assets/bower_components/toastr/toastr.scss */
.toast-top-center {
  top: 0;
  right: 0;
  width: 100%;
}

/* line 54, vendor/assets/bower_components/toastr/toastr.scss */
.toast-bottom-center {
  bottom: 0;
  right: 0;
  width: 100%;
}

/* line 59, vendor/assets/bower_components/toastr/toastr.scss */
.toast-top-full-width {
  top: 0;
  right: 0;
  width: 100%;
}

/* line 64, vendor/assets/bower_components/toastr/toastr.scss */
.toast-bottom-full-width {
  bottom: 0;
  right: 0;
  width: 100%;
}

/* line 69, vendor/assets/bower_components/toastr/toastr.scss */
.toast-top-left {
  top: 12px;
  left: 12px;
}

/* line 73, vendor/assets/bower_components/toastr/toastr.scss */
.toast-top-right {
  top: 12px;
  right: 12px;
}

/* line 77, vendor/assets/bower_components/toastr/toastr.scss */
.toast-bottom-right {
  right: 12px;
  bottom: 12px;
}

/* line 81, vendor/assets/bower_components/toastr/toastr.scss */
.toast-bottom-left {
  bottom: 12px;
  left: 12px;
}

/* line 85, vendor/assets/bower_components/toastr/toastr.scss */
#toast-container {
  position: fixed;
  z-index: 999999;
  /*overrides*/
}

/* line 91, vendor/assets/bower_components/toastr/toastr.scss */
#toast-container * {
  box-sizing: border-box;
}

/* line 96, vendor/assets/bower_components/toastr/toastr.scss */
#toast-container > div {
  position: relative;
  overflow: hidden;
  margin: 0 0 6px;
  padding: 15px 15px 15px 50px;
  width: 300px;
  border-radius: 3px 3px 3px 3px;
  background-position: 15px center;
  background-repeat: no-repeat;
  box-shadow: 0 0 12px #999999;
  color: #ffffff;
  opacity: 0.8;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  filter: alpha(opacity=80);
}

/* line 115, vendor/assets/bower_components/toastr/toastr.scss */
#toast-container > :hover {
  box-shadow: 0 0 12px #000000;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  filter: alpha(opacity=100);
  cursor: pointer;
}

/* line 124, vendor/assets/bower_components/toastr/toastr.scss */
#toast-container > .toast-info {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGwSURBVEhLtZa9SgNBEMc9sUxxRcoUKSzSWIhXpFMhhYWFhaBg4yPYiWCXZxBLERsLRS3EQkEfwCKdjWJAwSKCgoKCcudv4O5YLrt7EzgXhiU3/4+b2ckmwVjJSpKkQ6wAi4gwhT+z3wRBcEz0yjSseUTrcRyfsHsXmD0AmbHOC9Ii8VImnuXBPglHpQ5wwSVM7sNnTG7Za4JwDdCjxyAiH3nyA2mtaTJufiDZ5dCaqlItILh1NHatfN5skvjx9Z38m69CgzuXmZgVrPIGE763Jx9qKsRozWYw6xOHdER+nn2KkO+Bb+UV5CBN6WC6QtBgbRVozrahAbmm6HtUsgtPC19tFdxXZYBOfkbmFJ1VaHA1VAHjd0pp70oTZzvR+EVrx2Ygfdsq6eu55BHYR8hlcki+n+kERUFG8BrA0BwjeAv2M8WLQBtcy+SD6fNsmnB3AlBLrgTtVW1c2QN4bVWLATaIS60J2Du5y1TiJgjSBvFVZgTmwCU+dAZFoPxGEEs8nyHC9Bwe2GvEJv2WXZb0vjdyFT4Cxk3e/kIqlOGoVLwwPevpYHT+00T+hWwXDf4AJAOUqWcDhbwAAAAASUVORK5CYII=") !important;
}

/* line 127, vendor/assets/bower_components/toastr/toastr.scss */
#toast-container > .toast-error {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAHOSURBVEhLrZa/SgNBEMZzh0WKCClSCKaIYOED+AAKeQQLG8HWztLCImBrYadgIdY+gIKNYkBFSwu7CAoqCgkkoGBI/E28PdbLZmeDLgzZzcx83/zZ2SSXC1j9fr+I1Hq93g2yxH4iwM1vkoBWAdxCmpzTxfkN2RcyZNaHFIkSo10+8kgxkXIURV5HGxTmFuc75B2RfQkpxHG8aAgaAFa0tAHqYFfQ7Iwe2yhODk8+J4C7yAoRTWI3w/4klGRgR4lO7Rpn9+gvMyWp+uxFh8+H+ARlgN1nJuJuQAYvNkEnwGFck18Er4q3egEc/oO+mhLdKgRyhdNFiacC0rlOCbhNVz4H9FnAYgDBvU3QIioZlJFLJtsoHYRDfiZoUyIxqCtRpVlANq0EU4dApjrtgezPFad5S19Wgjkc0hNVnuF4HjVA6C7QrSIbylB+oZe3aHgBsqlNqKYH48jXyJKMuAbiyVJ8KzaB3eRc0pg9VwQ4niFryI68qiOi3AbjwdsfnAtk0bCjTLJKr6mrD9g8iq/S/B81hguOMlQTnVyG40wAcjnmgsCNESDrjme7wfftP4P7SP4N3CJZdvzoNyGq2c/HWOXJGsvVg+RA/k2MC/wN6I2YA2Pt8GkAAAAASUVORK5CYII=") !important;
}

/* line 130, vendor/assets/bower_components/toastr/toastr.scss */
#toast-container > .toast-success {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAADsSURBVEhLY2AYBfQMgf///3P8+/evAIgvA/FsIF+BavYDDWMBGroaSMMBiE8VC7AZDrIFaMFnii3AZTjUgsUUWUDA8OdAH6iQbQEhw4HyGsPEcKBXBIC4ARhex4G4BsjmweU1soIFaGg/WtoFZRIZdEvIMhxkCCjXIVsATV6gFGACs4Rsw0EGgIIH3QJYJgHSARQZDrWAB+jawzgs+Q2UO49D7jnRSRGoEFRILcdmEMWGI0cm0JJ2QpYA1RDvcmzJEWhABhD/pqrL0S0CWuABKgnRki9lLseS7g2AlqwHWQSKH4oKLrILpRGhEQCw2LiRUIa4lwAAAABJRU5ErkJggg==") !important;
}

/* line 133, vendor/assets/bower_components/toastr/toastr.scss */
#toast-container > .toast-warning {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGYSURBVEhL5ZSvTsNQFMbXZGICMYGYmJhAQIJAICYQPAACiSDB8AiICQQJT4CqQEwgJvYASAQCiZiYmJhAIBATCARJy+9rTsldd8sKu1M0+dLb057v6/lbq/2rK0mS/TRNj9cWNAKPYIJII7gIxCcQ51cvqID+GIEX8ASG4B1bK5gIZFeQfoJdEXOfgX4QAQg7kH2A65yQ87lyxb27sggkAzAuFhbbg1K2kgCkB1bVwyIR9m2L7PRPIhDUIXgGtyKw575yz3lTNs6X4JXnjV+LKM/m3MydnTbtOKIjtz6VhCBq4vSm3ncdrD2lk0VgUXSVKjVDJXJzijW1RQdsU7F77He8u68koNZTz8Oz5yGa6J3H3lZ0xYgXBK2QymlWWA+RWnYhskLBv2vmE+hBMCtbA7KX5drWyRT/2JsqZ2IvfB9Y4bWDNMFbJRFmC9E74SoS0CqulwjkC0+5bpcV1CZ8NMej4pjy0U+doDQsGyo1hzVJttIjhQ7GnBtRFN1UarUlH8F3xict+HY07rEzoUGPlWcjRFRr4/gChZgc3ZL2d8oAAAAASUVORK5CYII=") !important;
}

/* line 136, vendor/assets/bower_components/toastr/toastr.scss */
#toast-container.toast-top-center > div,
#toast-container.toast-bottom-center > div {
  width: 300px;
  margin: auto;
}

/* line 141, vendor/assets/bower_components/toastr/toastr.scss */
#toast-container.toast-top-full-width > div,
#toast-container.toast-bottom-full-width > div {
  width: 96%;
  margin: auto;
}

/* line 146, vendor/assets/bower_components/toastr/toastr.scss */
.toast {
  background-color: #030303;
}

/* line 149, vendor/assets/bower_components/toastr/toastr.scss */
.toast-success {
  background-color: #51a351;
}

/* line 152, vendor/assets/bower_components/toastr/toastr.scss */
.toast-error {
  background-color: #bd362f;
}

/* line 155, vendor/assets/bower_components/toastr/toastr.scss */
.toast-info {
  background-color: #2f96b4;
}

/* line 158, vendor/assets/bower_components/toastr/toastr.scss */
.toast-warning {
  background-color: #f89406;
}

/* line 162, vendor/assets/bower_components/toastr/toastr.scss */
.toast-progress {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 4px;
  background-color: #000000;
  opacity: 0.4;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
  filter: alpha(opacity=40);
}

/*Responsive Design*/
@media all and (max-width: 240px) {
  /* line 175, vendor/assets/bower_components/toastr/toastr.scss */
  #toast-container > div {
    padding: 8px 8px 8px 50px;
    width: 11em;
  }
  /* line 179, vendor/assets/bower_components/toastr/toastr.scss */
  #toast-container .toast-close-button {
    right: -0.2em;
    top: -0.2em;
  }
}

@media all and (min-width: 241px) and (max-width: 480px) {
  /* line 185, vendor/assets/bower_components/toastr/toastr.scss */
  #toast-container > div {
    padding: 8px 8px 8px 50px;
    width: 18em;
  }
  /* line 189, vendor/assets/bower_components/toastr/toastr.scss */
  #toast-container .toast-close-button {
    right: -0.2em;
    top: -0.2em;
  }
}

@media all and (min-width: 481px) and (max-width: 768px) {
  /* line 195, vendor/assets/bower_components/toastr/toastr.scss */
  #toast-container > div {
    padding: 15px 15px 15px 50px;
    width: 25em;
  }
}

/*Constants and Mixins*/
/* line 2, app/assets/stylesheets/landing-pages/forms.scss */
label {
  margin-top: 8px;
  display: inline-block;
  font-size: 11px;
  text-transform: uppercase;
  width: 100%;
  padding: 5px 0 2px;
  text-align: left;
  color: #333333;
  font-family: "Lato", Arial;
}

/* line 14, app/assets/stylesheets/landing-pages/forms.scss */
input:not([type="submit"]):not(.search-tool__input) {
  width: 100%;
  padding: 6px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  border: 1px solid #dadada;
  font-size: 12px;
  margin-top: 10px;
  font-family: "Lato";
  font-weight: 400;
  color: #878787;
  border-radius: 0;
}

/* line 26, app/assets/stylesheets/landing-pages/forms.scss */
input:not([type="submit"]):not(.search-tool__input):focus {
  box-shadow: 0px 0px 10px 4px rgba(0, 0, 0, 0.1);
}

/* line 30, app/assets/stylesheets/landing-pages/forms.scss */
input[type="submit"] {
  padding: 5px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  border: 0;
  font-size: 13px;
  margin-top: 10px;
  font-family: "Lato";
  font-weight: 400;
  color: #ffffff;
  background-color: #48ab44;
  text-align: center;
  float: right;
  border-radius: 0;
}

/* line 44, app/assets/stylesheets/landing-pages/forms.scss */
input[type="checkbox"] {
  width: auto;
}

/* line 48, app/assets/stylesheets/landing-pages/forms.scss */
input[type="text"], input[type="email"], input[type="password"], input[type="submit"] {
  -webkit-appearance: none;
}

/* line 52, app/assets/stylesheets/landing-pages/forms.scss */
.styled_checkbox {
  display: block;
}

/* line 54, app/assets/stylesheets/landing-pages/forms.scss */
.styled_checkbox input[type="checkbox"] {
  display: none !important;
}

/* line 57, app/assets/stylesheets/landing-pages/forms.scss */
.styled_checkbox input[type="checkbox"] + label {
  position: relative;
  margin-top: 0;
  padding-left: 20px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}

/* line 62, app/assets/stylesheets/landing-pages/forms.scss */
.styled_checkbox input[type="checkbox"] + label::before {
  content: '';
  position: absolute;
  left: 0px;
  width: 13px;
  height: 13px;
  padding: 2px;
  padding-top: 0px;
  border: 1px solid #888;
  top: 10%;
  transition: 0.5s;
  line-height: 12px;
  font-size: 11px;
}

/* line 77, app/assets/stylesheets/landing-pages/forms.scss */
.styled_checkbox input[type=checkbox]:checked + label {
  margin-bottom: 5px !important;
}

/* line 78, app/assets/stylesheets/landing-pages/forms.scss */
.styled_checkbox input[type=checkbox]:checked + label::before {
  content: "\2713";
  color: #48ab44;
  border: 1px solid #48ab44;
}

/* line 87, app/assets/stylesheets/landing-pages/forms.scss */
.user_address_fields {
  display: none !important;
}

/* Targetting Webkit browsers only. FF will show the dropdown arrow with so much padding. */
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  /* line 93, app/assets/stylesheets/landing-pages/forms.scss */
  select {
    padding-right: 18px;
  }
}

/* line 96, app/assets/stylesheets/landing-pages/forms.scss */
.fake-select {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  vertical-align: -webkit-baseline-middle;
  background-color: #fdfdfd;
  width: 100%;
  font-family: Lato;
  border: 1px solid #e6e6e6;
  margin: 0 0 15px;
  font-size: 16px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}

/* line 108, app/assets/stylesheets/landing-pages/forms.scss */
.fake-select select {
  width: 100% !important;
  margin-bottom: 8px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  height: 45px;
  border-radius: 0;
  outline: none;
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  border: 1px solid transparent;
  margin: 0;
  top: 0;
  padding-left: 10px;
  color: #333333;
  background-color: #fff;
}

/* line 124, app/assets/stylesheets/landing-pages/forms.scss */
.fake-select select:disabled {
  background: #ebebe4;
}

/* line 127, app/assets/stylesheets/landing-pages/forms.scss */
.fake-select.big-select {
  width: 100%;
  margin-top: -2px;
}

/* line 130, app/assets/stylesheets/landing-pages/forms.scss */
.fake-select.big-select select {
  height: 60px;
  font-size: 40px;
  width: 100% !important;
  padding-top: 3px;
}

/* line 136, app/assets/stylesheets/landing-pages/forms.scss */
.fake-select.big-select option {
  font-size: 20px;
  padding: 10px 0;
  margin: 10px;
  background: #fff;
}

/* line 142, app/assets/stylesheets/landing-pages/forms.scss */
.fake-select.big-select:after {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 5px 0 5px;
  border-color: #dadada transparent transparent transparent;
  transform: rotate(0deg);
  top: 27px;
  right: 13px;
}

/* line 159, app/assets/stylesheets/landing-pages/forms.scss */
.fake-select:after {
  content: "\f107";
  font: normal normal normal 10px/1 FontAwesome;
  color: #333;
  padding: 0 0 2px;
  position: absolute;
  pointer-events: none;
  top: 16px;
  right: 16px;
}

/*Constants and Mixins*/
/* line 1, app/assets/stylesheets/landing-pages/../privates/spinner.css.scss */
#loader-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
  background-color: rgba(255, 255, 255, 0.7);
}

/* line 11, app/assets/stylesheets/landing-pages/../privates/spinner.css.scss */
#loader {
  display: block;
  position: relative;
  left: 50%;
  top: 50%;
  width: 150px;
  height: 150px;
  margin: -75px 0 0 -75px;
  border: 3px solid #81109c;
  z-index: 1500;
  transition: top 0.3s ease-in-out;
}

/* line 26, app/assets/stylesheets/landing-pages/../privates/spinner.css.scss */
#loader.--move-up {
  top: 25%;
}

/* line 31, app/assets/stylesheets/landing-pages/../privates/spinner.css.scss */
#loader:before {
  content: "";
  position: absolute;
  top: 5px;
  left: 5px;
  right: 5px;
  bottom: 5px;
  border: 3px solid #878787;
}

/* line 41, app/assets/stylesheets/landing-pages/../privates/spinner.css.scss */
#loader:after {
  content: "";
  position: absolute;
  top: 15px;
  left: 15px;
  right: 15px;
  bottom: 15px;
  border: 3px solid #78a315;
}

/* change border to transparent and set only border-top to a solid color */
/* line 53, app/assets/stylesheets/landing-pages/../privates/spinner.css.scss */
#loader {
  border: 3px solid transparent;
  border-top-color: #81109c;
}

/* line 58, app/assets/stylesheets/landing-pages/../privates/spinner.css.scss */
#loader:before {
  border: 3px solid transparent;
  border-top-color: #878787;
}

/* line 63, app/assets/stylesheets/landing-pages/../privates/spinner.css.scss */
#loader:after {
  border: 3px solid transparent;
  border-top-color: #78a315;
}

/* line 68, app/assets/stylesheets/landing-pages/../privates/spinner.css.scss */
#loader {
  border-radius: 50%;
}

/* line 72, app/assets/stylesheets/landing-pages/../privates/spinner.css.scss */
#loader:before {
  border-radius: 50%;
}

/* line 76, app/assets/stylesheets/landing-pages/../privates/spinner.css.scss */
#loader:after {
  border-radius: 50%;
}

@keyframes spin {
  0% {
    /* Chrome, Opera 15+, Safari 3.1+ */
    /* IE 9 */
    transform: rotate(0deg);
    /* Firefox 16+, IE 10+, Opera */
  }
  100% {
    /* Chrome, Opera 15+, Safari 3.1+ */
    /* IE 9 */
    transform: rotate(360deg);
    /* Firefox 16+, IE 10+, Opera */
  }
}

/* line 140, app/assets/stylesheets/landing-pages/../privates/spinner.css.scss */
#loader {
  animation: spin 2s linear infinite;
}

/* line 145, app/assets/stylesheets/landing-pages/../privates/spinner.css.scss */
#loader:before {
  animation: spin 3s linear infinite;
}

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

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

/* line 4, app/assets/stylesheets/landing-pages/../components/_social-btns.scss */
.social-btns {
  font-family: Lato, Arial;
  flex-direction: column;
}

/* line 8, app/assets/stylesheets/landing-pages/../components/_social-btns.scss */
.social-btns__list {
  flex-grow: 1;
  width: 100%;
}

/* line 13, app/assets/stylesheets/landing-pages/../components/_social-btns.scss */
.social-btns__header {
  display: none;
}

/* line 17, app/assets/stylesheets/landing-pages/../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/landing-pages/../components/_social-btns.scss */
.social-btns__elem:hover {
  opacity: .8;
}

/* line 35, app/assets/stylesheets/landing-pages/../components/_social-btns.scss */
.social-btns__elem .svg-icon {
  margin-right: 10px;
}

/* line 39, app/assets/stylesheets/landing-pages/../components/_social-btns.scss */
.social-btns__elem--facebook {
  background-color: #3a589b;
}

/* line 43, app/assets/stylesheets/landing-pages/../components/_social-btns.scss */
.social-btns__elem--linkedin {
  background-color: #007ab9;
}

/* line 47, app/assets/stylesheets/landing-pages/../components/_social-btns.scss */
.social-btns__elem--civic {
  background-color: #3ab03e;
}

/* line 53, app/assets/stylesheets/landing-pages/../components/_social-btns.scss */
.social-btns .civic {
  background-color: #3ab03e;
  padding-left: 30px;
}

/* line 57, app/assets/stylesheets/landing-pages/../components/_social-btns.scss */
.social-btns .civic::before {
  display: none;
}

/* line 61, app/assets/stylesheets/landing-pages/../components/_social-btns.scss */
.social-btns .civic img {
  margin-top: 0;
}

/* line 65, app/assets/stylesheets/landing-pages/../components/_social-btns.scss */
.social-btns .civic span {
  padding: 0;
  text-align: center;
}

/* line 70, app/assets/stylesheets/landing-pages/../components/_social-btns.scss */
.social-btns .civic--pt5 {
  padding-top: 5px;
}

/* line 74, app/assets/stylesheets/landing-pages/../components/_social-btns.scss */
.social-btns .civic--pl5 {
  padding-left: 5px;
}

@media all and (min-width: 768px) {
  /* line 81, app/assets/stylesheets/landing-pages/../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/landing-pages/../components/_social-btns.scss */
  .social-btns__header--f30 {
    font-size: 30px;
  }
  /* line 97, app/assets/stylesheets/landing-pages/../components/_social-btns.scss */
  .social-btns__header--weight300 {
    font-weight: 300;
  }
  /* line 101, app/assets/stylesheets/landing-pages/../components/_social-btns.scss */
  .social-btns__header--mt40 {
    margin-top: 40px;
  }
  /* line 105, app/assets/stylesheets/landing-pages/../components/_social-btns.scss */
  .social-btns__header--mb20 {
    margin-bottom: 20px;
  }
  /* line 111, app/assets/stylesheets/landing-pages/../components/_social-btns.scss */
  .social-btns .civic {
    padding-left: 30px;
  }
  /* line 115, app/assets/stylesheets/landing-pages/../components/_social-btns.scss */
  .social-btns .social-button {
    margin-top: 0;
  }
  /* line 118, app/assets/stylesheets/landing-pages/../components/_social-btns.scss */
  .social-btns .social-button--w200 {
    width: 200px;
  }
  /* line 122, app/assets/stylesheets/landing-pages/../components/_social-btns.scss */
  .social-btns .social-button--w-max {
    width: 100%;
  }
}

@media all and (min-width: 992px) {
  /* line 132, app/assets/stylesheets/landing-pages/../components/_social-btns.scss */
  .social-btns__list {
    display: flex;
    justify-content: flex-start;
  }
  /* line 137, app/assets/stylesheets/landing-pages/../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/landing-pages/../components/_social-btns.scss */
  .social-btns__list {
    flex-direction: column;
  }
  /* line 151, app/assets/stylesheets/landing-pages/../components/_social-btns.scss */
  .social-btns__elem {
    padding: 8px 30px;
    width: 100%;
  }
  /* line 156, app/assets/stylesheets/landing-pages/../components/_social-btns.scss */
  .social-btns__header {
    display: block;
  }
  /* line 159, app/assets/stylesheets/landing-pages/../components/_social-btns.scss */
  .social-btns__header--mt160 {
    margin-top: 160px;
  }
  /* line 163, app/assets/stylesheets/landing-pages/../components/_social-btns.scss */
  .social-btns__header--mb20 {
    margin-bottom: 20px;
  }
}

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

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

/* line 6, app/assets/stylesheets/landing-pages/../components/_svg-icon.scss */
.svg-icon {
  display: inline-block;
  fill: #fff;
  height: 25px;
  stroke: #fff;
  width: 25px;
}

/* line 13, app/assets/stylesheets/landing-pages/../components/_svg-icon.scss */
.svg-icon svg * {
  transition: all .5s;
}

/* line 19, app/assets/stylesheets/landing-pages/../components/_svg-icon.scss */
.svg-icon--absolute {
  position: absolute;
  z-index: 2;
}

/* line 24, app/assets/stylesheets/landing-pages/../components/_svg-icon.scss */
.svg-icon__circle {
  border: 1px solid transparent;
  border-radius: 50%;
  margin: auto;
}

/* line 29, app/assets/stylesheets/landing-pages/../components/_svg-icon.scss */
.svg-icon__circle--w100 {
  width: 100px;
}

/* line 33, app/assets/stylesheets/landing-pages/../components/_svg-icon.scss */
.svg-icon__circle--violet {
  box-shadow: 0px 0px 23px #f2eaf5;
}

/* line 38, app/assets/stylesheets/landing-pages/../components/_svg-icon.scss */
.svg-icon--center-left {
  bottom: 0;
  left: 25px;
  margin: auto;
  right: auto;
  top: 0;
}

/* line 46, app/assets/stylesheets/landing-pages/../components/_svg-icon.scss */
.svg-icon--left15 {
  left: 15px;
}

/* line 50, app/assets/stylesheets/landing-pages/../components/_svg-icon.scss */
.svg-icon--header {
  display: none;
  height: 42px;
  width: 42px;
}

/* line 56, app/assets/stylesheets/landing-pages/../components/_svg-icon.scss */
.svg-icon--size20 {
  height: 20px;
  width: 20px;
}

/* line 61, app/assets/stylesheets/landing-pages/../components/_svg-icon.scss */
.svg-icon--size25 {
  height: 25px;
  width: 25px;
}

/* line 66, app/assets/stylesheets/landing-pages/../components/_svg-icon.scss */
.svg-icon--size30 {
  height: 30px;
  width: 30px;
}

/* line 71, app/assets/stylesheets/landing-pages/../components/_svg-icon.scss */
.svg-icon--size50 {
  height: 50px;
  width: 50px;
}

/* line 76, app/assets/stylesheets/landing-pages/../components/_svg-icon.scss */
.svg-icon--size70 {
  height: 70px;
  width: 70px;
}

/* line 81, app/assets/stylesheets/landing-pages/../components/_svg-icon.scss */
.svg-icon--size80 {
  height: 80px;
  width: 80px;
}

/* line 86, app/assets/stylesheets/landing-pages/../components/_svg-icon.scss */
.svg-icon--size200 {
  height: 200px;
  width: 200px;
}

/* line 91, app/assets/stylesheets/landing-pages/../components/_svg-icon.scss */
.svg-icon--violet {
  fill: #81109c;
  stroke: #81109c;
}

/* line 96, app/assets/stylesheets/landing-pages/../components/_svg-icon.scss */
.svg-icon--gray {
  fill: #838383;
  stroke: #838383;
}

/* line 101, app/assets/stylesheets/landing-pages/../components/_svg-icon.scss */
.svg-icon--white {
  fill: #fff;
}

/* line 105, app/assets/stylesheets/landing-pages/../components/_svg-icon.scss */
.svg-icon--green {
  fill: #78a315;
  stroke: #78a315;
}

/* line 110, app/assets/stylesheets/landing-pages/../components/_svg-icon.scss */
.svg-icon--yellow {
  fill: #fcd484;
  stroke: #fcd484;
}

/* line 115, app/assets/stylesheets/landing-pages/../components/_svg-icon.scss */
.svg-icon--purple {
  fill: #560e99;
  stroke: #560e99;
}

/* line 120, app/assets/stylesheets/landing-pages/../components/_svg-icon.scss */
.svg-icon--red {
  fill: #b72720;
  stroke: #b72720;
}

/* line 125, app/assets/stylesheets/landing-pages/../components/_svg-icon.scss */
.svg-icon--rotate45 {
  transform: rotate(45deg);
}

/* line 129, app/assets/stylesheets/landing-pages/../components/_svg-icon.scss */
.svg-icon--stroke8 {
  stroke-width: 8px;
}

/* line 133, app/assets/stylesheets/landing-pages/../components/_svg-icon.scss */
.svg-icon--stroke5 {
  stroke-width: 5px;
}

/* line 137, app/assets/stylesheets/landing-pages/../components/_svg-icon.scss */
.svg-icon--stroke4 {
  stroke-width: 4px;
}

/* line 141, app/assets/stylesheets/landing-pages/../components/_svg-icon.scss */
.svg-icon--m-r-5 {
  margin-right: 5px;
}

@media all and (min-width: 992px) {
  /* line 148, app/assets/stylesheets/landing-pages/../components/_svg-icon.scss */
  .svg-icon--header {
    display: inline-block;
  }
}

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

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

/* line 48, app/assets/stylesheets/landing-pages/../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/landing-pages/../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/landing-pages/../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/landing-pages/../components/_general-inputs.scss */
#profile_birth_year::-webkit-input-placeholder {
  font-size: 13px;
}

/* line 69, app/assets/stylesheets/landing-pages/../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/landing-pages/../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/landing-pages/../components/_general-inputs.scss */
.general-inputs {
  font-family: Lato, Arial;
  margin: 20px 0;
  position: relative;
  width: 100%;
}

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

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

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

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

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

/* line 109, app/assets/stylesheets/landing-pages/../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/landing-pages/../components/_general-inputs.scss */
.general-inputs__3-inputs {
  display: flex;
  justify-content: space-between;
}

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

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

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

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

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

/* line 150, app/assets/stylesheets/landing-pages/../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/landing-pages/../components/_general-inputs.scss */
.general-inputs__label--no-text-transform {
  text-transform: none;
}

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

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

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

/* line 176, app/assets/stylesheets/landing-pages/../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/landing-pages/../components/_general-inputs.scss */
.general-inputs .svg-icon.toggle-password-icon {
  top: 10px;
  z-index: 10;
}

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

/* line 199, app/assets/stylesheets/landing-pages/../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/landing-pages/../components/_general-inputs.scss */
  .general-inputs__icon--crossed::after {
    top: 54px;
  }
}

/* line 216, app/assets/stylesheets/landing-pages/../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/landing-pages/../components/_general-inputs.scss */
.general-inputs .svg-icon--bottom10 {
  bottom: 10px;
}

/* line 233, app/assets/stylesheets/landing-pages/../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/landing-pages/../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/landing-pages/../components/_general-inputs.scss */
.general-inputs__fake-select select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000;
}

/* line 253, app/assets/stylesheets/landing-pages/../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/landing-pages/../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/landing-pages/../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/landing-pages/../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/landing-pages/../components/_general-inputs.scss */
.general-inputs__submit--full-width {
  width: 100%;
}

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

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

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

/* line 344, app/assets/stylesheets/landing-pages/../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/landing-pages/../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/landing-pages/../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/landing-pages/../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/landing-pages/../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/landing-pages/../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/landing-pages/../components/_general-inputs.scss */
.general-inputs__checkbox label.height-auto, .general-inputs__radio label.height-auto {
  height: auto;
}

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

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

/* line 405, app/assets/stylesheets/landing-pages/../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/landing-pages/../components/_general-inputs.scss */
.general-inputs__checkbox label.f-16, .general-inputs__radio label.f-16 {
  font-size: 16px;
}

/* line 414, app/assets/stylesheets/landing-pages/../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/landing-pages/../components/_general-inputs.scss */
.general-inputs__checkbox label.error::before, .general-inputs__radio label.error::before {
  display: none;
}

/* line 424, app/assets/stylesheets/landing-pages/../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/landing-pages/../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/landing-pages/../components/_general-inputs.scss */
.general-inputs__checkbox--bg-gray, .general-inputs__radio--bg-gray {
  background-color: #f6f6f6;
}

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

/* line 452, app/assets/stylesheets/landing-pages/../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/landing-pages/../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/landing-pages/../components/_general-inputs.scss */
.general-inputs__checkbox--columns, .general-inputs__radio--columns {
  width: 50%;
}

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

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

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

/* line 485, app/assets/stylesheets/landing-pages/../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/landing-pages/../components/_general-inputs.scss */
.general-inputs__password-settings {
  align-items: center;
  display: flex;
  justify-content: space-between;
}

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

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

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

/* line 510, app/assets/stylesheets/landing-pages/../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/landing-pages/../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/landing-pages/../components/_general-inputs.scss */
.general-inputs__number-increase--right45 {
  right: 45px;
}

/* line 537, app/assets/stylesheets/landing-pages/../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/landing-pages/../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/landing-pages/../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/landing-pages/../components/_general-inputs.scss */
.general-inputs--z-index9 {
  z-index: 9;
}

/* line 572, app/assets/stylesheets/landing-pages/../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/landing-pages/../components/_general-inputs.scss */
.general-inputs__add-btn:hover, .general-inputs__remove-btn:hover {
  opacity: 1;
  text-decoration: underline;
}

/* line 586, app/assets/stylesheets/landing-pages/../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/landing-pages/../components/_general-inputs.scss */
.general-inputs__remove-btn {
  display: none;
}

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

/* line 600, app/assets/stylesheets/landing-pages/../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/landing-pages/../components/_general-inputs.scss */
.general-inputs .field-with-error .general-inputs__text {
  position: relative;
}

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

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

/* line 625, app/assets/stylesheets/landing-pages/../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/landing-pages/../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/landing-pages/../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/landing-pages/../components/_general-inputs.scss */
.general-inputs .js-cursor {
  cursor: pointer;
}

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

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

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

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

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

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

/* line 732, app/assets/stylesheets/landing-pages/../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/landing-pages/../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/landing-pages/../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/landing-pages/../components/_general-inputs.scss */
.company-description-input {
  height: 135px;
}

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

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

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

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

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

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

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

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

/* line 800, app/assets/stylesheets/landing-pages/../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/landing-pages/../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 13, app/assets/stylesheets/landing-pages/../components/../shared/_bootstrap.scss */
.btn-primary {
  background: #560e99;
}

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

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

/* line 10, app/assets/stylesheets/landing-pages/../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/landing-pages/../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/landing-pages/../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/landing-pages/../components/_join-form.scss */
.form-header .header-item.active {
  border-bottom-color: #81109c;
  color: #81109c;
}

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

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

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

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

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

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

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

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

/* line 78, app/assets/stylesheets/landing-pages/../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/landing-pages/../components/_join-form.scss */
.join-form__switch-form {
  font-family: Lato, Arial;
  font-size: 14px;
  text-align: center;
}

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

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

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

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

/* line 111, app/assets/stylesheets/landing-pages/../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/landing-pages/../components/_join-form.scss */
  .join-form .reset_password {
    padding: 23px 40px;
  }
}

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

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

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

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

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

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

@media all and (min-width: 1200px) {
  /* line 147, app/assets/stylesheets/landing-pages/../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/landing-pages/../components/_join-form.scss */
  .join-form .reset-password--success {
    margin-top: 20px;
  }
  /* line 159, app/assets/stylesheets/landing-pages/../components/_join-form.scss */
  .join-form--column {
    flex-direction: column;
  }
  /* line 163, app/assets/stylesheets/landing-pages/../components/_join-form.scss */
  .join-form .social-btns {
    width: 30%;
  }
  /* line 167, app/assets/stylesheets/landing-pages/../components/_join-form.scss */
  .join-form .general-form {
    padding: 40px;
    position: relative;
    width: 55%;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

/* line 6, app/assets/stylesheets/landing-pages/../components/_two-fa-login.scss */
.two-fa-login {
  font-family: Lato, Arial;
  font-weight: 400;
}

/* line 12, app/assets/stylesheets/landing-pages/../components/_two-fa-login.scss */
.two-fa-login--column {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

/* line 18, app/assets/stylesheets/landing-pages/../components/_two-fa-login.scss */
.two-fa-login--text-center {
  text-align: center;
}

/* line 22, app/assets/stylesheets/landing-pages/../components/_two-fa-login.scss */
.two-fa-login__welcome-text {
  color: #666;
  font-size: 18px;
  font-weight: 700;
}

/* line 28, app/assets/stylesheets/landing-pages/../components/_two-fa-login.scss */
.two-fa-login__verify-text {
  font-size: 16px;
  margin: 5px 0;
}

/* line 33, app/assets/stylesheets/landing-pages/../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/landing-pages/../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/landing-pages/../components/_two-fa-login.scss */
.two-fa-login__help-box--bg-gray {
  background-color: #f1efef;
}

/* line 54, app/assets/stylesheets/landing-pages/../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/landing-pages/../components/../shared/_bootstrap.scss */
.btn-primary {
  background: #560e99;
}

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

/* line 6, app/assets/stylesheets/landing-pages/../components/_section.scss */
.section {
  font-family: Lato, Arial;
}

/* line 10, app/assets/stylesheets/landing-pages/../components/_section.scss */
.section__boxes, .section--flex {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}

/* line 18, app/assets/stylesheets/landing-pages/../components/_section.scss */
.section__column-wrapper {
  display: flex;
  flex-direction: column-reverse;
  flex-wrap: nowrap;
  justify-content: space-between;
}

/* line 25, app/assets/stylesheets/landing-pages/../components/_section.scss */
.section--space-between {
  justify-content: space-between;
}

/* line 29, app/assets/stylesheets/landing-pages/../components/_section.scss */
.section--text-justify {
  text-align: justify;
}

/* line 33, app/assets/stylesheets/landing-pages/../components/_section.scss */
.section--justify-left {
  justify-content: flex-start;
}

/* line 37, app/assets/stylesheets/landing-pages/../components/_section.scss */
.section__page-name {
  font-family: Lato, Arial;
}

/* line 41, app/assets/stylesheets/landing-pages/../components/_section.scss */
.section--text-center {
  text-align: center;
}

/* line 46, app/assets/stylesheets/landing-pages/../components/_section.scss */
.section--text-left {
  text-align: left;
}

/* line 50, app/assets/stylesheets/landing-pages/../components/_section.scss */
.section--justify-left {
  justify-content: flex-start;
}

/* line 54, app/assets/stylesheets/landing-pages/../components/_section.scss */
.section--no-wrap {
  flex-wrap: nowrap;
}

/* line 58, app/assets/stylesheets/landing-pages/../components/_section.scss */
.section--gray {
  background-color: #bfbfbf;
}

/* line 62, app/assets/stylesheets/landing-pages/../components/_section.scss */
.section--light-gray {
  background-color: #f9f9f9;
}

/* line 66, app/assets/stylesheets/landing-pages/../components/_section.scss */
.section--margin-out-40 {
  margin: 0 -40px;
}

/* line 70, app/assets/stylesheets/landing-pages/../components/_section.scss */
.section--capitalize {
  text-transform: capitalize;
}

/* line 74, app/assets/stylesheets/landing-pages/../components/_section.scss */
.section__sub-text {
  font-size: 15px;
  font-weight: 400;
}

/* line 79, app/assets/stylesheets/landing-pages/../components/_section.scss */
.section__mobile-wrap {
  flex-wrap: wrap;
}

@media all and (min-width: 768px) {
  /* line 79, app/assets/stylesheets/landing-pages/../components/_section.scss */
  .section__mobile-wrap {
    flex-wrap: nowrap;
  }
}

/* line 87, app/assets/stylesheets/landing-pages/../components/_section.scss */
.section--white, .section--white.company {
  background: #fff;
}

/* line 92, app/assets/stylesheets/landing-pages/../components/_section.scss */
.section__description {
  color: #838383;
  line-height: 28px;
}

/* line 97, app/assets/stylesheets/landing-pages/../components/_section.scss */
.section--w890 {
  max-width: 890px;
  width: 100%;
}

/* line 102, app/assets/stylesheets/landing-pages/../components/_section.scss */
.section--max-620 {
  max-width: 620px;
  width: 100%;
}

/* line 107, app/assets/stylesheets/landing-pages/../components/_section.scss */
.section--max-450 {
  max-width: 450px;
  width: 100%;
}

/* line 112, app/assets/stylesheets/landing-pages/../components/_section.scss */
.section--width-200 {
  width: 200px;
}

/* line 116, app/assets/stylesheets/landing-pages/../components/_section.scss */
.section--margin-center {
  margin: 0 auto;
}

/* line 120, app/assets/stylesheets/landing-pages/../components/_section.scss */
.section--f12 {
  font-size: 12px;
}

/* line 124, app/assets/stylesheets/landing-pages/../components/_section.scss */
.section--f14 {
  font-size: 14px;
}

/* line 128, app/assets/stylesheets/landing-pages/../components/_section.scss */
.section--f16 {
  font-size: 16px;
}

/* line 132, app/assets/stylesheets/landing-pages/../components/_section.scss */
.section--f18 {
  font-size: 18px;
}

/* line 136, app/assets/stylesheets/landing-pages/../components/_section.scss */
.section--f20 {
  font-size: 20px;
}

/* line 140, app/assets/stylesheets/landing-pages/../components/_section.scss */
.section--f26 {
  font-size: 26px;
}

/* line 144, app/assets/stylesheets/landing-pages/../components/_section.scss */
.section--f32 {
  font-size: 32px;
}

/* line 148, app/assets/stylesheets/landing-pages/../components/_section.scss */
.section--f46 {
  font-size: 46px;
}

/* line 152, app/assets/stylesheets/landing-pages/../components/_section.scss */
.section--p20 {
  padding: 20px;
}

/* line 156, app/assets/stylesheets/landing-pages/../components/_section.scss */
.section--p-x-10 {
  padding: 0 10px;
}

/* line 160, app/assets/stylesheets/landing-pages/../components/_section.scss */
.section--p-y-70 {
  padding: 70px 0;
}

/* line 164, app/assets/stylesheets/landing-pages/../components/_section.scss */
.section--p-t-75 {
  padding-top: 75px;
}

/* line 168, app/assets/stylesheets/landing-pages/../components/_section.scss */
.section--pt0 {
  padding-top: 0;
}

/* line 172, app/assets/stylesheets/landing-pages/../components/_section.scss */
.section--mt20 {
  margin-top: 20px;
}

/* line 176, app/assets/stylesheets/landing-pages/../components/_section.scss */
.section--pbt0 {
  padding-bottom: 0;
  padding-top: 0;
}

/* line 181, app/assets/stylesheets/landing-pages/../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/landing-pages/../components/_section.scss */
.section__header--light {
  font-size: 30px;
  font-weight: 300;
  text-transform: none;
}

/* line 194, app/assets/stylesheets/landing-pages/../components/_section.scss */
.section__header--white {
  color: #fff;
}

/* line 198, app/assets/stylesheets/landing-pages/../components/_section.scss */
.section__header--purple {
  color: #560e99;
}

/* line 202, app/assets/stylesheets/landing-pages/../components/_section.scss */
.section__header--f24 {
  font-size: 24px;
}

/* line 206, app/assets/stylesheets/landing-pages/../components/_section.scss */
.section__header--no-transform {
  text-transform: none;
}

/* line 210, app/assets/stylesheets/landing-pages/../components/_section.scss */
.section__header--bottom-gray {
  border-bottom: 1px solid #e6e6e6;
  padding-bottom: 5px;
}

/* line 217, app/assets/stylesheets/landing-pages/../components/_section.scss */
.section--font-light {
  font-weight: 300;
}

/* line 221, app/assets/stylesheets/landing-pages/../components/_section.scss */
.section__center-vertically {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
}

/* line 227, app/assets/stylesheets/landing-pages/../components/_section.scss */
.section--green {
  color: #78a315;
}

/* line 231, app/assets/stylesheets/landing-pages/../components/_section.scss */
.section--bottom-gray {
  border-bottom: 1px solid #e6e6e6;
}

/* line 237, app/assets/stylesheets/landing-pages/../components/_section.scss */
.section__buttons-white a {
  color: #fff;
}

/* line 241, app/assets/stylesheets/landing-pages/../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/landing-pages/../components/_section.scss */
.section--justify-content {
  justify-content: center;
}

/* line 263, app/assets/stylesheets/landing-pages/../components/_section.scss */
.section__separator {
  overflow: hidden;
  position: relative;
}

/* line 267, app/assets/stylesheets/landing-pages/../components/_section.scss */
.section__separator--no-text {
  height: 3px;
}

/* line 271, app/assets/stylesheets/landing-pages/../components/_section.scss */
.section__separator--gray {
  background-color: #838383;
}

/* line 275, app/assets/stylesheets/landing-pages/../components/_section.scss */
.section__separator--h1 {
  height: 1px;
}

/* line 279, app/assets/stylesheets/landing-pages/../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/landing-pages/../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/landing-pages/../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/landing-pages/../components/_section.scss */
.section--bold {
  font-weight: 700;
}

/* line 317, app/assets/stylesheets/landing-pages/../components/_section.scss */
.section__link--bold {
  font-weight: 700;
}

/* line 321, app/assets/stylesheets/landing-pages/../components/_section.scss */
.section__link--underline {
  text-decoration: underline;
}

/* line 325, app/assets/stylesheets/landing-pages/../components/_section.scss */
.section__link--purple {
  color: #560e99;
}

/* line 330, app/assets/stylesheets/landing-pages/../components/_section.scss */
.section__column {
  margin: 0 auto;
}

/* line 334, app/assets/stylesheets/landing-pages/../components/_section.scss */
.section__center {
  margin: auto;
}

@media all and (min-width: 992px) {
  /* line 341, app/assets/stylesheets/landing-pages/../components/_section.scss */
  .section__buttons {
    align-items: center;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
  }
  /* line 347, app/assets/stylesheets/landing-pages/../components/_section.scss */
  .section__buttons a {
    margin: 10px 0;
    width: 48%;
  }
  /* line 353, app/assets/stylesheets/landing-pages/../components/_section.scss */
  .section__column {
    margin: 0;
  }
  /* line 357, app/assets/stylesheets/landing-pages/../components/_section.scss */
  .section__column-wrapper {
    flex-direction: row;
  }
  /* line 361, app/assets/stylesheets/landing-pages/../components/_section.scss */
  .section__sidebar {
    max-width: 250px;
    width: 100%;
  }
}

@media all and (min-width: 1200px) {
  /* line 370, app/assets/stylesheets/landing-pages/../components/_section.scss */
  .section__sidebar {
    max-width: 370px;
  }
}

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

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

/* line 9, app/assets/stylesheets/landing-pages/../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/landing-pages/../components/_circle-steps.scss */
.circle-steps .circle-wrapper {
  display: none;
}

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

/* line 27, app/assets/stylesheets/landing-pages/../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/landing-pages/../components/_circle-steps.scss */
.circle-steps .circle-wrapper--active .circle-steps__step::before {
  display: none;
}

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

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

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

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

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

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

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

/* line 75, app/assets/stylesheets/landing-pages/../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/landing-pages/../components/_circle-steps.scss */
.circle-steps__step-number {
  font-size: 30px;
  line-height: 70px;
}

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

/* line 96, app/assets/stylesheets/landing-pages/../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/landing-pages/../components/_circle-steps.scss */
.circle-steps__step--active .circle-steps__step-text {
  color: #641a7a;
}

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

/* line 113, app/assets/stylesheets/landing-pages/../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/landing-pages/../components/_circle-steps.scss */
  .circle-steps .circle-wrapper:last-child .circle-steps__step::before {
    display: none;
  }
  /* line 130, app/assets/stylesheets/landing-pages/../components/_circle-steps.scss */
  .circle-steps .circle-wrapper {
    display: block;
    margin: 0;
  }
  /* line 134, app/assets/stylesheets/landing-pages/../components/_circle-steps.scss */
  .circle-steps .circle-wrapper .circle-steps__step::before {
    display: block;
  }
  /* line 140, app/assets/stylesheets/landing-pages/../components/_circle-steps.scss */
  .circle-steps--max-340 .circle-steps__step--half-step::after {
    right: -115px;
  }
  /* line 145, app/assets/stylesheets/landing-pages/../components/_circle-steps.scss */
  .circle-steps__step {
    display: block;
    position: relative;
  }
  /* line 149, app/assets/stylesheets/landing-pages/../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/landing-pages/../components/_circle-steps.scss */
  .circle-steps__step:last-child::before {
    display: none;
  }
  /* line 167, app/assets/stylesheets/landing-pages/../components/_circle-steps.scss */
  .circle-steps__step--short-line::before {
    right: -93px;
    width: 80px;
  }
  /* line 172, app/assets/stylesheets/landing-pages/../components/_circle-steps.scss */
  .circle-steps__step--active {
    margin: 0;
  }
  /* line 176, app/assets/stylesheets/landing-pages/../components/_circle-steps.scss */
  .circle-steps__step--center {
    margin: 0 auto;
  }
  /* line 181, app/assets/stylesheets/landing-pages/../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/landing-pages/../components/_circle-steps.scss */
  .circle-steps__step--short-line::before {
    right: -140px;
    width: 110px;
  }
  /* line 210, app/assets/stylesheets/landing-pages/../components/_circle-steps.scss */
  .circle-steps__step--half-step::after {
    right: -100px;
  }
}

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

/* line 3, app/assets/stylesheets/landing-pages/../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/landing-pages/../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/landing-pages/../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/landing-pages/../components/_scroll_up.scss */
.scroll-up .inner::before {
  left: 13px;
  transform: rotate(45deg);
}

/* line 41, app/assets/stylesheets/landing-pages/../components/_scroll_up.scss */
.scroll-up .inner::after {
  right: 13px;
  transform: rotate(-45deg);
}

@media (max-width: 991px) {
  /* line 50, app/assets/stylesheets/landing-pages/../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/landing-pages/../components/_scroll_up.scss */
  .scroll-up .inner::after, .scroll-up .inner::before {
    top: 28px;
  }
  /* line 64, app/assets/stylesheets/landing-pages/../components/_scroll_up.scss */
  .scroll-up .inner::after {
    right: 35px;
  }
  /* line 68, app/assets/stylesheets/landing-pages/../components/_scroll_up.scss */
  .scroll-up .inner::before {
    left: -6px;
  }
}

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

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

/* line 6, app/assets/stylesheets/landing-pages/../components/_press-section.scss */
.press-section {
  font-family: Lato, Arial;
}

/* line 9, app/assets/stylesheets/landing-pages/../components/_press-section.scss */
.press-section__header {
  font-size: 26px;
  font-weight: 300;
  padding-top: 20px;
}

/* line 15, app/assets/stylesheets/landing-pages/../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/landing-pages/../components/_press-section.scss */
  .press-section__list {
    justify-content: space-between;
  }
}

/* line 30, app/assets/stylesheets/landing-pages/../components/_press-section.scss */
.press-section__list-element {
  margin: 10px 15px;
}

/* line 34, app/assets/stylesheets/landing-pages/../components/_press-section.scss */
.press-section__list-element a {
  background-image: url(/assets/homepage/sprites-ae5db2cdb8bd565262c90419571aa851aea3d0e817b7f7d15e2a2174a5591998.png);
}

/* line 38, app/assets/stylesheets/landing-pages/../components/_press-section.scss */
.press-section__list-element.cbn {
  width: 90px;
}

/* line 41, app/assets/stylesheets/landing-pages/../components/_press-section.scss */
.press-section__list-element.cbn a {
  background-position: -553px -401px;
  height: 86px;
}

/* line 47, app/assets/stylesheets/landing-pages/../components/_press-section.scss */
.press-section__list-element.bbc {
  width: 155px;
}

/* line 50, app/assets/stylesheets/landing-pages/../components/_press-section.scss */
.press-section__list-element.bbc a {
  background-position: -539px -175px;
  height: 53px;
}

/* line 56, app/assets/stylesheets/landing-pages/../components/_press-section.scss */
.press-section__list-element.rt {
  width: 93px;
}

/* line 59, app/assets/stylesheets/landing-pages/../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/landing-pages/../components/_press-section.scss */
.press-section__list-element.bloomberg {
  width: 205px;
}

/* line 71, app/assets/stylesheets/landing-pages/../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/landing-pages/../components/_press-section.scss */
.press-section__list-element.coindesk {
  width: 188px;
}

/* line 83, app/assets/stylesheets/landing-pages/../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/landing-pages/../components/_press-section.scss */
.press-section__list-element.nasdaq {
  width: 188px;
}

/* line 95, app/assets/stylesheets/landing-pages/../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/landing-pages/../components/_press-section.scss */
  .press-section__list-element {
    filter: grayscale(100%);
    transition: .5s ease-in-out;
  }
  /* line 108, app/assets/stylesheets/landing-pages/../components/_press-section.scss */
  .press-section__list-element:hover {
    filter: grayscale(0%);
  }
}

/* line 16, app/assets/stylesheets/landing-pages/homepage.css.scss */
.lato {
  font-family: Lato;
}

/* line 20, app/assets/stylesheets/landing-pages/homepage.css.scss */
.none {
  display: none;
}

/* line 24, app/assets/stylesheets/landing-pages/homepage.css.scss */
a {
  transition: color .5s ease;
}

/* line 31, app/assets/stylesheets/landing-pages/homepage.css.scss */
.join-form__switch-form {
  display: none;
}

/* line 35, app/assets/stylesheets/landing-pages/homepage.css.scss */
.modal {
  transition: opacity .2s ease;
}

/* line 36, app/assets/stylesheets/landing-pages/homepage.css.scss */
.modal .modal-header {
  border-bottom: none;
}

/* line 46, app/assets/stylesheets/landing-pages/homepage.css.scss */
.stats_box .map-section .stats li.last {
  font-size: 34px;
  font-weight: 300;
  margin-top: 30px;
  text-transform: uppercase;
}

/* line 53, app/assets/stylesheets/landing-pages/homepage.css.scss */
.play-btn-container {
  transition: .3s ease-in-out;
  cursor: pointer;
}

/* line 61, app/assets/stylesheets/landing-pages/homepage.css.scss */
.play-btn-container.disabled {
  opacity: .2;
  pointer-events: none;
}

/* line 66, app/assets/stylesheets/landing-pages/homepage.css.scss */
.play-btn-container:hover {
  transform: scale(0.8);
}

/* line 74, app/assets/stylesheets/landing-pages/homepage.css.scss */
.youtube-video-container {
  overflow: hidden;
  height: 100%;
  position: relative;
}

/* line 79, app/assets/stylesheets/landing-pages/homepage.css.scss */
.youtube-video-container .controlls-displayer {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 9;
  top: 0px;
  left: 0px;
}

/* line 89, app/assets/stylesheets/landing-pages/homepage.css.scss */
.youtube-video-container .custom-controlls {
  margin-top: 0px;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.4);
  padding-bottom: 4px;
  transition: margin-top .4s ease, top .4s ease;
  position: absolute;
  width: 100%;
  bottom: -80px;
  top: auto;
}

/* line 105, app/assets/stylesheets/landing-pages/homepage.css.scss */
.youtube-video-container .custom-controlls.mouseOn {
  margin-top: 0px;
  top: auto;
  bottom: 0px;
  position: absolute;
  width: 100%;
}

/* line 113, app/assets/stylesheets/landing-pages/homepage.css.scss */
.youtube-video-container .custom-controlls #play, .youtube-video-container .custom-controlls #pause {
  width: 30px;
  height: 30px;
  font-size: 18px;
  margin: 0px 10px;
  text-align: center;
  line-height: 30px;
  color: #fff;
  display: inline-block;
}

/* line 124, app/assets/stylesheets/landing-pages/homepage.css.scss */
.youtube-video-container .custom-controlls #current-time, .youtube-video-container .custom-controlls #duration {
  line-height: 30px;
  color: #fff;
  display: inline-block;
}

/* line 178, app/assets/stylesheets/landing-pages/homepage.css.scss */
.youtube-video-container .custom-controlls [type=range] {
  -webkit-appearance: none;
  margin: 7.5px 0;
  width: 100%;
  padding: 0;
  background-color: transparent;
  border: none;
  height: 30px;
  width: 100%;
}

/* line 188, app/assets/stylesheets/landing-pages/homepage.css.scss */
.youtube-video-container .custom-controlls [type=range]:focus {
  outline: none;
}

/* line 192, app/assets/stylesheets/landing-pages/homepage.css.scss */
.youtube-video-container .custom-controlls [type=range]::-webkit-slider-runnable-track {
  width: 100%;
  height: 2px;
  cursor: pointer;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
  box-shadow: 2px 2px 2px #424242, 0 0 2px #4f4f4f;
  background: #424242;
  border: 1px solid #424242;
  border-radius: 5px;
}

/* line 201, app/assets/stylesheets/landing-pages/homepage.css.scss */
.youtube-video-container .custom-controlls [type=range]::-webkit-slider-thumb {
  box-shadow: 1px 1px 1px transparent, 0 0 1px rgba(13, 13, 13, 0);
  border: 0px solid transparent;
  height: 15px;
  width: 15px;
  border-radius: 50%;
  background: #81109c;
  cursor: pointer;
  -webkit-appearance: none;
  margin-top: -7.5px;
}

/* line 208, app/assets/stylesheets/landing-pages/homepage.css.scss */
.youtube-video-container .custom-controlls [type=range]:focus::-webkit-slider-runnable-track {
  background: #4f4f4f;
}

/* line 212, app/assets/stylesheets/landing-pages/homepage.css.scss */
.youtube-video-container .custom-controlls [type=range]::-moz-range-track {
  width: 100%;
  height: 2px;
  cursor: pointer;
  -moz-transition: all .2s ease;
  transition: all .2s ease;
  box-shadow: 2px 2px 2px #424242, 0 0 2px #4f4f4f;
  background: #424242;
  border: 1px solid #424242;
  border-radius: 5px;
}

/* line 221, app/assets/stylesheets/landing-pages/homepage.css.scss */
.youtube-video-container .custom-controlls [type=range]::-moz-range-thumb {
  box-shadow: 1px 1px 1px transparent, 0 0 1px rgba(13, 13, 13, 0);
  border: 0px solid transparent;
  height: 15px;
  width: 15px;
  border-radius: 50%;
  background: #81109c;
  cursor: pointer;
}

/* line 225, app/assets/stylesheets/landing-pages/homepage.css.scss */
.youtube-video-container .custom-controlls [type=range]::-ms-track {
  width: 100%;
  height: 2px;
  cursor: pointer;
  -ms-transition: all .2s ease;
  transition: all .2s ease;
  background: transparent;
  border-color: transparent;
  border-width: 15px 0;
  color: transparent;
}

/* line 234, app/assets/stylesheets/landing-pages/homepage.css.scss */
.youtube-video-container .custom-controlls [type=range]::-ms-fill-lower {
  box-shadow: 2px 2px 2px #424242, 0 0 2px #4f4f4f;
  background: #353535;
  border: 1px solid #424242;
  border-radius: 10px;
}

/* line 242, app/assets/stylesheets/landing-pages/homepage.css.scss */
.youtube-video-container .custom-controlls [type=range]::-ms-fill-upper {
  box-shadow: 2px 2px 2px #424242, 0 0 2px #4f4f4f;
  background: #424242;
  border: 1px solid #424242;
  border-radius: 10px;
}

/* line 250, app/assets/stylesheets/landing-pages/homepage.css.scss */
.youtube-video-container .custom-controlls [type=range]::-ms-thumb {
  box-shadow: 1px 1px 1px transparent, 0 0 1px rgba(13, 13, 13, 0);
  border: 0px solid transparent;
  height: 15px;
  width: 15px;
  border-radius: 50%;
  background: #81109c;
  cursor: pointer;
}

/* line 254, app/assets/stylesheets/landing-pages/homepage.css.scss */
.youtube-video-container .custom-controlls [type=range]:focus::-ms-fill-lower {
  background: #424242;
}

/* line 258, app/assets/stylesheets/landing-pages/homepage.css.scss */
.youtube-video-container .custom-controlls [type=range]:focus::-ms-fill-upper {
  background: #4f4f4f;
}

/* line 265, app/assets/stylesheets/landing-pages/homepage.css.scss */
.text {
  font-size: 22px;
  color: #3c3c3c;
  font-weight: 300;
  margin: 30px 0px;
  float: left;
  width: 100%;
}

/* line 274, app/assets/stylesheets/landing-pages/homepage.css.scss */
.btn-green {
  color: #fff;
  background-color: #78a315;
  font-weight: 700;
  padding: 15px 60px;
  border-radius: 0;
  font-size: 14px;
  font-weight: 700;
  white-space: normal;
  text-transform: uppercase;
}

/* line 287, app/assets/stylesheets/landing-pages/homepage.css.scss */
.btn-green.bf-token {
  background-color: #3ab03e;
}

/* line 291, app/assets/stylesheets/landing-pages/homepage.css.scss */
.btn-green.btn-margin {
  margin: 15px 15px 0;
}

/* line 295, app/assets/stylesheets/landing-pages/homepage.css.scss */
.btn-green:hover {
  color: #81109c;
}

/* line 300, app/assets/stylesheets/landing-pages/homepage.css.scss */
.btn-green-border, input.btn-green-border[type='submit'] {
  border-radius: 0;
  background-color: transparent;
  color: #78a315;
  font-size: 15px;
  font-weight: 700;
  padding: 10px 40px;
  border: 2px solid #78a315;
  text-transform: uppercase;
  white-space: normal;
}

/* line 313, app/assets/stylesheets/landing-pages/homepage.css.scss */
.btn-green-border:hover, input.btn-green-border[type='submit']:hover {
  color: #81109c;
}

/* line 318, app/assets/stylesheets/landing-pages/homepage.css.scss */
.red-dot {
  color: red;
}

/* line 322, app/assets/stylesheets/landing-pages/homepage.css.scss */
.apply-for-finance,
.about-us-wellcome-box:not(.about-new-header),
.landing-page .support:not(.support-new-header):first-of-type {
  margin-top: -93px;
}

/* line 328, app/assets/stylesheets/landing-pages/homepage.css.scss */
.play-btn-container {
  width: 100px;
  height: 100px;
  margin: 0 auto;
  border: 12px solid #ded3eb;
  border-radius: 50%;
  position: relative;
  margin-top: 60px;
}

/* line 339, app/assets/stylesheets/landing-pages/homepage.css.scss */
.play-btn-container .btn-wrapper {
  width: 36px;
  height: 51px;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  overflow: hidden;
  cursor: pointer;
}

/* line 351, app/assets/stylesheets/landing-pages/homepage.css.scss */
.play-btn-container .btn-wrapper .play-btn {
  background-image: url(/assets/homepage/sprites-ae5db2cdb8bd565262c90419571aa851aea3d0e817b7f7d15e2a2174a5591998.png);
  height: 100%;
  background-size: 930px;
}

/* line 361, app/assets/stylesheets/landing-pages/homepage.css.scss */
.navbar-toggle {
  margin: 0;
  height: 50px;
  width: 50px;
  border-radius: 0;
  border: none;
}

/* line 371, app/assets/stylesheets/landing-pages/homepage.css.scss */
.navbar-toggle.active .icon-bar:nth-of-type(1) {
  transform: rotate(40deg);
  top: 20px;
}

/* line 376, app/assets/stylesheets/landing-pages/homepage.css.scss */
.navbar-toggle.active .icon-bar:nth-of-type(2) {
  opacity: 0;
}

/* line 380, app/assets/stylesheets/landing-pages/homepage.css.scss */
.navbar-toggle.active .icon-bar:nth-of-type(3) {
  transform: rotate(-40deg);
  top: 19px;
}

/* line 390, app/assets/stylesheets/landing-pages/homepage.css.scss */
.navbar-toggle .icon-bar {
  height: 4px;
  background-color: #fff;
  margin: 0 auto;
  position: absolute;
  top: 20px;
  left: 0;
  width: 34px;
  left: auto;
  right: 0px;
  transition: all .4s ease;
}

/* line 405, app/assets/stylesheets/landing-pages/homepage.css.scss */
.navbar-toggle .icon-bar:not(.site-header__mobile_menu_icon_bar):nth-of-type(1) {
  top: 15px;
}

/* line 409, app/assets/stylesheets/landing-pages/homepage.css.scss */
.navbar-toggle .icon-bar:nth-of-type(2) {
  top: 20px;
  opacity: 1;
}

/* line 414, app/assets/stylesheets/landing-pages/homepage.css.scss */
.navbar-toggle .icon-bar:nth-of-type(3) {
  top: 29px;
}

/* line 420, app/assets/stylesheets/landing-pages/homepage.css.scss */
.videoWrapper {
  position: relative;
  padding-bottom: 50%;
  padding-top: 25px;
  height: 0;
  margin-bottom: 20px;
  border: 0px;
}

/* line 429, app/assets/stylesheets/landing-pages/homepage.css.scss */
.videoWrapper object,
.videoWrapper embed,
.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0px;
}

/* line 440, app/assets/stylesheets/landing-pages/homepage.css.scss */
.sign-sections {
  position: fixed;
  margin-bottom: 0;
  padding: 0;
  list-style: none;
  top: auto;
  bottom: 30px;
  width: 100%;
  left: 0;
  right: 0;
  opacity: 0;
  z-index: -1;
  transition: opacity .6s ease;
  width: 250px;
  margin: auto;
  display: none;
}

/* line 460, app/assets/stylesheets/landing-pages/homepage.css.scss */
.sign-sections.active {
  opacity: 1;
  z-index: 1;
  display: block;
}

/* line 466, app/assets/stylesheets/landing-pages/homepage.css.scss */
.sign-sections a {
  display: inline-block;
  width: 49%;
  line-height: 38px;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
}

/* line 474, app/assets/stylesheets/landing-pages/homepage.css.scss */
.sign-sections a.sign-up {
  color: #FFF;
  background-color: #78a315;
  font-weight: 700;
}

/* line 479, app/assets/stylesheets/landing-pages/homepage.css.scss */
.sign-sections a.sign-up:hover {
  text-decoration: none;
  color: #81109c;
  background-color: #78a315;
}

/* line 488, app/assets/stylesheets/landing-pages/homepage.css.scss */
.stats_box {
  background-color: #f6f6f6;
  padding: 20px;
}

/* line 492, app/assets/stylesheets/landing-pages/homepage.css.scss */
.stats_box .amount {
  font-weight: 300;
  color: #81109c;
  font-size: 40px;
  margin: 0px;
}

/* line 498, app/assets/stylesheets/landing-pages/homepage.css.scss */
.stats_box .amount sup {
  margin-right: 4px;
}

/* line 503, app/assets/stylesheets/landing-pages/homepage.css.scss */
.stats_box .label {
  color: #a2a2a2;
  font-size: 16px;
  text-transform: uppercase;
}

/* line 509, app/assets/stylesheets/landing-pages/homepage.css.scss */
.stats_box .invested-amount {
  text-align: center;
  margin: 5px 0px 15px;
  letter-spacing: 2px;
}

/* line 515, app/assets/stylesheets/landing-pages/homepage.css.scss */
.stats_box .map-section {
  text-align: center;
  position: relative;
  padding: 20px 0px;
}

/* line 520, app/assets/stylesheets/landing-pages/homepage.css.scss */
.stats_box .map-section .stats {
  margin-top: 10px;
}

/* line 523, app/assets/stylesheets/landing-pages/homepage.css.scss */
.stats_box .map-section .stats li {
  margin: 10px 0px;
}

/* line 528, app/assets/stylesheets/landing-pages/homepage.css.scss */
.stats_box .map-section .amount {
  font-size: 26px;
}

/* line 532, app/assets/stylesheets/landing-pages/homepage.css.scss */
.stats_box .map-section .label {
  font-size: 16px;
}

/* line 538, app/assets/stylesheets/landing-pages/homepage.css.scss */
.site-info {
  padding: 40px 0px;
}

/* line 541, app/assets/stylesheets/landing-pages/homepage.css.scss */
.site-info.bf-token {
  border-bottom: 1px solid #e3e3e3;
  padding: 85px 0;
}

/* line 545, app/assets/stylesheets/landing-pages/homepage.css.scss */
.site-info.bf-token.bf-token__live-widget {
  border-bottom: 0;
  margin-bottom: 2em;
  padding: 0;
  text-align: center;
}

/* line 553, app/assets/stylesheets/landing-pages/homepage.css.scss */
.site-info.bf-token .bf-token-form label {
  color: #777;
  font-size: 16px;
  margin: 0 0 5px;
  padding: 0;
  text-transform: capitalize;
}

/* line 561, app/assets/stylesheets/landing-pages/homepage.css.scss */
.site-info.bf-token .bf-token-form input {
  font-size: 16px;
  margin: 10px 0 30px;
  padding: 15px;
}

/* line 567, app/assets/stylesheets/landing-pages/homepage.css.scss */
.site-info.bf-token .bf-token-form textarea {
  border: 1px solid #dadada;
  font-size: 16px;
  margin: 10px 0 30px;
  padding: 15px;
  resize: none;
  width: 100%;
}

/* line 576, app/assets/stylesheets/landing-pages/homepage.css.scss */
.site-info.bf-token .bf-token-form .form-submit {
  border-radius: 0;
  font-size: 14px;
  width: 60%;
}

/* line 584, app/assets/stylesheets/landing-pages/homepage.css.scss */
.site-info.grey-bf-token {
  background-color: #f6f6f6;
  border-top: 1px solid #e3e3e3;
}

/* line 589, app/assets/stylesheets/landing-pages/homepage.css.scss */
.site-info.no-border {
  border: 0;
}

/* line 593, app/assets/stylesheets/landing-pages/homepage.css.scss */
.site-info.no-bottom-border {
  border-bottom: 0;
}

/* line 597, app/assets/stylesheets/landing-pages/homepage.css.scss */
.site-info .header {
  font-weight: 300;
  font-size: 30px;
  color: #3c3c3c;
  margin: 0px 0px 20px;
}

/* line 603, app/assets/stylesheets/landing-pages/homepage.css.scss */
.site-info .header.bf-token {
  color: #81109c;
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 16px;
}

/* line 611, app/assets/stylesheets/landing-pages/homepage.css.scss */
.site-info .desc {
  color: #a2a2a2;
  font-size: 16px;
}

/* line 615, app/assets/stylesheets/landing-pages/homepage.css.scss */
.site-info .desc.bf-token {
  color: #4c4c4c;
  font-size: 18px;
  line-height: 30px;
  margin-bottom: 40px;
}

/* line 623, app/assets/stylesheets/landing-pages/homepage.css.scss */
.site-info .text.bf-token {
  color: #4c4c4c;
}

/* line 627, app/assets/stylesheets/landing-pages/homepage.css.scss */
.site-info .boxes .swiper-button-next .fa {
  text-indent: 5px;
  margin-left: 0px;
}

/* line 633, app/assets/stylesheets/landing-pages/homepage.css.scss */
.site-info .boxes .swiper-button-prev,
.site-info .boxes .swiper-button-next {
  background-image: none;
  width: 40px;
  background-color: #81109c;
  height: 40px;
  width: 40px;
  border-radius: 50%;
}

/* line 642, app/assets/stylesheets/landing-pages/homepage.css.scss */
.site-info .boxes .swiper-button-prev .fa,
.site-info .boxes .swiper-button-next .fa {
  font-size: 40px;
  font-weight: 300;
  color: #fff;
  margin-left: -2px;
}

/* line 650, app/assets/stylesheets/landing-pages/homepage.css.scss */
.site-info .boxes .bf-token-svg {
  background-color: #fff;
  border-radius: 50%;
  height: 90px;
  overflow: visible;
  padding: 20px;
  width: 90px;
}

/* line 659, app/assets/stylesheets/landing-pages/homepage.css.scss */
.site-info .boxes .swiper-slide {
  margin: 20px 0px;
  width: 100%;
  padding: 0px 50px;
}

/* line 664, app/assets/stylesheets/landing-pages/homepage.css.scss */
.site-info .boxes .swiper-slide.bf-token {
  padding: auto;
}

/* line 667, app/assets/stylesheets/landing-pages/homepage.css.scss */
.site-info .boxes .swiper-slide.bf-token .title {
  color: #81109c;
}

/* line 672, app/assets/stylesheets/landing-pages/homepage.css.scss */
.site-info .boxes .swiper-slide .title {
  font-size: 16px;
  color: #3c3c3c;
  text-transform: uppercase;
}

/* line 678, app/assets/stylesheets/landing-pages/homepage.css.scss */
.site-info .boxes .swiper-slide .img {
  background-image: url(/assets/homepage/sprites-ae5db2cdb8bd565262c90419571aa851aea3d0e817b7f7d15e2a2174a5591998.png);
  height: 71px;
  width: 74px;
  margin: 0 auto;
}

/* line 685, app/assets/stylesheets/landing-pages/homepage.css.scss */
.site-info .boxes .swiper-slide .desc {
  color: #a2a2a2;
  font-size: 14px;
}

/* line 691, app/assets/stylesheets/landing-pages/homepage.css.scss */
.site-info .boxes .swiper-slide:nth-of-type(1) .img {
  background-position: -181px 0px;
}

/* line 697, app/assets/stylesheets/landing-pages/homepage.css.scss */
.site-info .boxes .swiper-slide:nth-of-type(2) .img {
  background-position: -248px 0px;
}

/* line 703, app/assets/stylesheets/landing-pages/homepage.css.scss */
.site-info .boxes .swiper-slide:nth-of-type(3) .img {
  background-position: -320px 0px;
}

/* line 710, app/assets/stylesheets/landing-pages/homepage.css.scss */
.site-info .line-wrapper {
  padding-bottom: 40px;
  position: relative;
  margin-bottom: 40px;
}

/* line 715, app/assets/stylesheets/landing-pages/homepage.css.scss */
.site-info .line-wrapper:before {
  position: absolute;
  top: 0px;
  left: -10px;
  width: 50%;
  height: 1px;
  background-color: #e3e3e3;
  content: '';
}

/* line 725, app/assets/stylesheets/landing-pages/homepage.css.scss */
.site-info .line-wrapper:after {
  position: absolute;
  bottom: 0px;
  right: -10px;
  width: 50%;
  height: 1px;
  background-color: #e3e3e3;
  content: '';
}

/* line 736, app/assets/stylesheets/landing-pages/homepage.css.scss */
.site-info .crypto-list {
  text-align: center;
}

/* line 739, app/assets/stylesheets/landing-pages/homepage.css.scss */
.site-info .crypto-list li {
  height: 50px;
  margin: 0 10px;
  vertical-align: top;
  position: relative;
  min-width: 110px;
}

/* line 746, app/assets/stylesheets/landing-pages/homepage.css.scss */
.site-info .crypto-list li > div {
  background-size: 800px;
}

/* line 750, app/assets/stylesheets/landing-pages/homepage.css.scss */
.site-info .crypto-list li .img {
  background-image: url(/assets/homepage/sprites-ae5db2cdb8bd565262c90419571aa851aea3d0e817b7f7d15e2a2174a5591998.png);
  height: 100%;
  position: absolute;
  top: 0px;
  bottom: 0px;
  margin: auto;
  width: 100%;
  left: 0;
  right: 0;
  margin-left: 0;
}

/* line 763, app/assets/stylesheets/landing-pages/homepage.css.scss */
.site-info .crypto-list li.bitpay {
  width: 97px;
}

/* line 766, app/assets/stylesheets/landing-pages/homepage.css.scss */
.site-info .crypto-list li.bitpay .img {
  width: 83px;
  height: 31px;
  background-position: -9px -53px;
}

/* line 773, app/assets/stylesheets/landing-pages/homepage.css.scss */
.site-info .crypto-list li.kraken {
  width: 93px;
}

/* line 776, app/assets/stylesheets/landing-pages/homepage.css.scss */
.site-info .crypto-list li.kraken .img {
  height: 18px;
  width: 86px;
  background-position: -13px -543px;
}

/* line 783, app/assets/stylesheets/landing-pages/homepage.css.scss */
.site-info .crypto-list li.uphold {
  width: 92px;
}

/* line 786, app/assets/stylesheets/landing-pages/homepage.css.scss */
.site-info .crypto-list li.uphold .img {
  width: 83px;
  height: 29px;
  background-position: -10px -595px;
}

/* line 793, app/assets/stylesheets/landing-pages/homepage.css.scss */
.site-info .crypto-list li.bitpesa {
  width: 82px;
}

/* line 796, app/assets/stylesheets/landing-pages/homepage.css.scss */
.site-info .crypto-list li.bitpesa .img {
  width: 75px;
  height: 25px;
  background-position: -10px -629px;
}

/* line 803, app/assets/stylesheets/landing-pages/homepage.css.scss */
.site-info .crypto-list li.bitcoin-logo {
  width: 103px;
}

/* line 806, app/assets/stylesheets/landing-pages/homepage.css.scss */
.site-info .crypto-list li.bitcoin-logo .img {
  background-position: -122px -558px;
  width: 93px;
  height: 22px;
}

/* line 813, app/assets/stylesheets/landing-pages/homepage.css.scss */
.site-info .crypto-list li.ethernum {
  width: 106px;
}

/* line 816, app/assets/stylesheets/landing-pages/homepage.css.scss */
.site-info .crypto-list li.ethernum .img {
  width: 103px;
  height: 29px;
  background-position: -139px -667px;
  background-size: 900px;
}

/* line 824, app/assets/stylesheets/landing-pages/homepage.css.scss */
.site-info .crypto-list li.shapeshift {
  width: 96px;
}

/* line 828, app/assets/stylesheets/landing-pages/homepage.css.scss */
.site-info .crypto-list li.shapeshift .img {
  background-image: url(/assets/shape_shift-016690949ed55571814606538c90d36b3c65489923025f4dacb06007233c2da4.png);
  background-position: center;
  background-size: cover;
  height: 36px;
  width: 96px;
}

/* line 837, app/assets/stylesheets/landing-pages/homepage.css.scss */
.site-info .crypto-list li.bitwage {
  width: 63px;
}

/* line 840, app/assets/stylesheets/landing-pages/homepage.css.scss */
.site-info .crypto-list li.bitwage .img {
  width: 95px;
  height: 22px;
  background-position: -230px -58px;
}

/* line 847, app/assets/stylesheets/landing-pages/homepage.css.scss */
.site-info .crypto-list li.factom {
  width: 99px;
}

/* line 850, app/assets/stylesheets/landing-pages/homepage.css.scss */
.site-info .crypto-list li.factom .img {
  width: 91px;
  height: 29px;
  background-position: -9px -233px;
}

/* line 857, app/assets/stylesheets/landing-pages/homepage.css.scss */
.site-info .crypto-list li.storj {
  width: 87px;
}

/* line 860, app/assets/stylesheets/landing-pages/homepage.css.scss */
.site-info .crypto-list li.storj .img {
  width: 83px;
  height: 29px;
  background-position: -129px -69px;
}

/* line 870, app/assets/stylesheets/landing-pages/homepage.css.scss */
.pitch_card {
  float: left;
  width: 100%;
  overflow: hidden;
  background-color: #fff;
  position: relative;
  margin: 10px 0px;
  border: 1px solid #dadada;
}

/* line 879, app/assets/stylesheets/landing-pages/homepage.css.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 897, app/assets/stylesheets/landing-pages/homepage.css.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 909, app/assets/stylesheets/landing-pages/homepage.css.scss */
.pitch_card .popular_progress div, .pitch_card .popular_progress div span {
  color: #fff !important;
  top: -1px;
  position: relative;
}

/* line 915, app/assets/stylesheets/landing-pages/homepage.css.scss */
.pitch_card .padding15 {
  padding: 15px;
}

/* line 919, app/assets/stylesheets/landing-pages/homepage.css.scss */
.pitch_card .micro {
  font-size: 11px;
  color: #a2a2a2;
}

/* line 924, app/assets/stylesheets/landing-pages/homepage.css.scss */
.pitch_card .avatar {
  text-align: center;
}

/* line 927, app/assets/stylesheets/landing-pages/homepage.css.scss */
.pitch_card .avatar img {
  width: 100%;
}

/* line 932, app/assets/stylesheets/landing-pages/homepage.css.scss */
.pitch_card .info {
  position: relative;
  height: 160px;
  overflow: hidden;
}

/* line 937, app/assets/stylesheets/landing-pages/homepage.css.scss */
.pitch_card .info:before {
  position: absolute;
  top: -15px;
  left: -15px;
  width: 110%;
  height: 1px;
  content: '';
  background-color: #f3f3f3;
}

/* line 947, app/assets/stylesheets/landing-pages/homepage.css.scss */
.pitch_card .info:after {
  position: absolute;
  bottom: 10px;
  left: -15px;
  width: 110%;
  height: 1px;
  content: '';
  background-color: #f3f3f3;
}

/* line 957, app/assets/stylesheets/landing-pages/homepage.css.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 968, app/assets/stylesheets/landing-pages/homepage.css.scss */
.pitch_card .info .desc {
  color: #a2a2a2;
  font-size: 16px;
  height: 110px;
  line-height: 18px;
  overflow: scroll;
  padding-bottom: 20px;
}

/* line 978, app/assets/stylesheets/landing-pages/homepage.css.scss */
.pitch_card .pitch_stats {
  position: relative;
  text-align: left;
}

/* line 982, app/assets/stylesheets/landing-pages/homepage.css.scss */
.pitch_card .pitch_stats .reward-img {
  background-image: url(/assets/homepage/sprites-ae5db2cdb8bd565262c90419571aa851aea3d0e817b7f7d15e2a2174a5591998.png);
  height: 23px;
  width: 24px;
  background-position: -406px -19px;
  display: inline-block;
}

/* line 990, app/assets/stylesheets/landing-pages/homepage.css.scss */
.pitch_card .pitch_stats .shares-img {
  background-image: url(/assets/homepage/sprites-ae5db2cdb8bd565262c90419571aa851aea3d0e817b7f7d15e2a2174a5591998.png);
  height: 25px;
  width: 23px;
  background-position: -406px -48px;
  display: inline-block;
}

/* line 998, app/assets/stylesheets/landing-pages/homepage.css.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 1011, app/assets/stylesheets/landing-pages/homepage.css.scss */
.pitch_card .pitch_stats .equity .micro {
  display: table-cell;
  vertical-align: middle;
}

/* line 1016, app/assets/stylesheets/landing-pages/homepage.css.scss */
.pitch_card .pitch_stats .equity .value,
.pitch_card .pitch_stats .equity .value a {
  color: #390c96;
}

/* line 1023, app/assets/stylesheets/landing-pages/homepage.css.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;
}

/* line 1044, app/assets/stylesheets/landing-pages/homepage.css.scss */
.pitch_card .popular_progress .bar_mask {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  background-color: #b9b9b9;
}

/* line 1052, app/assets/stylesheets/landing-pages/homepage.css.scss */
.pitch_card .popular_progress .progress_bar_color {
  background-color: transparent;
}

/* line 1056, app/assets/stylesheets/landing-pages/homepage.css.scss */
.pitch_card .popular_progress div span {
  font-size: 11px;
  font-weight: 700;
  line-height: 3px;
}

/* line 1064, app/assets/stylesheets/landing-pages/homepage.css.scss */
.pitch_card .pitch_about .end_details {
  display: inline-block;
  width: 49%;
  text-align: right;
}

/* line 1069, app/assets/stylesheets/landing-pages/homepage.css.scss */
.pitch_card .pitch_about .end_details:first-of-type {
  text-align: left;
}

/* line 1073, app/assets/stylesheets/landing-pages/homepage.css.scss */
.pitch_card .pitch_about .end_details .blue {
  color: #82109c;
  font-size: 16px;
  display: block;
  margin-top: 10px;
}

/* line 1080, app/assets/stylesheets/landing-pages/homepage.css.scss */
.pitch_card .pitch_about .end_details .time {
  margin-top: 10px;
  display: block;
  text-transform: uppercase;
}

/* line 1089, app/assets/stylesheets/landing-pages/homepage.css.scss */
.bf-token__contribution-form {
  width: 50%;
}

/* line 1093, app/assets/stylesheets/landing-pages/homepage.css.scss */
.bottom_slider {
  position: relative;
}

/* line 1096, app/assets/stylesheets/landing-pages/homepage.css.scss */
.bottom_slider .showVideo {
  display: none;
  visibility: hidden;
}

/* line 1101, app/assets/stylesheets/landing-pages/homepage.css.scss */
.bottom_slider .header.bf-token {
  color: #fff;
  left: calc(50% - 201px);
  position: absolute;
  top: 2em;
  z-index: 2;
}

/* line 1109, app/assets/stylesheets/landing-pages/homepage.css.scss */
.bottom_slider .swiper-pagination {
  text-align: center;
  width: 100%;
  bottom: 30px;
}

/* line 1114, app/assets/stylesheets/landing-pages/homepage.css.scss */
.bottom_slider .swiper-pagination .swiper-pagination-bullet {
  width: 20px;
  height: 20px;
  margin: 0px 5px;
  border: 2px solid #fff;
  background: none;
  opacity: 1;
}

/* line 1122, app/assets/stylesheets/landing-pages/homepage.css.scss */
.bottom_slider .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #FFF;
  border: none;
}

/* line 1129, app/assets/stylesheets/landing-pages/homepage.css.scss */
.bottom_slider .swiper-slide {
  padding: 50px 0px 70px;
  background-position: center;
  background-size: cover !important;
}

/* line 1134, app/assets/stylesheets/landing-pages/homepage.css.scss */
.bottom_slider .swiper-slide .row {
  padding: 20px;
}

/* line 1139, app/assets/stylesheets/landing-pages/homepage.css.scss */
.bottom_slider .swiper-slide .title {
  font-size: 38px;
  color: #fff;
  margin-top: 10px;
  text-align: center;
  line-height: 48px;
}

/* line 1146, app/assets/stylesheets/landing-pages/homepage.css.scss */
.bottom_slider .swiper-slide .title.bf-token {
  color: #81109c;
}

/* line 1151, app/assets/stylesheets/landing-pages/homepage.css.scss */
.bottom_slider .swiper-slide .desc {
  margin-top: 10px;
  color: #fff;
  font-size: 21px;
  line-height: 30px;
  text-align: center;
}

/* line 1159, app/assets/stylesheets/landing-pages/homepage.css.scss */
.bottom_slider .swiper-slide .comment {
  padding-left: 90px;
  position: relative;
  max-width: 500px;
  width: 100%;
  margin: 40px auto;
}

/* line 1166, app/assets/stylesheets/landing-pages/homepage.css.scss */
.bottom_slider .swiper-slide .comment:after {
  position: absolute;
  left: 0px;
  top: 0;
  margin: auto;
  background-image: url(/assets/homepage/sprites-ae5db2cdb8bd565262c90419571aa851aea3d0e817b7f7d15e2a2174a5591998.png);
  border-radius: 50%;
  content: '';
  height: 70px;
  width: 70px;
  background-position: -440px -180px;
}

/* line 1181, app/assets/stylesheets/landing-pages/homepage.css.scss */
.bottom_slider .swiper-slide .comment .name {
  font-weight: 700;
  color: #333;
  font-size: 20px;
}

/* line 1187, app/assets/stylesheets/landing-pages/homepage.css.scss */
.bottom_slider .swiper-slide .comment .text {
  font-weight: 700;
  color: #FFF;
  font-size: 16px;
  margin: 0px;
  float: none;
}

/* line 1196, app/assets/stylesheets/landing-pages/homepage.css.scss */
.bottom_slider .swiper-slide .video_player {
  display: none;
}

/* line 1200, app/assets/stylesheets/landing-pages/homepage.css.scss */
.bottom_slider .swiper-slide .logo {
  background-image: url(/assets/homepage/sprites-ae5db2cdb8bd565262c90419571aa851aea3d0e817b7f7d15e2a2174a5591998.png);
  width: 160px;
  height: 60px;
  margin: auto;
}

/* line 1207, app/assets/stylesheets/landing-pages/homepage.css.scss */
.bottom_slider .swiper-slide.bitPesa {
  background-image: url(/assets/homepage/bg/bitpesa-f0efc78d63b33064c8d18324d222a9f1a74e0e2ccd3064ebbcbf4905b0799346.png);
  background-position: bottom;
}

/* line 1211, app/assets/stylesheets/landing-pages/homepage.css.scss */
.bottom_slider .swiper-slide.bitPesa .background_overlay {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(245, 185, 177, 0.58);
}

/* line 1220, app/assets/stylesheets/landing-pages/homepage.css.scss */
.bottom_slider .swiper-slide.bitPesa .logo {
  background-position: -7px -373px;
}

/* line 1224, app/assets/stylesheets/landing-pages/homepage.css.scss */
.bottom_slider .swiper-slide.bitPesa .comment:after {
  background-position: -725px -142px;
}

/* line 1228, app/assets/stylesheets/landing-pages/homepage.css.scss */
.bottom_slider .swiper-slide.bitPesa .name {
  color: #eb685d !important;
}

/* line 1233, app/assets/stylesheets/landing-pages/homepage.css.scss */
.bottom_slider .swiper-slide.uphold {
  background-image: url(/assets/homepage/bg/upholdbg-e3fbae7baaa1b30ce6aefa463f47ec3ebc4931db93ac4fad6559bb9be1167f4e.jpg);
}

/* line 1236, app/assets/stylesheets/landing-pages/homepage.css.scss */
.bottom_slider .swiper-slide.uphold .logo {
  background-position: -19px -310px;
}

/* line 1240, app/assets/stylesheets/landing-pages/homepage.css.scss */
.bottom_slider .swiper-slide.uphold .comment:after {
  background-position: -866px -389px;
}

/* line 1245, app/assets/stylesheets/landing-pages/homepage.css.scss */
.bottom_slider .swiper-slide.factom {
  background-image: url(/assets/homepage/bg/factom-a5c812edb3ef718268f1e21a027f99c9248dce246f1d6e8a077271e21b57d94e.png);
}

/* line 1248, app/assets/stylesheets/landing-pages/homepage.css.scss */
.bottom_slider .swiper-slide.factom .background_overlay {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(255, 255, 255, 0.25);
}

/* line 1257, app/assets/stylesheets/landing-pages/homepage.css.scss */
.bottom_slider .swiper-slide.factom .logo {
  background-position: -20px -435px;
}

/* line 1261, app/assets/stylesheets/landing-pages/homepage.css.scss */
.bottom_slider .swiper-slide.factom .comment:after {
  background-position: -978px -390px;
}

/* line 1265, app/assets/stylesheets/landing-pages/homepage.css.scss */
.bottom_slider .swiper-slide.factom .name {
  color: #f59514 !important;
}

/* line 1270, app/assets/stylesheets/landing-pages/homepage.css.scss */
.bottom_slider .swiper-slide.unicoin {
  background-image: url(/assets/homepage/bg/unocoin-6e24a28c1539673bb8b13f2c84b5ac981fe22b3a712d0e0a79bb769012cf9518.jpg);
}

/* line 1273, app/assets/stylesheets/landing-pages/homepage.css.scss */
.bottom_slider .swiper-slide.unicoin .logo {
  background-position: -631px -899px;
  width: 70px;
}

/* line 1278, app/assets/stylesheets/landing-pages/homepage.css.scss */
.bottom_slider .swiper-slide.unicoin .comment:after {
  background-position: -1086px -387px;
}

/* line 1282, app/assets/stylesheets/landing-pages/homepage.css.scss */
.bottom_slider .swiper-slide.unicoin .name {
  color: #2b6960 !important;
}

/* line 1287, app/assets/stylesheets/landing-pages/homepage.css.scss */
.bottom_slider .swiper-slide.bitcoinGroup {
  background-image: url(/assets/homepage/bg/bcgroup-fb77c217250aa345ef93fb9edf7f852062ff57dc8019213c54208da32617283d.png);
}

/* line 1290, app/assets/stylesheets/landing-pages/homepage.css.scss */
.bottom_slider .swiper-slide.bitcoinGroup .background_overlay {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(26, 51, 93, 0.85);
}

/* line 1299, app/assets/stylesheets/landing-pages/homepage.css.scss */
.bottom_slider .swiper-slide.bitcoinGroup .logo {
  background-position: -674px -360px;
}

/* line 1303, app/assets/stylesheets/landing-pages/homepage.css.scss */
.bottom_slider .swiper-slide.bitcoinGroup .comment:after {
  background-position: -440px -180px;
}

/* line 1307, app/assets/stylesheets/landing-pages/homepage.css.scss */
.bottom_slider .swiper-slide.bitcoinGroup .name {
  color: #f9b847 !important;
}

/* line 1312, app/assets/stylesheets/landing-pages/homepage.css.scss */
.bottom_slider .swiper-slide .bottom-info {
  color: #fff;
  font-size: 12px;
  font-weight: 300;
}

/* line 1320, app/assets/stylesheets/landing-pages/homepage.css.scss */
#modal {
  z-index: 9999;
}

/* line 1323, app/assets/stylesheets/landing-pages/homepage.css.scss */
#modal .modal-body {
  height: 50vh;
}

/* line 1326, app/assets/stylesheets/landing-pages/homepage.css.scss */
#modal .modal-body iframe {
  height: 100%;
  width: 100%;
}

/* line 1333, app/assets/stylesheets/landing-pages/homepage.css.scss */
.stats_box .map-section .stats li div p {
  text-shadow: -7px -5px 0 #f6f6f6, -5px -4px 0 #f6f6f6, -5px -3px 0 #f6f6f6, -5px -2px 0 #f6f6f6, -5px -1px 0 #f6f6f6, -5px 0px 0 #f6f6f6, -5px 1px 0 #f6f6f6, -5px 2px 0 #f6f6f6, -5px 3px 0 #f6f6f6, -5px 4px 0 #f6f6f6, -5px 5px 0 #f6f6f6, -4px -5px 0 #f6f6f6, -4px -4px 0 #f6f6f6, -4px -3px 0 #f6f6f6, -4px -2px 0 #f6f6f6, -4px -1px 0 #f6f6f6, -4px 0px 0 #f6f6f6, -4px 1px 0 #f6f6f6, -4px 2px 0 #f6f6f6, -4px 3px 0 #f6f6f6, -4px 4px 0 #f6f6f6, -4px 5px 0 #f6f6f6, -3px -5px 0 #f6f6f6, -3px -4px 0 #f6f6f6, -3px -3px 0 #f6f6f6, -3px -2px 0 #f6f6f6, -3px -1px 0 #f6f6f6, -3px 0px 0 #f6f6f6, -3px 1px 0 #f6f6f6, -3px 2px 0 #f6f6f6, -3px 3px 0 #f6f6f6, -3px 4px 0 #f6f6f6, -3px 5px 0 #f6f6f6, -2px -5px 0 #f6f6f6, -2px -4px 0 #f6f6f6, -2px -3px 0 #f6f6f6, -2px -2px 0 #f6f6f6, -2px -1px 0 #f6f6f6, -2px 0px 0 #f6f6f6, -2px 1px 0 #f6f6f6, -2px 2px 0 #f6f6f6, -2px 3px 0 #f6f6f6, -2px 4px 0 #f6f6f6, -2px 5px 0 #f6f6f6, -1px -5px 0 #f6f6f6, -1px -4px 0 #f6f6f6, -1px -3px 0 #f6f6f6, -1px -2px 0 #f6f6f6, -1px -1px 0 #f6f6f6, -1px 0px 0 #f6f6f6, -1px 1px 0 #f6f6f6, -1px 2px 0 #f6f6f6, -1px 3px 0 #f6f6f6, -1px 4px 0 #f6f6f6, -1px 5px 0 #f6f6f6, 0px -5px 0 #f6f6f6, 0px -4px 0 #f6f6f6, 0px -3px 0 #f6f6f6, 0px -2px 0 #f6f6f6, 0px -1px 0 #f6f6f6, 0px 0px 0 #f6f6f6, 0px 1px 0 #f6f6f6, 0px 2px 0 #f6f6f6, 0px 3px 0 #f6f6f6, 0px 4px 0 #f6f6f6, 0px 5px 0 #f6f6f6, 1px -5px 0 #f6f6f6, 1px -4px 0 #f6f6f6, 1px -3px 0 #f6f6f6, 1px -2px 0 #f6f6f6, 1px -1px 0 #f6f6f6, 1px 0px 0 #f6f6f6, 1px 1px 0 #f6f6f6, 1px 2px 0 #f6f6f6, 1px 3px 0 #f6f6f6, 1px 4px 0 #f6f6f6, 1px 5px 0 #f6f6f6, 2px -5px 0 #f6f6f6, 2px -4px 0 #f6f6f6, 2px -3px 0 #f6f6f6, 2px -2px 0 #f6f6f6, 2px -1px 0 #f6f6f6, 2px 0px 0 #f6f6f6, 2px 1px 0 #f6f6f6, 2px 2px 0 #f6f6f6, 2px 3px 0 #f6f6f6, 2px 4px 0 #f6f6f6, 2px 5px 0 #f6f6f6, 3px -5px 0 #f6f6f6, 3px -4px 0 #f6f6f6, 3px -3px 0 #f6f6f6, 3px -2px 0 #f6f6f6, 3px -1px 0 #f6f6f6, 3px 0px 0 #f6f6f6, 3px 1px 0 #f6f6f6, 3px 2px 0 #f6f6f6, 3px 3px 0 #f6f6f6, 3px 4px 0 #f6f6f6, 3px 5px 0 #f6f6f6, 4px -5px 0 #f6f6f6, 4px -4px 0 #f6f6f6, 4px -3px 0 #f6f6f6, 4px -2px 0 #f6f6f6, 4px -1px 0 #f6f6f6, 4px 0px 0 #f6f6f6, 4px 1px 0 #f6f6f6, 4px 2px 0 #f6f6f6, 4px 3px 0 #f6f6f6, 4px 4px 0 #f6f6f6, 4px 5px 0 #f6f6f6, 5px -5px 0 #f6f6f6, 5px -4px 0 #f6f6f6, 5px -3px 0 #f6f6f6, 5px -2px 0 #f6f6f6, 5px -1px 0 #f6f6f6, 5px 0px 0 #f6f6f6, 5px 1px 0 #f6f6f6, 5px 2px 0 #f6f6f6, 5px 3px 0 #f6f6f6, 5px 4px 0 #f6f6f6, 5px 5px 0 #f6f6f6;
}

/* line 1337, app/assets/stylesheets/landing-pages/homepage.css.scss */
.support.branches {
  overflow: hidden;
}

/* line 1341, app/assets/stylesheets/landing-pages/homepage.css.scss */
.swiper-container-autoheight, .swiper-container-autoheight .swiper-slide {
  height: 910px;
}

/* line 1345, app/assets/stylesheets/landing-pages/homepage.css.scss */
.footer-logo.bf-token {
  width: 10em;
}

@media screen and (min-width: 650px) {
  /* line 1345, app/assets/stylesheets/landing-pages/homepage.css.scss */
  .footer-logo.bf-token {
    height: 30px;
  }
}

/* line 1353, app/assets/stylesheets/landing-pages/homepage.css.scss */
.copyrights.bf-token {
  color: #ccc;
  font-size: 18px;
  padding: 35px 0;
  text-align: center;
}

/* line 1360, app/assets/stylesheets/landing-pages/homepage.css.scss */
.underline-text.bf-token {
  text-decoration: underline;
}

/* line 1364, app/assets/stylesheets/landing-pages/homepage.css.scss */
.notification {
  background: #7a1091;
  background: linear-gradient(to right, #7a1091, #140994);
  padding: 4em 0 7em;
}

/* line 1372, app/assets/stylesheets/landing-pages/homepage.css.scss */
.notification .header {
  color: #fff;
}

/* line 1376, app/assets/stylesheets/landing-pages/homepage.css.scss */
.notification .btns-container {
  margin-top: 3em;
}

@media screen and (min-width: 425px) {
  /* line 1382, app/assets/stylesheets/landing-pages/homepage.css.scss */
  .swiper-container-autoheight, .swiper-container-autoheight .swiper-slide {
    height: 680px;
  }
  /* line 1386, app/assets/stylesheets/landing-pages/homepage.css.scss */
  .site-info .crypto-list li {
    width: 27% !important;
  }
  /* line 1390, app/assets/stylesheets/landing-pages/homepage.css.scss */
  .site-info .crypto-list li.bitwage {
    display: none;
  }
  /* line 1394, app/assets/stylesheets/landing-pages/homepage.css.scss */
  .site-info .crypto-list li .img {
    margin-left: auto;
  }
}

@media screen and (min-width: 550px) {
  /* line 1400, app/assets/stylesheets/landing-pages/homepage.css.scss */
  .site-info .crypto-list {
    text-align: center;
  }
}

@media screen and (min-width: 600px) {
  /* line 1406, app/assets/stylesheets/landing-pages/homepage.css.scss */
  .srb-quote .srb_photo {
    height: 437px;
    background-size: cover;
  }
  /* line 1411, app/assets/stylesheets/landing-pages/homepage.css.scss */
  .srb-quote {
    position: relative;
    overflow: hidden;
    padding-top: 125px;
    padding-bottom: 50px;
  }
  /* line 1417, app/assets/stylesheets/landing-pages/homepage.css.scss */
  .srb-quote .quote {
    text-indent: 0;
    padding-left: 100px;
    width: 70%;
    display: inline-block;
    line-height: 32px;
    font-size: 17px;
  }
  /* line 1425, app/assets/stylesheets/landing-pages/homepage.css.scss */
  .srb-quote .quote:before {
    top: -70px;
  }
  /* line 1430, app/assets/stylesheets/landing-pages/homepage.css.scss */
  .srb-quote .srb_photo {
    position: absolute;
    right: 0px;
    top: 0px;
    z-index: 9;
    width: 200px;
    background-position: top left;
  }
  /* line 1441, app/assets/stylesheets/landing-pages/homepage.css.scss */
  .stats_box .amount {
    font-size: 56px;
    margin-top: 20px;
  }
  /* line 1446, app/assets/stylesheets/landing-pages/homepage.css.scss */
  .stats_box .map-section {
    padding-bottom: 0px;
  }
  /* line 1451, app/assets/stylesheets/landing-pages/homepage.css.scss */
  .stats_box .map-section .stats li {
    width: 49%;
    display: inline-block;
    vertical-align: top;
  }
  /* line 1456, app/assets/stylesheets/landing-pages/homepage.css.scss */
  .stats_box .map-section .stats li div p:first-of-type {
    font-size: 30px;
    margin: 0;
  }
  /* line 1461, app/assets/stylesheets/landing-pages/homepage.css.scss */
  .stats_box .map-section .stats li .bitcoin {
    margin: 0;
  }
  /* line 1468, app/assets/stylesheets/landing-pages/homepage.css.scss */
  .stats_box {
    position: relative;
  }
  /* line 1472, app/assets/stylesheets/landing-pages/homepage.css.scss */
  .section-wrapper {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    width: 90%;
    height: 55%;
  }
  /* line 1484, app/assets/stylesheets/landing-pages/homepage.css.scss */
  .site-info .header {
    font-size: 34px;
  }
  /* line 1488, app/assets/stylesheets/landing-pages/homepage.css.scss */
  .site-info .desc {
    font-size: 18px;
  }
  /* line 1492, app/assets/stylesheets/landing-pages/homepage.css.scss */
  .site-info h3 {
    margin-top: 35px;
    margin-bottom: 15px;
  }
  /* line 1497, app/assets/stylesheets/landing-pages/homepage.css.scss */
  .site-info .boxes .swiper-slide .title {
    font-size: 18px;
  }
  /* line 1501, app/assets/stylesheets/landing-pages/homepage.css.scss */
  .site-info .boxes .swiper-slide .desc {
    color: #a2a2a2;
    font-size: 16px;
    line-height: 26px;
  }
  /* line 1507, app/assets/stylesheets/landing-pages/homepage.css.scss */
  .site-info .text {
    font-size: 26px;
    margin: 50px 0px;
  }
  /* line 1513, app/assets/stylesheets/landing-pages/homepage.css.scss */
  #modal .modal-body {
    height: 60vh;
  }
}

@media screen and (min-width: 992px) {
  /* line 1519, app/assets/stylesheets/landing-pages/homepage.css.scss */
  .modal-open .modal {
    padding: 0 !important;
    overflow: auto;
  }
  /* line 1524, app/assets/stylesheets/landing-pages/homepage.css.scss */
  .swiper-container-autoheight, .swiper-container-autoheight .swiper-slide {
    height: 580px;
  }
  /* line 1528, app/assets/stylesheets/landing-pages/homepage.css.scss */
  .site-info .crypto-list li {
    width: 15% !important;
  }
  /* line 1532, app/assets/stylesheets/landing-pages/homepage.css.scss */
  .site-info .crypto-list li.bitwage {
    display: inline-block;
  }
  /* line 1536, app/assets/stylesheets/landing-pages/homepage.css.scss */
  .section-wrapper {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 0;
    right: 0;
    height: 560px;
  }
  /* line 1545, app/assets/stylesheets/landing-pages/homepage.css.scss */
  .section-wrapper .btns-container {
    margin: auto;
    height: 262px;
  }
}

@media screen and (min-width: 992px) {
  /* line 1558, app/assets/stylesheets/landing-pages/homepage.css.scss */
  .site-info .boxes .swiper-button-prev, .site-info .boxes .swiper-button-next {
    display: none;
  }
  /* line 1562, app/assets/stylesheets/landing-pages/homepage.css.scss */
  .site-info .crypto-list {
    text-align: left;
  }
  /* line 1565, app/assets/stylesheets/landing-pages/homepage.css.scss */
  .site-info .crypto-list li {
    height: 80px;
    margin: 0px;
    width: 185px !important;
  }
  /* line 1570, app/assets/stylesheets/landing-pages/homepage.css.scss */
  .site-info .crypto-list li > div {
    background-size: 1490px;
  }
  /* line 1575, app/assets/stylesheets/landing-pages/homepage.css.scss */
  .site-info .crypto-list li.bitpay .img {
    width: 150px;
    height: 60px;
    background-position: -19px -100px;
  }
  /* line 1583, app/assets/stylesheets/landing-pages/homepage.css.scss */
  .site-info .crypto-list li.kraken .img {
    height: 31px;
    width: 157px;
    background-position: -25px -222px;
  }
  /* line 1591, app/assets/stylesheets/landing-pages/homepage.css.scss */
  .site-info .crypto-list li.uphold .img {
    width: 155px;
    height: 52px;
    background-position: -18px -316px;
  }
  /* line 1599, app/assets/stylesheets/landing-pages/homepage.css.scss */
  .site-info .crypto-list li.bitpesa .img {
    width: 138px;
    height: 43px;
    background-position: -19px -383px;
  }
  /* line 1607, app/assets/stylesheets/landing-pages/homepage.css.scss */
  .site-info .crypto-list li.bitcoin-logo .img {
    height: 38px;
    width: 170px;
    background-position: -233px -247px;
  }
  /* line 1615, app/assets/stylesheets/landing-pages/homepage.css.scss */
  .site-info .crypto-list li.ethernum .img {
    width: 156px;
    height: 39px;
    background-position: -231px -315px;
    background-size: 1490px;
  }
  /* line 1624, app/assets/stylesheets/landing-pages/homepage.css.scss */
  .site-info .crypto-list li.shapeshift .img {
    background-position: center;
    background-size: cover;
    height: 60px;
    width: 174px;
  }
  /* line 1633, app/assets/stylesheets/landing-pages/homepage.css.scss */
  .site-info .crypto-list li.bitwage .img {
    width: 173px;
    height: 40px;
    background-position: -430px -107px;
  }
  /* line 1641, app/assets/stylesheets/landing-pages/homepage.css.scss */
  .site-info .crypto-list li.factom .img {
    width: 160px;
    height: 43px;
    background-position: -21px -442px;
  }
  /* line 1649, app/assets/stylesheets/landing-pages/homepage.css.scss */
  .site-info .crypto-list li.storj .img {
    width: 150px;
    height: 50px;
    background-position: -244px -133px;
  }
  /* line 1658, app/assets/stylesheets/landing-pages/homepage.css.scss */
  .stats_box .invested-amount {
    margin-bottom: 65px;
  }
  /* line 1662, app/assets/stylesheets/landing-pages/homepage.css.scss */
  .stats_box .map-section .stats li.last {
    display: none;
  }
  /* line 1667, app/assets/stylesheets/landing-pages/homepage.css.scss */
  #registration_form label {
    font-weight: 400;
  }
  /* line 1672, app/assets/stylesheets/landing-pages/homepage.css.scss */
  .bottom_slider .showVideo {
    display: block;
    background-position: center;
    background-size: cover;
    margin-top: 60px;
    cursor: pointer;
    position: relative;
  }
  /* line 1680, app/assets/stylesheets/landing-pages/homepage.css.scss */
  .bottom_slider .showVideo:before {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    content: '';
    left: 0;
    transition: all .5s ease-out 0.3s;
  }
  /* line 1693, app/assets/stylesheets/landing-pages/homepage.css.scss */
  .bottom_slider .showVideo:hover:before {
    background-color: rgba(0, 0, 0, 0.2);
  }
  /* line 1697, app/assets/stylesheets/landing-pages/homepage.css.scss */
  .bottom_slider .showVideo .play-btn-container {
    opacity: 0.7;
    width: 80px;
    height: 80px;
    margin: 40px auto;
    border: 7px solid #ded3eb;
  }
  /* line 1704, app/assets/stylesheets/landing-pages/homepage.css.scss */
  .bottom_slider .showVideo .play-btn-container .btn-wrapper {
    width: 48px;
    height: 53px;
  }
  /* line 1708, app/assets/stylesheets/landing-pages/homepage.css.scss */
  .bottom_slider .showVideo .play-btn-container .btn-wrapper .play-btn {
    background-size: 930px;
  }
  /* line 1715, app/assets/stylesheets/landing-pages/homepage.css.scss */
  .bottom_slider .swiper-slide:nth-of-type(1) .showVideo {
    background-image: url(/assets/homepage/bitpesa-bb30d9c05de8ea0488fbed504be57e719723c4537227d375d8613669f3c350ed.png);
  }
  /* line 1719, app/assets/stylesheets/landing-pages/homepage.css.scss */
  .bottom_slider .swiper-slide:nth-of-type(2) .showVideo {
    background-image: url(/assets/homepage/uphold-b4a89221d0ad095d09148c4965eada205d3023da59b18790614d496e7aff69a3.png);
  }
  /* line 1723, app/assets/stylesheets/landing-pages/homepage.css.scss */
  .bottom_slider .swiper-slide:nth-of-type(3) .showVideo {
    background-image: url(/assets/homepage/factom-4cadcedafc7c98d6352808fd1f0fc171d66ed67ae2ca8ffcb4541134f1af9197.png);
  }
  /* line 1727, app/assets/stylesheets/landing-pages/homepage.css.scss */
  .bottom_slider .swiper-slide:nth-of-type(4) .showVideo {
    background-image: url(/assets/homepage/unocoin-60a2baf7d047638d2d4359b4f63c88e9f82a89ae14ac7a224722dac9c12748d1.png);
  }
  /* line 1731, app/assets/stylesheets/landing-pages/homepage.css.scss */
  .bottom_slider .swiper-slide:nth-of-type(5) .showVideo {
    background-image: url(/assets/homepage/bitcoingroup-c909cff9ebb6629d88b62317985d40d83ee0d34558350ffccfbd907572aef61f.png);
  }
  /* line 1735, app/assets/stylesheets/landing-pages/homepage.css.scss */
  .pitch_card .info {
    height: 180px;
  }
  /* line 1739, app/assets/stylesheets/landing-pages/homepage.css.scss */
  .map-section {
    background-image: url(/assets/homepage/map-9a6e95a6d39c662f0277c22bc6586fa44d1e8bde93ae663e1731234b5baab0cb.png);
    background-position: center;
    background-size: cover;
  }
  /* line 1745, app/assets/stylesheets/landing-pages/homepage.css.scss */
  .site-info .boxes .swiper-slide {
    max-width: 100%;
  }
  /* line 1749, app/assets/stylesheets/landing-pages/homepage.css.scss */
  .srb-quote .srb_photo {
    width: 288px;
    display: inline-block;
    float: none;
    clear: both;
    background-size: contain;
    position: relative;
    top: 50px;
    margin-bottom: -70px;
  }
  /* line 1759, app/assets/stylesheets/landing-pages/homepage.css.scss */
  .srb-quote .srb_photo.bf-token {
    background-position: bottom;
    bottom: 0;
    margin-bottom: -85px;
    position: absolute;
    top: auto;
    width: 250px;
  }
  /* line 1769, app/assets/stylesheets/landing-pages/homepage.css.scss */
  .boxes .swiper-wrapper {
    display: inline-block;
    width: auto;
  }
  /* line 1773, app/assets/stylesheets/landing-pages/homepage.css.scss */
  .boxes .swiper-wrapper .swiper-slide {
    display: inline-block;
  }
  /* line 1778, app/assets/stylesheets/landing-pages/homepage.css.scss */
  .play-btn-container {
    width: 150px;
    height: 150px;
    border: 15px solid #ded3eb;
  }
  /* line 1783, app/assets/stylesheets/landing-pages/homepage.css.scss */
  .play-btn-container.bf-token {
    border-width: 9px;
  }
  /* line 1788, app/assets/stylesheets/landing-pages/homepage.css.scss */
  .navbar {
    height: 110px;
    padding: 20px 0px;
  }
  /* line 1792, app/assets/stylesheets/landing-pages/homepage.css.scss */
  .navbar.pinned {
    height: 70px;
    padding: 10px 0px;
  }
  /* line 1796, app/assets/stylesheets/landing-pages/homepage.css.scss */
  .navbar.pinned .navbar-brand {
    height: 50px;
    margin-left: 0px;
  }
  /* line 1801, app/assets/stylesheets/landing-pages/homepage.css.scss */
  .navbar.pinned .navbar-collapse.collapse, .navbar.pinned .sign-sections {
    margin: 0px;
  }
  /* line 1806, app/assets/stylesheets/landing-pages/homepage.css.scss */
  .navbar .navbar-brand {
    height: 70px;
    margin-left: 0px;
  }
  /* line 1811, app/assets/stylesheets/landing-pages/homepage.css.scss */
  .navbar .navbar-collapse.collapse {
    width: auto;
    float: left;
    margin-left: 40px;
    margin-top: 10px;
    transition: margin-top .4s ease;
  }
  /* line 1822, app/assets/stylesheets/landing-pages/homepage.css.scss */
  .navbar .sign-sections {
    position: relative;
    float: right;
    margin-top: 10px;
    transition: margin-top .4s ease;
  }
  /* line 1833, app/assets/stylesheets/landing-pages/homepage.css.scss */
  .srb-quote {
    padding-top: 0;
  }
  /* line 1836, app/assets/stylesheets/landing-pages/homepage.css.scss */
  .srb-quote .quote {
    margin-top: 160px;
    line-height: 35px;
    text-indent: 0px;
    padding-left: 150px;
  }
  /* line 1842, app/assets/stylesheets/landing-pages/homepage.css.scss */
  .srb-quote .quote.bf-token {
    margin-top: 80px;
  }
  /* line 1848, app/assets/stylesheets/landing-pages/homepage.css.scss */
  .stats_box .map-section {
    background-size: contain;
    background-repeat: no-repeat;
  }
  /* line 1852, app/assets/stylesheets/landing-pages/homepage.css.scss */
  .stats_box .map-section .stats {
    width: 100%;
    margin: 0 auto;
  }
  /* line 1856, app/assets/stylesheets/landing-pages/homepage.css.scss */
  .stats_box .map-section .stats li {
    height: 52px;
    display: inline-block;
    width: 49%;
    margin: 65px 0px;
    line-height: 26px;
    position: relative;
  }
  /* line 1864, app/assets/stylesheets/landing-pages/homepage.css.scss */
  .stats_box .map-section .stats li div {
    position: absolute;
  }
  /* line 1867, app/assets/stylesheets/landing-pages/homepage.css.scss */
  .stats_box .map-section .stats li div p {
    text-shadow: -7px -5px 0 #f6f6f6, -5px -4px 0 #f6f6f6, -5px -3px 0 #f6f6f6, -5px -2px 0 #f6f6f6, -5px -1px 0 #f6f6f6, -5px 0px 0 #f6f6f6, -5px 1px 0 #f6f6f6, -5px 2px 0 #f6f6f6, -5px 3px 0 #f6f6f6, -5px 4px 0 #f6f6f6, -5px 5px 0 #f6f6f6, -4px -5px 0 #f6f6f6, -4px -4px 0 #f6f6f6, -4px -3px 0 #f6f6f6, -4px -2px 0 #f6f6f6, -4px -1px 0 #f6f6f6, -4px 0px 0 #f6f6f6, -4px 1px 0 #f6f6f6, -4px 2px 0 #f6f6f6, -4px 3px 0 #f6f6f6, -4px 4px 0 #f6f6f6, -4px 5px 0 #f6f6f6, -3px -5px 0 #f6f6f6, -3px -4px 0 #f6f6f6, -3px -3px 0 #f6f6f6, -3px -2px 0 #f6f6f6, -3px -1px 0 #f6f6f6, -3px 0px 0 #f6f6f6, -3px 1px 0 #f6f6f6, -3px 2px 0 #f6f6f6, -3px 3px 0 #f6f6f6, -3px 4px 0 #f6f6f6, -3px 5px 0 #f6f6f6, -2px -5px 0 #f6f6f6, -2px -4px 0 #f6f6f6, -2px -3px 0 #f6f6f6, -2px -2px 0 #f6f6f6, -2px -1px 0 #f6f6f6, -2px 0px 0 #f6f6f6, -2px 1px 0 #f6f6f6, -2px 2px 0 #f6f6f6, -2px 3px 0 #f6f6f6, -2px 4px 0 #f6f6f6, -2px 5px 0 #f6f6f6, -1px -5px 0 #f6f6f6, -1px -4px 0 #f6f6f6, -1px -3px 0 #f6f6f6, -1px -2px 0 #f6f6f6, -1px -1px 0 #f6f6f6, -1px 0px 0 #f6f6f6, -1px 1px 0 #f6f6f6, -1px 2px 0 #f6f6f6, -1px 3px 0 #f6f6f6, -1px 4px 0 #f6f6f6, -1px 5px 0 #f6f6f6, 0px -5px 0 #f6f6f6, 0px -4px 0 #f6f6f6, 0px -3px 0 #f6f6f6, 0px -2px 0 #f6f6f6, 0px -1px 0 #f6f6f6, 0px 0px 0 #f6f6f6, 0px 1px 0 #f6f6f6, 0px 2px 0 #f6f6f6, 0px 3px 0 #f6f6f6, 0px 4px 0 #f6f6f6, 0px 5px 0 #f6f6f6, 1px -5px 0 #f6f6f6, 1px -4px 0 #f6f6f6, 1px -3px 0 #f6f6f6, 1px -2px 0 #f6f6f6, 1px -1px 0 #f6f6f6, 1px 0px 0 #f6f6f6, 1px 1px 0 #f6f6f6, 1px 2px 0 #f6f6f6, 1px 3px 0 #f6f6f6, 1px 4px 0 #f6f6f6, 1px 5px 0 #f6f6f6, 2px -5px 0 #f6f6f6, 2px -4px 0 #f6f6f6, 2px -3px 0 #f6f6f6, 2px -2px 0 #f6f6f6, 2px -1px 0 #f6f6f6, 2px 0px 0 #f6f6f6, 2px 1px 0 #f6f6f6, 2px 2px 0 #f6f6f6, 2px 3px 0 #f6f6f6, 2px 4px 0 #f6f6f6, 2px 5px 0 #f6f6f6, 3px -5px 0 #f6f6f6, 3px -4px 0 #f6f6f6, 3px -3px 0 #f6f6f6, 3px -2px 0 #f6f6f6, 3px -1px 0 #f6f6f6, 3px 0px 0 #f6f6f6, 3px 1px 0 #f6f6f6, 3px 2px 0 #f6f6f6, 3px 3px 0 #f6f6f6, 3px 4px 0 #f6f6f6, 3px 5px 0 #f6f6f6, 4px -5px 0 #f6f6f6, 4px -4px 0 #f6f6f6, 4px -3px 0 #f6f6f6, 4px -2px 0 #f6f6f6, 4px -1px 0 #f6f6f6, 4px 0px 0 #f6f6f6, 4px 1px 0 #f6f6f6, 4px 2px 0 #f6f6f6, 4px 3px 0 #f6f6f6, 4px 4px 0 #f6f6f6, 4px 5px 0 #f6f6f6, 5px -5px 0 #f6f6f6, 5px -4px 0 #f6f6f6, 5px -3px 0 #f6f6f6, 5px -2px 0 #f6f6f6, 5px -1px 0 #f6f6f6, 5px 0px 0 #f6f6f6, 5px 1px 0 #f6f6f6, 5px 2px 0 #f6f6f6, 5px 3px 0 #f6f6f6, 5px 4px 0 #f6f6f6, 5px 5px 0 #f6f6f6;
  }
  /* line 1870, app/assets/stylesheets/landing-pages/homepage.css.scss */
  .stats_box .map-section .stats li div p.amount {
    font-size: 30px;
  }
  /* line 1874, app/assets/stylesheets/landing-pages/homepage.css.scss */
  .stats_box .map-section .stats li div p.label {
    font-size: 12px;
  }
  /* line 1879, app/assets/stylesheets/landing-pages/homepage.css.scss */
  .stats_box .map-section .stats li div.returned {
    left: -20px;
    right: auto;
    top: -40px;
  }
  /* line 1885, app/assets/stylesheets/landing-pages/homepage.css.scss */
  .stats_box .map-section .stats li div.dividends {
    right: 0px;
    left: auto;
    top: -40px;
  }
  /* line 1891, app/assets/stylesheets/landing-pages/homepage.css.scss */
  .stats_box .map-section .stats li div.bitcoin {
    left: auto;
    right: 0px;
    top: -80px;
  }
  /* line 1897, app/assets/stylesheets/landing-pages/homepage.css.scss */
  .stats_box .map-section .stats li div.investros {
    top: -60px;
    left: -20px;
  }
  /* line 1906, app/assets/stylesheets/landing-pages/homepage.css.scss */
  .site-info .boxes .swiper-slide {
    width: 33%;
  }
  /* line 1910, app/assets/stylesheets/landing-pages/homepage.css.scss */
  .play-btn-container {
    width: 160px;
    height: 160px;
  }
  /* line 1914, app/assets/stylesheets/landing-pages/homepage.css.scss */
  .play-btn-container.bf-token {
    height: 90px;
    width: 90px;
  }
  /* line 1918, app/assets/stylesheets/landing-pages/homepage.css.scss */
  .play-btn-container.bf-token .btn-wrapper {
    height: 50px;
    width: 50px;
  }
  /* line 1924, app/assets/stylesheets/landing-pages/homepage.css.scss */
  .play-btn-container .btn-wrapper {
    width: 66px;
    height: 83px;
  }
  /* line 1928, app/assets/stylesheets/landing-pages/homepage.css.scss */
  .play-btn-container .btn-wrapper .play-btn {
    background-position: 7px -2px;
    background-size: 1490px;
  }
  /* line 1932, app/assets/stylesheets/landing-pages/homepage.css.scss */
  .play-btn-container .btn-wrapper .play-btn.bf-token {
    background-position: 10px -2px;
    background-size: 900px;
  }
  /* line 1940, app/assets/stylesheets/landing-pages/homepage.css.scss */
  .navbar.navbar-fixed-top.pinned.active {
    height: 70px;
  }
  /* line 1944, app/assets/stylesheets/landing-pages/homepage.css.scss */
  .bottom_slider {
    position: relative;
  }
  /* line 1947, app/assets/stylesheets/landing-pages/homepage.css.scss */
  .bottom_slider .swiper-pagination {
    text-align: center;
    width: 100%;
    bottom: 30px;
  }
  /* line 1952, app/assets/stylesheets/landing-pages/homepage.css.scss */
  .bottom_slider .swiper-pagination .swiper-pagination-bullet {
    width: 20px;
    height: 20px;
    margin: 0px 5px;
    border: 2px solid #fff;
    background: none;
    opacity: 1;
  }
  /* line 1960, app/assets/stylesheets/landing-pages/homepage.css.scss */
  .bottom_slider .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #FFF;
    border: none;
  }
  /* line 1967, app/assets/stylesheets/landing-pages/homepage.css.scss */
  .bottom_slider .swiper-slide {
    padding: 20px 0px 70px;
    min-height: 530px;
  }
  /* line 1971, app/assets/stylesheets/landing-pages/homepage.css.scss */
  .bottom_slider .swiper-slide .comment {
    margin-left: 0px;
  }
  /* line 1975, app/assets/stylesheets/landing-pages/homepage.css.scss */
  .bottom_slider .swiper-slide .title {
    color: #fff;
    margin-top: 10px;
    text-align: left;
  }
  /* line 1980, app/assets/stylesheets/landing-pages/homepage.css.scss */
  .bottom_slider .swiper-slide .title.bf-token {
    color: #81109c;
  }
  /* line 1985, app/assets/stylesheets/landing-pages/homepage.css.scss */
  .bottom_slider .swiper-slide .desc {
    margin-top: 10px;
    color: #fff;
    font-size: 16px;
    line-height: 21px;
    text-align: left;
    padding-right: 20px;
  }
  /* line 1994, app/assets/stylesheets/landing-pages/homepage.css.scss */
  .bottom_slider .swiper-slide .comment {
    margin-top: 30px;
    padding-left: 90px;
    width: auto;
    position: relative;
  }
  /* line 2000, app/assets/stylesheets/landing-pages/homepage.css.scss */
  .bottom_slider .swiper-slide .comment:after {
    position: absolute;
    left: 0px;
    top: 0;
    margin: auto;
    background-image: url(/assets/homepage/sprites-ae5db2cdb8bd565262c90419571aa851aea3d0e817b7f7d15e2a2174a5591998.png);
    border-radius: 50%;
    content: '';
    height: 70px;
    width: 70px;
    background-position: -440px -180px;
  }
  /* line 2015, app/assets/stylesheets/landing-pages/homepage.css.scss */
  .bottom_slider .swiper-slide .comment .name {
    font-weight: 700;
    color: #333;
    font-size: 20px;
  }
  /* line 2021, app/assets/stylesheets/landing-pages/homepage.css.scss */
  .bottom_slider .swiper-slide .comment .text {
    font-weight: 700;
    color: #FFF;
    font-size: 16px;
    margin: 0px;
    float: none;
  }
  /* line 2030, app/assets/stylesheets/landing-pages/homepage.css.scss */
  .bottom_slider .swiper-slide .video_player {
    display: block;
    width: 100%;
    height: 300px;
    margin-top: 60px;
  }
  /* line 2037, app/assets/stylesheets/landing-pages/homepage.css.scss */
  .bottom_slider .swiper-slide.unicoin {
    width: 70px;
  }
  /* line 2041, app/assets/stylesheets/landing-pages/homepage.css.scss */
  .bottom_slider .swiper-slide .logo {
    background-image: url(/assets/homepage/sprites-ae5db2cdb8bd565262c90419571aa851aea3d0e817b7f7d15e2a2174a5591998.png);
    width: 160px;
    height: 60px;
    margin-top: 20px;
    margin-left: 0px;
  }
}

@media screen and (min-width: 1200px) {
  /* line 2053, app/assets/stylesheets/landing-pages/homepage.css.scss */
  .apply-for-finance.title,
.about-us-wellcome-box {
    height: 100vh;
  }
  /* line 2057, app/assets/stylesheets/landing-pages/homepage.css.scss */
  .apply-for-finance.title .section-wrapper,
.about-us-wellcome-box .section-wrapper {
    height: 480px;
  }
  /* line 2062, app/assets/stylesheets/landing-pages/homepage.css.scss */
  .bottom_slider .showVideo {
    margin-top: 80px;
  }
  /* line 2066, app/assets/stylesheets/landing-pages/homepage.css.scss */
  .bottom_slider .showVideo .play-btn-container {
    margin: 90px auto;
  }
  /* line 2070, app/assets/stylesheets/landing-pages/homepage.css.scss */
  .pitch_card {
    height: 100%;
  }
  /* line 2075, app/assets/stylesheets/landing-pages/homepage.css.scss */
  .site-info .crypto-list li {
    height: 60px;
    margin: 0 20px;
    min-width: 180px;
    width: auto !important;
  }
  /* line 2081, app/assets/stylesheets/landing-pages/homepage.css.scss */
  .site-info .crypto-list li > div {
    background-size: 1490px;
    margin: auto !important;
  }
  /* line 2088, app/assets/stylesheets/landing-pages/homepage.css.scss */
  .navbar .navbar-collapse.collapse {
    margin-left: 120px;
  }
  /* line 2092, app/assets/stylesheets/landing-pages/homepage.css.scss */
  .pinned .navbar-nav {
    margin-left: 175px !important;
  }
  /* line 2096, app/assets/stylesheets/landing-pages/homepage.css.scss */
  .btn-green {
    padding: 15px 70px;
  }
  /* line 2101, app/assets/stylesheets/landing-pages/homepage.css.scss */
  .stats_box .map-section .stats li div.returned {
    left: 70px;
  }
  /* line 2105, app/assets/stylesheets/landing-pages/homepage.css.scss */
  .stats_box .map-section .stats li div.investros {
    left: 70px;
  }
  /* line 2109, app/assets/stylesheets/landing-pages/homepage.css.scss */
  .stats_box .map-section .stats li div.dividends {
    right: 100px;
  }
  /* line 2113, app/assets/stylesheets/landing-pages/homepage.css.scss */
  .stats_box .map-section .stats li div.bitcoin {
    right: 80px;
  }
  /* line 2120, app/assets/stylesheets/landing-pages/homepage.css.scss */
  .stats_box .map-section
.continents-map .europe {
    width: 110px;
    height: 90px;
    left: 549px;
    top: 20px;
  }
  /* line 2127, app/assets/stylesheets/landing-pages/homepage.css.scss */
  .stats_box .map-section
.continents-map .asia {
    left: 652px;
  }
  /* line 2131, app/assets/stylesheets/landing-pages/homepage.css.scss */
  .stats_box .map-section
.continents-map .africa {
    top: 137px;
    left: 575px;
  }
  /* line 2136, app/assets/stylesheets/landing-pages/homepage.css.scss */
  .stats_box .map-section
.continents-map .north-america {
    height: 120px;
    left: 220px;
  }
  /* line 2141, app/assets/stylesheets/landing-pages/homepage.css.scss */
  .stats_box .map-section
.continents-map .south-america {
    left: 330px;
  }
  /* line 2145, app/assets/stylesheets/landing-pages/homepage.css.scss */
  .stats_box .map-section
.continents-map .oceania {
    height: 80px;
    left: 870px;
  }
  /* line 2151, app/assets/stylesheets/landing-pages/homepage.css.scss */
  .stats_box .amount {
    font-size: 76px;
  }
  /* line 2155, app/assets/stylesheets/landing-pages/homepage.css.scss */
  .stats_box .label {
    font-size: 18px;
  }
  /* line 2159, app/assets/stylesheets/landing-pages/homepage.css.scss */
  .stats_box .invested-amount {
    margin-bottom: 40px;
  }
  /* line 2163, app/assets/stylesheets/landing-pages/homepage.css.scss */
  .site-info {
    padding: 85px 0;
  }
  /* line 2166, app/assets/stylesheets/landing-pages/homepage.css.scss */
  .site-info .text {
    font-size: 26px;
  }
  /* line 2169, app/assets/stylesheets/landing-pages/homepage.css.scss */
  .site-info .text.portfolio-header {
    margin: 60px 0px;
  }
  /* line 2173, app/assets/stylesheets/landing-pages/homepage.css.scss */
  .site-info .text.bf-token {
    font-size: 22px;
    letter-spacing: 1.2px;
    margin-top: 1.5em;
  }
  /* line 2180, app/assets/stylesheets/landing-pages/homepage.css.scss */
  .site-info .header {
    font-size: 48px;
    margin-bottom: 45px;
    padding: 0px 100px;
  }
  /* line 2185, app/assets/stylesheets/landing-pages/homepage.css.scss */
  .site-info .header.bf-token {
    font-size: 28px;
    margin-bottom: 16px;
  }
  /* line 2191, app/assets/stylesheets/landing-pages/homepage.css.scss */
  .site-info .desc {
    font-size: 20px;
    padding: 0px 80px;
  }
  /* line 2195, app/assets/stylesheets/landing-pages/homepage.css.scss */
  .site-info .desc.bf-token {
    font-size: 18px;
    padding: 0 15em;
  }
  /* line 2201, app/assets/stylesheets/landing-pages/homepage.css.scss */
  .site-info .boxes .title {
    font-size: 18px;
  }
  /* line 2205, app/assets/stylesheets/landing-pages/homepage.css.scss */
  .site-info .boxes .desc {
    font-size: 16px;
    line-height: 26px;
    padding: 0px 10px;
  }
  /* line 2211, app/assets/stylesheets/landing-pages/homepage.css.scss */
  .site-info .crypto-list {
    margin-bottom: 50px;
  }
  /* line 2214, app/assets/stylesheets/landing-pages/homepage.css.scss */
  .site-info .crypto-list.bf-token {
    margin-bottom: 0;
  }
  /* line 2220, app/assets/stylesheets/landing-pages/homepage.css.scss */
  .stats_box {
    padding: 65px 0px 80px;
  }
  /* line 2223, app/assets/stylesheets/landing-pages/homepage.css.scss */
  .stats_box .invested-amount {
    text-align: center;
    margin: 15px 0px;
  }
  /* line 2229, app/assets/stylesheets/landing-pages/homepage.css.scss */
  .site-info .crypto-list li {
    margin: 20px 20px;
  }
  /* line 2234, app/assets/stylesheets/landing-pages/homepage.css.scss */
  .bottom_slider .swiper-slide {
    min-height: 730px;
    padding: 20px 0 140px;
  }
  /* line 2238, app/assets/stylesheets/landing-pages/homepage.css.scss */
  .bottom_slider .swiper-slide .title {
    font-size: 40px;
  }
  /* line 2242, app/assets/stylesheets/landing-pages/homepage.css.scss */
  .bottom_slider .swiper-slide .desc {
    font-size: 21px;
    line-height: 28px;
  }
  /* line 2247, app/assets/stylesheets/landing-pages/homepage.css.scss */
  .bottom_slider .swiper-slide .comment {
    margin-top: 80px;
  }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  /* line 2255, app/assets/stylesheets/landing-pages/homepage.css.scss */
  .apply-for-finance.title,
.about-us-wellcome-box {
    height: 768px;
  }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  /* line 2262, app/assets/stylesheets/landing-pages/homepage.css.scss */
  .apply-for-finance.title,
.about-us-wellcome-box {
    height: 1024px;
  }
}

/* iphone5 */
@media only screen and (min-device-width: 320px) and (max-device-height: 568px) and (orientation: landscape) and (-webkit-device-pixel-ratio: 2) {
  /* line 2270, app/assets/stylesheets/landing-pages/homepage.css.scss */
  .apply-for-finance.title,
.about-us-wellcome-box {
    height: 100%;
  }
}

@media only screen and (min-device-width: 320px) and (max-device-height: 568px) and (orientation: portrait) and (-webkit-device-pixel-ratio: 2) {
  /* line 2277, app/assets/stylesheets/landing-pages/homepage.css.scss */
  .apply-for-finance.title,
.about-us-wellcome-box {
    height: 568px;
  }
}

/* iPhone 4 */
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  /* line 2285, app/assets/stylesheets/landing-pages/homepage.css.scss */
  .apply-for-finance.title,
.about-us-wellcome-box {
    height: 100%;
  }
}

@media screen and (max-width: 600px) {
  /* line 2291, app/assets/stylesheets/landing-pages/homepage.css.scss */
  .section-margin-top {
    margin-top: 120px;
  }
}

@media screen and (min-width: 600px) {
  /* line 2291, app/assets/stylesheets/landing-pages/homepage.css.scss */
  .section-margin-top {
    margin-top: 0;
  }
}

@media screen and (max-width: 776px) and (max-height: 460px) {
  /* line 2300, app/assets/stylesheets/landing-pages/homepage.css.scss */
  .button-top-margin {
    margin-top: 75px;
  }
}

@media screen and (min-width: 992px) {
  /* line 2300, app/assets/stylesheets/landing-pages/homepage.css.scss */
  .button-top-margin {
    margin-top: 30px;
  }
}

/* line 2310, app/assets/stylesheets/landing-pages/homepage.css.scss */
.overflow-hidden {
  overflow: hidden;
}

/* line 2314, app/assets/stylesheets/landing-pages/homepage.css.scss */
.modal-header {
  padding: 0 15px;
}

/* line 2317, app/assets/stylesheets/landing-pages/homepage.css.scss */
.modal-header svg:hover {
  cursor: pointer;
}

/* line 2321, app/assets/stylesheets/landing-pages/homepage.css.scss */
.modal-header svg {
  filter: drop-shadow(3px 3px 2px rgba(0, 0, 0, 0.7));
}

/* line 2326, app/assets/stylesheets/landing-pages/homepage.css.scss */
.modal-body {
  padding: 15px 15px;
}

@media screen and (max-width: 991px) and (min-aspect-ratio: 4/3) {
  /* line 2331, app/assets/stylesheets/landing-pages/homepage.css.scss */
  .modal-dialog {
    margin: 15px auto !important;
  }
  /* line 2335, app/assets/stylesheets/landing-pages/homepage.css.scss */
  .videoWrapper {
    padding-bottom: 40%;
  }
}

/*Constants and Mixins*/
/* line 5, app/assets/stylesheets/landing-pages/support.css.scss */
.support.branches .office-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  justify-content: space-evenly;
  margin: 40px auto;
  margin-bottom: 0;
  max-width: 1400px;
  padding: 20px;
  position: relative;
  text-align: center;
  width: 100%;
}

/* line 17, app/assets/stylesheets/landing-pages/support.css.scss */
.support.branches .office-list .box {
  list-style: none;
  min-width: 200px;
  text-align: center;
}

/* line 21, app/assets/stylesheets/landing-pages/support.css.scss */
.support.branches .office-list .box h3 {
  color: #3c3c3c;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 20px;
}

/* line 28, app/assets/stylesheets/landing-pages/support.css.scss */
.support.branches .office-list .box p {
  color: #a2a2a2;
  line-height: 30px;
}

/* line 33, app/assets/stylesheets/landing-pages/support.css.scss */
.support.branches .office-list:before {
  content: '';
  width: 100%;
  height: 1px;
  background-color: #eeeeee;
  position: absolute;
  left: -50%;
  top: 0px;
}

/* line 42, app/assets/stylesheets/landing-pages/support.css.scss */
.support.branches .office-list:after {
  content: '';
  width: 100%;
  height: 1px;
  background-color: #eeeeee;
  position: absolute;
  right: -50%;
  bottom: 0px;
  left: auto;
}

/* line 54, app/assets/stylesheets/landing-pages/support.css.scss */
.support.title {
  background-image: url(/assets/homepage/mobile-header-bg-de1bcfe73ccb8557ef21e079b87e9e45b745c4982c955b29e6c4838e2272f2a1.jpg);
  background-position: center;
  background-size: cover;
}

/* line 58, app/assets/stylesheets/landing-pages/support.css.scss */
.support.title h2 {
  color: #fff;
  float: left;
  font-size: 42px;
  font-weight: 700;
  height: 240px;
  line-height: 240px;
  text-align: center;
  width: 100%;
}

@media screen and (min-height: 950px) {
  /* line 58, app/assets/stylesheets/landing-pages/support.css.scss */
  .support.title h2 {
    height: 300px;
    line-height: 300px;
  }
}

/* line 75, app/assets/stylesheets/landing-pages/support.css.scss */
.support.help_options .help_list {
  text-align: center;
  margin-bottom: 70px;
}

/* line 79, app/assets/stylesheets/landing-pages/support.css.scss */
.support.help_options h3 {
  font-weight: 300;
  color: #3c3c3c;
  font-size: 46px;
  margin: 50px 0px;
  padding: 0px 20px;
  text-align: center;
}

@media screen and (min-height: 950px) {
  /* line 79, app/assets/stylesheets/landing-pages/support.css.scss */
  .support.help_options h3 {
    margin: 80px 0px;
  }
}

/* line 91, app/assets/stylesheets/landing-pages/support.css.scss */
.support.help_options .box {
  padding: 40px;
  font-size: 24px;
  text-align: center;
  border: 1px solid #e5e5e5;
  background-color: #f6f6f6;
  max-width: 250px;
  width: 100%;
  margin: 15px;
  color: #787878;
  cursor: pointer;
  transition: background-color .4s ease;
  min-height: 280px;
  vertical-align: top;
}

/* line 108, app/assets/stylesheets/landing-pages/support.css.scss */
.support.help_options .box:hover a {
  color: #fff !important;
  text-decoration: none;
}

/* line 112, app/assets/stylesheets/landing-pages/support.css.scss */
.support.help_options .box a {
  color: #787878;
  display: block;
  width: 100%;
  height: 100%;
}

/* line 118, app/assets/stylesheets/landing-pages/support.css.scss */
.support.help_options .box .img {
  display: block;
  width: 100px;
  height: 99px;
  margin: 0 auto;
  background-image: url(/assets/homepage/sprites-ae5db2cdb8bd565262c90419571aa851aea3d0e817b7f7d15e2a2174a5591998.png);
  margin-bottom: 30px;
}

/* line 127, app/assets/stylesheets/landing-pages/support.css.scss */
.support.help_options .box:nth-of-type(1) .img {
  background-position: -849px -90px;
}

/* line 132, app/assets/stylesheets/landing-pages/support.css.scss */
.support.help_options .box:nth-of-type(2) .img {
  background-position: -958px -95px;
  height: 80px;
  margin-top: 20px;
}

/* line 139, app/assets/stylesheets/landing-pages/support.css.scss */
.support.help_options .box:nth-of-type(3) .img {
  background-position: -1073px -95px;
  height: 80px;
  margin-top: 20px;
}

/* line 145, app/assets/stylesheets/landing-pages/support.css.scss */
.support.help_options .box:hover {
  background-color: #821f9c;
  color: #fff;
}

/* line 148, app/assets/stylesheets/landing-pages/support.css.scss */
.support.help_options .box:hover a {
  color: #fff !important;
}

/* line 152, app/assets/stylesheets/landing-pages/support.css.scss */
.support.help_options .box:hover:nth-of-type(1) .img {
  background-position: -849px 4px;
}

/* line 157, app/assets/stylesheets/landing-pages/support.css.scss */
.support.help_options .box:hover:nth-of-type(2) .img {
  background-position: -958px -5px;
}

/* line 162, app/assets/stylesheets/landing-pages/support.css.scss */
.support.help_options .box:hover:nth-of-type(3) .img {
  background-position: -1073px -15px;
}

/* line 169, app/assets/stylesheets/landing-pages/support.css.scss */
.support #confirmation {
  display: none;
}

/* line 172, app/assets/stylesheets/landing-pages/support.css.scss */
.support #messageForm {
  display: none;
  background-color: #f6f6f6;
  padding: 60px;
  max-width: 770px;
  margin: auto;
}

/* line 178, app/assets/stylesheets/landing-pages/support.css.scss */
.support #messageForm form {
  max-width: 770px;
  width: 100%;
  margin: 0 auto;
  padding: 0px 20px;
}

/* line 183, app/assets/stylesheets/landing-pages/support.css.scss */
.support #messageForm form .user_address_fields {
  display: none;
}

/* line 186, app/assets/stylesheets/landing-pages/support.css.scss */
.support #messageForm form label {
  display: block;
  color: #676767;
  font-size: 16px;
  margin: 7px 0px;
}

/* line 192, app/assets/stylesheets/landing-pages/support.css.scss */
.support #messageForm form input[type='text'],
.support #messageForm form input[type='email'] {
  display: block;
  color: #676767;
  font-size: 16px;
  background-color: #fff;
  border: 1px solid #e6e6e6;
  margin-top: 7px;
  margin-bottom: 15px;
  height: 40px;
  width: 100%;
  padding: 5px 15px;
  line-height: normal;
}

/* line 206, app/assets/stylesheets/landing-pages/support.css.scss */
.support #messageForm form select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: block;
  color: #676767;
  font-size: 16px;
  background-color: #fff;
  border: 1px solid #e6e6e6;
  margin-top: 7px;
  margin-bottom: 15px;
  height: 40px;
  width: 100%;
  padding: 5px 15px;
}

/* line 221, app/assets/stylesheets/landing-pages/support.css.scss */
.support #messageForm form select::-ms-expand {
  /* for IE 11 */
  display: none;
}

/* line 225, app/assets/stylesheets/landing-pages/support.css.scss */
.support #messageForm form textarea {
  display: block;
  color: #676767;
  font-size: 16px;
  background-color: #fff;
  border: 1px solid #e6e6e6;
  margin-top: 7px;
  margin-bottom: 15px;
  height: 130px;
  width: 100%;
  padding: 5px 15px;
  resize: none;
}

/* line 238, app/assets/stylesheets/landing-pages/support.css.scss */
.support #messageForm form button {
  margin: 0 auto;
  display: block;
  max-width: 380px;
  width: 100%;
  margin-top: 35px;
}

/* line 249, app/assets/stylesheets/landing-pages/support.css.scss */
#msg-form-submit {
  display: block;
  float: none;
  margin: 0 auto;
}

/* line 254, app/assets/stylesheets/landing-pages/support.css.scss */
#msg-form-submit + .loader {
  display: none;
}

/* line 258, app/assets/stylesheets/landing-pages/support.css.scss */
#msg-form-submit:disabled {
  display: none;
}

/* line 261, app/assets/stylesheets/landing-pages/support.css.scss */
#msg-form-submit:disabled + .loader {
  display: block;
}

@media screen and (min-width: 992px) {
  /* line 269, app/assets/stylesheets/landing-pages/support.css.scss */
  .support.title {
    background-image: url(/assets/homepage/welcome-7f4954ac294a443ae9d2c03ef5dcb516d88a2a11e0e7cfa1c1faf625ab79816f.jpg);
  }
  /* line 274, app/assets/stylesheets/landing-pages/support.css.scss */
  .support.branches .office-list .box {
    text-align: left;
  }
}

/*Constants and Mixins*/
/* line 3, app/assets/stylesheets/landing-pages/aboutUs.css.scss */
.clear-bg {
  background-image: url(/assets/homepage/clear-bg-e16229ab695d2cc850b0bda8e03fb7241d5bd7824c706158b4541f4a8e611a58.jpg);
  background-position: center;
  background-size: cover;
  padding-top: 60px;
  padding-bottom: 60px;
}

/* line 9, app/assets/stylesheets/landing-pages/aboutUs.css.scss */
.clear-bg h2 {
  color: #fff;
  text-align: center;
}

/* line 13, app/assets/stylesheets/landing-pages/aboutUs.css.scss */
.clear-bg p {
  color: #fff;
  text-align: center;
  margin-top: 20px;
}

/* line 20, app/assets/stylesheets/landing-pages/aboutUs.css.scss */
.box-list-section {
  padding: 40px 0px;
}

/* line 22, app/assets/stylesheets/landing-pages/aboutUs.css.scss */
.box-list-section h2 {
  text-align: center;
  color: #3c3c3c;
  font-weight: 300;
}

/* line 27, app/assets/stylesheets/landing-pages/aboutUs.css.scss */
.box-list-section p {
  text-align: center;
  margin-top: 20px;
  color: #a2a2a2;
}

/* line 32, app/assets/stylesheets/landing-pages/aboutUs.css.scss */
.box-list-section ul {
  margin-top: 40px;
  text-align: center;
}

/* line 35, app/assets/stylesheets/landing-pages/aboutUs.css.scss */
.box-list-section ul li {
  text-align: center;
  margin: 15px auto;
  width: 100%;
  max-width: 350px;
  vertical-align: top;
}

/* line 41, app/assets/stylesheets/landing-pages/aboutUs.css.scss */
.box-list-section ul li h3 {
  font-size: 18px;
  text-transform: uppercase;
}

/* line 45, app/assets/stylesheets/landing-pages/aboutUs.css.scss */
.box-list-section ul li .img {
  background-image: url(/assets/homepage/sprites-ae5db2cdb8bd565262c90419571aa851aea3d0e817b7f7d15e2a2174a5591998.png);
  margin: 0 auto;
  height: 70px;
  width: 69px;
}

/* line 51, app/assets/stylesheets/landing-pages/aboutUs.css.scss */
.box-list-section ul li:first-of-type .img {
  background-position: -186px -2px;
}

/* line 54, app/assets/stylesheets/landing-pages/aboutUs.css.scss */
.box-list-section ul li:nth-of-type(2) .img {
  background-position: 662px -198px;
}

/* line 57, app/assets/stylesheets/landing-pages/aboutUs.css.scss */
.box-list-section ul li:nth-of-type(4) .img {
  background-position: -320px -2px;
}

/* line 60, app/assets/stylesheets/landing-pages/aboutUs.css.scss */
.box-list-section ul li:nth-of-type(5) .img {
  background-position: -850px -290px;
}

/* line 63, app/assets/stylesheets/landing-pages/aboutUs.css.scss */
.box-list-section ul li:nth-of-type(6) .img {
  background-position: -918px -206px;
}

/* line 66, app/assets/stylesheets/landing-pages/aboutUs.css.scss */
.box-list-section ul li:nth-of-type(7) .img {
  background-position: 566px -294px;
}

/* line 69, app/assets/stylesheets/landing-pages/aboutUs.css.scss */
.box-list-section ul li:nth-of-type(8) .img {
  background-position: 489px -198px;
}

/* line 72, app/assets/stylesheets/landing-pages/aboutUs.css.scss */
.box-list-section ul li:nth-of-type(9) .img {
  background-position: -252px -2px;
  width: 70px;
}

/* line 76, app/assets/stylesheets/landing-pages/aboutUs.css.scss */
.box-list-section ul li:nth-of-type(3) .img {
  background-position: 477px -293px;
}

/* line 82, app/assets/stylesheets/landing-pages/aboutUs.css.scss */
.about-us-wellcome-box {
  height: 50vh;
  padding: 60px 15px;
  position: relative;
}

/* line 87, app/assets/stylesheets/landing-pages/aboutUs.css.scss */
.question-row {
  padding-top: 40px;
  padding-bottom: 40px;
  text-align: center;
  position: relative;
  overflow: hidden;
}

/* line 93, app/assets/stylesheets/landing-pages/aboutUs.css.scss */
.question-row:after {
  position: absolute;
  bottom: 0;
  top: auto;
  left: 0;
  width: 200%;
  height: 1px;
  content: '';
  background-color: #f6f6f6;
}

/* line 103, app/assets/stylesheets/landing-pages/aboutUs.css.scss */
.question-row h2 {
  text-align: center;
  font-weight: 300;
}

/* line 107, app/assets/stylesheets/landing-pages/aboutUs.css.scss */
.question-row p {
  color: #838383;
  font-size: 16px;
  line-height: 26px;
}

/* line 112, app/assets/stylesheets/landing-pages/aboutUs.css.scss */
.question-row a {
  margin: auto;
  display: block;
  text-align: center;
  max-width: 290px;
  margin-top: 40px;
}

/* line 118, app/assets/stylesheets/landing-pages/aboutUs.css.scss */
.question-row a:hover {
  text-decoration: none;
}

/* line 124, app/assets/stylesheets/landing-pages/aboutUs.css.scss */
.video-section {
  padding: 40px 0px;
  text-align: center;
  color: #fff;
  position: relative;
  cursor: pointer;
}

/* line 130, app/assets/stylesheets/landing-pages/aboutUs.css.scss */
.video-section .mask {
  cursor: pointer;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  opacity: 1;
  width: 100%;
  visibility: visible;
  height: 100%;
  border: 100px solid rgba(0, 0, 0, 0);
  box-sizing: border-box;
  transition: all 0.6s cubic-bezier(0.94, 0.85, 0.1, 0.62);
}

/* line 144, app/assets/stylesheets/landing-pages/aboutUs.css.scss */
.video-section:hover .mask {
  border: 0px double rgba(255, 255, 255, 0.9);
  opacity: 0.3;
  visibility: hidden;
}

/* line 149, app/assets/stylesheets/landing-pages/aboutUs.css.scss */
.video-section.video-bg-left {
  background-image: url(/assets/homepage/about-left2-b6cbf734d1cbdfc2cd89a8a3c8630549bcfc946cb3cc2908afb9a3576977556a.jpg);
  background-position: center;
  background-size: cover;
}

/* line 154, app/assets/stylesheets/landing-pages/aboutUs.css.scss */
.video-section.video-bg-right {
  background-image: url(/assets/homepage/about-right-34e0cf4e9a1b6231ff126cc9fc0de15c5f4300aba60f35fe8aadde92b2dfc49d.jpg);
  background-position: center;
  background-size: cover;
}

/* line 159, app/assets/stylesheets/landing-pages/aboutUs.css.scss */
.video-section:hover h3::after {
  transform: translate3d(100%, 0, 0);
}

/* line 162, app/assets/stylesheets/landing-pages/aboutUs.css.scss */
.video-section::hover h3::before {
  width: 100%;
}

/* line 165, app/assets/stylesheets/landing-pages/aboutUs.css.scss */
.video-section h3 {
  font-weight: 300;
  font-size: 36px;
}

/* line 168, app/assets/stylesheets/landing-pages/aboutUs.css.scss */
.video-section h3.link {
  outline: none;
  text-decoration: none;
  position: relative;
  line-height: 1;
  color: #9e9ba4;
  display: inline-block;
  text-transform: uppercase;
  overflow: hidden;
  line-height: 0.75;
  color: #b2b0a9;
}

/* line 180, app/assets/stylesheets/landing-pages/aboutUs.css.scss */
.video-section h3:after {
  content: '';
  position: absolute;
  height: 3px;
  width: 100%;
  top: 50%;
  margin-top: -3px;
  right: 0;
  background: #F9F9F9;
  transform: translate3d(-100%, 0, 0);
  transition: transform 0.4s;
  transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
}

/* line 194, app/assets/stylesheets/landing-pages/aboutUs.css.scss */
.video-section h3::before {
  content: attr(data-letters);
  position: absolute;
  z-index: 2;
  overflow: hidden;
  color: #424242;
  white-space: nowrap;
  width: 0%;
  transition: width 0.4s 0.3s;
}

/* line 206, app/assets/stylesheets/landing-pages/aboutUs.css.scss */
.video-section p {
  font-size: 20px;
  margin-top: 30px;
  padding: 0px 20px;
}

/* line 211, app/assets/stylesheets/landing-pages/aboutUs.css.scss */
.video-section .play-btn-container {
  margin-top: 30px;
  cursor: pointer;
}

/* line 215, app/assets/stylesheets/landing-pages/aboutUs.css.scss */
.video-section .play-btn-container .btn-wrapper {
  height: 27px;
  width: 19px;
}

/* line 218, app/assets/stylesheets/landing-pages/aboutUs.css.scss */
.video-section .play-btn-container .btn-wrapper .play-btn {
  background-size: 490px;
}

/* line 225, app/assets/stylesheets/landing-pages/aboutUs.css.scss */
.comments-section {
  border-top: 2px solid #f6f6f6;
}

/* line 227, app/assets/stylesheets/landing-pages/aboutUs.css.scss */
.comments-section h2 {
  font-size: 30px;
  line-height: 40px;
}

/* line 231, app/assets/stylesheets/landing-pages/aboutUs.css.scss */
.comments-section p {
  font-size: 16px;
  color: #838383;
  line-height: 30px;
}

/* line 236, app/assets/stylesheets/landing-pages/aboutUs.css.scss */
.comments-section .btn-green-border {
  display: block;
  text-align: center;
  max-width: 300px;
  margin: 20px auto;
  margin-top: 40px;
  float: none;
  clear: both;
}

/* line 244, app/assets/stylesheets/landing-pages/aboutUs.css.scss */
.comments-section .btn-green-border:hover {
  text-decoration: none;
}

/* line 248, app/assets/stylesheets/landing-pages/aboutUs.css.scss */
.comments-section .comment {
  padding-top: 70px;
  position: relative;
}

/* line 251, app/assets/stylesheets/landing-pages/aboutUs.css.scss */
.comments-section .comment:before {
  position: absolute;
  top: 20px;
  bottom: auto;
  left: 0;
  right: 0;
  margin: auto;
  width: 60px;
  height: 60px;
  background-image: url(/assets/homepage/sprites-ae5db2cdb8bd565262c90419571aa851aea3d0e817b7f7d15e2a2174a5591998.png);
  border-radius: 50%;
  content: '';
  background-position: -32px -711px;
}

/* line 267, app/assets/stylesheets/landing-pages/aboutUs.css.scss */
.comments-section .comment:nth-of-type(2):before {
  background-position: -132px -721px;
}

/* line 270, app/assets/stylesheets/landing-pages/aboutUs.css.scss */
.comments-section .comment .text {
  font-size: 16px;
  color: #838383;
  margin-bottom: 10px;
}

/* line 275, app/assets/stylesheets/landing-pages/aboutUs.css.scss */
.comments-section .comment .name {
  color: #6d1f7e;
  font-size: 17px;
  float: none;
  clear: both;
}

@media screen and (min-width: 600px) {
  /* line 285, app/assets/stylesheets/landing-pages/aboutUs.css.scss */
  .clear-bg {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  /* line 289, app/assets/stylesheets/landing-pages/aboutUs.css.scss */
  .about-us-wellcome-box {
    min-height: 300px;
    padding: 60px 30px;
  }
  /* line 293, app/assets/stylesheets/landing-pages/aboutUs.css.scss */
  .about-us-wellcome-box .section-wrapper {
    height: 150px;
  }
}

@media screen and (min-width: 768px) {
  /* line 300, app/assets/stylesheets/landing-pages/aboutUs.css.scss */
  .comments-section p {
    margin-top: 20px;
  }
  /* line 304, app/assets/stylesheets/landing-pages/aboutUs.css.scss */
  .box-list-section ul {
    text-align: justify;
  }
  /* line 309, app/assets/stylesheets/landing-pages/aboutUs.css.scss */
  .video-section.video-bg-left {
    float: left;
    width: 50%;
    background-position: right;
    position: relative;
  }
  /* line 314, app/assets/stylesheets/landing-pages/aboutUs.css.scss */
  .video-section.video-bg-left:after {
    position: absolute;
    right: 0px;
    top: 0px;
    height: 100%;
    width: 4px;
    background-color: #fff;
    content: '';
  }
  /* line 324, app/assets/stylesheets/landing-pages/aboutUs.css.scss */
  .video-section.video-bg-right {
    width: 50%;
    float: right;
    background-position: left;
  }
}

@media screen and (min-width: 992px) {
  /* line 332, app/assets/stylesheets/landing-pages/aboutUs.css.scss */
  .box-list-section ul li:nth-of-type(2) .img {
    background-position: 652px -198px;
  }
  /* line 335, app/assets/stylesheets/landing-pages/aboutUs.css.scss */
  .about-us-wellcome-box {
    padding: 300px 15px;
  }
  /* line 337, app/assets/stylesheets/landing-pages/aboutUs.css.scss */
  .about-us-wellcome-box h2 {
    margin-top: 10px;
  }
  /* line 341, app/assets/stylesheets/landing-pages/aboutUs.css.scss */
  .question-row,
.box-list-section,
.comments-section {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  /* line 348, app/assets/stylesheets/landing-pages/aboutUs.css.scss */
  .navbar .sign-sections {
    width: 200px !important;
  }
  /* line 350, app/assets/stylesheets/landing-pages/aboutUs.css.scss */
  .navbar .sign-sections a {
    width: 110px !important;
  }
  /* line 352, app/assets/stylesheets/landing-pages/aboutUs.css.scss */
  .navbar .sign-sections a:first-of-type {
    width: 80px !important;
  }
  /* line 357, app/assets/stylesheets/landing-pages/aboutUs.css.scss */
  .comments-section .comment {
    padding-left: 70px;
    padding-top: 0px;
    margin-top: 90px;
    padding-right: 50px;
  }
  /* line 362, app/assets/stylesheets/landing-pages/aboutUs.css.scss */
  .comments-section .comment:not(:first-of-type) {
    margin-top: 60px;
  }
  /* line 365, app/assets/stylesheets/landing-pages/aboutUs.css.scss */
  .comments-section .comment:before {
    top: 0;
    bottom: 0;
    left: -20px;
    right: auto;
    margin: auto;
    width: 70px;
    height: 70px;
  }
  /* line 375, app/assets/stylesheets/landing-pages/aboutUs.css.scss */
  .clear-bg {
    padding-top: 150px;
    padding-bottom: 150px;
  }
  /* line 378, app/assets/stylesheets/landing-pages/aboutUs.css.scss */
  .clear-bg h2 {
    font-size: 50px;
  }
  /* line 381, app/assets/stylesheets/landing-pages/aboutUs.css.scss */
  .clear-bg p {
    font-size: 18px;
    line-height: 30px;
    width: 100%;
    margin: 0 auto;
    max-width: 950px;
  }
  /* line 390, app/assets/stylesheets/landing-pages/aboutUs.css.scss */
  .box-list-section p {
    font-size: 20px;
    max-width: 905px;
    margin: 20px auto;
    width: 100%;
  }
  /* line 396, app/assets/stylesheets/landing-pages/aboutUs.css.scss */
  .box-list-section h2 {
    font-size: 48px;
    width: 100%;
    max-width: 580px;
    margin: auto;
  }
  /* line 402, app/assets/stylesheets/landing-pages/aboutUs.css.scss */
  .box-list-section ul li {
    text-align: left;
    padding-right: 40px;
    max-width: 300px;
  }
  /* line 406, app/assets/stylesheets/landing-pages/aboutUs.css.scss */
  .box-list-section ul li:nth-of-type(8) {
    margin-left: 15px;
  }
  /* line 409, app/assets/stylesheets/landing-pages/aboutUs.css.scss */
  .box-list-section ul li:last-of-type {
    margin-left: 20px;
  }
  /* line 412, app/assets/stylesheets/landing-pages/aboutUs.css.scss */
  .box-list-section ul li .img {
    margin-left: 0;
  }
  /* line 415, app/assets/stylesheets/landing-pages/aboutUs.css.scss */
  .box-list-section ul li p {
    text-align: left;
    font-size: 16px;
  }
  /* line 421, app/assets/stylesheets/landing-pages/aboutUs.css.scss */
  .question-row h2 {
    font-size: 48px;
  }
  /* line 425, app/assets/stylesheets/landing-pages/aboutUs.css.scss */
  .video-section .play-btn-container {
    width: 80px;
    height: 80px;
    border: 7px solid #ded3eb;
    margin-bottom: 40px;
  }
  /* line 430, app/assets/stylesheets/landing-pages/aboutUs.css.scss */
  .video-section .play-btn-container .btn-wrapper {
    width: 29px;
  }
  /* line 434, app/assets/stylesheets/landing-pages/aboutUs.css.scss */
  .video-section h3 {
    font-size: 48px;
  }
}

@media screen and (min-width: 1200px) {
  /* line 442, app/assets/stylesheets/landing-pages/aboutUs.css.scss */
  .about-us-wellcome-box .section-wrapper {
    height: 150px;
  }
  /* line 448, app/assets/stylesheets/landing-pages/aboutUs.css.scss */
  .box-list-section ul {
    width: 100%;
    margin: 0 auto;
    margin-top: 40px;
  }
  /* line 452, app/assets/stylesheets/landing-pages/aboutUs.css.scss */
  .box-list-section ul li {
    margin-right: 40px;
    padding-right: 0px;
  }
  /* line 458, app/assets/stylesheets/landing-pages/aboutUs.css.scss */
  .box-list-section ul li:last-of-type {
    margin-left: 55px;
  }
  /* line 461, app/assets/stylesheets/landing-pages/aboutUs.css.scss */
  .box-list-section ul li:nth-of-type(8) {
    margin-left: 55px;
  }
  /* line 464, app/assets/stylesheets/landing-pages/aboutUs.css.scss */
  .video-section {
    padding-top: 70px;
  }
  /* line 467, app/assets/stylesheets/landing-pages/aboutUs.css.scss */
  .video-section.video-bg-left {
    background-position: center;
  }
  /* line 469, app/assets/stylesheets/landing-pages/aboutUs.css.scss */
  .video-section.video-bg-left .text-wrapper {
    float: right;
    margin-right: 70px;
  }
  /* line 474, app/assets/stylesheets/landing-pages/aboutUs.css.scss */
  .video-section.video-bg-right {
    background-position: center;
  }
  /* line 476, app/assets/stylesheets/landing-pages/aboutUs.css.scss */
  .video-section.video-bg-right .text-wrapper {
    float: left;
    margin-left: 70px;
  }
}

/* line 2, app/assets/stylesheets/landing-pages/apply-for-finance.css.scss */
.apply-for-finance.title {
  background-image: url(/assets/homepage/welcome-7f4954ac294a443ae9d2c03ef5dcb516d88a2a11e0e7cfa1c1faf625ab79816f.jpg);
  background-position: center;
  background-size: cover;
  color: #fff;
  height: 550px;
  min-height: 620px;
  padding-bottom: 30px;
  text-align: center;
  transition: margin .8s;
}

/* line 13, app/assets/stylesheets/landing-pages/apply-for-finance.css.scss */
.apply-for-finance.title h2 {
  font-family: 'Lato';
  font-size: 26px;
  font-weight: 300;
  height: 100%;
  line-height: normal;
  margin: 90px auto 40px;
  padding: 0 20px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  /* line 26, app/assets/stylesheets/landing-pages/apply-for-finance.css.scss */
  .apply-for-finance.title--medium-height h2 {
    height: 80%;
  }
}

/* line 32, app/assets/stylesheets/landing-pages/apply-for-finance.css.scss */
.apply-for-finance.title .play-btn-container {
  margin-bottom: 20px;
  margin-top: 30px;
}

/* line 38, app/assets/stylesheets/landing-pages/apply-for-finance.css.scss */
.apply-for-finance #a_get_started {
  margin-top: 0;
}

/* line 47, app/assets/stylesheets/landing-pages/apply-for-finance.css.scss */
.box-list-section .apply_for_finance li:nth-of-type(2) .img {
  background-position: 408px -198px;
}

/* line 51, app/assets/stylesheets/landing-pages/apply-for-finance.css.scss */
.box-list-section .apply_for_finance li:nth-of-type(3) .img {
  background-position: -919px -206px;
}

/* line 55, app/assets/stylesheets/landing-pages/apply-for-finance.css.scss */
.box-list-section .apply_for_finance li:nth-of-type(4) .img {
  background-position: -1102px -291px;
}

/* line 59, app/assets/stylesheets/landing-pages/apply-for-finance.css.scss */
.box-list-section .apply_for_finance li:nth-of-type(6) .img {
  background-position: -934px -293px;
}

/* line 63, app/assets/stylesheets/landing-pages/apply-for-finance.css.scss */
.box-list-section .apply_for_finance li:nth-of-type(7) .img {
  background-position: 489px -198px;
}

/* line 67, app/assets/stylesheets/landing-pages/apply-for-finance.css.scss */
.box-list-section .apply_for_finance li:nth-of-type(8) .img {
  background-position: -252px -4px;
}

/* line 71, app/assets/stylesheets/landing-pages/apply-for-finance.css.scss */
.box-list-section .apply_for_finance li:nth-of-type(9) .img {
  background-position: -321px -5px;
  width: 74px;
}

/* line 79, app/assets/stylesheets/landing-pages/apply-for-finance.css.scss */
.charts-section li {
  margin: 20px 0 30px;
  text-align: center;
  width: 100%;
}

/* line 84, app/assets/stylesheets/landing-pages/apply-for-finance.css.scss */
.charts-section li .chart {
  margin-bottom: 30px;
  position: relative;
}

/* line 88, app/assets/stylesheets/landing-pages/apply-for-finance.css.scss */
.charts-section li .chart .data-info {
  bottom: 0;
  height: 90px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 160px;
}

/* line 98, app/assets/stylesheets/landing-pages/apply-for-finance.css.scss */
.charts-section li .chart .data-info .percent {
  color: #81109c;
  font-size: 40px;
  font-weight: 300;
}

/* line 104, app/assets/stylesheets/landing-pages/apply-for-finance.css.scss */
.charts-section li .chart .data-info .label {
  color: #a2a2a2;
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
}

/* line 114, app/assets/stylesheets/landing-pages/apply-for-finance.css.scss */
.charts-section li .chart-desc p {
  color: #a2a2a2;
  font-size: 15px;
  line-height: 19px;
  margin: 0;
}

/* line 124, app/assets/stylesheets/landing-pages/apply-for-finance.css.scss */
.apply-info-box {
  background-image: url(/assets/homepage/bg-dark-invest-a174fade6c87ceba9e809222c1d52e7fcf99c1fca18f7d1d1300746d326c89d6.jpg);
  background-position: center;
  background-size: cover;
  color: #fff;
  padding: 20px 0;
  text-align: center;
}

/* line 132, app/assets/stylesheets/landing-pages/apply-for-finance.css.scss */
.apply-info-box .map {
  background-image: url(/assets/homepage/map-invest-02d43c866d00498c3f16786b7a247fedff5171bea110699babaf879a1f7e1498.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  height: 260px;
}

/* line 140, app/assets/stylesheets/landing-pages/apply-for-finance.css.scss */
.apply-info-box h2 {
  font-size: 22px;
}

/* line 143, app/assets/stylesheets/landing-pages/apply-for-finance.css.scss */
.apply-info-box h2 .number {
  font-size: 39px;
}

/* line 148, app/assets/stylesheets/landing-pages/apply-for-finance.css.scss */
.apply-info-box p {
  color: #cfcfcf;
  font-size: 16px;
  line-height: 23px;
}

/* line 155, app/assets/stylesheets/landing-pages/apply-for-finance.css.scss */
.apply-for-finance-violet {
  background-color: #83119c;
  color: #fff;
  padding: 20px 0px;
}

/* line 160, app/assets/stylesheets/landing-pages/apply-for-finance.css.scss */
.apply-for-finance-violet h2.light {
  font-size: 32px;
  font-weight: 300;
}

/* line 165, app/assets/stylesheets/landing-pages/apply-for-finance.css.scss */
.apply-for-finance-violet .desc {
  font-size: 16px;
  margin: 30px 0;
}

/* line 170, app/assets/stylesheets/landing-pages/apply-for-finance.css.scss */
.apply-for-finance-violet .small {
  margin: 10px 0;
}

@media screen and (max-width: 380px) {
  /* line 177, app/assets/stylesheets/landing-pages/apply-for-finance.css.scss */
  .apply-for-finance.title .play-btn-container {
    margin: 15px auto;
  }
  /* line 181, app/assets/stylesheets/landing-pages/apply-for-finance.css.scss */
  .apply-for-finance.title h2 {
    margin-bottom: 5px;
  }
}

@media screen and (min-width: 520px) {
  /* line 188, app/assets/stylesheets/landing-pages/apply-for-finance.css.scss */
  .apply-info-box .map {
    height: 400px;
  }
}

@media screen and (min-width: 600px) {
  /* line 194, app/assets/stylesheets/landing-pages/apply-for-finance.css.scss */
  .apply-for-finance.title h2 {
    height: auto;
    margin: 0 auto 20px;
  }
  /* line 199, app/assets/stylesheets/landing-pages/apply-for-finance.css.scss */
  .apply-for-finance .section-wrapper {
    bottom: auto;
    height: 35%;
    top: 100px;
  }
  /* line 205, app/assets/stylesheets/landing-pages/apply-for-finance.css.scss */
  .apply-for-finance.title {
    min-height: 540px;
  }
}

@media screen and (min-width: 768px) {
  /* line 211, app/assets/stylesheets/landing-pages/apply-for-finance.css.scss */
  .charts-section li {
    vertical-align: top;
    width: 33%;
  }
  /* line 216, app/assets/stylesheets/landing-pages/apply-for-finance.css.scss */
  .apply-for-finance.title {
    background-image: url(/assets/homepage/welcome-7f4954ac294a443ae9d2c03ef5dcb516d88a2a11e0e7cfa1c1faf625ab79816f.jpg);
    min-height: 725px;
    padding-bottom: 110px;
  }
  /* line 222, app/assets/stylesheets/landing-pages/apply-for-finance.css.scss */
  .welcome_box .watch-video {
    margin-bottom: 0;
  }
  /* line 226, app/assets/stylesheets/landing-pages/apply-for-finance.css.scss */
  .apply-for-finance .section-wrapper {
    height: 560px;
    padding-top: 50px;
  }
  /* line 231, app/assets/stylesheets/landing-pages/apply-for-finance.css.scss */
  .apply-for-finance.title .play-btn-container {
    margin-top: 60px;
  }
  /* line 235, app/assets/stylesheets/landing-pages/apply-for-finance.css.scss */
  .apply-for-finance.title h2 {
    font-size: 36px;
    height: auto;
    margin: 0;
    margin-bottom: 30px;
    padding: 0 40px;
  }
  /* line 243, app/assets/stylesheets/landing-pages/apply-for-finance.css.scss */
  .charts-section ul {
    padding: 50px 0;
  }
  /* line 247, app/assets/stylesheets/landing-pages/apply-for-finance.css.scss */
  .charts-section li .chart-desc p {
    font-size: 18px;
    line-height: 26px;
  }
  /* line 252, app/assets/stylesheets/landing-pages/apply-for-finance.css.scss */
  .apply-info-box {
    padding: 100px 0;
  }
  /* line 256, app/assets/stylesheets/landing-pages/apply-for-finance.css.scss */
  .apply-info-box h2 {
    font-size: 40px;
    margin-top: 60px;
  }
  /* line 260, app/assets/stylesheets/landing-pages/apply-for-finance.css.scss */
  .apply-info-box h2 .number {
    font-size: 65px;
  }
  /* line 265, app/assets/stylesheets/landing-pages/apply-for-finance.css.scss */
  .apply-info-box p {
    font-size: 20px;
    line-height: 33px;
    margin: 40px 0;
  }
  /* line 271, app/assets/stylesheets/landing-pages/apply-for-finance.css.scss */
  .apply-for-finance-violet h2.light {
    font-size: 36px;
    padding: 0 70px;
  }
  /* line 276, app/assets/stylesheets/landing-pages/apply-for-finance.css.scss */
  .apply-for-finance-violet .desc {
    font-size: 20px;
  }
  /* line 280, app/assets/stylesheets/landing-pages/apply-for-finance.css.scss */
  .apply-for-finance-violet .small {
    font-size: 16px;
  }
  /* line 284, app/assets/stylesheets/landing-pages/apply-for-finance.css.scss */
  .apply-for-finance-violet {
    padding: 50px 0;
  }
}

@media screen and (min-width: 768px) and (max-height: 600px) {
  /* line 290, app/assets/stylesheets/landing-pages/apply-for-finance.css.scss */
  .apply-for-finance.title h2 {
    font-size: 26px;
  }
  /* line 291, app/assets/stylesheets/landing-pages/apply-for-finance.css.scss */
  .apply-for-finance .section-wrapper {
    padding-top: 120px;
  }
}

@media screen and (min-width: 992px) {
  /* line 297, app/assets/stylesheets/landing-pages/apply-for-finance.css.scss */
  .box-list-section .apply_for_finance li {
    max-width: 300px;
  }
  /* line 303, app/assets/stylesheets/landing-pages/apply-for-finance.css.scss */
  .apply-for-finance.title {
    height: 100vh;
  }
  /* line 307, app/assets/stylesheets/landing-pages/apply-for-finance.css.scss */
  .apply-info-box {
    padding: 50px 0;
    text-align: right;
  }
  /* line 312, app/assets/stylesheets/landing-pages/apply-for-finance.css.scss */
  .apply-info-box h2 {
    font-size: 28px;
    line-height: 40px;
  }
  /* line 317, app/assets/stylesheets/landing-pages/apply-for-finance.css.scss */
  .apply-info-box h2 .number {
    font-size: 50px;
  }
  /* line 321, app/assets/stylesheets/landing-pages/apply-for-finance.css.scss */
  .apply-info-box .map {
    position: absolute;
    width: 110%;
  }
  /* line 326, app/assets/stylesheets/landing-pages/apply-for-finance.css.scss */
  .apply-for-finance.title h2 {
    margin: 0 auto;
    max-width: 1010px;
    padding: 0;
  }
  /* line 332, app/assets/stylesheets/landing-pages/apply-for-finance.css.scss */
  .apply-for-finance.title .play-btn-container {
    margin-top: 60px;
  }
  /* line 336, app/assets/stylesheets/landing-pages/apply-for-finance.css.scss */
  .apply-for-finance #a_get_started {
    margin-top: -2px;
  }
}

@media screen and (min-width: 1200px) {
  /* line 342, app/assets/stylesheets/landing-pages/apply-for-finance.css.scss */
  .apply-for-finance #a_get_started {
    margin-top: 0;
  }
  /* line 346, app/assets/stylesheets/landing-pages/apply-for-finance.css.scss */
  .apply-for-finance.title .play-btn-container {
    margin-top: 80px;
  }
  /* line 352, app/assets/stylesheets/landing-pages/apply-for-finance.css.scss */
  .box-list-section .apply_for_finance li {
    max-width: 315px;
  }
  /* line 358, app/assets/stylesheets/landing-pages/apply-for-finance.css.scss */
  .box-list-section .apply_for_finance li:nth-of-type(8) {
    margin-left: 30px;
  }
  /* line 362, app/assets/stylesheets/landing-pages/apply-for-finance.css.scss */
  .box-list-section .apply_for_finance li:last-of-type {
    margin-left: 35px;
  }
}

@media screen and (min-width: 1366px) {
  /* line 368, app/assets/stylesheets/landing-pages/apply-for-finance.css.scss */
  .apply-for-finance.title h2 {
    margin: 0 auto 40px;
    padding: 0;
  }
  /* line 373, app/assets/stylesheets/landing-pages/apply-for-finance.css.scss */
  .apply-for-finance.title .play-btn-container {
    margin-top: 80px;
  }
  /* line 377, app/assets/stylesheets/landing-pages/apply-for-finance.css.scss */
  .charts-section li .chart .data-info {
    height: 130px;
    width: 160px;
  }
  /* line 382, app/assets/stylesheets/landing-pages/apply-for-finance.css.scss */
  .charts-section li .chart .data-info .percent {
    font-size: 66px;
  }
  /* line 386, app/assets/stylesheets/landing-pages/apply-for-finance.css.scss */
  .apply-info-box h2 {
    font-size: 30px;
  }
  /* line 390, app/assets/stylesheets/landing-pages/apply-for-finance.css.scss */
  .apply-info-box h2 .number {
    font-size: 60px;
  }
  /* line 394, app/assets/stylesheets/landing-pages/apply-for-finance.css.scss */
  .apply-info-box .map {
    height: 460px;
  }
  /* line 398, app/assets/stylesheets/landing-pages/apply-for-finance.css.scss */
  .apply-info-box {
    padding: 70px 0;
  }
  /* line 402, app/assets/stylesheets/landing-pages/apply-for-finance.css.scss */
  .apply-for-finance-violet h2.light {
    font-size: 48px;
    line-height: 60px;
    margin: 0 auto;
    padding: 0;
    width: 666px;
  }
  /* line 410, app/assets/stylesheets/landing-pages/apply-for-finance.css.scss */
  .apply-for-finance-violet {
    padding: 100px 0;
  }
  /* line 414, app/assets/stylesheets/landing-pages/apply-for-finance.css.scss */
  .apply-for-finance-violet .desc {
    font-size: 24px;
  }
  /* line 418, app/assets/stylesheets/landing-pages/apply-for-finance.css.scss */
  .apply-for-finance-violet .desc {
    margin: 45px 0;
  }
}

/* line 1, app/assets/stylesheets/landing-pages/../mCustomScrollbar.css */
.mCustomScrollbar {
  touch-action: pinch-zoom;
}

/* line 1, app/assets/stylesheets/landing-pages/../mCustomScrollbar.css */
.mCustomScrollbar.mCS_no_scrollbar, .mCustomScrollbar.mCS_touch_action {
  touch-action: auto;
}

/* line 1, app/assets/stylesheets/landing-pages/../mCustomScrollbar.css */
.mCustomScrollBox {
  position: relative;
  overflow: hidden;
  height: 100%;
  max-width: 100%;
  outline: 0;
  direction: ltr;
}

/* line 1, app/assets/stylesheets/landing-pages/../mCustomScrollbar.css */
.mCSB_container {
  overflow: hidden;
  width: auto;
  height: auto;
}

/* line 1, app/assets/stylesheets/landing-pages/../mCustomScrollbar.css */
.mCSB_inside > .mCSB_container {
  margin-right: 30px;
}

/* line 1, app/assets/stylesheets/landing-pages/../mCustomScrollbar.css */
.mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden {
  margin-right: 0;
}

/* line 1, app/assets/stylesheets/landing-pages/../mCustomScrollbar.css */
.mCS-dir-rtl > .mCSB_inside > .mCSB_container {
  margin-right: 0;
  margin-left: 30px;
}

/* line 1, app/assets/stylesheets/landing-pages/../mCustomScrollbar.css */
.mCS-dir-rtl > .mCSB_inside > .mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden {
  margin-left: 0;
}

/* line 1, app/assets/stylesheets/landing-pages/../mCustomScrollbar.css */
.mCSB_scrollTools {
  position: absolute;
  width: 16px;
  height: auto;
  left: auto;
  top: 0;
  right: 0;
  bottom: 0;
  opacity: .75;
  filter: "alpha(opacity=75)";
  -ms-filter: "alpha(opacity=75)";
}

/* line 1, app/assets/stylesheets/landing-pages/../mCustomScrollbar.css */
.mCSB_outside + .mCSB_scrollTools {
  right: -26px;
}

/* line 1, app/assets/stylesheets/landing-pages/../mCustomScrollbar.css */
.mCS-dir-rtl > .mCSB_inside > .mCSB_scrollTools, .mCS-dir-rtl > .mCSB_outside + .mCSB_scrollTools {
  right: auto;
  left: 0;
}

/* line 1, app/assets/stylesheets/landing-pages/../mCustomScrollbar.css */
.mCS-dir-rtl > .mCSB_outside + .mCSB_scrollTools {
  left: -26px;
}

/* line 1, app/assets/stylesheets/landing-pages/../mCustomScrollbar.css */
.mCSB_scrollTools .mCSB_draggerContainer {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  height: auto;
}

/* line 1, app/assets/stylesheets/landing-pages/../mCustomScrollbar.css */
.mCSB_scrollTools a + .mCSB_draggerContainer {
  margin: 20px 0;
}

/* line 1, app/assets/stylesheets/landing-pages/../mCustomScrollbar.css */
.mCSB_scrollTools .mCSB_draggerRail {
  width: 2px;
  height: 100%;
  margin: 0 auto;
  border-radius: 16px;
}

/* line 1, app/assets/stylesheets/landing-pages/../mCustomScrollbar.css */
.mCSB_scrollTools .mCSB_dragger {
  cursor: pointer;
  width: 100%;
  height: 30px;
  z-index: 1;
}

/* line 1, app/assets/stylesheets/landing-pages/../mCustomScrollbar.css */
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  position: relative;
  width: 4px;
  height: 100%;
  margin: 0 auto;
  border-radius: 16px;
  text-align: center;
}

/* line 1, app/assets/stylesheets/landing-pages/../mCustomScrollbar.css */
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar, .mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
  width: 12px;
}

/* line 1, app/assets/stylesheets/landing-pages/../mCustomScrollbar.css */
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, .mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  width: 8px;
}

/* line 1, app/assets/stylesheets/landing-pages/../mCustomScrollbar.css */
.mCSB_scrollTools .mCSB_buttonDown, .mCSB_scrollTools .mCSB_buttonUp {
  display: block;
  position: absolute;
  height: 20px;
  width: 100%;
  overflow: hidden;
  margin: 0 auto;
  cursor: pointer;
}

/* line 1, app/assets/stylesheets/landing-pages/../mCustomScrollbar.css */
.mCSB_scrollTools .mCSB_buttonDown {
  bottom: 0;
}

/* line 1, app/assets/stylesheets/landing-pages/../mCustomScrollbar.css */
.mCSB_horizontal.mCSB_inside > .mCSB_container {
  margin-right: 0;
  margin-bottom: 30px;
}

/* line 1, app/assets/stylesheets/landing-pages/../mCustomScrollbar.css */
.mCSB_horizontal.mCSB_outside > .mCSB_container {
  min-height: 100%;
}

/* line 1, app/assets/stylesheets/landing-pages/../mCustomScrollbar.css */
.mCSB_horizontal > .mCSB_container.mCS_no_scrollbar_x.mCS_x_hidden {
  margin-bottom: 0;
}

/* line 1, app/assets/stylesheets/landing-pages/../mCustomScrollbar.css */
.mCSB_scrollTools.mCSB_scrollTools_horizontal {
  width: auto;
  height: 16px;
  top: auto;
  right: 0;
  bottom: 0;
  left: 0;
}

/* line 1, app/assets/stylesheets/landing-pages/../mCustomScrollbar.css */
.mCustomScrollBox + .mCSB_scrollTools + .mCSB_scrollTools.mCSB_scrollTools_horizontal, .mCustomScrollBox + .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  bottom: -26px;
}

/* line 1, app/assets/stylesheets/landing-pages/../mCustomScrollbar.css */
.mCSB_scrollTools.mCSB_scrollTools_horizontal a + .mCSB_draggerContainer {
  margin: 0 20px;
}

/* line 1, app/assets/stylesheets/landing-pages/../mCustomScrollbar.css */
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 2px;
  margin: 7px 0;
}

/* line 1, app/assets/stylesheets/landing-pages/../mCustomScrollbar.css */
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger {
  width: 30px;
  height: 100%;
  left: 0;
}

/* line 1, app/assets/stylesheets/landing-pages/../mCustomScrollbar.css */
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 4px;
  margin: 6px auto;
}

/* line 1, app/assets/stylesheets/landing-pages/../mCustomScrollbar.css */
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar, .mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
  height: 12px;
  margin: 2px auto;
}

/* line 1, app/assets/stylesheets/landing-pages/../mCustomScrollbar.css */
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, .mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  height: 8px;
  margin: 4px 0;
}

/* line 1, app/assets/stylesheets/landing-pages/../mCustomScrollbar.css */
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft, .mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight {
  display: block;
  position: absolute;
  width: 20px;
  height: 100%;
  overflow: hidden;
  margin: 0 auto;
  cursor: pointer;
}

/* line 1, app/assets/stylesheets/landing-pages/../mCustomScrollbar.css */
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft {
  left: 0;
}

/* line 1, app/assets/stylesheets/landing-pages/../mCustomScrollbar.css */
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight {
  right: 0;
}

/* line 1, app/assets/stylesheets/landing-pages/../mCustomScrollbar.css */
.mCSB_container_wrapper {
  position: absolute;
  height: auto;
  width: auto;
  overflow: hidden;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin-right: 30px;
  margin-bottom: 30px;
}

/* line 1, app/assets/stylesheets/landing-pages/../mCustomScrollbar.css */
.mCSB_container_wrapper > .mCSB_container {
  padding-right: 30px;
  padding-bottom: 30px;
  box-sizing: border-box;
}

/* line 1, app/assets/stylesheets/landing-pages/../mCustomScrollbar.css */
.mCSB_vertical_horizontal > .mCSB_scrollTools.mCSB_scrollTools_vertical {
  bottom: 20px;
}

/* line 1, app/assets/stylesheets/landing-pages/../mCustomScrollbar.css */
.mCSB_vertical_horizontal > .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  right: 20px;
}

/* line 1, app/assets/stylesheets/landing-pages/../mCustomScrollbar.css */
.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden + .mCSB_scrollTools.mCSB_scrollTools_vertical {
  bottom: 0;
}

/* line 1, app/assets/stylesheets/landing-pages/../mCustomScrollbar.css */
.mCS-dir-rtl > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_scrollTools.mCSB_scrollTools_horizontal, .mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden + .mCSB_scrollTools ~ .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  right: 0;
}

/* line 1, app/assets/stylesheets/landing-pages/../mCustomScrollbar.css */
.mCS-dir-rtl > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  left: 20px;
}

/* line 1, app/assets/stylesheets/landing-pages/../mCustomScrollbar.css */
.mCS-dir-rtl > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden + .mCSB_scrollTools ~ .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  left: 0;
}

/* line 1, app/assets/stylesheets/landing-pages/../mCustomScrollbar.css */
.mCS-dir-rtl > .mCSB_inside > .mCSB_container_wrapper {
  margin-right: 0;
  margin-left: 30px;
}

/* line 1, app/assets/stylesheets/landing-pages/../mCustomScrollbar.css */
.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden > .mCSB_container {
  padding-right: 0;
}

/* line 1, app/assets/stylesheets/landing-pages/../mCustomScrollbar.css */
.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden > .mCSB_container {
  padding-bottom: 0;
}

/* line 1, app/assets/stylesheets/landing-pages/../mCustomScrollbar.css */
.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden {
  margin-right: 0;
  margin-left: 0;
}

/* line 1, app/assets/stylesheets/landing-pages/../mCustomScrollbar.css */
.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden {
  margin-bottom: 0;
}

/* line 1, app/assets/stylesheets/landing-pages/../mCustomScrollbar.css */
.mCSB_scrollTools, .mCSB_scrollTools .mCSB_buttonDown, .mCSB_scrollTools .mCSB_buttonLeft, .mCSB_scrollTools .mCSB_buttonRight, .mCSB_scrollTools .mCSB_buttonUp, .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  transition: opacity .2s ease-in-out,background-color .2s ease-in-out;
}

/* line 1, app/assets/stylesheets/landing-pages/../mCustomScrollbar.css */
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail, .mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar, .mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail, .mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar {
  transition: width .2s ease-out .2s,height .2s ease-out .2s,margin-left .2s ease-out .2s,margin-right .2s ease-out .2s,margin-top .2s ease-out .2s,margin-bottom .2s ease-out .2s,opacity .2s ease-in-out,background-color .2s ease-in-out;
}

/* line 1, app/assets/stylesheets/landing-pages/../mCustomScrollbar.css */
.mCS-autoHide > .mCustomScrollBox > .mCSB_scrollTools, .mCS-autoHide > .mCustomScrollBox ~ .mCSB_scrollTools {
  opacity: 0;
  filter: "alpha(opacity=0)";
  -ms-filter: "alpha(opacity=0)";
}

/* line 1, app/assets/stylesheets/landing-pages/../mCustomScrollbar.css */
.mCS-autoHide:hover > .mCustomScrollBox > .mCSB_scrollTools, .mCS-autoHide:hover > .mCustomScrollBox ~ .mCSB_scrollTools, .mCustomScrollBox:hover > .mCSB_scrollTools, .mCustomScrollBox:hover ~ .mCSB_scrollTools, .mCustomScrollbar > .mCustomScrollBox > .mCSB_scrollTools.mCSB_scrollTools_onDrag, .mCustomScrollbar > .mCustomScrollBox ~ .mCSB_scrollTools.mCSB_scrollTools_onDrag {
  opacity: 1;
  filter: "alpha(opacity=100)";
  -ms-filter: "alpha(opacity=100)";
}

/* line 1, app/assets/stylesheets/landing-pages/../mCustomScrollbar.css */
.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.4);
  filter: "alpha(opacity=40)";
  -ms-filter: "alpha(opacity=40)";
}

/* line 1, app/assets/stylesheets/landing-pages/../mCustomScrollbar.css */
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.75);
  filter: "alpha(opacity=75)";
  -ms-filter: "alpha(opacity=75)";
}

/* line 1, app/assets/stylesheets/landing-pages/../mCustomScrollbar.css */
.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.85);
  filter: "alpha(opacity=85)";
  -ms-filter: "alpha(opacity=85)";
}

/* line 1, app/assets/stylesheets/landing-pages/../mCustomScrollbar.css */
.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.9);
  filter: "alpha(opacity=90)";
  -ms-filter: "alpha(opacity=90)";
}

/* line 1, app/assets/stylesheets/landing-pages/../mCustomScrollbar.css */
.mCSB_scrollTools .mCSB_buttonDown, .mCSB_scrollTools .mCSB_buttonLeft, .mCSB_scrollTools .mCSB_buttonRight, .mCSB_scrollTools .mCSB_buttonUp {
  background-image: url(/mCSB_buttons.png);
  background-repeat: no-repeat;
  opacity: .4;
  filter: "alpha(opacity=40)";
  -ms-filter: "alpha(opacity=40)";
}

/* line 1, app/assets/stylesheets/landing-pages/../mCustomScrollbar.css */
.mCSB_scrollTools .mCSB_buttonUp {
  background-position: 0 0;
}

/* line 1, app/assets/stylesheets/landing-pages/../mCustomScrollbar.css */
.mCSB_scrollTools .mCSB_buttonDown {
  background-position: 0 -20px;
}

/* line 1, app/assets/stylesheets/landing-pages/../mCustomScrollbar.css */
.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: 0 -40px;
}

/* line 1, app/assets/stylesheets/landing-pages/../mCustomScrollbar.css */
.mCSB_scrollTools .mCSB_buttonRight {
  background-position: 0 -56px;
}

/* line 1, app/assets/stylesheets/landing-pages/../mCustomScrollbar.css */
.mCSB_scrollTools .mCSB_buttonDown:hover, .mCSB_scrollTools .mCSB_buttonLeft:hover, .mCSB_scrollTools .mCSB_buttonRight:hover, .mCSB_scrollTools .mCSB_buttonUp:hover {
  opacity: .75;
  filter: "alpha(opacity=75)";
  -ms-filter: "alpha(opacity=75)";
}

/* line 1, app/assets/stylesheets/landing-pages/../mCustomScrollbar.css */
.mCSB_scrollTools .mCSB_buttonDown:active, .mCSB_scrollTools .mCSB_buttonLeft:active, .mCSB_scrollTools .mCSB_buttonRight:active, .mCSB_scrollTools .mCSB_buttonUp:active {
  opacity: .9;
  filter: "alpha(opacity=90)";
  -ms-filter: "alpha(opacity=90)";
}

/* line 1, app/assets/stylesheets/landing-pages/../mCustomScrollbar.css */
.mCS-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.15);
}

/* line 1, app/assets/stylesheets/landing-pages/../mCustomScrollbar.css */
.mCS-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
}

/* line 1, app/assets/stylesheets/landing-pages/../mCustomScrollbar.css */
.mCS-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: rgba(0, 0, 0, 0.85);
}

/* line 1, app/assets/stylesheets/landing-pages/../mCustomScrollbar.css */
.mCS-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: rgba(0, 0, 0, 0.9);
}

/* line 1, app/assets/stylesheets/landing-pages/../mCustomScrollbar.css */
.mCS-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -80px 0;
}

/* line 1, app/assets/stylesheets/landing-pages/../mCustomScrollbar.css */
.mCS-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -80px -20px;
}

/* line 1, app/assets/stylesheets/landing-pages/../mCustomScrollbar.css */
.mCS-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -80px -40px;
}

/* line 1, app/assets/stylesheets/landing-pages/../mCustomScrollbar.css */
.mCS-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -80px -56px;
}

/* line 1, app/assets/stylesheets/landing-pages/../mCustomScrollbar.css */
.mCS-dark-2.mCSB_scrollTools .mCSB_draggerRail, .mCS-light-2.mCSB_scrollTools .mCSB_draggerRail {
  width: 4px;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 1px;
}

/* line 1, app/assets/stylesheets/landing-pages/../mCustomScrollbar.css */
.mCS-dark-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-light-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 4px;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.75);
  border-radius: 1px;
}

/* line 1, app/assets/stylesheets/landing-pages/../mCustomScrollbar.css */
.mCS-dark-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-dark-2.mCSB_scrollTools_horizontal .mCSB_draggerRail, .mCS-light-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-light-2.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 4px;
  margin: 6px auto;
}

/* line 1, app/assets/stylesheets/landing-pages/../mCustomScrollbar.css */
.mCS-light-2.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.85);
}

/* line 1, app/assets/stylesheets/landing-pages/../mCustomScrollbar.css */
.mCS-light-2.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-light-2.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.9);
}

/* line 1, app/assets/stylesheets/landing-pages/../mCustomScrollbar.css */
.mCS-light-2.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -32px 0;
}

/* line 1, app/assets/stylesheets/landing-pages/../mCustomScrollbar.css */
.mCS-light-2.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -32px -20px;
}

/* line 1, app/assets/stylesheets/landing-pages/../mCustomScrollbar.css */
.mCS-light-2.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -40px -40px;
}

/* line 1, app/assets/stylesheets/landing-pages/../mCustomScrollbar.css */
.mCS-light-2.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -40px -56px;
}

/* line 1, app/assets/stylesheets/landing-pages/../mCustomScrollbar.css */
.mCS-dark-2.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 1px;
}

/* line 1, app/assets/stylesheets/landing-pages/../mCustomScrollbar.css */
.mCS-dark-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
  border-radius: 1px;
}

/* line 1, app/assets/stylesheets/landing-pages/../mCustomScrollbar.css */
.mCS-dark-2.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85);
}

/* line 1, app/assets/stylesheets/landing-pages/../mCustomScrollbar.css */
.mCS-dark-2.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-dark-2.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9);
}

/* line 1, app/assets/stylesheets/landing-pages/../mCustomScrollbar.css */
.mCS-dark-2.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -112px 0;
}

/* line 1, app/assets/stylesheets/landing-pages/../mCustomScrollbar.css */
.mCS-dark-2.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -112px -20px;
}

/* line 1, app/assets/stylesheets/landing-pages/../mCustomScrollbar.css */
.mCS-dark-2.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -120px -40px;
}

/* line 1, app/assets/stylesheets/landing-pages/../mCustomScrollbar.css */
.mCS-dark-2.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -120px -56px;
}

/* line 1, app/assets/stylesheets/landing-pages/../mCustomScrollbar.css */
.mCS-dark-thick.mCSB_scrollTools .mCSB_draggerRail, .mCS-light-thick.mCSB_scrollTools .mCSB_draggerRail {
  width: 4px;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 2px;
}

/* line 1, app/assets/stylesheets/landing-pages/../mCustomScrollbar.css */
.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-light-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 6px;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.75);
  border-radius: 2px;
}

/* line 1, app/assets/stylesheets/landing-pages/../mCustomScrollbar.css */
.mCS-dark-thick.mCSB_scrollTools_horizontal .mCSB_draggerRail, .mCS-light-thick.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 4px;
  margin: 6px 0;
}

/* line 1, app/assets/stylesheets/landing-pages/../mCustomScrollbar.css */
.mCS-dark-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-light-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 6px;
  margin: 5px auto;
}

/* line 1, app/assets/stylesheets/landing-pages/../mCustomScrollbar.css */
.mCS-light-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.85);
}

/* line 1, app/assets/stylesheets/landing-pages/../mCustomScrollbar.css */
.mCS-light-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-light-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.9);
}

/* line 1, app/assets/stylesheets/landing-pages/../mCustomScrollbar.css */
.mCS-light-thick.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -16px 0;
}

/* line 1, app/assets/stylesheets/landing-pages/../mCustomScrollbar.css */
.mCS-light-thick.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -16px -20px;
}

/* line 1, app/assets/stylesheets/landing-pages/../mCustomScrollbar.css */
.mCS-light-thick.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -20px -40px;
}

/* line 1, app/assets/stylesheets/landing-pages/../mCustomScrollbar.css */
.mCS-light-thick.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -20px -56px;
}

/* line 1, app/assets/stylesheets/landing-pages/../mCustomScrollbar.css */
.mCS-dark-thick.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 2px;
}

/* line 1, app/assets/stylesheets/landing-pages/../mCustomScrollbar.css */
.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
  border-radius: 2px;
}

/* line 1, app/assets/stylesheets/landing-pages/../mCustomScrollbar.css */
.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85);
}

/* line 1, app/assets/stylesheets/landing-pages/../mCustomScrollbar.css */
.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-dark-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9);
}

/* line 1, app/assets/stylesheets/landing-pages/../mCustomScrollbar.css */
.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -96px 0;
}

/* line 1, app/assets/stylesheets/landing-pages/../mCustomScrollbar.css */
.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -96px -20px;
}

/* line 1, app/assets/stylesheets/landing-pages/../mCustomScrollbar.css */
.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -100px -40px;
}

/* line 1, app/assets/stylesheets/landing-pages/../mCustomScrollbar.css */
.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -100px -56px;
}

/* line 1, app/assets/stylesheets/landing-pages/../mCustomScrollbar.css */
.mCS-light-thin.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.1);
}

/* line 1, app/assets/stylesheets/landing-pages/../mCustomScrollbar.css */
.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-light-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 2px;
}

/* line 1, app/assets/stylesheets/landing-pages/../mCustomScrollbar.css */
.mCS-dark-thin.mCSB_scrollTools_horizontal .mCSB_draggerRail, .mCS-light-thin.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
}

/* line 1, app/assets/stylesheets/landing-pages/../mCustomScrollbar.css */
.mCS-dark-thin.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-light-thin.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 2px;
  margin: 7px auto;
}

/* line 1, app/assets/stylesheets/landing-pages/../mCustomScrollbar.css */
.mCS-dark-thin.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.15);
}

/* line 1, app/assets/stylesheets/landing-pages/../mCustomScrollbar.css */
.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
}

/* line 1, app/assets/stylesheets/landing-pages/../mCustomScrollbar.css */
.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85);
}

/* line 1, app/assets/stylesheets/landing-pages/../mCustomScrollbar.css */
.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-dark-thin.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9);
}

/* line 1, app/assets/stylesheets/landing-pages/../mCustomScrollbar.css */
.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -80px 0;
}

/* line 1, app/assets/stylesheets/landing-pages/../mCustomScrollbar.css */
.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -80px -20px;
}

/* line 1, app/assets/stylesheets/landing-pages/../mCustomScrollbar.css */
.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -80px -40px;
}

/* line 1, app/assets/stylesheets/landing-pages/../mCustomScrollbar.css */
.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -80px -56px;
}

/* line 1, app/assets/stylesheets/landing-pages/../mCustomScrollbar.css */
.mCS-rounded.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.15);
}

/* line 1, app/assets/stylesheets/landing-pages/../mCustomScrollbar.css */
.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger, .mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger, .mCS-rounded-dots.mCSB_scrollTools .mCSB_dragger, .mCS-rounded.mCSB_scrollTools .mCSB_dragger {
  height: 14px;
}

/* line 1, app/assets/stylesheets/landing-pages/../mCustomScrollbar.css */
.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-rounded-dots.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-rounded.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 14px;
  margin: 0 1px;
}

/* line 1, app/assets/stylesheets/landing-pages/../mCustomScrollbar.css */
.mCS-rounded-dark.mCSB_scrollTools_horizontal .mCSB_dragger, .mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_dragger, .mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_dragger, .mCS-rounded.mCSB_scrollTools_horizontal .mCSB_dragger {
  width: 14px;
}

/* line 1, app/assets/stylesheets/landing-pages/../mCustomScrollbar.css */
.mCS-rounded-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-rounded.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  height: 14px;
  margin: 1px 0;
}

/* line 1, app/assets/stylesheets/landing-pages/../mCustomScrollbar.css */
.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar, .mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar, .mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar, .mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
  width: 16px;
  height: 16px;
  margin: -1px 0;
}

/* line 1, app/assets/stylesheets/landing-pages/../mCustomScrollbar.css */
.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, .mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail, .mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, .mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  width: 4px;
}

/* line 1, app/assets/stylesheets/landing-pages/../mCustomScrollbar.css */
.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar, .mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar, .mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar, .mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
  height: 16px;
  width: 16px;
  margin: 0 -1px;
}

/* line 1, app/assets/stylesheets/landing-pages/../mCustomScrollbar.css */
.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, .mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail, .mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, .mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  height: 4px;
  margin: 6px 0;
}

/* line 1, app/assets/stylesheets/landing-pages/../mCustomScrollbar.css */
.mCS-rounded.mCSB_scrollTools .mCSB_buttonUp {
  background-position: 0 -72px;
}

/* line 1, app/assets/stylesheets/landing-pages/../mCustomScrollbar.css */
.mCS-rounded.mCSB_scrollTools .mCSB_buttonDown {
  background-position: 0 -92px;
}

/* line 1, app/assets/stylesheets/landing-pages/../mCustomScrollbar.css */
.mCS-rounded.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: 0 -112px;
}

/* line 1, app/assets/stylesheets/landing-pages/../mCustomScrollbar.css */
.mCS-rounded.mCSB_scrollTools .mCSB_buttonRight {
  background-position: 0 -128px;
}

/* line 1, app/assets/stylesheets/landing-pages/../mCustomScrollbar.css */
.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
}

/* line 1, app/assets/stylesheets/landing-pages/../mCustomScrollbar.css */
.mCS-rounded-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.15);
}

/* line 1, app/assets/stylesheets/landing-pages/../mCustomScrollbar.css */
.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar, .mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85);
}

/* line 1, app/assets/stylesheets/landing-pages/../mCustomScrollbar.css */
.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9);
}

/* line 1, app/assets/stylesheets/landing-pages/../mCustomScrollbar.css */
.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -80px -72px;
}

/* line 1, app/assets/stylesheets/landing-pages/../mCustomScrollbar.css */
.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -80px -92px;
}

/* line 1, app/assets/stylesheets/landing-pages/../mCustomScrollbar.css */
.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -80px -112px;
}

/* line 1, app/assets/stylesheets/landing-pages/../mCustomScrollbar.css */
.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -80px -128px;
}

/* line 1, app/assets/stylesheets/landing-pages/../mCustomScrollbar.css */
.mCS-rounded-dots-dark.mCSB_scrollTools_vertical .mCSB_draggerRail, .mCS-rounded-dots.mCSB_scrollTools_vertical .mCSB_draggerRail {
  width: 4px;
}

/* line 1, app/assets/stylesheets/landing-pages/../mCustomScrollbar.css */
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail, .mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail, .mCS-rounded-dots.mCSB_scrollTools .mCSB_draggerRail, .mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  background-color: transparent;
  background-position: center;
}

/* line 1, app/assets/stylesheets/landing-pages/../mCustomScrollbar.css */
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail, .mCS-rounded-dots.mCSB_scrollTools .mCSB_draggerRail {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAANElEQVQYV2NkIAAYiVbw//9/Y6DiM1ANJoyMjGdBbLgJQAX/kU0DKgDLkaQAvxW4HEvQFwCRcxIJK1XznAAAAABJRU5ErkJggg==);
  background-repeat: repeat-y;
  opacity: .3;
  filter: "alpha(opacity=30)";
  -ms-filter: "alpha(opacity=30)";
}

/* line 1, app/assets/stylesheets/landing-pages/../mCustomScrollbar.css */
.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail, .mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  height: 4px;
  margin: 6px 0;
  background-repeat: repeat-x;
}

/* line 1, app/assets/stylesheets/landing-pages/../mCustomScrollbar.css */
.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -16px -72px;
}

/* line 1, app/assets/stylesheets/landing-pages/../mCustomScrollbar.css */
.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -16px -92px;
}

/* line 1, app/assets/stylesheets/landing-pages/../mCustomScrollbar.css */
.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -20px -112px;
}

/* line 1, app/assets/stylesheets/landing-pages/../mCustomScrollbar.css */
.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -20px -128px;
}

/* line 1, app/assets/stylesheets/landing-pages/../mCustomScrollbar.css */
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAALElEQVQYV2NkIAAYSVFgDFR8BqrBBEifBbGRTfiPZhpYjiQFBK3A6l6CvgAAE9kGCd1mvgEAAAAASUVORK5CYII=);
}

/* line 1, app/assets/stylesheets/landing-pages/../mCustomScrollbar.css */
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -96px -72px;
}

/* line 1, app/assets/stylesheets/landing-pages/../mCustomScrollbar.css */
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -96px -92px;
}

/* line 1, app/assets/stylesheets/landing-pages/../mCustomScrollbar.css */
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -100px -112px;
}

/* line 1, app/assets/stylesheets/landing-pages/../mCustomScrollbar.css */
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -100px -128px;
}

/* line 1, app/assets/stylesheets/landing-pages/../mCustomScrollbar.css */
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-repeat: repeat-y;
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0.5) 0, rgba(255, 255, 255, 0) 100%);
}

/* line 1, app/assets/stylesheets/landing-pages/../mCustomScrollbar.css */
.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-3d-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  background-repeat: repeat-x;
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.5) 0, rgba(255, 255, 255, 0) 100%);
}

/* line 1, app/assets/stylesheets/landing-pages/../mCustomScrollbar.css */
.mCS-3d-dark.mCSB_scrollTools_vertical .mCSB_dragger, .mCS-3d.mCSB_scrollTools_vertical .mCSB_dragger {
  height: 70px;
}

/* line 1, app/assets/stylesheets/landing-pages/../mCustomScrollbar.css */
.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger, .mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger {
  width: 70px;
}

/* line 1, app/assets/stylesheets/landing-pages/../mCustomScrollbar.css */
.mCS-3d-dark.mCSB_scrollTools, .mCS-3d.mCSB_scrollTools {
  opacity: 1;
  filter: "alpha(opacity=30)";
  -ms-filter: "alpha(opacity=30)";
}

/* line 1, app/assets/stylesheets/landing-pages/../mCustomScrollbar.css */
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail, .mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-3d.mCSB_scrollTools .mCSB_draggerRail {
  border-radius: 16px;
}

/* line 1, app/assets/stylesheets/landing-pages/../mCustomScrollbar.css */
.mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail, .mCS-3d.mCSB_scrollTools .mCSB_draggerRail {
  width: 8px;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.2);
  box-shadow: inset 1px 0 1px rgba(0, 0, 0, 0.5), inset -1px 0 1px rgba(255, 255, 255, 0.2);
}

/* line 1, app/assets/stylesheets/landing-pages/../mCustomScrollbar.css */
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-3d-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-3d-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .mCS-3d-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar, .mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-3d.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-3d.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .mCS-3d.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #555;
}

/* line 1, app/assets/stylesheets/landing-pages/../mCustomScrollbar.css */
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 8px;
}

/* line 1, app/assets/stylesheets/landing-pages/../mCustomScrollbar.css */
.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail, .mCS-3d.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 8px;
  margin: 4px 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.5), inset 0 -1px 1px rgba(255, 255, 255, 0.2);
}

/* line 1, app/assets/stylesheets/landing-pages/../mCustomScrollbar.css */
.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 8px;
  margin: 4px auto;
}

/* line 1, app/assets/stylesheets/landing-pages/../mCustomScrollbar.css */
.mCS-3d.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -32px -72px;
}

/* line 1, app/assets/stylesheets/landing-pages/../mCustomScrollbar.css */
.mCS-3d.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -32px -92px;
}

/* line 1, app/assets/stylesheets/landing-pages/../mCustomScrollbar.css */
.mCS-3d.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -40px -112px;
}

/* line 1, app/assets/stylesheets/landing-pages/../mCustomScrollbar.css */
.mCS-3d.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -40px -128px;
}

/* line 1, app/assets/stylesheets/landing-pages/../mCustomScrollbar.css */
.mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.1);
  box-shadow: inset 1px 0 1px rgba(0, 0, 0, 0.1);
}

/* line 1, app/assets/stylesheets/landing-pages/../mCustomScrollbar.css */
.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
}

/* line 1, app/assets/stylesheets/landing-pages/../mCustomScrollbar.css */
.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -112px -72px;
}

/* line 1, app/assets/stylesheets/landing-pages/../mCustomScrollbar.css */
.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -112px -92px;
}

/* line 1, app/assets/stylesheets/landing-pages/../mCustomScrollbar.css */
.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -120px -112px;
}

/* line 1, app/assets/stylesheets/landing-pages/../mCustomScrollbar.css */
.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -120px -128px;
}

/* line 1, app/assets/stylesheets/landing-pages/../mCustomScrollbar.css */
.mCS-3d-thick-dark.mCSB_scrollTools, .mCS-3d-thick.mCSB_scrollTools {
  opacity: 1;
  filter: "alpha(opacity=30)";
  -ms-filter: "alpha(opacity=30)";
}

/* line 1, app/assets/stylesheets/landing-pages/../mCustomScrollbar.css */
.mCS-3d-thick-dark.mCSB_scrollTools, .mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerContainer, .mCS-3d-thick.mCSB_scrollTools, .mCS-3d-thick.mCSB_scrollTools .mCSB_draggerContainer {
  border-radius: 7px;
}

/* line 1, app/assets/stylesheets/landing-pages/../mCustomScrollbar.css */
.mCSB_inside + .mCS-3d-thick-dark.mCSB_scrollTools_vertical, .mCSB_inside + .mCS-3d-thick.mCSB_scrollTools_vertical {
  right: 1px;
}

/* line 1, app/assets/stylesheets/landing-pages/../mCustomScrollbar.css */
.mCS-3d-thick-dark.mCSB_scrollTools_vertical, .mCS-3d-thick.mCSB_scrollTools_vertical {
  box-shadow: inset 1px 0 1px rgba(0, 0, 0, 0.1), inset 0 0 14px rgba(0, 0, 0, 0.5);
}

/* line 1, app/assets/stylesheets/landing-pages/../mCustomScrollbar.css */
.mCS-3d-thick-dark.mCSB_scrollTools_horizontal, .mCS-3d-thick.mCSB_scrollTools_horizontal {
  bottom: 1px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1), inset 0 0 14px rgba(0, 0, 0, 0.5);
}

/* line 1, app/assets/stylesheets/landing-pages/../mCustomScrollbar.css */
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  border-radius: 5px;
  box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.4);
  width: 12px;
  margin: 2px;
  position: absolute;
  height: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

/* line 1, app/assets/stylesheets/landing-pages/../mCustomScrollbar.css */
.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-3d-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4);
  height: 12px;
  width: auto;
}

/* line 1, app/assets/stylesheets/landing-pages/../mCustomScrollbar.css */
.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-3d-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-3d-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .mCS-3d-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #555;
}

/* line 1, app/assets/stylesheets/landing-pages/../mCustomScrollbar.css */
.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerContainer {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.05);
  box-shadow: inset 1px 1px 16px rgba(0, 0, 0, 0.1);
}

/* line 1, app/assets/stylesheets/landing-pages/../mCustomScrollbar.css */
.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerRail {
  background-color: transparent;
}

/* line 1, app/assets/stylesheets/landing-pages/../mCustomScrollbar.css */
.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -32px -72px;
}

/* line 1, app/assets/stylesheets/landing-pages/../mCustomScrollbar.css */
.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -32px -92px;
}

/* line 1, app/assets/stylesheets/landing-pages/../mCustomScrollbar.css */
.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -40px -112px;
}

/* line 1, app/assets/stylesheets/landing-pages/../mCustomScrollbar.css */
.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -40px -128px;
}

/* line 1, app/assets/stylesheets/landing-pages/../mCustomScrollbar.css */
.mCS-3d-thick-dark.mCSB_scrollTools {
  box-shadow: inset 0 0 14px rgba(0, 0, 0, 0.2);
}

/* line 1, app/assets/stylesheets/landing-pages/../mCustomScrollbar.css */
.mCS-3d-thick-dark.mCSB_scrollTools_horizontal {
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1), inset 0 0 14px rgba(0, 0, 0, 0.2);
}

/* line 1, app/assets/stylesheets/landing-pages/../mCustomScrollbar.css */
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.4), inset -1px 0 0 rgba(0, 0, 0, 0.2);
}

/* line 1, app/assets/stylesheets/landing-pages/../mCustomScrollbar.css */
.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), inset 0 -1px 0 rgba(0, 0, 0, 0.2);
}

/* line 1, app/assets/stylesheets/landing-pages/../mCustomScrollbar.css */
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #777;
}

/* line 1, app/assets/stylesheets/landing-pages/../mCustomScrollbar.css */
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerContainer {
  background-color: #fff;
  background-color: rgba(0, 0, 0, 0.05);
  box-shadow: inset 1px 1px 16px rgba(0, 0, 0, 0.1);
}

/* line 1, app/assets/stylesheets/landing-pages/../mCustomScrollbar.css */
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerRail, .mCS-minimal-dark.mCSB_scrollTools .mCSB_draggerRail, .mCS-minimal.mCSB_scrollTools .mCSB_draggerRail {
  background-color: transparent;
}

/* line 1, app/assets/stylesheets/landing-pages/../mCustomScrollbar.css */
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -112px -72px;
}

/* line 1, app/assets/stylesheets/landing-pages/../mCustomScrollbar.css */
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -112px -92px;
}

/* line 1, app/assets/stylesheets/landing-pages/../mCustomScrollbar.css */
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -120px -112px;
}

/* line 1, app/assets/stylesheets/landing-pages/../mCustomScrollbar.css */
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -120px -128px;
}

/* line 1, app/assets/stylesheets/landing-pages/../mCustomScrollbar.css */
.mCSB_outside + .mCS-minimal-dark.mCSB_scrollTools_vertical, .mCSB_outside + .mCS-minimal.mCSB_scrollTools_vertical {
  right: 0;
  margin: 12px 0;
}

/* line 1, app/assets/stylesheets/landing-pages/../mCustomScrollbar.css */
.mCustomScrollBox.mCS-minimal + .mCSB_scrollTools + .mCSB_scrollTools.mCSB_scrollTools_horizontal, .mCustomScrollBox.mCS-minimal + .mCSB_scrollTools.mCSB_scrollTools_horizontal, .mCustomScrollBox.mCS-minimal-dark + .mCSB_scrollTools + .mCSB_scrollTools.mCSB_scrollTools_horizontal, .mCustomScrollBox.mCS-minimal-dark + .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  bottom: 0;
  margin: 0 12px;
}

/* line 1, app/assets/stylesheets/landing-pages/../mCustomScrollbar.css */
.mCS-dir-rtl > .mCSB_outside + .mCS-minimal-dark.mCSB_scrollTools_vertical, .mCS-dir-rtl > .mCSB_outside + .mCS-minimal.mCSB_scrollTools_vertical {
  left: 0;
  right: auto;
}

/* line 1, app/assets/stylesheets/landing-pages/../mCustomScrollbar.css */
.mCS-minimal-dark.mCSB_scrollTools_vertical .mCSB_dragger, .mCS-minimal.mCSB_scrollTools_vertical .mCSB_dragger {
  height: 50px;
}

/* line 1, app/assets/stylesheets/landing-pages/../mCustomScrollbar.css */
.mCS-minimal-dark.mCSB_scrollTools_horizontal .mCSB_dragger, .mCS-minimal.mCSB_scrollTools_horizontal .mCSB_dragger {
  width: 50px;
}

/* line 1, app/assets/stylesheets/landing-pages/../mCustomScrollbar.css */
.mCS-minimal.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.2);
  filter: "alpha(opacity=20)";
  -ms-filter: "alpha(opacity=20)";
}

/* line 1, app/assets/stylesheets/landing-pages/../mCustomScrollbar.css */
.mCS-minimal.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-minimal.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.5);
  filter: "alpha(opacity=50)";
  -ms-filter: "alpha(opacity=50)";
}

/* line 1, app/assets/stylesheets/landing-pages/../mCustomScrollbar.css */
.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.2);
  filter: "alpha(opacity=20)";
  -ms-filter: "alpha(opacity=20)";
}

/* line 1, app/assets/stylesheets/landing-pages/../mCustomScrollbar.css */
.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.5);
  filter: "alpha(opacity=50)";
  -ms-filter: "alpha(opacity=50)";
}

/* line 1, app/assets/stylesheets/landing-pages/../mCustomScrollbar.css */
.mCS-dark-3.mCSB_scrollTools .mCSB_draggerRail, .mCS-light-3.mCSB_scrollTools .mCSB_draggerRail {
  width: 6px;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.2);
}

/* line 1, app/assets/stylesheets/landing-pages/../mCustomScrollbar.css */
.mCS-dark-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-light-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 6px;
}

/* line 1, app/assets/stylesheets/landing-pages/../mCustomScrollbar.css */
.mCS-dark-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-dark-3.mCSB_scrollTools_horizontal .mCSB_draggerRail, .mCS-light-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-light-3.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 6px;
  margin: 5px 0;
}

/* line 1, app/assets/stylesheets/landing-pages/../mCustomScrollbar.css */
.mCS-dark-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, .mCS-dark-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail, .mCS-light-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, .mCS-light-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  width: 12px;
}

/* line 1, app/assets/stylesheets/landing-pages/../mCustomScrollbar.css */
.mCS-dark-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, .mCS-dark-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail, .mCS-light-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, .mCS-light-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  height: 12px;
  margin: 2px 0;
}

/* line 1, app/assets/stylesheets/landing-pages/../mCustomScrollbar.css */
.mCS-light-3.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -32px -72px;
}

/* line 1, app/assets/stylesheets/landing-pages/../mCustomScrollbar.css */
.mCS-light-3.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -32px -92px;
}

/* line 1, app/assets/stylesheets/landing-pages/../mCustomScrollbar.css */
.mCS-light-3.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -40px -112px;
}

/* line 1, app/assets/stylesheets/landing-pages/../mCustomScrollbar.css */
.mCS-light-3.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -40px -128px;
}

/* line 1, app/assets/stylesheets/landing-pages/../mCustomScrollbar.css */
.mCS-dark-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
}

/* line 1, app/assets/stylesheets/landing-pages/../mCustomScrollbar.css */
.mCS-dark-3.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85);
}

/* line 1, app/assets/stylesheets/landing-pages/../mCustomScrollbar.css */
.mCS-dark-3.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-dark-3.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9);
}

/* line 1, app/assets/stylesheets/landing-pages/../mCustomScrollbar.css */
.mCS-dark-3.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.1);
}

/* line 1, app/assets/stylesheets/landing-pages/../mCustomScrollbar.css */
.mCS-dark-3.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -112px -72px;
}

/* line 1, app/assets/stylesheets/landing-pages/../mCustomScrollbar.css */
.mCS-dark-3.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -112px -92px;
}

/* line 1, app/assets/stylesheets/landing-pages/../mCustomScrollbar.css */
.mCS-dark-3.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -120px -112px;
}

/* line 1, app/assets/stylesheets/landing-pages/../mCustomScrollbar.css */
.mCS-dark-3.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -120px -128px;
}

/* line 1, app/assets/stylesheets/landing-pages/../mCustomScrollbar.css */
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail, .mCS-inset-2.mCSB_scrollTools .mCSB_draggerRail, .mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail, .mCS-inset-3.mCSB_scrollTools .mCSB_draggerRail, .mCS-inset-dark.mCSB_scrollTools .mCSB_draggerRail, .mCS-inset.mCSB_scrollTools .mCSB_draggerRail {
  width: 12px;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.2);
}

/* line 1, app/assets/stylesheets/landing-pages/../mCustomScrollbar.css */
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-inset-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-inset-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-inset-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-inset.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 6px;
  margin: 3px 5px;
  position: absolute;
  height: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

/* line 1, app/assets/stylesheets/landing-pages/../mCustomScrollbar.css */
.mCS-inset-2-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-inset-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-inset-3-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-inset-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-inset-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-inset.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  height: 6px;
  margin: 5px 3px;
  position: absolute;
  width: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

/* line 1, app/assets/stylesheets/landing-pages/../mCustomScrollbar.css */
.mCS-inset-2-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail, .mCS-inset-2.mCSB_scrollTools_horizontal .mCSB_draggerRail, .mCS-inset-3-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail, .mCS-inset-3.mCSB_scrollTools_horizontal .mCSB_draggerRail, .mCS-inset-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail, .mCS-inset.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 12px;
  margin: 2px 0;
}

/* line 1, app/assets/stylesheets/landing-pages/../mCustomScrollbar.css */
.mCS-inset-2.mCSB_scrollTools .mCSB_buttonUp, .mCS-inset-3.mCSB_scrollTools .mCSB_buttonUp, .mCS-inset.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -32px -72px;
}

/* line 1, app/assets/stylesheets/landing-pages/../mCustomScrollbar.css */
.mCS-inset-2.mCSB_scrollTools .mCSB_buttonDown, .mCS-inset-3.mCSB_scrollTools .mCSB_buttonDown, .mCS-inset.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -32px -92px;
}

/* line 1, app/assets/stylesheets/landing-pages/../mCustomScrollbar.css */
.mCS-inset-2.mCSB_scrollTools .mCSB_buttonLeft, .mCS-inset-3.mCSB_scrollTools .mCSB_buttonLeft, .mCS-inset.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -40px -112px;
}

/* line 1, app/assets/stylesheets/landing-pages/../mCustomScrollbar.css */
.mCS-inset-2.mCSB_scrollTools .mCSB_buttonRight, .mCS-inset-3.mCSB_scrollTools .mCSB_buttonRight, .mCS-inset.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -40px -128px;
}

/* line 1, app/assets/stylesheets/landing-pages/../mCustomScrollbar.css */
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-inset-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
}

/* line 1, app/assets/stylesheets/landing-pages/../mCustomScrollbar.css */
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar, .mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar, .mCS-inset-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85);
}

/* line 1, app/assets/stylesheets/landing-pages/../mCustomScrollbar.css */
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .mCS-inset-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-inset-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9);
}

/* line 1, app/assets/stylesheets/landing-pages/../mCustomScrollbar.css */
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail, .mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail, .mCS-inset-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.1);
}

/* line 1, app/assets/stylesheets/landing-pages/../mCustomScrollbar.css */
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonUp, .mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonUp, .mCS-inset-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -112px -72px;
}

/* line 1, app/assets/stylesheets/landing-pages/../mCustomScrollbar.css */
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonDown, .mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonDown, .mCS-inset-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -112px -92px;
}

/* line 1, app/assets/stylesheets/landing-pages/../mCustomScrollbar.css */
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonLeft, .mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonLeft, .mCS-inset-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -120px -112px;
}

/* line 1, app/assets/stylesheets/landing-pages/../mCustomScrollbar.css */
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonRight, .mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonRight, .mCS-inset-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -120px -128px;
}

/* line 1, app/assets/stylesheets/landing-pages/../mCustomScrollbar.css */
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail, .mCS-inset-2.mCSB_scrollTools .mCSB_draggerRail {
  background-color: transparent;
  border-width: 1px;
  border-style: solid;
  border-color: #fff;
  border-color: rgba(255, 255, 255, 0.2);
  box-sizing: border-box;
}

/* line 1, app/assets/stylesheets/landing-pages/../mCustomScrollbar.css */
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail {
  border-color: #000;
  border-color: rgba(0, 0, 0, 0.2);
}

/* line 1, app/assets/stylesheets/landing-pages/../mCustomScrollbar.css */
.mCS-inset-3.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.6);
}

/* line 1, app/assets/stylesheets/landing-pages/../mCustomScrollbar.css */
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.6);
}

/* line 1, app/assets/stylesheets/landing-pages/../mCustomScrollbar.css */
.mCS-inset-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
}

/* line 1, app/assets/stylesheets/landing-pages/../mCustomScrollbar.css */
.mCS-inset-3.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85);
}

/* line 1, app/assets/stylesheets/landing-pages/../mCustomScrollbar.css */
.mCS-inset-3.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-inset-3.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9);
}

/* line 1, app/assets/stylesheets/landing-pages/../mCustomScrollbar.css */
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.75);
}

/* line 1, app/assets/stylesheets/landing-pages/../mCustomScrollbar.css */
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.85);
}

/* line 1, app/assets/stylesheets/landing-pages/../mCustomScrollbar.css */
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.9);
}

/*Constants and Mixins*/
/* line 3, app/assets/stylesheets/landing-pages/_brochure.scss */
.brochure {
  position: relative;
}

/* line 6, app/assets/stylesheets/landing-pages/_brochure.scss */
.brochure-wrapper {
  position: absolute;
  right: 5%;
  top: -160px;
}

@media (max-width: 1024px) {
  /* line 6, app/assets/stylesheets/landing-pages/_brochure.scss */
  .brochure-wrapper {
    bottom: 0;
    margin: 50px auto;
    margin-top: 100px;
    position: relative;
    right: 0;
    top: 0;
    width: 370px;
  }
}

/* line 22, app/assets/stylesheets/landing-pages/_brochure.scss */
.brochure-bg {
  background-color: #fff;
  display: inline-block;
  padding: 10px 0;
  padding-left: 120px;
  padding-right: 90px;
  position: relative;
}

@media (max-width: 1024px) {
  /* line 22, app/assets/stylesheets/landing-pages/_brochure.scss */
  .brochure-bg {
    border: 1px solid #e4e4e4;
  }
}

/* line 34, app/assets/stylesheets/landing-pages/_brochure.scss */
.brochure-bg:after {
  background: #faecff;
  border-radius: 50%;
  bottom: 0;
  color: #9238a6;
  content: "\003e";
  font-size: 16px;
  font-weight: 700;
  height: 25px;
  line-height: 25px;
  margin: auto;
  pointer-events: none;
  position: absolute;
  right: 10px;
  text-align: center;
  top: 0;
  width: 25px;
}

/* line 54, app/assets/stylesheets/landing-pages/_brochure.scss */
.brochure-header {
  color: #9238a6;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  margin-top: 5px;
}

/* line 62, app/assets/stylesheets/landing-pages/_brochure.scss */
.brochure-label {
  color: #757575;
}

/* line 66, app/assets/stylesheets/landing-pages/_brochure.scss */
.brochure img {
  bottom: -7px;
  left: -4px;
  position: absolute;
  z-index: 1;
}

/* line 73, app/assets/stylesheets/landing-pages/_brochure.scss */
.brochure span {
  display: block;
}

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

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

/* line 6, app/assets/stylesheets/landing-pages/../components/_svg-icon.scss */
.svg-icon {
  display: inline-block;
  fill: #fff;
  height: 25px;
  stroke: #fff;
  width: 25px;
}

/* line 13, app/assets/stylesheets/landing-pages/../components/_svg-icon.scss */
.svg-icon svg * {
  transition: all .5s;
}

/* line 19, app/assets/stylesheets/landing-pages/../components/_svg-icon.scss */
.svg-icon--absolute {
  position: absolute;
  z-index: 2;
}

/* line 24, app/assets/stylesheets/landing-pages/../components/_svg-icon.scss */
.svg-icon__circle {
  border: 1px solid transparent;
  border-radius: 50%;
  margin: auto;
}

/* line 29, app/assets/stylesheets/landing-pages/../components/_svg-icon.scss */
.svg-icon__circle--w100 {
  width: 100px;
}

/* line 33, app/assets/stylesheets/landing-pages/../components/_svg-icon.scss */
.svg-icon__circle--violet {
  box-shadow: 0px 0px 23px #f2eaf5;
}

/* line 38, app/assets/stylesheets/landing-pages/../components/_svg-icon.scss */
.svg-icon--center-left {
  bottom: 0;
  left: 25px;
  margin: auto;
  right: auto;
  top: 0;
}

/* line 46, app/assets/stylesheets/landing-pages/../components/_svg-icon.scss */
.svg-icon--left15 {
  left: 15px;
}

/* line 50, app/assets/stylesheets/landing-pages/../components/_svg-icon.scss */
.svg-icon--header {
  display: none;
  height: 42px;
  width: 42px;
}

/* line 56, app/assets/stylesheets/landing-pages/../components/_svg-icon.scss */
.svg-icon--size20 {
  height: 20px;
  width: 20px;
}

/* line 61, app/assets/stylesheets/landing-pages/../components/_svg-icon.scss */
.svg-icon--size25 {
  height: 25px;
  width: 25px;
}

/* line 66, app/assets/stylesheets/landing-pages/../components/_svg-icon.scss */
.svg-icon--size30 {
  height: 30px;
  width: 30px;
}

/* line 71, app/assets/stylesheets/landing-pages/../components/_svg-icon.scss */
.svg-icon--size50 {
  height: 50px;
  width: 50px;
}

/* line 76, app/assets/stylesheets/landing-pages/../components/_svg-icon.scss */
.svg-icon--size70 {
  height: 70px;
  width: 70px;
}

/* line 81, app/assets/stylesheets/landing-pages/../components/_svg-icon.scss */
.svg-icon--size80 {
  height: 80px;
  width: 80px;
}

/* line 86, app/assets/stylesheets/landing-pages/../components/_svg-icon.scss */
.svg-icon--size200 {
  height: 200px;
  width: 200px;
}

/* line 91, app/assets/stylesheets/landing-pages/../components/_svg-icon.scss */
.svg-icon--violet {
  fill: #81109c;
  stroke: #81109c;
}

/* line 96, app/assets/stylesheets/landing-pages/../components/_svg-icon.scss */
.svg-icon--gray {
  fill: #838383;
  stroke: #838383;
}

/* line 101, app/assets/stylesheets/landing-pages/../components/_svg-icon.scss */
.svg-icon--white {
  fill: #fff;
}

/* line 105, app/assets/stylesheets/landing-pages/../components/_svg-icon.scss */
.svg-icon--green {
  fill: #78a315;
  stroke: #78a315;
}

/* line 110, app/assets/stylesheets/landing-pages/../components/_svg-icon.scss */
.svg-icon--yellow {
  fill: #fcd484;
  stroke: #fcd484;
}

/* line 115, app/assets/stylesheets/landing-pages/../components/_svg-icon.scss */
.svg-icon--purple {
  fill: #560e99;
  stroke: #560e99;
}

/* line 120, app/assets/stylesheets/landing-pages/../components/_svg-icon.scss */
.svg-icon--red {
  fill: #b72720;
  stroke: #b72720;
}

/* line 125, app/assets/stylesheets/landing-pages/../components/_svg-icon.scss */
.svg-icon--rotate45 {
  transform: rotate(45deg);
}

/* line 129, app/assets/stylesheets/landing-pages/../components/_svg-icon.scss */
.svg-icon--stroke8 {
  stroke-width: 8px;
}

/* line 133, app/assets/stylesheets/landing-pages/../components/_svg-icon.scss */
.svg-icon--stroke5 {
  stroke-width: 5px;
}

/* line 137, app/assets/stylesheets/landing-pages/../components/_svg-icon.scss */
.svg-icon--stroke4 {
  stroke-width: 4px;
}

/* line 141, app/assets/stylesheets/landing-pages/../components/_svg-icon.scss */
.svg-icon--m-r-5 {
  margin-right: 5px;
}

@media all and (min-width: 992px) {
  /* line 148, app/assets/stylesheets/landing-pages/../components/_svg-icon.scss */
  .svg-icon--header {
    display: inline-block;
  }
}

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

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

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

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

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

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

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

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

/* line 34, app/assets/stylesheets/landing-pages/../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/landing-pages/../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/landing-pages/../components/_countdown.scss */
.countdown__time {
  color: #fff;
}

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

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

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

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

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

/* line 72, app/assets/stylesheets/landing-pages/../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/landing-pages/../components/_countdown.scss */
  .countdown__time-separator::before {
    color: rgba(255, 255, 255, 0.7);
  }
}

/* line 91, app/assets/stylesheets/landing-pages/../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/landing-pages/../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/landing-pages/../components/_countdown.scss */
  .countdown__tiles-tile {
    width: 70px;
  }
}

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

/* line 113, app/assets/stylesheets/landing-pages/../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/landing-pages/../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/landing-pages/../components/_countdown.scss */
  .countdown__tiles-time {
    font-size: 28px;
    height: 85px;
    line-height: 65px;
    width: 70px;
  }
}

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

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

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

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

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

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

/* line 12, app/assets/stylesheets/landing-pages/../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/landing-pages/../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/landing-pages/../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;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

/* line 6, app/assets/stylesheets/landing-pages/../components/_section.scss */
.section {
  font-family: Lato, Arial;
}

/* line 10, app/assets/stylesheets/landing-pages/../components/_section.scss */
.section__boxes, .section--flex {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}

/* line 18, app/assets/stylesheets/landing-pages/../components/_section.scss */
.section__column-wrapper {
  display: flex;
  flex-direction: column-reverse;
  flex-wrap: nowrap;
  justify-content: space-between;
}

/* line 25, app/assets/stylesheets/landing-pages/../components/_section.scss */
.section--space-between {
  justify-content: space-between;
}

/* line 29, app/assets/stylesheets/landing-pages/../components/_section.scss */
.section--text-justify {
  text-align: justify;
}

/* line 33, app/assets/stylesheets/landing-pages/../components/_section.scss */
.section--justify-left {
  justify-content: flex-start;
}

/* line 37, app/assets/stylesheets/landing-pages/../components/_section.scss */
.section__page-name {
  font-family: Lato, Arial;
}

/* line 41, app/assets/stylesheets/landing-pages/../components/_section.scss */
.section--text-center {
  text-align: center;
}

/* line 46, app/assets/stylesheets/landing-pages/../components/_section.scss */
.section--text-left {
  text-align: left;
}

/* line 50, app/assets/stylesheets/landing-pages/../components/_section.scss */
.section--justify-left {
  justify-content: flex-start;
}

/* line 54, app/assets/stylesheets/landing-pages/../components/_section.scss */
.section--no-wrap {
  flex-wrap: nowrap;
}

/* line 58, app/assets/stylesheets/landing-pages/../components/_section.scss */
.section--gray {
  background-color: #bfbfbf;
}

/* line 62, app/assets/stylesheets/landing-pages/../components/_section.scss */
.section--light-gray {
  background-color: #f9f9f9;
}

/* line 66, app/assets/stylesheets/landing-pages/../components/_section.scss */
.section--margin-out-40 {
  margin: 0 -40px;
}

/* line 70, app/assets/stylesheets/landing-pages/../components/_section.scss */
.section--capitalize {
  text-transform: capitalize;
}

/* line 74, app/assets/stylesheets/landing-pages/../components/_section.scss */
.section__sub-text {
  font-size: 15px;
  font-weight: 400;
}

/* line 79, app/assets/stylesheets/landing-pages/../components/_section.scss */
.section__mobile-wrap {
  flex-wrap: wrap;
}

@media all and (min-width: 768px) {
  /* line 79, app/assets/stylesheets/landing-pages/../components/_section.scss */
  .section__mobile-wrap {
    flex-wrap: nowrap;
  }
}

/* line 87, app/assets/stylesheets/landing-pages/../components/_section.scss */
.section--white, .section--white.company {
  background: #fff;
}

/* line 92, app/assets/stylesheets/landing-pages/../components/_section.scss */
.section__description {
  color: #838383;
  line-height: 28px;
}

/* line 97, app/assets/stylesheets/landing-pages/../components/_section.scss */
.section--w890 {
  max-width: 890px;
  width: 100%;
}

/* line 102, app/assets/stylesheets/landing-pages/../components/_section.scss */
.section--max-620 {
  max-width: 620px;
  width: 100%;
}

/* line 107, app/assets/stylesheets/landing-pages/../components/_section.scss */
.section--max-450 {
  max-width: 450px;
  width: 100%;
}

/* line 112, app/assets/stylesheets/landing-pages/../components/_section.scss */
.section--width-200 {
  width: 200px;
}

/* line 116, app/assets/stylesheets/landing-pages/../components/_section.scss */
.section--margin-center {
  margin: 0 auto;
}

/* line 120, app/assets/stylesheets/landing-pages/../components/_section.scss */
.section--f12 {
  font-size: 12px;
}

/* line 124, app/assets/stylesheets/landing-pages/../components/_section.scss */
.section--f14 {
  font-size: 14px;
}

/* line 128, app/assets/stylesheets/landing-pages/../components/_section.scss */
.section--f16 {
  font-size: 16px;
}

/* line 132, app/assets/stylesheets/landing-pages/../components/_section.scss */
.section--f18 {
  font-size: 18px;
}

/* line 136, app/assets/stylesheets/landing-pages/../components/_section.scss */
.section--f20 {
  font-size: 20px;
}

/* line 140, app/assets/stylesheets/landing-pages/../components/_section.scss */
.section--f26 {
  font-size: 26px;
}

/* line 144, app/assets/stylesheets/landing-pages/../components/_section.scss */
.section--f32 {
  font-size: 32px;
}

/* line 148, app/assets/stylesheets/landing-pages/../components/_section.scss */
.section--f46 {
  font-size: 46px;
}

/* line 152, app/assets/stylesheets/landing-pages/../components/_section.scss */
.section--p20 {
  padding: 20px;
}

/* line 156, app/assets/stylesheets/landing-pages/../components/_section.scss */
.section--p-x-10 {
  padding: 0 10px;
}

/* line 160, app/assets/stylesheets/landing-pages/../components/_section.scss */
.section--p-y-70 {
  padding: 70px 0;
}

/* line 164, app/assets/stylesheets/landing-pages/../components/_section.scss */
.section--p-t-75 {
  padding-top: 75px;
}

/* line 168, app/assets/stylesheets/landing-pages/../components/_section.scss */
.section--pt0 {
  padding-top: 0;
}

/* line 172, app/assets/stylesheets/landing-pages/../components/_section.scss */
.section--mt20 {
  margin-top: 20px;
}

/* line 176, app/assets/stylesheets/landing-pages/../components/_section.scss */
.section--pbt0 {
  padding-bottom: 0;
  padding-top: 0;
}

/* line 181, app/assets/stylesheets/landing-pages/../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/landing-pages/../components/_section.scss */
.section__header--light {
  font-size: 30px;
  font-weight: 300;
  text-transform: none;
}

/* line 194, app/assets/stylesheets/landing-pages/../components/_section.scss */
.section__header--white {
  color: #fff;
}

/* line 198, app/assets/stylesheets/landing-pages/../components/_section.scss */
.section__header--purple {
  color: #560e99;
}

/* line 202, app/assets/stylesheets/landing-pages/../components/_section.scss */
.section__header--f24 {
  font-size: 24px;
}

/* line 206, app/assets/stylesheets/landing-pages/../components/_section.scss */
.section__header--no-transform {
  text-transform: none;
}

/* line 210, app/assets/stylesheets/landing-pages/../components/_section.scss */
.section__header--bottom-gray {
  border-bottom: 1px solid #e6e6e6;
  padding-bottom: 5px;
}

/* line 217, app/assets/stylesheets/landing-pages/../components/_section.scss */
.section--font-light {
  font-weight: 300;
}

/* line 221, app/assets/stylesheets/landing-pages/../components/_section.scss */
.section__center-vertically {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
}

/* line 227, app/assets/stylesheets/landing-pages/../components/_section.scss */
.section--green {
  color: #78a315;
}

/* line 231, app/assets/stylesheets/landing-pages/../components/_section.scss */
.section--bottom-gray {
  border-bottom: 1px solid #e6e6e6;
}

/* line 237, app/assets/stylesheets/landing-pages/../components/_section.scss */
.section__buttons-white a {
  color: #fff;
}

/* line 241, app/assets/stylesheets/landing-pages/../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/landing-pages/../components/_section.scss */
.section--justify-content {
  justify-content: center;
}

/* line 263, app/assets/stylesheets/landing-pages/../components/_section.scss */
.section__separator {
  overflow: hidden;
  position: relative;
}

/* line 267, app/assets/stylesheets/landing-pages/../components/_section.scss */
.section__separator--no-text {
  height: 3px;
}

/* line 271, app/assets/stylesheets/landing-pages/../components/_section.scss */
.section__separator--gray {
  background-color: #838383;
}

/* line 275, app/assets/stylesheets/landing-pages/../components/_section.scss */
.section__separator--h1 {
  height: 1px;
}

/* line 279, app/assets/stylesheets/landing-pages/../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/landing-pages/../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/landing-pages/../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/landing-pages/../components/_section.scss */
.section--bold {
  font-weight: 700;
}

/* line 317, app/assets/stylesheets/landing-pages/../components/_section.scss */
.section__link--bold {
  font-weight: 700;
}

/* line 321, app/assets/stylesheets/landing-pages/../components/_section.scss */
.section__link--underline {
  text-decoration: underline;
}

/* line 325, app/assets/stylesheets/landing-pages/../components/_section.scss */
.section__link--purple {
  color: #560e99;
}

/* line 330, app/assets/stylesheets/landing-pages/../components/_section.scss */
.section__column {
  margin: 0 auto;
}

/* line 334, app/assets/stylesheets/landing-pages/../components/_section.scss */
.section__center {
  margin: auto;
}

@media all and (min-width: 992px) {
  /* line 341, app/assets/stylesheets/landing-pages/../components/_section.scss */
  .section__buttons {
    align-items: center;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
  }
  /* line 347, app/assets/stylesheets/landing-pages/../components/_section.scss */
  .section__buttons a {
    margin: 10px 0;
    width: 48%;
  }
  /* line 353, app/assets/stylesheets/landing-pages/../components/_section.scss */
  .section__column {
    margin: 0;
  }
  /* line 357, app/assets/stylesheets/landing-pages/../components/_section.scss */
  .section__column-wrapper {
    flex-direction: row;
  }
  /* line 361, app/assets/stylesheets/landing-pages/../components/_section.scss */
  .section__sidebar {
    max-width: 250px;
    width: 100%;
  }
}

@media all and (min-width: 1200px) {
  /* line 370, app/assets/stylesheets/landing-pages/../components/_section.scss */
  .section__sidebar {
    max-width: 370px;
  }
}

/* line 21, app/assets/stylesheets/landing-pages/landing_pages.scss */
.landing-page section:first-of-type {
  transition: margin .8s;
}

/* line 22, app/assets/stylesheets/landing-pages/landing_pages.scss */
.landing-page .navbar:not(.pinned) .new_counter {
  color: #fff;
}

/* line 23, app/assets/stylesheets/landing-pages/landing_pages.scss */
.landing-page .site-header .site-header__mobile_menu_toggle_btn {
  top: 9px;
}

/* line 25, app/assets/stylesheets/landing-pages/landing_pages.scss */
.notifications-list-wrapper {
  background: #FFF;
  border-radius: .25em .25em .4em .4em;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  cursor: pointer;
  margin: 3em auto;
  opacity: 0;
  padding: 10px;
  position: absolute;
  right: 0;
  text-align: right;
  top: 0;
  transition: all .4s ease-in-out;
  visibility: hidden;
  width: 250px;
}

/* line 40, app/assets/stylesheets/landing-pages/landing_pages.scss */
.notifications-list-wrapper .notifi_list {
  border-bottom: 1px solid #d4d4d4;
}

/* line 43, app/assets/stylesheets/landing-pages/landing_pages.scss */
.notifications-list-wrapper--visible {
  opacity: 1;
  visibility: visible;
}

/* line 49, app/assets/stylesheets/landing-pages/landing_pages.scss */
.bf-token-newsletter-form {
  margin: 0 auto;
  max-width: 660px;
  width: 100%;
}

/* line 54, app/assets/stylesheets/landing-pages/landing_pages.scss */
.bf-token-newsletter-form .input-group.bf-token {
  width: 100%;
}

@media screen and (min-width: 650px) {
  /* line 60, app/assets/stylesheets/landing-pages/landing_pages.scss */
  .landing-page .site-header .site-header__mobile_menu_toggle_btn {
    top: -9px;
  }
}
