@import url(//fonts.googleapis.com/css?family=Nunito:700|Source+Sans+Pro:300,400);#impactasaurus {
  color: #404040;
}
#impactasaurus h1 {
  font-size: 2.5em;
  line-height: 1.2;
  font-weight: 700;
  margin: 0 0 2.6875rem;
  letter-spacing: 1px;
  text-align: center;
  font-family: "Nunito", sans-serif;
}
#impactasaurus h1.close {
  margin-bottom: 1rem;
}
#impactasaurus h2 {
  font-size: 2em;
  font-weight: 300;
}
#impactasaurus h3 {
  font-size: 1.5em;
  font-weight: 300;
}
#impactasaurus h4 {
  font-size: 1.2em;
  font-weight: 300;
}
#impactasaurus a {
  cursor: pointer;
}
#impactasaurus .impactform .submit {
  background-color: var(--brand-color);
  color: white;
  display: block;
  margin: auto;
  margin-top: 25px;
}
#impactasaurus .impactform .button-group button {
  display: inline-block;
  margin-left: 5px;
  margin-right: 5px;
}
#impactasaurus .impactform .label:not(.ui) {
  display: block;
  margin-top: 25px;
  margin-bottom: 10px;
  text-transform: capitalize;
}
#impactasaurus .impactform .label:not(.ui):after {
  content: ":";
}
#impactasaurus .impactform .label:not(.ui).optional:after {
  content: " (optional):";
}
#impactasaurus .impactform .label:not(.ui).inline {
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 5px;
  margin-top: 12.5px;
}
#impactasaurus .impactform h3 {
  display: inline-block;
  margin-bottom: 0px;
  margin-top: 0px;
}
#impactasaurus textarea:disabled {
  color: var(--placeholder);
  cursor: not-allowed;
}
#footer {
  font-size: 0.8rem;
  text-align: left;
  margin: 3px 5px;
}
@media print {
  #footer a {
    display: none;
  }
}
#footer .right {
  float: right;
}
#footer .left > * {
  margin-right: 8px;
}
#footer .right > * {
  margin-left: 8px;
}
.viz-cp {
  margin-top: 30px;
  margin-bottom: 30px;
}
@media print {
  .viz-cp {
    display: none !important;
  }
}
.viz-cp > * {
  margin-right: 10px !important;
  margin-left: 10px !important;
}
#impactasaurus.framed .menu.massive {
  display: none;
}
@media print {
  #impactasaurus .menu.massive {
    display: none;
  }
}
#impactasaurus .menu.massive .item i {
  font-size: 0.7em !important;
}
#impactasaurus .menu.massive .item.icon-menu-item {
  padding: 0.5em 1em;
}
#impactasaurus .menu.massive #user-menu {
  padding: 0 0.9em;
}
#impactasaurus .menu.massive #user-menu .item {
  padding: 0.6em 0.8em !important;
}
#impactasaurus .menu.massive #user-menu .divider {
  margin: 0.1em 0em;
}
#impactasaurus .menu.massive #user-menu .not-clickable:hover {
  background-color: white !important;
  cursor: default;
}
#impactasaurus .menu.massive #user-menu.error .user-image {
  background-color: red;
  color: white;
}
#impactasaurus .menu.massive #user-menu #user-profile-dd-item .user-image {
  color: white;
  background-color: var(--brand-color);
  display: inline-block;
  margin-right: 0.6em;
  height: 35px;
  width: 35px;
  line-height: 35px;
}
#impactasaurus .menu.massive #user-menu #user-profile-dd-item .active-org {
  font-size: 0.8em;
}
#impactasaurus .menu.massive #user-menu #user-profile-dd-item .elipsis-overflow {
  display: inline-block;
  max-width: 180px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#impactasaurus .menu.massive #user-menu #org-options {
  max-height: 50vh;
  overflow-y: auto;
}
#impactasaurus .menu.massive #user-menu .org-option {
  font-size: 0.85em !important;
  padding: 0.4em 0.8em !important;
  margin: 0 0 0 2em;
  color: rgba(0, 0, 0, 0.8) !important;
  cursor: pointer;
}
@media only screen and (max-width: 950px) {
  #impactasaurus .menu.massive .right .title {
    display: none;
  }
  #impactasaurus .menu.massive .right i.icon.replacement {
    margin: 0px;
    font-size: 1em !important;
  }
}
@media only screen and (max-width: 900px) {
  #impactasaurus .menu.massive #home-link .title {
    display: none;
  }
}
@media only screen and (max-width: 750px) {
  #impactasaurus .menu.massive .title {
    display: none;
  }
  #impactasaurus .menu.massive i.icon.replacement {
    margin: 0px;
    font-size: 1em !important;
  }
}
@media only screen and (max-width: 520px) {
  #impactasaurus .menu.massive .item {
    padding-left: 0.8em;
    padding-right: 0.8em;
  }
}
@media only screen and (max-width: 445px) {
  #impactasaurus .menu.massive .right .item {
    display: none;
  }
}
.user-image {
  width: 30px;
  height: 30px;
  background: white;
  color: var(--brand-color);
  border-radius: 50%;
  text-align: center;
  line-height: 30px;
  font-size: 0.9em;
}
#impactasaurus {
  min-height: 100%;
  padding: 0;
  margin: 0;
  text-align: center;
  display: flex;
  flex-direction: column;
}
#main-app-content {
  position: relative;
  flex: 1;
}
.tour-pointer-tooltip {
  max-width: 350px;
}
.tour-pointer-tooltip .header {
  text-align: right;
  padding: 0 1px 2px 0 !important;
}
.tour-pointer-tooltip .header button {
  margin: 0 0 0 2px !important;
}
#impactasaurus .dropdown-checkbox {
  margin-right: 1.2em;
}
#impactasaurus .dropdown-checkbox .dropdown.icon {
  margin-left: 0.6em;
}
#impactasaurus .dropdown-checkbox.selections {
  color: var(--brand-color);
}
#impactasaurus .dropdown-checkbox .search-container {
  padding: 10px !important;
  cursor: default;
}
#impactasaurus .dropdown-checkbox .search-container:hover {
  background-color: white;
}
#impactasaurus .dropdown-checkbox .search-container .input {
  margin: 0;
  width: 100%;
}
.radar {
  margin: auto;
  margin-top: 2em;
  position: relative;
}
.activity-feed-entry.ui.card .meeting-radar {
  width: 10em;
  margin: 0px auto;
}
.activity-feed-entry.ui.card .content .description {
  text-align: justify;
  white-space: pre-wrap;
}
.activity-feed-entry.ui.card .extra.content.tags-0 {
  display: none;
}
.activity-feed-entry.ui.card .topper,
.activity-feed-entry.ui.card .description {
  cursor: pointer;
}
#home .title-holder .ui.button {
  position: absolute;
  right: 1rem;
  margin-top: 0.5rem;
}
#home .ui.loader.end-of-timeline {
  margin-top: 3em;
}
#home .content .header {
  font-size: 1.2em;
}
#impactasaurus.framed #ben-page .signpost h1 {
  display: none;
}
#review .viz-cp {
  display: inline-block;
}
#review .qs-selector {
  margin-right: 10px;
  margin-left: 10px;
}
#review #conduct,
#review #assessment-config {
  margin-top: 0px;
  margin-bottom: 0px;
}
#review #conduct h1,
#review #assessment-config h1 {
  display: none;
}
#review #conduct .ui.cards,
#review #assessment-config .ui.form.screen {
  margin-top: 0px;
}
.impact-auth0-lock .auth0-lock-header-avatar {
  display: none !important;
}
.impact-auth0-lock .auth0-lock-header {
  display: none !important;
}
.form-field .description + .ui.input {
  margin-top: 1em;
}
.ui.form:not(.screen) .form-field .description {
  text-align: left;
  font-style: italic;
}
#impactasaurus .multi-choice {
  justify-content: center;
}
#impactasaurus .multi-choice .choice {
  min-height: 15rem;
  overflow: hidden;
}
#impactasaurus .multi-choice .choice .content {
  justify-content: center;
  display: flex;
  flex-direction: column;
}
#impactasaurus .multi-choice .choice .content .description {
  flex-grow: 1;
}
#impactasaurus .multi-choice .choice .content.extra {
  padding: 0;
}
#impactasaurus .multi-choice .choice .button {
  padding: 0;
  margin: 0;
  border-radius: 0;
  min-height: 4rem;
}
.Hint.icon {
  font-size: 1rem;
}
#conduct .ui.cards {
  justify-content: center;
}
.record-tag-input-w-suggestions h4.label.suggestions {
  margin-top: 25px;
  margin-bottom: 10px;
}
.record-tag-input .ui.search .prompt {
  border-radius: 4px;
}
.record-tag-input .tag-container .ui.label {
  margin-bottom: 5px;
}
.record-tag-input .input-container .ui.input {
  margin-top: 5px;
}
.assessment-config .conductedDate {
  display: block;
  margin-bottom: 5px;
}
#generic-questionnaire-list .title-holder .ui.button {
  position: absolute;
  right: 1rem;
  margin-top: 0.5rem;
}
#generic-questionnaire-list .questionnaire {
  text-align: justify;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
#generic-questionnaire-list .questionnaire .header {
  display: flex;
  align-items: center;
  font-size: 1.4em;
  margin-bottom: 0.6rem;
  font-weight: normal;
}
#generic-questionnaire-list .new-control button,
#generic-questionnaire-list .edit-control button,
#generic-questionnaire-list .new-control input,
#generic-questionnaire-list .edit-control input {
  margin-right: 0.5em;
  margin-left: 0.5em;
}
.questionnaire-instructions h3 {
  white-space: pre-line;
}
.meeting-notepad > button.button {
  margin-top: 20px;
}
#question-set .list {
  text-align: left;
}
#question-set .list .new-control,
#question-set .list .edit-control {
  text-align: center;
}
#question-set .ui.form.screen {
  margin-top: 0px;
}
#question-set .readonly-message {
  margin-bottom: 3em;
}
#meeting button {
  margin-top: 20px;
}
#meeting .progress {
  border-radius: 0px;
}
#meeting .progress .bar {
  border-radius: 0px;
  transition: width 200ms;
}
.patron-only .patron-body,
.patron-only .patron-body * {
  cursor: not-allowed !important;
}
#user-settings .field {
  text-align: center !important;
}
#charity-size-selector .ui.card * {
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
#charity-size-selector .ui.card.size-selected {
  background-color: var(--impactasaurus-purple);
}
#charity-size-selector .ui.card.size-selected * {
  color: white;
}
#price-selector .ui.card .content {
  padding: 0px;
  padding-bottom: 1em;
}
#price-selector .ui.card .price .price-header {
  height: 30px;
}
#price-selector .ui.card .price .price-header.discount {
  background-color: red;
}
#price-selector .ui.card .price .price-price {
  size: 2em;
}
#price-selector .ui.card .price .price-billing {
  color: lightgray;
}
#report-form-component #filter-options > * {
  margin-left: 0.7em;
  margin-right: 0.7em;
}
#report-form-component .DateRangePicker {
  margin-top: 1.5em;
}
.report-details .report-overview .intro {
  margin-bottom: 0.5em;
}
.report-details .report-overview.error.message .ben-count {
  font-weight: bold;
}
#record-list .record-list-table td.actions i {
  cursor: pointer;
}
@media print {
  #record-list .record-list-table .actions,
  #record-list .record-list-table .actions-header {
    display: none;
  }
}
#selectMeetingsContainer {
  margin-bottom: 1em;
}
#selectMeetingsContainer span {
  padding-right: 0.5em;
}
#selectMeetingsContainer div.selection {
  margin-right: 1em;
}
#record-edit .field-edit {
  margin-left: 10px;
}
.record-question-summary .question {
  margin-top: 4em;
}
.record-question-summary .notes {
  min-height: 1px;
  white-space: pre-wrap;
  text-align: left;
}
.record-question-summary .notes i {
  margin-top: 1em;
}
.record-question-summary .likert-scale {
  margin-top: 30px;
  margin-bottom: 30px;
}
.answer-distribution-report .cards .card {
  box-shadow: none;
}
.answer-distribution-report .cards .card h4 {
  text-align: center;
}
#record-view .impactform {
  margin-bottom: 2em;
}
#record-view .rc-slider,
#record-view .rc-slider * {
  cursor: default;
}
#record-view .back {
  margin-top: 2em;
}
.question-inline .notepad textarea {
  margin-bottom: 30px;
}
#catalouge-questionnaire .list {
  text-align: left;
}
#catalouge-questionnaire .list .new-control,
#catalouge-questionnaire .list .edit-control {
  text-align: center;
}
#catalouge-questionnaire .ui.form.screen {
  margin-top: 0px;
}
#data button {
  margin-left: 1em;
}
#catalogue .questionnaire {
  text-align: justify;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
