/* input(2736,32): run-time error CSS1019: Unexpected token, found ' '
input(2736,32): run-time error CSS1019: Unexpected token, found ' '
input(2736,32): run-time error CSS1042: Expected function, found ' '
input(2736,32): run-time error CSS1062: Expected semicolon or closing curly-brace, found ' '
input(2743,32): run-time error CSS1019: Unexpected token, found ' '
input(2743,32): run-time error CSS1019: Unexpected token, found ' '
input(2743,32): run-time error CSS1042: Expected function, found ' '
input(2743,32): run-time error CSS1062: Expected semicolon or closing curly-brace, found ' '
input(3005,32): run-time error CSS1019: Unexpected token, found ' '
input(3005,32): run-time error CSS1019: Unexpected token, found ' '
input(3005,32): run-time error CSS1042: Expected function, found ' '
input(3005,32): run-time error CSS1062: Expected semicolon or closing curly-brace, found ' '
input(3067,32): run-time error CSS1019: Unexpected token, found ' '
input(3067,32): run-time error CSS1019: Unexpected token, found ' '
input(3067,32): run-time error CSS1042: Expected function, found ' '
input(3067,32): run-time error CSS1062: Expected semicolon or closing curly-brace, found ' '
input(3077,32): run-time error CSS1019: Unexpected token, found ' '
input(3077,32): run-time error CSS1019: Unexpected token, found ' '
input(3077,32): run-time error CSS1042: Expected function, found ' '
input(3077,32): run-time error CSS1062: Expected semicolon or closing curly-brace, found ' '
input(3088,32): run-time error CSS1019: Unexpected token, found ' '
input(3088,32): run-time error CSS1019: Unexpected token, found ' '
input(3088,32): run-time error CSS1042: Expected function, found ' '
input(3088,32): run-time error CSS1062: Expected semicolon or closing curly-brace, found ' '
input(3097,32): run-time error CSS1019: Unexpected token, found ' '
input(3097,32): run-time error CSS1019: Unexpected token, found ' '
input(3097,32): run-time error CSS1042: Expected function, found ' '
input(3097,32): run-time error CSS1062: Expected semicolon or closing curly-brace, found ' ' */
:root {
  --header-height: 98px;
  --container-gutter-x: 15px;
}
@media (max-width: 992px) {
  :root {
    --header-height: 77px;
  }
}

:root {
  --container-width: calc(100vw - var(--container-gutter-x) - 2px);
}
@media (min-width: 768px) {
  :root {
    --container-width: calc(720px - var(--container-gutter-x));
    --container-gutter-x: 12px;
  }
}
@media (min-width: 992px) {
  :root {
    --container-width: calc(960px - var(--container-gutter-x));
  }
}
@media (min-width: 1200px) {
  :root {
    --container-width: calc(1140px - var(--container-gutter-x));
  }
}
@media (min-width: 1400px) {
  :root {
    --container-width: 1340px;
  }
}

