body {
  width: 100%;
  height: 100%;
}

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

html {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  scroll-behavior: smooth;
}

*, *:before, *:after {
  -moz-box-sizing: inherit;
  box-sizing: inherit;
}

a {
  -moz-text-decoration: none;
  text-decoration: none;
}

.img-shadow {
  -moz-border-radius: 10px;
  border-radius: 10px;
  -moz-box-shadow: 0 2px 14px 0 rgba(0,0,0,0.1);
  box-shadow: 0 2px 14px 0 rgba(0,0,0,0.1);
  -webkit-align-self: center;
  -moz-align-self: center;
  -ms-align-self: center;
  -o-align-self: center;
  align-self: center;
}

.padding-container {
  padding-left: 16px;
  padding-right: 16px;
}

h2 {
  font-family: Montserrat;
  font-size: 32px;
  font-weight: bold;
  line-height: 40px;
}

section.common {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width:767px) {
  h2 {
    font-size: 24px;
    line-height: 32px;
  }
}

.hidden {
  display: none !important;
}

.ltLg-show {
  display: none !important;
}

.ltSm-show {
  display: none !important;
}

.ltMd-show {
  display: none;
}

.ltMd-show {
  display: none !important;
}

.ltXmd-show {
  display: none !important;
}

.gtMdLtXLg-show {
  display: none !important;
}

.gtMdLtXmd-show {
  display: none !important;
}

.gtXmd-show {
  display: none !important;
}

.gtXLg-hide {
  display: none !important;
}

.max-width {
  width: 100%;
}

.mobile-side-padding {
  padding-left: 16px;
  padding-right: 16px;
}

.bold {
  font-weight: bold;
}

.link {
  color: #f5a623;
  font-family: Montserrat;
  font-weight: bold;
  cursor: pointer;
}

.modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #0f0f0f;
  z-index: 1101;
  opacity: 0.6;
}

.ios-scroll {
  -webkit-overflow-scrolling: touch;
}

@media (max-width:1279px) {
  .ltLg-hide {
    display: none !important;
  }
  .ltLg-show {
    display: block !important;
  }
}

@media (max-width:567px) {
  .ltSm-hide {
    display: none !important;
  }
  .ltSm-show {
    display: block !important;
  }
}

@media (max-width:1919px) {
  .ltHg-hide {
    display: none !important;
  }
}

@media (max-width:767px) {
  .ltMd-hide {
    display: none !important;
  }
  .ltMd-show {
    display: block !important;
  }
  .ltMd-show {
    display: block !important;
  }
}

@media (max-width:1023px) {
  .ltXmd-hide {
    display: none !important;
  }
  .ltXmd-show {
    display: block !important;
  }
}

@media (min-width:768px) and (max-width:1439px) {
  .gtMdLtXLg-show {
    display: block !important;
  }
}

@media (min-width:768px) and (max-width:1023px) {
  .gtMdLtXmd-show {
    display: block !important;
  }
}

@media (min-width:768px) {
  .gtEqMd-hide {
    display: none !important;
  }
}

@media (min-width:1025px) {
  .gtXmd-show {
    display: block !important;
  }
  .gtXmd-hide {
    display: none !important;
  }
}

@media (min-width:1440px) {
  .gtXLg-hide {
    display: none !important;
  }
  .gtXLg-hide {
    display: block !important;
  }
}

.alternating-image-with-description {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  padding: 120px 16px;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
}

.alternating-image-with-description .section-wrapper {
  width: 100%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  max-width: 1230px;
  margin-top: 120px;
}

.alternating-image-with-description .section-wrapper:first-child {
  margin-top: 0;
}