#catalogue .questionnaire .header {
  font-size: 1.4em;
  margin-bottom: 0.6rem;
  font-weight: normal;
}
.seq-questionnaire-item {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  align-content: center;
  margin-bottom: 0.5em;
}
.seq-questionnaire-item .qs-selector {
  flex-grow: 1;
  margin-right: 0.5em;
}
#impactasaurus .new-questionnaire-form .fields {
  align-items: center;
  justify-content: center;
}
.onboarding-checklist-item .tick-wrapper {
  margin-right: 1em;
}
.onboarding-checklist-item .tick-wrapper .icon {
  width: auto;
  margin: 0;
  font-size: 4rem;
  line-height: 4rem;
}
.onboarding-checklist-item .tick-wrapper .icon.text {
  font-style: normal;
  font-size: 3rem;
  line-height: 3rem;
  color: white;
}
.onboarding-checklist-item .tick-wrapper i.icons .icon:first-child {
  margin-right: 0;
}
.onboarding-checklist-item {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 3em;
}
@media only screen and (max-width: 991px) {
  .onboarding-checklist-item {
    padding: 0;
  }
}
.onboarding-checklist-item .tick {
  flex-shrink: 0;
}
.onboarding-checklist-item.incomplete .title * {
  color: var(--brand-color);
  text-decoration: underline;
}
.onboarding-checklist-item.incomplete .description {
  color: #404040;
}
.onboarding-checklist-item.incomplete .circle {
  color: var(--brand-color);
}
.onboarding-checklist-item.incomplete ~ .onboarding-checklist-item.incomplete .title * {
  color: var(--placeholder);
  text-decoration: none;
  cursor: default !important;
}
.onboarding-checklist-item.incomplete ~ .onboarding-checklist-item.incomplete .description {
  color: var(--placeholder);
}
.onboarding-checklist-item.incomplete ~ .onboarding-checklist-item.incomplete .circle {
  color: rgba(0, 0, 0, 0.04);
}
.onboarding-checklist-item.complete .circle {
  color: var(--brand-color);
}
.onboarding-checklist-item .content {
  margin-left: 1em;
  text-align: left;
  padding: 1.5em 0;
  flex-grow: 1;
}
.onboarding-checklist-item .content .title * {
  font-weight: normal;
  text-decoration: underline;
}
.onboarding-checklist-item .content .description {
  text-align: justify;
}
#onboarding-checklist {
  margin-bottom: 3em;
}
#onboarding-checklist i.close {
  position: absolute;
  right: 1em;
  color: #404040;
  cursor: pointer;
}
.static-radar .axis {
  stroke-width: 0.2;
  stroke: #404040;
}
.static-radar .scale {
  stroke-width: 0.2;
}
.static-radar .shape {
  fill-opacity: 0.4;
  fill: var(--brand-color);
  stroke: var(--brand-color);
  stroke-width: 1;
}
.static-radar .shape:hover {
  fill-opacity: 0.6;
}
.static-radar .scale {
  stroke: #404040;
}
.static-radar .caption {
  display: none;
}
.signpost {
  background: var(--brand-color-light);
}
@media print {
  .signpost {
    display: none;
  }
}
.signpost h1 {
  padding-top: 0.5em;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
}
.signpost .ui.menu.secondary.pointing {
  border-color: transparent;
}
.signpost .ui.menu.secondary.pointing .active.item,
.signpost .ui.menu.secondary.pointing .active.item:hover {
  border-color: white;
  color: white;
  opacity: 100%;
}
.signpost .ui.menu.secondary.pointing .item {
  color: white;
  opacity: 70%;
}
.signpost .ui.menu.secondary.pointing .item:hover {
  color: white;
  opacity: 80%;
  border-color: rgba(255, 255, 255, 0.8);
}
.ui.menu.secondary.pointing {
  justify-content: center;
}
#impactasaurus .beneficiary-input {
  display: block;
}
#impactasaurus .beneficiary-input .ui.search .prompt {
  border-radius: 4px;
}
#impactasaurus .beneficiary-input i {
  display: none;
}
#impactasaurus .beneficiary-input .results .category {
  background-color: #f3f4f5;
}
#impactasaurus .beneficiary-input .results .category .name {
  padding: 0.4em 0;
  margin-bottom: 0;
  color: #404040;
}
#impactasaurus .beneficiary-input .results .message.empty .header {
  font-weight: normal;
}
.type-pic {
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.type-pic.first {
  background-color: #efa8b0;
}
.type-pic.second {
  background-color: #c79cc8;
}
.type-pic.third {
  background-color: #a89cc8;
}
.type-pic i {
  color: white;
}
.DateTimePicker button.btn-save {
  display: none;
}
.DateTimePicker .m-calendar .selected-day {
  color: white;
  background-color: var(--brand-color) !important;
  border-color: var(--brand-color);
}
.DateTimePicker .m-calendar tbody td:hover {
  background-color: var(--brand-color-lighter);
  border-color: var(--brand-color-lighter);
}
.DateTimePicker .m-calendar .chevron.icon {
  margin: auto;
  height: 100%;
  width: 100%;
}
.DateTimePicker .m-calendar .chevron.icon.right {
  padding-left: 3px;
}
.DateTimePicker .m-calendar .chevron.icon.left {
  padding-right: 3px;
}
#impactasaurus .likert-form .right {
  float: right;
}
#impactasaurus .likert-form .section.mid {
  padding-top: 0.5em;
}
#impactasaurus .likert-form .section.mid .fields {
  align-items: flex-end;
}
#impactasaurus .likert-form .section.mid .field.invert {
  text-align: center;
}
#impactasaurus .likert-form .section.mid .field.invert .button {
  margin-top: 1em;
}
#impactasaurus .likert-form .section.likert {
  margin-left: 5em;
  margin-right: 5em;
}
#impactasaurus .likert-form .section.likert .likert-scale {
  margin-top: 10px;
  margin-bottom: 35px;
}
#impactasaurus .likert-form .section.likert .likert-scale .rc-slider-track {
  display: none;
}
#impactasaurus .likert-form .section.likert .likert-scale .rc-slider-dot {
  border-color: var(--brand-color);
}
#impactasaurus .likert-form .section.lower {
  padding-top: 1em;
  text-align: left;
}
#impactasaurus .likert-form .ui.left.pointing {
  font-weight: normal;
}
.likert-form-container {
  text-align: center;
}
.likert-form-container .header {
  font-weight: normal !important;
  color: var(--brand-color);
}
.likert-form-container .likert-question-form input {
  margin-right: 0 !important;
  margin-left: 0 !important;
}
.likert-form-container .likert-question-form .full {
  width: 100%;
}
.likert-form-container .likert-question-form .section {
  clear: both;
  margin-bottom: 1em;
  text-align: left;
}
.likert-form-container .likert-question-form .split {
  margin-top: 2em;
  display: table;
}
.likert-form-container .likert-question-form .split > .ui.input {
  display: table-cell;
  width: 100%;
}
.likert-form-container .likert-question-form .split > .ui.input input {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  width: 100%;
}
.likert-form-container .likert-question-form .split .right {
  padding-left: 14px;
}
.likert-scale {
  margin: auto;
  margin-top: 50px;
  margin-bottom: 40px;
  cursor: pointer;
}
.likert-scale.rc-slider-disabled {
  background-color: transparent;
  cursor: not-allowed;
}
.likert-scale.rc-slider-disabled.awaiting-input .rc-slider-dot {
  border-color: var(--brand-color-lighter);
}
.likert-scale.rc-slider-disabled .rc-slider-track {
  background-color: transparent;
}
.likert-scale .rc-slider-mark-text {
  color: #404040;
  font-size: 1rem;
}
.likert-scale .rc-slider-track {
  background-color: transparent;
}
.likert-scale .rc-slider-handle {
  border-color: var(--brand-color);
  background-color: var(--brand-color);
}
.likert-scale .rc-slider-handle:active {
  box-shadow: 0 0 5px var(--brand-color-light);
}
.likert-scale .rc-slider-handle:hover {
  border-color: var(--brand-color);
}
.likert-scale .rc-slider-dot-active {
  border-color: var(--brand-color-lighter);
}
.likert-scale .rc-slider-dot {
  border-color: var(--brand-color-lighter);
  width: 22px;
  height: 22px;
  bottom: -9px;
  margin-left: -11px;
}
.likert-scale.awaiting-input .rc-slider-handle {
  display: none;
}
.likert-scale.awaiting-input .rc-slider-dot {
  border-color: var(--brand-color);
}
.likert-scale.awaiting-input .rc-slider-track {
  display: none;
}
#impactasaurus .category-pill.failure {
  background-color: #9f3a38;
}
#impactasaurus .category-pill .loader {
  margin-right: 5px;
}
#impactasaurus .category-pill.editable-true {
  cursor: pointer;
}
#impactasaurus .question.list.sorting .content {
  -webkit-user-select: none;
  -o-user-select: none;
  -ms-user-select: none;
      user-select: none;
}
#impactasaurus .question.list .middle.aligned.content {
  display: inline-block;
}
#impactasaurus .question.list .right.floated.content > * {
  display: inline-block;
  vertical-align: middle;
}
#impactasaurus .question.list .category-pill.set.col-0 {
  background-color: var(--brand-color);
  color: white;
}
#impactasaurus .question.list .category-pill.set.col-1 {
  background-color: var(--brand-color-dark);
  color: white;
}
#impactasaurus .question.list .category-pill.set.col-2 {
  background-color: var(--brand-color-light);
}
#impactasaurus .question.list .category-pill.set.col-3 {
  background-color: var(--brand-color-darker);
  color: white;
}
#impactasaurus .question.list .category-pill.set.col-4 {
  background-color: var(--brand-color-lighter);
}
body > .question.item .right.floated {
  display: none;
}
body > .question.item img.image {
  display: none;
}
.impactasaurus-logo {
  display: flex;
  align-items: center;
  color: white !important;
}
.impactasaurus-logo svg {
  width: 33px;
  height: 33px;
}
.impactasaurus-logo span {
  font-family: "Nunito", sans-serif;
  margin-left: 10px;
  font-weight: 700;
  font-size: 1.25rem;
}
#org-users .user.inactive {
  color: var(--placeholder);
}
.rdrCalendarWrapper {
  box-sizing: border-box;
  background: #ffffff;
  display: -webkit-inline-box;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.rdrDateDisplay{
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
}

.rdrDateDisplayItem{
  -webkit-box-flex: 1;
          flex: 1 1;
  width: 0;
  text-align: center;
  color: inherit;
}

.rdrDateDisplayItem + .rdrDateDisplayItem{
    margin-left: 0.833em;
  }

.rdrDateDisplayItem input{
    text-align: inherit
  }

.rdrDateDisplayItem input:disabled{
      cursor: default;
    }

.rdrDateDisplayItemActive{}

.rdrMonthAndYearWrapper {
  box-sizing: inherit;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
}

.rdrMonthAndYearPickers{
  -webkit-box-flex: 1;
          flex: 1 1 auto;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
}

.rdrMonthPicker{}

.rdrYearPicker{}

.rdrNextPrevButton {
  box-sizing: inherit;
  cursor: pointer;
  outline: none;
}

.rdrPprevButton {}

.rdrNextButton {}

.rdrMonths{
  display: -webkit-box;
  display: flex;
}

.rdrMonthsVertical{
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
}

.rdrMonthsHorizontal > div > div > div{
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
}

.rdrMonth{
  width: 27.667em;
}

.rdrWeekDays{
  display: -webkit-box;
  display: flex;
}

.rdrWeekDay {
  flex-basis: calc(100% / 7);
  box-sizing: inherit;
  text-align: center;
}

.rdrDays{
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
}

.rdrDateDisplayWrapper{}

.rdrMonthName{}

.rdrInfiniteMonths{
  overflow: auto;
}

.rdrDateRangeWrapper{
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.rdrDateInput {
  position: relative;
}

.rdrDateInput input {
    outline: none;
  }

.rdrDateInput .rdrWarning {
    position: absolute;
    font-size: 1.6em;
    line-height: 1.6em;
    top: 0;
    right: .25em;
    color: #FF0000;
  }

.rdrDay {
  box-sizing: inherit;
  width: calc(100% / 7);
  position: relative;
  font: inherit;
  cursor: pointer;
}

.rdrDayNumber {
  display: block;
  position: relative;
}

.rdrDayNumber span{
    color: #1d2429;
  }

.rdrDayDisabled {
  cursor: not-allowed;
}

@supports (-ms-ime-align: auto) {
  .rdrDay {
    flex-basis: 14.285% !important;
  }
}

.rdrSelected, .rdrInRange, .rdrStartEdge, .rdrEndEdge{
  pointer-events: none;
}

.rdrInRange{}

.rdrDayStartPreview, .rdrDayInPreview, .rdrDayEndPreview{
  pointer-events: none;
}

.rdrDayHovered{}

.rdrDayActive{}

.rdrDateRangePickerWrapper{
  display: -webkit-inline-box;
  display: inline-flex;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.rdrDefinedRangesWrapper{}

.rdrStaticRanges{
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
}

.rdrStaticRange{
  font-size: inherit;
}

.rdrStaticRangeLabel{}

.rdrInputRanges{}

.rdrInputRange{
  display: -webkit-box;
  display: flex;
}

.rdrInputRangeInput{}
.rdrCalendarWrapper{
  color: #000000;
  font-size: 12px;
}

.rdrDateDisplayWrapper{
  background-color: rgb(239, 242, 247);
}

.rdrDateDisplay{
  margin: 0.833em;
}

.rdrDateDisplayItem{
  border-radius: 4px;
  background-color: rgb(255, 255, 255);
  box-shadow: 0 1px 2px 0 rgba(35, 57, 66, 0.21);
  border: 1px solid transparent;
}

.rdrDateDisplayItem input{
    cursor: pointer;
    height: 2.5em;
    line-height: 2.5em;
    border: 0px;
    background: transparent;
    width: 100%;
    color: #849095;
  }

.rdrDateDisplayItemActive{
  border-color: currentColor;
}

.rdrDateDisplayItemActive input{
    color: #7d888d
  }

.rdrMonthAndYearWrapper {
  -webkit-box-align: center;
          align-items: center;
  height: 60px;
  padding-top: 10px;
}

.rdrMonthAndYearPickers{
  font-weight: 600;
}

.rdrMonthAndYearPickers select{
    -moz-appearance: none;
         appearance: none;
    -webkit-appearance: none;
    border: 0;
    background: transparent;
    padding: 10px 30px 10px 10px;
    border-radius: 4px;
    outline: 0;
    color: #3e484f;
    background: url("data:image/svg+xml;utf8,<svg width='9px' height='6px' viewBox='0 0 9 6' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'><g id='Artboard' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd' transform='translate(-636.000000, -171.000000)' fill-opacity='0.368716033'><g id='input' transform='translate(172.000000, 37.000000)' fill='%230E242F' fill-rule='nonzero'><g id='Group-9' transform='translate(323.000000, 127.000000)'><path d='M142.280245,7.23952813 C141.987305,6.92353472 141.512432,6.92361662 141.219585,7.23971106 C140.926739,7.5558055 140.926815,8.06821394 141.219755,8.38420735 L145.498801,13 L149.780245,8.38162071 C150.073185,8.0656273 150.073261,7.55321886 149.780415,7.23712442 C149.487568,6.92102998 149.012695,6.92094808 148.719755,7.23694149 L145.498801,10.7113732 L142.280245,7.23952813 Z' id='arrow'></path></g></g></g></svg>") no-repeat;
    background-position: right 8px center;
    cursor: pointer;
    text-align: center
  }

.rdrMonthAndYearPickers select:hover{
      background-color: rgba(0,0,0,0.07);
    }

.rdrMonthPicker, .rdrYearPicker{
  margin: 0 5px
}

.rdrNextPrevButton {
  display: block;
  width: 24px;
  height: 24px;
  margin: 0 0.833em;
  padding: 0;
  border: 0;
  border-radius: 5px;
  background: #EFF2F7
}

.rdrNextPrevButton:hover{
    background: #E1E7F0;
  }

.rdrNextPrevButton i {
    display: block;
    width: 0;
    height: 0;
    padding: 0;
    text-align: center;
    border-style: solid;
    margin: auto;
    -webkit-transform: translate(-3px, 0px);
            transform: translate(-3px, 0px);
  }

.rdrPprevButton i {
    border-width: 4px 6px 4px 4px;
    border-color: transparent rgb(52, 73, 94) transparent transparent;
    -webkit-transform: translate(-3px, 0px);
            transform: translate(-3px, 0px);
  }

.rdrNextButton i {
    margin: 0 0 0 7px;
    border-width: 4px 4px 4px 6px;
    border-color: transparent transparent transparent rgb(52, 73, 94);
    -webkit-transform: translate(3px, 0px);
            transform: translate(3px, 0px);
  }

.rdrWeekDays {
  padding: 0 0.833em;
}

.rdrMonth{
  padding: 0 0.833em 1.666em 0.833em;
}

.rdrMonth .rdrWeekDays {
    padding: 0;
  }

.rdrMonths.rdrMonthsVertical .rdrMonth:first-child .rdrMonthName{
  display: none;
}

.rdrWeekDay {
  font-weight: 400;
  line-height: 2.667em;
  color: rgb(132, 144, 149);
}

.rdrDay {
  background: transparent;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  border: 0;
  padding: 0;
  line-height: 3.000em;
  height: 3.000em;
  text-align: center;
  color: #1d2429
}

.rdrDay:focus {
    outline: 0;
  }

.rdrDayNumber {
  outline: 0;
  font-weight: 300;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  top: 5px;
  bottom: 5px;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
}

.rdrDayToday .rdrDayNumber span{
  font-weight: 500
}

.rdrDayToday .rdrDayNumber span:after{
    content: '';
    position: absolute;
    bottom: 4px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
    width: 18px;
    height: 2px;
    border-radius: 2px;
    background: #3d91ff;
  }

.rdrDayToday:not(.rdrDayPassive) .rdrInRange ~ .rdrDayNumber span:after,.rdrDayToday:not(.rdrDayPassive) .rdrStartEdge ~ .rdrDayNumber span:after,.rdrDayToday:not(.rdrDayPassive) .rdrEndEdge ~ .rdrDayNumber span:after,.rdrDayToday:not(.rdrDayPassive) .rdrSelected ~ .rdrDayNumber span:after{
      background: #fff;
    }

.rdrDay:not(.rdrDayPassive) .rdrInRange ~ .rdrDayNumber span,.rdrDay:not(.rdrDayPassive) .rdrStartEdge ~ .rdrDayNumber span,.rdrDay:not(.rdrDayPassive) .rdrEndEdge ~ .rdrDayNumber span,.rdrDay:not(.rdrDayPassive) .rdrSelected ~ .rdrDayNumber span{
          color: rgba(255, 255, 255, 0.85);
        }

.rdrSelected, .rdrInRange, .rdrStartEdge, .rdrEndEdge{
  background: currentColor;
  position: absolute;
  top: 5px;
  left: 0;
  right: 0;
  bottom: 5px;
}

.rdrSelected{
  left: 2px;
  right: 2px;
}

.rdrInRange{}

.rdrStartEdge{
  border-top-left-radius: 1.042em;
  border-bottom-left-radius: 1.042em;
  left: 2px;
}

.rdrEndEdge{
  border-top-right-radius: 1.042em;
  border-bottom-right-radius: 1.042em;
  right: 2px;
}

.rdrSelected{
  border-radius: 1.042em;
}

.rdrDayStartOfMonth .rdrInRange, .rdrDayStartOfMonth .rdrEndEdge, .rdrDayStartOfWeek .rdrInRange, .rdrDayStartOfWeek .rdrEndEdge{
    border-top-left-radius: 1.042em;
    border-bottom-left-radius: 1.042em;
    left: 2px;
  }

.rdrDayEndOfMonth .rdrInRange,  .rdrDayEndOfMonth .rdrStartEdge,  .rdrDayEndOfWeek .rdrInRange,  .rdrDayEndOfWeek .rdrStartEdge{
    border-top-right-radius: 1.042em;
    border-bottom-right-radius: 1.042em;
    right: 2px;
  }

.rdrDayStartOfMonth .rdrDayInPreview, .rdrDayStartOfMonth .rdrDayEndPreview, .rdrDayStartOfWeek .rdrDayInPreview, .rdrDayStartOfWeek .rdrDayEndPreview{
    border-top-left-radius: 1.333em;
    border-bottom-left-radius: 1.333em;
    border-left-width: 1px;
    left: 0px;
  }

.rdrDayEndOfMonth .rdrDayInPreview, .rdrDayEndOfMonth .rdrDayStartPreview, .rdrDayEndOfWeek .rdrDayInPreview, .rdrDayEndOfWeek .rdrDayStartPreview{
   border-top-right-radius: 1.333em;
   border-bottom-right-radius: 1.333em;
   border-right-width: 1px;
   right: 0px;
 }

.rdrDayStartPreview, .rdrDayInPreview, .rdrDayEndPreview{
  background: rgba(255, 255, 255, 0.09);
  position: absolute;
  top: 3px;
  left: 0px;
  right: 0px;
  bottom: 3px;
  pointer-events: none;
  border: 0px solid currentColor;
  z-index: 1;
}

.rdrDayStartPreview{
  border-top-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-top-left-radius: 1.333em;
  border-bottom-left-radius: 1.333em;
  left: 0px;
}

.rdrDayInPreview{
  border-top-width: 1px;
  border-bottom-width: 1px;
}

.rdrDayEndPreview{
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-top-right-radius: 1.333em;
  border-bottom-right-radius: 1.333em;
  right: 2px;
  right: 0px;
}

.rdrDefinedRangesWrapper{
  font-size: 12px;
  width: 226px;
  border-right: solid 1px #eff2f7;
  background: #fff;
}

.rdrDefinedRangesWrapper .rdrStaticRangeSelected{
    color: currentColor;
    font-weight: 600;
  }

.rdrStaticRange{
  border: 0;
  cursor: pointer;
  display: block;
  outline: 0;
  border-bottom: 1px solid #eff2f7;
  padding: 0;
  background: #fff
}

.rdrStaticRange:hover .rdrStaticRangeLabel,.rdrStaticRange:focus .rdrStaticRangeLabel{
      background: #eff2f7;
    }

.rdrStaticRangeLabel{
  display: block;
  outline: 0;
  line-height: 18px;
  padding: 10px 20px;
  text-align: left;
}

.rdrInputRanges{
  padding: 10px 0;
}

.rdrInputRange{
  -webkit-box-align: center;
          align-items: center;
  padding: 5px 20px;
}

.rdrInputRangeInput{
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 4px;
  text-align: center;
  border: solid 1px rgb(222, 231, 235);
  margin-right: 10px;
  color: rgb(108, 118, 122)
}

.rdrInputRangeInput:focus, .rdrInputRangeInput:hover{
    border-color: rgb(180, 191, 196);
    outline: 0;
    color: #333;
  }

.rdrCalendarWrapper:not(.rdrDateRangeWrapper) .rdrDayHovered .rdrDayNumber:after{
  content: '';
  border: 1px solid currentColor;
  border-radius: 1.333em;
  position: absolute;
  top: -2px;
  bottom: -2px;
  left: 0px;
  right: 0px;
  background: transparent;
}

.rdrDayPassive{
  pointer-events: none;
}

.rdrDayPassive .rdrDayNumber span{
    color: #d5dce0;
  }

.rdrDayPassive .rdrInRange, .rdrDayPassive .rdrStartEdge, .rdrDayPassive .rdrEndEdge, .rdrDayPassive .rdrSelected, .rdrDayPassive .rdrDayStartPreview, .rdrDayPassive .rdrDayInPreview, .rdrDayPassive .rdrDayEndPreview{
    display: none;
  }

.rdrDayDisabled {
  background-color: rgb(248, 248, 248);
}

.rdrDayDisabled .rdrDayNumber span{
    color: #aeb9bf;
  }

.rdrDayDisabled .rdrInRange, .rdrDayDisabled .rdrStartEdge, .rdrDayDisabled .rdrEndEdge, .rdrDayDisabled .rdrSelected, .rdrDayDisabled .rdrDayStartPreview, .rdrDayDisabled .rdrDayInPreview, .rdrDayDisabled .rdrDayEndPreview{
    -webkit-filter: grayscale(100%) opacity(60%);
            filter: grayscale(100%) opacity(60%);
  }

.rdrMonthName{
  text-align: left;
  font-weight: 600;
  color: #849095;
  padding: 0.833em;
}
#impactasaurus .rdrDateRangePickerWrapper * {
  font-size: 1rem;
}
#impactasaurus .rdrDateRangePickerWrapper .rdrDefinedRangesWrapper {
  display: none;
}
#impactasaurus .rdrDateRangePickerWrapper .rdrDateDisplayWrapper {
  background-color: transparent;
}
#impactasaurus .rdrDateRangePickerWrapper .rdrDateDisplayItem {
  box-shadow: none;
}
#impactasaurus .rdrDateRangePickerWrapper .rdrMonth {
  padding: 0 0 1.666em 0;
  font-size: 0.8em;
}
#impactasaurus .rdrDateRangePickerWrapper .rdrNextPrevButton {
  margin: 0px;
  background-color: #e8e8e8;
}
#impactasaurus .rdrDateRangePickerWrapper .rdrDateDisplay {
  margin-left: 0;
  margin-right: 0;
}
#impactasaurus .rdrDateRangePickerWrapper .rdrDayToday .rdrDayNumber span:after {
  background: var(--brand-color-light);
}
.m-calendar {
  display: inline-block;
}
.m-calendar table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  table-layout: fixed;
}
.m-calendar td {
  padding: 8px 0;
  text-align: center;
  cursor: pointer;
  color: #dfe0e4;
  border: 1px solid #dfe0e4;
}
.m-calendar thead td {
  color: var(--brand-color);
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 12px;
}
.m-calendar tbody td {
  color: #666666;
}
.m-calendar tbody td:hover {
  background: var(--brand-color);
  border-color: var(--brand-color);
  color: #ffffff;
}
.m-calendar .selected-day {
  font-weight: bold;
}
.m-calendar .current-day {
  color: var(--brand-color);
  font-weight: bold;
  text-decoration: underline;
}
.m-calendar .prev-month,
.m-calendar .next-month {
  color: #999999;
}
.m-calendar .toolbar {
  line-height: 30px;
  color: var(--brand-color);
  text-align: center;
  margin-bottom: 13px;
}
.m-calendar .toolbar button {
  position: relative;
  width: 30px;
  height: 30px;
  line-height: 30px;
  color: #ffffff;
  border: 1px solid var(--brand-color);
  border-radius: 50%;
  background: var(--brand-color);
  font-size: 20px;
  padding: 0;
  text-align: center;
  outline: 0;
  z-index: 5;
  cursor: pointer;
}
.m-calendar .toolbar .prev-month {
  float: left;
}
.m-calendar .toolbar .next-month {
  float: right;
}
.m-calendar .toolbar .current-date {
  color: var(--brand-color);
}
.m-time {
  color: #ffffff;
  padding-top: 50px;
}
.m-time .showtime {
  text-align: center;
}
.m-time .separater {
  display: inline-block;
  font-size: 32px;
  font-weight: bold;
  color: var(--brand-color);
  width: 32px;
  height: 65px;
  line-height: 65px;
  text-align: center;
}
.m-time .time-text {
  position: relative;
  left: -10px;
  font-size: 15px;
  color: var(--brand-color);
  margin-top: 7px;
  margin-bottom: 10px;
}
.m-time .sliders {
  padding: 0 10px;
}
.m-time .time {
  width: 65px;
  height: 65px;
  display: inline-block;
  font-size: 38px;
  line-height: 65px;
  background-color: var(--brand-color);
  border-radius: 3px;
  text-align: center;
}
.DateTimePicker .u-slider {
  position: relative;
  display: inline-block;
  background-color: #dfe0e4;
  border-radius: 3px;
  height: 4px;
  width: 100%;
  cursor: pointer;
}
.DateTimePicker .u-slider .value {
  position: absolute;
  background-color: var(--brand-color);
  border-radius: 3px;
  top: 0;
  height: 100%;
}
.DateTimePicker .u-slider .handle {
  position: absolute;
  width: 4px;
  height: 4px;
}
.DateTimePicker .u-slider .handle:after {
  position: relative;
  display: block;
  content: "";
  top: -10px;
  left: -12px;
  width: 24px;
  height: 24px;
  background-color: #fff;
  border: 3px solid var(--brand-color);
  border-radius: 50%;
  cursor: pointer;
}
.im-btn {
  display: inline-block;
  background-color: #ffffff;
  border: 0;
  outline: 0;
  cursor: pointer;
  line-height: 1;
}
.im-btn:before {
  margin-right: 6px;
}
.m-input-moment {
  display: inline-block;
  width: 330px;
  padding: 12px 15px;
  border-radius: 3px;
  border: 1px solid #dfe0e4;
}
.m-input-moment .options {
  width: 100%;
  display: inline-block;
  margin-bottom: 4px;
}
.m-input-moment .options button {
  float: left;
  width: 50%;
  color: var(--brand-color);
  text-align: center;
  font-size: 16px;
  padding: 7px;
  border: 1px solid var(--brand-color);
  border-radius: 3px;
}
.m-input-moment .options button:first-child {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.m-input-moment .options button:last-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.m-input-moment .options button.is-active {
  color: #ffffff;
  background-color: var(--brand-color);
}
.m-input-moment .tab {
  display: block;
  height: 310px;
}
.m-input-moment .tabs {
  margin-bottom: 11px;
}
.m-input-moment .btn-save {
  display: block;
  margin-top: 10px;
  width: 100%;
  background-color: var(--brand-color);
  padding: 12px 0;
  text-align: center;
  color: #ffffff;
  font-size: 16px;
  border-radius: 3px;
}
var api = __webpack_require__(33);
            var content = __webpack_require__(397);

            content = content.__esModule ? content.default : content;

            if (typeof content === 'string') {
              content = [[module.i, content, '']];
            }

var refs = 0;
var update;
var options = {"injectType":"lazyStyleTag"};

options.insert = "head";
options.singleton = false;

var exported = {};

exported.locals = content.locals || {};
exported.use = function() {
  if (!(refs++)) {
    update = api(content, options);
  }

  return exported;
};
exported.unuse = function() {
  if (refs > 0 && !--refs) {
    update();
    update = null;
  }
};



module.exports = exported;
exports = module.exports = __webpack_require__(34)(false);
// imports


// module
exports.push([module.i, ":root {\n  --brand-color: #1e2a63;\n  --brand-color-dark: #1b2659;\n  --brand-color-light: #353f73;\n  --brand-color-darker: #18224f;\n  --brand-color-lighter: #4b5582;\n  --accent-color: #ffc03f;\n}\n#home .card .header a {\n  color: #b03b5e !important;\n}\n.signpost .ui.menu .active.item,\n.massive.ui.menu .active.item:not(.dropdown) {\n  background: rgba(0, 0, 0, 0.15);\n  color: #ffc03f !important;\n  color: var(--accent-color) !important;\n}\n.signpost .ui.menu .active.item *,\n.massive.ui.menu .active.item:not(.dropdown) * {\n  color: #ffc03f;\n  color: var(--accent-color);\n}\n.signpost .ui.menu.secondary.pointing .active.item,\n.signpost .ui.menu.secondary.pointing .active.item:hover {\n  border-color: #ffc03f;\n  border-color: var(--accent-color);\n}\n#impactasaurus .menu.massive .item.icon-menu-item {\n  padding: 0 15px !important;\n}\n.static-radar .shape {\n  fill: #b03b5e !important;\n  stroke: #b03b5e !important;\n}\n", ""]);

// exports
var api = __webpack_require__(33);
            var content = __webpack_require__(398);

            content = content.__esModule ? content.default : content;

            if (typeof content === 'string') {
              content = [[module.i, content, '']];
            }

var refs = 0;
var update;
var options = {"injectType":"lazyStyleTag"};

options.insert = "head";
options.singleton = false;

var exported = {};

exported.locals = content.locals || {};
exported.use = function() {
  if (!(refs++)) {
    update = api(content, options);
  }

  return exported;
};
exported.unuse = function() {
  if (refs > 0 && !--refs) {
    update();
    update = null;
  }
};



module.exports = exported;
exports = module.exports = __webpack_require__(34)(false);
// imports


// module
exports.push([module.i, ":root {\n  --brand-color: #53626b;\n  --brand-color-dark: #4b5860;\n  --brand-color-light: #64727a;\n  --brand-color-darker: #424e56;\n  --brand-color-lighter: #758189;\n  --accent-color: #c50051;\n}\n.static-radar .shape {\n  fill: #0080c3 !important;\n  stroke: #0080c3 !important;\n}\n#home .card .header a {\n  color: #c50051 !important;\n  color: var(--accent-color) !important;\n}\n.ui.menu .active.item {\n  background: rgba(0, 0, 0, 0.15);\n}\n", ""]);

// exports
var api = __webpack_require__(33);
            var content = __webpack_require__(399);

            content = content.__esModule ? content.default : content;

            if (typeof content === 'string') {
              content = [[module.i, content, '']];
            }

var refs = 0;
var update;
var options = {"injectType":"lazyStyleTag"};

options.insert = "head";
options.singleton = false;

var exported = {};

exported.locals = content.locals || {};
exported.use = function() {
  if (!(refs++)) {
    update = api(content, options);
  }

  return exported;
};
exported.unuse = function() {
  if (refs > 0 && !--refs) {
    update();
    update = null;
  }
};



module.exports = exported;
exports = module.exports = __webpack_require__(34)(false);
// imports


// module
exports.push([module.i, ":root {\n  --brand-color: #2e1955;\n  --brand-color-dark: #29174d;\n  --brand-color-light: #433066;\n  --brand-color-darker: #251444;\n  --brand-color-lighter: #584777;\n}\n.ui.menu .active.item {\n  background: rgba(0, 0, 0, 0.15);\n}\n", ""]);

// exports
var api = __webpack_require__(33);
            var content = __webpack_require__(400);

            content = content.__esModule ? content.default : content;

            if (typeof content === 'string') {
              content = [[module.i, content, '']];
            }

var refs = 0;
var update;
var options = {"injectType":"lazyStyleTag"};

options.insert = "head";
options.singleton = false;

var exported = {};

exported.locals = content.locals || {};
exported.use = function() {
  if (!(refs++)) {
    update = api(content, options);
  }

  return exported;
};
exported.unuse = function() {
  if (refs > 0 && !--refs) {
    update();
    update = null;
  }
};



module.exports = exported;
exports = module.exports = __webpack_require__(34)(false);
// imports


// module
exports.push([module.i, ".ui.massive.menu {\n  border-bottom: solid 3px purple;\n}\n:root {\n  --brand-color: #828282;\n  --brand-color-dark: #7a7a7a;\n  --brand-color-light: #8f8f8f;\n  --brand-color-darker: #666666;\n  --brand-color-lighter: #a1a1a1;\n}\n", ""]);

// exports
var api = __webpack_require__(33);
            var content = __webpack_require__(401);

            content = content.__esModule ? content.default : content;

            if (typeof content === 'string') {
              content = [[module.i, content, '']];
            }

var refs = 0;
var update;
var options = {"injectType":"lazyStyleTag"};

options.insert = "head";
options.singleton = false;

var exported = {};

exported.locals = content.locals || {};
exported.use = function() {
  if (!(refs++)) {
    update = api(content, options);
  }

  return exported;
};
exported.unuse = function() {
  if (refs > 0 && !--refs) {
    update();
    update = null;
  }
};



module.exports = exported;
exports = module.exports = __webpack_require__(34)(false);
// imports


// module
exports.push([module.i, ":root {\n  --brand-color: #64265d;\n  --brand-color-dark: #5a2254;\n  --brand-color-light: #743c6d;\n  --brand-color-darker: #501e4a;\n  --brand-color-lighter: #83517d;\n}\n.ui.menu .active.item {\n  background: rgba(0, 0, 0, 0.15);\n}\n", ""]);

// exports
var api = __webpack_require__(33);
            var content = __webpack_require__(402);

            content = content.__esModule ? content.default : content;

            if (typeof content === 'string') {
              content = [[module.i, content, '']];
            }

var refs = 0;
var update;
var options = {"injectType":"lazyStyleTag"};

options.insert = "head";
options.singleton = false;

var exported = {};

exported.locals = content.locals || {};
exported.use = function() {
  if (!(refs++)) {
    update = api(content, options);
  }

  return exported;
};
exported.unuse = function() {
  if (refs > 0 && !--refs) {
    update();
    update = null;
  }
};



module.exports = exported;
exports = module.exports = __webpack_require__(34)(false);
// imports


// module
exports.push([module.i, ":root {\n  --brand-color: #18669f;\n  --brand-color-dark: #165c8f;\n  --brand-color-light: #2f75a9;\n  --brand-color-darker: #13527f;\n  --brand-color-lighter: #4685b2;\n}\n", ""]);

// exports
var api = __webpack_require__(33);
            var content = __webpack_require__(403);

            content = content.__esModule ? content.default : content;

            if (typeof content === 'string') {
              content = [[module.i, content, '']];
            }

var refs = 0;
var update;
var options = {"injectType":"lazyStyleTag"};

options.insert = "head";
options.singleton = false;

var exported = {};

exported.locals = content.locals || {};
exported.use = function() {
  if (!(refs++)) {
    update = api(content, options);
  }

  return exported;
};
exported.unuse = function() {
  if (refs > 0 && !--refs) {
    update();
    update = null;
  }
};



module.exports = exported;
exports = module.exports = __webpack_require__(34)(false);
// imports


// module
exports.push([module.i, ":root {\n  --brand-color: #233b7f;\n  --brand-color-dark: #203572;\n  --brand-color-light: #394f8c;\n  --brand-color-darker: #1c2f66;\n  --brand-color-lighter: #4f6299;\n  --accent-color: #d5242b;\n}\n.static-radar .shape {\n  fill: #d5242b !important;\n  stroke: #d5242b !important;\n}\n.ui.menu .active.item {\n  background: rgba(0, 0, 0, 0.15);\n}\n#impactasaurus .menu.massive .item.icon-menu-item {\n  padding-top: 0 !important;\n  padding-bottom: 0 !important;\n}\n", ""]);

// exports
var api = __webpack_require__(33);
            var content = __webpack_require__(404);

            content = content.__esModule ? content.default : content;

            if (typeof content === 'string') {
              content = [[module.i, content, '']];
            }

var refs = 0;
var update;
var options = {"injectType":"lazyStyleTag"};

options.insert = "head";
options.singleton = false;

var exported = {};

exported.locals = content.locals || {};
exported.use = function() {
  if (!(refs++)) {
    update = api(content, options);
  }

  return exported;
};
exported.unuse = function() {
  if (refs > 0 && !--refs) {
    update();
    update = null;
  }
};



module.exports = exported;
exports = module.exports = __webpack_require__(34)(false);
// imports


// module
exports.push([module.i, ":root {\n  --brand-color: #006fad;\n  --brand-color-dark: #006298;\n  --brand-color-light: #0083CB;\n  --brand-color-darker: #006298;\n  --brand-color-lighter: #0083CB;\n}\n", ""]);

// exports
var api = __webpack_require__(33);
            var content = __webpack_require__(405);

            content = content.__esModule ? content.default : content;

            if (typeof content === 'string') {
              content = [[module.i, content, '']];
            }

var refs = 0;
var update;
var options = {"injectType":"lazyStyleTag"};

options.insert = "head";
options.singleton = false;

var exported = {};

exported.locals = content.locals || {};
exported.use = function() {
  if (!(refs++)) {
    update = api(content, options);
  }

  return exported;
};
exported.unuse = function() {
  if (refs > 0 && !--refs) {
    update();
    update = null;
  }
};



module.exports = exported;
exports = module.exports = __webpack_require__(34)(false);
// imports
exports.push([module.i, "@import url(https://fonts.googleapis.com/css?family=Quicksand:400,800&display=swap);", ""]);

// module
exports.push([module.i, ":root {\n  --brand-color: #a0c318;\n  --brand-color-dark: #90b016;\n  --brand-color-light: #aac92f;\n  --brand-color-darker: #809c13;\n  --brand-color-lighter: #b3cf46;\n}\n#impactasaurus .ui.massive.menu {\n  padding-left: 15px;\n  padding-right: 15px;\n  font-size: 1em;\n  background: white;\n}\n#impactasaurus .ui.massive.menu * {\n  color: black !important;\n}\n#impactasaurus .ui.massive.menu .user-image {\n  background: #a0c318;\n  background: var(--brand-color);\n}\n#impactasaurus .ui.massive.menu svg path {\n  fill: #935D8C;\n}\n#impactasaurus .ui.massive.menu .item {\n  background: white !important;\n}\n#impactasaurus .ui.massive.menu .item:before {\n  background: white !important;\n}\n#impactasaurus .ui.massive.menu .item.active {\n  font-weight: 800 !important;\n}\n#main-app-content {\n  border-radius: 15px;\n  overflow: hidden;\n  background-color: #f8f8f8;\n}\n#home-link {\n  padding: 0px 10px !important;\n}\n", ""]);

// exports
var api = __webpack_require__(33);
            var content = __webpack_require__(406);

            content = content.__esModule ? content.default : content;

            if (typeof content === 'string') {
              content = [[module.i, content, '']];
            }

var refs = 0;
var update;
var options = {"injectType":"lazyStyleTag"};

options.insert = "head";
options.singleton = false;

var exported = {};

exported.locals = content.locals || {};
exported.use = function() {
  if (!(refs++)) {
    update = api(content, options);
  }

  return exported;
};
exported.unuse = function() {
  if (refs > 0 && !--refs) {
    update();
    update = null;
  }
};



module.exports = exported;
exports = module.exports = __webpack_require__(34)(false);
// imports


// module
exports.push([module.i, ":root {\n  --brand-color: #007569;\n  --brand-color-dark: #00695f;\n  --brand-color-light: #1a8378;\n  --brand-color-darker: #005e54;\n  --brand-color-lighter: #339187;\n}\n.ui.menu .active.item {\n  background: rgba(0, 0, 0, 0.15);\n}\n#impactasaurus #home-link {\n  padding: 0.1em 1em;\n}\n", ""]);

// exports
var api = __webpack_require__(33);
            var content = __webpack_require__(407);

            content = content.__esModule ? content.default : content;

            if (typeof content === 'string') {
              content = [[module.i, content, '']];
            }

var refs = 0;
var update;
var options = {"injectType":"lazyStyleTag"};

options.insert = "head";
options.singleton = false;

var exported = {};

exported.locals = content.locals || {};
exported.use = function() {
  if (!(refs++)) {
    update = api(content, options);
  }

  return exported;
};
exported.unuse = function() {
  if (refs > 0 && !--refs) {
    update();
    update = null;
  }
};



module.exports = exported;
exports = module.exports = __webpack_require__(34)(false);
// imports


// module
exports.push([module.i, ":root {\n  --brand-color: #0095D6;\n  --brand-color-dark: #008ac2;\n  --brand-color-light: #1aa3dc;\n  --brand-color-darker: #007aad;\n  --brand-color-lighter: #33ade0;\n  --accent-color: #521E59;\n}\n#home .card .header a {\n  color: #521E59 !important;\n  color: var(--accent-color) !important;\n}\n.ui.menu .active.item {\n  background: rgba(0, 0, 0, 0.15);\n}\n#home-link {\n  padding: 0.15em 0.2em !important;\n}\n", ""]);

// exports
var api = __webpack_require__(33);
            var content = __webpack_require__(408);

            content = content.__esModule ? content.default : content;

            if (typeof content === 'string') {
              content = [[module.i, content, '']];
            }

var refs = 0;
var update;
var options = {"injectType":"lazyStyleTag"};

options.insert = "head";
options.singleton = false;

var exported = {};

exported.locals = content.locals || {};
exported.use = function() {
  if (!(refs++)) {
    update = api(content, options);
  }

  return exported;
};
exported.unuse = function() {
  if (refs > 0 && !--refs) {
    update();
    update = null;
  }
};



module.exports = exported;
exports = module.exports = __webpack_require__(34)(false);
// imports


// module
exports.push([module.i, ":root {\n  --brand-color: #00408a;\n  --brand-color-dark: #003a7c;\n  --brand-color-light: #1a5396;\n  --brand-color-darker: #00336e;\n  --brand-color-lighter: #3366a1;\n}\n", ""]);

// exports


Object.defineProperty(exports, "__esModule", {
    value: true
});

var _react = __webpack_require__(0);

var React = _interopRequireWildcard(_react);

var _logo = __webpack_require__(409);

var _logo2 = _interopRequireDefault(_logo);

function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }

function _interopRequireWildcard(obj) { if (obj && obj.__esModule) { return obj; } else { var newObj = {}; if (obj != null) { for (var key in obj) { if (Object.prototype.hasOwnProperty.call(obj, key)) newObj[key] = obj[key]; } } newObj.default = obj; return newObj; } }

var Logo = function Logo() {
    return React.createElement("span", { className: "bishops-logo" }, React.createElement("img", { src: _logo2.default, style: { width: "130px" } }));
};
exports.default = Logo;module.exports = __webpack_require__.p + "images/027d194f98bd78cb19aa02e843987013.png";

Object.defineProperty(exports, "__esModule", {
    value: true
});

var _react = __webpack_require__(0);

var React = _interopRequireWildcard(_react);

var _logo = __webpack_require__(410);

var _logo2 = _interopRequireDefault(_logo);

function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }

function _interopRequireWildcard(obj) { if (obj && obj.__esModule) { return obj; } else { var newObj = {}; if (obj != null) { for (var key in obj) { if (Object.prototype.hasOwnProperty.call(obj, key)) newObj[key] = obj[key]; } } newObj.default = obj; return newObj; } }

var Logo = function Logo() {
    return React.createElement("span", { className: "bt-logo" }, React.createElement("img", { src: _logo2.default, style: { width: '155px', verticalAlign: 'middle' } }));
};
exports.default = Logo;module.exports = __webpack_require__.p + "images/d05c0a1cfd66970b75f010b0d112d268.png";

