@charset "UTF-8";
/* Font Antialiasing */
* {
  -webkit-font-smoothing: antialiased;
}

/* Add to global lead gen to show it */
.shown {
  display: block;
}

/* Utility class that can be applied to an element (specifically single testimonials to remove animation */
.no-animation {
  animation: none !important;
}

/* Added to the body (via JS) when global lead gen is open  */
/* Added by custom code to the body when form is open */
.full-screen {
  overflow-y: scroll;
  width: 100%;
}

/* Hides page content, header, and footer when global lead gen form is shown  */
.full-screen .content-wrapper,
.full-screen > header,
.full-screen > footer {
  display: none;
}

/* Infinite carousel client logos */
@-webkit-keyframes moveLogoWall {
  to {
    -webkit-transform: translateX(-2872px);
    -o-transform: translateX(-2872px);
    transform: translateX(-2872px);
  }
}
@-moz-keyframes moveLogoWall {
  to {
    -webkit-transform: translateX(-2872px);
    -o-transform: translateX(-2872px);
    transform: translateX(-2872px);
  }
}
@-o-keyframes moveLogoWall {
  to {
    -webkit-transform: translateX(-2872px);
    -o-transform: translateX(-2872px);
    transform: translateX(-2872px);
  }
}
@-ms-keyframes moveLogoWall {
  to {
    -webkit-transform: translateX(-2872px);
    -o-transform: translateX(-2872px);
    transform: translateX(-2872px);
  }
}
@keyframes moveLogoWall {
  to {
    -webkit-transform: translateX(-2872px);
    -o-transform: translateX(-2872px);
    transform: translateX(-2872px);
  }
}
.logo-carousel-flex {
  animation: moveLogoWall 125s linear infinite;
  transform: translateZ(0);
}

/* Adds hover effect on dark version of pricing table rows */
@media screen and (min-width: 768px) {
  .table__row.dark-hover:hover .table__cell,
.table__row.dark-hover:hover .table__label {
    background: rgba(255, 255, 255, 0.05);
  }
}
/* Adds hover effect on light version of pricing table rows */
@media screen and (min-width: 768px) {
  .table__row.light-hover:hover .table__cell,
.table__row.light-hover:hover .table__label {
    background: rgba(243, 245, 250, 0.8);
  }
}
/* SVG dividers inherit color set by parent font color */
.svg-divider {
  fill: currentColor;
}

/* Hides divider dot on customer story thumbnails for last item */
.customer-story__category-item:last-child .customer-story__divider-dot {
  display: none;
}

/* Adds spacing between customer story sharing links  */
.share-link {
  margin-left: 5px;
  margin-right: 5px;
}

/* Aligns asterisk on accounting page hero  */
.accounting-asterisk {
  vertical-align: super;
}