.alternating-image-with-description .section-wrapper:nth-of-type(even) {
  -webkit-flex-direction: row-reverse;
  -moz-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  -o-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.alternating-image-with-description .section-content {
  width: 100%;
  max-width: 430px;
}

.alternating-image-with-description .section-title {
  margin-top: 0;
}

.alternating-image-with-description .section-description {
  font-weight: normal;
}

.alternating-image-with-description .section-image-container {
  position: relative;
}

.alternating-image-with-description .section-image-container img {
  width: 100%;
}

@media (max-width:1279px) {
  .alternating-image-with-description {
    padding: 48px 16px 16px 16px;
  }
  .alternating-image-with-description .section-wrapper {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    margin-top: 42px;
  }
  .alternating-image-with-description .section-wrapper:nth-of-type(even) {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
  }
  .alternating-image-with-description .section-content {
    text-align: center;
  }
  .alternating-image-with-description .section-title {
    padding-left: 16px;
    padding-right: 16px;
  }
  .alternating-image-with-description .section-description {
    padding-left: 16px;
    padding-right: 16px;
  }
  .alternating-image-with-description .section-image-container.apply-mobile-padding {
    padding-left: 16px;
    padding-right: 16px;
  }
}

.analytics-pricing-columns {
  background-color: #f7f9fa;
  padding-top: 120px;
  padding-bottom: 120px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  padding-left: 15px;
  padding-right: 15px;
}

.analytics-pricing-columns h2 {
  font-family: Montserrat;
  font-size: 32px;
  font-weight: bold;
  line-height: 40px;
  color: #ffffff;
  color: #1a2633;
  text-align: center;
  margin: 0;
}

.analytics-pricing-columns h3 {
  margin-top: 17px;
  margin-bottom: 0;
  color: #ffffff;
  color: #2a1438;
  font-family: Open Sans;
  line-height: 32px;
  font-weight: 300;
  font-size: 24px;
  text-align: center;
}

.analytics-pricing-columns .prices {
  margin-top: 55px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}

.analytics-pricing-columns .price-item {
  padding-right: 35px;
  padding-left: 35px;
  padding-top: 32px;
  padding-bottom: 32px;
  width: 306px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  border-right: 1px solid rgba(8,61,119,0.2);
}

.analytics-pricing-columns .price-item:first-child {
  padding-left: 0;
}

.analytics-pricing-columns .price-item:last-child {
  padding-right: 0;
  border: none;
}

.analytics-pricing-columns .title {
  margin: 0;
  color: #ffffff;
  color: #1a2633;
  font-family: Montserrat;
  line-height: 48px;
  font-weight: bold;
  font-size: 40px;
}

.analytics-pricing-columns .sub-title-1 {
  text-align: center;
  margin-top: 33px;
  margin-bottom: 0;
  font-family: Open Sans;
  font-size: 16px;
  line-height: 24px;
  color: #ffffff;
  color: #2a1438;
}

.analytics-pricing-columns .sub-title-2 {
  text-align: center;
  margin-top: 16px;
  margin-bottom: 24px;
  font-family: Open Sans;
  font-size: 16px;
  line-height: 24px;
  color: #ffffff;
  color: #083d77;
}

.analytics-pricing-columns .price {
  margin-top: 44px;
  margin-bottom: 0;
  color: #ffffff;
  color: #ef427f;
  font-family: Montserrat;
  line-height: 48px;
  line-height: 58px;
  font-weight: bold;
  font-size: 40px;
  font-size: 48px;
}

.analytics-pricing-columns .button {
  font-weight: bold;
  line-height: 18px;
  display: inline-block;
  -moz-border-radius: 40px;
  border-radius: 40px;
  padding: 15px 40px;
  -moz-text-decoration: none;
  text-decoration: none;
  -o-transition: .3s background-color;
  -webkit-transition: .3s background-color;
  -moz-transition: .3s background-color;
  transition: .3s background-color;
  font-family: Montserrat;
  font-size: 14px;
  text-align: center;
  cursor: pointer;
  background-color: transparent;
  color: #ef427f;
  border: 1px solid #ef427f;
  margin-top: auto;
}

.analytics-pricing-columns .button-primary {
  font-weight: bold;
  line-height: 18px;
  display: inline-block;
  -moz-border-radius: 40px;
  border-radius: 40px;
  padding: 15px 40px;
  -moz-text-decoration: none;
  text-decoration: none;
  -o-transition: .3s background-color;
  -webkit-transition: .3s background-color;
  -moz-transition: .3s background-color;
  transition: .3s background-color;
  font-family: Montserrat;
  font-size: 14px;
  text-align: center;
  cursor: pointer;
  border-color: #ef427f;
  color: white;
  border-width: 1px;
  border-style: solid;
  background-color: #ef427f;
  margin-top: auto;
}

@media (max-width:1280px) {
  .analytics-pricing-columns h3 {
    font-size: 21px;
    line-height: 28px;
  }
}

@media (max-width:1023px) {
  .analytics-pricing-columns .title {
    font-size: 32px;
    line-height: 40px;
  }
  .analytics-pricing-columns .price {
    font-size: 32px;
    line-height: 40px;
  }
}

@media (max-width:1279px) {
  .analytics-pricing-columns {
    padding-top: 66px;
    padding-bottom: 48px;
  }
  .analytics-pricing-columns .prices {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
  }
  .analytics-pricing-columns .price-item:first-child {
    padding-top: 0;
  }
  .analytics-pricing-columns .price-item:last-child {
    padding-bottom: 0;
  }
  .analytics-pricing-columns .price-item {
    padding-left: 0;
    padding-right: 0;
    width: 100%;
    border-right: none;
    padding-bottom: 48px;
    padding-top: 48px;
    border-bottom: 1px solid rgba(8,61,119,0.2);
  }
  .analytics-pricing-columns .sub-title-1 {
    margin-top: 10px;
  }
  .analytics-pricing-columns .price {
    margin-top: 16px;
  }
}

@media (min-width:1025px) {
  .analytics-pricing-columns .button:hover {
    color: #ffffff;
    background-color: #ef427f;
  }
  .analytics-pricing-columns .button-primary:hover {
    background-color: transparent;
    color: #ef427f;
  }
}

@media (max-width:767px) {
  .analytics-pricing-columns h2 {
    font-size: 24px;
    line-height: 32px;
  }
  .analytics-pricing-columns .button {
    width: 100%;
  }
  .analytics-pricing-columns .button-primary {
    width: 100%;
  }
}

.star-hero-image {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  position: relative;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
}

.star-hero-image-splashes-desktop {
  overflow: hidden;
  position: absolute;
  max-height: 855px;
  display: none;
  bottom: -3px;
  left: 0;
}

.star-hero-image-splash-left {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
}

.star-hero-image-splash-left img {
  max-height: 850px;
}

.star-hero-image-splash-right {
  overflow: hidden;
  position: absolute;
  top: 0;
  right: 0;
}

.star-hero-image-splash-right img {
  max-height: 850px;
}

.star-hero-image-splashes-mobile {
  position: absolute;
  top: 0;
  right: 0;
}

.star-hero-image-splashes-mobile-left {
  position: absolute;
  top: 0;
  left: 0;
}

.star-hero-image-splashes-mobile-right {
  position: absolute;
  top: 0;
  right: 0;
}

.star-hero-image-splashes-max-height-300 {
  max-height: 300px;
}

.stars-hero-image-text-with-cta {
  z-index: 1;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  padding-left: 16px;
  max-width: 1024px;
}

.stars-hero-image-text {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  max-width: 420px;
}

@media (min-width:1920px) {
  .star-hero-image-splashes-desktop {
    display: block;
  }
}

@media (min-width:768px) {
  .star-hero-image {
    height: 855px;
  }
  .star-hero-image-splashes-mobile {
    display: none;
  }
  .star-hero-image-splashes-mobile-left {
    display: none;
  }
  .star-hero-image-splashes-mobile-right {
    display: none;
  }
  .stars-hero-image-text-with-cta {
    height: 100%;
  }
}

@media (max-width:1024px) {
  .stars-hero-image-text-with-cta {
    padding: 0 32px;
  }
}

@media (min-width:1280px) {
  .stars-hero-image-text {
    max-width: 520px;
  }
}

@media (max-width:767px) {
  .star-hero-image {
    min-height: 600px;
  }
  .stars-hero-image-text-with-cta {
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    margin-top: 60px;
    -webkit-justify-content: unset;
    -moz-justify-content: unset;
    -ms-justify-content: unset;
    -o-justify-content: unset;
    justify-content: unset;
  }
  .stars-hero-image-text {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
}

.hero-section-container {
  padding-bottom: 120px;
  padding-top: 120px;
}

.hero-section {
  padding: 0 33px;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  -o-align-items: flex-start;
  align-items: flex-start;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
}

.hero-section .hero-title {
  margin-top: 0;
}

.hero-section .hero-description {
  margin-bottom: 0;
}

.hero-section .hero-content {
  width: 100%;
  max-width: 523px;
}

.hero-section .hero-image {
  position: relative;
}

.hero-section .button-container {
  margin-top: 30px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
}

.hero-section .button-container.mob a {
  min-width: 300px;
  -webkit-align-self: center;
  -moz-align-self: center;
  -ms-align-self: center;
  -o-align-self: center;
  align-self: center;
}

.hero-section .button-dark {
  font-weight: bold;
  line-height: 18px;
  display: inline-block;
  -moz-border-radius: 40px;
  border-radius: 40px;
  padding: 15px 40px;
  -moz-text-decoration: none;
  text-decoration: none;
  -o-transition: .3s background-color;
  -webkit-transition: .3s background-color;
  -moz-transition: .3s background-color;
  transition: .3s background-color;
  font-family: Montserrat;
  font-size: 14px;
  text-align: center;
  cursor: pointer;
  border-width: 1px;
  color: #ffffff;
  background-color: #083d77;
  border-color: #083d77;
  border-style: solid;
  margin-right: 10px;
}

@media (max-width:1023px) {
  .hero-section-container {
    padding-bottom: 46px;
    padding-top: 64px;
  }
  .hero-section .hero-description {
    font-size: 21px;
  }
  .hero-section .hero-content {
    max-width: 384px;
    min-width: 360px;
  }
}

@media (max-width:1279px) {
  .hero-section {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .hero-section .hero-image img {
    width: 100%;
  }
}

@media (max-width:567px) {
  .hero-section-container {
    padding-top: 48px;
  }
  .hero-section .hero-content {
    min-width: initial;
  }
  .hero-section .button-container.mob a {
    width: 100%;
    min-width: initial;
  }
}

@media (min-width:1025px) {
  .hero-section .button-dark:hover {
    background-color: transparent;
    color: #083d77;
  }
}

@media (max-width:767px) {
  .hero-section {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    padding: 0 16px;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
  }
  .hero-section .hero-content {
    text-align: center;
    margin: 0;
  }
  .hero-section .hero-image {
    margin-top: 48px;
  }
  .hero-section .button-container {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
  }
  .hero-section .button-dark {
    margin-right: 0;
    margin-bottom: 15px;
  }
}

.hero-section-features {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  margin-top: 96px;
}

.hero-section-features .feature {
  width: 280px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
}

.hero-section-features .features-wrapper {
  width: 100%;
  max-width: 1050px;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}

.hero-section-features .image-wrapper {
  margin-top: 85px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  -ms-align-items: flex-end;
  -o-align-items: flex-end;
  align-items: flex-end;
  height: 40px;
}

.hero-section-features .features-headline {
  margin-bottom: 0;
  margin-top: 0;
}

.hero-section-features .feature-title {
  margin-top: 23px;
  margin-bottom: 0;
  text-align: center;
}

.hero-section-features .feature-description {
  margin-top: 8px;
  text-align: center;
}

@media (max-width:1279px) {
  .hero-section-features {
    margin-top: 64px;
  }
}

@media (max-width:767px) {
  .hero-section-features .feature {
    width: auto;
  }
  .hero-section-features .features-wrapper {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    padding-left: 16px;
    padding-right: 16px;
  }
}

@media (max-width:1023px) {
  .hero-section-features .image-wrapper {
    margin-top: 50px;
  }
}

.interactive-map-container-wrapper {
  position: relative;
}

.interactive-map-container {
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
}

.steps-navigation {
  display: none;
}

.step-toggle {
  display: none;
}

.step-toggle.active {
  display: block;
}

.interactive-map-wrapper {
  position: absolute;
  top: 0;
  width: 100%;
  -webkit-transform: translate3d(0,0,0);
}

.tablet-image-container {
  width: 100%;
  height: 100%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  overflow: hidden;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
}

.tablet-image {
  background-position: center;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-shrink: 0;
  -o-flex-shrink: 0;
  flex-shrink: 0;
  min-width: 100%;
  min-height: 100%;
}

.interactive-map-side-panel {
  max-width: 400px;
  cursor: default;
  position: relative;
  top: calc(50% + 48px);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1000;
  background-color: white;
  padding-top: 115px;
  padding-bottom: 115px;
  padding-left: 30px;
  padding-right: 80px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
}

.interactive-map-side-panel-wrapper {
  position: absolute;
  top: 0;
  height: 50%;
}

.interactive-map-wrapper h2 {
  color: #1a2633;
  font-family: Montserrat;
  font-weight: bold;
  font-size: 32px;
  line-height: 40px;
}

.interactive-map-wrapper h3 {
  color: #1a2633;
  font-size: 24px;
  line-height: 24px;
  font-family: Open Sans;
  font-weight: 300;
}

.interactive-map-wrapper p {
  color: #1a2633;
  font-size: 16px;
  font-family: Open Sans;
  line-height: 24px;
}

.interactive-step-container {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
}

.interactive-step-overlay {
  top: 0;
  height: 100%;
  width: 100%;
  background-color: white;
  z-index: 1055;
  position: absolute;
  opacity: 1;
  -o-transition: opacity 350ms ease-in-out;
  -webkit-transition: opacity 350ms ease-in-out;
  -moz-transition: opacity 350ms ease-in-out;
  transition: opacity 350ms ease-in-out;
}

.interactive-step-overlay-hidden {
  opacity: 0;
}

.interactive-step-wrapper {
  visibility: hidden;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  height: 100vh;
}

.interactive-map-progress {
  margin-right: 20px;
}

.interactive-map-progress-circle {
  margin-left: auto;
  margin-right: auto;
  -moz-border-radius: 50%;
  border-radius: 50%;
  width: 4px;
  height: 4px;
  background-color: #8f9fb3;
  margin-bottom: 12px;
}

.interactive-map-progress-circle-active {
  width: 12px;
  height: 12px;
}

.interactive-map-progress-hidden {
  display: none;
}

.step-hidden {
  display: none;
}

.interactive-map-mobile-step {
  margin-top: 30px;
  margin-bottom: 30px;
  width: 100%;
  position: relative;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
}

.interactive-map-mobile-h2 {
  font-family: Montserrat;
  font-weight: 300;
  font-weight: bold;
  font-size: 24px;
  color: #1a2633;
  text-align: center;
  padding: 0 10px;
}

.interactive-map-mobile-h3 {
  text-align: center;
  color: #1a2633;
  font-size: 21px;
  font-family: Open Sans;
  margin-left: 24px;
  font-weight: 300;
  margin-right: 24px;
}

.interactive-map-mobile-p {
  font-family: Open Sans;
  font-size: 16px;
  line-height: 24px;
  margin-left: 24px;
  margin-right: 24px;
  text-align: center;
  color: #1a2633;
}

.interactive-map-isochrone-and-tooltips {
  position: absolute;
  height: 50%;
  visibility: hidden;
  top: 0;
  overflow-x: hidden;
  z-index: 950;
  width: 100%;
}

.interactive-map-isochrone-and-tooltips .isochrone {
  display: inline-block;
  width: 100%;
  height: 100%;
  position: absolute;
}

.mobile-image {
  width: 100%;
  height: 480px;
  background-position: center;
  background-size: cover;
}

.tooltip-container-container-interactive-map {
  position: relative;
  z-index: 1000;
}

.tooltip-container-container-interactive-map .tooltip-container {
  background-color: white;
  -moz-border-radius: 24px;
  border-radius: 24px;
  -moz-box-shadow: 0 0 5px 0 rgba(0,0,0,0.5);
  box-shadow: 0 0 5px 0 rgba(0,0,0,0.5);
  color: #0f0f0f;
  font-family: Montserrat;
  line-height: 18px;
  font-size: 14px;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 20px;
  padding-right: 20px;
}

@media (max-width:767px) {
  .interactive-map-container {
    display: none;
  }
  .interactive-map-wrapper {
    display: none;
  }
  .tablet-image-container {
    display: none;
  }
  .tablet-image {
    background-image: ;
  }
}

@media (min-width:1025px) {
  .interactive-map-styles {
    height: 100vh;
  }
  .tablet-image-container {
    display: none;
  }
  .tablet-image {
    background-image: ;
  }
}

@media (min-width:768px) and (max-width:1279px) {
  .interactive-map-side-panel {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

@media (min-width:1280px) {
  .interactive-map-side-panel {
    max-width: 600px;
  }
  .interactive-map-progress {
    margin-right: 30px;
  }
}

@media (min-width:768px) {
  .interactive-map-mobile-container {
    display: none;
  }
}

@media (max-width:1024px) {
  .interactive-map-styles {
    display: none;
  }
  .interactive-map-side-panel {
    top: calc(50% + 32px);
  }
  .interactive-map-side-panel-wrapper {
    height: 100%;
  }
  .interactive-map-isochrone-and-tooltips {
    height: 100%;
  }
  .interactive-map-isochrone-and-tooltips .isochrone {
    display: none;
  }
}

@media (min-width:769px) {
  .mobile-image {
    background-image: ;
  }
}

.radial-progress {
  font-family: Montserrat;
  font-size: 18px;
  color: black;
}

.radial-progress svg {
  stroke: #e5e5e5;
}

.radial-progress text {
  stroke: #1a2633;
}

.radial-progress .progress-bar {
  stroke: #003484;
  -o-transition: stroke-dashoffset .5s ease-out;
  -webkit-transition: stroke-dashoffset .5s ease-out;
  -moz-transition: stroke-dashoffset .5s ease-out;
  transition: stroke-dashoffset .5s ease-out;
}

.search-pricing-columns {
  background-color: #083d77;
  padding-top: 96px;
  padding-bottom: 96px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  padding-left: 15px;
  padding-right: 15px;
}

.search-pricing-columns h2 {
  margin: 0;
  color: #1a2633;
  color: #e6eef7;
  font-family: Montserrat;
  line-height: 40px;
  font-weight: bold;
  font-size: 32px;
}

.search-pricing-columns h3 {
  margin-top: 17px;
  text-align: center;
  margin-bottom: 0;
  color: #1a2633;
  color: #e6eef7;
  font-family: Open Sans;
  line-height: 32px;
  font-weight: 300;
  font-size: 24px;
}

.search-pricing-columns .prices {
  margin-top: 40px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}

.search-pricing-columns .price-item {
  padding-right: 35px;
  padding-left: 35px;
  padding-top: 40px;
  padding-bottom: 40px;
  width: 100%;
  max-width: 370px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  border-right: 1px solid rgba(255,255,255,0.2);
}

.search-pricing-columns .price-item:first-child {
  padding-left: 0;
}

.search-pricing-columns .price-item:last-child {
  padding-right: 0;
  border: none;
}

.search-pricing-columns .title {
  margin: 0;
  text-align: center;
  color: #1a2633;
  color: #e6eef7;
  font-family: Montserrat;
  line-height: 48px;
  font-weight: bold;
  font-size: 40px;
}

.search-pricing-columns .sub-title {
  text-align: center;
  margin-top: 24px;
  margin-bottom: 40px;
  font-family: Open Sans;
  font-size: 16px;
  line-height: 24px;
  color: #434b54;
  color: #e6eef7;
}

.search-pricing-columns .button {
  font-weight: bold;
  line-height: 18px;
  display: inline-block;
  -moz-border-radius: 40px;
  border-radius: 40px;
  padding: 15px 40px;
  -moz-text-decoration: none;
  text-decoration: none;
  -o-transition: .3s background-color;
  -webkit-transition: .3s background-color;
  -moz-transition: .3s background-color;
  transition: .3s background-color;
  font-family: Montserrat;
  font-size: 14px;
  text-align: center;
  cursor: pointer;
  background-color: transparent;
  color: #f5a623;
  border: 1px solid #f5a623;
  margin-top: auto;
  width: 100%;
  max-width: 226px;
}

@media (max-width:1279px) {
  .search-pricing-columns {
    padding-top: 66px;
    padding-bottom: 48px;
  }
}

@media (max-width:1280px) {
  .search-pricing-columns h3 {
    font-size: 21px;
    line-height: 28px;
  }
}

@media (max-width:767px) {
  .search-pricing-columns h2 {
    font-size: 24px;
    line-height: 32px;
  }
  .search-pricing-columns h3 {
    font-size: 24px;
    line-height: 32px;
  }
}

@media (max-width:567px) {
  .search-pricing-columns .prices {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
  }
  .search-pricing-columns .price-item:first-child {
    padding-top: 0;
  }
  .search-pricing-columns .price-item:last-child {
    padding-bottom: 0;
  }
  .search-pricing-columns .price-item {
    padding-bottom: 35px;
    padding-top: 35px;
    padding-left: 0 !important;
    padding-right: 0 !important;
    border-right: none;
    border-bottom: 1px solid rgba(255,255,255,0.2);
  }
}

@media (max-width:1023px) {
  .search-pricing-columns .price-item {
    padding-right: 20px;
    padding-left: 20px;
  }
  .search-pricing-columns .title {
    font-size: 32px;
    font-size: 24px;
    line-height: 40px;
  }
}

@media (min-width:1025px) {
  .search-pricing-columns .button:hover {
    color: #ffffff;
    background-color: #f5a623;
  }
}

.testimonial {
  padding-top: 96px;
  padding-bottom: 96px;
  padding-left: 16px;
  padding-right: 16px;
}

.testimonial .sides-wrapper {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-justify-content: space-around;
  -moz-justify-content: space-around;
  -ms-justify-content: space-around;
  -o-justify-content: space-around;
  justify-content: space-around;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.testimonial .left-side {
  margin-right: 50px;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-shrink: 0;
  -o-flex-shrink: 0;
  flex-shrink: 0;
}

.testimonial .left-side img {
  width: 100%;
  -webkit-align-self: center;
  -moz-align-self: center;
  -ms-align-self: center;
  -o-align-self: center;
  align-self: center;
}

.testimonial .testimonial-title {
  font-family: Open Sans;
  font-size: 24px;
  font-weight: 300;
  line-height: 32px;
  text-align: left;
  margin-bottom: 0;
}

.testimonial .person-info {
  margin-top: 25px;
}

.testimonial .person-name {
  font-family: Open Sans;
  font-size: 16px;
  line-height: 24px;
  font-weight: bold;
  margin: 0;
}

.testimonial .person-title {
  font-family: Open Sans;
  font-size: 16px;
  line-height: 24px;
  margin-top: 5px;
  margin-bottom: 0;
}

.testimonial .company-logo {
  margin-top: 25px;
  max-width: 110px;
}

.testimonial .button {
  margin-top: 38px;
}

.testimonial .sides-wrapper-wrapper {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-justify-content: space-around;
  -moz-justify-content: space-around;
  -ms-justify-content: space-around;
  -o-justify-content: space-around;
  justify-content: space-around;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.additional-case-studies {
  padding-top: 30px;
  padding-left: 15px;
  padding-right: 15px;
}

.case-studies-list {
  list-style-type: none;
  padding-left: 0;
  margin-top: 30px;
}

.case-studies-list li {
  font-size: 15px;
  font-family: Montserrat;
  line-height: 40px;
  font-weight: bold;
}

@media (max-width:1280px) {
  .testimonial .testimonial-title {
    font-size: 21px;
    line-height: 28px;
  }
}

@media (max-width:767px) {
  .testimonial .button {
    margin-left: auto;
    margin-right: auto;
  }
}

@media (max-width:567px) {
  .testimonial .sides-wrapper-wrapper {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

@media (min-width:568px) {
  .testimonial .sides-wrapper-wrapper {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

@media (max-width:1023px) {
  .testimonial {
    padding-top: 55px;
    padding-bottom: 50px;
  }
  .testimonial .left-side {
    max-width: 30%;
    margin-right: 25px;
  }
  .testimonial .testimonial-title {
    text-align: center;
    margin-top: 0;
    margin-bottom: 30px;
    font-size: 24px;
    line-height: 32px;
  }
  .testimonial .button {
    max-width: 282px;
  }
  .additional-case-studies {
    text-align: center;
    width: 100%;
  }
}

@media (min-width:1024px) and (max-width:1279px) {
  .additional-case-studies {
    display: none;
  }
}

.search-theme .testimonial {
  background-color: #0d63bf;
}

.search-theme .testimonial .case-studies-list a {
  color: white;
  -moz-text-decoration-line: none;
  text-decoration-line: none;
  -o-transition: all .3s ease;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  transition: all .3s ease;
}

.search-theme .testimonial .case-studies-list a:hover {
  color: #f5a623;
}

.search-theme .testimonial .testimonial-title {
  color: #e6eef7;
}

.search-theme .testimonial .person-name {
  color: #e6eef7;
}

.search-theme .testimonial .person-title {
  color: #e6eef7;
}

.search-theme .testimonial .button {
  font-weight: bold;
  line-height: 18px;
  display: inline-block;
  -moz-border-radius: 40px;
  border-radius: 40px;
  padding: 15px 40px;
  -moz-text-decoration: none;
  text-decoration: none;
  -o-transition: .3s background-color;
  -webkit-transition: .3s background-color;
  -moz-transition: .3s background-color;
  transition: .3s background-color;
  font-family: Montserrat;
  font-size: 14px;
  text-align: center;
  cursor: pointer;
  border-width: 1px;
  color: #ffffff;
  background-color: #f5a623;
  border-color: #f5a623;
  border-style: solid;
}

.search-theme .additional-case-studies {
  color: #ffffff;
}

@media (min-width:1025px) {
  .search-theme .testimonial .button:hover {
    background-color: transparent;
    color: #f5a623;
  }
}

.analytics-theme .testimonial {
  background-color: #352143;
}

.analytics-theme .testimonial .testimonial-title {
  color: #e6eef7;
}

.analytics-theme .testimonial .person-name {
  color: #e6eef7;
}

.analytics-theme .testimonial .person-title {
  color: #e6eef7;
}

.analytics-theme .testimonial .button {
  font-weight: bold;
  line-height: 18px;
  display: inline-block;
  -moz-border-radius: 40px;
  border-radius: 40px;
  padding: 15px 40px;
  -moz-text-decoration: none;
  text-decoration: none;
  -o-transition: .3s background-color;
  -webkit-transition: .3s background-color;
  -moz-transition: .3s background-color;
  transition: .3s background-color;
  font-family: Montserrat;
  font-size: 14px;
  text-align: center;
  cursor: pointer;
  border-color: #ef427f;
  color: white;
  border-width: 1px;
  border-style: solid;
  background-color: #ef427f;
}

@media (min-width:1025px) {
  .analytics-theme .testimonial .button:hover {
    background-color: transparent;
    color: #ef427f;
  }
}

.features {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 100px;
}

.features .features-headline {
  font-family: Montserrat;
  font-size: 32px;
  font-weight: bold;
  line-height: 40px;
  color: #1a2633;
  text-align: center;
  margin-top: 100px;
  padding-bottom: 0;
}

.features .features-container {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-around;
  -moz-justify-content: space-around;
  -ms-justify-content: space-around;
  -o-justify-content: space-around;
  justify-content: space-around;
}

.features .feature-item {
  width: 270px;
  padding-left: 16px;
  padding-right: 16px;
  margin-top: 100px;
}

.features .feature-description {
  text-align: center;
  color: #1a2633;
  font-family: Open Sans;
  line-height: 32px;
  line-height: 24px;
  font-weight: 300;
  font-size: 24px;
  font-size: 16px;
}

.features .feature-icon {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
}

.features .feature-icon img {
  max-height: 40px;
  max-width: 165px;
}

@media (max-width:767px) {
  .features .features-headline {
    font-size: 24px;
    line-height: 32px;
  }
}

@media (max-width:1279px) {
  .features {
    padding-bottom: 60px;
  }
  .features .features-headline {
    margin-top: 60px;
  }
  .features .feature-item {
    margin-top: 40px;
  }
}

@media (max-width:1280px) {
  .features .feature-description {
    font-size: 21px;
    line-height: 28px;
  }
}

.analytics-theme .features .features-headline {
  color: #1a2633;
}

.analytics-theme .features .feature-description {
  color: #1a2633;
}

.search-theme .features .features-headline {
  color: #1a2633;
}

.search-theme .features .feature-description {
  color: #434b54;
}

.range-slider {
  position: relative;
  height: 14px;
  margin: 45px 0 10px 0;
  -moz-border-radius: 10px;
  border-radius: 10px;
  text-align: left;
}

.range-slider > .range-mask {
  position: absolute;
  left: 0;
  right: 0;
  height: 14px;
}

.range-slider .slider-before-value, .range-slider .slider-after-value {
  position: absolute;
  height: 14px;
}

.range-slider .slider-before-value {
  left: 0;
}

.range-slider .slider-after-value {
  right: 0;
}

.range-slider .slider-thumb {
  position: absolute;
  top: -10px;
  z-index: 2;
  height: 34px;
  width: 34px;
  text-align: left;
  margin-left: -17px;
  cursor: pointer;
  -moz-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.4);
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.4);
  -moz-border-radius: 50%;
  border-radius: 50%;
  outline: none;
}

.range-slider > .slider-input {
  position: absolute;
  pointer-events: all;
  z-index: 3;
  height: 14px;
  top: -2px;
  width: 100%;
  opacity: 0;
}

.range-slider > .slider-input::-ms-track, .range-slider > .slider-input::-moz-range-track {
  background-color: transparent;
  color: transparent;
}

.range-slider > .slider-input:focus::-webkit-slider-runnable-track {
  background-color: transparent;
  border-color: transparent;
}

.range-slider > .slider-input:focus {
  outline: none;
}

.range-slider > .slider-input::-ms-thumb, .range-slider > .slider-input::-moz-range-thumb {
  width: 28px;
  height: 28px;
  border: none;
  -moz-border-radius: 0;
  border-radius: 0;
  pointer-events: all;
}

.range-slider > .slider-input::-webkit-slider-thumb {
  width: 28px;
  height: 28px;
  border: none;
  -moz-border-radius: 0;
  border-radius: 0;
  pointer-events: all;
}

.range-slider > .slider-input::-ms-fill-lower, .range-slider > .slider-input::-ms-fill-upper {
  background-color: transparent;
  border: none;
}

.range-slider > .slider-input::-ms-tooltip {
  display: none;
}

.range-slider .slider-sign {
  -webkit-user-select: none;
  -o-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  opacity: 1;
  position: absolute;
  margin-left: -49px;
  top: -60px;
  z-index: 3;
  background-color: #fff;
  width: 100px;
  height: 45px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  text-align: center;
  -moz-box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.19);
  box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.19);
  color: #4a4a4a;
  line-height: 45px;
  font-size: 18px;
  font-weight: 600;
}

.range-slider .slider-sign:after {
  position: absolute;
  content: '';
  -moz-border-radius: 16px;
  border-radius: 16px;
  top: 34px;
  left: 35px;
  border-left: 14px solid transparent;
  border-right: 14px solid transparent;
  border-top: 16px solid #fff;
}

.range-slider:hover .slider-sign {
  opacity: 1;
}

@media (max-width:1023px) {
  .range-slider {
    margin: 65px 25px 10px 25px;
  }
  .range-slider .slider-sign {
    width: 75px;
    margin-left: -38px;
  }
  .range-slider .slider-sign:after {
    left: 24px;
  }
}

.social-proof-container {
  background-color: white;
  padding-bottom: 6px;
}

.social-proof-container h2 {
  margin: 0;
  padding-left: 16px;
  padding-right: 16px;
  text-align: center;
  font-family: Montserrat;
  font-size: 32px;
  line-height: 40px;
}

.social-proof-item {
  height: 100px;
  width: 150px;
  margin-right: 34px;
  margin-left: 34px;
  margin-top: 40px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
}

.social-proof-item img {
  width: 100%;
  height: auto;
}

.social-proof-items {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  padding-left: 40px;
  padding-right: 40px;
  padding-bottom: 40px;
  max-width: 1400px;
  margin-right: auto;
  margin-left: auto;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
}

@media (min-width:1025px) {
  .social-proof-container {
    padding-top: 96px;
  }
}

@media (max-width:1024px) {
  .social-proof-container {
    padding-top: 64px;
  }
}

@media (max-width:767px) {
  .social-proof-item {
    height: 50px;
    width: 100px;
    margin-left: 10px;
    margin-right: 10px;
  }
}

.footer-container {
  min-height: 587px;
  background-color: #1a2633;
  color: #e6eef7;
  font-size: 16px;
  line-height: 40px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  position: relative;
}

.footer-container a {
  opacity: 0.7;
}

.footer-container .footer-group a, .footer-container .footer-lower * {
  color: white !important;
  -moz-text-decoration-line: none !important;
  text-decoration-line: none !important;
}

.footer-container .footer-inner-container {
  max-width: 1150px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  padding: 100px 32px 80px 32px;
}

.footer-container .footer-inner-container a {
  display: block;
}

.footer-container .footer-group {
  margin-right: 10px;
}

.footer-container .footer-group:last-child {
  margin-right: 0;
}

.footer-container .footer-group a {
  max-width: 135px;
  line-height: 1.7;
  margin-bottom: 15px;
}

.footer-container .footer-group-title {
  font-size: 15px;
  font-family: Montserrat;
  line-height: 19px;
  font-weight: bold;
  margin-bottom: 24px;
}

.footer-container .footer-logo-image {
  margin-right: 100px;
}

.footer-container .footer-logo-image a {
  display: block;
  height: 93px;
  width: 200px;
}

.footer-container .footer-logo-image img {
  max-width: 100%;
  max-height: 100%;
}

.footer-container .footer-lower {
  padding-left: 32px;
  padding-right: 32px;
  background-color: #1a2633;
  min-height: 74px;
  width: 100%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: #434b54;
}

.footer-container .footer-lower img {
  width: 26px;
  vertical-align: middle;
}

.footer-container .footer-lower-inner {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  width: 100%;
  max-width: 1050px;
}

.footer-container .footer-lower-left a {
  margin-right: 43px;
}

.footer-container .footer-lower-left a:last-child {
  margin-right: 0;
}

.footer-container .footer-lower-right a {
  margin-left: 25px;
  opacity: 1;
}

.footer-container .footer-lower-right a:first-child {
  margin-left: 0;
}

.footer-container .footer-logo {
  display: block;
  opacity: 1;
}

@media (max-width:1279px) {
  .footer-container .footer-inner-container {
    padding-top: 55px;
  }
}

@media (min-width:768px) {
  .footer-container .footer-group-title {
    margin-bottom: 32px;
  }
}

@media (max-width:767px) {
  .footer-container {
    font-size: 14px;
  }
  .footer-container .footer-inner-container {
    padding: 60px 32px 35px 32px;
  }
  .footer-container .footer-group {
    min-width: 134px;
  }
  .footer-container .footer-group-title {
    font-size: 13px;
  }
}

@media (max-width:1023px) {
  .footer-container .footer-logo-image {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    -o-flex-basis: 100%;
    flex-basis: 100%;
    margin-right: 0;
  }
}

@media (max-width:567px) {
  .footer-container .footer-group {
    margin-bottom: 24px;
  }
  .footer-container .footer-lower-inner {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    padding-right: 0;
    padding-top: 24px;
    padding-bottom: 26px;
  }
  .footer-container .footer-lower-inner a {
    opacity: 1;
  }
  .footer-container .footer-lower-left {
    margin-bottom: 12px;
  }
  .footer-container .footer-lower-left a {
    margin-right: 48px;
  }
}

.centered-tooltip {
  position: absolute;
  width: 0;
  height: 0;
  top: 50%;
  left: 50%;
}

.tippy-tooltip.honeybee-theme {
  background-color: white;
  -moz-border-radius: 24px;
  border-radius: 24px;
  -moz-box-shadow: 0 0 5px 0 rgba(0,0,0,0.5);
  box-shadow: 0 0 5px 0 rgba(0,0,0,0.5);
  color: #0f0f0f;
  font-family: Montserrat;
  line-height: 18px;
  font-size: 14px;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 20px;
  padding-right: 20px;
}

.tippy-popper[x-placement^=top] .tippy-tooltip.honeybee-theme .tippy-arrow {
  border-top: 7px solid white;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
  -webkit-filter: drop-shadow(0px 1px 0px rgba(0,0,0,.1));
  -o-filter: drop-shadow(0px 1px 0px rgba(0,0,0,.1));
  filter: drop-shadow(0px 1px 0px rgba(0,0,0,.1));
}

.tippy-popper[x-placement^=bottom] .tippy-tooltip.honeybee-theme .tippy-arrow {
  border-bottom: 7px solid white;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
  -webkit-filter: drop-shadow(0px -1px 0px rgba(0,0,0,.1));
  -o-filter: drop-shadow(0px -1px 0px rgba(0,0,0,.1));
  filter: drop-shadow(0px -1px 0px rgba(0,0,0,.1));
}

.tippy-popper[x-placement^=left] .tippy-tooltip.honeybee-theme .tippy-arrow {
  border-left: 7px solid white;
}

.tippy-popper[x-placement^=right] .tippy-tooltip.honeybee-theme .tippy-arrow {
  border-right: 7px solid white;
}

.tippy-placement-top {
  border-top: 7px solid white;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
  -webkit-filter: drop-shadow(0px 1px 0px rgba(0,0,0,.1));
  -o-filter: drop-shadow(0px 1px 0px rgba(0,0,0,.1));
  filter: drop-shadow(0px 1px 0px rgba(0,0,0,.1));
  top: 98%;
  left: calc(50% - 4px);
}

.tippy-placement-bottom {
  border-bottom: 7px solid white;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
  -webkit-filter: drop-shadow(0px -1px 0px rgba(0,0,0,.1));
  -o-filter: drop-shadow(0px -1px 0px rgba(0,0,0,.1));
  filter: drop-shadow(0px -1px 0px rgba(0,0,0,.1));
  top: calc(0% - 6px);
  left: calc(50% - 4px);
}

.tippy-placement-left {
  border-right: 7px solid white;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  -webkit-filter: drop-shadow(1px 1px 0px rgba(0,0,0,.1));
  -o-filter: drop-shadow(1px 1px 0px rgba(0,0,0,.1));
  filter: drop-shadow(1px 1px 0px rgba(0,0,0,.1));
  left: calc(0% - 7px);
}

.tippy-placement-right {
  border-left: 7px solid white;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  -webkit-filter: drop-shadow(1px 0px 0px rgba(0,0,0,.1));
  -o-filter: drop-shadow(1px 0px 0px rgba(0,0,0,.1));
  filter: drop-shadow(1px 0px 0px rgba(0,0,0,.1));
  left: 100%;
}

.tooltip-container {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  -o-flex-direction: row;
  flex-direction: row;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  text-align: left;
  max-width: 350px;
  position: relative;
}

.tooltip-pinpoint {
  width: 100px;
  height: 100px;
  position: absolute;
}

.tooltip-pinpoint-relative {
  position: relative;
}

.tooltip-image-with-text {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
}

.tooltip-image-with-text p {
  margin-left: 24px;
  text-align: left;
}

.tooltip-image-with-text .tooltip-person-icon {
  max-width: 15px;
}

.tooltip-image-with-text .tooltip-train-icon {
  max-width: 16px;
}

.tooltip-image-with-text .tooltip-car-icon {
  max-width: 19px;
}

@media (max-width:767px) {
  .tooltip-container-smaller-on-mobile {
    max-width: 200px;
  }
}

@media (min-width:768px) and (max-width:1024px) {
  .tooltip-container-smaller-on-tablet-md {
    max-width: 160px;
  }
  .tooltip-container-smaller-on-tablet-xmd {
    max-width: 210px;
  }
  .tooltip-container-smaller-on-tablet-215 {
    max-width: 215px;
  }
  .tooltip-container-smaller-on-tablet-lg {
    max-width: 300px;
  }
}

.menu-side {
  position: fixed;
  top: 0;
  bottom: 0;
  width: 280px;
  min-height: 100vh;
  right: 0;
  overflow-y: auto;
  background-color: white;
  z-index: 0;
  -o-transition: transform .6s cubic-bezier(0.230, 1.000, 0.320, 1.000);
  -webkit-transition: transform .6s cubic-bezier(0.230, 1.000, 0.320, 1.000);
  -moz-transition: transform .6s cubic-bezier(0.230, 1.000, 0.320, 1.000);
  transition: transform .6s cubic-bezier(0.230, 1.000, 0.320, 1.000);
  padding-left: 48px;
  -webkit-transform: translateX(280px);
  -moz-transform: translateX(280px);
  -o-transform: translateX(280px);
  transform: translateX(280px);
  -moz-box-shadow: 1px 0px 7px 0 rgba(0,0,0,0.5), 1px 1px 20px 0 rgba(0,0,0,0.22);;
  box-shadow: 1px 0px 7px 0 rgba(0,0,0,0.5), 1px 1px 20px 0 rgba(0,0,0,0.22);;
}

.menu-button.is-active {
  display: none;
}

.close-menu-button {
  background-color: transparent;
  border: none;
  outline: none;
}

.close-menu-button:focus {
  outline: none;
}

.close-menu-button .burger-icon-dark {
  color: #8f9fb3;
}

.close-menu-button .burger-icon-dark::after {
  color: #8f9fb3;
  width: 14px;
  height: 2px;
  background-color: #8f9fb3;
}

.close-menu-button .burger-icon-dark::before {
  color: #8f9fb3;
  width: 14px;
  height: 2px;
  background-color: #8f9fb3;
}

.menu-side .top {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  margin-top: 18px;
}

.sticky-helper {
  position: relative;
  z-index: 1100;
}

.menu-side header {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}

.panel {
  -o-transition: all .2s linear;
  -webkit-transition: all .2s linear;
  -moz-transition: all .2s linear;
  transition: all .2s linear;
  position: relative;
  z-index: 1;
  right: 0;
}

.slideout-panel {
  position: relative;
  background-color: white;
  min-height: 100vh;
  overflow-x: hidden;
  overflow-y: hidden;
}

.header-top {
  position: fixed;
  right: 0;
  height: 96px;
  -o-transition: right .2s linear;
  -webkit-transition: right .2s linear;
  -moz-transition: right .2s linear;
  transition: right .2s linear;
  top: 0;
  width: 100%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}

.header-top-main-page-theme {
  background-color: #20234a;
  color: rgba(247,249,250,0.75);
}

.header-top-main-page-theme a {
  color: rgba(247,249,250,0.75);
}

.header-top-analytics-theme {
  background-color: #2a1438;
  color: #d8d8d8;
}

.header-top-analytics-theme a {
  color: #d8d8d8;
}

.header-top-search-theme {
  background-color: #ffffff;
  border-bottom: 1px solid #e6eef7;
  color: #434b54;
}

.header-top-search-theme a {
  color: #434b54;
}

.menu-button {
  display: inline-block;
  margin-right: 15px;
  padding: 0.5em;
  background-color: transparent;
  border: none;
  cursor: pointer;
}

.menu-button:focus {
  outline: none;
}

.menu-top {
  height: 96px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  -o-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
}

.menu-item-top {
  cursor: default;
  cursor: pointer;
  -webkit-user-select: none;
  -o-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  position: relative;
  font-size: 16px;
  line-height: 24px;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 24px;
  padding-right: 24px;
}

.menu-item-top:last-child {
  padding-right: 0;
}

.menu-item-top:hover .dropdown {
  opacity: 1;
  -webkit-transform: scaleY(1);
  -moz-transform: scaleY(1);
  -o-transform: scaleY(1);
  transform: scaleY(1);
}

.menu-top .dropdown-content a {
  color: #002954;
}

.menu-side-heading {
  color: #8f9fb3;
  font-family: Montserrat;
  text-transform: uppercase;
  font-size: 15px;
  line-height: 19px;
  margin-top: 32px;
  margin-bottom: 16px;
  font-weight: bold;
}

.menu-side-item {
  color: #002954;
  font-family: Montserrat;
  font-size: 16px;
  margin-bottom: 10px;
  line-height: 24px;
  font-weight: bold;
}

.menu-side-logo {
  height: 36px;
  width: 121px;
  margin-right: 5px;
  position: relative;
  right: 5px;
}

.menu-mobile-split {
  height: 1px;
  width: 92.5%;
  background-color: #dcdcdc;
  margin-bottom: 32px;
  margin-top: 32px;
}

.menu-side-last-group-item {
  margin-bottom: 0;
}

.header-logo {
  margin-top: auto;
  margin-bottom: auto;
}

.header-inner {
  max-width: 1200px;
  margin-left: auto;
  margin-left: 0.5em;
  margin-right: auto;
  margin-right: 0.5em;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  -ms-flex-grow: 1;
  -o-flex-grow: 1;
  flex-grow: 1;
  -webkit-flex-shrink: 1;
  -moz-flex-shrink: 1;
  -ms-flex-shrink: 1;
  -o-flex-shrink: 1;
  flex-shrink: 1;
  -webkit-flex-basis: 0 %%;
  -moz-flex-basis: 0 %%;
  -ms-flex-basis: 0 %%;
  -o-flex-basis: 0 %%;
  flex-basis: 0 %%;
}

.header-inner .arrow {
  width: 0;
  height: 0;
  border-left: 3.5px solid transparent;
  border-right: 3.5px solid transparent;
  border-top: 6px solid #8f9fb3;
  position: absolute;
  right: 12.5px;
  bottom: 22.5px;
}

@media (min-width:1025px) {
  .menu-side {
    display: block;
  }
  .sticky-helper {
    padding-top: 96px;
  }
  .header-top {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
  }
  .menu-button {
    display: none;
  }
}

@media (max-width:1024px) {
  .sticky-helper {
    padding-top: 64px;
  }
  .menu-side header {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
  }
  .menu-side.panel-open {
    z-index: 9999;
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    -o-transform: translateX(0px);
    transform: translateX(0px);
  }
  .panel.panel-open {
    right: 280px;
    overflow: hidden;
  }
  .panel-open.header-top {
    right: 280px;
    overflow: hidden;
  }
  .header-top {
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    -ms-justify-content: flex-end;
    -o-justify-content: flex-end;
    justify-content: flex-end;
    height: 64px;
  }
  .menu-top {
    display: none;
  }
  .header-logo img {
    width: 70%;
  }
}

.dropdown-arrow {
  width: 0;
  height: 0;
  z-index: 2;
  position: absolute;
  top: -11px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  border-bottom-width: 12px;
  border-bottom-color: white;
  border-bottom-style: solid;
  border-right-width: 12px;
  border-right-color: transparent;
  border-right-style: solid;
  border-left-width: 12px;
  border-left-color: transparent;
  border-left-style: solid;
}

.dropdown {
  opacity: 0;
  color: #242f42;
  -webkit-transform: scaleY(0);
  -moz-transform: scaleY(0);
  -o-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: top;
  -moz-transform-origin: top;
  -o-transform-origin: top;
  transform-origin: top;
  -o-transition: visibility 0s, opacity 0.25s ease-in, transform 0.15s ease;
  -webkit-transition: visibility 0s, opacity 0.25s ease-in, transform 0.15s ease;
  -moz-transition: visibility 0s, opacity 0.25s ease-in, transform 0.15s ease;
  transition: visibility 0s, opacity 0.25s ease-in, transform 0.15s ease;
  top: 15px;
  position: relative;
}

.dropdown.products .dropdown-content {
  width: 378px;
}

.dropdown-content {
  position: absolute;
  padding: 56px 32px;
  z-index: 1;
  background-color: white;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  -moz-box-shadow: 0 1px 3px 0 rgba(0,0,0,0.15), 0 5px 18px 0 rgba(0,0,0,0.22);
  box-shadow: 0 1px 3px 0 rgba(0,0,0,0.15), 0 5px 18px 0 rgba(0,0,0,0.22);
}

.dropdown-content::after {
  content: no-close-quote;
  width: 10px;
  height: 10px;
  top: -8px;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  background: url('assets/images/common/icons/popup_arrow_up.svg') center no-repeat;
  z-index: 0;
}

.dropdown.products .dropdown-item img {
  width: 160px;
  height: 43px;
}

.dropdown.products .dropdown-item .desc {
  padding-top: 16px;
  font-size: 14px;
}

.dropdown .dropdown-item {
  display: block;
}

.dropdown.products .dropdown-item {
  display: block;
}

.dropdown.products .dropdown-item:first-child {
  padding-bottom: 32px;
  border-bottom: 1px solid #dcdcdc;
  -o-transition: all .3s ease;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  transition: all .3s ease;
}

.dropdown.products .dropdown-item:last-child {
  padding-top: 32px;
}

.dropdown.resources .dropdown-content {
  width: 425px;
  padding: 56px 32px 56px 73px;
}

.dropdown.resources .dropdown-item {
  font-family: Montserrat;
  color: #1a2633;
  font-weight: 700;
  line-height: 24px;
}

.dropdown.resources .dropdown-item:not(:last-child) {
  padding-bottom: 24px;
  border-bottom: 1px solid #dcdcdc;
}

.dropdown.resources .dropdown-item:not(:first-child) {
  padding-top: 24px;
}

.dropdown.resources .dropdown-item:first-child img {
  width: 20px;
  height: auto;
  position: absolute;
  left: 31px;
  top: 60px;
}

.benefits-container-container {
  background-color: #f7f9fa;
  z-index: 1001;
}

.benefits-container {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 120px;
  padding-bottom: 120px;
}

.benefits-header {
  padding-left: 16px;
  padding-right: 16px;
  margin-top: 0;
  margin-bottom: 0;
  color: #1a2633;
  font-family: Montserrat;
  line-height: 40px;
  font-weight: bold;
  font-size: 32px;
  text-align: center;
}

.benefits-items {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  text-align: center;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  -o-flex-wrap: nowrap;
  flex-wrap: nowrap;
  margin-top: 40px;
  -webkit-justify-content: space-around;
  -moz-justify-content: space-around;
  -ms-justify-content: space-around;
  -o-justify-content: space-around;
  justify-content: space-around;
}

.benefits-items h3 {
  font-family: Montserrat;
  font-family: Open Sans;
  font-weight: 300;
  font-size: 24px;
  color: #1a2633;
  line-height: 30px;
  margin-top: 0;
  margin-bottom: 16px;
}

.benefits-items p {
  font-family: Open Sans;
  font-size: 16px;
  line-height: 24px;
  color: #434b54;
  margin: 0;
}

.benefits-item {
  padding-left: 16px;
  padding-right: 16px;
  max-width: 400px;
  text-align: center;
}

.using-traveltime-button-container {
  margin-top: 47px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
}

@media (max-width:767px) {
  .benefits-container {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .benefits-header {
    font-size: 24px;
    line-height: 32px;
  }
  .benefits-items {
    margin-top: 21px;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
  }
  .benefits-items h3 {
    margin-bottom: 24px;
  }
  .benefits-item {
    margin-top: 39px;
  }
  .benefits-item:first-child {
    margin-top: 0;
  }
}

.analytics-theme .using-traveltime-button {
  font-weight: bold;
  line-height: 18px;
  display: inline-block;
  -moz-border-radius: 40px;
  border-radius: 40px;
  padding: 15px 40px;
  -moz-text-decoration: none;
  text-decoration: none;
  -o-transition: .3s background-color;
  -webkit-transition: .3s background-color;
  -moz-transition: .3s background-color;
  transition: .3s background-color;
  font-family: Montserrat;
  font-size: 14px;
  text-align: center;
  cursor: pointer;
  border-color: #ef427f;
  color: white;
  border-width: 1px;
  border-style: solid;
  background-color: #ef427f;
}

@media (min-width:1025px) {
  .analytics-theme .using-traveltime-button:hover {
    background-color: transparent;
    color: #ef427f;
  }
}

.search-theme .using-traveltime-button {
  font-weight: bold;
  line-height: 18px;
  display: inline-block;
  -moz-border-radius: 40px;
  border-radius: 40px;
  padding: 15px 40px;
  -moz-text-decoration: none;
  text-decoration: none;
  -o-transition: .3s background-color;
  -webkit-transition: .3s background-color;
  -moz-transition: .3s background-color;
  transition: .3s background-color;
  font-family: Montserrat;
  font-size: 14px;
  text-align: center;
  cursor: pointer;
  border-width: 1px;
  color: #ffffff;
  background-color: #083d77;
  border-color: #083d77;
  border-style: solid;
}

@media (min-width:1025px) {
  .search-theme .using-traveltime-button:hover {
    background-color: transparent;
    color: #083d77;
  }
}

.leaflet-container {
  background-color: rgba(255,0,0,0.0);
}

.zoomable-map-container {
  padding-bottom: 25px;
}

.zoomable-map-container .zoomable-map-legend {
  margin-top: 40px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
}

.zoomable-map-container .zoomable-map-legend-item {
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 10px;
  padding-right: 10px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
}

#zoomable-map {
  height: 65vh;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.zoomable-map-container .zoomable-map-title {
  text-align: center;
  font-family: Montserrat;
  font-size: 32px;
  font-weight: bold;
  line-height: 40px;
  margin: 0;
}

.zoomable-map-container .zoomable-map-legend-item-circle {
  width: 21px;
  height: 21px;
  -moz-border-radius: 100%;
  border-radius: 100%;
  margin-right: 8px;
}

.zoomable-map-container .zoomable-map-full-list-description {
  font-family: Open Sans;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
}

.zoomable-map-container .zoomable-map-full-list-description a {
  font-family: Montserrat;
  font-weight: bold;
  -moz-text-decoration: underline;
  text-decoration: underline;
}

@media (min-width:1025px) {
  .zoomable-map-container {
    padding-top: 96px;
  }
}

@media (max-width:1024px) {
  .zoomable-map-container {
    padding-top: 64px;
  }
}

@media (max-width:767px) {
  .zoomable-map-container .zoomable-map-title {
    font-size: 24px;
    line-height: 32px;
  }
}

.search-theme .zoomable-map-container {
  background-color: #e6eef7;
}

.search-theme .zoomable-map-container .zoomable-map-title {
  color: #1a2633;
}

.search-theme .zoomable-map-container .zoomable-map-legend-item-circle-full-coverage {
  background-color: #083d77;
}

.search-theme .zoomable-map-container .zoomable-map-legend-item-circle-driving {
  background-color: #f5a623;
}

.search-theme .zoomable-map-container .zoomable-map-full-list-description {
  color: #434b54;
}

.search-theme .zoomable-map-container .zoomable-map-full-list-description a {
  color: #f5a623;
}

.analytics-theme .zoomable-map-container {
  background-color: #2a1438;
}

.analytics-theme .zoomable-map-container .zoomable-map-title {
  color: #e6eef7;
}

.analytics-theme .zoomable-map-container .zoomable-map-legend-item {
  color: #ffffff;
}

.analytics-theme .zoomable-map-container .zoomable-map-legend-item-circle-full-coverage {
  background-color: #ef427f;
}

.analytics-theme .zoomable-map-container .zoomable-map-legend-item-circle-driving {
  background-color: #f5a623;
}

.analytics-theme .zoomable-map-container .zoomable-map-full-list-description {
  color: #e6eef7;
}

.analytics-theme .zoomable-map-container .zoomable-map-full-list-description a {
  color: #f5a623;
}

.submenu-container {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  font-family: Montserrat;
  font-weight: bold;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  font-size: 15px;
}

.submenu-item {
  margin-top: 32px;
  padding: 20px;
  cursor: pointer;
  color: white;
  -moz-text-decoration: none;
  text-decoration: none;
  -o-transition: all .3s ease;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  transition: all .3s ease;
}

.submenu-item:hover {
  color: #f5a623;
}

.search-theme .submenu-container {
  color: #ffffff;
  display: none;
}

@media (min-width:768px) {
  .search-theme .submenu-container {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
  }
}

.analytics-theme .submenu-container {
  color: #ffffff;
}

.analytics-theme .submenu-item:hover {
  color: #f5a623;
}

.pricing-plan-with-checkboxes {
  width: 504px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
}

.pricing-plan-with-checkboxes .plan-title {
  font-family: Montserrat;
  font-size: 32px;
  font-weight: bold;
  line-height: 40px;
  padding-left: 16px;
  padding-right: 16px;
  text-align: center;
}

.pricing-plan-with-checkboxes .plan-subtitle {
  font-family: Open Sans;
  font-size: 16px;
  line-height: 24px;
  padding-left: 16px;
  padding-right: 16px;
  text-align: center;
  margin-top: 16px;
}

.pricing-plan-with-checkboxes .plan-body {
  padding-top: 39px;
  padding-left: 32px;
  padding-right: 32px;
  padding-bottom: 39px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  margin-top: 61px;
}

.pricing-plan-with-checkboxes .plan-body select {
  -webkit-appearance: none;
  -o-appearance: none;
  -moz-appearance: none;
  appearance: none;
  height: 53px;
  padding-left: 16px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background-image: url(assets/images/common/icons/arrow_down_red.svg);
  background-repeat: no-repeat;
  color: #1a2633;
  background-color: #ffffff;
  border-color: #8f9fb3;
  padding-right: 40px;
  background-position: center right 20px;
  width: 100%;
  margin-top: 5px;
}

.pricing-plan-with-checkboxes .features-wrapper {
  margin-top: 85px;
}

.pricing-plan-with-checkboxes .plan-feature {
  font-family: Open Sans;
  font-size: 16px;
  line-height: 24px;
  margin-top: 24px;
  padding-left: 41px;
}

.pricing-plan-with-checkboxes .plan-feature:first-child {
  margin-top: 0;
}

.pricing-plan-with-checkboxes .price-per-amount {
  font-family: Montserrat;
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  text-align: center;
}

.pricing-plan-with-checkboxes .range-slider {
  margin-top: 100px;
}

.pricing-plan-with-checkboxes .buy-now-button {
  -webkit-align-self: center;
  -moz-align-self: center;
  -ms-align-self: center;
  -o-align-self: center;
  align-self: center;
  margin-top: 40px;
}

.pricing-plan-with-checkboxes .total-price {
  font-family: Open Sans;
  font-family: Montserrat;
  font-size: 24px;
  font-weight: 300;
  line-height: 32px;
  text-align: center;
  margin-top: 40px;
}

.pricing-plan-with-checkboxes .pricing-link {
  font-family: Montserrat;
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  font-weight: bold;
  margin-top: 10px;
  -moz-text-decoration: underline;
  text-decoration: underline;
  text-align: center;
}

@media (max-width:767px) {
  .pricing-plan-with-checkboxes .plan-title {
    font-size: 24px;
    line-height: 32px;
  }
}

@media (max-width:567px) {
  .pricing-plan-with-checkboxes {
    width: 100%;
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .pricing-plan-with-checkboxes .plan-body {
    -moz-border-radius: 0;
    border-radius: 0;
    padding-left: 16px;
    padding-right: 16px;
    margin-top: 0;
  }
  .pricing-plan-with-checkboxes .buy-now-button {
    margin-top: 10px;
    width: 90%;
    max-width: 300px;
  }
}

@media (max-width:1280px) {
  .pricing-plan-with-checkboxes .total-price {
    font-size: 21px;
    line-height: 28px;
  }
}

.pricing-plan-3-column-table {
  width: 100%;
  max-width: 600px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
}

.pricing-plan-3-column-table .plan-title {
  font-family: Montserrat;
  font-size: 32px;
  font-weight: bold;
  line-height: 40px;
  padding-left: 16px;
  padding-right: 16px;
  text-align: center;
}

.pricing-plan-3-column-table .plan-subtitle {
  font-family: Open Sans;
  font-size: 16px;
  line-height: 24px;
  padding-left: 16px;
  padding-right: 16px;
  text-align: center;
  margin-top: 16px;
}

.pricing-plan-3-column-table .plan-body {
  -moz-border-radius: 10px;
  border-radius: 10px;
  margin-top: 61px;
}

.pricing-plan-3-column-table .table-row {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  -o-flex-direction: row;
  flex-direction: row;
  border-top: 1px solid rgba(237,237,237,0.16);
  height: 108px;
}

.pricing-plan-3-column-table .table-row:last-child {
  height: 130px;
}

.pricing-plan-3-column-table .table-row:last-child > div {
  padding-bottom: 20px;
}

.pricing-plan-3-column-table .table-header {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  -o-flex-direction: row;
  flex-direction: row;
  height: 119px;
}

.pricing-plan-3-column-table .table-header .table-column-2 {
  font-family: Open Sans;
  font-size: 24px;
  font-size: 21px;
  font-weight: 300;
  line-height: 32px;
}

.pricing-plan-3-column-table .table-header .table-column-3 {
  font-family: Open Sans;
  font-size: 24px;
  font-size: 21px;
  font-weight: 300;
  line-height: 32px;
  text-align: center;
  padding-left: 20px;
}

.pricing-plan-3-column-table .plan-name {
  font-family: Montserrat;
  font-size: 15px;
  line-height: 19px;
  font-weight: bold;
}

.pricing-plan-3-column-table .table-column {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-right: 1px solid rgba(237,237,237,0.16);
}

.pricing-plan-3-column-table .table-column:last-child {
  border-right: none;
}

.pricing-plan-3-column-table .table-column > div {
  margin-bottom: 11px;
}

.pricing-plan-3-column-table .table-column > div:last-child {
  margin-bottom: 0;
}

.pricing-plan-3-column-table .table-column-1 {
  width: 35%;
  padding-left: 37px;
}

.pricing-plan-3-column-table .table-column-2 {
  font-family: Open Sans;
  font-size: 16px;
  line-height: 24px;
  width: 40%;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  -ms-flex-grow: 1;
  -o-flex-grow: 1;
  flex-grow: 1;
  padding-left: 30px;
}

.pricing-plan-3-column-table .table-column-3 {
  width: 25%;
  padding-left: 30px;
  padding-right: 20px;
  font-family: Open Sans;
  font-size: 16px;
  line-height: 24px;
}

.pricing-plan-3-column-table .buy-now-button {
  -webkit-align-self: center;
  -moz-align-self: center;
  -ms-align-self: center;
  -o-align-self: center;
  align-self: center;
  margin-top: 40px;
}

.pricing-plan-3-column-table .plan-body .price {
  font-family: Montserrat;
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  font-weight: bold;
}

.pricing-plan-3-column-table .plan-body .small-description {
  font-family: Open Sans;
  font-size: 16px;
  font-size: 14px;
  line-height: 24px;
  display: inline-block;
}

@media (max-width:767px) {
  .pricing-plan-3-column-table .plan-title {
    font-size: 24px;
    line-height: 32px;
  }
}

@media (max-width:1280px) {
  .pricing-plan-3-column-table .table-header .table-column-2 {
    font-size: 21px;
    line-height: 28px;
  }
  .pricing-plan-3-column-table .table-header .table-column-3 {
    font-size: 21px;
    line-height: 28px;
  }
}

@media (max-width:567px) {
  .pricing-plan-3-column-table {
    width: 100%;
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .pricing-plan-3-column-table .plan-body {
    margin-top: 38px;
    margin-left: 16px;
    margin-right: 16px;
    -moz-border-radius: 0;
    border-radius: 0;
    border-left: 1px solid rgba(237,237,237,0.16);
    border-right: 1px solid rgba(237,237,237,0.16);
  }
  .pricing-plan-3-column-table .table-row:last-child {
    height: 108px;
    border-bottom: 1px solid rgba(237,237,237,0.16);
  }
  .pricing-plan-3-column-table .table-row:last-child > div {
    padding-bottom: 0;
  }
  .pricing-plan-3-column-table .table-header {
    border-top: 1px solid rgba(237,237,237,0.16);
  }
  .pricing-plan-3-column-table .table-column-1 {
    width: 40%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .pricing-plan-3-column-table .table-column-2 {
    padding-left: 12px;
    font-size: 14px;
  }
  .pricing-plan-3-column-table .table-column-3 {
    padding-left: 15px;
  }
  .pricing-plan-3-column-table .buy-now-button {
    width: 90%;
    max-width: 300px;
  }
}

.resources-page {
  position: relative;
  padding: 120px 0;
}

.resources-page .splashes {
  position: absolute;
  width: 15%;
  height: 30%;
  background-size: contain;
  background-position: 50% 0;
  background-repeat: no-repeat;
}

.resources-page .left-splashes {
  background-image: url(assets/images/common/components/resources-page/splash_left_terms_and_conditions.svg);
  top: 25%;
  left: 0;
}

.resources-page .right-splashes {
  background-image: url(assets/images/common/components/resources-page/splash_right_terms_and_conditions.svg);
  top: 0;
  right: 0;
}

.resources-page .resources-description-section {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  width: 100%;
  max-width: 1200px;
  padding: 0 20px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.resources-page .resources-title {
  width: 100%;
  border-bottom: 1px solid #d9d9d9;
  text-align: center;
}

.resources-page .resources-title .title {
  font-family: Montserrat;
  font-size: 40px;
  font-weight: bold;
  line-height: 48px;
  margin-top: 135px;
  margin-bottom: 70px;
}

.resources-page .resources-description {
  padding-top: 67px;
  padding-bottom: 101px;
  text-align: center;
}

.resources-page .resources-description .title {
  font-family: Montserrat;
  font-size: 32px;
  font-weight: bold;
  line-height: 40px;
  max-width: 780px;
  margin-bottom: 42px;
}

.resources-page .resources-description .resources-description-content {
  font-family: Open Sans;
  font-size: 16px;
  line-height: 24px;
  display: inline-block;
  max-width: 700px;
}

.resources-page .resources-article-list {
  position: relative;
  z-index: 1;
}

.resources-page .resources-article-list .article-list-title {
  font-family: Montserrat;
  font-size: 32px;
  font-weight: bold;
  line-height: 40px;
  text-align: center;
  margin: 108px 0 72px 0;
}

.resources-page .article-list-container {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.resources-page .resources-article-list .article-list {
  padding: 0 12.5px;
  display: -ms-grid;
  display: grid;
  -ms-grid-gap: 12.5px;
  grid-gap: 12.5px;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  -ms-grid-template-columns: repeat(auto-fit, minmax(270px, 270px));
  grid-template-columns: repeat(auto-fit, minmax(270px, 270px));
}

.resources-page .article-list .article-list-item {
  max-width: 270px;
  -moz-text-decoration: none;
  text-decoration: none;
}

.resources-page .article-list .article-list-item :last-child {
  margin-right: auto;
}

.resources-page .article-list .article-list-item:hover .article-title {
  -moz-text-decoration: underline;
  text-decoration: underline;
  -moz-text-decoration-color: #1a2633;
  text-decoration-color: #1a2633;
}

.resources-page .article-list-item .article-image {
  height: 270px;
  -moz-box-shadow: 0 2px 14px 0 rgba(0,0,0,0.1);
  box-shadow: 0 2px 14px 0 rgba(0,0,0,0.1);
  -moz-border-radius: 10px;
  border-radius: 10px;
  -webkit-align-self: center;
  -moz-align-self: center;
  -ms-align-self: center;
  -o-align-self: center;
  align-self: center;
}

.resources-page .article-list-item .article-title {
  font-family: Montserrat;
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  margin: 16px 0;
}

.resources-page .article-list-item .article-description {
  font-family: Open Sans;
  font-size: 16px;
  line-height: 24px;
  margin: 0;
}

@media (max-width:567px) {
  .resources-page .resources-title {
    max-width: 330px;
  }
}

@media (max-width:767px) {
  .resources-page {
    padding: 48px 0;
  }
  .resources-page .resources-description .title {
    font-size: 24px;
    line-height: 32px;
  }
  .resources-page .resources-article-list .article-list-title {
    font-size: 24px;
    line-height: 32px;
    margin: 48px auto 32px;
    max-width: 300px;
    text-align: center;
  }
}

@media (max-width:1279px) {
  .resources-page .article-list .article-list-item {
    margin-bottom: 50px;
  }
}

@media (max-width:1023px) {
  .resources-page {
    padding: 57px 0;
  }
  .resources-page .splashes {
    display: none;
  }
  .resources-page .resources-title .title {
    font-size: 32px;
    line-height: 40px;
    margin-top: 64px;
    margin-bottom: 49px;
  }
  .resources-page .resources-description {
    padding-top: 47px;
    padding-bottom: 64px;
  }
  .resources-page .resources-description .title {
    margin-bottom: 32px;
  }
  .resources-page .resources-article-list .article-list-title {
    font-size: 24px;
    margin: 64px auto 45px;
    line-height: 32px;
  }
  .resources-page .resources-article-list .article-list {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
  }
  .resources-page .article-list .article-list-item {
    text-align: center;
  }
}

.search-theme .resources-page .resources-title .title {
  color: #1a2633;
}

.search-theme .resources-page .resources-description .title {
  color: #1a2633;
}

.search-theme .resources-page .resources-description .resources-description-content {
  color: #434b54;
}

.search-theme .resources-page .resources-article-list .article-list-title {
  color: #1a2633;
}

.search-theme .resources-page .article-list-item .article-title {
  color: #1a2633;
}

.search-theme .resources-page .article-list-item .article-description {
  color: #434b54;
}

.cookie-popup-home {
  position: fixed;
  width: 100%;
  background-color: #1a2633;
  z-index: 10000;
  bottom: 0;
}

.cookie-popup-home.hide {
  z-index: 1 !important;
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -o-transform: translateY(100%);
  transform: translateY(100%);
  -o-transition: all .4s ease-in-out;
  -webkit-transition: all .4s ease-in-out;
  -moz-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}

.cookie-popup-home .popup-inner {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding: 32px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
}

.cookie-popup-home .content .policy {
  max-width: 760px;
}

.cookie-popup-home .popup-inner .cookie-icon {
  width: 48px;
  height: 48px;
  margin-right: 32px;
  margin-top: 16px;
  background: url(/assets/images/common/icons/icon_cookie.svg) no-repeat 50% 50%;
  background-size: contain;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-shrink: 0;
  -o-flex-shrink: 0;
  flex-shrink: 0;
}

.cookie-popup-home .popup-inner .content {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  -o-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  -o-align-items: flex-start;
  align-items: flex-start;
  font-family: Open Sans;
  font-size: 12px;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-shrink: 0;
  -o-flex-shrink: 0;
  flex-shrink: 0;
  line-height: 18px;
  color: white;
  width: 100%;
  max-width: 840px;
  -webkit-flex: 1 1 auto;
  -moz-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  -o-flex: 1 1 auto;
  flex: 1 1 auto;
}

.cookie-popup-home .popup-inner .buttons {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  -o-justify-content: flex-end;
  justify-content: flex-end;
  margin-left: 32px;
}

.cookie-popup-home .orange {
  color: #f5a623;
  font-weight: bold;
  -moz-text-decoration-line: none;
  text-decoration-line: none;
}

.cookie-popup-home .popup-inner .buttons .btn {
  width: 117px;
  height: 40px;
  padding: 0 !important;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-justify-content: space-around;
  -moz-justify-content: space-around;
  -ms-justify-content: space-around;
  -o-justify-content: space-around;
  justify-content: space-around;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  text-align: center;
  cursor: pointer;
}

.accept-cookies-btn {
  font-weight: bold;
  line-height: 18px;
  display: inline-block;
  -moz-border-radius: 40px;
  border-radius: 40px;
  padding: 15px 40px;
  -moz-text-decoration: none;
  text-decoration: none;
  -o-transition: .3s background-color;
  -webkit-transition: .3s background-color;
  -moz-transition: .3s background-color;
  transition: .3s background-color;
  font-family: Montserrat;
  font-size: 14px;
  text-align: center;
  cursor: pointer;
  border-width: 1px;
  color: #ffffff;
  background-color: #f5a623;
  border-color: #f5a623;
  border-style: solid;
}

.cookie-popup-home .options-btn {
  font-weight: bold;
  line-height: 18px;
  display: inline-block;
  -moz-border-radius: 40px;
  border-radius: 40px;
  padding: 15px 40px;
  -moz-text-decoration: none;
  text-decoration: none;
  -o-transition: .3s background-color;
  -webkit-transition: .3s background-color;
  -moz-transition: .3s background-color;
  transition: .3s background-color;
  font-family: Montserrat;
  font-size: 14px;
  text-align: center;
  cursor: pointer;
  color: #ef427f;
  border: 1px solid #ef427f;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

#cookie-policy-modal .modal-overlay {
  z-index: 10001;
}

.cookie-policy-modal-inner-container {
  position: fixed;
  width: 100%;
  background-color: #ffffff;
  -moz-border-radius: 10px;
  border-radius: 10px;
  z-index: 1102;
  z-index: 10002;
  margin: auto;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-width: 600px;
}

.cookie-policy-modal-inner-container .modal-header {
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 16px;
  padding-bottom: 16px;
}

.cookie-checkbox-description {
  padding-top: 12px;
  padding-bottom: 20px;
  color: #434b54;
  font-family: Open Sans;
  font-size: 16px;
  line-height: 24px;
}

@media (min-width:1025px) {
  .accept-cookies-btn:hover {
    background-color: transparent;
    color: #f5a623;
  }
}

@media (max-width:1023px) {
  .cookie-popup-home .popup-inner .buttons {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
  }
  .accept-cookies-btn {
    margin-top: 10px;
    margin-left: 0;
  }
}

@media (min-width:1024px) {
  .cookie-popup-home .accept-cookies-btn {
    margin-left: 17px;
  }
}

@media (max-width:600px) {
  .cookie-policy-modal-inner-container {
    -moz-border-radius: 0;
    border-radius: 0;
  }
}

@media (max-width:767px) {
  .cookie-popup-home .popup-inner {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
  }
  .cookie-popup-home .popup-inner .cookie-icon {
    margin: 32px 0;
  }
  .cookie-popup-home .popup-inner .content {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
  }
  .cookie-popup-home .popup-inner .buttons {
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    -o-flex-direction: row;
    flex-direction: row;
    margin-left: 0;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    margin-top: 27px;
    margin-bottom: 43px;
  }
  .accept-cookies-btn {
    margin-top: 0;
    margin-left: 17px;
  }
  .mobile-full-width {
    width: 100%;
    margin-left: 0;
  }
  .cookie-policy-modal-inner-container {
    height: 95vh;
    overflow-y: scroll;
  }
}

.info-page {
  position: relative;
}

.info-page .side-splashes {
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
}

.info-page .content {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 32px 0 32px;
}

.info-page .content p {
  font-family: Open Sans;
  font-size: 16px;
  line-height: 24px;
}

.info-page .left-splashes {
  background-image: url(assets/images/common/components/info-page/splash_left_terms_and_conditions.svg);
  left: 0;
  background-position: 0 0;
  width: 15%;
}

.info-page .right-splashes {
  background-image: url(assets/images/common/components/info-page/splash_right_terms_and_conditions.svg);
  top: 0;
  right: 0;
  background-position: 100% 0;
}

.info-page .info-main-section {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  position: relative;
  z-index: 1;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  padding: 0 32px;
  width: 100%;
  margin: 0 auto 96px auto;
}

.info-page .info-main-section .title {
  font-family: Montserrat;
  font-size: 40px;
  font-weight: bold;
  line-height: 48px;
  text-align: center;
  margin-top: 123px;
  margin-bottom: 40px;
}

.info-page .info-main {
  font-family: Open Sans;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  display: inline-block;
  max-width: 700px;
}

.info-page .orange {
  color: #f5a623;
  -moz-text-decoration-line: none;
  text-decoration-line: none;
  font-weight: bold;
  word-break: break-word;
}

.info-page .paragraph-title {
  font-family: Montserrat;
  font-weight: bold;
  font-size: 32px;
  line-height: 39px;
}

.info-page .paragraph-subtitle {
  font-family: Montserrat;
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
}

.info-page .info-list .list {
  font-family: Open Sans;
  font-size: 16px;
  line-height: 24px;
  padding: 0;
  list-style-position: inside;
  margin-bottom: 48px;
}

.info-page .paragraph-group {
  margin-bottom: 48px;
}

@media (max-width:767px) {
  .info-page .info-main-section .orange {
    display: block;
  }
  .info-page .paragraph-title {
    font-size: 24px;
    line-height: 32px;
  }
}

@media (max-width:567px) {
  .info-page .side-splashes {
    height: 50%;
    width: 100%;
    background-size: auto;
  }
  .info-page .info-main-section .title {
    max-width: 240px;
    margin-top: 51px !important;
    margin-bottom: 32px !important;
  }
  .info-page .paragraph-title {
    text-align: center;
  }
  .info-page .paragraph-subtitle {
    text-align: center;
  }
  .info-page .info-list {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    -o-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
  }
}

@media (max-width:1023px) {
  .info-page .side-splashes {
    display: none;
  }
  .info-page .content {
    padding: 0 32px 40px 32px;
  }
  .info-page .info-main-section {
    margin: 0 auto 65px auto;
  }
  .info-page .info-main-section .title {
    font-size: 32px;
    line-height: 40px;
    line-height: 48px;
    margin-top: 64px;
    margin-bottom: 38px;
  }
  .info-page .paragraph-title {
    text-align: center;
    margin-top: 48px;
    margin-bottom: 32px;
    font-size: 24px;
    line-height: 32px;
  }
  .info-page .info-list .list {
    margin-bottom: 40px;
  }
  .info-page .paragraph-group {
    margin-bottom: 32px;
  }
}

.search-theme .info-page .content p {
  color: #434b54;
}

.search-theme .info-page .info-list .list {
  color: #434b54;
}

.search-theme .info-page .paragraph-subtitle {
  color: #1a2633;
}

.search-theme .info-page .paragraph-title {
  color: #1a2633;
}

.search-theme .info-page .info-main-section .title {
  color: #1a2633;
}

.search-theme .info-page .info-main {
  color: #434b54;
}

.block-post-list-component {
  width: 100%;
  padding: 0 70px 0 70px;
  padding-bottom: 20px;
  margin: 0;
  text-align: center;
  font-size: 16px;
  line-height: 24px;
  font-family: Open Sans;
  background-color: #ffffff;
}

.inverted-background .block-post-list-component {
  background-color: #ffffff;
}

.inverted-background  .block-post-list-component:nth-child(even) {
  background-color: #ffffff;
}

.block-post-list-component:nth-child(even) {
  background-color: #f9f9fb;
}

.block-post-list-component div {
  color: #434b54;
}

.block-post-list-component h2 a, .block-post-list-component .list .blog-list-item h3  {
  font-weight: bold;
  font-family: Montserrat;
  color: #1a2633;
}

.block-post-list-component h2 {
  font-size: 32px;
  line-height: 32px;
  padding: 120px 10px 72px 10px;
  margin: 0;
}

.block-post-list-component .list {
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flex;
  display: -o-inline-flex;
  display: inline-flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  -ms-align-items: stretch;
  -o-align-items: stretch;
  align-items: stretch;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
}

.block-post-list-component .list .blog-list-item {
  margin: 16.5px;
  width: 270px;
  padding-bottom: 100px;
}

.block-post-list-component .list .group {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}

.block-post-list-component .list .blog-list-item .sub-title {
  display: table;
  width: 100%;
  text-align: center;
}

.block-post-list-component .list .blog-list-item h3 {
  padding: 5px;
  margin: 8px 0 5px 0;
  width: 100%;
  text-align: center;
  vertical-align: middle;
}

.block-post-list-component .list .blog-list-item .blog-image {
  background-size: cover;
  display: inline-block;
  width: 270px;
  height: 270px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -moz-box-shadow: 0 0 10px 0 rgba(0,0,0,0.1);
  box-shadow: 0 0 10px 0 rgba(0,0,0,0.1);
}

.block-post-list-component .list .blog-list-item .blog-image {
  background-size: cover;
  display: inline-block;
  width: 270px;
  height: 270px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -moz-box-shadow: 0 0 10px 0 rgba(0,0,0,0.1);
  box-shadow: 0 0 10px 0 rgba(0,0,0,0.1);
}

.block-post-list-component.flip-cards-component .mobile-controls {
  margin-top: 2px;
  padding-bottom: 25px;
}

.block-post-list-component .flip-cards-component .mobile-controls a {
  background-color: #f5a623;
}

@media (max-width:1023px) {
  .block-post-list-component {
    padding: 0 5px 0 5px;
  }
  .block-post-list-component h2 {
    font-size: 24px;
    vertical-align: middle;
    padding: 20px 10px 20px 10px;
  }
  .block-post-list-component .list .blog-list-item {
    width: 100%;
    padding-bottom: 0;
  }
  .block-post-list-component .list .blog-list-item .intro-text {
    height: 130px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
  }
  .block-post-list-component .list .blog-list-item h3 {
    margin: 0;
    height: 60px;
    font-size: 16px;
    display: table-cell;
    vertical-align: middle;
  }
}

.arm-out-hero .arm-out-images {
  height: 920px;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.arm-out-hero .arm-out-images .splash-image {
  position: absolute;
  top: 0;
  left: 0;
  background: url(/assets/images/search/contact/splash_left_contact_us.svg) no-repeat;
  background-position: 0 -100px;
  width: 100%;
  width: 40%;
  height: 120%;
  background-size: contain;
}

.arm-out-hero .arm-out-images .hand-image {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
  width: 60%;
  max-width: 1200px;
  z-index: 1;
  height: 90%;
  background: url(/assets/images/search/contact/image_hand.png) no-repeat;
  background-position: 100% 50%;
  background-size: contain;
}

.arm-out-hero {
  position: relative;
}

.arm-out-hero .arm-out-hero-section {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  height: 900px;
  position: relative;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  z-index: 2;
}

.arm-out-hero .arm-out-hero-content {
  text-align: center;
  width: 100%;
  margin-right: 0;
  margin-top: 126px;
  max-width: 550px;
}

.arm-out-hero .hero-title {
  text-align: center;
  font-family: Montserrat;
  font-size: 40px;
  font-weight: bold;
  line-height: 48px;
}

.arm-out-hero .hero-description {
  text-align: center;
  font-family: Open Sans;
  font-size: 24px;
  font-weight: 300;
  line-height: 32px;
}

.arm-out-hero .hero-phone {
  margin-top: 71px;
  font-family: Open Sans;
  font-family: Montserrat;
  font-size: 24px;
  font-weight: 300;
  font-weight: bold;
  line-height: 32px;
}

@media (max-width:1279px) {
  .arm-out-hero .arm-out-hero-section {
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    -o-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    height: 850px;
  }
}

@media (max-width:1439px) {
  .arm-out-hero .arm-out-images .splash-image {
    max-width: 500px;
    height: 100%;
    background-position: -150px 0;
  }
  .arm-out-hero .arm-out-hero-content {
    margin-top: 64px;
  }
}

@media (max-width:1023px) {
  .arm-out-hero .arm-out-images .splash-image {
    background-position: -100px 50%;
  }
  .arm-out-hero .arm-out-images .hand-image {
    -webkit-transform: translateY(-55%);
    -moz-transform: translateY(-55%);
    -o-transform: translateY(-55%);
    transform: translateY(-55%);
  }
  .arm-out-hero .arm-out-hero-section {
    height: 700px;
  }
  .arm-out-hero .hero-title {
    font-size: 32px;
    line-height: 40px;
  }
}

@media (max-width:1280px) {
  .arm-out-hero .hero-description {
    font-size: 21px;
    line-height: 28px;
  }
  .arm-out-hero .hero-phone {
    font-size: 21px;
    line-height: 28px;
  }
}

@media (max-width:767px) {
  .arm-out-hero .arm-out-images {
    position: relative;
    height: 250px;
  }
  .arm-out-hero .arm-out-images .splash-image {
    height: 200%;
    width: 100%;
    background: url(/assets/images/search/contact/splash_left_mobile.svg) no-repeat;
  }
  .arm-out-hero .arm-out-images .hand-image {
    background-position: 100% 0;
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    transform: none;
    top: 0;
  }
  .arm-out-hero .arm-out-hero-section {
    height: auto;
  }
  .arm-out-hero .arm-out-hero-content {
    margin-bottom: 0;
    padding: 0 15px;
  }
  .arm-out-hero .hero-description {
    font-size: 21px;
    line-height: 32px;
  }
  .arm-out-hero .hero-phone {
    margin-top: 32px;
    font-size: 21px;
    line-height: 32px;
  }
}

.arm-out-hero .hero-phone {
  color: #1a2633;
}

.arm-out-hero .hero-description {
  color: #1a2633;
}

.arm-out-hero .hero-title {
  color: #1a2633;
}

.technology-behind-component {
  padding-top: 96px;
}

.technology-behind-component .head-line-big {
  margin-top: 0;
  margin-bottom: 0;
  text-align: center;
}

.technology-behind-component .head-line-small {
  text-align: center;
}

.technology-behind-component .button-wrapper {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  margin-top: 45px;
}

.technology-behind-component .button {
  max-width: 182px;
}

.technology-behind-component .splashes-wrapper {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  position: relative;
  height: 422px;
  overflow: hidden;
}

.technology-behind-component .splashes {
  background-position: center bottom;
  background-repeat: no-repeat;
  width: 100%;
}

.technology-behind-component-container .divider-container {
  margin-right: auto;
  margin-left: auto;
}

.technology-behind-component-container .divider {
  margin-left: 32px;
  margin-right: 32px;
  height: 2px;
}

@media (max-width:767px) and (min-width:568px) {
  .technology-behind-component .splashes-wrapper {
    height: 332px;
  }
}

@media (max-width:567px) {
  .technology-behind-component .splashes-wrapper {
    height: 250px;
  }
}

@media (max-width:767px) {
  .technology-behind-component .wrapper {
    padding-left: 24px;
    padding-right: 24px;
  }
  .technology-behind-component .splashes {
    position: relative;
    top: 1px;
    background-position: center bottom;
    background-size: 213%;
  }
}

@media (min-width:1280px) and (max-width:1739px) {
  .technology-behind-component-container .divider-container {
    max-width: 800px;
  }
}

@media (min-width:1740px) {
  .technology-behind-component-container .divider-container {
    max-width: 1200px;
  }
}

.search-theme .technology-behind-component {
  background-color: white;
}

.search-theme .technology-behind-component .button {
  font-weight: bold;
  line-height: 18px;
  display: inline-block;
  -moz-border-radius: 40px;
  border-radius: 40px;
  padding: 15px 40px;
  -moz-text-decoration: none;
  text-decoration: none;
  -o-transition: .3s background-color;
  -webkit-transition: .3s background-color;
  -moz-transition: .3s background-color;
  transition: .3s background-color;
  font-family: Montserrat;
  font-size: 14px;
  text-align: center;
  cursor: pointer;
  border-width: 1px;
  color: #ffffff;
  background-color: #f5a623;
  border-color: #f5a623;
  border-style: solid;
}

.search-theme .technology-behind-component .head-line-big {
  font-family: Montserrat;
  font-size: 32px;
  font-weight: bold;
  line-height: 40px;
  color: #1a2633;
}

.search-theme .technology-behind-component .head-line-small {
  font-family: Open Sans;
  font-size: 24px;
  font-weight: 300;
  line-height: 32px;
  color: #1a2633;
}

.search-theme .technology-behind-component-container .divider {
  background-color: #dcdcdc;
}

.search-theme .technology-behind-component .splashes {
  background-image: url(assets/images/common/components/technologyBehindTravelTime/splashes_footer.svg);
}

@media (min-width:1025px) {
  .search-theme .technology-behind-component .button:hover {
    background-color: transparent;
    color: #f5a623;
  }
}

@media (max-width:767px) {
  .search-theme .technology-behind-component .head-line-big {
    font-size: 24px;
    line-height: 32px;
  }
}

@media (max-width:1280px) {
  .search-theme .technology-behind-component .head-line-small {
    font-size: 21px;
    line-height: 28px;
  }
}

.analytics-theme .technology-behind-component {
  background-color: #2a1438;
}

.analytics-theme .technology-behind-component .button {
  font-weight: bold;
  line-height: 18px;
  display: inline-block;
  -moz-border-radius: 40px;
  border-radius: 40px;
  padding: 15px 40px;
  -moz-text-decoration: none;
  text-decoration: none;
  -o-transition: .3s background-color;
  -webkit-transition: .3s background-color;
  -moz-transition: .3s background-color;
  transition: .3s background-color;
  font-family: Montserrat;
  font-size: 14px;
  text-align: center;
  cursor: pointer;
  border-color: #ef427f;
  color: white;
  border-width: 1px;
  border-style: solid;
  background-color: #ef427f;
}

.analytics-theme .technology-behind-component .head-line-big {
  font-family: Montserrat;
  font-size: 32px;
  font-weight: bold;
  line-height: 40px;
  color: #ffffff;
}

.analytics-theme .technology-behind-component .head-line-small {
  font-family: Open Sans;
  font-size: 24px;
  font-weight: 300;
  line-height: 32px;
  color: #ffffff;
}

.analytics-theme .technology-behind-component-container .divider {
  height: 0;
}

.analytics-theme .technology-behind-component .splashes {
  background-image: url(assets/images/common/components/technologyBehindTravelTime/splashes_analytics.svg);
}

@media (min-width:1025px) {
  .analytics-theme .technology-behind-component .button:hover {
    background-color: transparent;
    color: #ef427f;
  }
}

@media (max-width:767px) {
  .analytics-theme .technology-behind-component .head-line-big {
    font-size: 24px;
    line-height: 32px;
  }
}

@media (max-width:1280px) {
  .analytics-theme .technology-behind-component .head-line-small {
    font-size: 21px;
    line-height: 28px;
  }
}

@media (max-width:767px) and (min-width:568px) {
  .analytics-theme .technology-behind-component .splashes-wrapper {
    height: 422px;
  }
}

@media (max-width:567px) {
  .analytics-theme .technology-behind-component .splashes-wrapper {
    height: 320px;
  }
}

.main-page-theme .technology-behind-component {
  background-color: white;
}

.main-page-theme .technology-behind-component .button {
  font-weight: bold;
  line-height: 18px;
  display: inline-block;
  -moz-border-radius: 40px;
  border-radius: 40px;
  padding: 15px 40px;
  -moz-text-decoration: none;
  text-decoration: none;
  -o-transition: .3s background-color;
  -webkit-transition: .3s background-color;
  -moz-transition: .3s background-color;
  transition: .3s background-color;
  font-family: Montserrat;
  font-size: 14px;
  text-align: center;
  cursor: pointer;
  border-width: 1px;
  color: #ffffff;
  background-color: #f5a623;
  border-color: #f5a623;
  border-style: solid;
}

.main-page-theme .technology-behind-component .head-line-big {
  font-family: Montserrat;
  font-size: 32px;
  font-weight: bold;
  line-height: 40px;
  color: #1a2633;
}

.main-page-theme .technology-behind-component .head-line-small {
  font-family: Open Sans;
  font-size: 24px;
  font-weight: 300;
  line-height: 32px;
  color: #1a2633;
}

.main-page-theme .technology-behind-component-container .divider {
  background-color: #dcdcdc;
}

.main-page-theme .technology-behind-component .splashes {
  background-image: url(assets/images/common/components/technologyBehindTravelTime/splashes_footer.svg);
}

@media (min-width:1025px) {
  .main-page-theme .technology-behind-component .button:hover {
    background-color: transparent;
    color: #f5a623;
  }
}

@media (max-width:767px) {
  .main-page-theme .technology-behind-component .head-line-big {
    font-size: 24px;
    line-height: 32px;
  }
}

@media (max-width:1280px) {
  .main-page-theme .technology-behind-component .head-line-small {
    font-size: 21px;
    line-height: 28px;
  }
}

.neutral-theme .technology-behind-component {
  background-color: #f7f9fa;
}

.neutral-theme .technology-behind-component .button {
  font-weight: bold;
  line-height: 18px;
  display: inline-block;
  -moz-border-radius: 40px;
  border-radius: 40px;
  padding: 15px 40px;
  -moz-text-decoration: none;
  text-decoration: none;
  -o-transition: .3s background-color;
  -webkit-transition: .3s background-color;
  -moz-transition: .3s background-color;
  transition: .3s background-color;
  font-family: Montserrat;
  font-size: 14px;
  text-align: center;
  cursor: pointer;
  border-width: 1px;
  color: #ffffff;
  background-color: #f5a623;
  border-color: #f5a623;
  border-style: solid;
}

.neutral-theme .technology-behind-component .head-line-big {
  font-family: Montserrat;
  font-size: 32px;
  font-weight: bold;
  line-height: 40px;
  color: #1a2633;
}

.neutral-theme .technology-behind-component .head-line-small {
  font-family: Open Sans;
  font-size: 24px;
  font-weight: 300;
  line-height: 32px;
  color: #1a2633;
}

.neutral-theme .technology-behind-component-container .divider {
  background-color: #dcdcdc;
}

.neutral-theme .technology-behind-component .splashes {
  background-image: url(assets/images/common/components/technologyBehindTravelTime/splashes_footer.svg);
}

@media (min-width:1025px) {
  .neutral-theme .technology-behind-component .button:hover {
    background-color: transparent;
    color: #f5a623;
  }
}

@media (max-width:767px) {
  .neutral-theme .technology-behind-component .head-line-big {
    font-size: 24px;
    line-height: 32px;
  }
}

@media (max-width:1280px) {
  .neutral-theme .technology-behind-component .head-line-small {
    font-size: 21px;
    line-height: 28px;
  }
}

.arm-out-hero .arm-out-images {
  height: 920px;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.arm-out-hero .arm-out-images .splash-image {
  position: absolute;
  top: 0;
  left: 0;
  background: url(/assets/images/search/contact/splash_left_contact_us.svg) no-repeat;
  background-position: 0 -100px;
  width: 100%;
  width: 40%;
  height: 120%;
  background-size: contain;
}

.arm-out-hero .arm-out-images .hand-image {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
  width: 60%;
  max-width: 1200px;
  z-index: 1;
  height: 90%;
  background: url(/assets/images/search/contact/image_hand.png) no-repeat;
  background-position: 100% 50%;
  background-size: contain;
}

.arm-out-hero {
  position: relative;
}

.arm-out-hero .arm-out-hero-section {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  height: 900px;
  position: relative;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  z-index: 2;
}

.arm-out-hero .arm-out-hero-content {
  text-align: center;
  width: 100%;
  margin-right: 0;
  margin-top: 126px;
  max-width: 550px;
}

.arm-out-hero .hero-title {
  text-align: center;
  font-family: Montserrat;
  font-size: 40px;
  font-weight: bold;
  line-height: 48px;
}

.arm-out-hero .hero-description {
  text-align: center;
  font-family: Open Sans;
  font-size: 24px;
  font-weight: 300;
  line-height: 32px;
}

.arm-out-hero .hero-phone {
  margin-top: 71px;
  font-family: Open Sans;
  font-family: Montserrat;
  font-size: 24px;
  font-weight: 300;
  font-weight: bold;
  line-height: 32px;
}

@media (max-width:1279px) {
  .arm-out-hero .arm-out-hero-section {
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    -o-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    height: 850px;
  }
}

@media (max-width:1439px) {
  .arm-out-hero .arm-out-images .splash-image {
    max-width: 500px;
    height: 100%;
    background-position: -150px 0;
  }
  .arm-out-hero .arm-out-hero-content {
    margin-top: 64px;
  }
}

@media (max-width:1023px) {
  .arm-out-hero .arm-out-images .splash-image {
    background-position: -100px 50%;
  }
  .arm-out-hero .arm-out-images .hand-image {
    -webkit-transform: translateY(-55%);
    -moz-transform: translateY(-55%);
    -o-transform: translateY(-55%);
    transform: translateY(-55%);
  }
  .arm-out-hero .arm-out-hero-section {
    height: 700px;
  }
  .arm-out-hero .hero-title {
    font-size: 32px;
    line-height: 40px;
  }
}

@media (max-width:1280px) {
  .arm-out-hero .hero-description {
    font-size: 21px;
    line-height: 28px;
  }
  .arm-out-hero .hero-phone {
    font-size: 21px;
    line-height: 28px;
  }
}

@media (max-width:767px) {
  .arm-out-hero .arm-out-images {
    position: relative;
    height: 250px;
  }
  .arm-out-hero .arm-out-images .splash-image {
    height: 200%;
    width: 100%;
    background: url(/assets/images/search/contact/splash_left_mobile.svg) no-repeat;
  }
  .arm-out-hero .arm-out-images .hand-image {
    background-position: 100% 0;
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    transform: none;
    top: 0;
  }
  .arm-out-hero .arm-out-hero-section {
    height: auto;
  }
  .arm-out-hero .arm-out-hero-content {
    margin-bottom: 0;
    padding: 0 15px;
  }
  .arm-out-hero .hero-description {
    font-size: 21px;
    line-height: 32px;
  }
  .arm-out-hero .hero-phone {
    margin-top: 32px;
    font-size: 21px;
    line-height: 32px;
  }
}

.arm-out-hero .hero-phone {
  color: #1a2633;
}

.arm-out-hero .hero-description {
  color: #1a2633;
}

.arm-out-hero .hero-title {
  color: #1a2633;
}

.modal-close {
  cursor: pointer;
  width: 14px;
  height: 14px;
  padding: 5px;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  position: relative;
  bottom: 5px;
}

.modal-header {
  font-family: Open Sans;
  font-family: Montserrat;
  font-size: 24px;
  font-weight: 300;
  font-weight: normal;
  line-height: 32px;
  color: #1a2633;
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 32px;
  padding-bottom: 32px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  border-bottom: 1px solid rgba(8,61,119,0.2);
}

.modal-body {
  padding-top: 32px;
  padding-left: 32px;
  padding-right: 32px;
  padding-bottom: 48px;
}

@media (max-width:1280px) {
  .modal-header {
    font-size: 21px;
    line-height: 28px;
  }
}

form .hs-fieldtype-text label, form .hs-fieldtype-textarea label {
  font-size: 16px;
  font-weight: bold;
  display: block;
  margin-bottom: 10px;
}

form .hs-form-booleancheckbox-display {
  margin-bottom: 9px;
  margin-bottom: 12px;
  display: block;
  position: relative;
  padding-left: 45px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -o-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
}

form .hs-form-booleancheckbox-display input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

form .hs-form-booleancheckbox-display .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 32px;
  width: 32px;
  background-color: #fff;
  border-width: 1px;
  border-style: solid;
  border-color: #8f9fb3;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

form .hs-form-booleancheckbox-display .checkmark::after {
  content: '';
  position: absolute;
  display: none;
  left: 10px;
  top: 3px;
  width: 11px;
  height: 20px;
  border-color: #f5a623;
  border-style: solid;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

form .hs-form-booleancheckbox-display span:not(.checkmark) {
  font-size: 16px;
  font-weight: bold;
}

input ~ .checkmark {
  -moz-box-shadow: inset 0 0 5px 0 rgba(0,0,0,0.26);
  box-shadow: inset 0 0 5px 0 rgba(0,0,0,0.26);
}

input:checked ~ .checkmark {
  background-color: #ffffff;
}

input:checked ~ .checkmark:after {
  display: block;
}

.pink-checkmark input:checked ~ .checkmark:after {
  border-color: #ef427f;
}

.form {
  width: 100%;
}

.form .hs_slider_1_number, .form .hs_slider_2_number, .form.compact .hbspt-form label, .form.compact .hs_error_rollup, .form.compact .legal-consent-container  {
  display: none;
}

.form.compact .hbspt-form ul label {
  display: inline;
}

.hbspt-form .hs-form-field {
  margin-bottom: 47px;
  margin-top: 47px;
}

.form.compact .hbspt-form .hs-form-field {
  margin-bottom: 0;
  margin-top: 0;
}

textarea, input:not([type="checkbox"]) {
  border: 1px solid #8f9fb3;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-box-shadow: box-shadow: inset 0 0 5px 0 rgba(0,0,0,0.26);
  box-shadow: box-shadow: inset 0 0 5px 0 rgba(0,0,0,0.26);
  padding: 5px 15px;
  display: block;
  display: inline-block;
  height: 56px;
  width: 100%;
}

form .error, form textarea.error {
  border-color: #ed3a50;
  -o-transition: all .3s ease-in-out;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

form textarea {
  width: 100%;
  height: 168px;
}

form .inputs-list {
  list-style: none;
  padding: 0;
  margin-top: 8px;
}

form .hs-error-msgs.inputs-list li label {
  color: #ed3a50;
  font-size: 14px;
  font-weight: normal;
}

.form p {
  font-family: Open Sans;
  font-size: 16px;
  line-height: 24px;
  color: #434b54;
}

.form input[type='submit'] {
  font-weight: bold;
  line-height: 18px;
  display: inline-block;
  -moz-border-radius: 40px;
  border-radius: 40px;
  padding: 15px 40px;
  padding: 16px 0;
  -moz-text-decoration: none;
  text-decoration: none;
  -o-transition: .3s background-color;
  -webkit-transition: .3s background-color;
  -moz-transition: .3s background-color;
  transition: .3s background-color;
  font-family: Montserrat;
  font-size: 14px;
  text-align: center;
  cursor: pointer;
  border-color: #ef427f;
  color: white;
  border-width: 1px;
  border-style: solid;
  background-color: #ef427f;
  text-transform: uppercase;
  height: 49px;
  margin-top: 30px;
  width: 205px;
}

@media (max-width:1023px) {
  textarea, input:not([type="checkbox"]) {
    max-width: 400px;
  }
}

@media (min-width:1025px) {
  .form input[type='submit']:hover {
    background-color: transparent;
    color: #ef427f;
  }
}

@media (max-width:767px) {
  textarea, input:not([type="checkbox"]) {
    max-width: 100%;
  }
  form textarea {
    width: 100%;
  }
  .form input[type='submit'] {
    width: 100%;
  }
}

.calculator-section {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  padding-top: 120px;
  background-color: white;
}

.calculator-section .headline {
  margin-bottom: 70px;
  text-align: center;
}

.calculator-section .option {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  margin-bottom: 60px;
}

.calculator-section .option-label {
  width: 270px;
}

.calculator-section .option-slider {
  width: 700px;
}

.calculator-section .controls {
  margin-top: 18px;
  margin-bottom: 47px;
}

.calculator-section .contact-form {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  width: 100%;
  max-width: 576px;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  padding: 40px 50px;
  margin-bottom: 95px;
  border: 1px solid #ededed;
  -moz-box-shadow: 0 2px 24px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 24px 0 rgba(0, 0, 0, 0.1);
}

.calculator-section .price {
  font-family: Montserrat;
  font-size: 48px;
  font-weight: 600;
}

.calculator-section .contact-note {
  margin-bottom: 32px;
  text-align: center;
}

@media (min-width:1024px) {
  .calculator-section .option-label {
    margin-top: 33px;
    margin-right: 15px;
  }
}

@media (max-width:1023px) {
  .calculator-section {
    max-width: 90%;
    margin: 0 auto;
  }
  .calculator-section .option {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    margin-bottom: 40px;
  }
  .calculator-section .option-slider {
    width: 100%;
  }
  .calculator-section .controls {
    width: 100%;
  }
}

@media (max-width:767px) {
  .calculator-section {
    padding-top: 57px;
  }
  .calculator-section .option-label {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    width: 90%;
    margin-bottom: 10px;
    text-align: center;
  }
  .calculator-section .controls {
    margin-bottom: 0;
  }
  .calculator-section .contact-form {
    padding: 0;
    margin-bottom: 50px;
    border: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }
}

.calculator-section .headline {
  font-family: Montserrat;
  font-size: 40px;
  font-weight: bold;
  line-height: 48px;
  color: #1a2633;
}

.calculator-section .option-label {
  font-family: Montserrat;
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  color: #1a2633;
}

.calculator-section .price {
  color: #ef427f;
}

.calculator-section .price-per-job {
  font-family: Open Sans;
  font-size: 16px;
  line-height: 24px;
  color: #ffffff;
  color: #303e54;
}

.calculator-section {
  text-align: center;
}

@media (max-width:1023px) {
  .calculator-section .headline {
    font-size: 32px;
    line-height: 40px;
  }
}

.radial-info-container {
  padding-top: 115px;
  padding-bottom: 115px;
  padding-left: 15px;
  padding-right: 15px;
  background-color: #662189;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
}

.radial-info-container h2 {
  width: 100%;
  max-width: 560px;
  text-align: center;
  margin: 0;
}

.radial-info-container p {
  width: 100%;
  max-width: 629px;
  text-align: center;
  margin: 0;
}

.radial-info-container .image-circle {
  width: 100%;
  max-width: 237px;
  margin-top: 38px;
  margin-bottom: 38px;
}

@media (max-width:567px) {
  .radial-info-container {
    padding-top: 65px;
    padding-bottom: 65px;
  }
}

.radial-info-container h2 {
  font-family: Montserrat;
  font-size: 32px;
  font-weight: bold;
  line-height: 40px;
  color: #ffffff;
}

.radial-info-container p {
  font-family: Open Sans;
  font-size: 24px;
  font-weight: 300;
  line-height: 32px;
  color: #ffffff;
}

@media (max-width:767px) {
  .radial-info-container h2 {
    font-size: 24px;
    line-height: 32px;
  }
}

@media (max-width:1280px) {
  .radial-info-container p {
    font-size: 21px;
    line-height: 28px;
  }
}

.block-post-list-component {
  width: 100%;
  padding: 0 70px 0 70px;
  padding-bottom: 20px;
  margin: 0;
  text-align: center;
  font-size: 16px;
  line-height: 24px;
  font-family: Open Sans;
  background-color: #ffffff;
}

.inverted-background .block-post-list-component {
  background-color: #ffffff;
}

.inverted-background  .block-post-list-component:nth-child(even) {
  background-color: #ffffff;
}

.block-post-list-component:nth-child(even) {
  background-color: #f9f9fb;
}

.block-post-list-component div {
  color: #434b54;
}

.block-post-list-component h2 a, .block-post-list-component .list .blog-list-item h3  {
  font-weight: bold;
  font-family: Montserrat;
  color: #1a2633;
}

.block-post-list-component h2 {
  font-size: 32px;
  line-height: 32px;
  padding: 120px 10px 72px 10px;
  margin: 0;
}

.block-post-list-component .list {
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flex;
  display: -o-inline-flex;
  display: inline-flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  -ms-align-items: stretch;
  -o-align-items: stretch;
  align-items: stretch;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
}

.block-post-list-component .list .blog-list-item {
  margin: 16.5px;
  width: 270px;
  padding-bottom: 100px;
}

.block-post-list-component .list .group {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}

.block-post-list-component .list .blog-list-item .sub-title {
  display: table;
  width: 100%;
  text-align: center;
}

.block-post-list-component .list .blog-list-item h3 {
  padding: 5px;
  margin: 8px 0 5px 0;
  width: 100%;
  text-align: center;
  vertical-align: middle;
}

.block-post-list-component .list .blog-list-item .blog-image {
  background-size: cover;
  display: inline-block;
  width: 270px;
  height: 270px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -moz-box-shadow: 0 0 10px 0 rgba(0,0,0,0.1);
  box-shadow: 0 0 10px 0 rgba(0,0,0,0.1);
}

.block-post-list-component .list .blog-list-item .blog-image {
  background-size: cover;
  display: inline-block;
  width: 270px;
  height: 270px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -moz-box-shadow: 0 0 10px 0 rgba(0,0,0,0.1);
  box-shadow: 0 0 10px 0 rgba(0,0,0,0.1);
}

.block-post-list-component.flip-cards-component .mobile-controls {
  margin-top: 2px;
  padding-bottom: 25px;
}

.block-post-list-component .flip-cards-component .mobile-controls a {
  background-color: #f5a623;
}

@media (max-width:1023px) {
  .block-post-list-component {
    padding: 0 5px 0 5px;
  }
  .block-post-list-component h2 {
    font-size: 24px;
    vertical-align: middle;
    padding: 20px 10px 20px 10px;
  }
  .block-post-list-component .list .blog-list-item {
    width: 100%;
    padding-bottom: 0;
  }
  .block-post-list-component .list .blog-list-item .intro-text {
    height: 130px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
  }
  .block-post-list-component .list .blog-list-item h3 {
    margin: 0;
    height: 60px;
    font-size: 16px;
    display: table-cell;
    vertical-align: middle;
  }
}

.radial-info-container {
  padding-top: 115px;
  padding-bottom: 115px;
  padding-left: 15px;
  padding-right: 15px;
  background-color: #662189;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
}

.radial-info-container h2 {
  width: 100%;
  max-width: 560px;
  text-align: center;
  margin: 0;
}

.radial-info-container p {
  width: 100%;
  max-width: 629px;
  text-align: center;
  margin: 0;
}

.radial-info-container .image-circle {
  width: 100%;
  max-width: 237px;
  margin-top: 38px;
  margin-bottom: 38px;
}

@media (max-width:567px) {
  .radial-info-container {
    padding-top: 65px;
    padding-bottom: 65px;
  }
}

.radial-info-container h2 {
  font-family: Montserrat;
  font-size: 32px;
  font-weight: bold;
  line-height: 40px;
  color: #ffffff;
}

.radial-info-container p {
  font-family: Open Sans;
  font-size: 24px;
  font-weight: 300;
  line-height: 32px;
  color: #ffffff;
}

@media (max-width:767px) {
  .radial-info-container h2 {
    font-size: 24px;
    line-height: 32px;
  }
}

@media (max-width:1280px) {
  .radial-info-container p {
    font-size: 21px;
    line-height: 28px;
  }
}

.static-products-container-title {
  font-family: Montserrat;
  font-size: 2.5rem;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  z-index: 1;
  margin-bottom: 64px;
  margin-top: 64px;
}

.static-products-container-wrapper {
  overflow: hidden;
  position: relative;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  background-color: #fdfdfd;
}

.static-products-container-wrapper p {
  margin-top: 68px;
  margin-bottom: 32px;
  line-height: 1.5;
  color: #434b54;
}

.static-products-container-wrapper .button-water {
  font-weight: bold;
  line-height: 18px;
  display: inline-block;
  -moz-border-radius: 40px;
  border-radius: 40px;
  padding: 15px 40px;
  -moz-text-decoration: none;
  text-decoration: none;
  -o-transition: .3s background-color;
  -webkit-transition: .3s background-color;
  -moz-transition: .3s background-color;
  transition: .3s background-color;
  font-family: Montserrat;
  font-size: 14px;
  text-align: center;
  cursor: pointer;
  border-width: 1px;
  color: #ffffff;
  background-color: #083d77;
  border-color: #083d77;
  border-style: solid;
  margin-left: auto;
  margin-right: auto;
  margin-top: auto;
}

.static-products-container-wrapper .button-pink {
  font-weight: bold;
  line-height: 18px;
  display: inline-block;
  -moz-border-radius: 40px;
  border-radius: 40px;
  padding: 15px 40px;
  -moz-text-decoration: none;
  text-decoration: none;
  -o-transition: .3s background-color;
  -webkit-transition: .3s background-color;
  -moz-transition: .3s background-color;
  transition: .3s background-color;
  font-family: Montserrat;
  font-size: 14px;
  text-align: center;
  cursor: pointer;
  border-color: #ef427f;
  color: white;
  border-width: 1px;
  border-style: solid;
  background-color: #ef427f;
  margin-left: auto;
  margin-right: auto;
  margin-top: auto;
}

.static-products-container-itemss {
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flex;
  display: -o-inline-flex;
  display: inline-flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  z-index: 1;
  position: relative;
}

.static-products-container-item {
  text-align: center;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  max-width: 456px;
}

.static-products-container-item img {
  margin-top: -50px;
  margin-bottom: -40px;
}

@media (min-width:1025px) {
  .static-products-container-wrapper {
    padding: 36px 100px 100px 100px;
  }
  .static-products-container-wrapper .button-water:hover {
    background-color: transparent;
    color: #083d77;
  }
  .static-products-container-wrapper .button-pink:hover {
    background-color: transparent;
    color: #ef427f;
  }
}

@media (min-width:768px) {
  .static-products-container-item {
    padding-top: 64px;
    background-color: white;
    padding-bottom: 64px;
    padding-left: 72px;
    padding-right: 72px;
    min-height: 250px;
    -moz-box-shadow: 0 0 20px 0 rgba(0,0,0,0.1);
    box-shadow: 0 0 20px 0 rgba(0,0,0,0.1);
    -moz-border-radius: 10px;
    border-radius: 10px;
    margin-right: 10vw;
  }
  .static-products-container-item:last-child {
    margin-right: 0;
  }
}

@media (min-width:768px) and (max-width:1023px) {
  .static-products-container-item {
    padding-left: 48px;
    padding-right: 48px;
  }
}

@media (max-width:767px) {
  .static-products-container-wrapper {
    padding: 13px;
  }
  .static-products-container-itemss {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
  }
  .static-products-container-item {
    padding: 10vw;
    background-color: white;
  }
}

.flip-cards-component .mobile-controls a:hover {
  opacity: 1;
}

.flip-cards-component .mobile-controls a {
  font-weight: bold;
  line-height: 18px;
  display: inline-block;
  -moz-border-radius: 40px;
  border-radius: 40px;
  padding: 15px 40px;
  -moz-text-decoration: none;
  text-decoration: none;
  -o-transition: .3s background-color;
  -webkit-transition: .3s background-color;
  -moz-transition: .3s background-color;
  transition: .3s background-color;
  font-family: Montserrat;
  font-size: 14px;
  text-align: center;
  cursor: pointer;
  border-color: #ef427f;
  color: white;
  border-width: 1px;
  border-style: solid;
  background-color: #ef427f;
  border: none;
  width: 80px;
  height: 48px;
  -webkit-user-select: none;
  -o-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin-left: 14px;
  margin-right: 14px;
}

.flip-cards-component .mobile-controls a.prev-button {
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(assets/images/common/components/flip-card/arrow_long_left_active.svg);
}

.flip-cards-component .mobile-controls a.next-button {
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(assets/images/common/components/flip-card/arrow_long_right_active.svg);
}

.flip-cards-component .mobile-controls.orange a {
  background-color: #f5a623;
  border-color: #f5a623;
}

.flip-cards-component .mobile-controls a.disabled-flip-card-button {
  background-color: #352143;
}

.flip-cards-component .mobile-controls a.prev-button.disabled-flip-card-button {
  background-image: url(assets/images/common/components/flip-card/arrow_long_left_inactive.svg);
}

.flip-cards-component .mobile-controls a.disabled-flip-card-button.next-button {
  background-image: url(assets/images/common/components/flip-card/arrow_long_right_inactive.svg);
}

.flip-cards-component .mobile-controls.orange a.disabled-flip-card-button {
  background-color: rgba(9,61,119,0.1);
  border-color: rgba(9,61,119,0.1);
}

.flip-cards-component .mobile-controls.orange a.disabled-flip-card-button.prev-button {
  background-image: url(assets/images/common/components/flip-card/arrow_long_left_for_orange_button_inactive.svg);
}

.flip-cards-component .mobile-controls.orange a.disabled.next-button {
  background-image: url(assets/images/common/components/flip-card/arrow_long_right_for_orange_button_inactive.svg);
}

.flip-cards-component .mobile-controls {
  display: none;
  margin-top: 32px;
}

@media (min-width:1025px) {
  .flip-cards-component .mobile-controls a:hover {
    background-color: transparent;
    color: #ef427f;
  }
}

@media (max-width:1023px) {
  .flip-cards-component .hidden-flip-card {
    display: none;
  }
  .flip-cards-component .mobile-controls {
    display: block;
  }
}

.card {
  margin-bottom: 24px;
  width: 100%;
  -moz-border-radius: 10px;
  border-radius: 10px;
  padding-bottom: 24px;
  cursor: pointer;
}

.card-link:visited {
  color: black;
}

.card-link {
  color: black;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}

.card-title {
  font-family: Montserrat;
  font-size: 32px;
  font-weight: bold;
  line-height: 40px;
  text-align: center;
  padding-left: 16px;
  padding-right: 16px;
}

.card-description {
  margin-top: 16px;
  margin-bottom: 16px;
  font-family: Open Sans;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  padding-left: 16px;
  padding-right: 16px;
}

.card-img {
  height: 298px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  padding-bottom: 32px;
}

.cards {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  -o-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
}

@media (max-width:767px) {
  .card {
    margin-bottom: 26px;
    margin-top: 50px;
  }
  .card-divider {
    height: 1px;
    width: 100%;
    margin-left: 32px;
    margin-right: 32px;
    background-color: #979797;
  }
  .card-title {
    font-size: 24px;
    line-height: 32px;
  }
  .card-img {
    margin-bottom: 32px;
    height: unset;
    padding-bottom: 0;
  }
  .card-img img {
    width: 100%;
  }
}

@media (min-width:768px) {
  .card {
    max-width: 340px;
    -moz-box-shadow: 0 0 20px 0 rgba(0,0,0,0.1);
    box-shadow: 0 0 20px 0 rgba(0,0,0,0.1);
    margin-left: 24px;
  }
  .card:hover {
    -moz-box-shadow: 0 0 20px 0 rgba(0,0,0,0.4);
    box-shadow: 0 0 20px 0 rgba(0,0,0,0.4);
  }
  .card-img img {
    -moz-border-top-left-radius: 10px;
    border-top-left-radius: 10px;
    -moz-border-top-right-radius: 10px;
    border-top-right-radius: 10px;
  }
}

.analytics-theme .hero-section-container {
  background-color: #352143;
}

.analytics-theme .hero-section .hero-title {
  font-family: Montserrat;
  font-size: 40px;
  font-weight: bold;
  line-height: 48px;
  color: #ffffff;
}

.analytics-theme .hero-section .hero-description {
  font-family: Open Sans;
  font-size: 24px;
  font-weight: 300;
  line-height: 32px;
  color: #ffffff;
}

.analytics-theme .hero-section-features .features-headline {
  font-family: Montserrat;
  font-size: 32px;
  font-weight: bold;
  line-height: 40px;
  color: #ffffff;
}

.analytics-theme .hero-section-features .feature-title {
  font-family: Montserrat;
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  color: #ffffff;
}

.analytics-theme .hero-section-features .feature-description {
  font-family: Open Sans;
  font-size: 16px;
  line-height: 24px;
  color: #ffffff;
}

.analytics-theme .hero-section .analytics-logo {
  margin-top: 60px;
  width: 220px;
}

.analytics-theme .hero-section .button {
  font-weight: bold;
  line-height: 18px;
  display: inline-block;
  -moz-border-radius: 40px;
  border-radius: 40px;
  padding: 15px 40px;
  -moz-text-decoration: none;
  text-decoration: none;
  -o-transition: .3s background-color;
  -webkit-transition: .3s background-color;
  -moz-transition: .3s background-color;
  transition: .3s background-color;
  font-family: Montserrat;
  font-size: 14px;
  text-align: center;
  cursor: pointer;
  border-color: #ef427f;
  color: white;
  border-width: 1px;
  border-style: solid;
  background-color: #ef427f;
}

.analytics-theme .hero-section .analytics-hero-button-mobile-wrapper {
  padding-left: 16px;
  padding-right: 16px;
}

.analytics-theme .hero-section .analytics-hero-button-mobile-wrapper .button {
  width: 100%;
}

.analytics-theme .alternating-image-with-description {
  background-color: #2a1438;
}

.analytics-theme .alternating-image-with-description .section-title {
  font-family: Montserrat;
  font-size: 32px;
  font-weight: bold;
  line-height: 40px;
  color: #ffffff;
}

.analytics-theme .alternating-image-with-description .section-description {
  font-family: Open Sans;
  font-size: 16px;
  line-height: 24px;
  color: #ffffff;
}

.analytics-theme .range-slider .slider-before-value {
  background-color: #ef427f;
}

.analytics-theme .range-slider .slider-after-value {
  background-color: #f7f9fa;
}

.analytics-theme .range-slider .slider-thumb {
  background-color: #ef427f;
}

.analytics-theme .range-slider > .slider-input::-ms-thumb, .range-slider > .slider-input::-moz-range-thumb {
  background-color: #ef427f;
}

.analytics-theme .range-slider > .slider-input::-webkit-slider-thumb {
  background-color: #ef427f;
}

@media (max-width:1023px) {
  .analytics-theme .hero-section .hero-title {
    font-size: 32px;
    line-height: 40px;
  }
}

@media (max-width:1280px) {
  .analytics-theme .hero-section .hero-description {
    font-size: 21px;
    line-height: 28px;
  }
}

@media (max-width:1279px) {
  .analytics-theme .hero-section .analytics-logo {
    margin-top: 42px;
  }
}

@media (min-width:1025px) {
  .analytics-theme .hero-section .button:hover {
    background-color: transparent;
    color: #ef427f;
  }
}

@media (max-width:567px) {
  .analytics-theme .hero-section .button-container .button {
    width: 100%;
    min-width: initial;
  }
  .analytics-theme .hero-section .analytics-hero-button-mobile-wrapper {
    width: 100%;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
  }
}

@media (max-width:767px) {
  .analytics-theme .hero-section-features .features-headline {
    font-size: 24px;
    line-height: 32px;
  }
  .analytics-theme .hero-section .button {
    min-width: 300px;
  }
  .analytics-theme .alternating-image-with-description .section-title {
    font-size: 24px;
    line-height: 32px;
  }
}

.search-theme .hero-section-container {
  background-color: #ffffff;
}

.search-theme .hero-section .hero-title {
  font-family: Montserrat;
  font-size: 40px;
  font-weight: bold;
  line-height: 48px;
  color: #1a2633;
}

.search-theme .hero-section .hero-description {
  font-family: Open Sans;
  font-size: 24px;
  font-weight: 300;
  line-height: 32px;
  color: #1a2633;
}

.search-theme .hero-section .search-logo {
  margin-top: 50px;
  width: 220px;
}

.search-theme .button-container .button {
  font-weight: bold;
  line-height: 18px;
  display: inline-block;
  -moz-border-radius: 40px;
  border-radius: 40px;
  padding: 15px 40px;
  -moz-text-decoration: none;
  text-decoration: none;
  -o-transition: .3s background-color;
  -webkit-transition: .3s background-color;
  -moz-transition: .3s background-color;
  transition: .3s background-color;
  font-family: Montserrat;
  font-size: 14px;
  text-align: center;
  cursor: pointer;
  background-color: rgba(9,61,119,0.1);
  color: #093d77;
}

.search-theme .hero-section-features .features-headline {
  font-family: Montserrat;
  font-size: 32px;
  font-weight: bold;
  line-height: 40px;
  color: #1a2633;
}

.search-theme .hero-section-features .feature-title {
  font-family: Montserrat;
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  color: #1a2633;
}

.search-theme .hero-section-features .feature-description {
  font-family: Open Sans;
  font-size: 16px;
  line-height: 24px;
  color: #434b54;
}

.search-theme .alternating-image-with-description {
  background-color: #f7f9fa;
}

.search-theme .alternating-image-with-description .section-title {
  font-family: Montserrat;
  font-size: 32px;
  font-weight: bold;
  line-height: 40px;
  color: #1a2633;
}

.search-theme .alternating-image-with-description .section-description {
  font-family: Open Sans;
  font-size: 16px;
  line-height: 24px;
  color: #434b54;
}

.search-theme .pricing-plan-with-checkboxes .plan-title {
  color: #ffffff;
}

.search-theme .pricing-plan-with-checkboxes .plan-subtitle {
  color: #ffffff;
}

.search-theme .pricing-plan-with-checkboxes .plan-body {
  background-color: #f7f9fa;
}

.search-theme .pricing-plan-with-checkboxes .plan-feature {
  color: #1a2633;
  background-image: url(/assets/images/common/icons/check_blue.svg);
  background-repeat: no-repeat;
}

.search-theme .pricing-plan-with-checkboxes .buy-now-button {
  font-weight: bold;
  line-height: 18px;
  display: inline-block;
  -moz-border-radius: 40px;
  border-radius: 40px;
  padding: 15px 40px;
  -moz-text-decoration: none;
  text-decoration: none;
  -o-transition: .3s background-color;
  -webkit-transition: .3s background-color;
  -moz-transition: .3s background-color;
  transition: .3s background-color;
  font-family: Montserrat;
  font-size: 14px;
  text-align: center;
  cursor: pointer;
  border-width: 1px;
  color: #ffffff;
  background-color: #f5a623;
  border-color: #f5a623;
  border-style: solid;
}

.search-theme .pricing-plan-3-column-table .plan-title {
  color: #ffffff;
}

.search-theme .pricing-plan-3-column-table .plan-subtitle {
  color: #ffffff;
}

.search-theme .pricing-plan-3-column-table .plan-body {
  background-color: #1a2633;
}

.search-theme .pricing-plan-3-column-table .buy-now-button {
  font-weight: bold;
  line-height: 18px;
  display: inline-block;
  -moz-border-radius: 40px;
  border-radius: 40px;
  padding: 15px 40px;
  -moz-text-decoration: none;
  text-decoration: none;
  -o-transition: .3s background-color;
  -webkit-transition: .3s background-color;
  -moz-transition: .3s background-color;
  transition: .3s background-color;
  font-family: Montserrat;
  font-size: 14px;
  text-align: center;
  cursor: pointer;
  border-width: 1px;
  color: #ffffff;
  background-color: #f5a623;
  border-color: #f5a623;
  border-style: solid;
}

.search-theme .pricing-plan-3-column-table .plan-body {
  color: #ffffff;
}

.search-theme .pricing-plan-3-column-table .plan-name {
  color: #6dabf0;
}

.search-theme .pricing-plan-3-column-table .plan-body .small-description {
  color: #8f9fb3;
}

.search-theme .range-slider .slider-before-value {
  background-color: #083d77;
}

.search-theme .range-slider .slider-after-value {
  background-color: #ffffff;
}

.search-theme .range-slider .slider-thumb {
  background-color: #083d77;
}

.search-theme .range-slider > .slider-input::-ms-thumb, .range-slider > .slider-input::-moz-range-thumb {
  background-color: #083d77;
}

.search-theme .range-slider > .slider-input::-webkit-slider-thumb {
  background-color: #083d77;
}

.search-theme .pricing-plan-with-checkboxes .pricing-link a {
  color: #f5a623;
}

@media (max-width:1023px) {
  .search-theme .hero-section .hero-title {
    font-size: 32px;
    line-height: 40px;
  }
}

@media (max-width:1280px) {
  .search-theme .hero-section .hero-description {
    font-size: 21px;
    line-height: 28px;
  }
}

@media (max-width:1279px) {
  .search-theme .hero-section .search-logo {
    margin: 42px auto 0;
  }
}

@media (max-width:767px) {
  .search-theme .hero-section-features .features-headline {
    font-size: 24px;
    line-height: 32px;
  }
  .search-theme .alternating-image-with-description .section-title {
    font-size: 24px;
    line-height: 32px;
  }
}

@media (max-width:567px) {
  .search-theme .hero-section .search-logo {
    margin: 42px auto 22px;
  }
  .search-theme .pricing-plan-with-checkboxes .plan-title {
    color: #1a2633;
  }
  .search-theme .pricing-plan-with-checkboxes .plan-subtitle {
    color: #1a2633;
  }
  .search-theme .pricing-plan-with-checkboxes {
    background-color: #f7f9fa;
  }
  .search-theme .pricing-plan-3-column-table {
    background-color: #1a2633;
  }
}

@media (min-width:1025px) {
  .search-theme .button-container .button:hover {
    background-color: #083d77;
    color: #ffffff;
  }
  .search-theme .pricing-plan-with-checkboxes .buy-now-button:hover {
    background-color: transparent;
    color: #f5a623;
  }
  .search-theme .pricing-plan-3-column-table .buy-now-button:hover {
    background-color: transparent;
    color: #f5a623;
  }
}

.neutral-theme .panel {
  background-color: #f7f9fa;
}

.main-page-hero-image {
  background: -o-linear-gradient(to right, rgba(19,28,76,94), rgba(9,29,98,84));
  background: -webkit-linear-gradient(to right, rgba(19,28,76,94), rgba(9,29,98,84));
  background: -moz-linear-gradient(to right, rgba(19,28,76,94), rgba(9,29,98,84));
  background: linear-gradient(to right, rgba(19,28,76,94), rgba(9,29,98,84));
}

.main-page-hero-image-text-with-cta {
  z-index: 1;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  -o-justify-content: flex-start;
  justify-content: flex-start;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1024px;
}

.main-page-hero-image-splashes-tablet {
  position: absolute;
  bottom: -3px;
  display: none;
  left: 0;
}

.main-page-hero-image-isochrone-map {
  position: absolute;
  overflow: hidden;
  right: 0%;
}

.tooltip-pinpoint-main-page-hero-image {
  top: -540px;
  left: 321px;
}

a.main-page-hero-image-cta-mobile {
  position: absolute;
  bottom: 45px;
}

.main-page-hero-image-text h1 {
  color: rgba(255,255,255,1);
  font-family: Montserrat;
  margin-bottom: 6px;
}

.main-page-hero-image-text h2 {
  font-family: Open Sans;
  font-size: 24px;
  font-weight: 300;
  line-height: 32px;
  color: rgba(247,249,250,0.75);
}

.main-page-hero-image-tooltip-icon {
  -webkit-flex: 0 0 16px;
  -moz-flex: 0 0 16px;
  -ms-flex: 0 0 16px;
  -o-flex: 0 0 16px;
  flex: 0 0 16px;
  position: relative;
  top: 2px;
}

.main-page-hero-image-tooltip-text {
  max-width: 250px;
  margin-left: 24px;
}

.main-page-hero-image .button {
  font-weight: bold;
  line-height: 18px;
  display: inline-block;
  -moz-border-radius: 40px;
  border-radius: 40px;
  padding: 15px 40px;
  -moz-text-decoration: none;
  text-decoration: none;
  -o-transition: .3s background-color;
  -webkit-transition: .3s background-color;
  -moz-transition: .3s background-color;
  transition: .3s background-color;
  font-family: Montserrat;
  font-size: 14px;
  text-align: center;
  cursor: pointer;
  border-width: 1px;
  color: #ffffff;
  background-color: #f5a623;
  border-color: #f5a623;
  border-style: solid;
  -webkit-align-self: flex-start;
  -moz-align-self: flex-start;
  -ms-align-self: flex-start;
  -o-align-self: flex-start;
  align-self: flex-start;
}

@media (max-width:1279px) {
  .main-page-hero-image-text-with-cta {
    padding: 0 32px;
  }
}

@media (min-width:768px) and (max-width:1919px) {
  .main-page-hero-image-splashes-tablet {
    display: block;
  }
}

@media (min-width:1440px) {
  .main-page-hero-image-isochrone-map {
    left: 50%;
  }
}

@media (min-width:1024px) {
  .main-page-hero-image {
    height: 755px;
  }
  .main-page-hero-image-isochrone-map {
    top: calc(50% - 366px);
  }
  .main-page-hero-image-isochrone-map img {
    width: 640px;
  }
}

@media (min-width:1024px) and (max-width:1279px) {
  .tooltip-pinpoint-main-page-hero-image {
    left: 291px;
    top: -515px;
  }
}

@media (min-width:768px) {
  .main-page-hero-image-text-with-cta {
    height: 100%;
    margin-top: 120px;
  }
  a.main-page-hero-image-cta-mobile {
    display: none;
  }
}

@media (max-width:1280px) {
  .main-page-hero-image-text h2 {
    font-size: 21px;
    line-height: 28px;
  }
}

@media (min-width:768px) and (max-width:1023px) {
  .main-page-hero-image {
    height: 600px;
  }
  .main-page-hero-image-isochrone-map {
    top: calc(50% - 289px);
    left: calc(50% - 30px);
  }
  .main-page-hero-image-isochrone-map img {
    width: 500px;
  }
  .tooltip-pinpoint-main-page-hero-image {
    left: 219px;
    top: -405px;
  }
  .main-page-hero-image-tooltip .tooltip-container {
    max-width: 160px;
  }
}

@media (min-width:1025px) {
  .main-page-hero-image .button:hover {
    background-color: transparent;
    color: #f5a623;
  }
}

@media (max-width:767px) {
  .main-page-hero-image-text-with-cta {
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    margin-top: 60px;
    -webkit-justify-content: unset;
    -moz-justify-content: unset;
    -ms-justify-content: unset;
    -o-justify-content: unset;
    justify-content: unset;
  }
  .main-page-hero-image-isochrone-map {
    position: relative;
    left: -11px;
  }
  .main-page-hero-image-isochrone-map img {
    width: 300px;
  }
  .tooltip-pinpoint-main-page-hero-image {
    top: -250px;
    left: 110px;
  }
  .main-page-hero-image .button {
    margin-bottom: 50px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media (max-width:567px) {
  .main-page-hero-image .button {
    width: 90%;
  }
}

.main-page-interactive-map-container .interactive-map-container {
  height: 600vh;
}

.main-page-map-legend {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  -o-align-items: flex-start;
  align-items: flex-start;
  padding: 10px;
}

.main-page-map-legend-container {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}

.map-legend-icon {
  height: 5px;
  width: 25px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  margin-right: 15px;
}

.map-legend-item {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  line-height: 24px;
}

.map-legend-icon-blue {
  background-color: #0d63bf;
}

.map-legend-icon-purple {
  background-color: #ef427f;
}

.map-legend-icon-yellow {
  background-color: #f5a623;
}

.map-legend-text {
  font-family: Open Sans;
  font-size: 16px;
  color: #434b54;
}

.main-page-tooltip-pinpoint-step-0 {
  top: 200px;
  left: -17px;
  right: 0;
  margin-left: auto;
  margin-right: auto;
}

.main-page-tooltip-pinpoint-step-1 {
  top: 229px;
  left: 140px;
  right: 0;
  margin-left: auto;
  margin-right: auto;
}

.main-page-tooltip-pinpoint-step-2 {
  top: 218px;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
}

.main-page-tooltip-pinpoint-step-3 {
  top: 96px;
  left: 115px;
  right: 0;
  margin-left: auto;
  margin-right: auto;
}

.main-page-tooltip-pinpoint-step-4 {
  top: 186px;
  left: 0;
  right: 130px;
  margin-left: auto;
  margin-right: auto;
}

.main-page-step-0 .interactive-map-isochrone-and-tooltips .isochrone {
  background-position: calc(50% + 270px) calc(50% + -6px);
}

.main-page-step-0 .interactive-map-isochrone-and-tooltips .tooltip-container-container-interactive-map {
  left: calc(50% + 24px + 60px);
  top: calc(50% - 158px);
}

.main-page-step-1 .interactive-map-isochrone-and-tooltips .isochrone {
  background-position: calc(50% + 253px) calc(50% + 15px);
}

.main-page-step-1 .interactive-map-isochrone-and-tooltips .tooltip-container-container-interactive-map {
  left: calc(50% + 245px + 60px);
  top: calc(50% - 58px);
}

.main-page-step-1 .interactive-map-isochrone-and-tooltips .tooltip-container {
  display: inline-block;
}

.main-page-step-2 .interactive-map-isochrone-and-tooltips .isochrone {
  background-position: calc(50% + 169px) calc(50% + 29px);
  background-repeat: no-repeat;
}

.main-page-step-2 .interactive-map-isochrone-and-tooltips .tooltip-container-container-interactive-map {
  left: calc(50% + 135px + 60px);
  top: calc(50% - 38px);
}

.main-page-step-2 .interactive-map-isochrone-and-tooltips .tooltip-container {
  width: 145px;
}

.main-page-step-3 .interactive-map-isochrone-and-tooltips .isochrone {
  background-position: calc(50% + 209px) calc(50% + -14px);
}

.main-page-step-3 .interactive-map-isochrone-and-tooltips .tooltip-container-container-interactive-map {
  left: calc(50% + 68px + 60px);
  top: calc(50% + 131px);
}

.main-page-step-4 .interactive-map-isochrone-and-tooltips .isochrone {
  background-position: calc(50% + 290px) calc(50% + 23px);
}

.main-page-step-4 .interactive-map-isochrone-and-tooltips .tooltip-container-container-interactive-map {
  left: calc(50% + 25px + 60px);
  top: calc(50% - 108px);
}

.main-page-step-4 .interactive-map-isochrone-and-tooltips .tooltip-container {
  width: 140px;
}

.main-page-step-0-tooltip-icon, .main-page-step-2-tooltip-icon {
  -webkit-flex: 0 0 16px;
  -moz-flex: 0 0 16px;
  -ms-flex: 0 0 16px;
  -o-flex: 0 0 16px;
  flex: 0 0 16px;
  position: relative;
  top: 2px;
}

.main-page-step-0-tooltip-text, .main-page-step-2-tooltip-text {
  max-width: 250px;
  margin-left: 24px;
}

.main-page-interactive-map-mobile .step0 .mobile-image {
  background-image: url(assets/images/main-page/mobile_only/Slide1.jpg);
}

.main-page-interactive-map-mobile .step1 .mobile-image {
  background-image: url(assets/images/main-page/mobile_only/Slide2.jpg);
}

.main-page-interactive-map-mobile .step2 .mobile-image {
  background-image: url(assets/images/main-page/mobile_only/Slide3.jpg);
}

.main-page-interactive-map-mobile .step3 .mobile-image {
  background-image: url(assets/images/main-page/mobile_only/Slide4.jpg);
}

.main-page-interactive-map-mobile .step4 .mobile-image {
  background-image: url(assets/images/main-page/mobile_only/Slide5.jpg);
}

.main-page-step-0 .tablet-image {
  background-image: url(assets/images/main-page/tablet/homepage_slide1.jpeg);
}

.main-page-step-1 .tablet-image {
  background-image: url(assets/images/main-page/tablet/homepage_slide2.jpeg);
}

.main-page-step-2 .tablet-image {
  background-image: url(assets/images/main-page/tablet/homepage_slide3.jpeg);
}

.main-page-step-3 .tablet-image {
  background-image: url(assets/images/main-page/tablet/homepage_slide4.jpeg);
}

.main-page-step-4 .tablet-image {
  background-image: url(assets/images/main-page/tablet/homepage_slide5.jpeg);
}

@media (min-width:1024px) and (max-width:1439px) {
  .main-page-step-1 .interactive-map-isochrone-and-tooltips .isochrone {
    background-position: calc(50% + 187px) calc(50% + 4px);
    background-size: 1590px;
  }
}

@media (min-width:1025px) and (max-width:1439px) {
  .main-page-step-1 .interactive-map-isochrone-and-tooltips .tooltip-container-container-interactive-map {
    bottom: calc(50% + 65px);
    left: calc(50% + 230px);
  }
}

@media (min-width:1440px) {
  .main-page-step-1 .interactive-map-isochrone-and-tooltips .tooltip-container-container-interactive-map {
    bottom: calc(50% + 65px);
    left: calc(50% + 440px);
  }
}

@media (min-width:1025px) {
  .main-page-step-0 .interactive-map-isochrone-and-tooltips .tooltip-container-container-interactive-map {
    top: calc(50% - 194px);
    left: calc(50% + 45px);
  }
  .main-page-step-2 .interactive-map-isochrone-and-tooltips .tooltip-container-container-interactive-map {
    left: calc(50% + 105px);
    top: calc(50% - 18px);
  }
  .main-page-step-3 .interactive-map-isochrone-and-tooltips .tooltip-container-container-interactive-map {
    left: calc(50% - 5px);
    top: calc(50% + 217px);
  }
  .main-page-step-4 .interactive-map-isochrone-and-tooltips .tooltip-container-container-interactive-map {
    left: calc(50% + 72px);
    top: calc(50% + -108px);
  }
}

@media (max-width:907px) {
  .main-page-step-0 .interactive-map-isochrone-and-tooltips .tooltip-container-container-interactive-map {
    left: calc(50% + 26px);
  }
  .main-page-step-1 .interactive-map-isochrone-and-tooltips .tooltip-container-container-interactive-map {
    left: calc(50% + 245px);
  }
  .main-page-step-2 .interactive-map-isochrone-and-tooltips .tooltip-container-container-interactive-map {
    left: calc(50% + 135px);
  }
  .main-page-step-3 .interactive-map-isochrone-and-tooltips .tooltip-container-container-interactive-map {
    left: calc(50% - -68px);
  }
  .main-page-step-4 .interactive-map-isochrone-and-tooltips .tooltip-container-container-interactive-map {
    left: calc(50% + 25px);
  }
  .main-page-step-0 .tablet-image {
    background-position: calc(50% - 60px), 50%;
  }
  .main-page-step-1 .tablet-image {
    background-position: calc(50% - 59px), 50%;
  }
  .main-page-step-2 .tablet-image {
    background-position: calc(50% - 70px), 50%;
  }
  .main-page-step-3 .tablet-image {
    background-position: calc(50% - 59px), 50%;
  }
  .main-page-step-4 .tablet-image {
    background-position: calc(50% - 59px), 50%;
  }
}

.main-page-products-image-splashes {
  position: absolute;
  left: 0;
}

.main-page-products-image-splashes-right {
  right: 0;
  left: auto;
}

.main-page-qoute {
  padding: 72px;
  background-color: #1a2633;
  z-index: 1;
  position: relative;
  color: #e6eef7;
  font-size: 21px;
  line-height: 24px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
}

.main-page-quote-signature-mobile {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  max-width: 70vw;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
}

.main-page-quote-profile-image-desktop {
  -webkit-flex: 100%;
  -moz-flex: 100%;
  -ms-flex: 100%;
  -o-flex: 100%;
  flex: 100%;
}

.main-page-quote-profile-image-desktop img {
  margin-top: 38%;
}

.main-page-quote-signature-desktop {
  -webkit-align-self: flex-start;
  -moz-align-self: flex-start;
  -ms-align-self: flex-start;
  -o-align-self: flex-start;
  align-self: flex-start;
}

.main-page-quote-signature-name {
  font-family: Montserrat;
  font-weight: bold;
  font-size: 16px;
}

.main-page-quote-text-block {
  font-weight: 300;
  line-height: 30px;
}

.main-page-quote-signature {
  font-size: 14px;
  line-height: 20px;
}

@media (min-width:768px) and (max-width:1023px) {
  .main-page-quote-profile-image-desktop {
    margin-right: 10px;
  }
}

@media (max-width:767px) {
  .main-page-products-image-splashes {
    display: none;
  }
  .main-page-qoute {
    padding-top: 36px;
    padding-bottom: 52px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .main-page-quote-profile-image img {
    height: 100px;
    margin-right: 15px;
  }
  .main-page-quote-profile-image-desktop, .main-page-quote-signature-desktop {
    display: none;
  }
  .main-page-quote-text-block {
    text-align: center;
  }
}

@media (min-width:768px) {
  .main-page-qoute {
    height: 607px;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .main-page-quote-signature-mobile {
    display: none;
  }
  .main-page-quote-text-block {
    margin-right: auto;
    max-width: 50vw;
  }
}

.classifields-locator-hero-splash {
  position: absolute;
  background-image: url(/assets/images/search/classifields/splashes_classifields.svg);
  left: 0;
  top: 110px;
  width: 309px;
  height: 773px;
}

.classifields-hero .hero-image img {
  max-width: 601px;
  -webkit-transform: translateY(-100px);
  -moz-transform: translateY(-100px);
  -o-transform: translateY(-100px);
  transform: translateY(-100px);
}

.classifields-slide-2-tooltip-container {
  width: 100%;
  max-width: 253px;
}

#classifields-hero-tooltip-pinpoint {
  top: 39%;
}

#classifields-slide-2-tooltip-pinpoint {
  top: 43%;
}

.classifields-slide-3-tooltip-container {
  width: 100%;
  max-width: 236px;
}

#classifields-slide-3-tooltip-pinpoint {
  top: 44%;
}

.classifields-hero-tooltip-container {
  width: 100%;
  max-width: 280px;
}

@media (max-width:1919px) {
  .classifields-locator-hero-splash {
    display: none;
  }
}

@media (max-width:1023px) {
  .classifields-hero .hero-image img {
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    transform: none;
  }
}

.property-hero-splash {
  width: 48%;
  height: 100vh;
  top: 0;
  right: -50px;
  position: absolute;
  background: url(/assets/images/search/property/splashes_property.svg) 100% 0 no-repeat;
  background-size: contain;
  z-index: 1;
}

.property-hero-cards {
  width: 60%;
  height: 75vh;
  right: -50px;
  top: 0;
  position: absolute;
  background: url(/assets/images/search/property/image_header_property.png) 100% 0 no-repeat;
  background-size: contain;
  z-index: 2;
}

.property-hero .hero-section {
  height: 630px;
}

.property-hero .hero-content {
  max-width: 531px;
}

.property-slide-2-tooltip-container {
  width: 100%;
  max-width: 253px;
}

#property-slide-3-tooltip-pinpoint {
  top: 39%;
}

.property-slide-3-tooltip-container {
  width: 100%;
  max-width: 236px;
}

.property-hero .hero-image {
  max-width: 500px;
}

@media (max-width:1599px) {
  .property-hero-splash {
    width: 60%;
    height: 80vh;
  }
}

@media (max-width:767px) {
  .property-hero-splash {
    display: none;
  }
  .property-hero-cards {
    display: none;
  }
}

@media (max-width:1279px) {
  div.property-hero-splash {
    width: 363px;
    height: 483px;
    background-image: url(/assets/images/search/property/tablet/splashes_property.svg);
  }
  .property-hero-cards {
    width: 406px;
    height: 588px;
    background-image: url(/assets/images/search/property/tablet/image_header_property_tablet.png);
    background-position: 100% 0;
  }
  .property-hero .hero-section {
    height: auto;
  }
}

@media (max-width:1023px) {
  .property-hero .hero-content {
    max-width: 460px;
  }
}

@media (max-width:567px) {
  .property-slide-3-image-container {
    margin-top: 15px;
  }
}

.recruitment-hero-splash {
  width: 80%;
  height: 80vh;
  top: 0;
  right: 0;
  position: absolute;
  background: url(/assets/images/search/recruitment/splashes_recruitment.svg) 100% -50px no-repeat;
  background-size: contain;
  z-index: 1;
}

.recruitment-slides img {
  -moz-border-radius: 10px;
  border-radius: 10px;
  -moz-box-shadow: 0 2px 14px 0 rgba(0,0,0,0.1);
  box-shadow: 0 2px 14px 0 rgba(0,0,0,0.1);
}

.recruitment-hero-cards {
  width: 60%;
  height: 100vh;
  right: 0;
  position: absolute;
  background: url(/assets/images/search/recruitment/image_header_recruitment.png) top right no-repeat;
  background-size: contain;
  z-index: 2;
}

.recruitment-hero .hero-image {
  max-width: 500px;
}

.recruitment-hero .hero-section-features {
  margin-top: 260px;
}

@media (max-width:1599px) {
  .recruitment-hero-splash {
    width: 60%;
    height: 80vh;
  }
}

@media (max-width:1919px) {
  .recruitment-hero-splash {
    height: 90vh;
  }
}

@media (max-width:767px) {
  .recruitment-hero-splash {
    display: none;
  }
  .recruitment-hero-cards {
    display: none;
  }
}

@media (max-width:1279px) {
  .recruitment-hero-splash {
    width: 400px;
    height: 501px;
    background-image: url(/assets/images/search/recruitment/tablet/splashes_recruitment_tablet.svg);
  }
  .recruitment-hero-cards {
    width: 363px;
    height: 395px;
    background-image: url(/assets/images/search/recruitment/tablet/image_header_recruitment_tablet.png);
  }
  .recruitment-hero .hero-section-features {
    margin-top: 96px;
  }
}

.store-locator-hero-splash {
  position: absolute;
  background-image: url(/assets/images/search/store-locator/splashes_store_locator.svg);
  left: 0;
  top: 150px;
  width: 309px;
  height: 773px;
}

.store-locator-alternating-image-with-description .section-image-container img {
  -moz-border-radius: 10px;
  border-radius: 10px;
  -moz-box-shadow: 0 2px 14px 0 rgba(0,0,0,0.1);
  box-shadow: 0 2px 14px 0 rgba(0,0,0,0.1);
}

.store-locator-hero .hero-content {
  margin: 0;
}

.store-locator-hero .hero-section .hero-description {
  max-width: 360px;
}

.store-locator-slide-1-tooltip-container {
  width: 100%;
  max-width: 260px;
}

#store-locator-hero-tooltip-pinpoint {
  top: 44%;
  left: 61%;
}

.store-locator-hero-tooltip-container {
  width: 100%;
  max-width: 280px;
}

@media (max-width:1919px) {
  .store-locator-hero-splash {
    display: none;
  }
}

@media (max-width:1279px) {
  .store-locator-hero .hero-section .hero-title {
    max-width: 100%;
  }
  .store-locator-hero .hero-section .hero-description {
    width: 100%;
    max-width: initial;
  }
  #store-locator-hero-tooltip-pinpoint {
    top: 40%;
    left: 50%;
  }
}

.hero-section-container.product-search-page-hero-image {
  background-color: #0d63bf;
  overflow: auto;
  padding-top: 0;
}

.product-search-page-hero-image .hero-section .hero-content {
  margin-right: 32px;
}

.product-search-page-hero-image .hero-section {
  margin-top: 100px;
  z-index: 2;
  position: relative;
}

.product-search-page-hero-image .button-container .button {
  font-weight: bold;
  line-height: 18px;
  display: inline-block;
  -moz-border-radius: 40px;
  border-radius: 40px;
  padding: 15px 40px;
  -moz-text-decoration: none;
  text-decoration: none;
  -o-transition: .3s background-color;
  -webkit-transition: .3s background-color;
  -moz-transition: .3s background-color;
  transition: .3s background-color;
  font-family: Montserrat;
  font-size: 14px;
  text-align: center;
  cursor: pointer;
  border-width: 1px;
  color: #ffffff;
  background-color: #f5a623;
  border-color: #f5a623;
  border-style: solid;
}

.product-search-page-hero-image .hero-section .hero-title {
  color: #ffffff;
}

.product-search-page-hero-image .hero-section .hero-description {
  color: #ffffff;
}

.product-search-page-hero-image-tooltip-container {
  width: 100%;
  max-width: 280px;
}

#product-search-page-hero-image-tooltip-pinpoint {
  top: 60px;
  left: 285px;
}

.product-search-page-hero-image .splashes-desktop {
  width: 524px;
  height: 768px;
  position: absolute;
  top: 42px;
  left: 0;
  z-index: 1;
}

.product-search-page-hero-image .splashes-mobile {
  display: none;
  width: 215px;
  height: 102px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}

.product-search-page-radial-progress {
  height: 66px;
  width: 66px;
  margin-right: 20px;
}

.product-search-page-radial-and-button-container {
  margin-top: 40px;
}

.radial-progress-actually-reachable .radial-progress .progress-bar {
  stroke: #1a2633;
}

.radial-progress-outside-reachable .radial-progress .progress-bar {
  stroke: #0d63bf;
}

.product-search-page-interactive-map-container .interactive-map-container {
  height: 200vh;
}

.product-search-page-step-row {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  margin-top: 20px;
}

.product-search-page-after-interactive-map {
  position: relative;
  z-index: 1;
  background-color: white;
}

.product-search-page-step-button {
  margin-top: 40px;
  -moz-text-decoration: none;
  text-decoration: none;
  max-width: 290px;
  -moz-border-radius: 40px;
  border-radius: 40px;
  color: white;
  cursor: pointer;
  font-family: Montserrat;
  background-color: #083d77;
  line-height: 18px;
  -o-transition: .3s background-color;
  -webkit-transition: .3s background-color;
  -moz-transition: .3s background-color;
  transition: .3s background-color;
  padding: 15px 40px;
  text-align: center;
  font-weight: bold;
  font-size: 14px;
  display: inline-block;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.product-search-page-step-0 .product-search-page-radial-and-button-container {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-around;
  -moz-justify-content: space-around;
  -ms-justify-content: space-around;
  -o-justify-content: space-around;
  justify-content: space-around;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
}

.product-search-page-step-0 .product-search-page-step-button {
  -webkit-flex-basis: 100%;
  -moz-flex-basis: 100%;
  -ms-flex-basis: 100%;
  -o-flex-basis: 100%;
  flex-basis: 100%;
}

#product-search-page-step-0-tooltip {
  top: calc(50% + -172px);
  left: calc(50% + 34px + 60px);
}

#product-search-page-step-0-1-tooltip {
  top: calc(50% + -53px);
  left: calc(50% + 25px + 60px);
}

.product-search-page-step-0 .interactive-map-isochrone-and-tooltips .isochrone {
  background-repeat: no-repeat;
}

.product-search-page-easy-integration {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  padding-top: 120px;
  padding-bottom: 120px;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 16px;
  padding-right: 16px;
}

.product-search-page-easy-integration-left {
  padding-left: 16px;
  padding-right: 16px;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-shrink: 0;
  -o-flex-shrink: 0;
  flex-shrink: 0;
}

.product-search-page-easy-integration-right {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  -o-align-items: flex-start;
  align-items: flex-start;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  -o-justify-content: flex-end;
  justify-content: flex-end;
}

.product-search-page-easy-integration-right div {
  width: 338px;
  height: 200px;
  background-color: darkgray;
}

.product-search-page-easy-integration-profile-container {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  -o-justify-content: flex-start;
  justify-content: flex-start;
  margin-bottom: 40px;
}

.product-search-page-easy-integration-profile-left {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  margin-right: 16px;
}

.product-search-page-easy-integration-profile-right {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -moz-justify-content: space-around;
  -ms-justify-content: space-around;
  -o-justify-content: space-around;
  justify-content: space-around;
}

.product-search-page-easy-integration-profile-right h5 {
  margin: 2px;
}

.product-search-page-easy-integration-title {
  font-family: Montserrat;
  font-size: 40px;
  font-weight: bold;
  line-height: 48px;
  color: #1a2633;
  margin-top: 0;
}

.product-search-page-easy-integration-subheader {
  font-family: Open Sans;
  font-size: 24px;
  font-weight: 300;
  line-height: 32px;
  color: #1a2633;
  max-width: 480px;
}

.product-search-page-easy-integration-buttons {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
}

.product-search-page-easy-integration-button-primary {
  font-weight: bold;
  line-height: 18px;
  display: inline-block;
  -moz-border-radius: 40px;
  border-radius: 40px;
  padding: 15px 40px;
  -moz-text-decoration: none;
  text-decoration: none;
  -o-transition: .3s background-color;
  -webkit-transition: .3s background-color;
  -moz-transition: .3s background-color;
  transition: .3s background-color;
  font-family: Montserrat;
  font-size: 14px;
  text-align: center;
  cursor: pointer;
  border-width: 1px;
  color: #ffffff;
  background-color: #083d77;
  border-color: #083d77;
  border-style: solid;
  margin-right: 10px;
}

.product-search-page-easy-integration-button-secondary {
  font-weight: bold;
  line-height: 18px;
  display: inline-block;
  -moz-border-radius: 40px;
  border-radius: 40px;
  padding: 15px 40px;
  -moz-text-decoration: none;
  text-decoration: none;
  -o-transition: .3s background-color;
  -webkit-transition: .3s background-color;
  -moz-transition: .3s background-color;
  transition: .3s background-color;
  font-family: Montserrat;
  font-size: 14px;
  text-align: center;
  cursor: pointer;
  background-color: rgba(9,61,119,0.1);
  color: #093d77;
  margin-right: 10px;
}

.product-search-page-easy-integration-right-mobile-image {
  display: none;
}

.products-search-interactive-map-mobile .step0 .mobile-image {
  background-image: url(assets/images/productSearchPage/image_time_is_more_accurate_mobile.png);
}

.product-search-page-tooltip-pinpoint-step-0 {
  top: 102px;
  left: calc(50% - 160px);
}

.product-search-page-tooltip-pinpoint-step-0-1 {
  top: 250px;
  left: calc(50% - 55px);
}

.social-proof-container-wrapper {
  z-index: 1;
  position: relative;
}

.product-search-page-interactive-map-container .interactive-step-overlay {
  pointer-events: none;
}

.testimonial.product-search .sides-wrapper-wrapper {
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  -o-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.product-search-page-step-0 .tablet-image {
  background-image: url(assets/images/productSearchPage/slide_more_accurate.jpg);
}

@media (max-width:1279px) {
  .product-search-page-hero-image .hero-section {
    margin-top: 40px;
  }
  .product-search-page-hero-image .hero-section .hero-image {
    margin-top: 85px;
  }
  #product-search-page-hero-image-tooltip-pinpoint {
    left: 50%;
  }
}

@media (max-width:1599px) {
  .product-search-page-hero-image .splashes-desktop {
    display: none;
  }
}

@media (min-width:1025px) and (max-width:1279px) {
  #product-search-page-step-0-tooltip {
    top: calc(50% + -152px);
    left: calc(50% + 51px);
  }
  #product-search-page-step-0-1-tooltip {
    top: calc(50% + -53px);
    left: calc(50% + 25px);
  }
}

@media (min-width:768px) and (max-width:1279px) {
  .product-search-page-step-0 .interactive-map-isochrone-and-tooltips .isochrone {
    background-position: calc(50% + 202px) calc(50% + 13px);
    background-size: 2000px 2000px;
  }
}

@media (min-width:1280px) {
  #product-search-page-step-0-tooltip {
    top: calc(50% + 116px);
    left: calc(50% + 33px);
  }
  #product-search-page-step-0-1-tooltip {
    top: calc(50% + -37px);
    left: calc(50% + 164px);
  }
  .product-search-page-step-0 .interactive-map-isochrone-and-tooltips .isochrone {
    background-position: calc(50% + 336px) calc(50% + 32px);
  }
}

@media (max-width:567px) {
  .product-search-page-radial-and-button-container {
    padding-bottom: 48px;
  }
  .product-search-page-easy-integration-right {
    display: none;
  }
}

@media (max-width:1023px) {
  .product-search-page-hero-image .hero-section .hero-content {
    max-width: 290px;
    min-width: 290px;
  }
  .product-search-page-easy-integration-title {
    font-size: 32px;
    line-height: 40px;
  }
}

@media (max-width:1280px) {
  .product-search-page-easy-integration-subheader {
    font-size: 21px;
    line-height: 28px;
  }
}

@media (min-width:1025px) {
  .product-search-page-hero-image .button-container .button:hover {
    background-color: transparent;
    color: #f5a623;
  }
  .product-search-page-easy-integration-button-primary:hover {
    background-color: transparent;
    color: #083d77;
  }
  .product-search-page-easy-integration-button-secondary:hover {
    background-color: #083d77;
    color: #ffffff;
  }
}

@media (min-width:768px) and (max-width:1023px) {
  .product-search-page-easy-integration-right-mobile-image {
    display: block;
  }
}

@media (max-width:767px) {
  .product-search-page-hero-image .splashes-mobile {
    display: block;
  }
  .product-search-page-step-row {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
  }
  .product-search-page-step-button {
    width: 100%;
  }
  .product-search-page-easy-integration {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .product-search-page-easy-integration-left {
    -webkit-flex-shrink: 1;
    -moz-flex-shrink: 1;
    -ms-flex-shrink: 1;
    -o-flex-shrink: 1;
    flex-shrink: 1;
  }
  .product-search-page-easy-integration-profile-right h5 {
    font-size: 16px;
  }
  .product-search-page-easy-integration-profile-right p {
    font-size: 14px;
  }
  .product-search-page-easy-integration-title {
    text-align: center;
    margin-bottom: 32px;
  }
  .product-search-page-easy-integration-subheader {
    text-align: center;
    margin: 0 auto 0 auto;
    padding-bottom: 16px;
  }
  .product-search-page-easy-integration-button-primary {
    width: 100%;
    margin-top: 10px;
    margin-right: 0;
  }
  .product-search-page-easy-integration-button-secondary {
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-right: 0;
  }
  .testimonial.product-search .sides-wrapper-wrapper {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
  }
}

@media (min-width:769px) {
  .testimonial.product-search .right-side {
    min-width: 220px;
  }
}

@media (max-width:907px) {
  #product-search-page-step-0-tooltip {
    left: calc(50% + 34px);
  }
  #product-search-page-step-0-1-tooltip {
    left: calc(50% + 25px);
  }
  .product-search-page-step-0 .tablet-image {
    background-position: calc(50% - 60px), 50%;
  }
}

.search-api-pricing {
  background-color: #0d63bf;
  padding-bottom: 113px;
}

.search-api-pricing .splash-left {
  background-image: url(assets/images/search/search-pricing/splash_left_pay_as_you_go.svg);
  left: 0;
  top: 580px;
  position: absolute;
  width: 376px;
  height: 864px;
  z-index: 0;
}

.search-api-pricing .splash-right {
  background-image: url(assets/images/search/search-pricing/splash_right_pay_as_you_go.svg);
  right: 0;
  top: 0;
  position: absolute;
  width: 493px;
  height: 1003px;
  z-index: 0;
}

.search-api-pricing h1 {
  font-family: Montserrat;
  font-size: 40px;
  font-weight: bold;
  line-height: 48px;
  color: #1a2633;
  color: #ffffff;
  text-align: center;
  margin: 0;
  padding-left: 16px;
  padding-right: 16px;
  position: relative;
  z-index: 1;
}

.search-api-pricing h2 {
  font-family: Open Sans;
  font-size: 24px;
  font-weight: 300;
  line-height: 32px;
  color: #1a2633;
  color: #ffffff;
  text-align: center;
  padding-left: 16px;
  padding-right: 16px;
  margin-top: 16px;
  margin-bottom: 0;
  position: relative;
  z-index: 1;
}

.search-api-pricing .pricing-plans {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  margin-top: 96px;
  z-index: 1;
  position: relative;
}

.search-api-pricing .pricing-plans > div {
  margin-right: 96px;
}

.search-api-pricing .pricing-plans > div:first-child {
  margin-top: 0;
}

.search-api-pricing .pricing-plans > div:last-child {
  margin-right: 0;
}

.search-api-pricing .pricing-plan-with-checkboxes .plan-body {
  height: 680px;
}

.search-pricing-page .pricing-table-modal-inner-container {
  position: fixed;
  width: 100%;
  background-color: #ffffff;
  -moz-border-radius: 10px;
  border-radius: 10px;
  z-index: 1102;
  margin: auto;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-width: 400px;
}

.search-pricing-page .pricing-table-modal-inner-container .table-header {
  font-family: Montserrat;
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  font-weight: bold;
  color: #1a2633;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 5px;
  margin-bottom: 10px;
}

.search-pricing-page .pricing-table-modal-inner-container .table-row {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  padding-left: 15px;
  padding-right: 15px;
  margin-top: 21px;
}

.search-pricing-page .pricing-table-modal-inner-container .table-key {
  font-family: Open Sans;
  font-size: 16px;
  line-height: 24px;
  color: #434b54;
}

.search-pricing-page .pricing-table-modal-inner-container .table-value {
  font-family: Montserrat;
  font-size: 15px;
  font-weight: bold;
  color: #8f9fb3;
}

.search-pricing-page .pricing-table-modal-inner-container .modal-footnote {
  font-family: Open Sans;
  font-size: 16px;
  line-height: 24px;
  color: #434b54;
  text-align: center;
  margin-top: 34px;
}

.search-pricing-page .pricing-table-modal-inner-container .modal-footnote a {
  color: #f5a623;
  font-weight: bold;
  -moz-text-decoration: underline;
  text-decoration: underline;
}

.search-api-pricing .faq-section {
  margin-top: 88px;
  max-width: 500px;
  color: #ffffff;
}

.search-api-pricing .faq-section .faq-item-wrapper {
  margin-top: 30px;
}

.search-api-pricing .faq-section .faq-item {
  margin-top: 48px;
}

.search-api-pricing .faq-section .faq-item:first-child {
  margin-top: 0;
}

.search-api-pricing .faq-section .faq-title {
  font-family: Montserrat;
  font-size: 32px;
  font-weight: bold;
  line-height: 40px;
}

.search-api-pricing .faq-section .question {
  font-family: Open Sans;
  font-size: 24px;
  font-weight: 300;
  line-height: 32px;
}

.search-api-pricing .faq-section .answer {
  margin-top: 16px;
  font-family: Open Sans;
  font-size: 16px;
  line-height: 24px;
  width: 100%;
}

.search-api-pricing .pricing-plan-3-column-table .faq-section {
  max-width: 599px;
}

.search-pricing-page .social-proof-items {
  margin-bottom: 0;
  padding-bottom: 64px;
}

@media (min-width:1025px) {
  .search-api-pricing {
    padding-top: 96px;
  }
}

@media (max-width:1024px) {
  .search-api-pricing {
    padding-top: 64px;
  }
}

@media (max-width:1023px) {
  .search-api-pricing h1 {
    font-size: 32px;
    line-height: 40px;
  }
}

@media (max-width:1279px) {
  .search-api-pricing .pricing-plans {
    margin-top: 90px;
    margin-top: 64px;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
  }
  .search-api-pricing .pricing-plans > div {
    margin-top: 120px;
    margin-right: 0;
  }
}

@media (max-width:400px) {
  .search-pricing-page .pricing-table-modal-inner-container {
    -moz-border-radius: 0;
    border-radius: 0;
  }
  .search-pricing-page .pricing-table-modal-inner-container .modal-footnote {
    padding-left: 16px;
    padding-right: 16px;
  }
}

@media (max-width:1280px) {
  .search-api-pricing h2 {
    font-size: 21px;
    line-height: 28px;
  }
  .search-api-pricing .faq-section .question {
    font-size: 21px;
    line-height: 28px;
  }
}

@media (max-width:567px) {
  .search-api-pricing {
    padding-bottom: 0;
  }
  .search-api-pricing .splash-left {
    display: none;
  }
  .search-api-pricing .splash-right {
    display: none;
  }
  .search-api-pricing .pricing-plans > div {
    margin-top: 0;
  }
  .search-api-pricing .pricing-plan-with-checkboxes .plan-body {
    height: auto;
  }
  .search-api-pricing .faq-section {
    margin-top: 36px;
    padding-left: 16px;
    padding-right: 16px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
  .search-api-pricing .pricing-plan-with-checkboxes .faq-section {
    color: #1a2633;
  }
}

@media (max-width:767px) {
  .search-api-pricing .faq-section .faq-title {
    font-size: 24px;
    line-height: 32px;
  }
  .search-api-pricing .pricing-plan-3-column-table .faq-section {
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
  }
}

.map-generator-page {
  width: 100%;
  background-color: white;
}

.map-generator-page .social-proof-items {
  margin-bottom: 0;
}

.map-generator-page .video-hero {
  position: relative;
  overflow: hidden;
}

.map-generator-page .video-hero .video-overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #352143;
  opacity: 0.7;
}

.map-generator-page .video-title-container {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  background-color: transparent;
  z-index: 12;
  padding-top: 124px;
}

.map-generator-page .video-title-container .title {
  font-family: Montserrat;
  font-size: 40px;
  font-weight: bold;
  line-height: 48px;
  color: #1a2633;
  color: white;
  margin: 0;
}

.map-generator-page .video-title-container .info {
  font-family: Open Sans;
  font-size: 24px;
  font-weight: 300;
  line-height: 32px;
  color: #1a2633;
  color: white;
  margin-top: 20px;
  margin-bottom: 32px;
}

.map-generator-page .video-hero .video-container {
  background-color: white;
  position: relative;
  overflow: hidden;
  height: calc(100vw * 876 / 1794);
  max-height: calc(100vh - 96px);
  width: 100vw;
}

.map-generator-page .video-hero .video-elem {
  width: 100%;
  background-color: transparent;
  top: 0;
  left: 0;
  position: absolute;
  border-bottom: 1px solid #d9d9d9;
}

.map-generator-page .video-hero .try-btn {
  font-weight: bold;
  line-height: 18px;
  display: inline-block;
  -moz-border-radius: 40px;
  border-radius: 40px;
  padding: 15px 40px;
  -moz-text-decoration: none;
  text-decoration: none;
  -o-transition: .3s background-color;
  -webkit-transition: .3s background-color;
  -moz-transition: .3s background-color;
  transition: .3s background-color;
  font-family: Montserrat;
  font-size: 14px;
  text-align: center;
  cursor: pointer;
  border-width: 1px;
  color: #ffffff;
  background-color: #f5a623;
  border-color: #f5a623;
  border-style: solid;
}

.map-generator-page .video-hero .try-btn:hover {
  opacity: 1;
}

.map-generator-page .tab-section .tab-menu {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  list-style: none;
  width: 100%;
  margin: 0;
  padding-top: 96px;
}

.has-hover .map-generator-page .tab-section .menu-item a:hover {
  color: #f5a623;
}

.map-generator-page .tab-section .menu-item a {
  font-family: Montserrat;
  color: #1a2633;
  font-weight: bold;
  font-size: 15px;
  line-height: 19px;
  text-transform: uppercase;
  padding: 10px 20px;
  cursor: pointer;
  -o-transition: all .3 ease-in-out;
  -webkit-transition: all .3 ease-in-out;
  -moz-transition: all .3 ease-in-out;
  transition: all .3 ease-in-out;
}

.map-generator-page .tab-menu .menu-item.active {
  color: #f5a623;
}

.map-generator-page .tab-content .tab-item {
  padding: 120px 0;
  top: 0;
  left: 0;
}

.map-generator-page .tab-content .tab-item.active {
  display: block;
}

.map-generator-page .tab-content {
  width: 100%;
  position: relative;
}

.map-generator-page .tab-content .tab-item-inner {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 25px;
  position: relative;
}

.map-generator-page .tab-content .tab-item-inner > div {
  width: 50%;
}

.map-generator-page .tab-content .tab-item.dark {
  background-color: #2a1438;
}

.map-generator-page .tab-content .tab-item.dark * {
  color: white;
}

.map-generator-page .tab-item .tab-text {
  padding-right: 99px;
}

.map-generator-page .tab-image {
  position: relative;
}

.map-generator-page .anim.tab-item .tab-image {
  position: relative;
}

.map-generator-page .tab-item .tab-image.visible-sm {
  display: none;
}

.map-generator-page .tab-item .tab-image.visible {
  display: block;
}

.map-generator-page .tab-image .image-container {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 50% 0%;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
}

.map-generator-page .tab-item .tab-image {
  min-height: 460px;
}

.map-generator-page .tab-item.radius .image-container {
  background-image: url(/assets/images/search/map-generator/image1_generate_drive_time_maps.png);
}

.map-generator-page .tab-item.export-data .image-container {
  background-image: url(/assets/images/search/map-generator/image3_export_travel_time_data.png);
}

.map-generator-page .tab-item.isochrone .image-container {
  background-image: url(/assets/images/search/map-generator/image_whats_an_isochrone.png);
}

.map-generator-page .tab-item.useful-links .image-container {
  background-image: url(/assets/images/search/map-generator/image_useful_links.png);
}

.map-generator-page .tab-item.useful-links .links {
  list-style-type: none;
  padding: 0;
  max-width: 478px;
}

.map-generator-page .tab-item.useful-links .link-item {
  margin-bottom: 10px;
}

.map-generator-page .tab-item.useful-links .link-item a {
  font-family: Open Sans;
  font-size: 16px;
  line-height: 24px;
  color: #434b54;
  color: #f5a623;
  margin: 3px 0;
  display: block;
  word-wrap: break-word;
  -moz-text-decoration: underline;
  text-decoration: underline;
}

.map-generator-page .tab-item.useful-links .tab-item-inner {
  -webkit-flex-wrap: wrap-reverse;
  -moz-flex-wrap: wrap-reverse;
  -ms-flex-wrap: wrap-reverse;
  -o-flex-wrap: wrap-reverse;
  flex-wrap: wrap-reverse;
}

.map-generator-page .tab-content .tab-title {
  font-family: Montserrat;
  font-size: 32px;
  font-weight: bold;
  line-height: 40px;
  color: #1a2633;
  margin-bottom: 22px;
}

.map-generator-page .tab-content .tab-subtitle {
  font-family: Open Sans;
  font-size: 24px;
  font-weight: 300;
  line-height: 32px;
  color: #1a2633;
  margin-bottom: 22px;
}

.map-generator-page .tab-content .tab-description {
  font-family: Open Sans;
  font-size: 16px;
  line-height: 24px;
  color: #434b54;
}

.map-generator-page .tab-content .tab-cta {
  font-weight: bold;
  line-height: 18px;
  display: inline-block;
  -moz-border-radius: 40px;
  border-radius: 40px;
  padding: 15px 40px;
  -moz-text-decoration: none;
  text-decoration: none;
  -o-transition: .3s background-color;
  -webkit-transition: .3s background-color;
  -moz-transition: .3s background-color;
  transition: .3s background-color;
  font-family: Montserrat;
  font-size: 14px;
  text-align: center;
  cursor: pointer;
  border-width: 1px;
  color: #ffffff;
  background-color: #f5a623;
  border-color: #f5a623;
  border-style: solid;
  margin-top: 32px;
}

.map-generator-page .benefits-section-inner {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.map-generator-page .benefits-section {
  padding: 100px 0;
  background-color: #f7f9fa;
}

.map-generator-page .benefits-section .benefits-title {
  font-family: Montserrat;
  font-size: 32px;
  font-weight: bold;
  line-height: 40px;
  color: #1a2633;
  text-align: center;
}

.map-generator-page .benefits-section .benefits-row {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  -o-align-items: flex-start;
  align-items: flex-start;
  margin-top: 72px;
}

.map-generator-page .benefits-section .benefits-item {
  font-family: Open Sans;
  font-size: 16px;
  line-height: 24px;
  color: #434b54;
  max-width: 346px;
  text-align: center;
  padding: 0 10px;
}

.map-generator-page .benefits-section .benefits-item p {
  max-width: 346px;
}

#map-generator-tooltip-pinpoint {
  top: 40%;
}

@media (max-width:1024px) {
  .map-generator-page .video-title-container {
    padding-top: 58px;
    padding-left: 32px;
  }
  .map-generator-page .video-title-container .info {
    margin-top: 10px;
    margin-bottom: 20px;
  }
}

@media (max-width:567px) {
  .map-generator-page .video-hero .video-overlay {
    display: none;
  }
  .map-generator-page .video-title-container {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    padding-top: 48px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .map-generator-page .video-title-container .title {
    text-align: center;
  }
  .map-generator-page .video-title-container .info {
    height: auto;
    font-size: 18px;
  }
  .map-generator-page .video-hero .video-container {
    height: auto;
    width: auto;
    max-height: initial;
    background: url(/assets/images/search/map-generator/header_map_generator_mobile@2x.png) 50% 50% no-repeat;
    background-size: cover;
  }
  .map-generator-page .video-hero .video-elem {
    display: none;
  }
  .map-generator-page .video-hero .try-btn {
    margin-bottom: 92px;
  }
  .map-generator-page .tab-section .tab-content .tab-item {
    padding: 0 0 64px 0;
  }
}

@media (max-width:1280px) {
  .map-generator-page .video-title-container .info {
    font-size: 21px;
    line-height: 28px;
  }
  .map-generator-page .tab-content .tab-subtitle {
    font-size: 21px;
    line-height: 28px;
  }
}

@media (min-width:1025px) {
  .map-generator-page .video-hero .try-btn:hover {
    background-color: transparent;
    color: #f5a623;
  }
  .map-generator-page .tab-content .tab-cta:hover {
    background-color: transparent;
    color: #f5a623;
  }
}

@media (max-width:1023px) {
  .map-generator-page .video-title-container .title {
    font-size: 32px;
    line-height: 40px;
  }
  .map-generator-page .video-title-container .info {
    height: auto;
    font-size: 21px;
    line-height: 28px;
  }
  .map-generator-page .video-hero .try-btn {
    margin-top: 12px;
  }
  .map-generator-page .tab-section .tab-menu {
    border-bottom: 1px solid #e6eef7;
    padding: 36px 0;
  }
  .map-generator-page .tab-content .tab-item {
    padding: 64px 0;
  }
  .map-generator-page .tab-item .tab-text {
    padding-right: 40px;
    padding-top: 10px;
  }
  .map-generator-page .tab-item .tab-image {
    min-height: 200px;
  }
  #map-generator-tooltip-pinpoint {
    top: 35%;
  }
}

@media (max-width:767px) {
  .map-generator-page .video-hero .video-title-container .try-btn {
    margin-top: 0;
  }
  .map-generator-page .tab-section .tab-menu {
    display: none;
  }
  .map-generator-page .tab-item.useful-links .links {
    margin: 32px 0 auto;
  }
  .map-generator-page .tab-item.useful-links .tab-description {
    margin-bottom: 32px;
  }
  .map-generator-page .tab-item.isochrone .tab-title {
    margin-bottom: 32px;
  }
  .map-generator-page .tab-item.isochrone .tab-description {
    margin-top: 32px;
  }
  .map-generator-page .tab-content .tab-item {
    padding: 0 0 64px 0;
  }
  .map-generator-page .tab-content .tab-item-inner {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0 25px 85px 25px;
  }
  .map-generator-page .useful-links.tab-item .tab-item-inner, .map-generator-page .isochrone.tab-item .tab-item-inner {
    padding: 0 25px 10px 25px;
  }
  .map-generator-page .tab-content .tab-item-inner > div {
    width: 100%;
  }
  .map-generator-page .tab-item .tab-item-inner .tab-text {
    padding-right: 0;
    padding-top: 48px;
  }
  .map-generator-page .tab-item .tab-text * {
    text-align: center;
  }
  .map-generator-page .tab-image {
    display: none;
  }
  .map-generator-page .tab-item .tab-image.visible-sm {
    display: block;
  }
  .map-generator-page .tab-item.radius .tab-text {
    margin-top: 0;
  }
  .map-generator-page .tab-item.radius .tab-title {
    margin-top: 0;
  }
  .map-generator-page .tab-item.radius .image-container {
    background-image: url(/assets/images/search/map-generator/image1_generate_drive_time_maps_mobile@2x.png);
  }
  .map-generator-page .tab-item.export-data .image-container {
    background-image: url(/assets/images/search/map-generator/image3_export_travel_time_data_mobile@2x.png);
  }
  .map-generator-page .tab-item.isochrone .image-container {
    background-image: url(/assets/images/search/map-generator/image_whats_an_isochrone_tablet@2x.png);
  }
  .map-generator-page .tab-item.useful-links .image-container {
    background-image: url(/assets/images/search/map-generator/image_useful_links_mobile@2x.png);
  }
  .map-generator-page .tab-item.useful-links .links {
    margin: 0 auto;
  }
  .map-generator-page .tab-item.useful-links .link-item a {
    text-align: left;
  }
  .map-generator-page .tab-content .tab-title {
    font-size: 24px;
    line-height: 32px;
  }
  .map-generator-page .tab-content .tab-description {
    margin-bottom: 30px;
  }
  .map-generator-page .tab-content .tab-cta {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    width: 90%;
    z-index: 1;
  }
  .map-generator-page .benefits-section {
    padding: 45px 0;
  }
  .map-generator-page .benefits-section .benefits-title {
    font-size: 24px;
    line-height: 32px;
  }
  .map-generator-page .benefits-section .benefits-row {
    display: block;
    margin-top: 32px;
  }
  .map-generator-page .benefits-section .benefits-item {
    margin: 0 auto;
  }
  .map-generator-page .benefits-section .benefits-item:nth-child(2) {
    margin: 20px auto;
  }
  .map-generator-page .social-proof-container h2 {
    font-size: 24px;
  }
  #map-generator-tooltip-pinpoint {
    top: 50%;
  }
}

.map-generator-page {
  width: 100%;
  background-color: white;
}

.map-generator-page .social-proof-items {
  margin-bottom: 0;
}

.map-generator-page .video-hero {
  position: relative;
  overflow: hidden;
}

.map-generator-page .video-hero .video-overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #352143;
  opacity: 0.7;
}

.map-generator-page .video-title-container {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  background-color: transparent;
  z-index: 12;
  padding-top: 124px;
}

.map-generator-page .video-title-container .title {
  font-family: Montserrat;
  font-size: 40px;
  font-weight: bold;
  line-height: 48px;
  color: #1a2633;
  color: white;
  margin: 0;
}

.map-generator-page .video-title-container .info {
  font-family: Open Sans;
  font-size: 24px;
  font-weight: 300;
  line-height: 32px;
  color: #1a2633;
  color: white;
  margin-top: 20px;
  margin-bottom: 32px;
}

.map-generator-page .video-hero .video-container {
  background-color: white;
  position: relative;
  overflow: hidden;
  height: calc(100vw * 876 / 1794);
  max-height: calc(100vh - 96px);
  width: 100vw;
}

.map-generator-page .video-hero .video-elem {
  width: 100%;
  background-color: transparent;
  top: 0;
  left: 0;
  position: absolute;
  border-bottom: 1px solid #d9d9d9;
}

.map-generator-page .video-hero .try-btn {
  font-weight: bold;
  line-height: 18px;
  display: inline-block;
  -moz-border-radius: 40px;
  border-radius: 40px;
  padding: 15px 40px;
  -moz-text-decoration: none;
  text-decoration: none;
  -o-transition: .3s background-color;
  -webkit-transition: .3s background-color;
  -moz-transition: .3s background-color;
  transition: .3s background-color;
  font-family: Montserrat;
  font-size: 14px;
  text-align: center;
  cursor: pointer;
  border-width: 1px;
  color: #ffffff;
  background-color: #f5a623;
  border-color: #f5a623;
  border-style: solid;
}

.map-generator-page .video-hero .try-btn:hover {
  opacity: 1;
}

.map-generator-page .tab-section .tab-menu {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  list-style: none;
  width: 100%;
  margin: 0;
  padding-top: 96px;
}

.has-hover .map-generator-page .tab-section .menu-item a:hover {
  color: #f5a623;
}

.map-generator-page .tab-section .menu-item a {
  font-family: Montserrat;
  color: #1a2633;
  font-weight: bold;
  font-size: 15px;
  line-height: 19px;
  text-transform: uppercase;
  padding: 10px 20px;
  cursor: pointer;
  -o-transition: all .3 ease-in-out;
  -webkit-transition: all .3 ease-in-out;
  -moz-transition: all .3 ease-in-out;
  transition: all .3 ease-in-out;
}

.map-generator-page .tab-menu .menu-item.active {
  color: #f5a623;
}

.map-generator-page .tab-content .tab-item {
  padding: 120px 0;
  top: 0;
  left: 0;
}

.map-generator-page .tab-content .tab-item.active {
  display: block;
}

.map-generator-page .tab-content {
  width: 100%;
  position: relative;
}

.map-generator-page .tab-content .tab-item-inner {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 25px;
  position: relative;
}

.map-generator-page .tab-content .tab-item-inner > div {
  width: 50%;
}

.map-generator-page .tab-content .tab-item.dark {
  background-color: #2a1438;
}

.map-generator-page .tab-content .tab-item.dark * {
  color: white;
}

.map-generator-page .tab-item .tab-text {
  padding-right: 99px;
}

.map-generator-page .tab-image {
  position: relative;
}

.map-generator-page .anim.tab-item .tab-image {
  position: relative;
}

.map-generator-page .tab-item .tab-image.visible-sm {
  display: none;
}

.map-generator-page .tab-item .tab-image.visible {
  display: block;
}

.map-generator-page .tab-image .image-container {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 50% 0%;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
}

.map-generator-page .tab-item .tab-image {
  min-height: 460px;
}

.map-generator-page .tab-item.radius .image-container {
  background-image: url(/assets/images/search/map-generator/image1_generate_drive_time_maps.png);
}

.map-generator-page .tab-item.export-data .image-container {
  background-image: url(/assets/images/search/map-generator/image3_export_travel_time_data.png);
}

.map-generator-page .tab-item.isochrone .image-container {
  background-image: url(/assets/images/search/map-generator/image_whats_an_isochrone.png);
}

.map-generator-page .tab-item.useful-links .image-container {
  background-image: url(/assets/images/search/map-generator/image_useful_links.png);
}

.map-generator-page .tab-item.useful-links .links {
  list-style-type: none;
  padding: 0;
  max-width: 478px;
}

.map-generator-page .tab-item.useful-links .link-item {
  margin-bottom: 10px;
}

.map-generator-page .tab-item.useful-links .link-item a {
  font-family: Open Sans;
  font-size: 16px;
  line-height: 24px;
  color: #434b54;
  color: #f5a623;
  margin: 3px 0;
  display: block;
  word-wrap: break-word;
  -moz-text-decoration: underline;
  text-decoration: underline;
}

.map-generator-page .tab-item.useful-links .tab-item-inner {
  -webkit-flex-wrap: wrap-reverse;
  -moz-flex-wrap: wrap-reverse;
  -ms-flex-wrap: wrap-reverse;
  -o-flex-wrap: wrap-reverse;
  flex-wrap: wrap-reverse;
}

.map-generator-page .tab-content .tab-title {
  font-family: Montserrat;
  font-size: 32px;
  font-weight: bold;
  line-height: 40px;
  color: #1a2633;
  margin-bottom: 22px;
}

.map-generator-page .tab-content .tab-subtitle {
  font-family: Open Sans;
  font-size: 24px;
  font-weight: 300;
  line-height: 32px;
  color: #1a2633;
  margin-bottom: 22px;
}

.map-generator-page .tab-content .tab-description {
  font-family: Open Sans;
  font-size: 16px;
  line-height: 24px;
  color: #434b54;
}

.map-generator-page .tab-content .tab-cta {
  font-weight: bold;
  line-height: 18px;
  display: inline-block;
  -moz-border-radius: 40px;
  border-radius: 40px;
  padding: 15px 40px;
  -moz-text-decoration: none;
  text-decoration: none;
  -o-transition: .3s background-color;
  -webkit-transition: .3s background-color;
  -moz-transition: .3s background-color;
  transition: .3s background-color;
  font-family: Montserrat;
  font-size: 14px;
  text-align: center;
  cursor: pointer;
  border-width: 1px;
  color: #ffffff;
  background-color: #f5a623;
  border-color: #f5a623;
  border-style: solid;
  margin-top: 32px;
}

.map-generator-page .benefits-section-inner {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.map-generator-page .benefits-section {
  padding: 100px 0;
  background-color: #f7f9fa;
}

.map-generator-page .benefits-section .benefits-title {
  font-family: Montserrat;
  font-size: 32px;
  font-weight: bold;
  line-height: 40px;
  color: #1a2633;
  text-align: center;
}

.map-generator-page .benefits-section .benefits-row {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  -o-align-items: flex-start;
  align-items: flex-start;
  margin-top: 72px;
}

.map-generator-page .benefits-section .benefits-item {
  font-family: Open Sans;
  font-size: 16px;
  line-height: 24px;
  color: #434b54;
  max-width: 346px;
  text-align: center;
  padding: 0 10px;
}

.map-generator-page .benefits-section .benefits-item p {
  max-width: 346px;
}

#map-generator-tooltip-pinpoint {
  top: 40%;
}

@media (max-width:1024px) {
  .map-generator-page .video-title-container {
    padding-top: 58px;
    padding-left: 32px;
  }
  .map-generator-page .video-title-container .info {
    margin-top: 10px;
    margin-bottom: 20px;
  }
}

@media (max-width:567px) {
  .map-generator-page .video-hero .video-overlay {
    display: none;
  }
  .map-generator-page .video-title-container {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    padding-top: 48px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .map-generator-page .video-title-container .title {
    text-align: center;
  }
  .map-generator-page .video-title-container .info {
    height: auto;
    font-size: 18px;
  }
  .map-generator-page .video-hero .video-container {
    height: auto;
    width: auto;
    max-height: initial;
    background: url(/assets/images/search/map-generator/header_map_generator_mobile@2x.png) 50% 50% no-repeat;
    background-size: cover;
  }
  .map-generator-page .video-hero .video-elem {
    display: none;
  }
  .map-generator-page .video-hero .try-btn {
    margin-bottom: 92px;
  }
  .map-generator-page .tab-section .tab-content .tab-item {
    padding: 0 0 64px 0;
  }
}

@media (max-width:1280px) {
  .map-generator-page .video-title-container .info {
    font-size: 21px;
    line-height: 28px;
  }
  .map-generator-page .tab-content .tab-subtitle {
    font-size: 21px;
    line-height: 28px;
  }
}

@media (min-width:1025px) {
  .map-generator-page .video-hero .try-btn:hover {
    background-color: transparent;
    color: #f5a623;
  }
  .map-generator-page .tab-content .tab-cta:hover {
    background-color: transparent;
    color: #f5a623;
  }
}

@media (max-width:1023px) {
  .map-generator-page .video-title-container .title {
    font-size: 32px;
    line-height: 40px;
  }
  .map-generator-page .video-title-container .info {
    height: auto;
    font-size: 21px;
    line-height: 28px;
  }
  .map-generator-page .video-hero .try-btn {
    margin-top: 12px;
  }
  .map-generator-page .tab-section .tab-menu {
    border-bottom: 1px solid #e6eef7;
    padding: 36px 0;
  }
  .map-generator-page .tab-content .tab-item {
    padding: 64px 0;
  }
  .map-generator-page .tab-item .tab-text {
    padding-right: 40px;
    padding-top: 10px;
  }
  .map-generator-page .tab-item .tab-image {
    min-height: 200px;
  }
  #map-generator-tooltip-pinpoint {
    top: 35%;
  }
}

@media (max-width:767px) {
  .map-generator-page .video-hero .video-title-container .try-btn {
    margin-top: 0;
  }
  .map-generator-page .tab-section .tab-menu {
    display: none;
  }
  .map-generator-page .tab-item.useful-links .links {
    margin: 32px 0 auto;
  }
  .map-generator-page .tab-item.useful-links .tab-description {
    margin-bottom: 32px;
  }
  .map-generator-page .tab-item.isochrone .tab-title {
    margin-bottom: 32px;
  }
  .map-generator-page .tab-item.isochrone .tab-description {
    margin-top: 32px;
  }
  .map-generator-page .tab-content .tab-item {
    padding: 0 0 64px 0;
  }
  .map-generator-page .tab-content .tab-item-inner {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0 25px 85px 25px;
  }
  .map-generator-page .useful-links.tab-item .tab-item-inner, .map-generator-page .isochrone.tab-item .tab-item-inner {
    padding: 0 25px 10px 25px;
  }
  .map-generator-page .tab-content .tab-item-inner > div {
    width: 100%;
  }
  .map-generator-page .tab-item .tab-item-inner .tab-text {
    padding-right: 0;
    padding-top: 48px;
  }
  .map-generator-page .tab-item .tab-text * {
    text-align: center;
  }
  .map-generator-page .tab-image {
    display: none;
  }
  .map-generator-page .tab-item .tab-image.visible-sm {
    display: block;
  }
  .map-generator-page .tab-item.radius .tab-text {
    margin-top: 0;
  }
  .map-generator-page .tab-item.radius .tab-title {
    margin-top: 0;
  }
  .map-generator-page .tab-item.radius .image-container {
    background-image: url(/assets/images/search/map-generator/image1_generate_drive_time_maps_mobile@2x.png);
  }
  .map-generator-page .tab-item.export-data .image-container {
    background-image: url(/assets/images/search/map-generator/image3_export_travel_time_data_mobile@2x.png);
  }
  .map-generator-page .tab-item.isochrone .image-container {
    background-image: url(/assets/images/search/map-generator/image_whats_an_isochrone_tablet@2x.png);
  }
  .map-generator-page .tab-item.useful-links .image-container {
    background-image: url(/assets/images/search/map-generator/image_useful_links_mobile@2x.png);
  }
  .map-generator-page .tab-item.useful-links .links {
    margin: 0 auto;
  }
  .map-generator-page .tab-item.useful-links .link-item a {
    text-align: left;
  }
  .map-generator-page .tab-content .tab-title {
    font-size: 24px;
    line-height: 32px;
  }
  .map-generator-page .tab-content .tab-description {
    margin-bottom: 30px;
  }
  .map-generator-page .tab-content .tab-cta {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    width: 90%;
    z-index: 1;
  }
  .map-generator-page .benefits-section {
    padding: 45px 0;
  }
  .map-generator-page .benefits-section .benefits-title {
    font-size: 24px;
    line-height: 32px;
  }
  .map-generator-page .benefits-section .benefits-row {
    display: block;
    margin-top: 32px;
  }
  .map-generator-page .benefits-section .benefits-item {
    margin: 0 auto;
  }
  .map-generator-page .benefits-section .benefits-item:nth-child(2) {
    margin: 20px auto;
  }
  .map-generator-page .social-proof-container h2 {
    font-size: 24px;
  }
  #map-generator-tooltip-pinpoint {
    top: 50%;
  }
}

.about-us-page {
  background-color: white;
  height: 100%;
  font-family: Open Sans;
  font-size: 16px;
  line-height: 24px;
  color: #434b54;
}

.about-us-page .content {
  position: relative;
  z-index: 1;
}

.about-us-page .title-section .sub-title {
  font-family: Open Sans;
  font-size: 24px;
  font-weight: 300;
  line-height: 32px;
  color: #1a2633;
}

.about-us-page .title-section .title {
  text-align: center;
  padding: 120px 10px 0 10px;
  margin: 0;
  color: #1a2633;
  font-family: Montserrat;
  line-height: 48px;
  font-weight: bold;
  font-size: 40px;
}

.about-us-page .title-section {
  text-align: center;
  width: 100%;
  margin-bottom: 120px;
}

.about-us-page .splash {
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
  height: 50%;
  width: 20%;
}

.about-us-page .left-splash {
  left: 0;
  background-image: url('assets/images/search/about-us/splashes_left_about_us.svg');
  background-position: 0 0;
  -webkit-transform: translateY(-50px);
  -moz-transform: translateY(-50px);
  -o-transform: translateY(-50px);
  transform: translateY(-50px);
}

.about-us-page .right-splash {
  right: 0;
  background-image: url('assets/images/search/about-us/splashes_right_about_us.svg');
  background-position: 100% 0;
}

.about-us-page .image-container {
  padding: 0 32px;
  margin-bottom: 64px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  width: 100%;
}

.about-us-page .image-container img {
  -webkit-align-self: center;
  -moz-align-self: center;
  -ms-align-self: center;
  -o-align-self: center;
  align-self: center;
}

.about-us-page .image-container .img-1, .img-3 {
  width: 27.76%;
}

.about-us-page .image-container .img-2 {
  width: 40.1%;
}

.about-us-page .about-us-article {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  padding: 0 32px 120px 32px;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.about-us-page .about-us-article .section .title {
  font-family: Montserrat;
  font-size: 32px;
  font-weight: bold;
  line-height: 40px;
  color: #1a2633;
  margin-top: 0;
}

.about-us-page .about-us-article .section:first-child {
  padding-right: 70px;
}

.about-us-page .about-us-article .section:last-child {
  padding-left: 70px;
}

.about-us-page .about-us-article .list {
  text-align: left;
}

.about-us-page .awards .title {
  margin-bottom: 64px;
  text-align: center;
  color: #1a2633;
  font-family: Montserrat;
  line-height: 40px;
  font-weight: bold;
  font-size: 32px;
}

.about-us-page .awards {
  background-color: #f7f9fa;
  padding: 120px 32px 88px 32px;
}

.about-us-page .awards .inner {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  -ms-align-items: flex-end;
  -o-align-items: flex-end;
  align-items: flex-end;
}

.about-us-page .awards .award {
  max-width: 280px;
  text-align: center;
  padding: 0 32px;
  margin-bottom: 32px;
}

.about-us-page .awards .award img {
  -webkit-align-self: center;
  -moz-align-self: center;
  -ms-align-self: center;
  -o-align-self: center;
  align-self: center;
}

.about-us-page .about-team {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding: 120px 32px;
}

.about-us-page .about-team .main-title {
  margin-top: 0;
  margin-bottom: 100px;
  color: #1a2633;
  font-family: Montserrat;
  line-height: 48px;
  font-weight: bold;
  font-size: 40px;
  text-align: center;
}

.about-us-page .group {
  margin-bottom: 36px;
}

.about-us-page .group .group-name {
  font-family: Montserrat;
  font-size: 32px;
  font-weight: bold;
  line-height: 40px;
  color: #1a2633;
  text-align: left;
  margin-top: 0;
  margin-bottom: 50px;
  border-bottom: 1px solid #dcdcdc;
  padding-bottom: 25px;
}

.about-us-page .group-content {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
}

.about-us-page .group-item {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  padding: 0 20px;
  margin-bottom: 64px;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  -o-align-items: flex-start;
  align-items: flex-start;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-self: flex-start;
  -moz-align-self: flex-start;
  -ms-align-self: flex-start;
  -o-align-self: flex-start;
  align-self: flex-start;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  width: 370px;
}

.about-us-page .group-item img, .no-img, .holder {
  -webkit-align-self: flex-start;
  -moz-align-self: flex-start;
  -ms-align-self: flex-start;
  -o-align-self: flex-start;
  align-self: flex-start;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-shrink: 0;
  -o-flex-shrink: 0;
  flex-shrink: 0;
  margin-right: 10px;
}

.about-us-page .group-item .no-img {
  width: 84px;
  height: 84px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  background-color: #d8d8d8;
}

.about-us-page .group-item .item-row {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  -o-justify-content: flex-start;
  justify-content: flex-start;
}

.about-us-page .group-item .name {
  font-family: Open Sans;
  font-size: 24px;
  font-weight: 300;
  line-height: 32px;
  color: #1a2633;
  margin-top: 0;
  margin-bottom: 8px;
}

.about-us-page .group-item .title {
  font-family: Montserrat;
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  color: #1a2633;
  margin: 0;
}

.about-us-page .group-item .holder {
  width: 84px;
}

.about-us-page .group-item .about {
  margin: 0;
}

.about-us-page .group-item .social {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  margin-top: 16px;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  -o-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  -ms-align-items: flex-end;
  -o-align-items: flex-end;
  align-items: flex-end;
}

.about-us-page .group-item .social a:first-child {
  margin-right: 16px;
  vertical-align: bottom;
}

.about-us-page .group-item .social img {
  -webkit-align-self: flex-end;
  -moz-align-self: flex-end;
  -ms-align-self: flex-end;
  -o-align-self: flex-end;
  align-self: flex-end;
  max-height: 23px;
  display: inherit;
}

.about-us-page .group-item .social a:last-child img {
  max-height: 16px;
}

@media (max-width:767px) {
  .about-us-page .about-us-article .section .title {
    font-size: 24px;
    line-height: 32px;
  }
  .about-us-page .awards .title {
    font-size: 24px;
    line-height: 32px;
  }
  .about-us-page .group .group-name {
    font-size: 24px;
    line-height: 32px;
  }
}

@media (max-width:1023px) {
  .about-us-page .title-section .title {
    font-size: 32px;
    line-height: 40px;
    padding: 64px 10px 0 10px;
  }
  .about-us-page .title-section {
    margin-bottom: 64px;
  }
  .about-us-page .about-us-article {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    padding-bottom: 64px;
  }
  .about-us-page .about-us-article .section:first-child {
    padding-right: 0;
    margin-bottom: 64px;
  }
  .about-us-page .about-us-article .section:last-child {
    padding-left: 0;
  }
  .about-us-page .awards {
    padding: 64px 32px 32px 32px;
    padding: 48px 16px 0 16px;
  }
  .about-us-page .awards .inner {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
  }
  .about-us-page .awards .award {
    width: 30%;
  }
  .about-us-page .about-team {
    padding: 64px 32px;
  }
  .about-us-page .about-team .main-title {
    font-size: 32px;
    line-height: 40px;
    margin-bottom: 64px;
  }
  .about-us-page .group {
    margin-bottom: 0;
  }
  .about-us-page .group-item {
    width: 50%;
    margin-bottom: 48px;
    padding: 0 10px;
  }
}

@media (max-width:1280px) {
  .about-us-page .title-section .sub-title {
    font-size: 21px;
    line-height: 28px;
  }
  .about-us-page .group-item .name {
    font-size: 21px;
    line-height: 28px;
  }
}

@media (max-width:567px) {
  .about-us-page .title-section .title {
    padding: 48px 10px 0 10px;
  }
  .about-us-page .title-section {
    margin-bottom: 48px;
  }
  .about-us-page .splash {
    width: 200px;
    height: 110px;
  }
  .about-us-page .left-splash {
    background-image: url('assets/images/search/about-us/splashes_left_study_case_list_mobile.svg');
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    transform: none;
  }
  .about-us-page .right-splash {
    background-image: url('assets/images/search/about-us/splashes_right_study_case_list_mobile.svg');
  }
  .about-us-page .image-container {
    padding: 0;
    margin-bottom: 48px;
  }
  .about-us-page .image-container .img-1, .img-3 {
    display: none;
  }
  .about-us-page .image-container .img-2 {
    width: 100%;
  }
  .about-us-page .about-us-article {
    padding: 0 16px 48px 16px;
    text-align: center;
  }
  .about-us-page .about-us-article .section:first-child {
    margin-bottom: 48px;
  }
  .about-us-page .awards .title {
    margin-bottom: 48px;
  }
  .about-us-page .awards .award {
    width: 100%;
    padding: 0;
    margin-bottom: 48px;
  }
  .about-us-page .awards .award img {
    max-width: 140px;
  }
  .about-us-page .about-team {
    padding: 48px 16px;
  }
  .about-us-page .about-team .main-title {
    margin-bottom: 48px;
  }
  .about-us-page .group-item {
    width: 100%;
    padding: 0;
  }
  .about-us-page .group-item .holder {
    display: none;
  }
  .about-us-page .group-item .about {
    margin-top: 16px;
  }
}

#tourism-hero-tooltip-pinpoint {
  top: 30%;
  left: 45%;
}

.tourism-hero-tooltip-container {
  width: 100%;
  max-width: 330px;
}

@media (max-width:767px) {
  #tourism-hero-tooltip-pinpoint {
    top: 35%;
    left: 50%;
  }
}

@media (max-width:319px) {
  .tourism-hero #tourism-hero-tooltip-pinpoint {
    top: 40%;
  }
}

.how-it-works-page-interactive-map-container .interactive-map-container {
  height: 900vh;
}

.how-it-works-page-after-interactive-map {
  position: relative;
  z-index: 1;
  background-color: white;
}

.how-it-works-page .steps-navigation-wrapper {
  position: absolute;
  height: 50%;
  top: 0;
  right: 0;
  width: 100%;
  z-index: 1100;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  max-width: calc(100% - 400px);
}

.how-it-works-page .steps-navigation {
  padding-left: 4px;
  padding-right: 4px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  top: 146px;
  position: relative;
  height: 48px;
  display: none;
}

.how-it-works-page .steps-navigation.blue {
  background-color: #0d63bf;
}

.how-it-works-page .steps-navigation.blue button {
  background-color: #0d63bf;
}

.how-it-works-page .steps-navigation.pink {
  background-color: #ef427f;
}

.how-it-works-page .steps-navigation.pink button {
  background-color: #ef427f;
}

.how-it-works-page .steps-navigation.purple {
  background-color: #520d76;
}

.how-it-works-page .steps-navigation.purple button {
  background-color: #520d76;
}

.how-it-works-page .steps-navigation.yellow {
  background-color: #f5a623;
}

.how-it-works-page .steps-navigation.yellow button {
  background-color: #f5a623;
}

.how-it-works-page .steps-navigation button {
  padding-top: 11px;
  padding-bottom: 12px;
  padding-left: 8px;
  padding-right: 8px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  font-size: 15px;
  font-weight: bold;
  font-family: Montserrat;
  letter-spacing: 1px;
  color: #ffffff;
  text-align: center;
  border-width: 0;
}

.how-it-works-page .steps-navigation button:focus {
  outline: none;
}

.how-it-works-page .steps-navigation button:hover {
  cursor: pointer;
}

.how-it-works-page .steps-navigation button.active {
  background-color: white;
  color: #0f0f0f;
}

.how-it-works-page .step-toggle-container .steps-navigation {
  width: 236px;
  margin-left: auto;
  margin-right: auto;
  top: 330px;
  z-index: 1;
}

.how-it-works-page .hero-section-container {
  height: 855px;
  padding-top: 0;
  padding-bottom: 0;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  position: relative;
  overflow: hidden;
}

.how-it-works-page .splashes-desktop-left {
  overflow: hidden;
  position: absolute;
  top: 0;
  top: 210px;
  z-index: 1;
  left: 0;
  width: 450px;
}

.how-it-works-page .splashes-desktop-right {
  overflow: hidden;
  position: absolute;
  top: 0;
  top: 45px;
  z-index: 1;
  right: 0;
  width: 450px;
}

.how-it-works-page .splashes-desktop-right img {
  margin-left: 67px;
}

.how-it-works-page .splashes-mobile {
  display: none;
  position: absolute;
  top: 0;
  left: 50%;
  height: 150px;
  width: 320px;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}

.how-it-works-page .splashes-mobile img {
  margin-top: 130px;
}

.how-it-works-page .hero-section-center {
  text-align: center;
}

.how-it-works-page .hero-title {
  font-family: Montserrat;
  font-size: 40px;
  font-weight: bold;
  line-height: 48px;
}

.how-it-works-page .hero-description {
  font-family: Open Sans;
  font-size: 24px;
  font-weight: 300;
  line-height: 32px;
}

.how-it-works-page-step .interactive-map-isochrone-and-tooltips .isochrone {
  background-position: calc(50% + -10px) calc(50% + 34px);
}

.how-it-works-page-step .interactive-map-isochrone-and-tooltips .tooltip-container-container-interactive-map {
  left: calc(50% + 30px);
  top: calc(50% - 130px);
}

.how-it-works-page-step-1 .interactive-map-isochrone-and-tooltips .isochrone {
  background-position: calc(50% + -34px) calc(50% + 38px);
}

.how-it-works-page-step-1 .interactive-map-isochrone-and-tooltips .tooltip-container-container-interactive-map {
  left: calc(50% + 20px);
  top: calc(50% - 111px);
}

.how-it-works-page-step-3 .interactive-map-isochrone-and-tooltips .isochrone {
  background-position: calc(50% + -24px) calc(50% + 38px);
}

.how-it-works-page-step-3 .interactive-map-isochrone-and-tooltips .tooltip-container-container-interactive-map {
  left: calc(50% + 30px);
  top: calc(50% - 110px);
}

.how-it-works-page-step-4 .interactive-map-isochrone-and-tooltips .isochrone {
  background-position: calc(50% + -24px) calc(50% + 38px);
}

.how-it-works-page-step-4 .interactive-map-isochrone-and-tooltips .tooltip-container-container-interactive-map {
  left: calc(50% + 30px);
  top: calc(50% - 110px);
}

.how-it-works-page-step-5 .interactive-map-isochrone-and-tooltips .isochrone {
  background-position: calc(50% + -24px) calc(50% + 38px);
}

.how-it-works-page-step-5 .interactive-map-isochrone-and-tooltips .tooltip-container-container-interactive-map {
  left: calc(50% + 30px);
  top: calc(50% - 126px);
}

.how-it-works-page-step-6 .interactive-map-isochrone-and-tooltips .isochrone {
  background-position: calc(50% + -94px) calc(50% + 38px);
}

.how-it-works-page-step-6 .interactive-map-isochrone-and-tooltips .tooltip-container-container-interactive-map {
  left: calc(50% + 30px);
  top: calc(50% - 132px);
}

.how-it-works-page-step-0 .tablet-image {
  background-image: url(assets/images/search/how-it-works/tablet/slide1.jpg);
}

.how-it-works-page-step-1 .tablet-image {
  background-image: url(assets/images/search/how-it-works/tablet/slide2.jpg);
}

.how-it-works-page-step-2 .tablet-image {
  background-image: url(assets/images/search/how-it-works/tablet/slide1.jpg);
}

.how-it-works-page-step-3 .tablet-image {
  background-image: url(assets/images/search/how-it-works/tablet/slide3.jpg);
}

.how-it-works-page-step-4 .tablet-image {
  background-image: url(assets/images/search/how-it-works/tablet/slide4.jpg);
}

.how-it-works-page-step-5 .tablet-image {
  background-image: url(assets/images/search/how-it-works/tablet/slide5.jpg);
}

.how-it-works-page-step-6 .tablet-image {
  background-image: url(assets/images/search/how-it-works/tablet/slide6.jpg);
}

.how-it-works-page-step-7 .tablet-image {
  background-image: url(assets/images/search/how-it-works/tablet/slide1.jpg);
}

.how-it-works-interactive-map-mobile .step0 .mobile-image {
  background-image: url(assets/images/search/how-it-works/mobile/slide1.jpg);
}

.how-it-works-interactive-map-mobile .step1 .mobile-image {
  background-image: url(assets/images/search/how-it-works/mobile/slide2.jpg);
}

.how-it-works-interactive-map-mobile .step2 .mobile-image {
  background-image: url(assets/images/search/how-it-works/mobile/slide1.jpg);
}

.how-it-works-interactive-map-mobile .step3 .mobile-image {
  background-image: url(assets/images/search/how-it-works/mobile/slide3.jpg);
}

.how-it-works-interactive-map-mobile .step4 .mobile-image {
  background-image: url(assets/images/search/how-it-works/mobile/slide4.jpg);
}

.how-it-works-interactive-map-mobile .step5 .mobile-image {
  background-image: url(assets/images/search/how-it-works/mobile/slide5.jpg);
}

.how-it-works-interactive-map-mobile .step6 .mobile-image {
  background-image: url(assets/images/search/how-it-works/mobile/slide1.jpg);
}

.how-it-works-interactive-map-mobile .step7 .mobile-image {
  background-image: url(assets/images/search/how-it-works/mobile/slide6.jpg);
}

.how-it-works-page-tooltip-pinpoint-step-0,.how-it-works-page-tooltip-pinpoint-step-2,.how-it-works-page-tooltip-pinpoint-step-6,.how-it-works-page-tooltip-pinpoint-step-7 {
  top: 200px;
  left: 28px;
  right: 0;
  margin-left: auto;
  margin-right: auto;
}

.how-it-works-page-tooltip-pinpoint-step-1 {
  top: 205px;
  left: 17px;
  right: 0;
  margin-left: auto;
  margin-right: auto;
}

.how-it-works-page-tooltip-pinpoint-step-3 {
  top: 183px;
  left: -11px;
  right: 0;
  margin-left: auto;
  margin-right: auto;
}

.how-it-works-page-tooltip-pinpoint-step-4 {
  top: 203px;
  left: -11px;
  right: 0;
  margin-left: auto;
  margin-right: auto;
}

.how-it-works-page-tooltip-pinpoint-step-5 {
  top: 203px;
  left: -8px;
  right: 0;
  margin-left: auto;
  margin-right: auto;
}

.how-it-works-page-tooltip-icon {
  -webkit-flex: 0 0 16px;
  -moz-flex: 0 0 16px;
  -ms-flex: 0 0 16px;
  -o-flex: 0 0 16px;
  flex: 0 0 16px;
  position: relative;
  top: 2px;
}

.how-it-works-page-tooltip-two-icons {
  -webkit-flex: 0 0 16px;
  -moz-flex: 0 0 16px;
  -ms-flex: 0 0 16px;
  -o-flex: 0 0 16px;
  flex: 0 0 16px;
  position: relative;
  top: 2px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  height: 40px;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
}

.how-it-works-page-tooltip-text {
  max-width: 250px;
  margin-left: 24px;
}

@media (max-width:1152px) {
  .how-it-works-page .steps-navigation-wrapper {
    max-width: 100%;
  }
}

@media (orientation:landscape) {
  .how-it-works-page .step-toggle-container .steps-navigation {
    top: 250px;
  }
}

@media (max-width:767px) {
  .how-it-works-interactive-map-mobile {
    display: block;
  }
  .how-it-works-page .hero-section-container {
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    -o-align-items: flex-start;
    align-items: flex-start;
    padding-top: 20px;
    height: 415px;
  }
  .how-it-works-page .splashes-desktop-left {
    display: none;
  }
  .how-it-works-page .splashes-desktop-right {
    display: none;
  }
  .how-it-works-page .splashes-mobile {
    display: block;
  }
}

@media (max-width:1023px) {
  .how-it-works-page .hero-title {
    font-size: 32px;
    line-height: 40px;
  }
}

@media (max-width:1280px) {
  .how-it-works-page .hero-description {
    font-size: 21px;
    line-height: 28px;
  }
}

@media (min-width:768px) and (max-width:1279px) {
  .how-it-works-page .hero-description {
    max-width: 400px;
  }
}

@media (min-width:1280px) {
  .how-it-works-page .steps-navigation-wrapper {
    max-width: calc(100% - 600px);
  }
  .how-it-works-page .splashes-desktop-left {
    top: 165px;
  }
  .how-it-works-page .splashes-desktop-right {
    top: 65px;
  }
  .how-it-works-page .splashes-desktop-right img {
    margin-left: 0;
  }
  .how-it-works-page-step .interactive-map-isochrone-and-tooltips .isochrone {
    background-position: calc(50% + -10px + 96px) calc(50% + 34px);
  }
  .how-it-works-page-step .interactive-map-isochrone-and-tooltips .tooltip-container-container-interactive-map {
    left: calc(50% + 40px + 96px);
    top: calc(50% - 87px);
  }
  .how-it-works-page-step-1 .interactive-map-isochrone-and-tooltips .isochrone {
    background-position: calc(50% + -34px + 96px) calc(50% + 38px);
  }
  .how-it-works-page-step-1 .interactive-map-isochrone-and-tooltips .tooltip-container-container-interactive-map {
    left: calc(50% + 40px + 96px);
    top: calc(50% - 72px);
  }
  .how-it-works-page-step-3 .interactive-map-isochrone-and-tooltips .isochrone {
    background-position: calc(50% + -24px + 96px) calc(50% + 38px);
  }
  .how-it-works-page-step-3 .interactive-map-isochrone-and-tooltips .tooltip-container-container-interactive-map {
    left: calc(50% + 40px + 96px);
    top: calc(50% - 72px);
  }
  .how-it-works-page-step-4 .interactive-map-isochrone-and-tooltips .isochrone {
    background-position: calc(50% + -24px + 96px) calc(50% + 38px);
  }
  .how-it-works-page-step-4 .interactive-map-isochrone-and-tooltips .tooltip-container-container-interactive-map {
    left: calc(50% + 36px + 96px);
    top: calc(50% - 72px);
  }
  .how-it-works-page-step-5 .interactive-map-isochrone-and-tooltips .isochrone {
    background-position: calc(50% + -24px + 96px) calc(50% + 38px);
  }
  .how-it-works-page-step-5 .interactive-map-isochrone-and-tooltips .tooltip-container-container-interactive-map {
    left: calc(50% + 35px + 96px);
    top: calc(50% - 88px);
  }
  .how-it-works-page-step-6 .interactive-map-isochrone-and-tooltips .isochrone {
    background-position: calc(50% + -94px + 96px) calc(50% + 38px);
  }
  .how-it-works-page-step-6 .interactive-map-isochrone-and-tooltips .tooltip-container-container-interactive-map {
    left: calc(50% + 41px + 96px);
    top: calc(50% - 91px);
  }
}

@media (min-width:1025px) and (max-width:1279px) {
  .how-it-works-page-step .interactive-map-isochrone-and-tooltips .tooltip-container-container-interactive-map {
    left: calc(50% + 40px);
    top: calc(50% - 87px);
  }
  .how-it-works-page-step-1 .interactive-map-isochrone-and-tooltips .tooltip-container-container-interactive-map {
    left: calc(50% + 40px);
    top: calc(50% - 72px);
  }
  .how-it-works-page-step-3 .interactive-map-isochrone-and-tooltips .tooltip-container-container-interactive-map {
    left: calc(50% + 40px);
    top: calc(50% - 72px);
  }
  .how-it-works-page-step-4 .interactive-map-isochrone-and-tooltips .tooltip-container-container-interactive-map {
    left: calc(50% + 36px);
    top: calc(50% - 72px);
  }
  .how-it-works-page-step-5 .interactive-map-isochrone-and-tooltips .tooltip-container-container-interactive-map {
    left: calc(50% + 35px);
    top: calc(50% - 88px);
  }
  .how-it-works-page-step-6 .interactive-map-isochrone-and-tooltips .tooltip-container-container-interactive-map {
    left: calc(50% + 41px);
    top: calc(50% - 91px);
  }
}

@media (min-width:768px) {
  .how-it-works-interactive-map-mobile {
    display: none;
  }
  .how-it-works-page-step-0 .tablet-image {
    background-position: calc(50% - 115px), 50%;
  }
  .how-it-works-page-step-1 .tablet-image {
    background-position: calc(50% - 111px), 50%;
  }
  .how-it-works-page-step-2 .tablet-image {
    background-position: calc(50% - 115px), 50%;
  }
  .how-it-works-page-step-3 .tablet-image {
    background-position: calc(50% - 75px), 50%;
  }
  .how-it-works-page-step-4 .tablet-image {
    background-position: calc(50% - 75px), 50%;
  }
  .how-it-works-page-step-5 .tablet-image {
    background-position: calc(50% - 75px), 50%;
  }
  .how-it-works-page-step-6 .tablet-image {
    background-position: calc(50% - 115px), 50%;
  }
  .how-it-works-page-step-7 .tablet-image {
    background-position: calc(50% - 115px), 50%;
  }
}

#geofencing-hero-tooltip-pinpoint {
  top: 36%;
  left: 51%;
}

.geofencing-hero-tooltip-container {
  width: 100%;
  max-width: 250px;
}

.geofencing-hero .hero-image {
  -webkit-transform: translateY(-60px);
  -moz-transform: translateY(-60px);
  -o-transform: translateY(-60px);
  transform: translateY(-60px);
}

#geofencing-slide-1-tooltip-pinpoint {
  top: 40%;
  left: calc(51% + 2px);
}

.geofencing-slide-1-tooltip-container {
  width: 100%;
  max-width: 240px;
  text-align: left;
}

#geofencing-slide-2-tooltip-pinpoint {
  top: 43%;
}

