:root {
  /* Colors */

  /* Avatar colors */

  /* Aliases */

  /* Scores */

  /* Color Blind */

  /* Element colors */

  /* Training */

  /* Shadows */

  /* True Benchmark colors */

  /* Acknowledgement colors */
}
:root {

  /* Font sizes */

  /* Unit-less `line-height` for use in components like buttons. */ /* 20/14 */

  /* Computed "line-height" (`font-size` * `line-height`) for use with `margin`, `padding`, etc. */ /* calc(var(--font-size-base) * var(--line-height-base)); */

  /* By default, this inherits from the `<body>`. */
}
:root {

  /* Spaces */
}
:root {
  /* overrides */

  /* spacing */

  /* typograph */

  /* visual */

  /* elements */

  /* easings */

  /* colors */
}
.not-found {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 120px 0 0;
}
.not-found__character {
  margin-top: 60px;
}
.not-found__character,
.not-found__dude {
  position: relative;
}
.not-found__dude {
  background-color: #ccf0e0;
  border-radius: 40px 40px 0 0;
  height: 74px;
  width: 54px;
}
.not-found__dude-eyes {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 21px;
}
.not-found__dude-eye {
  -webkit-animation-name: blink;
          animation-name: blink;
  -webkit-animation-duration: 6s;
          animation-duration: 6s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-transform-origin: 50%;
          transform-origin: 50%;
  background-color: rgb(39, 193, 125);
  border-radius: 100%;
  height: 8px;
  margin: 0 5px;
  width: 8px;
}
.not-found__wheel {
  display: block;
  left: 50%;
  cursor: move;
  position: absolute;
  top: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.not-found__content {
  padding: 90px 0 140px;
  position: relative;
  text-align: center;
}
.not-found__content .heading-3 {
  padding: 20px 0 40px;
}
.not-found .bg-circle,
.not-found .bg-square {
  position: absolute;
}
.not-found .bg-circle:nth-child(1) {
  left: -160px;
  top: -30px;
}
.not-found .bg-circle:nth-child(2),
.not-found .bg-circle:nth-child(3) {
  border-width: 4px;
  height: 15px;
  width: 15px;
}
.not-found .bg-circle:nth-child(2) {
  left: 180px;
  top: -50px;
}
.not-found .bg-circle:nth-child(3) {
  left: 50%;
  top: -150px;
}
.not-found .bg-circle:nth-child(4) {
  border-width: 5px;
  height: 20px;
  right: 100px;
  top: -150px;
  width: 20px;
}
.not-found .bg-circle:nth-child(5) {
  bottom: 140px;
  right: -120px;
}
.not-found .bg-square:nth-child(1) {
  left: 0;
  top: -160px;
}
.not-found .bg-square:nth-child(2),
.not-found .bg-square:nth-child(3) {
  border-radius: 4px;
  height: 15px;
  width: 15px;
}
.not-found .bg-square:nth-child(2) {
  right: 160px;
  top: -80px;
}
.not-found .bg-square:nth-child(3) {
  right: 100px;
  top: -50px;
}
@-webkit-keyframes blink {
  0% {
    -webkit-transform: scaleX(1) scaleY(1);
            transform: scaleX(1) scaleY(1);
  }
  1% {
    -webkit-transform: scaleX(1.3) scaleY(0.1);
            transform: scaleX(1.3) scaleY(0.1);
  }
  2% {
    -webkit-transform: scaleX(1) scaleY(1);
            transform: scaleX(1) scaleY(1);
  }
  60% {
    -webkit-transform: scaleX(1) scaleY(1);
            transform: scaleX(1) scaleY(1);
  }
  61% {
    -webkit-transform: scaleX(1.3) scaleY(0.1);
            transform: scaleX(1.3) scaleY(0.1);
  }
  62% {
    -webkit-transform: scaleX(1) scaleY(1);
            transform: scaleX(1) scaleY(1);
  }
  100% {
    -webkit-transform: scaleX(1) scaleY(1);
            transform: scaleX(1) scaleY(1);
  }
}
@keyframes blink {
  0% {
    -webkit-transform: scaleX(1) scaleY(1);
            transform: scaleX(1) scaleY(1);
  }
  1% {
    -webkit-transform: scaleX(1.3) scaleY(0.1);
            transform: scaleX(1.3) scaleY(0.1);
  }
  2% {
    -webkit-transform: scaleX(1) scaleY(1);
            transform: scaleX(1) scaleY(1);
  }
  60% {
    -webkit-transform: scaleX(1) scaleY(1);
            transform: scaleX(1) scaleY(1);
  }
  61% {
    -webkit-transform: scaleX(1.3) scaleY(0.1);
            transform: scaleX(1.3) scaleY(0.1);
  }
  62% {
    -webkit-transform: scaleX(1) scaleY(1);
            transform: scaleX(1) scaleY(1);
  }
  100% {
    -webkit-transform: scaleX(1) scaleY(1);
            transform: scaleX(1) scaleY(1);
  }
}
.contact__offices-divider {
  margin-bottom: 60px;
}
.contact__help-divider {
  margin-bottom: 40px;
}
.contact__offices-maps,
.contact__offices-info a {
  text-decoration: underline;
  cursor: pointer;
  font-size: 18px;
}
.contact__offices-maps {
  position: relative;
  top: 5px;
}
.avatar {
  border-radius: 100%;
  height: 44px;
  overflow: hidden;
  width: 44px;
  z-index: 1;
}
.avatar img {
  display: block;
  height: 100%;
}
.author-card {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.author-card__avatar {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 44px;
          flex: 0 0 44px;
}
.author-card__content {
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
  padding-left: 15px;
}
.author-card__name {
  font-weight: 500;
}
.author-card__name-separator {
  margin: 0 5px;
}
.author-card__bio {
  margin-top: 10px;
}
.author-card__twitter {
  color: rgb(39, 193, 125);
  font-weight: 300;
  text-decoration: none;
}
.author-card__twitter:hover {
  color: rgb(31, 154, 100);
}
.badge {
  background-color: #def3e9;
  border-radius: 2px;
  color: rgb(39, 193, 125);
  display: inline-block;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 1px;
  padding: 2px 3px 2px 6px;
  text-transform: uppercase;
}
.badge--red {
  background-color: #ffddcc;
  color: rgb(255, 85, 0);
}
.badge--orange {
  background-color: #fdf4e2;
  color: rgb(252, 198, 88);
}
.badge--purple {
  background-color: #e7e1f5;
  color: rgb(121, 95, 210);
}
.badge--black {
  background-color: rgb(41, 67, 75);
  color: rgb(255, 255, 255);
}
.badge--green {
  background-color: rgb(39, 193, 125);
  color: rgb(255, 255, 255);
}
.badge--green-light {
  background-color: rgb(245, 252, 250);
  color: rgb(39, 193, 125);
}
.badge--gray-light {
  background-color: rgb(231, 232, 231);
  color: rgb(144, 157, 160);
}
.check-list__item {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 18px;
  font-weight: 300;
  margin-bottom: 10px;
}
.check-list__item:last-child {
  margin-bottom: 0;
}
.check-list__item svg {
  height: 9px;
  width: 9.2px;
}
.check-list__checkmark {
  padding-right: 10px;
}
.contact-form__recipients {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 40px -10px 72px;
}
.contact-form__recipient {
  position: relative;
}
.contact-form__recipient label {
  background-color: rgb(255, 255, 255);
  border: 1px solid rgb(231, 232, 231);
  border-radius: 100px;
  cursor: pointer;
  display: block;
  font-size: 16px;
  font-weight: 500;
  margin: 0 10px;
  padding: 10px 40px;
  text-align: center;
  -webkit-transition: background-color .15s ease,
              border-color .15s ease,
              color .15s ease;
  transition: background-color .15s ease,
              border-color .15s ease,
              color .15s ease;
}
.contact-form__recipient input {
  left: 22px;
  position: absolute;
  top: 10px;
}
.contact-form__recipient:hover label,
.contact-form__recipient input:checked + label {
  border-color: rgb(39, 193, 125);
  color: rgb(39, 193, 125);
}
.contact-form__actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 40px;
}
.contact-form__actions .button {
  min-width: 264px;
}
.contact-form__form.is-submitted .contact-form__form-container {
  display: none;
}
.contact-form__form .contact-form__spinner {
  display: none;
}
.contact-form__form.is-submitting {
  pointer-events: none;
}
.contact-form__form.is-submitting .contact-form__spinner {
  display: block;
}
.contact-form__form.is-submitting [type="submit"] {
  display: none;
}
.contact-form__response {
  display: none;
  position: relative;
}
.contact-form__form.is-submitted .contact-form__response {
  -webkit-animation: pop-dropdown .3s ease;
          animation: pop-dropdown .3s ease;
  display: block;
}
@media only screen and (max-width: 991px) {
  .contact-form__recipients {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 40px 0;
  }

  .contact-form__recipient {
    margin-bottom: 20px;
  }

  .contact-form__recipient:last-child {
    margin-bottom: 0;
  }
}
.customer-quote-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
}
.customer-quote {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 33.33%;
          flex: 1 0 33.33%;
  max-width: 33.33%;
  padding: 5px 20px;
}
.customer-quote__quote {
  border-radius: 12px;
  border-bottom-left-radius: 0;
  -webkit-box-shadow: -3px 5px 10px 0 rgba(0, 0, 0, .03);
          box-shadow: -3px 5px 10px 0 rgba(0, 0, 0, .03);
  padding: 30px;
  background-color: rgb(255, 255, 255);
}
.customer-quote__footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  height: 100px;
}
.customer-quote__author {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-left: 10px;
}
.customer-quote__company {
  margin-top: 10px;
}
@media only screen and (max-width: 767px) {
  .customer-quote {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%;
    margin: 20px 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .customer-quote {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    margin: 10px 0;
  }
}
.cookie-bar {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 4px;
  bottom: 15px;
  display: none;
  left: 50%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 20px;
  position: fixed;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 1000;
  -webkit-box-shadow: -3px 0 10px 0 rgba(0, 0, 0, .1);
          box-shadow: -3px 0 10px 0 rgba(0, 0, 0, .1);
  background-color: #fff;
  border: solid 1px #e6e8eb;
  -webkit-animation: slideInUp 0.3s ease-in;
          animation: slideInUp 0.3s ease-in;
}
@-webkit-keyframes slideInUp {
  0% {
    -webkit-transform: translateX(-50%) translateY(100%);
            transform: translateX(-50%) translateY(100%);
    visibility: visible;
  }
  100% {
    -webkit-transform: translateX(-50%) translateY(0);
            transform: translateX(-50%) translateY(0);
  }
}
@keyframes slideInUp {
  0% {
    -webkit-transform: translateX(-50%) translateY(100%);
            transform: translateX(-50%) translateY(100%);
    visibility: visible;
  }
  100% {
    -webkit-transform: translateX(-50%) translateY(0);
            transform: translateX(-50%) translateY(0);
  }
}
.cookie-bar.is-visible {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#cookie-bar-eu .cookie-bar__close {
  position: relative;
  bottom: 55px;
}
.cookie-bar__close {
  margin-left: 20px;
  margin-top: 3px;
}
.cookie-bar__close .icon {
  height: 12px;
  width: 12px;
  stroke: rgb(41, 67, 75);
}
.cookie-bar__btn {
  padding: 10px 20px;
  border-radius: 4px;
  cursor: pointer;
  margin-right: 10px;
}
.cookie-bar__text {
  text-align: left;
  font-size: 15px;
  max-width: 700px;
}
.cookie-bar__btn-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 30px;
}
@media only screen and (max-width: 991px) {
  .cookie-bar {
    border-radius: 0;
    bottom: 0;
    left: 0;
    -webkit-transform: none;
            transform: none;
    -webkit-animation: none;
            animation: none;
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .cookie-bar__btn-wrapper {
    width: 100%;
    margin-top: 20px;
    padding-left: 0px;
  }

  .cookie-bar__btn {
    width: 100%;
    margin-right: 10px;
  }

  .cookie-bar {
    padding: 20px 15px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }

  #cookie-bar {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-flow: row !important;
            flex-flow: row !important;
    padding: 10px 15px;
  }
}
@media only screen and (min-width: 992px) {
  #cookie-bar-eu {
    min-width: 960px;
  }
}
.download-form {
  background-color: rgb(245, 252, 250);
  padding: 60px 100px;
}
.download-form__form {
  margin: 10px 0 0;
}
.download-form__field {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin: 0 20px;
}
.download-form__actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 40px;
}
.download-form__actions .button {
  min-width: 264px;
}
.download-form__form .download-form__spinner {
  display: none;
}
.download-form__form.is-submitting .download-form__spinner {
  display: block;
}
.download-form__form.is-submitting {
  pointer-events: none;
}
.download-form__form.is-submitting [type="submit"] {
  display: none;
}
.download-confirmation {
  -webkit-animation: pop-dropdown .3s ease;
          animation: pop-dropdown .3s ease;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 120px 0;
  text-align: center;
}
.feature-highlight-container {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -20px;
}
.feature-highlight-container .feature-highlight {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.33%;
          flex: 0 0 33.33%;
  max-width: 33.33%;
  padding: 0 20px;
}
.feature-highlight {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.feature-highlight__icon {
  height: 30px;
  width: 30px;
}
.feature-highlight__icon svg {
  height: 100%;
  width: 100%;
}
.feature-highlight__content {
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
  margin-left: 20px;
}
.feature-highlight__title {
  font-weight: 500;
  margin-bottom: 10px;
  margin-top: -8px;
}
.feature-highlight__info {
  margin-bottom: 15px;
}
@media only screen and (max-width: 991px) {
  .feature-highlight-container {
    display: block;
    margin: 0;
  }

  .feature-highlight-container .feature-highlight {
    max-width: 100%;
    min-height: 0;
    padding: 0;
  }
}
.feature-card-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.feature-card:first-child {
  padding-left: 0;
}
.feature-card:last-child {
  padding-right: 0;
}
.feature-card {
  color: rgb(41, 67, 75);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 0 20px;
}
.feature-card .feature-card__content {
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: -webkit-transform 200ms ease-in-out;
  transition: -webkit-transform 200ms ease-in-out;
  transition: transform 200ms ease-in-out;
  transition: transform 200ms ease-in-out, -webkit-transform 200ms ease-in-out;
}
.feature-card:hover .feature-card__content {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.feature-card__content {
  border-radius: 4px;
  border: 1px solid rgba(230, 232, 235, .4);
  -webkit-box-shadow: -3px 5px 10px 0 rgba(0, 0, 0, .03);
          box-shadow: -3px 5px 10px 0 rgba(0, 0, 0, .03);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-height: 187px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 20px 25px;
  position: relative;
}
.feature-card.feature-card--short .feature-card__content {
  height: 158px;
}
.feature-card.feature-card--tiny .feature-card__content {
  height: 126px;
}
.feature-card__title {
  margin-bottom: 5px;
}
.feature-card__info {
  margin-bottom: 15px;
}
.feature-card__circle {
  position: absolute;
}
.feature-card__circle--top {
  right: 10px;
  top: 0;
}
.feature-card__circle--bottom {
  bottom: 0;
  right: 10px;
}
.feature-card__circle--right {
  bottom: 10px;
  right: 0;
}
@media only screen and (max-width: 767px) {
  .feature-card-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .feature-card {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    padding: 5px 0;
    width: 100%;
  }

  .feature-card__content {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }

  .feature-card,
  .feature-card:first-child,
  .feature-card:last-child {
    margin: 0;
  }

  .feature-card:hover .feature-card__content {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .feature-card {
    -ms-flex-preferred-size: 45%;
        flex-basis: 45%;
    width: 45%;
  }

  .feature-card,
  .feature-card:first-child,
  .feature-card:last-child {
    padding: 10px;
  }
}
.footer {
  border-top: 1px solid rgb(231, 232, 231);
  padding-top: 80px;
}
.footer--home {
  border-top: 0;
}
.footer--simple {
  padding: 0 !important;
}
.footer__title {
  margin-bottom: 20px;
}
.footer__menu--secondary {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.footer__menu-item {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 400;
  margin-bottom: 10px;
}
.footer__menu-item,
.footer__contact a {
  color: rgb(41, 67, 75);
  text-decoration: none;
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
}
.footer__menu-item:hover,
.footer__contact a:hover {
  color: rgb(39, 193, 125);
}
.footer__menu-item:last-child {
  margin-bottom: 0;
}
.footer__menu--secondary .footer__menu-item {
  margin-bottom: 0;
  margin-right: 30px;
}
.footer__menu--secondary .footer__menu-item:last-child {
  margin-right: 0;
}
.footer__menu-item .badge {
  margin-left: 10px;
}
.footer__peakon {
  border-top: 1px solid rgb(231, 232, 231);
  margin-top: 80px;
  padding: 30px 0;
}
.footer--simple .footer__peakon {
  border-top: 0;
  margin-top: 0;
}
.footer__info {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.footer__logo svg,
.footer__logo img {
  fill: rgb(255, 255, 255);
  height: 25px;
  margin-right: 15px;
  width: 114px;
}
.footer__copyright {
  color: rgb(186, 193, 193);
}
.footer__contact {
  font-weight: 400;
}
.footer__contact p {
  margin: 0 0 10px;
}
.footer__contact a {
  color: rgb(41, 67, 75);
  text-decoration: none;
}
.footer__office {
  font-weight: 400;
}
.footer__office strong {
  font-weight: 500;
}
.footer__office p {
  margin-top: 0;
}
.footer__social-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 20px;
}
.footer__social-link svg {
  fill: rgb(186, 193, 193);
}
.footer__social-link .icon-facebook {
  stroke: rgb(186, 193, 193);
}
.footer__social-link:last-child {
  margin-right: 0;
}
.footer__social-link .icon {
  height: 15px;
  width: 15px;
}
.footer__column {
  min-width: 100px;
}
.footer__column--wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.footer__menu .select--help-wrapper.select.is-active .select__toggler,
.footer__menu .select--help-wrapper .select__toggler {
  border: none;
  padding: 0;
}
.footer__menu .select--help-wrapper .select__help-label,
.footer__menu .select--help-wrapper p {
  padding: 0;
}
.footer__menu .underline-link:after {
  bottom: 10px;
}
.footer__menu .select__help-options span,
.footer__menu .select__help-options li,
.footer__menu .select__help-label a,
.footer__menu .select__help-label span {
  font-size: 16px;
}
.footer__menu .select--help-wrapper .select__options {
  left: -10px;
  width: 190px;
}
.footer__menu .select__arrow .icon-arrow-expand {
  height: 5.6px;
}
.footer__menu .select--help-wrapper .select__arrow {
  top: 11px;
}
.footer__menu .select--help-wrapper {
  min-width: 180px;
  width: 180px;
}
.footer__menu .select--help-wrapper.underline-link::before {
  bottom: 10px;
}
#ot-sdk-btn.ot-sdk-show-settings,
#ot-sdk-btn.optanon-show-settings {
  color: rgb(41, 67, 75) !important;
  border: none !important;
  cursor: pointer !important;
  font-size: 16px !important;
  padding: 0 !important;
}
#ot-sdk-btn.ot-sdk-show-settings:hover,
#ot-sdk-btn.optanon-show-settings:hover {
  background-color: transparent !important;
  color: rgb(39, 193, 125) !important;
}
@media only screen and (max-width: 991px) {
  .footer {
    padding: 40px 0;
  }

  .footer__title {
    margin-top: 40px;
  }

  .footer__peakon .l-flex,
  .footer__menu--secondary {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .footer__menu--secondary {
    margin-top: 20px;
  }

  .footer__menu--secondary .footer__menu-item {
    margin-bottom: 20px;
    margin-right: 0;
    text-align: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media only screen and (max-width: 767px) {
  .footer__column {
    margin-right: 15px;
    -webkit-box-flex: 1;
        -ms-flex: 1 0 33%;
            flex: 1 0 33%;
  }
}
.icon-box {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  background-color: rgb(245, 252, 250);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 40px;
  position: relative;
  width: 100%;
}
.icon-box--red {
  background-color: rgb(252, 248, 245);
}
.icon-box--orange {
  background-color: rgb(252, 250, 245);
}
.icon-box--purple {
  background-color: rgb(247, 245, 252);
}
.icon-box__icon {
  padding-right: 20px;
}
.icon-box__icon svg {
  height: 26px;
  width: 26px;
}
.icon-box__content {
  width: 100%;
}
.icon-box__title {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
}
.icon-box__title .badge {
  margin-left: 10px;
}
.icon-box__bordered {
  border: solid 1px #e6e8eb;
  background-color: rgb(255, 255, 255);
  border-radius: 4px;
  padding: 0;
}
.cssupport {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 33px;
  margin-bottom: 0 !important;
}
.cssupport img {
  position: absolute;
  left: 0;
}
.cssupport h3 {
  margin-bottom: 10px;
}
.icon-box__circle--right {
  top: 25px;
  right: 0;
}
.icon-box__circle--bottom {
  right: 28%;
  bottom: 0;
}
@media only screen and (max-width: 991px) {
  .icon-box {
    margin-bottom: 10px;
  }

  .cssupport img {
    display: none;
  }
}
.icon-highlights {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
.icon-highlights .icon-highlight {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0%;
          flex: 1 1 0%;
}
.icon-highlight {
  margin-bottom: 40px;
}
.icon-highlight:last-child {
  margin-bottom: 0;
}
.icon-highlight__icon {
  height: 30px;
  margin-bottom: 20px;
  width: 30px;
}
.icon-highlight__icon svg {
  height: 30px;
  width: 30px;
}
.icon-highlight__title {
  margin-bottom: 10px;
}
@media only screen and (max-width: 991px) {
  .icon-highlights {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .icon-highlight,
  .icon-highlight:last-child {
    margin-bottom: 20px;
  }

  .icon-highlight.l-margin-small-top {
    margin-top: 0 !important;
  }
}
.icon-list {
  list-style-position: inside;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.icon-list__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
}
.icon-list__item:last-child {
  margin-bottom: 0;
}
.icon-list__item .p-small {
  margin: 0;
}
.icon-list__icon {
  padding-right: 22px;
  padding-top: 5px;
}
.icon-list__icon svg {
  height: 26px;
  width: 26px;
}
.icon-list__title {
  font-size: 20px;
  font-weight: 500;
  margin: 0 0 5px 0;
}
@media only screen and (max-width: 991px) {
  .icon-list__title {
    font-size: 18px;
  }
}
.list__item {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
}
.list__item:last-child {
  margin-bottom: 0;
}
.list__bullet svg {
  height: 30px;
  width: 30px;
}
.list__content {
  margin-left: 20px;
}
.list__title {
  font-size: 20px;
  font-weight: 500;
  margin: 0 0 5px;
}
.pricing-table {
  width: 100%;
  margin: 0 auto;
  position: relative;
  max-width: 1170px;
}
.pricing-table .fixed {
  top: -1px;
}
.pricing-table .pricing__tiers {
  min-height: 60px;
}
.pricing-table .pricing-tier__price-container small {
  display: inline;
}
.pricing-table .feature-headline {
  max-width: 80%;
  float: left;
}
.pricing-table table {
  border-collapse: collapse;
  table-layout: fixed;
}
tbody.tbl--heading {
  cursor: pointer;
  position: relative;
}
.tbl--heading i {
  border: solid rgb(44, 47, 55);
  border-width: 0 3px 3px 0;
  padding: 3px;
  position: relative;
  top: 15px;
  right: 7px;
  float: right;
}
.arrow {
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
}
tbody.tbl--heading.collapsed .arrow {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
th {
  display: none;
  border: none;
}
.pricing-table td,
.pricing-table th {
  padding: 10px;
  empty-cells: show;
  border-bottom: 1px solid #e6e8eb;
  border-left: 1px solid #e6e8eb;
  border-right: 1px solid #e6e8eb;
}
.pricing-table th {
  border-top: 1px solid #e6e8eb;
}
.pricing-table th:nth-of-type(2) {
  border-top: none;
  border-left: none;
}
.pricing-table td span {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.tbl--heading img {
  position: relative;
  top: 4px;
}
.sep {
  background: #f9f9f9;
}
.tick {
  font-size: 18px;
  width: 14px;
  margin: 0 auto;
}
.hide {
  border: 0;
  background: none;
}
.hiddenRow {
  display: none;
}
.pricing-mobile-footer {
  position: fixed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  bottom: 0;
  width: 100%;
  background: #f9f9f9;
  padding: 10px;
  left: 0;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  z-index: 999;
}
.pricing-mobile-footer a:first-child {
  margin-right: 10px;
}
.page-template-pricing_full_comparison .footer {
  padding-bottom: 50px;
}
@media (min-width: 782px) {
  .pricing-table td,
  .table th,
  .pricing-table th,
  .table td {
    display: table-cell;
  }

  .pricing-table th:first-child {
    display: hide !important;
  }

  .pricing-table td + td,
  th + th {
    width: auto;
    text-align: center;
  }

  .pricing-table .page-header--secondary {
    margin-bottom: 50px;
  }

  .pricing-table table thead tr {
    background: rgb(255, 255, 255);
    display: table;
    table-layout: fixed;
    width: 100%;
  }

  .pricing-table table tbody {
    display: block;
    width: 100%;
  }

  .pricing-table table tbody tr {
    display: table;
    table-layout: fixed;
    width: 100%;
  }

  .pricing-table table tbody tr td:first-child {
    width: auto;
  }
}
@media only screen and (max-width: 991px) {
  .pricing-table .pricing-tier__price-container small {
    display: block;
  }
}
@media screen and (max-width: 782px) {
  .hiddenRow {
    display: inline-block;
  }

  .pricing-table table {
    border-left: 1px solid #e6e8eb;
    border-right: 1px solid #e6e8eb;
    table-layout: inherit;
    width: 100%;
  }

  .pricing-table td,
  .pricing-table th {
    border-left: none;
    border-right: none;
  }

  .price-tiers-mobile {
    margin-top: 30px;
  }

  .price-tiers-mobile .check-list__item,
  .pricing__subheading {
    padding: 0 15px;
  }

  .price-tiers-mobile h3 {
    margin-top: 35px;
  }

  .handle {
    border-top: 1px solid #e6e8eb;
  }

  .pricing-mobile-footer a:first-child {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin-right: 10px;
  }

  .pricing-mobile-footer a {
    margin-bottom: 10px;
  }

  .tooltip {
    display: none !important;
  }
}
.newsletter-box {
  padding: 0 30px 30px;
}
.newsletter-box__container {
  margin: 0 auto;
  max-width: 410px;
}
.newsletter-box input[type='email'] {
  margin-bottom: 10px;
}
.newsletter-box.is-single input[type='email'] {
  margin-bottom: 0;
  min-width: 200px;
}
.newsletter-box__content {
  padding: 0 0 30px;
  text-align: center;
}
.newsletter-box__title {
  margin-bottom: 10px;
}
.newsletter-box__icon {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto 20px;
  width: 120px;
}
.newsletter-box__icon .icon {
  height: 120px;
  width: 120px;
}
.newsletter-box__form .input {
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
}
.newsletter-box__form .button {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.newsletter-box__form .newsletter-box__spinner {
  display: none;
}
.newsletter-box__form.is-submitting {
  pointer-events: none;
}
.newsletter-box__form.is-submitting .newsletter-box__spinner {
  display: block;
}
.newsletter-box__form.is-submitting input[type='submit'] {
  display: none;
}
.newsletter-box__form-response {
  display: none;
  text-align: center;
}
.newsletter-box__form-response .heading-3 {
  font-weight: 500;
}
.newsletter-box__form.is-submitted .newsletter-box__form-container {
  display: none;
}
.newsletter-box__form.is-submitted .newsletter-box__form-response {
  -webkit-animation: pop-dropdown 0.3s ease;
          animation: pop-dropdown 0.3s ease;
  display: block;
}
.post__newsletter-box
  .newsletter-box__form.is-submitted
  .newsletter-box__form-response {
  margin: 0 auto;
}
@media only screen and (max-width: 991px) {
  .newsletter-box__form-container > .l-flex {
    display: block;
  }

  .newsletter-box__form-container .input--has-button {
    border-right: 1px solid rgb(190, 192, 198);
    border-radius: 2px;
    margin-bottom: 10px !important;
  }

  .newsletter-box__form-container .input--has-button:focus {
    border-right-color: rgb(121, 95, 210);
  }
}
.pagination {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.page-numbers {
  color: rgb(41, 67, 75);
  font-weight: 500;
  padding: 15px;
  text-decoration: none;
  -webkit-transition: color .3s linear;
  transition: color .3s linear;
}
.page-numbers:hover,
.page-numbers.current {
  color: rgb(39, 193, 125);
}
.page-numbers.dots {
  color: rgb(186, 193, 193);
}
.page-numbers.prev .icon,
.page-numbers.next .icon {
  height: 10px;
  width: 10px;
}
.page-numbers i {
  visibility: hidden;
}
.picture-strip {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 -20px;
}
.picture-strip__item {
  margin: 0 20px;
}
.picture-strip__item img {
  display: block;
  max-width: 100%;
}
.picture-strip--why .picture-strip__item img {
  max-width: 260px;
}
.picture-strip--compact,
.picture-strip--compact .picture-strip__item {
  margin: 0;
}
.picture-strip--bottom {
  margin-bottom: 140px;
}
.related-articles__title {
  text-align: center;
  margin: 0 auto;
}
.related-articles__posts {
  margin-top: 60px;
}
.select {
  cursor: pointer;
  font-weight: 400;
  height: 42px;
  min-width: 200px;
  position: relative;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.select__toggler {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 2px;
  background-color: rgb(255, 255, 255);
  border: solid 1px rgb(231, 232, 231);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  line-height: 1;
  padding: 12px;
  -webkit-transition: border-color 0.2s ease;
  transition: border-color 0.2s ease;
  width: 100%;
}
.select.is-active .select__toggler {
  border-color: rgb(186, 193, 193);
}
.select__icon .icon-language {
  display: block;
  height: 20px;
  margin-right: 10px;
  width: 20px;
}
.select__label {
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
}
.select__arrow .icon-arrow-expand {
  display: block;
  height: 6.3px;
  margin-left: 5px;
  margin-top: 3px;
  -webkit-transition: -webkit-transform 0.15s cubic-bezier(0.55, 0.085, 0.68, 0.53);
  transition: -webkit-transform 0.15s cubic-bezier(0.55, 0.085, 0.68, 0.53);
  transition: transform 0.15s cubic-bezier(0.55, 0.085, 0.68, 0.53);
  transition: transform 0.15s cubic-bezier(0.55, 0.085, 0.68, 0.53), -webkit-transform 0.15s cubic-bezier(0.55, 0.085, 0.68, 0.53);
  width: 11px;
}
.select.is-active .select__arrow .icon-arrow-expand {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.select__options {
  border-radius: 2px;
  background-color: rgb(255, 255, 255);
  border: solid 1px rgb(231, 232, 231);
  display: none;
  left: 0;
  position: absolute;
  top: 2px;
  z-index: 10;
}
.select--bottom .select__options {
  bottom: 42px;
  min-width: 200px;
  top: auto;
}
.select--top .select__options {
  min-width: 190px;
  top: 42px;
  z-index: 40;
}
.select.is-active .select__options {
  -webkit-animation: pop-dropdown 0.2s forwards cubic-bezier(0.165, 0.84, 0.44, 1);
          animation: pop-dropdown 0.2s forwards cubic-bezier(0.165, 0.84, 0.44, 1);
  display: block;
}
.select__option {
  -webkit-box-shadow: inset 0 -1px 0 0 rgba(0, 0, 0, .05);
          box-shadow: inset 0 -1px 0 0 rgba(0, 0, 0, .05);
  color: rgb(144, 157, 160);
  cursor: pointer;
  display: block;
  text-decoration: none;
  padding: 12px;
  -webkit-transition: background-color 0.1s cubic-bezier(0.55, 0.085, 0.68, 0.53),
    color 0.1s cubic-bezier(0.55, 0.085, 0.68, 0.53);
  transition: background-color 0.1s cubic-bezier(0.55, 0.085, 0.68, 0.53),
    color 0.1s cubic-bezier(0.55, 0.085, 0.68, 0.53);
}
.select__option:first-child {
  border-radius: 2px 2px 0 0;
}
.select__option:last-child {
  border-radius: 0 0 2px 2px;
}
.select__option.is-selected {
  background-color: rgb(39, 193, 125);
  color: rgb(255, 255, 255);
}
.select__option:hover {
  background-color: rgb(245, 252, 250);
  color: rgb(39, 193, 125);
}
.select__option.is-selected:hover {
  background-color: #20a369;
  color: rgb(255, 255, 255);
}
.select--help-wrapper {
  width: 203px;
  padding: 0 !important;
  cursor: pointer;
}
.select--help-wrapper p {
  margin: 0;
}
.select__help-label {
  height: 38px;
  padding: 0 !important;
  z-index: 10;
  font-weight: 500;
}
.select--help-wrapper .select__options {
  padding: 0;
}
.select--help-wrapper .select__arrow {
  position: absolute !important;
  top: 16px;
  right: 10px;
  padding: 0;
}
.select--help-wrapper.underline-link::before {
  width: 100%;
  z-index: 1;
  bottom: 0;
}
.select--help-wrapper.select.is-active .select__toggler {
  border-color: none;
  padding: 5px 10px 0 10px;
}
.select__help-label.active + .select__help-options {
  display: block;
}
.select__help-options {
  right: 0;
  cursor: pointer;
  z-index: 5;
  -webkit-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, .1);
          box-shadow: 0 2px 10px 0 rgba(0, 0, 0, .1);
}
.select__help-options span,
.select__help-label span {
  font-size: 18px;
  color: #979797;
  font-weight: 500;
  width: 36px;
  display: inline-block;
}
.select__help-options a,
.select__help-label a {
  color: rgb(41, 67, 75);
}
.select__help-label a {
  padding: 0 !important;
}
.select__help-options li,
.select__help-label a {
  padding: 6px 10px;
  list-style: none;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.78;
  color: #2c2f37;
}
.select__help-options li:hover,
.select__help-options li.is-selected {
  background-color: #cdeddd;
}
.select--help-wrapper .select__toggler,
.select--help-wrapper .select__label .active {
  padding: 5px 10px 0 10px;
}
.select--help-wrapper .select__icon {
  display: none;
}
.select__teams input,
.select__locations input {
  margin-right: 10px;
}
.multiple li label,
.multiple li label span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  cursor: pointer;
  padding: 5px 10px;
  border-radius: 2px;
}
.multiple li label {
  border-bottom: 1px solid rgb(231, 232, 231);
}
.multiple li label span {
  padding: 0;
  color: rgb(41, 67, 75);
}
.multiple li label input {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 16px;
  height: 16px;
  border-radius: 1.8px;
  border: 1px solid #b1bbc4;
  background-color: rgb(255, 255, 255);
}
.multiple li label input:checked {
  border: 1px solid #27c07c;
  background: url('/wp-content/themes/peakon/assets/images/life-at-peakon/bg-branding-icons/field-checkmark.png')
    no-repeat;
  background-position: -5px -6px;
}
.multiple li input:checked + span {
  color: #27c07c;
}
.multiple.select.is-checked {
  border: solid 1px #27c07c;
}
.multiple .select__help-options li {
  padding: 0 !important;
}
.elevate__list {
  list-style-type: none;
  border-bottom: 1px solid #d6d6d6;
  float: left;
  padding: 0 0 20px 0;
  margin: 0;
}
.elevate__list li {
  float: left;
  width: 50%;
}
.elevate__terms {
  margin: 0 -20px 15px !important;
}
.elevate__list li label {
  padding: 0;
  border: none;
}
.table {
  border-collapse: collapse;
  border-spacing: 0;
  border: 1px solid rgb(231, 232, 231);
  empty-cells: show;
}
.table caption {
  color: rgb(41, 67, 75);
  font: italic 85%/1 arial, sans-serif;
  padding: 1em 0;
  text-align: center;
}
.table td,
.table th {
  border-left: 1px solid rgb(231, 232, 231);
  border-width: 0 0 0 1px;
  font-size: inherit;
  margin: 0;
  overflow: visible;
  padding: 0.5em 1em;
}
.table td:first-child,
.table th:first-child {
  border-left-width: 0;
}
.table thead {
  background-color: rgb(231, 232, 231);
  color: rgb(41, 67, 75);
  text-align: left;
  vertical-align: bottom;
}
.table td {
  background-color: transparent;
}
.table-odd td {
  background-color: rgb(248, 247, 245);
}
.table-striped tr:nth-child(2n-1) td {
  background-color: rgb(248, 247, 245);
}
.table-bordered td {
  border-bottom: 1px solid rgb(231, 232, 231);
}
.table-bordered tbody>tr:last-child>td {
  border-bottom-width: 0;
}
.table-horizontal td,
.table-horizontal th {
  border-width: 0 0 1px 0;
  border-bottom: 1px solid rgb(231, 232, 231);
}
.table-horizontal tbody>tr:last-child>td {
  border-bottom-width: 0;
}
.team-member {
  margin-bottom: 60px;
}
.team-member__photo {
  position: relative;
}
.team-member__office {
  bottom: 25px;
  left: 25px;
  position: absolute;
  z-index: 1;
}
.team-member__content {
  padding: 25px;
  text-align: center;
}
.team-member .preheading-small {
  margin-bottom: 5px;
}
.testimonial__text {
  font-size: 24px;
  line-height: 1.33;
}
.testimonial__text b {
  color: rgb(39, 193, 125);
}
.testimonial__meta {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
}
.testimonial__avatar {
  margin-right: 15px;
}
.testimonial__position {
  font-size: 18px;
}
.segment-card {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: rgb(245, 252, 250);
  border-radius: 4px;
  -webkit-box-shadow: -3px 5px 10px 0 rgba(0, 0, 0, .03);
          box-shadow: -3px 5px 10px 0 rgba(0, 0, 0, .03);
  color: rgb(39, 193, 125);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  height: 80px;
  padding: 0 25px;
  position: relative;
}
.segment-card__avatar {
  height: 24px;
  margin-right: 5px;
  width: 24px;
}
.segment-card__avatar img,
.segment-card__avatar svg {
  display: block;
  height: 24px;
  width: 24px;
}
.segment-card--priority {
  background-color: rgb(252, 248, 245);
  color: rgb(255, 85, 0);
}
.segment-card__name {
  font-size: 20px;
}
.segment-card__attribute {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 2px;
  background-color: rgb(41, 67, 75);
  color: rgb(255, 255, 255);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 12px;
	font-weight: 500;
  margin-left: 10px;
  padding: 2px 5px;
}
.segment-card__icon {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding-left: 20px
}
.segment-card__icon svg {
  height: 30px;
  width: 30px;
}
.segment-card-action {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: rgb(255, 255, 255);
  border-radius: 4px;
  -webkit-box-shadow: -3px 5px 10px 0 rgba(0, 0, 0, .03);
          box-shadow: -3px 5px 10px 0 rgba(0, 0, 0, .03);
  color: rgb(41, 67, 75);
  display: none;
  font-size: 20px;
  height: 80px;
  padding: 0 25px;
  position: relative;
  right: -10px;
  top: 0;
  z-index: -1;
}
.segment-card-action__icon {
  margin-right: 10px;
}
.segment-card-action__icon,
.segment-card-action__icon svg {
  height: 24px;
  width: 24px;
}
.segment-card-action__add {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: rgb(41, 67, 75);
  border-radius: 100%;
  color: rgb(255, 255, 255);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 700;
  height: 30px;
  line-height: 1;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: 20px;
  width: 30px;
}
.segment-card-action__add span {
  display: inline-block;
  margin-top: -3px;
}
.segment-card-action.is-visible {
  -webkit-animation: fadeInLeft .2s forwards cubic-bezier(0.55, 0.085, 0.68, 0.53);
          animation: fadeInLeft .2s forwards cubic-bezier(0.55, 0.085, 0.68, 0.53);
  -webkit-animation-delay: .2s;
          animation-delay: .2s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  opacity: 0;
  -webkit-transform: translate3d(-100%, 0, 0);
          transform: translate3d(-100%, 0, 0);
}
.segment-avatar {
  border-radius: 100%;
  color: rgb(255, 255, 255);
  height: 24px;
  overflow: hidden;
  position: relative;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  width: 24px;
}
.segment-avatar span {
  font-size: 14px;
  font-weight: 500;
  left: 9px;
  position: absolute;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 3px;
  z-index: 2;
}
.segment-avatar--alt span {
  left: 4px;
  top: 4px;
}
.segment-avatar::after,
.segment-avatar::before {
  content: '';
  height: 12px;
  left: 0;
  position: absolute;
  width: 100%;
}
.segment-avatar::after {
  background-color: rgb(95, 211, 200);
  bottom: 0;
}
.segment-avatar::before {
  background-color: rgb(136, 107, 250);
  top: 0;
}
.segment-avatar--alt::after {
  background-color: rgb(95, 184, 211);
}
.segment-avatar--alt::before {
  background-color: rgb(95, 211, 200);
  top: 0;
}
.signup-confirmation {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 120px 0;
  text-align: center;
}
.signup-confirmation .heading-3 {
  margin-bottom: 40px;
}
.signup-confirmation__illustration {
  margin-bottom: 20px;
}
.signup-confirmation__content {
  max-width: 330px;
}
.signup-confirmation .heading-1 {
  margin-bottom: 20px;
}
@media only screen and (max-width: 991px) {
  .signup-confirmation {
    padding: 20px 0;
  }
}
.video {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
  position: relative;
}
.video__icon {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: rgb(39, 193, 125);
  border-radius: 100%;
  -webkit-box-shadow: -3px 5px 25px 0 rgba(0, 0, 0, .5);
          box-shadow: -3px 5px 25px 0 rgba(0, 0, 0, .5);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 30px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  left: calc(50% - 15px);
  position: absolute;
  top: calc(50% - 15px);
  -webkit-transform-origin: center center;
          transform-origin: center center;
  width: 30px;
}
.video__icon--red {
  background-color: rgb(255, 85, 0);
}
.video__icon svg {
  height: 9.5px;
  width: 7.5px;
  -webkit-transform: translateX(15%);
          transform: translateX(15%);
}
.video__image {
  display: block;
  height: 100%;
}
.video--large .video__icon {
  height: 60px;
  width: 60px;
}
.video--large .video__icon svg {
  height: 19px;
  width: 15px;
}
.video-close-trigger {
  position: fixed;
  right: 40px;
  top: 40px;
  z-index: 703;
}
.modal:target:before {
  display: none;
}
.modal {
  z-index: 11;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  top: 0;
  width: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.modal:target .modal-dialog {
  top: -100%;
  -webkit-transform: translate(0, -500%);
          transform: translate(0, -500%);
}
.btn-close {
  color: #aaaaaa;
  cursor: pointer;
  font-size: 40px;
  text-decoration: none;
  position: absolute;
  right: 15px;
  top: 6px;
}
.btn-close:hover {
  color: #919191;
}
.modal-body p {
  color: #2c2f37;
  font-size: 18px;
  padding: 0 15px;
}
/* Language modal */
#language-modal .modal-button {
  margin: 15px 3px;
  padding: 6px 18px;
}
#language-modal .modal-dialog {
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #ffeac8;
  -webkit-box-shadow: 0 1px 0 0 #e6e8eb;
          box-shadow: 0 1px 0 0 #e6e8eb;
  height: 68px;
}
#language-modal .modal-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
  padding: 0 30px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#language-modal .modal-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#language-modal .modal-body p {
  font-weight: 500;
}
#language-modal .btn-close {
  color: #2c2f37;
}
#language-modal .icon-world-icon {
  top: 1px;
  position: relative;
  left: 5px;
  width: 20px;
  height: 20px;
}
@media only screen and (max-width: 991px) {
  #language-modal .modal-body p {
    width: 200px;
    margin-top: 10px;
    padding: 0;
  }

  #language-modal .icon-world-icon {
    display: none;
  }

  #language-modal .modal-body {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }

  #language-modal .btn-close {
    right: 10px;
    top: 4px;
  }

  #language-modal .modal-button {
    margin: 18px 3px;
    padding: 4px 10px;
  }
}
.tooltip {
  position: relative;
  display: inline-block;
  cursor: pointer;
}
.tooltip .tooltiptext {
  visibility: hidden;
  width: 300px;
  background-color: #fff;
  font-size: 14px;
  color: #000;
  border-radius: 6px;
  padding: 15px 20px;
  position: absolute;
  z-index: 90;
  right: 50%;
  margin-left: -60px;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  -webkit-box-shadow: 0 2px 20px 0 rgba(0, 0, 0, .2);
          box-shadow: 0 2px 20px 0 rgba(0, 0, 0, .2);
  text-align: left;
}
.tooltip .tooltiptext::after {
  content: '';
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
}
.tooltip:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}
.tooltip .arrow {
  display: none;
}
#slides {
    position: relative;
    height: 460px;
    padding: 0px;
    margin: 0 auto;
    list-style-type: none;
}
.slide {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 1;
    -webkit-transition: opacity 1s;
    transition: opacity 1s;
}
.showing {
    opacity: 1;
    z-index: 2;
}
.controls:hover {
    color: #333;
}
.controls:focus {
    outline: none;
    border: none;
}
.container button:nth-of-type(1) {
    bottom: 0;
}
.container button:nth-of-type(2) {
    bottom: -81px;
}

.intl-tel-input {
  position: relative;
}
.intl-tel-input * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.intl-tel-input .hide {
  display: none;
}
.intl-tel-input .v-hide {
  visibility: hidden;
}
.intl-tel-input input,
.intl-tel-input input[type='text'],
.intl-tel-input input[type='tel'] {
  position: relative;
  z-index: 0;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding-right: 36px;
  margin-right: 0;
}
.intl-tel-input .flag-container {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  padding: 1px;
}
.intl-tel-input .selected-flag {
  z-index: 1;
  position: relative;
  width: 36px;
  height: 100%;
  padding: 0 0 0 8px;
}
.intl-tel-input .selected-flag .iti-flag {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}
.intl-tel-input .selected-flag .iti-arrow {
  position: absolute;
  top: 50%;
  margin-top: -2px;
  right: 6px;
  width: 0;
  height: 0;
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  border-top: 4px solid #555;
}
.intl-tel-input .selected-flag .iti-arrow.up {
  border-top: none;
  border-bottom: 4px solid #555;
}
.intl-tel-input .country-list {
  position: absolute;
  z-index: 2;
  list-style: none;
  text-align: left;
  padding: 0;
  margin: 0 0 0 -1px;
  -webkit-box-shadow: 1px 1px 4px rgba(0, 0, 0, .2);
          box-shadow: 1px 1px 4px rgba(0, 0, 0, .2);
  background-color: white;
  border: 1px solid #ccc;
  white-space: nowrap;
  max-height: 200px;
  overflow-y: scroll;
}
.intl-tel-input .country-list.dropup {
  bottom: 100%;
  margin-bottom: -1px;
}
.intl-tel-input .country-list .flag-box {
  display: inline-block;
  width: 20px;
}
@media (max-width: 500px) {
  .intl-tel-input .country-list {
    white-space: normal;
  }
}
.intl-tel-input .country-list .divider {
  padding-bottom: 5px;
  margin-bottom: 5px;
  border-bottom: 1px solid #ccc;
}
.intl-tel-input .country-list .country {
  padding: 5px 10px;
}
.intl-tel-input .country-list .country .dial-code {
  color: #999;
}
.intl-tel-input .country-list .country.highlight {
  background-color: rgba(0, 0, 0, .05);
}
.intl-tel-input .country-list .flag-box,
.intl-tel-input .country-list .country-name,
.intl-tel-input .country-list .dial-code {
  vertical-align: middle;
}
.intl-tel-input .country-list .flag-box,
.intl-tel-input .country-list .country-name {
  margin-right: 6px;
}
.intl-tel-input.allow-dropdown input,
.intl-tel-input.allow-dropdown input[type='text'],
.intl-tel-input.allow-dropdown input[type='tel'],
.intl-tel-input.separate-dial-code input,
.intl-tel-input.separate-dial-code input[type='text'],
.intl-tel-input.separate-dial-code input[type='tel'] {
  padding-right: 6px;
  padding-left: 52px;
  margin-left: 0;
}
.intl-tel-input.allow-dropdown .flag-container,
.intl-tel-input.separate-dial-code .flag-container {
  right: auto;
  left: 0;
}
.intl-tel-input.allow-dropdown .selected-flag,
.intl-tel-input.separate-dial-code .selected-flag {
  width: 46px;
}
.intl-tel-input.allow-dropdown .flag-container:hover {
  cursor: pointer;
}
.intl-tel-input.allow-dropdown .flag-container:hover .selected-flag {
  background-color: rgba(0, 0, 0, .05);
}
.intl-tel-input.allow-dropdown input[disabled] + .flag-container:hover,
.intl-tel-input.allow-dropdown input[readonly] + .flag-container:hover {
  cursor: default;
}
.intl-tel-input.allow-dropdown
  input[disabled]
  + .flag-container:hover
  .selected-flag,
.intl-tel-input.allow-dropdown
  input[readonly]
  + .flag-container:hover
  .selected-flag {
  background-color: transparent;
}
.intl-tel-input.separate-dial-code .selected-flag {
  background-color: rgba(0, 0, 0, .05);
  display: table;
}
.intl-tel-input.separate-dial-code .selected-dial-code {
  display: table-cell;
  vertical-align: middle;
  padding-left: 28px;
}
.intl-tel-input.separate-dial-code.iti-sdc-2 input,
.intl-tel-input.separate-dial-code.iti-sdc-2 input[type='text'],
.intl-tel-input.separate-dial-code.iti-sdc-2 input[type='tel'] {
  padding-left: 66px;
}
.intl-tel-input.separate-dial-code.iti-sdc-2 .selected-flag {
  width: 60px;
}
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-2 input,
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-2 input[type='text'],
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-2 input[type='tel'] {
  padding-left: 76px;
}
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-2 .selected-flag {
  width: 70px;
}
.intl-tel-input.separate-dial-code.iti-sdc-3 input,
.intl-tel-input.separate-dial-code.iti-sdc-3 input[type='text'],
.intl-tel-input.separate-dial-code.iti-sdc-3 input[type='tel'] {
  padding-left: 74px;
}
.intl-tel-input.separate-dial-code.iti-sdc-3 .selected-flag {
  width: 68px;
}
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-3 input,
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-3 input[type='text'],
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-3 input[type='tel'] {
  padding-left: 84px;
}
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-3 .selected-flag {
  width: 78px;
}
.intl-tel-input.separate-dial-code.iti-sdc-4 input,
.intl-tel-input.separate-dial-code.iti-sdc-4 input[type='text'],
.intl-tel-input.separate-dial-code.iti-sdc-4 input[type='tel'] {
  padding-left: 82px;
}
.intl-tel-input.separate-dial-code.iti-sdc-4 .selected-flag {
  width: 76px;
}
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-4 input,
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-4 input[type='text'],
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-4 input[type='tel'] {
  padding-left: 92px;
}
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-4 .selected-flag {
  width: 86px;
}
.intl-tel-input.separate-dial-code.iti-sdc-5 input,
.intl-tel-input.separate-dial-code.iti-sdc-5 input[type='text'],
.intl-tel-input.separate-dial-code.iti-sdc-5 input[type='tel'] {
  padding-left: 90px;
}
.intl-tel-input.separate-dial-code.iti-sdc-5 .selected-flag {
  width: 84px;
}
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-5 input,
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-5 input[type='text'],
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-5 input[type='tel'] {
  padding-left: 100px;
}
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-5 .selected-flag {
  width: 94px;
}
.intl-tel-input.iti-container {
  position: absolute;
  top: -1000px;
  left: -1000px;
  z-index: 1060;
  padding: 1px;
}
.intl-tel-input.iti-container:hover {
  cursor: pointer;
}
.intl-tel-input.iti-container {
  top: 30px;
  bottom: 30px;
  left: 30px;
  right: 30px;
  position: absolute;
}
.iti-mobile .intl-tel-input .country-list {
  max-height: 100%;
  width: 100%;
}
.iti-mobile .intl-tel-input .country-list .country {
  padding: 10px 10px;
  line-height: 1.5em;
}
.iti-flag {
  width: 20px;
}
.iti-flag.be {
  width: 18px;
}
.iti-flag.ch {
  width: 15px;
}
.iti-flag.mc {
  width: 19px;
}
.iti-flag.ne {
  width: 18px;
}
.iti-flag.np {
  width: 13px;
}
.iti-flag.va {
  width: 15px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .iti-flag {
    background-size: 5630px 15px;
  }
}
.iti-flag.ac {
  height: 10px;
  background-position: 0px 0px;
}
.iti-flag.ad {
  height: 14px;
  background-position: -22px 0px;
}
.iti-flag.ae {
  height: 10px;
  background-position: -44px 0px;
}
.iti-flag.af {
  height: 14px;
  background-position: -66px 0px;
}
.iti-flag.ag {
  height: 14px;
  background-position: -88px 0px;
}
.iti-flag.ai {
  height: 10px;
  background-position: -110px 0px;
}
.iti-flag.al {
  height: 15px;
  background-position: -132px 0px;
}
.iti-flag.am {
  height: 10px;
  background-position: -154px 0px;
}
.iti-flag.ao {
  height: 14px;
  background-position: -176px 0px;
}
.iti-flag.aq {
  height: 14px;
  background-position: -198px 0px;
}
.iti-flag.ar {
  height: 13px;
  background-position: -220px 0px;
}
.iti-flag.as {
  height: 10px;
  background-position: -242px 0px;
}
.iti-flag.at {
  height: 14px;
  background-position: -264px 0px;
}
.iti-flag.au {
  height: 10px;
  background-position: -286px 0px;
}
.iti-flag.aw {
  height: 14px;
  background-position: -308px 0px;
}
.iti-flag.ax {
  height: 13px;
  background-position: -330px 0px;
}
.iti-flag.az {
  height: 10px;
  background-position: -352px 0px;
}
.iti-flag.ba {
  height: 10px;
  background-position: -374px 0px;
}
.iti-flag.bb {
  height: 14px;
  background-position: -396px 0px;
}
.iti-flag.bd {
  height: 12px;
  background-position: -418px 0px;
}
.iti-flag.be {
  height: 15px;
  background-position: -440px 0px;
}
.iti-flag.bf {
  height: 14px;
  background-position: -460px 0px;
}
.iti-flag.bg {
  height: 12px;
  background-position: -482px 0px;
}
.iti-flag.bh {
  height: 12px;
  background-position: -504px 0px;
}
.iti-flag.bi {
  height: 12px;
  background-position: -526px 0px;
}
.iti-flag.bj {
  height: 14px;
  background-position: -548px 0px;
}
.iti-flag.bl {
  height: 14px;
  background-position: -570px 0px;
}
.iti-flag.bm {
  height: 10px;
  background-position: -592px 0px;
}
.iti-flag.bn {
  height: 10px;
  background-position: -614px 0px;
}
.iti-flag.bo {
  height: 14px;
  background-position: -636px 0px;
}
.iti-flag.bq {
  height: 14px;
  background-position: -658px 0px;
}
.iti-flag.br {
  height: 14px;
  background-position: -680px 0px;
}
.iti-flag.bs {
  height: 10px;
  background-position: -702px 0px;
}
.iti-flag.bt {
  height: 14px;
  background-position: -724px 0px;
}
.iti-flag.bv {
  height: 15px;
  background-position: -746px 0px;
}
.iti-flag.bw {
  height: 14px;
  background-position: -768px 0px;
}
.iti-flag.by {
  height: 10px;
  background-position: -790px 0px;
}
.iti-flag.bz {
  height: 14px;
  background-position: -812px 0px;
}
.iti-flag.ca {
  height: 10px;
  background-position: -834px 0px;
}
.iti-flag.cc {
  height: 10px;
  background-position: -856px 0px;
}
.iti-flag.cd {
  height: 15px;
  background-position: -878px 0px;
}
.iti-flag.cf {
  height: 14px;
  background-position: -900px 0px;
}
.iti-flag.cg {
  height: 14px;
  background-position: -922px 0px;
}
.iti-flag.ch {
  height: 15px;
  background-position: -944px 0px;
}
.iti-flag.ci {
  height: 14px;
  background-position: -961px 0px;
}
.iti-flag.ck {
  height: 10px;
  background-position: -983px 0px;
}
.iti-flag.cl {
  height: 14px;
  background-position: -1005px 0px;
}
.iti-flag.cm {
  height: 14px;
  background-position: -1027px 0px;
}
.iti-flag.cn {
  height: 14px;
  background-position: -1049px 0px;
}
.iti-flag.co {
  height: 14px;
  background-position: -1071px 0px;
}
.iti-flag.cp {
  height: 14px;
  background-position: -1093px 0px;
}
.iti-flag.cr {
  height: 12px;
  background-position: -1115px 0px;
}
.iti-flag.cu {
  height: 10px;
  background-position: -1137px 0px;
}
.iti-flag.cv {
  height: 12px;
  background-position: -1159px 0px;
}
.iti-flag.cw {
  height: 14px;
  background-position: -1181px 0px;
}
.iti-flag.cx {
  height: 10px;
  background-position: -1203px 0px;
}
.iti-flag.cy {
  height: 13px;
  background-position: -1225px 0px;
}
.iti-flag.cz {
  height: 14px;
  background-position: -1247px 0px;
}
.iti-flag.de {
  height: 12px;
  background-position: -1269px 0px;
}
.iti-flag.dg {
  height: 10px;
  background-position: -1291px 0px;
}
.iti-flag.dj {
  height: 14px;
  background-position: -1313px 0px;
}
.iti-flag.dk {
  height: 15px;
  background-position: -1335px 0px;
}
.iti-flag.dm {
  height: 10px;
  background-position: -1357px 0px;
}
.iti-flag.do {
  height: 13px;
  background-position: -1379px 0px;
}
.iti-flag.dz {
  height: 14px;
  background-position: -1401px 0px;
}
.iti-flag.ea {
  height: 14px;
  background-position: -1423px 0px;
}
.iti-flag.ec {
  height: 14px;
  background-position: -1445px 0px;
}
.iti-flag.ee {
  height: 13px;
  background-position: -1467px 0px;
}
.iti-flag.eg {
  height: 14px;
  background-position: -1489px 0px;
}
.iti-flag.eh {
  height: 10px;
  background-position: -1511px 0px;
}
.iti-flag.er {
  height: 10px;
  background-position: -1533px 0px;
}
.iti-flag.es {
  height: 14px;
  background-position: -1555px 0px;
}
.iti-flag.et {
  height: 10px;
  background-position: -1577px 0px;
}
.iti-flag.eu {
  height: 14px;
  background-position: -1599px 0px;
}
.iti-flag.fi {
  height: 12px;
  background-position: -1621px 0px;
}
.iti-flag.fj {
  height: 10px;
  background-position: -1643px 0px;
}
.iti-flag.fk {
  height: 10px;
  background-position: -1665px 0px;
}
.iti-flag.fm {
  height: 11px;
  background-position: -1687px 0px;
}
.iti-flag.fo {
  height: 15px;
  background-position: -1709px 0px;
}
.iti-flag.fr {
  height: 14px;
  background-position: -1731px 0px;
}
.iti-flag.ga {
  height: 15px;
  background-position: -1753px 0px;
}
.iti-flag.gb {
  height: 10px;
  background-position: -1775px 0px;
}
.iti-flag.gd {
  height: 12px;
  background-position: -1797px 0px;
}
.iti-flag.ge {
  height: 14px;
  background-position: -1819px 0px;
}
.iti-flag.gf {
  height: 14px;
  background-position: -1841px 0px;
}
.iti-flag.gg {
  height: 14px;
  background-position: -1863px 0px;
}
.iti-flag.gh {
  height: 14px;
  background-position: -1885px 0px;
}
.iti-flag.gi {
  height: 10px;
  background-position: -1907px 0px;
}
.iti-flag.gl {
  height: 14px;
  background-position: -1929px 0px;
}
.iti-flag.gm {
  height: 14px;
  background-position: -1951px 0px;
}
.iti-flag.gn {
  height: 14px;
  background-position: -1973px 0px;
}
.iti-flag.gp {
  height: 14px;
  background-position: -1995px 0px;
}
.iti-flag.gq {
  height: 14px;
  background-position: -2017px 0px;
}
.iti-flag.gr {
  height: 14px;
  background-position: -2039px 0px;
}
.iti-flag.gs {
  height: 10px;
  background-position: -2061px 0px;
}
.iti-flag.gt {
  height: 13px;
  background-position: -2083px 0px;
}
.iti-flag.gu {
  height: 11px;
  background-position: -2105px 0px;
}
.iti-flag.gw {
  height: 10px;
  background-position: -2127px 0px;
}
.iti-flag.gy {
  height: 12px;
  background-position: -2149px 0px;
}
.iti-flag.hk {
  height: 14px;
  background-position: -2171px 0px;
}
.iti-flag.hm {
  height: 10px;
  background-position: -2193px 0px;
}
.iti-flag.hn {
  height: 10px;
  background-position: -2215px 0px;
}
.iti-flag.hr {
  height: 10px;
  background-position: -2237px 0px;
}
.iti-flag.ht {
  height: 12px;
  background-position: -2259px 0px;
}
.iti-flag.hu {
  height: 10px;
  background-position: -2281px 0px;
}
.iti-flag.ic {
  height: 14px;
  background-position: -2303px 0px;
}
.iti-flag.id {
  height: 14px;
  background-position: -2325px 0px;
}
.iti-flag.ie {
  height: 10px;
  background-position: -2347px 0px;
}
.iti-flag.il {
  height: 15px;
  background-position: -2369px 0px;
}
.iti-flag.im {
  height: 10px;
  background-position: -2391px 0px;
}
.iti-flag.in {
  height: 14px;
  background-position: -2413px 0px;
}
.iti-flag.io {
  height: 10px;
  background-position: -2435px 0px;
}
.iti-flag.iq {
  height: 14px;
  background-position: -2457px 0px;
}
.iti-flag.ir {
  height: 12px;
  background-position: -2479px 0px;
}
.iti-flag.is {
  height: 15px;
  background-position: -2501px 0px;
}
.iti-flag.it {
  height: 14px;
  background-position: -2523px 0px;
}
.iti-flag.je {
  height: 12px;
  background-position: -2545px 0px;
}
.iti-flag.jm {
  height: 10px;
  background-position: -2567px 0px;
}
.iti-flag.jo {
  height: 10px;
  background-position: -2589px 0px;
}
.iti-flag.jp {
  height: 14px;
  background-position: -2611px 0px;
}
.iti-flag.ke {
  height: 14px;
  background-position: -2633px 0px;
}
.iti-flag.kg {
  height: 12px;
  background-position: -2655px 0px;
}
.iti-flag.kh {
  height: 13px;
  background-position: -2677px 0px;
}
.iti-flag.ki {
  height: 10px;
  background-position: -2699px 0px;
}
.iti-flag.km {
  height: 12px;
  background-position: -2721px 0px;
}
.iti-flag.kn {
  height: 14px;
  background-position: -2743px 0px;
}
.iti-flag.kp {
  height: 10px;
  background-position: -2765px 0px;
}
.iti-flag.kr {
  height: 14px;
  background-position: -2787px 0px;
}
.iti-flag.kw {
  height: 10px;
  background-position: -2809px 0px;
}
.iti-flag.ky {
  height: 10px;
  background-position: -2831px 0px;
}
.iti-flag.kz {
  height: 10px;
  background-position: -2853px 0px;
}
.iti-flag.la {
  height: 14px;
  background-position: -2875px 0px;
}
.iti-flag.lb {
  height: 14px;
  background-position: -2897px 0px;
}
.iti-flag.lc {
  height: 10px;
  background-position: -2919px 0px;
}
.iti-flag.li {
  height: 12px;
  background-position: -2941px 0px;
}
.iti-flag.lk {
  height: 10px;
  background-position: -2963px 0px;
}
.iti-flag.lr {
  height: 11px;
  background-position: -2985px 0px;
}
.iti-flag.ls {
  height: 14px;
  background-position: -3007px 0px;
}
.iti-flag.lt {
  height: 12px;
  background-position: -3029px 0px;
}
.iti-flag.lu {
  height: 12px;
  background-position: -3051px 0px;
}
.iti-flag.lv {
  height: 10px;
  background-position: -3073px 0px;
}
.iti-flag.ly {
  height: 10px;
  background-position: -3095px 0px;
}
.iti-flag.ma {
  height: 14px;
  background-position: -3117px 0px;
}
.iti-flag.mc {
  height: 15px;
  background-position: -3139px 0px;
}
.iti-flag.md {
  height: 10px;
  background-position: -3160px 0px;
}
.iti-flag.me {
  height: 10px;
  background-position: -3182px 0px;
}
.iti-flag.mf {
  height: 14px;
  background-position: -3204px 0px;
}
.iti-flag.mg {
  height: 14px;
  background-position: -3226px 0px;
}
.iti-flag.mh {
  height: 11px;
  background-position: -3248px 0px;
}
.iti-flag.mk {
  height: 10px;
  background-position: -3270px 0px;
}
.iti-flag.ml {
  height: 14px;
  background-position: -3292px 0px;
}
.iti-flag.mm {
  height: 14px;
  background-position: -3314px 0px;
}
.iti-flag.mn {
  height: 10px;
  background-position: -3336px 0px;
}
.iti-flag.mo {
  height: 14px;
  background-position: -3358px 0px;
}
.iti-flag.mp {
  height: 10px;
  background-position: -3380px 0px;
}
.iti-flag.mq {
  height: 14px;
  background-position: -3402px 0px;
}
.iti-flag.mr {
  height: 14px;
  background-position: -3424px 0px;
}
.iti-flag.ms {
  height: 10px;
  background-position: -3446px 0px;
}
.iti-flag.mt {
  height: 14px;
  background-position: -3468px 0px;
}
.iti-flag.mu {
  height: 14px;
  background-position: -3490px 0px;
}
.iti-flag.mv {
  height: 14px;
  background-position: -3512px 0px;
}
.iti-flag.mw {
  height: 14px;
  background-position: -3534px 0px;
}
.iti-flag.mx {
  height: 12px;
  background-position: -3556px 0px;
}
.iti-flag.my {
  height: 10px;
  background-position: -3578px 0px;
}
.iti-flag.mz {
  height: 14px;
  background-position: -3600px 0px;
}
.iti-flag.na {
  height: 14px;
  background-position: -3622px 0px;
}
.iti-flag.nc {
  height: 10px;
  background-position: -3644px 0px;
}
.iti-flag.ne {
  height: 15px;
  background-position: -3666px 0px;
}
.iti-flag.nf {
  height: 10px;
  background-position: -3686px 0px;
}
.iti-flag.ng {
  height: 10px;
  background-position: -3708px 0px;
}
.iti-flag.ni {
  height: 12px;
  background-position: -3730px 0px;
}
.iti-flag.nl {
  height: 14px;
  background-position: -3752px 0px;
}
.iti-flag.no {
  height: 15px;
  background-position: -3774px 0px;
}
.iti-flag.np {
  height: 15px;
  background-position: -3796px 0px;
}
.iti-flag.nr {
  height: 10px;
  background-position: -3811px 0px;
}
.iti-flag.nu {
  height: 10px;
  background-position: -3833px 0px;
}
.iti-flag.nz {
  height: 10px;
  background-position: -3855px 0px;
}
.iti-flag.om {
  height: 10px;
  background-position: -3877px 0px;
}
.iti-flag.pa {
  height: 14px;
  background-position: -3899px 0px;
}
.iti-flag.pe {
  height: 14px;
  background-position: -3921px 0px;
}
.iti-flag.pf {
  height: 14px;
  background-position: -3943px 0px;
}
.iti-flag.pg {
  height: 15px;
  background-position: -3965px 0px;
}
.iti-flag.ph {
  height: 10px;
  background-position: -3987px 0px;
}
.iti-flag.pk {
  height: 14px;
  background-position: -4009px 0px;
}
.iti-flag.pl {
  height: 13px;
  background-position: -4031px 0px;
}
.iti-flag.pm {
  height: 14px;
  background-position: -4053px 0px;
}
.iti-flag.pn {
  height: 10px;
  background-position: -4075px 0px;
}
.iti-flag.pr {
  height: 14px;
  background-position: -4097px 0px;
}
.iti-flag.ps {
  height: 10px;
  background-position: -4119px 0px;
}
.iti-flag.pt {
  height: 14px;
  background-position: -4141px 0px;
}
.iti-flag.pw {
  height: 13px;
  background-position: -4163px 0px;
}
.iti-flag.py {
  height: 11px;
  background-position: -4185px 0px;
}
.iti-flag.qa {
  height: 8px;
  background-position: -4207px 0px;
}
.iti-flag.re {
  height: 14px;
  background-position: -4229px 0px;
}
.iti-flag.ro {
  height: 14px;
  background-position: -4251px 0px;
}
.iti-flag.rs {
  height: 14px;
  background-position: -4273px 0px;
}
.iti-flag.ru {
  height: 14px;
  background-position: -4295px 0px;
}
.iti-flag.rw {
  height: 14px;
  background-position: -4317px 0px;
}
.iti-flag.sa {
  height: 14px;
  background-position: -4339px 0px;
}
.iti-flag.sb {
  height: 10px;
  background-position: -4361px 0px;
}
.iti-flag.sc {
  height: 10px;
  background-position: -4383px 0px;
}
.iti-flag.sd {
  height: 10px;
  background-position: -4405px 0px;
}
.iti-flag.se {
  height: 13px;
  background-position: -4427px 0px;
}
.iti-flag.sg {
  height: 14px;
  background-position: -4449px 0px;
}
.iti-flag.sh {
  height: 10px;
  background-position: -4471px 0px;
}
.iti-flag.si {
  height: 10px;
  background-position: -4493px 0px;
}
.iti-flag.sj {
  height: 15px;
  background-position: -4515px 0px;
}
.iti-flag.sk {
  height: 14px;
  background-position: -4537px 0px;
}
.iti-flag.sl {
  height: 14px;
  background-position: -4559px 0px;
}
.iti-flag.sm {
  height: 15px;
  background-position: -4581px 0px;
}
.iti-flag.sn {
  height: 14px;
  background-position: -4603px 0px;
}
.iti-flag.so {
  height: 14px;
  background-position: -4625px 0px;
}
.iti-flag.sr {
  height: 14px;
  background-position: -4647px 0px;
}
.iti-flag.ss {
  height: 10px;
  background-position: -4669px 0px;
}
.iti-flag.st {
  height: 10px;
  background-position: -4691px 0px;
}
.iti-flag.sv {
  height: 12px;
  background-position: -4713px 0px;
}
.iti-flag.sx {
  height: 14px;
  background-position: -4735px 0px;
}
.iti-flag.sy {
  height: 14px;
  background-position: -4757px 0px;
}
.iti-flag.sz {
  height: 14px;
  background-position: -4779px 0px;
}
.iti-flag.ta {
  height: 10px;
  background-position: -4801px 0px;
}
.iti-flag.tc {
  height: 10px;
  background-position: -4823px 0px;
}
.iti-flag.td {
  height: 14px;
  background-position: -4845px 0px;
}
.iti-flag.tf {
  height: 14px;
  background-position: -4867px 0px;
}
.iti-flag.tg {
  height: 13px;
  background-position: -4889px 0px;
}
.iti-flag.th {
  height: 14px;
  background-position: -4911px 0px;
}
.iti-flag.tj {
  height: 10px;
  background-position: -4933px 0px;
}
.iti-flag.tk {
  height: 10px;
  background-position: -4955px 0px;
}
.iti-flag.tl {
  height: 10px;
  background-position: -4977px 0px;
}
.iti-flag.tm {
  height: 14px;
  background-position: -4999px 0px;
}
.iti-flag.tn {
  height: 14px;
  background-position: -5021px 0px;
}
.iti-flag.to {
  height: 10px;
  background-position: -5043px 0px;
}
.iti-flag.tr {
  height: 14px;
  background-position: -5065px 0px;
}
.iti-flag.tt {
  height: 12px;
  background-position: -5087px 0px;
}
.iti-flag.tv {
  height: 10px;
  background-position: -5109px 0px;
}
.iti-flag.tw {
  height: 14px;
  background-position: -5131px 0px;
}
.iti-flag.tz {
  height: 14px;
  background-position: -5153px 0px;
}
.iti-flag.ua {
  height: 14px;
  background-position: -5175px 0px;
}
.iti-flag.ug {
  height: 14px;
  background-position: -5197px 0px;
}
.iti-flag.um {
  height: 11px;
  background-position: -5219px 0px;
}
.iti-flag.us {
  height: 11px;
  background-position: -5241px 0px;
}
.iti-flag.uy {
  height: 14px;
  background-position: -5263px 0px;
}
.iti-flag.uz {
  height: 10px;
  background-position: -5285px 0px;
}
.iti-flag.va {
  height: 15px;
  background-position: -5307px 0px;
}
.iti-flag.vc {
  height: 14px;
  background-position: -5324px 0px;
}
.iti-flag.ve {
  height: 14px;
  background-position: -5346px 0px;
}
.iti-flag.vg {
  height: 10px;
  background-position: -5368px 0px;
}
.iti-flag.vi {
  height: 14px;
  background-position: -5390px 0px;
}
.iti-flag.vn {
  height: 14px;
  background-position: -5412px 0px;
}
.iti-flag.vu {
  height: 12px;
  background-position: -5434px 0px;
}
.iti-flag.wf {
  height: 14px;
  background-position: -5456px 0px;
}
.iti-flag.ws {
  height: 10px;
  background-position: -5478px 0px;
}
.iti-flag.xk {
  height: 15px;
  background-position: -5500px 0px;
}
.iti-flag.ye {
  height: 14px;
  background-position: -5522px 0px;
}
.iti-flag.yt {
  height: 14px;
  background-position: -5544px 0px;
}
.iti-flag.za {
  height: 14px;
  background-position: -5566px 0px;
}
.iti-flag.zm {
  height: 14px;
  background-position: -5588px 0px;
}
.iti-flag.zw {
  height: 10px;
  background-position: -5610px 0px;
}
.iti-flag {
  width: 20px;
  height: 15px;
  -webkit-box-shadow: 0px 0px 1px 0px #888;
          box-shadow: 0px 0px 1px 0px #888;
  background-image: url('/wp-content/themes/peakon/assets/images/flags.png');
  background-repeat: no-repeat;
  background-color: #dbdbdb;
  background-position: 20px 0;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .iti-flag {
    background-image: url('/wp-content/themes/peakon/assets/images/flags.png');
  }
}
.iti-flag.np {
  background-color: transparent;
}

/**
 * Swiper 4.4.6
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://www.idangero.us/swiper/
 *
 * Copyright 2014-2018 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: December 19, 2018
 */
.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
}
.swiper-container-no-flexbox .swiper-slide {
  float: left;
}
.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0);
}
.swiper-container-multirow > .swiper-wrapper {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto;
}
.swiper-slide {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}
.swiper-slide-invisible-blank {
  visibility: hidden;
}
/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}
.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform;
}
/* 3D Effects */
.swiper-container-3d {
  -webkit-perspective: 1200px;
  perspective: 1200px;
}
.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(
    linear,
    right top, left top,
    from(rgba(0, 0, 0, .5)),
    to(rgba(0, 0, 0, 0))
  );
  background-image: linear-gradient(
    to left,
    rgba(0, 0, 0, .5),
    rgba(0, 0, 0, 0)
  );
}
.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(
    linear,
    left top, right top,
    from(rgba(0, 0, 0, .5)),
    to(rgba(0, 0, 0, 0))
  );
  background-image: linear-gradient(
    to right,
    rgba(0, 0, 0, .5),
    rgba(0, 0, 0, 0)
  );
}
.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(
    linear,
    left bottom, left top,
    from(rgba(0, 0, 0, .5)),
    to(rgba(0, 0, 0, 0))
  );
  background-image: linear-gradient(
    to top,
    rgba(0, 0, 0, .5),
    rgba(0, 0, 0, 0)
  );
}
.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(
    linear,
    left top, left bottom,
    from(rgba(0, 0, 0, .5)),
    to(rgba(0, 0, 0, 0))
  );
  background-image: linear-gradient(
    to bottom,
    rgba(0, 0, 0, .5),
    rgba(0, 0, 0, 0)
  );
}
/* IE10 Windows Phone 8 Fixes */
.swiper-container-wp8-horizontal,
.swiper-container-wp8-horizontal > .swiper-wrapper {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}
.swiper-container-wp8-vertical,
.swiper-container-wp8-vertical > .swiper-wrapper {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}
.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 40%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat;
}
.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}
.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%2327c07c'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto;
}
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%2327c07c'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto;
}
.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-lock {
  display: none;
}
.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 300ms opacity;
  transition: 300ms opacity;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}
