:root {
  --black: black;
  --dark-blue: #144372;
  --grey: #f7f7f7;
  --white: white;
  --light-grey-20: #d5cbcb66;
  --darkest-blue: #1e2833;
  --wa-green: #25d366;
  --light-grey: #d5cbcb;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.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;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: museo-sans, sans-serif;
  font-size: 38px;
  font-weight: 700;
  line-height: 44px;
}

p {
  margin-bottom: 10px;
  font-family: museo-sans, sans-serif;
  font-size: 20px;
}

.section {
  height: auto;
  font-size: .85rem;
  font-weight: 300;
}

.section.main-bg {
  background-image: linear-gradient(#0000002b 24%, #fff0 66%), url('../images/autocity-shop-banner.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  height: 90vh;
}

.section.section-bg {
  background-image: url('../images/autocity-shop.png');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  border-radius: 30px;
  height: 100vh;
  margin-left: 5%;
  margin-right: 5%;
}

.content-div {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: center;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  height: auto;
  margin-left: 10%;
  margin-right: 10%;
  display: flex;
}

.h1-title {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 10%;
  padding-right: 10%;
  font-size: 2.5rem;
  line-height: 1;
}

.paragraph {
  color: var(--black);
  letter-spacing: .08rem;
  margin-top: 5%;
  margin-bottom: 0;
  padding-left: 3%;
  padding-right: 3%;
  font-family: museo-sans, sans-serif;
  font-size: 1.1rem;
  font-weight: 300;
  line-height: 1.5;
}

.paragraph.usp {
  color: var(--dark-blue);
  letter-spacing: .05rem;
  margin-top: 1%;
  font-family: museo-sans-display, sans-serif;
  font-size: 1rem;
  font-style: normal;
  font-weight: 800;
  line-height: 1.2;
  text-decoration: none;
}

.paragraph.usp.first {
  margin-top: 4%;
}

.navbar {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: var(--grey);
  background-color: #ddd0;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  font-family: museo-sans, sans-serif;
  font-size: 1rem;
  font-weight: 700;
  display: block;
}

.container {
  padding-top: 10%;
  padding-bottom: 10%;
}

.container.full-container {
  max-width: 2000px;
}

.container.full-container.grey-bg {
  background-color: var(--grey);
}

.body {
  color: var(--black);
  font-family: museo-sans, sans-serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1;
}

.h1-subtitle {
  color: var(--dark-blue);
  margin-top: 0;
  margin-bottom: 5%;
  padding-left: 10%;
  padding-right: 10%;
  font-size: 2rem;
  line-height: 1;
}

.h2-small-title {
  color: var(--dark-blue);
  letter-spacing: .18rem;
  margin-top: 0;
  margin-bottom: 0;
  font-family: museo-sans-display, sans-serif;
  font-size: 1.1rem;
  font-weight: 800;
  line-height: 1;
  display: none;
}

.plan-div {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: center;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  height: auto;
  margin-left: 10%;
  margin-right: 10%;
  display: flex;
}

.nav-link {
  color: var(--white);
  letter-spacing: .1rem;
  text-transform: uppercase;
  font-size: .75rem;
  transition: opacity .2s;
}

.nav-link:hover {
  opacity: .5;
  color: var(--white);
}

.nav-link.w--current:visited {
  color: var(--white);
}

.nav-link.chat {
  background-color: var(--dark-blue);
  outline-color: var(--dark-blue);
  outline-offset: 0px;
  border: 1px #000;
  border-radius: 10px;
  outline-width: 1px;
  outline-style: solid;
  margin-left: 20px;
  transition: color 1s, background-color 1s;
}

.nav-link.chat:hover {
  background-color: var(--white);
  opacity: 1;
  color: var(--dark-blue);
}

.nav-container {
  border-bottom: 1px solid var(--light-grey-20);
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 1% 8%;
}

.footer-bottom {
  border-bottom: 1px solid #ffffff1a;
  justify-content: space-between;
  margin-top: 3%;
  display: flex;
}

.footer-grid-01 {
  grid-template-rows: auto;
  grid-template-columns: 2fr 1fr 1fr 1fr;
}

.footer-column {
  flex-direction: column;
  align-items: flex-start;
  padding-right: 40px;
  display: flex;
}

.container-2 {
  width: 100%;
  max-width: 85vw;
  margin-left: auto;
  margin-right: auto;
}

.footer-01 {
  background-color: var(--darkest-blue);
  padding: 5% 3%;
}

.social-link {
  justify-content: center;
  align-items: center;
  width: 55px;
  height: 55px;
  padding: 10px;
  display: flex;
}

.footer-link {
  opacity: .5;
  color: #fff;
  margin-right: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 1rem;
  font-weight: 300;
  text-decoration: none;
  transition: opacity .2s;
  display: block;
}

.footer-link:hover {
  opacity: 1;
  font-weight: 300;
}

.footer-title-button {
  color: #fff;
  margin-right: 20px;
  font-size: 1.1rem;
  font-weight: 300;
  line-height: 1.4;
}

.footer-title-2 {
  color: #ffd2dd;
  margin-bottom: 22px;
  font-size: 1.02rem;
}

.footer-title-2.hide {
  color: var(--darkest-blue);
}

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

.footer-top {
  border-bottom: 1px solid #ffffff1a;
  justify-content: space-between;
  margin-bottom: 40px;
  padding-bottom: 40px;
  display: flex;
}

.footer-logo {
  flex: 0 auto;
  align-self: center;
  margin-top: 10px;
  overflow: clip;
}

.brand {
  width: 160px;
}

.livechat-button {
  background-color: var(--wa-green);
  border-radius: 200px;
  justify-content: center;
  align-items: center;
  width: 80%;
  height: 42px;
  text-decoration: none;
  display: flex;
}

.chat-block {
  background-color: #fff;
  border-radius: 8px;
  width: 80%;
  padding: 15px;
}

.close-live-chat-container {
  cursor: pointer;
  justify-content: center;
  align-items: center;
  width: 10%;
  height: 100%;
  display: flex;
}

.live-icon-chat {
  border-radius: 100%;
  margin-right: 0;
}

.top-section {
  justify-content: space-between;
  align-items: center;
  height: 25%;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.live-chat-text {
  color: #fff;
  text-decoration: none;
}

.whatsapp-block {
  z-index: 30;
  flex-direction: column;
  align-items: flex-end;
  display: flex;
  position: fixed;
  inset: auto 30px 30px auto;
}

.live-chat-link {
  border-radius: 0;
  justify-content: center;
  align-items: center;
  height: 25%;
  text-decoration: none;
  display: flex;
}

.whatsapp-container {
  z-index: 30;
  background-color: var(--wa-green);
  cursor: pointer;
  border: 1px solid #ffffff4d;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  transition: all .3s cubic-bezier(.45, .182, .111, .989);
  display: flex;
  position: relative;
  inset: auto 0% 0% auto;
}

.whatsapp-container:hover {
  background-color: var(--dark-blue);
  transform: scale(1.05);
}

.live-chat-top-text {
  letter-spacing: 0;
  font-size: 12px;
  font-weight: 500;
  position: static;
}

.live-chat-top-text.block {
  color: #b0b0b0;
  margin-bottom: 10px;
  font-size: 12px;
}

.chat-section {
  background-color: #e6ddd4;
  height: 50%;
  padding: 16px 20px;
}

.small-whatsapp-icon {
  margin-right: 10px;
}

.live-icon {
  background-color: #00b94a;
  border-radius: 100%;
  width: 15px;
  height: 15px;
  position: absolute;
  inset: 5px auto auto 5px;
}

.whatsapp-chat {
  background-color: #fff;
  border: 1px solid #00000029;
  border-radius: 20px;
  flex-direction: column;
  width: 300px;
  height: 315px;
  margin-bottom: 16px;
  display: flex;
  overflow: hidden;
}

.live-chat-bottom-text {
  font-size: 10px;
  display: block;
}

.live-chat-bottom-text.block {
  margin-bottom: 5px;
  font-size: 12px;
}

.live-chat-bottom-text.hide {
  color: var(--white);
}

@media screen and (min-width: 1920px) {
  .livechat-button {
    transition: all .2s;
  }

  .livechat-button:hover {
    background-color: #000;
    transform: scale(1.05);
  }

  .whatsapp-chat {
    display: none;
  }
}

@media screen and (max-width: 991px) {
  .section.main-bg {
    background-position: 0%;
    background-size: cover;
  }

  .section.section-bg {
    background-position: 50% 100%;
    background-size: cover;
    height: 90vh;
  }

  .paragraph.usp.first {
    -webkit-text-stroke-color: var(--dark-blue);
    margin-top: 6%;
  }

  .nav-link {
    text-align: right;
    background-image: linear-gradient(#144372, #144372);
    padding: 20px 7%;
  }

  .nav-container {
    background-color: #144372;
    height: 80px;
    padding-left: 5%;
    padding-right: 5%;
  }

  .menu-button {
    background-color: #14437200;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    height: 100%;
    display: flex;
  }

  .menu-button.w--open {
    background-color: #14437200;
  }

  .icon {
    background-color: #0000;
    display: flex;
  }

  .nav-menu {
    background-color: #144372;
  }

  .footer-bottom {
    flex-direction: column;
  }

  .footer-grid-01 {
    grid-template-rows: auto auto;
    grid-template-columns: 2fr 1fr 1fr;
  }

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

  .container-2 {
    max-width: 90vw;
  }

  .footer-link {
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .footer-title-2 {
    margin-bottom: 15px;
  }

  .footer-top {
    padding-bottom: 20px;
  }

  .brand {
    align-items: center;
    height: 100%;
    display: flex;
  }

  .whatsapp-block {
    bottom: 20px;
    right: 20px;
  }
}

@media screen and (max-width: 767px) {
  .section.main-bg {
    background-position: 0%;
    height: 80vh;
  }

  .section.section-bg {
    background-position: 50% 100%;
    border-radius: 0;
    height: 70vh;
    margin-left: 0;
    margin-right: 0;
  }

  .content-div {
    margin-left: 8%;
    margin-right: 8%;
  }

  .h1-title {
    font-size: 2.2rem;
  }

  .paragraph {
    font-size: 1rem;
    line-height: 1.33;
  }

  .paragraph.usp {
    padding-left: 6%;
    padding-right: 6%;
  }

  .navbar {
    display: block;
  }

  .container {
    padding-top: 12%;
    padding-bottom: 12%;
  }

  .h1-subtitle {
    margin-bottom: 8%;
    font-size: 1.8rem;
  }

  .h2-small-title {
    font-size: 1rem;
  }

  .nav-container {
    box-sizing: border-box;
    flex-flow: row;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    align-items: center;
    display: block;
    position: static;
  }

  .footer-bottom {
    flex-flow: row;
    margin-top: 40px;
  }

  .footer-grid-01 {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-flow: row;
  }

  .footer-column {
    margin-bottom: 10px;
    padding-right: 0;
  }

  .container-2 {
    max-width: 90vw;
  }

  .social-link {
    width: 45px;
    height: 45px;
  }

  .footer-link {
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: .87rem;
  }

  .footer-title-button {
    font-size: .9rem;
  }

  .footer-title-2 {
    margin-bottom: 15px;
  }

  .footer-wrapper {
    flex-flow: row;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-top {
    flex-flow: column;
    margin-bottom: 30px;
  }

  .footer-logo-wrapper {
    margin-bottom: 10px;
  }

  .brand {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 120px;
    padding-left: 0;
    display: flex;
  }

  .whatsapp-block {
    bottom: 15px;
    right: 15px;
  }
}

@media screen and (max-width: 479px) {
  .section.section-bg {
    background-position: 50% 100%;
    background-size: cover;
    height: 60vh;
  }

  .content-div {
    margin-left: 5%;
    margin-right: 5%;
  }

  .h1-title {
    font-size: 2rem;
  }

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

  .container {
    padding-top: 15%;
    padding-bottom: 15%;
  }

  .h1-subtitle {
    margin-bottom: 10%;
    font-size: 1.6rem;
  }

  .plan-div {
    margin-left: 5%;
    margin-right: 5%;
  }

  .nav-container {
    padding-left: 2%;
    padding-right: 2%;
  }

  .menu-button {
    flex-flow: row;
    align-items: center;
    display: flex;
  }

  .footer-bottom {
    text-align: center;
    flex-flow: row;
  }

  .footer-grid-01 {
    grid-template-rows: auto auto auto;
    grid-template-columns: 2fr 1fr 1fr;
  }

  .footer-01 {
    padding-top: 15%;
  }

  .social-link {
    width: 40px;
    height: 40px;
  }

  .footer-title-button {
    margin-right: 0;
  }

  .footer-wrapper {
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
  }

  .footer-top {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 20px;
  }

  .footer-logo {
    margin-top: 0;
    margin-bottom: 0;
  }

  .whatsapp-block {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    bottom: 0;
    right: 0;
  }

  .whatsapp-container {
    width: 80px;
    height: 80px;
    bottom: 10px;
    right: 0;
  }

  .whatsapp-chat {
    width: 100%;
    height: 40vh;
    position: relative;
  }
}

@media screen and (max-width: 991px) {
  #w-node-d9108187-21a9-98e3-4a25-0b8f15422c6b-a5f61189 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }
}

@media screen and (max-width: 767px) {
  #w-node-d9108187-21a9-98e3-4a25-0b8f15422c46-a5f61189 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-d9108187-21a9-98e3-4a25-0b8f15422c60-a5f61189 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-d9108187-21a9-98e3-4a25-0b8f15422c46-a5f61189 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }
}


