:root {
  --primary-dark: #0e0e0e;
  --paragraph-gray: #535353;
  --primary: #a4ce4c;
  --light-gray: #f9f9fa;
  --white: white;
  --gray: #e9e9e9;
  --black: black;
  --white-50: #ffffff80;
  --dark-gray-50: #afafaf80;
  --dark-gray: #afafaf;
  --transparent: #0000;
  --relume-library-lite--rl-black: black;
  --relume-library-lite--rl-white: white;
  --blur: #0000004d;
  --faq-background: #f9f9f9;
}

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

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

.car-selector {
  display: flex;
  justify-content: center;
  margin-bottom: 1rem;
}
a{
  text-decoration: none !important;
}
input[type="radio"] {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.custom-radio {
  display: inline-block;
  position: absolute;
  top:10px;
  right:10px;
  width: 20px;
  height: 20px;
  border: 2px solid #ccc;
  border-radius: 50%;
  cursor: pointer;
}
.car-calculator-model{
  justify-content: space-between;
  gap: 1rem;
}
.custom-radio::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #0a0a1a;
  transform: translate(-50%, -50%) scale(0);
  transition: transform 0.2s ease-in-out;
}
.radio-button-filed-test-drive.checked {
  background-color:#f6f8ff;
  padding: 10px;
  border: 0.1042rem solid  #0a0a1a;
}
.radio-button-filed-tenure.checked {
  background-color:#f6f8ff;
  padding: 10px;
  border: 0.1042rem solid  #0a0a1a;
}
input[type="radio"]:checked + .custom-radio::after {
  transform: translate(-50%, -50%) scale(1);
}
.custom-radio:hover {
  border-color: #aaa;
}
.cont-form-div{
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 1rem;
}
.contact-form-image-div
{
  flex: 1;
}
.contact-form-form-div
{
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgb(205, 212, 220);
}

.index-module__rotate-page--KJEsBtTb {
  position: relative;
  overflow: hidden;
  pointer-events: auto;
}
.index-module__modal--Zn7aGWwt{
    cursor: pointer !important;
}
@media (pointer: coarse) {
  .index-module__rotate-page--KJEsBtTb {
    touch-action: none;
  }
}

.index-module__rotate-page--KJEsBtTb:hover {
  cursor: none; 
  z-index: 1000; 
}

.car-tab {
  padding: 10px 20px;
  margin: 0 5px;
  cursor: pointer;
  background: #eee;
  border-radius: 5px;
  font-weight: bold;
  transition: all 0.3s ease;
  font-family: Basis Grotesque, sans-serif;
}
.car-tab.active {
  background: var(--primary);
  color: #fff;
}

.w-form-formradioinput--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 12px;
  height: 12px;
}

.w-form-formradioinput--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-width: 4px;
  border-color: #3898ec;
}

.w-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}
.custom-ant-select {
  width: 100%;
  font-size: .72916667rem;
  border: none;
  background-color: #fff;
  transition: border-color 0.3s, box-shadow 0.3s;
  appearance: none;
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg viewBox='64 64 896 896' focusable='false' data-icon='down' width='.72916667rem' height='.72916667rem' fill='currentColor' aria-hidden='true' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M884 256h-75c-5.1 0-9.9 2.4-13 6.5L512 662 218 262.5c-3.1-4-7.9-6.5-13-6.5H130c-6.7 0-10.5 7.7-6.2 13l382 472.9a16 16 0 0 0 24.4 0l382-472.9c4.3-5.3.5-13-6.2-13z'%3E%3C/path%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 12px;
  font-family: Basis Grotesque, sans-serif;
}

.custom-ant-select:focus {
  outline: none;
  border: none;
}

.custom-ant-option {
  padding: 8px;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-commerce-commercecheckoutformcontainer {
  background-color: #f5f5f5;
  width: 100%;
  min-height: 100vh;
  padding: 20px;
}

.w-commerce-commercelayoutcontainer {
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.w-commerce-commercelayoutmain {
  flex: 0 800px;
  margin-right: 20px;
}

.w-commerce-commercecartapplepaybutton {
  color: #fff;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
  background-color: #000;
  border-width: 0;
  border-radius: 2px;
  align-items: center;
  height: 38px;
  min-height: 30px;
  margin-bottom: 8px;
  padding: 0;
  text-decoration: none;
  display: flex;
}

.w-commerce-commercecartapplepayicon {
  width: 100%;
  height: 50%;
  min-height: 20px;
}

.w-commerce-commercecartquickcheckoutbutton {
  color: #fff;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
  background-color: #000;
  border-width: 0;
  border-radius: 2px;
  justify-content: center;
  align-items: center;
  height: 38px;
  margin-bottom: 8px;
  padding: 0 15px;
  text-decoration: none;
  display: flex;
}

.w-commerce-commercequickcheckoutgoogleicon, .w-commerce-commercequickcheckoutmicrosofticon {
  margin-right: 8px;
  display: block;
}

.w-commerce-commercecheckoutcustomerinfowrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutblockheader {
  background-color: #fff;
  border: 1px solid #e6e6e6;
  justify-content: space-between;
  align-items: baseline;
  padding: 4px 20px;
  display: flex;
}

.w-commerce-commercecheckoutblockcontent {
  background-color: #fff;
  border-bottom: 1px solid #e6e6e6;
  border-left: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
  padding: 20px;
}

.w-commerce-commercecheckoutlabel {
  margin-bottom: 8px;
}

.w-commerce-commercecheckoutemailinput {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 0;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutemailinput::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutemailinput:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutshippingaddresswrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutshippingfullname {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutshippingfullname::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingfullname:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutshippingstreetaddress {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutshippingstreetaddress::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingstreetaddress:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutshippingstreetaddressoptional {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutshippingstreetaddressoptional::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingstreetaddressoptional:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutrow {
  margin-left: -8px;
  margin-right: -8px;
  display: flex;
}

.w-commerce-commercecheckoutcolumn {
  flex: 1;
  padding-left: 8px;
  padding-right: 8px;
}

.w-commerce-commercecheckoutshippingcity {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutshippingcity::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingcity:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutshippingstateprovince {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutshippingstateprovince::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingstateprovince:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutshippingzippostalcode {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutshippingzippostalcode::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingzippostalcode:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutshippingcountryselector {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 0;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutshippingcountryselector::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingcountryselector:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutshippingmethodswrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutshippingmethodslist {
  border-left: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
}

.w-commerce-commercecheckoutshippingmethoditem {
  background-color: #fff;
  border-bottom: 1px solid #e6e6e6;
  flex-direction: row;
  align-items: baseline;
  margin-bottom: 0;
  padding: 16px;
  font-weight: 400;
  display: flex;
}

.w-commerce-commercecheckoutshippingmethoddescriptionblock {
  flex-direction: column;
  flex-grow: 1;
  margin-left: 12px;
  margin-right: 12px;
  display: flex;
}

.w-commerce-commerceboldtextblock {
  font-weight: 700;
}

.w-commerce-commercecheckoutshippingmethodsemptystate {
  text-align: center;
  background-color: #fff;
  border-bottom: 1px solid #e6e6e6;
  border-left: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
  padding: 64px 16px;
}

.w-commerce-commercecheckoutpaymentinfowrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutcardnumber {
  -webkit-appearance: none;
  appearance: none;
  cursor: text;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutcardnumber::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutcardnumber:focus, .w-commerce-commercecheckoutcardnumber.-wfp-focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutcardexpirationdate {
  -webkit-appearance: none;
  appearance: none;
  cursor: text;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutcardexpirationdate::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutcardexpirationdate:focus, .w-commerce-commercecheckoutcardexpirationdate.-wfp-focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutcardsecuritycode {
  -webkit-appearance: none;
  appearance: none;
  cursor: text;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutcardsecuritycode::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutcardsecuritycode:focus, .w-commerce-commercecheckoutcardsecuritycode.-wfp-focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingaddresstogglewrapper {
  flex-direction: row;
  display: flex;
}

.w-commerce-commercecheckoutbillingaddresstogglecheckbox {
  margin-top: 4px;
}

.w-commerce-commercecheckoutbillingaddresstogglelabel {
  margin-left: 8px;
  font-weight: 400;
}

.w-commerce-commercecheckoutbillingaddresswrapper {
  margin-top: 16px;
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutbillingfullname {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutbillingfullname::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingfullname:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingstreetaddress {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutbillingstreetaddress::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingstreetaddress:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingstreetaddressoptional {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutbillingstreetaddressoptional::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingstreetaddressoptional:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingcity {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutbillingcity::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingcity:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingstateprovince {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutbillingstateprovince::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingstateprovince:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingzippostalcode {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutbillingzippostalcode::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingzippostalcode:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingcountryselector {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 0;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutbillingcountryselector::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingcountryselector:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutorderitemswrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutsummaryblockheader {
  background-color: #fff;
  border: 1px solid #e6e6e6;
  justify-content: space-between;
  align-items: baseline;
  padding: 4px 20px;
  display: flex;
}

.w-commerce-commercecheckoutorderitemslist {
  margin-bottom: -20px;
}

.w-commerce-commercecheckoutorderitem {
  margin-bottom: 20px;
  display: flex;
}

.w-commerce-commercecartitemimage {
  width: 60px;
  height: 0%;
}

.w-commerce-commercecheckoutorderitemdescriptionwrapper {
  flex-grow: 1;
  margin-left: 16px;
  margin-right: 16px;
}

.w-commerce-commercecheckoutorderitemquantitywrapper {
  white-space: pre-wrap;
  display: flex;
}

.w-commerce-commercecheckoutorderitemoptionlist {
  margin-bottom: 0;
  padding-left: 0;
  text-decoration: none;
  list-style-type: none;
}

.w-commerce-commercelayoutsidebar {
  flex: 0 0 320px;
  position: sticky;
  top: 20px;
}

.w-commerce-commercecheckoutordersummarywrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutsummarylineitem, .w-commerce-commercecheckoutordersummaryextraitemslistitem {
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 8px;
  display: flex;
}

.w-commerce-commercecheckoutsummarytotal {
  font-weight: 700;
}

.w-commerce-commercecheckoutplaceorderbutton {
  color: #fff;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
  text-align: center;
  background-color: #3898ec;
  border-width: 0;
  border-radius: 3px;
  align-items: center;
  margin-bottom: 20px;
  padding: 9px 15px;
  text-decoration: none;
  display: block;
}

.w-commerce-commercecheckouterrorstate {
  background-color: #ffdede;
  margin-top: 16px;
  margin-bottom: 16px;
  padding: 10px 16px;
}

.w-commerce-commerceaddtocartform {
  margin: 0 0 15px;
}

.w-commerce-commerceaddtocartoptionpillgroup {
  margin-bottom: 10px;
  display: flex;
}

.w-commerce-commerceaddtocartoptionpill {
  color: #000;
  cursor: pointer;
  background-color: #fff;
  border: 1px solid #000;
  margin-right: 10px;
  padding: 8px 15px;
}

.w-commerce-commerceaddtocartoptionpill.w--ecommerce-pill-selected {
  color: #fff;
  background-color: #000;
}

.w-commerce-commerceaddtocartoptionpill.w--ecommerce-pill-disabled {
  color: #666;
  cursor: not-allowed;
  background-color: #e6e6e6;
  border-color: #e6e6e6;
  outline-style: none;
}

.w-commerce-commerceaddtocartquantityinput {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 60px;
  height: 38px;
  margin-bottom: 10px;
  padding: 8px 6px 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commerceaddtocartquantityinput::placeholder {
  color: #999;
}

.w-commerce-commerceaddtocartquantityinput:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commerceaddtocartbutton {
  color: #fff;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
  background-color: #3898ec;
  border-width: 0;
  border-radius: 0;
  align-items: center;
  padding: 9px 15px;
  text-decoration: none;
  display: flex;
}

.w-commerce-commerceaddtocartbutton.w--ecommerce-add-to-cart-disabled {
  color: #666;
  cursor: not-allowed;
  background-color: #e6e6e6;
  border-color: #e6e6e6;
  outline-style: none;
}

.w-commerce-commercebuynowbutton {
  color: #fff;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
  background-color: #3898ec;
  border-width: 0;
  border-radius: 0;
  align-items: center;
  margin-top: 10px;
  padding: 9px 15px;
  text-decoration: none;
  display: inline-block;
}

.w-commerce-commercebuynowbutton.w--ecommerce-buy-now-disabled {
  color: #666;
  cursor: not-allowed;
  background-color: #e6e6e6;
  border-color: #e6e6e6;
  outline-style: none;
}

.w-commerce-commerceaddtocartoutofstock {
  background-color: #ddd;
  margin-top: 10px;
  padding: 10px;
}

.w-commerce-commerceaddtocarterror {
  background-color: #ffdede;
  margin-top: 10px;
  padding: 10px;
}

.w-pagination-wrapper {
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
}

.swiper-wrapper{
  transform: translate3d(-1500px, 0px, 0px);
}
.w-pagination-previous {
  color: #333;
  background-color: #fafafa;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 9px 20px;
  font-size: 14px;
  display: block;
}

.w-pagination-previous-icon {
  margin-right: 4px;
}

.w-pagination-next {
  color: #333;
  background-color: #fafafa;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 9px 20px;
  font-size: 14px;
  display: block;
}

.w-pagination-next-icon {
  margin-left: 4px;
}

.w-commerce-commerceorderconfirmationcontainer {
  background-color: #f5f5f5;
  width: 100%;
  min-height: 100vh;
  padding: 20px;
}

.w-commerce-commercecheckoutcustomerinfosummarywrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutsummaryitem, .w-commerce-commercecheckoutsummarylabel {
  margin-bottom: 8px;
}

.w-commerce-commercecheckoutsummaryflexboxdiv {
  flex-direction: row;
  justify-content: flex-start;
  display: flex;
}

.w-commerce-commercecheckoutsummarytextspacingondiv {
  margin-right: .33em;
}

.w-commerce-commercecheckoutshippingsummarywrapper, .w-commerce-commercecheckoutpaymentsummarywrapper {
  margin-bottom: 20px;
}

.w-commerce-commercepaypalcheckoutformcontainer {
  background-color: #f5f5f5;
  width: 100%;
  min-height: 100vh;
  padding: 20px;
}

.w-commerce-commercepaypalcheckouterrorstate {
  background-color: #ffdede;
  margin-top: 16px;
  margin-bottom: 16px;
  padding: 10px 16px;
}

@media screen and (max-width: 767px) {
  .w-commerce-commercelayoutcontainer {
    flex-direction: column;
    align-items: stretch;
  }

  .w-commerce-commercelayoutmain {
    flex-basis: auto;
    margin-right: 0;
  }

  .w-commerce-commercelayoutsidebar {
    flex-basis: auto;
  }
  .index-module__rotate-icon--fvwyhbrB{
    display: block;
    width: 100vw !important;
  }
  .swiper-wrapper {
    transform: translate3d(0px, 0px, 0px);
  }
  .swiper-slide{
    width: 100% !important;
    height: auto !important;
  }
}

@media screen and (max-width: 479px) {
  .w-commerce-commercecheckoutemailinput, .w-commerce-commercecheckoutshippingfullname, .w-commerce-commercecheckoutshippingstreetaddress, .w-commerce-commercecheckoutshippingstreetaddressoptional {
    font-size: 16px;
  }
  .select-form-store-test{
    height: auto !important;
  }
  .radio-button-filed-test-drive{
    height: 12.4rem !important;
  }

  .w-commerce-commercecheckoutrow {
    flex-direction: column;
  }

  .w-commerce-commercecheckoutshippingcity, .w-commerce-commercecheckoutshippingstateprovince, .w-commerce-commercecheckoutshippingzippostalcode, .w-commerce-commercecheckoutshippingcountryselector, .w-commerce-commercecheckoutcardnumber, .w-commerce-commercecheckoutcardexpirationdate, .w-commerce-commercecheckoutcardsecuritycode, .w-commerce-commercecheckoutbillingfullname, .w-commerce-commercecheckoutbillingstreetaddress, .w-commerce-commercecheckoutbillingstreetaddressoptional, .w-commerce-commercecheckoutbillingcity, .w-commerce-commercecheckoutbillingstateprovince, .w-commerce-commercecheckoutbillingzippostalcode, .w-commerce-commercecheckoutbillingcountryselector, .w-commerce-commerceaddtocartquantityinput {
    font-size: 16px;
  }
  .div-block-21{
    flex-direction: column;
  }
  .product-page-mobile-image{
    width: 100% !important;
  }
  .smart-background-x9{
    background-image: url('https://a-cdn.xpeng.com/www/public/static/img/x9-p10.4786db66.jpg') !important;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .makedrive-background-x9{
    background-image: url('https://a-cdn.xpeng.com/www/public/static/img/p16@min.74279a89.jpg') !important;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .x9-mobile-background-image{
    background-image: url('https://xpeng.co.th/wp-content/uploads/2025/02/xpeng-x9-hero-mobile-product.jpg') !important;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .x9-mobile-background-image-2{
     background-image: url('https://a-cdn.xpeng.com/www/public/static/img/p3@m.1f3a6c46.jpg') !important;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .car-calculator-model{
    display: flex;
    flex-direction: column;
  }
}

body {
  color: var(--primary-dark);
  font-family: Verdana, Geneva, sans-serif;
  font-size: 16px;
  line-height: 1em;
}

h1 {
  color: var(--primary-dark);
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 46px;
  font-weight: 700;
  line-height: 1.2em;
}

h2 {
  color: var(--primary-dark);
  text-transform: capitalize;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 42px;
  font-weight: 700;
  line-height: 1.2em;
}

h3 {
  color: var(--primary-dark);
  margin-top: 10px;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.2em;
}

h4 {
  color: var(--primary-dark);
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.2em;
}

h5 {
  color: var(--primary-dark);
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2em;
}

h6 {
  color: var(--primary-dark);
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2em;
}

p {
  color: var(--paragraph-gray);
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 1.5em;
}

a {
  color: var(--primary);
  align-items: center;
  font-size: 16px;
  line-height: 1.2em;
  text-decoration: none;
  transition: color .3s;
}

ul {
  grid-row-gap: 15px;
  background-color: var(--paragraph-gray);
  color: var(--primary);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  flex-direction: column;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 15px;
  display: flex;
}

li {
  align-items: center;
  line-height: 1.4em;
}

img {
  max-width: 100%;
  display: inline-block;
}

label {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 400;
  display: block;
}

blockquote {
  text-align: center;
  background-image: url('https://xpeng-uae.com/images/Quote-icon.svg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: auto;
  border-left: 1px #000;
  margin-top: 25px;
  margin-bottom: 25px;
  padding: 30px 20px 10px;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.2;
}

.section {
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
}
.radio-test-inside-tenure{
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: space-between;
    align-items: center;
}

.section.light-background {
  background-color: var(--light-gray);
}

.section.licensing-fonts {
  padding-top: 0;
  padding-bottom: 0;
}

.section.without-bottom-spacing {
  height: 100vh;
  padding-bottom: 4rem;
}

.section.overflow-hidden {
  background-image: url('https://xpeng-uae.com/images/xpeng-g6-white-l.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.section.overflow-hidden.g62nd-section {
  height: 100vh;
  padding-top: 40px;
}

.section.overflow-hidden.hide {
  display: none;
}

.section.home-get-started {
  background-image: linear-gradient(90deg, #0000004d, #0000), linear-gradient(#00000026, #00000026), url('https://xpeng-uae.com/images/service-p3-1.jpg');
  background-position: 0 0, 0 0, 50% 58%;
  background-size: auto, auto, cover;
  background-attachment: scroll, scroll, scroll;
}

.section.home-get-started.new-road-side-service {
  height: 80rem;
  min-height: 100vh;
}

.section.image-banner {
  -webkit-text-fill-color: inherit;
  background-image: linear-gradient(90deg, #0006, #0000), linear-gradient(#0006, #0006), url('https://xpeng-uae.com/images/p7-banner.jpg');
  background-position: 0 0, 0 0, 50%;
  background-size: auto, auto, cover;
  background-clip: border-box;
  min-height: 640px;
}

.section.without-bottom-spacing-changed {
  height: auto;
  min-height: 100vh;
  padding-bottom: 4rem;
}

.section.without-bottom-spacing-contact {
  height: auto;
  min-height: 100vh;
  padding-top: 90px;
  padding-bottom: 4rem;
}

.base-container {
  cursor: default;
  flex-direction: column;
  align-items: center;
  max-width: 1200px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.base-container.align-left {
  align-items: flex-start;
}

.grid-system-wrapper {
  flex-direction: column;
  width: 100%;
  margin-top: 40px;
  display: flex;
}

.grid-system {
  border-top: 1px solid #7c7c7c;
  justify-content: space-between;
  width: 80%;
  display: flex;
}

.grid-title {
  background-color: var(--primary);
  color: var(--white);
  border-left: 1px #a7a7a7;
  border-right: 1px solid #7c7c7c;
  justify-content: center;
  width: 19%;
  margin-top: 0;
  margin-bottom: 0;
  padding: 20px 10px;
  display: flex;
}

.grid-title.first-grid {
  background-color: var(--primary);
  border-left-style: solid;
  border-left-color: #7c7c7c;
  width: 24%;
  margin-top: 0;
}

.grid-description {
  border-bottom: 1px solid #a7a7a7;
  border-right: 1px solid #a7a7a7;
  justify-content: center;
  width: 19%;
  margin-top: 0;
  margin-bottom: 0;
  padding: 20px 10px;
  display: flex;
}

.grid-description.first-description {
  border-bottom: 1px solid #a7a7a7;
  border-left: 1px solid #a7a7a7;
  border-right: 1px solid #a7a7a7;
  width: 24%;
}

.grid-description.last-description {
  border-right-style: solid;
  border-right-width: 1px;
}

.spacing-system-column {
  padding-right: 20px;
}

.spacing-system-image {
  max-width: 80%;
}

.spacing-wrapper-mobile {
  width: 70%;
  margin-top: 30px;
  position: relative;
}

.typography-wrapper {
  margin-top: 30px;
}

.spacing-columns {
  margin-top: 50px;
}

.bottom-style-spacing-desktop {
  font-weight: 700;
  position: absolute;
  inset: auto 0% 10% auto;
}

.top-style-spacing-desktop {
  font-weight: 700;
  position: absolute;
  top: 8%;
  bottom: auto;
  right: 0;
}

.spacing-wrapper {
  width: 100%;
  margin-top: 30px;
  position: relative;
}

.middle-style-spacing-desktop {
  font-weight: 700;
  position: absolute;
  inset: 33% 0% auto auto;
}

.spasing-system-image-mobile {
  max-width: 70%;
}

.primary-style-guide {
  background-color: var(--primary);
  width: 75px;
  height: 75px;
}

.gray-style-guide {
  background-color: var(--gray);
  width: 75px;
  height: 75px;
}

.color-wrapper {
  margin-right: 30px;
}

.colors-wrapper {
  margin-right: 60px;
}

.primary-dark-style-guide {
  background-color: var(--primary-dark);
  width: 75px;
  height: 75px;
}

.black-style-guide {
  background-color: var(--black);
  width: 75px;
  height: 75px;
}

.colors-container {
  justify-content: flex-start;
  margin-top: 40px;
  display: flex;
}

.light-gray-style-guide {
  background-color: var(--light-gray);
  width: 75px;
  height: 75px;
  box-shadow: 0 0 15px #0000001a;
}

.color-container {
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-top: 40px;
  display: flex;
}

.white-style-guide {
  background-color: var(--white);
  width: 75px;
  height: 75px;
}

.headings-typography-wrapper {
  flex-flow: wrap;
  width: 47%;
  margin-bottom: 30px;
  margin-right: 40px;
  display: flex;
}

.headings-typography-wrapper.last-child {
  margin-bottom: 0;
  margin-right: 0;
}

.headers-wrapper {
  width: 100%;
  margin-top: 10px;
}

.h1-tablet {
  font-size: 46px;
}

.h2-tablet {
  font-size: 42px;
}

.h1-mobile {
  font-size: 38px;
}

.h2-mobile {
  font-size: 34px;
}

.h3-mobile {
  font-size: 32px;
}

.style-guide-body-wrapper {
  width: 47%;
  margin-right: 40px;
}

.style-guide-body-wrapper.last-child {
  margin-right: 0;
}

.hover-button-primary {
  border: 1px solid var(--primary);
  background-color: var(--primary);
  color: var(--white);
  text-align: center;
  letter-spacing: .5px;
  text-transform: capitalize;
  padding: 18px 24px;
  font-size: 16px;
  transition: all .3s;
  display: inline-block;
}

.hover-button-primary:hover {
  opacity: 1;
  color: var(--primary);
  background-color: #0000;
}

.hover-button-primary.full-width {
  display: block;
}

.hover-button-primary.serch-button {
  margin-left: auto;
  margin-right: auto;
}

.hover-button-primary.dark {
  border-color: var(--black);
  background-color: var(--black);
  border-radius: 1.5rem;
  padding: 12px 18px;
}

.hover-button-primary.dark:hover {
  color: var(--black);
  background-color: #0000;
  border-color: #0009;
}

.hover-button-primary.pagination {
  margin-top: 30px;
}

.hover-button-primary.primary-white {
  border-color: var(--white);
  background-color: var(--white);
  color: var(--primary-dark);
}

.hover-button-primary.primary-white:hover {
  border-color: var(--primary);
  background-color: var(--primary);
  color: var(--white);
}

.hover-button-primary.outline-white {
  border-color: var(--white-50);
  color: var(--white);
  background-color: #0000;
  border-radius: 30px;
  justify-content: center;
  min-width: 4.58rem;
  height: 1.66rem;
  padding: 0 .83rem;
  font-size: 10px;
  display: flex;
}

.hover-button-primary.outline-white:hover, .hover-button-primary.hover-white:hover {
  border-color: var(--white);
  background-color: var(--white);
  color: var(--primary-dark);
}

.hover-button-primary.nav-button {
  border-color: var(--white-50);
  background-color: #0000;
}

.hover-button-primary.nav-button:hover {
  border-color: var(--white);
  background-color: var(--white);
  color: var(--primary-dark);
}

.hover-button-primary.outline-dark {
  color: var(--primary-dark);
  background-color: #0000;
  border-color: #0e0e0e80;
}

.hover-button-primary.outline-dark:hover {
  border-color: var(--primary-dark);
  background-color: var(--primary-dark);
  color: var(--white);
}

.hover-button-primary.primary-white-hover-dark {
  border-color: var(--white);
  background-color: var(--white);
  color: var(--primary-dark);
}

.hover-button-primary.primary-white-hover-dark:hover {
  border-color: var(--black);
  background-color: var(--black);
  color: var(--white);
}

.style-guide-div {
  width: 100%;
  margin-top: 50px;
}

.top-style-spacing-mobile {
  font-weight: 700;
  position: absolute;
  top: 5%;
  right: 0;
}

.middlr-style-spacing-mobile {
  font-weight: 700;
  position: absolute;
  top: 29%;
  right: 0;
}

.bottom-style-spacing-mobile {
  font-weight: 700;
  position: absolute;
  bottom: 7%;
  right: 0;
}

.grid-header {
  width: 100%;
  margin-top: 60px;
}

.link-wrapper {
  width: 50%;
  margin-top: 20px;
}

.nav-container {
  justify-content: space-between;
  align-items: center;
  min-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.nav-menu {
  text-align: right;
  justify-content: flex-end;
  align-items: center;
}

.nav-link {
  color: #fff;
  text-align: left;
  padding: 0;
  font-family: Basis Grotesque, sans-serif;
  font-size: .7rem;
  font-weight: 400;
  line-height: 1em;
  display: flex;
}

.nav-link:hover {
  opacity: 1;
  color: #fff;
}

.nav-link.w--current {
  color: var(--primary-dark);
}

.nav-link.hover-nav-underline {
  text-align: left;
}

.nav-dropdown {
  position: static;
}

.nav-dropdown-toggle {
  color: var(--white);
  margin-left: 0;
  margin-right: 0;
  padding: 15px;
  position: relative;
}

.nav-dropdown-toggle.hover-nav-underline {
  padding-left: 20px;
  padding-right: 20px;
}

.nav-dropdown-icon {
  color: #fff;
  font-family: Basis Grotesque, sans-serif;
  font-size: .7rem;
  display: block;
  right: -15%;
}

.nav-dropdown-icon.remove-icon {
  display: none;
}

.nav-dropdown-icon.support-nav-icon {
  right: -15%;
}

.nav-dropdown-icon.newnone {
  display: none;
}

.nav-dropdown-list {
  background-color: #fff;
  border: 0 solid #0000002e;
  width: 100vw;
  margin-top: 0;
  padding: 15px 20px;
  display: none;
  position: fixed;
  inset: 54px 0% auto;
}

.nav-dropdown-list.w--open {
  width: 200px;
  padding-top: 20px;
  padding-bottom: 20px;
  box-shadow: 0 0 10px #0000000a;
}

.nav-dropdown-list.megamenu {
  width: 360px;
}

.thankyou-section{
  min-height: 80vh;
  width: 100vw;
  margin: auto;
display: flex;
align-items: center;
justify-content: center;
margin-top: 1.5rem;
}
*{
box-sizing:border-box;

}


.content1{

background: #a4ce4c ;

width:80vw;
height:100%;
display: flex;
flex-direction: column;

}
.content2{
padding :30px;
display: flex
;
flex-direction: column;
justify-content: center;
align-items: center;
gap: 1rem;
}
h1{
  font-family: Basis Grotesque, sans-serif;
font-size:4em;
letter-spacing:3px;
color:#fff;
margin:0;

}
.content2 p{
margin:0;
font-size:1.3em;
color:#fff;
font-family: Basis Grotesque, sans-serif;
letter-spacing:1px;  
}



@media (min-width:360px){
  h1{
  font-size:4.5em;
  }
  }
  
  @media (min-width:600px){
  .content{
  max-width:100%;
  margin:0 auto;
  }
  .content1{
  height: initial;
  margin:0 auto;
  margin-top:0px;
  box-shadow: 4px 8px 40px 8px rgba(88, 146, 255, 0.2);
  }
  
  }



.nav-dropdown-list.megamenu.w--open {
  width: 360px;
  display: flex;
}
#navbar {
  transition: background-color 0.3s ease;
  background-color: transparent;
}
#navbar.scrolled {
  background-color: white; 
  .nav-item-title-g6{
    color: #0e0e0e !important;
  }
  .nav-item-title-g9{
    color: #0e0e0e !important;
  }
  .nav-link{
    color: #0e0e0e !important;
  }
  .nav-item-title{
    color: #0e0e0e !important;
  }
  .nav-dropdown-icon{
    color: #0e0e0e !important;
  }
}
.logo {
  transition: opacity 0.3s ease;
  width: 11rem;
}

.logo-black {
  display: none;
}

.scrolled .logo-white {
  display: none;
}

.scrolled .logo-black {
  display: inline;
}
.nav-dropdown-link-wrapper {
  flex-direction: column;
  align-items: center;
  margin-left: 40%;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.nav-dropdown-link {
  text-transform: capitalize;
  width: 100%;
  margin-left: -20px;
  padding: 8px 8px 8px 0;
  font-family: Basis Grotesque, sans-serif;
  font-size: .7rem;
  font-weight: 400;
  transition: all .3s;
  display: flex;
}

.nav-dropdown-link:hover {
  color: var(--primary);
  margin-left: 0;
}

.nav-dropdown-link.w--current {
  color: var(--primary);
}

.nav-item-title {
  color: #fff;
  font-family: Basis Grotesque, sans-serif;
  font-size: .7rem;
}

.pages-banner {
  background-image: linear-gradient(#0000004d, #0000004d), linear-gradient(#00000080, #fff0), url('https://xpeng-uae.com/images/azmar-za-lsXEOVFOrhw-unsplash_1azmar-za-lsXEOVFOrhw-unsplash.webp');
  background-position: 0 0, 0 0, 50%;
  background-size: auto, auto, cover;
  justify-content: center;
  align-items: center;
  min-height: 450px;
  padding-top: 160px;
  padding-bottom: 80px;
  display: flex;
}

.pages-banner.our-team {
  background-image: linear-gradient(#0000004d, #0000004d), linear-gradient(#00000080, #fff0), url('https://xpeng-uae.com/images/pexels-gustavo-fring-4173190_1pexels-gustavo-fring-4173190.webp');
  background-position: 0 0, 0 0, 50% 26%;
}

.pages-banner.dark-no-image {
  background-color: var(--primary-dark);
  background-image: none;
  background-position: 0 0;
  background-size: auto;
}

.pages-banner.contact-us {
  background-image: linear-gradient(#0000004d, #0000004d), linear-gradient(#00000080, #fff0), url('https://xpeng-uae.com/images/pexels-mart-production-7709088_1pexels-mart-production-7709088.webp');
  background-position: 0 0, 0 0, 50% 60%;
}

.pages-banner.services {
  background-image: url('https://xpeng-uae.com/images/service-p1-1.jpg');
  background-position: 50% 45%;
  background-size: cover;
  justify-content: flex-start;
  min-height: 320px;
  padding-left: 180px;
}

.pages-banner.only-nav {
  background-color: var(--primary-dark);
  background-image: none;
  background-position: 0 0;
  background-size: auto;
  min-height: 86px;
  padding-top: 0;
  padding-bottom: 0;
}

.pages-banner.blog {
  background-image: linear-gradient(#0000004d, #0000004d), linear-gradient(#00000080, #fff0), url('https://xpeng-uae.com/images/tabea-schimpf-O7WzqmeYoqc-unsplash-1_1tabea-schimpf-O7WzqmeYoqc-unsplash (1).webp');
}

.pages-banner.search-page {
  background-image: linear-gradient(#0000004d, #0000004d), linear-gradient(#00000080, #fff0), url('https://xpeng-uae.com/images/jp-valery-_s5aRlUXtyg-unsplash_1jp-valery-_s5aRlUXtyg-unsplash.webp');
  background-position: 0 0, 0 0, 50%;
  background-size: auto, auto, cover;
}

.licensing-title-wrapper {
  border-bottom: 1px #5e5e5e80;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
  display: flex;
}

.licensing-images-wrapper {
  border-top: 1px solid #5e5e5e80;
  width: 100%;
  padding-top: 40px;
}

.licensing-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  border-bottom: 1px #5e5e5e80;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  width: 100%;
  padding-bottom: 60px;
}

.licensing-grid.last-child {
  border-bottom-style: none;
  padding-bottom: 0;
}

.licensing-image {
  object-fit: cover;
  width: 100%;
  height: 320px;
}

.licensing-title {
  width: 100%;
  padding-bottom: 30px;
}

.licensing-image-link {
  width: 100%;
  height: 100%;
}

.licensing-image-link:hover {
  opacity: 1;
}

.license-link {
  color: var(--primary-dark);
  letter-spacing: normal;
  margin-right: 50px;
  font-weight: 700;
}

.license-link.last-child {
  margin-right: 0;
}

.banner-title {
  color: var(--white);
  text-align: center;
  text-transform: uppercase;
  font-family: Futura, sans-serif;
  font-size: 3.5rem;
}

.banner-title.search-page {
  margin-top: 0;
  margin-bottom: 20px;
}

.licensing-heading {
  margin-bottom: 20px;
}

.licensing-icon-link-wrapper {
  margin-right: 25px;
}

.icon-style-guide {
  color: var(--primary);
  font-family: "Fa brands 400", sans-serif;
  font-size: 24px;
}

.icon-style-guide.dribble {
  font-family: "Fa solid 900", sans-serif;
}

.licensing-fonts-wrapper {
  align-items: center;
  width: 100%;
  margin-top: 20px;
  display: flex;
}

.licensing-icon-link {
  margin-bottom: 20px;
}

.licensing-paragraph {
  width: 50%;
  margin-right: 40px;
}

.licensing-paragraph.last-item {
  margin-right: 0;
}

.licensing-font-title {
  color: #5e5e5e80;
  text-transform: uppercase;
  font-weight: 400;
}

.licensing-icons-wrapper {
  margin-top: 30px;
  margin-bottom: 20px;
}

.utility-page-wrap {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  margin-bottom: 40px;
  padding-top: 40px;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

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

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

.password-image {
  width: 140px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.password-input {
  border: 1px solid var(--dark-gray-50);
  min-width: 280px;
  min-height: 48px;
  margin-bottom: 15px;
  padding: 10px;
  font-size: 16px;
  line-height: 1.2em;
}

.password-input:focus {
  border: 1px solid var(--primary-dark);
}

.password-input::placeholder {
  color: #0e0e0e66;
}

.password-title-wrapper {
  margin-bottom: 40px;
}

._404-paragraph {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 40px;
}

._404-logo-wrapper {
  justify-content: center;
  display: flex;
  position: absolute;
  inset: 40px 0% auto;
}

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

._404-content-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 700px;
  display: flex;
}

.coming-soon-wrapper {
  flex-direction: column;
  align-items: flex-start;
  max-width: 690px;
  margin-left: 0;
  margin-right: 40px;
  display: flex;
}

.changelog-heading {
  margin-bottom: 20px;
}

.coming-soon-form {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-direction: row;
  display: flex;
}

.coming-soon-input {
  border: 1px solid #0009;
  min-width: 300px;
  height: auto;
  margin-bottom: 0;
  padding: 18px 24px;
}

.coming-soon-input:focus {
  border: 1px solid var(--primary);
}

.coming-soon-input::placeholder {
  font-size: 16px;
  line-height: 1em;
}

.coming-soon-paragraph {
  margin-top: 20px;
  margin-bottom: 40px;
}

.coming-soon-page-wrap {
  text-align: left;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.coming-soon-heading {
  margin-top: 60px;
}

.blog-grid-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
}

.blog-grid-collection-list {
  grid-column-gap: 27px;
  grid-row-gap: 30px;
  flex-wrap: wrap;
  justify-content: flex-start;
  display: flex;
}

.blog-grid-image-link {
  min-width: 100%;
}

.blog-grid-image {
  object-fit: cover;
  width: 100%;
  height: 280px;
}

.blog-grid-item {
  border: 1px solid #0009;
  width: 31.5%;
  display: inline-block;
}

.blog-post-title {
  margin-top: 0;
  line-height: 1.3em;
  transition: color .3s;
}

.blog-post-title:hover {
  color: var(--primary);
}

.nav-menu-wrapper {
  flex: 1;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.blog-grid-post-wrapper {
  height: 100%;
  position: relative;
}

.blog-sidebar-post-category {
  border: 1px solid var(--primary);
  background-color: var(--primary);
  color: var(--white);
  padding: 5px 8px;
  transition: all .3s;
  display: inline-block;
}

.blog-sidebar-post-category:hover {
  background-color: var(--white);
  color: var(--primary);
}

.blog-sidebar-right {
  border-left: 1px solid #0009;
  flex-direction: column;
  padding-left: 35px;
  position: sticky;
  top: 60px;
}

.blog-sidebar-wrapper {
  grid-column-gap: 34px;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.sidebar-recent-posts-wrapper {
  margin-top: 20px;
}

.sidebar-recent-post-item {
  display: flex;
}

.sidebar-recent-post-image {
  object-fit: cover;
  width: 80px;
  height: 80px;
  margin-right: 15px;
}

.sidebar-recent-post {
  align-items: center;
  display: flex;
}

.blog-recent-post-title {
  color: var(--primary-dark);
  margin-top: 0;
  font-size: 16px;
  transition: color .2s;
}

.blog-recent-post-title:hover {
  color: var(--primary);
}

.recent-post-content-wrapper {
  flex-direction: column;
  justify-content: center;
  display: flex;
}

.blog-recent-post-date {
  color: #969696;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
}

.sidebar-recent-posts {
  background-color: #0000;
  border-bottom: 1px solid #0009;
  margin-bottom: 20px;
  padding-bottom: 30px;
}

.sidebar-categories {
  background-color: #0000;
}

.sidebar-categories-wrapper {
  margin-top: 20px;
}

.sidebar-category {
  border: 1px solid var(--black);
  background-color: var(--black);
  color: var(--white);
  padding: 5px 8px;
  transition: all .3s;
  display: inline-block;
}

.sidebar-category:hover {
  color: var(--black);
  background-color: #0000;
  border-color: #0009;
}

.blog-template-wrapper {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.blog-template-image {
  object-fit: cover;
  width: 100%;
  max-height: 680px;
  margin-bottom: 20px;
}

.blog-template-date {
  margin-top: 0;
  margin-bottom: 0;
}

.blog-template-pagination {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  border-top: 1px solid #0009;
  align-items: center;
  margin-top: 25px;
  padding-top: 30px;
  display: flex;
}

.prev-post-arrow {
  color: var(--dark-gray);
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 25px;
  font-family: "Fa solid 900", sans-serif;
}

.next-post-arrow {
  color: var(--dark-gray);
  margin-bottom: 0;
  margin-left: 25px;
  font-family: "Fa solid 900", sans-serif;
}

.blog-template-prev-button {
  flex: 1;
  display: flex;
}

.blog-template-next-button {
  flex: 1;
  justify-content: flex-end;
  display: flex;
}

.blog-template-pagination-link {
  align-items: center;
  width: auto;
  display: flex;
}

.blog-template-next {
  text-align: right;
}

.footer {
  background-color: var(--black);
  text-align: center;
  align-items: flex-start;
  padding-top: 60px;
  padding-bottom: 60px;
  position: static;
  bottom: 0;
}

.footer-bottom-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 5px;
  text-align: left;
  flex-flow: row;
  justify-content: flex-start;
  align-self: flex-start;
  align-items: center;
  width: 30%;
  display: flex;
}

.footer-rights {
  color: #ffffffb3;
  font-size: 14px;
}

.footer-copyright {
  color: #ffffffb3;
  font-family: Basis Grotesque, sans-serif;
  font-size: 14px;
  display: inline;
}

.footer-copyright-link {
  color: #fff;
  letter-spacing: .2px;
  margin-right: 5px;
  font-size: 14px;
  text-decoration: none;
  transition: all .2s;
  display: inline;
}

.footer-copyright-link:hover {
  color: var(--primary);
}

.section-title-wrapper {
  z-index: 999;
  text-align: center;
  max-width: 740px;
  margin-bottom: 50px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10px;
  position: relative;
}

.section-subtitle {
  color: var(--white);
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 30px;
  font-family: Futura, sans-serif;
  font-size: 14px;
  font-weight: 700;
}

.section-subtitle.text-white {
  font-family: Futura, sans-serif;
}

.team-grid {
  z-index: 999;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  position: relative;
}

.team-card {
  border: 1px solid #0e0e0e80;
}

.team-card-image {
  color: var(--primary);
  object-fit: cover;
  width: 100%;
  min-width: 100%;
  height: 300px;
}

.team-card-content-wrapper {
  background-color: var(--white);
  text-align: center;
  padding-top: 10px;
  padding-bottom: 30px;
}

.team-member-position {
  color: #525252;
  margin-bottom: 20px;
  font-size: 18px;
}

.team-social-links-wrapper {
  grid-column-gap: 20px;
  justify-content: center;
  display: flex;
}

.team-social-icon {
  color: var(--primary);
  font-family: "Fa brands 400", sans-serif;
  font-size: 20px;
}

.style-guide-buttons-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 30px;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
  margin-top: 50px;
  display: flex;
}

.style-guide-button-wrapper {
  width: 47%;
}

.style-guide-button-wrapper.last-child {
  margin-right: 0;
}

.text-button-icon {
  margin-top: 4px;
  margin-left: 10px;
  font-family: "Fa solid 900", sans-serif;
  font-size: 13px;
  line-height: 1;
}

.paragraph-large {
  font-size: 18px;
  line-height: 1.5em;
}

.banner-title-wrapper {
  flex-direction: column;
  align-items: center;
  max-width: 760px;
  display: flex;
}

.text-white {
  color: var(--white);
  text-align: center;
  font-family: Futura, sans-serif;
  font-size: 2.2rem;
}

.section-title-description {
  text-align: center;
  margin-top: 20px;
}

.section-title {
  text-transform: uppercase;
  font-family: Futura, sans-serif;
  font-size: 2.2rem;
}

.workflow-profile-photo {
  object-fit: cover;
  border-radius: 50%;
  width: 100%;
  height: 100%;
}

.workflow-profile-description {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-left: 20px;
  display: flex;
}

.workflow-profile-wrapper {
  flex-direction: row;
  align-items: center;
  margin-top: 40px;
  display: flex;
}

.workflow-profile-photo-wrapper {
  width: 70px;
  height: 70px;
}

.workflow-profile-name {
  color: var(--white);
  margin-bottom: 0;
  font-size: 18px;
}

.workflow-video {
  background-image: url('https://xpeng-uae.com/images/jenny-ueberberg-6MJJHDfJQew-unsplash_1jenny-ueberberg-6MJJHDfJQew-unsplash.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  min-height: 380px;
  display: flex;
  position: relative;
}

.play-button {
  z-index: 5;
  background-color: var(--white);
  border-radius: 50%;
  width: 80px;
  height: 80px;
  position: absolute;
}

.accordion-toggle {
  white-space: normal;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  padding: 10px 0;
  display: flex;
}

.accordion-list {
  background-color: #0000;
  width: 100%;
  display: block;
  position: static;
  overflow: hidden;
}

.accordion-list.w--open {
  background-color: #0000;
  padding-top: 0;
  padding-bottom: 20px;
  display: block;
}

.accordion-wrapper {
  width: 100%;
  display: flex;
}

.accordion-item {
  background-color: var(--white);
  border: 1px solid #0e0e0e80;
  width: 100%;
  margin-bottom: 15px;
  padding: 20px 30px;
  position: static;
}

.accordion-icon {
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 20px;
  font-family: "Fa solid 900", sans-serif;
  font-size: 17px;
  line-height: 24px;
}

.accordion-wrap {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  display: none;
}

.accordion-wrap.last-child {
  margin-right: 0;
}

.accordion-list-content {
  margin-top: 0;
  margin-bottom: 0;
}

.light-background {
  background-color: var(--light-gray);
}

.dark-background {
  z-index: 999;
  background-color: #fafafb;
}

.coming-soon-image {
  border: 1px solid #0009;
  max-width: 480px;
  padding: 40px;
}

.link-with-icon {
  transition: all .3s;
  display: flex;
}

.link-with-icon:hover {
  opacity: .7;
}

.contacts-wrapper {
  align-items: center;
  width: 100%;
  display: flex;
}

.contacts-content-wrapper {
  width: 50%;
  padding-right: 40px;
}

.contacts-form-wrapper {
  border-top-style: solid;
  border-top-width: 0;
  border-top-color: var(--primary-dark);
  border-right-style: solid;
  border-right-width: 0;
  border-right-color: var(--primary-dark);
  border-bottom-style: solid;
  border-bottom-width: 0;
  border-bottom-color: var(--primary-dark);
  border-left-style: solid;
  border-left-width: 0;
  border-left-color: var(--primary-dark);
  background-color: #fafafb;
  width: 55%;
  height: 50rem;
  margin-left: 0;
  padding: 40px;
  overflow-y: auto;
}

.contacts-divider {
  background-color: #0009;
  width: 100%;
  height: 1px;
  margin-top: 30px;
  margin-bottom: 20px;
}

.contacts-detail {
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 4px;
  display: flex;
}

.contacts-icon {
  color: var(--primary);
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 15px;
  font-family: "Fa solid 900", sans-serif;
}

.no-margin {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Basis Grotesque, sans-serif;
  font-size: 14px;
}

.no-margin.text-white {
  color: var(--white);
  text-align: left;
  font-family: Basis Grotesque, sans-serif;
  font-size: 11px;
}

.no-margin.tect-light {
  color: var(--white-50);
  font-size: 12px;
}

.contacts-location-slider {
  background-color: #0000;
  height: auto;
  padding-right: 100px;
  position: relative;
}

.hidden {
  display: none;
}

.contacts-left-arrow {
  color: var(--dark-gray-50);
  max-width: 40px;
  padding: 10px 15px;
  position: absolute;
  inset: 0% 60px auto auto;
}

.contacts-right-arrow {
  color: var(--dark-gray-50);
  max-width: 40px;
  padding: 10px 15px;
  inset: 0% 19px auto auto;
}

.contacts-slider-arrow-icon {
  color: #afafafcc;
  font-family: "Fa solid 900", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.contacts-arrows-divider {
  background-color: #0009;
  width: 1px;
  height: 20px;
  position: absolute;
  inset: 12px 60px auto auto;
}

.contacts-textarea {
  border: 1px solid var(--white-50);
  color: var(--white);
  background-color: #0000;
  min-width: 100%;
  max-width: 100%;
  min-height: 200px;
  margin-bottom: 30px;
  padding: 16px 18px;
  font-size: 16px;
  line-height: 1em;
}

.contacts-textarea:focus {
  border: 1px solid var(--primary);
}

.contacts-textarea::placeholder {
  color: var(--white-50);
  font-size: 16px;
}

.contacts-input {
  border: 1px solid var(--white-50);
  color: var(--white);
  background-color: #0000;
  height: auto;
  padding: 16px 18px;
  font-size: 16px;
  line-height: 1em;
  transition: all .2s;
}

.contacts-input:focus {
  border: 1px solid var(--primary);
}

.contacts-input::placeholder {
  color: var(--white-50);
  font-size: 16px;
  line-height: 1em;
}

.contacts-form-title {
  color: var(--white);
  text-align: center;
  margin-top: 0;
  margin-bottom: 30px;
}

.footer-link {
  color: var(--dark-gray);
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Basis Grotesque, sans-serif;
  font-size: 14px;
  transition: all .3s;
  display: inline-block;
}

.footer-link:hover {
  color: var(--white);
}

.footer-social-icons-wrapper {
  justify-content: center;
  align-items: flex-start;
  margin-top: 0;
  display: flex;
}

.footer-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  width: 80%;
  margin-bottom: 20px;
  display: grid;
}

.white-text {
  color: #fff;
  text-transform: uppercase;
  font-family: Futura, sans-serif;
  font-size: 2.2rem;
}

.footer-brand-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  align-items: flex-start;
  padding-right: 30px;
  display: flex;
}

.footer-brand {
  color: #fff;
  margin-bottom: 10px;
}

.footer-brand.w--current {
  color: #fff;
  padding-left: 0;
  font-family: Poppins;
}

.footer-social-icon {
  color: #fff;
  margin-right: 30px;
  font-family: "Fa brands 400", sans-serif;
  font-size: 18px;
  text-decoration: none;
  transition: all .3s;
}

.footer-social-icon:hover {
  color: var(--primary);
}

.footer-social-icon.last-child {
  margin-right: 0;
}

.footer-social-icon.last-child-copy {
  background-color: var(--transparent);
  background-image: url('https://xpeng-uae.com/images/x-white.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  margin-right: 0;
}

.footer-social-icon.last-child-copy-copy {
  background-color: var(--transparent);
  color: var(--primary);
  background-image: url('https://xpeng-uae.com/images/twitter-x-white.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 18px;
  height: 18px;
  margin-right: 0;
  font-size: 18px;
}

.footer-social-icon.last-child-copy-copy:hover {
  background-image: url('https://xpeng-uae.com/images/twitter-x-1.svg');
}

.footer-links-wrapper {
  text-align: left;
  border-left: 0 solid #ffffff4d;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.search-wrap-input {
  color: var(--primary-dark);
  background-color: #0000;
  border: 1px solid #0000;
  height: 60px;
  margin-bottom: 0;
  padding: 0;
  font-family: Lato, sans-serif;
  font-size: 18px;
}

.search-wrap-input:focus {
  border-style: none;
}

.search-wrap-input::placeholder {
  color: var(--dark-gray);
}

.search-desktop {
  z-index: 1000;
  background-color: #ffffffe6;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-left: 20px;
  padding-right: 20px;
  display: none;
  position: fixed;
  inset: 0% auto auto 0%;
}

.search-close-button {
  cursor: pointer;
  font-family: "Fa solid 900", sans-serif;
  font-size: 20px;
  font-weight: 900;
  position: absolute;
  inset: 50px 50px auto auto;
}

.search-bottom-line {
  background-color: var(--primary);
  width: 100%;
  height: 3px;
  margin-bottom: 20px;
  display: flex;
}

.search-wrapper {
  flex-direction: column;
  width: 100%;
  max-width: 1140px;
  display: flex;
}

.search-shop-con {
  grid-column-gap: 15px;
  align-items: center;
  max-width: 30%;
  margin-left: 20px;
  display: flex;
}

.navbar-search-icon {
  color: var(--white);
  cursor: pointer;
  padding: 10px 5px;
  font-family: "Fa solid 900", sans-serif;
  font-size: 15px;
}

.without-top-spacing {
  padding-top: 0;
}

.search-result-item {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: row;
  align-items: flex-start;
  margin-bottom: 30px;
  display: flex;
}

.search-link {
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 1.4em;
  transition: all .3s;
  display: inline-block;
}

.search-link:hover {
  opacity: .7;
}

.search-input {
  border: 1px solid var(--white-50);
  color: var(--white);
  background-color: #0000004d;
  width: 40%;
  height: auto;
  margin-bottom: 0;
  padding: 16px 22px;
  font-size: 16px;
  line-height: 1em;
  transition: width .35s;
}

.search-input:focus {
  border: 1px solid var(--white);
  width: 100%;
}

.search-input::placeholder {
  color: var(--white);
}

.search-result-wrapper {
  width: 100%;
  margin-top: 40px;
}

.testimonials-card-wrapper {
  z-index: 999;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  width: 100%;
  display: grid;
  position: relative;
}
#buildXPENG{
  display: none;
}
.block-quote-wrapper {
  text-align: center;
  max-width: 780px;
  margin-bottom: 80px;
  margin-left: auto;
  margin-right: auto;
}

.block-quote-position {
  color: #0e0e0e99;
  font-size: 14px;
  font-weight: 700;
}

.dark-gray-style-guide {
  background-color: var(--dark-gray);
  width: 75px;
  height: 75px;
}

.headings-container {
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.button-wrapper {
  margin-top: 50px;
}

.button-wrapper.form {
  margin-top: 30px;
}

.service-list-item {
  position: relative;
}

.overflow-hidden {
  overflow: hidden;
}

.service-list-wrapper {
  grid-column-gap: 15px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
}

.service-list-2-item {
  border: 1px solid #0009;
  position: relative;
}

.service-list-item-image {
  object-fit: cover;
  width: 100%;
  height: 250px;
}

.service-list-item-content {
  padding: 25px 20px 40px;
}

.service-list-title-wrapper {
  align-items: center;
  display: flex;
}

.style-guide-content-wrapper {
  display: flex;
}

.about-1-video {
  z-index: 999;
  background-image: url('https://xpeng-uae.com/images/pexels-antoni-shkraba-7144177_1pexels-antoni-shkraba-7144177.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  width: 80%;
  min-height: 440px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.about-1-video-wrapper {
  z-index: 999;
  flex-direction: column;
  width: 100%;
  display: flex;
  position: relative;
}

.slide-three {
  max-height: 580px;
}

.about-3-tab-link {
  color: var(--white);
  background-color: #0000;
  flex-direction: column;
  align-items: center;
  width: 33.33%;
  margin-bottom: -12px;
  padding-top: 20px;
  padding-bottom: 4px;
  font-size: 19px;
  line-height: 32px;
  transition: all .3s;
  display: flex;
  position: relative;
}

.about-3-tab-link.w--current {
  color: var(--white);
  background-color: #0000;
  padding-top: 20px;
  padding-bottom: 4px;
  font-size: 24px;
}

.section-with-blue-background {
  background-color: var(--primary);
}

.about-3-form-wrapper {
  grid-column-gap: 30px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-top: 30px;
  padding-bottom: 30px;
  display: flex;
}

.about-3-form {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  align-items: stretch;
  display: flex;
}

.form-text-field {
  border: 1px solid var(--white-50);
  background-color: #0000;
  width: 360px;
  height: auto;
  margin-bottom: 0;
  padding: 18px 20px;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 16px;
  line-height: 1;
}

.form-text-field:focus {
  border-style: solid;
  border-color: var(--white);
  color: var(--white);
}

.form-text-field::placeholder {
  color: var(--white);
  font-family: Verdana, Geneva, sans-serif;
  font-size: 16px;
  line-height: 1;
}

.portfolio-grid-collection-item {
  width: 100%;
  position: relative;
  overflow: hidden;
  box-shadow: 0 0 30px #00000014;
}

.template-empty-state {
  color: var(--primary);
  background-color: #0000;
  padding: 30px;
  font-size: 16px;
}

.portfolio-masonry-image-wrapper {
  position: relative;
}

.nav-dropdown-column {
  width: 50%;
}

.play-button-icon {
  z-index: 7;
  margin-left: 4px;
  font-family: "Fa solid 900", sans-serif;
  font-size: 20px;
  position: relative;
}

.play-button-hover {
  z-index: 10;
  border: 3px solid var(--white);
  border-radius: 50%;
  width: 94px;
  height: 94px;
  transition: all .3s;
  position: absolute;
  transform: scale(.85);
}

.play-button-hover:hover {
  transform: scale(1);
}

.sidebar-autor {
  background-color: #0000;
  border-bottom: 1px solid #0009;
  margin-bottom: 20px;
  padding-bottom: 25px;
}

.blog-sidebar-right-wrapper {
  width: 36%;
  position: relative;
}

.blog-sidebar-left-wrapper {
  width: 64%;
}

.banner-slider-wrapper {
  grid-column-gap: 50px;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  max-width: 1400px;
  height: 500px;
  margin-left: auto;
  margin-right: auto;
  padding: 110px 15px 80px 11%;
  display: flex;
}

.right-arrow-slider {
  justify-content: center;
  align-items: center;
  font-family: "Fa solid 900", sans-serif;
  font-size: 20px;
  font-weight: 400;
}

.left-arrow-slider {
  justify-content: center;
  align-items: center;
  font-family: "Fa solid 900", sans-serif;
  font-size: 20px;
}

.home-banner-section {
  background-color: var(--black);
  height: 100vh;
  margin-top: 0;
  position: relative;
  overflow: hidden;
}

.home-banner-section.home-two {
  background-color: var(--white);
  border-bottom: 1px solid #0000004d;
  align-items: flex-start;
  display: flex;
}

.home-banner-section.home-three {
  background-image: linear-gradient(#0009, #fff0), url('https://xpeng-uae.com/images/pexels-abdulwahab-alawadhi-12226220_2pexels-abdulwahab-alawadhi-12226220.webp');
  background-position: 0 0, 50% 90%;
  background-size: auto, cover;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  min-height: 730px;
  padding-top: 160px;
  padding-bottom: 80px;
  display: flex;
  overflow: hidden;
}

.home-banner-section.section-home {
  cursor: auto;
}

.home-banner-slider {
  background-color: #0000;
  height: 100vh;
  min-height: 750px;
}

.home-slide-one {
  background-image: linear-gradient(#00000080, #00000080), url('https://xpeng-uae.com/images/p7-front-1.jpg');
  background-position: 0 0, 10%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  height: 790px;
}

.home-buttons-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 20px;
  flex-wrap: wrap;
  margin-top: 0;
  display: flex;
}

.home-buttons-wrapper.home-three {
  margin-top: 0;
}

.banner-left-arrow {
  color: var(--white-50);
  background-color: #0000;
  background-position-x: 50%;
  justify-content: center;
  align-items: flex-start;
  width: 60px;
  height: 60px;
  display: flex;
  inset: auto auto 0% 0%;
}

.banner-left-arrow:hover {
  color: var(--primary);
}

.banner-left-arrow.newnone {
  display: none;
}

.banner-right-arrow {
  color: var(--white);
  background-color: #0000;
  justify-content: center;
  align-items: flex-start;
  width: 60px;
  height: 60px;
  transition: all .3s;
  display: flex;
  inset: auto auto 0% 60px;
}

.banner-right-arrow:hover {
  color: var(--primary);
}

.banner-right-arrow.newnone {
  display: none;
}

.home-slide-two {
  background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url('https://xpeng-uae.com/images/XPENG_G9_JUNE.jpg'); 
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
}

.home-slidefull {
  z-index: 1;
  background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url('https://xpeng-uae.com/images/XPENG_G6_JUNE.jpg');
  background-position: 30% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  height: 100vh;
}

.home-slide-three {
  background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url('https://xpeng-uae.com/images/XPENG_RANGE_JUNE.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  height: 100%;
}

.home-slide-four {
  z-index: 1;
  background-image:  url('https://www.xpeng-uae.com/images/XPENG_Servies.jpg');
  background-position: center;
  background-repeat: no-repeat;
  background-size:  cover;
  height: 100vh;
}

.home-banner-title {
  color: var(--white);
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 46px;
  font-weight: 700;
  line-height: 1.2em;
}


.graphic-image {
  cursor: pointer;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.blog-item {
  background-color: var(--white);
  border: 1px solid #0e0e0e80;
  width: 33.33%;
  position: relative;
}

.home-blog-image {
  object-fit: cover;
  width: 100%;
  height: 240px;
}

.blog-content-wrapper {
  padding: 20px 20px 50px;
}

.blog-image-link {
  width: 100%;
  overflow: hidden;
}

.blog-list-wrapper {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.blog-list {
  grid-column-gap: 30px;
  align-items: stretch;
  display: flex;
}

.home-testimonials-mask {
  width: 85%;
  overflow: visible;
}

.home-testimonials-slider-arrow-icon {
  color: var(--dark-gray-50);
  justify-content: center;
  align-items: center;
  height: 100%;
  font-family: "Fa solid 900", sans-serif;
  font-size: 20px;
  line-height: 1;
  transition: all .2s;
  display: flex;
}

.home-testimonials-slider-arrow-icon:hover {
  color: var(--primary);
}

.home-testimonials-slider-arrow {
  width: 50px;
  height: 30px;
  display: block;
  inset: auto auto 0% -15px;
}

.home-testimonials-slider-arrow.right {
  left: 45px;
}

.home-testimonials-slider {
  z-index: 999;
  background-color: #0000;
  height: auto;
  margin-left: 1.4%;
  padding-bottom: 60px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.home-testimonials-slide {
  border: 1px solid #0e0e0e80;
  flex-direction: column;
  margin-right: 60px;
  display: flex;
}

.home-graphic-wrapper {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  align-items: stretch;
  width: 80%;
  display: flex;
}

.home-graphic-image {
  width: 50%;
  overflow: hidden;
}

.home-graphic-text {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  padding-left: 2rem;
  font-family: Basisgrotesque, sans-serif;
  display: flex;
}

.navbar-absolute {
  background-color: var(--white);
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
  position: fixed;
  inset: 0% 0% auto;
}

.slide-nav {
  display: none;
}

.contacts-with-background {
  justify-content: space-between;
  padding-top: 90px;
  padding-bottom: 90px;
  display: flex;
}

.contacts-with-background.contact-2 {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  width: 100%;
  padding-top: 60px;
  padding-bottom: 60px;
}

.conracts-with-bg-button {
  justify-content: flex-end;
  align-items: center;
  width: 20%;
  display: flex;
}

.testimonials {
  padding-top: 80px;
  padding-bottom: 80px;
}

.primary-color-background {
  background-color: var(--primary);
  overflow: hidden;
}

.blog-section-title {
  text-align: center;
  margin-bottom: 60px;
  padding-left: 15px;
  padding-right: 15px;
}

.map-wrapper {
  position: relative;
}

.map-wrapper.home-page {
  width: 100%;
  margin-bottom: 60px;
}

.contacts-with-bg-text {
  width: 80%;
}

.contacts-wrapper-grid {
  grid-column-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  padding-left: 30px;
  padding-right: 30px;
}

.section-title-center {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 780px;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.courses-collection {
  width: 100%;
}

.home-auto-blog-wrapper {
  z-index: 999;
  grid-row-gap: 40px;
  flex-direction: column;
  align-items: center;
  display: flex;
  position: relative;
}

.home-4-testimonials-wrapper, .testimonials-wrapper-two {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  align-items: stretch;
  width: 100%;
  margin-top: 10px;
  display: flex;
}

.top-banner-button-wrapper {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  margin-top: 38px;
  display: flex;
  position: relative;
}

.about-img {
  object-fit: cover;
  position: absolute;
}

.about-img._1 {
  z-index: 2;
  width: 350px;
  inset: 0% 0% auto 12%;
}

.about-img._5 {
  z-index: 4;
  width: 350px;
  inset: 60% 0% auto 24%;
}

.about-img._3 {
  z-index: 1;
  width: 300px;
  inset: 19% 4% 0% auto;
}

.about-img._4 {
  z-index: 5;
  width: 220px;
  inset: 47% 30% 0% 50%;
}

.about-img._2 {
  z-index: 3;
  width: 300px;
  inset: 31% auto 0% 2%;
}

.subtitle {
  color: var(--primary-dark);
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 400;
}

.our-services-wrap {
  grid-row-gap: 20px;
  flex-direction: column;
  align-items: center;
  width: 33.33%;
  display: flex;
}

.service-card-paragraph {
  color: #222;
  margin-top: 12px;
  font-family: Basis Grotesque, sans-serif;
  font-size: 14px;
  line-height: 1.6em;
}

.service-cars-heading {
  color: var(--primary-dark);
  letter-spacing: .2px;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Futura, sans-serif;
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 1em;
}

.service-card {
  text-align: center;
  border: 1px solid #0e0e0e80;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 200px;
  padding: 20px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.central-alignment-heaading {
  text-align: center;
  margin-bottom: 75px;
}

.heading-wrapper {
  margin-top: 40px;
  margin-bottom: 30px;
}

.content-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 190px;
  display: flex;
}

.content {
  border-radius: 5px;
  margin-bottom: 30px;
  margin-left: 15px;
  margin-right: 15px;
}

.industries-block-wrapper {
  background-color: #0000;
  border-radius: 12px;
  flex-direction: column;
  justify-content: space-around;
  width: 100%;
  max-width: 35vw;
  padding-bottom: 30px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  position: relative;
}

.industries-block-wrapper:hover {
  box-shadow: 0 10px 20px #14173326;
}

.sidebar-categories-list {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-wrap: wrap;
  display: flex;
}

.blog-details-link-title {
  margin-bottom: 0;
}

.home-9-team-item {
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 31%;
  position: relative;
}

.home-feature-item {
  border-right: 1px solid #0e0e0e4d;
  flex-direction: column;
  align-items: center;
  width: 25%;
  padding: 20px;
  display: flex;
}

.home-feature-item.last-item {
  border-right-style: none;
}

.about-4-team-slide {
  width: 23%;
  margin-right: 30px;
}

.about-6-contacts-wrapper {
  display: flex;
}

.about-6-contacts-wrap {
  background-color: var(--black);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 440px;
  display: flex;
}

.about-6-contacts-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.about-6-contacts-content-wrapper {
  grid-row-gap: 40px;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.about-6-projects-item {
  text-align: center;
  object-fit: cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 370px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.section-with-blue-bg {
  background-color: var(--primary);
  justify-content: center;
  display: flex;
}

.nav-dropdown-link-line {
  background-color: var(--primary);
  color: var(--primary);
  width: 16px;
  height: 2px;
  margin-right: 15px;
  display: inline-block;
}

.search {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  justify-content: center;
  width: 100%;
  max-width: 700px;
  margin-bottom: 0;
  display: flex;
}

.get-started-wrapper {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.get-started-text-wrap {
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 60%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.subtitle-two {
  color: #fc8e44;
  border-bottom: 2px solid #80808026;
  margin-bottom: 30px;
  margin-right: 0;
  padding-bottom: 4px;
  display: inline-block;
}

.dropdown-nav-link {
  color: #999;
  margin-left: -20px;
  padding: 5px 0;
  font-family: Poppins;
  transition: color .2s;
  display: flex;
}

.dropdown-nav-link:hover, .dropdown-nav-link.w--current {
  color: #004ae2;
}

.gallery-image-link {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.home-19-gallery-img-link {
  justify-content: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.home-numbers {
  background-color: #fafafb;
  width: 100%;
  padding: 60px;
  display: flex;
}

.home-number-item {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  border-right: 1px solid #ffffff4d;
  align-items: center;
  width: 50%;
  padding-right: 30px;
  display: flex;
}

.home-number-item.right {
  border-right-style: none;
  padding-left: 30px;
  padding-right: 0;
}

.home-21-number {
  color: var(--white);
}

.menu-wrap {
  align-items: center;
  display: flex;
}

.rich-text-style h2 {
  margin-bottom: 15px;
  font-size: 40px;
}

.rich-text-style h3 {
  margin-top: 25px;
  margin-bottom: 15px;
  font-size: 34px;
}

.rich-text-style h4 {
  margin-top: 25px;
  margin-bottom: 15px;
}

.rich-text-style h5, .rich-text-style h6 {
  margin-top: 20px;
}

.rich-text-style ul {
  margin-top: 20px;
  margin-bottom: 20px;
}

.rich-text-style img {
  margin-top: 20px;
  margin-bottom: 10px;
}

.home-banner-left-arrow {
  align-items: center;
  height: 40px;
  display: flex;
  inset: 0% auto 0% 2%;
}

.home-23-team-item {
  width: 33%;
}

.center-title {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.brand-tablet {
  display: none;
}

.brand.w--current {
  width: 20%;
}

.form {
  flex-direction: column;
  display: flex;
}

.paragraph-gray-style-guide {
  background-color: var(--paragraph-gray);
  width: 75px;
  height: 75px;
}

.shop-collection-list {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.shop-collection-list.grid-four, .shop-collection-list.shop-details {
  grid-template-columns: 1fr 1fr 1fr 1fr;
  width: 100%;
}

.shop-category-tabs {
  width: 100%;
}

.shop-collection-list-wrapper {
  z-index: 999;
  width: 100%;
  position: relative;
}

.sessions-tab-link {
  border-style: solid;
  border-width: 1px;
  border-color: transparent transparent var(--dark-gray-50);
  color: var(--primary-dark);
  background-color: #0000;
  padding: 12px 35px;
  font-weight: 700;
}

.sessions-tab-link.w--current {
  border-bottom-width: 2px;
  border-bottom-color: var(--black);
  background-color: #0000;
}

.shop-category-tabs-content {
  overflow: visible;
}

.shop-collection-item {
  width: 100%;
}

.shop-tabs-menu {
  grid-row-gap: 15px;
  flex-wrap: wrap;
  justify-content: flex-start;
  padding-bottom: 50px;
  display: flex;
}

.shop-tabs-menu.left-style {
  justify-content: flex-start;
}

.shop-tabs {
  width: 100%;
}

.main-shop-list-item {
  grid-row-gap: 20px;
  flex-direction: column;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.main-shop-list-item.home {
  grid-row-gap: 10px;
}

.shop-link-block {
  border-radius: 5px;
  width: 100%;
  overflow: hidden;
}

.shop-links-wrapper {
  position: relative;
}

.shop-item-price {
  font-size: 18px;
}

.shop-item-price.home {
  font-size: 16px;
}

.shop-item-link {
  color: var(--primary-dark);
  font-size: 20px;
  font-weight: 700;
}

.shop-item-link:hover {
  color: var(--primary);
}

.shop-price-wrapper {
  grid-column-gap: 15px;
  grid-row-gap: 10px;
  flex-flow: wrap;
  margin-top: 10px;
  display: flex;
}

.shop-details-wrapper {
  grid-column-gap: 50px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1.1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.shop-details-slider {
  background-color: #0000;
  border-radius: 10px;
  height: 570px;
}

.shop-details-image-lightbox {
  border-radius: 10px;
  width: 100%;
  height: 100%;
}

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

.shop-details-left-arrow {
  background-color: var(--primary-dark);
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  margin-left: 20px;
  font-family: "Fa solid 900", sans-serif;
  transition: background-color .2s, color .2s;
  display: flex;
}

.shop-details-left-arrow:hover {
  background-color: var(--white);
  color: var(--primary-dark);
}

.arrow-icon {
  font-family: "Fa solid 900", sans-serif;
  font-size: 14px;
}

.shop-details-right-arrow {
  background-color: var(--primary-dark);
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  margin-right: 20px;
  font-family: "Fa solid 900", sans-serif;
  transition: background-color .2s, color .2s;
  display: flex;
}

.shop-details-right-arrow:hover {
  background-color: var(--white);
  color: var(--primary-dark);
}

.shop-details-slide-nav {
  font-size: 10px;
}

.shop-details-content-block {
  grid-row-gap: 30px;
  flex-direction: column;
  display: flex;
}

.shop-details-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 42px;
}

.shop-item-info-wrapper {
  grid-row-gap: 10px;
  flex-direction: column;
  display: flex;
}
.car-calculator-tenure{
  display: flex;
  justify-content: space-between;
  gap: 1rem;
}

.shop-details-block {
  grid-row-gap: 30px;
  border-top: 1px solid #0009;
  flex-direction: column;
  width: 100%;
  margin-top: 50px;
  padding-top: 30px;
  display: flex;
}

.shop-image-lightbox-link {
  width: 100%;
  height: 100%;
}

.image-preview {
  object-fit: cover;
  width: 100%;
  height: 440px;
}

.shop-images-list {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.shop-images-wrapper {
  border-top: 1px solid #0009;
  padding-top: 50px;
}

.shop-image-item {
  width: 100%;
}

.section-two-side-title-wrapper {
  z-index: 999;
  grid-column-gap: 60px;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-bottom: 50px;
  display: flex;
  position: relative;
}

.style-guide-subtitle {
  margin-bottom: 20px;
}

.details-page-title {
  margin-top: 0;
  font-size: 44px;
}

.footer-rights-wrapper {
  flex-wrap: wrap;
  align-items: flex-start;
  display: flex;
}

.position-relative {
  position: relative;
}

.testimonials-bg-element {
  background-color: var(--primary-dark);
  height: 160px;
  position: absolute;
  inset: 0% 0% auto;
}

.coming-soon-form-main {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: wrap;
  display: flex;
}

.success-message {
  color: var(--primary-dark);
  text-align: center;
  background-color: #0000;
  border: 1px solid #0009;
}

.error-message {
  color: var(--primary);
  text-align: center;
  background-color: #0000;
  padding: 0;
}

.error-message.white {
  color: var(--white);
}

.contacts-form-wrapper-home {
  z-index: 999;
  border: 1px solid var(--white-50);
  background-image: linear-gradient(360deg, #00000080, #0000000d);
  width: 38%;
  padding: 30px;
  display: none;
  position: relative;
}

.slider-banner-left-column {
  cursor: none;
  width: 70%;
}

.slider-banner-left-column-offer {
  cursor: none;
  margin-left: auto;
  width: 85%;
}
.slider-banner-right-column {
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 90px;
  padding-right: 15px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.banner-slider-main-wrapper {
  width: 100%;
  height: 100%;
  position: relative;
}

.contacts-input-home {
  border: 1px solid var(--white-50);
  color: var(--white);
  background-color: #0000;
  height: auto;
  margin-bottom: 15px;
  margin-right: 15px;
  padding: 16px 18px;
  font-size: 16px;
  font-weight: 400;
  transition: all .2s;
}

.contacts-input-home:focus {
  border: 1px solid var(--white);
}

.contacts-input-home::placeholder {
  color: var(--dark-gray);
  font-size: 16px;
}

.contacts-input-home.custom-select {
  color: var(--white);
}

.form-block-home {
  margin-bottom: 0;
}

.home-contacts-form-title {
  color: var(--white);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 25px;
  font-family: Futura, sans-serif;
}

.in-section-title-wrapper {
  text-align: left;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
  font-family: Futura, sans-serif;
  font-size: 3rem;
}

.flex-vertical-align-start {
  background-color: var(--white);
  flex-direction: column;
  align-items: flex-start;
  width: 57%;
  padding: 30px;
  display: flex;
}

.card-wrapper-small {
  object-fit: cover;
  width: 43%;
  height: 500px;
}

.car-item-style {
  border: 1px solid #0e0e0e80;
  height: auto;
  display: flex;
}

.car-title {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Futura, sans-serif;
  transition: color .3s;
}

.car-title:hover {
  color: var(--primary);
}

.car-info-wrapper {
  grid-column-gap: 50px;
  grid-row-gap: 20px;
  color: var(--paragraph-gray);
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-bottom: 30px;
  font-family: Futura, sans-serif;
  display: flex;
}

.car-info-wrapper.shop-details {
  grid-column-gap: 20px;
  justify-content: flex-start;
  margin-bottom: 0;
}

.car-price-wrapper {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.car-price-wrapper.shop-details {
  margin-top: 0;
}

.price-car {
  margin-top: 0;
  margin-bottom: 0;
}

.car-info-small {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.car-info-small.shop-details {
  border: 1px solid #0009;
  padding: 5px 10px;
}

.home-features {
  text-align: center;
  flex-wrap: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  justify-content: center;
  place-items: center;
  width: 100%;
  margin-top: 50px;
  display: flex;
}

.services-icons {
  width: 44px;
  height: 44px;
  margin-bottom: 15px;
}

.cart-button {
  background-color: #0000;
  padding: 0 5px;
}

.cart-quantity {
  background-color: var(--primary);
  color: var(--white);
  min-width: 16px;
  height: 16px;
  margin-bottom: 12px;
  margin-left: -10px;
  padding-left: 5px;
  padding-right: 5px;
  font-size: 10px;
  line-height: 16px;
}

.image-banner-content {
  flex-direction: column;
  width: 70%;
  display: flex;
  position: relative;
}

.image-banner-content-wrapper {
  z-index: 999;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 1170px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
}

.form-block-subscribe {
  margin-bottom: 0;
}

.home-testimonials-author {
  grid-column-gap: 20px;
  grid-row-gap: 15px;
  align-items: flex-start;
  width: 100%;
  margin-top: 0;
  padding-top: 0;
  display: flex;
  position: static;
}

.title-block-clients {
  flex-direction: column;
  justify-content: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.arrow-slide {
  color: var(--dark-gray-50);
  font-family: "Fa solid 900", sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.2em;
}

.arrow-slide:hover {
  color: var(--primary);
}

.mask-testimonials {
  width: 100%;
  height: 100%;
  overflow: visible;
}

.slider-testimonials {
  z-index: 999;
  background-color: #0000;
  justify-content: space-between;
  align-items: stretch;
  height: 100%;
  margin-bottom: -15px;
  padding-bottom: 60px;
  display: flex;
}

.home-testimonials-card {
  grid-row-gap: 5px;
  background-color: var(--transparent);
  border: 0 solid #0e0e0e80;
  flex-direction: column;
  height: 100%;
  padding: 0;
  display: flex;
  position: relative;
}

.home-testimonials-image {
  object-fit: cover;
  border-radius: 100%;
  width: 50px;
  height: 50px;
}

.slide-testimonial {
  background-color: #fff;
  border-radius: 10px;
  width: 48.5%;
  height: auto;
  margin-right: 30px;
}

.left-style-title-wrapper {
  z-index: 999;
  text-align: left;
  flex-direction: column;
  align-items: center;
  width: 100%;
  margin-bottom: 0;
  display: flex;
  position: relative;
}

.shop-list-image-home {
  object-fit: contain;
  border-radius: 5px;
  width: 100%;
  height: 150px;
  transition: transform .3s;
  box-shadow: 7px 7px 50px #0000000d;
}

.shop-list-image-home:hover {
  transform: scale(1.06);
}

.blog-category-link {
  color: var(--black);
}

.blog-category-link:hover {
  color: var(--primary);
}

.link-blog-arrow {
  color: var(--primary-dark);
  background-color: #0000;
  border: 1px #0e0e0e80;
  border-style: solid none none solid;
  padding: 15px;
  font-family: "Fa solid 900", sans-serif;
  display: inline-block;
  position: absolute;
  inset: auto 0% 0% auto;
}

.link-blog-arrow:hover {
  border-top-color: var(--primary);
  border-left-color: var(--primary);
  background-color: var(--primary);
  color: var(--white);
}

.bg-element {
  border: 1px solid #0e0e0e80;
  border-top-style: none;
  width: 100%;
  height: 45%;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: 0% 0% auto;
}

.bg-element.bottom, .bg-element.bottom-about {
  border-top-style: solid;
  border-bottom-style: none;
  height: 40%;
  top: auto;
  bottom: 0;
}

.footer-contact-elements {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: var(--dark-gray);
  text-align: left;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  transition: color .2s;
  display: flex;
}

.footer-contact-elements:hover {
  color: var(--white);
}

.footer-contact-elements.phone {
  align-items: center;
}

.top-block-icon {
  width: 20px;
  height: 20px;
}

.footer-top-wrapper {
  border-bottom: 0 solid #ffffff4d;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 30px;
  padding-bottom: 20px;
  display: flex;
}

.footer-title {
  color: var(--white);
  text-align: left;
  margin-top: 0;
  font-family: Basis Grotesque, sans-serif;
  font-size: 14px;
}

.collection-list-wrapper-home, .collection-list-home, .collection-item-home {
  width: 100%;
}

.card-wrapper-small-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.success-message-outline-white {
  border: 1px solid var(--white);
  color: var(--white);
  background-color: #0000;
}

.error-message-white-red {
  border: 1px solid var(--primary);
  color: var(--white);
  text-align: center;
  background-color: #9a0f3966;
  margin-top: 15px;
  line-height: 1.4em;
}

.banner-slider-second {
  z-index: 999;
  background-color: #0000;
  border: 1px #00000026;
  border-bottom-style: solid;
  height: auto;
  padding-top: 40px;
  padding-bottom: 60px;
}

.slider-secondary-image {
  filter: brightness(90%);
  width: 180px;
}

.gray-slider-arrow {
  color: #677788;
  font-family: "Fa solid 900", sans-serif;
  font-size: 20px;
  transition: all .25s;
}

.gray-slider-arrow:hover {
  color: #afafaf80;
}

.slider-main-image {
  z-index: 999;
  object-fit: contain;
  width: 440px;
  height: 240px;
  position: relative;
}

.slide-wrapper {
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.second-banner-arrows {
  justify-content: flex-end;
  align-items: flex-start;
  width: 10%;
  padding-top: 180px;
  display: flex;
}

.second-banner-arrows.right {
  justify-content: flex-start;
}

.items-wrapper {
  grid-column-gap: 20px;
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.banner-two-slider-main-wrapper {
  flex-direction: column;
  justify-content: flex-end;
  width: 100%;
  height: 100%;
  margin-top: 160px;
  display: flex;
  position: relative;
}

.banner-bg {
  background-image: linear-gradient(#fff0 50%, #00000080), linear-gradient(#000000b3, #fff0 78%), url('https://xpeng-uae.com/images/p7.jpg');
  background-position: 0 0, 0 0, 50% 30%;
  background-size: auto, auto, cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0 0% auto;
}

.collection-list-wrapper-banner {
  width: auto;
}

.collection-list-banner {
  width: 100%;
}

.collection-item-banner {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.banner-image-link-block {
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.slider-banner-title {
  color: var(--primary-dark);
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 46px;
  font-weight: 700;
  line-height: 1.2em;
  transition: color .2s;
}

.slider-banner-title:hover {
  color: var(--primary);
}

.second-banner-content {
  max-width: 700px;
}

.banner-display-text-wrapper {
  z-index: 1;
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
  position: relative;
}

.banner-three-bg-wrapper {
  z-index: 2;
  background-image: url('https://xpeng-uae.com/images/pexels-abdulwahab-alawadhi-12226220_1pexels-abdulwahab-alawadhi-12226220.webp');
  background-position: 50% 90%;
  background-size: cover;
  justify-content: center;
  align-items: flex-end;
  padding-bottom: 50px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.banner-display-text {
  color: var(--white);
  white-space: nowrap;
  margin-top: 10px;
  margin-bottom: 90px;
  font-size: 80px;
  font-weight: 700;
  line-height: 1.2em;
}

.our-services-grid-home {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-rows: 1fr;
  width: 80%;
  margin-top: 80px;
}

.our-services-grid-home.no-margin {
  margin-top: 0;
}

.features-divider {
  background-color: #0e0e0e80;
  width: 100%;
  height: 1px;
}

.features-numbers {
  grid-column-gap: 15px;
  align-items: center;
  padding-bottom: 20px;
  display: flex;
}

.link-to-features {
  width: 40px;
  height: 40px;
  display: none;
  position: absolute;
  inset: auto auto 25%;
}

.paragraph-white {
  color: var(--white);
}

.contact-us-link:hover {
  color: var(--primary-dark);
}

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

.video-wrapper-small {
  width: 50%;
  overflow: hidden;
}

.team-graphic-text {
  width: 50%;
}

.team-graphic-wrapper {
  grid-column-gap: 80px;
  align-items: stretch;
  display: flex;
}

.blog-details-date-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 30px;
  margin-bottom: 40px;
  display: flex;
}

.blog-autor-profile-wrapper {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

.autor-profile-name {
  margin-bottom: 0;
  font-size: 18px;
}

.autor-profile-photo {
  object-fit: cover;
  border-radius: 50%;
  width: 100%;
  height: 100%;
}

.autor-profile-photo-wrapper {
  flex: none;
  width: 70px;
  height: 70px;
}

.autor-profile-description {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-left: 20px;
  display: flex;
}

.collection-list-recent-post {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

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

.order-item-title {
  margin-top: -8px;
  line-height: 1.8em;
}

.cart-quantity-style {
  background-color: #0000;
  border-color: #0009;
  border-radius: 0;
}

.cart-quantity-style:focus {
  border-color: var(--primary);
}

.cart-header {
  border-bottom-color: #0009;
}

.cart-footer {
  border-top-color: #0009;
}

.order-image {
  object-fit: cover;
  width: 70px;
  height: 70px;
}

.order-item {
  align-items: center;
}

.out-of-stock-state {
  text-align: center;
  background-color: #0000;
  border: 1px solid #0009;
}

.default-state.shop-details {
  grid-row-gap: 10px;
  flex-direction: column;
  display: flex;
}

.add-to-cart {
  margin-top: 10px;
}

.add-to-cart.no-top-margin {
  margin-top: 0;
}

.order-confirmation {
  background-color: #0000;
  min-height: auto;
  padding-top: 0;
  padding-bottom: 0;
}

.block-content {
  border-bottom-color: #0009;
  border-left-color: #0009;
  border-right-color: #0009;
}

.block-header {
  grid-column-gap: 10px;
  border-color: #0009;
  flex-wrap: wrap;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
}

.shipping-method {
  border-bottom-color: #0009;
}

.shipping-method-list {
  border-left-color: #0009;
  border-right-color: #0009;
}

.paypal-checkout-form {
  background-color: #0000;
  min-height: auto;
  padding-top: 0;
  padding-bottom: 0;
}

.radio-button {
  filter: grayscale();
}

.checkout-form {
  background-color: #0000;
  min-height: auto;
  padding-top: 0;
  padding-bottom: 0;
}

.search-result-list {
  column-count: 2;
  flex-flow: wrap;
}

.search-info {
  text-align: center;
  width: 60%;
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
}

.image-search {
  object-fit: cover;
  width: 25%;
  height: 140px;
}

.search-item {
  white-space: pre-line;
}

.page-url-search {
  margin-bottom: 10px;
  font-size: 14px;
}

.shop-quantity-style {
  background-color: #0000;
  border-color: #0000 #0000 #0009;
  border-radius: 0;
  width: 100%;
  height: auto;
  padding-top: 0;
  padding-bottom: 10px;
  padding-left: 0;
}

.shop-quantity-style:focus {
  border-color: var(--primary);
}

.shop-category-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  display: flex;
}

.collection-list-two {
  grid-column-gap: 15px;
  grid-row-gap: 10px;
  flex-wrap: wrap;
  display: flex;
}

.link-shop-categories {
  line-height: 1em;
}

.link-shop-categories:hover {
  color: var(--primary-dark);
}

.recent-products-wrapper {
  border: 1px solid #0009;
  padding: 30px 40px;
}

.heading-two {
  margin-bottom: 30px;
  font-size: 100px;
}

.shipping-address {
  display: none;
}

.buy-now-webflow-icon {
  margin-right: 8px;
}

.more-templates {
  z-index: 1000;
  background-color: var(--white);
  color: var(--black);
  border: 1px solid #e4e4e4;
  border-radius: 4px;
  width: 141px;
  padding: 6px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 14px;
  display: flex;
  position: fixed;
  inset: auto 12px 48px auto;
}

.buy-this-template {
  z-index: 1000;
  background-color: var(--white);
  color: var(--black);
  border: 1px solid #e4e4e4;
  border-radius: 4px;
  padding: 6px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 14px;
  display: flex;
  position: fixed;
  inset: auto 12px 12px auto;
}

.hire-popup {
  z-index: 1000;
  background-color: #1c276d;
  border-radius: 4px;
  width: 100%;
  max-width: 290px;
  position: fixed;
  inset: auto auto 5px 5px;
}

.hire-popup-wrap {
  grid-row-gap: 10px;
  flex-direction: column;
  padding: 15px;
  display: flex;
  position: relative;
}

.hire-popup-wrap:hover {
  color: #fff;
}

.hire-paragraph {
  color: var(--white);
  max-width: 93%;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.3em;
}

.hire-link {
  color: #fff;
  letter-spacing: 0;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.2em;
  text-decoration: underline;
  transition-property: none;
}

.hire-link:hover {
  opacity: 1;
  color: #fff;
  text-transform: none;
}

.hire-buttons-wrap {
  grid-column-gap: 20px;
  display: flex;
}

.hire-buttons {
  color: #fff;
  text-align: center;
  letter-spacing: 0;
  text-transform: none;
  border: 1px solid #fff;
  border-radius: 4px;
  padding: 5px 15px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.2em;
}

.hire-buttons:hover {
  color: #ffffffb3;
}

.hire-popup-close {
  cursor: pointer;
  padding: 10px 20px;
  position: absolute;
  top: -7px;
  right: -14px;
}

.close-popup-image {
  width: 12px;
  height: 12px;
}

.nav-link-copy {
  color: var(--primary-dark);
  padding: 15px;
  font-family: Basis Grotesque, sans-serif;
  font-size: .7rem;
  line-height: 1em;
}

.nav-link-copy:hover {
  opacity: 1;
}

.nav-link-copy.w--current {
  color: var(--black);
}

.nav-dropdown-link-copy {
  text-transform: capitalize;
  width: 100%;
  margin-left: -20px;
  padding: 8px 8px 8px 0;
  font-size: 16px;
  font-weight: 400;
  transition: all .3s;
  display: flex;
}

.nav-dropdown-link-copy:hover {
  color: var(--primary);
  margin-left: 0;
}

.nav-dropdown-link-copy.w--current {
  color: var(--primary);
}

.flex-block {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
}

.flex-block-2 {
  width: 49%;
}

.flex-block-3 {
  width: 50%;
}

.flex-block-6 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
}

.checkbox-label {
  color: var(--white);
}

.link {
  color: var(--white-50);
}

.image {
  width: 100%;
  height: 80%;
  min-height: 70%;
  margin-top: 0;
  padding-top: 25px;
  padding-bottom: 25px;
  overflow: auto;
}

.heading {
  margin-bottom: 5px;
  padding-left: 10px;
  font-family: Futura, sans-serif;
  font-size: 1.3rem;
}

.paragraph {
  color: var(--paragraph-gray);
  text-align: left;
  margin-top: 0;
  padding-left: 10px;
  font-family: Basis Grotesque, sans-serif;
  font-size: 12px;
}

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

.flex-block-8 {
  text-align: left;
  align-items: flex-start;
}

.heading-2 {
  color: var(--white);
  font-family: Futura, sans-serif;
  font-size: 4rem;
}

.div-block {
  grid-column-gap: 120px;
  grid-row-gap: 120px;
  color: var(--white);
  flex-flow: column;
  justify-content: space-around;
  align-items: center;
  height: 100%;
  display: flex;
}

.flex-block-9 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: flex-start;
  align-self: auto;
  align-items: center;
  margin-top: 4rem;
}

.flex-block-10 {
  justify-content: space-between;
  width: 90%;
}

.heading-3 {
  color: var(--white-50);
  font-family: Basis Grotesque, sans-serif;
  font-size: 14px;
}

.flex-block-11 {
  align-items: center;
  font-style: italic;
}

.mask {
  height: 100%;
}

.flex-block-12 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  background-color: #feffff;
  padding-left: 10px;
  padding-right: 10px;
}

.paragraph-2 {
  background-color: var(--primary);
  color: var(--white-50);
  border-radius: 10px;
  width: 25%;
  padding: 10px;
}

.heading-4 {
  text-align: left;
  justify-content: center;
  font-style: italic;
  display: flex;
}

.heading-5 {
  justify-content: center;
  width: 100%;
  font-family: Futura, sans-serif;
  font-size: 2.2rem;
  font-style: italic;
  display: flex;
}

.slider-testimonials-copy {
  z-index: 999;
  background-color: #0000;
  justify-content: space-between;
  height: auto;
  margin-bottom: -15px;
  padding-bottom: 60px;
  display: flex;
}

.more-options {
  background-color: #fff;
  border-radius: 10px;
  width: 48.5%;
  height: auto;
  margin-right: 30px;
}

.g9-more {
  grid-row-gap: 20px;
  cursor: pointer;
  background-color: #fff;
  background-image: url('https://xpeng-uae.com/images/G9-back.jpg');
  background-position: 0 0;
  background-size: cover;
  border: 1px solid #0e0e0e80;
  flex-direction: column;
  height: 25rem;
  padding: 0 0 40px;
  transition: transform .2s;
  display: flex;
  position: relative;
}

.g9-more.hover {
  transition-timing-function: ease-in;
}

.text-block {
  color: var(--white);
  font-family: Verdana, Geneva, sans-serif;
  font-size: 10rem;
  font-weight: 700;
  display: flex;
  position: absolute;
  inset: -2rem auto 0% 2.9rem;
}

.image-2 {
  z-index: 9999;
  width: 356.992rem;
  max-width: 80%;
  margin-left: 15%;
}

.homepageslide {
  background-color: var(--transparent);
  border-radius: 10px;
  width: 31%;
  height: 24.5rem;
  margin-right: 40px;
  overflow: visible;
}

.head-new {
  color: var(--black);
  text-align: left;
  margin-bottom: 5px;
  padding-left: 10px;
  font-family: Futura, sans-serif;
  font-size: 1.3rem;
}

.paragraph-new {
  color: var(--paragraph-gray);
  margin-top: 0;
  padding-left: 10px;
  font-family: Basis Grotesque, sans-serif;
  font-size: 12px;
}

.div-block-2 {
  background-color: var(--primary);
  opacity: 1;
  mix-blend-mode: normal;
  width: 100%;
}

.flex-block-13 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  position: absolute;
}

.home-slide-full {
  background-image: url('https://xpeng-uae.com/images/g6banner.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  height: 100%;
}

.p7 {
  grid-row-gap: 20px;
  background-color: #fff;
  background-image: url('https://xpeng-uae.com/images/G9-back.jpg');
  background-position: 0 0;
  background-size: cover;
  border: 1px solid #0e0e0e80;
  flex-direction: column;
  height: 20rem;
  padding: 0 0 40px;
  display: flex;
  position: relative;
}

.g6-more {
  grid-row-gap: 20px;
  cursor: pointer;
  background-color: #fff;
  background-image: url('https://xpeng-uae.com/images/g6back.jpg');
  background-position: 0 0;
  background-size: cover;
  border: 1px solid #0e0e0e80;
  flex-direction: column;
  height: 25rem;
  padding: 0 0 40px;
  display: flex;
  position: relative;
}

.div-block-3 {
  width: 100%;
  position: absolute;
  bottom: 10px;
}

.heading-6 {
  color: var(--white);
  text-transform: uppercase;
  justify-content: center;
  height: auto;
  font-family: Futura, sans-serif;
  font-size: 1.5rem;
  display: flex;
}

.paragraph-3, .paragraph-4, .paragraph-5 {
  width: 100%;
  font-family: Basis Grotesque, sans-serif;
  font-size: 14px;
}

.banner-g9 {
  background-image: linear-gradient(#fff0 50%, #00000080), linear-gradient(#000000b3, #fff0 78%), url('https://xpeng-uae.com/images/p7.jpg');
  background-position: 0 0, 0 0, 50% 30%;
  background-size: auto, auto, cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0 0% auto;
}

.g9-banner-product {
  background-image: linear-gradient(#fff0 50%, #00000080), linear-gradient(#000000b3, #fff0 78%), url('https://xpeng-uae.com/images/g9-product-banner.jpg');
  background-position: 0 0, 0 0, 50% 30%;
  background-size: auto, auto, cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0 0% auto;
}

.image-3 {
  height: 50rem;
}

.div-block-5 {
  width: 50%;
}

.div-block-6 {
  display: flex;
}

.contact-banner {
  background-color: var(--primary-dark);
  justify-content: center;
  align-items: center;
  height: 0;
  min-height: 85px;
  max-height: none;
  padding-top: 0;
  padding-bottom: 0;
  display: none;
}

.contact-banner.our-team {
  background-image: linear-gradient(#0000004d, #0000004d), linear-gradient(#00000080, #fff0), url('https://xpeng-uae.com/images/pexels-gustavo-fring-4173190_1pexels-gustavo-fring-4173190.webp');
  background-position: 0 0, 0 0, 50% 26%;
}

.contact-banner.dark-no-image {
  background-color: var(--primary-dark);
  background-image: none;
  background-position: 0 0;
  background-size: auto;
}

.contact-banner.contact-us {
  background-image: linear-gradient(#0000004d, #0000004d), linear-gradient(#00000080, #fff0), url('https://xpeng-uae.com/images/pexels-mart-production-7709088_1pexels-mart-production-7709088.webp');
  background-position: 0 0, 0 0, 50% 60%;
}

.contact-banner.services {
  background-image: linear-gradient(#0000004d, #0000004d), linear-gradient(#00000080, #fff0), url('https://xpeng-uae.com/images/miles-loewen-a0SRjVsk7Jg-unsplash_1miles-loewen-a0SRjVsk7Jg-unsplash.webp');
  background-position: 0 0, 0 0, 50% 45%;
}

.contact-banner.only-nav {
  background-color: var(--primary-dark);
  background-image: none;
  background-position: 0 0;
  background-size: auto;
  min-height: 86px;
  padding-top: 0;
  padding-bottom: 0;
}

.contact-banner.blog {
  background-image: linear-gradient(#0000004d, #0000004d), linear-gradient(#00000080, #fff0), url('https://xpeng-uae.com/images/tabea-schimpf-O7WzqmeYoqc-unsplash-1_1tabea-schimpf-O7WzqmeYoqc-unsplash (1).webp');
}

.contact-banner.search-page {
  background-image: linear-gradient(#0000004d, #0000004d), linear-gradient(#00000080, #fff0), url('https://xpeng-uae.com/images/jp-valery-_s5aRlUXtyg-unsplash_1jp-valery-_s5aRlUXtyg-unsplash.webp');
  background-position: 0 0, 0 0, 50%;
  background-size: auto, auto, cover;
}

.nav-dropdown-link-brand {
  text-transform: capitalize;
  width: 100%;
  margin-left: -20px;
  padding: 8px 8px 8px 0;
  font-size: 16px;
  font-weight: 400;
  transition: all .3s;
  display: flex;
}

.nav-dropdown-link-brand:hover {
  color: var(--primary);
  margin-left: 0;
}

.nav-dropdown-link-brand.w--current {
  color: var(--primary);
}

.banner-bg-brand {
  background-image: linear-gradient(#fff0 50%, #00000080), linear-gradient(#000000b3, #fff0 78%), url('https://xpeng-uae.com/images/p7.jpg');
  background-position: 0 0, 0 0, 50% 30%;
  background-size: auto, auto, cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0 0% auto;
}

.brand-banner-section-copy {
  background-color: var(--black);
  height: 85px;
  position: relative;
  overflow: hidden;
}

.brand-banner-section-copy.home-two {
  background-color: var(--white);
  border-bottom: 1px solid #0000004d;
  align-items: flex-start;
  display: flex;
}

.brand-banner-section-copy.home-three {
  background-image: linear-gradient(#0009, #fff0), url('https://xpeng-uae.com/images/pexels-abdulwahab-alawadhi-12226220_2pexels-abdulwahab-alawadhi-12226220.webp');
  background-position: 0 0, 50% 90%;
  background-size: auto, cover;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  min-height: 730px;
  padding-top: 160px;
  padding-bottom: 80px;
  display: flex;
  overflow: hidden;
}

.background-video-2 {
  height: 90vh;
}

.flex-block-14 {
  background-image: url('https://xpeng-uae.com/images/XPENG-BG.png');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: 40%;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 35rem;
  position: static;
}

.div-block-7 {
  position: absolute;
  inset: auto auto 15% 10%;
}

.div-block-7-copy {
  position: absolute;
  inset: 10% 10% auto auto;
}

.flex-block-15 {
  z-index: 999;
  justify-content: center;
  align-items: center;
  width: 35rem;
  position: relative;
}

.heading-7 {
  text-align: center;
  letter-spacing: normal;
  justify-content: center;
  align-items: center;
  width: 50rem;
  margin-top: .5rem;
  font-family: Futura, sans-serif;
  font-size: 5rem;
  font-style: italic;
  font-weight: 700;
  line-height: 1em;
  display: flex;
  overflow: visible;
}

.image-4 {
  width: 220px;
  max-width: 100%;
  max-height: calc(90vh - 2.625rem);
  position: relative;
}

.image-5 {
  width: 250px;
}

.paragraph-7 {
  color: var(--primary-dark);
  text-align: center;
  margin-top: 6rem;
  font-family: Basis Grotesque, sans-serif;
  font-size: 1.04rem;
  line-height: 2rem;
}

.div-block-7-fullwidth {
  align-items: flex-end;
  height: 25rem;
  display: flex;
  position: relative;
  inset: auto auto 0% 3%;
}

.div-block-7-fullwidth2 {
  align-items: flex-start;
  height: 25rem;
  display: flex;
  position: relative;
  inset: 0% 3% auto auto;
}

.para-full {
  color: var(--primary-dark);
  text-align: center;
  margin-top: 2rem;
  font-family: Basis Grotesque, sans-serif;
  font-size: 16px;
  line-height: 2rem;
}

.brand-side-content {
  flex-direction: column;
  align-items: center;
  max-width: 1200px;
  margin: 1rem auto;
  padding: 1.5rem 15px;
  display: flex;
}

.brand-side-content.align-left {
  align-items: flex-start;
}

.heading-8 {
  width: 100%;
  margin-right: 10px;
  padding-right: 10px;
  font-family: Basis Grotesque, sans-serif;
  font-size: 12px;
  font-weight: 400;
}

.background-service {
  background-image: url('https://xpeng-uae.com/images/XPENG-BG.png');
  background-position: 95%;
  background-repeat: no-repeat;
  background-size: 40%;
  align-items: center;
  height: 60vw;
  margin-top: 0;
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
}

.background-service.light-background {
  background-color: var(--light-gray);
}

.background-service.licensing-fonts {
  padding-top: 0;
  padding-bottom: 0;
}

.background-service.without-bottom-spacing {
  padding-bottom: 0;
}

.background-service.home-get-started {
  background-image: linear-gradient(to right, #0000004d, #0000), linear-gradient(#00000026, #00000026), url('https://xpeng-uae.com/images/jp-valery-_s5aRlUXtyg-unsplash_1jp-valery-_s5aRlUXtyg-unsplash.webp');
  background-position: 0 0, 0 0, 50% 58%;
  background-size: auto, auto, cover;
  background-attachment: scroll, scroll, scroll;
}

.background-service.image-banner {
  -webkit-text-fill-color: inherit;
  background-image: linear-gradient(90deg, #0006, #0000), linear-gradient(#0006, #0006), url('https://xpeng-uae.com/images/p7-banner.jpg');
  background-position: 0 0, 0 0, 50%;
  background-size: auto, auto, cover;
  background-clip: border-box;
  min-height: 640px;
}

.para-full-down {
  color: var(--primary-dark);
  text-align: center;
  margin-top: 1rem;
  font-family: Basis Grotesque, sans-serif;
  font-size: 14px;
  line-height: 2rem;
}

.image-5-copy {
  width: 300px;
  height: 11rem;
  max-height: calc(90vh - 2.625rem);
}

.div-block-7-fullwidth-down {
  position: relative;
  inset: auto auto 0% 0%;
}

.image-4-copy {
  width: 300px;
  max-width: 100%;
  height: 20rem;
  max-height: calc(90vh - 2.625rem);
}

.div-block-7-fullwidth2-down, .div-block-8-fullwidth2-down {
  position: absolute;
  inset: 10% 10% auto auto;
}

.image-5-brand {
  width: 300px;
  max-width: 100%;
  max-height: calc(90vh - 2.625rem);
}

.div-block-8-midwidth2-down {
  position: static;
  inset: auto 10% 0% auto;
}

.flex-block-15-small {
  z-index: 999;
  justify-content: center;
  align-items: center;
  height: 50vw;
}

.heading-7-mid {
  text-align: center;
  letter-spacing: -.26rem;
  justify-content: center;
  align-items: center;
  width: 50rem;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Futura, sans-serif;
  font-size: 5.25rem;
  font-style: italic;
  font-weight: 700;
  line-height: 1em;
  display: flex;
}

.para-mid {
  color: var(--primary-dark);
  text-align: center;
  margin-top: 1rem;
  font-family: Basis Grotesque, sans-serif;
  font-size: 1.04rem;
  line-height: 2rem;
}

.image-5-brand-mid {
  width: 350px;
  max-width: 100%;
  height: 12rem;
  max-height: calc(90vh - 2.625rem);
}

.div-block-7-midwith2-down {
  position: absolute;
  inset: 8% 10% auto auto;
}

.div-block-7-midwith2-down-copy {
  justify-content: center;
  display: flex;
  position: static;
  inset: 0% 0% 0% auto;
}

.para-full-full {
  color: var(--primary-dark);
  text-align: center;
  margin-top: 1rem;
  padding-left: 30px;
  padding-right: 30px;
  font-family: Basis Grotesque, sans-serif;
  font-size: 13px;
  line-height: 1.5rem;
}

.rl_layout141_image-wrapper {
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.rl_layout141_spacing-block-4 {
  width: 100%;
  padding-bottom: 5rem;
}

.rl-button-link-icon {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
}

.rl-button-link {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  border: 1px none var(--relume-library-lite--rl-black);
  color: var(--relume-library-lite--rl-black);
  text-align: center;
  background-color: #0000;
  padding: .25rem 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  line-height: 1;
  text-decoration: none;
  display: flex;
}

.rl-button-secondary {
  border: 1px solid var(--relume-library-lite--rl-black);
  background-color: var(--relume-library-lite--rl-white);
  color: var(--relume-library-lite--rl-black);
  text-align: center;
  padding: .75rem 1.5rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
}

.rl-button-group-center {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  display: flex;
}

.rl_layout141_spacing-block-3 {
  width: 100%;
  padding-bottom: 2rem;
}

.rl-text-style-medium {
  color: var(--relume-library-lite--rl-black);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Futura, sans-serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
}

.rl_layout141_spacing-block-2 {
  width: 100%;
  padding-bottom: 1.5rem;
}

.rl-heading-style-h2 {
  color: var(--relume-library-lite--rl-black);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Futura, sans-serif;
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.2;
}

.rl_layout141_spacing-block-1 {
  width: 100%;
  padding-bottom: 1rem;
}

.rl-text-style-subheading {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
}

.rl_layout141_content {
  text-align: center;
  width: 100%;
  max-width: none;
}

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

.rl-padding-section-large {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

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

.rl-padding-global {
  padding-left: 5%;
  padding-right: 5%;
}

.rl_section_layout141 {
  background-color: var(--relume-library-lite--rl-white);
}

.rl-button-link-icon-2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
}

.rl-button-link-2 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  border: 1px none var(--relume-library-lite--rl-black);
  color: var(--relume-library-lite--rl-black);
  text-align: center;
  background-color: #0000;
  padding: .25rem 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  line-height: 1;
  text-decoration: none;
  display: flex;
}

.rl-button-secondary-2 {
  border: 1px solid var(--relume-library-lite--rl-black);
  background-color: var(--relume-library-lite--rl-white);
  color: var(--relume-library-lite--rl-black);
  text-align: center;
  padding: .75rem 1.5rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
}

.rl-button-group {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.rl_layout192_spacing-block-3 {
  width: 100%;
  padding-bottom: 2rem;
}

.rl-text-style-medium-2 {
  color: var(--relume-library-lite--rl-black);
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Basis Grotesque, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
}

.rl_layout192_spacing-block-2 {
  width: 100%;
  padding-bottom: 1.5rem;
}

.rl-heading-style-h2-2 {
  color: var(--relume-library-lite--rl-black);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Futura, sans-serif;
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.2;
}

.rl_layout192_spacing-block-1 {
  width: 100%;
  padding-bottom: 1rem;
}

.rl-text-style-subheading-2 {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
}

.rl_layout192_image-wrapper {
  height: 100%;
}

.rl_layout192_component {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  height: 40vw;
  display: grid;
}

.rl-padding-section-large-2 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

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

.rl-padding-global-2 {
  align-items: flex-end;
  height: 100%;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
}

.rl_section_layout192 {
  background-color: var(--relume-library-lite--rl-white);
}

.image-6 {
  height: 100%;
}

.rl_team8_spacing-block-9 {
  width: 100%;
  padding-bottom: 2rem;
}

.rl-text-style-medium-3 {
  color: var(--relume-library-lite--rl-black);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Futura, sans-serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
}

.rl_team8_spacing-block-8 {
  width: 100%;
  padding-bottom: 1rem;
}

.rl-heading-style-h4 {
  color: var(--relume-library-lite--rl-black);
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.3;
}

.rl_team8_cta-wrapper {
  width: 100%;
  max-width: 35rem;
}

.rl_team8_spacing-block-7 {
  width: 100%;
  padding-bottom: 6rem;
}

.rl-social-icon {
  width: 1.5rem;
  height: 1.5rem;
}

.rl_team8_social-link {
  color: var(--relume-library-lite--rl-black);
}

.rl_team8_social {
  grid-column-gap: .875rem;
  grid-row-gap: .875rem;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  align-self: flex-start;
  display: grid;
}

.rl_team8_spacing-block-6 {
  z-index: 999;
  width: 100%;
  padding-bottom: 1rem;
}

.rl-text-style-regular {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Basisgrotesque, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

.rl_team8_spacing-block-5 {
  width: 100%;
  padding-bottom: 1rem;
}

.rl_team8_name-text {
  color: var(--white);
  font-family: Futura, sans-serif;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.5;
}

.rl_team8_spacing-block-4 {
  width: 100%;
  padding-bottom: 1.5rem;
}

.rl_team8_image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.rl_team8_image-wrapper {
  color: var(--white);
  background-image: url('https://xpeng-uae.com/images/xiaopeng-he.jpg');
  background-size: cover;
  background-attachment: scroll;
  width: 100%;
  height: 100%;
  padding-top: 80%;
  padding-bottom: 10%;
  padding-left: 10%;
  position: relative;
  overflow: hidden;
}

.rl_team8_item {
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  height: 100%;
  display: flex;
}

.rl_team8_list {
  grid-column-gap: 3rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start center;
  height: 19rem;
  display: grid;
}

.rl_team8_list-wrapper {
  width: 100%;
}

.rl_team8_spacing-block-3 {
  width: 100%;
  padding-bottom: 5rem;
}

.rl_team8_spacing-block-2 {
  width: 50%;
  padding-bottom: 4rem;
}

.rl_team8_spacing-block-1 {
  width: 100%;
  padding-bottom: 1rem;
}

.rl_team8_heading-wrapper {
  text-align: center;
  width: 100%;
  max-width: 100%;
}

.rl_team8_component {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.rl-padding-section-large-3 {
  align-items: flex-end;
  height: auto;
  padding-top: 7rem;
  padding-bottom: 0;
  display: flex;
}

.rl_section_team8 {
  background-color: var(--relume-library-lite--rl-white);
}

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

.text-block-2 {
  background-color: var(--primary);
  width: 6px;
}

.rl_team8_image-wrapper-fengya {
  color: var(--white);
  background-image: url('https://xpeng-uae.com/images/Fengying-wang.jpg');
  background-position: 0 0;
  background-size: cover;
  width: 100%;
  height: 100%;
  padding-top: 80%;
  padding-bottom: 10%;
  padding-left: 10%;
  position: relative;
  overflow: hidden;
}

.rl_team8_image-wrapper-brian {
  color: var(--white);
  background-image: url('https://xpeng-uae.com/images/Henry-xia.jpg');
  background-size: cover;
  width: 100%;
  padding-top: 80%;
  padding-bottom: 10%;
  padding-left: 10%;
  position: relative;
  overflow: hidden;
}

.rl_team8_list-honor {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: center;
  width: 75%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.rl_team8_image-wrapper-henry {
  color: var(--white);
  background-image: url('https://xpeng-uae.com/images/Henry-xia_1.jpg');
  background-size: cover;
  background-attachment: scroll;
  width: 100%;
  height: 100%;
  padding-top: 80%;
  padding-bottom: 10%;
  padding-left: 10%;
  position: relative;
  overflow: hidden;
}

.rl_team8_image-wrapper-tau {
  color: var(--white);
  background-image: url('https://xpeng-uae.com/images/tau-he.jpg');
  background-position: 0 0;
  background-size: cover;
  width: 100%;
  height: 100%;
  padding-top: 80%;
  padding-bottom: 10%;
  padding-left: 10%;
  position: relative;
  overflow: hidden;
}

.rl_header26_image-wrapper {
  background-image: url('https://xpeng-uae.com/images/gloabal-footprint.jpg');
  background-position: 0 0;
  background-size: cover;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 600px;
  display: flex;
}

.rl_header26_spacing-block-3 {
  width: 100%;
  padding-bottom: 5rem;
}

.rl-button {
  border: 1px solid var(--relume-library-lite--rl-black);
  background-color: var(--relume-library-lite--rl-black);
  color: var(--relume-library-lite--rl-white);
  text-align: center;
  padding: .75rem 1.5rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
}

.rl-button-group-center-2 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  display: flex;
}

.rl_header26_spacing-block-2 {
  width: 100%;
  padding-bottom: 2rem;
}

.rl-text-style-medium-4 {
  color: var(--relume-library-lite--rl-black);
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.5;
}

.rl_header26_spacing-block-1 {
  width: 100%;
  padding-bottom: 2rem;
}

.rl-heading-style-h1 {
  color: var(--relume-library-lite--rl-black);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Futura, sans-serif;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.2;
}

.rl_header26_content {
  text-align: center;
  width: 100%;
  max-width: 100%;
}

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

.rl_section_header26 {
  background-color: var(--relume-library-lite--rl-white);
}

.paragraph-8 {
  color: var(--primary-dark);
  font-family: Basis Grotesque, sans-serif;
  font-size: 14px;
}

.rl-padding-global-2-founded {
  padding-left: 5%;
  padding-right: 5%;
}

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

.heading-8-note {
  color: var(--paragraph-gray);
  width: 100%;
  margin-right: 10px;
  padding-right: 10px;
  font-family: Basis Grotesque, sans-serif;
  font-size: 14px;
  font-weight: 400;
}

.brand-down-section {
  flex-direction: column;
  align-items: center;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.brand-down-section.align-left {
  align-items: flex-start;
}

.services-title {
  flex-direction: column;
  align-items: center;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.services-title.align-left {
  align-items: flex-start;
}

.div-block-9 {
  position: relative;
}

.roadside {
  flex-direction: column;
  align-items: center;
  max-width: 1200px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.roadside.align-left {
  align-items: flex-start;
}

.section-back-spare {
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
}

.section-back-spare.light-background {
  background-color: var(--light-gray);
}

.section-back-spare.licensing-fonts {
  padding-top: 0;
  padding-bottom: 0;
}

.section-back-spare.without-bottom-spacing {
  padding-bottom: 0;
}

.section-back-spare.home-get-started {
  background-image: linear-gradient(90deg, #0000004d, #0000), linear-gradient(#00000026, #00000026), url('https://xpeng-uae.com/images/service-p4-2.png');
  background-position: 0 0, 0 0, 50% 58%;
  background-size: auto, auto, cover;
  background-attachment: scroll, scroll, scroll;
}

.section-back-spare.image-banner {
  -webkit-text-fill-color: inherit;
  background-image: linear-gradient(90deg, #0006, #0000), linear-gradient(#0006, #0006), url('https://xpeng-uae.com/images/p7-banner.jpg');
  background-position: 0 0, 0 0, 50%;
  background-size: auto, auto, cover;
  background-clip: border-box;
  min-height: 640px;
}

.warranty {
  flex-direction: column;
  align-items: center;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.warranty.align-left {
  align-items: flex-start;
}

.heading-9 {
  font-family: Futura, sans-serif;
  font-size: 2rem;
}

.heading-9.text-white {
  font-size: 2rem;
}

.section-back-spare-parts {
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
}

.section-back-spare-parts.light-background {
  background-color: var(--light-gray);
}

.section-back-spare-parts.licensing-fonts {
  padding-top: 0;
  padding-bottom: 0;
}

.section-back-spare-parts.without-bottom-spacing {
  padding-bottom: 0;
}

.section-back-spare-parts.home-get-started {
  background-image: linear-gradient(#00000026, #00000026), url('https://xpeng-uae.com/images/service-p5-2.png');
  background-position: 0 0, 50% 58%;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  min-height: 100px;
}

.section-back-spare-parts.image-banner {
  -webkit-text-fill-color: inherit;
  background-image: linear-gradient(90deg, #0006, #0000), linear-gradient(#0006, #0006), url('https://xpeng-uae.com/images/p7-banner.jpg');
  background-position: 0 0, 0 0, 50%;
  background-size: auto, auto, cover;
  background-clip: border-box;
  min-height: 640px;
}

.get-started-text-spare-parts {
  width: 70%;
}

.get-started-spareparts {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.rl-text-style-medium-5 {
  color: var(--relume-library-lite--rl-black);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Basis Grotesque, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
}

.rl-heading-style-h2-3 {
  color: var(--relume-library-lite--rl-black);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Futura, sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.2;
}

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

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

.rl_layout1_image {
  width: 40%;
}

.rl_layout1_image.mid-image {
  z-index: 8;
  width: 38%;
  margin-bottom: 0;
  position: absolute;
  bottom: -5.5rem;
  left: 15rem;
}

.rl_layout1_image.app-1st-image {
  width: 38%;
  margin-bottom: -158px;
  position: absolute;
  bottom: -1.2rem;
  left: 5rem;
}

.rl_layout1_image.app-3rd-image {
  width: 38%;
  margin-bottom: 0;
  position: absolute;
  bottom: -13.7rem;
  left: 25rem;
  right: auto;
}

.rl_layout1_spacing-block-3 {
  width: 100%;
  padding-bottom: 2rem;
}

.rl-text-style-medium-6 {
  color: var(--relume-library-lite--rl-black);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Basis Grotesque, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
}

.rl_layout1_spacing-block-2 {
  width: 100%;
  padding-bottom: 1.5rem;
}

.rl-heading-style-h2-4 {
  color: var(--relume-library-lite--rl-black);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Futura, sans-serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
}

.rl_layout1_spacing-block-1 {
  width: 100%;
  padding-bottom: 1rem;
}

.rl_layout1_content {
  flex-flow: column;
  justify-content: flex-end;
  align-items: stretch;
  height: 28rem;
  margin-bottom: 8rem;
  display: flex;
}

.rl_layout1_component {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  height: 40rem;
  padding-left: 4rem;
  padding-right: 4rem;
  display: grid;
}

.rl-container-large-4 {
  width: 100%;
  max-width: 80rem;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.rl_section_layout1 {
  background-color: var(--relume-library-lite--rl-white);
  height: 100vh;
  overflow: hidden;
}

.background-brand {
  background-image: url('https://xpeng-uae.com/images/p5-background.png');
  background-position: 0 0;
  background-size: auto;
  align-items: center;
  height: 68vw;
  margin-top: 15px;
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
}

.background-brand.light-background {
  background-color: var(--light-gray);
}

.background-brand.licensing-fonts {
  padding-top: 0;
  padding-bottom: 0;
}

.background-brand.without-bottom-spacing {
  padding-bottom: 0;
}

.background-brand.home-get-started {
  background-image: linear-gradient(to right, #0000004d, #0000), linear-gradient(#00000026, #00000026), url('https://xpeng-uae.com/images/jp-valery-_s5aRlUXtyg-unsplash_1jp-valery-_s5aRlUXtyg-unsplash.webp');
  background-position: 0 0, 0 0, 50% 58%;
  background-size: auto, auto, cover;
  background-attachment: scroll, scroll, scroll;
}

.background-brand.image-banner {
  -webkit-text-fill-color: inherit;
  background-image: linear-gradient(90deg, #0006, #0000), linear-gradient(#0006, #0006), url('https://xpeng-uae.com/images/p7-banner.jpg');
  background-position: 0 0, 0 0, 50%;
  background-size: auto, auto, cover;
  background-clip: border-box;
  min-height: 640px;
}

.para-full-full-service {
  color: var(--primary-dark);
  text-align: center;
  margin-top: 1rem;
  font-family: Basis Grotesque, sans-serif;
  font-size: 1.04rem;
  line-height: 2rem;
}

.image-5-service {
  width: 300px;
}

.image-5-service-3 {
  width: 320px;
  max-width: 100%;
}

.image-4-service {
  width: 200px;
  max-width: 100%;
  height: 100%;
}

.pages-banner-faq {
  background-image: linear-gradient(#0000004d, #0000004d), linear-gradient(#00000080, #fff0), url('https://xpeng-uae.com/images/pexels-antoni-shkraba-7144177_1pexels-antoni-shkraba-7144177.webp');
  background-position: 0 0, 0 0, 50%;
  background-size: auto, auto, cover;
  justify-content: center;
  align-items: center;
  min-height: 450px;
  padding-top: 160px;
  padding-bottom: 80px;
  display: flex;
}

.pages-banner-faq.our-team {
  background-image: linear-gradient(#0000004d, #0000004d), linear-gradient(#00000080, #fff0), url('https://xpeng-uae.com/images/pexels-gustavo-fring-4173190_1pexels-gustavo-fring-4173190.webp');
  background-position: 0 0, 0 0, 50% 26%;
}

.pages-banner-faq.dark-no-image {
  background-color: var(--primary-dark);
  background-image: none;
  background-position: 0 0;
  background-size: auto;
}

.pages-banner-faq.contact-us {
  background-image: linear-gradient(#0000004d, #0000004d), linear-gradient(#00000080, #fff0), url('https://xpeng-uae.com/images/pexels-mart-production-7709088_1pexels-mart-production-7709088.webp');
  background-position: 0 0, 0 0, 50% 60%;
}

.pages-banner-faq.services {
  background-image: linear-gradient(#0000004d, #0000004d), linear-gradient(#00000080, #fff0), url('https://xpeng-uae.com/images/miles-loewen-a0SRjVsk7Jg-unsplash_1miles-loewen-a0SRjVsk7Jg-unsplash.webp');
  background-position: 0 0, 0 0, 50% 45%;
}

.pages-banner-faq.only-nav {
  background-color: var(--primary-dark);
  background-image: none;
  background-position: 0 0;
  background-size: auto;
  min-height: 86px;
  padding-top: 0;
  padding-bottom: 0;
}

.pages-banner-faq.blog {
  background-image: linear-gradient(#0000004d, #0000004d), linear-gradient(#00000080, #fff0), url('https://xpeng-uae.com/images/tabea-schimpf-O7WzqmeYoqc-unsplash-1_1tabea-schimpf-O7WzqmeYoqc-unsplash (1).webp');
}

.pages-banner-faq.search-page {
  background-image: linear-gradient(#0000004d, #0000004d), linear-gradient(#00000080, #fff0), url('https://xpeng-uae.com/images/jp-valery-_s5aRlUXtyg-unsplash_1jp-valery-_s5aRlUXtyg-unsplash.webp');
  background-position: 0 0, 0 0, 50%;
  background-size: auto, auto, cover;
}

.paragraph-9 {
  font-family: Basis Grotesque, sans-serif;
  font-size: 14px;
  position: static;
}

.heading-10 {
  font-family: Futura, sans-serif;
  font-size: 2.2rem;
}

.section-background-p7 {
  height: 80rem;
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
}

.section-background-p7.light-background {
  background-color: var(--light-gray);
}

.section-background-p7.licensing-fonts {
  padding-top: 0;
  padding-bottom: 0;
}

.section-background-p7.without-bottom-spacing {
  padding-bottom: 0;
}

.section-background-p7.home-get-started {
  background-image: linear-gradient(to right, #0000004d, #0000), linear-gradient(#00000026, #00000026), url('https://xpeng-uae.com/images/jp-valery-_s5aRlUXtyg-unsplash_1jp-valery-_s5aRlUXtyg-unsplash.webp');
  background-position: 0 0, 0 0, 50% 58%;
  background-size: auto, auto, cover;
  background-attachment: scroll, scroll, scroll;
}

.section-background-p7.image-banner {
  -webkit-text-fill-color: inherit;
  background-image: linear-gradient(90deg, #0006, #0000), linear-gradient(#0006, #0006), url('https://xpeng-uae.com/images/p7-banner.jpg');
  background-position: 0 0, 0 0, 50%;
  background-size: auto, auto, cover;
  background-clip: border-box;
  min-height: 640px;
}

.background-video-3 {
  width: 100%;
  height: 100%;
  position: relative;
  top: 0%;
}

.rl-button-link-icon-3 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
}

.rl-button-link-3 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  border: 1px none var(--relume-library-lite--rl-black);
  color: var(--relume-library-lite--rl-black);
  text-align: center;
  background-color: #0000;
  padding: .25rem 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  line-height: 1;
  text-decoration: none;
  display: flex;
}

.rl-button-secondary-3 {
  border: 1px solid var(--relume-library-lite--rl-black);
  background-color: var(--relume-library-lite--rl-white);
  color: var(--relume-library-lite--rl-black);
  text-align: center;
  padding: .75rem 1.5rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
}

.rl-button-group-2 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.rl_layout270_spacing-block-4 {
  width: 100%;
  padding-bottom: 2rem;
}

.rl-text-style-regular-2 {
  color: var(--relume-library-lite--rl-black);
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

.rl_layout207_icon {
  width: 1.5rem;
  height: 1.5rem;
}

.rl_layout207_item-icon-wrapper {
  flex: none;
  align-self: flex-start;
}

.rl_layout207_item {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  display: flex;
}

.rl_layout207_item-list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding-top: .5rem;
  padding-bottom: .5rem;
  display: grid;
}

.rl_layout270_spacing-block-3 {
  width: 100%;
  padding-bottom: 1.5rem;
}

.rl-text-style-medium-7 {
  color: var(--relume-library-lite--rl-black);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Basis Grotesque, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
}

.rl_layout270_spacing-block-2 {
  width: 100%;
  padding-bottom: 1.5rem;
}

.rl-heading-style-h2-5 {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Futura, sans-serif;
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 1.2;
}

.rl_layout270_spacing-block-1 {
  width: 100%;
  padding-bottom: 1rem;
}

.rl-text-style-subheading-3 {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Futura, sans-serif;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.5;
}

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

.rl-padding-section-large-4 {
  align-items: flex-end;
  height: 100%;
  padding-top: 7rem;
  padding-bottom: 7rem;
  display: flex;
}

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

.rl-padding-global-3 {
  height: 100%;
  padding-left: 5%;
  padding-right: 5%;
}

.rl_section_layout207 {
  background-color: var(--relume-library-lite--rl-white);
}

.rl_section_layout207-p7 {
  background-color: var(--dark-gray-50);
}

.rl_section_layout207-p7-xsmart {
  background-color: var(--dark-gray-50);
  height: 60vw;
}

.background-video-5 {
  height: 100%;
}

.rl-text-style-subheading-xsmart {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
}

.rl-text-style-subheading-xsmart.text-white {
  color: var(--white);
  text-transform: uppercase;
  font-family: Futura, sans-serif;
  font-size: 1.8rem;
}

.rl-text-style-medium-7-xsmart, .rl-text-style-medium-7-xsmart-down {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Basis Grotesque, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
}

.rl-container-large-5-xsmart {
  width: 100%;
  max-width: 80rem;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}

.rl-heading-style-h2-5-xpilot {
  color: var(--relume-library-lite--rl-black);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Futura, sans-serif;
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 1.2;
}

.rl_header1_image {
  width: 100%;
  height: 25rem;
}

.rl-button-2 {
  border: 1px solid var(--relume-library-lite--rl-black);
  background-color: var(--relume-library-lite--rl-black);
  color: var(--relume-library-lite--rl-white);
  text-align: center;
  padding: .75rem 1.5rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
}

.rl_heading1_spacing-block-2 {
  width: 100%;
  padding-bottom: 2rem;
}

.rl_heading1_spacing-block-1 {
  width: 100%;
  padding-bottom: 1.5rem;
}

.rl-heading-style-h1-2 {
  color: var(--relume-library-lite--rl-black);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Futura, sans-serif;
  font-size: 3.5rem;
  font-weight: 700;
  line-height: .9;
}

.rl_header1_component {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  height: 100%;
  display: grid;
}

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

.rl-padding-global-4 {
  padding-left: 5%;
  padding-right: 5%;
}

.rl_section_header1 {
  background-color: var(--relume-library-lite--rl-white);
}

.sleeek {
  background-color: var(--transparent);
  width: 100%;
}

.topsection-p7 {
  color: var(--relume-library-lite--rl-black);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Futura, sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.2;
}

.sleeek-2nd {
  background-color: var(--transparent);
}

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

.slider-banner-right-column-copy {
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 90px;
  padding-right: 15px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.disclaimers {
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
}

.disclaimers.light-background {
  background-color: var(--light-gray);
}

.disclaimers.licensing-fonts {
  padding-top: 0;
  padding-bottom: 0;
}

.disclaimers.without-bottom-spacing {
  padding-bottom: 0;
}

.disclaimers.home-get-started {
  background-image: linear-gradient(to right, #0000004d, #0000), linear-gradient(#00000026, #00000026), url('https://xpeng-uae.com/images/jp-valery-_s5aRlUXtyg-unsplash_1jp-valery-_s5aRlUXtyg-unsplash.webp');
  background-position: 0 0, 0 0, 50% 58%;
  background-size: auto, auto, cover;
  background-attachment: scroll, scroll, scroll;
}

.disclaimers.image-banner {
  -webkit-text-fill-color: inherit;
  background-image: linear-gradient(90deg, #0006, #0000), linear-gradient(#0006, #0006), url('https://xpeng-uae.com/images/p7-banner.jpg');
  background-position: 0 0, 0 0, 50%;
  background-size: auto, auto, cover;
  background-clip: border-box;
  min-height: 640px;
}

.disclaimer-container {
  flex-direction: column;
  align-items: center;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.disclaimer-container.align-left {
  align-items: flex-start;
}

.section-unmistakeable-desing {
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
}

.section-unmistakeable-desing.light-background {
  background-color: var(--light-gray);
}

.section-unmistakeable-desing.licensing-fonts {
  padding-top: 0;
  padding-bottom: 0;
}

.section-unmistakeable-desing.without-bottom-spacing {
  padding-bottom: 0;
}

.section-unmistakeable-desing.home-get-started {
  background-image: linear-gradient(to right, #0000004d, #0000), linear-gradient(#00000026, #00000026), url('https://xpeng-uae.com/images/jp-valery-_s5aRlUXtyg-unsplash_1jp-valery-_s5aRlUXtyg-unsplash.webp');
  background-position: 0 0, 0 0, 50% 58%;
  background-size: auto, auto, cover;
  background-attachment: scroll, scroll, scroll;
}

.section-unmistakeable-desing.image-banner {
  -webkit-text-fill-color: inherit;
  background-image: linear-gradient(90deg, #0006, #0000), linear-gradient(#0006, #0006), url('https://xpeng-uae.com/images/p7-banner.jpg');
  background-position: 0 0, 0 0, 50%;
  background-size: auto, auto, cover;
  background-clip: border-box;
  min-height: 640px;
}

.rl-button-secondary-alternate {
  border: 1px solid var(--relume-library-lite--rl-white);
  color: var(--relume-library-lite--rl-white);
  text-align: center;
  background-color: #0000;
  padding: .75rem 1.5rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
}

.rl-button-3 {
  border: 1px solid var(--relume-library-lite--rl-black);
  background-color: var(--relume-library-lite--rl-black);
  color: var(--relume-library-lite--rl-white);
  text-align: center;
  padding: .75rem 1.5rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
}

.rl-button-group-3 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.rl_heading1_spacing-block-2-2 {
  width: 100%;
  padding-bottom: 2rem;
}

.rl-text-style-medium-8 {
  color: var(--relume-library-lite--rl-black);
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.5;
}

.rl-text-style-medium-8.is-white {
  color: #fff;
}

.rl_heading1_spacing-block-1-2 {
  width: 100%;
  padding-bottom: 1.5rem;
}

.rl-heading-style-h1-3 {
  color: var(--relume-library-lite--rl-black);
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 1.2;
}

.rl-heading-style-h1-3.is-white {
  color: #fff;
}

.rl_header5_content {
  color: #fff;
  text-align: center;
  width: 100%;
  max-width: 50rem;
}

.header5_component {
  justify-content: center;
  align-items: flex-start;
  min-height: 100vh;
  max-height: 60rem;
  padding-top: 60px;
  display: flex;
}

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

.rl-padding-global-5 {
  padding-left: 5%;
  padding-right: 5%;
}

.rl_section_header5 {
  background-image: url('https://xpeng-uae.com/images/unmistake-g9.jpg');
  background-position: 50%;
  background-size: cover;
  position: relative;
}

.background-video-6 {
  height: 100%;
  display: none;
  position: static;
}

.rl-heading-style-h1-3-g9-unbeatable-design {
  color: var(--relume-library-lite--rl-black);
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 1.2;
}

.rl-heading-style-h1-3-g9-unbeatable-design.is-white {
  color: #fff;
  font-family: Futura, sans-serif;
  font-size: 2.2rem;
}

.rl-text-style-medium-8-copy {
  color: var(--relume-library-lite--rl-black);
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.5;
}

.rl-text-style-medium-8-copy.is-white {
  color: #fff9;
  font-family: Basis Grotesque, sans-serif;
  font-size: 14px;
}

.section-3 {
  display: block;
}

.heading-11 {
  color: var(--white);
  text-transform: uppercase;
  font-family: Futura, sans-serif;
  font-size: 2.2rem;
}

.paragraph-10 {
  color: var(--white);
  font-family: Basis Grotesque, sans-serif;
  font-size: 14px;
}

.rl-button-link-icon-4 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
}

.rl-button-link-4 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  border: 1px none var(--relume-library-lite--rl-black);
  color: var(--relume-library-lite--rl-black);
  text-align: center;
  background-color: #0000;
  padding: .25rem 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  line-height: 1;
  text-decoration: none;
  display: flex;
}

.rl-button-secondary-4 {
  border: 1px solid var(--relume-library-lite--rl-black);
  background-color: var(--relume-library-lite--rl-white);
  color: var(--relume-library-lite--rl-black);
  text-align: center;
  padding: .75rem 1.5rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
}

.rl-button-group-4 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.rl_layout192_spacing-block-3-2 {
  width: 100%;
  padding-bottom: 2rem;
}

.rl-text-style-medium-9 {
  color: var(--relume-library-lite--rl-black);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Basis Grotesque, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
}

.rl_layout192_spacing-block-2-2 {
  width: 100%;
  padding-bottom: 1.5rem;
}

.rl-heading-style-h2-6 {
  color: var(--relume-library-lite--rl-black);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Futura, sans-serif;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.2;
}

.rl_layout192_spacing-block-1-2 {
  width: 100%;
  padding-bottom: 1rem;
}

.rl-text-style-subheading-4 {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
}

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

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

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

.rl-padding-global-6 {
  padding-left: 5%;
  padding-right: 5%;
}

.rl_section_layout192-2 {
  background-color: var(--relume-library-lite--rl-white);
}

.g9-wraparound-banner {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  border: 0 solid #0e0e0e80;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.rl-heading-style-h2-6-rear-space {
  color: var(--relume-library-lite--rl-black);
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
}

.rl-button-secondary-alternate-2 {
  border: 1px solid var(--relume-library-lite--rl-white);
  color: var(--relume-library-lite--rl-white);
  text-align: center;
  background-color: #0000;
  padding: .75rem 1.5rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
}

.rl-button-4 {
  border: 1px solid var(--relume-library-lite--rl-black);
  background-color: var(--relume-library-lite--rl-black);
  color: var(--relume-library-lite--rl-white);
  text-align: center;
  padding: .75rem 1.5rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
}

.rl-button-group-5 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.rl_heading1_spacing-block-2-3 {
  color: var(--primary-dark);
  width: 100%;
  padding-bottom: 2rem;
}

.rl-text-style-medium-10 {
  color: var(--relume-library-lite--rl-black);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Basis Grotesque, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
}

.rl-text-style-medium-10.is-white {
  color: var(--white);
  font-family: Basis Grotesque, sans-serif;
  font-size: 14px;
}

.rl_heading1_spacing-block-1-3 {
  width: 100%;
  padding-bottom: 1.5rem;
}

.rl-heading-style-h1-4 {
  color: var(--relume-library-lite--rl-black);
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 1.2;
}

.rl-heading-style-h1-4.is-white {
  color: var(--white);
  text-transform: uppercase;
  font-family: Futura, sans-serif;
  font-size: 2.2rem;
  font-style: italic;
}

.rl_header5_content-2 {
  color: #fff;
  text-align: center;
  width: 100%;
  max-width: 100%;
  margin-top: 3rem;
  padding-bottom: 4rem;
}

.header5_component-2 {
  justify-content: center;
  align-items: flex-start;
  min-height: 100vh;
  max-height: 60rem;
  display: flex;
}

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

.rl-padding-global-7 {
  background-image: url('https://xpeng-uae.com/images/g9-unpar.jpg');
  background-position: 50%;
  background-size: cover;
  padding-left: 5%;
  padding-right: 5%;
}

.rl_section_header5-2 {
  height: auto;
  min-height: 100vh;
  position: relative;
  overflow: hidden;
}

.background-video-7 {
  display: none;
  position: static;
}

.rl_section_header5-2-paralle {
  height: auto;
  margin-bottom: 1rem;
  position: relative;
}

.banner-bg-g6 {
  background-image: url('https://xpeng-uae.com/images/c4fa7f7a51144e749d9a55cfbe8dcf79.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0 0% auto;
}

.banner-bg-ramadan {
  background-image: url('https://xpeng-uae.com/images/xpeng_Landing.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0 0% auto;
}

.rl-button-link-icon-5 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
}

.rl-button-link-5 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  border: 1px none var(--relume-library-lite--rl-black);
  color: var(--relume-library-lite--rl-black);
  text-align: center;
  background-color: #0000;
  padding: .25rem 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  line-height: 1;
  text-decoration: none;
  display: flex;
}

.rl-button-secondary-5 {
  border: 1px solid var(--relume-library-lite--rl-black);
  background-color: var(--relume-library-lite--rl-white);
  color: var(--relume-library-lite--rl-black);
  text-align: center;
  padding: .75rem 1.5rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
}

.rl_layout1_spacing-block-3-2 {
  width: 100%;
  padding-bottom: 2rem;
}

.rl_layout1_spacing-block-2-2 {
  width: 100%;
  padding-bottom: 1.5rem;
}

.rl-heading-style-h2-7 {
  color: var(--relume-library-lite--rl-black);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Futura, sans-serif;
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.2;
}

.rl_layout1_spacing-block-1-2 {
  width: 100%;
  padding-bottom: 1rem;
}

.rl-text-style-subheading-5 {
  color: #000;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Futura, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
}

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

.rl-padding-section-large-6 {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.rl_section_layout1-2, .rl_section_layout1-2-ab {
  background-color: var(--relume-library-lite--rl-white);
}

.heading-12 {
  text-transform: uppercase;
  font-family: Futura, sans-serif;
  font-size: 3rem;
}

.rl_layout192_spacing-block-3-3 {
  width: 100%;
  padding-bottom: 2rem;
}

.rl-text-style-medium-11 {
  color: var(--relume-library-lite--rl-black);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Basis Grotesque, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
}

.rl_layout192_spacing-block-2-3 {
  width: 100%;
  padding-bottom: 1.5rem;
}

.rl-heading-style-h2-8 {
  color: var(--relume-library-lite--rl-black);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Futura, sans-serif;
  font-size: 2.3rem;
  font-weight: 700;
  line-height: 1.2;
}

.rl_layout192_spacing-block-1-3 {
  width: 100%;
  padding-bottom: 1rem;
}

.rl-text-style-subheading-6 {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
}

.rl_layout192_component-4 {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  height: 100.006%;
  display: grid;
}

.rl_section_layout192-3 {
  background-color: var(--relume-library-lite--rl-white);
}

.rl-padding-section-large-6-redfine {
  padding-top: 0;
  padding-bottom: 0;
}

.rl_section_header5-2-powerup {
  background-image: url('https://s-cdn.xpeng.com/commoncms/prod/2024-08-29/2756631522a54fa69020d1489d2b94a4.jpg');
  background-position: 50%;
  background-size: cover;
  position: relative;
}

.base-container-g6-top {
  text-align: center;
  flex-direction: column;
  align-items: center;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.base-container-g6-top.align-left {
  align-items: flex-start;
}

.rl_layout1_content-2-g6-charging {
  text-align: center;
  width: 100%;
  margin-bottom: 2rem;
  padding-left: 2rem;
  padding-right: 2rem;
}

.heading-13 {
  text-transform: uppercase;
  font-family: Futura, sans-serif;
}

.paragraph-11 {
  font-family: Basis Grotesque, sans-serif;
}

.link-3, .link-4 {
  color: var(--white-50);
}

.base-container-brand {
  flex-direction: column;
  align-items: center;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.base-container-brand.align-left {
  align-items: flex-start;
}

.div-block-10 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: space-between;
  width: 40%;
  display: flex;
  position: relative;
  right: -2%;
}

.div-block-7-midwith2-down-copy-copy {
  order: 0;
  justify-content: center;
  display: flex;
  position: static;
  inset: 0% 0% 0% auto;
}

.flex-block-14-copy {
  justify-content: center;
  align-items: center;
  width: 100%;
  position: static;
}

.div-block-7-fullwidth-down-copy {
  display: block;
  position: relative;
  inset: auto auto 0% 0%;
}

.div-block-11 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: flex-end;
  display: flex;
}

.flex-block-14-copy-copy {
  justify-content: center;
  align-items: center;
  width: 80%;
  height: 100%;
  position: static;
}

.flex-block-15-copy {
  z-index: 999;
  justify-content: center;
  align-items: center;
  width: 40%;
  height: 28rem;
  position: relative;
}

.image-9 {
  width: 350px;
  margin-left: 5rem;
}

.subscribepara {
  color: var(--white);
  font-family: Basis Grotesque, sans-serif;
}

.in-section-title-wrapper-copy {
  width: 100%;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
  font-family: Futura, sans-serif;
  font-size: 3rem;
}

.section-subtitle-copy {
  color: var(--white);
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 30px;
  font-family: Futura, sans-serif;
  font-size: 3rem;
  font-weight: 400;
}

.new-class {
  color: var(--white);
  font-family: Futura, sans-serif;
  font-size: 2.5rem;
}

.rl-padding-global-7-copy {
  padding-left: 5%;
  padding-right: 5%;
}

.home-banner-title-copy {
  color: var(--white);
  -webkit-user-select: none;
  user-select: none;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Futura, sans-serif;
  text-transform: uppercase;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2em;
}
.currency-text
{
  color: var(--primary);
  font-family: Futura, sans-serif;
  font-size: 1rem;
  display: flex;
  justify-content: end;
}
.home-banner-title-copy-limited{
  color: var(--white) !important;
  -webkit-user-select: none;
  user-select: none;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Futura, sans-serif;
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 1.2em;
}

.section-subtitle-copy {
  color: var(--white);
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 30px;
  font-size: .8rem;
  font-weight: 400;
}

.section-subtitle-copy.text-white {
  font-family: Futura, sans-serif;
}

.home-contacts-form-title-copy {
  color: var(--white);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 25px;
  font-family: Futura, sans-serif;
}

.form-label {
  color: var(--white);
  font-family: Futura, sans-serif;
  font-size: .8rem;
}

.text-white-copy {
  color: var(--white);
  width: -moz-fit-content;
  width: fit-content;
  font-family: Basis Grotesque, sans-serif;
  font-size: 16px;
}

.rl-padding-global-7-copy {
  background-image: none;
  background-position: 0 0, 50%;
  background-size: auto, cover;
  padding-left: 5%;
  padding-right: 5%;
  display: block;
}

.section-4 {
  background-image: linear-gradient(to bottom, var(--white-50), var(--white-50));
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: auto;
  min-height: 100vh;
  padding-top: 57px;
  padding-bottom: 4rem;
  display: flex;
  overflow-y: hidden;
}

.home-buttons-wrapper-test-drive {
  grid-column-gap: 30px;
  grid-row-gap: 20px;
  flex-wrap: wrap;
  margin-top: 50px;
  display: none;
}

.home-buttons-wrapper-test-drive.home-three {
  margin-top: 0;
}

.pages-banner-test-drive {
  background-image: linear-gradient(#0000004d, #0000004d), linear-gradient(#00000080, #fff0), url('https://xpeng-uae.com/images/bank-bg.jpg');
  background-position: 0 0, 0 0, 50%;
  background-size: auto, auto, cover;
  justify-content: center;
  align-items: center;
  min-height: 450px;
  padding-top: 160px;
  padding-bottom: 80px;
  display: flex;
}

.pages-banner-test-drive.our-team {
  background-image: linear-gradient(#0000004d, #0000004d), linear-gradient(#00000080, #fff0), url('https://xpeng-uae.com/images/pexels-gustavo-fring-4173190_1pexels-gustavo-fring-4173190.webp');
  background-position: 0 0, 0 0, 50% 26%;
}

.pages-banner-test-drive.dark-no-image {
  background-color: var(--primary-dark);
  background-image: none;
  background-position: 0 0;
  background-size: auto;
}

.pages-banner-test-drive.contact-us {
  background-image: linear-gradient(#0000004d, #0000004d), linear-gradient(#00000080, #fff0), url('https://xpeng-uae.com/images/pexels-mart-production-7709088_1pexels-mart-production-7709088.webp');
  background-position: 0 0, 0 0, 50% 60%;
}

.pages-banner-test-drive.services {
  background-image: linear-gradient(#0000004d, #0000004d), linear-gradient(#00000080, #fff0), url('https://xpeng-uae.com/images/miles-loewen-a0SRjVsk7Jg-unsplash_1miles-loewen-a0SRjVsk7Jg-unsplash.webp');
  background-position: 0 0, 0 0, 50% 45%;
}

.pages-banner-test-drive.only-nav {
  background-color: var(--primary-dark);
  background-image: none;
  background-position: 0 0;
  background-size: auto;
  min-height: 86px;
  padding-top: 0;
  padding-bottom: 0;
}

.pages-banner-test-drive.blog {
  background-image: linear-gradient(#0000004d, #0000004d), linear-gradient(#00000080, #fff0), url('https://xpeng-uae.com/images/tabea-schimpf-O7WzqmeYoqc-unsplash-1_1tabea-schimpf-O7WzqmeYoqc-unsplash (1).webp');
}

.pages-banner-test-drive.search-page {
  background-image: linear-gradient(#0000004d, #0000004d), linear-gradient(#00000080, #fff0), url('https://xpeng-uae.com/images/jp-valery-_s5aRlUXtyg-unsplash_1jp-valery-_s5aRlUXtyg-unsplash.webp');
  background-position: 0 0, 0 0, 50%;
  background-size: auto, auto, cover;
}

.base-container-specs {
  flex-direction: column;
  align-items: center;
  max-width: 1200px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}


.modal {
  display: none ; 
  position: fixed ; 
  z-index: 99999 ; 
  left: 0 ;
  top: 0 ;
  width: 100% ; 
  height: 100% ; 
  overflow: auto ; 
  background-color: rgba(0,0,0,0.4) ; 
}
.modal-model-select {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
  border: 1px solid #e6e6e899;
      border-radius: .625rem;
      width: 25vw;
      height: 25.5vh;
      position: relative;
}
.modal-model-select:hover{
background-color: #FFF;
cursor: pointer;
.modal-model-name{
  color: #000;
}
}
.modal-test-drive-div {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  width: 100%;
  height: auto;
  margin-top: 0;
  flex-direction: row;
  align-items: center;
  display: flex;
  justify-content: center;
}
.modal-content {
background: rgba(255, 255, 255, 0.1);
  margin: 15% auto;
  backdrop-filter: blur(10px);
  padding: 2vw;
  border: 1px solid #888;
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  height: auto;
  border-radius: 15px;

}
.modal-model-name{
     margin-top: 0;
      margin-bottom: 0;
      font-family: Futura, sans-serif;
      font-size: 3.5vw;
      position: absolute;
      top: 1.0417rem;
      left: 1.5625rem;
      color: #ffffff87;
      font-weight: 800;
}
.modal-content img{
z-index: 5;
}

.close {
color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
  position: relative;
  top: -20px;
  right: -20px;
  padding: 0 15px;
}
@media (max-width: 768px) {
  .modal-content {
      width: 90%;  
      margin: 10% auto; 
  }
  .close{
    top: 0;
    left: 0;
  }
  .modal-test-drive-div{
      flex-direction: column;
      width: 80%;
      height: 80vh;
      margin-right: 10%;
  }
  .modal-model-select{
    width: 100%;
    height: 30vh;
  }
  .modal-model-name{
    font-size: 12.5vh;
  }
  
}

.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

.base-container-specs.align-left {
  align-items: flex-start;
}


.heading-2-product1, .heading-2-h2, .heading-2-copy {
  color: var(--white);
}

.heading-3-h3 {
  color: var(--dark-gray);
}

.g9-banner-product-g9 {
  background-image: linear-gradient(#fff0 50%, #00000080), linear-gradient(#000000b3, #fff0 78%), url('https://xpeng-uae.com/images/g9-product-banner.jpg');
  background-position: 0 0, 0 0, 50% 30%;
  background-size: auto, auto, cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0 0% auto;
}

.heading-2-product-g9 {
  color: var(--white);
  margin-top: 0;
  font-family: Basis Grotesque, sans-serif;
}

.heading-2-g9-product {
  color: var(--white);
  font-family: Futura, sans-serif;
}

.div-block-g9 {
  grid-column-gap: 120px;
  grid-row-gap: 120px;
  color: var(--white);
  flex-flow: column;
  justify-content: space-around;
  align-items: center;
  height: 100%;
  display: flex;
}

.flex-block-banner-g9-down {
  justify-content: space-between;
  width: 90%;
}

.heading-2-g6-product {
  color: var(--white);
}

.flex-block-g6-banner-down {
  justify-content: space-between;
  width: 50%;
}

.heading-2-g6-product-down {
  color: var(--white);
  font-family: Futura, sans-serif;
  font-size: 1.5rem;
}

.div-block-product-banner {
  grid-column-gap: 120px;
  grid-row-gap: 120px;
  color: var(--white);
  -webkit-user-select: none;
  user-select: none;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  display: flex;
}

.flex-block-g6-product-top {
  align-self: auto;
  align-items: center;
}

.heading-14 {
  width: 100%;
  font-family: Futura, sans-serif;
  font-size: 1.04167rem;
  font-weight: 700;
}

.hover-button-xpeng {
  border-radius: .83rem;
  justify-content: center;
  min-width: 4.58rem;
  height: 1.66rem;
  padding: 0 .83rem 0;
  font-family: Basis Grotesque, sans-serif;
  font-size: .7rem;
  display: flex;
}

.hover-button-primary-navbar {
  border: 1px solid var(--primary);
  background-color: var(--primary);
  color: var(--white);
  text-align: center;
  letter-spacing: .5px;
  text-transform: capitalize;
  padding: 18px 24px;
  font-size: 16px;
  transition: all .3s;
  display: inline-block;
}

.hover-button-primary-navbar:hover {
  opacity: 1;
  color: var(--primary);
  background-color: #0000;
}

.hover-button-primary-navbar.full-width {
  display: block;
}

.hover-button-primary-navbar.serch-button {
  margin-left: auto;
  margin-right: auto;
}

.hover-button-primary-navbar.dark {
  border-color: var(--black);
  background-color: var(--black);
}

.hover-button-primary-navbar.dark:hover {
  color: var(--black);
  background-color: #0000;
  border-color: #0009;
}

.hover-button-primary-navbar.pagination {
  margin-top: 30px;
}

.hover-button-primary-navbar.primary-white {
  border-color: var(--white);
  background-color: var(--white);
  color: var(--primary-dark);
}

.hover-button-primary-navbar.primary-white:hover {
  border-color: var(--primary);
  background-color: var(--primary);
  color: var(--white);
}

.hover-button-primary-navbar.outline-white {
  border-color: var(--white-50);
  color: var(--white);
  background-color: #0000;
}

.hover-button-primary-navbar.outline-white:hover, .hover-button-primary-navbar.hover-white:hover {
  border-color: var(--white);
  background-color: var(--white);
  color: var(--primary-dark);
}

.hover-button-primary-navbar.nav-button {
  border-color: var(--white-50);
  background-color: #0000;
}

.hover-button-primary-navbar.nav-button:hover {
  border-color: var(--white);
  background-color: var(--white);
  color: var(--primary-dark);
}

.hover-button-primary-navbar.outline-dark {
  color: var(--primary-dark);
  background-color: #0000;
  border-color: #0e0e0e80;
}

.hover-button-primary-navbar.outline-dark:hover {
  border-color: var(--primary-dark);
  background-color: var(--primary-dark);
  color: var(--white);
}

.hover-button-primary-navbar.primary-white-hover-dark {
  border-color: var(--white);
  background-color: var(--white);
  color: var(--primary-dark);
}

.hover-button-primary-navbar.primary-white-hover-dark:hover {
  border-color: var(--black);
  background-color: var(--black);
  color: var(--white);
}

.hover-button-navbar-second {
  border-radius: 1.2rem;
  justify-content: center;
  align-items: center;
  min-width: 4.58rem;
  height: 2rem;
  padding-left: .83rem;
  padding-right: .83rem;
  font-family: Basis Grotesque, sans-serif;
  font-size: 12px;
  display: flex;
}

.hover-button-navbar-second.faq-button {
  border-radius: 1.3rem;
  height: 2.5rem;
  padding: 12px 2rem 10px;
  font-size: .9rem;
}

.nav-linkp7 {
  color: var(--white);
  padding: 20px 15px;
  line-height: 1em;
  display: none;
}

.nav-linkp7:hover {
  opacity: 1;
}

.nav-linkp7.w--current {
  color: var(--white-50);
}

.nav-link-brand-nav {
  color: var(--white);
  padding: 20px 15px;
  line-height: 1em;
}

.nav-link-brand-nav:hover {
  opacity: 1;
}

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

.nav-item-title-g9 {
  color: #fff;
  font-family: Futura, sans-serif;
  font-size: 1rem;
  font-weight: 700;
}

.nav-item-title-g6 {
  color: #fff;
  font-family: Futura, sans-serif;
  font-size: 1rem;
  font-weight: 700;
}

.nav-dropdown-list-g6 {
  background-color: #fff;
  border: 1px solid #0000002e;
  width: 100vw;
  padding: 15px 20px;
  display: none;
  position: fixed;
  inset: 70px 0% auto;
}

.nav-dropdown-list-g6.w--open {
  width: 200px;
  padding-top: 20px;
  padding-bottom: 20px;
  box-shadow: 0 0 10px #0000000a;
}

.nav-dropdown-list-g6.megamenu {
  width: 360px;
}

.nav-dropdown-list-g6.megamenu.w--open {
  width: 360px;
  display: flex;
}

.nav-dropdown-link-wrapper-bignav {
  grid-column-gap: 33px;
  grid-row-gap: 33px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  margin-left: 0%;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.nav-bar-image {
  width: 8.5rem;
  height: 75px;
}

.navbar-image-text-div-full {
  cursor: pointer;
  display: block;
  overflow: hidden;
}

.navbar-image-text-div-full.nav-dropdown-link-full {
  cursor: pointer;
  display: block;
}

.navbar-image {
  margin-left: -50px;
  font-family: Futura, sans-serif;
  font-size: .8rem;
  overflow: visible;
}

.navbar-image.frist-nav {
  margin-left: -20px;
}

.nav-dropdown-nav {
  text-transform: capitalize;
  width: 100%;
  margin-left: -20px;
  padding: 8px 8px 8px 0;
  font-size: 16px;
  font-weight: 400;
  transition: all .3s;
  display: flex;
}

.nav-dropdown-nav:hover {
  color: var(--primary);
  margin-left: 0;
}

.nav-dropdown-nav.w--current {
  color: var(--primary);
}

.nav-dropdown-list-g6-copy {
  background-color: #fff;
  border: 0 solid #0000002e;
  width: 100vw;
  margin-top: 0;
  padding: 15px 20px;
  display: none;
  position: fixed;
  inset: 54px 0% auto;
}

.nav-dropdown-list-g6-copy.w--open {
  width: 200px;
  padding-top: 20px;
  padding-bottom: 20px;
  box-shadow: 0 0 10px #0000000a;
}

.nav-dropdown-list-g6-copy.megamenu {
  width: 360px;
}

.nav-dropdown-list-g6-copy.megamenu.w--open {
  width: 360px;
  display: flex;
}

.nav-dropdown-list-g9 {
  background-color: #fff;
  border: 0 solid #0000002e;
  width: 100vw;
  margin-top: 0;
  padding: 15px 20px;
  display: none;
  position: fixed;
  inset: 54px 0% auto;
}

.nav-dropdown-list-g9.w--open {
  width: 200px;
  padding-top: 20px;
  padding-bottom: 20px;
  box-shadow: 0 0 10px #0000000a;
}

.nav-dropdown-list-g9.megamenu {
  width: 360px;
}

.nav-dropdown-list-g9.megamenu.w--open {
  width: 360px;
  display: flex;
}

.hover-button-secondary-banner {
  border: 1px solid var(--primary);
  background-color: var(--primary);
  color: var(--white);
  text-align: center;
  letter-spacing: .5px;
  text-transform: capitalize;
  padding: 18px 24px;
  font-size: 16px;
  transition: all .3s;
  display: inline-block;
}

.hover-button-secondary-banner:hover {
  opacity: 1;
  color: var(--primary);
  background-color: #0000;
}

.hover-button-secondary-banner.full-width {
  display: block;
}

.hover-button-secondary-banner.serch-button {
  margin-left: auto;
  margin-right: auto;
}

.hover-button-secondary-banner.dark {
  border-color: var(--black);
  background-color: var(--black);
}

.hover-button-secondary-banner.dark:hover {
  color: var(--black);
  background-color: #0000;
  border-color: #0009;
}

.hover-button-secondary-banner.pagination {
  margin-top: 30px;
}

.hover-button-secondary-banner.primary-white {
  border-color: var(--white);
  background-color: var(--white);
  color: var(--primary-dark);
}

.hover-button-secondary-banner.primary-white:hover {
  border-color: var(--primary);
  background-color: var(--primary);
  color: var(--white);
}

.hover-button-secondary-banner.outline-white {
  border-color: var(--white-50);
  color: var(--white);
  background-color: #0000;
}

.hover-button-secondary-banner.outline-white:hover, .hover-button-secondary-banner.hover-white:hover {
  border-color: var(--white);
  background-color: var(--white);
  color: var(--primary-dark);
}

.hover-button-secondary-banner.nav-button {
  border-color: var(--white-50);
  background-color: #0000;
}

.hover-button-secondary-banner.nav-button:hover {
  border-color: var(--white);
  background-color: var(--white);
  color: var(--primary-dark);
}

.hover-button-secondary-banner.outline-dark {
  color: var(--primary-dark);
  background-color: #0000;
  border-color: #0e0e0e80;
}

.hover-button-secondary-banner.outline-dark:hover {
  border-color: var(--primary-dark);
  background-color: var(--primary-dark);
  color: var(--white);
}

.hover-button-secondary-banner.primary-white-hover-dark {
  border-color: var(--white);
  background-color: var(--white);
  color: var(--primary-dark);
}

.hover-button-secondary-banner.primary-white-hover-dark:hover {
  border-color: var(--black);
  background-color: var(--black);
  color: var(--white);
}

.image-11 {
  width: 50%;
}



.hover-button-primary-rounded {
  border: 1px solid var(--primary);
  background-color: var(--primary);
  color: var(--white);
  text-align: center;
  letter-spacing: .5px;
  text-transform: capitalize;
  padding: 18px 24px;
  font-size: 16px;
  transition: all .3s;
  display: inline-block;
}

.hover-button-primary-rounded:hover {
  opacity: 1;
  color: var(--primary);
  background-color: #0000;
}

.hover-button-primary-rounded.full-width {
  display: block;
}

.hover-button-primary-rounded.serch-button {
  margin-left: auto;
  margin-right: auto;
}

.hover-button-primary-rounded.dark {
  border-color: var(--black);
  background-color: var(--black);
}

.hover-button-primary-rounded.dark:hover {
  color: var(--black);
  background-color: #0000;
  border-color: #0009;
}

.hover-button-primary-rounded.pagination {
  margin-top: 30px;
}

.hover-button-primary-rounded.primary-white {
  border-color: var(--white);
  background-color: var(--white);
  color: var(--primary-dark);
}

.hover-button-primary-rounded.primary-white:hover {
  border-color: var(--primary);
  background-color: var(--primary);
  color: var(--white);
}

.hover-button-primary-rounded.outline-white {
  border-color: var(--white-50);
  color: var(--white);
  background-color: #0000;
  border-radius: 30px;
  padding: 12px 18px;
  font-size: 10px;
}

.hover-button-primary-rounded.outline-white:hover, .hover-button-primary-rounded.hover-white:hover {
  border-color: var(--white);
  background-color: var(--white);
  color: var(--primary-dark);
}

.hover-button-primary-rounded.nav-button {
  border-color: var(--white-50);
  background-color: #0000;
}

.hover-button-primary-rounded.nav-button:hover {
  border-color: var(--white);
  background-color: var(--white);
  color: var(--primary-dark);
}

.hover-button-primary-rounded.outline-dark {
  color: var(--primary-dark);
  background-color: #0000;
  border-color: #0e0e0e80;
}

.hover-button-primary-rounded.outline-dark:hover {
  border-color: var(--primary-dark);
  background-color: var(--primary-dark);
  color: var(--white);
}

.hover-button-primary-rounded.primary-white-hover-dark {
  border-color: var(--white);
  background-color: var(--white);
  color: var(--primary-dark);
}

.hover-button-primary-rounded.primary-white-hover-dark:hover {
  border-color: var(--black);
  background-color: var(--black);
  color: var(--white);
}

.help-main-div {
  background-image: linear-gradient(#dce4e9, #e2e2f1);
  width: 100%;
  height: 100%;
  min-height: 55rem;
  padding-top: 2rem;
}

.help-inner-div {
  background-image: url('https://xpeng-uae.com/images/g6test.png');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: 50%;
  background-attachment: scroll;
  justify-content: flex-start;
  align-items: center;
  width: 90%;
  height: 100%;
  min-height: auto;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.help-inner-right-div {
  width: 50%;
  height: 100%;
  overflow: visible;
}

.help-inner-left-div {
  width: 40rem;
  height: 100%;
  margin-left: 0;
  padding: 2.91667rem .520833rem 2.8125rem 8rem;
}

.heading-15 {
  text-transform: uppercase;
  font-family: Futura, sans-serif;
  font-size: 1.8rem;
}

.paragraph-12 {
  margin-top: .46875rem;
  font-family: Basis Grotesque, sans-serif;
  font-size: 14px;
  line-height: 1.4rem;
  display: block;
}

.flex-block-16 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
}

.radio-button-field {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
}

.radio-button-2 {
  width: 14px;
  height: 14px;
}

.radio-button-3 {
  width: auto;
  height: auto;
}

.radio-button-field-2 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  align-items: flex-end;
  display: flex;
}

.radio-button-label, .radio-button-label-2 {
  font-family: Basis Grotesque, sans-serif;
  font-size: 14px;
}

.flex-block-17 {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  justify-content: space-between;
  width: 100%;
  margin-top: .5rem;
}

.flex-block-17.dotshow {
  display: none;
}

.flex-block-18 {
  width: 100%;
}

.flex-block-19 {
  width: 100%;
  display: block;
}

.input-form {
  background-color: var(--white);
  border-radius: 1.2rem;
  height: 2.3rem;
  font-family: Basis Grotesque, sans-serif;
  font-size: 12px;
}

.input-form:hover, .input-form:focus {
  border: 1px solid #000;
}

.field-label {
  text-transform: none;
  font-family: Basis Grotesque, sans-serif;
}

.field-label-2 {
  text-transform: none;
}

.select-form {
  background-color: var(--white);
  border-radius: 1.2rem;
  align-items: center;
  height: 2.3rem;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 10px;
  font-family: Basis Grotesque, sans-serif;
  font-size: 12px;
  display: block;
}

.select-form:hover, .select-form:focus {
  border: 1px solid #000;
}

.checkbox-field-2 {
  display: block;
}

.checkbox-label {
  color: var(--primary-dark);
  text-transform: none;
  margin-top: .25rem;
  font-family: Basis Grotesque, sans-serif;
  font-size: .7rem;
}

.checkbox-2 {
  width: 15px;
  height: 15px;
}

.checkbox-2:active {
  background-color: var(--primary-dark);
}

.link-7, .link-8 {
  font-size: .7rem;
}

.hover-button-xpeng-from {
  border-radius: 1rem;
  justify-content: center;
  min-width: 10vw;
  height: 2.3rem;
  padding: 0 1rem;
  font-family: Basis Grotesque, sans-serif;
  font-size: .7rem;
  display: flex;
}

.flex-block-17-submit {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  justify-content: space-between;
  width: 100%;
  margin-top: 1rem;
}

.flex-block-16-radio {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  align-items: center;
  width: auto;
  height: 14px;
  margin-top: 0;
  display: flex;
}

.div-block-13 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  width: 70%;
  display: flex;
}

.footer-subcribe-head {
  color: var(--white);
  text-align: left;
  width: 100%;
  font-family: Futura, sans-serif;
  font-size: 1.5rem;
  text-decoration: none;
  overflow: visible;
  white-space: nowrap;
}

.footer-news-div {
  background-color: var(--white);
  border-radius: 1.1rem;
  width: 100%;
  height: 2.2rem;
}

.flex-block-20 {
  flex-flow: column;
  width: 100%;
  padding-top: .8rem;
  padding-right: 1rem;
}

.footer-subscribe-form {
  width: 100%;
}

.text-field {
  background-color: var(--transparent);
  width: 80%;
}

.footer-input {
  background-color: var(--transparent);
  border: 0 solid #000;
  border-radius: 1rem;
  width: 80%;
  height: 100%;
  padding-left: 20px;
  font-family: Basis Grotesque, sans-serif;
  font-size: 12px;
}

.form-2 {
  background-color: var(--white);
  border-radius: 1.5rem;
  height: 2.5rem;
  position: relative;
}

.submit-button, .submit-button-footer {
  margin-top: .125rem;
  position: absolute;
  top: 0%;
  right: 2%;
}

.hover-button-xpeng-footer-subscribe {
  background-color: var(--primary-dark);
  pointer-events: auto;
  cursor: pointer;
  border-radius: 1rem;
  justify-content: center;
  min-width: 4.58rem;
  height: 2rem;
  margin-top: .25rem;
  padding: 0 .83rem;
  font-family: Basis Grotesque, sans-serif;
  font-size: .7rem;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: auto;
  right: 2%;
}

.paragraph-13 {
  color: var(--white-50);
  -webkit-user-select: none;
  user-select: none;
  margin-bottom: 5px;
  font-family: Basis Grotesque, sans-serif;
  font-size: 12px;
  display: block;
  text-align: left;
}

.link-9, .link-10 {
  font-size: 12px;
}

.paragraph-13-copy {
  color: var(--white-50);
  -webkit-user-select: none;
  user-select: none;
  margin-top: 0;
  font-family: Basis Grotesque, sans-serif;
  font-size: 12px;
  text-align: left;
}

.new-specs {
  background-color: #000;
  height: auto;
  min-height: 100vh;
  padding-top: 8rem;
  padding-bottom: 8rem;
}

.new-spec-inner {
  width: 90%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}

.heading-16 {
  color: var(--white);
  text-align: center;
  letter-spacing: -.104167rem;
  font-family: Futura, sans-serif;
  font-size: 3.33333rem;
  line-height: 2.9em;
}
.heading-16-ramadan {
  color: var(--white);
  text-align: center;
  font-family: Futura, sans-serif;
  font-size: 18px;
  line-height: 2.9em;
}

.offer-table-container {
  width: 100%;
  margin: 20px auto;
  border-radius: 15px;
  backdrop-filter: blur(10px);
  background: rgba(255, 255, 255, 0.15);
  padding: 1.5vw;
  border: 1px solid rgba(230, 230, 230, 0.8);
}

.offer-table {
  width: 100%;
  border-collapse: collapse;
  font-family: "Futura", sans-serif;
}
.offer-table th{
  text-align: left;
  color: #fff;
  font-size: 1.2rem;
}

.offer-table tfoot td{
  text-align: right;
  color: #fff;
}
.offer-table tfoot tr:hover{
  background: none;
}

.offer-table thead tr:hover{
  background: none;
}

.sticky-button {
  position: fixed;
  background-color: #a4ce4c;
  border-radius: 1.5rem;
  justify-content: center;
  align-items: center;
  color: #FFF;
  min-width: 3.66667rem;
  height: 2rem;
  padding: 0 2rem;
  font-family: Basis Grotesque, sans-serif;
  font-size: 16px;
  display: flex;
  bottom: 80px;
  left: 8vw;
  overflow: hidden;
  z-index:1;
}

.sticky-button::before {
content: "";
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: #0e0e0e;
color:#fff;
transform: translateX(-100%);
transition: transform 0.4s ease-out;
z-index: -1;
}
.sticky-button:hover::before {
transform: translateX(0);
}
.sticky-button span {
position: relative;
z-index: 2;
}


.offer-table td {
  padding: 12px 15px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  font-size: 1rem;
  color: #ffffff87;
}

.offer-table tr:hover {
  background: rgba(255, 255, 255, 0.2);
  transition: background 0.3s ease-in-out;
}

.offer-table td:first-child {
  font-weight: 800;
  color: #ffffff;
}

.offer-table tr:last-child td {
  border-bottom: none;
}

@media (max-width: 600px) {
  .offer-table-container {
    padding: 2vw;
  }
  .offer-table td {
    display: block;
    width: 100%;
    text-align: left;
    font-size: 0.9rem;
  }
}

.tabs-menu {
  text-align: center;
  background-color: #0b0b0d;
  border-radius: 1.14583rem;
  justify-content: space-between;
  width: 10rem;
  min-width: 35.9375rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.heading-17 {
  color: var(--white);
}

.spec-tabs {
  background-color: var(--transparent);
  color: var(--white);
  text-transform: none;
  font-family: Basis Grotesque, sans-serif;
  font-size: 12px;
}

.spec-tabs:hover {
  color: var(--primary);
}

.spec-tabs.w--current {
  background-color: var(--white);
  color: var(--primary);
  border-radius: 1.14583rem;
  font-family: Basis Grotesque, sans-serif;
  font-size: 12px;
}

.text-block-3, .text-block-4, .text-specs {
  color: var(--white);
  font-family: Basis Grotesque, sans-serif;
  font-size: 12px;
}

.tabs-content {
  justify-content: space-between;
  align-items: center;
  margin-top: 2.23958rem;
  display: block;
}
.price-div{
  color: #fff;
    border: 1px solid;
    width: 80%;
    margin-left:10%;
    padding: 10px;
    border-radius: 10px;
    text-align: center;
}


.div-block-14 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.specs-left-div {
  align-items: center;
  width: 50%;
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.specs-right-div {
  width: 50%;
  height: auto;
  display: block;
}

.div-block-15 {
  display: flex;
}

.specsright-inner-div {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  align-items: center;
  height: 100%;
  display: flex;
}

.specs-right-inner-lef-div {
  flex-flow: column;
  justify-content: space-around;
  align-items: flex-start;
  width: 50%;
  height: 100%;
  display: flex;
}

.specs-right-inner-left-content-div {
  flex-flow: column;
  display: flex;
}

.spect-content-head {
  color: var(--dark-gray);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Basis Grotesque, sans-serif;
  font-size: 1rem;
  font-weight: 400;
}

.specs-content-para {
  color: var(--white);
  word-break: normal;
  overflow-wrap: normal;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Basis Grotesque, sans-serif;
  font-size: 1rem;
}

.specs-right-inner-right-div {
  grid-column-gap: 2.4rem;
  grid-row-gap: 2.4rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 50%;
  height: 100%;
  padding-top: 1rem;
  display: flex;
}

.specs-right-inner-left-content-div-copy {
  flex-flow: column;
  margin-top: 1rem;
  display: flex;
}

.div-block-16 {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  text-align: center;
  border-radius: 1rem;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 3rem;
  margin-top: 2rem;
  display: flex;
}

.hover-button-xpeng-copy {
  border-radius: .83rem;
  justify-content: center;
  min-width: 4.58rem;
  height: 1.66rem;
  padding: 0 .83rem;
  font-family: Basis Grotesque, sans-serif;
  font-size: .7rem;
  display: flex;
}

.hover-butoon-primary {
  border-radius: 2rem;
  justify-content: center;
  min-width: 4.35rem;
  height: 2.3rem;
  padding: 0 1.5rem;
  font-family: Basis Grotesque, sans-serif;
  font-size: 12px;
  display: flex;
}

.hover-butoon-primary:hover {
  border: 0 solid #000;
}

.div-block-17 {
  background-color: var(--white);
  width: 80%;
  padding: 2rem 4rem;
  box-shadow: 0 0 .5208rem #5a57570d;
}

.test-drive-form {
  padding: 1rem 4rem;
}

.label-form-test {
  text-transform: uppercase;
  margin-top: 2rem;
  font-family: Futura, sans-serif;
  font-size: 16px;
}

.checkbox-2-copy {
  width: 15px;
  height: 15px;
}

.radio-button-filed-test-drive {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border: 1px solid #e6e6e8;
  border-radius: .625rem;
  justify-content: flex-start;
  align-items: flex-end;
  width: 13rem;
  height: 8.4rem;
  min-height: 120px;
  flex: 1;
  display: flex;
  position: relative;
}
.radio-button-filed-tenure{
  border: 1px solid #e6e6e8;
  border-radius: .625rem;
  width: 100%;
 padding: 10px;
}

.radio-test-inside-div {
  border-radius: .625rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  left: 0;
}

.custom-radio {
  font-family: Basis Grotesque, sans-serif;
  font-size: 14px;
  display: none;
}

.image-12 {
  width: 100%;
}

.test-drive-radio-label {
  margin-top: 0;
  margin-bottom: 0;
  position: absolute;
  top: 1.0417rem;
  left: 1.5625rem;
}

.test-drive-radio {
  width: 20px;
  height: 20px;
  margin-top: 0;
  margin-left: 0;
  position: absolute;
  top: 10px;
  right: 10px;
}

.section-copy {
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
}

.section-copy.light-background {
  background-color: var(--light-gray);
}

.section-copy.licensing-fonts {
  padding-top: 0;
  padding-bottom: 0;
}

.section-copy.without-bottom-spacing {
  padding-bottom: 0;
}

.section-copy.home-get-started {
  background-image: linear-gradient(90deg, #0000004d, #0000), linear-gradient(#00000026, #00000026), url('https://xpeng-uae.com/images/service-p3-1.jpg');
  background-position: 0 0, 0 0, 50% 58%;
  background-size: auto, auto, cover;
  background-attachment: scroll, scroll, scroll;
}

.section-copy.image-banner {
  -webkit-text-fill-color: inherit;
  background-image: linear-gradient(90deg, #0006, #0000), linear-gradient(#0006, #0006), url('https://xpeng-uae.com/images/p7-banner.jpg');
  background-position: 0 0, 0 0, 50%;
  background-size: auto, auto, cover;
  background-clip: border-box;
  min-height: 640px;
}

.contac-div {
  margin-top: 5rem;
  display: flex;
}

.heading-19 {
  font-family: Futura, sans-serif;
  font-size: 2.5rem;
}

.div-block-18 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: space-between;
  width: 100%;
  margin-top: 1rem;
  display: flex;
  flex-direction: column;
}

.base-container-contact {
  cursor: default;
  flex-direction: column;
  align-items: center;
  max-width: 1200px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 8rem;
  padding-right: 8rem;
  display: flex;
}

.base-container-contact.align-left {
  align-items: flex-start;
}

.div-block-19 {
  border: 1px solid #e6e6e8;
  width: 100%;
  padding: 1.66667rem 2.08333rem;
  position: relative;
  border-radius: 12px;
}

.heading-20 {
  text-transform: uppercase;
  font-family: Basis Grotesque, sans-serif;
  font-size: 1.8rem;
  position: relative;
  font-weight: 600;
}

.hover-button-xpeng-contact {
  background-color: var(--primary-dark);
  border-radius: 1rem;
  justify-content: center;
  min-width: 6.66667rem;
  height: 34px;
  padding: 0 .83rem;
  font-family: Basis Grotesque, sans-serif;
  font-size: 16px;
  display: flex;
  position: absolute;
  top: 2.2rem;
  right: 2.08333rem;
}

.div-block-20 {
  position: static;
}

.div-block-19-copy {
  border: 1px solid #e6e6e8;
  width: 100%;
  padding: 1.66667rem 1.9rem;
  position: relative;
  border-radius: 12px;
}

.text-span-2 {
  color: var(--primary);
  font-family: Futura, sans-serif;
}

.paragraph-14, .paragraph-15, .paragraph-16 {
  font-family: Basis Grotesque, sans-serif;
  font-size: 12px;
}

.div-block-21 {
  margin-top: 2rem;
  display: flex;
  gap: 1rem;
}

.customer-service {
  color: var(--gray);
  font-family: Basis Grotesque, sans-serif;
  font-size: 14px;
}

.paragraph-17 {
  color: var(--paragraph-gray);
  font-family: Basis Grotesque, sans-serif;
  font-size: 12px;
}

.image-13 {
  width: 30px;
}

.div-block-22 {
  justify-content: start;
  display: flex;
  gap: 1.5rem;
}

.heading-21 {
  font-family: Futura, sans-serif;
  font-size: 1.8rem;
  font-weight: 600;
}

.custom-text-area {
  border-radius: 1.2rem;
  height: auto;
}

.contact-form-div-first {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  justify-content: space-between;
  width: 100%;
  margin-top: 2.5rem;
}

.flex-block-17-down {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  justify-content: space-between;
  width: 100%;
  margin-top: 1rem;
}

.checkbox-2-copy {
  width: 15px;
  height: 15px;
  margin-top: 10px;
}

.contact-form-div {
  width: 100%;
  margin-top: 1rem;
}

.rl-text-style-regular-3 {
  color: var(--relume-library-lite--rl-black);
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

.rl_faq6_answer-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  height: 24rem;
  margin-bottom: 1.5rem;
  display: flex;
  overflow-y: auto;
}

.rl_faq6_answer {
  height: auto;
  padding-top: .5rem;
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}

.rl_faq6_icon {
  color: var(--relume-library-lite--rl-black);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  display: flex;
}

.rl_faq6_icon-wrapper {
  align-self: flex-start;
}

.rl_faq6_question-text {
  color: var(--relume-library-lite--rl-black);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Basis Grotesque, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.5;
}

.rl_faq6_question {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  cursor: pointer;
  border-bottom: 1px solid #e6e6e8;
  justify-content: space-between;
  align-items: center;
  padding: 1.25rem 1.5rem .5rem;
  display: flex;
}

.rl_faq6_accordion {
  border: 0px solid var(--relume-library-lite--rl-black);
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  display: block;
}

.rl_faq6_list-grid {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 100%;
  grid-auto-columns: 100%;
  place-items: start stretch;
  height: auto;
  margin-bottom: 2rem;
  display: grid;
  overflow-y: auto;
}

.rl_faq6_list {
  width: 35%;
  height: 100%;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  overflow: visible;
}

.rl-button-5 {
  border: 1px solid var(--relume-library-lite--rl-black);
  background-color: var(--relume-library-lite--rl-black);
  color: var(--relume-library-lite--rl-white);
  text-align: center;
  padding: .75rem 1.5rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
}

.rl-button-5.is-secondary {
  color: var(--relume-library-lite--rl-black);
  background-color: #0000;
}

.rl_faq6_spacing-block-2 {
  width: 100%;
  padding-bottom: 2rem;
}

.rl-text-style-medium-12 {
  color: var(--relume-library-lite--rl-black);
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.5;
}

.rl_faq6_spacing-block-1 {
  width: 100%;
  padding-bottom: 1.5rem;
}

.rl-heading-style-h2-9 {
  color: var(--relume-library-lite--rl-black);
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
}

.rl_faq6_component {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.rl-padding-section-large-7 {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

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

.rl-padding-global-8 {
  padding-left: 5%;
  padding-right: 5%;
}

.rl_section_faq6 {
  background-color: var(--relume-library-lite--rl-white);
}

.div-block-23 {
  background-image: url('https://xpeng-uae.com/images/g6configure.PNG');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 65%;
  height: 100%;
}

.heading-22 {
  text-align: center;
  word-break: break-all;
  margin-top: 0;
  margin-bottom: 2rem;
  font-family: Futura, sans-serif;
  font-size: 1.8rem;
  overflow: hidden;
}

.heading-23 {
  width: 50%;
  font-family: Basis Grotesque, sans-serif;
  font-size: 14px;
}

.div-block-24 {
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: var(--white);
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: var(--white);
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: var(--white);
  border-left-style: solid;
  border-left-width: 1px;
  border-left-color: var(--white);
  cursor: pointer;
  border-radius: 12px;
  height: 100%;
  padding-top: 10px;
  padding-left: 10px;
  padding-right: 5px;
  box-shadow: inset 0 0 0 1px #b5b5ba;
}

.div-block-24.selected-version {
  cursor: pointer;
  border-color: #000;
  height: 100%;
  padding-top: 10px;
  padding-right: 10px;
}

.paragraph-18 {
  font-size: 12px;
}

.paragraph-19 {
  font-family: Basis Grotesque, sans-serif;
  font-size: 12px;
}

.optional-configure {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: var(--white);
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: var(--white);
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: var(--white);
  border-left-style: solid;
  border-left-width: 1px;
  border-left-color: var(--white);
  cursor: pointer;
  border-radius: 12px;
  padding: 10px 5px 10px 10px;
  display: flex;
  position: relative;
  box-shadow: inset 0 0 0 1px #b5b5ba;
}

.optional-configure.selected-version {
  cursor: pointer;
  border-color: #000;
}

.image-14 {
  width: 40%;
}

.radio-button-label-3 {
  display: none;
}

.raio-config-optional {
  opacity: 1;
  width: 20px;
  height: 20px;
  padding-right: 0;
}

.radio-button-field-3 {
  padding-left: 0;
  position: absolute;
  right: 10px;
}

.radio-button-label-4 {
  display: block;
}

.color-picker-artic-white {
  width: 20px;
  height: 20px;
}

.div-block-25 {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.div-block-26 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  cursor: pointer;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  width: 100%;
  min-height: 6.7708rem;
  display: flex;
  position: relative;
}

.image-15 {
  border-radius: 50%;
  width: 3.3333rem;
  height: 3.3333rem;
}

.image-15.selected-image {
  border: 1px solid #000;
  padding: 5px;
}

.flex-block-g6-product-top-latest {
  justify-content: flex-start;
  align-self: auto;
  align-items: center;
  margin-top: 20vh;
  position: relative;
}

.flex-block-g6-product-top-latest-ramadan {
  justify-content: flex-start;
  width: 70%;
  align-self: auto;
  align-items: self-start;
  height: 100vh;
  margin-top: 20vh;
  position: relative;
}
.flex-block-g6-product-top-latest-ramadan h3{
  color: #fff;
  font-family: Futura, sans-serif;
  font-size: 1.5rem;
}

.image-16 {
  width: 20px;
  height: 20px;
  position: absolute;
  top: -10%;
  left: -5%;
}
.image-16-ramazan{
  width: 20px;
  height: 20px;
  position: absolute;
  top: -4%;
  left: -3%;
}

.div-block-27 {
  flex-flow: column;
  align-items: center;
  width: 100%;
  margin-top: 0;
  margin-bottom: 5vh;
  display: flex;
}

.flex-block-g6-banner-down-button {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: center;
  align-items: center;
  width: 50%;
  margin-bottom: 1rem;
}

.hover-button-xpeng-white {
  background-color: var(--white);
  color: var(--primary-dark);
  border-radius: 1.1rem;
  justify-content: center;
  min-width: 4.58rem;
  height: 2.3rem;
  padding: .63rem 1rem;
  font-family: Basis Grotesque, sans-serif;
  font-size: 14px;
  display: flex;
}

.hover-button-xpeng-white-outline {
  border: 0px solid var(--white);
  background-color: var(--primary-dark);
  color: var(--white);
  border-radius: 1.1rem;
  justify-content: center;
  min-width: 4.58rem;
  height: 2.3rem;
  padding: .63rem 1rem;
  font-family: Basis Grotesque, sans-serif;
  font-size: 14px;
  display: flex;
}

.home-testimonials-slider-copy {
  z-index: 999;
  background-color: #0000;
  height: auto;
  margin-left: 1.4%;
  padding-bottom: 60px;
  display: none;
  position: relative;
  overflow: hidden;
}

.g6-2nd-sec-heading {
  color: var(--white);
  text-transform: uppercase;
  font-family: Futura, sans-serif;
  font-size: 2.2rem;
}

.div-block-28 {
  align-items: stretch;
  width: 100%;
  height: 28rem;
  margin-top: auto;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.image-17, .image-18 {
  cursor: pointer;
  width: 45%;
}

.div-block-29 {
  position: relative;
}

.image-19 {
  width: 30px;
  position: absolute;
  top: -1.5rem;
  left: -2.2rem;
}

.div-block-29-xpeng-heading {
  position: relative;
}

.hover-button-xpeng-from-footer {
  border-radius: 1rem;
  justify-content: center;
  min-width: 5.5rem;
  height: 2rem;
  padding: 0 1rem;
  font-family: Basis Grotesque, sans-serif;
  font-size: .7rem;
  display: block;
}

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

.field-label-2-copy {
  text-transform: none;
}

.hover-button-xpeng-contact-faq {
  background-color: var(--primary-dark);
  border-radius: 12px;
  justify-content: center;
  min-width: 6.66667rem;
  height: 3rem;
  padding: 0 2rem;
  font-family: Basis Grotesque, sans-serif;
  font-size: 16px;
  display: flex;
  position: absolute;
  top: 2.2rem;
  right: 2.08333rem;
}

.image-20 {
  width: 20px;
  position: absolute;
  top: -1rem;
  left: -1.3rem;
}

.div-block-31 {
  position: relative;
}

.field-label-2-copy-copy {
  text-transform: none;
  display: none;
}

.radio-button-label-5 {
  font-family: Basis Grotesque, sans-serif;
  font-size: 14px;
}

.flex-block-16-radio-test-drive {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  width: 55%;
  height: auto;
  margin-top: 0;
}

.image-21 {
  width: 35rem;
}

.rl-heading-style-h1-4-copy {
  color: var(--relume-library-lite--rl-black);
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 1.2;
}

.rl-heading-style-h1-4-copy.is-white {
  color: var(--primary-dark);
  text-transform: uppercase;
  font-family: Futura, sans-serif;
  font-size: 2.2rem;
  font-style: italic;
}

.rl-text-style-medium-10-copy {
  color: var(--relume-library-lite--rl-black);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Basis Grotesque, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
}

.rl-text-style-medium-10-copy.is-white {
  color: var(--primary-dark);
  font-family: Basis Grotesque, sans-serif;
  font-size: 14px;
}

.section-g92nd {
  background-image: url('https://xpeng-uae.com/images/g9-sss.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100vh;
  padding-top: 20px;
  padding-bottom: 80px;
  position: relative;
}

.section-g92nd.light-background {
  background-color: var(--light-gray);
}

.section-g92nd.licensing-fonts {
  padding-top: 0;
  padding-bottom: 0;
}

.section-g92nd.without-bottom-spacing {
  padding-bottom: 4rem;
}

.section-g92nd.overflow-hidden {
  background-image: url('https://xpeng-uae.com/images/xpeng-g6-white-l.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.section-g92nd.overflow-hidden.g62nd-section {
  height: 100vh;
  padding-top: 40px;
}

.section-g92nd.overflow-hidden.hide {
  display: none;
}

.section-g92nd.home-get-started {
  background-image: linear-gradient(90deg, #0000004d, #0000), linear-gradient(#00000026, #00000026), url('https://xpeng-uae.com/images/service-p3-1.jpg');
  background-position: 0 0, 0 0, 50% 58%;
  background-size: auto, auto, cover;
  background-attachment: scroll, scroll, scroll;
}

.section-g92nd.image-banner {
  -webkit-text-fill-color: inherit;
  background-image: linear-gradient(90deg, #0006, #0000), linear-gradient(#0006, #0006), url('https://xpeng-uae.com/images/p7-banner.jpg');
  background-position: 0 0, 0 0, 50%;
  background-size: auto, auto, cover;
  background-clip: border-box;
  min-height: 640px;
}

.rl-padding-section-large-3-copy {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  align-items: center;
  height: auto;
  padding-top: 7rem;
  padding-bottom: 0;
  display: flex;
}

.rl_team8_component-copy {
  flex-direction: column;
  align-items: flex-start;
  width: 70%;
  display: flex;
}

.rl_team8_list-honor-copy {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: center;
  width: 65%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.div-block-23-copy {
  background-image: url('https://xpeng-uae.com/images/g6configure.PNG');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  align-items: flex-start;
  width: 65%;
  height: 100vh;
  display: flex;
  overflow-y: hidden;
}

.form-block-2 {
  height: auto;
  overflow-y: auto;
}

.form-block-2.configure-g6-form {
  padding-top: 1rem;
  padding-left: 2rem;
  padding-right: 2rem;
  display: block;
}

.form-3 {
  height: 132rem;
  overflow: hidden;
}

.hover-button-xpeng-configure {
  background-color: var(--primary);
  border-radius: .83rem;
  justify-content: center;
  width: 20%;
  min-width: 4.58rem;
  height: 1.66rem;
  padding: 0 .83rem 0;
  font-family: Basis Grotesque, sans-serif;
  font-size: .7rem;
  display: flex;
}

.div-block-32 {
  background-color: #f4f7ff;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  margin-left: -2rem;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 10%;
  display: block;
  position: fixed;
  bottom: 0%;
  overflow: hidden;
}

.div-block-33 {
  cursor: none;
  z-index: 1;
  width: 50%;
  height: 95%;
  position: absolute;
  top: 80px;
  right: 0;
}

.optional-configure-radio {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: var(--white);
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: var(--white);
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: var(--white);
  border-left-style: solid;
  border-left-width: 1px;
  border-left-color: var(--white);
  cursor: pointer;
  border-radius: 12px;
  padding: 10px 5px 10px 10px;
  display: flex;
  position: relative;
  box-shadow: inset 0 0 0 1px #b5b5ba;
}

.optional-configure-radio.selected-version {
  cursor: pointer;
  border-color: #000;
}

.color-heading {
  text-align: center;
  width: 100%;
  margin-left: 0;
  font-family: Basis Grotesque, sans-serif;
  font-size: 10px;
}

.rl_faq6_accordion-copy {
  border: 0px solid var(--relume-library-lite--rl-black);
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  display: none;
}

.color-heading-copy {
  width: 4.2rem;
  margin-left: 0;
  font-family: Basis Grotesque, sans-serif;
  font-size: 10px;
}

.div-block-25-copy {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.color-heading-copy-copy {
  text-align: center;
  width: 100%;
  margin-left: 0;
  font-family: Basis Grotesque, sans-serif;
  font-size: 10px;
}

.rl_faq6_answer-wrapper-copy {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  height: 8rem;
  margin-bottom: 1rem;
  display: flex;
  overflow-y: auto;
}
.calculate-emi-container
{
  background-color: var(--white);
  width: 80%;
  padding: 2rem 4rem;
  box-shadow: 0 0 .5208rem #5a57570d;
  border: 2px solid var(--primary);
  border-radius: 12px;
}
.finance-section {
    margin-top: 20px;
    font-family: Basis Grotesque, sans-serif;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
  }
   .summary-card {
    /* background: linear-gradient(135deg, #f5fbe6, #a4ce4c1a); */
    background: linear-gradient(135deg, #ffffff, #a4ce4c33);
    padding: 20px;
    width: 300px;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    height: 180px;
    justify-content: space-between;
    box-shadow: 0 0 8px rgba(0,0,0,0.1);
    border: 1px solid var(--primary);
  }
  .finance-card{
    display: flex;
    justify-content: end;
  }

  .summary-header{

  }
  .summary-body{
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .summary-item {
    text-align: center;
    margin-bottom: 20px;
  }
  .section-finance{
    height: fit-content;
    padding: 20px;
    display: flex;
    justify-content: center;
  }

  .summary-title {
    font-weight: 600;
    font-size: 14px;
    color: #777;
  }
  .label-finance{
        text-transform: uppercase;
        font-family: Futura, sans-serif;
        font-size: 16px;
  }

  .summary-value {
    font-size: 14px;
    font-weight: bold;
    color: var(--primary);
  }
  .finance-sub-section
  {
    flex: 1;
  }
  .finance-sub-section-right{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .finance-group {
    margin-bottom: 30px;
  }
  .finance-group-title{
    display: flex;
    justify-content: space-between;
        align-items: end;
  }

  .label-form-test {
    font-size: 16px;
    margin-bottom: 8px;
    font-weight: 600;
    color: #333;
  }

  .slider-container {
    /* background: #f9f9f9; */
    padding: 15px;
    border-radius: 8px;
    /* box-shadow: 0 0 5px rgba(0,0,0,0.1); */
  }

  .slider-label {
    font-size: 14px;
    color: var(--primary);
    font-weight: 600;
  }

  .slider-range {
    width: 100%;
    margin-top: 10px;
    appearance: none;
    height: 6px;
    border-radius: 5px;
    background: #ddd;
    outline: none;
  }

  input[type="range"].slider-range {
  -webkit-appearance: none;
  width: 100%;
  height: 8px;
  background: linear-gradient(to right, #a4ce4c 0%, #a4ce4c 40%, #eee 40%, #eee 100%);
  border-radius: 5px;
  outline: none;
  transition: background 450ms ease-in;
}

/* Track */
input[type="range"].slider-range::-webkit-slider-runnable-track {
  height: 8px;
  background: transparent; /* use JS to set gradient */
  border-radius: 5px;
}

/* Thumb style */
input[type="range"].slider-range::-webkit-slider-thumb {
  -webkit-appearance: none;
  height: 20px;
  width: 14px;
  background-color: var(--primary);
  border: none;
  border-radius: 3px; /* Rectangular instead of circle */
  cursor: pointer;
  margin-top: -6px; /* Align with track */
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
}

input[type="range"].slider-range::-moz-range-thumb {
  height: 20px;
  width: 14px;
  background-color: var(--primary);
  border: none;
  border-radius: 3px;
  cursor: pointer;
}

input[type="range"].slider-range::-ms-thumb {
  height: 20px;
  width: 14px;
  background-color: var(--primary);
  border: none;
  border-radius: 3px;
  cursor: pointer;
}
.heading-calculate-EMI{
    text-transform: uppercase;
    font-family: Futura, sans-serif;
    font-size: 1.8rem;
    display: flex;
    justify-content: center;
}
.rl_faq6_answer-wrapper-copy-copy {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  height: 8rem;
  margin-bottom: .25rem;
  display: flex;
  overflow-y: auto;
}

.configure-g9-image-version {
  background-image: url('https://xpeng-uae.com/images/xpeng-g9.png'), linear-gradient(#dce4e9, #e2e2f1);
  background-position: 50%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: 100% 100%, auto;
  align-items: flex-start;
  width: 65%;
  height: 100vh;
  display: block;
  overflow-y: hidden;
}

.configure-g6-image-optional, .configure-g6-image-colour, .configure-g6-image-interior {
  background-image: url('https://xpeng-uae.com/images/g6configure.PNG');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  align-items: flex-start;
  width: 65%;
  height: 100vh;
  display: none;
  overflow-y: hidden;
}

.rl_faq6_answer-wrapper-rrs {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  height: 12rem;
  margin-bottom: .25rem;
  display: flex;
  overflow-y: auto;
}

.div-block-34 {
  cursor: pointer;
}

.div-block-34.color-xpeng {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  width: 50%;
}

.div-block-35 {
  cursor: pointer;
}

.div-block-35.color-xpeng {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  width: 50%;
}

.hover-button-xpeng-configure-submit {
  background-color: var(--primary);
  border-radius: .83rem;
  justify-content: center;
  width: 20%;
  min-width: 4.58rem;
  height: 1.66rem;
  padding: 0 .83rem 0;
  font-family: Basis Grotesque, sans-serif;
  font-size: .7rem;
  display: none;
}

.configure-g6-query {
  height: 100vh;
  padding-top: 0;
  display: none;
  overflow-y: auto;
}

.flex-block-19-congiure {
  width: 100%;
  display: none;
}

.flex-block-16-radio-configure {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  width: 14px;
  height: 14px;
  margin-top: 0;
  display: none;
}

.paragraph-12-copy {
  margin-top: .46875rem;
  font-family: Basis Grotesque, sans-serif;
  font-size: 14px;
  line-height: 1.4rem;
  display: block;
}

.paragraph-12--configure {
  margin-top: .46875rem;
  font-family: Basis Grotesque, sans-serif;
  font-size: 14px;
  line-height: 1.4rem;
  display: none;
}

.select-form-configure {
  background-color: var(--white);
  border-radius: 1.5rem;
  height: 3rem;
  padding-right: 12px;
  font-family: Basis Grotesque, sans-serif;
  font-size: 12px;
}

.help-inner-left-div-configure {
  width: 38rem;
  margin-left: 0;
  padding: 0 .520833rem 2.8125rem 0;
}

.help-inner-div-configure {
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  background-attachment: scroll;
  justify-content: flex-start;
  align-items: flex-start;
  width: 88%;
  height: auto;
  min-height: 100vh;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.form-block-3 {
  height: 50rem;
  overflow-y: auto;
}

.form-4 {
  height: 100%;
  overflow-y: auto;
}

.help-main-div-configure {
  background-image: linear-gradient(#dce4e9, #e2e2f1);
  width: 100%;
  height: auto;
  padding-top: 2rem;
  padding-left: 2rem;
  padding-right: 2rem;
}

.configure-link {
  display: inline;
}

.select-form-store {
  background-color: var(--white);
  border-radius: 1.2rem;
  align-items: center;
  height: 2.3rem;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 12px;
  font-family: Basis Grotesque, sans-serif;
  font-size: 12px;
  display: flex;
}

.select-form-store:focus {
  border: 1px solid #000;
}

.configure-g6-image-version {
  background-image: url('https://xpeng-uae.com/images/g6configure.PNG'), linear-gradient(#dce4e9, #e2e2f1);
  background-position: 50%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: contain, auto;
  align-items: flex-start;
  width: 65%;
  height: 100%;
  display: block;
  overflow-y: hidden;
}

.image-14-g9-configure {
  width: 30%;
}

.color-xpeng {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 30%;
  display: flex;
}

.background-video-8 {
  height: 100%;
}

.select-form-store-test {
  background-color: var(--white);
  border-radius: 1.5rem;
  height: 3rem;
  padding-right: 12px;
  font-family: Basis Grotesque, sans-serif;
  font-size: 12px;
}

.link-11, .link-12 {
  font-size: 12px;
}

.flex-block-17-copy {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  justify-content: space-between;
  width: 100%;
  margin-top: 1rem;
}

.div-block-27-copy {
  flex-flow: column;
  align-items: center;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  display: flex;
}

.div-block-36 {
  position: relative;
}

.image-22 {
  width: 20px;
  height: auto;
  position: absolute;
  top: -1rem;
  left: -1.5rem;
}

.link-13 {
  color: var(--primary-dark);
  font-family: Basis Grotesque, sans-serif;
  font-size: 20px;
}

.section-6 {
  position: relative;
}

.div-block-33-copy {
  cursor: none;
  z-index: 1;
  width: 50%;
  height: 95%;
  position: absolute;
  top: 80px;
  left: 0;
  right: auto;
}

.slider {
  height: 100vh;
}

.slide-7 {
  background-image: url('https://xpeng-uae.com/images/xpilot.jpg');
  background-position: 50%;
  background-size: cover;
  height: 100%;
}

.div-block-37 {
  flex-flow: column;
  justify-content: flex-end;
  width: 80%;
  height: 80%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.heading-24 {
  color: var(--primary-dark);
  width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  font-family: Futura, sans-serif;
  font-size: 3rem;
}

.paragraph-20 {
  color: var(--white);
  font-family: Basis Grotesque, sans-serif;
}

.div-block-38 {
  position: relative;
}

.image-23 {
  width: 25px;
  position: absolute;
  top: -1rem;
  left: -1.5rem;
}

.left-arrow, .right-arrow, .icon, .slide-nav-2, .icon-2 {
  display: none;
}

.xpilot {
  background-image: url('https://xpeng-uae.com/images/xpilot.jpg');
  background-position: 50%;
  background-size: cover;
  height: 100%;
}

.xsmart {
  background-image: url('https://xpeng-uae.com/images/xsmart_os.jpg');
  background-position: 50%;
  background-size: cover;
  height: 100%;
}

.ota {
  background-image: url('https://xpeng-uae.com/images/OTA_New.jpg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
}

.ota-banner {
  flex-flow: column;
  justify-content: flex-start;
  width: 80%;
  height: 80%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 7rem;
  display: flex;
  position: relative;
}

.paragraph-20-black {
  color: var(--primary-dark);
  font-family: Basis Grotesque, sans-serif;
}

.div-block-37-pilot {
  flex-flow: column;
  justify-content: flex-start;
  width: 80%;
  height: 80%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 7rem;
  display: flex;
  position: relative;
}

.heading-24-white {
  color: var(--white);
  width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  font-family: Futura, sans-serif;
  font-size: 3rem;
}

.div-block-39 {
  position: absolute;
  top: 0%;
}

.left-xsmart {
  z-index: 1;
  width: 50%;
  height: 100%;
  position: absolute;
  top: 0%;
  left: 0%;
}

.right-xsmart {
  z-index: 1;
  width: 50%;
  height: 100%;
  position: absolute;
  top: 0%;
  right: 0%;
}

.circle-xsmart {
  position: absolute;
}

.left-arrow-xmart, .right-arrow-xmart, .right-arrow-xmart-copy {
  display: block;
}



.cursor-circle-xmart {
  color: var(--white);
  pointer-events: none;
  z-index: 1000;
  opacity: 0;
  background-color: #00000080;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
  display: flex;
  position: absolute;
  transform: translate(-50%, -50%);
}

.custom-check-new input[type="checkbox"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
    width: 17px;
    height: 17px;
    background-color: white;
    border: none !important;
  position: relative;
  border:1px solid #000 !important;
  cursor: pointer;
}
.custom-check-new input[type="checkbox"]:checked {
  background-color: #000 !important;
}
.custom-check-new input[type="checkbox"]:hover {
  border:1px solid #000 !important;
}
.custom-check-new input[type="checkbox"]:checked::after {
  content: "";
  position: absolute;
  left: 6px;
  top: 3px;
  width: 3px;
  height: 7px;
  border: solid white;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.div-block-40 {
  position: absolute;
}

.div-block-41 {
  background-color: #00000080;
  position: absolute;
  top: 10px;
  left: 10px;
}

.ota-sec {
  display: none;
}

.section-7 {
  height: 100%;
}

.body {
  height: 100vh;
}

.code-embed-2 {
  height: 100vh;
  padding-top: 59px;
}

.text-span-3 {
  color: var(--primary);
}

.image-24 {
  max-width: 100%;
}

.configure-g9-image-version-copy {
  background-image: url('https://xpeng-uae.com/images/xpeng-g9.png'), linear-gradient(#dce4e9, #e2e2f1);
  background-position: 50%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: contain, auto;
  align-items: flex-start;
  width: 65%;
  height: 100vh;
  display: block;
  overflow-y: hidden;
}

.base-container-copy {
  cursor: default;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 1200px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.section-intelligent {
  height: 100vh;
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
}

.section-intelligent.light-background {
  background-color: var(--light-gray);
}

.section-intelligent.licensing-fonts {
  padding-top: 0;
  padding-bottom: 0;
}

.section-intelligent.without-bottom-spacing {
  height: 100vh;
  padding-bottom: 4rem;
}

.section-intelligent.overflow-hidden {
  background-image: url('https://xpeng-uae.com/images/xpeng-g6-white-l.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.section-intelligent.overflow-hidden.g62nd-section {
  height: 100vh;
  padding-top: 40px;
}

.section-intelligent.overflow-hidden.hide {
  display: none;
}

.section-intelligent.home-get-started {
  background-image: linear-gradient(90deg, #0000004d, #0000), linear-gradient(#00000026, #00000026), url('https://xpeng-uae.com/images/service-p3-1.jpg');
  background-position: 0 0, 0 0, 50% 58%;
  background-size: auto, auto, cover;
  background-attachment: scroll, scroll, scroll;
}

.section-intelligent.image-banner {
  -webkit-text-fill-color: inherit;
  background-image: linear-gradient(90deg, #0006, #0000), linear-gradient(#0006, #0006), url('https://xpeng-uae.com/images/p7-banner.jpg');
  background-position: 0 0, 0 0, 50%;
  background-size: auto, auto, cover;
  background-clip: border-box;
  min-height: 640px;
}

.section-intelligent.section-home {
  display: block;
}

.section--sustain-mobile {
  height: 100vh;
  padding-top: 80px;
  padding-bottom: 80px;
  display: none;
  position: relative;
}

.section--sustain-mobile.light-background {
  background-color: var(--light-gray);
}

.section--sustain-mobile.licensing-fonts {
  padding-top: 0;
  padding-bottom: 0;
}

.section--sustain-mobile.without-bottom-spacing {
  height: 100vh;
  padding-bottom: 4rem;
}

.section--sustain-mobile.overflow-hidden {
  background-image: url('https://xpeng-uae.com/images/xpeng-g6-white-l.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.section--sustain-mobile.overflow-hidden.g62nd-section {
  height: 100vh;
  padding-top: 40px;
}

.section--sustain-mobile.overflow-hidden.hide {
  display: none;
}

.section--sustain-mobile.home-get-started {
  background-image: linear-gradient(90deg, #0000004d, #0000), linear-gradient(#00000026, #00000026), url('https://xpeng-uae.com/images/service-p3-1.jpg');
  background-position: 0 0, 0 0, 50% 58%;
  background-size: auto, auto, cover;
  background-attachment: scroll, scroll, scroll;
}

.section--sustain-mobile.image-banner {
  -webkit-text-fill-color: inherit;
  background-image: linear-gradient(90deg, #0006, #0000), linear-gradient(#0006, #0006), url('https://xpeng-uae.com/images/p7-banner.jpg');
  background-position: 0 0, 0 0, 50%;
  background-size: auto, auto, cover;
  background-clip: border-box;
  min-height: 640px;
}

.section--sustain-mobile.section-home {
  background-color: var(--transparent);
  background-image: url('https://xpeng-uae.com/images/XPENG-BG.png');
  background-position: 90% 0;
  background-repeat: no-repeat;
  background-size: 40%;
  padding-top: 50px;
  padding-bottom: 50px;
}

.base-container-sustain {
  cursor: default;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 1200px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 35px;
  padding-right: 35px;
  display: none;
}

.base-container-sustain.align-left {
  align-items: flex-start;
}

.left-div-brand {
  cursor: none;
  z-index: 999;
  width: 50%;
  height: 95%;
  position: absolute;
  top: 0;
  right: auto;
}

.right-div-brand {
  cursor: none;
  z-index: 999;
  width: 50%;
  height: 95%;
  position: absolute;
  top: 0;
  right: 0;
}

.cursor-circle-brand {
  background-color: #00000080;
  position: absolute;
  top: 10px;
  left: 10px;
}

.home-testimonials-author-up {
  grid-column-gap: 20px;
  grid-row-gap: 15px;
  align-items: flex-start;
  width: 100%;
  margin-top: 0;
  padding-top: 20px;
  display: flex;
  position: static;
}

.home-testimonials-author-copy, .home-testimonials-author-copy-copy {
  grid-column-gap: 20px;
  grid-row-gap: 15px;
  align-items: flex-start;
  width: 100%;
  margin-top: 0;
  padding-top: 0;
  display: flex;
  position: static;
}

.section-config {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100vh;
  min-height: 100vh;
  padding-top: 0;
  display: none;
  overflow: hidden;
}

.hover-button-xpeng-outline {
  border-radius: 1.2rem;
  justify-content: center;
  min-width: 4.58rem;
  height: 2.3rem;
  padding-left: 1rem;
  padding-right: 1rem;
  font-family: Basis Grotesque, sans-serif;
  font-size: 14px;
  display: flex;
}

.form-block-4 {
  height: -moz-fit-content;
  height: fit-content;
  overflow: visible;
}

.s {
  height: 100vh;
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
}

.s.light-background {
  background-color: var(--light-gray);
}

.s.licensing-fonts {
  padding-top: 0;
  padding-bottom: 0;
}

.s.without-bottom-spacing {
  height: 100vh;
  padding-bottom: 4rem;
}

.s.overflow-hidden {
  background-image: url('https://xpeng-uae.com/images/xpeng-g6-white-l.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.s.overflow-hidden.g62nd-section {
  height: 100vh;
  padding-top: 40px;
}

.s.overflow-hidden.hide {
  display: none;
}

.s.home-get-started {
  background-image: linear-gradient(90deg, #0000004d, #0000), linear-gradient(#00000026, #00000026), url('https://xpeng-uae.com/images/service-p3-1.jpg');
  background-position: 0 0, 0 0, 50% 58%;
  background-size: auto, auto, cover;
  background-attachment: scroll, scroll, scroll;
}

.s.image-banner {
  -webkit-text-fill-color: inherit;
  background-image: linear-gradient(90deg, #0006, #0000), linear-gradient(#0006, #0006), url('https://xpeng-uae.com/images/p7-banner.jpg');
  background-position: 0 0, 0 0, 50%;
  background-size: auto, auto, cover;
  background-clip: border-box;
  min-height: 640px;
}

.s.section-home {
  background-color: var(--transparent);
  background-image: url('https://xpeng-uae.com/images/XPENG-BG.png');
  background-position: 90% 0;
  background-repeat: no-repeat;
  background-size: 40%;
  padding-top: 50px;
  padding-bottom: 50px;
}

.section--sustain {
  background-color: var(--transparent);
  height: 100vh;
  padding-top: 80px;
  padding-bottom: 80px;
  display: block;
  position: relative;
}

.section--sustain.light-background {
  background-color: var(--light-gray);
}

.section--sustain.licensing-fonts {
  padding-top: 0;
  padding-bottom: 0;
}

.section--sustain.without-bottom-spacing {
  height: 100vh;
  padding-bottom: 4rem;
}

.section--sustain.overflow-hidden {
  background-image: url('https://xpeng-uae.com/images/xpeng-g6-white-l.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.section--sustain.overflow-hidden.g62nd-section {
  height: 100vh;
  padding-top: 40px;
}

.section--sustain.overflow-hidden.hide {
  display: none;
}

.section--sustain.home-get-started {
  background-image: linear-gradient(90deg, #0000004d, #0000), linear-gradient(#00000026, #00000026), url('https://xpeng-uae.com/images/service-p3-1.jpg');
  background-position: 0 0, 0 0, 50% 58%;
  background-size: auto, auto, cover;
  background-attachment: scroll, scroll, scroll;
}

.section--sustain.image-banner {
  -webkit-text-fill-color: inherit;
  background-image: linear-gradient(90deg, #0006, #0000), linear-gradient(#0006, #0006), url('https://xpeng-uae.com/images/p7-banner.jpg');
  background-position: 0 0, 0 0, 50%;
  background-size: auto, auto, cover;
  background-clip: border-box;
  min-height: 640px;
}

.section--sustain.section-home {
  background-color: var(--transparent);
  padding-top: 50px;
  padding-bottom: 50px;
}

.image-26 {
  width: 18px;
  position: absolute;
  top: -1rem;
  left: -1.2rem;
  overflow: clip;
}

.div-block-43 {
  position: relative;
  overflow: visible;
}

.form-5 {
  height: -moz-fit-content;
  height: fit-content;
  overflow: visible;
}

.text-block-6 {
  display: none;
}

.error-message-help {
  color: #e74e4e;
  text-transform: capitalize;
  font-family: Basis Grotesque, sans-serif;
  font-size: .7rem;
  display: none;
}

.hover-underline {
  position: relative;
  left: 0%;
  right: 0%;
}

.div-block-44 {
  background-color: var(--primary);
  width: 0%;
  height: 2px;
  position: absolute;
  bottom: 0;
  left: 50%;
  right: 50%;
}

.underline {
  background-color: var(--primary);
  width: 0%;
  height: 2px;
  position: absolute;
}

.underline-nav {
  color: var(--primary);
}

.div-block-45 {
  text-align: left;
}

.hover-nav-underline.without-drop-down {
  padding: 15px;
}

.nav-dropdown-list-xpeng {
  background-color: #fff;
  border: 0 solid #0000002e;
  width: 100vw;
  margin-top: 0;
  padding: 15px 20px;
  display: none;
  position: fixed;
  inset: 54px 0% auto;
}

.nav-dropdown-list-xpeng.w--open {
  width: 200px;
  padding-top: 20px;
  padding-bottom: 20px;
  box-shadow: 0 0 10px #0000000a;
}

.nav-dropdown-list-xpeng.megamenu {
  width: 360px;
}

.nav-dropdown-list-xpeng.megamenu.w--open {
  width: 360px;
  display: flex;
}

.sidebar {
  background-color: var(--white);
  z-index: 100000;
  width: 260px;
  height: 100vh;
  transition-property: right;
  transition-duration: .3s;
  transition-timing-function: ease;
  position: fixed;
  top: 0%;
  right: -260px;
  overflow-y: hidden;
}

.blur-overlay {
  z-index: 10000;
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  height: 100vh;
  display: none;
  position: fixed;
  top: 0%;
  left: 0%;
  right: 260px;
  overflow-y: hidden;
}

.div-block-46 {
  cursor: pointer;
  justify-content: flex-end;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-right: 20px;
  display: flex;
}

.image-27 {
  border: 1px solid #000;
  border-radius: 50%;
  width: 25px;
  padding: 3px;
}

.link-14 {
  color: var(--primary-dark);
}

.link-sidebar {
  cursor: pointer;
  height: 40px;
  padding-left: 40px;
  font-family: Basis Grotesque, sans-serif;
  font-size: 14px;
  line-height: 40px;
}

.link-sidebar:hover {
  background-color: var(--gray);
}

.div-block-48 {
  cursor: pointer;
  padding: 5px 0 10px 18px;
}

.link-15 {
  font-size: 12px;
}

.hover-button-xpeng-footer-subscribe-copy {
  background-color: var(--primary-dark);
  pointer-events: auto;
  cursor: pointer;
  border-radius: 1rem;
  justify-content: center;
  min-width: 4.58rem;
  height: 2rem;
  margin-top: .3rem;
  padding: 0 .83rem;
  font-family: Basis Grotesque, sans-serif;
  font-size: .7rem;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: auto;
  right: 2%;
}

.rl-button-link-icon-6 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
}

.rl-button-link-6 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  border: 1px none var(--relume-library-lite--rl-black);
  color: var(--relume-library-lite--rl-black);
  text-align: center;
  background-color: #0000;
  padding: .25rem 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  line-height: 1;
  text-decoration: none;
  display: flex;
}

.rl-button-secondary-6 {
  border: 1px solid var(--relume-library-lite--rl-black);
  background-color: var(--relume-library-lite--rl-white);
  color: var(--relume-library-lite--rl-black);
  text-align: center;
  padding: .75rem 1.5rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
}

.rl-button-group-6 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.rl_layout1_spacing-block-3-3 {
  width: 100%;
  padding-bottom: 2rem;
}

.rl-text-style-medium-13 {
  color: var(--relume-library-lite--rl-black);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Basis Grotesque, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
}

.rl_layout1_spacing-block-2-3 {
  width: 100%;
  padding-bottom: 1.5rem;
}

.rl-heading-style-h2-10 {
  color: var(--relume-library-lite--rl-black);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Futura, sans-serif;
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.2;
}

.rl_layout1_spacing-block-1-3 {
  width: 100%;
  padding-bottom: 1rem;
}

.rl-text-style-subheading-7 {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
}

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

.rl-padding-section-large-8 {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

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

.rl-padding-global-9 {
  padding-left: 5%;
  padding-right: 5%;
}

.rl_section_layout1-3 {
  background-color: var(--relume-library-lite--rl-white);
}

.form-block-5 {
  height: auto;
  margin-bottom: 0;
  overflow: visible;
}

.section-8 {
  min-height: 55rem;
}

.form-6 {
  height: auto;
  margin-bottom: 0;
  padding-bottom: 2rem;
  overflow: visible;
}

.image-28 {
  width: 20px;
  position: absolute;
  top: -1.5rem;
  left: -1.5rem;
}

.div-block-49 {
  position: relative;
}

.image-29 {
  width: 25px;
  position: absolute;
  top: -1.5rem;
  left: -1.5rem;
}

.div-block-11-copy {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-flow: column;
  display: flex;
}

.image-30 {
  width: 30px;
  position: absolute;
  top: 0;
  left: 0;
}

.image-5-service-3-copy {
  width: 320px;
  max-width: 100%;
}

.base-container-copy {
  cursor: default;
  flex-direction: column;
  align-items: center;
  max-width: 1200px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.base-container-copy.align-left {
  align-items: flex-start;
}

.base-container--services {
  cursor: default;
  flex-direction: column;
  align-items: center;
  max-width: 1200px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.base-container--services.align-left {
  align-items: flex-start;
}

.get-started-wrapper-copy {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.get-started-text-wrap-down {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.get-started-text-wrap-up {
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 45%;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.image-31 {
  width: 30px;
  position: absolute;
  top: -1.5rem;
  left: 2.5rem;
}

.image-4-copy-brave--left-top {
  width: 220px;
  max-width: 100%;
  height: 11rem;
  max-height: calc(90vh - 2.625rem);
}

.div-block-10-left-brave {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-flow: column;
  justify-content: space-between;
  width: 40%;
  display: flex;
  position: relative;
  right: -2%;
}

.base-container-brave-brand {
  cursor: default;
  flex-direction: column;
  align-items: center;
  max-width: 1200px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.base-container-brave-brand.align-left {
  align-items: flex-start;
}

.section-copy-faq-new {
  padding-top: 50px;
  padding-bottom: 80px;
  position: relative;
}

.section-copy-faq-new.light-background {
  background-color: var(--light-gray);
}

.section-copy-faq-new.licensing-fonts {
  padding-top: 0;
  padding-bottom: 0;
}

.section-copy-faq-new.without-bottom-spacing {
  padding-bottom: 0;
}

.section-copy-faq-new.home-get-started {
  background-image: linear-gradient(90deg, #0000004d, #0000), linear-gradient(#00000026, #00000026), url('https://xpeng-uae.com/images/service-p3-1.jpg');
  background-position: 0 0, 0 0, 50% 58%;
  background-size: auto, auto, cover;
  background-attachment: scroll, scroll, scroll;
}

.section-copy-faq-new.image-banner {
  -webkit-text-fill-color: inherit;
  background-image: linear-gradient(90deg, #0006, #0000), linear-gradient(#0006, #0006), url('https://xpeng-uae.com/images/p7-banner.jpg');
  background-position: 0 0, 0 0, 50%;
  background-size: auto, auto, cover;
  background-clip: border-box;
  min-height: 640px;
}

.faq-block {
  background-color: var(--faq-background);
}

.qblock {
  display: flex;
}

.ablock {
  border-top: 1px solid #e6e6e6;
}

.qtext-block {
  color: var(--primary);
  justify-content: flex-end;
  align-items: flex-start;
  width: 4.5rem;
  height: auto;
  margin-top: 0;
  padding-right: 20px;
  font-family: Futura, sans-serif;
  font-size: 1rem;
  display: flex;
}

.flex-block-21 {
  border-top: 0 solid #e6e6e6;
  justify-content: flex-start;
  align-items: center;
  height: auto;
  min-height: 3.5rem;
  padding-right: 25px;
}

.bold-text {
  min-height: 3.5rem;
  font-family: Basis Grotesque, sans-serif;
  font-size: 12px;
  font-weight: 400;
}

.atext-block {
  color: var(--primary-dark);
  justify-content: flex-end;
  align-items: flex-start;
  width: 4.5rem;
  height: 100%;
  padding-top: 0;
  padding-right: 20px;
  font-family: Futura, sans-serif;
  font-size: 1.5rem;
  display: flex;
}

.div-block-50 {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  flex-flow: column;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.paragraph-21 {
  align-items: center;
  width: 90%;
  height: 100%;
  margin-top: 0;
  margin-bottom: 0;
  display: flex;
}

.paragraph-22 {
  width: 90%;
  min-height: 3.5rem;
}

.qt-pra {
  align-items: center;
  height: 100%;
  margin-top: 0;
  margin-bottom: 0;
  display: flex;
}

.bold-text-qt {
  color: var(--primary-dark);
  font-family: Futura, sans-serif;
  font-size: .85rem;
}

.faq-block-copy {
  background-color: var(--faq-background);
}

.show-more-div-faq {
  justify-content: center;
  display: flex;
}

.base-container-faq {
  cursor: default;
  flex-direction: column;
  align-items: center;
  max-width: 1200px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.base-container-faq.align-left {
  align-items: flex-start;
}

.heading-25 {
  text-align: right;
  width: 4.5rem;
  height: 100%;
  min-height: 3.5rem;
  margin-top: 15px;
  padding-right: 20px;
  font-family: Futura, sans-serif;
  font-size: 1rem;
}

.div-block-51 {
  padding-top: 0;
}

.div-block-52 {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  flex-flow: column;
  display: flex;
}

.show-more-div-faq-mobile {
  justify-content: center;
  display: flex;
}

.footer-bottom-wrapper-down {
  grid-column-gap: 50px;
  grid-row-gap: 5px;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: center;
  width: 80%;
  margin-top: 1rem;
  display: flex;
}

.footer-copyright-m-id {
  color: #ffffffb3;
  font-size: 14px;
  display: inline;
}

.footer-copyright--left, .footer-copyright-right {
  color: #ffffffb3;
  font-family: Basis Grotesque, sans-serif;
  font-size: 14px;
  display: inline;
}

.div-block-54 {
  border-bottom: 1px solid var(--dark-gray-50);
  justify-content: space-between;
  width: 80%;
  margin-top: 1rem;
  padding-bottom: 1rem;
  display: flex;
}

.footer-bottom-wrapper-right {
  grid-column-gap: 10px;
  grid-row-gap: 5px;
  text-align: left;
  flex-flow: row;
  justify-content: flex-end;
  align-self: flex-start;
  align-items: flex-start;
  width: 30%;
  display: flex;
}

.desktop-banner {
  display: block;
}

.mobile-banner {
  display: none;
}


.hover-button-xpeng-outline-black {
  border: 1px solid #000;
  border-radius: 1.2rem;
  justify-content: center;
  min-width: 4.58rem;
  height: 2rem;
  padding: 0 .83rem;
  font-family: Basis Grotesque, sans-serif;
  font-size: 12px;
  display: flex;
}

.body-2 {
  -webkit-user-select: none;
  user-select: none;
}

.hover-butoon-primary-with-white {
  border-radius: 2rem;
  justify-content: center;
  min-width: 4.35rem;
  height: 2.3rem;
  padding: 0 1rem;
  font-family: Basis Grotesque, sans-serif;
  font-size: 12px;
  display: flex;
}

.hover-butoon-primary-with-white:hover {
  border: 0 solid #000;
}

.div-block-55 {
  position: absolute;
  bottom: 5%;
}

.image-32 {
  width: 30px;
  position: absolute;
  top: -1.5rem;
  left: 0;
}

.brand-side-content-mid {
  background-image: url('https://xpeng-uae.com/images/XPENG-BG.png');
  background-position: 70%;
  background-repeat: no-repeat;
  background-size: 50%;
  flex-direction: column;
  align-items: center;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding: 15px;
  display: flex;
}

.brand-side-content-mid.align-left {
  align-items: flex-start;
}

.body-3 {
  -webkit-user-select: none;
  user-select: none;
}

.section--sustain--new {
  background-color: var(--transparent);
  background-image: linear-gradient(to bottom, var(--transparent), var(--transparent));
  height: 100vh;
  padding-top: 80px;
  padding-bottom: 80px;
  display: block;
  position: relative;
}

.section--sustain--new.light-background {
  background-color: var(--light-gray);
}

.section--sustain--new.licensing-fonts {
  padding-top: 0;
  padding-bottom: 0;
}

.section--sustain--new.without-bottom-spacing {
  height: 100vh;
  padding-bottom: 4rem;
}

.section--sustain--new.overflow-hidden {
  background-image: url('https://xpeng-uae.com/images/xpeng-g6-white-l.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.section--sustain--new.overflow-hidden.g62nd-section {
  height: 100vh;
  padding-top: 40px;
}

.section--sustain--new.overflow-hidden.hide {
  display: none;
}

.section--sustain--new.home-get-started {
  background-image: linear-gradient(90deg, #0000004d, #0000), linear-gradient(#00000026, #00000026), url('https://xpeng-uae.com/images/service-p3-1.jpg');
  background-position: 0 0, 0 0, 50% 58%;
  background-size: auto, auto, cover;
  background-attachment: scroll, scroll, scroll;
}

.section--sustain--new.image-banner {
  -webkit-text-fill-color: inherit;
  background-image: linear-gradient(90deg, #0006, #0000), linear-gradient(#0006, #0006), url('https://xpeng-uae.com/images/p7-banner.jpg');
  background-position: 0 0, 0 0, 50%;
  background-size: auto, auto, cover;
  background-clip: border-box;
  min-height: 640px;
}

.section--sustain--new.section-home {
  background-color: var(--transparent);
  padding-top: 50px;
  padding-bottom: 50px;
  display: none;
}

.base-container-sustain-mobile {
  cursor: default;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 1200px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 35px;
  padding-right: 35px;
  display: none;
}

.base-container-sustain-mobile.align-left {
  align-items: flex-start;
}

.x-btn.x-btn-default.x-btn-sm.x-btn-background-ghost.ilvjwukc {
  background-color: var(--transparent);
}

.x-btn.x-btn-ghost.x-btn-lg.x-btn-background-ghost.ozzrdjyj {
  background-color: var(--white);
  z-index: 9999;
  position: relative;
}

.x-btn.x-btn-ghost.x-btn-lg.x-btn-background-ghost.ozzrdjyj.x-btn-plain.x-btn-dark {
  background-color: var(--transparent);
  z-index: 9999;
  position: relative;
}

.button-2 {
  background-color: var(--transparent);
}

.parent-div-home {
  background-image: url('https://xpeng-uae.com/images/g6test.png');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: 50%;
  background-attachment: scroll;
  justify-content: flex-start;
  align-items: center;
  width: 85%;
  height: 100%;
  min-height: auto;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.base-container-more-oprions {
  cursor: default;
  flex-direction: column;
  align-items: center;
  max-width: 1200px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.base-container-more-oprions.align-left {
  align-items: flex-start;
}

.header5_component-2-copy {
  justify-content: center;
  align-items: flex-start;
  min-height: 100vh;
  max-height: 60rem;
  display: flex;
}

.text-block-copy {
  color: var(--white);
  font-family: Verdana, Geneva, sans-serif;
  font-size: 10rem;
  font-weight: 700;
  display: flex;
  position: absolute;
  inset: -2rem auto 0% 2.9rem;
}

.base-container-brave-brand-intu {
  cursor: default;
  flex-direction: column;
  align-items: center;
  max-width: 1200px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 50px;
  padding-right: 50px;
  display: flex;
}

.base-container-brave-brand-intu.align-left {
  align-items: flex-start;
}

.div-block-56 {
  height: 5rem;
}

.rl-padding-section-large-3-copy-copy {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  align-items: center;
  height: auto;
  padding-top: 7rem;
  padding-bottom: 0;
  display: flex;
}

.div-block-57 {
  align-items: center;
  width: 100%;
  height: 90vh;
  margin-top: 0;
  display: flex;
}

.div-block-58 {
  border-bottom: 1px solid #eee;
  align-items: center;
  width: 100%;
  height: 60rem;
  padding-left: 4rem;
  display: flex;
}

.div-block-59 {
  width: 100%;
  height: 90vh;
  display: flex;
}

.div-block-60 {
  border-bottom: 1px solid #eee;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-left: 4rem;
  padding-top: 5px;
  padding-bottom: 5px;
  display: flex;
}

.body-4, .body-5, .body-6, .body-7, .body-8, .body-9, .body-10, .body-11 {
  -webkit-user-select: none;
  user-select: none;
}

.code-embed-4, .index-module__container___2sq9r {
  display: block;
}

.div-block-61 {
  width: 34.1vw;
  position: fixed;
  left: 100vw;
}

.paragraph-23 {
  height: 31.1551%;
  min-height: 3.5rem;
}

.link-16, .link-17 {
  color: var(--paragraph-gray);
}

.link-17:hover {
  color: var(--primary);
}

.paragraph-13-copy {
  color: var(--white-50);
  -webkit-user-select: none;
  user-select: none;
  margin-bottom: 5px;
  font-family: Basis Grotesque, sans-serif;
  font-size: 12px;
  display: block;
  text-align: left;
}

.paragraph-13-copy-copy {
  color: var(--white-50);
  -webkit-user-select: none;
  user-select: none;
  margin-bottom: 5px;
  font-family: Basis Grotesque, sans-serif;
  font-size: 12px;
  display: none;
}

.blur-overlay-mobile {
  z-index: 10000;
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  height: 100vh;
  display: none;
  position: fixed;
  top: 0%;
  left: 0%;
  right: 260px;
  overflow-y: hidden;
}

.slider-navigator {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  z-index: 1;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: absolute;
  bottom: 20px;
}

.slider-dot {
  background-color: var(--white-50);
  cursor: pointer;
  z-index: 12;
  width: 5vw;
  height: .3vw;
  transform: skew(-45deg);
}

.slider-dot.active {
  background-color: var(--white);
  z-index: 12;
}

.hover-button-xpeng-footer-s-copy {
  background-color: var(--primary-dark);
  pointer-events: auto;
  cursor: pointer;
  border-radius: 1rem;
  justify-content: center;
  min-width: 4.58rem;
  height: 2rem;
  margin-top: .25rem;
  padding: 0 .83rem;
  font-family: Basis Grotesque, sans-serif;
  font-size: .7rem;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: auto;
  right: .8%;
}

.code-embed-5 {
  font-family: Basis Grotesque, sans-serif;
  font-size: 12px;
}

.div-block-62 {
  z-index: 2;
  padding: 5px;
}


@media screen and (min-width: 1280px) {
  h1 {
    font-size: 52px;
  }
  .flex-block-g6-product-top-latest-ramadan h3{
    font-size: 1.8rem;
  }
 

  h2 {
    font-size: 48px;
  }

  .section {
    padding-top: 130px;
    padding-bottom: 130px;
  }

  .section.home-get-started {
    background-image: linear-gradient(90deg, #0000004d, #0000), linear-gradient(#0000, #0000), url('https://xpeng-uae.com/images/service-p3-1.jpg');
    background-size: auto, auto, cover;
  }

  .section.shop-product-section {
    padding-top: 80px;
  }

  .spacing-system-column {
    padding-right: 30px;
  }

  .headings-typography-wrapper {
    width: 48%;
  }

  .style-guide-body-wrapper {
    margin-right: 60px;
  }

  .hover-button-primary.outline-white {
    z-index: 9999;
  }

  .nav-container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .nav-link {
    color: #fff;
    padding-left: 20px;
    padding-right: 20px;
    font-family: Basis Grotesque, sans-serif;
    font-size: .9rem;
  }

  .nav-dropdown-toggle {
    padding-left: 20px;
    padding-right: 20px;
  }

  .nav-dropdown-list {
    margin-top: 0;
    display: none;
    top: 52px;
  }

  .nav-item-title {
    color: #fff;
    font-family: Basis Grotesque, sans-serif;
    font-size: .9rem;
  }

  .pages-banner {
    min-height: 500px;
  }

  .pages-banner.services {
    background-image: url('https://xpeng-uae.com/images/service-p1-1.jpg');
    background-size: cover;
  }

  .banner-title {
    text-transform: uppercase;
    font-family: Futura, sans-serif;
    font-size: 3.5rem;
  }

  .blog-grid-collection-list {
    grid-column-gap: 30px;
  }

  .blog-grid-image {
    height: 320px;
  }

  .blog-grid-item {
    width: 31.62%;
  }

  .footer {
    padding-top: 80px;
  }

  .footer-bottom-wrapper {
    margin-top: 30px;
  }

  .section-title-wrapper.about-us {
    max-width: 880px;
  }

  .style-guide-buttons-wrapper {
    flex-wrap: nowrap;
  }

  .text-white {
    font-family: Futura, sans-serif;
    font-size: 2.2rem;
  }

  .section-title {
    text-transform: uppercase;
    font-family: Futura, sans-serif;
    font-size: 3rem;
  }

  .accordion-wrap {
    display: none;
  }

  .no-margin {
    font-family: Basis Grotesque, sans-serif;
  }

  .no-margin.text-white {
    font-family: Basis Grotesque, sans-serif;
    font-size: 14px;
  }

  .white-text {
    text-transform: uppercase;
    font-family: Futura, sans-serif;
    font-size: 3rem;
  }

  .without-top-spacing {
    padding-top: 0;
  }

  .testimonials-card-wrapper {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
  }

  .block-quote-wrapper {
    margin-bottom: 130px;
  }

  .service-list-wrapper {
    grid-column-gap: 40px;
    grid-row-gap: 80px;
  }

  .banner-slider-wrapper {
    padding-top: 170px;
    padding-bottom: 120px;
  }

  .home-banner-section.home-three {
    min-height: 770px;
    padding-top: 200px;
    padding-bottom: 130px;
  }

  .banner-left-arrow {
    z-index: 9999;
    width: 50px;
    height: 50px;
  }

  .banner-right-arrow {
    z-index: 9999;
    width: 50px;
    height: 50px;
    left: 50px;
    right: auto;
  }

  .home-banner-title {
    font-size: 52px;
  }

  .home-testimonials-slider {
    margin-left: 4.5%;
  }

  .home-graphic-wrapper {
    grid-column-gap: 1.5rem;
  }

  .navbar-absolute {
    background-color: var(--white);
  }

  .testimonials {
    padding-top: 130px;
    padding-bottom: 130px;
  }

  .blog-section-title {
    margin-bottom: 70px;
  }

  .map-wrapper {
    padding-right: 70px;
  }

  .section-title-center {
    margin-bottom: 70px;
  }

  .about-img._3 {
    width: 340px;
  }

  .about-img._4 {
    width: 280px;
  }

  .about-img._2 {
    width: 340px;
  }

  .industries-block-wrapper {
    position: relative;
  }

  .about-6-contacts-wrap {
    height: 560px;
  }

  .about-6-contacts-content-wrapper {
    max-width: 560px;
  }

  .section-with-blue-bg {
    padding-left: 40px;
    padding-right: 40px;
  }

  .center-title {
    padding-right: 140px;
  }

  .shop-collection-list {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .shop-details-wrapper {
    grid-column-gap: 80px;
  }

  .details-page-title {
    font-size: 46px;
  }

  .contacts-form-wrapper-home {
    padding: 35px;
    display: none;
  }

  .slider-banner-left-column {
    width: 50%;
  }

  .card-wrapper-small {
    height: 450px;
  }

  .image-banner-content-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .home-testimonials-card {
    justify-content: center;
  }

  .slider-secondary-image {
    width: 200px;
  }

  .slider-main-image {
    width: 440px;
    height: 240px;
  }

  .second-banner-arrows {
    padding-top: 180px;
  }

  .banner-two-slider-main-wrapper {
    margin-top: 200px;
  }

  .banner-bg {
    height: 100%;
  }

  .slider-banner-title {
    font-size: 52px;
  }

  .banner-display-text {
    margin-bottom: 140px;
    font-size: 100px;
  }

  .team-graphic-wrapper {
    grid-column-gap: 100px;
  }

  .nav-link-copy {
    color: var(--primary-dark);
    padding-left: 20px;
    padding-right: 20px;
    font-family: Basis Grotesque, sans-serif;
    font-size: .9rem;
  }

  .background-video {
    height: 100%;
  }

  .g9-more, .p7, .g6-more {
    justify-content: center;
  }

  .banner-g9 {
    height: 360px;
  }

  .g9-banner-product {
    height: 100%;
  }

  .contact-banner {
    min-height: 0;
  }

  .banner-bg-brand {
    height: 360px;
  }

  .brand-banner-section-copy.home-three {
    min-height: 770px;
    padding-top: 200px;
    padding-bottom: 130px;
  }

  .heading-7 {
    font-size: 4rem;
  }

  .para-full {
    font-size: 18px;
  }

  .heading-8 {
    font-size: 14px;
  }

  .background-service {
    background-image: url('https://xpeng-uae.com/images/XPENG-BG.png');
    background-position: 90%;
    background-repeat: no-repeat;
    background-size: 40%;
    margin-top: 0;
    padding-top: 130px;
    padding-bottom: 130px;
  }

  .background-service.shop-product-section {
    padding-top: 80px;
  }

  .para-full-down, .para-full-full {
    font-size: 18px;
  }

  .rl-text-style-medium {
    text-transform: uppercase;
    font-family: Futura, sans-serif;
    font-size: 1.5rem;
  }

  .rl-text-style-medium-2 {
    font-family: Basis Grotesque, sans-serif;
    font-size: 18px;
  }

  .rl-text-style-medium-3 {
    text-transform: uppercase;
    font-family: Futura, sans-serif;
    font-size: 1.5rem;
  }

  .paragraph-8, .heading-8-note {
    font-size: 18px;
  }

  .section-back-spare {
    padding-top: 130px;
    padding-bottom: 130px;
  }

  .section-back-spare.home-get-started {
    background-image: linear-gradient(90deg, #0000004d, #0000), linear-gradient(#0000, #0000), url('https://xpeng-uae.com/images/service-p4-2.png');
    background-size: auto, auto, cover;
  }

  .section-back-spare.shop-product-section {
    padding-top: 80px;
  }

  .heading-9 {
    font-family: Futura, sans-serif;
    font-size: 2.2rem;
  }

  .section-back-spare-parts {
    padding-top: 130px;
    padding-bottom: 130px;
  }

  .section-back-spare-parts.home-get-started {
    background-image: linear-gradient(#0000, #0000), url('https://xpeng-uae.com/images/service-p5-2.png');
    background-position: 0 0, 50% 58%;
    background-size: auto, cover;
    background-attachment: scroll, scroll;
  }

  .section-back-spare-parts.shop-product-section {
    padding-top: 80px;
  }

  .rl-text-style-medium-5 {
    font-family: Basis Grotesque, sans-serif;
    font-size: 14px;
  }

  .rl-heading-style-h2-3 {
    font-family: Futura, sans-serif;
  }

  .rl-text-style-medium-6 {
    font-family: Basis Grotesque, sans-serif;
    font-size: 16px;
  }

  .rl-heading-style-h2-4 {
    font-family: Futura, sans-serif;
  }

  .background-brand {
    padding-top: 130px;
    padding-bottom: 130px;
  }

  .background-brand.shop-product-section {
    padding-top: 80px;
  }

  .image-4-service {
    height: 100%;
  }

  .pages-banner-faq {
    background-image: linear-gradient(#0000, #0000), linear-gradient(#00000080, #fff0), url('https://xpeng-uae.com/images/pexels-antoni-shkraba-7144177_1pexels-antoni-shkraba-7144177.webp');
    background-size: auto, auto, cover;
    min-height: 500px;
  }

  .section-background-p7 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .section-background-p7.shop-product-section {
    padding-top: 80px;
  }

  .rl-text-style-medium-7 {
    font-size: 16px;
  }

  .rl-heading-style-h2-5 {
    color: var(--white);
    font-family: Futura, sans-serif;
    font-size: 3.5rem;
  }

  .rl-text-style-subheading-3 {
    font-family: Futura, sans-serif;
    font-size: 1.8rem;
  }

  .rl-padding-section-large-4 {
    align-items: flex-end;
    height: 100%;
    display: flex;
  }

  .rl-padding-global-3 {
    height: 100%;
  }

  .rl_section_layout207-p7, .rl_section_layout207-p7-xsmart {
    background-color: var(--dark-gray-50);
  }

  .background-video-5 {
    height: 100%;
  }

  .rl-text-style-subheading-xsmart.text-white {
    color: var(--white);
    text-transform: uppercase;
    font-family: Futura, sans-serif;
    font-size: 1.8rem;
  }

  .rl-text-style-medium-7-xsmart, .rl-text-style-medium-7-xsmart-down {
    color: var(--white);
    font-family: Basis Grotesque, sans-serif;
    font-size: 16px;
  }

  .rl-container-large-5-xsmart {
    max-width: 95%;
    height: 100%;
  }

  .rl-heading-style-h2-5-xpilot {
    font-family: Futura, sans-serif;
    font-size: 3.5rem;
  }

  .sleeek {
    background-color: var(--transparent);
  }

  .rl_layout207_component-xsmart {
    height: 100%;
  }

  .disclaimers {
    padding-top: 130px;
    padding-bottom: 130px;
  }

  .disclaimers.shop-product-section {
    padding-top: 80px;
  }

  .section-unmistakeable-desing {
    padding-top: 130px;
    padding-bottom: 130px;
  }

  .section-unmistakeable-desing.shop-product-section {
    padding-top: 80px;
  }

  .rl_section_header5-2 {
    height: 100vh;
  }

  .rl_section_header5-2-paralle {
    background-image: linear-gradient(#00000080, #00000080), url('https://xpeng-uae.com/images/p11.jpg');
    background-position: 0 0, 50%;
    background-size: auto, cover;
  }

  .banner-bg-g6 {
    height: 100%;
  }

  

  .div-block-7-fullwidth-down-copy {
    display: block;
  }

  .div-block-11 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    display: flex;
  }

  .flex-block-14-copy-copy {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .rl-padding-global-7-copy {
    background-image: none;
  }

  .home-banner-title-copy {
    font-size: 52px;
  }

  .section-subtitle-copy {
    color: var(--white);
    font-size: .8rem;
  }

  .form-label {
    color: var(--white);
    font-family: Futura, sans-serif;
    font-size: .8rem;
  }

  .text-white-copy {
    font-family: Futura, sans-serif;
    font-size: 3rem;
  }

  .section-4 {
    background-image: linear-gradient(to bottom, var(--white-50), var(--white-50));
  }

  .pages-banner-test-drive {
    background-image: linear-gradient(#0000, #0000), linear-gradient(#00000080, #fff0), url('https://xpeng-uae.com/images/bank-bg.jpg');
    background-size: auto, auto, cover;
    min-height: 500px;
  }

  .g9-banner-product-g9 {
    height: 100%;
  }

  .hover-button-navbar-second {
    z-index: 9999;
  }

  .nav-linkp7 {
    color: var(--primary-dark);
    padding-left: 20px;
    padding-right: 20px;
    font-family: Futura, sans-serif;
    font-size: 1.2rem;
    display: none;
  }

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

  .nav-item-title-g9, .nav-item-title-g6 {
    color: #fff;
    font-family: Futura, sans-serif;
    font-size: 1.2rem;
  }

  .nav-dropdown-list-g6-copy, .nav-dropdown-list-g9 {
    margin-top: 0;
    display: none;
  }

  .left-half {
    background-color: var(--white-50);
    z-index: 1;
    width: 50%;
    height: 93vh;
    display: block;
    position: fixed;
    top: 60px;
  }

  .right-half {
    z-index: 999;
    width: 50%;
    height: 93vh;
    display: block;
    position: absolute;
    top: 60px;
    right: 0%;
  }

  .left-half1 {
    width: 50%;
    height: 170px;
    position: absolute;
    top: 60px;
  }

  .left-half2 {
    width: 50%;
    height: 780px;
    position: absolute;
    top: auto;
    bottom: 0%;
  }

  .left-half3 {
    width: 10%;
    height: 95%;
    position: absolute;
    top: auto;
    bottom: 0%;
  }

  .hover-button-primary-rounded.outline-white {
    z-index: 9999;
  }

  .radio-button-2 {
    width: 20px;
    height: 20px;
    position: absolute;
    top: 10px;
    right: 10px;
  }

  .field-label, .field-label-2, .checkbox-2 {
    display: block;
  }

  .flex-block-16-radio {
    margin-top: 0;
  }

  .new-specs {
    height: auto;
    min-height: 100vh;
  }

  .div-block-16 {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .hover-butoon-primary {
    border: 0px solid var(--white);
    background-color: var(--transparent);
    color: var(--white);
    border-radius: 1.2rem;
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-17 {
    background-color: var(--white);
    width: 80%;
    padding: 2rem 4rem;
    box-shadow: 0 0 .5208rem #5a57570d;
  }

  .test-drive-form {
    padding: 1rem 4rem;
  }

  .label-form-test {
    text-transform: uppercase;
    margin-top: 2rem;
    font-family: Futura, sans-serif;
    font-size: 16px;
  }

  .radio-button-filed-test-drive {
    border: 1px solid #e6e6e8;
    border-radius: .625rem;
    width: 13rem;
    height: 9.4rem;
    position: relative;
  }

  .radio-test-inside-div {
    border-radius: .625rem;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
    position: absolute;
    left: 0;
  }

  .custom-radio {
    display: none;
  }

  .image-12 {
    width: 100%;
    height: auto;
    position: static;
  }

  .heading-18 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .test-drive-radio-label {
    margin-top: 0;
    margin-bottom: 0;
    font-family: Futura, sans-serif;
    font-size: 1.5rem;
    position: absolute;
    top: 1.0417rem;
    left: 1.5625rem;
  }

  .test-drive-radio {
    width: 20px;
    height: 20px;
    margin-top: 0;
    margin-left: 0;
    position: absolute;
    top: 10px;
    right: 10px;
  }

  .section-copy {
    padding-top: 130px;
    padding-bottom: 130px;
  }

  .section-copy.home-get-started {
    background-image: linear-gradient(90deg, #0000004d, #0000), linear-gradient(#0000, #0000), url('https://xpeng-uae.com/images/service-p3-1.jpg');
    background-size: auto, auto, cover;
  }

  .section-copy.shop-product-section {
    padding-top: 80px;
  }

  .heading-19 {
    font-size: 2.5rem;
  }

  .checkbox-2-copy {
    display: block;
  }

  .home-testimonials-slider-copy {
    margin-left: 4.5%;
  }

  .field-label-2-copy {
    display: block;
  }

  .field-label-2-copy-copy {
    display: none;
  }

  .flex-block-16-radio-test-drive {
    margin-top: 0;
  }

  .section-g92nd {
    padding-top: 80px;
    padding-bottom: 130px;
  }

  .section-g92nd.home-get-started {
    background-image: linear-gradient(90deg, #0000004d, #0000), linear-gradient(#0000, #0000), url('https://xpeng-uae.com/images/service-p3-1.jpg');
    background-size: auto, auto, cover;
  }

  .section-g92nd.shop-product-section {
    padding-top: 80px;
  }

  .flex-block-16-radio-configure {
    margin-top: 0;
  }

  .section-intelligent {
    padding-top: 130px;
    padding-bottom: 130px;
  }

  .section-intelligent.home-get-started {
    background-image: linear-gradient(90deg, #0000004d, #0000), linear-gradient(#0000, #0000), url('https://xpeng-uae.com/images/service-p3-1.jpg');
    background-size: auto, auto, cover;
  }

  .section-intelligent.shop-product-section {
    padding-top: 80px;
  }

  .section--sustain-mobile {
    padding-top: 130px;
    padding-bottom: 130px;
  }

  .section--sustain-mobile.home-get-started {
    background-image: linear-gradient(90deg, #0000004d, #0000), linear-gradient(#0000, #0000), url('https://xpeng-uae.com/images/service-p3-1.jpg');
    background-size: auto, auto, cover;
  }

  .section--sustain-mobile.shop-product-section {
    padding-top: 80px;
  }

  .section-config {
    background-image: linear-gradient(to bottom, var(--white-50), var(--white-50));
  }

  .s {
    padding-top: 130px;
    padding-bottom: 130px;
  }

  .s.home-get-started {
    background-image: linear-gradient(90deg, #0000004d, #0000), linear-gradient(#0000, #0000), url('https://xpeng-uae.com/images/service-p3-1.jpg');
    background-size: auto, auto, cover;
  }

  .s.shop-product-section {
    padding-top: 80px;
  }

  .section--sustain {
    padding-top: 130px;
    padding-bottom: 130px;
  }

  .section--sustain.home-get-started {
    background-image: linear-gradient(90deg, #0000004d, #0000), linear-gradient(#0000, #0000), url('https://xpeng-uae.com/images/service-p3-1.jpg');
    background-size: auto, auto, cover;
  }

  .section--sustain.shop-product-section {
    padding-top: 80px;
  }

  .underline {
    width: 0%;
  }

  .nav-dropdown-list-xpeng {
    margin-top: 0;
    display: none;
    top: 52px;
  }

  .form-6 {
    padding-bottom: 2rem;
  }

  .div-block-11-copy {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    display: flex;
  }

  .get-started-text-wrap-down {
    padding-top: 4rem;
  }

  .section-copy-faq-new {
    padding-top: 130px;
    padding-bottom: 130px;
  }

  .section-copy-faq-new.home-get-started {
    background-image: linear-gradient(90deg, #0000004d, #0000), linear-gradient(#0000, #0000), url('https://xpeng-uae.com/images/service-p3-1.jpg');
    background-size: auto, auto, cover;
  }

  .section-copy-faq-new.shop-product-section {
    padding-top: 80px;
  }

  .div-block-50 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .footer-bottom-wrapper-down, .footer-bottom-wrapper-right {
    margin-top: 30px;
  }

  .hover-butoon-primary-with-white {
    border: 0px solid var(--white);
    background-color: var(--transparent);
    color: var(--white);
    border-radius: 1.2rem;
    padding-left: 20px;
    padding-right: 20px;
  }

  .section--sustain--new {
    padding-top: 130px;
    padding-bottom: 130px;
  }

  .section--sustain--new.home-get-started {
    background-image: linear-gradient(90deg, #0000004d, #0000), linear-gradient(#0000, #0000), url('https://xpeng-uae.com/images/service-p3-1.jpg');
    background-size: auto, auto, cover;
  }

  .section--sustain--new.shop-product-section {
    padding-top: 80px;
  }

  .section--sustain--new.section-home {
    display: block;
  }
}

@media (min-width: 1100px) and (max-width: 1400px) {
  .sticky-button {
      font-size: 16px;   /* Base font size */
      padding: 0 2rem;   /* Base padding */
      bottom: 80px;      /* Default bottom position */
      left: 7vw;         /* Slightly adjust left positioning */
  }
}


@media screen and (min-width: 1440px) {
  h1, h2, h3, h4, h5, h6 {
    margin-bottom: 10px;
  }
  .logo{
    width: 8rem;
  }
  .sticky-button {
    font-size: 18px;   /* Larger font size for big screens */
    padding: 0 2.5rem; /* Increased padding */
    bottom: 90px;      /* Further adjust bottom position */
    left: 8vw;         /* Center positioning */
}

  .section.home-get-started {
    background-image: linear-gradient(90deg, #0000004d, #0000), linear-gradient(#0000, #0000), url('https://xpeng-uae.com/images/service-p3-1.jpg');
    background-size: auto, auto, cover;
  }

  .nav-link, .nav-item-title {
    color: #fff;
    font-family: Basis Grotesque, sans-serif;
    font-size: 1.2rem;
  }

  .pages-banner.services {
    background-image: linear-gradient(#0000, #0000), linear-gradient(#00000080, #fff0), url('https://xpeng-uae.com/images/service-p1-1.jpg');
    background-size: auto, auto, cover;
  }

  .banner-title {
    text-transform: uppercase;
    font-family: Futura, sans-serif;
    font-size: 3.5rem;
  }

  .no-margin {
    font-family: Basis Grotesque, sans-serif;
  }

  .white-text {
    text-transform: uppercase;
    font-family: Futura, sans-serif;
    font-size: 3.5rem;
  }

  .home-banner-slider {
    min-height: 100vh;
  }

  .home-banner-title {
    font-size: 62px;
  }

  .home-testimonials-mask {
    width: 80%;
  }

  .home-testimonials-slider {
    margin-left: 9.5%;
  }

  .navbar-absolute {
    background-color: var(--white);
  }

  .home-auto-blog-wrapper {
    grid-row-gap: 60px;
  }

  .about-img._1 {
    width: 380px;
  }

  .about-img._3 {
    width: 400px;
  }

  .about-img._4 {
    width: 300px;
  }

  .about-img._2 {
    width: 390px;
  }

  .our-services-wrap {
    align-items: center;
  }

  .section-with-blue-bg {
    padding-left: 100px;
    padding-right: 100px;
  }

  .image-preview {
    height: 540px;
  }

  .contacts-form-wrapper-home {
    width: 34%;
    display: none;
  }

  .form-block-home {
    display: none;
  }

  .bg-element {
    width: 94%;
  }

  .slider-secondary-image {
    width: 230px;
  }

  .slider-main-image {
    width: 470px;
    height: 260px;
  }

  .second-banner-arrows {
    width: 12%;
    padding-top: 190px;
  }

  .banner-bg {
    height: 100%;
  }

  .banner-three-bg-wrapper {
    padding-bottom: 80px;
  }

  .banner-display-text {
    margin-bottom: 230px;
    font-size: 110px;
  }

  .nav-link-copy {
    color: var(--primary-dark);
    font-family: Basis Grotesque, sans-serif;
    font-size: 1.2rem;
  }

  .background-video {
    height: 100%;
  }

  .home-slide-full {
    background-image: linear-gradient(#0000, #0000), url('https://xpeng-uae.com/images/g6banner.jpg');
  }

  .banner-g9 {
    height: 370px;
  }

  .g9-banner-product {
    height: 100%;
  }

  .contact-banner {
    min-height: 0;
  }

  .banner-bg-brand {
    height: 370px;
  }

  .heading-7 {
    font-size: 4rem;
  }

  .para-full {
    font-size: 22px;
  }

  .heading-8 {
    font-size: 16px;
  }

  .background-service {
    margin-top: 0;
  }

  .para-full-down {
    font-size: 22px;
  }

  .div-block-8-midwidth2-down {
    width: 100%;
  }

  .para-full-full {
    font-size: 22px;
  }

  .rl-text-style-medium {
    text-transform: uppercase;
    font-family: Futura, sans-serif;
    font-size: 2rem;
  }

  .rl-heading-style-h2 {
    font-size: 3.5rem;
  }

  .rl-text-style-medium-2 {
    font-family: Basis Grotesque, sans-serif;
    font-size: 22px;
  }

  .rl-heading-style-h2-2 {
    font-size: 3.5rem;
  }

  .rl-text-style-medium-3 {
    text-transform: uppercase;
    font-family: Futura, sans-serif;
  }

  .rl-heading-style-h1 {
    font-size: 3.5rem;
  }

  .paragraph-8, .heading-8-note {
    font-size: 22px;
  }

  .section-back-spare.home-get-started {
    background-image: linear-gradient(90deg, #0000004d, #0000), linear-gradient(#0000, #0000), url('https://xpeng-uae.com/images/service-p4-2.png');
    background-size: auto, auto, cover;
  }

  .heading-9 {
    font-family: Futura, sans-serif;
    font-size: 2.5rem;
  }

  .section-back-spare-parts.home-get-started {
    background-image: linear-gradient(#0000, #0000), url('https://xpeng-uae.com/images/service-p5-2.png');
    background-position: 0 0, 50% 58%;
    background-size: auto, cover;
    background-attachment: scroll, scroll;
  }

  .rl-text-style-medium-5 {
    font-family: Basis Grotesque, sans-serif;
    font-size: 14px;
  }

  .rl-heading-style-h2-3 {
    font-family: Futura, sans-serif;
    font-size: 2.5rem;
  }

  .rl-text-style-medium-6 {
    font-family: Basis Grotesque, sans-serif;
    font-size: 16px;
  }

  .rl-heading-style-h2-4 {
    font-family: Futura, sans-serif;
    font-size: 3.5rem;
  }

  .para-full-full-service {
    width: 80%;
  }

  .image-5-service {
    width: 100%;
    max-height: -moz-fit-content;
    max-height: fit-content;
  }

  .image-5-service-3 {
    width: 350px;
    height: 15rem;
  }

  .image-4-service {
    height: 100%;
  }

  .pages-banner-faq {
    background-image: linear-gradient(#0000, #0000), linear-gradient(#00000080, #fff0), url('https://xpeng-uae.com/images/pexels-antoni-shkraba-7144177_1pexels-antoni-shkraba-7144177.webp');
    background-size: auto, auto, cover;
  }

  .section-background-p7 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .rl-text-style-medium-7 {
    font-size: 16px;
  }

  .rl-heading-style-h2-5 {
    color: var(--white);
    font-family: Futura, sans-serif;
    font-size: 3.5rem;
  }

  .rl-text-style-subheading-3 {
    font-family: Futura, sans-serif;
    font-size: 2.5rem;
  }

  .rl-padding-section-large-4 {
    align-items: flex-end;
    height: 100%;
    display: flex;
  }

  .rl-padding-global-3 {
    height: 100%;
  }

  .rl_section_layout207-p7 {
    background-color: var(--dark-gray-50);
  }

  .rl_section_layout207-p7-xsmart {
    background-image: linear-gradient(to bottom, var(--dark-gray-50), var(--dark-gray-50));
  }

  .background-video-5 {
    height: 100%;
  }

  .rl-text-style-subheading-xsmart.text-white {
    color: var(--white);
    text-transform: uppercase;
    font-family: Futura, sans-serif;
    font-size: 2.5rem;
  }

  .rl-text-style-medium-7-xsmart {
    color: var(--light-gray);
    font-family: Basis Grotesque, sans-serif;
    font-size: 16px;
  }

  .rl-text-style-medium-7-xsmart-down {
    color: var(--white);
    font-family: Basis Grotesque, sans-serif;
  }

  .rl-container-large-5-xsmart {
    color: var(--white);
    align-items: flex-end;
    max-width: 95%;
    display: flex;
  }

  .rl-heading-style-h2-5-xpilot {
    font-family: Futura, sans-serif;
    font-size: 3.5rem;
  }

  .heading-11 {
    text-transform: uppercase;
    font-family: Futura, sans-serif;
    font-size: 3.5rem;
  }

  .rl-text-style-medium-9 {
    font-family: Basis Grotesque, sans-serif;
    font-size: 16px;
  }

  .rl-heading-style-h2-6 {
    text-transform: uppercase;
    font-family: Futura, sans-serif;
  }

  .rl_layout192_image-wrapper-3 {
    height: 100%;
  }

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

  .g9-wraparound-banner {
    height: 100.006%;
  }

  .rl-padding-global-7 {
    background-image: none;
  }

  .rl_section_header5-2 {
    height: 100vh;
  }

  .rl_section_header5-2-paralle {
    background-image: linear-gradient(#00000080, #00000080), url('https://xpeng-uae.com/images/p11.jpg');
    background-position: 0 0, 50%;
    background-size: auto, cover;
  }

  .banner-bg-g6 {
    height: 100%;
  }

  .div-block-7-midwith2-down-copy-copy {
    width: 100%;
  }

  .div-block-7-fullwidth-down-copy {
    width: 100%;
    height: 18rem;
    display: block;
  }

  .div-block-11 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    justify-content: center;
    align-items: center;
    margin-top: 2rem;
    display: flex;
  }

  .flex-block-15-copy {
    width: 40%;
  }

  .home-banner-title-copy {
    font-size: 62px;
  }

  .section-subtitle-copy {
    color: var(--white);
    font-size: .9rem;
  }

  .form-label {
    color: var(--white);
    font-family: Futura, sans-serif;
    font-size: .8rem;
  }

  .rl-padding-global-7-copy {
    background-image: none;
  }

  .pages-banner-test-drive {
    background-image: linear-gradient(#0000, #0000), linear-gradient(#00000080, #fff0), url('https://xpeng-uae.com/images/bank-bg.jpg');
    background-size: auto, auto, cover;
  }

  .g9-banner-product-g9 {
    height: 100%;
  }

  .nav-item-title-g9 {
    color: #fff;
    font-family: Futura, sans-serif;
    font-size: 1.2rem;
  }

  .nav-item-title-g6 {
    color: #fff;
    font-family: Futura, sans-serif;
    font-size: 1.2rem;
    font-weight: 700;
  }

  .home-slidefull {
    background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url('https://xpeng-uae.com/images/XPENG_G6_JUNE.jpg');
  }
  .home-slide-four {
    background-image: url('https://www.xpeng-uae.com/images/XPENG_Servies.jpg');
  }

  .section-copy.home-get-started {
    background-image: linear-gradient(90deg, #0000004d, #0000), linear-gradient(#0000, #0000), url('https://xpeng-uae.com/images/service-p3-1.jpg');
    background-size: auto, auto, cover;
  }

  .home-testimonials-slider-copy {
    margin-left: 9.5%;
  }

  .section-g92nd.home-get-started, .section-intelligent.home-get-started, .section--sustain-mobile.home-get-started, .s.home-get-started, .section--sustain.home-get-started {
    background-image: linear-gradient(90deg, #0000004d, #0000), linear-gradient(#0000, #0000), url('https://xpeng-uae.com/images/service-p3-1.jpg');
    background-size: auto, auto, cover;
  }

  .div-block-11-copy {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    justify-content: center;
    align-items: center;
    margin-top: 2rem;
    display: flex;
  }

  .image-5-service-3-copy {
    width: 350px;
    height: 15rem;
  }

  .section-copy-faq-new.home-get-started, .section--sustain--new.home-get-started {
    background-image: linear-gradient(90deg, #0000004d, #0000), linear-gradient(#0000, #0000), url('https://xpeng-uae.com/images/service-p3-1.jpg');
    background-size: auto, auto, cover;
  }
}

@media screen and (min-width: 1920px) {
  .section {
    color: var(--light-gray);
    margin-top: 15px;
    display: block;
  }

  .section.without-bottom-spacing {
    padding-bottom: 130px;
    display: block;
  }

  .section.overflow-hidden.g62nd-section {
    margin-top: 0;
  }

  .section.home-get-started {
    background-image: linear-gradient(90deg, #0000004d, #0000), linear-gradient(#0000, #0000), url('https://xpeng-uae.com/images/service-p3-1.jpg');
    height: 40rem;
    padding-bottom: 30px;
  }

  .section.home-get-started.new-road-side-service {
    height: auto;
  }

  .section.image-banner {
    margin-top: 0;
  }

  .section.without-bottom-spacing-changed {
    padding-bottom: 130px;
    display: block;
  }

  .section.without-bottom-spacing-contact {
    margin-top: 0;
    padding-top: 30px;
    padding-bottom: 130px;
    display: block;
  }

  .base-container {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    justify-content: center;
    height: auto;
    margin-top: 0;
    padding: 0 0 20px;
  }

  .hover-button-primary {
    border-radius: 30px;
    padding: 12px 18px;
  }

  .hover-button-primary.outline-white {
    height: 2rem;
    padding-left: 1rem;
    padding-right: 1rem;
    font-family: Basis Grotesque, sans-serif;
    font-size: .9rem;
  }

  .hover-button-primary.nav-button {
    border-color: var(--primary-dark);
    color: var(--primary-dark);
    border-radius: 30px;
    padding: 12px 34px;
  }

  .nav-container {
    padding-left: 40px;
    padding-right: 20px;
  }

  .menu-button {
    display: none;
  }

  .menu-button.fullwidth-menu {
    display: block;
  }

  .nav-link {
    color: #fff;
    text-align: left;
    padding: 0;
    font-family: Basis Grotesque, sans-serif;
    font-size: 14px;
    font-weight: 400;
  }

  .nav-link.w--current {
    color: var(--primary-dark);
  }

  .nav-dropdown-toggle {
    -webkit-text-stroke-color: var(--primary-dark);
    font-family: Basis Grotesque, sans-serif;
    font-weight: 400;
  }

  .nav-dropdown-toggle.hover-nav-underline {
    padding-bottom: 15px;
  }

  .nav-dropdown-icon {
    color: #fff;
    display: block;
  }

  .nav-dropdown-icon.remove-icon {
    display: block;
  }

  .nav-dropdown-list {
    width: 200px;
    margin-top: 0;
    display: none;
    top: 55px;
  }

  .nav-dropdown-list.w--open {
    width: 217px;
  }

  .nav-dropdown-link-wrapper {
    margin-left: 30%;
  }

  .nav-dropdown-link {
    text-transform: none;
    font-size: 1rem;
  }

  .close-menu-button {
    display: none;
  }

  .nav-item-title {
    color: #fff;
    font-family: Basis Grotesque, sans-serif;
    font-size: 14px;
    font-weight: 400;
  }

  .pages-banner.services {
    background-image: linear-gradient(#0000, #0000), linear-gradient(#00000080, #fff0), url('https://xpeng-uae.com/images/service-p1-1.jpg');
  }

  .banner-title {
    font-style: italic;
  }

  .footer.section-home {
    padding-top: 40px;
  }

  .section-subtitle {
    font-family: Futura, sans-serif;
  }

  .section-subtitle.text-white {
    font-size: 2rem;
    font-style: italic;
  }

  .banner-title-wrapper {
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    position: static;
  }

  .text-white {
    font-family: Futura, sans-serif;
    font-style: italic;
  }

  .section-title {
    font-size: 4rem;
  }

  .contacts-content-wrapper {
    height: 100%;
    padding-right: 0;
    display: block;
  }

  .contacts-form-wrapper {
    width: 100%;
    height: 50rem;
    margin-left: 0;
  }

  .no-margin {
    color: var(--primary-dark);
    font-family: Basis Grotesque, sans-serif;
    font-size: 1rem;
  }

  .no-margin.text-white {
    font-family: Basis Grotesque, sans-serif;
    font-size: 1rem;
  }

  .contacts-location-slider {
    height: 100%;
  }

  .white-text {
    text-transform: uppercase;
    font-family: Futura, sans-serif;
    font-size: 3.5rem;
  }

  .banner-slider-wrapper {
    max-width: 73%;
    height: 590px;
    padding-top: 80px;
    padding-left: 0%;
  }

  .home-banner-section {
    background-color: var(--white);
    height: 100vh;
  }

  .home-banner-section.home-three {
    height: 100vh;
    min-height: 1140px;
  }

  .home-banner-section.section-home {
    padding-top: 0;
  }



  .home-slide-two {
    background-image: url('https://xpeng-uae.com/images/XPENG_G9_JUNE.jpg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .home-slide-three {
    background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url('https://xpeng-uae.com/images/XPENG_RANGE_JUNE.jpg');
  }
  .home-slidefull {
    background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url('https://xpeng-uae.com/images/XPENG_G6_JUNE.jpg');
    background-position: 0 0, 0 0;
    background-size: auto, cover;
    height: 100%;
  }


  .home-slide-four {
    background-image: url('https://www.xpeng-uae.com/images/XPENG_Servies.jpg');
  }
  .home-banner-title {
    font-size: 82px;
    font-style: italic;
  }


  .home-testimonials-mask {
    width: 75%;
  }

  .home-testimonials-slider {
    margin-left: 19.5%;
  }

  .home-testimonials-slide {
    border-width: 0;
    border-radius: 1px;
    height: 30rem;
  }

  .home-graphic-wrapper {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    width: 100%;
    height: 100%;
  }

  .home-graphic-image {
    width: 100%;
    height: 100%;
  }

  .home-graphic-text {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 90%;
    padding-left: 2rem;
    display: flex;
  }

  .navbar-absolute {
    background-color: var(--white);
    z-index: 10000;
    padding-top: 0;
    padding-bottom: 0;
    position: sticky;
    left: auto;
    right: auto;
  }

  .about-img._1 {
    width: 420px;
    left: 16%;
  }

  .about-img._3 {
    width: 430px;
    top: 20%;
    left: 54%;
  }

  .about-img._4 {
    left: 48%;
  }

  .service-card {
    height: 200px;
  }

  .about-6-contacts-content-wrapper {
    margin-left: 10%;
  }

  .section-with-blue-bg {
    padding-left: 180px;
    padding-right: 180px;
  }

  .get-started-wrapper {
    justify-content: flex-start;
    align-items: center;
  }

  .get-started-text-wrap {
    width: 45%;
  }

  .home-numbers {
    padding-left: 0;
    padding-right: 0;
  }

  .menu-wrap {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .brand-tablet.w--current {
    display: none;
  }

  .brand.w--current {
    width: 17%;
  }

  .contacts-form-wrapper-home {
    width: 30%;
    margin-top: 5vw;
    display: none;
    position: relative;
  }

  .slider-banner-left-column {
    width: 100%;
    max-width: 92%;
    margin-left: auto;
    position: relative;
    inset: 0%;
  }
  .slider-banner-left-column-offer {
    width: 100%;
    max-width: 88%;
    margin-left: auto;
    position: relative;
    inset: 0%;
  }

  .slider-banner-right-column {
    justify-content: flex-end;
    align-items: flex-start;
    max-width: 92%;
    padding-right: 0;
    position: absolute;
  }

  .home-contacts-form-title {
    text-transform: uppercase;
    font-family: Futura, sans-serif;
  }

  .in-section-title-wrapper {
    margin-left: 0;
  }

  .car-info-wrapper {
    color: var(--paragraph-gray);
    font-family: Futura, sans-serif;
  }

  .image-banner-content {
    width: 70%;
  }

  .home-testimonials-author {
    background-color: var(--transparent);
  }

  .title-block-clients {
    justify-content: center;
    align-items: stretch;
  }

  .slider-testimonials {
    align-items: stretch;
    height: 100%;
    padding-top: 0;
    padding-bottom: 60px;
  }

  .home-testimonials-card {
    background-color: var(--transparent);
  }

  .left-style-title-wrapper {
    align-items: center;
    position: relative;
  }

  .bg-element {
    width: 80%;
  }

  .footer-top-wrapper {
    border-bottom-width: 0;
  }

  .slider-main-image {
    width: 620px;
    height: 340px;
  }

  .second-banner-arrows {
    width: 18%;
    padding-top: 230px;
  }

  .banner-two-slider-main-wrapper {
    margin-top: 220px;
  }

  .banner-bg {
    background-image: linear-gradient(#fff0 50%, #00000080), linear-gradient(#000000b3, #fff0 78%), url('https://xpeng-uae.com/images/p7.jpg');
    height: 100%;
  }

  .banner-display-text {
    margin-bottom: 190px;
    font-size: 150px;
  }

  .link-to-features {
    display: block;
  }

  .nav-link-copy {
    color: var(--primary-dark);
    font-family: Basis Grotesque, sans-serif;
    font-size: 14px;
    font-weight: 400;
    display: block;
  }

  .flex-block {
    justify-content: space-around;
  }

  .flex-block-2, .flex-block-3, .flex-block-4, .flex-block-5 {
    width: 49%;
  }

  .flex-block-6 {
    justify-content: space-around;
  }

  .checkbox-label {
    color: var(--white);
  }

  .link {
    color: var(--white-50);
    font-size: 12px;
  }

  .checkbox-field {
    align-self: center;
  }

  .flex-block-7 {
    align-items: center;
    padding-left: 10px;
    position: static;
  }

  .checkbox {
    margin-top: 2px;
  }

  .image {
    padding-top: 0;
    padding-bottom: 0;
  }

  .heading {
    font-size: 2.5rem;
  }

  .paragraph {
    font-size: 16px;
  }

  .link-2 {
    margin-top: 11px;
    margin-bottom: 10px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .flex-block-8 {
    align-items: flex-start;
  }

  .video {
    aspect-ratio: auto;
    height: 100%;
  }

  .background-video {
    width: 100%;
    height: 100%;
  }

  .heading-2 {
    color: var(--white);
    -webkit-user-select: none;
    user-select: none;
    justify-content: center;
    align-items: center;
    height: auto;
    font-size: 5.5rem;
    font-style: italic;
    display: flex;
  }

  .div-block {
    grid-column-gap: 120px;
    grid-row-gap: 120px;
    flex-flow: column;
    justify-content: space-around;
    align-items: center;
    height: 100%;
    display: flex;
  }

  .flex-block-9 {
    align-self: center;
    align-items: flex-start;
  }

  .flex-block-10 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    justify-content: space-between;
    width: 80%;
  }

  .heading-3 {
    color: var(--dark-gray);
    font-size: 16px;
    font-style: italic;
  }

  .flex-block-11 {
    align-items: center;
  }

  .flex-block-12 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    background-color: #fafafb;
    border-radius: 1px;
    justify-content: center;
    padding-left: 10px;
    padding-right: 10px;
    display: flex;
  }

  .heading-5 {
    position: static;
  }

  .more-options {
    cursor: pointer;
  }

  .g9-more {
    height: 20rem;
  }

  .text-block {
    font-size: 7.5rem;
    top: -2rem;
    left: 1rem;
  }

  .image-2 {
    width: 356.992rem;
    margin-left: 10%;
  }

  .homepageslide {
    background-color: var(--transparent);
    height: 32rem;
    margin-right: 60px;
  }

  .head-new {
    font-size: 2.5rem;
  }

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

  .home-slide-full {
    background-image: linear-gradient(#0000, #0000), url('https://xpeng-uae.com/images/g6banner.jpg');
    background-size: auto, cover;
    height: 100%;
  }

  .p7 {
    background-image: url('https://xpeng-uae.com/images/p7-back.jpg');
  }

  .g6-more {
    background-image: url('https://xpeng-uae.com/images/g6back.jpg');
    height: 20rem;
  }

  .div-block-3 {
    width: 100%;
    position: absolute;
    inset: auto 0% 0%;
  }

  .heading-6 {
    color: var(--white);
    padding-left: 10px;
  }

  .div-block-4 {
    width: 4rem;
    position: absolute;
    inset: auto 0% 0% auto;
  }

  .paragraph-3, .paragraph-4 {
    width: 100%;
  }

  .paragraph-5 {
    -webkit-text-stroke-color: var(--gray);
    width: 100%;
  }

  .code-embed {
    color: var(--primary-dark);
  }

  .banner-g9, .g9-banner-product {
    background-image: linear-gradient(#fff0 50%, #00000080), linear-gradient(#000000b3, #fff0 78%), url('https://xpeng-uae.com/images/g9-product-banner.jpg');
    height: 100%;
  }

  .paragraph-6 {
    color: var(--gray);
  }

  .image-3 {
    width: 100%;
    height: 50rem;
  }

  .div-block-5 {
    width: 100%;
    height: 50rem;
    display: block;
  }

  .div-block-6 {
    display: flex;
  }

  .contact-banner {
    min-height: 85px;
  }

  .nav-dropdown-link-brand {
    margin-left: -20px;
  }

  .banner-bg-brand {
    background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg'), linear-gradient(#fff0 50%, #00000080), linear-gradient(#000000b3, #fff0 78%), url('https://xpeng-uae.com/images/p7.jpg');
    background-position: 0 0, 0 0, 0 0, 50% 30%;
    background-size: auto, auto, auto, cover;
    height: 85px;
  }

  .brand-banner-section-copy {
    background-color: var(--black);
    height: 85px;
  }

  .brand-banner-section-copy.home-three {
    height: 100vh;
    min-height: 1140px;
  }

  .section-2 {
    height: 95vh;
  }

  .background-video-2 {
    height: 100%;
  }

  .flex-block-14 {
    margin-top: 25px;
  }

  .flex-block-15 {
    width: 65%;
  }

  .heading-7 {
    width: 100%;
    font-size: 5rem;
  }

  .image-4 {
    width: 400px;
  }

  .image-5 {
    width: 420px;
  }

  .div-block-7-fullwidth {
    height: 30rem;
    position: relative;
    bottom: 0%;
    left: 3%;
  }

  .div-block-7-fullwidth2 {
    height: 30rem;
    position: relative;
    top: 0%;
    right: 3%;
  }

  .para-full {
    margin-top: 2.2rem;
    margin-left: auto;
    margin-right: auto;
    font-family: Basis Grotesque, sans-serif;
    font-size: 24px;
    line-height: 2.5rem;
  }

  .brand-side-content {
    max-width: 1400px;
    height: 600px;
    margin-top: 15px;
  }

  .heading-8 {
    order: 0;
    width: 100%;
    font-family: Basis Grotesque, sans-serif;
    font-size: 16px;
    font-weight: 400;
    display: block;
  }

  .background-service {
    color: var(--light-gray);
    -webkit-text-fill-color: inherit;
    background-image: url('https://xpeng-uae.com/images/XPENG-BG.png');
    background-position: 93%;
    background-size: 35%;
    background-clip: border-box;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    height: 50vw;
    margin-top: 0;
    display: flex;
  }

  .para-full-down {
    margin-top: .5rem;
    font-size: 24px;
    line-height: 2.5rem;
  }

  .image-5-copy {
    width: 410px;
  }

  .div-block-7-fullwidth-down {
    position: static;
    bottom: 42%;
    left: 22%;
  }

  .image-4-copy {
    width: 420px;
  }

  .div-block-7-fullwidth2-down {
    top: 22%;
    right: 20%;
  }

  .div-block-8-fullwidth2-down {
    inset: auto 18% 18% auto;
  }

  .image-5-brand {
    width: 450px;
  }

  .div-block-8-midwidth2-down {
    width: 100%;
    inset: auto 21% 31% auto;
  }

  .heading-7-mid {
    width: 70rem;
  }

  .para-mid {
    font-size: 1.54rem;
    line-height: 2.5rem;
  }

  .image-5-brand-mid {
    width: 385px;
  }

  .div-block-7-midwith2-down {
    top: 22%;
    right: 20%;
  }

  .div-block-7-midwith2-down-copy {
    top: 9.5%;
    right: 20%;
  }

  .para-full-full {
    margin-top: 1rem;
    margin-left: auto;
    margin-right: auto;
    font-size: 18px;
    line-height: 1.8rem;
  }

  .rl-text-style-medium {
    font-family: Futura, sans-serif;
    font-size: 2rem;
    font-weight: 500;
  }

  .rl-heading-style-h2 {
    font-family: Futura, sans-serif;
    font-size: 3.5rem;
    font-weight: 800;
  }

  .rl_layout141_content {
    max-width: 100%;
  }

  .rl-text-style-medium-2 {
    font-family: Basis Grotesque, sans-serif;
    font-size: 24px;
  }

  .rl-heading-style-h2-2 {
    font-size: 3.5rem;
  }

  .rl_layout192_component {
    height: 40rem;
  }

  .rl-container-large-2 {
    max-width: 80%;
  }

  .rl-text-style-medium-3 {
    text-transform: uppercase;
    font-family: Futura, sans-serif;
  }

  .rl_team8_list-wrapper {
    text-align: left;
    max-width: 80%;
    margin-left: 10%;
  }

  .rl_header26_image-wrapper {
    height: 700px;
  }

  .rl-heading-style-h1 {
    font-size: 3.5rem;
  }

  .paragraph-8 {
    width: 100%;
    font-size: 24px;
  }

  .rl-padding-global-2-founded {
    padding-left: 0%;
    padding-right: 0%;
  }

  .rl-container-large-2-found {
    max-width: 100%;
  }

  .heading-8-note {
    color: var(--dark-gray);
    order: 0;
    width: 100%;
    font-family: Basis Grotesque, sans-serif;
    font-size: 24px;
    font-weight: 400;
    display: block;
  }

  .brand-down-section {
    color: var(--light-gray);
  }

  .services-title {
    justify-content: center;
    max-width: 100%;
    height: auto;
    margin-top: 15px;
    padding-left: 0;
    padding-right: 0;
  }

  .container {
    max-width: 100%;
    font-family: Futura, sans-serif;
    position: static;
  }

  .div-block-9 {
    justify-content: flex-start;
    width: 80%;
    padding-left: 1rem;
    display: flex;
  }

  .roadside {
    justify-content: flex-end;
    align-items: flex-start;
    max-width: 1400px;
    height: 100%;
    margin-top: 15px;
    padding: 2rem 0 15px;
  }

  .section-back-spare {
    color: var(--light-gray);
    margin-top: 15px;
  }

  .section-back-spare.without-bottom-spacing {
    padding-bottom: 130px;
  }

  .section-back-spare.home-get-started {
    background-image: linear-gradient(90deg, #0000004d, #0000), linear-gradient(#0000, #0000), url('https://xpeng-uae.com/images/service-p4-2.png');
    height: 50rem;
    margin-top: 0;
    padding-bottom: 130px;
  }

  .warranty {
    flex-flow: row;
    justify-content: flex-end;
    align-items: center;
    max-width: 1400px;
    height: 100%;
    margin-top: 15px;
    padding-left: 0;
    padding-right: 0;
  }

  .heading-9 {
    font-family: Futura, sans-serif;
    font-style: italic;
  }

  .section-back-spare-parts {
    color: var(--light-gray);
    margin-top: 15px;
  }

  .section-back-spare-parts.without-bottom-spacing {
    padding-bottom: 130px;
  }

  .section-back-spare-parts.home-get-started {
    background-image: linear-gradient(#0000, #0000), url('https://xpeng-uae.com/images/service-p5-2.png');
    background-position: 0 0, 50% 58%;
    background-size: auto, cover;
    background-attachment: scroll, scroll;
    height: 50rem;
    margin-top: 0;
    padding-bottom: 130px;
  }

  .get-started-text-spare-parts {
    width: 50%;
  }

  .get-started-spareparts {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    justify-content: flex-start;
    align-items: center;
  }

  .rl-text-style-medium-5 {
    font-family: Basis Grotesque, sans-serif;
  }

  .rl-heading-style-h2-3 {
    font-family: Futura, sans-serif;
    font-style: italic;
  }

  .rl_layout1_image.mid-image {
    bottom: -5.5rem;
  }

  .rl_layout1_image.app-1st-image {
    margin-bottom: 0;
    bottom: -13rem;
  }

  .rl_layout1_image.app-3rd-image {
    bottom: -13rem;
  }

  .rl-text-style-medium-6 {
    font-family: Basis Grotesque, sans-serif;
  }

  .rl-heading-style-h2-4 {
    font-family: Futura, sans-serif;
    font-style: italic;
  }

  .background-brand {
    color: var(--light-gray);
    -webkit-text-fill-color: inherit;
    background-image: url('https://xpeng-uae.com/images/p5-background.png');
    background-position: 0 0;
    background-size: cover;
    background-clip: border-box;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    height: 55vw;
    margin-top: 0;
    display: flex;
  }

  .para-full-full-service {
    width: 80%;
    margin-top: .5rem;
    margin-left: auto;
    margin-right: auto;
    font-size: 1.54rem;
    line-height: 2.5rem;
  }

  .image-5-service {
    width: 100%;
  }

  .image-5-service-3 {
    width: 450px;
    height: 15rem;
  }

  .image-4-service {
    width: 350px;
    margin-top: 0;
  }

  .pages-banner-faq {
    background-image: linear-gradient(#0000, #0000), linear-gradient(#00000080, #fff0), url('https://xpeng-uae.com/images/pexels-antoni-shkraba-7144177_1pexels-antoni-shkraba-7144177.webp');
  }

  .pages-banner-faq.services {
    background-image: linear-gradient(#0000, #0000), linear-gradient(#00000080, #fff0), url('https://xpeng-uae.com/images/service-p1-1.jpg');
  }

  .paragraph-9 {
    font-family: Basis Grotesque, sans-serif;
  }

  .heading-10 {
    font-family: Futura, sans-serif;
  }

  .section-background-p7 {
    color: var(--light-gray);
    height: 80rem;
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .section-background-p7.without-bottom-spacing {
    padding-bottom: 130px;
  }

  .section-background-p7.home-get-started {
    background-image: linear-gradient(90deg, #0000004d, #0000), linear-gradient(#0000, #0000), url('https://xpeng-uae.com/images/service-p3-1.jpg');
    height: 40rem;
    padding-bottom: 30px;
  }

  .background-video-3 {
    width: 100%;
    height: 100%;
    position: relative;
    top: 0%;
  }

  .rl-text-style-medium-7 {
    font-size: 16px;
  }

  .rl-heading-style-h2-5 {
    color: var(--white);
    font-family: Futura, sans-serif;
    font-size: 3.5rem;
    font-style: italic;
    line-height: .9;
  }

  .rl-text-style-subheading-3 {
    font-family: Futura, sans-serif;
    font-size: 2.5rem;
    font-style: italic;
  }

  .rl_layout207_component {
    align-items: center;
  }

  .rl-padding-section-large-4 {
    height: 100%;
  }

  .rl-container-large-5 {
    align-items: center;
    height: 100%;
    display: flex;
  }

  .rl-padding-global-3 {
    color: var(--white);
    height: 100%;
  }

  .background-video-4 {
    width: 100%;
    height: 100%;
    max-height: none;
    position: absolute;
  }

  .rl_layout207_image-wrapper-p7 {
    position: relative;
  }

  .rl_section_layout207-p7 {
    background-color: var(--dark-gray-50);
  }

  .rl_section_layout207-p7-xsmart {
    background-color: var(--dark-gray-50);
    height: 60vw;
  }

  .background-video-5 {
    height: 100%;
  }

  .rl-text-style-subheading-xsmart {
    font-family: Futura, sans-serif;
    font-size: 2.5rem;
    font-style: italic;
  }

  .rl-text-style-subheading-xsmart.text-white {
    color: #fff;
  }

  .rl-text-style-medium-7-xsmart {
    color: var(--light-gray);
    font-family: Basis Grotesque, sans-serif;
    font-size: 16px;
  }

  .rl-text-style-medium-7-xsmart-down {
    color: var(--white);
    font-family: Basisgrotesque, sans-serif;
    font-size: 1.525rem;
    font-weight: 700;
  }

  .rl-container-large-5-xsmart {
    align-items: flex-end;
    max-width: 95%;
    height: 100%;
    display: flex;
  }

  .rl-heading-style-h2-5-xpilot {
    color: var(--primary-dark);
    font-family: Futura, sans-serif;
    font-size: 3.5rem;
    font-style: italic;
    line-height: .9;
  }

  .rl_header1_image {
    width: 100%;
    height: 25rem;
  }

  .rl-heading-style-h1-2 {
    font-family: Futura, sans-serif;
    font-style: italic;
    line-height: .8;
  }

  .rl_header1_component {
    height: 100%;
  }

  .rl-padding-global-4 {
    background-color: var(--transparent);
  }

  .rl_section_header1 {
    position: absolute;
  }

  .sleeek {
    background-color: var(--transparent);
    width: 100%;
    position: absolute;
  }

  .topsection-p7 {
    font-family: Futura, sans-serif;
    font-size: 1.5rem;
    font-style: italic;
  }

  .sleeek-2nd {
    background-color: var(--transparent);
    width: 100%;
    position: absolute;
    bottom: 0;
  }

  .rl_layout207_component-xsmart {
    align-items: center;
    width: 100%;
    height: 100%;
  }

  .rl_layout207_content-xsmart {
    flex-flow: column;
    justify-content: flex-end;
    align-items: stretch;
    height: 100%;
    display: flex;
  }

  .slider-banner-right-column-copy {
    max-width: 92%;
    padding-right: 0;
    position: absolute;
  }

  .disclaimers {
    color: var(--light-gray);
    -webkit-text-stroke-color: var(--paragraph-gray);
    background-color: #fafafb;
    margin-top: 0;
  }

  .disclaimers.without-bottom-spacing {
    padding-bottom: 130px;
  }

  .disclaimers.home-get-started {
    background-image: linear-gradient(90deg, #0000004d, #0000), linear-gradient(#0000, #0000), url('https://xpeng-uae.com/images/service-p3-1.jpg');
    height: 40rem;
    padding-bottom: 30px;
  }

  .disclaimers.image-banner {
    margin-top: 0;
  }

  .disclaimer-container {
    justify-content: center;
    max-width: 1400px;
    height: auto;
    margin-top: 15px;
    padding: 20px 0;
  }

  .section-unmistakeable-desing {
    color: var(--light-gray);
    margin-top: 15px;
  }

  .section-unmistakeable-desing.without-bottom-spacing {
    padding-bottom: 130px;
  }

  .section-unmistakeable-desing.overflow-hidden {
    margin-top: 0;
  }

  .section-unmistakeable-desing.home-get-started {
    background-image: linear-gradient(90deg, #0000004d, #0000), linear-gradient(#0000, #0000), url('https://xpeng-uae.com/images/service-p3-1.jpg');
    height: 40rem;
    padding-bottom: 30px;
  }

  .section-unmistakeable-desing.image-banner {
    margin-top: 0;
  }

  .header5_component {
    justify-content: center;
    align-items: flex-start;
  }

  .rl_section_header5 {
    background-image: url('https://xpeng-uae.com/images/unmistake-g9.jpg');
    background-position: 50%;
    background-size: cover;
  }

  .background-video-6 {
    height: 31%;
    position: static;
  }

  .section-3 {
    display: block;
  }

  .heading-11 {
    text-transform: uppercase;
    font-family: Futura, sans-serif;
  }

  .paragraph-10 {
    font-family: Basis Grotesque, sans-serif;
  }

  .rl-text-style-medium-9 {
    color: var(--paragraph-gray);
    font-family: Basis Grotesque, sans-serif;
  }

  .rl-heading-style-h2-6 {
    text-transform: uppercase;
    font-family: Futura, sans-serif;
  }

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

  .g9-wraparound-banner {
    border: 1px solid #000;
  }

  .image-7 {
    height: 100%;
  }

  .slide-6 {
    height: 67.8911%;
  }

  .rl-heading-style-h2-6-rear-space {
    text-transform: uppercase;
    font-family: Futura, sans-serif;
  }

  .rl-text-style-medium-10, .rl-text-style-medium-10.is-white {
    font-family: Basis Grotesque, sans-serif;
  }

  .rl-heading-style-h1-4.is-white {
    text-transform: uppercase;
    font-family: Futura, sans-serif;
  }

  .rl_header5_content-2 {
    text-align: center;
    max-width: 60rem;
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .header5_component-2 {
    justify-content: center;
    align-items: flex-start;
  }

  .rl-container-large-9 {
    height: 100%;
  }

  .rl-padding-global-7 {
    background-image: none;
  }

  .rl_section_header5-2 {
    height: auto;
    min-height: 100vh;
    position: relative;
  }

  .rl_section_header5-2-paralle {
    background-image: url('https://xpeng-uae.com/images/g9-unpar.jpg');
    background-position: 50%;
    background-size: cover;
    height: 100vh;
    position: relative;
  }

  .banner-bg-g6 {
    background-image: url('https://xpeng-uae.com/images/c4fa7f7a51144e749d9a55cfbe8dcf79.jpg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
  }

  .banner-bg-ramadan {
    background-image: url('https://xpeng-uae.com/images/xpeng_Landing.jpg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
  }



  .g6paragraph {
    font-family: Basis Grotesque, sans-serif;
  }

  .rl-heading-style-h2-7, .rl-text-style-subheading-5, .heading-12 {
    text-transform: uppercase;
    font-family: Futura, sans-serif;
  }

  .rl-text-style-medium-11 {
    font-family: Basis Grotesque, sans-serif;
  }

  .rl-heading-style-h2-8 {
    text-transform: uppercase;
    font-family: Futura, sans-serif;
  }

  .rl_layout192_content-3 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .rl_layout192_image-wrapper-4, .rl_layout192_component-4 {
    height: 100%;
  }

  .rl_section_layout192-3 {
    border: 1px solid #0e0e0e80;
    height: 100%;
  }

  .rl-padding-section-large-6-redfine {
    height: 100%;
    padding-top: 0;
    padding-bottom: 0;
  }

  .image-8 {
    height: 100%;
  }

  .rl_section_header5-2-powerup {
    background-image: linear-gradient(#00000080, #00000080), url('https://s-cdn.xpeng.com/commoncms/prod/2024-08-29/2756631522a54fa69020d1489d2b94a4.jpg');
    background-position: 0 0, 0 0;
    background-size: auto, cover;
    height: 100vh;
    position: relative;
  }

  .base-container-g6-top {
    justify-content: center;
    height: auto;
    margin-top: 15px;
    padding: 20px 0;
  }

  .link-3, .link-4 {
    color: var(--white-50);
  }

  .base-container-brand {
    justify-content: center;
    max-width: 1400px;
    height: auto;
    margin-top: 15px;
    padding: 20px 0;
  }

  .div-block-10 {
    width: 30%;
  }

  .div-block-7-midwith2-down-copy-copy {
    width: 100%;
    top: 9.5%;
    right: 20%;
  }

  .flex-block-14-copy {
    margin-top: 25px;
  }

  .div-block-7-fullwidth-down-copy {
    width: 100%;
    height: 100%;
    position: static;
    bottom: 42%;
    left: 22%;
  }

  .div-block-11 {
    justify-content: flex-start;
    align-items: center;
    width: 28%;
    height: 22rem;
    padding-bottom: 9px;
    display: flex;
  }

  .flex-block-14-copy-copy {
    width: 100%;
    height: 45rem;
    margin-top: 0;
  }

  .flex-block-15-copy {
    justify-content: space-around;
    align-items: center;
    width: 40%;
    height: auto;
  }

  .in-section-title-wrapper-copy {
    margin-left: 0;
  }

  .home-banner-title-copy {
    font-family: Futura, sans-serif;
    font-size: 5rem;
    font-style: italic;
  }
  .home-banner-title-copy-limited {
    font-family: Futura, sans-serif;
    font-size: 4rem;
    font-style: italic;
  }

  .section-subtitle-copy {
    color: var(--white);
    font-family: Futura, sans-serif;
    font-size: 2rem;
  }

  .section-subtitle-copy.text-white {
    font-size: 2rem;
    font-style: italic;
  }

  .home-contacts-form-title-copy {
    text-transform: uppercase;
    font-family: Futura, sans-serif;
    font-size: 2rem;
  }

  .form-label {
    color: var(--white);
    font-family: Futura, sans-serif;
    font-size: 1.2rem;
  }

  .text-white-copy {
    font-family: Futura, sans-serif;
    font-style: italic;
  }

  .rl-padding-global-7-copy {
    background-image: none;
  }

  .section-4 {
    min-height: auto;
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .home-buttons-wrapper-test-drive {
    display: none;
  }

  .pages-banner-test-drive {
    background-image: linear-gradient(#0000, #0000), linear-gradient(#00000080, #fff0), url('https://xpeng-uae.com/images/bank-bg.jpg');
  }

  .pages-banner-test-drive.services {
    background-image: linear-gradient(#0000, #0000), linear-gradient(#00000080, #fff0), url('https://xpeng-uae.com/images/service-p1-1.jpg');
  }

  .base-container-specs {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    justify-content: center;
    height: auto;
    margin-top: 15px;
    padding: 20px 0;
  }

  .link-3-copy {
    color: var(--white-50);
  }

  .heading-2-product1, .heading-2-h2, .heading-2-copy {
    color: var(--white);
    justify-content: center;
    align-items: center;
    height: auto;
    font-style: italic;
    display: flex;
  }

  .heading-3-h3 {
    color: var(--dark-gray);
    font-style: italic;
  }

  .g9-banner-product-g9 {
    background-image: linear-gradient(#fff0 50%, #00000080), linear-gradient(#000000b3, #fff0 78%), url('https://xpeng-uae.com/images/g9-product-banner.jpg');
    height: 100%;
  }

  .heading-2-product-g9 {
    color: var(--white);
    text-align: left;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: auto;
    margin-top: -2rem;
    font-style: italic;
    display: flex;
  }

  .heading-2-g9-product {
    color: var(--white);
    justify-content: center;
    align-items: center;
    height: auto;
    font-style: italic;
    display: flex;
  }

  .div-block-g9 {
    grid-column-gap: 120px;
    grid-row-gap: 120px;
    flex-flow: column;
    justify-content: space-around;
    align-items: center;
    height: 100%;
    display: flex;
  }

  .flex-block-banner-g9-down {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    justify-content: space-between;
    width: 80%;
  }

  .heading-2-g6-product {
    color: var(--white);
    justify-content: center;
    align-items: center;
    height: auto;
    font-style: italic;
    display: flex;
  }

  .flex-block-g6-banner-down {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    -webkit-user-select: none;
    user-select: none;
    justify-content: space-between;
    width: 80%;
  }

  .heading-2-g6-product-down {
    color: var(--white);
    justify-content: center;
    align-items: center;
    height: auto;
    font-size: 2rem;
    font-style: italic;
    display: flex;
  }

  .div-block-product-banner {
    grid-column-gap: 120px;
    grid-row-gap: 120px;
    flex-flow: column;
    justify-content: space-around;
    align-items: center;
    height: 100%;
    display: flex;
  }

  .flex-block-g6-product-top {
    align-self: center;
    align-items: center;
  }

  .heading-14 {
    font-family: Futura, sans-serif;
    font-size: 2rem;
    display: block;
  }

  .configure-xpeng {
    background-color: var(--primary-dark);
    border-radius: 20px;
    padding: 12px 30px;
  }

  .hover-button-xpeng {
    background-color: var(--primary-dark);
    border-radius: 1.1rem;
    justify-content: center;
    align-items: center;
    min-width: 4.58rem;
    height: 2rem;
    padding: 0 1rem;
    font-size: .9rem;
    display: flex;
  }

  .hover-button-primary-navbar {
    border-radius: 30px;
    padding: 12px 18px;
  }

  .hover-button-primary-navbar.nav-button {
    border-color: var(--primary-dark);
    color: var(--primary-dark);
    border-radius: 30px;
    padding: 12px 34px;
  }

  .hover-button-navbar-second {
    border-radius: 1.2rem;
    justify-content: center;
    align-items: center;
    min-width: 4.58rem;
    height: 2rem;
    padding: 0 1rem;
    font-size: 14px;
    display: flex;
  }

  .hover-button-navbar-second.faq-button {
    border-radius: 1.5rem;
    height: 3rem;
    padding-left: 4rem;
    padding-right: 4rem;
    font-size: 1rem;
  }

  .nav-linkp7 {
    color: var(--primary-dark);
    display: none;
  }

  .nav-link-brand-nav {
    color: var(--primary-dark);
    font-family: Futura, sans-serif;
    font-size: 1.2rem;
    font-weight: 400;
    display: block;
  }

  .nav-item-title-g9, .nav-item-title-g6 {
    color: #fff;
    padding-bottom: 0;
    font-family: Futura, sans-serif;
    font-size: 18px;
    font-weight: 700;
  }

  .nav-dropdown-list-g6 {
    width: 200px;
    display: none;
    top: 65px;
  }

  .nav-dropdown-list-g6.w--open {
    width: 217px;
  }

  .nav-dropdown-link-wrapper-bignav {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    margin-left: 0%;
    padding-left: 0;
  }

  .nav-bar-image {
    width: 13rem;
    height: 120px;
  }

  .navbar-image-text-div-full {
    cursor: pointer;
    position: static;
    overflow: hidden;
  }

  .navbar-image-text-div-full.nav-dropdown-link-full {
    display: block;
  }

  .navbar-image {
    margin-left: -50px;
    font-family: Futura, sans-serif;
    font-size: 1.04167rem;
    display: block;
  }

  .nav-dropdown-list-g6-copy {
    width: 200px;
    margin-top: 0;
    display: none;
    top: 55px;
  }

  .nav-dropdown-list-g6-copy.w--open {
    width: 217px;
  }

  .nav-dropdown-list-g9 {
    width: 200px;
    margin-top: 0;
    display: none;
    top: 55px;
  }

  .nav-dropdown-list-g9.w--open {
    width: 217px;
  }

  .hover-button-secondary-banner {
    border-color: var(--white);
    background-color: var(--white);
    color: var(--primary-dark);
    border-radius: 30px;
    padding: 14px 22px;
    font-family: Basis Grotesque, sans-serif;
  }

  .hover-button-secondary-banner.nav-button {
    border-color: var(--primary-dark);
    color: var(--primary-dark);
    border-radius: 30px;
    padding: 12px 34px;
  }

  .image-11 {
    width: 48%;
  }



  .hover-button-primary-rounded {
    border-radius: 30px;
    padding: 12px 18px;
  }

  .hover-button-primary-rounded.nav-button {
    border-color: var(--primary-dark);
    color: var(--primary-dark);
    border-radius: 30px;
    padding: 12px 34px;
  }

  .help-main-div {
    min-height: 100vh;
  }

  .help-inner-div {
    background-position: 100%;
    height: 100vh;
  }

  .help-inner-left-div {
    align-items: center;
    width: 40rem;
    margin-left: 5rem;
    padding-left: 4rem;
    display: flex;
  }

  .heading-15 {
    font-size: 2.5rem;
  }

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

  .input-form {
    border-radius: 1.25rem;
    height: 2.5rem;
    font-size: 14px;
  }

  .field-label, .field-label-2 {
    color: var(--primary-dark);
    font-size: 14px;
  }

  .select-form {
    border-radius: 1.25rem;
    height: 2.5rem;
    font-size: 14px;
  }

  .checkbox-label {
    color: var(--primary-dark);
    font-size: .8rem;
    line-height: 1.2em;
  }

  .link-7, .link-8 {
    font-size: .8rem;
  }

  .hover-button-xpeng-from {
    background-color: var(--primary-dark);
    border-radius: 1.5rem;
    justify-content: center;
    align-items: center;
    min-width: 10vw;
    height: 2.5rem;
    padding: 0 1rem;
    font-size: .9rem;
    display: flex;
  }

  .hover-button-xpeng-from:hover {
    background-color: var(--primary);
  }

  .div-block-13 {
    width: 80%;
  }

  .footer-subcribe-head {
    overflow-wrap: break-word;
    width: 100%;
    font-size: 2rem;
  }

  .footer-input {
    font-size: 14px;
  }

  .form-2 {
    border-radius: 1.5rem;
    height: 2.8rem;
  }

  .hover-button-xpeng-footer-subscribe {
    background-color: var(--primary-dark);
    letter-spacing: normal;
    overflow-wrap: break-word;
    border-radius: 1.1rem;
    justify-content: center;
    align-items: center;
    min-width: 4.58rem;
    height: 2.2rem;
    margin-top: .3rem;
    padding: 0 1rem;
    font-size: 1rem;
    line-height: 1.2em;
    display: flex;
  }

  .paragraph-13, .link-9, .link-10 {
    font-size: 14px;
  }

  .paragraph-13-copy {
    white-space: nowrap;
    word-break: normal;
    font-size: 14px;
    overflow: visible;
  }

  .new-specs {
    background-color: var(--primary-dark);
    height: 100%;
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .section-5 {
    height: auto;
    min-height: 100vh;
  }

  .new-spec-inner {
    width: 80%;
    height: 100%;
    margin: auto;
  }

  .heading-16 {
    color: var(--white);
  }

  .hover-button-xpeng-copy {
    background-color: var(--primary-dark);
    border-radius: 1.1rem;
    justify-content: center;
    align-items: center;
    min-width: 4.58rem;
    height: 2rem;
    padding: 0 1rem;
    font-size: .9rem;
    display: flex;
  }

  .hover-butoon-primary {
    height: 2.3rem;
    font-size: 16px;
  }

  .div-block-17 {
    width: 60%;
  }

  .custom-radio {
    display: none;
  }

  .section-copy {
    color: var(--light-gray);
    margin-top: 15px;
    display: block;
  }

  .section-copy.without-bottom-spacing {
    padding-bottom: 130px;
  }

  .section-copy.home-get-started {
    background-image: linear-gradient(90deg, #0000004d, #0000), linear-gradient(#0000, #0000), url('https://xpeng-uae.com/images/service-p3-1.jpg');
    height: 40rem;
    padding-bottom: 30px;
  }

  .section-copy.image-banner {
    margin-top: 0;
  }

  .contac-div {
    display: flex;
  }

  .heading-19 {
    font-size: 4rem;
  }

  .base-container-contact {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    justify-content: center;
    height: auto;
    margin-top: 15px;
    padding: 20px 0;
  }

  .heading-20 {
    font-size: 2.5rem;
    font-weight: 400;
  }

  .hover-button-xpeng-contact {
    background-color: var(--primary-dark);
    border-radius: 1.1rem;
    justify-content: center;
    align-items: center;
    min-width: 4.58rem;
    height: 2rem;
    padding: 0 1rem;
    font-size: .9rem;
    display: flex;
  }

  .paragraph-14, .paragraph-15, .paragraph-16, .paragraph-17 {
    font-size: 16px;
  }

  .image-13 {
    width: 40px;
    height: 3.5rem;
  }

  .flex-block-g6-product-top-latest {
    align-self: center;
    align-items: center;
    margin-top: 0;
    font-family: Futura, sans-serif;
    font-size: 2.2px;
  }

  .image-16 {
    width: 40px;
    height: 40px;
    top: -17%;
    left: -10%;
  }
  .image-16-ramazan{
    width: 40px;
    height: 40px;
    top: -6%;
    left: -3%;
  }

  .div-block-27 {
    align-items: center;
    width: 60%;
    margin-bottom: 0;
  }

  .flex-block-g6-banner-down-button {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    width: 80%;
  }

  .hover-button-xpeng-white {
    background-color: var(--white);
    border-radius: 1.5rem;
    justify-content: center;
    align-items: center;
    min-width: 4.58rem;
    height: 2.6rem;
    padding: 12px 2rem;
    font-size: .9rem;
    display: flex;
  }

  .hover-button-xpeng-white-outline {
    background-color: var(--primary-dark);
    border-width: 0;
    border-radius: 1.5rem;
    justify-content: center;
    align-items: center;
    min-width: 4.58rem;
    height: 3rem;
    padding: 0 2rem;
    font-size: .9rem;
    display: flex;
  }

  .home-testimonials-slider-copy {
    margin-left: 19.5%;
  }

  .g6-2nd-sec-heading {
    text-transform: uppercase;
    font-family: Futura, sans-serif;
  }

  .image-19 {
    width: 40px;
  }

  .div-block-29-xpeng-heading {
    z-index: -1;
  }

  .hover-button-xpeng-from-footer {
    background-color: var(--primary-dark);
    border-radius: 1.1rem;
    justify-content: center;
    align-items: center;
    min-width: 4.58rem;
    height: 2rem;
    padding: 0 1rem;
    font-size: .9rem;
    display: flex;
  }

  .field-label-2-copy {
    color: var(--primary-dark);
    font-size: 14px;
  }

  .hover-button-xpeng-contact-faq {
    background-color: var(--primary-dark);
    border-radius: 12px;
    justify-content: center;
    align-items: center;
    min-width: 4.58rem;
    height: 2.3rem;
    padding: 0 2rem;
    font-size: .9rem;
    display: flex;
  }

  .image-20 {
    width: 30px;
  }

  .field-label-2-copy-copy {
    color: var(--primary-dark);
    font-size: 14px;
  }

  .image-21 {
    width: 50rem;
  }

  .rl-heading-style-h1-4-copy.is-white {
    text-transform: uppercase;
    font-family: Futura, sans-serif;
  }

  .rl-text-style-medium-10-copy, .rl-text-style-medium-10-copy.is-white {
    font-family: Basis Grotesque, sans-serif;
  }

  .section-g92nd {
    color: var(--light-gray);
    margin-top: 0;
    display: block;
  }

  .section-g92nd.without-bottom-spacing {
    padding-bottom: 130px;
    display: block;
  }

  .section-g92nd.overflow-hidden.g62nd-section {
    margin-top: 0;
  }

  .section-g92nd.home-get-started {
    background-image: linear-gradient(90deg, #0000004d, #0000), linear-gradient(#0000, #0000), url('https://xpeng-uae.com/images/service-p3-1.jpg');
    height: 40rem;
    padding-bottom: 30px;
  }

  .section-g92nd.image-banner {
    margin-top: 0;
  }

  .form-block-2.configure-g6-form {
    display: block;
  }

  .hover-button-xpeng-configure {
    background-color: var(--primary-dark);
    border-radius: 1.1rem;
    justify-content: center;
    align-items: center;
    min-width: 4.58rem;
    height: 2rem;
    padding: 0 1rem;
    font-size: .9rem;
    display: flex;
  }

  .rl_faq6_answer-wrapper-rrs {
    height: 14rem;
  }

  .hover-button-xpeng-configure-submit {
    background-color: var(--primary-dark);
    border-radius: 1.1rem;
    justify-content: center;
    align-items: center;
    min-width: 4.58rem;
    height: 2rem;
    padding: 0 1rem;
    font-size: .9rem;
    display: flex;
  }

  .configure-g6-query {
    display: none;
  }

  .paragraph-12-copy, .paragraph-12--configure {
    font-size: 16px;
  }

  .select-form-configure {
    border-radius: 1.25rem;
    height: 2.5rem;
    font-size: 14px;
  }

  .help-inner-left-div-configure {
    width: 100%;
    margin-left: 0;
    padding-left: .520833rem;
  }

  .help-inner-div-configure {
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    background-attachment: scroll;
    justify-content: flex-start;
    display: block;
  }

  .select-form-store {
    border-radius: 1.25rem;
    height: 2.5rem;
    font-size: 14px;
  }

  .background-video-8 {
    height: 25rem;
  }

  .select-form-store-test {
    border-radius: 1.25rem;
    height: 2.5rem;
    font-size: 14px;
  }

  .div-block-27-copy {
    align-items: center;
    width: 60%;
    margin-bottom: 0;
  }

  .image-22 {
    width: 40px;
    top: -17%;
    left: -10%;
  }

  .link-13 {
    font-size: 2.5rem;
    font-weight: 400;
  }

  .ota-banner, .div-block-37-pilot {
    padding-top: 8rem;
  }

  .div-block-41 {
    background-color: var(--transparent);
  }

  .section-intelligent {
    color: var(--light-gray);
    margin-top: 15px;
    display: block;
  }

  .section-intelligent.without-bottom-spacing {
    padding-bottom: 130px;
    display: block;
  }

  .section-intelligent.overflow-hidden.g62nd-section {
    margin-top: 0;
  }

  .section-intelligent.home-get-started {
    background-image: linear-gradient(90deg, #0000004d, #0000), linear-gradient(#0000, #0000), url('https://xpeng-uae.com/images/service-p3-1.jpg');
    height: 40rem;
    padding-bottom: 30px;
  }

  .section-intelligent.image-banner {
    margin-top: 0;
  }

  .section--sustain-mobile {
    color: var(--light-gray);
    margin-top: 15px;
    display: none;
  }

  .section--sustain-mobile.without-bottom-spacing {
    padding-bottom: 130px;
    display: block;
  }

  .section--sustain-mobile.overflow-hidden.g62nd-section {
    margin-top: 0;
  }

  .section--sustain-mobile.home-get-started {
    background-image: linear-gradient(90deg, #0000004d, #0000), linear-gradient(#0000, #0000), url('https://xpeng-uae.com/images/service-p3-1.jpg');
    height: 40rem;
    padding-bottom: 30px;
  }

  .section--sustain-mobile.image-banner {
    margin-top: 0;
  }

  .section--sustain-mobile.section-home {
    background-image: url('https://xpeng-uae.com/images/XPENG-BG.png');
    background-position: 90% 0;
    background-repeat: no-repeat;
    background-size: 40%;
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .base-container-sustain {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    justify-content: center;
    max-width: 90%;
    height: 100%;
    margin-top: 15px;
    padding: 20px 0;
  }

  .left-div-brand {
    z-index: 9999;
    right: auto;
  }

  .right-div-brand {
    z-index: 9999;
  }

  .cursor-circle-brand, .home-testimonials-author-up, .home-testimonials-author-copy, .home-testimonials-author-copy-copy {
    background-color: var(--transparent);
  }

  .section-config {
    min-height: auto;
    padding-top: 0;
    padding-bottom: 0;
  }

  .hover-button-xpeng-outline {
    background-color: var(--primary-dark);
    border-radius: 1.5rem;
    justify-content: center;
    align-items: center;
    min-width: 4.58rem;
    height: 2.6rem;
    padding: 0 1rem;
    font-size: .9rem;
    display: flex;
  }

  .form-block-4 {
    overflow: visible;
  }

  .s {
    color: var(--light-gray);
    margin-top: 15px;
    display: block;
  }

  .s.without-bottom-spacing {
    padding-bottom: 130px;
    display: block;
  }

  .s.overflow-hidden.g62nd-section {
    margin-top: 0;
  }

  .s.home-get-started {
    background-image: linear-gradient(90deg, #0000004d, #0000), linear-gradient(#0000, #0000), url('https://xpeng-uae.com/images/service-p3-1.jpg');
    height: 40rem;
    padding-bottom: 30px;
  }

  .s.image-banner {
    margin-top: 0;
  }

  .s.section-home {
    background-image: url('https://xpeng-uae.com/images/XPENG-BG.png');
    background-position: 90% 0;
    background-repeat: no-repeat;
    background-size: 40%;
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .section--sustain {
    color: var(--light-gray);
    margin-top: 15px;
    display: block;
  }

  .section--sustain.without-bottom-spacing {
    padding-bottom: 130px;
    display: block;
  }

  .section--sustain.overflow-hidden.g62nd-section {
    margin-top: 0;
  }

  .section--sustain.home-get-started {
    background-image: linear-gradient(90deg, #0000004d, #0000), linear-gradient(#0000, #0000), url('https://xpeng-uae.com/images/service-p3-1.jpg');
    height: 40rem;
    padding-bottom: 30px;
  }

  .section--sustain.image-banner {
    margin-top: 0;
  }

  .section--sustain.section-home {
    background-image: url('https://xpeng-uae.com/images/XPENG-BG.png');
    background-position: 90% 0;
    background-repeat: no-repeat;
    background-size: 40%;
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .image-26 {
    width: 30px;
    position: absolute;
    top: -1.5rem;
    left: -1.5rem;
  }

  .div-block-43 {
    position: relative;
  }

  .underline-nav.g6-under {
    margin-top: 0;
  }

  .underline-nav.g6nav0underline {
    margin-bottom: 3px;
  }

  .hover-nav-underline.without-drop-down {
    text-align: left;
    padding: 15px 20px;
  }

  .nav-dropdown-list-xpeng {
    width: 200px;
    margin-top: 0;
    display: none;
    top: 55px;
  }

  .nav-dropdown-list-xpeng.w--open {
    width: 217px;
  }

  .menu-button-full-width, .menu-button-full-width.fullwidth-menu {
    display: block;
  }

  .sidebar {
    background-color: var(--white);
    z-index: 100000;
    width: 310px;
    height: 100vh;
    padding-left: 0;
    padding-right: 0;
    transition-property: right;
    transition-duration: .3s;
    transition-timing-function: ease;
    display: block;
    position: fixed;
    top: 0%;
    right: -310px;
    overflow: visible hidden;
  }

  .blur-overlay {
    z-index: 1000000;
    background-color: var(--blur);
    -webkit-text-fill-color: inherit;
    -webkit-backdrop-filter: blur(3px);
    backdrop-filter: blur(3px);
    background-clip: border-box;
    width: auto;
    height: 100vh;
    transition-property: opacity;
    transition-duration: .3s;
    transition-timing-function: ease;
    display: none;
    position: fixed;
    top: 0%;
    left: 0%;
    right: 310px;
    overflow-y: hidden;
  }

  .div-block-46 {
    cursor: pointer;
    justify-content: flex-end;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-right: 20px;
    display: flex;
  }

  .image-27 {
    border: 1px solid #16161647;
    border-radius: 50%;
    width: 25px;
    padding: 3px;
  }

  .no-scroll-side {
    height: 100vh;
    overflow-y: hidden;
  }

  .div-block-47 {
    height: 40px;
    padding-left: 40px;
    padding-right: 0;
    font-family: Basis Grotesque, sans-serif;
    font-size: 14px;
    line-height: 40px;
    transition: opacity .3s ease-in-out;
  }

  .link-14 {
    color: var(--primary-dark);
  }

  .link-sidebar {
    cursor: pointer;
    height: 40px;
    padding-left: 40px;
    padding-right: 0;
    font-family: Basis Grotesque, sans-serif;
    font-size: 14px;
    line-height: 40px;
    transition: opacity .3s ease-in-out;
  }

  .link-sidebar:hover {
    background-color: var(--gray);
  }

  .button {
    background-color: var(--transparent);
  }

  .div-block-48 {
    cursor: pointer;
    padding: 8px 18px 15px;
  }

  .hover-button-xpeng-footer-subscribe-copy {
    background-color: var(--primary-dark);
    letter-spacing: normal;
    overflow-wrap: break-word;
    border-radius: 1.1rem;
    justify-content: center;
    align-items: center;
    min-width: 4.58rem;
    height: 2.2rem;
    margin-top: .3rem;
    padding: 0 1rem;
    font-size: 1rem;
    line-height: 1.2em;
    display: flex;
  }

  .hover-button-xpeng-footer-subscribe-copy:hover {
    background-color: var(--primary);
  }

  .div-block-11-copy {
    width: 30%;
    padding-bottom: 9px;
    display: flex;
  }

  .image-5-service-3-copy {
    width: 450px;
    height: 18rem;
  }

  .base-container-copy {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    justify-content: center;
    height: auto;
    margin-top: 0;
    padding: 0 0 20px;
  }

  .base-container--services {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    justify-content: center;
    max-width: 1500px;
    height: auto;
    margin-top: 0;
    padding: 0 0 20px;
  }

  .get-started-wrapper-copy {
    justify-content: space-around;
    align-items: center;
    height: 100vh;
  }

  .get-started-text-wrap-down {
    width: 80%;
  }

  .get-started-text-wrap-up {
    width: 45%;
    margin-top: -15rem;
  }

  .image-4-copy-brave--left-top {
    width: 320px;
  }

  .div-block-10-left-brave {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    justify-content: space-around;
    width: 30%;
    height: 45rem;
  }

  .base-container-brave-brand {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    justify-content: center;
    max-width: 1500px;
    height: auto;
    margin-top: 0;
    padding: 0 0 20px;
  }

  .section-copy-faq-new {
    color: var(--light-gray);
    margin-top: 0;
    padding-top: 60px;
    display: block;
  }

  .section-copy-faq-new.without-bottom-spacing {
    padding-bottom: 130px;
  }

  .section-copy-faq-new.home-get-started {
    background-image: linear-gradient(90deg, #0000004d, #0000), linear-gradient(#0000, #0000), url('https://xpeng-uae.com/images/service-p3-1.jpg');
    height: 40rem;
    padding-bottom: 30px;
  }

  .section-copy-faq-new.image-banner {
    margin-top: 0;
  }

  .qtext-block {
    font-size: 1.5rem;
  }

  .bold-text {
    font-size: 16px;
    font-weight: 400;
    line-height: 2em;
  }

  .bold-text-qt {
    font-family: Basis Grotesque, sans-serif;
    font-size: 1.2rem;
  }

  .base-container-faq {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    justify-content: center;
    max-width: 1730px;
    height: auto;
    margin-top: 0;
    padding: 0 0 20px;
  }

  .heading-25 {
    margin-top: 10px;
    font-size: 1.5rem;
  }

  .code-embed-3 {
    position: absolute;
    top: 14px;
    right: 17%;
  }

  .div-block-53 {
    position: relative;
  }

  .hover-button-xpeng-outline-black {
    padding-left: 1rem;
    padding-right: 1rem;
    font-size: 14px;
  }

  .hover-butoon-primary-with-white {
    height: 2.3rem;
    font-size: 16px;
  }

  .div-block-55 {
    bottom: 1%;
  }

  .image-32 {
    width: 40px;
  }

  .brand-side-content-mid {
    background-position: 90%;
    background-size: 50%;
    max-width: 1400px;
    height: 600px;
    margin-top: 15px;
  }

  .section--sustain--new {
    color: var(--light-gray);
    background-image: none;
    margin-top: 15px;
    display: block;
  }

  .section--sustain--new.without-bottom-spacing {
    padding-bottom: 130px;
    display: block;
  }

  .section--sustain--new.overflow-hidden.g62nd-section {
    margin-top: 0;
  }

  .section--sustain--new.home-get-started {
    background-image: linear-gradient(90deg, #0000004d, #0000), linear-gradient(#0000, #0000), url('https://xpeng-uae.com/images/service-p3-1.jpg');
    height: 40rem;
    padding-bottom: 30px;
  }

  .section--sustain--new.image-banner {
    margin-top: 0;
  }

  .section--sustain--new.section-home {
    padding-top: 80px;
    padding-bottom: 80px;
    display: block;
  }

  .base-container-sustain-mobile {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    justify-content: center;
    max-width: 90%;
    height: 100%;
    margin-top: 15px;
    padding: 20px 0;
  }

  .parent-div-home {
    background-position: 100%;
    height: 100vh;
  }

  .base-container-more-oprions {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    justify-content: center;
    height: auto;
    margin-top: 0;
    padding: 0 0 20px;
  }

  .header5_component-2-copy {
    justify-content: center;
    align-items: flex-start;
  }

  .text-block-copy {
    font-size: 7.5rem;
    top: -2rem;
    left: 1rem;
  }

  .base-container-brave-brand-intu {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    justify-content: center;
    max-width: 1500px;
    height: auto;
    margin-top: 0;
    padding: 0 0 20px;
  }

  .div-block-57 {
    height: 95vh;
  }

  .div-block-58 {
    align-items: center;
    height: 100%;
  }

  .div-block-59 {
    height: 95vh;
  }

  .paragraph-13-copy, .paragraph-13-copy-copy {
    font-size: 14px;
  }

  .blur-overlay-mobile {
    z-index: 1000000;
    background-color: var(--blur);
    -webkit-text-fill-color: inherit;
    -webkit-backdrop-filter: blur(3px);
    backdrop-filter: blur(3px);
    background-clip: border-box;
    width: auto;
    height: 100vh;
    transition-property: opacity;
    transition-duration: .3s;
    transition-timing-function: ease;
    display: none;
    position: fixed;
    top: 0%;
    left: 0%;
    right: 310px;
    overflow-y: hidden;
  }

  .slider-navigator {
    bottom: 20px;
  }

  .slider-dot {
    width: 3vw;
    height: .2vw;
  }

  .slider-dot.active {
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .hover-button-xpeng-footer-s-copy {
    background-color: var(--primary-dark);
    letter-spacing: normal;
    overflow-wrap: break-word;
    border-radius: 1.1rem;
    justify-content: center;
    align-items: center;
    min-width: 4.58rem;
    height: 2.2rem;
    margin-top: .3rem;
    padding: 0 1rem;
    font-size: 1rem;
    line-height: 1.2em;
    display: flex;
  }

  .div-block-62 {
    z-index: 2;
    padding: 5px;
  }
}

@media screen and (max-width: 991px) {
  h2 {
    font-size: 42px;
  }
  #buildXPENG{
    display: none;
  }
  .custom-ant-select{
    font-size: 3.7333vw !important;

  }
  .select-form-store-test{
    height: auto !important;
  }
  .flex-block-17{
    flex-direction: column;
  }
  .input-form{
    height: auto !important;
  }
  .input-form::placeholder{
    font-size: 12px !important;
  }
  .car-calculator-tenure{
   flex-direction: column;
   
  }
  .checkbox-label{
    font-size: 3vw !important;
  }
  .link-7, .link-8 {
    font-size: 3.7333vw !important;
  }
  .grid-system {
    width: 100%;
  }

  .grid-description.first-description {
    text-align: center;
  }

  .spacing-system-image {
    width: 75%;
  }

  .spacing-wrapper-mobile {
    width: 70%;
  }

  .spacing-columns {
    flex-flow: wrap;
    display: flex;
  }

  .bottom-style-spacing-desktop {
    bottom: 6%;
  }

  .top-style-spacing-desktop {
    top: 4%;
  }

  .middle-style-spacing-desktop {
    top: 30%;
  }

  .spasing-system-image-mobile {
    width: 70%;
  }

  .colors-wrapper {
    margin-right: 40px;
  }

  .colors-container {
    flex-wrap: wrap;
  }

  .headings-typography-wrapper {
    width: 100%;
    margin-bottom: 30px;
  }

  .headings-typography-wrapper.last-child {
    margin-bottom: 30px;
  }

  .style-guide-body-wrapper {
    width: 100%;
    margin-bottom: 30px;
    margin-right: 0;
  }

  .hover-button-primary {
    display: block;
  }

  .hover-button-primary.outline-white {
    height: 2rem;
  }

  .hover-button-primary.nav-button {
    display: none;
  }

  .top-style-spacing-mobile {
    top: 3%;
  }

  .middlr-style-spacing-mobile {
    top: 26%;
  }

  .bottom-style-spacing-mobile {
    bottom: 6%;
  }

  .nav-container {
    padding: 5px 15px;
  }

  .nav-menu {
    background-color: var(--white);
    flex-direction: column;
    width: 100%;
    display: block;
    inset: 0%;
  }

  .menu-button {
    filter: none;
    color: var(--primary-dark);
    text-align: right;
    background-color: #0000;
    padding: 0;
  }

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

  .nav-link {
    color: #0e0e0e;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding: 10px 0;
    display: flex;
  }

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

  .nav-dropdown {
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
    width: 100%;
    transition: opacity .5s;
    display: flex;
    overflow: hidden;
  }

  .nav-dropdown-toggle {
    color: var(--primary-dark);
    align-items: center;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 0;
    display: flex;
  }

  .nav-dropdown-icon {
    margin-right: 0;
    display: block;
    inset: 0% 0 0% auto;
  }

  .nav-dropdown-list {
    border-style: none;
    flex-direction: column;
    width: auto;
    padding: 0 40px 0 20px;
    display: none;
    position: static;
  }

  .nav-dropdown-list.w--open {
    box-shadow: none;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
    position: static;
  }

  .nav-dropdown-list.megamenu {
    width: 320px;
    height: 270px;
    padding-left: 20px;
    padding-right: 40px;
    overflow: scroll;
  }

  .nav-dropdown-link-wrapper {
    flex-flow: wrap;
    padding-right: 0;
  }

  .nav-dropdown-link-wrapper:hover {
    padding-left: 0;
    padding-right: 0;
  }

  .nav-dropdown-link {
    margin-left: 0;
    margin-right: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 15px;
  }

  .close-menu-button {
    background-color: #0000;
    padding: 0 10px 0 0;
    display: block;
  }

  .close-menu-button.w--open {
    background-color: #0000;
    padding: 0 10px 0 0;
  }

  .nav-close-icon {
    z-index: 15;
    align-self: stretch;
    max-width: 60%;
  }

  .pages-banner {
    min-height: 300px;
    padding-top: 140px;
  }

  .pages-banner.only-nav {
    min-height: 66px;
  }

  .licensing-grid, .licensing-grid.last-child {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .licensing-paragraph {
    width: 100%;
  }

  .coming-soon-wrapper {
    align-items: center;
    margin-right: 0;
  }

  .coming-soon-paragraph {
    text-align: center;
    margin-bottom: 30px;
  }

  .coming-soon-heading {
    text-align: center;
  }

  .blog-grid-collection-list {
    column-count: 2;
  }

  .blog-grid-item {
    width: 48.16%;
  }

  .blog-sidebar-right {
    border-top: 1px solid #0009;
    border-left-style: none;
    width: 100%;
    padding-top: 25px;
    padding-left: 0;
    position: static;
  }

  .blog-sidebar-wrapper {
    flex-wrap: wrap;
  }

  .sidebar-recent-post-item {
    display: inline-block;
  }

  .blog-template-pagination {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    margin-top: 30px;
  }

  .footer-bottom-wrapper {
    grid-column-gap: 10px;
    justify-content: center;
    width: 100%;
  }

  .section-title-wrapper {
    max-width: 560px;
  }

  .team-grid {
    grid-template-columns: 1fr 1fr;
  }

  .style-guide-button-wrapper {
    width: 100%;
  }

  .text-white {
    font-size: 2.5rem;
  }

  .accordion-toggle {
    justify-content: flex-start;
  }

  .accordion-toggle:active {
    color: var(--primary);
  }

  .accordion-wrap {
    display: block;
  }

  .accordion-title {
    font-family: Basis Grotesque, sans-serif;
  }

  .coming-soon-image {
    display: none;
  }

  .contacts-wrapper {
    flex-direction: column;
    align-items: center;
  }

  .contacts-content-wrapper {
    width: 100%;
    padding-bottom: 50px;
    padding-right: 0;
  }

  .contacts-form-wrapper {
    width: 100%;
    max-width: 740px;
    margin-left: 0;
    padding: 30px;
  }

  .no-margin, .no-margin.text-white {
    font-size: 14px;
  }

  .contacts-location-slider {
    padding-right: 70px;
  }

  .contacts-left-arrow {
    right: 41px;
  }

  .contacts-right-arrow {
    right: 0;
  }

  .contacts-arrows-divider {
    right: 40px;
  }

  .footer-social-icons-wrapper {
    margin-top: 10px;
  }

  .footer-wrapper {
    grid-column-gap: 80px;
    flex-wrap: wrap;
    grid-template-columns: 1fr 1fr 1fr;
    justify-content: center;
    display: none;
  }

  .footer-brand-wrapper {
    border-bottom: 1px solid #ffffff4d;
    align-items: center;
    width: 100%;
    margin-bottom: 30px;
    padding-bottom: 30px;
    padding-right: 0;
  }

  .footer-links-wrapper {
    border-left-style: none;
    align-items: center;
  }

  .search-desktop {
    display: none;
  }

  .search-bottom-line {
    display: flex;
  }

  .search-shop-con {
    max-width: 50%;
  }

  .navbar-search-icon {
    display: block;
  }

  .search-result-item {
    flex-direction: column;
  }

  .search-input:focus {
    border: 1px solid var(--primary);
  }

  .testimonials-card-wrapper {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    grid-template-columns: 1fr 1fr;
  }

  .headings-container {
    flex-wrap: wrap;
  }

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

  .service-list-item-content {
    margin-top: 10px;
  }

  .style-guide-content-wrapper {
    flex-wrap: wrap;
  }

  .about-1-video {
    width: 100%;
    min-height: 340px;
  }

  .form-text-field {
    width: 300px;
  }

  .nav-dropdown-column {
    justify-content: center;
    width: 180px;
  }

  .blog-sidebar-right-wrapper {
    width: 100%;
    margin-top: 30px;
  }

  .blog-sidebar-left-wrapper {
    flex: none;
    width: 100%;
  }

  .banner-slider-wrapper {
    grid-row-gap: 50px;
    text-align: center;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    min-height: 550px;
    padding-bottom: 130px;
  }

  .home-banner-section.home-three {
    min-height: 600px;
  }

  .home-banner-slider {
    height: 100%;
    min-height: auto;
  }

  .home-buttons-wrapper {
    justify-content: center;
    margin-top: 0;
  }

  .blog-item {
    width: 47%;
  }

  .blog-list {
    grid-row-gap: 30px;
    flex-wrap: wrap;
    justify-content: center;
  }

  .home-testimonials-mask {
    width: 90%;
  }

  .home-testimonials-slider-arrow {
    display: block;
  }

  .home-testimonials-slider {
    margin-left: 15px;
  }

  .home-testimonials-slide {
    border-width: 1px;
  }

  .home-graphic-wrapper {
    grid-column-gap: 30px;
    grid-row-gap: 50px;
    flex-direction: column;
  }

  .home-graphic-image, .home-graphic-text {
    width: 100%;
  }

  .contacts-with-background {
    align-items: center;
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .conracts-with-bg-button {
    width: 25%;
  }

  .testimonials {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .blog-section-title {
    margin-bottom: 60px;
  }

  .contacts-with-bg-text {
    width: 75%;
  }

  .contacts-wrapper-grid {
    padding-left: 15px;
    padding-right: 15px;
  }

  .section-title-center {
    margin-bottom: 60px;
  }

  .home-4-testimonials-wrapper {
    grid-column-gap: 60px;
    grid-row-gap: 40px;
    flex-wrap: wrap;
    width: 80%;
    margin-top: 20px;
  }

  .testimonials-wrapper-two {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    flex-wrap: wrap;
    width: 80%;
    margin-top: 20px;
  }

  .about-img._1 {
    top: 7%;
    left: 15px;
  }

  .about-img._5 {
    top: 58%;
    bottom: 0;
    left: 60px;
  }

  .about-img._3 {
    width: 360px;
    top: 0%;
    right: 15px;
  }

  .about-img._4 {
    width: 240px;
    top: 57%;
    left: auto;
    right: 15px;
  }

  .about-img._2 {
    z-index: 5;
    top: 30%;
    left: 35%;
  }

  .service-card-paragraph, .service-cars-heading {
    text-align: center;
  }

  .service-card {
    padding: 15px;
  }

  .content {
    margin-bottom: 0;
  }

  .industries-block-wrapper {
    max-width: 45vw;
  }

  .about-4-team-slide {
    width: 100%;
  }

  .about-6-contacts-wrapper {
    flex-wrap: wrap;
  }

  .about-6-contacts-wrap {
    width: 100%;
  }

  .about-6-contacts-content-wrapper {
    text-align: center;
    align-items: center;
  }

  .nav-dropdown-link-line {
    display: none;
  }

  .subtitle-two {
    margin-bottom: 30px;
  }

  .dropdown-nav-link {
    color: #222;
    padding-top: 12px;
    padding-bottom: 12px;
    font-family: Lato, sans-serif;
    font-weight: 700;
  }

  .dropdown-nav-link.w--current {
    color: #004ae2;
  }

  .home-number-item {
    text-align: center;
    flex-direction: column;
  }

  .menu-wrap {
    background-color: var(--white);
    flex-direction: column;
    align-items: flex-start;
    padding-top: 20px;
    padding-right: 20px;
    display: flex;
  }

  .home-banner-left-arrow {
    inset: 20% auto auto 4%;
  }

  .tablet-menu {
    justify-content: space-between;
    align-items: center;
    height: 60px;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 15px;
    display: flex;
  }

  .image-burger {
    background-color: var(--transparent);
    color: var(--primary-dark);
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: var(--primary-dark);
    margin-bottom: 4px;
  }

  .brand-tablet {
    display: block;
  }

  .brand.w--current {
    width: 30%;
  }

  .shop-collection-list {
    grid-template-columns: 1fr 1fr;
  }

  .shop-collection-list.grid-four {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .shop-collection-list.shop-details {
    grid-template-columns: 1fr 1fr;
  }

  .shop-details-wrapper {
    grid-column-gap: 30px;
    grid-template-columns: 1.1fr;
  }

  .shop-details-slider {
    height: 400px;
  }

  .image-preview {
    height: 280px;
  }

  .coming-soon-form-main {
    justify-content: center;
  }

  .contacts-form-wrapper-home {
    margin-left: 0;
    padding: 30px;
  }

  .slider-banner-left-column {
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    width: 80%;
    height: 100%;
    display: flex;
  }
  .slider-banner-left-column-offer {
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    width: 75%;
    height: 100%;
    display: flex;
  }

  .slider-banner-right-column {
    display: none;
  }

  .flex-vertical-align-start {
    width: 100%;
  }

  .card-wrapper-small {
    width: 100%;
    height: 320px;
  }

  .car-item-style {
    flex-direction: column;
    width: 100%;
    height: auto;
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
    box-shadow: 0 0 20px 1px #00000014;
  }

  .home-features {
    grid-template-columns: 1fr 1fr;
  }

  .image-banner-content {
    width: 100%;
  }

  .home-testimonials-card {
    padding: 20px 30px 30px;
  }

  .slide-testimonial {
    margin-right: 20px;
  }

  .bg-element.bottom {
    top: auto;
  }

  .footer-contact-elements {
    text-align: center;
  }

  .top-block-icon {
    height: 20px;
  }

  .footer-top-wrapper {
    flex-wrap: wrap;
    justify-content: center;
    display: flex;
  }

  .banner-slider-second {
    width: 100%;
    padding-left: 75px;
    padding-right: 75px;
  }

  .slider-main-image {
    object-fit: contain;
    width: 420px;
    height: 180px;
  }

  .slide-wrapper {
    width: 100%;
  }

  .second-banner-arrows {
    width: 6%;
    padding-top: 150px;
  }

  .banner-two-slider-main-wrapper {
    margin-top: 130px;
  }

  .banner-bg {
    height: 100%;
  }

  .banner-display-text {
    white-space: normal;
    margin-bottom: 200px;
    font-size: 90px;
  }

  .our-services-grid-home {
    grid-column-gap: 15px;
    grid-row-gap: 20px;
    margin-top: 60px;
  }

  .video-wrapper-small, .team-graphic-text {
    width: 100%;
  }

  .team-graphic-wrapper {
    grid-column-gap: 30px;
    grid-row-gap: 50px;
    flex-direction: column;
  }

  .blog-details-date-wrapper {
    margin-top: 20px;
    margin-bottom: 30px;
  }

  .collection-list-recent-post {
    grid-template-columns: 1fr 1fr;
  }

  .search-info, .image-search {
    width: 100%;
  }

  .hire-popup {
    max-width: 380px;
  }

  .hire-popup-wrap {
    display: none;
  }

  .nav-link-copy {
    color: var(--primary-dark);
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding: 10px 0;
    display: flex;
  }

  .nav-link-copy.w--current {
    color: var(--primary);
  }

  .nav-dropdown-link-copy {
    margin-left: 0;
    margin-right: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 15px;
  }

  .flex-block-8 {
    align-items: center;
  }

  .heading-5 {
    font-size: 2.2rem;
  }

  .more-options {
    margin-right: 20px;
  }

  .g9-more {
    height: 12rem;
    padding: 20px 30px 30px;
  }

  .homepageslide {
    margin-right: 20px;
  }

  .home-slide-full {
    background-image: linear-gradient(to bottom, null, null), url('https://xpeng-uae.com/images/p7-front-1.jpg');
    background-position: 0 0, 50%;
  }

  .p7 {
    padding: 20px 30px 30px;
  }

  .g6-more {
    height: 12rem;
    padding: 20px 30px 30px;
  }

  .heading-6 {
    font-size: 1rem;
  }

  .banner-g9 {
    height: 260px;
  }

  .g9-banner-product {
    height: 100%;
  }

  .image-3 {
    width: 100%;
  }

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

  .div-block-6 {
    flex-flow: column;
  }

  .contact-banner {
    height: 70px;
    min-height: 0;
    padding-top: 0;
  }

  .contact-banner.only-nav {
    min-height: 66px;
  }

  .nav-dropdown-link-brand {
    margin-left: 0;
    margin-right: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 15px;
  }

  .banner-bg-brand {
    height: 260px;
  }

  .brand-banner-section-copy.home-three {
    min-height: 600px;
  }

  .flex-block-14 {
    background-position: 50%;
    background-size: 60%;
    align-items: flex-start;
    height: 70vh;
    position: relative;
  }

  .flex-block-15 {
    justify-content: flex-start;
    align-items: center;
  }

  .heading-7 {
    font-size: 3.5rem;
  }

  .image-4 {
    width: 250px;
  }

  .image-5 {
    z-index: 999;
  }

  .div-block-7-fullwidth {
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    height: auto;
    margin-left: 2rem;
    position: absolute;
    top: 13rem;
  }

  .div-block-7-fullwidth2 {
    justify-content: center;
    width: 100%;
    height: auto;
    margin-right: 2rem;
    position: absolute;
    inset: 22rem 3% 0% auto;
  }

  .rl_layout141_spacing-block-4 {
    padding-bottom: 4.5rem;
  }

  .rl-text-style-medium {
    font-size: 1.2rem;
  }

  .rl-heading-style-h2 {
    font-size: 2rem;
  }

  .rl-padding-section-large {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .rl-heading-style-h2-2 {
    font-size: 2rem;
  }

  .rl_layout192_component {
    grid-column-gap: 3rem;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .rl-padding-section-large-2 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .rl-text-style-medium-3 {
    font-size: 1.2rem;
  }

  .rl-heading-style-h4 {
    font-size: 1.75rem;
  }

  .rl_team8_spacing-block-7 {
    padding-bottom: 5rem;
  }

  .rl_team8_image-wrapper {
    height: 17rem;
  }

  .rl_team8_list {
    grid-column-gap: 2rem;
  }

  .rl_team8_spacing-block-3 {
    padding-bottom: 4.5rem;
  }

  .rl-padding-section-large-3 {
    padding-top: 0;
    padding-bottom: 6rem;
  }

  .rl_team8_image-wrapper-fengya {
    height: 17rem;
  }

  .rl_team8_image-wrapper-brian {
    height: 17rem;
    max-height: 100%;
  }

  .rl_team8_list-honor {
    grid-column-gap: 2rem;
  }

  .rl_team8_image-wrapper-henry, .rl_team8_image-wrapper-tau {
    height: 17rem;
  }

  .rl_header26_spacing-block-3 {
    padding-bottom: 4.5rem;
  }

  .rl-heading-style-h1 {
    font-size: 2rem;
  }

  .rl_header26_content {
    margin-bottom: 4.5rem;
  }

  .heading-9 {
    font-size: 2.5rem;
  }

  .rl-text-style-medium-5 {
    font-size: 14px;
  }

  .rl-heading-style-h2-3 {
    font-size: 2.5rem;
  }

  .rl_layout192_component-2 {
    grid-column-gap: 3rem;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .rl_layout1_image.mid-image {
    bottom: -8.5rem;
    left: 5rem;
  }

  .rl_layout1_image.app-1st-image {
    bottom: -2.7rem;
    left: 0;
  }

  .rl_layout1_image.app-3rd-image {
    bottom: -12.7rem;
    left: 11rem;
  }

  .rl-text-style-medium-6 {
    font-size: 14px;
  }

  .rl-heading-style-h2-4 {
    font-size: 2.5rem;
  }

  .rl_layout1_content {
    width: 100%;
    height: auto;
    margin-bottom: 0;
  }

  .rl_layout1_component {
    grid-column-gap: 3rem;
    grid-row-gap: 4rem;
    flex-flow: column;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    justify-content: center;
    align-items: center;
    height: 33rem;
    min-height: auto;
    display: flex;
  }

  .rl-container-large-4 {
    justify-content: center;
    align-items: stretch;
  }

  .background-brand {
    height: 110vw;
  }

  .para-full-full-service {
    font-size: 14px;
  }

  .pages-banner-faq {
    min-height: 300px;
    padding-top: 140px;
  }

  .pages-banner-faq.only-nav {
    min-height: 66px;
  }

  .heading-10 {
    text-align: center;
  }

  .section-background-p7 {
    height: 115rem;
  }

  .rl-heading-style-h2-5 {
    font-size: 2.75rem;
  }

  .rl-text-style-subheading-3 {
    font-size: 1.2rem;
  }

  .rl_layout207_component {
    grid-column-gap: 3rem;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .rl-padding-section-large-4 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .rl_section_layout207-p7-xsmart {
    height: 80vw;
  }

  .rl-text-style-subheading-xsmart.text-white {
    font-size: 1.2rem;
  }

  .rl-heading-style-h2-5-xpilot {
    font-size: 2.75rem;
  }

  .rl-heading-style-h1-2 {
    font-size: 2.5rem;
  }

  .rl_header1_component {
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .topsection-p7 {
    font-size: 1.5rem;
  }

  .rl_layout207_component-xsmart {
    grid-column-gap: 3rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .slider-banner-right-column-copy {
    display: none;
  }

  .rl-heading-style-h1-3 {
    font-size: 3.25rem;
  }

  .rl_section_header5 {
    background-image: url('https://xpeng-uae.com/images/g9-2nd-section.jpg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 100%;
  }

  .background-video-6 {
    display: none;
  }

  .rl-heading-style-h1-3-g9-unbeatable-design {
    font-size: 3.25rem;
  }

  .rl-heading-style-h2-6 {
    font-size: 2.75rem;
  }

  .rl_layout192_component-3 {
    grid-column-gap: 3rem;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .rl-padding-section-large-5 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .g9-wraparound-banner {
    grid-column-gap: 3rem;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .rl-heading-style-h2-6-rear-space {
    font-size: 2.75rem;
  }

  .rl-heading-style-h1-4 {
    font-size: 3.25rem;
  }

  .rl-padding-global-7 {
    background-image: linear-gradient(#0000, #0000), url('https://xpeng-uae.com/images/g9-unparalel.jpg');
    background-position: 0 0, 50% 100%;
    background-size: auto, cover;
  }

  .banner-bg-g6 {
    background-image: linear-gradient(#fff0 50%, #00000080), linear-gradient(#000000b3, #fff0 78%), url('https://xpeng-uae.com/images/xpeng-g6-top-banner-2.jpg');
    background-position: 0 0, 0 0, 50%;
    height: 100%;
  }

  .banner-bg-g6 {
    background-image: linear-gradient(#fff0 50%, #00000080), linear-gradient(#000000b3, #fff0 78%), url('https://xpeng-uae.com/images/ramadan_banner_1.jpg');
    background-position: 0 0, 0 0, 50%;
    height: 100%;
  }

  .rl-heading-style-h2-7 {
    font-size: 2.2rem;
  }

  .rl_layout1_component-2 {
    grid-column-gap: 3rem;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .rl-padding-section-large-6 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .rl-text-style-medium-11 {
    font-size: 14px;
  }

  .rl-heading-style-h2-8 {
    font-size: 2rem;
  }

  .rl_layout192_content-3 {
    padding: 5px;
  }

  .rl_layout192_image-wrapper-4 {
    height: 100%;
  }

  .rl_layout192_component-4 {
    grid-column-gap: .2rem;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .rl-padding-section-large-6-redfine {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .image-8 {
    height: 100%;
  }

  .div-block-10 {
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-left: -25px;
  }

  .flex-block-14-copy-copy {
    margin-top: -20px;
    padding-top: 0;
  }

  .flex-block-15-copy {
    width: 80%;
    height: auto;
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .form-block {
    text-align: center;
  }

  .link-5, .link-6 {
    color: var(--white);
  }

  .home-banner-title-copy {
    font-family: Futura, sans-serif;
  }

  .text-white-copy {
    font-size: 2.5rem;
  }

  .home-buttons-wrapper-test-drive {
    justify-content: center;
    margin-top: 0;
    display: flex;
  }

  .pages-banner-test-drive {
    min-height: 300px;
    padding-top: 140px;
  }

  .pages-banner-test-drive.only-nav {
    min-height: 66px;
  }

  .base-container-specs {
    z-index: 1000;
  }

  .g9-banner-product-g9 {
    height: 100%;
  }

  .flex-block-g6-banner-down {
    width: 80%;
  }

  .hover-button-xpeng, .hover-button-primary-navbar.nav-button {
    display: none;
  }

  .hover-button-navbar-second {
    background-color: var(--primary);
    color: var(--primary);
    border-radius: 30px;
    padding: 12px 18px;
    display: none;
  }

  .hover-button-navbar-second.faq-button {
    background-color: var(--primary-dark);
    color: var(--white);
    display: block;
  }

  .nav-linkp7 {
    color: var(--primary-dark);
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding: 10px 0;
    display: none;
  }

  .nav-linkp7.w--current {
    color: var(--primary);
  }

  .nav-link-brand-nav {
    color: var(--primary-dark);
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding: 10px 0;
    display: flex;
  }

  .nav-link-brand-nav.w--current {
    color: var(--primary);
  }

  .nav-dropdown-list-g6 {
    border-style: none;
    flex-direction: column;
    width: auto;
    padding: 0 40px 0 20px;
    display: flex;
    position: static;
  }

  .nav-dropdown-list-g6.w--open {
    box-shadow: none;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
    position: static;
  }

  .nav-dropdown-list-g6.megamenu {
    width: 320px;
    height: 270px;
    padding-left: 20px;
    padding-right: 40px;
    overflow: scroll;
  }

  .nav-dropdown-link-wrapper-bignav {
    flex-flow: wrap;
    padding-right: 0;
  }

  .nav-dropdown-link-wrapper-bignav:hover {
    padding-left: 0;
    padding-right: 0;
  }

  .nav-bar-image {
    display: block;
  }

  .navbar-image {
    margin-left: 0;
  }

  .navbar-image.w--current {
    color: var(--primary-dark);
  }

  .nav-dropdown-nav {
    margin-left: 0;
    margin-right: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 15px;
  }

  .nav-dropdown-list-g6-copy {
    border-style: none;
    flex-direction: column;
    width: auto;
    padding: 0 40px 0 20px;
    display: none;
    position: static;
  }

  .nav-dropdown-list-g6-copy.w--open {
    box-shadow: none;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
    position: static;
  }

  .nav-dropdown-list-g6-copy.megamenu {
    width: 320px;
    height: 270px;
    padding-left: 20px;
    padding-right: 40px;
    overflow: scroll;
  }

  .nav-dropdown-list-g9 {
    border-style: none;
    flex-direction: column;
    width: auto;
    padding: 0 40px 0 20px;
    display: none;
    position: static;
  }

  .nav-dropdown-list-g9.w--open {
    box-shadow: none;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
    position: static;
  }

  .nav-dropdown-list-g9.megamenu {
    width: 320px;
    height: 270px;
    padding-left: 20px;
    padding-right: 40px;
    overflow: scroll;
  }

  .hover-button-secondary-banner {
    display: block;
  }

  .hover-button-secondary-banner.nav-button {
    display: none;
  }

  .image-11 {
    width: 100%;
    max-width: 34.93vw;
  }

  .home-slidefull {
    background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url('https://xpeng-uae.com/images/XPENG_G6_MOBILE_JUNE.jpg');
    background-position: 50%;
  }

  .div-block-12 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    margin-top: 0;
    display: flex;
  }

  .hover-button-primary-rounded {
    border-radius: 1rem;
    justify-content: center;
    height: 2rem;
    padding: 0 18px;
    display: flex;
  }

  .hover-button-primary-rounded.nav-button {
    display: none;
  }

  .help-inner-div {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
    background-attachment: scroll;
  }

  .hover-button-xpeng-from {
    display: block;
  }

  .div-block-13 {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    display: block;
  }

  .footer-subcribe-head {
    text-align: center;
    width: 100%;
    font-size: 2.5rem;
  }

  .footer-input {
    border-width: 1px;
    border-color: var(--white);
    background-color: var(--transparent);
    height: 2.5rem;
  }

  .form-2 {
    background-color: var(--transparent);
    flex-flow: column;
    align-items: center;
    height: auto;
    display: flex;
  }

  .hover-button-xpeng-footer-subscribe {
    display: none;
  }

  .paragraph-13 {
    text-align: left;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
  }

  .paragraph-13-copy {
    text-align: left;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .heading-16 {
    font-size: 2.2rem;
  }

  .hover-button-xpeng-copy {
    display: none;
  }

  .contac-div {
    flex-flow: column;
  }

  .div-block-18 {
    display: block;
  }

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

  .hover-button-xpeng-contact {
    display: none;
  }

  .div-block-19-copy {
    width: 100%;
    margin-top: 2rem;
  }

  .rl-heading-style-h2-9 {
    font-size: 2.75rem;
  }

  .rl_faq6_component {
    grid-column-gap: 3rem;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .rl-padding-section-large-7 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .hover-button-xpeng-white, .hover-button-xpeng-white-outline {
    display: block;
  }

  .home-testimonials-slider-copy {
    margin-left: 15px;
  }

  .image-19 {
    width: 30px;
    top: -.5rem;
    left: -1.5rem;
  }

  .div-block-29-xpeng-heading {
    margin-top: 8rem;
  }

  .hover-button-xpeng-from-footer {
    background-color: var(--white);
    color: var(--primary-dark);
    border-radius: 1.3rem;
    width: 80%;
    height: 2.5rem;
    font-size: 14px;
    display: block;
  }

  .div-block-30 {
    display: block;
  }

  .hover-button-xpeng-contact-faq {
    text-align: center;
    padding-top: 8px;
    display: block;
    position: static;
  }

  .flex-block-16-radio-test-drive {
    width: 100%;
  }

  .rl-heading-style-h1-4-copy {
    font-size: 3.25rem;
  }

  .rl-padding-section-large-3-copy {
    padding-top: 0;
    padding-bottom: 6rem;
  }

  .rl_team8_component-copy {
    display: none;
  }

  .rl_team8_list-honor-copy {
    grid-column-gap: 2rem;
  }

  .hover-button-xpeng-configure, .hover-button-xpeng-configure-submit {
    display: none;
  }

  .help-inner-div-configure {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
    background-attachment: scroll;
  }

  .hover-button-xpeng-outline {
    display: flex;
  }

  .hover-nav-underline.without-drop-down {
    width: 100%;
  }

  .nav-dropdown-list-xpeng {
    border-style: none;
    flex-direction: column;
    width: auto;
    padding: 0 40px 0 20px;
    display: none;
    position: static;
  }

  .nav-dropdown-list-xpeng.w--open {
    box-shadow: none;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
    position: static;
  }

  .nav-dropdown-list-xpeng.megamenu {
    width: 320px;
    height: 270px;
    padding-left: 20px;
    padding-right: 40px;
    overflow: scroll;
  }

  .menu-button-full-width {
    filter: none;
    color: var(--primary-dark);
    text-align: right;
    background-color: #0000;
    padding: 0;
  }

  .menu-button-full-width.w--open {
    background-color: #0000;
  }

  .div-block-48, .hover-button-xpeng-footer-subscribe-copy {
    display: none;
  }

  .rl-heading-style-h2-10 {
    font-size: 2.75rem;
  }

  .rl_layout1_component-3 {
    grid-column-gap: 3rem;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .rl-padding-section-large-8 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .div-block-10-left-brave {
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-left: -25px;
  }

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

  .accordion-q-link {
    color: var(--primary);
    height: 3rem;
    margin-top: 0;
    padding-top: 6px;
    padding-right: 20px;
    font-family: Futura, sans-serif;
    font-size: 1.5rem;
  }

  .flex-block-22 {
    justify-content: space-between;
    width: 100%;
    height: auto;
    min-height: 3rem;
  }

  .accordion-a-link {
    color: var(--primary-dark);
    height: 3rem;
    margin-top: 0;
    padding-top: 0;
    padding-right: 20px;
    font-family: Futura, sans-serif;
    font-size: 1.5rem;
  }

  .footer-bottom-wrapper-down {
    grid-row-gap: 25px;
    flex-flow: column;
    justify-content: center;
    margin-top: 1rem;
  }

  .div-block-54 {
    flex-flow: column;
    align-items: center;
  }

  .footer-bottom-wrapper-right {
    grid-column-gap: 10px;
    justify-content: center;
    width: 100%;
  }

  .div-block-55 {
    bottom: 5%;
  }

  .image-32 {
    left: -2rem;
  }

  .parent-div-home {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
    background-attachment: scroll;
  }

  .rl-padding-section-large-3-copy-copy {
    padding-top: 0;
    padding-bottom: 6rem;
  }

  .paragraph-13-copy, .paragraph-13-copy-copy {
    text-align: left;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
  }

  .hover-button-xpeng-footer-s-copy {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 38px;
  }
  .sticky-button {
    font-size: 14px;  
    padding: 0 1.5rem; 
    bottom: 60px;      
    left: 5vw;
  }
  .calculate-emi-container{
    width: 100%;
    padding: 10px;
  }
  .finance-card{
    justify-content: center;
  }
  .finance-section {
    flex-direction: column-reverse;
    gap: 0px !important;
  }

  .finance-group{
    margin-bottom: 0px !important;
  }
  h2 {
    font-size: 34px;
  }

  h3 {
    font-size: 32px;
  }
  .desktop-banner {
    display: none;
  }

  .mobile-banner {
    display: block;
  }

  blockquote {
    font-size: 22px;
  }

  .section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section.without-top-spacing {
    padding-top: 0;
  }

  .grid-system-wrapper {
    flex-direction: row;
    margin-top: 15px;
  }

  .grid-system {
    border-left: 1px solid #7c7c7c;
    flex-direction: column;
  }

  .grid-title {
    border-bottom: 1px solid #7c7c7c;
    border-right-style: none;
    width: 100%;
  }

  .grid-title.first-grid {
    border-left-style: none;
    border-right-style: none;
    width: 100%;
  }

  .grid-description {
    border-top: 1px solid #a7a7a7;
    border-bottom-style: none;
    border-right-width: 1px;
    align-items: center;
    width: 100%;
  }

  .grid-description.first-description {
    border-width: 1px 1px .5px 0;
    border-top-style: none;
    border-top-color: #a7a7a7;
    border-bottom-style: none;
    border-left-style: none;
    width: 100%;
  }

  .grid-description.last-description {
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-right-width: 1px;
  }

  .spacing-system-column {
    margin-top: 20px;
  }

  .spacing-wrapper-mobile {
    margin-top: 30px;
  }

  .typography-wrapper {
    margin-top: 20px;
  }

  .spacing-columns {
    margin-top: 0;
  }

  .bottom-style-spacing-desktop {
    bottom: 10%;
  }

  .top-style-spacing-desktop {
    top: 10%;
  }

  .spacing-wrapper {
    margin-top: 30px;
  }

  .middle-style-spacing-desktop {
    top: 34%;
  }

  .colors-wrapper {
    margin-top: 15px;
    margin-right: 0;
  }

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

  .headers-wrapper, .style-guide-body-wrapper {
    width: 100%;
    margin-top: 10px;
  }

  .hover-button-primary.full-width {
    width: 100%;
  }

  .style-guide-div {
    margin-top: 35px;
  }

  .top-style-spacing-mobile {
    top: 7%;
  }

  .middlr-style-spacing-mobile {
    top: 31%;
  }

  .bottom-style-spacing-mobile {
    bottom: 9%;
  }

  .grid-header {
    width: 100%;
    margin-top: 35px;
  }

  .link-wrapper {
    width: 100%;
    margin-bottom: 10px;
  }

  .menu-button {
    filter: none;
  }

  .nav-link {
    margin-left: 0;
  }

  .nav-dropdown-icon {
    right: 20px;
  }

  .nav-dropdown-list.megamenu {
    padding-left: 40px;
  }

  .licensing-title-wrapper {
    margin-bottom: 20px;
  }

  .licensing-images-wrapper {
    padding-top: 10px;
  }

  .licensing-grid {
    grid-template-columns: 1fr 1fr;
    padding-bottom: 40px;
  }

  .licensing-grid.last-child {
    grid-template-columns: 1fr 1fr;
  }

  .licensing-title {
    padding-bottom: 20px;
  }

  .licensing-fonts-wrapper {
    flex-wrap: wrap;
  }

  .licensing-paragraph {
    width: 100%;
    margin-bottom: 20px;
    margin-right: 0;
  }

  .licensing-paragraph.last-item {
    margin-bottom: 0;
  }

  .licensing-font-title {
    margin-bottom: 10px;
  }

  .licensing-icons-wrapper {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .utility-page-content {
    width: 70%;
  }

  .password-image {
    width: 100px;
  }

  .password-input {
    min-width: auto;
  }

  ._404-paragraph {
    margin-bottom: 30px;
  }

  .coming-soon-wrapper {
    margin-left: 0%;
  }

  .coming-soon-input {
    min-width: 240px;
  }

  .blog-grid-collection-list {
    column-count: 1;
  }

  .blog-grid-item {
    width: 100%;
  }

  .sidebar-recent-posts-wrapper {
    column-count: 1;
  }

  .blog-template-pagination {
    grid-row-gap: 20px;
    flex-direction: column;
  }

  .footer-bottom-wrapper {
    flex-wrap: wrap;
  }

  .section-title-wrapper {
    margin-bottom: 40px;
  }

  .section-subtitle {
    margin-bottom: 20px;
  }

  .team-grid {
    grid-template-columns: 1fr;
  }

  .style-guide-buttons-wrapper {
    flex-wrap: wrap;
    margin-top: 35px;
  }

  .style-guide-button-wrapper {
    width: 100%;
  }

  .style-guide-button-wrapper.last-child {
    margin-bottom: 0;
  }

  .workflow-profile-wrapper {
    justify-content: center;
    margin-top: 20px;
  }

  .accordion-wrapper {
    flex-wrap: wrap;
  }

  .accordion-wrap {
    width: 100%;
    margin-right: 0;
  }

  .contacts-wrapper {
    flex-wrap: wrap;
  }

  .contacts-content-wrapper {
    width: 100%;
    padding-bottom: 30px;
    padding-right: 0;
  }

  .contacts-form-wrapper {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }

  .contacts-location-slider {
    padding-right: 100px;
  }

  .footer-social-icons-wrapper {
    width: 100%;
    margin-top: 30px;
  }

  .footer-wrapper {
    grid-column-gap: 50px;
    grid-row-gap: 30px;
    justify-content: center;
  }

  .footer-brand-wrapper {
    flex-wrap: wrap;
    margin-bottom: 0;
  }

  .footer-brand {
    padding-left: 0;
  }

  .search-shop-con {
    max-width: 50%;
  }

  .search-result-item {
    margin-bottom: 20px;
  }

  .search-input {
    width: 100%;
  }

  .testimonials-card-wrapper {
    column-count: 1;
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .block-quote-wrapper {
    margin-bottom: 60px;
  }

  .block-quote-name {
    font-size: 16px;
  }

  .service-list-wrapper {
    grid-column-gap: 15px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
  }

  .about-1-video {
    min-height: 280px;
  }

  .about-3-tab-link.w--current {
    font-size: 20px;
  }

  .about-3-form-wrapper {
    grid-row-gap: 20px;
    flex-wrap: wrap;
    justify-content: center;
  }

  .about-3-form {
    flex-wrap: wrap;
  }

  .blog-sidebar-left-wrapper {
    column-count: 1;
  }

  .banner-slider-wrapper {
    min-height: 450px;
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .home-banner-slider {
    min-height: 450px;
  }

  .home-banner-title {
    font-size: 38px;
  }

  .blog-item {
    width: 100%;
  }

  .blog-list {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .home-testimonials-mask {
    width: 95%;
  }

  .home-testimonials-slider {
    margin-left: 15px;
  }

  .home-testimonials-slide {
    margin-right: 30px;
  }

  .home-graphic-wrapper {
    grid-row-gap: 50px;
    flex-wrap: wrap;
  }

  .home-graphic-image {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .home-graphic-text {
    text-align: center;
    width: 100%;
  }

  .contacts-with-background {
    flex-wrap: wrap;
    justify-content: center;
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .contacts-with-background.contact-2 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .conracts-with-bg-button {
    width: auto;
  }

  .testimonials {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .blog-section-title {
    margin-bottom: 40px;
  }

  .contacts-with-bg-text {
    text-align: center;
    width: 100%;
  }

  .contacts-wrapper-grid {
    grid-column-gap: 20px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .section-title-center {
    margin-bottom: 40px;
  }

  .home-4-testimonials-wrapper {
    grid-row-gap: 30px;
    width: 100%;
  }

  .testimonials-wrapper-two {
    width: 100%;
  }

  .about-img {
    width: 100%;
    max-height: 420px;
  }

  .about-img._1, .about-img._5, .about-img._3, .about-img._4, .about-img._2 {
    width: 100%;
    position: static;
  }

  .subtitle {
    line-height: 16px;
  }

  .our-services-wrap {
    grid-row-gap: 10px;
    width: 100%;
  }

  .service-cars-heading {
    text-align: center;
  }

  .content-wrapper {
    flex-wrap: wrap;
    width: auto;
  }

  .industries-block-wrapper {
    max-width: none;
  }

  .home-9-team-item {
    width: 48%;
  }

  .home-feature-item {
    border-bottom: 1px solid #0e0e0e4d;
    width: 100%;
    height: 100%;
  }

  .home-feature-item.last-item {
    border-bottom-style: none;
  }

  .home-feature-item.second-mobile {
    border-right-style: none;
  }

  .home-feature-item.third-mobile {
    border-bottom-style: none;
  }

  .search {
    flex-direction: column;
  }

  .get-started-wrapper {
    flex-direction: column;
    align-items: flex-start;
  }

  .get-started-text-wrap {
    text-align: center;
    width: 100%;
    margin-bottom: 20px;
  }

  .subtitle-two {
    line-height: 16px;
  }

  .home-numbers {
    flex-wrap: wrap;
  }

  .home-number-item {
    border-bottom: 1px solid #ffffff4d;
    border-right-style: none;
    width: 100%;
    padding-bottom: 30px;
    padding-right: 0;
  }

  .home-number-item.right {
    border-bottom-style: none;
    padding-top: 30px;
    padding-bottom: 0;
    padding-left: 0;
  }

  .rich-text-style h2 {
    font-size: 32px;
  }

  .rich-text-style h3 {
    font-size: 30px;
  }

  .home-banner-left-arrow {
    top: 6%;
  }

  .home-23-team-item {
    width: 70%;
  }

  .brand-tablet {
    justify-content: flex-start;
    padding-left: 0;
  }

  .brand {
    padding-left: 0;
  }

  .brand.w--current {
    width: 30%;
  }

  .shop-collection-list.grid-four, .shop-collection-list.shop-details {
    grid-template-columns: 1fr 1fr;
  }

  .shop-tabs-menu {
    flex-wrap: wrap;
    padding-bottom: 40px;
  }

  .main-shop-list-item {
    text-align: center;
  }

  .main-shop-list-item.home {
    text-align: left;
  }

  .shop-price-wrapper {
    justify-content: center;
  }

  .shop-price-wrapper.home-style {
    justify-content: flex-start;
  }

  .shop-details-wrapper {
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .shop-details-title {
    font-size: 36px;
  }

  .shop-details-block {
    margin-top: 50px;
  }

  .shop-images-list {
    grid-template-columns: 1fr;
  }

  .section-two-side-title-wrapper {
    grid-row-gap: 20px;
    flex-direction: column;
    align-items: center;
  }

  .details-page-title {
    font-size: 36px;
  }

  .contacts-form-wrapper-home {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }

  .slider-banner-left-column {
    width: 90%;
  }
  .slider-banner-left-column-offer {
    width: 80%;
  }

  .in-section-title-wrapper {
    margin-bottom: 40px;
  }

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

  .image-banner-content {
    width: 86%;
  }

  .image-banner-content-wrapper {
    flex-direction: column;
    align-items: center;
  }

  .slider-testimonials {
    padding-bottom: 50px;
  }

  .slide-testimonial {
    width: 100%;
  }

  .left-style-title-wrapper {
    margin-bottom: 40px;
  }

  .shop-list-image-home {
    height: 100px;
  }

  .footer-contact-elements {
    align-items: flex-start;
  }

  .footer-top-wrapper {
    grid-column-gap: 50px;
    justify-content: center;
  }

  .banner-slider-second {
    padding-bottom: 30px;
    padding-left: 55px;
    padding-right: 55px;
  }

  .slider-main-image {
    width: 480px;
    height: 140px;
  }

  .second-banner-arrows {
    padding-top: 130px;
  }

  .banner-two-slider-main-wrapper {
    margin-top: 110px;
  }

  .banner-bg {
    height: 100%;
  }

  .slider-banner-title {
    font-size: 38px;
  }

  .banner-display-text {
    margin-bottom: 170px;
    font-size: 70px;
  }

  .our-services-grid-home {
    grid-template-columns: 1fr;
    max-width: 420px;
  }

  .video-wrapper-small {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .team-graphic-text {
    text-align: center;
    width: 100%;
  }

  .team-graphic-wrapper {
    grid-row-gap: 50px;
    flex-wrap: wrap;
  }

  .collection-list-recent-post {
    grid-template-columns: 1fr;
  }

  .search-result-list {
    column-count: 1;
  }

  .recent-products-wrapper {
    padding: 20px 30px;
  }

  .heading-two {
    font-size: 80px;
  }

  .hire-popup {
    display: none;
  }

  .hire-buttons-wrap {
    grid-row-gap: 20px;
    flex-flow: column wrap;
    align-items: stretch;
  }

  .nav-link-copy {
    margin-left: 0;
  }

  .flex-block-12 {
    flex-flow: column;
  }

  .slider-testimonials-copy {
    padding-bottom: 50px;
  }

  .more-options {
    width: 100%;
  }

  .g9-more {
    height: 20rem;
  }

  .homepageslide {
    width: 100%;
  }

  .home-slide-full {
    background-image: linear-gradient(to bottom, null, null), url('https://xpeng-uae.com/images/p7-front-1.jpg');
    background-position: 0 0, 50%;
  }

  .g6-more {
    height: 20rem;
  }

  .banner-g9 {
    height: 220px;
  }

  .g9-banner-product {
    height: 100%;
  }

  .banner-bg-brand {
    height: 220px;
  }

  .flex-block-14 {
    flex-flow: column;
  }

  .flex-block-15 {
    width: 80%;
  }

  .background-service {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .background-service.without-top-spacing {
    padding-top: 0;
  }

  .rl_layout141_spacing-block-4 {
    padding-bottom: 3rem;
  }

  .rl_layout141_spacing-block-3 {
    padding-bottom: 1.5rem;
  }

  .rl-text-style-medium {
    font-size: 1rem;
  }

  .rl_layout141_spacing-block-2 {
    padding-bottom: 1.25rem;
  }

  .rl-heading-style-h2 {
    font-size: 2.25rem;
  }

  .rl_layout141_spacing-block-1 {
    padding-bottom: .75rem;
  }

  .rl-padding-section-large {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .rl_layout192_spacing-block-3 {
    padding-bottom: 1.5rem;
  }

  .rl-text-style-medium-2 {
    font-size: 1rem;
  }

  .rl_layout192_spacing-block-2 {
    padding-bottom: 1.25rem;
  }

  .rl-heading-style-h2-2 {
    margin-top: 2rem;
    font-size: 2.25rem;
  }

  .rl_layout192_spacing-block-1 {
    padding-bottom: .75rem;
  }

  .rl_layout192_image-wrapper {
    display: none;
  }

  .rl_layout192_component {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .rl-padding-section-large-2 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .rl_team8_spacing-block-9 {
    padding-bottom: 1.5rem;
  }

  .rl-text-style-medium-3 {
    font-size: 1rem;
  }

  .rl_team8_spacing-block-8 {
    padding-bottom: .75rem;
  }

  .rl-heading-style-h4 {
    font-size: 1.5rem;
    line-height: 1.4;
  }

  .rl_team8_spacing-block-7 {
    padding-bottom: 3.5rem;
  }

  .rl_team8_spacing-block-6 {
    padding-bottom: 1.25rem;
  }

  .rl_team8_spacing-block-5 {
    padding-bottom: .75rem;
  }

  .rl_team8_name-text {
    font-size: 1.125rem;
  }

  .rl_team8_spacing-block-4 {
    padding-bottom: 1.25rem;
  }

  .rl_team8_image-wrapper {
    height: 100%;
  }

  .rl_team8_list {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .rl_team8_spacing-block-3 {
    padding-bottom: 3rem;
  }

  .rl_team8_spacing-block-2 {
    padding-bottom: 1.25rem;
    display: none;
  }

  .rl_team8_spacing-block-1 {
    padding-bottom: .75rem;
  }

  .rl-padding-section-large-3 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .rl_team8_image-wrapper-fengya, .rl_team8_image-wrapper-brian {
    height: 100%;
  }

  .rl_team8_list-honor {
    grid-row-gap: 3rem;
    flex-flow: column;
    grid-template-columns: 1fr;
  }

  .rl_team8_image-wrapper-henry, .rl_team8_image-wrapper-tau {
    height: 100%;
  }

  .rl_header26_spacing-block-3 {
    padding-bottom: 3rem;
  }

  .rl_header26_spacing-block-2 {
    padding-bottom: 1.5rem;
  }

  .rl-text-style-medium-4 {
    font-size: 1rem;
  }

  .rl_header26_spacing-block-1 {
    padding-bottom: 1.5rem;
  }

  .rl-heading-style-h1 {
    font-size: 2.5rem;
  }

  .rl_header26_content {
    margin-bottom: 3rem;
  }

  .section-back-spare {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section-back-spare.without-top-spacing {
    padding-top: 0;
  }

  .section-back-spare-parts {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section-back-spare-parts.without-top-spacing {
    padding-top: 0;
  }

  .get-started-text-spare-parts {
    width: 100%;
    margin-bottom: 20px;
  }

  .get-started-spareparts {
    flex-direction: column;
    align-items: flex-start;
  }

  .rl-text-style-medium-5 {
    font-size: 1rem;
  }

  .rl-heading-style-h2-3 {
    font-size: 2.25rem;
  }

  .rl_layout192_component-2 {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .rl_layout1_spacing-block-3 {
    padding-bottom: 1.5rem;
  }

  .rl-text-style-medium-6 {
    font-size: 1rem;
  }

  .rl_layout1_spacing-block-2 {
    padding-bottom: 1.25rem;
  }

  .rl-heading-style-h2-4 {
    font-size: 2.25rem;
  }

  .rl_layout1_spacing-block-1 {
    padding-bottom: .75rem;
  }

  .rl_layout1_component {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .background-brand {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .background-brand.without-top-spacing {
    padding-top: 0;
  }

  .section-background-p7 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .section-background-p7.without-top-spacing {
    padding-top: 0;
  }

  .rl_layout270_spacing-block-4 {
    padding-bottom: 1.5rem;
  }

  .rl_layout270_spacing-block-3 {
    padding-bottom: 1.25rem;
  }

  .rl-text-style-medium-7 {
    font-size: 1rem;
  }

  .rl_layout270_spacing-block-2 {
    padding-bottom: 1.25rem;
  }

  .rl-heading-style-h2-5 {
    font-size: 2.25rem;
  }

  .rl_layout270_spacing-block-1 {
    padding-bottom: .75rem;
  }

  .rl_layout207_component {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .rl-padding-section-large-4 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .rl-text-style-medium-7-xsmart, .rl-text-style-medium-7-xsmart-down {
    font-size: 1rem;
  }

  .rl-heading-style-h2-5-xpilot {
    font-size: 2.25rem;
  }

  .rl_heading1_spacing-block-2 {
    padding-bottom: 1.5rem;
  }

  .rl_heading1_spacing-block-1 {
    padding-bottom: 1.25rem;
  }

  .rl-heading-style-h1-2 {
    font-size: 2.5rem;
  }

  .rl_header1_component {
    grid-row-gap: 3rem;
  }

  .topsection-p7 {
    font-size: 2.5rem;
  }

  .rl_layout207_component-xsmart {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .disclaimers {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .disclaimers.without-top-spacing {
    padding-top: 0;
  }

  .section-unmistakeable-desing {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section-unmistakeable-desing.without-top-spacing {
    padding-top: 0;
  }

  .rl_heading1_spacing-block-2-2 {
    padding-bottom: 1.5rem;
  }

  .rl-text-style-medium-8 {
    font-size: 1rem;
  }

  .rl_heading1_spacing-block-1-2 {
    padding-bottom: 1.25rem;
  }

  .rl-heading-style-h1-3, .rl-heading-style-h1-3-g9-unbeatable-design {
    font-size: 2.5rem;
  }

  .rl-text-style-medium-8-copy {
    font-size: 1rem;
  }

  .rl_layout192_spacing-block-3-2 {
    padding-bottom: 1.5rem;
  }

  .rl-text-style-medium-9 {
    font-size: 1rem;
  }

  .rl_layout192_spacing-block-2-2 {
    padding-bottom: 1.25rem;
  }

  .rl-heading-style-h2-6 {
    font-size: 2.25rem;
  }

  .rl_layout192_spacing-block-1-2 {
    padding-bottom: .75rem;
  }

  .rl_layout192_component-3 {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .rl-padding-section-large-5 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .g9-wraparound-banner {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .rl-heading-style-h2-6-rear-space {
    font-size: 2.25rem;
  }

  .rl_heading1_spacing-block-2-3 {
    padding-bottom: 1.5rem;
  }

  .rl-text-style-medium-10 {
    font-size: 1rem;
  }

  .rl_heading1_spacing-block-1-3 {
    padding-bottom: 1.25rem;
  }

  .rl-heading-style-h1-4 {
    font-size: 2.5rem;
  }

  .banner-bg-g6 {
    background-image: linear-gradient(#fff0 50%, #00000080), linear-gradient(#000000b3, #fff0 78%), url('https://xpeng-uae.com/images/xpeng-g6-top-banner-2.jpg');
    height: 100%;
  }

  .rl_layout1_spacing-block-3-2 {
    padding-bottom: 1.5rem;
  }

  .rl_layout1_spacing-block-2-2 {
    padding-bottom: 1.25rem;
  }

  .rl-heading-style-h2-7 {
    font-size: 2.25rem;
  }

  .rl_layout1_spacing-block-1-2 {
    padding-bottom: .75rem;
  }

  .rl_layout1_component-2 {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .rl-padding-section-large-6 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .rl_layout192_spacing-block-3-3 {
    padding-bottom: 1.5rem;
  }

  .rl-text-style-medium-11 {
    font-size: 1rem;
  }

  .rl_layout192_spacing-block-2-3 {
    padding-bottom: 1.25rem;
  }

  .rl-heading-style-h2-8 {
    font-size: 2.25rem;
  }

  .rl_layout192_spacing-block-1-3 {
    padding-bottom: .75rem;
  }

  .rl_layout192_component-4 {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .rl-padding-section-large-6-redfine {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .div-block-10, .div-block-11 {
    display: none;
  }

  .image-9 {
    text-align: center;
    width: 300px;
  }

  .image-10 {
    width: 300px;
  }

  .in-section-title-wrapper-copy {
    margin-bottom: 40px;
  }

  .home-banner-title-copy {
    font-size: 38px;
  }
  .home-banner-title-copy-limited {
    font-size: 32px;
  }


  .section-subtitle-copy {
    margin-bottom: 20px;
  }

  .g9-banner-product-g9 {
    height: 100%;
  }

  .flex-block-banner-g9-down {
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .hover-button-primary-navbar.full-width {
    width: 100%;
  }

  .nav-linkp7, .nav-link-brand-nav {
    margin-left: 0;
  }

  .nav-dropdown-list-g6.megamenu, .nav-dropdown-list-g6-copy.megamenu, .nav-dropdown-list-g9.megamenu {
    padding-left: 40px;
  }

  .hover-button-secondary-banner.full-width {
    width: 100%;
  }

  .image-11 {
    max-width: 34.93vw;
  }

 

  .hover-button-primary-rounded.full-width {
    width: 100%;
  }

  .section-copy {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section-copy.without-top-spacing {
    padding-top: 0;
  }

  .rl_faq6_answer-wrapper {
    margin-bottom: 1.25rem;
  }

  .rl_faq6_answer {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .rl_faq6_icon {
    width: 1.75rem;
    height: 1.75rem;
  }

  .rl_faq6_icon-wrapper {
    width: 1.75rem;
  }

  .rl_faq6_question-text {
    font-size: 1rem;
  }

  .rl_faq6_question {
    padding: 1rem 1.25rem;
  }

  .rl_faq6_spacing-block-2 {
    padding-bottom: 1.5rem;
  }

  .rl-text-style-medium-12 {
    font-size: 1rem;
  }

  .rl_faq6_spacing-block-1 {
    padding-bottom: 1.25rem;
  }

  .rl-heading-style-h2-9 {
    font-size: 2.25rem;
  }

  .rl_faq6_component {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .rl-padding-section-large-7 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .home-testimonials-slider-copy {
    margin-left: 15px;
  }

  .rl-heading-style-h1-4-copy {
    font-size: 2.5rem;
  }

  .rl-text-style-medium-10-copy {
    font-size: 1rem;
  }

  .section-g92nd {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section-g92nd.without-top-spacing {
    padding-top: 0;
  }

  .rl-padding-section-large-3-copy {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .rl_team8_list-honor-copy {
    grid-row-gap: 3rem;
    flex-flow: column;
    grid-template-columns: 1fr;
  }

  .rl_faq6_answer-wrapper-copy, .rl_faq6_answer-wrapper-copy-copy, .rl_faq6_answer-wrapper-rrs {
    margin-bottom: 1.25rem;
  }

  .section-intelligent {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section-intelligent.without-top-spacing {
    padding-top: 0;
  }

  .section--sustain-mobile {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section--sustain-mobile.without-top-spacing {
    padding-top: 0;
  }

  .s {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .s.without-top-spacing {
    padding-top: 0;
  }

  .section--sustain {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section--sustain.without-top-spacing {
    padding-top: 0;
  }

  .nav-dropdown-list-xpeng.megamenu {
    padding-left: 40px;
  }

  .menu-button-full-width {
    filter: none;
  }

  .rl_layout1_spacing-block-3-3 {
    padding-bottom: 1.5rem;
  }

  .rl-text-style-medium-13 {
    font-size: 1rem;
  }

  .rl_layout1_spacing-block-2-3 {
    padding-bottom: 1.25rem;
  }

  .rl-heading-style-h2-10 {
    font-size: 2.25rem;
  }

  .rl_layout1_spacing-block-1-3 {
    padding-bottom: .75rem;
  }

  .rl_layout1_component-3 {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .rl-padding-section-large-8 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .div-block-11-copy {
    display: none;
  }

  .get-started-wrapper-copy {
    flex-direction: column;
    align-items: flex-start;
  }

  .get-started-text-wrap-down, .get-started-text-wrap-up {
    text-align: center;
    width: 100%;
    margin-bottom: 20px;
  }

  .div-block-10-left-brave {
    display: none;
  }

  .section-copy-faq-new {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section-copy-faq-new.without-top-spacing {
    padding-top: 0;
  }

  .accordion-q-link, .accordion-a-link {
    padding-top: 6px;
  }

  .footer-bottom-wrapper-down, .footer-bottom-wrapper-right {
    flex-wrap: wrap;
  }

  .section--sustain--new {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section--sustain--new.without-top-spacing {
    padding-top: 0;
  }

  .rl-padding-section-large-3-copy-copy {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}

@media screen and (max-width: 479px) {
  .section.overflow-hidden.g62nd-section {
    background-image: url('https://xpeng-uae.com/images/g6mobile-2nd.jpg');
    background-size: cover;
  }
  .radio-button-filed-test-drive{
    width: 100% !important;
  }
  .sticky-button {
    font-size: 14px;
    padding: 0 1.8rem;
    min-width: 3.5rem;
    height: 3rem;
    bottom: 50px;
    left: 3vw;    
}
.xpeng-heading-mobile-no-show{
  display: none;
}
  #buildXPENG{
    display: none;
  }
  .section.without-bottom-spacing-changed {
    height: auto;
  }

  .grid-system-wrapper {
    flex-direction: row;
  }

  .grid-system {
    flex-direction: column;
    width: 50%;
  }

  .grid-title {
    align-items: center;
  }

  .grid-title.first-grid {
    text-align: center;
    width: 100%;
  }

  .grid-description {
    border-bottom-width: 1px;
    border-bottom-color: #fff3;
  }

  .grid-description.first-description {
    border-bottom: 1px #fff3;
    border-left-style: none;
    border-right-style: solid;
    padding-left: 0;
    padding-right: 0;
  }

  .grid-description.last-description {
    border-bottom-color: #a7a7a7;
  }

  .bottom-style-spacing-desktop {
    bottom: 8%;
  }

  .top-style-spacing-desktop {
    top: 7%;
  }

  .middle-style-spacing-desktop {
    top: 32%;
  }

  .color-container {
    flex-wrap: wrap;
  }

  .hover-button-primary, .hover-button-primary.dark {
    width: 100%;
  }

  .hover-button-primary.outline-white {
    background-color: var(--primary-dark);
    border-width: 0;
    height: auto;
    padding: 12px 18px;
  }

  .top-style-spacing-mobile {
    top: 5%;
  }

  .middlr-style-spacing-mobile {
    top: 28%;
  }

  .bottom-style-spacing-mobile {
    bottom: 8%;
  }

  .nav-container {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-menu {
    order: -1;
    width: 100%;
    padding-left: 20px;
    display: block;
    position: relative;
    left: auto;
  }

  .menu-button {
    filter: none;
  }

  .nav-link {
    width: 99%;
    padding-top: 10px;
    padding-bottom: 20px;
    padding-left: 20px;
    font-size: 1.3rem;
  }

  .nav-dropdown-toggle {
    padding-top: 10px;
    position: relative;
  }

  .nav-dropdown-toggle.hover-nav-underline {
    justify-content: space-between;
    padding-bottom: 20px;
    padding-right: 0;
  }

  .nav-dropdown-icon {
    font-size: 1.5rem;
    display: block;
    top: -2%;
  }

  .nav-dropdown-icon.remove-icon {
    font-size: 1.5rem;
    display: block;
  }

  .nav-dropdown-icon.support-nav-icon {
    margin-right: 0;
    top: -2%;
    right: 20px;
  }

  .nav-dropdown-icon.newnone {
    display: block;
  }

  .nav-dropdown-list {
    padding-left: 40px;
    display: none;
  }

  .nav-dropdown-list.megamenu {
    padding-right: 0;
  }

  .nav-dropdown-link-wrapper {
    margin-left: 0%;
  }

  .nav-dropdown-link {
    font-size: 12px;
  }

  .close-menu-button {
    padding-right: 20px;
  }

  .close-menu-button.w--open {
    justify-content: flex-end;
    width: 21.2492%;
    display: flex;
  }

  .nav-close-icon {
    border: 1px solid #e2e2e2;
    border-radius: 50%;
    width: 7vw;
    max-width: none;
    padding: 3px;
    font-size: 8vw;
  }

  .nav-item-title {
    padding-bottom: 0;
    font-size: 1.3rem;
    color: #0e0e0e;
  }

  .pages-banner.services {
    padding-left: 0;
  }

  .pages-banner.only-nav {
    min-height: 60px;
  }

  .licensing-title-wrapper {
    grid-column-gap: 20px;
    flex-wrap: wrap;
  }

  .licensing-grid {
    grid-template-columns: 1fr;
  }

  .license-link {
    margin-right: 15px;
  }

  .banner-title {
    margin-left: 7rem;
    font-size: 2rem;
  }

  .utility-page-content {
    width: 100%;
  }

  ._404-content-wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }

  .coming-soon-form {
    flex-wrap: wrap;
    justify-content: center;
  }

  .coming-soon-input {
    min-width: auto;
  }

  .coming-soon-paragraph {
    text-align: center;
    margin-top: 10px;
    margin-bottom: 20px;
  }

  .sidebar-recent-post-image {
    width: 50px;
    height: 50px;
  }

  .sidebar-recent-post {
    align-items: flex-start;
  }

  .blog-template-prev-button, .blog-template-next-button {
    flex: none;
    width: 100%;
  }

  .footer {
    text-align: left;
  }

  .footer-bottom-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: row;
    margin-top: 0;
  }

  .footer-rights {
    text-align: center;
    line-height: 1.4em;
  }

  .footer-copyright {
    text-align: center;
    justify-content: center;
    width: 100%;
    line-height: 1.4em;
  }

  .footer-copyright-link {
    margin-left: 5px;
  }

  .text-white {
    font-family: Futura, sans-serif;
    font-size: 2rem;
  }

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

  .workflow-profile-photo-wrapper {
    flex: none;
    width: 60px;
    height: 60px;
  }

  .workflow-video {
    min-height: 280px;
  }

  .contacts-form-wrapper {
    height: 51rem;
  }

  .no-margin, .no-margin.text-white {
    font-size: 12px;
  }

  .contacts-location-slider {
    padding-right: 70px;
  }

  .footer-social-icons-wrapper {
    justify-content: center;
    margin-top: 20px;
  }

  .white-text {
    font-size: 2rem;
  }

  .footer-brand-wrapper {
    flex-direction: column;
  }

  .footer-links-wrapper {
    align-items: center;
  }

  .search-shop-con {
    max-width: 60%;
  }

  .navbar-search-icon {
    display: block;
  }

  .button-wrapper {
    width: 100%;
  }

  .about-3-tab-link {
    font-size: 16px;
  }

  .about-3-tab-link.w--current {
    font-size: 18px;
  }

  .about-3-form-wrapper {
    text-align: center;
  }

  .about-3-form {
    justify-content: center;
  }

  .form-text-field {
    width: 100%;
  }

  .banner-slider-wrapper {
    justify-content: space-around;
    height: 100%;
    padding: 70px 50px;
  }

  .home-banner-section {
    background-color: var(--transparent);
    height: 100vh;
  }

  .home-banner-section.home-three {
    min-height: 500px;
  }

  .home-buttons-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 15px;
    flex-flow: column wrap;
    justify-content: center;
    width: 100%;
    margin-top: 0;
  }

  .limited-offer-home-buttons-wrapper{
    height: 100% !important;
    justify-content: end !important;
  }
  .banner-left-arrow.newnone, .banner-right-arrow.newnone {
    display: none;
  }

  .home-slide-two {
      background-image: url('https://xpeng-uae.com/images/XPENG_G9_MOBILE_JUNE.jpg');
      background-position: 50%;
      background-repeat: no-repeat;
      background-size: cover;
      height: 100%;
    

  }
  .home-slide-three {
    background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), 
                      url('https://xpeng-uae.com/images/XPENG_RANGE_MOBILE_JUNE.jpg');
  }
  .home-slide-four {
    background-image: linear-gradient(#0000, #0000), url('https://xpeng-uae.com/images/XPENG_SERVICE_MOBILE.jpg');
  }

  .home-testimonials-mask {
    width: 100%;
    margin-top: 0;
  }

  .home-testimonials-slide {
    margin-right: 15px;
  }

  .home-graphic-image {
    height: auto;
  }

  .home-graphic-text {
    padding-left: 0;
  }

  .section-title-center {
    margin-bottom: 20px;
  }

  .our-services-wrap, .home-9-team-item {
    width: 100%;
  }

  .home-feature-item {
    border-bottom: 1px solid #0e0e0e4d;
    border-right-style: none;
    padding-left: 30px;
    padding-right: 30px;
  }

  .home-feature-item.third-mobile {
    border-bottom-style: solid;
  }

  .about-6-contacts-wrap {
    height: 380px;
  }

  .home-numbers {
    padding: 40px 30px;
  }

  .home-number-item {
    grid-row-gap: 0px;
    flex-wrap: wrap;
  }

  .home-23-team-item {
    width: 100%;
  }

  .center-title {
    text-align: center;
  }

  .tablet-menu {
    justify-content: flex-end;
    height: 52px;
    display: flex;
  }

  .brand-tablet {
    padding-left: 0;
    display: none;
  }

  .brand-tablet.w--current {
    display: none;
  }

  .shop-collection-list, .shop-collection-list.grid-four, .shop-collection-list.shop-details {
    grid-template-columns: 1fr;
  }

  .sessions-tab-link {
    text-align: center;
    padding-left: 20px;
    padding-right: 20px;
  }

  .shop-details-left-arrow {
    margin-left: 10px;
  }

  .shop-details-right-arrow {
    margin-right: 10px;
  }

  .section-two-side-title-wrapper {
    text-align: center;
  }

  .footer-rights-wrapper {
    justify-content: center;
  }

  .position-relative {
    padding-left: 0;
    padding-right: 0;
  }

  .coming-soon-form-main {
    flex-wrap: wrap;
    justify-content: center;
  }

  .contacts-form-wrapper-home {
    background-color: var(--transparent);
  }

  .slider-banner-left-column {
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    height: 100%;
  }
  .slider-banner-left-column-offer {
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    height: 100%;
  }


  .slider-banner-limited-column{
    justify-content: center;
    align-items: flex-end;
    width: 100%;
    height: 100vh;
    display: flex;
    margin-bottom: 10rem;
  }

  .slider-banner-right-column {
    padding-left: 5px;
    padding-right: 5px;
    display: none;
  }

  .flex-vertical-align-start {
    padding: 20px;
  }

  .car-title {
    white-space: break-spaces;
  }

  .home-features {
    grid-template-columns: 1fr;
    margin-top: 30px;
  }

  .image-banner-content {
    width: 100%;
  }

  .image-banner-content-wrapper {
    text-align: center;
  }

  .home-testimonials-card {
    padding: 20px;
  }

  .bg-element.bottom-about {
    display: none;
  }

  .footer-contact-elements {
    line-height: 1.4em;
  }

  .top-block-icon {
    height: 16px;
  }

  .top-block-icon.location {
    margin-top: 2px;
  }

  .footer-top-wrapper {
    grid-row-gap: 30px;
  }

  .divider-element {
    display: none;
  }

  .banner-slider-second {
    padding-left: 40px;
    padding-right: 40px;
  }

  .slider-secondary-image {
    display: none;
  }

  .second-banner-arrows {
    width: 30px;
  }

  .items-wrapper {
    grid-column-gap: 0px;
  }

  .banner-bg {
    background-image: linear-gradient(#fff0 50%, #00000080), linear-gradient(#000000b3, #fff0 78%), url('https://xpeng-uae.com/images/p7-p1-1.jpg');
    background-position: 0 0, 0 0, 50% 30%;
    background-size: auto, auto, 375px;
    height: 100%;
  }

  .banner-display-text {
    margin-bottom: 145px;
    font-size: 50px;
  }

  .autor-profile-photo-wrapper {
    width: 60px;
    height: 60px;
  }

  .order-item-title {
    margin-top: 0;
  }

  .cart-quantity-style {
    width: 100%;
  }

  .order-image {
    width: 100%;
    height: 120px;
  }

  .order-item {
    grid-row-gap: 10px;
    flex-direction: column;
    align-items: flex-start;
  }

  .order-item-info {
    margin-left: 0;
  }

  .shipping-method {
    grid-row-gap: 15px;
    flex-direction: column;
  }

  .shop-quantity-style {
    width: 100%;
  }

  .nav-link-copy {
    width: 99%;
  }

  .heading-2 {
    text-align: center;
    font-size: 4rem;
  }

  .div-block {
    justify-content: space-around;
    align-items: center;
    margin-top: 0;
    padding-top: 20px;
    display: flex;
  }

  .flex-block-9 {
    justify-content: flex-start;
    align-items: center;
    margin-top: -1rem;
  }

  .flex-block-10 {
    flex-flow: row;
    justify-content: center;
    align-items: center;
    margin-top: 10px;
    padding-top: 10px;
  }

  .heading-3 {
    text-align: center;
    color: #fffc;
    font-size: 14px;
  }

  .flex-block-11 {
    width: 80%;
  }

  .heading-5 {
    font-size: 2rem;
  }

  .g9-more {
    height: 18rem;
    min-height: 14rem;
    padding: 20px;
  }

  .text-block {
    font-size: 5rem;
    top: 2.2rem;
    left: 1.5rem;
  }

  .homepageslide {
    height: 20rem;
  }

  .home-slide-full {
    background-image: linear-gradient(#0000, #0000), url('https://xpeng-uae.com/images/p7-front-1.jpg');
    background-position: 0 0, 50%;
    background-size: auto, cover;
    height: 850px;
  }

  .p7 {
    padding: 20px;
  }

  .g6-more {
    height: 20rem;
    padding: 20px;
  }

  .div-block-3 {
    width: 90%;
  }

  .heading-6 {
    width: 100%;
  }

  .g9-banner-product {
    background-image: linear-gradient(#fff0 50%, #00000080), linear-gradient(#000000b3, #fff0 78%), url('https://xpeng-uae.com/images/g9-product-banner.jpg');
    background-position: 0 0, 0 0, 50% 30%;
    background-size: auto, auto, cover;
  }

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

  .contact-banner {
    height: 60px;
  }

  .contact-banner.only-nav {
    min-height: 60px;
  }

  .brand-banner-section-copy {
    height: 55px;
  }

  .brand-banner-section-copy.home-three {
    min-height: 500px;
  }

  .background-video-2 {
    height: 50vh;
  }

  .flex-block-14 {
    background-image: url('https://xpeng-uae.com/images/XPENG-BG.png');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 100%;
    justify-content: flex-start;
    align-items: center;
    height: 50rem;
    position: relative;
  }

  .flex-block-15 {
    width: 100%;
  }

  .heading-7 {
    letter-spacing: .1rem;
    width: 100%;
    font-size: 4rem;
  }

  .image-5 {
    z-index: 999;
  }

  .div-block-7-fullwidth {
    justify-content: flex-end;
    width: 100%;
    height: auto;
    padding-right: 2rem;
    top: 15rem;
    bottom: 25rem;
    left: auto;
  }

  .div-block-7-fullwidth2 {
    width: 100%;
    height: auto;
    margin-right: 8rem;
    padding-left: 2rem;
    top: 24rem;
    right: auto;
  }

  .para-full {
    font-size: 14px;
  }

  .background-service {
    height: 100vh;
  }

  .image-5-copy {
    height: 10rem;
  }

  .div-block-7-fullwidth-down {
    width: 70%;
  }

  .div-block-8-midwidth2-down {
    width: 100%;
    margin-top: -1.5rem;
    padding-right: 50px;
    display: flex;
  }

  .div-block-7-midwith2-down-copy {
    justify-content: flex-end;
  }

  .rl-text-style-medium {
    font-size: .8rem;
  }

  .rl-heading-style-h2 {
    font-size: 1.8rem;
  }

  .rl_section_layout141 {
    height: auto;
    min-height: 100vh;
  }

  .rl-button-group {
    justify-content: center;
    width: 100%;
  }

  .rl-text-style-medium-2 {
    font-size: 14px;
  }

  .rl-heading-style-h2-2 {
    width: 100%;
    height: auto;
    font-size: 1.8rem;
    overflow: visible;
  }

  .rl_layout192_image-wrapper {
    display: block;
  }

  .rl_layout192_component {
    grid-template-columns: 1fr;
  }

  .rl-padding-global-2 {
    height: auto;
  }

  .rl-text-style-medium-3 {
    margin-top: 1rem;
  }

  .rl_team8_image-wrapper {
    padding-top: 66%;
  }

  .rl_team8_list {
    grid-template-columns: 1fr;
  }

  .rl-padding-section-large-3 {
    padding-top: 4rem;
    display: flex;
  }

  .rl_section_team8 {
    height: auto;
    min-height: 100vh;
    display: block;
  }

  .rl_team8_image-wrapper-fengya, .rl_team8_image-wrapper-brian {
    padding-top: 66%;
  }

  .rl_team8_list-honor {
    grid-template-columns: 1fr;
  }

  .rl_team8_image-wrapper-henry, .rl_team8_image-wrapper-tau {
    padding-top: 66%;
  }

  .rl-heading-style-h1 {
    font-size: 1.8rem;
  }

  .rl_section_header26 {
    margin-top: 12rem;
  }

  .div-block-9 {
    justify-content: flex-start;
    width: 100%;
    display: flex;
  }

  .heading-9 {
    font-size: 2rem;
  }

  .rl-text-style-medium-5 {
    font-size: 12px;
  }

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

  .rl_layout1_image.mid-image {
    bottom: -19.5rem;
    left: 8rem;
  }

  .rl_layout1_image.app-1st-image {
    bottom: -10.2rem;
    left: 0;
  }

  .rl_layout1_image.app-3rd-image {
    bottom: -24.5rem;
    left: 16rem;
  }

  .rl-text-style-medium-6 {
    text-align: center;
  }

  .rl-heading-style-h2-4 {
    text-align: center;
    width: -moz-fit-content;
    width: fit-content;
    font-size: 3rem;
  }

  .rl_layout1_content {
    width: 100.011%;
    height: auto;
    padding-top: 0;
  }

  .rl_layout1_component {
    flex-flow: column;
    grid-template-columns: 1fr;
    justify-content: space-between;
    height: 29rem;
    min-height: 10px;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .rl-container-large-4 {
    padding-top: 1rem;
  }

  .rl_section_layout1 {
    height: 70vh;
    margin-top: 2rem;
  }

  .background-brand {
    height: 70rem;
    min-height: 50rem;
  }

  .para-full-full-service {
    line-height: 1.25rem;
  }

  .image-5-service {
    width: 180px;
  }

  .image-4-service {
    width: 250px;
  }

  .pages-banner-faq {
    background-image: linear-gradient(#0000, #0000), linear-gradient(#00000080, #fff0), url('https://xpeng-uae.com/images/XPENG-G6-ALL-FEATURES1.jpg');
    background-size: auto, auto, cover;
  }

  .pages-banner-faq.only-nav {
    min-height: 60px;
  }

  .section-background-p7 {
    height: 105rem;
  }

  .rl-heading-style-h2-5 {
    font-size: 1.8rem;
  }

  .rl_layout207_component {
    grid-template-columns: 1fr;
  }

  .rl_section_layout207-p7-xsmart {
    height: 50rem;
  }

  .rl_header1_image {
    height: 100%;
  }

  .rl-heading-style-h1-2 {
    font-size: 1.8rem;
  }

  .rl_header1_component {
    grid-template-columns: 1fr;
  }

  .topsection-p7 {
    font-size: 1.2rem;
  }

  .rl_layout207_component-xsmart {
    grid-template-columns: 1fr;
  }

  .rl_section_header5 {
    background-size: cover;
  }

  .heading-11 {
    text-align: center;
  }

  .rl_layout192_component-3, .g9-wraparound-banner {
    grid-template-columns: 1fr;
  }

  .rl-text-style-medium-10 {
    font-size: 14px;
  }

  .rl-heading-style-h1-4.is-white {
    font-size: 2rem;
  }

  .header5_component-2 {
    height: auto;
    max-height: none;
  }

  .rl_section_header5-2 {
    min-height: 50vh;
  }

  .banner-bg-g6 {
    background-image: url('https://xpeng-uae.com/images/mobile-bg.jpg'), url('https://xpeng-uae.com/images/xpeng-mobile-bg.jpg');
    background-position: 50%, 50% 30%;
    background-repeat: no-repeat, no-repeat;
    background-size: cover, 100% 100%;
    background-attachment: scroll, scroll;
    height: 100%;
  }

  .rl-heading-style-h2-7 {
    width: 100.007%;
    font-size: 2rem;
  }

  .rl-text-style-subheading-5 {
    font-size: .8rem;
  }

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

  .rl_section_layout1-2 {
    overflow: hidden;
  }

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

  .rl_section_header5-2-powerup {
    background-image: url('https://s-cdn.xpeng.com/commoncms/prod/2024-08-29/2756631522a54fa69020d1489d2b94a4.jpg');
    overflow: hidden;
  }

  .rl_layout1_content-2-g6-charging {
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-10 {
    display: block;
    position: absolute;
    top: 25rem;
  }

  .div-block-7-midwith2-down-copy-copy {
    justify-content: flex-end;
    margin-left: auto;
    padding-left: 50px;
  }

  .div-block-7-fullwidth-down-copy {
    justify-content: flex-start;
    width: 100%;
    display: flex;
  }

  .div-block-11 {
    align-items: center;
    width: 100%;
    padding-left: 0;
    padding-right: 50px;
    display: flex;
    position: absolute;
    top: 18rem;
  }

  .flex-block-14-copy-copy {
    background-image: url('https://xpeng-uae.com/images/XPENG-BG.png');
    background-position: 50% 60%;
    background-repeat: no-repeat;
    background-size: 100%;
    flex-flow: column;
    display: block;
    position: relative;
  }

  .flex-block-15-copy {
    width: 100%;
  }

  .section-subtitle-copy {
    text-align: left;
    letter-spacing: 0;
    font-family: Basis Grotesque, sans-serif;
    font-size: 5vw;
  }

  .rl-padding-global-7-copy {
    height: 100%;
  }

  .home-banner-title-copy {
    margin-top: 2rem;
    font-family: Futura, sans-serif;
    font-size: 14vw;
  }
  .home-banner-title-copy-limited {
    margin-top: 2rem;
    font-family: Futura, sans-serif;
    font-size: 12vw;
  }

  .section-4 {
    background-color: var(--primary-dark);
    background-image: linear-gradient(to bottom, var(--white), var(--white));
    height: auto;
    min-height: 100vh;
    display: block;
  }

  .home-buttons-wrapper-test-drive {
    grid-column-gap: 0px;
    grid-row-gap: 15px;
    flex-flow: column wrap;
    justify-content: center;
    width: 100%;
    margin-top: 0;
    display: flex;
  }

  .pages-banner-test-drive {
    background-image: linear-gradient(#0000, #0000), linear-gradient(#00000080, #fff0), url('https://xpeng-uae.com/images/bank-bg.jpg');
    background-size: auto, auto, cover;
  }

  .pages-banner-test-drive.only-nav {
    min-height: 60px;
  }

  .heading-2-product1 {
    text-align: center;
    font-size: 18px;
    font-weight: 400;
  }

  .heading-2-h2 {
    text-align: center;
    font-size: 18px;
  }

  .heading-2-copy {
    text-align: center;
    font-size: 24px;
  }

  .heading-3-h3 {
    text-align: center;
    font-size: 10px;
    font-weight: 400;
  }

  .g9-banner-product-g9 {
    background-image: linear-gradient(#fff0 50%, #00000080), linear-gradient(#000000b3, #fff0 78%), url('https://xpeng-uae.com/images/G9mini.jpg');
    background-position: 0 0, 0 0, 55%;
    background-size: auto, auto, cover;
  }

  .heading-2-product-g9 {
    text-align: center;
    font-size: 18px;
    font-weight: 400;
  }

  .heading-2-g9-product {
    text-align: center;
    font-size: 20px;
  }

  .div-block-g9 {
    justify-content: space-between;
    align-items: center;
    margin-top: 0;
    padding-top: 120px;
    display: flex;
  }

  .flex-block-banner-g9-down {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 10px;
  }

  .heading-2-g6-product {
    text-align: center;
    font-size: 18px;
    font-weight: 400;
  }

  .flex-block-g6-banner-down {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: 0;
    padding-top: 10px;
    position: absolute;
    top: 0%;
  }

  .heading-2-g6-product-down {
    text-align: center;
    font-size: 1.5rem;
  }

  .div-block-product-banner {
    justify-content: space-around;
    align-items: center;
    margin-top: 0;
    padding-top: 20px;
    display: flex;
  }

  .flex-block-g6-product-top {
    justify-content: flex-start;
    align-items: center;
    padding-top: 110px;
  }

  .rl_header1_image-wrapper-small {
    height: 300px;
  }

  .heading-14 {
    font-family: Futura, sans-serif;
    font-size: 1rem;
    display: none;
  }

  .hover-button-xpeng {
    display: flex;
  }

  .hover-button-primary-navbar, .hover-button-primary-navbar.dark {
    width: 100%;
  }

  .hover-button-navbar-second {
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
  }

  .hover-button-navbar-second.faq-button {
    border-radius: 1.5rem;
    height: 3rem;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
  }

  .nav-linkp7 {
    width: 99%;
    display: none;
  }

  .nav-link-brand-nav {
    width: 99%;
  }

  .nav-item-title-g9, .nav-item-title-g6 {
    font-size: 1.5rem;
    color: #000;
  }

  .nav-dropdown-list-g6.megamenu {
    padding-right: 0;
  }

  .nav-dropdown-link-wrapper-bignav {
    display: block;
  }

  .nav-bar-image {
    display: none;
  }

  .navbar-image-text-div-full, .navbar-image-text-div-full.nav-dropdown-link-full {
    padding-bottom: 10px;
  }

  .navbar-image {
    margin-left: 0;
    padding-left: 0;
    font-family: Basis Grotesque, sans-serif;
    font-size: 12px;
  }

  .nav-dropdown-list-g6-copy {
    padding-left: 40px;
    display: none;
  }

  .nav-dropdown-list-g6-copy.megamenu {
    padding-right: 0;
  }

  .nav-dropdown-list-g9 {
    padding-left: 40px;
    display: none;
  }

  .nav-dropdown-list-g9.megamenu {
    padding-right: 0;
  }

  .hover-button-secondary-banner, .hover-button-secondary-banner.dark {
    width: 100%;
  }

  .image-11 {
    width: 34.93vw;
    max-width: 34.93vw;
  }

  .home-slidefull {
    background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url('https://xpeng-uae.com/images/XPENG_G6_MOBILE_JUNE.jpg');
    background-position: 50% 70%;
    background-size: 500px;
    height: 100%;
  }

  .div-block-12 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    width: 100%;
  }
  .div-block-12-limited{
    height: 100% !important;
  }

  .hover-button-primary-rounded {
    border-radius: 30px;
    width: 100%;
    padding: 12px 18px;
  }

  .hover-button-primary-rounded.dark {
    width: 100%;
  }

  .help-inner-div {
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    background-attachment: scroll;
    width: 85%;
  }

  .help-inner-left-div {
    margin-bottom: 3rem;
    padding-left: .5rem;
    overflow: visible;
  }

  .flex-block-17, .flex-block-19 {
    display: block;
  }

  .input-form {
    border-radius: 1.5rem;
    height: 3rem;
    font-size: 12px;
  }

  .field-label-2 {
    display: block;
  }

  .select-form {
    border-radius: 1.5rem;
    height: 3rem;
  }

  .hover-button-xpeng-from {
    border-radius: 1.5rem;
    width: 100%;
    height: 3rem;
    font-size: 12px;
    display: block;
  }

  .div-block-13 {
    display: block;
  }

  .footer-subcribe-head {
    text-align: center;
    width: 100%;
    font-size: 2.3rem;
  }

  .footer-input {
    background-color: var(--white);
    border-radius: 1.2rem;
    width: 100%;
    height: 2.3rem;
  }

  .form-2 {
    background-color: var(--transparent);
    height: auto;
    position: static;
  }

  .hover-button-xpeng-footer-subscribe {
    display: none;
  }

  .section-5 {
    overflow: hidden;
  }

  .heading-16 {
    font-size: 2rem;
  }

  .tabs-menu {
    width: 10rem;
    min-width: 100%;
  }

  .spec-tabs {
    padding-left: 1px;
    padding-right: 1px;
  }

  .spec-tabs.w--current {
    padding-left: 5px;
    padding-right: 5px;
  }

  .div-block-14 {
    display: block;
  }

  .specs-left-div {
    width: 100%;
    height: 20rem;
    display: flex;
    position: relative;
    img{
      width: 25rem;
    }

  }
  .price-div{
    position: absolute;
    bottom: 5px;
    padding: 5px;
    margin-left: 0%;
  }

  .specs-right-div {
    width: 100%;
    height: fit-content;
  }

  .div-block-17 {
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .test-drive-form {
    padding-left: 0;
    padding-right: 0;
  }

  .contac-div, .div-block-18 {
    display: block;
  }

  .base-container-contact {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .div-block-19 {
    width: 100%;
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .div-block-19-copy {
    width: 100%;
    margin-top: 1rem;
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .rl_faq6_answer {
    height: auto;
  }

  .rl_faq6_accordion {
    padding-bottom: 1rem;
  }

  .rl_faq6_list-grid {
    margin-bottom: 3rem;
  }

  .rl_faq6_list {
    width: 100%;
    height: 70vh;
  }

  .rl_faq6_component {
    grid-template-columns: 1fr;
  }

  .heading-22 {
    font-size: 1.2rem;
  }

  .flex-block-g6-product-top-latest {
    justify-content: flex-start;
    align-items: center;
    margin-top: 5vh;
    padding-top: 0;
  }

  .image-16 {
    top: -1.5rem;
    left: -1rem;
  }

  .div-block-27 {
    flex-flow: row;
    margin-top: 0;
    margin-bottom: 2vh;
    display: block;
    position: relative;
  }

  .flex-block-g6-banner-down-button {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: 7rem;
    margin-bottom: 0;
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
    display: none;
  }

  .hover-button-xpeng-white {
    border-radius: 2rem;
    width: 100%;
    height: 4rem;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 16px;
    display: flex;
  }

  .hover-button-xpeng-white-outline {
    display: block;
  }

  .g6-2nd-sec-heading {
    font-size: 2rem;
  }

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

  .image-17 {
    height: 55px;
  }

  .image-18 {
    height: 60px;
  }

  .div-block-29 {
    position: relative;
  }

  .image-19 {
    width: 22px;
    position: absolute;
    top: .7rem;
    left: -1.5rem;
  }

  .div-block-29-xpeng-heading {
    margin-top: 2rem;
    position: relative;
  }

  .submit-button-2 {
    width: 100%;
    display: block;
  }

  .hover-button-xpeng-from-footer {
    background-color: var(--white);
    color: var(--primary-dark);
    width: 100%;
    display: block;
  }

  .div-block-30 {
    display: block;
  }

  .field-label-2-copy {
    display: none;
  }

  .hover-button-xpeng-contact-faq {
    text-align: center;
    justify-content: center;
    padding-top: 0;
    display: flex;
    position: static;
  }

  .text-block-5 {
    font-size: 11px;
  }

  .image-20 {
    width: 30px;
    margin-left: 3.5rem;
    margin-right: auto;
    top: -1.5rem;
    left: -7rem;
  }

  .div-block-31 {
    justify-content: center;
    align-items: center;
    display: flex;
    position: relative;
  }

  .field-label-2-copy-copy {
    display: none;
  }

  .rl-heading-style-h1-4-copy.is-white {
    font-size: 2rem;
  }

  .rl-text-style-medium-10-copy {
    font-size: 14px;
  }

  .section-g92nd.overflow-hidden.g62nd-section {
    background-image: url('https://xpeng-uae.com/images/g6mobile-2nd.jpg');
    background-size: cover;
  }

  .rl-padding-section-large-3-copy {
    padding-top: 0;
    display: block;
    overflow: visible;
  }

  .rl_team8_component-copy {
    display: none;
  }

  .rl_team8_list-honor-copy {
    grid-template-columns: 1fr;
  }

  .div-block-23-copy {
    width: 100%;
    height: 50vh;
  }

  .form-block-2.configure-g6-form {
    display: block;
  }

  .form-3 {
    height: auto;
  }

  .hover-button-xpeng-configure {
    text-align: center;
    width: 80%;
    margin-left: 5%;
    padding-top: 5px;
    display: block;
  }

  .configure-g9-image-version, .configure-g6-image-optional, .configure-g6-image-colour, .configure-g6-image-interior {
    width: 100%;
    height: 50vh;
  }

  .hover-button-xpeng-configure-submit {
    width: 80%;
    margin-left: 5%;
    display: block;
  }

  .configure-g6-query {
    height: auto;
    min-height: 100vh;
    padding-bottom: 2rem;
    display: none;
    overflow: visible;
  }

  .flex-block-19-congiure {
    display: block;
  }

  .help-inner-left-div-configure {
    padding-left: 0;
    overflow: auto;
  }

  .help-inner-div-configure {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
    background-attachment: scroll;
  }

  .form-block-3 {
    height: 100%;
  }

  .form-4 {
    height: 100%;
    padding-bottom: 1rem;
  }

  .help-main-div-configure {
    overflow-y: auto;
  }

  .select-form-store {
    border-radius: 1.5rem;
    height: 3rem;
  }

  .configure-g6-image-version {
    background-size: contain, auto;
    width: 100%;
    height: 30vh;
  }

  .background-video-8 {
    height: 20rem;
  }

  .flex-block-17-copy {
    display: block;
  }

  .div-block-27-copy {
    flex-flow: row;
    margin-bottom: 2vh;
    display: block;
  }

  .image-22 {
    top: -5%;
    left: -10%;
  }

  .div-block-37 {
    justify-content: flex-start;
    padding-top: 10rem;
  }

  .image-23 {
    width: 20px;
    top: -1rem;
  }

  .xsmart {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .ota {
    background-position: 50%;
    background-repeat: no-repeat;
  }

  .ota-banner, .div-block-37-pilot {
    padding-top: 10rem;
  }

  .ota-sec {
    display: none;
  }

  .div-block-42 {
    width: -moz-fit-content;
    width: fit-content;
    position: relative;
  }

  .configure-g9-image-version-copy {
    width: 100%;
    height: 35vh;
  }

  .section-intelligent.overflow-hidden.g62nd-section {
    background-image: url('https://xpeng-uae.com/images/g6mobile-2nd.jpg');
    background-size: cover;
  }

  .section--sustain-mobile {
    height: auto;
    display: block;
  }

  .section--sustain-mobile.overflow-hidden.g62nd-section {
    background-image: url('https://xpeng-uae.com/images/g6mobile-2nd.jpg');
    background-size: cover;
  }

  .section--sustain-mobile.section-home {
    display: none;
  }

  .base-container-sustain {
    padding-left: 10px;
    padding-right: 10px;
  }

  .section-config {
    background-color: var(--primary-dark);
    background-image: linear-gradient(to bottom, var(--white), var(--white));
    height: 100vh;
    min-height: 100vh;
    padding-top: 0;
    display: block;
  }

  .image-25 {
    width: 34.93vw;
    max-width: 34.93vw;
  }

  .hover-button-xpeng-outline {
    border-radius: 2rem;
    width: 100%;
    height: 4rem;
    font-size: 16px;
    display: flex;
  }

  .s {
    height: auto;
  }

  .s.overflow-hidden.g62nd-section {
    background-image: url('https://xpeng-uae.com/images/g6mobile-2nd.jpg');
    background-size: cover;
  }

  .s.section-home {
    display: none;
  }

  .section--sustain {
    height: auto;
  }

  .section--sustain.overflow-hidden.g62nd-section {
    background-image: url('https://xpeng-uae.com/images/g6mobile-2nd.jpg');
    background-size: cover;
  }

  .section--sustain.section-home {
    display: none;
  }

  .image-26 {
    width: 15px;
  }

  .underline-nav {
    display: none;
  }

  .hover-nav-underline.without-drop-down {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .nav-dropdown-list-xpeng {
    padding-left: 40px;
    display: none;
  }

  .nav-dropdown-list-xpeng.megamenu {
    padding-right: 0;
  }

  .menu-button-full-width {
    filter: none;
  }

  .hover-button-xpeng-footer-subscribe-copy {
    display: none;
  }

  .rl_layout1_component-3 {
    grid-template-columns: 1fr;
  }

  .form-block-5 {
    padding-top: 1rem;
  }

  .image-28 {
    width: 20px;
  }

  .image-29 {
    width: 20px;
    top: -1.5rem;
    left: 4.5rem;
  }

  .div-block-11-copy {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    align-items: center;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    display: flex;
    position: absolute;
    top: 29rem;
  }

  .image-30 {
    width: 20px;
    top: -.5rem;
    left: 1.5rem;
  }

  .image-5-service-3-copy {
    width: 300px;
  }

  .div-block-10-left-brave {
    display: block;
    position: absolute;
    top: 33rem;
  }

  .base-container-faq {
    padding-top: 20px;
  }

  .footer-bottom-wrapper-down {
    flex-wrap: wrap;
    margin-top: 1rem;
  }

  .footer-copyright-m-id {
    text-align: center;
    justify-content: center;
    width: 100px;
    line-height: 1.4em;
  }

  .footer-copyright--left {
    text-align: right;
    justify-content: center;
    width: 100%;
    line-height: 1.4em;
  }

  .footer-copyright-right {
    text-align: left;
    justify-content: center;
    width: 100%;
    line-height: 1.4em;
  }

  .footer-bottom-wrapper-right {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: row;
    margin-top: 0;
  }

  /* .hover-button-xpeng-outline-black {
    display: none;
  } */

  .div-block-55 {
    bottom: -15%;
  }

  .image-32 {
    left: 2rem;
  }

  .section-9 {
    height: auto;
    min-height: 100vh;
  }

  .section--sustain--new {
    height: auto;
  }

  .section--sustain--new.overflow-hidden.g62nd-section {
    background-image: url('https://xpeng-uae.com/images/g6mobile-2nd.jpg');
    background-size: cover;
  }

  .section--sustain--new.section-home {
    display: none;
  }

  .base-container-sustain-mobile {
    padding-left: 10px;
    padding-right: 10px;
    display: block;
  }

  .x-btn.x-btn-ghost.x-btn-lg.x-btn-background-ghost.ozzrdjyj {
    width: 100%;
  }

  .x-btn.x-btn-ghost.x-btn-lg.x-btn-background-ghost.ozzrdjyj.x-btn-plain.x-btn-dark.mobile-button {
    text-transform: capitalize;
    border-radius: 2rem;
    justify-content: center;
    height: 4rem;
    font-family: Basis Grotesque, sans-serif;
    font-size: 5vw;
    display: flex;
  }

  .x-btn.x-btn-ghost.x-btn-lg.x-btn-background-ghost.ozzrdjyj.x-btn-plain.x-btn-dark.mobile-button.new-color {
    color: var(--white);
  }

  .x-btn.x-btn-ghost.x-btn-lg.x-btn-background-ghost.ozzrdjyj.mobile-button {
    color: var(--primary-dark);
    text-transform: capitalize;
    border-radius: 2rem;
    justify-content: center;
    height: 4rem;
    font-family: Basis Grotesque, sans-serif;
    font-size: 5vw;
    display: flex;
  }

  .parent-div-home {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
    background-attachment: scroll;
  }

  .base-container-more-oprions {
    padding-left: 25px;
    padding-right: 25px;
  }

  .header5_component-2-copy {
    height: auto;
    min-height: 50vh;
    max-height: none;
  }

  .text-block-copy {
    font-size: 5rem;
    top: 2.2rem;
    left: 3rem;
  }

  .rl-padding-section-large-3-copy-copy {
    padding-top: 0;
    padding-left: 4rem;
    padding-right: 4rem;
    display: block;
    overflow: visible;
  }

  .div-block-57 {
    flex-flow: column;
  }

  .div-block-58 {
    height: 5vh;
    padding-left: 2rem;
    display: none;
  }

  .div-block-59 {
    flex-flow: column;
  }

  .div-block-60 {
    height: 5vh;
    margin-left: 2rem;
    display: none;
  }

  .blur-overlay-mobile {
    -webkit-backdrop-filter: blur(2px);
    backdrop-filter: blur(2px);
    right: 53.4vw;
  }

  .slider-navigator {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    position: absolute;
    bottom: 20px;
  }

  .slider-dot {
    background-color: var(--white-50);
    cursor: pointer;
    z-index: 1;
    width: 12.8vw;
    height: .53vw;
    transform: skew(-45deg);
  }

  .slider-dot.active {
    background-color: var(--white);
  }

  .hover-button-xpeng-footer-s-copy {
    display: none;
  }
}

#w-node-d89a936b-d823-f412-923e-0c1457f8caf1-7eafa30b, #w-node-_004bd67c-bd7f-1aaa-55f9-68b93a0151f5-7eafa30b, #w-node-d7568ebd-8a8b-b057-16f0-e658b20cb551-7eafa35e, #w-node-d7568ebd-8a8b-b057-16f0-e658b20cb555-7eafa35e, #w-node-d7568ebd-8a8b-b057-16f0-e658b20cb559-7eafa35e, #w-node-d7568ebd-8a8b-b057-16f0-e658b20cb55d-7eafa35e, #w-node-_0b014dd1-e897-7cd6-f5f5-211201dc9567-7eafa35e, #w-node-_0b014dd1-e897-7cd6-f5f5-211201dc9597-7eafa35e, #w-node-_0b014dd1-e897-7cd6-f5f5-211201dc9587-7eafa35e, #w-node-_0b014dd1-e897-7cd6-f5f5-211201dc9577-7eafa35e, #w-node-_0e689825-fdb5-d1c2-ddf5-d4cff45c4d96-7eafa386, #w-node-e3f5c5f6-71c9-fea0-38ee-c9fa44b4ddc5-7eafa3b6, #w-node-e3f5c5f6-71c9-fea0-38ee-c9fa44b4ddd5-7eafa3b6, #w-node-e3f5c5f6-71c9-fea0-38ee-c9fa44b4dde5-7eafa3b6, #w-node-e3f5c5f6-71c9-fea0-38ee-c9fa44b4ddf5-7eafa3b6, #w-node-_95f4cc30-09e9-2ed2-2992-deaa93d78835-7eafa3b6, #w-node-_275d5171-ca63-e2fe-da13-344d489445ab-7eafa3b6, #w-node-_849a548b-1ff0-a10c-b2d7-0f3cac98b305-7eafa3b6, #w-node-_85f8ec80-6b92-26da-5723-e9c92ac310bc-7eafa3b6, #w-node-_360a720d-13f0-bef9-93ab-8e116faf32bf-6faf32ba {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c6110c9b-17f0-f6f6-dfbc-3e7421f79730-6faf32ba {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_6a078d37-a03b-58b0-5746-bd390040e948-7eafa3cd, #w-node-_6a078d37-a03b-58b0-5746-bd390040e94a-7eafa3cd, #w-node-_6a078d37-a03b-58b0-5746-bd390040e94c-7eafa3cd, #w-node-_6a078d37-a03b-58b0-5746-bd390040e94e-7eafa3cd, #w-node-_6a078d37-a03b-58b0-5746-bd390040e950-7eafa3cd, #w-node-_6a078d37-a03b-58b0-5746-bd390040e953-7eafa3cd, #w-node-_6a078d37-a03b-58b0-5746-bd390040e955-7eafa3cd, #w-node-_6a078d37-a03b-58b0-5746-bd390040e957-7eafa3cd, #w-node-_6a078d37-a03b-58b0-5746-bd390040e959-7eafa3cd, #w-node-_6a078d37-a03b-58b0-5746-bd390040e95b-7eafa3cd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (min-width: 1920px) {
  #w-node-_95f4cc30-09e9-2ed2-2992-deaa93d78835-7eafa3b6, #w-node-_275d5171-ca63-e2fe-da13-344d489445ab-7eafa3b6, #w-node-_849a548b-1ff0-a10c-b2d7-0f3cac98b305-7eafa3b6, #w-node-_85f8ec80-6b92-26da-5723-e9c92ac310bc-7eafa3b6 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 991px) {
  #w-node-daf981fd-9b17-a0fb-7466-2c35634f2c76-634f2c73 {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_9a987648-5455-1204-2dc5-620c0de2dd2d-7eafa3ca, #w-node-_6f84ea68-874d-236a-0a2d-d923d90f9c23-35016b51, #w-node-b1454988-8d4d-528c-569d-3196cd355541-35016b51, #w-node-_15cb7893-b899-6f11-885a-9342ae3539d4-35016b51, #w-node-a19bf2b1-65de-1b54-5d29-69c4ef94a562-35016b51, #w-node-a0c08de4-1966-2819-a183-c2808fc17220-8737eea9 {
    order: -9999;
  }
}

@media (min-width: 768px) and (max-width: 1100px) {
  .sticky-button {
      font-size: 15px;   
      padding: 0 1.8rem; 
      bottom: 70px;      
      left: 6vw;       
  }
}


@font-face {
  font-family: 'Fa brands 400';
  src: url('../fonts/fa-brands-400.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa solid 900';
  src: url('../fonts/fa-solid-900.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa 400';
  src: url('../fonts/fa-regular-400.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Futura';
  src: url('../fonts/Futura_Bold_Italic.otf') format('opentype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Basis Grotesque';
  src: url('../fonts/basis_grotesque_regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Basisgrotesque';
  src: url('../fonts/BasisGrotesque_Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}