Object.defineProperty(exports, "__esModule", {
    value: true
});

var _react = __webpack_require__(0);

var React = _interopRequireWildcard(_react);

var _logo = __webpack_require__(411);

var _logo2 = _interopRequireDefault(_logo);

function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }

function _interopRequireWildcard(obj) { if (obj && obj.__esModule) { return obj; } else { var newObj = {}; if (obj != null) { for (var key in obj) { if (Object.prototype.hasOwnProperty.call(obj, key)) newObj[key] = obj[key]; } } newObj.default = obj; return newObj; } }

var Logo = function Logo() {
    return React.createElement("span", { className: "bridge-logo" }, React.createElement("img", { src: _logo2.default, style: { width: '140px' } }));
};
exports.default = Logo;module.exports = __webpack_require__.p + "images/0f067d84caa3be85a82743799911d8a0.png";

Object.defineProperty(exports, "__esModule", {
    value: true
});

var _react = __webpack_require__(0);

var React = _interopRequireWildcard(_react);

__webpack_require__(412);

function _interopRequireWildcard(obj) { if (obj && obj.__esModule) { return obj; } else { var newObj = {}; if (obj != null) { for (var key in obj) { if (Object.prototype.hasOwnProperty.call(obj, key)) newObj[key] = obj[key]; } } newObj.default = obj; return newObj; } }

var SVG = __webpack_require__(414);

var Logo = function Logo() {
    return React.createElement("span", { className: "dev-logo" }, React.createElement(SVG, null), React.createElement("span", { className: "title" }, "Impactasaurus"), React.createElement("span", { className: "little" }, "DEV"));
};
exports.default = Logo;var api = __webpack_require__(33);
            var content = __webpack_require__(413);

            content = content.__esModule ? content.default : content;

            if (typeof content === 'string') {
              content = [[module.i, content, '']];
            }

var options = {};

options.insert = "head";
options.singleton = false;

var update = api(content, options);



module.exports = content.locals || {};exports = module.exports = __webpack_require__(34)(false);
// imports


// module
exports.push([module.i, ".dev-logo {\n  display: flex;\n  align-items: center;\n}\n.dev-logo svg {\n  width: 33px;\n  height: 33px;\n}\n.dev-logo span.title {\n  font-family: \"Nunito\", sans-serif;\n  margin-left: 10px;\n  font-weight: 700;\n  font-size: 1.25rem;\n}\n.dev-logo span.little {\n  margin-left: 5px;\n  font-size: 1rem;\n}\n", ""]);

// exports


var React = __webpack_require__(0);