@font-face {
  font-family: "Toyota Type";
  src: url("/LandingPages/LC300BrandPage/Fonts/English/Body/ToyotaType-Book.ttf?v=eQr2U8y5PzLQFQdhpj600W-KJoQ") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Toyota Type";
  src: url("/LandingPages/LC300BrandPage/Fonts/English/Body/ToyotaType-BookIt.ttf?v=ECST6etsUbGPzwet2IKpwYtbbAE") format("truetype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Toyota Type";
  src: url("/LandingPages/LC300BrandPage/Fonts/English/Body/ToyotaType-Semibold.ttf?v=SIRpC-2nGdGTghY1kGAFtmbaXvM") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Toyota Type";
  src: url("/LandingPages/LC300BrandPage/Fonts/English/Body/ToyotaType-SemiboldIt.otf?v=_OfnSmfMiET6Duw62kysduKcaJo") format("opentype");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Toyota Type bold";
  src: url("/LandingPages/LC300BrandPage/Fonts/English/Headline/ToyotaType-Bold.ttf?v=JAw-5fyyD16nhNAIdkZbGtUNmUE") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Toyota Type bold italic";
  src: url("/LandingPages/LC300BrandPage/Fonts/English/Headline/ToyotaType-BoldIt.ttf?v=qe1CCy4nW73WLt0HaLhdT3l38pk") format("truetype");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Bahij Janna";
  src: url("/LandingPages/LC300BrandPage/Fonts/Arabic - kurdish/Body/Bahij_Janna-Regular.ttf?v=zMCAHu79-PKFvQZRrB78RcWfEzU") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Bahij Janna";
  src: url("/LandingPages/LC300BrandPage/Fonts/Arabic - kurdish/Headline/Bahij_Janna-Bold.ttf?v=UgWtWW3Cd03suNy_ynDOLqcExik") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-kerning: none;
  -webkit-font-smoothing: antialiased;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Toyota Type", sans-serif;
  background-color: #fff;
  overflow-x: hidden;
  color: #1a1a1a;
}

img {
  max-width: 100%;
  height: auto;
}

a {
  text-decoration: none;
  color: #1a1a1a;
  transition: all 0.4s ease;
}
a:hover {
  text-decoration: none !important;
  color: #b8860b;
}

ul {
  list-style: none;
  padding-left: 17px;
}
ul li::marker {
  font-size: 12px;
}

.container-md,
.container {
  width: 100%;
  padding-inline: var(--container-gutter-x);
  margin-inline: auto;
}
@media (min-width: 576px) {
  .container-md,
  .container {
    max-width: unset;
  }
}
@media (min-width: 768px) {
  .container-md,
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container-md,
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container-md,
  .container {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .container-md,
  .container {
    max-width: 1340px;
  }
}

.section-container {
  position: relative;
  z-index: 2;
  --section-pt: 100px;
  --section-pb: 100px;
  padding-top: var(--section-pt);
  padding-bottom: var(--section-pb);
  position: relative;
  z-index: 2;
}
@media (max-width: 992px) {
  .section-container {
    --section-pt: 60px;
    --section-pb: 60px;
  }
}

.section-container-sm {
  position: relative;
  z-index: 2;
  --section-pt: calc(100px * 0.5);
  --section-pb: calc(100px * 0.5);
  padding-top: var(--section-pt);
  padding-bottom: var(--section-pb);
}
@media (max-width: 992px) {
  .section-container-sm {
    position: relative;
    z-index: 2;
    --section-pt: calc(100px * 0.25);
    --section-pb: calc(100px * 0.25);
    padding-top: var(--section-pt);
    padding-bottom: var(--section-pb);
  }
}

.background-dark {
  background-color: #1a1a1a;
  color: #fff;
}
.background-dark * {
  color: #fff;
}

.background-light {
  background-color: #ebebeb;
}

.background-lighter {
  background-color: #f5f5f5;
}

.title-h1 {
  color: #1a1a1a;
  line-height: 1.3;
  font-weight: 400;
}
.title-h1 {
  font-size: 32px;
}
@media screen and (min-width: 420px) {
  .title-h1 {
    font-size: calc(32px + 8 * (100vw - 420px) / 1180);
  }
}
@media screen and (min-width: 1600px) {
  .title-h1 {
    font-size: 40px;
  }
}

.title-h2 {
  color: #1a1a1a;
  line-height: 1.3;
  font-weight: 400;
}
.title-h2 {
  font-size: 32px;
}
@media screen and (min-width: 420px) {
  .title-h2 {
    font-size: calc(32px + 3 * (100vw - 420px) / 1180);
  }
}
@media screen and (min-width: 1600px) {
  .title-h2 {
    font-size: 35px;
  }
}

.title-h3 {
  color: #1a1a1a;
  line-height: 1.3;
  font-weight: 400;
}
.title-h3 {
  font-size: 22px;
}
@media screen and (min-width: 420px) {
  .title-h3 {
    font-size: calc(22px + 6 * (100vw - 420px) / 1180);
  }
}
@media screen and (min-width: 1600px) {
  .title-h3 {
    font-size: 28px;
  }
}

h2.title {
  color: #1a1a1a;
  line-height: 1.3;
  font-weight: 400;
}
h2.title {
  font-size: 32px;
}
@media screen and (min-width: 420px) {
  h2.title {
    font-size: calc(32px + 3 * (100vw - 420px) / 1180);
  }
}
@media screen and (min-width: 1600px) {
  h2.title {
    font-size: 35px;
  }
}

h3.title {
  color: #1a1a1a;
  line-height: 1.3;
  font-weight: 400;
}
h3.title {
  font-size: 22px;
}
@media screen and (min-width: 420px) {
  h3.title {
    font-size: calc(22px + 6 * (100vw - 420px) / 1180);
  }
}
@media screen and (min-width: 1600px) {
  h3.title {
    font-size: 28px;
  }
}

.subtitle {
  display: inline-flex;
  padding: 2px 10px;
  background-color: #1a1a1a;
  color: white;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 16px;
  letter-spacing: 0.05em;
}
.subtitle.white {
  background-color: white;
  color: #1a1a1a !important;
}
.subtitle.accent {
  background-color: #b8860b;
  color: white;
}
.subtitle:empty {
  display: none;
}

.titles-container {
  --spacing: 25px;
  display: flex;
  flex-direction: column;
  align-items: start;
  max-width: 1200px;
  margin-bottom: 40px;
}
.titles-container:last-child {
  margin-bottom: 0;
}
.titles-container *:first-child {
  margin-top: 0 !important;
}
.titles-container * {
  margin-bottom: 0;
}
.titles-container.center {
  align-items: center;
  text-align: center;
  margin-inline: auto;
  max-width: 600px;
}
.titles-container.white .subtitle,
.titles-container.white .title,
.titles-container.white .description {
  color: white;
}
.titles-container [class^=description] {
  margin-top: var(--spacing, 30px);
}
.titles-container [class^=description] p:not(:last-child) {
  margin-bottom: 12px;
}

.description,
.description p {
  font-size: 16px;
  line-height: 1.5;
}

.description-large,
.description-large p {
  font-size: 16px;
}
@media screen and (min-width: 420px) {
  .description-large,
  .description-large p {
    font-size: calc(16px + 2 * (100vw - 420px) / 1180);
  }
}
@media screen and (min-width: 1600px) {
  .description-large,
  .description-large p {
    font-size: 18px;
  }
}
.description-large,
.description-large p {
  line-height: 1.55;
}

.button-primary {
  --btn-gap: 20px;
  --padding-block: 12px;
  --padding-inline: 20px;
}
.button-primary:is(a, button),
.button-primary a,
.button-primary button {
  --color: #1a1a1a;
  --color-text: var(--color);
  --color-inverse: white;
  --dot-width: 8px;
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--color-text) !important;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
  padding-block: var(--padding-block);
  padding-inline: calc(var(--padding-inline) + var(--btn-gap)) var(--padding-inline);
  border-radius: 40px;
  border: 1px solid var(--color);
  background: transparent;
  transition: all 0.4s ease;
  gap: var(--btn-gap);
  min-width: fit-content;
  cursor: pointer;
}
.button-primary:is(a, button)::before,
.button-primary a::before,
.button-primary button::before {
  content: "";
  position: absolute;
  width: var(--dot-width);
  aspect-ratio: 1;
  border-radius: 50%;
  background-color: var(--color);
  transition: all 0.4s ease;
  top: 50%;
  inset-inline-start: var(--btn-gap);
  translate: -50% -50%;
}
.button-primary:is(a, button):hover,
.button-primary a:hover,
.button-primary button:hover {
  padding-inline: var(--padding-inline) calc(var(--padding-inline) + var(--btn-gap));
}

.button-container-bottom {
  margin-top: calc(100px / 2);
}

.img-container {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.img-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

figure {
  margin: 0;
}

.hiddenMenu {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  background: #fff;
  height: 100%;
  width: 100%;
  z-index: 4;
}

header {
  text-align: left;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 3;
  transition: all 0.3s ease-in-out;
}
header > .container > .headerContainer > .row {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between;
  min-height: var(--header-height);
}
header.gray {
  background-color: #2f2f2f;
  position: fixed;
}
header.open {
  background: #2f2f2f;
}
header .mobileMenu {
  display: none;
}
header .menulc300 {
  display: none;
  align-items: center;
}
header .right .mobileRightMenu {
  display: none !important;
}
header .left {
  flex-shrink: 0;
}
header .left .logo {
  max-width: 165px;
}
header .left .logoIcon {
  display: block;
  filter: brightness(0) invert(1);
}
header .left .logoIconBlack {
  display: none;
}
header .middle {
  flex: 1;
  display: flex;
  justify-content: center;
}
header .middle .mainMenu > ul {
  display: flex;
  margin-bottom: 0;
}
header .middle .mainMenu > ul > li {
  margin-right: 25px;
  padding: 27.5px 0;
  border-bottom: 3px solid transparent;
}
header .middle .mainMenu > ul > li > a {
  transition: all 0.3s ease-in-out;
  letter-spacing: -0.35px;
}
header .middle .mainMenu > ul > li > a:hover {
  opacity: 0.7;
}
header .middle .mainMenu > ul > li > a.active {
  color: #eb0a1e;
}
header .middle .mainMenu > ul > li.openSubmenu {
  border-bottom: 3px solid #eb0a1e;
}
header .middle .mainMenu > ul > li a {
  font-size: 16px;
}
@media screen and (min-width: 420px) {
  header .middle .mainMenu > ul > li a {
    font-size: calc(16px + 2 * (100vw - 420px) / 1180);
  }
}
@media screen and (min-width: 1600px) {
  header .middle .mainMenu > ul > li a {
    font-size: 18px;
  }
}
header .middle .mainMenu > ul > li a {
  font-weight: 300;
  color: #fff;
  transition: all 0.3s ease-in-out;
}
header .middle .mainMenu .ddSecondLevel {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  left: 0;
  right: 0;
  top: -1px;
  z-index: -1;
  margin-top: 85px;
  padding: 40px 0;
  background: #fff;
  min-height: 500px;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease-in-out;
}
header .middle .mainMenu .ddSecondLevel ul.container {
  position: relative;
  padding: 0;
  display: flex;
  margin-bottom: 100px;
}
header .middle .mainMenu .ddSecondLevel ul.container img.closes {
  position: absolute;
  object-fit: contain;
  height: 22px;
  width: 22px;
  top: 0;
  right: 0;
  filter: brightness(0);
}
header .middle .mainMenu .ddSecondLevel ul.container img.closes:hover {
  filter: brightness(0.3);
}
header .middle .mainMenu .ddSecondLevel ul.container li {
  margin-right: 130px;
}
header .middle .mainMenu .ddSecondLevel ul.container li a {
  color: #000;
}
header .middle .mainMenu .ddSecondLevel ul.container li a {
  font-size: 16px;
}
@media screen and (min-width: 420px) {
  header .middle .mainMenu .ddSecondLevel ul.container li a {
    font-size: calc(16px + 4 * (100vw - 420px) / 1180);
  }
}
@media screen and (min-width: 1600px) {
  header .middle .mainMenu .ddSecondLevel ul.container li a {
    font-size: 20px;
  }
}
header .middle .mainMenu .ddSecondLevel ul.container li a {
  font-weight: 300;
  margin-bottom: 15px;
  transition: all 0.3s ease-in-out;
}
header .middle .mainMenu .ddSecondLevel ul.container li a:hover {
  color: #eb0a1e;
}
header .middle .mainMenu .ddSecondLevel ul.container li a:first-of-type {
  margin: 35px 0;
  font-size: 15px;
  font-family: "Toyota Type bold", sans-serif;
  font-weight: 700;
}
header .middle .mainMenu .ddSecondLevel .btnContainer {
  padding-top: 60px;
  border-top: 1px solid #ddd;
  display: flex;
}
header .middle .mainMenu .ddSecondLevel .btnContainer a {
  color: #000;
  padding: 10px 30px;
  border: 1px solid #000;
  border-radius: 200px;
  margin-right: 15px;
  transition: all 0.3s ease-in-out;
}
header .middle .mainMenu .ddSecondLevel .btnContainer a:hover {
  color: #fff;
  background: #eb0a1e;
  border: 1px solid #eb0a1e;
}
header .middle .mainMenu li.openSubmenu .ddSecondLevel {
  opacity: 1;
  visibility: visible;
}
header .middle .ddThirdLevel li a {
  margin: 0 0 15px 0 !important;
  color: #000;
  font-size: 20px !important;
  font-weight: 300 !important;
}
header .right {
  flex-shrink: 0;
  display: flex;
  align-items: center;
}
header .right .dealer-btn {
  border-radius: 200px;
  margin-right: 10px;
  border: 1px solid #fff;
  background: transparent;
  transition: all 0.3s ease-in-out;
}
header .right .dealer-btn a {
  padding: 5px 46px 10px 24px;
  color: #fff;
  position: relative;
  display: block;
}
header .right .dealer-btn a {
  font-size: 14px;
}
@media screen and (min-width: 420px) {
  header .right .dealer-btn a {
    font-size: calc(14px + 2 * (100vw - 420px) / 1180);
  }
}
@media screen and (min-width: 1600px) {
  header .right .dealer-btn a {
    font-size: 16px;
  }
}
header .right .dealer-btn a:after {
  content: "";
  position: absolute;
  background-image: url("/images/Arrow.svg?v=_e-8rlt7o_qCYEighWyiIMnZBQI");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  height: 10px;
  width: 15px;
  top: 55%;
  right: 22px;
  transform: translateY(-50%);
}
header .right .dealer-btn:hover {
  background-color: #eb0a1e;
  border: 1px solid #eb0a1e;
}
header .right .dealer-btn:hover a {
  color: #fff;
}
header .right .language {
  display: flex;
  margin-right: 15px;
  gap: 8px;
  align-items: center;
}
header .right .language .en,
header .right .language .ar,
header .right .language .kur {
  height: 29px;
  width: 29px;
  position: relative;
  transition: all 0.3s ease-in-out;
}
header .right .language .en:hover,
header .right .language .ar:hover,
header .right .language .kur:hover {
  opacity: 0.7;
}
header .right .language a {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 12px;
  color: #fff;
  font-weight: 600;
}
header .right .language .active {
  background-color: #fff;
  border-radius: 50%;
}
header .right .language .active a {
  color: #000;
}
header.fixed {
  position: fixed;
  background: #fff;
  z-index: 1001;
}
header.fixed.nav-up {
  top: -100px;
}
header.fixed.nav-down {
  top: 0;
}
header.fixed.nav-down .logoIcon {
  filter: none;
}
header.fixed .middle .mainMenu > ul > li a {
  color: #000;
}
header.fixed .middle .mainMenu > ul > li a.active {
  color: #eb0a1e;
}
header.fixed .right .dealer-btn {
  border: 1px solid #000;
}
header.fixed .right .dealer-btn a {
  color: #000;
}
header.fixed .right .dealer-btn a::after {
  filter: brightness(0);
}
header.fixed .right .dealer-btn:hover {
  border: 1px solid #eb0a1e;
}
header.fixed .right .dealer-btn:hover a {
  color: #fff;
}
header.fixed .right .dealer-btn:hover a:after {
  filter: brightness(0) invert(1);
}
header.fixed .right .language a {
  color: #000;
}
header.fixed .right .language .active {
  background-color: #000;
}
header.fixed .right .language .active a {
  color: #fff;
}

@media screen and (max-width: 1247px) {
  header > .container {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  header.open > .container {
    transition-delay: 0.5s;
    background-color: #fff;
  }
  header .mobileMenu {
    display: block;
  }
  header .middle {
    display: none;
  }
  header .right {
    display: flex !important;
    align-items: center;
    margin-right: 15px;
  }
  header .right .dealer-btn {
    display: none;
  }
  header .right .language {
    margin-right: 0;
    gap: 6px;
  }
  header .right .language .en,
  header .right .language .ar,
  header .right .language .kur {
    height: 26px;
    width: 26px;
  }
  header .right .language a {
    font-size: 11px;
    color: #fff;
  }
  header .right .language .active {
    background-color: #fff;
  }
  header .right .language .active a {
    color: #000;
  }
  header.fixed {
    background-color: white;
  }
  header.fixed .left .logoIcon {
    display: block;
  }
  header.fixed .left .logoIconBlack {
    display: none;
  }
  header.fixed.nav-up {
    top: -102px;
  }
  header .menulc300__toggler {
    display: flex;
    align-items: center;
    justify-content: center;
    background: none;
    border: none;
    cursor: pointer;
    padding: 0;
    width: 44px;
    height: 44px;
  }
  header .menulc300__toggler span {
    display: block;
    height: 40px;
    width: 40px;
    background-image: url(/images/OpenMenu.svg?v=RosxPUFt-wtOrQHPlpcrVJ2R2RE);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    filter: brightness(0) invert(1);
    transition: all 0.3s ease-in-out;
  }
  header .menulc300__toggler.active span {
    background-image: url(/images/close2.svg?v=lxnbjvMzkqcFVn-6XiZwlpAllls);
    height: 22px;
    width: 22px;
    filter: brightness(0);
  }
  header.fixed .menulc300__toggler span {
    filter: brightness(0);
  }
  header .hiddenMenu {
    overflow-y: scroll;
    overflow-x: hidden;
    padding-top: var(--header-height);
  }
  header .hiddenMenu .menu {
    flex: 0 0 100%;
  }
  header .hiddenMenu .menu .back {
    margin-top: 50px;
    padding-left: 17px;
    color: #000;
    font-size: 16px;
    font-weight: 500;
    line-height: normal;
    position: relative;
  }
  header .hiddenMenu .menu .back:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    background-image: url(/images/backSmallRed.svg?v=_fzcE6WkVG_-wGNRnaYxezse834);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    transform: translateY(-50%);
    height: 13px;
    width: 7px;
    transition: all 0.2s ease-in-out;
  }
  header .hiddenMenu .mobileMenuToggler {
    display: none;
  }
  header .hiddenMenu .mainMenu > ul {
    flex-direction: column;
    margin-bottom: 65px;
    margin-top: 20px;
  }
  header .hiddenMenu .mainMenu > ul > li {
    margin: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  }
  header .hiddenMenu .mainMenu > ul > li:last-of-type {
    border-bottom: 0;
  }
  header .hiddenMenu .mainMenu > ul > li > a {
    font-size: 24px;
    color: #303030;
    position: relative;
  }
  header .hiddenMenu .mainMenu > ul > li.hasSubmenu > a:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    border: 0;
    background-image: url(/images/WhiteArrowUp.svg?v=VJO1f5joxM7TpgYxBkD6GkygRZ0);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    height: 21px;
    width: 21px;
    transform: translateY(-50%) rotate(90deg);
    filter: brightness(0);
    transition: all 0.2s ease-in-out;
  }
  header .hiddenMenu .mainMenu > ul > li .ddSecondLevel {
    opacity: 1;
    visibility: visible;
    margin: 0 !important;
    padding: 0 !important;
    background: white;
    z-index: 1;
    transform: translateX(100vw);
    top: 295px;
    bottom: 0;
    left: auto;
    right: auto;
    height: 100vh;
    transition: all 0.3s ease-in-out;
  }
  header .hiddenMenu .mainMenu > ul > li .ddSecondLevel.active {
    transform: translateX(0);
  }
  header .hiddenMenu .mainMenu > ul > li .ddSecondLevel .btnContainer {
    display: none;
  }
  header .hiddenMenu .mainMenu > ul > li .ddSecondLevel .closes {
    display: none;
  }
  header .hiddenMenu .mainMenu > ul > li .ddSecondLevel > ul {
    flex-direction: column;
    position: relative;
  }
  header .hiddenMenu .mainMenu > ul > li .ddSecondLevel > ul > li {
    margin: 0 0 30px !important;
    padding-bottom: 15px !important;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  }
  header .hiddenMenu .mainMenu > ul > li .ddSecondLevel > ul > li:last-of-type {
    border-bottom: 0;
  }
  header .hiddenMenu .mainMenu > ul > li .ddSecondLevel > ul > li > a {
    color: #303030 !important;
    position: relative;
    margin: 0 0 10px !important;
  }
  header .hiddenMenu .mainMenu > ul > li .ddSecondLevel > ul > li > a:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    border: 0;
    background-image: url(/images/WhiteArrowUp.svg?v=VJO1f5joxM7TpgYxBkD6GkygRZ0);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    height: 21px;
    width: 21px;
    transform: translateY(-50%) rotate(90deg);
    filter: brightness(0);
    transition: all 0.2s ease-in-out;
  }
  header .hiddenMenu .mainMenu > ul > li .ddSecondLevel > ul > li.active > a {
    border: none !important;
    padding: 0 !important;
  }
  header .hiddenMenu .mainMenu > ul > li .ddSecondLevel > ul > li.active > a:after {
    transform: translateY(-50%) rotate(180deg) !important;
  }
  header .hiddenMenu .mainMenu > ul > li .ddSecondLevel ul.container li {
    position: relative;
    margin-inline: 0 !important;
  }
  header .hiddenMenu .mainMenu > ul > li .ddSecondLevel ul.container li a:first-of-type {
    color: #303030;
    font-size: 24px;
    font-style: normal;
    line-height: normal;
    text-transform: capitalize;
  }
  header .hiddenMenu .mainMenu > ul > li .ddSecondLevel ul.container li a:first-of-type:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    border: 0;
    background-image: url(/images/WhiteArrowUp.svg?v=VJO1f5joxM7TpgYxBkD6GkygRZ0);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    height: 21px;
    width: 21px;
    transform: translateY(-50%) rotate(90deg);
    filter: brightness(0);
    transition: all 0.2s ease-in-out;
  }
  header .hiddenMenu .mainMenu > ul > li .ddSecondLevel .ddThirdLevel {
    display: none;
    transition: none !important;
  }
}
.mobile-menu {
  position: fixed;
  top: 0;
  inset-inline-end: -100%;
  width: 280px;
  height: 100vh;
  background-color: #1a1a1a;
  z-index: 1100;
  transition: all 0.3s ease-in-out;
  padding: 80px 32px 32px;
  overflow-y: auto;
}
.mobile-menu.active {
  inset-inline-end: 0;
}
.mobile-menu .close-menu {
  position: absolute;
  top: 24px;
  inset-inline-end: 24px;
  background: none;
  border: none;
  cursor: pointer;
  width: 24px;
  height: 24px;
}
.mobile-menu .close-menu::before, .mobile-menu .close-menu::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 2px;
  background-color: #fff;
}
.mobile-menu .close-menu::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.mobile-menu .close-menu::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.mobile-menu .links {
  display: flex;
  flex-direction: column;
  gap: 24px;
  list-style: none;
  padding: 0;
  margin: 0;
}
.mobile-menu .links a {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  transition: all 0.3s ease-in-out;
}
.mobile-menu .links a:hover {
  opacity: 0.7;
}

