@charset "UTF-8";
/* latin-ext */
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(/fonts/google/Inter/400-latin-ext.woff2) format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-display: optional;
  src: url(/fonts/google/Inter/400-latin.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin-ext */
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(/fonts/google/Inter/600-latin-ext.woff2) format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(/fonts/google/Inter/600-latin.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
.c-alert {
  align-items: center;
  display: flex;
  font-size: 14px;
  border-radius: 8px;
  padding: 12px;
}

.c-alert__icon {
  margin-right: 5px;
}
.c-alert__icon .c-icon {
  display: flex;
}

.c-alert--violet {
  background: #EFEAFD;
}

.c-icon {
  flex-shrink: 0;
}
.c-icon svg {
  vertical-align: top;
}

.c-icon--mono-black {
  color: #373941;
}

.c-icon--mono-dark {
  color: #717484;
}

.c-icon--mono-medium {
  color: #ACAEB9;
}

.c-icon--mono-light {
  color: #DEDFE3;
}

.c-icon--mono-white {
  color: #FFFFFF;
}

.c-icon--brand-primary {
  color: #00A287;
}

.c-icon--violet-dark {
  color: #5B29E7;
}

.c-icon--brand-secondary {
  color: #FF5B65;
}

.c-icon--brand-secondary-dark {
  color: #F63641;
}

.c-icon--yellow-dark {
  color: #F6A300;
}

.c-icon--green {
  color: #00A287;
}

.c-icon--light-blue {
  color: #2C7BF2;
}

.c-icon--accent-green .capacity-icon-accent {
  color: #00A287;
}

.c-icon--fixed-width > svg {
  width: 100%;
}

.c-icon--fixed-height > svg {
  height: 100%;
}

.c-icon--inline {
  display: inline;
}

.c-icon--flex {
  display: flex;
}

.c-button {
  display: inline-block;
  text-align: center;
  border-radius: 8px;
}
.c-button:hover, .c-button:active, .c-button:focus {
  text-decoration: none;
}

.c-button--small {
  padding: 12px;
  font-weight: 600;
  letter-spacing: 0.01em;
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  line-height: 1.25;
  font-size: 12px;
}

.c-button--medium {
  padding: 16px;
  font-weight: 600;
  letter-spacing: 0.01em;
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  line-height: 1.25;
  font-size: 14px;
}

.c-button--large {
  padding: 16px;
  font-weight: 600;
  letter-spacing: 0.01em;
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  line-height: 1.25;
  font-size: 16px;
}

.c-button--default {
  background-color: #F7F7F8;
}
.c-button--default, .c-button--default:hover, .c-button--default:active, .c-button--default:focus {
  color: #373941;
}
.c-button--default:hover, .c-button--default:active {
  background-color: #F1F2F3;
}

.c-button--primary {
  background-color: #FF5B65;
}

.c-button--secondary {
  background-color: #00A287;
}

.c-button--primary, .c-button--primary:hover, .c-button--primary:active, .c-button--primary:focus,
.c-button--secondary,
.c-button--secondary:hover,
.c-button--secondary:active,
.c-button--secondary:focus {
  color: #FFFFFF;
}

.c-button--legacy-white {
  box-shadow: 0 1px 2px rgba(55, 57, 65, 0.04), 0 2px 4px rgba(55, 57, 65, 0.04), 0 4px 8px rgba(55, 57, 65, 0.04);
  background-color: #FFFFFF;
}
.c-button--legacy-white, .c-button--legacy-white:hover, .c-button--legacy-white:active, .c-button--legacy-white:focus {
  color: #373941;
}
.c-button--legacy-white:hover {
  background-color: #F7F7F8;
}

.c-button--block {
  display: block;
}

.c-button--flex {
  display: flex;
}

.c-label {
  color: #373941;
  padding: 4px 6px;
  border-radius: 4px;
  font-weight: 400;
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  line-height: 1.25;
  font-size: 14px;
  font-weight: 600;
}

.c-label--brand, .c-label--success {
  background-color: #CCECE7;
}

.c-label--default {
  background-color: #F1F2F3;
}

.c-rating {
  display: flex;
  align-items: center;
}
.c-rating svg {
  vertical-align: top;
}

.c-rating--large svg {
  width: 87.75px;
  height: 17.55px;
}

.c-rating--xlarge svg {
  width: 97.5px;
  height: 19.5px;
}

.c-pill {
  color: #373941;
  font-weight: 400;
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  line-height: 1.25;
  font-size: 12px;
  font-weight: 600;
  background-color: #F1F2F3;
  padding: 2px 8px;
  border-radius: 1em;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  position: relative;
}
.c-pill svg {
  position: absolute;
  right: 8px;
  transform: translate(0px, 0px);
  width: 16px;
  height: 16px;
  min-width: 16px;
}

.c-pill--removable {
  padding-right: 24px;
}

.margin-top-xs {
  margin-top: 5px !important;
}

.margin-top-sm {
  margin-top: 10px !important;
}

.margin-top-md {
  margin-top: 19px !important;
}

.margin-top-lg {
  margin-top: 38px !important;
}

.margin-top-extra-lg, .margin-top-xlg {
  margin-top: 57px !important;
}

.margin-top-xxlg {
  margin-top: 76px !important;
}

.margin-top-none {
  margin-top: 0 !important;
}

.margin-top-lg-h4 {
  margin-top: 45.6px !important;
}

.margin-bottom-xs {
  margin-bottom: 5px !important;
}

.margin-bottom-sm {
  margin-bottom: 10px !important;
}

.margin-bottom-md {
  margin-bottom: 19px !important;
}

.margin-bottom-lg {
  margin-bottom: 38px !important;
}

.margin-bottom-extra-lg {
  margin-bottom: 57px !important;
}

.margin-bottom-none {
  margin-bottom: 0 !important;
}

.margin-vertical-xs {
  margin-top: 5px !important;
  margin-bottom: 5px !important;
}

.margin-vertical-sm {
  margin-top: 10px !important;
  margin-bottom: 10px !important;
}

.margin-vertical-md {
  margin-top: 19px !important;
  margin-bottom: 19px !important;
}
@media screen and (max-width: 767px) {
  .margin-vertical-md {
    margin-top: 12px !important;
    margin-bottom: 12px !important;
  }
}

.margin-vertical-lg {
  margin-top: 38px !important;
  margin-bottom: 38px !important;
}

.margin-vertical-extra-lg {
  margin-top: 57px !important;
  margin-bottom: 57px !important;
}

.margin-left-xs {
  margin-left: 5px !important;
}

.margin-left-sm {
  margin-left: 10px !important;
}

.margin-left-md {
  margin-left: 19px !important;
}

.margin-left-lg {
  margin-left: 38px !important;
}

.margin-right-xs {
  margin-right: 5px !important;
}

.margin-right-sm {
  margin-right: 10px !important;
}

.margin-right-md {
  margin-right: 19px !important;
}

.margin-right-lg {
  margin-right: 38px !important;
}

.margin-horizontal-xs {
  margin-right: 5px !important;
  margin-left: 5px !important;
}

.margin-horizontal-sm {
  margin-right: 10px !important;
  margin-left: 10px !important;
}

.margin-horizontal-md {
  margin-right: 19px !important;
  margin-left: 19px !important;
}

.margin-horizontal-lg {
  margin-right: 38px !important;
  margin-left: 38px !important;
}

.no-margin {
  margin: 0 !important;
}

.row-gutters-5 [class*=col-]:not(:last-of-type) {
  padding-right: 5px;
}

.row-gutters-5 [class*=col-]:not(:first-of-type) {
  padding-left: 5px;
}

.c-button-green {
  display: flex;
  cursor: pointer;
  width: 100%;
  color: #fff !important;
  background-color: #00a287;
  border: 2px solid #00a287;
  font-size: 18px;
  font-weight: 700;
  padding: 12px 16px;
  border-radius: 4px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: center;
  justify-content: center;
  text-decoration: none !important;
  text-align: center;
}
.c-button-green:focus {
  outline: 0;
  background-color: #057D69;
  border-color: #057D69;
}
.c-button-green:hover {
  background-color: #057D69;
  border-color: #057D69;
}
.c-button-green:active {
  background-color: #057D69;
  border-color: #057D69;
}
.c-button-green > span {
  display: block;
  padding: 0 10px;
}

.c-button-cta--big {
  font-size: 22px;
  padding-top: 15px;
  padding-bottom: 15px;
}

.c-button-cta--small {
  font-size: 15px;
  padding: 10px 12px;
}

.c-form-field-error, .c-form-field-error-extra {
  color: #FF5B65;
  font-size: 13px;
  margin-top: 5px;
  display: none;
}

.c-form-field-optional {
  margin-left: 6px;
  color: #373941;
}

.c-form-select {
  background-image: url(data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='8.533' width='10.667' viewBox='0 0 10 8'%3E%3Cpath d='M10 0L5 8 0 0z' fill='%2300a287'/%3E%3C/svg%3E) !important;
  background-position: calc(100% - 10px) 50%;
  background-size: 10px;
  background-repeat: no-repeat;
  -moz-appearance: none;
  -webkit-appearance: none;
  cursor: pointer;
  padding: 0 20px 0 8px !important;
}
.c-form-select::-ms-expand {
  display: none;
}

.c-form-label {
  font-weight: 400;
  font-size: 12px;
  cursor: pointer;
  color: #373941;
}

.c-form-control {
  color: #373941;
}

select.form-control--select-standard:invalid {
  color: #8c8c8c;
}
select.form-control--select-standard option:not([disabled]) {
  color: #373941;
}

.c-partners-grid {
  max-width: 800px;
  margin: 0 auto;
  color: #373941;
}

.c-partners-grid__item {
  display: flex;
  margin: 50px 0;
}

.c-partners-grid__item-img {
  margin-right: 15px;
  min-width: 82px;
  min-height: 82px;
}
@media screen and (min-width: 768px) {
  .c-partners-grid__item-img {
    margin-right: 25px;
  }
}

.c-partners-grid__item-label {
  font-size: 18px;
  font-weight: 600;
  color: #373941;
  margin-bottom: 15px;
}

.c-partners-faq__item {
  margin: 15px 0;
  padding: 10px 0 30px;
}
.c-partners-faq__item:not(:last-of-type) {
  border-bottom: 2px solid rgba(12, 188, 124, 0.54);
}

.c-partners-faq__item-label {
  font-weight: 700;
  font-size: 20px;
  color: #373941;
}

.c-partners-faq__item-icon {
  background: url("/img/premium-listing/plus.svg") 0 0 no-repeat;
  width: 36px;
  height: 36px;
  min-width: 36px;
  background-size: cover;
  margin: 0 20px;
}

.c-partners-faq__item:not(.c-partners-faq__item--open) .c-partners-faq__item-desc {
  display: none;
}

.c-partners-faq__item--open .c-partners-faq__item-icon {
  background-image: url("/img/premium-listing/minus.svg");
}

.c-partners-faq__item-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.c-partners-faq:not(.c-partners-faq--pre-opened) .c-partners-faq__item-header {
  cursor: pointer;
  opacity: 0.8;
}

.c-partners-faq__item-desc {
  padding: 25px 0 10px;
}
.c-partners-faq__item-desc img {
  max-width: 100%;
  margin: 10px 0 30px;
}

html, body {
  overflow-x: hidden;
}

.c-marko-photo {
  width: 100%;
  border-radius: 6px;
  box-shadow: 0 10px 34px 0 rgba(0, 0, 0, 0.1);
  margin-top: 30px;
}

.c-marko-photo-center > img {
  border-radius: 6px;
  box-shadow: 0 10px 34px 0 rgba(0, 0, 0, 0.1);
  width: 216px;
  height: 274px;
  -o-object-fit: cover;
     object-fit: cover;
}

.c-marko-photo-center__label {
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
  text-align: center;
  color: #fff;
  font-weight: 600;
  font-size: 17px;
  z-index: 10;
  width: 100%;
}

.c-marko-photo-center__arrow {
  width: 21px;
  height: 17px;
  vertical-align: middle;
  margin-left: 4px;
}

.c-marko-photo-center {
  position: relative;
  width: 216px;
  min-width: 216px;
  height: 274px;
  border-radius: 6px;
  margin: 47px auto 0;
  display: block;
}

.c-home-img-section ~ .c-home-img-section {
  margin-top: 90px;
}

@media screen and (min-width: 768px) {
  .c-marko-photo {
    width: 390px;
    min-width: 390px;
    margin-right: 50px;
  }
  .c-home-img-section {
    display: flex;
    align-items: start;
    margin-top: 100px;
  }
  .c-home-img-section--reverse {
    flex-direction: row-reverse;
  }
  .c-home-img-section .c-home-h2 {
    margin-top: 20px;
  }
  .c-marko-photo-center {
    margin-left: 60px;
  }
  .c-marko-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .c-marko-grid__item {
    width: 45%;
    margin-bottom: 40px;
  }
  p.c-home-p {
    margin-top: 24px;
  }
}
@media screen and (min-width: 1680px) {
  .c-home-img-section--sticky {
    margin-left: -178px;
  }
}
.c-marko-icons-grid {
  font-size: 17px;
  color: #373941;
  display: flex;
  align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .c-marko-icons-grid {
    flex-wrap: wrap;
    justify-content: space-evenly;
  }
}

.c-marko-icons-grid__hidden-xs {
  display: none;
}

@media screen and (min-width: 768px) {
  .c-marko-icons-grid__hidden-xs {
    display: inline;
  }
  .c-marko-icons-grid__visible-xs {
    display: none;
  }
}
.c-marko-icons-grid__item-stat {
  font-size: 27px;
  font-weight: 600;
}

.c-marko-icons-grid__item--green .c-marko-icons-grid__item-stat {
  color: #00a287;
}

.c-marko-icons-grid__item--red .c-marko-icons-grid__item-stat {
  color: #fa7676;
}

.c-marko-icons-grid__item--blue .c-marko-icons-grid__item-stat {
  color: #238dd6;
}

.c-marko-icons-grid__item {
  display: flex;
  flex-wrap: wrap;
  margin: 10px 0 0;
  width: 220px;
  min-width: 220px;
  align-items: center;
  order: 10;
}
@media screen and (max-width: 767px) {
  .c-marko-icons-grid__item {
    margin: 25px 20px;
  }
}

.c-marko-icons-grid__item-label {
  width: 100%;
  margin-top: 15px;
  padding-right: 10px;
}

.c-marko-icons-grid__item-img {
  height: 40px;
}

.c-marko-icons-grid__item-stat {
  margin-left: 20px;
}

@media screen and (min-width: 768px) {
  .c-marko-icons-grid__item-img {
    height: 50px;
  }
  .c-marko-icons-grid {
    flex-wrap: wrap;
    justify-content: center;
    max-width: 1150px;
    margin: 40px auto;
    padding-left: 120px;
  }
  .c-marko-icons-grid__item {
    width: 33.33%;
    max-width: 430px;
    padding-right: 40px;
    margin: 30px 0;
  }
  .c-marko-icons-grid__item--short {
    width: 25%;
  }
  .c-marko-icons-grid__item--last {
    width: 20%;
  }
  .c-marko-icons-grid__item--big {
    width: 40%;
  }
}
.c-hero-box__link {
  color: #00a287;
  text-decoration: underline;
}

.landing-page_button {
  font-size: 18px;
  font-weight: 700;
  background: #00a287;
  color: #fff;
  min-width: 200px;
  margin: 10px 0;
}

@media screen and (min-width: 768px) {
  .landing-page_button {
    height: 46px;
    padding-top: 9px;
  }
}
.c-marko-gallery__item {
  height: 200px;
  margin-right: 13px;
}

.c-marko-gallery {
  display: flex;
  overflow-x: auto;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
}

.c-marko-gallery-container {
  max-width: 1474px;
  padding-bottom: 13px;
}

@media screen and (min-width: 768px) {
  .c-marko-gallery {
    overflow: hidden;
  }
  .c-marko-gallery__item {
    height: 300px;
  }
}
.c-marko-news {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.c-marko-news__item {
  min-width: 250px;
  background: #fff;
  padding: 32px;
  width: calc(50% - 16px);
  display: flex;
  margin-bottom: 32px;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  box-shadow: 0 9px 21px -10px rgba(0, 0, 0, 0.25);
  text-decoration: none !important;
  color: #373941 !important;
}

.c-marko-news__logo {
  max-width: 100%;
  height: auto;
}

.c-marko-news__date {
  color: rgba(122, 122, 122, 0.4);
}

.c-marko-news__title {
  align-self: baseline;
  width: 100%;
  margin: 20px 0 10px;
  font-size: 23px;
  font-weight: 600;
}

@media screen and (max-width: 767px) {
  .c-marko-news {
    flex-wrap: nowrap;
    overflow-x: auto;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
  }
  .c-marko-news__item {
    margin-right: 32px;
  }
}
.c-box-carousel {
  margin-top: 10px;
}

.c-marko-green {
  color: #00a287;
}

@font-face {
  font-family: "Glyphicons Halflings";
  src: url("/build/fonts/glyphicons-halflings-regular.eot");
  src: url("/build/fonts/glyphicons-halflings-regular.eot?#iefix") format("embedded-opentype"), url("/build/fonts/glyphicons-halflings-regular.woff2") format("woff2"), url("/build/fonts/glyphicons-halflings-regular.woff") format("woff"), url("/build/fonts/glyphicons-halflings-regular.ttf") format("truetype"), url("/build/fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular") format("svg");
}
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: "Glyphicons Halflings";
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.glyphicon-asterisk:before {
  content: "*";
}

.glyphicon-plus:before {
  content: "+";
}

.glyphicon-euro:before,
.glyphicon-eur:before {
  content: "€";
}

.glyphicon-minus:before {
  content: "−";
}

.glyphicon-cloud:before {
  content: "☁";
}

.glyphicon-envelope:before {
  content: "✉";
}

.glyphicon-pencil:before {
  content: "✏";
}

.glyphicon-glass:before {
  content: "\e001";
}

.glyphicon-music:before {
  content: "\e002";
}

.glyphicon-search:before {
  content: "\e003";
}

.glyphicon-heart:before {
  content: "\e005";
}

.glyphicon-star:before {
  content: "\e006";
}

.glyphicon-star-empty:before {
  content: "\e007";
}

.glyphicon-user:before {
  content: "\e008";
}

.glyphicon-film:before {
  content: "\e009";
}

.glyphicon-th-large:before {
  content: "\e010";
}

.glyphicon-th:before {
  content: "\e011";
}

.glyphicon-th-list:before {
  content: "\e012";
}

.glyphicon-ok:before {
  content: "\e013";
}

.glyphicon-remove:before {
  content: "\e014";
}

.glyphicon-zoom-in:before {
  content: "\e015";
}

.glyphicon-zoom-out:before {
  content: "\e016";
}

.glyphicon-off:before {
  content: "\e017";
}

.glyphicon-signal:before {
  content: "\e018";
}

.glyphicon-cog:before {
  content: "\e019";
}

.glyphicon-trash:before {
  content: "\e020";
}

.glyphicon-home:before {
  content: "\e021";
}

.glyphicon-file:before {
  content: "\e022";
}

.glyphicon-time:before {
  content: "\e023";
}

.glyphicon-road:before {
  content: "\e024";
}

.glyphicon-download-alt:before {
  content: "\e025";
}

.glyphicon-download:before {
  content: "\e026";
}

.glyphicon-upload:before {
  content: "\e027";
}

.glyphicon-inbox:before {
  content: "\e028";
}

.glyphicon-play-circle:before {
  content: "\e029";
}

.glyphicon-repeat:before {
  content: "\e030";
}

.glyphicon-refresh:before {
  content: "\e031";
}

.glyphicon-list-alt:before {
  content: "\e032";
}

.glyphicon-lock:before {
  content: "\e033";
}

.glyphicon-flag:before {
  content: "\e034";
}

.glyphicon-headphones:before {
  content: "\e035";
}

.glyphicon-volume-off:before {
  content: "\e036";
}

.glyphicon-volume-down:before {
  content: "\e037";
}

.glyphicon-volume-up:before {
  content: "\e038";
}

.glyphicon-qrcode:before {
  content: "\e039";
}

.glyphicon-barcode:before {
  content: "\e040";
}

.glyphicon-tag:before {
  content: "\e041";
}

.glyphicon-tags:before {
  content: "\e042";
}

.glyphicon-book:before {
  content: "\e043";
}

.glyphicon-bookmark:before {
  content: "\e044";
}

.glyphicon-print:before {
  content: "\e045";
}

.glyphicon-camera:before {
  content: "\e046";
}

.glyphicon-font:before {
  content: "\e047";
}

.glyphicon-bold:before {
  content: "\e048";
}

.glyphicon-italic:before {
  content: "\e049";
}

.glyphicon-text-height:before {
  content: "\e050";
}

.glyphicon-text-width:before {
  content: "\e051";
}

.glyphicon-align-left:before {
  content: "\e052";
}

.glyphicon-align-center:before {
  content: "\e053";
}

.glyphicon-align-right:before {
  content: "\e054";
}

.glyphicon-align-justify:before {
  content: "\e055";
}

.glyphicon-list:before {
  content: "\e056";
}

.glyphicon-indent-left:before {
  content: "\e057";
}

.glyphicon-indent-right:before {
  content: "\e058";
}

.glyphicon-facetime-video:before {
  content: "\e059";
}

.glyphicon-picture:before {
  content: "\e060";
}

.glyphicon-map-marker:before {
  content: "\e062";
}

.glyphicon-adjust:before {
  content: "\e063";
}

.glyphicon-tint:before {
  content: "\e064";
}

.glyphicon-edit:before {
  content: "\e065";
}

.glyphicon-share:before {
  content: "\e066";
}

.glyphicon-check:before {
  content: "\e067";
}

.glyphicon-move:before {
  content: "\e068";
}

.glyphicon-step-backward:before {
  content: "\e069";
}

.glyphicon-fast-backward:before {
  content: "\e070";
}

.glyphicon-backward:before {
  content: "\e071";
}

.glyphicon-play:before {
  content: "\e072";
}

.glyphicon-pause:before {
  content: "\e073";
}

.glyphicon-stop:before {
  content: "\e074";
}

.glyphicon-forward:before {
  content: "\e075";
}

.glyphicon-fast-forward:before {
  content: "\e076";
}

.glyphicon-step-forward:before {
  content: "\e077";
}

.glyphicon-eject:before {
  content: "\e078";
}

.glyphicon-chevron-left:before {
  content: "\e079";
}

.glyphicon-chevron-right:before {
  content: "\e080";
}

.glyphicon-plus-sign:before {
  content: "\e081";
}

.glyphicon-minus-sign:before {
  content: "\e082";
}

.glyphicon-remove-sign:before {
  content: "\e083";
}

.glyphicon-ok-sign:before {
  content: "\e084";
}

.glyphicon-question-sign:before {
  content: "\e085";
}

.glyphicon-info-sign:before {
  content: "\e086";
}

.glyphicon-screenshot:before {
  content: "\e087";
}

.glyphicon-remove-circle:before {
  content: "\e088";
}

.glyphicon-ok-circle:before {
  content: "\e089";
}

.glyphicon-ban-circle:before {
  content: "\e090";
}

.glyphicon-arrow-left:before {
  content: "\e091";
}

.glyphicon-arrow-right:before {
  content: "\e092";
}

.glyphicon-arrow-up:before {
  content: "\e093";
}

.glyphicon-arrow-down:before {
  content: "\e094";
}

.glyphicon-share-alt:before {
  content: "\e095";
}

.glyphicon-resize-full:before {
  content: "\e096";
}

.glyphicon-resize-small:before {
  content: "\e097";
}

.glyphicon-exclamation-sign:before {
  content: "\e101";
}

.glyphicon-gift:before {
  content: "\e102";
}

.glyphicon-leaf:before {
  content: "\e103";
}

.glyphicon-fire:before {
  content: "\e104";
}

.glyphicon-eye-open:before {
  content: "\e105";
}

.glyphicon-eye-close:before {
  content: "\e106";
}

.glyphicon-warning-sign:before {
  content: "\e107";
}

.glyphicon-plane:before {
  content: "\e108";
}

.glyphicon-calendar:before {
  content: "\e109";
}

.glyphicon-random:before {
  content: "\e110";
}

.glyphicon-comment:before {
  content: "\e111";
}

.glyphicon-magnet:before {
  content: "\e112";
}

.glyphicon-chevron-up:before {
  content: "\e113";
}

.glyphicon-chevron-down:before {
  content: "\e114";
}

.glyphicon-retweet:before {
  content: "\e115";
}

.glyphicon-shopping-cart:before {
  content: "\e116";
}

.glyphicon-folder-close:before {
  content: "\e117";
}

.glyphicon-folder-open:before {
  content: "\e118";
}

.glyphicon-resize-vertical:before {
  content: "\e119";
}

.glyphicon-resize-horizontal:before {
  content: "\e120";
}

.glyphicon-hdd:before {
  content: "\e121";
}

.glyphicon-bullhorn:before {
  content: "\e122";
}

.glyphicon-bell:before {
  content: "\e123";
}

.glyphicon-certificate:before {
  content: "\e124";
}

.glyphicon-thumbs-up:before {
  content: "\e125";
}

.glyphicon-thumbs-down:before {
  content: "\e126";
}

.glyphicon-hand-right:before {
  content: "\e127";
}

.glyphicon-hand-left:before {
  content: "\e128";
}

.glyphicon-hand-up:before {
  content: "\e129";
}

.glyphicon-hand-down:before {
  content: "\e130";
}

.glyphicon-circle-arrow-right:before {
  content: "\e131";
}

.glyphicon-circle-arrow-left:before {
  content: "\e132";
}

.glyphicon-circle-arrow-up:before {
  content: "\e133";
}

.glyphicon-circle-arrow-down:before {
  content: "\e134";
}

.glyphicon-globe:before {
  content: "\e135";
}

.glyphicon-wrench:before {
  content: "\e136";
}

.glyphicon-tasks:before {
  content: "\e137";
}

.glyphicon-filter:before {
  content: "\e138";
}

.glyphicon-briefcase:before {
  content: "\e139";
}

.glyphicon-fullscreen:before {
  content: "\e140";
}

.glyphicon-dashboard:before {
  content: "\e141";
}

.glyphicon-paperclip:before {
  content: "\e142";
}

.glyphicon-heart-empty:before {
  content: "\e143";
}

.glyphicon-link:before {
  content: "\e144";
}

.glyphicon-phone:before {
  content: "\e145";
}

.glyphicon-pushpin:before {
  content: "\e146";
}

.glyphicon-usd:before {
  content: "\e148";
}

.glyphicon-gbp:before {
  content: "\e149";
}

.glyphicon-sort:before {
  content: "\e150";
}

.glyphicon-sort-by-alphabet:before {
  content: "\e151";
}

.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152";
}

.glyphicon-sort-by-order:before {
  content: "\e153";
}

.glyphicon-sort-by-order-alt:before {
  content: "\e154";
}

.glyphicon-sort-by-attributes:before {
  content: "\e155";
}

.glyphicon-sort-by-attributes-alt:before {
  content: "\e156";
}

.glyphicon-unchecked:before {
  content: "\e157";
}

.glyphicon-expand:before {
  content: "\e158";
}

.glyphicon-collapse-down:before {
  content: "\e159";
}

.glyphicon-collapse-up:before {
  content: "\e160";
}

.glyphicon-log-in:before {
  content: "\e161";
}

.glyphicon-flash:before {
  content: "\e162";
}

.glyphicon-log-out:before {
  content: "\e163";
}

.glyphicon-new-window:before {
  content: "\e164";
}

.glyphicon-record:before {
  content: "\e165";
}

.glyphicon-save:before {
  content: "\e166";
}

.glyphicon-open:before {
  content: "\e167";
}

.glyphicon-saved:before {
  content: "\e168";
}

.glyphicon-import:before {
  content: "\e169";
}

.glyphicon-export:before {
  content: "\e170";
}

.glyphicon-send:before {
  content: "\e171";
}

.glyphicon-floppy-disk:before {
  content: "\e172";
}

.glyphicon-floppy-saved:before {
  content: "\e173";
}

.glyphicon-floppy-remove:before {
  content: "\e174";
}

.glyphicon-floppy-save:before {
  content: "\e175";
}

.glyphicon-floppy-open:before {
  content: "\e176";
}

.glyphicon-credit-card:before {
  content: "\e177";
}

.glyphicon-transfer:before {
  content: "\e178";
}

.glyphicon-cutlery:before {
  content: "\e179";
}

.glyphicon-header:before {
  content: "\e180";
}

.glyphicon-compressed:before {
  content: "\e181";
}

.glyphicon-earphone:before {
  content: "\e182";
}

.glyphicon-phone-alt:before {
  content: "\e183";
}

.glyphicon-tower:before {
  content: "\e184";
}

.glyphicon-stats:before {
  content: "\e185";
}

.glyphicon-sd-video:before {
  content: "\e186";
}

.glyphicon-hd-video:before {
  content: "\e187";
}

.glyphicon-subtitles:before {
  content: "\e188";
}

.glyphicon-sound-stereo:before {
  content: "\e189";
}

.glyphicon-sound-dolby:before {
  content: "\e190";
}

.glyphicon-sound-5-1:before {
  content: "\e191";
}

.glyphicon-sound-6-1:before {
  content: "\e192";
}

.glyphicon-sound-7-1:before {
  content: "\e193";
}

.glyphicon-copyright-mark:before {
  content: "\e194";
}

.glyphicon-registration-mark:before {
  content: "\e195";
}

.glyphicon-cloud-download:before {
  content: "\e197";
}

.glyphicon-cloud-upload:before {
  content: "\e198";
}

.glyphicon-tree-conifer:before {
  content: "\e199";
}

.glyphicon-tree-deciduous:before {
  content: "\e200";
}

.glyphicon-cd:before {
  content: "\e201";
}

.glyphicon-save-file:before {
  content: "\e202";
}

.glyphicon-open-file:before {
  content: "\e203";
}

.glyphicon-level-up:before {
  content: "\e204";
}

.glyphicon-copy:before {
  content: "\e205";
}

.glyphicon-paste:before {
  content: "\e206";
}

.glyphicon-alert:before {
  content: "\e209";
}

.glyphicon-equalizer:before {
  content: "\e210";
}

.glyphicon-king:before {
  content: "\e211";
}

.glyphicon-queen:before {
  content: "\e212";
}

.glyphicon-pawn:before {
  content: "\e213";
}

.glyphicon-bishop:before {
  content: "\e214";
}

.glyphicon-knight:before {
  content: "\e215";
}

.glyphicon-baby-formula:before {
  content: "\e216";
}

.glyphicon-tent:before {
  content: "⛺";
}

.glyphicon-blackboard:before {
  content: "\e218";
}

.glyphicon-bed:before {
  content: "\e219";
}

.glyphicon-apple:before {
  content: "\f8ff";
}

.glyphicon-erase:before {
  content: "\e221";
}

.glyphicon-hourglass:before {
  content: "⌛";
}

.glyphicon-lamp:before {
  content: "\e223";
}

.glyphicon-duplicate:before {
  content: "\e224";
}

.glyphicon-piggy-bank:before {
  content: "\e225";
}

.glyphicon-scissors:before {
  content: "\e226";
}

.glyphicon-bitcoin:before {
  content: "\e227";
}

.glyphicon-btc:before {
  content: "\e227";
}

.glyphicon-xbt:before {
  content: "\e227";
}

.glyphicon-yen:before {
  content: "¥";
}

.glyphicon-jpy:before {
  content: "¥";
}

.glyphicon-ruble:before {
  content: "₽";
}

.glyphicon-rub:before {
  content: "₽";
}

.glyphicon-scale:before {
  content: "\e230";
}

.glyphicon-ice-lolly:before {
  content: "\e231";
}

.glyphicon-ice-lolly-tasted:before {
  content: "\e232";
}

.glyphicon-education:before {
  content: "\e233";
}

.glyphicon-option-horizontal:before {
  content: "\e234";
}

.glyphicon-option-vertical:before {
  content: "\e235";
}

.glyphicon-menu-hamburger:before {
  content: "\e236";
}

.glyphicon-modal-window:before {
  content: "\e237";
}

.glyphicon-oil:before {
  content: "\e238";
}

.glyphicon-grain:before {
  content: "\e239";
}

.glyphicon-sunglasses:before {
  content: "\e240";
}

.glyphicon-text-size:before {
  content: "\e241";
}

.glyphicon-text-color:before {
  content: "\e242";
}

.glyphicon-text-background:before {
  content: "\e243";
}

.glyphicon-object-align-top:before {
  content: "\e244";
}

.glyphicon-object-align-bottom:before {
  content: "\e245";
}

.glyphicon-object-align-horizontal:before {
  content: "\e246";
}

.glyphicon-object-align-left:before {
  content: "\e247";
}

.glyphicon-object-align-vertical:before {
  content: "\e248";
}

.glyphicon-object-align-right:before {
  content: "\e249";
}

.glyphicon-triangle-right:before {
  content: "\e250";
}

.glyphicon-triangle-left:before {
  content: "\e251";
}

.glyphicon-triangle-bottom:before {
  content: "\e252";
}

.glyphicon-triangle-top:before {
  content: "\e253";
}

.glyphicon-console:before {
  content: "\e254";
}

.glyphicon-superscript:before {
  content: "\e255";
}

.glyphicon-subscript:before {
  content: "\e256";
}

.glyphicon-menu-left:before {
  content: "\e257";
}

.glyphicon-menu-right:before {
  content: "\e258";
}

.glyphicon-menu-down:before {
  content: "\e259";
}

.glyphicon-menu-up:before {
  content: "\e260";
}

table {
  background-color: transparent;
}
table col[class*=col-] {
  position: static;
  display: table-column;
  float: none;
}
table td[class*=col-],
table th[class*=col-] {
  position: static;
  display: table-cell;
  float: none;
}

caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #999999;
  text-align: left;
}

th {
  text-align: left;
}

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 19px;
}
.table > thead > tr > th,
.table > thead > tr > td,
.table > tbody > tr > th,
.table > tbody > tr > td,
.table > tfoot > tr > th,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.4;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
.table > caption + thead > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > th,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #ddd;
}
.table .table {
  background-color: #fff;
}