/* 
    Chilipiper CSS custom preferences
    Found at the following url: https://numera.chilipiper.com/admin-center/meetings/5d2e55860f3e4f00019a88fc/css-settings
    URL: https://help.chilipiper.com/hc/en-us/articles/360053023194-Customize-the-Look-and-Feel-of-Chili-Piper-with-CSS


@font-face {
    font-family: Euclid;
    src: url("https://zapgram.github.io/numera-web-assets/assets/fonts/EuclidCircularB-Regular-WebS.woff2") format("woff2"),
      url("https://zapgram.github.io/numera-web-assets/assets/fonts/EuclidCircularB-Regular-WebS.woff") format("woff");
  }
  @font-face {
    font-family: Euclid;
    src: url("https://zapgram.github.io/numera-web-assets/assets/fonts/EuclidCircularB-Semibold-WebS.woff2") format("woff2"),
      url("https://zapgram.github.io/numera-web-assets/assets/fonts/EuclidCircularB-Semibold-WebS.woff") format("woff");
    font-weight: 700;
  }
  body {
      background: #f3f5fa !important;
      transition: all 0.1s ease-in;
      font-family: 'Euclid', sans-serif !important;
  }
  .fabe-close {
    display: none;
  }
  .fabe-availability-mobile {
     font-family: 'Euclid', sans-serif !important;
  }
  .fabe-availability-mobile .fabe-prospect-header {
      background: #f3f5fa !important;
  }
  .fabe-availability-mobile .fabe-times {
      background: #f3f5fa !important;
  }
  .fabe-availability-mobile .fabe-days-chooser-holder .fabe-days-chooser {
    border-radius: 8px !important;
    max-width: 455px;
  }
  .fabe-days-chooser-holder {
    background: #f3f5fa !important;
    margin-bottom: 30px !important;
    display: grid  !important;
    width: 100%  !important;
    overflow: hidden  !important;
    -ms-overflow-style: none;
    align-items: center  !important;
    justify-content: center  !important;
    min-height: 115px  !important;
    grid-template-rows: 50px 1fr  !important;
    grid-template-columns: auto 1fr auto  !important;
    max-width: 600px;
  }
  .fabe-days-chooser-holder .fabe-arrow-holder {
    margin: 0 10px;  
  }
  .fabe-days-chooser {
    background: #ffffff !important;
  }
  .fabe-days-chooser .fabe-date-selectedDeprecated {
      background-color: #5f2ee5;
      border-radius: 4px;
  }
  .fabe-days-chooser .fabe-date-slot {
    transition: background-color 0.1s ease-in;
  }
  .fabe-days-chooser .fabe-date-slot .fabe-week-label {
    background: #ffffff;
    font-size: 13px;
    color: #656363;
    min-width: 65px;
    height: 46px;
  }
  .fabe-days-chooser .fabe-date-slot .fabe-month-day-label .fabe-month {
    font-size: 13px;
    font-weight: 400;
    color: #3f3c3d;
    opacity: 1;
  }
  .fabe-days-chooser .fabe-date-slot .fabe-month-day-label .fabe-day {
    font-size: 20px;
    font-weight: 400;
    color: #3F3C3D;
  }
  .fabe-time-chooser .fabe-time-holder .fabe-time-slot {
    background-color: #ffffff !important;
    transition: background-color 0.1s ease-in !important;
  }
  .fabe-time-chooser .fabe-time-holder .fabe-time-slot:hover {
     background-color: #5f2ee5 !important;
     box-shadow: none;
  }
  .fabe-days-chooser .fabe-date-slotDeprecated:hover {
     background-color: #d5b6ff;
     border-radius: 4px;
  }
  .fabe-availability-mobile .fabe-prospect-header .fabe-prospect-name {
    font-size: 20px;
    font-weight: 600;
    color: #3f3c3d;
  }
  .fabe-prospect-header {
    width: 100% !important;
    padding: 0 !important;
    padding-bottom: 20px !important;
    grid-row-start: 1 !important;
    grid-row-end: 2 !important;
    grid-column: 1 / 4 !important;
    margin-bottom: 0 !important;
  }
  .fabe-availability-mobile .fabe-times .fabe-prospect-name {
    margin-bottom: 5px;
    font-size: 20px;
    font-weight: 600;
  }
  .fabe-availability-mobile .fabe-prospect-header .fabe-timezone-header .fabe-timezone-label {
    font-size: 13px;
    font-weight: 400;
    color: #656363;
  }
  .fabe-timezone-chooser-inner > div {
    font-size: 13px;
    color: #656363;
  }
  .fabe-timezone-chooser-inner > svg {
    font-size: 13px;
    fill: #999999 !important;
  }
  .fabe-availability-mobile .fabe-prospect-header .fabe-timezone-header .fabe-timezone-chooser {
    margin-top: 0;
  }
  .fabe-av-title {
     color: #5f2ee5 !important;
     display: none !important;
  }
  .fabe-availability-mobile .fabe-times small {
    font-weight: 400 !important;
    color: #656363;
  }
  .fabe-loading-section .fabe-book-loading-flower .fabe-chili-book-img {
  -webkit-filter: invert(20%) sepia(93%) saturate(5407%) hue-rotate(256deg) brightness(92%) contrast(95%);
  }
  .fabe-booked .fabe-booked-title .fabe-booked-title-holder .fabe-booked-icon-holder .fabe-chili-book-img {
     -webkit-filter: invert(20%) sepia(93%) saturate(5407%) hue-rotate(256deg) brightness(92%) contrast(95%);
  }
  .fabe-booked .fabe-reschedule-container .fabe-reschedule-button span {
    color: #5f2ee5;
  }
  .fabe-booked .fabe-reschedule-container .fabe-reschedule-button:hover {
  color: #5f2ee5 !important;    
  background-color: #5f2ee5 !important;
  }
  .fabe-booked {
    background: #ffffff;
  }
  .fabe-booked .fabe-booked-details {
    background: #ffffff;
  }

  @media (max-width: 479px) {
    .sc-bdvvtL.sc-gsDKAQ.hPAWmM.erBbkF {
      width: unset !important;
    }

    .fabe-times .fabe-times__caption {
      align-items: center !important;
    }
  }
  @media (max-width: 479px) {
    .sc-bdvvtL.sc-gsDKAQ.hPAWmM.erBbkF:first-of-type {
      order: 1 !important;
    }
    .sc-bdvvtL.sc-gsDKAQ.hPAWmM.erBbkF:last-of-type {
      order: 3 !important;
    }
    .fabe-days-chooser-holder .fabe-days-chooser {
       order: unset !important;
     }
  }

  /* .fabe-days-chooser .fabe-date-selectedDeprecated

  [data-chili-css="date-slot-fill"] {
      background: #5f2ee5 !important;
  }

  [data-chili-css="date-arrows"] {
    margin: 0 20px !important;
  }
  [data-chili-css="date-arrows"]:hover {
    background: #5f2ee5 !important;
  }
  [data-chili-css="date-arrows"]:hover div {
    border-color: #FFFFFF !important;
  }
  [data-chili-css="time-slot-fill"]:hover {
    background-color: #5f2ee5 !important;
  }
  [data-chili-css="time-slot-fill"]:hover span {
    color: #ffffff !important;
  }

  /* .fabe-time-chooser .fabe-time-holder .fabe-time-slot:hover
  [data-chili-css="date-slot-bar"]:hover {
    background: #5f2ee5 !important;
  } 
  [data-chili-css="date-slot-bar"]:hover [data-chili-css="date-slot-fill-text"] {
    color: #FFFFFF !important;
  }

  /* .fabe-days-chooser .fabe-date-slotDeprecated:hover
  [data-chili-css="date-slot-bar"]:hover {
    background: #d5b6ff !important;
  }
  [data-chili-css="date-slot-bar"]:hover [data-chili-css="date-slot-fill-text"] {
    color: #FFFFFF !important;
  }

  /* .fabe-av-title
  [data-chili-css="availability-header"] {
    display: none;
  }
  [data-chili-css="availability-header"] > div {
    margin: 2rem;
  }
  [data-chili-css="times-header"] {
    color: #5f2ee5 !important;
  }
  [data-chili-css="page"] {
    height: 100%;
    width: 100%;
    border: none;
    background: #f3f5fa !important;
    align-items: center;
  }
  .ikczMY {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .frozlT > svg {
    display: none;
  }
  [data-test-id="BrandingFooter"]{
    display:none;
  }

  */