function LogoInline(props) {
    return React.createElement("svg", props, [React.createElement("metadata", { "key": 0 }, React.createElement("rdf:RDF", null, React.createElement("cc:Work", { "rdfAbout": "" }, [React.createElement("dc:format", { "key": 0 }, "image/svg+xml"), React.createElement("dc:type", { "rdfResource": "http://purl.org/dc/dcmitype/StillImage", "key": 1 }), React.createElement("dc:title", { "key": 2 })]))), React.createElement("style", { "type": "text/css", "key": 1 }, "\n\t.st0{display:none;}\n\t.st1{display:inline;}\n\t.st2{fill:#FFFFFF;}\n\t.st3{font-family:'Dosis-ExtraBold';}\n\t.st4{font-size:199.3566px;}\n\t.st5{letter-spacing:9;}\n\t.st6{display:inline;fill:#FA004F;}\n\t.st7{fill:#FA004F;}\n"), React.createElement("g", { "className": "st0", "transform": "translate(0,-182.1)", "display": "none", "key": 2 }, [React.createElement("rect", { "className": "st1", "width": "2091.7", "height": "500", "key": 0 }), React.createElement("g", { "className": "st1", "key": 1 }, [React.createElement("ellipse", { "className": "st2", "cx": "237.7", "cy": "248.8", "rx": "158.9", "ry": "157.4", "d": "m 396.59999,248.8 c 0,86.92962 -71.14195,157.4 -158.89999,157.4 -87.75805,0 -158.899997,-70.47038 -158.899997,-157.4 0,-86.92961 71.141947,-157.399991 158.899997,-157.399991 87.75804,0 158.89999,70.470381 158.89999,157.399991 z", "fill": "#FFF", "key": 0 }), React.createElement("path", { "d": "m243.4 193.6s-0.8-16.5 17.5-17.5c20.3-1.1 63 19.7 58.6 79.3-4.3 57.6-12 66.4-12 66.4s2 7.9 4 14.4c0.8 2.7 3.6 12.1-3.3 13.6-7.1 1.6-17.3-0.1-25.8 0.4-4.6 0.3-6.3-2.9-6.7-6.7 0 0-2.4-13.6-2.6-13.5-3.1 1.4-16.5 3.4-26 3.1-10.2-0.3-27.4-2.9-27.4-2.9v14c0 2.2-1.7 5.7-5.9 5.9-2.3 0.1-25.9 0.1-27.9 0-4-0.2-5.8-4.2-5.2-9s1.2-6.8 1.2-6.8 10.9-3.2 7.5-21.1c0 0-25.2 31.9-62.8 33.1 0 0 27.2-20.3 36-51.7 7.9-28.1 41.8-39 58.4-38.4s27.3 5.8 41.1 4c5.6-0.7 24.2-3.2 24.6-24.6 0.3-20.6-21.1-24.6-24.6-24.6-5.6 0.2-19.1-3.4-18.7-17.4z", "key": 1 }), React.createElement("circle", { "cx": "257.3", "cy": "140.2", "r": "17.2", "d": "m 274.49999,140.2 c 0,9.4993 -7.7007,17.2 -17.2,17.2 -9.4993,0 -17.2,-7.7007 -17.2,-17.2 0,-9.4993 7.7007,-17.2 17.2,-17.2 9.4993,0 17.2,7.7007 17.2,17.2 z", "key": 2 }), React.createElement("text", { "className": "st2 st3 st4 st5", "transform": "translate(454.36 324.79)", "fill": "#ffffff", "fontFamily": "Dosis-ExtraBold", "fontSize": "199.36px", "letterSpacing": "9", "key": 3 }, "IMPACTASAURUS")]), React.createElement("rect", { "className": "st6", "y": "1", "width": "2091.7", "height": "500", "fill": "#fa004f", "key": 2 }), React.createElement("g", { "className": "st1", "key": 3 }, [React.createElement("ellipse", { "className": "st2", "cx": "237.7", "cy": "248.8", "rx": "158.9", "ry": "157.4", "d": "m 396.59999,248.8 c 0,86.92962 -71.14195,157.4 -158.89999,157.4 -87.75805,0 -158.899997,-70.47038 -158.899997,-157.4 0,-86.92961 71.141947,-157.399991 158.899997,-157.399991 87.75804,0 158.89999,70.470381 158.89999,157.399991 z", "fill": "#FFF", "key": 0 }), React.createElement("path", { "className": "st7", "d": "m243.4 193.6s-0.8-16.5 17.5-17.5c20.3-1.1 63 19.7 58.6 79.3-4.3 57.6-12 66.4-12 66.4s2 7.9 4 14.4c0.8 2.7 3.6 12.1-3.3 13.6-7.1 1.6-17.3-0.1-25.8 0.4-4.6 0.3-6.3-2.9-6.7-6.7 0 0-2.4-13.6-2.6-13.5-3.1 1.4-16.5 3.4-26 3.1-10.2-0.3-27.4-2.9-27.4-2.9v14c0 2.2-1.7 5.7-5.9 5.9-2.3 0.1-25.9 0.1-27.9 0-4-0.2-5.8-4.2-5.2-9s1.2-6.8 1.2-6.8 10.9-3.2 7.5-21.1c0 0-25.2 31.9-62.8 33.1 0 0 27.2-20.3 36-51.7 7.9-28.1 41.8-39 58.4-38.4s27.3 5.8 41.1 4c5.6-0.7 24.2-3.2 24.6-24.6 0.3-20.6-21.1-24.6-24.6-24.6-5.6 0.2-19.1-3.4-18.7-17.4z", "fill": "#fa004f", "key": 1 }), React.createElement("circle", { "className": "st7", "cx": "257.3", "cy": "140.2", "r": "17.2", "d": "m 274.49999,140.2 c 0,9.4993 -7.7007,17.2 -17.2,17.2 -9.4993,0 -17.2,-7.7007 -17.2,-17.2 0,-9.4993 7.7007,-17.2 17.2,-17.2 9.4993,0 17.2,7.7007 17.2,17.2 z", "fill": "#fa004f", "key": 2 }), React.createElement("text", { "className": "st2 st3 st4 st5", "transform": "translate(454.36 324.79)", "fill": "#ffffff", "fontFamily": "Dosis-ExtraBold", "fontSize": "199.36px", "letterSpacing": "9", "key": 3 }, "IMPACTASAURUS"), React.createElement("ellipse", { "cx": "237.7", "cy": "248.8", "rx": "158.9", "ry": "157.4", "d": "m 396.59999,248.8 c 0,86.92962 -71.14195,157.4 -158.89999,157.4 -87.75805,0 -158.899997,-70.47038 -158.899997,-157.4 0,-86.92961 71.141947,-157.399991 158.899997,-157.399991 87.75804,0 158.89999,70.470381 158.89999,157.399991 z", "key": 4 }), React.createElement("path", { "className": "st2", "d": "m243.4 193.6s-0.8-16.5 17.5-17.5c20.3-1.1 63 19.7 58.6 79.3-4.3 57.6-12 66.4-12 66.4s2 7.9 4 14.4c0.8 2.7 3.6 12.1-3.3 13.6-7.1 1.6-17.3-0.1-25.8 0.4-4.6 0.3-6.3-2.9-6.7-6.7 0 0-2.4-13.6-2.6-13.5-3.1 1.4-16.5 3.4-26 3.1-10.2-0.3-27.4-2.9-27.4-2.9v14c0 2.2-1.7 5.7-5.9 5.9-2.3 0.1-25.9 0.1-27.9 0-4-0.2-5.8-4.2-5.2-9s1.2-6.8 1.2-6.8 10.9-3.2 7.5-21.1c0 0-25.2 31.9-62.8 33.1 0 0 27.2-20.3 36-51.7 7.9-28.1 41.8-39 58.4-38.4s27.3 5.8 41.1 4c5.6-0.7 24.2-3.2 24.6-24.6 0.3-20.6-21.1-24.6-24.6-24.6-5.6 0.2-19.1-3.4-18.7-17.4z", "fill": "#FFF", "key": 5 }), React.createElement("circle", { "className": "st2", "cx": "257.3", "cy": "140.2", "r": "17.2", "d": "m 274.49999,140.2 c 0,9.4993 -7.7007,17.2 -17.2,17.2 -9.4993,0 -17.2,-7.7007 -17.2,-17.2 0,-9.4993 7.7007,-17.2 17.2,-17.2 9.4993,0 17.2,7.7007 17.2,17.2 z", "fill": "#FFF", "key": 6 }), React.createElement("text", { "className": "st3 st4 st5", "transform": "translate(454.36 324.79)", "fontFamily": "Dosis-ExtraBold", "fontSize": "199.36px", "letterSpacing": "9", "key": 7 }, "IMPACTASAURUS")])]), React.createElement("style", { "type": "text/css", "key": 3 }, "\n\t.st0{display:none;}\n\t.st1{display:inline;}\n\t.st2{fill:#FFFFFF;}\n\t.st3{font-family:'Dosis-ExtraBold';}\n\t.st4{font-size:199.3566px;}\n\t.st5{letter-spacing:9;}\n\t.st6{display:inline;fill:#FA004F;}\n\t.st7{fill:#FA004F;}\n"), React.createElement("g", { "className": "st0", "transform": "translate(-61.375 275.54)", "display": "none", "key": 4 }, [React.createElement("rect", { "className": "st1", "width": "2091.7", "height": "500", "key": 0 }), React.createElement("g", { "className": "st1", "key": 1 }, [React.createElement("ellipse", { "className": "st2", "cx": "237.7", "cy": "248.8", "rx": "158.9", "ry": "157.4", "d": "m 396.59999,248.8 c 0,86.92962 -71.14195,157.4 -158.89999,157.4 -87.75805,0 -158.899997,-70.47038 -158.899997,-157.4 0,-86.92961 71.141947,-157.399991 158.899997,-157.399991 87.75804,0 158.89999,70.470381 158.89999,157.399991 z", "fill": "#FFF", "key": 0 }), React.createElement("path", { "d": "m243.4 193.6s-0.8-16.5 17.5-17.5c20.3-1.1 63 19.7 58.6 79.3-4.3 57.6-12 66.4-12 66.4s2 7.9 4 14.4c0.8 2.7 3.6 12.1-3.3 13.6-7.1 1.6-17.3-0.1-25.8 0.4-4.6 0.3-6.3-2.9-6.7-6.7 0 0-2.4-13.6-2.6-13.5-3.1 1.4-16.5 3.4-26 3.1-10.2-0.3-27.4-2.9-27.4-2.9v14c0 2.2-1.7 5.7-5.9 5.9-2.3 0.1-25.9 0.1-27.9 0-4-0.2-5.8-4.2-5.2-9s1.2-6.8 1.2-6.8 10.9-3.2 7.5-21.1c0 0-25.2 31.9-62.8 33.1 0 0 27.2-20.3 36-51.7 7.9-28.1 41.8-39 58.4-38.4s27.3 5.8 41.1 4c5.6-0.7 24.2-3.2 24.6-24.6 0.3-20.6-21.1-24.6-24.6-24.6-5.6 0.2-19.1-3.4-18.7-17.4z", "key": 1 }), React.createElement("circle", { "cx": "257.3", "cy": "140.2", "r": "17.2", "d": "m 274.49999,140.2 c 0,9.4993 -7.7007,17.2 -17.2,17.2 -9.4993,0 -17.2,-7.7007 -17.2,-17.2 0,-9.4993 7.7007,-17.2 17.2,-17.2 9.4993,0 17.2,7.7007 17.2,17.2 z", "key": 2 }), React.createElement("text", { "className": "st2 st3 st4 st5", "transform": "translate(454.36 324.79)", "fill": "#ffffff", "fontFamily": "Dosis-ExtraBold", "fontSize": "199.36px", "letterSpacing": "9", "key": 3 }, "IMPACTASAURUS")]), React.createElement("rect", { "className": "st6", "y": "1", "width": "2091.7", "height": "500", "fill": "#fa004f", "key": 2 }), React.createElement("g", { "className": "st1", "key": 3 }, [React.createElement("ellipse", { "className": "st2", "cx": "237.7", "cy": "248.8", "rx": "158.9", "ry": "157.4", "d": "m 396.59999,248.8 c 0,86.92962 -71.14195,157.4 -158.89999,157.4 -87.75805,0 -158.899997,-70.47038 -158.899997,-157.4 0,-86.92961 71.141947,-157.399991 158.899997,-157.399991 87.75804,0 158.89999,70.470381 158.89999,157.399991 z", "fill": "#FFF", "key": 0 }), React.createElement("path", { "className": "st7", "d": "m243.4 193.6s-0.8-16.5 17.5-17.5c20.3-1.1 63 19.7 58.6 79.3-4.3 57.6-12 66.4-12 66.4s2 7.9 4 14.4c0.8 2.7 3.6 12.1-3.3 13.6-7.1 1.6-17.3-0.1-25.8 0.4-4.6 0.3-6.3-2.9-6.7-6.7 0 0-2.4-13.6-2.6-13.5-3.1 1.4-16.5 3.4-26 3.1-10.2-0.3-27.4-2.9-27.4-2.9v14c0 2.2-1.7 5.7-5.9 5.9-2.3 0.1-25.9 0.1-27.9 0-4-0.2-5.8-4.2-5.2-9s1.2-6.8 1.2-6.8 10.9-3.2 7.5-21.1c0 0-25.2 31.9-62.8 33.1 0 0 27.2-20.3 36-51.7 7.9-28.1 41.8-39 58.4-38.4s27.3 5.8 41.1 4c5.6-0.7 24.2-3.2 24.6-24.6 0.3-20.6-21.1-24.6-24.6-24.6-5.6 0.2-19.1-3.4-18.7-17.4z", "fill": "#fa004f", "key": 1 }), React.createElement("circle", { "className": "st7", "cx": "257.3", "cy": "140.2", "r": "17.2", "d": "m 274.49999,140.2 c 0,9.4993 -7.7007,17.2 -17.2,17.2 -9.4993,0 -17.2,-7.7007 -17.2,-17.2 0,-9.4993 7.7007,-17.2 17.2,-17.2 9.4993,0 17.2,7.7007 17.2,17.2 z", "fill": "#fa004f", "key": 2 }), React.createElement("text", { "className": "st2 st3 st4 st5", "transform": "translate(454.36 324.79)", "fill": "#ffffff", "fontFamily": "Dosis-ExtraBold", "fontSize": "199.36px", "letterSpacing": "9", "key": 3 }, "IMPACTASAURUS"), React.createElement("ellipse", { "cx": "237.7", "cy": "248.8", "rx": "158.9", "ry": "157.4", "d": "m 396.59999,248.8 c 0,86.92962 -71.14195,157.4 -158.89999,157.4 -87.75805,0 -158.899997,-70.47038 -158.899997,-157.4 0,-86.92961 71.141947,-157.399991 158.899997,-157.399991 87.75804,0 158.89999,70.470381 158.89999,157.399991 z", "key": 4 }), React.createElement("path", { "className": "st2", "d": "m243.4 193.6s-0.8-16.5 17.5-17.5c20.3-1.1 63 19.7 58.6 79.3-4.3 57.6-12 66.4-12 66.4s2 7.9 4 14.4c0.8 2.7 3.6 12.1-3.3 13.6-7.1 1.6-17.3-0.1-25.8 0.4-4.6 0.3-6.3-2.9-6.7-6.7 0 0-2.4-13.6-2.6-13.5-3.1 1.4-16.5 3.4-26 3.1-10.2-0.3-27.4-2.9-27.4-2.9v14c0 2.2-1.7 5.7-5.9 5.9-2.3 0.1-25.9 0.1-27.9 0-4-0.2-5.8-4.2-5.2-9s1.2-6.8 1.2-6.8 10.9-3.2 7.5-21.1c0 0-25.2 31.9-62.8 33.1 0 0 27.2-20.3 36-51.7 7.9-28.1 41.8-39 58.4-38.4s27.3 5.8 41.1 4c5.6-0.7 24.2-3.2 24.6-24.6 0.3-20.6-21.1-24.6-24.6-24.6-5.6 0.2-19.1-3.4-18.7-17.4z", "fill": "#FFF", "key": 5 }), React.createElement("circle", { "className": "st2", "cx": "257.3", "cy": "140.2", "r": "17.2", "d": "m 274.49999,140.2 c 0,9.4993 -7.7007,17.2 -17.2,17.2 -9.4993,0 -17.2,-7.7007 -17.2,-17.2 0,-9.4993 7.7007,-17.2 17.2,-17.2 9.4993,0 17.2,7.7007 17.2,17.2 z", "fill": "#FFF", "key": 6 }), React.createElement("text", { "className": "st3 st4 st5", "transform": "translate(454.36 324.79)", "fontFamily": "Dosis-ExtraBold", "fontSize": "199.36px", "letterSpacing": "9", "key": 7 }, "IMPACTASAURUS")])]), React.createElement("ellipse", { "className": "st7", "transform": "translate(-77.7 -88.8)", "cx": "237.7", "cy": "248.8", "rx": "158.9", "ry": "157.4", "d": "m 396.59999,248.8 c 0,86.92962 -71.14195,157.4 -158.89999,157.4 -87.75805,0 -158.899997,-70.47038 -158.899997,-157.4 0,-86.92961 71.141947,-157.399991 158.899997,-157.399991 87.75804,0 158.89999,70.470381 158.89999,157.399991 z", "opacity": "0", "key": 5 }), React.createElement("path", { "className": "st2", "d": "m165.7 104.8s-0.8-16.5 17.5-17.5c20.3-1.1 63 19.7 58.6 79.3-4.3 57.6-12 66.4-12 66.4s2 7.9 4 14.4c0.8 2.7 3.6 12.1-3.3 13.6-7.1 1.6-17.3-0.1-25.8 0.4-4.6 0.3-6.3-2.9-6.7-6.7 0 0-2.4-13.6-2.6-13.5-3.1 1.4-16.5 3.4-26 3.1-10.2-0.3-27.4-2.9-27.4-2.9v14c0 2.2-1.7 5.7-5.9 5.9-2.3 0.1-25.9 0.1-27.9 0-4-0.2-5.8-4.2-5.2-9s1.2-6.8 1.2-6.8 10.9-3.2 7.5-21.1c0 0-25.2 31.9-62.8 33.1 0 0 27.2-20.3 36-51.7 7.9-28.1 41.8-39 58.4-38.4s27.3 5.8 41.1 4c5.6-0.7 24.2-3.2 24.6-24.6 0.3-20.6-21.1-24.6-24.6-24.6-5.6 0.2-19.1-3.4-18.7-17.4z", "opacity": "0", "key": 6 }), React.createElement("circle", { "className": "st2", "transform": "translate(-77.7 -88.8)", "cx": "257.3", "cy": "140.2", "r": "17.2", "d": "m 274.49999,140.2 c 0,9.4993 -7.7007,17.2 -17.2,17.2 -9.4993,0 -17.2,-7.7007 -17.2,-17.2 0,-9.4993 7.7007,-17.2 17.2,-17.2 9.4993,0 17.2,7.7007 17.2,17.2 z", "opacity": "0", "key": 7 }), React.createElement("path", { "d": "m144.29 316.61c-42.98-4-85.174-27.54-111.14-62.02-20.343-27-30.642-56.28-31.6-89.83-0.79724-27.92 4.3095-51.1 16.58-75.261 24.04-47.331 70.141-79.452 122.89-85.622 23.2-2.7139 47.917-0.20086 69.718 7.0884 24.023 8.0319 43.623 20.239 61.875 38.535 23.833 23.891 37.965 50.977 44.008 84.343 1.84 10.16 2.5073 31.541 1.3243 42.431-9.3689 86.237-86.356 148.45-173.65 140.33zm-4.0331-57.442c1.534-1.7846 1.6453-2.4487 1.6453-9.8115v-7.8973l2.8994 0.41321c19.163 2.7309 33.164 2.983 44.56 0.80239 2.9769-0.56964 5.5894-1.0358 5.8055-1.0358 0.21609-6e-5 0.93951 3.1466 1.6076 6.9926 1.4124 8.1306 2.4658 11.031 4.378 12.055 2.1842 1.1689 27.546 0.97584 30.436-0.2317 4.2916-1.7931 4.3729-6.0849 0.37537-19.808l-2.1698-7.4487 1.3807-3.1134c4.2166-9.5085 7.1945-26.03 9.7961-54.352 1.3422-14.611 1.4209-17.427 0.70571-25.242-0.8722-9.5315-2.4605-16.647-5.3422-23.933-6.9174-17.489-10.447-25.52-27.839-31.528-4.672-1.6138-8.4475-4.1764-14.871-4.1764-6.4425 0-7.9043 4.4144-10.331 5.712-5.818 3.1116-17.514 1.6719-17.514 8.8296 0 9.4578 6.4838 15.403 18.423 16.892 10.311 1.2863 18.964 6.6972 22.638 14.157 1.3452 2.731 1.5776 4.2584 1.5776 10.366 0 6.4522-0.18827 7.5467-1.8964 11.025-6.0352 12.29-19.678 15.937-44.495 11.895-14.731-2.399-19.814-2.734-26.736-1.7618-15.468 2.1724-31.066 9.964-40.406 20.184-4.6255 5.0611-7.6312 10.626-10.973 20.317-5.7765 16.752-13.384 28.372-27.923 42.652l-6.5289 6.4123 4.4344-0.44598c18.23-1.8334 37.937-12.139 53.311-27.878l4.5326-4.6403 0.31235 2.9067c0.78459 7.3014-1.9987 15.005-6.2075 17.182-1.5932 0.82385-2.033 1.598-2.3907 4.2076-0.88308 6.4428-0.58577 8.4228 1.5916 10.6l2.03 2.03 31.536-0.41266 1.6453-1.9141zm46.34-192.1c6.1883-2.8112 9.8375-8.5947 9.8621-15.63 0.0175-5.0156-0.99496-7.7893-4.1586-11.392-6.2687-7.1397-17.572-7.6613-24.31-1.1218-11.328 10.994-3.9472 29.431 11.769 29.399 2.4919-5e-3 5.1668-0.49598 6.8374-1.2548z", "fill": "#fff", "stroke": "#fff", "strokeWidth": ".68222", "key": 8 })]);
}

LogoInline.defaultProps = { "version": "1.1", "viewBox": "0 0 320 320", "xmlSpace": "preserve", "xmlnsCc": "http://creativecommons.org/ns#", "xmlnsDc": "http://purl.org/dc/elements/1.1/", "xmlnsRdf": "http://www.w3.org/1999/02/22-rdf-syntax-ns#" };

module.exports = LogoInline;

LogoInline.default = LogoInline;

Object.defineProperty(exports, "__esModule", {
    value: true
});

var _react = __webpack_require__(0);

var React = _interopRequireWildcard(_react);

var _rose = __webpack_require__(415);

var _rose2 = _interopRequireDefault(_rose);

function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }

function _interopRequireWildcard(obj) { if (obj && obj.__esModule) { return obj; } else { var newObj = {}; if (obj != null) { for (var key in obj) { if (Object.prototype.hasOwnProperty.call(obj, key)) newObj[key] = obj[key]; } } newObj.default = obj; return newObj; } }

var Logo = function Logo() {
    return React.createElement("span", { className: "rose-logo" }, React.createElement("img", { src: _rose2.default, style: { width: '182px' } }));
};
exports.default = Logo;module.exports = __webpack_require__.p + "images/f7f6714d878c3c855bb91a096eabe5cd.png";

Object.defineProperty(exports, "__esModule", {
    value: true
});

var _react = __webpack_require__(0);

var React = _interopRequireWildcard(_react);

var _logo = __webpack_require__(416);

var _logo2 = _interopRequireDefault(_logo);

__webpack_require__(417);

function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }

function _interopRequireWildcard(obj) { if (obj && obj.__esModule) { return obj; } else { var newObj = {}; if (obj != null) { for (var key in obj) { if (Object.prototype.hasOwnProperty.call(obj, key)) newObj[key] = obj[key]; } } newObj.default = obj; return newObj; } }

var Logo = function Logo() {
    return React.createElement("span", { className: "smash-logo" }, React.createElement("img", { src: _logo2.default, style: { width: "102px" } }));
};
exports.default = Logo;module.exports = __webpack_require__.p + "images/9871869b3dda47ff04d92caadab12e77.png";var api = __webpack_require__(33);
            var content = __webpack_require__(418);

            content = content.__esModule ? content.default : content;

            if (typeof content === 'string') {
              content = [[module.i, content, '']];
            }

var options = {};

options.insert = "head";
options.singleton = false;

var update = api(content, options);



module.exports = content.locals || {};exports = module.exports = __webpack_require__(34)(false);
// imports


// module
exports.push([module.i, "#impactasaurus #home-link {\n  padding: 2px 10px 0px 10px;\n}\n", ""]);

// exports


Object.defineProperty(exports, "__esModule", {
    value: true
});

var _react = __webpack_require__(0);

var React = _interopRequireWildcard(_react);

var _logo = __webpack_require__(419);

var _logo2 = _interopRequireDefault(_logo);

function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }

function _interopRequireWildcard(obj) { if (obj && obj.__esModule) { return obj; } else { var newObj = {}; if (obj != null) { for (var key in obj) { if (Object.prototype.hasOwnProperty.call(obj, key)) newObj[key] = obj[key]; } } newObj.default = obj; return newObj; } }

var Logo = function Logo() {
    return React.createElement("span", { className: "sf-logo" }, React.createElement("img", { src: _logo2.default, style: { width: "78px", verticalAlign: "middle" } }));
};
exports.default = Logo;module.exports = __webpack_require__.p + "images/5ac4b15b6e610565c3997116fbd29f7a.png";

Object.defineProperty(exports, "__esModule", {
    value: true
});

var _react = __webpack_require__(0);

var React = _interopRequireWildcard(_react);

function _interopRequireWildcard(obj) { if (obj && obj.__esModule) { return obj; } else { var newObj = {}; if (obj != null) { for (var key in obj) { if (Object.prototype.hasOwnProperty.call(obj, key)) newObj[key] = obj[key]; } } newObj.default = obj; return newObj; } }

var SVG = __webpack_require__(420);
var Logo = function Logo() {
    return React.createElement("span", { className: "sps-logo", style: { display: 'flex', alignItems: 'center' } }, React.createElement(SVG, { style: { width: '96px', height: '33px' } }));
};
exports.default = Logo;

var React = __webpack_require__(0);

function LogoInline(props) {
    return React.createElement("svg", props, [React.createElement("title", { "key": 0 }, "logo-white.svg"), React.createElement("path", { "d": "M0,44.21H44.05V27.12H0ZM0,17.77H44.05V.12H0Z", "style": { "fill": "#fff" }, "key": 1 }), React.createElement("path", { "d": "M60.27,18a13.62,13.62,0,0,1-4.4-.71,10.6,10.6,0,0,1-3.67-2.16l2.65-3.18A8.77,8.77,0,0,0,60.44,14a2.76,2.76,0,0,0,1.46-.31,1,1,0,0,0,.51-.87v-.05a1,1,0,0,0-.13-.48,1.2,1.2,0,0,0-.45-.4,4.55,4.55,0,0,0-.89-.38c-.37-.13-.85-.25-1.44-.39-.92-.21-1.77-.44-2.56-.7a7.8,7.8,0,0,1-2-1,4.5,4.5,0,0,1-1.38-1.5A4.5,4.5,0,0,1,53,5.72v0a5.36,5.36,0,0,1,.45-2.21,5,5,0,0,1,1.33-1.74A6.23,6.23,0,0,1,56.89.58,8.88,8.88,0,0,1,59.67.17a12.3,12.3,0,0,1,3.95.58,9.9,9.9,0,0,1,3.14,1.72L64.37,5.85A9.49,9.49,0,0,0,62,4.59a7.25,7.25,0,0,0-2.4-.43,2.12,2.12,0,0,0-1.29.32.93.93,0,0,0-.43.78v0a.9.9,0,0,0,.14.52,1.24,1.24,0,0,0,.46.4,5.28,5.28,0,0,0,.91.37c.39.12.88.25,1.47.38a20.39,20.39,0,0,1,2.67.75,8.21,8.21,0,0,1,2,1,4.34,4.34,0,0,1,1.28,1.49,4.58,4.58,0,0,1,.44,2.07v.05a5.25,5.25,0,0,1-.51,2.36,4.91,4.91,0,0,1-1.41,1.76,6.44,6.44,0,0,1-2.19,1.1A9.78,9.78,0,0,1,60.27,18Z", "style": { "fill": "#fff" }, "key": 2 }), React.createElement("path", { "d": "M69.52.47h4.77V6.91h6.13V.47h4.77V17.69H80.42V11.14H74.29v6.55H69.52Z", "style": { "fill": "#fff" }, "key": 3 }), React.createElement("path", { "d": "M93.88.34h4.6l7.33,17.35h-5.12l-1.25-3.08H92.79l-1.23,3.08h-5Zm4.18,10.58L96.14,6,94.2,10.92Z", "style": { "fill": "#fff" }, "key": 4 }), React.createElement("path", { "d": "M107.16.47h8.15a10.08,10.08,0,0,1,3.37.49,5.84,5.84,0,0,1,2.24,1.38,5.34,5.34,0,0,1,1.52,4V6.4a5.41,5.41,0,0,1-1,3.29,6.09,6.09,0,0,1-2.58,2l4.11,6H117.5L114,12.47h-2.09v5.22h-4.78Zm7.92,8.26a2.89,2.89,0,0,0,1.9-.55,1.85,1.85,0,0,0,.66-1.49V6.64A1.79,1.79,0,0,0,117,5.1a3.17,3.17,0,0,0-1.89-.5h-3.12V8.73Z", "style": { "fill": "#fff" }, "key": 5 }), React.createElement("path", { "d": "M124.85.47h13.83V4.53h-9.13v2.6h8.27V10.9h-8.27v2.73h9.25v4.06h-14Z", "style": { "fill": "#fff" }, "key": 6 }), React.createElement("path", { "d": "M141.5.47h6.65a12.52,12.52,0,0,1,4.12.62,8.86,8.86,0,0,1,3,1.76,7.42,7.42,0,0,1,1.89,2.7A8.7,8.7,0,0,1,157.86,9V9a8.87,8.87,0,0,1-.66,3.45,7.68,7.68,0,0,1-1.92,2.75A9,9,0,0,1,152.19,17a12.4,12.4,0,0,1-4.14.65H141.5Zm6.73,13a5.06,5.06,0,0,0,3.45-1.14A4,4,0,0,0,153,9.1v0a4,4,0,0,0-1.31-3.21,5.06,5.06,0,0,0-3.45-1.14h-1.95v8.76Z", "style": { "fill": "#fff" }, "key": 7 }), React.createElement("path", { "d": "M53.5,26.86h7.38a10.06,10.06,0,0,1,2.95.41,6.44,6.44,0,0,1,2.27,1.18,5.22,5.22,0,0,1,1.44,1.9,6.35,6.35,0,0,1,.5,2.56V33a6.11,6.11,0,0,1-.55,2.68,5.45,5.45,0,0,1-1.54,2,6.75,6.75,0,0,1-2.35,1.18,10.78,10.78,0,0,1-3,.39H58.27v4.92H53.5Zm7,8.56a3,3,0,0,0,2-.6,2,2,0,0,0,.73-1.65v-.05a2,2,0,0,0-.73-1.69,3.15,3.15,0,0,0-2-.58H58.27v4.57Z", "style": { "fill": "#fff" }, "key": 8 }), React.createElement("path", { "d": "M74.39,26.74H79l7.33,17.34H81.21L80,41H73.31l-1.23,3.07h-5Zm4.18,10.58-1.92-4.9-1.94,4.9Z", "style": { "fill": "#fff" }, "key": 9 }), React.createElement("path", { "d": "M87.67,26.86h8.15a10,10,0,0,1,3.37.49,5.84,5.84,0,0,1,2.24,1.38,5.3,5.3,0,0,1,1.52,4v0a5.42,5.42,0,0,1-1,3.3,6,6,0,0,1-2.58,2l4.11,6H98l-3.47-5.21H92.45v5.21H87.67Zm7.93,8.27a2.86,2.86,0,0,0,1.89-.56,1.82,1.82,0,0,0,.67-1.49v0a1.77,1.77,0,0,0-.69-1.54,3.13,3.13,0,0,0-1.9-.51H92.45v4.14Z", "style": { "fill": "#fff" }, "key": 10 }), React.createElement("path", { "d": "M105.37,26.86h13.82v4.06h-9.13v2.61h8.27v3.76h-8.27V40h9.26v4.06H105.37Z", "style": { "fill": "#fff" }, "key": 11 }), React.createElement("path", { "d": "M122,26.86h4.46l7.1,9.1v-9.1h4.7V44.08h-4.19l-7.37-9.45v9.45H122Z", "style": { "fill": "#fff" }, "key": 12 }), React.createElement("path", { "d": "M145,31h-5.17V26.86h15.11V31h-5.16v13H145Z", "style": { "fill": "#fff" }, "key": 13 }), React.createElement("path", { "d": "M156.51,26.86h4.8V44.08h-4.8Z", "style": { "fill": "#fff" }, "key": 14 }), React.createElement("path", { "d": "M164.51,26.86H169l7.1,9.1v-9.1h4.7V44.08h-4.19l-7.37-9.45v9.45h-4.7Z", "style": { "fill": "#fff" }, "key": 15 }), React.createElement("path", { "d": "M192.52,44.43a10.51,10.51,0,0,1-3.73-.65,8.87,8.87,0,0,1-3-1.84,8.25,8.25,0,0,1-2-2.81,8.91,8.91,0,0,1-.71-3.61v-.05a8.85,8.85,0,0,1,2.62-6.36,8.7,8.7,0,0,1,2.93-1.91,9.94,9.94,0,0,1,3.7-.68,10.71,10.71,0,0,1,3.95.66,10.83,10.83,0,0,1,3,1.84l-2.8,3.38a7.53,7.53,0,0,0-1.91-1.21,5.64,5.64,0,0,0-2.25-.42,4,4,0,0,0-1.73.37,4.25,4.25,0,0,0-1.39,1,4.82,4.82,0,0,0-.94,1.5A4.91,4.91,0,0,0,188,35.5v0a5.22,5.22,0,0,0,.34,1.91,4.29,4.29,0,0,0,1,1.52,4.55,4.55,0,0,0,1.48,1,4.82,4.82,0,0,0,1.89.36,5,5,0,0,0,2.76-.71v-2.1h-3.39V34H200v7.75a12.39,12.39,0,0,1-3.25,1.89A11,11,0,0,1,192.52,44.43Z", "style": { "fill": "#fff" }, "key": 16 }), React.createElement("path", { "d": "M60.19,69.83a11.42,11.42,0,0,1-3.86-.68,10.24,10.24,0,0,1-3.45-2.08l2.24-2.68a11.43,11.43,0,0,0,2.43,1.53,6.55,6.55,0,0,0,2.72.56,3.3,3.3,0,0,0,1.83-.43,1.35,1.35,0,0,0,.65-1.19v0a1.28,1.28,0,0,0-.65-1.18A5.08,5.08,0,0,0,61,63.14a16.88,16.88,0,0,0-1.77-.52,21.73,21.73,0,0,1-2.37-.71,7,7,0,0,1-1.8-1A3.85,3.85,0,0,1,54,59.49a4.83,4.83,0,0,1-.41-2.14V57.3A5,5,0,0,1,54,55.18a4.82,4.82,0,0,1,1.23-1.64,5.57,5.57,0,0,1,1.9-1.06,7.84,7.84,0,0,1,2.43-.37,10.2,10.2,0,0,1,3.48.57A10.33,10.33,0,0,1,66,54.3l-2,2.86a12.51,12.51,0,0,0-2.26-1.25,5.87,5.87,0,0,0-2.22-.45,2.66,2.66,0,0,0-1.66.43A1.3,1.3,0,0,0,57.29,57v0a1.54,1.54,0,0,0,.16.73,1.47,1.47,0,0,0,.58.55,5.74,5.74,0,0,0,1.15.47c.48.14,1.09.32,1.83.51a16.69,16.69,0,0,1,2.33.78,6.55,6.55,0,0,1,1.73,1,4,4,0,0,1,1.06,1.42,4.77,4.77,0,0,1,.36,1.94v0A5.37,5.37,0,0,1,66,66.77a4.75,4.75,0,0,1-1.3,1.67,5.91,5.91,0,0,1-2,1A8.56,8.56,0,0,1,60.19,69.83Z", "style": { "fill": "#fff" }, "key": 17 }), React.createElement("path", { "d": "M77.26,69.88a9,9,0,0,1-3.52-.69,8.51,8.51,0,0,1-4.65-4.7A9.12,9.12,0,0,1,68.43,61V61a8.9,8.9,0,0,1,2.51-6.29,8.47,8.47,0,0,1,2.83-1.91,9.16,9.16,0,0,1,3.64-.71,11.45,11.45,0,0,1,2.2.2,9,9,0,0,1,1.81.54,7.82,7.82,0,0,1,1.5.84,10.29,10.29,0,0,1,1.28,1.08L81.79,57.5a9.3,9.3,0,0,0-2.05-1.43,5.33,5.33,0,0,0-2.35-.51,4.79,4.79,0,0,0-2,.42,4.91,4.91,0,0,0-1.59,1.15,5.46,5.46,0,0,0-1,1.71,5.73,5.73,0,0,0-.37,2.08v0a5.78,5.78,0,0,0,.37,2.09,5.56,5.56,0,0,0,1,1.72A4.59,4.59,0,0,0,75.36,66a4.68,4.68,0,0,0,2,.43,5.27,5.27,0,0,0,2.49-.54,9.7,9.7,0,0,0,2-1.47l2.41,2.43A12.54,12.54,0,0,1,83,68.08a8.27,8.27,0,0,1-3.42,1.59A11.24,11.24,0,0,1,77.26,69.88Z", "style": { "fill": "#fff" }, "key": 18 }), React.createElement("path", { "d": "M94.61,69.88a9.51,9.51,0,0,1-3.66-.7,9,9,0,0,1-2.89-1.9,8.32,8.32,0,0,1-1.9-2.8A8.89,8.89,0,0,1,85.49,61V61a8.72,8.72,0,0,1,.68-3.46,9.12,9.12,0,0,1,1.91-2.83A8.77,8.77,0,0,1,91,52.77a9.87,9.87,0,0,1,7.35,0,8.94,8.94,0,0,1,2.89,1.89,8.55,8.55,0,0,1,1.89,2.8,8.72,8.72,0,0,1,.68,3.46v0a8.72,8.72,0,0,1-.69,3.46,8.76,8.76,0,0,1-4.81,4.75A9.61,9.61,0,0,1,94.61,69.88Zm0-3.5A5.3,5.3,0,0,0,96.75,66a4.84,4.84,0,0,0,1.64-1.16,5.53,5.53,0,0,0,1.06-1.71A5.73,5.73,0,0,0,99.83,61V61a5.83,5.83,0,0,0-.38-2.09,5.34,5.34,0,0,0-1.08-1.72A5.43,5.43,0,0,0,96.71,56a5,5,0,0,0-2.1-.43,5.11,5.11,0,0,0-2.1.42,4.83,4.83,0,0,0-1.62,1.15,5.18,5.18,0,0,0-1.06,1.71,5.53,5.53,0,0,0-.38,2.08v0a5.58,5.58,0,0,0,.38,2.09A5.19,5.19,0,0,0,92.56,66,5,5,0,0,0,94.66,66.38Z", "style": { "fill": "#fff" }, "key": 19 }), React.createElement("path", { "d": "M110.25,55.85H105V52.36h14.27v3.49H114V69.58h-3.79Z", "style": { "fill": "#fff" }, "key": 20 }), React.createElement("path", { "d": "M121.52,52.36h3.79v13.8h8.59v3.42H121.52Z", "style": { "fill": "#fff" }, "key": 21 }), React.createElement("path", { "d": "M142.81,52.24h3.5l7.38,17.34h-4l-1.58-3.86h-7.28l-1.58,3.86h-3.86Zm4,10.13-2.29-5.58-2.29,5.58Z", "style": { "fill": "#fff" }, "key": 22 }), React.createElement("path", { "d": "M155.83,52.36h3.5L167.4,63V52.36h3.74V69.58h-3.23l-8.34-10.95V69.58h-3.74Z", "style": { "fill": "#fff" }, "key": 23 }), React.createElement("path", { "d": "M175.06,52.36h6.72a10.27,10.27,0,0,1,3.7.65,8.85,8.85,0,0,1,2.9,1.81,8.07,8.07,0,0,1,1.89,2.72,8.6,8.6,0,0,1,.66,3.38v0a8.73,8.73,0,0,1-.66,3.4,8,8,0,0,1-1.89,2.73,8.87,8.87,0,0,1-2.9,1.82,10.06,10.06,0,0,1-3.7.66h-6.72Zm6.72,13.8a5.74,5.74,0,0,0,2.11-.37,4.45,4.45,0,0,0,1.64-1.05,5.16,5.16,0,0,0,1.06-1.63A5.56,5.56,0,0,0,187,61V61a5.71,5.71,0,0,0-.38-2.09,5,5,0,0,0-1.06-1.65,4.76,4.76,0,0,0-1.64-1.07,5.74,5.74,0,0,0-2.11-.38h-2.93V66.16Z", "style": { "fill": "#fff" }, "key": 24 })]);
}

LogoInline.defaultProps = { "id": "Layer_1", "data-name": "Layer 1", "viewBox": "0 0 200 70" };

module.exports = LogoInline;

LogoInline.default = LogoInline;

Object.defineProperty(exports, "__esModule", {
    value: true
});

var _react = __webpack_require__(0);

var React = _interopRequireWildcard(_react);

var _logoInline = __webpack_require__(421);

var _logoInline2 = _interopRequireDefault(_logoInline);

function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }

function _interopRequireWildcard(obj) { if (obj && obj.__esModule) { return obj; } else { var newObj = {}; if (obj != null) { for (var key in obj) { if (Object.prototype.hasOwnProperty.call(obj, key)) newObj[key] = obj[key]; } } newObj.default = obj; return newObj; } }

var Logo = function Logo() {
    return React.createElement("span", { className: "staffbox-logo" }, React.createElement(_logoInline2.default, { height: "33px", width: "33px" }));
};
exports.default = Logo;