.table-condensed > thead > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > th,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > th,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}

.table-bordered {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > th,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > th,
.table-bordered > tfoot > tr > td {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}

.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}

.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}

.table > thead > tr > td.active,
.table > thead > tr > th.active, .table > thead > tr.active > td, .table > thead > tr.active > th,
.table > tbody > tr > td.active,
.table > tbody > tr > th.active,
.table > tbody > tr.active > td,
.table > tbody > tr.active > th,
.table > tfoot > tr > td.active,
.table > tfoot > tr > th.active,
.table > tfoot > tr.active > td,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}

.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover, .table-hover > tbody > tr.active:hover > td, .table-hover > tbody > tr:hover > .active, .table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}

.table > thead > tr > td.success,
.table > thead > tr > th.success, .table > thead > tr.success > td, .table > thead > tr.success > th,
.table > tbody > tr > td.success,
.table > tbody > tr > th.success,
.table > tbody > tr.success > td,
.table > tbody > tr.success > th,
.table > tfoot > tr > td.success,
.table > tfoot > tr > th.success,
.table > tfoot > tr.success > td,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}

.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover, .table-hover > tbody > tr.success:hover > td, .table-hover > tbody > tr:hover > .success, .table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}

.table > thead > tr > td.info,
.table > thead > tr > th.info, .table > thead > tr.info > td, .table > thead > tr.info > th,
.table > tbody > tr > td.info,
.table > tbody > tr > th.info,
.table > tbody > tr.info > td,
.table > tbody > tr.info > th,
.table > tfoot > tr > td.info,
.table > tfoot > tr > th.info,
.table > tfoot > tr.info > td,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}