.geofencing-slide-2-tooltip-container {
  width: 100%;
  max-width: 280px;
}

@media (max-width:1023px) {
  .geofencing-hero .hero-image {
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    transform: none;
  }
}

@media (max-width:320px) {
  .geofencing-slide-2-image {
    margin-top: 40px;
  }
}

#gis-hero-tooltip-pinpoint {
  left: 30%;
}

.gis-hero-tooltip-container {
  width: 100%;
  max-width: 210px;
}

.gis-hero .hero-content {
  margin-right: 32px;
}

#gis-slide-1-tooltip-pinpoint {
  top: 42%;
}

.gis-slide-1-tooltip-container {
  width: 100%;
  max-width: 290px;
}

#gis-slide-3-tooltip-pinpoint {
  top: 45%;
}

.gis-slide-3-tooltip-container {
  width: 100%;
  max-width: 260px;
}

@media (max-width:567px) {
  .gis-hero-tooltip-container {
    max-width: 170px;
  }
}

@media (max-width:767px) {
  .gis-hero .hero-content {
    margin-right: 0;
  }
}

@media (max-width:320px) {
  .gis-slide-1-image {
    margin-top: 40px;
  }
}

.office-relocation-hero .hero-content {
  margin-right: 32px;
}

.office-relocation-hero .hero-content h1 {
  margin: 0;
}