var React = __webpack_require__(0);

function LogoInline(props) {
    return React.createElement("svg", props, [React.createElement("metadata", { "key": 0 }, React.createElement("rdf:RDF", null, React.createElement("cc:Work", null, [React.createElement("dc:format", { "key": 0 }, "image/svg+xml"), React.createElement("dc:title", { "key": 1 })]))), React.createElement("style", { "type": "text/css", "key": 1 }, "\n\t.st0{display:none;}\n\t.st1{display:inline;}\n\t.st2{fill:#FFFFFF;}\n\t.st3{font-family:'Dosis-ExtraBold';}\n\t.st4{font-size:199.3566px;}\n\t.st5{letter-spacing:9;}\n\t.st6{display:inline;fill:#FA004F;}\n\t.st7{fill:#FA004F;}\n"), React.createElement("g", { "className": "st0", "transform": "translate(0,-182.1)", "display": "none", "key": 2 }, [React.createElement("rect", { "className": "st1", "width": "2091.7", "height": "500", "key": 0 }), React.createElement("g", { "className": "st1", "key": 1 }, [React.createElement("ellipse", { "className": "st2", "cx": "237.7", "cy": "248.8", "rx": "158.9", "ry": "157.4", "d": "m 396.59999,248.8 c 0,86.92962 -71.14195,157.4 -158.89999,157.4 -87.75805,0 -158.899997,-70.47038 -158.899997,-157.4 0,-86.92961 71.141947,-157.399991 158.899997,-157.399991 87.75804,0 158.89999,70.470381 158.89999,157.399991 z", "fill": "#FFF", "key": 0 }), React.createElement("path", { "d": "m243.4 193.6s-0.8-16.5 17.5-17.5c20.3-1.1 63 19.7 58.6 79.3-4.3 57.6-12 66.4-12 66.4s2 7.9 4 14.4c0.8 2.7 3.6 12.1-3.3 13.6-7.1 1.6-17.3-0.1-25.8 0.4-4.6 0.3-6.3-2.9-6.7-6.7 0 0-2.4-13.6-2.6-13.5-3.1 1.4-16.5 3.4-26 3.1-10.2-0.3-27.4-2.9-27.4-2.9v14c0 2.2-1.7 5.7-5.9 5.9-2.3 0.1-25.9 0.1-27.9 0-4-0.2-5.8-4.2-5.2-9s1.2-6.8 1.2-6.8 10.9-3.2 7.5-21.1c0 0-25.2 31.9-62.8 33.1 0 0 27.2-20.3 36-51.7 7.9-28.1 41.8-39 58.4-38.4s27.3 5.8 41.1 4c5.6-0.7 24.2-3.2 24.6-24.6 0.3-20.6-21.1-24.6-24.6-24.6-5.6 0.2-19.1-3.4-18.7-17.4z", "key": 1 }), React.createElement("circle", { "cx": "257.3", "cy": "140.2", "r": "17.2", "d": "m 274.49999,140.2 c 0,9.4993 -7.7007,17.2 -17.2,17.2 -9.4993,0 -17.2,-7.7007 -17.2,-17.2 0,-9.4993 7.7007,-17.2 17.2,-17.2 9.4993,0 17.2,7.7007 17.2,17.2 z", "key": 2 }), React.createElement("text", { "className": "st2 st3 st4 st5", "transform": "translate(454.36 324.79)", "fill": "#ffffff", "fontFamily": "Dosis-ExtraBold", "fontSize": "199.36px", "letterSpacing": "9", "key": 3 }, "IMPACTASAURUS")]), React.createElement("rect", { "className": "st6", "y": "1", "width": "2091.7", "height": "500", "fill": "#fa004f", "key": 2 }), React.createElement("g", { "className": "st1", "key": 3 }, [React.createElement("ellipse", { "className": "st2", "cx": "237.7", "cy": "248.8", "rx": "158.9", "ry": "157.4", "d": "m 396.59999,248.8 c 0,86.92962 -71.14195,157.4 -158.89999,157.4 -87.75805,0 -158.899997,-70.47038 -158.899997,-157.4 0,-86.92961 71.141947,-157.399991 158.899997,-157.399991 87.75804,0 158.89999,70.470381 158.89999,157.399991 z", "fill": "#FFF", "key": 0 }), React.createElement("path", { "className": "st7", "d": "m243.4 193.6s-0.8-16.5 17.5-17.5c20.3-1.1 63 19.7 58.6 79.3-4.3 57.6-12 66.4-12 66.4s2 7.9 4 14.4c0.8 2.7 3.6 12.1-3.3 13.6-7.1 1.6-17.3-0.1-25.8 0.4-4.6 0.3-6.3-2.9-6.7-6.7 0 0-2.4-13.6-2.6-13.5-3.1 1.4-16.5 3.4-26 3.1-10.2-0.3-27.4-2.9-27.4-2.9v14c0 2.2-1.7 5.7-5.9 5.9-2.3 0.1-25.9 0.1-27.9 0-4-0.2-5.8-4.2-5.2-9s1.2-6.8 1.2-6.8 10.9-3.2 7.5-21.1c0 0-25.2 31.9-62.8 33.1 0 0 27.2-20.3 36-51.7 7.9-28.1 41.8-39 58.4-38.4s27.3 5.8 41.1 4c5.6-0.7 24.2-3.2 24.6-24.6 0.3-20.6-21.1-24.6-24.6-24.6-5.6 0.2-19.1-3.4-18.7-17.4z", "fill": "#fa004f", "key": 1 }), React.createElement("circle", { "className": "st7", "cx": "257.3", "cy": "140.2", "r": "17.2", "d": "m 274.49999,140.2 c 0,9.4993 -7.7007,17.2 -17.2,17.2 -9.4993,0 -17.2,-7.7007 -17.2,-17.2 0,-9.4993 7.7007,-17.2 17.2,-17.2 9.4993,0 17.2,7.7007 17.2,17.2 z", "fill": "#fa004f", "key": 2 }), React.createElement("text", { "className": "st2 st3 st4 st5", "transform": "translate(454.36 324.79)", "fill": "#ffffff", "fontFamily": "Dosis-ExtraBold", "fontSize": "199.36px", "letterSpacing": "9", "key": 3 }, "IMPACTASAURUS"), React.createElement("ellipse", { "cx": "237.7", "cy": "248.8", "rx": "158.9", "ry": "157.4", "d": "m 396.59999,248.8 c 0,86.92962 -71.14195,157.4 -158.89999,157.4 -87.75805,0 -158.899997,-70.47038 -158.899997,-157.4 0,-86.92961 71.141947,-157.399991 158.899997,-157.399991 87.75804,0 158.89999,70.470381 158.89999,157.399991 z", "key": 4 }), React.createElement("path", { "className": "st2", "d": "m243.4 193.6s-0.8-16.5 17.5-17.5c20.3-1.1 63 19.7 58.6 79.3-4.3 57.6-12 66.4-12 66.4s2 7.9 4 14.4c0.8 2.7 3.6 12.1-3.3 13.6-7.1 1.6-17.3-0.1-25.8 0.4-4.6 0.3-6.3-2.9-6.7-6.7 0 0-2.4-13.6-2.6-13.5-3.1 1.4-16.5 3.4-26 3.1-10.2-0.3-27.4-2.9-27.4-2.9v14c0 2.2-1.7 5.7-5.9 5.9-2.3 0.1-25.9 0.1-27.9 0-4-0.2-5.8-4.2-5.2-9s1.2-6.8 1.2-6.8 10.9-3.2 7.5-21.1c0 0-25.2 31.9-62.8 33.1 0 0 27.2-20.3 36-51.7 7.9-28.1 41.8-39 58.4-38.4s27.3 5.8 41.1 4c5.6-0.7 24.2-3.2 24.6-24.6 0.3-20.6-21.1-24.6-24.6-24.6-5.6 0.2-19.1-3.4-18.7-17.4z", "fill": "#FFF", "key": 5 }), React.createElement("circle", { "className": "st2", "cx": "257.3", "cy": "140.2", "r": "17.2", "d": "m 274.49999,140.2 c 0,9.4993 -7.7007,17.2 -17.2,17.2 -9.4993,0 -17.2,-7.7007 -17.2,-17.2 0,-9.4993 7.7007,-17.2 17.2,-17.2 9.4993,0 17.2,7.7007 17.2,17.2 z", "fill": "#FFF", "key": 6 }), React.createElement("text", { "className": "st3 st4 st5", "transform": "translate(454.36 324.79)", "fontFamily": "Dosis-ExtraBold", "fontSize": "199.36px", "letterSpacing": "9", "key": 7 }, "IMPACTASAURUS")])]), React.createElement("style", { "type": "text/css", "key": 3 }, "\n\t.st0{display:none;}\n\t.st1{display:inline;}\n\t.st2{fill:#FFFFFF;}\n\t.st3{font-family:'Dosis-ExtraBold';}\n\t.st4{font-size:199.3566px;}\n\t.st5{letter-spacing:9;}\n\t.st6{display:inline;fill:#FA004F;}\n\t.st7{fill:#FA004F;}\n"), React.createElement("g", { "className": "st0", "transform": "translate(-61.375 275.54)", "display": "none", "key": 4 }, [React.createElement("rect", { "className": "st1", "width": "2091.7", "height": "500", "key": 0 }), React.createElement("g", { "className": "st1", "key": 1 }, [React.createElement("ellipse", { "className": "st2", "cx": "237.7", "cy": "248.8", "rx": "158.9", "ry": "157.4", "d": "m 396.59999,248.8 c 0,86.92962 -71.14195,157.4 -158.89999,157.4 -87.75805,0 -158.899997,-70.47038 -158.899997,-157.4 0,-86.92961 71.141947,-157.399991 158.899997,-157.399991 87.75804,0 158.89999,70.470381 158.89999,157.399991 z", "fill": "#FFF", "key": 0 }), React.createElement("path", { "d": "m243.4 193.6s-0.8-16.5 17.5-17.5c20.3-1.1 63 19.7 58.6 79.3-4.3 57.6-12 66.4-12 66.4s2 7.9 4 14.4c0.8 2.7 3.6 12.1-3.3 13.6-7.1 1.6-17.3-0.1-25.8 0.4-4.6 0.3-6.3-2.9-6.7-6.7 0 0-2.4-13.6-2.6-13.5-3.1 1.4-16.5 3.4-26 3.1-10.2-0.3-27.4-2.9-27.4-2.9v14c0 2.2-1.7 5.7-5.9 5.9-2.3 0.1-25.9 0.1-27.9 0-4-0.2-5.8-4.2-5.2-9s1.2-6.8 1.2-6.8 10.9-3.2 7.5-21.1c0 0-25.2 31.9-62.8 33.1 0 0 27.2-20.3 36-51.7 7.9-28.1 41.8-39 58.4-38.4s27.3 5.8 41.1 4c5.6-0.7 24.2-3.2 24.6-24.6 0.3-20.6-21.1-24.6-24.6-24.6-5.6 0.2-19.1-3.4-18.7-17.4z", "key": 1 }), React.createElement("circle", { "cx": "257.3", "cy": "140.2", "r": "17.2", "d": "m 274.49999,140.2 c 0,9.4993 -7.7007,17.2 -17.2,17.2 -9.4993,0 -17.2,-7.7007 -17.2,-17.2 0,-9.4993 7.7007,-17.2 17.2,-17.2 9.4993,0 17.2,7.7007 17.2,17.2 z", "key": 2 }), React.createElement("text", { "className": "st2 st3 st4 st5", "transform": "translate(454.36 324.79)", "fill": "#ffffff", "fontFamily": "Dosis-ExtraBold", "fontSize": "199.36px", "letterSpacing": "9", "key": 3 }, "IMPACTASAURUS")]), React.createElement("rect", { "className": "st6", "y": "1", "width": "2091.7", "height": "500", "fill": "#fa004f", "key": 2 }), React.createElement("g", { "className": "st1", "key": 3 }, [React.createElement("ellipse", { "className": "st2", "cx": "237.7", "cy": "248.8", "rx": "158.9", "ry": "157.4", "d": "m 396.59999,248.8 c 0,86.92962 -71.14195,157.4 -158.89999,157.4 -87.75805,0 -158.899997,-70.47038 -158.899997,-157.4 0,-86.92961 71.141947,-157.399991 158.899997,-157.399991 87.75804,0 158.89999,70.470381 158.89999,157.399991 z", "fill": "#FFF", "key": 0 }), React.createElement("path", { "className": "st7", "d": "m243.4 193.6s-0.8-16.5 17.5-17.5c20.3-1.1 63 19.7 58.6 79.3-4.3 57.6-12 66.4-12 66.4s2 7.9 4 14.4c0.8 2.7 3.6 12.1-3.3 13.6-7.1 1.6-17.3-0.1-25.8 0.4-4.6 0.3-6.3-2.9-6.7-6.7 0 0-2.4-13.6-2.6-13.5-3.1 1.4-16.5 3.4-26 3.1-10.2-0.3-27.4-2.9-27.4-2.9v14c0 2.2-1.7 5.7-5.9 5.9-2.3 0.1-25.9 0.1-27.9 0-4-0.2-5.8-4.2-5.2-9s1.2-6.8 1.2-6.8 10.9-3.2 7.5-21.1c0 0-25.2 31.9-62.8 33.1 0 0 27.2-20.3 36-51.7 7.9-28.1 41.8-39 58.4-38.4s27.3 5.8 41.1 4c5.6-0.7 24.2-3.2 24.6-24.6 0.3-20.6-21.1-24.6-24.6-24.6-5.6 0.2-19.1-3.4-18.7-17.4z", "fill": "#fa004f", "key": 1 }), React.createElement("circle", { "className": "st7", "cx": "257.3", "cy": "140.2", "r": "17.2", "d": "m 274.49999,140.2 c 0,9.4993 -7.7007,17.2 -17.2,17.2 -9.4993,0 -17.2,-7.7007 -17.2,-17.2 0,-9.4993 7.7007,-17.2 17.2,-17.2 9.4993,0 17.2,7.7007 17.2,17.2 z", "fill": "#fa004f", "key": 2 }), React.createElement("text", { "className": "st2 st3 st4 st5", "transform": "translate(454.36 324.79)", "fill": "#ffffff", "fontFamily": "Dosis-ExtraBold", "fontSize": "199.36px", "letterSpacing": "9", "key": 3 }, "IMPACTASAURUS"), React.createElement("ellipse", { "cx": "237.7", "cy": "248.8", "rx": "158.9", "ry": "157.4", "d": "m 396.59999,248.8 c 0,86.92962 -71.14195,157.4 -158.89999,157.4 -87.75805,0 -158.899997,-70.47038 -158.899997,-157.4 0,-86.92961 71.141947,-157.399991 158.899997,-157.399991 87.75804,0 158.89999,70.470381 158.89999,157.399991 z", "key": 4 }), React.createElement("path", { "className": "st2", "d": "m243.4 193.6s-0.8-16.5 17.5-17.5c20.3-1.1 63 19.7 58.6 79.3-4.3 57.6-12 66.4-12 66.4s2 7.9 4 14.4c0.8 2.7 3.6 12.1-3.3 13.6-7.1 1.6-17.3-0.1-25.8 0.4-4.6 0.3-6.3-2.9-6.7-6.7 0 0-2.4-13.6-2.6-13.5-3.1 1.4-16.5 3.4-26 3.1-10.2-0.3-27.4-2.9-27.4-2.9v14c0 2.2-1.7 5.7-5.9 5.9-2.3 0.1-25.9 0.1-27.9 0-4-0.2-5.8-4.2-5.2-9s1.2-6.8 1.2-6.8 10.9-3.2 7.5-21.1c0 0-25.2 31.9-62.8 33.1 0 0 27.2-20.3 36-51.7 7.9-28.1 41.8-39 58.4-38.4s27.3 5.8 41.1 4c5.6-0.7 24.2-3.2 24.6-24.6 0.3-20.6-21.1-24.6-24.6-24.6-5.6 0.2-19.1-3.4-18.7-17.4z", "fill": "#FFF", "key": 5 }), React.createElement("circle", { "className": "st2", "cx": "257.3", "cy": "140.2", "r": "17.2", "d": "m 274.49999,140.2 c 0,9.4993 -7.7007,17.2 -17.2,17.2 -9.4993,0 -17.2,-7.7007 -17.2,-17.2 0,-9.4993 7.7007,-17.2 17.2,-17.2 9.4993,0 17.2,7.7007 17.2,17.2 z", "fill": "#FFF", "key": 6 }), React.createElement("text", { "className": "st3 st4 st5", "transform": "translate(454.36 324.79)", "fontFamily": "Dosis-ExtraBold", "fontSize": "199.36px", "letterSpacing": "9", "key": 7 }, "IMPACTASAURUS")])]), React.createElement("ellipse", { "className": "st7", "transform": "translate(-77.7 -88.8)", "cx": "237.7", "cy": "248.8", "rx": "158.9", "ry": "157.4", "d": "m 396.59999,248.8 c 0,86.92962 -71.14195,157.4 -158.89999,157.4 -87.75805,0 -158.899997,-70.47038 -158.899997,-157.4 0,-86.92961 71.141947,-157.399991 158.899997,-157.399991 87.75804,0 158.89999,70.470381 158.89999,157.399991 z", "opacity": "0", "key": 5 }), React.createElement("path", { "className": "st2", "d": "m165.7 104.8s-0.8-16.5 17.5-17.5c20.3-1.1 63 19.7 58.6 79.3-4.3 57.6-12 66.4-12 66.4s2 7.9 4 14.4c0.8 2.7 3.6 12.1-3.3 13.6-7.1 1.6-17.3-0.1-25.8 0.4-4.6 0.3-6.3-2.9-6.7-6.7 0 0-2.4-13.6-2.6-13.5-3.1 1.4-16.5 3.4-26 3.1-10.2-0.3-27.4-2.9-27.4-2.9v14c0 2.2-1.7 5.7-5.9 5.9-2.3 0.1-25.9 0.1-27.9 0-4-0.2-5.8-4.2-5.2-9s1.2-6.8 1.2-6.8 10.9-3.2 7.5-21.1c0 0-25.2 31.9-62.8 33.1 0 0 27.2-20.3 36-51.7 7.9-28.1 41.8-39 58.4-38.4s27.3 5.8 41.1 4c5.6-0.7 24.2-3.2 24.6-24.6 0.3-20.6-21.1-24.6-24.6-24.6-5.6 0.2-19.1-3.4-18.7-17.4z", "opacity": "0", "key": 6 }), React.createElement("circle", { "className": "st2", "transform": "translate(-77.7 -88.8)", "cx": "257.3", "cy": "140.2", "r": "17.2", "d": "m 274.49999,140.2 c 0,9.4993 -7.7007,17.2 -17.2,17.2 -9.4993,0 -17.2,-7.7007 -17.2,-17.2 0,-9.4993 7.7007,-17.2 17.2,-17.2 9.4993,0 17.2,7.7007 17.2,17.2 z", "opacity": "0", "key": 7 }), React.createElement("path", { "d": "m144.29 316.61c-42.98-4-85.174-27.54-111.14-62.02-20.343-27-30.642-56.28-31.6-89.83-0.79724-27.92 4.3095-51.1 16.58-75.261 24.04-47.331 70.141-79.452 122.89-85.622 23.2-2.7139 47.917-0.20086 69.718 7.0884 24.023 8.0319 43.623 20.239 61.875 38.535 23.833 23.891 37.965 50.977 44.008 84.343 1.84 10.16 2.5073 31.541 1.3243 42.431-9.3689 86.237-86.356 148.45-173.65 140.33zm-4.0331-57.442c1.534-1.7846 1.6453-2.4487 1.6453-9.8115v-7.8973l2.8994 0.41321c19.163 2.7309 33.164 2.983 44.56 0.80239 2.9769-0.56964 5.5894-1.0358 5.8055-1.0358 0.21609-6e-5 0.93951 3.1466 1.6076 6.9926 1.4124 8.1306 2.4658 11.031 4.378 12.055 2.1842 1.1689 27.546 0.97584 30.436-0.2317 4.2916-1.7931 4.3729-6.0849 0.37537-19.808l-2.1698-7.4487 1.3807-3.1134c4.2166-9.5085 7.1945-26.03 9.7961-54.352 1.3422-14.611 1.4209-17.427 0.70571-25.242-0.8722-9.5315-2.4605-16.647-5.3422-23.933-6.9174-17.489-10.447-25.52-27.839-31.528-4.672-1.6138-8.4475-4.1764-14.871-4.1764-6.4425 0-7.9043 4.4144-10.331 5.712-5.818 3.1116-17.514 1.6719-17.514 8.8296 0 9.4578 6.4838 15.403 18.423 16.892 10.311 1.2863 18.964 6.6972 22.638 14.157 1.3452 2.731 1.5776 4.2584 1.5776 10.366 0 6.4522-0.18827 7.5467-1.8964 11.025-6.0352 12.29-19.678 15.937-44.495 11.895-14.731-2.399-19.814-2.734-26.736-1.7618-15.468 2.1724-31.066 9.964-40.406 20.184-4.6255 5.0611-7.6312 10.626-10.973 20.317-5.7765 16.752-13.384 28.372-27.923 42.652l-6.5289 6.4123 4.4344-0.44598c18.23-1.8334 37.937-12.139 53.311-27.878l4.5326-4.6403 0.31235 2.9067c0.78459 7.3014-1.9987 15.005-6.2075 17.182-1.5932 0.82385-2.033 1.598-2.3907 4.2076-0.88308 6.4428-0.58577 8.4228 1.5916 10.6l2.03 2.03 31.536-0.41266 1.6453-1.9141zm46.34-192.1c6.1883-2.8112 9.8375-8.5947 9.8621-15.63 0.0175-5.0156-0.99496-7.7893-4.1586-11.392-6.2687-7.1397-17.572-7.6613-24.31-1.1218-11.328 10.994-3.9472 29.431 11.769 29.399 2.4919-5e-3 5.1668-0.49598 6.8374-1.2548z", "fill": "#fff", "stroke": "#fff", "strokeWidth": ".68222", "key": 8 })]);
}