.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover, .table-hover > tbody > tr.info:hover > td, .table-hover > tbody > tr:hover > .info, .table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}

.table > thead > tr > td.warning,
.table > thead > tr > th.warning, .table > thead > tr.warning > td, .table > thead > tr.warning > th,
.table > tbody > tr > td.warning,
.table > tbody > tr > th.warning,
.table > tbody > tr.warning > td,
.table > tbody > tr.warning > th,
.table > tfoot > tr > td.warning,
.table > tfoot > tr > th.warning,
.table > tfoot > tr.warning > td,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}

.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover, .table-hover > tbody > tr.warning:hover > td, .table-hover > tbody > tr:hover > .warning, .table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}

.table > thead > tr > td.danger,
.table > thead > tr > th.danger, .table > thead > tr.danger > td, .table > thead > tr.danger > th,
.table > tbody > tr > td.danger,
.table > tbody > tr > th.danger,
.table > tbody > tr.danger > td,
.table > tbody > tr.danger > th,
.table > tfoot > tr > td.danger,
.table > tfoot > tr > th.danger,
.table > tfoot > tr.danger > td,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}

.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover, .table-hover > tbody > tr.danger:hover > td, .table-hover > tbody > tr:hover > .danger, .table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}

.table-responsive {
  min-height: 0.01%;
  overflow-x: auto;
}
@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 14.25px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}