.office-relocation-hero .hero-content h2 {
  margin-top: 18px;
  margin-bottom: 18px;
}

.analytics-theme .office-relocation-hero .hero-section .analytics-logo {
  margin-top: 18px;
}

.office-relocation-hero .hero-content h2 {
  margin-top: 18px;
  margin-bottom: 18px;
}

.office-relocation-hero.download-section {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  padding: 120px 20px 120px 20px;
}

.office-relocation-hero .left {
  width: 100%;
  max-width: 485px;
  margin-right: 32px;
}

.office-relocation-hero .left .table-image {
  display: none;
}

.office-relocation-hero .table-image {
  width: 100%;
  max-width: 620px;
}

.office-relocation-hero span.checkmark {
  top: 7px;
}

.office-relocation-hero .form input[type='submit'] {
  width: 150px;
}

.office-relocation-hero ul.list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.office-relocation-hero ul.list li {
  font-family: Open Sans;
  font-size: 16px;
  line-height: 24px;
  position: relative;
  margin-left: 10px;
  padding-left: 14px;
  padding-bottom: 16px;
}

.office-relocation-hero ul.list li::before {
  content: '• ';
  position: absolute;
  left: -10px;
  margin-right: 10px;
  color: #ef427f;
  font-size: 32px;
}

.office-relocation-hero .ttp-button {
  font-weight: bold;
  line-height: 18px;
  display: inline-block;
  -moz-border-radius: 40px;
  border-radius: 40px;
  padding: 15px 40px;
  -moz-text-decoration: none;
  text-decoration: none;
  -o-transition: .3s background-color;
  -webkit-transition: .3s background-color;
  -moz-transition: .3s background-color;
  transition: .3s background-color;
  font-family: Montserrat;
  font-size: 14px;
  text-align: center;
  cursor: pointer;
  border-color: #ef427f;
  color: white;
  border-width: 1px;
  border-style: solid;
  background-color: #ef427f;
}