LogoInline.defaultProps = { "version": "1.1", "viewBox": "0 0 320 320", "xmlSpace": "preserve" };

module.exports = LogoInline;

LogoInline.default = LogoInline;

Object.defineProperty(exports, "__esModule", {
    value: true
});

var _react = __webpack_require__(0);

var React = _interopRequireWildcard(_react);

var _SVE_impactasaurus = __webpack_require__(422);

var _SVE_impactasaurus2 = _interopRequireDefault(_SVE_impactasaurus);

function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }

function _interopRequireWildcard(obj) { if (obj && obj.__esModule) { return obj; } else { var newObj = {}; if (obj != null) { for (var key in obj) { if (Object.prototype.hasOwnProperty.call(obj, key)) newObj[key] = obj[key]; } } newObj.default = obj; return newObj; } }

var Logo = function Logo() {
    return React.createElement("span", { className: "sve-logo" }, React.createElement("img", { src: _SVE_impactasaurus2.default, style: { width: '182px' } }));
};
exports.default = Logo;module.exports = __webpack_require__.p + "images/55867c0799d6b449d26a61ed72dece21.png";

Object.defineProperty(exports, "__esModule", {
    value: true
});

var _react = __webpack_require__(0);

var React = _interopRequireWildcard(_react);

var _logo = __webpack_require__(423);

var _logo2 = _interopRequireDefault(_logo);

function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }

function _interopRequireWildcard(obj) { if (obj && obj.__esModule) { return obj; } else { var newObj = {}; if (obj != null) { for (var key in obj) { if (Object.prototype.hasOwnProperty.call(obj, key)) newObj[key] = obj[key]; } } newObj.default = obj; return newObj; } }

var Logo = function Logo() {
    return React.createElement("span", { className: "together-logo" }, React.createElement("img", { src: _logo2.default, style: { width: '155px', verticalAlign: 'middle' } }));
};
exports.default = Logo;module.exports = __webpack_require__.p + "images/7352a6a61ef0b0e715173fc694709023.png";

Object.defineProperty(exports, "__esModule", {
    value: true
});

var _react = __webpack_require__(0);

var React = _interopRequireWildcard(_react);

var _logo = __webpack_require__(424);

var _logo2 = _interopRequireDefault(_logo);

__webpack_require__(425);

function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }

function _interopRequireWildcard(obj) { if (obj && obj.__esModule) { return obj; } else { var newObj = {}; if (obj != null) { for (var key in obj) { if (Object.prototype.hasOwnProperty.call(obj, key)) newObj[key] = obj[key]; } } newObj.default = obj; return newObj; } }

var Logo = function Logo() {
    return React.createElement("span", { className: "vsns-logo" }, React.createElement("img", { src: _logo2.default, style: { width: "72px" } }));
};
exports.default = Logo;module.exports = __webpack_require__.p + "images/625949b6848957bccaf548650b6446a4.png";var api = __webpack_require__(33);
            var content = __webpack_require__(426);

            content = content.__esModule ? content.default : content;

            if (typeof content === 'string') {
              content = [[module.i, content, '']];
            }

var options = {};

options.insert = "head";
options.singleton = false;

var update = api(content, options);



module.exports = content.locals || {};exports = module.exports = __webpack_require__(34)(false);
// imports


// module
exports.push([module.i, "#impactasaurus #home-link {\n  padding: 2px 10px;\n}\n", ""]);

// exports


Object.defineProperty(exports, "__esModule", {
    value: true
});

var _chartStyle = __webpack_require__(45);

var _distinctColors = __webpack_require__(59);

var _distinctColors2 = _interopRequireDefault(_distinctColors);

function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }

var getColorScheme = function getColorScheme(noSeries, seriesType) {
    if (noSeries === 3 && seriesType === _chartStyle.SeriesType.SCALE) {
        return ['#18224f', '#1e2a63', '#4b5582'];
    }
    if (noSeries === 2 && seriesType === _chartStyle.SeriesType.INDEPENDENT) {
        return ['#1e2a63', '#ffc03f'];
    }
    if (noSeries === 1) {
        return ['#b03b5e'];
    }
    var cols = ['#b03b5e', '#1e2a63', '#ffc03f', '#19a6c4'];
    if (seriesType == _chartStyle.SeriesType.INDEPENDENT && noSeries <= cols.length) {
        return cols.slice(0, noSeries);
    }
    return (0, _distinctColors2.default)({ count: noSeries }).map(function (c) {
        return c.hex();
    });
};
exports.default = getColorScheme;

Object.defineProperty(exports, "__esModule", {
    value: true
});

var _chartStyle = __webpack_require__(45);

var _distinctColors = __webpack_require__(59);

var _distinctColors2 = _interopRequireDefault(_distinctColors);

function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }

var getColorScheme = function getColorScheme(noSeries, seriesType) {
    if (noSeries === 3 && seriesType === _chartStyle.SeriesType.SCALE) {
        return ['#3382ae', '#6eb2cc', '#c1dbe6'];
    }
    var cols = ['#0080c3', '#ffbc00', '#00cb4d', '#c50051', '#53626b'];
    if (seriesType == _chartStyle.SeriesType.INDEPENDENT && noSeries <= cols.length) {
        return cols.slice(0, noSeries);
    }
    return (0, _distinctColors2.default)({ count: noSeries }).map(function (c) {
        return c.hex();
    });
};
exports.default = getColorScheme;

Object.defineProperty(exports, "__esModule", {
    value: true
});

var _chartStyle = __webpack_require__(45);

var _distinctColors = __webpack_require__(59);

var _distinctColors2 = _interopRequireDefault(_distinctColors);

function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }

var getColorScheme = function getColorScheme(noSeries, seriesType) {
    if (noSeries === 3 && seriesType === _chartStyle.SeriesType.SCALE) {
        return ['#2e1955', '#6d5e88', '#aba3bb'];
    }
    if (noSeries === 2 && seriesType === _chartStyle.SeriesType.INDEPENDENT) {
        return ['#2e1955', '#a5a162'];
    }
    if (noSeries === 1) {
        return ['#2e1955'];
    }
    return (0, _distinctColors2.default)({ count: noSeries }).map(function (c) {
        return c.hex();
    });
};
exports.default = getColorScheme;

Object.defineProperty(exports, "__esModule", {
    value: true
});

var _chartStyle = __webpack_require__(45);

var _distinctColors = __webpack_require__(59);

var _distinctColors2 = _interopRequireDefault(_distinctColors);

function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }

var getColorScheme = function getColorScheme(noSeries, seriesType) {
    if (noSeries === 3 && seriesType === _chartStyle.SeriesType.SCALE) {
        return ['#501e4a', '#64265d', '#83517d'];
    }
    if (noSeries === 2 && seriesType === _chartStyle.SeriesType.INDEPENDENT) {
        return ['#64265d', '#26642D'];
    }
    if (noSeries === 1) {
        return ['#64265d'];
    }
    return (0, _distinctColors2.default)({ count: noSeries }).map(function (c) {
        return c.hex();
    });
};
exports.default = getColorScheme;

Object.defineProperty(exports, "__esModule", {
    value: true
});

var _distinctColors = __webpack_require__(59);

var _distinctColors2 = _interopRequireDefault(_distinctColors);

var _chartStyle = __webpack_require__(45);

function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }

var getColorScheme = function getColorScheme(noSeries, seriesType) {
    if (noSeries === 3 && seriesType === _chartStyle.SeriesType.SCALE) {
        return ['#222E50', '#439A86', '#18669f'];
    }
    var cols = ['#18669f', '#439A86', '#222E50'];
    if (seriesType == _chartStyle.SeriesType.INDEPENDENT && noSeries <= cols.length) {
        return cols.slice(0, noSeries);
    }
    return (0, _distinctColors2.default)({ count: noSeries }).map(function (c) {
        return c.hex();
    });
};
exports.default = getColorScheme;

Object.defineProperty(exports, "__esModule", {
    value: true
});

var _chartStyle = __webpack_require__(45);

var _distinctColors = __webpack_require__(59);

var _distinctColors2 = _interopRequireDefault(_distinctColors);

function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }

var getColorScheme = function getColorScheme(noSeries, seriesType) {
    if (noSeries === 3 && seriesType === _chartStyle.SeriesType.SCALE) {
        return ['#4f6299', '#233b7f', '#1c2f66'];
    }
    var cols = ['#d5242b', '#233b7f'];
    if (seriesType == _chartStyle.SeriesType.INDEPENDENT && noSeries <= cols.length) {
        return cols.slice(0, noSeries);
    }
    return (0, _distinctColors2.default)({ count: noSeries }).map(function (c) {
        return c.hex();
    });
};
exports.default = getColorScheme;

Object.defineProperty(exports, "__esModule", {
    value: true
});

var _chartStyle = __webpack_require__(45);

var _distinctColors = __webpack_require__(59);

var _distinctColors2 = _interopRequireDefault(_distinctColors);

function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }

var getColorScheme = function getColorScheme(noSeries, seriesType) {
    if (noSeries === 3 && seriesType === _chartStyle.SeriesType.SCALE) {
        return ['#004E7A', '#006FAD', '#4BBAFA'];
    }
    return (0, _distinctColors2.default)({ count: noSeries }).map(function (c) {
        return c.hex();
    });
};
exports.default = getColorScheme;

Object.defineProperty(exports, "__esModule", {
    value: true
});

var _chartStyle = __webpack_require__(45);

var _distinctColors = __webpack_require__(59);

var _distinctColors2 = _interopRequireDefault(_distinctColors);

function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }

var getColorScheme = function getColorScheme(noSeries, seriesType) {
    if (noSeries === 3 && seriesType === _chartStyle.SeriesType.SCALE) {
        return ['#38969f', '#46bbc7', '#6bc9d2'];
    }
    var cols = ['#edaac6', '#46bbc7', '#5e4292'];
    if (seriesType == _chartStyle.SeriesType.INDEPENDENT && noSeries <= cols.length) {
        return cols.slice(0, noSeries);
    }
    return (0, _distinctColors2.default)({ count: noSeries }).map(function (c) {
        return c.hex();
    });
};
exports.default = getColorScheme;

Object.defineProperty(exports, "__esModule", {
    value: true
});

var _chartStyle = __webpack_require__(45);

var _distinctColors = __webpack_require__(59);

var _distinctColors2 = _interopRequireDefault(_distinctColors);

function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }

var getColorScheme = function getColorScheme(noSeries, seriesType) {
    if (noSeries === 3) {
        return ['#007569', '#8d5082', '#ef8d56'];
    }
    if (noSeries === 2 && seriesType === _chartStyle.SeriesType.INDEPENDENT) {
        return ['#007569', '#8d5082'];
    }
    if (noSeries === 1) {
        return ['#007569'];
    }
    return (0, _distinctColors2.default)({ count: noSeries }).map(function (c) {
        return c.hex();
    });
};
exports.default = getColorScheme;

Object.defineProperty(exports, "__esModule", {
    value: true
});

var _chartStyle = __webpack_require__(45);

var _distinctColors = __webpack_require__(59);

var _distinctColors2 = _interopRequireDefault(_distinctColors);

function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }

var getColorScheme = function getColorScheme(noSeries, seriesType) {
    if (noSeries === 3 && seriesType === _chartStyle.SeriesType.SCALE) {
        return ['#006b97', '#0095D6', '#66c2e8'];
    }
    var cols = ['#0095D6', '#E9530D', '#51AE32', '#521E59', '#E0006D'];
    if (seriesType == _chartStyle.SeriesType.INDEPENDENT && noSeries <= cols.length) {
        return cols.slice(0, noSeries);
    }
    return (0, _distinctColors2.default)({ count: noSeries }).map(function (c) {
        return c.hex();
    });
};
exports.default = getColorScheme;

Object.defineProperty(exports, "__esModule", {
    value: true
});

var _distinctColors = __webpack_require__(59);

var _distinctColors2 = _interopRequireDefault(_distinctColors);

var _chartStyle = __webpack_require__(45);

function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }

var getColorScheme = function getColorScheme(noSeries, seriesType) {
    if (noSeries === 3 && seriesType === _chartStyle.SeriesType.SCALE) {
        return ['#0086ae', '#00a8da', '#33b9e1'];
    }
    var cols = ['#00a8da', '#ff3983', '#4bce00', '#00408a'];
    if (seriesType == _chartStyle.SeriesType.INDEPENDENT && noSeries <= cols.length) {
        return cols.slice(0, noSeries);
    }
    return (0, _distinctColors2.default)({ count: noSeries }).map(function (c) {
        return c.hex();
    });
};
exports.default = getColorScheme;