.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.input-group[class*=col-] {
  float: none;
  padding-right: 0;
  padding-left: 0;
}
.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
.input-group .form-control:focus {
  z-index: 3;
}

.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}

.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}

.input-group-addon {
  padding: 8px 16px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  color: #6f6f6f;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #ccc;
  border-radius: 8px;
}
.input-group-addon.input-sm,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .input-group-addon.btn {
  padding: 8px 12px;
  font-size: 12px;
  border-radius: 8px;
}
.input-group-addon.input-lg,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .input-group-addon.btn {
  padding: 16px 20px;
  font-size: 18px;
  border-radius: 8px;
}
.input-group-addon input[type=radio],
.input-group-addon input[type=checkbox] {
  margin-top: 0;
}

.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group-addon:first-child {
  border-right: 0;
}

.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.input-group-addon:last-child {
  border-left: 0;
}

.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
.input-group-btn > .btn {
  position: relative;
}
.input-group-btn > .btn + .btn {
  margin-left: -1px;
}
.input-group-btn > .btn:hover, .input-group-btn > .btn:focus, .input-group-btn > .btn:active {
  z-index: 2;
}
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  z-index: 2;
  margin-left: -1px;
}

/*
|--------------------------------------------------------------------------
| Colors
|--------------------------------------------------------------------------
*/
/*!
 * Pikaday
 * Copyright © 2014 David Bushell | BSD & MIT license | https://dbushell.com/
 */