.office-relocation-hero .ttp-button.orange {
  font-weight: bold;
  line-height: 18px;
  display: inline-block;
  -moz-border-radius: 40px;
  border-radius: 40px;
  padding: 15px 40px;
  -moz-text-decoration: none;
  text-decoration: none;
  -o-transition: .3s background-color;
  -webkit-transition: .3s background-color;
  -moz-transition: .3s background-color;
  transition: .3s background-color;
  font-family: Montserrat;
  font-size: 14px;
  text-align: center;
  cursor: pointer;
  border-width: 1px;
  color: #ffffff;
  background-color: #f5a623;
  border-color: #f5a623;
  border-style: solid;
}

.office-relocation-hero .button-container > .ttp-button.orange  {
  margin: 20px;
}

@media (max-width:767px) {
  .office-relocation-hero .hero-content {
    margin-right: 0;
  }
  .office-relocation-hero.download-section {
    padding-top: 20px;
    padding-bottom: 60px;
    display: block;
  }
  .office-relocation-hero .left {
    max-width: 100%;
  }
  .office-relocation-hero .left .table-image {
    display: block;
  }
  .office-relocation-hero .right {
    display: none;
  }
  .office-relocation-hero .form input[type='submit'] {
    width: 100%;
  }
}

@media (min-width:1025px) {
  .office-relocation-hero .ttp-button:hover {
    background-color: transparent;
    color: #ef427f;
  }
  .office-relocation-hero .ttp-button.orange:hover {
    background-color: transparent;
    color: #f5a623;
  }
}

