.slider-thing {
  background-color: #6aaf4e;
  display: inline-block;
  height: 20px;
  position: absolute;
  width: 16px;
  top: -10px;
}
.no-select * {
  -webkit-user-select: none;
          user-select: none;
}
.slider-thing:after {
  content: '';
  height: 0;
  left: 0;
  position: absolute;
  bottom: -10px;
  width: 0;
  border-top: 10px solid #6aaf4e;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
}
.price-cards {
  transition: all 300ms cubic-bezier(0.23, 1, 0.32, 1);
}
.price-cards--shifted-0 {
  transform: translateX(0px);
}
.price-cards--shifted-1 {
  transform: translateX(-160px);
}
.price-cards--shifted-2 {
  transform: translateX(-320px);
}
.price-cards--shifted-3 {
  transform: translateX(-480px);
}
.price-cards--shifted-4 {
  transform: translateX(-640px);
}
.price-cards--shifted-5 {
  transform: translateX(-800px);
}
.price-cards--shifted-6 {
  transform: translateX(-960px);
}
.price-cards--shifted-7 {
  transform: translateX(-1120px);
}
.price-cards--shifted-8 {
  transform: translateX(-1280px);
}
.calc-region,
.calc-provider {
  flex: 0 1 100%;
}
.calc-arrows {
  flex-basis: 50px;
}
.calc-cards,
.calc-slider {
  flex-shrink: 1;
  flex-basis: calc(100% - 270px);
}
.calc-estimate {
  flex-basis: 220px;
}
@media (max-width: 960px) {
  .calc-signup {
    order: 2;
    text-align: center;
    margin: 0 auto;
  }
  .calc-provider {
    order: 3;
  }
  .calc-region {
    order: 4;
  }
  .calc-cards {
    order: 5;
  }
  .calc-arrows {
    order: 6;
  }
  .calc-estimate {
    order: 7;
  }
  .calc-slider {
    order: 7;
    flex: 1;
  }
}
@media (max-width: 550px) {
  .calc-estimate,
  .calc-slider {
    flex: 1 0 100%;
  }
  .calc-arrows {
    flex-basis: 30px;
  }
  .calc-estimate {
    margin: 20px 0;
  }
  .calc-cards {
    flex-grow: 1;
    flex-shrink: 0;
    flex-basis: calc(100% - 30px);
  }
  .block--less-padding {
    padding: 15px !important;
  }
}
.atlas-free-tier {
  width: 100%;
  max-width: 450px;
  background-color: #fff7ee;
  border: solid 1px #f6d29d;
  color: #42494f;
  margin: 50px auto;
  text-align: center;
}
.atlas-free-tier h3 {
  padding: 20px 0;
  margin: 0;
}
.atlas-free-tier-sponsor {
  background: #fff;
  padding: 20px;
  text-align: left;
  margin-top: 30px;
}
.atlas-free-tier-description {
  border-top: solid 1px #42494f;
  width: 300px;
  margin: 0 auto;
  padding: 20px 0;
}
.atlas-free-tier-description p {
  font-size: 14px !important;
  margin: 0;
  padding: 0;
}
.atlas-free-tier-details {
  font-size: 14px;
}
.atlas-free-tier-details span:nth-child(2),
.atlas-free-tier-details span:nth-child(4) {
  background: #fff;
  border-radius: 5px;
  padding: 8px;
  border: solid 1px #f6d29d;
}
.atlas-free-tier-details span:nth-child(2) {
  margin-right: 20px;
}
.react-root {
  overflow: hidden;
}
@media (max-width: 990px) {
  .expose {
    display: none;
  }
}
.header {
  height: 700px;
  background-image: repeating-linear-gradient(to right, #f3f7fd 0%, #fcfdfd 50%, #fff 100%);
}
@media (max-width: 570px) {
  .header {
    height: 500px;
  }
}
.header__content-container {
  height: calc(100% - 95px);
  max-width: 1160px;
  margin: 55px auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
@media (max-width: 1255px) {
  .header__content-container {
    justify-content: center;
    margin: 55px;
  }
}
@media (max-width: 965px) {
  .header__content-container {
    margin: 80px 30px 55px 30px;
    text-align: center;
  }
}
.header__text {
  z-index: 1;
  width: 376px;
}
@media (max-width: 1255px) {
  .header__text {
    margin-right: 50px;
  }
}
@media (max-width: 965px) {
  .header__text {
    margin: 0;
  }
}
.header__bg {
  z-index: 0;
  position: relative;
  width: 750px;
  height: 500px;
}
@media (max-width: 1255px) {
  .header__bg {
    width: 50%;
  }
}
@media (max-width: 965px) {
  .header__bg {
    position: absolute;
    width: calc(100% - 100px);
    height: calc(100% - 100px);
    margin: 50px;
    opacity: 0.25;
  }
}
@media (max-width: 535px) {
  .header button,
  .section__text button {
    margin: 0 0 10px 10px !important;
  }
}
@media (max-width: 1255px) {
  .header svg {
    display: none;
  }
}
.header__logos {
  position: absolute;
  bottom: 20px;
  left: calc(50% - 475px);
  text-align: center;
  max-width: 950px;
}
@media (max-width: 960px) {
  .header__logos {
    display: none;
  }
}
.header__logos img {
  width: 115px;
  margin: 13px 25px;
}
.nav {
  z-index: 1000;
  position: absolute;
  width: 100%;
  height: 60px;
  margin: auto;
  background-color: #fff;
  border-top: 1px solid #e0e7e8;
  box-shadow: 0 4px 5px 0 rgba(180,187,193,0.25);
}
@media (max-width: 615px) {
  .nav {
    display: none;
  }
}
.nav li {
  -webkit-user-select: none;
          user-select: none;
  cursor: pointer;
  padding: 12px 40px;
}
.nav-item--active {
  animation-name: keyframes-bounce;
  animation-duration: 300ms;
}
.nav svg,
.nav strong {
  vertical-align: middle;
}
.nav svg circle,
.nav svg path {
  transition: 300ms;
}
.nav-item--inactive circle {
  fill: #f5f6f7 !important;
}
.nav-item--inactive path {
  fill: #b4bbc1 !important;
  stroke: #b4bbc1 !important;
}
.nav strong {
  margin-left: 10px;
}
.section {
  width: 100%;
  margin: auto;
  padding: 80px 0;
  position: relative;
}
@media (max-width: 815px) {
  .section {
    padding: 30px;
  }
}
.section#features .section__text,
.section#use-cases .section__text,
.section#features .features-blurb,
.section#use-cases .features-blurb {
  position: relative;
  background-color: #fff;
}
.section__text {
  max-width: 760px;
  margin: auto;
}
.section__text h2 {
  font-size: 30px;
}
.features-blurb-container {
  max-width: 1140px;
  margin: 50px auto 0;
}
.features-blurb-container.large {
  max-width: 1160px;
}
.features-blurb {
  position: relative;
  width: 200px;
  margin: 20px 90px;
}
.features-blurb.margin-sm {
  margin: 20px 45px;
}
@media (max-width: 815px) {
  .features-blurb {
    margin: 20px 40px;
  }
}
.features-blurb img {
  position: absolute;
  left: -45px;
  top: 11px;
  height: 30px;
}
.section--features2 {
  background-image: repeating-linear-gradient(to right, #fff 0%, #fcfdfd 50%, #f3f7fd 100%);
}
.features2-blurb-container {
  max-width: 1160px;
  margin: 50px auto 0;
}
.features2-blurb {
  position: relative;
  width: 200px;
  margin: 20px 45px;
}
.features2-blurb img {
  margin-bottom: 15px;
}
.section--pricing {
  background-color: #f5f6f7;
}
.section--faq {
  background-color: #f5f6f7;
  padding: 50px 30px 120px 30px;
}
@media (max-width: 989px) {
  .section--faq .atlas-form {
    width: 100% !important;
    margin-bottom: 30px;
  }
}
.faq-block:nth-child(1) {
  width: 500px;
}
.faq-block:nth-child(2) {
  width: 430px;
}
.box-carousel__text,
.box-carousel__text-full {
  position: absolute;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  height: 100%;
  padding: 0 80px;
}
.box-carousel__text {
  right: 0;
  width: 50%;
  background-color: #424950;
  color: #fff;
}
@media (max-width: 1080px) {
  .box-carousel__text {
    width: 100% !important;
  }
}
.box-carousel__text-full {
  justify-content: center;
  width: 100%;
}
@keyframes keyframes-bounce {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