/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 10px;
  left: 0;
  width: 100%;
}
/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
          transform: scale(0.33);
  position: relative;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
          transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
          transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
          transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
          transform: scale(0.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
          transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
          transform: scale(0.33);
}
.swiper-pagination-bullet {
  width: 38px;
  height: 2px;
  display: inline-block;
  background: #000;
  opacity: 0.2;
}
button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}
.swiper-pagination-bullet-active {
  opacity: 1;
  background: rgb(39, 193, 125);
}
.swiper-container-vertical > .swiper-pagination-bullets {
  right: 0;
  left: 0;
  bottom: 0;
  -webkit-transform: translate3d(0px, -50%, 0);
  transform: translate3d(0px, -50%, 0);
}
.swiper-container-vertical
  > .swiper-pagination-bullets
  .swiper-pagination-bullet {
  margin: 0 6px;
}
.swiper-container-vertical
  > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 8px;
}
.swiper-container-vertical
  > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: 200ms top, 200ms -webkit-transform;
  transition: 200ms top, 200ms -webkit-transform;
  transition: 200ms transform, 200ms top;
  transition: 200ms transform, 200ms top, 200ms -webkit-transform;
}
.swiper-container-horizontal
  > .swiper-pagination-bullets
  .swiper-pagination-bullet {
  margin: 0 4px;
}
.swiper-container-horizontal
  > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  white-space: nowrap;
}
.swiper-container-horizontal
  > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet {
  -webkit-transition: 200ms left, 200ms -webkit-transform;
  transition: 200ms left, 200ms -webkit-transform;
  transition: 200ms transform, 200ms left;
  transition: 200ms transform, 200ms left, 200ms -webkit-transform;
}
.swiper-container-horizontal.swiper-container-rtl
  > .swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet {
  -webkit-transition: 200ms right, 200ms -webkit-transform;
  transition: 200ms right, 200ms -webkit-transform;
  transition: 200ms transform, 200ms right;
  transition: 200ms transform, 200ms right, 200ms -webkit-transform;
}
/* Progress */
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, .25);
  position: absolute;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  transform-origin: left top;
}
.swiper-container-rtl
  .swiper-pagination-progressbar
  .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
  transform-origin: right top;
}
.swiper-container-horizontal > .swiper-pagination-progressbar,
.swiper-container-vertical
  > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}