.pika-single {
  z-index: 9999;
  display: block;
  position: relative;
  color: #373941;
  background: #fff;
  border-radius: 8px;
  padding: 4px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  border: 1px solid rgba(0, 0, 0, 0.15);
}

/*
clear child float (pika-lendar), using the famous micro clearfix hack
http://nicolasgallagher.com/micro-clearfix-hack/
*/
.pika-single:before,
.pika-single:after {
  content: " ";
  display: table;
}

.pika-single:after {
  clear: both;
}

.pika-single.is-hidden {
  display: none;
}

.pika-single.is-bound {
  position: absolute;
  box-shadow: 0 5px 15px -5px rgba(0, 0, 0, 0.5);
}

.pika-lendar {
  float: left;
  margin: 8px 8px 2px 8px;
}

.pika-title {
  position: relative;
  text-align: center;
}

.pika-label {
  display: inline-block;
  position: relative;
  z-index: 9999;
  overflow: hidden;
  margin: 0;
  padding: 5px 3px;
  font-size: 14px;
  font-weight: bold;
  vertical-align: middle;
}
.pika-label:hover {
  color: #717484;
  text-decoration: underline;
}

.pika-title select {
  cursor: pointer;
  position: absolute;
  z-index: 9998;
  margin: 0;
  left: 0;
  top: 5px;
  opacity: 0;
  color: #373941;
}