body.menu-open {
  overflow: hidden;
}
body.menu-open::after {
  content: "";
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1050;
}

footer li {
  list-style: none;
}
footer .footer .middleFooter {
  background: #252525;
  padding: 100px 0 50px;
  position: relative;
}
footer .footer .middleFooter .mainMenu > ul > li > a {
  color: #fff;
}
footer .footer .middleFooter .mainMenu > ul > li > a {
  font-size: 18px;
}
@media screen and (min-width: 420px) {
  footer .footer .middleFooter .mainMenu > ul > li > a {
    font-size: calc(18px + 6 * (100vw - 420px) / 1180);
  }
}
@media screen and (min-width: 1600px) {
  footer .footer .middleFooter .mainMenu > ul > li > a {
    font-size: 24px;
  }
}
footer .footer .middleFooter .mainMenu > ul > li > a {
  font-weight: 100;
  line-height: 32px;
  margin-bottom: 35px;
  transition: all 0.2s ease-in-out;
  display: block;
}
footer .footer .middleFooter .mainMenu > ul > li > a:hover {
  opacity: 0.6;
}
footer .footer .middleFooter .mainMenu .ddSecondLevel ul {
  padding-left: 0;
}
footer .footer .middleFooter .mainMenu .ddSecondLevel ul li a {
  color: #fff;
}
footer .footer .middleFooter .mainMenu .ddSecondLevel ul li a {
  font-size: 14px;
}
@media screen and (min-width: 420px) {
  footer .footer .middleFooter .mainMenu .ddSecondLevel ul li a {
    font-size: calc(14px + 2 * (100vw - 420px) / 1180);
  }
}
@media screen and (min-width: 1600px) {
  footer .footer .middleFooter .mainMenu .ddSecondLevel ul li a {
    font-size: 16px;
  }
}
footer .footer .middleFooter .mainMenu .ddSecondLevel ul li a {
  margin-bottom: 13px;
  transition: all 0.2s ease-in-out;
}
footer .footer .middleFooter .mainMenu .ddSecondLevel ul li a:hover {
  opacity: 0.6;
}
footer .footer .middleFooter .mainMenu .ddSecondLevel ul.socials {
  display: flex;
  flex-wrap: nowrap;
  gap: 8px;
}
footer .footer .middleFooter .mainMenu .ddSecondLevel ul.socials a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  background: #3d3d3d;
  border-radius: 50%;
  height: 37px;
  width: 37px;
  flex-shrink: 0;
  transition: all 0.3s ease-in-out;
}
footer .footer .middleFooter .mainMenu .ddSecondLevel ul.socials a img {
  height: 100%;
}
footer .footer .middleFooter .mainMenu .ddSecondLevel ul.socials a:hover {
  background: #333333;
}
footer .footer .middleFooter > .container > .row {
  display: block;
}
footer .footer.errorFooter .bottomFooter {
  padding: 35px 0;
}
footer .bottomFooter {
  background: #252525;
  padding-bottom: 35px;
}
footer .bottomFooter .row {
  align-items: center;
  justify-content: space-between;
  color: #fff;
  font-size: 12px;
  font-weight: 300;
  line-height: normal;
}
footer .bottomFooter .row a {
  transition: all 0.3s ease-in-out;
}
footer .bottomFooter .row a:hover {
  opacity: 0.6;
}
footer .bottomFooter .right a {
  display: inline;
  color: #fff;
  font-size: 12px;
  font-weight: 300;
  line-height: normal;
  text-decoration-line: underline !important;
}
footer .bottomFooter .middle {
  display: flex;
  gap: 20px;
}
footer .hasSubmenu.open > a:after {
  transform: rotate(-90deg);
}
footer .hasSubmenu > a {
  display: inline-block;
  padding-inline-end: 25px;
  position: relative;
}
footer .hasSubmenu > a:after {
  content: "";
  position: absolute;
  display: block;
  background-image: url(/images/arrowNext.svg?v=f_ON6nDDpL9p8KKK4ZUT5wvddUE);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  height: 10px;
  width: 16.5px;
  top: 6px;
  right: 0;
  transform: rotate(90deg);
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
footer .ddThirdLevel {
  display: none;
  margin: 20px 0;
}
footer .ddThirdLevel li:last-of-type {
  margin-bottom: 0 !important;
}

footer .footer .middleFooter h5 {
  color: #fff;
}
footer .footer .middleFooter h5 {
  font-size: 18px;
}
@media screen and (min-width: 420px) {
  footer .footer .middleFooter h5 {
    font-size: calc(18px + 6 * (100vw - 420px) / 1180);
  }
}
@media screen and (min-width: 1600px) {
  footer .footer .middleFooter h5 {
    font-size: 24px;
  }
}
footer .footer .middleFooter h5 {
  font-weight: 300;
  line-height: 32px;
  margin-bottom: 35px;
}
footer .footer .middleFooter .simpleList li {
  margin-bottom: 12px;
}
footer .footer .middleFooter .simpleList li a {
  color: #fff;
}
footer .footer .middleFooter .simpleList li a {
  font-size: 14px;
}
@media screen and (min-width: 420px) {
  footer .footer .middleFooter .simpleList li a {
    font-size: calc(14px + 2 * (100vw - 420px) / 1180);
  }
}
@media screen and (min-width: 1600px) {
  footer .footer .middleFooter .simpleList li a {
    font-size: 16px;
  }
}
footer .footer .middleFooter .simpleList li a {
  font-weight: 600;
  line-height: normal;
  transition: all 0.3s ease-in-out;
}
footer .footer .middleFooter .simpleList li a:hover {
  opacity: 0.7;
}
footer .footer .bottomFooter .terms {
  color: #fff;
}

.footer:not(.footerHome) .row {
  position: relative;
}

@media screen and (max-width: 767px) {
  footer .middleFooter {
    padding: 70px 0 50px !important;
  }
  footer .middleFooter div.simpleList {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    margin-bottom: 25px;
    padding-bottom: 12px;
  }
  footer .middleFooter .mainMenu > .row > .row > div:last-of-type div.simpleList {
    border: none;
  }
  footer .middleFooter h5.simpleListTitle {
    position: relative;
    margin-bottom: 25px;
  }
  footer .middleFooter h5.simpleListTitle:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    border: 0;
    background-image: url(/images/WhiteArrowUp.svg?v=VJO1f5joxM7TpgYxBkD6GkygRZ0);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    height: 29px;
    width: 29px;
    transform: translateY(-50%) rotate(180deg);
    transition: all 0.2s ease-in-out;
  }
  footer .middleFooter h5.simpleListTitle.active:after {
    transform: translateY(-50%);
  }
  footer .middleFooter ul.simpleList {
    display: none;
  }
  footer .middleFooter .mainMenu > ul > li > a {
    display: none;
  }
  .bottomFooter .row {
    flex-direction: column-reverse;
    align-items: start !important;
  }
  .bottomFooter .row .right,
  .bottomFooter .row .middle {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 576px) {
  footer .footer .middleFooter .clearListing {
    padding-left: 0 !important;
  }
  footer .footer .middleFooter .row {
    margin: 0;
  }
  footer .footer .middleFooter .row.col-md-9 {
    padding: 0;
  }
  footer .footer .middleFooter .row.col-md-9 > div {
    padding: 0;
  }
  footer .footer #liContainer {
    padding: 0 !important;
  }
  footer .footer .bottomFooter {
    padding-inline: 15px;
  }
}
.form-loader {
  position: fixed;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.4);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  z-index: 2000;
}
.form-loader .spinner-border {
  width: 50px;
  height: 50px;
  border-width: 4px;
}