.custom-select select {
  display: none;
  /* hide original SELECT element: */
}

.select-selected {
  background-color: #fff;
  border-radius: 3px;
  cursor: pointer;
  line-height: 20px;
  padding: 16px 40px 16px 16px;
  vertical-align: middle;
  white-space: nowrap;
}

.custom-select {
  border: 1px solid #e0e0e0;
  border-radius: 3px;
}

.custom-select:focus {
  border: 1px solid #5f2ee5;
  outline: none !important;
}

/* Style the arrow inside the select element: */
.select-selected::after {
  border: 5px solid transparent;
  border-color: #999 transparent transparent transparent;
  content: "";
  height: 0;
  position: absolute;
  right: 16px;
  top: 24px;
  width: 0;
}

/* Point the arrow upwards when the select box is open (active): */
.select-selected.select-arrow-active::after {
  border-color: transparent transparent #999 transparent;
  top: 16px;
}

/* style the items (options), including the selected item: */
.select-items div {
  color: #3f3c3d;
  cursor: pointer;
  line-height: 16px;
  padding: 12px;
  vertical-align: middle;
  white-space: nowrap;
}

/* Style items (options): */
.select-items {
  background-color: #fff;
  border: 1px solid #e8e8e8;
  border-radius: 3px;
  left: 0;
  max-height: 273px;
  overflow: auto;
  position: absolute;
  right: 0;
  z-index: 99;
}

.custom-select.above .select-items {
  bottom: 100%;
  margin-bottom: 3px;
}

.custom-select.below .select-items {
  margin-top: 3px;
  top: 100%;
}

/* Hide the items when the select box is closed: */
.select-hide {
  display: none;
}

.select-items div:hover,
.same-as-selected {
  background-color: rgba(0, 0, 0, 0.1);
}

