@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700|Titillium+Web|Montserrat:500,600,700");
@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700|Titillium+Web|Montserrat:500,600,700");
@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700|Titillium+Web|Montserrat:500,600,700");
@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700|Titillium+Web|Montserrat:500,600,700");
@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700|Titillium+Web|Montserrat:500,600,700");
@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700|Titillium+Web|Montserrat:500,600,700");
@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700|Titillium+Web|Montserrat:500,600,700");
@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700|Titillium+Web|Montserrat:500,600,700");
@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700|Titillium+Web|Montserrat:500,600,700");
@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700|Titillium+Web|Montserrat:500,600,700");
@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700|Titillium+Web|Montserrat:500,600,700");
.rbc-btn {
  color: inherit;
  font: inherit;
  margin: 0; }

button.rbc-btn {
  overflow: visible;
  text-transform: none;
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled].rbc-btn {
  cursor: not-allowed; }

button.rbc-input::-moz-focus-inner {
  border: 0;
  padding: 0; }

.rbc-calendar {
  box-sizing: border-box;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: stretch; }

.rbc-calendar *,
.rbc-calendar *:before,
.rbc-calendar *:after {
  box-sizing: inherit; }

.rbc-abs-full, .rbc-row-bg {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }

.rbc-ellipsis, .rbc-event-label, .rbc-row-segment .rbc-event-content, .rbc-show-more {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.rbc-rtl {
  direction: rtl; }

.rbc-off-range {
  color: #999999; }

.rbc-off-range-bg {
  background: #e6e6e6; }

.rbc-header {
  overflow: hidden;
  flex: 1 0 0%;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: 0 3px;
  text-align: center;
  vertical-align: middle;
  font-weight: bold;
  font-size: 90%;
  min-height: 0;
  border-bottom: 1px solid #DDD; }
  .rbc-header + .rbc-header {
    border-left: 1px solid #DDD; }
  .rbc-rtl .rbc-header + .rbc-header {
    border-left-width: 0;
    border-right: 1px solid #DDD; }
  .rbc-header > a, .rbc-header > a:active, .rbc-header > a:visited {
    color: inherit;
    text-decoration: none; }

.rbc-row-content {
  position: relative;
  user-select: none;
  -webkit-user-select: none;
  z-index: 4; }

.rbc-today {
  background-color: #eaf6ff; }

.rbc-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
  font-size: 16px; }
  .rbc-toolbar .rbc-toolbar-label {
    flex-grow: 1;
    padding: 0 10px;
    text-align: center; }
  .rbc-toolbar button {
    color: #373a3c;
    display: inline-block;
    margin: 0;
    text-align: center;
    vertical-align: middle;
    background: none;
    background-image: none;
    border: 1px solid #ccc;
    padding: .375rem 1rem;
    border-radius: 4px;
    line-height: normal;
    white-space: nowrap; }
    .rbc-toolbar button:active, .rbc-toolbar button.rbc-active {
      background-image: none;
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
      background-color: #e6e6e6;
      border-color: #adadad; }
      .rbc-toolbar button:active:hover, .rbc-toolbar button:active:focus, .rbc-toolbar button.rbc-active:hover, .rbc-toolbar button.rbc-active:focus {
        color: #373a3c;
        background-color: #d4d4d4;
        border-color: #8c8c8c; }
    .rbc-toolbar button:focus {
      color: #373a3c;
      background-color: #e6e6e6;
      border-color: #adadad; }
    .rbc-toolbar button:hover {
      color: #373a3c;
      background-color: #e6e6e6;
      border-color: #adadad; }

.rbc-btn-group {
  display: inline-block;
  white-space: nowrap; }
  .rbc-btn-group > button:first-child:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0; }
  .rbc-btn-group > button:last-child:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0; }
  .rbc-rtl .rbc-btn-group > button:first-child:not(:last-child) {
    border-radius: 4px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0; }
  .rbc-rtl .rbc-btn-group > button:last-child:not(:first-child) {
    border-radius: 4px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0; }
  .rbc-btn-group > button:not(:first-child):not(:last-child) {
    border-radius: 0; }
  .rbc-btn-group button + button {
    margin-left: -1px; }
  .rbc-rtl .rbc-btn-group button + button {
    margin-left: 0;
    margin-right: -1px; }
  .rbc-btn-group + .rbc-btn-group, .rbc-btn-group + button {
    margin-left: 10px; }

.rbc-event {
  border: none;
  box-sizing: border-box;
  box-shadow: none;
  margin: 0;
  padding: 2px 5px;
  background-color: #3174ad;
  border-radius: 5px;
  color: #fff;
  cursor: pointer;
  width: 100%;
  text-align: left; }
  .rbc-slot-selecting .rbc-event {
    cursor: inherit;
    pointer-events: none; }
  .rbc-event.rbc-selected {
    background-color: #265985; }
  .rbc-event:focus {
    outline: 5px auto #3b99fc; }

.rbc-event-label {
  font-size: 80%; }

.rbc-event-overlaps {
  box-shadow: -1px 1px 5px 0px rgba(51, 51, 51, 0.5); }

.rbc-event-continues-prior {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

.rbc-event-continues-after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

.rbc-event-continues-earlier {
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.rbc-event-continues-later {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.rbc-row {
  display: flex;
  flex-direction: row; }

.rbc-row-segment {
  padding: 0 1px 1px 1px; }

.rbc-selected-cell {
  background-color: rgba(0, 0, 0, 0.1); }

.rbc-show-more {
  background-color: rgba(255, 255, 255, 0.3);
  z-index: 4;
  font-weight: bold;
  font-size: 85%;
  height: auto;
  line-height: normal; }

.rbc-month-view {
  position: relative;
  border: 1px solid #DDD;
  display: flex;
  flex-direction: column;
  flex: 1 0 0;
  width: 100%;
  user-select: none;
  -webkit-user-select: none;
  height: 100%; }

.rbc-month-header {
  display: flex;
  flex-direction: row; }

.rbc-month-row {
  display: flex;
  position: relative;
  flex-direction: column;
  flex: 1 0 0;
  flex-basis: 0px;
  overflow: hidden;
  height: 100%; }
  .rbc-month-row + .rbc-month-row {
    border-top: 1px solid #DDD; }

.rbc-date-cell {
  flex: 1 1 0;
  min-width: 0;
  padding-right: 5px;
  text-align: right; }
  .rbc-date-cell.rbc-now {
    font-weight: bold; }
  .rbc-date-cell > a, .rbc-date-cell > a:active, .rbc-date-cell > a:visited {
    color: inherit;
    text-decoration: none; }

.rbc-row-bg {
  display: flex;
  flex-direction: row;
  flex: 1 0 0;
  overflow: hidden; }

.rbc-day-bg {
  flex: 1 0 0%; }
  .rbc-day-bg + .rbc-day-bg {
    border-left: 1px solid #DDD; }
  .rbc-rtl .rbc-day-bg + .rbc-day-bg {
    border-left-width: 0;
    border-right: 1px solid #DDD; }

.rbc-overlay {
  position: absolute;
  z-index: 5;
  border: 1px solid #e5e5e5;
  background-color: #fff;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.25);
  padding: 10px; }
  .rbc-overlay > * + * {
    margin-top: 1px; }

.rbc-overlay-header {
  border-bottom: 1px solid #e5e5e5;
  margin: -10px -10px 5px -10px;
  padding: 2px 10px; }

.rbc-agenda-view {
  display: flex;
  flex-direction: column;
  flex: 1 0 0;
  overflow: auto; }
  .rbc-agenda-view table.rbc-agenda-table {
    width: 100%;
    border: 1px solid #DDD;
    border-spacing: 0;
    border-collapse: collapse; }
    .rbc-agenda-view table.rbc-agenda-table tbody > tr > td {
      padding: 5px 10px;
      vertical-align: top; }
    .rbc-agenda-view table.rbc-agenda-table .rbc-agenda-time-cell {
      padding-left: 15px;
      padding-right: 15px;
      text-transform: lowercase; }
    .rbc-agenda-view table.rbc-agenda-table tbody > tr > td + td {
      border-left: 1px solid #DDD; }
    .rbc-rtl .rbc-agenda-view table.rbc-agenda-table tbody > tr > td + td {
      border-left-width: 0;
      border-right: 1px solid #DDD; }
    .rbc-agenda-view table.rbc-agenda-table tbody > tr + tr {
      border-top: 1px solid #DDD; }
    .rbc-agenda-view table.rbc-agenda-table thead > tr > th {
      padding: 3px 5px;
      text-align: left;
      border-bottom: 1px solid #DDD; }
      .rbc-rtl .rbc-agenda-view table.rbc-agenda-table thead > tr > th {
        text-align: right; }

.rbc-agenda-time-cell {
  text-transform: lowercase; }
  .rbc-agenda-time-cell .rbc-continues-after:after {
    content: " »"; }
  .rbc-agenda-time-cell .rbc-continues-prior:before {
    content: "« "; }

.rbc-agenda-date-cell,
.rbc-agenda-time-cell {
  white-space: nowrap; }

.rbc-agenda-event-cell {
  width: 100%; }

.rbc-time-column {
  display: flex;
  flex-direction: column;
  min-height: 100%; }
  .rbc-time-column .rbc-timeslot-group {
    flex: 1; }

.rbc-timeslot-group {
  border-bottom: 1px solid #DDD;
  min-height: 40px;
  display: flex;
  flex-flow: column nowrap; }

.rbc-time-gutter,
.rbc-header-gutter {
  flex: none; }

.rbc-label {
  padding: 0 5px; }

.rbc-day-slot {
  position: relative; }
  .rbc-day-slot .rbc-events-container {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    margin-right: 10px;
    top: 0; }
    .rbc-day-slot .rbc-events-container.rbc-rtl {
      left: 10px;
      right: 0; }
  .rbc-day-slot .rbc-event {
    border: 1px solid #265985;
    display: flex;
    max-height: 100%;
    min-height: 20px;
    flex-flow: column wrap;
    align-items: flex-start;
    overflow: hidden;
    position: absolute; }
  .rbc-day-slot .rbc-event-label {
    flex: none;
    padding-right: 5px;
    width: auto; }
  .rbc-day-slot .rbc-event-content {
    width: 100%;
    flex: 1 1 0;
    word-wrap: break-word;
    line-height: 1;
    height: 100%;
    min-height: 1em; }
  .rbc-day-slot .rbc-time-slot {
    border-top: 1px solid #f7f7f7; }

.rbc-time-view-resources .rbc-time-gutter,
.rbc-time-view-resources .rbc-time-header-gutter {
  position: sticky;
  left: 0;
  background-color: white;
  border-right: 1px solid #DDD;
  z-index: 10;
  margin-right: -1px; }
.rbc-time-view-resources .rbc-time-header {
  overflow: hidden; }
.rbc-time-view-resources .rbc-time-header-content {
  min-width: auto;
  flex: 1 0 0;
  flex-basis: 0px; }
.rbc-time-view-resources .rbc-time-header-cell-single-day {
  display: none; }
.rbc-time-view-resources .rbc-day-slot {
  min-width: 140px; }
.rbc-time-view-resources .rbc-header,
.rbc-time-view-resources .rbc-day-bg {
  width: 140px;
  flex: 1 1 0;
  flex-basis: 0 px; }

.rbc-time-header-content + .rbc-time-header-content {
  margin-left: -1px; }

.rbc-time-slot {
  flex: 1 0 0; }
  .rbc-time-slot.rbc-now {
    font-weight: bold; }

.rbc-day-header {
  text-align: center; }

.rbc-slot-selection {
  z-index: 10;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.5);
  color: white;
  font-size: 75%;
  width: 100%;
  padding: 3px; }

.rbc-slot-selecting {
  cursor: move; }

.rbc-time-view {
  display: flex;
  flex-direction: column;
  flex: 1;
  width: 100%;
  border: 1px solid #DDD;
  min-height: 0; }
  .rbc-time-view .rbc-time-gutter {
    white-space: nowrap; }
  .rbc-time-view .rbc-allday-cell {
    box-sizing: content-box;
    width: 100%;
    height: 100%;
    position: relative; }
  .rbc-time-view .rbc-allday-cell + .rbc-allday-cell {
    border-left: 1px solid #DDD; }
  .rbc-time-view .rbc-allday-events {
    position: relative;
    z-index: 4; }
  .rbc-time-view .rbc-row {
    box-sizing: border-box;
    min-height: 20px; }

.rbc-time-header {
  display: flex;
  flex: 0 0 auto;
  flex-direction: row; }
  .rbc-time-header.rbc-overflowing {
    border-right: 1px solid #DDD; }
  .rbc-rtl .rbc-time-header.rbc-overflowing {
    border-right-width: 0;
    border-left: 1px solid #DDD; }
  .rbc-time-header > .rbc-row:first-child {
    border-bottom: 1px solid #DDD; }
  .rbc-time-header > .rbc-row.rbc-row-resource {
    border-bottom: 1px solid #DDD; }

.rbc-time-header-cell-single-day {
  display: none; }

.rbc-time-header-content {
  flex: 1;
  display: flex;
  min-width: 0;
  flex-direction: column;
  border-left: 1px solid #DDD; }
  .rbc-rtl .rbc-time-header-content {
    border-left-width: 0;
    border-right: 1px solid #DDD; }
  .rbc-time-header-content > .rbc-row.rbc-row-resource {
    border-bottom: 1px solid #DDD;
    flex-shrink: 0; }

.rbc-time-content {
  display: flex;
  flex: 1 0 0%;
  align-items: flex-start;
  width: 100%;
  border-top: 2px solid #DDD;
  overflow-y: auto;
  position: relative; }
  .rbc-time-content > .rbc-time-gutter {
    flex: none; }
  .rbc-time-content > * + * > * {
    border-left: 1px solid #DDD; }
  .rbc-rtl .rbc-time-content > * + * > * {
    border-left-width: 0;
    border-right: 1px solid #DDD; }
  .rbc-time-content > .rbc-day-slot {
    width: 100%;
    user-select: none;
    -webkit-user-select: none; }

.rbc-current-time-indicator {
  position: absolute;
  z-index: 3;
  left: 0;
  right: 0;
  height: 1px;
  background-color: #74ad31;
  pointer-events: none; }

@-webkit-keyframes cookie {
  0% {
    left: 0%;
    transform: translate(-50%, -50%) rotate(-90deg);
    opacity: 0; }
  60% {
    left: 52%;
    transform: translate(-50%, -50%) rotate(4deg); }
  100% {
    left: 50%;
    transform: translate(-50%, -50%) translateX(0%);
    opacity: 1; } }
@-moz-keyframes cookie {
  0% {
    left: 0%;
    transform: translate(-50%, -50%) rotate(-90deg);
    opacity: 0; }
  60% {
    left: 52%;
    transform: translate(-50%, -50%) rotate(4deg); }
  100% {
    left: 50%;
    transform: translate(-50%, -50%) translateX(0%);
    opacity: 1; } }
@-o-keyframes cookie {
  0% {
    left: 0%;
    transform: translate(-50%, -50%) rotate(-90deg);
    opacity: 0; }
  60% {
    left: 52%;
    transform: translate(-50%, -50%) rotate(4deg); }
  100% {
    left: 50%;
    transform: translate(-50%, -50%) translateX(0%);
    opacity: 1; } }
@keyframes cookie {
  0% {
    left: 0%;
    transform: translate(-50%, -50%) rotate(-90deg);
    opacity: 0; }
  60% {
    left: 52%;
    transform: translate(-50%, -50%) rotate(4deg); }
  100% {
    left: 50%;
    transform: translate(-50%, -50%) translateX(0%);
    opacity: 1; } }
@-webkit-keyframes sk-rotateplane {
  0% {
    -webkit-transform: perspective(120px); }
  50% {
    -webkit-transform: perspective(120px) rotateY(180deg); }
  100% {
    -webkit-transform: perspective(120px) rotateY(180deg) rotateX(180deg); } }
@-moz-keyframes sk-rotateplane {
  0% {
    -webkit-transform: perspective(120px); }
  50% {
    -webkit-transform: perspective(120px) rotateY(180deg); }
  100% {
    -webkit-transform: perspective(120px) rotateY(180deg) rotateX(180deg); } }
@-o-keyframes sk-rotateplane {
  0% {
    -webkit-transform: perspective(120px); }
  50% {
    -webkit-transform: perspective(120px) rotateY(180deg); }
  100% {
    -webkit-transform: perspective(120px) rotateY(180deg) rotateX(180deg); } }
@keyframes sk-rotateplane {
  0% {
    -webkit-transform: perspective(120px); }
  50% {
    -webkit-transform: perspective(120px) rotateY(180deg); }
  100% {
    -webkit-transform: perspective(120px) rotateY(180deg) rotateX(180deg); } }
@-webkit-keyframes menu-slide-in {
  0% {
    transform: translateX(250px);
    -webkit-transform: translateX(250px); }
  100% {
    transform: translateX(0);
    -webkit-transform: translateX(0); } }
@-moz-keyframes menu-slide-in {
  0% {
    transform: translateX(250px);
    -webkit-transform: translateX(250px); }
  100% {
    transform: translateX(0);
    -webkit-transform: translateX(0); } }
@-o-keyframes menu-slide-in {
  0% {
    transform: translateX(250px);
    -webkit-transform: translateX(250px); }
  100% {
    transform: translateX(0);
    -webkit-transform: translateX(0); } }
@keyframes menu-slide-in {
  0% {
    transform: translateX(250px);
    -webkit-transform: translateX(250px); }
  100% {
    transform: translateX(0);
    -webkit-transform: translateX(0); } }
@-webkit-keyframes fade-in {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@-moz-keyframes fade-in {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@-o-keyframes fade-in {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@keyframes fade-in {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@-webkit-keyframes menu-slide-out {
  0% {
    transform: translateX(0);
    -webkit-transform: translateX(0); }
  100% {
    transform: translateX(250px);
    -webkit-transform: translateX(250px); } }
@-moz-keyframes menu-slide-out {
  0% {
    transform: translateX(0);
    -webkit-transform: translateX(0); }
  100% {
    transform: translateX(250px);
    -webkit-transform: translateX(250px); } }
@-o-keyframes menu-slide-out {
  0% {
    transform: translateX(0);
    -webkit-transform: translateX(0); }
  100% {
    transform: translateX(250px);
    -webkit-transform: translateX(250px); } }
@keyframes menu-slide-out {
  0% {
    transform: translateX(0);
    -webkit-transform: translateX(0); }
  100% {
    transform: translateX(250px);
    -webkit-transform: translateX(250px); } }
@-webkit-keyframes fade-out {
  0% {
    opacity: 1;
    display: block; }
  100% {
    opacity: 0;
    display: none; } }
@-moz-keyframes fade-out {
  0% {
    opacity: 1;
    display: block; }
  100% {
    opacity: 0;
    display: none; } }
@-o-keyframes fade-out {
  0% {
    opacity: 1;
    display: block; }
  100% {
    opacity: 0;
    display: none; } }
@keyframes fade-out {
  0% {
    opacity: 1;
    display: block; }
  100% {
    opacity: 0;
    display: none; } }
@-webkit-keyframes pop-in {
  0% {
    display: block;
    opacity: 0;
    transform: scale(0.9);
    -webkit-transform: scale(0.9); }
  80% {
    transform: scale(0.94);
    -webkit-transform: scale(0.94); }
  100% {
    opacity: 1;
    transform: scale(1);
    -webkit-transform: scale(1); } }
@-moz-keyframes pop-in {
  0% {
    display: block;
    opacity: 0;
    transform: scale(0.9);
    -webkit-transform: scale(0.9); }
  80% {
    transform: scale(0.94);
    -webkit-transform: scale(0.94); }
  100% {
    opacity: 1;
    transform: scale(1);
    -webkit-transform: scale(1); } }
@-o-keyframes pop-in {
  0% {
    display: block;
    opacity: 0;
    transform: scale(0.9);
    -webkit-transform: scale(0.9); }
  80% {
    transform: scale(0.94);
    -webkit-transform: scale(0.94); }
  100% {
    opacity: 1;
    transform: scale(1);
    -webkit-transform: scale(1); } }
@keyframes pop-in {
  0% {
    display: block;
    opacity: 0;
    transform: scale(0.9);
    -webkit-transform: scale(0.9); }
  80% {
    transform: scale(0.94);
    -webkit-transform: scale(0.94); }
  100% {
    opacity: 1;
    transform: scale(1);
    -webkit-transform: scale(1); } }
@-webkit-keyframes pop-out {
  0% {
    display: block;
    opacity: 1;
    transform: scale(1);
    -webkit-transform: scale(1); }
  80% {
    transform: scale(0.96);
    -webkit-transform: scale(0.96); }
  100% {
    display: none;
    opacity: 0;
    transform: scale(0.9);
    -webkit-transform: scale(0.9); } }
@-moz-keyframes pop-out {
  0% {
    display: block;
    opacity: 1;
    transform: scale(1);
    -webkit-transform: scale(1); }
  80% {
    transform: scale(0.96);
    -webkit-transform: scale(0.96); }
  100% {
    display: none;
    opacity: 0;
    transform: scale(0.9);
    -webkit-transform: scale(0.9); } }
@-o-keyframes pop-out {
  0% {
    display: block;
    opacity: 1;
    transform: scale(1);
    -webkit-transform: scale(1); }
  80% {
    transform: scale(0.96);
    -webkit-transform: scale(0.96); }
  100% {
    display: none;
    opacity: 0;
    transform: scale(0.9);
    -webkit-transform: scale(0.9); } }
@keyframes pop-out {
  0% {
    display: block;
    opacity: 1;
    transform: scale(1);
    -webkit-transform: scale(1); }
  80% {
    transform: scale(0.96);
    -webkit-transform: scale(0.96); }
  100% {
    display: none;
    opacity: 0;
    transform: scale(0.9);
    -webkit-transform: scale(0.9); } }
@-webkit-keyframes pulsate {
  0% {
    transform: scale(0.1, 0.1);
    opacity: 0; }
  50% {
    opacity: 1; }
  100% {
    transform: scale(1.2, 1.2);
    opacity: 0; } }
@-moz-keyframes pulsate {
  0% {
    transform: scale(0.1, 0.1);
    opacity: 0; }
  50% {
    opacity: 1; }
  100% {
    transform: scale(1.2, 1.2);
    opacity: 0; } }
@-o-keyframes pulsate {
  0% {
    transform: scale(0.1, 0.1);
    opacity: 0; }
  50% {
    opacity: 1; }
  100% {
    transform: scale(1.2, 1.2);
    opacity: 0; } }
@keyframes pulsate {
  0% {
    transform: scale(0.1, 0.1);
    opacity: 0; }
  50% {
    opacity: 1; }
  100% {
    transform: scale(1.2, 1.2);
    opacity: 0; } }
@-webkit-keyframes bounce {
  0% {
    opacity: 0;
    transform: translateY(-2000px) rotate(-45deg); }
  60% {
    opacity: 1;
    transform: translateY(30px) rotate(-45deg); }
  80% {
    transform: translateY(-10px) rotate(-45deg); }
  100% {
    transform: translateY(0) rotate(-45deg); } }
@-moz-keyframes bounce {
  0% {
    opacity: 0;
    transform: translateY(-2000px) rotate(-45deg); }
  60% {
    opacity: 1;
    transform: translateY(30px) rotate(-45deg); }
  80% {
    transform: translateY(-10px) rotate(-45deg); }
  100% {
    transform: translateY(0) rotate(-45deg); } }
@-o-keyframes bounce {
  0% {
    opacity: 0;
    transform: translateY(-2000px) rotate(-45deg); }
  60% {
    opacity: 1;
    transform: translateY(30px) rotate(-45deg); }
  80% {
    transform: translateY(-10px) rotate(-45deg); }
  100% {
    transform: translateY(0) rotate(-45deg); } }
@keyframes bounce {
  0% {
    opacity: 0;
    transform: translateY(-2000px) rotate(-45deg); }
  60% {
    opacity: 1;
    transform: translateY(30px) rotate(-45deg); }
  80% {
    transform: translateY(-10px) rotate(-45deg); }
  100% {
    transform: translateY(0) rotate(-45deg); } }
@-webkit-keyframes focus-bounce {
  0% {
    transform: scale(0.95); }
  60% {
    transform: scale(1.03); }
  100% {
    transform: scale(1); } }
@-moz-keyframes focus-bounce {
  0% {
    transform: scale(0.95); }
  60% {
    transform: scale(1.03); }
  100% {
    transform: scale(1); } }
@-o-keyframes focus-bounce {
  0% {
    transform: scale(0.95); }
  60% {
    transform: scale(1.03); }
  100% {
    transform: scale(1); } }
@keyframes focus-bounce {
  0% {
    transform: scale(0.95); }
  60% {
    transform: scale(1.03); }
  100% {
    transform: scale(1); } }
@-webkit-keyframes slide-in-bottom {
  from {
    transform: translateY(-100%); }
  to {
    transfomr: translateY(0%); } }
@-moz-keyframes slide-in-bottom {
  from {
    transform: translateY(-100%); }
  to {
    transfomr: translateY(0%); } }
@-o-keyframes slide-in-bottom {
  from {
    transform: translateY(-100%); }
  to {
    transfomr: translateY(0%); } }
@keyframes slide-in-bottom {
  from {
    transform: translateY(-100%); }
  to {
    transfomr: translateY(0%); } }
@-webkit-keyframes slide-in-top {
  from {
    transform: translateY(100%); }
  to {
    transfomr: translateY(0%); } }
@-moz-keyframes slide-in-top {
  from {
    transform: translateY(100%); }
  to {
    transfomr: translateY(0%); } }
@-o-keyframes slide-in-top {
  from {
    transform: translateY(100%); }
  to {
    transfomr: translateY(0%); } }
@keyframes slide-in-top {
  from {
    transform: translateY(100%); }
  to {
    transfomr: translateY(0%); } }
@-webkit-keyframes slide-in-right {
  from {
    transform: translateX(100%); }
  to {
    transform: translateX(0%); } }
@-moz-keyframes slide-in-right {
  from {
    transform: translateX(100%); }
  to {
    transform: translateX(0%); } }
@-o-keyframes slide-in-right {
  from {
    transform: translateX(100%); }
  to {
    transform: translateX(0%); } }
@keyframes slide-in-right {
  from {
    transform: translateX(100%); }
  to {
    transform: translateX(0%); } }
@-webkit-keyframes slide-out-right {
  from {
    transform: translateX(0%); }
  to {
    transform: translateX(100%); } }
@-moz-keyframes slide-out-right {
  from {
    transform: translateX(0%); }
  to {
    transform: translateX(100%); } }
@-o-keyframes slide-out-right {
  from {
    transform: translateX(0%); }
  to {
    transform: translateX(100%); } }
@keyframes slide-out-right {
  from {
    transform: translateX(0%); }
  to {
    transform: translateX(100%); } }
@-webkit-keyframes slide-in-left {
  from {
    transform: translateX(-100%); }
  to {
    transform: translateX(0%); } }
@-moz-keyframes slide-in-left {
  from {
    transform: translateX(-100%); }
  to {
    transform: translateX(0%); } }
@-o-keyframes slide-in-left {
  from {
    transform: translateX(-100%); }
  to {
    transform: translateX(0%); } }
@keyframes slide-in-left {
  from {
    transform: translateX(-100%); }
  to {
    transform: translateX(0%); } }
@-webkit-keyframes slide-out-left {
  from {
    transform: translateX(0%); }
  to {
    transform: translateX(-100%); } }
@-moz-keyframes slide-out-left {
  from {
    transform: translateX(0%); }
  to {
    transform: translateX(-100%); } }
@-o-keyframes slide-out-left {
  from {
    transform: translateX(0%); }
  to {
    transform: translateX(-100%); } }
@keyframes slide-out-left {
  from {
    transform: translateX(0%); }
  to {
    transform: translateX(-100%); } }
body {
  margin: 0;
  padding: 0;
  color: #090909;
  background: #f2f2f2;
  font-family: "Open sans", "Segoe UI", "Segoe WP", Helvetica, Arial, sans-serif;
  line-height: 1.5;
  overflow-y: scroll;
  -webkit-font-smoothing: antialiased; }

* {
  box-sizing: border-box; }
  *:focus {
    outline: none; }
  *.center {
    text-align: center !important; }
  *.right {
    text-align: right !important; }
  *.left {
    text-align: left !important; }
  *.big {
    font-size: 4.5em; }
  *.no-margin {
    margin: 0; }
  *.relative {
    position: relative; }
  *::-webkit-scrollbar {
    height: 2px;
    border: none; }
  *::-webkit-scrollbar-track {
    border: none;
    -webkit-box-shadow: none; }

.background {
  background: #f2f2f2; }

h1 {
  line-height: 1;
  font-family: "Titillium Web", sans-serif;
  font-size: 32px;
  font-weight: normal; }

h2 {
  font-family: "Open sans", "Segoe UI", "Segoe WP", Helvetica, Arial, sans-serif, sans-serif;
  font-weight: normal;
  font-size: 1.3em; }
  h2.top {
    color: var(--primary-dark-color);
    position: relative;
    margin: 0;
    margin-bottom: 25px;
    font-family: Montserrat, sans-serif;
    font-weight: bold;
    font-size: 1.35em; }
    h2.top::after {
      content: "";
      position: absolute;
      width: 50px;
      height: 3px;
      background: var(--primary-color);
      left: 0;
      bottom: -5px; }

h3 {
  font-family: "Open sans", "Segoe UI", "Segoe WP", Helvetica, Arial, sans-serif;
  font-size: 1.3em;
  font-weight: lighter; }

fieldset {
  margin: 0;
  padding: 0;
  border: none; }

.fullpage {
  height: 100vh;
  position: relative; }

.error-page svg {
  height: 200px;
  width: auto;
  fill: var(--primary-color); }

.no-data, .nothing, .css-gg45go-NoOptionsMessage {
  text-align: center;
  color: #5a5a5a;
  font-size: 14px;
  font-style: italic; }

.not-found-action-box {
  padding: 50px 30px;
  background: #ffffff;
  text-align: center; }
  .not-found-action-box.small {
    padding: 30px; }
  .not-found-action-box .icon {
    margin: 0 auto;
    display: block;
    height: 100px; }
    .not-found-action-box .icon svg {
      height: 100px;
      width: auto;
      fill: var(--primary-color); }
  .not-found-action-box .no-data {
    font-size: 16px; }
  .not-found-action-box .action {
    -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    color: var(--primary-color); }
    .not-found-action-box .action:hover {
      color: var(--secondary-color);
      cursor: pointer; }

a, .as-link {
  text-decoration: none;
  color: var(--primary-color);
  display: inline; }
  a:hover, .as-link:hover {
    color: var(--secondary-color);
    cursor: pointer; }
  a:focus, a:active, .as-link:focus, .as-link:active {
    outline: none; }

.beta::before {
  content: "Beta";
  left: -25px;
  top: 15px;
  position: absolute;
  width: 100px;
  height: 20px;
  text-align: center;
  color: #ffffff;
  line-height: 20px;
  background: var(--primary-color);
  box-shadow: 0px 2px 4px 0px rgba(63, 12, 12, 0.29);
  transform: rotate(-45deg);
  font-family: Montserrat, sans-serif;
  font-size: 13px;
  font-weight: 900; }

button, .button {
  border: none;
  color: #f2f2f2;
  background: var(--primary-color);
  border: 1px solid var(--primary-color);
  min-height: 35px;
  padding: 5px 25px;
  font-size: 15px;
  font-family: Montserrat, sans-serif;
  font-weight: 100;
  display: inline-block;
  -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1); }
  button.center, .button.center {
    display: block;
    margin: 0 auto; }
  button.full, .button.full {
    padding: 5px 0;
    width: 100%; }
  button.back, button.dark, .button.back, .button.dark {
    margin-right: 15px;
    background: var(--secondary-color);
    border-color: var(--secondary-color); }
    button.back:hover, button.dark:hover, .button.back:hover, .button.dark:hover {
      color: var(--secondary-color); }
  button:active, button:focus, .button:active, .button:focus {
    outline: none; }
  button.loading, .button.loading {
    padding-left: 40px; }
  button:hover, .button:hover {
    cursor: pointer;
    color: var(--primary-color);
    background: none;
    -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1); }
  button i.fa, .button i.fa {
    margin-right: 10px; }
    button i.fa.behind, .button i.fa.behind {
      margin-left: 10px;
      margin-right: 0; }
  button:disabled, .button:disabled {
    opacity: 0.6;
    pointer-events: none; }

img.rounded {
  border-radius: 50%; }

.lighten {
  position: relative;
  z-index: 0; }
  .lighten:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    background-color: #fff;
    opacity: 0.3; }

.darken {
  position: relative;
  z-index: 0; }
  .darken:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    background-color: #000;
    opacity: 0.3; }

.spinner {
  width: 40px;
  height: 40px;
  background-color: var(--primary-color);
  background-size: cover;
  margin: 50px auto;
  -webkit-animation: sk-rotateplane 1.2s infinite ease-in-out;
  animation: sk-rotateplane 1.2s infinite ease-in-out; }
  .spinner.small {
    width: 25px;
    height: 25px;
    margin: 20px 0; }
  .spinner.side-margin {
    margin: 0 10px; }
  .spinner.no-margin {
    margin: 0; }

.aside-view {
  display: flex;
  position: relative;
  min-height: 100vh; }
  .aside-view .aside-view-content {
    text-align: center;
    align-self: center; }
    .aside-view .aside-view-content .step-form .form {
      display: none; }
      .aside-view .aside-view-content .step-form .form.active {
        display: inline-block; }
    .aside-view .aside-view-content form {
      display: inline-block;
      width: 100%;
      text-align: left; }
    .aside-view .aside-view-content .input-container {
      margin: 0; }
  .aside-view .aside-view-image {
    flex: 4;
    width: 50%;
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    z-index: -1; }
    .aside-view .aside-view-image.linear-gradient {
      background: var(--primary-color);
      background: -moz-linear-gradient(-45deg, var(--primary-color) 0%, var(--secondary-color) 100%);
      background: -webkit-linear-gradient(-45deg, var(--primary-color) 0%, var(--secondary-color) 100%);
      background: linear-gradient(135deg, var(--primary-color) 0%, var(--secondary-color) 100%); }
    .aside-view .aside-view-image img {
      height: 100%;
      width: 100%;
      object-fit: cover; }

.overlay {
  height: 100vh;
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 1000;
  opacity: 0;
  user-select: none;
  pointer-events: none;
  -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1); }
  .overlay.active {
    opacity: 1;
    pointer-events: all;
    user-select: auto; }
  .overlay .background {
    background: #090909;
    width: 100%;
    height: 100%;
    position: relative;
    left: 0;
    top: 0;
    opacity: 0.85; }
  .overlay .children {
    z-index: 10;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%); }
  .overlay .overlay-component {
    background: #ffffff; }
    .overlay .overlay-component .drag-and-drop p {
      margin: 10px; }

.overhead {
  width: 100%;
  height: 100%;
  background: #f2f2f2;
  opacity: 0.99;
  position: absolute;
  z-index: 1000;
  position: absolute;
  left: 0;
  top: 0;
  display: none; }

.page {
  position: absolute;
  width: 100%;
  min-height: 100vh;
  background: #f2f2f2; }
  .page.pagefade-enter {
    opacity: 0;
    z-index: 1000000; }
  .page.pagefade-exit {
    opacity: 0; }
  .page.pagefade-enter.pagefade-enter-active {
    opacity: 1;
    transition: all 250ms ease-in; }
  .page.nothing footer {
    background: var(--primary-color);
    background: -moz-linear-gradient(to bottom, var(--primary-color) 0%, var(--secondary-color) 270%);
    background: -webkit-linear-gradient(to bottom, var(--primary-color) 0%, var(--secondary-color) 270%);
    background: linear-gradient(to bottom, var(--primary-color) 0%, var(--secondary-color) 270%);
    margin-top: 250px; }
    .page.nothing footer::after {
      width: 100%;
      height: 150px;
      content: "";
      position: absolute;
      top: -149px;
      left: 0;
      z-index: 99;
      background-position-y: -1px;
      background: linear-gradient(177deg, transparent 49%, var(--primary-color) 50%) no-repeat top/100% 150px, linear-gradient(-5deg, transparent 49%, transparent 50%) no-repeat bottom/100% 150px, transparent; }
    .page.nothing footer .top .list {
      color: #ffffff; }
      .page.nothing footer .top .list a {
        color: #ffffff; }
        .page.nothing footer .top .list a:hover {
          color: var(--primary-dark-color); }
      .page.nothing footer .top .list h1 {
        color: #ffffff; }
        .page.nothing footer .top .list h1::after {
          background: #ffffff; }
    .page.nothing footer .top .social i {
      background: #ffffff;
      border-color: #ffffff;
      color: var(--primary-color); }
      .page.nothing footer .top .social i:hover {
        color: #ffffff;
        background: transparent; }
    .page.nothing footer .red {
      display: none; }
    .page.nothing footer .white {
      display: block; }
    .page.nothing footer i.green {
      color: #ffffff; }
    .page.nothing footer .bottom {
      color: #ffffff; }
      .page.nothing footer .bottom .version {
        color: #ffffff; }
  .page.contact footer {
    margin-top: 0px; }

.scrollable, .scroll, .pg-viewer-wrapper, textarea {
  overflow-y: scroll;
  overflow-x: hidden; }
  .scrollable.thick::-webkit-scrollbar, .scroll.thick::-webkit-scrollbar, .pg-viewer-wrapper.thick::-webkit-scrollbar, textarea.thick::-webkit-scrollbar {
    width: 6px; }
  .scrollable::-webkit-scrollbar-track, .scroll::-webkit-scrollbar-track, .pg-viewer-wrapper::-webkit-scrollbar-track, textarea::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.1);
    background-color: #F5F5F5; }
  .scrollable::-webkit-scrollbar, .scroll::-webkit-scrollbar, .pg-viewer-wrapper::-webkit-scrollbar, textarea::-webkit-scrollbar {
    width: 2px;
    border-radius: 4px;
    background-color: #F5F5F5; }
  .scrollable::-webkit-scrollbar-thumb, .scroll::-webkit-scrollbar-thumb, .pg-viewer-wrapper::-webkit-scrollbar-thumb, textarea::-webkit-scrollbar-thumb {
    background-color: var(--primary-color); }

.progress-bar {
  width: 100%;
  height: 8px;
  border-radius: 5px; }
  .progress-bar .progress {
    background-color: var(--primary-color);
    height: 100%;
    margin: 0;
    -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1); }

.close-button:hover {
  cursor: pointer; }
.close-button div {
  height: 100%; }
.close-button svg {
  height: 100%;
  width: auto;
  -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1); }
  .close-button svg:hover {
    fill: var(--primary-color); }

.actions .status {
  border-radius: 30px;
  background: var(--primary-color);
  color: #ffffff;
  font-size: 12px;
  padding: 8px 10px;
  align-self: center; }
  .actions .status.green {
    background: green;
    color: #ffffff; }
  .actions .status.gray {
    background: #d2d2d2;
    color: #090909; }
  .actions .status.red {
    background: #d32525;
    color: #ffffff; }

.action-icons {
  height: 40px;
  width: auto;
  display: flex; }
  .action-icons .action-icon {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    display: block;
    position: relative;
    z-index: 10;
    flex: 1; }
    .action-icons .action-icon:not(:last-child) {
      margin-right: 10px; }
    .action-icons .action-icon.green::after {
      background: green; }
    .action-icons .action-icon.green svg {
      fill: green; }
    .action-icons .action-icon::after {
      content: "";
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      border-radius: 50%;
      background: var(--primary-color);
      opacity: 0.1;
      z-index: -1;
      -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
      transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1); }
    .action-icons .action-icon:hover {
      cursor: pointer; }
      .action-icons .action-icon:hover svg {
        fill: #ffffff; }
      .action-icons .action-icon:hover::after {
        opacity: 0.9; }
  .action-icons svg {
    height: 30px;
    width: 30px;
    margin: 5px;
    padding: 5px;
    fill: var(--primary-color);
    -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1); }
    .action-icons svg:hover {
      fill: var(--primary-dark-color); }

.filePreviewer-container {
  height: 100%;
  pointer-events: none; }
  .filePreviewer-container .pg-viewer-wrapper, .filePreviewer-container .pg-viewer, .filePreviewer-container .pg-viewer-container {
    pointer-events: none; }
  .filePreviewer-container .pg-viewer-wrapper {
    overflow-y: auto; }
    .filePreviewer-container .pg-viewer-wrapper img {
      background: #ffffff; }

.files {
  display: flex; }
  .files .file {
    max-width: 230px;
    height: 100px;
    position: relative;
    user-select: none; }
    .files .file::after {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      height: 100%;
      width: 100%;
      background: #090909;
      opacity: 0;
      pointer-events: none;
      -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
      transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1); }
    .files .file:hover {
      cursor: pointer; }
      .files .file:hover::after {
        pointer-events: all;
        opacity: 0.3; }
    .files .file:not(:last-child) {
      margin-right: 3px; }
    .files .file img {
      height: 100%;
      width: auto;
      max-width: 100%;
      min-width: 30px;
      object-fit: cover;
      display: block; }

.pin {
  width: 30px;
  height: 30px;
  border-radius: 50% 50% 50% 0;
  background: #00cae9;
  position: absolute;
  transform: rotate(-45deg);
  left: 50%;
  top: 50%;
  margin: -20px 0 0 -20px;
  z-index: 1000; }
  .pin:after {
    content: "";
    width: 14px;
    height: 14px;
    margin: 8px 0 0 8px;
    background: #e6e6e6;
    position: absolute;
    border-radius: 50%; }

.bounce {
  animation-name: bounce;
  animation-fill-mode: both;
  animation-duration: 1s; }

.pulse {
  background: #d6d4d4;
  border-radius: 50%;
  height: 14px;
  width: 14px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: 11px 0px 0px -12px;
  transform: rotateX(55deg);
  z-index: 999; }
  .pulse:after {
    content: "";
    border-radius: 50%;
    height: 40px;
    width: 40px;
    position: absolute;
    margin: -13px 0 0 -13px;
    animation: pulsate 1s ease-out;
    animation-iteration-count: infinite;
    opacity: 0;
    box-shadow: 0 0 1px 2px #00cae9;
    animation-delay: 1.1s; }

.alert-stack {
  position: fixed;
  left: 20px;
  bottom: 40px;
  z-index: 10000; }
  .alert-stack .alert {
    background: #ffffff;
    padding: 20px;
    box-shadow: 0px 0px 20px -1px rgba(0, 0, 0, 0.2);
    margin-bottom: 10px;
    max-width: 300px;
    -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1); }
    .alert-stack .alert.animateIn {
      -webkit-animation: 0.3s slide-in-left;
      -moz-animation: 0.3s slide-in-left;
      -o-animation: 0.3s slide-in-left;
      animation: 0.3s slide-in-left; }
    .alert-stack .alert.animateOut {
      transform: translateX(-100%);
      box-shadow: none;
      -webkit-animation: 0.3s slide-out-left;
      -moz-animation: 0.3s slide-out-left;
      -o-animation: 0.3s slide-out-left;
      animation: 0.3s slide-out-left; }
    .alert-stack .alert.hidden {
      display: none; }
    .alert-stack .alert .description {
      font-size: 14px; }
    .alert-stack .alert.success {
      border-left: 2px solid green; }
    .alert-stack .alert.error {
      border-left: 2px solid #d32525; }
    .alert-stack .alert.warning {
      border-left: 2px solid orange; }

.collapsible {
  display: flex;
  padding: 8px 0;
  justify-content: space-between;
  border-bottom: 1px solid #d2d2d2; }
  .collapsible:hover {
    cursor: pointer; }
  .collapsible.open svg {
    transform: rotateZ(90deg); }
  .collapsible svg {
    transform: rotateZ(-90deg);
    height: 20px;
    fill: #d2d2d2; }

.dropdown {
  position: relative;
  height: 100%;
  z-index: 10; }
  .dropdown.active {
    box-shadow: 0px 0px 20px -1px rgba(0, 0, 0, 0.2); }
    .dropdown.active .items {
      opacity: 1;
      pointer-events: all; }
    .dropdown.active .item.active {
      background: #d2d2d2; }
      .dropdown.active .item.active svg {
        fill: #ffffff; }
    .dropdown.active .item svg {
      transform: rotateZ(0deg); }
  .dropdown .items {
    position: absolute;
    box-shadow: 0px 0px 20px -1px rgba(0, 0, 0, 0.2);
    z-index: -1;
    width: 100%;
    max-height: 300px;
    opacity: 0;
    pointer-events: none; }
    .dropdown .items .item {
      padding: 12px 18px;
      height: auto; }
  .dropdown .item {
    display: flex;
    background: #ffffff;
    box-sizing: border-box;
    padding: 0 18px;
    line-height: initial;
    height: 100%;
    -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1); }
    .dropdown .item:hover {
      cursor: pointer;
      background: #f2f2f2; }
    .dropdown .item img, .dropdown .item div {
      align-self: center; }
    .dropdown .item img {
      height: 25px;
      width: 25px;
      display: block;
      margin-right: 10px;
      object-fit: contain; }
    .dropdown .item svg {
      display: block;
      transform: rotateZ(-180deg);
      -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
      transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1); }
    .dropdown .item .carrot {
      margin-left: 5px; }

.options-menu {
  position: relative;
  width: 20px;
  height: 20px; }
  .options-menu--open .options-menu__options {
    display: block; }
  .options-menu__dots {
    width: 20px;
    height: 20px;
    line-height: 20px; }
    .options-menu__dots svg {
      fill: #090909;
      -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
      transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1); }
    .options-menu__dots:hover {
      cursor: pointer; }
      .options-menu__dots:hover svg {
        fill: var(--primary-color); }
  .options-menu__options {
    display: none;
    right: 0;
    top: 40px;
    z-index: 10;
    position: absolute;
    background: #ffffff;
    box-shadow: 0px 0px 35px rgba(0, 0, 0, 0.2); }
    .options-menu__options::after {
      border: solid transparent;
      content: " ";
      height: 0;
      width: 0;
      position: absolute;
      pointer-events: none;
      border-bottom-color: #ffffff;
      border-width: 15px;
      right: 0px;
      top: -30px; }
    .options-menu__options__item {
      padding: 8px 32px;
      -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
      transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1); }
      .options-menu__options__item:hover {
        cursor: pointer;
        background: var(--primary-color);
        color: #ffffff; }

footer {
  width: 100%;
  height: auto;
  position: relative; }
  footer.red {
    background: var(--primary-color);
    background: -moz-linear-gradient(to bottom, var(--primary-color) 0%, var(--secondary-color) 270%);
    background: -webkit-linear-gradient(to bottom, var(--primary-color) 0%, var(--secondary-color) 270%);
    background: linear-gradient(to bottom, var(--primary-color) 0%, var(--secondary-color) 270%); }
    footer.red::after {
      width: 100%;
      height: 149px;
      content: "";
      position: absolute;
      top: -149px;
      left: 0;
      z-index: 99;
      background-position-y: -1px;
      background: linear-gradient(177deg, transparent 49%, var(--primary-color) 50%) no-repeat top/100% 150px, linear-gradient(-5deg, transparent 49%, transparent 50%) no-repeat bottom/100% 150px, transparent; }
    footer.red .red {
      display: none; }
    footer.red .white {
      display: block; }
    footer.red .top .list {
      color: #ffffff; }
      footer.red .top .list a {
        color: #ffffff; }
        footer.red .top .list a.kolmans {
          color: #ffffff; }
        footer.red .top .list a:hover {
          color: var(--primary-dark-color); }
      footer.red .top .list h1 {
        color: #ffffff; }
        footer.red .top .list h1::after {
          background: #ffffff; }
    footer.red .top .social i {
      background: transparent;
      color: #ffffff;
      border-color: #ffffff; }
      footer.red .top .social i:hover {
        color: var(--primary-color);
        background: #ffffff; }
    footer.red i.green {
      color: #ffffff; }
    footer.red .bottom {
      color: #ffffff; }
      footer.red .bottom .version {
        color: #ffffff; }
  footer.app {
    height: auto;
    min-height: initial;
    margin-top: 30px;
    position: absolute;
    bottom: 0; }
  footer hr {
    width: 100%;
    border-color: var(--primary-color); }
  footer .white {
    display: none; }
  footer a {
    color: var(--primary-dark-color); }
    footer a:hover {
      color: var(--primary-color);
      -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
      transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1); }
  footer .top .middle {
    width: 100%;
    margin: auto;
    min-height: 100px;
    height: auto;
    float: none;
    display: flex;
    flex: 4; }
    footer .top .middle > * {
      vertical-align: top; }
  footer .top .list {
    flex: 1;
    height: auto;
    position: relative;
    box-sizing: border-box;
    text-align: left;
    color: var(--primary-dark-color); }
    footer .top .list.two {
      flex: 2; }
    footer .top .list h1 {
      width: 100%;
      color: var(--primary-dark-color);
      font-size: 1em;
      font-weight: bold;
      font-family: Montserrat, sans-serif;
      margin: 15px 0;
      padding: 0;
      position: relative; }
      footer .top .list h1::after {
        content: "";
        position: absolute;
        left: 0;
        bottom: -9px;
        width: 35px;
        height: 3px;
        background: var(--primary-color); }
    footer .top .list a {
      width: 100%;
      height: 30px;
      line-height: 30px;
      display: inline-block;
      -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
      transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1); }
      footer .top .list a.kolmans {
        color: var(--primary-color);
        font-weight: bold;
        width: auto; }
        footer .top .list a.kolmans:hover {
          color: var(--primary-dark-color); }
      footer .top .list a:hover {
        color: var(--primary-color);
        -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
        transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1); }
  footer .top .languages {
    width: 100px;
    height: 35px;
    padding-right: 20px;
    border: 1px solid var(--primary-color);
    float: left;
    color: white;
    position: relative;
    margin-top: 10px; }
    footer .top .languages::after {
      right: 8px;
      top: 0;
      content: "";
      position: absolute;
      line-height: 35px;
      font-weight: 900;
      font-family: "Font Awesome 5 Free"; }
    footer .top .languages ul {
      display: block;
      list-style: none;
      padding: 0px;
      margin: 0; }
      footer .top .languages ul li {
        width: 100px;
        height: 35px;
        line-height: 35px;
        display: none;
        text-align: center; }
        footer .top .languages ul li.active {
          display: block; }
  footer .top .moto {
    color: var(--primary-color);
    text-align: center;
    padding: 15px 0;
    font-family: "Open sans", "Segoe UI", "Segoe WP", Helvetica, Arial, sans-serif;
    font-weight: bold;
    font-size: 28px; }
  footer .top .social {
    width: 100%;
    margin: auto;
    height: 100px;
    line-height: 100px;
    color: var(--primary-dark-color);
    text-align: left;
    font-size: 30px; }
    footer .top .social i {
      color: var(--primary-dark-color);
      padding: 8px;
      width: 50px;
      height: 50px;
      text-align: center;
      border: 2px solid var(--primary-dark-color);
      border-radius: 50%;
      margin-right: 5px;
      -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
      transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1); }
      footer .top .social i:hover {
        -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
        transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
        color: var(--primary-color);
        cursor: pointer; }
  footer i.green {
    color: var(--primary-color);
    font-style: normal; }
  footer .bottom {
    height: 50px;
    line-height: 50px;
    color: var(--primary-dark-color);
    background: transparent;
    font-size: 15px; }
    footer .bottom .copy {
      width: auto;
      display: inline-block;
      height: 50px;
      float: left;
      line-height: 50px;
      margin-left: 120px; }
    footer .bottom .version {
      float: right;
      font-size: 13px;
      font-style: italic;
      color: var(--primary-color); }
    footer .bottom img {
      height: 40px;
      width: auto;
      margin-top: -5px;
      position: absolute;
      margin-left: -120px; }
    footer .bottom .up {
      float: right;
      width: 35px;
      height: 35px; }

@media only screen and (max-width: 1190px) {
  .beta::before {
    display: none; }

  footer .container {
    width: 90%; }
  footer .top {
    width: 90%; } }
@media only screen and (max-width: 660px) {
  .page {
    padding-bottom: 42px; }

  button {
    padding: 0 15px; }

  .hidden-small {
    display: none !important; }

  footer.app {
    display: none; }
  footer .top {
    width: 90%;
    margin: 0 auto; }
    footer .top .middle {
      text-align: left;
      display: block; }
    footer .top .list {
      width: 100%;
      text-align: left;
      padding: 0;
      margin-top: 35px; }
    footer .top .languages {
      float: none;
      margin-left: auto;
      margin-right: auto; }
    footer .top .social {
      text-align: left; }
  footer .bottom {
    width: 90%;
    margin: 0 auto; } }
.flatpickr-calendar {
  background: transparent;
  overflow: hidden;
  max-height: 0;
  opacity: 0;
  visibility: hidden;
  text-align: center;
  padding: 0;
  -webkit-animation: none;
  animation: none;
  direction: ltr;
  border: 0;
  font-size: 14px;
  line-height: 24px;
  border-radius: 5px;
  position: absolute;
  width: 307.875px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -ms-touch-action: manipulation;
  touch-action: manipulation; }
  .flatpickr-calendar.open, .flatpickr-calendar.inline {
    opacity: 1;
    visibility: visible;
    overflow: visible;
    max-height: 640px; }
  .flatpickr-calendar.open {
    display: inline-block;
    z-index: 99999; }
  .flatpickr-calendar.animate.open {
    -webkit-animation: fpFadeInDown 300ms cubic-bezier(0.23, 1, 0.32, 1);
    animation: fpFadeInDown 300ms cubic-bezier(0.23, 1, 0.32, 1); }
  .flatpickr-calendar.inline {
    display: block;
    position: relative;
    top: 2px; }
  .flatpickr-calendar.static {
    position: absolute;
    top: calc(100% + 2px); }
    .flatpickr-calendar.static.open {
      z-index: 999;
      display: block; }
  .flatpickr-calendar.hasWeeks {
    width: auto; }
  .flatpickr-calendar .hasWeeks .dayContainer, .flatpickr-calendar .hasTime .dayContainer {
    border-bottom: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0; }
  .flatpickr-calendar .hasWeeks .dayContainer {
    border-left: 0; }
  .flatpickr-calendar.showTimeInput.hasTime .flatpickr-time {
    height: 40px;
    border-top: 1px solid rgba(72, 72, 72, 0.2); }
  .flatpickr-calendar.showTimeInput.hasTime .flatpickr-innerContainer {
    border-bottom: 0; }
  .flatpickr-calendar.showTimeInput.hasTime .flatpickr-time {
    border: 1px solid rgba(72, 72, 72, 0.2); }
  .flatpickr-calendar.noCalendar.hasTime .flatpickr-time {
    height: auto; }
  .flatpickr-calendar:before, .flatpickr-calendar:after {
    position: absolute;
    display: none;
    pointer-events: none;
    border: solid transparent;
    content: "";
    height: 0;
    width: 0;
    left: 22px; }
  .flatpickr-calendar.rightMost:before, .flatpickr-calendar.rightMost:after {
    left: auto;
    right: 22px; }
  .flatpickr-calendar:before {
    border-width: 5px;
    margin: 0 -5px; }
  .flatpickr-calendar:after {
    border-width: 4px;
    margin: 0 -4px; }
  .flatpickr-calendar.arrowTop:before, .flatpickr-calendar.arrowTop:after {
    bottom: 100%; }
  .flatpickr-calendar.arrowTop:before {
    border-bottom-color: rgba(72, 72, 72, 0.2); }
  .flatpickr-calendar.arrowTop:after {
    border-bottom-color: #883535; }
  .flatpickr-calendar.arrowBottom:before, .flatpickr-calendar.arrowBottom:after {
    top: 100%; }
  .flatpickr-calendar.arrowBottom:before {
    border-top-color: rgba(72, 72, 72, 0.2); }
  .flatpickr-calendar.arrowBottom:after {
    border-top-color: #883535; }
  .flatpickr-calendar:focus {
    outline: 0; }

.flatpickr-wrapper {
  position: relative;
  display: inline-block; }

.flatpickr-month {
  border-radius: 5px 5px 0 0;
  background: #883535;
  color: #fff;
  fill: #fff;
  height: 28px;
  line-height: 1;
  text-align: center;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  overflow: hidden; }

.flatpickr-prev-month, .flatpickr-next-month {
  text-decoration: none;
  cursor: pointer;
  position: absolute;
  top: 0px;
  line-height: 16px;
  height: 28px;
  padding: 10px calc(3.57% - 1.5px);
  z-index: 3; }

.flatpickr-prev-month i, .flatpickr-next-month i {
  position: relative; }

.flatpickr-prev-month.flatpickr-prev-month {
  left: 0; }

.flatpickr-next-month.flatpickr-prev-month {
  left: 0;
  right: 0; }
.flatpickr-next-month.flatpickr-next-month {
  right: 0; }

.flatpickr-prev-month:hover, .flatpickr-next-month:hover {
  color: #bbb; }

.flatpickr-prev-month:hover svg, .flatpickr-next-month:hover svg {
  fill: #f64747; }

.flatpickr-prev-month svg, .flatpickr-next-month svg {
  width: 14px; }

.flatpickr-prev-month svg path, .flatpickr-next-month svg path {
  -webkit-transition: fill 0.1s;
  transition: fill 0.1s;
  fill: inherit; }

.numInputWrapper {
  position: relative;
  height: auto; }
  .numInputWrapper input, .numInputWrapper span {
    display: inline-block; }
  .numInputWrapper input {
    width: 100%; }
  .numInputWrapper span {
    position: absolute;
    right: 0;
    width: 14px;
    padding: 0 4px 0 2px;
    height: 50%;
    line-height: 50%;
    opacity: 0;
    cursor: pointer;
    border: 1px solid rgba(72, 72, 72, 0.05);
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
    .numInputWrapper span:hover {
      background: rgba(0, 0, 0, 0.1); }
    .numInputWrapper span:active {
      background: rgba(0, 0, 0, 0.2); }
    .numInputWrapper span:after {
      display: block;
      content: "";
      position: absolute;
      top: 33%; }
    .numInputWrapper span.arrowUp {
      top: 0;
      border-bottom: 0; }
      .numInputWrapper span.arrowUp:after {
        border-left: 4px solid transparent;
        border-right: 4px solid transparent;
        border-bottom: 4px solid rgba(72, 72, 72, 0.6); }
    .numInputWrapper span.arrowDown {
      top: 50%; }
      .numInputWrapper span.arrowDown:after {
        border-left: 4px solid transparent;
        border-right: 4px solid transparent;
        border-top: 4px solid rgba(72, 72, 72, 0.6); }
    .numInputWrapper span svg {
      width: inherit;
      height: auto; }
      .numInputWrapper span svg path {
        fill: rgba(255, 255, 255, 0.5); }
  .numInputWrapper:hover {
    background: rgba(0, 0, 0, 0.05); }
    .numInputWrapper:hover span {
      opacity: 1; }

.flatpickr-current-month {
  font-size: 135%;
  line-height: inherit;
  font-weight: 300;
  color: inherit;
  position: absolute;
  width: 75%;
  left: 12.5%;
  padding: 6.16px 0 0 0;
  line-height: 1;
  height: 28px;
  display: inline-block;
  text-align: center;
  -webkit-transform: translate3d(0px, 0px, 0px);
  transform: translate3d(0px, 0px, 0px); }
  .flatpickr-current-month.slideLeft {
    -webkit-transform: translate3d(-100%, 0px, 0px);
    transform: translate3d(-100%, 0px, 0px);
    -webkit-animation: fpFadeOut 400ms ease, fpSlideLeft 400ms cubic-bezier(0.23, 1, 0.32, 1);
    animation: fpFadeOut 400ms ease, fpSlideLeft 400ms cubic-bezier(0.23, 1, 0.32, 1); }
  .flatpickr-current-month.slideLeftNew {
    -webkit-transform: translate3d(100%, 0px, 0px);
    transform: translate3d(100%, 0px, 0px);
    -webkit-animation: fpFadeIn 400ms ease, fpSlideLeftNew 400ms cubic-bezier(0.23, 1, 0.32, 1);
    animation: fpFadeIn 400ms ease, fpSlideLeftNew 400ms cubic-bezier(0.23, 1, 0.32, 1); }
  .flatpickr-current-month.slideRight {
    -webkit-transform: translate3d(100%, 0px, 0px);
    transform: translate3d(100%, 0px, 0px);
    -webkit-animation: fpFadeOut 400ms ease, fpSlideRight 400ms cubic-bezier(0.23, 1, 0.32, 1);
    animation: fpFadeOut 400ms ease, fpSlideRight 400ms cubic-bezier(0.23, 1, 0.32, 1); }
  .flatpickr-current-month.slideRightNew {
    -webkit-transform: translate3d(0, 0, 0px);
    transform: translate3d(0, 0, 0px);
    -webkit-animation: fpFadeIn 400ms ease, fpSlideRightNew 400ms cubic-bezier(0.23, 1, 0.32, 1);
    animation: fpFadeIn 400ms ease, fpSlideRightNew 400ms cubic-bezier(0.23, 1, 0.32, 1); }
  .flatpickr-current-month span.cur-month {
    font-family: inherit;
    font-weight: 700;
    color: inherit;
    display: inline-block;
    margin-left: 0.5ch;
    padding: 0; }
    .flatpickr-current-month span.cur-month:hover {
      background: rgba(0, 0, 0, 0.05); }
  .flatpickr-current-month .numInputWrapper {
    width: 6ch;
    width: 7ch;
    display: inline-block; }
    .flatpickr-current-month .numInputWrapper span.arrowUp:after {
      border-bottom-color: #fff; }
    .flatpickr-current-month .numInputWrapper span.arrowDown:after {
      border-top-color: #fff; }
  .flatpickr-current-month input.cur-year {
    background: transparent;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: inherit;
    cursor: default;
    padding: 0 0 0 0.5ch;
    margin: 0;
    display: inline-block;
    font-size: inherit;
    font-family: inherit;
    font-weight: 300;
    line-height: inherit;
    height: initial;
    border: 0;
    border-radius: 0;
    vertical-align: initial; }
    .flatpickr-current-month input.cur-year:focus {
      outline: 0; }
    .flatpickr-current-month input.cur-year[disabled] {
      font-size: 100%;
      color: rgba(255, 255, 255, 0.5);
      background: transparent;
      pointer-events: none; }
      .flatpickr-current-month input.cur-year[disabled]:hover {
        font-size: 100%;
        color: rgba(255, 255, 255, 0.5);
        background: transparent;
        pointer-events: none; }

.flatpickr-weekdays {
  background: #883535;
  text-align: center;
  overflow: hidden;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 28px; }

span.flatpickr-weekday {
  cursor: default;
  font-size: 90%;
  background: #883535;
  color: rgba(0, 0, 0, 0.54);
  line-height: 1;
  margin: 0;
  text-align: center;
  display: block;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-weight: bolder; }

.dayContainer, .flatpickr-weeks {
  padding: 1px 0 0 0; }

.flatpickr-days {
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 307.875px;
  border-left: 1px solid rgba(72, 72, 72, 0.2);
  border-right: 1px solid rgba(72, 72, 72, 0.2); }
  .flatpickr-days:focus {
    outline: 0; }

.dayContainer {
  padding: 0;
  outline: 0;
  text-align: left;
  width: 307.875px;
  min-width: 307.875px;
  max-width: 307.875px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  -webkit-transform: translate3d(0px, 0px, 0px);
  transform: translate3d(0px, 0px, 0px);
  opacity: 1; }

.flatpickr-calendar.animate .dayContainer.slideLeft {
  -webkit-animation: fpFadeOut 400ms cubic-bezier(0.23, 1, 0.32, 1), fpSlideLeft 400ms cubic-bezier(0.23, 1, 0.32, 1);
  animation: fpFadeOut 400ms cubic-bezier(0.23, 1, 0.32, 1), fpSlideLeft 400ms cubic-bezier(0.23, 1, 0.32, 1);
  -webkit-transform: translate3d(-100%, 0px, 0px);
  transform: translate3d(-100%, 0px, 0px); }
.flatpickr-calendar.animate .dayContainer.slideLeftNew {
  -webkit-transform: translate3d(-100%, 0px, 0px);
  transform: translate3d(-100%, 0px, 0px);
  -webkit-animation: fpFadeIn 400ms cubic-bezier(0.23, 1, 0.32, 1), fpSlideLeft 400ms cubic-bezier(0.23, 1, 0.32, 1);
  animation: fpFadeIn 400ms cubic-bezier(0.23, 1, 0.32, 1), fpSlideLeft 400ms cubic-bezier(0.23, 1, 0.32, 1); }
.flatpickr-calendar.animate .dayContainer.slideRight {
  -webkit-animation: fpFadeOut 400ms cubic-bezier(0.23, 1, 0.32, 1), fpSlideRight 400ms cubic-bezier(0.23, 1, 0.32, 1);
  animation: fpFadeOut 400ms cubic-bezier(0.23, 1, 0.32, 1), fpSlideRight 400ms cubic-bezier(0.23, 1, 0.32, 1);
  -webkit-transform: translate3d(100%, 0px, 0px);
  transform: translate3d(100%, 0px, 0px); }
.flatpickr-calendar.animate .dayContainer.slideRightNew {
  -webkit-animation: fpFadeIn 400ms cubic-bezier(0.23, 1, 0.32, 1), fpSlideRightNew 400ms cubic-bezier(0.23, 1, 0.32, 1);
  animation: fpFadeIn 400ms cubic-bezier(0.23, 1, 0.32, 1), fpSlideRightNew 400ms cubic-bezier(0.23, 1, 0.32, 1); }

.flatpickr-day {
  background: none;
  border: 1px solid transparent;
  border-radius: 150px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #484848;
  cursor: pointer;
  font-weight: 400;
  width: 14.2857143%;
  -webkit-flex-basis: 14.2857143%;
  -ms-flex-preferred-size: 14.2857143%;
  flex-basis: 14.2857143%;
  max-width: 39px;
  height: 39px;
  line-height: 39px;
  margin: 0;
  display: inline-block;
  position: relative;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center; }
  .flatpickr-day.inRange, .flatpickr-day.prevMonthDay.inRange, .flatpickr-day.nextMonthDay.inRange, .flatpickr-day.today.inRange, .flatpickr-day.prevMonthDay.today.inRange, .flatpickr-day.nextMonthDay.today.inRange, .flatpickr-day:hover, .flatpickr-day.prevMonthDay:hover, .flatpickr-day.nextMonthDay:hover, .flatpickr-day:focus, .flatpickr-day.prevMonthDay:focus, .flatpickr-day.nextMonthDay:focus {
    cursor: pointer;
    outline: 0;
    background: #e2e2e2;
    border-color: #e2e2e2; }
  .flatpickr-day.today {
    border-color: #bbb; }
    .flatpickr-day.today:hover, .flatpickr-day.today:focus {
      border-color: #bbb;
      background: #bbb;
      color: #fff; }
  .flatpickr-day.selected, .flatpickr-day.startRange, .flatpickr-day.endRange, .flatpickr-day.selected.inRange, .flatpickr-day.startRange.inRange, .flatpickr-day.endRange.inRange, .flatpickr-day.selected:focus, .flatpickr-day.startRange:focus, .flatpickr-day.endRange:focus, .flatpickr-day.selected:hover, .flatpickr-day.startRange:hover, .flatpickr-day.endRange:hover, .flatpickr-day.selected.prevMonthDay, .flatpickr-day.startRange.prevMonthDay, .flatpickr-day.endRange.prevMonthDay, .flatpickr-day.selected.nextMonthDay, .flatpickr-day.startRange.nextMonthDay, .flatpickr-day.endRange.nextMonthDay {
    background: #883535;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #fff;
    border-color: #883535; }
  .flatpickr-day.selected.startRange, .flatpickr-day.startRange.startRange, .flatpickr-day.endRange.startRange {
    border-radius: 50px 0 0 50px; }
  .flatpickr-day.selected.endRange, .flatpickr-day.startRange.endRange, .flatpickr-day.endRange.endRange {
    border-radius: 0 50px 50px 0; }
  .flatpickr-day.selected.startRange + .endRange, .flatpickr-day.startRange.startRange + .endRange, .flatpickr-day.endRange.startRange + .endRange {
    -webkit-box-shadow: -10px 0 0 #883535;
    box-shadow: -10px 0 0 #883535; }
  .flatpickr-day.selected.startRange.endRange, .flatpickr-day.startRange.startRange.endRange {
    border-radius: 50px; }
  .flatpickr-day.inRange {
    border-radius: 0;
    -webkit-box-shadow: -5px 0 0 #e2e2e2, 5px 0 0 #e2e2e2;
    box-shadow: -5px 0 0 #e2e2e2, 5px 0 0 #e2e2e2; }
  .flatpickr-day.disabled {
    pointer-events: none;
    color: rgba(72, 72, 72, 0.3);
    background: transparent;
    border-color: transparent;
    cursor: default; }
    .flatpickr-day.disabled:hover {
      pointer-events: none;
      color: rgba(72, 72, 72, 0.3);
      background: transparent;
      border-color: transparent;
      cursor: default; }
  .flatpickr-day.prevMonthDay, .flatpickr-day.nextMonthDay {
    color: rgba(72, 72, 72, 0.3);
    background: transparent;
    border-color: transparent;
    cursor: default; }
  .flatpickr-day.notAllowed {
    color: rgba(72, 72, 72, 0.3);
    background: transparent;
    border-color: transparent;
    cursor: default; }
    .flatpickr-day.notAllowed.prevMonthDay, .flatpickr-day.notAllowed.nextMonthDay {
      color: rgba(72, 72, 72, 0.3);
      background: transparent;
      border-color: transparent;
      cursor: default; }
  .flatpickr-day.week.selected {
    border-radius: 0;
    -webkit-box-shadow: -5px 0 0 #883535, 5px 0 0 #883535;
    box-shadow: -5px 0 0 #883535, 5px 0 0 #883535; }

.rangeMode .flatpickr-day {
  margin-top: 1px; }

.flatpickr-weekwrapper {
  display: inline-block;
  float: left; }
  .flatpickr-weekwrapper .flatpickr-weeks {
    padding: 0 12px;
    border-left: 1px solid rgba(72, 72, 72, 0.2); }
  .flatpickr-weekwrapper .flatpickr-weekday {
    float: none;
    width: 100%;
    line-height: 28px; }
  .flatpickr-weekwrapper span.flatpickr-day {
    display: block;
    width: 100%;
    max-width: none; }

.flatpickr-innerContainer {
  display: block;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
  background: #fff;
  border-bottom: 1px solid rgba(72, 72, 72, 0.2); }

.flatpickr-rContainer {
  display: inline-block;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.flatpickr-time {
  text-align: center;
  outline: 0;
  display: block;
  height: 0;
  line-height: 40px;
  max-height: 40px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background: #fff;
  border-radius: 0 0 5px 5px; }
  .flatpickr-time:after {
    content: "";
    display: table;
    clear: both; }
  .flatpickr-time .numInputWrapper {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    width: 40%;
    height: 40px;
    float: left; }
    .flatpickr-time .numInputWrapper span.arrowUp:after {
      border-bottom-color: #484848; }
    .flatpickr-time .numInputWrapper span.arrowDown:after {
      border-top-color: #484848; }
  .flatpickr-time.hasSeconds .numInputWrapper {
    width: 26%; }
  .flatpickr-time.time24hr .numInputWrapper {
    width: 49%; }
  .flatpickr-time input {
    background: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 0;
    border-radius: 0;
    text-align: center;
    margin: 0;
    padding: 0;
    height: inherit;
    line-height: inherit;
    cursor: pointer;
    color: #484848;
    font-size: 14px;
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
    .flatpickr-time input.flatpickr-hour {
      font-weight: bold; }
    .flatpickr-time input.flatpickr-minute, .flatpickr-time input.flatpickr-second {
      font-weight: 400; }
    .flatpickr-time input:focus {
      outline: 0;
      border: 0; }
  .flatpickr-time .flatpickr-time-separator {
    height: inherit;
    display: inline-block;
    float: left;
    line-height: inherit;
    color: #484848;
    font-weight: bold;
    width: 2%;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center; }
  .flatpickr-time .flatpickr-am-pm {
    height: inherit;
    display: inline-block;
    float: left;
    line-height: inherit;
    color: #484848;
    font-weight: bold;
    width: 2%;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    outline: 0;
    width: 18%;
    cursor: pointer;
    text-align: center;
    font-weight: 400; }
    .flatpickr-time .flatpickr-am-pm:hover, .flatpickr-time .flatpickr-am-pm:focus {
      background: #ececec; }

.flatpickr-input[readonly] {
  cursor: pointer; }

@-webkit-keyframes fpFadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
@keyframes fpFadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
@-webkit-keyframes fpSlideLeft {
  from {
    -webkit-transform: translate3d(0px, 0px, 0px);
    transform: translate3d(0px, 0px, 0px); }
  to {
    -webkit-transform: translate3d(-100%, 0px, 0px);
    transform: translate3d(-100%, 0px, 0px); } }
@keyframes fpSlideLeft {
  from {
    -webkit-transform: translate3d(0px, 0px, 0px);
    transform: translate3d(0px, 0px, 0px); }
  to {
    -webkit-transform: translate3d(-100%, 0px, 0px);
    transform: translate3d(-100%, 0px, 0px); } }
@-webkit-keyframes fpSlideLeftNew {
  from {
    -webkit-transform: translate3d(100%, 0px, 0px);
    transform: translate3d(100%, 0px, 0px); }
  to {
    -webkit-transform: translate3d(0px, 0px, 0px);
    transform: translate3d(0px, 0px, 0px); } }
@keyframes fpSlideLeftNew {
  from {
    -webkit-transform: translate3d(100%, 0px, 0px);
    transform: translate3d(100%, 0px, 0px); }
  to {
    -webkit-transform: translate3d(0px, 0px, 0px);
    transform: translate3d(0px, 0px, 0px); } }
@-webkit-keyframes fpSlideRight {
  from {
    -webkit-transform: translate3d(0, 0, 0px);
    transform: translate3d(0, 0, 0px); }
  to {
    -webkit-transform: translate3d(100%, 0px, 0px);
    transform: translate3d(100%, 0px, 0px); } }
@keyframes fpSlideRight {
  from {
    -webkit-transform: translate3d(0, 0, 0px);
    transform: translate3d(0, 0, 0px); }
  to {
    -webkit-transform: translate3d(100%, 0px, 0px);
    transform: translate3d(100%, 0px, 0px); } }
@-webkit-keyframes fpSlideRightNew {
  from {
    -webkit-transform: translate3d(-100%, 0, 0px);
    transform: translate3d(-100%, 0, 0px); }
  to {
    -webkit-transform: translate3d(0, 0, 0px);
    transform: translate3d(0, 0, 0px); } }
@keyframes fpSlideRightNew {
  from {
    -webkit-transform: translate3d(-100%, 0, 0px);
    transform: translate3d(-100%, 0, 0px); }
  to {
    -webkit-transform: translate3d(0, 0, 0px);
    transform: translate3d(0, 0, 0px); } }
@-webkit-keyframes fpFadeOut {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }
@keyframes fpFadeOut {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }
@-webkit-keyframes fpFadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
@keyframes fpFadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
@-webkit-keyframes cookie {
  0% {
    left: 0%;
    transform: translate(-50%, -50%) rotate(-90deg);
    opacity: 0; }
  60% {
    left: 52%;
    transform: translate(-50%, -50%) rotate(4deg); }
  100% {
    left: 50%;
    transform: translate(-50%, -50%) translateX(0%);
    opacity: 1; } }
@-moz-keyframes cookie {
  0% {
    left: 0%;
    transform: translate(-50%, -50%) rotate(-90deg);
    opacity: 0; }
  60% {
    left: 52%;
    transform: translate(-50%, -50%) rotate(4deg); }
  100% {
    left: 50%;
    transform: translate(-50%, -50%) translateX(0%);
    opacity: 1; } }
@-o-keyframes cookie {
  0% {
    left: 0%;
    transform: translate(-50%, -50%) rotate(-90deg);
    opacity: 0; }
  60% {
    left: 52%;
    transform: translate(-50%, -50%) rotate(4deg); }
  100% {
    left: 50%;
    transform: translate(-50%, -50%) translateX(0%);
    opacity: 1; } }
@keyframes cookie {
  0% {
    left: 0%;
    transform: translate(-50%, -50%) rotate(-90deg);
    opacity: 0; }
  60% {
    left: 52%;
    transform: translate(-50%, -50%) rotate(4deg); }
  100% {
    left: 50%;
    transform: translate(-50%, -50%) translateX(0%);
    opacity: 1; } }
@-webkit-keyframes sk-rotateplane {
  0% {
    -webkit-transform: perspective(120px); }
  50% {
    -webkit-transform: perspective(120px) rotateY(180deg); }
  100% {
    -webkit-transform: perspective(120px) rotateY(180deg) rotateX(180deg); } }
@-moz-keyframes sk-rotateplane {
  0% {
    -webkit-transform: perspective(120px); }
  50% {
    -webkit-transform: perspective(120px) rotateY(180deg); }
  100% {
    -webkit-transform: perspective(120px) rotateY(180deg) rotateX(180deg); } }
@-o-keyframes sk-rotateplane {
  0% {
    -webkit-transform: perspective(120px); }
  50% {
    -webkit-transform: perspective(120px) rotateY(180deg); }
  100% {
    -webkit-transform: perspective(120px) rotateY(180deg) rotateX(180deg); } }
@keyframes sk-rotateplane {
  0% {
    -webkit-transform: perspective(120px); }
  50% {
    -webkit-transform: perspective(120px) rotateY(180deg); }
  100% {
    -webkit-transform: perspective(120px) rotateY(180deg) rotateX(180deg); } }
@-webkit-keyframes menu-slide-in {
  0% {
    transform: translateX(250px);
    -webkit-transform: translateX(250px); }
  100% {
    transform: translateX(0);
    -webkit-transform: translateX(0); } }
@-moz-keyframes menu-slide-in {
  0% {
    transform: translateX(250px);
    -webkit-transform: translateX(250px); }
  100% {
    transform: translateX(0);
    -webkit-transform: translateX(0); } }
@-o-keyframes menu-slide-in {
  0% {
    transform: translateX(250px);
    -webkit-transform: translateX(250px); }
  100% {
    transform: translateX(0);
    -webkit-transform: translateX(0); } }
@keyframes menu-slide-in {
  0% {
    transform: translateX(250px);
    -webkit-transform: translateX(250px); }
  100% {
    transform: translateX(0);
    -webkit-transform: translateX(0); } }
@-webkit-keyframes fade-in {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@-moz-keyframes fade-in {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@-o-keyframes fade-in {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@keyframes fade-in {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@-webkit-keyframes menu-slide-out {
  0% {
    transform: translateX(0);
    -webkit-transform: translateX(0); }
  100% {
    transform: translateX(250px);
    -webkit-transform: translateX(250px); } }
@-moz-keyframes menu-slide-out {
  0% {
    transform: translateX(0);
    -webkit-transform: translateX(0); }
  100% {
    transform: translateX(250px);
    -webkit-transform: translateX(250px); } }
@-o-keyframes menu-slide-out {
  0% {
    transform: translateX(0);
    -webkit-transform: translateX(0); }
  100% {
    transform: translateX(250px);
    -webkit-transform: translateX(250px); } }
@keyframes menu-slide-out {
  0% {
    transform: translateX(0);
    -webkit-transform: translateX(0); }
  100% {
    transform: translateX(250px);
    -webkit-transform: translateX(250px); } }
@-webkit-keyframes fade-out {
  0% {
    opacity: 1;
    display: block; }
  100% {
    opacity: 0;
    display: none; } }
@-moz-keyframes fade-out {
  0% {
    opacity: 1;
    display: block; }
  100% {
    opacity: 0;
    display: none; } }
@-o-keyframes fade-out {
  0% {
    opacity: 1;
    display: block; }
  100% {
    opacity: 0;
    display: none; } }
@keyframes fade-out {
  0% {
    opacity: 1;
    display: block; }
  100% {
    opacity: 0;
    display: none; } }
@-webkit-keyframes pop-in {
  0% {
    display: block;
    opacity: 0;
    transform: scale(0.9);
    -webkit-transform: scale(0.9); }
  80% {
    transform: scale(0.94);
    -webkit-transform: scale(0.94); }
  100% {
    opacity: 1;
    transform: scale(1);
    -webkit-transform: scale(1); } }
@-moz-keyframes pop-in {
  0% {
    display: block;
    opacity: 0;
    transform: scale(0.9);
    -webkit-transform: scale(0.9); }
  80% {
    transform: scale(0.94);
    -webkit-transform: scale(0.94); }
  100% {
    opacity: 1;
    transform: scale(1);
    -webkit-transform: scale(1); } }
@-o-keyframes pop-in {
  0% {
    display: block;
    opacity: 0;
    transform: scale(0.9);
    -webkit-transform: scale(0.9); }
  80% {
    transform: scale(0.94);
    -webkit-transform: scale(0.94); }
  100% {
    opacity: 1;
    transform: scale(1);
    -webkit-transform: scale(1); } }
@keyframes pop-in {
  0% {
    display: block;
    opacity: 0;
    transform: scale(0.9);
    -webkit-transform: scale(0.9); }
  80% {
    transform: scale(0.94);
    -webkit-transform: scale(0.94); }
  100% {
    opacity: 1;
    transform: scale(1);
    -webkit-transform: scale(1); } }
@-webkit-keyframes pop-out {
  0% {
    display: block;
    opacity: 1;
    transform: scale(1);
    -webkit-transform: scale(1); }
  80% {
    transform: scale(0.96);
    -webkit-transform: scale(0.96); }
  100% {
    display: none;
    opacity: 0;
    transform: scale(0.9);
    -webkit-transform: scale(0.9); } }
@-moz-keyframes pop-out {
  0% {
    display: block;
    opacity: 1;
    transform: scale(1);
    -webkit-transform: scale(1); }
  80% {
    transform: scale(0.96);
    -webkit-transform: scale(0.96); }
  100% {
    display: none;
    opacity: 0;
    transform: scale(0.9);
    -webkit-transform: scale(0.9); } }
@-o-keyframes pop-out {
  0% {
    display: block;
    opacity: 1;
    transform: scale(1);
    -webkit-transform: scale(1); }
  80% {
    transform: scale(0.96);
    -webkit-transform: scale(0.96); }
  100% {
    display: none;
    opacity: 0;
    transform: scale(0.9);
    -webkit-transform: scale(0.9); } }
@keyframes pop-out {
  0% {
    display: block;
    opacity: 1;
    transform: scale(1);
    -webkit-transform: scale(1); }
  80% {
    transform: scale(0.96);
    -webkit-transform: scale(0.96); }
  100% {
    display: none;
    opacity: 0;
    transform: scale(0.9);
    -webkit-transform: scale(0.9); } }
@-webkit-keyframes pulsate {
  0% {
    transform: scale(0.1, 0.1);
    opacity: 0; }
  50% {
    opacity: 1; }
  100% {
    transform: scale(1.2, 1.2);
    opacity: 0; } }
@-moz-keyframes pulsate {
  0% {
    transform: scale(0.1, 0.1);
    opacity: 0; }
  50% {
    opacity: 1; }
  100% {
    transform: scale(1.2, 1.2);
    opacity: 0; } }
@-o-keyframes pulsate {
  0% {
    transform: scale(0.1, 0.1);
    opacity: 0; }
  50% {
    opacity: 1; }
  100% {
    transform: scale(1.2, 1.2);
    opacity: 0; } }
@keyframes pulsate {
  0% {
    transform: scale(0.1, 0.1);
    opacity: 0; }
  50% {
    opacity: 1; }
  100% {
    transform: scale(1.2, 1.2);
    opacity: 0; } }
@-webkit-keyframes bounce {
  0% {
    opacity: 0;
    transform: translateY(-2000px) rotate(-45deg); }
  60% {
    opacity: 1;
    transform: translateY(30px) rotate(-45deg); }
  80% {
    transform: translateY(-10px) rotate(-45deg); }
  100% {
    transform: translateY(0) rotate(-45deg); } }
@-moz-keyframes bounce {
  0% {
    opacity: 0;
    transform: translateY(-2000px) rotate(-45deg); }
  60% {
    opacity: 1;
    transform: translateY(30px) rotate(-45deg); }
  80% {
    transform: translateY(-10px) rotate(-45deg); }
  100% {
    transform: translateY(0) rotate(-45deg); } }
@-o-keyframes bounce {
  0% {
    opacity: 0;
    transform: translateY(-2000px) rotate(-45deg); }
  60% {
    opacity: 1;
    transform: translateY(30px) rotate(-45deg); }
  80% {
    transform: translateY(-10px) rotate(-45deg); }
  100% {
    transform: translateY(0) rotate(-45deg); } }
@keyframes bounce {
  0% {
    opacity: 0;
    transform: translateY(-2000px) rotate(-45deg); }
  60% {
    opacity: 1;
    transform: translateY(30px) rotate(-45deg); }
  80% {
    transform: translateY(-10px) rotate(-45deg); }
  100% {
    transform: translateY(0) rotate(-45deg); } }
@-webkit-keyframes focus-bounce {
  0% {
    transform: scale(0.95); }
  60% {
    transform: scale(1.03); }
  100% {
    transform: scale(1); } }
@-moz-keyframes focus-bounce {
  0% {
    transform: scale(0.95); }
  60% {
    transform: scale(1.03); }
  100% {
    transform: scale(1); } }
@-o-keyframes focus-bounce {
  0% {
    transform: scale(0.95); }
  60% {
    transform: scale(1.03); }
  100% {
    transform: scale(1); } }
@keyframes focus-bounce {
  0% {
    transform: scale(0.95); }
  60% {
    transform: scale(1.03); }
  100% {
    transform: scale(1); } }
@-webkit-keyframes slide-in-bottom {
  from {
    transform: translateY(-100%); }
  to {
    transfomr: translateY(0%); } }
@-moz-keyframes slide-in-bottom {
  from {
    transform: translateY(-100%); }
  to {
    transfomr: translateY(0%); } }
@-o-keyframes slide-in-bottom {
  from {
    transform: translateY(-100%); }
  to {
    transfomr: translateY(0%); } }
@keyframes slide-in-bottom {
  from {
    transform: translateY(-100%); }
  to {
    transfomr: translateY(0%); } }
@-webkit-keyframes slide-in-top {
  from {
    transform: translateY(100%); }
  to {
    transfomr: translateY(0%); } }
@-moz-keyframes slide-in-top {
  from {
    transform: translateY(100%); }
  to {
    transfomr: translateY(0%); } }
@-o-keyframes slide-in-top {
  from {
    transform: translateY(100%); }
  to {
    transfomr: translateY(0%); } }
@keyframes slide-in-top {
  from {
    transform: translateY(100%); }
  to {
    transfomr: translateY(0%); } }
@-webkit-keyframes slide-in-right {
  from {
    transform: translateX(100%); }
  to {
    transform: translateX(0%); } }
@-moz-keyframes slide-in-right {
  from {
    transform: translateX(100%); }
  to {
    transform: translateX(0%); } }
@-o-keyframes slide-in-right {
  from {
    transform: translateX(100%); }
  to {
    transform: translateX(0%); } }
@keyframes slide-in-right {
  from {
    transform: translateX(100%); }
  to {
    transform: translateX(0%); } }
@-webkit-keyframes slide-out-right {
  from {
    transform: translateX(0%); }
  to {
    transform: translateX(100%); } }
@-moz-keyframes slide-out-right {
  from {
    transform: translateX(0%); }
  to {
    transform: translateX(100%); } }
@-o-keyframes slide-out-right {
  from {
    transform: translateX(0%); }
  to {
    transform: translateX(100%); } }
@keyframes slide-out-right {
  from {
    transform: translateX(0%); }
  to {
    transform: translateX(100%); } }
@-webkit-keyframes slide-in-left {
  from {
    transform: translateX(-100%); }
  to {
    transform: translateX(0%); } }
@-moz-keyframes slide-in-left {
  from {
    transform: translateX(-100%); }
  to {
    transform: translateX(0%); } }
@-o-keyframes slide-in-left {
  from {
    transform: translateX(-100%); }
  to {
    transform: translateX(0%); } }
@keyframes slide-in-left {
  from {
    transform: translateX(-100%); }
  to {
    transform: translateX(0%); } }
@-webkit-keyframes slide-out-left {
  from {
    transform: translateX(0%); }
  to {
    transform: translateX(-100%); } }
@-moz-keyframes slide-out-left {
  from {
    transform: translateX(0%); }
  to {
    transform: translateX(-100%); } }
@-o-keyframes slide-out-left {
  from {
    transform: translateX(0%); }
  to {
    transform: translateX(-100%); } }
@keyframes slide-out-left {
  from {
    transform: translateX(0%); }
  to {
    transform: translateX(-100%); } }
input, textarea, .input {
  border: none;
  border-bottom: 1px solid var(--primary-color);
  background: none;
  height: 35px;
  width: 100%;
  padding: 0;
  font-size: 1em;
  font-family: "Open sans", "Segoe UI", "Segoe WP", Helvetica, Arial, sans-serif;
  color: var(--primary-color);
  position: relative; }
  input::-webkit-scrollbar, textarea::-webkit-scrollbar, .input::-webkit-scrollbar {
    width: 6px !important; }
  input:disabled, textarea:disabled, .input:disabled {
    opacity: 0.6;
    pointer-events: none; }
  input.hidden, textarea.hidden, .input.hidden {
    visibility: hidden;
    position: absolute;
    width: 1px;
    height: 1px;
    left: 0;
    top: 0; }
  input.search, textarea.search, .input.search {
    width: 100%;
    display: block;
    margin: 0 auto;
    padding: 0 10px;
    border: none;
    box-sizing: border-box;
    background: #ffffff; }
  input[type="color"], textarea[type="color"], .input[type="color"] {
    border: none; }
  input[type="checkbox"], textarea[type="checkbox"], .input[type="checkbox"] {
    height: 20px;
    width: 20px;
    float: left;
    margin-right: 100px; }
    input[type="checkbox"]:hover, textarea[type="checkbox"]:hover, .input[type="checkbox"]:hover {
      cursor: pointer; }
  input[type="range"], textarea[type="range"], .input[type="range"] {
    -webkit-appearance: none;
    width: 100%;
    margin: 0;
    border: none;
    background: transparent; }
    input[type="range"]::-webkit-slider-thumb, textarea[type="range"]::-webkit-slider-thumb, .input[type="range"]::-webkit-slider-thumb {
      -webkit-appearance: none;
      background-color: var(--primary-color); }
    input[type="range"]:focus, textarea[type="range"]:focus, .input[type="range"]:focus {
      outline: none; }
    input[type="range"]::-ms-track, textarea[type="range"]::-ms-track, .input[type="range"]::-ms-track {
      width: 100%;
      cursor: pointer;
      background: var(--primary-color);
      border-color: transparent;
      color: transparent; }
    input[type="range"]::-webkit-slider-runnable-track, textarea[type="range"]::-webkit-slider-runnable-track, .input[type="range"]::-webkit-slider-runnable-track {
      width: 100%;
      height: 2px;
      cursor: pointer;
      background: var(--primary-color);
      border-radius: 2px; }
    input[type="range"]:focus::-webkit-slider-runnable-track, textarea[type="range"]:focus::-webkit-slider-runnable-track, .input[type="range"]:focus::-webkit-slider-runnable-track {
      background: var(--primary-color); }
    input[type="range"]::-moz-range-track, textarea[type="range"]::-moz-range-track, .input[type="range"]::-moz-range-track {
      width: 100%;
      height: 2px;
      cursor: pointer;
      background: var(--primary-color);
      border-radius: 2px; }
    input[type="range"]::-ms-track, textarea[type="range"]::-ms-track, .input[type="range"]::-ms-track {
      width: 100%;
      height: 2px;
      cursor: pointer;
      background: transparent;
      border-color: transparent;
      border-width: 16px 0;
      color: transparent; }
    input[type="range"]::-ms-fill-lower, textarea[type="range"]::-ms-fill-lower, .input[type="range"]::-ms-fill-lower {
      background: var(--primary-color);
      border-radius: 2px; }
    input[type="range"]:focus::-ms-fill-lower, textarea[type="range"]:focus::-ms-fill-lower, .input[type="range"]:focus::-ms-fill-lower {
      background: var(--primary-color); }
    input[type="range"]::-ms-fill-upper, textarea[type="range"]::-ms-fill-upper, .input[type="range"]::-ms-fill-upper {
      background: var(--primary-color);
      border-radius: 4px; }
    input[type="range"]:focus::-ms-fill-upper, textarea[type="range"]:focus::-ms-fill-upper, .input[type="range"]:focus::-ms-fill-upper {
      background: var(--primary-color); }
    input[type="range"]::-webkit-slider-thumb, textarea[type="range"]::-webkit-slider-thumb, .input[type="range"]::-webkit-slider-thumb {
      -webkit-appearance: none;
      height: 20px;
      width: 20px;
      border-radius: 50%;
      background: var(--primary-dark-color);
      cursor: pointer;
      margin-top: -9px;
      box-shadow: 0px 2px 4px 0px rgba(63, 12, 12, 0.29); }
    input[type="range"]::-moz-range-thumb, input[type="range"]::-ms-thumb, textarea[type="range"]::-moz-range-thumb, textarea[type="range"]::-ms-thumb, .input[type="range"]::-moz-range-thumb, .input[type="range"]::-ms-thumb {
      box-shadow: 0px 2px 4px 0px rgba(63, 12, 12, 0.29);
      height: 20px;
      width: 20px;
      border-radius: 50%;
      background: var(--primary-dark-color);
      cursor: pointer; }
  input[type="submit"], textarea[type="submit"], .input[type="submit"] {
    border: none;
    color: #f2f2f2;
    background: var(--primary-color);
    border: 1px solid var(--primary-color);
    width: auto;
    padding: 0 25px;
    font-size: 15px;
    height: 35px;
    font-family: Montserrat, sans-serif;
    font-weight: 100;
    display: inline-block;
    -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1); }
    input[type="submit"]:disabled, textarea[type="submit"]:disabled, .input[type="submit"]:disabled {
      opacity: 0.6; }
    input[type="submit"].round, textarea[type="submit"].round, .input[type="submit"].round {
      border-radius: 50%; }
    input[type="submit"]:hover, textarea[type="submit"]:hover, .input[type="submit"]:hover {
      cursor: pointer;
      color: var(--primary-color);
      background: none;
      -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
      transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1); }
  input[type="checkbox"], textarea[type="checkbox"], .input[type="checkbox"] {
    -webkit-appearance: none;
    background: none;
    border: 1px solid var(--primary-color) !important;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
    padding: 9px;
    border-radius: 3px;
    display: inline-block;
    position: relative;
    margin-top: 6px; }
    input[type="checkbox"]:hover, textarea[type="checkbox"]:hover, .input[type="checkbox"]:hover {
      cursor: pointer; }
    input[type="checkbox"]:active, textarea[type="checkbox"]:active, .input[type="checkbox"]:active {
      box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05); }
    input[type="checkbox"]:checked, textarea[type="checkbox"]:checked, .input[type="checkbox"]:checked {
      background: var(--primary-color); }
      input[type="checkbox"]:checked:active, textarea[type="checkbox"]:checked:active, .input[type="checkbox"]:checked:active {
        box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
        background-color: none;
        border: 1px solid var(--primary-color);
        box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
        color: var(--primary-color); }
      input[type="checkbox"]:checked:after, textarea[type="checkbox"]:checked:after, .input[type="checkbox"]:checked:after {
        content: "✔";
        font-size: 14px;
        position: absolute;
        top: -1px;
        left: 4px;
        color: #ffffff;
        pointer-events: none; }
  input:focus, input:active, textarea:focus, textarea:active, .input:focus, .input:active {
    outline: none; }
    input:focus::after, input:active::after, textarea:focus::after, textarea:active::after, .input:focus::after, .input:active::after {
      left: 0;
      width: 100%; }
  input:focus + label:not(.normal), input.has-value + label:not(.normal), textarea:focus + label:not(.normal), textarea.has-value + label:not(.normal), .input:focus + label:not(.normal), .input.has-value + label:not(.normal) {
    top: -15px;
    font-size: 12px;
    color: var(--primary-color);
    -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1); }
    input:focus + label:not(.normal) + .requirements, input.has-value + label:not(.normal) + .requirements, textarea:focus + label:not(.normal) + .requirements, textarea.has-value + label:not(.normal) + .requirements, .input:focus + label:not(.normal) + .requirements, .input.has-value + label:not(.normal) + .requirements {
      display: flex;
      -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
      transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1); }

form, .form {
  width: 100%;
  padding: 35px 0; }
  form.overlay-component, .form.overlay-component {
    padding: 35px; }
  form.hidden, .form.hidden {
    display: none; }
  form.high, .form.high {
    padding: 100px 0; }
  form.nothing, .form.nothing {
    padding: 0;
    margin: 0;
    font-size: 1em; }
  form .msg, form .srv-validation-message, .form .msg, .form .srv-validation-message {
    float: left;
    width: 100%;
    text-align: left;
    margin-top: 8px;
    font-size: 13px;
    color: var(--primary-color); }
    form .msg.bottom, form .srv-validation-message.bottom, .form .msg.bottom, .form .srv-validation-message.bottom {
      margin: 0 0 18px;
      text-align: center;
      font-size: 13px; }
  form .profile-image, .form .profile-image {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    float: left;
    margin-right: 20px;
    object-fit: cover;
    filter: drop-shadow(0px 0px 6px rgba(0, 0, 0, 0.1)); }
    form .profile-image.small, .form .profile-image.small {
      width: 75px;
      height: 75px; }
    form .profile-image.center, .form .profile-image.center {
      margin: 0 15px; }
  form .css-yk16xz-control, form .css-1pahdxg-control, form .css-1pahdxg-control:hover, .form .css-yk16xz-control, .form .css-1pahdxg-control, .form .css-1pahdxg-control:hover {
    border: none;
    border-bottom: 1px solid var(--primary-color);
    border-color: var(--primary-color);
    background: none;
    border-radius: 0;
    box-shadow: none;
    min-height: 35px; }
    form .css-yk16xz-control .css-tlfecz-indicatorContainer, form .css-yk16xz-control .css-1gtu0rj-indicatorContainer, form .css-1pahdxg-control .css-tlfecz-indicatorContainer, form .css-1pahdxg-control .css-1gtu0rj-indicatorContainer, form .css-1pahdxg-control:hover .css-tlfecz-indicatorContainer, form .css-1pahdxg-control:hover .css-1gtu0rj-indicatorContainer, .form .css-yk16xz-control .css-tlfecz-indicatorContainer, .form .css-yk16xz-control .css-1gtu0rj-indicatorContainer, .form .css-1pahdxg-control .css-tlfecz-indicatorContainer, .form .css-1pahdxg-control .css-1gtu0rj-indicatorContainer, .form .css-1pahdxg-control:hover .css-tlfecz-indicatorContainer, .form .css-1pahdxg-control:hover .css-1gtu0rj-indicatorContainer {
      padding: 6px; }
    form .css-yk16xz-control .css-1uccc91-singleValue, form .css-1pahdxg-control .css-1uccc91-singleValue, form .css-1pahdxg-control:hover .css-1uccc91-singleValue, .form .css-yk16xz-control .css-1uccc91-singleValue, .form .css-1pahdxg-control .css-1uccc91-singleValue, .form .css-1pahdxg-control:hover .css-1uccc91-singleValue {
      color: var(--primary-color); }
    form .css-yk16xz-control input, form .css-1pahdxg-control input, form .css-1pahdxg-control:hover input, .form .css-yk16xz-control input, .form .css-1pahdxg-control input, .form .css-1pahdxg-control:hover input {
      height: 30px; }
  form .css-26l3qy-menu, .form .css-26l3qy-menu {
    border-radius: 0;
    box-shadow: 0px 20px 65px -5px rgba(0, 0, 0, 0.19); }
  form .css-1hwfws3, .form .css-1hwfws3 {
    padding-left: 0px;
    padding-top: 0px;
    padding-bottom: 0px; }
  form .css-b8ldur-Input, .form .css-b8ldur-Input {
    margin: 0;
    padding: 0; }
  form .css-g1d714-ValueContainer, .form .css-g1d714-ValueContainer {
    padding: 2px 8px 2px 0; }
  form .css-1n7v3ny-option, form .css-1n7v3ny-option, .form .css-1n7v3ny-option, .form .css-1n7v3ny-option {
    background: #f2f2f2; }
  form .css-9gakcf-option, .form .css-9gakcf-option {
    background-color: var(--primary-color); }
  form .css-yt9ioa-option:active, form .css-yt9ioa-option:focus, form .css-1n7v3ny-option:active, form .css-1n7v3ny-option:focus, form .css-9gakcf-option:active, form .css-9gakcf-option:focus, .form .css-yt9ioa-option:active, .form .css-yt9ioa-option:focus, .form .css-1n7v3ny-option:active, .form .css-1n7v3ny-option:focus, .form .css-9gakcf-option:active, .form .css-9gakcf-option:focus {
    color: #ffffff;
    background-color: var(--primary-dark-color); }
  form .css-1wa3eu0-placeholder, .form .css-1wa3eu0-placeholder {
    margin: 0; }

textarea {
  min-height: 250px;
  height: auto;
  display: block;
  padding: 10px 0;
  box-sizing: border-box;
  max-width: 100%;
  min-width: 100%; }
  textarea.small {
    min-height: 120px; }

.input-container {
  max-width: 650px;
  width: 100%;
  margin: 0 auto;
  position: relative; }
  .input-container.fixed-width {
    width: 650px; }
  .input-container.middle {
    max-width: 350px;
    width: 350px; }

.input-group {
  position: relative;
  width: 100%;
  margin: 0 auto;
  margin-top: 23px;
  display: inline-block; }
  .input-group::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 0%;
    height: 1px;
    background: var(--secondary-color);
    z-index: 1;
    -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1); }
  .input-group:focus::after, .input-group.active::after {
    width: 100%;
    left: 0; }
  .input-group.highlight-box {
    padding: 20px;
    background: #ffffff; }
  .input-group.no {
    margin-top: 0; }
  .input-group.more {
    margin-top: 35px; }
  .input-group.eighty {
    width: 80%; }
  .input-group.ninety {
    width: 90%; }
  .input-group.sixty {
    width: 60%; }
  .input-group.half {
    width: 50%; }
  .input-group.fourty {
    width: 40%; }
  .input-group.sixth {
    width: 66%; }
  .input-group.third {
    width: 33%; }
  .input-group.fourth {
    width: 25%; }
  .input-group.fifth {
    width: 20%; }
  .input-group.tenth {
    width: 10%; }
  .input-group.eighty, .input-group.half, .input-group.third, .input-group.fourth, .input-group.fifth, .input-group.tenth, .input-group.ninety, .input-group.sixty, .input-group.fourty {
    float: left; }
  .input-group.right {
    text-align: right; }
  .input-group.center {
    text-align: center; }
  .input-group.left {
    text-align: left; }
  .input-group p {
    text-align: left;
    font-size: 12px; }
    .input-group p.first-time {
      padding-left: 130px; }
    .input-group p.no-padding {
      padding-left: 0; }
  .input-group .text {
    text-align: left;
    font-size: 1em; }
  .input-group h1 {
    text-align: left;
    font-size: 1em !important; }
  .input-group h1, .input-group h2 {
    margin: 0;
    color: var(--secondary-color); }
  .input-group h2.top {
    margin: 10px 0 25px; }
  .input-group h3 {
    font-size: 1em; }
  .input-group label {
    position: absolute;
    left: 0;
    top: 8px;
    font-family: "Open sans", "Segoe UI", "Segoe WP", Helvetica, Arial, sans-serif;
    font-weight: 400;
    color: var(--primary-color);
    pointer-events: none;
    user-select: none;
    -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1); }
    .input-group label.picture {
      pointer-events: all;
      position: static;
      float: none;
      border: none;
      color: #ffffff;
      background: var(--primary-color);
      border: 1px solid var(--primary-color);
      margin-top: 25px;
      font-size: 15px !important;
      padding: 0 25px;
      height: 35px;
      box-sizing: border-box;
      color: #ffffff;
      line-height: 31px;
      font-family: Montserrat, sans-serif;
      display: inline-block;
      -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
      transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1); }
      .input-group label.picture:hover {
        cursor: pointer;
        color: var(--primary-color);
        background: none; }
    .input-group label.normal {
      pointer-events: all;
      font-style: normal;
      padding-left: 35px;
      float: left;
      text-align: left;
      color: var(--primary-color);
      font-weight: normal;
      line-height: 1; }
      .input-group label.normal:hover {
        cursor: pointer; }
      .input-group label.normal.gray {
        color: #5a5a5a; }
    .input-group label.remember {
      pointer-events: all;
      font-style: normal;
      margin-top: -10px;
      width: 100%;
      display: inline-block;
      right: 0;
      float: right;
      text-align: right;
      color: #090909;
      font-family: Montserrat, sans-serif; }
      .input-group label.remember:hover {
        cursor: pointer; }
    .input-group label a {
      font-weight: 600; }

.input-group .select-option, .input-group .select-value {
  display: flex; }
  .input-group .select-option img, .input-group .select-value img {
    height: 25px;
    width: 25px;
    border-radius: 50%;
    margin-right: 10px; }

.list-sector {
  background: white;
  padding: 25px;
  margin-top: 18px; }
  .list-sector .list-actions {
    display: flex;
    height: 30px;
    justify-content: space-between; }
    .list-sector .list-actions .close-button {
      height: 14px;
      width: 14px;
      margin: 8px 0; }

.step-form {
  display: inline-block;
  max-width: 650px;
  width: 100%; }

.drag-and-drop {
  user-select: none;
  margin: 0; }
  .drag-and-drop.dragging p {
    border-style: solid;
    background: green;
    border-color: green;
    color: #ffffff; }
  .drag-and-drop.rejected p {
    background: #d32525;
    border-color: #d32525; }
  .drag-and-drop:hover {
    cursor: pointer; }
  .drag-and-drop div:focus {
    outline: none; }
    .drag-and-drop div:focus p {
      border-color: var(--secondary-color); }
  .drag-and-drop p {
    margin: 10px 0 0;
    padding: 40px 35px;
    text-align: center;
    border: 1px dashed var(--primary-color);
    color: #090909;
    font-size: 0.9em;
    -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1); }
    .drag-and-drop p:hover {
      color: var(--primary-color); }

.image-cropper.avatar {
  width: 100%;
  height: 300px;
  position: relative; }
.image-cropper.banner {
  width: 100%;
  height: 300px;
  position: relative; }
  .image-cropper.banner .close-button {
    width: 20px;
    height: 20px;
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 1000; }
    .image-cropper.banner .close-button svg {
      fill: #ffffff; }
      .image-cropper.banner .close-button svg:hover {
        fill: var(--primary-color); }

.uploadedFiles .file {
  margin: 10px 0;
  background: #fafafa;
  display: flex; }
  .uploadedFiles .file img {
    height: 40px;
    width: auto;
    max-width: 40px;
    object-fit: contain;
    padding-right: 10px; }
  .uploadedFiles .file .info {
    flex: 1; }
    .uploadedFiles .file .info .name {
      color: #5a5a5a; }
      .uploadedFiles .file .info .name span {
        font-size: 10px;
        padding-left: 20px;
        color: #5a5a5a; }
    .uploadedFiles .file .info .state {
      display: flex;
      font-size: 10px; }
      .uploadedFiles .file .info .state div {
        align-self: center; }
      .uploadedFiles .file .info .state span {
        padding-right: 10px; }
  .uploadedFiles .file .actions {
    width: 30px;
    padding-top: 10px;
    align-self: center;
    text-align: center; }
    .uploadedFiles .file .actions i {
      color: var(--primary-color);
      -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
      transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1); }
      .uploadedFiles .file .actions i:hover {
        cursor: pointer;
        transform: scale(1.05); }

.signature {
  border: 1px solid var(--primary-color);
  display: block; }

.drag-and-drop label {
  position: static;
  pointer-events: all;
  width: 100%; }

.DayPicker-Month, .DayPicker-Months {
  margin: 0 !important;
  justify-content: left; }

.DayPicker:focus, .DayPicker-wrapper:focus {
  outline: none; }

.DayPickerInput, .DayPicker {
  display: block !important; }
  .DayPickerInput .DayPicker-Caption, .DayPicker .DayPicker-Caption {
    padding: 0; }
  .DayPickerInput .DayPicker-Day, .DayPicker .DayPicker-Day {
    line-height: 20px; }
    .DayPickerInput .DayPicker-Day--disabled, .DayPicker .DayPicker-Day--disabled {
      pointer-events: none; }
  .DayPickerInput .DayPicker-Day--selected:not(.DayPicker-Day--disabled):not(.DayPicker-Day--outside), .DayPickerInput .DayPicker-Day--selected:not(.DayPicker-Day--disabled):not(.DayPicker-Day--outside), .DayPickerInput .DayPicker-Day--selected:not(.DayPicker-Day--disabled):not(.DayPicker-Day--outside):hover, .DayPickerInput .DayPicker-Day--selected, .DayPickerInput .DayPicker--today, .DayPicker .DayPicker-Day--selected:not(.DayPicker-Day--disabled):not(.DayPicker-Day--outside), .DayPicker .DayPicker-Day--selected:not(.DayPicker-Day--disabled):not(.DayPicker-Day--outside), .DayPicker .DayPicker-Day--selected:not(.DayPicker-Day--disabled):not(.DayPicker-Day--outside):hover, .DayPicker .DayPicker-Day--selected, .DayPicker .DayPicker--today {
    background-color: var(--primary-color); }

.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px; }
  .switch.disabled {
    opacity: 0.4;
    pointer-events: none; }
  .switch input {
    opacity: 0;
    width: 0;
    height: 0; }
  .switch .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1); }
    .switch .slider:before {
      position: absolute;
      content: "";
      height: 26px;
      width: 26px;
      left: 4px;
      bottom: 4px;
      background-color: white;
      -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
      transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1); }
    .switch .slider.round {
      border-radius: 34px; }
      .switch .slider.round:before {
        border-radius: 50%; }
  .switch input:checked + .slider {
    background-color: var(--primary-color); }
  .switch input:focus + .slider {
    box-shadow: 0 0 1px var(--primary-color); }
  .switch input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px); }

.or {
  width: 100%;
  height: 50px;
  display: block;
  text-align: center;
  margin: auto;
  line-height: 50px;
  color: var(--primary-dark-color);
  position: relative; }
  .or::before, .or::after {
    width: 30%;
    height: 1px;
    background: var(--primary-dark-color);
    content: "";
    position: absolute;
    margin-top: 25px; }
  .or::before {
    left: 15%; }
  .or::after {
    right: 15%; }

.bank-options {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  margin: 35px auto 0; }
  .bank-options .bank-option {
    width: 90px;
    height: 90px;
    margin: 5px;
    overflow: hidden;
    display: flex;
    background: white;
    position: relative;
    border-top: 2px solid transparent;
    -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1); }
    .bank-options .bank-option:hover {
      cursor: pointer; }
    .bank-options .bank-option.selected, .bank-options .bank-option:focus, .bank-options .bank-option:hover {
      outline: none;
      border-top: 2px solid var(--primary-color); }
    .bank-options .bank-option.selected, .bank-options .bank-option:focus {
      border-color: var(--secondary-color); }
      .bank-options .bank-option.selected::after, .bank-options .bank-option:focus::after {
        content: "";
        position: absolute;
        width: 0;
        height: 0;
        left: 50%;
        top: 0;
        transform: translateX(-50%);
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        border-top: 10px solid var(--secondary-color);
        z-index: 100;
        -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
        transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1); }
    .bank-options .bank-option img {
      justify-content: center;
      align-self: center;
      width: 90%;
      margin-left: 5%;
      height: auto; }

.rating {
  border: none;
  display: flex;
  flex-direction: row-reverse;
  justify-content: center; }
  .rating.small > label:before {
    font-size: 20px; }
  .rating > input {
    display: none; }
  .rating > label:before {
    margin: 5px;
    user-select: all;
    font-size: 40px;
    font-weight: 900;
    display: inline-block;
    content: "★"; }
  .rating > .half:before {
    content: "";
    position: absolute; }
  .rating > label {
    pointer-events: all;
    color: #d2d2d2 !important;
    position: static; }
  .rating > input:checked ~ label {
    color: #FFD700 !important; }
  .rating:not(:checked) > label:hover {
    color: #FFD700 !important;
    cursor: pointer; }
    .rating:not(:checked) > label:hover ~ label {
      color: #FFD700 !important; }
  .rating > input:checked + label:hover, .rating > input:checked ~ label:hover {
    color: #FFED85 !important; }
  .rating > label:hover ~ input:checked ~ label, .rating > input:checked ~ label:hover ~ label {
    color: #FFED85 !important; }

.stepper {
  width: 100%;
  color: var(--primary-dark-color);
  margin: 0 0 35px;
  font-size: 0.9em;
  display: flex; }
  .stepper .step {
    flex: 1;
    text-align: left;
    border-bottom: 2px solid #d2d2d2;
    user-select: none;
    margin-right: 30px;
    -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1); }
    .stepper .step:last-child {
      margin-right: 0px; }
    .stepper .step.disabled {
      opacity: 0.6; }
    .stepper .step:not(:disabled):hover {
      cursor: pointer;
      transfrom: scale(1.05); }
    .stepper .step .number {
      background: var(--primary-color);
      color: #ffffff;
      border-radius: 50%;
      display: inline-block;
      height: 30px;
      width: 30px;
      text-align: center;
      line-height: 30px; }
    .stepper .step .text {
      margin: 10px 0; }
    .stepper .step.active {
      border-bottom: 2px solid var(--primary-color); }

@media only screen and (max-width: 550px) {
  form {
    margin-top: 0;
    padding: 15px 0;
    display: inline-block; }
    form .input-container {
      width: 100%; }
    form .banner-image {
      width: 300px;
      height: 168px; }
    form .input-group.small-full {
      width: 100%; }
    form .input-group.small-eighty {
      width: 80%; }
    form .input-group.small-sixty {
      width: 60%; }
    form input[type="submit"] {
      padding: 0 15px; }

  .bank-options {
    height: 500px;
    width: 310px; } }
@media only screen and (max-width: 650px) {
  .input-container {
    width: 100%; } }
*.text-center {
  text-align: center; }
*.text-left {
  text-align: left; }
*.text-right {
  text-align: right; }
*.no-padding {
  padding: 0; }
*.no-padding-top {
  padding-top: 0; }
*.no-padding-bottom {
  padding-bottom: 0; }
*.no-margin {
  margin: 0; }
*.no-margin-top {
  margin-top: 0; }
*.no-margin-bottom {
  margin-bottom: 0; }

.container {
  margin: 0 auto;
  width: 1190px;
  position: relative;
  display: block; }
  .container.small-box {
    width: 390px; }
  .container.mid-box {
    width: 420px; }
  .container.big-box {
    width: 600px; }
  .container.flex {
    display: flex; }
  .container.inline-block {
    display: inline-block; }
  .container.block {
    display: block !important; }
  .container.full-page {
    height: 100vh; }
  .container.error-page {
    min-height: 90vh; }

.wrapper {
  width: 100%; }
  .wrapper.top {
    margin-top: 85px; }
    .wrapper.top.minimal {
      margin-top: 65px; }
    .wrapper.top.maximal {
      margin-top: 105px; }
  .wrapper.inline-block {
    display: inline-block; }

.absolute-center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%); }

.flex-container {
  display: flex;
  flex-wrap: wrap; }
  .flex-container .small-side {
    flex: 1.4; }
  .flex-container .big-side {
    flex: 4.5; }
  .flex-container .half, .flex-container .one {
    flex: 1; }
  .flex-container .two {
    flex: 2; }
  .flex-container .three {
    flex: 3; }
  .flex-container .four {
    flex: 4; }
  .flex-container .five {
    flex: 5; }
  .flex-container.top {
    margin-top: 50px; }
  .flex-container.column {
    flex-direction: column; }
  .flex-container.row {
    flex-direction: row; }
  .flex-container.row-reverse {
    flex-direction: row-reverse; }
  .flex-container.column-reverse {
    flex-direction: column-reverse; }
  .flex-container.align-items-start {
    align-items: flex-start; }
  .flex-container.align-items-end {
    align-items: flex-end; }
  .flex-container.align-items-baseline {
    align-items: baseline; }
  .flex-container.no-wrap {
    flex-wrap: nowrap; }
  .flex-container.self-center, .flex-container .self-center {
    align-self: center; }
  .flex-container.self-top, .flex-container .self-top {
    align-self: top; }
  .flex-container.justify-center, .flex-container .justify-center {
    justify-content: center; }
  .flex-container.justify-start, .flex-container .justify-start {
    justify-content: flex-start; }
  .flex-container.justify-end, .flex-container .justify-end {
    justify-content: flex-end; }
  .flex-container.justify-between, .flex-container .justify-between {
    justify-content: space-between; }

.document {
  padding: 65px;
  background: #ffffff;
  margin-bottom: 50px; }

section.activity {
  display: none;
  box-shadow: none; }
  section.activity.active {
    display: block; }
section.margin-top {
  margin-top: 50px; }
  section.margin-top.small {
    margin-top: 35px; }
  section.margin-top.middle {
    margin-top: 75px; }
  section.margin-top.high {
    margin-top: 100px; }
section.padding {
  padding: 35px 0; }

.tabs {
  border-bottom: 1px solid #d2d2d2;
  -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1); }
  .tabs.white {
    border: none; }
    .tabs.white ul li {
      background: var(--primary-dark-color);
      color: var(--primary-color);
      border: none; }
      .tabs.white ul li.active {
        background: white;
        border: none; }
        .tabs.white ul li.active:hover {
          background: white;
          border: none;
          color: var(--primary-color); }
      .tabs.white ul li:hover {
        background: var(--primary-dark-color);
        color: #ffffff;
        border: none; }
  .tabs.full {
    border: none; }
    .tabs.full ul li {
      background: var(--primary-color);
      color: #ffffff;
      border: none; }
      .tabs.full ul li.active {
        background: var(--primary-dark-color);
        color: #ffffff;
        border: none; }
        .tabs.full ul li.active:hover {
          background: var(--secondary-color);
          color: #ffffff;
          border: none; }
      .tabs.full ul li:hover {
        background: var(--secondary-color);
        color: #ffffff;
        border: none; }
  .tabs.full-white {
    border: none; }
    .tabs.full-white ul li {
      background: #ffffff;
      color: var(--secondary-color);
      border: none; }
      .tabs.full-white ul li.active {
        background: transparent;
        color: var(--primary-color);
        border: none; }
        .tabs.full-white ul li.active:hover {
          background: transparent;
          border: none;
          color: var(--secondary-color); }
      .tabs.full-white ul li:hover {
        background: #ffffff;
        color: var(--primary-color);
        border: none; }
  .tabs.rounded {
    border: none; }
    .tabs.rounded ul {
      border-radius: 35px;
      overflow: hidden; }
      .tabs.rounded ul li {
        border: none !important; }
  .tabs.small li {
    height: 35px;
    font-size: 13px; }
  .tabs.left {
    box-sizing: border-box;
    border-bottom: none;
    border-right: 1px solid #d2d2d2; }
    .tabs.left ul {
      display: block; }
    .tabs.left li {
      padding-left: 25px;
      text-align: left;
      width: 100%;
      box-sizing: border-box;
      height: 40px;
      line-height: 40px; }
      .tabs.left li.active {
        padding-left: 21px;
        border-bottom: none;
        border-left: 2px solid var(--primary-color); }
        .tabs.left li.active:hover {
          border-color: var(--primary-color); }
      .tabs.left li:hover {
        padding-left: 21px;
        border-bottom: none;
        border-left: 2px solid #d2d2d2; }
  .tabs ul {
    list-style: none;
    display: flex;
    padding: 0;
    margin: 0;
    font-family: Montserrat, sans-serif; }
    .tabs ul li {
      flex: 1;
      height: 50px;
      color: var(--primary-dark-color);
      text-align: center;
      user-select: none;
      display: flex;
      justify-content: center;
      align-content: center;
      flex-direction: column;
      -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
      transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1); }
      .tabs ul li.active {
        color: var(--primary-color);
        border-bottom: 1px solid var(--primary-color); }
        .tabs ul li.active:hover {
          border-color: var(--primary-color); }
      .tabs ul li:hover {
        cursor: pointer;
        color: var(--primary-color);
        border-bottom: 1px solid #d2d2d2; }

.table {
  margin-top: 105px; }
  .table .top-functions {
    display: flex;
    justify-content: space-between;
    margin-top: 10px; }
    .table .top-functions .search-block {
      flex: 1;
      max-width: 400px; }
    .table .top-functions .actions {
      display: flex;
      margin-left: 8px;
      z-index: 100; }
      .table .top-functions .actions .action {
        margin: 0 4px;
        position: relative; }
        .table .top-functions .actions .action .action-icon {
          width: 40px; }
        .table .top-functions .actions .action .action-menu {
          position: absolute;
          bottom: -155px;
          left: 0;
          width: 200px;
          height: auto;
          background: #ffffff;
          padding: 8px 3px;
          display: none;
          box-shadow: 0px 0px 43px -3px rgba(0, 0, 0, 0.3);
          animation: 0.3s pop-out; }
          .table .top-functions .actions .action .action-menu.show {
            animation: 0.1s pop-in;
            display: block; }
            .table .top-functions .actions .action .action-menu.show::after {
              border: solid transparent;
              content: " ";
              height: 0;
              width: 0;
              position: absolute;
              pointer-events: none;
              border-bottom-color: #ffffff;
              border-width: 15px;
              left: 0px;
              top: -30px; }
          .table .top-functions .actions .action .action-menu .menu-container {
            max-height: 300px; }
          .table .top-functions .actions .action .action-menu .action-item {
            padding: 4px 6px;
            font-size: 14px; }
            .table .top-functions .actions .action .action-menu .action-item:hover {
              cursor: pointer; }
            .table .top-functions .actions .action .action-menu .action-item .name:first-letter {
              text-transform: uppercase; }
          .table .top-functions .actions .action .action-menu input[type="checkbox"] {
            width: auto;
            margin: 0;
            height: 15px;
            width: 15px;
            padding: 7px;
            margin-right: 6px; }
            .table .top-functions .actions .action .action-menu input[type="checkbox"]:checked::after {
              font-size: 12px;
              left: 3px; }
          .table .top-functions .actions .action .action-menu label.normal {
            -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
            transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1); }
            .table .top-functions .actions .action .action-menu label.normal:hover {
              cursor: pointer;
              color: var(--primary-color); }
    .table .top-functions button, .table .top-functions input {
      display: block; }
    .table .top-functions input {
      width: 100%; }
    .table .top-functions .search {
      min-width: 200px; }
  .table .table-view {
    display: flex;
    flex-direction: column;
    overflow-x: scroll;
    overflow-y: visible;
    width: 100%; }
    .table .table-view .table-header .table-header-column, .table .table-view .table-header .table-column, .table .table-view .table-items .table-header-column, .table .table-view .table-items .table-column {
      padding: 0 8px;
      align-self: center; }
      .table .table-view .table-header .table-header-column.one, .table .table-view .table-header .table-column.one, .table .table-view .table-items .table-header-column.one, .table .table-view .table-items .table-column.one {
        flex: 1;
        min-width: 150px; }
      .table .table-view .table-header .table-header-column.two, .table .table-view .table-header .table-column.two, .table .table-view .table-items .table-header-column.two, .table .table-view .table-items .table-column.two {
        flex: 2;
        min-width: 200px; }
      .table .table-view .table-header .table-header-column.three, .table .table-view .table-header .table-column.three, .table .table-view .table-items .table-header-column.three, .table .table-view .table-items .table-column.three {
        flex: 3;
        min-width: 300px; }
      .table .table-view .table-header .table-header-column.four, .table .table-view .table-header .table-column.four, .table .table-view .table-items .table-header-column.four, .table .table-view .table-items .table-column.four {
        flex: 4;
        min-width: 400px; }
      .table .table-view .table-header .table-header-column.five, .table .table-view .table-header .table-column.five, .table .table-view .table-items .table-header-column.five, .table .table-view .table-items .table-column.five {
        flex: 5; }
      .table .table-view .table-header .table-header-column.image-size, .table .table-view .table-header .table-column.image-size, .table .table-view .table-items .table-header-column.image-size, .table .table-view .table-items .table-column.image-size {
        flex: 0 0 38px; }
      .table .table-view .table-header .table-header-column.action, .table .table-view .table-header .table-column.action, .table .table-view .table-items .table-header-column.action, .table .table-view .table-items .table-column.action {
        flex: 0 0 100px;
        color: var(--primary-color);
        font-size: 0.9em;
        -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
        transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1); }
        .table .table-view .table-header .table-header-column.action:hover, .table .table-view .table-header .table-column.action:hover, .table .table-view .table-items .table-header-column.action:hover, .table .table-view .table-items .table-column.action:hover {
          cursor: pointer;
          color: var(--primary-dark-color); }
      .table .table-view .table-header .table-header-column img, .table .table-view .table-header .table-column img, .table .table-view .table-items .table-header-column img, .table .table-view .table-items .table-column img {
        width: 20px;
        height: 20px;
        display: block; }
    .table .table-view .table-header .input-group, .table .table-view .table-items .input-group {
      width: auto;
      align-self: center; }
      .table .table-view .table-header .input-group input[type="checkbox"], .table .table-view .table-items .input-group input[type="checkbox"] {
        margin: 0px 10px 0px 5px; }
    .table .table-view .table-header {
      display: flex;
      flex-direction: row;
      justify-content: space-between;
      border-bottom: 1px solid var(--primary-color);
      padding: 15px 0; }
      .table .table-view .table-header .table-header-column {
        font-size: 1.2em; }
    .table .table-view .table-items {
      display: flex;
      flex-direction: column; }
      .table .table-view .table-items .table-row {
        display: flex;
        justify-content: space-between;
        padding: 8px 0;
        background: #ffffff;
        border-bottom: 1px solid #d2d2d2; }

.popover {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1001;
  pointer-events: none;
  opacity: 0;
  background: none;
  -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1); }
  .popover.active {
    pointer-events: all;
    opacity: 1; }
  .popover .background {
    background: rgba(0, 0, 0, 0.75);
    width: 100%;
    height: 100%;
    z-index: 0;
    -webkit-animation: popover-fadein 0.3s;
    -moz-animation: popover-fadein 0.3s;
    -o-animation: popover-fadein 0.3s;
    animation: popover-fadein 0.3s;
    -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1); }
  .popover .children {
    z-index: 10; }

.component-stack .rightview:nth-last-child(1) {
  transform: translateX(0px); }
.component-stack .rightview:nth-last-child(2) {
  transform: translateX(-150px); }
.component-stack .rightview:nth-last-child(3) {
  transform: translateX(-300px); }
.component-stack .rightview:nth-last-child(4) {
  transform: translateX(-450px); }
.component-stack .rightview:nth-last-child(5) {
  transform: translateX(-600px); }
.component-stack .rightview:nth-last-child(6) {
  transform: translateX(-750px); }
.component-stack .rightview:nth-last-child(7) {
  transform: translateX(-900px); }
.component-stack .rightview:nth-last-child(8) {
  transform: translateX(-1050px); }
.component-stack .rightview:nth-last-child(9) {
  transform: translateX(-1200px); }
.component-stack .rightview:nth-last-child(10) {
  transform: translateX(-1350px); }
.component-stack .rightview:nth-last-child(11) {
  transform: translateX(-1500px); }
.component-stack .rightview:nth-last-child(12) {
  transform: translateX(-1650px); }
.component-stack .rightview:nth-last-child(13) {
  transform: translateX(-1800px); }
.component-stack .rightview:nth-last-child(14) {
  transform: translateX(-1950px); }
.component-stack .rightview:nth-last-child(15) {
  transform: translateX(-2100px); }
.component-stack .rightview:nth-last-child(16) {
  transform: translateX(-2250px); }
.component-stack .rightview:nth-last-child(17) {
  transform: translateX(-2400px); }
.component-stack .rightview:nth-last-child(18) {
  transform: translateX(-2550px); }
.component-stack .rightview:nth-last-child(19) {
  transform: translateX(-2700px); }
.component-stack .rightview:nth-last-child(20) {
  transform: translateX(-2850px); }

.topview, .rightview {
  background: #ffffff;
  box-shadow: 0px 0px 65px rgba(0, 0, 0, 0.25);
  -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1); }
  .topview.below .pop-up-container, .rightview.below .pop-up-container {
    pointer-events: none; }
    .topview.below .pop-up-container::after, .rightview.below .pop-up-container::after {
      pointer-events: none;
      opacity: 1;
      -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
      transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1); }
  .topview.hidden, .rightview.hidden {
    display: none; }
  .topview .wrapper.top, .rightview .wrapper.top {
    margin-top: 0px; }
  .topview .pop-up-container, .rightview .pop-up-container {
    position: relative;
    background: #ffffff;
    padding: 0 20px;
    width: 100%;
    min-height: 100%; }
    .topview .pop-up-container::after, .rightview .pop-up-container::after {
      content: " ";
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      background: rgba(0, 0, 0, 0.75);
      opacity: 0;
      pointer-events: none;
      -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
      transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1); }
  .topview .container, .rightview .container {
    width: 100%; }
  .topview .actions, .rightview .actions {
    display: flex;
    height: 50px;
    justify-content: space-between; }
    .topview .actions .close-button, .rightview .actions .close-button {
      height: 20px;
      width: 20px;
      margin: 15px 0; }

.topview {
  height: auto;
  width: 100%;
  left: 0;
  top: 0;
  background: #ffffff;
  position: absolute; }
  .topview.animateIn {
    -webkit-animation: slide-in-top 0.3s;
    -moz-animation: slide-in-top 0.3s;
    -o-animation: slide-in-top 0.3s;
    animation: slide-in-top 0.3s; }
  .topview.animateOut {
    transform: translateY(100%);
    box-shadow: none;
    z-index: 1000;
    -webkit-animation: slide-out-top 0.3s;
    -moz-animation: slide-out-top 0.3s;
    -o-animation: slide-out-top 0.3s;
    animation: slide-out-top 0.3s; }

.rightview {
  height: 100vh;
  width: 50%;
  right: 0;
  top: 0;
  position: absolute; }
  .rightview.animateIn {
    -webkit-animation: slide-in-right 0.3s;
    -moz-animation: slide-in-right 0.3s;
    -o-animation: slide-in-right 0.3s;
    animation: slide-in-right 0.3s; }
  .rightview.animateOut {
    transform: translateX(100%);
    box-shadow: none;
    z-index: 1000;
    -webkit-animation: slide-out-right 0.3s;
    -moz-animation: slide-out-right 0.3s;
    -o-animation: slide-out-right 0.3s;
    animation: slide-out-right 0.3s; }
  .rightview .aside-view {
    min-height: auto; }
  .rightview .list-sector {
    background: #f2f2f2; }
    .rightview .list-sector .list-sector {
      background: #ffffff; }

@media all and (max-width: 1190px) {
  .container {
    width: 100%;
    padding: 0 10px; }
    .container.small-box, .container.mid-box, .container.big-box {
      width: 90%; }
    .container.small-box {
      max-width: 390px; }
    .container.mid-box {
      max-width: 440px; }
    .container.big-box {
      max-width: 600px; }

  .flex-container .half.full-small {
    flex: initial;
    width: 100%; }

  .document {
    width: 90%;
    margin: 0 auto; }

  .tabs ul li {
    font-size: 12px;
    height: 45px; }

  .rightview {
    width: 100%; } }
.header {
  width: 100%;
  height: 65px;
  line-height: 65px;
  position: fixed;
  top: 0;
  left: 0;
  background: #ffffff;
  z-index: 1000;
  box-shadow: 0px 2px 10px -3px rgba(0, 0, 0, 0.1); }
  .header.clear {
    background: none;
    box-shadow: none;
    border: none;
    position: absolute; }
  .header > * {
    vertical-align: top; }
  .header .container {
    height: 100%; }
  .header nav {
    width: 250px;
    height: auto;
    position: absolute;
    display: none;
    background: #ffffff;
    color: #090909;
    z-index: 1200;
    top: 80px;
    right: 0;
    box-shadow: 0px 0px 43px -3px rgba(0, 0, 0, 0.3);
    animation: 0.3s pop-out; }
    .header nav.show {
      animation: 0.1s pop-in;
      display: block; }
    .header nav::after {
      bottom: 100%;
      border: solid transparent;
      content: " ";
      height: 0;
      width: 0;
      position: absolute;
      pointer-events: none;
      border-bottom-color: #ffffff;
      border-width: 15px;
      right: 0px; }
    .header nav .content-box {
      padding: 10px 0;
      max-height: calc(100vh - 80px);
      width: 100%; }
    .header nav .closebutton {
      position: absolute;
      width: 25px;
      height: 25px;
      top: -10px;
      right: 5px;
      z-index: 100;
      display: none; }
      .header nav .closebutton::after {
        content: "×";
        position: absolute;
        color: #090909;
        top: 0;
        left: 0;
        font-size: 25px; }
    .header nav .info {
      width: 100%;
      line-height: 25px;
      padding-left: 15px;
      box-sizing: border-box;
      margin-bottom: 10px;
      padding-bottom: 10px;
      border-bottom: 1px solid #d2d2d2; }
      .header nav .info .name {
        font-size: 18px;
        text-align: left;
        color: var(--primary-color); }
      .header nav .info .email {
        font-size: 13px;
        text-align: left; }
    .header nav ul {
      list-style: none;
      padding: 0;
      margin: 0; }
      .header nav ul hr {
        margin: 5px 0;
        border: none;
        border-top: 1px solid #d2d2d2; }
      .header nav ul a {
        color: #090909; }
      .header nav ul li {
        width: 100%;
        padding-left: 15px;
        box-sizing: border-box;
        height: 35px;
        line-height: 35px;
        text-align: left;
        font-size: 14px; }
        .header nav ul li:hover {
          cursor: pointer;
          padding-left: 11px;
          background: #f2f2f2;
          border-left: 2px solid var(--primary-color);
          -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
          transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1); }
  .header .listbutton {
    width: 30px;
    height: 65px;
    line-height: 65px;
    color: var(--primary-color);
    position: relative;
    margin-left: 7px;
    display: inline-block;
    -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1); }
    .header .listbutton svg {
      fill: var(--primary-color);
      width: 30px;
      height: 65px;
      line-height: 65px;
      display: block;
      -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
      transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1); }
    .header .listbutton:hover {
      cursor: pointer;
      color: var(--primary-dark-color);
      -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
      transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1); }
      .header .listbutton:hover svg {
        fill: var(--primary-dark-color); }
  .header .logo {
    width: auto;
    height: 49px;
    margin: 8px 0;
    max-width: 120px;
    object-fit: contain; }
    .header .logo svg {
      width: 100%;
      height: 49px; }
  .header img {
    display: block;
    position: relative;
    width: auto;
    height: 65px; }
    .header img.middle {
      margin: 0 auto;
      position: absolute;
      left: 50%;
      transform: translateX(-50%); }
    .header img.left {
      float: left; }
  .header .create {
    margin-right: 20px; }
  .header .menu {
    display: flex;
    justify-content: space-around;
    margin-left: 10px; }
    .header .menu .icon {
      width: 45px;
      height: 65px;
      position: relative;
      color: var(--primary-color);
      display: block;
      padding: 10px 0;
      border-top: 2px solid transparent;
      -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
      transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1); }
      .header .menu .icon.active {
        border-top: 2px solid var(--primary-color); }
      .header .menu .icon:hover {
        cursor: pointer; }
        .header .menu .icon:hover svg {
          fill: var(--primary-dark-color); }
      .header .menu .icon .button {
        height: auto;
        display: block;
        position: relative;
        text-align: center; }
      .header .menu .icon svg {
        fill: var(--primary-color);
        width: 30px;
        height: 30px;
        display: block;
        margin: 7px auto; }
      .header .menu .icon.notifications.new::before, .header .menu .icon.messages.new::before {
        content: attr(data-content);
        position: absolute;
        min-width: 10px;
        width: auto;
        height: 15px;
        background: var(--secondary-color);
        color: white;
        bottom: 55%;
        right: 5px;
        line-height: 15px;
        font-size: 10px;
        font-weight: 600;
        z-index: 100;
        text-align: center;
        pointer-events: none;
        border-radius: 15px;
        padding: 0 2px;
        -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
        transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1); }
      .header .menu .icon.messages.new::before {
        right: 0px; }
    .header .menu .messages .box, .header .menu .notifications .box {
      display: none;
      position: absolute;
      width: 400px;
      padding-top: 50px;
      top: 77px;
      margin-left: -365px;
      background: #ffffff;
      box-shadow: 0px 0px 43px -3px rgba(0, 0, 0, 0.3);
      z-index: 1200;
      color: #090909;
      animation: 0.3s pop-out; }
      .header .menu .messages .box.show, .header .menu .notifications .box.show {
        animation: 0.1s pop-in;
        display: block; }
      .header .menu .messages .box::after, .header .menu .notifications .box::after {
        bottom: 100%;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
        border-bottom-color: #ffffff;
        border-width: 15px;
        right: 0px; }
      .header .menu .messages .box .n_header, .header .menu .notifications .box .n_header {
        text-align: left;
        padding: 10px 10px 0;
        height: 50px;
        line-height: 30px;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        box-sizing: border-box;
        font-size: 18px; }
        .header .menu .messages .box .n_header .actions, .header .menu .notifications .box .n_header .actions {
          float: right; }
          .header .menu .messages .box .n_header .actions a, .header .menu .notifications .box .n_header .actions a {
            margin-left: 10px; }
        .header .menu .messages .box .n_header a, .header .menu .notifications .box .n_header a {
          font-size: 13px; }
      .header .menu .messages .box .item-list, .header .menu .notifications .box .item-list {
        max-height: 450px;
        overflow-y: scroll; }
      .header .menu .messages .box .nothing, .header .menu .notifications .box .nothing {
        margin: 10px 0; }
      .header .menu .messages .box .more, .header .menu .notifications .box .more {
        width: 100%;
        height: 25px;
        line-height: 25px;
        font-size: 13px;
        text-align: center; }
        .header .menu .messages .box .more:hover, .header .menu .notifications .box .more:hover {
          text-decoration: underline; }
      .header .menu .messages .box .message, .header .menu .notifications .box .message {
        width: 100%;
        border-bottom: 1px solid #d2d2d2;
        color: #090909;
        text-align: left;
        box-sizing: border-box;
        padding: 10px;
        position: relative;
        display: flex; }
        .header .menu .messages .box .message.new, .header .menu .notifications .box .message.new {
          background: #d2d2d2; }
        .header .menu .messages .box .message:hover, .header .menu .notifications .box .message:hover {
          background: #f2f2f2; }
          .header .menu .messages .box .message:hover::after, .header .menu .notifications .box .message:hover::after {
            position: absolute;
            content: "";
            height: 100%;
            width: 2px;
            background: var(--primary-color);
            left: 0;
            top: 0; }
        .header .menu .messages .box .message .left, .header .menu .notifications .box .message .left {
          flex: 2;
          line-height: 15px;
          font-size: 14px;
          min-height: 0px;
          padding: 0; }
          .header .menu .messages .box .message .left h1, .header .menu .notifications .box .message .left h1 {
            height: auto;
            display: block;
            line-height: 20px;
            margin: 0px;
            padding-top: 5px;
            font-size: 17px;
            text-align: left; }
            .header .menu .messages .box .message .left h1 span, .header .menu .notifications .box .message .left h1 span {
              position: relative; }
            .header .menu .messages .box .message .left h1 .unread, .header .menu .notifications .box .message .left h1 .unread {
              font-size: 10px;
              position: absolute;
              right: -24px;
              top: 5px;
              background: var(--primary-color);
              color: #ffffff;
              border-radius: 16px;
              min-width: 16px;
              width: auto;
              height: 16px;
              display: inline-block;
              text-align: center;
              line-height: 16px; }
            .header .menu .messages .box .message .left h1 .date, .header .menu .notifications .box .message .left h1 .date {
              font-size: 11px;
              font-style: italic;
              font-weight: normal;
              float: right; }
          .header .menu .messages .box .message .left p, .header .menu .notifications .box .message .left p {
            margin: 6px 0;
            color: #5a5a5a; }
        .header .menu .messages .box .message img, .header .menu .notifications .box .message img {
          width: 55px;
          height: 55px;
          border-radius: 50%;
          align-self: center;
          justify-content: flex-end;
          filter: none;
          margin-right: 10px;
          object-fit: cover; }
  .header .logout, .header .create {
    width: auto;
    height: 35px;
    margin: 15px 0; }
  .header.full {
    background: var(--primary-color);
    background: -moz-linear-gradient(-45deg, var(--primary-color) 0%, var(--secondary-color) 100%);
    background: -webkit-linear-gradient(-45deg, var(--primary-color) 0%, var(--secondary-color) 100%);
    background: linear-gradient(135deg, var(--primary-color) 0%, var(--secondary-color) 100%); }
    .header.full .listbutton {
      color: #f2f2f2; }
      .header.full .listbutton:hover {
        color: var(--primary-dark-color); }
    .header.full .logo {
      background-image: url(/images/Vynwork_white.svg); }
    .header.full .menu .icon {
      color: #f2f2f2; }
    .header.full .logout, .header.full .create {
      background: #f2f2f2;
      border: 2px solid #f2f2f2;
      color: var(--primary-color); }
      .header.full .logout:hover, .header.full .create:hover {
        background: none;
        color: #f2f2f2; }
    .header.full.beta::before {
      color: var(--primary-color);
      background: #f2f2f2; }

.bottom-menu {
  width: 100%;
  height: 42px;
  position: fixed;
  bottom: 0;
  left: 0;
  background: var(--primary-color);
  z-index: 1000;
  display: none;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0px 0px 10px -4px rgba(0, 0, 0, 0.4); }
  .bottom-menu .section {
    flex: 1;
    height: 42px;
    position: relative;
    text-align: center; }
    .bottom-menu .section.active {
      background: var(--primary-dark-color); }
    .bottom-menu .section svg {
      height: 26px;
      width: 26px;
      display: block;
      fill: #ffffff;
      margin: 8px auto; }

@media all and (max-width: 1190px) {
  .header .container .wrapper {
    display: flex; } }
@media all and (max-width: 660px) {
  body {
    padding-bottom: 50px; }

  .header::before, header::before {
    content: "";
    position: absolute;
    right: initial;
    top: 0;
    right: 0;
    z-index: 1001;
    width: 100vw;
    height: 100vh;
    pointer-events: none;
    background: rgba(0, 0, 0, 0.9);
    opacity: 0; }
    .header::before nav, header::before nav {
      -webkit-animation: 0.3s menu-slide-out;
      -moz-animation: 0.3s menu-slide-out;
      -o-animation: 0.3s menu-slide-out;
      animation: 0.3s menu-slide-out; }
  .header.show::before, header.show::before {
    opacity: 1; }
  .header.show nav, header.show nav {
    animation-delay: 0.2s;
    -webkit-animation: 0.3s menu-slide-in;
    -moz-animation: 0.3s menu-slide-in;
    -o-animation: 0.3s menu-slide-in;
    animation: 0.3s menu-slide-in;
    transform: translateX(0); }
  .header .bottom-menu, header .bottom-menu {
    display: flex; }
  .header .menu .icon, header .menu .icon {
    display: none; }
  .header .create, header .create {
    padding: 0 15px; }
  .header .dashboard, header .dashboard {
    display: none; }
  .header .listbutton, header .listbutton {
    width: 30px; }
    .header .listbutton::before, header .listbutton::before {
      text-align: center; }
  .header .container .wrapper, header .container .wrapper {
    display: flex; }
  .header .logo, header .logo {
    margin-left: 0; }
  .header .dropdown, header .dropdown {
    margin-left: 0; }
    .header .dropdown .item img, header .dropdown .item img {
      width: 45px;
      height: 45px; }
    .header .dropdown .item .name, header .dropdown .item .name {
      display: none; }
  .header nav, header nav {
    background: none;
    width: 100%;
    top: 0;
    left: initial;
    margin-left: 0;
    right: 0;
    height: 100vh;
    box-shadow: none;
    position: fixed;
    padding: 0;
    background: transparent;
    border-radius: 0;
    border: 0;
    -webkit-animation: none;
    -moz-animation: none;
    -o-animation: none;
    animation: none; }
    .header nav::after, header nav::after {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      border: none;
      background: rgba(0, 0, 0, 0.7);
      z-index: -1; }
    .header nav.show, header nav.show {
      -webkit-animation: none;
      -moz-animation: none;
      -o-animation: none;
      animation: none; }
      .header nav.show::after, header nav.show::after {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        border: none;
        background: rgba(0, 0, 0, 0.7);
        z-index: -1; }
    .header nav .closebutton, header nav .closebutton {
      display: block; }
    .header nav .content-box, header nav .content-box {
      max-height: 100%;
      height: 100%;
      width: 250px;
      margin: 0 0 0 auto;
      background: #ffffff;
      border-left: 1px solid #d2d2d2;
      transform: translateX(0);
      -webkit-animation: 0.3s menu-slide-in;
      -moz-animation: 0.3s menu-slide-in;
      -o-animation: 0.3s menu-slide-in;
      animation: 0.3s menu-slide-in; } }
@-webkit-keyframes cookie {
  0% {
    left: 0%;
    transform: translate(-50%, -50%) rotate(-90deg);
    opacity: 0; }
  60% {
    left: 52%;
    transform: translate(-50%, -50%) rotate(4deg); }
  100% {
    left: 50%;
    transform: translate(-50%, -50%) translateX(0%);
    opacity: 1; } }
@-moz-keyframes cookie {
  0% {
    left: 0%;
    transform: translate(-50%, -50%) rotate(-90deg);
    opacity: 0; }
  60% {
    left: 52%;
    transform: translate(-50%, -50%) rotate(4deg); }
  100% {
    left: 50%;
    transform: translate(-50%, -50%) translateX(0%);
    opacity: 1; } }
@-o-keyframes cookie {
  0% {
    left: 0%;
    transform: translate(-50%, -50%) rotate(-90deg);
    opacity: 0; }
  60% {
    left: 52%;
    transform: translate(-50%, -50%) rotate(4deg); }
  100% {
    left: 50%;
    transform: translate(-50%, -50%) translateX(0%);
    opacity: 1; } }
@keyframes cookie {
  0% {
    left: 0%;
    transform: translate(-50%, -50%) rotate(-90deg);
    opacity: 0; }
  60% {
    left: 52%;
    transform: translate(-50%, -50%) rotate(4deg); }
  100% {
    left: 50%;
    transform: translate(-50%, -50%) translateX(0%);
    opacity: 1; } }
@-webkit-keyframes sk-rotateplane {
  0% {
    -webkit-transform: perspective(120px); }
  50% {
    -webkit-transform: perspective(120px) rotateY(180deg); }
  100% {
    -webkit-transform: perspective(120px) rotateY(180deg) rotateX(180deg); } }
@-moz-keyframes sk-rotateplane {
  0% {
    -webkit-transform: perspective(120px); }
  50% {
    -webkit-transform: perspective(120px) rotateY(180deg); }
  100% {
    -webkit-transform: perspective(120px) rotateY(180deg) rotateX(180deg); } }
@-o-keyframes sk-rotateplane {
  0% {
    -webkit-transform: perspective(120px); }
  50% {
    -webkit-transform: perspective(120px) rotateY(180deg); }
  100% {
    -webkit-transform: perspective(120px) rotateY(180deg) rotateX(180deg); } }
@keyframes sk-rotateplane {
  0% {
    -webkit-transform: perspective(120px); }
  50% {
    -webkit-transform: perspective(120px) rotateY(180deg); }
  100% {
    -webkit-transform: perspective(120px) rotateY(180deg) rotateX(180deg); } }
@-webkit-keyframes menu-slide-in {
  0% {
    transform: translateX(250px);
    -webkit-transform: translateX(250px); }
  100% {
    transform: translateX(0);
    -webkit-transform: translateX(0); } }
@-moz-keyframes menu-slide-in {
  0% {
    transform: translateX(250px);
    -webkit-transform: translateX(250px); }
  100% {
    transform: translateX(0);
    -webkit-transform: translateX(0); } }
@-o-keyframes menu-slide-in {
  0% {
    transform: translateX(250px);
    -webkit-transform: translateX(250px); }
  100% {
    transform: translateX(0);
    -webkit-transform: translateX(0); } }
@keyframes menu-slide-in {
  0% {
    transform: translateX(250px);
    -webkit-transform: translateX(250px); }
  100% {
    transform: translateX(0);
    -webkit-transform: translateX(0); } }
@-webkit-keyframes fade-in {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@-moz-keyframes fade-in {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@-o-keyframes fade-in {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@keyframes fade-in {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@-webkit-keyframes menu-slide-out {
  0% {
    transform: translateX(0);
    -webkit-transform: translateX(0); }
  100% {
    transform: translateX(250px);
    -webkit-transform: translateX(250px); } }
@-moz-keyframes menu-slide-out {
  0% {
    transform: translateX(0);
    -webkit-transform: translateX(0); }
  100% {
    transform: translateX(250px);
    -webkit-transform: translateX(250px); } }
@-o-keyframes menu-slide-out {
  0% {
    transform: translateX(0);
    -webkit-transform: translateX(0); }
  100% {
    transform: translateX(250px);
    -webkit-transform: translateX(250px); } }
@keyframes menu-slide-out {
  0% {
    transform: translateX(0);
    -webkit-transform: translateX(0); }
  100% {
    transform: translateX(250px);
    -webkit-transform: translateX(250px); } }
@-webkit-keyframes fade-out {
  0% {
    opacity: 1;
    display: block; }
  100% {
    opacity: 0;
    display: none; } }
@-moz-keyframes fade-out {
  0% {
    opacity: 1;
    display: block; }
  100% {
    opacity: 0;
    display: none; } }
@-o-keyframes fade-out {
  0% {
    opacity: 1;
    display: block; }
  100% {
    opacity: 0;
    display: none; } }
@keyframes fade-out {
  0% {
    opacity: 1;
    display: block; }
  100% {
    opacity: 0;
    display: none; } }
@-webkit-keyframes pop-in {
  0% {
    display: block;
    opacity: 0;
    transform: scale(0.9);
    -webkit-transform: scale(0.9); }
  80% {
    transform: scale(0.94);
    -webkit-transform: scale(0.94); }
  100% {
    opacity: 1;
    transform: scale(1);
    -webkit-transform: scale(1); } }
@-moz-keyframes pop-in {
  0% {
    display: block;
    opacity: 0;
    transform: scale(0.9);
    -webkit-transform: scale(0.9); }
  80% {
    transform: scale(0.94);
    -webkit-transform: scale(0.94); }
  100% {
    opacity: 1;
    transform: scale(1);
    -webkit-transform: scale(1); } }
@-o-keyframes pop-in {
  0% {
    display: block;
    opacity: 0;
    transform: scale(0.9);
    -webkit-transform: scale(0.9); }
  80% {
    transform: scale(0.94);
    -webkit-transform: scale(0.94); }
  100% {
    opacity: 1;
    transform: scale(1);
    -webkit-transform: scale(1); } }
@keyframes pop-in {
  0% {
    display: block;
    opacity: 0;
    transform: scale(0.9);
    -webkit-transform: scale(0.9); }
  80% {
    transform: scale(0.94);
    -webkit-transform: scale(0.94); }
  100% {
    opacity: 1;
    transform: scale(1);
    -webkit-transform: scale(1); } }
@-webkit-keyframes pop-out {
  0% {
    display: block;
    opacity: 1;
    transform: scale(1);
    -webkit-transform: scale(1); }
  80% {
    transform: scale(0.96);
    -webkit-transform: scale(0.96); }
  100% {
    display: none;
    opacity: 0;
    transform: scale(0.9);
    -webkit-transform: scale(0.9); } }
@-moz-keyframes pop-out {
  0% {
    display: block;
    opacity: 1;
    transform: scale(1);
    -webkit-transform: scale(1); }
  80% {
    transform: scale(0.96);
    -webkit-transform: scale(0.96); }
  100% {
    display: none;
    opacity: 0;
    transform: scale(0.9);
    -webkit-transform: scale(0.9); } }
@-o-keyframes pop-out {
  0% {
    display: block;
    opacity: 1;
    transform: scale(1);
    -webkit-transform: scale(1); }
  80% {
    transform: scale(0.96);
    -webkit-transform: scale(0.96); }
  100% {
    display: none;
    opacity: 0;
    transform: scale(0.9);
    -webkit-transform: scale(0.9); } }
@keyframes pop-out {
  0% {
    display: block;
    opacity: 1;
    transform: scale(1);
    -webkit-transform: scale(1); }
  80% {
    transform: scale(0.96);
    -webkit-transform: scale(0.96); }
  100% {
    display: none;
    opacity: 0;
    transform: scale(0.9);
    -webkit-transform: scale(0.9); } }
@-webkit-keyframes pulsate {
  0% {
    transform: scale(0.1, 0.1);
    opacity: 0; }
  50% {
    opacity: 1; }
  100% {
    transform: scale(1.2, 1.2);
    opacity: 0; } }
@-moz-keyframes pulsate {
  0% {
    transform: scale(0.1, 0.1);
    opacity: 0; }
  50% {
    opacity: 1; }
  100% {
    transform: scale(1.2, 1.2);
    opacity: 0; } }
@-o-keyframes pulsate {
  0% {
    transform: scale(0.1, 0.1);
    opacity: 0; }
  50% {
    opacity: 1; }
  100% {
    transform: scale(1.2, 1.2);
    opacity: 0; } }
@keyframes pulsate {
  0% {
    transform: scale(0.1, 0.1);
    opacity: 0; }
  50% {
    opacity: 1; }
  100% {
    transform: scale(1.2, 1.2);
    opacity: 0; } }
@-webkit-keyframes bounce {
  0% {
    opacity: 0;
    transform: translateY(-2000px) rotate(-45deg); }
  60% {
    opacity: 1;
    transform: translateY(30px) rotate(-45deg); }
  80% {
    transform: translateY(-10px) rotate(-45deg); }
  100% {
    transform: translateY(0) rotate(-45deg); } }
@-moz-keyframes bounce {
  0% {
    opacity: 0;
    transform: translateY(-2000px) rotate(-45deg); }
  60% {
    opacity: 1;
    transform: translateY(30px) rotate(-45deg); }
  80% {
    transform: translateY(-10px) rotate(-45deg); }
  100% {
    transform: translateY(0) rotate(-45deg); } }
@-o-keyframes bounce {
  0% {
    opacity: 0;
    transform: translateY(-2000px) rotate(-45deg); }
  60% {
    opacity: 1;
    transform: translateY(30px) rotate(-45deg); }
  80% {
    transform: translateY(-10px) rotate(-45deg); }
  100% {
    transform: translateY(0) rotate(-45deg); } }
@keyframes bounce {
  0% {
    opacity: 0;
    transform: translateY(-2000px) rotate(-45deg); }
  60% {
    opacity: 1;
    transform: translateY(30px) rotate(-45deg); }
  80% {
    transform: translateY(-10px) rotate(-45deg); }
  100% {
    transform: translateY(0) rotate(-45deg); } }
@-webkit-keyframes focus-bounce {
  0% {
    transform: scale(0.95); }
  60% {
    transform: scale(1.03); }
  100% {
    transform: scale(1); } }
@-moz-keyframes focus-bounce {
  0% {
    transform: scale(0.95); }
  60% {
    transform: scale(1.03); }
  100% {
    transform: scale(1); } }
@-o-keyframes focus-bounce {
  0% {
    transform: scale(0.95); }
  60% {
    transform: scale(1.03); }
  100% {
    transform: scale(1); } }
@keyframes focus-bounce {
  0% {
    transform: scale(0.95); }
  60% {
    transform: scale(1.03); }
  100% {
    transform: scale(1); } }
@-webkit-keyframes slide-in-bottom {
  from {
    transform: translateY(-100%); }
  to {
    transfomr: translateY(0%); } }
@-moz-keyframes slide-in-bottom {
  from {
    transform: translateY(-100%); }
  to {
    transfomr: translateY(0%); } }
@-o-keyframes slide-in-bottom {
  from {
    transform: translateY(-100%); }
  to {
    transfomr: translateY(0%); } }
@keyframes slide-in-bottom {
  from {
    transform: translateY(-100%); }
  to {
    transfomr: translateY(0%); } }
@-webkit-keyframes slide-in-top {
  from {
    transform: translateY(100%); }
  to {
    transfomr: translateY(0%); } }
@-moz-keyframes slide-in-top {
  from {
    transform: translateY(100%); }
  to {
    transfomr: translateY(0%); } }
@-o-keyframes slide-in-top {
  from {
    transform: translateY(100%); }
  to {
    transfomr: translateY(0%); } }
@keyframes slide-in-top {
  from {
    transform: translateY(100%); }
  to {
    transfomr: translateY(0%); } }
@-webkit-keyframes slide-in-right {
  from {
    transform: translateX(100%); }
  to {
    transform: translateX(0%); } }
@-moz-keyframes slide-in-right {
  from {
    transform: translateX(100%); }
  to {
    transform: translateX(0%); } }
@-o-keyframes slide-in-right {
  from {
    transform: translateX(100%); }
  to {
    transform: translateX(0%); } }
@keyframes slide-in-right {
  from {
    transform: translateX(100%); }
  to {
    transform: translateX(0%); } }
@-webkit-keyframes slide-out-right {
  from {
    transform: translateX(0%); }
  to {
    transform: translateX(100%); } }
@-moz-keyframes slide-out-right {
  from {
    transform: translateX(0%); }
  to {
    transform: translateX(100%); } }
@-o-keyframes slide-out-right {
  from {
    transform: translateX(0%); }
  to {
    transform: translateX(100%); } }
@keyframes slide-out-right {
  from {
    transform: translateX(0%); }
  to {
    transform: translateX(100%); } }
@-webkit-keyframes slide-in-left {
  from {
    transform: translateX(-100%); }
  to {
    transform: translateX(0%); } }
@-moz-keyframes slide-in-left {
  from {
    transform: translateX(-100%); }
  to {
    transform: translateX(0%); } }
@-o-keyframes slide-in-left {
  from {
    transform: translateX(-100%); }
  to {
    transform: translateX(0%); } }
@keyframes slide-in-left {
  from {
    transform: translateX(-100%); }
  to {
    transform: translateX(0%); } }
@-webkit-keyframes slide-out-left {
  from {
    transform: translateX(0%); }
  to {
    transform: translateX(-100%); } }
@-moz-keyframes slide-out-left {
  from {
    transform: translateX(0%); }
  to {
    transform: translateX(-100%); } }
@-o-keyframes slide-out-left {
  from {
    transform: translateX(0%); }
  to {
    transform: translateX(-100%); } }
@keyframes slide-out-left {
  from {
    transform: translateX(0%); }
  to {
    transform: translateX(-100%); } }
.cookie, .select-pop-over {
  width: 100%;
  height: 100vh;
  position: fixed;
  background: rgba(0, 0, 0, 0.75);
  z-index: 1100;
  top: 0;
  left: 0; }
  .cookie .box, .select-pop-over .box {
    position: absolute;
    width: 600px;
    height: auto;
    display: inline-block;
    background: #f2f2f2;
    box-shadow: 0px 0px 140px rgba(0, 0, 0, 0.2);
    padding: 35px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    animation: cookie 900ms; }
  .cookie .title, .select-pop-over .title {
    width: 100%;
    text-align: center;
    color: var(--primary-color);
    font-size: 2em;
    weight: 100; }
  .cookie .text, .select-pop-over .text {
    width: 100%;
    height: auto;
    text-align: center;
    padding: 5px 30px 15px;
    font-size: 17px;
    box-sizing: border-box;
    color: #090909; }
  .cookie .choice, .select-pop-over .choice {
    width: 100%;
    height: 50px;
    text-align: center;
    line-height: 50px;
    margin-top: 10px; }
    .cookie .choice button, .select-pop-over .choice button {
      width: auto;
      margin: 0 5px; }
      .cookie .choice button:active, .cookie .choice button:focus, .select-pop-over .choice button:active, .select-pop-over .choice button:focus {
        outline: none; }
      .cookie .choice button:hover, .select-pop-over .choice button:hover {
        cursor: pointer;
        background: none;
        color: var(--primary-color); }
    .cookie .choice a, .cookie .choice .as-link, .select-pop-over .choice a, .select-pop-over .choice .as-link {
      padding: 0 25px; }

.dashboard .wrapper {
  display: flex; }
  .dashboard .wrapper.normal {
    width: auto;
    display: block; }
.dashboard .left-bar {
  flex: 1.5;
  padding: 0 0 20px 0px;
  box-sizing: border-box;
  border-radius: 4px; }
  .dashboard .left-bar .white-container {
    border: 1px solid #fafafa;
    background: #ffffff; }
.dashboard .find {
  flex: 4.5;
  padding-left: 20px; }
  .dashboard .find .map {
    width: 100%;
    height: 250px; }
  .dashboard .find .results {
    text-align: left; }
    .dashboard .find .results h1 {
      display: inline-block;
      width: 100%;
      padding: 15px 20px;
      padding-bottom: 5px;
      text-align: left;
      color: #090909;
      margin: 0;
      box-sizing: border-box;
      font-size: 23px;
      font-family: "Open sans"; }
.dashboard .search-box .filters {
  height: auto;
  width: 100%;
  min-height: 50px;
  position: relative; }
  .dashboard .search-box .filters .applied {
    position: absolute;
    left: 0;
    top: 0;
    line-height: 50px;
    color: var(--primary-color);
    font-style: italic;
    font-size: 13px; }
  .dashboard .search-box .filters .filter-button {
    width: 40px;
    height: 40px;
    position: absolute;
    right: 5px;
    top: 5px;
    z-index: 1;
    -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1); }
    .dashboard .search-box .filters .filter-button::after {
      content: "";
      position: absolute;
      left: 0px;
      top: 0px;
      width: 40px;
      height: 40px;
      border-radius: 50%;
      background: var(--primary-color);
      opacity: 0.1;
      z-index: -1;
      -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
      transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1); }
    .dashboard .search-box .filters .filter-button.active::after, .dashboard .search-box .filters .filter-button:hover::after {
      opacity: 1; }
    .dashboard .search-box .filters .filter-button.active svg, .dashboard .search-box .filters .filter-button:hover svg {
      fill: #ffffff; }
    .dashboard .search-box .filters .filter-button:hover {
      cursor: pointer; }
    .dashboard .search-box .filters .filter-button svg {
      height: 20px;
      width: 20px;
      margin: 12px 10px;
      fill: var(--primary-dark-color);
      display: block;
      -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
      transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1); }
  .dashboard .search-box .filters .options {
    height: 200px;
    width: 100%;
    display: none; }
    .dashboard .search-box .filters .options.active {
      display: flex; }
    .dashboard .search-box .filters .options .option-column {
      flex: 1; }
.dashboard .upcoming {
  width: 100%;
  height: auto;
  margin-top: 15px;
  text-align: left; }
  .dashboard .upcoming a:hover {
    color: #ffffff; }
  .dashboard .upcoming h1 {
    display: inline-block;
    width: auto;
    text-align: left;
    padding: 15px 0;
    color: #090909;
    margin: 0;
    font-size: 23px;
    font-family: "Open sans"; }
  .dashboard .upcoming .task {
    width: 100%;
    height: 75px; }
  .dashboard .upcoming .nothing {
    height: 100px;
    line-height: 100px;
    width: 100%;
    text-align: center;
    color: #090909;
    border-top: 1px solid #d2d2d2; }
.dashboard .balance {
  height: auto;
  width: 100%;
  text-align: left; }
  .dashboard .balance a:hover {
    color: #090909; }
  .dashboard .balance .details {
    float: right;
    width: auto;
    text-align: center;
    padding: 16px 0px 16px;
    font-size: 13px; }
  .dashboard .balance h1 {
    display: inline-block;
    width: auto;
    padding: 15px 0;
    text-align: left;
    color: #090909;
    margin: 0;
    font-size: 23px;
    font-family: "Open sans"; }
  .dashboard .balance .part {
    border-bottom: 1px solid #d2d2d2; }
    .dashboard .balance .part h1 {
      padding: 15px 0; }
  .dashboard .balance .available {
    font-family: "Open sans";
    font-size: 1em;
    color: #090909; }
    .dashboard .balance .available .spinner {
      margin: 15px auto; }
    .dashboard .balance .available span {
      font-size: 23px;
      margin-left: 20px; }
    .dashboard .balance .available .value {
      width: auto;
      padding-right: 5px;
      display: inline-block;
      font-size: 30px; }
  .dashboard .balance .options {
    padding-left: 15px;
    padding-bottom: 15px; }
    .dashboard .balance .options h1 {
      width: 100%;
      padding-bottom: 5px;
      font-size: 16px; }
    .dashboard .balance .options a, .dashboard .balance .options .as-link {
      width: 100%;
      display: block;
      font-size: 14px; }

.notification-list .notification {
  color: #090909;
  border-bottom: 1px solid transparent;
  padding: 15px;
  display: flex;
  align-self: flex-start;
  -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1); }
  .notification-list .notification:hover {
    cursor: pointer;
    background: #f2f2f2; }
  .notification-list .notification:not(:last-child) {
    border-bottom: 1px solid #d2d2d2; }
  .notification-list .notification img {
    height: 60px;
    width: 60px;
    border-radius: 50%;
    object-fit: cover;
    margin-right: 10px;
    align-self: center; }
  .notification-list .notification .content {
    flex: 1; }
  .notification-list .notification .title {
    font-size: 24px;
    display: flex;
    justify-content: space-between; }
  .notification-list .notification .message {
    color: #5a5a5a; }
  .notification-list .notification .date {
    line-height: 28px;
    font-size: 13px;
    font-style: italic; }

.person {
  width: 100%;
  height: 250px;
  border-bottom: 1px solid #d2d2d2; }

.authentication .small-box {
  padding: 50px 50px 40px;
  box-shadow: 0px 20px 65px -5px rgba(0, 0, 0, 0.19);
  margin-bottom: 25px;
  background: white; }

.filters h4 {
  margin-bottom: 5px; }
.filters .DayPicker-Months {
  justify-content: flex-start; }
.filters .DayPicker-NavButton {
  top: 0;
  right: 3rem; }
.filters input[type="checkbox"] {
  width: auto;
  margin: 2px 6px 0 0;
  height: 15px;
  width: 15px; }
  .filters input[type="checkbox"]:checked::after {
    font-size: 12px;
    left: 5px;
    top: 0; }
.filters label.normal {
  -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1); }
  .filters label.normal:hover {
    cursor: pointer;
    color: var(--primary-color); }

@media only screen and (max-width: 960px) {
  .dashboard .left-bar {
    width: 100%;
    height: auto;
    min-height: auto;
    display: flex;
    padding: 0;
    text-align: justify; }
  .dashboard .left-profile, .dashboard .upcoming, .dashboard .balance {
    display: inline-block;
    flex: 1;
    padding: 0 10px;
    box-sizing: border-box;
    width: auto; }
  .dashboard .left-profile {
    order: 2;
    padding-top: 20px; }
  .dashboard .upcoming {
    order: 1;
    margin: 0; }
  .dashboard .balance {
    order: 3; }
  .dashboard .find {
    width: 100%;
    display: block;
    padding-left: 0; }
  .dashboard .wrapper {
    display: block;
    width: 100%; }
  .dashboard .find {
    width: 100%; } }
@media only screen and (max-width: 560px) {
  .dashboard .wrapper {
    width: 100%; }
  .dashboard .left-bar {
    display: none; }
  .dashboard .find .map {
    width: 100%;
    height: 200px; }
  .dashboard .find .search-box {
    width: 100%; }
  .dashboard .upcoming {
    display: block; }

  .home_page_img {
    height: 100px; } }
@-webkit-keyframes cookie {
  0% {
    left: 0%;
    transform: translate(-50%, -50%) rotate(-90deg);
    opacity: 0; }
  60% {
    left: 52%;
    transform: translate(-50%, -50%) rotate(4deg); }
  100% {
    left: 50%;
    transform: translate(-50%, -50%) translateX(0%);
    opacity: 1; } }
@-moz-keyframes cookie {
  0% {
    left: 0%;
    transform: translate(-50%, -50%) rotate(-90deg);
    opacity: 0; }
  60% {
    left: 52%;
    transform: translate(-50%, -50%) rotate(4deg); }
  100% {
    left: 50%;
    transform: translate(-50%, -50%) translateX(0%);
    opacity: 1; } }
@-o-keyframes cookie {
  0% {
    left: 0%;
    transform: translate(-50%, -50%) rotate(-90deg);
    opacity: 0; }
  60% {
    left: 52%;
    transform: translate(-50%, -50%) rotate(4deg); }
  100% {
    left: 50%;
    transform: translate(-50%, -50%) translateX(0%);
    opacity: 1; } }
@keyframes cookie {
  0% {
    left: 0%;
    transform: translate(-50%, -50%) rotate(-90deg);
    opacity: 0; }
  60% {
    left: 52%;
    transform: translate(-50%, -50%) rotate(4deg); }
  100% {
    left: 50%;
    transform: translate(-50%, -50%) translateX(0%);
    opacity: 1; } }
@-webkit-keyframes sk-rotateplane {
  0% {
    -webkit-transform: perspective(120px); }
  50% {
    -webkit-transform: perspective(120px) rotateY(180deg); }
  100% {
    -webkit-transform: perspective(120px) rotateY(180deg) rotateX(180deg); } }
@-moz-keyframes sk-rotateplane {
  0% {
    -webkit-transform: perspective(120px); }
  50% {
    -webkit-transform: perspective(120px) rotateY(180deg); }
  100% {
    -webkit-transform: perspective(120px) rotateY(180deg) rotateX(180deg); } }
@-o-keyframes sk-rotateplane {
  0% {
    -webkit-transform: perspective(120px); }
  50% {
    -webkit-transform: perspective(120px) rotateY(180deg); }
  100% {
    -webkit-transform: perspective(120px) rotateY(180deg) rotateX(180deg); } }
@keyframes sk-rotateplane {
  0% {
    -webkit-transform: perspective(120px); }
  50% {
    -webkit-transform: perspective(120px) rotateY(180deg); }
  100% {
    -webkit-transform: perspective(120px) rotateY(180deg) rotateX(180deg); } }
@-webkit-keyframes menu-slide-in {
  0% {
    transform: translateX(250px);
    -webkit-transform: translateX(250px); }
  100% {
    transform: translateX(0);
    -webkit-transform: translateX(0); } }
@-moz-keyframes menu-slide-in {
  0% {
    transform: translateX(250px);
    -webkit-transform: translateX(250px); }
  100% {
    transform: translateX(0);
    -webkit-transform: translateX(0); } }
@-o-keyframes menu-slide-in {
  0% {
    transform: translateX(250px);
    -webkit-transform: translateX(250px); }
  100% {
    transform: translateX(0);
    -webkit-transform: translateX(0); } }
@keyframes menu-slide-in {
  0% {
    transform: translateX(250px);
    -webkit-transform: translateX(250px); }
  100% {
    transform: translateX(0);
    -webkit-transform: translateX(0); } }
@-webkit-keyframes fade-in {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@-moz-keyframes fade-in {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@-o-keyframes fade-in {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@keyframes fade-in {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@-webkit-keyframes menu-slide-out {
  0% {
    transform: translateX(0);
    -webkit-transform: translateX(0); }
  100% {
    transform: translateX(250px);
    -webkit-transform: translateX(250px); } }
@-moz-keyframes menu-slide-out {
  0% {
    transform: translateX(0);
    -webkit-transform: translateX(0); }
  100% {
    transform: translateX(250px);
    -webkit-transform: translateX(250px); } }
@-o-keyframes menu-slide-out {
  0% {
    transform: translateX(0);
    -webkit-transform: translateX(0); }
  100% {
    transform: translateX(250px);
    -webkit-transform: translateX(250px); } }
@keyframes menu-slide-out {
  0% {
    transform: translateX(0);
    -webkit-transform: translateX(0); }
  100% {
    transform: translateX(250px);
    -webkit-transform: translateX(250px); } }
@-webkit-keyframes fade-out {
  0% {
    opacity: 1;
    display: block; }
  100% {
    opacity: 0;
    display: none; } }
@-moz-keyframes fade-out {
  0% {
    opacity: 1;
    display: block; }
  100% {
    opacity: 0;
    display: none; } }
@-o-keyframes fade-out {
  0% {
    opacity: 1;
    display: block; }
  100% {
    opacity: 0;
    display: none; } }
@keyframes fade-out {
  0% {
    opacity: 1;
    display: block; }
  100% {
    opacity: 0;
    display: none; } }
@-webkit-keyframes pop-in {
  0% {
    display: block;
    opacity: 0;
    transform: scale(0.9);
    -webkit-transform: scale(0.9); }
  80% {
    transform: scale(0.94);
    -webkit-transform: scale(0.94); }
  100% {
    opacity: 1;
    transform: scale(1);
    -webkit-transform: scale(1); } }
@-moz-keyframes pop-in {
  0% {
    display: block;
    opacity: 0;
    transform: scale(0.9);
    -webkit-transform: scale(0.9); }
  80% {
    transform: scale(0.94);
    -webkit-transform: scale(0.94); }
  100% {
    opacity: 1;
    transform: scale(1);
    -webkit-transform: scale(1); } }
@-o-keyframes pop-in {
  0% {
    display: block;
    opacity: 0;
    transform: scale(0.9);
    -webkit-transform: scale(0.9); }
  80% {
    transform: scale(0.94);
    -webkit-transform: scale(0.94); }
  100% {
    opacity: 1;
    transform: scale(1);
    -webkit-transform: scale(1); } }
@keyframes pop-in {
  0% {
    display: block;
    opacity: 0;
    transform: scale(0.9);
    -webkit-transform: scale(0.9); }
  80% {
    transform: scale(0.94);
    -webkit-transform: scale(0.94); }
  100% {
    opacity: 1;
    transform: scale(1);
    -webkit-transform: scale(1); } }
@-webkit-keyframes pop-out {
  0% {
    display: block;
    opacity: 1;
    transform: scale(1);
    -webkit-transform: scale(1); }
  80% {
    transform: scale(0.96);
    -webkit-transform: scale(0.96); }
  100% {
    display: none;
    opacity: 0;
    transform: scale(0.9);
    -webkit-transform: scale(0.9); } }
@-moz-keyframes pop-out {
  0% {
    display: block;
    opacity: 1;
    transform: scale(1);
    -webkit-transform: scale(1); }
  80% {
    transform: scale(0.96);
    -webkit-transform: scale(0.96); }
  100% {
    display: none;
    opacity: 0;
    transform: scale(0.9);
    -webkit-transform: scale(0.9); } }
@-o-keyframes pop-out {
  0% {
    display: block;
    opacity: 1;
    transform: scale(1);
    -webkit-transform: scale(1); }
  80% {
    transform: scale(0.96);
    -webkit-transform: scale(0.96); }
  100% {
    display: none;
    opacity: 0;
    transform: scale(0.9);
    -webkit-transform: scale(0.9); } }
@keyframes pop-out {
  0% {
    display: block;
    opacity: 1;
    transform: scale(1);
    -webkit-transform: scale(1); }
  80% {
    transform: scale(0.96);
    -webkit-transform: scale(0.96); }
  100% {
    display: none;
    opacity: 0;
    transform: scale(0.9);
    -webkit-transform: scale(0.9); } }
@-webkit-keyframes pulsate {
  0% {
    transform: scale(0.1, 0.1);
    opacity: 0; }
  50% {
    opacity: 1; }
  100% {
    transform: scale(1.2, 1.2);
    opacity: 0; } }
@-moz-keyframes pulsate {
  0% {
    transform: scale(0.1, 0.1);
    opacity: 0; }
  50% {
    opacity: 1; }
  100% {
    transform: scale(1.2, 1.2);
    opacity: 0; } }
@-o-keyframes pulsate {
  0% {
    transform: scale(0.1, 0.1);
    opacity: 0; }
  50% {
    opacity: 1; }
  100% {
    transform: scale(1.2, 1.2);
    opacity: 0; } }
@keyframes pulsate {
  0% {
    transform: scale(0.1, 0.1);
    opacity: 0; }
  50% {
    opacity: 1; }
  100% {
    transform: scale(1.2, 1.2);
    opacity: 0; } }
@-webkit-keyframes bounce {
  0% {
    opacity: 0;
    transform: translateY(-2000px) rotate(-45deg); }
  60% {
    opacity: 1;
    transform: translateY(30px) rotate(-45deg); }
  80% {
    transform: translateY(-10px) rotate(-45deg); }
  100% {
    transform: translateY(0) rotate(-45deg); } }
@-moz-keyframes bounce {
  0% {
    opacity: 0;
    transform: translateY(-2000px) rotate(-45deg); }
  60% {
    opacity: 1;
    transform: translateY(30px) rotate(-45deg); }
  80% {
    transform: translateY(-10px) rotate(-45deg); }
  100% {
    transform: translateY(0) rotate(-45deg); } }
@-o-keyframes bounce {
  0% {
    opacity: 0;
    transform: translateY(-2000px) rotate(-45deg); }
  60% {
    opacity: 1;
    transform: translateY(30px) rotate(-45deg); }
  80% {
    transform: translateY(-10px) rotate(-45deg); }
  100% {
    transform: translateY(0) rotate(-45deg); } }
@keyframes bounce {
  0% {
    opacity: 0;
    transform: translateY(-2000px) rotate(-45deg); }
  60% {
    opacity: 1;
    transform: translateY(30px) rotate(-45deg); }
  80% {
    transform: translateY(-10px) rotate(-45deg); }
  100% {
    transform: translateY(0) rotate(-45deg); } }
@-webkit-keyframes focus-bounce {
  0% {
    transform: scale(0.95); }
  60% {
    transform: scale(1.03); }
  100% {
    transform: scale(1); } }
@-moz-keyframes focus-bounce {
  0% {
    transform: scale(0.95); }
  60% {
    transform: scale(1.03); }
  100% {
    transform: scale(1); } }
@-o-keyframes focus-bounce {
  0% {
    transform: scale(0.95); }
  60% {
    transform: scale(1.03); }
  100% {
    transform: scale(1); } }
@keyframes focus-bounce {
  0% {
    transform: scale(0.95); }
  60% {
    transform: scale(1.03); }
  100% {
    transform: scale(1); } }
@-webkit-keyframes slide-in-bottom {
  from {
    transform: translateY(-100%); }
  to {
    transfomr: translateY(0%); } }
@-moz-keyframes slide-in-bottom {
  from {
    transform: translateY(-100%); }
  to {
    transfomr: translateY(0%); } }
@-o-keyframes slide-in-bottom {
  from {
    transform: translateY(-100%); }
  to {
    transfomr: translateY(0%); } }
@keyframes slide-in-bottom {
  from {
    transform: translateY(-100%); }
  to {
    transfomr: translateY(0%); } }
@-webkit-keyframes slide-in-top {
  from {
    transform: translateY(100%); }
  to {
    transfomr: translateY(0%); } }
@-moz-keyframes slide-in-top {
  from {
    transform: translateY(100%); }
  to {
    transfomr: translateY(0%); } }
@-o-keyframes slide-in-top {
  from {
    transform: translateY(100%); }
  to {
    transfomr: translateY(0%); } }
@keyframes slide-in-top {
  from {
    transform: translateY(100%); }
  to {
    transfomr: translateY(0%); } }
@-webkit-keyframes slide-in-right {
  from {
    transform: translateX(100%); }
  to {
    transform: translateX(0%); } }
@-moz-keyframes slide-in-right {
  from {
    transform: translateX(100%); }
  to {
    transform: translateX(0%); } }
@-o-keyframes slide-in-right {
  from {
    transform: translateX(100%); }
  to {
    transform: translateX(0%); } }
@keyframes slide-in-right {
  from {
    transform: translateX(100%); }
  to {
    transform: translateX(0%); } }
@-webkit-keyframes slide-out-right {
  from {
    transform: translateX(0%); }
  to {
    transform: translateX(100%); } }
@-moz-keyframes slide-out-right {
  from {
    transform: translateX(0%); }
  to {
    transform: translateX(100%); } }
@-o-keyframes slide-out-right {
  from {
    transform: translateX(0%); }
  to {
    transform: translateX(100%); } }
@keyframes slide-out-right {
  from {
    transform: translateX(0%); }
  to {
    transform: translateX(100%); } }
@-webkit-keyframes slide-in-left {
  from {
    transform: translateX(-100%); }
  to {
    transform: translateX(0%); } }
@-moz-keyframes slide-in-left {
  from {
    transform: translateX(-100%); }
  to {
    transform: translateX(0%); } }
@-o-keyframes slide-in-left {
  from {
    transform: translateX(-100%); }
  to {
    transform: translateX(0%); } }
@keyframes slide-in-left {
  from {
    transform: translateX(-100%); }
  to {
    transform: translateX(0%); } }
@-webkit-keyframes slide-out-left {
  from {
    transform: translateX(0%); }
  to {
    transform: translateX(-100%); } }
@-moz-keyframes slide-out-left {
  from {
    transform: translateX(0%); }
  to {
    transform: translateX(-100%); } }
@-o-keyframes slide-out-left {
  from {
    transform: translateX(0%); }
  to {
    transform: translateX(-100%); } }
@keyframes slide-out-left {
  from {
    transform: translateX(0%); }
  to {
    transform: translateX(-100%); } }
.chat {
  height: calc(100vh - 85px); }
  .chat .flex-container {
    height: 100%; }
  .chat h1 {
    font-size: 28px; }
  .chat h1, .chat h2, .chat h3 {
    margin: 0;
    font-weight: normal; }
  .chat .chat-left {
    height: 100%;
    border-right: 1px solid #d2d2d2; }
    .chat .chat-left .chat-left-header {
      height: 40px;
      line-break: 40px; }
      .chat .chat-left .chat-left-header .actions {
        padding-right: 10px; }
        .chat .chat-left .chat-left-header .actions svg {
          height: 30px;
          width: 30px;
          padding: 5px; }
    .chat .chat-left .chats {
      height: 100%;
      overflow-y: scroll;
      list-style: none;
      padding: 0;
      margin: 0;
      max-height: calc(100vh - 180px); }
      .chat .chat-left .chats .item {
        display: flex;
        padding: 10px 0;
        border-bottom: 1px solid #d2d2d2;
        line-height: 1;
        -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
        transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1); }
        .chat .chat-left .chats .item:hover, .chat .chat-left .chats .item.active {
          background: #ffffff;
          cursor: pointer; }
        .chat .chat-left .chats .item img {
          height: 55px;
          width: 55px;
          border-radius: 50%;
          margin: 0 10px;
          align-self: center; }
        .chat .chat-left .chats .item .left-box {
          margin: 3px 0; }
        .chat .chat-left .chats .item .name {
          font-size: 17px;
          position: relative;
          display: inline-block; }
          .chat .chat-left .chats .item .name span {
            font-size: 10px;
            position: absolute;
            right: -24px;
            top: 1px;
            background: var(--primary-color);
            color: #ffffff;
            border-radius: 16px;
            min-width: 16px;
            width: auto;
            height: 16px;
            display: inline-block;
            text-align: center;
            line-height: 16px;
            padding: 0 4px; }
        .chat .chat-left .chats .item .preview {
          font-size: 14px;
          margin: 6px 0;
          color: #5a5a5a; }
        .chat .chat-left .chats .item .preview-date {
          color: #5a5a5a;
          font-style: italic;
          font-size: 11px;
          font-weight: normal; }
  .chat .chat-main {
    height: 100%;
    position: relative; }
    .chat .chat-main .information {
      padding: 0px 0 10px 20px;
      height: auto;
      position: relative; }
      .chat .chat-main .information::before {
        content: "";
        height: 30px;
        width: 100%;
        position: absolute;
        left: 0;
        bottom: -30px;
        z-index: 10;
        background: linear-gradient(to bottom, #f2f2f2, transparent); }
      .chat .chat-main .information img {
        width: 65px;
        height: 65px;
        margin-right: 20px;
        border-radius: 50%; }
      .chat .chat-main .information .right-part {
        align-self: center; }
    .chat .chat-main .create {
      margin-left: 20px; }
      .chat .chat-main .create h1 {
        height: 40px; }
    .chat .chat-main .messages {
      max-height: calc(100vh - 310px);
      padding: 0 20px 20px;
      position: relative;
      display: flex;
      flex-direction: column-reverse; }
      .chat .chat-main .messages a {
        color: #090909; }
        .chat .chat-main .messages a:hover {
          color: var(--primary-color); }
      .chat .chat-main .messages .day-seperator {
        margin-top: 20px;
        text-align: center;
        font-size: 14px; }
        .chat .chat-main .messages .day-seperator .date {
          padding: 5px 15px;
          text-align: center;
          display: inline-block;
          position: relative; }
          .chat .chat-main .messages .day-seperator .date::before {
            content: "";
            position: absolute;
            width: 100%;
            height: 100%;
            top: 0;
            left: 0;
            background: var(--primary-color);
            opacity: 0.1;
            border-radius: 20px; }
      .chat .chat-main .messages .msg {
        margin-top: 14px;
        flex-wrap: nowrap; }
        .chat .chat-main .messages .msg img {
          height: 45px;
          width: 45px;
          border-radius: 50%;
          margin: 5px 10px 0 0; }
        .chat .chat-main .messages .msg .name {
          font-size: 1em; }
          .chat .chat-main .messages .msg .name span {
            font-size: 0.7em;
            color: #5a5a5a;
            margin-left: 6px; }
        .chat .chat-main .messages .msg .message {
          color: #5a5a5a;
          white-space: pre-wrap; }
          .chat .chat-main .messages .msg .message a {
            color: var(--primary-color); }
            .chat .chat-main .messages .msg .message a:hover {
              text-decoration: underline; }
          .chat .chat-main .messages .msg .message.offline {
            opacity: 0.6; }
      .chat .chat-main .messages .files {
        margin: 3px 0; }
        .chat .chat-main .messages .files .file {
          background: #ffffff; }
          .chat .chat-main .messages .files .file img {
            height: 100%;
            width: auto;
            max-width: 100%;
            min-width: 30px;
            border-radius: 0; }
  .chat .new-message {
    min-height: 130px;
    width: 100%;
    background: #ffffff;
    position: absolute;
    bottom: 0;
    left: 0; }
    .chat .new-message .uploadedFiles .file {
      margin: 0; }
      .chat .new-message .uploadedFiles .file .actions {
        width: 30px;
        background: none; }
    .chat .new-message form {
      padding: 0;
      width: 100%;
      height: auto; }
    .chat .new-message .input-group {
      margin: 0;
      display: block; }
    .chat .new-message .drag-and-drop p {
      margin: 0;
      max-height: 90px; }
    .chat .new-message .message-input {
      height: 90px;
      width: 100%;
      padding: 12px 100px 12px 20px;
      overflow-y: scroll;
      box-sizing: border-box;
      display: block; }
      .chat .new-message .message-input:focus {
        outline: none; }
      .chat .new-message .message-input:empty:before {
        content: attr(placeholder);
        pointer-events: none;
        display: block;
        color: #d2d2d2; }
    .chat .new-message button.send {
      position: absolute;
      right: 25px;
      bottom: 80px;
      height: 40px;
      width: 40px;
      padding: 0;
      margin: 0;
      border-radius: 50%; }
      .chat .new-message button.send:disabled {
        opacity: 0.5; }
      .chat .new-message button.send i {
        font-size: 18;
        text-align: center;
        width: 100%;
        height: 100%;
        line-height: 40px;
        position: absolute;
        left: 53%;
        top: 48%;
        transform: translate(-50%, -50%); }
    .chat .new-message .actions {
      height: 40px;
      width: 100%;
      padding: 0 10px;
      background: #f7f7f7; }
      .chat .new-message .actions button {
        height: auto; }
      .chat .new-message .actions .action {
        display: inline-block;
        border-radius: 50%;
        position: relative;
        -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
        transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1); }
        .chat .new-message .actions .action:hover {
          cursor: pointer;
          background: var(--primary-color); }
          .chat .new-message .actions .action:hover .icon svg {
            fill: #ffffff; }
        .chat .new-message .actions .action .emoji-mart-anchors svg, .chat .new-message .actions .action .emoji-mart-anchors img, .chat .new-message .actions .action .emoji-mart-search-icon svg {
          margin: 0 auto;
          height: 18px;
          width: 18px; }
        .chat .new-message .actions .action .icon svg {
          margin: 10px 10px;
          height: 20px;
          width: 20px;
          display: block; }

.chat-info__image img {
  display: block;
  width: 150px;
  height: 150px;
  margin: 0 auto;
  border-radius: 50%; }
.chat-info__title {
  text-align: center;
  margin-top: 15px;
  font-size: 35px; }
.chat-info__createdAt {
  text-align: center;
  color: #5a5a5a;
  font-size: 20px; }
.chat-info__users {
  margin-top: 25px; }
.chat-info__user {
  display: flex;
  padding: 10px 0;
  border-bottom: 1px solid #d2d2d2; }
  .chat-info__user:last-child {
    border-bottom: 1px solid transparent; }
  .chat-info__user__avatar img {
    width: 35px;
    height: 35px;
    display: block;
    border-radius: 50%;
    margin-right: 15px; }
  .chat-info__user__name {
    font-size: 20px;
    align-self: center; }

@-webkit-keyframes cookie {
  0% {
    left: 0%;
    transform: translate(-50%, -50%) rotate(-90deg);
    opacity: 0; }
  60% {
    left: 52%;
    transform: translate(-50%, -50%) rotate(4deg); }
  100% {
    left: 50%;
    transform: translate(-50%, -50%) translateX(0%);
    opacity: 1; } }
@-moz-keyframes cookie {
  0% {
    left: 0%;
    transform: translate(-50%, -50%) rotate(-90deg);
    opacity: 0; }
  60% {
    left: 52%;
    transform: translate(-50%, -50%) rotate(4deg); }
  100% {
    left: 50%;
    transform: translate(-50%, -50%) translateX(0%);
    opacity: 1; } }
@-o-keyframes cookie {
  0% {
    left: 0%;
    transform: translate(-50%, -50%) rotate(-90deg);
    opacity: 0; }
  60% {
    left: 52%;
    transform: translate(-50%, -50%) rotate(4deg); }
  100% {
    left: 50%;
    transform: translate(-50%, -50%) translateX(0%);
    opacity: 1; } }
@keyframes cookie {
  0% {
    left: 0%;
    transform: translate(-50%, -50%) rotate(-90deg);
    opacity: 0; }
  60% {
    left: 52%;
    transform: translate(-50%, -50%) rotate(4deg); }
  100% {
    left: 50%;
    transform: translate(-50%, -50%) translateX(0%);
    opacity: 1; } }
@-webkit-keyframes sk-rotateplane {
  0% {
    -webkit-transform: perspective(120px); }
  50% {
    -webkit-transform: perspective(120px) rotateY(180deg); }
  100% {
    -webkit-transform: perspective(120px) rotateY(180deg) rotateX(180deg); } }
@-moz-keyframes sk-rotateplane {
  0% {
    -webkit-transform: perspective(120px); }
  50% {
    -webkit-transform: perspective(120px) rotateY(180deg); }
  100% {
    -webkit-transform: perspective(120px) rotateY(180deg) rotateX(180deg); } }
@-o-keyframes sk-rotateplane {
  0% {
    -webkit-transform: perspective(120px); }
  50% {
    -webkit-transform: perspective(120px) rotateY(180deg); }
  100% {
    -webkit-transform: perspective(120px) rotateY(180deg) rotateX(180deg); } }
@keyframes sk-rotateplane {
  0% {
    -webkit-transform: perspective(120px); }
  50% {
    -webkit-transform: perspective(120px) rotateY(180deg); }
  100% {
    -webkit-transform: perspective(120px) rotateY(180deg) rotateX(180deg); } }
@-webkit-keyframes menu-slide-in {
  0% {
    transform: translateX(250px);
    -webkit-transform: translateX(250px); }
  100% {
    transform: translateX(0);
    -webkit-transform: translateX(0); } }
@-moz-keyframes menu-slide-in {
  0% {
    transform: translateX(250px);
    -webkit-transform: translateX(250px); }
  100% {
    transform: translateX(0);
    -webkit-transform: translateX(0); } }
@-o-keyframes menu-slide-in {
  0% {
    transform: translateX(250px);
    -webkit-transform: translateX(250px); }
  100% {
    transform: translateX(0);
    -webkit-transform: translateX(0); } }
@keyframes menu-slide-in {
  0% {
    transform: translateX(250px);
    -webkit-transform: translateX(250px); }
  100% {
    transform: translateX(0);
    -webkit-transform: translateX(0); } }
@-webkit-keyframes fade-in {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@-moz-keyframes fade-in {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@-o-keyframes fade-in {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@keyframes fade-in {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@-webkit-keyframes menu-slide-out {
  0% {
    transform: translateX(0);
    -webkit-transform: translateX(0); }
  100% {
    transform: translateX(250px);
    -webkit-transform: translateX(250px); } }
@-moz-keyframes menu-slide-out {
  0% {
    transform: translateX(0);
    -webkit-transform: translateX(0); }
  100% {
    transform: translateX(250px);
    -webkit-transform: translateX(250px); } }
@-o-keyframes menu-slide-out {
  0% {
    transform: translateX(0);
    -webkit-transform: translateX(0); }
  100% {
    transform: translateX(250px);
    -webkit-transform: translateX(250px); } }
@keyframes menu-slide-out {
  0% {
    transform: translateX(0);
    -webkit-transform: translateX(0); }
  100% {
    transform: translateX(250px);
    -webkit-transform: translateX(250px); } }
@-webkit-keyframes fade-out {
  0% {
    opacity: 1;
    display: block; }
  100% {
    opacity: 0;
    display: none; } }
@-moz-keyframes fade-out {
  0% {
    opacity: 1;
    display: block; }
  100% {
    opacity: 0;
    display: none; } }
@-o-keyframes fade-out {
  0% {
    opacity: 1;
    display: block; }
  100% {
    opacity: 0;
    display: none; } }
@keyframes fade-out {
  0% {
    opacity: 1;
    display: block; }
  100% {
    opacity: 0;
    display: none; } }
@-webkit-keyframes pop-in {
  0% {
    display: block;
    opacity: 0;
    transform: scale(0.9);
    -webkit-transform: scale(0.9); }
  80% {
    transform: scale(0.94);
    -webkit-transform: scale(0.94); }
  100% {
    opacity: 1;
    transform: scale(1);
    -webkit-transform: scale(1); } }
@-moz-keyframes pop-in {
  0% {
    display: block;
    opacity: 0;
    transform: scale(0.9);
    -webkit-transform: scale(0.9); }
  80% {
    transform: scale(0.94);
    -webkit-transform: scale(0.94); }
  100% {
    opacity: 1;
    transform: scale(1);
    -webkit-transform: scale(1); } }
@-o-keyframes pop-in {
  0% {
    display: block;
    opacity: 0;
    transform: scale(0.9);
    -webkit-transform: scale(0.9); }
  80% {
    transform: scale(0.94);
    -webkit-transform: scale(0.94); }
  100% {
    opacity: 1;
    transform: scale(1);
    -webkit-transform: scale(1); } }
@keyframes pop-in {
  0% {
    display: block;
    opacity: 0;
    transform: scale(0.9);
    -webkit-transform: scale(0.9); }
  80% {
    transform: scale(0.94);
    -webkit-transform: scale(0.94); }
  100% {
    opacity: 1;
    transform: scale(1);
    -webkit-transform: scale(1); } }
@-webkit-keyframes pop-out {
  0% {
    display: block;
    opacity: 1;
    transform: scale(1);
    -webkit-transform: scale(1); }
  80% {
    transform: scale(0.96);
    -webkit-transform: scale(0.96); }
  100% {
    display: none;
    opacity: 0;
    transform: scale(0.9);
    -webkit-transform: scale(0.9); } }
@-moz-keyframes pop-out {
  0% {
    display: block;
    opacity: 1;
    transform: scale(1);
    -webkit-transform: scale(1); }
  80% {
    transform: scale(0.96);
    -webkit-transform: scale(0.96); }
  100% {
    display: none;
    opacity: 0;
    transform: scale(0.9);
    -webkit-transform: scale(0.9); } }
@-o-keyframes pop-out {
  0% {
    display: block;
    opacity: 1;
    transform: scale(1);
    -webkit-transform: scale(1); }
  80% {
    transform: scale(0.96);
    -webkit-transform: scale(0.96); }
  100% {
    display: none;
    opacity: 0;
    transform: scale(0.9);
    -webkit-transform: scale(0.9); } }
@keyframes pop-out {
  0% {
    display: block;
    opacity: 1;
    transform: scale(1);
    -webkit-transform: scale(1); }
  80% {
    transform: scale(0.96);
    -webkit-transform: scale(0.96); }
  100% {
    display: none;
    opacity: 0;
    transform: scale(0.9);
    -webkit-transform: scale(0.9); } }
@-webkit-keyframes pulsate {
  0% {
    transform: scale(0.1, 0.1);
    opacity: 0; }
  50% {
    opacity: 1; }
  100% {
    transform: scale(1.2, 1.2);
    opacity: 0; } }
@-moz-keyframes pulsate {
  0% {
    transform: scale(0.1, 0.1);
    opacity: 0; }
  50% {
    opacity: 1; }
  100% {
    transform: scale(1.2, 1.2);
    opacity: 0; } }
@-o-keyframes pulsate {
  0% {
    transform: scale(0.1, 0.1);
    opacity: 0; }
  50% {
    opacity: 1; }
  100% {
    transform: scale(1.2, 1.2);
    opacity: 0; } }
@keyframes pulsate {
  0% {
    transform: scale(0.1, 0.1);
    opacity: 0; }
  50% {
    opacity: 1; }
  100% {
    transform: scale(1.2, 1.2);
    opacity: 0; } }
@-webkit-keyframes bounce {
  0% {
    opacity: 0;
    transform: translateY(-2000px) rotate(-45deg); }
  60% {
    opacity: 1;
    transform: translateY(30px) rotate(-45deg); }
  80% {
    transform: translateY(-10px) rotate(-45deg); }
  100% {
    transform: translateY(0) rotate(-45deg); } }
@-moz-keyframes bounce {
  0% {
    opacity: 0;
    transform: translateY(-2000px) rotate(-45deg); }
  60% {
    opacity: 1;
    transform: translateY(30px) rotate(-45deg); }
  80% {
    transform: translateY(-10px) rotate(-45deg); }
  100% {
    transform: translateY(0) rotate(-45deg); } }
@-o-keyframes bounce {
  0% {
    opacity: 0;
    transform: translateY(-2000px) rotate(-45deg); }
  60% {
    opacity: 1;
    transform: translateY(30px) rotate(-45deg); }
  80% {
    transform: translateY(-10px) rotate(-45deg); }
  100% {
    transform: translateY(0) rotate(-45deg); } }
@keyframes bounce {
  0% {
    opacity: 0;
    transform: translateY(-2000px) rotate(-45deg); }
  60% {
    opacity: 1;
    transform: translateY(30px) rotate(-45deg); }
  80% {
    transform: translateY(-10px) rotate(-45deg); }
  100% {
    transform: translateY(0) rotate(-45deg); } }
@-webkit-keyframes focus-bounce {
  0% {
    transform: scale(0.95); }
  60% {
    transform: scale(1.03); }
  100% {
    transform: scale(1); } }
@-moz-keyframes focus-bounce {
  0% {
    transform: scale(0.95); }
  60% {
    transform: scale(1.03); }
  100% {
    transform: scale(1); } }
@-o-keyframes focus-bounce {
  0% {
    transform: scale(0.95); }
  60% {
    transform: scale(1.03); }
  100% {
    transform: scale(1); } }
@keyframes focus-bounce {
  0% {
    transform: scale(0.95); }
  60% {
    transform: scale(1.03); }
  100% {
    transform: scale(1); } }
@-webkit-keyframes slide-in-bottom {
  from {
    transform: translateY(-100%); }
  to {
    transfomr: translateY(0%); } }
@-moz-keyframes slide-in-bottom {
  from {
    transform: translateY(-100%); }
  to {
    transfomr: translateY(0%); } }
@-o-keyframes slide-in-bottom {
  from {
    transform: translateY(-100%); }
  to {
    transfomr: translateY(0%); } }
@keyframes slide-in-bottom {
  from {
    transform: translateY(-100%); }
  to {
    transfomr: translateY(0%); } }
@-webkit-keyframes slide-in-top {
  from {
    transform: translateY(100%); }
  to {
    transfomr: translateY(0%); } }
@-moz-keyframes slide-in-top {
  from {
    transform: translateY(100%); }
  to {
    transfomr: translateY(0%); } }
@-o-keyframes slide-in-top {
  from {
    transform: translateY(100%); }
  to {
    transfomr: translateY(0%); } }
@keyframes slide-in-top {
  from {
    transform: translateY(100%); }
  to {
    transfomr: translateY(0%); } }
@-webkit-keyframes slide-in-right {
  from {
    transform: translateX(100%); }
  to {
    transform: translateX(0%); } }
@-moz-keyframes slide-in-right {
  from {
    transform: translateX(100%); }
  to {
    transform: translateX(0%); } }
@-o-keyframes slide-in-right {
  from {
    transform: translateX(100%); }
  to {
    transform: translateX(0%); } }
@keyframes slide-in-right {
  from {
    transform: translateX(100%); }
  to {
    transform: translateX(0%); } }
@-webkit-keyframes slide-out-right {
  from {
    transform: translateX(0%); }
  to {
    transform: translateX(100%); } }
@-moz-keyframes slide-out-right {
  from {
    transform: translateX(0%); }
  to {
    transform: translateX(100%); } }
@-o-keyframes slide-out-right {
  from {
    transform: translateX(0%); }
  to {
    transform: translateX(100%); } }
@keyframes slide-out-right {
  from {
    transform: translateX(0%); }
  to {
    transform: translateX(100%); } }
@-webkit-keyframes slide-in-left {
  from {
    transform: translateX(-100%); }
  to {
    transform: translateX(0%); } }
@-moz-keyframes slide-in-left {
  from {
    transform: translateX(-100%); }
  to {
    transform: translateX(0%); } }
@-o-keyframes slide-in-left {
  from {
    transform: translateX(-100%); }
  to {
    transform: translateX(0%); } }
@keyframes slide-in-left {
  from {
    transform: translateX(-100%); }
  to {
    transform: translateX(0%); } }
@-webkit-keyframes slide-out-left {
  from {
    transform: translateX(0%); }
  to {
    transform: translateX(-100%); } }
@-moz-keyframes slide-out-left {
  from {
    transform: translateX(0%); }
  to {
    transform: translateX(-100%); } }
@-o-keyframes slide-out-left {
  from {
    transform: translateX(0%); }
  to {
    transform: translateX(-100%); } }
@keyframes slide-out-left {
  from {
    transform: translateX(0%); }
  to {
    transform: translateX(-100%); } }
.profile .edit-bar {
  width: 100%;
  height: 76px; }
  .profile .edit-bar .cancel {
    height: 35px;
    line-height: 30px; }
.profile .network {
  display: flex;
  flex-wrap: wrap;
  justify-content: center; }
  .profile .network .person {
    width: 240px;
    height: 200px;
    padding: 35px 0;
    text-align: center; }
    .profile .network .person:hover {
      cursor: pointer; }
    .profile .network .person img {
      height: 150px;
      width: 150px;
      border-radius: 50%; }
    .profile .network .person .name {
      width: 100%;
      margin-top: 15px;
      font-size: 25px; }
.profile .main {
  flex: 4.5;
  flex-wrap: wrap;
  padding-left: 20px; }
  .profile .main .section {
    display: none;
    min-height: 100%; }
    .profile .main .section.active {
      display: block; }
      .profile .main .section.active.network {
        display: flex; }

.side-profile .picture, .top-profile .picture {
  position: relative; }
  .side-profile .picture .action-icons, .top-profile .picture .action-icons {
    position: absolute;
    margin: 0;
    bottom: 10px;
    right: 0; }
    .side-profile .picture .action-icons .action-icon::after, .top-profile .picture .action-icons .action-icon::after {
      opacity: 1; }
    .side-profile .picture .action-icons .action-icon:hover::after, .top-profile .picture .action-icons .action-icon:hover::after {
      background: var(--secondary-color); }
    .side-profile .picture .action-icons .action-icon svg, .top-profile .picture .action-icons .action-icon svg {
      fill: #ffffff; }
.side-profile .headline, .top-profile .headline {
  font-size: 20px;
  margin-top: 10px; }
.side-profile .location, .top-profile .location {
  margin-top: 5px;
  color: #5a5a5a;
  font-size: 20px; }
.side-profile .banner, .top-profile .banner {
  object-fit: cover;
  object-position: bottom; }
  .side-profile .banner.editable:hover, .top-profile .banner.editable:hover {
    opacity: 0.4;
    cursor: pointer; }

.side-profile {
  width: 100%;
  height: auto;
  position: relative;
  text-align: left;
  box-sizing: border-box;
  color: #090909;
  padding: 0 0 20px 0; }
  .side-profile.highlighted {
    background: #ffffff;
    margin-top: -50px;
    padding: 20px; }
    .side-profile.highlighted .picture {
      margin-left: 0;
      margin-top: -75px; }
  .side-profile .banner {
    width: 100%;
    height: 100px;
    background: #ffffff; }
  .side-profile .menu {
    height: 100%;
    position: relative;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    box-sizing: border-box; }
    .side-profile .menu.center {
      justify-content: center; }
  .side-profile .picture {
    width: 100px;
    height: 100px;
    display: block;
    margin-top: -60px;
    margin-left: 20px; }
    .side-profile .picture img {
      border-radius: 50%;
      background: #ffffff;
      border: 3px solid #ffffff;
      height: 100%;
      width: 100%;
      display: block;
      box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); }
  .side-profile .name {
    padding: 10px 0 5px;
    text-align: left;
    font-family: "Titillium Web";
    font-size: 28px;
    font-weight: normal; }
  .side-profile .headline {
    font-size: 18px;
    margin-top: 0; }
  .side-profile .info {
    margin-top: 10px;
    text-align: left;
    display: block; }
    .side-profile .info div, .side-profile .info a {
      display: flex; }
      .side-profile .info div svg, .side-profile .info div img, .side-profile .info a svg, .side-profile .info a img {
        height: 20px;
        width: 20px;
        margin: 2px 15px 0 0; }
  .side-profile .stars-rating {
    margin-bottom: 10px; }
  .side-profile .about {
    white-space: pre-wrap;
    margin-top: 10px;
    font-size: 14px; }

.top-profile {
  padding-bottom: 25px; }
  .top-profile .banner {
    width: 100%;
    height: 282px;
    background: #ffffff;
    -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1); }
  .top-profile .info {
    padding-left: 30px; }
  .top-profile .action-icons {
    margin-top: 30px; }
  .top-profile .picture {
    width: 150px;
    height: 150px;
    display: block;
    margin: -88px 0 0; }
    .top-profile .picture img {
      border-radius: 50%;
      background: #ffffff;
      border: 3px solid #ffffff;
      height: 100%;
      width: 100%;
      display: block;
      box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); }
  .top-profile .name {
    padding: 10px 0 0;
    line-height: 38px;
    font-family: "Titillium Web";
    font-size: 38px;
    font-weight: normal; }
  .top-profile .stars-rating {
    margin-top: 10px; }

.cv-block {
  padding: 30px;
  background: #ffffff;
  margin: 30px 0; }
  .cv-block h1, .cv-block h2 {
    margin: 0; }
  .cv-block hr {
    margin-top: 35px; }
  .cv-block .cv-block-header.not-first {
    margin-top: 30px; }

.education, .experience {
  padding: 20px 0; }
  .education:not(:last-child), .experience:not(:last-child) {
    border-bottom: 1px solid #d2d2d2; }
  .education h3, .experience h3 {
    margin: 0 0 5px;
    font-size: 1.1em;
    font-weight: normal; }
  .education .info, .education .activities, .education .description, .education .timeline, .experience .info, .experience .activities, .experience .description, .experience .timeline {
    color: #5a5a5a; }
  .education .activities, .education .description, .experience .activities, .experience .description {
    margin-top: 5px; }

@media all and (max-width: 1190px) {
  .profile .wrapper {
    display: block; }
  .profile .left {
    width: 100%;
    min-height: auto;
    padding: 20px 0; }
  .profile .main {
    width: 100%; } }
@media all and (max-width: 660px) {
  .left-profile {
    padding: 0 30px;
    padding-bottom: 20px; }
    .left-profile .name {
      text-align: center; }

  .top-profile .info {
    padding-left: 0px; }
  .top-profile .banner {
    height: 182px; }
  .top-profile .picture {
    height: 130px;
    width: 130px; } }
.stars-rating {
  display: flex;
  line-height: 30px;
  font-size: 16px; }
  .stars-rating.small {
    line-height: 20px;
    font-size: 13px; }
    .stars-rating.small .stars {
      font-size: 20px; }
      .stars-rating.small .stars::before {
        letter-spacing: -1px; }
  .stars-rating .stars {
    --percent:calc(var(--rating) / 5 * 100%);
    display: inline-block;
    font-size: 30px;
    font-family: Times;
    line-height: 1;
    padding: 0 3px; }
    .stars-rating .stars::before {
      content: "★★★★★";
      letter-spacing: 3px;
      background: linear-gradient(90deg, #fc0 var(--percent), #d2d2d2 var(--percent));
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent; }

@-webkit-keyframes cookie {
  0% {
    left: 0%;
    transform: translate(-50%, -50%) rotate(-90deg);
    opacity: 0; }
  60% {
    left: 52%;
    transform: translate(-50%, -50%) rotate(4deg); }
  100% {
    left: 50%;
    transform: translate(-50%, -50%) translateX(0%);
    opacity: 1; } }
@-moz-keyframes cookie {
  0% {
    left: 0%;
    transform: translate(-50%, -50%) rotate(-90deg);
    opacity: 0; }
  60% {
    left: 52%;
    transform: translate(-50%, -50%) rotate(4deg); }
  100% {
    left: 50%;
    transform: translate(-50%, -50%) translateX(0%);
    opacity: 1; } }
@-o-keyframes cookie {
  0% {
    left: 0%;
    transform: translate(-50%, -50%) rotate(-90deg);
    opacity: 0; }
  60% {
    left: 52%;
    transform: translate(-50%, -50%) rotate(4deg); }
  100% {
    left: 50%;
    transform: translate(-50%, -50%) translateX(0%);
    opacity: 1; } }
@keyframes cookie {
  0% {
    left: 0%;
    transform: translate(-50%, -50%) rotate(-90deg);
    opacity: 0; }
  60% {
    left: 52%;
    transform: translate(-50%, -50%) rotate(4deg); }
  100% {
    left: 50%;
    transform: translate(-50%, -50%) translateX(0%);
    opacity: 1; } }
@-webkit-keyframes sk-rotateplane {
  0% {
    -webkit-transform: perspective(120px); }
  50% {
    -webkit-transform: perspective(120px) rotateY(180deg); }
  100% {
    -webkit-transform: perspective(120px) rotateY(180deg) rotateX(180deg); } }
@-moz-keyframes sk-rotateplane {
  0% {
    -webkit-transform: perspective(120px); }
  50% {
    -webkit-transform: perspective(120px) rotateY(180deg); }
  100% {
    -webkit-transform: perspective(120px) rotateY(180deg) rotateX(180deg); } }
@-o-keyframes sk-rotateplane {
  0% {
    -webkit-transform: perspective(120px); }
  50% {
    -webkit-transform: perspective(120px) rotateY(180deg); }
  100% {
    -webkit-transform: perspective(120px) rotateY(180deg) rotateX(180deg); } }
@keyframes sk-rotateplane {
  0% {
    -webkit-transform: perspective(120px); }
  50% {
    -webkit-transform: perspective(120px) rotateY(180deg); }
  100% {
    -webkit-transform: perspective(120px) rotateY(180deg) rotateX(180deg); } }
@-webkit-keyframes menu-slide-in {
  0% {
    transform: translateX(250px);
    -webkit-transform: translateX(250px); }
  100% {
    transform: translateX(0);
    -webkit-transform: translateX(0); } }
@-moz-keyframes menu-slide-in {
  0% {
    transform: translateX(250px);
    -webkit-transform: translateX(250px); }
  100% {
    transform: translateX(0);
    -webkit-transform: translateX(0); } }
@-o-keyframes menu-slide-in {
  0% {
    transform: translateX(250px);
    -webkit-transform: translateX(250px); }
  100% {
    transform: translateX(0);
    -webkit-transform: translateX(0); } }
@keyframes menu-slide-in {
  0% {
    transform: translateX(250px);
    -webkit-transform: translateX(250px); }
  100% {
    transform: translateX(0);
    -webkit-transform: translateX(0); } }
@-webkit-keyframes fade-in {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@-moz-keyframes fade-in {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@-o-keyframes fade-in {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@keyframes fade-in {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@-webkit-keyframes menu-slide-out {
  0% {
    transform: translateX(0);
    -webkit-transform: translateX(0); }
  100% {
    transform: translateX(250px);
    -webkit-transform: translateX(250px); } }
@-moz-keyframes menu-slide-out {
  0% {
    transform: translateX(0);
    -webkit-transform: translateX(0); }
  100% {
    transform: translateX(250px);
    -webkit-transform: translateX(250px); } }
@-o-keyframes menu-slide-out {
  0% {
    transform: translateX(0);
    -webkit-transform: translateX(0); }
  100% {
    transform: translateX(250px);
    -webkit-transform: translateX(250px); } }
@keyframes menu-slide-out {
  0% {
    transform: translateX(0);
    -webkit-transform: translateX(0); }
  100% {
    transform: translateX(250px);
    -webkit-transform: translateX(250px); } }
@-webkit-keyframes fade-out {
  0% {
    opacity: 1;
    display: block; }
  100% {
    opacity: 0;
    display: none; } }
@-moz-keyframes fade-out {
  0% {
    opacity: 1;
    display: block; }
  100% {
    opacity: 0;
    display: none; } }
@-o-keyframes fade-out {
  0% {
    opacity: 1;
    display: block; }
  100% {
    opacity: 0;
    display: none; } }
@keyframes fade-out {
  0% {
    opacity: 1;
    display: block; }
  100% {
    opacity: 0;
    display: none; } }
@-webkit-keyframes pop-in {
  0% {
    display: block;
    opacity: 0;
    transform: scale(0.9);
    -webkit-transform: scale(0.9); }
  80% {
    transform: scale(0.94);
    -webkit-transform: scale(0.94); }
  100% {
    opacity: 1;
    transform: scale(1);
    -webkit-transform: scale(1); } }
@-moz-keyframes pop-in {
  0% {
    display: block;
    opacity: 0;
    transform: scale(0.9);
    -webkit-transform: scale(0.9); }
  80% {
    transform: scale(0.94);
    -webkit-transform: scale(0.94); }
  100% {
    opacity: 1;
    transform: scale(1);
    -webkit-transform: scale(1); } }
@-o-keyframes pop-in {
  0% {
    display: block;
    opacity: 0;
    transform: scale(0.9);
    -webkit-transform: scale(0.9); }
  80% {
    transform: scale(0.94);
    -webkit-transform: scale(0.94); }
  100% {
    opacity: 1;
    transform: scale(1);
    -webkit-transform: scale(1); } }
@keyframes pop-in {
  0% {
    display: block;
    opacity: 0;
    transform: scale(0.9);
    -webkit-transform: scale(0.9); }
  80% {
    transform: scale(0.94);
    -webkit-transform: scale(0.94); }
  100% {
    opacity: 1;
    transform: scale(1);
    -webkit-transform: scale(1); } }
@-webkit-keyframes pop-out {
  0% {
    display: block;
    opacity: 1;
    transform: scale(1);
    -webkit-transform: scale(1); }
  80% {
    transform: scale(0.96);
    -webkit-transform: scale(0.96); }
  100% {
    display: none;
    opacity: 0;
    transform: scale(0.9);
    -webkit-transform: scale(0.9); } }
@-moz-keyframes pop-out {
  0% {
    display: block;
    opacity: 1;
    transform: scale(1);
    -webkit-transform: scale(1); }
  80% {
    transform: scale(0.96);
    -webkit-transform: scale(0.96); }
  100% {
    display: none;
    opacity: 0;
    transform: scale(0.9);
    -webkit-transform: scale(0.9); } }
@-o-keyframes pop-out {
  0% {
    display: block;
    opacity: 1;
    transform: scale(1);
    -webkit-transform: scale(1); }
  80% {
    transform: scale(0.96);
    -webkit-transform: scale(0.96); }
  100% {
    display: none;
    opacity: 0;
    transform: scale(0.9);
    -webkit-transform: scale(0.9); } }
@keyframes pop-out {
  0% {
    display: block;
    opacity: 1;
    transform: scale(1);
    -webkit-transform: scale(1); }
  80% {
    transform: scale(0.96);
    -webkit-transform: scale(0.96); }
  100% {
    display: none;
    opacity: 0;
    transform: scale(0.9);
    -webkit-transform: scale(0.9); } }
@-webkit-keyframes pulsate {
  0% {
    transform: scale(0.1, 0.1);
    opacity: 0; }
  50% {
    opacity: 1; }
  100% {
    transform: scale(1.2, 1.2);
    opacity: 0; } }
@-moz-keyframes pulsate {
  0% {
    transform: scale(0.1, 0.1);
    opacity: 0; }
  50% {
    opacity: 1; }
  100% {
    transform: scale(1.2, 1.2);
    opacity: 0; } }
@-o-keyframes pulsate {
  0% {
    transform: scale(0.1, 0.1);
    opacity: 0; }
  50% {
    opacity: 1; }
  100% {
    transform: scale(1.2, 1.2);
    opacity: 0; } }
@keyframes pulsate {
  0% {
    transform: scale(0.1, 0.1);
    opacity: 0; }
  50% {
    opacity: 1; }
  100% {
    transform: scale(1.2, 1.2);
    opacity: 0; } }
@-webkit-keyframes bounce {
  0% {
    opacity: 0;
    transform: translateY(-2000px) rotate(-45deg); }
  60% {
    opacity: 1;
    transform: translateY(30px) rotate(-45deg); }
  80% {
    transform: translateY(-10px) rotate(-45deg); }
  100% {
    transform: translateY(0) rotate(-45deg); } }
@-moz-keyframes bounce {
  0% {
    opacity: 0;
    transform: translateY(-2000px) rotate(-45deg); }
  60% {
    opacity: 1;
    transform: translateY(30px) rotate(-45deg); }
  80% {
    transform: translateY(-10px) rotate(-45deg); }
  100% {
    transform: translateY(0) rotate(-45deg); } }
@-o-keyframes bounce {
  0% {
    opacity: 0;
    transform: translateY(-2000px) rotate(-45deg); }
  60% {
    opacity: 1;
    transform: translateY(30px) rotate(-45deg); }
  80% {
    transform: translateY(-10px) rotate(-45deg); }
  100% {
    transform: translateY(0) rotate(-45deg); } }
@keyframes bounce {
  0% {
    opacity: 0;
    transform: translateY(-2000px) rotate(-45deg); }
  60% {
    opacity: 1;
    transform: translateY(30px) rotate(-45deg); }
  80% {
    transform: translateY(-10px) rotate(-45deg); }
  100% {
    transform: translateY(0) rotate(-45deg); } }
@-webkit-keyframes focus-bounce {
  0% {
    transform: scale(0.95); }
  60% {
    transform: scale(1.03); }
  100% {
    transform: scale(1); } }
@-moz-keyframes focus-bounce {
  0% {
    transform: scale(0.95); }
  60% {
    transform: scale(1.03); }
  100% {
    transform: scale(1); } }
@-o-keyframes focus-bounce {
  0% {
    transform: scale(0.95); }
  60% {
    transform: scale(1.03); }
  100% {
    transform: scale(1); } }
@keyframes focus-bounce {
  0% {
    transform: scale(0.95); }
  60% {
    transform: scale(1.03); }
  100% {
    transform: scale(1); } }
@-webkit-keyframes slide-in-bottom {
  from {
    transform: translateY(-100%); }
  to {
    transfomr: translateY(0%); } }
@-moz-keyframes slide-in-bottom {
  from {
    transform: translateY(-100%); }
  to {
    transfomr: translateY(0%); } }
@-o-keyframes slide-in-bottom {
  from {
    transform: translateY(-100%); }
  to {
    transfomr: translateY(0%); } }
@keyframes slide-in-bottom {
  from {
    transform: translateY(-100%); }
  to {
    transfomr: translateY(0%); } }
@-webkit-keyframes slide-in-top {
  from {
    transform: translateY(100%); }
  to {
    transfomr: translateY(0%); } }
@-moz-keyframes slide-in-top {
  from {
    transform: translateY(100%); }
  to {
    transfomr: translateY(0%); } }
@-o-keyframes slide-in-top {
  from {
    transform: translateY(100%); }
  to {
    transfomr: translateY(0%); } }
@keyframes slide-in-top {
  from {
    transform: translateY(100%); }
  to {
    transfomr: translateY(0%); } }
@-webkit-keyframes slide-in-right {
  from {
    transform: translateX(100%); }
  to {
    transform: translateX(0%); } }
@-moz-keyframes slide-in-right {
  from {
    transform: translateX(100%); }
  to {
    transform: translateX(0%); } }
@-o-keyframes slide-in-right {
  from {
    transform: translateX(100%); }
  to {
    transform: translateX(0%); } }
@keyframes slide-in-right {
  from {
    transform: translateX(100%); }
  to {
    transform: translateX(0%); } }
@-webkit-keyframes slide-out-right {
  from {
    transform: translateX(0%); }
  to {
    transform: translateX(100%); } }
@-moz-keyframes slide-out-right {
  from {
    transform: translateX(0%); }
  to {
    transform: translateX(100%); } }
@-o-keyframes slide-out-right {
  from {
    transform: translateX(0%); }
  to {
    transform: translateX(100%); } }
@keyframes slide-out-right {
  from {
    transform: translateX(0%); }
  to {
    transform: translateX(100%); } }
@-webkit-keyframes slide-in-left {
  from {
    transform: translateX(-100%); }
  to {
    transform: translateX(0%); } }
@-moz-keyframes slide-in-left {
  from {
    transform: translateX(-100%); }
  to {
    transform: translateX(0%); } }
@-o-keyframes slide-in-left {
  from {
    transform: translateX(-100%); }
  to {
    transform: translateX(0%); } }
@keyframes slide-in-left {
  from {
    transform: translateX(-100%); }
  to {
    transform: translateX(0%); } }
@-webkit-keyframes slide-out-left {
  from {
    transform: translateX(0%); }
  to {
    transform: translateX(-100%); } }
@-moz-keyframes slide-out-left {
  from {
    transform: translateX(0%); }
  to {
    transform: translateX(-100%); } }
@-o-keyframes slide-out-left {
  from {
    transform: translateX(0%); }
  to {
    transform: translateX(-100%); } }
@keyframes slide-out-left {
  from {
    transform: translateX(0%); }
  to {
    transform: translateX(-100%); } }
.planner .planner-top {
  display: flex;
  justify-content: space-between; }
  .planner .planner-top .date .week {
    font-size: 1.6em; }
  .planner .planner-top .navigator {
    display: flex;
    align-self: center;
    user-select: none; }
    .planner .planner-top .navigator .left, .planner .planner-top .navigator .right, .planner .planner-top .navigator .today {
      padding: 5px 10px; }
      .planner .planner-top .navigator .left:hover, .planner .planner-top .navigator .right:hover, .planner .planner-top .navigator .today:hover {
        cursor: pointer; }
    .planner .planner-top .navigator .left, .planner .planner-top .navigator .right {
      display: flex;
      border: 2px solid var(--primary-color);
      background: var(--primary-color);
      border-radius: 50%;
      width: 38px;
      height: 38px;
      -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
      transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1); }
      .planner .planner-top .navigator .left:hover, .planner .planner-top .navigator .right:hover {
        background: none; }
        .planner .planner-top .navigator .left:hover svg, .planner .planner-top .navigator .right:hover svg {
          fill: var(--primary-color); }
      .planner .planner-top .navigator .left svg, .planner .planner-top .navigator .right svg {
        width: 14px;
        height: 1.5rem;
        fill: #ffffff;
        display: block;
        -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
        transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1); }
    .planner .planner-top .navigator .right {
      transform: rotateZ(180deg); }
    .planner .planner-top .navigator .today:hover {
      color: var(--primary-color); }
.planner .week-grid {
  display: flex;
  justify-content: space-between;
  text-align: center;
  margin-top: 8px; }
  .planner .week-grid.task-agenda {
    margin: 0; }
  .planner .week-grid .name {
    min-width: 100px;
    max-width: 120px; }
  .planner .week-grid .element {
    flex: 1;
    background: #f2f2f2; }
    .planner .week-grid .element.agenda {
      display: flex;
      flex-direction: column; }
    .planner .week-grid .element:nth-child(2n) {
      background: #e5e5e5; }
    .planner .week-grid .element.active {
      background: #ffffff; }
  .planner .week-grid .day {
    flex: 1;
    padding: 7px 8px 10px;
    position: relative; }
    .planner .week-grid .day.shifts {
      min-height: 40px; }
      .planner .week-grid .day.shifts .shift {
        display: flex;
        background: green;
        font-size: 12px;
        color: #ffffff;
        margin-top: 3px;
        -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
        transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1); }
        .planner .week-grid .day.shifts .shift.red {
          background: #d32525; }
        .planner .week-grid .day.shifts .shift.orange {
          background: orange; }
        .planner .week-grid .day.shifts .shift:hover {
          cursor: pointer;
          transform: scale(1.02); }
        .planner .week-grid .day.shifts .shift .time, .planner .week-grid .day.shifts .shift .amount {
          padding: 1px 4px; }
    .planner .week-grid .day.creatable {
      min-height: 40px; }
      .planner .week-grid .day.creatable::after {
        content: "+";
        position: absolute;
        color: #ffffff;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        font-size: 35px;
        width: 30px;
        height: 30px;
        text-align: center;
        line-height: 30px;
        opacity: 0;
        -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
        transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1); }
      .planner .week-grid .day.creatable::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: var(--primary-color);
        opacity: 0;
        -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
        transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1); }
      .planner .week-grid .day.creatable:hover {
        cursor: pointer; }
        .planner .week-grid .day.creatable:hover::before {
          opacity: 1; }
        .planner .week-grid .day.creatable:hover::after {
          opacity: 1; }
    .planner .week-grid .day span {
      padding-left: 3px;
      font-size: 1.6em; }

.shifts-view .shift {
  background: #ffffff;
  margin-top: 25px;
  padding: 15px; }
  .shifts-view .shift .title {
    font-size: 20px; }
  .shifts-view .shift .address, .shifts-view .shift .date {
    color: #5a5a5a; }
    .shifts-view .shift .address .time, .shifts-view .shift .date .time {
      color: var(--primary-color); }
  .shifts-view .shift .date {
    font-size: 18px;
    margin-top: 6px; }
  .shifts-view .shift .actions {
    margin-left: 10px; }
  .shifts-view .shift .amount {
    padding-left: 20px;
    align-self: center;
    font-size: 20px; }
  .shifts-view .shift .status {
    border-radius: 30px;
    background: var(--primary-color);
    color: #ffffff;
    font-size: 12px;
    padding: 8px 10px; }
    .shifts-view .shift .status.green {
      background: green;
      color: #ffffff; }
    .shifts-view .shift .status.gray {
      background: #d2d2d2;
      color: #090909; }
    .shifts-view .shift .status.red {
      background: #d32525;
      color: #ffffff; }

.checks-view .check {
  background: #ffffff;
  margin-top: 25px;
  padding: 15px;
  -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1); }
  .checks-view .check:focus {
    -webkit-animation: focus-bounce 0.6s;
    -moz-animation: focus-bounce 0.6s;
    -o-animation: focus-bounce 0.6s;
    animation: focus-bounce 0.6s; }
  .checks-view .check:hover {
    cursor: pointer;
    box-shadow: 2px 2px 22px -2px rgba(0, 0, 0, 0.1); }
  .checks-view .check .type {
    padding: 8px 10px;
    background: #d2d2d2;
    border-radius: 30px;
    font-size: 14px;
    color: #090909;
    align-self: center; }
  .checks-view .check .check-info {
    padding-left: 25px;
    flex: 2; }
    .checks-view .check .check-info .profile {
      margin-top: 4px; }
      .checks-view .check .check-info .profile img {
        width: 20px;
        height: 20px;
        align-self: center;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); }
      .checks-view .check .check-info .profile .name {
        font-size: 18px;
        margin-left: 8px; }
    .checks-view .check .check-info .check-info-time {
      align-self: center; }
      .checks-view .check .check-info .check-info-time span {
        margin-left: 6px;
        padding: 3px 8px;
        border-radius: 30px;
        background: var(--primary-color);
        color: #ffffff; }
  .checks-view .check .shift-info {
    padding-left: 45px;
    flex: 3; }
    .checks-view .check .shift-info .name {
      font-size: 18px; }
    .checks-view .check .shift-info .date {
      color: #5a5a5a; }
  .checks-view .check .actions {
    display: flex;
    height: 40px;
    align-self: center; }
    .checks-view .check .actions .action {
      margin-right: 10px; }
      .checks-view .check .actions .action:last-child {
        margin-right: 0px; }

.check-view h2 span {
  margin-left: 6px;
  padding: 3px 8px;
  border-radius: 30px;
  background: var(--primary-color);
  color: #ffffff; }
.check-view .profile img {
  width: 40px;
  height: 40px;
  align-self: center; }
.check-view .profile .name {
  font-size: 25px;
  margin-left: 8px; }
.check-view .maps {
  position: relative;
  width: calc(100% + 40px);
  height: 250px;
  margin: 35px -20px 0px; }

.task-summary h1 {
  margin-bottom: 0; }
.task-summary h2 {
  font-size: 1.2em; }
.task-summary .shifts, .task-summary .description-parts, .task-summary .keywords {
  margin-top: 25px; }
.task-summary .shifts .shift {
  margin-top: 5px;
  display: flex;
  justify-content: space-between;
  font-size: 1.1em; }
  .task-summary .shifts .shift .date {
    display: flex;
    justify-content: space-between; }
  .task-summary .shifts .shift .dynamic-input-field {
    width: auto;
    margin: 0; }
  .task-summary .shifts .shift .shift-field {
    line-height: 40px; }
.task-summary .date div {
  padding: 0 5px; }
.task-summary .keywords .tags {
  display: flex; }
  .task-summary .keywords .tags .tag {
    font-size: 0.9em;
    padding: 3px 5px;
    background: #d2d2d2;
    margin-right: 5px;
    margin-top: 5px; }
.task-summary .description-parts h2, .task-summary .description-parts h3, .task-summary .keywords h2, .task-summary .keywords h3 {
  margin-bottom: 5px; }
.task-summary .description-parts {
  white-space: pre-wrap; }

.shifts-overview .shift-date-group {
  margin-bottom: 40px; }
.shifts-overview .group-date {
  font-size: 22px;
  font-weight: normal; }
.shifts-overview .shifts {
  display: flex;
  justify-content: left;
  flex-wrap: wrap; }
  .shifts-overview .shifts .list-task, .shifts-overview .shifts .empty-task {
    flex: 0 0 31%;
    margin-right: 3%; }
    .shifts-overview .shifts .list-task:nth-child(3n), .shifts-overview .shifts .empty-task:nth-child(3n) {
      margin-right: 0; }

.list-task {
  flex: 1;
  width: 100%;
  margin-top: 3%;
  overflow: hidden;
  position: relative;
  z-index: 10;
  color: #090909;
  background: #ffffff;
  border-radius: 10px;
  -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1); }
  .list-task:focus {
    -webkit-animation: focus-bounce 0.6s;
    -moz-animation: focus-bounce 0.6s;
    -o-animation: focus-bounce 0.6s;
    animation: focus-bounce 0.6s; }
  .list-task:hover {
    color: #090909 !important;
    cursor: pointer;
    box-shadow: 2px 2px 22px -2px rgba(0, 0, 0, 0.1); }
  .list-task.small {
    padding: 0; }
    .list-task.small .top {
      width: 100%;
      box-shadow: none; }
    .list-task.small img {
      display: none; }
  .list-task .top {
    flex: 1;
    position: relative;
    box-sizing: border-box;
    padding: 10px;
    z-index: 10;
    text-align: left; }
    .list-task .top .title {
      line-height: 30px;
      font-size: 18px; }
    .list-task .top .address, .list-task .top .time {
      color: #5a5a5a;
      font-size: 15px; }
    .list-task .top .price {
      color: var(--primary-color);
      margin: 8px 0;
      font-weight: 600;
      font-size: 20px; }
  .list-task a {
    font-size: 13px;
    margin-left: 15px; }
    .list-task a:hover {
      color: var(--primary-dark-color) !important; }
  .list-task img {
    height: 100px;
    width: 100%;
    object-fit: cover;
    bject-position: bottom;
    display: block; }

.task .description-part, .task .keywords, .shift-view .description-part, .shift-view .keywords {
  padding: 15px 0;
  white-space: pre-wrap; }
  .task .description-part h2, .task .description-part p, .task .keywords h2, .task .keywords p, .shift-view .description-part h2, .shift-view .description-part p, .shift-view .keywords h2, .shift-view .keywords p {
    margin: 4px 0; }
.task .keywords, .shift-view .keywords {
  display: flex;
  flex-wrap: wrap; }
  .task .keywords .keyword, .shift-view .keywords .keyword {
    flex: 0 0 50%; }
    .task .keywords .keyword:not(:first-child), .shift-view .keywords .keyword:not(:first-child) {
      margin-top: 15px; }
  .task .keywords .tags, .shift-view .keywords .tags {
    display: flex; }
    .task .keywords .tags .tag, .shift-view .keywords .tags .tag {
      padding: 3px 5px;
      background: #ffffff;
      margin-right: 5px;
      margin-top: 5px;
      box-shadow: 0 0 10px -3px rgba(0, 0, 0, 0.2); }

.task .three {
  padding-right: 25px; }
.task h2, .task p {
  margin: 0; }
.task p {
  color: #5a5a5a; }
.task .banner {
  height: 280px;
  width: 100%;
  position: relative;
  overflow: hidden;
  display: flex; }
  .task .banner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: bottom; }
.task .title {
  text-align: left;
  line-height: 2em;
  padding: 15px 0;
  border-bottom: 1px solid #d2d2d2;
  justify-content: space-between; }
  .task .title h1 {
    font-size: 35px;
    margin: 25px 0 0 0; }
  .task .title h2 {
    margin: 3px 0;
    color: #5a5a5a;
    font-size: 18px; }
  .task .title .description {
    line-height: 1.5; }
.task .menu {
  display: flex;
  justify-content: flex-end; }
.task .edit {
  margin: 21px 0px 0px 16px; }
.task .share {
  display: flex; }
  .task .share a {
    display: block;
    position: relative;
    height: 32px;
    width: 32px;
    margin: 25px 3px 0;
    border-radius: 60%;
    background: var(--secondary-color);
    -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1); }
    .task .share a svg {
      height: 50%;
      width: auto;
      position: absolute;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%);
      fill: #ffffff;
      -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
      transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1); }
    .task .share a:hover {
      background: #ffffff; }
      .task .share a:hover svg {
        fill: var(--primary-color); }
.task .task-info {
  width: 100%;
  height: auto;
  display: flex;
  flex-wrap: wrap;
  color: var(--primary-dark-color);
  padding: 15px 0; }
  .task .task-info .item {
    flex: 1;
    text-align: center;
    font-size: 40px; }
    .task .task-info .item span {
      font-size: 20px;
      display: block;
      width: 100%; }
.task .applications {
  margin-left: 75px; }
.task .shifts {
  margin-top: 25px; }
  .task .shifts .shift {
    display: flex;
    position: relative;
    background: #ffffff;
    height: 75px;
    margin-top: 5px; }
    .task .shifts .shift:hover {
      cursor: pointer; }
    .task .shifts .shift.selected .select-box {
      background: var(--primary-color); }
      .task .shifts .shift.selected .select-box svg {
        fill: #ffffff; }
    .task .shifts .shift .info {
      display: flex;
      padding: 10px 20px;
      flex: 1; }
      .task .shifts .shift .info .date, .task .shifts .shift .info .price, .task .shifts .shift .info .positions {
        flex: 1; }
    .task .shifts .shift .select-box {
      width: 75px;
      height: 75px;
      background: whitesmoke; }
      .task .shifts .shift .select-box div {
        margin: 0 auto;
        height: 100%;
        width: 100%; }
      .task .shifts .shift .select-box svg {
        fill: var(--secondary-color);
        height: 35px;
        width: 35px;
        margin: 20px auto;
        display: block; }
.task .apply, .task .apply-banner {
  height: 75px;
  line-height: 75px; }
  .task .apply.disabled, .task .apply-banner.disabled {
    opacity: 0.25;
    pointer-events: none; }
  .task .apply a, .task .apply-banner a {
    padding: 0 30px; }
  .task .apply .price .amount, .task .apply-banner .price .amount {
    color: var(--primary-color);
    font-size: 1.5em; }
.task .apply-banner {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  background: #ffffff;
  box-shadow: 0px 0px 10px -1px rgba(0, 0, 0, 0.1); }

.shift-view h1 {
  color: var(--primary-color);
  margin-bottom: 0; }
.shift-view .tabs {
  margin-top: 50px; }

.applications.full .application {
  padding: 12px 0; }
.applications .application {
  display: flex;
  justify-content: space-between;
  background: #ffffff;
  padding: 12px;
  box-shadow: 0px 2px 4px 0px rgba(63, 12, 12, 0.29); }
  .applications .application img {
    height: 100%;
    width: auto;
    border-radius: 50%;
    max-height: 55px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); }
  .applications .application .info {
    padding-left: 12px; }
    .applications .application .info .name {
      font-size: 18px; }
      .applications .application .info .name span {
        font-size: 12px;
        color: #5a5a5a;
        padding-left: 12px; }
    .applications .application .info .message {
      font-size: 14px;
      margin-top: 3px; }
  .applications .application .actions {
    display: flex;
    align-self: center;
    height: 40px; }
    .applications .application .actions button {
      margin-left: 10px; }
    .applications .application .actions .action {
      margin-right: 10px; }
      .applications .application .actions .action:last-child {
        margin-right: 0px; }

.bottom-maps {
  height: 400px;
  width: 100%;
  margin-top: 25px;
  overflow: hidden;
  z-index: 0; }

@media all and (max-width: 760px) {
  .flex-container .left, .flex-container .right {
    flex: initial;
    width: 100%; }
  .flex-container .left {
    order: 2; }
  .flex-container .right {
    order: 1; }

  .ttask .task-info .item {
    width: 50%;
    flex: initial; }
  .ttask .left-profile {
    padding: 20px 0; }

  .task .title {
    display: block; }
  .task .menu {
    justify-content: flex-start; }

  .shifts-overview .shifts {
    flex-wrap: wrap; }
    .shifts-overview .shifts .list-task, .shifts-overview .shifts .empty-task {
      flex: 0 0 100%; } }
@-webkit-keyframes cookie {
  0% {
    left: 0%;
    transform: translate(-50%, -50%) rotate(-90deg);
    opacity: 0; }
  60% {
    left: 52%;
    transform: translate(-50%, -50%) rotate(4deg); }
  100% {
    left: 50%;
    transform: translate(-50%, -50%) translateX(0%);
    opacity: 1; } }
@-moz-keyframes cookie {
  0% {
    left: 0%;
    transform: translate(-50%, -50%) rotate(-90deg);
    opacity: 0; }
  60% {
    left: 52%;
    transform: translate(-50%, -50%) rotate(4deg); }
  100% {
    left: 50%;
    transform: translate(-50%, -50%) translateX(0%);
    opacity: 1; } }
@-o-keyframes cookie {
  0% {
    left: 0%;
    transform: translate(-50%, -50%) rotate(-90deg);
    opacity: 0; }
  60% {
    left: 52%;
    transform: translate(-50%, -50%) rotate(4deg); }
  100% {
    left: 50%;
    transform: translate(-50%, -50%) translateX(0%);
    opacity: 1; } }
@keyframes cookie {
  0% {
    left: 0%;
    transform: translate(-50%, -50%) rotate(-90deg);
    opacity: 0; }
  60% {
    left: 52%;
    transform: translate(-50%, -50%) rotate(4deg); }
  100% {
    left: 50%;
    transform: translate(-50%, -50%) translateX(0%);
    opacity: 1; } }
@-webkit-keyframes sk-rotateplane {
  0% {
    -webkit-transform: perspective(120px); }
  50% {
    -webkit-transform: perspective(120px) rotateY(180deg); }
  100% {
    -webkit-transform: perspective(120px) rotateY(180deg) rotateX(180deg); } }
@-moz-keyframes sk-rotateplane {
  0% {
    -webkit-transform: perspective(120px); }
  50% {
    -webkit-transform: perspective(120px) rotateY(180deg); }
  100% {
    -webkit-transform: perspective(120px) rotateY(180deg) rotateX(180deg); } }
@-o-keyframes sk-rotateplane {
  0% {
    -webkit-transform: perspective(120px); }
  50% {
    -webkit-transform: perspective(120px) rotateY(180deg); }
  100% {
    -webkit-transform: perspective(120px) rotateY(180deg) rotateX(180deg); } }
@keyframes sk-rotateplane {
  0% {
    -webkit-transform: perspective(120px); }
  50% {
    -webkit-transform: perspective(120px) rotateY(180deg); }
  100% {
    -webkit-transform: perspective(120px) rotateY(180deg) rotateX(180deg); } }
@-webkit-keyframes menu-slide-in {
  0% {
    transform: translateX(250px);
    -webkit-transform: translateX(250px); }
  100% {
    transform: translateX(0);
    -webkit-transform: translateX(0); } }
@-moz-keyframes menu-slide-in {
  0% {
    transform: translateX(250px);
    -webkit-transform: translateX(250px); }
  100% {
    transform: translateX(0);
    -webkit-transform: translateX(0); } }
@-o-keyframes menu-slide-in {
  0% {
    transform: translateX(250px);
    -webkit-transform: translateX(250px); }
  100% {
    transform: translateX(0);
    -webkit-transform: translateX(0); } }
@keyframes menu-slide-in {
  0% {
    transform: translateX(250px);
    -webkit-transform: translateX(250px); }
  100% {
    transform: translateX(0);
    -webkit-transform: translateX(0); } }
@-webkit-keyframes fade-in {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@-moz-keyframes fade-in {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@-o-keyframes fade-in {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@keyframes fade-in {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@-webkit-keyframes menu-slide-out {
  0% {
    transform: translateX(0);
    -webkit-transform: translateX(0); }
  100% {
    transform: translateX(250px);
    -webkit-transform: translateX(250px); } }
@-moz-keyframes menu-slide-out {
  0% {
    transform: translateX(0);
    -webkit-transform: translateX(0); }
  100% {
    transform: translateX(250px);
    -webkit-transform: translateX(250px); } }
@-o-keyframes menu-slide-out {
  0% {
    transform: translateX(0);
    -webkit-transform: translateX(0); }
  100% {
    transform: translateX(250px);
    -webkit-transform: translateX(250px); } }
@keyframes menu-slide-out {
  0% {
    transform: translateX(0);
    -webkit-transform: translateX(0); }
  100% {
    transform: translateX(250px);
    -webkit-transform: translateX(250px); } }
@-webkit-keyframes fade-out {
  0% {
    opacity: 1;
    display: block; }
  100% {
    opacity: 0;
    display: none; } }
@-moz-keyframes fade-out {
  0% {
    opacity: 1;
    display: block; }
  100% {
    opacity: 0;
    display: none; } }
@-o-keyframes fade-out {
  0% {
    opacity: 1;
    display: block; }
  100% {
    opacity: 0;
    display: none; } }
@keyframes fade-out {
  0% {
    opacity: 1;
    display: block; }
  100% {
    opacity: 0;
    display: none; } }
@-webkit-keyframes pop-in {
  0% {
    display: block;
    opacity: 0;
    transform: scale(0.9);
    -webkit-transform: scale(0.9); }
  80% {
    transform: scale(0.94);
    -webkit-transform: scale(0.94); }
  100% {
    opacity: 1;
    transform: scale(1);
    -webkit-transform: scale(1); } }
@-moz-keyframes pop-in {
  0% {
    display: block;
    opacity: 0;
    transform: scale(0.9);
    -webkit-transform: scale(0.9); }
  80% {
    transform: scale(0.94);
    -webkit-transform: scale(0.94); }
  100% {
    opacity: 1;
    transform: scale(1);
    -webkit-transform: scale(1); } }
@-o-keyframes pop-in {
  0% {
    display: block;
    opacity: 0;
    transform: scale(0.9);
    -webkit-transform: scale(0.9); }
  80% {
    transform: scale(0.94);
    -webkit-transform: scale(0.94); }
  100% {
    opacity: 1;
    transform: scale(1);
    -webkit-transform: scale(1); } }
@keyframes pop-in {
  0% {
    display: block;
    opacity: 0;
    transform: scale(0.9);
    -webkit-transform: scale(0.9); }
  80% {
    transform: scale(0.94);
    -webkit-transform: scale(0.94); }
  100% {
    opacity: 1;
    transform: scale(1);
    -webkit-transform: scale(1); } }
@-webkit-keyframes pop-out {
  0% {
    display: block;
    opacity: 1;
    transform: scale(1);
    -webkit-transform: scale(1); }
  80% {
    transform: scale(0.96);
    -webkit-transform: scale(0.96); }
  100% {
    display: none;
    opacity: 0;
    transform: scale(0.9);
    -webkit-transform: scale(0.9); } }
@-moz-keyframes pop-out {
  0% {
    display: block;
    opacity: 1;
    transform: scale(1);
    -webkit-transform: scale(1); }
  80% {
    transform: scale(0.96);
    -webkit-transform: scale(0.96); }
  100% {
    display: none;
    opacity: 0;
    transform: scale(0.9);
    -webkit-transform: scale(0.9); } }
@-o-keyframes pop-out {
  0% {
    display: block;
    opacity: 1;
    transform: scale(1);
    -webkit-transform: scale(1); }
  80% {
    transform: scale(0.96);
    -webkit-transform: scale(0.96); }
  100% {
    display: none;
    opacity: 0;
    transform: scale(0.9);
    -webkit-transform: scale(0.9); } }
@keyframes pop-out {
  0% {
    display: block;
    opacity: 1;
    transform: scale(1);
    -webkit-transform: scale(1); }
  80% {
    transform: scale(0.96);
    -webkit-transform: scale(0.96); }
  100% {
    display: none;
    opacity: 0;
    transform: scale(0.9);
    -webkit-transform: scale(0.9); } }
@-webkit-keyframes pulsate {
  0% {
    transform: scale(0.1, 0.1);
    opacity: 0; }
  50% {
    opacity: 1; }
  100% {
    transform: scale(1.2, 1.2);
    opacity: 0; } }
@-moz-keyframes pulsate {
  0% {
    transform: scale(0.1, 0.1);
    opacity: 0; }
  50% {
    opacity: 1; }
  100% {
    transform: scale(1.2, 1.2);
    opacity: 0; } }
@-o-keyframes pulsate {
  0% {
    transform: scale(0.1, 0.1);
    opacity: 0; }
  50% {
    opacity: 1; }
  100% {
    transform: scale(1.2, 1.2);
    opacity: 0; } }
@keyframes pulsate {
  0% {
    transform: scale(0.1, 0.1);
    opacity: 0; }
  50% {
    opacity: 1; }
  100% {
    transform: scale(1.2, 1.2);
    opacity: 0; } }
@-webkit-keyframes bounce {
  0% {
    opacity: 0;
    transform: translateY(-2000px) rotate(-45deg); }
  60% {
    opacity: 1;
    transform: translateY(30px) rotate(-45deg); }
  80% {
    transform: translateY(-10px) rotate(-45deg); }
  100% {
    transform: translateY(0) rotate(-45deg); } }
@-moz-keyframes bounce {
  0% {
    opacity: 0;
    transform: translateY(-2000px) rotate(-45deg); }
  60% {
    opacity: 1;
    transform: translateY(30px) rotate(-45deg); }
  80% {
    transform: translateY(-10px) rotate(-45deg); }
  100% {
    transform: translateY(0) rotate(-45deg); } }
@-o-keyframes bounce {
  0% {
    opacity: 0;
    transform: translateY(-2000px) rotate(-45deg); }
  60% {
    opacity: 1;
    transform: translateY(30px) rotate(-45deg); }
  80% {
    transform: translateY(-10px) rotate(-45deg); }
  100% {
    transform: translateY(0) rotate(-45deg); } }
@keyframes bounce {
  0% {
    opacity: 0;
    transform: translateY(-2000px) rotate(-45deg); }
  60% {
    opacity: 1;
    transform: translateY(30px) rotate(-45deg); }
  80% {
    transform: translateY(-10px) rotate(-45deg); }
  100% {
    transform: translateY(0) rotate(-45deg); } }
@-webkit-keyframes focus-bounce {
  0% {
    transform: scale(0.95); }
  60% {
    transform: scale(1.03); }
  100% {
    transform: scale(1); } }
@-moz-keyframes focus-bounce {
  0% {
    transform: scale(0.95); }
  60% {
    transform: scale(1.03); }
  100% {
    transform: scale(1); } }
@-o-keyframes focus-bounce {
  0% {
    transform: scale(0.95); }
  60% {
    transform: scale(1.03); }
  100% {
    transform: scale(1); } }
@keyframes focus-bounce {
  0% {
    transform: scale(0.95); }
  60% {
    transform: scale(1.03); }
  100% {
    transform: scale(1); } }
@-webkit-keyframes slide-in-bottom {
  from {
    transform: translateY(-100%); }
  to {
    transfomr: translateY(0%); } }
@-moz-keyframes slide-in-bottom {
  from {
    transform: translateY(-100%); }
  to {
    transfomr: translateY(0%); } }
@-o-keyframes slide-in-bottom {
  from {
    transform: translateY(-100%); }
  to {
    transfomr: translateY(0%); } }
@keyframes slide-in-bottom {
  from {
    transform: translateY(-100%); }
  to {
    transfomr: translateY(0%); } }
@-webkit-keyframes slide-in-top {
  from {
    transform: translateY(100%); }
  to {
    transfomr: translateY(0%); } }
@-moz-keyframes slide-in-top {
  from {
    transform: translateY(100%); }
  to {
    transfomr: translateY(0%); } }
@-o-keyframes slide-in-top {
  from {
    transform: translateY(100%); }
  to {
    transfomr: translateY(0%); } }
@keyframes slide-in-top {
  from {
    transform: translateY(100%); }
  to {
    transfomr: translateY(0%); } }
@-webkit-keyframes slide-in-right {
  from {
    transform: translateX(100%); }
  to {
    transform: translateX(0%); } }
@-moz-keyframes slide-in-right {
  from {
    transform: translateX(100%); }
  to {
    transform: translateX(0%); } }
@-o-keyframes slide-in-right {
  from {
    transform: translateX(100%); }
  to {
    transform: translateX(0%); } }
@keyframes slide-in-right {
  from {
    transform: translateX(100%); }
  to {
    transform: translateX(0%); } }
@-webkit-keyframes slide-out-right {
  from {
    transform: translateX(0%); }
  to {
    transform: translateX(100%); } }
@-moz-keyframes slide-out-right {
  from {
    transform: translateX(0%); }
  to {
    transform: translateX(100%); } }
@-o-keyframes slide-out-right {
  from {
    transform: translateX(0%); }
  to {
    transform: translateX(100%); } }
@keyframes slide-out-right {
  from {
    transform: translateX(0%); }
  to {
    transform: translateX(100%); } }
@-webkit-keyframes slide-in-left {
  from {
    transform: translateX(-100%); }
  to {
    transform: translateX(0%); } }
@-moz-keyframes slide-in-left {
  from {
    transform: translateX(-100%); }
  to {
    transform: translateX(0%); } }
@-o-keyframes slide-in-left {
  from {
    transform: translateX(-100%); }
  to {
    transform: translateX(0%); } }
@keyframes slide-in-left {
  from {
    transform: translateX(-100%); }
  to {
    transform: translateX(0%); } }
@-webkit-keyframes slide-out-left {
  from {
    transform: translateX(0%); }
  to {
    transform: translateX(-100%); } }
@-moz-keyframes slide-out-left {
  from {
    transform: translateX(0%); }
  to {
    transform: translateX(-100%); } }
@-o-keyframes slide-out-left {
  from {
    transform: translateX(0%); }
  to {
    transform: translateX(-100%); } }
@keyframes slide-out-left {
  from {
    transform: translateX(0%); }
  to {
    transform: translateX(-100%); } }
.wallet-view .flex-container .half {
  padding: 15px 0; }
.wallet-view .graph {
  width: 100%;
  height: 250px;
  margin: 0 0 35px;
  position: relative; }
.wallet-view .balance {
  line-height: 55px;
  color: var(--primary-color);
  margin: 0;
  font-size: 2.6em; }
  .wallet-view .balance span {
    font-size: 0.5em; }
.wallet-view .bottom-wallet {
  border-top: 1px solid #d2d2d2; }
.wallet-view .button-menu {
  width: 365px;
  height: 100%;
  padding: 0 5px;
  float: right;
  display: flex;
  justify-content: space-between; }
  .wallet-view .button-menu a {
    display: flex;
    align-self: center; }

.source .source-part {
  padding: 8px 16px;
  border-right: 2px solid transparent; }
  .source .source-part:not(:last-child) {
    border-right: 1px solid #d2d2d2; }
.source img {
  height: 50px;
  widht: auto; }

.transaction {
  text-align: center; }
  .transaction .amount {
    margin-top: 35px;
    padding: 5px 35px;
    border-radius: 50px;
    display: inline-block;
    font-size: 25px; }
    .transaction .amount.plus {
      background: green;
      color: #ffffff; }
    .transaction .amount.minus {
      background: #d32525;
      color: #ffffff; }
  .transaction .date {
    margin-top: 15px;
    font-size: 20px;
    color: #5a5a5a; }
  .transaction .sources {
    margin-top: 25px; }

.transaction-list.last-no-border .transaction-list-item:last-child {
  border-bottom: 1px solid transparent; }
.transaction-list .transaction-list-item {
  display: flex;
  justify-content: space-between;
  padding: 15px 10px;
  border-bottom: 1px solid #d2d2d2;
  border-left: 2px solid transparent;
  background: #ffffff;
  -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1); }
  .transaction-list .transaction-list-item:hover {
    cursor: pointer;
    background: #ffffff;
    border-left: 2px solid var(--primary-color);
    -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1); }
  .transaction-list .transaction-list-item.minimal {
    width: 100%;
    height: 65px;
    padding: 8px 10px;
    box-sizing: border-box;
    display: inline-block;
    color: #090909;
    background: #ffffff;
    border-bottom: 1px solid #d2d2d2;
    border-left: 2px solid transparent;
    -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1); }
    .transaction-list .transaction-list-item.minimal:hover {
      cursor: pointer;
      background: #ffffff;
      border-left: 2px solid var(--primary-color); }
    .transaction-list .transaction-list-item.minimal .date {
      color: #5a5a5a;
      font-size: 0.8em; }
    .transaction-list .transaction-list-item.minimal .sort {
      float: right; }
  .transaction-list .transaction-list-item .amount {
    display: flex;
    font-size: 1.2em; }
  .transaction-list .transaction-list-item .sort {
    height: 100%;
    width: 35px;
    margin-right: 20px;
    text-align: center;
    position: relative;
    font-size: 25px; }
    .transaction-list .transaction-list-item .sort::before {
      position: absolute;
      left: 0;
      top: 50%;
      width: 100%;
      height: auto;
      transform: translateY(-50%);
      font-size: 14px;
      font-weight: 900;
      font-family: "Font Awesome 5 Free"; }
    .transaction-list .transaction-list-item .sort.plus::before {
      content: "";
      color: green; }
    .transaction-list .transaction-list-item .sort.minus::before {
      content: "";
      color: red; }

.transaction-view h1 {
  display: flex;
  justify-content: center;
  margin-bottom: 0; }
  .transaction-view h1 span {
    padding: 8px 16px;
    font-size: 16px;
    border-radius: 30px;
    margin-left: 10px;
    align-self: center; }
    .transaction-view h1 span.green, .transaction-view h1 span.success {
      color: #ffffff;
      background: green; }
    .transaction-view h1 span.red, .transaction-view h1 span.failure {
      color: #ffffff;
      background: #d32525; }

.invoices .invoice {
  display: flex;
  justify-content: space-between;
  padding: 15px 10px;
  border-bottom: 1px solid #d2d2d2;
  border-left: 2px solid transparent;
  background: #ffffff;
  -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1); }
  .invoices .invoice:hover {
    cursor: pointer;
    background: #ffffff;
    border-left: 2px solid var(--primary-color);
    -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1); }

.invoice-view {
  padding: 20px 40px; }
  .invoice-view .information .name {
    font-weight: bold; }
  .invoice-view .information .email, .invoice-view .information .iban {
    margin-top: 8px; }
  .invoice-view .name {
    margin-top: 75px; }
  .invoice-view .items {
    margin-top: 35px; }
    .invoice-view .items .item {
      display: flex;
      justify-content: space-between;
      border-bottom: 1px solid #d2d2d2;
      padding: 8px 0; }
  .invoice-view .summary {
    margin-top: 10px;
    text-align: right; }
    .invoice-view .summary label {
      font-weight: bold;
      margin-right: 10px; }

.payouts .payout {
  display: flex;
  justify-content: space-between;
  padding: 15px 10px;
  border-bottom: 1px solid #d2d2d2;
  border-left: 2px solid transparent;
  background: #ffffff;
  -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1); }
  .payouts .payout:hover {
    cursor: pointer;
    background: #ffffff;
    border-left: 2px solid var(--primary-color);
    -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1); }

@media all and (max-width: 1190px) {
  .wallet-view .flex-container {
    display: block; }
    .wallet-view .flex-container .half {
      width: 100%; }
  .wallet-view .button-menu {
    float: initial;
    margin: 15px auto; }
  .wallet-view .balance {
    text-align: center; } }
.settings .container {
  padding-top: 0px; }
  .settings .container h1 {
    margin: 0; }
  .settings .container .__box {
    width: 100%;
    display: flex; }
  .settings .container .tabs {
    flex: 1.5;
    position: relative; }
  .settings .container section {
    flex: 4.5;
    min-height: 520px;
    box-sizing: border-box;
    display: none; }
    .settings .container section.active {
      display: block; }
    .settings .container section h1 {
      color: #090909; }
  .settings .container form {
    text-align: left; }
    .settings .container form h1 {
      margin: 0;
      text-align: left; }
.settings .sessions .session {
  padding: 10px;
  background: #f2f2f2; }
  .settings .sessions .session:not(:first-child) {
    margin-top: 10px; }
  .settings .sessions .session h2, .settings .sessions .session h3 {
    font-size: 1em;
    margin: 0; }
  .settings .sessions .session h3:not(:first-child) {
    margin-left: 8px; }

@media all and (max-width: 660px) {
  .settings .container .__box {
    display: block; }
  .settings .container .settings-box {
    display: none;
    min-height: auto; }
  .settings .container .select-box {
    width: 100%; }
    .settings .container .select-box .new {
      display: none; }
  .settings .container section {
    height: auto;
    min-height: auto;
    padding: 0; } }
@-webkit-keyframes cookie {
  0% {
    left: 0%;
    transform: translate(-50%, -50%) rotate(-90deg);
    opacity: 0; }
  60% {
    left: 52%;
    transform: translate(-50%, -50%) rotate(4deg); }
  100% {
    left: 50%;
    transform: translate(-50%, -50%) translateX(0%);
    opacity: 1; } }
@-moz-keyframes cookie {
  0% {
    left: 0%;
    transform: translate(-50%, -50%) rotate(-90deg);
    opacity: 0; }
  60% {
    left: 52%;
    transform: translate(-50%, -50%) rotate(4deg); }
  100% {
    left: 50%;
    transform: translate(-50%, -50%) translateX(0%);
    opacity: 1; } }
@-o-keyframes cookie {
  0% {
    left: 0%;
    transform: translate(-50%, -50%) rotate(-90deg);
    opacity: 0; }
  60% {
    left: 52%;
    transform: translate(-50%, -50%) rotate(4deg); }
  100% {
    left: 50%;
    transform: translate(-50%, -50%) translateX(0%);
    opacity: 1; } }
@keyframes cookie {
  0% {
    left: 0%;
    transform: translate(-50%, -50%) rotate(-90deg);
    opacity: 0; }
  60% {
    left: 52%;
    transform: translate(-50%, -50%) rotate(4deg); }
  100% {
    left: 50%;
    transform: translate(-50%, -50%) translateX(0%);
    opacity: 1; } }
@-webkit-keyframes sk-rotateplane {
  0% {
    -webkit-transform: perspective(120px); }
  50% {
    -webkit-transform: perspective(120px) rotateY(180deg); }
  100% {
    -webkit-transform: perspective(120px) rotateY(180deg) rotateX(180deg); } }
@-moz-keyframes sk-rotateplane {
  0% {
    -webkit-transform: perspective(120px); }
  50% {
    -webkit-transform: perspective(120px) rotateY(180deg); }
  100% {
    -webkit-transform: perspective(120px) rotateY(180deg) rotateX(180deg); } }
@-o-keyframes sk-rotateplane {
  0% {
    -webkit-transform: perspective(120px); }
  50% {
    -webkit-transform: perspective(120px) rotateY(180deg); }
  100% {
    -webkit-transform: perspective(120px) rotateY(180deg) rotateX(180deg); } }
@keyframes sk-rotateplane {
  0% {
    -webkit-transform: perspective(120px); }
  50% {
    -webkit-transform: perspective(120px) rotateY(180deg); }
  100% {
    -webkit-transform: perspective(120px) rotateY(180deg) rotateX(180deg); } }
@-webkit-keyframes menu-slide-in {
  0% {
    transform: translateX(250px);
    -webkit-transform: translateX(250px); }
  100% {
    transform: translateX(0);
    -webkit-transform: translateX(0); } }
@-moz-keyframes menu-slide-in {
  0% {
    transform: translateX(250px);
    -webkit-transform: translateX(250px); }
  100% {
    transform: translateX(0);
    -webkit-transform: translateX(0); } }
@-o-keyframes menu-slide-in {
  0% {
    transform: translateX(250px);
    -webkit-transform: translateX(250px); }
  100% {
    transform: translateX(0);
    -webkit-transform: translateX(0); } }
@keyframes menu-slide-in {
  0% {
    transform: translateX(250px);
    -webkit-transform: translateX(250px); }
  100% {
    transform: translateX(0);
    -webkit-transform: translateX(0); } }
@-webkit-keyframes fade-in {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@-moz-keyframes fade-in {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@-o-keyframes fade-in {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@keyframes fade-in {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@-webkit-keyframes menu-slide-out {
  0% {
    transform: translateX(0);
    -webkit-transform: translateX(0); }
  100% {
    transform: translateX(250px);
    -webkit-transform: translateX(250px); } }
@-moz-keyframes menu-slide-out {
  0% {
    transform: translateX(0);
    -webkit-transform: translateX(0); }
  100% {
    transform: translateX(250px);
    -webkit-transform: translateX(250px); } }
@-o-keyframes menu-slide-out {
  0% {
    transform: translateX(0);
    -webkit-transform: translateX(0); }
  100% {
    transform: translateX(250px);
    -webkit-transform: translateX(250px); } }
@keyframes menu-slide-out {
  0% {
    transform: translateX(0);
    -webkit-transform: translateX(0); }
  100% {
    transform: translateX(250px);
    -webkit-transform: translateX(250px); } }
@-webkit-keyframes fade-out {
  0% {
    opacity: 1;
    display: block; }
  100% {
    opacity: 0;
    display: none; } }
@-moz-keyframes fade-out {
  0% {
    opacity: 1;
    display: block; }
  100% {
    opacity: 0;
    display: none; } }
@-o-keyframes fade-out {
  0% {
    opacity: 1;
    display: block; }
  100% {
    opacity: 0;
    display: none; } }
@keyframes fade-out {
  0% {
    opacity: 1;
    display: block; }
  100% {
    opacity: 0;
    display: none; } }
@-webkit-keyframes pop-in {
  0% {
    display: block;
    opacity: 0;
    transform: scale(0.9);
    -webkit-transform: scale(0.9); }
  80% {
    transform: scale(0.94);
    -webkit-transform: scale(0.94); }
  100% {
    opacity: 1;
    transform: scale(1);
    -webkit-transform: scale(1); } }
@-moz-keyframes pop-in {
  0% {
    display: block;
    opacity: 0;
    transform: scale(0.9);
    -webkit-transform: scale(0.9); }
  80% {
    transform: scale(0.94);
    -webkit-transform: scale(0.94); }
  100% {
    opacity: 1;
    transform: scale(1);
    -webkit-transform: scale(1); } }
@-o-keyframes pop-in {
  0% {
    display: block;
    opacity: 0;
    transform: scale(0.9);
    -webkit-transform: scale(0.9); }
  80% {
    transform: scale(0.94);
    -webkit-transform: scale(0.94); }
  100% {
    opacity: 1;
    transform: scale(1);
    -webkit-transform: scale(1); } }
@keyframes pop-in {
  0% {
    display: block;
    opacity: 0;
    transform: scale(0.9);
    -webkit-transform: scale(0.9); }
  80% {
    transform: scale(0.94);
    -webkit-transform: scale(0.94); }
  100% {
    opacity: 1;
    transform: scale(1);
    -webkit-transform: scale(1); } }
@-webkit-keyframes pop-out {
  0% {
    display: block;
    opacity: 1;
    transform: scale(1);
    -webkit-transform: scale(1); }
  80% {
    transform: scale(0.96);
    -webkit-transform: scale(0.96); }
  100% {
    display: none;
    opacity: 0;
    transform: scale(0.9);
    -webkit-transform: scale(0.9); } }
@-moz-keyframes pop-out {
  0% {
    display: block;
    opacity: 1;
    transform: scale(1);
    -webkit-transform: scale(1); }
  80% {
    transform: scale(0.96);
    -webkit-transform: scale(0.96); }
  100% {
    display: none;
    opacity: 0;
    transform: scale(0.9);
    -webkit-transform: scale(0.9); } }
@-o-keyframes pop-out {
  0% {
    display: block;
    opacity: 1;
    transform: scale(1);
    -webkit-transform: scale(1); }
  80% {
    transform: scale(0.96);
    -webkit-transform: scale(0.96); }
  100% {
    display: none;
    opacity: 0;
    transform: scale(0.9);
    -webkit-transform: scale(0.9); } }
@keyframes pop-out {
  0% {
    display: block;
    opacity: 1;
    transform: scale(1);
    -webkit-transform: scale(1); }
  80% {
    transform: scale(0.96);
    -webkit-transform: scale(0.96); }
  100% {
    display: none;
    opacity: 0;
    transform: scale(0.9);
    -webkit-transform: scale(0.9); } }
@-webkit-keyframes pulsate {
  0% {
    transform: scale(0.1, 0.1);
    opacity: 0; }
  50% {
    opacity: 1; }
  100% {
    transform: scale(1.2, 1.2);
    opacity: 0; } }
@-moz-keyframes pulsate {
  0% {
    transform: scale(0.1, 0.1);
    opacity: 0; }
  50% {
    opacity: 1; }
  100% {
    transform: scale(1.2, 1.2);
    opacity: 0; } }
@-o-keyframes pulsate {
  0% {
    transform: scale(0.1, 0.1);
    opacity: 0; }
  50% {
    opacity: 1; }
  100% {
    transform: scale(1.2, 1.2);
    opacity: 0; } }
@keyframes pulsate {
  0% {
    transform: scale(0.1, 0.1);
    opacity: 0; }
  50% {
    opacity: 1; }
  100% {
    transform: scale(1.2, 1.2);
    opacity: 0; } }
@-webkit-keyframes bounce {
  0% {
    opacity: 0;
    transform: translateY(-2000px) rotate(-45deg); }
  60% {
    opacity: 1;
    transform: translateY(30px) rotate(-45deg); }
  80% {
    transform: translateY(-10px) rotate(-45deg); }
  100% {
    transform: translateY(0) rotate(-45deg); } }
@-moz-keyframes bounce {
  0% {
    opacity: 0;
    transform: translateY(-2000px) rotate(-45deg); }
  60% {
    opacity: 1;
    transform: translateY(30px) rotate(-45deg); }
  80% {
    transform: translateY(-10px) rotate(-45deg); }
  100% {
    transform: translateY(0) rotate(-45deg); } }
@-o-keyframes bounce {
  0% {
    opacity: 0;
    transform: translateY(-2000px) rotate(-45deg); }
  60% {
    opacity: 1;
    transform: translateY(30px) rotate(-45deg); }
  80% {
    transform: translateY(-10px) rotate(-45deg); }
  100% {
    transform: translateY(0) rotate(-45deg); } }
@keyframes bounce {
  0% {
    opacity: 0;
    transform: translateY(-2000px) rotate(-45deg); }
  60% {
    opacity: 1;
    transform: translateY(30px) rotate(-45deg); }
  80% {
    transform: translateY(-10px) rotate(-45deg); }
  100% {
    transform: translateY(0) rotate(-45deg); } }
@-webkit-keyframes focus-bounce {
  0% {
    transform: scale(0.95); }
  60% {
    transform: scale(1.03); }
  100% {
    transform: scale(1); } }
@-moz-keyframes focus-bounce {
  0% {
    transform: scale(0.95); }
  60% {
    transform: scale(1.03); }
  100% {
    transform: scale(1); } }
@-o-keyframes focus-bounce {
  0% {
    transform: scale(0.95); }
  60% {
    transform: scale(1.03); }
  100% {
    transform: scale(1); } }
@keyframes focus-bounce {
  0% {
    transform: scale(0.95); }
  60% {
    transform: scale(1.03); }
  100% {
    transform: scale(1); } }
@-webkit-keyframes slide-in-bottom {
  from {
    transform: translateY(-100%); }
  to {
    transfomr: translateY(0%); } }
@-moz-keyframes slide-in-bottom {
  from {
    transform: translateY(-100%); }
  to {
    transfomr: translateY(0%); } }
@-o-keyframes slide-in-bottom {
  from {
    transform: translateY(-100%); }
  to {
    transfomr: translateY(0%); } }
@keyframes slide-in-bottom {
  from {
    transform: translateY(-100%); }
  to {
    transfomr: translateY(0%); } }
@-webkit-keyframes slide-in-top {
  from {
    transform: translateY(100%); }
  to {
    transfomr: translateY(0%); } }
@-moz-keyframes slide-in-top {
  from {
    transform: translateY(100%); }
  to {
    transfomr: translateY(0%); } }
@-o-keyframes slide-in-top {
  from {
    transform: translateY(100%); }
  to {
    transfomr: translateY(0%); } }
@keyframes slide-in-top {
  from {
    transform: translateY(100%); }
  to {
    transfomr: translateY(0%); } }
@-webkit-keyframes slide-in-right {
  from {
    transform: translateX(100%); }
  to {
    transform: translateX(0%); } }
@-moz-keyframes slide-in-right {
  from {
    transform: translateX(100%); }
  to {
    transform: translateX(0%); } }
@-o-keyframes slide-in-right {
  from {
    transform: translateX(100%); }
  to {
    transform: translateX(0%); } }
@keyframes slide-in-right {
  from {
    transform: translateX(100%); }
  to {
    transform: translateX(0%); } }
@-webkit-keyframes slide-out-right {
  from {
    transform: translateX(0%); }
  to {
    transform: translateX(100%); } }
@-moz-keyframes slide-out-right {
  from {
    transform: translateX(0%); }
  to {
    transform: translateX(100%); } }
@-o-keyframes slide-out-right {
  from {
    transform: translateX(0%); }
  to {
    transform: translateX(100%); } }
@keyframes slide-out-right {
  from {
    transform: translateX(0%); }
  to {
    transform: translateX(100%); } }
@-webkit-keyframes slide-in-left {
  from {
    transform: translateX(-100%); }
  to {
    transform: translateX(0%); } }
@-moz-keyframes slide-in-left {
  from {
    transform: translateX(-100%); }
  to {
    transform: translateX(0%); } }
@-o-keyframes slide-in-left {
  from {
    transform: translateX(-100%); }
  to {
    transform: translateX(0%); } }
@keyframes slide-in-left {
  from {
    transform: translateX(-100%); }
  to {
    transform: translateX(0%); } }
@-webkit-keyframes slide-out-left {
  from {
    transform: translateX(0%); }
  to {
    transform: translateX(-100%); } }
@-moz-keyframes slide-out-left {
  from {
    transform: translateX(0%); }
  to {
    transform: translateX(-100%); } }
@-o-keyframes slide-out-left {
  from {
    transform: translateX(0%); }
  to {
    transform: translateX(-100%); } }
@keyframes slide-out-left {
  from {
    transform: translateX(0%); }
  to {
    transform: translateX(-100%); } }
.rbc-calendar {
  margin-top: 35px; }
  .rbc-calendar button {
    border: none; }
    .rbc-calendar button:first-child, .rbc-calendar button:last-child {
      border-radius: 0px; }
    .rbc-calendar button:hover {
      color: #ffffff;
      background: var(--primary-color); }
    .rbc-calendar button.rbc-active {
      box-shadow: none;
      background: var(--primary-color);
      color: #ffffff; }
      .rbc-calendar button.rbc-active:hover, .rbc-calendar button.rbc-active:focus {
        color: #ffffff;
        background: var(--primary-dark-color); }

.rbc-today {
  background: #d2d2d2;
  color: #090909; }

.rbc-date-cell.rbc-now {
  color: #090909; }

.rbc-month-view, .rbc-time-view {
  border: none; }

.rbc-event {
  background: var(--primary-color);
  color: #ffffff;
  font-size: 13px; }
  .rbc-event.rbc-selected {
    background: var(--primary-dark-color); }

.rbc-day-slot .rbc-event {
  border-color: var(--primary-dark-color); }

.rbc-time-slot {
  font-size: 13px; }
  .rbc-time-slot .resp-sharing-button__link, .rbc-time-slot .resp-sharing-button__icon {
    display: inline-block; }

@-webkit-keyframes cookie {
  0% {
    left: 0%;
    transform: translate(-50%, -50%) rotate(-90deg);
    opacity: 0; }
  60% {
    left: 52%;
    transform: translate(-50%, -50%) rotate(4deg); }
  100% {
    left: 50%;
    transform: translate(-50%, -50%) translateX(0%);
    opacity: 1; } }
@-moz-keyframes cookie {
  0% {
    left: 0%;
    transform: translate(-50%, -50%) rotate(-90deg);
    opacity: 0; }
  60% {
    left: 52%;
    transform: translate(-50%, -50%) rotate(4deg); }
  100% {
    left: 50%;
    transform: translate(-50%, -50%) translateX(0%);
    opacity: 1; } }
@-o-keyframes cookie {
  0% {
    left: 0%;
    transform: translate(-50%, -50%) rotate(-90deg);
    opacity: 0; }
  60% {
    left: 52%;
    transform: translate(-50%, -50%) rotate(4deg); }
  100% {
    left: 50%;
    transform: translate(-50%, -50%) translateX(0%);
    opacity: 1; } }
@keyframes cookie {
  0% {
    left: 0%;
    transform: translate(-50%, -50%) rotate(-90deg);
    opacity: 0; }
  60% {
    left: 52%;
    transform: translate(-50%, -50%) rotate(4deg); }
  100% {
    left: 50%;
    transform: translate(-50%, -50%) translateX(0%);
    opacity: 1; } }
@-webkit-keyframes sk-rotateplane {
  0% {
    -webkit-transform: perspective(120px); }
  50% {
    -webkit-transform: perspective(120px) rotateY(180deg); }
  100% {
    -webkit-transform: perspective(120px) rotateY(180deg) rotateX(180deg); } }
@-moz-keyframes sk-rotateplane {
  0% {
    -webkit-transform: perspective(120px); }
  50% {
    -webkit-transform: perspective(120px) rotateY(180deg); }
  100% {
    -webkit-transform: perspective(120px) rotateY(180deg) rotateX(180deg); } }
@-o-keyframes sk-rotateplane {
  0% {
    -webkit-transform: perspective(120px); }
  50% {
    -webkit-transform: perspective(120px) rotateY(180deg); }
  100% {
    -webkit-transform: perspective(120px) rotateY(180deg) rotateX(180deg); } }
@keyframes sk-rotateplane {
  0% {
    -webkit-transform: perspective(120px); }
  50% {
    -webkit-transform: perspective(120px) rotateY(180deg); }
  100% {
    -webkit-transform: perspective(120px) rotateY(180deg) rotateX(180deg); } }
@-webkit-keyframes menu-slide-in {
  0% {
    transform: translateX(250px);
    -webkit-transform: translateX(250px); }
  100% {
    transform: translateX(0);
    -webkit-transform: translateX(0); } }
@-moz-keyframes menu-slide-in {
  0% {
    transform: translateX(250px);
    -webkit-transform: translateX(250px); }
  100% {
    transform: translateX(0);
    -webkit-transform: translateX(0); } }
@-o-keyframes menu-slide-in {
  0% {
    transform: translateX(250px);
    -webkit-transform: translateX(250px); }
  100% {
    transform: translateX(0);
    -webkit-transform: translateX(0); } }
@keyframes menu-slide-in {
  0% {
    transform: translateX(250px);
    -webkit-transform: translateX(250px); }
  100% {
    transform: translateX(0);
    -webkit-transform: translateX(0); } }
@-webkit-keyframes fade-in {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@-moz-keyframes fade-in {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@-o-keyframes fade-in {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@keyframes fade-in {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@-webkit-keyframes menu-slide-out {
  0% {
    transform: translateX(0);
    -webkit-transform: translateX(0); }
  100% {
    transform: translateX(250px);
    -webkit-transform: translateX(250px); } }
@-moz-keyframes menu-slide-out {
  0% {
    transform: translateX(0);
    -webkit-transform: translateX(0); }
  100% {
    transform: translateX(250px);
    -webkit-transform: translateX(250px); } }
@-o-keyframes menu-slide-out {
  0% {
    transform: translateX(0);
    -webkit-transform: translateX(0); }
  100% {
    transform: translateX(250px);
    -webkit-transform: translateX(250px); } }
@keyframes menu-slide-out {
  0% {
    transform: translateX(0);
    -webkit-transform: translateX(0); }
  100% {
    transform: translateX(250px);
    -webkit-transform: translateX(250px); } }
@-webkit-keyframes fade-out {
  0% {
    opacity: 1;
    display: block; }
  100% {
    opacity: 0;
    display: none; } }
@-moz-keyframes fade-out {
  0% {
    opacity: 1;
    display: block; }
  100% {
    opacity: 0;
    display: none; } }
@-o-keyframes fade-out {
  0% {
    opacity: 1;
    display: block; }
  100% {
    opacity: 0;
    display: none; } }
@keyframes fade-out {
  0% {
    opacity: 1;
    display: block; }
  100% {
    opacity: 0;
    display: none; } }
@-webkit-keyframes pop-in {
  0% {
    display: block;
    opacity: 0;
    transform: scale(0.9);
    -webkit-transform: scale(0.9); }
  80% {
    transform: scale(0.94);
    -webkit-transform: scale(0.94); }
  100% {
    opacity: 1;
    transform: scale(1);
    -webkit-transform: scale(1); } }
@-moz-keyframes pop-in {
  0% {
    display: block;
    opacity: 0;
    transform: scale(0.9);
    -webkit-transform: scale(0.9); }
  80% {
    transform: scale(0.94);
    -webkit-transform: scale(0.94); }
  100% {
    opacity: 1;
    transform: scale(1);
    -webkit-transform: scale(1); } }
@-o-keyframes pop-in {
  0% {
    display: block;
    opacity: 0;
    transform: scale(0.9);
    -webkit-transform: scale(0.9); }
  80% {
    transform: scale(0.94);
    -webkit-transform: scale(0.94); }
  100% {
    opacity: 1;
    transform: scale(1);
    -webkit-transform: scale(1); } }
@keyframes pop-in {
  0% {
    display: block;
    opacity: 0;
    transform: scale(0.9);
    -webkit-transform: scale(0.9); }
  80% {
    transform: scale(0.94);
    -webkit-transform: scale(0.94); }
  100% {
    opacity: 1;
    transform: scale(1);
    -webkit-transform: scale(1); } }
@-webkit-keyframes pop-out {
  0% {
    display: block;
    opacity: 1;
    transform: scale(1);
    -webkit-transform: scale(1); }
  80% {
    transform: scale(0.96);
    -webkit-transform: scale(0.96); }
  100% {
    display: none;
    opacity: 0;
    transform: scale(0.9);
    -webkit-transform: scale(0.9); } }
@-moz-keyframes pop-out {
  0% {
    display: block;
    opacity: 1;
    transform: scale(1);
    -webkit-transform: scale(1); }
  80% {
    transform: scale(0.96);
    -webkit-transform: scale(0.96); }
  100% {
    display: none;
    opacity: 0;
    transform: scale(0.9);
    -webkit-transform: scale(0.9); } }
@-o-keyframes pop-out {
  0% {
    display: block;
    opacity: 1;
    transform: scale(1);
    -webkit-transform: scale(1); }
  80% {
    transform: scale(0.96);
    -webkit-transform: scale(0.96); }
  100% {
    display: none;
    opacity: 0;
    transform: scale(0.9);
    -webkit-transform: scale(0.9); } }
@keyframes pop-out {
  0% {
    display: block;
    opacity: 1;
    transform: scale(1);
    -webkit-transform: scale(1); }
  80% {
    transform: scale(0.96);
    -webkit-transform: scale(0.96); }
  100% {
    display: none;
    opacity: 0;
    transform: scale(0.9);
    -webkit-transform: scale(0.9); } }
@-webkit-keyframes pulsate {
  0% {
    transform: scale(0.1, 0.1);
    opacity: 0; }
  50% {
    opacity: 1; }
  100% {
    transform: scale(1.2, 1.2);
    opacity: 0; } }
@-moz-keyframes pulsate {
  0% {
    transform: scale(0.1, 0.1);
    opacity: 0; }
  50% {
    opacity: 1; }
  100% {
    transform: scale(1.2, 1.2);
    opacity: 0; } }
@-o-keyframes pulsate {
  0% {
    transform: scale(0.1, 0.1);
    opacity: 0; }
  50% {
    opacity: 1; }
  100% {
    transform: scale(1.2, 1.2);
    opacity: 0; } }
@keyframes pulsate {
  0% {
    transform: scale(0.1, 0.1);
    opacity: 0; }
  50% {
    opacity: 1; }
  100% {
    transform: scale(1.2, 1.2);
    opacity: 0; } }
@-webkit-keyframes bounce {
  0% {
    opacity: 0;
    transform: translateY(-2000px) rotate(-45deg); }
  60% {
    opacity: 1;
    transform: translateY(30px) rotate(-45deg); }
  80% {
    transform: translateY(-10px) rotate(-45deg); }
  100% {
    transform: translateY(0) rotate(-45deg); } }
@-moz-keyframes bounce {
  0% {
    opacity: 0;
    transform: translateY(-2000px) rotate(-45deg); }
  60% {
    opacity: 1;
    transform: translateY(30px) rotate(-45deg); }
  80% {
    transform: translateY(-10px) rotate(-45deg); }
  100% {
    transform: translateY(0) rotate(-45deg); } }
@-o-keyframes bounce {
  0% {
    opacity: 0;
    transform: translateY(-2000px) rotate(-45deg); }
  60% {
    opacity: 1;
    transform: translateY(30px) rotate(-45deg); }
  80% {
    transform: translateY(-10px) rotate(-45deg); }
  100% {
    transform: translateY(0) rotate(-45deg); } }
@keyframes bounce {
  0% {
    opacity: 0;
    transform: translateY(-2000px) rotate(-45deg); }
  60% {
    opacity: 1;
    transform: translateY(30px) rotate(-45deg); }
  80% {
    transform: translateY(-10px) rotate(-45deg); }
  100% {
    transform: translateY(0) rotate(-45deg); } }
@-webkit-keyframes focus-bounce {
  0% {
    transform: scale(0.95); }
  60% {
    transform: scale(1.03); }
  100% {
    transform: scale(1); } }
@-moz-keyframes focus-bounce {
  0% {
    transform: scale(0.95); }
  60% {
    transform: scale(1.03); }
  100% {
    transform: scale(1); } }
@-o-keyframes focus-bounce {
  0% {
    transform: scale(0.95); }
  60% {
    transform: scale(1.03); }
  100% {
    transform: scale(1); } }
@keyframes focus-bounce {
  0% {
    transform: scale(0.95); }
  60% {
    transform: scale(1.03); }
  100% {
    transform: scale(1); } }
@-webkit-keyframes slide-in-bottom {
  from {
    transform: translateY(-100%); }
  to {
    transfomr: translateY(0%); } }
@-moz-keyframes slide-in-bottom {
  from {
    transform: translateY(-100%); }
  to {
    transfomr: translateY(0%); } }
@-o-keyframes slide-in-bottom {
  from {
    transform: translateY(-100%); }
  to {
    transfomr: translateY(0%); } }
@keyframes slide-in-bottom {
  from {
    transform: translateY(-100%); }
  to {
    transfomr: translateY(0%); } }
@-webkit-keyframes slide-in-top {
  from {
    transform: translateY(100%); }
  to {
    transfomr: translateY(0%); } }
@-moz-keyframes slide-in-top {
  from {
    transform: translateY(100%); }
  to {
    transfomr: translateY(0%); } }
@-o-keyframes slide-in-top {
  from {
    transform: translateY(100%); }
  to {
    transfomr: translateY(0%); } }
@keyframes slide-in-top {
  from {
    transform: translateY(100%); }
  to {
    transfomr: translateY(0%); } }
@-webkit-keyframes slide-in-right {
  from {
    transform: translateX(100%); }
  to {
    transform: translateX(0%); } }
@-moz-keyframes slide-in-right {
  from {
    transform: translateX(100%); }
  to {
    transform: translateX(0%); } }
@-o-keyframes slide-in-right {
  from {
    transform: translateX(100%); }
  to {
    transform: translateX(0%); } }
@keyframes slide-in-right {
  from {
    transform: translateX(100%); }
  to {
    transform: translateX(0%); } }
@-webkit-keyframes slide-out-right {
  from {
    transform: translateX(0%); }
  to {
    transform: translateX(100%); } }
@-moz-keyframes slide-out-right {
  from {
    transform: translateX(0%); }
  to {
    transform: translateX(100%); } }
@-o-keyframes slide-out-right {
  from {
    transform: translateX(0%); }
  to {
    transform: translateX(100%); } }
@keyframes slide-out-right {
  from {
    transform: translateX(0%); }
  to {
    transform: translateX(100%); } }
@-webkit-keyframes slide-in-left {
  from {
    transform: translateX(-100%); }
  to {
    transform: translateX(0%); } }
@-moz-keyframes slide-in-left {
  from {
    transform: translateX(-100%); }
  to {
    transform: translateX(0%); } }
@-o-keyframes slide-in-left {
  from {
    transform: translateX(-100%); }
  to {
    transform: translateX(0%); } }
@keyframes slide-in-left {
  from {
    transform: translateX(-100%); }
  to {
    transform: translateX(0%); } }
@-webkit-keyframes slide-out-left {
  from {
    transform: translateX(0%); }
  to {
    transform: translateX(-100%); } }
@-moz-keyframes slide-out-left {
  from {
    transform: translateX(0%); }
  to {
    transform: translateX(-100%); } }
@-o-keyframes slide-out-left {
  from {
    transform: translateX(0%); }
  to {
    transform: translateX(-100%); } }
@keyframes slide-out-left {
  from {
    transform: translateX(0%); }
  to {
    transform: translateX(-100%); } }
.support-center .top-functions {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 40px 0 20px; }
  .support-center .top-functions .search-block {
    flex: 1;
    max-width: 400px; }
  .support-center .top-functions button, .support-center .top-functions input {
    display: block; }
  .support-center .top-functions input {
    width: 100%; }

.support-tickets .ticket {
  padding: 10px 20px;
  display: flex;
  justify-content: space-between;
  color: #090909;
  background: #ffffff;
  border-bottom: 1px solid #d2d2d2;
  -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1); }
  .support-tickets .ticket:hover {
    background: #ffffff;
    cursor: pointer;
    border-color: var(--primary-color); }
    .support-tickets .ticket:hover .subject {
      color: var(--primary-color); }
  .support-tickets .ticket b {
    font-size: 0.8em; }
  .support-tickets .ticket .subject {
    font-size: 1.4em; }
  .support-tickets .ticket .date {
    color: #5a5a5a;
    font-size: 0.9em;
    font-style: itatlic; }
  .support-tickets .ticket .priority {
    margin-left: 12px;
    font-size: 0.9em; }

.support-ticket {
  min-height: calc(100vh - 85px); }
  .support-ticket h2 {
    margin: 20px 0 10px; }
  .support-ticket .content-block {
    padding: 0 15px; }
    .support-ticket .content-block.middle {
      height: 100%; }
  .support-ticket .full-height {
    height: 100%; }
  .support-ticket .main {
    background: #ffffff;
    padding-bottom: 35px;
    position: relative; }
  .support-ticket .new-support-ticket {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0; }
  .support-ticket .title {
    border-bottom: 1px solid #d2d2d2;
    padding: 25px 0; }
    .support-ticket .title h1, .support-ticket .title h2, .support-ticket .title h3, .support-ticket .title h6 {
      margin: 0; }
    .support-ticket .title h6 {
      margin-top: 10px; }
  .support-ticket .subtitle {
    padding-top: 6px;
    font-size: 14px; }
  .support-ticket .message {
    height: 100px; }
  .support-ticket .request-info {
    flex-direction: column;
    display: flex; }
    .support-ticket .request-info h2 {
      margin-top: 0; }
    .support-ticket .request-info .one {
      display: block; }
  .support-ticket .attachments {
    display: flex; }
    .support-ticket .attachments .attachment {
      width: 150px;
      height: 150px;
      display: block;
      position: relative; }
      .support-ticket .attachments .attachment img {
        height: 100%;
        width: 100%;
        object-fit: contain; }
  .support-ticket .info-block {
    margin-bottom: 10px;
    line-height: 1.2; }
    .support-ticket .info-block .name {
      font-weight: bold; }
  .support-ticket .support-ticket-requests, .support-ticket .support-ticket-errors {
    max-height: calc((100vh - 215px) / 2);
    min-height: 380px; }
  .support-ticket .support-ticket-request, .support-ticket .support-ticket-error {
    border-bottom: 1px solid #d2d2d2;
    padding: 5px 0 10px; }
    .support-ticket .support-ticket-request .request.GET, .support-ticket .support-ticket-error .request.GET {
      color: green; }
    .support-ticket .support-ticket-request .request.POST, .support-ticket .support-ticket-error .request.POST {
      color: orange; }
    .support-ticket .support-ticket-request .request.PUT, .support-ticket .support-ticket-error .request.PUT {
      color: blue; }
    .support-ticket .support-ticket-request .request.DELETE, .support-ticket .support-ticket-error .request.DELETE {
      color: red; }
    .support-ticket .support-ticket-request .url, .support-ticket .support-ticket-error .url {
      margin-left: 10px;
      word-break: break-all;
      font-size: 14px; }
    .support-ticket .support-ticket-request .responseTime, .support-ticket .support-ticket-error .responseTime {
      font-size: 12px; }
    .support-ticket .support-ticket-request .agent, .support-ticket .support-ticket-request .date, .support-ticket .support-ticket-request .ip, .support-ticket .support-ticket-request .error, .support-ticket .support-ticket-error .agent, .support-ticket .support-ticket-error .date, .support-ticket .support-ticket-error .ip, .support-ticket .support-ticket-error .error {
      margin-top: 4px;
      color: #5a5a5a;
      font-size: 10px; }
    .support-ticket .support-ticket-request .date, .support-ticket .support-ticket-request .ip, .support-ticket .support-ticket-error .date, .support-ticket .support-ticket-error .ip {
      font-size: 12px; }
  .support-ticket .support-ticket-actions {
    max-height: 230px; }
  .support-ticket .support-ticket-action {
    padding: 10px 0;
    margin-top: 15px; }
    .support-ticket .support-ticket-action:first-child {
      margin-top: 0; }
    .support-ticket .support-ticket-action:not(:last-child) {
      border-bottom: 1px solid #d2d2d2; }
    .support-ticket .support-ticket-action .name {
      font-weight: bold; }
      .support-ticket .support-ticket-action .name span {
        font-size: 11px;
        padding: 3px 5px;
        background: #f2f2f2;
        border-radius: 10px;
        font-weight: normal;
        color: var(--primary-color); }
    .support-ticket .support-ticket-action .date {
      color: #5a5a5a;
      font-size: 12px; }
    .support-ticket .support-ticket-action .action-message {
      margin-top: 10px; }

@-webkit-keyframes cookie {
  0% {
    left: 0%;
    transform: translate(-50%, -50%) rotate(-90deg);
    opacity: 0; }
  60% {
    left: 52%;
    transform: translate(-50%, -50%) rotate(4deg); }
  100% {
    left: 50%;
    transform: translate(-50%, -50%) translateX(0%);
    opacity: 1; } }
@-moz-keyframes cookie {
  0% {
    left: 0%;
    transform: translate(-50%, -50%) rotate(-90deg);
    opacity: 0; }
  60% {
    left: 52%;
    transform: translate(-50%, -50%) rotate(4deg); }
  100% {
    left: 50%;
    transform: translate(-50%, -50%) translateX(0%);
    opacity: 1; } }
@-o-keyframes cookie {
  0% {
    left: 0%;
    transform: translate(-50%, -50%) rotate(-90deg);
    opacity: 0; }
  60% {
    left: 52%;
    transform: translate(-50%, -50%) rotate(4deg); }
  100% {
    left: 50%;
    transform: translate(-50%, -50%) translateX(0%);
    opacity: 1; } }
@keyframes cookie {
  0% {
    left: 0%;
    transform: translate(-50%, -50%) rotate(-90deg);
    opacity: 0; }
  60% {
    left: 52%;
    transform: translate(-50%, -50%) rotate(4deg); }
  100% {
    left: 50%;
    transform: translate(-50%, -50%) translateX(0%);
    opacity: 1; } }
@-webkit-keyframes sk-rotateplane {
  0% {
    -webkit-transform: perspective(120px); }
  50% {
    -webkit-transform: perspective(120px) rotateY(180deg); }
  100% {
    -webkit-transform: perspective(120px) rotateY(180deg) rotateX(180deg); } }
@-moz-keyframes sk-rotateplane {
  0% {
    -webkit-transform: perspective(120px); }
  50% {
    -webkit-transform: perspective(120px) rotateY(180deg); }
  100% {
    -webkit-transform: perspective(120px) rotateY(180deg) rotateX(180deg); } }
@-o-keyframes sk-rotateplane {
  0% {
    -webkit-transform: perspective(120px); }
  50% {
    -webkit-transform: perspective(120px) rotateY(180deg); }
  100% {
    -webkit-transform: perspective(120px) rotateY(180deg) rotateX(180deg); } }
@keyframes sk-rotateplane {
  0% {
    -webkit-transform: perspective(120px); }
  50% {
    -webkit-transform: perspective(120px) rotateY(180deg); }
  100% {
    -webkit-transform: perspective(120px) rotateY(180deg) rotateX(180deg); } }
@-webkit-keyframes menu-slide-in {
  0% {
    transform: translateX(250px);
    -webkit-transform: translateX(250px); }
  100% {
    transform: translateX(0);
    -webkit-transform: translateX(0); } }
@-moz-keyframes menu-slide-in {
  0% {
    transform: translateX(250px);
    -webkit-transform: translateX(250px); }
  100% {
    transform: translateX(0);
    -webkit-transform: translateX(0); } }
@-o-keyframes menu-slide-in {
  0% {
    transform: translateX(250px);
    -webkit-transform: translateX(250px); }
  100% {
    transform: translateX(0);
    -webkit-transform: translateX(0); } }
@keyframes menu-slide-in {
  0% {
    transform: translateX(250px);
    -webkit-transform: translateX(250px); }
  100% {
    transform: translateX(0);
    -webkit-transform: translateX(0); } }
@-webkit-keyframes fade-in {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@-moz-keyframes fade-in {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@-o-keyframes fade-in {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@keyframes fade-in {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@-webkit-keyframes menu-slide-out {
  0% {
    transform: translateX(0);
    -webkit-transform: translateX(0); }
  100% {
    transform: translateX(250px);
    -webkit-transform: translateX(250px); } }
@-moz-keyframes menu-slide-out {
  0% {
    transform: translateX(0);
    -webkit-transform: translateX(0); }
  100% {
    transform: translateX(250px);
    -webkit-transform: translateX(250px); } }
@-o-keyframes menu-slide-out {
  0% {
    transform: translateX(0);
    -webkit-transform: translateX(0); }
  100% {
    transform: translateX(250px);
    -webkit-transform: translateX(250px); } }
@keyframes menu-slide-out {
  0% {
    transform: translateX(0);
    -webkit-transform: translateX(0); }
  100% {
    transform: translateX(250px);
    -webkit-transform: translateX(250px); } }
@-webkit-keyframes fade-out {
  0% {
    opacity: 1;
    display: block; }
  100% {
    opacity: 0;
    display: none; } }
@-moz-keyframes fade-out {
  0% {
    opacity: 1;
    display: block; }
  100% {
    opacity: 0;
    display: none; } }
@-o-keyframes fade-out {
  0% {
    opacity: 1;
    display: block; }
  100% {
    opacity: 0;
    display: none; } }
@keyframes fade-out {
  0% {
    opacity: 1;
    display: block; }
  100% {
    opacity: 0;
    display: none; } }
@-webkit-keyframes pop-in {
  0% {
    display: block;
    opacity: 0;
    transform: scale(0.9);
    -webkit-transform: scale(0.9); }
  80% {
    transform: scale(0.94);
    -webkit-transform: scale(0.94); }
  100% {
    opacity: 1;
    transform: scale(1);
    -webkit-transform: scale(1); } }
@-moz-keyframes pop-in {
  0% {
    display: block;
    opacity: 0;
    transform: scale(0.9);
    -webkit-transform: scale(0.9); }
  80% {
    transform: scale(0.94);
    -webkit-transform: scale(0.94); }
  100% {
    opacity: 1;
    transform: scale(1);
    -webkit-transform: scale(1); } }
@-o-keyframes pop-in {
  0% {
    display: block;
    opacity: 0;
    transform: scale(0.9);
    -webkit-transform: scale(0.9); }
  80% {
    transform: scale(0.94);
    -webkit-transform: scale(0.94); }
  100% {
    opacity: 1;
    transform: scale(1);
    -webkit-transform: scale(1); } }
@keyframes pop-in {
  0% {
    display: block;
    opacity: 0;
    transform: scale(0.9);
    -webkit-transform: scale(0.9); }
  80% {
    transform: scale(0.94);
    -webkit-transform: scale(0.94); }
  100% {
    opacity: 1;
    transform: scale(1);
    -webkit-transform: scale(1); } }
@-webkit-keyframes pop-out {
  0% {
    display: block;
    opacity: 1;
    transform: scale(1);
    -webkit-transform: scale(1); }
  80% {
    transform: scale(0.96);
    -webkit-transform: scale(0.96); }
  100% {
    display: none;
    opacity: 0;
    transform: scale(0.9);
    -webkit-transform: scale(0.9); } }
@-moz-keyframes pop-out {
  0% {
    display: block;
    opacity: 1;
    transform: scale(1);
    -webkit-transform: scale(1); }
  80% {
    transform: scale(0.96);
    -webkit-transform: scale(0.96); }
  100% {
    display: none;
    opacity: 0;
    transform: scale(0.9);
    -webkit-transform: scale(0.9); } }
@-o-keyframes pop-out {
  0% {
    display: block;
    opacity: 1;
    transform: scale(1);
    -webkit-transform: scale(1); }
  80% {
    transform: scale(0.96);
    -webkit-transform: scale(0.96); }
  100% {
    display: none;
    opacity: 0;
    transform: scale(0.9);
    -webkit-transform: scale(0.9); } }
@keyframes pop-out {
  0% {
    display: block;
    opacity: 1;
    transform: scale(1);
    -webkit-transform: scale(1); }
  80% {
    transform: scale(0.96);
    -webkit-transform: scale(0.96); }
  100% {
    display: none;
    opacity: 0;
    transform: scale(0.9);
    -webkit-transform: scale(0.9); } }
@-webkit-keyframes pulsate {
  0% {
    transform: scale(0.1, 0.1);
    opacity: 0; }
  50% {
    opacity: 1; }
  100% {
    transform: scale(1.2, 1.2);
    opacity: 0; } }
@-moz-keyframes pulsate {
  0% {
    transform: scale(0.1, 0.1);
    opacity: 0; }
  50% {
    opacity: 1; }
  100% {
    transform: scale(1.2, 1.2);
    opacity: 0; } }
@-o-keyframes pulsate {
  0% {
    transform: scale(0.1, 0.1);
    opacity: 0; }
  50% {
    opacity: 1; }
  100% {
    transform: scale(1.2, 1.2);
    opacity: 0; } }
@keyframes pulsate {
  0% {
    transform: scale(0.1, 0.1);
    opacity: 0; }
  50% {
    opacity: 1; }
  100% {
    transform: scale(1.2, 1.2);
    opacity: 0; } }
@-webkit-keyframes bounce {
  0% {
    opacity: 0;
    transform: translateY(-2000px) rotate(-45deg); }
  60% {
    opacity: 1;
    transform: translateY(30px) rotate(-45deg); }
  80% {
    transform: translateY(-10px) rotate(-45deg); }
  100% {
    transform: translateY(0) rotate(-45deg); } }
@-moz-keyframes bounce {
  0% {
    opacity: 0;
    transform: translateY(-2000px) rotate(-45deg); }
  60% {
    opacity: 1;
    transform: translateY(30px) rotate(-45deg); }
  80% {
    transform: translateY(-10px) rotate(-45deg); }
  100% {
    transform: translateY(0) rotate(-45deg); } }
@-o-keyframes bounce {
  0% {
    opacity: 0;
    transform: translateY(-2000px) rotate(-45deg); }
  60% {
    opacity: 1;
    transform: translateY(30px) rotate(-45deg); }
  80% {
    transform: translateY(-10px) rotate(-45deg); }
  100% {
    transform: translateY(0) rotate(-45deg); } }
@keyframes bounce {
  0% {
    opacity: 0;
    transform: translateY(-2000px) rotate(-45deg); }
  60% {
    opacity: 1;
    transform: translateY(30px) rotate(-45deg); }
  80% {
    transform: translateY(-10px) rotate(-45deg); }
  100% {
    transform: translateY(0) rotate(-45deg); } }
@-webkit-keyframes focus-bounce {
  0% {
    transform: scale(0.95); }
  60% {
    transform: scale(1.03); }
  100% {
    transform: scale(1); } }
@-moz-keyframes focus-bounce {
  0% {
    transform: scale(0.95); }
  60% {
    transform: scale(1.03); }
  100% {
    transform: scale(1); } }
@-o-keyframes focus-bounce {
  0% {
    transform: scale(0.95); }
  60% {
    transform: scale(1.03); }
  100% {
    transform: scale(1); } }
@keyframes focus-bounce {
  0% {
    transform: scale(0.95); }
  60% {
    transform: scale(1.03); }
  100% {
    transform: scale(1); } }
@-webkit-keyframes slide-in-bottom {
  from {
    transform: translateY(-100%); }
  to {
    transfomr: translateY(0%); } }
@-moz-keyframes slide-in-bottom {
  from {
    transform: translateY(-100%); }
  to {
    transfomr: translateY(0%); } }
@-o-keyframes slide-in-bottom {
  from {
    transform: translateY(-100%); }
  to {
    transfomr: translateY(0%); } }
@keyframes slide-in-bottom {
  from {
    transform: translateY(-100%); }
  to {
    transfomr: translateY(0%); } }
@-webkit-keyframes slide-in-top {
  from {
    transform: translateY(100%); }
  to {
    transfomr: translateY(0%); } }
@-moz-keyframes slide-in-top {
  from {
    transform: translateY(100%); }
  to {
    transfomr: translateY(0%); } }
@-o-keyframes slide-in-top {
  from {
    transform: translateY(100%); }
  to {
    transfomr: translateY(0%); } }
@keyframes slide-in-top {
  from {
    transform: translateY(100%); }
  to {
    transfomr: translateY(0%); } }
@-webkit-keyframes slide-in-right {
  from {
    transform: translateX(100%); }
  to {
    transform: translateX(0%); } }
@-moz-keyframes slide-in-right {
  from {
    transform: translateX(100%); }
  to {
    transform: translateX(0%); } }
@-o-keyframes slide-in-right {
  from {
    transform: translateX(100%); }
  to {
    transform: translateX(0%); } }
@keyframes slide-in-right {
  from {
    transform: translateX(100%); }
  to {
    transform: translateX(0%); } }
@-webkit-keyframes slide-out-right {
  from {
    transform: translateX(0%); }
  to {
    transform: translateX(100%); } }
@-moz-keyframes slide-out-right {
  from {
    transform: translateX(0%); }
  to {
    transform: translateX(100%); } }
@-o-keyframes slide-out-right {
  from {
    transform: translateX(0%); }
  to {
    transform: translateX(100%); } }
@keyframes slide-out-right {
  from {
    transform: translateX(0%); }
  to {
    transform: translateX(100%); } }
@-webkit-keyframes slide-in-left {
  from {
    transform: translateX(-100%); }
  to {
    transform: translateX(0%); } }
@-moz-keyframes slide-in-left {
  from {
    transform: translateX(-100%); }
  to {
    transform: translateX(0%); } }
@-o-keyframes slide-in-left {
  from {
    transform: translateX(-100%); }
  to {
    transform: translateX(0%); } }
@keyframes slide-in-left {
  from {
    transform: translateX(-100%); }
  to {
    transform: translateX(0%); } }
@-webkit-keyframes slide-out-left {
  from {
    transform: translateX(0%); }
  to {
    transform: translateX(-100%); } }
@-moz-keyframes slide-out-left {
  from {
    transform: translateX(0%); }
  to {
    transform: translateX(-100%); } }
@-o-keyframes slide-out-left {
  from {
    transform: translateX(0%); }
  to {
    transform: translateX(-100%); } }
@keyframes slide-out-left {
  from {
    transform: translateX(0%); }
  to {
    transform: translateX(-100%); } }
*.text-center {
  text-align: center; }
*.text-left {
  text-align: left; }
*.text-right {
  text-align: right; }
*.no-padding {
  padding: 0; }
*.no-padding-top {
  padding-top: 0; }
*.no-padding-bottom {
  padding-bottom: 0; }
*.no-margin {
  margin: 0; }
*.no-margin-top {
  margin-top: 0; }
*.no-margin-bottom {
  margin-bottom: 0; }

.container {
  margin: 0 auto;
  width: 1190px;
  position: relative;
  display: block; }
  .container.small-box {
    width: 390px; }
  .container.mid-box {
    width: 420px; }
  .container.big-box {
    width: 600px; }
  .container.flex {
    display: flex; }
  .container.inline-block {
    display: inline-block; }
  .container.block {
    display: block !important; }
  .container.full-page {
    height: 100vh; }
  .container.error-page {
    min-height: 90vh; }

.wrapper {
  width: 100%; }
  .wrapper.top {
    margin-top: 85px; }
    .wrapper.top.minimal {
      margin-top: 65px; }
    .wrapper.top.maximal {
      margin-top: 105px; }
  .wrapper.inline-block {
    display: inline-block; }

.absolute-center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%); }

.flex-container {
  display: flex;
  flex-wrap: wrap; }
  .flex-container .small-side {
    flex: 1.4; }
  .flex-container .big-side {
    flex: 4.5; }
  .flex-container .half, .flex-container .one {
    flex: 1; }
  .flex-container .two {
    flex: 2; }
  .flex-container .three {
    flex: 3; }
  .flex-container .four {
    flex: 4; }
  .flex-container .five {
    flex: 5; }
  .flex-container.top {
    margin-top: 50px; }
  .flex-container.column {
    flex-direction: column; }
  .flex-container.row {
    flex-direction: row; }
  .flex-container.row-reverse {
    flex-direction: row-reverse; }
  .flex-container.column-reverse {
    flex-direction: column-reverse; }
  .flex-container.align-items-start {
    align-items: flex-start; }
  .flex-container.align-items-end {
    align-items: flex-end; }
  .flex-container.align-items-baseline {
    align-items: baseline; }
  .flex-container.no-wrap {
    flex-wrap: nowrap; }
  .flex-container.self-center, .flex-container .self-center {
    align-self: center; }
  .flex-container.self-top, .flex-container .self-top {
    align-self: top; }
  .flex-container.justify-center, .flex-container .justify-center {
    justify-content: center; }
  .flex-container.justify-start, .flex-container .justify-start {
    justify-content: flex-start; }
  .flex-container.justify-end, .flex-container .justify-end {
    justify-content: flex-end; }
  .flex-container.justify-between, .flex-container .justify-between {
    justify-content: space-between; }

.document {
  padding: 65px;
  background: #ffffff;
  margin-bottom: 50px; }

section.activity {
  display: none;
  box-shadow: none; }
  section.activity.active {
    display: block; }
section.margin-top {
  margin-top: 50px; }
  section.margin-top.small {
    margin-top: 35px; }
  section.margin-top.middle {
    margin-top: 75px; }
  section.margin-top.high {
    margin-top: 100px; }
section.padding {
  padding: 35px 0; }

.tabs {
  border-bottom: 1px solid #d2d2d2;
  -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1); }
  .tabs.white {
    border: none; }
    .tabs.white ul li {
      background: var(--primary-dark-color);
      color: var(--primary-color);
      border: none; }
      .tabs.white ul li.active {
        background: white;
        border: none; }
        .tabs.white ul li.active:hover {
          background: white;
          border: none;
          color: var(--primary-color); }
      .tabs.white ul li:hover {
        background: var(--primary-dark-color);
        color: #ffffff;
        border: none; }
  .tabs.full {
    border: none; }
    .tabs.full ul li {
      background: var(--primary-color);
      color: #ffffff;
      border: none; }
      .tabs.full ul li.active {
        background: var(--primary-dark-color);
        color: #ffffff;
        border: none; }
        .tabs.full ul li.active:hover {
          background: var(--secondary-color);
          color: #ffffff;
          border: none; }
      .tabs.full ul li:hover {
        background: var(--secondary-color);
        color: #ffffff;
        border: none; }
  .tabs.full-white {
    border: none; }
    .tabs.full-white ul li {
      background: #ffffff;
      color: var(--secondary-color);
      border: none; }
      .tabs.full-white ul li.active {
        background: transparent;
        color: var(--primary-color);
        border: none; }
        .tabs.full-white ul li.active:hover {
          background: transparent;
          border: none;
          color: var(--secondary-color); }
      .tabs.full-white ul li:hover {
        background: #ffffff;
        color: var(--primary-color);
        border: none; }
  .tabs.rounded {
    border: none; }
    .tabs.rounded ul {
      border-radius: 35px;
      overflow: hidden; }
      .tabs.rounded ul li {
        border: none !important; }
  .tabs.small li {
    height: 35px;
    font-size: 13px; }
  .tabs.left {
    box-sizing: border-box;
    border-bottom: none;
    border-right: 1px solid #d2d2d2; }
    .tabs.left ul {
      display: block; }
    .tabs.left li {
      padding-left: 25px;
      text-align: left;
      width: 100%;
      box-sizing: border-box;
      height: 40px;
      line-height: 40px; }
      .tabs.left li.active {
        padding-left: 21px;
        border-bottom: none;
        border-left: 2px solid var(--primary-color); }
        .tabs.left li.active:hover {
          border-color: var(--primary-color); }
      .tabs.left li:hover {
        padding-left: 21px;
        border-bottom: none;
        border-left: 2px solid #d2d2d2; }
  .tabs ul {
    list-style: none;
    display: flex;
    padding: 0;
    margin: 0;
    font-family: Montserrat, sans-serif; }
    .tabs ul li {
      flex: 1;
      height: 50px;
      color: var(--primary-dark-color);
      text-align: center;
      user-select: none;
      display: flex;
      justify-content: center;
      align-content: center;
      flex-direction: column;
      -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
      transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1); }
      .tabs ul li.active {
        color: var(--primary-color);
        border-bottom: 1px solid var(--primary-color); }
        .tabs ul li.active:hover {
          border-color: var(--primary-color); }
      .tabs ul li:hover {
        cursor: pointer;
        color: var(--primary-color);
        border-bottom: 1px solid #d2d2d2; }

.table {
  margin-top: 105px; }
  .table .top-functions {
    display: flex;
    justify-content: space-between;
    margin-top: 10px; }
    .table .top-functions .search-block {
      flex: 1;
      max-width: 400px; }
    .table .top-functions .actions {
      display: flex;
      margin-left: 8px;
      z-index: 100; }
      .table .top-functions .actions .action {
        margin: 0 4px;
        position: relative; }
        .table .top-functions .actions .action .action-icon {
          width: 40px; }
        .table .top-functions .actions .action .action-menu {
          position: absolute;
          bottom: -155px;
          left: 0;
          width: 200px;
          height: auto;
          background: #ffffff;
          padding: 8px 3px;
          display: none;
          box-shadow: 0px 0px 43px -3px rgba(0, 0, 0, 0.3);
          animation: 0.3s pop-out; }
          .table .top-functions .actions .action .action-menu.show {
            animation: 0.1s pop-in;
            display: block; }
            .table .top-functions .actions .action .action-menu.show::after {
              border: solid transparent;
              content: " ";
              height: 0;
              width: 0;
              position: absolute;
              pointer-events: none;
              border-bottom-color: #ffffff;
              border-width: 15px;
              left: 0px;
              top: -30px; }
          .table .top-functions .actions .action .action-menu .menu-container {
            max-height: 300px; }
          .table .top-functions .actions .action .action-menu .action-item {
            padding: 4px 6px;
            font-size: 14px; }
            .table .top-functions .actions .action .action-menu .action-item:hover {
              cursor: pointer; }
            .table .top-functions .actions .action .action-menu .action-item .name:first-letter {
              text-transform: uppercase; }
          .table .top-functions .actions .action .action-menu input[type="checkbox"] {
            width: auto;
            margin: 0;
            height: 15px;
            width: 15px;
            padding: 7px;
            margin-right: 6px; }
            .table .top-functions .actions .action .action-menu input[type="checkbox"]:checked::after {
              font-size: 12px;
              left: 3px; }
          .table .top-functions .actions .action .action-menu label.normal {
            -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
            transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1); }
            .table .top-functions .actions .action .action-menu label.normal:hover {
              cursor: pointer;
              color: var(--primary-color); }
    .table .top-functions button, .table .top-functions input {
      display: block; }
    .table .top-functions input {
      width: 100%; }
    .table .top-functions .search {
      min-width: 200px; }
  .table .table-view {
    display: flex;
    flex-direction: column;
    overflow-x: scroll;
    overflow-y: visible;
    width: 100%; }
    .table .table-view .table-header .table-header-column, .table .table-view .table-header .table-column, .table .table-view .table-items .table-header-column, .table .table-view .table-items .table-column {
      padding: 0 8px;
      align-self: center; }
      .table .table-view .table-header .table-header-column.one, .table .table-view .table-header .table-column.one, .table .table-view .table-items .table-header-column.one, .table .table-view .table-items .table-column.one {
        flex: 1;
        min-width: 150px; }
      .table .table-view .table-header .table-header-column.two, .table .table-view .table-header .table-column.two, .table .table-view .table-items .table-header-column.two, .table .table-view .table-items .table-column.two {
        flex: 2;
        min-width: 200px; }
      .table .table-view .table-header .table-header-column.three, .table .table-view .table-header .table-column.three, .table .table-view .table-items .table-header-column.three, .table .table-view .table-items .table-column.three {
        flex: 3;
        min-width: 300px; }
      .table .table-view .table-header .table-header-column.four, .table .table-view .table-header .table-column.four, .table .table-view .table-items .table-header-column.four, .table .table-view .table-items .table-column.four {
        flex: 4;
        min-width: 400px; }
      .table .table-view .table-header .table-header-column.five, .table .table-view .table-header .table-column.five, .table .table-view .table-items .table-header-column.five, .table .table-view .table-items .table-column.five {
        flex: 5; }
      .table .table-view .table-header .table-header-column.image-size, .table .table-view .table-header .table-column.image-size, .table .table-view .table-items .table-header-column.image-size, .table .table-view .table-items .table-column.image-size {
        flex: 0 0 38px; }
      .table .table-view .table-header .table-header-column.action, .table .table-view .table-header .table-column.action, .table .table-view .table-items .table-header-column.action, .table .table-view .table-items .table-column.action {
        flex: 0 0 100px;
        color: var(--primary-color);
        font-size: 0.9em;
        -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
        transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1); }
        .table .table-view .table-header .table-header-column.action:hover, .table .table-view .table-header .table-column.action:hover, .table .table-view .table-items .table-header-column.action:hover, .table .table-view .table-items .table-column.action:hover {
          cursor: pointer;
          color: var(--primary-dark-color); }
      .table .table-view .table-header .table-header-column img, .table .table-view .table-header .table-column img, .table .table-view .table-items .table-header-column img, .table .table-view .table-items .table-column img {
        width: 20px;
        height: 20px;
        display: block; }
    .table .table-view .table-header .input-group, .table .table-view .table-items .input-group {
      width: auto;
      align-self: center; }
      .table .table-view .table-header .input-group input[type="checkbox"], .table .table-view .table-items .input-group input[type="checkbox"] {
        margin: 0px 10px 0px 5px; }
    .table .table-view .table-header {
      display: flex;
      flex-direction: row;
      justify-content: space-between;
      border-bottom: 1px solid var(--primary-color);
      padding: 15px 0; }
      .table .table-view .table-header .table-header-column {
        font-size: 1.2em; }
    .table .table-view .table-items {
      display: flex;
      flex-direction: column; }
      .table .table-view .table-items .table-row {
        display: flex;
        justify-content: space-between;
        padding: 8px 0;
        background: #ffffff;
        border-bottom: 1px solid #d2d2d2; }

.popover {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1001;
  pointer-events: none;
  opacity: 0;
  background: none;
  -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1); }
  .popover.active {
    pointer-events: all;
    opacity: 1; }
  .popover .background {
    background: rgba(0, 0, 0, 0.75);
    width: 100%;
    height: 100%;
    z-index: 0;
    -webkit-animation: popover-fadein 0.3s;
    -moz-animation: popover-fadein 0.3s;
    -o-animation: popover-fadein 0.3s;
    animation: popover-fadein 0.3s;
    -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1); }
  .popover .children {
    z-index: 10; }

.component-stack .rightview:nth-last-child(1) {
  transform: translateX(0px); }
.component-stack .rightview:nth-last-child(2) {
  transform: translateX(-150px); }
.component-stack .rightview:nth-last-child(3) {
  transform: translateX(-300px); }
.component-stack .rightview:nth-last-child(4) {
  transform: translateX(-450px); }
.component-stack .rightview:nth-last-child(5) {
  transform: translateX(-600px); }
.component-stack .rightview:nth-last-child(6) {
  transform: translateX(-750px); }
.component-stack .rightview:nth-last-child(7) {
  transform: translateX(-900px); }
.component-stack .rightview:nth-last-child(8) {
  transform: translateX(-1050px); }
.component-stack .rightview:nth-last-child(9) {
  transform: translateX(-1200px); }
.component-stack .rightview:nth-last-child(10) {
  transform: translateX(-1350px); }
.component-stack .rightview:nth-last-child(11) {
  transform: translateX(-1500px); }
.component-stack .rightview:nth-last-child(12) {
  transform: translateX(-1650px); }
.component-stack .rightview:nth-last-child(13) {
  transform: translateX(-1800px); }
.component-stack .rightview:nth-last-child(14) {
  transform: translateX(-1950px); }
.component-stack .rightview:nth-last-child(15) {
  transform: translateX(-2100px); }
.component-stack .rightview:nth-last-child(16) {
  transform: translateX(-2250px); }
.component-stack .rightview:nth-last-child(17) {
  transform: translateX(-2400px); }
.component-stack .rightview:nth-last-child(18) {
  transform: translateX(-2550px); }
.component-stack .rightview:nth-last-child(19) {
  transform: translateX(-2700px); }
.component-stack .rightview:nth-last-child(20) {
  transform: translateX(-2850px); }

.topview, .rightview {
  background: #ffffff;
  box-shadow: 0px 0px 65px rgba(0, 0, 0, 0.25);
  -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1); }
  .topview.below .pop-up-container, .rightview.below .pop-up-container {
    pointer-events: none; }
    .topview.below .pop-up-container::after, .rightview.below .pop-up-container::after {
      pointer-events: none;
      opacity: 1;
      -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
      transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1); }
  .topview.hidden, .rightview.hidden {
    display: none; }
  .topview .wrapper.top, .rightview .wrapper.top {
    margin-top: 0px; }
  .topview .pop-up-container, .rightview .pop-up-container {
    position: relative;
    background: #ffffff;
    padding: 0 20px;
    width: 100%;
    min-height: 100%; }
    .topview .pop-up-container::after, .rightview .pop-up-container::after {
      content: " ";
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      background: rgba(0, 0, 0, 0.75);
      opacity: 0;
      pointer-events: none;
      -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
      transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1); }
  .topview .container, .rightview .container {
    width: 100%; }
  .topview .actions, .rightview .actions {
    display: flex;
    height: 50px;
    justify-content: space-between; }
    .topview .actions .close-button, .rightview .actions .close-button {
      height: 20px;
      width: 20px;
      margin: 15px 0; }

.topview {
  height: auto;
  width: 100%;
  left: 0;
  top: 0;
  background: #ffffff;
  position: absolute; }
  .topview.animateIn {
    -webkit-animation: slide-in-top 0.3s;
    -moz-animation: slide-in-top 0.3s;
    -o-animation: slide-in-top 0.3s;
    animation: slide-in-top 0.3s; }
  .topview.animateOut {
    transform: translateY(100%);
    box-shadow: none;
    z-index: 1000;
    -webkit-animation: slide-out-top 0.3s;
    -moz-animation: slide-out-top 0.3s;
    -o-animation: slide-out-top 0.3s;
    animation: slide-out-top 0.3s; }

.rightview {
  height: 100vh;
  width: 50%;
  right: 0;
  top: 0;
  position: absolute; }
  .rightview.animateIn {
    -webkit-animation: slide-in-right 0.3s;
    -moz-animation: slide-in-right 0.3s;
    -o-animation: slide-in-right 0.3s;
    animation: slide-in-right 0.3s; }
  .rightview.animateOut {
    transform: translateX(100%);
    box-shadow: none;
    z-index: 1000;
    -webkit-animation: slide-out-right 0.3s;
    -moz-animation: slide-out-right 0.3s;
    -o-animation: slide-out-right 0.3s;
    animation: slide-out-right 0.3s; }
  .rightview .aside-view {
    min-height: auto; }
  .rightview .list-sector {
    background: #f2f2f2; }
    .rightview .list-sector .list-sector {
      background: #ffffff; }

@media all and (max-width: 1190px) {
  .container {
    width: 100%;
    padding: 0 10px; }
    .container.small-box, .container.mid-box, .container.big-box {
      width: 90%; }
    .container.small-box {
      max-width: 390px; }
    .container.mid-box {
      max-width: 440px; }
    .container.big-box {
      max-width: 600px; }

  .flex-container .half.full-small {
    flex: initial;
    width: 100%; }

  .document {
    width: 90%;
    margin: 0 auto; }

  .tabs ul li {
    font-size: 12px;
    height: 45px; }

  .rightview {
    width: 100%; } }
.slideshow-container {
  width: 100%;
  height: 100%;
  min-height: 100vh;
  position: absolute;
  top: 0;
  left: 0;
  margin: auto; }
  .slideshow-container h1 {
    width: 100%;
    font-size: 4.5vh;
    margin: 15px 0; }
  .slideshow-container h2 {
    margin: 15px 0;
    font-family: "Didact Gothic", sans-serif;
    font-size: 2.5vh; }
    .slideshow-container h2.center {
      text-align: center; }
    .slideshow-container h2.top {
      color: var(--primary-dark-color);
      position: relative;
      margin: 0;
      margin-bottom: 35px;
      font-size: 3.5vh;
      font-weight: bold;
      font-family: Montserrat, sans-serif; }
      .slideshow-container h2.top.center::after {
        left: 50%;
        transform: translateX(-50%); }
      .slideshow-container h2.top::after {
        content: "";
        position: absolute;
        width: 75px;
        height: 4px;
        background: var(--primary-color);
        left: 0;
        bottom: -10px; }
  .slideshow-container h3 {
    font-size: 2.2vh;
    padding: 0 5px;
    max-width: 30vw;
    margin: 15px auto; }
  .slideshow-container .absolute-center {
    position: absolute;
    display: inline-block;
    text-align: center;
    left: 50%;
    top: 48%;
    width: 100%;
    transform: translate(-50%, -50%); }
  .slideshow-container .full {
    width: 100%;
    box-sizing: border-box; }
  .slideshow-container .slide {
    display: none;
    width: 100%;
    padding: 6vh 6vw; }
  .slideshow-container .prev, .slideshow-container .next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    padding: 16px;
    font-weight: bold;
    font-size: 35px;
    transition: 0.6s ease;
    transform: translateY(-50%);
    color: var(--primary-color);
    user-select: none; }
    .slideshow-container .prev:hover, .slideshow-container .next:hover {
      cursor: pointer;
      color: var(--primary-dark-color); }
  .slideshow-container .next {
    right: 0; }
  .slideshow-container .prev {
    left: 0; }
  .slideshow-container .vynwork {
    position: absolute;
    left: 25px;
    bottom: 25px;
    width: 8vw; }
  .slideshow-container ol, .slideshow-container ul {
    display: inline-block;
    font-size: 3vh; }
    .slideshow-container ol li, .slideshow-container ul li {
      text-align: left; }
  .slideshow-container .flex-container .half img, .slideshow-container .flex-container .one img, .slideshow-container .flex-container .two img, .slideshow-container .flex-container .three img {
    height: 10vh;
    display: block;
    margin: 0 auto; }
    .slideshow-container .flex-container .half img.growth, .slideshow-container .flex-container .one img.growth, .slideshow-container .flex-container .two img.growth, .slideshow-container .flex-container .three img.growth {
      height: 35vh; }
  .slideshow-container .home_page_img {
    width: 25%;
    display: block;
    margin: 0 auto;
    height: auto !important; }
  .slideshow-container .made_by {
    display: flex;
    justify-content: center;
    line-height: 1;
    font-size: 25px;
    margin-top: 50px; }
    .slideshow-container .made_by img {
      height: 25px;
      margin: 0 7px;
      width: auto; }
  .slideshow-container .color-palate {
    display: flex;
    box-shadow: 0px 2px 20px -2px rgba(63, 12, 12, 0.3); }
    .slideshow-container .color-palate .color {
      width: 20%;
      height: 5vh; }
      .slideshow-container .color-palate .color.one {
        background: var(--primary-color); }
      .slideshow-container .color-palate .color.two {
        background: var(--primary-dark-color); }
      .slideshow-container .color-palate .color.three {
        background: #090909; }
      .slideshow-container .color-palate .color.four {
        background: #d2d2d2; }
      .slideshow-container .color-palate .color.five {
        background: #f2f2f2; }
  .slideshow-container .ball {
    background: var(--primary-color);
    border-radius: 50%;
    width: 10vh;
    height: 10vh;
    line-height: 10vh;
    margin-bottom: 1vh;
    font-family: Montserrat, sans-serif;
    font-size: 2.5vh;
    color: #ffffff;
    text-align: center;
    margin: 0 auto; }
    .slideshow-container .ball.one {
      width: 20vh;
      height: 20vh;
      line-height: 20vh; }
    .slideshow-container .ball.two {
      width: 17vh;
      height: 17vh;
      line-height: 17vh; }
    .slideshow-container .ball.three {
      width: 14vh;
      height: 14vh;
      line-height: 14vh; }
    .slideshow-container .ball.four {
      width: 12vh;
      height: 12vh;
      line-height: 12vh; }
  .slideshow-container .representative img {
    margin: 0 auto;
    display: block;
    height: 22vh !important;
    border-radius: 50%; }

.dots {
  position: absolute;
  bottom: 35px;
  left: 50%;
  transform: translateX(-50%); }
  .dots .dot {
    cursor: pointer;
    height: 13px;
    width: 13px;
    margin: 0 2px;
    background-color: #d2d2d2;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease; }
    .dots .dot.active, .dots .dot:hover {
      background-color: var(--primary-color); }

.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s; }

@-webkit-keyframes fade {
  from {
    opacity: 0.2; }
  to {
    opacity: 1; } }
@keyframes fade {
  from {
    opacity: 0.2; }
  to {
    opacity: 1; } }
@media all and (max-width: 560px) {
  .slideshow-container .vynwork {
    width: 100px;
    bottom: 0;
    left: 0; }
  .slideshow-container .slide {
    padding: 20px 35px; }
  .slideshow-container h1 {
    font-size: 35px; }
  .slideshow-container h2.top {
    font-size: 30px; }
    .slideshow-container h2.top::after {
      width: 50px; }
  .slideshow-container .home_page_img {
    width: 90%; }
  .slideshow-container .absolute-center {
    width: 90%; }
  .slideshow-container .dots {
    bottom: 15px; }
  .slideshow-container .slideshow-container .prev, .slideshow-container .slideshow-container .next {
    padding: 5px; } }
@media only screen and (max-width: 300px) {
  .prev, .next, .text {
    font-size: 11px; } }
.business .wrapper.top {
  margin-top: 65px; }

.side-business .picture, .top-business .picture {
  position: relative; }
  .side-business .picture .action-icons, .top-business .picture .action-icons {
    position: absolute;
    margin: 0;
    bottom: 10px;
    right: 0; }
    .side-business .picture .action-icons .action-icon::after, .top-business .picture .action-icons .action-icon::after {
      opacity: 1; }
    .side-business .picture .action-icons .action-icon:hover::after, .top-business .picture .action-icons .action-icon:hover::after {
      background: var(--secondary-color); }
    .side-business .picture .action-icons .action-icon svg, .top-business .picture .action-icons .action-icon svg {
      fill: #ffffff; }
.side-business .headline, .top-business .headline {
  font-size: 20px;
  margin-top: 10px; }
.side-business .location, .top-business .location {
  margin-top: 5px;
  color: #5a5a5a;
  font-size: 20px; }
.side-business .banner, .top-business .banner {
  object-fit: cover;
  object-position: bottom; }
  .side-business .banner.editable:hover, .top-business .banner.editable:hover {
    opacity: 0.7;
    cursor: pointer; }

.top-business {
  padding-bottom: 25px; }
  .top-business .banner {
    width: 100%;
    height: 282px;
    background: var(--secondary-color);
    -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1); }
  .top-business .info {
    padding-left: 30px; }
  .top-business .action-icons {
    margin-top: 30px; }
  .top-business .picture {
    width: 150px;
    height: 150px;
    display: block;
    margin: -88px 0 0; }
    .top-business .picture img {
      border-radius: 50%;
      background: #ffffff;
      border: 3px solid #ffffff;
      height: 100%;
      width: 100%;
      display: block; }
  .top-business .name {
    padding: 10px 0 0;
    line-height: 38px;
    font-family: "Titillium Web";
    font-size: 38px;
    font-weight: normal; }
  .top-business .content-block {
    padding: 30px;
    margin: 30px 0;
    background: #ffffff; }

@-webkit-keyframes cookie {
  0% {
    left: 0%;
    transform: translate(-50%, -50%) rotate(-90deg);
    opacity: 0; }
  60% {
    left: 52%;
    transform: translate(-50%, -50%) rotate(4deg); }
  100% {
    left: 50%;
    transform: translate(-50%, -50%) translateX(0%);
    opacity: 1; } }
@-moz-keyframes cookie {
  0% {
    left: 0%;
    transform: translate(-50%, -50%) rotate(-90deg);
    opacity: 0; }
  60% {
    left: 52%;
    transform: translate(-50%, -50%) rotate(4deg); }
  100% {
    left: 50%;
    transform: translate(-50%, -50%) translateX(0%);
    opacity: 1; } }
@-o-keyframes cookie {
  0% {
    left: 0%;
    transform: translate(-50%, -50%) rotate(-90deg);
    opacity: 0; }
  60% {
    left: 52%;
    transform: translate(-50%, -50%) rotate(4deg); }
  100% {
    left: 50%;
    transform: translate(-50%, -50%) translateX(0%);
    opacity: 1; } }
@keyframes cookie {
  0% {
    left: 0%;
    transform: translate(-50%, -50%) rotate(-90deg);
    opacity: 0; }
  60% {
    left: 52%;
    transform: translate(-50%, -50%) rotate(4deg); }
  100% {
    left: 50%;
    transform: translate(-50%, -50%) translateX(0%);
    opacity: 1; } }
@-webkit-keyframes sk-rotateplane {
  0% {
    -webkit-transform: perspective(120px); }
  50% {
    -webkit-transform: perspective(120px) rotateY(180deg); }
  100% {
    -webkit-transform: perspective(120px) rotateY(180deg) rotateX(180deg); } }
@-moz-keyframes sk-rotateplane {
  0% {
    -webkit-transform: perspective(120px); }
  50% {
    -webkit-transform: perspective(120px) rotateY(180deg); }
  100% {
    -webkit-transform: perspective(120px) rotateY(180deg) rotateX(180deg); } }
@-o-keyframes sk-rotateplane {
  0% {
    -webkit-transform: perspective(120px); }
  50% {
    -webkit-transform: perspective(120px) rotateY(180deg); }
  100% {
    -webkit-transform: perspective(120px) rotateY(180deg) rotateX(180deg); } }
@keyframes sk-rotateplane {
  0% {
    -webkit-transform: perspective(120px); }
  50% {
    -webkit-transform: perspective(120px) rotateY(180deg); }
  100% {
    -webkit-transform: perspective(120px) rotateY(180deg) rotateX(180deg); } }
@-webkit-keyframes menu-slide-in {
  0% {
    transform: translateX(250px);
    -webkit-transform: translateX(250px); }
  100% {
    transform: translateX(0);
    -webkit-transform: translateX(0); } }
@-moz-keyframes menu-slide-in {
  0% {
    transform: translateX(250px);
    -webkit-transform: translateX(250px); }
  100% {
    transform: translateX(0);
    -webkit-transform: translateX(0); } }
@-o-keyframes menu-slide-in {
  0% {
    transform: translateX(250px);
    -webkit-transform: translateX(250px); }
  100% {
    transform: translateX(0);
    -webkit-transform: translateX(0); } }
@keyframes menu-slide-in {
  0% {
    transform: translateX(250px);
    -webkit-transform: translateX(250px); }
  100% {
    transform: translateX(0);
    -webkit-transform: translateX(0); } }
@-webkit-keyframes fade-in {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@-moz-keyframes fade-in {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@-o-keyframes fade-in {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@keyframes fade-in {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@-webkit-keyframes menu-slide-out {
  0% {
    transform: translateX(0);
    -webkit-transform: translateX(0); }
  100% {
    transform: translateX(250px);
    -webkit-transform: translateX(250px); } }
@-moz-keyframes menu-slide-out {
  0% {
    transform: translateX(0);
    -webkit-transform: translateX(0); }
  100% {
    transform: translateX(250px);
    -webkit-transform: translateX(250px); } }
@-o-keyframes menu-slide-out {
  0% {
    transform: translateX(0);
    -webkit-transform: translateX(0); }
  100% {
    transform: translateX(250px);
    -webkit-transform: translateX(250px); } }
@keyframes menu-slide-out {
  0% {
    transform: translateX(0);
    -webkit-transform: translateX(0); }
  100% {
    transform: translateX(250px);
    -webkit-transform: translateX(250px); } }
@-webkit-keyframes fade-out {
  0% {
    opacity: 1;
    display: block; }
  100% {
    opacity: 0;
    display: none; } }
@-moz-keyframes fade-out {
  0% {
    opacity: 1;
    display: block; }
  100% {
    opacity: 0;
    display: none; } }
@-o-keyframes fade-out {
  0% {
    opacity: 1;
    display: block; }
  100% {
    opacity: 0;
    display: none; } }
@keyframes fade-out {
  0% {
    opacity: 1;
    display: block; }
  100% {
    opacity: 0;
    display: none; } }
@-webkit-keyframes pop-in {
  0% {
    display: block;
    opacity: 0;
    transform: scale(0.9);
    -webkit-transform: scale(0.9); }
  80% {
    transform: scale(0.94);
    -webkit-transform: scale(0.94); }
  100% {
    opacity: 1;
    transform: scale(1);
    -webkit-transform: scale(1); } }
@-moz-keyframes pop-in {
  0% {
    display: block;
    opacity: 0;
    transform: scale(0.9);
    -webkit-transform: scale(0.9); }
  80% {
    transform: scale(0.94);
    -webkit-transform: scale(0.94); }
  100% {
    opacity: 1;
    transform: scale(1);
    -webkit-transform: scale(1); } }
@-o-keyframes pop-in {
  0% {
    display: block;
    opacity: 0;
    transform: scale(0.9);
    -webkit-transform: scale(0.9); }
  80% {
    transform: scale(0.94);
    -webkit-transform: scale(0.94); }
  100% {
    opacity: 1;
    transform: scale(1);
    -webkit-transform: scale(1); } }
@keyframes pop-in {
  0% {
    display: block;
    opacity: 0;
    transform: scale(0.9);
    -webkit-transform: scale(0.9); }
  80% {
    transform: scale(0.94);
    -webkit-transform: scale(0.94); }
  100% {
    opacity: 1;
    transform: scale(1);
    -webkit-transform: scale(1); } }
@-webkit-keyframes pop-out {
  0% {
    display: block;
    opacity: 1;
    transform: scale(1);
    -webkit-transform: scale(1); }
  80% {
    transform: scale(0.96);
    -webkit-transform: scale(0.96); }
  100% {
    display: none;
    opacity: 0;
    transform: scale(0.9);
    -webkit-transform: scale(0.9); } }
@-moz-keyframes pop-out {
  0% {
    display: block;
    opacity: 1;
    transform: scale(1);
    -webkit-transform: scale(1); }
  80% {
    transform: scale(0.96);
    -webkit-transform: scale(0.96); }
  100% {
    display: none;
    opacity: 0;
    transform: scale(0.9);
    -webkit-transform: scale(0.9); } }
@-o-keyframes pop-out {
  0% {
    display: block;
    opacity: 1;
    transform: scale(1);
    -webkit-transform: scale(1); }
  80% {
    transform: scale(0.96);
    -webkit-transform: scale(0.96); }
  100% {
    display: none;
    opacity: 0;
    transform: scale(0.9);
    -webkit-transform: scale(0.9); } }
@keyframes pop-out {
  0% {
    display: block;
    opacity: 1;
    transform: scale(1);
    -webkit-transform: scale(1); }
  80% {
    transform: scale(0.96);
    -webkit-transform: scale(0.96); }
  100% {
    display: none;
    opacity: 0;
    transform: scale(0.9);
    -webkit-transform: scale(0.9); } }
@-webkit-keyframes pulsate {
  0% {
    transform: scale(0.1, 0.1);
    opacity: 0; }
  50% {
    opacity: 1; }
  100% {
    transform: scale(1.2, 1.2);
    opacity: 0; } }
@-moz-keyframes pulsate {
  0% {
    transform: scale(0.1, 0.1);
    opacity: 0; }
  50% {
    opacity: 1; }
  100% {
    transform: scale(1.2, 1.2);
    opacity: 0; } }
@-o-keyframes pulsate {
  0% {
    transform: scale(0.1, 0.1);
    opacity: 0; }
  50% {
    opacity: 1; }
  100% {
    transform: scale(1.2, 1.2);
    opacity: 0; } }
@keyframes pulsate {
  0% {
    transform: scale(0.1, 0.1);
    opacity: 0; }
  50% {
    opacity: 1; }
  100% {
    transform: scale(1.2, 1.2);
    opacity: 0; } }
@-webkit-keyframes bounce {
  0% {
    opacity: 0;
    transform: translateY(-2000px) rotate(-45deg); }
  60% {
    opacity: 1;
    transform: translateY(30px) rotate(-45deg); }
  80% {
    transform: translateY(-10px) rotate(-45deg); }
  100% {
    transform: translateY(0) rotate(-45deg); } }
@-moz-keyframes bounce {
  0% {
    opacity: 0;
    transform: translateY(-2000px) rotate(-45deg); }
  60% {
    opacity: 1;
    transform: translateY(30px) rotate(-45deg); }
  80% {
    transform: translateY(-10px) rotate(-45deg); }
  100% {
    transform: translateY(0) rotate(-45deg); } }
@-o-keyframes bounce {
  0% {
    opacity: 0;
    transform: translateY(-2000px) rotate(-45deg); }
  60% {
    opacity: 1;
    transform: translateY(30px) rotate(-45deg); }
  80% {
    transform: translateY(-10px) rotate(-45deg); }
  100% {
    transform: translateY(0) rotate(-45deg); } }
@keyframes bounce {
  0% {
    opacity: 0;
    transform: translateY(-2000px) rotate(-45deg); }
  60% {
    opacity: 1;
    transform: translateY(30px) rotate(-45deg); }
  80% {
    transform: translateY(-10px) rotate(-45deg); }
  100% {
    transform: translateY(0) rotate(-45deg); } }
@-webkit-keyframes focus-bounce {
  0% {
    transform: scale(0.95); }
  60% {
    transform: scale(1.03); }
  100% {
    transform: scale(1); } }
@-moz-keyframes focus-bounce {
  0% {
    transform: scale(0.95); }
  60% {
    transform: scale(1.03); }
  100% {
    transform: scale(1); } }
@-o-keyframes focus-bounce {
  0% {
    transform: scale(0.95); }
  60% {
    transform: scale(1.03); }
  100% {
    transform: scale(1); } }
@keyframes focus-bounce {
  0% {
    transform: scale(0.95); }
  60% {
    transform: scale(1.03); }
  100% {
    transform: scale(1); } }
@-webkit-keyframes slide-in-bottom {
  from {
    transform: translateY(-100%); }
  to {
    transfomr: translateY(0%); } }
@-moz-keyframes slide-in-bottom {
  from {
    transform: translateY(-100%); }
  to {
    transfomr: translateY(0%); } }
@-o-keyframes slide-in-bottom {
  from {
    transform: translateY(-100%); }
  to {
    transfomr: translateY(0%); } }
@keyframes slide-in-bottom {
  from {
    transform: translateY(-100%); }
  to {
    transfomr: translateY(0%); } }
@-webkit-keyframes slide-in-top {
  from {
    transform: translateY(100%); }
  to {
    transfomr: translateY(0%); } }
@-moz-keyframes slide-in-top {
  from {
    transform: translateY(100%); }
  to {
    transfomr: translateY(0%); } }
@-o-keyframes slide-in-top {
  from {
    transform: translateY(100%); }
  to {
    transfomr: translateY(0%); } }
@keyframes slide-in-top {
  from {
    transform: translateY(100%); }
  to {
    transfomr: translateY(0%); } }
@-webkit-keyframes slide-in-right {
  from {
    transform: translateX(100%); }
  to {
    transform: translateX(0%); } }
@-moz-keyframes slide-in-right {
  from {
    transform: translateX(100%); }
  to {
    transform: translateX(0%); } }
@-o-keyframes slide-in-right {
  from {
    transform: translateX(100%); }
  to {
    transform: translateX(0%); } }
@keyframes slide-in-right {
  from {
    transform: translateX(100%); }
  to {
    transform: translateX(0%); } }
@-webkit-keyframes slide-out-right {
  from {
    transform: translateX(0%); }
  to {
    transform: translateX(100%); } }
@-moz-keyframes slide-out-right {
  from {
    transform: translateX(0%); }
  to {
    transform: translateX(100%); } }
@-o-keyframes slide-out-right {
  from {
    transform: translateX(0%); }
  to {
    transform: translateX(100%); } }
@keyframes slide-out-right {
  from {
    transform: translateX(0%); }
  to {
    transform: translateX(100%); } }
@-webkit-keyframes slide-in-left {
  from {
    transform: translateX(-100%); }
  to {
    transform: translateX(0%); } }
@-moz-keyframes slide-in-left {
  from {
    transform: translateX(-100%); }
  to {
    transform: translateX(0%); } }
@-o-keyframes slide-in-left {
  from {
    transform: translateX(-100%); }
  to {
    transform: translateX(0%); } }
@keyframes slide-in-left {
  from {
    transform: translateX(-100%); }
  to {
    transform: translateX(0%); } }
@-webkit-keyframes slide-out-left {
  from {
    transform: translateX(0%); }
  to {
    transform: translateX(-100%); } }
@-moz-keyframes slide-out-left {
  from {
    transform: translateX(0%); }
  to {
    transform: translateX(-100%); } }
@-o-keyframes slide-out-left {
  from {
    transform: translateX(0%); }
  to {
    transform: translateX(-100%); } }
@keyframes slide-out-left {
  from {
    transform: translateX(0%); }
  to {
    transform: translateX(-100%); } }
body {
  margin: 0;
  padding: 0;
  color: #090909;
  background: #f2f2f2;
  font-family: "Open sans", "Segoe UI", "Segoe WP", Helvetica, Arial, sans-serif;
  line-height: 1.5;
  overflow-y: scroll;
  -webkit-font-smoothing: antialiased; }

* {
  box-sizing: border-box; }
  *:focus {
    outline: none; }
  *.center {
    text-align: center !important; }
  *.right {
    text-align: right !important; }
  *.left {
    text-align: left !important; }
  *.big {
    font-size: 4.5em; }
  *.no-margin {
    margin: 0; }
  *.relative {
    position: relative; }
  *::-webkit-scrollbar {
    height: 2px;
    border: none; }
  *::-webkit-scrollbar-track {
    border: none;
    -webkit-box-shadow: none; }

.background {
  background: #f2f2f2; }

h1 {
  line-height: 1;
  font-family: "Titillium Web", sans-serif;
  font-size: 32px;
  font-weight: normal; }

h2 {
  font-family: "Open sans", "Segoe UI", "Segoe WP", Helvetica, Arial, sans-serif, sans-serif;
  font-weight: normal;
  font-size: 1.3em; }
  h2.top {
    color: var(--primary-dark-color);
    position: relative;
    margin: 0;
    margin-bottom: 25px;
    font-family: Montserrat, sans-serif;
    font-weight: bold;
    font-size: 1.35em; }
    h2.top::after {
      content: "";
      position: absolute;
      width: 50px;
      height: 3px;
      background: var(--primary-color);
      left: 0;
      bottom: -5px; }

h3 {
  font-family: "Open sans", "Segoe UI", "Segoe WP", Helvetica, Arial, sans-serif;
  font-size: 1.3em;
  font-weight: lighter; }

fieldset {
  margin: 0;
  padding: 0;
  border: none; }

.fullpage {
  height: 100vh;
  position: relative; }

.error-page svg {
  height: 200px;
  width: auto;
  fill: var(--primary-color); }

.no-data, .nothing, .css-gg45go-NoOptionsMessage {
  text-align: center;
  color: #5a5a5a;
  font-size: 14px;
  font-style: italic; }

.not-found-action-box {
  padding: 50px 30px;
  background: #ffffff;
  text-align: center; }
  .not-found-action-box.small {
    padding: 30px; }
  .not-found-action-box .icon {
    margin: 0 auto;
    display: block;
    height: 100px; }
    .not-found-action-box .icon svg {
      height: 100px;
      width: auto;
      fill: var(--primary-color); }
  .not-found-action-box .no-data {
    font-size: 16px; }
  .not-found-action-box .action {
    -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    color: var(--primary-color); }
    .not-found-action-box .action:hover {
      color: var(--secondary-color);
      cursor: pointer; }

a, .as-link {
  text-decoration: none;
  color: var(--primary-color);
  display: inline; }
  a:hover, .as-link:hover {
    color: var(--secondary-color);
    cursor: pointer; }
  a:focus, a:active, .as-link:focus, .as-link:active {
    outline: none; }

.beta::before {
  content: "Beta";
  left: -25px;
  top: 15px;
  position: absolute;
  width: 100px;
  height: 20px;
  text-align: center;
  color: #ffffff;
  line-height: 20px;
  background: var(--primary-color);
  box-shadow: 0px 2px 4px 0px rgba(63, 12, 12, 0.29);
  transform: rotate(-45deg);
  font-family: Montserrat, sans-serif;
  font-size: 13px;
  font-weight: 900; }

button, .button {
  border: none;
  color: #f2f2f2;
  background: var(--primary-color);
  border: 1px solid var(--primary-color);
  min-height: 35px;
  padding: 5px 25px;
  font-size: 15px;
  font-family: Montserrat, sans-serif;
  font-weight: 100;
  display: inline-block;
  -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1); }
  button.center, .button.center {
    display: block;
    margin: 0 auto; }
  button.full, .button.full {
    padding: 5px 0;
    width: 100%; }
  button.back, button.dark, .button.back, .button.dark {
    margin-right: 15px;
    background: var(--secondary-color);
    border-color: var(--secondary-color); }
    button.back:hover, button.dark:hover, .button.back:hover, .button.dark:hover {
      color: var(--secondary-color); }
  button:active, button:focus, .button:active, .button:focus {
    outline: none; }
  button.loading, .button.loading {
    padding-left: 40px; }
  button:hover, .button:hover {
    cursor: pointer;
    color: var(--primary-color);
    background: none;
    -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1); }
  button i.fa, .button i.fa {
    margin-right: 10px; }
    button i.fa.behind, .button i.fa.behind {
      margin-left: 10px;
      margin-right: 0; }
  button:disabled, .button:disabled {
    opacity: 0.6;
    pointer-events: none; }

img.rounded {
  border-radius: 50%; }

.lighten {
  position: relative;
  z-index: 0; }
  .lighten:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    background-color: #fff;
    opacity: 0.3; }

.darken {
  position: relative;
  z-index: 0; }
  .darken:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    background-color: #000;
    opacity: 0.3; }

.spinner {
  width: 40px;
  height: 40px;
  background-color: var(--primary-color);
  background-size: cover;
  margin: 50px auto;
  -webkit-animation: sk-rotateplane 1.2s infinite ease-in-out;
  animation: sk-rotateplane 1.2s infinite ease-in-out; }
  .spinner.small {
    width: 25px;
    height: 25px;
    margin: 20px 0; }
  .spinner.side-margin {
    margin: 0 10px; }
  .spinner.no-margin {
    margin: 0; }

.aside-view {
  display: flex;
  position: relative;
  min-height: 100vh; }
  .aside-view .aside-view-content {
    text-align: center;
    align-self: center; }
    .aside-view .aside-view-content .step-form .form {
      display: none; }
      .aside-view .aside-view-content .step-form .form.active {
        display: inline-block; }
    .aside-view .aside-view-content form {
      display: inline-block;
      width: 100%;
      text-align: left; }
    .aside-view .aside-view-content .input-container {
      margin: 0; }
  .aside-view .aside-view-image {
    flex: 4;
    width: 50%;
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    z-index: -1; }
    .aside-view .aside-view-image.linear-gradient {
      background: var(--primary-color);
      background: -moz-linear-gradient(-45deg, var(--primary-color) 0%, var(--secondary-color) 100%);
      background: -webkit-linear-gradient(-45deg, var(--primary-color) 0%, var(--secondary-color) 100%);
      background: linear-gradient(135deg, var(--primary-color) 0%, var(--secondary-color) 100%); }
    .aside-view .aside-view-image img {
      height: 100%;
      width: 100%;
      object-fit: cover; }

.overlay {
  height: 100vh;
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 1000;
  opacity: 0;
  user-select: none;
  pointer-events: none;
  -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1); }
  .overlay.active {
    opacity: 1;
    pointer-events: all;
    user-select: auto; }
  .overlay .background {
    background: #090909;
    width: 100%;
    height: 100%;
    position: relative;
    left: 0;
    top: 0;
    opacity: 0.85; }
  .overlay .children {
    z-index: 10;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%); }
  .overlay .overlay-component {
    background: #ffffff; }
    .overlay .overlay-component .drag-and-drop p {
      margin: 10px; }

.overhead {
  width: 100%;
  height: 100%;
  background: #f2f2f2;
  opacity: 0.99;
  position: absolute;
  z-index: 1000;
  position: absolute;
  left: 0;
  top: 0;
  display: none; }

.page {
  position: absolute;
  width: 100%;
  min-height: 100vh;
  background: #f2f2f2; }
  .page.pagefade-enter {
    opacity: 0;
    z-index: 1000000; }
  .page.pagefade-exit {
    opacity: 0; }
  .page.pagefade-enter.pagefade-enter-active {
    opacity: 1;
    transition: all 250ms ease-in; }
  .page.nothing footer {
    background: var(--primary-color);
    background: -moz-linear-gradient(to bottom, var(--primary-color) 0%, var(--secondary-color) 270%);
    background: -webkit-linear-gradient(to bottom, var(--primary-color) 0%, var(--secondary-color) 270%);
    background: linear-gradient(to bottom, var(--primary-color) 0%, var(--secondary-color) 270%);
    margin-top: 250px; }
    .page.nothing footer::after {
      width: 100%;
      height: 150px;
      content: "";
      position: absolute;
      top: -149px;
      left: 0;
      z-index: 99;
      background-position-y: -1px;
      background: linear-gradient(177deg, transparent 49%, var(--primary-color) 50%) no-repeat top/100% 150px, linear-gradient(-5deg, transparent 49%, transparent 50%) no-repeat bottom/100% 150px, transparent; }
    .page.nothing footer .top .list {
      color: #ffffff; }
      .page.nothing footer .top .list a {
        color: #ffffff; }
        .page.nothing footer .top .list a:hover {
          color: var(--primary-dark-color); }
      .page.nothing footer .top .list h1 {
        color: #ffffff; }
        .page.nothing footer .top .list h1::after {
          background: #ffffff; }
    .page.nothing footer .top .social i {
      background: #ffffff;
      border-color: #ffffff;
      color: var(--primary-color); }
      .page.nothing footer .top .social i:hover {
        color: #ffffff;
        background: transparent; }
    .page.nothing footer .red {
      display: none; }
    .page.nothing footer .white {
      display: block; }
    .page.nothing footer i.green {
      color: #ffffff; }
    .page.nothing footer .bottom {
      color: #ffffff; }
      .page.nothing footer .bottom .version {
        color: #ffffff; }
  .page.contact footer {
    margin-top: 0px; }

.scrollable, .scroll, .pg-viewer-wrapper, textarea {
  overflow-y: scroll;
  overflow-x: hidden; }
  .scrollable.thick::-webkit-scrollbar, .scroll.thick::-webkit-scrollbar, .pg-viewer-wrapper.thick::-webkit-scrollbar, textarea.thick::-webkit-scrollbar {
    width: 6px; }
  .scrollable::-webkit-scrollbar-track, .scroll::-webkit-scrollbar-track, .pg-viewer-wrapper::-webkit-scrollbar-track, textarea::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.1);
    background-color: #F5F5F5; }
  .scrollable::-webkit-scrollbar, .scroll::-webkit-scrollbar, .pg-viewer-wrapper::-webkit-scrollbar, textarea::-webkit-scrollbar {
    width: 2px;
    border-radius: 4px;
    background-color: #F5F5F5; }
  .scrollable::-webkit-scrollbar-thumb, .scroll::-webkit-scrollbar-thumb, .pg-viewer-wrapper::-webkit-scrollbar-thumb, textarea::-webkit-scrollbar-thumb {
    background-color: var(--primary-color); }

.progress-bar {
  width: 100%;
  height: 8px;
  border-radius: 5px; }
  .progress-bar .progress {
    background-color: var(--primary-color);
    height: 100%;
    margin: 0;
    -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1); }

.close-button:hover {
  cursor: pointer; }
.close-button div {
  height: 100%; }
.close-button svg {
  height: 100%;
  width: auto;
  -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1); }
  .close-button svg:hover {
    fill: var(--primary-color); }

.actions .status {
  border-radius: 30px;
  background: var(--primary-color);
  color: #ffffff;
  font-size: 12px;
  padding: 8px 10px;
  align-self: center; }
  .actions .status.green {
    background: green;
    color: #ffffff; }
  .actions .status.gray {
    background: #d2d2d2;
    color: #090909; }
  .actions .status.red {
    background: #d32525;
    color: #ffffff; }

.action-icons {
  height: 40px;
  width: auto;
  display: flex; }
  .action-icons .action-icon {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    display: block;
    position: relative;
    z-index: 10;
    flex: 1; }
    .action-icons .action-icon:not(:last-child) {
      margin-right: 10px; }
    .action-icons .action-icon.green::after {
      background: green; }
    .action-icons .action-icon.green svg {
      fill: green; }
    .action-icons .action-icon::after {
      content: "";
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      border-radius: 50%;
      background: var(--primary-color);
      opacity: 0.1;
      z-index: -1;
      -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
      transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1); }
    .action-icons .action-icon:hover {
      cursor: pointer; }
      .action-icons .action-icon:hover svg {
        fill: #ffffff; }
      .action-icons .action-icon:hover::after {
        opacity: 0.9; }
  .action-icons svg {
    height: 30px;
    width: 30px;
    margin: 5px;
    padding: 5px;
    fill: var(--primary-color);
    -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1); }
    .action-icons svg:hover {
      fill: var(--primary-dark-color); }

.filePreviewer-container {
  height: 100%;
  pointer-events: none; }
  .filePreviewer-container .pg-viewer-wrapper, .filePreviewer-container .pg-viewer, .filePreviewer-container .pg-viewer-container {
    pointer-events: none; }
  .filePreviewer-container .pg-viewer-wrapper {
    overflow-y: auto; }
    .filePreviewer-container .pg-viewer-wrapper img {
      background: #ffffff; }

.files {
  display: flex; }
  .files .file {
    max-width: 230px;
    height: 100px;
    position: relative;
    user-select: none; }
    .files .file::after {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      height: 100%;
      width: 100%;
      background: #090909;
      opacity: 0;
      pointer-events: none;
      -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
      transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1); }
    .files .file:hover {
      cursor: pointer; }
      .files .file:hover::after {
        pointer-events: all;
        opacity: 0.3; }
    .files .file:not(:last-child) {
      margin-right: 3px; }
    .files .file img {
      height: 100%;
      width: auto;
      max-width: 100%;
      min-width: 30px;
      object-fit: cover;
      display: block; }

.pin {
  width: 30px;
  height: 30px;
  border-radius: 50% 50% 50% 0;
  background: #00cae9;
  position: absolute;
  transform: rotate(-45deg);
  left: 50%;
  top: 50%;
  margin: -20px 0 0 -20px;
  z-index: 1000; }
  .pin:after {
    content: "";
    width: 14px;
    height: 14px;
    margin: 8px 0 0 8px;
    background: #e6e6e6;
    position: absolute;
    border-radius: 50%; }

.bounce {
  animation-name: bounce;
  animation-fill-mode: both;
  animation-duration: 1s; }

.pulse {
  background: #d6d4d4;
  border-radius: 50%;
  height: 14px;
  width: 14px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: 11px 0px 0px -12px;
  transform: rotateX(55deg);
  z-index: 999; }
  .pulse:after {
    content: "";
    border-radius: 50%;
    height: 40px;
    width: 40px;
    position: absolute;
    margin: -13px 0 0 -13px;
    animation: pulsate 1s ease-out;
    animation-iteration-count: infinite;
    opacity: 0;
    box-shadow: 0 0 1px 2px #00cae9;
    animation-delay: 1.1s; }

.alert-stack {
  position: fixed;
  left: 20px;
  bottom: 40px;
  z-index: 10000; }
  .alert-stack .alert {
    background: #ffffff;
    padding: 20px;
    box-shadow: 0px 0px 20px -1px rgba(0, 0, 0, 0.2);
    margin-bottom: 10px;
    max-width: 300px;
    -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1); }
    .alert-stack .alert.animateIn {
      -webkit-animation: 0.3s slide-in-left;
      -moz-animation: 0.3s slide-in-left;
      -o-animation: 0.3s slide-in-left;
      animation: 0.3s slide-in-left; }
    .alert-stack .alert.animateOut {
      transform: translateX(-100%);
      box-shadow: none;
      -webkit-animation: 0.3s slide-out-left;
      -moz-animation: 0.3s slide-out-left;
      -o-animation: 0.3s slide-out-left;
      animation: 0.3s slide-out-left; }
    .alert-stack .alert.hidden {
      display: none; }
    .alert-stack .alert .description {
      font-size: 14px; }
    .alert-stack .alert.success {
      border-left: 2px solid green; }
    .alert-stack .alert.error {
      border-left: 2px solid #d32525; }
    .alert-stack .alert.warning {
      border-left: 2px solid orange; }

.collapsible {
  display: flex;
  padding: 8px 0;
  justify-content: space-between;
  border-bottom: 1px solid #d2d2d2; }
  .collapsible:hover {
    cursor: pointer; }
  .collapsible.open svg {
    transform: rotateZ(90deg); }
  .collapsible svg {
    transform: rotateZ(-90deg);
    height: 20px;
    fill: #d2d2d2; }

.dropdown {
  position: relative;
  height: 100%;
  z-index: 10; }
  .dropdown.active {
    box-shadow: 0px 0px 20px -1px rgba(0, 0, 0, 0.2); }
    .dropdown.active .items {
      opacity: 1;
      pointer-events: all; }
    .dropdown.active .item.active {
      background: #d2d2d2; }
      .dropdown.active .item.active svg {
        fill: #ffffff; }
    .dropdown.active .item svg {
      transform: rotateZ(0deg); }
  .dropdown .items {
    position: absolute;
    box-shadow: 0px 0px 20px -1px rgba(0, 0, 0, 0.2);
    z-index: -1;
    width: 100%;
    max-height: 300px;
    opacity: 0;
    pointer-events: none; }
    .dropdown .items .item {
      padding: 12px 18px;
      height: auto; }
  .dropdown .item {
    display: flex;
    background: #ffffff;
    box-sizing: border-box;
    padding: 0 18px;
    line-height: initial;
    height: 100%;
    -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1); }
    .dropdown .item:hover {
      cursor: pointer;
      background: #f2f2f2; }
    .dropdown .item img, .dropdown .item div {
      align-self: center; }
    .dropdown .item img {
      height: 25px;
      width: 25px;
      display: block;
      margin-right: 10px;
      object-fit: contain; }
    .dropdown .item svg {
      display: block;
      transform: rotateZ(-180deg);
      -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
      transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1); }
    .dropdown .item .carrot {
      margin-left: 5px; }

.options-menu {
  position: relative;
  width: 20px;
  height: 20px; }
  .options-menu--open .options-menu__options {
    display: block; }
  .options-menu__dots {
    width: 20px;
    height: 20px;
    line-height: 20px; }
    .options-menu__dots svg {
      fill: #090909;
      -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
      transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1); }
    .options-menu__dots:hover {
      cursor: pointer; }
      .options-menu__dots:hover svg {
        fill: var(--primary-color); }
  .options-menu__options {
    display: none;
    right: 0;
    top: 40px;
    z-index: 10;
    position: absolute;
    background: #ffffff;
    box-shadow: 0px 0px 35px rgba(0, 0, 0, 0.2); }
    .options-menu__options::after {
      border: solid transparent;
      content: " ";
      height: 0;
      width: 0;
      position: absolute;
      pointer-events: none;
      border-bottom-color: #ffffff;
      border-width: 15px;
      right: 0px;
      top: -30px; }
    .options-menu__options__item {
      padding: 8px 32px;
      -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
      transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1); }
      .options-menu__options__item:hover {
        cursor: pointer;
        background: var(--primary-color);
        color: #ffffff; }

footer {
  width: 100%;
  height: auto;
  position: relative; }
  footer.red {
    background: var(--primary-color);
    background: -moz-linear-gradient(to bottom, var(--primary-color) 0%, var(--secondary-color) 270%);
    background: -webkit-linear-gradient(to bottom, var(--primary-color) 0%, var(--secondary-color) 270%);
    background: linear-gradient(to bottom, var(--primary-color) 0%, var(--secondary-color) 270%); }
    footer.red::after {
      width: 100%;
      height: 149px;
      content: "";
      position: absolute;
      top: -149px;
      left: 0;
      z-index: 99;
      background-position-y: -1px;
      background: linear-gradient(177deg, transparent 49%, var(--primary-color) 50%) no-repeat top/100% 150px, linear-gradient(-5deg, transparent 49%, transparent 50%) no-repeat bottom/100% 150px, transparent; }
    footer.red .red {
      display: none; }
    footer.red .white {
      display: block; }
    footer.red .top .list {
      color: #ffffff; }
      footer.red .top .list a {
        color: #ffffff; }
        footer.red .top .list a.kolmans {
          color: #ffffff; }
        footer.red .top .list a:hover {
          color: var(--primary-dark-color); }
      footer.red .top .list h1 {
        color: #ffffff; }
        footer.red .top .list h1::after {
          background: #ffffff; }
    footer.red .top .social i {
      background: transparent;
      color: #ffffff;
      border-color: #ffffff; }
      footer.red .top .social i:hover {
        color: var(--primary-color);
        background: #ffffff; }
    footer.red i.green {
      color: #ffffff; }
    footer.red .bottom {
      color: #ffffff; }
      footer.red .bottom .version {
        color: #ffffff; }
  footer.app {
    height: auto;
    min-height: initial;
    margin-top: 30px;
    position: absolute;
    bottom: 0; }
  footer hr {
    width: 100%;
    border-color: var(--primary-color); }
  footer .white {
    display: none; }
  footer a {
    color: var(--primary-dark-color); }
    footer a:hover {
      color: var(--primary-color);
      -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
      transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1); }
  footer .top .middle {
    width: 100%;
    margin: auto;
    min-height: 100px;
    height: auto;
    float: none;
    display: flex;
    flex: 4; }
    footer .top .middle > * {
      vertical-align: top; }
  footer .top .list {
    flex: 1;
    height: auto;
    position: relative;
    box-sizing: border-box;
    text-align: left;
    color: var(--primary-dark-color); }
    footer .top .list.two {
      flex: 2; }
    footer .top .list h1 {
      width: 100%;
      color: var(--primary-dark-color);
      font-size: 1em;
      font-weight: bold;
      font-family: Montserrat, sans-serif;
      margin: 15px 0;
      padding: 0;
      position: relative; }
      footer .top .list h1::after {
        content: "";
        position: absolute;
        left: 0;
        bottom: -9px;
        width: 35px;
        height: 3px;
        background: var(--primary-color); }
    footer .top .list a {
      width: 100%;
      height: 30px;
      line-height: 30px;
      display: inline-block;
      -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
      transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1); }
      footer .top .list a.kolmans {
        color: var(--primary-color);
        font-weight: bold;
        width: auto; }
        footer .top .list a.kolmans:hover {
          color: var(--primary-dark-color); }
      footer .top .list a:hover {
        color: var(--primary-color);
        -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
        transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1); }
  footer .top .languages {
    width: 100px;
    height: 35px;
    padding-right: 20px;
    border: 1px solid var(--primary-color);
    float: left;
    color: white;
    position: relative;
    margin-top: 10px; }
    footer .top .languages::after {
      right: 8px;
      top: 0;
      content: "";
      position: absolute;
      line-height: 35px;
      font-weight: 900;
      font-family: "Font Awesome 5 Free"; }
    footer .top .languages ul {
      display: block;
      list-style: none;
      padding: 0px;
      margin: 0; }
      footer .top .languages ul li {
        width: 100px;
        height: 35px;
        line-height: 35px;
        display: none;
        text-align: center; }
        footer .top .languages ul li.active {
          display: block; }
  footer .top .moto {
    color: var(--primary-color);
    text-align: center;
    padding: 15px 0;
    font-family: "Open sans", "Segoe UI", "Segoe WP", Helvetica, Arial, sans-serif;
    font-weight: bold;
    font-size: 28px; }
  footer .top .social {
    width: 100%;
    margin: auto;
    height: 100px;
    line-height: 100px;
    color: var(--primary-dark-color);
    text-align: left;
    font-size: 30px; }
    footer .top .social i {
      color: var(--primary-dark-color);
      padding: 8px;
      width: 50px;
      height: 50px;
      text-align: center;
      border: 2px solid var(--primary-dark-color);
      border-radius: 50%;
      margin-right: 5px;
      -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
      transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1); }
      footer .top .social i:hover {
        -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
        transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
        color: var(--primary-color);
        cursor: pointer; }
  footer i.green {
    color: var(--primary-color);
    font-style: normal; }
  footer .bottom {
    height: 50px;
    line-height: 50px;
    color: var(--primary-dark-color);
    background: transparent;
    font-size: 15px; }
    footer .bottom .copy {
      width: auto;
      display: inline-block;
      height: 50px;
      float: left;
      line-height: 50px;
      margin-left: 120px; }
    footer .bottom .version {
      float: right;
      font-size: 13px;
      font-style: italic;
      color: var(--primary-color); }
    footer .bottom img {
      height: 40px;
      width: auto;
      margin-top: -5px;
      position: absolute;
      margin-left: -120px; }
    footer .bottom .up {
      float: right;
      width: 35px;
      height: 35px; }

@media only screen and (max-width: 1190px) {
  .beta::before {
    display: none; }

  footer .container {
    width: 90%; }
  footer .top {
    width: 90%; } }
@media only screen and (max-width: 660px) {
  .page {
    padding-bottom: 42px; }

  button {
    padding: 0 15px; }

  .hidden-small {
    display: none !important; }

  footer.app {
    display: none; }
  footer .top {
    width: 90%;
    margin: 0 auto; }
    footer .top .middle {
      text-align: left;
      display: block; }
    footer .top .list {
      width: 100%;
      text-align: left;
      padding: 0;
      margin-top: 35px; }
    footer .top .languages {
      float: none;
      margin-left: auto;
      margin-right: auto; }
    footer .top .social {
      text-align: left; }
  footer .bottom {
    width: 90%;
    margin: 0 auto; } }
h2 {
  margin: 8px 0 18px; }

nav.welcome {
  width: 100%;
  height: 65px;
  background: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  line-height: 65px;
  -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1); }
  nav.welcome.top {
    background: #ffffff;
    box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1);
    -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1); }
  nav.welcome .container {
    display: block; }
  nav.welcome button {
    float: right;
    display: inline-block;
    margin-top: 15px; }
  nav.welcome a.login {
    float: right;
    color: var(--primary-dark-color);
    margin-right: 15px;
    font-size: 1em;
    font-weight: 100;
    font-family: Montserrat, sans-serif;
    -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1); }
    nav.welcome a.login:hover {
      cursor: pointer;
      color: var(--primary-color);
      -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
      transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1); }
  nav.welcome .logo {
    display: inline-block;
    width: auto;
    height: auto;
    float: left; }
    nav.welcome .logo.small {
      display: none; }
    nav.welcome .logo img {
      filter: drop-shadow(0px 2px 4px rgba(63, 12, 12, 0.1));
      display: inline-block;
      width: auto;
      margin: 2px 0;
      height: 55px; }
  nav.welcome ul {
    list-style: none;
    float: left;
    margin: 0;
    margin-left: 2.5%;
    height: 65px;
    padding: 0;
    position: relative; }
    nav.welcome ul li {
      color: var(--primary-dark-color);
      line-height: 65px;
      padding: 0 15px;
      float: left;
      font-size: 1.1em;
      font-weight: 700;
      font-family: Montserrat, sans-serif;
      -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
      transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1); }
      nav.welcome ul li:hover {
        color: var(--primary-color);
        -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
        transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1); }

section {
  width: 100%;
  position: relative; }
  section .container {
    width: 1190px;
    height: 100%;
    padding: 35px 0 55px 0;
    box-sizing: border-box; }
    section .container h1 {
      width: 100%;
      margin: 0;
      margin-bottom: 15px;
      font-weight: normal;
      font-size: 2.3em; }

.example {
  width: 100%;
  height: 100px;
  position: absolute;
  bottom: -100px;
  z-index: 100;
  filter: drop-shadow(0px 0px 25px rgba(50, 50, 50, 0.2)); }
  .example .tabs {
    width: 50%;
    background: none; }
  .example form {
    padding: 25px 0;
    display: flex;
    justify-content: space-around; }
    .example form .custom-select {
      width: 375px; }

.home_top_img {
  height: auto !important;
  position: absolute;
  width: 110%;
  top: 60%;
  left: 90px;
  transform: scaleX(-1) translate(50%, -50%);
  filter: drop-shadow(-2px 4px 4px rgba(63, 12, 12, 0.29)); }

.flex-container {
  display: flex;
  flex-wrap: wrap; }
  .flex-container.halves {
    flex: 2; }
    .flex-container.halves:nth-child(2n) .half, .flex-container.halves:nth-child(2n) h1, .flex-container.halves:nth-child(2n) h2, .flex-container.halves:nth-child(2n) h3 {
      text-align: right; }
  .flex-container .half {
    flex: 1;
    padding: 25px 0;
    text-align: left;
    position: relative; }
    .flex-container .half.no-padding {
      padding: 0; }
    .flex-container .half.no-top-padding {
      padding-top: 0; }
    .flex-container .half.two {
      flex: 2; }
    .flex-container .half.switched {
      order: 2; }
    .flex-container .half img {
      height: 100px;
      margin: 10px auto;
      display: block; }
    .flex-container .half .full {
      height: 100%; }

.dot {
  border-radius: 50%;
  background: var(--primary-color); }
  .dot.big {
    width: 500px;
    height: 500px; }
  .dot.small {
    width: 35px;
    height: 35px; }

.home {
  height: 100vh;
  max-height: 550px;
  box-sizing: border-box;
  display: flex; }
  .home::before {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    opacity: 0.1;
    background-size: cover; }
  .home .container {
    display: flex;
    align-self: center;
    margin: auto;
    position: relative; }
  .home .half {
    position: relative; }
    .home .half.not_relative {
      position: static; }
    .home .half .main_image {
      position: absolute;
      top: 0;
      left: 0;
      height: 100%;
      transform: rotate(15deg); }
  .home .statement {
    display: inline-block;
    text-align: center;
    width: 100%;
    align-self: center;
    -webkit-align-self: center;
    font-size: 1em;
    font-weight: 600; }
    .home .statement h1 {
      width: 100%;
      margin: 0 auto;
      font-size: 2.9em; }
    .home .statement h4 {
      margin: 20px 0 25px 0;
      font-family: "Titillium Web", sans-serif;
      font-weight: normal;
      font-size: 1.1em; }
    .home .statement .dot1, .home .statement .dot2, .home .statement .dot3 {
      position: absolute;
      z-index: 0; }
    .home .statement .dot1 {
      top: 10%;
      right: 15%; }
    .home .statement .dot2 {
      top: 50%;
      left: 20%; }
    .home .statement .dot3 {
      bottom: 5%;
      right: 30%; }
  .home .down {
    width: 35px;
    height: 35px;
    position: absolute;
    bottom: 35px;
    left: 50%;
    background: var(--secondary-color);
    border-radius: 50%;
    transform: translateX(-50%);
    color: #ffffff;
    z-index: 100;
    box-shadow: 0px 0px 25px rgba(50, 50, 50, 0.2);
    -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1); }
    .home .down:hover {
      transform: translateX(-50%) translateY(5px);
      cursor: pointer;
      -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
      transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1); }
    .home .down::before {
      content: "";
      width: 100%;
      height: 100%;
      position: absolute;
      text-align: center;
      line-height: 40px;
      font-weight: 900;
      font-family: "Font Awesome 5 Free";
      font-size: 16px; }

.whatservices {
  background: var(--primary-color);
  background: -moz-linear-gradient(-45deg, var(--primary-color) 0%, var(--secondary-color) 100%);
  background: -webkit-linear-gradient(-45deg, var(--primary-color) 0%, var(--secondary-color) 100%);
  background: linear-gradient(135deg, var(--primary-color) 0%, var(--secondary-color) 100%);
  color: #ffffff;
  padding-bottom: 190px;
  position: relative;
  z-index: 10; }
  .whatservices img {
    width: 100%;
    display: block;
    margin-bottom: 35px; }
  .whatservices::after {
    width: 100%;
    height: 149px;
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 100;
    background-position-y: -1px;
    background: linear-gradient(177deg, transparent 49%, #f2f2f2 50%) no-repeat top/100% 150px, linear-gradient(-5deg, transparent 49%, transparent 50%) no-repeat bottom/100% 150px, transparent; }
  .whatservices .container {
    padding-bottom: 175px; }
    .whatservices .container h1 {
      color: #ffffff; }
    .whatservices .container h2, .whatservices .container h3 {
      color: #ffffff; }
      .whatservices .container h2::after, .whatservices .container h3::after {
        background: #ffffff; }
  .whatservices .half {
    margin: 45px 5px 0px;
    padding: 45px 20px;
    box-sizing: border-box;
    text-align: center;
    background: white;
    color: #090909;
    font-size: 0.9em;
    position: relative;
    box-shadow: 0px 0px 25px rgba(50, 50, 50, 0.2); }
    .whatservices .half.clear {
      background: none;
      margin: 0 5px;
      box-shadow: none;
      text-align: right;
      padding: 45px 20px 0; }
      .whatservices .half.clear::after, .whatservices .half.clear::before {
        content: initial;
        display: none; }
      .whatservices .half.clear h1, .whatservices .half.clear h2 {
        color: #ffffff; }
      .whatservices .half.clear h2 {
        text-align: right;
        font-weight: normal; }
      .whatservices .half.clear a {
        color: #ffffff;
        font-weight: 900; }
    .whatservices .half img, .whatservices .half .icon {
      height: 130px;
      margin: 0 0 20px;
      fill: var(--primary-color); }
    .whatservices .half h1, .whatservices .half h2 {
      color: inherit; }
    .whatservices .half h2 {
      text-align: center;
      margin-bottom: 10px; }
    .whatservices .half svg {
      height: 140px;
      width: auto;
      display: block;
      margin: 0 auto; }
  .whatservices .background-image {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 60%;
    opacity: 0.4;
    z-index: -1; }
  .whatservices .ready {
    background: white;
    color: #090909;
    padding: 40px 50px;
    display: inline-block;
    position: absolute;
    width: 600px;
    z-index: 105;
    bottom: -230px;
    right: 0;
    box-sizing: border-box;
    box-shadow: 0px 0px 25px rgba(50, 50, 50, 0.2); }
    .whatservices .ready h1, .whatservices .ready h2, .whatservices .ready h3 {
      position: static;
      padding: 0;
      color: #090909; }
    .whatservices .ready h2::after {
      content: initial; }
    .whatservices .ready button {
      margin-top: 10px; }

.why {
  background: #f2f2f2;
  margin-top: 50px;
  overflow: hidden; }
  .why__item {
    padding: 20px;
    background: #ffffff;
    margin: 10px 0; }
    .why__item h2 {
      margin: 0 0 8px 0; }
  .why .container {
    position: relative; }
    .why .container .wrapper {
      display: block; }
    .why .container h2.top {
      color: var(--primary-dark-color); }
    .why .container h1 {
      text-align: left;
      color: #090909; }
    .why .container h4 {
      font-family: Akkurat;
      font-size: 1.5em;
      font-weight: 100; }
    .why .container svg {
      height: 80px;
      width: auto;
      display: block; }
  .why img {
    position: absolute;
    width: 70%;
    right: -30%;
    top: 50%;
    transform: translateY(-50%);
    box-shadow: 0px 0px 110px rgba(0, 0, 0, 0.2); }

.how {
  background: var(--primary-color);
  background: -moz-linear-gradient(-45deg, var(--primary-color) 0%, var(--secondary-color) 100%);
  background: -webkit-linear-gradient(-45deg, var(--primary-color) 0%, var(--secondary-color) 100%);
  background: linear-gradient(135deg, var(--primary-color) 0%, var(--secondary-color) 100%);
  color: #ffffff;
  padding-bottom: 150px;
  margin-bottom: 150px; }
  .how.without-block {
    margin-bottom: 0px;
    padding-bottom: 100px; }
  .how::after {
    width: 100%;
    height: 149px;
    content: "";
    position: absolute;
    bottom: -1px;
    left: 0;
    z-index: 99;
    background-position-y: -1px;
    background: linear-gradient(177deg, transparent 49%, #f2f2f2 50%) no-repeat top/100% 150px, linear-gradient(-5deg, transparent 49%, transparent 50%) no-repeat bottom/100% 150px, transparent; }
  .how .container {
    position: relative; }
    .how .container h2 {
      position: relative; }
      .how .container h2::after {
        content: initial; }
      .how .container h2.top::after {
        content: "";
        background: #ffffff; }
    .how .container h1 {
      text-align: left; }
    .how .container h1, .how .container h2 {
      color: #ffffff; }
  .how a {
    color: #ffffff;
    font-weight: bold; }
  .how section {
    box-shadow: 0px 2px 4px 0px rgba(63, 12, 12, 0.29); }
  .how .foot-steps {
    display: inline-block;
    text-align: center; }
  .how .tabs {
    width: 50%;
    border: none; }
  .how .align-right {
    text-align: right; }
    .how .align-right h1, .how .align-right h2, .how .align-right h3 {
      text-align: right; }
  .how .ready {
    background: white;
    color: #090909;
    padding: 40px 50px;
    display: inline-block;
    position: absolute;
    width: 600px;
    z-index: 100;
    left: 0;
    box-sizing: border-box;
    box-shadow: 0px 0px 25px rgba(50, 50, 50, 0.2); }
    .how .ready h1, .how .ready h2 {
      position: static;
      padding: 0;
      color: #090909; }
    .how .ready h2::after {
      content: initial; }
    .how .ready button {
      margin-top: 10px; }

.steps {
  width: 100%;
  flex: 3;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  color: var(--primary-color);
  background: white; }
  .steps.black {
    color: #090909; }
  .steps.white {
    color: white; }
    .steps.white .step h1 {
      color: #ffffff; }
    .steps.white .step .counter {
      background: #ffffff;
      color: var(--primary-color); }
  .steps .step {
    margin: 50px 0;
    flex: 1; }
    .steps .step h1 {
      margin-top: 15px;
      font-size: 25px;
      font-weight: 600;
      padding: 0;
      color: var(--primary-color);
      text-align: center; }
    .steps .step .counter {
      width: 45px;
      height: 45px;
      line-height: 45px;
      font-size: 24px;
      margin: 0 auto;
      border-radius: 50%;
      text-align: center;
      background: var(--primary-color);
      color: #ffffff; }
    .steps .step .text {
      box-sizing: border-box;
      padding: 0 35px;
      margin-top: 15px;
      text-align: center;
      font-size: 1em; }

.contact__form {
  padding: 95px 0 95px 0; }
  .contact__form textarea {
    min-height: 150px; }
.contact iframe {
  width: 100%;
  height: 450px;
  border: none;
  margin: 0; }
.contact .contact-info-container {
  height: 100%;
  background: var(--primary-color);
  color: #ffffff;
  padding-top: 85px; }
.contact .contact-info {
  padding: 25px;
  height: 50%; }
  .contact .contact-info h2 {
    color: #ffffff; }
    .contact .contact-info h2::after {
      background: #ffffff; }
  .contact .contact-info a {
    color: #ffffff;
    text-decoration: underline; }
  .contact .contact-info ul {
    padding: 0;
    list-style: none;
    text-align: left;
    margin-top: 5px;
    font-size: 1.1em; }
    .contact .contact-info ul li {
      padding: 3px 0; }
    .contact .contact-info ul img {
      height: 100px !important;
      border-radius: 50%;
      margin-left: 0; }
  .contact .contact-info .social {
    width: 100%;
    margin: auto;
    line-height: 1.2;
    color: var(--primary-dark-color);
    text-align: left;
    font-size: 2.5em; }
    .contact .contact-info .social i {
      border: 2px solid var(--primary-dark-color);
      padding: 7.5px 10px;
      color: var(--primary-dark-color);
      border-radius: 50%;
      margin: 0 10px;
      -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
      transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1); }
      .contact .contact-info .social i:hover {
        -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
        transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
        color: var(--primary-color);
        cursor: pointer; }

.team {
  display: flex; }
  .team__member {
    width: 300px;
    margin-right: 30px;
    text-align: center;
    background: var(--primary-color);
    color: #ffffff;
    padding-bottom: 15px; }
    .team__member img {
      width: 100%;
      height: 300px;
      object-fit: cover; }
    .team__member__name {
      font-size: 25px;
      font-weight: bold; }

@media only screen and (max-width: 1190px) {
  nav.welcome {
    height: 50px;
    display: block;
    min-height: 0px; }
    nav.welcome.beta::before {
      left: -35px;
      top: 5px;
      width: 90px;
      font-size: 9px; }
    nav.welcome .logo img {
      height: 40px; }
    nav.welcome a.login {
      height: 50px;
      line-height: 50px; }
    nav.welcome .container {
      width: 100%;
      padding-top: 0; }
    nav.welcome button {
      margin-top: 7px;
      padding: 0 15px; }
    nav.welcome ul {
      display: none; }

  section .container {
    width: 90%; }
    section .container h1 {
      font-size: 35px; }

  .banner .part h1 {
    font-size: 35px; }

  .home .container {
    padding-top: 65px; }
    .home .container .part .statement {
      margin-top: 60px;
      padding-right: 0;
      font-size: 15px; }
      .home .container .part .statement h1 {
        width: 90%; } }
@media only screen and (max-width: 900px) {
  section .services {
    width: 100%;
    margin: 20px auto; }
    section .services .service {
      padding: 15px 5px; }

  .download .part {
    flex: 0 0 100%;
    flex-wrap: wrap; }
    .download .part .wrapper {
      width: 100%; }

  .whatservices .flex-container {
    display: block; }
  .whatservices .ready {
    width: 100%;
    padding: 30px 20px;
    bottom: -220px; }
    .whatservices .ready h2 {
      font-size: 1.2em; }

  .why .flex-container {
    flex-direction: column-reverse; }
  .why img {
    position: static;
    top: 0;
    right: 0;
    width: 120%;
    margin: 15px 0;
    margin-left: 10%;
    transform: none;
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.2); }

  .how .tabs {
    width: 100%; }
  .how .steps {
    padding-bottom: 25px; }
    .how .steps .step {
      flex: initial;
      width: 100%;
      margin: 0;
      margin-top: 25px; }
  .how .ready {
    width: 100%;
    padding: 30px 20px;
    bottom: -220px; }
    .how .ready h2 {
      font-size: 1.2em; }

  .flex-container .half {
    flex: 100%;
    text-align: left; }
    .flex-container .half.small-hidden {
      display: none; }
    .flex-container .half.switched, .flex-container .half.normal {
      flex: 0.6; }
    .flex-container .half.switched img {
      margin: 10px 0 10px auto; }
    .flex-container .half img {
      margin: 10px 0;
      height: 100px; }

  .home {
    max-height: 700px; }
    .home .statement {
      height: 100%; }
    .home .flex-container {
      height: 100%; }
    .home .container h4 {
      font-size: 1.2em;
      margin: 15px 0 25px 0; }
    .home .container h2 {
      left: 50%;
      transform: translateX(-50%);
      -webkit-transform: translateX(-50%); }
    .home .illustration {
      display: none; } }
@media all and (max-width: 560px) {
  nav.welcome .logo {
    display: none; }
    nav.welcome .logo.small {
      display: block; }
      nav.welcome .logo.small img {
        height: 50px;
        margin: 0; } }

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