.social-media {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
}
.social-media a {
  position: relative;
  width: 20px;
  aspect-ratio: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.4s ease;
}
.social-media a img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.social-media a:hover {
  scale: 1.1;
}

.banner-video-overlay {
  position: relative;
  width: 100%;
  height: 80vh;
  min-height: 600px;
  overflow: hidden;
  display: flex;
  align-items: center;
}
.banner-video-overlay__video-wrapper {
  position: absolute;
  inset: 0;
  z-index: 1;
}
.banner-video-overlay__video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}
.banner-video-overlay__gradient {
  position: absolute;
  inset: 0;
  z-index: 2;
  background: linear-gradient(180deg, rgba(158, 96, 28, 0.5) 7.62%, rgba(255, 255, 255, 0) 100%);
}
.banner-video-overlay__title {
  position: absolute;
  inset: 0;
  z-index: 3;
  display: flex;
  align-items: center;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
  mix-blend-mode: overlay;
}
.banner-video-overlay__title-svg {
  width: 100%;
  height: auto;
  display: block;
  object-fit: contain;
}
@media (max-width: 992px) {
  .banner-video-overlay {
    height: 750px;
    min-height: 750px;
  }
}
@media (max-width: 576px) {
  .banner-video-overlay {
    height: 100svh;
    min-height: 600px;
  }
}