/* nav state on hover */
.global-nav.floated {
  background: #fff;
  box-shadow: 0 16px 24px rgba(14, 13, 18, 0.07);
}

#nav-banner.banished {
  display: none;
}

.track-container::before {
  background: #e0e0e0;
  border-radius: 6px;
  content: "";
  display: block;
  height: 2px;
  left: 14px;
  position: absolute;
  right: 14px;
  top: 50%;
  transform: translateY(-50%);
}

[type=range] {
  -webkit-appearance: none;
  background: transparent;
  border: none;
  display: block;
  margin: 20px 0;
  padding: 0;
  position: relative;
  width: 100%;
  z-index: 3;
}

[type=range]:focus {
  outline: 0;
}

[type=range]:focus::-webkit-slider-runnable-track {
  background: rgba(13, 13, 13, 0);
}

[type=range]:focus::-ms-fill-lower {
  background: rgba(0, 0, 0, 0);
}

[type=range]:focus::-ms-fill-upper {
  background: rgba(13, 13, 13, 0);
}

[type=range]::-webkit-slider-runnable-track {
  background: rgba(0, 0, 0, 0);
  border: 0 solid rgba(0, 0, 0, 0);
  border-radius: 6px;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  cursor: pointer;
  height: 2px;
  transition: all 0.2s ease;
  width: 100%;
}

[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  background: url("https://uploads-ssl.webflow.com/60a5136f2c6c8e4fb3a130d9/60abd13e3690c826e3da42c1_slider-handle 1.svg") #3f3c3d no-repeat 50% 50%;
  border: 0 solid #5f2ee5;
  border-radius: 50%;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  cursor: pointer;
  height: 30px;
  margin-top: -14px;
  position: relative;
  width: 30px;
  z-index: 2;
}

[type=range]::-webkit-slider-thumb:hover {
  background: url("https://uploads-ssl.webflow.com/60a5136f2c6c8e4fb3a130d9/60abd13e3690c826e3da42c1_slider-handle 1.svg") #3c2d89 no-repeat 50% 50%;
}

[type=range]::-moz-range-track {
  background: rgba(0, 0, 0, 0);
  border: 0 solid rgba(0, 0, 0, 0);
  border-radius: 6px;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  cursor: pointer;
  height: 2px;
  transition: all 0.2s ease;
  width: 100%;
}

[type=range]::-moz-range-thumb {
  background: url("https://uploads-ssl.webflow.com/60a5136f2c6c8e4fb3a130d9/60abd13e3690c826e3da42c1_slider-handle 1.svg") #3f3c3d no-repeat 50% 50%;
  border: 0 solid #5f2ee5;
  border-radius: 50%;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  cursor: pointer;
  height: 30px;
  position: relative;
  width: 30px;
  z-index: 2;
}

[type=range]::-moz-range-thumb:hover {
  background: url("https://uploads-ssl.webflow.com/60a5136f2c6c8e4fb3a130d9/60abd13e3690c826e3da42c1_slider-handle 1.svg") #3c2d89 no-repeat 50% 50%;
}

[type=range]::-ms-track {
  background: transparent;
  border-color: transparent;
  border-width: 15px 0;
  color: transparent;
  cursor: pointer;
  height: 2px;
  transition: all 0.2s ease;
  width: 100%;
}

[type=range]::-ms-fill-lower {
  background: rgba(0, 0, 0, 0);
  border: 0 solid rgba(0, 0, 0, 0);
  border-radius: 12px;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
}

[type=range]::-ms-fill-upper {
  background: rgba(0, 0, 0, 0);
  border: 0 solid rgba(0, 0, 0, 0);
  border-radius: 12px;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
}

[type=range]::-ms-thumb {
  background: url("https://uploads-ssl.webflow.com/60a5136f2c6c8e4fb3a130d9/60abd13e3690c826e3da42c1_slider-handle 1.svg") #3f3c3d no-repeat 50% 50%;
  border: 0 solid #5f2ee5;
  border-radius: 50%;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  cursor: pointer;
  height: 30px;
  margin-top: 0;
  position: relative;
  width: 30px;
  z-index: 2;
}

[type=range]::-ms-thumb:hover {
  background: url("https://uploads-ssl.webflow.com/60a5136f2c6c8e4fb3a130d9/60abd13e3690c826e3da42c1_slider-handle 1.svg") #3c2d89 no-repeat 50% 50%;
}