.postcode-analysis-hero .hero-image img {
  width: 100%;
  max-width: 601px;
}

.postcode-analysis-hero .hero-image {
  -webkit-transform: translateY(-60px);
  -moz-transform: translateY(-60px);
  -o-transform: translateY(-60px);
  transform: translateY(-60px);
}

.postcode-analysis-hero .hero-section-features {
  margin-top: 96px;
}

#postcode-analysis-slide-1-tooltip-pinpoint {
  top: 43%;
}

#postcode-analysis-slide-2-tooltip-pinpoint {
  top: 47%;
}

.postcode-analysis-hero-splash {
  position: absolute;
  background-image: url(/assets/images/analytics/postcode-analysis/splash_postcode_analysis_left.svg);
  width: 376px;
  height: 925px;
  left: -30px;
  top: 70px;
}

.postcode-analysis-hero-tooltip-container {
  width: 100%;
  max-width: 290px;
}

.postcode-analysis-slide-1-tooltip-container {
  width: 100%;
  max-width: 290px;
}

.postcode-analysis-slide-2-tooltip-container {
  width: 100%;
  max-width: 245px;
}

.postcode-analysis-hero .button-container a:first-child {
  margin-right: 10px;
}

@media (max-width:1023px) {
  .postcode-analysis-hero .hero-image {
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    transform: none;
  }
}