.summary-with-buttons {
  position: relative;
  z-index: 2;
  --section-pt: 100px;
  --section-pb: 100px;
  padding-top: var(--section-pt);
  padding-bottom: var(--section-pb);
}
.summary-with-buttons__content {
  max-width: 710px;
  margin-inline: auto;
  padding-inline: clamp(16px, 5vw, 40px);
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
}
.summary-with-buttons__description {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.summary-with-buttons__description p {
  font-family: "Toyota Type", sans-serif;
  font-weight: 400;
  font-size: 24px;
  letter-spacing: 0;
  text-align: center;
  color: #1a1a1a;
  background: radial-gradient(77.09% 50.17% at 50% 50%, #9E5200 0%, #824300 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.summary-with-buttons__description p strong, .summary-with-buttons__description p b {
  font-style: italic;
}
.summary-with-buttons__actions {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
  justify-content: center;
}
.summary-with-buttons__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 24px 16px;
  border-radius: 40px;
  font-family: "Toyota Type", sans-serif;
  font-size: 22px;
  font-weight: 500;
  text-decoration: none;
  transition: all 0.4s ease;
  cursor: pointer;
  white-space: nowrap;
}
.summary-with-buttons__btn--primary {
  background-color: #eb0a1e;
  color: #fff !important;
  border: 2px solid #eb0a1e;
}
.summary-with-buttons__btn--primary:hover {
  background-color: transparent;
  color: #1a1a1a !important;
  border-color: #1a1a1a;
}
.summary-with-buttons__btn--secondary {
  background-color: transparent;
  color: #1a1a1a !important;
  border: 2px solid #D8D8D8;
}
.summary-with-buttons__btn--secondary:hover {
  background-color: #1a1a1a;
  border: 2px solid #1a1a1a;
  color: #fff !important;
}
@media (max-width: 768px) {
  .summary-with-buttons {
    --section-pt: 60px;
    --section-pb: 60px;
  }
  .summary-with-buttons__description p {
    font-size: 20px;
  }
  .summary-with-buttons__actions {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 12px;
  }
  .summary-with-buttons__btn {
    font-size: 15px;
    padding: 10px 24px;
    width: auto;
  }
}
@media (max-width: 576px) {
  .summary-with-buttons__description p {
    font-size: 18px;
  }
  .summary-with-buttons__btn {
    font-size: 14px;
    padding: 12px 13px;
  }
}

.cars-swiper {
  position: relative;
  z-index: 2;
  --section-pt: 100px;
  --section-pb: 100px;
  padding-top: var(--section-pt);
  padding-bottom: var(--section-pb);
}
.cars-swiper__heading {
  text-align: center;
  margin-bottom: 48px;
}
.cars-swiper__main-title {
  font-family: "Toyota Type bold", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  color: #773E00;
  letter-spacing: 0.04em;
}
.cars-swiper__main-title {
  font-size: 32px;
}
@media screen and (min-width: 420px) {
  .cars-swiper__main-title {
    font-size: calc(32px + 32 * (100vw - 420px) / 1180);
  }
}
@media screen and (min-width: 1600px) {
  .cars-swiper__main-title {
    font-size: 64px;
  }
}
.cars-swiper__main-title {
  margin-bottom: 8px;
}
.cars-swiper__main-subtitle {
  font-family: "Toyota Type", sans-serif;
  font-weight: 400;
  color: #773E00;
}
.cars-swiper__main-subtitle {
  font-size: 14px;
}
@media screen and (min-width: 420px) {
  .cars-swiper__main-subtitle {
    font-size: calc(14px + 2 * (100vw - 420px) / 1180);
  }
}
@media screen and (min-width: 1600px) {
  .cars-swiper__main-subtitle {
    font-size: 16px;
  }
}
.cars-swiper__main-subtitle {
  line-height: 1.6;
}
.cars-swiper__timeline {
  margin-bottom: 48px;
}
.cars-swiper__dots {
  position: relative;
  display: flex;
  justify-content: space-around;
  align-items: flex-start;
  gap: 0;
  overflow-y: visible;
  scrollbar-width: none;
  -ms-overflow-style: none;
  height: 120px;
}
.cars-swiper__dots::-webkit-scrollbar {
  display: none;
}
@media (max-width: 1100px) {
  .cars-swiper__dots {
    height: 100px;
  }
}
@media (max-width: 576px) {
  .cars-swiper__dots {
    height: 60px;
  }
}
.cars-swiper__dots::before {
  content: "";
  position: absolute;
  top: 22px;
  left: 0;
  right: 0;
  height: 2px;
  background-color: #d0c4b8;
  transform: translateY(-50%);
  z-index: 0;
}
@media (max-width: 1100px) {
  .cars-swiper__dots::before {
    top: 18px;
  }
}
.cars-swiper__dots .cars-swiper__dot {
  position: relative;
  z-index: 1;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: 1vh;
  overflow-y: visible;
  cursor: pointer;
  transition: all 0.4s ease;
  flex: 1;
  min-width: 0;
}
.cars-swiper__dots .cars-swiper__dot-circle {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background-color: #d0c4b8;
  border: 3px solid #d0c4b8;
  transition: all 0.4s ease;
  box-sizing: border-box;
  flex-shrink: 0;
}
.cars-swiper__dots .cars-swiper__dot-year {
  font-family: "Toyota Type bold", sans-serif;
  font-weight: 700;
  color: #d0c4b8;
  font-size: clamp(32px, 4vw, 60px);
  line-height: 1;
  white-space: nowrap;
  transform: scale(0.5);
  transform-origin: top center;
  transition: color 0.4s ease, transform 0.4s ease;
}
.cars-swiper__dots .cars-swiper__dot--active {
  gap: 3vh;
}
.cars-swiper__dots .cars-swiper__dot--active .cars-swiper__dot-circle {
  background-color: #773E00;
  border-color: #773E00;
  box-shadow: 0 0 0 3px #773E00;
}
.cars-swiper__dots .cars-swiper__dot--active .cars-swiper__dot-year {
  color: #773E00;
  transform: scale(1);
}
@media (max-width: 1100px) {
  .cars-swiper__dots .cars-swiper__dot-circle {
    width: 36px;
    height: 36px;
  }
}
.cars-swiper__wrapper-outer {
  overflow: hidden;
  cursor: grab;
}
.cars-swiper__wrapper-outer:active {
  cursor: grabbing;
}
@media screen and (max-width: 991px) {
  .cars-swiper__wrapper-outer {
    overflow: visible;
  }
}
.cars-swiper__slide {
  display: flex;
  flex-direction: column;
  align-items: center;
  opacity: 0.45;
  transition: opacity 0.4s ease;
}
.cars-swiper__slide.swiper-slide-active {
  opacity: 1;
}
@media (max-width: 991px) {
  .cars-swiper__slide {
    opacity: 1;
  }
}
.cars-swiper__slide-image {
  width: 100%;
  aspect-ratio: 4/3;
  overflow: hidden;
  margin-bottom: 24px;
}
.cars-swiper__slide-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center bottom;
  display: block;
}
.cars-swiper__slide-info {
  width: 100%;
  text-align: center;
}
.cars-swiper__slide-subtitle {
  font-family: "Toyota Type bold", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  color: #1a1a1a;
  letter-spacing: 0.03em;
  margin-bottom: 12px;
}
.cars-swiper__slide-subtitle {
  font-size: 22px;
}
@media screen and (min-width: 420px) {
  .cars-swiper__slide-subtitle {
    font-size: calc(22px + 26 * (100vw - 420px) / 1180);
  }
}
@media screen and (min-width: 1600px) {
  .cars-swiper__slide-subtitle {
    font-size: 48px;
  }
}
.cars-swiper__slide-summary {
  font-family: "Toyota Type", sans-serif;
  font-weight: 400;
  color: #1a1a1a;
  line-height: 1.3;
}
.cars-swiper__slide-summary {
  font-size: 16px;
}
@media screen and (min-width: 420px) {
  .cars-swiper__slide-summary {
    font-size: calc(16px + 8 * (100vw - 420px) / 1180);
  }
}
@media screen and (min-width: 1600px) {
  .cars-swiper__slide-summary {
    font-size: 24px;
  }
}
.cars-swiper__slide-summary {
  padding-inline: 5%;
}
.cars-swiper__slide-summary p {
  margin: 0;
}
@media (max-width: 768px) {
  .cars-swiper {
    --section-pt: 60px;
    --section-pb: 60px;
  }
  .cars-swiper__heading {
    margin-bottom: 32px;
  }
  .cars-swiper__timeline {
    margin-bottom: 32px;
  }
}
@media (max-width: 576px) {
  .cars-swiper__main-title {
    font-size: 22px;
  }
  .cars-swiper__dots::before {
    top: 9px;
  }
  .cars-swiper__dots .cars-swiper__dot {
    flex: 0 0 auto;
  }
  .cars-swiper__dots .cars-swiper__dot-circle {
    width: 18px;
    height: 18px;
  }
  .cars-swiper__dots .cars-swiper__dot-year {
    font-size: 16px;
  }
  .cars-swiper__dots .cars-swiper__dot--active {
    gap: 2vh;
  }
}