.pika-prev,
.pika-next {
  display: block;
  cursor: pointer;
  position: relative;
  outline: none;
  border: 0;
  padding: 0;
  width: 30px;
  height: 30px;
  white-space: nowrap;
  font-size: 0;
  background: #f5f5f5;
  border-radius: 8px;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  background-repeat: no-repeat;
  background-position: center;
}

.pika-prev:hover,
.pika-next:hover {
  opacity: 1;
}

.pika-prev,
.is-rtl .pika-next {
  float: left;
  background-image: url("data:image/svg+xml,%3Csvg width='7' height='12' viewBox='0 0 7 12' fill='%2300A287' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M6.70725 10.2933C7.09825 10.6842 7.09825 11.3162 6.70725 11.7072C6.31625 12.0982 5.68425 12.0982 5.29325 11.7072L0.29325 6.70725C-0.09775 6.31625 -0.09775 5.68425 0.29325 5.29325L5.29325 0.29325C5.68425 -0.09775 6.31625 -0.09775 6.70725 0.29325C7.09825 0.68425 7.09825 1.31625 6.70725 1.70725L2.41425 6.00025L6.70725 10.2933Z' fill='%2300A287'/%3E%3C/svg%3E%0A");
  background-color: transparent;
}
.pika-prev:hover,
.is-rtl .pika-next:hover {
  background-color: #F1F2F3;
}

.pika-next,
.is-rtl .pika-prev {
  float: right;
  background-image: url("data:image/svg+xml,%3Csvg width='7' height='12' viewBox='0 0 7 12' fill='%2300A287' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.293253 10.2933C-0.0977464 10.6842 -0.0977464 11.3162 0.293253 11.7072C0.684253 12.0982 1.31625 12.0982 1.70725 11.7072L6.70725 6.70725C7.09825 6.31625 7.09825 5.68425 6.70725 5.29325L1.70725 0.29325C1.31625 -0.09775 0.684253 -0.09775 0.293253 0.29325C-0.0977464 0.68425 -0.0977464 1.31625 0.293253 1.70725L4.58625 6.00025L0.293253 10.2933Z' fill='%2300A287'/%3E%3C/svg%3E%0A");
  background-color: transparent;
}
.pika-next:hover,
.is-rtl .pika-prev:hover {
  background-color: #F1F2F3;
}

.pika-prev.is-disabled,
.pika-next.is-disabled {
  cursor: default;
  opacity: 0.2;
  background-color: transparent;
}

.pika-select {
  display: inline-block;
}

.pika-table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  border: 0;
  margin-top: 10px;
  margin-bottom: 3px;
}

.pika-table th,
.pika-table td {
  width: 14.2857142857%;
  padding: 0;
}

.pika-table th {
  font-size: 14px;
  line-height: 25px;
  font-weight: bold;
  text-align: center;
}

.pika-button {
  cursor: pointer;
  display: block;
  box-sizing: border-box;
  outline: none;
  border: 0;
  margin: 0;
  width: 100%;
  padding: 5px;
  font-size: 14px;
  text-align: center;
  height: initial;
  background: #FFFFFF;
  border-radius: 8px;
  width: 36px;
  line-height: 25px;
}

.pika-week {
  font-size: 11px;
  color: #999;
}

.is-selected .pika-button {
  color: #FFFFFF !important;
  background: #00A287 !important;
}