.swiper-container-vertical > .swiper-pagination-progressbar,
.swiper-container-horizontal
  > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}
.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #ffffff;
}
.swiper-pagination-progressbar.swiper-pagination-white {
  background: rgba(255, 255, 255, .25);
}
.swiper-pagination-progressbar.swiper-pagination-white
  .swiper-pagination-progressbar-fill {
  background: #ffffff;
}
.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000000;
}
.swiper-pagination-progressbar.swiper-pagination-black {
  background: rgba(0, 0, 0, .25);
}
.swiper-pagination-progressbar.swiper-pagination-black
  .swiper-pagination-progressbar-fill {
  background: #000000;
}
.swiper-pagination-lock {
  display: none;
}
/* Scrollbar */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, .1);
}
.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}
.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}
.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, .5);
  border-radius: 10px;
  left: 0;
  top: 0;
}
.swiper-scrollbar-cursor-drag {
  cursor: move;
}
.swiper-scrollbar-lock {
  display: none;
}
.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}
.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.swiper-slide-zoomed {
  cursor: move;
}
/* Preloader */
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
          transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
          animation: swiper-preloader-spin 1s steps(12, end) infinite;
}
.swiper-lazy-preloader:after {
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  background-size: 100%;
  background-repeat: no-repeat;
}
.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
/* a11y */
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}
.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-cube {
  overflow: visible;
}
.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}
.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  transform-origin: 100% 0;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}
.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="50" /></filter></svg>#filter');
  filter: blur(50px);
  z-index: 0;
}
.swiper-container-flip {
  overflow: visible;
}
.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}
.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.swiper-container-coverflow .swiper-wrapper {
  /* Windows 8 IE 10 fix */
  -ms-perspective: 1200px;
}


/*# sourceMappingURL=peakon.f7b269b863f4fa710506.css.map*/