.grades-swiper {
  position: relative;
  z-index: 2;
  --section-pt: 100px;
  --section-pb: 100px;
  padding-top: var(--section-pt);
  padding-bottom: var(--section-pb);
}
.grades-swiper__heading {
  text-align: center;
  margin-bottom: 48px;
}
.grades-swiper__main-title {
  font-family: "Toyota Type bold", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  color: #773E00;
}
.grades-swiper__main-title {
  font-size: 32px;
}
@media screen and (min-width: 420px) {
  .grades-swiper__main-title {
    font-size: calc(32px + 32 * (100vw - 420px) / 1180);
  }
}
@media screen and (min-width: 1600px) {
  .grades-swiper__main-title {
    font-size: 64px;
  }
}
.grades-swiper__main-title {
  margin-bottom: 8px;
}
.grades-swiper__main-subtitle {
  font-family: "Toyota Type", sans-serif;
  font-weight: 400;
  color: #773E00;
}
.grades-swiper__main-subtitle {
  font-size: 14px;
}
@media screen and (min-width: 420px) {
  .grades-swiper__main-subtitle {
    font-size: calc(14px + 2 * (100vw - 420px) / 1180);
  }
}
@media screen and (min-width: 1600px) {
  .grades-swiper__main-subtitle {
    font-size: 16px;
  }
}
.grades-swiper__main-subtitle {
  line-height: 1.6;
}
.grades-swiper__wrapper-outer {
  overflow: visible;
}
.grades-swiper__slide {
  height: auto;
}
.grades-swiper__card {
  display: flex;
  flex-direction: column;
  border: 1.5px solid #d0d0d0;
  border-radius: 30px;
  overflow: hidden;
  padding: 20px 20px 24px;
  height: 100%;
  background-color: #fff;
  transition: all 0.4s ease;
  position: relative;
}
.grades-swiper__card:hover {
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.08);
}
.grades-swiper__card-eco {
  position: absolute;
  top: 22px;
  inset-inline-end: 22px;
  width: 32px;
  height: 32px;
  pointer-events: none;
}
.grades-swiper__card-subtitle {
  font-family: "Toyota Type", sans-serif;
  font-weight: 400;
  font-size: 20px;
  color: rgb(102.5, 102.5, 102.5);
  margin-bottom: 12px;
  line-height: 1.4;
}
.grades-swiper__card-image {
  width: 100%;
  aspect-ratio: 4/3;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.grades-swiper__card-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  display: block;
}
.grades-swiper__card-body {
  margin-top: auto;
}
.grades-swiper__card-title {
  font-family: "Toyota Type bold", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  color: #1a1a1a;
  letter-spacing: 0.02em;
  margin-bottom: 10px;
}
.grades-swiper__card-title {
  font-size: 24px;
}
@media screen and (min-width: 420px) {
  .grades-swiper__card-title {
    font-size: calc(24px + 8 * (100vw - 420px) / 1180);
  }
}
@media screen and (min-width: 1600px) {
  .grades-swiper__card-title {
    font-size: 32px;
  }
}
.grades-swiper__card-title {
  line-height: 1.3;
}
.grades-swiper__card-link {
  display: inline-flex;
  align-items: center;
  font-family: "Toyota Type", sans-serif;
  font-size: 20px;
  font-weight: 500;
  color: #eb0a1e !important;
  text-decoration: underline !important;
  transition: all 0.4s ease;
}
.grades-swiper__card-link:hover {
  opacity: 0.75;
}
.grades-swiper__card .listingDate {
  display: flex;
  justify-content: space-between;
  margin-bottom: 35px;
}
.grades-swiper__card .listingDate .model {
  color: #b1b1b1;
  font-size: 16px;
  font-weight: 400;
  line-height: 123.188%;
  text-transform: capitalize;
}
.grades-swiper__card .listingDate .model span:first-of-type {
  position: relative;
  padding-right: 10px;
}
.grades-swiper__card .listingDate .model span:first-of-type:after {
  content: "|";
  font-size: 1.5em;
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.grades-swiper__card .listingDate .model span:last-of-type {
  padding-left: 10px;
}
.grades-swiper__card .listingDate .eco img {
  width: 32px;
  height: 32px;
  display: block;
}
@media (max-width: 768px) {
  .grades-swiper {
    --section-pt: 60px;
    --section-pb: 60px;
  }
  .grades-swiper__heading {
    margin-bottom: 32px;
  }
  .grades-swiper__main-title {
    font-size: 26px;
  }
}
@media (max-width: 576px) {
  .grades-swiper__main-title {
    font-size: 22px;
  }
  .grades-swiper__card {
    border-radius: 20px;
  }
  .grades-swiper__card-title {
    font-size: 20px;
  }
  .grades-swiper__card-link {
    font-size: 16px;
  }
  .grades-swiper__card-subtitle {
    font-size: 15px;
  }
}

.choose-model {
  position: relative;
  z-index: 2;
  --section-pt: calc(100px * 0.5);
  --section-pb: calc(100px * 0.5);
  padding-top: var(--section-pt);
  padding-bottom: var(--section-pb);
  text-align: center;
  overflow: visible;
  padding-block: 60px;
}
.choose-model__parent {
  position: relative;
  max-width: 1340px;
  margin-inline: auto;
}
.choose-model .container-md {
  padding: 0;
}
.choose-model__heading {
  text-align: center;
  margin-bottom: 48px;
  z-index: 5;
  position: relative;
}
.choose-model__main-title {
  font-family: "Toyota Type bold", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  color: #773E00;
}
.choose-model__main-title {
  font-size: 32px;
}
@media screen and (min-width: 420px) {
  .choose-model__main-title {
    font-size: calc(32px + 32 * (100vw - 420px) / 1180);
  }
}
@media screen and (min-width: 1600px) {
  .choose-model__main-title {
    font-size: 64px;
  }
}
.choose-model__main-title {
  margin-bottom: 8px;
}
.choose-model__main-subtitle {
  font-family: "Toyota Type", sans-serif;
  font-weight: 400;
  color: #773E00;
}
.choose-model__main-subtitle {
  font-size: 14px;
}
@media screen and (min-width: 420px) {
  .choose-model__main-subtitle {
    font-size: calc(14px + 2 * (100vw - 420px) / 1180);
  }
}
@media screen and (min-width: 1600px) {
  .choose-model__main-subtitle {
    font-size: 16px;
  }
}
.choose-model__main-subtitle {
  line-height: 1.6;
}
.choose-model__stage {
  position: relative;
  overflow: visible;
}
.choose-model__curve {
  position: absolute;
  left: -2px;
  right: -2px;
  z-index: 3;
  pointer-events: none;
  line-height: 0;
}
@media (max-width: 768px) {
  .choose-model__curve {
    left: -15px;
    right: -15px;
  }
}
.choose-model__curve img {
  width: 100%;
  height: auto;
  display: block;
}
.choose-model__curve--top {
  top: 0;
  transform: translateY(-50%);
}
.choose-model__curve--bottom {
  bottom: 0;
  transform: translateY(50%);
}
.choose-model__swiper {
  overflow: visible;
  position: relative;
  z-index: 1;
}
.choose-model__track {
  align-items: stretch;
}
.choose-model__item {
  min-width: 0;
  height: 550px;
  position: relative;
}
@media (min-width: 992px) {
  .choose-model__item {
    flex: 1;
  }
}
.choose-model__image-wrap {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.choose-model__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  transition: transform 0.5s ease;
}
.choose-model__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0.2) 55%);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 12px;
  opacity: 0;
  transition: opacity 0.35s ease;
}
.choose-model__hover-title {
  color: #fff;
  font-family: "Toyota Type bold", sans-serif;
  font-weight: 700;
  font-size: 24px;
  text-transform: uppercase;
  text-align: center;
  padding-inline: 16px;
  opacity: 0;
  transform: translateY(12px);
  transition: opacity 0.35s ease 0.05s, transform 0.4s ease 0.05s;
}
.choose-model__request-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 28px;
  border-radius: 40px;
  background-color: #eb0a1e;
  color: #fff !important;
  font-family: "Toyota Type", sans-serif;
  font-size: 15px;
  font-weight: 500;
  text-decoration: none !important;
  white-space: nowrap;
  transition: all 0.4s ease;
  transform: translateY(10px);
}
.choose-model__request-btn:hover {
  background-color: rgb(195.8653061224, 8.3346938776, 25.0040816327);
  color: #fff !important;
}
.choose-model__request-btn--disabled {
  background-color: #000;
  color: #fff !important;
  border: 1px solid #000;
  cursor: default;
  pointer-events: none;
}
.choose-model__request-btn--disabled:hover {
  background-color: #fff;
  color: #000 !important;
}
.choose-model__item:hover .choose-model__image {
  transform: scale(1.04);
}
.choose-model__item:hover .choose-model__overlay {
  opacity: 1;
}
.choose-model__item:hover .choose-model__hover-title {
  opacity: 1;
  transform: translateY(0);
}
.choose-model__item:hover .choose-model__request-btn {
  transform: translateY(0);
}
@media (max-width: 992px) {
  .choose-model {
    padding-block: 50px;
  }
  .choose-model__item {
    aspect-ratio: 3/4;
    height: auto;
  }
  .choose-model__overlay {
    opacity: 1;
  }
  .choose-model__overlay .choose-model__hover-title {
    opacity: 1;
    transform: translateY(0);
  }
  .choose-model__overlay .choose-model__request-btn {
    transform: translateY(0);
  }
}
@media (max-width: 576px) {
  .choose-model {
    padding-block: 40px;
  }
  .choose-model__item {
    aspect-ratio: 3/4;
    height: auto;
  }
  .choose-model__main-title {
    font-size: 24px;
  }
}