.has-event .pika-button {
  background: linear-gradient(112deg, #E8E8E8 0%, #E8E8E8 49%, #fff 51%, #FFFFFF 100%);
}

.has-event.is-selected .pika-button {
  color: #373941;
}

.is-disabled .pika-button,
.is-inrange .pika-button {
  background: #FFFFFF;
  text-decoration: line-through;
}

.is-startrange .pika-button {
  color: #FFFFFF;
  background: #6CB31D;
  box-shadow: none;
  border-radius: 3px;
}

.is-endrange .pika-button {
  color: #FFFFFF;
  background: #33aaff;
  box-shadow: none;
  border-radius: 3px;
}

.is-disabled .pika-button {
  pointer-events: none;
  cursor: default;
  color: #b5b5b5;
  text-decoration: line-through;
}

.is-outside-current-month .pika-button {
  color: #ddd;
  text-decoration: none;
}

.is-selection-disabled {
  pointer-events: none;
  cursor: default;
}

.pika-button:hover,
.pika-row.pick-whole-week:hover .pika-button {
  color: #FFFFFF;
  background: #00A287;
}

.pika-table abbr {
  border-bottom: none;
  color: #717484;
  font-weight: 400;
  cursor: help;
  text-decoration: none;
}

.pikaday-clear {
  background: transparent;
  border: none;
  border-radius: 8px;
  color: #00A287;
  display: block;
  font-size: 12px;
  font-weight: bold;
  margin-top: 1px;
  padding: 6px 8px;
  text-align: left;
  width: 100%;
}
.pikaday-clear:hover {
  background: #00A287;
  color: #FFFFFF;
}

.c-marko-icons-grid--business {
  padding: 0;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .c-marko-icons-grid--business {
    flex-wrap: wrap;
    justify-content: center;
  }
}
.c-marko-icons-grid--business .c-marko-icons-grid__item-img {
  height: 82px;
  margin: 0 auto;
}
.c-marko-icons-grid--business .c-marko-icons-grid__item-label {
  font-weight: 700;
  color: #373941;
  font-size: 16px;
  padding: 0;
}
@media screen and (min-width: 768px) {
  .c-marko-icons-grid--business .c-marko-icons-grid__item-label {
    font-size: 18px;
  }
}
.c-marko-icons-grid--business .c-marko-icons-grid__item {
  text-align: center;
  max-width: 310px;
  width: 100%;
}
@media screen and (min-width: 767px) and (max-width: 991px) {
  .c-marko-icons-grid--business .c-marko-icons-grid__item {
    width: 32%;
  }
}
@media screen and (min-width: 992px) {
  .c-marko-icons-grid--business .c-marko-icons-grid__item {
    width: 25%;
  }
}
@media screen and (max-width: 767px) {
  .c-marko-icons-grid--business .c-marko-icons-grid__item {
    max-width: 100%;
    min-width: 50%;
    padding: 0 3px 20px 3px;
  }
}
@media screen and (min-width: 768px) {
  .c-marko-icons-grid--business .c-marko-icons-grid__item {
    padding: 0 35px 20px 35px;
    min-width: 220px;
    margin: 0;
  }
}
.c-marko-icons-grid--business .c-marko-icons-grid__item-desc {
  font-size: 15px;
  color: #373941;
  margin-top: 10px;
}

.c-marko-section {
  padding: 20px 0;
}
@media screen and (min-width: 768px) {
  .c-marko-section {
    padding: 50px 0;
  }
}
.c-marko-section .c-home-h2:first-of-type {
  margin-top: 0;
}
.c-marko-section .c-home-p {
  font-size: 16px;
}

.c-marko-section--small {
  padding: 8px 0;
}
@media screen and (min-width: 768px) {
  .c-marko-section--small {
    padding: 16px 0;
  }
}

.c-marko-section--white {
  background: white;
}

.c-marko-section--grey {
  background: #F5F5F5;
}

.c-marko-section--green {
  background: #00a287 url(/img/business/quote-circle.svg) 48vw -67px no-repeat;
  background-size: 300px;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .c-marko-section--green {
    background: #00a287 url(/img/business/quote-circle.svg) 105% -20% no-repeat;
  }
}
@media screen and (min-width: 1280px) {
  .c-marko-section--green {
    background-image: url(/img/business/quote-circle.svg), url(/img/business/quote-circle.svg);
    background-position: 13% -145%, 88% 51%;
    background-repeat: no-repeat, no-repeat;
    background-size: 374px, 568px;
  }
}
.c-marko-section--green .c-home-h2 {
  color: #fff;
}
.c-marko-section--green.c-marko-section--hashtag {
  background-image: url(/img/icons/hashtag.svg), url(/img/icons/hashtag.svg);
}

.c-marko-static-business__patricia {
  display: flex;
  padding: 0 10px;
}
@media screen and (min-width: 768px) {
  .c-marko-static-business__patricia {
    margin-top: 50px;
    align-items: center;
  }
  .c-marko-static-business__patricia img {
    margin-right: 60px;
  }
}

.c-marko-static-business__patricia_signature {
  margin-top: 30px;
  display: flex;
}
.c-marko-static-business__patricia_signature img {
  margin-right: 10px;
}

.p-business-landing .c-box-carousel--testimonials {
  margin: 25px 0 0;
}

.p-business-events .l-base-container {
  overflow: hidden;
}

.c-marko-form-aside {
  display: flex;
  text-align: left;
  padding: 8px;
  align-items: center;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .c-marko-form-aside {
    padding: 30px;
  }
}
@media screen and (min-width: 1280px) {
  .c-marko-form-aside {
    text-align: center;
    flex-direction: column;
  }
  .c-marko-form-aside .c-marko-form-aside-header {
    margin-top: 10px;
  }
}
.c-marko-form-aside img {
  height: 60px;
  width: 60px;
  min-width: 60px;
  margin: 0 14px 0 0;
}
@media screen and (min-width: 360px) {
  .c-marko-form-aside img {
    height: 100px;
    width: 100px;
    min-width: 100px;
    margin: 0 14px 0 14px;
  }
}
@media screen and (min-width: 1280px) {
  .c-marko-form-aside img {
    height: 140px;
    width: 140px;
    min-width: 140px;
    margin: 0 0 0 17px;
  }
}

.c-marko-business-testimonials-mobile {
  width: 100%;
  margin: 30px 0 10px;
}

.c-marko-static-business__form {
  display: flex;
  flex-direction: column;
}

.c-marko-static-business__form_form--center {
  align-self: center;
}

.c-marko-static-business__form_form--single {
  align-self: center;
}
@media screen and (max-width: 767px) {
  .c-marko-static-business__form_form--single {
    width: 100%;
  }
}

@media screen and (min-width: 768px) {
  .c-marko-static-business__form {
    margin-top: 50px;
    display: flex;
    justify-content: space-between;
    width: 100%;
    flex-direction: row;
  }
  .c-marko-static-business__form > * {
    width: 50%;
  }
  .c-marko-static-business__form--3col {
    margin-top: 50px;
    display: flex;
    justify-content: space-between;
    width: 100%;
    flex-direction: row;
  }
  .c-marko-static-business__form--3col > * {
    width: 40%;
  }
}
.c-marko-static-business__form_or {
  text-align: center;
  align-items: center;
  display: flex;
  justify-content: center;
  font-size: 36px;
  font-weight: 700;
  color: #373941;
  width: 20%;
}
@media screen and (min-width: 768px) {
  .c-marko-static-business__form_or {
    font-size: 34px;
  }
}

.c-form-submitted-message {
  text-align: center;
  margin: 40px 0 10px;
  font-weight: bold;
  color: #52bc7b;
  font-size: 18px;
}

.c-marko-static-business__notice a {
  text-decoration: underline;
}
.c-marko-section .c-marko-static-business__notice a {
  font-weight: 400;
}

@media screen and (min-width: 768px) {
  .c-marko-static-business-2col {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}

.c-marko-form-aside--bottom {
  text-align: left;
  align-items: baseline;
  max-width: 100%;
  padding: 0;
}
@media screen and (min-width: 768px) {
  .c-marko-form-aside--bottom {
    padding-left: 50px;
  }
}
@media screen and (min-width: 1280px) {
  .c-marko-form-aside--bottom {
    flex-direction: row;
  }
}

.c-marko-form-aside--bottom .c-marko-form-aside__list {
  padding: 0 0 0 20px;
  margin: 10px 0 30px;
  line-height: 1.6;
}
.c-marko-form-aside--bottom .c-marko-form-aside__list li:not(:first-of-type) {
  margin-top: 20px;
}

.c-marko-icons-grid--business-wide .c-marko-icons-grid__item-desc {
  margin-left: auto;
  margin-right: auto;
}

.contact-us-submit-request-button {
  font-size: 14px;
  padding: 10px 20px;
  margin-top: 35px;
}

.p-premium-listing__schedule {
  margin-top: 30px;
}

.p-premium-listing .c-marko-form-aside {
  padding-top: 0;
  padding-bottom: 0;
}
.p-premium-listing .p-premium-listing__schedule {
  font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
}
@media screen and (min-width: 768px) {
  .p-premium-listing .c-marko-form-aside {
    flex-direction: column;
  }
  .p-premium-listing .c-marko-form-aside img {
    height: 230px;
    width: 230px;
    min-width: 230px;
    margin: 0 0 17px;
  }
  .p-premium-listing .c-marko-form-aside {
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  .p-premium-listing .c-marko-form-aside {
    display: flex;
    flex-direction: column;
  }
  .p-premium-listing .c-marko-form-aside__contact {
    display: flex;
    margin-bottom: 25px;
    align-items: center;
  }
  .p-premium-listing .c-marko-static-business__form_or {
    font-size: 25px;
    margin: 30px 0 5px;
    width: auto;
  }
  .p-premium-listing .p-premium-listing__schedule {
    margin: 0 0 20px;
  }
  .p-premium-listing .c-marko-form-aside__contact {
    margin: 15px 0 15px;
  }
}
.c-marko-company-info__details {
  font-size: 24px;
  font-style: normal;
  max-width: 428px;
  margin: 0 auto;
  text-align: center;
}

.c-marko-section a {
  font-weight: 700;
}

/* key facts */
.c-press-key-section {
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
  margin: 50px 0;
}
@media (max-width: 1100px) {
  .c-press-key-section {
    flex-direction: column;
    margin-top: 0;
  }
}
.c-press-key-section .c-press-key-content {
  width: 560px;
  margin-left: 32px;
  font-weight: 400;
  font-size: 17px;
  line-height: 27px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 1100px) {
  .c-press-key-section .c-press-key-content {
    width: 100%;
    margin-left: 0;
  }
}
.c-press-key-section .c-press-key-content .c-home-h2 {
  font-weight: 700;
  font-size: 38px;
  line-height: 48px;
}
.c-press-key-section .c-press-key-content .c-press-key-text {
  margin-top: 5px;
}
.c-press-key-section .c-press-key-collage {
  width: 556px;
  height: 537px;
  position: relative;
  background: url("/img/press/shapes.svg") no-repeat;
}
@media (max-width: 1100px) {
  .c-press-key-section .c-press-key-collage {
    background: none;
    width: 100%;
    height: auto;
    margin-top: 10px;
  }
}
.c-press-key-section .c-press-key-collage .c-press-key-collage-shape {
  position: absolute;
  border-radius: 6px;
  font-weight: 600;
  max-width: 500px;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
}
.c-press-key-section .c-press-key-collage .c-press-key-collage-shape span {
  display: block;
  font-weight: bold;
  margin-bottom: 10px;
}
.c-press-key-section .c-press-key-collage .c-press-key-collage-shape1 {
  padding: 45px 32px;
  width: 228px;
  height: 290px;
  left: 30px;
  top: 112px;
  background: #E5F6F3;
  color: #00A287;
  font-size: 16px;
  line-height: 24px;
}
.c-press-key-section .c-press-key-collage .c-press-key-collage-shape1 span {
  font-size: 50px;
  line-height: 52px;
}
.c-press-key-section .c-press-key-collage .c-press-key-collage-shape2 {
  padding: 32px;
  width: 220px;
  height: 262px;
  left: 282px;
  top: 23px;
  background: #E8F1FC;
  color: #2C7BF2;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
}
.c-press-key-section .c-press-key-collage .c-press-key-collage-shape2 span {
  font-size: 40px;
  line-height: 52px;
}
.c-press-key-section .c-press-key-collage .c-press-key-collage-shape3 {
  padding: 32px;
  width: 194px;
  height: 228px;
  left: 295px;
  top: 309px;
  background: #FFF4DE;
  color: #F6A300;
  font-size: 16px;
  line-height: 24px;
}
.c-press-key-section .c-press-key-collage .c-press-key-collage-shape3 span {
  font-size: 40px;
  line-height: 52px;
}
@media (max-width: 1100px) {
  .c-press-key-section .c-press-key-collage .c-press-key-collage-shape1,
  .c-press-key-section .c-press-key-collage .c-press-key-collage-shape2,
  .c-press-key-section .c-press-key-collage .c-press-key-collage-shape3 {
    position: static;
    width: 100%;
    height: 148px;
    padding: 45px 32px;
    margin-top: 16px;
    font-size: 16px;
    line-height: 24px;
  }
  .c-press-key-section .c-press-key-collage .c-press-key-collage-shape1 span,
  .c-press-key-section .c-press-key-collage .c-press-key-collage-shape2 span,
  .c-press-key-section .c-press-key-collage .c-press-key-collage-shape3 span {
    font-size: 50px;
    line-height: 52px;
  }
}

/* founders page */
.c-marko-founders-page {
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .c-marko-founders-page {
    margin-top: 15px;
  }
}

.c-hero-box--founders .c-hero-box_bg {
  background-position: 50% 0;
}

.c-marko-graph-wrap {
  display: flex;
  justify-content: space-between;
  margin-bottom: 65px;
}
@media screen and (max-width: 767px) {
  .c-marko-graph-wrap {
    flex-direction: column;
    margin-bottom: 40px;
  }
}
.c-marko-graph-wrap .c-marko-graph-desc {
  max-width: 600px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.c-marko-graph-wrap .c-marko-graph {
  min-height: 630px;
}
@media screen and (max-width: 991px) {
  .c-marko-graph-wrap .c-marko-graph {
    min-height: 315px;
  }
}
.c-marko-graph-wrap .c-marko-graph img {
  margin-right: -50px;
}
@media screen and (max-width: 991px) {
  .c-marko-graph-wrap .c-marko-graph img {
    width: 315px;
    height: 315px;
    margin-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .c-marko-graph-wrap .c-marko-graph img {
    width: 100%;
    height: auto;
    margin-right: 0;
  }
}

.c-marko-photo-center.c-marko-photo-founder {
  margin: 0;
}

.c-marko-photo-founder__quote {
  max-width: 700px;
  background: url(/img/founders/np-quote.svg) 0 0 no-repeat;
  font-size: 19px;
  line-height: 28px;
  background-size: 45px;
  padding: 5px 20px 0 27px;
  margin-left: -9px;
  z-index: 2;
  align-self: self-start;
}

.c-mark-photo-founders__quote_name {
  font-weight: 600;
  margin-top: 10px;
}

.c-home-img-section--founders {
  align-items: center;
  margin-bottom: 100px;
}

.c-marko-photo-center.c-marko-photo-founder img {
  width: 100%;
  height: auto;
}

.c-marko-photo-center.c-marko-photo-founder {
  width: 84px;
  min-width: 84px;
  height: auto;
}

.c-home-img-section.c-home-img-section--founders {
  display: flex;
  align-items: baseline;
  margin: 50px 0;
}

@media screen and (min-width: 768px) {
  .c-home-img-section.c-home-img-section--founders {
    margin: 100px 0;
  }
  .c-marko-photo-center.c-marko-photo-founder {
    width: 216px;
  }
  .c-marko-photo-founder__quote {
    background-size: 71px 48px;
    padding: 26px 20px 10px 25px;
    font-size: 28px;
    margin-left: 50px;
    line-height: 50px;
  }
}
.c-link-arrow {
  font-weight: 600;
  display: flex;
  align-items: center;
}
.c-link-arrow:hover {
  text-decoration: none;
}
.c-link-arrow:hover span {
  text-decoration: underline;
}

/* about us*/
@media (max-width: 1200px) {
  .c-about-us-hero .c-hero-box_bg--desktop .c-hero-box_bg {
    background-position: center -30px;
  }
}
@media (max-width: 870px) {
  .c-about-us-hero .c-hero-box_bg--desktop .c-hero-box_bg {
    background-position: center 0;
  }
}
@media (min-width: 1830px) {
  .c-about-us-hero .c-hero-box_bg--desktop .c-hero-box_bg {
    background-position: center -30px;
  }
}
@media (min-width: 2100px) {
  .c-about-us-hero .c-hero-box_bg--desktop .c-hero-box_bg {
    background-position: center -80px;
  }
}

.c-home-img-section--first {
  margin-top: 20px;
}

.p-home-container.c-about-us {
  margin-bottom: 0;
}