.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

body {
  color: #36373b;
  font-family: Lato, sans-serif;
  font-size: 14px;
  line-height: 1.2;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 46px;
  font-weight: 700;
  line-height: 1.2;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.2;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.2;
}

h4, h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
}

p {
  color: #6d6d6d;
  letter-spacing: .7px;
  margin-bottom: 10px;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.4;
}

a {
  color: #000;
  font-size: 18px;
  font-weight: 600;
  text-decoration: none;
  transition: color .35s;
}

a:hover {
  color: #494949;
}

ul {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
  font-size: 18px;
  font-weight: 500;
}

ol {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
}

li {
  margin-top: 12px;
  margin-bottom: 12px;
  font-size: 18px;
  font-weight: 500;
}

blockquote {
  background-image: url('../images/command.svg'), url('../images/command.svg');
  background-position: 97% 90%, 6px 10px;
  background-repeat: no-repeat, no-repeat;
  background-size: auto, auto;
  border-left: 5px #e2e2e2;
  margin-bottom: 10px;
  padding: 50px 32px;
  font-size: 24px;
  font-style: italic;
  font-weight: 500;
  line-height: 1.2;
}

.section {
  justify-content: center;
  margin-top: -80px;
  padding-top: 80px;
  padding-bottom: 0;
  display: block;
  overflow: hidden;
}

.section.grey-section {
  background-color: #f8f9fa;
  display: none;
}

.section.grey-section.relative {
  height: auto;
  min-height: 75vh;
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
  margin-top: 0;
  padding-bottom: 85px;
}

.section.relative {
  display: flex;
}

.container {
  padding-top: 0;
}

.container.nav-container {
  width: 100vw;
  height: 80px;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  position: fixed;
  top: 0;
}

.container.style {
  padding-top: 1em;
  padding-bottom: 1em;
}

.container.relative {
  width: 100vw;
  max-width: 1000px;
  text-align: left;
  order: 0;
  align-self: center;
}

.nav-menu-container {
  width: 100vw;
  height: 80px;
  background-color: #fff;
  justify-content: space-between;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  padding-left: 2rem;
  padding-right: 2rem;
  display: flex;
}