.vwl-section {
  margin-block: 5%;
  background: #000;
  position: relative;
  overflow: hidden;
}
.vwl-section__gradient {
  position: absolute;
  inset: 0;
  background: linear-gradient(89.99deg, #000000 35.35%, rgba(0, 0, 0, 0) 62.03%);
  pointer-events: none;
  z-index: 1;
}
@media (max-width: 768px) {
  .vwl-section__gradient {
    display: none;
  }
}
.vwl-section__inner {
  display: flex;
  align-items: stretch;
  padding-left: calc((100vw - var(--container-width)) / 2 + var(--container-gutter-x));
  position: relative;
  z-index: 2;
}
@media (max-width: 992px) {
  .vwl-section__inner {
    flex-direction: column-reverse;
    padding-left: 0;
    overflow: visible;
  }
}
.vwl-section__listing-col {
  flex: 0 0 calc(33.333% - 16px);
  min-width: 0;
  padding-right: 32px;
  display: flex;
  flex-direction: column;
}
@media (max-width: 1200px) {
  .vwl-section__listing-col {
    flex: 0 0 calc(40% - 16px);
  }
}
@media (max-width: 992px) {
  .vwl-section__listing-col {
    flex: 0 0 auto;
    padding-right: 0;
    padding: 0 var(--container-gutter-x);
    margin-top: -15%;
    position: relative;
    padding-bottom: 16%;
    z-index: 3;
  }
}
.vwl-section__video-col {
  flex: 1 1 0;
  min-width: 0;
  position: relative;
}
@media (max-width: 992px) {
  .vwl-section__video-col {
    height: 500px;
    min-height: 320px;
    flex-shrink: 0;
  }
}
.vwl-section__heading {
  text-align: center;
  margin-bottom: 48px;
}
.vwl-section__title {
  font-family: "Toyota Type bold", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
}
.vwl-section__title {
  font-size: 32px;
}
@media screen and (min-width: 420px) {
  .vwl-section__title {
    font-size: calc(32px + 32 * (100vw - 420px) / 1180);
  }
}
@media screen and (min-width: 1600px) {
  .vwl-section__title {
    font-size: 64px;
  }
}
.vwl-section__title {
  margin-bottom: 8px;
}
.vwl-section__subtitle {
  font-family: "Toyota Type", sans-serif;
  font-weight: 400;
  color: #fff;
}
.vwl-section__subtitle {
  font-size: 14px;
}
@media screen and (min-width: 420px) {
  .vwl-section__subtitle {
    font-size: calc(14px + 2 * (100vw - 420px) / 1180);
  }
}
@media screen and (min-width: 1600px) {
  .vwl-section__subtitle {
    font-size: 16px;
  }
}
.vwl-section__subtitle {
  line-height: 1.6;
}
.vwl-section .vwl-listing-marquee {
  flex: 1 1 auto;
  height: 600px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .vwl-section .vwl-listing-marquee {
    height: 200px;
    overflow: visible;
    padding: 0;
  }
}
@media (max-width: 992px) {
  .vwl-section {
    overflow: visible;
    margin-top: 0;
  }
  .vwl-section .vwl-listing-track--vertical {
    display: none;
  }
  .vwl-section .vwl-listing-track--horizontal {
    display: block;
    flex: 0 0 100%;
    width: 100%;
    height: auto;
    overflow: visible;
  }
  .vwl-section .vwl-listing-track--horizontal .vwl-listing-card {
    width: 155px;
    flex-shrink: 0;
    padding-top: 16px;
  }
  .vwl-section__gradient {
    bottom: auto;
    height: 55vh;
  }
}

.vwl-listing-marquee {
  display: flex;
  gap: 22px;
  height: 100%;
  overflow: hidden;
}

.vwl-listing-track {
  flex: 1 1 50%;
  height: 100%;
  overflow: hidden;
  position: relative;
}
.vwl-listing-track--horizontal {
  display: none;
}

.vwl-listing-strip {
  display: flex;
  flex-direction: column;
  gap: 22px;
}

.vwl-listing-track--horizontal .vwl-listing-strip {
  flex-direction: row;
  gap: 16px;
  width: max-content;
}

.vwl-listing-card {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #9E601C;
  border-radius: 16px;
  overflow: hidden;
  flex-shrink: 0;
  padding-top: 12%;
  transition: background-color 0.3s ease;
}
.vwl-listing-card:hover {
  background-color: #fff;
}
.vwl-listing-card:hover .vwl-listing-card__title,
.vwl-listing-card:hover .vwl-listing-card__summary,
.vwl-listing-card:hover .vwl-listing-card__summary p {
  color: #1a1a1a;
}
.vwl-listing-card__avatar {
  position: relative;
  border-radius: 50%;
  border: 2px solid white;
  width: 40%;
  aspect-ratio: 1/1;
  overflow: hidden;
  background-color: #f5f5f5;
}
.vwl-listing-card__avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.vwl-listing-card__body {
  padding: 10px 14px 14px;
  text-align: center;
}
.vwl-listing-card__title {
  font-family: "Toyota Type bold", sans-serif;
  font-weight: 700;
  font-size: 14px;
  color: #fff;
  margin-bottom: 6px;
  line-height: 1.3;
  transition: color 0.3s ease;
}
.vwl-listing-card__summary {
  font-family: "Toyota Type", sans-serif;
  font-weight: 400;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.85);
  line-height: 1.5;
  transition: color 0.3s ease;
}
.vwl-listing-card__summary p {
  margin: 0;
  color: inherit;
}