/* Add hanging quote to testimonial card */
.testimonial::before {
  color: #3c2d89;
  content: "“";
  display: block;
  font-size: 60px;
  font-weight: 600;
  line-height: 45px;
}

@media (max-width: 999px) {
  .customer-rich-text blockquote::before {
    position: static;
  }
}
.customer-rich-text blockquote::before {
  color: #3c2d89;
  content: "“";
  display: block;
  font-size: 60px;
  font-weight: bold;
  left: -45px;
  line-height: 45px;
  position: absolute;
}

/* Animate testimonial cards */
@keyframes stand-out {
  0% {
    box-shadow: none;
    transform: translateY(0);
  }
  6% {
    box-shadow: 0 64px 46px rgba(0, 0, 0, 0.04);
    transform: translateY(-60px);
  }
  33% {
    box-shadow: 0 64px 46px rgba(0, 0, 0, 0.04);
    transform: translateY(-60px);
  }
  39% {
    box-shadow: none;
    transform: translateY(0);
  }
  100% {
    box-shadow: none;
    transform: translateY(0);
  }
}
.testimonial {
  animation-duration: 12s;
  animation-iteration-count: infinite;
  animation-name: stand-out;
  box-shadow: none;
}

.testimonial:first-child {
  animation-delay: 8s;
}

.testimonial:last-child {
  animation-delay: 4s;
}

@media (max-width: 767px) {
  .testimonial {
    animation: none;
  }
}
select {
  border: 0;
  display: block !important;
  left: 0 !important;
  opacity: 0;
  padding: 0;
  position: absolute !important;
  top: 24px !important;
}

.nice-select,
.w-select {
  align-items: center;
  background-color: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 3px;
  box-sizing: border-box;
  clear: both;
  display: flex;
  font-size: 18px;
  grid-column: 1/3;
  min-height: 60px;
  padding: 15px;
  position: relative;
  text-align: left !important;
  transition: 0.3s;
}
.nice-select:hover,
.w-select:hover {
  border: 1px solid #5f2ee5;
  cursor: pointer;
  outline: none !important;
}
.nice-select:active, .nice-select:focus,
.nice-select .open,
.w-select:active,
.w-select:focus,
.w-select .open {
  border: 1px solid #5f2ee5;
  outline: none !important;
}
.nice-select .list,
.w-select .list {
  background-color: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 2px;
  box-shadow: 0 7px 20px 0 rgba(68, 68, 68, 0.11);
  box-sizing: border-box;
  color: inherit;
  font-size: 18px;
  left: 0;
  margin-top: 2px;
  max-height: 200px;
  opacity: 0;
  overflow: hidden;
  overflow-x: hidden;
  overflow-y: scroll;
  padding: 5px 0;
  pointer-events: none;
  position: absolute;
  top: 100%;
  width: 100%;
  z-index: 999 !important;
}
.nice-select .option,
.w-select .option {
  cursor: pointer;
  font-size: 18px;
  font-weight: 400;
  line-height: 40px;
  list-style: none;
  margin-bottom: 0;
  min-height: 40px;
  outline: none;
  padding-left: 18px;
  padding-right: 18px;
  text-align: left;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.nice-select::after {
  border-bottom: 2px solid #999;
  border-right: 2px solid #999;
  content: "";
  display: block;
  height: 5px;
  margin-top: -4px;
  pointer-events: none;
  position: absolute;
  right: 12px;
  top: 50%;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transform-origin: 66% 66%;
  -ms-transform-origin: 66% 66%;
  transform-origin: 66% 66%;
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  width: 5px;
  z-index: 100 !important;
}

.nice-select.open .list {
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: scale(1) translateY(0);
  -ms-transform: scale(1) translateY(0);
  transform: scale(1) translateY(0);
  z-index: 200;
}

.nice-select.right {
  float: right;
}

.nice-select.right .list {
  left: auto;
  right: 0;
}

.nice-select.small {
  font-size: 14px;
  height: 36px;
  line-height: 34px;
}

.nice-select.small::after {
  height: 4px;
  width: 4px;
}

.nice-select.small .option {
  line-height: 34px;
  min-height: 34px;
}

.nice-select .option:first-child {
  display: none;
}

span.current {
  color: inherit;
}

.nice-select .option:hover,
.nice-select .option.focus,
.nice-select .option.selected.focus {
  background-color: #f0f2f4;
}