.navbar {
  z-index: 40;
  height: 80px;
  opacity: 1;
  -webkit-backdrop-filter: blur(40px);
  backdrop-filter: blur(40px);
  background-color: rgba(255, 255, 255, .64);
  display: block;
  position: -webkit-sticky;
  position: sticky;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.hero-section {
  z-index: 2;
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.nav-menu {
  font-weight: 600;
  display: flex;
}

.center-text {
  width: 100%;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  padding-top: 0;
  display: flex;
}

.center-text.citieshead {
  margin-top: 64px;
  padding-top: 0;
}

.white-text {
  color: #fff;
}

.top-margin-l {
  width: 100%;
  max-width: 1440px;
  background-color: rgba(0, 0, 0, 0);
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 1.6em 24px 1.5rem;
}

.top-margin-l.featurescont {
  width: 100vw;
  background-color: #f3f3f3;
  margin: auto auto 0;
  padding-top: 5em;
  padding-bottom: 24px;
}

.button {
  background-color: #ffb144;
  border-radius: 100px;
  padding: 15px 35px;
  transition: background-color .5s;
}

.button:hover {
  color: #fff;
  background-color: #ff9914;
}

.button:active, .button:focus {
  background-color: #ff8708;
}

.button.white {
  color: #ffb144;
  background-color: #fff;
  padding-left: 41px;
  padding-right: 41px;
  font-weight: 600;
  transition: opacity .5s;
}

.button.white:hover {
  opacity: .84;
}

.button.big {
  padding: 20px 40px;
}

.button.big.right {
  float: right;
  margin-top: 13px;
}

.button.outline {
  color: #fc4f4f;
  background-color: rgba(0, 0, 0, 0);
  border: 2px solid #fc4f4f;
  transition: color .2s, border-color .5s;
}

.button.outline:hover {
  color: #e73737;
  border-color: #e73737;
}

.button.nav {
  background-color: #ffb144;
  padding: 12px 25px;
  font-size: 16px;
}

.button.nav.w--current:hover {
  background-color: #ff9914;
}

.button.pricing {
  width: 100%;
  color: #fc4f4f;
  background-color: #fff;
  padding-left: 41px;
  padding-right: 41px;
  font-weight: 600;
  transition: opacity .5s;
}

.button.pricing:hover {
  opacity: .84;
}

.button.outline-full {
  width: 100%;
  color: #fc4f4f;
  background-color: rgba(0, 0, 0, 0);
  border: 2px solid #fc4f4f;
  transition: color .2s, border-color .5s;
}

.button.outline-full:hover {
  color: #e73737;
  border-color: #e73737;
}

.grid-6-col {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.relative {
  z-index: 1;
  position: relative;
}

.icon-holder {
  width: 50px;
  height: 50px;
  opacity: 1;
  background-image: linear-gradient(146deg, #fc4f4f, #e73737);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  margin-right: 12px;
  display: flex;
}

.header-holder {
  align-items: center;
  display: flex;
}

.no-margins {
  margin-top: 0;
  margin-bottom: 0;
}

.invert {
  filter: invert();
}

.borders {
  width: 100%;
  height: 50px;
  color: #4b4b4b;
  border: 2px solid #e9e9e9;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  font-weight: 500;
  display: flex;
}

.borders.button-holder {
  height: 120px;
  justify-content: space-between;
  padding-top: 16px;
  padding-bottom: 16px;
}

.borders.button-holder.red {
  background-color: #fc4f4f;
  border-style: none;
}

.borders.center {
  height: 100px;
}

.grid-8-col {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}

.grid-4-col {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.grid-4-col.paddin {
  padding-top: 20px;
  padding-bottom: 186px;
}

.grid-2-col {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
}

.heading-text-container {
  background-color: #fff;
  border: 2px solid #e4e4e4;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 12px 20px;
}

.utility-page-wrap {
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.link-block {
  text-align: center;
  text-decoration: none;
  transition: color .4s;
}

.link-block:hover {
  color: #000;
}

.link-block.animation-01, .link-block.animation-02, .link-block.animation-03, .link-block.animation-04 {
  overflow: hidden;
}

.link-block.animation-05 {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.link-block-underline {
  width: 100%;
  height: 1px;
  background-color: #8d8d8d;
  margin-top: 2px;
}

.link-block-underline._01 {
  height: 1px;
}

.link-block-underline._01._2px {
  height: 2px;
}

.link-block-underline._02 {
  height: 1px;
}

.link-underline-holder {
  height: 2px;
  position: relative;
}

.left-underline, .right-underline {
  height: 1px;
  background-color: #aaa;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.paragraph-xl {
  font-size: 17px;
}

.footer {
  background-color: #f8f9fa;
  align-items: flex-start;
  padding: 32px 24px 24px;
}

.fade-in-slace-on-scroll {
  background-color: rgba(0, 0, 0, 0);
  padding-left: 24px;
  padding-right: 24px;
}

.nav-link {
  padding-left: 10px;
  padding-right: 10px;
}

.nav-link.margins.downlaod {
  display: none;
}

.body-white {
  background-color: #fff;
}

.grey-block-holder {
  width: 95vw;
  max-width: 1280px;
  background-color: rgba(255, 255, 255, 0);
  border: 2px #ececec;
  margin-top: 1em;
  margin-left: auto;
  margin-right: auto;
  padding: 20px 0;
}

.grey-text {
  color: #6b6b6b;
  font-weight: 500;
}

.template-holder {
  width: 100%;
  border-radius: 8px;
  position: relative;
  overflow: hidden;
}

.template-image {
  width: 100%;
  height: 100%;
}

.template-info {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.template-hover-state {
  width: 100%;
  height: 100%;
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  background-color: rgba(255, 255, 255, .64);
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.contact-form-grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 40px;
  display: grid;
}

.field-label {
  color: #5c5c5c;
  font-size: 18px;
  font-weight: 500;
}

.text-field {
  height: 50px;
  color: #414141;
  background-color: rgba(240, 240, 240, .11);
  border: 2px solid #e2e2e2;
  border-radius: 6px;
  font-size: 16px;
  transition: transform .4s, border-color .4s;
}

.text-field:focus {
  border-color: #fc4f4f;
  transform: translate(0, 4px);
}

.textarea {
  width: 100%;
  height: 80px;
  max-height: 200px;
  max-width: 100%;
  min-height: 120px;
  min-width: 100%;
  color: #363636;
  background-color: rgba(240, 240, 240, .11);
  border: 1px solid #e2e2e2;
  border-radius: 6px;
  font-size: 16px;
  transition: transform .4s, border-color .4s;
}

.textarea:focus {
  border-color: #a0a0a0;
  transform: translate(0, 4px);
}

.success-message {
  color: #f1f1f1;
  background-color: #fff;
  border: 1px solid #f1f1f1;
  border-radius: 12px;
  font-size: 18px;
  font-weight: 600;
}

.error-message {
  text-align: center;
  background-color: #ffb5b5;
  border: 1px solid #ff5858;
  border-radius: 12px;
  padding: 26px;
  font-size: 18px;
  font-weight: 600;
}

._100pct {
  width: auto;
  height: auto;
  max-height: none;
  max-width: 100%;
}

._100pct.smallcard {
  width: 60%;
  border-radius: 8px;
  position: absolute;
  top: auto;
  bottom: 20%;
  left: -20%;
  right: auto;
  box-shadow: 1px 1px 8px rgba(0, 0, 0, .45);
}

.instructions-image {
  width: 100%;
  border-radius: 12px;
}

.change-log-container {
  border: 2px solid #b8b8b8;
  border-radius: 12px;
  justify-content: space-between;
  align-items: center;
  padding: 25px;
  display: flex;
}

.menu-button {
  height: 100%;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 20px;
  display: none;
}

.center-box {
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
}

._18px {
  color: #adadad;
  font-size: 18px;
}

.brand {
  width: 150px;
}

.nav-link-button {
  color: #6d6d6d;
  overflow: hidden;
}

.nav-link-button.w--current {
  color: #000;
}

.footer-container {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.left-side-footer-container {
  align-items: center;
  display: flex;
}

.social-media-link {
  width: 30px;
  height: 30px;
  justify-content: center;
  align-items: center;
  margin-left: 8px;
  margin-right: 8px;
  display: flex;
}

.follow-us-text {
  margin-right: 8px;
  font-size: 18px;
}

.right-side-container {
  justify-content: space-between;
  display: flex;
}

.right-side-margin {
  margin-right: 14px;
}

.footer-line {
  width: 100%;
  height: 1px;
  background-color: #e5e5e5;
  margin-top: 22px;
  margin-bottom: 22px;
}

.footer-logo-container {
  width: 120px;
  margin-right: 60px;
}

.footer-link {
  margin-left: 12px;
  margin-right: 12px;
  font-weight: 500;
}

.footer-link.first {
  margin-left: 0;
}

.hero-logo-container {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.hero-logo {
  width: 100px;
  height: 100px;
  border-radius: 30%;
  overflow: hidden;
  box-shadow: -6px 6px 12px rgba(94, 94, 94, .24);
}

.hero-text {
  font-size: 75px;
  font-weight: 800;
}

.logo-text {
  padding-top: 18px;
  font-size: 18px;
  font-weight: 600;
  display: none;
}

.top-margin-m {
  margin-top: 2em;
  display: none;
}

.hero-iphone-container {
  width: 100%;
  justify-content: center;
  padding-top: 110px;
  padding-bottom: 35px;
  display: flex;
  overflow: visible;
}

.iphone-container {
  width: 100%;
}

.iphone-container._01 {
  margin-left: 0;
}

.iphone-container._06 {
  margin-right: 0;
}

.iphone-container.cta {
  margin-left: 0;
  margin-right: 0;
}

.iphone-image {
  z-index: 5;
  width: 100%;
  position: relative;
}

.iphone-holder {
  width: 100%;
  position: relative;
}

.iphone-screen-container {
  z-index: 2;
  border-radius: 32px;
  position: absolute;
  top: 2.2%;
  bottom: 2.3%;
  left: 5.2%;
  right: 5.2%;
  overflow: hidden;
  box-shadow: 11px 11px 20px rgba(0, 0, 0, .3);
}

.iphone-screen-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.iphone-shadow-container {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.harsh-shadow {
  width: 160%;
  height: 115%;
  max-width: none;
  position: relative;
  top: 7%;
  left: 36%;
}

.hero-iphone-holder {
  width: 120%;
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  flex: none;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: grid;
}

.trusted-companies {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.trusted-company-container {
  height: 110px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.full-borders {
  z-index: 2;
  border: 1px solid #e9e4e4;
  position: absolute;
  top: -1px;
  bottom: 0%;
  left: -1px;
  right: 0%;
}

.logo-to-use {
  z-index: 10;
  width: 130px;
  position: relative;
}

.top-margin-xl {
  margin-top: 5em;
}

.infinite-slider-container {
  z-index: 3;
  width: 100vw;
  position: relative;
  overflow: hidden;
}

.infinite-slider-content {
  width: 100%;
  justify-content: flex-start;
  display: flex;
}

.infinite-slider-grid {
  width: 100%;
  flex: none;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  padding: 40px 60px;
}

.circle-logo-container {
  width: 140px;
  height: 140px;
  background-color: #fff;
  border-radius: 300px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.circle-logo-container.small {
  width: 92px;
  height: 92px;
}

.circle-logo-container.medium {
  width: 124px;
  height: 124px;
}

.circle-logo-container.big {
  width: 164px;
  height: 164px;
}

.small-logo-image {
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 27px;
}

.tabs {
  max-width: 1280px;
  grid-column-gap: 30px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-left: auto;
  margin-right: auto;
  padding-left: 3em;
  padding-right: 3em;
  display: grid;
  left: 3rem;
  right: 3rem;
}

.tabs-menu {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
  top: 0;
  bottom: 0;
}

.tab-pane-tab-1 {
  width: 100%;
}

.tab-link-button {
  color: #6d6d6d;
  background-color: rgba(0, 0, 0, 0);
  padding: 8px 24px;
}

.tab-link-button.w--current {
  color: #000;
  background-color: rgba(0, 0, 0, 0);
}

.tab-active-container {
  width: 5px;
  height: 100%;
  background-color: #ccc;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.tab-active-container.first {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  overflow: hidden;
}

.tab-active-container.last {
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  overflow: hidden;
}

.tab-active {
  width: 5px;
  height: 100%;
  opacity: 1;
  background-color: #ffb144;
  border-radius: 20px;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.image-container.small {
  width: 70%;
}

.top-margin-s {
  margin-top: 1em;
}

.ticked-list {
  color: #221414;
  background-image: url('../images/Arrow-Green.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: auto;
  padding-left: 30px;
  font-size: 18px;
}

.ticked-list.white {
  color: #fff;
  background-image: url('../images/White-Done-Icon.svg');
  padding-top: 5px;
  padding-bottom: 5px;
  font-weight: 400;
}

.ticked-list.cta {
  color: #fff;
  background-image: url('../images/White-Done-Icon.svg');
  margin-left: 20px;
  margin-right: 20px;
  padding-top: 5px;
  padding-bottom: 5px;
  font-weight: 400;
}

.semi-bold {
  font-weight: 600;
}

.slider-container {
  width: 100%;
  height: 100%;
  border: 1px solid rgba(209, 196, 196, .4);
  border-radius: 24px;
  justify-content: flex-start;
  display: flex;
  overflow: hidden;
  box-shadow: -4px 4px 10px rgba(97, 97, 97, .24);
}

.mask {
  width: 600px;
  height: 100%;
  overflow: visible;
}

.slide {
  width: 100%;
  height: 100%;
  margin-right: 32px;
}

.slider {
  width: auto;
  height: auto;
  background-color: rgba(0, 0, 0, 0);
  padding-bottom: 100px;
  position: static;
}

.slider-image-container {
  width: 40%;
  height: 100%;
}

.slider-content {
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  padding: 30px;
  display: flex;
}

.slider-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.slider-holder {
  width: 100%;
  height: auto;
  justify-content: center;
  padding-right: 400px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.hide {
  display: none;
}

.slider-company-container {
  width: 100px;
  margin-top: 11px;
}

.slide-nav {
  z-index: 5;
  width: 500px;
  top: auto;
  bottom: 11%;
  left: 0%;
  right: 0%;
}

.slider-fade {
  z-index: 20;
  width: 120px;
  height: 100%;
  background-image: linear-gradient(270deg, #fff, rgba(255, 255, 255, 0));
  position: absolute;
  top: -11%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.red-text {
  color: #fc4f4f;
}

.white-card {
  height: 600px;
  background-color: #fff;
  border: 1px solid #ede7e7;
  border-radius: 24px;
  flex-direction: column;
  justify-content: space-between;
  padding: 35px;
  display: flex;
  overflow: hidden;
}

.white-card.no-padding {
  padding-bottom: 0;
}

.white-card.small {
  height: auto;
  padding: 26px;
}

.card-image-container {
  flex: 1;
  justify-content: center;
  align-items: center;
  padding-top: 60px;
  display: flex;
}

.card-image-container.phone {
  width: 100%;
  padding-top: 37px;
  padding-left: 19px;
  padding-right: 19px;
}

.card-image-container.small {
  padding: 17px 20px;
}

.card-image {
  height: 100%;
}

.pricing-table-container {
  border: 1px solid rgba(209, 196, 196, .4);
  border-radius: 24px;
  box-shadow: 0 8px 12px rgba(97, 97, 97, .1);
}

.pricing-table-container.red {
  height: 100%;
  color: #fff;
  background-color: #fc4f4f;
}

.pricing-table-padding {
  flex-direction: column;
  justify-content: space-between;
  padding: 30px;
  display: flex;
}

.pricing-table-padding.red {
  height: 100%;
  flex-direction: column;
  justify-content: space-between;
  padding: 30px 19px;
  display: flex;
}

.pricing-number-container {
  align-items: flex-end;
  margin-top: 12px;
  display: flex;
}

.month-text {
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 4px;
  padding-bottom: 4px;
}

.pricing-line {
  width: 100%;
  height: 1px;
  background-color: rgba(209, 196, 196, .4);
  margin-top: 32px;
  margin-bottom: 32px;
}

.pricing-table {
  margin-top: 37px;
}

.cta-container {
  height: 500px;
  background-color: #ffb144;
  border-radius: 48px;
  padding: 60px;
  display: flex;
  overflow: hidden;
}

.cta-list-container {
  align-items: center;
  display: flex;
}

.half-grey-background {
  height: 50%;
  background-color: #f3f3f3;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.logo-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.infinite-slider-gradient-container {
  width: 100%;
  height: auto;
  min-height: 75vh;
  opacity: .5;
  justify-content: space-between;
  align-items: flex-end;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.infinite-slider-blur {
  width: 100%;
  height: 100%;
  position: relative;
  top: 28%;
  left: 17%;
}

.infinite-slider-blur._02 {
  position: relative;
  top: auto;
  bottom: -38%;
  left: -11%;
  right: auto;
}

.infinite-slider-blur._01 {
  width: 100%;
  position: absolute;
  top: auto;
  bottom: -32%;
  left: auto;
  right: -21%;
}

.lottie-animation {
  width: 100%;
  object-fit: fill;
  flex: 0 auto;
}

.social-media-link-twitter {
  width: 30px;
  height: 30px;
  justify-content: center;
  align-items: center;
  margin-left: 8px;
  margin-right: 8px;
  display: flex;
}

.footer-holder {
  align-items: center;
  display: flex;
}

.left-arrow {
  z-index: 13;
  width: 38px;
  height: 38px;
  background-color: #fff;
  border: 1px solid rgba(209, 196, 196, .4);
  border-radius: 2px;
  justify-content: center;
  align-items: center;
  display: flex;
  top: auto;
  bottom: 11%;
  left: 15%;
  right: auto;
}

.arrow-image {
  width: 10px;
}

.right-arrow {
  z-index: 11;
  width: 38px;
  height: 38px;
  background-color: #fff;
  border: 1px solid rgba(209, 196, 196, .4);
  border-radius: 2px;
  justify-content: center;
  align-items: center;
  display: flex;
  top: auto;
  bottom: 11%;
  left: 18%;
  right: auto;
}

.grey-text-2 {
  color: #7b7b7b;
}

._100pct-2 {
  width: 100%;
  height: 100%;
}

.black-text {
  color: #000;
}

.paragraph {
  margin-top: 16px;
}

.column {
  flex-direction: column;
  align-items: center;
  display: flex;
  left: auto;
}

.columns {
  width: 100%;
  grid-column-gap: 5%;
  grid-row-gap: 5%;
  justify-content: space-around;
  margin-top: 48px;
  margin-bottom: 80px;
  display: flex;
}

.text-block {
  margin-top: 0;
  font-size: 20px;
  font-weight: 400;
}

.text-block.simpleheader {
  font-weight: 700;
}

.simplehead {
  margin-top: 16px;
  font-size: 28px;
  font-weight: 700;
}

.simplebody {
  margin-top: 6px;
  padding-top: 0;
  font-size: 18px;
  font-weight: 400;
}

.image {
  transition: opacity .2s;
}

.card {
  max-width: 300px;
  background-color: #fff;
}

.citycard {
  height: 355px;
  max-width: 300px;
  min-width: 300px;
  mix-blend-mode: normal;
  background-image: url('../images/pexels-thomas-ward-2706750.jpg');
  background-size: cover;
  border-radius: 8px;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  position: relative;
  overflow: hidden;
  box-shadow: 1px 1px 8px -1px #c2c2c2;
}

.citycard.denvercard {
  background-image: url('../images/logan-bonjean-qgw61durdXo-unsplash.jpg');
  background-position: 50% 0;
  background-size: cover;
}

.citycard.bouldercard {
  background-image: url('../images/pexels-intricate-explorer-5359857.jpg');
  background-position: 50%;
}

.citycard.cospringscard {
  background-image: url('../images/pexels-thomas-ward-2706750.jpg');
  background-size: cover;
}

.citycard.ftcollinscard {
  background-image: url('../images/pexels-pixabay-163218.jpg');
  background-position: 50%;
}

.citycardimg {
  width: 100%;
  height: 155px;
  background-image: url('../images/Testimonial-Image-04.jpg');
  background-position: 50%;
  background-size: cover;
  position: relative;
  overflow: visible;
}

.citycardbody {
  width: 100%;
  background-image: url('../images/Testimonial-Image-04.jpg');
  background-position: 50%;
  background-size: 351px;
  border-radius: 4px;
  padding: 16px;
}

.citycardhead {
  padding-top: 100px;
  font-size: 18px;
  font-weight: 700;
}

.citycardhead.unselectable {
  color: #f7f8fa;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  display: block;
  position: relative;
}

.citycardpara {
  padding-top: 8px;
  font-size: 14px;
}

.citycardpara.unselectable {
  width: 100%;
  height: auto;
  min-height: 80px;
  color: #eff0f2;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  line-height: 1.2;
  position: relative;
}

.div-block {
  padding: 4px;
}

.citycardname {
  object-fit: fill;
  background-color: #d9eaff;
  border: 0 solid #004fa8;
  border-radius: 20px;
  flex-wrap: nowrap;
  justify-content: flex-start;
  margin-top: 12px;
  margin-left: 17px;
  padding: 8px 12px;
  display: block;
  position: absolute;
  box-shadow: 1px 1px 4px #474747;
}

.text-block-2 {
  color: #041d85;
  border: 0 solid #c01111;
  font-family: Open Sans, sans-serif;
  font-size: 14px;
  font-weight: 400;
}

.div-block-2 {
  min-height: 155px;
  min-width: 100px;
}

.cardglare {
  width: 250px;
  height: 250px;
  opacity: .05;
  filter: blur(15px);
  background-color: #fff;
  border-radius: 50%;
  position: absolute;
}

.div-block-3 {
  width: 100%;
  height: 100%;
  object-fit: fill;
  background-image: linear-gradient(to top, #000, rgba(255, 255, 255, 0) 80%);
  position: absolute;
  overflow: visible;
}

.cardcontent {
  width: 100%;
  height: 100%;
  object-fit: fill;
  background-image: linear-gradient(to top, #36373b, rgba(255, 255, 255, 0) 80%);
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  padding-bottom: 16px;
  padding-left: 16px;
  padding-right: 16px;
  display: flex;
  position: relative;
}

.container-2 {
  max-width: 1000px;
  text-align: left;
  flex-wrap: nowrap;
  justify-content: space-between;
  margin-top: 64px;
  padding-top: 0;
  padding-left: 0;
  display: flex;
  position: static;
}

.grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: left;
  grid-template-rows: auto;
  grid-template-columns: auto auto auto;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  justify-content: center;
  justify-items: center;
  margin-top: 24px;
  display: grid;
}

.tabs-content {
  width: 300px;
  padding-top: 0;
  overflow: visible;
}

.container-3 {
  max-width: 1280px;
}

.section-2 {
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 3rem;
  display: block;
}

.phonecard {
  z-index: 999;
  width: 80%;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #fff;
  border-radius: 8px;
  justify-content: flex-start;
  align-items: center;
  padding: 12px 16px;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 32%;
  left: -25%;
  right: auto;
  overflow: hidden;
  box-shadow: 1px 1px 9px -1px rgba(0, 0, 0, .5);
}

.phonecard.parking {
  top: 27%;
  bottom: auto;
  left: 30%;
  right: auto;
}

.phonecard.payment {
  bottom: 23%;
}

.phonecard.secure {
  top: 39%;
  bottom: auto;
  left: -15%;
  right: auto;
}

.phonecard.discover {
  top: 56%;
  bottom: auto;
  left: auto;
  right: -14%;
}

.gallery-slider {
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.container-4 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.gallery-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.gallery-block {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.gallery-slide {
  height: auto;
  background-color: rgba(0, 0, 0, 0);
}

.gallery-slide-wrapper {
  max-width: 47%;
  margin-right: 6%;
}

.gallery-slide-image {
  position: relative;
}

.gallery-image {
  width: 100%;
}

.gallery-slide-text {
  color: #f5f7fa;
  margin-bottom: 0;
  line-height: 32px;
  position: absolute;
  bottom: 24px;
  left: 24px;
  right: 24px;
}

.gallery-slider-left {
  width: 40px;
  justify-content: center;
  align-items: center;
  display: flex;
  left: -50px;
}

.gallery-slider-left:focus-visible {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.gallery-slider-left[data-wf-focus-visible] {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.slider-arrow-embed {
  color: #1a1b1f;
}

.gallery-slider-right {
  width: 40px;
  justify-content: center;
  align-items: center;
  display: flex;
  right: -50px;
}

.gallery-slider-right:focus-visible {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.gallery-slider-right[data-wf-focus-visible] {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.gallery-slide-nav {
  display: none;
}

.list {
  display: block;
}

.div-block-4 {
  display: none;
}

.tostext {
  margin-top: 0;
  margin-bottom: 12px;
  font-size: 16px;
}

.button-2 {
  background-color: #fbb144;
  border-radius: 4px;
}

.text-span {
  color: #fbb144;
}

.heading-2 {
  color: #37373c;
  margin-top: 8px;
}

.header-6 {
  color: #cacaca;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 400;
}

.header-6.careercategory {
  color: #505050;
}

.header-6.emptycategory {
  text-align: left;
}

.heading-4 {
  max-width: 1280px;
  color: #36373b;
  margin-bottom: 45px;
}

.section-3 {
  margin-top: 0;
  padding-top: 0;
  padding-left: 24px;
  padding-right: 24px;
}

.section-3.countersection {
  background-color: #fbb144;
}

.container-5 {
  max-width: 1440px;
}

.div-block-6 {
  min-height: 40vh;
  grid-column-gap: 6rem;
  grid-row-gap: 6rem;
  justify-content: space-around;
  align-items: flex-start;
  display: flex;
}

.div-block-6.counterdivblock {
  align-items: center;
}

.div-block-7 {
  display: 8pxpx;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: column;
  flex: 1;
  padding-top: 16px;
}

.paragraph-4, .paragraph-5, .paragraph-6 {
  font-size: 16px;
  font-weight: 300;
}

.investorpara {
  font-size: 16px;
  font-weight: 400;
}

.paragraph-7 {
  text-align: right;
  margin-bottom: 4px;
  padding-top: 16px;
}

.paragraph-8 {
  text-align: right;
  font-weight: 300;
}

.countercontainer {
  display: 8pxpx;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  text-align: center;
  flex-direction: column;
}

.text-block-3 {
  font-weight: 700;
}

.counterup {
  font-size: 64px;
  font-weight: 700;
}

.numsubtitle {
  font-size: 18px;
}

.div-block-8 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: center;
  display: flex;
}

.counterfix {
  font-size: 64px;
  font-weight: 700;
}

.section-4 {
  min-height: 55vh;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.paragraph-9 {
  max-width: 800px;
  min-width: auto;
  padding-left: 24px;
  padding-right: 24px;
}

.careerdiv {
  padding-bottom: 32px;
}

.section-5 {
  height: 100%;
  min-height: auto;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 144px;
  padding-bottom: 48px;
  display: flex;
}

.image-5 {
  background-color: #fff;
  border-radius: 8px;
  padding: 8px;
  box-shadow: 10px 10px 9px -4px rgba(0, 0, 0, .2);
}

.image-6, .image-7 {
  width: 200px;
}

.div-block-9 {
  width: 400px;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: column;
  flex: 0 auto;
  justify-content: space-between;
  align-self: stretch;
  align-items: stretch;
  padding-bottom: 16px;
  display: flex;
}

.div-block-10 {
  width: 60vw;
  max-width: 1280px;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #f7f7f7;
  border-radius: 12px;
  flex-direction: row;
  justify-content: space-between;
  align-self: flex-start;
  align-items: flex-end;
  margin-left: auto;
  margin-right: auto;
  padding: 32px;
  display: flex;
}

.div-block-11 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: row;
  padding-bottom: 24px;
  display: flex;
}

.link-block-2, .link-block-3 {
  width: 200px;
}

.image-8 {
  margin-top: -80px;
  margin-left: 80px;
}

.mobileonly {
  display: none;
}

.text-block-4 {
  font-size: 18px;
}

.textarea-2 {
  height: auto;
  margin-left: 16px;
  margin-right: 0;
}

.div-block-13 {
  height: 100%;
  object-fit: fill;
  border-radius: 4px;
  align-items: stretch;
  display: flex;
  position: static;
  overflow: visible;
  box-shadow: 1px 1px 3px #000;
}

.column-4 {
  height: auto;
  min-height: auto;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: stretch;
  display: block;
}

.columns-2 {
  flex-wrap: wrap;
  align-content: flex-start;
  align-items: stretch;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

.column-5 {
  padding-left: 0;
  padding-right: 0;
}

.columns-3 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-wrap: nowrap;
  align-content: flex-start;
  justify-content: space-between;
  align-items: stretch;
  padding-left: 0;
  display: flex;
}

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

.body-2 {
  background-color: #fff;
}

.div-block-14 {
  max-width: 1280px;
  margin-bottom: 10vh;
  display: flex;
}

.div-block-16 {
  width: 100%;
  height: 55vh;
  max-width: 1280px;
  background-color: #ccc;
  background-image: url('../images/CarDriveway-4-27-23.jpg');
  background-position: 0 0;
  background-size: cover;
  padding: 32px;
}

.div-block-17 {
  width: 100%;
  height: 55vh;
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  background-color: #ff9914;
  flex-direction: column;
  padding: 24px 32px 32px;
  display: flex;
}

.text-block-5 {
  margin: 32px;
}

.uui-space-medium {
  width: 100%;
  min-height: 2rem;
}

.uui-text-size-medium {
  color: #475467;
  letter-spacing: normal;
  font-family: Lato, sans-serif;
  font-size: 1.125rem;
  line-height: 1.5;
}

.uui-max-width-large {
  width: 100%;
  max-width: 48rem;
}

.uui-faq02_answer {
  padding-left: 2rem;
  padding-right: 2rem;
  overflow: hidden;
}

.accordion-icon_vertical-line {
  width: 2px;
  height: .75rem;
  background-color: #98a2b3;
  border-radius: 1px;
  position: absolute;
}

.accordion-icon_horizontal-line {
  width: .75rem;
  height: 2px;
  background-color: #98a2b3;
  border-radius: 1px;
  position: absolute;
}

.accordion-icon_component {
  width: 1.5rem;
  height: 1.5rem;
  color: #98a2b3;
  border: 2px solid #98a2b3;
  border-radius: 50%;
  justify-content: center;
  align-self: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

.uui-faq02_icon-wrapper {
  color: #98a2b3;
}

.uui-faq02_heading {
  color: #101828;
  letter-spacing: normal;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Lato, sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
}

.uui-faq02_question {
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  padding: 2rem;
  display: flex;
}

.uui-faq02_accordion {
  background-color: #fff;
  border-radius: 1rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
}

.uui-faq02_list-grid {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 100%;
  grid-auto-columns: 100%;
  align-items: start;
  justify-items: stretch;
  display: grid;
}

.uui-button {
  grid-column-gap: .5rem;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #7f56d9;
  border: 1px solid #7f56d9;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: .625rem 1.125rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  box-shadow: 0 1px 2px rgba(16, 24, 40, .05);
}

.uui-button:hover {
  background-color: #6941c6;
  border-color: #6941c6;
}

.uui-button:focus {
  background-color: #7f56d9;
  box-shadow: 0 1px 2px rgba(16, 24, 40, .05), 0 0 0 4px #f4ebff;
}

.uui-button.is-button-small {
  grid-column-gap: .5rem;
  padding: .5rem 1rem;
}

.uui-button.is-button-medium {
  width: 125px;
  height: 40px;
  grid-column-gap: .75rem;
  object-fit: fill;
  background-color: #fbb144;
  border-style: none;
  border-radius: 4px;
  flex-direction: row;
  justify-content: center;
  padding: 0 1.75rem;
  font-size: 1.125rem;
  display: flex;
  position: static;
}

.uui-button.is-button-medium:hover {
  background-color: #ffa827;
  transform: scale(1.025);
  box-shadow: 0 2px 2px rgba(16, 24, 40, .2);
}

.uui-button-row {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.uui-text-size-large {
  color: #475467;
  letter-spacing: normal;
  margin-bottom: 32px;
  font-family: Lato, sans-serif;
  font-size: 1.125rem;
  line-height: 1.5;
}

.uui-space-xsmall {
  width: 100%;
  min-height: 1rem;
}

.uui-heading-medium {
  color: #101828;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Lato, sans-serif;
  font-size: 2.25rem;
  font-weight: 600;
  line-height: 1.3;
}

.uui-heading-subheading {
  color: #fbb144;
  margin-bottom: .75rem;
  font-family: Lato, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
}

.uui-faq02_content {
  background-color: #fff;
  border-radius: 1rem;
  padding: 24px;
}

.uui-faq02_component {
  max-width: 1280px;
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  padding-left: 3rem;
  padding-right: 3rem;
  display: grid;
}

.uui-padding-vertical-xhuge {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.uui-container-large {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.uui-page-padding {
  background-color: #f0f0f0;
  background-image: linear-gradient(357deg, rgba(0, 0, 0, .3), rgba(255, 255, 255, 0)), url('../images/j-king-ebuixpviQH0-unsplash.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  margin-top: 48px;
  padding-left: 2rem;
  padding-right: 2rem;
}

.faq {
  background-color: rgba(0, 0, 0, 0);
  padding-top: 48px;
}

.uui-footer01_legal-link {
  color: #667085;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: .875rem;
  text-decoration: none;
  transition: all .3s;
}

.uui-footer01_legal-link:hover {
  color: #475467;
}

.uui-footer01_legal-list {
  grid-column-gap: 1rem;
  grid-row-gap: 0rem;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  justify-content: center;
  display: grid;
}

.uui-text-size-small {
  color: #475467;
  letter-spacing: normal;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: .875rem;
  line-height: 1.5;
}

.uui-text-size-small.text-color-gray500 {
  color: #667085;
}

.uui-footer01_bottom-wrapper {
  border-top: 1px solid #eaecf0;
  justify-content: space-between;
  align-items: center;
  margin-top: 4rem;
  padding-top: 2rem;
  display: flex;
}

.uui-footer01_social-icon {
  width: 1.5rem;
  height: 1.5rem;
  color: #98a2b3;
  margin-right: .75rem;
}

.uui-footer01_social-link {
  align-items: center;
  padding-top: .5rem;
  padding-bottom: .5rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.uui-footer01_social-link:hover {
  color: #475467;
}

.uui-footer01_link-list-heading {
  color: #667085;
  letter-spacing: normal;
  margin-bottom: 1rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: .875rem;
  font-weight: 600;
}

.uui-footer01_link-list {
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 100%;
  grid-auto-columns: 100%;
  align-items: flex-start;
  justify-items: start;
  display: flex;
}

.uui-footer01_link {
  grid-column-gap: .5rem;
  color: #475467;
  flex-wrap: nowrap;
  align-items: center;
  padding-top: .5rem;
  padding-bottom: .5rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.uui-footer01_link:hover {
  color: #344054;
}

.uui-badge-small-success {
  grid-column-gap: .25rem;
  color: #027a48;
  white-space: nowrap;
  mix-blend-mode: multiply;
  background-color: #ecfdf3;
  border-radius: 10rem;
  align-items: center;
  padding: .125rem .5rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: .75rem;
  font-weight: 500;
  display: flex;
}

.uui-footer01_menu-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  align-items: start;
}

.error-message-2 {
  margin-top: 1.5rem;
  padding: .875rem 1rem;
}

.success-message-2 {
  background-color: #f4f4f4;
  padding: 1.5rem;
}

.uui-text-style-link {
  color: #475467;
  text-decoration: underline;
  transition: color .3s;
}

.uui-text-style-link:hover {
  color: #344054;
}

.uui-form_input {
  height: auto;
  min-height: 2.75rem;
  color: #101828;
  background-color: #fff;
  border: 1px solid #d0d5dd;
  border-radius: .5rem;
  margin-bottom: 0;
  padding: .5rem .875rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  transition: all .3s;
  box-shadow: 0 1px 2px rgba(16, 24, 40, .05);
}

.uui-form_input:focus {
  color: #101828;
  border-color: #d6bbfb;
  box-shadow: 0 1px 2px rgba(16, 24, 40, .05), 0 0 0 4px #f4ebff;
}

.uui-form_input::-ms-input-placeholder {
  color: #667085;
}

.uui-form_input::placeholder {
  color: #667085;
}

.uui-footer01_form {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content;
  grid-auto-columns: 1fr;
  margin-bottom: .75rem;
  display: grid;
}

.uui-footer01_form-block {
  width: 100%;
  max-width: 35rem;
  margin-top: 2rem;
  margin-bottom: 0;
}

.uui-text-size-medium-2 {
  color: #475467;
  letter-spacing: normal;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

.uui-logo_image {
  width: auto;
  height: 100%;
  flex: none;
  display: none;
}

.uui-logo_logotype {
  width: auto;
  height: 100%;
  flex: none;
}

.uui-logo_logomark-dot {
  z-index: 1;
  width: 50%;
  height: 50%;
  background-image: linear-gradient(26.5deg, #6941c6, #53389e);
  border-radius: 50%;
  position: relative;
}

.uui-logo_logomark-blur {
  z-index: 2;
  width: 100%;
  height: 50%;
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  background-color: rgba(255, 255, 255, .2);
  border-bottom-right-radius: .5rem;
  border-bottom-left-radius: .5rem;
  position: absolute;
  top: 50%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.uui-styleguide_logomark-bg {
  width: 2rem;
  height: 2rem;
  border-radius: 8px;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.uui-logo_logomark {
  width: 2rem;
  height: 2rem;
  border: .1px solid #dae0e8;
  border-radius: .5rem;
  flex: none;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 1px 1px rgba(16, 24, 40, .06), 0 1px 2px rgba(16, 24, 40, .1);
}

.uui-logo_component {
  width: auto;
  height: 2rem;
  flex-wrap: nowrap;
  display: flex;
}

.uui-footer01_logo-link {
  margin-bottom: 2rem;
}

.uui-footer01_left-wrapper {
  max-width: 32rem;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.uui-footer01_top-wrapper {
  grid-column-gap: 8vw;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: .75fr auto;
  align-items: start;
}

.uui-padding-vertical-xlarge {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.uui-page-padding-2 {
  padding-left: 2rem;
  padding-right: 2rem;
}

.uui-heroheader02_image {
  width: 100%;
  height: 100%;
}

.uui-heroheader02_image-wrapper {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: relative;
}

.uui-button-icon {
  width: 1.25rem;
  height: 1.25rem;
  min-height: 1.25rem;
  min-width: 1.25rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.uui-button-icon.is-icon-large {
  width: 1.5rem;
  height: 1.5rem;
  min-height: 1.5rem;
  min-width: 1.5rem;
}

.uui-button-secondary-gray {
  grid-column-gap: .5rem;
  color: #344054;
  text-align: center;
  white-space: nowrap;
  background-color: #fff;
  border: 1px solid #d0d5dd;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: .625rem 1.125rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  box-shadow: 0 1px 2px rgba(16, 24, 40, .05);
}

.uui-button-secondary-gray:hover {
  color: #1d2939;
  background-color: #f9fafb;
}

.uui-button-secondary-gray:focus {
  background-color: #fff;
  box-shadow: 0 1px 2px rgba(16, 24, 40, .05), 0 0 0 4px #f2f4f7;
}

.uui-button-secondary-gray.is-button-large {
  grid-column-gap: .75rem;
  padding: 1rem 1.75rem;
  font-size: 1.125rem;
}

.uui-space-large {
  width: 100%;
  min-height: 3rem;
}

.uui-text-size-xlarge {
  color: #475467;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 1.25rem;
  line-height: 1.5;
}

.uui-max-width-small {
  width: 100%;
  max-width: 30rem;
}

.uui-space-small {
  width: 100%;
  min-height: 1.5rem;
}

.uui-heading-xlarge {
  color: #101828;
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 3.75rem;
  font-weight: 600;
  line-height: 1.2;
}

.uui-heroheader02_component {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.uui-section_heroheader02 {
  overflow: hidden;
}

.text-block-6 {
  color: #fff;
  font-family: Lato, sans-serif;
  font-weight: 700;
}

.link {
  color: #506185;
  text-decoration: underline;
}

.div-block-18 {
  background-color: #fff;
  border-radius: 1rem;
  padding: 8px 24px 24px;
}

.image-9 {
  width: 24px;
  color: #fff;
  font-size: 24px;
}

.link-block-4 {
  width: auto;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  align-items: center;
  padding-top: 8px;
  padding-bottom: 8px;
  display: flex;
}

.text-block-7 {
  color: #fff;
}

.lottie-animation-2 {
  flex: 0 auto;
}

.tabheader {
  font-size: 24px;
}

@media screen and (min-width: 1440px) {
  .section.relative {
    width: 100vw;
    overflow: hidden;
  }

  .container {
    max-width: none;
  }

  .container.nav-container {
    height: 80px;
    text-align: left;
    justify-content: flex-start;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    display: block;
  }

  .nav-menu-container {
    width: 100%;
    height: 80px;
    max-width: 1440px;
    text-align: left;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    position: static;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .navbar {
    background-color: #fff;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    left: auto;
    right: auto;
  }

  .top-margin-l.featurescont {
    max-width: none;
  }

  .grid-6-col {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    justify-content: stretch;
    display: flex;
  }

  .footer {
    padding-top: 32px;
    padding-bottom: 25px;
  }

  .fade-in-slace-on-scroll {
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .grey-block-holder {
    padding-left: 0;
    padding-right: 0;
  }

  .hero-iphone-container {
    margin-left: auto;
    margin-right: auto;
  }

  .iphone-container {
    padding-left: 27px;
    padding-right: 27px;
  }

  .hero-iphone-holder {
    width: 118%;
  }

  .tabs-menu {
    height: 100%;
  }

  .columns {
    max-width: 1024px;
  }

  .citycard {
    cursor: default;
    border-radius: 4px;
    padding-top: 0;
    padding-bottom: 0;
    box-shadow: 1px 1px 10px 2px rgba(0, 0, 0, .25);
  }

  .citycardhead {
    color: #f7f8fa;
    text-shadow: 1px 1px 8px #9e9e9e;
    padding-top: 0;
    font-size: 22px;
  }

  .citycardpara {
    color: #eff0f2;
    font-size: 16px;
  }

  .citycardpara.unselectable {
    font-size: 14px;
  }

  .cardglare {
    opacity: .1;
  }

  .container-2 {
    margin-top: 0;
  }

  .grid {
    justify-content: center;
    margin-top: 36px;
  }

  .section-2 {
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 3rem;
  }

  .phonecard, .phonecard.payment, .phonecard.discover {
    z-index: 1;
  }

  .list, .div-block-4 {
    display: none;
  }

  .tostext {
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .section-4 {
    min-height: 55vh;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-top: 48px;
    padding-bottom: 48px;
    display: flex;
  }

  .paragraph-9 {
    max-width: 800px;
  }

  .div-block-14 {
    text-align: left;
    justify-content: flex-start;
    margin-bottom: 10vh;
    margin-left: auto;
    margin-right: auto;
  }

  .heading-6 {
    font-size: 48px;
  }
}

@media screen and (max-width: 991px) {
  .section {
    overflow: hidden;
  }

  .section.grey-section.relative {
    background-color: rgba(248, 249, 250, 0);
    padding-bottom: 0;
  }

  .nav-menu-container {
    position: static;
  }

  .navbar {
    opacity: 1;
  }

  .nav-menu {
    background-color: #fff;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .center-text.citieshead {
    margin-top: 32px;
  }

  .white-text {
    margin-top: 0;
  }

  .top-margin-l.featurescont {
    padding-bottom: 60px;
  }

  .button.nav:hover {
    background-color: #ff9914;
  }

  .grid-6-col {
    grid-column-gap: 30px;
    grid-template-columns: 1fr 1fr;
    align-items: stretch;
  }

  .link-block {
    padding-top: 0;
    padding-bottom: 2px;
  }

  .link-block-underline {
    display: none;
  }

  .footer {
    padding-left: 20px;
    padding-right: 20px;
  }

  .fade-in-move-on-scroll {
    justify-content: flex-start;
    display: flex;
  }

  .fade-in-move-on-scroll.hostdiv {
    justify-content: center;
    position: relative;
  }

  .nav-link.margins {
    margin-top: 10px;
    margin-bottom: 10px;
    padding-top: 0;
  }

  .nav-link.margins.downlaod {
    padding-top: 16px;
    padding-bottom: 15px;
    display: block;
  }

  .content {
    height: 100%;
    padding-left: 24px;
    padding-right: 40px;
  }

  .content.incname {
    padding-top: 12px;
  }

  .menu-button {
    width: 50px;
    height: 50px;
    background-color: #ffb144;
    border-radius: 70px;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 7px 4px 4px;
    transition: background-color .6s, border-radius .6s;
    display: flex;
  }

  .menu-button.w--open {
    background-color: #e73737;
    border-radius: 15px;
  }

  .center-box {
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .nav-button-container {
    display: none;
  }

  .footer-container {
    align-items: flex-start;
  }

  .footer-logo-container {
    margin-bottom: 12px;
  }

  .footer-link {
    margin: 12px 0;
  }

  .hero-text {
    font-size: 50px;
  }

  .animate-on-load-3rd {
    margin-top: 12px;
  }

  .hero-iphone-container {
    margin-top: 24px;
    padding-top: 60px;
  }

  .iphone-container.cta {
    height: 100%;
    max-height: 100%;
    min-height: 0%;
    flex: 0 auto;
    order: 1;
    justify-content: flex-start;
    align-self: flex-start;
    align-items: stretch;
    margin-left: 0;
    padding-top: 200px;
    padding-left: 0;
    display: flex;
    position: relative;
    top: -203px;
    left: -25px;
  }

  .iphone-image {
    padding-top: 0;
    display: inline-block;
    position: relative;
  }

  .iphone-holder {
    display: block;
  }

  .iphone-screen-container {
    border-radius: 8px;
  }

  .hero-iphone-holder {
    width: 170%;
    grid-column-gap: 48px;
    grid-row-gap: 48px;
  }

  .logo-to-use {
    width: 90px;
  }

  .infinite-slider-grid {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    padding: 23px;
  }

  .circle-logo-container.big {
    width: 80px;
    height: 80px;
  }

  .tabs {
    left: 0;
    right: 0;
  }

  .tabs-menu {
    flex-direction: column;
    align-items: flex-start;
    display: none;
  }

  .tab-image-container {
    padding-left: 150px;
    padding-right: 150px;
  }

  .tab-link-button {
    width: 100%;
    margin-top: 15px;
    margin-bottom: 15px;
    padding: 0;
  }

  .tab-active-container {
    width: 100%;
    height: 2px;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .tab-active-container.first, .tab-active-container.last {
    border-radius: 0;
  }

  .tab-active {
    width: 100%;
  }

  .tab-link {
    width: 100%;
    flex-direction: column;
    display: flex;
  }

  .image-container.small {
    width: 60%;
  }

  .ticked-list.cta {
    margin-left: 0;
    margin-right: 0;
  }

  .slider-holder {
    width: 100%;
    justify-content: flex-start;
    padding-left: 77px;
    padding-right: 0;
  }

  .card-image-container.phone {
    padding-left: 136px;
    padding-right: 136px;
  }

  .cta-container {
    width: 95vw;
    height: 375px;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex: 0 auto;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    margin-left: 0;
    padding: 23px;
    display: block;
  }

  .cta-list-container {
    flex-direction: column;
    align-items: flex-start;
  }

  .half-grey-background {
    height: 100vh;
    background-color: rgba(17, 18, 19, 0);
    padding-bottom: 0;
  }

  .infinite-slider-blur._02 {
    bottom: -65%;
  }

  .footer-holder {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .left-arrow {
    left: 12%;
  }

  .columns {
    width: 95vw;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .simplehead {
    font-size: 20px;
  }

  .simplebody {
    font-size: 16px;
  }

  .citycardhead.unselectable {
    clear: none;
    flex: 0 auto;
    order: 0;
    align-self: auto;
    padding-bottom: 0;
    line-height: 100%;
    display: block;
    position: relative;
    bottom: 0;
  }

  .citycardpara.unselectable {
    padding-top: 0;
  }

  .cardcontent {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-items: flex-start;
    display: flex;
  }

  .container-2 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-wrap: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: auto auto;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    align-content: stretch;
    justify-content: center;
    align-items: stretch;
    justify-items: stretch;
    margin-left: auto;
    margin-right: auto;
    display: grid;
  }

  .grid {
    grid-template-rows: auto auto;
    grid-template-columns: auto auto;
    justify-content: center;
  }

  .paragraph-2 {
    max-width: 80%;
    justify-content: flex-start;
    display: inline-block;
  }

  .paragraph-2.citypara {
    color: #797979;
    margin-left: auto;
    margin-right: auto;
  }

  .tabs-content {
    height: 1px;
    padding-top: 0;
  }

  .section-2 {
    margin-top: -80px;
    padding-top: 80px;
  }

  .phonecard, .phonecard.payment {
    display: none;
  }

  .image-2, .image-3, .image-4 {
    width: 40%;
  }

  .container-4 {
    max-width: 728px;
  }

  .gallery-wrapper {
    grid-template-columns: 1fr 1fr;
  }

  .gallery-slider-left {
    left: -20px;
  }

  .gallery-slider-right {
    right: -20px;
  }

  .list {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-direction: column;
    padding-bottom: 0;
    padding-left: 3rem;
    padding-right: 3rem;
    display: flex;
  }

  .list-item, .list-item-2, .list-item-3, .list-item-4 {
    border-bottom: 2px solid #fbb144;
  }

  .heading {
    color: #363636;
  }

  .div-block-6 {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
  }

  .counterup, .counterfix {
    font-size: 48px;
  }

  .div-block-10 {
    width: 80vw;
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    margin-left: auto;
    margin-right: auto;
  }

  .div-block-11 {
    flex-direction: column;
  }

  .image-8 {
    align-self: flex-start;
    margin-top: -80px;
    margin-left: -20px;
  }

  .uui-faq02_component {
    grid-template-columns: 1fr;
    grid-auto-flow: row;
  }

  .uui-padding-vertical-xhuge {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .uui-footer01_top-wrapper {
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
  }

  .uui-padding-vertical-xlarge {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

  .hide-tablet {
    display: none;
  }

  .uui-heroheader02_image-wrapper {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  }

  .uui-space-large {
    min-height: 2.5rem;
  }

  .uui-heading-xlarge {
    font-size: 3.25rem;
  }

  .uui-heroheader02_component {
    min-height: auto;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 40px;
  }

  h2 {
    font-size: 42px;
  }

  h3 {
    font-size: 32px;
  }

  h4 {
    font-size: 30px;
  }

  p {
    font-size: 16px;
  }

  .section {
    margin-top: 0;
    padding-top: 0;
  }

  .container.nav-container {
    height: 80px;
  }

  .hero-section {
    height: auto;
  }

  .top-margin-l {
    margin-top: 1em;
    padding-top: 5vh;
    padding-bottom: 5vh;
  }

  .button.nav {
    padding: 8px 16px;
    font-size: 16px;
  }

  .grid-6-col {
    flex-direction: column;
  }

  .grid-8-col {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .grid-4-col {
    grid-template-columns: 1fr 1fr;
  }

  .footer {
    padding: 40px 20px;
  }

  .fade-in-move-on-scroll.hostdiv {
    flex-direction: row;
  }

  .content {
    height: auto;
  }

  .content.incname {
    padding-top: 0;
  }

  .grey-block-holder {
    padding-top: 0;
    padding-bottom: 0;
  }

  .change-log-container {
    height: 340px;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
  }

  ._18px {
    padding-top: 10px;
  }

  .left-side-footer-container {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-direction: row;
    align-items: center;
    display: flex;
  }

  .social-media-link {
    margin: 8px 0;
  }

  .right-side-container {
    flex-direction: column;
    align-items: flex-end;
  }

  .right-side-margin {
    margin-bottom: 12px;
    margin-right: 0;
  }

  .footer-container {
    align-items: flex-start;
  }

  .hero-text {
    font-size: 44px;
  }

  .iphone-container.cta {
    height: 300px;
    max-height: 300px;
    padding-top: 0;
    top: 0;
    left: 0;
  }

  .iphone-screen-container {
    height: auto;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    border-radius: 25px;
    flex-direction: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-items: flex-start;
    display: block;
    top: 7%;
    bottom: auto;
    left: 5%;
    right: 5%;
  }

  .hero-iphone-holder {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .infinite-slider-grid {
    width: 150%;
  }

  .circle-logo-container.medium {
    width: 120px;
    height: 120px;
  }

  .tabs {
    grid-template-rows: 0;
    grid-template-columns: 1fr;
  }

  .slider-content {
    padding: 17px;
  }

  .slider-holder {
    padding-left: 14px;
  }

  .slide-nav {
    width: 230px;
  }

  .cta-container {
    height: auto;
    flex-direction: column;
    order: 0;
    display: flex;
  }

  .infinite-slider-blur._01 {
    bottom: -54%;
  }

  .social-media-link-twitter {
    margin: 8px 0;
  }

  .left-arrow {
    left: 9%;
  }

  .column {
    flex: 1;
    order: 0;
    align-items: center;
    padding-bottom: 32px;
  }

  .columns {
    width: auto;
    flex-direction: row;
    order: 1;
    justify-content: flex-start;
    align-self: flex-start;
    margin-left: 48px;
    display: none;
  }

  .simplehead {
    font-size: 24px;
  }

  .simplebody {
    width: 80%;
    text-align: center;
  }

  .citycard {
    width: 100%;
    max-width: 100%;
    min-width: 100%;
  }

  .citycard.denvercard {
    max-width: 100%;
  }

  .cardcontent {
    max-width: 100%;
    min-width: 100%;
    flex-wrap: wrap;
    align-content: stretch;
  }

  .container-2 {
    max-width: 95vw;
    grid-column-gap: 16px;
    grid-template-columns: 100%;
    align-content: stretch;
    justify-content: center;
    align-items: stretch;
    justify-items: stretch;
    margin-top: 24px;
    padding-left: 0;
  }

  .grid {
    width: 100%;
    grid-template-rows: 50% 50%;
    grid-template-columns: 1fr 50%;
    grid-auto-flow: row;
    justify-content: center;
    padding-left: 24px;
    padding-right: 24px;
  }

  .column-2 {
    flex: 1;
    padding-bottom: 32px;
    display: block;
  }

  .tabs-content {
    overflow: visible;
  }

  .section-2 {
    padding-top: 80px;
    padding-left: 0;
    padding-right: 0;
  }

  .image-2, .image-3, .image-4 {
    width: 100px;
  }

  .column-3 {
    flex: 1;
  }

  .slider-2 {
    width: 100%;
    background-color: rgba(221, 221, 221, 0);
    margin-top: 24px;
    font-size: 10px;
  }

  .icon, .icon-2 {
    color: rgba(95, 95, 95, 0);
  }

  .slide-nav-2 {
    color: #5f5f5f;
  }

  .paragraph-3 {
    font-size: 16px;
  }

  .gallery-slider {
    padding: 60px 15px;
  }

  .gallery-slide {
    margin-left: 10px;
    margin-right: 10px;
  }

  .gallery-slide-text {
    line-height: 30px;
  }

  .gallery-slider-left {
    left: -20px;
  }

  .gallery-slider-right {
    right: -20px;
  }

  .div-block-4 {
    width: 100%;
    display: block;
  }

  .left-arrow-2 {
    color: rgba(54, 55, 59, 0);
    position: absolute;
  }

  .right-arrow-2 {
    display: none;
  }

  .slide-1 {
    width: 100%;
  }

  .div-block-5 {
    height: 85%;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    padding-left: 32px;
    padding-right: 32px;
    display: flex;
  }

  .heading-2 {
    margin-bottom: 0;
    padding-bottom: 32px;
  }

  .section-3 {
    margin-top: 0;
    padding-top: 0;
  }

  .section-3.countersection {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .div-block-6 {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    flex-direction: column;
  }

  .div-block-6.counterdivblock {
    display: 2remrem;
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .div-block-7 {
    object-fit: fill;
    align-self: stretch;
    padding-top: 0;
  }

  .section-5 {
    padding-top: 80px;
  }

  .image-6, .image-7 {
    width: 160px;
  }

  .div-block-10 {
    width: 100%;
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    margin-top: 48px;
  }

  .link-block-2, .link-block-3 {
    width: 160px;
  }

  .image-8 {
    margin-top: -60px;
  }

  .heading-5 {
    font-size: 36px;
  }

  .div-block-14 {
    flex-direction: column;
  }

  .div-block-16, .div-block-17 {
    height: auto;
  }

  .uui-space-medium {
    min-height: 1.5rem;
  }

  .uui-faq02_answer {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .uui-faq02_question {
    padding: 1rem 1.25rem;
  }

  .uui-button {
    font-size: 1rem;
  }

  .uui-button:hover {
    background-color: #7f56d9;
    border-color: #7f56d9;
  }

  .uui-button.is-button-medium {
    grid-column-gap: .5rem;
    padding: .75rem 1.25rem;
    font-size: 1rem;
  }

  .uui-button-row {
    align-self: stretch;
  }

  .uui-button-row.is-reverse-mobile-landscape {
    flex-direction: column-reverse;
  }

  .uui-text-size-large {
    font-size: 1rem;
  }

  .uui-space-xsmall {
    min-height: .75rem;
  }

  .uui-heading-medium {
    font-size: 1.75rem;
    line-height: 1.4;
  }

  .uui-faq02_component {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
    padding-left: 0;
    padding-right: 0;
  }

  .uui-padding-vertical-xhuge {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .uui-page-padding {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .uui-footer01_legal-link:hover {
    color: #98a2b3;
  }

  .uui-footer01_legal-list {
    margin-bottom: 1rem;
  }

  .uui-footer01_bottom-wrapper {
    flex-direction: column-reverse;
    align-items: flex-start;
    margin-top: 3rem;
  }

  .uui-footer01_social-link:hover, .uui-footer01_link:hover {
    color: #667085;
  }

  .uui-badge-small-success {
    padding: .125rem .5rem;
  }

  .uui-footer01_menu-wrapper {
    grid-column-gap: 1.5rem;
  }

  .uui-footer01_form-block {
    margin-top: 1.5rem;
  }

  .uui-styleguide_logomark-bg {
    background-image: url('../images/untitled-ui-logomark.svg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .uui-footer01_logo-link {
    margin-bottom: 1.5rem;
    padding-left: 0;
  }

  .uui-footer01_top-wrapper {
    grid-row-gap: 3rem;
  }

  .uui-padding-vertical-xlarge {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .uui-page-padding-2 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .uui-button-wrapper.max-width-full-mobile-landscape {
    width: 100%;
  }

  .max-width-full-mobile-landscape {
    width: 100%;
    max-width: none;
  }

  .uui-button-icon.is-icon-large {
    width: 1.25rem;
    height: 1.25rem;
  }

  .uui-button-secondary-gray {
    padding-left: 1.25rem;
    font-size: 1rem;
  }

  .uui-button-secondary-gray:hover {
    color: #344054;
    background-color: #fff;
  }

  .uui-button-secondary-gray.is-button-large {
    grid-column-gap: .5rem;
    padding: .75rem 1.25rem;
    font-size: 1rem;
  }

  .uui-space-large {
    min-height: 2rem;
  }

  .uui-text-size-xlarge {
    font-size: 1.125rem;
  }

  .uui-space-small {
    min-height: 1.25rem;
  }

  .uui-heading-xlarge {
    font-size: 2.25rem;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 34px;
  }

  h2 {
    font-size: 40px;
  }

  .section {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  .section.relative {
    width: 100%;
  }

  .container {
    padding: 0 0 1em;
  }

  .container.nav-container {
    height: 60px;
    padding-left: 0;
    position: -webkit-sticky;
    position: sticky;
  }

  .container.relative {
    margin-left: auto;
    margin-right: auto;
    padding-top: 0;
  }

  .nav-menu-container {
    height: 60px;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .navbar {
    height: 60px;
  }

  .center-text {
    flex-direction: column;
    display: flex;
  }

  .center-text.citieshead {
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
  }

  .top-margin-l {
    margin-top: 2em;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .top-margin-l.featurescont {
    margin-left: 0;
    margin-right: 0;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .button.nav {
    font-size: 14px;
  }

  .grid-6-col {
    grid-template-columns: 1fr;
  }

  .header-holder {
    height: 170px;
    text-align: center;
    flex-direction: column;
    justify-content: space-between;
  }

  .grid-8-col {
    grid-template-columns: 1fr 1fr;
  }

  .grid-2-col {
    grid-template-columns: 1fr;
  }

  .utility-page-content {
    padding: 29px;
  }

  .utility-page-form {
    height: 420px;
    justify-content: space-between;
    padding: 30px;
  }

  .footer {
    text-align: left;
    padding: 21px 0;
  }

  .content {
    width: 100%;
    height: auto;
    justify-content: center;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .menu-button {
    width: 40px;
    height: 40px;
  }

  .menu-button.w--open {
    transition: background-color .6s, border-radius .6s;
  }

  .brand {
    width: 100px;
  }

  .left-side-footer-container {
    max-width: 360px;
    flex-wrap: nowrap;
    flex: 1;
    justify-content: space-between;
  }

  .follow-us-text {
    display: none;
    overflow: visible;
  }

  .footer-container {
    padding-left: 24px;
    padding-right: 24px;
  }

  .hero-text {
    font-size: 40px;
  }

  .hero-iphone-container {
    width: 100vw;
    margin-left: 0;
  }

  .iphone-container.cta {
    display: none;
    top: 0;
    left: 0;
    overflow: visible;
  }

  .harsh-shadow {
    top: 8%;
    left: 37%;
  }

  .hero-iphone-holder {
    width: 280%;
  }

  .trusted-companies {
    grid-template-columns: 1fr 1fr;
  }

  .logo-to-use {
    width: 120px;
  }

  .top-margin-xl {
    margin-top: 2.5em;
  }

  .infinite-slider-grid {
    width: 250%;
  }

  .tabs {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    left: 0;
    right: 0;
  }

  .tab-image-container {
    padding-left: 0;
    padding-right: 0;
    display: none;
  }

  .slider-container {
    flex-direction: column;
    align-items: flex-start;
  }

  .mask {
    width: 48%;
  }

  .slide {
    width: 100%;
  }

  .slider-image-container {
    width: 100%;
    height: 370px;
  }

  .slider-content {
    padding: 14px;
  }

  .slider-holder {
    padding-left: 12px;
  }

  .slide-nav {
    padding-top: 9px;
    bottom: 5%;
  }

  .slider-fade {
    display: none;
  }

  .card-image-container.phone {
    padding: 15px;
  }

  .cta-container {
    height: 890px;
    border-radius: 32px;
    flex-direction: row;
    justify-content: flex-start;
    align-items: stretch;
    display: flex;
    position: static;
  }

  .cta-container.hostcontainer {
    height: auto;
  }

  .infinite-slider-blur._01 {
    width: 200%;
    height: 200%;
    bottom: -164%;
    right: -71%;
  }

  .left-arrow {
    bottom: 5%;
    left: 11%;
  }

  .right-arrow {
    top: auto;
    bottom: 5%;
    left: auto;
    right: 11%;
  }

  .columns {
    width: auto;
    flex-flow: row;
  }

  .citycard {
    height: 250px;
  }

  .citycard.denvercard {
    background-image: url('../images/logan-bonjean-qgw61durdXo-unsplash.jpg');
    background-position: 50%;
    background-size: cover;
  }

  .citycardpara.unselectable {
    min-height: auto;
  }

  .container-2 {
    grid-template-rows: auto;
    grid-template-columns: repeat(auto-fit, 100%);
    grid-template-areas: "."
                         "Area";
  }

  .grid {
    grid-template-rows: auto auto auto;
    grid-template-columns: auto;
  }

  .paragraph-2 {
    text-align: center;
    flex: 0 auto;
    order: 0;
    justify-content: center;
    align-self: auto;
    display: block;
  }

  .paragraph-2.citypara {
    max-width: 100%;
    order: 0;
    justify-content: center;
    display: block;
  }

  .tabs-content {
    width: 100%;
  }

  .section-2 {
    padding-top: 80px;
    padding-left: 8px;
    padding-right: 8px;
  }

  .image-2, .image-3, .image-4 {
    width: 100px;
  }

  .icon-2 {
    color: rgba(95, 95, 95, 0);
  }

  .container-4 {
    max-width: none;
  }

  .gallery-wrapper {
    grid-template-columns: 1fr;
  }

  .gallery-slide-wrapper {
    max-width: 100%;
    margin-right: 0%;
  }

  .gallery-slider-left {
    left: -20px;
  }

  .gallery-slider-right {
    right: -20px;
  }

  .list {
    padding-left: 0;
    padding-right: 0;
  }

  .heading {
    overflow: visible;
  }

  .left-arrow-2 {
    display: none;
  }

  .nav-link-2 {
    justify-content: center;
    display: flex;
  }

  .heading-2 {
    font-size: 32px;
  }

  .header-6 {
    font-size: 18px;
  }

  .div-block-6 {
    align-items: stretch;
  }

  .section-5 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .image-6 {
    width: 100%;
  }

  .image-7 {
    width: 100%;
    margin-bottom: 36px;
  }

  .div-block-9 {
    width: 100%;
  }

  .div-block-10 {
    margin-top: 0;
    padding: 0 16px 24px;
  }

  .div-block-11 {
    width: 100%;
    flex-direction: row;
    justify-content: center;
    align-self: flex-start;
    padding-bottom: 0;
    display: none;
  }

  .link-block-2, .link-block-3 {
    width: 100%;
    max-width: 200px;
  }

  .image-8 {
    display: none;
    overflow: visible;
  }

  .mobileonly {
    width: 100%;
    max-width: 300px;
    align-self: center;
    display: block;
    overflow: visible;
  }

  .mobileonly.div-block-11 {
    margin-top: 16px;
    display: flex;
  }

  .paragraph-10 {
    margin-bottom: 12px;
  }

  .div-block-12 {
    width: 100%;
    text-align: center;
    padding-top: 40px;
  }

  .div-block-16 {
    height: 40vh;
    padding: 8px;
  }

  .uui-faq02_component {
    grid-template-columns: 1fr;
  }

  .uui-footer01_menu-wrapper {
    grid-row-gap: 2.5rem;
    grid-template-columns: 1fr;
  }

  .uui-footer01_form {
    grid-row-gap: 12px;
    flex-direction: column;
    grid-template-columns: 1fr;
  }

  .uui-footer01_top-wrapper {
    grid-row-gap: 48px;
  }

  .hide-mobile-portrait {
    display: none;
  }

  .uui-heroheader02_image-wrapper {
    grid-template-columns: 1fr 1fr;
  }

  .uui-heroheader02_component {
    grid-template-columns: 1fr;
  }
}

#w-node-_0e1a067f-1d0e-21ce-c8e7-2ca978caa5ae-631954bf, #w-node-b561ed99-f477-c9f0-7ae1-bde90a0c9ea2-631954bf {
  align-self: center;
  justify-self: center;
}

#w-node-_158c9496-9e36-069b-207e-e6d11b28a872-631954bf {
  justify-self: center;
}

#w-node-_2bab71c3-be45-39cf-8c42-f1f6dbead9bb-631954bf, #w-node-f599c668-e89e-a0db-5aec-1a1203674ed4-631954bf, #w-node-_56cb3115-4629-4db1-d79c-a8cebee0627e-631954bf, #w-node-def60b62-548f-b23c-732a-81612bfc3536-631954bf, #w-node-bd816ae7-671b-2bbc-4898-c2ac9cdfe487-631954bf, #w-node-_6176105e-d760-bd63-e95e-89d93fb7d9fb-631954bf, #w-node-c86b1740-c51f-0076-c824-f245603861a1-631954bf, #w-node-_1da693aa-b718-db99-5772-91baf5cb635c-631954bf, #w-node-b282f249-20cc-bf1a-95ba-49b12d930627-631954bf, #w-node-_2bfc8680-ed5e-5c81-a81a-c95721b7b6d9-631954bf {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_689a607b-71f1-090b-c091-238d9343aca2-631954bf {
  grid-area: 1 / 1 / 2 / 5;
  align-self: start;
}

#w-node-_689a607b-71f1-090b-c091-238d9343acac-631954bf {
  grid-area: span 1 / span 3 / span 1 / span 3;
  align-self: center;
  justify-self: center;
}

#w-node-_4bcfadaa-82e2-10ee-ba6d-c9e39477b186-631954bf {
  grid-area: 1 / 2 / 2 / 6;
}

@media screen and (min-width: 1440px) {
  #w-node-d10e09d3-f4be-f94d-376c-abee6622cf75-631954bf, #w-node-_07389baf-e56b-a22b-7217-fcd18dbf213a-631954bf, #w-node-_4be1db63-80fa-0e97-ff1f-8ffe3e3e2529-631954bf {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_689a607b-71f1-090b-c091-238d9343aca2-631954bf {
    grid-area: 2 / 1 / 3 / 8;
    align-self: center;
  }

  #w-node-_689a607b-71f1-090b-c091-238d9343acac-631954bf {
    grid-area: 1 / 1 / 2 / 8;
    align-self: center;
    justify-self: center;
  }

  #w-node-_4bcfadaa-82e2-10ee-ba6d-c9e39477b186-631954bf {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_689a607b-71f1-090b-c091-238d9343aca2-631954bf {
    grid-column-end: 3;
  }

  #w-node-_689a607b-71f1-090b-c091-238d9343acac-631954bf {
    grid-area: 1 / 1 / 2 / 3;
    align-self: center;
    justify-self: center;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_4bcfadaa-82e2-10ee-ba6d-c9e39477b186-631954bf {
    grid-column: span 2 / span 2;
  }
}