.vwl-video-wrap {
  position: absolute;
  inset: 0;
  overflow: hidden;
  background: #000;
}
.vwl-video-wrap__gradient {
  position: absolute;
  inset: 0;
  background: linear-gradient(to right, #000000 0%, rgba(0, 0, 0, 0.4) 30%, rgba(0, 0, 0, 0) 60%);
  pointer-events: none;
  z-index: 1;
}
@media (max-width: 768px) {
  .vwl-video-wrap__gradient {
    display: none;
  }
}
@media (max-width: 992px) {
  .vwl-video-wrap {
    position: relative;
    height: 300px;
  }
}

.vwl-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.columns-media-listing {
  overflow: hidden;
  background: linear-gradient(180deg, rgba(158, 96, 28, 0) 0%, rgba(158, 82, 0, 0.3) 42.84%);
  padding-top: 60px;
}
.columns-media-listing__title-container {
  text-align: center;
  margin-bottom: 48px;
  padding: 0 20px;
}
.columns-media-listing__title {
  font-family: "Toyota Type bold", sans-serif;
  font-weight: 700;
  color: #773E00;
  text-transform: uppercase;
}
.columns-media-listing__title {
  font-size: 32px;
}
@media screen and (min-width: 420px) {
  .columns-media-listing__title {
    font-size: calc(32px + 32 * (100vw - 420px) / 1180);
  }
}
@media screen and (min-width: 1600px) {
  .columns-media-listing__title {
    font-size: 64px;
  }
}
.columns-media-listing__title {
  margin-bottom: 8px;
}
.columns-media-listing__subtitle {
  font-family: "Toyota Type", sans-serif;
  font-weight: 400;
  color: #1a1a1a;
}
.columns-media-listing__subtitle {
  font-size: 14px;
}
@media screen and (min-width: 420px) {
  .columns-media-listing__subtitle {
    font-size: calc(14px + 2 * (100vw - 420px) / 1180);
  }
}
@media screen and (min-width: 1600px) {
  .columns-media-listing__subtitle {
    font-size: 16px;
  }
}
.columns-media-listing__subtitle {
  line-height: 1.6;
}

.devs-marquee-wrapper {
  overflow: hidden;
  position: relative;
}
.devs-marquee-wrapper .devs-marquee-columns {
  display: flex;
  justify-content: center;
  gap: 12px;
  width: 112%;
  margin-left: -6%;
}
@media (max-width: 1200px) {
  .devs-marquee-wrapper .devs-marquee-columns {
    width: 108%;
    margin-left: -4%;
  }
}

.devs-marquee-track {
  position: relative;
  width: 20%;
  height: 100vh;
  overflow: hidden;
}
.devs-marquee-track.center-col {
  width: 28%;
}
@media (max-width: 992px) {
  .devs-marquee-track {
    height: clamp(380px, 60vh, 560px);
  }
}
@media (max-width: 768px) {
  .devs-marquee-track {
    height: clamp(250px, 45vh, 380px);
  }
}

.devs-marquee-strip {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
@media (max-width: 768px) {
  .devs-marquee-strip {
    gap: 8px;
  }
}

.devs-marquee-card {
  border-radius: 23px;
  overflow: hidden;
  position: relative;
}
@media (max-width: 768px) {
  .devs-marquee-card {
    border-radius: 14px;
  }
}
.devs-marquee-card img,
.devs-marquee-card video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.devs-marquee-track:not(.center-col) .devs-marquee-card.tall {
  aspect-ratio: 2/3;
}
.devs-marquee-track:not(.center-col) .devs-marquee-card.square {
  aspect-ratio: 1/1;
}
.devs-marquee-track.center-col .devs-marquee-card.tall {
  aspect-ratio: 3/4;
}
.devs-marquee-track.center-col .devs-marquee-card.square {
  aspect-ratio: 5/4;
}

.filterSection .container .row {
  margin-inline: 0 !important;
}
.filterSection .blockHead {
  margin-bottom: 70px;
}
.filterSection .blockHead h5 {
  color: #898989;
  font-size: clamp(16px, 16px + 2 * (100vw - 320px) / 1601, 18px);
  font-weight: 600;
  line-height: 130.187%;
  text-transform: uppercase;
}
.filterSection .blockHead .blockTitle {
  color: #303030;
  font-size: clamp(26px, 26px + 18 * (100vw - 320px) / 1601, 44px);
  font-weight: 400;
  line-height: 130.187%;
}
.filterSection .filter {
  padding: 0;
  z-index: 1001;
  position: relative;
}
.filterSection input {
  border: 1px solid #e8e8e8;
  border-radius: 200px;
  padding: 10px 50px 10px 20px;
  width: 25%;
  margin-bottom: 37px;
  background-image: url(/images/search.svg?v=Lg-EiQj-mEPD6IikkHDGyVXWsQc);
  background-size: 14px 16px;
  background-position: 94% center;
  background-repeat: no-repeat;
  height: 40px;
  margin-inline-start: 15px;
  margin-inline-end: 5vw;
}
.filterSection input::placeholder {
  color: #818181;
  font-size: 15px;
  font-weight: 400;
  line-height: 26px;
}
.filterSection .selectedTab {
  display: none;
}
.filterSection .filter .filterContainer {
  margin-right: 20px;
  padding-bottom: 15px;
  border-bottom: 1px solid #e8e8e8;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
.filterSection .filter .filterContainer:last-of-type {
  margin: 0;
}
.filterSection .filter .filterContainer label {
  color: #818181;
  font-size: 15px;
  font-weight: 400;
  line-height: 26px;
  padding-right: 25px;
  cursor: pointer;
}
.filterSection .filter .filterContainer .dk-select {
  width: auto;
  user-select: none;
  position: static;
}
.filterSection .filter .filterContainer .dk-select .dk-selected {
  border: none;
  color: #000;
  font-size: 15px;
  font-weight: 500;
  line-height: 26px;
  padding: 0;
  padding-right: 30px;
  position: relative;
}
.filterSection .filter .filterContainer .dk-select .dk-selected:before {
  content: none;
}
.filterSection .filter .filterContainer .dk-select .dk-selected:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  left: unset;
  margin: 0;
  border: 0;
  background-image: url(/images/RedArrowDown.svg?v=LJTvQE67PHTC0webz0vrepRs1ls);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  height: 29px;
  width: 29px;
  transform: translateY(-50%);
  transition: all 0.2s ease-in-out;
}
.filterSection .filter .filterContainer .dk-select .dk-option {
  color: #000;
  min-height: 30px;
  display: flex;
  align-items: center;
}
.filterSection .filter .filterContainer .dk-select .dk-option.dk-option-selected, .filterSection .filter .filterContainer .dk-select .dk-option.dk-option-highlight {
  color: #fff;
}
.filterSection .filter .filterContainer .dk-select .dk-select-options {
  border: none;
  border-radius: 8px;
  z-index: 1001;
  box-shadow: 0px 1px 3px 0px rgba(19, 10, 46, 0.13), 0px 3px 14px 0px rgba(19, 10, 46, 0.03), 0px 8px 32px 0px rgba(19, 10, 46, 0.07), 0px 30px 84px 0px rgba(19, 10, 46, 0.08);
}
.filterSection .filter .filterContainer .dk-select .dk-select-options .dk-option-highlight {
  background: #eb0a1e;
  transition: all 0.3s ease-in-out;
}
.filterSection .filter .filterContainer .dk-select .dk-option-selected {
  background: #eb0a1e;
}
.filterSection .filter .filterContainer .dk-select.dk-select-open-down .dk-selected:after {
  transform: translateY(-50%) rotate(180deg);
}
@media (max-width: 768px) {
  .filterSection {
    margin-top: 20px;
  }
  .filterSection input {
    flex: 0 0 100%;
    width: 100%;
    margin: 20px 0;
  }
  .filterSection .blockHead {
    margin-bottom: 20px;
  }
  .filterSection .blockHead h5 {
    margin-bottom: 10px;
  }
  .filterSection .filter {
    margin-top: 40px;
    width: 100%;
  }
  .filterSection .filter .dk-select {
    flex: 0 0 50%;
  }
  .filterSection .selectedTab {
    display: block;
    width: 100%;
    color: #818181;
    line-height: 26px;
    border: 1px solid #e8e8e8;
    border-radius: 200px;
    padding: 8px 20px;
    position: relative;
  }
  .filterSection .selectedTab:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 4%;
    background-image: url(/images/RedArrowDown.svg?v=LJTvQE67PHTC0webz0vrepRs1ls);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    transform: translateY(-50%);
    height: 29px;
    width: 29px;
    transition: all 0.2s ease-in-out;
  }
  .filterSection .selectedTab.active:after {
    transform: translateY(-50%) rotate(180deg);
  }
  .filterSection .selectedTab a {
    color: #eb0a1e;
  }
  .filterSection .listingHolder {
    width: 100%;
    border: 1px solid #e8e8e8;
    border-radius: 5px;
    margin-top: 4px;
  }
  .filterSection .listingHolder .DealerName {
    background: transparent;
  }
  .filterSection .listingHolder .DealerName a {
    font-style: normal;
    line-height: normal;
    padding: 5px 0;
    margin: 5px 0;
    text-align: center;
  }
  .filterSection .listingHolder .DealerName a.active {
    background-color: #eb0a1e;
    color: #fff;
  }
  .filterSection .listingHolder .DealerName a:hover {
    background: initial;
    color: initial;
  }
  .filterSection .listingHolder .listingItemDIV {
    padding: 0;
  }
}

.openStreetMap {
  padding-bottom: 150px;
}
.openStreetMap .container .row {
  margin-inline: 0 !important;
}
.openStreetMap .listingHolder {
  height: 620px;
  overflow: auto;
  padding-inline-end: 20px;
  scroll-behavior: smooth;
}
.openStreetMap .listingHolder::-webkit-scrollbar {
  width: 5px;
}
.openStreetMap .listingHolder::-webkit-scrollbar-thumb {
  background-color: #eb0a1e;
  border-radius: 6px;
}
.openStreetMap .listingHolder::-webkit-scrollbar-thumb:hover {
  background-color: rgb(210.5408163265, 8.9591836735, 26.8775510204);
}
.openStreetMap .listingHolder li {
  margin: 0;
}
.openStreetMap .dealers {
  padding-inline-start: 0;
  padding-inline-end: 30px;
}
.openStreetMap .dealers .leaftlet-container {
  z-index: 1;
}
.openStreetMap .dealers .listingItemDI {
  margin-bottom: 10px;
}
.openStreetMap .dealers .listingItemDI:last-of-type {
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .openStreetMap {
    padding-bottom: 60px;
  }
  .openStreetMap .mapWrapper {
    row-gap: 30px;
  }
  .openStreetMap .leaflet-touch {
    height: 100vw;
    max-height: 500px;
  }
  .openStreetMap .DealerOpen a.mapsBackLink {
    display: none;
  }
  .openStreetMap .dealers {
    padding: 30px 0;
  }
}

.DealerName {
  margin-bottom: 10px;
  background: #f5f5f5;
  border-radius: 10px;
  text-align: start;
}
.DealerName:last-of-type {
  margin: 0;
}
.DealerName a {
  display: block;
  color: #2f2f2f;
  font-size: clamp(16px, 16px + 4 * (100vw - 320px) / 1601, 20px);
  font-weight: 400;
  line-height: 26px;
  padding: 27px 30px;
  border-radius: 10px;
  transition: all 0.3s ease-in-out;
}
.DealerName a:hover {
  background: #2f2f2f;
  color: #f5f5f5;
}

.DealerOpen {
  display: none;
  border-radius: 10px;
  padding: 30px;
  background: #f5f5f5;
}
.DealerOpen .mapsBackLink {
  position: relative;
  color: #000;
  font-size: 12px;
  font-weight: 500;
  line-height: normal;
  padding-left: 15px;
  margin-bottom: 30px;
  transition: all 0.3s ease-in-out;
}
.DealerOpen .mapsBackLink:before {
  content: "";
  position: absolute;
  display: block;
  background-image: url(/images/RedArrowBack.svg?v=JXzylRQLeSPpd6bm5Ryh9dm57mM);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 7px;
  height: 13px;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  border-radius: 50%;
  filter: brightness(0);
  cursor: pointer;
}
.DealerOpen .mapsBackLink:hover {
  transform: translateX(-5px);
}
.DealerOpen .phone span,
.DealerOpen .email span {
  font-family: "Toyota Type bold", sans-serif;
  font-weight: 700 !important;
}
.DealerOpen .phone a,
.DealerOpen .email a {
  display: inline-block;
  color: black;
  font-weight: normal;
}
.DealerOpen h3 {
  color: #2f2f2f;
  font-size: clamp(16px, 16px + 4 * (100vw - 320px) / 1601, 20px);
  font-weight: 500;
  line-height: 26px;
  margin-bottom: 20px;
}
.DealerOpen .info {
  margin-bottom: 15px;
}
.DealerOpen .info div span {
  color: #2f2f2f;
  font-size: clamp(16px, 16px + 2 * (100vw - 320px) / 1601, 18px);
  line-height: 26px;
}
.DealerOpen .info div span:first-of-type {
  font-weight: 700;
}
.DealerOpen .info div span:last-of-type {
  font-weight: 300;
}
.DealerOpen .opening {
  color: #2f2f2f;
  font-size: clamp(16px, 16px + 2 * (100vw - 320px) / 1601, 18px);
  font-weight: 400;
  line-height: 26px;
}
.DealerOpen .opening h5 {
  font-weight: 700;
  margin-bottom: 2px;
}
.DealerOpen .opening p {
  font-size: clamp(14px, 14px + 2 * (100vw - 320px) / 1601, 16px);
}

*:not(.number span),
::placeholder {
  font-family: "Bahij Janna" !important;
}

body {
  text-align: right;
}

.site-header .header-inner {
  direction: ltr;
}

.headerContainer .row {
  margin-inline: 0;
}

h2.title,
.title-h2 {
  text-align: right;
  font-weight: 700;
}

h3.title,
.title-h3 {
  text-align: right;
  font-weight: 700;
}

.titles-container {
  align-items: flex-end;
}
.titles-container.center {
  align-items: center;
}

.subtitle {
  letter-spacing: 0;
}

.button-primary a,
.button-primary button {
  direction: rtl;
}

.mobile-menu {
  inset-inline-end: unset;
  inset-inline-start: -100%;
}
.mobile-menu.active {
  inset-inline-start: 0;
}
.mobile-menu .links {
  text-align: right;
}

.site-footer {
  text-align: right;
}

header .right .dealer-btn a {
  padding: 5px 24px 10px 46px;
}
header .right .dealer-btn a::after {
  right: unset;
  left: 22px;
  top: 49%;
  transform: translateY(-50%) scaleX(-1);
}

.grades-swiper__card .listingDate .model {
  display: inline-flex;
  align-items: center;
  direction: ltr;
  white-space: nowrap;
  flex-direction: row-reverse;
}
.grades-swiper__card .listingDate .model span:first-of-type {
  padding-right: 0;
  padding-left: 10px;
}
.grades-swiper__card .listingDate .model span:first-of-type::after {
  display: none;
}
.grades-swiper__card .listingDate .model span:last-of-type {
  padding-left: 0;
  padding-right: 10px;
  position: relative;
}
.grades-swiper__card .listingDate .model span:last-of-type::after {
  content: "|";
  font-size: 1.5em;
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.grades-swiper__card .grades-swiper__card-link {
  flex-direction: row-reverse;
}
.grades-swiper__card .grades-swiper__card-link span {
  display: inline-block;
  transform: scaleX(-1);
}