@media (max-width:1919px) {
  .postcode-analysis-hero-splash {
    display: none;
  }
}

@media (max-width:320px) {
  .postcode-analysis-slide-1-image {
    margin-top: 30px;
  }
}

@media (max-width:767px) {
  .postcode-analysis-hero .button-container a:first-child {
    margin-right: 0;
    margin-bottom: 15px;
  }
}

.retail-hero .hero-content {
  margin-right: 32px;
}

#retail-slide-2-tooltip-pinpoint {
  top: 35%;
  left: 57%;
}

.retail-slide-1-tooltip-container {
  width: 100%;
  max-width: 240px;
}

.retail-slide-2-tooltip-container {
  width: 100%;
  max-width: 268px;
}

#retail-slide-3-tooltip-pinpoint {
  top: 45%;
}

.retail-slide-3-tooltip-container {
  width: 100%;
  max-width: 260px;
}

#retail-slide-4-tooltip-pinpoint {
  top: 34%;
}

.retail-slide-4-tooltip-container {
  width: 100%;
  max-width: 216px;
}

.retail-hero-splash {
  position: absolute;
  background-image: url(/assets/images/analytics/retail/splash_retail_left.svg);
  width: 376px;
  height: 925px;
  left: -30px;
  top: 70px;
}

.testimonial.retail-testimonial .company-logo {
  width: 100%;
  max-width: 200px;
}

@media (max-width:767px) {
  .retail-hero .hero-content {
    margin-right: 0;
  }
  #retail-slide-2-tooltip-pinpoint {
    top: 30%;
    left: 50%;
  }
  .analytics-theme .retail-hero .hero-description {
    font-size: 21px;
    line-height: 28px;
  }
  .retail-slide-2-image {
    margin-top: 30px;
  }
}

@media (max-width:320px) {
  .retail-slide-4-image {
    margin-top: 15px;
  }
}

@media (max-width:1919px) {
  .retail-hero-splash {
    display: none;
  }
}

.products-analytics-page .submenu-container {
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  margin-bottom: 90px;
  position: relative;
  z-index: 2;
}

.products-analytics-page .hero-section-container .splashes {
  position: absolute;
  width: 523px;
  height: 900px;
  background-image: url(/assets/images/analytics/products-analytics/splashes_analytics.svg);
  top: 180px;
}

.products-analytics-page .hero-section-container {
  padding-top: 0;
}

.products-analytics-page .hero-section-container {
  position: relative;
  height: 945px;
  overflow: hidden;
}

.products-analytics-page .hero-section-container .button-container {
  margin-bottom: 30px;
}

.products-analytics-page .hero-section-container .hero-image {
  position: absolute;
  margin-top: -140px;
  margin-left: 780px;
  z-index: 1;
}

.products-analytics-page .hero-content .analytics-logo {
  margin-top: 0;
  margin-bottom: 20px;
}

.products-analytics-page .alternating-image-with-description .orange-button {
  font-weight: bold;
  line-height: 18px;
  display: inline-block;
  -moz-border-radius: 40px;
  border-radius: 40px;
  padding: 15px 40px;
  -moz-text-decoration: none;
  text-decoration: none;
  -o-transition: .3s background-color;
  -webkit-transition: .3s background-color;
  -moz-transition: .3s background-color;
  transition: .3s background-color;
  font-family: Montserrat;
  font-size: 14px;
  text-align: center;
  cursor: pointer;
  border-width: 1px;
  color: #ffffff;
  background-color: #f5a623;
  border-color: #f5a623;
  border-style: solid;
}

.products-analytics-page .alternating-image-with-description .pink-button {
  font-weight: bold;
  line-height: 18px;
  display: inline-block;
  -moz-border-radius: 40px;
  border-radius: 40px;
  padding: 15px 40px;
  -moz-text-decoration: none;
  text-decoration: none;
  -o-transition: .3s background-color;
  -webkit-transition: .3s background-color;
  -moz-transition: .3s background-color;
  transition: .3s background-color;
  font-family: Montserrat;
  font-size: 14px;
  text-align: center;
  cursor: pointer;
  border-color: #ef427f;
  color: white;
  border-width: 1px;
  border-style: solid;
  background-color: #ef427f;
}

.products-analytics-page .alternating-image-with-description .button-container {
  margin-top: 40px;
  margin-bottom: 44px;
}

.products-analytics-page .alternating-image-with-description .button-container > a {
  margin-right: 20px;
}

.products-analytics-page .alternating-image-with-description .button-container > a:last-child {
  margin-right: 0;
}

.products-analytics-page .alternating-image-with-description .section-title {
  color: #1a2633;
}

.products-analytics-page .alternating-image-with-description .section-description {
  color: #1a2633;
}

.products-analytics-page .alternating-image-with-description .used-for-title {
  font-family: Montserrat;
  font-family: Open Sans;
  font-weight: 300;
  font-size: 24px;
  color: #1a2633;
  margin-bottom: 20px;
}

.products-analytics-page .alternating-image-with-description .used-for-item {
  font-family: Open Sans;
  font-size: 16px;
  line-height: 24px;
  color: #1a2633;
  margin-top: 10px;
}

.products-analytics-page .alternating-image-with-description .used-for-item:first-child {
  margin-top: 0;
}

.products-analytics-page .alternating-image-with-description .used-for-image {
  margin-top: 23px;
  margin-right: 19px;
  margin-left: 19px;
}

.products-analytics-page .alternating-image-with-description {
  background-color: #ffffff;
}

.products-analytics-page .alternating-image-with-description .section-wrapper {
  -webkit-flex-direction: row-reverse;
  -moz-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  -o-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.products-analytics-page .alternating-image-with-description .section-wrapper:nth-of-type(even) {
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  -o-flex-direction: row;
  flex-direction: row;
}

.products-analytics-page .alternating-image-with-description .section-content {
  max-width: 528px;
}

.products-analytics-page .white-benefits-container {
  background-color: #ffffff;
}

.products-analytics-page .features {
  border-top: 1px solid #dcdcdc;
}

.products-analytics-page .social-proof-item img {
  max-width: initial;
  max-height: initial;
}

#products-analytics-hero-tooltip-pinpoint {
  left: 34%;
  top: 31%;
}

.products-analytics-hero-tooltip-container {
  text-align: left;
  width: 100%;
  max-width: 268px;
}

.products-analytics-page .cards-section {
  background-color: #231b35;
  padding-top: 113px;
  padding-bottom: 96px;
}

.products-analytics-page .cards-section .section-title {
  font-family: Montserrat;
  font-size: 32px;
  font-weight: bold;
  line-height: 40px;
  color: #ffffff;
  text-align: center;
  padding-left: 16px;
  padding-right: 16px;
}

.products-analytics-page .cards-section .section-subtitle {
  margin-top: 14px;
  color: #ffffff;
  font-family: Open Sans;
  line-height: 32px;
  font-weight: 300;
  font-size: 24px;
  text-align: center;
  padding-left: 16px;
  padding-right: 16px;
}

.has-hover .products-analytics-page .tab-controls a:hover {
  font-weight: bold;
  line-height: 18px;
  display: inline-block;
  -moz-border-radius: 40px;
  border-radius: 40px;
  padding: 15px 40px;
  padding: 10px 23px;
  -moz-text-decoration: none;
  text-decoration: none;
  -o-transition: .3s background-color;
  -webkit-transition: .3s background-color;
  -moz-transition: .3s background-color;
  transition: .3s background-color;
  font-family: Montserrat;
  font-size: 14px;
  text-align: center;
  cursor: pointer;
  border-color: #ef427f;
  color: white;
  border-width: 1px;
  border-style: solid;
  background-color: #ef427f;
}

.products-analytics-page .cards-section .tab-controls {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 53px;
}

.products-analytics-page .cards-section .tab-controls a {
  margin-top: 10px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 10px 23px;
  color: #ffffff;
  font-size: 14px;
  font-family: Montserrat;
  -moz-text-decoration: none;
  text-decoration: none;
  font-weight: bold;
  line-height: 18px;
  border-width: 1px;
  border-style: solid;
  border-color: transparent;
}

.products-analytics-page .cards-section .tab-controls a.active {
  font-weight: bold;
  line-height: 18px;
  display: inline-block;
  -moz-border-radius: 40px;
  border-radius: 40px;
  padding: 15px 40px;
  padding: 10px 23px;
  -moz-text-decoration: none;
  text-decoration: none;
  -o-transition: .3s background-color;
  -webkit-transition: .3s background-color;
  -moz-transition: .3s background-color;
  transition: .3s background-color;
  font-family: Montserrat;
  font-size: 14px;
  text-align: center;
  cursor: pointer;
  border-color: #ef427f;
  color: white;
  border-width: 1px;
  border-style: solid;
  background-color: #ef427f;
}

.products-analytics-page .tab-contents {
  margin-top: 64px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
}

.products-analytics-page .tab-contents .card {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  width: 100%;
  max-width: 379px;
  height: 429px;
  background-color: #ffffff;
  padding-top: 64px;
  padding-right: 20px;
  padding-left: 20px;
  padding-bottom: 40px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  margin-left: 16px;
  margin-right: 16px;
}

.products-analytics-page .card .card-icons img {
  max-width: 45px;
  max-height: 36px;
}

.products-analytics-page .card .card-title {
  font-family: Montserrat;
  font-size: 21px;
  line-height: 28px;
  text-align: center;
  font-weight: bold;
  color: #1a2633;
}

.products-analytics-page .card .card-subtitle {
  margin-top: 22px;
  font-family: Open Sans;
  font-size: 14px;
  line-height: 24px;
  text-align: center;
  color: #434b54;
}

.products-analytics-page .card .card-icons {
  margin-top: 27px;
  margin-bottom: 25px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  text-align: center;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
}

.products-analytics-page .card .icon-wrapper {
  height: 36px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
}

.products-analytics-page .card .icon-description {
  margin-top: 11px;
  width: 100%;
  max-width: 140px;
  font-size: 14px;
  line-height: 24px;
  text-align: center;
  font-family: Open Sans;
  color: #434b54;
}

.products-analytics-page .card .button-wrapper {
  margin-top: auto;
  text-align: center;
}

.products-analytics-page .card .button {
  font-weight: bold;
  line-height: 18px;
  display: inline-block;
  -moz-border-radius: 40px;
  border-radius: 40px;
  padding: 15px 40px;
  -moz-text-decoration: none;
  text-decoration: none;
  -o-transition: .3s background-color;
  -webkit-transition: .3s background-color;
  -moz-transition: .3s background-color;
  transition: .3s background-color;
  font-family: Montserrat;
  font-size: 14px;
  text-align: center;
  cursor: pointer;
  background-color: transparent;
  color: #ef427f;
  border: 1px solid #ef427f;
}

.products-analytics-page .card .icon-plus {
  height: 36px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  font-family: Montserrat;
  font-size: 36px;
  font-weight: 500;
  color: #303e54;
}

.products-analytics-page .public-transport-icon {
  width: 24px;
  height: 28.5px;
}

.products-analytics-page .alternating-image-with-description {
  padding-bottom: 32px;
}

.products-analytics-page .testimonial {
  background-color: #2a1438;
}

@media (max-width:1919px) {
  .products-analytics-page .hero-section-container .splashes {
    display: none;
  }
}

@media (max-width:767px) {
  .products-analytics-page .hero-section-container {
    padding-top: 48px;
  }
  .products-analytics-page .social-proof-item img {
    max-width: 100%;
    max-height: 100%;
  }
  .products-analytics-page .cards-section .section-title {
    font-size: 24px;
    line-height: 32px;
  }
}

@media (max-width:1280px) {
  .products-analytics-page .cards-section .section-subtitle {
    font-size: 21px;
    line-height: 28px;
  }
}

@media (max-width:567px) {
  .products-analytics-page .cards-section .tab-controls a {
    margin-left: 1px;
    margin-right: 1px;
  }
  .products-analytics-page .tab-contents .card {
    padding-right: 16px;
    padding-left: 16px;
  }
}

@media (max-width:1279px) {
  .products-analytics-page .hero-section-container {
    height: initial;
    padding-bottom: 30px;
  }
  .products-analytics-page .hero-section-container .hero-image {
    position: relative;
    margin-top: 0;
    margin-left: 0;
  }
  .products-analytics-page .alternating-image-with-description .button-container {
    margin-top: 30px;
    padding-left: 16px;
    padding-right: 16px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
  }
  .products-analytics-page .alternating-image-with-description .button-container > a {
    margin-top: 10px;
    margin-right: 0;
  }
  .products-analytics-page .alternating-image-with-description .used-for-title {
    margin-top: 25px;
  }
  .products-analytics-page .alternating-image-with-description .section-wrapper {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
  }
  .products-analytics-page .alternating-image-with-description .section-wrapper:nth-of-type(even) {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
  }
  #products-analytics-hero-tooltip-pinpoint {
    left: 50%;
    top: 29%;
  }
  .products-analytics-page .tab-contents .card {
    margin-left: 5px;
    margin-right: 5px;
  }
}

@media (max-width:1023px) {
  .products-analytics-page .cards-section {
    padding-bottom: 48px;
  }
  .products-analytics-page .tab-contents {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
  }
  .products-analytics-page .tab-contents .card.hidden-flip-card {
    display: none;
  }
}

@media (min-width:1025px) {
  .products-analytics-page .alternating-image-with-description .orange-button:hover {
    background-color: transparent;
    color: #f5a623;
  }
  .products-analytics-page .alternating-image-with-description .pink-button:hover {
    background-color: transparent;
    color: #ef427f;
  }
  .has-hover .products-analytics-page .tab-controls a:hover {
    background-color: transparent;
    color: #ef427f;
  }
  .products-analytics-page .cards-section .tab-controls a.active:hover {
    background-color: transparent;
    color: #ef427f;
  }
  .products-analytics-page .card .button:hover {
    color: #ffffff;
    background-color: #ef427f;
  }
}

@media (min-width:1280px) {
  .products-analytics-page .section-image-container .distance-matrix-table {
    width: 620px;
  }
}

.many-to-many-pricing-page-hero-section {
  background-color: #352143;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  position: relative;
}

.many-to-many-pricing-page-hero-section .splashes {
  overflow: hidden;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.many-to-many-pricing-page-hero-section .splashes .splash-left {
  position: absolute;
  max-height: 850px;
  left: -770px;
  bottom: 0;
}

.many-to-many-pricing-page-hero-section .splashes .splash-right {
  position: absolute;
  max-height: 850px;
  right: -625px;
  top: 140px;
}

.many-to-many-pricing-page-hero-section .content {
  padding-top: 96px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  z-index: 2;
  max-width: 1200px;
  margin: 0 auto;
}

.many-to-many-pricing-page-hero-section .content .headline {
  max-width: 760px;
  margin-bottom: 120px;
  color: #ffffff;
  font-family: Montserrat;
  line-height: 48px;
  font-weight: bold;
  font-size: 40px;
  text-align: center;
}

.many-to-many-pricing-page-hero-section .content .section {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  margin-bottom: 120px;
}

.many-to-many-pricing-page-hero-section .content .section.reverse {
  -webkit-flex-direction: row-reverse;
  -moz-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  -o-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.many-to-many-pricing-page-hero-section .content .section-content {
  padding-top: 60px;
  padding-bottom: 60px;
}

.many-to-many-pricing-page-hero-section .content .section-content.right {
  padding-left: 100px;
  padding-right: 16px;
}

.many-to-many-pricing-page-hero-section .content .section-content.left {
  padding-right: 100px;
  padding-left: 16px;
}

.many-to-many-pricing-page-hero-section .content .section-headline {
  font-family: Montserrat;
  font-size: 32px;
  font-weight: bold;
  line-height: 40px;
  color: #ffffff;
}

.many-to-many-pricing-page-hero-section .content .section-details {
  font-family: Open Sans;
  font-size: 16px;
  line-height: 24px;
  color: #ffffff;
}

.many-to-many-pricing-page-hero-section .content .section-details.right {
  text-align: right;
}

.many-to-many-pricing-page-hero-section .content .section-image {
  width: auto;
  max-height: 372px;
  margin: 0 25px;
}

@media (min-width:768px) and (max-width:1279px) {
  .many-to-many-pricing-page-hero-section .content {
    padding-top: 64px;
  }
}

@media (min-width:768px) and (max-width:1023px) {
  .many-to-many-pricing-page-hero-section .content .section-content {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .many-to-many-pricing-page-hero-section .content .section-content.right {
    padding-left: 40px;
  }
  .many-to-many-pricing-page-hero-section .content .section-content.left {
    padding-right: 40px;
  }
}

@media (max-width:1023px) {
  .many-to-many-pricing-page-hero-section .content .headline {
    max-width: 90%;
    font-size: 32px;
    line-height: 40px;
  }
  .many-to-many-pricing-page-hero-section .content .section-image {
    max-height: 290px;
  }
}

@media (max-width:767px) {
  .many-to-many-pricing-page-hero-section .content {
    padding-top: 48px;
  }
  .many-to-many-pricing-page-hero-section .content .headline {
    margin-bottom: 50px;
    font-size: 32px;
  }
  .many-to-many-pricing-page-hero-section .content .section {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    margin-bottom: 48px;
  }
  .many-to-many-pricing-page-hero-section .content .section.reverse {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
  }
  .many-to-many-pricing-page-hero-section .content .section-content {
    width: 90%;
    padding-top: 0;
    padding-bottom: 20px;
    text-align: center;
  }
  .many-to-many-pricing-page-hero-section .content .section-content.right {
    padding-left: 0;
    padding-right: 0;
  }
  .many-to-many-pricing-page-hero-section .content .section-content.left {
    padding-left: 0;
    padding-right: 0;
  }
  .many-to-many-pricing-page-hero-section .content .section-headline {
    margin-top: 0;
    font-size: 24px;
    line-height: 32px;
  }
  .many-to-many-pricing-page-hero-section .content .section-image {
    max-width: 90%;
    max-height: none;
  }
}

.many-to-many-pricing-page-learn-more-section {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  padding-top: 107px;
  background-color: #2a1438;
}

.many-to-many-pricing-page-learn-more-section .headline {
  margin-bottom: 40px;
  color: #ffffff;
  font-family: Montserrat;
  line-height: 40px;
  font-weight: bold;
  font-size: 32px;
  text-align: center;
}

.many-to-many-pricing-page-learn-more-section .details {
  margin-bottom: 45px;
  color: #ffffff;
  font-family: Open Sans;
  line-height: 32px;
  font-weight: 300;
  font-size: 24px;
}

.many-to-many-pricing-page-learn-more-section .learn-more-button {
  font-weight: bold;
  line-height: 18px;
  display: inline-block;
  -moz-border-radius: 40px;
  border-radius: 40px;
  padding: 15px 40px;
  -moz-text-decoration: none;
  text-decoration: none;
  -o-transition: .3s background-color;
  -webkit-transition: .3s background-color;
  -moz-transition: .3s background-color;
  transition: .3s background-color;
  font-family: Montserrat;
  font-size: 14px;
  text-align: center;
  cursor: pointer;
  border-color: #ef427f;
  color: white;
  border-width: 1px;
  border-style: solid;
  background-color: #ef427f;
}

.many-to-many-pricing-page-learn-more-section .learn-more-button:hover {
  background-color: #ec6f98;
}

.many-to-many-pricing-page-learn-more-section .splashes-wrapper {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  position: relative;
  width: 100%;
  height: 478px;
  overflow: hidden;
}

.many-to-many-pricing-page-learn-more-section .splashes {
  position: absolute;
  top: 130px;
  margin-left: 20px;
}

@media (max-width:767px) {
  .many-to-many-pricing-page-learn-more-section {
    padding-top: 40px;
  }
  .many-to-many-pricing-page-learn-more-section .headline {
    margin: 0 14px 16px;
    font-size: 24px;
    line-height: 32px;
  }
  .many-to-many-pricing-page-learn-more-section .details {
    margin: 0 14px 40px;
  }
}

@media (max-width:1280px) {
  .many-to-many-pricing-page-learn-more-section .details {
    font-size: 21px;
    line-height: 28px;
  }
}

@media (min-width:1025px) {
  .many-to-many-pricing-page-learn-more-section .learn-more-button:hover {
    background-color: transparent;
    color: #ef427f;
  }
}

@media (max-width:567px) {
  .many-to-many-pricing-page-learn-more-section .splashes-wrapper {
    height: 197px;
  }
  .many-to-many-pricing-page-learn-more-section .splashes {
    margin-left: 0;
    top: 80px;
    width: 430px;
  }
}

.bespoke-analysis-page-explain-project {
  background-color: #f7f9fa;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  padding: 120px 0;
}

.bespoke-analysis-page-explain-project .headline {
  margin-top: 0;
  margin-bottom: 92px;
  color: #ffffff;
  color: #1a2633;
  font-family: Montserrat;
  line-height: 40px;
  font-weight: bold;
  font-size: 32px;
  text-align: center;
}

.bespoke-analysis-page-explain-project .details {
  margin-top: 0;
  margin-bottom: 48px;
  font-family: Open Sans;
  font-size: 16px;
  line-height: 24px;
  color: #ffffff;
  color: #434b54;
  font-weight: normal;
  text-align: center;
}

.bespoke-analysis-form p {
  color: #1a2633;
}

.bespoke-analysis-form .hs-form-field {
  padding-bottom: 16px;
  min-width: 580px;
}

.bespoke-analysis-form label {
  margin-bottom: 5px;
  display: inline-block;
  color: #1a2633;
  font-weight: 600;
}

.bespoke-analysis-form .hs-input, .bespoke-analysis-form textarea {
  width: 100%;
  padding: 12px 20px;
  border: 1px solid #8F9FB3;
  -moz-border-radius: 5px;
  border-radius: 5px;
  margin-bottom: 16px;
}

.bespoke-analysis-form textarea {
  min-height: 120px;
  margin-bottom: 32px;
}

.bespoke-analysis-form input[type='submit'] {
  font-weight: bold;
  line-height: 18px;
  display: inline-block;
  -moz-border-radius: 40px;
  border-radius: 40px;
  padding: 15px 40px;
  -moz-text-decoration: none;
  text-decoration: none;
  -o-transition: .3s background-color;
  -webkit-transition: .3s background-color;
  -moz-transition: .3s background-color;
  transition: .3s background-color;
  font-family: Montserrat;
  font-size: 14px;
  text-align: center;
  cursor: pointer;
  border-color: #ef427f;
  color: white;
  border-width: 1px;
  border-style: solid;
  background-color: #ef427f;
  -webkit-align-self: center;
  -moz-align-self: center;
  -ms-align-self: center;
  -o-align-self: center;
  align-self: center;
  width: auto;
  margin: 32px auto 0;
}

.bespoke-analysis-form .hs-submit {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
}

.bespoke-analysis-form {
  max-width: 570px;
  padding: 24px;
}

.bespoke-analysis-form ul {
  list-style: none;
  padding: 0;
}

@media (max-width:1023px) {
  .bespoke-analysis-page-explain-project .headline {
    margin-bottom: 62px;
  }
}

@media (max-width:567px) {
  .bespoke-analysis-page-explain-project .headline {
    margin-bottom: 32px;
  }
}

@media (max-width:767px) {
  .bespoke-analysis-page-explain-project {
    padding: 57px 20px 48px;
  }
  .bespoke-analysis-page-explain-project .headline {
    font-size: 24px;
    line-height: 32px;
  }
  .bespoke-analysis-page-explain-project .details {
    margin-bottom: 32px;
  }
  .bespoke-analysis-form .hs-form-field {
    min-width: 100%;
  }
}

@media (min-width:1025px) {
  .bespoke-analysis-form input[type='submit']:hover {
    background-color: transparent;
    color: #ef427f;
  }
}

.bespoke-analysis-page-slides {
  padding-top: 72px;
  background-color: #352143;
}

.bespoke-analysis-page-slides .headline {
  margin: 0 auto 0;
  color: #ffffff;
  font-family: Montserrat;
  line-height: 48px;
  font-weight: bold;
  font-size: 40px;
  text-align: center;
}

.bespoke-analysis-page-slides .section-wrapper:nth-child(even) {
  background-color: #2a1438;
}

.bespoke-analysis-page-slides .section-wrapper:nth-child(even) section {
  -webkit-flex-direction: row-reverse;
  -moz-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  -o-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.bespoke-analysis-page-slides .section-wrapper:nth-child(even) section .section-image {
  margin-right: 34px;
}

.bespoke-analysis-page-slides .section-wrapper:nth-child(even) section .section-content {
  margin-right: 0;
}

.bespoke-analysis-page-slides section {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  position: relative;
  max-width: 1230px;
  margin: 0 auto;
  padding: 110px 30px;
}

.bespoke-analysis-page-slides .section-content {
  margin-right: 34px;
  max-width: 395px;
}

.bespoke-analysis-page-slides .section-title {
  margin: 0;
  color: #ffffff;
  font-family: Montserrat;
  line-height: 40px;
  font-weight: bold;
  font-size: 32px;
  text-align: left;
}

.bespoke-analysis-page-slides .section-description {
  margin-bottom: 28px;
  font-family: Open Sans;
  font-size: 16px;
  line-height: 24px;
  color: #ffffff;
  font-weight: normal;
}

.bespoke-analysis-page-slides .button {
  margin-bottom: 50px;
  -moz-text-decoration: none;
  text-decoration: none;
  border-width: 1px;
  -moz-border-radius: 40px;
  border-radius: 40px;
  color: white;
  cursor: pointer;
  font-family: Montserrat;
  background-color: #ef427f;
  border-color: #ef427f;
  line-height: 18px;
  -o-transition: .3s background-color;
  -webkit-transition: .3s background-color;
  -moz-transition: .3s background-color;
  transition: .3s background-color;
  padding: 15px 40px;
  text-align: center;
  font-weight: bold;
  border-style: solid;
  font-size: 14px;
  display: inline-block;
}

.bespoke-analysis-page-slides .button:hover {
  background-color: #ec6f98;
}

.bespoke-analysis-page-slides .button.button-mobile {
  display: none;
}

.bespoke-analysis-page-slides .let-us-know-label {
  font-family: Montserrat;
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  color: #ffffff;
}

.bespoke-analysis-page-slides .let-us-know-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.bespoke-analysis-page-slides .let-us-know-list li {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  margin-bottom: 24px;
  font-family: Open Sans;
  font-size: 16px;
  line-height: 24px;
  color: #ffffff;
}

.bespoke-analysis-page-slides .let-us-know-list li::before {
  content: '• ';
  margin-right: 10px;
  color: #ef427f;
  font-size: 32px;
}

.bespoke-analysis-page-slides .section-image {
  max-width: 640px;
  max-height: 500px;
  margin: 0 20px;
  z-index: 2;
}

.bespoke-analysis-page-slides .image-mobile-wrapper {
  position: relative;
}

.bespoke-analysis-page-slides .section-image-mobile {
  display: none;
}

.bespoke-analysis-page-slides .section-image-mobile.last {
  margin-bottom: 30px;
}

#request-a-print-map-rail {
  top: 345px;
  right: 300px;
}

#analyse-using-transport-data-rail {
  top: 340px;
  left: 317px;
}

#bespoke-analysis-rail {
  top: 302px;
  right: 308px;
}

@media (min-width:1025px) {
  .bespoke-analysis-page-slides .button:hover {
    background-color: transparent;
    color: #ef427f;
  }
}

@media (max-width:1023px) {
  .bespoke-analysis-page-slides .headline {
    font-size: 32px;
    line-height: 40px;
  }
  .bespoke-analysis-page-slides .section-image {
    max-width: 320px;
    max-height: 250px;
    margin: 0;
  }
}

@media (min-width:1024px) {
  #get-travel-time-data-rail {
    top: 320px;
    right: 460px;
  }
}

@media (max-width:767px) {
  .bespoke-analysis-page-slides {
    padding-top: 57px;
  }
  .bespoke-analysis-page-slides .headline {
    max-width: 200px;
    margin-top: 57px;
  }
  .bespoke-analysis-page-slides .section-wrapper:nth-child(even) section {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
  }
  .bespoke-analysis-page-slides section {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    padding: 56px 0 48px;
  }
  .bespoke-analysis-page-slides .section-content {
    max-width: 90%;
    margin: 0 auto;
  }
  .bespoke-analysis-page-slides .section-title {
    text-align: center;
    font-size: 24px;
    line-height: 32px;
  }
  .bespoke-analysis-page-slides .section-description {
    max-width: 288px;
    text-align: center;
    margin: 13px auto 24px;
  }
  .bespoke-analysis-page-slides .button {
    display: none;
  }
  .bespoke-analysis-page-slides .button.button-mobile {
    display: block;
    width: 90%;
    margin-bottom: 0;
    text-align: center;
    margin: 0 auto;
  }
  .bespoke-analysis-page-slides .let-us-know-label {
    display: block;
    margin: 23px auto 19px;
    text-align: center;
  }
  .bespoke-analysis-page-slides .let-us-know-list {
    width: 90%;
    margin: 0 auto;
  }
  .bespoke-analysis-page-slides .section-image {
    display: none;
  }
  .bespoke-analysis-page-slides .section-image-mobile {
    display: block;
    max-width: 100%;
    margin: 0 auto;
  }
  #request-a-print-map-rail, #analyse-using-transport-data-rail, #bespoke-analysis-rail {
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
  }
  #request-a-print-map-rail {
    top: 35%;
  }
  #get-travel-time-data-rail {
    top: 0;
    bottom: 0;
    left: 17%;
    margin-top: auto;
    margin-bottom: auto;
  }
}

@media (max-width:567px) {
  #get-travel-time-data-rail {
    left: 3%;
  }
}

@media (min-width:768px) and (max-width:1023px) {
  .bespoke-analysis-page-slides section {
    max-width: 100%;
  }
  #request-a-print-map-rail {
    top: 230px;
    right: 140px;
  }
  #analyse-using-transport-data-rail {
    top: 225px;
    left: 145px;
  }
  #get-travel-time-data-rail {
    top: 190px;
    right: 230px;
  }
  #bespoke-analysis-rail {
    top: 210px;
    right: 140px;
  }
}

@media (max-width:567px) {
  #request-a-print-map {
    max-width: 210px;
  }
  #analyse-using-transport-data {
    max-width: 188px;
  }
}

@media (min-width:568px) {
  #request-a-print-map {
    max-width: 240px;
  }
  #analyse-using-transport-data {
    max-width: 240px;
  }
  #get-travel-time-data {
    max-width: 260px;
  }
  #bespoke-analysis-tooltip {
    max-width: 260px;
  }
}

@media (max-width:1023px) {
  #get-travel-time-data {
    max-width: 150px;
  }
  #bespoke-analysis-tooltip {
    max-width: 240px;
  }
}

.analytics-api-pricing-page-price-form {
  padding-top: 120px;
  padding-bottom: 96px;
  background-color: #352143;
}

.analytics-api-pricing-page-price-form .header {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  position: relative;
  z-index: 3;
}

.analytics-api-pricing-page-price-form .headline {
  margin-top: 0;
  margin-bottom: 0;
  color: #ffffff;
  font-family: Montserrat;
  line-height: 48px;
  font-weight: bold;
  font-size: 40px;
  text-align: center;
  z-index: 1;
  position: relative;
}

.analytics-api-pricing-page-price-form .wrapper {
  position: relative;
  height: 836px;
  width: 577px;
  margin-top: 96px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 85px;
  background-color: #ffffff;
  z-index: 3;
}

.analytics-api-pricing-page-price-form .price {
  margin-top: 0;
  margin-bottom: 0;
  color: #ef427f;
  font-family: Montserrat;
  font-size: 48px;
  font-weight: bold;
  letter-spacing: 5px;
  line-height: 58px;
  text-align: center;
}

.analytics-api-pricing-page-price-form .term {
  margin-top: 0;
  margin-bottom: 0;
  color: gray;
  font-size: 14px;
  line-height: 24px;
  text-align: center;
}

.analytics-api-pricing-page-price-form .info, .select-term {
  font-family: Open Sans;
  font-size: 16px;
  line-height: 24px;
  color: #ffffff;
  color: #1a2633;
  text-align: center;
}

.analytics-api-pricing-page-price-form .info {
  margin-top: 29px;
}

.analytics-api-pricing-page-price-form .radio-group {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  -o-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  margin: 28px auto 0 auto;
  padding-left: 8px;
}

.analytics-api-pricing-page-price-form .radio-group .radio {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  -o-flex-direction: row;
  flex-direction: row;
  position: relative;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  -o-align-items: flex-start;
  align-items: flex-start;
}

.analytics-api-pricing-page-price-form .radio-group .radio {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  -o-flex-direction: row;
  flex-direction: row;
  position: relative;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  -o-align-items: flex-start;
  align-items: flex-start;
}

.analytics-api-pricing-page-price-form .radio-group .radio:first-child {
  margin-right: 25px;
}

.analytics-api-pricing-page-price-form .radio-group .radio label {
  margin-left: 30px;
  font-family: Open Sans;
  font-size: 16px;
  line-height: 24px;
  color: #ffffff;
  color: #434b54;
  text-align: left;
  cursor: pointer;
}

.analytics-api-pricing-page-price-form .radio-group .radio input {
  position: absolute;
  opacity: 0;
  height: 20px;
  width: 20px;
  -moz-border-radius: 50%;
  border-radius: 50%;
  z-index: 3;
  cursor: pointer;
}

.analytics-api-pricing-page-price-form .radio-group .radio .outerCircle {
  position: absolute;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  height: 20px;
  width: 20px;
  margin-top: 3px;
  -moz-border-radius: 50%;
  border-radius: 50%;
  border-width: 1px;
  border-style: solid;
  border-color: #434b54;
  cursor: pointer;
}

.analytics-api-pricing-page-price-form .radio-group .radio input:checked ~ .outerCircle {
  background-color: #ffffff;
  border-width: 2px;
  border-style: solid;
  border-color: #ef427f;
}

.analytics-api-pricing-page-price-form .radio-group .radio input:checked ~ .outerCircle .innerCircle {
  height: 10px;
  width: 10px;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-color: #ef427f;
}

.analytics-api-pricing-page-price-form .radio label {
  min-width: 100px;
}

.analytics-api-pricing-page-price-form .radio label span {
  font-size: 14px;
  line-height: 24px;
}

.analytics-api-pricing-page-price-form .button-wrapper {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  margin-top: 48px;
  margin-bottom: 57px;
  margin-left: auto;
  margin-right: auto;
}

.analytics-api-pricing-page-price-form .button {
  font-weight: bold;
  line-height: 18px;
  display: inline-block;
  -moz-border-radius: 40px;
  border-radius: 40px;
  padding: 15px 40px;
  -moz-text-decoration: none;
  text-decoration: none;
  -o-transition: .3s background-color;
  -webkit-transition: .3s background-color;
  -moz-transition: .3s background-color;
  transition: .3s background-color;
  font-family: Montserrat;
  font-size: 14px;
  text-align: center;
  cursor: pointer;
  border-color: #ef427f;
  color: white;
  border-width: 1px;
  border-style: solid;
  background-color: #ef427f;
}

.analytics-api-pricing-page-price-form .button:hover {
  opacity: 0.5;
}

.analytics-api-pricing-page-price-form .analytics .info {
  margin: 0;
  color: #ffffff;
  color: #1a2633;
  font-family: Montserrat;
  line-height: 24px;
  font-weight: 600;
  font-size: 16px;
  text-align: center;
}

.analytics-api-pricing-page-price-form .analytics img {
  margin-right: 25px;
}

.analytics-api-pricing-page-price-form .analytics .content {
  margin-top: 44px;
  padding-left: 98px;
  padding-right: 57px;
}

.analytics-api-pricing-page-price-form .analytics .item {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  -o-flex-direction: row;
  flex-direction: row;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  -o-align-items: flex-start;
  align-items: flex-start;
  margin: 25px 0 0 0;
}

.analytics-api-pricing-page-price-form .analytics figcaption {
  font-family: Open Sans;
  font-size: 16px;
  line-height: 24px;
  color: #ffffff;
  color: #434b54;
}

@media (max-width:1023px) {
  .analytics-api-pricing-page-price-form .headline {
    font-size: 32px;
    line-height: 40px;
  }
}

@media (min-width:1025px) {
  .analytics-api-pricing-page-price-form .button:hover {
    background-color: transparent;
    color: #ef427f;
  }
}

@media (max-width:767px) {
  .analytics-api-pricing-page-price-form {
    padding-top: 124px;
    padding-bottom: 0;
  }
  .analytics-api-pricing-page-price-form .header {
    padding-left: 24px;
    padding-right: 24px;
  }
  .analytics-api-pricing-page-price-form .wrapper {
    width: 100%;
    height: auto;
    margin-top: 64px;
    padding-top: 52px;
    padding-bottom: 52px;
    padding-left: 16px;
    padding-right: 16px;
  }
  .analytics-api-pricing-page-price-form .button-wrapper {
    margin-top: 27px;
    margin-bottom: 42px;
  }
  .analytics-api-pricing-page-price-form .button {
    width: 100%;
  }
  .analytics-api-pricing-page-price-form .analytics img {
    margin-right: 7px;
  }
  .analytics-api-pricing-page-price-form .analytics .content {
    padding-left: 0;
    padding-right: 0;
  }
}

.iroute-page .company-logo {
  width: 100%;
  max-width: 150px;
}

@media (max-width:767px) {
  .iroute-page .hero-description {
    font-size: 21px;
    line-height: 28px;
  }
  .iroute-page .company-logo {
    max-width: 100px;
  }
}

.not-found-page {
  text-align: center;
  background-color: #f7f9fa;
}

.not-found-page .splash-left {
  position: absolute;
  top: 140px;
  left: 0;
  width: 333px;
  height: 673px;
  background-image: url(assets/images/search/not-found/splash_left_404.svg);
  z-index: 0;
}

.not-found-page .splash-right {
  position: absolute;
  top: 0;
  right: 0;
  width: 351px;
  height: 722px;
  background-image: url(assets/images/search/not-found/splash_right_404.svg);
  z-index: 0;
}

.not-found-page h1 {
  position: relative;
  z-index: 1;
  margin: 0 0 16px;
  color: #1a2633;
  font-family: Montserrat;
  line-height: 48px;
  font-weight: bold;
  font-size: 40px;
}

.not-found-page .status-code {
  position: relative;
  z-index: 1;
  font-family: Montserrat;
  font-size: 64px;
  font-weight: 800;
  margin-bottom: 64px;
  color: #e6eef7;
}

.not-found-page .other-links {
  position: relative;
  z-index: 1;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  margin-top: 48px;
  padding: 64px 0;
}

.not-found-page .other-links-title {
  font-family: Open Sans;
  font-size: 24px;
  font-weight: 300;
  line-height: 32px;
  color: #1a2633;
  margin: 0;
}

.not-found-page .other-links a {
  font-family: Open Sans;
  font-size: 16px;
  line-height: 24px;
  color: #434b54;
  color: #f5a623;
  font-weight: bold;
  -moz-text-decoration: none;
  text-decoration: none;
  -moz-text-decoration: underline;
  text-decoration: underline;
  margin-bottom: 16px;
}

.not-found-page .other-links a:last-child {
  margin-bottom: 0;
}

@media (max-width:1279px) {
  .not-found-page .splash-left {
    display: none;
  }
  .not-found-page .splash-right {
    display: none;
  }
}

@media (max-width:767px) {
  .not-found-page .status-code {
    font-size: 36px;
  }
}

@media (max-width:1023px) {
  .not-found-page {
    padding-top: 32px;
  }
  .not-found-page h1 {
    font-size: 32px;
    line-height: 40px;
  }
  .not-found-page .status-code {
    margin-bottom: 32px;
  }
}

@media (max-width:1280px) {
  .not-found-page .other-links-title {
    font-size: 21px;
    line-height: 28px;
  }
}

.contact-page {
  background: #f7f9fa;
  padding-bottom: 104px;
}

.contact-page .contact-section {
  width: 100%;
  max-width: 1012px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  -o-align-items: flex-start;
  align-items: flex-start;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  margin: 0 auto;
  padding: 0 25px;
  position: relative;
  z-index: 2;
}

.contact-page .contact-section .contacts-title {
  font-family: Montserrat;
  font-size: 32px;
  font-weight: bold;
  line-height: 40px;
  color: #1a2633;
}

contact-page .contact-section .contacts a {
  -moz-text-decoration-line: none;
  text-decoration-line: none;
}

.contact-page-form {
  width: 100%;
  max-width: 600px;
}

.contact-page .legal-consent-container {
  font-family: Open Sans;
  font-size: 16px;
  line-height: 24px;
  color: #434b54;
}

.contact-page .inputs-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.contact-page .hub-spot-form input[type='submit'] {
  font-weight: bold;
  line-height: 18px;
  display: inline-block;
  -moz-border-radius: 40px;
  border-radius: 40px;
  padding: 15px 40px;
  -moz-text-decoration: none;
  text-decoration: none;
  -o-transition: .3s background-color;
  -webkit-transition: .3s background-color;
  -moz-transition: .3s background-color;
  transition: .3s background-color;
  font-family: Montserrat;
  font-size: 14px;
  text-align: center;
  cursor: pointer;
  border-width: 1px;
  color: #ffffff;
  background-color: #f5a623;
  border-color: #f5a623;
  border-style: solid;
  float: right;
  border: none;
  width: inherit;
}

.contact-page .contact-page-form form .hs-form-field {
  margin-top: 47px;
  margin-bottom: 47px;
}

.contact-page .contact-page-contacts .item {
  font-family: Open Sans;
  font-size: 16px;
  line-height: 24px;
  color: #434b54;
}

.contact-page .contact-page-contacts .item a {
  color: #434b54;
  -moz-text-decoration-line: none;
  text-decoration-line: none;
}

.contact-page .contact-page-contacts .social-buttons {
  margin-top: 32px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  -o-justify-content: flex-start;
  justify-content: flex-start;
}

.contact-page .contact-page-contacts .social-buttons a {
  font-weight: bold;
  line-height: 18px;
  display: inline-block;
  -moz-border-radius: 40px;
  border-radius: 40px;
  padding: 15px 40px;
  -moz-text-decoration: none;
  text-decoration: none;
  -o-transition: .3s background-color;
  -webkit-transition: .3s background-color;
  -moz-transition: .3s background-color;
  transition: .3s background-color;
  font-family: Montserrat;
  font-size: 14px;
  text-align: center;
  cursor: pointer;
  background-color: transparent;
  color: #f5a623;
  border: 1px solid #f5a623;
  width: 70px;
  height: 49px;
}

.contact-page-contacts .twitter-button {
  margin-right: 16px;
  background: url(/assets/images/common/social-icons/twitter-no-circle.svg) no-repeat center;
}

.contact-page-contacts .linkedin-button {
  margin-right: 16px;
  width: inherit;
  background: url(/assets/images/common/icons/linkedIn-no-circle.svg) no-repeat center;
}

.contact-page .contact-page-contacts .description {
  margin-bottom: 48px;
}

@media (max-width:1024px) {
  .contact-page .contact-section {
    -webkit-justify-content: space-around;
    -moz-justify-content: space-around;
    -ms-justify-content: space-around;
    -o-justify-content: space-around;
    justify-content: space-around;
  }
}

@media (min-width:768px) {
  .contact-page .contact-page-contacts .phone-number {
    pointer-events: none;
  }
}

@media (min-width:1025px) {
  .contact-page .hub-spot-form input[type='submit']:hover {
    background-color: transparent;
    color: #f5a623;
  }
  .contact-page .contact-page-contacts .social-buttons a:hover {
    color: #ffffff;
    background-color: #f5a623;
  }
}

@media (max-width:767px) {
  .contact-page {
    padding-bottom: 48px;
  }
  .contact-page .contact-section {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
  }
  .contact-page .contact-section .contacts-title {
    font-size: 24px;
    line-height: 32px;
    text-align: center;
  }
  .contact-page-form {
    margin-bottom: 48px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
  }
  .contact-page .hub-spot-form input[type='submit'] {
    width: 100%;
  }
  .contact-page .contact-page-contacts {
    -webkit-flex-basis: 80%;
    -moz-flex-basis: 80%;
    -ms-flex-basis: 80%;
    -o-flex-basis: 80%;
    flex-basis: 80%;
    text-align: center;
  }
  .contact-page .contact-page-contacts .social-buttons {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
  }
  .contact-page .contact-page-contacts .social-buttons a {
    width: 40%;
  }
  .contact-page-contacts .linkedin-button {
    margin-right: 0;
  }
}

.map-resource-page .resources-article {
  position: relative;
  z-index: 1;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 24px;
}

.map-resource-page .resources-article > div {
  width: 50%;
}

.map-resource-page .content p {
  font-family: Open Sans;
  font-size: 16px;
  line-height: 24px;
  color: #434b54;
}

.map-resource-page .content .title {
  font-family: Montserrat;
  font-size: 40px;
  font-weight: bold;
  line-height: 48px;
  color: #1a2633;
  margin-top: 0;
}

.map-resource-page .content .sub-title {
  font-family: Open Sans;
  font-size: 24px;
  font-weight: 300;
  line-height: 32px;
  color: #1a2633;
}

.map-resource-page .content {
  padding-right: 72px;
}

.map-resource-page .resources-article .image img {
  height: auto;
  -moz-box-shadow: 0 2px 14px 0 rgba(0,0,0,0.1);
  box-shadow: 0 2px 14px 0 rgba(0,0,0,0.1);
  -moz-border-radius: 10px;
  border-radius: 10px;
  width: 100%;
}

@media (max-width:1023px) {
  .map-resource-page .resources-article {
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    -o-align-items: flex-start;
    align-items: flex-start;
  }
  .map-resource-page .content .title {
    font-size: 32px;
    line-height: 40px;
  }
}

@media (max-width:1280px) {
  .map-resource-page .content .sub-title {
    font-size: 21px;
    line-height: 28px;
  }
}

@media (max-width:767px) {
  .map-resource-page .resources-article {
    text-align: center;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
  }
  .map-resource-page .resources-article > div {
    width: 100%;
  }
  .map-resource-page .content {
    padding: 0;
    margin-bottom: 31px;
  }
}

.postcode-resource-page .export-postcodes.article-list-item .article-image {
  background: url(assets/images/search/postcode-resources/export_all_postcodes_within_a_travel_time_area.png) 50% 50% no-repeat;
}

.postcode-resource-page .download-postcodes.article-list-item .article-image {
  background: url(assets/images/search/postcode-resources/download_a_list_of_all_uk_postcodes.png) 50% 50% no-repeat;
}

.postcode-resource-page .create-catchment.article-list-item .article-image {
  background: url(assets/images/search/postcode-resources/7_ways_to_create_and_export_postcode_catchment_areas.png) 50% 50% no-repeat;
}

.postcode-resource-page .compare-mapping-time-map.article-list-item .article-image {
  background: url(assets/images/search/postcode-resources/compare_9_postcode_mapping_tools.png) 50% 50% no-repeat;
}

.postcode-resource-page .postcode-areas.article-list-item .article-image {
  background: url(assets/images/search/postcode-resources/what_are_postcode_areas.png) 50% 50% no-repeat;
}

.postcode-resource-page .postcode-sector.article-list-item .article-image {
  background: url(assets/images/search/postcode-resources/what_is_postcode_sector.png) 50% 50% no-repeat;
}

.postcode-resource-page .postcode-district.article-list-item .article-image {
  background: url(assets/images/search/postcode-resources/what_is_postcode_district.png) 50% 50% no-repeat;
}

.cookie-policy-section {
  width: 100%;
  text-align: center;
  padding-top: 120px;
  padding-bottom: 97px;
  position: relative;
}

.cookie-policy-section .more-info {
  color: #f5a623;
  font-weight: bold;
  cursor: pointer;
}

.cookie-policy-section .policy-inner {
  max-width: 809px;
  margin: 0 auto;
  padding: 0 16px;
}

.cookie-policy-section .title {
  font-family: Montserrat;
  font-size: 32px;
  font-weight: bold;
  line-height: 40px;
  color: #1a2633;
  margin-bottom: 70px;
}

.cookie-policy-section .content {
  font-family: Open Sans;
  font-size: 16px;
  line-height: 24px;
  color: #434b54;
}

.cookie-policy-section .cookie-icon {
  width: 48px;
  height: 48px;
  background: url(/assets/images/common/icons/icon_cookie.svg) no-repeat 50% 50%;
  background-size: contain;
  margin-bottom: 33px;
  display: inline-block;
}

.cookie-policy-section .content p:first-child {
  margin-top: 0;
}

.cookie-policy-section .splash {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  background-size: contain;
  background-repeat: no-repeat;
  height: 70%;
  width: 17%;
}

.cookie-policy-section .policy-inner .edit-cookie-policy-options-button {
  font-weight: bold;
  line-height: 18px;
  display: inline-block;
  -moz-border-radius: 40px;
  border-radius: 40px;
  padding: 15px 40px;
  -moz-text-decoration: none;
  text-decoration: none;
  -o-transition: .3s background-color;
  -webkit-transition: .3s background-color;
  -moz-transition: .3s background-color;
  transition: .3s background-color;
  font-family: Montserrat;
  font-size: 14px;
  text-align: center;
  cursor: pointer;
  border-width: 1px;
  color: #ffffff;
  background-color: #f5a623;
  border-color: #f5a623;
  border-style: solid;
  margin-top: 50px;
}

.cookie-policy-section .splash-left {
  background-image: url(/assets/images/search/cookie-policy/splash_left_cookie_policy.svg);
  background-position: 0 50%;
  left: 0;
}

.cookie-policy-section .splash-right {
  background-image: url(/assets/images/search/cookie-policy/splash_right_cookie_policy.svg);
  background-position: 100% 50%;
  right: 0;
}

@media (min-width:1440px) {
  .cookie-policy-section .splash {
    height: 200%;
  }
}

@media (max-width:1279px) {
  .cookie-policy-section .splash {
    top: 0;
  }
}

@media (max-width:1023px) {
  .cookie-policy-section {
    padding-top: 64px;
    padding-bottom: 48px;
  }
  .cookie-policy-section .title {
    margin-bottom: 0;
  }
  .cookie-policy-section .cookie-icon {
    margin: 32px;
  }
  .cookie-policy-section .splash {
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    transform: none;
    top: -25%;
  }
}

@media (max-width:567px) {
  .cookie-policy-section {
    padding-top: 48px;
  }
  .cookie-policy-section .splash {
    display: none;
  }
}

@media (min-width:1025px) {
  .cookie-policy-section .policy-inner .edit-cookie-policy-options-button:hover {
    background-color: transparent;
    color: #f5a623;
  }
}

@media (max-width:767px) {
  .cookie-policy-section .title {
    font-size: 24px;
    line-height: 32px;
  }
  .cookie-policy-section .splash {
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    transform: none;
    top: 0;
    height: 30%;
    width: 45%;
  }
  .cookie-policy-section .splash-left {
    background-image: url(/assets/images/search/cookie-policy/splash_left_geocoding_mobile.svg);
    background-position: 0 0;
  }
  .cookie-policy-section .splash-right {
    background-image: url(/assets/images/search/cookie-policy/splash_right_geocoding_mobile.svg);
    background-position: 100% 0;
  }
}

.info-page.terms-and-conditions .list {
  list-style-type: decimal;
  margin-left: 16px;
}

.info-page.terms-and-conditions .list li {
  margin-bottom: 16px;
}

.info-page.terms-and-conditions .sub-list {
  list-style-type: none;
}

.info-page.terms-and-conditions .sub-list li {
  margin-top: 16px;
}

.info-page.privacy-policy .info-main-section .title {
  margin-top: 24px;
  margin-bottom: 32px;
}

.info-page.privacy-policy .info-main-section .notice {
  font-family: Montserrat;
  font-weight: bold;
  margin-top: 120px;
}

.info-page.privacy-policy .info-main-section .date {
  margin-bottom: 72px;
  font-family: Open Sans;
  font-size: 16px;
  line-height: 24px;
}

.info-page.privacy-policy .paragraph-subtitle {
  font-size: 24px;
  line-height: 32px;
}

.info-page.privacy-policy .info-list {
  margin-bottom: 96px;
}

.info-page.privacy-policy .info-list .paragraph-group p:last-child {
  margin-bottom: 0;
}

.info-page.privacy-policy .info-list .paragraph-title {
  margin-bottom: 48px;
}

.info-page.privacy-policy .content {
  padding-bottom: 0;
}

.info-page.privacy-policy .list {
  padding-left: 24px;
  margin-bottom: 0;
}

@media (max-width:567px) {
  .info-page.privacy-policy .info-list {
    margin-bottom: 0 !important;
  }
}

@media (max-width:1023px) {
  .info-page.privacy-policy .info-main-section .notice {
    margin-top: 64px;
  }
  .info-page.privacy-policy .info-main-section .date {
    margin-bottom: 48px;
  }
  .info-page.privacy-policy .paragraph-subtitle {
    text-align: center;
    font-size: 16px;
  }
  .info-page.privacy-policy .info-list {
    margin-bottom: 64px;
  }
  .info-page.privacy-policy .info-list .paragraph-title {
    margin-bottom: 32px;
  }
}

.jobs-page .jobs-article .article-inner {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  -o-align-items: flex-start;
  align-items: flex-start;
}

.jobs-page .jobs-article .article-inner > div {
  width: 50%;
}

.jobs-page .jobs-article {
  position: relative;
  z-index: 1;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 24px 180px;
}

.jobs-page .jobs-article .content {
  padding-right: 40px;
}

.jobs-page .jobs-article .title {
  font-family: Montserrat;
  font-size: 32px;
  font-weight: bold;
  line-height: 40px;
  color: #1a2633;
}

.jobs-page .jobs-article  p {
  font-family: Open Sans;
  font-size: 16px;
  line-height: 24px;
  color: #434b54;
}

.jobs-page .jobs-article img {
  width: 100%;
  height: auto;
}

.jobs-page .job-tabs {
  background-color: white;
}

.jobs-page .job-tabs .container {
  padding: 120px 24px;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.jobs-page .job-tabs .tab-item {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  -o-align-items: flex-start;
  align-items: flex-start;
  padding: 72px 48px;
  border: 1px solid #8f9fb3;
}

.jobs-page .job-tabs .tab-item.active {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}

.jobs-page .job-tabs .info {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  -o-align-items: flex-start;
  align-items: flex-start;
}

.jobs-page .job-tabs .info > div {
  width: 50%;
}

.jobs-page .job-tabs .list li:not(:last-child) {
  margin-bottom: 16px;
}

.jobs-page .job-tabs .info div:first-of-type {
  padding-right: 48px;
}

.jobs-page .job-tabs .list li {
  text-align: left;
}

.jobs-page .job-tabs .main-title {
  font-family: Montserrat;
  font-size: 32px;
  font-weight: bold;
  line-height: 40px;
  color: #1a2633;
  text-align: center;
  margin: 0;
}

.jobs-page .job-tabs .tab-menu {
  text-align: center;
  list-style: none;
  padding: 0;
  margin: 0;
  margin: 64px 0;
}

.jobs-page .job-tabs .tab-menu .menu-item {
  display: inline-block;
  padding: 0 15px;
  font-family: Montserrat;
  font-size: 15px;
  margin: 0;
  line-height: 19px;
  color: #1a2633;
  font-weight: bold;
  cursor: pointer;
}

.jobs-page .job-tabs:not(h1) {
  font-family: Open Sans;
  font-size: 16px;
  line-height: 24px;
  color: #434b54;
}

.job-tabs h1 {
  font-family: Montserrat;
  font-size: 40px;
  font-weight: bold;
  line-height: 48px;
  color: #1a2633;
  margin-top: 0;
}

.jobs-page .job-tabs .sub-title {
  font-family: Open Sans;
  font-size: 24px;
  font-weight: 300;
  line-height: 32px;
  color: #1a2633;
}

.jobs-page .job-tabs h5 {
  font-family: Montserrat;
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  color: #1a2633;
}

.jobs-page .job-tabs .orange {
  font-weight: bold;
  color: #f5a623;
}

.jobs-page .job-tabs .apply {
  max-width: 477px;
}

@media (min-width:768px) {
  .jobs-page .job-tabs .tab-menu .menu-item.active {
    color: #f5a623;
  }
}

@media (max-width:1023px) {
  .jobs-page .jobs-article .article-inner > div {
    width: 100%;
  }
  .jobs-page .jobs-article {
    padding: 0 24px 90px;
  }
  .jobs-page .job-tabs .container {
    padding: 64px 24px;
  }
  .job-tabs h1 {
    font-size: 32px;
    line-height: 40px;
  }
}

@media (max-width:1280px) {
  .jobs-page .job-tabs .sub-title {
    font-size: 21px;
    line-height: 28px;
  }
}

@media (max-width:767px) {
  .jobs-page .jobs-article .article-inner {
    -webkit-flex-direction: column-reverse;
    -moz-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    -o-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    -o-justify-content: flex-start;
    justify-content: flex-start;
  }
  .jobs-page .jobs-article {
    text-align: center;
    padding: 0 24px 60px;
  }
  .jobs-page .jobs-article .content {
    padding-right: 0;
  }
  .jobs-page .jobs-article .title {
    font-size: 24px;
    line-height: 32px;
  }
  .jobs-page .job-tabs .container {
    padding: 48px 24px;
  }
  .jobs-page .job-tabs .tab-item * {
    text-align: center;
  }
  .jobs-page .job-tabs .tab-item:not(:last-child) {
    border-bottom: 1px solid #8f9fb3;
  }
  .jobs-page .job-tabs .tab-item:last-child {
    padding-bottom: 0;
  }
  .jobs-page .job-tabs .tab-item {
    border: none;
    padding: 64px 0;
    display: flex !important;
  }
  .jobs-page .job-tabs .info {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
  }
  .jobs-page .job-tabs .info > div {
    width: 100%;
  }
  .jobs-page .job-tabs .info div:first-of-type {
    padding-right: 0;
  }
  .jobs-page .job-tabs .main-title {
    font-size: 24px;
    line-height: 32px;
  }
  .jobs-page .job-tabs .tab-menu {
    margin: 32px 0 0;
  }
  .jobs-page .job-tabs .tab-menu .menu-item {
    display: block;
    margin: 0 auto;
    color: #f5a623;
  }
  .jobs-page .job-tabs .tab-menu .menu-item:not(:last-child) {
    margin-bottom: 16px;
  }
  .jobs-page .job-tabs .apply {
    max-width: initial;
  }
}

.pricing-section {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  overflow: auto;
  margin-bottom: 120px;
}

.pricing-section .title {
  text-align: center;
  margin-top: 120px;
  padding-right: 16px;
  padding-left: 16px;
}

.pricing-section .title-description {
  font-family: Open Sans;
  font-size: 24px;
  font-weight: 300;
  line-height: 32px;
  text-align: center;
  margin-bottom: 92px;
  padding-left: 16px;
  padding-right: 16px;
}

.pricing-section .splash-left {
  background-image: url(/assets/images/search/cookie-policy/splash_left_cookie_policy.svg);
  background-position: 0 50%;
  left: 0;
  height: 673px;
  position: absolute;
  width: 333px;
  top: 96px;
}

.pricing-section .splash-right {
  background-image: url(/assets/images/search/cookie-policy/splash_right_cookie_policy.svg);
  background-position: 100% 50%;
  right: 0;
  height: 723px;
  position: absolute;
  width: 350px;
  top: 0;
}

.pricing-section .card-img img {
  height: 100%;
  width: 100%;
}

@media (max-width:1280px) {
  .pricing-section .title-description {
    font-size: 21px;
    line-height: 28px;
  }
}

@media (min-width:768px) and (max-width:1279px) {
  .pricing-section {
    margin-bottom: 64px;
  }
  .pricing-section .title {
    margin-top: 64px;
  }
  .pricing-section .title-description {
    margin-bottom: 32px;
  }
}

@media (max-width:768px) {
  .pricing-section .title {
    margin-top: 48px;
  }
  .pricing-section .title-description {
    margin-bottom: 0;
  }
}

@media (max-width:767px) {
  .pricing-section .splash-left {
    background-image: url(/assets/images/search/cookie-policy/splash_left_geocoding_mobile.svg);
    background-position: 0 0;
  }
  .pricing-section .splash-right {
    background-image: url(/assets/images/search/cookie-policy/splash_right_geocoding_mobile.svg);
    background-position: 100% 0;
  }
}

@media (max-width:1739px) {
  .pricing-section .splash-left {
    display: none;
  }
  .pricing-section .splash-right {
    display: none;
  }
}

